@libxai/board 1.9.13 → 1.9.14

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/dist/index.cjs CHANGED
@@ -1,7 +1,7 @@
1
- 'use strict';var client=require('react-dom/client'),core=require('@libxai/core'),react=require('react'),core$1=require('@dnd-kit/core'),sortable=require('@dnd-kit/sortable'),reactVirtual=require('@tanstack/react-virtual'),clsx=require('clsx'),tailwindMerge=require('tailwind-merge'),jspdf=require('jspdf'),wb=require('html2canvas'),reactDom=require('react-dom'),jsxRuntime=require('react/jsx-runtime'),framerMotion=require('framer-motion'),lucideReact=require('lucide-react'),cmdk=require('cmdk'),recharts=require('recharts'),htmlToImage=require('html-to-image');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var wb__default=/*#__PURE__*/_interopDefault(wb);var fi=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')});var bi=Object.freeze({Translate:{toString(e){if(!e)return;let{x:t,y:r}=e;return "translate3d("+(t?Math.round(t):0)+"px, "+(r?Math.round(r):0)+"px, 0)"}},Scale:{toString(e){if(!e)return;let{scaleX:t,scaleY:r}=e;return "scaleX("+t+") scaleY("+r+")"}},Transform:{toString(e){if(e)return [bi.Translate.toString(e),bi.Scale.toString(e)].join(" ")}},Transition:{toString(e){let{property:t,duration:r,easing:a}=e;return t+" "+r+"ms "+a}}});function g(...e){return tailwindMerge.twMerge(clsx.clsx(e))}function hi(e,t){return e===null&&t===null?1e3:e===null&&t!==null?t/2:e!==null&&t===null?e+1e3:e!==null&&t!==null?(e+t)/2:1e3}function bb(e){return Array.from({length:e},(t,r)=>(r+1)*1e3)}function ql(e,t){return e.length===0?1e3:t===0?hi(null,e[0].position):t>=e.length?hi(e[e.length-1].position,null):hi(e[t-1].position,e[t].position)}function Eu(e,t=100){return e>t}var hb=e=>{if(e.message.includes("network")||e.message.includes("fetch"))return true;if("status"in e){let t=e.status;return t>=500||t===429}return false};function yb(e,t,r,a){let n=t*Math.pow(r,e-1),s=n*.2*Math.random();return Math.min(n+s,a)}async function yi(e,t={}){let{maxAttempts:r=3,initialDelay:a=1e3,backoffMultiplier:n=2,maxDelay:s=1e4,shouldRetry:o=hb,onRetry:c}=t,l,i=0;for(let d=1;d<=r;d++){i=d;try{return {data:await e(),attempts:i,success:!0}}catch(u){if(l=u,d===r||!o(l,d))return {error:l,attempts:i,success:false};let m=yb(d,a,n,s);if(c)try{c(l,d,m);}catch(f){console.error("Error in retry callback:",f);}await new Promise(f=>setTimeout(f,m));}}return {error:l||new Error("Unknown error"),attempts:i,success:false}}function xb(e,t=3){let r;for(let a=1;a<=t;a++)try{return {data:e(),success:!0}}catch(n){if(r=n,a===t)return {error:r,success:false}}return {error:r||new Error("Unknown error"),success:false}}function vb(e,t={}){return async(...r)=>yi(()=>e(...r),t)}var Yl=class{constructor(t=5,r=6e4){this.threshold=t;this.resetTimeout=r;this.failures=0;this.lastFailureTime=0;this.isOpen=false;}async execute(t){if(this.isOpen)if(Date.now()-this.lastFailureTime>=this.resetTimeout)this.reset();else throw new Error("Circuit breaker is open - too many failures");try{let r=await t();return this.onSuccess(),r}catch(r){throw this.onFailure(),r}}onSuccess(){this.failures=0,this.isOpen=false;}onFailure(){this.failures++,this.lastFailureTime=Date.now(),this.failures>=this.threshold&&(this.isOpen=true);}reset(){this.failures=0,this.isOpen=false;}getStatus(){return {failures:this.failures,isOpen:this.isOpen}}};var Mu=(s=>(s[s.DEBUG=0]="DEBUG",s[s.INFO=1]="INFO",s[s.WARN=2]="WARN",s[s.ERROR=3]="ERROR",s[s.NONE=4]="NONE",s))(Mu||{}),yo=class yo{constructor(t={}){this.defaultLogHandler=t=>{let{timestamp:r,level:a,message:n,component:s,...o}=t,c=`[${r}] [${a}] [${s}]`,l=Object.keys(o).length>0;switch(a){case "DEBUG":console.debug(c,n,l?o:"");break;case "INFO":console.info(c,n,l?o:"");break;case "WARN":console.warn(c,n,l?o:"");break;case "ERROR":console.error(c,n,l?o:""),t.error?.stack&&console.error(t.error.stack);break}};let r=process.env.NODE_ENV==="development";this.options={minLevel:t.minLevel??(r?0:1),enabled:t.enabled??true,onLog:t.onLog??this.defaultLogHandler,enableTiming:t.enableTiming??true,componentName:t.componentName??"ASAKAA",...yo.globalOptions};}static configure(t){yo.globalOptions={...yo.globalOptions,...t};}child(t){return new yo({...this.options,componentName:`${this.options.componentName}:${t}`})}debug(t,r){this.log(0,t,r);}info(t,r){this.log(1,t,r);}warn(t,r){this.log(2,t,r);}error(t,r,a){this.log(3,t,{...a,error:r?{message:r.message,stack:r.stack,name:r.name}:void 0});}startTimer(t){return this.options.enableTiming?new xi((r,a)=>{this.log(0,`${t} completed`,{...a,action:t,duration:r});},true):new xi(()=>{},false)}log(t,r,a){if(!this.options.enabled||t<this.options.minLevel)return;let n={timestamp:new Date().toISOString(),level:Mu[t],message:r,component:this.options.componentName,...a};this.options.onLog(n);}};yo.globalOptions={};var Xl=yo,xi=class{constructor(t,r){this.onEnd=t;this.enabled=r;this.startTime=r?performance.now():0;}end(t){if(!this.enabled)return 0;let r=Math.round(performance.now()-this.startTime);return this.onEnd(r,t),r}elapsed(){return this.enabled?Math.round(performance.now()-this.startTime):0}},Pu=new Xl;function kb(e,t){let r={board:{id:e.id,title:e.title,metadata:e.metadata,exportedAt:new Date().toISOString()},columns:e.columns,cards:e.cards,options:t};return JSON.stringify(r,null,2)}function Cb(e,t){let r=["Card ID","Title","Description","Column","Priority","Labels","Assigned Users","Start Date","End Date","Created At","Updated At"],a=e.cards.map(s=>{let o=e.columns.find(c=>c.id===s.columnId);return [s.id,Jl(s.title),Jl(s.description||""),Jl(o?.title||""),s.priority||"",(s.labels||[]).join(";"),(s.assignedUserIds||[]).join(";"),s.startDate||"",s.endDate||"",s.createdAt||"",s.updatedAt||""]});return [r.join(","),...a.map(s=>s.join(","))].join(`
1
+ 'use strict';var client=require('react-dom/client'),core=require('@libxai/core'),react=require('react'),core$1=require('@dnd-kit/core'),sortable=require('@dnd-kit/sortable'),reactVirtual=require('@tanstack/react-virtual'),clsx=require('clsx'),tailwindMerge=require('tailwind-merge'),jspdf=require('jspdf'),wb=require('html2canvas'),reactDom=require('react-dom'),jsxRuntime=require('react/jsx-runtime'),framerMotion=require('framer-motion'),lucideReact=require('lucide-react'),cmdk=require('cmdk'),recharts=require('recharts'),htmlToImage=require('html-to-image');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var wb__default=/*#__PURE__*/_interopDefault(wb);var fi=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')});var bi=Object.freeze({Translate:{toString(e){if(!e)return;let{x:t,y:r}=e;return "translate3d("+(t?Math.round(t):0)+"px, "+(r?Math.round(r):0)+"px, 0)"}},Scale:{toString(e){if(!e)return;let{scaleX:t,scaleY:r}=e;return "scaleX("+t+") scaleY("+r+")"}},Transform:{toString(e){if(e)return [bi.Translate.toString(e),bi.Scale.toString(e)].join(" ")}},Transition:{toString(e){let{property:t,duration:r,easing:a}=e;return t+" "+r+"ms "+a}}});function g(...e){return tailwindMerge.twMerge(clsx.clsx(e))}function hi(e,t){return e===null&&t===null?1e3:e===null&&t!==null?t/2:e!==null&&t===null?e+1e3:e!==null&&t!==null?(e+t)/2:1e3}function bb(e){return Array.from({length:e},(t,r)=>(r+1)*1e3)}function ql(e,t){return e.length===0?1e3:t===0?hi(null,e[0].position):t>=e.length?hi(e[e.length-1].position,null):hi(e[t-1].position,e[t].position)}function Eu(e,t=100){return e>t}var hb=e=>{if(e.message.includes("network")||e.message.includes("fetch"))return true;if("status"in e){let t=e.status;return t>=500||t===429}return false};function yb(e,t,r,a){let n=t*Math.pow(r,e-1),s=n*.2*Math.random();return Math.min(n+s,a)}async function yi(e,t={}){let{maxAttempts:r=3,initialDelay:a=1e3,backoffMultiplier:n=2,maxDelay:s=1e4,shouldRetry:o=hb,onRetry:c}=t,l,i=0;for(let d=1;d<=r;d++){i=d;try{return {data:await e(),attempts:i,success:!0}}catch(u){if(l=u,d===r||!o(l,d))return {error:l,attempts:i,success:false};let m=yb(d,a,n,s);if(c)try{c(l,d,m);}catch(f){console.error("Error in retry callback:",f);}await new Promise(f=>setTimeout(f,m));}}return {error:l||new Error("Unknown error"),attempts:i,success:false}}function xb(e,t=3){let r;for(let a=1;a<=t;a++)try{return {data:e(),success:!0}}catch(n){if(r=n,a===t)return {error:r,success:false}}return {error:r||new Error("Unknown error"),success:false}}function vb(e,t={}){return async(...r)=>yi(()=>e(...r),t)}var Yl=class{constructor(t=5,r=6e4){this.threshold=t;this.resetTimeout=r;this.failures=0;this.lastFailureTime=0;this.isOpen=false;}async execute(t){if(this.isOpen)if(Date.now()-this.lastFailureTime>=this.resetTimeout)this.reset();else throw new Error("Circuit breaker is open - too many failures");try{let r=await t();return this.onSuccess(),r}catch(r){throw this.onFailure(),r}}onSuccess(){this.failures=0,this.isOpen=false;}onFailure(){this.failures++,this.lastFailureTime=Date.now(),this.failures>=this.threshold&&(this.isOpen=true);}reset(){this.failures=0,this.isOpen=false;}getStatus(){return {failures:this.failures,isOpen:this.isOpen}}};var Mu=(s=>(s[s.DEBUG=0]="DEBUG",s[s.INFO=1]="INFO",s[s.WARN=2]="WARN",s[s.ERROR=3]="ERROR",s[s.NONE=4]="NONE",s))(Mu||{}),xo=class xo{constructor(t={}){this.defaultLogHandler=t=>{let{timestamp:r,level:a,message:n,component:s,...o}=t,c=`[${r}] [${a}] [${s}]`,l=Object.keys(o).length>0;switch(a){case "DEBUG":console.debug(c,n,l?o:"");break;case "INFO":console.info(c,n,l?o:"");break;case "WARN":console.warn(c,n,l?o:"");break;case "ERROR":console.error(c,n,l?o:""),t.error?.stack&&console.error(t.error.stack);break}};let r=process.env.NODE_ENV==="development";this.options={minLevel:t.minLevel??(r?0:1),enabled:t.enabled??true,onLog:t.onLog??this.defaultLogHandler,enableTiming:t.enableTiming??true,componentName:t.componentName??"ASAKAA",...xo.globalOptions};}static configure(t){xo.globalOptions={...xo.globalOptions,...t};}child(t){return new xo({...this.options,componentName:`${this.options.componentName}:${t}`})}debug(t,r){this.log(0,t,r);}info(t,r){this.log(1,t,r);}warn(t,r){this.log(2,t,r);}error(t,r,a){this.log(3,t,{...a,error:r?{message:r.message,stack:r.stack,name:r.name}:void 0});}startTimer(t){return this.options.enableTiming?new xi((r,a)=>{this.log(0,`${t} completed`,{...a,action:t,duration:r});},true):new xi(()=>{},false)}log(t,r,a){if(!this.options.enabled||t<this.options.minLevel)return;let n={timestamp:new Date().toISOString(),level:Mu[t],message:r,component:this.options.componentName,...a};this.options.onLog(n);}};xo.globalOptions={};var Xl=xo,xi=class{constructor(t,r){this.onEnd=t;this.enabled=r;this.startTime=r?performance.now():0;}end(t){if(!this.enabled)return 0;let r=Math.round(performance.now()-this.startTime);return this.onEnd(r,t),r}elapsed(){return this.enabled?Math.round(performance.now()-this.startTime):0}},Pu=new Xl;function kb(e,t){let r={board:{id:e.id,title:e.title,metadata:e.metadata,exportedAt:new Date().toISOString()},columns:e.columns,cards:e.cards,options:t};return JSON.stringify(r,null,2)}function Cb(e,t){let r=["Card ID","Title","Description","Column","Priority","Labels","Assigned Users","Start Date","End Date","Created At","Updated At"],a=e.cards.map(s=>{let o=e.columns.find(c=>c.id===s.columnId);return [s.id,Jl(s.title),Jl(s.description||""),Jl(o?.title||""),s.priority||"",(s.labels||[]).join(";"),(s.assignedUserIds||[]).join(";"),s.startDate||"",s.endDate||"",s.createdAt||"",s.updatedAt||""]});return [r.join(","),...a.map(s=>s.join(","))].join(`
2
2
  `)}async function Tb(e,t,r){let a=t;if(!a){let o=document.querySelector(".asakaa-board");o&&(a=o.parentElement||o);}if(a)try{let o=await wb__default.default(a,{backgroundColor:"#0a0a0a",scale:1.5,logging:!1,useCORS:!0,allowTaint:!0,windowWidth:a.scrollWidth,windowHeight:a.scrollHeight}),c=o.toDataURL("image/png"),l=297,i=210,d=o.width/o.height,u=l-20,p=u/d;p>i-20&&(p=i-20,u=p*d);let m=new jspdf.jsPDF({orientation:"landscape",unit:"mm",format:"a4"});m.setFontSize(16),m.setTextColor(255,255,255),m.setFillColor(10,10,10),m.rect(0,0,l,15,"F"),m.text(e.title||"Kanban Board",10,10);let f=(l-u)/2;return m.addImage(c,"PNG",f,20,u,p),m}catch(o){console.error("Error capturing board:",o);}let n=new jspdf.jsPDF,s=20;return n.setFontSize(20),n.text(e.title||"Kanban Board",20,s),s+=10,n.setFontSize(10),n.setTextColor(128,128,128),n.text(`Exported on ${new Date().toLocaleString()}`,20,s),s+=15,n.setTextColor(0,0,0),e.columns.forEach(o=>{let c=e.cards.filter(l=>l.columnId===o.id);s>250&&(n.addPage(),s=20),n.setFontSize(16),n.setFont("helvetica","bold"),n.text(o.title,20,s),s+=8,c.length===0?(n.setFontSize(10),n.setFont("helvetica","italic"),n.setTextColor(128,128,128),n.text("No cards in this column",20,s),n.setTextColor(0,0,0),s+=10):c.forEach(l=>{if(s>260&&(n.addPage(),s=20),n.setFontSize(12),n.setFont("helvetica","bold"),n.text(l.title,25,s),s+=6,l.description){n.setFontSize(9),n.setFont("helvetica","normal");let d=n.splitTextToSize(l.description,160);n.text(d,25,s),s+=d.length*5;}let i=[];if(l.priority&&i.push(`Priority: ${l.priority}`),l.labels&&l.labels.length>0&&i.push(`Labels: ${l.labels.join(", ")}`),l.assignedUserIds&&l.assignedUserIds.length>0&&i.push(`Assigned: ${l.assignedUserIds.length} user(s)`),l.startDate||l.endDate){let d=[];l.startDate&&d.push(`Start: ${l.startDate}`),l.endDate&&d.push(`End: ${l.endDate}`),i.push(d.join(" \u2192 "));}i.length>0&&(n.setFontSize(8),n.setTextColor(100,100,100),n.text(i.join(" \u2022 "),25,s),n.setTextColor(0,0,0),s+=5),s+=5;}),s+=5;}),n}function Jl(e){return e.includes(",")||e.includes('"')||e.includes(`
3
3
  `)?`"${e.replace(/"/g,'""')}"`:e}async function Lu(e,t,r,a){switch(t){case "json":return kb(e,a);case "csv":return Cb(e);case "pdf":return await Tb(e,r);default:throw new Error(`Unsupported export format: ${t}`)}}function Au(e,t,r){let a=`board-export-${new Date().getTime()}`;if(t==="pdf"&&typeof e=="object"&&e!==null&&"save"in e){let d=`${a}.pdf`;e.save(d);return}if(typeof e!="string")throw new Error("Invalid content type for non-PDF export");let s=`${a}.${{json:"json",csv:"csv",pdf:"pdf"}[t]}`,o={json:"application/json",csv:"text/csv",pdf:"application/pdf"},c=new Blob([e],{type:o[t]}),l=URL.createObjectURL(c),i=document.createElement("a");i.href=l,i.download=s,document.body.appendChild(i),i.click(),document.body.removeChild(i),URL.revokeObjectURL(l);}function Nb(e){try{let t=JSON.parse(e);if(!t.board||!t.columns||!t.cards)return {success:!1,errors:["Invalid JSON format: missing required fields (board, columns, cards)"]};let r={id:t.board.id,title:t.board.title,columns:t.columns,cards:t.cards,metadata:t.board.metadata};return {success:!0,cardsImported:r.cards.length,columnsImported:r.columns.length}}catch(t){return {success:false,errors:[`Failed to parse JSON: ${t instanceof Error?t.message:"Unknown error"}`]}}}function Db(e){try{let t=e.trim().split(`
4
- `);if(t.length<1||!t[0])return {success:!1,errors:["CSV file is empty or invalid"]};let r=Iu(t[0]),a=[],n=new Map,s=[];for(let o=1;o<t.length;o++)try{let c=Iu(t[o]||"");if(c.length>r.length){s.push(`Line ${o+1}: Too many columns`);continue}if(r.length-c.length>3){s.push(`Line ${o+1}: Column count mismatch (expected ${r.length}, got ${c.length})`);continue}for(;c.length<r.length;)c.push("");let i={};r.forEach((m,f)=>{i[m]=c[f]||"";});let d=i.Column||"Unnamed";n.has(d)||n.set(d,{id:`col-${n.size+1}`,title:d,position:n.size+1,cardIds:[]});let u=n.get(d),p={id:i["Card ID"]||`card-${o}`,title:i.Title||"Untitled",description:i.Description?i.Description:void 0,columnId:u.id,position:u.cardIds.length+1,priority:i.Priority||void 0,labels:i.Labels?i.Labels.split(";").filter(Boolean):void 0,assignedUserIds:i["Assigned Users"]?i["Assigned Users"].split(";").filter(Boolean):void 0,startDate:i["Start Date"]?i["Start Date"]:void 0,endDate:i["End Date"]?i["End Date"]:void 0,createdAt:i["Created At"]?i["Created At"]:void 0,updatedAt:i["Updated At"]?i["Updated At"]:void 0};a.push(p),u.cardIds.push(p.id);}catch(c){s.push(`Line ${o+1}: ${c instanceof Error?c.message:"Unknown error"}`);}return a.length===0?{success:!1,errors:["No valid cards found in CSV",...s]}:{success:!0,cardsImported:a.length,columnsImported:n.size,errors:s.length>0?s:void 0}}catch(t){return {success:false,errors:[`Failed to parse CSV: ${t instanceof Error?t.message:"Unknown error"}`]}}}function Iu(e){let t=[],r="",a=false;for(let n=0;n<e.length;n++){let s=e[n],o=e[n+1];s==='"'&&a&&o==='"'?(r+='"',n++):s==='"'?a=!a:s===","&&!a?(t.push(r),r=""):r+=s;}return t.push(r),t}function Ru(e,t){switch(t){case "json":return Nb(e);case "csv":return Db(e);default:return {success:false,errors:[`Unsupported import format: ${t}`]}}}function Bu(e){return new Promise((t,r)=>{let a=new FileReader;a.onload=n=>{n.target?.result?t(n.target.result):r(new Error("Failed to read file"));},a.onerror=()=>r(new Error("Failed to read file")),a.readAsText(e);})}var Ql=react.createContext(null);function $u(){return react.useContext(Ql)}var Ou=react.createContext(null);function Hu({children:e,themeName:t}){return jsxRuntime.jsx(Ou.Provider,{value:{themeName:t},children:e})}function vi(){return react.useContext(Ou)}function lr({children:e,container:t}){let[r,a]=react.useState(false),n=$u(),s=vi();if(react.useEffect(()=>(a(true),()=>a(false)),[]),!r)return null;let o=t||(typeof document<"u"?document.body:null);if(!o)return null;if(n){let{theme:c,themeName:l}=n,i={"--asakaa-color-background-primary":c.bgPrimary,"--asakaa-color-background-secondary":c.bgSecondary,"--asakaa-color-background-card":c.bgGrid,"--asakaa-color-background-hover":c.hoverBg,"--asakaa-color-text-primary":c.textPrimary,"--asakaa-color-text-secondary":c.textSecondary,"--asakaa-color-text-tertiary":c.textTertiary,"--asakaa-color-text-inverse":c.taskBarHandle||"#FFFFFF","--asakaa-color-border-default":c.border,"--asakaa-color-border-hover":c.borderLight,"--asakaa-color-border-subtle":c.borderLight,"--asakaa-color-interactive-primary":c.accent,"--asakaa-color-interactive-primaryHover":c.accentHover,"--asakaa-color-interactive-primaryBorder":`${c.accent}4D`,"--asakaa-color-interactive-primaryBackground":`${c.accent}1A`,"--asakaa-color-interactive-primaryBackgroundHover":`${c.accent}33`,"--asakaa-color-status-success":c.statusCompleted,"--asakaa-color-status-warning":c.milestone,"--asakaa-color-status-error":c.criticalPath,"--asakaa-color-danger":c.criticalPath,"--asakaa-color-danger-border":`${c.criticalPath}4D`,"--asakaa-color-danger-background":`${c.criticalPath}14`,"--asakaa-color-danger-backgroundHover":`${c.criticalPath}26`};return reactDom.createPortal(jsxRuntime.jsx("div",{"data-theme":l,"data-gantt-portal":"true",style:i,children:e}),o)}return s?reactDom.createPortal(jsxRuntime.jsx("div",{"data-theme":s.themeName,"data-kanban-portal":"true",children:e}),o):reactDom.createPortal(e,o)}var Vu={URGENT:{label:"Urgent",color:"#EF4444"},HIGH:{label:"High",color:"#F97316"},MEDIUM:{label:"Normal",color:"#F59E0B"},LOW:{label:"Low",color:"#10B981"}},Ib="#BDC3C7",Rb=({color:e})=>jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[jsxRuntime.jsx("circle",{cx:"8",cy:"8",r:"6",fill:e,opacity:"0.9"}),jsxRuntime.jsx("circle",{cx:"8",cy:"8",r:"6",stroke:e,strokeWidth:"1.5",opacity:"0.3"})]});function xo({priority:e,onChange:t,className:r}){let[a,n]=react.useState(false),[s,o]=react.useState({top:0,left:0}),c=react.useRef(null),l=react.useRef(null),i=()=>{if(!l.current)return;let m=l.current.getBoundingClientRect(),f=window.innerHeight,x=window.innerWidth,y=160,b=220,h=4,v=m.right-y;v<10&&(v=m.left),v+y>x-10&&(v=x-y-10);let w=f-m.bottom,C=m.top,S;w>=b+h?S=m.bottom+h:C>=b+h?S=m.top-b-h:S=w>=C?m.bottom+h:Math.max(10,m.top-b-h),o({top:S,left:v}),n(true);};react.useEffect(()=>{let m=f=>{c.current&&!c.current.contains(f.target)&&!l.current?.contains(f.target)&&n(false);};if(a)return document.addEventListener("mousedown",m),()=>document.removeEventListener("mousedown",m)},[a]),react.useEffect(()=>{let m=f=>{f.key==="Escape"&&n(false);};if(a)return document.addEventListener("keydown",m),()=>document.removeEventListener("keydown",m)},[a]);let d=m=>{t(m),n(false);},u=e?Vu[e]:null,p=u?.color||Ib;return jsxRuntime.jsxs("div",{className:`relative ${r||""}`,children:[jsxRuntime.jsx("button",{ref:l,onClick:()=>a?n(false):i(),className:"flex items-center justify-center w-8 h-8 rounded-lg transition-all hover:bg-white/15 hover:scale-110 active:scale-95",style:{background:e?`${p}10`:"transparent",boxShadow:e?`0 0 0 2px ${p}30 inset`:"none"},title:u?.label||"Set priority",children:jsxRuntime.jsx("svg",{width:"20",height:"20",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("path",{d:"M3 2L3 14M3 2L13 6L3 8V2Z",stroke:p,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",fill:p,fillOpacity:e?"0.6":"0.4"})})}),a&&jsxRuntime.jsx(lr,{children:jsxRuntime.jsxs("div",{ref:c,className:"priority-selector-menu",style:{position:"fixed",top:`${s.top}px`,left:`${s.left}px`,zIndex:99999,minWidth:"160px",maxHeight:"calc(100vh - 40px)",borderRadius:"8px",background:"var(--modal-v2-bg, #1f1f1f)",border:"1px solid var(--modal-v2-border, rgba(255, 255, 255, 0.15))",boxShadow:"0 10px 40px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.1)"},children:[jsxRuntime.jsx("div",{className:"px-3 py-1.5 border-b",style:{borderColor:"var(--modal-v2-border, rgba(255, 255, 255, 0.1))"},children:jsxRuntime.jsx("span",{className:"text-[10px] font-bold uppercase tracking-wider",style:{color:"var(--modal-v2-text-secondary, rgba(255, 255, 255, 0.7))"},children:"Priority"})}),jsxRuntime.jsxs("div",{className:"py-1",children:[Object.entries(Vu).map(([m,f])=>jsxRuntime.jsxs("button",{onClick:()=>d(m),className:"w-full px-3 py-1.5 flex items-center gap-2 text-xs font-medium transition-all active:scale-[0.98] priority-option",style:{color:f.color,background:"transparent"},onMouseEnter:x=>{x.currentTarget.style.background="var(--modal-v2-bg-tertiary, rgba(255, 255, 255, 0.15))";},onMouseLeave:x=>{x.currentTarget.style.background="transparent";},children:[jsxRuntime.jsx(Rb,{color:f.color}),jsxRuntime.jsx("span",{className:"font-semibold text-sm",children:f.label}),e===m&&jsxRuntime.jsx("svg",{className:"ml-auto",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:jsxRuntime.jsx("path",{d:"M13.5 4.5L6 12L2.5 8.5",stroke:"#00E5CC",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})]},m)),jsxRuntime.jsx("div",{className:"mt-0.5 pt-0.5 border-t",style:{borderColor:"var(--modal-v2-border, rgba(255, 255, 255, 0.1))"},children:jsxRuntime.jsxs("button",{onClick:()=>d(void 0),className:"w-full px-3 py-1.5 flex items-center gap-2 text-xs font-medium transition-all active:scale-[0.98]",style:{color:"var(--modal-v2-text-primary, #e5e5e5)",background:"transparent"},onMouseEnter:m=>{m.currentTarget.style.background="var(--modal-v2-bg-tertiary, rgba(255, 255, 255, 0.15))";},onMouseLeave:m=>{m.currentTarget.style.background="transparent";},children:[jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:jsxRuntime.jsx("circle",{cx:"8",cy:"8",r:"6",stroke:"#9CA3AF",strokeWidth:"1.5",strokeDasharray:"2 2",opacity:"0.6"})}),jsxRuntime.jsx("span",{className:"font-semibold text-sm",children:"Clear"}),!e&&jsxRuntime.jsx("svg",{className:"ml-auto",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:jsxRuntime.jsx("path",{d:"M13.5 4.5L6 12L2.5 8.5",stroke:"#00E5CC",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})]})})]})]})})]})}var Bb=[{label:"Today",days:0},{label:"Tomorrow",days:1},{label:"Next Week",days:7},{label:"2 Weeks",days:14},{label:"4 Weeks",days:28},{label:"8 Weeks",days:56}];function Ds({startDate:e,endDate:t,onChange:r,className:a}){let[n,s]=react.useState(false),[o,c]=react.useState({top:0,left:0}),l=react.useRef(null),i=react.useRef(null),p=(vi()?.themeName||"dark")==="dark",m=()=>{if(!i.current)return;let v=i.current.getBoundingClientRect(),w=window.innerHeight,C=window.innerWidth,S=320,F=380,k=4,N=v.left;N+S>C-10&&(N=C-S-10),N<10&&(N=10);let P=w-v.bottom,T=v.top,Y;P>=F+k?Y=v.bottom+k:T>=F+k?Y=v.top-F-k:Y=P>=T?v.bottom+k:Math.max(10,v.top-F-k),c({top:Y,left:N}),s(true);};react.useEffect(()=>{let v=w=>{l.current&&!l.current.contains(w.target)&&!i.current?.contains(w.target)&&s(false);};if(n)return document.addEventListener("mousedown",v),()=>document.removeEventListener("mousedown",v)},[n]),react.useEffect(()=>{let v=w=>{w.key==="Escape"&&s(false);};if(n)return document.addEventListener("keydown",v),()=>document.removeEventListener("keydown",v)},[n]);let f=v=>{let w=new Date,C=N=>{let P=N.getFullYear(),T=String(N.getMonth()+1).padStart(2,"0"),Y=String(N.getDate()).padStart(2,"0");return `${P}-${T}-${Y}`},S=C(w),F=new Date(w);F.setDate(F.getDate()+v);let k=C(F);r(S,k),s(false);},x=()=>{if(!e||!t)return "Set date";let v=F=>{if(F instanceof Date)return F;if(typeof F!="string"||!F.match(/^\d{4}-\d{2}-\d{2}$/))return null;let k=F.split("-").map(Number);if(k.length!==3||k.some(Y=>isNaN(Y)))return null;let N=k[0],P=k[1],T=k[2];return N===void 0||P===void 0||T===void 0?null:new Date(N,P-1,T)},w=v(e),C=v(t);if(!w||!C||isNaN(w.getTime())||isNaN(C.getTime()))return "Set date";let S=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];return `${S[w.getMonth()]} ${w.getDate()} \u2013 ${S[C.getMonth()]} ${C.getDate()}`},y=e&&t,h=(()=>{if(!t)return false;let v=typeof t=="string"?new Date(t):t,w=new Date;return w.setHours(0,0,0,0),v<w})();return jsxRuntime.jsxs("div",{className:`relative ${a||""}`,children:[jsxRuntime.jsxs("button",{ref:i,onClick:()=>n?s(false):m(),className:`flex items-center gap-1.5 px-2 py-1 rounded-md text-xs transition-all hover:bg-white/5 ${h?"asakaa-date-overdue":"asakaa-date"}`,title:y?`${x()}`:"Set date range",children:[jsxRuntime.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[jsxRuntime.jsx("rect",{x:"2",y:"3",width:"12",height:"11",rx:"2",stroke:"currentColor",strokeWidth:"1.5"}),jsxRuntime.jsx("path",{d:"M2 6H14",stroke:"currentColor",strokeWidth:"1.5"}),jsxRuntime.jsx("path",{d:"M5 2V4",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),jsxRuntime.jsx("path",{d:"M11 2V4",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]}),e&&t&&jsxRuntime.jsx("span",{className:"whitespace-nowrap",children:x()})]}),n&&jsxRuntime.jsx(lr,{children:jsxRuntime.jsxs("div",{ref:l,className:"date-picker-menu rounded-xl shadow-2xl border min-w-[320px]",style:{position:"fixed",top:`${o.top}px`,left:`${o.left}px`,background:p?"#1A1D25":"#FFFFFF",border:`1px solid ${p?"rgba(255, 255, 255, 0.15)":"rgba(0, 0, 0, 0.12)"}`,boxShadow:p?"0 20px 60px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.1)":"0 20px 60px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.08)",zIndex:99999},children:[jsxRuntime.jsxs("div",{className:"p-4 border-b",style:{borderColor:p?"rgba(255, 255, 255, 0.1)":"rgba(0, 0, 0, 0.08)"},children:[jsxRuntime.jsx("span",{className:"text-xs font-bold uppercase tracking-wider block mb-3",style:{color:p?"rgba(255, 255, 255, 0.85)":"rgba(0, 0, 0, 0.7)"},children:"Quick Select"}),jsxRuntime.jsx("div",{className:"grid grid-cols-2 gap-2",children:Bb.map(v=>jsxRuntime.jsx("button",{onClick:()=>f(v.days),className:"px-3 py-2.5 rounded-lg text-xs font-semibold transition-all active:scale-95",style:{color:p?"rgba(255, 255, 255, 0.95)":"rgba(0, 0, 0, 0.85)",border:`1px solid ${p?"rgba(255, 255, 255, 0.25)":"rgba(0, 0, 0, 0.15)"}`,backgroundColor:p?"rgba(255, 255, 255, 0.12)":"rgba(0, 0, 0, 0.05)"},onMouseEnter:w=>{w.currentTarget.style.backgroundColor=p?"rgba(255, 255, 255, 0.2)":"rgba(0, 0, 0, 0.1)",w.currentTarget.style.border=`1px solid ${p?"rgba(255, 255, 255, 0.4)":"rgba(0, 0, 0, 0.25)"}`;},onMouseLeave:w=>{w.currentTarget.style.backgroundColor=p?"rgba(255, 255, 255, 0.12)":"rgba(0, 0, 0, 0.05)",w.currentTarget.style.border=`1px solid ${p?"rgba(255, 255, 255, 0.25)":"rgba(0, 0, 0, 0.15)"}`;},children:v.label},v.label))})]}),jsxRuntime.jsxs("div",{className:"p-4",children:[jsxRuntime.jsx("span",{className:"text-xs font-bold uppercase tracking-wider block mb-3",style:{color:p?"rgba(255, 255, 255, 0.85)":"rgba(0, 0, 0, 0.7)"},children:"Custom Range"}),jsxRuntime.jsxs("div",{className:"space-y-3",children:[jsxRuntime.jsx("input",{type:"date",value:e||"",onChange:v=>r(v.target.value,t),className:"w-full px-3 py-2.5 rounded-lg text-sm border focus:outline-none transition-all",style:{background:p?"rgba(255, 255, 255, 0.12)":"rgba(0, 0, 0, 0.05)",borderColor:p?"rgba(255, 255, 255, 0.25)":"rgba(0, 0, 0, 0.15)",color:p?"rgba(255, 255, 255, 0.95)":"rgba(0, 0, 0, 0.85)",colorScheme:p?"dark":"light"}}),jsxRuntime.jsx("input",{type:"date",value:t||"",onChange:v=>r(e,v.target.value),className:"w-full px-3 py-2.5 rounded-lg text-sm border focus:outline-none transition-all",style:{background:p?"rgba(255, 255, 255, 0.12)":"rgba(0, 0, 0, 0.05)",borderColor:p?"rgba(255, 255, 255, 0.25)":"rgba(0, 0, 0, 0.15)",color:p?"rgba(255, 255, 255, 0.95)":"rgba(0, 0, 0, 0.85)",colorScheme:p?"dark":"light"}})]}),(e||t)&&jsxRuntime.jsx("button",{onClick:()=>{r(void 0,void 0),s(false);},className:"mt-4 w-full px-3 py-2.5 rounded-lg text-sm font-semibold transition-all active:scale-95 border",style:{color:"#ef4444",borderColor:"rgba(239, 68, 68, 0.3)",background:"rgba(239, 68, 68, 0.1)"},onMouseEnter:v=>{v.currentTarget.style.background="rgba(239, 68, 68, 0.2)";},onMouseLeave:v=>{v.currentTarget.style.background="rgba(239, 68, 68, 0.1)";},children:"Clear Dates"})]})]})})]})}function wo({assignedUsers:e=[],availableUsers:t,onChange:r,className:a,maxVisibleAvatars:n=3}){let[s,o]=react.useState(false),[c,l]=react.useState(""),[i,d]=react.useState({top:0,left:0}),u=react.useRef(null),p=react.useRef(null),m=()=>{if(!p.current)return;let h=p.current.getBoundingClientRect(),v=window.innerHeight,w=window.innerWidth,C=300,S=380,F=4,k=h.right-C;k<10&&(k=h.left),k+C>w-10&&(k=w-C-10);let N=v-h.bottom,P=h.top,T;N>=S+F?T=h.bottom+F:P>=S+F?T=h.top-S-F:T=N>=P?h.bottom+F:Math.max(10,h.top-S-F),d({top:T,left:k}),o(true);};react.useEffect(()=>{let h=v=>{u.current&&!u.current.contains(v.target)&&!p.current?.contains(v.target)&&(o(false),l(""));};if(s)return document.addEventListener("mousedown",h),()=>document.removeEventListener("mousedown",h)},[s]),react.useEffect(()=>{let h=v=>{v.key==="Escape"&&(o(false),l(""));};if(s)return document.addEventListener("keydown",h),()=>document.removeEventListener("keydown",h)},[s]);let f=h=>{let v=e.some(w=>w.id===h.id);r(v?e.filter(w=>w.id!==h.id):[...e,h]);},x=t.filter(h=>h.name.toLowerCase().includes(c.toLowerCase())),y=e.slice(0,n),b=e.length-n;return jsxRuntime.jsxs("div",{className:`relative ${a||""}`,children:[jsxRuntime.jsx("button",{ref:p,onClick:()=>s?o(false):m(),className:"flex items-center gap-1 p-0.5 rounded transition-all hover:bg-white/10 hover:scale-105 active:scale-95",title:e.length>0?`${e.length} assigned`:"Assign users",children:e.length>0?jsxRuntime.jsxs("div",{className:"asakaa-avatar-group",children:[y.map(h=>jsxRuntime.jsx("div",{className:"asakaa-avatar",title:h.name,children:h.avatar?jsxRuntime.jsx("img",{src:h.avatar,alt:h.name,className:"asakaa-avatar-img"}):h.initials},h.id)),b>0&&jsxRuntime.jsxs("div",{className:"asakaa-avatar",children:["+",b]})]}):jsxRuntime.jsx("div",{className:"w-7 h-7 rounded-full flex items-center justify-center transition-all",style:{background:"rgba(96, 165, 250, 0.15)",border:"1.5px solid rgba(96, 165, 250, 0.4)",color:"#60a5fa"},children:jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[jsxRuntime.jsx("path",{d:"M8 8a3 3 0 100-6 3 3 0 000 6zM4 14c0-2.21 1.79-4 4-4s4 1.79 4 4",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),jsxRuntime.jsx("line",{x1:"13",y1:"5",x2:"13",y2:"9",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),jsxRuntime.jsx("line",{x1:"11",y1:"7",x2:"15",y2:"7",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]})})}),s&&jsxRuntime.jsx(lr,{children:jsxRuntime.jsxs("div",{ref:u,className:"user-selector-menu rounded-xl shadow-2xl border min-w-[300px]",style:{position:"fixed",top:`${i.top}px`,left:`${i.left}px`,maxHeight:"calc(100vh - 40px)",overflow:"hidden",display:"flex",flexDirection:"column",background:"var(--modal-v2-bg, #1f1f1f)",border:"1px solid var(--modal-v2-border, rgba(255, 255, 255, 0.15))",boxShadow:"0 20px 60px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.1)",zIndex:99999},children:[jsxRuntime.jsx("div",{className:"px-4 py-3 border-b",style:{borderColor:"var(--modal-v2-border, rgba(255, 255, 255, 0.1))"},children:jsxRuntime.jsx("span",{className:"text-xs font-bold uppercase tracking-wider",style:{color:"var(--modal-v2-text-secondary, rgba(255, 255, 255, 0.8))"},children:"Assign Users"})}),jsxRuntime.jsx("div",{className:"px-3 py-3 border-b",style:{borderColor:"var(--modal-v2-border, rgba(255, 255, 255, 0.1))"},children:jsxRuntime.jsx("input",{type:"text",value:c,onChange:h=>l(h.target.value),placeholder:"Search users...",className:"w-full px-3 py-2.5 rounded-lg text-sm border outline-none transition-all",style:{background:"var(--modal-v2-bg-secondary, rgba(255, 255, 255, 0.05))",borderColor:"var(--modal-v2-border, rgba(255, 255, 255, 0.2))",color:"var(--modal-v2-text-primary, #ffffff)"},autoFocus:true})}),jsxRuntime.jsx("div",{className:"py-2 max-h-[300px] overflow-y-auto",children:x.length===0?jsxRuntime.jsx("div",{className:"px-4 py-3 text-sm text-center",style:{color:"var(--modal-v2-text-tertiary, rgba(255, 255, 255, 0.6))"},children:"No users found"}):x.map(h=>{let v=e.some(w=>w.id===h.id);return jsxRuntime.jsxs("button",{onClick:()=>f(h),className:"w-full px-4 py-2.5 flex items-center gap-3 text-sm transition-all active:scale-98",style:{background:"transparent"},onMouseEnter:w=>{w.currentTarget.style.background="var(--modal-v2-bg-tertiary, rgba(255, 255, 255, 0.1))";},onMouseLeave:w=>{w.currentTarget.style.background="transparent";},children:[jsxRuntime.jsx("div",{className:"w-7 h-7 rounded-full flex items-center justify-center text-[11px] font-bold flex-shrink-0 shadow-sm",style:{backgroundColor:h.color,color:"#fff"},children:h.avatar?jsxRuntime.jsx("img",{src:h.avatar,alt:h.name,className:"w-full h-full rounded-full object-cover"}):h.initials}),jsxRuntime.jsx("span",{className:"font-semibold flex-1 text-left truncate",style:{color:"var(--modal-v2-text-primary, rgba(255, 255, 255, 0.95))"},children:h.name}),jsxRuntime.jsx("span",{className:"w-5 text-lg flex-shrink-0 text-right",style:{color:v?"#00E5CC":"transparent"},children:v?"\u2713":""})]},h.id)})}),e.length>0&&jsxRuntime.jsx("div",{className:"px-3 py-3 border-t border-white/10",children:jsxRuntime.jsx("button",{onClick:()=>{r([]),o(false);},className:"w-full px-3 py-2.5 rounded-lg text-sm font-semibold transition-all hover:bg-red-600/30 active:scale-95 border",style:{color:"#f87171",borderColor:"rgba(248, 113, 113, 0.3)",background:"rgba(248, 113, 113, 0.08)"},children:"Clear All"})})]})})]})}function wi(e,t,r){let a=new Map;e.forEach(l=>{if(l.dependencies&&Array.isArray(l.dependencies)){let i=l.dependencies.map(d=>{if(typeof d=="string")return d;let u=d;return u.taskId||u.targetId||""}).filter(Boolean);a.set(l.id,i);}});let n=a.get(r)||[];a.set(r,[...n,t]);let s=new Set,o=new Set,c=l=>{if(!s.has(l)){s.add(l),o.add(l);let i=a.get(l)||[];for(let d of i){if(!s.has(d)&&c(d))return true;if(o.has(d))return true}}return o.delete(l),false};return c(r)}function Es({currentCardId:e,dependencies:t=[],availableTasks:r,onChange:a,className:n,validateCircular:s=true,onCircularDependencyError:o}){let[c,l]=react.useState(false),[i,d]=react.useState(""),[u,p]=react.useState(t.length>0),[m,f]=react.useState({top:0,left:0}),[x,y]=react.useState(null),b=react.useRef(null),h=react.useRef(null),v=()=>{if(!h.current)return;let k=h.current.getBoundingClientRect(),N=window.innerHeight,P=window.innerWidth,T=300,Y=u?380:120,H=4,ee=k.right-T;ee<10&&(ee=k.left),ee+T>P-10&&(ee=P-T-10);let I=N-k.bottom,K=k.top,j;I>=Y+H?j=k.bottom+H:K>=Y+H?j=k.top-Y-H:j=I>=K?k.bottom+H:Math.max(10,k.top-Y-H),f({top:j,left:ee}),l(true);};react.useEffect(()=>{if(!c||!h.current)return;let k=h.current.getBoundingClientRect(),N=window.innerHeight,P=window.innerWidth,T=300,Y=u?380:120,H=4,ee=k.right-T;ee<10&&(ee=k.left),ee+T>P-10&&(ee=P-T-10);let I=N-k.bottom,K=k.top,j;I>=Y+H?j=k.bottom+H:K>=Y+H?j=k.top-Y-H:j=I>=K?k.bottom+H:Math.max(10,k.top-Y-H),f({top:j,left:ee});},[u,c]),react.useEffect(()=>{let k=N=>{b.current&&!b.current.contains(N.target)&&!h.current?.contains(N.target)&&(l(false),d(""));};if(c)return document.addEventListener("mousedown",k),()=>document.removeEventListener("mousedown",k)},[c]),react.useEffect(()=>{let k=N=>{N.key==="Escape"&&(l(false),d(""));};if(c)return document.addEventListener("keydown",k),()=>document.removeEventListener("keydown",k)},[c]);let w=k=>{let N=t.includes(k),P=r.find(T=>T.id===k);if(y(null),N){let T=t.filter(Y=>Y!==k);a(T),T.length===0&&p(false);}else {if(s&&wi(r,k,e)){let Y=`Cannot add "${P?.title||k}" as dependency - would create circular reference`;y(Y),o?.(k,P?.title||k),setTimeout(()=>y(null),3e3);return}a([...t,k]),p(true);}},C=()=>{let k=!u;p(k),k||a([]);},S=r.filter(k=>k.id!==e).filter(k=>k.title.toLowerCase().includes(i.toLowerCase())||k.id.toLowerCase().includes(i.toLowerCase())),F=t.length>0?"#00E5CC":"#BDC3C7";return jsxRuntime.jsxs("div",{className:`relative ${n||""}`,children:[jsxRuntime.jsxs("button",{ref:h,onClick:()=>c?l(false):v(),className:"flex items-center gap-1 px-2 py-1 rounded transition-all hover:bg-white/5",title:t.length>0?`${t.length} dependencies`:"Add dependencies",children:[jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("path",{d:"M7 9L9 7M11.5 3.5L10 2C8.89543 0.89543 7.10457 0.89543 6 2C4.89543 3.10457 4.89543 4.89543 6 6L7.5 7.5M4.5 12.5L6 14C7.10457 15.1046 8.89543 15.1046 10 14C11.1046 12.8954 11.1046 11.1046 10 10L8.5 8.5",stroke:F,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),t.length>0&&jsxRuntime.jsx("span",{className:"text-xs font-medium",style:{color:F},children:t.length})]}),c&&jsxRuntime.jsx(lr,{children:jsxRuntime.jsxs("div",{ref:b,className:"dependencies-selector-menu rounded-xl shadow-2xl border min-w-[300px]",style:{position:"fixed",top:`${m.top}px`,left:`${m.left}px`,maxHeight:"calc(100vh - 40px)",overflow:"hidden",display:"flex",flexDirection:"column",background:"var(--modal-v2-bg, #1f1f1f)",border:"1px solid var(--modal-v2-border, rgba(255, 255, 255, 0.15))",boxShadow:"0 20px 60px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.1)",zIndex:99999},children:[x&&jsxRuntime.jsxs("div",{className:"px-4 py-3 flex items-center gap-2",style:{background:"rgba(239, 68, 68, 0.15)",borderBottom:"1px solid rgba(239, 68, 68, 0.3)"},children:[jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("path",{d:"M8 5V8M8 11H8.01M14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8Z",stroke:"#ef4444",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),jsxRuntime.jsx("span",{className:"text-xs font-medium",style:{color:"#ef4444"},children:x})]}),jsxRuntime.jsx("div",{className:"px-4 py-2 border-b",style:{borderColor:"var(--modal-v2-border, rgba(255, 255, 255, 0.05))"},children:jsxRuntime.jsx("span",{className:"text-xs font-semibold uppercase tracking-wide",style:{color:"var(--modal-v2-text-secondary, rgba(255, 255, 255, 0.7))"},children:"Task Dependencies"})}),jsxRuntime.jsx("div",{className:"px-4 py-3 border-b",style:{borderColor:"var(--modal-v2-border, rgba(255, 255, 255, 0.05))"},children:jsxRuntime.jsxs("label",{className:"flex items-center gap-2 cursor-pointer group",onClick:C,children:[jsxRuntime.jsx("div",{className:"w-4 h-4 rounded border-2 flex items-center justify-center transition-all",style:{background:u?"#00E5CC":"transparent",borderColor:u?"#00E5CC":"var(--modal-v2-border, rgba(255, 255, 255, 0.3))"},children:u&&jsxRuntime.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("path",{d:"M2 6L5 9L10 3",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}),jsxRuntime.jsx("span",{className:"text-sm font-medium",style:{color:"var(--modal-v2-text-primary, rgba(255, 255, 255, 0.8))"},children:"Has dependencies"})]})}),u&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"px-3 py-2 border-b",style:{borderColor:"var(--modal-v2-border, rgba(255, 255, 255, 0.05))"},children:jsxRuntime.jsx("input",{type:"text",value:i,onChange:k=>d(k.target.value),placeholder:"Search by name or ID...",className:"w-full px-3 py-2 rounded-md text-xs border outline-none transition-all",style:{background:"var(--modal-v2-bg-secondary, rgba(255, 255, 255, 0.05))",borderColor:"var(--modal-v2-border, rgba(255, 255, 255, 0.1))",color:"var(--modal-v2-text-primary, #ffffff)"},autoFocus:true})}),jsxRuntime.jsx("div",{className:"py-2 max-h-[280px] overflow-y-auto",children:S.length===0?jsxRuntime.jsx("div",{className:"px-4 py-3 text-xs text-center",style:{color:"var(--modal-v2-text-tertiary, rgba(255, 255, 255, 0.5))"},children:"No tasks found"}):S.map(k=>{let N=t.includes(k.id);return jsxRuntime.jsxs("button",{onClick:()=>w(k.id),className:"w-full px-4 py-2 flex items-start gap-3 text-sm transition-colors",style:{background:"transparent"},onMouseEnter:P=>{P.currentTarget.style.background="var(--modal-v2-bg-secondary, rgba(255, 255, 255, 0.05))";},onMouseLeave:P=>{P.currentTarget.style.background="transparent";},children:[jsxRuntime.jsx("div",{className:"w-4 h-4 rounded border-2 flex items-center justify-center flex-shrink-0 mt-0.5 transition-all",style:{background:N?"#00E5CC":"transparent",borderColor:N?"#00E5CC":"var(--modal-v2-border, rgba(255, 255, 255, 0.3))"},children:N&&jsxRuntime.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("path",{d:"M2 6L5 9L10 3",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}),jsxRuntime.jsxs("div",{className:"flex-1 text-left",children:[jsxRuntime.jsx("div",{className:"font-medium",style:{color:"var(--modal-v2-text-primary, rgba(255, 255, 255, 0.9))"},children:k.title}),jsxRuntime.jsx("div",{className:"text-xs mt-0.5",style:{color:"var(--modal-v2-text-tertiary, rgba(255, 255, 255, 0.5))"},children:k.id})]})]},k.id)})})]}),t.length>0&&jsxRuntime.jsx("div",{className:"px-3 py-2 border-t border-white/5",children:jsxRuntime.jsx("button",{onClick:()=>{a([]),p(false),l(false);},className:"w-full px-3 py-2 rounded-md text-xs font-medium transition-all hover:bg-red-600/20 border border-red-500/30",style:{color:"#E74C3C"},children:"Clear All Dependencies"})})]})})]})}var Ln=react.memo(({card:e,render:t,onClick:r,isSelected:a,disableDrag:n,className:s,onUpdate:o,availableUsers:c=[],allCards:l=[]})=>{let{attributes:i,listeners:d,setNodeRef:u,transform:p,transition:m,isDragging:f}=sortable.useSortable({id:e.id,disabled:n,data:{type:"card",card:e}}),x={transform:bi.Transform.toString(p),transition:m};if(t)return jsxRuntime.jsx("div",{ref:u,style:x,...i,...d,onClick:()=>r?.(e),children:t(e)});let y=c.filter(w=>e.assignedUserIds?.includes(w.id)),b=e.progress===100,h=(e.attachments||[]).filter(w=>w.type.startsWith("image/")),v={...x,...e.color&&{borderTopWidth:"3px",borderTopStyle:"solid",borderTopColor:e.color}};return jsxRuntime.jsxs("div",{ref:u,style:v,className:g("asakaa-card",f&&"asakaa-card-dragging",a&&"ring-2 ring-asakaa-accent-blue",s),...i,...d,onClick:w=>{w.target.closest(".priority-selector, .date-picker, .user-selector, .dependencies-selector")||r?.(e);},children:[e.coverImage&&jsxRuntime.jsx("div",{className:"asakaa-card-cover mb-3",children:jsxRuntime.jsx("img",{src:e.coverImage,alt:`Cover for ${e.title}`,className:"w-full h-32 object-cover rounded-md",loading:"lazy",onError:w=>{w.currentTarget.style.display="none";}})}),h.length>0&&!e.coverImage&&jsxRuntime.jsx("div",{className:"asakaa-card-attachments mb-3",children:h.length===1&&h[0]?jsxRuntime.jsx("img",{src:h[0].url,alt:h[0].name,className:"w-full h-32 object-cover rounded-md",loading:"lazy",decoding:"async",style:{imageRendering:"auto",WebkitBackfaceVisibility:"hidden",backfaceVisibility:"hidden",transform:"translateZ(0)"},onError:w=>{w.currentTarget.style.display="none";}}):jsxRuntime.jsx("div",{className:"grid grid-cols-2 gap-1",children:h.slice(0,4).map((w,C)=>jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx("img",{src:w.url,alt:w.name,className:"w-full h-16 object-cover rounded",loading:"lazy",decoding:"async",style:{imageRendering:"auto",WebkitBackfaceVisibility:"hidden",backfaceVisibility:"hidden",transform:"translateZ(0)"},onError:S=>{S.currentTarget.style.display="none";}}),C===3&&h.length>4&&jsxRuntime.jsx("div",{className:"absolute inset-0 bg-black/60 rounded flex items-center justify-center",children:jsxRuntime.jsxs("span",{className:"text-white text-sm font-medium",children:["+",h.length-4]})})]},w.id))})}),jsxRuntime.jsx("h3",{className:"asakaa-card-title mb-2",style:{textDecoration:b?"line-through":"none",opacity:b?.6:1},children:e.title}),e.description&&jsxRuntime.jsx("p",{className:"asakaa-card-description mb-3",children:e.description}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3 mb-3 pt-1",children:[jsxRuntime.jsx("div",{onClick:w=>w.stopPropagation(),className:"priority-selector",children:jsxRuntime.jsx(xo,{priority:e.priority,onChange:w=>o?.(e.id,{priority:w})})}),jsxRuntime.jsx("div",{onClick:w=>w.stopPropagation(),className:"date-picker",children:jsxRuntime.jsx(Ds,{startDate:e.startDate?typeof e.startDate=="string"?e.startDate:e.startDate.toISOString().split("T")[0]:void 0,endDate:e.endDate?typeof e.endDate=="string"?e.endDate:e.endDate.toISOString().split("T")[0]:void 0,onChange:(w,C)=>o?.(e.id,{startDate:w,endDate:C})})}),c.length>0&&jsxRuntime.jsx("div",{onClick:w=>w.stopPropagation(),className:"user-selector",children:jsxRuntime.jsx(wo,{assignedUsers:y,availableUsers:c,onChange:w=>o?.(e.id,{assignedUserIds:w.map(C=>C.id)})})}),jsxRuntime.jsx("div",{onClick:w=>w.stopPropagation(),className:"dependencies-selector",children:jsxRuntime.jsx(Es,{currentCardId:e.id,dependencies:Array.isArray(e.dependencies)?e.dependencies.map(w=>typeof w=="string"?w:w.taskId):[],availableTasks:l,onChange:w=>o?.(e.id,{dependencies:w})})})]}),e.labels&&e.labels.length>0&&jsxRuntime.jsx("div",{className:"flex flex-wrap gap-1",children:e.labels.slice(0,3).map(w=>jsxRuntime.jsx("span",{className:"asakaa-label",children:w},w))}),typeof e.progress=="number"&&jsxRuntime.jsxs("div",{className:"mt-3 pt-2 border-t border-white/5",children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between mb-1",children:[jsxRuntime.jsx("span",{className:"text-[10px] text-[#6B7280]",children:"Progreso"}),jsxRuntime.jsxs("span",{className:"text-[10px] font-medium",style:{color:"#00E5CC"},children:[Math.round(e.progress),"%"]})]}),jsxRuntime.jsx("div",{className:"h-1.5 rounded-full bg-white/5 overflow-hidden",children:jsxRuntime.jsx("div",{className:"h-full rounded-full transition-all duration-300",style:{width:`${Math.min(100,Math.max(0,e.progress))}%`,backgroundColor:"#00E5CC"}})})]})]})},(e,t)=>e.card.id===t.card.id&&e.card.title===t.card.title&&e.card.description===t.card.description&&e.card.position===t.card.position&&e.card.columnId===t.card.columnId&&e.card.priority===t.card.priority&&e.card.color===t.card.color&&e.card.progress===t.card.progress&&e.card.startDate===t.card.startDate&&e.card.endDate===t.card.endDate&&e.isSelected===t.isSelected&&e.render===t.render&&JSON.stringify(e.card.labels)===JSON.stringify(t.card.labels)&&JSON.stringify(e.card.assignedUserIds)===JSON.stringify(t.card.assignedUserIds)&&JSON.stringify(e.card.dependencies)===JSON.stringify(t.card.dependencies)&&JSON.stringify(e.card.attachments?.map(r=>r.id))===JSON.stringify(t.card.attachments?.map(r=>r.id)));Ln.displayName="Card";var ki={todo:{label:"To Do",color:"#94a3b8",icon:"circle"},"in-progress":{label:"In Progress",color:"#60a5fa",icon:"circle-dot"},completed:{label:"Completed",color:"#34d399",icon:"check-circle"}},ep=({icon:e,color:t})=>e==="circle"?jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("circle",{cx:"8",cy:"8",r:"6",stroke:t,strokeWidth:"1.5",fill:"none"})}):e==="circle-dot"?jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[jsxRuntime.jsx("circle",{cx:"8",cy:"8",r:"6",stroke:t,strokeWidth:"1.5",fill:"none"}),jsxRuntime.jsx("circle",{cx:"8",cy:"8",r:"3",fill:t})]}):jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[jsxRuntime.jsx("circle",{cx:"8",cy:"8",r:"6",stroke:t,strokeWidth:"1.5",fill:t,fillOpacity:"0.2"}),jsxRuntime.jsx("path",{d:"M5 8L7 10L11 6",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]});function tp({status:e="todo",onChange:t,className:r,customStatuses:a=[]}){let[n,s]=react.useState(false),[o,c]=react.useState({top:0,left:0}),l=react.useRef(null),i=react.useRef(null),d=[...Object.entries(ki).map(([y,b])=>({id:y,label:b.label,color:b.color,icon:b.icon})),...a.filter(y=>!Object.keys(ki).includes(y.id)).map(y=>({id:y.id,label:y.title,color:y.color||"#8B5CF6",icon:"circle-dot"}))],u=()=>{let y=ki[e];if(y)return {...y,id:e};let b=a.find(h=>h.id===e);return b?{id:b.id,label:b.title,color:b.color||"#8B5CF6",icon:"circle-dot"}:{...ki.todo,id:"todo"}},p=()=>{if(!i.current)return;let y=i.current.getBoundingClientRect(),b=window.innerHeight,h=window.innerWidth,v=180,w=280,C=4,S=y.right-v;S<10&&(S=y.left),S+v>h-10&&(S=h-v-10);let F=b-y.bottom,k=y.top,N;F>=w+C?N=y.bottom+C:k>=w+C?N=y.top-w-C:N=F>=k?y.bottom+C:Math.max(10,y.top-w-C),c({top:N,left:S}),s(true);};react.useEffect(()=>{let y=b=>{l.current&&!l.current.contains(b.target)&&!i.current?.contains(b.target)&&s(false);};if(n)return document.addEventListener("mousedown",y),()=>document.removeEventListener("mousedown",y)},[n]),react.useEffect(()=>{let y=b=>{b.key==="Escape"&&s(false);};if(n)return document.addEventListener("keydown",y),()=>document.removeEventListener("keydown",y)},[n]);let m=y=>{t(y),s(false);},f=u(),x=f.color;return jsxRuntime.jsxs("div",{className:`relative ${r||""}`,children:[jsxRuntime.jsx("button",{ref:i,onClick:()=>n?s(false):p(),className:"flex items-center justify-center w-8 h-8 rounded-lg transition-all hover:bg-white/15 hover:scale-110 active:scale-95",style:{background:`${x}10`,boxShadow:`0 0 0 2px ${x}30 inset`},title:f.label,children:jsxRuntime.jsx(ep,{icon:f.icon,color:x})}),n&&jsxRuntime.jsx(lr,{children:jsxRuntime.jsxs("div",{ref:l,className:"status-selector-menu",style:{position:"fixed",top:`${o.top}px`,left:`${o.left}px`,zIndex:99999,minWidth:"180px",maxHeight:"calc(100vh - 40px)",overflowY:"auto",borderRadius:"8px",background:"var(--modal-v2-bg, #1f1f1f)",border:"1px solid var(--modal-v2-border, rgba(255, 255, 255, 0.15))",boxShadow:"0 10px 40px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.1)"},children:[jsxRuntime.jsx("div",{className:"px-3 py-1.5 border-b",style:{borderColor:"var(--modal-v2-border, rgba(255, 255, 255, 0.1))"},children:jsxRuntime.jsx("span",{className:"text-[10px] font-bold uppercase tracking-wider",style:{color:"var(--modal-v2-text-secondary, rgba(255, 255, 255, 0.7))"},children:"Status"})}),jsxRuntime.jsx("div",{className:"py-1",children:d.map(y=>jsxRuntime.jsxs("button",{onClick:()=>m(y.id),className:"w-full px-3 py-2 flex items-center gap-2.5 text-sm font-medium transition-all active:scale-[0.98] status-option",style:{color:y.color,background:"transparent"},onMouseEnter:b=>{b.currentTarget.style.background="var(--modal-v2-bg-tertiary, rgba(255, 255, 255, 0.15))";},onMouseLeave:b=>{b.currentTarget.style.background="transparent";},children:[jsxRuntime.jsx(ep,{icon:y.icon,color:y.color}),jsxRuntime.jsx("span",{className:"font-semibold",children:y.label}),e===y.id&&jsxRuntime.jsx("svg",{className:"ml-auto",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:jsxRuntime.jsx("path",{d:"M13.5 4.5L6 12L2.5 8.5",stroke:"#00E5CC",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})]},y.id))})]})})]})}var rp={en:{renameColumn:"Rename Column",rename:"Rename",delete:"Delete",columnName:"Column name",columnOptions:"Column options"},es:{renameColumn:"Renombrar Columna",rename:"Renombrar",delete:"Eliminar",columnName:"Nombre de columna",columnOptions:"Opciones de columna"}};function ap({columnTitle:e,onRename:t,onDelete:r,isDeletable:a=false,className:n,locale:s="en"}){let o=rp[s]||rp.en,[c,l]=react.useState(false),[i,d]=react.useState(false),[u,p]=react.useState(e),[m,f]=react.useState({top:0,left:0}),x=react.useRef(null),y=react.useRef(null),b=react.useRef(null);react.useEffect(()=>{if(c&&y.current){let C=y.current.getBoundingClientRect();f({top:C.bottom+window.scrollY+8,left:C.left+window.scrollX});}},[c]),react.useEffect(()=>{let C=S=>{x.current&&!x.current.contains(S.target)&&!y.current?.contains(S.target)&&(l(false),d(false));};if(c)return document.addEventListener("mousedown",C),()=>document.removeEventListener("mousedown",C)},[c]),react.useEffect(()=>{let C=S=>{S.key==="Escape"&&(l(false),d(false),p(e));};if(c)return document.addEventListener("keydown",C),()=>document.removeEventListener("keydown",C)},[c,e]),react.useEffect(()=>{i&&b.current&&(b.current.focus(),b.current.select());},[i]);let h=()=>{d(true),p(e);},v=()=>{let C=u.trim();C&&C!==e&&t(C),d(false),l(false),p(e);},w=C=>{C.key==="Enter"?v():C.key==="Escape"&&(d(false),p(e));};return jsxRuntime.jsxs("div",{className:`relative ${n||""}`,children:[jsxRuntime.jsx("button",{ref:y,onClick:()=>l(!c),className:"opacity-0 group-hover:opacity-100 transition-opacity p-1 rounded hover:bg-white/10",title:o.columnOptions,"aria-label":o.columnOptions,children:jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[jsxRuntime.jsx("circle",{cx:"8",cy:"3",r:"1.5",fill:"currentColor"}),jsxRuntime.jsx("circle",{cx:"8",cy:"8",r:"1.5",fill:"currentColor"}),jsxRuntime.jsx("circle",{cx:"8",cy:"13",r:"1.5",fill:"currentColor"})]})}),c&&jsxRuntime.jsx(lr,{children:jsxRuntime.jsx("div",{ref:x,className:"fixed rounded-xl shadow-2xl border min-w-[200px]",style:{top:`${m.top}px`,left:`${m.left}px`,background:"linear-gradient(135deg, #1f1f1f 0%, #1a1a1a 100%)",borderColor:"rgba(255, 255, 255, 0.15)",boxShadow:"0 20px 60px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.1)",zIndex:99999},children:i?jsxRuntime.jsxs("div",{className:"p-3",children:[jsxRuntime.jsx("label",{className:"text-xs font-bold text-white/80 uppercase tracking-wider block mb-2",children:o.renameColumn}),jsxRuntime.jsx("input",{ref:b,type:"text",value:u,onChange:C=>p(C.target.value),onKeyDown:w,onBlur:v,className:"w-full px-3 py-2 rounded-lg text-sm bg-white/5 border border-white/20 text-white placeholder-white/50 outline-none focus:border-[#00E5CC]/50 transition-all",placeholder:o.columnName,maxLength:50})]}):jsxRuntime.jsxs("div",{className:"py-1",children:[jsxRuntime.jsxs("button",{onClick:h,className:"w-full px-4 py-2.5 flex items-center gap-3 text-sm text-white/90 hover:bg-white/10 transition-all",children:[jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("path",{d:"M11.5 1.5L14.5 4.5L5 14H2V11L11.5 1.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),jsxRuntime.jsx("span",{className:"font-medium",children:o.rename})]}),a&&r&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"h-px bg-white/10 mx-2 my-1"}),jsxRuntime.jsxs("button",{onClick:()=>{r(),l(false);},className:"w-full px-4 py-2.5 flex items-center gap-3 text-sm text-red-400 hover:bg-red-500/10 transition-all",children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[jsxRuntime.jsx("path",{d:"M2 4H14M5 4V2.5C5 2.22386 5.22386 2 5.5 2H10.5C10.7761 2 11 2.22386 11 2.5V4M12.5 4V13.5C12.5 13.7761 12.2761 14 12 14H4C3.72386 14 3.5 13.7761 3.5 13.5V4",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),jsxRuntime.jsx("path",{d:"M6.5 7V11M9.5 7V11",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]}),jsxRuntime.jsx("span",{className:"font-medium",children:o.delete})]})]})]})})})]})}var _o=react.memo(({column:e,cards:t,renderColumn:r,renderCard:a,renderHeader:n,renderEmptyState:s,onCardClick:o,onCardUpdate:c,availableUsers:l,allCards:i,enableVirtualization:d,cardHeight:u=120,isCollapsed:p,onToggleCollapse:m,onColumnRename:f,onColumnDelete:x,isDeletable:y=false,className:b,renderMetrics:h,locale:v})=>{let{setNodeRef:w,isOver:C}=core$1.useDroppable({id:e.id,data:{type:"column",column:e}}),S=react.useRef(null),F=d??Eu(t.length),k=reactVirtual.useVirtualizer({count:t.length,getScrollElement:()=>S.current,estimateSize:()=>u,enabled:F});if(r)return jsxRuntime.jsx("div",{ref:w,className:b,children:r(e,t)});let P=(()=>{if(!e.wipLimit)return {state:"none",percentage:0};let H=t.length/e.wipLimit*100;return t.length>e.wipLimit?{state:"exceeded",percentage:H}:H>=80?{state:"warning",percentage:H}:H>=60?{state:"approaching",percentage:H}:{state:"ok",percentage:H}})(),T=P.state==="exceeded",Y=()=>"asakaa-column-count";return jsxRuntime.jsxs("div",{ref:w,className:g("asakaa-column",C&&"ring-2 ring-asakaa-accent-blue",T&&"ring-2 ring-asakaa-accent-red",b),children:[n?n(e,t.length):jsxRuntime.jsxs("div",{className:"asakaa-column-header group",children:[jsxRuntime.jsx("h2",{className:"asakaa-column-title",children:e.title}),jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("span",{className:g(Y()),children:[t.length,e.wipLimit&&` / ${e.wipLimit}`]}),e.wipLimit&&P.state!=="none"&&jsxRuntime.jsxs("span",{className:"text-xs font-medium flex items-center",title:`${P.percentage.toFixed(0)}% capacity${e.wipLimitType==="hard"?" (Hard limit - blocks new cards)":" (Soft limit - shows warning)"}`,children:[P.state==="exceeded"&&jsxRuntime.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 16 16",fill:"none",children:[jsxRuntime.jsx("circle",{cx:"8",cy:"8",r:"7",fill:"#EF4444",opacity:"0.9"}),jsxRuntime.jsx("path",{d:"M5 5L11 11M11 5L5 11",stroke:"white",strokeWidth:"2",strokeLinecap:"round"})]}),P.state==="warning"&&jsxRuntime.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 16 16",fill:"none",children:[jsxRuntime.jsx("path",{d:"M8 1L15 14H1L8 1Z",fill:"#F59E0B",opacity:"0.9"}),jsxRuntime.jsx("path",{d:"M8 6V9M8 11V11.5",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round"})]}),P.state==="approaching"&&jsxRuntime.jsx("svg",{width:"14",height:"14",viewBox:"0 0 16 16",fill:"none",children:jsxRuntime.jsx("path",{d:"M8 1L10 7H14L10 10L12 16L8 12L4 16L6 10L2 7H6L8 1Z",fill:"#FB923C",opacity:"0.9"})}),P.state==="ok"&&jsxRuntime.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 16 16",fill:"none",children:[jsxRuntime.jsx("circle",{cx:"8",cy:"8",r:"7",fill:"#10B981",opacity:"0.9"}),jsxRuntime.jsx("path",{d:"M5 8L7 10L11 6",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]})]}),(f||x)&&jsxRuntime.jsx(ap,{columnTitle:e.title,onRename:H=>f?.(e.id,H),onDelete:x?()=>x(e.id):void 0,isDeletable:y,locale:v}),m&&jsxRuntime.jsx("button",{onClick:m,className:"text-asakaa-text-tertiary hover:text-asakaa-text-primary","aria-label":p?"Expand column":"Collapse column",children:p?"\u25B6":"\u25BC"})]})]}),h&&h(e,t),!p&&jsxRuntime.jsx("div",{ref:S,className:"asakaa-column-cards",style:{maxHeight:F?"600px":void 0},children:jsxRuntime.jsx(sortable.SortableContext,{items:t.map(H=>H.id),strategy:sortable.verticalListSortingStrategy,children:t.length===0?s?s(e):jsxRuntime.jsx("div",{className:"asakaa-drop-zone asakaa-empty",children:jsxRuntime.jsx("p",{children:"Drop cards here"})}):F?jsxRuntime.jsx("div",{style:{height:`${k.getTotalSize()}px`,position:"relative"},children:k.getVirtualItems().map(H=>{let ee=t[H.index];return ee?jsxRuntime.jsx("div",{style:{position:"absolute",top:0,left:0,width:"100%",transform:`translateY(${H.start}px)`},children:jsxRuntime.jsx(Ln,{card:ee,render:a,onClick:o,onUpdate:c,availableUsers:l,allCards:i})},ee.id):null})}):t.map(H=>jsxRuntime.jsx(Ln,{card:H,render:a,onClick:o,onUpdate:c,availableUsers:l,allCards:i},H.id))})})]})});_o.displayName="Column";function ac({title:e,onSave:t,className:r}){let[a,n]=react.useState(false),[s,o]=react.useState(e),c=react.useRef(null);react.useEffect(()=>{a&&c.current&&(c.current.focus(),c.current.select());},[a]);let l=()=>{let d=s.trim();d&&d!==e?t(d):o(e),n(false);},i=d=>{d.key==="Enter"?l():d.key==="Escape"&&(o(e),n(false));};return a?jsxRuntime.jsx("input",{ref:c,type:"text",value:s,onChange:d=>o(d.target.value),onBlur:l,onKeyDown:i,className:g("asakaa-column-title bg-transparent border-b-2 border-[#00E5CC]","outline-none px-1 -ml-1",r),maxLength:50}):jsxRuntime.jsx("h2",{className:g("asakaa-column-title cursor-pointer",r),onClick:()=>n(true),title:"Click to edit",children:e})}function rh(e,t){let r=e.slice(0,t),a=r.lastIndexOf("@");if(a===-1)return null;let n=r[a-1];if(a>0&&n&&!/\s/.test(n))return null;let s=r.slice(a+1);return /\s/.test(s)?null:{start:a,end:t,query:s.toLowerCase()}}function cp(e,t){let r=[],a=/@(\S+)/g,n;for(;(n=a.exec(e))!==null;){let s=n[1]?.toLowerCase()??"";if(!s)continue;let o=t.find(c=>{let l=c.name.toLowerCase(),i=l.replace(/\s+/g,""),d=l.split(/\s+/);return !!(i===s||l===s||d.some(u=>u===s))});o&&!r.includes(o.id)&&r.push(o.id);}return r}function ah(e){return e.split(" ").map(t=>t[0]).join("").toUpperCase().slice(0,2)}function nh(e){return e<1024?`${e} B`:e<1024*1024?`${(e/1024).toFixed(1)} KB`:`${(e/(1024*1024)).toFixed(1)} MB`}var oh=["\u{1F600}","\u{1F602}","\u{1F970}","\u{1F60D}","\u{1F914}","\u{1F44D}","\u{1F44E}","\u{1F389}","\u{1F525}","\u2764\uFE0F","\u{1F4AF}","\u2705","\u274C","\u26A0\uFE0F","\u{1F4CC}","\u{1F4A1}","\u{1F680}","\u2B50","\u{1F3AF}","\u{1F4AA}","\u{1F64F}","\u{1F440}","\u{1F4DD}","\u{1F4AC}"];function dp({value:e,onChange:t,onSubmit:r,users:a,placeholder:n,disabled:s=false,isSubmitting:o=false,theme:c="dark",locale:l="es",currentUser:i,enableEmoji:d=true,enableAttachments:u=true,pendingFiles:p=[],onFilesSelect:m,onRemoveFile:f,maxFileSizeMB:x=10}){let y=c==="dark",[b,h]=react.useState(false),[v,w]=react.useState([]),[C,S]=react.useState(0),[F,k]=react.useState(null),[N,P]=react.useState(false),T=react.useRef(null),Y=react.useRef(null),H=react.useRef(null),ee=react.useRef(null),I=react.useCallback((be,ye)=>{let fe=rh(be,ye);if(k(fe),fe){let ze=a.filter(Ce=>Ce.name.toLowerCase().includes(fe.query)||Ce.email&&Ce.email.toLowerCase().includes(fe.query)).slice(0,5);w(ze),h(ze.length>0),S(0);}else h(false),w([]);},[a]),K=be=>{let ye=be.target.value;if(t(ye),I(ye,be.target.selectionStart||0),T.current){T.current.style.height="24px";let fe=T.current.scrollHeight,ze=280,Ce=Math.min(fe,ze);T.current.style.height=`${Ce}px`,T.current.style.overflowY=fe>ze?"auto":"hidden";}},j=()=>{T.current&&I(e,T.current.selectionStart||0);},W=react.useCallback(be=>{if(!F||!T.current)return;let ye=e.slice(0,F.start),fe=e.slice(F.end),ze=`@${be.name.replace(/\s+/g,"")} `,Ce=ye+ze+fe;t(Ce),h(false),k(null),setTimeout(()=>{if(T.current){let Ae=F.start+ze.length;T.current.selectionStart=Ae,T.current.selectionEnd=Ae,T.current.focus();}},0);},[F,e,t]),$=be=>{if(b&&v.length>0)switch(be.key){case "ArrowDown":be.preventDefault(),S(ye=>ye<v.length-1?ye+1:0);break;case "ArrowUp":be.preventDefault(),S(ye=>ye>0?ye-1:v.length-1);break;case "Enter":{be.preventDefault();let ye=v[C];ye&&W(ye);break}case "Tab":{be.preventDefault();let ye=v[C];ye&&W(ye);break}case "Escape":be.preventDefault(),h(false);break}else be.key==="Enter"&&!be.shiftKey&&(be.preventDefault(),r());};react.useEffect(()=>{let be=ye=>{Y.current&&!Y.current.contains(ye.target)&&T.current&&!T.current.contains(ye.target)&&h(false),ee.current&&!ee.current.contains(ye.target)&&P(false);};return document.addEventListener("mousedown",be),()=>document.removeEventListener("mousedown",be)},[]);let ve=react.useCallback(be=>{if(!T.current)return;let ye=T.current.selectionStart||e.length,fe=e.slice(0,ye)+be+e.slice(ye);t(fe),P(false),setTimeout(()=>{if(T.current){let ze=ye+be.length;T.current.selectionStart=ze,T.current.selectionEnd=ze,T.current.focus();}},0);},[e,t]),We=react.useCallback(be=>{if(!m||!be.target.files)return;let ye=Array.from(be.target.files),fe=x*1024*1024,ze=ye.filter(Ce=>Ce.size>fe?(console.warn(`File ${Ce.name} exceeds max size of ${x}MB`),false):true);ze.length>0&&m(ze),be.target.value="";},[m,x]),Pe=react.useCallback(be=>be.type.startsWith("image/")?lucideReact.Image:be.type.includes("pdf")||be.type.includes("document")?lucideReact.FileText:lucideReact.File,[]);return react.useEffect(()=>{if(b&&Y.current){let be=Y.current.children[C];be&&be.scrollIntoView({block:"nearest"});}},[C,b]),jsxRuntime.jsxs("div",{className:"flex flex-col gap-2",children:[p.length>0&&jsxRuntime.jsx("div",{className:"flex flex-wrap gap-2",children:p.map(be=>{let ye=Pe(be.file),fe=be.file.type.startsWith("image/");return jsxRuntime.jsxs("div",{className:g("relative group flex items-center gap-2 px-2 py-1.5 rounded-lg",y?"bg-white/10":"bg-gray-100"),children:[fe&&be.preview?jsxRuntime.jsx("img",{src:be.preview,alt:be.file.name,className:"w-6 h-6 rounded object-cover"}):jsxRuntime.jsx(ye,{className:g("w-4 h-4",y?"text-[#9CA3AF]":"text-gray-500")}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0 max-w-[120px]",children:[jsxRuntime.jsx("p",{className:g("text-xs truncate",y?"text-white":"text-gray-900"),children:be.file.name}),jsxRuntime.jsx("p",{className:g("text-xs",y?"text-[#6B7280]":"text-gray-400"),children:nh(be.file.size)})]}),f&&jsxRuntime.jsx("button",{onClick:()=>f(be.id),className:g("p-0.5 rounded-full transition-colors",y?"hover:bg-white/10 text-[#6B7280] hover:text-white":"hover:bg-gray-200 text-gray-400 hover:text-gray-600"),children:jsxRuntime.jsx(lucideReact.X,{className:"w-3 h-3"})})]},be.id)})}),jsxRuntime.jsxs("div",{className:"flex items-start gap-2",children:[i&&jsxRuntime.jsx("div",{className:"w-6 h-6 rounded-full flex items-center justify-center text-white text-[10px] font-medium flex-shrink-0",style:{backgroundColor:i.color||"#8B5CF6"},children:i.name?.slice(0,2).toUpperCase()||"U"}),jsxRuntime.jsxs("div",{className:g("flex-1 relative min-w-0"),children:[jsxRuntime.jsxs("div",{className:g("flex items-end gap-1 px-2 py-2 rounded-lg",y?"bg-white/5":"bg-white border border-gray-200"),children:[d&&jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx("button",{type:"button",onClick:()=>P(!N),disabled:s||o,className:g("p-1 rounded transition-colors flex-shrink-0",y?"hover:bg-white/10 text-[#6B7280] hover:text-white":"hover:bg-gray-100 text-gray-400 hover:text-gray-600",(s||o)&&"opacity-50"),title:"Emojis",children:jsxRuntime.jsx(lucideReact.Smile,{className:"w-4 h-4"})}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:N&&jsxRuntime.jsx(framerMotion.motion.div,{ref:ee,initial:{opacity:0,y:5},animate:{opacity:1,y:0},exit:{opacity:0,y:5},className:g("absolute bottom-full left-0 mb-2 p-2 rounded-lg shadow-xl z-50",y?"bg-[#1A1D25] border border-white/10":"bg-white border border-gray-200"),children:jsxRuntime.jsx("div",{className:"grid grid-cols-8 gap-1 w-[200px]",children:oh.map(be=>jsxRuntime.jsx("button",{type:"button",onClick:()=>ve(be),className:g("w-6 h-6 flex items-center justify-center text-lg rounded transition-colors hover:scale-110",y?"hover:bg-white/10":"hover:bg-gray-100"),children:be},be))})})})]}),u&&m&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("button",{type:"button",onClick:()=>H.current?.click(),disabled:s||o,className:g("p-1.5 rounded transition-colors",y?"hover:bg-white/10 text-[#6B7280] hover:text-white":"hover:bg-gray-100 text-gray-400 hover:text-gray-600",(s||o)&&"opacity-50"),title:l==="es"?"Adjuntar archivo":"Attach file",children:jsxRuntime.jsx(lucideReact.Paperclip,{className:"w-4 h-4"})}),jsxRuntime.jsx("input",{ref:H,type:"file",multiple:true,onChange:We,className:"hidden",accept:"image/*,.pdf,.doc,.docx,.xls,.xlsx,.txt,.zip"})]}),jsxRuntime.jsx("textarea",{ref:T,value:e,onChange:K,onSelect:j,onKeyDown:$,placeholder:n||(l==="es"?"Escribe un comentario...":"Write a comment..."),disabled:s||o,rows:1,className:g("flex-1 bg-transparent text-sm outline-none min-w-[100px] resize-none py-0.5",y?"text-white placeholder:text-[#6B7280] scrollbar-slim":"text-gray-900 placeholder:text-gray-400 scrollbar-slim-light",(s||o)&&"opacity-50"),style:{lineHeight:"1.5",height:"24px",maxHeight:"280px",overflowY:"hidden"}}),jsxRuntime.jsx("button",{onClick:r,disabled:o||!e.trim()&&p.length===0||s,className:g("p-1.5 rounded transition-colors",(e.trim()||p.length>0)&&!s?"bg-[#00E5CC] text-white hover:bg-[#00C4AE]":y?"text-[#6B7280]":"text-gray-400",o&&"opacity-50 cursor-not-allowed"),children:o?jsxRuntime.jsx("div",{className:"w-4 h-4 border-2 border-current border-t-transparent rounded-full animate-spin"}):jsxRuntime.jsx(lucideReact.Send,{className:"w-4 h-4"})})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:b&&v.length>0&&jsxRuntime.jsx(framerMotion.motion.div,{ref:Y,initial:{opacity:0,y:5},animate:{opacity:1,y:0},exit:{opacity:0,y:5},className:g("absolute bottom-full left-0 right-0 mb-1 py-1 rounded-lg shadow-xl z-50","max-h-[200px] overflow-y-auto",y?"bg-[#1A1D25] border border-white/10":"bg-white border border-gray-200"),children:v.map((be,ye)=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>W(be),className:g("w-full flex items-center gap-3 px-3 py-2 text-left transition-colors",ye===C?y?"bg-white/10":"bg-gray-100":y?"hover:bg-white/5":"hover:bg-gray-50"),children:[jsxRuntime.jsx("div",{className:"w-7 h-7 rounded-full flex items-center justify-center text-white text-xs font-medium flex-shrink-0",style:{backgroundColor:be.color||"#8B5CF6"},children:ah(be.name)}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("p",{className:g("text-sm font-medium truncate",y?"text-white":"text-gray-900"),children:be.name}),be.email&&jsxRuntime.jsx("p",{className:g("text-xs truncate",y?"text-[#6B7280]":"text-gray-500"),children:be.email})]})]},be.id))})})]})]})]})}function up({content:e,theme:t="dark"}){let r=t==="dark",a=[],n=/@(\S+)/g,s=0,o;for(;(o=n.exec(e))!==null;)o.index>s&&a.push({type:"text",value:e.slice(s,o.index)}),a.push({type:"mention",value:o[0]}),s=o.index+o[0].length;return s<e.length&&a.push({type:"text",value:e.slice(s)}),jsxRuntime.jsx("span",{className:"whitespace-pre-wrap break-words",children:a.map((c,l)=>c.type==="mention"?jsxRuntime.jsx("span",{className:g("inline-flex items-center px-1 py-0.5 rounded","font-medium text-sm",r?"bg-[#00E5CC]/20 text-[#00E5CC]":"bg-[#00E5CC]/15 text-[#00C4AE]"),children:c.value},l):jsxRuntime.jsx("span",{children:c.value},l))})}var Si=["#EF4444","#F97316","#F59E0B","#EAB308","#84CC16","#22C55E","#10B981","#00E5CC","#00E5CC","#0EA5E9","#00E5CC","#6366F1","#8B5CF6","#A855F7","#D946EF","#EC4899"];function Ko({selectedTags:e,availableTags:t,onChange:r,onCreateTag:a,theme:n,disabled:s=false,compact:o=true}){let[c,l]=react.useState(false),[i,d]=react.useState(""),[u,p]=react.useState(false),[m,f]=react.useState(Si[10]||"#00E5CC"),[x,y]=react.useState({top:0,left:0}),b=react.useRef(null),h=react.useRef(null),v=react.useRef(null),w=react.useRef(null),C=t.filter(T=>T.name.toLowerCase().includes(i.toLowerCase())),S=t.some(T=>T.name.toLowerCase()===i.toLowerCase());react.useEffect(()=>{if(c&&h.current){let T=h.current.getBoundingClientRect();y({top:T.bottom+6,left:T.left});}},[c]),react.useEffect(()=>{let T=Y=>{let H=Y.target,ee=b.current?.contains(H),I=v.current?.contains(H);!ee&&!I&&(l(false),d(""),p(false));};if(c)return document.addEventListener("mousedown",T),()=>document.removeEventListener("mousedown",T)},[c]),react.useEffect(()=>{c&&w.current&&w.current.focus();},[c]);let F=T=>{let Y=e.some(H=>H.id===T.id);r(Y?e.filter(H=>H.id!==T.id):[...e,T]);},k=async()=>{if(!(!a||!i.trim())){p(true);try{let T=await a(i.trim(),m);T&&(r([...e,T]),d(""),f(Si[Math.floor(Math.random()*Si.length)]||"#00E5CC"));}finally{p(false);}}},N=(T,Y)=>{Y.stopPropagation(),r(e.filter(H=>H.id!==T));},P={backgroundColor:`${n.textTertiary}15`,border:`1px solid ${n.borderLight}`,color:n.textSecondary};return jsxRuntime.jsxs("div",{ref:b,className:"relative",children:[jsxRuntime.jsxs("button",{ref:h,type:"button",onClick:()=>!s&&l(!c),className:"flex items-center gap-1.5 px-3 py-1.5 rounded-full text-sm transition-all hover:opacity-80",style:P,disabled:s,children:[jsxRuntime.jsx(lucideReact.Tag,{className:"w-3.5 h-3.5"}),e.length>0?jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[e.slice(0,2).map(T=>jsxRuntime.jsx("span",{className:"inline-flex items-center gap-1 px-1.5 py-0.5 rounded text-xs font-medium",style:{backgroundColor:`${T.color}20`,color:T.color},children:T.name},T.id)),e.length>2&&jsxRuntime.jsxs("span",{className:"text-xs",style:{color:n.textTertiary},children:["+",e.length-2]})]}):jsxRuntime.jsx("span",{children:"Agregar"}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:"w-3 h-3",style:{color:n.textTertiary}})]}),typeof document<"u"&&reactDom.createPortal(jsxRuntime.jsx(framerMotion.AnimatePresence,{children:c&&jsxRuntime.jsxs(framerMotion.motion.div,{ref:v,initial:{opacity:0,y:-5},animate:{opacity:1,y:0},exit:{opacity:0,y:-5},transition:{duration:.12},className:"rounded-lg min-w-[240px]",style:{position:"fixed",top:x.top,left:x.left,zIndex:99999,backgroundColor:n.bgPrimary,border:`1px solid ${n.border}`,boxShadow:"0 4px 20px rgba(0, 0, 0, 0.25)"},children:[jsxRuntime.jsx("div",{className:"p-2 border-b",style:{borderColor:n.border},children:jsxRuntime.jsx("input",{ref:w,type:"text",value:i,onChange:T=>d(T.target.value),placeholder:"Buscar o crear etiqueta...",className:"w-full px-3 py-1.5 text-sm rounded-md outline-none",style:{backgroundColor:n.bgSecondary,color:n.textPrimary,border:`1px solid ${n.borderLight}`},onKeyDown:T=>{T.key==="Enter"&&i.trim()&&!S&&a&&k();}})}),e.length>0&&jsxRuntime.jsxs("div",{className:"p-2 border-b",style:{borderColor:n.border},children:[jsxRuntime.jsx("p",{className:"text-xs mb-1.5",style:{color:n.textTertiary},children:"Seleccionadas"}),jsxRuntime.jsx("div",{className:"flex flex-wrap gap-1",children:e.map(T=>jsxRuntime.jsxs("span",{className:"inline-flex items-center gap-1 px-2 py-0.5 rounded-full text-xs font-medium cursor-pointer hover:opacity-80",style:{backgroundColor:`${T.color}20`,color:T.color},onClick:Y=>N(T.id,Y),children:[T.name,jsxRuntime.jsx(lucideReact.X,{className:"w-3 h-3"})]},T.id))})]}),jsxRuntime.jsx("div",{className:"max-h-[200px] overflow-y-auto p-1",children:C.length>0?C.map(T=>{let Y=e.some(H=>H.id===T.id);return jsxRuntime.jsxs("button",{type:"button",onClick:()=>F(T),className:"w-full flex items-center gap-2 px-3 py-2 rounded-md text-sm transition-colors",style:{backgroundColor:Y?`${T.color}15`:"transparent",color:n.textPrimary},onMouseEnter:H=>{Y||(H.currentTarget.style.backgroundColor=n.hoverBg);},onMouseLeave:H=>{Y||(H.currentTarget.style.backgroundColor="transparent");},children:[jsxRuntime.jsx("div",{className:"w-3 h-3 rounded-full",style:{backgroundColor:T.color}}),jsxRuntime.jsx("span",{className:"flex-1 text-left",children:T.name}),Y&&jsxRuntime.jsx(lucideReact.Check,{className:"w-4 h-4",style:{color:T.color}})]},T.id)}):i.trim()?jsxRuntime.jsx("div",{className:"p-2 text-center text-sm",style:{color:n.textTertiary},children:"No se encontraron etiquetas"}):jsxRuntime.jsx("div",{className:"p-2 text-center text-sm",style:{color:n.textTertiary},children:"No hay etiquetas disponibles"})}),i.trim()&&!S&&a&&jsxRuntime.jsxs("div",{className:"p-2 border-t",style:{borderColor:n.border},children:[jsxRuntime.jsx("div",{className:"flex items-center gap-2 mb-2",children:jsxRuntime.jsx("p",{className:"text-xs",style:{color:n.textTertiary},children:"Crear nueva etiqueta"})}),jsxRuntime.jsx("div",{className:"flex flex-wrap gap-1 mb-2",children:Si.map(T=>jsxRuntime.jsx("button",{type:"button",onClick:()=>f(T),className:"w-5 h-5 rounded-full transition-transform hover:scale-110",style:{backgroundColor:T,outline:m===T?`2px solid ${T}`:"none",outlineOffset:"2px"}},T))}),jsxRuntime.jsxs("button",{type:"button",onClick:k,disabled:u,className:"w-full flex items-center justify-center gap-2 px-3 py-2 rounded-md text-sm font-medium transition-colors",style:{backgroundColor:m,color:"#FFFFFF",opacity:u?.7:1},children:[u?jsxRuntime.jsx("div",{className:"w-4 h-4 border-2 border-white/30 border-t-white rounded-full animate-spin"}):jsxRuntime.jsx(lucideReact.Plus,{className:"w-4 h-4"}),'Crear "',i.trim(),'"']})]})]})}),document.body)]})}function oc({tag:e,onRemove:t,size:r="sm"}){return jsxRuntime.jsxs("span",{className:`inline-flex items-center gap-1 rounded-full font-medium ${r==="xs"?"px-1.5 py-0.5 text-[10px]":"px-2 py-0.5 text-xs"}`,style:{backgroundColor:`${e.color}20`,color:e.color},children:[e.name,t&&jsxRuntime.jsx("button",{type:"button",onClick:n=>{n.stopPropagation(),t();},className:"hover:opacity-70",children:jsxRuntime.jsx(lucideReact.X,{className:"w-3 h-3"})})]})}function mp({tags:e,maxVisible:t=3,size:r="sm"}){if(!e||e.length===0)return null;let a=e.slice(0,t),n=e.length-t;return jsxRuntime.jsxs("div",{className:"flex flex-wrap gap-1",children:[a.map(s=>jsxRuntime.jsx(oc,{tag:s,size:r},s.id)),n>0&&jsxRuntime.jsxs("span",{className:`inline-flex items-center rounded-full font-medium ${r==="xs"?"px-1.5 py-0.5 text-[10px]":"px-2 py-0.5 text-xs"}`,style:{backgroundColor:"rgba(100,100,100,0.2)",color:"#9CA3AF"},children:["+",n]})]})}var Co=[{name:"Azul",value:"#00E5CC",light:"#5AADFF"},{name:"P\xFArpura",value:"#A855F7",light:"#C084FC"},{name:"Rosa",value:"#EC4899",light:"#F472B6"},{name:"Rojo",value:"#EF4444",light:"#F87171"},{name:"Naranja",value:"#F59E0B",light:"#FBBF24"},{name:"Amarillo",value:"#EAB308",light:"#FACC15"},{name:"Lima",value:"#84CC16",light:"#A3E635"},{name:"Verde",value:"#10B981",light:"#34D399"},{name:"Esmeralda",value:"#059669",light:"#10B981"},{name:"Cyan",value:"#00E5CC",light:"#00E5CC"},{name:"Azul Cielo",value:"#0EA5E9",light:"#38BDF8"},{name:"\xCDndigo",value:"#4F46E5",light:"#6366F1"},{name:"Violeta",value:"#8B5CF6",light:"#A78BFA"},{name:"Fucsia",value:"#D946EF",light:"#E879F9"},{name:"Coral",value:"#F97316",light:"#FB923C"},{name:"Magenta",value:"#E11D48",light:"#FB7185"}];function gp(e){if(e<60)return `${e}m`;let t=Math.floor(e/60),r=e%60;return r===0?`${t}h`:`${t}h${r}m`}function gh(e){switch(e){case "on-track":return {text:"text-green-600 dark:text-green-400",bg:"bg-green-50 dark:bg-green-900/20",border:"border-green-200 dark:border-green-800"};case "at-risk":return {text:"text-yellow-600 dark:text-yellow-400",bg:"bg-yellow-50 dark:bg-yellow-900/20",border:"border-yellow-200 dark:border-yellow-800"};case "over-budget":return {text:"text-red-600 dark:text-red-400",bg:"bg-red-50 dark:bg-red-900/20",border:"border-red-200 dark:border-red-800"};case "no-estimate":default:return {text:"text-gray-500 dark:text-gray-400",bg:"bg-gray-50 dark:bg-gray-800/50",border:"border-gray-200 dark:border-gray-700"}}}function fh({className:e}){return jsxRuntime.jsxs("svg",{className:g("w-3 h-3",e),fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:[jsxRuntime.jsx("circle",{cx:"12",cy:"12",r:"10"}),jsxRuntime.jsx("path",{d:"M12 6v6l4 2"})]})}function sc({summary:e,size:t="sm",showEstimate:r=true,onClick:a,className:n}){let s=gh(e.health),o={sm:"text-xs px-1.5 py-0.5 gap-1",md:"text-sm px-2 py-1 gap-1.5",lg:"text-base px-2.5 py-1.5 gap-2"},c={sm:"w-3 h-3",md:"w-3.5 h-3.5",lg:"w-4 h-4"},l=gp(e.loggedMinutes),i=e.estimateMinutes?gp(e.estimateMinutes):null,d=r&&i?`${l} / ${i}`:l;return e.loggedMinutes===0&&!e.estimateMinutes?null:jsxRuntime.jsxs(a?"button":"span",{className:g("inline-flex items-center rounded-full border font-medium","transition-colors duration-150",s.text,s.bg,s.border,o[t],a&&"cursor-pointer hover:opacity-80 focus:outline-none focus:ring-2 focus:ring-offset-1",n),onClick:a,type:a?"button":void 0,children:[jsxRuntime.jsx(fh,{className:c[t]}),jsxRuntime.jsx("span",{children:d})]})}function bh(e){let t=e.trim();if(!t)return null;let r;if(t.startsWith("="))r=t.slice(1).trim();else if(t.startsWith("+")&&/[*\/()]/.test(t))r=t.slice(1).trim();else if(/^\d[\d\s]*[*\/]/.test(t)||/^\(/.test(t))r=t;else return null;if(!r||!/^[\d+\-*/().\s]+$/.test(r)||/[+\-*/]{2,}/.test(r.replace(/\s/g,"").replace(/\*-/g,"X").replace(/\/-/g,"X")))return null;try{let a=new Function(`"use strict"; return (${r});`)();return typeof a!="number"||!isFinite(a)||a<0?null:a}catch{return null}}function Mi(e){let t=bh(e);return t!==null?String(t):e}function bp(e){let r=Mi(e).trim().toLowerCase();if(r.includes(":")){let[o,c]=r.split(":").map(Number);return (o||0)*60+(c||0)}let a=r.match(/(\d+(?:\.\d+)?)\s*h/),n=r.match(/(\d+)\s*m/);if(a||n){let o=a?.[1]?parseFloat(a[1]):0,c=n?.[1]?parseInt(n[1],10):0;return Math.round(o*60)+c}let s=parseFloat(r);return isNaN(s)?0:Math.round(s*60)}function Pi(e){if(e<60)return `${e}m`;let t=Math.floor(e/60),r=e%60;return r===0?`${t}h`:`${t}h ${r}m`}function xh(e){let t=Math.floor(e/3600),r=Math.floor(e%3600/60),a=e%60;return t>0?`${t}:${r.toString().padStart(2,"0")}:${a.toString().padStart(2,"0")}`:`${r}:${a.toString().padStart(2,"0")}`}function vh({className:e}){return jsxRuntime.jsx("svg",{className:e,fill:"currentColor",viewBox:"0 0 24 24",children:jsxRuntime.jsx("path",{d:"M8 5v14l11-7z"})})}function wh({className:e}){return jsxRuntime.jsx("svg",{className:e,fill:"currentColor",viewBox:"0 0 24 24",children:jsxRuntime.jsx("rect",{x:"6",y:"6",width:"12",height:"12",rx:"1"})})}function hp({className:e}){return jsxRuntime.jsx("svg",{className:e,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:jsxRuntime.jsx("path",{d:"M6 18L18 6M6 6l12 12"})})}function kh({className:e}){return jsxRuntime.jsxs("svg",{className:e,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:[jsxRuntime.jsx("circle",{cx:"12",cy:"12",r:"10"}),jsxRuntime.jsx("path",{d:"M12 6v6l4 2"})]})}function ic({taskId:e,summary:t,entries:r=[],isTimerRunning:a=false,timerElapsedSeconds:n=0,onLogTime:s,onUpdateEstimate:o,onStartTimer:c,onStopTimer:l,onDiscardTimer:i,onClose:d,className:u}){let[p,m]=react.useState(""),[f,x]=react.useState(t.estimateMinutes?Pi(t.estimateMinutes):""),[y,b]=react.useState(""),[h,v]=react.useState(false),[w,C]=react.useState(false),S=react.useRef(null);react.useEffect(()=>{S.current?.focus();},[]);let F=async()=>{let P=bp(p);if(!(P<=0||!s)){v(true);try{await s({durationMinutes:P,note:y.trim()||void 0,source:"manual"}),m(""),b("");}finally{v(false);}}},k=async()=>{if(!o)return;let P=f.trim()?bp(f):null;await o(P),C(false);},N=P=>{P.key==="Enter"&&!P.shiftKey&&(P.preventDefault(),F()),P.key==="Escape"&&d?.();};return jsxRuntime.jsxs("div",{className:g("w-72 bg-white dark:bg-gray-800 rounded-lg shadow-xl border border-gray-200 dark:border-gray-700","divide-y divide-gray-100 dark:divide-gray-700",u),children:[jsxRuntime.jsxs("div",{className:"px-3 py-2 flex items-center justify-between",children:[jsxRuntime.jsx("span",{className:"text-sm font-medium text-gray-700 dark:text-gray-200",children:"Time Tracking"}),jsxRuntime.jsx("button",{onClick:d,className:"p-1 rounded hover:bg-gray-100 dark:hover:bg-gray-700 text-gray-400",children:jsxRuntime.jsx(hp,{className:"w-4 h-4"})})]}),jsxRuntime.jsx("div",{className:"px-3 py-2",children:a?jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("div",{className:"flex-1 flex items-center gap-2",children:[jsxRuntime.jsxs("span",{className:"relative flex h-2 w-2",children:[jsxRuntime.jsx("span",{className:"animate-ping absolute inline-flex h-full w-full rounded-full bg-green-400 opacity-75"}),jsxRuntime.jsx("span",{className:"relative inline-flex rounded-full h-2 w-2 bg-green-500"})]}),jsxRuntime.jsx("span",{className:"text-lg font-mono font-medium text-gray-900 dark:text-white",children:xh(n)})]}),jsxRuntime.jsx("button",{onClick:l,className:"p-2 rounded-lg bg-green-500 hover:bg-green-600 text-white",title:"Stop and save",children:jsxRuntime.jsx(wh,{className:"w-4 h-4"})}),jsxRuntime.jsx("button",{onClick:i,className:"p-2 rounded-lg bg-gray-100 dark:bg-gray-700 hover:bg-gray-200 dark:hover:bg-gray-600 text-gray-600 dark:text-gray-300",title:"Discard",children:jsxRuntime.jsx(hp,{className:"w-4 h-4"})})]}):jsxRuntime.jsxs("button",{onClick:c,className:g("w-full flex items-center justify-center gap-2 px-3 py-2 rounded-lg","bg-gray-100 dark:bg-gray-700 hover:bg-gray-200 dark:hover:bg-gray-600","text-gray-700 dark:text-gray-200 font-medium text-sm"),children:[jsxRuntime.jsx(vh,{className:"w-4 h-4"}),"Start Timer"]})}),jsxRuntime.jsxs("div",{className:"px-3 py-2 space-y-2",children:[jsxRuntime.jsxs("div",{className:"flex gap-2",children:[jsxRuntime.jsxs("div",{className:"relative flex-1",children:[jsxRuntime.jsx(kh,{className:"absolute left-2 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-400"}),jsxRuntime.jsx("input",{ref:S,type:"text",value:p,onChange:P=>m(P.target.value),onKeyDown:N,placeholder:"8 (=8h), 2h 30m",className:g("w-full pl-8 pr-3 py-1.5 text-sm rounded-lg","bg-gray-50 dark:bg-gray-700 border border-gray-200 dark:border-gray-600","text-gray-900 dark:text-white placeholder-gray-400","focus:outline-none focus:ring-2 focus:ring-[#00E5CC] focus:border-transparent")})]}),jsxRuntime.jsx("button",{onClick:F,disabled:h||!p.trim(),className:g("px-3 py-1.5 rounded-lg text-sm font-medium","bg-[#00E5CC] hover:bg-[#00C4AE] text-white","disabled:opacity-50 disabled:cursor-not-allowed"),children:"Log"})]}),jsxRuntime.jsx("input",{type:"text",value:y,onChange:P=>b(P.target.value),onKeyDown:N,placeholder:"Note (optional)",className:g("w-full px-3 py-1.5 text-sm rounded-lg","bg-gray-50 dark:bg-gray-700 border border-gray-200 dark:border-gray-600","text-gray-900 dark:text-white placeholder-gray-400","focus:outline-none focus:ring-2 focus:ring-[#00E5CC] focus:border-transparent")})]}),jsxRuntime.jsxs("div",{className:"px-3 py-2",children:[jsxRuntime.jsxs("div",{className:"flex justify-between text-sm",children:[jsxRuntime.jsx("span",{className:"text-gray-500 dark:text-gray-400",children:"Logged"}),jsxRuntime.jsx("span",{className:"font-medium text-gray-900 dark:text-white",children:Pi(t.loggedMinutes)})]}),jsxRuntime.jsxs("div",{className:"flex justify-between text-sm mt-1",children:[jsxRuntime.jsx("span",{className:"text-gray-500 dark:text-gray-400",children:"Estimate"}),w?jsxRuntime.jsx("div",{className:"flex items-center gap-1",children:jsxRuntime.jsx("input",{type:"text",value:f,onChange:P=>x(P.target.value),onKeyDown:P=>{P.key==="Enter"&&k(),P.key==="Escape"&&C(false);},onBlur:k,autoFocus:true,className:"w-16 px-1 py-0.5 text-sm text-right rounded border border-[#00E5CC] bg-transparent focus:outline-none",placeholder:"4h"})}):jsxRuntime.jsx("button",{onClick:()=>C(true),className:"font-medium text-gray-900 dark:text-white hover:text-[#00E5CC]",children:t.estimateMinutes?Pi(t.estimateMinutes):"Set estimate"})]}),t.progressPercent!==null&&jsxRuntime.jsxs("div",{className:"mt-2",children:[jsxRuntime.jsxs("div",{className:"flex justify-between text-xs mb-1",children:[jsxRuntime.jsx("span",{className:"text-gray-500 dark:text-gray-400",children:"Progress"}),jsxRuntime.jsxs("span",{className:g("font-medium",t.health==="on-track"&&"text-green-600",t.health==="at-risk"&&"text-yellow-600",t.health==="over-budget"&&"text-red-600"),children:[t.progressPercent,"%"]})]}),jsxRuntime.jsx("div",{className:"h-1.5 bg-gray-200 dark:bg-gray-700 rounded-full overflow-hidden",children:jsxRuntime.jsx("div",{className:g("h-full transition-all duration-300",t.health==="on-track"&&"bg-green-500",t.health==="at-risk"&&"bg-yellow-500",t.health==="over-budget"&&"bg-red-500"),style:{width:`${Math.min(100,t.progressPercent)}%`}})})]})]}),r.length>0&&jsxRuntime.jsxs("div",{className:"px-3 py-2",children:[jsxRuntime.jsx("div",{className:"text-xs font-medium text-gray-500 dark:text-gray-400 mb-2",children:"Recent Entries"}),jsxRuntime.jsx("div",{className:"space-y-1 max-h-24 overflow-y-auto",children:r.slice(0,3).map(P=>jsxRuntime.jsxs("div",{className:"flex items-center justify-between text-xs text-gray-600 dark:text-gray-300",children:[jsxRuntime.jsx("span",{className:"truncate flex-1",children:P.note||"Time logged"}),jsxRuntime.jsx("span",{className:"font-medium ml-2",children:Pi(P.durationMinutes)})]},P.id))})]})]})}function Sh(e){let r=Mi(e).trim().toLowerCase();if(!r||r==="-")return null;if(r.includes(":")){let[o,c]=r.split(":").map(Number);return (o||0)*60+(c||0)}let a=r.match(/(\d+(?:\.\d+)?)\s*h/),n=r.match(/(\d+)\s*m/);if(a||n){let o=a?.[1]?parseFloat(a[1]):0,c=n?.[1]?parseInt(n[1],10):0;return Math.round(o*60)+c}let s=parseFloat(r);return isNaN(s)?null:Math.round(s*60)}function Eh(e){if(!e||e===0)return "";let t=Math.floor(e/60),r=e%60;return t===0?`${r}m`:r===0?`${t}h`:`${t}h ${r}m`}function xn({mode:e,locale:t,isDark:r,currentValue:a,onSave:n,onClose:s,className:o}){let[c,l]=react.useState(Eh(a)),[i,d]=react.useState(""),[u,p]=react.useState(false),m=react.useRef(null);react.useEffect(()=>{m.current?.focus();},[]);let f=async()=>{p(true);let v=Sh(c);await n(v&&v>0?v:null,i||void 0),p(false);},x=async()=>{p(true),await n(null),p(false);},y=v=>{v.key==="Enter"&&!v.shiftKey&&(v.preventDefault(),f()),v.key==="Escape"&&s();},b={estimate:t==="es"?"Estimaci\xF3n":"Estimate",quoted:t==="es"?"T. Ofertado":"Quoted",log:t==="es"?"Registrar":"Log Time"},h=t==="es";return jsxRuntime.jsxs("div",{className:g("w-56",o),style:{background:r?"rgba(10, 10, 10, 0.95)":"#FFFFFF",border:r?"1px solid rgba(255,255,255,0.10)":"1px solid #E5E7EB",borderRadius:"8px",boxShadow:r?"0 8px 32px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.05)":"0 8px 32px rgba(0,0,0,0.12)",backdropFilter:"blur(16px)"},onClick:v=>v.stopPropagation(),children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between px-3 py-2",style:{borderBottom:r?"1px solid rgba(255,255,255,0.06)":"1px solid #F3F4F6"},children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-1.5",children:[jsxRuntime.jsx(lucideReact.Clock,{className:"w-3 h-3",style:{color:r?"#007FFF":"#00E5CC"}}),jsxRuntime.jsx("span",{className:"font-mono uppercase tracking-wider",style:{fontSize:"10px",fontWeight:600,color:r?"rgba(255,255,255,0.5)":"#6B7280"},children:b[e]})]}),jsxRuntime.jsx("button",{type:"button",onClick:s,className:"p-0.5 rounded transition-colors",style:{color:r?"rgba(255,255,255,0.3)":"#9CA3AF"},children:jsxRuntime.jsx(lucideReact.X,{className:"w-3 h-3"})})]}),jsxRuntime.jsxs("div",{className:"p-3 space-y-2",children:[jsxRuntime.jsx("input",{ref:m,type:"text",value:c,onChange:v=>l(v.target.value),onKeyDown:y,placeholder:"2h 30m",className:"w-full font-mono outline-none",style:{fontSize:"13px",fontWeight:700,padding:"6px 10px",borderRadius:"4px",border:r?"1px solid #333":"1px solid #E5E7EB",background:r?"#1A1A1A":"#F9FAFB",color:r?"#FFFFFF":"#111827"}}),jsxRuntime.jsx("p",{className:"font-mono",style:{fontSize:"9px",color:r?"rgba(255,255,255,0.25)":"#9CA3AF",letterSpacing:"0.02em"},children:"8=8h \xB7 1h 30m \xB7 45m \xB7 =8*9"}),e==="log"&&jsxRuntime.jsx("input",{type:"text",value:i,onChange:v=>d(v.target.value),onKeyDown:y,placeholder:h?"Nota (opcional)":"Note (optional)",className:"w-full outline-none",style:{fontSize:"11px",padding:"5px 10px",borderRadius:"4px",border:r?"1px solid #333":"1px solid #E5E7EB",background:r?"#1A1A1A":"#F9FAFB",color:r?"rgba(255,255,255,0.7)":"#374151"}}),jsxRuntime.jsx("button",{type:"button",onClick:f,disabled:u||!c.trim(),className:"w-full font-mono uppercase tracking-wider transition-all disabled:opacity-30 disabled:cursor-not-allowed",style:{fontSize:"10px",fontWeight:600,padding:"6px 0",borderRadius:"4px",border:r?"1px solid rgba(0, 229, 204,0.3)":"1px solid #00E5CC",background:r?"rgba(0, 229, 204,0.15)":"#00E5CC",color:r?"#007FFF":"#FFFFFF"},children:u?h?"Guardando...":"Saving...":h?"Registrar":"Save"}),a&&e!=="log"&&jsxRuntime.jsx("button",{type:"button",onClick:x,disabled:u,className:"w-full font-mono uppercase tracking-wider transition-colors",style:{fontSize:"9px",padding:"4px 0",color:r?"rgba(255,255,255,0.3)":"#9CA3AF"},children:h?"Quitar":"Clear"})]})]})}function Mh(e){switch(e){case "on-track":return "bg-green-500";case "at-risk":return "bg-yellow-500";case "over-budget":return "bg-red-500";case "no-estimate":default:return "bg-gray-400"}}function Ph(e){switch(e){case "on-track":return "text-green-600 dark:text-green-400";case "at-risk":return "text-yellow-600 dark:text-yellow-400";case "over-budget":return "text-red-600 dark:text-red-400";case "no-estimate":default:return "text-gray-500 dark:text-gray-400"}}function cc({summary:e,showLabel:t=false,size:r="md",className:a}){let n=Mh(e.health),s=Ph(e.health),o={sm:"h-1",md:"h-1.5",lg:"h-2"},c=e.progressPercent??0,l=Math.min(100,c),i=c>100;return e.health==="no-estimate"?jsxRuntime.jsxs("div",{className:g("flex items-center gap-2",a),children:[jsxRuntime.jsx("div",{className:g("flex-1 rounded-full bg-gray-200 dark:bg-gray-700 overflow-hidden",o[r]),children:jsxRuntime.jsx("div",{className:g("h-full w-1/4",n)})}),t&&jsxRuntime.jsx("span",{className:g("text-xs font-medium",s),children:"--"})]}):jsxRuntime.jsxs("div",{className:g("flex items-center gap-2",a),children:[jsxRuntime.jsxs("div",{className:g("flex-1 rounded-full bg-gray-200 dark:bg-gray-700 overflow-hidden relative",o[r]),children:[jsxRuntime.jsx("div",{className:g("h-full transition-all duration-300",n),style:{width:`${l}%`}}),i&&jsxRuntime.jsx("div",{className:"absolute inset-0 bg-red-500",style:{backgroundImage:"repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255,255,255,0.2) 2px, rgba(255,255,255,0.2) 4px)"}})]}),t&&jsxRuntime.jsxs("span",{className:g("text-xs font-medium tabular-nums min-w-[2.5rem] text-right",s),children:[c,"%"]})]})}function qo(e){if(e<1)return `${Math.round(e*60)}s`;let t=Math.round(e);if(t<60)return `${t}m`;let r=Math.floor(t/60),a=t%60;return a===0?`${r}h`:`${r}h ${a}m`}function Lh(e,t){switch(e){case "profitable":return t?"text-green-400":"text-green-600";case "at-cost":return t?"text-[#00E5CC]":"text-[#00C4AE]";case "loss":return t?"text-red-400":"text-red-600";case "no-estimate":return t?"text-gray-500":"text-gray-400"}}function Ah(e,t){switch(e){case "profitable":return t?"bg-green-900/30 border-green-700/50":"bg-green-50 border-green-200";case "at-cost":return t?"bg-[#00A893]/30 border-[#00C4AE]/50":"bg-[#00E5CC]/15 border-[#00E5CC]/15";case "loss":return t?"bg-red-900/30 border-red-700/50":"bg-red-50 border-red-200";case "no-estimate":return t?"bg-gray-800/50 border-gray-700":"bg-gray-50 border-gray-200"}}function Ih(e,t){if(t==="es")switch(e){case "profitable":return "Rentable";case "at-cost":return "En costo";case "loss":return "P\xE9rdida";case "no-estimate":return "Sin oferta"}switch(e){case "profitable":return "Profitable";case "at-cost":return "At Cost";case "loss":return "Loss";case "no-estimate":return "No Estimate"}}function Rh({summary:e,locale:t,isDark:r}){let a=e.totalVarianceMinutes>0,n=a?r?"text-green-400":"text-green-600":e.totalVarianceMinutes<0?r?"text-red-400":"text-red-600":r?"text-gray-400":"text-gray-600",s=r?"bg-[#1A1D25]":"bg-white",o=r?"border-white/5":"border-gray-200",c=r?"text-[#9CA3AF]":"text-gray-500",l=r?"text-[#E5E7EB]":"text-gray-900";return jsxRuntime.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-4 mb-6",children:[jsxRuntime.jsxs("div",{className:g("p-4 rounded-lg border",s,o),children:[jsxRuntime.jsx("div",{className:g("text-sm font-medium mb-1",c),children:t==="es"?"Variaci\xF3n Total":"Total Variance"}),jsxRuntime.jsxs("div",{className:g("text-2xl font-bold",n),children:[a?"+":"",qo(Math.abs(e.totalVarianceMinutes))]}),jsxRuntime.jsxs("div",{className:g("text-xs mt-1",c),children:[e.avgVariancePercent>0?"+":"",e.avgVariancePercent,"%"]})]}),jsxRuntime.jsxs("div",{className:g("p-4 rounded-lg border",s,o),children:[jsxRuntime.jsx("div",{className:g("text-sm font-medium mb-2",c),children:t==="es"?"Distribuci\xF3n":"Distribution"}),jsxRuntime.jsxs("div",{className:"space-y-1 text-sm",children:[jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{className:r?"text-green-400":"text-green-600",children:t==="es"?"Rentables":"Profitable"}),jsxRuntime.jsx("span",{className:g("font-medium",l),children:e.profitableTasksCount})]}),jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{className:r?"text-[#00E5CC]":"text-[#00C4AE]",children:t==="es"?"En costo":"At Cost"}),jsxRuntime.jsx("span",{className:g("font-medium",l),children:e.atCostTasksCount})]}),jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{className:r?"text-red-400":"text-red-600",children:t==="es"?"P\xE9rdidas":"Loss"}),jsxRuntime.jsx("span",{className:g("font-medium",l),children:e.lossTasksCount})]})]})]}),jsxRuntime.jsxs("div",{className:g("p-4 rounded-lg border",s,o),children:[jsxRuntime.jsx("div",{className:g("text-sm font-medium mb-2",c),children:t==="es"?"Tiempos":"Time Summary"}),jsxRuntime.jsxs("div",{className:"space-y-1 text-sm",children:[jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{className:c,children:t==="es"?"Ofertado":"Sold"}),jsxRuntime.jsx("span",{className:g("font-medium",l),children:qo(e.totalSoldMinutes)})]}),jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{className:c,children:t==="es"?"Trabajado":"Logged"}),jsxRuntime.jsx("span",{className:g("font-medium",l),children:qo(e.totalLoggedMinutes)})]}),jsxRuntime.jsxs("div",{className:g("flex justify-between pt-1 border-t",o),children:[jsxRuntime.jsx("span",{className:c,children:t==="es"?"Tareas":"Tasks"}),jsxRuntime.jsx("span",{className:g("font-medium",l),children:e.totalTasksWithEstimate})]})]})]})]})}function Bh({task:e,locale:t,isDark:r,onClick:a}){let n=e.varianceMinutes!==null?e.varianceMinutes>0?"+":e.varianceMinutes<0?"-":"":"",s=r?"border-white/5":"border-gray-200",o=r?"text-[#E5E7EB]":"text-gray-900",c=r?"text-[#9CA3AF]":"text-gray-500";return jsxRuntime.jsxs("tr",{className:g("border-b",s,a&&g("cursor-pointer",r?"hover:bg-white/5":"hover:bg-gray-50")),onClick:()=>a?.(e.taskId),children:[jsxRuntime.jsxs("td",{className:"px-4 py-3",children:[jsxRuntime.jsx("div",{className:g("font-medium",o),children:e.taskName}),e.projectName&&jsxRuntime.jsx("div",{className:g("text-xs mt-1",c),children:e.projectName})]}),jsxRuntime.jsx("td",{className:"px-4 py-3 text-sm text-center",children:e.soldEffortMinutes?qo(e.soldEffortMinutes):"-"}),jsxRuntime.jsx("td",{className:"px-4 py-3 text-sm text-center",children:qo(e.loggedMinutes)}),jsxRuntime.jsx("td",{className:"px-4 py-3 text-sm text-center",children:e.varianceMinutes!==null?jsxRuntime.jsxs("span",{className:g("font-medium",e.varianceMinutes>0?r?"text-green-400":"text-green-600":e.varianceMinutes<0?r?"text-red-400":"text-red-600":c),children:[n,qo(Math.abs(e.varianceMinutes))]}):"-"}),jsxRuntime.jsx("td",{className:"px-4 py-3 text-sm text-center",children:e.variancePercent!==null?jsxRuntime.jsxs("span",{className:g("font-medium",e.variancePercent>0?r?"text-green-400":"text-green-600":e.variancePercent<0?r?"text-red-400":"text-red-600":c),children:[n,Math.abs(e.variancePercent),"%"]}):"-"}),jsxRuntime.jsx("td",{className:"px-4 py-3 text-center",children:jsxRuntime.jsx("span",{className:g("inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium border",Ah(e.status,r),Lh(e.status,r)),children:Ih(e.status,t)})})]})}function dc({report:e,isLoading:t=false,locale:r="en",theme:a="light",className:n,onTaskClick:s}){let o=a==="dark",c=o?"bg-[#050505]":"bg-gray-50",l=o?"bg-[#0A0A0A]":"bg-white",i=o?"border-white/[0.08]":"border-gray-200",d=o?"text-white/[0.92]":"text-gray-900",u=o?"text-white/[0.60]":"text-gray-500",p=o?"bg-[#050505]/50":"bg-gray-50",m=react.useMemo(()=>e?[...e.tasks].sort((f,x)=>f.varianceMinutes===null?1:x.varianceMinutes===null?-1:x.varianceMinutes-f.varianceMinutes):[],[e]);return t?jsxRuntime.jsx("div",{className:g("p-8 text-center",u,n),children:r==="es"?"Cargando reporte...":"Loading report..."}):!e||e.tasks.length===0?jsxRuntime.jsx("div",{className:g("p-8 text-center",u,n),children:r==="es"?"No hay datos de rentabilidad disponibles":"No profitability data available"}):jsxRuntime.jsxs("div",{className:g("space-y-6 p-6",c,n),children:[jsxRuntime.jsx("div",{className:"flex items-center justify-between",children:jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("h2",{className:g("text-2xl font-bold",d),children:r==="es"?"Reporte de Rentabilidad":"Profitability Report"}),jsxRuntime.jsx("p",{className:g("text-sm mt-1",u),children:r==="es"?"An\xE1lisis de tiempo ofertado vs tiempo trabajado":"Analysis of sold effort vs actual time logged"})]})}),jsxRuntime.jsx(Rh,{summary:e.summary,locale:r,isDark:o}),jsxRuntime.jsx("div",{className:g("rounded-lg border overflow-hidden",l,i),children:jsxRuntime.jsx("div",{className:"overflow-x-auto",children:jsxRuntime.jsxs("table",{className:"min-w-full divide-y divide-gray-200 dark:divide-white/5",children:[jsxRuntime.jsx("thead",{className:p,children:jsxRuntime.jsxs("tr",{children:[jsxRuntime.jsx("th",{className:g("px-4 py-3 text-left text-xs font-medium uppercase tracking-wider",u),children:r==="es"?"Tarea":"Task"}),jsxRuntime.jsx("th",{className:g("px-4 py-3 text-center text-xs font-medium uppercase tracking-wider",u),children:r==="es"?"Ofertado":"Sold"}),jsxRuntime.jsx("th",{className:g("px-4 py-3 text-center text-xs font-medium uppercase tracking-wider",u),children:r==="es"?"Trabajado":"Logged"}),jsxRuntime.jsx("th",{className:g("px-4 py-3 text-center text-xs font-medium uppercase tracking-wider",u),children:r==="es"?"Variaci\xF3n":"Variance"}),jsxRuntime.jsx("th",{className:g("px-4 py-3 text-center text-xs font-medium uppercase tracking-wider",u),children:"%"}),jsxRuntime.jsx("th",{className:g("px-4 py-3 text-center text-xs font-medium uppercase tracking-wider",u),children:r==="es"?"Estado":"Status"})]})}),jsxRuntime.jsx("tbody",{className:g("divide-y",i),children:m.map(f=>jsxRuntime.jsx(Bh,{task:f,locale:r,isDark:o,onClick:s},f.taskId))})]})})}),jsxRuntime.jsx("div",{className:g("text-xs text-center",u),children:r==="es"?jsxRuntime.jsx(jsxRuntime.Fragment,{children:"Rentable: variaci\xF3n > +5% | En costo: \xB15% | P\xE9rdida: variaci\xF3n < -5%"}):jsxRuntime.jsx(jsxRuntime.Fragment,{children:"Profitable: variance > +5% | At cost: \xB15% | Loss: variance < -5%"})})]})}function Yo(e){if(e<60)return `${e}m`;let t=Math.floor(e/60),r=e%60;return r===0?`${t}h`:`${t}h ${r}m`}function Xh(e){let t=Math.floor(e/3600),r=Math.floor(e%3600/60),a=e%60;return t>0?`${t.toString().padStart(2,"0")}:${r.toString().padStart(2,"0")}:${a.toString().padStart(2,"0")}`:`${r.toString().padStart(2,"0")}:${a.toString().padStart(2,"0")}`}function Sp(e,t=[]){if("title"in e&&!("name"in e)){let r=e,a=(r.assignedUserIds||[]).map(n=>{let s=t.find(o=>o.id===n);return s||null}).filter(n=>n!==null);return {id:r.id,name:r.title,startDate:r.startDate?new Date(r.startDate):void 0,endDate:r.endDate?new Date(r.endDate):void 0,progress:r.progress||0,status:r.columnId,priority:r.priority?.toLowerCase(),assignees:a,dependencies:Array.isArray(r.dependencies)?r.dependencies.map(n=>typeof n=="string"?n:n.taskId):[],tags:r.tags,subtasks:r.subtasks?.map(n=>({id:n.id,name:n.title,progress:n.completed?100:0,startDate:new Date,endDate:new Date})),color:r.color,description:r.description,effortMinutes:r.effortMinutes,timeLoggedMinutes:r.timeLoggedMinutes,soldEffortMinutes:r.soldEffortMinutes}}return e}function Jh(e,t){return {...t,title:e.name,startDate:e.startDate,endDate:e.endDate,progress:e.progress,priority:e.priority?.toUpperCase(),tags:e.tags,description:e.description,color:e.color,columnId:e.status,assignedUserIds:t.assignedUserIds,dependencies:e.dependencies}}function To({task:e,isOpen:t,onClose:r,onTaskUpdate:a,onCardUpdate:n,theme:s="dark",locale:o="es",availableUsers:c=[],availableTags:l=[],onCreateTag:i,attachments:d=[],onUploadAttachments:u,onDeleteAttachment:p,availableTasks:m=[],comments:f=[],onAddComment:x,currentUser:y,mentionableUsers:b=[],onUploadCommentAttachments:h,enableTimeTracking:v=false,timeTrackingSummary:w,timeEntries:C=[],isTimerRunning:S=false,timerElapsedSeconds:F=0,onTimeLog:k,onEstimateUpdate:N,onSoldEffortUpdate:P,onTimerStart:T,onTimerStop:Y,onTimerDiscard:H,blurFinancials:ee=false}){let I=s==="dark",K={textTertiary:I?"#6B7280":"#9CA3AF",textSecondary:I?"#9CA3AF":"#6B7280",textPrimary:I?"#FFFFFF":"#111827",borderLight:I?"rgba(255,255,255,0.1)":"rgba(0,0,0,0.1)",border:I?"rgba(255,255,255,0.1)":"rgba(0,0,0,0.1)",bgPrimary:I?"#1A1D25":"#FFFFFF",bgSecondary:I?"#0A0A0A":"#F9FAFB",hoverBg:I?"rgba(255,255,255,0.05)":"rgba(0,0,0,0.05)"},j=e&&"title"in e&&!("name"in e),W=e,[$,ve]=react.useState(e?Sp(e,c):null),[We,Pe]=react.useState(false),[be,ye]=react.useState(false),[fe,ze]=react.useState(false),[Ce,Ae]=react.useState(null),[Me,qe]=react.useState(new Date),[de,et]=react.useState(false),[Re,Be]=react.useState(false),[Nt,ft]=react.useState(""),[Oe,Ie]=react.useState(false),[st,kt]=react.useState(false),[$e,He]=react.useState(false),[L,oe]=react.useState(false),[B,_]=react.useState(""),U=react.useRef(null),J=react.useRef(null),[De,pe]=react.useState(""),rt=react.useRef(null),[tt,Qe]=react.useState(""),[Ot,pt]=react.useState(false),[qt,Ht]=react.useState([]),[ur,br]=react.useState(""),[da,Yt]=react.useState(false),hr=react.useRef(null);react.useEffect(()=>{if(console.log("\u{1F4E5} TaskDetailModal useEffect - task received:",{isOpen:t,taskId:e?.id,taskName:e?.name,soldEffortMinutes:e?.soldEffortMinutes,quotedMinutes:e?.quotedMinutes,effortMinutes:e?.effortMinutes,timeLoggedMinutes:e?.timeLoggedMinutes,fullTask:e}),e&&t){let M=Sp(e,c);console.log("\u{1F4E5} After normalizeToTask:",{taskId:M?.id,taskName:M?.name,soldEffortMinutes:M?.soldEffortMinutes,quotedMinutes:M?.quotedMinutes,effortMinutes:M?.effortMinutes,timeLoggedMinutes:M?.timeLoggedMinutes}),ve(M),_(M.description||""),pe(M.name||"");}},[e?.id,e?.quotedMinutes,c,t]),react.useEffect(()=>{if(!t||!B)return;let M=setTimeout(()=>{let R=J.current;R&&(R.style.height="auto",R.style.height=`${Math.max(100,R.scrollHeight)}px`);},50);return ()=>clearTimeout(M)},[t,B]),react.useEffect(()=>()=>{U.current&&clearTimeout(U.current),rt.current&&clearTimeout(rt.current);},[]),react.useEffect(()=>{t&&hr.current&&f.length>0&&setTimeout(()=>{hr.current&&(hr.current.scrollTop=hr.current.scrollHeight);},100);},[t,f.length]);let Ft=react.useCallback(M=>{ve(M),j&&n&&W?n(Jh(M,W)):a&&a(M);},[j,W,n,a]),jr=react.useCallback(()=>{Pe(false),ye(false),ze(false),Ae(null),Be(false),ft(""),Ie(false);},[]),Ut=react.useCallback((M,R)=>{if(!$)return;let q={...$,[M]:R};Ft(q);},[$,Ft]),nr=react.useCallback(()=>{let M=J.current;M&&(M.style.height="auto",M.style.height=`${Math.max(100,M.scrollHeight)}px`);},[]),_r=react.useCallback(M=>{_(M),setTimeout(nr,0),U.current&&clearTimeout(U.current),U.current=setTimeout(()=>{if($){let R={...$,description:M};Ft(R);}},800);},[$,Ft,nr]),Dr=react.useCallback(M=>{pe(M),rt.current&&clearTimeout(rt.current),rt.current=setTimeout(()=>{if($&&M.trim()){let R={...$,name:M.trim()};Ft(R);}},800);},[$,Ft]),ot=react.useCallback(M=>{let R=M.map(q=>{let xe={id:`pending-${Date.now()}-${Math.random().toString(36).slice(2)}`,file:q};return q.type.startsWith("image/")&&(xe.preview=URL.createObjectURL(q)),xe});Ht(q=>[...q,...R]);},[]),_e=react.useCallback(M=>{Ht(R=>{let q=R.find(xe=>xe.id===M);return q?.preview&&URL.revokeObjectURL(q.preview),R.filter(xe=>xe.id!==M)});},[]),ua=react.useCallback(async()=>{if(!(!$||!tt.trim()&&qt.length===0||!x)){pt(true);try{let M=cp(tt,b),R=[];if(qt.length>0&&h){let q=qt.map(xe=>xe.file);R=await h(q);}await x($.id,tt.trim(),M.length>0?M:void 0,R.length>0?R:void 0),Qe(""),qt.forEach(q=>{q.preview&&URL.revokeObjectURL(q.preview);}),Ht([]);}finally{pt(false);}}},[$,tt,qt,x,b,h]),jt=react.useCallback(()=>{if(!$||!ur.trim())return;let M=$.subtasks||[],R={id:`subtask-${Date.now()}-${Math.random().toString(36).slice(2)}`,name:ur.trim(),progress:0,startDate:new Date,endDate:new Date,position:M.length},q=[...M,R],xe={...$,subtasks:q};Ft(xe),br(""),Yt(false);},[$,ur,Ft]),oa=react.useCallback(M=>{if(!$?.subtasks)return;let R=$.subtasks.map(xe=>xe.id===M?{...xe,progress:xe.progress===100?0:100}:xe),q={...$,subtasks:R};Ft(q);},[$,Ft]),se=react.useCallback(M=>{if(!$?.subtasks)return;let R=$.subtasks.filter(xe=>xe.id!==M),q={...$,subtasks:R};Ft(q);},[$,Ft]),me=react.useCallback(M=>{let R=typeof M=="string"?new Date(M):M,xe=new Date().getTime()-R.getTime(),re=Math.floor(xe/6e4),Ze=Math.floor(xe/36e5),Ye=Math.floor(xe/864e5);return re<1?o==="es"?"Ahora":"Just now":re<60?o==="es"?`Hace ${re} min`:`${re}m ago`:Ze<24?o==="es"?`Hace ${Ze}h`:`${Ze}h ago`:Ye<7?o==="es"?`Hace ${Ye}d`:`${Ye}d ago`:R.toLocaleDateString(o==="es"?"es-ES":"en-US",{month:"short",day:"numeric"})},[o]),mt=react.useCallback(M=>{if(!$)return;let R=$.progress||0;M==="completed"?R=100:M==="in-progress"&&R===0?R=10:M==="todo"&&(R=0);let q={...$,status:M,progress:R};Ft(q),Pe(false);},[$,Ft]),Xe=react.useCallback((M,R)=>{if(!$)return;let q={...$,startDate:M,endDate:R};Ft(q);},[$,Ft]),it=react.useCallback(()=>{let M=Me.getFullYear(),R=Me.getMonth(),q=new Date(M,R,1),re=new Date(M,R+1,0).getDate(),Ze=q.getDay(),Ye=[],It=new Date(M,R,0).getDate();for(let Rt=Ze-1;Rt>=0;Rt--)Ye.push({date:new Date(M,R-1,It-Rt),isCurrentMonth:false});for(let Rt=1;Rt<=re;Rt++)Ye.push({date:new Date(M,R,Rt),isCurrentMonth:true});let Lt=42-Ye.length;for(let Rt=1;Rt<=Lt;Rt++)Ye.push({date:new Date(M,R+1,Rt),isCurrentMonth:false});return Ye},[Me]),V=react.useCallback(async M=>{if(M.preventDefault(),M.stopPropagation(),He(false),!$||!u)return;let R=Array.from(M.dataTransfer.files);if(R.length!==0){oe(true);try{await u($.id,R);}finally{oe(false);}}},[$,u]),ce=react.useCallback(async M=>{if(!$||!u||!M.target.files)return;let R=Array.from(M.target.files);if(R.length!==0){oe(true);try{await u($.id,R);}finally{oe(false);}M.target.value="";}},[$,u]),Q=react.useCallback(M=>{M.preventDefault(),M.stopPropagation(),He(true);},[]),O=react.useCallback(M=>{M.preventDefault(),M.stopPropagation(),He(false);},[]),te=react.useCallback(M=>M<1024?`${M} B`:M<1024*1024?`${(M/1024).toFixed(1)} KB`:`${(M/(1024*1024)).toFixed(1)} MB`,[]),we=react.useCallback(M=>M.startsWith("image/")?lucideReact.Image:M.includes("pdf")||M.includes("document")?lucideReact.FileText:lucideReact.File,[]);return !t||!$?null:jsxRuntime.jsx(framerMotion.AnimatePresence,{children:t&&$&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},onClick:r,className:"fixed inset-0 bg-black/50 z-40"}),jsxRuntime.jsxs(framerMotion.motion.div,{initial:{opacity:0,scale:.98},animate:{opacity:1,scale:1},exit:{opacity:0,scale:.98},className:g("fixed inset-4 md:inset-8 lg:inset-12 rounded-xl shadow-2xl z-50 flex overflow-hidden",I?"bg-[#1A1D25]":"bg-white"),children:[jsxRuntime.jsxs("div",{className:"flex-1 flex flex-col overflow-hidden",children:[jsxRuntime.jsxs("div",{className:g("px-6 py-3 border-b flex items-center gap-3 h-[49px]",I?"border-white/10":"border-gray-200"),children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx(lucideReact.Circle,{className:g("w-4 h-4",I?"text-[#9CA3AF]":"text-gray-500")}),jsxRuntime.jsxs("span",{className:g("text-xs px-2 py-0.5 rounded",I?"bg-white/10 text-[#9CA3AF]":"bg-gray-100 text-gray-600"),children:[o==="es"?"Tarea":"Task"," \u2228"]}),jsxRuntime.jsx("span",{className:g("text-xs font-mono",I?"text-[#6B7280]":"text-gray-400"),children:$.id.slice(0,8)})]}),jsxRuntime.jsx("div",{className:"flex-1"})]}),jsxRuntime.jsx("div",{className:"px-6 py-4",children:jsxRuntime.jsxs("div",{className:"flex items-start gap-3",children:[jsxRuntime.jsx("button",{onClick:()=>{let M=$.progress===100?0:100,q={...$,progress:M,status:M===100?"completed":"todo"};Ft(q);},className:g("mt-2 w-5 h-5 rounded-full border-2 flex items-center justify-center transition-colors flex-shrink-0",$.progress===100?"bg-green-500 border-green-500":I?"border-white/30 hover:border-white/50":"border-gray-300 hover:border-gray-400"),children:$.progress===100&&jsxRuntime.jsx(lucideReact.CheckCircle2,{className:"w-3 h-3 text-white"})}),jsxRuntime.jsx("input",{type:"text",value:De,onChange:M=>Dr(M.target.value),placeholder:o==="es"?"Nombre de la tarea...":"Task name...",className:g("text-xl font-semibold flex-1 bg-transparent outline-none border-none px-0 py-0","focus:ring-0 focus:outline-none",$.progress===100?"line-through text-[#6B7280]":I?"text-white placeholder:text-[#6B7280]":"text-gray-900 placeholder:text-gray-400")})]})}),jsxRuntime.jsxs("div",{className:"px-6 pb-6 flex-1 overflow-y-auto overflow-x-visible",children:[jsxRuntime.jsxs("div",{className:"grid grid-cols-2 gap-x-12 gap-y-5",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-3 relative",children:[jsxRuntime.jsx(lucideReact.CheckCircle2,{className:g("w-4 h-4",I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm w-28 truncate flex-shrink-0",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Estado":"Status"}),jsxRuntime.jsx("button",{onClick:()=>{jr(),Pe(!We);},className:g("text-xs px-2 py-1 rounded font-medium cursor-pointer transition-all hover:ring-2 hover:ring-white/20",$.progress===100||$.status==="completed"?"bg-green-500/20 text-green-400":$.progress&&$.progress>0||$.status==="in-progress"?"bg-[#00E5CC]/20 text-[#00E5CC]":I?"bg-white/10 text-white":"bg-gray-100 text-gray-700"),children:$.progress===100||$.status==="completed"?o==="es"?"COMPLETADO":"DONE":$.progress&&$.progress>0||$.status==="in-progress"?o==="es"?"EN PROGRESO":"IN PROGRESS":o==="es"?"POR HACER":"TO DO"}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:We&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 z-40",onClick:()=>Pe(false)}),jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:-5},animate:{opacity:1,y:0},exit:{opacity:0,y:-5},className:g("absolute left-32 top-full mt-1 z-50 rounded-lg shadow-xl overflow-hidden min-w-[140px]",I?"bg-[#1A1D25] border border-white/10":"bg-white border border-gray-200"),children:[{id:"todo",label:o==="es"?"Por hacer":"To Do",color:"bg-gray-400"},{id:"in-progress",label:o==="es"?"En progreso":"In Progress",color:"bg-[#00E5CC]"},{id:"completed",label:o==="es"?"Completado":"Done",color:"bg-green-500"}].map(M=>jsxRuntime.jsxs("button",{onClick:()=>mt(M.id),className:g("w-full flex items-center gap-2 px-3 py-2 text-sm transition-colors text-left",I?"hover:bg-white/5":"hover:bg-gray-50",$.status===M.id&&(I?"bg-white/5":"bg-gray-50")),children:[jsxRuntime.jsx("span",{className:g("w-2 h-2 rounded-full",M.color)}),jsxRuntime.jsx("span",{className:I?"text-white":"text-gray-900",children:M.label})]},M.id))})]})})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3 relative",children:[jsxRuntime.jsx(lucideReact.User,{className:g("w-4 h-4",I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm w-28 truncate flex-shrink-0",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Asignados":"Assignees"}),jsxRuntime.jsxs("button",{onClick:()=>{jr(),ze(!fe);},className:g("flex items-center gap-2 px-3 py-1.5 rounded-lg text-sm transition-colors",I?"bg-white/5 hover:bg-white/10":"bg-gray-100 hover:bg-gray-200"),children:[$.assignees&&$.assignees.length>0?jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[$.assignees.slice(0,3).map((M,R)=>jsxRuntime.jsx("div",{className:"w-6 h-6 rounded-full flex items-center justify-center text-white text-xs font-medium",style:{backgroundColor:M.color||"#8B5CF6"},title:M.name,children:M.initials||M.name.slice(0,2).toUpperCase()},R)),$.assignees.length>3&&jsxRuntime.jsxs("span",{className:g("text-xs",I?"text-[#6B7280]":"text-gray-400"),children:["+",$.assignees.length-3]})]}):jsxRuntime.jsx("span",{className:g("text-sm",I?"text-[#6B7280]":"text-gray-400"),children:o==="es"?"Agregar":"Add"}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:g("w-3 h-3",I?"text-[#6B7280]":"text-gray-400")})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:fe&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 z-40",onClick:()=>ze(false)}),jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:-5},animate:{opacity:1,y:0},exit:{opacity:0,y:-5},className:g("absolute left-32 top-full mt-1 z-50 rounded-lg shadow-xl overflow-hidden min-w-[200px] max-h-[280px] overflow-y-auto",I?"bg-[#1A1D25] border border-white/10":"bg-white border border-gray-200"),children:c.length>0?c.map(M=>{let R=$.assignees?.some(q=>q.name===M.name);return jsxRuntime.jsxs("button",{onClick:()=>{let q=$.assignees||[],xe;R?xe=q.filter(re=>re.name!==M.name):xe=[...q,M],Ut("assignees",xe);},className:g("w-full flex items-center gap-3 px-3 py-2 text-sm transition-colors text-left",I?"hover:bg-white/5":"hover:bg-gray-50",R&&(I?"bg-white/5":"bg-gray-50")),children:[jsxRuntime.jsx("div",{className:"w-7 h-7 rounded-full flex items-center justify-center text-white text-xs font-medium flex-shrink-0",style:{backgroundColor:M.color||"#8B5CF6"},children:M.initials||M.name.slice(0,2).toUpperCase()}),jsxRuntime.jsx("span",{className:g("flex-1",I?"text-white":"text-gray-900"),children:M.name}),R&&jsxRuntime.jsx(lucideReact.Check,{className:"w-4 h-4 text-green-500"})]},M.name)}):jsxRuntime.jsx("div",{className:g("px-3 py-4 text-sm text-center",I?"text-[#6B7280]":"text-gray-500"),children:o==="es"?"No hay usuarios disponibles":"No users available"})})]})})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3 relative",children:[jsxRuntime.jsx(lucideReact.CalendarDays,{className:g("w-4 h-4",I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm w-28 truncate flex-shrink-0",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Fechas":"Dates"}),jsxRuntime.jsxs("button",{onClick:()=>{Ae(Ce?null:"start"),qe($.startDate||new Date);},className:g("flex items-center gap-2 px-3 py-1.5 rounded-lg text-sm transition-colors",I?"bg-white/5 hover:bg-white/10 text-white":"bg-gray-100 hover:bg-gray-200 text-gray-900"),children:[$.startDate?.toLocaleDateString(o==="es"?"es-ES":"en-US",{month:"short",day:"numeric"})||(o==="es"?"Inicio":"Start"),jsxRuntime.jsx("span",{className:g("mx-1",I?"text-[#6B7280]":"text-gray-400"),children:"\u2192"}),$.endDate?.toLocaleDateString(o==="es"?"es-ES":"en-US",{month:"short",day:"numeric"})||(o==="es"?"Fin":"End")]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:Ce&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 z-40",onClick:()=>Ae(null)}),jsxRuntime.jsxs(framerMotion.motion.div,{initial:{opacity:0,y:-10},animate:{opacity:1,y:0},exit:{opacity:0,y:-10},className:g("absolute left-0 top-full mt-2 z-50 rounded-xl shadow-2xl overflow-hidden flex",I?"bg-[#1A1D25] border border-white/10":"bg-white border border-gray-200"),onClick:M=>M.stopPropagation(),children:[jsxRuntime.jsxs("div",{className:g("w-44 py-2 border-r",I?"border-white/10":"border-gray-200"),children:[(()=>{let M=new Date,R=new Date(M);R.setDate(M.getDate()+1);let q=new Date(M);q.setDate(M.getDate()+((6-M.getDay()+7)%7||7));let xe=new Date(M);xe.setDate(M.getDate()+((1-M.getDay()+7)%7||7));let re=new Date(M);re.setDate(M.getDate()+(6-M.getDay()+7)%7+7);let Ze=new Date(M);Ze.setDate(M.getDate()+14);let Ye=new Date(M);return Ye.setDate(M.getDate()+28),[{label:o==="es"?"Hoy":"Today",date:M,display:M.toLocaleDateString(o==="es"?"es-ES":"en-US",{weekday:"short"}).slice(0,3)+"."},{label:o==="es"?"Ma\xF1ana":"Tomorrow",date:R,display:R.toLocaleDateString(o==="es"?"es-ES":"en-US",{weekday:"short"}).slice(0,3)+"."},{label:o==="es"?"Este fin de semana":"This weekend",date:q,display:o==="es"?"s\xE1b.":"sat."},{label:o==="es"?"Pr\xF3xima semana":"Next week",date:xe,display:o==="es"?"lun.":"mon."},{label:o==="es"?"Pr\xF3ximo fin de semana":"Next weekend",date:re,display:re.toLocaleDateString(o==="es"?"es-ES":"en-US",{day:"numeric",month:"short"})},{label:o==="es"?"2 semanas":"2 weeks",date:Ze,display:Ze.toLocaleDateString(o==="es"?"es-ES":"en-US",{day:"numeric",month:"short"})},{label:o==="es"?"4 semanas":"4 weeks",date:Ye,display:Ye.toLocaleDateString(o==="es"?"es-ES":"en-US",{day:"numeric",month:"short"})}].map((Lt,Rt)=>jsxRuntime.jsxs("button",{className:g("w-full flex items-center justify-between px-3 py-2 text-sm transition-colors",I?"hover:bg-white/5 text-white":"hover:bg-gray-50 text-gray-900"),onClick:()=>{if(Ce==="start"){let or=$.endDate&&Lt.date>$.endDate?Lt.date:$.endDate;Xe(Lt.date,or),Ae("end");}else {let or=$.startDate&&Lt.date<$.startDate?Lt.date:$.startDate;Xe(or,Lt.date),Ae(null);}},children:[jsxRuntime.jsx("span",{children:Lt.label}),jsxRuntime.jsx("span",{className:g("text-xs",I?"text-[#6B7280]":"text-gray-400"),children:Lt.display})]},Rt))})(),jsxRuntime.jsx("div",{className:g("border-t mt-2 pt-2",I?"border-white/10":"border-gray-200"),children:jsxRuntime.jsxs("button",{onClick:()=>{Xe(void 0,void 0),Ae(null);},className:g("w-full flex items-center justify-between px-3 py-2 text-sm transition-colors",I?"hover:bg-white/5 text-red-400":"hover:bg-gray-50 text-red-500"),children:[jsxRuntime.jsx("span",{children:o==="es"?"Quitar fechas":"Clear dates"}),jsxRuntime.jsx(lucideReact.X,{className:"w-4 h-4 opacity-50"})]})})]}),jsxRuntime.jsxs("div",{className:"p-4",children:[jsxRuntime.jsx("div",{className:g("text-xs mb-3 px-2 py-1 rounded",I?"bg-white/5 text-[#9CA3AF]":"bg-gray-100 text-gray-600"),children:Ce==="start"?o==="es"?"\u{1F4C5} Selecciona fecha de inicio":"\u{1F4C5} Select start date":o==="es"?"\u{1F4C5} Selecciona fecha de fin":"\u{1F4C5} Select end date"}),jsxRuntime.jsxs("div",{className:"flex items-center justify-between mb-4",children:[jsxRuntime.jsx("span",{className:g("font-medium",I?"text-white":"text-gray-900"),children:Me.toLocaleDateString(o==="es"?"es-ES":"en-US",{month:"long",year:"numeric"})}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[jsxRuntime.jsx("button",{onClick:()=>qe(new Date),className:g("p-1 rounded text-sm transition-colors",I?"hover:bg-white/10 text-white":"hover:bg-gray-100 text-gray-700"),children:o==="es"?"Hoy":"Today"}),jsxRuntime.jsx("button",{onClick:()=>qe(new Date(Me.getFullYear(),Me.getMonth()-1)),className:g("p-1 rounded",I?"hover:bg-white/10":"hover:bg-gray-100"),children:jsxRuntime.jsx("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:jsxRuntime.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M15 19l-7-7 7-7"})})}),jsxRuntime.jsx("button",{onClick:()=>qe(new Date(Me.getFullYear(),Me.getMonth()+1)),className:g("p-1 rounded",I?"hover:bg-white/10":"hover:bg-gray-100"),children:jsxRuntime.jsx("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:jsxRuntime.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 5l7 7-7 7"})})})]})]}),jsxRuntime.jsx("div",{className:"grid grid-cols-7 gap-1 mb-2",children:(o==="es"?["do","lu","ma","mi","ju","vi","s\xE1"]:["su","mo","tu","we","th","fr","sa"]).map(M=>jsxRuntime.jsx("div",{className:g("w-8 h-8 flex items-center justify-center text-xs",I?"text-[#6B7280]":"text-gray-400"),children:M},M))}),jsxRuntime.jsx("div",{className:"grid grid-cols-7 gap-1",children:it().map((M,R)=>{let q=M.date.toDateString()===new Date().toDateString(),xe=$.startDate?.toDateString()===M.date.toDateString(),re=$.endDate?.toDateString()===M.date.toDateString(),Ze=xe||re,Ye=$.startDate&&$.endDate&&M.date>=$.startDate&&M.date<=$.endDate;return jsxRuntime.jsx("button",{onClick:()=>{let It=new Date(M.date);if(Ce==="start"){let Lt=$.endDate&&It>$.endDate?It:$.endDate;Xe(It,Lt),Ae("end");}else {let Lt=$.startDate&&It<$.startDate?It:$.startDate;Xe(Lt,It),Ae(null);}},className:g("w-8 h-8 rounded-full flex items-center justify-center text-sm transition-colors",!M.isCurrentMonth&&(I?"text-[#4B5563]":"text-gray-300"),M.isCurrentMonth&&(I?"text-white":"text-gray-900"),q&&"ring-2 ring-[#00E5CC]",xe&&"bg-[#00E5CC] text-white",re&&!xe&&"bg-[#7C3AED] text-white",Ye&&!Ze&&(I?"bg-[#7C3AED]/20":"bg-purple-100"),!Ze&&(I?"hover:bg-white/10":"hover:bg-gray-100")),children:M.date.getDate()},R)})})]})]})]})})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3 relative",children:[jsxRuntime.jsx(lucideReact.Flag,{className:g("w-4 h-4",I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm w-28 truncate flex-shrink-0",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Prioridad":"Priority"}),jsxRuntime.jsx("button",{onClick:()=>{jr(),ye(!be);},className:g("text-xs px-2 py-1 rounded font-medium transition-all hover:ring-2 hover:ring-white/20",$.priority==="high"||$.priority==="urgent"?"bg-red-500/20 text-red-400":$.priority==="medium"?"bg-yellow-500/20 text-yellow-400":$.priority==="low"?"bg-green-500/20 text-green-400":I?"bg-white/10 text-white":"bg-gray-100 text-gray-700"),children:$.priority?$.priority==="high"||$.priority==="urgent"?o==="es"?"Alta":"High":$.priority==="medium"?o==="es"?"Media":"Medium":o==="es"?"Baja":"Low":o==="es"?"Sin prioridad":"No priority"}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:be&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 z-40",onClick:()=>ye(false)}),jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:-5},animate:{opacity:1,y:0},exit:{opacity:0,y:-5},className:g("absolute left-32 top-full mt-1 z-50 rounded-lg shadow-xl overflow-hidden min-w-[140px]",I?"bg-[#1A1D25] border border-white/10":"bg-white border border-gray-200"),children:[{id:"urgent",label:o==="es"?"Urgente":"Urgent",color:"bg-red-500"},{id:"high",label:o==="es"?"Alta":"High",color:"bg-orange-500"},{id:"medium",label:o==="es"?"Media":"Medium",color:"bg-yellow-500"},{id:"low",label:o==="es"?"Baja":"Low",color:"bg-green-500"},{id:void 0,label:o==="es"?"Sin prioridad":"No priority",color:"bg-gray-400"}].map(M=>jsxRuntime.jsxs("button",{onClick:()=>{Ut("priority",M.id),ye(false);},className:g("w-full flex items-center gap-2 px-3 py-2 text-sm transition-colors text-left",I?"hover:bg-white/5":"hover:bg-gray-50",$.priority===M.id&&(I?"bg-white/5":"bg-gray-50")),children:[jsxRuntime.jsx("span",{className:g("w-2 h-2 rounded-full",M.color)}),jsxRuntime.jsx("span",{className:I?"text-white":"text-gray-900",children:M.label})]},M.id||"none"))})]})})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[jsxRuntime.jsx(lucideReact.Clock,{className:g("w-4 h-4",I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm w-28 truncate flex-shrink-0",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Duraci\xF3n":"Duration"}),jsxRuntime.jsx("span",{className:g("text-sm",I?"text-white":"text-gray-900"),children:$.startDate&&$.endDate?`${Math.ceil(($.endDate.getTime()-$.startDate.getTime())/(1e3*60*60*24))} ${o==="es"?"d\xEDas":"days"}`:o==="es"?"Sin definir":"Not set"})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[jsxRuntime.jsx("div",{className:g("w-4 h-4 rounded-full border-2",I?"border-[#6B7280]":"border-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm w-28 truncate flex-shrink-0",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Progreso":"Progress"}),jsxRuntime.jsxs("div",{className:"flex items-center gap-2 flex-1",children:[de?jsxRuntime.jsx("input",{type:"range",min:"0",max:"100",step:"5",value:$.progress||0,onChange:M=>{let R=parseInt(M.target.value),q=$.status;R===100?q="completed":R>0?q="in-progress":q="todo";let xe={...$,progress:R,status:q};Ft(xe);},onBlur:()=>et(false),className:g("flex-1 max-w-[120px] h-2 rounded-full appearance-none cursor-pointer",I?"bg-white/10":"bg-gray-200","[&::-webkit-slider-thumb]:appearance-none [&::-webkit-slider-thumb]:w-4 [&::-webkit-slider-thumb]:h-4 [&::-webkit-slider-thumb]:rounded-full [&::-webkit-slider-thumb]:bg-[#00E5CC] [&::-webkit-slider-thumb]:cursor-pointer"),autoFocus:true}):jsxRuntime.jsx("button",{onClick:()=>et(true),className:g("flex-1 h-2 rounded-full overflow-hidden max-w-[120px] cursor-pointer hover:ring-2 hover:ring-white/20 transition-all",I?"bg-white/10":"bg-gray-200"),children:jsxRuntime.jsx("div",{className:g("h-full rounded-full transition-all",$.progress===100?"bg-green-500":"bg-[#00E5CC]"),style:{width:`${$.progress||0}%`}})}),jsxRuntime.jsxs("span",{className:g("text-sm font-medium min-w-[40px]",I?"text-white":"text-gray-900"),children:[$.progress||0,"%"]})]})]}),v&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-3 relative",children:[jsxRuntime.jsx(lucideReact.Hourglass,{className:g("w-4 h-4",I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm w-28 truncate flex-shrink-0",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Duraci\xF3n estimada":"Estimated duration"}),jsxRuntime.jsx("div",{className:"flex items-center gap-2 flex-1",children:$.status==="completed"||$.progress===100?jsxRuntime.jsx("span",{className:g("text-sm px-2 py-0.5 cursor-not-allowed",I?"text-gray-600":"text-gray-300"),title:o==="es"?"Tarea completada":"Task completed",children:w?.estimateMinutes?Yo(w.estimateMinutes):o==="es"?"Vac\xEDo":"Empty"}):w?.estimateMinutes?jsxRuntime.jsx("button",{type:"button",onClick:()=>kt("estimate"),className:g("text-sm px-2 py-0.5 rounded",I?"text-white hover:bg-white/10":"text-gray-900 hover:bg-gray-100"),children:Yo(w.estimateMinutes)}):jsxRuntime.jsx("button",{type:"button",onClick:()=>kt("estimate"),className:g("text-sm",I?"text-[#6B7280] hover:text-[#9CA3AF]":"text-gray-400 hover:text-gray-500"),children:o==="es"?"Vac\xEDo":"Empty"})}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:st==="estimate"&&jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:-10},animate:{opacity:1,y:0},exit:{opacity:0,y:-10},className:"absolute top-full left-28 mt-2 z-50",children:jsxRuntime.jsx(xn,{mode:"estimate",locale:o,isDark:I,currentValue:w?.estimateMinutes||null,onSave:async M=>{await N?.($.id,M),kt(false);},onClose:()=>kt(false)})})})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3 relative",children:[jsxRuntime.jsx(lucideReact.FileText,{className:g("w-4 h-4",I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm w-28 truncate flex-shrink-0",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Tiempo ofertado":"Quoted time"}),jsxRuntime.jsx("div",{className:"flex items-center gap-2 flex-1",children:ee?jsxRuntime.jsx("span",{className:g("text-sm select-none blur-[4px] opacity-60 pointer-events-none",I?"text-[#94A3B8]":"text-gray-500"),title:o==="es"?"No tienes permisos para ver este dato":"You don't have permission to view this data","aria-hidden":"true",children:"\u2022\u2022\u2022\u2022"}):$.status==="completed"||$.progress===100?jsxRuntime.jsx("span",{className:g("text-sm px-2 py-0.5 cursor-not-allowed",I?"text-gray-600":"text-gray-300"),title:o==="es"?"Tarea completada":"Task completed",children:$.quotedMinutes?Yo($.quotedMinutes):o==="es"?"Vac\xEDo":"Empty"}):$.quotedMinutes?jsxRuntime.jsx("button",{type:"button",onClick:()=>kt("quoted"),className:g("text-sm px-2 py-0.5 rounded",I?"text-white hover:bg-white/10":"text-gray-900 hover:bg-gray-100"),children:Yo($.quotedMinutes)}):jsxRuntime.jsx("button",{type:"button",onClick:()=>kt("quoted"),className:g("text-sm",I?"text-[#6B7280] hover:text-[#9CA3AF]":"text-gray-400 hover:text-gray-500"),children:o==="es"?"Vac\xEDo":"Empty"})}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:st==="quoted"&&!ee&&jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:-10},animate:{opacity:1,y:0},exit:{opacity:0,y:-10},className:"absolute top-full left-28 mt-2 z-50",children:jsxRuntime.jsx(xn,{mode:"quoted",locale:o,isDark:I,currentValue:$.quotedMinutes||null,onSave:async M=>{P?(await P($.id,M),ve(R=>R?{...R,quotedMinutes:M}:null)):Ut("quotedMinutes",M),kt(false);},onClose:()=>kt(false)})})})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3 relative",children:[jsxRuntime.jsx(lucideReact.Clock,{className:g("w-4 h-4",I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm w-28 truncate flex-shrink-0",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Registrar tiempo":"Track time"}),jsxRuntime.jsxs("div",{className:"flex items-center gap-2 flex-1",children:[$.status==="completed"||$.progress===100?jsxRuntime.jsx("div",{className:g("flex items-center gap-1.5 p-1.5 rounded-full cursor-not-allowed",I?"bg-white/5 text-gray-600":"bg-gray-50 text-gray-300"),title:o==="es"?"Tarea completada":"Task completed",children:jsxRuntime.jsx(lucideReact.Play,{className:"w-3.5 h-3.5 fill-current"})}):S?jsxRuntime.jsxs("button",{type:"button",onClick:()=>Y?.($.id),className:g("flex items-center gap-1.5 px-2 py-1 rounded text-sm transition-colors","bg-red-500/10 text-red-500 hover:bg-red-500/20"),children:[jsxRuntime.jsx(lucideReact.Square,{className:"w-3.5 h-3.5 fill-current"}),Xh(F||0)]}):jsxRuntime.jsx("button",{type:"button",onClick:()=>T?.($.id),className:g("flex items-center gap-1.5 p-1.5 rounded-full transition-colors",I?"bg-white/10 text-white hover:bg-white/20":"bg-gray-100 text-gray-700 hover:bg-gray-200"),title:o==="es"?"Iniciar temporizador":"Start timer",children:jsxRuntime.jsx(lucideReact.Play,{className:"w-3.5 h-3.5 fill-current"})}),$.status==="completed"||$.progress===100?jsxRuntime.jsxs("div",{className:g("flex items-center gap-1.5 px-2 py-1 rounded text-sm cursor-not-allowed",I?"text-gray-600":"text-gray-300"),title:o==="es"?"Tarea completada":"Task completed",children:[jsxRuntime.jsx(lucideReact.Plus,{className:"w-3.5 h-3.5"}),o==="es"?"Agregar tiempo":"Add time"]}):jsxRuntime.jsxs("button",{type:"button",onClick:()=>kt("log"),className:g("flex items-center gap-1.5 px-2 py-1 rounded text-sm transition-colors",I?"text-[#9CA3AF] hover:bg-white/10 hover:text-white":"text-gray-500 hover:bg-gray-100 hover:text-gray-700"),children:[jsxRuntime.jsx(lucideReact.Plus,{className:"w-3.5 h-3.5"}),o==="es"?"Agregar tiempo":"Add time"]}),w&&w.loggedMinutes>0&&jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("span",{className:g("text-sm font-medium",w.health==="over-budget"?"text-red-500":w.health==="at-risk"?"text-yellow-500":I?"text-white":"text-gray-900"),children:[Yo(w.loggedMinutes),w.estimateMinutes&&jsxRuntime.jsxs("span",{className:g("font-normal",I?"text-[#6B7280]":"text-gray-400"),children:[" / ",Yo(w.estimateMinutes)]})]}),w.health!=="no-estimate"&&jsxRuntime.jsx("div",{className:"w-16 h-1.5 rounded-full overflow-hidden bg-gray-200 dark:bg-gray-700",children:jsxRuntime.jsx("div",{className:g("h-full rounded-full transition-all",w.health==="over-budget"?"bg-red-500":w.health==="at-risk"?"bg-yellow-500":"bg-green-500"),style:{width:`${Math.min(100,w.progressPercent||0)}%`}})})]})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:st==="log"&&jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:-10},animate:{opacity:1,y:0},exit:{opacity:0,y:-10},className:"absolute top-full left-28 mt-2 z-50",children:jsxRuntime.jsx(xn,{mode:"log",locale:o,isDark:I,currentValue:null,onSave:async(M,R)=>{M&&await k?.($.id,{durationMinutes:M,note:R,source:"manual"}),kt(false);},onClose:()=>kt(false)})})})]})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[jsxRuntime.jsx(lucideReact.Tag,{className:g("w-4 h-4",I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm w-28 truncate flex-shrink-0",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Etiquetas":"Tags"}),jsxRuntime.jsx(Ko,{selectedTags:$.tags||[],availableTags:l,onChange:M=>{Ut("tags",M);},onCreateTag:i,theme:K})]}),jsxRuntime.jsxs("div",{className:"flex items-start gap-3 relative",children:[jsxRuntime.jsx(lucideReact.Link2,{className:g("w-4 h-4 mt-1.5",I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm w-28 truncate flex-shrink-0 mt-1",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Relaciones":"Relations"}),jsxRuntime.jsxs("div",{className:"flex-1",children:[$.dependencies&&$.dependencies.length>0&&jsxRuntime.jsx("div",{className:"flex flex-wrap gap-1.5 mb-2",children:$.dependencies.map(M=>{let R=m.find(q=>q.id===M);return jsxRuntime.jsxs("span",{className:g("inline-flex items-center gap-1 px-2 py-1 rounded-full text-xs font-medium",I?"bg-[#00E5CC]/20 text-[#00E5CC]":"bg-[#00E5CC]/15 text-[#00C4AE]"),children:[R?.name||M.slice(0,8),jsxRuntime.jsx("button",{onClick:()=>{let q=($.dependencies||[]).filter(xe=>xe!==M);Ut("dependencies",q);},className:g("ml-0.5 hover:bg-white/20 rounded-full p-0.5 transition-colors"),children:jsxRuntime.jsx(lucideReact.X,{className:"w-3 h-3"})})]},M)})}),jsxRuntime.jsxs("button",{onClick:()=>{jr(),Be(!Re);},className:g("flex items-center gap-2 px-3 py-1.5 rounded-lg text-sm transition-colors",I?"bg-white/5 hover:bg-white/10":"bg-gray-100 hover:bg-gray-200"),children:[jsxRuntime.jsx(lucideReact.Plus,{className:"w-3.5 h-3.5"}),jsxRuntime.jsx("span",{className:g("text-sm",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Agregar dependencia":"Add dependency"})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:Re&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 z-40",onClick:()=>{Be(false),ft("");}}),jsxRuntime.jsxs(framerMotion.motion.div,{initial:{opacity:0,y:-5},animate:{opacity:1,y:0},exit:{opacity:0,y:-5},className:g("absolute left-32 top-full mt-1 z-50 rounded-lg shadow-xl overflow-hidden min-w-[280px] max-h-[320px]",I?"bg-[#1A1D25] border border-white/10":"bg-white border border-gray-200"),children:[jsxRuntime.jsx("div",{className:g("p-2 border-b",I?"border-white/10":"border-gray-200"),children:jsxRuntime.jsx("input",{type:"text",value:Nt,onChange:M=>ft(M.target.value),placeholder:o==="es"?"Buscar tarea...":"Search task...",className:g("w-full px-3 py-2 rounded-md text-sm outline-none",I?"bg-white/5 text-white placeholder:text-[#6B7280] focus:bg-white/10":"bg-gray-100 text-gray-900 placeholder:text-gray-400"),autoFocus:true})}),jsxRuntime.jsx("div",{className:"max-h-[240px] overflow-y-auto",children:m.length>0?m.filter(M=>M.id!==$.id).filter(M=>Nt===""||M.name.toLowerCase().includes(Nt.toLowerCase())).map(M=>{let R=$.dependencies?.includes(M.id);return jsxRuntime.jsxs("button",{onClick:()=>{let q=$.dependencies||[],xe;R?xe=q.filter(re=>re!==M.id):xe=[...q,M.id],Ut("dependencies",xe);},className:g("w-full flex items-center gap-3 px-3 py-2 text-sm transition-colors text-left",I?"hover:bg-white/5":"hover:bg-gray-50",R&&(I?"bg-white/5":"bg-gray-50")),children:[jsxRuntime.jsx("div",{className:g("w-4 h-4 rounded border-2 flex items-center justify-center flex-shrink-0",R?"bg-[#00E5CC] border-[#00E5CC]":I?"border-white/30":"border-gray-300"),children:R&&jsxRuntime.jsx(lucideReact.Check,{className:"w-3 h-3 text-white"})}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("span",{className:g("block truncate",I?"text-white":"text-gray-900"),children:M.name}),jsxRuntime.jsx("span",{className:g("text-xs",I?"text-[#6B7280]":"text-gray-400"),children:M.id.slice(0,8)})]})]},M.id)}):jsxRuntime.jsx("div",{className:g("px-3 py-4 text-sm text-center",I?"text-[#6B7280]":"text-gray-500"),children:o==="es"?"No hay tareas disponibles":"No tasks available"})})]})]})})]})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3 relative",children:[jsxRuntime.jsx(lucideReact.Palette,{className:g("w-4 h-4",I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm w-28 truncate flex-shrink-0",I?"text-[#9CA3AF]":"text-gray-500"),children:"Color"}),jsxRuntime.jsxs("button",{onClick:()=>{jr(),Ie(!Oe);},className:g("flex items-center gap-2 px-3 py-1.5 rounded-lg text-sm transition-colors",I?"bg-white/5 hover:bg-white/10":"bg-gray-100 hover:bg-gray-200"),children:[jsxRuntime.jsx("div",{className:"w-4 h-4 rounded-full",style:{backgroundColor:$.color||"#6366F1"}}),jsxRuntime.jsx("span",{className:g("text-sm",I?"text-white":"text-gray-900"),children:Co.find(M=>M.value===$.color)?.name||(o==="es"?"Azul":"Blue")}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:g("w-3 h-3",I?"text-[#6B7280]":"text-gray-400")})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:Oe&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 z-40",onClick:()=>Ie(false)}),jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:-5},animate:{opacity:1,y:0},exit:{opacity:0,y:-5},className:g("absolute left-32 top-full mt-1 z-50 rounded-lg shadow-xl overflow-hidden p-3",I?"bg-[#1A1D25] border border-white/10":"bg-white border border-gray-200"),children:jsxRuntime.jsx("div",{className:"grid grid-cols-6 gap-1.5",children:Co.map(M=>{let R=$.color===M.value;return jsxRuntime.jsx("button",{onClick:()=>{Ut("color",M.value),Ie(false);},className:g("w-7 h-7 rounded-full flex items-center justify-center transition-all",R&&"ring-2 ring-offset-2",I?"ring-offset-[#1A1D25]":"ring-offset-white"),style:{backgroundColor:M.value,outlineColor:R?M.value:void 0},title:M.name,children:R&&jsxRuntime.jsx(lucideReact.Check,{className:"w-3.5 h-3.5 text-white"})},M.value)})})})]})})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[jsxRuntime.jsx(lucideReact.Diamond,{className:g("w-4 h-4",I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm w-28 truncate flex-shrink-0",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Hito":"Milestone"}),jsxRuntime.jsxs("label",{className:"flex items-center gap-2 cursor-pointer",children:[jsxRuntime.jsx("input",{type:"checkbox",checked:$.isMilestone||false,onChange:M=>Ut("isMilestone",M.target.checked),className:g("w-4 h-4 rounded border-2 cursor-pointer appearance-none transition-colors",$.isMilestone?"bg-purple-500 border-purple-500":I?"border-white/30 bg-transparent":"border-gray-300 bg-transparent","checked:bg-purple-500 checked:border-purple-500")}),jsxRuntime.jsx("span",{className:g("text-sm",I?"text-white":"text-gray-900"),children:o==="es"?"Marcar como hito":"Mark as milestone"})]})]})]}),jsxRuntime.jsxs("div",{className:g("mt-6 pt-4 border-t",I?"border-white/10":"border-gray-200"),children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[jsxRuntime.jsx(lucideReact.FileText,{className:g("w-4 h-4",I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("h3",{className:g("text-sm font-semibold",I?"text-white":"text-gray-900"),children:o==="es"?"Descripci\xF3n":"Description"})]}),jsxRuntime.jsx("textarea",{ref:J,value:B,onChange:M=>_r(M.target.value),placeholder:o==="es"?"Agregar descripci\xF3n...":"Add description...",className:g("w-full min-h-[100px] max-h-[400px] px-3 py-2 rounded-lg text-sm resize-none outline-none transition-colors overflow-y-auto",I?"bg-white/5 text-white placeholder:text-[#6B7280] focus:bg-white/10":"bg-gray-100 text-gray-900 placeholder:text-gray-400 focus:bg-gray-200")})]}),jsxRuntime.jsxs("div",{className:g("mt-6 pt-4 border-t",I?"border-white/10":"border-gray-200"),children:[jsxRuntime.jsx("div",{className:"flex items-center justify-between mb-3",children:jsxRuntime.jsxs("h3",{className:g("text-sm font-semibold",I?"text-white":"text-gray-900"),children:[o==="es"?"Subtareas":"Subtasks",$.subtasks&&$.subtasks.length>0&&jsxRuntime.jsxs("span",{className:g("ml-2 text-xs font-normal",I?"text-[#6B7280]":"text-gray-400"),children:["(",$.subtasks.filter(M=>M.progress===100).length,"/",$.subtasks.length,")"]})]})}),$.subtasks&&$.subtasks.length>0&&jsxRuntime.jsx("div",{className:"space-y-2 mb-3",children:[...$.subtasks].sort((M,R)=>(M.position??0)-(R.position??0)).map(M=>jsxRuntime.jsxs("div",{className:g("flex items-center gap-2 group p-2 rounded-lg -mx-2 transition-colors",I?"hover:bg-white/5":"hover:bg-gray-50"),children:[jsxRuntime.jsx("button",{onClick:()=>oa(M.id),className:g("w-5 h-5 rounded border flex items-center justify-center flex-shrink-0 transition-colors",M.progress===100?"bg-green-500 border-green-500":I?"border-white/20 hover:border-green-500/50":"border-gray-300 hover:border-green-500"),children:M.progress===100&&jsxRuntime.jsx(lucideReact.Check,{className:"w-3 h-3 text-white"})}),jsxRuntime.jsx("span",{className:g("text-sm flex-1",M.progress===100?"line-through text-[#6B7280]":I?"text-white":"text-gray-900"),children:M.name}),jsxRuntime.jsx("button",{onClick:()=>se(M.id),className:g("p-1 rounded opacity-0 group-hover:opacity-100 transition-opacity",I?"hover:bg-white/10 text-[#6B7280] hover:text-red-400":"hover:bg-gray-100 text-gray-400 hover:text-red-500"),children:jsxRuntime.jsx(lucideReact.Trash2,{className:"w-3.5 h-3.5"})})]},M.id))}),da?jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx("input",{type:"text",value:ur,onChange:M=>br(M.target.value),onKeyDown:M=>{M.key==="Enter"&&ur.trim()?jt():M.key==="Escape"&&(Yt(false),br(""));},placeholder:o==="es"?"Nombre de la subtarea...":"Subtask name...",autoFocus:true,className:g("flex-1 px-3 py-2 rounded-lg text-sm outline-none transition-colors",I?"bg-white/5 border border-white/10 text-white placeholder:text-[#6B7280] focus:border-[#00E5CC]/50":"bg-gray-50 border border-gray-200 text-gray-900 placeholder:text-gray-400 focus:border-[#00E5CC]")}),jsxRuntime.jsx("button",{onClick:jt,disabled:!ur.trim(),className:g("px-3 py-2 rounded-lg text-sm font-medium transition-colors",ur.trim()?"bg-[#00E5CC] hover:bg-[#00C4AE] text-white":I?"bg-white/5 text-[#6B7280] cursor-not-allowed":"bg-gray-100 text-gray-400 cursor-not-allowed"),children:o==="es"?"Agregar":"Add"}),jsxRuntime.jsx("button",{onClick:()=>{Yt(false),br("");},className:g("p-2 rounded-lg transition-colors",I?"hover:bg-white/10 text-[#9CA3AF]":"hover:bg-gray-100 text-gray-500"),children:jsxRuntime.jsx(lucideReact.X,{className:"w-4 h-4"})})]}):jsxRuntime.jsxs("button",{onClick:()=>Yt(true),className:g("w-full flex items-center gap-2 px-3 py-2 rounded-lg text-sm transition-colors",I?"bg-white/5 hover:bg-white/10 text-[#9CA3AF]":"bg-gray-100 hover:bg-gray-200 text-gray-600"),children:[jsxRuntime.jsx(lucideReact.Plus,{className:"w-4 h-4"}),o==="es"?"Agregar subtarea":"Add subtask"]})]}),jsxRuntime.jsxs("div",{className:g("mt-6 pt-4 border-t",I?"border-white/10":"border-gray-200"),children:[jsxRuntime.jsxs("h3",{className:g("text-sm font-semibold mb-3",I?"text-white":"text-gray-900"),children:[o==="es"?"Adjuntos":"Attachments",d.length>0&&jsxRuntime.jsxs("span",{className:g("ml-2 text-xs font-normal",I?"text-[#6B7280]":"text-gray-400"),children:["(",d.length,")"]})]}),d.length>0&&jsxRuntime.jsx("div",{className:"space-y-2 mb-4",children:d.map(M=>{let R=we(M.type),q=M.type.startsWith("image/");return jsxRuntime.jsxs("div",{className:g("flex items-center gap-3 p-2 rounded-lg group transition-colors",I?"bg-white/5 hover:bg-white/10":"bg-gray-50 hover:bg-gray-100"),children:[q&&M.thumbnailUrl?jsxRuntime.jsx("img",{src:M.thumbnailUrl,alt:M.name,className:"w-10 h-10 rounded object-cover"}):jsxRuntime.jsx("div",{className:g("w-10 h-10 rounded flex items-center justify-center",I?"bg-white/10":"bg-gray-200"),children:jsxRuntime.jsx(R,{className:g("w-5 h-5",I?"text-[#9CA3AF]":"text-gray-500")})}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("a",{href:M.url,target:"_blank",rel:"noopener noreferrer",className:g("text-sm font-medium truncate block hover:underline",I?"text-white":"text-gray-900"),children:M.name}),jsxRuntime.jsx("p",{className:g("text-xs",I?"text-[#6B7280]":"text-gray-400"),children:te(M.size)})]}),p&&jsxRuntime.jsx("button",{onClick:()=>p(M.id),className:g("p-1.5 rounded opacity-0 group-hover:opacity-100 transition-all",I?"hover:bg-red-500/20 text-red-400":"hover:bg-red-100 text-red-500"),title:o==="es"?"Eliminar":"Delete",children:jsxRuntime.jsx(lucideReact.Trash2,{className:"w-4 h-4"})})]},M.id)})}),jsxRuntime.jsxs("div",{onDragOver:Q,onDragLeave:O,onDrop:V,className:g("border-2 border-dashed rounded-lg p-6 text-center transition-all cursor-pointer relative",$e?I?"border-[#00E5CC] bg-[#00E5CC]/10":"border-[#00E5CC] bg-[#00E5CC]/15":I?"border-white/10 hover:border-white/20":"border-gray-200 hover:border-gray-300",L&&"pointer-events-none opacity-50"),children:[jsxRuntime.jsx("input",{type:"file",multiple:true,onChange:ce,className:"absolute inset-0 w-full h-full opacity-0 cursor-pointer",disabled:!u||L}),L?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"w-6 h-6 mx-auto mb-2 border-2 border-[#00E5CC] border-t-transparent rounded-full animate-spin"}),jsxRuntime.jsx("p",{className:g("text-sm",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Subiendo...":"Uploading..."})]}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(lucideReact.Upload,{className:g("w-6 h-6 mx-auto mb-2",$e?"text-[#00E5CC]":I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("p",{className:g("text-sm",I?"text-[#9CA3AF]":"text-gray-500"),children:$e?o==="es"?"Suelta los archivos aqu\xED":"Drop files here":o==="es"?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:["Suelta tus archivos aqu\xED o ",jsxRuntime.jsx("span",{className:"underline",children:"haz clic para subir"})]}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:["Drop your files here or ",jsxRuntime.jsx("span",{className:"underline",children:"click to upload"})]})}),!u&&jsxRuntime.jsx("p",{className:g("text-xs mt-1",I?"text-[#6B7280]":"text-gray-400"),children:o==="es"?"Upload no disponible":"Upload not available"})]})]})]})]})]}),jsxRuntime.jsxs("div",{className:g("w-96 border-l flex flex-col",I?"border-white/[0.08] bg-[#0A0A0A]":"border-gray-200 bg-gray-50"),children:[jsxRuntime.jsxs("div",{className:g("px-4 py-3 border-b flex items-center justify-between h-[49px]",I?"border-white/10":"border-gray-200"),children:[jsxRuntime.jsxs("h3",{className:g("text-sm font-semibold",I?"text-white":"text-gray-900"),children:[o==="es"?"Actividad":"Activity",f.length>0&&jsxRuntime.jsxs("span",{className:g("ml-2 text-xs font-normal",I?"text-[#6B7280]":"text-gray-400"),children:["(",f.length,")"]})]}),jsxRuntime.jsx("button",{onClick:r,className:g("p-1.5 rounded transition-colors",I?"hover:bg-white/10 text-[#9CA3AF]":"hover:bg-gray-100 text-gray-500"),children:jsxRuntime.jsx(lucideReact.X,{className:"w-5 h-5"})})]}),jsxRuntime.jsx("style",{children:`
4
+ `);if(t.length<1||!t[0])return {success:!1,errors:["CSV file is empty or invalid"]};let r=Iu(t[0]),a=[],n=new Map,s=[];for(let o=1;o<t.length;o++)try{let c=Iu(t[o]||"");if(c.length>r.length){s.push(`Line ${o+1}: Too many columns`);continue}if(r.length-c.length>3){s.push(`Line ${o+1}: Column count mismatch (expected ${r.length}, got ${c.length})`);continue}for(;c.length<r.length;)c.push("");let i={};r.forEach((m,f)=>{i[m]=c[f]||"";});let d=i.Column||"Unnamed";n.has(d)||n.set(d,{id:`col-${n.size+1}`,title:d,position:n.size+1,cardIds:[]});let u=n.get(d),p={id:i["Card ID"]||`card-${o}`,title:i.Title||"Untitled",description:i.Description?i.Description:void 0,columnId:u.id,position:u.cardIds.length+1,priority:i.Priority||void 0,labels:i.Labels?i.Labels.split(";").filter(Boolean):void 0,assignedUserIds:i["Assigned Users"]?i["Assigned Users"].split(";").filter(Boolean):void 0,startDate:i["Start Date"]?i["Start Date"]:void 0,endDate:i["End Date"]?i["End Date"]:void 0,createdAt:i["Created At"]?i["Created At"]:void 0,updatedAt:i["Updated At"]?i["Updated At"]:void 0};a.push(p),u.cardIds.push(p.id);}catch(c){s.push(`Line ${o+1}: ${c instanceof Error?c.message:"Unknown error"}`);}return a.length===0?{success:!1,errors:["No valid cards found in CSV",...s]}:{success:!0,cardsImported:a.length,columnsImported:n.size,errors:s.length>0?s:void 0}}catch(t){return {success:false,errors:[`Failed to parse CSV: ${t instanceof Error?t.message:"Unknown error"}`]}}}function Iu(e){let t=[],r="",a=false;for(let n=0;n<e.length;n++){let s=e[n],o=e[n+1];s==='"'&&a&&o==='"'?(r+='"',n++):s==='"'?a=!a:s===","&&!a?(t.push(r),r=""):r+=s;}return t.push(r),t}function Ru(e,t){switch(t){case "json":return Nb(e);case "csv":return Db(e);default:return {success:false,errors:[`Unsupported import format: ${t}`]}}}function Bu(e){return new Promise((t,r)=>{let a=new FileReader;a.onload=n=>{n.target?.result?t(n.target.result):r(new Error("Failed to read file"));},a.onerror=()=>r(new Error("Failed to read file")),a.readAsText(e);})}var Ql=react.createContext(null);function $u(){return react.useContext(Ql)}var Ou=react.createContext(null);function Hu({children:e,themeName:t}){return jsxRuntime.jsx(Ou.Provider,{value:{themeName:t},children:e})}function vi(){return react.useContext(Ou)}function lr({children:e,container:t}){let[r,a]=react.useState(false),n=$u(),s=vi();if(react.useEffect(()=>(a(true),()=>a(false)),[]),!r)return null;let o=t||(typeof document<"u"?document.body:null);if(!o)return null;if(n){let{theme:c,themeName:l}=n,i={"--asakaa-color-background-primary":c.bgPrimary,"--asakaa-color-background-secondary":c.bgSecondary,"--asakaa-color-background-card":c.bgGrid,"--asakaa-color-background-hover":c.hoverBg,"--asakaa-color-text-primary":c.textPrimary,"--asakaa-color-text-secondary":c.textSecondary,"--asakaa-color-text-tertiary":c.textTertiary,"--asakaa-color-text-inverse":c.taskBarHandle||"#FFFFFF","--asakaa-color-border-default":c.border,"--asakaa-color-border-hover":c.borderLight,"--asakaa-color-border-subtle":c.borderLight,"--asakaa-color-interactive-primary":c.accent,"--asakaa-color-interactive-primaryHover":c.accentHover,"--asakaa-color-interactive-primaryBorder":`${c.accent}4D`,"--asakaa-color-interactive-primaryBackground":`${c.accent}1A`,"--asakaa-color-interactive-primaryBackgroundHover":`${c.accent}33`,"--asakaa-color-status-success":c.statusCompleted,"--asakaa-color-status-warning":c.milestone,"--asakaa-color-status-error":c.criticalPath,"--asakaa-color-danger":c.criticalPath,"--asakaa-color-danger-border":`${c.criticalPath}4D`,"--asakaa-color-danger-background":`${c.criticalPath}14`,"--asakaa-color-danger-backgroundHover":`${c.criticalPath}26`};return reactDom.createPortal(jsxRuntime.jsx("div",{"data-theme":l,"data-gantt-portal":"true",style:i,children:e}),o)}return s?reactDom.createPortal(jsxRuntime.jsx("div",{"data-theme":s.themeName,"data-kanban-portal":"true",children:e}),o):reactDom.createPortal(e,o)}var Vu={URGENT:{label:"Urgent",color:"#EF4444"},HIGH:{label:"High",color:"#F97316"},MEDIUM:{label:"Normal",color:"#F59E0B"},LOW:{label:"Low",color:"#10B981"}},Ib="#BDC3C7",Rb=({color:e})=>jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[jsxRuntime.jsx("circle",{cx:"8",cy:"8",r:"6",fill:e,opacity:"0.9"}),jsxRuntime.jsx("circle",{cx:"8",cy:"8",r:"6",stroke:e,strokeWidth:"1.5",opacity:"0.3"})]});function vo({priority:e,onChange:t,className:r}){let[a,n]=react.useState(false),[s,o]=react.useState({top:0,left:0}),c=react.useRef(null),l=react.useRef(null),i=()=>{if(!l.current)return;let m=l.current.getBoundingClientRect(),f=window.innerHeight,x=window.innerWidth,y=160,b=220,h=4,v=m.right-y;v<10&&(v=m.left),v+y>x-10&&(v=x-y-10);let w=f-m.bottom,C=m.top,S;w>=b+h?S=m.bottom+h:C>=b+h?S=m.top-b-h:S=w>=C?m.bottom+h:Math.max(10,m.top-b-h),o({top:S,left:v}),n(true);};react.useEffect(()=>{let m=f=>{c.current&&!c.current.contains(f.target)&&!l.current?.contains(f.target)&&n(false);};if(a)return document.addEventListener("mousedown",m),()=>document.removeEventListener("mousedown",m)},[a]),react.useEffect(()=>{let m=f=>{f.key==="Escape"&&n(false);};if(a)return document.addEventListener("keydown",m),()=>document.removeEventListener("keydown",m)},[a]);let d=m=>{t(m),n(false);},u=e?Vu[e]:null,p=u?.color||Ib;return jsxRuntime.jsxs("div",{className:`relative ${r||""}`,children:[jsxRuntime.jsx("button",{ref:l,onClick:()=>a?n(false):i(),className:"flex items-center justify-center w-8 h-8 rounded-lg transition-all hover:bg-white/15 hover:scale-110 active:scale-95",style:{background:e?`${p}10`:"transparent",boxShadow:e?`0 0 0 2px ${p}30 inset`:"none"},title:u?.label||"Set priority",children:jsxRuntime.jsx("svg",{width:"20",height:"20",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("path",{d:"M3 2L3 14M3 2L13 6L3 8V2Z",stroke:p,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",fill:p,fillOpacity:e?"0.6":"0.4"})})}),a&&jsxRuntime.jsx(lr,{children:jsxRuntime.jsxs("div",{ref:c,className:"priority-selector-menu",style:{position:"fixed",top:`${s.top}px`,left:`${s.left}px`,zIndex:99999,minWidth:"160px",maxHeight:"calc(100vh - 40px)",borderRadius:"8px",background:"var(--modal-v2-bg, #1f1f1f)",border:"1px solid var(--modal-v2-border, rgba(255, 255, 255, 0.15))",boxShadow:"0 10px 40px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.1)"},children:[jsxRuntime.jsx("div",{className:"px-3 py-1.5 border-b",style:{borderColor:"var(--modal-v2-border, rgba(255, 255, 255, 0.1))"},children:jsxRuntime.jsx("span",{className:"text-[10px] font-bold uppercase tracking-wider",style:{color:"var(--modal-v2-text-secondary, rgba(255, 255, 255, 0.7))"},children:"Priority"})}),jsxRuntime.jsxs("div",{className:"py-1",children:[Object.entries(Vu).map(([m,f])=>jsxRuntime.jsxs("button",{onClick:()=>d(m),className:"w-full px-3 py-1.5 flex items-center gap-2 text-xs font-medium transition-all active:scale-[0.98] priority-option",style:{color:f.color,background:"transparent"},onMouseEnter:x=>{x.currentTarget.style.background="var(--modal-v2-bg-tertiary, rgba(255, 255, 255, 0.15))";},onMouseLeave:x=>{x.currentTarget.style.background="transparent";},children:[jsxRuntime.jsx(Rb,{color:f.color}),jsxRuntime.jsx("span",{className:"font-semibold text-sm",children:f.label}),e===m&&jsxRuntime.jsx("svg",{className:"ml-auto",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:jsxRuntime.jsx("path",{d:"M13.5 4.5L6 12L2.5 8.5",stroke:"#00E5CC",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})]},m)),jsxRuntime.jsx("div",{className:"mt-0.5 pt-0.5 border-t",style:{borderColor:"var(--modal-v2-border, rgba(255, 255, 255, 0.1))"},children:jsxRuntime.jsxs("button",{onClick:()=>d(void 0),className:"w-full px-3 py-1.5 flex items-center gap-2 text-xs font-medium transition-all active:scale-[0.98]",style:{color:"var(--modal-v2-text-primary, #e5e5e5)",background:"transparent"},onMouseEnter:m=>{m.currentTarget.style.background="var(--modal-v2-bg-tertiary, rgba(255, 255, 255, 0.15))";},onMouseLeave:m=>{m.currentTarget.style.background="transparent";},children:[jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:jsxRuntime.jsx("circle",{cx:"8",cy:"8",r:"6",stroke:"#9CA3AF",strokeWidth:"1.5",strokeDasharray:"2 2",opacity:"0.6"})}),jsxRuntime.jsx("span",{className:"font-semibold text-sm",children:"Clear"}),!e&&jsxRuntime.jsx("svg",{className:"ml-auto",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:jsxRuntime.jsx("path",{d:"M13.5 4.5L6 12L2.5 8.5",stroke:"#00E5CC",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})]})})]})]})})]})}var Bb=[{label:"Today",days:0},{label:"Tomorrow",days:1},{label:"Next Week",days:7},{label:"2 Weeks",days:14},{label:"4 Weeks",days:28},{label:"8 Weeks",days:56}];function Ds({startDate:e,endDate:t,onChange:r,className:a}){let[n,s]=react.useState(false),[o,c]=react.useState({top:0,left:0}),l=react.useRef(null),i=react.useRef(null),p=(vi()?.themeName||"dark")==="dark",m=()=>{if(!i.current)return;let v=i.current.getBoundingClientRect(),w=window.innerHeight,C=window.innerWidth,S=320,F=380,k=4,N=v.left;N+S>C-10&&(N=C-S-10),N<10&&(N=10);let P=w-v.bottom,T=v.top,Y;P>=F+k?Y=v.bottom+k:T>=F+k?Y=v.top-F-k:Y=P>=T?v.bottom+k:Math.max(10,v.top-F-k),c({top:Y,left:N}),s(true);};react.useEffect(()=>{let v=w=>{l.current&&!l.current.contains(w.target)&&!i.current?.contains(w.target)&&s(false);};if(n)return document.addEventListener("mousedown",v),()=>document.removeEventListener("mousedown",v)},[n]),react.useEffect(()=>{let v=w=>{w.key==="Escape"&&s(false);};if(n)return document.addEventListener("keydown",v),()=>document.removeEventListener("keydown",v)},[n]);let f=v=>{let w=new Date,C=N=>{let P=N.getFullYear(),T=String(N.getMonth()+1).padStart(2,"0"),Y=String(N.getDate()).padStart(2,"0");return `${P}-${T}-${Y}`},S=C(w),F=new Date(w);F.setDate(F.getDate()+v);let k=C(F);r(S,k),s(false);},x=()=>{if(!e||!t)return "Set date";let v=F=>{if(F instanceof Date)return F;if(typeof F!="string"||!F.match(/^\d{4}-\d{2}-\d{2}$/))return null;let k=F.split("-").map(Number);if(k.length!==3||k.some(Y=>isNaN(Y)))return null;let N=k[0],P=k[1],T=k[2];return N===void 0||P===void 0||T===void 0?null:new Date(N,P-1,T)},w=v(e),C=v(t);if(!w||!C||isNaN(w.getTime())||isNaN(C.getTime()))return "Set date";let S=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];return `${S[w.getMonth()]} ${w.getDate()} \u2013 ${S[C.getMonth()]} ${C.getDate()}`},y=e&&t,h=(()=>{if(!t)return false;let v=typeof t=="string"?new Date(t):t,w=new Date;return w.setHours(0,0,0,0),v<w})();return jsxRuntime.jsxs("div",{className:`relative ${a||""}`,children:[jsxRuntime.jsxs("button",{ref:i,onClick:()=>n?s(false):m(),className:`flex items-center gap-1.5 px-2 py-1 rounded-md text-xs transition-all hover:bg-white/5 ${h?"asakaa-date-overdue":"asakaa-date"}`,title:y?`${x()}`:"Set date range",children:[jsxRuntime.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[jsxRuntime.jsx("rect",{x:"2",y:"3",width:"12",height:"11",rx:"2",stroke:"currentColor",strokeWidth:"1.5"}),jsxRuntime.jsx("path",{d:"M2 6H14",stroke:"currentColor",strokeWidth:"1.5"}),jsxRuntime.jsx("path",{d:"M5 2V4",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),jsxRuntime.jsx("path",{d:"M11 2V4",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]}),e&&t&&jsxRuntime.jsx("span",{className:"whitespace-nowrap",children:x()})]}),n&&jsxRuntime.jsx(lr,{children:jsxRuntime.jsxs("div",{ref:l,className:"date-picker-menu rounded-xl shadow-2xl border min-w-[320px]",style:{position:"fixed",top:`${o.top}px`,left:`${o.left}px`,background:p?"#1A1D25":"#FFFFFF",border:`1px solid ${p?"rgba(255, 255, 255, 0.15)":"rgba(0, 0, 0, 0.12)"}`,boxShadow:p?"0 20px 60px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.1)":"0 20px 60px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.08)",zIndex:99999},children:[jsxRuntime.jsxs("div",{className:"p-4 border-b",style:{borderColor:p?"rgba(255, 255, 255, 0.1)":"rgba(0, 0, 0, 0.08)"},children:[jsxRuntime.jsx("span",{className:"text-xs font-bold uppercase tracking-wider block mb-3",style:{color:p?"rgba(255, 255, 255, 0.85)":"rgba(0, 0, 0, 0.7)"},children:"Quick Select"}),jsxRuntime.jsx("div",{className:"grid grid-cols-2 gap-2",children:Bb.map(v=>jsxRuntime.jsx("button",{onClick:()=>f(v.days),className:"px-3 py-2.5 rounded-lg text-xs font-semibold transition-all active:scale-95",style:{color:p?"rgba(255, 255, 255, 0.95)":"rgba(0, 0, 0, 0.85)",border:`1px solid ${p?"rgba(255, 255, 255, 0.25)":"rgba(0, 0, 0, 0.15)"}`,backgroundColor:p?"rgba(255, 255, 255, 0.12)":"rgba(0, 0, 0, 0.05)"},onMouseEnter:w=>{w.currentTarget.style.backgroundColor=p?"rgba(255, 255, 255, 0.2)":"rgba(0, 0, 0, 0.1)",w.currentTarget.style.border=`1px solid ${p?"rgba(255, 255, 255, 0.4)":"rgba(0, 0, 0, 0.25)"}`;},onMouseLeave:w=>{w.currentTarget.style.backgroundColor=p?"rgba(255, 255, 255, 0.12)":"rgba(0, 0, 0, 0.05)",w.currentTarget.style.border=`1px solid ${p?"rgba(255, 255, 255, 0.25)":"rgba(0, 0, 0, 0.15)"}`;},children:v.label},v.label))})]}),jsxRuntime.jsxs("div",{className:"p-4",children:[jsxRuntime.jsx("span",{className:"text-xs font-bold uppercase tracking-wider block mb-3",style:{color:p?"rgba(255, 255, 255, 0.85)":"rgba(0, 0, 0, 0.7)"},children:"Custom Range"}),jsxRuntime.jsxs("div",{className:"space-y-3",children:[jsxRuntime.jsx("input",{type:"date",value:e||"",onChange:v=>r(v.target.value,t),className:"w-full px-3 py-2.5 rounded-lg text-sm border focus:outline-none transition-all",style:{background:p?"rgba(255, 255, 255, 0.12)":"rgba(0, 0, 0, 0.05)",borderColor:p?"rgba(255, 255, 255, 0.25)":"rgba(0, 0, 0, 0.15)",color:p?"rgba(255, 255, 255, 0.95)":"rgba(0, 0, 0, 0.85)",colorScheme:p?"dark":"light"}}),jsxRuntime.jsx("input",{type:"date",value:t||"",onChange:v=>r(e,v.target.value),className:"w-full px-3 py-2.5 rounded-lg text-sm border focus:outline-none transition-all",style:{background:p?"rgba(255, 255, 255, 0.12)":"rgba(0, 0, 0, 0.05)",borderColor:p?"rgba(255, 255, 255, 0.25)":"rgba(0, 0, 0, 0.15)",color:p?"rgba(255, 255, 255, 0.95)":"rgba(0, 0, 0, 0.85)",colorScheme:p?"dark":"light"}})]}),(e||t)&&jsxRuntime.jsx("button",{onClick:()=>{r(void 0,void 0),s(false);},className:"mt-4 w-full px-3 py-2.5 rounded-lg text-sm font-semibold transition-all active:scale-95 border",style:{color:"#ef4444",borderColor:"rgba(239, 68, 68, 0.3)",background:"rgba(239, 68, 68, 0.1)"},onMouseEnter:v=>{v.currentTarget.style.background="rgba(239, 68, 68, 0.2)";},onMouseLeave:v=>{v.currentTarget.style.background="rgba(239, 68, 68, 0.1)";},children:"Clear Dates"})]})]})})]})}function ko({assignedUsers:e=[],availableUsers:t,onChange:r,className:a,maxVisibleAvatars:n=3}){let[s,o]=react.useState(false),[c,l]=react.useState(""),[i,d]=react.useState({top:0,left:0}),u=react.useRef(null),p=react.useRef(null),m=()=>{if(!p.current)return;let h=p.current.getBoundingClientRect(),v=window.innerHeight,w=window.innerWidth,C=300,S=380,F=4,k=h.right-C;k<10&&(k=h.left),k+C>w-10&&(k=w-C-10);let N=v-h.bottom,P=h.top,T;N>=S+F?T=h.bottom+F:P>=S+F?T=h.top-S-F:T=N>=P?h.bottom+F:Math.max(10,h.top-S-F),d({top:T,left:k}),o(true);};react.useEffect(()=>{let h=v=>{u.current&&!u.current.contains(v.target)&&!p.current?.contains(v.target)&&(o(false),l(""));};if(s)return document.addEventListener("mousedown",h),()=>document.removeEventListener("mousedown",h)},[s]),react.useEffect(()=>{let h=v=>{v.key==="Escape"&&(o(false),l(""));};if(s)return document.addEventListener("keydown",h),()=>document.removeEventListener("keydown",h)},[s]);let f=h=>{let v=e.some(w=>w.id===h.id);r(v?e.filter(w=>w.id!==h.id):[...e,h]);},x=t.filter(h=>h.name.toLowerCase().includes(c.toLowerCase())),y=e.slice(0,n),b=e.length-n;return jsxRuntime.jsxs("div",{className:`relative ${a||""}`,children:[jsxRuntime.jsx("button",{ref:p,onClick:()=>s?o(false):m(),className:"flex items-center gap-1 p-0.5 rounded transition-all hover:bg-white/10 hover:scale-105 active:scale-95",title:e.length>0?`${e.length} assigned`:"Assign users",children:e.length>0?jsxRuntime.jsxs("div",{className:"asakaa-avatar-group",children:[y.map(h=>jsxRuntime.jsx("div",{className:"asakaa-avatar",title:h.name,children:h.avatar?jsxRuntime.jsx("img",{src:h.avatar,alt:h.name,className:"asakaa-avatar-img"}):h.initials},h.id)),b>0&&jsxRuntime.jsxs("div",{className:"asakaa-avatar",children:["+",b]})]}):jsxRuntime.jsx("div",{className:"w-7 h-7 rounded-full flex items-center justify-center transition-all",style:{background:"rgba(96, 165, 250, 0.15)",border:"1.5px solid rgba(96, 165, 250, 0.4)",color:"#60a5fa"},children:jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[jsxRuntime.jsx("path",{d:"M8 8a3 3 0 100-6 3 3 0 000 6zM4 14c0-2.21 1.79-4 4-4s4 1.79 4 4",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),jsxRuntime.jsx("line",{x1:"13",y1:"5",x2:"13",y2:"9",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),jsxRuntime.jsx("line",{x1:"11",y1:"7",x2:"15",y2:"7",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]})})}),s&&jsxRuntime.jsx(lr,{children:jsxRuntime.jsxs("div",{ref:u,className:"user-selector-menu rounded-xl shadow-2xl border min-w-[300px]",style:{position:"fixed",top:`${i.top}px`,left:`${i.left}px`,maxHeight:"calc(100vh - 40px)",overflow:"hidden",display:"flex",flexDirection:"column",background:"var(--modal-v2-bg, #1f1f1f)",border:"1px solid var(--modal-v2-border, rgba(255, 255, 255, 0.15))",boxShadow:"0 20px 60px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.1)",zIndex:99999},children:[jsxRuntime.jsx("div",{className:"px-4 py-3 border-b",style:{borderColor:"var(--modal-v2-border, rgba(255, 255, 255, 0.1))"},children:jsxRuntime.jsx("span",{className:"text-xs font-bold uppercase tracking-wider",style:{color:"var(--modal-v2-text-secondary, rgba(255, 255, 255, 0.8))"},children:"Assign Users"})}),jsxRuntime.jsx("div",{className:"px-3 py-3 border-b",style:{borderColor:"var(--modal-v2-border, rgba(255, 255, 255, 0.1))"},children:jsxRuntime.jsx("input",{type:"text",value:c,onChange:h=>l(h.target.value),placeholder:"Search users...",className:"w-full px-3 py-2.5 rounded-lg text-sm border outline-none transition-all",style:{background:"var(--modal-v2-bg-secondary, rgba(255, 255, 255, 0.05))",borderColor:"var(--modal-v2-border, rgba(255, 255, 255, 0.2))",color:"var(--modal-v2-text-primary, #ffffff)"},autoFocus:true})}),jsxRuntime.jsx("div",{className:"py-2 max-h-[300px] overflow-y-auto",children:x.length===0?jsxRuntime.jsx("div",{className:"px-4 py-3 text-sm text-center",style:{color:"var(--modal-v2-text-tertiary, rgba(255, 255, 255, 0.6))"},children:"No users found"}):x.map(h=>{let v=e.some(w=>w.id===h.id);return jsxRuntime.jsxs("button",{onClick:()=>f(h),className:"w-full px-4 py-2.5 flex items-center gap-3 text-sm transition-all active:scale-98",style:{background:"transparent"},onMouseEnter:w=>{w.currentTarget.style.background="var(--modal-v2-bg-tertiary, rgba(255, 255, 255, 0.1))";},onMouseLeave:w=>{w.currentTarget.style.background="transparent";},children:[jsxRuntime.jsx("div",{className:"w-7 h-7 rounded-full flex items-center justify-center text-[11px] font-bold flex-shrink-0 shadow-sm",style:{backgroundColor:h.color,color:"#fff"},children:h.avatar?jsxRuntime.jsx("img",{src:h.avatar,alt:h.name,className:"w-full h-full rounded-full object-cover"}):h.initials}),jsxRuntime.jsx("span",{className:"font-semibold flex-1 text-left truncate",style:{color:"var(--modal-v2-text-primary, rgba(255, 255, 255, 0.95))"},children:h.name}),jsxRuntime.jsx("span",{className:"w-5 text-lg flex-shrink-0 text-right",style:{color:v?"#00E5CC":"transparent"},children:v?"\u2713":""})]},h.id)})}),e.length>0&&jsxRuntime.jsx("div",{className:"px-3 py-3 border-t border-white/10",children:jsxRuntime.jsx("button",{onClick:()=>{r([]),o(false);},className:"w-full px-3 py-2.5 rounded-lg text-sm font-semibold transition-all hover:bg-red-600/30 active:scale-95 border",style:{color:"#f87171",borderColor:"rgba(248, 113, 113, 0.3)",background:"rgba(248, 113, 113, 0.08)"},children:"Clear All"})})]})})]})}function wi(e,t,r){let a=new Map;e.forEach(l=>{if(l.dependencies&&Array.isArray(l.dependencies)){let i=l.dependencies.map(d=>{if(typeof d=="string")return d;let u=d;return u.taskId||u.targetId||""}).filter(Boolean);a.set(l.id,i);}});let n=a.get(r)||[];a.set(r,[...n,t]);let s=new Set,o=new Set,c=l=>{if(!s.has(l)){s.add(l),o.add(l);let i=a.get(l)||[];for(let d of i){if(!s.has(d)&&c(d))return true;if(o.has(d))return true}}return o.delete(l),false};return c(r)}function Es({currentCardId:e,dependencies:t=[],availableTasks:r,onChange:a,className:n,validateCircular:s=true,onCircularDependencyError:o}){let[c,l]=react.useState(false),[i,d]=react.useState(""),[u,p]=react.useState(t.length>0),[m,f]=react.useState({top:0,left:0}),[x,y]=react.useState(null),b=react.useRef(null),h=react.useRef(null),v=()=>{if(!h.current)return;let k=h.current.getBoundingClientRect(),N=window.innerHeight,P=window.innerWidth,T=300,Y=u?380:120,H=4,ee=k.right-T;ee<10&&(ee=k.left),ee+T>P-10&&(ee=P-T-10);let I=N-k.bottom,K=k.top,j;I>=Y+H?j=k.bottom+H:K>=Y+H?j=k.top-Y-H:j=I>=K?k.bottom+H:Math.max(10,k.top-Y-H),f({top:j,left:ee}),l(true);};react.useEffect(()=>{if(!c||!h.current)return;let k=h.current.getBoundingClientRect(),N=window.innerHeight,P=window.innerWidth,T=300,Y=u?380:120,H=4,ee=k.right-T;ee<10&&(ee=k.left),ee+T>P-10&&(ee=P-T-10);let I=N-k.bottom,K=k.top,j;I>=Y+H?j=k.bottom+H:K>=Y+H?j=k.top-Y-H:j=I>=K?k.bottom+H:Math.max(10,k.top-Y-H),f({top:j,left:ee});},[u,c]),react.useEffect(()=>{let k=N=>{b.current&&!b.current.contains(N.target)&&!h.current?.contains(N.target)&&(l(false),d(""));};if(c)return document.addEventListener("mousedown",k),()=>document.removeEventListener("mousedown",k)},[c]),react.useEffect(()=>{let k=N=>{N.key==="Escape"&&(l(false),d(""));};if(c)return document.addEventListener("keydown",k),()=>document.removeEventListener("keydown",k)},[c]);let w=k=>{let N=t.includes(k),P=r.find(T=>T.id===k);if(y(null),N){let T=t.filter(Y=>Y!==k);a(T),T.length===0&&p(false);}else {if(s&&wi(r,k,e)){let Y=`Cannot add "${P?.title||k}" as dependency - would create circular reference`;y(Y),o?.(k,P?.title||k),setTimeout(()=>y(null),3e3);return}a([...t,k]),p(true);}},C=()=>{let k=!u;p(k),k||a([]);},S=r.filter(k=>k.id!==e).filter(k=>k.title.toLowerCase().includes(i.toLowerCase())||k.id.toLowerCase().includes(i.toLowerCase())),F=t.length>0?"#00E5CC":"#BDC3C7";return jsxRuntime.jsxs("div",{className:`relative ${n||""}`,children:[jsxRuntime.jsxs("button",{ref:h,onClick:()=>c?l(false):v(),className:"flex items-center gap-1 px-2 py-1 rounded transition-all hover:bg-white/5",title:t.length>0?`${t.length} dependencies`:"Add dependencies",children:[jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("path",{d:"M7 9L9 7M11.5 3.5L10 2C8.89543 0.89543 7.10457 0.89543 6 2C4.89543 3.10457 4.89543 4.89543 6 6L7.5 7.5M4.5 12.5L6 14C7.10457 15.1046 8.89543 15.1046 10 14C11.1046 12.8954 11.1046 11.1046 10 10L8.5 8.5",stroke:F,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),t.length>0&&jsxRuntime.jsx("span",{className:"text-xs font-medium",style:{color:F},children:t.length})]}),c&&jsxRuntime.jsx(lr,{children:jsxRuntime.jsxs("div",{ref:b,className:"dependencies-selector-menu rounded-xl shadow-2xl border min-w-[300px]",style:{position:"fixed",top:`${m.top}px`,left:`${m.left}px`,maxHeight:"calc(100vh - 40px)",overflow:"hidden",display:"flex",flexDirection:"column",background:"var(--modal-v2-bg, #1f1f1f)",border:"1px solid var(--modal-v2-border, rgba(255, 255, 255, 0.15))",boxShadow:"0 20px 60px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.1)",zIndex:99999},children:[x&&jsxRuntime.jsxs("div",{className:"px-4 py-3 flex items-center gap-2",style:{background:"rgba(239, 68, 68, 0.15)",borderBottom:"1px solid rgba(239, 68, 68, 0.3)"},children:[jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("path",{d:"M8 5V8M8 11H8.01M14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8Z",stroke:"#ef4444",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),jsxRuntime.jsx("span",{className:"text-xs font-medium",style:{color:"#ef4444"},children:x})]}),jsxRuntime.jsx("div",{className:"px-4 py-2 border-b",style:{borderColor:"var(--modal-v2-border, rgba(255, 255, 255, 0.05))"},children:jsxRuntime.jsx("span",{className:"text-xs font-semibold uppercase tracking-wide",style:{color:"var(--modal-v2-text-secondary, rgba(255, 255, 255, 0.7))"},children:"Task Dependencies"})}),jsxRuntime.jsx("div",{className:"px-4 py-3 border-b",style:{borderColor:"var(--modal-v2-border, rgba(255, 255, 255, 0.05))"},children:jsxRuntime.jsxs("label",{className:"flex items-center gap-2 cursor-pointer group",onClick:C,children:[jsxRuntime.jsx("div",{className:"w-4 h-4 rounded border-2 flex items-center justify-center transition-all",style:{background:u?"#00E5CC":"transparent",borderColor:u?"#00E5CC":"var(--modal-v2-border, rgba(255, 255, 255, 0.3))"},children:u&&jsxRuntime.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("path",{d:"M2 6L5 9L10 3",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}),jsxRuntime.jsx("span",{className:"text-sm font-medium",style:{color:"var(--modal-v2-text-primary, rgba(255, 255, 255, 0.8))"},children:"Has dependencies"})]})}),u&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"px-3 py-2 border-b",style:{borderColor:"var(--modal-v2-border, rgba(255, 255, 255, 0.05))"},children:jsxRuntime.jsx("input",{type:"text",value:i,onChange:k=>d(k.target.value),placeholder:"Search by name or ID...",className:"w-full px-3 py-2 rounded-md text-xs border outline-none transition-all",style:{background:"var(--modal-v2-bg-secondary, rgba(255, 255, 255, 0.05))",borderColor:"var(--modal-v2-border, rgba(255, 255, 255, 0.1))",color:"var(--modal-v2-text-primary, #ffffff)"},autoFocus:true})}),jsxRuntime.jsx("div",{className:"py-2 max-h-[280px] overflow-y-auto",children:S.length===0?jsxRuntime.jsx("div",{className:"px-4 py-3 text-xs text-center",style:{color:"var(--modal-v2-text-tertiary, rgba(255, 255, 255, 0.5))"},children:"No tasks found"}):S.map(k=>{let N=t.includes(k.id);return jsxRuntime.jsxs("button",{onClick:()=>w(k.id),className:"w-full px-4 py-2 flex items-start gap-3 text-sm transition-colors",style:{background:"transparent"},onMouseEnter:P=>{P.currentTarget.style.background="var(--modal-v2-bg-secondary, rgba(255, 255, 255, 0.05))";},onMouseLeave:P=>{P.currentTarget.style.background="transparent";},children:[jsxRuntime.jsx("div",{className:"w-4 h-4 rounded border-2 flex items-center justify-center flex-shrink-0 mt-0.5 transition-all",style:{background:N?"#00E5CC":"transparent",borderColor:N?"#00E5CC":"var(--modal-v2-border, rgba(255, 255, 255, 0.3))"},children:N&&jsxRuntime.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("path",{d:"M2 6L5 9L10 3",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}),jsxRuntime.jsxs("div",{className:"flex-1 text-left",children:[jsxRuntime.jsx("div",{className:"font-medium",style:{color:"var(--modal-v2-text-primary, rgba(255, 255, 255, 0.9))"},children:k.title}),jsxRuntime.jsx("div",{className:"text-xs mt-0.5",style:{color:"var(--modal-v2-text-tertiary, rgba(255, 255, 255, 0.5))"},children:k.id})]})]},k.id)})})]}),t.length>0&&jsxRuntime.jsx("div",{className:"px-3 py-2 border-t border-white/5",children:jsxRuntime.jsx("button",{onClick:()=>{a([]),p(false),l(false);},className:"w-full px-3 py-2 rounded-md text-xs font-medium transition-all hover:bg-red-600/20 border border-red-500/30",style:{color:"#E74C3C"},children:"Clear All Dependencies"})})]})})]})}var Ln=react.memo(({card:e,render:t,onClick:r,isSelected:a,disableDrag:n,className:s,onUpdate:o,availableUsers:c=[],allCards:l=[]})=>{let{attributes:i,listeners:d,setNodeRef:u,transform:p,transition:m,isDragging:f}=sortable.useSortable({id:e.id,disabled:n,data:{type:"card",card:e}}),x={transform:bi.Transform.toString(p),transition:m};if(t)return jsxRuntime.jsx("div",{ref:u,style:x,...i,...d,onClick:()=>r?.(e),children:t(e)});let y=c.filter(w=>e.assignedUserIds?.includes(w.id)),b=e.progress===100,h=(e.attachments||[]).filter(w=>w.type.startsWith("image/")),v={...x,...e.color&&{borderTopWidth:"3px",borderTopStyle:"solid",borderTopColor:e.color}};return jsxRuntime.jsxs("div",{ref:u,style:v,className:g("asakaa-card",f&&"asakaa-card-dragging",a&&"ring-2 ring-asakaa-accent-blue",s),...i,...d,onClick:w=>{w.target.closest(".priority-selector, .date-picker, .user-selector, .dependencies-selector")||r?.(e);},children:[e.coverImage&&jsxRuntime.jsx("div",{className:"asakaa-card-cover mb-3",children:jsxRuntime.jsx("img",{src:e.coverImage,alt:`Cover for ${e.title}`,className:"w-full h-32 object-cover rounded-md",loading:"lazy",onError:w=>{w.currentTarget.style.display="none";}})}),h.length>0&&!e.coverImage&&jsxRuntime.jsx("div",{className:"asakaa-card-attachments mb-3",children:h.length===1&&h[0]?jsxRuntime.jsx("img",{src:h[0].url,alt:h[0].name,className:"w-full h-32 object-cover rounded-md",loading:"lazy",decoding:"async",style:{imageRendering:"auto",WebkitBackfaceVisibility:"hidden",backfaceVisibility:"hidden",transform:"translateZ(0)"},onError:w=>{w.currentTarget.style.display="none";}}):jsxRuntime.jsx("div",{className:"grid grid-cols-2 gap-1",children:h.slice(0,4).map((w,C)=>jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx("img",{src:w.url,alt:w.name,className:"w-full h-16 object-cover rounded",loading:"lazy",decoding:"async",style:{imageRendering:"auto",WebkitBackfaceVisibility:"hidden",backfaceVisibility:"hidden",transform:"translateZ(0)"},onError:S=>{S.currentTarget.style.display="none";}}),C===3&&h.length>4&&jsxRuntime.jsx("div",{className:"absolute inset-0 bg-black/60 rounded flex items-center justify-center",children:jsxRuntime.jsxs("span",{className:"text-white text-sm font-medium",children:["+",h.length-4]})})]},w.id))})}),jsxRuntime.jsx("h3",{className:"asakaa-card-title mb-2",style:{textDecoration:b?"line-through":"none",opacity:b?.6:1},children:e.title}),e.description&&jsxRuntime.jsx("p",{className:"asakaa-card-description mb-3",children:e.description}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3 mb-3 pt-1",children:[jsxRuntime.jsx("div",{onClick:w=>w.stopPropagation(),className:"priority-selector",children:jsxRuntime.jsx(vo,{priority:e.priority,onChange:w=>o?.(e.id,{priority:w})})}),jsxRuntime.jsx("div",{onClick:w=>w.stopPropagation(),className:"date-picker",children:jsxRuntime.jsx(Ds,{startDate:e.startDate?typeof e.startDate=="string"?e.startDate:e.startDate.toISOString().split("T")[0]:void 0,endDate:e.endDate?typeof e.endDate=="string"?e.endDate:e.endDate.toISOString().split("T")[0]:void 0,onChange:(w,C)=>o?.(e.id,{startDate:w,endDate:C})})}),c.length>0&&jsxRuntime.jsx("div",{onClick:w=>w.stopPropagation(),className:"user-selector",children:jsxRuntime.jsx(ko,{assignedUsers:y,availableUsers:c,onChange:w=>o?.(e.id,{assignedUserIds:w.map(C=>C.id)})})}),jsxRuntime.jsx("div",{onClick:w=>w.stopPropagation(),className:"dependencies-selector",children:jsxRuntime.jsx(Es,{currentCardId:e.id,dependencies:Array.isArray(e.dependencies)?e.dependencies.map(w=>typeof w=="string"?w:w.taskId):[],availableTasks:l,onChange:w=>o?.(e.id,{dependencies:w})})})]}),e.labels&&e.labels.length>0&&jsxRuntime.jsx("div",{className:"flex flex-wrap gap-1",children:e.labels.slice(0,3).map(w=>jsxRuntime.jsx("span",{className:"asakaa-label",children:w},w))}),typeof e.progress=="number"&&jsxRuntime.jsxs("div",{className:"mt-3 pt-2 border-t border-white/5",children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between mb-1",children:[jsxRuntime.jsx("span",{className:"text-[10px] text-[#6B7280]",children:"Progreso"}),jsxRuntime.jsxs("span",{className:"text-[10px] font-medium",style:{color:"#00E5CC"},children:[Math.round(e.progress),"%"]})]}),jsxRuntime.jsx("div",{className:"h-1.5 rounded-full bg-white/5 overflow-hidden",children:jsxRuntime.jsx("div",{className:"h-full rounded-full transition-all duration-300",style:{width:`${Math.min(100,Math.max(0,e.progress))}%`,backgroundColor:"#00E5CC"}})})]})]})},(e,t)=>e.card.id===t.card.id&&e.card.title===t.card.title&&e.card.description===t.card.description&&e.card.position===t.card.position&&e.card.columnId===t.card.columnId&&e.card.priority===t.card.priority&&e.card.color===t.card.color&&e.card.progress===t.card.progress&&e.card.startDate===t.card.startDate&&e.card.endDate===t.card.endDate&&e.isSelected===t.isSelected&&e.render===t.render&&JSON.stringify(e.card.labels)===JSON.stringify(t.card.labels)&&JSON.stringify(e.card.assignedUserIds)===JSON.stringify(t.card.assignedUserIds)&&JSON.stringify(e.card.dependencies)===JSON.stringify(t.card.dependencies)&&JSON.stringify(e.card.attachments?.map(r=>r.id))===JSON.stringify(t.card.attachments?.map(r=>r.id)));Ln.displayName="Card";var ki={todo:{label:"To Do",color:"#94a3b8",icon:"circle"},"in-progress":{label:"In Progress",color:"#60a5fa",icon:"circle-dot"},completed:{label:"Completed",color:"#34d399",icon:"check-circle"}},ep=({icon:e,color:t})=>e==="circle"?jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("circle",{cx:"8",cy:"8",r:"6",stroke:t,strokeWidth:"1.5",fill:"none"})}):e==="circle-dot"?jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[jsxRuntime.jsx("circle",{cx:"8",cy:"8",r:"6",stroke:t,strokeWidth:"1.5",fill:"none"}),jsxRuntime.jsx("circle",{cx:"8",cy:"8",r:"3",fill:t})]}):jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[jsxRuntime.jsx("circle",{cx:"8",cy:"8",r:"6",stroke:t,strokeWidth:"1.5",fill:t,fillOpacity:"0.2"}),jsxRuntime.jsx("path",{d:"M5 8L7 10L11 6",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]});function tp({status:e="todo",onChange:t,className:r,customStatuses:a=[]}){let[n,s]=react.useState(false),[o,c]=react.useState({top:0,left:0}),l=react.useRef(null),i=react.useRef(null),d=[...Object.entries(ki).map(([y,b])=>({id:y,label:b.label,color:b.color,icon:b.icon})),...a.filter(y=>!Object.keys(ki).includes(y.id)).map(y=>({id:y.id,label:y.title,color:y.color||"#8B5CF6",icon:"circle-dot"}))],u=()=>{let y=ki[e];if(y)return {...y,id:e};let b=a.find(h=>h.id===e);return b?{id:b.id,label:b.title,color:b.color||"#8B5CF6",icon:"circle-dot"}:{...ki.todo,id:"todo"}},p=()=>{if(!i.current)return;let y=i.current.getBoundingClientRect(),b=window.innerHeight,h=window.innerWidth,v=180,w=280,C=4,S=y.right-v;S<10&&(S=y.left),S+v>h-10&&(S=h-v-10);let F=b-y.bottom,k=y.top,N;F>=w+C?N=y.bottom+C:k>=w+C?N=y.top-w-C:N=F>=k?y.bottom+C:Math.max(10,y.top-w-C),c({top:N,left:S}),s(true);};react.useEffect(()=>{let y=b=>{l.current&&!l.current.contains(b.target)&&!i.current?.contains(b.target)&&s(false);};if(n)return document.addEventListener("mousedown",y),()=>document.removeEventListener("mousedown",y)},[n]),react.useEffect(()=>{let y=b=>{b.key==="Escape"&&s(false);};if(n)return document.addEventListener("keydown",y),()=>document.removeEventListener("keydown",y)},[n]);let m=y=>{t(y),s(false);},f=u(),x=f.color;return jsxRuntime.jsxs("div",{className:`relative ${r||""}`,children:[jsxRuntime.jsx("button",{ref:i,onClick:()=>n?s(false):p(),className:"flex items-center justify-center w-8 h-8 rounded-lg transition-all hover:bg-white/15 hover:scale-110 active:scale-95",style:{background:`${x}10`,boxShadow:`0 0 0 2px ${x}30 inset`},title:f.label,children:jsxRuntime.jsx(ep,{icon:f.icon,color:x})}),n&&jsxRuntime.jsx(lr,{children:jsxRuntime.jsxs("div",{ref:l,className:"status-selector-menu",style:{position:"fixed",top:`${o.top}px`,left:`${o.left}px`,zIndex:99999,minWidth:"180px",maxHeight:"calc(100vh - 40px)",overflowY:"auto",borderRadius:"8px",background:"var(--modal-v2-bg, #1f1f1f)",border:"1px solid var(--modal-v2-border, rgba(255, 255, 255, 0.15))",boxShadow:"0 10px 40px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.1)"},children:[jsxRuntime.jsx("div",{className:"px-3 py-1.5 border-b",style:{borderColor:"var(--modal-v2-border, rgba(255, 255, 255, 0.1))"},children:jsxRuntime.jsx("span",{className:"text-[10px] font-bold uppercase tracking-wider",style:{color:"var(--modal-v2-text-secondary, rgba(255, 255, 255, 0.7))"},children:"Status"})}),jsxRuntime.jsx("div",{className:"py-1",children:d.map(y=>jsxRuntime.jsxs("button",{onClick:()=>m(y.id),className:"w-full px-3 py-2 flex items-center gap-2.5 text-sm font-medium transition-all active:scale-[0.98] status-option",style:{color:y.color,background:"transparent"},onMouseEnter:b=>{b.currentTarget.style.background="var(--modal-v2-bg-tertiary, rgba(255, 255, 255, 0.15))";},onMouseLeave:b=>{b.currentTarget.style.background="transparent";},children:[jsxRuntime.jsx(ep,{icon:y.icon,color:y.color}),jsxRuntime.jsx("span",{className:"font-semibold",children:y.label}),e===y.id&&jsxRuntime.jsx("svg",{className:"ml-auto",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:jsxRuntime.jsx("path",{d:"M13.5 4.5L6 12L2.5 8.5",stroke:"#00E5CC",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})]},y.id))})]})})]})}var rp={en:{renameColumn:"Rename Column",rename:"Rename",delete:"Delete",columnName:"Column name",columnOptions:"Column options"},es:{renameColumn:"Renombrar Columna",rename:"Renombrar",delete:"Eliminar",columnName:"Nombre de columna",columnOptions:"Opciones de columna"}};function ap({columnTitle:e,onRename:t,onDelete:r,isDeletable:a=false,className:n,locale:s="en"}){let o=rp[s]||rp.en,[c,l]=react.useState(false),[i,d]=react.useState(false),[u,p]=react.useState(e),[m,f]=react.useState({top:0,left:0}),x=react.useRef(null),y=react.useRef(null),b=react.useRef(null);react.useEffect(()=>{if(c&&y.current){let C=y.current.getBoundingClientRect();f({top:C.bottom+window.scrollY+8,left:C.left+window.scrollX});}},[c]),react.useEffect(()=>{let C=S=>{x.current&&!x.current.contains(S.target)&&!y.current?.contains(S.target)&&(l(false),d(false));};if(c)return document.addEventListener("mousedown",C),()=>document.removeEventListener("mousedown",C)},[c]),react.useEffect(()=>{let C=S=>{S.key==="Escape"&&(l(false),d(false),p(e));};if(c)return document.addEventListener("keydown",C),()=>document.removeEventListener("keydown",C)},[c,e]),react.useEffect(()=>{i&&b.current&&(b.current.focus(),b.current.select());},[i]);let h=()=>{d(true),p(e);},v=()=>{let C=u.trim();C&&C!==e&&t(C),d(false),l(false),p(e);},w=C=>{C.key==="Enter"?v():C.key==="Escape"&&(d(false),p(e));};return jsxRuntime.jsxs("div",{className:`relative ${n||""}`,children:[jsxRuntime.jsx("button",{ref:y,onClick:()=>l(!c),className:"opacity-0 group-hover:opacity-100 transition-opacity p-1 rounded hover:bg-white/10",title:o.columnOptions,"aria-label":o.columnOptions,children:jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[jsxRuntime.jsx("circle",{cx:"8",cy:"3",r:"1.5",fill:"currentColor"}),jsxRuntime.jsx("circle",{cx:"8",cy:"8",r:"1.5",fill:"currentColor"}),jsxRuntime.jsx("circle",{cx:"8",cy:"13",r:"1.5",fill:"currentColor"})]})}),c&&jsxRuntime.jsx(lr,{children:jsxRuntime.jsx("div",{ref:x,className:"fixed rounded-xl shadow-2xl border min-w-[200px]",style:{top:`${m.top}px`,left:`${m.left}px`,background:"linear-gradient(135deg, #1f1f1f 0%, #1a1a1a 100%)",borderColor:"rgba(255, 255, 255, 0.15)",boxShadow:"0 20px 60px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.1)",zIndex:99999},children:i?jsxRuntime.jsxs("div",{className:"p-3",children:[jsxRuntime.jsx("label",{className:"text-xs font-bold text-white/80 uppercase tracking-wider block mb-2",children:o.renameColumn}),jsxRuntime.jsx("input",{ref:b,type:"text",value:u,onChange:C=>p(C.target.value),onKeyDown:w,onBlur:v,className:"w-full px-3 py-2 rounded-lg text-sm bg-white/5 border border-white/20 text-white placeholder-white/50 outline-none focus:border-[#00E5CC]/50 transition-all",placeholder:o.columnName,maxLength:50})]}):jsxRuntime.jsxs("div",{className:"py-1",children:[jsxRuntime.jsxs("button",{onClick:h,className:"w-full px-4 py-2.5 flex items-center gap-3 text-sm text-white/90 hover:bg-white/10 transition-all",children:[jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("path",{d:"M11.5 1.5L14.5 4.5L5 14H2V11L11.5 1.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),jsxRuntime.jsx("span",{className:"font-medium",children:o.rename})]}),a&&r&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"h-px bg-white/10 mx-2 my-1"}),jsxRuntime.jsxs("button",{onClick:()=>{r(),l(false);},className:"w-full px-4 py-2.5 flex items-center gap-3 text-sm text-red-400 hover:bg-red-500/10 transition-all",children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[jsxRuntime.jsx("path",{d:"M2 4H14M5 4V2.5C5 2.22386 5.22386 2 5.5 2H10.5C10.7761 2 11 2.22386 11 2.5V4M12.5 4V13.5C12.5 13.7761 12.2761 14 12 14H4C3.72386 14 3.5 13.7761 3.5 13.5V4",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),jsxRuntime.jsx("path",{d:"M6.5 7V11M9.5 7V11",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]}),jsxRuntime.jsx("span",{className:"font-medium",children:o.delete})]})]})]})})})]})}var _o=react.memo(({column:e,cards:t,renderColumn:r,renderCard:a,renderHeader:n,renderEmptyState:s,onCardClick:o,onCardUpdate:c,availableUsers:l,allCards:i,enableVirtualization:d,cardHeight:u=120,isCollapsed:p,onToggleCollapse:m,onColumnRename:f,onColumnDelete:x,isDeletable:y=false,className:b,renderMetrics:h,locale:v})=>{let{setNodeRef:w,isOver:C}=core$1.useDroppable({id:e.id,data:{type:"column",column:e}}),S=react.useRef(null),F=d??Eu(t.length),k=reactVirtual.useVirtualizer({count:t.length,getScrollElement:()=>S.current,estimateSize:()=>u,enabled:F});if(r)return jsxRuntime.jsx("div",{ref:w,className:b,children:r(e,t)});let P=(()=>{if(!e.wipLimit)return {state:"none",percentage:0};let H=t.length/e.wipLimit*100;return t.length>e.wipLimit?{state:"exceeded",percentage:H}:H>=80?{state:"warning",percentage:H}:H>=60?{state:"approaching",percentage:H}:{state:"ok",percentage:H}})(),T=P.state==="exceeded",Y=()=>"asakaa-column-count";return jsxRuntime.jsxs("div",{ref:w,className:g("asakaa-column",C&&"ring-2 ring-asakaa-accent-blue",T&&"ring-2 ring-asakaa-accent-red",b),children:[n?n(e,t.length):jsxRuntime.jsxs("div",{className:"asakaa-column-header group",children:[jsxRuntime.jsx("h2",{className:"asakaa-column-title",children:e.title}),jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("span",{className:g(Y()),children:[t.length,e.wipLimit&&` / ${e.wipLimit}`]}),e.wipLimit&&P.state!=="none"&&jsxRuntime.jsxs("span",{className:"text-xs font-medium flex items-center",title:`${P.percentage.toFixed(0)}% capacity${e.wipLimitType==="hard"?" (Hard limit - blocks new cards)":" (Soft limit - shows warning)"}`,children:[P.state==="exceeded"&&jsxRuntime.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 16 16",fill:"none",children:[jsxRuntime.jsx("circle",{cx:"8",cy:"8",r:"7",fill:"#EF4444",opacity:"0.9"}),jsxRuntime.jsx("path",{d:"M5 5L11 11M11 5L5 11",stroke:"white",strokeWidth:"2",strokeLinecap:"round"})]}),P.state==="warning"&&jsxRuntime.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 16 16",fill:"none",children:[jsxRuntime.jsx("path",{d:"M8 1L15 14H1L8 1Z",fill:"#F59E0B",opacity:"0.9"}),jsxRuntime.jsx("path",{d:"M8 6V9M8 11V11.5",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round"})]}),P.state==="approaching"&&jsxRuntime.jsx("svg",{width:"14",height:"14",viewBox:"0 0 16 16",fill:"none",children:jsxRuntime.jsx("path",{d:"M8 1L10 7H14L10 10L12 16L8 12L4 16L6 10L2 7H6L8 1Z",fill:"#FB923C",opacity:"0.9"})}),P.state==="ok"&&jsxRuntime.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 16 16",fill:"none",children:[jsxRuntime.jsx("circle",{cx:"8",cy:"8",r:"7",fill:"#10B981",opacity:"0.9"}),jsxRuntime.jsx("path",{d:"M5 8L7 10L11 6",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]})]}),(f||x)&&jsxRuntime.jsx(ap,{columnTitle:e.title,onRename:H=>f?.(e.id,H),onDelete:x?()=>x(e.id):void 0,isDeletable:y,locale:v}),m&&jsxRuntime.jsx("button",{onClick:m,className:"text-asakaa-text-tertiary hover:text-asakaa-text-primary","aria-label":p?"Expand column":"Collapse column",children:p?"\u25B6":"\u25BC"})]})]}),h&&h(e,t),!p&&jsxRuntime.jsx("div",{ref:S,className:"asakaa-column-cards",style:{maxHeight:F?"600px":void 0},children:jsxRuntime.jsx(sortable.SortableContext,{items:t.map(H=>H.id),strategy:sortable.verticalListSortingStrategy,children:t.length===0?s?s(e):jsxRuntime.jsx("div",{className:"asakaa-drop-zone asakaa-empty",children:jsxRuntime.jsx("p",{children:"Drop cards here"})}):F?jsxRuntime.jsx("div",{style:{height:`${k.getTotalSize()}px`,position:"relative"},children:k.getVirtualItems().map(H=>{let ee=t[H.index];return ee?jsxRuntime.jsx("div",{style:{position:"absolute",top:0,left:0,width:"100%",transform:`translateY(${H.start}px)`},children:jsxRuntime.jsx(Ln,{card:ee,render:a,onClick:o,onUpdate:c,availableUsers:l,allCards:i})},ee.id):null})}):t.map(H=>jsxRuntime.jsx(Ln,{card:H,render:a,onClick:o,onUpdate:c,availableUsers:l,allCards:i},H.id))})})]})});_o.displayName="Column";function ac({title:e,onSave:t,className:r}){let[a,n]=react.useState(false),[s,o]=react.useState(e),c=react.useRef(null);react.useEffect(()=>{a&&c.current&&(c.current.focus(),c.current.select());},[a]);let l=()=>{let d=s.trim();d&&d!==e?t(d):o(e),n(false);},i=d=>{d.key==="Enter"?l():d.key==="Escape"&&(o(e),n(false));};return a?jsxRuntime.jsx("input",{ref:c,type:"text",value:s,onChange:d=>o(d.target.value),onBlur:l,onKeyDown:i,className:g("asakaa-column-title bg-transparent border-b-2 border-[#00E5CC]","outline-none px-1 -ml-1",r),maxLength:50}):jsxRuntime.jsx("h2",{className:g("asakaa-column-title cursor-pointer",r),onClick:()=>n(true),title:"Click to edit",children:e})}function rh(e,t){let r=e.slice(0,t),a=r.lastIndexOf("@");if(a===-1)return null;let n=r[a-1];if(a>0&&n&&!/\s/.test(n))return null;let s=r.slice(a+1);return /\s/.test(s)?null:{start:a,end:t,query:s.toLowerCase()}}function cp(e,t){let r=[],a=/@(\S+)/g,n;for(;(n=a.exec(e))!==null;){let s=n[1]?.toLowerCase()??"";if(!s)continue;let o=t.find(c=>{let l=c.name.toLowerCase(),i=l.replace(/\s+/g,""),d=l.split(/\s+/);return !!(i===s||l===s||d.some(u=>u===s))});o&&!r.includes(o.id)&&r.push(o.id);}return r}function ah(e){return e.split(" ").map(t=>t[0]).join("").toUpperCase().slice(0,2)}function nh(e){return e<1024?`${e} B`:e<1024*1024?`${(e/1024).toFixed(1)} KB`:`${(e/(1024*1024)).toFixed(1)} MB`}var oh=["\u{1F600}","\u{1F602}","\u{1F970}","\u{1F60D}","\u{1F914}","\u{1F44D}","\u{1F44E}","\u{1F389}","\u{1F525}","\u2764\uFE0F","\u{1F4AF}","\u2705","\u274C","\u26A0\uFE0F","\u{1F4CC}","\u{1F4A1}","\u{1F680}","\u2B50","\u{1F3AF}","\u{1F4AA}","\u{1F64F}","\u{1F440}","\u{1F4DD}","\u{1F4AC}"];function dp({value:e,onChange:t,onSubmit:r,users:a,placeholder:n,disabled:s=false,isSubmitting:o=false,theme:c="dark",locale:l="es",currentUser:i,enableEmoji:d=true,enableAttachments:u=true,pendingFiles:p=[],onFilesSelect:m,onRemoveFile:f,maxFileSizeMB:x=10}){let y=c==="dark",[b,h]=react.useState(false),[v,w]=react.useState([]),[C,S]=react.useState(0),[F,k]=react.useState(null),[N,P]=react.useState(false),T=react.useRef(null),Y=react.useRef(null),H=react.useRef(null),ee=react.useRef(null),I=react.useCallback((be,ye)=>{let fe=rh(be,ye);if(k(fe),fe){let ze=a.filter(Ce=>Ce.name.toLowerCase().includes(fe.query)||Ce.email&&Ce.email.toLowerCase().includes(fe.query)).slice(0,5);w(ze),h(ze.length>0),S(0);}else h(false),w([]);},[a]),K=be=>{let ye=be.target.value;if(t(ye),I(ye,be.target.selectionStart||0),T.current){T.current.style.height="24px";let fe=T.current.scrollHeight,ze=280,Ce=Math.min(fe,ze);T.current.style.height=`${Ce}px`,T.current.style.overflowY=fe>ze?"auto":"hidden";}},j=()=>{T.current&&I(e,T.current.selectionStart||0);},W=react.useCallback(be=>{if(!F||!T.current)return;let ye=e.slice(0,F.start),fe=e.slice(F.end),ze=`@${be.name.replace(/\s+/g,"")} `,Ce=ye+ze+fe;t(Ce),h(false),k(null),setTimeout(()=>{if(T.current){let Ae=F.start+ze.length;T.current.selectionStart=Ae,T.current.selectionEnd=Ae,T.current.focus();}},0);},[F,e,t]),$=be=>{if(b&&v.length>0)switch(be.key){case "ArrowDown":be.preventDefault(),S(ye=>ye<v.length-1?ye+1:0);break;case "ArrowUp":be.preventDefault(),S(ye=>ye>0?ye-1:v.length-1);break;case "Enter":{be.preventDefault();let ye=v[C];ye&&W(ye);break}case "Tab":{be.preventDefault();let ye=v[C];ye&&W(ye);break}case "Escape":be.preventDefault(),h(false);break}else be.key==="Enter"&&!be.shiftKey&&(be.preventDefault(),r());};react.useEffect(()=>{let be=ye=>{Y.current&&!Y.current.contains(ye.target)&&T.current&&!T.current.contains(ye.target)&&h(false),ee.current&&!ee.current.contains(ye.target)&&P(false);};return document.addEventListener("mousedown",be),()=>document.removeEventListener("mousedown",be)},[]);let ve=react.useCallback(be=>{if(!T.current)return;let ye=T.current.selectionStart||e.length,fe=e.slice(0,ye)+be+e.slice(ye);t(fe),P(false),setTimeout(()=>{if(T.current){let ze=ye+be.length;T.current.selectionStart=ze,T.current.selectionEnd=ze,T.current.focus();}},0);},[e,t]),We=react.useCallback(be=>{if(!m||!be.target.files)return;let ye=Array.from(be.target.files),fe=x*1024*1024,ze=ye.filter(Ce=>Ce.size>fe?(console.warn(`File ${Ce.name} exceeds max size of ${x}MB`),false):true);ze.length>0&&m(ze),be.target.value="";},[m,x]),Pe=react.useCallback(be=>be.type.startsWith("image/")?lucideReact.Image:be.type.includes("pdf")||be.type.includes("document")?lucideReact.FileText:lucideReact.File,[]);return react.useEffect(()=>{if(b&&Y.current){let be=Y.current.children[C];be&&be.scrollIntoView({block:"nearest"});}},[C,b]),jsxRuntime.jsxs("div",{className:"flex flex-col gap-2",children:[p.length>0&&jsxRuntime.jsx("div",{className:"flex flex-wrap gap-2",children:p.map(be=>{let ye=Pe(be.file),fe=be.file.type.startsWith("image/");return jsxRuntime.jsxs("div",{className:g("relative group flex items-center gap-2 px-2 py-1.5 rounded-lg",y?"bg-white/10":"bg-gray-100"),children:[fe&&be.preview?jsxRuntime.jsx("img",{src:be.preview,alt:be.file.name,className:"w-6 h-6 rounded object-cover"}):jsxRuntime.jsx(ye,{className:g("w-4 h-4",y?"text-[#9CA3AF]":"text-gray-500")}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0 max-w-[120px]",children:[jsxRuntime.jsx("p",{className:g("text-xs truncate",y?"text-white":"text-gray-900"),children:be.file.name}),jsxRuntime.jsx("p",{className:g("text-xs",y?"text-[#6B7280]":"text-gray-400"),children:nh(be.file.size)})]}),f&&jsxRuntime.jsx("button",{onClick:()=>f(be.id),className:g("p-0.5 rounded-full transition-colors",y?"hover:bg-white/10 text-[#6B7280] hover:text-white":"hover:bg-gray-200 text-gray-400 hover:text-gray-600"),children:jsxRuntime.jsx(lucideReact.X,{className:"w-3 h-3"})})]},be.id)})}),jsxRuntime.jsxs("div",{className:"flex items-start gap-2",children:[i&&jsxRuntime.jsx("div",{className:"w-6 h-6 rounded-full flex items-center justify-center text-white text-[10px] font-medium flex-shrink-0",style:{backgroundColor:i.color||"#8B5CF6"},children:i.name?.slice(0,2).toUpperCase()||"U"}),jsxRuntime.jsxs("div",{className:g("flex-1 relative min-w-0"),children:[jsxRuntime.jsxs("div",{className:g("flex items-end gap-1 px-2 py-2 rounded-lg",y?"bg-white/5":"bg-white border border-gray-200"),children:[d&&jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx("button",{type:"button",onClick:()=>P(!N),disabled:s||o,className:g("p-1 rounded transition-colors flex-shrink-0",y?"hover:bg-white/10 text-[#6B7280] hover:text-white":"hover:bg-gray-100 text-gray-400 hover:text-gray-600",(s||o)&&"opacity-50"),title:"Emojis",children:jsxRuntime.jsx(lucideReact.Smile,{className:"w-4 h-4"})}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:N&&jsxRuntime.jsx(framerMotion.motion.div,{ref:ee,initial:{opacity:0,y:5},animate:{opacity:1,y:0},exit:{opacity:0,y:5},className:g("absolute bottom-full left-0 mb-2 p-2 rounded-lg shadow-xl z-50",y?"bg-[#1A1D25] border border-white/10":"bg-white border border-gray-200"),children:jsxRuntime.jsx("div",{className:"grid grid-cols-8 gap-1 w-[200px]",children:oh.map(be=>jsxRuntime.jsx("button",{type:"button",onClick:()=>ve(be),className:g("w-6 h-6 flex items-center justify-center text-lg rounded transition-colors hover:scale-110",y?"hover:bg-white/10":"hover:bg-gray-100"),children:be},be))})})})]}),u&&m&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("button",{type:"button",onClick:()=>H.current?.click(),disabled:s||o,className:g("p-1.5 rounded transition-colors",y?"hover:bg-white/10 text-[#6B7280] hover:text-white":"hover:bg-gray-100 text-gray-400 hover:text-gray-600",(s||o)&&"opacity-50"),title:l==="es"?"Adjuntar archivo":"Attach file",children:jsxRuntime.jsx(lucideReact.Paperclip,{className:"w-4 h-4"})}),jsxRuntime.jsx("input",{ref:H,type:"file",multiple:true,onChange:We,className:"hidden",accept:"image/*,.pdf,.doc,.docx,.xls,.xlsx,.txt,.zip"})]}),jsxRuntime.jsx("textarea",{ref:T,value:e,onChange:K,onSelect:j,onKeyDown:$,placeholder:n||(l==="es"?"Escribe un comentario...":"Write a comment..."),disabled:s||o,rows:1,className:g("flex-1 bg-transparent text-sm outline-none min-w-[100px] resize-none py-0.5",y?"text-white placeholder:text-[#6B7280] scrollbar-slim":"text-gray-900 placeholder:text-gray-400 scrollbar-slim-light",(s||o)&&"opacity-50"),style:{lineHeight:"1.5",height:"24px",maxHeight:"280px",overflowY:"hidden"}}),jsxRuntime.jsx("button",{onClick:r,disabled:o||!e.trim()&&p.length===0||s,className:g("p-1.5 rounded transition-colors",(e.trim()||p.length>0)&&!s?"bg-[#00E5CC] text-white hover:bg-[#00C4AE]":y?"text-[#6B7280]":"text-gray-400",o&&"opacity-50 cursor-not-allowed"),children:o?jsxRuntime.jsx("div",{className:"w-4 h-4 border-2 border-current border-t-transparent rounded-full animate-spin"}):jsxRuntime.jsx(lucideReact.Send,{className:"w-4 h-4"})})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:b&&v.length>0&&jsxRuntime.jsx(framerMotion.motion.div,{ref:Y,initial:{opacity:0,y:5},animate:{opacity:1,y:0},exit:{opacity:0,y:5},className:g("absolute bottom-full left-0 right-0 mb-1 py-1 rounded-lg shadow-xl z-50","max-h-[200px] overflow-y-auto",y?"bg-[#1A1D25] border border-white/10":"bg-white border border-gray-200"),children:v.map((be,ye)=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>W(be),className:g("w-full flex items-center gap-3 px-3 py-2 text-left transition-colors",ye===C?y?"bg-white/10":"bg-gray-100":y?"hover:bg-white/5":"hover:bg-gray-50"),children:[jsxRuntime.jsx("div",{className:"w-7 h-7 rounded-full flex items-center justify-center text-white text-xs font-medium flex-shrink-0",style:{backgroundColor:be.color||"#8B5CF6"},children:ah(be.name)}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("p",{className:g("text-sm font-medium truncate",y?"text-white":"text-gray-900"),children:be.name}),be.email&&jsxRuntime.jsx("p",{className:g("text-xs truncate",y?"text-[#6B7280]":"text-gray-500"),children:be.email})]})]},be.id))})})]})]})]})}function up({content:e,theme:t="dark"}){let r=t==="dark",a=[],n=/@(\S+)/g,s=0,o;for(;(o=n.exec(e))!==null;)o.index>s&&a.push({type:"text",value:e.slice(s,o.index)}),a.push({type:"mention",value:o[0]}),s=o.index+o[0].length;return s<e.length&&a.push({type:"text",value:e.slice(s)}),jsxRuntime.jsx("span",{className:"whitespace-pre-wrap break-words",children:a.map((c,l)=>c.type==="mention"?jsxRuntime.jsx("span",{className:g("inline-flex items-center px-1 py-0.5 rounded","font-medium text-sm",r?"bg-[#00E5CC]/20 text-[#00E5CC]":"bg-[#00E5CC]/15 text-[#00C4AE]"),children:c.value},l):jsxRuntime.jsx("span",{children:c.value},l))})}var Si=["#EF4444","#F97316","#F59E0B","#EAB308","#84CC16","#22C55E","#10B981","#00E5CC","#00E5CC","#0EA5E9","#00E5CC","#6366F1","#8B5CF6","#A855F7","#D946EF","#EC4899"];function Ko({selectedTags:e,availableTags:t,onChange:r,onCreateTag:a,theme:n,disabled:s=false,compact:o=true}){let[c,l]=react.useState(false),[i,d]=react.useState(""),[u,p]=react.useState(false),[m,f]=react.useState(Si[10]||"#00E5CC"),[x,y]=react.useState({top:0,left:0}),b=react.useRef(null),h=react.useRef(null),v=react.useRef(null),w=react.useRef(null),C=t.filter(T=>T.name.toLowerCase().includes(i.toLowerCase())),S=t.some(T=>T.name.toLowerCase()===i.toLowerCase());react.useEffect(()=>{if(c&&h.current){let T=h.current.getBoundingClientRect();y({top:T.bottom+6,left:T.left});}},[c]),react.useEffect(()=>{let T=Y=>{let H=Y.target,ee=b.current?.contains(H),I=v.current?.contains(H);!ee&&!I&&(l(false),d(""),p(false));};if(c)return document.addEventListener("mousedown",T),()=>document.removeEventListener("mousedown",T)},[c]),react.useEffect(()=>{c&&w.current&&w.current.focus();},[c]);let F=T=>{let Y=e.some(H=>H.id===T.id);r(Y?e.filter(H=>H.id!==T.id):[...e,T]);},k=async()=>{if(!(!a||!i.trim())){p(true);try{let T=await a(i.trim(),m);T&&(r([...e,T]),d(""),f(Si[Math.floor(Math.random()*Si.length)]||"#00E5CC"));}finally{p(false);}}},N=(T,Y)=>{Y.stopPropagation(),r(e.filter(H=>H.id!==T));},P={backgroundColor:`${n.textTertiary}15`,border:`1px solid ${n.borderLight}`,color:n.textSecondary};return jsxRuntime.jsxs("div",{ref:b,className:"relative",children:[jsxRuntime.jsxs("button",{ref:h,type:"button",onClick:()=>!s&&l(!c),className:"flex items-center gap-1.5 px-3 py-1.5 rounded-full text-sm transition-all hover:opacity-80",style:P,disabled:s,children:[jsxRuntime.jsx(lucideReact.Tag,{className:"w-3.5 h-3.5"}),e.length>0?jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[e.slice(0,2).map(T=>jsxRuntime.jsx("span",{className:"inline-flex items-center gap-1 px-1.5 py-0.5 rounded text-xs font-medium",style:{backgroundColor:`${T.color}20`,color:T.color},children:T.name},T.id)),e.length>2&&jsxRuntime.jsxs("span",{className:"text-xs",style:{color:n.textTertiary},children:["+",e.length-2]})]}):jsxRuntime.jsx("span",{children:"Agregar"}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:"w-3 h-3",style:{color:n.textTertiary}})]}),typeof document<"u"&&reactDom.createPortal(jsxRuntime.jsx(framerMotion.AnimatePresence,{children:c&&jsxRuntime.jsxs(framerMotion.motion.div,{ref:v,initial:{opacity:0,y:-5},animate:{opacity:1,y:0},exit:{opacity:0,y:-5},transition:{duration:.12},className:"rounded-lg min-w-[240px]",style:{position:"fixed",top:x.top,left:x.left,zIndex:99999,backgroundColor:n.bgPrimary,border:`1px solid ${n.border}`,boxShadow:"0 4px 20px rgba(0, 0, 0, 0.25)"},children:[jsxRuntime.jsx("div",{className:"p-2 border-b",style:{borderColor:n.border},children:jsxRuntime.jsx("input",{ref:w,type:"text",value:i,onChange:T=>d(T.target.value),placeholder:"Buscar o crear etiqueta...",className:"w-full px-3 py-1.5 text-sm rounded-md outline-none",style:{backgroundColor:n.bgSecondary,color:n.textPrimary,border:`1px solid ${n.borderLight}`},onKeyDown:T=>{T.key==="Enter"&&i.trim()&&!S&&a&&k();}})}),e.length>0&&jsxRuntime.jsxs("div",{className:"p-2 border-b",style:{borderColor:n.border},children:[jsxRuntime.jsx("p",{className:"text-xs mb-1.5",style:{color:n.textTertiary},children:"Seleccionadas"}),jsxRuntime.jsx("div",{className:"flex flex-wrap gap-1",children:e.map(T=>jsxRuntime.jsxs("span",{className:"inline-flex items-center gap-1 px-2 py-0.5 rounded-full text-xs font-medium cursor-pointer hover:opacity-80",style:{backgroundColor:`${T.color}20`,color:T.color},onClick:Y=>N(T.id,Y),children:[T.name,jsxRuntime.jsx(lucideReact.X,{className:"w-3 h-3"})]},T.id))})]}),jsxRuntime.jsx("div",{className:"max-h-[200px] overflow-y-auto p-1",children:C.length>0?C.map(T=>{let Y=e.some(H=>H.id===T.id);return jsxRuntime.jsxs("button",{type:"button",onClick:()=>F(T),className:"w-full flex items-center gap-2 px-3 py-2 rounded-md text-sm transition-colors",style:{backgroundColor:Y?`${T.color}15`:"transparent",color:n.textPrimary},onMouseEnter:H=>{Y||(H.currentTarget.style.backgroundColor=n.hoverBg);},onMouseLeave:H=>{Y||(H.currentTarget.style.backgroundColor="transparent");},children:[jsxRuntime.jsx("div",{className:"w-3 h-3 rounded-full",style:{backgroundColor:T.color}}),jsxRuntime.jsx("span",{className:"flex-1 text-left",children:T.name}),Y&&jsxRuntime.jsx(lucideReact.Check,{className:"w-4 h-4",style:{color:T.color}})]},T.id)}):i.trim()?jsxRuntime.jsx("div",{className:"p-2 text-center text-sm",style:{color:n.textTertiary},children:"No se encontraron etiquetas"}):jsxRuntime.jsx("div",{className:"p-2 text-center text-sm",style:{color:n.textTertiary},children:"No hay etiquetas disponibles"})}),i.trim()&&!S&&a&&jsxRuntime.jsxs("div",{className:"p-2 border-t",style:{borderColor:n.border},children:[jsxRuntime.jsx("div",{className:"flex items-center gap-2 mb-2",children:jsxRuntime.jsx("p",{className:"text-xs",style:{color:n.textTertiary},children:"Crear nueva etiqueta"})}),jsxRuntime.jsx("div",{className:"flex flex-wrap gap-1 mb-2",children:Si.map(T=>jsxRuntime.jsx("button",{type:"button",onClick:()=>f(T),className:"w-5 h-5 rounded-full transition-transform hover:scale-110",style:{backgroundColor:T,outline:m===T?`2px solid ${T}`:"none",outlineOffset:"2px"}},T))}),jsxRuntime.jsxs("button",{type:"button",onClick:k,disabled:u,className:"w-full flex items-center justify-center gap-2 px-3 py-2 rounded-md text-sm font-medium transition-colors",style:{backgroundColor:m,color:"#FFFFFF",opacity:u?.7:1},children:[u?jsxRuntime.jsx("div",{className:"w-4 h-4 border-2 border-white/30 border-t-white rounded-full animate-spin"}):jsxRuntime.jsx(lucideReact.Plus,{className:"w-4 h-4"}),'Crear "',i.trim(),'"']})]})]})}),document.body)]})}function oc({tag:e,onRemove:t,size:r="sm"}){return jsxRuntime.jsxs("span",{className:`inline-flex items-center gap-1 rounded-full font-medium ${r==="xs"?"px-1.5 py-0.5 text-[10px]":"px-2 py-0.5 text-xs"}`,style:{backgroundColor:`${e.color}20`,color:e.color},children:[e.name,t&&jsxRuntime.jsx("button",{type:"button",onClick:n=>{n.stopPropagation(),t();},className:"hover:opacity-70",children:jsxRuntime.jsx(lucideReact.X,{className:"w-3 h-3"})})]})}function mp({tags:e,maxVisible:t=3,size:r="sm"}){if(!e||e.length===0)return null;let a=e.slice(0,t),n=e.length-t;return jsxRuntime.jsxs("div",{className:"flex flex-wrap gap-1",children:[a.map(s=>jsxRuntime.jsx(oc,{tag:s,size:r},s.id)),n>0&&jsxRuntime.jsxs("span",{className:`inline-flex items-center rounded-full font-medium ${r==="xs"?"px-1.5 py-0.5 text-[10px]":"px-2 py-0.5 text-xs"}`,style:{backgroundColor:"rgba(100,100,100,0.2)",color:"#9CA3AF"},children:["+",n]})]})}var To=[{name:"Azul",value:"#00E5CC",light:"#5AADFF"},{name:"P\xFArpura",value:"#A855F7",light:"#C084FC"},{name:"Rosa",value:"#EC4899",light:"#F472B6"},{name:"Rojo",value:"#EF4444",light:"#F87171"},{name:"Naranja",value:"#F59E0B",light:"#FBBF24"},{name:"Amarillo",value:"#EAB308",light:"#FACC15"},{name:"Lima",value:"#84CC16",light:"#A3E635"},{name:"Verde",value:"#10B981",light:"#34D399"},{name:"Esmeralda",value:"#059669",light:"#10B981"},{name:"Cyan",value:"#00E5CC",light:"#00E5CC"},{name:"Azul Cielo",value:"#0EA5E9",light:"#38BDF8"},{name:"\xCDndigo",value:"#4F46E5",light:"#6366F1"},{name:"Violeta",value:"#8B5CF6",light:"#A78BFA"},{name:"Fucsia",value:"#D946EF",light:"#E879F9"},{name:"Coral",value:"#F97316",light:"#FB923C"},{name:"Magenta",value:"#E11D48",light:"#FB7185"}];function gp(e){if(e<60)return `${e}m`;let t=Math.floor(e/60),r=e%60;return r===0?`${t}h`:`${t}h${r}m`}function gh(e){switch(e){case "on-track":return {text:"text-green-600 dark:text-green-400",bg:"bg-green-50 dark:bg-green-900/20",border:"border-green-200 dark:border-green-800"};case "at-risk":return {text:"text-yellow-600 dark:text-yellow-400",bg:"bg-yellow-50 dark:bg-yellow-900/20",border:"border-yellow-200 dark:border-yellow-800"};case "over-budget":return {text:"text-red-600 dark:text-red-400",bg:"bg-red-50 dark:bg-red-900/20",border:"border-red-200 dark:border-red-800"};case "no-estimate":default:return {text:"text-gray-500 dark:text-gray-400",bg:"bg-gray-50 dark:bg-gray-800/50",border:"border-gray-200 dark:border-gray-700"}}}function fh({className:e}){return jsxRuntime.jsxs("svg",{className:g("w-3 h-3",e),fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:[jsxRuntime.jsx("circle",{cx:"12",cy:"12",r:"10"}),jsxRuntime.jsx("path",{d:"M12 6v6l4 2"})]})}function sc({summary:e,size:t="sm",showEstimate:r=true,onClick:a,className:n}){let s=gh(e.health),o={sm:"text-xs px-1.5 py-0.5 gap-1",md:"text-sm px-2 py-1 gap-1.5",lg:"text-base px-2.5 py-1.5 gap-2"},c={sm:"w-3 h-3",md:"w-3.5 h-3.5",lg:"w-4 h-4"},l=gp(e.loggedMinutes),i=e.estimateMinutes?gp(e.estimateMinutes):null,d=r&&i?`${l} / ${i}`:l;return e.loggedMinutes===0&&!e.estimateMinutes?null:jsxRuntime.jsxs(a?"button":"span",{className:g("inline-flex items-center rounded-full border font-medium","transition-colors duration-150",s.text,s.bg,s.border,o[t],a&&"cursor-pointer hover:opacity-80 focus:outline-none focus:ring-2 focus:ring-offset-1",n),onClick:a,type:a?"button":void 0,children:[jsxRuntime.jsx(fh,{className:c[t]}),jsxRuntime.jsx("span",{children:d})]})}function bh(e){let t=e.trim();if(!t)return null;let r;if(t.startsWith("="))r=t.slice(1).trim();else if(t.startsWith("+")&&/[*\/()]/.test(t))r=t.slice(1).trim();else if(/^\d[\d\s]*[*\/]/.test(t)||/^\(/.test(t))r=t;else return null;if(!r||!/^[\d+\-*/().\s]+$/.test(r)||/[+\-*/]{2,}/.test(r.replace(/\s/g,"").replace(/\*-/g,"X").replace(/\/-/g,"X")))return null;try{let a=new Function(`"use strict"; return (${r});`)();return typeof a!="number"||!isFinite(a)||a<0?null:a}catch{return null}}function Mi(e){let t=bh(e);return t!==null?String(t):e}function bp(e){let r=Mi(e).trim().toLowerCase();if(r.includes(":")){let[o,c]=r.split(":").map(Number);return (o||0)*60+(c||0)}let a=r.match(/(\d+(?:\.\d+)?)\s*h/),n=r.match(/(\d+)\s*m/);if(a||n){let o=a?.[1]?parseFloat(a[1]):0,c=n?.[1]?parseInt(n[1],10):0;return Math.round(o*60)+c}let s=parseFloat(r);return isNaN(s)?0:Math.round(s*60)}function Pi(e){if(e<60)return `${e}m`;let t=Math.floor(e/60),r=e%60;return r===0?`${t}h`:`${t}h ${r}m`}function xh(e){let t=Math.floor(e/3600),r=Math.floor(e%3600/60),a=e%60;return t>0?`${t}:${r.toString().padStart(2,"0")}:${a.toString().padStart(2,"0")}`:`${r}:${a.toString().padStart(2,"0")}`}function vh({className:e}){return jsxRuntime.jsx("svg",{className:e,fill:"currentColor",viewBox:"0 0 24 24",children:jsxRuntime.jsx("path",{d:"M8 5v14l11-7z"})})}function wh({className:e}){return jsxRuntime.jsx("svg",{className:e,fill:"currentColor",viewBox:"0 0 24 24",children:jsxRuntime.jsx("rect",{x:"6",y:"6",width:"12",height:"12",rx:"1"})})}function hp({className:e}){return jsxRuntime.jsx("svg",{className:e,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:jsxRuntime.jsx("path",{d:"M6 18L18 6M6 6l12 12"})})}function kh({className:e}){return jsxRuntime.jsxs("svg",{className:e,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:[jsxRuntime.jsx("circle",{cx:"12",cy:"12",r:"10"}),jsxRuntime.jsx("path",{d:"M12 6v6l4 2"})]})}function ic({taskId:e,summary:t,entries:r=[],isTimerRunning:a=false,timerElapsedSeconds:n=0,onLogTime:s,onUpdateEstimate:o,onStartTimer:c,onStopTimer:l,onDiscardTimer:i,onClose:d,className:u}){let[p,m]=react.useState(""),[f,x]=react.useState(t.estimateMinutes?Pi(t.estimateMinutes):""),[y,b]=react.useState(""),[h,v]=react.useState(false),[w,C]=react.useState(false),S=react.useRef(null);react.useEffect(()=>{S.current?.focus();},[]);let F=async()=>{let P=bp(p);if(!(P<=0||!s)){v(true);try{await s({durationMinutes:P,note:y.trim()||void 0,source:"manual"}),m(""),b("");}finally{v(false);}}},k=async()=>{if(!o)return;let P=f.trim()?bp(f):null;await o(P),C(false);},N=P=>{P.key==="Enter"&&!P.shiftKey&&(P.preventDefault(),F()),P.key==="Escape"&&d?.();};return jsxRuntime.jsxs("div",{className:g("w-72 bg-white dark:bg-gray-800 rounded-lg shadow-xl border border-gray-200 dark:border-gray-700","divide-y divide-gray-100 dark:divide-gray-700",u),children:[jsxRuntime.jsxs("div",{className:"px-3 py-2 flex items-center justify-between",children:[jsxRuntime.jsx("span",{className:"text-sm font-medium text-gray-700 dark:text-gray-200",children:"Time Tracking"}),jsxRuntime.jsx("button",{onClick:d,className:"p-1 rounded hover:bg-gray-100 dark:hover:bg-gray-700 text-gray-400",children:jsxRuntime.jsx(hp,{className:"w-4 h-4"})})]}),jsxRuntime.jsx("div",{className:"px-3 py-2",children:a?jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("div",{className:"flex-1 flex items-center gap-2",children:[jsxRuntime.jsxs("span",{className:"relative flex h-2 w-2",children:[jsxRuntime.jsx("span",{className:"animate-ping absolute inline-flex h-full w-full rounded-full bg-green-400 opacity-75"}),jsxRuntime.jsx("span",{className:"relative inline-flex rounded-full h-2 w-2 bg-green-500"})]}),jsxRuntime.jsx("span",{className:"text-lg font-mono font-medium text-gray-900 dark:text-white",children:xh(n)})]}),jsxRuntime.jsx("button",{onClick:l,className:"p-2 rounded-lg bg-green-500 hover:bg-green-600 text-white",title:"Stop and save",children:jsxRuntime.jsx(wh,{className:"w-4 h-4"})}),jsxRuntime.jsx("button",{onClick:i,className:"p-2 rounded-lg bg-gray-100 dark:bg-gray-700 hover:bg-gray-200 dark:hover:bg-gray-600 text-gray-600 dark:text-gray-300",title:"Discard",children:jsxRuntime.jsx(hp,{className:"w-4 h-4"})})]}):jsxRuntime.jsxs("button",{onClick:c,className:g("w-full flex items-center justify-center gap-2 px-3 py-2 rounded-lg","bg-gray-100 dark:bg-gray-700 hover:bg-gray-200 dark:hover:bg-gray-600","text-gray-700 dark:text-gray-200 font-medium text-sm"),children:[jsxRuntime.jsx(vh,{className:"w-4 h-4"}),"Start Timer"]})}),jsxRuntime.jsxs("div",{className:"px-3 py-2 space-y-2",children:[jsxRuntime.jsxs("div",{className:"flex gap-2",children:[jsxRuntime.jsxs("div",{className:"relative flex-1",children:[jsxRuntime.jsx(kh,{className:"absolute left-2 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-400"}),jsxRuntime.jsx("input",{ref:S,type:"text",value:p,onChange:P=>m(P.target.value),onKeyDown:N,placeholder:"8 (=8h), 2h 30m",className:g("w-full pl-8 pr-3 py-1.5 text-sm rounded-lg","bg-gray-50 dark:bg-gray-700 border border-gray-200 dark:border-gray-600","text-gray-900 dark:text-white placeholder-gray-400","focus:outline-none focus:ring-2 focus:ring-[#00E5CC] focus:border-transparent")})]}),jsxRuntime.jsx("button",{onClick:F,disabled:h||!p.trim(),className:g("px-3 py-1.5 rounded-lg text-sm font-medium","bg-[#00E5CC] hover:bg-[#00C4AE] text-white","disabled:opacity-50 disabled:cursor-not-allowed"),children:"Log"})]}),jsxRuntime.jsx("input",{type:"text",value:y,onChange:P=>b(P.target.value),onKeyDown:N,placeholder:"Note (optional)",className:g("w-full px-3 py-1.5 text-sm rounded-lg","bg-gray-50 dark:bg-gray-700 border border-gray-200 dark:border-gray-600","text-gray-900 dark:text-white placeholder-gray-400","focus:outline-none focus:ring-2 focus:ring-[#00E5CC] focus:border-transparent")})]}),jsxRuntime.jsxs("div",{className:"px-3 py-2",children:[jsxRuntime.jsxs("div",{className:"flex justify-between text-sm",children:[jsxRuntime.jsx("span",{className:"text-gray-500 dark:text-gray-400",children:"Logged"}),jsxRuntime.jsx("span",{className:"font-medium text-gray-900 dark:text-white",children:Pi(t.loggedMinutes)})]}),jsxRuntime.jsxs("div",{className:"flex justify-between text-sm mt-1",children:[jsxRuntime.jsx("span",{className:"text-gray-500 dark:text-gray-400",children:"Estimate"}),w?jsxRuntime.jsx("div",{className:"flex items-center gap-1",children:jsxRuntime.jsx("input",{type:"text",value:f,onChange:P=>x(P.target.value),onKeyDown:P=>{P.key==="Enter"&&k(),P.key==="Escape"&&C(false);},onBlur:k,autoFocus:true,className:"w-16 px-1 py-0.5 text-sm text-right rounded border border-[#00E5CC] bg-transparent focus:outline-none",placeholder:"4h"})}):jsxRuntime.jsx("button",{onClick:()=>C(true),className:"font-medium text-gray-900 dark:text-white hover:text-[#00E5CC]",children:t.estimateMinutes?Pi(t.estimateMinutes):"Set estimate"})]}),t.progressPercent!==null&&jsxRuntime.jsxs("div",{className:"mt-2",children:[jsxRuntime.jsxs("div",{className:"flex justify-between text-xs mb-1",children:[jsxRuntime.jsx("span",{className:"text-gray-500 dark:text-gray-400",children:"Progress"}),jsxRuntime.jsxs("span",{className:g("font-medium",t.health==="on-track"&&"text-green-600",t.health==="at-risk"&&"text-yellow-600",t.health==="over-budget"&&"text-red-600"),children:[t.progressPercent,"%"]})]}),jsxRuntime.jsx("div",{className:"h-1.5 bg-gray-200 dark:bg-gray-700 rounded-full overflow-hidden",children:jsxRuntime.jsx("div",{className:g("h-full transition-all duration-300",t.health==="on-track"&&"bg-green-500",t.health==="at-risk"&&"bg-yellow-500",t.health==="over-budget"&&"bg-red-500"),style:{width:`${Math.min(100,t.progressPercent)}%`}})})]})]}),r.length>0&&jsxRuntime.jsxs("div",{className:"px-3 py-2",children:[jsxRuntime.jsx("div",{className:"text-xs font-medium text-gray-500 dark:text-gray-400 mb-2",children:"Recent Entries"}),jsxRuntime.jsx("div",{className:"space-y-1 max-h-24 overflow-y-auto",children:r.slice(0,3).map(P=>jsxRuntime.jsxs("div",{className:"flex items-center justify-between text-xs text-gray-600 dark:text-gray-300",children:[jsxRuntime.jsx("span",{className:"truncate flex-1",children:P.note||"Time logged"}),jsxRuntime.jsx("span",{className:"font-medium ml-2",children:Pi(P.durationMinutes)})]},P.id))})]})]})}function Sh(e){let r=Mi(e).trim().toLowerCase();if(!r||r==="-")return null;if(r.includes(":")){let[o,c]=r.split(":").map(Number);return (o||0)*60+(c||0)}let a=r.match(/(\d+(?:\.\d+)?)\s*h/),n=r.match(/(\d+)\s*m/);if(a||n){let o=a?.[1]?parseFloat(a[1]):0,c=n?.[1]?parseInt(n[1],10):0;return Math.round(o*60)+c}let s=parseFloat(r);return isNaN(s)?null:Math.round(s*60)}function Eh(e){if(!e||e===0)return "";let t=Math.floor(e/60),r=e%60;return t===0?`${r}m`:r===0?`${t}h`:`${t}h ${r}m`}function xn({mode:e,locale:t,isDark:r,currentValue:a,onSave:n,onClose:s,className:o}){let[c,l]=react.useState(Eh(a)),[i,d]=react.useState(""),[u,p]=react.useState(false),m=react.useRef(null);react.useEffect(()=>{m.current?.focus();},[]);let f=async()=>{p(true);let v=Sh(c);await n(v&&v>0?v:null,i||void 0),p(false);},x=async()=>{p(true),await n(null),p(false);},y=v=>{v.key==="Enter"&&!v.shiftKey&&(v.preventDefault(),f()),v.key==="Escape"&&s();},b={estimate:t==="es"?"Estimaci\xF3n":"Estimate",quoted:t==="es"?"T. Ofertado":"Quoted",log:t==="es"?"Registrar":"Log Time"},h=t==="es";return jsxRuntime.jsxs("div",{className:g("w-56",o),style:{background:r?"rgba(10, 10, 10, 0.95)":"#FFFFFF",border:r?"1px solid rgba(255,255,255,0.10)":"1px solid #E5E7EB",borderRadius:"8px",boxShadow:r?"0 8px 32px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.05)":"0 8px 32px rgba(0,0,0,0.12)",backdropFilter:"blur(16px)"},onClick:v=>v.stopPropagation(),children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between px-3 py-2",style:{borderBottom:r?"1px solid rgba(255,255,255,0.06)":"1px solid #F3F4F6"},children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-1.5",children:[jsxRuntime.jsx(lucideReact.Clock,{className:"w-3 h-3",style:{color:r?"#007FFF":"#00E5CC"}}),jsxRuntime.jsx("span",{className:"font-mono uppercase tracking-wider",style:{fontSize:"10px",fontWeight:600,color:r?"rgba(255,255,255,0.5)":"#6B7280"},children:b[e]})]}),jsxRuntime.jsx("button",{type:"button",onClick:s,className:"p-0.5 rounded transition-colors",style:{color:r?"rgba(255,255,255,0.3)":"#9CA3AF"},children:jsxRuntime.jsx(lucideReact.X,{className:"w-3 h-3"})})]}),jsxRuntime.jsxs("div",{className:"p-3 space-y-2",children:[jsxRuntime.jsx("input",{ref:m,type:"text",value:c,onChange:v=>l(v.target.value),onKeyDown:y,placeholder:"2h 30m",className:"w-full font-mono outline-none",style:{fontSize:"13px",fontWeight:700,padding:"6px 10px",borderRadius:"4px",border:r?"1px solid #333":"1px solid #E5E7EB",background:r?"#1A1A1A":"#F9FAFB",color:r?"#FFFFFF":"#111827"}}),jsxRuntime.jsx("p",{className:"font-mono",style:{fontSize:"9px",color:r?"rgba(255,255,255,0.25)":"#9CA3AF",letterSpacing:"0.02em"},children:"8=8h \xB7 1h 30m \xB7 45m \xB7 =8*9"}),e==="log"&&jsxRuntime.jsx("input",{type:"text",value:i,onChange:v=>d(v.target.value),onKeyDown:y,placeholder:h?"Nota (opcional)":"Note (optional)",className:"w-full outline-none",style:{fontSize:"11px",padding:"5px 10px",borderRadius:"4px",border:r?"1px solid #333":"1px solid #E5E7EB",background:r?"#1A1A1A":"#F9FAFB",color:r?"rgba(255,255,255,0.7)":"#374151"}}),jsxRuntime.jsx("button",{type:"button",onClick:f,disabled:u||!c.trim(),className:"w-full font-mono uppercase tracking-wider transition-all disabled:opacity-30 disabled:cursor-not-allowed",style:{fontSize:"10px",fontWeight:600,padding:"6px 0",borderRadius:"4px",border:r?"1px solid rgba(0, 229, 204,0.3)":"1px solid #00E5CC",background:r?"rgba(0, 229, 204,0.15)":"#00E5CC",color:r?"#007FFF":"#FFFFFF"},children:u?h?"Guardando...":"Saving...":h?"Registrar":"Save"}),a&&e!=="log"&&jsxRuntime.jsx("button",{type:"button",onClick:x,disabled:u,className:"w-full font-mono uppercase tracking-wider transition-colors",style:{fontSize:"9px",padding:"4px 0",color:r?"rgba(255,255,255,0.3)":"#9CA3AF"},children:h?"Quitar":"Clear"})]})]})}function Mh(e){switch(e){case "on-track":return "bg-green-500";case "at-risk":return "bg-yellow-500";case "over-budget":return "bg-red-500";case "no-estimate":default:return "bg-gray-400"}}function Ph(e){switch(e){case "on-track":return "text-green-600 dark:text-green-400";case "at-risk":return "text-yellow-600 dark:text-yellow-400";case "over-budget":return "text-red-600 dark:text-red-400";case "no-estimate":default:return "text-gray-500 dark:text-gray-400"}}function cc({summary:e,showLabel:t=false,size:r="md",className:a}){let n=Mh(e.health),s=Ph(e.health),o={sm:"h-1",md:"h-1.5",lg:"h-2"},c=e.progressPercent??0,l=Math.min(100,c),i=c>100;return e.health==="no-estimate"?jsxRuntime.jsxs("div",{className:g("flex items-center gap-2",a),children:[jsxRuntime.jsx("div",{className:g("flex-1 rounded-full bg-gray-200 dark:bg-gray-700 overflow-hidden",o[r]),children:jsxRuntime.jsx("div",{className:g("h-full w-1/4",n)})}),t&&jsxRuntime.jsx("span",{className:g("text-xs font-medium",s),children:"--"})]}):jsxRuntime.jsxs("div",{className:g("flex items-center gap-2",a),children:[jsxRuntime.jsxs("div",{className:g("flex-1 rounded-full bg-gray-200 dark:bg-gray-700 overflow-hidden relative",o[r]),children:[jsxRuntime.jsx("div",{className:g("h-full transition-all duration-300",n),style:{width:`${l}%`}}),i&&jsxRuntime.jsx("div",{className:"absolute inset-0 bg-red-500",style:{backgroundImage:"repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255,255,255,0.2) 2px, rgba(255,255,255,0.2) 4px)"}})]}),t&&jsxRuntime.jsxs("span",{className:g("text-xs font-medium tabular-nums min-w-[2.5rem] text-right",s),children:[c,"%"]})]})}function qo(e){if(e<1)return `${Math.round(e*60)}s`;let t=Math.round(e);if(t<60)return `${t}m`;let r=Math.floor(t/60),a=t%60;return a===0?`${r}h`:`${r}h ${a}m`}function Lh(e,t){switch(e){case "profitable":return t?"text-green-400":"text-green-600";case "at-cost":return t?"text-[#00E5CC]":"text-[#00C4AE]";case "loss":return t?"text-red-400":"text-red-600";case "no-estimate":return t?"text-gray-500":"text-gray-400"}}function Ah(e,t){switch(e){case "profitable":return t?"bg-green-900/30 border-green-700/50":"bg-green-50 border-green-200";case "at-cost":return t?"bg-[#00A893]/30 border-[#00C4AE]/50":"bg-[#00E5CC]/15 border-[#00E5CC]/15";case "loss":return t?"bg-red-900/30 border-red-700/50":"bg-red-50 border-red-200";case "no-estimate":return t?"bg-gray-800/50 border-gray-700":"bg-gray-50 border-gray-200"}}function Ih(e,t){if(t==="es")switch(e){case "profitable":return "Rentable";case "at-cost":return "En costo";case "loss":return "P\xE9rdida";case "no-estimate":return "Sin oferta"}switch(e){case "profitable":return "Profitable";case "at-cost":return "At Cost";case "loss":return "Loss";case "no-estimate":return "No Estimate"}}function Rh({summary:e,locale:t,isDark:r}){let a=e.totalVarianceMinutes>0,n=a?r?"text-green-400":"text-green-600":e.totalVarianceMinutes<0?r?"text-red-400":"text-red-600":r?"text-gray-400":"text-gray-600",s=r?"bg-[#1A1D25]":"bg-white",o=r?"border-white/5":"border-gray-200",c=r?"text-[#9CA3AF]":"text-gray-500",l=r?"text-[#E5E7EB]":"text-gray-900";return jsxRuntime.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-4 mb-6",children:[jsxRuntime.jsxs("div",{className:g("p-4 rounded-lg border",s,o),children:[jsxRuntime.jsx("div",{className:g("text-sm font-medium mb-1",c),children:t==="es"?"Variaci\xF3n Total":"Total Variance"}),jsxRuntime.jsxs("div",{className:g("text-2xl font-bold",n),children:[a?"+":"",qo(Math.abs(e.totalVarianceMinutes))]}),jsxRuntime.jsxs("div",{className:g("text-xs mt-1",c),children:[e.avgVariancePercent>0?"+":"",e.avgVariancePercent,"%"]})]}),jsxRuntime.jsxs("div",{className:g("p-4 rounded-lg border",s,o),children:[jsxRuntime.jsx("div",{className:g("text-sm font-medium mb-2",c),children:t==="es"?"Distribuci\xF3n":"Distribution"}),jsxRuntime.jsxs("div",{className:"space-y-1 text-sm",children:[jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{className:r?"text-green-400":"text-green-600",children:t==="es"?"Rentables":"Profitable"}),jsxRuntime.jsx("span",{className:g("font-medium",l),children:e.profitableTasksCount})]}),jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{className:r?"text-[#00E5CC]":"text-[#00C4AE]",children:t==="es"?"En costo":"At Cost"}),jsxRuntime.jsx("span",{className:g("font-medium",l),children:e.atCostTasksCount})]}),jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{className:r?"text-red-400":"text-red-600",children:t==="es"?"P\xE9rdidas":"Loss"}),jsxRuntime.jsx("span",{className:g("font-medium",l),children:e.lossTasksCount})]})]})]}),jsxRuntime.jsxs("div",{className:g("p-4 rounded-lg border",s,o),children:[jsxRuntime.jsx("div",{className:g("text-sm font-medium mb-2",c),children:t==="es"?"Tiempos":"Time Summary"}),jsxRuntime.jsxs("div",{className:"space-y-1 text-sm",children:[jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{className:c,children:t==="es"?"Ofertado":"Sold"}),jsxRuntime.jsx("span",{className:g("font-medium",l),children:qo(e.totalSoldMinutes)})]}),jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{className:c,children:t==="es"?"Trabajado":"Logged"}),jsxRuntime.jsx("span",{className:g("font-medium",l),children:qo(e.totalLoggedMinutes)})]}),jsxRuntime.jsxs("div",{className:g("flex justify-between pt-1 border-t",o),children:[jsxRuntime.jsx("span",{className:c,children:t==="es"?"Tareas":"Tasks"}),jsxRuntime.jsx("span",{className:g("font-medium",l),children:e.totalTasksWithEstimate})]})]})]})]})}function Bh({task:e,locale:t,isDark:r,onClick:a}){let n=e.varianceMinutes!==null?e.varianceMinutes>0?"+":e.varianceMinutes<0?"-":"":"",s=r?"border-white/5":"border-gray-200",o=r?"text-[#E5E7EB]":"text-gray-900",c=r?"text-[#9CA3AF]":"text-gray-500";return jsxRuntime.jsxs("tr",{className:g("border-b",s,a&&g("cursor-pointer",r?"hover:bg-white/5":"hover:bg-gray-50")),onClick:()=>a?.(e.taskId),children:[jsxRuntime.jsxs("td",{className:"px-4 py-3",children:[jsxRuntime.jsx("div",{className:g("font-medium",o),children:e.taskName}),e.projectName&&jsxRuntime.jsx("div",{className:g("text-xs mt-1",c),children:e.projectName})]}),jsxRuntime.jsx("td",{className:"px-4 py-3 text-sm text-center",children:e.soldEffortMinutes?qo(e.soldEffortMinutes):"-"}),jsxRuntime.jsx("td",{className:"px-4 py-3 text-sm text-center",children:qo(e.loggedMinutes)}),jsxRuntime.jsx("td",{className:"px-4 py-3 text-sm text-center",children:e.varianceMinutes!==null?jsxRuntime.jsxs("span",{className:g("font-medium",e.varianceMinutes>0?r?"text-green-400":"text-green-600":e.varianceMinutes<0?r?"text-red-400":"text-red-600":c),children:[n,qo(Math.abs(e.varianceMinutes))]}):"-"}),jsxRuntime.jsx("td",{className:"px-4 py-3 text-sm text-center",children:e.variancePercent!==null?jsxRuntime.jsxs("span",{className:g("font-medium",e.variancePercent>0?r?"text-green-400":"text-green-600":e.variancePercent<0?r?"text-red-400":"text-red-600":c),children:[n,Math.abs(e.variancePercent),"%"]}):"-"}),jsxRuntime.jsx("td",{className:"px-4 py-3 text-center",children:jsxRuntime.jsx("span",{className:g("inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium border",Ah(e.status,r),Lh(e.status,r)),children:Ih(e.status,t)})})]})}function dc({report:e,isLoading:t=false,locale:r="en",theme:a="light",className:n,onTaskClick:s}){let o=a==="dark",c=o?"bg-[#050505]":"bg-gray-50",l=o?"bg-[#0A0A0A]":"bg-white",i=o?"border-white/[0.08]":"border-gray-200",d=o?"text-white/[0.92]":"text-gray-900",u=o?"text-white/[0.60]":"text-gray-500",p=o?"bg-[#050505]/50":"bg-gray-50",m=react.useMemo(()=>e?[...e.tasks].sort((f,x)=>f.varianceMinutes===null?1:x.varianceMinutes===null?-1:x.varianceMinutes-f.varianceMinutes):[],[e]);return t?jsxRuntime.jsx("div",{className:g("p-8 text-center",u,n),children:r==="es"?"Cargando reporte...":"Loading report..."}):!e||e.tasks.length===0?jsxRuntime.jsx("div",{className:g("p-8 text-center",u,n),children:r==="es"?"No hay datos de rentabilidad disponibles":"No profitability data available"}):jsxRuntime.jsxs("div",{className:g("space-y-6 p-6",c,n),children:[jsxRuntime.jsx("div",{className:"flex items-center justify-between",children:jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("h2",{className:g("text-2xl font-bold",d),children:r==="es"?"Reporte de Rentabilidad":"Profitability Report"}),jsxRuntime.jsx("p",{className:g("text-sm mt-1",u),children:r==="es"?"An\xE1lisis de tiempo ofertado vs tiempo trabajado":"Analysis of sold effort vs actual time logged"})]})}),jsxRuntime.jsx(Rh,{summary:e.summary,locale:r,isDark:o}),jsxRuntime.jsx("div",{className:g("rounded-lg border overflow-hidden",l,i),children:jsxRuntime.jsx("div",{className:"overflow-x-auto",children:jsxRuntime.jsxs("table",{className:"min-w-full divide-y divide-gray-200 dark:divide-white/5",children:[jsxRuntime.jsx("thead",{className:p,children:jsxRuntime.jsxs("tr",{children:[jsxRuntime.jsx("th",{className:g("px-4 py-3 text-left text-xs font-medium uppercase tracking-wider",u),children:r==="es"?"Tarea":"Task"}),jsxRuntime.jsx("th",{className:g("px-4 py-3 text-center text-xs font-medium uppercase tracking-wider",u),children:r==="es"?"Ofertado":"Sold"}),jsxRuntime.jsx("th",{className:g("px-4 py-3 text-center text-xs font-medium uppercase tracking-wider",u),children:r==="es"?"Trabajado":"Logged"}),jsxRuntime.jsx("th",{className:g("px-4 py-3 text-center text-xs font-medium uppercase tracking-wider",u),children:r==="es"?"Variaci\xF3n":"Variance"}),jsxRuntime.jsx("th",{className:g("px-4 py-3 text-center text-xs font-medium uppercase tracking-wider",u),children:"%"}),jsxRuntime.jsx("th",{className:g("px-4 py-3 text-center text-xs font-medium uppercase tracking-wider",u),children:r==="es"?"Estado":"Status"})]})}),jsxRuntime.jsx("tbody",{className:g("divide-y",i),children:m.map(f=>jsxRuntime.jsx(Bh,{task:f,locale:r,isDark:o,onClick:s},f.taskId))})]})})}),jsxRuntime.jsx("div",{className:g("text-xs text-center",u),children:r==="es"?jsxRuntime.jsx(jsxRuntime.Fragment,{children:"Rentable: variaci\xF3n > +5% | En costo: \xB15% | P\xE9rdida: variaci\xF3n < -5%"}):jsxRuntime.jsx(jsxRuntime.Fragment,{children:"Profitable: variance > +5% | At cost: \xB15% | Loss: variance < -5%"})})]})}function Yo(e){if(e<60)return `${e}m`;let t=Math.floor(e/60),r=e%60;return r===0?`${t}h`:`${t}h ${r}m`}function Xh(e){let t=Math.floor(e/3600),r=Math.floor(e%3600/60),a=e%60;return t>0?`${t.toString().padStart(2,"0")}:${r.toString().padStart(2,"0")}:${a.toString().padStart(2,"0")}`:`${r.toString().padStart(2,"0")}:${a.toString().padStart(2,"0")}`}function Sp(e,t=[]){if("title"in e&&!("name"in e)){let r=e,a=(r.assignedUserIds||[]).map(n=>{let s=t.find(o=>o.id===n);return s||null}).filter(n=>n!==null);return {id:r.id,name:r.title,startDate:r.startDate?new Date(r.startDate):void 0,endDate:r.endDate?new Date(r.endDate):void 0,progress:r.progress||0,status:r.columnId,priority:r.priority?.toLowerCase(),assignees:a,dependencies:Array.isArray(r.dependencies)?r.dependencies.map(n=>typeof n=="string"?n:n.taskId):[],tags:r.tags,subtasks:r.subtasks?.map(n=>({id:n.id,name:n.title,progress:n.completed?100:0,startDate:new Date,endDate:new Date})),color:r.color,description:r.description,effortMinutes:r.effortMinutes,timeLoggedMinutes:r.timeLoggedMinutes,soldEffortMinutes:r.soldEffortMinutes}}return e}function Jh(e,t){return {...t,title:e.name,startDate:e.startDate,endDate:e.endDate,progress:e.progress,priority:e.priority?.toUpperCase(),tags:e.tags,description:e.description,color:e.color,columnId:e.status,assignedUserIds:t.assignedUserIds,dependencies:e.dependencies}}function No({task:e,isOpen:t,onClose:r,onTaskUpdate:a,onCardUpdate:n,theme:s="dark",locale:o="es",availableUsers:c=[],availableTags:l=[],onCreateTag:i,attachments:d=[],onUploadAttachments:u,onDeleteAttachment:p,availableTasks:m=[],comments:f=[],onAddComment:x,currentUser:y,mentionableUsers:b=[],onUploadCommentAttachments:h,enableTimeTracking:v=false,timeTrackingSummary:w,timeEntries:C=[],isTimerRunning:S=false,timerElapsedSeconds:F=0,onTimeLog:k,onEstimateUpdate:N,onSoldEffortUpdate:P,onTimerStart:T,onTimerStop:Y,onTimerDiscard:H,blurFinancials:ee=false}){let I=s==="dark",K={textTertiary:I?"#6B7280":"#9CA3AF",textSecondary:I?"#9CA3AF":"#6B7280",textPrimary:I?"#FFFFFF":"#111827",borderLight:I?"rgba(255,255,255,0.1)":"rgba(0,0,0,0.1)",border:I?"rgba(255,255,255,0.1)":"rgba(0,0,0,0.1)",bgPrimary:I?"#1A1D25":"#FFFFFF",bgSecondary:I?"#0A0A0A":"#F9FAFB",hoverBg:I?"rgba(255,255,255,0.05)":"rgba(0,0,0,0.05)"},j=e&&"title"in e&&!("name"in e),W=e,[$,ve]=react.useState(e?Sp(e,c):null),[We,Pe]=react.useState(false),[be,ye]=react.useState(false),[fe,ze]=react.useState(false),[Ce,Ae]=react.useState(null),[Me,qe]=react.useState(new Date),[de,et]=react.useState(false),[Re,Be]=react.useState(false),[Nt,bt]=react.useState(""),[Oe,Ie]=react.useState(false),[st,kt]=react.useState(false),[$e,He]=react.useState(false),[L,oe]=react.useState(false),[B,_]=react.useState(""),U=react.useRef(null),J=react.useRef(null),[De,pe]=react.useState(""),rt=react.useRef(null),[tt,Qe]=react.useState(""),[Ht,pt]=react.useState(false),[qt,Ut]=react.useState([]),[ur,br]=react.useState(""),[da,Yt]=react.useState(false),hr=react.useRef(null);react.useEffect(()=>{if(console.log("\u{1F4E5} TaskDetailModal useEffect - task received:",{isOpen:t,taskId:e?.id,taskName:e?.name,soldEffortMinutes:e?.soldEffortMinutes,quotedMinutes:e?.quotedMinutes,effortMinutes:e?.effortMinutes,timeLoggedMinutes:e?.timeLoggedMinutes,fullTask:e}),e&&t){let M=Sp(e,c);console.log("\u{1F4E5} After normalizeToTask:",{taskId:M?.id,taskName:M?.name,soldEffortMinutes:M?.soldEffortMinutes,quotedMinutes:M?.quotedMinutes,effortMinutes:M?.effortMinutes,timeLoggedMinutes:M?.timeLoggedMinutes}),ve(M),_(M.description||""),pe(M.name||"");}},[e?.id,e?.quotedMinutes,c,t]),react.useEffect(()=>{if(!t||!B)return;let M=setTimeout(()=>{let R=J.current;R&&(R.style.height="auto",R.style.height=`${Math.max(100,R.scrollHeight)}px`);},50);return ()=>clearTimeout(M)},[t,B]),react.useEffect(()=>()=>{U.current&&clearTimeout(U.current),rt.current&&clearTimeout(rt.current);},[]),react.useEffect(()=>{t&&hr.current&&f.length>0&&setTimeout(()=>{hr.current&&(hr.current.scrollTop=hr.current.scrollHeight);},100);},[t,f.length]);let Ft=react.useCallback(M=>{ve(M),j&&n&&W?n(Jh(M,W)):a&&a(M);},[j,W,n,a]),jr=react.useCallback(()=>{Pe(false),ye(false),ze(false),Ae(null),Be(false),bt(""),Ie(false);},[]),Wt=react.useCallback((M,R)=>{if(!$)return;let q={...$,[M]:R};Ft(q);},[$,Ft]),nr=react.useCallback(()=>{let M=J.current;M&&(M.style.height="auto",M.style.height=`${Math.max(100,M.scrollHeight)}px`);},[]),_r=react.useCallback(M=>{_(M),setTimeout(nr,0),U.current&&clearTimeout(U.current),U.current=setTimeout(()=>{if($){let R={...$,description:M};Ft(R);}},800);},[$,Ft,nr]),Dr=react.useCallback(M=>{pe(M),rt.current&&clearTimeout(rt.current),rt.current=setTimeout(()=>{if($&&M.trim()){let R={...$,name:M.trim()};Ft(R);}},800);},[$,Ft]),ot=react.useCallback(M=>{let R=M.map(q=>{let xe={id:`pending-${Date.now()}-${Math.random().toString(36).slice(2)}`,file:q};return q.type.startsWith("image/")&&(xe.preview=URL.createObjectURL(q)),xe});Ut(q=>[...q,...R]);},[]),_e=react.useCallback(M=>{Ut(R=>{let q=R.find(xe=>xe.id===M);return q?.preview&&URL.revokeObjectURL(q.preview),R.filter(xe=>xe.id!==M)});},[]),ua=react.useCallback(async()=>{if(!(!$||!tt.trim()&&qt.length===0||!x)){pt(true);try{let M=cp(tt,b),R=[];if(qt.length>0&&h){let q=qt.map(xe=>xe.file);R=await h(q);}await x($.id,tt.trim(),M.length>0?M:void 0,R.length>0?R:void 0),Qe(""),qt.forEach(q=>{q.preview&&URL.revokeObjectURL(q.preview);}),Ut([]);}finally{pt(false);}}},[$,tt,qt,x,b,h]),jt=react.useCallback(()=>{if(!$||!ur.trim())return;let M=$.subtasks||[],R={id:`subtask-${Date.now()}-${Math.random().toString(36).slice(2)}`,name:ur.trim(),progress:0,startDate:new Date,endDate:new Date,position:M.length},q=[...M,R],xe={...$,subtasks:q};Ft(xe),br(""),Yt(false);},[$,ur,Ft]),oa=react.useCallback(M=>{if(!$?.subtasks)return;let R=$.subtasks.map(xe=>xe.id===M?{...xe,progress:xe.progress===100?0:100}:xe),q={...$,subtasks:R};Ft(q);},[$,Ft]),se=react.useCallback(M=>{if(!$?.subtasks)return;let R=$.subtasks.filter(xe=>xe.id!==M),q={...$,subtasks:R};Ft(q);},[$,Ft]),me=react.useCallback(M=>{let R=typeof M=="string"?new Date(M):M,xe=new Date().getTime()-R.getTime(),re=Math.floor(xe/6e4),Ze=Math.floor(xe/36e5),Ye=Math.floor(xe/864e5);return re<1?o==="es"?"Ahora":"Just now":re<60?o==="es"?`Hace ${re} min`:`${re}m ago`:Ze<24?o==="es"?`Hace ${Ze}h`:`${Ze}h ago`:Ye<7?o==="es"?`Hace ${Ye}d`:`${Ye}d ago`:R.toLocaleDateString(o==="es"?"es-ES":"en-US",{month:"short",day:"numeric"})},[o]),mt=react.useCallback(M=>{if(!$)return;let R=$.progress||0;M==="completed"?R=100:M==="in-progress"&&R===0?R=10:M==="todo"&&(R=0);let q={...$,status:M,progress:R};Ft(q),Pe(false);},[$,Ft]),Xe=react.useCallback((M,R)=>{if(!$)return;let q={...$,startDate:M,endDate:R};Ft(q);},[$,Ft]),it=react.useCallback(()=>{let M=Me.getFullYear(),R=Me.getMonth(),q=new Date(M,R,1),re=new Date(M,R+1,0).getDate(),Ze=q.getDay(),Ye=[],Rt=new Date(M,R,0).getDate();for(let Bt=Ze-1;Bt>=0;Bt--)Ye.push({date:new Date(M,R-1,Rt-Bt),isCurrentMonth:false});for(let Bt=1;Bt<=re;Bt++)Ye.push({date:new Date(M,R,Bt),isCurrentMonth:true});let Lt=42-Ye.length;for(let Bt=1;Bt<=Lt;Bt++)Ye.push({date:new Date(M,R+1,Bt),isCurrentMonth:false});return Ye},[Me]),V=react.useCallback(async M=>{if(M.preventDefault(),M.stopPropagation(),He(false),!$||!u)return;let R=Array.from(M.dataTransfer.files);if(R.length!==0){oe(true);try{await u($.id,R);}finally{oe(false);}}},[$,u]),ce=react.useCallback(async M=>{if(!$||!u||!M.target.files)return;let R=Array.from(M.target.files);if(R.length!==0){oe(true);try{await u($.id,R);}finally{oe(false);}M.target.value="";}},[$,u]),Q=react.useCallback(M=>{M.preventDefault(),M.stopPropagation(),He(true);},[]),O=react.useCallback(M=>{M.preventDefault(),M.stopPropagation(),He(false);},[]),te=react.useCallback(M=>M<1024?`${M} B`:M<1024*1024?`${(M/1024).toFixed(1)} KB`:`${(M/(1024*1024)).toFixed(1)} MB`,[]),we=react.useCallback(M=>M.startsWith("image/")?lucideReact.Image:M.includes("pdf")||M.includes("document")?lucideReact.FileText:lucideReact.File,[]);return !t||!$?null:jsxRuntime.jsx(framerMotion.AnimatePresence,{children:t&&$&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},onClick:r,className:"fixed inset-0 bg-black/50 z-40"}),jsxRuntime.jsxs(framerMotion.motion.div,{initial:{opacity:0,scale:.98},animate:{opacity:1,scale:1},exit:{opacity:0,scale:.98},className:g("fixed inset-4 md:inset-8 lg:inset-12 rounded-xl shadow-2xl z-50 flex overflow-hidden",I?"bg-[#1A1D25]":"bg-white"),children:[jsxRuntime.jsxs("div",{className:"flex-1 flex flex-col overflow-hidden",children:[jsxRuntime.jsxs("div",{className:g("px-6 py-3 border-b flex items-center gap-3 h-[49px]",I?"border-white/10":"border-gray-200"),children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx(lucideReact.Circle,{className:g("w-4 h-4",I?"text-[#9CA3AF]":"text-gray-500")}),jsxRuntime.jsxs("span",{className:g("text-xs px-2 py-0.5 rounded",I?"bg-white/10 text-[#9CA3AF]":"bg-gray-100 text-gray-600"),children:[o==="es"?"Tarea":"Task"," \u2228"]}),jsxRuntime.jsx("span",{className:g("text-xs font-mono",I?"text-[#6B7280]":"text-gray-400"),children:$.id.slice(0,8)})]}),jsxRuntime.jsx("div",{className:"flex-1"})]}),jsxRuntime.jsx("div",{className:"px-6 py-4",children:jsxRuntime.jsxs("div",{className:"flex items-start gap-3",children:[jsxRuntime.jsx("button",{onClick:()=>{let M=$.progress===100?0:100,q={...$,progress:M,status:M===100?"completed":"todo"};Ft(q);},className:g("mt-2 w-5 h-5 rounded-full border-2 flex items-center justify-center transition-colors flex-shrink-0",$.progress===100?"bg-green-500 border-green-500":I?"border-white/30 hover:border-white/50":"border-gray-300 hover:border-gray-400"),children:$.progress===100&&jsxRuntime.jsx(lucideReact.CheckCircle2,{className:"w-3 h-3 text-white"})}),jsxRuntime.jsx("input",{type:"text",value:De,onChange:M=>Dr(M.target.value),placeholder:o==="es"?"Nombre de la tarea...":"Task name...",className:g("text-xl font-semibold flex-1 bg-transparent outline-none border-none px-0 py-0","focus:ring-0 focus:outline-none",$.progress===100?"line-through text-[#6B7280]":I?"text-white placeholder:text-[#6B7280]":"text-gray-900 placeholder:text-gray-400")})]})}),jsxRuntime.jsxs("div",{className:"px-6 pb-6 flex-1 overflow-y-auto overflow-x-visible",children:[jsxRuntime.jsxs("div",{className:"grid grid-cols-2 gap-x-12 gap-y-5",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-3 relative",children:[jsxRuntime.jsx(lucideReact.CheckCircle2,{className:g("w-4 h-4",I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm w-28 truncate flex-shrink-0",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Estado":"Status"}),jsxRuntime.jsx("button",{onClick:()=>{jr(),Pe(!We);},className:g("text-xs px-2 py-1 rounded font-medium cursor-pointer transition-all hover:ring-2 hover:ring-white/20",$.progress===100||$.status==="completed"?"bg-green-500/20 text-green-400":$.progress&&$.progress>0||$.status==="in-progress"?"bg-[#00E5CC]/20 text-[#00E5CC]":I?"bg-white/10 text-white":"bg-gray-100 text-gray-700"),children:$.progress===100||$.status==="completed"?o==="es"?"COMPLETADO":"DONE":$.progress&&$.progress>0||$.status==="in-progress"?o==="es"?"EN PROGRESO":"IN PROGRESS":o==="es"?"POR HACER":"TO DO"}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:We&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 z-40",onClick:()=>Pe(false)}),jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:-5},animate:{opacity:1,y:0},exit:{opacity:0,y:-5},className:g("absolute left-32 top-full mt-1 z-50 rounded-lg shadow-xl overflow-hidden min-w-[140px]",I?"bg-[#1A1D25] border border-white/10":"bg-white border border-gray-200"),children:[{id:"todo",label:o==="es"?"Por hacer":"To Do",color:"bg-gray-400"},{id:"in-progress",label:o==="es"?"En progreso":"In Progress",color:"bg-[#00E5CC]"},{id:"completed",label:o==="es"?"Completado":"Done",color:"bg-green-500"}].map(M=>jsxRuntime.jsxs("button",{onClick:()=>mt(M.id),className:g("w-full flex items-center gap-2 px-3 py-2 text-sm transition-colors text-left",I?"hover:bg-white/5":"hover:bg-gray-50",$.status===M.id&&(I?"bg-white/5":"bg-gray-50")),children:[jsxRuntime.jsx("span",{className:g("w-2 h-2 rounded-full",M.color)}),jsxRuntime.jsx("span",{className:I?"text-white":"text-gray-900",children:M.label})]},M.id))})]})})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3 relative",children:[jsxRuntime.jsx(lucideReact.User,{className:g("w-4 h-4",I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm w-28 truncate flex-shrink-0",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Asignados":"Assignees"}),jsxRuntime.jsxs("button",{onClick:()=>{jr(),ze(!fe);},className:g("flex items-center gap-2 px-3 py-1.5 rounded-lg text-sm transition-colors",I?"bg-white/5 hover:bg-white/10":"bg-gray-100 hover:bg-gray-200"),children:[$.assignees&&$.assignees.length>0?jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[$.assignees.slice(0,3).map((M,R)=>jsxRuntime.jsx("div",{className:"w-6 h-6 rounded-full flex items-center justify-center text-white text-xs font-medium",style:{backgroundColor:M.color||"#8B5CF6"},title:M.name,children:M.initials||M.name.slice(0,2).toUpperCase()},R)),$.assignees.length>3&&jsxRuntime.jsxs("span",{className:g("text-xs",I?"text-[#6B7280]":"text-gray-400"),children:["+",$.assignees.length-3]})]}):jsxRuntime.jsx("span",{className:g("text-sm",I?"text-[#6B7280]":"text-gray-400"),children:o==="es"?"Agregar":"Add"}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:g("w-3 h-3",I?"text-[#6B7280]":"text-gray-400")})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:fe&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 z-40",onClick:()=>ze(false)}),jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:-5},animate:{opacity:1,y:0},exit:{opacity:0,y:-5},className:g("absolute left-32 top-full mt-1 z-50 rounded-lg shadow-xl overflow-hidden min-w-[200px] max-h-[280px] overflow-y-auto",I?"bg-[#1A1D25] border border-white/10":"bg-white border border-gray-200"),children:c.length>0?c.map(M=>{let R=$.assignees?.some(q=>q.name===M.name);return jsxRuntime.jsxs("button",{onClick:()=>{let q=$.assignees||[],xe;R?xe=q.filter(re=>re.name!==M.name):xe=[...q,M],Wt("assignees",xe);},className:g("w-full flex items-center gap-3 px-3 py-2 text-sm transition-colors text-left",I?"hover:bg-white/5":"hover:bg-gray-50",R&&(I?"bg-white/5":"bg-gray-50")),children:[jsxRuntime.jsx("div",{className:"w-7 h-7 rounded-full flex items-center justify-center text-white text-xs font-medium flex-shrink-0",style:{backgroundColor:M.color||"#8B5CF6"},children:M.initials||M.name.slice(0,2).toUpperCase()}),jsxRuntime.jsx("span",{className:g("flex-1",I?"text-white":"text-gray-900"),children:M.name}),R&&jsxRuntime.jsx(lucideReact.Check,{className:"w-4 h-4 text-green-500"})]},M.name)}):jsxRuntime.jsx("div",{className:g("px-3 py-4 text-sm text-center",I?"text-[#6B7280]":"text-gray-500"),children:o==="es"?"No hay usuarios disponibles":"No users available"})})]})})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3 relative",children:[jsxRuntime.jsx(lucideReact.CalendarDays,{className:g("w-4 h-4",I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm w-28 truncate flex-shrink-0",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Fechas":"Dates"}),jsxRuntime.jsxs("button",{onClick:()=>{Ae(Ce?null:"start"),qe($.startDate||new Date);},className:g("flex items-center gap-2 px-3 py-1.5 rounded-lg text-sm transition-colors",I?"bg-white/5 hover:bg-white/10 text-white":"bg-gray-100 hover:bg-gray-200 text-gray-900"),children:[$.startDate?.toLocaleDateString(o==="es"?"es-ES":"en-US",{month:"short",day:"numeric"})||(o==="es"?"Inicio":"Start"),jsxRuntime.jsx("span",{className:g("mx-1",I?"text-[#6B7280]":"text-gray-400"),children:"\u2192"}),$.endDate?.toLocaleDateString(o==="es"?"es-ES":"en-US",{month:"short",day:"numeric"})||(o==="es"?"Fin":"End")]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:Ce&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 z-40",onClick:()=>Ae(null)}),jsxRuntime.jsxs(framerMotion.motion.div,{initial:{opacity:0,y:-10},animate:{opacity:1,y:0},exit:{opacity:0,y:-10},className:g("absolute left-0 top-full mt-2 z-50 rounded-xl shadow-2xl overflow-hidden flex",I?"bg-[#1A1D25] border border-white/10":"bg-white border border-gray-200"),onClick:M=>M.stopPropagation(),children:[jsxRuntime.jsxs("div",{className:g("w-44 py-2 border-r",I?"border-white/10":"border-gray-200"),children:[(()=>{let M=new Date,R=new Date(M);R.setDate(M.getDate()+1);let q=new Date(M);q.setDate(M.getDate()+((6-M.getDay()+7)%7||7));let xe=new Date(M);xe.setDate(M.getDate()+((1-M.getDay()+7)%7||7));let re=new Date(M);re.setDate(M.getDate()+(6-M.getDay()+7)%7+7);let Ze=new Date(M);Ze.setDate(M.getDate()+14);let Ye=new Date(M);return Ye.setDate(M.getDate()+28),[{label:o==="es"?"Hoy":"Today",date:M,display:M.toLocaleDateString(o==="es"?"es-ES":"en-US",{weekday:"short"}).slice(0,3)+"."},{label:o==="es"?"Ma\xF1ana":"Tomorrow",date:R,display:R.toLocaleDateString(o==="es"?"es-ES":"en-US",{weekday:"short"}).slice(0,3)+"."},{label:o==="es"?"Este fin de semana":"This weekend",date:q,display:o==="es"?"s\xE1b.":"sat."},{label:o==="es"?"Pr\xF3xima semana":"Next week",date:xe,display:o==="es"?"lun.":"mon."},{label:o==="es"?"Pr\xF3ximo fin de semana":"Next weekend",date:re,display:re.toLocaleDateString(o==="es"?"es-ES":"en-US",{day:"numeric",month:"short"})},{label:o==="es"?"2 semanas":"2 weeks",date:Ze,display:Ze.toLocaleDateString(o==="es"?"es-ES":"en-US",{day:"numeric",month:"short"})},{label:o==="es"?"4 semanas":"4 weeks",date:Ye,display:Ye.toLocaleDateString(o==="es"?"es-ES":"en-US",{day:"numeric",month:"short"})}].map((Lt,Bt)=>jsxRuntime.jsxs("button",{className:g("w-full flex items-center justify-between px-3 py-2 text-sm transition-colors",I?"hover:bg-white/5 text-white":"hover:bg-gray-50 text-gray-900"),onClick:()=>{if(Ce==="start"){let or=$.endDate&&Lt.date>$.endDate?Lt.date:$.endDate;Xe(Lt.date,or),Ae("end");}else {let or=$.startDate&&Lt.date<$.startDate?Lt.date:$.startDate;Xe(or,Lt.date),Ae(null);}},children:[jsxRuntime.jsx("span",{children:Lt.label}),jsxRuntime.jsx("span",{className:g("text-xs",I?"text-[#6B7280]":"text-gray-400"),children:Lt.display})]},Bt))})(),jsxRuntime.jsx("div",{className:g("border-t mt-2 pt-2",I?"border-white/10":"border-gray-200"),children:jsxRuntime.jsxs("button",{onClick:()=>{Xe(void 0,void 0),Ae(null);},className:g("w-full flex items-center justify-between px-3 py-2 text-sm transition-colors",I?"hover:bg-white/5 text-red-400":"hover:bg-gray-50 text-red-500"),children:[jsxRuntime.jsx("span",{children:o==="es"?"Quitar fechas":"Clear dates"}),jsxRuntime.jsx(lucideReact.X,{className:"w-4 h-4 opacity-50"})]})})]}),jsxRuntime.jsxs("div",{className:"p-4",children:[jsxRuntime.jsx("div",{className:g("text-xs mb-3 px-2 py-1 rounded",I?"bg-white/5 text-[#9CA3AF]":"bg-gray-100 text-gray-600"),children:Ce==="start"?o==="es"?"\u{1F4C5} Selecciona fecha de inicio":"\u{1F4C5} Select start date":o==="es"?"\u{1F4C5} Selecciona fecha de fin":"\u{1F4C5} Select end date"}),jsxRuntime.jsxs("div",{className:"flex items-center justify-between mb-4",children:[jsxRuntime.jsx("span",{className:g("font-medium",I?"text-white":"text-gray-900"),children:Me.toLocaleDateString(o==="es"?"es-ES":"en-US",{month:"long",year:"numeric"})}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[jsxRuntime.jsx("button",{onClick:()=>qe(new Date),className:g("p-1 rounded text-sm transition-colors",I?"hover:bg-white/10 text-white":"hover:bg-gray-100 text-gray-700"),children:o==="es"?"Hoy":"Today"}),jsxRuntime.jsx("button",{onClick:()=>qe(new Date(Me.getFullYear(),Me.getMonth()-1)),className:g("p-1 rounded",I?"hover:bg-white/10":"hover:bg-gray-100"),children:jsxRuntime.jsx("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:jsxRuntime.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M15 19l-7-7 7-7"})})}),jsxRuntime.jsx("button",{onClick:()=>qe(new Date(Me.getFullYear(),Me.getMonth()+1)),className:g("p-1 rounded",I?"hover:bg-white/10":"hover:bg-gray-100"),children:jsxRuntime.jsx("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:jsxRuntime.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 5l7 7-7 7"})})})]})]}),jsxRuntime.jsx("div",{className:"grid grid-cols-7 gap-1 mb-2",children:(o==="es"?["do","lu","ma","mi","ju","vi","s\xE1"]:["su","mo","tu","we","th","fr","sa"]).map(M=>jsxRuntime.jsx("div",{className:g("w-8 h-8 flex items-center justify-center text-xs",I?"text-[#6B7280]":"text-gray-400"),children:M},M))}),jsxRuntime.jsx("div",{className:"grid grid-cols-7 gap-1",children:it().map((M,R)=>{let q=M.date.toDateString()===new Date().toDateString(),xe=$.startDate?.toDateString()===M.date.toDateString(),re=$.endDate?.toDateString()===M.date.toDateString(),Ze=xe||re,Ye=$.startDate&&$.endDate&&M.date>=$.startDate&&M.date<=$.endDate;return jsxRuntime.jsx("button",{onClick:()=>{let Rt=new Date(M.date);if(Ce==="start"){let Lt=$.endDate&&Rt>$.endDate?Rt:$.endDate;Xe(Rt,Lt),Ae("end");}else {let Lt=$.startDate&&Rt<$.startDate?Rt:$.startDate;Xe(Lt,Rt),Ae(null);}},className:g("w-8 h-8 rounded-full flex items-center justify-center text-sm transition-colors",!M.isCurrentMonth&&(I?"text-[#4B5563]":"text-gray-300"),M.isCurrentMonth&&(I?"text-white":"text-gray-900"),q&&"ring-2 ring-[#00E5CC]",xe&&"bg-[#00E5CC] text-white",re&&!xe&&"bg-[#7C3AED] text-white",Ye&&!Ze&&(I?"bg-[#7C3AED]/20":"bg-purple-100"),!Ze&&(I?"hover:bg-white/10":"hover:bg-gray-100")),children:M.date.getDate()},R)})})]})]})]})})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3 relative",children:[jsxRuntime.jsx(lucideReact.Flag,{className:g("w-4 h-4",I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm w-28 truncate flex-shrink-0",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Prioridad":"Priority"}),jsxRuntime.jsx("button",{onClick:()=>{jr(),ye(!be);},className:g("text-xs px-2 py-1 rounded font-medium transition-all hover:ring-2 hover:ring-white/20",$.priority==="high"||$.priority==="urgent"?"bg-red-500/20 text-red-400":$.priority==="medium"?"bg-yellow-500/20 text-yellow-400":$.priority==="low"?"bg-green-500/20 text-green-400":I?"bg-white/10 text-white":"bg-gray-100 text-gray-700"),children:$.priority?$.priority==="high"||$.priority==="urgent"?o==="es"?"Alta":"High":$.priority==="medium"?o==="es"?"Media":"Medium":o==="es"?"Baja":"Low":o==="es"?"Sin prioridad":"No priority"}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:be&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 z-40",onClick:()=>ye(false)}),jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:-5},animate:{opacity:1,y:0},exit:{opacity:0,y:-5},className:g("absolute left-32 top-full mt-1 z-50 rounded-lg shadow-xl overflow-hidden min-w-[140px]",I?"bg-[#1A1D25] border border-white/10":"bg-white border border-gray-200"),children:[{id:"urgent",label:o==="es"?"Urgente":"Urgent",color:"bg-red-500"},{id:"high",label:o==="es"?"Alta":"High",color:"bg-orange-500"},{id:"medium",label:o==="es"?"Media":"Medium",color:"bg-yellow-500"},{id:"low",label:o==="es"?"Baja":"Low",color:"bg-green-500"},{id:void 0,label:o==="es"?"Sin prioridad":"No priority",color:"bg-gray-400"}].map(M=>jsxRuntime.jsxs("button",{onClick:()=>{Wt("priority",M.id),ye(false);},className:g("w-full flex items-center gap-2 px-3 py-2 text-sm transition-colors text-left",I?"hover:bg-white/5":"hover:bg-gray-50",$.priority===M.id&&(I?"bg-white/5":"bg-gray-50")),children:[jsxRuntime.jsx("span",{className:g("w-2 h-2 rounded-full",M.color)}),jsxRuntime.jsx("span",{className:I?"text-white":"text-gray-900",children:M.label})]},M.id||"none"))})]})})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[jsxRuntime.jsx(lucideReact.Clock,{className:g("w-4 h-4",I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm w-28 truncate flex-shrink-0",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Duraci\xF3n":"Duration"}),jsxRuntime.jsx("span",{className:g("text-sm",I?"text-white":"text-gray-900"),children:$.startDate&&$.endDate?`${Math.ceil(($.endDate.getTime()-$.startDate.getTime())/(1e3*60*60*24))} ${o==="es"?"d\xEDas":"days"}`:o==="es"?"Sin definir":"Not set"})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[jsxRuntime.jsx("div",{className:g("w-4 h-4 rounded-full border-2",I?"border-[#6B7280]":"border-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm w-28 truncate flex-shrink-0",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Progreso":"Progress"}),jsxRuntime.jsxs("div",{className:"flex items-center gap-2 flex-1",children:[de?jsxRuntime.jsx("input",{type:"range",min:"0",max:"100",step:"5",value:$.progress||0,onChange:M=>{let R=parseInt(M.target.value),q=$.status;R===100?q="completed":R>0?q="in-progress":q="todo";let xe={...$,progress:R,status:q};Ft(xe);},onBlur:()=>et(false),className:g("flex-1 max-w-[120px] h-2 rounded-full appearance-none cursor-pointer",I?"bg-white/10":"bg-gray-200","[&::-webkit-slider-thumb]:appearance-none [&::-webkit-slider-thumb]:w-4 [&::-webkit-slider-thumb]:h-4 [&::-webkit-slider-thumb]:rounded-full [&::-webkit-slider-thumb]:bg-[#00E5CC] [&::-webkit-slider-thumb]:cursor-pointer"),autoFocus:true}):jsxRuntime.jsx("button",{onClick:()=>et(true),className:g("flex-1 h-2 rounded-full overflow-hidden max-w-[120px] cursor-pointer hover:ring-2 hover:ring-white/20 transition-all",I?"bg-white/10":"bg-gray-200"),children:jsxRuntime.jsx("div",{className:g("h-full rounded-full transition-all",$.progress===100?"bg-green-500":"bg-[#00E5CC]"),style:{width:`${$.progress||0}%`}})}),jsxRuntime.jsxs("span",{className:g("text-sm font-medium min-w-[40px]",I?"text-white":"text-gray-900"),children:[$.progress||0,"%"]})]})]}),v&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-3 relative",children:[jsxRuntime.jsx(lucideReact.Hourglass,{className:g("w-4 h-4",I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm w-28 truncate flex-shrink-0",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Duraci\xF3n estimada":"Estimated duration"}),jsxRuntime.jsx("div",{className:"flex items-center gap-2 flex-1",children:$.status==="completed"||$.progress===100?jsxRuntime.jsx("span",{className:g("text-sm px-2 py-0.5 cursor-not-allowed",I?"text-gray-600":"text-gray-300"),title:o==="es"?"Tarea completada":"Task completed",children:w?.estimateMinutes?Yo(w.estimateMinutes):o==="es"?"Vac\xEDo":"Empty"}):w?.estimateMinutes?jsxRuntime.jsx("button",{type:"button",onClick:()=>kt("estimate"),className:g("text-sm px-2 py-0.5 rounded",I?"text-white hover:bg-white/10":"text-gray-900 hover:bg-gray-100"),children:Yo(w.estimateMinutes)}):jsxRuntime.jsx("button",{type:"button",onClick:()=>kt("estimate"),className:g("text-sm",I?"text-[#6B7280] hover:text-[#9CA3AF]":"text-gray-400 hover:text-gray-500"),children:o==="es"?"Vac\xEDo":"Empty"})}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:st==="estimate"&&jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:-10},animate:{opacity:1,y:0},exit:{opacity:0,y:-10},className:"absolute top-full left-28 mt-2 z-50",children:jsxRuntime.jsx(xn,{mode:"estimate",locale:o,isDark:I,currentValue:w?.estimateMinutes||null,onSave:async M=>{await N?.($.id,M),kt(false);},onClose:()=>kt(false)})})})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3 relative",children:[jsxRuntime.jsx(lucideReact.FileText,{className:g("w-4 h-4",I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm w-28 truncate flex-shrink-0",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Tiempo ofertado":"Quoted time"}),jsxRuntime.jsx("div",{className:"flex items-center gap-2 flex-1",children:ee?jsxRuntime.jsx("span",{className:g("text-sm select-none blur-[4px] opacity-60 pointer-events-none",I?"text-[#94A3B8]":"text-gray-500"),title:o==="es"?"No tienes permisos para ver este dato":"You don't have permission to view this data","aria-hidden":"true",children:"\u2022\u2022\u2022\u2022"}):$.status==="completed"||$.progress===100?jsxRuntime.jsx("span",{className:g("text-sm px-2 py-0.5 cursor-not-allowed",I?"text-gray-600":"text-gray-300"),title:o==="es"?"Tarea completada":"Task completed",children:$.quotedMinutes?Yo($.quotedMinutes):o==="es"?"Vac\xEDo":"Empty"}):$.quotedMinutes?jsxRuntime.jsx("button",{type:"button",onClick:()=>kt("quoted"),className:g("text-sm px-2 py-0.5 rounded",I?"text-white hover:bg-white/10":"text-gray-900 hover:bg-gray-100"),children:Yo($.quotedMinutes)}):jsxRuntime.jsx("button",{type:"button",onClick:()=>kt("quoted"),className:g("text-sm",I?"text-[#6B7280] hover:text-[#9CA3AF]":"text-gray-400 hover:text-gray-500"),children:o==="es"?"Vac\xEDo":"Empty"})}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:st==="quoted"&&!ee&&jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:-10},animate:{opacity:1,y:0},exit:{opacity:0,y:-10},className:"absolute top-full left-28 mt-2 z-50",children:jsxRuntime.jsx(xn,{mode:"quoted",locale:o,isDark:I,currentValue:$.quotedMinutes||null,onSave:async M=>{P?(await P($.id,M),ve(R=>R?{...R,quotedMinutes:M}:null)):Wt("quotedMinutes",M),kt(false);},onClose:()=>kt(false)})})})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3 relative",children:[jsxRuntime.jsx(lucideReact.Clock,{className:g("w-4 h-4",I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm w-28 truncate flex-shrink-0",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Registrar tiempo":"Track time"}),jsxRuntime.jsxs("div",{className:"flex items-center gap-2 flex-1",children:[$.status==="completed"||$.progress===100?jsxRuntime.jsx("div",{className:g("flex items-center gap-1.5 p-1.5 rounded-full cursor-not-allowed",I?"bg-white/5 text-gray-600":"bg-gray-50 text-gray-300"),title:o==="es"?"Tarea completada":"Task completed",children:jsxRuntime.jsx(lucideReact.Play,{className:"w-3.5 h-3.5 fill-current"})}):S?jsxRuntime.jsxs("button",{type:"button",onClick:()=>Y?.($.id),className:g("flex items-center gap-1.5 px-2 py-1 rounded text-sm transition-colors","bg-red-500/10 text-red-500 hover:bg-red-500/20"),children:[jsxRuntime.jsx(lucideReact.Square,{className:"w-3.5 h-3.5 fill-current"}),Xh(F||0)]}):jsxRuntime.jsx("button",{type:"button",onClick:()=>T?.($.id),className:g("flex items-center gap-1.5 p-1.5 rounded-full transition-colors",I?"bg-white/10 text-white hover:bg-white/20":"bg-gray-100 text-gray-700 hover:bg-gray-200"),title:o==="es"?"Iniciar temporizador":"Start timer",children:jsxRuntime.jsx(lucideReact.Play,{className:"w-3.5 h-3.5 fill-current"})}),$.status==="completed"||$.progress===100?jsxRuntime.jsxs("div",{className:g("flex items-center gap-1.5 px-2 py-1 rounded text-sm cursor-not-allowed",I?"text-gray-600":"text-gray-300"),title:o==="es"?"Tarea completada":"Task completed",children:[jsxRuntime.jsx(lucideReact.Plus,{className:"w-3.5 h-3.5"}),o==="es"?"Agregar tiempo":"Add time"]}):jsxRuntime.jsxs("button",{type:"button",onClick:()=>kt("log"),className:g("flex items-center gap-1.5 px-2 py-1 rounded text-sm transition-colors",I?"text-[#9CA3AF] hover:bg-white/10 hover:text-white":"text-gray-500 hover:bg-gray-100 hover:text-gray-700"),children:[jsxRuntime.jsx(lucideReact.Plus,{className:"w-3.5 h-3.5"}),o==="es"?"Agregar tiempo":"Add time"]}),w&&w.loggedMinutes>0&&jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("span",{className:g("text-sm font-medium",w.health==="over-budget"?"text-red-500":w.health==="at-risk"?"text-yellow-500":I?"text-white":"text-gray-900"),children:[Yo(w.loggedMinutes),w.estimateMinutes&&jsxRuntime.jsxs("span",{className:g("font-normal",I?"text-[#6B7280]":"text-gray-400"),children:[" / ",Yo(w.estimateMinutes)]})]}),w.health!=="no-estimate"&&jsxRuntime.jsx("div",{className:"w-16 h-1.5 rounded-full overflow-hidden bg-gray-200 dark:bg-gray-700",children:jsxRuntime.jsx("div",{className:g("h-full rounded-full transition-all",w.health==="over-budget"?"bg-red-500":w.health==="at-risk"?"bg-yellow-500":"bg-green-500"),style:{width:`${Math.min(100,w.progressPercent||0)}%`}})})]})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:st==="log"&&jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:-10},animate:{opacity:1,y:0},exit:{opacity:0,y:-10},className:"absolute top-full left-28 mt-2 z-50",children:jsxRuntime.jsx(xn,{mode:"log",locale:o,isDark:I,currentValue:null,onSave:async(M,R)=>{M&&await k?.($.id,{durationMinutes:M,note:R,source:"manual"}),kt(false);},onClose:()=>kt(false)})})})]})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[jsxRuntime.jsx(lucideReact.Tag,{className:g("w-4 h-4",I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm w-28 truncate flex-shrink-0",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Etiquetas":"Tags"}),jsxRuntime.jsx(Ko,{selectedTags:$.tags||[],availableTags:l,onChange:M=>{Wt("tags",M);},onCreateTag:i,theme:K})]}),jsxRuntime.jsxs("div",{className:"flex items-start gap-3 relative",children:[jsxRuntime.jsx(lucideReact.Link2,{className:g("w-4 h-4 mt-1.5",I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm w-28 truncate flex-shrink-0 mt-1",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Relaciones":"Relations"}),jsxRuntime.jsxs("div",{className:"flex-1",children:[$.dependencies&&$.dependencies.length>0&&jsxRuntime.jsx("div",{className:"flex flex-wrap gap-1.5 mb-2",children:$.dependencies.map(M=>{let R=m.find(q=>q.id===M);return jsxRuntime.jsxs("span",{className:g("inline-flex items-center gap-1 px-2 py-1 rounded-full text-xs font-medium",I?"bg-[#00E5CC]/20 text-[#00E5CC]":"bg-[#00E5CC]/15 text-[#00C4AE]"),children:[R?.name||M.slice(0,8),jsxRuntime.jsx("button",{onClick:()=>{let q=($.dependencies||[]).filter(xe=>xe!==M);Wt("dependencies",q);},className:g("ml-0.5 hover:bg-white/20 rounded-full p-0.5 transition-colors"),children:jsxRuntime.jsx(lucideReact.X,{className:"w-3 h-3"})})]},M)})}),jsxRuntime.jsxs("button",{onClick:()=>{jr(),Be(!Re);},className:g("flex items-center gap-2 px-3 py-1.5 rounded-lg text-sm transition-colors",I?"bg-white/5 hover:bg-white/10":"bg-gray-100 hover:bg-gray-200"),children:[jsxRuntime.jsx(lucideReact.Plus,{className:"w-3.5 h-3.5"}),jsxRuntime.jsx("span",{className:g("text-sm",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Agregar dependencia":"Add dependency"})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:Re&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 z-40",onClick:()=>{Be(false),bt("");}}),jsxRuntime.jsxs(framerMotion.motion.div,{initial:{opacity:0,y:-5},animate:{opacity:1,y:0},exit:{opacity:0,y:-5},className:g("absolute left-32 top-full mt-1 z-50 rounded-lg shadow-xl overflow-hidden min-w-[280px] max-h-[320px]",I?"bg-[#1A1D25] border border-white/10":"bg-white border border-gray-200"),children:[jsxRuntime.jsx("div",{className:g("p-2 border-b",I?"border-white/10":"border-gray-200"),children:jsxRuntime.jsx("input",{type:"text",value:Nt,onChange:M=>bt(M.target.value),placeholder:o==="es"?"Buscar tarea...":"Search task...",className:g("w-full px-3 py-2 rounded-md text-sm outline-none",I?"bg-white/5 text-white placeholder:text-[#6B7280] focus:bg-white/10":"bg-gray-100 text-gray-900 placeholder:text-gray-400"),autoFocus:true})}),jsxRuntime.jsx("div",{className:"max-h-[240px] overflow-y-auto",children:m.length>0?m.filter(M=>M.id!==$.id).filter(M=>Nt===""||M.name.toLowerCase().includes(Nt.toLowerCase())).map(M=>{let R=$.dependencies?.includes(M.id);return jsxRuntime.jsxs("button",{onClick:()=>{let q=$.dependencies||[],xe;R?xe=q.filter(re=>re!==M.id):xe=[...q,M.id],Wt("dependencies",xe);},className:g("w-full flex items-center gap-3 px-3 py-2 text-sm transition-colors text-left",I?"hover:bg-white/5":"hover:bg-gray-50",R&&(I?"bg-white/5":"bg-gray-50")),children:[jsxRuntime.jsx("div",{className:g("w-4 h-4 rounded border-2 flex items-center justify-center flex-shrink-0",R?"bg-[#00E5CC] border-[#00E5CC]":I?"border-white/30":"border-gray-300"),children:R&&jsxRuntime.jsx(lucideReact.Check,{className:"w-3 h-3 text-white"})}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("span",{className:g("block truncate",I?"text-white":"text-gray-900"),children:M.name}),jsxRuntime.jsx("span",{className:g("text-xs",I?"text-[#6B7280]":"text-gray-400"),children:M.id.slice(0,8)})]})]},M.id)}):jsxRuntime.jsx("div",{className:g("px-3 py-4 text-sm text-center",I?"text-[#6B7280]":"text-gray-500"),children:o==="es"?"No hay tareas disponibles":"No tasks available"})})]})]})})]})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3 relative",children:[jsxRuntime.jsx(lucideReact.Palette,{className:g("w-4 h-4",I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm w-28 truncate flex-shrink-0",I?"text-[#9CA3AF]":"text-gray-500"),children:"Color"}),jsxRuntime.jsxs("button",{onClick:()=>{jr(),Ie(!Oe);},className:g("flex items-center gap-2 px-3 py-1.5 rounded-lg text-sm transition-colors",I?"bg-white/5 hover:bg-white/10":"bg-gray-100 hover:bg-gray-200"),children:[jsxRuntime.jsx("div",{className:"w-4 h-4 rounded-full",style:{backgroundColor:$.color||"#6366F1"}}),jsxRuntime.jsx("span",{className:g("text-sm",I?"text-white":"text-gray-900"),children:To.find(M=>M.value===$.color)?.name||(o==="es"?"Azul":"Blue")}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:g("w-3 h-3",I?"text-[#6B7280]":"text-gray-400")})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:Oe&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 z-40",onClick:()=>Ie(false)}),jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:-5},animate:{opacity:1,y:0},exit:{opacity:0,y:-5},className:g("absolute left-32 top-full mt-1 z-50 rounded-lg shadow-xl overflow-hidden p-3",I?"bg-[#1A1D25] border border-white/10":"bg-white border border-gray-200"),children:jsxRuntime.jsx("div",{className:"grid grid-cols-6 gap-1.5",children:To.map(M=>{let R=$.color===M.value;return jsxRuntime.jsx("button",{onClick:()=>{Wt("color",M.value),Ie(false);},className:g("w-7 h-7 rounded-full flex items-center justify-center transition-all",R&&"ring-2 ring-offset-2",I?"ring-offset-[#1A1D25]":"ring-offset-white"),style:{backgroundColor:M.value,outlineColor:R?M.value:void 0},title:M.name,children:R&&jsxRuntime.jsx(lucideReact.Check,{className:"w-3.5 h-3.5 text-white"})},M.value)})})})]})})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[jsxRuntime.jsx(lucideReact.Diamond,{className:g("w-4 h-4",I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm w-28 truncate flex-shrink-0",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Hito":"Milestone"}),jsxRuntime.jsxs("label",{className:"flex items-center gap-2 cursor-pointer",children:[jsxRuntime.jsx("input",{type:"checkbox",checked:$.isMilestone||false,onChange:M=>Wt("isMilestone",M.target.checked),className:g("w-4 h-4 rounded border-2 cursor-pointer appearance-none transition-colors",$.isMilestone?"bg-purple-500 border-purple-500":I?"border-white/30 bg-transparent":"border-gray-300 bg-transparent","checked:bg-purple-500 checked:border-purple-500")}),jsxRuntime.jsx("span",{className:g("text-sm",I?"text-white":"text-gray-900"),children:o==="es"?"Marcar como hito":"Mark as milestone"})]})]})]}),jsxRuntime.jsxs("div",{className:g("mt-6 pt-4 border-t",I?"border-white/10":"border-gray-200"),children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[jsxRuntime.jsx(lucideReact.FileText,{className:g("w-4 h-4",I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("h3",{className:g("text-sm font-semibold",I?"text-white":"text-gray-900"),children:o==="es"?"Descripci\xF3n":"Description"})]}),jsxRuntime.jsx("textarea",{ref:J,value:B,onChange:M=>_r(M.target.value),placeholder:o==="es"?"Agregar descripci\xF3n...":"Add description...",className:g("w-full min-h-[100px] max-h-[400px] px-3 py-2 rounded-lg text-sm resize-none outline-none transition-colors overflow-y-auto",I?"bg-white/5 text-white placeholder:text-[#6B7280] focus:bg-white/10":"bg-gray-100 text-gray-900 placeholder:text-gray-400 focus:bg-gray-200")})]}),jsxRuntime.jsxs("div",{className:g("mt-6 pt-4 border-t",I?"border-white/10":"border-gray-200"),children:[jsxRuntime.jsx("div",{className:"flex items-center justify-between mb-3",children:jsxRuntime.jsxs("h3",{className:g("text-sm font-semibold",I?"text-white":"text-gray-900"),children:[o==="es"?"Subtareas":"Subtasks",$.subtasks&&$.subtasks.length>0&&jsxRuntime.jsxs("span",{className:g("ml-2 text-xs font-normal",I?"text-[#6B7280]":"text-gray-400"),children:["(",$.subtasks.filter(M=>M.progress===100).length,"/",$.subtasks.length,")"]})]})}),$.subtasks&&$.subtasks.length>0&&jsxRuntime.jsx("div",{className:"space-y-2 mb-3",children:[...$.subtasks].sort((M,R)=>(M.position??0)-(R.position??0)).map(M=>jsxRuntime.jsxs("div",{className:g("flex items-center gap-2 group p-2 rounded-lg -mx-2 transition-colors",I?"hover:bg-white/5":"hover:bg-gray-50"),children:[jsxRuntime.jsx("button",{onClick:()=>oa(M.id),className:g("w-5 h-5 rounded border flex items-center justify-center flex-shrink-0 transition-colors",M.progress===100?"bg-green-500 border-green-500":I?"border-white/20 hover:border-green-500/50":"border-gray-300 hover:border-green-500"),children:M.progress===100&&jsxRuntime.jsx(lucideReact.Check,{className:"w-3 h-3 text-white"})}),jsxRuntime.jsx("span",{className:g("text-sm flex-1",M.progress===100?"line-through text-[#6B7280]":I?"text-white":"text-gray-900"),children:M.name}),jsxRuntime.jsx("button",{onClick:()=>se(M.id),className:g("p-1 rounded opacity-0 group-hover:opacity-100 transition-opacity",I?"hover:bg-white/10 text-[#6B7280] hover:text-red-400":"hover:bg-gray-100 text-gray-400 hover:text-red-500"),children:jsxRuntime.jsx(lucideReact.Trash2,{className:"w-3.5 h-3.5"})})]},M.id))}),da?jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx("input",{type:"text",value:ur,onChange:M=>br(M.target.value),onKeyDown:M=>{M.key==="Enter"&&ur.trim()?jt():M.key==="Escape"&&(Yt(false),br(""));},placeholder:o==="es"?"Nombre de la subtarea...":"Subtask name...",autoFocus:true,className:g("flex-1 px-3 py-2 rounded-lg text-sm outline-none transition-colors",I?"bg-white/5 border border-white/10 text-white placeholder:text-[#6B7280] focus:border-[#00E5CC]/50":"bg-gray-50 border border-gray-200 text-gray-900 placeholder:text-gray-400 focus:border-[#00E5CC]")}),jsxRuntime.jsx("button",{onClick:jt,disabled:!ur.trim(),className:g("px-3 py-2 rounded-lg text-sm font-medium transition-colors",ur.trim()?"bg-[#00E5CC] hover:bg-[#00C4AE] text-white":I?"bg-white/5 text-[#6B7280] cursor-not-allowed":"bg-gray-100 text-gray-400 cursor-not-allowed"),children:o==="es"?"Agregar":"Add"}),jsxRuntime.jsx("button",{onClick:()=>{Yt(false),br("");},className:g("p-2 rounded-lg transition-colors",I?"hover:bg-white/10 text-[#9CA3AF]":"hover:bg-gray-100 text-gray-500"),children:jsxRuntime.jsx(lucideReact.X,{className:"w-4 h-4"})})]}):jsxRuntime.jsxs("button",{onClick:()=>Yt(true),className:g("w-full flex items-center gap-2 px-3 py-2 rounded-lg text-sm transition-colors",I?"bg-white/5 hover:bg-white/10 text-[#9CA3AF]":"bg-gray-100 hover:bg-gray-200 text-gray-600"),children:[jsxRuntime.jsx(lucideReact.Plus,{className:"w-4 h-4"}),o==="es"?"Agregar subtarea":"Add subtask"]})]}),jsxRuntime.jsxs("div",{className:g("mt-6 pt-4 border-t",I?"border-white/10":"border-gray-200"),children:[jsxRuntime.jsxs("h3",{className:g("text-sm font-semibold mb-3",I?"text-white":"text-gray-900"),children:[o==="es"?"Adjuntos":"Attachments",d.length>0&&jsxRuntime.jsxs("span",{className:g("ml-2 text-xs font-normal",I?"text-[#6B7280]":"text-gray-400"),children:["(",d.length,")"]})]}),d.length>0&&jsxRuntime.jsx("div",{className:"space-y-2 mb-4",children:d.map(M=>{let R=we(M.type),q=M.type.startsWith("image/");return jsxRuntime.jsxs("div",{className:g("flex items-center gap-3 p-2 rounded-lg group transition-colors",I?"bg-white/5 hover:bg-white/10":"bg-gray-50 hover:bg-gray-100"),children:[q&&M.thumbnailUrl?jsxRuntime.jsx("img",{src:M.thumbnailUrl,alt:M.name,className:"w-10 h-10 rounded object-cover"}):jsxRuntime.jsx("div",{className:g("w-10 h-10 rounded flex items-center justify-center",I?"bg-white/10":"bg-gray-200"),children:jsxRuntime.jsx(R,{className:g("w-5 h-5",I?"text-[#9CA3AF]":"text-gray-500")})}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("a",{href:M.url,target:"_blank",rel:"noopener noreferrer",className:g("text-sm font-medium truncate block hover:underline",I?"text-white":"text-gray-900"),children:M.name}),jsxRuntime.jsx("p",{className:g("text-xs",I?"text-[#6B7280]":"text-gray-400"),children:te(M.size)})]}),p&&jsxRuntime.jsx("button",{onClick:()=>p(M.id),className:g("p-1.5 rounded opacity-0 group-hover:opacity-100 transition-all",I?"hover:bg-red-500/20 text-red-400":"hover:bg-red-100 text-red-500"),title:o==="es"?"Eliminar":"Delete",children:jsxRuntime.jsx(lucideReact.Trash2,{className:"w-4 h-4"})})]},M.id)})}),jsxRuntime.jsxs("div",{onDragOver:Q,onDragLeave:O,onDrop:V,className:g("border-2 border-dashed rounded-lg p-6 text-center transition-all cursor-pointer relative",$e?I?"border-[#00E5CC] bg-[#00E5CC]/10":"border-[#00E5CC] bg-[#00E5CC]/15":I?"border-white/10 hover:border-white/20":"border-gray-200 hover:border-gray-300",L&&"pointer-events-none opacity-50"),children:[jsxRuntime.jsx("input",{type:"file",multiple:true,onChange:ce,className:"absolute inset-0 w-full h-full opacity-0 cursor-pointer",disabled:!u||L}),L?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"w-6 h-6 mx-auto mb-2 border-2 border-[#00E5CC] border-t-transparent rounded-full animate-spin"}),jsxRuntime.jsx("p",{className:g("text-sm",I?"text-[#9CA3AF]":"text-gray-500"),children:o==="es"?"Subiendo...":"Uploading..."})]}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(lucideReact.Upload,{className:g("w-6 h-6 mx-auto mb-2",$e?"text-[#00E5CC]":I?"text-[#6B7280]":"text-gray-400")}),jsxRuntime.jsx("p",{className:g("text-sm",I?"text-[#9CA3AF]":"text-gray-500"),children:$e?o==="es"?"Suelta los archivos aqu\xED":"Drop files here":o==="es"?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:["Suelta tus archivos aqu\xED o ",jsxRuntime.jsx("span",{className:"underline",children:"haz clic para subir"})]}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:["Drop your files here or ",jsxRuntime.jsx("span",{className:"underline",children:"click to upload"})]})}),!u&&jsxRuntime.jsx("p",{className:g("text-xs mt-1",I?"text-[#6B7280]":"text-gray-400"),children:o==="es"?"Upload no disponible":"Upload not available"})]})]})]})]})]}),jsxRuntime.jsxs("div",{className:g("w-96 border-l flex flex-col",I?"border-white/[0.08] bg-[#0A0A0A]":"border-gray-200 bg-gray-50"),children:[jsxRuntime.jsxs("div",{className:g("px-4 py-3 border-b flex items-center justify-between h-[49px]",I?"border-white/10":"border-gray-200"),children:[jsxRuntime.jsxs("h3",{className:g("text-sm font-semibold",I?"text-white":"text-gray-900"),children:[o==="es"?"Actividad":"Activity",f.length>0&&jsxRuntime.jsxs("span",{className:g("ml-2 text-xs font-normal",I?"text-[#6B7280]":"text-gray-400"),children:["(",f.length,")"]})]}),jsxRuntime.jsx("button",{onClick:r,className:g("p-1.5 rounded transition-colors",I?"hover:bg-white/10 text-[#9CA3AF]":"hover:bg-gray-100 text-gray-500"),children:jsxRuntime.jsx(lucideReact.X,{className:"w-5 h-5"})})]}),jsxRuntime.jsx("style",{children:`
5
5
  .activity-comments-scroll::-webkit-scrollbar {
6
6
  width: 4px !important;
7
7
  }
@@ -15,7 +15,7 @@
15
15
  .activity-comments-scroll:hover::-webkit-scrollbar-thumb {
16
16
  background: ${I?"rgba(255, 255, 255, 0.2)":"rgba(0, 0, 0, 0.15)"} !important;
17
17
  }
18
- `}),jsxRuntime.jsx("div",{ref:hr,className:g("flex-1 overflow-y-auto py-4 pl-4 pr-2 activity-comments-scroll",I?"scrollbar-slim":"scrollbar-slim-light"),children:f.length>0?jsxRuntime.jsx("div",{className:"space-y-4",children:[...f].sort((M,R)=>{let q=typeof M.createdAt=="string"?new Date(M.createdAt):M.createdAt,xe=typeof R.createdAt=="string"?new Date(R.createdAt):R.createdAt;return q.getTime()-xe.getTime()}).map(M=>jsxRuntime.jsxs("div",{className:"flex gap-3",children:[jsxRuntime.jsx("div",{className:"w-6 h-6 rounded-full flex items-center justify-center text-white text-[10px] font-medium flex-shrink-0",style:{backgroundColor:M.user?.color||"#8B5CF6"},children:M.user?.name?.slice(0,2).toUpperCase()||"U"}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2 mb-1",children:[jsxRuntime.jsx("span",{className:g("text-sm font-medium",I?"text-white":"text-gray-900"),children:M.user?.name||(o==="es"?"Usuario":"User")}),jsxRuntime.jsx("span",{className:g("text-xs",I?"text-[#6B7280]":"text-gray-400"),children:me(M.createdAt)})]}),jsxRuntime.jsx("div",{className:g("text-sm",I?"text-[#9CA3AF]":"text-gray-600"),children:jsxRuntime.jsx(up,{content:M.content,theme:s})}),M.attachments&&M.attachments.length>0&&jsxRuntime.jsx("div",{className:"flex flex-wrap gap-2 mt-2",children:M.attachments.map(R=>{let q=R.type.startsWith("image/");return jsxRuntime.jsxs("a",{href:R.url,target:"_blank",rel:"noopener noreferrer",className:g("flex items-center gap-2 px-2 py-1.5 rounded-lg transition-colors",I?"bg-white/5 hover:bg-white/10":"bg-gray-100 hover:bg-gray-200"),children:[q?jsxRuntime.jsx(lucideReact.Image,{className:g("w-4 h-4",I?"text-[#9CA3AF]":"text-gray-500")}):jsxRuntime.jsx(lucideReact.File,{className:g("w-4 h-4",I?"text-[#9CA3AF]":"text-gray-500")}),jsxRuntime.jsx("span",{className:g("text-xs truncate max-w-[100px]",I?"text-white":"text-gray-900"),children:R.name})]},R.id)})})]})]},M.id))}):jsxRuntime.jsxs("div",{className:"flex flex-col items-center justify-center h-full text-center",children:[jsxRuntime.jsx(lucideReact.MessageSquare,{className:g("w-10 h-10 mb-3",I?"text-[#3B4252]":"text-gray-300")}),jsxRuntime.jsx("p",{className:g("text-sm",I?"text-[#6B7280]":"text-gray-500"),children:o==="es"?"Sin actividad reciente":"No recent activity"})]})}),jsxRuntime.jsx("div",{className:g("py-4 pl-4 pr-2 border-t",I?"border-white/10":"border-gray-200"),children:jsxRuntime.jsx(dp,{value:tt,onChange:Qe,onSubmit:ua,users:b,placeholder:o==="es"?"Escribe un comentario... (usa @ para mencionar)":"Write a comment... (use @ to mention)",disabled:!x,isSubmitting:Ot,theme:s,locale:o,currentUser:y,enableEmoji:true,enableAttachments:!!h,pendingFiles:qt,onFilesSelect:ot,onRemoveFile:_e})})]})]})]})})}function pc(){let[e,t]=react.useState(()=>core.dragStore.getState());react.useEffect(()=>core.dragStore.subscribe(n=>{t(n);}),[]);let r=react.useCallback(a=>{core.dragStore.setState(a);},[]);return [e,r]}function Jn({board:e,callbacks:t,onCardClick:r,renderProps:a,config:n,availableUsers:s=[],className:o,style:c,isLoading:l,error:i,children:d,availableTags:u=[],onCreateTag:p,attachmentsByCard:m,onUploadAttachments:f,onDeleteAttachment:x,comments:y,onAddComment:b,currentUser:h,mentionableUsers:v,onTaskOpen:w,onUploadCommentAttachments:C,enableTimeTracking:S,timeTrackingSummary:F,timeEntries:k,timerState:N,onLogTime:P,onUpdateEstimate:T,onUpdateSoldEffort:Y,onStartTimer:H,onStopTimer:ee,onDiscardTimer:I,blurFinancials:K=false,sidePanel:j,renderColumnMetrics:W,suppressDetailModal:$=false}){let[ve,We]=pc(),[Pe,be]=react.useState(null),[ye,fe]=react.useState(false),ze=react.useRef(null),Ce=react.useRef({x:0,y:0,scrollLeft:0,scrollTop:0}),Ae=n?.theme||"dark",Me=Ae==="dark"||Ae==="neutral",qe=Me?"dark":"",de=react.useCallback((L,oe)=>{t.onCardUpdate?.(L,oe);},[t]),et=react.useCallback((L,oe)=>{t.onColumnUpdate?.(L,{title:oe});},[t]),Re=react.useCallback(L=>{t.onColumnDelete?.(L);},[t]),Be=["todo","in-progress","completed"],Nt=core$1.useSensors(core$1.useSensor(core$1.PointerSensor,{activationConstraint:{distance:8}}),core$1.useSensor(core$1.KeyboardSensor,{coordinateGetter:sortable.sortableKeyboardCoordinates})),ft=react.useMemo(()=>{let L=new Map;return e.columns.forEach(oe=>{let B=oe.cardIds.map(_=>e.cards.find(U=>U.id===_)).filter(_=>_!==void 0).sort((_,U)=>_.position-U.position);L.set(oe.id,B);}),L},[e.cards,e.columns]);react.useEffect(()=>{let L=ze.current;if(!L)return;let oe=J=>{let De=J.target,pe=J.button===1,rt=De===L||De.classList.contains("asakaa-column")&&!De.closest(".asakaa-card");(pe||J.button===0&&rt&&!ve.isDragging)&&(J.preventDefault(),fe(true),Ce.current={x:J.clientX,y:J.clientY,scrollLeft:L.scrollLeft,scrollTop:L.scrollTop},L.style.cursor="grabbing",L.style.userSelect="none");},B=J=>{if(!ye)return;let De=J.clientX-Ce.current.x,pe=J.clientY-Ce.current.y;L.scrollLeft=Ce.current.scrollLeft-De,L.scrollTop=Ce.current.scrollTop-pe;},_=()=>{ye&&(fe(false),L.style.cursor="",L.style.userSelect="");},U=()=>{ye&&(fe(false),L.style.cursor="",L.style.userSelect="");};return L.addEventListener("mousedown",oe),document.addEventListener("mousemove",B),document.addEventListener("mouseup",_),L.addEventListener("mouseleave",U),()=>{L.removeEventListener("mousedown",oe),document.removeEventListener("mousemove",B),document.removeEventListener("mouseup",_),L.removeEventListener("mouseleave",U);}},[ye,ve.isDragging]);let Oe=react.useMemo(()=>e.cards.map(L=>({id:L.id,name:L.title,startDate:L.startDate?new Date(L.startDate):void 0,endDate:L.endDate?new Date(L.endDate):void 0,progress:L.progress||0,status:L.columnId,priority:L.priority?.toLowerCase(),dependencies:Array.isArray(L.dependencies)?L.dependencies.map(oe=>typeof oe=="string"?oe:oe.taskId):[]})),[e.cards]),Ie=react.useCallback(L=>{let{active:oe}=L,B=e.cards.find(_=>_.id===oe.id);B&&We({isDragging:true,draggedCardId:B.id,sourceColumnId:B.columnId,targetColumnId:B.columnId});},[e.cards,We]),st=react.useCallback(L=>{let{active:oe,over:B}=L;if(!B||!e.cards.find(J=>J.id===oe.id))return;let U=null;B.data.current?.type==="column"?U=B.id:B.data.current?.type==="card"&&(U=e.cards.find(De=>De.id===B.id)?.columnId||null),U&&U!==ve.targetColumnId&&We({...ve,targetColumnId:U});},[e.cards,ve,We]),kt=react.useCallback(async L=>{let{active:oe,over:B}=L;if(We({isDragging:false,draggedCardId:null,sourceColumnId:null,targetColumnId:null}),!B)return;let _=e.cards.find(pe=>pe.id===oe.id);if(!_)return;let U,J;if(B.data.current?.type==="column"){U=B.id;let pe=ft.get(U)||[];J=ql(pe,0);}else {let pe=e.cards.find(Qe=>Qe.id===B.id);if(!pe)return;U=pe.columnId;let rt=ft.get(U)||[],tt=rt.findIndex(Qe=>Qe.id===B.id);J=ql(rt,tt);}let De=e.columns.find(pe=>pe.id===U);if(De&&De.wipLimit&&De.wipLimitType==="hard"){let pe=ft.get(U)||[];if(_.columnId!==U&&pe.length>=De.wipLimit){t.onWipLimitExceeded?.(De,_);return}}(_.columnId!==U||_.position!==J)&&await t.onCardMove?.(_.id,U,J);},[e.cards,e.columns,ft,t,We]),$e=react.useCallback(L=>{$||be(L),r?.(L),w?.(L.id);},[r,w,$]),He=react.useCallback(L=>{t.onCardUpdate?.(L.id,L),be(L);},[t]);return l?jsxRuntime.jsx("div",{className:g("asakaa-board",qe,o),style:c,children:jsxRuntime.jsx(cy,{columnCount:3})}):i?jsxRuntime.jsx("div",{className:g("asakaa-board",qe,o),style:c,children:jsxRuntime.jsx("div",{className:"flex items-center justify-center w-full h-64",children:jsxRuntime.jsxs("div",{className:"text-center",children:[jsxRuntime.jsx("p",{className:"text-asakaa-accent-red text-lg font-semibold mb-2",children:"Error loading board"}),jsxRuntime.jsx("p",{className:"text-asakaa-text-secondary text-sm",children:typeof i=="string"?i:i.message})]})})}):jsxRuntime.jsxs(Hu,{themeName:Ae,children:[jsxRuntime.jsxs("div",{className:g("flex h-full overflow-hidden",j?"flex-row":""),children:[jsxRuntime.jsxs(core$1.DndContext,{sensors:Nt,collisionDetection:core$1.closestCorners,onDragStart:Ie,onDragOver:st,onDragEnd:kt,children:[jsxRuntime.jsxs("div",{ref:ze,className:g("asakaa-board",j?"flex-1":"",qe,o),style:{...c,cursor:ye?"grabbing":void 0},"data-theme":Ae,children:[e.columns.sort((L,oe)=>L.position-oe.position).map(L=>{let oe=ft.get(L.id)||[],B=!Be.includes(L.id),_=a?.renderColumnFooter?.(L);return jsxRuntime.jsxs("div",{className:"asakaa-column-wrapper",children:[jsxRuntime.jsx(_o,{column:L,cards:oe,renderCard:a?.renderCard,renderColumn:a?.renderColumn,renderHeader:a?.renderColumnHeader,renderEmptyState:a?.renderEmptyState,renderMetrics:W?(U,J)=>W(U,J):void 0,onCardClick:$e,onCardUpdate:de,onColumnRename:t.onColumnUpdate?et:void 0,onColumnDelete:t.onColumnDelete?Re:void 0,isDeletable:B,locale:n?.locale==="es"?"es":"en",availableUsers:s,allCards:e.cards,enableVirtualization:n?.enableVirtualization,cardHeight:n?.cardHeight}),_]},L.id)}),d]}),jsxRuntime.jsx(core$1.DragOverlay,{children:ve.draggedCardId?jsxRuntime.jsx(Ln,{card:e.cards.find(L=>L.id===ve.draggedCardId),render:a?.renderCardOverlay||a?.renderCard,disableDrag:true,className:"opacity-90 rotate-3 shadow-2xl"}):null})]}),j]}),!$&&jsxRuntime.jsx(To,{task:Pe,isOpen:!!Pe,onClose:()=>be(null),onCardUpdate:He,theme:Me?"dark":"light",locale:n?.locale==="es"?"es":"en",availableUsers:s,availableTags:u,onCreateTag:p,attachments:Pe?m?.get(Pe.id)||[]:[],onUploadAttachments:f,onDeleteAttachment:x,availableTasks:Oe,comments:y,onAddComment:b,currentUser:h,mentionableUsers:v,onUploadCommentAttachments:C,enableTimeTracking:S,timeTrackingSummary:F,timeEntries:k,isTimerRunning:N?.isRunning,timerElapsedSeconds:N?.elapsedSeconds,onTimeLog:P,onEstimateUpdate:T,onSoldEffortUpdate:Y,onTimerStart:H,onTimerStop:ee,onTimerDiscard:I,blurFinancials:K})]})}function cy({columnCount:e}){return jsxRuntime.jsx(jsxRuntime.Fragment,{children:Array.from({length:e}).map((t,r)=>jsxRuntime.jsxs("div",{className:"asakaa-column",children:[jsxRuntime.jsx("div",{className:"asakaa-skeleton h-8 mb-3"}),jsxRuntime.jsxs("div",{className:"flex flex-col gap-2",children:[jsxRuntime.jsx("div",{className:"asakaa-skeleton h-24"}),jsxRuntime.jsx("div",{className:"asakaa-skeleton h-32"}),jsxRuntime.jsx("div",{className:"asakaa-skeleton h-28"})]})]},r))})}var gy={bgGrid:"#050505",bgSecondary:"#0A0A0A",border:"rgba(255, 255, 255, 0.08)",borderLight:"rgba(255, 255, 255, 0.05)",textPrimary:"rgba(255, 255, 255, 0.92)",textSecondary:"rgba(255, 255, 255, 0.60)",textTertiary:"rgba(255, 255, 255, 0.35)",accent:"#007FFF",accentLight:"rgba(0, 229, 204, 0.15)",hoverBg:"rgba(255, 255, 255, 0.04)"},fy={bgGrid:"#FFFFFF",bgSecondary:"#F9FAFB",border:"rgba(0, 0, 0, 0.1)",borderLight:"rgba(0, 0, 0, 0.05)",textPrimary:"#111827",textSecondary:"#6B7280",textTertiary:"#9CA3AF",accent:"#00E5CC",accentLight:"rgba(0, 229, 204, 0.1)",hoverBg:"rgba(0, 0, 0, 0.05)"},by={newTask:"Nueva Tarea",selectColumn:"Seleccionar columna",export:"Exportar",exportCSV:"CSV",exportJSON:"JSON",exportExcel:"Excel"},hy={newTask:"New Task",selectColumn:"Select column",export:"Export",exportCSV:"CSV",exportJSON:"JSON",exportExcel:"Excel"};function yy({columns:e,onSelect:t,theme:r,t:a,createTaskLabel:n}){let[s,o]=react.useState(false),c=react.useRef(null);react.useEffect(()=>{let i=d=>{c.current&&!c.current.contains(d.target)&&o(false);};return s&&document.addEventListener("mousedown",i),()=>document.removeEventListener("mousedown",i)},[s]);let l=i=>{t(i),o(false);};return jsxRuntime.jsxs("div",{ref:c,className:"relative",children:[jsxRuntime.jsxs(framerMotion.motion.button,{onClick:()=>o(!s),className:"flex items-center gap-2 px-3 py-1.5 rounded-lg text-xs transition-all",style:{background:"linear-gradient(135deg, #007FFF 0%, #0055CC 100%)",color:"#FFFFFF",fontFamily:"Inter, sans-serif",fontWeight:500,boxShadow:"0 2px 8px rgba(0, 229, 204, 0.3)"},whileHover:{scale:1.02,boxShadow:"0 4px 12px rgba(0, 229, 204, 0.4)"},whileTap:{scale:.98},children:[jsxRuntime.jsx(lucideReact.Plus,{className:"w-3.5 h-3.5"}),jsxRuntime.jsx("span",{children:n||a.newTask}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:"w-3 h-3 transition-transform",style:{transform:s?"rotate(180deg)":"rotate(0deg)"}})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:s&&jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:-8,scale:.95},animate:{opacity:1,y:0,scale:1},exit:{opacity:0,y:-8,scale:.95},transition:{duration:.15,ease:"easeOut"},className:"absolute right-0 mt-2 w-48 rounded-lg overflow-hidden z-50",style:{backgroundColor:r.bgSecondary,border:`1px solid ${r.border}`,boxShadow:"0 10px 40px rgba(0, 0, 0, 0.25)"},children:jsxRuntime.jsxs("div",{className:"py-1",children:[jsxRuntime.jsx("div",{className:"px-3 py-2 text-[10px] uppercase tracking-wider",style:{color:r.textTertiary},children:a.selectColumn}),e.sort((i,d)=>i.position-d.position).map((i,d)=>jsxRuntime.jsxs(framerMotion.motion.button,{onClick:()=>l(i.id),className:"w-full flex items-center gap-3 px-3 py-2.5 text-left transition-all",style:{backgroundColor:"transparent",borderBottom:d<e.length-1?`1px solid ${r.borderLight}`:"none"},whileHover:{backgroundColor:r.hoverBg},initial:{opacity:0,x:-10},animate:{opacity:1,x:0},transition:{delay:d*.03},children:[jsxRuntime.jsx("div",{className:"w-2 h-2 rounded-full",style:{backgroundColor:i.color||r.accent}}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("div",{className:"text-xs font-medium truncate",style:{color:r.textPrimary},children:i.title}),jsxRuntime.jsxs("div",{className:"text-[10px] truncate",style:{color:r.textTertiary},children:[i.cardIds.length," ",i.cardIds.length===1?"tarea":"tareas"]})]})]},i.id))]})})})]})}function xy({theme:e,t,onExportCSV:r,onExportJSON:a,onExportExcel:n}){let[s,o]=react.useState(false),[c,l]=react.useState(null),i=react.useRef(null);if(react.useEffect(()=>{let m=f=>{i.current&&!i.current.contains(f.target)&&o(false);};return s&&document.addEventListener("mousedown",m),()=>document.removeEventListener("mousedown",m)},[s]),!(r||a||n))return null;let u=[{id:"csv",label:t.exportCSV,description:"Comma-separated",icon:jsxRuntime.jsx(lucideReact.FileText,{className:"w-4 h-4"}),handler:r},{id:"json",label:t.exportJSON,description:"Data",icon:jsxRuntime.jsx(lucideReact.FileJson,{className:"w-4 h-4"}),handler:a},{id:"excel",label:t.exportExcel,description:"Spreadsheet",icon:jsxRuntime.jsx(lucideReact.FileSpreadsheet,{className:"w-4 h-4"}),handler:n}].filter(m=>m.handler),p=async(m,f)=>{if(f){l(m);try{await f();}catch(x){console.error(`Export ${m} failed:`,x);}finally{l(null),o(false);}}};return jsxRuntime.jsxs("div",{ref:i,className:"relative",children:[jsxRuntime.jsxs(framerMotion.motion.button,{onClick:()=>o(!s),className:"flex items-center gap-2 px-3 py-1.5 rounded-lg text-xs transition-all",style:{backgroundColor:s?e.accent:e.bgSecondary,border:`1px solid ${s?e.accent:e.borderLight}`,color:s?"#FFFFFF":e.textSecondary,fontFamily:"Inter, sans-serif",fontWeight:500},whileHover:{scale:1.02,backgroundColor:e.accent,color:"#FFFFFF"},whileTap:{scale:.98},children:[jsxRuntime.jsx(lucideReact.Download,{className:"w-3.5 h-3.5"}),jsxRuntime.jsx("span",{children:t.export}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:"w-3 h-3 transition-transform",style:{transform:s?"rotate(180deg)":"rotate(0deg)"}})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:s&&jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:-8,scale:.95},animate:{opacity:1,y:0,scale:1},exit:{opacity:0,y:-8,scale:.95},transition:{duration:.15,ease:"easeOut"},className:"absolute right-0 mt-2 w-44 rounded-lg overflow-hidden z-50",style:{backgroundColor:e.bgSecondary,border:`1px solid ${e.border}`,boxShadow:"0 10px 40px rgba(0, 0, 0, 0.25)"},children:jsxRuntime.jsx("div",{className:"py-1",children:u.map((m,f)=>jsxRuntime.jsxs(framerMotion.motion.button,{onClick:()=>p(m.id,m.handler),disabled:c!==null,className:"w-full flex items-center gap-3 px-3 py-2.5 text-left transition-all",style:{backgroundColor:"transparent",borderBottom:f<u.length-1?`1px solid ${e.borderLight}`:"none"},whileHover:{backgroundColor:e.hoverBg},initial:{opacity:0,x:-10},animate:{opacity:1,x:0},transition:{delay:f*.03},children:[jsxRuntime.jsx("div",{className:"flex items-center justify-center w-8 h-8 rounded-md",style:{backgroundColor:e.accentLight,color:e.accent},children:c===m.id?jsxRuntime.jsx(framerMotion.motion.div,{animate:{rotate:360},transition:{duration:1,repeat:1/0,ease:"linear"},children:jsxRuntime.jsx(lucideReact.Download,{className:"w-4 h-4"})}):m.icon}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("div",{className:"text-xs font-medium truncate",style:{color:e.textPrimary},children:m.label}),jsxRuntime.jsx("div",{className:"text-[10px] truncate",style:{color:e.textTertiary},children:m.description})]})]},m.id))})})})]})}function vy({onClick:e,label:t}){return jsxRuntime.jsxs(framerMotion.motion.button,{onClick:e,className:"flex items-center gap-2 px-3 py-1.5 rounded-lg text-xs transition-all",style:{background:"linear-gradient(135deg, #007FFF 0%, #0055CC 100%)",color:"#FFFFFF",fontFamily:"Inter, sans-serif",fontWeight:500,boxShadow:"0 2px 8px rgba(0, 229, 204, 0.3)"},whileHover:{scale:1.02,boxShadow:"0 4px 12px rgba(0, 229, 204, 0.4)"},whileTap:{scale:.98},children:[jsxRuntime.jsx(lucideReact.Plus,{className:"w-3.5 h-3.5"}),jsxRuntime.jsx("span",{children:t})]})}function gc({columns:e,onCreateTask:t,createTaskLabel:r,theme:a="dark",locale:n="es",useColumnSelector:s=false,onExportCSV:o,onExportJSON:c,onExportExcel:l,translations:i,toolbarRightContent:d,toolbarEndContent:u}){let p=a==="dark"?gy:fy,m={...n==="es"?by:hy,...i},f=o||c||l;return jsxRuntime.jsx("div",{className:"h-12 px-4 flex items-center justify-end border-b sticky top-0 z-10",style:{backgroundColor:p.bgGrid,borderColor:p.border},children:jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[d&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[d,jsxRuntime.jsx("div",{className:"w-px h-5",style:{backgroundColor:p.borderLight}})]}),f&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(xy,{theme:p,t:m,onExportCSV:o,onExportJSON:c,onExportExcel:l}),t&&jsxRuntime.jsx("div",{className:"w-px h-6",style:{backgroundColor:p.borderLight}})]}),u,t&&(s?jsxRuntime.jsx(yy,{columns:e,onSelect:t,theme:p,t:m,createTaskLabel:r}):jsxRuntime.jsx(vy,{onClick:()=>t(),label:r||m.newTask}))]})})}function bc({onAddColumn:e,className:t,placeholder:r="Nombre de la columna...",buttonLabel:a="Agregar Columna",disabled:n=false}){let[s,o]=react.useState(false),[c,l]=react.useState(""),i=react.useCallback(()=>{let p=c.trim();p&&(e(p),l(""),o(false));},[c,e]),d=react.useCallback(p=>{p.key==="Enter"?(p.preventDefault(),i()):p.key==="Escape"&&(l(""),o(false));},[i]),u=react.useCallback(()=>{setTimeout(()=>{c.trim()||o(false);},150);},[c]);return s?jsxRuntime.jsx("div",{className:g("asakaa-add-column asakaa-add-column--editing",t),children:jsxRuntime.jsxs("div",{className:"asakaa-add-column__input-wrapper",children:[jsxRuntime.jsx("input",{type:"text",value:c,onChange:p=>l(p.target.value),onKeyDown:d,onBlur:u,placeholder:r,autoFocus:true,className:"asakaa-add-column__input"}),jsxRuntime.jsxs("div",{className:"asakaa-add-column__actions",children:[jsxRuntime.jsx("button",{onClick:i,disabled:!c.trim(),className:"asakaa-add-column__submit",type:"button",children:jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:jsxRuntime.jsx("polyline",{points:"20 6 9 17 4 12"})})}),jsxRuntime.jsx("button",{onClick:()=>{l(""),o(false);},className:"asakaa-add-column__cancel",type:"button",children:jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[jsxRuntime.jsx("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),jsxRuntime.jsx("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})})]})]})}):jsxRuntime.jsx("div",{className:g("asakaa-add-column",t),children:jsxRuntime.jsxs("button",{onClick:()=>o(true),disabled:n,className:"asakaa-add-column__button",type:"button",children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[jsxRuntime.jsx("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),jsxRuntime.jsx("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]}),a]})})}function Bs({onSubmit:e,onCancel:t,availableUsers:r=[],isDark:a=true,locale:n="es",defaultDate:s,className:o,dropdownDirection:c="up"}){let[l,i]=react.useState(""),[d,u]=react.useState(void 0),[p,m]=react.useState(null),[f,x]=react.useState(null),[y,b]=react.useState(false),[h,v]=react.useState(false),[w,C]=react.useState(false),[S,F]=react.useState(s||new Date),k=react.useRef(null),N=n==="es",P=c==="up"?"bottom-full mb-1":"top-full mt-1";react.useEffect(()=>{k.current?.focus();},[]);let T=react.useCallback(()=>{b(false),v(false),C(false);},[]),Y=react.useCallback(()=>{i(""),u(void 0),m(null),x(null),T(),t();},[t,T]),H=react.useCallback(()=>{let K=l.trim();if(!K)return;let j=r.find($=>$.id===p),W=f||s;e({name:K,priority:d,assignee:j||void 0,assigneeId:p,startDate:W,endDate:W}),i(""),u(void 0),m(null),x(null),T(),k.current?.focus();},[l,d,p,f,s,r,e,T]),ee=react.useCallback(K=>{K.key==="Enter"&&l.trim()&&(K.preventDefault(),H()),K.key==="Escape"&&Y();},[H,Y,l]),I=f||s||new Date;return jsxRuntime.jsxs("div",{className:g("quick-task-create",o),onClick:()=>T(),children:[jsxRuntime.jsx("div",{className:"p-2.5",children:jsxRuntime.jsx("input",{ref:k,type:"text",value:l,onChange:K=>i(K.target.value),placeholder:N?"Nombre de la tarea...":"Task name...",className:g("w-full bg-transparent text-sm outline-none font-mono",a?"text-white/90 placeholder:text-white/20":"text-gray-900 placeholder:text-gray-400"),autoFocus:true,onKeyDown:ee})}),jsxRuntime.jsxs("div",{className:g("px-2.5 py-2 flex items-center justify-between border-t",a?"border-white/[0.08]":"border-gray-100"),children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx("button",{onClick:K=>{K.stopPropagation(),b(!y),v(false),C(false);},type:"button",className:g("p-1 rounded transition-colors",d?d==="urgent"||d==="high"?"text-red-400 bg-red-500/20":d==="medium"?"text-yellow-400 bg-yellow-500/20":"text-green-400 bg-green-500/20":a?"hover:bg-white/10 text-white/30":"hover:bg-gray-100 text-gray-400"),children:jsxRuntime.jsx(lucideReact.Flag,{className:"w-3.5 h-3.5"})}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:y&&jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:c==="up"?-5:5},animate:{opacity:1,y:0},exit:{opacity:0,y:c==="up"?-5:5},className:g("absolute left-0 z-[60] rounded-lg shadow-xl overflow-hidden min-w-[120px]",P,a?"bg-[#111] border border-white/10":"bg-white border border-gray-200"),onClick:K=>K.stopPropagation(),children:[{id:"urgent",label:N?"Urgente":"Urgent",color:"bg-red-500"},{id:"high",label:N?"Alta":"High",color:"bg-orange-500"},{id:"medium",label:N?"Media":"Medium",color:"bg-yellow-500"},{id:"low",label:N?"Baja":"Low",color:"bg-green-500"},{id:void 0,label:N?"Sin prioridad":"No priority",color:"bg-gray-400"}].map(K=>jsxRuntime.jsxs("button",{onClick:()=>{u(K.id),b(false);},type:"button",className:g("w-full flex items-center gap-2 px-3 py-1.5 text-xs transition-colors text-left",a?"hover:bg-white/5":"hover:bg-gray-50",d===K.id&&(a?"bg-white/5":"bg-gray-50")),children:[jsxRuntime.jsx("span",{className:g("w-2 h-2 rounded-full",K.color)}),jsxRuntime.jsx("span",{className:a?"text-white":"text-gray-900",children:K.label})]},K.id||"none"))})})]}),jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsxs("button",{onClick:K=>{K.stopPropagation(),C(!w),b(false),v(false),F(f||s||new Date);},type:"button",className:g("flex items-center gap-1 text-xs px-1.5 py-0.5 rounded transition-colors font-mono",f?a?"bg-[#007FFF]/20 text-[#007FFF]":"bg-[#00E5CC]/20 text-[#00C4AE]":a?"bg-white/5 text-white/30 hover:bg-white/10":"bg-gray-100 text-gray-500 hover:bg-gray-200"),children:[jsxRuntime.jsx(lucideReact.CalendarDays,{className:"w-3 h-3"}),I.toLocaleDateString(N?"es-ES":"en-US",{day:"numeric",month:"short"})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:w&&jsxRuntime.jsxs(framerMotion.motion.div,{initial:{opacity:0,y:c==="up"?-5:5},animate:{opacity:1,y:0},exit:{opacity:0,y:c==="up"?-5:5},className:g("absolute left-0 z-[60] rounded-xl shadow-2xl overflow-hidden flex",P,a?"bg-[#111] border border-white/10":"bg-white border border-gray-200"),onClick:K=>K.stopPropagation(),children:[jsxRuntime.jsx("div",{className:g("w-40 py-2 border-r",a?"border-white/10":"border-gray-200"),children:(()=>{let K=new Date,j=new Date(K);j.setDate(K.getDate()+1);let W=new Date(K);W.setDate(K.getDate()+((6-K.getDay()+7)%7||7));let $=new Date(K);$.setDate(K.getDate()+((1-K.getDay()+7)%7||7));let ve=new Date(K);ve.setDate(K.getDate()+14);let We=new Date(K);We.setDate(K.getDate()+28);let Pe=N?"es-ES":"en-US";return [{label:N?"Hoy":"Today",date:K,display:K.toLocaleDateString(Pe,{weekday:"short"}).slice(0,3)+"."},{label:N?"Ma\xF1ana":"Tomorrow",date:j,display:j.toLocaleDateString(Pe,{weekday:"short"}).slice(0,3)+"."},{label:N?"Este fin de semana":"This weekend",date:W,display:N?"s\xE1b.":"sat."},{label:N?"Pr\xF3xima semana":"Next week",date:$,display:N?"lun.":"mon."},{label:N?"2 semanas":"2 weeks",date:ve,display:ve.toLocaleDateString(Pe,{day:"numeric",month:"short"})},{label:N?"4 semanas":"4 weeks",date:We,display:We.toLocaleDateString(Pe,{day:"numeric",month:"short"})}].map((ye,fe)=>jsxRuntime.jsxs("button",{type:"button",className:g("w-full flex items-center justify-between px-3 py-1.5 text-xs transition-colors",a?"hover:bg-white/5 text-white":"hover:bg-gray-50 text-gray-900"),onClick:()=>{x(ye.date),C(false);},children:[jsxRuntime.jsx("span",{children:ye.label}),jsxRuntime.jsx("span",{className:g("text-[10px] font-mono",a?"text-white/30":"text-gray-400"),children:ye.display})]},fe))})()}),jsxRuntime.jsxs("div",{className:"p-3",children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between mb-3",children:[jsxRuntime.jsx("span",{className:g("text-xs font-medium font-mono",a?"text-white":"text-gray-900"),children:S.toLocaleDateString(N?"es-ES":"en-US",{month:"long",year:"numeric"})}),jsxRuntime.jsxs("div",{className:"flex items-center gap-0.5",children:[jsxRuntime.jsx("button",{type:"button",onClick:()=>F(new Date),className:g("px-1.5 py-0.5 rounded text-[10px] transition-colors font-mono",a?"hover:bg-white/10 text-white/40":"hover:bg-gray-100 text-gray-500"),children:N?"Hoy":"Today"}),jsxRuntime.jsx("button",{type:"button",onClick:()=>F(new Date(S.getFullYear(),S.getMonth()-1)),className:g("p-0.5 rounded",a?"hover:bg-white/10":"hover:bg-gray-100"),children:jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"w-3.5 h-3.5"})}),jsxRuntime.jsx("button",{type:"button",onClick:()=>F(new Date(S.getFullYear(),S.getMonth()+1)),className:g("p-0.5 rounded",a?"hover:bg-white/10":"hover:bg-gray-100"),children:jsxRuntime.jsx(lucideReact.ChevronRight,{className:"w-3.5 h-3.5"})})]})]}),jsxRuntime.jsx("div",{className:"grid grid-cols-7 gap-0.5 mb-1",children:(N?["do","lu","ma","mi","ju","vi","s\xE1"]:["su","mo","tu","we","th","fr","sa"]).map(K=>jsxRuntime.jsx("div",{className:g("w-6 h-6 flex items-center justify-center text-[10px] font-mono",a?"text-white/30":"text-gray-400"),children:K},K))}),jsxRuntime.jsx("div",{className:"grid grid-cols-7 gap-0.5",children:(()=>{let K=S.getFullYear(),j=S.getMonth(),W=new Date(K,j,1).getDay(),$=new Date(K,j+1,0).getDate(),ve=new Date(K,j,0).getDate(),We=new Date().toDateString(),Pe=[];for(let ye=W-1;ye>=0;ye--)Pe.push({dayNum:ve-ye,isCurrent:false,date:new Date(K,j-1,ve-ye)});for(let ye=1;ye<=$;ye++)Pe.push({dayNum:ye,isCurrent:true,date:new Date(K,j,ye)});let be=42-Pe.length;for(let ye=1;ye<=be;ye++)Pe.push({dayNum:ye,isCurrent:false,date:new Date(K,j+1,ye)});return Pe.map((ye,fe)=>{let ze=ye.date.toDateString()===We,Ce=(f||s)?.toDateString()===ye.date.toDateString();return jsxRuntime.jsx("button",{type:"button",className:g("w-6 h-6 rounded-full flex items-center justify-center text-[10px] transition-colors font-mono",!ye.isCurrent&&(a?"text-white/20":"text-gray-300"),ye.isCurrent&&(a?"text-white":"text-gray-900"),ze&&"ring-1 ring-[#007FFF]",Ce&&"bg-[#007FFF] text-white",!Ce&&(a?"hover:bg-white/10":"hover:bg-gray-100")),onClick:()=>{x(ye.date),C(false);},children:ye.dayNum},fe)})})()})]})]})})]}),jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx("button",{onClick:K=>{K.stopPropagation(),v(!h),b(false),C(false);},type:"button",className:g("p-1 rounded transition-colors",p?"text-[#007FFF] bg-[#007FFF]/20":a?"hover:bg-white/10 text-white/30":"hover:bg-gray-100 text-gray-400"),children:p?jsxRuntime.jsx("div",{className:"w-4 h-4 rounded-full flex items-center justify-center text-white text-[8px] font-mono font-bold",style:{backgroundColor:r.find(K=>K.id===p)?.color||"#007FFF"},children:r.find(K=>K.id===p)?.initials||r.find(K=>K.id===p)?.name?.slice(0,2).toUpperCase()}):jsxRuntime.jsx(lucideReact.User,{className:"w-3.5 h-3.5"})}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:h&&jsxRuntime.jsxs(framerMotion.motion.div,{initial:{opacity:0,y:c==="up"?-5:5},animate:{opacity:1,y:0},exit:{opacity:0,y:c==="up"?-5:5},className:g("absolute left-0 z-[60] rounded-lg shadow-xl overflow-hidden min-w-[160px] max-h-[200px] overflow-y-auto",P,a?"bg-[#111] border border-white/10":"bg-white border border-gray-200"),onClick:K=>K.stopPropagation(),children:[jsxRuntime.jsxs("button",{type:"button",onClick:()=>{m(null),v(false);},className:g("w-full flex items-center gap-2 px-3 py-1.5 text-xs transition-colors text-left",a?"hover:bg-white/5":"hover:bg-gray-50",!p&&(a?"bg-white/5":"bg-gray-50")),children:[jsxRuntime.jsx("div",{className:g("w-5 h-5 rounded-full flex items-center justify-center",a?"bg-white/10":"bg-gray-200"),children:jsxRuntime.jsx(lucideReact.User,{className:"w-3 h-3 text-gray-400"})}),jsxRuntime.jsx("span",{className:a?"text-white/40":"text-gray-500",children:N?"Sin asignar":"Unassigned"})]}),r.map(K=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>{m(K.id),v(false);},className:g("w-full flex items-center gap-2 px-3 py-1.5 text-xs transition-colors text-left",a?"hover:bg-white/5":"hover:bg-gray-50",p===K.id&&(a?"bg-white/5":"bg-gray-50")),children:[jsxRuntime.jsx("div",{className:"w-5 h-5 rounded-full flex items-center justify-center text-white text-[9px] font-mono font-bold",style:{backgroundColor:K.color||"#007FFF"},children:K.initials||K.name?.slice(0,2).toUpperCase()}),jsxRuntime.jsx("span",{className:a?"text-white":"text-gray-900",children:K.name})]},K.id)),r.length===0&&jsxRuntime.jsx("div",{className:g("px-3 py-2 text-xs font-mono",a?"text-white/30":"text-gray-400"),children:N?"No hay usuarios disponibles":"No users available"})]})})]})]}),jsxRuntime.jsx("button",{onClick:H,disabled:!l.trim(),type:"button",className:g("px-2.5 py-1 rounded text-xs font-mono font-medium transition-colors",l.trim()?"bg-[#007FFF] hover:bg-[#0066CC] text-white":a?"bg-white/5 text-white/20":"bg-gray-100 text-gray-400"),children:N?"Guardar":"Save"})]})]})}function wc({columnId:e,onAddCard:t,availableUsers:r=[],className:a,buttonLabel:n,disabled:s=false,theme:o="dark",locale:c="es"}){let[l,i]=react.useState(false),d=react.useRef(null),u=react.useRef(null),[p,m]=react.useState({}),[f,x]=react.useState(false),y=o==="dark",h={buttonLabel:n||(c==="es"?"Agregar Tarea":"Add Task")};react.useEffect(()=>{if(!l||!d.current)return;let w=90,C=()=>{let S=d.current.getBoundingClientRect(),k=window.innerHeight-S.bottom<w+8;x(k),m({position:"fixed",...k?{bottom:window.innerHeight-S.top+4}:{top:S.bottom+4},left:S.left,width:S.width,zIndex:9999});};return C(),window.addEventListener("scroll",C,true),window.addEventListener("resize",C),()=>{window.removeEventListener("scroll",C,true),window.removeEventListener("resize",C);}},[l]),react.useEffect(()=>{if(!l)return;let w=C=>{let S=C.target;u.current&&!u.current.contains(S)&&d.current&&!d.current.contains(S)&&i(false);};return document.addEventListener("mousedown",w),()=>document.removeEventListener("mousedown",w)},[l]);let v=react.useCallback(w=>{t({name:w.name,columnId:e,assigneeIds:w.assigneeId?[w.assigneeId]:void 0,startDate:w.startDate,endDate:w.endDate,priority:w.priority});},[t,e]);return jsxRuntime.jsxs("div",{ref:d,className:g("asakaa-add-card",a),children:[jsxRuntime.jsxs("button",{onClick:()=>i(!l),disabled:s,className:"asakaa-add-card__button",type:"button",children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[jsxRuntime.jsx("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),jsxRuntime.jsx("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]}),h.buttonLabel]}),reactDom.createPortal(jsxRuntime.jsx(framerMotion.AnimatePresence,{children:l&&jsxRuntime.jsx(framerMotion.motion.div,{ref:u,initial:{opacity:0,y:f?4:-4,scale:.97},animate:{opacity:1,y:0,scale:1},exit:{opacity:0,y:f?4:-4,scale:.97},transition:{duration:.12},style:p,className:g("rounded-lg shadow-2xl",y?"bg-[#0A0A0A]/95 backdrop-blur-xl border border-white/[0.08] shadow-[0_8px_32px_rgba(0,0,0,0.6)]":"bg-white border border-gray-200 shadow-xl"),children:jsxRuntime.jsx(Bs,{onSubmit:v,onCancel:()=>i(false),availableUsers:r,isDark:y,locale:c,dropdownDirection:"up"})})}),document.body)]})}var Os=class extends core.BaseViewAdapter{constructor(r={}){super();this.id="kanban";this.name="Kanban Board";this.version="1.0.0";this.description="";this.icon="";this.supportedExports=["json","csv","pdf","png"];this.root=null;this.description="Interactive Kanban board with drag & drop, filters, and real-time updates",this.icon="\u{1F4CB}",this.kanbanConfig=r,this.options={animations:r.viewOptions?.animations??true,virtualScrolling:r.viewOptions?.virtualScrolling??false,theme:r.viewOptions?.theme??"dark",readonly:r.viewOptions?.readonly??false};}mount(r,a){this.isMounted()&&(console.warn("[KanbanViewAdapter] Already mounted, unmounting first"),this.unmount()),this.container=r,this.data=a,this.root=client.createRoot(r),this.render(),this.emit("view:mounted",{viewId:this.id,timestamp:Date.now()});}unmount(){this.isMounted()&&(this.emit("view:unmounted",{viewId:this.id,timestamp:Date.now()}),this.root&&(this.root.unmount(),this.root=null),this.container&&(this.container.innerHTML="",this.container=null),this.data=null);}update(r){if(!this.isMounted()){console.warn("[KanbanViewAdapter] Not mounted, cannot update");return}this.data=r,this.render(),this.emit("view:updated",{viewId:this.id,data:r});}configure(r){this.options={...this.options,...r},this.isMounted()&&this.render();}async export(r){if(!this.data)throw new Error("No data to export");switch(r){case "json":return JSON.stringify(this.data,null,2);case "csv":return this.exportToCSV();case "pdf":return this.exportToPDF();case "png":return this.exportToPNG();default:throw new Error(`Unsupported export format: ${r}`)}}render(){if(!this.root||!this.data)return;let r={id:this.data.board?.id||"board-1",title:this.data.board?.title||"Untitled Board",columns:this.data.columns,cards:this.data.cards};this.root.render(jsxRuntime.jsx(Jn,{board:r,callbacks:this.kanbanConfig.callbacks||{},onCardClick:this.kanbanConfig.onCardClick,renderProps:this.kanbanConfig.renderProps,config:this.kanbanConfig.config,availableUsers:this.kanbanConfig.availableUsers,className:this.kanbanConfig.className,style:this.kanbanConfig.style}));}exportToCSV(){if(!this.data)return "";let r=[["Card ID","Title","Column","Description","Labels","Assignees","Due Date","Position"]];return this.data.cards.forEach(a=>{let n=this.data.columns.find(s=>s.id===a.columnId);r.push([a.id,a.title,n?.title||"",a.description||"",a.labels?.join(", ")||"",a.assignedUserIds?.join(", ")||a.assigneeId||"",a.dueDate?.toString()||"",a.position.toString()]);}),r.map(a=>a.map(n=>`"${n}"`).join(",")).join(`
18
+ `}),jsxRuntime.jsx("div",{ref:hr,className:g("flex-1 overflow-y-auto py-4 pl-4 pr-2 activity-comments-scroll",I?"scrollbar-slim":"scrollbar-slim-light"),children:f.length>0?jsxRuntime.jsx("div",{className:"space-y-4",children:[...f].sort((M,R)=>{let q=typeof M.createdAt=="string"?new Date(M.createdAt):M.createdAt,xe=typeof R.createdAt=="string"?new Date(R.createdAt):R.createdAt;return q.getTime()-xe.getTime()}).map(M=>jsxRuntime.jsxs("div",{className:"flex gap-3",children:[jsxRuntime.jsx("div",{className:"w-6 h-6 rounded-full flex items-center justify-center text-white text-[10px] font-medium flex-shrink-0",style:{backgroundColor:M.user?.color||"#8B5CF6"},children:M.user?.name?.slice(0,2).toUpperCase()||"U"}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2 mb-1",children:[jsxRuntime.jsx("span",{className:g("text-sm font-medium",I?"text-white":"text-gray-900"),children:M.user?.name||(o==="es"?"Usuario":"User")}),jsxRuntime.jsx("span",{className:g("text-xs",I?"text-[#6B7280]":"text-gray-400"),children:me(M.createdAt)})]}),jsxRuntime.jsx("div",{className:g("text-sm",I?"text-[#9CA3AF]":"text-gray-600"),children:jsxRuntime.jsx(up,{content:M.content,theme:s})}),M.attachments&&M.attachments.length>0&&jsxRuntime.jsx("div",{className:"flex flex-wrap gap-2 mt-2",children:M.attachments.map(R=>{let q=R.type.startsWith("image/");return jsxRuntime.jsxs("a",{href:R.url,target:"_blank",rel:"noopener noreferrer",className:g("flex items-center gap-2 px-2 py-1.5 rounded-lg transition-colors",I?"bg-white/5 hover:bg-white/10":"bg-gray-100 hover:bg-gray-200"),children:[q?jsxRuntime.jsx(lucideReact.Image,{className:g("w-4 h-4",I?"text-[#9CA3AF]":"text-gray-500")}):jsxRuntime.jsx(lucideReact.File,{className:g("w-4 h-4",I?"text-[#9CA3AF]":"text-gray-500")}),jsxRuntime.jsx("span",{className:g("text-xs truncate max-w-[100px]",I?"text-white":"text-gray-900"),children:R.name})]},R.id)})})]})]},M.id))}):jsxRuntime.jsxs("div",{className:"flex flex-col items-center justify-center h-full text-center",children:[jsxRuntime.jsx(lucideReact.MessageSquare,{className:g("w-10 h-10 mb-3",I?"text-[#3B4252]":"text-gray-300")}),jsxRuntime.jsx("p",{className:g("text-sm",I?"text-[#6B7280]":"text-gray-500"),children:o==="es"?"Sin actividad reciente":"No recent activity"})]})}),jsxRuntime.jsx("div",{className:g("py-4 pl-4 pr-2 border-t",I?"border-white/10":"border-gray-200"),children:jsxRuntime.jsx(dp,{value:tt,onChange:Qe,onSubmit:ua,users:b,placeholder:o==="es"?"Escribe un comentario... (usa @ para mencionar)":"Write a comment... (use @ to mention)",disabled:!x,isSubmitting:Ht,theme:s,locale:o,currentUser:y,enableEmoji:true,enableAttachments:!!h,pendingFiles:qt,onFilesSelect:ot,onRemoveFile:_e})})]})]})]})})}function pc(){let[e,t]=react.useState(()=>core.dragStore.getState());react.useEffect(()=>core.dragStore.subscribe(n=>{t(n);}),[]);let r=react.useCallback(a=>{core.dragStore.setState(a);},[]);return [e,r]}function Jn({board:e,callbacks:t,onCardClick:r,renderProps:a,config:n,availableUsers:s=[],className:o,style:c,isLoading:l,error:i,children:d,availableTags:u=[],onCreateTag:p,attachmentsByCard:m,onUploadAttachments:f,onDeleteAttachment:x,comments:y,onAddComment:b,currentUser:h,mentionableUsers:v,onTaskOpen:w,onUploadCommentAttachments:C,enableTimeTracking:S,timeTrackingSummary:F,timeEntries:k,timerState:N,onLogTime:P,onUpdateEstimate:T,onUpdateSoldEffort:Y,onStartTimer:H,onStopTimer:ee,onDiscardTimer:I,blurFinancials:K=false,sidePanel:j,renderColumnMetrics:W,suppressDetailModal:$=false}){let[ve,We]=pc(),[Pe,be]=react.useState(null),[ye,fe]=react.useState(false),ze=react.useRef(null),Ce=react.useRef({x:0,y:0,scrollLeft:0,scrollTop:0}),Ae=n?.theme||"dark",Me=Ae==="dark"||Ae==="neutral",qe=Me?"dark":"",de=react.useCallback((L,oe)=>{t.onCardUpdate?.(L,oe);},[t]),et=react.useCallback((L,oe)=>{t.onColumnUpdate?.(L,{title:oe});},[t]),Re=react.useCallback(L=>{t.onColumnDelete?.(L);},[t]),Be=["todo","in-progress","completed"],Nt=core$1.useSensors(core$1.useSensor(core$1.PointerSensor,{activationConstraint:{distance:8}}),core$1.useSensor(core$1.KeyboardSensor,{coordinateGetter:sortable.sortableKeyboardCoordinates})),bt=react.useMemo(()=>{let L=new Map;return e.columns.forEach(oe=>{let B=oe.cardIds.map(_=>e.cards.find(U=>U.id===_)).filter(_=>_!==void 0).sort((_,U)=>_.position-U.position);L.set(oe.id,B);}),L},[e.cards,e.columns]);react.useEffect(()=>{let L=ze.current;if(!L)return;let oe=J=>{let De=J.target,pe=J.button===1,rt=De===L||De.classList.contains("asakaa-column")&&!De.closest(".asakaa-card");(pe||J.button===0&&rt&&!ve.isDragging)&&(J.preventDefault(),fe(true),Ce.current={x:J.clientX,y:J.clientY,scrollLeft:L.scrollLeft,scrollTop:L.scrollTop},L.style.cursor="grabbing",L.style.userSelect="none");},B=J=>{if(!ye)return;let De=J.clientX-Ce.current.x,pe=J.clientY-Ce.current.y;L.scrollLeft=Ce.current.scrollLeft-De,L.scrollTop=Ce.current.scrollTop-pe;},_=()=>{ye&&(fe(false),L.style.cursor="",L.style.userSelect="");},U=()=>{ye&&(fe(false),L.style.cursor="",L.style.userSelect="");};return L.addEventListener("mousedown",oe),document.addEventListener("mousemove",B),document.addEventListener("mouseup",_),L.addEventListener("mouseleave",U),()=>{L.removeEventListener("mousedown",oe),document.removeEventListener("mousemove",B),document.removeEventListener("mouseup",_),L.removeEventListener("mouseleave",U);}},[ye,ve.isDragging]);let Oe=react.useMemo(()=>e.cards.map(L=>({id:L.id,name:L.title,startDate:L.startDate?new Date(L.startDate):void 0,endDate:L.endDate?new Date(L.endDate):void 0,progress:L.progress||0,status:L.columnId,priority:L.priority?.toLowerCase(),dependencies:Array.isArray(L.dependencies)?L.dependencies.map(oe=>typeof oe=="string"?oe:oe.taskId):[]})),[e.cards]),Ie=react.useCallback(L=>{let{active:oe}=L,B=e.cards.find(_=>_.id===oe.id);B&&We({isDragging:true,draggedCardId:B.id,sourceColumnId:B.columnId,targetColumnId:B.columnId});},[e.cards,We]),st=react.useCallback(L=>{let{active:oe,over:B}=L;if(!B||!e.cards.find(J=>J.id===oe.id))return;let U=null;B.data.current?.type==="column"?U=B.id:B.data.current?.type==="card"&&(U=e.cards.find(De=>De.id===B.id)?.columnId||null),U&&U!==ve.targetColumnId&&We({...ve,targetColumnId:U});},[e.cards,ve,We]),kt=react.useCallback(async L=>{let{active:oe,over:B}=L;if(We({isDragging:false,draggedCardId:null,sourceColumnId:null,targetColumnId:null}),!B)return;let _=e.cards.find(pe=>pe.id===oe.id);if(!_)return;let U,J;if(B.data.current?.type==="column"){U=B.id;let pe=bt.get(U)||[];J=ql(pe,0);}else {let pe=e.cards.find(Qe=>Qe.id===B.id);if(!pe)return;U=pe.columnId;let rt=bt.get(U)||[],tt=rt.findIndex(Qe=>Qe.id===B.id);J=ql(rt,tt);}let De=e.columns.find(pe=>pe.id===U);if(De&&De.wipLimit&&De.wipLimitType==="hard"){let pe=bt.get(U)||[];if(_.columnId!==U&&pe.length>=De.wipLimit){t.onWipLimitExceeded?.(De,_);return}}(_.columnId!==U||_.position!==J)&&await t.onCardMove?.(_.id,U,J);},[e.cards,e.columns,bt,t,We]),$e=react.useCallback(L=>{$||be(L),r?.(L),w?.(L.id);},[r,w,$]),He=react.useCallback(L=>{t.onCardUpdate?.(L.id,L),be(L);},[t]);return l?jsxRuntime.jsx("div",{className:g("asakaa-board",qe,o),style:c,children:jsxRuntime.jsx(cy,{columnCount:3})}):i?jsxRuntime.jsx("div",{className:g("asakaa-board",qe,o),style:c,children:jsxRuntime.jsx("div",{className:"flex items-center justify-center w-full h-64",children:jsxRuntime.jsxs("div",{className:"text-center",children:[jsxRuntime.jsx("p",{className:"text-asakaa-accent-red text-lg font-semibold mb-2",children:"Error loading board"}),jsxRuntime.jsx("p",{className:"text-asakaa-text-secondary text-sm",children:typeof i=="string"?i:i.message})]})})}):jsxRuntime.jsxs(Hu,{themeName:Ae,children:[jsxRuntime.jsxs("div",{className:g("flex h-full overflow-hidden",j?"flex-row":""),children:[jsxRuntime.jsxs(core$1.DndContext,{sensors:Nt,collisionDetection:core$1.closestCorners,onDragStart:Ie,onDragOver:st,onDragEnd:kt,children:[jsxRuntime.jsxs("div",{ref:ze,className:g("asakaa-board",j?"flex-1":"",qe,o),style:{...c,cursor:ye?"grabbing":void 0},"data-theme":Ae,children:[e.columns.sort((L,oe)=>L.position-oe.position).map(L=>{let oe=bt.get(L.id)||[],B=!Be.includes(L.id),_=a?.renderColumnFooter?.(L);return jsxRuntime.jsxs("div",{className:"asakaa-column-wrapper",children:[jsxRuntime.jsx(_o,{column:L,cards:oe,renderCard:a?.renderCard,renderColumn:a?.renderColumn,renderHeader:a?.renderColumnHeader,renderEmptyState:a?.renderEmptyState,renderMetrics:W?(U,J)=>W(U,J):void 0,onCardClick:$e,onCardUpdate:de,onColumnRename:t.onColumnUpdate?et:void 0,onColumnDelete:t.onColumnDelete?Re:void 0,isDeletable:B,locale:n?.locale==="es"?"es":"en",availableUsers:s,allCards:e.cards,enableVirtualization:n?.enableVirtualization,cardHeight:n?.cardHeight}),_]},L.id)}),d]}),jsxRuntime.jsx(core$1.DragOverlay,{children:ve.draggedCardId?jsxRuntime.jsx(Ln,{card:e.cards.find(L=>L.id===ve.draggedCardId),render:a?.renderCardOverlay||a?.renderCard,disableDrag:true,className:"opacity-90 rotate-3 shadow-2xl"}):null})]}),j]}),!$&&jsxRuntime.jsx(No,{task:Pe,isOpen:!!Pe,onClose:()=>be(null),onCardUpdate:He,theme:Me?"dark":"light",locale:n?.locale==="es"?"es":"en",availableUsers:s,availableTags:u,onCreateTag:p,attachments:Pe?m?.get(Pe.id)||[]:[],onUploadAttachments:f,onDeleteAttachment:x,availableTasks:Oe,comments:y,onAddComment:b,currentUser:h,mentionableUsers:v,onUploadCommentAttachments:C,enableTimeTracking:S,timeTrackingSummary:F,timeEntries:k,isTimerRunning:N?.isRunning,timerElapsedSeconds:N?.elapsedSeconds,onTimeLog:P,onEstimateUpdate:T,onSoldEffortUpdate:Y,onTimerStart:H,onTimerStop:ee,onTimerDiscard:I,blurFinancials:K})]})}function cy({columnCount:e}){return jsxRuntime.jsx(jsxRuntime.Fragment,{children:Array.from({length:e}).map((t,r)=>jsxRuntime.jsxs("div",{className:"asakaa-column",children:[jsxRuntime.jsx("div",{className:"asakaa-skeleton h-8 mb-3"}),jsxRuntime.jsxs("div",{className:"flex flex-col gap-2",children:[jsxRuntime.jsx("div",{className:"asakaa-skeleton h-24"}),jsxRuntime.jsx("div",{className:"asakaa-skeleton h-32"}),jsxRuntime.jsx("div",{className:"asakaa-skeleton h-28"})]})]},r))})}var gy={bgGrid:"#050505",bgSecondary:"#0A0A0A",border:"rgba(255, 255, 255, 0.08)",borderLight:"rgba(255, 255, 255, 0.05)",textPrimary:"rgba(255, 255, 255, 0.92)",textSecondary:"rgba(255, 255, 255, 0.60)",textTertiary:"rgba(255, 255, 255, 0.35)",accent:"#007FFF",accentLight:"rgba(0, 229, 204, 0.15)",hoverBg:"rgba(255, 255, 255, 0.04)"},fy={bgGrid:"#FFFFFF",bgSecondary:"#F9FAFB",border:"rgba(0, 0, 0, 0.1)",borderLight:"rgba(0, 0, 0, 0.05)",textPrimary:"#111827",textSecondary:"#6B7280",textTertiary:"#9CA3AF",accent:"#00E5CC",accentLight:"rgba(0, 229, 204, 0.1)",hoverBg:"rgba(0, 0, 0, 0.05)"},by={newTask:"Nueva Tarea",selectColumn:"Seleccionar columna",export:"Exportar",exportCSV:"CSV",exportJSON:"JSON",exportExcel:"Excel"},hy={newTask:"New Task",selectColumn:"Select column",export:"Export",exportCSV:"CSV",exportJSON:"JSON",exportExcel:"Excel"};function yy({columns:e,onSelect:t,theme:r,t:a,createTaskLabel:n}){let[s,o]=react.useState(false),c=react.useRef(null);react.useEffect(()=>{let i=d=>{c.current&&!c.current.contains(d.target)&&o(false);};return s&&document.addEventListener("mousedown",i),()=>document.removeEventListener("mousedown",i)},[s]);let l=i=>{t(i),o(false);};return jsxRuntime.jsxs("div",{ref:c,className:"relative",children:[jsxRuntime.jsxs(framerMotion.motion.button,{onClick:()=>o(!s),className:"flex items-center gap-2 px-3 py-1.5 rounded-lg text-xs transition-all",style:{background:"linear-gradient(135deg, #007FFF 0%, #0055CC 100%)",color:"#FFFFFF",fontFamily:"Inter, sans-serif",fontWeight:500,boxShadow:"0 2px 8px rgba(0, 229, 204, 0.3)"},whileHover:{scale:1.02,boxShadow:"0 4px 12px rgba(0, 229, 204, 0.4)"},whileTap:{scale:.98},children:[jsxRuntime.jsx(lucideReact.Plus,{className:"w-3.5 h-3.5"}),jsxRuntime.jsx("span",{children:n||a.newTask}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:"w-3 h-3 transition-transform",style:{transform:s?"rotate(180deg)":"rotate(0deg)"}})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:s&&jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:-8,scale:.95},animate:{opacity:1,y:0,scale:1},exit:{opacity:0,y:-8,scale:.95},transition:{duration:.15,ease:"easeOut"},className:"absolute right-0 mt-2 w-48 rounded-lg overflow-hidden z-50",style:{backgroundColor:r.bgSecondary,border:`1px solid ${r.border}`,boxShadow:"0 10px 40px rgba(0, 0, 0, 0.25)"},children:jsxRuntime.jsxs("div",{className:"py-1",children:[jsxRuntime.jsx("div",{className:"px-3 py-2 text-[10px] uppercase tracking-wider",style:{color:r.textTertiary},children:a.selectColumn}),e.sort((i,d)=>i.position-d.position).map((i,d)=>jsxRuntime.jsxs(framerMotion.motion.button,{onClick:()=>l(i.id),className:"w-full flex items-center gap-3 px-3 py-2.5 text-left transition-all",style:{backgroundColor:"transparent",borderBottom:d<e.length-1?`1px solid ${r.borderLight}`:"none"},whileHover:{backgroundColor:r.hoverBg},initial:{opacity:0,x:-10},animate:{opacity:1,x:0},transition:{delay:d*.03},children:[jsxRuntime.jsx("div",{className:"w-2 h-2 rounded-full",style:{backgroundColor:i.color||r.accent}}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("div",{className:"text-xs font-medium truncate",style:{color:r.textPrimary},children:i.title}),jsxRuntime.jsxs("div",{className:"text-[10px] truncate",style:{color:r.textTertiary},children:[i.cardIds.length," ",i.cardIds.length===1?"tarea":"tareas"]})]})]},i.id))]})})})]})}function xy({theme:e,t,onExportCSV:r,onExportJSON:a,onExportExcel:n}){let[s,o]=react.useState(false),[c,l]=react.useState(null),i=react.useRef(null);if(react.useEffect(()=>{let m=f=>{i.current&&!i.current.contains(f.target)&&o(false);};return s&&document.addEventListener("mousedown",m),()=>document.removeEventListener("mousedown",m)},[s]),!(r||a||n))return null;let u=[{id:"csv",label:t.exportCSV,description:"Comma-separated",icon:jsxRuntime.jsx(lucideReact.FileText,{className:"w-4 h-4"}),handler:r},{id:"json",label:t.exportJSON,description:"Data",icon:jsxRuntime.jsx(lucideReact.FileJson,{className:"w-4 h-4"}),handler:a},{id:"excel",label:t.exportExcel,description:"Spreadsheet",icon:jsxRuntime.jsx(lucideReact.FileSpreadsheet,{className:"w-4 h-4"}),handler:n}].filter(m=>m.handler),p=async(m,f)=>{if(f){l(m);try{await f();}catch(x){console.error(`Export ${m} failed:`,x);}finally{l(null),o(false);}}};return jsxRuntime.jsxs("div",{ref:i,className:"relative",children:[jsxRuntime.jsxs(framerMotion.motion.button,{onClick:()=>o(!s),className:"flex items-center gap-2 px-3 py-1.5 rounded-lg text-xs transition-all",style:{backgroundColor:s?e.accent:e.bgSecondary,border:`1px solid ${s?e.accent:e.borderLight}`,color:s?"#FFFFFF":e.textSecondary,fontFamily:"Inter, sans-serif",fontWeight:500},whileHover:{scale:1.02,backgroundColor:e.accent,color:"#FFFFFF"},whileTap:{scale:.98},children:[jsxRuntime.jsx(lucideReact.Download,{className:"w-3.5 h-3.5"}),jsxRuntime.jsx("span",{children:t.export}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:"w-3 h-3 transition-transform",style:{transform:s?"rotate(180deg)":"rotate(0deg)"}})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:s&&jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:-8,scale:.95},animate:{opacity:1,y:0,scale:1},exit:{opacity:0,y:-8,scale:.95},transition:{duration:.15,ease:"easeOut"},className:"absolute right-0 mt-2 w-44 rounded-lg overflow-hidden z-50",style:{backgroundColor:e.bgSecondary,border:`1px solid ${e.border}`,boxShadow:"0 10px 40px rgba(0, 0, 0, 0.25)"},children:jsxRuntime.jsx("div",{className:"py-1",children:u.map((m,f)=>jsxRuntime.jsxs(framerMotion.motion.button,{onClick:()=>p(m.id,m.handler),disabled:c!==null,className:"w-full flex items-center gap-3 px-3 py-2.5 text-left transition-all",style:{backgroundColor:"transparent",borderBottom:f<u.length-1?`1px solid ${e.borderLight}`:"none"},whileHover:{backgroundColor:e.hoverBg},initial:{opacity:0,x:-10},animate:{opacity:1,x:0},transition:{delay:f*.03},children:[jsxRuntime.jsx("div",{className:"flex items-center justify-center w-8 h-8 rounded-md",style:{backgroundColor:e.accentLight,color:e.accent},children:c===m.id?jsxRuntime.jsx(framerMotion.motion.div,{animate:{rotate:360},transition:{duration:1,repeat:1/0,ease:"linear"},children:jsxRuntime.jsx(lucideReact.Download,{className:"w-4 h-4"})}):m.icon}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("div",{className:"text-xs font-medium truncate",style:{color:e.textPrimary},children:m.label}),jsxRuntime.jsx("div",{className:"text-[10px] truncate",style:{color:e.textTertiary},children:m.description})]})]},m.id))})})})]})}function vy({onClick:e,label:t}){return jsxRuntime.jsxs(framerMotion.motion.button,{onClick:e,className:"flex items-center gap-2 px-3 py-1.5 rounded-lg text-xs transition-all",style:{background:"linear-gradient(135deg, #007FFF 0%, #0055CC 100%)",color:"#FFFFFF",fontFamily:"Inter, sans-serif",fontWeight:500,boxShadow:"0 2px 8px rgba(0, 229, 204, 0.3)"},whileHover:{scale:1.02,boxShadow:"0 4px 12px rgba(0, 229, 204, 0.4)"},whileTap:{scale:.98},children:[jsxRuntime.jsx(lucideReact.Plus,{className:"w-3.5 h-3.5"}),jsxRuntime.jsx("span",{children:t})]})}function gc({columns:e,onCreateTask:t,createTaskLabel:r,theme:a="dark",locale:n="es",useColumnSelector:s=false,onExportCSV:o,onExportJSON:c,onExportExcel:l,translations:i,toolbarRightContent:d,toolbarEndContent:u}){let p=a==="dark"?gy:fy,m={...n==="es"?by:hy,...i},f=o||c||l;return jsxRuntime.jsx("div",{className:"h-12 px-4 flex items-center justify-end border-b sticky top-0 z-10",style:{backgroundColor:p.bgGrid,borderColor:p.border},children:jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[d&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[d,jsxRuntime.jsx("div",{className:"w-px h-5",style:{backgroundColor:p.borderLight}})]}),f&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(xy,{theme:p,t:m,onExportCSV:o,onExportJSON:c,onExportExcel:l}),t&&jsxRuntime.jsx("div",{className:"w-px h-6",style:{backgroundColor:p.borderLight}})]}),u,t&&(s?jsxRuntime.jsx(yy,{columns:e,onSelect:t,theme:p,t:m,createTaskLabel:r}):jsxRuntime.jsx(vy,{onClick:()=>t(),label:r||m.newTask}))]})})}function bc({onAddColumn:e,className:t,placeholder:r="Nombre de la columna...",buttonLabel:a="Agregar Columna",disabled:n=false}){let[s,o]=react.useState(false),[c,l]=react.useState(""),i=react.useCallback(()=>{let p=c.trim();p&&(e(p),l(""),o(false));},[c,e]),d=react.useCallback(p=>{p.key==="Enter"?(p.preventDefault(),i()):p.key==="Escape"&&(l(""),o(false));},[i]),u=react.useCallback(()=>{setTimeout(()=>{c.trim()||o(false);},150);},[c]);return s?jsxRuntime.jsx("div",{className:g("asakaa-add-column asakaa-add-column--editing",t),children:jsxRuntime.jsxs("div",{className:"asakaa-add-column__input-wrapper",children:[jsxRuntime.jsx("input",{type:"text",value:c,onChange:p=>l(p.target.value),onKeyDown:d,onBlur:u,placeholder:r,autoFocus:true,className:"asakaa-add-column__input"}),jsxRuntime.jsxs("div",{className:"asakaa-add-column__actions",children:[jsxRuntime.jsx("button",{onClick:i,disabled:!c.trim(),className:"asakaa-add-column__submit",type:"button",children:jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:jsxRuntime.jsx("polyline",{points:"20 6 9 17 4 12"})})}),jsxRuntime.jsx("button",{onClick:()=>{l(""),o(false);},className:"asakaa-add-column__cancel",type:"button",children:jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[jsxRuntime.jsx("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),jsxRuntime.jsx("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})})]})]})}):jsxRuntime.jsx("div",{className:g("asakaa-add-column",t),children:jsxRuntime.jsxs("button",{onClick:()=>o(true),disabled:n,className:"asakaa-add-column__button",type:"button",children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[jsxRuntime.jsx("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),jsxRuntime.jsx("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]}),a]})})}function Bs({onSubmit:e,onCancel:t,availableUsers:r=[],isDark:a=true,locale:n="es",defaultDate:s,className:o,dropdownDirection:c="up"}){let[l,i]=react.useState(""),[d,u]=react.useState(void 0),[p,m]=react.useState(null),[f,x]=react.useState(null),[y,b]=react.useState(false),[h,v]=react.useState(false),[w,C]=react.useState(false),[S,F]=react.useState(s||new Date),k=react.useRef(null),N=n==="es",P=c==="up"?"bottom-full mb-1":"top-full mt-1";react.useEffect(()=>{k.current?.focus();},[]);let T=react.useCallback(()=>{b(false),v(false),C(false);},[]),Y=react.useCallback(()=>{i(""),u(void 0),m(null),x(null),T(),t();},[t,T]),H=react.useCallback(()=>{let K=l.trim();if(!K)return;let j=r.find($=>$.id===p),W=f||s;e({name:K,priority:d,assignee:j||void 0,assigneeId:p,startDate:W,endDate:W}),i(""),u(void 0),m(null),x(null),T(),k.current?.focus();},[l,d,p,f,s,r,e,T]),ee=react.useCallback(K=>{K.key==="Enter"&&l.trim()&&(K.preventDefault(),H()),K.key==="Escape"&&Y();},[H,Y,l]),I=f||s||new Date;return jsxRuntime.jsxs("div",{className:g("quick-task-create",o),onClick:()=>T(),children:[jsxRuntime.jsx("div",{className:"p-2.5",children:jsxRuntime.jsx("input",{ref:k,type:"text",value:l,onChange:K=>i(K.target.value),placeholder:N?"Nombre de la tarea...":"Task name...",className:g("w-full bg-transparent text-sm outline-none font-mono",a?"text-white/90 placeholder:text-white/20":"text-gray-900 placeholder:text-gray-400"),autoFocus:true,onKeyDown:ee})}),jsxRuntime.jsxs("div",{className:g("px-2.5 py-2 flex items-center justify-between border-t",a?"border-white/[0.08]":"border-gray-100"),children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx("button",{onClick:K=>{K.stopPropagation(),b(!y),v(false),C(false);},type:"button",className:g("p-1 rounded transition-colors",d?d==="urgent"||d==="high"?"text-red-400 bg-red-500/20":d==="medium"?"text-yellow-400 bg-yellow-500/20":"text-green-400 bg-green-500/20":a?"hover:bg-white/10 text-white/30":"hover:bg-gray-100 text-gray-400"),children:jsxRuntime.jsx(lucideReact.Flag,{className:"w-3.5 h-3.5"})}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:y&&jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:c==="up"?-5:5},animate:{opacity:1,y:0},exit:{opacity:0,y:c==="up"?-5:5},className:g("absolute left-0 z-[60] rounded-lg shadow-xl overflow-hidden min-w-[120px]",P,a?"bg-[#111] border border-white/10":"bg-white border border-gray-200"),onClick:K=>K.stopPropagation(),children:[{id:"urgent",label:N?"Urgente":"Urgent",color:"bg-red-500"},{id:"high",label:N?"Alta":"High",color:"bg-orange-500"},{id:"medium",label:N?"Media":"Medium",color:"bg-yellow-500"},{id:"low",label:N?"Baja":"Low",color:"bg-green-500"},{id:void 0,label:N?"Sin prioridad":"No priority",color:"bg-gray-400"}].map(K=>jsxRuntime.jsxs("button",{onClick:()=>{u(K.id),b(false);},type:"button",className:g("w-full flex items-center gap-2 px-3 py-1.5 text-xs transition-colors text-left",a?"hover:bg-white/5":"hover:bg-gray-50",d===K.id&&(a?"bg-white/5":"bg-gray-50")),children:[jsxRuntime.jsx("span",{className:g("w-2 h-2 rounded-full",K.color)}),jsxRuntime.jsx("span",{className:a?"text-white":"text-gray-900",children:K.label})]},K.id||"none"))})})]}),jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsxs("button",{onClick:K=>{K.stopPropagation(),C(!w),b(false),v(false),F(f||s||new Date);},type:"button",className:g("flex items-center gap-1 text-xs px-1.5 py-0.5 rounded transition-colors font-mono",f?a?"bg-[#007FFF]/20 text-[#007FFF]":"bg-[#00E5CC]/20 text-[#00C4AE]":a?"bg-white/5 text-white/30 hover:bg-white/10":"bg-gray-100 text-gray-500 hover:bg-gray-200"),children:[jsxRuntime.jsx(lucideReact.CalendarDays,{className:"w-3 h-3"}),I.toLocaleDateString(N?"es-ES":"en-US",{day:"numeric",month:"short"})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:w&&jsxRuntime.jsxs(framerMotion.motion.div,{initial:{opacity:0,y:c==="up"?-5:5},animate:{opacity:1,y:0},exit:{opacity:0,y:c==="up"?-5:5},className:g("absolute left-0 z-[60] rounded-xl shadow-2xl overflow-hidden flex",P,a?"bg-[#111] border border-white/10":"bg-white border border-gray-200"),onClick:K=>K.stopPropagation(),children:[jsxRuntime.jsx("div",{className:g("w-40 py-2 border-r",a?"border-white/10":"border-gray-200"),children:(()=>{let K=new Date,j=new Date(K);j.setDate(K.getDate()+1);let W=new Date(K);W.setDate(K.getDate()+((6-K.getDay()+7)%7||7));let $=new Date(K);$.setDate(K.getDate()+((1-K.getDay()+7)%7||7));let ve=new Date(K);ve.setDate(K.getDate()+14);let We=new Date(K);We.setDate(K.getDate()+28);let Pe=N?"es-ES":"en-US";return [{label:N?"Hoy":"Today",date:K,display:K.toLocaleDateString(Pe,{weekday:"short"}).slice(0,3)+"."},{label:N?"Ma\xF1ana":"Tomorrow",date:j,display:j.toLocaleDateString(Pe,{weekday:"short"}).slice(0,3)+"."},{label:N?"Este fin de semana":"This weekend",date:W,display:N?"s\xE1b.":"sat."},{label:N?"Pr\xF3xima semana":"Next week",date:$,display:N?"lun.":"mon."},{label:N?"2 semanas":"2 weeks",date:ve,display:ve.toLocaleDateString(Pe,{day:"numeric",month:"short"})},{label:N?"4 semanas":"4 weeks",date:We,display:We.toLocaleDateString(Pe,{day:"numeric",month:"short"})}].map((ye,fe)=>jsxRuntime.jsxs("button",{type:"button",className:g("w-full flex items-center justify-between px-3 py-1.5 text-xs transition-colors",a?"hover:bg-white/5 text-white":"hover:bg-gray-50 text-gray-900"),onClick:()=>{x(ye.date),C(false);},children:[jsxRuntime.jsx("span",{children:ye.label}),jsxRuntime.jsx("span",{className:g("text-[10px] font-mono",a?"text-white/30":"text-gray-400"),children:ye.display})]},fe))})()}),jsxRuntime.jsxs("div",{className:"p-3",children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between mb-3",children:[jsxRuntime.jsx("span",{className:g("text-xs font-medium font-mono",a?"text-white":"text-gray-900"),children:S.toLocaleDateString(N?"es-ES":"en-US",{month:"long",year:"numeric"})}),jsxRuntime.jsxs("div",{className:"flex items-center gap-0.5",children:[jsxRuntime.jsx("button",{type:"button",onClick:()=>F(new Date),className:g("px-1.5 py-0.5 rounded text-[10px] transition-colors font-mono",a?"hover:bg-white/10 text-white/40":"hover:bg-gray-100 text-gray-500"),children:N?"Hoy":"Today"}),jsxRuntime.jsx("button",{type:"button",onClick:()=>F(new Date(S.getFullYear(),S.getMonth()-1)),className:g("p-0.5 rounded",a?"hover:bg-white/10":"hover:bg-gray-100"),children:jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"w-3.5 h-3.5"})}),jsxRuntime.jsx("button",{type:"button",onClick:()=>F(new Date(S.getFullYear(),S.getMonth()+1)),className:g("p-0.5 rounded",a?"hover:bg-white/10":"hover:bg-gray-100"),children:jsxRuntime.jsx(lucideReact.ChevronRight,{className:"w-3.5 h-3.5"})})]})]}),jsxRuntime.jsx("div",{className:"grid grid-cols-7 gap-0.5 mb-1",children:(N?["do","lu","ma","mi","ju","vi","s\xE1"]:["su","mo","tu","we","th","fr","sa"]).map(K=>jsxRuntime.jsx("div",{className:g("w-6 h-6 flex items-center justify-center text-[10px] font-mono",a?"text-white/30":"text-gray-400"),children:K},K))}),jsxRuntime.jsx("div",{className:"grid grid-cols-7 gap-0.5",children:(()=>{let K=S.getFullYear(),j=S.getMonth(),W=new Date(K,j,1).getDay(),$=new Date(K,j+1,0).getDate(),ve=new Date(K,j,0).getDate(),We=new Date().toDateString(),Pe=[];for(let ye=W-1;ye>=0;ye--)Pe.push({dayNum:ve-ye,isCurrent:false,date:new Date(K,j-1,ve-ye)});for(let ye=1;ye<=$;ye++)Pe.push({dayNum:ye,isCurrent:true,date:new Date(K,j,ye)});let be=42-Pe.length;for(let ye=1;ye<=be;ye++)Pe.push({dayNum:ye,isCurrent:false,date:new Date(K,j+1,ye)});return Pe.map((ye,fe)=>{let ze=ye.date.toDateString()===We,Ce=(f||s)?.toDateString()===ye.date.toDateString();return jsxRuntime.jsx("button",{type:"button",className:g("w-6 h-6 rounded-full flex items-center justify-center text-[10px] transition-colors font-mono",!ye.isCurrent&&(a?"text-white/20":"text-gray-300"),ye.isCurrent&&(a?"text-white":"text-gray-900"),ze&&"ring-1 ring-[#007FFF]",Ce&&"bg-[#007FFF] text-white",!Ce&&(a?"hover:bg-white/10":"hover:bg-gray-100")),onClick:()=>{x(ye.date),C(false);},children:ye.dayNum},fe)})})()})]})]})})]}),jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx("button",{onClick:K=>{K.stopPropagation(),v(!h),b(false),C(false);},type:"button",className:g("p-1 rounded transition-colors",p?"text-[#007FFF] bg-[#007FFF]/20":a?"hover:bg-white/10 text-white/30":"hover:bg-gray-100 text-gray-400"),children:p?jsxRuntime.jsx("div",{className:"w-4 h-4 rounded-full flex items-center justify-center text-white text-[8px] font-mono font-bold",style:{backgroundColor:r.find(K=>K.id===p)?.color||"#007FFF"},children:r.find(K=>K.id===p)?.initials||r.find(K=>K.id===p)?.name?.slice(0,2).toUpperCase()}):jsxRuntime.jsx(lucideReact.User,{className:"w-3.5 h-3.5"})}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:h&&jsxRuntime.jsxs(framerMotion.motion.div,{initial:{opacity:0,y:c==="up"?-5:5},animate:{opacity:1,y:0},exit:{opacity:0,y:c==="up"?-5:5},className:g("absolute left-0 z-[60] rounded-lg shadow-xl overflow-hidden min-w-[160px] max-h-[200px] overflow-y-auto",P,a?"bg-[#111] border border-white/10":"bg-white border border-gray-200"),onClick:K=>K.stopPropagation(),children:[jsxRuntime.jsxs("button",{type:"button",onClick:()=>{m(null),v(false);},className:g("w-full flex items-center gap-2 px-3 py-1.5 text-xs transition-colors text-left",a?"hover:bg-white/5":"hover:bg-gray-50",!p&&(a?"bg-white/5":"bg-gray-50")),children:[jsxRuntime.jsx("div",{className:g("w-5 h-5 rounded-full flex items-center justify-center",a?"bg-white/10":"bg-gray-200"),children:jsxRuntime.jsx(lucideReact.User,{className:"w-3 h-3 text-gray-400"})}),jsxRuntime.jsx("span",{className:a?"text-white/40":"text-gray-500",children:N?"Sin asignar":"Unassigned"})]}),r.map(K=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>{m(K.id),v(false);},className:g("w-full flex items-center gap-2 px-3 py-1.5 text-xs transition-colors text-left",a?"hover:bg-white/5":"hover:bg-gray-50",p===K.id&&(a?"bg-white/5":"bg-gray-50")),children:[jsxRuntime.jsx("div",{className:"w-5 h-5 rounded-full flex items-center justify-center text-white text-[9px] font-mono font-bold",style:{backgroundColor:K.color||"#007FFF"},children:K.initials||K.name?.slice(0,2).toUpperCase()}),jsxRuntime.jsx("span",{className:a?"text-white":"text-gray-900",children:K.name})]},K.id)),r.length===0&&jsxRuntime.jsx("div",{className:g("px-3 py-2 text-xs font-mono",a?"text-white/30":"text-gray-400"),children:N?"No hay usuarios disponibles":"No users available"})]})})]})]}),jsxRuntime.jsx("button",{onClick:H,disabled:!l.trim(),type:"button",className:g("px-2.5 py-1 rounded text-xs font-mono font-medium transition-colors",l.trim()?"bg-[#007FFF] hover:bg-[#0066CC] text-white":a?"bg-white/5 text-white/20":"bg-gray-100 text-gray-400"),children:N?"Guardar":"Save"})]})]})}function wc({columnId:e,onAddCard:t,availableUsers:r=[],className:a,buttonLabel:n,disabled:s=false,theme:o="dark",locale:c="es"}){let[l,i]=react.useState(false),d=react.useRef(null),u=react.useRef(null),[p,m]=react.useState({}),[f,x]=react.useState(false),y=o==="dark",h={buttonLabel:n||(c==="es"?"Agregar Tarea":"Add Task")};react.useEffect(()=>{if(!l||!d.current)return;let w=90,C=()=>{let S=d.current.getBoundingClientRect(),k=window.innerHeight-S.bottom<w+8;x(k),m({position:"fixed",...k?{bottom:window.innerHeight-S.top+4}:{top:S.bottom+4},left:S.left,width:S.width,zIndex:9999});};return C(),window.addEventListener("scroll",C,true),window.addEventListener("resize",C),()=>{window.removeEventListener("scroll",C,true),window.removeEventListener("resize",C);}},[l]),react.useEffect(()=>{if(!l)return;let w=C=>{let S=C.target;u.current&&!u.current.contains(S)&&d.current&&!d.current.contains(S)&&i(false);};return document.addEventListener("mousedown",w),()=>document.removeEventListener("mousedown",w)},[l]);let v=react.useCallback(w=>{t({name:w.name,columnId:e,assigneeIds:w.assigneeId?[w.assigneeId]:void 0,startDate:w.startDate,endDate:w.endDate,priority:w.priority});},[t,e]);return jsxRuntime.jsxs("div",{ref:d,className:g("asakaa-add-card",a),children:[jsxRuntime.jsxs("button",{onClick:()=>i(!l),disabled:s,className:"asakaa-add-card__button",type:"button",children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[jsxRuntime.jsx("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),jsxRuntime.jsx("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]}),h.buttonLabel]}),reactDom.createPortal(jsxRuntime.jsx(framerMotion.AnimatePresence,{children:l&&jsxRuntime.jsx(framerMotion.motion.div,{ref:u,initial:{opacity:0,y:f?4:-4,scale:.97},animate:{opacity:1,y:0,scale:1},exit:{opacity:0,y:f?4:-4,scale:.97},transition:{duration:.12},style:p,className:g("rounded-lg shadow-2xl",y?"bg-[#0A0A0A]/95 backdrop-blur-xl border border-white/[0.08] shadow-[0_8px_32px_rgba(0,0,0,0.6)]":"bg-white border border-gray-200 shadow-xl"),children:jsxRuntime.jsx(Bs,{onSubmit:v,onCancel:()=>i(false),availableUsers:r,isDark:y,locale:c,dropdownDirection:"up"})})}),document.body)]})}var Os=class extends core.BaseViewAdapter{constructor(r={}){super();this.id="kanban";this.name="Kanban Board";this.version="1.0.0";this.description="";this.icon="";this.supportedExports=["json","csv","pdf","png"];this.root=null;this.description="Interactive Kanban board with drag & drop, filters, and real-time updates",this.icon="\u{1F4CB}",this.kanbanConfig=r,this.options={animations:r.viewOptions?.animations??true,virtualScrolling:r.viewOptions?.virtualScrolling??false,theme:r.viewOptions?.theme??"dark",readonly:r.viewOptions?.readonly??false};}mount(r,a){this.isMounted()&&(console.warn("[KanbanViewAdapter] Already mounted, unmounting first"),this.unmount()),this.container=r,this.data=a,this.root=client.createRoot(r),this.render(),this.emit("view:mounted",{viewId:this.id,timestamp:Date.now()});}unmount(){this.isMounted()&&(this.emit("view:unmounted",{viewId:this.id,timestamp:Date.now()}),this.root&&(this.root.unmount(),this.root=null),this.container&&(this.container.innerHTML="",this.container=null),this.data=null);}update(r){if(!this.isMounted()){console.warn("[KanbanViewAdapter] Not mounted, cannot update");return}this.data=r,this.render(),this.emit("view:updated",{viewId:this.id,data:r});}configure(r){this.options={...this.options,...r},this.isMounted()&&this.render();}async export(r){if(!this.data)throw new Error("No data to export");switch(r){case "json":return JSON.stringify(this.data,null,2);case "csv":return this.exportToCSV();case "pdf":return this.exportToPDF();case "png":return this.exportToPNG();default:throw new Error(`Unsupported export format: ${r}`)}}render(){if(!this.root||!this.data)return;let r={id:this.data.board?.id||"board-1",title:this.data.board?.title||"Untitled Board",columns:this.data.columns,cards:this.data.cards};this.root.render(jsxRuntime.jsx(Jn,{board:r,callbacks:this.kanbanConfig.callbacks||{},onCardClick:this.kanbanConfig.onCardClick,renderProps:this.kanbanConfig.renderProps,config:this.kanbanConfig.config,availableUsers:this.kanbanConfig.availableUsers,className:this.kanbanConfig.className,style:this.kanbanConfig.style}));}exportToCSV(){if(!this.data)return "";let r=[["Card ID","Title","Column","Description","Labels","Assignees","Due Date","Position"]];return this.data.cards.forEach(a=>{let n=this.data.columns.find(s=>s.id===a.columnId);r.push([a.id,a.title,n?.title||"",a.description||"",a.labels?.join(", ")||"",a.assignedUserIds?.join(", ")||a.assigneeId||"",a.dueDate?.toString()||"",a.position.toString()]);}),r.map(a=>a.map(n=>`"${n}"`).join(",")).join(`
19
19
  `)}async exportToPDF(){throw new Error("PDF export not yet implemented in ViewAdapter")}async exportToPNG(){if(!this.container)throw new Error("View not mounted");let a=await(await import('html2canvas')).default(this.container,{backgroundColor:this.options.theme==="dark"?"#1a1a1a":"#ffffff",scale:2});return new Promise((n,s)=>{a.toBlob(o=>{o?n(o):s(new Error("Failed to create PNG blob"));},"image/png");})}};function Gp(e={}){return new Os(e)}var Xo=class extends react.Component{constructor(r){super(r);this.resetError=()=>{this.setState({hasError:false,error:null,errorInfo:null});};this.state={hasError:false,error:null,errorInfo:null};}static getDerivedStateFromError(r){return {hasError:true,error:r}}componentDidCatch(r,a){let{onError:n,componentName:s}=this.props;if(process.env.NODE_ENV==="development"&&(console.error(`Error in ${s||"Component"}:`,r),console.error("Error Info:",a)),this.setState({errorInfo:a}),n)try{n(r,a);}catch(o){console.error("Error in error handler:",o);}}render(){let{hasError:r,error:a}=this.state,{children:n,fallback:s,componentName:o}=this.props;return r&&a?s?s(a,this.resetError):jsxRuntime.jsx("div",{className:"p-6 rounded-lg border",style:{background:"linear-gradient(135deg, #2d1b1b 0%, #1a1a1a 100%)",borderColor:"rgba(239, 68, 68, 0.3)"},children:jsxRuntime.jsxs("div",{className:"flex items-start gap-3",children:[jsxRuntime.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"flex-shrink-0",children:[jsxRuntime.jsx("circle",{cx:"12",cy:"12",r:"10",stroke:"#EF4444",strokeWidth:"2"}),jsxRuntime.jsx("path",{d:"M12 8V12",stroke:"#EF4444",strokeWidth:"2",strokeLinecap:"round"}),jsxRuntime.jsx("circle",{cx:"12",cy:"16",r:"1",fill:"#EF4444"})]}),jsxRuntime.jsxs("div",{className:"flex-1",children:[jsxRuntime.jsx("h3",{className:"text-lg font-semibold text-red-400 mb-1",children:o?`Error in ${o}`:"Something went wrong"}),jsxRuntime.jsx("p",{className:"text-sm text-white/70 mb-3",children:a.message||"An unexpected error occurred"}),process.env.NODE_ENV==="development"&&jsxRuntime.jsxs("details",{className:"mb-3",children:[jsxRuntime.jsx("summary",{className:"text-xs text-white/50 cursor-pointer hover:text-white/70 mb-2",children:"Error Details (Development Only)"}),jsxRuntime.jsx("pre",{className:"text-xs text-white/60 bg-black/30 p-3 rounded overflow-auto max-h-48",children:a.stack})]}),jsxRuntime.jsx("button",{onClick:this.resetError,className:"px-4 py-2 rounded-lg text-sm font-medium transition-all hover:bg-red-600/20 border border-red-500/30",style:{color:"#EF4444"},children:"Try Again"})]})]})}):n}};function kc(e,t){let r=a=>jsxRuntime.jsx(Xo,{...t,children:jsxRuntime.jsx(e,{...a})});return r.displayName=`withErrorBoundary(${e.displayName||e.name||"Component"})`,r}function Tc({board:e,onCreateCard:t,onNavigateToCard:r,onSearch:a,onChangePriority:n,onAssignUser:s,onGeneratePlan:o,onPredictRisks:c,onOpenAIUsage:l,shortcut:i="k",className:d=""}){let[u,p]=react.useState(false),[m,f]=react.useState(""),[x,y]=react.useState("home"),[b,h]=react.useState(""),[v,w]=react.useState("");react.useEffect(()=>{let k=N=>{(N.metaKey||N.ctrlKey)&&N.key===i&&(N.preventDefault(),p(P=>!P)),N.key==="Escape"&&(p(false),y("home"),f(""));};return document.addEventListener("keydown",k),()=>document.removeEventListener("keydown",k)},[i]),react.useEffect(()=>{u||(y("home"),f(""),h(""),w(""));},[u]);let C=react.useCallback(()=>{p(false);},[]),S=react.useCallback(k=>{let[N,P]=k.split(":");switch(N){case "create-card":y("create-card");break;case "create-card-in":h(P||"");break;case "navigate":P?(r?.(P),C()):y("navigate");break;case "search":a?.(m),C();break;case "priority":y("priority");break;case "set-priority":v&&P&&(n?.(v,P),C());break;case "assign":y("assign");break;case "assign-user":v&&P&&(s?.(v,P),C());break;case "ai":y("ai");break;case "ai-generate-plan":o?.(),C();break;case "ai-predict-risks":c?.(),C();break;case "ai-usage":l?.(),C();break;case "back":y("home");break;}},[m,v,t,r,a,n,s,o,c,l,C]),F=react.useCallback(()=>{b&&m.trim()&&(t?.(b,m.trim()),C());},[b,m,t,C]);return u?jsxRuntime.jsx(lr,{children:jsxRuntime.jsx("div",{className:"command-palette-overlay",onClick:C,children:jsxRuntime.jsx("div",{className:`command-palette ${d}`,onClick:k=>k.stopPropagation(),children:jsxRuntime.jsxs(cmdk.Command,{value:m,onValueChange:f,label:"Command Menu",children:[jsxRuntime.jsxs("div",{className:"command-palette-header",children:[jsxRuntime.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[jsxRuntime.jsx("circle",{cx:"11",cy:"11",r:"8"}),jsxRuntime.jsx("path",{d:"m21 21-4.35-4.35"})]}),jsxRuntime.jsx(cmdk.Command.Input,{placeholder:x==="create-card"&&b?"Type card title and press Enter...":x==="create-card"?"Select a column first...":"Type a command or search...",className:"command-palette-input",onKeyDown:k=>{k.key==="Enter"&&x==="create-card"&&b&&F();}}),jsxRuntime.jsxs("div",{className:"command-palette-shortcut",children:[jsxRuntime.jsx("kbd",{children:navigator.platform.includes("Mac")?"\u2318":"Ctrl"}),jsxRuntime.jsx("kbd",{children:"K"})]})]}),jsxRuntime.jsxs(cmdk.Command.List,{className:"command-palette-list",children:[jsxRuntime.jsx(cmdk.Command.Empty,{className:"command-palette-empty",children:"No results found."}),x==="home"&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs(cmdk.Command.Group,{heading:"Actions",className:"command-palette-group",children:[jsxRuntime.jsxs(cmdk.Command.Item,{value:"create-card",onSelect:S,className:"command-palette-item",children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),jsxRuntime.jsx("path",{d:"M12 8v8m-4-4h8"})]}),jsxRuntime.jsx("span",{children:"Create Card"}),jsxRuntime.jsx("div",{className:"command-palette-item-shortcut",children:"C"})]}),jsxRuntime.jsxs(cmdk.Command.Item,{value:"navigate",onSelect:S,className:"command-palette-item",children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("circle",{cx:"12",cy:"12",r:"10"}),jsxRuntime.jsx("polyline",{points:"12 16 16 12 12 8"}),jsxRuntime.jsx("line",{x1:"8",y1:"12",x2:"16",y2:"12"})]}),jsxRuntime.jsx("span",{children:"Navigate to Card"}),jsxRuntime.jsx("div",{className:"command-palette-item-shortcut",children:"G"})]}),jsxRuntime.jsxs(cmdk.Command.Item,{value:"search",onSelect:S,className:"command-palette-item",children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("circle",{cx:"11",cy:"11",r:"8"}),jsxRuntime.jsx("path",{d:"m21 21-4.35-4.35"})]}),jsxRuntime.jsx("span",{children:"Search Cards"}),jsxRuntime.jsx("div",{className:"command-palette-item-shortcut",children:"/"})]})]}),jsxRuntime.jsx(cmdk.Command.Group,{heading:"AI Features",className:"command-palette-group",children:jsxRuntime.jsxs(cmdk.Command.Item,{value:"ai",onSelect:S,className:"command-palette-item command-palette-item-ai",children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("path",{d:"M12 2L2 7L12 12L22 7L12 2Z"}),jsxRuntime.jsx("path",{d:"M2 17L12 22L22 17"}),jsxRuntime.jsx("path",{d:"M2 12L12 17L22 12"})]}),jsxRuntime.jsx("span",{children:"AI Commands"}),jsxRuntime.jsx("div",{className:"command-palette-item-badge",children:"AI"})]})}),jsxRuntime.jsx(cmdk.Command.Group,{heading:"Cards",className:"command-palette-group",children:e.cards.slice(0,5).map(k=>jsxRuntime.jsxs(cmdk.Command.Item,{value:`navigate:${k.id}`,onSelect:S,className:"command-palette-item",children:[jsxRuntime.jsx("div",{className:"command-palette-item-dot",style:{background:k.priority==="URGENT"?"#EF4444":k.priority==="HIGH"?"#F59E0B":k.priority==="MEDIUM"?"#00E5CC":"#6B7280"}}),jsxRuntime.jsx("span",{children:k.title}),k.labels&&k.labels.length>0&&jsxRuntime.jsx("div",{className:"command-palette-item-labels",children:k.labels.slice(0,2).map(N=>jsxRuntime.jsx("span",{className:"command-palette-item-label",children:N},N))})]},k.id))})]}),x==="create-card"&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs(cmdk.Command.Item,{value:"back",onSelect:S,className:"command-palette-item",children:[jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:jsxRuntime.jsx("path",{d:"M19 12H5M12 19l-7-7 7-7"})}),jsxRuntime.jsx("span",{children:"Back"})]}),jsxRuntime.jsx(cmdk.Command.Group,{heading:"Select Column",className:"command-palette-group",children:e.columns.map(k=>jsxRuntime.jsxs(cmdk.Command.Item,{value:`create-card-in:${k.id}`,onSelect:S,className:"command-palette-item",children:[jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:jsxRuntime.jsx("rect",{x:"3",y:"3",width:"7",height:"18",rx:"1"})}),jsxRuntime.jsx("span",{children:k.title}),jsxRuntime.jsxs("div",{className:"command-palette-item-count",children:[k.cardIds.length," cards"]})]},k.id))})]}),x==="navigate"&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs(cmdk.Command.Item,{value:"back",onSelect:S,className:"command-palette-item",children:[jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:jsxRuntime.jsx("path",{d:"M19 12H5M12 19l-7-7 7-7"})}),jsxRuntime.jsx("span",{children:"Back"})]}),jsxRuntime.jsx(cmdk.Command.Group,{heading:"All Cards",className:"command-palette-group",children:e.cards.map(k=>{let N=e.columns.find(P=>P.id===k.columnId);return jsxRuntime.jsxs(cmdk.Command.Item,{value:`navigate:${k.id}`,onSelect:S,className:"command-palette-item",keywords:[k.title,k.description||"",...k.labels||[]],children:[jsxRuntime.jsx("div",{className:"command-palette-item-dot",style:{background:k.priority==="URGENT"?"#EF4444":k.priority==="HIGH"?"#F59E0B":k.priority==="MEDIUM"?"#00E5CC":"#6B7280"}}),jsxRuntime.jsxs("div",{className:"command-palette-item-content",children:[jsxRuntime.jsx("div",{children:k.title}),jsxRuntime.jsx("div",{className:"command-palette-item-meta",children:N?.title})]}),k.labels&&k.labels.length>0&&jsxRuntime.jsx("div",{className:"command-palette-item-labels",children:k.labels.slice(0,2).map(P=>jsxRuntime.jsx("span",{className:"command-palette-item-label",children:P},P))})]},k.id)})})]}),x==="ai"&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs(cmdk.Command.Item,{value:"back",onSelect:S,className:"command-palette-item",children:[jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:jsxRuntime.jsx("path",{d:"M19 12H5M12 19l-7-7 7-7"})}),jsxRuntime.jsx("span",{children:"Back"})]}),jsxRuntime.jsxs(cmdk.Command.Group,{heading:"AI Features",className:"command-palette-group",children:[jsxRuntime.jsxs(cmdk.Command.Item,{value:"ai-generate-plan",onSelect:S,className:"command-palette-item command-palette-item-ai",children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("path",{d:"M12 2L2 7L12 12L22 7L12 2Z"}),jsxRuntime.jsx("path",{d:"M2 17L12 22L22 17"}),jsxRuntime.jsx("path",{d:"M2 12L12 17L22 12"})]}),jsxRuntime.jsx("span",{children:"Generate Project Plan"}),jsxRuntime.jsx("div",{className:"command-palette-item-badge",children:"AI"})]}),jsxRuntime.jsxs(cmdk.Command.Item,{value:"ai-predict-risks",onSelect:S,className:"command-palette-item command-palette-item-ai",children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("path",{d:"M10.29 3.86L1.82 18a2 2 0 001.71 3h16.94a2 2 0 001.71-3L13.71 3.86a2 2 0 00-3.42 0z"}),jsxRuntime.jsx("line",{x1:"12",y1:"9",x2:"12",y2:"13"}),jsxRuntime.jsx("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"})]}),jsxRuntime.jsx("span",{children:"Predict Risks"}),jsxRuntime.jsx("div",{className:"command-palette-item-badge",children:"AI"})]}),jsxRuntime.jsxs(cmdk.Command.Item,{value:"ai-usage",onSelect:S,className:"command-palette-item command-palette-item-ai",children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("line",{x1:"12",y1:"1",x2:"12",y2:"23"}),jsxRuntime.jsx("path",{d:"M17 5H9.5a3.5 3.5 0 000 7h5a3.5 3.5 0 010 7H6"})]}),jsxRuntime.jsx("span",{children:"AI Usage & Costs"}),jsxRuntime.jsx("div",{className:"command-palette-item-badge",children:"AI"})]})]})]})]}),jsxRuntime.jsxs("div",{className:"command-palette-footer",children:[jsxRuntime.jsxs("div",{className:"command-palette-footer-hint",children:[jsxRuntime.jsx("kbd",{children:"\u2191"}),jsxRuntime.jsx("kbd",{children:"\u2193"}),jsxRuntime.jsx("span",{children:"Navigate"})]}),jsxRuntime.jsxs("div",{className:"command-palette-footer-hint",children:[jsxRuntime.jsx("kbd",{children:"Enter"}),jsxRuntime.jsx("span",{children:"Select"})]}),jsxRuntime.jsxs("div",{className:"command-palette-footer-hint",children:[jsxRuntime.jsx("kbd",{children:"Esc"}),jsxRuntime.jsx("span",{children:"Close"})]})]})]})})})}):null}function _p(e,t,r,a,n){let s=document.getElementById("attachment-lightbox-native");s&&s.remove();let o=document.createElement("div");o.id="attachment-lightbox-native",o.className="attachment-lightbox",o.style.cssText=`
20
20
  position: fixed !important;
21
21
  inset: 0 !important;
@@ -122,12 +122,12 @@
122
122
  1.
123
123
 
124
124
  **Action items:**
125
- - [ ] `,priority:"MEDIUM",labels:["meeting"]}}];function Bc({templates:e,onSelectTemplate:t,className:r}){let[a,n]=react.useState(false),s=react.useRef(null),o=react.useRef(null);react.useEffect(()=>{function i(d){s.current&&!s.current.contains(d.target)&&o.current&&!o.current.contains(d.target)&&n(false);}if(a)return document.addEventListener("mousedown",i),()=>document.removeEventListener("mousedown",i)},[a]);let c=i=>{t(i),n(false);},l=e.reduce((i,d)=>{let u=d.category||"Other";return i[u]||(i[u]=[]),i[u].push(d),i},{});return jsxRuntime.jsxs("div",{className:g("relative inline-block",r),children:[jsxRuntime.jsxs("button",{ref:o,onClick:()=>n(!a),className:"flex items-center gap-2 px-3 py-2 rounded-lg border transition-all text-sm font-medium shadow-lg",style:{backgroundColor:"var(--theme-bg-secondary)",borderColor:"var(--theme-border-primary)",color:"var(--theme-text-primary)"},onMouseEnter:i=>{i.currentTarget.style.backgroundColor="var(--theme-bg-tertiary)",i.currentTarget.style.borderColor="var(--theme-border-secondary)";},onMouseLeave:i=>{i.currentTarget.style.backgroundColor="var(--theme-bg-secondary)",i.currentTarget.style.borderColor="var(--theme-border-primary)";},title:"Create from template",children:[jsxRuntime.jsx("span",{className:"text-base leading-none",children:"\u{1F4CB}"}),jsxRuntime.jsx("span",{children:"Templates"}),jsxRuntime.jsx("svg",{className:g("w-4 h-4 transition-transform",a&&"rotate-180"),fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:jsxRuntime.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 9l-7 7-7-7"})})]}),a&&jsxRuntime.jsxs("div",{ref:s,className:"absolute top-full left-0 mt-2 min-w-[320px] max-w-[400px] rounded-xl backdrop-blur-xl border shadow-2xl z-50 overflow-hidden max-h-[500px] overflow-y-auto",style:{backgroundColor:"var(--theme-bg-primary)",borderColor:"var(--theme-border-primary)"},children:[jsxRuntime.jsxs("div",{className:"px-4 py-3 border-b sticky top-0 backdrop-blur-sm",style:{borderColor:"var(--theme-border-primary)",backgroundColor:"var(--theme-bg-secondary)"},children:[jsxRuntime.jsx("span",{className:"text-sm font-bold uppercase tracking-wider",style:{color:"var(--theme-text-primary)"},children:"Card Templates"}),jsxRuntime.jsx("p",{className:"text-xs mt-0.5",style:{color:"var(--theme-text-tertiary)"},children:"Quick start with pre-configured cards"})]}),Object.entries(l).map(([i,d])=>jsxRuntime.jsxs("div",{className:"py-2",children:[jsxRuntime.jsx("div",{className:"px-4 py-2",children:jsxRuntime.jsx("h4",{className:"text-xs font-semibold uppercase tracking-wider",style:{color:"var(--theme-text-secondary)"},children:i})}),jsxRuntime.jsx("div",{children:d.map(u=>jsxRuntime.jsxs("button",{onClick:()=>c(u),className:"w-full px-4 py-3 flex items-start gap-3 text-left transition-all active:scale-[0.98]",style:{color:"var(--theme-text-primary)"},onMouseEnter:p=>{p.currentTarget.style.backgroundColor="var(--theme-bg-tertiary)";},onMouseLeave:p=>{p.currentTarget.style.backgroundColor="transparent";},children:[jsxRuntime.jsx("span",{className:"text-2xl leading-none mt-0.5",children:u.icon}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("div",{className:"font-semibold text-sm",style:{color:"var(--theme-text-primary)"},children:u.name}),u.description&&jsxRuntime.jsx("p",{className:"text-xs mt-0.5",style:{color:"var(--theme-text-tertiary)"},children:u.description})]})]},u.id))})]},i)),e.length===0&&jsxRuntime.jsx("div",{className:"px-4 py-8 text-center",style:{color:"var(--theme-text-tertiary)"},children:jsxRuntime.jsx("p",{className:"text-sm",children:"No templates available"})})]})]})}function Oc({board:e,isOpen:t,onClose:r,onImport:a,boardElementRef:n,className:s}){let[o,c]=react.useState("export"),[l,i]=react.useState("json"),[d,u]=react.useState(null),p=react.useRef(null);if(!t)return null;let m=async()=>{let x=n?.current||void 0,y=await Lu(e,l,x);Au(y,l);},f=async x=>{let y=x.target.files?.[0];if(y){try{let b=await Bu(y),h=y.name.endsWith(".json")?"json":"csv",v=Ru(b,h);u(v),v.success&&a&&a(v,b);}catch(b){u({success:false,errors:[`Failed to read file: ${b instanceof Error?b.message:"Unknown error"}`]});}p.current&&(p.current.value="");}};return jsxRuntime.jsxs("div",{className:g("fixed inset-0 z-[9999] flex items-center justify-center",s),children:[jsxRuntime.jsx("div",{className:"absolute inset-0 bg-black/60 backdrop-blur-sm",onClick:r}),jsxRuntime.jsxs("div",{className:"relative bg-gradient-to-br from-gray-900/95 to-gray-800/95 backdrop-blur-xl rounded-2xl border border-white/20 shadow-2xl max-w-2xl w-full mx-4",children:[jsxRuntime.jsxs("div",{className:"px-6 py-5 border-b border-white/10 flex items-center justify-between",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-3",children:[jsxRuntime.jsx("span",{className:"text-3xl",children:"\u{1F4E6}"}),"Export / Import"]}),jsxRuntime.jsx("p",{className:"text-sm text-white/60 mt-1",children:"Transfer your board data"})]}),jsxRuntime.jsx("button",{onClick:r,className:"text-white/50 hover:text-white transition-colors text-2xl leading-none p-2 hover:bg-white/10 rounded-lg","aria-label":"Close",children:"\xD7"})]}),jsxRuntime.jsxs("div",{className:"flex border-b border-white/10",children:[jsxRuntime.jsx("button",{onClick:()=>c("export"),className:g("flex-1 px-6 py-4 font-semibold transition-colors",o==="export"?"text-white border-b-2 border-[#00E5CC]":"text-white/50 hover:text-white/80"),children:"Export"}),jsxRuntime.jsx("button",{onClick:()=>c("import"),className:g("flex-1 px-6 py-4 font-semibold transition-colors",o==="import"?"text-white border-b-2 border-[#00E5CC]":"text-white/50 hover:text-white/80"),children:"Import"})]}),jsxRuntime.jsxs("div",{className:"p-6",children:[o==="export"&&jsxRuntime.jsxs("div",{className:"space-y-6",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("label",{className:"block text-sm font-semibold text-white/90 mb-3",children:"Select format"}),jsxRuntime.jsx("div",{className:"grid grid-cols-3 gap-3",children:["json","csv","pdf"].map(x=>jsxRuntime.jsxs("button",{onClick:()=>i(x),className:g("p-4 rounded-lg border-2 transition-all text-center",l===x?"border-[#00E5CC] bg-[#00E5CC]/20 text-white":"border-white/20 hover:border-white/40 text-white/70 hover:text-white"),children:[jsxRuntime.jsxs("div",{className:"text-2xl mb-2",children:[x==="json"&&"\u{1F4C4}",x==="csv"&&"\u{1F4CA}",x==="pdf"&&"\u{1F4DD}"]}),jsxRuntime.jsx("div",{className:"font-semibold uppercase text-xs",children:x})]},x))})]}),jsxRuntime.jsxs("div",{className:"bg-white/5 rounded-lg p-4",children:[jsxRuntime.jsx("h3",{className:"text-sm font-semibold text-white/90 mb-2",children:"Preview"}),jsxRuntime.jsxs("div",{className:"text-xs text-white/60",children:[jsxRuntime.jsxs("div",{children:["Board: ",jsxRuntime.jsx("span",{className:"text-white/90",children:e.title||"Untitled"})]}),jsxRuntime.jsxs("div",{children:["Columns: ",jsxRuntime.jsx("span",{className:"text-white/90",children:e.columns.length})]}),jsxRuntime.jsxs("div",{children:["Cards: ",jsxRuntime.jsx("span",{className:"text-white/90",children:e.cards.length})]})]})]}),jsxRuntime.jsx("button",{onClick:m,className:"w-full py-3 px-4 bg-gradient-to-r from-[#00C4AE] to-[#00C4AE] hover:from-[#00E5CC] hover:to-[#00C4AE] text-white font-semibold rounded-lg transition-all shadow-lg shadow-[#00E5CC]/20",children:"Export Board"})]}),o==="import"&&jsxRuntime.jsxs("div",{className:"space-y-6",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("label",{className:"block text-sm font-semibold text-white/90 mb-3",children:"Upload file"}),jsxRuntime.jsx("input",{ref:p,type:"file",accept:".json,.csv",onChange:f,className:"hidden"}),jsxRuntime.jsxs("button",{onClick:()=>p.current?.click(),className:"w-full py-12 px-4 border-2 border-dashed border-white/30 hover:border-white/50 rounded-lg transition-colors text-white/70 hover:text-white",children:[jsxRuntime.jsx("div",{className:"text-5xl mb-3",children:"\u{1F4C1}"}),jsxRuntime.jsx("div",{className:"font-semibold mb-1",children:"Click to select file"}),jsxRuntime.jsx("div",{className:"text-xs text-white/50",children:"Supports JSON and CSV files"})]})]}),d&&jsxRuntime.jsxs("div",{className:g("p-4 rounded-lg",d.success?"bg-green-500/20 border border-green-500/30":"bg-red-500/20 border border-red-500/30"),children:[jsxRuntime.jsx("h3",{className:g("font-semibold mb-2",d.success?"text-green-400":"text-red-400"),children:d.success?"\u2713 Import Successful":"\u2717 Import Failed"}),d.success&&jsxRuntime.jsxs("div",{className:"text-sm text-white/80",children:[jsxRuntime.jsxs("div",{children:["Cards imported: ",d.cardsImported]}),jsxRuntime.jsxs("div",{children:["Columns imported: ",d.columnsImported]})]}),d.errors&&d.errors.length>0&&jsxRuntime.jsx("div",{className:"mt-2 text-sm",children:d.errors.map((x,y)=>jsxRuntime.jsxs("div",{className:"text-red-300",children:["\u2022 ",x]},y))})]})]})]})]})]})}var Sx=["URGENT","HIGH","MEDIUM","LOW"],Ex=[{value:"none",label:"None"},{value:"created",label:"Date Created"},{value:"priority",label:"Priority"},{value:"dueDate",label:"Due Date"},{value:"title",label:"Title"},{value:"estimate",label:"Estimate"}],Mx=[{value:"none",label:"No Grouping"},{value:"priority",label:"By Priority"},{value:"assignee",label:"By Assignee"},{value:"label",label:"By Label"}];function Hc({filters:e,sort:t,onFiltersChange:r,onSortChange:a,onReset:n,onFilterMyTasks:s,onFilterOverdue:o,onFilterHighPriority:c,availableUsers:l=[],availableLabels:i=[],availableColumns:d=[],showQuickFilters:u=true,compact:p=false,groupBy:m="none",onGroupByChange:f}){let[x,y]=react.useState(true),b=react.useCallback(S=>{r({search:S.target.value});},[r]),h=react.useCallback(S=>{r({dateFilter:S.target.value});},[r]),v=react.useCallback(S=>{a({by:S.target.value});},[a]),w=react.useCallback(()=>{a({order:t.order==="asc"?"desc":"asc"});},[t.order,a]),C=e.search||e.dateFilter!=="all"||e.priorities.length>0||e.assignees.length>0||e.labels.length>0||t.by!=="none";return jsxRuntime.jsxs("div",{className:`filter-bar ${p?"filter-bar--compact":""} ${x?"filter-bar--collapsed":""}`,children:[jsxRuntime.jsxs("div",{className:"filter-bar__header",onClick:()=>y(!x),style:{cursor:"pointer",display:"flex",alignItems:"center",gap:"8px",marginBottom:x?"0":"12px",padding:"4px 6px",borderRadius:"6px",transition:"all 0.2s ease"},onMouseEnter:S=>{S.currentTarget.style.backgroundColor="var(--theme-bg-tertiary)";},onMouseLeave:S=>{S.currentTarget.style.backgroundColor="transparent";},children:[jsxRuntime.jsx("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",style:{transform:x?"rotate(-90deg)":"rotate(0deg)",transition:"transform 0.2s",color:"var(--theme-text-secondary)"},children:jsxRuntime.jsx("polyline",{points:"6 9 12 15 18 9"})}),jsxRuntime.jsx("span",{className:"filter-bar__label",style:{fontWeight:500,fontSize:"0.875rem",color:"var(--theme-text-primary)"},children:"Filters & Grouping"}),C&&jsxRuntime.jsxs("span",{style:{color:"var(--theme-accent-primary)",fontSize:"0.75rem",fontWeight:600},children:["(",[e.search&&"search",e.dateFilter!=="all"&&"date",e.priorities.length>0&&"priority",e.assignees.length>0&&"assignee",e.labels.length>0&&"label",t.by!=="none"&&"sort"].filter(Boolean).length," active)"]})]}),!x&&jsxRuntime.jsxs("div",{className:"filter-bar__content",children:[u&&jsxRuntime.jsxs("div",{className:"filter-bar__quick",style:{marginBottom:"12px"},children:[jsxRuntime.jsx("span",{className:"filter-bar__label",children:"Quick:"}),s&&jsxRuntime.jsx("button",{onClick:s,className:"filter-bar__quick-btn",title:"Show only my tasks",children:"My Tasks"}),o&&jsxRuntime.jsx("button",{onClick:o,className:"filter-bar__quick-btn",title:"Show overdue tasks",children:"Overdue"}),c&&jsxRuntime.jsx("button",{onClick:c,className:"filter-bar__quick-btn",title:"Show high priority tasks",children:"High Priority"})]}),jsxRuntime.jsxs("div",{className:"filter-bar__main",children:[jsxRuntime.jsx("div",{className:"filter-bar__field",children:jsxRuntime.jsx("input",{type:"text",placeholder:"Search tasks...",value:e.search,onChange:b,className:"filter-bar__search"})}),jsxRuntime.jsx("div",{className:"filter-bar__field",children:jsxRuntime.jsxs("select",{value:e.dateFilter,onChange:h,className:"filter-bar__select",children:[jsxRuntime.jsx("option",{value:"all",children:"All Dates"}),jsxRuntime.jsx("option",{value:"overdue",children:"Overdue"}),jsxRuntime.jsx("option",{value:"today",children:"Today"}),jsxRuntime.jsx("option",{value:"this-week",children:"This Week"})]})}),jsxRuntime.jsx("div",{className:"filter-bar__field",children:jsxRuntime.jsxs("select",{value:e.priorities[0]||"all",onChange:S=>{let F=S.target.value;r({priorities:F==="all"?[]:[F]});},className:"filter-bar__select",children:[jsxRuntime.jsx("option",{value:"all",children:"All Priorities"}),Sx.map(S=>jsxRuntime.jsx("option",{value:S,children:S},S))]})}),l.length>0&&jsxRuntime.jsx("div",{className:"filter-bar__field",children:jsxRuntime.jsxs("select",{value:e.assignees[0]||"all",onChange:S=>{let F=S.target.value;r({assignees:F==="all"?[]:[F]});},className:"filter-bar__select",children:[jsxRuntime.jsx("option",{value:"all",children:"All Assignees"}),l.map(S=>jsxRuntime.jsx("option",{value:S.id,children:S.name},S.id))]})}),i.length>0&&jsxRuntime.jsx("div",{className:"filter-bar__field",children:jsxRuntime.jsxs("select",{value:e.labels[0]||"all",onChange:S=>{let F=S.target.value;r({labels:F==="all"?[]:[F]});},className:"filter-bar__select",children:[jsxRuntime.jsx("option",{value:"all",children:"All Labels"}),i.map(S=>jsxRuntime.jsx("option",{value:S,children:S},S))]})}),jsxRuntime.jsxs("div",{className:"filter-bar__field filter-bar__sort",children:[jsxRuntime.jsx("span",{className:"filter-bar__label",style:{color:"var(--theme-text-secondary)"},children:"Sort:"}),jsxRuntime.jsx("select",{value:t.by,onChange:v,className:"filter-bar__select filter-bar__select--sm",children:Ex.map(S=>jsxRuntime.jsx("option",{value:S.value,children:S.label},S.value))}),t.by!=="none"&&jsxRuntime.jsx("button",{onClick:w,className:"filter-bar__sort-toggle",title:`Sort ${t.order==="asc"?"descending":"ascending"}`,children:t.order==="asc"?"\u2191":"\u2193"})]}),f&&jsxRuntime.jsx("div",{className:"filter-bar__field",children:jsxRuntime.jsx("select",{value:m,onChange:S=>f(S.target.value),className:"filter-bar__select",style:{fontWeight:500,borderWidth:"2px"},children:Mx.map(S=>jsxRuntime.jsx("option",{value:S.value,children:S.label},S.value))})}),C&&jsxRuntime.jsx("button",{onClick:n,className:"filter-bar__reset",title:"Clear all filters",children:"Clear"})]})]})]})}function Uc({onOpenExport:e,onOpenThemes:t,onOpenShortcuts:r,className:a,viewMode:n="kanban",onExportGanttPDF:s,onExportGanttExcel:o,onExportGanttPNG:c,onExportGanttCSV:l}){let[i,d]=react.useState(false),u=react.useRef(null);react.useEffect(()=>{let m=f=>{u.current&&!u.current.contains(f.target)&&d(false);};return i&&document.addEventListener("mousedown",m),()=>{document.removeEventListener("mousedown",m);}},[i]);let p=m=>{m(),d(false);};return jsxRuntime.jsxs("div",{className:g("relative",a),ref:u,children:[jsxRuntime.jsxs("button",{onClick:()=>d(!i),className:"flex items-center gap-2 px-3 py-2 rounded-lg text-sm font-medium transition-all border",style:{backgroundColor:"var(--theme-bg-secondary)",borderColor:"var(--theme-border-primary)",color:"var(--theme-text-secondary)"},onMouseEnter:m=>{m.currentTarget.style.backgroundColor="var(--theme-bg-tertiary)",m.currentTarget.style.color="var(--theme-text-primary)";},onMouseLeave:m=>{m.currentTarget.style.backgroundColor="var(--theme-bg-secondary)",m.currentTarget.style.color="var(--theme-text-secondary)";},"aria-label":"Configuration Menu","aria-expanded":i,children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("circle",{cx:"12",cy:"12",r:"3"}),jsxRuntime.jsx("path",{d:"M12 1v6m0 6v6M5.6 5.6l4.2 4.2m4.2 4.2l4.2 4.2M1 12h6m6 0h6M5.6 18.4l4.2-4.2m4.2-4.2l4.2-4.2"})]}),jsxRuntime.jsx("span",{children:"Config"})]}),i&&jsxRuntime.jsxs("div",{className:"absolute right-0 mt-2 w-48 rounded-lg border shadow-lg overflow-hidden z-50",style:{backgroundColor:"var(--theme-bg-secondary)",borderColor:"var(--theme-border-primary)"},children:[n==="kanban"?jsxRuntime.jsxs("button",{onClick:()=>p(e),className:"w-full px-4 py-3 text-left text-sm font-medium transition-colors flex items-center gap-3",style:{color:"var(--theme-text-primary)"},onMouseEnter:m=>{m.currentTarget.style.backgroundColor="var(--theme-bg-tertiary)";},onMouseLeave:m=>{m.currentTarget.style.backgroundColor="transparent";},children:[jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:jsxRuntime.jsx("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4M7 10l5 5 5-5M12 15V3"})}),"Export"]}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("button",{onClick:()=>p(async()=>await s?.()),className:"w-full px-4 py-3 text-left text-sm font-medium transition-colors flex items-center gap-3",style:{color:"var(--theme-text-primary)"},onMouseEnter:m=>{m.currentTarget.style.backgroundColor="var(--theme-bg-tertiary)";},onMouseLeave:m=>{m.currentTarget.style.backgroundColor="transparent";},children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),jsxRuntime.jsx("polyline",{points:"14 2 14 8 20 8"}),jsxRuntime.jsx("line",{x1:"16",y1:"13",x2:"8",y2:"13"}),jsxRuntime.jsx("line",{x1:"16",y1:"17",x2:"8",y2:"17"}),jsxRuntime.jsx("polyline",{points:"10 9 9 9 8 9"})]}),"Export PDF"]}),jsxRuntime.jsxs("button",{onClick:()=>p(async()=>await o?.()),className:"w-full px-4 py-3 text-left text-sm font-medium transition-colors flex items-center gap-3",style:{color:"var(--theme-text-primary)"},onMouseEnter:m=>{m.currentTarget.style.backgroundColor="var(--theme-bg-tertiary)";},onMouseLeave:m=>{m.currentTarget.style.backgroundColor="transparent";},children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),jsxRuntime.jsx("polyline",{points:"14 2 14 8 20 8"}),jsxRuntime.jsx("line",{x1:"12",y1:"18",x2:"12",y2:"12"}),jsxRuntime.jsx("line",{x1:"9",y1:"15",x2:"15",y2:"15"})]}),"Export Excel"]}),jsxRuntime.jsxs("button",{onClick:()=>p(async()=>await c?.()),className:"w-full px-4 py-3 text-left text-sm font-medium transition-colors flex items-center gap-3",style:{color:"var(--theme-text-primary)"},onMouseEnter:m=>{m.currentTarget.style.backgroundColor="var(--theme-bg-tertiary)";},onMouseLeave:m=>{m.currentTarget.style.backgroundColor="transparent";},children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),jsxRuntime.jsx("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),jsxRuntime.jsx("polyline",{points:"21 15 16 10 5 21"})]}),"Export PNG"]}),jsxRuntime.jsxs("button",{onClick:()=>p(()=>l?.()),className:"w-full px-4 py-3 text-left text-sm font-medium transition-colors flex items-center gap-3",style:{color:"var(--theme-text-primary)"},onMouseEnter:m=>{m.currentTarget.style.backgroundColor="var(--theme-bg-tertiary)";},onMouseLeave:m=>{m.currentTarget.style.backgroundColor="transparent";},children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),jsxRuntime.jsx("polyline",{points:"14 2 14 8 20 8"}),jsxRuntime.jsx("line",{x1:"8",y1:"13",x2:"16",y2:"13"}),jsxRuntime.jsx("line",{x1:"8",y1:"17",x2:"16",y2:"17"})]}),"Export CSV"]})]}),jsxRuntime.jsxs("button",{onClick:()=>p(t),className:"w-full px-4 py-3 text-left text-sm font-medium transition-colors flex items-center gap-3",style:{color:"var(--theme-text-primary)"},onMouseEnter:m=>{m.currentTarget.style.backgroundColor="var(--theme-bg-tertiary)";},onMouseLeave:m=>{m.currentTarget.style.backgroundColor="transparent";},children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("circle",{cx:"12",cy:"12",r:"5"}),jsxRuntime.jsx("path",{d:"M12 1v6m0 6v6m8.5-8.5L17 15M7 9L3.5 5.5M7 15l-3.5 3.5M20.5 5.5L17 9m3.5 11.5L17 17"})]}),"Themes"]}),jsxRuntime.jsxs("button",{onClick:()=>p(r),className:"w-full px-4 py-3 text-left text-sm font-medium transition-colors flex items-center gap-3",style:{color:"var(--theme-text-primary)"},onMouseEnter:m=>{m.currentTarget.style.backgroundColor="var(--theme-bg-tertiary)";},onMouseLeave:m=>{m.currentTarget.style.backgroundColor="transparent";},children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}),jsxRuntime.jsx("path",{d:"M6 8h.01M10 8h.01M14 8h.01M18 8h.01M8 12h.01M12 12h.01M16 12h.01M7 16h10"})]}),"Shortcuts"]})]})]})}var Wc={name:"dark",displayName:"Dark (Enhanced)",emoji:"\u{1F319}",colors:{bgPrimary:"#222326",bgSecondary:"#2A2B2F",bgTertiary:"#33343A",bgCard:"#2d2d2d",bgHover:"#353535",bgActive:"#404040",bgInput:"#2a2a2a",textPrimary:"#F4F5F8",textSecondary:"#AEB6C0",textTertiary:"#7A7F8A",textDisabled:"#606060",textInverse:"#1a1a1a",borderPrimary:"rgba(255, 255, 255, 0.1)",borderSecondary:"rgba(255, 255, 255, 0.05)",borderDefault:"#404040",borderHover:"#505050",borderSubtle:"#2a2a2a",accentPrimary:"#5E6AD2",accentHover:"#7780DD",interactivePrimary:"#0ea5e9",interactivePrimaryHover:"#0284c7",interactivePrimaryBorder:"rgba(14, 165, 233, 0.3)",interactivePrimaryBackground:"rgba(14, 165, 233, 0.1)",interactivePrimaryBackgroundHover:"rgba(14, 165, 233, 0.2)",success:"#10B981",warning:"#F59E0B",error:"#EF4444",info:"#00E5CC",danger:"#ef4444",dangerBorder:"rgba(239, 68, 68, 0.3)",dangerBackground:"rgba(239, 68, 68, 0.1)",dangerBackgroundHover:"rgba(239, 68, 68, 0.2)"},shadows:{sm:"0 1px 2px rgba(0, 0, 0, 0.3)",md:"0 4px 12px rgba(0, 0, 0, 0.4)",lg:"0 12px 32px rgba(0, 0, 0, 0.5)"},radii:{sm:"6px",md:"8px",lg:"12px",full:"9999px"},spacing:{xs:"4px",sm:"8px",md:"16px",lg:"24px",xl:"32px"}},zc={name:"light",displayName:"Light (Standard)",emoji:"\u2600\uFE0F",colors:{bgPrimary:"#FFFFFF",bgSecondary:"#F7F7F8",bgTertiary:"#EEEFF1",bgCard:"#ffffff",bgHover:"#f3f4f6",bgActive:"#e5e7eb",bgInput:"#f9fafb",textPrimary:"#1A1A1A",textSecondary:"#5A5A5A",textTertiary:"#8A8A8A",textDisabled:"#d1d5db",textInverse:"#ffffff",borderPrimary:"rgba(0, 0, 0, 0.1)",borderSecondary:"rgba(0, 0, 0, 0.05)",borderDefault:"#e5e7eb",borderHover:"#d1d5db",borderSubtle:"#f3f4f6",accentPrimary:"#5E6AD2",accentHover:"#4A56B8",interactivePrimary:"#0ea5e9",interactivePrimaryHover:"#0284c7",interactivePrimaryBorder:"rgba(14, 165, 233, 0.3)",interactivePrimaryBackground:"rgba(14, 165, 233, 0.08)",interactivePrimaryBackgroundHover:"rgba(14, 165, 233, 0.15)",success:"#059669",warning:"#D97706",error:"#DC2626",info:"#00E5CC",danger:"#dc2626",dangerBorder:"rgba(220, 38, 38, 0.3)",dangerBackground:"rgba(220, 38, 38, 0.08)",dangerBackgroundHover:"rgba(220, 38, 38, 0.15)"},shadows:{sm:"0 1px 3px rgba(0, 0, 0, 0.12)",md:"0 4px 12px rgba(0, 0, 0, 0.15)",lg:"0 12px 32px rgba(0, 0, 0, 0.2)"},radii:{sm:"6px",md:"8px",lg:"12px",full:"9999px"},spacing:{xs:"4px",sm:"8px",md:"16px",lg:"24px",xl:"32px"}},Gc={name:"neutral",emoji:"\u26AA",displayName:"Neutral (Zen)",colors:{bgPrimary:"#FAFAF9",bgSecondary:"#F5F5F4",bgTertiary:"#E7E5E4",bgCard:"#FEFEFE",bgHover:"#F0EFEE",bgActive:"#E7E5E4",bgInput:"#FAFAF9",textPrimary:"#1C1917",textSecondary:"#57534E",textTertiary:"#A8A29E",textDisabled:"#D6D3D1",textInverse:"#FAFAF9",borderPrimary:"#E7E5E4",borderSecondary:"#F0EFEE",borderDefault:"#E7E5E4",borderHover:"#D6D3D1",borderSubtle:"#F5F5F4",accentPrimary:"#292524",accentHover:"#44403C",interactivePrimary:"#292524",interactivePrimaryHover:"#44403C",interactivePrimaryBorder:"rgba(41, 37, 36, 0.3)",interactivePrimaryBackground:"rgba(41, 37, 36, 0.06)",interactivePrimaryBackgroundHover:"rgba(41, 37, 36, 0.12)",success:"#15803D",warning:"#CA8A04",error:"#B91C1C",info:"#1D4ED8",danger:"#B91C1C",dangerBorder:"rgba(185, 28, 28, 0.3)",dangerBackground:"rgba(185, 28, 28, 0.08)",dangerBackgroundHover:"rgba(185, 28, 28, 0.15)"},shadows:{sm:"0 1px 3px rgba(0, 0, 0, 0.1)",md:"0 4px 12px rgba(0, 0, 0, 0.12)",lg:"0 12px 32px rgba(0, 0, 0, 0.15)"},radii:{sm:"6px",md:"8px",lg:"12px",full:"9999px"},spacing:{xs:"4px",sm:"8px",md:"16px",lg:"24px",xl:"32px"}},Do={dark:Wc,light:zc,neutral:Gc},Vi="dark";var ji=react.createContext(void 0),Hx="asakaa-theme";function cm({children:e,defaultTheme:t=Vi,storageKey:r=Hx}){let[a,n]=react.useState(()=>{if(typeof window<"u"){let c=localStorage.getItem(r);if(c&&(c==="dark"||c==="light"||c==="neutral"))return c}return t}),s=react.useCallback(c=>{n(c),typeof window<"u"&&localStorage.setItem(r,c);},[r]);react.useEffect(()=>{if(typeof window>"u")return;let c=document.documentElement,l=Do[a];Object.entries(l.colors).forEach(([d,u])=>{u&&c.style.setProperty(`--theme-${Ux(d)}`,u);}),Object.entries({bgPrimary:"--asakaa-color-background-primary",bgSecondary:"--asakaa-color-background-secondary",bgTertiary:"--asakaa-color-background-tertiary",bgCard:"--asakaa-color-background-card",bgHover:"--asakaa-color-background-hover",bgActive:"--asakaa-color-background-active",bgInput:"--asakaa-color-background-input",textPrimary:"--asakaa-color-text-primary",textSecondary:"--asakaa-color-text-secondary",textTertiary:"--asakaa-color-text-tertiary",textDisabled:"--asakaa-color-text-disabled",textInverse:"--asakaa-color-text-inverse",borderPrimary:"--asakaa-color-border-primary",borderSecondary:"--asakaa-color-border-secondary",borderDefault:"--asakaa-color-border-default",borderHover:"--asakaa-color-border-hover",borderSubtle:"--asakaa-color-border-subtle",accentPrimary:"--asakaa-color-accent-primary",accentHover:"--asakaa-color-accent-hover",interactivePrimary:"--asakaa-color-interactive-primary",interactivePrimaryHover:"--asakaa-color-interactive-primaryHover",interactivePrimaryBorder:"--asakaa-color-interactive-primaryBorder",interactivePrimaryBackground:"--asakaa-color-interactive-primaryBackground",interactivePrimaryBackgroundHover:"--asakaa-color-interactive-primaryBackgroundHover",success:"--asakaa-color-status-success",warning:"--asakaa-color-status-warning",error:"--asakaa-color-status-error",info:"--asakaa-color-status-info",danger:"--asakaa-color-danger",dangerBorder:"--asakaa-color-danger-border",dangerBackground:"--asakaa-color-danger-background",dangerBackgroundHover:"--asakaa-color-danger-backgroundHover"}).forEach(([d,u])=>{let p=l.colors[d];p&&c.style.setProperty(u,p);}),c.setAttribute("data-theme",a),c.classList.remove("theme-dark","theme-light","theme-neutral"),c.classList.add(`theme-${a}`);},[a]);let o={theme:a,setTheme:s,themes:Do};return jsxRuntime.jsx(ji.Provider,{value:o,children:e})}function es(){let e=react.useContext(ji);if(!e)throw new Error("useTheme must be used within ThemeProvider");return e}function Ux(e){return e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()}function Vc({isOpen:e,onClose:t,className:r}){let{theme:a,setTheme:n}=es();return e?jsxRuntime.jsxs("div",{className:g("fixed inset-0 z-[9999] flex items-center justify-center",r),children:[jsxRuntime.jsx("div",{className:"absolute inset-0 bg-black/60 backdrop-blur-sm",onClick:t}),jsxRuntime.jsxs("div",{className:"relative rounded-2xl border shadow-2xl max-w-md w-full mx-4",style:{backgroundColor:"var(--theme-bg-secondary)",borderColor:"var(--theme-border-primary)"},children:[jsxRuntime.jsxs("div",{className:"px-6 py-5 border-b flex items-center justify-between",style:{borderColor:"var(--theme-border-primary)"},children:[jsxRuntime.jsx("h2",{className:"text-2xl font-bold",style:{color:"var(--theme-text-primary)"},children:"Select Theme"}),jsxRuntime.jsx("button",{onClick:t,className:"text-2xl leading-none p-2 hover:bg-white/10 rounded-lg transition-colors",style:{color:"var(--theme-text-secondary)"},"aria-label":"Close",children:"\xD7"})]}),jsxRuntime.jsx("div",{className:"p-6 space-y-3",children:Object.entries(Do).map(([s,o])=>jsxRuntime.jsxs("button",{onClick:()=>{n(s),t();},className:g("w-full p-4 rounded-lg border-2 transition-all flex items-center gap-4",a===s?"border-[#00E5CC] bg-[#00E5CC]/20":"border-white/20 hover:border-white/40"),style:{backgroundColor:a===s?"var(--theme-accent-primary)20":"transparent"},children:[jsxRuntime.jsx("div",{className:"text-3xl",children:o.emoji}),jsxRuntime.jsxs("div",{className:"text-left flex-1",children:[jsxRuntime.jsx("div",{className:"font-semibold",style:{color:"var(--theme-text-primary)"},children:o.displayName}),jsxRuntime.jsxs("div",{className:"text-xs",style:{color:"var(--theme-text-secondary)"},children:[s==="dark"&&"Default dark theme with Linear-inspired colors",s==="light"&&"Clean light theme with high contrast",s==="neutral"&&"Monochrome zen theme"]})]}),a===s&&jsxRuntime.jsx("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"3",children:jsxRuntime.jsx("path",{d:"M20 6L9 17l-5-5"})})]},s))})]})]}):null}var lt={dark:{bgPrimary:"#050505",bgSecondary:"#0A0A0A",bgGrid:"rgba(255, 255, 255, 0.02)",bgWeekend:"rgba(17, 17, 17, 0.4)",border:"rgba(255, 255, 255, 0.08)",borderLight:"rgba(255, 255, 255, 0.05)",textPrimary:"rgba(255, 255, 255, 0.92)",textSecondary:"rgba(255, 255, 255, 0.60)",textTertiary:"rgba(255, 255, 255, 0.35)",accent:"#00E5CC",accentHover:"#5AADFF",accentLight:"rgba(0, 229, 204, 0.12)",taskBarPrimary:"#00E5CC",taskBarProgress:"#5AADFF",taskBarHandle:"#FFFFFF",dependency:"#444444",dependencyHover:"#FFFFFF",criticalPath:"#EF4444",criticalPathLight:"rgba(239, 68, 68, 0.15)",today:"#EF4444",todayLight:"rgba(239, 68, 68, 0.08)",milestone:"#FFFFFF",milestoneLight:"rgba(255, 255, 255, 0.1)",statusTodo:"#666666",statusInProgress:"#00E5CC",statusCompleted:"#10B981",hoverBg:"rgba(255, 255, 255, 0.04)",focusRing:"#00E5CC",dotGrid:"rgba(255, 255, 255, 0.05)",glassHeader:"#0A0A0A",glassToolbar:"rgba(0, 0, 0, 0.4)",forecastHud:"rgba(15, 15, 15, 0.9)",neonRedGlow:"0 0 8px rgba(239, 68, 68, 0.25)",executionBarBg:"rgba(0, 229, 204, 0.12)"},light:{bgPrimary:"#FFFFFF",bgSecondary:"#F8FAFC",bgGrid:"#F1F5F9",bgWeekend:"rgba(0, 196, 174, 0.03)",border:"#CBD5E1",borderLight:"#E2E8F0",textPrimary:"#0F172A",textSecondary:"#334155",textTertiary:"#64748B",accent:"#00E5CC",accentHover:"#1D4ED8",accentLight:"rgba(0, 196, 174, 0.08)",taskBarPrimary:"#00E5CC",taskBarProgress:"#00A893",taskBarHandle:"#FFFFFF",dependency:"#6B7280",dependencyHover:"#00E5CC",criticalPath:"#DC2626",criticalPathLight:"rgba(220, 38, 38, 0.1)",today:"#D21E24",todayLight:"rgba(210, 30, 36, 0.1)",milestone:"#F59E0B",milestoneLight:"rgba(245, 158, 11, 0.08)",statusTodo:"#64748B",statusInProgress:"#00E5CC",statusCompleted:"#059669",hoverBg:"rgba(0, 0, 0, 0.04)",focusRing:"#00E5CC",dotGrid:"rgba(0, 0, 0, 0.04)",glassHeader:"#F8FAFC",glassToolbar:"rgba(255, 255, 255, 0.85)",forecastHud:"rgba(248, 250, 252, 0.95)",neonRedGlow:"0 0 10px rgba(220, 38, 38, 0.3)",executionBarBg:"rgba(0, 196, 174, 0.28)"},neutral:{bgPrimary:"#FAFAF9",bgSecondary:"#F5F5F4",bgGrid:"#EFEDEC",bgWeekend:"rgba(41, 37, 36, 0.02)",border:"#D6D3D1",borderLight:"#E7E5E4",textPrimary:"#0C0A09",textSecondary:"#44403C",textTertiary:"#78716C",accent:"#292524",accentHover:"#44403C",accentLight:"rgba(41, 37, 36, 0.08)",taskBarPrimary:"#292524",taskBarProgress:"#1C1917",taskBarHandle:"#FFFFFF",dependency:"#78716C",dependencyHover:"#A8A29E",criticalPath:"#44403C",criticalPathLight:"rgba(68, 64, 60, 0.08)",today:"#1C1917",todayLight:"rgba(28, 25, 23, 0.06)",milestone:"#57534E",milestoneLight:"rgba(87, 83, 78, 0.08)",statusTodo:"#78716C",statusInProgress:"#292524",statusCompleted:"#15803D",hoverBg:"rgba(0, 0, 0, 0.035)",focusRing:"#292524",dotGrid:"rgba(0, 0, 0, 0.03)",glassHeader:"#F5F5F4",glassToolbar:"rgba(250, 250, 249, 0.85)",forecastHud:"rgba(245, 245, 244, 0.95)",neonRedGlow:"0 0 10px rgba(68, 64, 60, 0.3)",executionBarBg:"rgba(41, 37, 36, 0.25)"}};function dm(e="dark"){if(typeof window>"u"||typeof getComputedStyle>"u")return lt[e]||lt.dark;let t=document.documentElement,r=getComputedStyle(t),a=(s,o)=>r.getPropertyValue(s).trim()||o;return {bgPrimary:a("--theme-bg-primary",lt[e].bgPrimary),bgSecondary:a("--theme-bg-secondary",lt[e].bgSecondary),bgGrid:a("--theme-bg-card",lt[e].bgGrid),bgWeekend:a("--theme-bg-hover",lt[e].bgWeekend),border:a("--theme-border-primary",lt[e].border),borderLight:a("--theme-border-subtle",lt[e].borderLight),textPrimary:a("--theme-text-primary",lt[e].textPrimary),textSecondary:a("--theme-text-secondary",lt[e].textSecondary),textTertiary:a("--theme-text-tertiary",lt[e].textTertiary),accent:a("--theme-accent-primary",lt[e].accent),accentHover:a("--theme-accent-hover",lt[e].accentHover),accentLight:a("--theme-accent-primary",lt[e].accentLight),taskBarPrimary:a("--theme-accent-primary",lt[e].taskBarPrimary),taskBarProgress:a("--theme-accent-hover",lt[e].taskBarProgress),taskBarHandle:a("--theme-text-inverse",lt[e].taskBarHandle||"#FFFFFF"),dependency:a("--theme-border-secondary",lt[e].dependency),dependencyHover:a("--theme-border-secondary",lt[e].dependencyHover),criticalPath:a("--theme-error",lt[e].criticalPath),criticalPathLight:a("--theme-error",lt[e].criticalPathLight),today:e==="light"?a("--theme-accent-primary",lt[e].today):e==="neutral"?a("--theme-text-primary",lt[e].today):a("--theme-error",lt[e].today),todayLight:e==="light"?a("--theme-accent-primary",lt[e].todayLight):e==="neutral"?a("--theme-text-primary",lt[e].todayLight):a("--theme-error",lt[e].todayLight),milestone:a("--theme-warning",lt[e].milestone),milestoneLight:a("--theme-warning",lt[e].milestoneLight),statusTodo:a("--theme-text-tertiary",lt[e].statusTodo),statusInProgress:a("--theme-accent-primary",lt[e].statusInProgress),statusCompleted:a("--theme-success",lt[e].statusCompleted),hoverBg:a("--theme-bg-hover",lt[e].hoverBg),focusRing:a("--theme-accent-primary",lt[e].focusRing),...lt[e].dotGrid&&{dotGrid:lt[e].dotGrid},...lt[e].glassHeader&&{glassHeader:lt[e].glassHeader},...lt[e].glassToolbar&&{glassToolbar:lt[e].glassToolbar},...lt[e].forecastHud&&{forecastHud:lt[e].forecastHud},...lt[e].neonRedGlow&&{neonRedGlow:lt[e].neonRedGlow},...lt[e].executionBarBg&&{executionBarBg:lt[e].executionBarBg}}}var _i={columns:{taskName:"TASK NAME",startDate:"Start Date",endDate:"End Date",duration:"Duration",assignees:"Assignees",status:"Status",progress:"% Complete",priority:"Priority"},toolbar:{today:"Today",day:"Day",week:"Week",month:"Month",export:"Export",exportPdf:"Export to PDF",exportPng:"Export to PNG",exportCsv:"Export to CSV",exportExcel:"Export to Excel",exportMsProject:"Export to MS Project",undo:"Undo",redo:"Redo",createTask:"New Task",density:"Row Density",compact:"Compact",normal:"Normal",spacious:"Spacious",filterAll:"All",filterIncomplete:"Incomplete",filterInProgress:"In Progress",filterCompleted:"Completed",filter:"Filters",filterBy:"FILTER BY STATUS",filterAllDesc:"Show all tasks",filterIncompleteDesc:"Hide completed tasks",filterInProgressDesc:"Tasks currently being worked on",filterCompletedDesc:"Only show finished tasks",clearFilter:"Clear filter",hideCompleted:"Hide Completed Tasks",toDo:"To Do / Pending",wbsLevel:"Level",wbsAllLevels:"All",viewExecution:"Execution",viewOracle:"Pulse View",simulateScenario:"Simulate Scenario",projectForecast:"PROJECT FORECAST",expectedFinish:"Expected Finish",confidence:"Confidence",costAtCompletion:"Cost at Completion",delayLabel:"Delay",earlyLabel:"Early",onTimeLabel:"On Time",budgetOver:"Over",budgetUnder:"Under",baselines:"Baselines",visibility:"Visibility",share:"Share",copySnapshotLink:"Copy Snapshot Link",copied:"Copied!"},contextMenu:{editTask:"Edit Task",addSubtask:"Add Subtask",markIncomplete:"Mark Incomplete",setInProgress:"Set In Progress",markComplete:"Mark Complete",duplicateTask:"Duplicate Task",splitTask:"Split Task",deleteTask:"Delete Task"},actions:{edit:"Edit",delete:"Delete",duplicate:"Duplicate",addSubtask:"Add Subtask",indent:"Indent",outdent:"Outdent",moveUp:"Move Up",moveDown:"Move Down",splitTask:"Split Task",linkTasks:"Link Tasks",unlinkTasks:"Unlink Tasks"},status:{todo:"To Do",inProgress:"In Progress",completed:"Completed"},labels:{progress:"Progress",duration:"Duration",days:"days",day:"day",assigned:"Assigned",milestone:"Milestone",criticalPath:"Critical Path",subtask:"Subtask",task:"Task",noTasks:"No tasks yet",addTask:"Add task",newTask:"New Task",loading:"Loading...",error:"Error",today:"Today",week:"Week",clickToSetDates:"Click to set dates..."},ai:{placeholder:'Ask AI to edit tasks... (e.g., "Move Design to next week")',thinking:"Thinking...",suggestions:{moveTask:'Move "Task Name" to next Monday',extendTask:'Extend "Task Name" by 3 days',renameTask:'Rename "Old Name" to "New Name"',setProgress:'Set "Task Name" progress to 50%',linkTasks:'Link "Task A" to "Task B"',createTask:'Create a new task called "New Task"',deleteTask:'Delete "Task Name"',assignTask:'Assign John to "Task Name"'},errors:{taskNotFound:"Task not found",invalidDate:"Invalid date",invalidDuration:"Invalid duration",invalidProgress:"Invalid progress value",unknownCommand:"Unknown command",processingError:"Error processing command"}},export:{projectName:"Gantt Project",ganttTasks:"Gantt Tasks",taskId:"Task ID",taskName:"Task Name",startDate:"Start Date",endDate:"End Date",isMilestone:"Is Milestone",parentId:"Parent ID",yes:"Yes",no:"No",noTasksToExport:"No tasks available to export"},dateFormat:{short:"MM/dd",medium:"MMM d",long:"MMMM d, yyyy"}},um={columns:{taskName:"NOMBRE DE TAREA",startDate:"Fecha Inicio",endDate:"Fecha Fin",duration:"Duraci\xF3n",assignees:"Asignados",status:"Estado",progress:"% Completado",priority:"Prioridad"},toolbar:{today:"Hoy",day:"D\xEDa",week:"Semana",month:"Mes",export:"Exportar",exportPdf:"Exportar a PDF",exportPng:"Exportar a PNG",exportCsv:"Exportar a CSV",exportExcel:"Exportar a Excel",exportMsProject:"Exportar a MS Project",undo:"Deshacer",redo:"Rehacer",createTask:"Nueva Tarea",density:"Densidad",compact:"Compacto",normal:"Normal",spacious:"Espacioso",filterAll:"Todas",filterIncomplete:"Sin completar",filterInProgress:"En progreso",filterCompleted:"Completadas",filter:"Filtros",filterBy:"FILTRAR POR ESTADO",filterAllDesc:"Mostrar todas las tareas",filterIncompleteDesc:"Ocultar tareas completadas",filterInProgressDesc:"Tareas en las que se est\xE1 trabajando",filterCompletedDesc:"Solo mostrar tareas terminadas",clearFilter:"Limpiar filtro",hideCompleted:"Ocultar Tareas Completadas",toDo:"Por Hacer / Pendiente",wbsLevel:"Nivel",wbsAllLevels:"Todos",viewExecution:"Ejecuci\xF3n",viewOracle:"Vista Pulse",simulateScenario:"Simular Escenario",projectForecast:"PRON\xD3STICO DEL PROYECTO",expectedFinish:"Fin Estimado",confidence:"Confianza",costAtCompletion:"Costo al Completar",delayLabel:"Retraso",earlyLabel:"Adelanto",onTimeLabel:"A Tiempo",budgetOver:"Excedido",budgetUnder:"Bajo",baselines:"L\xEDneas Base",visibility:"Visibilidad",share:"Compartir",copySnapshotLink:"Copiar enlace de vista",copied:"\xA1Copiado!"},contextMenu:{editTask:"Editar Tarea",addSubtask:"Agregar Subtarea",markIncomplete:"Marcar Incompleta",setInProgress:"Marcar En Progreso",markComplete:"Marcar Completada",duplicateTask:"Duplicar Tarea",splitTask:"Dividir Tarea",deleteTask:"Eliminar Tarea"},actions:{edit:"Editar",delete:"Eliminar",duplicate:"Duplicar",addSubtask:"Agregar Subtarea",indent:"Aumentar Nivel",outdent:"Disminuir Nivel",moveUp:"Mover Arriba",moveDown:"Mover Abajo",splitTask:"Dividir Tarea",linkTasks:"Vincular Tareas",unlinkTasks:"Desvincular Tareas"},status:{todo:"Por Hacer",inProgress:"En Progreso",completed:"Completado"},labels:{progress:"Progreso",duration:"Duraci\xF3n",days:"d\xEDas",day:"d\xEDa",assigned:"Asignado",milestone:"Hito",criticalPath:"Ruta Cr\xEDtica",subtask:"Subtarea",task:"Tarea",noTasks:"Sin tareas a\xFAn",addTask:"Agregar tarea",newTask:"Nueva Tarea",loading:"Cargando...",error:"Error",today:"Hoy",week:"Semana",clickToSetDates:"Clic para establecer fechas..."},ai:{placeholder:'P\xEDdele a la IA que edite tareas... (ej: "Mover Dise\xF1o a la pr\xF3xima semana")',thinking:"Pensando...",suggestions:{moveTask:'Mover "Nombre de Tarea" al pr\xF3ximo lunes',extendTask:'Extender "Nombre de Tarea" por 3 d\xEDas',renameTask:'Renombrar "Nombre Anterior" a "Nombre Nuevo"',setProgress:'Establecer progreso de "Nombre de Tarea" al 50%',linkTasks:'Vincular "Tarea A" con "Tarea B"',createTask:'Crear una nueva tarea llamada "Nueva Tarea"',deleteTask:'Eliminar "Nombre de Tarea"',assignTask:'Asignar a Juan a "Nombre de Tarea"'},errors:{taskNotFound:"Tarea no encontrada",invalidDate:"Fecha inv\xE1lida",invalidDuration:"Duraci\xF3n inv\xE1lida",invalidProgress:"Valor de progreso inv\xE1lido",unknownCommand:"Comando desconocido",processingError:"Error procesando el comando"}},export:{projectName:"Proyecto Gantt",ganttTasks:"Tareas Gantt",taskId:"ID de Tarea",taskName:"Nombre de Tarea",startDate:"Fecha Inicio",endDate:"Fecha Fin",isMilestone:"Es Hito",parentId:"ID Padre",yes:"S\xED",no:"No",noTasksToExport:"No hay tareas disponibles para exportar"},dateFormat:{short:"dd/MM",medium:"d MMM",long:"d de MMMM de yyyy"}},jc={en:_i,es:um};function pm(e){return jc[e]||jc.en}function _c(e,t){let r=pm(e);return t?{columns:{...r.columns,...t.columns},toolbar:{...r.toolbar,...t.toolbar},contextMenu:{...r.contextMenu,...t.contextMenu},actions:{...r.actions,...t.actions},status:{...r.status,...t.status},labels:{...r.labels,...t.labels},ai:{...r.ai,...t.ai,suggestions:{...r.ai.suggestions,...t.ai?.suggestions},errors:{...r.ai.errors,...t.ai?.errors}},export:{...r.export,...t.export},dateFormat:{...r.dateFormat,...t.dateFormat}}:r}var rs=react.createContext(_i);function ja(){return react.useContext(rs)}function Gs(e,t,r="left",a=208){let[n,s]=react.useState({top:0,left:0});return react.useEffect(()=>{if(!t||!e.current)return;let o=e.current.getBoundingClientRect(),c=o.bottom+4,l;r==="right"?l=o.right-a:l=o.left;let i=8;l+a>window.innerWidth-i&&(l=window.innerWidth-i-a),l<i&&(l=i),s({top:c,left:l});},[t,r,e,a]),n}function wm({theme:e,onExportPNG:t,onExportPDF:r,onExportExcel:a,onExportCSV:n,onExportJSON:s,onExportMSProject:o}){let[c,l]=react.useState(false),[i,d]=react.useState(null),u=react.useRef(null),p=react.useRef(null),m=ja(),f=Gs(u,c,"right",176);if(react.useEffect(()=>{if(!c)return;let h=v=>{let w=v.target;u.current&&!u.current.contains(w)&&p.current&&!p.current.contains(w)&&l(false);};return document.addEventListener("mousedown",h),()=>document.removeEventListener("mousedown",h)},[c]),!(t||r||a||n||s||o))return null;let y=[{id:"png",label:"PNG",description:"Image",icon:jsxRuntime.jsx(lucideReact.FileImage,{className:"w-4 h-4"}),handler:t},{id:"pdf",label:"PDF",description:"Document",icon:jsxRuntime.jsx(lucideReact.FileText,{className:"w-4 h-4"}),handler:r},{id:"excel",label:"Excel",description:"Spreadsheet",icon:jsxRuntime.jsx(lucideReact.FileSpreadsheet,{className:"w-4 h-4"}),handler:a},{id:"csv",label:"CSV",description:"Comma-separated",icon:jsxRuntime.jsx(lucideReact.FileText,{className:"w-4 h-4"}),handler:n},{id:"json",label:"JSON",description:"Data",icon:jsxRuntime.jsx(lucideReact.FileJson,{className:"w-4 h-4"}),handler:s},{id:"msproject",label:"MS Project",description:"XML",icon:jsxRuntime.jsx(lucideReact.FolderKanban,{className:"w-4 h-4"}),handler:o}].filter(h=>h.handler),b=async(h,v)=>{if(v){d(h);try{await v();}catch(w){console.error(`Export ${h} failed:`,w);}finally{d(null),l(false);}}};return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs(framerMotion.motion.button,{ref:u,onClick:()=>l(!c),className:"flex items-center gap-2 px-3 py-1.5 rounded-lg text-[11px] transition-all",style:{backgroundColor:c?e.accent:e.bgSecondary,border:`1px solid ${c?e.accent:e.borderLight}`,color:c?"#FFFFFF":e.textSecondary,fontFamily:"Inter, sans-serif",fontWeight:500},whileHover:{scale:1.02,backgroundColor:e.accent,color:"#FFFFFF"},whileTap:{scale:.98},children:[jsxRuntime.jsx(lucideReact.Download,{className:"w-3.5 h-3.5"}),jsxRuntime.jsx("span",{children:m.toolbar.export}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:"w-3 h-3 transition-transform",style:{transform:c?"rotate(180deg)":"rotate(0deg)"}})]}),reactDom.createPortal(jsxRuntime.jsx(framerMotion.AnimatePresence,{children:c&&jsxRuntime.jsx(framerMotion.motion.div,{ref:p,initial:{opacity:0,y:-8,scale:.95},animate:{opacity:1,y:0,scale:1},exit:{opacity:0,y:-8,scale:.95},transition:{duration:.15,ease:"easeOut"},className:"fixed w-44 rounded-xl overflow-hidden",style:{top:f.top,left:f.left,zIndex:99999,backgroundColor:e.bgPrimary==="#050505"?"rgba(10, 10, 10, 0.95)":e.bgSecondary,border:`1px solid ${e.bgPrimary==="#050505"?"rgba(255,255,255,0.08)":e.border}`,boxShadow:e.bgPrimary==="#050505"?"0 8px 32px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255,255,255,0.04)":"0 10px 40px rgba(0, 0, 0, 0.12)",backdropFilter:"blur(16px)"},children:jsxRuntime.jsx("div",{className:"py-1",children:y.map((h,v)=>jsxRuntime.jsxs(framerMotion.motion.button,{onClick:()=>b(h.id,h.handler),disabled:i!==null,className:"w-full flex items-center gap-2.5 px-3 py-2 text-left transition-all",style:{backgroundColor:"transparent",borderBottom:v<y.length-1?`1px solid ${e.bgPrimary==="#050505"?"rgba(255,255,255,0.06)":e.borderLight}`:"none",fontFamily:"Inter, sans-serif"},whileHover:{backgroundColor:e.bgPrimary==="#050505"?"rgba(255,255,255,0.06)":e.hoverBg},initial:{opacity:0,x:-10},animate:{opacity:1,x:0},transition:{delay:v*.03},children:[jsxRuntime.jsx("div",{className:"flex items-center justify-center w-7 h-7 rounded-md",style:{backgroundColor:e.accentLight,color:e.accent},children:i===h.id?jsxRuntime.jsx(framerMotion.motion.div,{animate:{rotate:360},transition:{duration:1,repeat:1/0,ease:"linear"},children:jsxRuntime.jsx(lucideReact.Download,{className:"w-3.5 h-3.5"})}):h.icon}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("div",{className:"text-[11px] font-medium truncate",style:{color:e.textPrimary},children:h.label}),jsxRuntime.jsx("div",{className:"text-[9px] truncate",style:{color:e.textTertiary},children:h.description})]})]},h.id))})})}),document.body)]})}function gm({theme:e,onExportPNG:t,onExportPDF:r,onExportExcel:a,onExportMSProject:n,onCopySnapshotLink:s}){let[o,c]=react.useState(false),[l,i]=react.useState(null),[d,u]=react.useState(false),p=react.useRef(null),m=react.useRef(null),f=ja(),x=Gs(p,o,"right",224),y=e.bgPrimary==="#050505"||(e.bgPrimary||"").charAt(1)==="0",b=f.toolbar.visibility==="Visibilidad";react.useEffect(()=>{if(!o)return;let C=S=>{let F=S.target;p.current&&!p.current.contains(F)&&m.current&&!m.current.contains(F)&&c(false);};return document.addEventListener("mousedown",C),()=>document.removeEventListener("mousedown",C)},[o]);let h=[{id:"png",label:f.toolbar.exportPng,icon:jsxRuntime.jsx(lucideReact.FileImage,{className:"w-3.5 h-3.5"}),handler:t},{id:"pdf",label:f.toolbar.exportPdf,icon:jsxRuntime.jsx(lucideReact.FileText,{className:"w-3.5 h-3.5"}),handler:r},{id:"excel",label:f.toolbar.exportExcel,icon:jsxRuntime.jsx(lucideReact.FileSpreadsheet,{className:"w-3.5 h-3.5"}),handler:a},{id:"msproject",label:f.toolbar.exportMsProject,icon:jsxRuntime.jsx(lucideReact.FolderKanban,{className:"w-3.5 h-3.5"}),handler:n}].filter(C=>C.handler),v=async(C,S)=>{if(S){i(C);try{await S();}catch(F){console.error(`Export ${C} failed:`,F);}finally{i(null),c(false);}}},w=()=>{s?.(),u(true),setTimeout(()=>u(false),2e3);};return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(framerMotion.motion.button,{ref:p,onClick:()=>c(!o),className:"flex items-center justify-center w-8 h-8 rounded-lg",style:{color:o?e.accent:e.textTertiary,backgroundColor:o?e.accentLight:"transparent"},whileHover:{color:e.textPrimary,backgroundColor:e.hoverBg},title:f.toolbar.share,children:jsxRuntime.jsx(lucideReact.Share2,{className:"w-4 h-4"})}),reactDom.createPortal(jsxRuntime.jsx(framerMotion.AnimatePresence,{children:o&&jsxRuntime.jsxs(framerMotion.motion.div,{ref:m,initial:{opacity:0,y:-8,scale:.95},animate:{opacity:1,y:0,scale:1},exit:{opacity:0,y:-8,scale:.95},transition:{duration:.15,ease:"easeOut"},className:"fixed w-56 rounded-xl overflow-hidden",style:{top:x.top,left:x.left,zIndex:99999,backgroundColor:y?"rgba(10, 10, 10, 0.95)":e.bgSecondary||"#F8FAFC",border:`1px solid ${y?"rgba(255,255,255,0.08)":e.border||"#CBD5E1"}`,boxShadow:y?"0 8px 32px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255,255,255,0.04)":"0 10px 40px rgba(0, 0, 0, 0.12)",backdropFilter:"blur(16px)"},children:[h.length>0&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"px-3 pt-2.5 pb-1.5",children:jsxRuntime.jsx("span",{className:"text-[10px] font-medium uppercase tracking-[0.1em]",style:{color:y?"rgba(255,255,255,0.35)":e.textTertiary},children:b?"EXPORTAR":"EXPORT"})}),jsxRuntime.jsx("div",{className:"py-0.5",children:h.map((C,S)=>jsxRuntime.jsxs(framerMotion.motion.button,{onClick:()=>v(C.id,C.handler),disabled:l!==null,className:"w-full flex items-center gap-2.5 px-3 py-2 text-[11px] transition-colors",style:{color:y?"rgba(255,255,255,0.85)":"#111827"},whileHover:{backgroundColor:e.hoverBg},initial:{opacity:0,x:-10},animate:{opacity:1,x:0},transition:{delay:S*.03},children:[jsxRuntime.jsx("div",{className:"flex items-center justify-center w-7 h-7 rounded-md flex-shrink-0",style:{backgroundColor:e.accentLight,color:e.accent},children:l===C.id?jsxRuntime.jsx(framerMotion.motion.div,{animate:{rotate:360},transition:{duration:1,repeat:1/0,ease:"linear"},children:jsxRuntime.jsx(lucideReact.Download,{className:"w-3.5 h-3.5"})}):C.icon}),jsxRuntime.jsx("span",{className:"flex-1 text-left",children:C.label})]},C.id))})]}),h.length>0&&s&&jsxRuntime.jsx("div",{className:"mx-3 h-px",style:{backgroundColor:y?"rgba(255,255,255,0.06)":e.borderLight}}),s&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"px-3 pt-2.5 pb-1.5",children:jsxRuntime.jsx("span",{className:"text-[10px] font-medium uppercase tracking-[0.1em]",style:{color:y?"rgba(255,255,255,0.35)":e.textTertiary},children:b?"COMPARTIR":"SHARE"})}),jsxRuntime.jsx("div",{className:"py-0.5 pb-1.5",children:jsxRuntime.jsxs(framerMotion.motion.button,{onClick:w,className:"w-full flex items-center gap-2.5 px-3 py-2 text-[11px] transition-colors",style:{color:y?"rgba(255,255,255,0.85)":"#111827"},whileHover:{backgroundColor:e.hoverBg},initial:{opacity:0,x:-10},animate:{opacity:1,x:0},transition:{delay:h.length*.03},children:[jsxRuntime.jsx("div",{className:"flex items-center justify-center w-7 h-7 rounded-md flex-shrink-0",style:{backgroundColor:d?"rgba(34,197,94,0.15)":e.accentLight,color:d?"#22C55E":e.accent},children:d?jsxRuntime.jsx(lucideReact.Check,{className:"w-3.5 h-3.5"}):jsxRuntime.jsx(lucideReact.Link2,{className:"w-3.5 h-3.5"})}),jsxRuntime.jsx("span",{className:"flex-1 text-left",children:d?f.toolbar.copied:f.toolbar.copySnapshotLink})]})})]})]})}),document.body)]})}function lv({options:e,value:t,onChange:r,theme:a,layoutId:n="activeSegment"}){return jsxRuntime.jsx("div",{className:"inline-flex p-1 rounded-lg relative",style:{backgroundColor:a.bgSecondary,border:`1px solid ${a.borderLight}`},children:e.map(s=>{let o=t===s.value;return jsxRuntime.jsxs(framerMotion.motion.button,{onClick:()=>r(s.value),className:"relative px-3 py-1.5 rounded-md text-[11px] transition-all flex items-center gap-1.5 min-w-[70px] justify-center",style:{color:o?a.textPrimary:a.textTertiary,fontFamily:"Inter, sans-serif",fontWeight:o?600:500,zIndex:o?2:1},whileHover:{scale:1.02},whileTap:{scale:.98},children:[o&&jsxRuntime.jsx(framerMotion.motion.div,{layoutId:n,className:"absolute inset-0 rounded-md",style:{backgroundColor:a.accent,boxShadow:"0 1px 3px rgba(0, 0, 0, 0.1)"},transition:{type:"spring",stiffness:400,damping:30}}),s.icon&&jsxRuntime.jsx("span",{className:"relative z-10",style:{color:o?"#FFFFFF":a.textTertiary},children:s.icon}),jsxRuntime.jsx("span",{className:"relative z-10",style:{color:o?"#FFFFFF":a.textTertiary},children:s.label})]},s.value)})})}function cv({options:e,value:t,onChange:r,theme:a}){return jsxRuntime.jsx("div",{className:"inline-flex items-center gap-1",children:e.map(n=>{let s=t===n.value;return jsxRuntime.jsxs(framerMotion.motion.button,{onClick:()=>r(n.value),className:"relative px-3 py-1.5 text-[11px] transition-all",style:{color:s?a.accent:a.textTertiary,fontFamily:"Inter, sans-serif",fontWeight:s?600:500},whileHover:{color:s?a.accent:a.textSecondary},whileTap:{scale:.98},children:[jsxRuntime.jsx("span",{children:n.label}),s&&jsxRuntime.jsx(framerMotion.motion.div,{layoutId:"timeScaleUnderline",className:"absolute bottom-0 left-1 right-1 h-0.5 rounded-full",style:{backgroundColor:a.accent},transition:{type:"spring",stiffness:400,damping:30}})]},n.value)})})}function fm({theme:e,value:t,onChange:r,maxDepth:a}){let[n,s]=react.useState(false),o=react.useRef(null),c=react.useRef(null),l=ja(),i=Gs(o,n,"left");react.useEffect(()=>{if(!n)return;let p=m=>{let f=m.target;o.current&&!o.current.contains(f)&&c.current&&!c.current.contains(f)&&s(false);};return document.addEventListener("mousedown",p),()=>document.removeEventListener("mousedown",p)},[n]);let d=[{value:"all",label:l.toolbar.wbsAllLevels||"All"},...Array.from({length:Math.min(a,5)},(p,m)=>({value:m+1,label:`L${m+1}`}))],u=t==="all"?l.toolbar.wbsAllLevels||"All":`L${t}`;return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs(framerMotion.motion.button,{ref:o,onClick:()=>s(!n),className:"flex items-center gap-1.5 px-2 py-1.5 rounded-lg transition-all",style:{backgroundColor:n?e.accentLight:e.bgSecondary,border:`1px solid ${n?e.accent:e.borderLight}`,color:n?e.accent:e.textSecondary},whileHover:{backgroundColor:e.hoverBg,scale:1.02},whileTap:{scale:.98},title:`${l.toolbar.wbsLevel||"Level"}: ${u}`,children:[jsxRuntime.jsx(lucideReact.Layers,{className:"w-3.5 h-3.5"}),jsxRuntime.jsx("span",{className:"text-[11px] font-medium",style:{fontFamily:"'JetBrains Mono', monospace"},children:u})]}),reactDom.createPortal(jsxRuntime.jsx(framerMotion.AnimatePresence,{children:n&&jsxRuntime.jsx(framerMotion.motion.div,{ref:c,initial:{opacity:0,y:-8,scale:.95},animate:{opacity:1,y:0,scale:1},exit:{opacity:0,y:-8,scale:.95},transition:{duration:.15,ease:"easeOut"},className:"fixed w-24 rounded-xl overflow-hidden",style:{top:i.top,left:i.left,zIndex:99999,backgroundColor:e.bgPrimary==="#050505"?"rgba(10, 10, 10, 0.95)":e.bgSecondary,border:`1px solid ${e.bgPrimary==="#050505"?"rgba(255,255,255,0.08)":e.border}`,boxShadow:e.bgPrimary==="#050505"?"0 8px 32px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255,255,255,0.04)":"0 10px 40px rgba(0, 0, 0, 0.12)",backdropFilter:"blur(16px)"},children:jsxRuntime.jsx("div",{className:"py-1",children:d.map((p,m)=>{let f=t===p.value;return jsxRuntime.jsxs(framerMotion.motion.button,{onClick:()=>{r(p.value),s(false);},className:"w-full flex items-center justify-between px-3 py-2 text-left transition-all",style:{backgroundColor:f?e.accentLight:"transparent",borderBottom:m<d.length-1?`1px solid ${e.bgPrimary==="#050505"?"rgba(255,255,255,0.06)":e.borderLight}`:"none"},whileHover:{backgroundColor:f?e.accentLight:e.bgPrimary==="#050505"?"rgba(255,255,255,0.06)":e.hoverBg},initial:{opacity:0,x:-10},animate:{opacity:1,x:0},transition:{delay:m*.03},children:[jsxRuntime.jsx("span",{className:"text-[11px]",style:{color:f?e.accent:e.textPrimary,fontFamily:"'JetBrains Mono', monospace",fontWeight:f?600:500},children:p.label}),f&&jsxRuntime.jsx(lucideReact.Check,{className:"w-3.5 h-3.5",style:{color:e.accent}})]},String(p.value))})})})}),document.body)]})}function bm({theme:e,value:t,onChange:r,hideCompleted:a=false,onHideCompletedChange:n}){let[s,o]=react.useState(false),c=react.useRef(null),l=react.useRef(null),i=ja(),d=Gs(c,s,"left");react.useEffect(()=>{if(!s)return;let f=setTimeout(()=>{let x=b=>{let h=b.target;c.current&&!c.current.contains(h)&&l.current&&!l.current.contains(h)&&o(false);},y=b=>{b.key==="Escape"&&o(false);};document.addEventListener("mousedown",x),document.addEventListener("keydown",y),l._cleanup=()=>{document.removeEventListener("mousedown",x),document.removeEventListener("keydown",y);};},100);return ()=>{clearTimeout(f),l._cleanup&&l._cleanup();}},[s]);let u=[{value:"all",label:i.toolbar.filterAll||"Show All",icon:jsxRuntime.jsx("div",{className:"w-3.5 h-3.5 rounded-full border-2 border-[#00E5CC] bg-[#00E5CC]"}),color:"text-[#00E5CC]"},{value:"completed",label:i.toolbar.filterCompleted||"Completed",icon:jsxRuntime.jsx(lucideReact.CheckCircle2,{className:"w-3.5 h-3.5"}),color:"text-green-500"},{value:"in_progress",label:i.toolbar.filterInProgress||"In Progress",icon:jsxRuntime.jsx(lucideReact.PlayCircle,{className:"w-3.5 h-3.5"}),color:"text-[#00E5CC]"},{value:"incomplete",label:i.toolbar.toDo||"To Do / Pending",icon:jsxRuntime.jsx(lucideReact.Circle,{className:"w-3.5 h-3.5"}),color:"text-gray-400"}],p=t!=="all"||a,m=e.bgPrimary==="#0F1117"||e.bgPrimary==="#0a0a0a"||e.bgPrimary==="#050505"||e.textPrimary==="#FFFFFF";return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs(framerMotion.motion.button,{ref:c,onClick:f=>{f.stopPropagation(),o(x=>!x);},className:"flex items-center gap-2 px-3 py-1.5 rounded-lg text-[11px] transition-all",style:{backgroundColor:p?m?"rgba(0, 229, 204, 0.2)":"rgb(239 246 255)":s?e.hoverBg:e.bgSecondary,border:`1px solid ${p?m?"rgba(0, 229, 204, 0.5)":"rgb(191 219 254)":e.borderLight}`,color:p?"#00E5CC":e.textSecondary,fontFamily:"Inter, sans-serif",fontWeight:500},whileHover:{backgroundColor:e.hoverBg,scale:1.02},whileTap:{scale:.98},children:[jsxRuntime.jsx(lucideReact.Filter,{className:"w-4 h-4"}),jsxRuntime.jsx("span",{children:i.toolbar.filter||"Filters"}),p&&jsxRuntime.jsx("span",{className:"w-2 h-2 rounded-full",style:{backgroundColor:"#00E5CC"}})]}),reactDom.createPortal(jsxRuntime.jsx(framerMotion.AnimatePresence,{children:s&&jsxRuntime.jsxs(framerMotion.motion.div,{ref:l,initial:{opacity:0,y:-8,scale:.95},animate:{opacity:1,y:0,scale:1},exit:{opacity:0,y:-8,scale:.95},transition:{duration:.15,ease:"easeOut"},className:"fixed w-56 rounded-xl overflow-hidden",style:{top:d.top,left:d.left,zIndex:99999,backgroundColor:m?"rgba(10, 10, 10, 0.95)":"#FFFFFF",border:`1px solid ${m?"rgba(255,255,255,0.08)":"rgb(229 231 235)"}`,boxShadow:m?"0 8px 32px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255,255,255,0.04)":"0 10px 40px rgba(0, 0, 0, 0.12)",backdropFilter:"blur(16px)"},children:[jsxRuntime.jsx("div",{className:"px-3 py-2 border-b",style:{borderColor:m?"rgba(255,255,255,0.06)":"rgb(229 231 235)"},children:jsxRuntime.jsx("span",{className:"text-[10px] font-medium uppercase tracking-[0.1em]",style:{color:m?"rgba(255,255,255,0.35)":"#9CA3AF",fontFamily:"Inter, sans-serif"},children:i.toolbar.filterBy||"FILTER BY STATUS"})}),jsxRuntime.jsx("div",{className:"py-1",children:u.map(f=>{let x=t===f.value&&!a,y=()=>f.value==="all"?x?jsxRuntime.jsx("div",{className:"w-3.5 h-3.5 rounded-full border-2 border-[#00E5CC] bg-[#00E5CC]"}):jsxRuntime.jsx("div",{className:"w-3.5 h-3.5 rounded-full border-2 border-gray-400"}):f.icon;return jsxRuntime.jsxs(framerMotion.motion.button,{onClick:()=>{r(f.value),n&&n(false),o(false);},className:"w-full flex items-center gap-2.5 px-3 py-2 text-[11px] transition-colors",style:{backgroundColor:x?m?"rgba(255,255,255,0.05)":"rgb(249 250 251)":"transparent",fontFamily:"Inter, sans-serif"},whileHover:{backgroundColor:m?"rgba(255,255,255,0.06)":"rgb(243 244 246)"},children:[jsxRuntime.jsx("span",{className:`${x?f.color:"text-gray-400"} flex-shrink-0`,children:y()}),jsxRuntime.jsx("span",{className:"flex-1 text-left whitespace-nowrap font-medium",style:{color:m?"rgba(255,255,255,0.85)":"#111827"},children:f.label}),x&&jsxRuntime.jsx(lucideReact.Check,{className:"w-3.5 h-3.5 flex-shrink-0",style:{color:"#00E5CC"}})]},f.value)})}),jsxRuntime.jsx("div",{className:"mx-3 h-px",style:{backgroundColor:m?"rgba(255,255,255,0.06)":"rgb(229 231 235)"}}),n&&jsxRuntime.jsx("div",{className:"py-1",children:jsxRuntime.jsxs(framerMotion.motion.button,{onClick:()=>{n(!a),a||r("all"),o(false);},className:"w-full flex items-center gap-2.5 px-3 py-2 text-[11px] transition-colors",style:{backgroundColor:a?m?"rgba(255,255,255,0.05)":"rgb(249 250 251)":"transparent",fontFamily:"Inter, sans-serif"},whileHover:{backgroundColor:m?"rgba(255,255,255,0.06)":"rgb(243 244 246)"},children:[jsxRuntime.jsx(lucideReact.EyeOff,{className:"w-3.5 h-3.5 flex-shrink-0",style:{color:a?"#00E5CC":m?"rgba(255,255,255,0.35)":"#9CA3AF"}}),jsxRuntime.jsx("span",{className:"flex-1 text-left whitespace-nowrap font-medium",style:{color:m?"rgba(255,255,255,0.85)":"#111827"},children:i.toolbar.hideCompleted||"Hide Completed Tasks"}),a&&jsxRuntime.jsx(lucideReact.Check,{className:"w-3.5 h-3.5 flex-shrink-0",style:{color:"#00E5CC"}})]})})]})}),document.body)]})}function dv({value:e,onChange:t,theme:r}){let a=ja(),n=r.bgPrimary==="#050505"||r.textPrimary==="#FFFFFF",s=[{value:"day",label:a.toolbar.day.charAt(0).toUpperCase()},{value:"week",label:a.toolbar.week.charAt(0).toUpperCase()},{value:"month",label:a.toolbar.month.charAt(0).toUpperCase()}];return jsxRuntime.jsx("div",{className:"inline-flex items-center rounded-full p-0.5",style:{backgroundColor:n?"#000000":r.bgSecondary,border:`1px solid ${n?"rgba(255,255,255,0.1)":r.border}`},children:s.map(o=>{let c=e===o.value;return jsxRuntime.jsx(framerMotion.motion.button,{onClick:()=>t(o.value),className:"relative px-3 py-1 text-[11px] font-medium rounded-full transition-colors",style:{color:c?n?"#FFFFFF":r.textPrimary:r.textTertiary,fontFamily:"Inter, sans-serif",backgroundColor:c?n?"rgba(255,255,255,0.1)":"rgba(0,0,0,0.06)":"transparent"},whileHover:{color:n?"#FFFFFF":r.textPrimary},whileTap:{scale:.95},children:o.label},o.value)})})}function uv({theme:e,forecast:t}){let r=ja(),a=e.bgPrimary==="#050505"||e.textPrimary==="#FFFFFF",n=t?.expectedFinish?t.expectedFinish.toLocaleDateString(void 0,{month:"short",day:"numeric"}):"\u2014",s=t?.delayDays,o=s!=null,c=s!=null?s>0?`+${s}d ${r.toolbar.delayLabel}`:s<0?`${s}d ${r.toolbar.earlyLabel}`:r.toolbar.onTimeLabel:null,l=s!=null&&s>0?{bg:a?"rgba(239,68,68,0.15)":"rgba(220,38,38,0.1)",text:a?"#EF4444":"#DC2626"}:s!=null&&s<0?{bg:a?"rgba(34,197,94,0.15)":"rgba(22,163,74,0.1)",text:a?"#22C55E":"#16A34A"}:{bg:a?"rgba(255,255,255,0.06)":"rgba(0,0,0,0.05)",text:e.textTertiary},i=t?.confidencePercent,d=i!=null?i>=75?"#22C55E":i>=40?"#F59E0B":"#EF4444":e.textTertiary,u=t?.costAtCompletion,p=t?.currency||"$",m=u!=null?u>=1e6?`${p}${(u/1e6).toFixed(2)}M`:u>=1e3?`${p}${(u/1e3).toFixed(1)}K`:`${p}${u.toFixed(0)}`:"\u2014",f=t?.budgetVariancePercent,x=f!=null&&f!==0,y=f!=null?f>0?`+${f.toFixed(0)}% ${r.toolbar.budgetOver}`:`${f.toFixed(0)}% ${r.toolbar.budgetUnder}`:null,b=f!=null&&f>0?{bg:a?"rgba(239,68,68,0.15)":"rgba(220,38,38,0.1)",text:a?"#EF4444":"#DC2626"}:f!=null&&f<0?{bg:a?"rgba(34,197,94,0.15)":"rgba(22,163,74,0.1)",text:a?"#22C55E":"#16A34A"}:{bg:"transparent",text:e.textTertiary};return jsxRuntime.jsxs("div",{className:"h-12 px-4 flex items-center justify-between border-b",style:{backgroundColor:e.forecastHud||(a?"rgba(15,15,15,0.9)":"rgba(248,250,252,0.95)"),borderColor:e.borderLight,backdropFilter:"blur(12px)"},children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-6",children:[jsxRuntime.jsx("span",{className:"text-[9px] uppercase tracking-[0.15em]",style:{color:e.textTertiary,fontFamily:"'JetBrains Mono', monospace",fontWeight:500},children:r.toolbar.projectForecast}),jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("span",{className:"text-[13px] font-semibold",style:{color:e.textPrimary,fontFamily:"Inter, sans-serif"},children:[r.toolbar.expectedFinish,": ",n]}),o&&c&&jsxRuntime.jsx("span",{className:"px-1.5 py-0.5 rounded text-[10px] font-medium",style:{backgroundColor:l.bg,color:l.text,fontFamily:"'JetBrains Mono', monospace"},children:c})]})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-6",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("span",{className:"text-[11px]",style:{color:e.textTertiary,fontFamily:"Inter, sans-serif"},children:[r.toolbar.confidence,":"]}),jsxRuntime.jsx("span",{className:"text-[13px] font-semibold",style:{color:d,fontFamily:"'JetBrains Mono', monospace"},children:i!=null?`${i.toFixed(0)}%`:"\u2014"})]}),jsxRuntime.jsx("div",{className:"w-px h-5",style:{backgroundColor:a?"rgba(255,255,255,0.08)":e.borderLight}}),jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("span",{className:"text-[11px]",style:{color:e.textTertiary,fontFamily:"Inter, sans-serif"},children:[r.toolbar.costAtCompletion,":"]}),jsxRuntime.jsx("span",{className:"text-[13px] font-bold",style:{color:e.textPrimary,fontFamily:"'JetBrains Mono', monospace"},children:m}),x&&y&&jsxRuntime.jsx("span",{className:"px-1.5 py-0.5 rounded text-[10px] font-medium",style:{backgroundColor:b.bg,color:b.text,fontFamily:"'JetBrains Mono', monospace"},children:y})]})]})]})}function pv({theme:e,showCriticalPath:t,onShowCriticalPathChange:r,showBaseline:a,onShowBaselineChange:n,highlightWeekends:s,onHighlightWeekendsChange:o,showDependencies:c,onShowDependenciesChange:l,rowDensity:i,onRowDensityChange:d,hasDependencies:u=true}){let[p,m]=react.useState(false),f=react.useRef(null),x=react.useRef(null),y=ja(),b=Gs(f,p,"right",208),h=e.bgPrimary==="#050505"||(e.bgPrimary||"").charAt(1)==="0";react.useEffect(()=>{if(!p)return;let S=F=>{let k=F.target;f.current&&!f.current.contains(k)&&x.current&&!x.current.contains(k)&&m(false);};return document.addEventListener("mousedown",S),()=>document.removeEventListener("mousedown",S)},[p]);let v=y.toolbar.visibility==="Visibilidad",w=[{key:"criticalPath",label:v?"Ruta Cr\xEDtica":"Critical Path",icon:lucideReact.Zap,active:t,onChange:r,disabled:!u,tooltip:u?void 0:v?"Agrega dependencias entre tareas para ver la ruta cr\xEDtica":"Add dependencies between tasks to see the critical path"},{key:"baselines",label:v?"L\xEDneas Base":"Baselines",icon:lucideReact.Layers,active:a,onChange:n},{key:"weekends",label:v?"Fines de Semana":"Weekends",icon:lucideReact.CalendarDays,active:s,onChange:o},{key:"dependencies",label:v?"Dependencias":"Dependencies",icon:lucideReact.GitBranch,active:c,onChange:l}],C=[{value:"compact",label:y.toolbar.visibility==="Visibilidad"?"Compacto":"Compact"},{value:"comfortable",label:"Normal"},{value:"spacious",label:y.toolbar.visibility==="Visibilidad"?"Amplio":"Spacious"}];return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(framerMotion.motion.button,{ref:f,onClick:()=>m(!p),className:"flex items-center justify-center w-8 h-8 rounded-lg",style:{color:p?e.accent:e.textTertiary,backgroundColor:p?e.accentLight:"transparent"},whileHover:{color:e.textPrimary,backgroundColor:e.hoverBg},title:y.toolbar.visibility,children:jsxRuntime.jsx(lucideReact.Eye,{className:"w-4 h-4"})}),reactDom.createPortal(jsxRuntime.jsx(framerMotion.AnimatePresence,{children:p&&jsxRuntime.jsxs(framerMotion.motion.div,{ref:x,initial:{opacity:0,y:-8,scale:.95},animate:{opacity:1,y:0,scale:1},exit:{opacity:0,y:-8,scale:.95},transition:{duration:.15,ease:"easeOut"},className:"fixed w-52 rounded-xl overflow-hidden",style:{top:b.top,left:b.left,zIndex:99999,backgroundColor:h?"rgba(10, 10, 10, 0.95)":e.bgSecondary||"#F8FAFC",border:`1px solid ${h?"rgba(255,255,255,0.08)":e.border||"#CBD5E1"}`,boxShadow:h?"0 8px 32px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255,255,255,0.04)":"0 10px 40px rgba(0, 0, 0, 0.12)",backdropFilter:"blur(16px)"},children:[jsxRuntime.jsx("div",{className:"px-3 pt-2.5 pb-1.5",children:jsxRuntime.jsx("span",{className:"text-[10px] font-medium uppercase tracking-[0.1em]",style:{color:h?"rgba(255,255,255,0.35)":e.textTertiary},children:y.toolbar.visibility==="Visibilidad"?"OPCIONES DE VISTA":"DISPLAY OPTIONS"})}),jsxRuntime.jsx("div",{className:"py-0.5",children:w.map((S,F)=>{let k=S.icon,N=S.disabled,P=S.tooltip;return jsxRuntime.jsxs(framerMotion.motion.button,{onClick:()=>!N&&S.onChange?.(!S.active),className:"w-full flex items-center gap-2.5 px-3 py-2 text-[11px] transition-colors",style:{color:N?h?"rgba(255,255,255,0.3)":"#9CA3AF":h?"rgba(255,255,255,0.85)":"#111827",cursor:N?"not-allowed":"pointer"},whileHover:N?{}:{backgroundColor:e.hoverBg},initial:{opacity:0,x:-10},animate:{opacity:1,x:0},transition:{delay:F*.03},title:P,children:[jsxRuntime.jsx(k,{className:"w-3.5 h-3.5 flex-shrink-0",style:{color:N?h?"rgba(255,255,255,0.2)":"#D1D5DB":S.active?e.accent||"#00E5CC":e.textTertiary}}),jsxRuntime.jsx("span",{className:"flex-1 text-left",children:S.label}),S.active&&!N&&jsxRuntime.jsx(lucideReact.Check,{className:"w-3.5 h-3.5",style:{color:e.accent||"#00E5CC"}})]},S.key)})}),jsxRuntime.jsx("div",{className:"mx-3 h-px",style:{backgroundColor:h?"rgba(255,255,255,0.06)":e.borderLight}}),jsxRuntime.jsxs("div",{className:"py-0.5",children:[jsxRuntime.jsx("div",{className:"px-3 pt-2 pb-1",children:jsxRuntime.jsx("span",{className:"text-[10px] font-medium uppercase tracking-[0.1em]",style:{color:h?"rgba(255,255,255,0.35)":e.textTertiary},children:y.toolbar.visibility==="Visibilidad"?"DENSIDAD":"DENSITY"})}),C.map((S,F)=>{let k=i===S.value;return jsxRuntime.jsxs(framerMotion.motion.button,{onClick:()=>d(S.value),className:"w-full flex items-center justify-between px-3 py-2 text-[11px] transition-colors",style:{color:h?"rgba(255,255,255,0.85)":"#111827"},whileHover:{backgroundColor:e.hoverBg},initial:{opacity:0,x:-10},animate:{opacity:1,x:0},transition:{delay:(w.length+F)*.03},children:[jsxRuntime.jsx("span",{style:{color:k?e.accent||"#00E5CC":h?"rgba(255,255,255,0.85)":e.textPrimary},children:S.label}),k&&jsxRuntime.jsx(lucideReact.Check,{className:"w-3.5 h-3.5",style:{color:e.accent||"#00E5CC"}})]},S.value)})]})]})}),document.body)]})}function Ki({theme:e,timeScale:t,onTimeScaleChange:r,zoom:a,onZoomChange:n,currentTheme:s,onThemeChange:o,rowDensity:c,onRowDensityChange:l,showThemeSelector:i=false,showCreateTaskButton:d=false,createTaskLabel:u,onCreateTask:p,taskFilter:m="all",onTaskFilterChange:f,hideCompleted:x=false,onHideCompletedChange:y,toolbarRightContent:b,wbsLevel:h,onWbsLevelChange:v,maxWbsDepth:w=4,viewMode:C="execution",onViewModeChange:S,projectForecast:F,hideForecastHud:k,onExportPNG:N,onExportPDF:P,onExportExcel:T,onExportCSV:Y,onExportJSON:H,onExportMSProject:ee,showCriticalPath:I=true,onShowCriticalPathChange:K,showDependencies:j=true,onShowDependenciesChange:W,highlightWeekends:$=true,onHighlightWeekendsChange:ve,showBaseline:We=false,onShowBaselineChange:Pe,onCopySnapshotLink:be,hasDependencies:ye=true}){let fe=ja(),ze=N||P||T||Y||H||ee,Ce=!!e.glassToolbar,Ae=[{value:"day",label:fe.toolbar.day},{value:"week",label:fe.toolbar.week},{value:"month",label:fe.toolbar.month}],Me=[{value:"dark",label:"Dark",icon:jsxRuntime.jsx(lucideReact.Moon,{className:"w-3.5 h-3.5"})},{value:"light",label:"Light",icon:jsxRuntime.jsx(lucideReact.Sun,{className:"w-3.5 h-3.5"})},{value:"neutral",label:"Zen",icon:jsxRuntime.jsx(lucideReact.Palette,{className:"w-3.5 h-3.5"})}],qe=e.bgPrimary==="#050505"||e.textPrimary==="#FFFFFF";if(Ce){let de=qe?"rgba(255,255,255,0.08)":e.borderLight;return jsxRuntime.jsxs("div",{className:"flex flex-col",children:[jsxRuntime.jsxs("div",{className:"h-[52px] px-4 flex items-center justify-between border-b",style:{backgroundColor:e.glassToolbar,borderColor:e.borderLight,backdropFilter:"blur(12px)"},children:[jsxRuntime.jsx("div",{className:"flex items-center gap-3",children:S&&jsxRuntime.jsxs("div",{className:"inline-flex items-center rounded-full p-0.5",style:{backgroundColor:qe?"#000000":e.bgSecondary,border:`1px solid ${qe?"rgba(255,255,255,0.08)":e.border}`},children:[jsxRuntime.jsx(framerMotion.motion.button,{onClick:()=>S("execution"),className:"px-3 py-1.5 rounded-full text-[11px] font-medium transition-colors",style:{backgroundColor:C==="execution"?qe?"rgba(255,255,255,0.1)":"rgba(0,0,0,0.06)":"transparent",color:C==="execution"?e.textPrimary:e.textTertiary,fontFamily:"Inter, sans-serif"},whileHover:C!=="execution"?{color:e.textSecondary}:{},children:fe.toolbar.viewExecution}),jsxRuntime.jsx(framerMotion.motion.button,{onClick:()=>S("oracle"),className:"px-3 py-1.5 rounded-full text-[11px] font-medium transition-colors",style:{backgroundColor:C==="oracle"?qe?"rgba(0, 229, 204,0.15)":"rgba(0, 196, 174,0.08)":"transparent",color:C==="oracle"?"#00E5CC":e.textTertiary,fontFamily:"Inter, sans-serif"},whileHover:C!=="oracle"?{color:e.textSecondary}:{},children:fe.toolbar.viewOracle})]})}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[jsxRuntime.jsx(dv,{value:t,onChange:r,theme:e}),jsxRuntime.jsx("div",{className:"w-px h-5",style:{backgroundColor:de}}),v&&jsxRuntime.jsx(fm,{theme:e,value:h??"all",onChange:v,maxDepth:w}),f&&jsxRuntime.jsx(bm,{theme:e,value:m,onChange:f,hideCompleted:x,onHideCompletedChange:y}),b&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"w-px h-5",style:{backgroundColor:de}}),b]}),jsxRuntime.jsx("div",{className:"w-px h-5",style:{backgroundColor:de}}),jsxRuntime.jsx(pv,{theme:e,showCriticalPath:I,onShowCriticalPathChange:K,showBaseline:We,onShowBaselineChange:Pe,highlightWeekends:$,onHighlightWeekendsChange:ve,showDependencies:j,onShowDependenciesChange:W,rowDensity:c,onRowDensityChange:l,hasDependencies:ye}),jsxRuntime.jsx(gm,{theme:e,onExportPNG:N,onExportPDF:P,onExportExcel:T,onExportMSProject:ee,onCopySnapshotLink:be}),d&&p&&jsxRuntime.jsxs(framerMotion.motion.button,{onClick:p,className:"flex items-center gap-2 px-3 py-1.5 rounded-lg text-[11px]",style:{background:`linear-gradient(135deg, ${e.accent} 0%, ${e.accentHover} 100%)`,color:"#FFFFFF",fontFamily:"Inter, sans-serif",fontWeight:500,boxShadow:`0 2px 8px ${qe?"rgba(0, 229, 204,0.3)":"rgba(0, 196, 174,0.3)"}`},whileHover:{scale:1.02,boxShadow:`0 4px 12px ${qe?"rgba(0, 229, 204,0.4)":"rgba(0, 196, 174,0.4)"}`},whileTap:{scale:.98},children:[jsxRuntime.jsx(lucideReact.Plus,{className:"w-3.5 h-3.5"}),jsxRuntime.jsx("span",{children:u||fe.toolbar.createTask})]})]})]}),F&&!k&&jsxRuntime.jsx(uv,{theme:e,forecast:F})]})}return jsxRuntime.jsxs("div",{className:"h-12 px-4 flex items-center justify-between border-b",style:{backgroundColor:e.bgGrid,borderColor:e.border},children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[jsxRuntime.jsx(cv,{options:Ae,value:t,onChange:de=>r(de),theme:e}),jsxRuntime.jsx("div",{className:"w-px h-5",style:{backgroundColor:e.borderLight}}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[jsxRuntime.jsx(framerMotion.motion.button,{onClick:()=>n(Math.max(.5,a-.1)),className:"p-1.5 rounded-md transition-all",style:{backgroundColor:"transparent",color:e.textSecondary},whileHover:{backgroundColor:e.hoverBg,scale:1.05},whileTap:{scale:.95},children:jsxRuntime.jsx(lucideReact.ZoomOut,{className:"w-3.5 h-3.5"})}),jsxRuntime.jsxs("div",{className:"px-2 py-0.5 rounded text-[11px] tabular-nums min-w-[42px] text-center",style:{color:e.textSecondary,fontFamily:"'JetBrains Mono', monospace",fontWeight:500},children:[Math.round(a*100),"%"]}),jsxRuntime.jsx(framerMotion.motion.button,{onClick:()=>n(Math.min(2,a+.1)),className:"p-1.5 rounded-md transition-all",style:{backgroundColor:"transparent",color:e.textSecondary},whileHover:{backgroundColor:e.hoverBg,scale:1.05},whileTap:{scale:.95},children:jsxRuntime.jsx(lucideReact.ZoomIn,{className:"w-3.5 h-3.5"})})]}),jsxRuntime.jsx("div",{className:"w-px h-5",style:{backgroundColor:e.borderLight}}),v&&jsxRuntime.jsx(fm,{theme:e,value:h??"all",onChange:v,maxDepth:w}),f&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"w-px h-5",style:{backgroundColor:e.borderLight}}),jsxRuntime.jsx(bm,{theme:e,value:m,onChange:f,hideCompleted:x,onHideCompletedChange:y})]})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[b&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[b,jsxRuntime.jsx("div",{className:"w-px h-5",style:{backgroundColor:e.borderLight}})]}),d&&p&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs(framerMotion.motion.button,{onClick:p,className:"flex items-center gap-2 px-3 py-1.5 rounded-lg text-[11px] transition-all",style:{background:"linear-gradient(135deg, #00E5CC 0%, #00E5CC 100%)",color:"#FFFFFF",fontFamily:"Inter, sans-serif",fontWeight:500,boxShadow:"0 2px 8px rgba(0, 229, 204, 0.3)"},whileHover:{scale:1.02,boxShadow:"0 4px 12px rgba(0, 229, 204, 0.4)"},whileTap:{scale:.98},children:[jsxRuntime.jsx(lucideReact.Plus,{className:"w-3.5 h-3.5"}),jsxRuntime.jsx("span",{children:u||fe.toolbar.createTask})]}),(ze||i)&&jsxRuntime.jsx("div",{className:"w-px h-6",style:{backgroundColor:e.borderLight}})]}),jsxRuntime.jsx(gm,{theme:e,onExportPNG:N,onExportPDF:P,onExportExcel:T,onExportMSProject:ee,onCopySnapshotLink:be}),i&&jsxRuntime.jsx("div",{className:"w-px h-6",style:{backgroundColor:e.borderLight}}),i&&jsxRuntime.jsx(lv,{options:Me,value:s,onChange:de=>o(de),theme:e})]})]})}function qi({columns:e,onToggleColumn:t,theme:r}){let[a,n]=react.useState(false),[s,o]=react.useState({x:0,y:0}),c=react.useRef(null),l=react.useRef(null);react.useEffect(()=>{if(!a)return;let d=u=>{c.current&&!c.current.contains(u.target)&&n(false);};return document.addEventListener("mousedown",d),()=>document.removeEventListener("mousedown",d)},[a]);let i=e.filter(d=>d.id!=="name");return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(framerMotion.motion.button,{ref:l,onClick:()=>{if(!a&&l.current){let d=l.current.getBoundingClientRect();o({x:d.left,y:d.bottom+4});}n(!a);},className:"p-2 rounded-md transition-colors flex items-center gap-1",style:{backgroundColor:r.bgSecondary,border:`1px solid ${r.borderLight}`,color:r.textSecondary},whileHover:{backgroundColor:r.hoverBg,scale:1.05},whileTap:{scale:.95},children:jsxRuntime.jsx(lucideReact.Plus,{className:"w-4 h-4"})}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:a&&jsxRuntime.jsx(lr,{children:jsxRuntime.jsx(framerMotion.motion.div,{ref:c,initial:{opacity:0,scale:.95,y:-10},animate:{opacity:1,scale:1,y:0},exit:{opacity:0,scale:.95,y:-10},transition:{duration:.15},className:"column-manager-menu fixed min-w-[180px] rounded-lg shadow-xl z-[9999]",style:{left:`${s.x}px`,top:`${s.y}px`,backgroundColor:r.bgSecondary,border:`1px solid ${r.border}`},children:jsxRuntime.jsxs("div",{className:"py-1",children:[jsxRuntime.jsx("div",{className:"px-3 py-2 text-xs uppercase tracking-wider",style:{color:r.textTertiary,fontFamily:"Inter, sans-serif",fontWeight:600},children:"Add Column"}),i.map(d=>jsxRuntime.jsxs("button",{onClick:()=>{t(d.id);},className:"w-full px-3 py-2 text-left flex items-center justify-between transition-colors text-sm",style:{color:r.textPrimary,backgroundColor:"transparent",fontFamily:"Inter, sans-serif"},onMouseEnter:u=>{u.currentTarget.style.backgroundColor=r.hoverBg;},onMouseLeave:u=>{u.currentTarget.style.backgroundColor="transparent";},children:[jsxRuntime.jsx("span",{children:d.label}),d.visible&&jsxRuntime.jsx(lucideReact.Check,{className:"w-4 h-4",style:{color:r.accent}})]},d.id))]})})})})]})}function os({isOpen:e,x:t,y:r,items:a,onClose:n,theme:s}){let o=react.useRef(null),[c,l]=react.useState({x:t,y:r});if(react.useEffect(()=>{if(!e)return;let d=200,u=a.length*36+8,p=8,m=window.innerWidth,f=window.innerHeight,x=t,y=r;t+d+p>m&&(x=t-d,x<p&&(x=p)),r+u+p>f&&(y=f-u-p,y<p&&(y=p)),l({x,y});},[e,t,r,a.length]),react.useEffect(()=>{if(!e)return;let d=p=>{o.current&&!o.current.contains(p.target)&&n();},u=p=>{p.key==="Escape"&&n();};return document.addEventListener("mousedown",d),document.addEventListener("keydown",u),()=>{document.removeEventListener("mousedown",d),document.removeEventListener("keydown",u);}},[e,n]),!e)return null;let i=d=>d.startsWith("#")&&(d.length===7||d.length===4)?d:s.bgPrimary?.includes("1")||s.bgPrimary?.includes("2")||s.textPrimary?.toLowerCase().includes("fff")||s.textPrimary?.toLowerCase().includes("white")?"#1E2128":"#FFFFFF";return jsxRuntime.jsx(framerMotion.AnimatePresence,{children:jsxRuntime.jsx(framerMotion.motion.div,{ref:o,initial:{opacity:0,scale:.95,y:-10},animate:{opacity:1,scale:1,y:0},exit:{opacity:0,scale:.95,y:-10},transition:{duration:.15,ease:[.4,0,.2,1]},className:"fixed z-[9999] min-w-[200px] rounded-lg",style:{left:`${c.x}px`,top:`${c.y}px`,backgroundColor:i(s.bgSecondary),border:`1px solid ${s.border}`,boxShadow:"0 10px 40px rgba(0, 0, 0, 0.3), 0 4px 12px rgba(0, 0, 0, 0.2)",backdropFilter:"none"},children:jsxRuntime.jsx("div",{className:"py-1",children:a.map(d=>jsxRuntime.jsxs("div",{children:[d.separator&&jsxRuntime.jsx("div",{className:"my-1 h-px",style:{backgroundColor:s.borderLight}}),jsxRuntime.jsxs("button",{onClick:()=>{d.disabled||(d.onClick(),n());},disabled:d.disabled,className:"w-full px-3 py-2 text-left flex items-center gap-2 transition-colors text-sm",style:{color:d.disabled?s.textTertiary:s.textPrimary,backgroundColor:"transparent",fontFamily:"Inter, sans-serif",cursor:d.disabled?"not-allowed":"pointer",opacity:d.disabled?.5:1},onMouseEnter:u=>{d.disabled||(u.currentTarget.style.backgroundColor=s.hoverBg);},onMouseLeave:u=>{u.currentTarget.style.backgroundColor="transparent";},children:[d.icon&&jsxRuntime.jsx("span",{style:{color:s.textSecondary},children:d.icon}),jsxRuntime.jsx("span",{className:"flex-1",children:d.label}),d.submenu&&jsxRuntime.jsx(lucideReact.ChevronRight,{className:"w-3.5 h-3.5",style:{color:s.textTertiary}})]})]},d.id))})})})}var ar={Edit:jsxRuntime.jsx(lucideReact.Edit3,{className:"w-4 h-4"}),Pencil:jsxRuntime.jsx(lucideReact.Pencil,{className:"w-4 h-4"}),Delete:jsxRuntime.jsx(lucideReact.Trash2,{className:"w-4 h-4"}),Add:jsxRuntime.jsx(lucideReact.Plus,{className:"w-4 h-4"}),AddSubtask:jsxRuntime.jsx(lucideReact.Plus,{className:"w-4 h-4"}),Remove:jsxRuntime.jsx(lucideReact.Minus,{className:"w-4 h-4"}),Link:jsxRuntime.jsx(lucideReact.Link2,{className:"w-4 h-4"}),Progress:jsxRuntime.jsx(lucideReact.BarChart3,{className:"w-4 h-4"}),Sort:jsxRuntime.jsx(lucideReact.ArrowUpDown,{className:"w-4 h-4"}),SortAsc:jsxRuntime.jsx(lucideReact.ArrowUp,{className:"w-4 h-4"}),SortDesc:jsxRuntime.jsx(lucideReact.ArrowDown,{className:"w-4 h-4"}),Hide:jsxRuntime.jsx(lucideReact.EyeOff,{className:"w-4 h-4"}),Show:jsxRuntime.jsx(lucideReact.Eye,{className:"w-4 h-4"}),Settings:jsxRuntime.jsx(lucideReact.Settings,{className:"w-4 h-4"}),Split:jsxRuntime.jsx(lucideReact.Scissors,{className:"w-4 h-4"}),Duplicate:jsxRuntime.jsx(lucideReact.Copy,{className:"w-4 h-4"}),MarkIncomplete:jsxRuntime.jsx(lucideReact.Circle,{className:"w-4 h-4"}),SetInProgress:jsxRuntime.jsx(lucideReact.PlayCircle,{className:"w-4 h-4"}),MarkComplete:jsxRuntime.jsx(lucideReact.CheckCircle2,{className:"w-4 h-4"})};function Em({tasks:e,selectedTaskIds:t,onTaskSelect:r,onTaskCreate:a,onTaskDelete:n,onTaskDuplicate:s,onTaskMove:o,onTaskIndent:c,onTaskOutdent:l,onTaskRename:i,onTaskToggleExpand:d,onOpenTaskModal:u,enableKeyboard:p=true}){let m=react.useRef(false),f=react.useCallback(v=>{m.current=v;},[]),x=react.useCallback(v=>{let w=[],C=S=>{for(let F of S)w.push(F),F.subtasks&&F.subtasks.length>0&&F.isExpanded&&C(F.subtasks);};return C(v),w},[]),y=react.useCallback(()=>{let v=x(e);for(let w of v)if(t.has(w.id))return w;return null},[e,t,x]),b=react.useCallback((v,w)=>{let C=x(e);if(C.length===0)return;let S=y();if(!S){r(C[0].id,false);return}let F=C.findIndex(P=>P.id===S.id);if(F===-1)return;let k=v==="up"?F-1:F+1;if(k<0||k>=C.length)return;let N=C[k];r(N.id,w);},[e,y,x,r]),h=react.useCallback(v=>{if(!p)return;let w=v.target;if(w.tagName==="INPUT"||w.tagName==="TEXTAREA"||w.isContentEditable||m.current){v.key==="Escape"&&(w.blur(),m.current=false);return}let F=navigator.platform.toUpperCase().indexOf("MAC")>=0?v.metaKey:v.ctrlKey,k=Array.from(t),N=y();if(v.key==="ArrowUp"){v.preventDefault(),b("up",v.shiftKey);return}if(v.key==="ArrowDown"){v.preventDefault(),b("down",v.shiftKey);return}if(N&&(v.key==="ArrowRight"||v.key==="ArrowLeft")){N.subtasks&&N.subtasks.length>0&&(v.preventDefault(),(v.key==="ArrowRight"&&!N.isExpanded||v.key==="ArrowLeft"&&N.isExpanded)&&d(N.id));return}if(v.altKey&&(v.key==="ArrowUp"||v.key==="ArrowDown")){k.length>0&&(v.preventDefault(),o(k,v.key==="ArrowUp"?"up":"down"));return}if(v.key==="Tab"&&!v.shiftKey){k.length>0&&(v.preventDefault(),c(k));return}if(v.key==="Tab"&&v.shiftKey){k.length>0&&(v.preventDefault(),l(k));return}if(v.key==="Enter"&&!v.shiftKey&&!F){N&&(v.preventDefault(),a(N.id,"below"));return}if(v.key==="Enter"&&v.shiftKey&&!F){N&&(v.preventDefault(),a(N.id,"above"));return}if(v.key==="Enter"&&F){N&&(v.preventDefault(),u(N.id));return}if(v.key==="F2"){N&&(v.preventDefault(),i(N.id));return}if(v.key==="Delete"||v.key==="Backspace"&&F){k.length>0&&(v.preventDefault(),n(k));return}if(v.key==="d"&&F&&!v.shiftKey){k.length>0&&(v.preventDefault(),s(k));return}},[p,t,y,b,a,n,s,o,c,l,i,d,u]);return react.useEffect(()=>{if(p)return window.addEventListener("keydown",h),()=>{window.removeEventListener("keydown",h);}},[p,h]),{setIsEditing:f}}function Pm(){let[e,t]=react.useState(new Set),[r,a]=react.useState(null),n=react.useCallback(u=>{t(new Set([u])),a(u);},[]),s=react.useCallback(u=>{t(p=>{let m=new Set(p);return m.has(u)?m.delete(u):m.add(u),m}),a(u);},[]),o=react.useCallback((u,p)=>{if(!r){n(u);return}let m=p.indexOf(r),f=p.indexOf(u);if(m===-1||f===-1){n(u);return}let x=Math.min(m,f),y=Math.max(m,f),b=p.slice(x,y+1);t(new Set(b)),a(u);},[r,n]),c=react.useCallback((u,p,m,f)=>{f?o(u,p):m?s(u):n(u);},[n,s,o]),l=react.useCallback((u,p)=>{p?t(m=>{let f=new Set(m);return f.add(u),f}):n(u);},[n]),i=react.useCallback(()=>{t(new Set),a(null);},[]),d=react.useCallback(u=>e.has(u),[e]);return {selectedTaskIds:e,selectTask:n,toggleTaskSelection:s,selectTaskRange:o,handleTaskClick:c,handleKeyboardSelection:l,clearSelection:i,isTaskSelected:d}}function Jc(e){return e.map((t,r)=>({...t,position:r,subtasks:t.subtasks?.length?Jc(t.subtasks):t.subtasks}))}function Eo(e){let t=[],r=(a,n,s=0)=>{let o=[...a].sort((c,l)=>(c.position??0)-(l.position??0));for(let c=0;c<o.length;c++){let l={...o[c],parentId:n,level:s,position:o[c].position??c};t.push(l),l.subtasks&&l.subtasks.length>0&&l.isExpanded&&r(l.subtasks,l.id,s+1);}};return r(e),t}function ss(e,t){for(let r of e){if(r.id===t)return r;if(r.subtasks){let a=ss(r.subtasks,t);if(a)return a}}return null}function Xc(e,t){for(let r of e)if(r.subtasks){if(r.subtasks.some(n=>n.id===t))return r;let a=Xc(r.subtasks,t);if(a)return a}return null}function Qc(e,t){if(t.length===0)return e;let r=Eo(e),a=t[0],n=r.findIndex(p=>p.id===a);if(n<=0)return e;let s=r[n-1],o=(p,m)=>{let f=[];return {tasks:p.filter(y=>{if(m.has(y.id))return f.push(y),false;if(y.subtasks){let b=o(y.subtasks,m);y.subtasks=b.tasks,f.push(...b.removed);}return true}),removed:f}},c=(p,m,f)=>p.map(x=>x.id===m?{...x,subtasks:[...x.subtasks||[],...f],isExpanded:true}:x.subtasks?{...x,subtasks:c(x.subtasks,m,f)}:x),l=new Set(t),{tasks:i,removed:d}=o(e,l),u=c(i,s.id,d);return Jc(u)}function Zc(e,t){if(t.length===0)return e;let r=[...e];for(let a of t){let n=Xc(r,a);if(!n)continue;let s=Xc(r,n.id),o=(i,d,u)=>{for(let p=0;p<i.length;p++){let m=i[p];if(m.id===d&&m.subtasks){let f=m.subtasks.findIndex(x=>x.id===u);if(f!==-1){let[x]=m.subtasks.splice(f,1);return x}}if(m.subtasks){let f=o(m.subtasks,d,u);if(f)return f}}return null},c=(i,d,u)=>{let p=i.findIndex(m=>m.id===d);if(p!==-1)return i.splice(p+1,0,u),i;for(let m of i)m.subtasks&&c(m.subtasks,d,u);return i},l=o(r,n.id,a);l&&(s&&s.subtasks?c(s.subtasks,n.id,l):c(r,n.id,l));}return Jc(r)}function ed(e,t,r){if(t.length===0)return e;let a=[...e],n=t[0],s=(o,c,l)=>{let i=o.findIndex(u=>u.id===c);if(i===-1){for(let u of o)if(u.subtasks&&s(u.subtasks,c,l))return true;return false}let d=l==="up"?i-1:i+1;return d<0||d>=o.length?false:([o[i],o[d]]=[o[d],o[i]],o[i]={...o[i],position:i},o[d]={...o[d],position:d},true)};return s(a,n,r),a}function td(e,t){let r=new Set(t),a=n=>n.filter(s=>!r.has(s.id)).map(s=>s.subtasks?{...s,subtasks:a(s.subtasks)}:s);return a(e)}function js(e,t){let r=[...e],a=[];for(let n of t){let s=(l,i)=>l.map((d,u)=>({...d,id:`${d.id}-copy-${Date.now()}-${u}`,parentId:i,subtasks:d.subtasks?s(d.subtasks,`${d.id}-copy-${Date.now()}-${u}`):void 0})),o=l=>{let i=l.findIndex(m=>m.id===n);if(i===-1){for(let m of l)if(m.subtasks){let f=o(m.subtasks);if(f)return f}return null}let d=l[i],u=`${d.id}-copy-${Date.now()}`,p={...d,id:u,name:`${d.name} (Copy)`,subtasks:d.subtasks?s(d.subtasks,u):void 0};return l.splice(i+1,0,p),p},c=o(r);c&&a.push(c);}return {tasks:r,duplicatedTasks:a}}function Fm(e,t,r){let a=[...e],n=new Date,s=new Date(n);s.setDate(s.getDate()+7);let o={id:`task-${Date.now()}`,name:"New Task",progress:0,status:"todo",startDate:n,endDate:s,color:"#00E5CC"},c=l=>{let i=l.findIndex(u=>u.id===t);if(i===-1){for(let u of l)if(u.subtasks&&c(u.subtasks))return true;return false}let d=r==="above"?i:i+1;return l.splice(d,0,o),true};return c(a),{tasks:a,newTask:o}}function rd(e,t,r){return e.map(a=>a.id===t?{...a,name:r}:a.subtasks?{...a,subtasks:rd(a.subtasks,t,r)}:a)}function ad(e,t){return e.map(r=>r.id===t?{...r,isExpanded:!r.isExpanded}:r.subtasks?{...r,subtasks:ad(r.subtasks,t)}:r)}function nd(e,t){let r=p=>{for(let m of p){if(m.id===t)return m;if(m.subtasks){let f=r(m.subtasks);if(f)return f}}return null},a=r(e),n=new Date,s=new Date(n);s.setDate(s.getDate()+7);let o=a?.startDate||n,c=a?.endDate||s,l=p=>{for(let m of p){if(m.id===t)return (m.subtasks||[]).length;if(m.subtasks){let f=l(m.subtasks);if(f>=0)return f}}return 0},i=l(e),d={id:`task-${Date.now()}`,name:"New Subtask",progress:0,status:"todo",startDate:new Date(o),endDate:new Date(c),color:a?.color||"#00E5CC",position:i,parentId:t},u=p=>p.map(m=>{if(m.id===t){let f=m.subtasks||[];return {...m,subtasks:[...f,d],isExpanded:true}}return m.subtasks?{...m,subtasks:u(m.subtasks)}:m});return {tasks:u(e),newTask:d}}function Lm(e,t,r,a){if(t===r)return e;let n=ss(e,t);if(!n)return e;if(r){let c=(l,i)=>{if(!l.subtasks)return false;for(let d of l.subtasks)if(d.id===i||c(d,i))return true;return false};if(c(n,r))return e}let s=c=>{let l=c.filter(d=>d.id!==t),i=l.length<c.length;return l.map((d,u)=>{let p=i?{...d,position:u}:d;return p.subtasks&&p.subtasks.length>0?{...p,subtasks:s(p.subtasks)}:p})},o=s(e);if(r===null){let c=a!==void 0?a:o.length;o.splice(c,0,{...n,parentId:void 0}),o=o.map((l,i)=>({...l,position:i}));}else {let c=l=>l.map(i=>{if(i.id===r){let d=i.subtasks||[],u=a!==void 0?a:d.length,p=[...d];p.splice(u,0,{...n,parentId:r});let m=p.map((f,x)=>({...f,position:x}));return {...i,subtasks:m,isExpanded:true}}return i.subtasks&&i.subtasks.length>0?{...i,subtasks:c(i.subtasks)}:i});o=c(o);}return o}function _a(e){return e.map(t=>{if(!t.subtasks||t.subtasks.length===0)return t;let r=_a(t.subtasks),a=r.reduce((c,l)=>(l.startDate&&c.starts.push(new Date(l.startDate).getTime()),l.endDate&&c.ends.push(new Date(l.endDate).getTime()),c.progresses.push(l.progress??0),c),{starts:[],ends:[],progresses:[]}),n=a.starts.length>0?new Date(Math.min(...a.starts)):t.startDate,s=a.ends.length>0?new Date(Math.max(...a.ends)):t.endDate,o=a.progresses.length>0?Math.round(a.progresses.reduce((c,l)=>c+l,0)/a.progresses.length):t.progress;return {...t,subtasks:r,startDate:n,endDate:s,progress:o}})}function Xi({tasks:e,theme:t,rowHeight:r,availableUsers:a=[],templates:n,onTaskClick:s,onTaskDblClick:o,onTaskContextMenu:c,onTaskToggle:l,scrollTop:i,columns:d,onToggleColumn:u,onColumnResize:p,onTaskUpdate:m,onBulkFill:f,onTaskIndent:x,onTaskOutdent:y,onTaskMove:b,onMultiTaskDelete:h,onTaskDuplicate:v,onTaskCreate:w,onTaskRename:C,onCreateSubtask:S,onOpenTaskModal:F,onDeleteRequest:k,onTaskReparent:N,allTasks:P,scrollContainerRef:T,showCriticalPath:Y=false}){let H=react.useContext(rs),[ee,I]=react.useState(null),[K,j]=react.useState(null),[W,$]=react.useState(""),ve=react.useRef(null),[We,Pe]=react.useState(null),[be,ye]=react.useState(0),[fe,ze]=react.useState(0),[Ce,Ae]=react.useState({isOpen:false,x:0,y:0,type:"header"}),[Me,qe]=react.useState(null),[de,et]=react.useState(null),[Re,Be]=react.useState(null),Nt=react.useRef(0),ft=5,Oe=react.useRef(false),[Ie,st]=react.useState(null),[kt,$e]=react.useState(false),He=react.useRef(null),[L,oe]=react.useState(null),[B,_]=react.useState(null),[U,J]=react.useState(false),De=react.useRef(null);react.useEffect(()=>{function se(me){De.current&&!De.current.contains(me.target)&&J(false);}if(U)return document.addEventListener("mousedown",se),()=>document.removeEventListener("mousedown",se)},[U]),react.useEffect(()=>{K&&ve.current&&(ve.current.focus(),ve.current.select());},[K]),react.useEffect(()=>{if(!We)return;let se=mt=>{let Xe=mt.clientX-be,it=fe+Xe;p?.(We,it);},me=()=>{Pe(null),document.body.style.cursor="",document.body.style.userSelect="";};return document.addEventListener("mousemove",se),document.addEventListener("mouseup",me),document.body.style.cursor="col-resize",document.body.style.userSelect="none",()=>{document.removeEventListener("mousemove",se),document.removeEventListener("mouseup",me),document.body.style.cursor="",document.body.style.userSelect="";}},[We,be,fe,p]);let{selectedTaskIds:pe,handleTaskClick:rt,isTaskSelected:tt}=Pm(),{setIsEditing:Qe}=Em({tasks:e,selectedTaskIds:pe,onTaskSelect:(se,me)=>{let Xe=Eo(e).map(it=>it.id);rt(se,Xe,me||false,false);},onTaskCreate:w||(()=>{}),onTaskDelete:h||(()=>{}),onTaskDuplicate:v||(()=>{}),onTaskMove:b||(()=>{}),onTaskIndent:x||(()=>{}),onTaskOutdent:y||(()=>{}),onTaskRename:se=>{let me=Eo(e).find(mt=>mt.id===se);me&&hr(me);},onTaskToggleExpand:l||(()=>{}),onOpenTaskModal:se=>{let me=Eo(e).find(mt=>mt.id===se);me&&F&&F(me);},enableKeyboard:true}),Ot=(se,me=0,mt="")=>{let Xe=[],it=[...se].sort((V,ce)=>(V.position??0)-(ce.position??0));for(let V=0;V<it.length;V++){let ce=it[V],Q=V+1,O=mt?`${mt}.${Q}`:`${Q}.0`,te=ce.wbsCode||O;if(ce.wbsCode=te,Xe.push({task:ce,level:me}),ce.subtasks&&ce.subtasks.length>0&&ce.isExpanded){let M=ce.wbsCode?.replace(/\.0$/,"")||(mt?`${mt}.${Q}`:`${Q}`);Xe.push(...Ot(ce.subtasks,me+1,M));}}return Xe},pt=Ot(e),qt=48,Ht=Math.max(pt.length*r,600-qt),ur=(se,me)=>me==="assignees"?se.assignees:me==="startDate"?se.startDate:se.endDate,br=(se,me,mt,Xe)=>{se.preventDefault(),se.stopPropagation(),oe({sourceTaskId:me,column:mt,sourceIndex:Xe,targetIndex:Xe}),document.body.style.cursor="crosshair",document.body.style.userSelect="none";let it=se.currentTarget.closest("[data-grid-body]"),V=q=>{let xe=it?.getBoundingClientRect().top??0,re=Math.floor((q-xe)/r);return re=Math.max(0,Math.min(pt.length-1,re)),re<Xe&&(re=Xe),re},ce=se.clientY,Q=T?.current??null,O=()=>{He.current&&(cancelAnimationFrame(He.current),He.current=null);},te=()=>{let q=V(ce);oe(xe=>xe&&{...xe,targetIndex:q});},we=()=>{if(O(),!Q)return;let q=Q.getBoundingClientRect(),xe=60,re=12,Ze=ce-q.top,Ye=q.bottom-ce;if(Ye<xe&&Q.scrollTop<Q.scrollHeight-Q.clientHeight){let It=Math.max(1,Math.round(re*(1-Math.max(0,Ye)/xe))),Lt=()=>{Q.scrollTop+=It,te(),Q.scrollTop<Q.scrollHeight-Q.clientHeight&&(He.current=requestAnimationFrame(Lt));};He.current=requestAnimationFrame(Lt);}else if(Ze<xe&&Q.scrollTop>0){let It=Math.max(1,Math.round(re*(1-Math.max(0,Ze)/xe))),Lt=()=>{Q.scrollTop-=It,te(),Q.scrollTop>0&&(He.current=requestAnimationFrame(Lt));};He.current=requestAnimationFrame(Lt);}},M=q=>{ce=q.clientY,te(),we();},R=q=>{window.removeEventListener("mousemove",M),window.removeEventListener("mouseup",R),O(),document.body.style.cursor="",document.body.style.userSelect="",oe(null);let xe=V(q.clientY),re=pt.find(Rt=>Rt.task.id===me)?.task;if(!re)return;let Ze=ur(re,mt),Ye=Math.min(Xe,xe),It=Math.max(Xe,xe),Lt=[];for(let Rt=Ye;Rt<=It;Rt++){if(Rt===Xe)continue;let or=pt[Rt]?.task;!or||or.subtasks&&or.subtasks.length>0||Lt.push(or.id);}Lt.length!==0&&f?.(Lt,mt,Ze);};window.addEventListener("mousemove",M),window.addEventListener("mouseup",R);},da=se=>{if(!L)return false;let me=Math.min(L.sourceIndex,L.targetIndex),mt=Math.max(L.sourceIndex,L.targetIndex);return se>=me&&se<=mt},Yt=se=>!se.startDate||!se.endDate?"-":`${Math.ceil((se.endDate.getTime()-se.startDate.getTime())/(1e3*60*60*24))}d`,hr=se=>{j(se.id),$(se.name),Qe(true);},Ft=se=>{W.trim()&&W!==e.find(me=>me.id===se)?.name&&C?.(se,W.trim()),j(null),$(""),Qe(false);},jr=()=>{j(null),$(""),Qe(false);},Ut=(se,me)=>{me.stopPropagation(),S?.(se.id);},nr=(se,me)=>{me.preventDefault(),Nt.current=me.clientY,qe(se),Oe.current=false,$e(false),st({x:me.clientX,y:me.clientY});},_r=se=>{if(!Me||(Math.abs(se.clientY-Nt.current)>ft&&!Oe.current&&(Oe.current=true,$e(true)),st({x:se.clientX,y:se.clientY}),!Oe.current))return;if(T?.current){let V=T.current,ce=V.getBoundingClientRect(),Q=60,O=12;He.current&&(cancelAnimationFrame(He.current),He.current=null);let te=se.clientY-ce.top,we=ce.bottom-se.clientY;if(te<Q&&V.scrollTop>0){let M=Math.round(O*(1-te/Q)),R=()=>{V.scrollTop-=M,Oe.current&&V.scrollTop>0&&(He.current=requestAnimationFrame(R));};He.current=requestAnimationFrame(R);}else if(we<Q&&V.scrollTop<V.scrollHeight-V.clientHeight){let M=Math.round(O*(1-we/Q)),R=()=>{V.scrollTop+=M,Oe.current&&V.scrollTop<V.scrollHeight-V.clientHeight&&(He.current=requestAnimationFrame(R));};He.current=requestAnimationFrame(R);}}let mt=document.querySelectorAll("[data-task-row]"),Xe=null,it=null;mt.forEach(V=>{let ce=V.getBoundingClientRect(),Q=V.getAttribute("data-task-row");if(Q&&Q!==Me&&se.clientY>=ce.top&&se.clientY<=ce.bottom){Xe=Q;let O=se.clientY-ce.top,te=ce.height;O<te*.25?it="above":O>te*.75?it="below":it="child";}}),et(Xe),Be(it);},Dr=()=>{if(Oe.current&&Me&&de&&Re){if(Re==="child")N?.(Me,de);else if(Re==="above"||Re==="below"){let se=(V,ce,Q=null)=>{for(let O of V){if(O.id===ce)return Q;if(O.subtasks){let te=se(O.subtasks,ce,O.id);if(te!==void 0)return te}}},me=P&&P.length>0?P:e,mt=se(me,Me,null),Xe=se(me,de,null),it=(V,ce,Q,O)=>{let te=V.findIndex(R=>R.id===ce),we=O?V.findIndex(R=>R.id===Q):-1,M=Re==="below"?te+1:te;return O&&we!==-1&&we<te&&(M-=1),Math.max(0,M)};if(Xe===null){let ce=it(me,de,Me,mt===null);N?.(Me,null,ce);}else {let V=ss(me,Xe);if(V?.subtasks){let ce=mt===Xe,Q=it(V.subtasks,de,Me,ce);N?.(Me,Xe,Q);}}}}He.current&&(cancelAnimationFrame(He.current),He.current=null),qe(null),et(null),Be(null),st(null),Oe.current=false,$e(false);};react.useEffect(()=>{if(Me)return document.addEventListener("mousemove",_r),document.addEventListener("mouseup",Dr),document.body.style.cursor="grabbing",document.body.style.userSelect="none",()=>{document.removeEventListener("mousemove",_r),document.removeEventListener("mouseup",Dr),document.body.style.cursor="",document.body.style.userSelect="";}},[Me,de,Re]);let ot=(se,me,mt)=>{let Xe=me.subtasks&&me.subtasks.length>0;switch(se.id){case "name":let it=K===me.id,V=ee===me.id;return jsxRuntime.jsxs("div",{className:"flex items-center gap-2 flex-1 min-w-0 relative",style:{paddingLeft:`${mt*20}px`},children:[N&&jsxRuntime.jsx("div",{className:"cursor-grab active:cursor-grabbing p-0.5 rounded hover:bg-white/10 transition-all flex-shrink-0",style:{color:t.textTertiary,opacity:V?1:.3},onMouseDown:re=>nr(me.id,re),title:"Arrastrar para mover tarea",children:jsxRuntime.jsx(lucideReact.GripVertical,{className:"w-4 h-4"})}),me.subtasks&&me.subtasks.length>0?jsxRuntime.jsx("button",{onClick:re=>{re.stopPropagation(),l?.(me.id);},className:"p-0.5 hover:bg-opacity-10 rounded transition-colors flex-shrink-0",style:{color:t.textSecondary},children:me.isExpanded?jsxRuntime.jsx(lucideReact.ChevronDown,{className:"w-4 h-4"}):jsxRuntime.jsx(lucideReact.ChevronRight,{className:"w-4 h-4"})}):jsxRuntime.jsx("div",{className:"w-5 h-5 flex-shrink-0"}),it?jsxRuntime.jsx("input",{ref:ve,type:"text",value:W,onChange:re=>$(re.target.value),onKeyDown:re=>{re.key==="Enter"?Ft(me.id):re.key==="Escape"&&jr();},onBlur:()=>Ft(me.id),className:"flex-1 px-2 py-1 rounded border outline-none",style:{backgroundColor:t.bgPrimary,borderColor:t.accent,color:t.textPrimary,fontFamily:"Inter, sans-serif",fontSize:"13px",fontWeight:500},onClick:re=>re.stopPropagation()}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("span",{className:"flex-1 min-w-0",style:{display:"flex",alignItems:"baseline",gap:"6px",color:me.parentId?t.textSecondary:t.textPrimary,fontFamily:"Inter, sans-serif",fontSize:me.parentId?"13px":"14px",fontWeight:me.isMilestone?600:me.parentId?400:600,letterSpacing:me.parentId?"0":"-0.01em"},title:me.name,children:[me.wbsCode&&jsxRuntime.jsx("span",{style:{color:t.textTertiary,fontFamily:"'JetBrains Mono', monospace",fontSize:"11px",fontWeight:500,opacity:.65,flexShrink:0},children:me.wbsCode}),me.isHighlighted&&me.status==="completed"&&jsxRuntime.jsx("span",{title:"\u2605",style:{color:"#F59E0B",fontSize:"10px",flexShrink:0,lineHeight:1},children:"\u2605"}),jsxRuntime.jsx("span",{style:{flex:1,minWidth:0,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:me.name}),me.subtasks&&me.subtasks.length>0&&jsxRuntime.jsxs("span",{style:{color:"#6B7280",fontFamily:"'JetBrains Mono', monospace",fontSize:"12px",fontWeight:400,flexShrink:0,whiteSpace:"nowrap"},children:["\xB7 ",Math.round(me.progress||0),"%"]}),Y&&me.isCriticalPath&&jsxRuntime.jsx("span",{style:{display:"inline-block",width:"6px",height:"6px",borderRadius:"50%",backgroundColor:"#EF4444",flexShrink:0,marginLeft:"2px"}}),Y&&me.cpmData&&jsxRuntime.jsxs("span",{style:{color:me.cpmData.totalFloat<=0?"#EF4444":me.cpmData.totalFloat<=5?"#F59E0B":"#6B7280",fontFamily:"'JetBrains Mono', monospace",fontSize:"10px",fontWeight:500,flexShrink:0,whiteSpace:"nowrap",marginLeft:"4px"},children:["TF: ",Math.round(me.cpmData.totalFloat),"d"]})]}),V&&!it&&jsxRuntime.jsxs("div",{className:"flex items-center gap-1 ml-2",onClick:re=>re.stopPropagation(),children:[jsxRuntime.jsx("button",{onClick:re=>Ut(me,re),className:"p-1 rounded hover:bg-opacity-20 transition-colors",style:{color:t.textTertiary,backgroundColor:"transparent"},title:"Create subtask",children:jsxRuntime.jsx(lucideReact.Plus,{className:"w-3.5 h-3.5"})}),jsxRuntime.jsx("button",{onClick:re=>{re.stopPropagation(),hr(me);},className:"p-1 rounded hover:bg-opacity-20 transition-colors",style:{color:t.textTertiary,backgroundColor:"transparent"},title:"Rename (F2)",children:jsxRuntime.jsx(lucideReact.Edit3,{className:"w-3.5 h-3.5"})})]})]})]});case "startDate":case "endDate":let Q=se.id==="startDate"?"startDate":"endDate",O=me[Q],te=B?.taskId===me.id&&B?.field===Q,we=re=>re?(typeof re=="string"?new Date(re):re).toLocaleDateString("es-ES",{day:"2-digit",month:"2-digit",year:"numeric"}):"-";return jsxRuntime.jsxs("div",{className:"flex items-center justify-center w-full relative",onClick:re=>re.stopPropagation(),children:[jsxRuntime.jsxs("button",{type:"button",className:"flex items-center gap-1.5 px-2 py-1 rounded text-xs transition-colors hover:bg-white/5",style:{color:t.textSecondary,opacity:Xe?.5:1,cursor:Xe?"default":"pointer"},title:Xe?"Auto-calculated from subtasks":void 0,onClick:re=>{if(!Xe)if(te)_(null);else {let Ze=re.currentTarget.getBoundingClientRect();_({taskId:me.id,field:Q,month:O?typeof O=="string"?new Date(O):O:new Date,position:{top:Ze.bottom+4,left:Ze.left}});}},children:[jsxRuntime.jsx(lucideReact.Calendar,{className:"w-3 h-3",style:{color:t.textTertiary}}),jsxRuntime.jsx("span",{children:we(O)}),Xe&&jsxRuntime.jsx("span",{style:{fontSize:"9px",color:t.textTertiary,marginLeft:"2px"},children:"\u25BC"})]}),te&&typeof document<"u"&&reactDom.createPortal(jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 z-[9998]",onClick:()=>_(null)}),jsxRuntime.jsxs(framerMotion.motion.div,{initial:{opacity:0,y:-10},animate:{opacity:1,y:0},exit:{opacity:0,y:-10},className:"fixed z-[9999] rounded-xl shadow-2xl overflow-visible flex",style:{backgroundColor:t.bgPrimary,border:`1px solid ${t.border}`,top:B?.position.top,left:B?.position.left},onClick:re=>re.stopPropagation(),children:[jsxRuntime.jsxs("div",{className:"w-36 py-2",style:{borderRight:`1px solid ${t.border}`},children:[(()=>{let re=new Date,Ze=new Date(re);Ze.setDate(re.getDate()+1);let Ye=new Date(re);Ye.setDate(re.getDate()+7);let It=new Date(re);return It.setDate(re.getDate()+14),[{label:"Hoy",date:re},{label:"Ma\xF1ana",date:Ze},{label:"Pr\xF3xima semana",date:Ye},{label:"2 semanas",date:It}].map((Rt,or)=>jsxRuntime.jsx("button",{type:"button",className:"w-full px-3 py-1.5 text-xs text-left transition-colors",style:{color:t.textPrimary},onMouseEnter:Qa=>Qa.currentTarget.style.backgroundColor=t.hoverBg||"rgba(255,255,255,0.05)",onMouseLeave:Qa=>Qa.currentTarget.style.backgroundColor="transparent",onClick:()=>{m?.(me.id,{[Q]:Rt.date}),_(null);},children:Rt.label},or))})(),jsxRuntime.jsx("div",{style:{borderTop:`1px solid ${t.border}`,margin:"0.25rem 0"}}),jsxRuntime.jsx("button",{type:"button",className:"w-full px-3 py-1.5 text-xs text-left transition-colors",style:{color:"#EF4444"},onMouseEnter:re=>re.currentTarget.style.backgroundColor=t.hoverBg||"rgba(255,255,255,0.05)",onMouseLeave:re=>re.currentTarget.style.backgroundColor="transparent",onClick:()=>{m?.(me.id,{[Q]:void 0}),_(null);},children:"Borrar"})]}),jsxRuntime.jsxs("div",{className:"p-2",children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between mb-2",children:[jsxRuntime.jsx("button",{type:"button",onClick:()=>_(re=>re?{...re,month:new Date(re.month.getFullYear(),re.month.getMonth()-1)}:null),className:"p-1 rounded hover:bg-white/10",children:jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"w-3.5 h-3.5",style:{color:t.textSecondary}})}),jsxRuntime.jsx("span",{className:"text-xs font-medium",style:{color:t.textPrimary},children:B?.month.toLocaleDateString("es-ES",{month:"long",year:"numeric"})}),jsxRuntime.jsx("button",{type:"button",onClick:()=>_(re=>re?{...re,month:new Date(re.month.getFullYear(),re.month.getMonth()+1)}:null),className:"p-1 rounded hover:bg-white/10",children:jsxRuntime.jsx(lucideReact.ChevronRight,{className:"w-3.5 h-3.5",style:{color:t.textSecondary}})})]}),jsxRuntime.jsx("div",{className:"grid grid-cols-7 gap-0.5 mb-1",children:["D","L","M","M","J","V","S"].map((re,Ze)=>jsxRuntime.jsx("div",{className:"w-6 h-6 flex items-center justify-center text-[10px]",style:{color:t.textTertiary},children:re},Ze))}),jsxRuntime.jsx("div",{className:"grid grid-cols-7 gap-0.5",children:(()=>{let re=B?.month||new Date,Ze=re.getFullYear(),Ye=re.getMonth(),It=new Date(Ze,Ye,1).getDay(),Lt=new Date(Ze,Ye+1,0).getDate(),Rt=new Date,or=[];for(let sr=It-1;sr>=0;sr--)or.push({day:new Date(Ze,Ye,-sr).getDate(),date:new Date(Ze,Ye-1,new Date(Ze,Ye,-sr).getDate()),isCurrentMonth:false});for(let sr=1;sr<=Lt;sr++)or.push({day:sr,date:new Date(Ze,Ye,sr),isCurrentMonth:true});let Qa=42-or.length;for(let sr=1;sr<=Qa;sr++)or.push({day:sr,date:new Date(Ze,Ye+1,sr),isCurrentMonth:false});return or.map((sr,Ra)=>{let Ho=sr.date.toDateString()===Rt.toDateString(),Vn=(O?typeof O=="string"?new Date(O):O:null)?.toDateString()===sr.date.toDateString();return jsxRuntime.jsx("button",{type:"button",className:"w-6 h-6 rounded-full flex items-center justify-center text-[10px] transition-colors",style:{color:sr.isCurrentMonth?Vn?"#FFF":t.textPrimary:t.textTertiary,backgroundColor:Vn?"#00E5CC":"transparent",boxShadow:Ho&&!Vn?"inset 0 0 0 1px #00E5CC":"none"},onClick:()=>{m?.(me.id,{[Q]:sr.date}),_(null);},children:sr.day},Ra)})})()})]})]})]}),document.body)]});case "duration":return jsxRuntime.jsx("div",{className:"flex items-center justify-center w-full",children:jsxRuntime.jsx("span",{className:"text-xs tabular-nums",style:{color:t.textSecondary,fontFamily:"Inter, sans-serif",fontWeight:600},children:Yt(me)})});case "assignees":if(Xe)return jsxRuntime.jsx("div",{className:"flex items-center justify-center w-full",style:{opacity:.4},children:jsxRuntime.jsx("span",{className:"text-xs",style:{color:t.textTertiary},children:"\u2014"})});let M=a.filter(re=>me.assignees?.some(Ze=>Ze.id?Ze.id===re.id:Ze.name===re.name||Ze.initials===re.initials));return jsxRuntime.jsx("div",{className:"flex items-center justify-center w-full",onClick:re=>re.stopPropagation(),children:jsxRuntime.jsx(wo,{assignedUsers:M,availableUsers:a,onChange:re=>{let Ze=re.map(Ye=>({id:Ye.id,name:Ye.name,initials:Ye.initials,color:Ye.color}));m?.(me.id,{assignees:Ze});}})});case "status":if(Xe){let re=me.progress===100?"\u2713":me.progress>0?"\u25D0":"\u25CB";return jsxRuntime.jsx("div",{className:"flex items-center justify-center w-full",style:{opacity:.5},children:jsxRuntime.jsx("span",{className:"text-xs",style:{color:t.textTertiary},children:re})})}return jsxRuntime.jsx("div",{className:"flex items-center justify-center w-full",onClick:re=>re.stopPropagation(),children:jsxRuntime.jsx(tp,{status:me.status||"todo",onChange:re=>{m?.(me.id,{status:re,progress:re==="completed"?100:me.progress});}})});case "progress":return jsxRuntime.jsxs("div",{className:"flex items-center justify-center gap-2 w-full",style:{opacity:Xe?.6:1},children:[jsxRuntime.jsx("div",{className:"flex-1 h-1.5 rounded-full overflow-hidden max-w-[60px]",style:{backgroundColor:t.bgSecondary},children:jsxRuntime.jsx("div",{className:"h-full rounded-full transition-all",style:{width:`${me.progress}%`,backgroundColor:me.progress===100?t.statusCompleted:t.accent}})}),jsxRuntime.jsxs("span",{className:"text-xs tabular-nums min-w-[35px] text-right",style:{color:t.textTertiary,fontFamily:"Inter, sans-serif",fontWeight:600},children:[me.progress,"%"]})]});case "priority":let R={low:"LOW",medium:"MEDIUM",high:"HIGH",urgent:"URGENT"},q={LOW:"low",MEDIUM:"medium",HIGH:"high",URGENT:"urgent"},xe=R[me.priority||"medium"]||"MEDIUM";return jsxRuntime.jsx("div",{className:"flex items-center justify-center w-full",onClick:re=>re.stopPropagation(),children:jsxRuntime.jsx(xo,{priority:xe,onChange:re=>{re&&m?.(me.id,{priority:q[re]||"medium"});}})});default:return null}},_e=se=>[{id:"hide",label:"Hide Column",icon:ar.Hide,onClick:()=>u(se),disabled:se==="name"},{id:"sep1",label:"",onClick:()=>{},separator:true},{id:"sortAsc",label:"Sort Ascending",icon:ar.SortAsc,onClick:()=>{}},{id:"sortDesc",label:"Sort Descending",icon:ar.SortDesc,onClick:()=>{}}],ua=se=>{let me=se.subtasks&&se.subtasks.length>0,mt=Eo(e),Xe=pe.size>1&&pe.has(se.id),it=Xe?mt.filter(te=>pe.has(te.id)):[se],V=it.map(te=>te.id),ce=it.filter(te=>!(te.subtasks&&te.subtasks.length>0)),Q=Xe?` (${V.length})`:"",O=()=>{k?k(V,se.name):h?.(V);};return me?[{id:"addSubtask",label:H?.contextMenu?.addSubtask||"Add Subtask",icon:ar.Add,onClick:()=>{S?.(se.id);}},{id:"duplicate",label:(H?.contextMenu?.duplicateTask||"Duplicate Task")+Q,icon:ar.Duplicate,onClick:()=>{v?.(V);}},{id:"sep1",label:"",onClick:()=>{},separator:true},{id:"delete",label:(H?.contextMenu?.deleteTask||"Delete Task")+Q,icon:ar.Delete,onClick:O}]:[{id:"edit",label:H?.contextMenu?.editTask||"Edit Task",icon:ar.Pencil,onClick:()=>{o?.(se);}},{id:"addSubtask",label:H?.contextMenu?.addSubtask||"Add Subtask",icon:ar.Add,onClick:()=>{S?.(se.id);}},{id:"sep1",label:"",onClick:()=>{},separator:true},{id:"markIncomplete",label:(H?.contextMenu?.markIncomplete||"Mark Incomplete")+Q,icon:ar.MarkIncomplete,onClick:()=>{ce.forEach(te=>m?.(te.id,{status:"todo",progress:0}));},disabled:ce.length===0||ce.every(te=>te.status==="todo")},{id:"setInProgress",label:(H?.contextMenu?.setInProgress||"Set In Progress")+Q,icon:ar.SetInProgress,onClick:()=>{ce.forEach(te=>m?.(te.id,{status:"in-progress"}));},disabled:ce.length===0||ce.every(te=>te.status==="in-progress")},{id:"markComplete",label:(H?.contextMenu?.markComplete||"Mark Complete")+Q,icon:ar.MarkComplete,onClick:()=>{ce.forEach(te=>m?.(te.id,{status:"completed",progress:100}));},disabled:ce.length===0||ce.every(te=>te.status==="completed")},{id:"sep2",label:"",onClick:()=>{},separator:true},{id:"duplicate",label:(H?.contextMenu?.duplicateTask||"Duplicate Task")+Q,icon:ar.Duplicate,onClick:()=>{v?.(V);}},{id:"split",label:H?.contextMenu?.splitTask||"Split Task",icon:ar.Split,onClick:()=>{},disabled:true},{id:"sep3",label:"",onClick:()=>{},separator:true},{id:"delete",label:(H?.contextMenu?.deleteTask||"Delete Task")+Q,icon:ar.Delete,onClick:O}]},jt=d.filter(se=>se.visible),oa=jt.reduce((se,me)=>se+me.width,0);return jsxRuntime.jsxs("div",{className:"gantt-taskgrid-content",style:{backgroundColor:t.bgPrimary,minWidth:oa},children:[jsxRuntime.jsxs("div",{className:"sticky top-0 z-10 flex items-center",style:{backgroundColor:t.glassHeader||t.bgSecondary,height:`${qt}px`,paddingLeft:"3px",borderBottom:`1px solid ${t.border}`,boxSizing:"border-box"},children:[jsxRuntime.jsx("div",{className:"flex items-center flex-1 min-w-0",children:jt.map((se,me)=>{let mt=me===jt.length-1,Xe=se.id==="name";return jsxRuntime.jsxs("div",{className:`flex items-center px-4 cursor-pointer hover:bg-opacity-50 transition-colors relative ${Xe?"":"justify-center"}`,style:{width:`${se.width}px`,minWidth:`${se.minWidth??(Xe?200:60)}px`,maxWidth:`${se.maxWidth??2e3}px`,flexShrink:Xe&&jt.length===1?1:0,flexGrow:Xe&&jt.length===1?1:0,borderRight:mt?"none":`1px solid ${t.borderLight}`,height:"100%",boxSizing:"border-box",overflow:"hidden"},onContextMenu:it=>{it.preventDefault(),Ae({isOpen:true,x:it.clientX,y:it.clientY,type:"header",columnId:se.id});},onMouseEnter:it=>{it.currentTarget.style.backgroundColor=t.hoverBg;},onMouseLeave:it=>{it.currentTarget.style.backgroundColor="transparent";},children:[jsxRuntime.jsx("span",{className:"text-xs uppercase tracking-wider",style:{color:t.textTertiary,fontFamily:"Inter, sans-serif",fontWeight:600,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",minWidth:0,paddingRight:"0"},title:se.label,children:se.label}),se.resizable&&jsxRuntime.jsx("div",{className:"absolute right-0 top-0 bottom-0 cursor-col-resize transition-colors group",style:{width:"12px",marginRight:"-6px",backgroundColor:We===se.id?`${t.accent}30`:"transparent",zIndex:5},onMouseDown:it=>{it.preventDefault(),it.stopPropagation(),Pe(se.id),ye(it.clientX),ze(se.width);},title:"Drag to resize column",children:jsxRuntime.jsx("div",{className:"absolute top-0 bottom-0 transition-opacity",style:{left:"5px",width:"2px",backgroundColor:t.accent,borderRadius:"1px",opacity:We===se.id?.8:void 0},children:jsxRuntime.jsx("div",{className:"absolute inset-0 opacity-20 group-hover:opacity-80 transition-opacity",style:{backgroundColor:t.accent}})})})]},se.id)})}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1 px-2",style:{position:"sticky",right:0,height:"100%",backgroundColor:t.glassHeader||t.bgSecondary,zIndex:5},children:[jsxRuntime.jsx(qi,{columns:d,onToggleColumn:u,theme:t}),jsxRuntime.jsx("button",{onClick:()=>J(!U),className:"p-1.5 rounded hover:bg-opacity-10 transition-colors",style:{color:t.textTertiary},title:"Keyboard shortcuts",children:jsxRuntime.jsx(lucideReact.Keyboard,{className:"w-4 h-4"})}),U&&jsxRuntime.jsxs("div",{ref:De,className:"absolute top-full right-0 mt-2 p-4 rounded-lg shadow-2xl z-50 min-w-[400px]",style:{backgroundColor:t.bgPrimary,border:`1px solid ${t.border}`,color:t.textPrimary},onClick:se=>se.stopPropagation(),children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between mb-3 pb-2 border-b",style:{borderColor:t.border},children:[jsxRuntime.jsx("h3",{className:"font-semibold text-sm",style:{color:t.textPrimary},children:"Keyboard Shortcuts"}),jsxRuntime.jsx("button",{onClick:()=>J(false),className:"text-xs px-2 py-1 rounded hover:bg-opacity-10",style:{color:t.textTertiary},children:"Close"})]}),jsxRuntime.jsxs("div",{className:"space-y-3 text-xs",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("div",{className:"font-semibold mb-1.5",style:{color:t.textSecondary},children:"Navigation"}),jsxRuntime.jsxs("div",{className:"space-y-1",children:[jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{style:{color:t.textTertiary},children:"Move focus up/down"}),jsxRuntime.jsx("kbd",{className:"px-2 py-0.5 rounded font-mono text-xs",style:{backgroundColor:t.bgGrid,color:t.textPrimary},children:"\u2191 / \u2193"})]}),jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{style:{color:t.textTertiary},children:"Select range"}),jsxRuntime.jsx("kbd",{className:"px-2 py-0.5 rounded font-mono text-xs",style:{backgroundColor:t.bgGrid,color:t.textPrimary},children:"Shift + \u2191 / \u2193"})]}),jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{style:{color:t.textTertiary},children:"Toggle selection"}),jsxRuntime.jsx("kbd",{className:"px-2 py-0.5 rounded font-mono text-xs",style:{backgroundColor:t.bgGrid,color:t.textPrimary},children:"Cmd/Ctrl + Click"})]})]})]}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("div",{className:"font-semibold mb-1.5",style:{color:t.textSecondary},children:"Hierarchy"}),jsxRuntime.jsxs("div",{className:"space-y-1",children:[jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{style:{color:t.textTertiary},children:"Indent task"}),jsxRuntime.jsx("kbd",{className:"px-2 py-0.5 rounded font-mono text-xs",style:{backgroundColor:t.bgGrid,color:t.textPrimary},children:"Tab"})]}),jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{style:{color:t.textTertiary},children:"Outdent task"}),jsxRuntime.jsx("kbd",{className:"px-2 py-0.5 rounded font-mono text-xs",style:{backgroundColor:t.bgGrid,color:t.textPrimary},children:"Shift + Tab"})]}),jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{style:{color:t.textTertiary},children:"Expand/Collapse"}),jsxRuntime.jsx("kbd",{className:"px-2 py-0.5 rounded font-mono text-xs",style:{backgroundColor:t.bgGrid,color:t.textPrimary},children:"\u2192 / \u2190"})]})]})]}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("div",{className:"font-semibold mb-1.5",style:{color:t.textSecondary},children:"Editing"}),jsxRuntime.jsxs("div",{className:"space-y-1",children:[jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{style:{color:t.textTertiary},children:"Create task below"}),jsxRuntime.jsx("kbd",{className:"px-2 py-0.5 rounded font-mono text-xs",style:{backgroundColor:t.bgGrid,color:t.textPrimary},children:"Enter"})]}),jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{style:{color:t.textTertiary},children:"Create task above"}),jsxRuntime.jsx("kbd",{className:"px-2 py-0.5 rounded font-mono text-xs",style:{backgroundColor:t.bgGrid,color:t.textPrimary},children:"Shift + Enter"})]}),jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{style:{color:t.textTertiary},children:"Open task modal"}),jsxRuntime.jsx("kbd",{className:"px-2 py-0.5 rounded font-mono text-xs",style:{backgroundColor:t.bgGrid,color:t.textPrimary},children:"Cmd/Ctrl + Enter"})]}),jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{style:{color:t.textTertiary},children:"Rename task"}),jsxRuntime.jsx("kbd",{className:"px-2 py-0.5 rounded font-mono text-xs",style:{backgroundColor:t.bgGrid,color:t.textPrimary},children:"F2"})]})]})]}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("div",{className:"font-semibold mb-1.5",style:{color:t.textSecondary},children:"Actions"}),jsxRuntime.jsxs("div",{className:"space-y-1",children:[jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{style:{color:t.textTertiary},children:"Move task up/down"}),jsxRuntime.jsx("kbd",{className:"px-2 py-0.5 rounded font-mono text-xs",style:{backgroundColor:t.bgGrid,color:t.textPrimary},children:"Alt + \u2191 / \u2193"})]}),jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{style:{color:t.textTertiary},children:"Delete task"}),jsxRuntime.jsx("kbd",{className:"px-2 py-0.5 rounded font-mono text-xs",style:{backgroundColor:t.bgGrid,color:t.textPrimary},children:"Delete"})]}),jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{style:{color:t.textTertiary},children:"Duplicate task"}),jsxRuntime.jsx("kbd",{className:"px-2 py-0.5 rounded font-mono text-xs",style:{backgroundColor:t.bgGrid,color:t.textPrimary},children:"Cmd/Ctrl + D"})]})]})]})]})]})]})]}),jsxRuntime.jsx("div",{className:"gantt-taskgrid-content","data-grid-body":true,style:{minHeight:Ht},children:pt.map(({task:se,level:me},mt)=>{let Xe=tt(se.id),it=da(mt),V=de===se.id,ce=V&&Re==="above",Q=V&&Re==="below",O=V&&Re==="child",te={};return O&&(te.backgroundColor=`${t.accent}15`,te.boxShadow=`inset 0 0 0 2px ${t.accent}`),jsxRuntime.jsxs(framerMotion.motion.div,{"data-task-row":se.id,className:`flex items-center cursor-pointer group ${Me===se.id?"opacity-50":""}`,style:{position:"relative",height:`${r}px`,borderLeft:Xe?`3px solid ${t.accent}`:"3px solid transparent",backgroundColor:Xe?t.accentLight:O?`${t.accent}15`:mt%2===0?t.bgPrimary:t.bgGrid,opacity:Y?se.isCriticalPath?1:.4:void 0,transition:"opacity 300ms ease",...te},onMouseEnter:()=>I(se.id),onMouseLeave:()=>I(null),onClick:we=>{let R=Eo(e).map(re=>re.id),xe=navigator.platform.toUpperCase().indexOf("MAC")>=0?we.metaKey:we.ctrlKey;rt(se.id,R,xe,we.shiftKey),!xe&&!we.shiftKey&&s?.(se);},onDoubleClick:we=>{we.stopPropagation(),o?.(se);},onContextMenu:we=>{we.preventDefault(),Ae({isOpen:true,x:we.clientX,y:we.clientY,type:"task",task:se}),c?.(se,we);},whileHover:{backgroundColor:Xe?t.accentLight:t.hoverBg},children:[ce&&jsxRuntime.jsx("div",{style:{position:"absolute",top:0,left:0,right:0,height:"2px",backgroundColor:t.accent,zIndex:10}}),Q&&jsxRuntime.jsx("div",{style:{position:"absolute",bottom:0,left:0,right:0,height:"2px",backgroundColor:t.accent,zIndex:10}}),jt.map((we,M)=>{let R=M===jt.length-1,q=we.id==="name",xe=!!(se.subtasks&&se.subtasks.length>0),re=we.id==="assignees"||we.id==="startDate"||we.id==="endDate"?we.id:null,Ye=!!re&&!xe&&ee===se.id&&!L,It=it&&!!L&&L.column===we.id;return jsxRuntime.jsxs("div",{className:`px-4 flex items-center ${q?"justify-start":"justify-center"}`,style:{position:"relative",width:`${we.width}px`,minWidth:`${we.minWidth??(q?200:60)}px`,maxWidth:`${we.maxWidth??2e3}px`,flexShrink:q&&jt.length===1?1:0,flexGrow:q&&jt.length===1?1:0,borderRight:R?"none":`1px solid ${ee===se.id?t.border:t.borderLight}`,height:"100%",boxSizing:"border-box",overflow:"visible",backgroundColor:It?`${t.accent}22`:void 0,boxShadow:It?`inset 0 0 0 1px ${t.accent}66`:void 0},children:[ot(we,se,q?me:0),Ye&&re&&jsxRuntime.jsx("div",{title:"Arrastr\xE1 hacia abajo para aplicar a varias tareas",onMouseDown:Lt=>br(Lt,se.id,re,mt),style:{position:"absolute",right:2,bottom:2,width:8,height:8,borderRadius:2,background:t.accent,border:`1px solid ${t.bgPrimary}`,cursor:"crosshair",zIndex:5}})]},`${se.id}-${we.id}`)})]},se.id)})}),jsxRuntime.jsx(os,{isOpen:Ce.isOpen,x:Ce.x,y:Ce.y,items:Ce.type==="header"&&Ce.columnId?_e(Ce.columnId):Ce.type==="task"&&Ce.task?ua(Ce.task):[],onClose:()=>Ae({...Ce,isOpen:false}),theme:t}),kt&&Ie&&Me&&typeof document<"u"&&reactDom.createPortal(jsxRuntime.jsx("div",{style:{position:"fixed",left:Ie.x+12,top:Ie.y-10,zIndex:99999,pointerEvents:"none"},children:(()=>{let se=pt.find(me=>me.task.id===Me)?.task;return se?jsxRuntime.jsx("div",{className:"flex items-center gap-2 px-2 py-1 rounded",style:{backgroundColor:"rgba(255, 255, 255, 0.08)",backdropFilter:"blur(4px)"},children:jsxRuntime.jsx("span",{className:"text-xs font-medium",style:{color:t.textSecondary,opacity:.9},children:se.name})}):null})()}),document.body)]})}function $m(e,t){let[r,a]=react.useState("none"),[n,s]=react.useState(0),[o,c]=react.useState(e),[l,i]=react.useState(t),[d,u]=react.useState(null),[p,m]=react.useState(null),[f,x]=react.useState(null),[y,b]=react.useState(null),[h,v]=react.useState(0),[w,C]=react.useState(0),[S,F]=react.useState(null),[k,N]=react.useState(false);return {dragMode:r,setDragMode:a,dragOffset:n,setDragOffset:s,ghostX:o,setGhostX:c,ghostWidth:l,setGhostWidth:i,connectionLine:d,setConnectionLine:u,hoveredTaskId:p,setHoveredTaskId:m,activeZone:f,setActiveZone:x,draggedSegmentIndex:y,setDraggedSegmentIndex:b,draggedSegmentStartX:h,setDraggedSegmentStartX:v,segmentDragOffsetX:w,setSegmentDragOffsetX:C,hoveredSegmentIndex:S,setHoveredSegmentIndex:F,isHovered:k,setIsHovered:N,isDragging:r!=="none",isResizing:r==="resize-start"||r==="resize-end",isConnecting:r==="connect",resetDragState:(ee,I)=>{a("none"),u(null),m(null),c(ee),i(I),C(0),b(null),v(0);}}}function Ji({task:e,x:t,y:r,width:a,theme:n,dayWidth:s,startDate:o,templates:c,onClick:l,onDoubleClick:i,onContextMenu:d,onDateChange:u,onDependencyCreate:p,allTaskPositions:m=[],onDragMove:f,onHoverChange:x,showBaseline:y,showTaskBarLabels:b=true,showCriticalPath:h=true,readOnly:v=false,onProgressChange:w}){let C=$m(t,a),S=react.useRef(null),F=react.useRef(false),k=react.useRef(null),N=react.useRef(null),{dragMode:P,setDragMode:T,dragOffset:Y,setDragOffset:H,ghostX:ee,setGhostX:I,ghostWidth:K,setGhostWidth:j,connectionLine:W,setConnectionLine:$,hoveredTaskId:ve,setHoveredTaskId:We,activeZone:Pe,setActiveZone:be,draggedSegmentIndex:ye,setDraggedSegmentIndex:fe,draggedSegmentStartX:ze,setDraggedSegmentStartX:Ce,segmentDragOffsetX:Ae,setSegmentDragOffsetX:Me,hoveredSegmentIndex:qe,setHoveredSegmentIndex:de,isHovered:et,setIsHovered:Re,isDragging:Be,isResizing:Nt,isConnecting:ft,resetDragState:Oe}=C,Ie=18,st=!!n.executionBarBg,kt=n.textPrimary==="#FFFFFF"||n.bgPrimary==="#050505",$e=st?3:6,He=e.subtasks&&e.subtasks.length>0,L=react.useRef(null),[oe,B]=(()=>{let V=react.useRef(null),[,ce]=react.useState(0);return [V.current,Q=>{V.current=Q,ce(O=>O+1);}]})(),_=!!w&&!v&&!He&&!e.segments&&!!e.startDate&&!!e.endDate,U=e.endDate&&(()=>{let V=new Date;V.setHours(0,0,0,0);let ce=new Date(e.endDate);return ce.setHours(0,0,0,0),ce<V})()&&e.progress<100,J=h&&e.isCriticalPath,De=n.name==="neutral"||n.today==="#1C1917",pe=e.status==="completed"||e.progress===100,rt={low:"#10B981",LOW:"#10B981",medium:"#F59E0B",MEDIUM:"#F59E0B",high:"#F97316",HIGH:"#F97316",urgent:"#EF4444",URGENT:"#EF4444"},Qe=h&&e.isCriticalPath||U?"#EF4444":e.color?e.color:e.priority&&rt[e.priority]?rt[e.priority]:n.taskBarPrimary,Ot=v?"default":Be?ft?"crosshair":Nt?"ew-resize":"grabbing":"grab",pt=v?"default":"ew-resize",Ht=(V=>V>=80?20:V>=60?15:V>=50?12:10)(a),ur=a<50,br=a<40;react.useEffect(()=>{x&&(!et||Be||e.segments)&&x(null);},[et,Be,e.segments,x]);let da=V=>V.toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"}),Yt=()=>{let V=Math.ceil((e.endDate.getTime()-e.startDate.getTime())/864e5);return `${V} day${V!==1?"s":""}`},hr=V=>Math.round(V/s)*s,Ft=V=>{let ce=Math.round(V/s),Q=new Date(o);return Q.setDate(Q.getDate()+ce),Q},jr=(V,ce)=>{for(let Q of m){if(Q.id===e.id)continue;let O=5;if(V>=Q.x-O&&V<=Q.x+Q.width+O&&ce>=Q.y-O&&ce<=Q.y+Q.height+O)return Q.id}return null},Ut=react.useCallback((V,ce,Q)=>{if(v)return;V.preventDefault(),V.stopPropagation();let O=S.current?.ownerSVGElement;if(!O)return;let te=O.createSVGPoint();te.x=V.clientX,te.y=V.clientY;let we=te.matrixTransform(O.getScreenCTM()?.inverse()),M=Q!==void 0?Q:t,R=ce;if(!R){let q=we.x-M;V.shiftKey?(R="connect",$({x:t+a,y:r+Ie/2})):V.ctrlKey||V.metaKey?R="move":V.altKey?R=q<a/2?"resize-start":"resize-end":br?q<a/2?R="move":R="resize-end":ur?q<=Ht/2?R="resize-start":q>=a-Ht/2?R="resize-end":R="move":q<=Ht?R="resize-start":q>=a-Ht?R="resize-end":R="move";}F.current=false,T(R),Re(false),be(null),R==="move"?H(we.x-M):R==="connect"?$({x:t+a,y:r+Ie/2}):H(0),I(M),j(a);},[t,a,r,Ie,v]),nr=react.useCallback(V=>{let ce=S.current?.ownerSVGElement;if(!ce)return;let Q=ce.closest(".gantt-timeline-scroll");if(!Q)return;let O=Q.getBoundingClientRect(),te=60,we=15,M=0;if(V.clientX<O.left+te){let R=O.left+te-V.clientX;M=-Math.min(we,R/2);}else if(V.clientX>O.right-te){let R=V.clientX-(O.right-te);M=Math.min(we,R/2);}return M!==0&&(Q.scrollLeft+=M),M!==0},[]),_r=react.useCallback(V=>{if(P==="none")return;F.current=true,N.current=V;let ce=S.current?.ownerSVGElement;if(!ce)return;if(P==="move"||P==="resize-start"||P==="resize-end"){let te=nr(V);te&&!k.current?k.current=window.setInterval(()=>{N.current&&(nr(N.current),_r(N.current));},16):!te&&k.current&&(window.clearInterval(k.current),k.current=null);}let Q=ce.createSVGPoint();Q.x=V.clientX,Q.y=V.clientY;let O=Q.matrixTransform(ce.getScreenCTM()?.inverse());if(P==="connect"){$({x:O.x,y:O.y});let te=jr(O.x,O.y);We(te);}else if(P==="move"){let te=O.x-Y,we=hr(te);I(we),j(a);let M=Math.round((we-t)/s);if(f?.(e.id,M,true),e.segments&&e.segments.length>0&&ye!==null){let R=we-ze;Me(R);}}else if(P==="resize-start"){let te=O.x,we=hr(te),M=t+a-we;M>=s&&(I(we),j(M));}else if(P==="resize-end"){let te=O.x,M=hr(te)-t;M>=s&&j(M);}},[P,t,a,s,Y,e,hr,ye,ze,jr,We,$,I,j,Me,f,nr]),Dr=react.useCallback(()=>{if(k.current&&(window.clearInterval(k.current),k.current=null),N.current=null,P!=="none"){if(P==="connect")ve&&p&&p(e,ve),$(null),We(null);else {let V=e.endDate.getTime()-e.startDate.getTime(),ce,Q,O=true;if(P==="move"){if(ce=Ft(ee),Q=new Date(ce.getTime()+V),e.segments&&e.segments.length>0&&ye!==null){let te=Math.round(Ae/s),we=e.segments.map((xe,re)=>{if(re===ye){let Ze=new Date(xe.startDate),Ye=new Date(xe.endDate);return Ze.setDate(Ze.getDate()+te),Ye.setDate(Ye.getDate()+te),{startDate:Ze,endDate:Ye}}return xe}),M=we.flatMap(xe=>[xe.startDate,xe.endDate]),R=new Date(Math.min(...M.map(xe=>xe.getTime()))),q=new Date(Math.max(...M.map(xe=>xe.getTime())));u?.({...e,segments:we},R,q),Oe(t,a);return}}else P==="resize-start"?(ce=Ft(ee),Q=e.endDate,ce>Q&&(console.warn("Invalid date range: start date must be before or equal to end date"),O=false)):P==="resize-end"?(ce=e.startDate,Q=Ft(ee+K),Q.setDate(Q.getDate()-1),Q<ce&&(console.warn("Invalid date range: end date must be after or equal to start date"),O=false)):O=false;O&&ce&&Q&&(Q.getTime()<ce.getTime()?console.warn("Invalid date range: end date cannot be before start date"):u?.(e,ce,Q));}f?.(e.id,0,false),Oe(t,a);}},[P,ee,K,e,u,ve,p,t,a,s,Ft,Ae,ye,Oe,f]);react.useEffect(()=>{if(P==="none")return;let V=Q=>{_r(Q);},ce=()=>{Dr();};return window.addEventListener("mousemove",V),window.addEventListener("mouseup",ce),()=>{window.removeEventListener("mousemove",V),window.removeEventListener("mouseup",ce),k.current&&(window.clearInterval(k.current),k.current=null);}},[P,_r,Dr]);let ot=Be&&!ft?ee:t,_e=Be&&!ft?K:a,ua=c.taskClass(e),jt=24,oa=h?e.isCriticalPath?1:.25:1,se=react.useCallback(V=>{if(!_)return;V.stopPropagation(),V.preventDefault();let Q=S.current?.querySelector('rect[data-bar-background="true"]')?.getBoundingClientRect()??null;L.current={barRect:Q,initialPct:e.progress||0},V.currentTarget.setPointerCapture(V.pointerId),B(e.progress||0);},[_,e.progress,B]),me=react.useCallback(V=>{let ce=L.current;if(!ce)return;let O=S.current?.querySelector('rect[data-bar-background="true"]')?.getBoundingClientRect()??ce.barRect;if(!O||O.width<=0)return;let te=(V.clientX-O.left)/O.width,we=Math.round(Math.max(0,Math.min(1,te))*100);V.shiftKey&&(we=Math.round(we/25)*25),B(we);},[B]),mt=react.useCallback(V=>{let ce=L.current;if(!ce)return;V.stopPropagation(),V.preventDefault();try{V.currentTarget.releasePointerCapture(V.pointerId);}catch{}let Q=oe;L.current=null,B(null),Q!=null&&Q!==ce.initialPct&&w&&w(e,Q);},[oe,w,e,B]),Xe=react.useCallback(V=>{V.stopPropagation(),V.preventDefault();},[]),it=oe??(e.progress||0);return jsxRuntime.jsxs("g",{ref:S,"data-task-bar":"true",style:{opacity:oa,transition:"opacity 300ms ease"},onClick:()=>{!Be&&!F.current&&l?.(e),F.current=false;},onDoubleClick:V=>{!Be&&!F.current&&(V.stopPropagation(),i?.(e));},onContextMenu:V=>{V.preventDefault(),d?.(e,V);},onMouseEnter:()=>!Be&&Re(true),onMouseMove:V=>{x&&et&&!Be&&!e.segments&&x({task:e,x:t,y:r,width:a,height:Ie,showBelow:false,mouseX:V.clientX,mouseY:V.clientY});},onMouseLeave:()=>{Be||(Re(false),be(null));},children:[jsxRuntime.jsx("rect",{x:t,y:r,width:a+jt,height:Ie,fill:"transparent",style:{pointerEvents:"all"}}),et&&!Be&&!ur&&!e.segments&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("rect",{x:t,y:r,width:Ht,height:Ie,fill:Pe==="resize-start"?n.accent:"transparent",opacity:Pe==="resize-start"?.15:0,style:{cursor:pt,pointerEvents:"all"},onMouseEnter:()=>be("resize-start"),onMouseDown:V=>Ut(V,"resize-start")}),jsxRuntime.jsx("rect",{x:t+Ht,y:r,width:a-Ht*2,height:Ie,fill:Pe==="move"?n.accent:"transparent",opacity:Pe==="move"?.1:0,style:{cursor:v?"default":"grab",pointerEvents:"all"},onMouseEnter:()=>be("move"),onMouseDown:V=>Ut(V,"move")}),jsxRuntime.jsx("rect",{x:t+a-Ht,y:r,width:Ht,height:Ie,fill:Pe==="resize-end"?n.accent:"transparent",opacity:Pe==="resize-end"?.15:0,style:{cursor:pt,pointerEvents:"all"},onMouseEnter:()=>be("resize-end"),onMouseDown:V=>Ut(V,"resize-end")})]}),et&&!Be&&br&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("rect",{x:t,y:r,width:a/2,height:Ie,fill:Pe==="move"?n.accent:"transparent",opacity:Pe==="move"?.2:0,style:{cursor:v?"default":"grab",pointerEvents:"all"},onMouseEnter:()=>be("move"),onMouseDown:V=>Ut(V,"move")}),jsxRuntime.jsx("rect",{x:t+a/2,y:r,width:a/2,height:Ie,fill:Pe==="resize-end"?n.accent:"transparent",opacity:Pe==="resize-end"?.2:0,style:{cursor:pt,pointerEvents:"all"},onMouseEnter:()=>be("resize-end"),onMouseDown:V=>Ut(V,"resize-end")}),et&&jsxRuntime.jsx(framerMotion.motion.line,{x1:t+a/2,y1:r+4,x2:t+a/2,y2:r+Ie-4,stroke:n.textTertiary,strokeWidth:1,strokeDasharray:"2 2",opacity:.3,initial:{opacity:0},animate:{opacity:.3},transition:{duration:.2},style:{pointerEvents:"none"}})]}),Be&&!ft&&!e.segments&&jsxRuntime.jsx(framerMotion.motion.rect,{x:ee,y:r,width:K,height:Ie,rx:$e,fill:n.accent,opacity:.15,stroke:n.accent,strokeWidth:1,strokeDasharray:"4 3",initial:{opacity:0},animate:{opacity:.25},transition:{duration:.15},style:{pointerEvents:"none"}}),y&&e.baselineStartDate&&e.baselineEndDate&&!Be&&(()=>{let V=e.baselineStartDate.getTime(),ce=e.baselineEndDate.getTime(),Q=o.getTime(),O=864e5,te=(V-Q)/O,we=(ce-V)/O,M=te*s,R=Math.max(we*s,s),q=ot+_e,xe=M+R,re=e.endDate?.getTime()??0,Ze=Math.ceil((re-ce)/O),Ye=Ze>0,It=Ze<-0;return jsxRuntime.jsxs("g",{style:{pointerEvents:"none"},children:[jsxRuntime.jsx("rect",{x:M,y:r,width:R,height:Ie,rx:$e,fill:"none",stroke:kt?"rgba(255,255,255,0.45)":"rgba(0,0,0,0.35)",strokeWidth:1.5,strokeDasharray:"6 4"}),Ye&&q>xe&&jsxRuntime.jsx("rect",{x:xe,y:r,width:q-xe,height:Ie,rx:0,fill:"#EF4444",opacity:.2}),Ye&&jsxRuntime.jsxs("text",{x:Math.max(q,xe)+6,y:r+Ie/2+1,fill:"#EF4444",fontSize:"10",fontWeight:"700",fontFamily:"'JetBrains Mono', monospace",dominantBaseline:"middle",children:["+",Ze,"d"]}),It&&jsxRuntime.jsxs("text",{x:q+6,y:r+Ie/2+1,fill:"#10B981",fontSize:"10",fontWeight:"700",fontFamily:"'JetBrains Mono', monospace",dominantBaseline:"middle",children:[Ze,"d"]})]})})(),!e.segments&&st&&He&&(()=>{let ce=r+(Ie-8)/2,Q=4,O=e.progress||0,te=new Date;te.setHours(0,0,0,0);let we=e.startDate&&te>=e.startDate,M=e.endDate&&(()=>{let Ye=new Date(e.endDate);return Ye.setHours(0,0,0,0),te>Ye})(),R=e.startDate&&te<e.startDate,q=1;if(we&&e.startDate&&e.endDate&&!R){let Ye=new Date(e.startDate);Ye.setHours(0,0,0,0);let It=new Date(e.endDate);It.setHours(0,0,0,0);let Lt=Math.max(1,(It.getTime()-Ye.getTime())/(1e3*60*60*24)),or=Math.min((te.getTime()-Ye.getTime())/(1e3*60*60*24),Lt)/Lt*100;q=or>0?O/or:1;}let xe;O>=100?xe="#00E5CC":R?xe="#4B5563":M&&O<100?xe="#EF4444":q>=.95?xe="#22C55E":q>=.8?xe="#F59E0B":xe="#EF4444";let re=Math.max(O/100*_e,O>0?Q*2:0),Ze=_e>100&&O>0;return jsxRuntime.jsxs("g",{"data-task-class":ua,style:{cursor:"default",pointerEvents:"all"},children:[jsxRuntime.jsx("rect",{x:ot,y:ce,width:_e,height:8,rx:Q,fill:"rgba(255,255,255,0.10)"}),O>0&&jsxRuntime.jsx("rect",{x:ot,y:ce,width:re,height:8,rx:Q,fill:xe}),Ze&&jsxRuntime.jsxs("text",{x:ot+re+6,y:ce+8/2,dominantBaseline:"central",fill:"rgba(255,255,255,0.7)",fontSize:"9",fontWeight:"700",fontFamily:"'JetBrains Mono', monospace",style:{pointerEvents:"none",userSelect:"none"},children:[Math.round(O),"%"]})]})})(),!e.segments&&st&&!He&&jsxRuntime.jsx(framerMotion.motion.rect,{x:ot,y:r,width:_e,height:Ie,rx:$e,fill:n.executionBarBg||"rgba(255,255,255,0.06)",stroke:n.border||"rgba(255,255,255,0.1)",strokeWidth:1,"data-task-class":ua,"data-bar-background":"true",initial:{opacity:0,scale:.95},animate:{opacity:Be&&!ft?.15:e.parentId?.6:1,scale:et&&!Be?1.01:1},transition:{duration:.2,ease:[.4,0,.2,1]},onMouseDown:V=>Ut(V),style:{cursor:Ot,pointerEvents:"all"}}),!e.segments&&!st&&jsxRuntime.jsx(framerMotion.motion.rect,{x:ot,y:r,width:_e,height:Ie,rx:$e,fill:Qe,"data-task-class":ua,initial:{opacity:0,scale:.95},animate:{opacity:Be&&!ft?.15:e.parentId?.6:et?.9:.8,scale:et&&!Be?1.02:1},transition:{duration:.2,ease:[.4,0,.2,1]},onMouseDown:He?void 0:V=>Ut(V),style:{cursor:He?"default":Ot,pointerEvents:"all"}}),st&&(U||J)&&!e.segments&&jsxRuntime.jsx("rect",{x:ot,y:r,width:_e,height:Ie,rx:$e,fill:"none",stroke:n.criticalPath,strokeWidth:2,style:{pointerEvents:"none",filter:`drop-shadow(0 0 6px ${n.criticalPathLight||"rgba(255,46,46,0.4)"})`}}),!e.segments&&it>0&&!He&&jsxRuntime.jsx("rect",{x:ot,y:r,width:Math.max(_e*(it/100),$e*2),height:Ie,rx:$e,fill:Qe,opacity:1,style:{pointerEvents:"none"}}),!e.segments&&!He&&e.progress<100&&(()=>{let V=e.progress>0?_e*(e.progress/100):0,ce=ot+V,Q=_e-V,O=e.progress===0?$e:0,te=e.progress===0?ot:ce,we=e.progress===0?_e:Q;return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("rect",{x:te,y:r,width:we,height:Ie,rx:O,fill:"url(#bar-remaining-hatch)",style:{pointerEvents:"none"}}),jsxRuntime.jsx("rect",{x:te,y:r,width:we,height:Ie,rx:O,fill:"none",stroke:"#00E5CC",strokeWidth:.8,strokeDasharray:"5 3",style:{pointerEvents:"none"}})]})})(),st&&!e.segments&&e.progress>0&&e.progress<100&&!He&&!Be&&oe===null&&(()=>{let V=ot+_e*(e.progress/100),ce=8,Q=e.assignees?.[0];return jsxRuntime.jsxs("g",{style:{pointerEvents:"none"},children:[jsxRuntime.jsx("circle",{cx:V,cy:r+Ie/2,r:ce,fill:Q?.color||n.accent,stroke:"#000",strokeWidth:1.5}),jsxRuntime.jsx("text",{x:V,y:r+Ie/2,textAnchor:"middle",dominantBaseline:"central",fill:"#FFF",fontSize:"8",fontWeight:"600",fontFamily:"Inter, sans-serif",children:Q?.initials||Q?.name?.charAt(0)?.toUpperCase()||""})]})})(),_&&!Be&&_e>=40&&(oe!==null||it<88)&&(()=>{let V=ot+_e*(it/100),ce=r+Ie/2,Q=oe!==null,O=Q?7:et?6:5,te=Q||et?1:.35,we=ot+_e-V,M=Math.max(4,Math.min(12,we-10)),R=12;return jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("rect",{x:V-R,y:ce-12,width:R+M,height:24,fill:"transparent",style:{cursor:"ew-resize",touchAction:"none"},onPointerDown:se,onPointerMove:me,onPointerUp:mt,onPointerCancel:mt,onClick:Xe,onDoubleClick:Xe,onMouseDown:q=>q.stopPropagation()}),jsxRuntime.jsx("circle",{cx:V,cy:ce,r:O,fill:"#FFFFFF",stroke:Qe,strokeWidth:2,opacity:te,style:{pointerEvents:"none",filter:Q?`drop-shadow(0 0 4px ${Qe})`:void 0,transition:"r 120ms ease, opacity 120ms ease"}}),Q&&jsxRuntime.jsxs("g",{style:{pointerEvents:"none"},children:[jsxRuntime.jsx("rect",{x:V-20,y:ce-28,width:40,height:18,rx:4,fill:kt?"rgba(15, 15, 20, 0.95)":"rgba(255, 255, 255, 0.95)",stroke:Qe,strokeWidth:1}),jsxRuntime.jsxs("text",{x:V,y:ce-16,textAnchor:"middle",dominantBaseline:"central",fill:kt?"#FFFFFF":"#111111",fontSize:"11",fontWeight:"700",fontFamily:"'JetBrains Mono', monospace",children:[oe,"%"]})]})]})})(),e.segments&&e.segments.map((V,ce)=>{let Q=(V.startDate.getTime()-o.getTime())/864e5*s,te=(V.endDate.getTime()-o.getTime())/(1e3*60*60*24)*s-Q+s,we=Be&&P==="move"&&ye===ce,M=qe===ce,R=we?Q+Ae:Q;return jsxRuntime.jsxs("g",{onMouseEnter:()=>!Be&&de(ce),onMouseLeave:()=>!Be&&de(null),children:[jsxRuntime.jsx(framerMotion.motion.rect,{x:R,y:r,width:te,height:Ie,rx:$e,fill:Qe,initial:{opacity:0,scale:.95},animate:{opacity:we||e.parentId?.6:M?.9:.8,scale:M&&!Be?1.02:1},transition:{duration:.2,ease:[.4,0,.2,1]},onMouseDown:q=>{q.stopPropagation(),fe(ce),Ce(Q),Ut(q,void 0,Q);},style:{cursor:Ot,pointerEvents:"all"}}),jsxRuntime.jsx("rect",{x:R,y:r,width:te*(e.progress/100),height:Ie,rx:$e,fill:Qe,opacity:1,style:{pointerEvents:"none"}})]},`segment-${ce}`)}),De&&(U||J)&&!e.segments&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[J&&!U&&jsxRuntime.jsx("rect",{x:ot,y:r,width:_e,height:Ie,rx:$e,fill:"none",stroke:n.border,strokeWidth:2,strokeDasharray:"4 4",opacity:.8,style:{pointerEvents:"none"}}),U&&jsxRuntime.jsx("rect",{x:ot,y:r,width:_e,height:Ie,rx:$e,fill:"url(#diagonal-stripes)",opacity:.3,style:{pointerEvents:"none"}})]}),b&&_e>60&&!e.segments&&!(st&&He)&&(()=>{let V=c.taskLabel(e),ce=typeof V=="string"?V:e.name,Q=ce.length>Math.floor(_e/8)?`${ce.substring(0,Math.floor(_e/8))}...`:ce;return jsxRuntime.jsx("text",{x:ot+8,y:r+Ie/2,dominantBaseline:"middle",fill:pe?"rgba(255, 255, 255, 0.6)":"#FFFFFF",fontSize:"11",fontWeight:"500",fontFamily:"Inter, sans-serif",style:{pointerEvents:"none",userSelect:"none",textDecoration:pe?"line-through":"none"},children:Q})})(),!Be&&!e.segments&&!He&&e.progress>0&&e.progress<100&&(st?jsxRuntime.jsxs("text",{x:ot+_e+6,y:r+Ie/2,dominantBaseline:"middle",fill:"#FFFFFF",fontSize:"9",fontWeight:"500",fontFamily:"'JetBrains Mono', monospace",style:{pointerEvents:"none",userSelect:"none"},children:[e.progress,"%"]}):_e>100?jsxRuntime.jsxs("text",{x:ot+_e-12,y:r+Ie/2,dominantBaseline:"middle",textAnchor:"end",fill:"rgba(255, 255, 255, 0.9)",fontSize:"11",fontWeight:"600",fontFamily:"Inter, sans-serif",style:{pointerEvents:"none",userSelect:"none"},children:[e.progress,"%"]}):null),e.status&&_e>80&&!Be&&!e.segments&&!(st&&He)&&jsxRuntime.jsxs("g",{style:{pointerEvents:"none"},children:[e.status==="completed"&&jsxRuntime.jsx("circle",{cx:ot+_e-8,cy:r+8,r:4,fill:n.statusCompleted,stroke:"#FFFFFF",strokeWidth:1.5}),e.status==="in-progress"&&jsxRuntime.jsx("circle",{cx:ot+_e-8,cy:r+8,r:4,fill:n.statusInProgress,stroke:"#FFFFFF",strokeWidth:1.5,opacity:.8})]}),(et||Nt)&&!ft&&!e.segments&&!He&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("rect",{x:ot-2,y:r,width:16,height:Ie,fill:"transparent",style:{cursor:pt},onMouseEnter:()=>be("resize-start"),onMouseLeave:()=>be(null),onMouseDown:V=>{V.stopPropagation(),Ut(V,"resize-start");}}),jsxRuntime.jsx(framerMotion.motion.rect,{x:ot+4,y:r+8,width:3,height:Ie-16,rx:1.5,fill:Pe==="resize-start"||P==="resize-start"?"#ffffff":"rgba(255,255,255,0.5)",style:{pointerEvents:"none"},initial:{opacity:0},animate:{opacity:1},transition:{duration:.15}})]}),jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("rect",{x:ot+_e-14,y:r,width:16,height:Ie,fill:"transparent",style:{cursor:pt},onMouseEnter:()=>be("resize-end"),onMouseLeave:()=>be(null),onMouseDown:V=>{V.stopPropagation(),Ut(V,"resize-end");}}),jsxRuntime.jsx(framerMotion.motion.rect,{x:ot+_e-7,y:r+8,width:3,height:Ie-16,rx:1.5,fill:Pe==="resize-end"||P==="resize-end"?"#ffffff":"rgba(255,255,255,0.5)",style:{pointerEvents:"none"},initial:{opacity:0},animate:{opacity:1},transition:{duration:.15}})]})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:et&&!Be&&!e.segments&&jsxRuntime.jsxs(framerMotion.motion.g,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},transition:{duration:.15},children:[jsxRuntime.jsx("circle",{cx:t+a+10,cy:r+Ie/2,r:10,fill:"transparent",style:{cursor:"crosshair"},onMouseEnter:()=>be("connect"),onMouseLeave:()=>be(null),onMouseDown:V=>{V.stopPropagation(),Ut(V,"connect");}}),jsxRuntime.jsx(framerMotion.motion.circle,{cx:t+a+10,cy:r+Ie/2,r:4,fill:n.accent,stroke:"#FFFFFF",strokeWidth:1.5,style:{pointerEvents:"none"},initial:{scale:0},animate:{scale:Pe==="connect"?1.4:1},exit:{scale:0},transition:{duration:.15,type:"spring",stiffness:500,damping:30}})]})}),ft&&W&&jsxRuntime.jsxs("g",{style:{pointerEvents:"none"},children:[jsxRuntime.jsx(framerMotion.motion.line,{x1:t+a,y1:r+Ie/2,x2:W.x,y2:W.y,stroke:ve?n.statusCompleted:n.accent,strokeWidth:ve?3:2,strokeDasharray:"6 4",initial:{opacity:0},animate:{opacity:ve?1:.8},transition:{duration:.15}}),jsxRuntime.jsx(framerMotion.motion.circle,{cx:W.x,cy:W.y,r:ve?8:6,fill:ve?n.statusCompleted:n.accent,stroke:"#FFFFFF",strokeWidth:2,initial:{scale:0},animate:{scale:1},transition:{duration:.15}}),ve&&jsxRuntime.jsx(framerMotion.motion.text,{x:W.x+15,y:W.y,dominantBaseline:"middle",fill:n.statusCompleted,fontSize:"11",fontWeight:"600",fontFamily:"Inter, sans-serif",initial:{opacity:0,x:W.x+10},animate:{opacity:1,x:W.x+15},transition:{duration:.2},children:"Connect"})]}),(et||Be)&&!ft&&!e.segments&&jsxRuntime.jsx(framerMotion.motion.rect,{x:ot-1,y:r-1,width:_e+2,height:Ie+2,rx:$e+1,fill:"none",stroke:Be?n.accent:st?"rgba(255,255,255,0.2)":n.taskBarPrimary,strokeWidth:st?1:2,opacity:Be||st?.6:.4,initial:{opacity:0},animate:{opacity:Be||st?.6:.4},transition:{duration:.2},style:{pointerEvents:"none"}}),Nt&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("line",{x1:ee,y1:0,x2:ee,y2:1e3,stroke:n.accent,strokeWidth:1,strokeDasharray:"4 4",opacity:.3,style:{pointerEvents:"none"}}),jsxRuntime.jsx("line",{x1:ee+K,y1:0,x2:ee+K,y2:1e3,stroke:n.accent,strokeWidth:1,strokeDasharray:"4 4",opacity:.3,style:{pointerEvents:"none"}})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:et&&!Be&&!e.segments&&!x&&(()=>{let Q=r<100,O=Q?r+Ie+13:r-82-13,te=Q?`M ${ot+_e/2-6} ${r+Ie+3} L ${ot+_e/2} ${r+Ie+13} L ${ot+_e/2+6} ${r+Ie+3}`:`M ${ot+_e/2-6} ${r-13} L ${ot+_e/2} ${r-3} L ${ot+_e/2+6} ${r-13}`,we=O+22,M=O+40,R=O+55,q=O+70,xe=Q?O+82-5:r-18;return jsxRuntime.jsxs(framerMotion.motion.g,{initial:{opacity:0,y:Q?-10:10},animate:{opacity:1,y:0},exit:{opacity:0,y:Q?-10:10},transition:{duration:.2},style:{pointerEvents:"none"},children:[jsxRuntime.jsx("path",{d:te,fill:n.bgSecondary,stroke:n.border,strokeWidth:1}),jsxRuntime.jsx("rect",{x:ot+_e/2-120,y:O,width:240,height:82,rx:8,fill:n.bgSecondary,stroke:n.border,strokeWidth:1,filter:"drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15))"}),jsxRuntime.jsx("text",{x:ot+_e/2,y:we,textAnchor:"middle",fill:n.textPrimary,fontSize:"13",fontWeight:"600",fontFamily:"Inter, sans-serif",children:e.name.length>28?`${e.name.substring(0,28)}...`:e.name}),jsxRuntime.jsx("text",{x:ot+_e/2-110,y:M,fill:n.textTertiary,fontSize:"11",fontFamily:"Inter, sans-serif",children:"Start:"}),jsxRuntime.jsx("text",{x:ot+_e/2-70,y:M,fill:n.textSecondary,fontSize:"11",fontWeight:"500",fontFamily:"Inter, sans-serif",children:da(e.startDate)}),jsxRuntime.jsx("text",{x:ot+_e/2-110,y:R,fill:n.textTertiary,fontSize:"11",fontFamily:"Inter, sans-serif",children:"End:"}),jsxRuntime.jsx("text",{x:ot+_e/2-70,y:R,fill:n.textSecondary,fontSize:"11",fontWeight:"500",fontFamily:"Inter, sans-serif",children:da(e.endDate)}),jsxRuntime.jsx("text",{x:ot+_e/2+10,y:M,fill:n.textTertiary,fontSize:"11",fontFamily:"Inter, sans-serif",children:"Duration:"}),jsxRuntime.jsx("text",{x:ot+_e/2+65,y:M,fill:n.textSecondary,fontSize:"11",fontWeight:"500",fontFamily:"Inter, sans-serif",children:Yt()}),jsxRuntime.jsx("text",{x:ot+_e/2+10,y:R,fill:n.textTertiary,fontSize:"11",fontFamily:"Inter, sans-serif",children:"Progress:"}),jsxRuntime.jsxs("text",{x:ot+_e/2+65,y:R,fill:n.textSecondary,fontSize:"11",fontWeight:"500",fontFamily:"Inter, sans-serif",children:[e.progress,"%"]}),e.assignees&&e.assignees.length>0&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("text",{x:ot+_e/2-110,y:q,fill:n.textTertiary,fontSize:"11",fontFamily:"Inter, sans-serif",children:"Assignees:"}),jsxRuntime.jsxs("text",{x:ot+_e/2-50,y:q,fill:n.textSecondary,fontSize:"11",fontWeight:"500",fontFamily:"Inter, sans-serif",children:[e.assignees.map(re=>re.name).join(", ").substring(0,30),e.assignees.map(re=>re.name).join(", ").length>30?"...":""]})]}),!Q&&jsxRuntime.jsx("text",{x:ot+_e/2,y:xe,textAnchor:"middle",fill:n.textTertiary,fontSize:"9",fontFamily:"Inter, sans-serif",style:{opacity:.7},children:br?"Left: move \u2022 Right: resize":ur?"Drag to move \u2022 Hold ALT + drag edge to resize":"Drag edges to resize \u2022 Drag center to move \u2022 Click \u26AB to link"})]})})()})]})}var od=260,ls=8,Um=16,ew=-12;function Wm({tooltipData:e,theme:t,locale:r="en",workingDaysConfig:a}){let[n,s]=react.useState(null);if(react.useLayoutEffect(()=>{if(!e){s(null);return}let{task:v,mouseX:w,mouseY:C}=e,S=v.effortMinutes!=null||v.timeLoggedMinutes!=null||v.soldEffortMinutes!=null,F=v.lastActivity!=null,k=(S?155:105)+(F?28:0),N=w+Um,P=C+ew-k;N+od>window.innerWidth-ls&&(N=w-od-Um),N<ls&&(N=ls);let T=P<ls;T&&(P=C+20),P+k>window.innerHeight-ls&&(P=window.innerHeight-ls-k),s({left:N,top:P,showBelow:T});},[e]),!e||!n)return null;let{task:o}=e,c=o.effortMinutes!=null||o.timeLoggedMinutes!=null||o.soldEffortMinutes!=null,l={start:r==="es"?"Inicio":"Start",end:r==="es"?"Fin":"End",duration:r==="es"?"Duraci\xF3n":"Duration",progress:r==="es"?"Progreso":"Progress",assignees:r==="es"?"Asignados":"Assignees",estimated:r==="es"?"Estimado":"Estimated",logged:r==="es"?"Registrado":"Logged",quoted:r==="es"?"Ofertado":"Quoted"},i=v=>v.toLocaleDateString(r==="es"?"es-ES":"en-US",{month:"short",day:"numeric",year:"numeric"}),d=()=>{if(!o.startDate||!o.endDate)return "N/A";if(!a?.enabledWeekdays){let P=Math.max(1,Math.round((o.endDate.getTime()-o.startDate.getTime())/864e5)+1);return r==="es"?`${P} d\xEDa${P!==1?"s":""}`:`${P} day${P!==1?"s":""}`}let v=a.enabledWeekdays,w=a.holidayDates instanceof Set?a.holidayDates:new Set(a.holidayDates??[]),C=P=>`${P.getFullYear()}-${String(P.getMonth()+1).padStart(2,"0")}-${String(P.getDate()).padStart(2,"0")}`,S=0,F=new Date(o.startDate.getFullYear(),o.startDate.getMonth(),o.startDate.getDate()),k=new Date(o.endDate.getFullYear(),o.endDate.getMonth(),o.endDate.getDate());for(;F.getTime()<=k.getTime();){let P=F.getDay();v[P]&&!w.has(C(F))&&S++,F.setDate(F.getDate()+1);}let N=Math.max(0,S);return r==="es"?`${N} d\xEDa${N!==1?"s":""}`:`${N} day${N!==1?"s":""}`},u=v=>{if(v==null||v===0)return "N/A";let w=Math.floor(v/60),C=v%60;return w===0?`${C}m`:C===0?`${w}h`:`${w}h ${C}m`},p=t.textTertiary||"#9CA3AF",m=t.textSecondary||"#D1D5DB",f=t.textPrimary||"#F9FAFB",x=t.accent||"#00E5CC",y=t.bgSecondary||"#1F2937",b=t.border||"#374151",h=jsxRuntime.jsxs("div",{style:{position:"fixed",left:n.left,top:n.top,width:od,zIndex:99999,pointerEvents:"none",fontFamily:"Inter, system-ui, sans-serif",animation:"gantt-tooltip-fade 0.12s ease-out"},children:[jsxRuntime.jsxs("div",{style:{background:y,border:`1px solid ${b}`,borderRadius:8,padding:"12px 14px",boxShadow:"0 8px 24px rgba(0,0,0,0.3)"},children:[jsxRuntime.jsx("div",{style:{fontSize:13,fontWeight:600,color:f,marginBottom:8,whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:o.name}),jsxRuntime.jsxs("div",{style:{display:"grid",gridTemplateColumns:"1fr 1fr",gap:"3px 12px",fontSize:11},children:[jsxRuntime.jsx(Qi,{label:l.start,value:o.startDate?i(o.startDate):"N/A",labelColor:p,valueColor:m}),jsxRuntime.jsx(Qi,{label:l.duration,value:d(),labelColor:p,valueColor:m}),jsxRuntime.jsx(Qi,{label:l.end,value:o.endDate?i(o.endDate):"N/A",labelColor:p,valueColor:m}),jsxRuntime.jsx(Qi,{label:l.progress,value:`${o.progress}%`,labelColor:p,valueColor:m})]}),o.assignees&&o.assignees.length>0&&jsxRuntime.jsxs("div",{style:{fontSize:11,marginTop:6},children:[jsxRuntime.jsxs("span",{style:{color:p},children:[l.assignees,": "]}),jsxRuntime.jsx("span",{style:{color:m,fontWeight:500},children:o.assignees.map(v=>v.name).join(", ")})]}),c&&jsxRuntime.jsxs("div",{style:{marginTop:6,display:"flex",gap:10,fontSize:11},children:[o.effortMinutes!=null&&jsxRuntime.jsxs("span",{children:[jsxRuntime.jsxs("span",{style:{color:p},children:[l.estimated,":"]})," ",jsxRuntime.jsx("span",{style:{color:m,fontWeight:600},children:u(o.effortMinutes)})]}),o.timeLoggedMinutes!=null&&jsxRuntime.jsxs("span",{children:[jsxRuntime.jsxs("span",{style:{color:p},children:[l.logged,":"]})," ",jsxRuntime.jsx("span",{style:{color:x,fontWeight:600},children:u(o.timeLoggedMinutes)})]}),o.soldEffortMinutes!=null&&jsxRuntime.jsxs("span",{children:[jsxRuntime.jsxs("span",{style:{color:p},children:[l.quoted,":"]})," ",jsxRuntime.jsx("span",{style:{color:m,fontWeight:600},children:u(o.soldEffortMinutes)})]})]}),o.lastActivity&&jsxRuntime.jsxs("div",{style:{marginTop:8,paddingTop:8,borderTop:`1px solid ${t?.borderSubtle||"rgba(255,255,255,0.08)"}`,fontSize:11,color:p,lineHeight:1.4},children:[jsxRuntime.jsx("span",{style:{opacity:.7},children:r==="es"?"\xDAltimo: ":"Last: "}),jsxRuntime.jsx("span",{style:{color:m},children:o.lastActivity.userName})," ",jsxRuntime.jsx("span",{children:o.lastActivity.summary})," ",jsxRuntime.jsx("span",{style:{opacity:.6},children:o.lastActivity.relativeTime})]})]}),jsxRuntime.jsx("style",{children:`
125
+ - [ ] `,priority:"MEDIUM",labels:["meeting"]}}];function Bc({templates:e,onSelectTemplate:t,className:r}){let[a,n]=react.useState(false),s=react.useRef(null),o=react.useRef(null);react.useEffect(()=>{function i(d){s.current&&!s.current.contains(d.target)&&o.current&&!o.current.contains(d.target)&&n(false);}if(a)return document.addEventListener("mousedown",i),()=>document.removeEventListener("mousedown",i)},[a]);let c=i=>{t(i),n(false);},l=e.reduce((i,d)=>{let u=d.category||"Other";return i[u]||(i[u]=[]),i[u].push(d),i},{});return jsxRuntime.jsxs("div",{className:g("relative inline-block",r),children:[jsxRuntime.jsxs("button",{ref:o,onClick:()=>n(!a),className:"flex items-center gap-2 px-3 py-2 rounded-lg border transition-all text-sm font-medium shadow-lg",style:{backgroundColor:"var(--theme-bg-secondary)",borderColor:"var(--theme-border-primary)",color:"var(--theme-text-primary)"},onMouseEnter:i=>{i.currentTarget.style.backgroundColor="var(--theme-bg-tertiary)",i.currentTarget.style.borderColor="var(--theme-border-secondary)";},onMouseLeave:i=>{i.currentTarget.style.backgroundColor="var(--theme-bg-secondary)",i.currentTarget.style.borderColor="var(--theme-border-primary)";},title:"Create from template",children:[jsxRuntime.jsx("span",{className:"text-base leading-none",children:"\u{1F4CB}"}),jsxRuntime.jsx("span",{children:"Templates"}),jsxRuntime.jsx("svg",{className:g("w-4 h-4 transition-transform",a&&"rotate-180"),fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:jsxRuntime.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 9l-7 7-7-7"})})]}),a&&jsxRuntime.jsxs("div",{ref:s,className:"absolute top-full left-0 mt-2 min-w-[320px] max-w-[400px] rounded-xl backdrop-blur-xl border shadow-2xl z-50 overflow-hidden max-h-[500px] overflow-y-auto",style:{backgroundColor:"var(--theme-bg-primary)",borderColor:"var(--theme-border-primary)"},children:[jsxRuntime.jsxs("div",{className:"px-4 py-3 border-b sticky top-0 backdrop-blur-sm",style:{borderColor:"var(--theme-border-primary)",backgroundColor:"var(--theme-bg-secondary)"},children:[jsxRuntime.jsx("span",{className:"text-sm font-bold uppercase tracking-wider",style:{color:"var(--theme-text-primary)"},children:"Card Templates"}),jsxRuntime.jsx("p",{className:"text-xs mt-0.5",style:{color:"var(--theme-text-tertiary)"},children:"Quick start with pre-configured cards"})]}),Object.entries(l).map(([i,d])=>jsxRuntime.jsxs("div",{className:"py-2",children:[jsxRuntime.jsx("div",{className:"px-4 py-2",children:jsxRuntime.jsx("h4",{className:"text-xs font-semibold uppercase tracking-wider",style:{color:"var(--theme-text-secondary)"},children:i})}),jsxRuntime.jsx("div",{children:d.map(u=>jsxRuntime.jsxs("button",{onClick:()=>c(u),className:"w-full px-4 py-3 flex items-start gap-3 text-left transition-all active:scale-[0.98]",style:{color:"var(--theme-text-primary)"},onMouseEnter:p=>{p.currentTarget.style.backgroundColor="var(--theme-bg-tertiary)";},onMouseLeave:p=>{p.currentTarget.style.backgroundColor="transparent";},children:[jsxRuntime.jsx("span",{className:"text-2xl leading-none mt-0.5",children:u.icon}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("div",{className:"font-semibold text-sm",style:{color:"var(--theme-text-primary)"},children:u.name}),u.description&&jsxRuntime.jsx("p",{className:"text-xs mt-0.5",style:{color:"var(--theme-text-tertiary)"},children:u.description})]})]},u.id))})]},i)),e.length===0&&jsxRuntime.jsx("div",{className:"px-4 py-8 text-center",style:{color:"var(--theme-text-tertiary)"},children:jsxRuntime.jsx("p",{className:"text-sm",children:"No templates available"})})]})]})}function Oc({board:e,isOpen:t,onClose:r,onImport:a,boardElementRef:n,className:s}){let[o,c]=react.useState("export"),[l,i]=react.useState("json"),[d,u]=react.useState(null),p=react.useRef(null);if(!t)return null;let m=async()=>{let x=n?.current||void 0,y=await Lu(e,l,x);Au(y,l);},f=async x=>{let y=x.target.files?.[0];if(y){try{let b=await Bu(y),h=y.name.endsWith(".json")?"json":"csv",v=Ru(b,h);u(v),v.success&&a&&a(v,b);}catch(b){u({success:false,errors:[`Failed to read file: ${b instanceof Error?b.message:"Unknown error"}`]});}p.current&&(p.current.value="");}};return jsxRuntime.jsxs("div",{className:g("fixed inset-0 z-[9999] flex items-center justify-center",s),children:[jsxRuntime.jsx("div",{className:"absolute inset-0 bg-black/60 backdrop-blur-sm",onClick:r}),jsxRuntime.jsxs("div",{className:"relative bg-gradient-to-br from-gray-900/95 to-gray-800/95 backdrop-blur-xl rounded-2xl border border-white/20 shadow-2xl max-w-2xl w-full mx-4",children:[jsxRuntime.jsxs("div",{className:"px-6 py-5 border-b border-white/10 flex items-center justify-between",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-3",children:[jsxRuntime.jsx("span",{className:"text-3xl",children:"\u{1F4E6}"}),"Export / Import"]}),jsxRuntime.jsx("p",{className:"text-sm text-white/60 mt-1",children:"Transfer your board data"})]}),jsxRuntime.jsx("button",{onClick:r,className:"text-white/50 hover:text-white transition-colors text-2xl leading-none p-2 hover:bg-white/10 rounded-lg","aria-label":"Close",children:"\xD7"})]}),jsxRuntime.jsxs("div",{className:"flex border-b border-white/10",children:[jsxRuntime.jsx("button",{onClick:()=>c("export"),className:g("flex-1 px-6 py-4 font-semibold transition-colors",o==="export"?"text-white border-b-2 border-[#00E5CC]":"text-white/50 hover:text-white/80"),children:"Export"}),jsxRuntime.jsx("button",{onClick:()=>c("import"),className:g("flex-1 px-6 py-4 font-semibold transition-colors",o==="import"?"text-white border-b-2 border-[#00E5CC]":"text-white/50 hover:text-white/80"),children:"Import"})]}),jsxRuntime.jsxs("div",{className:"p-6",children:[o==="export"&&jsxRuntime.jsxs("div",{className:"space-y-6",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("label",{className:"block text-sm font-semibold text-white/90 mb-3",children:"Select format"}),jsxRuntime.jsx("div",{className:"grid grid-cols-3 gap-3",children:["json","csv","pdf"].map(x=>jsxRuntime.jsxs("button",{onClick:()=>i(x),className:g("p-4 rounded-lg border-2 transition-all text-center",l===x?"border-[#00E5CC] bg-[#00E5CC]/20 text-white":"border-white/20 hover:border-white/40 text-white/70 hover:text-white"),children:[jsxRuntime.jsxs("div",{className:"text-2xl mb-2",children:[x==="json"&&"\u{1F4C4}",x==="csv"&&"\u{1F4CA}",x==="pdf"&&"\u{1F4DD}"]}),jsxRuntime.jsx("div",{className:"font-semibold uppercase text-xs",children:x})]},x))})]}),jsxRuntime.jsxs("div",{className:"bg-white/5 rounded-lg p-4",children:[jsxRuntime.jsx("h3",{className:"text-sm font-semibold text-white/90 mb-2",children:"Preview"}),jsxRuntime.jsxs("div",{className:"text-xs text-white/60",children:[jsxRuntime.jsxs("div",{children:["Board: ",jsxRuntime.jsx("span",{className:"text-white/90",children:e.title||"Untitled"})]}),jsxRuntime.jsxs("div",{children:["Columns: ",jsxRuntime.jsx("span",{className:"text-white/90",children:e.columns.length})]}),jsxRuntime.jsxs("div",{children:["Cards: ",jsxRuntime.jsx("span",{className:"text-white/90",children:e.cards.length})]})]})]}),jsxRuntime.jsx("button",{onClick:m,className:"w-full py-3 px-4 bg-gradient-to-r from-[#00C4AE] to-[#00C4AE] hover:from-[#00E5CC] hover:to-[#00C4AE] text-white font-semibold rounded-lg transition-all shadow-lg shadow-[#00E5CC]/20",children:"Export Board"})]}),o==="import"&&jsxRuntime.jsxs("div",{className:"space-y-6",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("label",{className:"block text-sm font-semibold text-white/90 mb-3",children:"Upload file"}),jsxRuntime.jsx("input",{ref:p,type:"file",accept:".json,.csv",onChange:f,className:"hidden"}),jsxRuntime.jsxs("button",{onClick:()=>p.current?.click(),className:"w-full py-12 px-4 border-2 border-dashed border-white/30 hover:border-white/50 rounded-lg transition-colors text-white/70 hover:text-white",children:[jsxRuntime.jsx("div",{className:"text-5xl mb-3",children:"\u{1F4C1}"}),jsxRuntime.jsx("div",{className:"font-semibold mb-1",children:"Click to select file"}),jsxRuntime.jsx("div",{className:"text-xs text-white/50",children:"Supports JSON and CSV files"})]})]}),d&&jsxRuntime.jsxs("div",{className:g("p-4 rounded-lg",d.success?"bg-green-500/20 border border-green-500/30":"bg-red-500/20 border border-red-500/30"),children:[jsxRuntime.jsx("h3",{className:g("font-semibold mb-2",d.success?"text-green-400":"text-red-400"),children:d.success?"\u2713 Import Successful":"\u2717 Import Failed"}),d.success&&jsxRuntime.jsxs("div",{className:"text-sm text-white/80",children:[jsxRuntime.jsxs("div",{children:["Cards imported: ",d.cardsImported]}),jsxRuntime.jsxs("div",{children:["Columns imported: ",d.columnsImported]})]}),d.errors&&d.errors.length>0&&jsxRuntime.jsx("div",{className:"mt-2 text-sm",children:d.errors.map((x,y)=>jsxRuntime.jsxs("div",{className:"text-red-300",children:["\u2022 ",x]},y))})]})]})]})]})]})}var Sx=["URGENT","HIGH","MEDIUM","LOW"],Ex=[{value:"none",label:"None"},{value:"created",label:"Date Created"},{value:"priority",label:"Priority"},{value:"dueDate",label:"Due Date"},{value:"title",label:"Title"},{value:"estimate",label:"Estimate"}],Mx=[{value:"none",label:"No Grouping"},{value:"priority",label:"By Priority"},{value:"assignee",label:"By Assignee"},{value:"label",label:"By Label"}];function Hc({filters:e,sort:t,onFiltersChange:r,onSortChange:a,onReset:n,onFilterMyTasks:s,onFilterOverdue:o,onFilterHighPriority:c,availableUsers:l=[],availableLabels:i=[],availableColumns:d=[],showQuickFilters:u=true,compact:p=false,groupBy:m="none",onGroupByChange:f}){let[x,y]=react.useState(true),b=react.useCallback(S=>{r({search:S.target.value});},[r]),h=react.useCallback(S=>{r({dateFilter:S.target.value});},[r]),v=react.useCallback(S=>{a({by:S.target.value});},[a]),w=react.useCallback(()=>{a({order:t.order==="asc"?"desc":"asc"});},[t.order,a]),C=e.search||e.dateFilter!=="all"||e.priorities.length>0||e.assignees.length>0||e.labels.length>0||t.by!=="none";return jsxRuntime.jsxs("div",{className:`filter-bar ${p?"filter-bar--compact":""} ${x?"filter-bar--collapsed":""}`,children:[jsxRuntime.jsxs("div",{className:"filter-bar__header",onClick:()=>y(!x),style:{cursor:"pointer",display:"flex",alignItems:"center",gap:"8px",marginBottom:x?"0":"12px",padding:"4px 6px",borderRadius:"6px",transition:"all 0.2s ease"},onMouseEnter:S=>{S.currentTarget.style.backgroundColor="var(--theme-bg-tertiary)";},onMouseLeave:S=>{S.currentTarget.style.backgroundColor="transparent";},children:[jsxRuntime.jsx("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",style:{transform:x?"rotate(-90deg)":"rotate(0deg)",transition:"transform 0.2s",color:"var(--theme-text-secondary)"},children:jsxRuntime.jsx("polyline",{points:"6 9 12 15 18 9"})}),jsxRuntime.jsx("span",{className:"filter-bar__label",style:{fontWeight:500,fontSize:"0.875rem",color:"var(--theme-text-primary)"},children:"Filters & Grouping"}),C&&jsxRuntime.jsxs("span",{style:{color:"var(--theme-accent-primary)",fontSize:"0.75rem",fontWeight:600},children:["(",[e.search&&"search",e.dateFilter!=="all"&&"date",e.priorities.length>0&&"priority",e.assignees.length>0&&"assignee",e.labels.length>0&&"label",t.by!=="none"&&"sort"].filter(Boolean).length," active)"]})]}),!x&&jsxRuntime.jsxs("div",{className:"filter-bar__content",children:[u&&jsxRuntime.jsxs("div",{className:"filter-bar__quick",style:{marginBottom:"12px"},children:[jsxRuntime.jsx("span",{className:"filter-bar__label",children:"Quick:"}),s&&jsxRuntime.jsx("button",{onClick:s,className:"filter-bar__quick-btn",title:"Show only my tasks",children:"My Tasks"}),o&&jsxRuntime.jsx("button",{onClick:o,className:"filter-bar__quick-btn",title:"Show overdue tasks",children:"Overdue"}),c&&jsxRuntime.jsx("button",{onClick:c,className:"filter-bar__quick-btn",title:"Show high priority tasks",children:"High Priority"})]}),jsxRuntime.jsxs("div",{className:"filter-bar__main",children:[jsxRuntime.jsx("div",{className:"filter-bar__field",children:jsxRuntime.jsx("input",{type:"text",placeholder:"Search tasks...",value:e.search,onChange:b,className:"filter-bar__search"})}),jsxRuntime.jsx("div",{className:"filter-bar__field",children:jsxRuntime.jsxs("select",{value:e.dateFilter,onChange:h,className:"filter-bar__select",children:[jsxRuntime.jsx("option",{value:"all",children:"All Dates"}),jsxRuntime.jsx("option",{value:"overdue",children:"Overdue"}),jsxRuntime.jsx("option",{value:"today",children:"Today"}),jsxRuntime.jsx("option",{value:"this-week",children:"This Week"})]})}),jsxRuntime.jsx("div",{className:"filter-bar__field",children:jsxRuntime.jsxs("select",{value:e.priorities[0]||"all",onChange:S=>{let F=S.target.value;r({priorities:F==="all"?[]:[F]});},className:"filter-bar__select",children:[jsxRuntime.jsx("option",{value:"all",children:"All Priorities"}),Sx.map(S=>jsxRuntime.jsx("option",{value:S,children:S},S))]})}),l.length>0&&jsxRuntime.jsx("div",{className:"filter-bar__field",children:jsxRuntime.jsxs("select",{value:e.assignees[0]||"all",onChange:S=>{let F=S.target.value;r({assignees:F==="all"?[]:[F]});},className:"filter-bar__select",children:[jsxRuntime.jsx("option",{value:"all",children:"All Assignees"}),l.map(S=>jsxRuntime.jsx("option",{value:S.id,children:S.name},S.id))]})}),i.length>0&&jsxRuntime.jsx("div",{className:"filter-bar__field",children:jsxRuntime.jsxs("select",{value:e.labels[0]||"all",onChange:S=>{let F=S.target.value;r({labels:F==="all"?[]:[F]});},className:"filter-bar__select",children:[jsxRuntime.jsx("option",{value:"all",children:"All Labels"}),i.map(S=>jsxRuntime.jsx("option",{value:S,children:S},S))]})}),jsxRuntime.jsxs("div",{className:"filter-bar__field filter-bar__sort",children:[jsxRuntime.jsx("span",{className:"filter-bar__label",style:{color:"var(--theme-text-secondary)"},children:"Sort:"}),jsxRuntime.jsx("select",{value:t.by,onChange:v,className:"filter-bar__select filter-bar__select--sm",children:Ex.map(S=>jsxRuntime.jsx("option",{value:S.value,children:S.label},S.value))}),t.by!=="none"&&jsxRuntime.jsx("button",{onClick:w,className:"filter-bar__sort-toggle",title:`Sort ${t.order==="asc"?"descending":"ascending"}`,children:t.order==="asc"?"\u2191":"\u2193"})]}),f&&jsxRuntime.jsx("div",{className:"filter-bar__field",children:jsxRuntime.jsx("select",{value:m,onChange:S=>f(S.target.value),className:"filter-bar__select",style:{fontWeight:500,borderWidth:"2px"},children:Mx.map(S=>jsxRuntime.jsx("option",{value:S.value,children:S.label},S.value))})}),C&&jsxRuntime.jsx("button",{onClick:n,className:"filter-bar__reset",title:"Clear all filters",children:"Clear"})]})]})]})}function Uc({onOpenExport:e,onOpenThemes:t,onOpenShortcuts:r,className:a,viewMode:n="kanban",onExportGanttPDF:s,onExportGanttExcel:o,onExportGanttPNG:c,onExportGanttCSV:l}){let[i,d]=react.useState(false),u=react.useRef(null);react.useEffect(()=>{let m=f=>{u.current&&!u.current.contains(f.target)&&d(false);};return i&&document.addEventListener("mousedown",m),()=>{document.removeEventListener("mousedown",m);}},[i]);let p=m=>{m(),d(false);};return jsxRuntime.jsxs("div",{className:g("relative",a),ref:u,children:[jsxRuntime.jsxs("button",{onClick:()=>d(!i),className:"flex items-center gap-2 px-3 py-2 rounded-lg text-sm font-medium transition-all border",style:{backgroundColor:"var(--theme-bg-secondary)",borderColor:"var(--theme-border-primary)",color:"var(--theme-text-secondary)"},onMouseEnter:m=>{m.currentTarget.style.backgroundColor="var(--theme-bg-tertiary)",m.currentTarget.style.color="var(--theme-text-primary)";},onMouseLeave:m=>{m.currentTarget.style.backgroundColor="var(--theme-bg-secondary)",m.currentTarget.style.color="var(--theme-text-secondary)";},"aria-label":"Configuration Menu","aria-expanded":i,children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("circle",{cx:"12",cy:"12",r:"3"}),jsxRuntime.jsx("path",{d:"M12 1v6m0 6v6M5.6 5.6l4.2 4.2m4.2 4.2l4.2 4.2M1 12h6m6 0h6M5.6 18.4l4.2-4.2m4.2-4.2l4.2-4.2"})]}),jsxRuntime.jsx("span",{children:"Config"})]}),i&&jsxRuntime.jsxs("div",{className:"absolute right-0 mt-2 w-48 rounded-lg border shadow-lg overflow-hidden z-50",style:{backgroundColor:"var(--theme-bg-secondary)",borderColor:"var(--theme-border-primary)"},children:[n==="kanban"?jsxRuntime.jsxs("button",{onClick:()=>p(e),className:"w-full px-4 py-3 text-left text-sm font-medium transition-colors flex items-center gap-3",style:{color:"var(--theme-text-primary)"},onMouseEnter:m=>{m.currentTarget.style.backgroundColor="var(--theme-bg-tertiary)";},onMouseLeave:m=>{m.currentTarget.style.backgroundColor="transparent";},children:[jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:jsxRuntime.jsx("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4M7 10l5 5 5-5M12 15V3"})}),"Export"]}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("button",{onClick:()=>p(async()=>await s?.()),className:"w-full px-4 py-3 text-left text-sm font-medium transition-colors flex items-center gap-3",style:{color:"var(--theme-text-primary)"},onMouseEnter:m=>{m.currentTarget.style.backgroundColor="var(--theme-bg-tertiary)";},onMouseLeave:m=>{m.currentTarget.style.backgroundColor="transparent";},children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),jsxRuntime.jsx("polyline",{points:"14 2 14 8 20 8"}),jsxRuntime.jsx("line",{x1:"16",y1:"13",x2:"8",y2:"13"}),jsxRuntime.jsx("line",{x1:"16",y1:"17",x2:"8",y2:"17"}),jsxRuntime.jsx("polyline",{points:"10 9 9 9 8 9"})]}),"Export PDF"]}),jsxRuntime.jsxs("button",{onClick:()=>p(async()=>await o?.()),className:"w-full px-4 py-3 text-left text-sm font-medium transition-colors flex items-center gap-3",style:{color:"var(--theme-text-primary)"},onMouseEnter:m=>{m.currentTarget.style.backgroundColor="var(--theme-bg-tertiary)";},onMouseLeave:m=>{m.currentTarget.style.backgroundColor="transparent";},children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),jsxRuntime.jsx("polyline",{points:"14 2 14 8 20 8"}),jsxRuntime.jsx("line",{x1:"12",y1:"18",x2:"12",y2:"12"}),jsxRuntime.jsx("line",{x1:"9",y1:"15",x2:"15",y2:"15"})]}),"Export Excel"]}),jsxRuntime.jsxs("button",{onClick:()=>p(async()=>await c?.()),className:"w-full px-4 py-3 text-left text-sm font-medium transition-colors flex items-center gap-3",style:{color:"var(--theme-text-primary)"},onMouseEnter:m=>{m.currentTarget.style.backgroundColor="var(--theme-bg-tertiary)";},onMouseLeave:m=>{m.currentTarget.style.backgroundColor="transparent";},children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),jsxRuntime.jsx("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),jsxRuntime.jsx("polyline",{points:"21 15 16 10 5 21"})]}),"Export PNG"]}),jsxRuntime.jsxs("button",{onClick:()=>p(()=>l?.()),className:"w-full px-4 py-3 text-left text-sm font-medium transition-colors flex items-center gap-3",style:{color:"var(--theme-text-primary)"},onMouseEnter:m=>{m.currentTarget.style.backgroundColor="var(--theme-bg-tertiary)";},onMouseLeave:m=>{m.currentTarget.style.backgroundColor="transparent";},children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),jsxRuntime.jsx("polyline",{points:"14 2 14 8 20 8"}),jsxRuntime.jsx("line",{x1:"8",y1:"13",x2:"16",y2:"13"}),jsxRuntime.jsx("line",{x1:"8",y1:"17",x2:"16",y2:"17"})]}),"Export CSV"]})]}),jsxRuntime.jsxs("button",{onClick:()=>p(t),className:"w-full px-4 py-3 text-left text-sm font-medium transition-colors flex items-center gap-3",style:{color:"var(--theme-text-primary)"},onMouseEnter:m=>{m.currentTarget.style.backgroundColor="var(--theme-bg-tertiary)";},onMouseLeave:m=>{m.currentTarget.style.backgroundColor="transparent";},children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("circle",{cx:"12",cy:"12",r:"5"}),jsxRuntime.jsx("path",{d:"M12 1v6m0 6v6m8.5-8.5L17 15M7 9L3.5 5.5M7 15l-3.5 3.5M20.5 5.5L17 9m3.5 11.5L17 17"})]}),"Themes"]}),jsxRuntime.jsxs("button",{onClick:()=>p(r),className:"w-full px-4 py-3 text-left text-sm font-medium transition-colors flex items-center gap-3",style:{color:"var(--theme-text-primary)"},onMouseEnter:m=>{m.currentTarget.style.backgroundColor="var(--theme-bg-tertiary)";},onMouseLeave:m=>{m.currentTarget.style.backgroundColor="transparent";},children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}),jsxRuntime.jsx("path",{d:"M6 8h.01M10 8h.01M14 8h.01M18 8h.01M8 12h.01M12 12h.01M16 12h.01M7 16h10"})]}),"Shortcuts"]})]})]})}var Wc={name:"dark",displayName:"Dark (Enhanced)",emoji:"\u{1F319}",colors:{bgPrimary:"#222326",bgSecondary:"#2A2B2F",bgTertiary:"#33343A",bgCard:"#2d2d2d",bgHover:"#353535",bgActive:"#404040",bgInput:"#2a2a2a",textPrimary:"#F4F5F8",textSecondary:"#AEB6C0",textTertiary:"#7A7F8A",textDisabled:"#606060",textInverse:"#1a1a1a",borderPrimary:"rgba(255, 255, 255, 0.1)",borderSecondary:"rgba(255, 255, 255, 0.05)",borderDefault:"#404040",borderHover:"#505050",borderSubtle:"#2a2a2a",accentPrimary:"#5E6AD2",accentHover:"#7780DD",interactivePrimary:"#0ea5e9",interactivePrimaryHover:"#0284c7",interactivePrimaryBorder:"rgba(14, 165, 233, 0.3)",interactivePrimaryBackground:"rgba(14, 165, 233, 0.1)",interactivePrimaryBackgroundHover:"rgba(14, 165, 233, 0.2)",success:"#10B981",warning:"#F59E0B",error:"#EF4444",info:"#00E5CC",danger:"#ef4444",dangerBorder:"rgba(239, 68, 68, 0.3)",dangerBackground:"rgba(239, 68, 68, 0.1)",dangerBackgroundHover:"rgba(239, 68, 68, 0.2)"},shadows:{sm:"0 1px 2px rgba(0, 0, 0, 0.3)",md:"0 4px 12px rgba(0, 0, 0, 0.4)",lg:"0 12px 32px rgba(0, 0, 0, 0.5)"},radii:{sm:"6px",md:"8px",lg:"12px",full:"9999px"},spacing:{xs:"4px",sm:"8px",md:"16px",lg:"24px",xl:"32px"}},zc={name:"light",displayName:"Light (Standard)",emoji:"\u2600\uFE0F",colors:{bgPrimary:"#FFFFFF",bgSecondary:"#F7F7F8",bgTertiary:"#EEEFF1",bgCard:"#ffffff",bgHover:"#f3f4f6",bgActive:"#e5e7eb",bgInput:"#f9fafb",textPrimary:"#1A1A1A",textSecondary:"#5A5A5A",textTertiary:"#8A8A8A",textDisabled:"#d1d5db",textInverse:"#ffffff",borderPrimary:"rgba(0, 0, 0, 0.1)",borderSecondary:"rgba(0, 0, 0, 0.05)",borderDefault:"#e5e7eb",borderHover:"#d1d5db",borderSubtle:"#f3f4f6",accentPrimary:"#5E6AD2",accentHover:"#4A56B8",interactivePrimary:"#0ea5e9",interactivePrimaryHover:"#0284c7",interactivePrimaryBorder:"rgba(14, 165, 233, 0.3)",interactivePrimaryBackground:"rgba(14, 165, 233, 0.08)",interactivePrimaryBackgroundHover:"rgba(14, 165, 233, 0.15)",success:"#059669",warning:"#D97706",error:"#DC2626",info:"#00E5CC",danger:"#dc2626",dangerBorder:"rgba(220, 38, 38, 0.3)",dangerBackground:"rgba(220, 38, 38, 0.08)",dangerBackgroundHover:"rgba(220, 38, 38, 0.15)"},shadows:{sm:"0 1px 3px rgba(0, 0, 0, 0.12)",md:"0 4px 12px rgba(0, 0, 0, 0.15)",lg:"0 12px 32px rgba(0, 0, 0, 0.2)"},radii:{sm:"6px",md:"8px",lg:"12px",full:"9999px"},spacing:{xs:"4px",sm:"8px",md:"16px",lg:"24px",xl:"32px"}},Gc={name:"neutral",emoji:"\u26AA",displayName:"Neutral (Zen)",colors:{bgPrimary:"#FAFAF9",bgSecondary:"#F5F5F4",bgTertiary:"#E7E5E4",bgCard:"#FEFEFE",bgHover:"#F0EFEE",bgActive:"#E7E5E4",bgInput:"#FAFAF9",textPrimary:"#1C1917",textSecondary:"#57534E",textTertiary:"#A8A29E",textDisabled:"#D6D3D1",textInverse:"#FAFAF9",borderPrimary:"#E7E5E4",borderSecondary:"#F0EFEE",borderDefault:"#E7E5E4",borderHover:"#D6D3D1",borderSubtle:"#F5F5F4",accentPrimary:"#292524",accentHover:"#44403C",interactivePrimary:"#292524",interactivePrimaryHover:"#44403C",interactivePrimaryBorder:"rgba(41, 37, 36, 0.3)",interactivePrimaryBackground:"rgba(41, 37, 36, 0.06)",interactivePrimaryBackgroundHover:"rgba(41, 37, 36, 0.12)",success:"#15803D",warning:"#CA8A04",error:"#B91C1C",info:"#1D4ED8",danger:"#B91C1C",dangerBorder:"rgba(185, 28, 28, 0.3)",dangerBackground:"rgba(185, 28, 28, 0.08)",dangerBackgroundHover:"rgba(185, 28, 28, 0.15)"},shadows:{sm:"0 1px 3px rgba(0, 0, 0, 0.1)",md:"0 4px 12px rgba(0, 0, 0, 0.12)",lg:"0 12px 32px rgba(0, 0, 0, 0.15)"},radii:{sm:"6px",md:"8px",lg:"12px",full:"9999px"},spacing:{xs:"4px",sm:"8px",md:"16px",lg:"24px",xl:"32px"}},So={dark:Wc,light:zc,neutral:Gc},Vi="dark";var ji=react.createContext(void 0),Hx="asakaa-theme";function cm({children:e,defaultTheme:t=Vi,storageKey:r=Hx}){let[a,n]=react.useState(()=>{if(typeof window<"u"){let c=localStorage.getItem(r);if(c&&(c==="dark"||c==="light"||c==="neutral"))return c}return t}),s=react.useCallback(c=>{n(c),typeof window<"u"&&localStorage.setItem(r,c);},[r]);react.useEffect(()=>{if(typeof window>"u")return;let c=document.documentElement,l=So[a];Object.entries(l.colors).forEach(([d,u])=>{u&&c.style.setProperty(`--theme-${Ux(d)}`,u);}),Object.entries({bgPrimary:"--asakaa-color-background-primary",bgSecondary:"--asakaa-color-background-secondary",bgTertiary:"--asakaa-color-background-tertiary",bgCard:"--asakaa-color-background-card",bgHover:"--asakaa-color-background-hover",bgActive:"--asakaa-color-background-active",bgInput:"--asakaa-color-background-input",textPrimary:"--asakaa-color-text-primary",textSecondary:"--asakaa-color-text-secondary",textTertiary:"--asakaa-color-text-tertiary",textDisabled:"--asakaa-color-text-disabled",textInverse:"--asakaa-color-text-inverse",borderPrimary:"--asakaa-color-border-primary",borderSecondary:"--asakaa-color-border-secondary",borderDefault:"--asakaa-color-border-default",borderHover:"--asakaa-color-border-hover",borderSubtle:"--asakaa-color-border-subtle",accentPrimary:"--asakaa-color-accent-primary",accentHover:"--asakaa-color-accent-hover",interactivePrimary:"--asakaa-color-interactive-primary",interactivePrimaryHover:"--asakaa-color-interactive-primaryHover",interactivePrimaryBorder:"--asakaa-color-interactive-primaryBorder",interactivePrimaryBackground:"--asakaa-color-interactive-primaryBackground",interactivePrimaryBackgroundHover:"--asakaa-color-interactive-primaryBackgroundHover",success:"--asakaa-color-status-success",warning:"--asakaa-color-status-warning",error:"--asakaa-color-status-error",info:"--asakaa-color-status-info",danger:"--asakaa-color-danger",dangerBorder:"--asakaa-color-danger-border",dangerBackground:"--asakaa-color-danger-background",dangerBackgroundHover:"--asakaa-color-danger-backgroundHover"}).forEach(([d,u])=>{let p=l.colors[d];p&&c.style.setProperty(u,p);}),c.setAttribute("data-theme",a),c.classList.remove("theme-dark","theme-light","theme-neutral"),c.classList.add(`theme-${a}`);},[a]);let o={theme:a,setTheme:s,themes:So};return jsxRuntime.jsx(ji.Provider,{value:o,children:e})}function es(){let e=react.useContext(ji);if(!e)throw new Error("useTheme must be used within ThemeProvider");return e}function Ux(e){return e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()}function Vc({isOpen:e,onClose:t,className:r}){let{theme:a,setTheme:n}=es();return e?jsxRuntime.jsxs("div",{className:g("fixed inset-0 z-[9999] flex items-center justify-center",r),children:[jsxRuntime.jsx("div",{className:"absolute inset-0 bg-black/60 backdrop-blur-sm",onClick:t}),jsxRuntime.jsxs("div",{className:"relative rounded-2xl border shadow-2xl max-w-md w-full mx-4",style:{backgroundColor:"var(--theme-bg-secondary)",borderColor:"var(--theme-border-primary)"},children:[jsxRuntime.jsxs("div",{className:"px-6 py-5 border-b flex items-center justify-between",style:{borderColor:"var(--theme-border-primary)"},children:[jsxRuntime.jsx("h2",{className:"text-2xl font-bold",style:{color:"var(--theme-text-primary)"},children:"Select Theme"}),jsxRuntime.jsx("button",{onClick:t,className:"text-2xl leading-none p-2 hover:bg-white/10 rounded-lg transition-colors",style:{color:"var(--theme-text-secondary)"},"aria-label":"Close",children:"\xD7"})]}),jsxRuntime.jsx("div",{className:"p-6 space-y-3",children:Object.entries(So).map(([s,o])=>jsxRuntime.jsxs("button",{onClick:()=>{n(s),t();},className:g("w-full p-4 rounded-lg border-2 transition-all flex items-center gap-4",a===s?"border-[#00E5CC] bg-[#00E5CC]/20":"border-white/20 hover:border-white/40"),style:{backgroundColor:a===s?"var(--theme-accent-primary)20":"transparent"},children:[jsxRuntime.jsx("div",{className:"text-3xl",children:o.emoji}),jsxRuntime.jsxs("div",{className:"text-left flex-1",children:[jsxRuntime.jsx("div",{className:"font-semibold",style:{color:"var(--theme-text-primary)"},children:o.displayName}),jsxRuntime.jsxs("div",{className:"text-xs",style:{color:"var(--theme-text-secondary)"},children:[s==="dark"&&"Default dark theme with Linear-inspired colors",s==="light"&&"Clean light theme with high contrast",s==="neutral"&&"Monochrome zen theme"]})]}),a===s&&jsxRuntime.jsx("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"3",children:jsxRuntime.jsx("path",{d:"M20 6L9 17l-5-5"})})]},s))})]})]}):null}var lt={dark:{bgPrimary:"#050505",bgSecondary:"#0A0A0A",bgGrid:"rgba(255, 255, 255, 0.02)",bgWeekend:"rgba(17, 17, 17, 0.4)",border:"rgba(255, 255, 255, 0.08)",borderLight:"rgba(255, 255, 255, 0.05)",textPrimary:"rgba(255, 255, 255, 0.92)",textSecondary:"rgba(255, 255, 255, 0.60)",textTertiary:"rgba(255, 255, 255, 0.35)",accent:"#00E5CC",accentHover:"#5AADFF",accentLight:"rgba(0, 229, 204, 0.12)",taskBarPrimary:"#00E5CC",taskBarProgress:"#5AADFF",taskBarHandle:"#FFFFFF",dependency:"#444444",dependencyHover:"#FFFFFF",criticalPath:"#EF4444",criticalPathLight:"rgba(239, 68, 68, 0.15)",today:"#EF4444",todayLight:"rgba(239, 68, 68, 0.08)",milestone:"#FFFFFF",milestoneLight:"rgba(255, 255, 255, 0.1)",statusTodo:"#666666",statusInProgress:"#00E5CC",statusCompleted:"#10B981",hoverBg:"rgba(255, 255, 255, 0.04)",focusRing:"#00E5CC",dotGrid:"rgba(255, 255, 255, 0.05)",glassHeader:"#0A0A0A",glassToolbar:"rgba(0, 0, 0, 0.4)",forecastHud:"rgba(15, 15, 15, 0.9)",neonRedGlow:"0 0 8px rgba(239, 68, 68, 0.25)",executionBarBg:"rgba(0, 229, 204, 0.12)"},light:{bgPrimary:"#FFFFFF",bgSecondary:"#F8FAFC",bgGrid:"#F1F5F9",bgWeekend:"rgba(0, 196, 174, 0.03)",border:"#CBD5E1",borderLight:"#E2E8F0",textPrimary:"#0F172A",textSecondary:"#334155",textTertiary:"#64748B",accent:"#00E5CC",accentHover:"#1D4ED8",accentLight:"rgba(0, 196, 174, 0.08)",taskBarPrimary:"#00E5CC",taskBarProgress:"#00A893",taskBarHandle:"#FFFFFF",dependency:"#6B7280",dependencyHover:"#00E5CC",criticalPath:"#DC2626",criticalPathLight:"rgba(220, 38, 38, 0.1)",today:"#D21E24",todayLight:"rgba(210, 30, 36, 0.1)",milestone:"#F59E0B",milestoneLight:"rgba(245, 158, 11, 0.08)",statusTodo:"#64748B",statusInProgress:"#00E5CC",statusCompleted:"#059669",hoverBg:"rgba(0, 0, 0, 0.04)",focusRing:"#00E5CC",dotGrid:"rgba(0, 0, 0, 0.04)",glassHeader:"#F8FAFC",glassToolbar:"rgba(255, 255, 255, 0.85)",forecastHud:"rgba(248, 250, 252, 0.95)",neonRedGlow:"0 0 10px rgba(220, 38, 38, 0.3)",executionBarBg:"rgba(0, 196, 174, 0.28)"},neutral:{bgPrimary:"#FAFAF9",bgSecondary:"#F5F5F4",bgGrid:"#EFEDEC",bgWeekend:"rgba(41, 37, 36, 0.02)",border:"#D6D3D1",borderLight:"#E7E5E4",textPrimary:"#0C0A09",textSecondary:"#44403C",textTertiary:"#78716C",accent:"#292524",accentHover:"#44403C",accentLight:"rgba(41, 37, 36, 0.08)",taskBarPrimary:"#292524",taskBarProgress:"#1C1917",taskBarHandle:"#FFFFFF",dependency:"#78716C",dependencyHover:"#A8A29E",criticalPath:"#44403C",criticalPathLight:"rgba(68, 64, 60, 0.08)",today:"#1C1917",todayLight:"rgba(28, 25, 23, 0.06)",milestone:"#57534E",milestoneLight:"rgba(87, 83, 78, 0.08)",statusTodo:"#78716C",statusInProgress:"#292524",statusCompleted:"#15803D",hoverBg:"rgba(0, 0, 0, 0.035)",focusRing:"#292524",dotGrid:"rgba(0, 0, 0, 0.03)",glassHeader:"#F5F5F4",glassToolbar:"rgba(250, 250, 249, 0.85)",forecastHud:"rgba(245, 245, 244, 0.95)",neonRedGlow:"0 0 10px rgba(68, 64, 60, 0.3)",executionBarBg:"rgba(41, 37, 36, 0.25)"}};function dm(e="dark"){if(typeof window>"u"||typeof getComputedStyle>"u")return lt[e]||lt.dark;let t=document.documentElement,r=getComputedStyle(t),a=(s,o)=>r.getPropertyValue(s).trim()||o;return {bgPrimary:a("--theme-bg-primary",lt[e].bgPrimary),bgSecondary:a("--theme-bg-secondary",lt[e].bgSecondary),bgGrid:a("--theme-bg-card",lt[e].bgGrid),bgWeekend:a("--theme-bg-hover",lt[e].bgWeekend),border:a("--theme-border-primary",lt[e].border),borderLight:a("--theme-border-subtle",lt[e].borderLight),textPrimary:a("--theme-text-primary",lt[e].textPrimary),textSecondary:a("--theme-text-secondary",lt[e].textSecondary),textTertiary:a("--theme-text-tertiary",lt[e].textTertiary),accent:a("--theme-accent-primary",lt[e].accent),accentHover:a("--theme-accent-hover",lt[e].accentHover),accentLight:a("--theme-accent-primary",lt[e].accentLight),taskBarPrimary:a("--theme-accent-primary",lt[e].taskBarPrimary),taskBarProgress:a("--theme-accent-hover",lt[e].taskBarProgress),taskBarHandle:a("--theme-text-inverse",lt[e].taskBarHandle||"#FFFFFF"),dependency:a("--theme-border-secondary",lt[e].dependency),dependencyHover:a("--theme-border-secondary",lt[e].dependencyHover),criticalPath:a("--theme-error",lt[e].criticalPath),criticalPathLight:a("--theme-error",lt[e].criticalPathLight),today:e==="light"?a("--theme-accent-primary",lt[e].today):e==="neutral"?a("--theme-text-primary",lt[e].today):a("--theme-error",lt[e].today),todayLight:e==="light"?a("--theme-accent-primary",lt[e].todayLight):e==="neutral"?a("--theme-text-primary",lt[e].todayLight):a("--theme-error",lt[e].todayLight),milestone:a("--theme-warning",lt[e].milestone),milestoneLight:a("--theme-warning",lt[e].milestoneLight),statusTodo:a("--theme-text-tertiary",lt[e].statusTodo),statusInProgress:a("--theme-accent-primary",lt[e].statusInProgress),statusCompleted:a("--theme-success",lt[e].statusCompleted),hoverBg:a("--theme-bg-hover",lt[e].hoverBg),focusRing:a("--theme-accent-primary",lt[e].focusRing),...lt[e].dotGrid&&{dotGrid:lt[e].dotGrid},...lt[e].glassHeader&&{glassHeader:lt[e].glassHeader},...lt[e].glassToolbar&&{glassToolbar:lt[e].glassToolbar},...lt[e].forecastHud&&{forecastHud:lt[e].forecastHud},...lt[e].neonRedGlow&&{neonRedGlow:lt[e].neonRedGlow},...lt[e].executionBarBg&&{executionBarBg:lt[e].executionBarBg}}}var _i={columns:{taskName:"TASK NAME",startDate:"Start Date",endDate:"End Date",duration:"Duration",assignees:"Assignees",status:"Status",progress:"% Complete",priority:"Priority"},toolbar:{today:"Today",day:"Day",week:"Week",month:"Month",export:"Export",exportPdf:"Export to PDF",exportPng:"Export to PNG",exportCsv:"Export to CSV",exportExcel:"Export to Excel",exportMsProject:"Export to MS Project",undo:"Undo",redo:"Redo",createTask:"New Task",density:"Row Density",compact:"Compact",normal:"Normal",spacious:"Spacious",filterAll:"All",filterIncomplete:"Incomplete",filterInProgress:"In Progress",filterCompleted:"Completed",filter:"Filters",filterBy:"FILTER BY STATUS",filterAllDesc:"Show all tasks",filterIncompleteDesc:"Hide completed tasks",filterInProgressDesc:"Tasks currently being worked on",filterCompletedDesc:"Only show finished tasks",clearFilter:"Clear filter",hideCompleted:"Hide Completed Tasks",toDo:"To Do / Pending",wbsLevel:"Level",wbsAllLevels:"All",viewExecution:"Execution",viewOracle:"Pulse View",simulateScenario:"Simulate Scenario",projectForecast:"PROJECT FORECAST",expectedFinish:"Expected Finish",confidence:"Confidence",costAtCompletion:"Cost at Completion",delayLabel:"Delay",earlyLabel:"Early",onTimeLabel:"On Time",budgetOver:"Over",budgetUnder:"Under",baselines:"Baselines",visibility:"Visibility",share:"Share",copySnapshotLink:"Copy Snapshot Link",copied:"Copied!"},contextMenu:{editTask:"Edit Task",addSubtask:"Add Subtask",markIncomplete:"Mark Incomplete",setInProgress:"Set In Progress",markComplete:"Mark Complete",duplicateTask:"Duplicate Task",splitTask:"Split Task",deleteTask:"Delete Task"},actions:{edit:"Edit",delete:"Delete",duplicate:"Duplicate",addSubtask:"Add Subtask",indent:"Indent",outdent:"Outdent",moveUp:"Move Up",moveDown:"Move Down",splitTask:"Split Task",linkTasks:"Link Tasks",unlinkTasks:"Unlink Tasks"},status:{todo:"To Do",inProgress:"In Progress",completed:"Completed"},labels:{progress:"Progress",duration:"Duration",days:"days",day:"day",assigned:"Assigned",milestone:"Milestone",criticalPath:"Critical Path",subtask:"Subtask",task:"Task",noTasks:"No tasks yet",addTask:"Add task",newTask:"New Task",loading:"Loading...",error:"Error",today:"Today",week:"Week",clickToSetDates:"Click to set dates..."},ai:{placeholder:'Ask AI to edit tasks... (e.g., "Move Design to next week")',thinking:"Thinking...",suggestions:{moveTask:'Move "Task Name" to next Monday',extendTask:'Extend "Task Name" by 3 days',renameTask:'Rename "Old Name" to "New Name"',setProgress:'Set "Task Name" progress to 50%',linkTasks:'Link "Task A" to "Task B"',createTask:'Create a new task called "New Task"',deleteTask:'Delete "Task Name"',assignTask:'Assign John to "Task Name"'},errors:{taskNotFound:"Task not found",invalidDate:"Invalid date",invalidDuration:"Invalid duration",invalidProgress:"Invalid progress value",unknownCommand:"Unknown command",processingError:"Error processing command"}},export:{projectName:"Gantt Project",ganttTasks:"Gantt Tasks",taskId:"Task ID",taskName:"Task Name",startDate:"Start Date",endDate:"End Date",isMilestone:"Is Milestone",parentId:"Parent ID",yes:"Yes",no:"No",noTasksToExport:"No tasks available to export"},dateFormat:{short:"MM/dd",medium:"MMM d",long:"MMMM d, yyyy"}},um={columns:{taskName:"NOMBRE DE TAREA",startDate:"Fecha Inicio",endDate:"Fecha Fin",duration:"Duraci\xF3n",assignees:"Asignados",status:"Estado",progress:"% Completado",priority:"Prioridad"},toolbar:{today:"Hoy",day:"D\xEDa",week:"Semana",month:"Mes",export:"Exportar",exportPdf:"Exportar a PDF",exportPng:"Exportar a PNG",exportCsv:"Exportar a CSV",exportExcel:"Exportar a Excel",exportMsProject:"Exportar a MS Project",undo:"Deshacer",redo:"Rehacer",createTask:"Nueva Tarea",density:"Densidad",compact:"Compacto",normal:"Normal",spacious:"Espacioso",filterAll:"Todas",filterIncomplete:"Sin completar",filterInProgress:"En progreso",filterCompleted:"Completadas",filter:"Filtros",filterBy:"FILTRAR POR ESTADO",filterAllDesc:"Mostrar todas las tareas",filterIncompleteDesc:"Ocultar tareas completadas",filterInProgressDesc:"Tareas en las que se est\xE1 trabajando",filterCompletedDesc:"Solo mostrar tareas terminadas",clearFilter:"Limpiar filtro",hideCompleted:"Ocultar Tareas Completadas",toDo:"Por Hacer / Pendiente",wbsLevel:"Nivel",wbsAllLevels:"Todos",viewExecution:"Ejecuci\xF3n",viewOracle:"Vista Pulse",simulateScenario:"Simular Escenario",projectForecast:"PRON\xD3STICO DEL PROYECTO",expectedFinish:"Fin Estimado",confidence:"Confianza",costAtCompletion:"Costo al Completar",delayLabel:"Retraso",earlyLabel:"Adelanto",onTimeLabel:"A Tiempo",budgetOver:"Excedido",budgetUnder:"Bajo",baselines:"L\xEDneas Base",visibility:"Visibilidad",share:"Compartir",copySnapshotLink:"Copiar enlace de vista",copied:"\xA1Copiado!"},contextMenu:{editTask:"Editar Tarea",addSubtask:"Agregar Subtarea",markIncomplete:"Marcar Incompleta",setInProgress:"Marcar En Progreso",markComplete:"Marcar Completada",duplicateTask:"Duplicar Tarea",splitTask:"Dividir Tarea",deleteTask:"Eliminar Tarea"},actions:{edit:"Editar",delete:"Eliminar",duplicate:"Duplicar",addSubtask:"Agregar Subtarea",indent:"Aumentar Nivel",outdent:"Disminuir Nivel",moveUp:"Mover Arriba",moveDown:"Mover Abajo",splitTask:"Dividir Tarea",linkTasks:"Vincular Tareas",unlinkTasks:"Desvincular Tareas"},status:{todo:"Por Hacer",inProgress:"En Progreso",completed:"Completado"},labels:{progress:"Progreso",duration:"Duraci\xF3n",days:"d\xEDas",day:"d\xEDa",assigned:"Asignado",milestone:"Hito",criticalPath:"Ruta Cr\xEDtica",subtask:"Subtarea",task:"Tarea",noTasks:"Sin tareas a\xFAn",addTask:"Agregar tarea",newTask:"Nueva Tarea",loading:"Cargando...",error:"Error",today:"Hoy",week:"Semana",clickToSetDates:"Clic para establecer fechas..."},ai:{placeholder:'P\xEDdele a la IA que edite tareas... (ej: "Mover Dise\xF1o a la pr\xF3xima semana")',thinking:"Pensando...",suggestions:{moveTask:'Mover "Nombre de Tarea" al pr\xF3ximo lunes',extendTask:'Extender "Nombre de Tarea" por 3 d\xEDas',renameTask:'Renombrar "Nombre Anterior" a "Nombre Nuevo"',setProgress:'Establecer progreso de "Nombre de Tarea" al 50%',linkTasks:'Vincular "Tarea A" con "Tarea B"',createTask:'Crear una nueva tarea llamada "Nueva Tarea"',deleteTask:'Eliminar "Nombre de Tarea"',assignTask:'Asignar a Juan a "Nombre de Tarea"'},errors:{taskNotFound:"Tarea no encontrada",invalidDate:"Fecha inv\xE1lida",invalidDuration:"Duraci\xF3n inv\xE1lida",invalidProgress:"Valor de progreso inv\xE1lido",unknownCommand:"Comando desconocido",processingError:"Error procesando el comando"}},export:{projectName:"Proyecto Gantt",ganttTasks:"Tareas Gantt",taskId:"ID de Tarea",taskName:"Nombre de Tarea",startDate:"Fecha Inicio",endDate:"Fecha Fin",isMilestone:"Es Hito",parentId:"ID Padre",yes:"S\xED",no:"No",noTasksToExport:"No hay tareas disponibles para exportar"},dateFormat:{short:"dd/MM",medium:"d MMM",long:"d de MMMM de yyyy"}},jc={en:_i,es:um};function pm(e){return jc[e]||jc.en}function _c(e,t){let r=pm(e);return t?{columns:{...r.columns,...t.columns},toolbar:{...r.toolbar,...t.toolbar},contextMenu:{...r.contextMenu,...t.contextMenu},actions:{...r.actions,...t.actions},status:{...r.status,...t.status},labels:{...r.labels,...t.labels},ai:{...r.ai,...t.ai,suggestions:{...r.ai.suggestions,...t.ai?.suggestions},errors:{...r.ai.errors,...t.ai?.errors}},export:{...r.export,...t.export},dateFormat:{...r.dateFormat,...t.dateFormat}}:r}var rs=react.createContext(_i);function ja(){return react.useContext(rs)}function Gs(e,t,r="left",a=208){let[n,s]=react.useState({top:0,left:0});return react.useEffect(()=>{if(!t||!e.current)return;let o=e.current.getBoundingClientRect(),c=o.bottom+4,l;r==="right"?l=o.right-a:l=o.left;let i=8;l+a>window.innerWidth-i&&(l=window.innerWidth-i-a),l<i&&(l=i),s({top:c,left:l});},[t,r,e,a]),n}function wm({theme:e,onExportPNG:t,onExportPDF:r,onExportExcel:a,onExportCSV:n,onExportJSON:s,onExportMSProject:o}){let[c,l]=react.useState(false),[i,d]=react.useState(null),u=react.useRef(null),p=react.useRef(null),m=ja(),f=Gs(u,c,"right",176);if(react.useEffect(()=>{if(!c)return;let h=v=>{let w=v.target;u.current&&!u.current.contains(w)&&p.current&&!p.current.contains(w)&&l(false);};return document.addEventListener("mousedown",h),()=>document.removeEventListener("mousedown",h)},[c]),!(t||r||a||n||s||o))return null;let y=[{id:"png",label:"PNG",description:"Image",icon:jsxRuntime.jsx(lucideReact.FileImage,{className:"w-4 h-4"}),handler:t},{id:"pdf",label:"PDF",description:"Document",icon:jsxRuntime.jsx(lucideReact.FileText,{className:"w-4 h-4"}),handler:r},{id:"excel",label:"Excel",description:"Spreadsheet",icon:jsxRuntime.jsx(lucideReact.FileSpreadsheet,{className:"w-4 h-4"}),handler:a},{id:"csv",label:"CSV",description:"Comma-separated",icon:jsxRuntime.jsx(lucideReact.FileText,{className:"w-4 h-4"}),handler:n},{id:"json",label:"JSON",description:"Data",icon:jsxRuntime.jsx(lucideReact.FileJson,{className:"w-4 h-4"}),handler:s},{id:"msproject",label:"MS Project",description:"XML",icon:jsxRuntime.jsx(lucideReact.FolderKanban,{className:"w-4 h-4"}),handler:o}].filter(h=>h.handler),b=async(h,v)=>{if(v){d(h);try{await v();}catch(w){console.error(`Export ${h} failed:`,w);}finally{d(null),l(false);}}};return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs(framerMotion.motion.button,{ref:u,onClick:()=>l(!c),className:"flex items-center gap-2 px-3 py-1.5 rounded-lg text-[11px] transition-all",style:{backgroundColor:c?e.accent:e.bgSecondary,border:`1px solid ${c?e.accent:e.borderLight}`,color:c?"#FFFFFF":e.textSecondary,fontFamily:"Inter, sans-serif",fontWeight:500},whileHover:{scale:1.02,backgroundColor:e.accent,color:"#FFFFFF"},whileTap:{scale:.98},children:[jsxRuntime.jsx(lucideReact.Download,{className:"w-3.5 h-3.5"}),jsxRuntime.jsx("span",{children:m.toolbar.export}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:"w-3 h-3 transition-transform",style:{transform:c?"rotate(180deg)":"rotate(0deg)"}})]}),reactDom.createPortal(jsxRuntime.jsx(framerMotion.AnimatePresence,{children:c&&jsxRuntime.jsx(framerMotion.motion.div,{ref:p,initial:{opacity:0,y:-8,scale:.95},animate:{opacity:1,y:0,scale:1},exit:{opacity:0,y:-8,scale:.95},transition:{duration:.15,ease:"easeOut"},className:"fixed w-44 rounded-xl overflow-hidden",style:{top:f.top,left:f.left,zIndex:99999,backgroundColor:e.bgPrimary==="#050505"?"rgba(10, 10, 10, 0.95)":e.bgSecondary,border:`1px solid ${e.bgPrimary==="#050505"?"rgba(255,255,255,0.08)":e.border}`,boxShadow:e.bgPrimary==="#050505"?"0 8px 32px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255,255,255,0.04)":"0 10px 40px rgba(0, 0, 0, 0.12)",backdropFilter:"blur(16px)"},children:jsxRuntime.jsx("div",{className:"py-1",children:y.map((h,v)=>jsxRuntime.jsxs(framerMotion.motion.button,{onClick:()=>b(h.id,h.handler),disabled:i!==null,className:"w-full flex items-center gap-2.5 px-3 py-2 text-left transition-all",style:{backgroundColor:"transparent",borderBottom:v<y.length-1?`1px solid ${e.bgPrimary==="#050505"?"rgba(255,255,255,0.06)":e.borderLight}`:"none",fontFamily:"Inter, sans-serif"},whileHover:{backgroundColor:e.bgPrimary==="#050505"?"rgba(255,255,255,0.06)":e.hoverBg},initial:{opacity:0,x:-10},animate:{opacity:1,x:0},transition:{delay:v*.03},children:[jsxRuntime.jsx("div",{className:"flex items-center justify-center w-7 h-7 rounded-md",style:{backgroundColor:e.accentLight,color:e.accent},children:i===h.id?jsxRuntime.jsx(framerMotion.motion.div,{animate:{rotate:360},transition:{duration:1,repeat:1/0,ease:"linear"},children:jsxRuntime.jsx(lucideReact.Download,{className:"w-3.5 h-3.5"})}):h.icon}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("div",{className:"text-[11px] font-medium truncate",style:{color:e.textPrimary},children:h.label}),jsxRuntime.jsx("div",{className:"text-[9px] truncate",style:{color:e.textTertiary},children:h.description})]})]},h.id))})})}),document.body)]})}function gm({theme:e,onExportPNG:t,onExportPDF:r,onExportExcel:a,onExportMSProject:n,onCopySnapshotLink:s}){let[o,c]=react.useState(false),[l,i]=react.useState(null),[d,u]=react.useState(false),p=react.useRef(null),m=react.useRef(null),f=ja(),x=Gs(p,o,"right",224),y=e.bgPrimary==="#050505"||(e.bgPrimary||"").charAt(1)==="0",b=f.toolbar.visibility==="Visibilidad";react.useEffect(()=>{if(!o)return;let C=S=>{let F=S.target;p.current&&!p.current.contains(F)&&m.current&&!m.current.contains(F)&&c(false);};return document.addEventListener("mousedown",C),()=>document.removeEventListener("mousedown",C)},[o]);let h=[{id:"png",label:f.toolbar.exportPng,icon:jsxRuntime.jsx(lucideReact.FileImage,{className:"w-3.5 h-3.5"}),handler:t},{id:"pdf",label:f.toolbar.exportPdf,icon:jsxRuntime.jsx(lucideReact.FileText,{className:"w-3.5 h-3.5"}),handler:r},{id:"excel",label:f.toolbar.exportExcel,icon:jsxRuntime.jsx(lucideReact.FileSpreadsheet,{className:"w-3.5 h-3.5"}),handler:a},{id:"msproject",label:f.toolbar.exportMsProject,icon:jsxRuntime.jsx(lucideReact.FolderKanban,{className:"w-3.5 h-3.5"}),handler:n}].filter(C=>C.handler),v=async(C,S)=>{if(S){i(C);try{await S();}catch(F){console.error(`Export ${C} failed:`,F);}finally{i(null),c(false);}}},w=()=>{s?.(),u(true),setTimeout(()=>u(false),2e3);};return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(framerMotion.motion.button,{ref:p,onClick:()=>c(!o),className:"flex items-center justify-center w-8 h-8 rounded-lg",style:{color:o?e.accent:e.textTertiary,backgroundColor:o?e.accentLight:"transparent"},whileHover:{color:e.textPrimary,backgroundColor:e.hoverBg},title:f.toolbar.share,children:jsxRuntime.jsx(lucideReact.Share2,{className:"w-4 h-4"})}),reactDom.createPortal(jsxRuntime.jsx(framerMotion.AnimatePresence,{children:o&&jsxRuntime.jsxs(framerMotion.motion.div,{ref:m,initial:{opacity:0,y:-8,scale:.95},animate:{opacity:1,y:0,scale:1},exit:{opacity:0,y:-8,scale:.95},transition:{duration:.15,ease:"easeOut"},className:"fixed w-56 rounded-xl overflow-hidden",style:{top:x.top,left:x.left,zIndex:99999,backgroundColor:y?"rgba(10, 10, 10, 0.95)":e.bgSecondary||"#F8FAFC",border:`1px solid ${y?"rgba(255,255,255,0.08)":e.border||"#CBD5E1"}`,boxShadow:y?"0 8px 32px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255,255,255,0.04)":"0 10px 40px rgba(0, 0, 0, 0.12)",backdropFilter:"blur(16px)"},children:[h.length>0&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"px-3 pt-2.5 pb-1.5",children:jsxRuntime.jsx("span",{className:"text-[10px] font-medium uppercase tracking-[0.1em]",style:{color:y?"rgba(255,255,255,0.35)":e.textTertiary},children:b?"EXPORTAR":"EXPORT"})}),jsxRuntime.jsx("div",{className:"py-0.5",children:h.map((C,S)=>jsxRuntime.jsxs(framerMotion.motion.button,{onClick:()=>v(C.id,C.handler),disabled:l!==null,className:"w-full flex items-center gap-2.5 px-3 py-2 text-[11px] transition-colors",style:{color:y?"rgba(255,255,255,0.85)":"#111827"},whileHover:{backgroundColor:e.hoverBg},initial:{opacity:0,x:-10},animate:{opacity:1,x:0},transition:{delay:S*.03},children:[jsxRuntime.jsx("div",{className:"flex items-center justify-center w-7 h-7 rounded-md flex-shrink-0",style:{backgroundColor:e.accentLight,color:e.accent},children:l===C.id?jsxRuntime.jsx(framerMotion.motion.div,{animate:{rotate:360},transition:{duration:1,repeat:1/0,ease:"linear"},children:jsxRuntime.jsx(lucideReact.Download,{className:"w-3.5 h-3.5"})}):C.icon}),jsxRuntime.jsx("span",{className:"flex-1 text-left",children:C.label})]},C.id))})]}),h.length>0&&s&&jsxRuntime.jsx("div",{className:"mx-3 h-px",style:{backgroundColor:y?"rgba(255,255,255,0.06)":e.borderLight}}),s&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"px-3 pt-2.5 pb-1.5",children:jsxRuntime.jsx("span",{className:"text-[10px] font-medium uppercase tracking-[0.1em]",style:{color:y?"rgba(255,255,255,0.35)":e.textTertiary},children:b?"COMPARTIR":"SHARE"})}),jsxRuntime.jsx("div",{className:"py-0.5 pb-1.5",children:jsxRuntime.jsxs(framerMotion.motion.button,{onClick:w,className:"w-full flex items-center gap-2.5 px-3 py-2 text-[11px] transition-colors",style:{color:y?"rgba(255,255,255,0.85)":"#111827"},whileHover:{backgroundColor:e.hoverBg},initial:{opacity:0,x:-10},animate:{opacity:1,x:0},transition:{delay:h.length*.03},children:[jsxRuntime.jsx("div",{className:"flex items-center justify-center w-7 h-7 rounded-md flex-shrink-0",style:{backgroundColor:d?"rgba(34,197,94,0.15)":e.accentLight,color:d?"#22C55E":e.accent},children:d?jsxRuntime.jsx(lucideReact.Check,{className:"w-3.5 h-3.5"}):jsxRuntime.jsx(lucideReact.Link2,{className:"w-3.5 h-3.5"})}),jsxRuntime.jsx("span",{className:"flex-1 text-left",children:d?f.toolbar.copied:f.toolbar.copySnapshotLink})]})})]})]})}),document.body)]})}function lv({options:e,value:t,onChange:r,theme:a,layoutId:n="activeSegment"}){return jsxRuntime.jsx("div",{className:"inline-flex p-1 rounded-lg relative",style:{backgroundColor:a.bgSecondary,border:`1px solid ${a.borderLight}`},children:e.map(s=>{let o=t===s.value;return jsxRuntime.jsxs(framerMotion.motion.button,{onClick:()=>r(s.value),className:"relative px-3 py-1.5 rounded-md text-[11px] transition-all flex items-center gap-1.5 min-w-[70px] justify-center",style:{color:o?a.textPrimary:a.textTertiary,fontFamily:"Inter, sans-serif",fontWeight:o?600:500,zIndex:o?2:1},whileHover:{scale:1.02},whileTap:{scale:.98},children:[o&&jsxRuntime.jsx(framerMotion.motion.div,{layoutId:n,className:"absolute inset-0 rounded-md",style:{backgroundColor:a.accent,boxShadow:"0 1px 3px rgba(0, 0, 0, 0.1)"},transition:{type:"spring",stiffness:400,damping:30}}),s.icon&&jsxRuntime.jsx("span",{className:"relative z-10",style:{color:o?"#FFFFFF":a.textTertiary},children:s.icon}),jsxRuntime.jsx("span",{className:"relative z-10",style:{color:o?"#FFFFFF":a.textTertiary},children:s.label})]},s.value)})})}function cv({options:e,value:t,onChange:r,theme:a}){return jsxRuntime.jsx("div",{className:"inline-flex items-center gap-1",children:e.map(n=>{let s=t===n.value;return jsxRuntime.jsxs(framerMotion.motion.button,{onClick:()=>r(n.value),className:"relative px-3 py-1.5 text-[11px] transition-all",style:{color:s?a.accent:a.textTertiary,fontFamily:"Inter, sans-serif",fontWeight:s?600:500},whileHover:{color:s?a.accent:a.textSecondary},whileTap:{scale:.98},children:[jsxRuntime.jsx("span",{children:n.label}),s&&jsxRuntime.jsx(framerMotion.motion.div,{layoutId:"timeScaleUnderline",className:"absolute bottom-0 left-1 right-1 h-0.5 rounded-full",style:{backgroundColor:a.accent},transition:{type:"spring",stiffness:400,damping:30}})]},n.value)})})}function fm({theme:e,value:t,onChange:r,maxDepth:a}){let[n,s]=react.useState(false),o=react.useRef(null),c=react.useRef(null),l=ja(),i=Gs(o,n,"left");react.useEffect(()=>{if(!n)return;let p=m=>{let f=m.target;o.current&&!o.current.contains(f)&&c.current&&!c.current.contains(f)&&s(false);};return document.addEventListener("mousedown",p),()=>document.removeEventListener("mousedown",p)},[n]);let d=[{value:"all",label:l.toolbar.wbsAllLevels||"All"},...Array.from({length:Math.min(a,5)},(p,m)=>({value:m+1,label:`L${m+1}`}))],u=t==="all"?l.toolbar.wbsAllLevels||"All":`L${t}`;return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs(framerMotion.motion.button,{ref:o,onClick:()=>s(!n),className:"flex items-center gap-1.5 px-2 py-1.5 rounded-lg transition-all",style:{backgroundColor:n?e.accentLight:e.bgSecondary,border:`1px solid ${n?e.accent:e.borderLight}`,color:n?e.accent:e.textSecondary},whileHover:{backgroundColor:e.hoverBg,scale:1.02},whileTap:{scale:.98},title:`${l.toolbar.wbsLevel||"Level"}: ${u}`,children:[jsxRuntime.jsx(lucideReact.Layers,{className:"w-3.5 h-3.5"}),jsxRuntime.jsx("span",{className:"text-[11px] font-medium",style:{fontFamily:"'JetBrains Mono', monospace"},children:u})]}),reactDom.createPortal(jsxRuntime.jsx(framerMotion.AnimatePresence,{children:n&&jsxRuntime.jsx(framerMotion.motion.div,{ref:c,initial:{opacity:0,y:-8,scale:.95},animate:{opacity:1,y:0,scale:1},exit:{opacity:0,y:-8,scale:.95},transition:{duration:.15,ease:"easeOut"},className:"fixed w-24 rounded-xl overflow-hidden",style:{top:i.top,left:i.left,zIndex:99999,backgroundColor:e.bgPrimary==="#050505"?"rgba(10, 10, 10, 0.95)":e.bgSecondary,border:`1px solid ${e.bgPrimary==="#050505"?"rgba(255,255,255,0.08)":e.border}`,boxShadow:e.bgPrimary==="#050505"?"0 8px 32px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255,255,255,0.04)":"0 10px 40px rgba(0, 0, 0, 0.12)",backdropFilter:"blur(16px)"},children:jsxRuntime.jsx("div",{className:"py-1",children:d.map((p,m)=>{let f=t===p.value;return jsxRuntime.jsxs(framerMotion.motion.button,{onClick:()=>{r(p.value),s(false);},className:"w-full flex items-center justify-between px-3 py-2 text-left transition-all",style:{backgroundColor:f?e.accentLight:"transparent",borderBottom:m<d.length-1?`1px solid ${e.bgPrimary==="#050505"?"rgba(255,255,255,0.06)":e.borderLight}`:"none"},whileHover:{backgroundColor:f?e.accentLight:e.bgPrimary==="#050505"?"rgba(255,255,255,0.06)":e.hoverBg},initial:{opacity:0,x:-10},animate:{opacity:1,x:0},transition:{delay:m*.03},children:[jsxRuntime.jsx("span",{className:"text-[11px]",style:{color:f?e.accent:e.textPrimary,fontFamily:"'JetBrains Mono', monospace",fontWeight:f?600:500},children:p.label}),f&&jsxRuntime.jsx(lucideReact.Check,{className:"w-3.5 h-3.5",style:{color:e.accent}})]},String(p.value))})})})}),document.body)]})}function bm({theme:e,value:t,onChange:r,hideCompleted:a=false,onHideCompletedChange:n}){let[s,o]=react.useState(false),c=react.useRef(null),l=react.useRef(null),i=ja(),d=Gs(c,s,"left");react.useEffect(()=>{if(!s)return;let f=setTimeout(()=>{let x=b=>{let h=b.target;c.current&&!c.current.contains(h)&&l.current&&!l.current.contains(h)&&o(false);},y=b=>{b.key==="Escape"&&o(false);};document.addEventListener("mousedown",x),document.addEventListener("keydown",y),l._cleanup=()=>{document.removeEventListener("mousedown",x),document.removeEventListener("keydown",y);};},100);return ()=>{clearTimeout(f),l._cleanup&&l._cleanup();}},[s]);let u=[{value:"all",label:i.toolbar.filterAll||"Show All",icon:jsxRuntime.jsx("div",{className:"w-3.5 h-3.5 rounded-full border-2 border-[#00E5CC] bg-[#00E5CC]"}),color:"text-[#00E5CC]"},{value:"completed",label:i.toolbar.filterCompleted||"Completed",icon:jsxRuntime.jsx(lucideReact.CheckCircle2,{className:"w-3.5 h-3.5"}),color:"text-green-500"},{value:"in_progress",label:i.toolbar.filterInProgress||"In Progress",icon:jsxRuntime.jsx(lucideReact.PlayCircle,{className:"w-3.5 h-3.5"}),color:"text-[#00E5CC]"},{value:"incomplete",label:i.toolbar.toDo||"To Do / Pending",icon:jsxRuntime.jsx(lucideReact.Circle,{className:"w-3.5 h-3.5"}),color:"text-gray-400"}],p=t!=="all"||a,m=e.bgPrimary==="#0F1117"||e.bgPrimary==="#0a0a0a"||e.bgPrimary==="#050505"||e.textPrimary==="#FFFFFF";return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs(framerMotion.motion.button,{ref:c,onClick:f=>{f.stopPropagation(),o(x=>!x);},className:"flex items-center gap-2 px-3 py-1.5 rounded-lg text-[11px] transition-all",style:{backgroundColor:p?m?"rgba(0, 229, 204, 0.2)":"rgb(239 246 255)":s?e.hoverBg:e.bgSecondary,border:`1px solid ${p?m?"rgba(0, 229, 204, 0.5)":"rgb(191 219 254)":e.borderLight}`,color:p?"#00E5CC":e.textSecondary,fontFamily:"Inter, sans-serif",fontWeight:500},whileHover:{backgroundColor:e.hoverBg,scale:1.02},whileTap:{scale:.98},children:[jsxRuntime.jsx(lucideReact.Filter,{className:"w-4 h-4"}),jsxRuntime.jsx("span",{children:i.toolbar.filter||"Filters"}),p&&jsxRuntime.jsx("span",{className:"w-2 h-2 rounded-full",style:{backgroundColor:"#00E5CC"}})]}),reactDom.createPortal(jsxRuntime.jsx(framerMotion.AnimatePresence,{children:s&&jsxRuntime.jsxs(framerMotion.motion.div,{ref:l,initial:{opacity:0,y:-8,scale:.95},animate:{opacity:1,y:0,scale:1},exit:{opacity:0,y:-8,scale:.95},transition:{duration:.15,ease:"easeOut"},className:"fixed w-56 rounded-xl overflow-hidden",style:{top:d.top,left:d.left,zIndex:99999,backgroundColor:m?"rgba(10, 10, 10, 0.95)":"#FFFFFF",border:`1px solid ${m?"rgba(255,255,255,0.08)":"rgb(229 231 235)"}`,boxShadow:m?"0 8px 32px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255,255,255,0.04)":"0 10px 40px rgba(0, 0, 0, 0.12)",backdropFilter:"blur(16px)"},children:[jsxRuntime.jsx("div",{className:"px-3 py-2 border-b",style:{borderColor:m?"rgba(255,255,255,0.06)":"rgb(229 231 235)"},children:jsxRuntime.jsx("span",{className:"text-[10px] font-medium uppercase tracking-[0.1em]",style:{color:m?"rgba(255,255,255,0.35)":"#9CA3AF",fontFamily:"Inter, sans-serif"},children:i.toolbar.filterBy||"FILTER BY STATUS"})}),jsxRuntime.jsx("div",{className:"py-1",children:u.map(f=>{let x=t===f.value&&!a,y=()=>f.value==="all"?x?jsxRuntime.jsx("div",{className:"w-3.5 h-3.5 rounded-full border-2 border-[#00E5CC] bg-[#00E5CC]"}):jsxRuntime.jsx("div",{className:"w-3.5 h-3.5 rounded-full border-2 border-gray-400"}):f.icon;return jsxRuntime.jsxs(framerMotion.motion.button,{onClick:()=>{r(f.value),n&&n(false),o(false);},className:"w-full flex items-center gap-2.5 px-3 py-2 text-[11px] transition-colors",style:{backgroundColor:x?m?"rgba(255,255,255,0.05)":"rgb(249 250 251)":"transparent",fontFamily:"Inter, sans-serif"},whileHover:{backgroundColor:m?"rgba(255,255,255,0.06)":"rgb(243 244 246)"},children:[jsxRuntime.jsx("span",{className:`${x?f.color:"text-gray-400"} flex-shrink-0`,children:y()}),jsxRuntime.jsx("span",{className:"flex-1 text-left whitespace-nowrap font-medium",style:{color:m?"rgba(255,255,255,0.85)":"#111827"},children:f.label}),x&&jsxRuntime.jsx(lucideReact.Check,{className:"w-3.5 h-3.5 flex-shrink-0",style:{color:"#00E5CC"}})]},f.value)})}),jsxRuntime.jsx("div",{className:"mx-3 h-px",style:{backgroundColor:m?"rgba(255,255,255,0.06)":"rgb(229 231 235)"}}),n&&jsxRuntime.jsx("div",{className:"py-1",children:jsxRuntime.jsxs(framerMotion.motion.button,{onClick:()=>{n(!a),a||r("all"),o(false);},className:"w-full flex items-center gap-2.5 px-3 py-2 text-[11px] transition-colors",style:{backgroundColor:a?m?"rgba(255,255,255,0.05)":"rgb(249 250 251)":"transparent",fontFamily:"Inter, sans-serif"},whileHover:{backgroundColor:m?"rgba(255,255,255,0.06)":"rgb(243 244 246)"},children:[jsxRuntime.jsx(lucideReact.EyeOff,{className:"w-3.5 h-3.5 flex-shrink-0",style:{color:a?"#00E5CC":m?"rgba(255,255,255,0.35)":"#9CA3AF"}}),jsxRuntime.jsx("span",{className:"flex-1 text-left whitespace-nowrap font-medium",style:{color:m?"rgba(255,255,255,0.85)":"#111827"},children:i.toolbar.hideCompleted||"Hide Completed Tasks"}),a&&jsxRuntime.jsx(lucideReact.Check,{className:"w-3.5 h-3.5 flex-shrink-0",style:{color:"#00E5CC"}})]})})]})}),document.body)]})}function dv({value:e,onChange:t,theme:r}){let a=ja(),n=r.bgPrimary==="#050505"||r.textPrimary==="#FFFFFF",s=[{value:"day",label:a.toolbar.day.charAt(0).toUpperCase()},{value:"week",label:a.toolbar.week.charAt(0).toUpperCase()},{value:"month",label:a.toolbar.month.charAt(0).toUpperCase()}];return jsxRuntime.jsx("div",{className:"inline-flex items-center rounded-full p-0.5",style:{backgroundColor:n?"#000000":r.bgSecondary,border:`1px solid ${n?"rgba(255,255,255,0.1)":r.border}`},children:s.map(o=>{let c=e===o.value;return jsxRuntime.jsx(framerMotion.motion.button,{onClick:()=>t(o.value),className:"relative px-3 py-1 text-[11px] font-medium rounded-full transition-colors",style:{color:c?n?"#FFFFFF":r.textPrimary:r.textTertiary,fontFamily:"Inter, sans-serif",backgroundColor:c?n?"rgba(255,255,255,0.1)":"rgba(0,0,0,0.06)":"transparent"},whileHover:{color:n?"#FFFFFF":r.textPrimary},whileTap:{scale:.95},children:o.label},o.value)})})}function uv({theme:e,forecast:t}){let r=ja(),a=e.bgPrimary==="#050505"||e.textPrimary==="#FFFFFF",n=t?.expectedFinish?t.expectedFinish.toLocaleDateString(void 0,{month:"short",day:"numeric"}):"\u2014",s=t?.delayDays,o=s!=null,c=s!=null?s>0?`+${s}d ${r.toolbar.delayLabel}`:s<0?`${s}d ${r.toolbar.earlyLabel}`:r.toolbar.onTimeLabel:null,l=s!=null&&s>0?{bg:a?"rgba(239,68,68,0.15)":"rgba(220,38,38,0.1)",text:a?"#EF4444":"#DC2626"}:s!=null&&s<0?{bg:a?"rgba(34,197,94,0.15)":"rgba(22,163,74,0.1)",text:a?"#22C55E":"#16A34A"}:{bg:a?"rgba(255,255,255,0.06)":"rgba(0,0,0,0.05)",text:e.textTertiary},i=t?.confidencePercent,d=i!=null?i>=75?"#22C55E":i>=40?"#F59E0B":"#EF4444":e.textTertiary,u=t?.costAtCompletion,p=t?.currency||"$",m=u!=null?u>=1e6?`${p}${(u/1e6).toFixed(2)}M`:u>=1e3?`${p}${(u/1e3).toFixed(1)}K`:`${p}${u.toFixed(0)}`:"\u2014",f=t?.budgetVariancePercent,x=f!=null&&f!==0,y=f!=null?f>0?`+${f.toFixed(0)}% ${r.toolbar.budgetOver}`:`${f.toFixed(0)}% ${r.toolbar.budgetUnder}`:null,b=f!=null&&f>0?{bg:a?"rgba(239,68,68,0.15)":"rgba(220,38,38,0.1)",text:a?"#EF4444":"#DC2626"}:f!=null&&f<0?{bg:a?"rgba(34,197,94,0.15)":"rgba(22,163,74,0.1)",text:a?"#22C55E":"#16A34A"}:{bg:"transparent",text:e.textTertiary};return jsxRuntime.jsxs("div",{className:"h-12 px-4 flex items-center justify-between border-b",style:{backgroundColor:e.forecastHud||(a?"rgba(15,15,15,0.9)":"rgba(248,250,252,0.95)"),borderColor:e.borderLight,backdropFilter:"blur(12px)"},children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-6",children:[jsxRuntime.jsx("span",{className:"text-[9px] uppercase tracking-[0.15em]",style:{color:e.textTertiary,fontFamily:"'JetBrains Mono', monospace",fontWeight:500},children:r.toolbar.projectForecast}),jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("span",{className:"text-[13px] font-semibold",style:{color:e.textPrimary,fontFamily:"Inter, sans-serif"},children:[r.toolbar.expectedFinish,": ",n]}),o&&c&&jsxRuntime.jsx("span",{className:"px-1.5 py-0.5 rounded text-[10px] font-medium",style:{backgroundColor:l.bg,color:l.text,fontFamily:"'JetBrains Mono', monospace"},children:c})]})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-6",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("span",{className:"text-[11px]",style:{color:e.textTertiary,fontFamily:"Inter, sans-serif"},children:[r.toolbar.confidence,":"]}),jsxRuntime.jsx("span",{className:"text-[13px] font-semibold",style:{color:d,fontFamily:"'JetBrains Mono', monospace"},children:i!=null?`${i.toFixed(0)}%`:"\u2014"})]}),jsxRuntime.jsx("div",{className:"w-px h-5",style:{backgroundColor:a?"rgba(255,255,255,0.08)":e.borderLight}}),jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("span",{className:"text-[11px]",style:{color:e.textTertiary,fontFamily:"Inter, sans-serif"},children:[r.toolbar.costAtCompletion,":"]}),jsxRuntime.jsx("span",{className:"text-[13px] font-bold",style:{color:e.textPrimary,fontFamily:"'JetBrains Mono', monospace"},children:m}),x&&y&&jsxRuntime.jsx("span",{className:"px-1.5 py-0.5 rounded text-[10px] font-medium",style:{backgroundColor:b.bg,color:b.text,fontFamily:"'JetBrains Mono', monospace"},children:y})]})]})]})}function pv({theme:e,showCriticalPath:t,onShowCriticalPathChange:r,showBaseline:a,onShowBaselineChange:n,highlightWeekends:s,onHighlightWeekendsChange:o,showDependencies:c,onShowDependenciesChange:l,rowDensity:i,onRowDensityChange:d,hasDependencies:u=true}){let[p,m]=react.useState(false),f=react.useRef(null),x=react.useRef(null),y=ja(),b=Gs(f,p,"right",208),h=e.bgPrimary==="#050505"||(e.bgPrimary||"").charAt(1)==="0";react.useEffect(()=>{if(!p)return;let S=F=>{let k=F.target;f.current&&!f.current.contains(k)&&x.current&&!x.current.contains(k)&&m(false);};return document.addEventListener("mousedown",S),()=>document.removeEventListener("mousedown",S)},[p]);let v=y.toolbar.visibility==="Visibilidad",w=[{key:"criticalPath",label:v?"Ruta Cr\xEDtica":"Critical Path",icon:lucideReact.Zap,active:t,onChange:r,disabled:!u,tooltip:u?void 0:v?"Agrega dependencias entre tareas para ver la ruta cr\xEDtica":"Add dependencies between tasks to see the critical path"},{key:"baselines",label:v?"L\xEDneas Base":"Baselines",icon:lucideReact.Layers,active:a,onChange:n},{key:"weekends",label:v?"Fines de Semana":"Weekends",icon:lucideReact.CalendarDays,active:s,onChange:o},{key:"dependencies",label:v?"Dependencias":"Dependencies",icon:lucideReact.GitBranch,active:c,onChange:l}],C=[{value:"compact",label:y.toolbar.visibility==="Visibilidad"?"Compacto":"Compact"},{value:"comfortable",label:"Normal"},{value:"spacious",label:y.toolbar.visibility==="Visibilidad"?"Amplio":"Spacious"}];return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(framerMotion.motion.button,{ref:f,onClick:()=>m(!p),className:"flex items-center justify-center w-8 h-8 rounded-lg",style:{color:p?e.accent:e.textTertiary,backgroundColor:p?e.accentLight:"transparent"},whileHover:{color:e.textPrimary,backgroundColor:e.hoverBg},title:y.toolbar.visibility,children:jsxRuntime.jsx(lucideReact.Eye,{className:"w-4 h-4"})}),reactDom.createPortal(jsxRuntime.jsx(framerMotion.AnimatePresence,{children:p&&jsxRuntime.jsxs(framerMotion.motion.div,{ref:x,initial:{opacity:0,y:-8,scale:.95},animate:{opacity:1,y:0,scale:1},exit:{opacity:0,y:-8,scale:.95},transition:{duration:.15,ease:"easeOut"},className:"fixed w-52 rounded-xl overflow-hidden",style:{top:b.top,left:b.left,zIndex:99999,backgroundColor:h?"rgba(10, 10, 10, 0.95)":e.bgSecondary||"#F8FAFC",border:`1px solid ${h?"rgba(255,255,255,0.08)":e.border||"#CBD5E1"}`,boxShadow:h?"0 8px 32px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255,255,255,0.04)":"0 10px 40px rgba(0, 0, 0, 0.12)",backdropFilter:"blur(16px)"},children:[jsxRuntime.jsx("div",{className:"px-3 pt-2.5 pb-1.5",children:jsxRuntime.jsx("span",{className:"text-[10px] font-medium uppercase tracking-[0.1em]",style:{color:h?"rgba(255,255,255,0.35)":e.textTertiary},children:y.toolbar.visibility==="Visibilidad"?"OPCIONES DE VISTA":"DISPLAY OPTIONS"})}),jsxRuntime.jsx("div",{className:"py-0.5",children:w.map((S,F)=>{let k=S.icon,N=S.disabled,P=S.tooltip;return jsxRuntime.jsxs(framerMotion.motion.button,{onClick:()=>!N&&S.onChange?.(!S.active),className:"w-full flex items-center gap-2.5 px-3 py-2 text-[11px] transition-colors",style:{color:N?h?"rgba(255,255,255,0.3)":"#9CA3AF":h?"rgba(255,255,255,0.85)":"#111827",cursor:N?"not-allowed":"pointer"},whileHover:N?{}:{backgroundColor:e.hoverBg},initial:{opacity:0,x:-10},animate:{opacity:1,x:0},transition:{delay:F*.03},title:P,children:[jsxRuntime.jsx(k,{className:"w-3.5 h-3.5 flex-shrink-0",style:{color:N?h?"rgba(255,255,255,0.2)":"#D1D5DB":S.active?e.accent||"#00E5CC":e.textTertiary}}),jsxRuntime.jsx("span",{className:"flex-1 text-left",children:S.label}),S.active&&!N&&jsxRuntime.jsx(lucideReact.Check,{className:"w-3.5 h-3.5",style:{color:e.accent||"#00E5CC"}})]},S.key)})}),jsxRuntime.jsx("div",{className:"mx-3 h-px",style:{backgroundColor:h?"rgba(255,255,255,0.06)":e.borderLight}}),jsxRuntime.jsxs("div",{className:"py-0.5",children:[jsxRuntime.jsx("div",{className:"px-3 pt-2 pb-1",children:jsxRuntime.jsx("span",{className:"text-[10px] font-medium uppercase tracking-[0.1em]",style:{color:h?"rgba(255,255,255,0.35)":e.textTertiary},children:y.toolbar.visibility==="Visibilidad"?"DENSIDAD":"DENSITY"})}),C.map((S,F)=>{let k=i===S.value;return jsxRuntime.jsxs(framerMotion.motion.button,{onClick:()=>d(S.value),className:"w-full flex items-center justify-between px-3 py-2 text-[11px] transition-colors",style:{color:h?"rgba(255,255,255,0.85)":"#111827"},whileHover:{backgroundColor:e.hoverBg},initial:{opacity:0,x:-10},animate:{opacity:1,x:0},transition:{delay:(w.length+F)*.03},children:[jsxRuntime.jsx("span",{style:{color:k?e.accent||"#00E5CC":h?"rgba(255,255,255,0.85)":e.textPrimary},children:S.label}),k&&jsxRuntime.jsx(lucideReact.Check,{className:"w-3.5 h-3.5",style:{color:e.accent||"#00E5CC"}})]},S.value)})]})]})}),document.body)]})}function Ki({theme:e,timeScale:t,onTimeScaleChange:r,zoom:a,onZoomChange:n,currentTheme:s,onThemeChange:o,rowDensity:c,onRowDensityChange:l,showThemeSelector:i=false,showCreateTaskButton:d=false,createTaskLabel:u,onCreateTask:p,taskFilter:m="all",onTaskFilterChange:f,hideCompleted:x=false,onHideCompletedChange:y,toolbarRightContent:b,wbsLevel:h,onWbsLevelChange:v,maxWbsDepth:w=4,viewMode:C="execution",onViewModeChange:S,projectForecast:F,hideForecastHud:k,onExportPNG:N,onExportPDF:P,onExportExcel:T,onExportCSV:Y,onExportJSON:H,onExportMSProject:ee,showCriticalPath:I=true,onShowCriticalPathChange:K,showDependencies:j=true,onShowDependenciesChange:W,highlightWeekends:$=true,onHighlightWeekendsChange:ve,showBaseline:We=false,onShowBaselineChange:Pe,onCopySnapshotLink:be,hasDependencies:ye=true}){let fe=ja(),ze=N||P||T||Y||H||ee,Ce=!!e.glassToolbar,Ae=[{value:"day",label:fe.toolbar.day},{value:"week",label:fe.toolbar.week},{value:"month",label:fe.toolbar.month}],Me=[{value:"dark",label:"Dark",icon:jsxRuntime.jsx(lucideReact.Moon,{className:"w-3.5 h-3.5"})},{value:"light",label:"Light",icon:jsxRuntime.jsx(lucideReact.Sun,{className:"w-3.5 h-3.5"})},{value:"neutral",label:"Zen",icon:jsxRuntime.jsx(lucideReact.Palette,{className:"w-3.5 h-3.5"})}],qe=e.bgPrimary==="#050505"||e.textPrimary==="#FFFFFF";if(Ce){let de=qe?"rgba(255,255,255,0.08)":e.borderLight;return jsxRuntime.jsxs("div",{className:"flex flex-col",children:[jsxRuntime.jsxs("div",{className:"h-[52px] px-4 flex items-center justify-between border-b",style:{backgroundColor:e.glassToolbar,borderColor:e.borderLight,backdropFilter:"blur(12px)"},children:[jsxRuntime.jsx("div",{className:"flex items-center gap-3",children:S&&jsxRuntime.jsxs("div",{className:"inline-flex items-center rounded-full p-0.5",style:{backgroundColor:qe?"#000000":e.bgSecondary,border:`1px solid ${qe?"rgba(255,255,255,0.08)":e.border}`},children:[jsxRuntime.jsx(framerMotion.motion.button,{onClick:()=>S("execution"),className:"px-3 py-1.5 rounded-full text-[11px] font-medium transition-colors",style:{backgroundColor:C==="execution"?qe?"rgba(255,255,255,0.1)":"rgba(0,0,0,0.06)":"transparent",color:C==="execution"?e.textPrimary:e.textTertiary,fontFamily:"Inter, sans-serif"},whileHover:C!=="execution"?{color:e.textSecondary}:{},children:fe.toolbar.viewExecution}),jsxRuntime.jsx(framerMotion.motion.button,{onClick:()=>S("oracle"),className:"px-3 py-1.5 rounded-full text-[11px] font-medium transition-colors",style:{backgroundColor:C==="oracle"?qe?"rgba(0, 229, 204,0.15)":"rgba(0, 196, 174,0.08)":"transparent",color:C==="oracle"?"#00E5CC":e.textTertiary,fontFamily:"Inter, sans-serif"},whileHover:C!=="oracle"?{color:e.textSecondary}:{},children:fe.toolbar.viewOracle})]})}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[jsxRuntime.jsx(dv,{value:t,onChange:r,theme:e}),jsxRuntime.jsx("div",{className:"w-px h-5",style:{backgroundColor:de}}),v&&jsxRuntime.jsx(fm,{theme:e,value:h??"all",onChange:v,maxDepth:w}),f&&jsxRuntime.jsx(bm,{theme:e,value:m,onChange:f,hideCompleted:x,onHideCompletedChange:y}),b&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"w-px h-5",style:{backgroundColor:de}}),b]}),jsxRuntime.jsx("div",{className:"w-px h-5",style:{backgroundColor:de}}),jsxRuntime.jsx(pv,{theme:e,showCriticalPath:I,onShowCriticalPathChange:K,showBaseline:We,onShowBaselineChange:Pe,highlightWeekends:$,onHighlightWeekendsChange:ve,showDependencies:j,onShowDependenciesChange:W,rowDensity:c,onRowDensityChange:l,hasDependencies:ye}),jsxRuntime.jsx(gm,{theme:e,onExportPNG:N,onExportPDF:P,onExportExcel:T,onExportMSProject:ee,onCopySnapshotLink:be}),d&&p&&jsxRuntime.jsxs(framerMotion.motion.button,{onClick:p,className:"flex items-center gap-2 px-3 py-1.5 rounded-lg text-[11px]",style:{background:`linear-gradient(135deg, ${e.accent} 0%, ${e.accentHover} 100%)`,color:"#FFFFFF",fontFamily:"Inter, sans-serif",fontWeight:500,boxShadow:`0 2px 8px ${qe?"rgba(0, 229, 204,0.3)":"rgba(0, 196, 174,0.3)"}`},whileHover:{scale:1.02,boxShadow:`0 4px 12px ${qe?"rgba(0, 229, 204,0.4)":"rgba(0, 196, 174,0.4)"}`},whileTap:{scale:.98},children:[jsxRuntime.jsx(lucideReact.Plus,{className:"w-3.5 h-3.5"}),jsxRuntime.jsx("span",{children:u||fe.toolbar.createTask})]})]})]}),F&&!k&&jsxRuntime.jsx(uv,{theme:e,forecast:F})]})}return jsxRuntime.jsxs("div",{className:"h-12 px-4 flex items-center justify-between border-b",style:{backgroundColor:e.bgGrid,borderColor:e.border},children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[jsxRuntime.jsx(cv,{options:Ae,value:t,onChange:de=>r(de),theme:e}),jsxRuntime.jsx("div",{className:"w-px h-5",style:{backgroundColor:e.borderLight}}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[jsxRuntime.jsx(framerMotion.motion.button,{onClick:()=>n(Math.max(.5,a-.1)),className:"p-1.5 rounded-md transition-all",style:{backgroundColor:"transparent",color:e.textSecondary},whileHover:{backgroundColor:e.hoverBg,scale:1.05},whileTap:{scale:.95},children:jsxRuntime.jsx(lucideReact.ZoomOut,{className:"w-3.5 h-3.5"})}),jsxRuntime.jsxs("div",{className:"px-2 py-0.5 rounded text-[11px] tabular-nums min-w-[42px] text-center",style:{color:e.textSecondary,fontFamily:"'JetBrains Mono', monospace",fontWeight:500},children:[Math.round(a*100),"%"]}),jsxRuntime.jsx(framerMotion.motion.button,{onClick:()=>n(Math.min(2,a+.1)),className:"p-1.5 rounded-md transition-all",style:{backgroundColor:"transparent",color:e.textSecondary},whileHover:{backgroundColor:e.hoverBg,scale:1.05},whileTap:{scale:.95},children:jsxRuntime.jsx(lucideReact.ZoomIn,{className:"w-3.5 h-3.5"})})]}),jsxRuntime.jsx("div",{className:"w-px h-5",style:{backgroundColor:e.borderLight}}),v&&jsxRuntime.jsx(fm,{theme:e,value:h??"all",onChange:v,maxDepth:w}),f&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"w-px h-5",style:{backgroundColor:e.borderLight}}),jsxRuntime.jsx(bm,{theme:e,value:m,onChange:f,hideCompleted:x,onHideCompletedChange:y})]})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[b&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[b,jsxRuntime.jsx("div",{className:"w-px h-5",style:{backgroundColor:e.borderLight}})]}),d&&p&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs(framerMotion.motion.button,{onClick:p,className:"flex items-center gap-2 px-3 py-1.5 rounded-lg text-[11px] transition-all",style:{background:"linear-gradient(135deg, #00E5CC 0%, #00E5CC 100%)",color:"#FFFFFF",fontFamily:"Inter, sans-serif",fontWeight:500,boxShadow:"0 2px 8px rgba(0, 229, 204, 0.3)"},whileHover:{scale:1.02,boxShadow:"0 4px 12px rgba(0, 229, 204, 0.4)"},whileTap:{scale:.98},children:[jsxRuntime.jsx(lucideReact.Plus,{className:"w-3.5 h-3.5"}),jsxRuntime.jsx("span",{children:u||fe.toolbar.createTask})]}),(ze||i)&&jsxRuntime.jsx("div",{className:"w-px h-6",style:{backgroundColor:e.borderLight}})]}),jsxRuntime.jsx(gm,{theme:e,onExportPNG:N,onExportPDF:P,onExportExcel:T,onExportMSProject:ee,onCopySnapshotLink:be}),i&&jsxRuntime.jsx("div",{className:"w-px h-6",style:{backgroundColor:e.borderLight}}),i&&jsxRuntime.jsx(lv,{options:Me,value:s,onChange:de=>o(de),theme:e})]})]})}function qi({columns:e,onToggleColumn:t,theme:r}){let[a,n]=react.useState(false),[s,o]=react.useState({x:0,y:0}),c=react.useRef(null),l=react.useRef(null);react.useEffect(()=>{if(!a)return;let d=u=>{c.current&&!c.current.contains(u.target)&&n(false);};return document.addEventListener("mousedown",d),()=>document.removeEventListener("mousedown",d)},[a]);let i=e.filter(d=>d.id!=="name");return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(framerMotion.motion.button,{ref:l,onClick:()=>{if(!a&&l.current){let d=l.current.getBoundingClientRect();o({x:d.left,y:d.bottom+4});}n(!a);},className:"p-2 rounded-md transition-colors flex items-center gap-1",style:{backgroundColor:r.bgSecondary,border:`1px solid ${r.borderLight}`,color:r.textSecondary},whileHover:{backgroundColor:r.hoverBg,scale:1.05},whileTap:{scale:.95},children:jsxRuntime.jsx(lucideReact.Plus,{className:"w-4 h-4"})}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:a&&jsxRuntime.jsx(lr,{children:jsxRuntime.jsx(framerMotion.motion.div,{ref:c,initial:{opacity:0,scale:.95,y:-10},animate:{opacity:1,scale:1,y:0},exit:{opacity:0,scale:.95,y:-10},transition:{duration:.15},className:"column-manager-menu fixed min-w-[180px] rounded-lg shadow-xl z-[9999]",style:{left:`${s.x}px`,top:`${s.y}px`,backgroundColor:r.bgSecondary,border:`1px solid ${r.border}`},children:jsxRuntime.jsxs("div",{className:"py-1",children:[jsxRuntime.jsx("div",{className:"px-3 py-2 text-xs uppercase tracking-wider",style:{color:r.textTertiary,fontFamily:"Inter, sans-serif",fontWeight:600},children:"Add Column"}),i.map(d=>jsxRuntime.jsxs("button",{onClick:()=>{t(d.id);},className:"w-full px-3 py-2 text-left flex items-center justify-between transition-colors text-sm",style:{color:r.textPrimary,backgroundColor:"transparent",fontFamily:"Inter, sans-serif"},onMouseEnter:u=>{u.currentTarget.style.backgroundColor=r.hoverBg;},onMouseLeave:u=>{u.currentTarget.style.backgroundColor="transparent";},children:[jsxRuntime.jsx("span",{children:d.label}),d.visible&&jsxRuntime.jsx(lucideReact.Check,{className:"w-4 h-4",style:{color:r.accent}})]},d.id))]})})})})]})}function os({isOpen:e,x:t,y:r,items:a,onClose:n,theme:s}){let o=react.useRef(null),[c,l]=react.useState({x:t,y:r});if(react.useEffect(()=>{if(!e)return;let d=200,u=a.length*36+8,p=8,m=window.innerWidth,f=window.innerHeight,x=t,y=r;t+d+p>m&&(x=t-d,x<p&&(x=p)),r+u+p>f&&(y=f-u-p,y<p&&(y=p)),l({x,y});},[e,t,r,a.length]),react.useEffect(()=>{if(!e)return;let d=p=>{o.current&&!o.current.contains(p.target)&&n();},u=p=>{p.key==="Escape"&&n();};return document.addEventListener("mousedown",d),document.addEventListener("keydown",u),()=>{document.removeEventListener("mousedown",d),document.removeEventListener("keydown",u);}},[e,n]),!e)return null;let i=d=>d.startsWith("#")&&(d.length===7||d.length===4)?d:s.bgPrimary?.includes("1")||s.bgPrimary?.includes("2")||s.textPrimary?.toLowerCase().includes("fff")||s.textPrimary?.toLowerCase().includes("white")?"#1E2128":"#FFFFFF";return jsxRuntime.jsx(framerMotion.AnimatePresence,{children:jsxRuntime.jsx(framerMotion.motion.div,{ref:o,initial:{opacity:0,scale:.95,y:-10},animate:{opacity:1,scale:1,y:0},exit:{opacity:0,scale:.95,y:-10},transition:{duration:.15,ease:[.4,0,.2,1]},className:"fixed z-[9999] min-w-[200px] rounded-lg",style:{left:`${c.x}px`,top:`${c.y}px`,backgroundColor:i(s.bgSecondary),border:`1px solid ${s.border}`,boxShadow:"0 10px 40px rgba(0, 0, 0, 0.3), 0 4px 12px rgba(0, 0, 0, 0.2)",backdropFilter:"none"},children:jsxRuntime.jsx("div",{className:"py-1",children:a.map(d=>jsxRuntime.jsxs("div",{children:[d.separator&&jsxRuntime.jsx("div",{className:"my-1 h-px",style:{backgroundColor:s.borderLight}}),jsxRuntime.jsxs("button",{onClick:()=>{d.disabled||(d.onClick(),n());},disabled:d.disabled,className:"w-full px-3 py-2 text-left flex items-center gap-2 transition-colors text-sm",style:{color:d.disabled?s.textTertiary:s.textPrimary,backgroundColor:"transparent",fontFamily:"Inter, sans-serif",cursor:d.disabled?"not-allowed":"pointer",opacity:d.disabled?.5:1},onMouseEnter:u=>{d.disabled||(u.currentTarget.style.backgroundColor=s.hoverBg);},onMouseLeave:u=>{u.currentTarget.style.backgroundColor="transparent";},children:[d.icon&&jsxRuntime.jsx("span",{style:{color:s.textSecondary},children:d.icon}),jsxRuntime.jsx("span",{className:"flex-1",children:d.label}),d.submenu&&jsxRuntime.jsx(lucideReact.ChevronRight,{className:"w-3.5 h-3.5",style:{color:s.textTertiary}})]})]},d.id))})})})}var ar={Edit:jsxRuntime.jsx(lucideReact.Edit3,{className:"w-4 h-4"}),Pencil:jsxRuntime.jsx(lucideReact.Pencil,{className:"w-4 h-4"}),Delete:jsxRuntime.jsx(lucideReact.Trash2,{className:"w-4 h-4"}),Add:jsxRuntime.jsx(lucideReact.Plus,{className:"w-4 h-4"}),AddSubtask:jsxRuntime.jsx(lucideReact.Plus,{className:"w-4 h-4"}),Remove:jsxRuntime.jsx(lucideReact.Minus,{className:"w-4 h-4"}),Link:jsxRuntime.jsx(lucideReact.Link2,{className:"w-4 h-4"}),Progress:jsxRuntime.jsx(lucideReact.BarChart3,{className:"w-4 h-4"}),Sort:jsxRuntime.jsx(lucideReact.ArrowUpDown,{className:"w-4 h-4"}),SortAsc:jsxRuntime.jsx(lucideReact.ArrowUp,{className:"w-4 h-4"}),SortDesc:jsxRuntime.jsx(lucideReact.ArrowDown,{className:"w-4 h-4"}),Hide:jsxRuntime.jsx(lucideReact.EyeOff,{className:"w-4 h-4"}),Show:jsxRuntime.jsx(lucideReact.Eye,{className:"w-4 h-4"}),Settings:jsxRuntime.jsx(lucideReact.Settings,{className:"w-4 h-4"}),Split:jsxRuntime.jsx(lucideReact.Scissors,{className:"w-4 h-4"}),Duplicate:jsxRuntime.jsx(lucideReact.Copy,{className:"w-4 h-4"}),MarkIncomplete:jsxRuntime.jsx(lucideReact.Circle,{className:"w-4 h-4"}),SetInProgress:jsxRuntime.jsx(lucideReact.PlayCircle,{className:"w-4 h-4"}),MarkComplete:jsxRuntime.jsx(lucideReact.CheckCircle2,{className:"w-4 h-4"})};function Em({tasks:e,selectedTaskIds:t,onTaskSelect:r,onTaskCreate:a,onTaskDelete:n,onTaskDuplicate:s,onTaskMove:o,onTaskIndent:c,onTaskOutdent:l,onTaskRename:i,onTaskToggleExpand:d,onOpenTaskModal:u,enableKeyboard:p=true}){let m=react.useRef(false),f=react.useCallback(v=>{m.current=v;},[]),x=react.useCallback(v=>{let w=[],C=S=>{for(let F of S)w.push(F),F.subtasks&&F.subtasks.length>0&&F.isExpanded&&C(F.subtasks);};return C(v),w},[]),y=react.useCallback(()=>{let v=x(e);for(let w of v)if(t.has(w.id))return w;return null},[e,t,x]),b=react.useCallback((v,w)=>{let C=x(e);if(C.length===0)return;let S=y();if(!S){r(C[0].id,false);return}let F=C.findIndex(P=>P.id===S.id);if(F===-1)return;let k=v==="up"?F-1:F+1;if(k<0||k>=C.length)return;let N=C[k];r(N.id,w);},[e,y,x,r]),h=react.useCallback(v=>{if(!p)return;let w=v.target;if(w.tagName==="INPUT"||w.tagName==="TEXTAREA"||w.isContentEditable||m.current){v.key==="Escape"&&(w.blur(),m.current=false);return}let F=navigator.platform.toUpperCase().indexOf("MAC")>=0?v.metaKey:v.ctrlKey,k=Array.from(t),N=y();if(v.key==="ArrowUp"){v.preventDefault(),b("up",v.shiftKey);return}if(v.key==="ArrowDown"){v.preventDefault(),b("down",v.shiftKey);return}if(N&&(v.key==="ArrowRight"||v.key==="ArrowLeft")){N.subtasks&&N.subtasks.length>0&&(v.preventDefault(),(v.key==="ArrowRight"&&!N.isExpanded||v.key==="ArrowLeft"&&N.isExpanded)&&d(N.id));return}if(v.altKey&&(v.key==="ArrowUp"||v.key==="ArrowDown")){k.length>0&&(v.preventDefault(),o(k,v.key==="ArrowUp"?"up":"down"));return}if(v.key==="Tab"&&!v.shiftKey){k.length>0&&(v.preventDefault(),c(k));return}if(v.key==="Tab"&&v.shiftKey){k.length>0&&(v.preventDefault(),l(k));return}if(v.key==="Enter"&&!v.shiftKey&&!F){N&&(v.preventDefault(),a(N.id,"below"));return}if(v.key==="Enter"&&v.shiftKey&&!F){N&&(v.preventDefault(),a(N.id,"above"));return}if(v.key==="Enter"&&F){N&&(v.preventDefault(),u(N.id));return}if(v.key==="F2"){N&&(v.preventDefault(),i(N.id));return}if(v.key==="Delete"||v.key==="Backspace"&&F){k.length>0&&(v.preventDefault(),n(k));return}if(v.key==="d"&&F&&!v.shiftKey){k.length>0&&(v.preventDefault(),s(k));return}},[p,t,y,b,a,n,s,o,c,l,i,d,u]);return react.useEffect(()=>{if(p)return window.addEventListener("keydown",h),()=>{window.removeEventListener("keydown",h);}},[p,h]),{setIsEditing:f}}function Pm(){let[e,t]=react.useState(new Set),[r,a]=react.useState(null),n=react.useCallback(u=>{t(new Set([u])),a(u);},[]),s=react.useCallback(u=>{t(p=>{let m=new Set(p);return m.has(u)?m.delete(u):m.add(u),m}),a(u);},[]),o=react.useCallback((u,p)=>{if(!r){n(u);return}let m=p.indexOf(r),f=p.indexOf(u);if(m===-1||f===-1){n(u);return}let x=Math.min(m,f),y=Math.max(m,f),b=p.slice(x,y+1);t(new Set(b)),a(u);},[r,n]),c=react.useCallback((u,p,m,f)=>{f?o(u,p):m?s(u):n(u);},[n,s,o]),l=react.useCallback((u,p)=>{p?t(m=>{let f=new Set(m);return f.add(u),f}):n(u);},[n]),i=react.useCallback(()=>{t(new Set),a(null);},[]),d=react.useCallback(u=>e.has(u),[e]);return {selectedTaskIds:e,selectTask:n,toggleTaskSelection:s,selectTaskRange:o,handleTaskClick:c,handleKeyboardSelection:l,clearSelection:i,isTaskSelected:d}}function Jc(e){return e.map((t,r)=>({...t,position:r,subtasks:t.subtasks?.length?Jc(t.subtasks):t.subtasks}))}function Mo(e){let t=[],r=(a,n,s=0)=>{let o=[...a].sort((c,l)=>(c.position??0)-(l.position??0));for(let c=0;c<o.length;c++){let l={...o[c],parentId:n,level:s,position:o[c].position??c};t.push(l),l.subtasks&&l.subtasks.length>0&&l.isExpanded&&r(l.subtasks,l.id,s+1);}};return r(e),t}function ss(e,t){for(let r of e){if(r.id===t)return r;if(r.subtasks){let a=ss(r.subtasks,t);if(a)return a}}return null}function Xc(e,t){for(let r of e)if(r.subtasks){if(r.subtasks.some(n=>n.id===t))return r;let a=Xc(r.subtasks,t);if(a)return a}return null}function Qc(e,t){if(t.length===0)return e;let r=Mo(e),a=t[0],n=r.findIndex(p=>p.id===a);if(n<=0)return e;let s=r[n-1],o=(p,m)=>{let f=[];return {tasks:p.filter(y=>{if(m.has(y.id))return f.push(y),false;if(y.subtasks){let b=o(y.subtasks,m);y.subtasks=b.tasks,f.push(...b.removed);}return true}),removed:f}},c=(p,m,f)=>p.map(x=>x.id===m?{...x,subtasks:[...x.subtasks||[],...f],isExpanded:true}:x.subtasks?{...x,subtasks:c(x.subtasks,m,f)}:x),l=new Set(t),{tasks:i,removed:d}=o(e,l),u=c(i,s.id,d);return Jc(u)}function Zc(e,t){if(t.length===0)return e;let r=[...e];for(let a of t){let n=Xc(r,a);if(!n)continue;let s=Xc(r,n.id),o=(i,d,u)=>{for(let p=0;p<i.length;p++){let m=i[p];if(m.id===d&&m.subtasks){let f=m.subtasks.findIndex(x=>x.id===u);if(f!==-1){let[x]=m.subtasks.splice(f,1);return x}}if(m.subtasks){let f=o(m.subtasks,d,u);if(f)return f}}return null},c=(i,d,u)=>{let p=i.findIndex(m=>m.id===d);if(p!==-1)return i.splice(p+1,0,u),i;for(let m of i)m.subtasks&&c(m.subtasks,d,u);return i},l=o(r,n.id,a);l&&(s&&s.subtasks?c(s.subtasks,n.id,l):c(r,n.id,l));}return Jc(r)}function ed(e,t,r){if(t.length===0)return e;let a=[...e],n=t[0],s=(o,c,l)=>{let i=o.findIndex(u=>u.id===c);if(i===-1){for(let u of o)if(u.subtasks&&s(u.subtasks,c,l))return true;return false}let d=l==="up"?i-1:i+1;return d<0||d>=o.length?false:([o[i],o[d]]=[o[d],o[i]],o[i]={...o[i],position:i},o[d]={...o[d],position:d},true)};return s(a,n,r),a}function td(e,t){let r=new Set(t),a=n=>n.filter(s=>!r.has(s.id)).map(s=>s.subtasks?{...s,subtasks:a(s.subtasks)}:s);return a(e)}function js(e,t){let r=[...e],a=[];for(let n of t){let s=(l,i)=>l.map((d,u)=>({...d,id:`${d.id}-copy-${Date.now()}-${u}`,parentId:i,subtasks:d.subtasks?s(d.subtasks,`${d.id}-copy-${Date.now()}-${u}`):void 0})),o=l=>{let i=l.findIndex(m=>m.id===n);if(i===-1){for(let m of l)if(m.subtasks){let f=o(m.subtasks);if(f)return f}return null}let d=l[i],u=`${d.id}-copy-${Date.now()}`,p={...d,id:u,name:`${d.name} (Copy)`,subtasks:d.subtasks?s(d.subtasks,u):void 0};return l.splice(i+1,0,p),p},c=o(r);c&&a.push(c);}return {tasks:r,duplicatedTasks:a}}function Fm(e,t,r){let a=[...e],n=new Date,s=new Date(n);s.setDate(s.getDate()+7);let o={id:`task-${Date.now()}`,name:"New Task",progress:0,status:"todo",startDate:n,endDate:s,color:"#00E5CC"},c=l=>{let i=l.findIndex(u=>u.id===t);if(i===-1){for(let u of l)if(u.subtasks&&c(u.subtasks))return true;return false}let d=r==="above"?i:i+1;return l.splice(d,0,o),true};return c(a),{tasks:a,newTask:o}}function rd(e,t,r){return e.map(a=>a.id===t?{...a,name:r}:a.subtasks?{...a,subtasks:rd(a.subtasks,t,r)}:a)}function ad(e,t){return e.map(r=>r.id===t?{...r,isExpanded:!r.isExpanded}:r.subtasks?{...r,subtasks:ad(r.subtasks,t)}:r)}function nd(e,t){let r=p=>{for(let m of p){if(m.id===t)return m;if(m.subtasks){let f=r(m.subtasks);if(f)return f}}return null},a=r(e),n=new Date,s=new Date(n);s.setDate(s.getDate()+7);let o=a?.startDate||n,c=a?.endDate||s,l=p=>{for(let m of p){if(m.id===t)return (m.subtasks||[]).length;if(m.subtasks){let f=l(m.subtasks);if(f>=0)return f}}return 0},i=l(e),d={id:`task-${Date.now()}`,name:"New Subtask",progress:0,status:"todo",startDate:new Date(o),endDate:new Date(c),color:a?.color||"#00E5CC",position:i,parentId:t},u=p=>p.map(m=>{if(m.id===t){let f=m.subtasks||[];return {...m,subtasks:[...f,d],isExpanded:true}}return m.subtasks?{...m,subtasks:u(m.subtasks)}:m});return {tasks:u(e),newTask:d}}function Lm(e,t,r,a){if(t===r)return e;let n=ss(e,t);if(!n)return e;if(r){let c=(l,i)=>{if(!l.subtasks)return false;for(let d of l.subtasks)if(d.id===i||c(d,i))return true;return false};if(c(n,r))return e}let s=c=>{let l=c.filter(d=>d.id!==t),i=l.length<c.length;return l.map((d,u)=>{let p=i?{...d,position:u}:d;return p.subtasks&&p.subtasks.length>0?{...p,subtasks:s(p.subtasks)}:p})},o=s(e);if(r===null){let c=a!==void 0?a:o.length;o.splice(c,0,{...n,parentId:void 0}),o=o.map((l,i)=>({...l,position:i}));}else {let c=l=>l.map(i=>{if(i.id===r){let d=i.subtasks||[],u=a!==void 0?a:d.length,p=[...d];p.splice(u,0,{...n,parentId:r});let m=p.map((f,x)=>({...f,position:x}));return {...i,subtasks:m,isExpanded:true}}return i.subtasks&&i.subtasks.length>0?{...i,subtasks:c(i.subtasks)}:i});o=c(o);}return o}function _a(e){return e.map(t=>{if(!t.subtasks||t.subtasks.length===0)return t;let r=_a(t.subtasks),a=r.reduce((c,l)=>(l.startDate&&c.starts.push(new Date(l.startDate).getTime()),l.endDate&&c.ends.push(new Date(l.endDate).getTime()),c.progresses.push(l.progress??0),c),{starts:[],ends:[],progresses:[]}),n=a.starts.length>0?new Date(Math.min(...a.starts)):t.startDate,s=a.ends.length>0?new Date(Math.max(...a.ends)):t.endDate,o=a.progresses.length>0?Math.round(a.progresses.reduce((c,l)=>c+l,0)/a.progresses.length):t.progress;return {...t,subtasks:r,startDate:n,endDate:s,progress:o}})}function Xi({tasks:e,theme:t,rowHeight:r,availableUsers:a=[],templates:n,onTaskClick:s,onTaskDblClick:o,onTaskContextMenu:c,onTaskToggle:l,scrollTop:i,columns:d,onToggleColumn:u,onColumnResize:p,onTaskUpdate:m,onBulkFill:f,onTaskIndent:x,onTaskOutdent:y,onTaskMove:b,onMultiTaskDelete:h,onTaskDuplicate:v,onTaskCreate:w,onTaskRename:C,onCreateSubtask:S,onOpenTaskModal:F,onDeleteRequest:k,onTaskReparent:N,allTasks:P,scrollContainerRef:T,showCriticalPath:Y=false}){let H=react.useContext(rs),[ee,I]=react.useState(null),[K,j]=react.useState(null),[W,$]=react.useState(""),ve=react.useRef(null),[We,Pe]=react.useState(null),[be,ye]=react.useState(0),[fe,ze]=react.useState(0),[Ce,Ae]=react.useState({isOpen:false,x:0,y:0,type:"header"}),[Me,qe]=react.useState(null),[de,et]=react.useState(null),[Re,Be]=react.useState(null),Nt=react.useRef(0),bt=5,Oe=react.useRef(false),[Ie,st]=react.useState(null),[kt,$e]=react.useState(false),He=react.useRef(null),[L,oe]=react.useState(null),[B,_]=react.useState(null),[U,J]=react.useState(false),De=react.useRef(null);react.useEffect(()=>{function se(me){De.current&&!De.current.contains(me.target)&&J(false);}if(U)return document.addEventListener("mousedown",se),()=>document.removeEventListener("mousedown",se)},[U]),react.useEffect(()=>{K&&ve.current&&(ve.current.focus(),ve.current.select());},[K]),react.useEffect(()=>{if(!We)return;let se=mt=>{let Xe=mt.clientX-be,it=fe+Xe;p?.(We,it);},me=()=>{Pe(null),document.body.style.cursor="",document.body.style.userSelect="";};return document.addEventListener("mousemove",se),document.addEventListener("mouseup",me),document.body.style.cursor="col-resize",document.body.style.userSelect="none",()=>{document.removeEventListener("mousemove",se),document.removeEventListener("mouseup",me),document.body.style.cursor="",document.body.style.userSelect="";}},[We,be,fe,p]);let{selectedTaskIds:pe,handleTaskClick:rt,isTaskSelected:tt}=Pm(),{setIsEditing:Qe}=Em({tasks:e,selectedTaskIds:pe,onTaskSelect:(se,me)=>{let Xe=Mo(e).map(it=>it.id);rt(se,Xe,me||false,false);},onTaskCreate:w||(()=>{}),onTaskDelete:h||(()=>{}),onTaskDuplicate:v||(()=>{}),onTaskMove:b||(()=>{}),onTaskIndent:x||(()=>{}),onTaskOutdent:y||(()=>{}),onTaskRename:se=>{let me=Mo(e).find(mt=>mt.id===se);me&&hr(me);},onTaskToggleExpand:l||(()=>{}),onOpenTaskModal:se=>{let me=Mo(e).find(mt=>mt.id===se);me&&F&&F(me);},enableKeyboard:true}),Ht=(se,me=0,mt="")=>{let Xe=[],it=[...se].sort((V,ce)=>(V.position??0)-(ce.position??0));for(let V=0;V<it.length;V++){let ce=it[V],Q=V+1,O=mt?`${mt}.${Q}`:`${Q}.0`,te=ce.wbsCode||O;if(ce.wbsCode=te,Xe.push({task:ce,level:me}),ce.subtasks&&ce.subtasks.length>0&&ce.isExpanded){let M=ce.wbsCode?.replace(/\.0$/,"")||(mt?`${mt}.${Q}`:`${Q}`);Xe.push(...Ht(ce.subtasks,me+1,M));}}return Xe},pt=Ht(e),qt=48,Ut=Math.max(pt.length*r,600-qt),ur=(se,me)=>me==="assignees"?se.assignees:me==="startDate"?se.startDate:se.endDate,br=(se,me,mt,Xe)=>{se.preventDefault(),se.stopPropagation(),oe({sourceTaskId:me,column:mt,sourceIndex:Xe,targetIndex:Xe}),document.body.style.cursor="crosshair",document.body.style.userSelect="none";let it=se.currentTarget.closest("[data-grid-body]"),V=q=>{let xe=it?.getBoundingClientRect().top??0,re=Math.floor((q-xe)/r);return re=Math.max(0,Math.min(pt.length-1,re)),re<Xe&&(re=Xe),re},ce=se.clientY,Q=T?.current??null,O=()=>{He.current&&(cancelAnimationFrame(He.current),He.current=null);},te=()=>{let q=V(ce);oe(xe=>xe&&{...xe,targetIndex:q});},we=()=>{if(O(),!Q)return;let q=Q.getBoundingClientRect(),xe=60,re=12,Ze=ce-q.top,Ye=q.bottom-ce;if(Ye<xe&&Q.scrollTop<Q.scrollHeight-Q.clientHeight){let Rt=Math.max(1,Math.round(re*(1-Math.max(0,Ye)/xe))),Lt=()=>{Q.scrollTop+=Rt,te(),Q.scrollTop<Q.scrollHeight-Q.clientHeight&&(He.current=requestAnimationFrame(Lt));};He.current=requestAnimationFrame(Lt);}else if(Ze<xe&&Q.scrollTop>0){let Rt=Math.max(1,Math.round(re*(1-Math.max(0,Ze)/xe))),Lt=()=>{Q.scrollTop-=Rt,te(),Q.scrollTop>0&&(He.current=requestAnimationFrame(Lt));};He.current=requestAnimationFrame(Lt);}},M=q=>{ce=q.clientY,te(),we();},R=q=>{window.removeEventListener("mousemove",M),window.removeEventListener("mouseup",R),O(),document.body.style.cursor="",document.body.style.userSelect="",oe(null);let xe=V(q.clientY),re=pt.find(Bt=>Bt.task.id===me)?.task;if(!re)return;let Ze=ur(re,mt),Ye=Math.min(Xe,xe),Rt=Math.max(Xe,xe),Lt=[];for(let Bt=Ye;Bt<=Rt;Bt++){if(Bt===Xe)continue;let or=pt[Bt]?.task;!or||or.subtasks&&or.subtasks.length>0||Lt.push(or.id);}Lt.length!==0&&f?.(Lt,mt,Ze);};window.addEventListener("mousemove",M),window.addEventListener("mouseup",R);},da=se=>{if(!L)return false;let me=Math.min(L.sourceIndex,L.targetIndex),mt=Math.max(L.sourceIndex,L.targetIndex);return se>=me&&se<=mt},Yt=se=>!se.startDate||!se.endDate?"-":`${Math.ceil((se.endDate.getTime()-se.startDate.getTime())/(1e3*60*60*24))}d`,hr=se=>{j(se.id),$(se.name),Qe(true);},Ft=se=>{W.trim()&&W!==e.find(me=>me.id===se)?.name&&C?.(se,W.trim()),j(null),$(""),Qe(false);},jr=()=>{j(null),$(""),Qe(false);},Wt=(se,me)=>{me.stopPropagation(),S?.(se.id);},nr=(se,me)=>{me.preventDefault(),Nt.current=me.clientY,qe(se),Oe.current=false,$e(false),st({x:me.clientX,y:me.clientY});},_r=se=>{if(!Me||(Math.abs(se.clientY-Nt.current)>bt&&!Oe.current&&(Oe.current=true,$e(true)),st({x:se.clientX,y:se.clientY}),!Oe.current))return;if(T?.current){let V=T.current,ce=V.getBoundingClientRect(),Q=60,O=12;He.current&&(cancelAnimationFrame(He.current),He.current=null);let te=se.clientY-ce.top,we=ce.bottom-se.clientY;if(te<Q&&V.scrollTop>0){let M=Math.round(O*(1-te/Q)),R=()=>{V.scrollTop-=M,Oe.current&&V.scrollTop>0&&(He.current=requestAnimationFrame(R));};He.current=requestAnimationFrame(R);}else if(we<Q&&V.scrollTop<V.scrollHeight-V.clientHeight){let M=Math.round(O*(1-we/Q)),R=()=>{V.scrollTop+=M,Oe.current&&V.scrollTop<V.scrollHeight-V.clientHeight&&(He.current=requestAnimationFrame(R));};He.current=requestAnimationFrame(R);}}let mt=document.querySelectorAll("[data-task-row]"),Xe=null,it=null;mt.forEach(V=>{let ce=V.getBoundingClientRect(),Q=V.getAttribute("data-task-row");if(Q&&Q!==Me&&se.clientY>=ce.top&&se.clientY<=ce.bottom){Xe=Q;let O=se.clientY-ce.top,te=ce.height;O<te*.25?it="above":O>te*.75?it="below":it="child";}}),et(Xe),Be(it);},Dr=()=>{if(Oe.current&&Me&&de&&Re){if(Re==="child")N?.(Me,de);else if(Re==="above"||Re==="below"){let se=(V,ce,Q=null)=>{for(let O of V){if(O.id===ce)return Q;if(O.subtasks){let te=se(O.subtasks,ce,O.id);if(te!==void 0)return te}}},me=P&&P.length>0?P:e,mt=se(me,Me,null),Xe=se(me,de,null),it=(V,ce,Q,O)=>{let te=V.findIndex(R=>R.id===ce),we=O?V.findIndex(R=>R.id===Q):-1,M=Re==="below"?te+1:te;return O&&we!==-1&&we<te&&(M-=1),Math.max(0,M)};if(Xe===null){let ce=it(me,de,Me,mt===null);N?.(Me,null,ce);}else {let V=ss(me,Xe);if(V?.subtasks){let ce=mt===Xe,Q=it(V.subtasks,de,Me,ce);N?.(Me,Xe,Q);}}}}He.current&&(cancelAnimationFrame(He.current),He.current=null),qe(null),et(null),Be(null),st(null),Oe.current=false,$e(false);};react.useEffect(()=>{if(Me)return document.addEventListener("mousemove",_r),document.addEventListener("mouseup",Dr),document.body.style.cursor="grabbing",document.body.style.userSelect="none",()=>{document.removeEventListener("mousemove",_r),document.removeEventListener("mouseup",Dr),document.body.style.cursor="",document.body.style.userSelect="";}},[Me,de,Re]);let ot=(se,me,mt)=>{let Xe=me.subtasks&&me.subtasks.length>0;switch(se.id){case "name":let it=K===me.id,V=ee===me.id;return jsxRuntime.jsxs("div",{className:"flex items-center gap-2 flex-1 min-w-0 relative",style:{paddingLeft:`${mt*20}px`},children:[N&&jsxRuntime.jsx("div",{className:"cursor-grab active:cursor-grabbing p-0.5 rounded hover:bg-white/10 transition-all flex-shrink-0",style:{color:t.textTertiary,opacity:V?1:.3},onMouseDown:re=>nr(me.id,re),title:"Arrastrar para mover tarea",children:jsxRuntime.jsx(lucideReact.GripVertical,{className:"w-4 h-4"})}),me.subtasks&&me.subtasks.length>0?jsxRuntime.jsx("button",{onClick:re=>{re.stopPropagation(),l?.(me.id);},className:"p-0.5 hover:bg-opacity-10 rounded transition-colors flex-shrink-0",style:{color:t.textSecondary},children:me.isExpanded?jsxRuntime.jsx(lucideReact.ChevronDown,{className:"w-4 h-4"}):jsxRuntime.jsx(lucideReact.ChevronRight,{className:"w-4 h-4"})}):jsxRuntime.jsx("div",{className:"w-5 h-5 flex-shrink-0"}),it?jsxRuntime.jsx("input",{ref:ve,type:"text",value:W,onChange:re=>$(re.target.value),onKeyDown:re=>{re.key==="Enter"?Ft(me.id):re.key==="Escape"&&jr();},onBlur:()=>Ft(me.id),className:"flex-1 px-2 py-1 rounded border outline-none",style:{backgroundColor:t.bgPrimary,borderColor:t.accent,color:t.textPrimary,fontFamily:"Inter, sans-serif",fontSize:"13px",fontWeight:500},onClick:re=>re.stopPropagation()}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("span",{className:"flex-1 min-w-0",style:{display:"flex",alignItems:"baseline",gap:"6px",color:me.parentId?t.textSecondary:t.textPrimary,fontFamily:"Inter, sans-serif",fontSize:me.parentId?"13px":"14px",fontWeight:me.isMilestone?600:me.parentId?400:600,letterSpacing:me.parentId?"0":"-0.01em"},title:me.name,children:[me.wbsCode&&jsxRuntime.jsx("span",{style:{color:t.textTertiary,fontFamily:"'JetBrains Mono', monospace",fontSize:"11px",fontWeight:500,opacity:.65,flexShrink:0},children:me.wbsCode}),me.isHighlighted&&me.status==="completed"&&jsxRuntime.jsx("span",{title:"\u2605",style:{color:"#F59E0B",fontSize:"10px",flexShrink:0,lineHeight:1},children:"\u2605"}),jsxRuntime.jsx("span",{style:{flex:1,minWidth:0,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:me.name}),me.subtasks&&me.subtasks.length>0&&jsxRuntime.jsxs("span",{style:{color:"#6B7280",fontFamily:"'JetBrains Mono', monospace",fontSize:"12px",fontWeight:400,flexShrink:0,whiteSpace:"nowrap"},children:["\xB7 ",Math.round(me.progress||0),"%"]}),Y&&me.isCriticalPath&&jsxRuntime.jsx("span",{style:{display:"inline-block",width:"6px",height:"6px",borderRadius:"50%",backgroundColor:"#EF4444",flexShrink:0,marginLeft:"2px"}}),Y&&me.cpmData&&jsxRuntime.jsxs("span",{style:{color:me.cpmData.totalFloat<=0?"#EF4444":me.cpmData.totalFloat<=5?"#F59E0B":"#6B7280",fontFamily:"'JetBrains Mono', monospace",fontSize:"10px",fontWeight:500,flexShrink:0,whiteSpace:"nowrap",marginLeft:"4px"},children:["TF: ",Math.round(me.cpmData.totalFloat),"d"]})]}),V&&!it&&jsxRuntime.jsxs("div",{className:"flex items-center gap-1 ml-2",onClick:re=>re.stopPropagation(),children:[jsxRuntime.jsx("button",{onClick:re=>Wt(me,re),className:"p-1 rounded hover:bg-opacity-20 transition-colors",style:{color:t.textTertiary,backgroundColor:"transparent"},title:"Create subtask",children:jsxRuntime.jsx(lucideReact.Plus,{className:"w-3.5 h-3.5"})}),jsxRuntime.jsx("button",{onClick:re=>{re.stopPropagation(),hr(me);},className:"p-1 rounded hover:bg-opacity-20 transition-colors",style:{color:t.textTertiary,backgroundColor:"transparent"},title:"Rename (F2)",children:jsxRuntime.jsx(lucideReact.Edit3,{className:"w-3.5 h-3.5"})})]})]})]});case "startDate":case "endDate":let Q=se.id==="startDate"?"startDate":"endDate",O=me[Q],te=B?.taskId===me.id&&B?.field===Q,we=re=>re?(typeof re=="string"?new Date(re):re).toLocaleDateString("es-ES",{day:"2-digit",month:"2-digit",year:"numeric"}):"-";return jsxRuntime.jsxs("div",{className:"flex items-center justify-center w-full relative",onClick:re=>re.stopPropagation(),children:[jsxRuntime.jsxs("button",{type:"button",className:"flex items-center gap-1.5 px-2 py-1 rounded text-xs transition-colors hover:bg-white/5",style:{color:t.textSecondary,opacity:Xe?.5:1,cursor:Xe?"default":"pointer"},title:Xe?"Auto-calculated from subtasks":void 0,onClick:re=>{if(!Xe)if(te)_(null);else {let Ze=re.currentTarget.getBoundingClientRect();_({taskId:me.id,field:Q,month:O?typeof O=="string"?new Date(O):O:new Date,position:{top:Ze.bottom+4,left:Ze.left}});}},children:[jsxRuntime.jsx(lucideReact.Calendar,{className:"w-3 h-3",style:{color:t.textTertiary}}),jsxRuntime.jsx("span",{children:we(O)}),Xe&&jsxRuntime.jsx("span",{style:{fontSize:"9px",color:t.textTertiary,marginLeft:"2px"},children:"\u25BC"})]}),te&&typeof document<"u"&&reactDom.createPortal(jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 z-[9998]",onClick:()=>_(null)}),jsxRuntime.jsxs(framerMotion.motion.div,{initial:{opacity:0,y:-10},animate:{opacity:1,y:0},exit:{opacity:0,y:-10},className:"fixed z-[9999] rounded-xl shadow-2xl overflow-visible flex",style:{backgroundColor:t.bgPrimary,border:`1px solid ${t.border}`,top:B?.position.top,left:B?.position.left},onClick:re=>re.stopPropagation(),children:[jsxRuntime.jsxs("div",{className:"w-36 py-2",style:{borderRight:`1px solid ${t.border}`},children:[(()=>{let re=new Date,Ze=new Date(re);Ze.setDate(re.getDate()+1);let Ye=new Date(re);Ye.setDate(re.getDate()+7);let Rt=new Date(re);return Rt.setDate(re.getDate()+14),[{label:"Hoy",date:re},{label:"Ma\xF1ana",date:Ze},{label:"Pr\xF3xima semana",date:Ye},{label:"2 semanas",date:Rt}].map((Bt,or)=>jsxRuntime.jsx("button",{type:"button",className:"w-full px-3 py-1.5 text-xs text-left transition-colors",style:{color:t.textPrimary},onMouseEnter:Qa=>Qa.currentTarget.style.backgroundColor=t.hoverBg||"rgba(255,255,255,0.05)",onMouseLeave:Qa=>Qa.currentTarget.style.backgroundColor="transparent",onClick:()=>{m?.(me.id,{[Q]:Bt.date}),_(null);},children:Bt.label},or))})(),jsxRuntime.jsx("div",{style:{borderTop:`1px solid ${t.border}`,margin:"0.25rem 0"}}),jsxRuntime.jsx("button",{type:"button",className:"w-full px-3 py-1.5 text-xs text-left transition-colors",style:{color:"#EF4444"},onMouseEnter:re=>re.currentTarget.style.backgroundColor=t.hoverBg||"rgba(255,255,255,0.05)",onMouseLeave:re=>re.currentTarget.style.backgroundColor="transparent",onClick:()=>{m?.(me.id,{[Q]:void 0}),_(null);},children:"Borrar"})]}),jsxRuntime.jsxs("div",{className:"p-2",children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between mb-2",children:[jsxRuntime.jsx("button",{type:"button",onClick:()=>_(re=>re?{...re,month:new Date(re.month.getFullYear(),re.month.getMonth()-1)}:null),className:"p-1 rounded hover:bg-white/10",children:jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"w-3.5 h-3.5",style:{color:t.textSecondary}})}),jsxRuntime.jsx("span",{className:"text-xs font-medium",style:{color:t.textPrimary},children:B?.month.toLocaleDateString("es-ES",{month:"long",year:"numeric"})}),jsxRuntime.jsx("button",{type:"button",onClick:()=>_(re=>re?{...re,month:new Date(re.month.getFullYear(),re.month.getMonth()+1)}:null),className:"p-1 rounded hover:bg-white/10",children:jsxRuntime.jsx(lucideReact.ChevronRight,{className:"w-3.5 h-3.5",style:{color:t.textSecondary}})})]}),jsxRuntime.jsx("div",{className:"grid grid-cols-7 gap-0.5 mb-1",children:["D","L","M","M","J","V","S"].map((re,Ze)=>jsxRuntime.jsx("div",{className:"w-6 h-6 flex items-center justify-center text-[10px]",style:{color:t.textTertiary},children:re},Ze))}),jsxRuntime.jsx("div",{className:"grid grid-cols-7 gap-0.5",children:(()=>{let re=B?.month||new Date,Ze=re.getFullYear(),Ye=re.getMonth(),Rt=new Date(Ze,Ye,1).getDay(),Lt=new Date(Ze,Ye+1,0).getDate(),Bt=new Date,or=[];for(let sr=Rt-1;sr>=0;sr--)or.push({day:new Date(Ze,Ye,-sr).getDate(),date:new Date(Ze,Ye-1,new Date(Ze,Ye,-sr).getDate()),isCurrentMonth:false});for(let sr=1;sr<=Lt;sr++)or.push({day:sr,date:new Date(Ze,Ye,sr),isCurrentMonth:true});let Qa=42-or.length;for(let sr=1;sr<=Qa;sr++)or.push({day:sr,date:new Date(Ze,Ye+1,sr),isCurrentMonth:false});return or.map((sr,Ra)=>{let Ho=sr.date.toDateString()===Bt.toDateString(),Vn=(O?typeof O=="string"?new Date(O):O:null)?.toDateString()===sr.date.toDateString();return jsxRuntime.jsx("button",{type:"button",className:"w-6 h-6 rounded-full flex items-center justify-center text-[10px] transition-colors",style:{color:sr.isCurrentMonth?Vn?"#FFF":t.textPrimary:t.textTertiary,backgroundColor:Vn?"#00E5CC":"transparent",boxShadow:Ho&&!Vn?"inset 0 0 0 1px #00E5CC":"none"},onClick:()=>{m?.(me.id,{[Q]:sr.date}),_(null);},children:sr.day},Ra)})})()})]})]})]}),document.body)]});case "duration":return jsxRuntime.jsx("div",{className:"flex items-center justify-center w-full",children:jsxRuntime.jsx("span",{className:"text-xs tabular-nums",style:{color:t.textSecondary,fontFamily:"Inter, sans-serif",fontWeight:600},children:Yt(me)})});case "assignees":if(Xe)return jsxRuntime.jsx("div",{className:"flex items-center justify-center w-full",style:{opacity:.4},children:jsxRuntime.jsx("span",{className:"text-xs",style:{color:t.textTertiary},children:"\u2014"})});let M=a.filter(re=>me.assignees?.some(Ze=>Ze.id?Ze.id===re.id:Ze.name===re.name||Ze.initials===re.initials));return jsxRuntime.jsx("div",{className:"flex items-center justify-center w-full",onClick:re=>re.stopPropagation(),children:jsxRuntime.jsx(ko,{assignedUsers:M,availableUsers:a,onChange:re=>{let Ze=re.map(Ye=>({id:Ye.id,name:Ye.name,initials:Ye.initials,color:Ye.color}));m?.(me.id,{assignees:Ze});}})});case "status":if(Xe){let re=me.progress===100?"\u2713":me.progress>0?"\u25D0":"\u25CB";return jsxRuntime.jsx("div",{className:"flex items-center justify-center w-full",style:{opacity:.5},children:jsxRuntime.jsx("span",{className:"text-xs",style:{color:t.textTertiary},children:re})})}return jsxRuntime.jsx("div",{className:"flex items-center justify-center w-full",onClick:re=>re.stopPropagation(),children:jsxRuntime.jsx(tp,{status:me.status||"todo",onChange:re=>{m?.(me.id,{status:re,progress:re==="completed"?100:me.progress});}})});case "progress":return jsxRuntime.jsxs("div",{className:"flex items-center justify-center gap-2 w-full",style:{opacity:Xe?.6:1},children:[jsxRuntime.jsx("div",{className:"flex-1 h-1.5 rounded-full overflow-hidden max-w-[60px]",style:{backgroundColor:t.bgSecondary},children:jsxRuntime.jsx("div",{className:"h-full rounded-full transition-all",style:{width:`${me.progress}%`,backgroundColor:me.progress===100?t.statusCompleted:t.accent}})}),jsxRuntime.jsxs("span",{className:"text-xs tabular-nums min-w-[35px] text-right",style:{color:t.textTertiary,fontFamily:"Inter, sans-serif",fontWeight:600},children:[me.progress,"%"]})]});case "priority":let R={low:"LOW",medium:"MEDIUM",high:"HIGH",urgent:"URGENT"},q={LOW:"low",MEDIUM:"medium",HIGH:"high",URGENT:"urgent"},xe=R[me.priority||"medium"]||"MEDIUM";return jsxRuntime.jsx("div",{className:"flex items-center justify-center w-full",onClick:re=>re.stopPropagation(),children:jsxRuntime.jsx(vo,{priority:xe,onChange:re=>{re&&m?.(me.id,{priority:q[re]||"medium"});}})});default:return null}},_e=se=>[{id:"hide",label:"Hide Column",icon:ar.Hide,onClick:()=>u(se),disabled:se==="name"},{id:"sep1",label:"",onClick:()=>{},separator:true},{id:"sortAsc",label:"Sort Ascending",icon:ar.SortAsc,onClick:()=>{}},{id:"sortDesc",label:"Sort Descending",icon:ar.SortDesc,onClick:()=>{}}],ua=se=>{let me=se.subtasks&&se.subtasks.length>0,mt=Mo(e),Xe=pe.size>1&&pe.has(se.id),it=Xe?mt.filter(te=>pe.has(te.id)):[se],V=it.map(te=>te.id),ce=it.filter(te=>!(te.subtasks&&te.subtasks.length>0)),Q=Xe?` (${V.length})`:"",O=()=>{k?k(V,se.name):h?.(V);};return me?[{id:"addSubtask",label:H?.contextMenu?.addSubtask||"Add Subtask",icon:ar.Add,onClick:()=>{S?.(se.id);}},{id:"duplicate",label:(H?.contextMenu?.duplicateTask||"Duplicate Task")+Q,icon:ar.Duplicate,onClick:()=>{v?.(V);}},{id:"sep1",label:"",onClick:()=>{},separator:true},{id:"delete",label:(H?.contextMenu?.deleteTask||"Delete Task")+Q,icon:ar.Delete,onClick:O}]:[{id:"edit",label:H?.contextMenu?.editTask||"Edit Task",icon:ar.Pencil,onClick:()=>{o?.(se);}},{id:"addSubtask",label:H?.contextMenu?.addSubtask||"Add Subtask",icon:ar.Add,onClick:()=>{S?.(se.id);}},{id:"sep1",label:"",onClick:()=>{},separator:true},{id:"markIncomplete",label:(H?.contextMenu?.markIncomplete||"Mark Incomplete")+Q,icon:ar.MarkIncomplete,onClick:()=>{ce.forEach(te=>m?.(te.id,{status:"todo",progress:0}));},disabled:ce.length===0||ce.every(te=>te.status==="todo")},{id:"setInProgress",label:(H?.contextMenu?.setInProgress||"Set In Progress")+Q,icon:ar.SetInProgress,onClick:()=>{ce.forEach(te=>m?.(te.id,{status:"in-progress"}));},disabled:ce.length===0||ce.every(te=>te.status==="in-progress")},{id:"markComplete",label:(H?.contextMenu?.markComplete||"Mark Complete")+Q,icon:ar.MarkComplete,onClick:()=>{ce.forEach(te=>m?.(te.id,{status:"completed",progress:100}));},disabled:ce.length===0||ce.every(te=>te.status==="completed")},{id:"sep2",label:"",onClick:()=>{},separator:true},{id:"duplicate",label:(H?.contextMenu?.duplicateTask||"Duplicate Task")+Q,icon:ar.Duplicate,onClick:()=>{v?.(V);}},{id:"split",label:H?.contextMenu?.splitTask||"Split Task",icon:ar.Split,onClick:()=>{},disabled:true},{id:"sep3",label:"",onClick:()=>{},separator:true},{id:"delete",label:(H?.contextMenu?.deleteTask||"Delete Task")+Q,icon:ar.Delete,onClick:O}]},jt=d.filter(se=>se.visible),oa=jt.reduce((se,me)=>se+me.width,0);return jsxRuntime.jsxs("div",{className:"gantt-taskgrid-content",style:{backgroundColor:t.bgPrimary,minWidth:oa},children:[jsxRuntime.jsxs("div",{className:"sticky top-0 z-10 flex items-center",style:{backgroundColor:t.glassHeader||t.bgSecondary,height:`${qt}px`,paddingLeft:"3px",borderBottom:`1px solid ${t.border}`,boxSizing:"border-box"},children:[jsxRuntime.jsx("div",{className:"flex items-center flex-1 min-w-0",children:jt.map((se,me)=>{let mt=me===jt.length-1,Xe=se.id==="name";return jsxRuntime.jsxs("div",{className:`flex items-center px-4 cursor-pointer hover:bg-opacity-50 transition-colors relative ${Xe?"":"justify-center"}`,style:{width:`${se.width}px`,minWidth:`${se.minWidth??(Xe?200:60)}px`,maxWidth:`${se.maxWidth??2e3}px`,flexShrink:Xe&&jt.length===1?1:0,flexGrow:Xe&&jt.length===1?1:0,borderRight:mt?"none":`1px solid ${t.borderLight}`,height:"100%",boxSizing:"border-box",overflow:"hidden"},onContextMenu:it=>{it.preventDefault(),Ae({isOpen:true,x:it.clientX,y:it.clientY,type:"header",columnId:se.id});},onMouseEnter:it=>{it.currentTarget.style.backgroundColor=t.hoverBg;},onMouseLeave:it=>{it.currentTarget.style.backgroundColor="transparent";},children:[jsxRuntime.jsx("span",{className:"text-xs uppercase tracking-wider",style:{color:t.textTertiary,fontFamily:"Inter, sans-serif",fontWeight:600,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",minWidth:0,paddingRight:"0"},title:se.label,children:se.label}),se.resizable&&jsxRuntime.jsx("div",{className:"absolute right-0 top-0 bottom-0 cursor-col-resize transition-colors group",style:{width:"12px",marginRight:"-6px",backgroundColor:We===se.id?`${t.accent}30`:"transparent",zIndex:5},onMouseDown:it=>{it.preventDefault(),it.stopPropagation(),Pe(se.id),ye(it.clientX),ze(se.width);},title:"Drag to resize column",children:jsxRuntime.jsx("div",{className:"absolute top-0 bottom-0 transition-opacity",style:{left:"5px",width:"2px",backgroundColor:t.accent,borderRadius:"1px",opacity:We===se.id?.8:void 0},children:jsxRuntime.jsx("div",{className:"absolute inset-0 opacity-20 group-hover:opacity-80 transition-opacity",style:{backgroundColor:t.accent}})})})]},se.id)})}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1 px-2",style:{position:"sticky",right:0,height:"100%",backgroundColor:t.glassHeader||t.bgSecondary,zIndex:5},children:[jsxRuntime.jsx(qi,{columns:d,onToggleColumn:u,theme:t}),jsxRuntime.jsx("button",{onClick:()=>J(!U),className:"p-1.5 rounded hover:bg-opacity-10 transition-colors",style:{color:t.textTertiary},title:"Keyboard shortcuts",children:jsxRuntime.jsx(lucideReact.Keyboard,{className:"w-4 h-4"})}),U&&jsxRuntime.jsxs("div",{ref:De,className:"absolute top-full right-0 mt-2 p-4 rounded-lg shadow-2xl z-50 min-w-[400px]",style:{backgroundColor:t.bgPrimary,border:`1px solid ${t.border}`,color:t.textPrimary},onClick:se=>se.stopPropagation(),children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between mb-3 pb-2 border-b",style:{borderColor:t.border},children:[jsxRuntime.jsx("h3",{className:"font-semibold text-sm",style:{color:t.textPrimary},children:"Keyboard Shortcuts"}),jsxRuntime.jsx("button",{onClick:()=>J(false),className:"text-xs px-2 py-1 rounded hover:bg-opacity-10",style:{color:t.textTertiary},children:"Close"})]}),jsxRuntime.jsxs("div",{className:"space-y-3 text-xs",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("div",{className:"font-semibold mb-1.5",style:{color:t.textSecondary},children:"Navigation"}),jsxRuntime.jsxs("div",{className:"space-y-1",children:[jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{style:{color:t.textTertiary},children:"Move focus up/down"}),jsxRuntime.jsx("kbd",{className:"px-2 py-0.5 rounded font-mono text-xs",style:{backgroundColor:t.bgGrid,color:t.textPrimary},children:"\u2191 / \u2193"})]}),jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{style:{color:t.textTertiary},children:"Select range"}),jsxRuntime.jsx("kbd",{className:"px-2 py-0.5 rounded font-mono text-xs",style:{backgroundColor:t.bgGrid,color:t.textPrimary},children:"Shift + \u2191 / \u2193"})]}),jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{style:{color:t.textTertiary},children:"Toggle selection"}),jsxRuntime.jsx("kbd",{className:"px-2 py-0.5 rounded font-mono text-xs",style:{backgroundColor:t.bgGrid,color:t.textPrimary},children:"Cmd/Ctrl + Click"})]})]})]}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("div",{className:"font-semibold mb-1.5",style:{color:t.textSecondary},children:"Hierarchy"}),jsxRuntime.jsxs("div",{className:"space-y-1",children:[jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{style:{color:t.textTertiary},children:"Indent task"}),jsxRuntime.jsx("kbd",{className:"px-2 py-0.5 rounded font-mono text-xs",style:{backgroundColor:t.bgGrid,color:t.textPrimary},children:"Tab"})]}),jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{style:{color:t.textTertiary},children:"Outdent task"}),jsxRuntime.jsx("kbd",{className:"px-2 py-0.5 rounded font-mono text-xs",style:{backgroundColor:t.bgGrid,color:t.textPrimary},children:"Shift + Tab"})]}),jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{style:{color:t.textTertiary},children:"Expand/Collapse"}),jsxRuntime.jsx("kbd",{className:"px-2 py-0.5 rounded font-mono text-xs",style:{backgroundColor:t.bgGrid,color:t.textPrimary},children:"\u2192 / \u2190"})]})]})]}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("div",{className:"font-semibold mb-1.5",style:{color:t.textSecondary},children:"Editing"}),jsxRuntime.jsxs("div",{className:"space-y-1",children:[jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{style:{color:t.textTertiary},children:"Create task below"}),jsxRuntime.jsx("kbd",{className:"px-2 py-0.5 rounded font-mono text-xs",style:{backgroundColor:t.bgGrid,color:t.textPrimary},children:"Enter"})]}),jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{style:{color:t.textTertiary},children:"Create task above"}),jsxRuntime.jsx("kbd",{className:"px-2 py-0.5 rounded font-mono text-xs",style:{backgroundColor:t.bgGrid,color:t.textPrimary},children:"Shift + Enter"})]}),jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{style:{color:t.textTertiary},children:"Open task modal"}),jsxRuntime.jsx("kbd",{className:"px-2 py-0.5 rounded font-mono text-xs",style:{backgroundColor:t.bgGrid,color:t.textPrimary},children:"Cmd/Ctrl + Enter"})]}),jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{style:{color:t.textTertiary},children:"Rename task"}),jsxRuntime.jsx("kbd",{className:"px-2 py-0.5 rounded font-mono text-xs",style:{backgroundColor:t.bgGrid,color:t.textPrimary},children:"F2"})]})]})]}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("div",{className:"font-semibold mb-1.5",style:{color:t.textSecondary},children:"Actions"}),jsxRuntime.jsxs("div",{className:"space-y-1",children:[jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{style:{color:t.textTertiary},children:"Move task up/down"}),jsxRuntime.jsx("kbd",{className:"px-2 py-0.5 rounded font-mono text-xs",style:{backgroundColor:t.bgGrid,color:t.textPrimary},children:"Alt + \u2191 / \u2193"})]}),jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{style:{color:t.textTertiary},children:"Delete task"}),jsxRuntime.jsx("kbd",{className:"px-2 py-0.5 rounded font-mono text-xs",style:{backgroundColor:t.bgGrid,color:t.textPrimary},children:"Delete"})]}),jsxRuntime.jsxs("div",{className:"flex justify-between",children:[jsxRuntime.jsx("span",{style:{color:t.textTertiary},children:"Duplicate task"}),jsxRuntime.jsx("kbd",{className:"px-2 py-0.5 rounded font-mono text-xs",style:{backgroundColor:t.bgGrid,color:t.textPrimary},children:"Cmd/Ctrl + D"})]})]})]})]})]})]})]}),jsxRuntime.jsx("div",{className:"gantt-taskgrid-content","data-grid-body":true,style:{minHeight:Ut},children:pt.map(({task:se,level:me},mt)=>{let Xe=tt(se.id),it=da(mt),V=de===se.id,ce=V&&Re==="above",Q=V&&Re==="below",O=V&&Re==="child",te={};return O&&(te.backgroundColor=`${t.accent}15`,te.boxShadow=`inset 0 0 0 2px ${t.accent}`),jsxRuntime.jsxs(framerMotion.motion.div,{"data-task-row":se.id,className:`flex items-center cursor-pointer group ${Me===se.id?"opacity-50":""}`,style:{position:"relative",height:`${r}px`,borderLeft:Xe?`3px solid ${t.accent}`:"3px solid transparent",backgroundColor:Xe?t.accentLight:O?`${t.accent}15`:mt%2===0?t.bgPrimary:t.bgGrid,opacity:Y?se.isCriticalPath?1:.4:void 0,transition:"opacity 300ms ease",...te},onMouseEnter:()=>I(se.id),onMouseLeave:()=>I(null),onClick:we=>{let R=Mo(e).map(re=>re.id),xe=navigator.platform.toUpperCase().indexOf("MAC")>=0?we.metaKey:we.ctrlKey;rt(se.id,R,xe,we.shiftKey),!xe&&!we.shiftKey&&s?.(se);},onDoubleClick:we=>{we.stopPropagation(),o?.(se);},onContextMenu:we=>{we.preventDefault(),Ae({isOpen:true,x:we.clientX,y:we.clientY,type:"task",task:se}),c?.(se,we);},whileHover:{backgroundColor:Xe?t.accentLight:t.hoverBg},children:[ce&&jsxRuntime.jsx("div",{style:{position:"absolute",top:0,left:0,right:0,height:"2px",backgroundColor:t.accent,zIndex:10}}),Q&&jsxRuntime.jsx("div",{style:{position:"absolute",bottom:0,left:0,right:0,height:"2px",backgroundColor:t.accent,zIndex:10}}),jt.map((we,M)=>{let R=M===jt.length-1,q=we.id==="name",xe=!!(se.subtasks&&se.subtasks.length>0),re=we.id==="assignees"||we.id==="startDate"||we.id==="endDate"?we.id:null,Ye=!!re&&!xe&&ee===se.id&&!L,Rt=it&&!!L&&L.column===we.id;return jsxRuntime.jsxs("div",{className:`px-4 flex items-center ${q?"justify-start":"justify-center"}`,style:{position:"relative",width:`${we.width}px`,minWidth:`${we.minWidth??(q?200:60)}px`,maxWidth:`${we.maxWidth??2e3}px`,flexShrink:q&&jt.length===1?1:0,flexGrow:q&&jt.length===1?1:0,borderRight:R?"none":`1px solid ${ee===se.id?t.border:t.borderLight}`,height:"100%",boxSizing:"border-box",overflow:"visible",backgroundColor:Rt?`${t.accent}22`:void 0,boxShadow:Rt?`inset 0 0 0 1px ${t.accent}66`:void 0},children:[ot(we,se,q?me:0),Ye&&re&&jsxRuntime.jsx("div",{title:"Arrastr\xE1 hacia abajo para aplicar a varias tareas",onMouseDown:Lt=>br(Lt,se.id,re,mt),style:{position:"absolute",right:2,bottom:2,width:8,height:8,borderRadius:2,background:t.accent,border:`1px solid ${t.bgPrimary}`,cursor:"crosshair",zIndex:5}})]},`${se.id}-${we.id}`)})]},se.id)})}),jsxRuntime.jsx(os,{isOpen:Ce.isOpen,x:Ce.x,y:Ce.y,items:Ce.type==="header"&&Ce.columnId?_e(Ce.columnId):Ce.type==="task"&&Ce.task?ua(Ce.task):[],onClose:()=>Ae({...Ce,isOpen:false}),theme:t}),kt&&Ie&&Me&&typeof document<"u"&&reactDom.createPortal(jsxRuntime.jsx("div",{style:{position:"fixed",left:Ie.x+12,top:Ie.y-10,zIndex:99999,pointerEvents:"none"},children:(()=>{let se=pt.find(me=>me.task.id===Me)?.task;return se?jsxRuntime.jsx("div",{className:"flex items-center gap-2 px-2 py-1 rounded",style:{backgroundColor:"rgba(255, 255, 255, 0.08)",backdropFilter:"blur(4px)"},children:jsxRuntime.jsx("span",{className:"text-xs font-medium",style:{color:t.textSecondary,opacity:.9},children:se.name})}):null})()}),document.body)]})}function $m(e,t){let[r,a]=react.useState("none"),[n,s]=react.useState(0),[o,c]=react.useState(e),[l,i]=react.useState(t),[d,u]=react.useState(null),[p,m]=react.useState(null),[f,x]=react.useState(null),[y,b]=react.useState(null),[h,v]=react.useState(0),[w,C]=react.useState(0),[S,F]=react.useState(null),[k,N]=react.useState(false);return {dragMode:r,setDragMode:a,dragOffset:n,setDragOffset:s,ghostX:o,setGhostX:c,ghostWidth:l,setGhostWidth:i,connectionLine:d,setConnectionLine:u,hoveredTaskId:p,setHoveredTaskId:m,activeZone:f,setActiveZone:x,draggedSegmentIndex:y,setDraggedSegmentIndex:b,draggedSegmentStartX:h,setDraggedSegmentStartX:v,segmentDragOffsetX:w,setSegmentDragOffsetX:C,hoveredSegmentIndex:S,setHoveredSegmentIndex:F,isHovered:k,setIsHovered:N,isDragging:r!=="none",isResizing:r==="resize-start"||r==="resize-end",isConnecting:r==="connect",resetDragState:(ee,I)=>{a("none"),u(null),m(null),c(ee),i(I),C(0),b(null),v(0);}}}function Ji({task:e,x:t,y:r,width:a,theme:n,dayWidth:s,startDate:o,templates:c,onClick:l,onDoubleClick:i,onContextMenu:d,onDateChange:u,onDependencyCreate:p,allTaskPositions:m=[],onDragMove:f,onHoverChange:x,showBaseline:y,showTaskBarLabels:b=true,showCriticalPath:h=true,readOnly:v=false,onProgressChange:w}){let C=$m(t,a),S=react.useRef(null),F=react.useRef(false),k=react.useRef(null),N=react.useRef(null),{dragMode:P,setDragMode:T,dragOffset:Y,setDragOffset:H,ghostX:ee,setGhostX:I,ghostWidth:K,setGhostWidth:j,connectionLine:W,setConnectionLine:$,hoveredTaskId:ve,setHoveredTaskId:We,activeZone:Pe,setActiveZone:be,draggedSegmentIndex:ye,setDraggedSegmentIndex:fe,draggedSegmentStartX:ze,setDraggedSegmentStartX:Ce,segmentDragOffsetX:Ae,setSegmentDragOffsetX:Me,hoveredSegmentIndex:qe,setHoveredSegmentIndex:de,isHovered:et,setIsHovered:Re,isDragging:Be,isResizing:Nt,isConnecting:bt,resetDragState:Oe}=C,Ie=18,st=!!n.executionBarBg,kt=n.textPrimary==="#FFFFFF"||n.bgPrimary==="#050505",$e=st?3:6,He=e.subtasks&&e.subtasks.length>0,L=react.useRef(null),[oe,B]=(()=>{let V=react.useRef(null),[,ce]=react.useState(0);return [V.current,Q=>{V.current=Q,ce(O=>O+1);}]})(),_=!!w&&!v&&!He&&!e.segments&&!!e.startDate&&!!e.endDate,U=e.endDate&&(()=>{let V=new Date;V.setHours(0,0,0,0);let ce=new Date(e.endDate);return ce.setHours(0,0,0,0),ce<V})()&&e.progress<100,J=h&&e.isCriticalPath,De=n.name==="neutral"||n.today==="#1C1917",pe=e.status==="completed"||e.progress===100,rt={low:"#10B981",LOW:"#10B981",medium:"#F59E0B",MEDIUM:"#F59E0B",high:"#F97316",HIGH:"#F97316",urgent:"#EF4444",URGENT:"#EF4444"},Qe=h&&e.isCriticalPath||U?"#EF4444":e.color?e.color:e.priority&&rt[e.priority]?rt[e.priority]:n.taskBarPrimary,Ht=v?"default":Be?bt?"crosshair":Nt?"ew-resize":"grabbing":"grab",pt=v?"default":"ew-resize",Ut=(V=>V>=80?20:V>=60?15:V>=50?12:10)(a),ur=a<50,br=a<40;react.useEffect(()=>{x&&(!et||Be||e.segments)&&x(null);},[et,Be,e.segments,x]);let da=V=>V.toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"}),Yt=()=>{let V=Math.ceil((e.endDate.getTime()-e.startDate.getTime())/864e5);return `${V} day${V!==1?"s":""}`},hr=V=>Math.round(V/s)*s,Ft=V=>{let ce=Math.round(V/s),Q=new Date(o);return Q.setDate(Q.getDate()+ce),Q},jr=(V,ce)=>{for(let Q of m){if(Q.id===e.id)continue;let O=5;if(V>=Q.x-O&&V<=Q.x+Q.width+O&&ce>=Q.y-O&&ce<=Q.y+Q.height+O)return Q.id}return null},Wt=react.useCallback((V,ce,Q)=>{if(v)return;V.preventDefault(),V.stopPropagation();let O=S.current?.ownerSVGElement;if(!O)return;let te=O.createSVGPoint();te.x=V.clientX,te.y=V.clientY;let we=te.matrixTransform(O.getScreenCTM()?.inverse()),M=Q!==void 0?Q:t,R=ce;if(!R){let q=we.x-M;V.shiftKey?(R="connect",$({x:t+a,y:r+Ie/2})):V.ctrlKey||V.metaKey?R="move":V.altKey?R=q<a/2?"resize-start":"resize-end":br?q<a/2?R="move":R="resize-end":ur?q<=Ut/2?R="resize-start":q>=a-Ut/2?R="resize-end":R="move":q<=Ut?R="resize-start":q>=a-Ut?R="resize-end":R="move";}F.current=false,T(R),Re(false),be(null),R==="move"?H(we.x-M):R==="connect"?$({x:t+a,y:r+Ie/2}):H(0),I(M),j(a);},[t,a,r,Ie,v]),nr=react.useCallback(V=>{let ce=S.current?.ownerSVGElement;if(!ce)return;let Q=ce.closest(".gantt-timeline-scroll");if(!Q)return;let O=Q.getBoundingClientRect(),te=60,we=15,M=0;if(V.clientX<O.left+te){let R=O.left+te-V.clientX;M=-Math.min(we,R/2);}else if(V.clientX>O.right-te){let R=V.clientX-(O.right-te);M=Math.min(we,R/2);}return M!==0&&(Q.scrollLeft+=M),M!==0},[]),_r=react.useCallback(V=>{if(P==="none")return;F.current=true,N.current=V;let ce=S.current?.ownerSVGElement;if(!ce)return;if(P==="move"||P==="resize-start"||P==="resize-end"){let te=nr(V);te&&!k.current?k.current=window.setInterval(()=>{N.current&&(nr(N.current),_r(N.current));},16):!te&&k.current&&(window.clearInterval(k.current),k.current=null);}let Q=ce.createSVGPoint();Q.x=V.clientX,Q.y=V.clientY;let O=Q.matrixTransform(ce.getScreenCTM()?.inverse());if(P==="connect"){$({x:O.x,y:O.y});let te=jr(O.x,O.y);We(te);}else if(P==="move"){let te=O.x-Y,we=hr(te);I(we),j(a);let M=Math.round((we-t)/s);if(f?.(e.id,M,true),e.segments&&e.segments.length>0&&ye!==null){let R=we-ze;Me(R);}}else if(P==="resize-start"){let te=O.x,we=hr(te),M=t+a-we;M>=s&&(I(we),j(M));}else if(P==="resize-end"){let te=O.x,M=hr(te)-t;M>=s&&j(M);}},[P,t,a,s,Y,e,hr,ye,ze,jr,We,$,I,j,Me,f,nr]),Dr=react.useCallback(()=>{if(k.current&&(window.clearInterval(k.current),k.current=null),N.current=null,P!=="none"){if(P==="connect")ve&&p&&p(e,ve),$(null),We(null);else {let V=e.endDate.getTime()-e.startDate.getTime(),ce,Q,O=true;if(P==="move"){if(ce=Ft(ee),Q=new Date(ce.getTime()+V),e.segments&&e.segments.length>0&&ye!==null){let te=Math.round(Ae/s),we=e.segments.map((xe,re)=>{if(re===ye){let Ze=new Date(xe.startDate),Ye=new Date(xe.endDate);return Ze.setDate(Ze.getDate()+te),Ye.setDate(Ye.getDate()+te),{startDate:Ze,endDate:Ye}}return xe}),M=we.flatMap(xe=>[xe.startDate,xe.endDate]),R=new Date(Math.min(...M.map(xe=>xe.getTime()))),q=new Date(Math.max(...M.map(xe=>xe.getTime())));u?.({...e,segments:we},R,q),Oe(t,a);return}}else P==="resize-start"?(ce=Ft(ee),Q=e.endDate,ce>Q&&(console.warn("Invalid date range: start date must be before or equal to end date"),O=false)):P==="resize-end"?(ce=e.startDate,Q=Ft(ee+K),Q.setDate(Q.getDate()-1),Q<ce&&(console.warn("Invalid date range: end date must be after or equal to start date"),O=false)):O=false;O&&ce&&Q&&(Q.getTime()<ce.getTime()?console.warn("Invalid date range: end date cannot be before start date"):u?.(e,ce,Q));}f?.(e.id,0,false),Oe(t,a);}},[P,ee,K,e,u,ve,p,t,a,s,Ft,Ae,ye,Oe,f]);react.useEffect(()=>{if(P==="none")return;let V=Q=>{_r(Q);},ce=()=>{Dr();};return window.addEventListener("mousemove",V),window.addEventListener("mouseup",ce),()=>{window.removeEventListener("mousemove",V),window.removeEventListener("mouseup",ce),k.current&&(window.clearInterval(k.current),k.current=null);}},[P,_r,Dr]);let ot=Be&&!bt?ee:t,_e=Be&&!bt?K:a,ua=c.taskClass(e),jt=24,oa=h?e.isCriticalPath?1:.25:1,se=react.useCallback(V=>{if(!_)return;V.stopPropagation(),V.preventDefault();let Q=S.current?.querySelector('rect[data-bar-background="true"]')?.getBoundingClientRect()??null;L.current={barRect:Q,initialPct:e.progress||0},V.currentTarget.setPointerCapture(V.pointerId),B(e.progress||0);},[_,e.progress,B]),me=react.useCallback(V=>{let ce=L.current;if(!ce)return;let O=S.current?.querySelector('rect[data-bar-background="true"]')?.getBoundingClientRect()??ce.barRect;if(!O||O.width<=0)return;let te=(V.clientX-O.left)/O.width,we=Math.round(Math.max(0,Math.min(1,te))*100);V.shiftKey&&(we=Math.round(we/25)*25),B(we);},[B]),mt=react.useCallback(V=>{let ce=L.current;if(!ce)return;V.stopPropagation(),V.preventDefault();try{V.currentTarget.releasePointerCapture(V.pointerId);}catch{}let Q=oe;L.current=null,B(null),Q!=null&&Q!==ce.initialPct&&w&&w(e,Q);},[oe,w,e,B]),Xe=react.useCallback(V=>{V.stopPropagation(),V.preventDefault();},[]),it=oe??(e.progress||0);return jsxRuntime.jsxs("g",{ref:S,"data-task-bar":"true",style:{opacity:oa,transition:"opacity 300ms ease"},onClick:()=>{!Be&&!F.current&&l?.(e),F.current=false;},onDoubleClick:V=>{!Be&&!F.current&&(V.stopPropagation(),i?.(e));},onContextMenu:V=>{V.preventDefault(),d?.(e,V);},onMouseEnter:()=>!Be&&Re(true),onMouseMove:V=>{x&&et&&!Be&&!e.segments&&x({task:e,x:t,y:r,width:a,height:Ie,showBelow:false,mouseX:V.clientX,mouseY:V.clientY});},onMouseLeave:()=>{Be||(Re(false),be(null));},children:[jsxRuntime.jsx("rect",{x:t,y:r,width:a+jt,height:Ie,fill:"transparent",style:{pointerEvents:"all"}}),et&&!Be&&!ur&&!e.segments&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("rect",{x:t,y:r,width:Ut,height:Ie,fill:Pe==="resize-start"?n.accent:"transparent",opacity:Pe==="resize-start"?.15:0,style:{cursor:pt,pointerEvents:"all"},onMouseEnter:()=>be("resize-start"),onMouseDown:V=>Wt(V,"resize-start")}),jsxRuntime.jsx("rect",{x:t+Ut,y:r,width:a-Ut*2,height:Ie,fill:Pe==="move"?n.accent:"transparent",opacity:Pe==="move"?.1:0,style:{cursor:v?"default":"grab",pointerEvents:"all"},onMouseEnter:()=>be("move"),onMouseDown:V=>Wt(V,"move")}),jsxRuntime.jsx("rect",{x:t+a-Ut,y:r,width:Ut,height:Ie,fill:Pe==="resize-end"?n.accent:"transparent",opacity:Pe==="resize-end"?.15:0,style:{cursor:pt,pointerEvents:"all"},onMouseEnter:()=>be("resize-end"),onMouseDown:V=>Wt(V,"resize-end")})]}),et&&!Be&&br&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("rect",{x:t,y:r,width:a/2,height:Ie,fill:Pe==="move"?n.accent:"transparent",opacity:Pe==="move"?.2:0,style:{cursor:v?"default":"grab",pointerEvents:"all"},onMouseEnter:()=>be("move"),onMouseDown:V=>Wt(V,"move")}),jsxRuntime.jsx("rect",{x:t+a/2,y:r,width:a/2,height:Ie,fill:Pe==="resize-end"?n.accent:"transparent",opacity:Pe==="resize-end"?.2:0,style:{cursor:pt,pointerEvents:"all"},onMouseEnter:()=>be("resize-end"),onMouseDown:V=>Wt(V,"resize-end")}),et&&jsxRuntime.jsx(framerMotion.motion.line,{x1:t+a/2,y1:r+4,x2:t+a/2,y2:r+Ie-4,stroke:n.textTertiary,strokeWidth:1,strokeDasharray:"2 2",opacity:.3,initial:{opacity:0},animate:{opacity:.3},transition:{duration:.2},style:{pointerEvents:"none"}})]}),Be&&!bt&&!e.segments&&jsxRuntime.jsx(framerMotion.motion.rect,{x:ee,y:r,width:K,height:Ie,rx:$e,fill:n.accent,opacity:.15,stroke:n.accent,strokeWidth:1,strokeDasharray:"4 3",initial:{opacity:0},animate:{opacity:.25},transition:{duration:.15},style:{pointerEvents:"none"}}),y&&e.baselineStartDate&&e.baselineEndDate&&!Be&&(()=>{let V=e.baselineStartDate.getTime(),ce=e.baselineEndDate.getTime(),Q=o.getTime(),O=864e5,te=(V-Q)/O,we=(ce-V)/O,M=te*s,R=Math.max(we*s,s),q=ot+_e,xe=M+R,re=e.endDate?.getTime()??0,Ze=Math.ceil((re-ce)/O),Ye=Ze>0,Rt=Ze<-0;return jsxRuntime.jsxs("g",{style:{pointerEvents:"none"},children:[jsxRuntime.jsx("rect",{x:M,y:r,width:R,height:Ie,rx:$e,fill:"none",stroke:kt?"rgba(255,255,255,0.45)":"rgba(0,0,0,0.35)",strokeWidth:1.5,strokeDasharray:"6 4"}),Ye&&q>xe&&jsxRuntime.jsx("rect",{x:xe,y:r,width:q-xe,height:Ie,rx:0,fill:"#EF4444",opacity:.2}),Ye&&jsxRuntime.jsxs("text",{x:Math.max(q,xe)+6,y:r+Ie/2+1,fill:"#EF4444",fontSize:"10",fontWeight:"700",fontFamily:"'JetBrains Mono', monospace",dominantBaseline:"middle",children:["+",Ze,"d"]}),Rt&&jsxRuntime.jsxs("text",{x:q+6,y:r+Ie/2+1,fill:"#10B981",fontSize:"10",fontWeight:"700",fontFamily:"'JetBrains Mono', monospace",dominantBaseline:"middle",children:[Ze,"d"]})]})})(),!e.segments&&st&&He&&(()=>{let ce=r+(Ie-8)/2,Q=4,O=e.progress||0,te=new Date;te.setHours(0,0,0,0);let we=e.startDate&&te>=e.startDate,M=e.endDate&&(()=>{let Ye=new Date(e.endDate);return Ye.setHours(0,0,0,0),te>Ye})(),R=e.startDate&&te<e.startDate,q=1;if(we&&e.startDate&&e.endDate&&!R){let Ye=new Date(e.startDate);Ye.setHours(0,0,0,0);let Rt=new Date(e.endDate);Rt.setHours(0,0,0,0);let Lt=Math.max(1,(Rt.getTime()-Ye.getTime())/(1e3*60*60*24)),or=Math.min((te.getTime()-Ye.getTime())/(1e3*60*60*24),Lt)/Lt*100;q=or>0?O/or:1;}let xe;O>=100?xe="#00E5CC":R?xe="#4B5563":M&&O<100?xe="#EF4444":q>=.95?xe="#22C55E":q>=.8?xe="#F59E0B":xe="#EF4444";let re=Math.max(O/100*_e,O>0?Q*2:0),Ze=_e>100&&O>0;return jsxRuntime.jsxs("g",{"data-task-class":ua,style:{cursor:"default",pointerEvents:"all"},children:[jsxRuntime.jsx("rect",{x:ot,y:ce,width:_e,height:8,rx:Q,fill:"rgba(255,255,255,0.10)"}),O>0&&jsxRuntime.jsx("rect",{x:ot,y:ce,width:re,height:8,rx:Q,fill:xe}),Ze&&jsxRuntime.jsxs("text",{x:ot+re+6,y:ce+8/2,dominantBaseline:"central",fill:"rgba(255,255,255,0.7)",fontSize:"9",fontWeight:"700",fontFamily:"'JetBrains Mono', monospace",style:{pointerEvents:"none",userSelect:"none"},children:[Math.round(O),"%"]})]})})(),!e.segments&&st&&!He&&jsxRuntime.jsx(framerMotion.motion.rect,{x:ot,y:r,width:_e,height:Ie,rx:$e,fill:n.executionBarBg||"rgba(255,255,255,0.06)",stroke:n.border||"rgba(255,255,255,0.1)",strokeWidth:1,"data-task-class":ua,"data-bar-background":"true",initial:{opacity:0,scale:.95},animate:{opacity:Be&&!bt?.15:e.parentId?.6:1,scale:et&&!Be?1.01:1},transition:{duration:.2,ease:[.4,0,.2,1]},onMouseDown:V=>Wt(V),style:{cursor:Ht,pointerEvents:"all"}}),!e.segments&&!st&&jsxRuntime.jsx(framerMotion.motion.rect,{x:ot,y:r,width:_e,height:Ie,rx:$e,fill:Qe,"data-task-class":ua,initial:{opacity:0,scale:.95},animate:{opacity:Be&&!bt?.15:e.parentId?.6:et?.9:.8,scale:et&&!Be?1.02:1},transition:{duration:.2,ease:[.4,0,.2,1]},onMouseDown:He?void 0:V=>Wt(V),style:{cursor:He?"default":Ht,pointerEvents:"all"}}),st&&(U||J)&&!e.segments&&jsxRuntime.jsx("rect",{x:ot,y:r,width:_e,height:Ie,rx:$e,fill:"none",stroke:n.criticalPath,strokeWidth:2,style:{pointerEvents:"none",filter:`drop-shadow(0 0 6px ${n.criticalPathLight||"rgba(255,46,46,0.4)"})`}}),!e.segments&&it>0&&!He&&jsxRuntime.jsx("rect",{x:ot,y:r,width:Math.max(_e*(it/100),$e*2),height:Ie,rx:$e,fill:Qe,opacity:1,style:{pointerEvents:"none"}}),!e.segments&&!He&&e.progress<100&&(()=>{let V=e.progress>0?_e*(e.progress/100):0,ce=ot+V,Q=_e-V,O=e.progress===0?$e:0,te=e.progress===0?ot:ce,we=e.progress===0?_e:Q;return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("rect",{x:te,y:r,width:we,height:Ie,rx:O,fill:"url(#bar-remaining-hatch)",style:{pointerEvents:"none"}}),jsxRuntime.jsx("rect",{x:te,y:r,width:we,height:Ie,rx:O,fill:"none",stroke:"#00E5CC",strokeWidth:.8,strokeDasharray:"5 3",style:{pointerEvents:"none"}})]})})(),st&&!e.segments&&e.progress>0&&e.progress<100&&!He&&!Be&&oe===null&&(()=>{let V=ot+_e*(e.progress/100),ce=8,Q=e.assignees?.[0];return jsxRuntime.jsxs("g",{style:{pointerEvents:"none"},children:[jsxRuntime.jsx("circle",{cx:V,cy:r+Ie/2,r:ce,fill:Q?.color||n.accent,stroke:"#000",strokeWidth:1.5}),jsxRuntime.jsx("text",{x:V,y:r+Ie/2,textAnchor:"middle",dominantBaseline:"central",fill:"#FFF",fontSize:"8",fontWeight:"600",fontFamily:"Inter, sans-serif",children:Q?.initials||Q?.name?.charAt(0)?.toUpperCase()||""})]})})(),_&&!Be&&_e>=40&&(oe!==null||it<88)&&(()=>{let V=ot+_e*(it/100),ce=r+Ie/2,Q=oe!==null,O=Q?7:et?6:5,te=Q||et?1:.35,we=ot+_e-V,M=Math.max(4,Math.min(12,we-10)),R=12;return jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("rect",{x:V-R,y:ce-12,width:R+M,height:24,fill:"transparent",style:{cursor:"ew-resize",touchAction:"none"},onPointerDown:se,onPointerMove:me,onPointerUp:mt,onPointerCancel:mt,onClick:Xe,onDoubleClick:Xe,onMouseDown:q=>q.stopPropagation()}),jsxRuntime.jsx("circle",{cx:V,cy:ce,r:O,fill:"#FFFFFF",stroke:Qe,strokeWidth:2,opacity:te,style:{pointerEvents:"none",filter:Q?`drop-shadow(0 0 4px ${Qe})`:void 0,transition:"r 120ms ease, opacity 120ms ease"}}),Q&&jsxRuntime.jsxs("g",{style:{pointerEvents:"none"},children:[jsxRuntime.jsx("rect",{x:V-20,y:ce-28,width:40,height:18,rx:4,fill:kt?"rgba(15, 15, 20, 0.95)":"rgba(255, 255, 255, 0.95)",stroke:Qe,strokeWidth:1}),jsxRuntime.jsxs("text",{x:V,y:ce-16,textAnchor:"middle",dominantBaseline:"central",fill:kt?"#FFFFFF":"#111111",fontSize:"11",fontWeight:"700",fontFamily:"'JetBrains Mono', monospace",children:[oe,"%"]})]})]})})(),e.segments&&e.segments.map((V,ce)=>{let Q=(V.startDate.getTime()-o.getTime())/864e5*s,te=(V.endDate.getTime()-o.getTime())/(1e3*60*60*24)*s-Q+s,we=Be&&P==="move"&&ye===ce,M=qe===ce,R=we?Q+Ae:Q;return jsxRuntime.jsxs("g",{onMouseEnter:()=>!Be&&de(ce),onMouseLeave:()=>!Be&&de(null),children:[jsxRuntime.jsx(framerMotion.motion.rect,{x:R,y:r,width:te,height:Ie,rx:$e,fill:Qe,initial:{opacity:0,scale:.95},animate:{opacity:we||e.parentId?.6:M?.9:.8,scale:M&&!Be?1.02:1},transition:{duration:.2,ease:[.4,0,.2,1]},onMouseDown:q=>{q.stopPropagation(),fe(ce),Ce(Q),Wt(q,void 0,Q);},style:{cursor:Ht,pointerEvents:"all"}}),jsxRuntime.jsx("rect",{x:R,y:r,width:te*(e.progress/100),height:Ie,rx:$e,fill:Qe,opacity:1,style:{pointerEvents:"none"}})]},`segment-${ce}`)}),De&&(U||J)&&!e.segments&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[J&&!U&&jsxRuntime.jsx("rect",{x:ot,y:r,width:_e,height:Ie,rx:$e,fill:"none",stroke:n.border,strokeWidth:2,strokeDasharray:"4 4",opacity:.8,style:{pointerEvents:"none"}}),U&&jsxRuntime.jsx("rect",{x:ot,y:r,width:_e,height:Ie,rx:$e,fill:"url(#diagonal-stripes)",opacity:.3,style:{pointerEvents:"none"}})]}),b&&_e>60&&!e.segments&&!(st&&He)&&(()=>{let V=c.taskLabel(e),ce=typeof V=="string"?V:e.name,Q=ce.length>Math.floor(_e/8)?`${ce.substring(0,Math.floor(_e/8))}...`:ce;return jsxRuntime.jsx("text",{x:ot+8,y:r+Ie/2,dominantBaseline:"middle",fill:pe?"rgba(255, 255, 255, 0.6)":"#FFFFFF",fontSize:"11",fontWeight:"500",fontFamily:"Inter, sans-serif",style:{pointerEvents:"none",userSelect:"none",textDecoration:pe?"line-through":"none"},children:Q})})(),!Be&&!e.segments&&!He&&e.progress>0&&e.progress<100&&(st?jsxRuntime.jsxs("text",{x:ot+_e+6,y:r+Ie/2,dominantBaseline:"middle",fill:"#FFFFFF",fontSize:"9",fontWeight:"500",fontFamily:"'JetBrains Mono', monospace",style:{pointerEvents:"none",userSelect:"none"},children:[e.progress,"%"]}):_e>100?jsxRuntime.jsxs("text",{x:ot+_e-12,y:r+Ie/2,dominantBaseline:"middle",textAnchor:"end",fill:"rgba(255, 255, 255, 0.9)",fontSize:"11",fontWeight:"600",fontFamily:"Inter, sans-serif",style:{pointerEvents:"none",userSelect:"none"},children:[e.progress,"%"]}):null),e.status&&_e>80&&!Be&&!e.segments&&!(st&&He)&&jsxRuntime.jsxs("g",{style:{pointerEvents:"none"},children:[e.status==="completed"&&jsxRuntime.jsx("circle",{cx:ot+_e-8,cy:r+8,r:4,fill:n.statusCompleted,stroke:"#FFFFFF",strokeWidth:1.5}),e.status==="in-progress"&&jsxRuntime.jsx("circle",{cx:ot+_e-8,cy:r+8,r:4,fill:n.statusInProgress,stroke:"#FFFFFF",strokeWidth:1.5,opacity:.8})]}),(et||Nt)&&!bt&&!e.segments&&!He&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("rect",{x:ot-2,y:r,width:16,height:Ie,fill:"transparent",style:{cursor:pt},onMouseEnter:()=>be("resize-start"),onMouseLeave:()=>be(null),onMouseDown:V=>{V.stopPropagation(),Wt(V,"resize-start");}}),jsxRuntime.jsx(framerMotion.motion.rect,{x:ot+4,y:r+8,width:3,height:Ie-16,rx:1.5,fill:Pe==="resize-start"||P==="resize-start"?"#ffffff":"rgba(255,255,255,0.5)",style:{pointerEvents:"none"},initial:{opacity:0},animate:{opacity:1},transition:{duration:.15}})]}),jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("rect",{x:ot+_e-14,y:r,width:16,height:Ie,fill:"transparent",style:{cursor:pt},onMouseEnter:()=>be("resize-end"),onMouseLeave:()=>be(null),onMouseDown:V=>{V.stopPropagation(),Wt(V,"resize-end");}}),jsxRuntime.jsx(framerMotion.motion.rect,{x:ot+_e-7,y:r+8,width:3,height:Ie-16,rx:1.5,fill:Pe==="resize-end"||P==="resize-end"?"#ffffff":"rgba(255,255,255,0.5)",style:{pointerEvents:"none"},initial:{opacity:0},animate:{opacity:1},transition:{duration:.15}})]})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:et&&!Be&&!e.segments&&jsxRuntime.jsxs(framerMotion.motion.g,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},transition:{duration:.15},children:[jsxRuntime.jsx("circle",{cx:t+a+10,cy:r+Ie/2,r:10,fill:"transparent",style:{cursor:"crosshair"},onMouseEnter:()=>be("connect"),onMouseLeave:()=>be(null),onMouseDown:V=>{V.stopPropagation(),Wt(V,"connect");}}),jsxRuntime.jsx(framerMotion.motion.circle,{cx:t+a+10,cy:r+Ie/2,r:4,fill:n.accent,stroke:"#FFFFFF",strokeWidth:1.5,style:{pointerEvents:"none"},initial:{scale:0},animate:{scale:Pe==="connect"?1.4:1},exit:{scale:0},transition:{duration:.15,type:"spring",stiffness:500,damping:30}})]})}),bt&&W&&jsxRuntime.jsxs("g",{style:{pointerEvents:"none"},children:[jsxRuntime.jsx(framerMotion.motion.line,{x1:t+a,y1:r+Ie/2,x2:W.x,y2:W.y,stroke:ve?n.statusCompleted:n.accent,strokeWidth:ve?3:2,strokeDasharray:"6 4",initial:{opacity:0},animate:{opacity:ve?1:.8},transition:{duration:.15}}),jsxRuntime.jsx(framerMotion.motion.circle,{cx:W.x,cy:W.y,r:ve?8:6,fill:ve?n.statusCompleted:n.accent,stroke:"#FFFFFF",strokeWidth:2,initial:{scale:0},animate:{scale:1},transition:{duration:.15}}),ve&&jsxRuntime.jsx(framerMotion.motion.text,{x:W.x+15,y:W.y,dominantBaseline:"middle",fill:n.statusCompleted,fontSize:"11",fontWeight:"600",fontFamily:"Inter, sans-serif",initial:{opacity:0,x:W.x+10},animate:{opacity:1,x:W.x+15},transition:{duration:.2},children:"Connect"})]}),(et||Be)&&!bt&&!e.segments&&jsxRuntime.jsx(framerMotion.motion.rect,{x:ot-1,y:r-1,width:_e+2,height:Ie+2,rx:$e+1,fill:"none",stroke:Be?n.accent:st?"rgba(255,255,255,0.2)":n.taskBarPrimary,strokeWidth:st?1:2,opacity:Be||st?.6:.4,initial:{opacity:0},animate:{opacity:Be||st?.6:.4},transition:{duration:.2},style:{pointerEvents:"none"}}),Nt&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("line",{x1:ee,y1:0,x2:ee,y2:1e3,stroke:n.accent,strokeWidth:1,strokeDasharray:"4 4",opacity:.3,style:{pointerEvents:"none"}}),jsxRuntime.jsx("line",{x1:ee+K,y1:0,x2:ee+K,y2:1e3,stroke:n.accent,strokeWidth:1,strokeDasharray:"4 4",opacity:.3,style:{pointerEvents:"none"}})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:et&&!Be&&!e.segments&&!x&&(()=>{let Q=r<100,O=Q?r+Ie+13:r-82-13,te=Q?`M ${ot+_e/2-6} ${r+Ie+3} L ${ot+_e/2} ${r+Ie+13} L ${ot+_e/2+6} ${r+Ie+3}`:`M ${ot+_e/2-6} ${r-13} L ${ot+_e/2} ${r-3} L ${ot+_e/2+6} ${r-13}`,we=O+22,M=O+40,R=O+55,q=O+70,xe=Q?O+82-5:r-18;return jsxRuntime.jsxs(framerMotion.motion.g,{initial:{opacity:0,y:Q?-10:10},animate:{opacity:1,y:0},exit:{opacity:0,y:Q?-10:10},transition:{duration:.2},style:{pointerEvents:"none"},children:[jsxRuntime.jsx("path",{d:te,fill:n.bgSecondary,stroke:n.border,strokeWidth:1}),jsxRuntime.jsx("rect",{x:ot+_e/2-120,y:O,width:240,height:82,rx:8,fill:n.bgSecondary,stroke:n.border,strokeWidth:1,filter:"drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15))"}),jsxRuntime.jsx("text",{x:ot+_e/2,y:we,textAnchor:"middle",fill:n.textPrimary,fontSize:"13",fontWeight:"600",fontFamily:"Inter, sans-serif",children:e.name.length>28?`${e.name.substring(0,28)}...`:e.name}),jsxRuntime.jsx("text",{x:ot+_e/2-110,y:M,fill:n.textTertiary,fontSize:"11",fontFamily:"Inter, sans-serif",children:"Start:"}),jsxRuntime.jsx("text",{x:ot+_e/2-70,y:M,fill:n.textSecondary,fontSize:"11",fontWeight:"500",fontFamily:"Inter, sans-serif",children:da(e.startDate)}),jsxRuntime.jsx("text",{x:ot+_e/2-110,y:R,fill:n.textTertiary,fontSize:"11",fontFamily:"Inter, sans-serif",children:"End:"}),jsxRuntime.jsx("text",{x:ot+_e/2-70,y:R,fill:n.textSecondary,fontSize:"11",fontWeight:"500",fontFamily:"Inter, sans-serif",children:da(e.endDate)}),jsxRuntime.jsx("text",{x:ot+_e/2+10,y:M,fill:n.textTertiary,fontSize:"11",fontFamily:"Inter, sans-serif",children:"Duration:"}),jsxRuntime.jsx("text",{x:ot+_e/2+65,y:M,fill:n.textSecondary,fontSize:"11",fontWeight:"500",fontFamily:"Inter, sans-serif",children:Yt()}),jsxRuntime.jsx("text",{x:ot+_e/2+10,y:R,fill:n.textTertiary,fontSize:"11",fontFamily:"Inter, sans-serif",children:"Progress:"}),jsxRuntime.jsxs("text",{x:ot+_e/2+65,y:R,fill:n.textSecondary,fontSize:"11",fontWeight:"500",fontFamily:"Inter, sans-serif",children:[e.progress,"%"]}),e.assignees&&e.assignees.length>0&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("text",{x:ot+_e/2-110,y:q,fill:n.textTertiary,fontSize:"11",fontFamily:"Inter, sans-serif",children:"Assignees:"}),jsxRuntime.jsxs("text",{x:ot+_e/2-50,y:q,fill:n.textSecondary,fontSize:"11",fontWeight:"500",fontFamily:"Inter, sans-serif",children:[e.assignees.map(re=>re.name).join(", ").substring(0,30),e.assignees.map(re=>re.name).join(", ").length>30?"...":""]})]}),!Q&&jsxRuntime.jsx("text",{x:ot+_e/2,y:xe,textAnchor:"middle",fill:n.textTertiary,fontSize:"9",fontFamily:"Inter, sans-serif",style:{opacity:.7},children:br?"Left: move \u2022 Right: resize":ur?"Drag to move \u2022 Hold ALT + drag edge to resize":"Drag edges to resize \u2022 Drag center to move \u2022 Click \u26AB to link"})]})})()})]})}var od=260,ls=8,Um=16,ew=-12;function Wm({tooltipData:e,theme:t,locale:r="en",workingDaysConfig:a}){let[n,s]=react.useState(null);if(react.useLayoutEffect(()=>{if(!e){s(null);return}let{task:v,mouseX:w,mouseY:C}=e,S=v.effortMinutes!=null||v.timeLoggedMinutes!=null||v.soldEffortMinutes!=null,F=v.lastActivity!=null,k=(S?155:105)+(F?28:0),N=w+Um,P=C+ew-k;N+od>window.innerWidth-ls&&(N=w-od-Um),N<ls&&(N=ls);let T=P<ls;T&&(P=C+20),P+k>window.innerHeight-ls&&(P=window.innerHeight-ls-k),s({left:N,top:P,showBelow:T});},[e]),!e||!n)return null;let{task:o}=e,c=o.effortMinutes!=null||o.timeLoggedMinutes!=null||o.soldEffortMinutes!=null,l={start:r==="es"?"Inicio":"Start",end:r==="es"?"Fin":"End",duration:r==="es"?"Duraci\xF3n":"Duration",progress:r==="es"?"Progreso":"Progress",assignees:r==="es"?"Asignados":"Assignees",estimated:r==="es"?"Estimado":"Estimated",logged:r==="es"?"Registrado":"Logged",quoted:r==="es"?"Ofertado":"Quoted"},i=v=>v.toLocaleDateString(r==="es"?"es-ES":"en-US",{month:"short",day:"numeric",year:"numeric"}),d=()=>{if(!o.startDate||!o.endDate)return "N/A";if(!a?.enabledWeekdays){let P=Math.max(1,Math.round((o.endDate.getTime()-o.startDate.getTime())/864e5)+1);return r==="es"?`${P} d\xEDa${P!==1?"s":""}`:`${P} day${P!==1?"s":""}`}let v=a.enabledWeekdays,w=a.holidayDates instanceof Set?a.holidayDates:new Set(a.holidayDates??[]),C=P=>`${P.getFullYear()}-${String(P.getMonth()+1).padStart(2,"0")}-${String(P.getDate()).padStart(2,"0")}`,S=0,F=new Date(o.startDate.getFullYear(),o.startDate.getMonth(),o.startDate.getDate()),k=new Date(o.endDate.getFullYear(),o.endDate.getMonth(),o.endDate.getDate());for(;F.getTime()<=k.getTime();){let P=F.getDay();v[P]&&!w.has(C(F))&&S++,F.setDate(F.getDate()+1);}let N=Math.max(0,S);return r==="es"?`${N} d\xEDa${N!==1?"s":""}`:`${N} day${N!==1?"s":""}`},u=v=>{if(v==null||v===0)return "N/A";let w=Math.floor(v/60),C=v%60;return w===0?`${C}m`:C===0?`${w}h`:`${w}h ${C}m`},p=t.textTertiary||"#9CA3AF",m=t.textSecondary||"#D1D5DB",f=t.textPrimary||"#F9FAFB",x=t.accent||"#00E5CC",y=t.bgSecondary||"#1F2937",b=t.border||"#374151",h=jsxRuntime.jsxs("div",{style:{position:"fixed",left:n.left,top:n.top,width:od,zIndex:99999,pointerEvents:"none",fontFamily:"Inter, system-ui, sans-serif",animation:"gantt-tooltip-fade 0.12s ease-out"},children:[jsxRuntime.jsxs("div",{style:{background:y,border:`1px solid ${b}`,borderRadius:8,padding:"12px 14px",boxShadow:"0 8px 24px rgba(0,0,0,0.3)"},children:[jsxRuntime.jsx("div",{style:{fontSize:13,fontWeight:600,color:f,marginBottom:8,whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:o.name}),jsxRuntime.jsxs("div",{style:{display:"grid",gridTemplateColumns:"1fr 1fr",gap:"3px 12px",fontSize:11},children:[jsxRuntime.jsx(Qi,{label:l.start,value:o.startDate?i(o.startDate):"N/A",labelColor:p,valueColor:m}),jsxRuntime.jsx(Qi,{label:l.duration,value:d(),labelColor:p,valueColor:m}),jsxRuntime.jsx(Qi,{label:l.end,value:o.endDate?i(o.endDate):"N/A",labelColor:p,valueColor:m}),jsxRuntime.jsx(Qi,{label:l.progress,value:`${o.progress}%`,labelColor:p,valueColor:m})]}),o.assignees&&o.assignees.length>0&&jsxRuntime.jsxs("div",{style:{fontSize:11,marginTop:6},children:[jsxRuntime.jsxs("span",{style:{color:p},children:[l.assignees,": "]}),jsxRuntime.jsx("span",{style:{color:m,fontWeight:500},children:o.assignees.map(v=>v.name).join(", ")})]}),c&&jsxRuntime.jsxs("div",{style:{marginTop:6,display:"flex",gap:10,fontSize:11},children:[o.effortMinutes!=null&&jsxRuntime.jsxs("span",{children:[jsxRuntime.jsxs("span",{style:{color:p},children:[l.estimated,":"]})," ",jsxRuntime.jsx("span",{style:{color:m,fontWeight:600},children:u(o.effortMinutes)})]}),o.timeLoggedMinutes!=null&&jsxRuntime.jsxs("span",{children:[jsxRuntime.jsxs("span",{style:{color:p},children:[l.logged,":"]})," ",jsxRuntime.jsx("span",{style:{color:x,fontWeight:600},children:u(o.timeLoggedMinutes)})]}),o.soldEffortMinutes!=null&&jsxRuntime.jsxs("span",{children:[jsxRuntime.jsxs("span",{style:{color:p},children:[l.quoted,":"]})," ",jsxRuntime.jsx("span",{style:{color:m,fontWeight:600},children:u(o.soldEffortMinutes)})]})]}),o.lastActivity&&jsxRuntime.jsxs("div",{style:{marginTop:8,paddingTop:8,borderTop:`1px solid ${t?.borderSubtle||"rgba(255,255,255,0.08)"}`,fontSize:11,color:p,lineHeight:1.4},children:[jsxRuntime.jsx("span",{style:{opacity:.7},children:r==="es"?"\xDAltimo: ":"Last: "}),jsxRuntime.jsx("span",{style:{color:m},children:o.lastActivity.userName})," ",jsxRuntime.jsx("span",{children:o.lastActivity.summary})," ",jsxRuntime.jsx("span",{style:{opacity:.6},children:o.lastActivity.relativeTime})]})]}),jsxRuntime.jsx("style",{children:`
126
126
  @keyframes gantt-tooltip-fade {
127
127
  from { opacity: 0; transform: translateY(${n.showBelow?"-4px":"4px"}); }
128
128
  to { opacity: 1; transform: translateY(0); }
129
129
  }
130
- `})]});return reactDom.createPortal(h,document.body)}function Qi({label:e,value:t,labelColor:r,valueColor:a}){return jsxRuntime.jsxs("div",{children:[jsxRuntime.jsxs("span",{style:{color:r},children:[e,": "]}),jsxRuntime.jsx("span",{style:{color:a,fontWeight:500},children:t})]})}function Ks({x1:e,y1:t,x2:r,y2:a,theme:n,onDelete:s,lineStyle:o="curved",isHoverLayer:c=false,onHoverChange:l,hoverOverlayOnly:i=false,colorOverride:d,strokeWidthOverride:u,glowFilter:p}){let[,m]=react.useState(false),[f,x]=react.useState(null),y=a-t,b=y>0,h=Math.abs(y)<5,v=20,w=!h&&r<=e,C,S,F=r-e,k=e+F/2;S=k;let N=8;if(o==="squared")if(h)C=`M ${e} ${t} L ${r} ${a}`;else if(w){let Ce=e+15,Ae=r-v,Me=b?t+20:t-20;S=Ae;let qe=b?1:-1;C=`M ${e} ${t} L ${Ce-N} ${t} Q ${Ce} ${t} ${Ce} ${t+qe*N} L ${Ce} ${Me-qe*N} Q ${Ce} ${Me} ${Ce-N} ${Me} L ${Ae+N} ${Me} Q ${Ae} ${Me} ${Ae} ${Me+qe*N} L ${Ae} ${a-qe*N} Q ${Ae} ${a} ${Ae+N} ${a} L ${r} ${a}`;}else {S=r-v;let ze=b?1:-1;C=`M ${e} ${t} L ${S-N} ${t} Q ${S} ${t} ${S} ${t+ze*N} L ${S} ${a-ze*N} Q ${S} ${a} ${S+N} ${a} L ${r} ${a}`;}else C=`M ${e} ${t} C ${k} ${t}, ${k} ${a}, ${r} ${a}`;let P=6,T=5,Y=`M ${r} ${a} L ${r-P} ${a-T/2} L ${r-P} ${a+T/2} Z`,H=!n.bgPrimary||n.bgPrimary.startsWith("#0")||n.bgPrimary.startsWith("#1"),ee=d||(H?"rgba(255,255,255,0.25)":"rgba(0,0,0,0.20)"),I=u||1,K=n.dependencyHover||(H?"rgba(255,255,255,0.5)":"rgba(0,0,0,0.45)"),j="#f87171",W="rgba(248, 113, 113, 0.15)",$=S,ve=(t+a)/2;if(f)if(o==="squared")if(h)$=Math.max(e+10,Math.min(r-10,f.x)),ve=t;else if(w){let ze=e+15,Ce=r-v,Ae=b?t+20:t-20,Me=[[e,t,ze,t],[ze,t,ze,Ae],[ze,Ae,Ce,Ae],[Ce,Ae,Ce,a],[Ce,a,r,a]],qe=1/0,de={x:$,y:ve};for(let et of Me){let Re=We(f.x,f.y,et[0],et[1],et[2],et[3]),Be=Math.hypot(f.x-Re.x,f.y-Re.y);Be<qe&&(qe=Be,de=Re);}$=de.x,ve=de.y;}else {let ze=[[e,t,S,t],[S,t,S,a],[S,a,r,a]],Ce=1/0,Ae={x:$,y:ve};for(let Me of ze){let qe=We(f.x,f.y,Me[0],Me[1],Me[2],Me[3]),de=Math.hypot(f.x-qe.x,f.y-qe.y);de<Ce&&(Ce=de,Ae=qe);}$=Ae.x,ve=Ae.y;}else {let ze=k,Ce=t,Ae=k,Me=a,qe=1/0,de=$,et=ve;for(let Re=0;Re<=1;Re+=.02){let Be=1-Re,Nt=Be*Be*Be*e+3*Be*Be*Re*ze+3*Be*Re*Re*Ae+Re*Re*Re*r,ft=Be*Be*Be*t+3*Be*Be*Re*Ce+3*Be*Re*Re*Me+Re*Re*Re*a,Oe=Math.hypot(f.x-Nt,f.y-ft);Oe<qe&&(qe=Oe,de=Nt,et=ft);}$=de,ve=et;}function We(ze,Ce,Ae,Me,qe,de){let et=qe-Ae,Re=de-Me,Be=et*et+Re*Re;if(Be===0)return {x:Ae,y:Me};let Nt=((ze-Ae)*et+(Ce-Me)*Re)/Be;return Nt=Math.max(0,Math.min(1,Nt)),{x:Ae+Nt*et,y:Me+Nt*Re}}let Pe=ze=>{let Ce=ze.currentTarget.ownerSVGElement;if(!Ce)return;let Ae=Ce.getScreenCTM();if(!Ae)return;let Me=Ae.inverse();x({x:Me.a*ze.clientX+Me.c*ze.clientY+Me.e,y:Me.b*ze.clientX+Me.d*ze.clientY+Me.f});},be=()=>{m(false),x(null),l?.(false);},ye=()=>{m(true),l?.(true);},fe=ze=>s?jsxRuntime.jsxs(framerMotion.motion.g,{initial:ze,animate:{opacity:1,scale:1},transition:{duration:.15,ease:"easeOut"},onClick:Ce=>{Ce.stopPropagation(),s();},style:{cursor:"pointer",pointerEvents:"auto"},children:[jsxRuntime.jsx("circle",{cx:$,cy:ve,r:16,fill:"transparent",style:{cursor:"pointer"}}),jsxRuntime.jsx("circle",{cx:$,cy:ve,r:9,fill:W,stroke:j,strokeWidth:1.5,style:{pointerEvents:"none"}}),jsxRuntime.jsx("line",{x1:$-3,y1:ve-3,x2:$+3,y2:ve+3,stroke:j,strokeWidth:1.5,strokeLinecap:"round",style:{pointerEvents:"none"}}),jsxRuntime.jsx("line",{x1:$+3,y1:ve-3,x2:$-3,y2:ve+3,stroke:j,strokeWidth:1.5,strokeLinecap:"round",style:{pointerEvents:"none"}})]}):null;return c?jsxRuntime.jsxs("g",{"data-dependency-line":"true",onMouseLeave:be,onMouseMove:Pe,children:[jsxRuntime.jsx("path",{d:C,fill:"none",stroke:"transparent",strokeWidth:20,strokeLinecap:"round",style:{cursor:"pointer"}}),jsxRuntime.jsx("path",{d:C,fill:"none",stroke:K,strokeWidth:8,strokeLinecap:"round",opacity:.15,style:{pointerEvents:"none",filter:"blur(4px)"}}),jsxRuntime.jsx("path",{d:C,fill:"none",stroke:K,strokeWidth:2.5,strokeLinecap:"round",opacity:.9,style:{pointerEvents:"none"}}),jsxRuntime.jsx("path",{d:Y,fill:K,stroke:"none",opacity:.9,style:{pointerEvents:"none"}}),jsxRuntime.jsx("circle",{cx:r,cy:a,r:4,fill:K,opacity:.9,style:{pointerEvents:"none"}}),fe({opacity:0,scale:.8})]}):i?jsxRuntime.jsxs("g",{"data-dependency-hover-overlay":"true",onMouseEnter:ye,onMouseLeave:be,onMouseMove:Pe,style:{cursor:s?"pointer":"default"},children:[jsxRuntime.jsx("path",{d:C,fill:"none",stroke:"transparent",strokeWidth:16,strokeLinecap:"round",style:{cursor:s?"pointer":"default"}}),jsxRuntime.jsx("path",{d:C,fill:"none",stroke:n.bgPrimary||"#1A1D21",strokeWidth:4,strokeLinecap:"round",style:{pointerEvents:"none"}}),jsxRuntime.jsx("path",{d:C,fill:"none",stroke:K,strokeWidth:5,strokeLinecap:"round",opacity:.12,style:{pointerEvents:"none"}}),jsxRuntime.jsx("path",{d:C,fill:"none",stroke:K,strokeWidth:1.5,strokeLinecap:"round",style:{pointerEvents:"none"}}),jsxRuntime.jsx("path",{d:Y,fill:K,stroke:"none",style:{pointerEvents:"none"}}),jsxRuntime.jsx("circle",{cx:r,cy:a,r:3.5,fill:K,style:{pointerEvents:"none"}}),fe({opacity:0,scale:0})]}):jsxRuntime.jsxs("g",{"data-dependency-line":"true",onMouseEnter:ye,onMouseLeave:be,onMouseMove:Pe,style:{cursor:s?"pointer":"default"},children:[jsxRuntime.jsx("path",{d:C,fill:"none",stroke:"transparent",strokeWidth:16,strokeLinecap:"round",style:{cursor:s?"pointer":"default"}}),jsxRuntime.jsx(framerMotion.motion.path,{d:C,fill:"none",stroke:ee,strokeWidth:I,strokeLinecap:"round",initial:{pathLength:0,opacity:0},animate:{pathLength:1,opacity:1},transition:{pathLength:{duration:.5,ease:"easeInOut"},opacity:{duration:.2}},style:{pointerEvents:"none",filter:p||"none"}}),jsxRuntime.jsx(framerMotion.motion.path,{d:Y,fill:ee,stroke:"none",initial:{opacity:0},animate:{opacity:1},transition:{duration:.2,delay:.3},style:{pointerEvents:"none"}}),jsxRuntime.jsx(framerMotion.motion.circle,{cx:r,cy:a,r:3,fill:ee,initial:{scale:0},animate:{scale:1},transition:{delay:.3,duration:.15},style:{pointerEvents:"none"}})]})}function rl({task:e,x:t,y:r,theme:a,onClick:n}){let[s,o]=react.useState(false),c=16,l=i=>i.toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"});return jsxRuntime.jsxs("g",{"data-task-bar":"true",onMouseEnter:()=>o(true),onMouseLeave:()=>o(false),onClick:()=>n?.(e),style:{cursor:"pointer"},children:[e.isCriticalPath&&jsxRuntime.jsx(framerMotion.motion.circle,{cx:t,cy:r+16,r:c+4,fill:a.criticalPathLight,initial:{scale:0},animate:{scale:s?1.2:1},transition:{duration:.3}}),jsxRuntime.jsx(framerMotion.motion.rect,{x:t-c/2,y:r+16-c/2,width:c,height:c,fill:e.isCriticalPath?a.criticalPath:a.milestone,stroke:a.bgGrid,strokeWidth:2,transform:`rotate(45 ${t} ${r+16})`,initial:{scale:0,rotate:0},animate:{scale:s?1.15:1,rotate:45},transition:{duration:.3,type:"spring",stiffness:300,damping:20}}),s&&jsxRuntime.jsx(framerMotion.motion.rect,{x:t-(c+4)/2,y:r+16-(c+4)/2,width:c+4,height:c+4,fill:"none",stroke:e.isCriticalPath?a.criticalPath:a.milestone,strokeWidth:2,opacity:.5,transform:`rotate(45 ${t} ${r+16})`,initial:{scale:.8,opacity:0},animate:{scale:1,opacity:.5},transition:{duration:.2}}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:s&&jsxRuntime.jsxs(framerMotion.motion.g,{initial:{opacity:0,y:10},animate:{opacity:1,y:0},exit:{opacity:0,y:10},transition:{duration:.2},children:[jsxRuntime.jsx("rect",{x:t-80,y:r-50,width:160,height:44,rx:8,fill:a.bgSecondary,stroke:a.border,strokeWidth:1,filter:"drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15))"}),jsxRuntime.jsx("path",{d:`M ${t-6} ${r-6} L ${t} ${r+4} L ${t+6} ${r-6}`,fill:a.bgSecondary,stroke:a.border,strokeWidth:1}),jsxRuntime.jsx("rect",{x:t-70,y:r-38,width:8,height:8,fill:e.isCriticalPath?a.criticalPath:a.milestone,transform:`rotate(45 ${t-66} ${r-34})`}),jsxRuntime.jsx("text",{x:t-55,y:r-32,fill:a.textPrimary,fontSize:"12",fontWeight:"600",fontFamily:"Inter, sans-serif",children:e.name.length>18?`${e.name.substring(0,18)}...`:e.name}),jsxRuntime.jsx("text",{x:t-55,y:r-18,fill:a.textTertiary,fontSize:"10",fontFamily:"Inter, sans-serif",children:l(e.startDate)}),e.isCriticalPath&&jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("rect",{x:t+10,y:r-40,width:60,height:16,rx:4,fill:a.criticalPathLight}),jsxRuntime.jsx("text",{x:t+40,y:r-30,textAnchor:"middle",fill:a.criticalPath,fontSize:"9",fontWeight:"700",fontFamily:"Inter, sans-serif",letterSpacing:"0.5",children:"CRITICAL"})]})]})})]})}var Ne={calculateEndDate:(e,t)=>{let r=new Date(e);return r.setDate(r.getDate()+t),r},calculateDuration:(e,t)=>{let r=t.getTime()-e.getTime();return Math.ceil(r/(1e3*60*60*24))},calculateWorkingDays:(e,t)=>{let r=0,a=new Date(e);for(;a<=t;){let n=a.getDay();n!==0&&n!==6&&r++,a.setDate(a.getDate()+1);}return r},addWorkingDays:(e,t)=>{let r=new Date(e),a=0;for(;a<t;){r.setDate(r.getDate()+1);let n=r.getDay();n!==0&&n!==6&&a++;}return r},isWeekend:e=>{let t=e.getDay();return t===0||t===6},validateDependencies:(e,t,r)=>{let a=new Map,n=i=>{i.forEach(d=>{d.dependencies&&a.set(d.id,d.dependencies),d.subtasks&&n(d.subtasks);});};n(e);let s=a.get(r)||[];a.set(r,[...s,t]);let o=new Set,c=new Set,l=i=>{if(!o.has(i)){o.add(i),c.add(i);let d=a.get(i)||[];for(let u of d){if(!o.has(u)&&l(u))return true;if(c.has(u))return true}}return c.delete(i),false};return l(r)},flattenTasks:e=>{let t=[],r=a=>{[...a].sort((s,o)=>(s.position??0)-(o.position??0)).forEach(s=>{t.push(s),s.subtasks&&s.subtasks.length>0&&r(s.subtasks);});};return r(e),t},findTaskById:(e,t)=>{for(let r of e){if(r.id===t)return r;if(r.subtasks){let a=Ne.findTaskById(r.subtasks,t);if(a)return a}}},getParentTasks:(e,t)=>{let r=[],a=Ne.findTaskById(e,t);if(!a||!a.parentId)return r;let n=a.parentId;for(;n;){let s=Ne.findTaskById(e,n);if(s)r.unshift(s),n=s.parentId;else break}return r},exportToJSON:e=>JSON.stringify(e,null,2),importFromJSON:e=>{try{let t=JSON.parse(e);if(!Array.isArray(t))throw new Error("Invalid JSON: expected an array of tasks");return t.forEach((r,a)=>{if(!r.id||!r.name)throw new Error(`Invalid task at index ${a}: missing required fields (id, name)`)}),t}catch(t){throw new Error(`Failed to import tasks: ${t instanceof Error?t.message:"Unknown error"}`)}},exportToCSV:e=>{let t=Ne.flattenTasks(e),a=[["ID","Name","Start Date","End Date","Progress","Status","Dependencies"].join(",")];return t.forEach(n=>{let s=[n.id,`"${n.name.replace(/"/g,'""')}"`,n.startDate?n.startDate.toISOString().split("T")[0]:"",n.endDate?n.endDate.toISOString().split("T")[0]:"",n.progress.toString(),n.status||"",n.dependencies?.join(";")||""];a.push(s.join(","));}),a.join(`
130
+ `})]});return reactDom.createPortal(h,document.body)}function Qi({label:e,value:t,labelColor:r,valueColor:a}){return jsxRuntime.jsxs("div",{children:[jsxRuntime.jsxs("span",{style:{color:r},children:[e,": "]}),jsxRuntime.jsx("span",{style:{color:a,fontWeight:500},children:t})]})}function Ks({x1:e,y1:t,x2:r,y2:a,theme:n,onDelete:s,lineStyle:o="curved",isHoverLayer:c=false,onHoverChange:l,hoverOverlayOnly:i=false,colorOverride:d,strokeWidthOverride:u,glowFilter:p}){let[,m]=react.useState(false),[f,x]=react.useState(null),y=a-t,b=y>0,h=Math.abs(y)<5,v=20,w=!h&&r<=e,C,S,F=r-e,k=e+F/2;S=k;let N=8;if(o==="squared")if(h)C=`M ${e} ${t} L ${r} ${a}`;else if(w){let Ce=e+15,Ae=r-v,Me=b?t+20:t-20;S=Ae;let qe=b?1:-1;C=`M ${e} ${t} L ${Ce-N} ${t} Q ${Ce} ${t} ${Ce} ${t+qe*N} L ${Ce} ${Me-qe*N} Q ${Ce} ${Me} ${Ce-N} ${Me} L ${Ae+N} ${Me} Q ${Ae} ${Me} ${Ae} ${Me+qe*N} L ${Ae} ${a-qe*N} Q ${Ae} ${a} ${Ae+N} ${a} L ${r} ${a}`;}else {S=r-v;let ze=b?1:-1;C=`M ${e} ${t} L ${S-N} ${t} Q ${S} ${t} ${S} ${t+ze*N} L ${S} ${a-ze*N} Q ${S} ${a} ${S+N} ${a} L ${r} ${a}`;}else C=`M ${e} ${t} C ${k} ${t}, ${k} ${a}, ${r} ${a}`;let P=6,T=5,Y=`M ${r} ${a} L ${r-P} ${a-T/2} L ${r-P} ${a+T/2} Z`,H=!n.bgPrimary||n.bgPrimary.startsWith("#0")||n.bgPrimary.startsWith("#1"),ee=d||(H?"rgba(255,255,255,0.25)":"rgba(0,0,0,0.20)"),I=u||1,K=n.dependencyHover||(H?"rgba(255,255,255,0.5)":"rgba(0,0,0,0.45)"),j="#f87171",W="rgba(248, 113, 113, 0.15)",$=S,ve=(t+a)/2;if(f)if(o==="squared")if(h)$=Math.max(e+10,Math.min(r-10,f.x)),ve=t;else if(w){let ze=e+15,Ce=r-v,Ae=b?t+20:t-20,Me=[[e,t,ze,t],[ze,t,ze,Ae],[ze,Ae,Ce,Ae],[Ce,Ae,Ce,a],[Ce,a,r,a]],qe=1/0,de={x:$,y:ve};for(let et of Me){let Re=We(f.x,f.y,et[0],et[1],et[2],et[3]),Be=Math.hypot(f.x-Re.x,f.y-Re.y);Be<qe&&(qe=Be,de=Re);}$=de.x,ve=de.y;}else {let ze=[[e,t,S,t],[S,t,S,a],[S,a,r,a]],Ce=1/0,Ae={x:$,y:ve};for(let Me of ze){let qe=We(f.x,f.y,Me[0],Me[1],Me[2],Me[3]),de=Math.hypot(f.x-qe.x,f.y-qe.y);de<Ce&&(Ce=de,Ae=qe);}$=Ae.x,ve=Ae.y;}else {let ze=k,Ce=t,Ae=k,Me=a,qe=1/0,de=$,et=ve;for(let Re=0;Re<=1;Re+=.02){let Be=1-Re,Nt=Be*Be*Be*e+3*Be*Be*Re*ze+3*Be*Re*Re*Ae+Re*Re*Re*r,bt=Be*Be*Be*t+3*Be*Be*Re*Ce+3*Be*Re*Re*Me+Re*Re*Re*a,Oe=Math.hypot(f.x-Nt,f.y-bt);Oe<qe&&(qe=Oe,de=Nt,et=bt);}$=de,ve=et;}function We(ze,Ce,Ae,Me,qe,de){let et=qe-Ae,Re=de-Me,Be=et*et+Re*Re;if(Be===0)return {x:Ae,y:Me};let Nt=((ze-Ae)*et+(Ce-Me)*Re)/Be;return Nt=Math.max(0,Math.min(1,Nt)),{x:Ae+Nt*et,y:Me+Nt*Re}}let Pe=ze=>{let Ce=ze.currentTarget.ownerSVGElement;if(!Ce)return;let Ae=Ce.getScreenCTM();if(!Ae)return;let Me=Ae.inverse();x({x:Me.a*ze.clientX+Me.c*ze.clientY+Me.e,y:Me.b*ze.clientX+Me.d*ze.clientY+Me.f});},be=()=>{m(false),x(null),l?.(false);},ye=()=>{m(true),l?.(true);},fe=ze=>s?jsxRuntime.jsxs(framerMotion.motion.g,{initial:ze,animate:{opacity:1,scale:1},transition:{duration:.15,ease:"easeOut"},onClick:Ce=>{Ce.stopPropagation(),s();},style:{cursor:"pointer",pointerEvents:"auto"},children:[jsxRuntime.jsx("circle",{cx:$,cy:ve,r:16,fill:"transparent",style:{cursor:"pointer"}}),jsxRuntime.jsx("circle",{cx:$,cy:ve,r:9,fill:W,stroke:j,strokeWidth:1.5,style:{pointerEvents:"none"}}),jsxRuntime.jsx("line",{x1:$-3,y1:ve-3,x2:$+3,y2:ve+3,stroke:j,strokeWidth:1.5,strokeLinecap:"round",style:{pointerEvents:"none"}}),jsxRuntime.jsx("line",{x1:$+3,y1:ve-3,x2:$-3,y2:ve+3,stroke:j,strokeWidth:1.5,strokeLinecap:"round",style:{pointerEvents:"none"}})]}):null;return c?jsxRuntime.jsxs("g",{"data-dependency-line":"true",onMouseLeave:be,onMouseMove:Pe,children:[jsxRuntime.jsx("path",{d:C,fill:"none",stroke:"transparent",strokeWidth:20,strokeLinecap:"round",style:{cursor:"pointer"}}),jsxRuntime.jsx("path",{d:C,fill:"none",stroke:K,strokeWidth:8,strokeLinecap:"round",opacity:.15,style:{pointerEvents:"none",filter:"blur(4px)"}}),jsxRuntime.jsx("path",{d:C,fill:"none",stroke:K,strokeWidth:2.5,strokeLinecap:"round",opacity:.9,style:{pointerEvents:"none"}}),jsxRuntime.jsx("path",{d:Y,fill:K,stroke:"none",opacity:.9,style:{pointerEvents:"none"}}),jsxRuntime.jsx("circle",{cx:r,cy:a,r:4,fill:K,opacity:.9,style:{pointerEvents:"none"}}),fe({opacity:0,scale:.8})]}):i?jsxRuntime.jsxs("g",{"data-dependency-hover-overlay":"true",onMouseEnter:ye,onMouseLeave:be,onMouseMove:Pe,style:{cursor:s?"pointer":"default"},children:[jsxRuntime.jsx("path",{d:C,fill:"none",stroke:"transparent",strokeWidth:16,strokeLinecap:"round",style:{cursor:s?"pointer":"default"}}),jsxRuntime.jsx("path",{d:C,fill:"none",stroke:n.bgPrimary||"#1A1D21",strokeWidth:4,strokeLinecap:"round",style:{pointerEvents:"none"}}),jsxRuntime.jsx("path",{d:C,fill:"none",stroke:K,strokeWidth:5,strokeLinecap:"round",opacity:.12,style:{pointerEvents:"none"}}),jsxRuntime.jsx("path",{d:C,fill:"none",stroke:K,strokeWidth:1.5,strokeLinecap:"round",style:{pointerEvents:"none"}}),jsxRuntime.jsx("path",{d:Y,fill:K,stroke:"none",style:{pointerEvents:"none"}}),jsxRuntime.jsx("circle",{cx:r,cy:a,r:3.5,fill:K,style:{pointerEvents:"none"}}),fe({opacity:0,scale:0})]}):jsxRuntime.jsxs("g",{"data-dependency-line":"true",onMouseEnter:ye,onMouseLeave:be,onMouseMove:Pe,style:{cursor:s?"pointer":"default"},children:[jsxRuntime.jsx("path",{d:C,fill:"none",stroke:"transparent",strokeWidth:16,strokeLinecap:"round",style:{cursor:s?"pointer":"default"}}),jsxRuntime.jsx(framerMotion.motion.path,{d:C,fill:"none",stroke:ee,strokeWidth:I,strokeLinecap:"round",initial:{pathLength:0,opacity:0},animate:{pathLength:1,opacity:1},transition:{pathLength:{duration:.5,ease:"easeInOut"},opacity:{duration:.2}},style:{pointerEvents:"none",filter:p||"none"}}),jsxRuntime.jsx(framerMotion.motion.path,{d:Y,fill:ee,stroke:"none",initial:{opacity:0},animate:{opacity:1},transition:{duration:.2,delay:.3},style:{pointerEvents:"none"}}),jsxRuntime.jsx(framerMotion.motion.circle,{cx:r,cy:a,r:3,fill:ee,initial:{scale:0},animate:{scale:1},transition:{delay:.3,duration:.15},style:{pointerEvents:"none"}})]})}function rl({task:e,x:t,y:r,theme:a,onClick:n}){let[s,o]=react.useState(false),c=16,l=i=>i.toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"});return jsxRuntime.jsxs("g",{"data-task-bar":"true",onMouseEnter:()=>o(true),onMouseLeave:()=>o(false),onClick:()=>n?.(e),style:{cursor:"pointer"},children:[e.isCriticalPath&&jsxRuntime.jsx(framerMotion.motion.circle,{cx:t,cy:r+16,r:c+4,fill:a.criticalPathLight,initial:{scale:0},animate:{scale:s?1.2:1},transition:{duration:.3}}),jsxRuntime.jsx(framerMotion.motion.rect,{x:t-c/2,y:r+16-c/2,width:c,height:c,fill:e.isCriticalPath?a.criticalPath:a.milestone,stroke:a.bgGrid,strokeWidth:2,transform:`rotate(45 ${t} ${r+16})`,initial:{scale:0,rotate:0},animate:{scale:s?1.15:1,rotate:45},transition:{duration:.3,type:"spring",stiffness:300,damping:20}}),s&&jsxRuntime.jsx(framerMotion.motion.rect,{x:t-(c+4)/2,y:r+16-(c+4)/2,width:c+4,height:c+4,fill:"none",stroke:e.isCriticalPath?a.criticalPath:a.milestone,strokeWidth:2,opacity:.5,transform:`rotate(45 ${t} ${r+16})`,initial:{scale:.8,opacity:0},animate:{scale:1,opacity:.5},transition:{duration:.2}}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:s&&jsxRuntime.jsxs(framerMotion.motion.g,{initial:{opacity:0,y:10},animate:{opacity:1,y:0},exit:{opacity:0,y:10},transition:{duration:.2},children:[jsxRuntime.jsx("rect",{x:t-80,y:r-50,width:160,height:44,rx:8,fill:a.bgSecondary,stroke:a.border,strokeWidth:1,filter:"drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15))"}),jsxRuntime.jsx("path",{d:`M ${t-6} ${r-6} L ${t} ${r+4} L ${t+6} ${r-6}`,fill:a.bgSecondary,stroke:a.border,strokeWidth:1}),jsxRuntime.jsx("rect",{x:t-70,y:r-38,width:8,height:8,fill:e.isCriticalPath?a.criticalPath:a.milestone,transform:`rotate(45 ${t-66} ${r-34})`}),jsxRuntime.jsx("text",{x:t-55,y:r-32,fill:a.textPrimary,fontSize:"12",fontWeight:"600",fontFamily:"Inter, sans-serif",children:e.name.length>18?`${e.name.substring(0,18)}...`:e.name}),jsxRuntime.jsx("text",{x:t-55,y:r-18,fill:a.textTertiary,fontSize:"10",fontFamily:"Inter, sans-serif",children:l(e.startDate)}),e.isCriticalPath&&jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("rect",{x:t+10,y:r-40,width:60,height:16,rx:4,fill:a.criticalPathLight}),jsxRuntime.jsx("text",{x:t+40,y:r-30,textAnchor:"middle",fill:a.criticalPath,fontSize:"9",fontWeight:"700",fontFamily:"Inter, sans-serif",letterSpacing:"0.5",children:"CRITICAL"})]})]})})]})}var Ne={calculateEndDate:(e,t)=>{let r=new Date(e);return r.setDate(r.getDate()+t),r},calculateDuration:(e,t)=>{let r=t.getTime()-e.getTime();return Math.ceil(r/(1e3*60*60*24))},calculateWorkingDays:(e,t)=>{let r=0,a=new Date(e);for(;a<=t;){let n=a.getDay();n!==0&&n!==6&&r++,a.setDate(a.getDate()+1);}return r},addWorkingDays:(e,t)=>{let r=new Date(e),a=0;for(;a<t;){r.setDate(r.getDate()+1);let n=r.getDay();n!==0&&n!==6&&a++;}return r},isWeekend:e=>{let t=e.getDay();return t===0||t===6},validateDependencies:(e,t,r)=>{let a=new Map,n=i=>{i.forEach(d=>{d.dependencies&&a.set(d.id,d.dependencies),d.subtasks&&n(d.subtasks);});};n(e);let s=a.get(r)||[];a.set(r,[...s,t]);let o=new Set,c=new Set,l=i=>{if(!o.has(i)){o.add(i),c.add(i);let d=a.get(i)||[];for(let u of d){if(!o.has(u)&&l(u))return true;if(c.has(u))return true}}return c.delete(i),false};return l(r)},flattenTasks:e=>{let t=[],r=a=>{[...a].sort((s,o)=>(s.position??0)-(o.position??0)).forEach(s=>{t.push(s),s.subtasks&&s.subtasks.length>0&&r(s.subtasks);});};return r(e),t},findTaskById:(e,t)=>{for(let r of e){if(r.id===t)return r;if(r.subtasks){let a=Ne.findTaskById(r.subtasks,t);if(a)return a}}},getParentTasks:(e,t)=>{let r=[],a=Ne.findTaskById(e,t);if(!a||!a.parentId)return r;let n=a.parentId;for(;n;){let s=Ne.findTaskById(e,n);if(s)r.unshift(s),n=s.parentId;else break}return r},exportToJSON:e=>JSON.stringify(e,null,2),importFromJSON:e=>{try{let t=JSON.parse(e);if(!Array.isArray(t))throw new Error("Invalid JSON: expected an array of tasks");return t.forEach((r,a)=>{if(!r.id||!r.name)throw new Error(`Invalid task at index ${a}: missing required fields (id, name)`)}),t}catch(t){throw new Error(`Failed to import tasks: ${t instanceof Error?t.message:"Unknown error"}`)}},exportToCSV:e=>{let t=Ne.flattenTasks(e),a=[["ID","Name","Start Date","End Date","Progress","Status","Dependencies"].join(",")];return t.forEach(n=>{let s=[n.id,`"${n.name.replace(/"/g,'""')}"`,n.startDate?n.startDate.toISOString().split("T")[0]:"",n.endDate?n.endDate.toISOString().split("T")[0]:"",n.progress.toString(),n.status||"",n.dependencies?.join(";")||""];a.push(s.join(","));}),a.join(`
131
131
  `)},formatDate:e=>{let t=e.getFullYear(),r=String(e.getMonth()+1).padStart(2,"0"),a=String(e.getDate()).padStart(2,"0");return `${t}-${r}-${a}`},parseDate:e=>new Date(e),getTaskDateRange:e=>!e.startDate||!e.endDate?null:{start:e.startDate,end:e.endDate},getEarliestStartDate:e=>{let r=Ne.flattenTasks(e).filter(a=>a.startDate);return r.length===0?null:new Date(Math.min(...r.map(a=>a.startDate.getTime())))},getLatestEndDate:e=>{let r=Ne.flattenTasks(e).filter(a=>a.endDate);return r.length===0?null:new Date(Math.max(...r.map(a=>a.endDate.getTime())))},tasksOverlap:(e,t)=>!e.startDate||!e.endDate||!t.startDate||!t.endDate?false:e.startDate<=t.endDate&&t.startDate<=e.endDate,getDependentTasks:(e,t)=>Ne.flattenTasks(e).filter(a=>a.dependencies&&a.dependencies.includes(t)),getDependencyTasks:(e,t)=>{let r=Ne.findTaskById(e,t);return !r||!r.dependencies?[]:Ne.flattenTasks(e).filter(n=>r.dependencies.includes(n.id))},filterByStatus:(e,t)=>Ne.flattenTasks(e).filter(r=>r.status===t),filterByDateRange:(e,t,r)=>Ne.flattenTasks(e).filter(a=>!a.startDate||!a.endDate?false:a.startDate<=r&&a.endDate>=t),sortByStartDate:(e,t=true)=>[...e].sort((r,a)=>{if(!r.startDate||!a.startDate)return 0;let n=r.startDate.getTime()-a.startDate.getTime();return t?n:-n}),sortByEndDate:(e,t=true)=>[...e].sort((r,a)=>{if(!r.endDate||!a.endDate)return 0;let n=r.endDate.getTime()-a.endDate.getTime();return t?n:-n}),sortByProgress:(e,t=true)=>[...e].sort((r,a)=>{let n=r.progress-a.progress;return t?n:-n}),calculateTotalProgress:e=>{let t=Ne.flattenTasks(e);if(t.length===0)return 0;let r=t.reduce((a,n)=>a+n.progress,0);return Math.round(r/t.length)},getTaskByPath:(e,t)=>{let r=e,a;for(let n=0;n<t.length;n++){let s=t[n];if(!r||s===void 0||s>=r.length||(a=r[s],!a))return;n<t.length-1&&(r=a.subtasks||[]);}return a},cloneTask:(e,t)=>({...e,id:t||`${e.id}-copy`,subtasks:e.subtasks?.map(r=>Ne.cloneTask(r))}),exportToPDF:async(e,t="gantt-chart.pdf")=>{try{if(!e||e.length===0){alert("No tasks available to export to PDF");return}let{jsPDF:r}=await import('jspdf'),{default:a}=await import('jspdf-autotable'),n=new r,s=Ne.flattenTasks(e);if(s.length===0){alert("No tasks found to export");return}n.setFontSize(16),n.text("Gantt Chart - Task List",14,20);let o=[["Task Name","Start Date","End Date","Duration","Progress","Status"]],c=s.map(l=>{let i=l.startDate&&l.endDate?Ne.calculateDuration(l.startDate,l.endDate):0;return [l.name,l.startDate?Ne.formatDate(l.startDate):"N/A",l.endDate?Ne.formatDate(l.endDate):"N/A",i>0?`${i} days`:"N/A",`${l.progress}%`,l.status||"N/A"]});a(n,{head:o,body:c,startY:30,styles:{fontSize:9,cellPadding:3},headStyles:{fillColor:[66,139,202],textColor:255,fontStyle:"bold"},alternateRowStyles:{fillColor:[245,245,245]},columnStyles:{0:{cellWidth:60},1:{cellWidth:30},2:{cellWidth:30},3:{cellWidth:25},4:{cellWidth:20},5:{cellWidth:25}}}),n.save(t);}catch(r){throw r}},exportToExcel:async(e,t,r)=>{let a=await import('xlsx'),n=Ne.flattenTasks(e),s=r?.rateMap,o=r?.defaultRate||0,c=y=>{if(!s||!y.assignees||y.assignees.length===0)return o;let b=y.assignees.map(h=>h.id?s[h.id]:void 0).filter(h=>h!=null&&h>0);return b.length===0?o:b.reduce((h,v)=>h+v,0)/b.length},l=new Map,i=(y,b="")=>{[...y].sort((v,w)=>(v.position??0)-(w.position??0)).forEach((v,w)=>{let C=b?`${b}.${w+1}`:`${w+1}`;l.set(v.id,C),v.subtasks?.length&&i(v.subtasks,C);});};i(e);let d=s&&Object.keys(s).length>0||n.some(y=>y._costRate>0),u=n.map(y=>{let b=y.startDate&&y.endDate?Ne.calculateDuration(y.startDate,y.endDate):0,h=y.effortMinutes,v=y.timeLoggedMinutes,w=y.soldEffortMinutes,C=typeof h=="number"?+(h/60).toFixed(1):0,S=typeof v=="number"?+(v/60).toFixed(1):0,F=typeof w=="number"?+(w/60).toFixed(1):0,k=y._costRate>0?y._costRate:c(y),N={WBS:l.get(y.id)||"","Task Name":y.name,"Start Date":y.startDate?Ne.formatDate(y.startDate):"","End Date":y.endDate?Ne.formatDate(y.endDate):"","Duration (days)":b>0?b:"","Progress (%)":y.progress,Status:y.status||"",Assignees:y.assignees?.map(T=>T.name).join(", ")||"","Estimated (h)":C||"","Logged (h)":S||"","Quoted (h)":F||""};d&&(N["$ Estimated"]=C>0&&k>0?Math.round(C*k):"",N["$ Executed"]=S>0&&k>0?Math.round(S*k):"",N["$ Quoted"]=F>0&&k>0?Math.round(F*k):"",N["Rate ($/h)"]=k>0?k:"");let P=y.weight;return N["Weight (%)"]=typeof P=="number"&&P>0?P:"",N["Is Milestone"]=y.isMilestone?"Yes":"No",N}),p=r?.projectName||"";if(p||u.length>0){let y=0,b=0,h=0,v=0,w=0,C=0,S=0,F=0,k=n.filter(T=>T.startDate).map(T=>T.startDate.getTime()),N=n.filter(T=>T.endDate).map(T=>T.endDate.getTime());for(let T of u)typeof T["Estimated (h)"]=="number"&&(y+=T["Estimated (h)"]),typeof T["Logged (h)"]=="number"&&(b+=T["Logged (h)"]),typeof T["Quoted (h)"]=="number"&&(h+=T["Quoted (h)"]),d&&(typeof T["$ Estimated"]=="number"&&(v+=T["$ Estimated"]),typeof T["$ Executed"]=="number"&&(w+=T["$ Executed"]),typeof T["$ Quoted"]=="number"&&(C+=T["$ Quoted"])),typeof T["Progress (%)"]=="number"&&(S+=T["Progress (%)"],F++);let P={WBS:"0","Task Name":`\u{1F4CB} ${p||"PROJECT TOTAL"}`,"Start Date":k.length>0?Ne.formatDate(new Date(Math.min(...k))):"","End Date":N.length>0?Ne.formatDate(new Date(Math.max(...N))):"","Duration (days)":k.length>0&&N.length>0?Ne.calculateDuration(new Date(Math.min(...k)),new Date(Math.max(...N))):"","Progress (%)":F>0?Math.round(S/F):0,Status:"",Assignees:"","Estimated (h)":+y.toFixed(1)||"","Logged (h)":+b.toFixed(1)||"","Quoted (h)":+h.toFixed(1)||""};d&&(P["$ Estimated"]=v||"",P["$ Executed"]=w||"",P["$ Quoted"]=C||"",P["Rate ($/h)"]=""),P["Is Milestone"]="No",u.unshift(P);}let m=a.utils.json_to_sheet(u),f=[{wch:10},{wch:40},{wch:12},{wch:12},{wch:15},{wch:12},{wch:15},{wch:30},{wch:14},{wch:12},{wch:12},...d?[{wch:14},{wch:14},{wch:14},{wch:12}]:[],{wch:12}];m["!cols"]=f;let x=a.utils.book_new();if(a.utils.book_append_sheet(x,m,"Gantt Tasks"),!t){let y=new Date,b=v=>String(v).padStart(2,"0");t=`Project_${`${y.getFullYear()}-${b(y.getMonth()+1)}-${b(y.getDate())}_${b(y.getHours())}${b(y.getMinutes())}`}.xlsx`;}a.writeFile(x,t);},exportToMSProject:(e,t="Gantt Project",r="project.xml")=>{let a=Ne.flattenTasks(e),n=new Map;a.forEach((p,m)=>{n.set(p.id,m+1);});let s=p=>p.toISOString().replace("Z",""),o=Ne.getEarliestStartDate(e)||new Date,c=Ne.getLatestEndDate(e)||new Date,l=a.map((p,m)=>{let f=n.get(p.id),x=p.startDate&&p.endDate?Ne.calculateDuration(p.startDate,p.endDate):0,y=(p.dependencies||[]).filter(b=>n.has(b)).map(b=>`
132
132
  <PredecessorLink>
133
133
  <PredecessorUID>${n.get(b)}</PredecessorUID>
@@ -358,14 +358,14 @@
358
358
  </Calendars>
359
359
  <Tasks>${l}
360
360
  </Tasks>
361
- </Project>`,d=new Blob([i],{type:"application/xml;charset=utf-8;"}),u=document.createElement("a");u.href=URL.createObjectURL(d),u.download=r,u.click(),URL.revokeObjectURL(u.href);},calculateCriticalPath:e=>{let t=Ne.flattenTasks(e),r=t.filter(i=>i.startDate&&i.endDate);if(r.length===0)return [];let a=new Map,n=i=>{if(a.has(i.id))return;let d=i.startDate&&i.endDate?Ne.calculateDuration(i.startDate,i.endDate):0,u=0;if(i.dependencies&&i.dependencies.length>0)for(let m of i.dependencies){let f=t.find(x=>x.id===m);if(f){n(f);let x=a.get(m)?.ef||0;u=Math.max(u,x);}}let p=u+d;a.set(i.id,{es:u,ef:p});};r.forEach(n);let s=Math.max(...Array.from(a.values()).map(i=>i.ef)),o=new Map,c=i=>{if(o.has(i.id))return;let d=i.startDate&&i.endDate?Ne.calculateDuration(i.startDate,i.endDate):0,u=t.filter(f=>f.dependencies&&f.dependencies.includes(i.id)),p=s;if(u.length>0)for(let f of u){c(f);let x=o.get(f.id)?.ls||0;p=Math.min(p,x);}let m=p-d;o.set(i.id,{ls:m,lf:p});};r.forEach(c);let l=[];for(let i of r){let d=a.get(i.id),u=o.get(i.id);if(d&&u){let p=u.ls-d.es;Math.abs(p)<.01&&l.push(i.id);}}return l},calculateCriticalPathFull:e=>{let t=new Map,a=Ne.flattenTasks(e).filter(p=>p.startDate&&p.endDate);if(a.length===0)return t;let n=new Map(a.map(p=>[p.id,p])),s=new Map;for(let p of a)s.has(p.id)||s.set(p.id,[]);for(let p of a)if(p.dependencies){for(let m of p.dependencies)if(n.has(m)){let f=s.get(m);f&&f.push(p.id);}}let o=new Map;for(let p of a)o.set(p.id,0);for(let p of a)if(p.dependencies)for(let m of p.dependencies)n.has(m)&&o.set(p.id,(o.get(p.id)||0)+1);let c=new Map,l=[],i=[];for(let p of a)(o.get(p.id)||0)===0&&i.push(p.id);for(;i.length>0;){let p=i.shift();l.push(p);let m=n.get(p);if(!m||!m.startDate||!m.endDate)continue;let f=Ne.calculateDuration(m.startDate,m.endDate),x=0;if(m.dependencies)for(let b of m.dependencies){let h=c.get(b);h&&(x=Math.max(x,h.ef));}c.set(p,{es:x,ef:x+f});let y=s.get(p)||[];for(let b of y){let h=(o.get(b)||1)-1;o.set(b,h),h===0&&i.push(b);}}if(l.length<a.length)return t;let d=Math.max(...Array.from(c.values()).map(p=>p.ef)),u=new Map;for(let p=l.length-1;p>=0;p--){let m=l[p];if(!m)continue;let f=n.get(m);if(!f||!f.startDate||!f.endDate)continue;let x=Ne.calculateDuration(f.startDate,f.endDate),y=s.get(m)||[],b=d;if(y.length>0)for(let h of y){let v=u.get(h);v&&(b=Math.min(b,v.ls));}u.set(m,{ls:b-x,lf:b});}for(let p of l){let m=c.get(p),f=u.get(p),x=f.ls-m.es,y=s.get(p)||[],b;y.length>0?b=Math.min(...y.map(h=>c.get(h).es))-m.ef:b=d-m.ef,t.set(p,{earlyStart:m.es,earlyFinish:m.ef,lateStart:f.ls,lateFinish:f.lf,totalFloat:Math.round(x*100)/100,freeFloat:Math.max(0,Math.round(b*100)/100),isCritical:x<=.01});}return t},calculateSlack:(e,t)=>{let r=Ne.findTaskById(e,t);if(!r||!r.startDate||!r.endDate)return null;if(Ne.calculateCriticalPath(e).includes(t))return 0;let n=Ne.getDependentTasks(e,t);if(n.length===0){let c=Ne.getLatestEndDate(e);if(!c)return null;let l=Ne.calculateDuration(r.endDate,c);return Math.max(0,l)}let s=n.filter(c=>c.startDate).map(c=>c.startDate.getTime()).sort((c,l)=>c-l)[0];if(!s)return null;let o=Ne.calculateDuration(r.endDate,new Date(s));return Math.max(0,o)},isOnCriticalPath:(e,t)=>Ne.calculateCriticalPath(e).includes(t),autoScheduleDependents:(e,t,r,a)=>{let n=a||new Set;if(n.has(t))return e;n.add(t);let s=Ne.findTaskById(e,t);if(!s||!s.endDate)return e;let o=Ne.getDependentTasks(e,t);if(o.length===0)return e;let c=[...e];for(let l of o){if(n.has(l.id)||!l.startDate||!l.endDate)continue;let i=Ne.calculateDuration(l.startDate,l.endDate),d;if(r!==void 0?(d=new Date(l.startDate),d.setDate(d.getDate()+r)):(d=new Date(s.endDate),d.setDate(d.getDate()+1)),r!==void 0){let m=new Date(s.endDate),f=new Date(m);f.setDate(f.getDate()+1),d<f&&(d=f);}let u=Ne.calculateEndDate(d,i),p=m=>m.map(f=>f.id===l.id?{...f,startDate:d,endDate:u}:f.subtasks?{...f,subtasks:p(f.subtasks)}:f);c=p(c),c=Ne.autoScheduleDependents(c,l.id,r,n);}return c},calculateCascadePreview:(e,t,r,a,n,s,o,c)=>{if(r===0)return [];let l=[],i=n.getTime(),d=1e3*60*60*24,u=Ne.findTaskById(e,t);if(!u||!u.endDate)return [];let p=(m,f,x=new Set)=>{if(x.has(m))return;x.add(m);let y=Ne.getDependentTasks(e,m);for(let b of y){if(!b.startDate||!b.endDate)continue;let h=a.findIndex(T=>T.id===b.id);if(h===-1)continue;let v=b.startDate.getTime(),C=(b.endDate.getTime()-v)/d,F=(v-i)/d*s,k=F+f*s,N=Math.max(C*s,s),P=c+h*o+(o-18)/2;l.push({taskId:b.id,taskName:b.name,originalX:F,previewX:k,width:N,y:P,rowIndex:h,daysDelta:f,color:b.color}),p(b.id,f,x);}};return p(t,r),l},splitTask:(e,t,r,a=3)=>{let n=Ne.findTaskById(e,t);if(!n||!n.startDate||!n.endDate)return e;if(r<=n.startDate||r>=n.endDate)return console.warn("Split date must be between task start and end dates"),e;let s=new Date(r);s.setDate(s.getDate()-1);let o=new Date(r);o.setDate(o.getDate()+a);let c=new Date(n.endDate);c.setDate(c.getDate()+a);let l=[{startDate:new Date(n.startDate),endDate:s},{startDate:o,endDate:c}],i=d=>d.map(u=>u.id===n.id?{...u,endDate:c,segments:l}:u.subtasks?{...u,subtasks:i(u.subtasks)}:u);return i(e)}};function al({tasks:e,theme:t,rowHeight:r,timeScale:a,startDate:n,endDate:s,zoom:o,locale:c="en",templates:l,dependencyLineStyle:i="curved",showTaskBarLabels:d=true,onTaskClick:u,onTaskDblClick:p,onTaskContextMenu:m,onTaskDateChange:f,onDependencyCreate:x,onDependencyDelete:y,showBaseline:b,showCriticalPath:h=true,showDependencies:v=true,highlightWeekends:w=true,canEditTask:C,onTaskProgressDrag:S,workingDaysConfig:F}){let N=ja(),P=react.useRef(null),[T,Y]=react.useState([]),[H,ee]=react.useState(null),[I,K]=react.useState(null),[j,W]=react.useState(null),$=react.useRef(false),[ve,We]=react.useState(new Set),[Pe,be]=react.useState(null),ye=react.useCallback(B=>{if(j&&!$.current){let _=B.target,U=false;for(;_&&_!==B.currentTarget;){if(_.getAttribute?.("data-dependency-line")==="true"||_.getAttribute?.("data-dependency-hover-overlay")==="true"){U=true;break}_=_.parentElement;}U||W(null);}},[j]),fe=react.useCallback(B=>{K(B);},[]),ze=Math.ceil((s.getTime()-n.getTime())/(1e3*60*60*24)),Ce=a==="day"?60:a==="week"?20:8,Ae=ze*Ce*o,Me=B=>{let _=new Date(Date.UTC(B.getFullYear(),B.getMonth(),B.getDate())),U=_.getUTCDay()||7;_.setUTCDate(_.getUTCDate()+4-U);let J=new Date(Date.UTC(_.getUTCFullYear(),0,1));return Math.ceil(((_.getTime()-J.getTime())/864e5+1)/7)},qe=B=>{let _=B.getDay();return _===0||_===6},de=react.useMemo(()=>{let B=F?.holidayDates;return B?B instanceof Set?B:new Set(B):null},[F?.holidayDates]),et=B=>{if(!de)return false;let _=`${B.getFullYear()}-${String(B.getMonth()+1).padStart(2,"0")}-${String(B.getDate()).padStart(2,"0")}`;return de.has(_)},Re=react.useCallback(B=>{let _=Math.round(B/(Ce*o)),U=new Date(n);return U.setDate(U.getDate()+_),U},[n,Ce,o]),Be=react.useCallback((B,_)=>{if(_.startDate&&_.endDate)return;let U=B.currentTarget.ownerSVGElement;if(!U)return;let J=U.createSVGPoint();J.x=B.clientX,J.y=B.clientY;let De=J.matrixTransform(U.getScreenCTM()?.inverse()),pe=Re(De.x),rt=new Date(pe);rt.setDate(rt.getDate()+1),be(null),f?.(_,pe,rt);},[Re,f]),Nt=react.useCallback((B,_,U)=>{let J=B.currentTarget.ownerSVGElement;if(!J)return;let De=J.createSVGPoint();De.x=B.clientX,De.y=B.clientY;let pe=De.matrixTransform(J.getScreenCTM()?.inverse()),rt=Re(pe.x),Qe=Math.round(pe.x/(Ce*o))*Ce*o;be({taskId:_.id,x:Qe,y:U*r+r/2,date:rt});},[Re,Ce,o,r]),ft=react.useCallback(()=>{be(null);},[]),Oe=react.useMemo(()=>{let B=De=>De.map(pe=>{if(pe.subtasks&&pe.subtasks.length>0){let rt=B(pe.subtasks),tt=rt.filter(Qe=>Qe.startDate&&Qe.endDate);if(tt.length>0){let Qe=tt.map(Ht=>Ht.startDate.getTime()),Ot=tt.map(Ht=>Ht.endDate.getTime()),pt=new Date(Math.min(...Qe)),qt=new Date(Math.max(...Ot));return {...pe,subtasks:rt,startDate:pt,endDate:qt}}return {...pe,subtasks:rt}}return pe}),_=(De,pe=[])=>{let rt=[...De].sort((tt,Qe)=>(tt.position??0)-(Qe.position??0));for(let tt of rt)pe.push(tt),tt.subtasks&&tt.subtasks.length>0&&(tt.isExpanded===void 0||tt.isExpanded)&&_(tt.subtasks,pe);return pe},U=B(e);return _(U)},[e]),Ie=react.useCallback(B=>{if(!B.startDate||!B.endDate)return {x:0,width:0};let _=B.startDate.getTime(),U=B.endDate.getTime(),J=n.getTime(),De=(_-J)/(1e3*60*60*24),pe=(U-_)/(1e3*60*60*24)+1,rt=De*Ce*o,tt=Math.max(Ce*o,40),Qe=Math.max(pe*Ce*o,tt);return {x:rt,width:Qe}},[n,Ce,o]),st=react.useMemo(()=>Oe.filter(B=>B.startDate&&B.endDate).map(B=>{let{x:_,width:U}=Ie(B),De=Oe.findIndex(pe=>pe.id===B.id)*r+(r-18)/2;return {id:B.id,x:_,y:De,width:U,height:18}}),[Oe,Ie]),kt=react.useCallback((B,_,U)=>{if(!U){Y([]),ee(null);return}if(ee({taskId:B,daysDelta:_}),_===0){Y([]);return}let J=Ne.calculateCascadePreview(e,B,_,Oe,n,Ce*o,r,48);Y(J);},[e,Oe,n,Ce,o,r,48]),$e=react.useCallback((B,_)=>{if(!H)return _;let U=Ce*o,J=H.daysDelta*U;if(B===H.taskId)return {x:_.x+J,width:_.width};let De=T.find(pe=>pe.taskId===B);return De?{x:De.previewX,width:De.width}:_},[H,T,Ce,o]),He=react.useMemo(()=>{let B=[],_=new Date(n);for(;_<=s;){let De=(_.getTime()-n.getTime())/864e5*Ce*o;if(a==="day")B.push({date:new Date(_),label:_.toLocaleDateString(c,{day:"numeric",month:"short"}),x:De}),_.setDate(_.getDate()+1);else if(a==="week"){let pe=Me(_);B.push({date:new Date(_),label:`${N.labels.week} ${pe}`,x:De}),_.setDate(_.getDate()+7);}else B.push({date:new Date(_),label:_.toLocaleDateString(c,{month:"short",year:"numeric"}),x:De}),_.setMonth(_.getMonth()+1);}return B},[n,s,a,Ce,o,c,N.labels.week]),L=react.useMemo(()=>(new Date().getTime()-n.getTime())/(1e3*60*60*24)*Ce*o,[n,Ce,o]),oe=Math.max(Oe.length*r,552);return jsxRuntime.jsxs("div",{className:"w-full flex flex-col","data-gantt-chart":true,style:{backgroundColor:t.bgPrimary},children:[jsxRuntime.jsx("div",{style:{position:"sticky",top:0,zIndex:10,backgroundColor:t.glassHeader||t.bgSecondary,flexShrink:0,height:"48px",borderBottom:`1px solid ${t.borderLight}`,boxSizing:"border-box"},children:jsxRuntime.jsxs("svg",{width:Math.max(Ae,1e3),height:47,style:{display:"block"},children:[jsxRuntime.jsx("rect",{x:0,y:0,width:Math.max(Ae,1e3),height:48,fill:t.glassHeader||t.bgSecondary}),He.map((B,_)=>jsxRuntime.jsxs("g",{children:[_>0&&jsxRuntime.jsx("line",{x1:B.x,y1:0,x2:B.x,y2:48,stroke:t.border,strokeWidth:1,opacity:.1}),jsxRuntime.jsx("text",{x:B.x+8,y:48/2,fill:a==="day"&&!qe(B.date)&&et(B.date)?"#F59E0B":t.textTertiary,fontSize:"11",fontFamily:"'JetBrains Mono', ui-monospace, monospace",fontWeight:"500",dominantBaseline:"middle",children:B.label})]},`header-${_}`)),L>=0&&L<=Ae&&jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("circle",{cx:L,cy:38,r:4,fill:t.today,opacity:1}),t.neonRedGlow&&jsxRuntime.jsx("circle",{cx:L,cy:38,r:6,fill:"none",stroke:t.today,strokeWidth:1,opacity:.3}),t.neonRedGlow&&jsxRuntime.jsxs("g",{transform:`translate(${L-18}, 2)`,children:[jsxRuntime.jsx("rect",{x:0,y:0,width:36,height:14,rx:2,fill:"rgba(0,0,0,0.8)",stroke:t.today,strokeWidth:.5,opacity:.8}),jsxRuntime.jsx("text",{x:18,y:10,textAnchor:"middle",fill:t.today,fontSize:"7",fontFamily:"'JetBrains Mono', monospace",fontWeight:"700",letterSpacing:"0.1em",children:N.labels.today.toUpperCase()})]})]})]})}),jsxRuntime.jsxs("svg",{ref:P,width:Math.max(Ae,1e3),height:oe,style:{display:"block",flexShrink:0,overflow:"visible"},onMouseMove:ye,children:[jsxRuntime.jsxs("defs",{children:[jsxRuntime.jsx("filter",{id:"shadow",children:jsxRuntime.jsx("feDropShadow",{dx:"0",dy:"1",stdDeviation:"2",floodOpacity:"0.1"})}),jsxRuntime.jsx("pattern",{id:"diagonal-stripes",width:"8",height:"8",patternUnits:"userSpaceOnUse",patternTransform:"rotate(45)",children:jsxRuntime.jsx("line",{x1:"0",y1:"0",x2:"0",y2:"8",stroke:t.border,strokeWidth:"2"})}),jsxRuntime.jsx("pattern",{id:"weekend-hatch",width:"8",height:"8",patternUnits:"userSpaceOnUse",patternTransform:"rotate(45)",children:jsxRuntime.jsx("line",{x1:"0",y1:"0",x2:"0",y2:"8",stroke:(t.bgPrimary||"").charAt(1)==="0"?"rgba(255,255,255,0.055)":"rgba(0,0,0,0.04)",strokeWidth:"4"})}),jsxRuntime.jsxs("pattern",{id:"bar-remaining-hatch",width:"10",height:"10",patternUnits:"userSpaceOnUse",patternTransform:"rotate(45)",children:[jsxRuntime.jsx("rect",{x:"0",y:"0",width:"5",height:"10",fill:"#00E5CC",opacity:"0.18"}),jsxRuntime.jsx("rect",{x:"5",y:"0",width:"5",height:"10",fill:"#94A3B8",opacity:"0.12"})]})]}),jsxRuntime.jsx("rect",{x:0,y:0,width:Math.max(Ae,1e3),height:oe,fill:t.bgPrimary}),Oe.map((B,_)=>jsxRuntime.jsx("rect",{x:0,y:_*r,width:Math.max(Ae,1e3),height:r,fill:_%2===0?t.bgPrimary:t.bgGrid,opacity:1,style:{pointerEvents:"none"}},`row-bg-${B.id}`)),He.map((B,_)=>_>0?jsxRuntime.jsx("line",{x1:B.x,y1:0,x2:B.x,y2:Oe.length*r,stroke:t.borderLight,strokeWidth:1,shapeRendering:"crispEdges",opacity:t.neonRedGlow?1:.1},`vgrid-${_}`):null),He.map((B,_)=>{let U=He[_+1]?.x||Ae,J=w&&qe(B.date),De=a==="day"&&!qe(B.date)&&et(B.date);return J||De?jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("rect",{x:B.x,y:0,width:U-B.x,height:Oe.length*r,fill:(t.bgPrimary||"").charAt(1)==="0"?"rgba(255,255,255,0.04)":"rgba(0,0,0,0.03)",style:{pointerEvents:"none"}}),jsxRuntime.jsx("rect",{x:B.x,y:0,width:U-B.x,height:Oe.length*r,fill:"url(#weekend-hatch)",style:{pointerEvents:"none"}})]},`we-overlay-${_}`):null}),Oe.map((B,_)=>{let U=B.startDate&&B.endDate;return jsxRuntime.jsx("g",{children:!U&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("rect",{x:0,y:_*r,width:Ae,height:r,fill:"transparent",style:{cursor:"pointer",pointerEvents:"all"},onClick:J=>Be(J,B),onMouseMove:J=>Nt(J,B,_),onMouseLeave:()=>{ft();}},`clickable-${B.id}`),Pe&&Pe.taskId===B.id&&jsxRuntime.jsxs("g",{style:{pointerEvents:"none"},children:[jsxRuntime.jsx("line",{x1:Pe.x,y1:_*r+4,x2:Pe.x,y2:_*r+r-4,stroke:t.accent,strokeWidth:2,opacity:.8}),jsxRuntime.jsx("circle",{cx:Pe.x,cy:Pe.y,r:8,fill:t.accent,opacity:.9}),jsxRuntime.jsx("circle",{cx:Pe.x,cy:Pe.y,r:4,fill:"white",opacity:.9}),jsxRuntime.jsxs("g",{transform:`translate(${Pe.x}, ${_*r-8})`,children:[jsxRuntime.jsx("rect",{x:-40,y:-20,width:80,height:20,rx:4,fill:t.bgSecondary,stroke:t.border,strokeWidth:1}),jsxRuntime.jsx("text",{x:0,y:-6,textAnchor:"middle",fill:t.textPrimary,fontSize:"11",fontFamily:"Inter, sans-serif",fontWeight:"500",children:Pe.date.toLocaleDateString(c==="es"?"es-ES":"en-US",{day:"numeric",month:"short"})})]})]}),(!Pe||Pe.taskId!==B.id)&&jsxRuntime.jsx("text",{x:L>0?L:100,y:_*r+r/2,fill:t.textTertiary,fontSize:"12",fontFamily:"Inter, sans-serif",fontStyle:"italic",dominantBaseline:"middle",opacity:.4,style:{pointerEvents:"none",userSelect:"none"},children:N.labels.clickToSetDates},`placeholder-${B.id}`)]})},`row-group-${B.id}`)}),Oe.map((B,_)=>{if(!B.startDate||!B.endDate)return null;let{x:U,width:J}=Ie(B),De=_*r+(r-18)/2,pe=B.subtasks&&B.subtasks.length>0&&!B.isMilestone;if(B.isMilestone)return jsxRuntime.jsx(rl,{task:B,x:U+J/2,y:De+12,theme:t,onClick:u},B.id);if(pe){let rt=!t.bgPrimary||t.bgPrimary.startsWith("#0")||t.bgPrimary.startsWith("#1"),tt=8,Qe=De+(r-18)/2+(18-tt)/2,Ot=4,pt=B.progress||0,qt=new Date;qt.setHours(0,0,0,0);let Ht=B.startDate&&qt>=B.startDate,ur=B.endDate&&(()=>{let nr=new Date(B.endDate);return nr.setHours(0,0,0,0),qt>nr})(),br=B.startDate&&qt<B.startDate,da=1;if(Ht&&B.startDate&&B.endDate&&!br){let nr=new Date(B.startDate);nr.setHours(0,0,0,0);let _r=new Date(B.endDate);_r.setHours(0,0,0,0);let Dr=Math.max(1,(_r.getTime()-nr.getTime())/(1e3*60*60*24)),_e=Math.min((qt.getTime()-nr.getTime())/(1e3*60*60*24),Dr)/Dr*100;da=_e>0?pt/_e:1;}let Yt;pt>=100?Yt="#00E5CC":br?Yt="#4B5563":ur&&pt<100?Yt="#EF4444":da>=.95?Yt="#22C55E":da>=.8?Yt="#F59E0B":Yt="#EF4444";let hr=Math.max(pt/100*J,pt>0?Ot*2:0),Ft=J>100&&pt>0,jr=B.isCriticalPath;return jsxRuntime.jsxs("g",{onClick:()=>u?.(B),onContextMenu:nr=>{nr.preventDefault(),nr.stopPropagation(),m?.(B,nr);},onMouseMove:nr=>{fe({task:B,x:U,y:Qe,width:J,height:tt,showBelow:Qe<100,mouseX:nr.clientX,mouseY:nr.clientY});},onMouseLeave:()=>fe(null),style:{cursor:"default",opacity:h?jr?1:.25:1,transition:"opacity 300ms ease"},children:[jsxRuntime.jsx("rect",{x:U,y:De,width:J,height:r,fill:"transparent",style:{pointerEvents:"all"}}),jsxRuntime.jsx("rect",{x:U,y:Qe,width:J,height:tt,rx:Ot,fill:rt?"rgba(255,255,255,0.10)":"rgba(0,0,0,0.08)"}),pt>0&&jsxRuntime.jsx("rect",{x:U,y:Qe,width:hr,height:tt,rx:Ot,fill:Yt}),h&&jr&&jsxRuntime.jsx("rect",{x:U,y:Qe,width:J,height:tt,rx:Ot,fill:"none",stroke:"#EF4444",strokeWidth:2,style:{pointerEvents:"none",filter:"drop-shadow(0 0 6px rgba(239, 68, 68, 0.4))"}}),Ft&&jsxRuntime.jsxs("text",{x:U+hr+6,y:Qe+tt/2,dominantBaseline:"central",fill:rt?"rgba(255,255,255,0.7)":"rgba(0,0,0,0.55)",fontSize:"9",fontWeight:"700",fontFamily:"'JetBrains Mono', monospace",style:{pointerEvents:"none",userSelect:"none"},children:[Math.round(pt),"%"]})]},B.id)}return jsxRuntime.jsx(Ji,{task:B,x:U,y:De,width:J,theme:t,dayWidth:Ce*o,startDate:n,templates:l,onClick:u,onDoubleClick:p,onContextMenu:m,onDateChange:f,onDependencyCreate:x,allTaskPositions:st,onDragMove:kt,onHoverChange:fe,showBaseline:b,showTaskBarLabels:d,showCriticalPath:h,readOnly:C?!C(B):false,onProgressChange:S},B.id)}),v&&Oe.map((B,_)=>!B.dependencies||B.dependencies.length===0||!B.startDate||!B.endDate?null:B.dependencies.map(U=>{let J=Oe.find(Yt=>Yt.id===U);if(!J||!J.startDate||!J.endDate)return null;let De=Oe.findIndex(Yt=>Yt.id===U),pe=$e(J.id,Ie(J)),rt=$e(B.id,Ie(B)),tt=pe.x+pe.width,Qe=De*r+26,Ot=rt.x,pt=_*r+26,qt=`dep-${U}-${B.id}`;if(ve.has(qt))return null;let Ht=h&&B.isCriticalPath&&J.isCriticalPath;return jsxRuntime.jsx(Ks,{x1:tt,y1:Qe,x2:Ot,y2:pt,theme:t,lineStyle:i,colorOverride:h?Ht?"#EF4444":"rgba(255,255,255,0.10)":void 0,strokeWidthOverride:h?Ht?2:1:void 0,glowFilter:Ht?"drop-shadow(0 0 4px rgba(239, 68, 68, 0.3))":void 0,onDelete:()=>y?.(B.id,U),onHoverChange:Yt=>{$.current=Yt,Yt&&W({key:qt,fromId:U,toId:B.id,exitX:tt,exitY:Qe,enterX:Ot,enterY:pt});}},qt)})),T.map(B=>jsxRuntime.jsxs("g",{style:{pointerEvents:"none"},children:[jsxRuntime.jsx("rect",{x:B.previewX,y:B.y-48,width:B.width,height:18,rx:6,fill:B.color||t.accent,opacity:.15,stroke:t.accent,strokeWidth:1,strokeDasharray:"4 3"}),Math.abs(B.daysDelta)>0&&jsxRuntime.jsx("text",{x:B.previewX+B.width/2,y:B.y-48+9,textAnchor:"middle",dominantBaseline:"middle",fill:t.accent,fontSize:"10",fontWeight:"600",fontFamily:"Inter, sans-serif",style:{userSelect:"none"},children:B.daysDelta>0?`+${B.daysDelta}d`:`${B.daysDelta}d`})]},`cascade-preview-${B.taskId}`)),v&&j&&jsxRuntime.jsx(Ks,{x1:j.exitX,y1:j.exitY,x2:j.enterX,y2:j.enterY,theme:t,lineStyle:i,onDelete:()=>{let B=j.key;W(null),$.current=false,We(_=>new Set(_).add(B)),y?.(j.toId,j.fromId);},hoverOverlayOnly:true,onHoverChange:B=>{$.current=B,B||W(null);}},`${j.key}-hover-overlay`),L>=0&&L<=Ae&&jsxRuntime.jsxs("g",{style:{pointerEvents:"none"},children:[t.neonRedGlow&&jsxRuntime.jsx("line",{x1:L,y1:0,x2:L,y2:oe,stroke:t.today,strokeWidth:6,opacity:.15}),jsxRuntime.jsx("line",{x1:L,y1:0,x2:L,y2:oe,stroke:t.today,strokeWidth:1,opacity:1})]})]}),I&&jsxRuntime.jsx(Wm,{tooltipData:I,theme:t,locale:c==="es"?"es":"en",workingDaysConfig:F})]})}var nw=['Move "Task Name" to next Monday','Extend "Task Name" by 3 days','Rename "Old Name" to "New Name"','Set "Task Name" progress to 50%','Link "Task A" to "Task B"','Create a new task called "New Task"','Delete "Task Name"','Assign John to "Task Name"'],Vm=({size:e=16})=>jsxRuntime.jsx("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",children:jsxRuntime.jsx("path",{d:"M12 2l2.4 7.2L22 12l-7.6 2.8L12 22l-2.4-7.2L2 12l7.6-2.8L12 2z"})}),ow=()=>jsxRuntime.jsx("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:jsxRuntime.jsx("path",{d:"M22 2L11 13M22 2L15 22L11 13M22 2L2 9L11 13"})}),sw=()=>jsxRuntime.jsx("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:jsxRuntime.jsx("path",{d:"M18 6L6 18M6 6L18 18"})}),iw=()=>jsxRuntime.jsx("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:jsxRuntime.jsx("path",{d:"M5 12h14"})}),lw=()=>jsxRuntime.jsx("div",{className:"flex gap-1 items-center",children:[0,1,2].map(e=>jsxRuntime.jsx(framerMotion.motion.div,{className:"w-2 h-2 rounded-full bg-current",animate:{scale:[1,1.2,1],opacity:[.5,1,.5]},transition:{duration:.8,repeat:1/0,delay:e*.15}},e))});function sl({tasks:e,theme:t,config:r,onTasksUpdate:a,onTaskUpdate:n,onTaskCreate:s,onTaskDelete:o,onDependencyCreate:c,onDependencyDelete:l}){let[i,d]=react.useState(false),[u,p]=react.useState(false),[m,f]=react.useState([]),[x,y]=react.useState(""),[b,h]=react.useState(false),[v,w]=react.useState(true),[C,S]=react.useState(""),[F,k]=react.useState(-1),[N,P]=react.useState(false),[T,Y]=react.useState(0),H=react.useRef(null),ee=react.useRef(null),I=react.useRef(null),K=react.useRef(null),{enabled:j=true,placeholder:W='Ask AI to edit tasks... (e.g., "Move Design to next week")',position:$="bottom-right",onCommand:ve,suggestions:We=nw,maxHistory:Pe=50,persistHistory:be,mentionableUsers:ye=[]}=r,fe=t.bgPrimary==="#050505"||t.bgPrimary==="#0a0a0a"||t.textPrimary==="#FFFFFF",ze=fe?"rgba(10, 10, 10, 0.75)":"rgba(255, 255, 255, 0.85)",Ce=fe?"rgba(0, 229, 204, 0.15)":"rgba(0, 229, 204, 0.25)",Ae=fe?"0 0 20px rgba(0, 229, 204, 0.08), 0 4px 12px rgba(0, 0, 0, 0.4), inset 0 0 12px rgba(0, 229, 204, 0.04)":"0 0 20px rgba(0, 229, 204, 0.06), 0 4px 12px rgba(0, 0, 0, 0.08)",Me=fe?"rgba(0, 229, 204, 0.2)":"rgba(0, 229, 204, 0.15)",qe=fe?"rgba(0, 229, 204, 0.08)":"rgba(0, 229, 204, 0.06)",de=fe?"rgba(10, 10, 10, 0.85)":"rgba(255, 255, 255, 0.95)",et=fe?"rgba(0, 229, 204, 0.12)":"rgba(0, 229, 204, 0.2)",Re=fe?"rgba(0, 229, 204, 0.9)":"#00E5CC",Be=fe?"rgba(10, 10, 10, 0.92)":"rgba(255, 255, 255, 0.95)",Nt=fe?"rgba(0, 229, 204, 0.1)":"rgba(0, 229, 204, 0.15)",ft=fe?"0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 229, 204, 0.04), inset 0 1px 0 rgba(255,255,255,0.03)":"0 20px 60px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 229, 204, 0.04)",Oe=fe?"rgba(0, 229, 204, 0.04)":"rgba(0, 229, 204, 0.03)",Ie=fe?"rgba(0, 229, 204, 0.1)":"rgba(0, 229, 204, 0.08)",st=fe?"rgba(0, 229, 204, 0.08)":"rgba(0, 229, 204, 0.06)",kt=fe?"rgba(0, 229, 204, 0.2)":"rgba(0, 229, 204, 0.15)",$e=fe?"rgba(255, 255, 255, 0.85)":"rgba(0, 0, 0, 0.85)",He=fe?"rgba(255,255,255,0.4)":"rgba(0,0,0,0.35)",L=fe?"rgba(255,255,255,0.7)":"rgba(0,0,0,0.6)",oe=fe?"rgba(255,255,255,0.06)":"rgba(0,0,0,0.05)",B=fe?"rgba(255,255,255,0.35)":"rgba(0,0,0,0.4)",_="rgba(0, 229, 204, 0.04)",U=fe?"rgba(0, 229, 204, 0.08)":"rgba(0, 229, 204, 0.12)",J=fe?"rgba(255,255,255,0.5)":"rgba(0,0,0,0.5)",De=fe?"rgba(0, 229, 204, 0.25)":"rgba(0, 229, 204, 0.3)",pe=fe?"rgba(0, 229, 204, 0.12)":"rgba(0, 229, 204, 0.08)",rt=fe?"rgba(0, 229, 204, 0.15)":"rgba(0, 229, 204, 0.12)",tt=fe?"rgba(255, 255, 255, 0.04)":"rgba(0, 0, 0, 0.03)",Qe=fe?"rgba(255,255,255,0.05)":"rgba(0,0,0,0.06)",Ot=fe?"rgba(255,255,255,0.8)":"rgba(0,0,0,0.8)",pt="rgba(0, 229, 204, 0.06)",qt=fe?"rgba(255, 255, 255, 0.03)":"rgba(0, 0, 0, 0.02)",Ht=fe?"rgba(0, 229, 204, 0.08)":"rgba(0, 229, 204, 0.1)",ur=fe?"rgba(255,255,255,0.85)":"rgba(0,0,0,0.85)",br=fe?"rgba(0, 229, 204, 0.12)":"rgba(0, 229, 204, 0.08)",da=fe?"rgba(0, 229, 204, 0.2)":"rgba(0, 229, 204, 0.15)",Yt=fe?"rgba(255,255,255,0.2)":"rgba(0,0,0,0.2)",hr=fe?"rgba(255,255,255,0.2)":"rgba(0,0,0,0.25)",Ft=fe?"rgba(15, 15, 15, 0.95)":"rgba(255, 255, 255, 0.98)",jr=fe?"rgba(0, 229, 204, 0.1)":"rgba(0, 229, 204, 0.15)",Ut=fe?"0 -4px 20px rgba(0, 0, 0, 0.4)":"0 -4px 20px rgba(0, 0, 0, 0.08)",nr=fe?"rgba(0, 229, 204, 0.08)":"rgba(0, 229, 204, 0.06)",_r=fe?"rgba(255,255,255,0.85)":"rgba(0,0,0,0.85)",Dr=fe?"rgba(255,255,255,0.35)":"rgba(0,0,0,0.4)",ot=fe?"rgba(0, 229, 204, 0.12)":"rgba(0, 229, 204, 0.08)",_e=fe?"rgba(0, 229, 204, 0.2)":"rgba(0, 229, 204, 0.15)",ua=be?.storageKey||"gantt-ai-history",jt=be?.maxMessages??5,oa=ye.filter(O=>{if(!C)return true;let te=C.toLowerCase();return O.name.toLowerCase().includes(te)||O.email&&O.email.toLowerCase().includes(te)}).slice(0,5),se=react.useCallback(O=>{if(y(O),ye.length===0)return;let te=H.current;if(!te)return;let we=te.selectionStart||O.length,M=O.slice(0,we),R=M.lastIndexOf("@");if(R>=0&&((R>0?M[R-1]:" ")===" "||R===0)){let xe=M.slice(R+1);if(xe.length<=40){S(xe),k(R),P(true),Y(0);return}}P(false),S(""),k(-1);},[ye.length]),me=react.useCallback(O=>{let te=x.slice(0,F),we=x.slice(F+1+C.length),M=`${te}@${O.name} ${we}`;y(M),P(false),S(""),k(-1),setTimeout(()=>H.current?.focus(),0);},[x,F,C]),mt=react.useCallback(O=>{if(!N||oa.length===0)return false;if(O.key==="ArrowDown")return O.preventDefault(),Y(te=>te<oa.length-1?te+1:0),true;if(O.key==="ArrowUp")return O.preventDefault(),Y(te=>te>0?te-1:oa.length-1),true;if(O.key==="Enter"||O.key==="Tab"){O.preventDefault();let te=oa[T];return te&&me(te),true}return O.key==="Escape"?(P(false),true):false},[N,oa,T,me]);react.useEffect(()=>{if(be?.enabled)try{let O=localStorage.getItem(ua);if(O){let we=JSON.parse(O).map(M=>({...M,timestamp:new Date(M.timestamp)}));f(we.slice(-jt));}}catch(O){console.warn("[GanttAIAssistant] Failed to load persisted history:",O);}},[be?.enabled,ua,jt]),react.useEffect(()=>{if(be?.enabled&&m.length>0)try{let O=m.filter(te=>!te.isLoading).slice(-jt);localStorage.setItem(ua,JSON.stringify(O));}catch(O){console.warn("[GanttAIAssistant] Failed to persist history:",O);}},[m,be?.enabled,ua,jt]),react.useEffect(()=>{ee.current&&ee.current.scrollIntoView({behavior:"smooth"});},[m]),react.useEffect(()=>{i&&!u&&H.current&&setTimeout(()=>H.current?.focus(),100);},[i,u]);let Xe=react.useCallback(O=>{if(O.success)switch(O.type){case "move_task":case "resize_task":case "rename_task":case "set_progress":case "set_status":case "assign_task":O.taskId&&O.updates&&n?.(O.taskId,O.updates);break;case "create_task":O.newTask&&s?.(O.newTask);break;case "delete_task":O.taskId&&o?.(O.taskId);break;case "link_tasks":O.dependencyFrom&&O.dependencyTo&&c?.(O.dependencyFrom,O.dependencyTo);break;case "unlink_tasks":O.taskId&&O.dependencyFrom&&l?.(O.taskId,O.dependencyFrom);break}},[n,s,o,c,l]),it=react.useCallback(async O=>{if(!O.trim()||b)return;let te={id:`user-${Date.now()}`,role:"user",content:O,timestamp:new Date};f(M=>[...M.slice(-(Pe-1)),te]),y(""),w(false),h(true);let we={id:`loading-${Date.now()}`,role:"assistant",content:"",timestamp:new Date,isLoading:true};f(M=>[...M,we]);try{if(ve){let M=m.filter(q=>!q.isLoading&&q.content).slice(-6).map(q=>({role:q.role,content:q.content})),R=await ve(O,e,M);f(q=>{let xe=q.filter(Ze=>!Ze.isLoading),re={id:`assistant-${Date.now()}`,role:"assistant",content:R.message,timestamp:new Date,command:R};return [...xe,re]}),Xe(R);}else f(M=>[...M.filter(q=>!q.isLoading),{id:`assistant-${Date.now()}`,role:"assistant",content:"AI handler not configured. Please provide an onCommand handler in the aiAssistant config.",timestamp:new Date}]);}catch(M){f(R=>[...R.filter(xe=>!xe.isLoading),{id:`error-${Date.now()}`,role:"assistant",content:`Sorry, I encountered an error: ${M instanceof Error?M.message:"Unknown error"}`,timestamp:new Date}]);}finally{h(false);}},[b,Pe,ve,e,Xe]),V=O=>{O.preventDefault(),it(x);},ce=O=>{y(O),H.current?.focus();};if(react.useEffect(()=>{let O=te=>{(te.metaKey||te.ctrlKey)&&te.key==="k"&&(te.preventDefault(),d(we=>!we),i||p(false)),te.key==="Escape"&&i&&d(false);};return document.addEventListener("keydown",O),()=>document.removeEventListener("keydown",O)},[i]),react.useEffect(()=>{if(!i)return;let O=we=>{let M=we.target;I.current&&!I.current.contains(M)&&d(false);},te=setTimeout(()=>{document.addEventListener("mousedown",O);},100);return ()=>{clearTimeout(te),document.removeEventListener("mousedown",O);}},[i]),!j)return null;let Q={"bottom-right":"bottom-4 right-4","bottom-left":"bottom-4 left-4","top-right":"top-4 right-4","top-left":"top-4 left-4"};return jsxRuntime.jsxs(lr,{children:[jsxRuntime.jsx(framerMotion.AnimatePresence,{children:!i&&jsxRuntime.jsxs(framerMotion.motion.button,{initial:{scale:0,opacity:0,rotate:-180},animate:{scale:1,opacity:1,rotate:0},exit:{scale:0,opacity:0,rotate:180},transition:{type:"spring",damping:20,stiffness:260},whileHover:{scale:1.12},whileTap:{scale:.9},className:`fixed ${Q[$]} z-[99999] group`,style:{width:44,height:44,borderRadius:"50%",display:"flex",alignItems:"center",justifyContent:"center",background:ze,backdropFilter:"blur(12px)",WebkitBackdropFilter:"blur(12px)",border:`1px solid ${Ce}`,color:"#00E5CC",cursor:"pointer",boxShadow:Ae,overflow:"visible"},onClick:()=>d(true),children:[jsxRuntime.jsx("span",{style:{position:"absolute",inset:-3,borderRadius:"50%",border:`1px solid ${Me}`,animation:"ai-fab-pulse 3s ease-in-out infinite",pointerEvents:"none"}}),jsxRuntime.jsx("span",{style:{position:"absolute",inset:-6,borderRadius:"50%",border:`1px solid ${qe}`,animation:"ai-fab-pulse 3s ease-in-out infinite 1.5s",pointerEvents:"none"}}),jsxRuntime.jsx(Vm,{size:18}),jsxRuntime.jsx("span",{className:"pointer-events-none opacity-0 group-hover:opacity-100 transition-opacity duration-200",style:{position:"absolute",right:"100%",marginRight:10,whiteSpace:"nowrap",fontSize:11,fontWeight:500,fontFamily:"'JetBrains Mono', monospace",letterSpacing:"0.05em",textTransform:"uppercase",color:Re,background:de,backdropFilter:"blur(8px)",padding:"4px 10px",borderRadius:6,border:`1px solid ${et}`},children:"AI \xB7 \u2318K"}),jsxRuntime.jsx("style",{children:`
361
+ </Project>`,d=new Blob([i],{type:"application/xml;charset=utf-8;"}),u=document.createElement("a");u.href=URL.createObjectURL(d),u.download=r,u.click(),URL.revokeObjectURL(u.href);},calculateCriticalPath:e=>{let t=Ne.flattenTasks(e),r=t.filter(i=>i.startDate&&i.endDate);if(r.length===0)return [];let a=new Map,n=i=>{if(a.has(i.id))return;let d=i.startDate&&i.endDate?Ne.calculateDuration(i.startDate,i.endDate):0,u=0;if(i.dependencies&&i.dependencies.length>0)for(let m of i.dependencies){let f=t.find(x=>x.id===m);if(f){n(f);let x=a.get(m)?.ef||0;u=Math.max(u,x);}}let p=u+d;a.set(i.id,{es:u,ef:p});};r.forEach(n);let s=Math.max(...Array.from(a.values()).map(i=>i.ef)),o=new Map,c=i=>{if(o.has(i.id))return;let d=i.startDate&&i.endDate?Ne.calculateDuration(i.startDate,i.endDate):0,u=t.filter(f=>f.dependencies&&f.dependencies.includes(i.id)),p=s;if(u.length>0)for(let f of u){c(f);let x=o.get(f.id)?.ls||0;p=Math.min(p,x);}let m=p-d;o.set(i.id,{ls:m,lf:p});};r.forEach(c);let l=[];for(let i of r){let d=a.get(i.id),u=o.get(i.id);if(d&&u){let p=u.ls-d.es;Math.abs(p)<.01&&l.push(i.id);}}return l},calculateCriticalPathFull:e=>{let t=new Map,a=Ne.flattenTasks(e).filter(p=>p.startDate&&p.endDate);if(a.length===0)return t;let n=new Map(a.map(p=>[p.id,p])),s=new Map;for(let p of a)s.has(p.id)||s.set(p.id,[]);for(let p of a)if(p.dependencies){for(let m of p.dependencies)if(n.has(m)){let f=s.get(m);f&&f.push(p.id);}}let o=new Map;for(let p of a)o.set(p.id,0);for(let p of a)if(p.dependencies)for(let m of p.dependencies)n.has(m)&&o.set(p.id,(o.get(p.id)||0)+1);let c=new Map,l=[],i=[];for(let p of a)(o.get(p.id)||0)===0&&i.push(p.id);for(;i.length>0;){let p=i.shift();l.push(p);let m=n.get(p);if(!m||!m.startDate||!m.endDate)continue;let f=Ne.calculateDuration(m.startDate,m.endDate),x=0;if(m.dependencies)for(let b of m.dependencies){let h=c.get(b);h&&(x=Math.max(x,h.ef));}c.set(p,{es:x,ef:x+f});let y=s.get(p)||[];for(let b of y){let h=(o.get(b)||1)-1;o.set(b,h),h===0&&i.push(b);}}if(l.length<a.length)return t;let d=Math.max(...Array.from(c.values()).map(p=>p.ef)),u=new Map;for(let p=l.length-1;p>=0;p--){let m=l[p];if(!m)continue;let f=n.get(m);if(!f||!f.startDate||!f.endDate)continue;let x=Ne.calculateDuration(f.startDate,f.endDate),y=s.get(m)||[],b=d;if(y.length>0)for(let h of y){let v=u.get(h);v&&(b=Math.min(b,v.ls));}u.set(m,{ls:b-x,lf:b});}for(let p of l){let m=c.get(p),f=u.get(p),x=f.ls-m.es,y=s.get(p)||[],b;y.length>0?b=Math.min(...y.map(h=>c.get(h).es))-m.ef:b=d-m.ef,t.set(p,{earlyStart:m.es,earlyFinish:m.ef,lateStart:f.ls,lateFinish:f.lf,totalFloat:Math.round(x*100)/100,freeFloat:Math.max(0,Math.round(b*100)/100),isCritical:x<=.01});}return t},calculateSlack:(e,t)=>{let r=Ne.findTaskById(e,t);if(!r||!r.startDate||!r.endDate)return null;if(Ne.calculateCriticalPath(e).includes(t))return 0;let n=Ne.getDependentTasks(e,t);if(n.length===0){let c=Ne.getLatestEndDate(e);if(!c)return null;let l=Ne.calculateDuration(r.endDate,c);return Math.max(0,l)}let s=n.filter(c=>c.startDate).map(c=>c.startDate.getTime()).sort((c,l)=>c-l)[0];if(!s)return null;let o=Ne.calculateDuration(r.endDate,new Date(s));return Math.max(0,o)},isOnCriticalPath:(e,t)=>Ne.calculateCriticalPath(e).includes(t),autoScheduleDependents:(e,t,r,a)=>{let n=a||new Set;if(n.has(t))return e;n.add(t);let s=Ne.findTaskById(e,t);if(!s||!s.endDate)return e;let o=Ne.getDependentTasks(e,t);if(o.length===0)return e;let c=[...e];for(let l of o){if(n.has(l.id)||!l.startDate||!l.endDate)continue;let i=Ne.calculateDuration(l.startDate,l.endDate),d;if(r!==void 0?(d=new Date(l.startDate),d.setDate(d.getDate()+r)):(d=new Date(s.endDate),d.setDate(d.getDate()+1)),r!==void 0){let m=new Date(s.endDate),f=new Date(m);f.setDate(f.getDate()+1),d<f&&(d=f);}let u=Ne.calculateEndDate(d,i),p=m=>m.map(f=>f.id===l.id?{...f,startDate:d,endDate:u}:f.subtasks?{...f,subtasks:p(f.subtasks)}:f);c=p(c),c=Ne.autoScheduleDependents(c,l.id,r,n);}return c},calculateCascadePreview:(e,t,r,a,n,s,o,c)=>{if(r===0)return [];let l=[],i=n.getTime(),d=1e3*60*60*24,u=Ne.findTaskById(e,t);if(!u||!u.endDate)return [];let p=(m,f,x=new Set)=>{if(x.has(m))return;x.add(m);let y=Ne.getDependentTasks(e,m);for(let b of y){if(!b.startDate||!b.endDate)continue;let h=a.findIndex(T=>T.id===b.id);if(h===-1)continue;let v=b.startDate.getTime(),C=(b.endDate.getTime()-v)/d,F=(v-i)/d*s,k=F+f*s,N=Math.max(C*s,s),P=c+h*o+(o-18)/2;l.push({taskId:b.id,taskName:b.name,originalX:F,previewX:k,width:N,y:P,rowIndex:h,daysDelta:f,color:b.color}),p(b.id,f,x);}};return p(t,r),l},splitTask:(e,t,r,a=3)=>{let n=Ne.findTaskById(e,t);if(!n||!n.startDate||!n.endDate)return e;if(r<=n.startDate||r>=n.endDate)return console.warn("Split date must be between task start and end dates"),e;let s=new Date(r);s.setDate(s.getDate()-1);let o=new Date(r);o.setDate(o.getDate()+a);let c=new Date(n.endDate);c.setDate(c.getDate()+a);let l=[{startDate:new Date(n.startDate),endDate:s},{startDate:o,endDate:c}],i=d=>d.map(u=>u.id===n.id?{...u,endDate:c,segments:l}:u.subtasks?{...u,subtasks:i(u.subtasks)}:u);return i(e)}};function al({tasks:e,theme:t,rowHeight:r,timeScale:a,startDate:n,endDate:s,zoom:o,locale:c="en",templates:l,dependencyLineStyle:i="curved",showTaskBarLabels:d=true,onTaskClick:u,onTaskDblClick:p,onTaskContextMenu:m,onTaskDateChange:f,onDependencyCreate:x,onDependencyDelete:y,showBaseline:b,showCriticalPath:h=true,showDependencies:v=true,highlightWeekends:w=true,canEditTask:C,onTaskProgressDrag:S,workingDaysConfig:F}){let N=ja(),P=react.useRef(null),[T,Y]=react.useState([]),[H,ee]=react.useState(null),[I,K]=react.useState(null),[j,W]=react.useState(null),$=react.useRef(false),[ve,We]=react.useState(new Set),[Pe,be]=react.useState(null),ye=react.useCallback(B=>{if(j&&!$.current){let _=B.target,U=false;for(;_&&_!==B.currentTarget;){if(_.getAttribute?.("data-dependency-line")==="true"||_.getAttribute?.("data-dependency-hover-overlay")==="true"){U=true;break}_=_.parentElement;}U||W(null);}},[j]),fe=react.useCallback(B=>{K(B);},[]),ze=Math.ceil((s.getTime()-n.getTime())/(1e3*60*60*24)),Ce=a==="day"?60:a==="week"?20:8,Ae=ze*Ce*o,Me=B=>{let _=new Date(Date.UTC(B.getFullYear(),B.getMonth(),B.getDate())),U=_.getUTCDay()||7;_.setUTCDate(_.getUTCDate()+4-U);let J=new Date(Date.UTC(_.getUTCFullYear(),0,1));return Math.ceil(((_.getTime()-J.getTime())/864e5+1)/7)},qe=B=>{let _=B.getDay();return _===0||_===6},de=react.useMemo(()=>{let B=F?.holidayDates;return B?B instanceof Set?B:new Set(B):null},[F?.holidayDates]),et=B=>{if(!de)return false;let _=`${B.getFullYear()}-${String(B.getMonth()+1).padStart(2,"0")}-${String(B.getDate()).padStart(2,"0")}`;return de.has(_)},Re=react.useCallback(B=>{let _=Math.round(B/(Ce*o)),U=new Date(n);return U.setDate(U.getDate()+_),U},[n,Ce,o]),Be=react.useCallback((B,_)=>{if(_.startDate&&_.endDate)return;let U=B.currentTarget.ownerSVGElement;if(!U)return;let J=U.createSVGPoint();J.x=B.clientX,J.y=B.clientY;let De=J.matrixTransform(U.getScreenCTM()?.inverse()),pe=Re(De.x),rt=new Date(pe);rt.setDate(rt.getDate()+1),be(null),f?.(_,pe,rt);},[Re,f]),Nt=react.useCallback((B,_,U)=>{let J=B.currentTarget.ownerSVGElement;if(!J)return;let De=J.createSVGPoint();De.x=B.clientX,De.y=B.clientY;let pe=De.matrixTransform(J.getScreenCTM()?.inverse()),rt=Re(pe.x),Qe=Math.round(pe.x/(Ce*o))*Ce*o;be({taskId:_.id,x:Qe,y:U*r+r/2,date:rt});},[Re,Ce,o,r]),bt=react.useCallback(()=>{be(null);},[]),Oe=react.useMemo(()=>{let B=De=>De.map(pe=>{if(pe.subtasks&&pe.subtasks.length>0){let rt=B(pe.subtasks),tt=rt.filter(Qe=>Qe.startDate&&Qe.endDate);if(tt.length>0){let Qe=tt.map(Ut=>Ut.startDate.getTime()),Ht=tt.map(Ut=>Ut.endDate.getTime()),pt=new Date(Math.min(...Qe)),qt=new Date(Math.max(...Ht));return {...pe,subtasks:rt,startDate:pt,endDate:qt}}return {...pe,subtasks:rt}}return pe}),_=(De,pe=[])=>{let rt=[...De].sort((tt,Qe)=>(tt.position??0)-(Qe.position??0));for(let tt of rt)pe.push(tt),tt.subtasks&&tt.subtasks.length>0&&(tt.isExpanded===void 0||tt.isExpanded)&&_(tt.subtasks,pe);return pe},U=B(e);return _(U)},[e]),Ie=react.useCallback(B=>{if(!B.startDate||!B.endDate)return {x:0,width:0};let _=B.startDate.getTime(),U=B.endDate.getTime(),J=n.getTime(),De=(_-J)/(1e3*60*60*24),pe=(U-_)/(1e3*60*60*24)+1,rt=De*Ce*o,tt=Math.max(Ce*o,40),Qe=Math.max(pe*Ce*o,tt);return {x:rt,width:Qe}},[n,Ce,o]),st=react.useMemo(()=>Oe.filter(B=>B.startDate&&B.endDate).map(B=>{let{x:_,width:U}=Ie(B),De=Oe.findIndex(pe=>pe.id===B.id)*r+(r-18)/2;return {id:B.id,x:_,y:De,width:U,height:18}}),[Oe,Ie]),kt=react.useCallback((B,_,U)=>{if(!U){Y([]),ee(null);return}if(ee({taskId:B,daysDelta:_}),_===0){Y([]);return}let J=Ne.calculateCascadePreview(e,B,_,Oe,n,Ce*o,r,48);Y(J);},[e,Oe,n,Ce,o,r,48]),$e=react.useCallback((B,_)=>{if(!H)return _;let U=Ce*o,J=H.daysDelta*U;if(B===H.taskId)return {x:_.x+J,width:_.width};let De=T.find(pe=>pe.taskId===B);return De?{x:De.previewX,width:De.width}:_},[H,T,Ce,o]),He=react.useMemo(()=>{let B=[],_=new Date(n);for(;_<=s;){let De=(_.getTime()-n.getTime())/864e5*Ce*o;if(a==="day")B.push({date:new Date(_),label:_.toLocaleDateString(c,{day:"numeric",month:"short"}),x:De}),_.setDate(_.getDate()+1);else if(a==="week"){let pe=Me(_);B.push({date:new Date(_),label:`${N.labels.week} ${pe}`,x:De}),_.setDate(_.getDate()+7);}else B.push({date:new Date(_),label:_.toLocaleDateString(c,{month:"short",year:"numeric"}),x:De}),_.setMonth(_.getMonth()+1);}return B},[n,s,a,Ce,o,c,N.labels.week]),L=react.useMemo(()=>(new Date().getTime()-n.getTime())/(1e3*60*60*24)*Ce*o,[n,Ce,o]),oe=Math.max(Oe.length*r,552);return jsxRuntime.jsxs("div",{className:"w-full flex flex-col","data-gantt-chart":true,style:{backgroundColor:t.bgPrimary},children:[jsxRuntime.jsx("div",{style:{position:"sticky",top:0,zIndex:10,backgroundColor:t.glassHeader||t.bgSecondary,flexShrink:0,height:"48px",borderBottom:`1px solid ${t.borderLight}`,boxSizing:"border-box"},children:jsxRuntime.jsxs("svg",{width:Math.max(Ae,1e3),height:47,style:{display:"block"},children:[jsxRuntime.jsx("rect",{x:0,y:0,width:Math.max(Ae,1e3),height:48,fill:t.glassHeader||t.bgSecondary}),He.map((B,_)=>jsxRuntime.jsxs("g",{children:[_>0&&jsxRuntime.jsx("line",{x1:B.x,y1:0,x2:B.x,y2:48,stroke:t.border,strokeWidth:1,opacity:.1}),jsxRuntime.jsx("text",{x:B.x+8,y:48/2,fill:a==="day"&&!qe(B.date)&&et(B.date)?"#F59E0B":t.textTertiary,fontSize:"11",fontFamily:"'JetBrains Mono', ui-monospace, monospace",fontWeight:"500",dominantBaseline:"middle",children:B.label})]},`header-${_}`)),L>=0&&L<=Ae&&jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("circle",{cx:L,cy:38,r:4,fill:t.today,opacity:1}),t.neonRedGlow&&jsxRuntime.jsx("circle",{cx:L,cy:38,r:6,fill:"none",stroke:t.today,strokeWidth:1,opacity:.3}),t.neonRedGlow&&jsxRuntime.jsxs("g",{transform:`translate(${L-18}, 2)`,children:[jsxRuntime.jsx("rect",{x:0,y:0,width:36,height:14,rx:2,fill:"rgba(0,0,0,0.8)",stroke:t.today,strokeWidth:.5,opacity:.8}),jsxRuntime.jsx("text",{x:18,y:10,textAnchor:"middle",fill:t.today,fontSize:"7",fontFamily:"'JetBrains Mono', monospace",fontWeight:"700",letterSpacing:"0.1em",children:N.labels.today.toUpperCase()})]})]})]})}),jsxRuntime.jsxs("svg",{ref:P,width:Math.max(Ae,1e3),height:oe,style:{display:"block",flexShrink:0,overflow:"visible"},onMouseMove:ye,children:[jsxRuntime.jsxs("defs",{children:[jsxRuntime.jsx("filter",{id:"shadow",children:jsxRuntime.jsx("feDropShadow",{dx:"0",dy:"1",stdDeviation:"2",floodOpacity:"0.1"})}),jsxRuntime.jsx("pattern",{id:"diagonal-stripes",width:"8",height:"8",patternUnits:"userSpaceOnUse",patternTransform:"rotate(45)",children:jsxRuntime.jsx("line",{x1:"0",y1:"0",x2:"0",y2:"8",stroke:t.border,strokeWidth:"2"})}),jsxRuntime.jsx("pattern",{id:"weekend-hatch",width:"8",height:"8",patternUnits:"userSpaceOnUse",patternTransform:"rotate(45)",children:jsxRuntime.jsx("line",{x1:"0",y1:"0",x2:"0",y2:"8",stroke:(t.bgPrimary||"").charAt(1)==="0"?"rgba(255,255,255,0.055)":"rgba(0,0,0,0.04)",strokeWidth:"4"})}),jsxRuntime.jsxs("pattern",{id:"bar-remaining-hatch",width:"10",height:"10",patternUnits:"userSpaceOnUse",patternTransform:"rotate(45)",children:[jsxRuntime.jsx("rect",{x:"0",y:"0",width:"5",height:"10",fill:"#00E5CC",opacity:"0.18"}),jsxRuntime.jsx("rect",{x:"5",y:"0",width:"5",height:"10",fill:"#94A3B8",opacity:"0.12"})]})]}),jsxRuntime.jsx("rect",{x:0,y:0,width:Math.max(Ae,1e3),height:oe,fill:t.bgPrimary}),Oe.map((B,_)=>jsxRuntime.jsx("rect",{x:0,y:_*r,width:Math.max(Ae,1e3),height:r,fill:_%2===0?t.bgPrimary:t.bgGrid,opacity:1,style:{pointerEvents:"none"}},`row-bg-${B.id}`)),He.map((B,_)=>_>0?jsxRuntime.jsx("line",{x1:B.x,y1:0,x2:B.x,y2:Oe.length*r,stroke:t.borderLight,strokeWidth:1,shapeRendering:"crispEdges",opacity:t.neonRedGlow?1:.1},`vgrid-${_}`):null),He.map((B,_)=>{let U=He[_+1]?.x||Ae,J=w&&qe(B.date),De=a==="day"&&!qe(B.date)&&et(B.date);return J||De?jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("rect",{x:B.x,y:0,width:U-B.x,height:Oe.length*r,fill:(t.bgPrimary||"").charAt(1)==="0"?"rgba(255,255,255,0.04)":"rgba(0,0,0,0.03)",style:{pointerEvents:"none"}}),jsxRuntime.jsx("rect",{x:B.x,y:0,width:U-B.x,height:Oe.length*r,fill:"url(#weekend-hatch)",style:{pointerEvents:"none"}})]},`we-overlay-${_}`):null}),Oe.map((B,_)=>{let U=B.startDate&&B.endDate;return jsxRuntime.jsx("g",{children:!U&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("rect",{x:0,y:_*r,width:Ae,height:r,fill:"transparent",style:{cursor:"pointer",pointerEvents:"all"},onClick:J=>Be(J,B),onMouseMove:J=>Nt(J,B,_),onMouseLeave:()=>{bt();}},`clickable-${B.id}`),Pe&&Pe.taskId===B.id&&jsxRuntime.jsxs("g",{style:{pointerEvents:"none"},children:[jsxRuntime.jsx("line",{x1:Pe.x,y1:_*r+4,x2:Pe.x,y2:_*r+r-4,stroke:t.accent,strokeWidth:2,opacity:.8}),jsxRuntime.jsx("circle",{cx:Pe.x,cy:Pe.y,r:8,fill:t.accent,opacity:.9}),jsxRuntime.jsx("circle",{cx:Pe.x,cy:Pe.y,r:4,fill:"white",opacity:.9}),jsxRuntime.jsxs("g",{transform:`translate(${Pe.x}, ${_*r-8})`,children:[jsxRuntime.jsx("rect",{x:-40,y:-20,width:80,height:20,rx:4,fill:t.bgSecondary,stroke:t.border,strokeWidth:1}),jsxRuntime.jsx("text",{x:0,y:-6,textAnchor:"middle",fill:t.textPrimary,fontSize:"11",fontFamily:"Inter, sans-serif",fontWeight:"500",children:Pe.date.toLocaleDateString(c==="es"?"es-ES":"en-US",{day:"numeric",month:"short"})})]})]}),(!Pe||Pe.taskId!==B.id)&&jsxRuntime.jsx("text",{x:L>0?L:100,y:_*r+r/2,fill:t.textTertiary,fontSize:"12",fontFamily:"Inter, sans-serif",fontStyle:"italic",dominantBaseline:"middle",opacity:.4,style:{pointerEvents:"none",userSelect:"none"},children:N.labels.clickToSetDates},`placeholder-${B.id}`)]})},`row-group-${B.id}`)}),Oe.map((B,_)=>{if(!B.startDate||!B.endDate)return null;let{x:U,width:J}=Ie(B),De=_*r+(r-18)/2,pe=B.subtasks&&B.subtasks.length>0&&!B.isMilestone;if(B.isMilestone)return jsxRuntime.jsx(rl,{task:B,x:U+J/2,y:De+12,theme:t,onClick:u},B.id);if(pe){let rt=!t.bgPrimary||t.bgPrimary.startsWith("#0")||t.bgPrimary.startsWith("#1"),tt=8,Qe=De+(r-18)/2+(18-tt)/2,Ht=4,pt=B.progress||0,qt=new Date;qt.setHours(0,0,0,0);let Ut=B.startDate&&qt>=B.startDate,ur=B.endDate&&(()=>{let nr=new Date(B.endDate);return nr.setHours(0,0,0,0),qt>nr})(),br=B.startDate&&qt<B.startDate,da=1;if(Ut&&B.startDate&&B.endDate&&!br){let nr=new Date(B.startDate);nr.setHours(0,0,0,0);let _r=new Date(B.endDate);_r.setHours(0,0,0,0);let Dr=Math.max(1,(_r.getTime()-nr.getTime())/(1e3*60*60*24)),_e=Math.min((qt.getTime()-nr.getTime())/(1e3*60*60*24),Dr)/Dr*100;da=_e>0?pt/_e:1;}let Yt;pt>=100?Yt="#00E5CC":br?Yt="#4B5563":ur&&pt<100?Yt="#EF4444":da>=.95?Yt="#22C55E":da>=.8?Yt="#F59E0B":Yt="#EF4444";let hr=Math.max(pt/100*J,pt>0?Ht*2:0),Ft=J>100&&pt>0,jr=B.isCriticalPath;return jsxRuntime.jsxs("g",{onClick:()=>u?.(B),onContextMenu:nr=>{nr.preventDefault(),nr.stopPropagation(),m?.(B,nr);},onMouseMove:nr=>{fe({task:B,x:U,y:Qe,width:J,height:tt,showBelow:Qe<100,mouseX:nr.clientX,mouseY:nr.clientY});},onMouseLeave:()=>fe(null),style:{cursor:"default",opacity:h?jr?1:.25:1,transition:"opacity 300ms ease"},children:[jsxRuntime.jsx("rect",{x:U,y:De,width:J,height:r,fill:"transparent",style:{pointerEvents:"all"}}),jsxRuntime.jsx("rect",{x:U,y:Qe,width:J,height:tt,rx:Ht,fill:rt?"rgba(255,255,255,0.10)":"rgba(0,0,0,0.08)"}),pt>0&&jsxRuntime.jsx("rect",{x:U,y:Qe,width:hr,height:tt,rx:Ht,fill:Yt}),h&&jr&&jsxRuntime.jsx("rect",{x:U,y:Qe,width:J,height:tt,rx:Ht,fill:"none",stroke:"#EF4444",strokeWidth:2,style:{pointerEvents:"none",filter:"drop-shadow(0 0 6px rgba(239, 68, 68, 0.4))"}}),Ft&&jsxRuntime.jsxs("text",{x:U+hr+6,y:Qe+tt/2,dominantBaseline:"central",fill:rt?"rgba(255,255,255,0.7)":"rgba(0,0,0,0.55)",fontSize:"9",fontWeight:"700",fontFamily:"'JetBrains Mono', monospace",style:{pointerEvents:"none",userSelect:"none"},children:[Math.round(pt),"%"]})]},B.id)}return jsxRuntime.jsx(Ji,{task:B,x:U,y:De,width:J,theme:t,dayWidth:Ce*o,startDate:n,templates:l,onClick:u,onDoubleClick:p,onContextMenu:m,onDateChange:f,onDependencyCreate:x,allTaskPositions:st,onDragMove:kt,onHoverChange:fe,showBaseline:b,showTaskBarLabels:d,showCriticalPath:h,readOnly:C?!C(B):false,onProgressChange:S},B.id)}),v&&Oe.map((B,_)=>!B.dependencies||B.dependencies.length===0||!B.startDate||!B.endDate?null:B.dependencies.map(U=>{let J=Oe.find(Yt=>Yt.id===U);if(!J||!J.startDate||!J.endDate)return null;let De=Oe.findIndex(Yt=>Yt.id===U),pe=$e(J.id,Ie(J)),rt=$e(B.id,Ie(B)),tt=pe.x+pe.width,Qe=De*r+26,Ht=rt.x,pt=_*r+26,qt=`dep-${U}-${B.id}`;if(ve.has(qt))return null;let Ut=h&&B.isCriticalPath&&J.isCriticalPath;return jsxRuntime.jsx(Ks,{x1:tt,y1:Qe,x2:Ht,y2:pt,theme:t,lineStyle:i,colorOverride:h?Ut?"#EF4444":"rgba(255,255,255,0.10)":void 0,strokeWidthOverride:h?Ut?2:1:void 0,glowFilter:Ut?"drop-shadow(0 0 4px rgba(239, 68, 68, 0.3))":void 0,onDelete:()=>y?.(B.id,U),onHoverChange:Yt=>{$.current=Yt,Yt&&W({key:qt,fromId:U,toId:B.id,exitX:tt,exitY:Qe,enterX:Ht,enterY:pt});}},qt)})),T.map(B=>jsxRuntime.jsxs("g",{style:{pointerEvents:"none"},children:[jsxRuntime.jsx("rect",{x:B.previewX,y:B.y-48,width:B.width,height:18,rx:6,fill:B.color||t.accent,opacity:.15,stroke:t.accent,strokeWidth:1,strokeDasharray:"4 3"}),Math.abs(B.daysDelta)>0&&jsxRuntime.jsx("text",{x:B.previewX+B.width/2,y:B.y-48+9,textAnchor:"middle",dominantBaseline:"middle",fill:t.accent,fontSize:"10",fontWeight:"600",fontFamily:"Inter, sans-serif",style:{userSelect:"none"},children:B.daysDelta>0?`+${B.daysDelta}d`:`${B.daysDelta}d`})]},`cascade-preview-${B.taskId}`)),v&&j&&jsxRuntime.jsx(Ks,{x1:j.exitX,y1:j.exitY,x2:j.enterX,y2:j.enterY,theme:t,lineStyle:i,onDelete:()=>{let B=j.key;W(null),$.current=false,We(_=>new Set(_).add(B)),y?.(j.toId,j.fromId);},hoverOverlayOnly:true,onHoverChange:B=>{$.current=B,B||W(null);}},`${j.key}-hover-overlay`),L>=0&&L<=Ae&&jsxRuntime.jsxs("g",{style:{pointerEvents:"none"},children:[t.neonRedGlow&&jsxRuntime.jsx("line",{x1:L,y1:0,x2:L,y2:oe,stroke:t.today,strokeWidth:6,opacity:.15}),jsxRuntime.jsx("line",{x1:L,y1:0,x2:L,y2:oe,stroke:t.today,strokeWidth:1,opacity:1})]})]}),I&&jsxRuntime.jsx(Wm,{tooltipData:I,theme:t,locale:c==="es"?"es":"en",workingDaysConfig:F})]})}var nw=['Move "Task Name" to next Monday','Extend "Task Name" by 3 days','Rename "Old Name" to "New Name"','Set "Task Name" progress to 50%','Link "Task A" to "Task B"','Create a new task called "New Task"','Delete "Task Name"','Assign John to "Task Name"'],Vm=({size:e=16})=>jsxRuntime.jsx("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",children:jsxRuntime.jsx("path",{d:"M12 2l2.4 7.2L22 12l-7.6 2.8L12 22l-2.4-7.2L2 12l7.6-2.8L12 2z"})}),ow=()=>jsxRuntime.jsx("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:jsxRuntime.jsx("path",{d:"M22 2L11 13M22 2L15 22L11 13M22 2L2 9L11 13"})}),sw=()=>jsxRuntime.jsx("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:jsxRuntime.jsx("path",{d:"M18 6L6 18M6 6L18 18"})}),iw=()=>jsxRuntime.jsx("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:jsxRuntime.jsx("path",{d:"M5 12h14"})}),lw=()=>jsxRuntime.jsx("div",{className:"flex gap-1 items-center",children:[0,1,2].map(e=>jsxRuntime.jsx(framerMotion.motion.div,{className:"w-2 h-2 rounded-full bg-current",animate:{scale:[1,1.2,1],opacity:[.5,1,.5]},transition:{duration:.8,repeat:1/0,delay:e*.15}},e))});function sl({tasks:e,theme:t,config:r,onTasksUpdate:a,onTaskUpdate:n,onTaskCreate:s,onTaskDelete:o,onDependencyCreate:c,onDependencyDelete:l}){let[i,d]=react.useState(false),[u,p]=react.useState(false),[m,f]=react.useState([]),[x,y]=react.useState(""),[b,h]=react.useState(false),[v,w]=react.useState(true),[C,S]=react.useState(""),[F,k]=react.useState(-1),[N,P]=react.useState(false),[T,Y]=react.useState(0),H=react.useRef(null),ee=react.useRef(null),I=react.useRef(null),K=react.useRef(null),{enabled:j=true,placeholder:W='Ask AI to edit tasks... (e.g., "Move Design to next week")',position:$="bottom-right",onCommand:ve,suggestions:We=nw,maxHistory:Pe=50,persistHistory:be,mentionableUsers:ye=[]}=r,fe=t.bgPrimary==="#050505"||t.bgPrimary==="#0a0a0a"||t.textPrimary==="#FFFFFF",ze=fe?"rgba(10, 10, 10, 0.75)":"rgba(255, 255, 255, 0.85)",Ce=fe?"rgba(0, 229, 204, 0.15)":"rgba(0, 229, 204, 0.25)",Ae=fe?"0 0 20px rgba(0, 229, 204, 0.08), 0 4px 12px rgba(0, 0, 0, 0.4), inset 0 0 12px rgba(0, 229, 204, 0.04)":"0 0 20px rgba(0, 229, 204, 0.06), 0 4px 12px rgba(0, 0, 0, 0.08)",Me=fe?"rgba(0, 229, 204, 0.2)":"rgba(0, 229, 204, 0.15)",qe=fe?"rgba(0, 229, 204, 0.08)":"rgba(0, 229, 204, 0.06)",de=fe?"rgba(10, 10, 10, 0.85)":"rgba(255, 255, 255, 0.95)",et=fe?"rgba(0, 229, 204, 0.12)":"rgba(0, 229, 204, 0.2)",Re=fe?"rgba(0, 229, 204, 0.9)":"#00E5CC",Be=fe?"rgba(10, 10, 10, 0.92)":"rgba(255, 255, 255, 0.95)",Nt=fe?"rgba(0, 229, 204, 0.1)":"rgba(0, 229, 204, 0.15)",bt=fe?"0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 229, 204, 0.04), inset 0 1px 0 rgba(255,255,255,0.03)":"0 20px 60px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 229, 204, 0.04)",Oe=fe?"rgba(0, 229, 204, 0.04)":"rgba(0, 229, 204, 0.03)",Ie=fe?"rgba(0, 229, 204, 0.1)":"rgba(0, 229, 204, 0.08)",st=fe?"rgba(0, 229, 204, 0.08)":"rgba(0, 229, 204, 0.06)",kt=fe?"rgba(0, 229, 204, 0.2)":"rgba(0, 229, 204, 0.15)",$e=fe?"rgba(255, 255, 255, 0.85)":"rgba(0, 0, 0, 0.85)",He=fe?"rgba(255,255,255,0.4)":"rgba(0,0,0,0.35)",L=fe?"rgba(255,255,255,0.7)":"rgba(0,0,0,0.6)",oe=fe?"rgba(255,255,255,0.06)":"rgba(0,0,0,0.05)",B=fe?"rgba(255,255,255,0.35)":"rgba(0,0,0,0.4)",_="rgba(0, 229, 204, 0.04)",U=fe?"rgba(0, 229, 204, 0.08)":"rgba(0, 229, 204, 0.12)",J=fe?"rgba(255,255,255,0.5)":"rgba(0,0,0,0.5)",De=fe?"rgba(0, 229, 204, 0.25)":"rgba(0, 229, 204, 0.3)",pe=fe?"rgba(0, 229, 204, 0.12)":"rgba(0, 229, 204, 0.08)",rt=fe?"rgba(0, 229, 204, 0.15)":"rgba(0, 229, 204, 0.12)",tt=fe?"rgba(255, 255, 255, 0.04)":"rgba(0, 0, 0, 0.03)",Qe=fe?"rgba(255,255,255,0.05)":"rgba(0,0,0,0.06)",Ht=fe?"rgba(255,255,255,0.8)":"rgba(0,0,0,0.8)",pt="rgba(0, 229, 204, 0.06)",qt=fe?"rgba(255, 255, 255, 0.03)":"rgba(0, 0, 0, 0.02)",Ut=fe?"rgba(0, 229, 204, 0.08)":"rgba(0, 229, 204, 0.1)",ur=fe?"rgba(255,255,255,0.85)":"rgba(0,0,0,0.85)",br=fe?"rgba(0, 229, 204, 0.12)":"rgba(0, 229, 204, 0.08)",da=fe?"rgba(0, 229, 204, 0.2)":"rgba(0, 229, 204, 0.15)",Yt=fe?"rgba(255,255,255,0.2)":"rgba(0,0,0,0.2)",hr=fe?"rgba(255,255,255,0.2)":"rgba(0,0,0,0.25)",Ft=fe?"rgba(15, 15, 15, 0.95)":"rgba(255, 255, 255, 0.98)",jr=fe?"rgba(0, 229, 204, 0.1)":"rgba(0, 229, 204, 0.15)",Wt=fe?"0 -4px 20px rgba(0, 0, 0, 0.4)":"0 -4px 20px rgba(0, 0, 0, 0.08)",nr=fe?"rgba(0, 229, 204, 0.08)":"rgba(0, 229, 204, 0.06)",_r=fe?"rgba(255,255,255,0.85)":"rgba(0,0,0,0.85)",Dr=fe?"rgba(255,255,255,0.35)":"rgba(0,0,0,0.4)",ot=fe?"rgba(0, 229, 204, 0.12)":"rgba(0, 229, 204, 0.08)",_e=fe?"rgba(0, 229, 204, 0.2)":"rgba(0, 229, 204, 0.15)",ua=be?.storageKey||"gantt-ai-history",jt=be?.maxMessages??5,oa=ye.filter(O=>{if(!C)return true;let te=C.toLowerCase();return O.name.toLowerCase().includes(te)||O.email&&O.email.toLowerCase().includes(te)}).slice(0,5),se=react.useCallback(O=>{if(y(O),ye.length===0)return;let te=H.current;if(!te)return;let we=te.selectionStart||O.length,M=O.slice(0,we),R=M.lastIndexOf("@");if(R>=0&&((R>0?M[R-1]:" ")===" "||R===0)){let xe=M.slice(R+1);if(xe.length<=40){S(xe),k(R),P(true),Y(0);return}}P(false),S(""),k(-1);},[ye.length]),me=react.useCallback(O=>{let te=x.slice(0,F),we=x.slice(F+1+C.length),M=`${te}@${O.name} ${we}`;y(M),P(false),S(""),k(-1),setTimeout(()=>H.current?.focus(),0);},[x,F,C]),mt=react.useCallback(O=>{if(!N||oa.length===0)return false;if(O.key==="ArrowDown")return O.preventDefault(),Y(te=>te<oa.length-1?te+1:0),true;if(O.key==="ArrowUp")return O.preventDefault(),Y(te=>te>0?te-1:oa.length-1),true;if(O.key==="Enter"||O.key==="Tab"){O.preventDefault();let te=oa[T];return te&&me(te),true}return O.key==="Escape"?(P(false),true):false},[N,oa,T,me]);react.useEffect(()=>{if(be?.enabled)try{let O=localStorage.getItem(ua);if(O){let we=JSON.parse(O).map(M=>({...M,timestamp:new Date(M.timestamp)}));f(we.slice(-jt));}}catch(O){console.warn("[GanttAIAssistant] Failed to load persisted history:",O);}},[be?.enabled,ua,jt]),react.useEffect(()=>{if(be?.enabled&&m.length>0)try{let O=m.filter(te=>!te.isLoading).slice(-jt);localStorage.setItem(ua,JSON.stringify(O));}catch(O){console.warn("[GanttAIAssistant] Failed to persist history:",O);}},[m,be?.enabled,ua,jt]),react.useEffect(()=>{ee.current&&ee.current.scrollIntoView({behavior:"smooth"});},[m]),react.useEffect(()=>{i&&!u&&H.current&&setTimeout(()=>H.current?.focus(),100);},[i,u]);let Xe=react.useCallback(O=>{if(O.success)switch(O.type){case "move_task":case "resize_task":case "rename_task":case "set_progress":case "set_status":case "assign_task":O.taskId&&O.updates&&n?.(O.taskId,O.updates);break;case "create_task":O.newTask&&s?.(O.newTask);break;case "delete_task":O.taskId&&o?.(O.taskId);break;case "link_tasks":O.dependencyFrom&&O.dependencyTo&&c?.(O.dependencyFrom,O.dependencyTo);break;case "unlink_tasks":O.taskId&&O.dependencyFrom&&l?.(O.taskId,O.dependencyFrom);break}},[n,s,o,c,l]),it=react.useCallback(async O=>{if(!O.trim()||b)return;let te={id:`user-${Date.now()}`,role:"user",content:O,timestamp:new Date};f(M=>[...M.slice(-(Pe-1)),te]),y(""),w(false),h(true);let we={id:`loading-${Date.now()}`,role:"assistant",content:"",timestamp:new Date,isLoading:true};f(M=>[...M,we]);try{if(ve){let M=m.filter(q=>!q.isLoading&&q.content).slice(-6).map(q=>({role:q.role,content:q.content})),R=await ve(O,e,M);f(q=>{let xe=q.filter(Ze=>!Ze.isLoading),re={id:`assistant-${Date.now()}`,role:"assistant",content:R.message,timestamp:new Date,command:R};return [...xe,re]}),Xe(R);}else f(M=>[...M.filter(q=>!q.isLoading),{id:`assistant-${Date.now()}`,role:"assistant",content:"AI handler not configured. Please provide an onCommand handler in the aiAssistant config.",timestamp:new Date}]);}catch(M){f(R=>[...R.filter(xe=>!xe.isLoading),{id:`error-${Date.now()}`,role:"assistant",content:`Sorry, I encountered an error: ${M instanceof Error?M.message:"Unknown error"}`,timestamp:new Date}]);}finally{h(false);}},[b,Pe,ve,e,Xe]),V=O=>{O.preventDefault(),it(x);},ce=O=>{y(O),H.current?.focus();};if(react.useEffect(()=>{let O=te=>{(te.metaKey||te.ctrlKey)&&te.key==="k"&&(te.preventDefault(),d(we=>!we),i||p(false)),te.key==="Escape"&&i&&d(false);};return document.addEventListener("keydown",O),()=>document.removeEventListener("keydown",O)},[i]),react.useEffect(()=>{if(!i)return;let O=we=>{let M=we.target;I.current&&!I.current.contains(M)&&d(false);},te=setTimeout(()=>{document.addEventListener("mousedown",O);},100);return ()=>{clearTimeout(te),document.removeEventListener("mousedown",O);}},[i]),!j)return null;let Q={"bottom-right":"bottom-4 right-4","bottom-left":"bottom-4 left-4","top-right":"top-4 right-4","top-left":"top-4 left-4"};return jsxRuntime.jsxs(lr,{children:[jsxRuntime.jsx(framerMotion.AnimatePresence,{children:!i&&jsxRuntime.jsxs(framerMotion.motion.button,{initial:{scale:0,opacity:0,rotate:-180},animate:{scale:1,opacity:1,rotate:0},exit:{scale:0,opacity:0,rotate:180},transition:{type:"spring",damping:20,stiffness:260},whileHover:{scale:1.12},whileTap:{scale:.9},className:`fixed ${Q[$]} z-[99999] group`,style:{width:44,height:44,borderRadius:"50%",display:"flex",alignItems:"center",justifyContent:"center",background:ze,backdropFilter:"blur(12px)",WebkitBackdropFilter:"blur(12px)",border:`1px solid ${Ce}`,color:"#00E5CC",cursor:"pointer",boxShadow:Ae,overflow:"visible"},onClick:()=>d(true),children:[jsxRuntime.jsx("span",{style:{position:"absolute",inset:-3,borderRadius:"50%",border:`1px solid ${Me}`,animation:"ai-fab-pulse 3s ease-in-out infinite",pointerEvents:"none"}}),jsxRuntime.jsx("span",{style:{position:"absolute",inset:-6,borderRadius:"50%",border:`1px solid ${qe}`,animation:"ai-fab-pulse 3s ease-in-out infinite 1.5s",pointerEvents:"none"}}),jsxRuntime.jsx(Vm,{size:18}),jsxRuntime.jsx("span",{className:"pointer-events-none opacity-0 group-hover:opacity-100 transition-opacity duration-200",style:{position:"absolute",right:"100%",marginRight:10,whiteSpace:"nowrap",fontSize:11,fontWeight:500,fontFamily:"'JetBrains Mono', monospace",letterSpacing:"0.05em",textTransform:"uppercase",color:Re,background:de,backdropFilter:"blur(8px)",padding:"4px 10px",borderRadius:6,border:`1px solid ${et}`},children:"AI \xB7 \u2318K"}),jsxRuntime.jsx("style",{children:`
362
362
  @keyframes ai-fab-pulse {
363
363
  0%, 100% { transform: scale(1); opacity: 0.4; }
364
364
  50% { transform: scale(1.15); opacity: 0; }
365
365
  }
366
- `})]})}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:i&&jsxRuntime.jsxs(framerMotion.motion.div,{ref:I,initial:{opacity:0,y:20,scale:.95},animate:{opacity:1,y:0,scale:1,height:u?"auto":500},exit:{opacity:0,y:20,scale:.95},transition:{type:"spring",damping:25,stiffness:300},className:`fixed ${Q[$]} z-[99999] w-96 rounded-2xl overflow-hidden flex flex-col`,style:{background:Be,backdropFilter:"blur(20px)",WebkitBackdropFilter:"blur(20px)",border:`1px solid ${Nt}`,boxShadow:ft},children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between px-4 py-3",style:{background:Oe,borderBottom:`1px solid ${Ie}`},children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2.5",children:[jsxRuntime.jsx("div",{style:{width:28,height:28,borderRadius:"50%",display:"flex",alignItems:"center",justifyContent:"center",background:st,border:`1px solid ${kt}`,color:"#00E5CC"},children:jsxRuntime.jsx(Vm,{size:14})}),jsxRuntime.jsx("span",{style:{fontSize:12,fontWeight:600,fontFamily:"'JetBrains Mono', monospace",letterSpacing:"0.06em",textTransform:"uppercase",color:$e},children:"AI Assistant"})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-0.5",children:[jsxRuntime.jsx("button",{onClick:()=>p(O=>!O),className:"p-1.5 rounded-lg transition-colors",style:{color:He},onMouseEnter:O=>{O.currentTarget.style.background=oe,O.currentTarget.style.color=L;},onMouseLeave:O=>{O.currentTarget.style.background="transparent",O.currentTarget.style.color=He;},children:jsxRuntime.jsx(iw,{})}),jsxRuntime.jsx("button",{onClick:()=>d(false),className:"p-1.5 rounded-lg transition-colors",style:{color:He},onMouseEnter:O=>{O.currentTarget.style.background=oe,O.currentTarget.style.color=L;},onMouseLeave:O=>{O.currentTarget.style.background="transparent",O.currentTarget.style.color=He;},children:jsxRuntime.jsx(sw,{})})]})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:!u&&jsxRuntime.jsxs(framerMotion.motion.div,{initial:{height:0,opacity:0},animate:{height:"auto",opacity:1},exit:{height:0,opacity:0},className:"flex flex-col flex-1 min-h-0",children:[jsxRuntime.jsxs("div",{className:"flex-1 overflow-y-auto p-4 space-y-4",style:{maxHeight:350},children:[m.length===0&&v&&jsxRuntime.jsxs("div",{className:"space-y-3",children:[jsxRuntime.jsx("p",{className:"text-xs text-center",style:{color:B,fontFamily:"'JetBrains Mono', monospace"},children:"Try asking me to edit your Gantt chart:"}),jsxRuntime.jsx("div",{className:"flex flex-wrap gap-2",children:We.slice(0,4).map((O,te)=>jsxRuntime.jsx("button",{onClick:()=>ce(O),className:"text-xs px-3 py-1.5 rounded-full transition-all",style:{background:_,color:J,border:`1px solid ${U}`},onMouseEnter:we=>{we.currentTarget.style.borderColor=De,we.currentTarget.style.color="#00E5CC";},onMouseLeave:we=>{we.currentTarget.style.borderColor=U,we.currentTarget.style.color=J;},children:O.length>30?O.slice(0,30)+"...":O},te))})]}),m.map(O=>jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:10},animate:{opacity:1,y:0},className:`flex ${O.role==="user"?"justify-end":"justify-start"}`,children:jsxRuntime.jsxs("div",{className:`max-w-[85%] rounded-2xl px-4 py-2.5 ${O.role==="user"?"rounded-br-md":"rounded-bl-md"}`,style:{background:O.role==="user"?pe:tt,color:O.role==="user"?"#00E5CC":Ot,border:O.role==="user"?`1px solid ${rt}`:`1px solid ${Qe}`},children:[O.isLoading?jsxRuntime.jsx(lw,{}):jsxRuntime.jsx("p",{className:"text-sm whitespace-pre-wrap",children:O.content}),O.command&&jsxRuntime.jsxs("div",{className:"mt-2 text-xs px-2 py-1 rounded-md inline-flex items-center gap-1",style:{background:O.command.success?"rgba(16, 185, 129, 0.15)":"rgba(239, 68, 68, 0.15)",color:O.command.success?"#10B981":"#EF4444",border:`1px solid ${O.command.success?"rgba(16,185,129,0.2)":"rgba(239,68,68,0.2)"}`},children:[O.command.success?"\u2713":"\u2717",jsxRuntime.jsx("span",{className:"capitalize",children:O.command.type.replace(/_/g," ")})]})]})},O.id)),jsxRuntime.jsx("div",{ref:ee})]}),jsxRuntime.jsxs("form",{onSubmit:O=>{if(N&&oa.length>0){O.preventDefault();return}V(O);},className:"p-3 relative",style:{borderTop:`1px solid ${pt}`},children:[jsxRuntime.jsx(framerMotion.AnimatePresence,{children:N&&oa.length>0&&jsxRuntime.jsx(framerMotion.motion.div,{ref:K,initial:{opacity:0,y:4},animate:{opacity:1,y:0},exit:{opacity:0,y:4},transition:{duration:.12},className:"absolute bottom-full left-3 right-3 mb-1 rounded-lg overflow-hidden z-10",style:{background:Ft,border:`1px solid ${jr}`,boxShadow:Ut,backdropFilter:"blur(12px)"},children:oa.map((O,te)=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>me(O),className:"w-full flex items-center gap-3 px-3 py-2.5 text-left transition-colors",style:{background:te===T?nr:"transparent",color:_r},onMouseEnter:()=>Y(te),children:[jsxRuntime.jsx("div",{className:"w-7 h-7 rounded-full flex items-center justify-center text-xs font-bold flex-shrink-0",style:{background:ot,border:`1px solid ${_e}`,color:"#00E5CC"},children:O.name.split(" ").map(we=>we[0]).join("").slice(0,2).toUpperCase()}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("div",{className:"text-sm font-medium truncate",children:O.name}),O.email&&jsxRuntime.jsx("div",{className:"text-xs truncate",style:{color:Dr},children:O.email})]})]},O.id))})}),jsxRuntime.jsxs("div",{className:"flex items-center gap-2 rounded-xl px-4 py-2",style:{background:qt,border:`1px solid ${Ht}`},children:[jsxRuntime.jsx("input",{ref:H,type:"text",value:x,onChange:O=>se(O.target.value),onKeyDown:O=>{mt(O);},placeholder:W,disabled:b,className:"flex-1 bg-transparent text-sm outline-none",style:{color:ur,fontFamily:"Inter, sans-serif"}}),jsxRuntime.jsx("button",{type:"submit",disabled:!x.trim()||b,className:"p-2 rounded-lg transition-all disabled:opacity-30",style:{background:x.trim()?br:"transparent",color:x.trim()?"#00E5CC":Yt,border:x.trim()?`1px solid ${da}`:"1px solid transparent"},children:jsxRuntime.jsx(ow,{})})]}),jsxRuntime.jsx("p",{className:"text-[10px] text-center mt-2",style:{color:hr,fontFamily:"'JetBrains Mono', monospace"},children:"Enter to send \xB7 Esc to close"})]})]})})]})})]})}function jm(e,t=50){let[r,a]=react.useState({past:[],present:e,future:[]}),n=react.useRef(false),s=react.useCallback((i,d=true)=>{a(u=>{let p=typeof i=="function"?i(u.present):i;if(n.current)return {...u,present:p};if(!d)return {...u,present:p};let m=[...u.past,u.present];return m.length>t&&m.shift(),{past:m,present:p,future:[]}});},[t]),o=react.useCallback(()=>{a(i=>{if(i.past.length===0)return i;let d=i.past[i.past.length-1],u=i.past.slice(0,i.past.length-1);return n.current=true,setTimeout(()=>{n.current=false;},0),{past:u,present:d,future:[i.present,...i.future]}});},[]),c=react.useCallback(()=>{a(i=>{if(i.future.length===0)return i;let d=i.future[0],u=i.future.slice(1);return n.current=true,setTimeout(()=>{n.current=false;},0),{past:[...i.past,i.present],present:d,future:u}});},[]),l=react.useCallback(()=>{a(i=>({past:[],present:i.present,future:[]}));},[]);return {state:r.present,setState:s,undo:o,redo:c,canUndo:r.past.length>0,canRedo:r.future.length>0,clearHistory:l}}function _m({undo:e,redo:t,canUndo:r,canRedo:a,enabled:n=true}){react.useEffect(()=>{if(!n)return;let s=o=>{let c=navigator.platform.toUpperCase().indexOf("MAC")>=0,l=c?o.metaKey:o.ctrlKey;if(l&&o.key==="z"&&!o.shiftKey&&r){o.preventDefault(),e();return}if(a){if(!c&&l&&o.key==="y"){o.preventDefault(),t();return}if(c&&l&&o.shiftKey&&o.key==="z"){o.preventDefault(),t();return}}};return window.addEventListener("keydown",s),()=>{window.removeEventListener("keydown",s);}},[e,t,r,a,n]);}var pw={taskTooltip:e=>{let t=[`<strong>${e.name}</strong>`];if(e.startDate&&e.endDate){t.push(`${Ne.formatDate(e.startDate)} - ${Ne.formatDate(e.endDate)}`);let r=Ne.calculateDuration(e.startDate,e.endDate);t.push(`Duration: ${r} days`);}if(e.progress!==void 0&&t.push(`Progress: ${e.progress}%`),e.status&&t.push(`Status: ${e.status}`),e.assignees&&e.assignees.length>0){let r=e.assignees.map(a=>a.name).join(", ");t.push(`Assigned: ${r}`);}return e.dependencies&&e.dependencies.length>0&&t.push(`Dependencies: ${e.dependencies.length}`),t.join("<br/>")},taskLabel:e=>e.name,gridCell:(e,t,r)=>r,taskClass:e=>{let t=[];return e.isCriticalPath&&t.push("critical-path"),e.status==="completed"?t.push("completed"):e.status==="in-progress"?t.push("in-progress"):e.status==="todo"&&t.push("todo"),e.isMilestone&&t.push("milestone"),t.join(" ")},milestoneContent:e=>`\u25C6 ${e.name}`,dateFormat:e=>Ne.formatDate(e),durationFormat:e=>e===1?"1 day":`${e} days`,progressFormat:e=>`${e}%`};function Km(e){return {...pw,...e}}var vw=e=>{switch(e){case "compact":return 36;case "comfortable":return 42;case "spacious":return 52;default:return 42}},Jm=react.forwardRef(function({tasks:t,config:r={},onTasksChange:a},n){let{theme:s,timeScale:o="week",rowDensity:c="comfortable",showThemeSelector:l=true,showExportButton:i=true,onExportSuccess:d,projectName:u,availableUsers:p=[],templates:m,enableAutoCriticalPath:f=true,persistExpandedState:x,persistFilter:y,persistColumns:b,clearFiltersKey:h,aiAssistant:v,locale:w="en",customTranslations:C,showCreateTaskButton:S=false,createTaskLabel:F,onCreateTask:k,taskFilter:N,onTaskFilterChange:P,toolbarRightContent:T,showBaseline:Y,viewMode:H,onViewModeChange:ee,projectForecast:I,hideForecastHud:K,onThemeChange:j,onTaskClick:W,onTaskDblClick:$,onTaskContextMenu:ve,onTaskUpdate:We,onDependentTasksScheduled:Pe,onProgressChange:be,onTaskEdit:ye,onTaskAddSubtask:fe,onTaskMarkIncomplete:ze,onTaskSetInProgress:Ce,onDependencyCreate:Ae,onDependencyDelete:Me,onBeforeTaskAdd:qe,onAfterTaskAdd:de,onBeforeTaskUpdate:et,onAfterTaskUpdate:Re,onBeforeTaskDelete:Be,onAfterTaskDelete:Nt,permissions:ft,onCopySnapshotLink:Oe}=r,st=react.useContext(ji)?.theme,[kt,$e]=react.useState(st||s||"dark"),[He,L]=react.useState(o),[oe,B]=react.useState(c),[_,U]=react.useState(1),[J,De]=react.useState("all"),[pe,rt]=react.useState(H||"execution"),tt=H??pe,Qe=react.useCallback(E=>{rt(E),ee?.(E);},[ee]),Ot=Y??tt==="oracle",[pt,qt]=react.useState(r.showCriticalPath!==false),[Ht,ur]=react.useState(r.showDependencies!==false),[br,da]=react.useState(r.highlightWeekends!==false),Yt=react.useCallback(E=>{qt(E),r.onShowCriticalPathChange?.(E);},[r.onShowCriticalPathChange]),hr=react.useCallback(E=>{ur(E),r.onShowDependenciesChange?.(E);},[r.onShowDependenciesChange]),Ft=react.useCallback(E=>{da(E),r.onHighlightWeekendsChange?.(E);},[r.onHighlightWeekendsChange]);react.useEffect(()=>{r.onTimeScaleChange?.(He);},[He]),react.useEffect(()=>{r.onZoomChange?.(_);},[_]);let jr=react.useRef(r.onDateRangeChange);jr.current=r.onDateRangeChange;let Ut=react.useCallback(()=>y?typeof y=="string"?y:"gantt-filter-state":null,[y]),[nr,_r]=react.useState(()=>{if(!y)return "all";try{let E=typeof y=="string"?y:"gantt-filter-state",A=localStorage.getItem(E);if(A){let z=JSON.parse(A);if(z.taskFilter)return z.taskFilter}}catch(E){console.warn("[GanttBoard] Error loading filter state from localStorage:",E);}return "all"}),Dr=N??nr,ot=P??_r,[_e,ua]=react.useState(()=>{if(!y)return false;try{let E=typeof y=="string"?y:"gantt-filter-state",A=localStorage.getItem(E);if(A){let z=JSON.parse(A);if(typeof z.hideCompleted=="boolean")return z.hideCompleted}}catch(E){console.warn("[GanttBoard] Error loading hideCompleted state from localStorage:",E);}return false});react.useEffect(()=>{let E=Ut();if(E)try{let A={taskFilter:Dr,hideCompleted:_e};localStorage.setItem(E,JSON.stringify(A));}catch(A){console.warn("[GanttBoard] Error saving filter state to localStorage:",A);}},[Dr,_e,Ut]);let jt=react.useRef(h);react.useEffect(()=>{if(jt.current!==h&&h!==void 0){_r("all"),ua(false);let E=Ut();if(E)try{localStorage.removeItem(E);}catch(A){console.warn("[GanttBoard] Error clearing filter state from localStorage:",A);}}jt.current=h;},[h,Ut]);let[oa,se]=react.useState(0),[me,mt]=react.useState(false),[Xe,it]=react.useState(null),[V,ce]=react.useState({isOpen:false,x:0,y:0,task:null}),[Q,O]=react.useState(null),[te,we]=react.useState(null);react.useEffect(()=>{st&&st!==kt&&$e(st);},[st]),react.useEffect(()=>{s&&s!==kt&&$e(s);},[s]);let M=react.useCallback(E=>{$e(E),j?.(E);},[j]),{state:R,setState:q,undo:xe,redo:re,canUndo:Ze,canRedo:Ye,clearHistory:It}=jm(t,50),Lt=react.useMemo(()=>{let E=(A,z=0)=>{let X=z;for(let ie of A)ie.subtasks?.length&&(X=Math.max(X,E(ie.subtasks,z+1)));return X};return E(R)+1},[R]),Rt=react.useCallback(()=>x?typeof x=="string"?x:"gantt-expanded-tasks":null,[x]),or=react.useRef(new Map),Qa=react.useRef(false);if(!Qa.current&&x){Qa.current=true;let E=typeof x=="string"?x:"gantt-expanded-tasks";try{let A=localStorage.getItem(E);if(A){let z=JSON.parse(A);Array.isArray(z)&&(or.current=new Map(z));}}catch(A){console.warn("[GanttBoard] Error loading expanded state from localStorage:",A);}}let sr=react.useCallback(()=>{let E=Rt();if(E)try{let A=Array.from(or.current.entries());localStorage.setItem(E,JSON.stringify(A));}catch(A){console.warn("[GanttBoard] Error saving expanded state to localStorage:",A);}},[Rt]),Ra=react.useRef(0),Ho=react.useRef(R);react.useEffect(()=>{Ho.current=R;},[R]);let Mn=react.useRef(false),Vn=react.useCallback(E=>{De(E),Ra.current+=1,q(A=>{let z=(ie,ge=0)=>ie.map(Ge=>{let Ve=E==="all"||ge<E-1;return Ge.subtasks?.length&&or.current.set(Ge.id,Ve),{...Ge,isExpanded:Ve,subtasks:Ge.subtasks?z(Ge.subtasks,ge+1):void 0}}),X=z(A);return sr(),X});},[q,sr]);react.useEffect(()=>{if(Ra.current>0){Ra.current-=1;return}let E=z=>{let X=new Map;for(let ie of z){let ge=ie.id;X.get(ge)||X.set(ge,ie);}return Array.from(X.values())},A=z=>z.map(X=>{let ie=or.current.get(X.id),ge=ie!==void 0?{...X,isExpanded:ie}:X;if(ge.subtasks?.length){let Ge=E(ge.subtasks);return {...ge,subtasks:A(Ge)}}return ge});if(or.current.size>0)q(_a(A(t)));else {let z=X=>X.map(ie=>ie.subtasks?.length?{...ie,subtasks:E(z(ie.subtasks))}:ie);q(_a(z(t)));}},[t,q]);let Uo=react.useRef(t),pi=react.useRef(true);react.useEffect(()=>{if(pi.current){pi.current=false,Uo.current=R;return}if(Mn.current){Mn.current=false,Uo.current=R;return}if(!a)return;let E=JSON.stringify(Uo.current),A=JSON.stringify(R);E!==A&&(Uo.current=R,a(R));},[R,a]);let Kr=react.useMemo(()=>_c(w,C),[w,C]),Cs=react.useCallback(E=>[{id:"name",label:E.columns.taskName,width:400,minWidth:200,maxWidth:2e3,visible:true,sortable:true,resizable:true},{id:"startDate",label:E.columns.startDate,width:110,minWidth:80,maxWidth:200,visible:false,sortable:true,resizable:true},{id:"endDate",label:E.columns.endDate,width:110,minWidth:80,maxWidth:200,visible:false,sortable:true,resizable:true},{id:"duration",label:E.columns.duration,width:80,minWidth:60,maxWidth:150,visible:false,sortable:true,resizable:true},{id:"assignees",label:E.columns.assignees,width:120,minWidth:80,maxWidth:300,visible:false,sortable:false,resizable:true},{id:"status",label:E.columns.status,width:100,minWidth:70,maxWidth:180,visible:false,sortable:true,resizable:true},{id:"progress",label:E.columns.progress,width:120,minWidth:80,maxWidth:200,visible:false,sortable:true,resizable:true},{id:"priority",label:E.columns.priority,width:90,minWidth:70,maxWidth:150,visible:false,sortable:true,resizable:true}],[]),Sa=react.useMemo(()=>b?typeof b=="string"?b:"gantt-columns-state":null,[b]),[Ea,bn]=react.useState(()=>{let E=Cs(Kr);if(!b)return E;try{let A=typeof b=="string"?b:"gantt-columns-state",z=localStorage.getItem(A);if(!z)return E;let X=JSON.parse(z),ie=new Map(X.map(ge=>[ge.id,ge]));return E.map(ge=>{let Ge=ie.get(ge.id);return Ge?{...ge,visible:Ge.visible??ge.visible,width:Ge.width??ge.width}:ge})}catch(A){return console.warn("[GanttBoard] Error loading columns state from localStorage:",A),E}}),mo=react.useRef(Sa);react.useEffect(()=>{if(mo.current===Sa)return;mo.current=Sa;let E=Cs(Kr);if(!Sa){bn(E);return}try{let A=localStorage.getItem(Sa);if(!A){bn(E);return}let z=JSON.parse(A),X=new Map(z.map(ie=>[ie.id,ie]));bn(E.map(ie=>{let ge=X.get(ie.id);return ge?{...ie,visible:ge.visible??ie.visible,width:ge.width??ie.width}:ie}));}catch(A){console.warn("[GanttBoard] Error reloading columns state from localStorage:",A),bn(E);}},[Sa,Cs,Kr]),react.useEffect(()=>{if(Sa&&mo.current===Sa)try{let E=Ea.map(A=>({id:A.id,visible:A.visible,width:A.width}));localStorage.setItem(Sa,JSON.stringify(E));}catch(E){console.warn("[GanttBoard] Error saving columns state to localStorage:",E);}},[Ea,Sa]),react.useEffect(()=>{bn(E=>E.map(A=>({...A,label:Kr.columns[A.id==="name"?"taskName":A.id]||A.label})));},[Kr]);let Pn=react.useMemo(()=>Ea.filter(A=>A.visible).reduce((A,z)=>A+z.width,0),[Ea]),D=react.useRef(Ea.filter(E=>E.visible).map(E=>E.id).join(","));react.useEffect(()=>{let E=Ea.filter(X=>X.visible),A=E.map(X=>X.id).join(","),z=D.current;if(A!==z){let X=E.some(ge=>ge.id!=="name"),ie=z.includes(",");X?!ie&&X&&it(null):it(null),D.current=A;}},[Ea]);let Z=60,ue=.6,Te=react.useMemo(()=>{let A=Pn+Z,z=typeof window<"u"?window.innerWidth*ue:800,X=Math.max(A,z);return Xe!==null?Math.max(200,Math.min(Xe,X)):Math.max(200,A)},[Xe,Pn]),ke=react.useRef(null),je=react.useRef(null),ae=react.useRef(null),Fe=react.useRef(null),Ke=react.useRef(null),Le=react.useMemo(()=>dm(kt),[kt]),Wt=react.useMemo(()=>({theme:Le,themeName:kt}),[Le,kt]),dt=react.useMemo(()=>Km(m),[m]),ut=react.useMemo(()=>{if(!f||!pt)return R;let E=Ne.calculateCriticalPathFull(R),A=z=>z.map(X=>{let ie=E.get(X.id),ge=X.subtasks?A(X.subtasks):void 0,Ge=ge?.some(tr=>tr.isCriticalPath||tr.subtasks&&tr.subtasks.some(Bt=>Bt.isCriticalPath))||false,Ve=ie?ie.isCritical:Ge;return {...X,isCriticalPath:Ve,cpmData:ie||void 0,subtasks:ge}});return A(R)},[R,f,pt]),xr=react.useMemo(()=>Ne.flattenTasks(R).some(A=>A.dependencies&&A.dependencies.length>0),[R]),pr=react.useMemo(()=>{let E=(A,z="")=>[...A].sort((ie,ge)=>(ie.position??0)-(ge.position??0)).map((ie,ge)=>{let Ge=ge+1,Ve=z?`${z}.${Ge}`:`${Ge}.0`,tr=z?`${z}.${Ge}`:`${Ge}`;return {...ie,wbsCode:Ve,subtasks:ie.subtasks?.length?E(ie.subtasks,tr):ie.subtasks}});return E(ut)},[ut]),Zr=react.useMemo(()=>{if(Dr==="all"&&!_e)return pr;let E=A=>{let z=[];for(let X of A){let ie=X.subtasks?.length?E(X.subtasks):void 0,ge=false;if(_e)ge=X.progress<100;else switch(Dr){case "all":ge=true;break;case "incomplete":ge=X.progress<100;break;case "in_progress":ge=X.progress>0&&X.progress<100;break;case "completed":ge=X.progress===100;break}(ge||ie&&ie.length>0)&&z.push({...X,subtasks:ie});}return z};return E(pr)},[pr,Dr,_e]),St=vw(oe);_m({undo:xe,redo:re,canUndo:Ze,canRedo:Ye,enabled:true}),react.useImperativeHandle(n,()=>({getTask:E=>Ne.findTaskById(R,E),addTask:(E,A)=>{q(z=>{if(!A)return [...z,{...E,level:0}];let X=ie=>ie.map(ge=>ge.id===A?{...ge,subtasks:[...ge.subtasks||[],{...E,parentId:A,level:(ge.level||0)+1}],isExpanded:true}:ge.subtasks?{...ge,subtasks:X(ge.subtasks)}:ge);return X(z)});},updateTask:(E,A)=>{q(z=>{let X=ie=>ie.map(ge=>ge.id===E?{...ge,...A}:ge.subtasks?{...ge,subtasks:X(ge.subtasks)}:ge);return X(z)});},deleteTask:E=>{q(A=>{let z=X=>X.filter(ie=>ie.id===E?false:(ie.subtasks&&(ie.subtasks=z(ie.subtasks)),true));return z(A)});},deleteTasks:E=>{q(A=>td(A,E));},duplicateTask:E=>{if(r.onTaskDuplicate){let A=Ne.findTaskById(R,E);A&&r.onTaskDuplicate(A);}else q(A=>js(A,[E]).tasks);},splitTask:(E,A,z=3)=>{q(X=>Ne.splitTask(X,E,A,z));},calculateEndDate:Ne.calculateEndDate,calculateDuration:Ne.calculateDuration,validateDependency:(E,A)=>!Ne.validateDependencies(R,E,A),getAllTasks:()=>Ne.flattenTasks(R),getTasksByStatus:E=>Ne.flattenTasks(R).filter(A=>A.status===E),getTasksByParent:E=>E?Ne.findTaskById(R,E)?.subtasks||[]:R.filter(z=>!z.parentId),getCriticalPath:()=>Ne.flattenTasks(R).filter(E=>E.isCriticalPath),indentTask:E=>{q(A=>_a(Qc(A,[E])));},outdentTask:E=>{q(A=>_a(Zc(A,[E])));},moveTask:(E,A)=>{q(z=>ed(z,[E],A));},createSubtask:async E=>{let{tasks:A,newTask:z}=nd(R,E);if(qe){let X=qe({...z,parentId:E});if((X instanceof Promise?await X:X)===false)return}q(_a(A)),de&&de({...z,parentId:E});},scrollToTask:E=>{let z=Ne.flattenTasks(R).findIndex(X=>X.id===E);if(z!==-1&&ke.current){let X=z*St;ke.current.scrollTo({top:X,behavior:"smooth"}),ae.current&&ae.current.scrollTo({top:X,behavior:"smooth"});}},highlightTask:(E,A=2e3)=>{},expandTask:E=>{q(A=>{let z=X=>X.map(ie=>ie.id===E?{...ie,isExpanded:true}:ie.subtasks?{...ie,subtasks:z(ie.subtasks)}:ie);return z(A)});},collapseTask:E=>{q(A=>{let z=X=>X.map(ie=>ie.id===E?{...ie,isExpanded:false}:ie.subtasks?{...ie,subtasks:z(ie.subtasks)}:ie);return z(A)});},expandAll:()=>{q(E=>{let A=z=>z.map(X=>({...X,isExpanded:true,subtasks:X.subtasks?A(X.subtasks):void 0}));return A(E)});},collapseAll:()=>{q(E=>{let A=z=>z.map(X=>({...X,isExpanded:false,subtasks:X.subtasks?A(X.subtasks):void 0}));return A(E)});},collapseToLevel:E=>{Vn(E);},undo:xe,redo:re,canUndo:()=>Ze,canRedo:()=>Ye,clearHistory:It,exportToPNG:async()=>{if(!Fe.current||!ke.current||!ae.current)throw new Error("Gantt container not found");let E=Fe.current,A=ke.current,z=je.current||A.querySelector(".gantt-grid-scroll"),X=ae.current,ie=z?.scrollTop||0,ge=X.scrollTop,Ge=E.style.overflow,Ve=E.style.height,tr=A.style.overflow;try{let Bt=z?.querySelector(".gantt-taskgrid-content"),ir=X.querySelector("svg"),ma=Bt?.scrollHeight||z?.scrollHeight||600,Ba=ir?.getBoundingClientRect().height||X.scrollHeight,ho=(E.querySelector('[style*="z-index: 100"]')?.offsetHeight||48)+Math.max(ma,Ba)+20;z&&(z.scrollTop=0),X.scrollTop=0,E.style.overflow="visible",E.style.height=`${ho}px`,A.style.overflow="visible",await new Promise(Go=>setTimeout(Go,100));let hn=await htmlToImage.toPng(E,{backgroundColor:Le.bgPrimary,pixelRatio:2,filter:Go=>{if(!(Go instanceof Element))return !0;let mi=window.getComputedStyle(Go),Ns=parseInt(mi.zIndex,10);return (isNaN(Ns)||Ns<50)&&mi.position!=="fixed"}});return await(await fetch(hn)).blob()}finally{E.style.overflow=Ge,E.style.height=Ve,A.style.overflow=tr,z&&(z.scrollTop=ie),X.scrollTop=ge;}},exportToPDF:async E=>{await Ne.exportToPDF(R,E);},exportToExcel:async E=>{await Ne.exportToExcel(R,E,zl.current);},exportToJSON:()=>Ne.exportToJSON(R),exportToCSV:()=>Ne.exportToCSV(R),importFromJSON:E=>{let A=Ne.importFromJSON(E);q(A);},getTasks:()=>R,refresh:()=>{q(E=>[...E]);},clearAll:()=>{q([]);},scrollToToday:()=>{let E=ae.current,A=Ke.current;if(!E||!A)return;let X=(new Date().getTime()-A.startDate.getTime())/(1e3*60*60*24),ie=A.timeScale==="day"?60:A.timeScale==="week"?20:8,ge=X*ie*A.zoom,Ge=E.clientWidth,Ve=Math.max(0,ge-Ge/2);E.scrollTo({left:Ve,behavior:"smooth"});}}),[R,xe,re,Ze,Ye,It,Le,St]);let Xt=react.useCallback(E=>{bn(A=>A.map(z=>z.id===E?{...z,visible:!z.visible}:z));},[]),Ct=react.useCallback((E,A)=>{bn(z=>z.map(X=>{if(X.id!==E)return X;let ie=X.minWidth??100,ge=X.maxWidth??800,Ge=Math.max(ie,Math.min(ge,A));return {...X,width:Ge}}));},[]),Et=react.useCallback(E=>{q(A=>{let z=ad(A,E),X=ie=>{for(let ge of ie){if(ge.id===E){or.current.set(E,ge.isExpanded??true);return}ge.subtasks?.length&&X(ge.subtasks);}};return X(z),sr(),z}),r.onTaskToggleExpand?.(E);},[r,sr]),er=react.useCallback((E,A)=>{if(et&&et(E,A)===false)return;let X=Ne.findTaskById(R,E)?.progress,ie=Ge=>Ge.map(Ve=>Ve.id===E?{...Ve,...A}:Ve.subtasks?{...Ve,subtasks:ie(Ve.subtasks)}:Ve);q(Ge=>ie(Ge));let ge=Ne.findTaskById(ie(R),E);ge&&(We?.(ge),Re?.(ge),A.progress!==void 0&&X!==void 0&&A.progress!==X&&be?.(E,X,A.progress));},[R,We,et,Re,be]),ga=react.useCallback((E,A,z)=>{if(E.length===0)return;let X=new Set(E),ie=ge=>ge.map(Ge=>{let Ve=X.has(Ge.id)?{...Ge,[A]:z}:Ge;return Ve.subtasks?{...Ve,subtasks:ie(Ve.subtasks)}:Ve});q(ge=>{let Ge=ie(ge);return r.onBulkFill?.(E,A,z,Ge),Ge});},[r]),xa=react.useCallback(E=>{E.length!==0&&(Ra.current+=1,Mn.current=true,q(A=>_a(Qc(A,E))),r.onTaskIndent?.(E[0]));},[r]),pa=react.useCallback(E=>{E.length!==0&&(Ra.current+=1,Mn.current=true,q(A=>_a(Zc(A,E))),r.onTaskOutdent?.(E[0]));},[r]),qr=react.useCallback((E,A,z)=>{Ra.current+=1,Mn.current=true,q(X=>_a(Lm(X,E,A,z))),r.onTaskReparent?.(E,A,z);},[r]),go=react.useCallback((E,A)=>{E.length!==0&&(Ra.current+=1,Mn.current=true,q(z=>ed(z,E,A)),r.onTaskMove?.(E[0],A));},[r]),fo=react.useCallback(async E=>{let A=[];for(let z of E)Be&&await Promise.resolve(Be(z))===false||A.push(z);A.length!==0&&(r.onMultiTaskDelete?r.onMultiTaskDelete(A):(q(z=>_a(td(z,A))),A.forEach(z=>r.onTaskDelete?.(z))),Nt&&A.forEach(z=>Nt(z)));},[r,Be,Nt]),bo=react.useCallback(E=>{r.onTaskDuplicate?E.forEach(A=>{let z=Ne.findTaskById(R,A);z&&r.onTaskDuplicate(z);}):q(A=>js(A,E).tasks);},[r,R]),Qf=react.useCallback((E,A)=>{q(z=>{let{tasks:X,newTask:ie}=Fm(z,E,A);return qe&&qe(ie)===false?z:(r.onTaskCreate?.(ie.parentId,ie.position||0),de?.(ie),X)});},[r,qe,de]),Zf=react.useCallback((E,A)=>{q(z=>rd(z,E,A)),r.onTaskRename?.(E,A);},[r]),Ul=react.useCallback(E=>{let{onTaskAddSubtask:A}=r;if(A){let z=ss(R,E);if(z){A(z);return}}q(z=>{let{tasks:X}=nd(z,E);return r.onTaskCreate?.(E,0),X});},[r,R]),eb=react.useCallback((E,A)=>{let z=Math.max(0,Math.min(100,Math.round(A))),X={progress:z};z===100?X.status="completed":z>0?X.status="in-progress":X.status="todo",er(E.id,X);},[er]),tb=react.useCallback((E,A,z)=>{let X=!E.startDate&&!E.endDate,ie=E.startDate?Math.round((A.getTime()-E.startDate.getTime())/(1e3*60*60*24)):0,ge=Bt=>Bt.map(ir=>ir.id===E.id?{...ir,startDate:A,endDate:z,...E.segments&&{segments:E.segments}}:ir.subtasks?{...ir,subtasks:ge(ir.subtasks)}:ir),Ge=ge(R),Ve=Ge;Ge=Ne.autoScheduleDependents(Ge,E.id,ie),Ge=_a(Ge),q(Ge);let tr={...E,startDate:A,endDate:z};if(X&&r?.onTaskDateChange?r.onTaskDateChange(E,A,z):We?.(tr),Pe&&ie!==0){let Bt=Ne.flattenTasks(Ve),ir=Ne.flattenTasks(Ge),ma=[];for(let Ba of ir){if(Ba.id===E.id)continue;let jn=Bt.find(hn=>hn.id===Ba.id);if(!jn)continue;let zo=Ba.startDate?.getTime()!==jn.startDate?.getTime(),ho=Ba.endDate?.getTime()!==jn.endDate?.getTime();(zo||ho)&&ma.push(Ba);}ma.length>0&&Pe(ma);}},[R,We,Pe,r]),rb=react.useCallback((E,A)=>{ve?.(E,A),ce({isOpen:true,x:A.clientX,y:A.clientY,task:E});},[ve]),ab=react.useCallback((E,A)=>{let z=Ne.splitTask(R,E.id,A);q(z),ce({isOpen:false,x:0,y:0,task:null});},[R]),hu=react.useCallback(E=>{let A=Ne.findTaskById(R,E.id)||E;$?.(A),ye||O(A);},[R,$,ye]),yu=react.useCallback((E,A,z)=>{let X=new Map,ie=Bt=>{Bt.forEach(ir=>{ir.dependencies&&X.set(ir.id,ir.dependencies),ir.subtasks&&ie(ir.subtasks);});};ie(z);let ge=X.get(A)||[];X.set(A,[...ge,E]);let Ge=new Set,Ve=new Set,tr=Bt=>{if(!Ge.has(Bt)){Ge.add(Bt),Ve.add(Bt);let ir=X.get(Bt)||[];for(let ma of ir){if(!Ge.has(ma)&&tr(ma))return true;if(Ve.has(ma))return true}}return Ve.delete(Bt),false};return tr(A)},[]),xu=react.useCallback((E,A)=>{if(yu(E.id,A,Ho.current)){console.warn("Cannot create dependency: would create a circular dependency"),alert(`Cannot create this dependency: it would create a circular dependency chain.
366
+ `})]})}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:i&&jsxRuntime.jsxs(framerMotion.motion.div,{ref:I,initial:{opacity:0,y:20,scale:.95},animate:{opacity:1,y:0,scale:1,height:u?"auto":500},exit:{opacity:0,y:20,scale:.95},transition:{type:"spring",damping:25,stiffness:300},className:`fixed ${Q[$]} z-[99999] w-96 rounded-2xl overflow-hidden flex flex-col`,style:{background:Be,backdropFilter:"blur(20px)",WebkitBackdropFilter:"blur(20px)",border:`1px solid ${Nt}`,boxShadow:bt},children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between px-4 py-3",style:{background:Oe,borderBottom:`1px solid ${Ie}`},children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2.5",children:[jsxRuntime.jsx("div",{style:{width:28,height:28,borderRadius:"50%",display:"flex",alignItems:"center",justifyContent:"center",background:st,border:`1px solid ${kt}`,color:"#00E5CC"},children:jsxRuntime.jsx(Vm,{size:14})}),jsxRuntime.jsx("span",{style:{fontSize:12,fontWeight:600,fontFamily:"'JetBrains Mono', monospace",letterSpacing:"0.06em",textTransform:"uppercase",color:$e},children:"AI Assistant"})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-0.5",children:[jsxRuntime.jsx("button",{onClick:()=>p(O=>!O),className:"p-1.5 rounded-lg transition-colors",style:{color:He},onMouseEnter:O=>{O.currentTarget.style.background=oe,O.currentTarget.style.color=L;},onMouseLeave:O=>{O.currentTarget.style.background="transparent",O.currentTarget.style.color=He;},children:jsxRuntime.jsx(iw,{})}),jsxRuntime.jsx("button",{onClick:()=>d(false),className:"p-1.5 rounded-lg transition-colors",style:{color:He},onMouseEnter:O=>{O.currentTarget.style.background=oe,O.currentTarget.style.color=L;},onMouseLeave:O=>{O.currentTarget.style.background="transparent",O.currentTarget.style.color=He;},children:jsxRuntime.jsx(sw,{})})]})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:!u&&jsxRuntime.jsxs(framerMotion.motion.div,{initial:{height:0,opacity:0},animate:{height:"auto",opacity:1},exit:{height:0,opacity:0},className:"flex flex-col flex-1 min-h-0",children:[jsxRuntime.jsxs("div",{className:"flex-1 overflow-y-auto p-4 space-y-4",style:{maxHeight:350},children:[m.length===0&&v&&jsxRuntime.jsxs("div",{className:"space-y-3",children:[jsxRuntime.jsx("p",{className:"text-xs text-center",style:{color:B,fontFamily:"'JetBrains Mono', monospace"},children:"Try asking me to edit your Gantt chart:"}),jsxRuntime.jsx("div",{className:"flex flex-wrap gap-2",children:We.slice(0,4).map((O,te)=>jsxRuntime.jsx("button",{onClick:()=>ce(O),className:"text-xs px-3 py-1.5 rounded-full transition-all",style:{background:_,color:J,border:`1px solid ${U}`},onMouseEnter:we=>{we.currentTarget.style.borderColor=De,we.currentTarget.style.color="#00E5CC";},onMouseLeave:we=>{we.currentTarget.style.borderColor=U,we.currentTarget.style.color=J;},children:O.length>30?O.slice(0,30)+"...":O},te))})]}),m.map(O=>jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:10},animate:{opacity:1,y:0},className:`flex ${O.role==="user"?"justify-end":"justify-start"}`,children:jsxRuntime.jsxs("div",{className:`max-w-[85%] rounded-2xl px-4 py-2.5 ${O.role==="user"?"rounded-br-md":"rounded-bl-md"}`,style:{background:O.role==="user"?pe:tt,color:O.role==="user"?"#00E5CC":Ht,border:O.role==="user"?`1px solid ${rt}`:`1px solid ${Qe}`},children:[O.isLoading?jsxRuntime.jsx(lw,{}):jsxRuntime.jsx("p",{className:"text-sm whitespace-pre-wrap",children:O.content}),O.command&&jsxRuntime.jsxs("div",{className:"mt-2 text-xs px-2 py-1 rounded-md inline-flex items-center gap-1",style:{background:O.command.success?"rgba(16, 185, 129, 0.15)":"rgba(239, 68, 68, 0.15)",color:O.command.success?"#10B981":"#EF4444",border:`1px solid ${O.command.success?"rgba(16,185,129,0.2)":"rgba(239,68,68,0.2)"}`},children:[O.command.success?"\u2713":"\u2717",jsxRuntime.jsx("span",{className:"capitalize",children:O.command.type.replace(/_/g," ")})]})]})},O.id)),jsxRuntime.jsx("div",{ref:ee})]}),jsxRuntime.jsxs("form",{onSubmit:O=>{if(N&&oa.length>0){O.preventDefault();return}V(O);},className:"p-3 relative",style:{borderTop:`1px solid ${pt}`},children:[jsxRuntime.jsx(framerMotion.AnimatePresence,{children:N&&oa.length>0&&jsxRuntime.jsx(framerMotion.motion.div,{ref:K,initial:{opacity:0,y:4},animate:{opacity:1,y:0},exit:{opacity:0,y:4},transition:{duration:.12},className:"absolute bottom-full left-3 right-3 mb-1 rounded-lg overflow-hidden z-10",style:{background:Ft,border:`1px solid ${jr}`,boxShadow:Wt,backdropFilter:"blur(12px)"},children:oa.map((O,te)=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>me(O),className:"w-full flex items-center gap-3 px-3 py-2.5 text-left transition-colors",style:{background:te===T?nr:"transparent",color:_r},onMouseEnter:()=>Y(te),children:[jsxRuntime.jsx("div",{className:"w-7 h-7 rounded-full flex items-center justify-center text-xs font-bold flex-shrink-0",style:{background:ot,border:`1px solid ${_e}`,color:"#00E5CC"},children:O.name.split(" ").map(we=>we[0]).join("").slice(0,2).toUpperCase()}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("div",{className:"text-sm font-medium truncate",children:O.name}),O.email&&jsxRuntime.jsx("div",{className:"text-xs truncate",style:{color:Dr},children:O.email})]})]},O.id))})}),jsxRuntime.jsxs("div",{className:"flex items-center gap-2 rounded-xl px-4 py-2",style:{background:qt,border:`1px solid ${Ut}`},children:[jsxRuntime.jsx("input",{ref:H,type:"text",value:x,onChange:O=>se(O.target.value),onKeyDown:O=>{mt(O);},placeholder:W,disabled:b,className:"flex-1 bg-transparent text-sm outline-none",style:{color:ur,fontFamily:"Inter, sans-serif"}}),jsxRuntime.jsx("button",{type:"submit",disabled:!x.trim()||b,className:"p-2 rounded-lg transition-all disabled:opacity-30",style:{background:x.trim()?br:"transparent",color:x.trim()?"#00E5CC":Yt,border:x.trim()?`1px solid ${da}`:"1px solid transparent"},children:jsxRuntime.jsx(ow,{})})]}),jsxRuntime.jsx("p",{className:"text-[10px] text-center mt-2",style:{color:hr,fontFamily:"'JetBrains Mono', monospace"},children:"Enter to send \xB7 Esc to close"})]})]})})]})})]})}function jm(e,t=50){let[r,a]=react.useState({past:[],present:e,future:[]}),n=react.useRef(false),s=react.useCallback((i,d=true)=>{a(u=>{let p=typeof i=="function"?i(u.present):i;if(n.current)return {...u,present:p};if(!d)return {...u,present:p};let m=[...u.past,u.present];return m.length>t&&m.shift(),{past:m,present:p,future:[]}});},[t]),o=react.useCallback(()=>{a(i=>{if(i.past.length===0)return i;let d=i.past[i.past.length-1],u=i.past.slice(0,i.past.length-1);return n.current=true,setTimeout(()=>{n.current=false;},0),{past:u,present:d,future:[i.present,...i.future]}});},[]),c=react.useCallback(()=>{a(i=>{if(i.future.length===0)return i;let d=i.future[0],u=i.future.slice(1);return n.current=true,setTimeout(()=>{n.current=false;},0),{past:[...i.past,i.present],present:d,future:u}});},[]),l=react.useCallback(()=>{a(i=>({past:[],present:i.present,future:[]}));},[]);return {state:r.present,setState:s,undo:o,redo:c,canUndo:r.past.length>0,canRedo:r.future.length>0,clearHistory:l}}function _m({undo:e,redo:t,canUndo:r,canRedo:a,enabled:n=true}){react.useEffect(()=>{if(!n)return;let s=o=>{let c=navigator.platform.toUpperCase().indexOf("MAC")>=0,l=c?o.metaKey:o.ctrlKey;if(l&&o.key==="z"&&!o.shiftKey&&r){o.preventDefault(),e();return}if(a){if(!c&&l&&o.key==="y"){o.preventDefault(),t();return}if(c&&l&&o.shiftKey&&o.key==="z"){o.preventDefault(),t();return}}};return window.addEventListener("keydown",s),()=>{window.removeEventListener("keydown",s);}},[e,t,r,a,n]);}var pw={taskTooltip:e=>{let t=[`<strong>${e.name}</strong>`];if(e.startDate&&e.endDate){t.push(`${Ne.formatDate(e.startDate)} - ${Ne.formatDate(e.endDate)}`);let r=Ne.calculateDuration(e.startDate,e.endDate);t.push(`Duration: ${r} days`);}if(e.progress!==void 0&&t.push(`Progress: ${e.progress}%`),e.status&&t.push(`Status: ${e.status}`),e.assignees&&e.assignees.length>0){let r=e.assignees.map(a=>a.name).join(", ");t.push(`Assigned: ${r}`);}return e.dependencies&&e.dependencies.length>0&&t.push(`Dependencies: ${e.dependencies.length}`),t.join("<br/>")},taskLabel:e=>e.name,gridCell:(e,t,r)=>r,taskClass:e=>{let t=[];return e.isCriticalPath&&t.push("critical-path"),e.status==="completed"?t.push("completed"):e.status==="in-progress"?t.push("in-progress"):e.status==="todo"&&t.push("todo"),e.isMilestone&&t.push("milestone"),t.join(" ")},milestoneContent:e=>`\u25C6 ${e.name}`,dateFormat:e=>Ne.formatDate(e),durationFormat:e=>e===1?"1 day":`${e} days`,progressFormat:e=>`${e}%`};function Km(e){return {...pw,...e}}var vw=e=>{switch(e){case "compact":return 36;case "comfortable":return 42;case "spacious":return 52;default:return 42}},Jm=react.forwardRef(function({tasks:t,config:r={},onTasksChange:a},n){let{theme:s,timeScale:o="week",rowDensity:c="comfortable",showThemeSelector:l=true,showExportButton:i=true,onExportSuccess:d,projectName:u,availableUsers:p=[],templates:m,enableAutoCriticalPath:f=true,persistExpandedState:x,persistFilter:y,persistColumns:b,clearFiltersKey:h,aiAssistant:v,locale:w="en",customTranslations:C,showCreateTaskButton:S=false,createTaskLabel:F,onCreateTask:k,taskFilter:N,onTaskFilterChange:P,toolbarRightContent:T,showBaseline:Y,viewMode:H,onViewModeChange:ee,projectForecast:I,hideForecastHud:K,onThemeChange:j,onTaskClick:W,onTaskDblClick:$,onTaskContextMenu:ve,onTaskUpdate:We,onDependentTasksScheduled:Pe,onProgressChange:be,onTaskEdit:ye,onTaskAddSubtask:fe,onTaskMarkIncomplete:ze,onTaskSetInProgress:Ce,onDependencyCreate:Ae,onDependencyDelete:Me,onBeforeTaskAdd:qe,onAfterTaskAdd:de,onBeforeTaskUpdate:et,onAfterTaskUpdate:Re,onBeforeTaskDelete:Be,onAfterTaskDelete:Nt,permissions:bt,onCopySnapshotLink:Oe}=r,st=react.useContext(ji)?.theme,[kt,$e]=react.useState(st||s||"dark"),[He,L]=react.useState(o),[oe,B]=react.useState(c),[_,U]=react.useState(1),[J,De]=react.useState("all"),[pe,rt]=react.useState(H||"execution"),tt=H??pe,Qe=react.useCallback(E=>{rt(E),ee?.(E);},[ee]),Ht=Y??tt==="oracle",[pt,qt]=react.useState(r.showCriticalPath!==false),[Ut,ur]=react.useState(r.showDependencies!==false),[br,da]=react.useState(r.highlightWeekends!==false),Yt=react.useCallback(E=>{qt(E),r.onShowCriticalPathChange?.(E);},[r.onShowCriticalPathChange]),hr=react.useCallback(E=>{ur(E),r.onShowDependenciesChange?.(E);},[r.onShowDependenciesChange]),Ft=react.useCallback(E=>{da(E),r.onHighlightWeekendsChange?.(E);},[r.onHighlightWeekendsChange]);react.useEffect(()=>{r.onTimeScaleChange?.(He);},[He]),react.useEffect(()=>{r.onZoomChange?.(_);},[_]);let jr=react.useRef(r.onDateRangeChange);jr.current=r.onDateRangeChange;let Wt=react.useCallback(()=>y?typeof y=="string"?y:"gantt-filter-state":null,[y]),[nr,_r]=react.useState(()=>{if(!y)return "all";try{let E=typeof y=="string"?y:"gantt-filter-state",A=localStorage.getItem(E);if(A){let z=JSON.parse(A);if(z.taskFilter)return z.taskFilter}}catch(E){console.warn("[GanttBoard] Error loading filter state from localStorage:",E);}return "all"}),Dr=N??nr,ot=P??_r,[_e,ua]=react.useState(()=>{if(!y)return false;try{let E=typeof y=="string"?y:"gantt-filter-state",A=localStorage.getItem(E);if(A){let z=JSON.parse(A);if(typeof z.hideCompleted=="boolean")return z.hideCompleted}}catch(E){console.warn("[GanttBoard] Error loading hideCompleted state from localStorage:",E);}return false});react.useEffect(()=>{let E=Wt();if(E)try{let A={taskFilter:Dr,hideCompleted:_e};localStorage.setItem(E,JSON.stringify(A));}catch(A){console.warn("[GanttBoard] Error saving filter state to localStorage:",A);}},[Dr,_e,Wt]);let jt=react.useRef(h);react.useEffect(()=>{if(jt.current!==h&&h!==void 0){_r("all"),ua(false);let E=Wt();if(E)try{localStorage.removeItem(E);}catch(A){console.warn("[GanttBoard] Error clearing filter state from localStorage:",A);}}jt.current=h;},[h,Wt]);let[oa,se]=react.useState(0),[me,mt]=react.useState(false),[Xe,it]=react.useState(null),[V,ce]=react.useState({isOpen:false,x:0,y:0,task:null}),[Q,O]=react.useState(null),[te,we]=react.useState(null);react.useEffect(()=>{st&&st!==kt&&$e(st);},[st]),react.useEffect(()=>{s&&s!==kt&&$e(s);},[s]);let M=react.useCallback(E=>{$e(E),j?.(E);},[j]),{state:R,setState:q,undo:xe,redo:re,canUndo:Ze,canRedo:Ye,clearHistory:Rt}=jm(t,50),Lt=react.useMemo(()=>{let E=(A,z=0)=>{let X=z;for(let ie of A)ie.subtasks?.length&&(X=Math.max(X,E(ie.subtasks,z+1)));return X};return E(R)+1},[R]),Bt=react.useCallback(()=>x?typeof x=="string"?x:"gantt-expanded-tasks":null,[x]),or=react.useRef(new Map),Qa=react.useRef(false);if(!Qa.current&&x){Qa.current=true;let E=typeof x=="string"?x:"gantt-expanded-tasks";try{let A=localStorage.getItem(E);if(A){let z=JSON.parse(A);Array.isArray(z)&&(or.current=new Map(z));}}catch(A){console.warn("[GanttBoard] Error loading expanded state from localStorage:",A);}}let sr=react.useCallback(()=>{let E=Bt();if(E)try{let A=Array.from(or.current.entries());localStorage.setItem(E,JSON.stringify(A));}catch(A){console.warn("[GanttBoard] Error saving expanded state to localStorage:",A);}},[Bt]),Ra=react.useRef(0),Ho=react.useRef(R);react.useEffect(()=>{Ho.current=R;},[R]);let Mn=react.useRef(false),Vn=react.useCallback(E=>{De(E),Ra.current+=1,q(A=>{let z=(ie,ge=0)=>ie.map(Ge=>{let Ve=E==="all"||ge<E-1;return Ge.subtasks?.length&&or.current.set(Ge.id,Ve),{...Ge,isExpanded:Ve,subtasks:Ge.subtasks?z(Ge.subtasks,ge+1):void 0}}),X=z(A);return sr(),X});},[q,sr]);react.useEffect(()=>{if(Ra.current>0){Ra.current-=1;return}let E=z=>{let X=new Map;for(let ie of z){let ge=ie.id;X.get(ge)||X.set(ge,ie);}return Array.from(X.values())},A=z=>z.map(X=>{let ie=or.current.get(X.id),ge=ie!==void 0?{...X,isExpanded:ie}:X;if(ge.subtasks?.length){let Ge=E(ge.subtasks);return {...ge,subtasks:A(Ge)}}return ge});if(or.current.size>0)q(_a(A(t)));else {let z=X=>X.map(ie=>ie.subtasks?.length?{...ie,subtasks:E(z(ie.subtasks))}:ie);q(_a(z(t)));}},[t,q]);let Uo=react.useRef(t),pi=react.useRef(true);react.useEffect(()=>{if(pi.current){pi.current=false,Uo.current=R;return}if(Mn.current){Mn.current=false,Uo.current=R;return}if(!a)return;let E=JSON.stringify(Uo.current),A=JSON.stringify(R);E!==A&&(Uo.current=R,a(R));},[R,a]);let Kr=react.useMemo(()=>_c(w,C),[w,C]),Cs=react.useCallback(E=>[{id:"name",label:E.columns.taskName,width:400,minWidth:200,maxWidth:2e3,visible:true,sortable:true,resizable:true},{id:"startDate",label:E.columns.startDate,width:110,minWidth:80,maxWidth:200,visible:false,sortable:true,resizable:true},{id:"endDate",label:E.columns.endDate,width:110,minWidth:80,maxWidth:200,visible:false,sortable:true,resizable:true},{id:"duration",label:E.columns.duration,width:80,minWidth:60,maxWidth:150,visible:false,sortable:true,resizable:true},{id:"assignees",label:E.columns.assignees,width:120,minWidth:80,maxWidth:300,visible:false,sortable:false,resizable:true},{id:"status",label:E.columns.status,width:100,minWidth:70,maxWidth:180,visible:false,sortable:true,resizable:true},{id:"progress",label:E.columns.progress,width:120,minWidth:80,maxWidth:200,visible:false,sortable:true,resizable:true},{id:"priority",label:E.columns.priority,width:90,minWidth:70,maxWidth:150,visible:false,sortable:true,resizable:true}],[]),Sa=react.useMemo(()=>b?typeof b=="string"?b:"gantt-columns-state":null,[b]),[Ea,bn]=react.useState(()=>{let E=Cs(Kr);if(!b)return E;try{let A=typeof b=="string"?b:"gantt-columns-state",z=localStorage.getItem(A);if(!z)return E;let X=JSON.parse(z),ie=new Map(X.map(ge=>[ge.id,ge]));return E.map(ge=>{let Ge=ie.get(ge.id);return Ge?{...ge,visible:Ge.visible??ge.visible,width:Ge.width??ge.width}:ge})}catch(A){return console.warn("[GanttBoard] Error loading columns state from localStorage:",A),E}}),go=react.useRef(Sa);react.useEffect(()=>{if(go.current===Sa)return;go.current=Sa;let E=Cs(Kr);if(!Sa){bn(E);return}try{let A=localStorage.getItem(Sa);if(!A){bn(E);return}let z=JSON.parse(A),X=new Map(z.map(ie=>[ie.id,ie]));bn(E.map(ie=>{let ge=X.get(ie.id);return ge?{...ie,visible:ge.visible??ie.visible,width:ge.width??ie.width}:ie}));}catch(A){console.warn("[GanttBoard] Error reloading columns state from localStorage:",A),bn(E);}},[Sa,Cs,Kr]),react.useEffect(()=>{if(Sa&&go.current===Sa)try{let E=Ea.map(A=>({id:A.id,visible:A.visible,width:A.width}));localStorage.setItem(Sa,JSON.stringify(E));}catch(E){console.warn("[GanttBoard] Error saving columns state to localStorage:",E);}},[Ea,Sa]),react.useEffect(()=>{bn(E=>E.map(A=>({...A,label:Kr.columns[A.id==="name"?"taskName":A.id]||A.label})));},[Kr]);let Pn=react.useMemo(()=>Ea.filter(A=>A.visible).reduce((A,z)=>A+z.width,0),[Ea]),D=react.useRef(Ea.filter(E=>E.visible).map(E=>E.id).join(","));react.useEffect(()=>{let E=Ea.filter(X=>X.visible),A=E.map(X=>X.id).join(","),z=D.current;if(A!==z){let X=E.some(ge=>ge.id!=="name"),ie=z.includes(",");X?!ie&&X&&it(null):it(null),D.current=A;}},[Ea]);let Z=60,ue=.6,Te=react.useMemo(()=>{let A=Pn+Z,z=typeof window<"u"?window.innerWidth*ue:800,X=Math.max(A,z);return Xe!==null?Math.max(200,Math.min(Xe,X)):Math.max(200,A)},[Xe,Pn]),ke=react.useRef(null),je=react.useRef(null),ae=react.useRef(null),Fe=react.useRef(null),Ke=react.useRef(null),Le=react.useMemo(()=>dm(kt),[kt]),zt=react.useMemo(()=>({theme:Le,themeName:kt}),[Le,kt]),dt=react.useMemo(()=>Km(m),[m]),ut=react.useMemo(()=>{if(!f||!pt)return R;let E=Ne.calculateCriticalPathFull(R),A=z=>z.map(X=>{let ie=E.get(X.id),ge=X.subtasks?A(X.subtasks):void 0,Ge=ge?.some(tr=>tr.isCriticalPath||tr.subtasks&&tr.subtasks.some($t=>$t.isCriticalPath))||false,Ve=ie?ie.isCritical:Ge;return {...X,isCriticalPath:Ve,cpmData:ie||void 0,subtasks:ge}});return A(R)},[R,f,pt]),xr=react.useMemo(()=>Ne.flattenTasks(R).some(A=>A.dependencies&&A.dependencies.length>0),[R]),pr=react.useMemo(()=>{let E=(A,z="")=>[...A].sort((ie,ge)=>(ie.position??0)-(ge.position??0)).map((ie,ge)=>{let Ge=ge+1,Ve=z?`${z}.${Ge}`:`${Ge}.0`,tr=z?`${z}.${Ge}`:`${Ge}`;return {...ie,wbsCode:Ve,subtasks:ie.subtasks?.length?E(ie.subtasks,tr):ie.subtasks}});return E(ut)},[ut]),Zr=react.useMemo(()=>{if(Dr==="all"&&!_e)return pr;let E=A=>{let z=[];for(let X of A){let ie=X.subtasks?.length?E(X.subtasks):void 0,ge=false;if(_e)ge=X.progress<100;else switch(Dr){case "all":ge=true;break;case "incomplete":ge=X.progress<100;break;case "in_progress":ge=X.progress>0&&X.progress<100;break;case "completed":ge=X.progress===100;break}(ge||ie&&ie.length>0)&&z.push({...X,subtasks:ie});}return z};return E(pr)},[pr,Dr,_e]),St=vw(oe);_m({undo:xe,redo:re,canUndo:Ze,canRedo:Ye,enabled:true}),react.useImperativeHandle(n,()=>({getTask:E=>Ne.findTaskById(R,E),addTask:(E,A)=>{q(z=>{if(!A)return [...z,{...E,level:0}];let X=ie=>ie.map(ge=>ge.id===A?{...ge,subtasks:[...ge.subtasks||[],{...E,parentId:A,level:(ge.level||0)+1}],isExpanded:true}:ge.subtasks?{...ge,subtasks:X(ge.subtasks)}:ge);return X(z)});},updateTask:(E,A)=>{q(z=>{let X=ie=>ie.map(ge=>ge.id===E?{...ge,...A}:ge.subtasks?{...ge,subtasks:X(ge.subtasks)}:ge);return X(z)});},deleteTask:E=>{q(A=>{let z=X=>X.filter(ie=>ie.id===E?false:(ie.subtasks&&(ie.subtasks=z(ie.subtasks)),true));return z(A)});},deleteTasks:E=>{q(A=>td(A,E));},duplicateTask:E=>{if(r.onTaskDuplicate){let A=Ne.findTaskById(R,E);A&&r.onTaskDuplicate(A);}else q(A=>js(A,[E]).tasks);},splitTask:(E,A,z=3)=>{q(X=>Ne.splitTask(X,E,A,z));},calculateEndDate:Ne.calculateEndDate,calculateDuration:Ne.calculateDuration,validateDependency:(E,A)=>!Ne.validateDependencies(R,E,A),getAllTasks:()=>Ne.flattenTasks(R),getTasksByStatus:E=>Ne.flattenTasks(R).filter(A=>A.status===E),getTasksByParent:E=>E?Ne.findTaskById(R,E)?.subtasks||[]:R.filter(z=>!z.parentId),getCriticalPath:()=>Ne.flattenTasks(R).filter(E=>E.isCriticalPath),indentTask:E=>{q(A=>_a(Qc(A,[E])));},outdentTask:E=>{q(A=>_a(Zc(A,[E])));},moveTask:(E,A)=>{q(z=>ed(z,[E],A));},createSubtask:async E=>{let{tasks:A,newTask:z}=nd(R,E);if(qe){let X=qe({...z,parentId:E});if((X instanceof Promise?await X:X)===false)return}q(_a(A)),de&&de({...z,parentId:E});},scrollToTask:E=>{let z=Ne.flattenTasks(R).findIndex(X=>X.id===E);if(z!==-1&&ke.current){let X=z*St;ke.current.scrollTo({top:X,behavior:"smooth"}),ae.current&&ae.current.scrollTo({top:X,behavior:"smooth"});}},highlightTask:(E,A=2e3)=>{},expandTask:E=>{q(A=>{let z=X=>X.map(ie=>ie.id===E?{...ie,isExpanded:true}:ie.subtasks?{...ie,subtasks:z(ie.subtasks)}:ie);return z(A)});},collapseTask:E=>{q(A=>{let z=X=>X.map(ie=>ie.id===E?{...ie,isExpanded:false}:ie.subtasks?{...ie,subtasks:z(ie.subtasks)}:ie);return z(A)});},expandAll:()=>{q(E=>{let A=z=>z.map(X=>({...X,isExpanded:true,subtasks:X.subtasks?A(X.subtasks):void 0}));return A(E)});},collapseAll:()=>{q(E=>{let A=z=>z.map(X=>({...X,isExpanded:false,subtasks:X.subtasks?A(X.subtasks):void 0}));return A(E)});},collapseToLevel:E=>{Vn(E);},undo:xe,redo:re,canUndo:()=>Ze,canRedo:()=>Ye,clearHistory:Rt,exportToPNG:async()=>{if(!Fe.current||!ke.current||!ae.current)throw new Error("Gantt container not found");let E=Fe.current,A=ke.current,z=je.current||A.querySelector(".gantt-grid-scroll"),X=ae.current,ie=z?.scrollTop||0,ge=X.scrollTop,Ge=E.style.overflow,Ve=E.style.height,tr=A.style.overflow;try{let $t=z?.querySelector(".gantt-taskgrid-content"),ir=X.querySelector("svg"),ma=$t?.scrollHeight||z?.scrollHeight||600,Ba=ir?.getBoundingClientRect().height||X.scrollHeight,yo=(E.querySelector('[style*="z-index: 100"]')?.offsetHeight||48)+Math.max(ma,Ba)+20;z&&(z.scrollTop=0),X.scrollTop=0,E.style.overflow="visible",E.style.height=`${yo}px`,A.style.overflow="visible",await new Promise(Go=>setTimeout(Go,100));let hn=await htmlToImage.toPng(E,{backgroundColor:Le.bgPrimary,pixelRatio:2,filter:Go=>{if(!(Go instanceof Element))return !0;let mi=window.getComputedStyle(Go),Ns=parseInt(mi.zIndex,10);return (isNaN(Ns)||Ns<50)&&mi.position!=="fixed"}});return await(await fetch(hn)).blob()}finally{E.style.overflow=Ge,E.style.height=Ve,A.style.overflow=tr,z&&(z.scrollTop=ie),X.scrollTop=ge;}},exportToPDF:async E=>{await Ne.exportToPDF(R,E);},exportToExcel:async E=>{await Ne.exportToExcel(R,E,zl.current);},exportToJSON:()=>Ne.exportToJSON(R),exportToCSV:()=>Ne.exportToCSV(R),importFromJSON:E=>{let A=Ne.importFromJSON(E);q(A);},getTasks:()=>R,refresh:()=>{q(E=>[...E]);},clearAll:()=>{q([]);},scrollToToday:()=>{let E=ae.current,A=Ke.current;if(!E||!A)return;let X=(new Date().getTime()-A.startDate.getTime())/(1e3*60*60*24),ie=A.timeScale==="day"?60:A.timeScale==="week"?20:8,ge=X*ie*A.zoom,Ge=E.clientWidth,Ve=Math.max(0,ge-Ge/2);E.scrollTo({left:Ve,behavior:"smooth"});}}),[R,xe,re,Ze,Ye,Rt,Le,St]);let Xt=react.useCallback(E=>{bn(A=>A.map(z=>z.id===E?{...z,visible:!z.visible}:z));},[]),Ct=react.useCallback((E,A)=>{bn(z=>z.map(X=>{if(X.id!==E)return X;let ie=X.minWidth??100,ge=X.maxWidth??800,Ge=Math.max(ie,Math.min(ge,A));return {...X,width:Ge}}));},[]),Et=react.useCallback(E=>{q(A=>{let z=ad(A,E),X=ie=>{for(let ge of ie){if(ge.id===E){or.current.set(E,ge.isExpanded??true);return}ge.subtasks?.length&&X(ge.subtasks);}};return X(z),sr(),z}),r.onTaskToggleExpand?.(E);},[r,sr]),er=react.useCallback((E,A)=>{if(et&&et(E,A)===false)return;let X=Ne.findTaskById(R,E)?.progress,ie=Ge=>Ge.map(Ve=>Ve.id===E?{...Ve,...A}:Ve.subtasks?{...Ve,subtasks:ie(Ve.subtasks)}:Ve);q(Ge=>ie(Ge));let ge=Ne.findTaskById(ie(R),E);ge&&(We?.(ge),Re?.(ge),A.progress!==void 0&&X!==void 0&&A.progress!==X&&be?.(E,X,A.progress));},[R,We,et,Re,be]),ga=react.useCallback((E,A,z)=>{if(E.length===0)return;let X=new Set(E),ie=ge=>ge.map(Ge=>{let Ve=X.has(Ge.id)?{...Ge,[A]:z}:Ge;return Ve.subtasks?{...Ve,subtasks:ie(Ve.subtasks)}:Ve});q(ge=>{let Ge=ie(ge);return r.onBulkFill?.(E,A,z,Ge),Ge});},[r]),xa=react.useCallback(E=>{E.length!==0&&(Ra.current+=1,Mn.current=true,q(A=>_a(Qc(A,E))),r.onTaskIndent?.(E[0]));},[r]),pa=react.useCallback(E=>{E.length!==0&&(Ra.current+=1,Mn.current=true,q(A=>_a(Zc(A,E))),r.onTaskOutdent?.(E[0]));},[r]),qr=react.useCallback((E,A,z)=>{Ra.current+=1,Mn.current=true,q(X=>_a(Lm(X,E,A,z))),r.onTaskReparent?.(E,A,z);},[r]),fo=react.useCallback((E,A)=>{E.length!==0&&(Ra.current+=1,Mn.current=true,q(z=>ed(z,E,A)),r.onTaskMove?.(E[0],A));},[r]),bo=react.useCallback(async E=>{let A=[];for(let z of E)Be&&await Promise.resolve(Be(z))===false||A.push(z);A.length!==0&&(r.onMultiTaskDelete?r.onMultiTaskDelete(A):(q(z=>_a(td(z,A))),A.forEach(z=>r.onTaskDelete?.(z))),Nt&&A.forEach(z=>Nt(z)));},[r,Be,Nt]),ho=react.useCallback(E=>{r.onTaskDuplicate?E.forEach(A=>{let z=Ne.findTaskById(R,A);z&&r.onTaskDuplicate(z);}):q(A=>js(A,E).tasks);},[r,R]),Qf=react.useCallback((E,A)=>{q(z=>{let{tasks:X,newTask:ie}=Fm(z,E,A);return qe&&qe(ie)===false?z:(r.onTaskCreate?.(ie.parentId,ie.position||0),de?.(ie),X)});},[r,qe,de]),Zf=react.useCallback((E,A)=>{q(z=>rd(z,E,A)),r.onTaskRename?.(E,A);},[r]),Ul=react.useCallback(E=>{let{onTaskAddSubtask:A}=r;if(A){let z=ss(R,E);if(z){A(z);return}}q(z=>{let{tasks:X}=nd(z,E);return r.onTaskCreate?.(E,0),X});},[r,R]),eb=react.useCallback((E,A)=>{let z=Math.max(0,Math.min(100,Math.round(A))),X={progress:z};z===100?X.status="completed":z>0?X.status="in-progress":X.status="todo",er(E.id,X);},[er]),tb=react.useCallback((E,A,z)=>{let X=!E.startDate&&!E.endDate,ie=E.startDate?Math.round((A.getTime()-E.startDate.getTime())/(1e3*60*60*24)):0,ge=$t=>$t.map(ir=>ir.id===E.id?{...ir,startDate:A,endDate:z,...E.segments&&{segments:E.segments}}:ir.subtasks?{...ir,subtasks:ge(ir.subtasks)}:ir),Ge=ge(R),Ve=Ge;Ge=Ne.autoScheduleDependents(Ge,E.id,ie),Ge=_a(Ge),q(Ge);let tr={...E,startDate:A,endDate:z};if(X&&r?.onTaskDateChange?r.onTaskDateChange(E,A,z):We?.(tr),Pe&&ie!==0){let $t=Ne.flattenTasks(Ve),ir=Ne.flattenTasks(Ge),ma=[];for(let Ba of ir){if(Ba.id===E.id)continue;let jn=$t.find(hn=>hn.id===Ba.id);if(!jn)continue;let zo=Ba.startDate?.getTime()!==jn.startDate?.getTime(),yo=Ba.endDate?.getTime()!==jn.endDate?.getTime();(zo||yo)&&ma.push(Ba);}ma.length>0&&Pe(ma);}},[R,We,Pe,r]),rb=react.useCallback((E,A)=>{ve?.(E,A),ce({isOpen:true,x:A.clientX,y:A.clientY,task:E});},[ve]),ab=react.useCallback((E,A)=>{let z=Ne.splitTask(R,E.id,A);q(z),ce({isOpen:false,x:0,y:0,task:null});},[R]),hu=react.useCallback(E=>{let A=Ne.findTaskById(R,E.id)||E;$?.(A),ye||O(A);},[R,$,ye]),yu=react.useCallback((E,A,z)=>{let X=new Map,ie=$t=>{$t.forEach(ir=>{ir.dependencies&&X.set(ir.id,ir.dependencies),ir.subtasks&&ie(ir.subtasks);});};ie(z);let ge=X.get(A)||[];X.set(A,[...ge,E]);let Ge=new Set,Ve=new Set,tr=$t=>{if(!Ge.has($t)){Ge.add($t),Ve.add($t);let ir=X.get($t)||[];for(let ma of ir){if(!Ge.has(ma)&&tr(ma))return true;if(Ve.has(ma))return true}}return Ve.delete($t),false};return tr(A)},[]),xu=react.useCallback((E,A)=>{if(yu(E.id,A,Ho.current)){console.warn("Cannot create dependency: would create a circular dependency"),alert(`Cannot create this dependency: it would create a circular dependency chain.
367
367
 
368
- Task dependencies must flow in one direction only.`);return}let z=X=>X.map(ie=>{if(ie.id===A){let ge=ie.dependencies||[];if(!ge.includes(E.id))return {...ie,dependencies:[...ge,E.id]}}return ie.subtasks?{...ie,subtasks:z(ie.subtasks)}:ie});Ra.current+=1,q(X=>z(X)),Ae?.(E.id,A);},[Ae,yu]),vu=react.useCallback((E,A)=>{let z=X=>X.map(ie=>{if(ie.id===E&&ie.dependencies){let ge=ie.dependencies.filter(Ge=>Ge!==A);return {...ie,dependencies:ge}}return ie.subtasks?{...ie,subtasks:z(ie.subtasks)}:ie});Ra.current+=1,q(X=>z(X)),Me?.(E,A);},[Me]),{startDate:Fn,endDate:Wl}=react.useMemo(()=>{let E=R.filter(ge=>ge.startDate&&ge.endDate);if(E.length===0){let ge=new Date,Ge=new Date(ge);Ge.setDate(Ge.getDate()-30);let Ve=new Date(ge);return Ve.setDate(Ve.getDate()+60),{startDate:Ge,endDate:Ve}}let A=E.flatMap(ge=>[ge.startDate,ge.endDate]).filter(ge=>ge!==void 0),z=new Date(Math.min(...A.map(ge=>ge.getTime()))),X=new Date(Math.max(...A.map(ge=>ge.getTime()))),ie=He==="day"?7:He==="week"?14:30;return z.setDate(z.getDate()-ie),X.setDate(X.getDate()+ie),{startDate:z,endDate:X}},[R,He]);react.useEffect(()=>{jr.current?.(Fn,Wl);},[Fn,Wl]);let nb=react.useCallback(async()=>{if(!Fe.current||!ke.current||!ae.current)return;await new Promise(ho=>setTimeout(ho,200));let E=Fe.current,A=ke.current,z=je.current||A.querySelector(".gantt-grid-scroll"),X=ae.current,ie=z?.scrollTop||0,ge=z?.scrollLeft||0,Ge=X.scrollTop,Ve=X.scrollLeft,tr=E.style.overflow,Bt=E.style.height,ir=z?.style.overflow||"",ma=X.style.overflow,Ba=A.style.overflow,jn=E.style.width,zo=X.style.width;try{let ho=z?.querySelector(".gantt-taskgrid-content"),hn=X.querySelector("svg"),jl=hn?.getAttribute("height")?parseInt(hn.getAttribute("height"),10):hn?.getBoundingClientRect().height||0,Go=ho?.scrollHeight||z?.scrollHeight||600,mi=Math.max(jl,X.scrollHeight),Ns=hn?.getAttribute("width")?parseInt(hn.getAttribute("width"),10):hn?.getBoundingClientRect().width||X.scrollWidth,pb=E.querySelector('[style*="z-index: 100"]')?.offsetHeight||48,_l=Math.max(Go,mi,jl),Tu=pb+_l+50,Nu=(z?.offsetWidth||A.offsetWidth||300)+Ns+10;z&&(z.scrollTop=0,z.scrollLeft=0),X.scrollTop=0,X.scrollLeft=0,E.style.overflow="visible",E.style.height=`${Tu}px`,E.style.width=`${Nu}px`,A.style.overflow="visible",z&&(z.style.overflow="visible",z.style.height=`${_l+50}px`),X.style.overflow="visible",X.style.height=`${_l+50}px`,X.style.width=`${Ns+10}px`,await new Promise(gi=>setTimeout(gi,150));let mb=await htmlToImage.toPng(E,{backgroundColor:Le.bgPrimary,pixelRatio:2,width:Nu,height:Tu,skipFonts:!1,filter:gi=>{if(!(gi instanceof Element))return !0;let Du=window.getComputedStyle(gi),Su=parseInt(Du.zIndex,10);return !(!isNaN(Su)&&Su>=50||Du.position==="fixed")}}),Kl=document.createElement("a");Kl.download=`gantt-chart-${new Date().toISOString().slice(0,10)}.png`,Kl.href=mb,Kl.click();}finally{E.style.overflow=tr,E.style.height=Bt,E.style.width=jn,A.style.overflow=Ba,z&&(z.style.overflow=ir,z.style.height="",z.scrollTop=ie,z.scrollLeft=ge),X.style.overflow=ma,X.style.height="",X.style.width=zo,X.scrollTop=Ge,X.scrollLeft=Ve;}d?.("png");},[Le,d]),ob=react.useCallback(async()=>{await Ne.exportToPDF(R),d?.("pdf");},[R,d]),zl=react.useRef({rateMap:r.rateMap,defaultRate:r.defaultRate,projectName:u});zl.current={rateMap:r.rateMap,defaultRate:r.defaultRate,projectName:u};let sb=react.useCallback(async()=>{if(r.onExportExcel){await r.onExportExcel(),d?.("excel");return}let E=new Date,A=ie=>String(ie).padStart(2,"0"),z=`${E.getFullYear()}-${A(E.getMonth()+1)}-${A(E.getDate())}_${A(E.getHours())}${A(E.getMinutes())}`,X=u?u.replace(/[^a-zA-Z0-9áéíóúñÁÉÍÓÚÑ _-]/g,""):"Project";await Ne.exportToExcel(R,`${X}_${z}.xlsx`,zl.current),d?.("excel");},[R,u,d,r.onExportExcel]),ib=react.useCallback(()=>{let E=Ne.exportToCSV(R),A=new Blob([E],{type:"text/csv;charset=utf-8;"}),z=document.createElement("a");z.href=URL.createObjectURL(A),z.download="gantt-chart.csv",z.click(),URL.revokeObjectURL(z.href),d?.("csv");},[R,d]),lb=react.useCallback(()=>{let E=Ne.exportToJSON(R),A=new Blob([E],{type:"application/json;charset=utf-8;"}),z=document.createElement("a");z.href=URL.createObjectURL(A),z.download="gantt-chart.json",z.click(),URL.revokeObjectURL(z.href),d?.("json");},[R,d]),cb=react.useCallback(()=>{Ne.exportToMSProject(R,"Gantt Project","project.xml"),d?.("msproject");},[R,d]),db=E=>{E.preventDefault(),mt(true);},Wo=react.useRef(false),[Gl,wu]=react.useState(false),Ts=react.useRef({x:0,y:0,scrollLeft:0,scrollTop:0});react.useEffect(()=>{let E=ae.current,A=ke.current?.querySelector(".gantt-grid-scroll");if(!E||!A)return;let z=()=>{if(Wo.current)return;Wo.current=true;let Ve=E.scrollTop;se(Ve),A.scrollTop=Ve,requestAnimationFrame(()=>{Wo.current=false;});},X=()=>{if(Wo.current)return;Wo.current=true;let Ve=A.scrollTop;se(Ve),E.scrollTop=Ve,requestAnimationFrame(()=>{Wo.current=false;});},ie=Ve=>{if(me&&A){let Bt=A.parentElement?.getBoundingClientRect()?.left||0,ir=Ve.clientX-Bt,ma=200,Ba=Pn+Z,jn=window.innerWidth*ue,zo=Math.max(Ba,jn);ir>=ma&&ir<=zo&&it(ir);}if(Gl&&E){let tr=Ve.clientX-Ts.current.x,Bt=Ve.clientY-Ts.current.y;E.scrollLeft=Ts.current.scrollLeft-tr,E.scrollTop=Ts.current.scrollTop-Bt;}},ge=()=>{mt(false),wu(false);},Ge=Ve=>{if(Ve.button!==0)return;let tr=Ve.target;tr.closest("[data-task-bar]")||tr.closest("[data-dependency-line]")||tr.closest("button")||tr.closest('[role="button"]')||tr.tagName==="rect"&&tr.getAttribute("data-clickable")==="true"||(wu(true),Ts.current={x:Ve.clientX,y:Ve.clientY,scrollLeft:E.scrollLeft,scrollTop:E.scrollTop},Ve.preventDefault());};return E.addEventListener("scroll",z),A.addEventListener("scroll",X),E.addEventListener("mousedown",Ge),document.addEventListener("mousemove",ie),document.addEventListener("mouseup",ge),()=>{E.removeEventListener("scroll",z),A.removeEventListener("scroll",X),E.removeEventListener("mousedown",Ge),document.removeEventListener("mousemove",ie),document.removeEventListener("mouseup",ge);}},[me,Gl,Pn]),Ke.current={startDate:Fn,timeScale:He,zoom:_};let Vl=r.onTodayVisibilityChange,ku=react.useRef(null);react.useEffect(()=>{if(!Vl)return;let E=ae.current;if(!E)return;let A=He==="day"?60:He==="week"?20:8,z=()=>{let ge=(new Date().getTime()-Fn.getTime())/(1e3*60*60*24)*A*_,Ge=E.scrollLeft,Ve=Ge+E.clientWidth,tr=ge>=Ge&&ge<=Ve;ku.current!==tr&&(ku.current=tr,Vl(tr));};return z(),E.addEventListener("scroll",z,{passive:true}),window.addEventListener("resize",z),()=>{E.removeEventListener("scroll",z),window.removeEventListener("resize",z);}},[Vl,Fn,He,_]);let Cu=react.useRef(false),ub=react.useRef(null);return react.useLayoutEffect(()=>{if(Cu.current||R.length===0||!ae.current)return;Cu.current=true,ub.current=Fn;let E=ae.current,A=new Date,z=He==="day"?60:He==="week"?20:8,X=(A.getTime()-Fn.getTime())/(1e3*60*60*24),ie=E.clientWidth,Ge=X*z*_-ie/2;X>=0&&ie>0&&(E.scrollLeft=Math.max(0,Ge));},[R.length,Fn,He,_]),jsxRuntime.jsx(rs.Provider,{value:Kr,children:jsxRuntime.jsx(Ql.Provider,{value:Wt,children:jsxRuntime.jsxs("div",{ref:Fe,className:"flex flex-col h-full w-full",style:{backgroundColor:Le.bgPrimary,fontFamily:"Inter, sans-serif",minHeight:0,...Le.dotGrid&&{backgroundImage:`radial-gradient(circle, ${Le.dotGrid} 1px, transparent 1px)`,backgroundSize:"24px 24px"},...r.disableScrollSync&&{scrollBehavior:"auto",overflowAnchor:"none"}},children:[jsxRuntime.jsx("div",{style:{position:"relative",zIndex:100},children:jsxRuntime.jsx(Ki,{theme:Le,timeScale:He,onTimeScaleChange:L,zoom:_,onZoomChange:U,currentTheme:kt,onThemeChange:M,rowDensity:oe,onRowDensityChange:B,showThemeSelector:l,showCreateTaskButton:S&&ft?.canCreateTask!==false&&!ft?.canCreateSubtaskOnly,createTaskLabel:F,onCreateTask:k,taskFilter:Dr,onTaskFilterChange:ot,hideCompleted:_e,onHideCompletedChange:ua,toolbarRightContent:T,wbsLevel:J,onWbsLevelChange:Vn,maxWbsDepth:Lt,viewMode:tt,onViewModeChange:Qe,projectForecast:I,hideForecastHud:K,onExportPNG:i?nb:void 0,onExportPDF:i?ob:void 0,onExportExcel:i?sb:void 0,onExportCSV:i?ib:void 0,onExportJSON:i?lb:void 0,onExportMSProject:i?cb:void 0,showCriticalPath:pt,onShowCriticalPathChange:Yt,showDependencies:Ht,onShowDependenciesChange:hr,highlightWeekends:br,onHighlightWeekendsChange:Ft,showBaseline:Ot,onShowBaselineChange:E=>{E&&tt!=="oracle"&&Qe("oracle"),!E&&tt==="oracle"&&Qe("execution");},onCopySnapshotLink:Oe,hasDependencies:xr})}),jsxRuntime.jsxs("div",{ref:ke,className:"flex-1 flex min-h-0",style:{position:"relative",zIndex:1,overflow:"clip",overflowClipMargin:"100px"},children:[jsxRuntime.jsx("div",{ref:je,className:"gantt-grid-scroll flex-shrink-0",style:{width:Te,overflowX:"auto",overflowY:"scroll",scrollbarWidth:"none",msOverflowStyle:"none"},children:jsxRuntime.jsx(Xi,{tasks:Zr,allTasks:pr,theme:Le,rowHeight:St,availableUsers:p,templates:dt,showCriticalPath:pt,onTaskClick:W,onTaskDblClick:hu,onTaskContextMenu:ve,onTaskToggle:Et,scrollTop:oa,columns:Ea,onToggleColumn:Xt,onColumnResize:Ct,onTaskUpdate:er,onBulkFill:ga,onTaskIndent:xa,onTaskOutdent:pa,onTaskMove:go,onMultiTaskDelete:fo,onTaskDuplicate:bo,onTaskCreate:Qf,onTaskRename:Zf,onCreateSubtask:Ul,onOpenTaskModal:W?E=>W(E):void 0,onDeleteRequest:(E,A)=>we({taskIds:E,taskName:A}),onTaskReparent:qr,scrollContainerRef:je})}),jsxRuntime.jsx("div",{className:"flex-shrink-0 cursor-col-resize hover:bg-[#00E5CC]/50 transition-colors h-full",style:{width:1,backgroundColor:Le.border,zIndex:15},onMouseDown:db}),jsxRuntime.jsx("div",{ref:ae,className:"gantt-timeline-scroll flex-1",style:{minHeight:0,overflowX:"auto",overflowY:"auto",cursor:Gl?"grabbing":"grab",...r.disableScrollSync&&{scrollBehavior:"auto",overflowAnchor:"none"}},children:jsxRuntime.jsx(al,{tasks:Zr,theme:Le,rowHeight:St,timeScale:He,startDate:Fn,endDate:Wl,zoom:_,locale:w,templates:dt,dependencyLineStyle:r?.dependencyLineStyle,showTaskBarLabels:r?.showTaskBarLabels!==false,onTaskClick:W,onTaskDblClick:hu,onTaskContextMenu:rb,onTaskDateChange:tb,onTaskProgressDrag:eb,onDependencyCreate:xu,onDependencyDelete:vu,showBaseline:Ot,showCriticalPath:pt,showDependencies:Ht,highlightWeekends:br,canEditTask:ft?.canEditTask,workingDaysConfig:r?.workingDaysConfig})})]}),V.task&&jsxRuntime.jsx(os,{isOpen:V.isOpen,x:V.x,y:V.y,theme:Le,onClose:()=>ce({isOpen:false,x:0,y:0,task:null}),items:(()=>{let E=V.task;if(!E)return [];let A=Ne.findTaskById(R,E.id)||E,z=A.subtasks&&A.subtasks.length>0,X=ft?.canCreateTask!==false,ie=ft?.canDeleteTask!==false;if(z){let Bt=[],ir=ft?.canDuplicateTask!==false;return X&&Bt.push({id:"addSubtask",label:Kr.contextMenu?.addSubtask||"Add Subtask",icon:ar.Add,onClick:()=>{fe?fe(A):Ul(A.id);}}),ir&&Bt.push({id:"duplicate",label:Kr.contextMenu?.duplicateTask||"Duplicate Task",icon:ar.Duplicate,onClick:()=>{r.onTaskDuplicate?r.onTaskDuplicate(A):q(ma=>js(ma,[A.id]).tasks),ce({isOpen:false,x:0,y:0,task:null});}}),ie&&(Bt.length>0&&Bt.push({id:"separator-delete",label:"",separator:true,onClick:()=>{}}),Bt.push({id:"delete",label:Kr.contextMenu?.deleteTask||"Delete Task",icon:ar.Delete,onClick:()=>{we({taskIds:[A.id],taskName:A.name});}})),Bt}let ge=ft?.canUpdateTask!==false,Ge=ft?.canDuplicateTask!==false,Ve=[];return ge&&Ve.push({id:"edit",label:Kr.contextMenu?.editTask||"Edit Task",icon:ar.Pencil,onClick:()=>{ye?ye(A):O(A);}}),X&&Ve.push({id:"addSubtask",label:Kr.contextMenu?.addSubtask||"Add Subtask",icon:ar.Add,onClick:()=>{fe?fe(A):Ul(A.id);}}),Ve.length>0&&ge&&Ve.push({id:"separator-status",label:"",separator:true,onClick:()=>{}}),ge&&(Ve.push({id:"markIncomplete",label:Kr.contextMenu?.markIncomplete||"Mark Incomplete",icon:ar.MarkIncomplete,onClick:()=>{ze?ze(A):er(A.id,{status:"todo",progress:0});},disabled:A.status==="todo"}),Ve.push({id:"setInProgress",label:Kr.contextMenu?.setInProgress||"Set In Progress",icon:ar.SetInProgress,onClick:()=>{Ce?Ce(A):er(A.id,{status:"in-progress"});},disabled:A.status==="in-progress"}),Ve.push({id:"markComplete",label:Kr.contextMenu?.markComplete||"Mark Complete",icon:ar.MarkComplete,onClick:()=>{er(A.id,{status:"completed",progress:100});},disabled:A.status==="completed"})),(Ge||ge&&A.startDate&&A.endDate)&&Ve.length>0&&Ve.push({id:"separator-advanced",label:"",separator:true,onClick:()=>{}}),Ge&&Ve.push({id:"duplicate",label:Kr.contextMenu?.duplicateTask||"Duplicate Task",icon:ar.Duplicate,onClick:()=>{r.onTaskDuplicate?r.onTaskDuplicate(A):q(Bt=>js(Bt,[A.id]).tasks),ce({isOpen:false,x:0,y:0,task:null});}}),ge&&A.startDate&&A.endDate&&Ve.push({id:"split",label:Kr.contextMenu?.splitTask||"Split Task",icon:ar.Split,onClick:()=>{let Bt=A.startDate.getTime(),ir=A.endDate.getTime(),ma=Bt+(ir-Bt)/2,Ba=new Date(ma);ab(A,Ba);}}),ie&&(Ve.length>0&&Ve.push({id:"separator-delete",label:"",separator:true,onClick:()=>{}}),Ve.push({id:"delete",label:Kr.contextMenu?.deleteTask||"Delete Task",icon:ar.Delete,onClick:()=>{we({taskIds:[A.id],taskName:A.name});}})),Ve})()}),jsxRuntime.jsx(To,{task:Q,isOpen:!!Q,onClose:()=>O(null),onTaskUpdate:E=>{Q&&(er(Q.id,E),O(null));},theme:kt==="light"?"light":"dark",locale:w==="es"?"es":"en",availableUsers:p,availableTasks:t}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:te&&jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},className:"fixed inset-0 z-[10000] flex items-center justify-center p-4",style:{backgroundColor:"rgba(0, 0, 0, 0.6)"},onClick:()=>we(null),children:jsxRuntime.jsxs(framerMotion.motion.div,{initial:{opacity:0,scale:.9},animate:{opacity:1,scale:1},exit:{opacity:0,scale:.9},transition:{duration:.2,ease:"easeOut"},onClick:E=>E.stopPropagation(),className:"w-full max-w-md rounded-xl shadow-2xl overflow-hidden",style:{backgroundColor:Le.bgSecondary,border:`1px solid ${Le.border}`},children:[jsxRuntime.jsx("div",{className:"px-6 py-4",style:{borderBottom:`1px solid ${Le.border}`},children:jsxRuntime.jsxs("div",{className:"flex items-start gap-3",children:[jsxRuntime.jsx("div",{className:"w-10 h-10 rounded-full flex items-center justify-center flex-shrink-0",style:{backgroundColor:"rgba(239, 68, 68, 0.2)"},children:jsxRuntime.jsx(lucideReact.AlertTriangle,{className:"w-5 h-5",style:{color:"#EF4444"}})}),jsxRuntime.jsxs("div",{className:"flex-1",children:[jsxRuntime.jsxs("h3",{className:"text-lg font-semibold",style:{color:Le.textPrimary,fontFamily:"Inter, sans-serif"},children:[Kr.contextMenu?.deleteTask||"Delete Task","?"]}),jsxRuntime.jsx("p",{className:"text-sm mt-1",style:{color:Le.textSecondary,fontFamily:"Inter, sans-serif"},children:w==="es"?"Esta acci\xF3n no se puede deshacer":"This action cannot be undone"})]})]})}),jsxRuntime.jsx("div",{className:"px-6 py-4",children:jsxRuntime.jsx("p",{className:"text-sm leading-relaxed",style:{color:Le.textSecondary,fontFamily:"Inter, sans-serif"},children:te.taskIds.length>1?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[w==="es"?"Est\xE1s a punto de eliminar":"You are about to delete"," ",jsxRuntime.jsxs("span",{className:"font-semibold",style:{color:Le.textPrimary},children:[te.taskIds.length," ",w==="es"?"tareas":"tasks"]}),"."]}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[w==="es"?"Est\xE1s a punto de eliminar la tarea":"You are about to delete the task"," ",jsxRuntime.jsxs("span",{className:"font-semibold",style:{color:Le.textPrimary},children:['"',te.taskName,'"']}),"."]})})}),jsxRuntime.jsxs("div",{className:"px-6 py-4 flex items-center justify-end gap-3",style:{backgroundColor:Le.bgPrimary,borderTop:`1px solid ${Le.border}`},children:[jsxRuntime.jsx("button",{onClick:()=>we(null),className:"px-4 py-2 text-sm font-medium rounded-lg transition-colors",style:{color:Le.textSecondary,fontFamily:"Inter, sans-serif"},onMouseEnter:E=>{E.currentTarget.style.backgroundColor=Le.hoverBg;},onMouseLeave:E=>{E.currentTarget.style.backgroundColor="transparent";},children:w==="es"?"Cancelar":"Cancel"}),jsxRuntime.jsxs("button",{onClick:()=>{fo(te.taskIds),we(null);},className:"px-4 py-2 text-sm font-medium text-white rounded-lg transition-colors flex items-center gap-2",style:{backgroundColor:"#EF4444",fontFamily:"Inter, sans-serif"},onMouseEnter:E=>{E.currentTarget.style.backgroundColor="#DC2626";},onMouseLeave:E=>{E.currentTarget.style.backgroundColor="#EF4444";},children:[jsxRuntime.jsx(lucideReact.Trash2,{className:"w-4 h-4"}),w==="es"?"Eliminar":"Delete"]})]})]})})}),v?.enabled&&jsxRuntime.jsx(sl,{tasks:R,theme:Le,config:v,onTasksUpdate:q,onTaskUpdate:er,onTaskCreate:E=>{q(A=>[...A,E]);},onTaskDelete:E=>{fo([E]);},onDependencyCreate:(E,A)=>{let z=Ne.findTaskById(R,E);z&&xu(z,A);},onDependencyDelete:vu})]})})})});function Fw(e){if(e<60)return `${e}m`;let t=Math.floor(e/60),r=e%60;return r===0?`${t}h`:`${t}h ${r}m`}function Lw(e){if(!e||e.trim()==="")return null;let t=e.trim().toLowerCase(),r=t.match(/(\d+)h\s*(\d+)m/);if(r&&r[1]&&r[2]){let c=parseInt(r[1],10),l=parseInt(r[2],10);return c*60+l}let a=t.match(/(\d+)h/);if(a&&a[1])return parseInt(a[1],10)*60;let n=t.match(/(\d+)m/);if(n&&n[1])return parseInt(n[1],10);let s=t.match(/(\d+)d/);if(s&&s[1])return parseInt(s[1],10)*480;let o=t.match(/^(\d+)$/);return o&&o[1]?parseInt(o[1],10)*60:null}var id=[{id:"todo",title:"Por Hacer",color:"#6B7280"},{id:"in-progress",title:"En Progreso",color:"#F59E0B"},{id:"completed",title:"Completada",color:"#10B981"}],ld=[{id:"low",label:"Baja",color:"#10B981",icon:"\u{1F7E2}"},{id:"medium",label:"Media",color:"#F59E0B",icon:"\u{1F7E1}"},{id:"high",label:"Alta",color:"#F97316",icon:"\u{1F7E0}"},{id:"urgent",label:"Urgente",color:"#EF4444",icon:"\u{1F534}"}];function eg({isOpen:e,onClose:t,task:r,availableTasks:a=[],availableUsers:n=[],onSubmit:s,isLoading:o=false,mode:c=r?"edit":"create",theme:l="dark",customStatuses:i=[],availableTags:d=[],onCreateTag:u,attachments:p=[],onUploadAttachments:m,onDeleteAttachment:f,defaultStatus:x}){let y=[...id,...i.filter(L=>!id.some(oe=>oe.id===L.id))],b=lt[l]||lt.dark,[h,v]=react.useState(false),[w,C]=react.useState(false),[S,F]=react.useState(false),[k,N]=react.useState(false),[P,T]=react.useState({top:0,left:0}),[Y,H]=react.useState(null),[ee,I]=react.useState(new Date),[K,j]=react.useState({top:0,left:0}),[W,$]=react.useState(false),[ve,We]=react.useState([]),[Pe,be]=react.useState(false),[ye,fe]=react.useState(""),ze=react.useRef(null),Ce=react.useRef(null),Ae=react.useRef(null),Me=react.useRef(null),qe=react.useRef(null),[de,et]=react.useState({name:"",description:"",progress:0,status:"todo",priority:"medium",isMilestone:false,color:"#00E5CC",assignees:[],dependencies:[],tags:[],parentId:null,location:"",equipment:""}),[Re,Be]=react.useState({});react.useEffect(()=>{r?(et({name:r.name,description:r.description||"",startDate:r.startDate,endDate:r.endDate,progress:r.progress,status:r.status||"todo",priority:r.priority||"medium",isMilestone:r.isMilestone||false,color:r.color||"#00E5CC",assignees:r.assignees||[],dependencies:r.dependencies||[],tags:r.tags||[],parentId:r.parentId||null,location:r.location||"",equipment:r.equipment||""}),(r.dependencies&&r.dependencies.length>0||r.isMilestone)&&$(true)):(et({name:"",description:"",progress:0,status:x||"todo",priority:"medium",isMilestone:false,color:"#00E5CC",assignees:[],dependencies:[],pendingFiles:[],tags:[],parentId:null,location:"",equipment:""}),$(false),We([]));},[r,e,x]),react.useEffect(()=>{let L=oe=>{ze.current&&!ze.current.contains(oe.target)&&v(false),Ce.current&&!Ce.current.contains(oe.target)&&C(false),Ae.current&&!Ae.current.contains(oe.target)&&F(false),Me.current&&!Me.current.contains(oe.target)&&N(false);};return document.addEventListener("mousedown",L),()=>document.removeEventListener("mousedown",L)},[]);let Nt=()=>{let L={};return de.name.trim()||(L.name="El nombre es requerido"),de.startDate&&de.endDate&&de.startDate>de.endDate&&(L.endDate="La fecha de fin debe ser posterior a la de inicio"),Be(L),Object.keys(L).length===0},ft=async L=>{if(L.preventDefault(),!!Nt())try{let oe=c==="create"&&ve.length>0?{...de,pendingFiles:ve}:de;await s(oe),We([]),t();}catch(oe){console.error("Error submitting task:",oe);}},Oe=(L,oe)=>{et(B=>{let _={...B,[L]:oe};if(L==="status"){let U=oe;U==="todo"?_.progress=0:U==="in-progress"?(B.progress===0||B.progress===100)&&(_.progress=50):U==="completed"||U==="closed"?_.progress=100:(U==="in-review"||U==="review")&&(_.progress=75);}if(L==="progress"){let U=typeof oe=="number"?oe:parseInt(oe,10);U===100&&B.status!=="completed"?_.status="completed":U>0&&U<100&&B.status==="todo"?_.status="in-progress":U===0&&B.status!=="todo"&&(_.status="todo");}return _}),Re[L]&&Be(B=>{let _={...B};return delete _[L],_});},Ie=y.find(L=>L.id===de.status)??id[0],st=ld.find(L=>L.id===de.priority)??ld[1],kt=Co.find(L=>L.value===de.color)??Co[0],$e=l==="dark",He={backgroundColor:$e?"#1d1f27":b.bgSecondary,border:`1px solid ${$e?"rgba(65,71,84,0.1)":b.borderLight}`,color:b.textPrimary};return jsxRuntime.jsx(framerMotion.AnimatePresence,{children:e&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},className:"fixed inset-0 z-[9999]",style:{backgroundColor:$e?"rgba(0, 0, 0, 0.85)":"rgba(0, 0, 0, 0.4)",backdropFilter:"blur(16px)",WebkitBackdropFilter:"blur(16px)"},onClick:t}),jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,scale:.95,y:20},animate:{opacity:1,scale:1,y:0},exit:{opacity:0,scale:.95,y:20},transition:{duration:.15,ease:[.4,0,.2,1]},className:"fixed inset-0 z-[9999] flex items-center justify-center p-4 pointer-events-none",children:jsxRuntime.jsx("div",{className:"w-full max-w-[640px] rounded-xl pointer-events-auto flex flex-col","data-theme":l,style:{backgroundColor:$e?"#0a0a0a":b.bgPrimary,border:`1px solid ${$e?"rgba(65,71,84,0.1)":b.border}`,boxShadow:$e?"0 8px 48px rgba(0, 0, 0, 0.8)":"0 8px 32px rgba(0, 0, 0, 0.12)",maxHeight:"90vh"},onClick:L=>L.stopPropagation(),children:jsxRuntime.jsxs("form",{onSubmit:ft,className:"flex flex-col overflow-hidden flex-1",style:{fontFamily:"'Inter', system-ui, sans-serif"},children:[jsxRuntime.jsxs("header",{className:"px-8 pt-8 pb-4 space-y-4 flex-shrink-0",children:[jsxRuntime.jsx("input",{type:"text",value:de.name,onChange:L=>Oe("name",L.target.value),className:"w-full bg-transparent border-none p-0 focus:outline-none focus:ring-0",style:{color:b.textPrimary,fontSize:30,fontWeight:700,fontFamily:"'Inter', system-ui, sans-serif"},placeholder:"Nombre de la tarea",disabled:o,autoFocus:true}),Re.name&&jsxRuntime.jsxs("p",{className:"text-xs text-red-400 flex items-center gap-1",children:[jsxRuntime.jsx(lucideReact.AlertCircle,{className:"w-3 h-3"}),Re.name]}),jsxRuntime.jsx("textarea",{value:de.description||"",onChange:L=>Oe("description",L.target.value),className:"w-full bg-transparent border-none p-0 focus:outline-none focus:ring-0 resize-none task-form-description",style:{color:b.textPrimary,fontSize:16,fontFamily:"'Inter', system-ui, sans-serif","--placeholder-color":b.textTertiary},placeholder:"Agregar descripci\xF3n...",rows:2,disabled:o})]}),jsxRuntime.jsxs("div",{className:"flex-1 overflow-y-auto px-8 py-4 space-y-6",children:[jsxRuntime.jsxs("div",{className:"flex flex-wrap items-center gap-2",children:[jsxRuntime.jsxs("div",{ref:ze,className:"relative",children:[jsxRuntime.jsxs("button",{type:"button",onClick:()=>!o&&v(!h),className:"flex items-center gap-2 px-3 py-1.5 rounded-full text-sm transition-all hover:opacity-80",style:{...He,borderColor:Ie.color,backgroundColor:`${Ie.color}15`},disabled:o,children:[jsxRuntime.jsx(lucideReact.CircleDot,{className:"w-3.5 h-3.5",style:{color:Ie.color}}),jsxRuntime.jsx("span",{style:{color:Ie.color},children:Ie.title}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:"w-3 h-3",style:{color:Ie.color}})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:h&&jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:-5},animate:{opacity:1,y:0},exit:{opacity:0,y:-5},className:"absolute left-0 top-full mt-1 z-50 min-w-[140px] rounded-lg overflow-hidden",style:{backgroundColor:$e?"#0a0a0a":b.bgPrimary,backdropFilter:$e?"blur(16px)":void 0,border:`1px solid ${$e?"#262626":b.border}`,boxShadow:$e?"0 8px 24px rgba(0, 0, 0, 0.5)":"0 8px 24px rgba(0, 0, 0, 0.12)"},children:y.map(L=>jsxRuntime.jsxs("button",{type:"button",className:"w-full flex items-center gap-2 px-3 py-2 text-sm transition-colors",style:{color:b.textPrimary},onMouseEnter:oe=>oe.currentTarget.style.backgroundColor=b.hoverBg,onMouseLeave:oe=>oe.currentTarget.style.backgroundColor="transparent",onClick:()=>{Oe("status",L.id),v(false);},children:[jsxRuntime.jsx(lucideReact.CircleDot,{className:"w-3.5 h-3.5",style:{color:L.color}}),L.title,de.status===L.id&&jsxRuntime.jsx(lucideReact.Check,{className:"w-3.5 h-3.5 ml-auto",style:{color:b.accent}})]},L.id))})})]}),jsxRuntime.jsxs("div",{ref:Ce,className:"relative",children:[jsxRuntime.jsxs("button",{type:"button",onClick:()=>!o&&C(!w),className:"flex items-center gap-2 px-3 py-1.5 rounded-full text-sm transition-all hover:opacity-80",style:He,disabled:o,children:[jsxRuntime.jsx(lucideReact.Flag,{className:"w-3.5 h-3.5",style:{color:st.color}}),jsxRuntime.jsx("span",{children:st.label}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:"w-3 h-3",style:{color:b.textTertiary}})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:w&&jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:-5},animate:{opacity:1,y:0},exit:{opacity:0,y:-5},className:"absolute left-0 top-full mt-1 z-50 min-w-[130px] rounded-lg overflow-hidden",style:{backgroundColor:$e?"#0a0a0a":b.bgPrimary,backdropFilter:$e?"blur(16px)":void 0,border:`1px solid ${$e?"#262626":b.border}`,boxShadow:$e?"0 8px 24px rgba(0, 0, 0, 0.5)":"0 8px 24px rgba(0, 0, 0, 0.12)"},children:ld.map(L=>jsxRuntime.jsxs("button",{type:"button",className:"w-full flex items-center gap-2 px-3 py-2 text-sm transition-colors",style:{color:b.textPrimary},onMouseEnter:oe=>oe.currentTarget.style.backgroundColor=b.hoverBg,onMouseLeave:oe=>oe.currentTarget.style.backgroundColor="transparent",onClick:()=>{Oe("priority",L.id),C(false);},children:[jsxRuntime.jsx("span",{children:L.icon}),L.label,de.priority===L.id&&jsxRuntime.jsx(lucideReact.Check,{className:"w-3.5 h-3.5 ml-auto",style:{color:b.accent}})]},L.id))})})]}),n.length>0&&jsxRuntime.jsxs("div",{ref:Ae,className:"relative",children:[jsxRuntime.jsxs("button",{type:"button",onClick:()=>!o&&F(!S),className:"flex items-center gap-2 px-3 py-1.5 rounded-full text-sm transition-all hover:opacity-80",style:He,disabled:o,children:[de.assignees&&de.assignees.length>0?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"flex -space-x-1",children:de.assignees.slice(0,3).map((L,oe)=>jsxRuntime.jsx("div",{className:"w-5 h-5 rounded-full flex items-center justify-center text-[10px] text-white font-medium border-2",style:{backgroundColor:L.color||b.accent,borderColor:b.bgSecondary},children:L.initials},oe))}),de.assignees.length>3&&jsxRuntime.jsxs("span",{style:{color:b.textTertiary},children:["+",de.assignees.length-3]})]}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(lucideReact.Users,{className:"w-3.5 h-3.5",style:{color:b.textTertiary}}),jsxRuntime.jsx("span",{style:{color:b.textTertiary},children:"Asignar"})]}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:"w-3 h-3",style:{color:b.textTertiary}})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:S&&jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:-5},animate:{opacity:1,y:0},exit:{opacity:0,y:-5},className:"absolute left-0 top-full mt-1 z-50 min-w-[180px] max-h-[200px] overflow-y-auto rounded-lg",style:{backgroundColor:$e?"#0a0a0a":b.bgPrimary,backdropFilter:$e?"blur(16px)":void 0,border:`1px solid ${$e?"#262626":b.border}`,boxShadow:$e?"0 8px 24px rgba(0, 0, 0, 0.5)":"0 8px 24px rgba(0, 0, 0, 0.12)"},children:n.map(L=>{let oe=de.assignees?.some(B=>B.name===L.name);return jsxRuntime.jsxs("button",{type:"button",className:"w-full flex items-center gap-2 px-3 py-2 text-sm transition-colors",style:{color:b.textPrimary},onMouseEnter:B=>B.currentTarget.style.backgroundColor=b.hoverBg,onMouseLeave:B=>B.currentTarget.style.backgroundColor="transparent",onClick:()=>{let B=oe?(de.assignees||[]).filter(_=>_.name!==L.name):[...de.assignees||[],{name:L.name,avatar:L.avatar,initials:L.name.split(" ").map(_=>_[0]).join("").toUpperCase().slice(0,2),color:b.accent}];Oe("assignees",B);},children:[jsxRuntime.jsx("div",{className:"w-6 h-6 rounded-full flex items-center justify-center text-xs text-white font-medium flex-shrink-0",style:{backgroundColor:b.accent},children:L.name.charAt(0).toUpperCase()}),jsxRuntime.jsx("span",{className:"truncate flex-1 text-left",children:L.name}),jsxRuntime.jsx("div",{className:"w-4 flex-shrink-0 flex justify-end",children:oe&&jsxRuntime.jsx(lucideReact.Check,{className:"w-3.5 h-3.5",style:{color:b.accent}})})]},L.id)})})})]}),jsxRuntime.jsxs("div",{ref:Me,className:"relative",children:[jsxRuntime.jsxs("button",{type:"button",onClick:()=>{if(!o)if(k)N(false);else {if(Me.current){let L=Me.current.getBoundingClientRect(),oe=window.innerHeight,B=120,U=oe-L.bottom<B?L.top-B-8:L.bottom+8;T({top:U,left:L.left});}N(true);}},className:"flex items-center gap-2 px-3 py-1.5 rounded-full text-sm transition-all hover:opacity-80",style:He,disabled:o,children:[jsxRuntime.jsx("div",{className:"w-3.5 h-3.5 rounded-full",style:{backgroundColor:de.color}}),jsxRuntime.jsx("span",{children:kt.name}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:"w-3 h-3",style:{color:b.textTertiary}})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:k&&jsxRuntime.jsxs(lr,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0",style:{zIndex:99998},onClick:()=>N(false)}),jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:-5},animate:{opacity:1,y:0},exit:{opacity:0,y:-5},transition:{duration:.12},className:"rounded-lg",style:{position:"fixed",top:`${P.top}px`,left:`${P.left}px`,zIndex:99999,backgroundColor:$e?"#0a0a0a":b.bgPrimary,backdropFilter:$e?"blur(16px)":void 0,border:`1px solid ${$e?"#262626":b.border}`,boxShadow:$e?"0 8px 24px rgba(0, 0, 0, 0.5)":"0 4px 20px rgba(0, 0, 0, 0.25)"},onClick:L=>L.stopPropagation(),children:jsxRuntime.jsx("div",{style:{padding:"6px 8px"},children:jsxRuntime.jsx("div",{style:{display:"grid",gridTemplateColumns:"repeat(6, 28px)",gap:"2px"},children:Co.slice(0,18).map(L=>{let oe=de.color===L.value;return jsxRuntime.jsx("button",{type:"button",onClick:B=>{B.preventDefault(),B.stopPropagation(),Oe("color",L.value),N(false);},style:{width:"28px",height:"28px",borderRadius:"6px",backgroundColor:"transparent",cursor:"pointer",border:"none",display:"flex",alignItems:"center",justifyContent:"center",padding:0},title:L.name,children:jsxRuntime.jsx("span",{style:{width:"16px",height:"16px",borderRadius:"50%",backgroundColor:L.value,outline:oe?`2px solid ${L.value}`:"none",outlineOffset:"2px",pointerEvents:"none",display:"block"}})},L.value)})})})})]})})]}),d.length>0||u?jsxRuntime.jsx(Ko,{selectedTags:de.tags||[],availableTags:d,onChange:L=>Oe("tags",L),onCreateTag:u,theme:b,disabled:o}):null]}),jsxRuntime.jsxs("section",{className:"grid grid-cols-1 md:grid-cols-2 gap-8 items-end",children:[jsxRuntime.jsxs("div",{className:"space-y-3",children:[jsxRuntime.jsx("label",{style:{fontSize:10,fontWeight:700,letterSpacing:"0.1em",textTransform:"uppercase",color:b.textTertiary,display:"block"},children:"Rango de Fechas"}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3",style:{backgroundColor:$e?"#191b22":b.bgSecondary,borderRadius:8,border:`1px solid ${$e?"rgba(65,71,84,0.05)":b.borderLight}`,padding:"10px 16px"},children:[jsxRuntime.jsx(lucideReact.Calendar,{className:"w-5 h-5",style:{color:"#00E5CC"}}),jsxRuntime.jsxs("div",{ref:qe,className:"flex items-center gap-2 flex-1 relative",children:[jsxRuntime.jsx("button",{type:"button",onClick:()=>{if(!o&&!de.isMilestone)if(Y==="start")H(null);else {if(qe.current){let L=qe.current.getBoundingClientRect();j({top:L.bottom+8,left:Math.max(16,L.left-40)});}H("start"),I(de.startDate||new Date);}},className:"px-3 py-1.5 rounded-lg text-sm transition-colors",style:{...He,opacity:de.isMilestone?.5:1,cursor:de.isMilestone?"not-allowed":"pointer"},disabled:o||de.isMilestone,children:de.startDate?de.startDate.toLocaleDateString("es-ES",{day:"numeric",month:"short"}):"Inicio"}),jsxRuntime.jsx("span",{style:{color:b.textTertiary},children:"\u2192"}),jsxRuntime.jsx("button",{type:"button",onClick:()=>{if(!o&&!de.isMilestone)if(Y==="end")H(null);else {if(qe.current){let L=qe.current.getBoundingClientRect();j({top:L.bottom+8,left:Math.max(16,L.left-40)});}H("end"),I(de.endDate||de.startDate||new Date);}},className:"px-3 py-1.5 rounded-lg text-sm transition-colors",style:{...He,opacity:de.isMilestone?.5:1,cursor:de.isMilestone?"not-allowed":"pointer"},disabled:o||de.isMilestone,children:de.endDate?de.endDate.toLocaleDateString("es-ES",{day:"numeric",month:"short"}):"Fin"}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:Y&&jsxRuntime.jsxs(lr,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0",style:{zIndex:99998},onClick:()=>H(null)}),jsxRuntime.jsxs(framerMotion.motion.div,{initial:{opacity:0,y:-10},animate:{opacity:1,y:0},exit:{opacity:0,y:-10},className:"rounded-xl shadow-2xl overflow-hidden flex",style:{position:"fixed",top:`${K.top}px`,left:`${K.left}px`,zIndex:99999,backgroundColor:$e?"#0a0a0a":b.bgPrimary,border:`1px solid ${$e?"#262626":b.border}`,boxShadow:$e?"0 8px 32px rgba(0, 0, 0, 0.6)":"0 8px 24px rgba(0, 0, 0, 0.12)"},onClick:L=>L.stopPropagation(),children:[jsxRuntime.jsxs("div",{className:"w-40 py-2",style:{borderRight:`1px solid ${$e?"#262626":b.border}`},children:[(()=>{let L=new Date,oe=new Date(L);oe.setDate(L.getDate()+1);let B=new Date(L);B.setDate(L.getDate()+7);let _=new Date(L);return _.setDate(L.getDate()+14),[{label:"Hoy",date:L},{label:"Ma\xF1ana",date:oe},{label:"Pr\xF3xima semana",date:B},{label:"2 semanas",date:_}].map((J,De)=>jsxRuntime.jsx("button",{type:"button",className:"w-full px-3 py-2 text-sm text-left transition-colors",style:{color:b.textPrimary},onMouseEnter:pe=>pe.currentTarget.style.backgroundColor=b.hoverBg,onMouseLeave:pe=>pe.currentTarget.style.backgroundColor="transparent",onClick:()=>{Y==="start"?(Oe("startDate",J.date),(!de.endDate||J.date>de.endDate)&&Oe("endDate",J.date),H("end")):(Oe("endDate",J.date),(!de.startDate||J.date<de.startDate)&&Oe("startDate",J.date),H(null));},children:J.label},De))})(),jsxRuntime.jsx("div",{style:{borderTop:`1px solid ${b.border}`,margin:"0.5rem 0"}}),jsxRuntime.jsx("button",{type:"button",className:"w-full px-3 py-2 text-sm text-left transition-colors",style:{color:"#EF4444"},onMouseEnter:L=>L.currentTarget.style.backgroundColor=b.hoverBg,onMouseLeave:L=>L.currentTarget.style.backgroundColor="transparent",onClick:()=>{Oe("startDate",void 0),Oe("endDate",void 0),H(null);},children:"Borrar fechas"})]}),jsxRuntime.jsxs("div",{className:"p-3",children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between mb-3",children:[jsxRuntime.jsx("button",{type:"button",onClick:()=>I(new Date(ee.getFullYear(),ee.getMonth()-1)),className:"p-1 rounded",onMouseEnter:L=>L.currentTarget.style.backgroundColor=b.hoverBg,onMouseLeave:L=>L.currentTarget.style.backgroundColor="transparent",children:jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"w-4 h-4",style:{color:b.textSecondary}})}),jsxRuntime.jsx("span",{className:"text-sm font-medium",style:{color:b.textPrimary,fontFamily:"JetBrains Mono, monospace"},children:ee.toLocaleDateString("es-ES",{month:"long",year:"numeric"})}),jsxRuntime.jsx("button",{type:"button",onClick:()=>I(new Date(ee.getFullYear(),ee.getMonth()+1)),className:"p-1 rounded",onMouseEnter:L=>L.currentTarget.style.backgroundColor=b.hoverBg,onMouseLeave:L=>L.currentTarget.style.backgroundColor="transparent",children:jsxRuntime.jsx(lucideReact.ChevronRight,{className:"w-4 h-4",style:{color:b.textSecondary}})})]}),jsxRuntime.jsx("div",{className:"grid grid-cols-7 gap-1 mb-1",children:["D","L","M","M","J","V","S"].map((L,oe)=>jsxRuntime.jsx("div",{className:"w-7 h-7 flex items-center justify-center text-xs",style:{color:b.textTertiary},children:L},oe))}),jsxRuntime.jsx("div",{className:"grid grid-cols-7 gap-1",children:(()=>{let L=ee.getFullYear(),oe=ee.getMonth(),B=new Date(L,oe,1).getDay(),_=new Date(L,oe+1,0).getDate(),U=new Date,J=[];for(let pe=B-1;pe>=0;pe--)J.push({day:new Date(L,oe,-pe).getDate(),date:new Date(L,oe-1,new Date(L,oe,-pe).getDate()),isCurrentMonth:false});for(let pe=1;pe<=_;pe++)J.push({day:pe,date:new Date(L,oe,pe),isCurrentMonth:true});let De=42-J.length;for(let pe=1;pe<=De;pe++)J.push({day:pe,date:new Date(L,oe+1,pe),isCurrentMonth:false});return J.map((pe,rt)=>{let tt=pe.date.toDateString()===U.toDateString(),Qe=de.startDate?.toDateString()===pe.date.toDateString(),Ot=de.endDate?.toDateString()===pe.date.toDateString(),pt=de.startDate&&de.endDate&&pe.date>=de.startDate&&pe.date<=de.endDate;return jsxRuntime.jsx("button",{type:"button",className:"w-7 h-7 rounded-full flex items-center justify-center text-xs transition-colors",style:{color:pe.isCurrentMonth?Qe||Ot?"#FFF":b.textPrimary:b.textTertiary,backgroundColor:Qe?b.accent:Ot?"#7C3AED":pt?"rgba(124, 58, 237, 0.2)":"transparent",boxShadow:tt&&!Qe&&!Ot?`inset 0 0 0 1px ${b.accent}`:"none"},onClick:()=>{Y==="start"?(Oe("startDate",pe.date),de.endDate&&pe.date>de.endDate&&Oe("endDate",pe.date),H("end")):(Oe("endDate",pe.date),de.startDate&&pe.date<de.startDate&&Oe("startDate",pe.date),H(null));},children:pe.day},rt)})})()})]})]})]})})]}),Re.endDate&&jsxRuntime.jsx("span",{className:"text-xs text-red-400",children:Re.endDate})]})]}),jsxRuntime.jsxs("div",{className:"space-y-3",children:[jsxRuntime.jsxs("div",{className:"flex justify-between items-center",children:[jsxRuntime.jsx("label",{style:{fontSize:10,fontWeight:700,letterSpacing:"0.1em",textTransform:"uppercase",color:b.textTertiary},children:"Progreso Inicial"}),jsxRuntime.jsxs("span",{style:{fontSize:10,fontWeight:700,color:"#00E5CC"},children:[de.progress,"%"]})]}),jsxRuntime.jsx("div",{className:"h-2 w-full rounded-full overflow-hidden cursor-pointer",style:{backgroundColor:$e?"#33343c":"#E5E7EB"},onClick:L=>{if(o)return;let oe=L.currentTarget.getBoundingClientRect(),B=Math.round((L.clientX-oe.left)/oe.width*100/5)*5;Oe("progress",Math.max(0,Math.min(100,B)));},children:jsxRuntime.jsx("div",{className:"h-full rounded-full transition-all",style:{width:`${de.progress}%`,backgroundColor:"#00E5CC"}})})]})]}),jsxRuntime.jsxs("div",{style:{borderTop:`1px solid ${$e?"rgba(65,71,84,0.05)":b.borderLight}`,paddingTop:16},children:[jsxRuntime.jsxs("button",{type:"button",onClick:()=>$(!W),className:"flex items-center gap-2 w-full py-2 transition-colors",style:{color:b.textPrimary},children:[jsxRuntime.jsx(lucideReact.ChevronDown,{className:`w-4 h-4 transition-transform ${W?"":"-rotate-90"}`,style:{color:b.textTertiary}}),jsxRuntime.jsx("span",{style:{fontSize:16,fontWeight:700,fontFamily:"'Inter', system-ui, sans-serif"},children:"Opciones Avanzadas"})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:W&&jsxRuntime.jsx(framerMotion.motion.div,{initial:{height:0,opacity:0},animate:{height:"auto",opacity:1},exit:{height:0,opacity:0},className:"overflow-hidden",children:jsxRuntime.jsxs("div",{className:"pt-3 space-y-3",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",style:{color:b.textTertiary},children:[jsxRuntime.jsx("path",{d:"M12 6v6l4 2"}),jsxRuntime.jsx("circle",{cx:"12",cy:"12",r:"10"})]}),jsxRuntime.jsx("span",{className:"text-xs",style:{color:b.textTertiary},children:"Horas Estimadas"})]}),jsxRuntime.jsx("input",{type:"text",placeholder:"Ej: 8 (=8h), 2h 30m, 45m, 1d (1 d\xEDa = 8h)",value:de.effortMinutes?Fw(de.effortMinutes):"",onChange:L=>{let oe=Lw(L.target.value);Oe("effortMinutes",oe);},className:"w-full px-3 py-2 rounded-lg text-sm transition-colors",style:{backgroundColor:b.bgSecondary,color:b.textPrimary,border:`1px solid ${b.borderLight}`}})]}),a.length>0&&jsxRuntime.jsxs("div",{children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",style:{color:b.textTertiary},children:jsxRuntime.jsx("path",{d:"M22 19a2 2 0 01-2 2H4a2 2 0 01-2-2V5a2 2 0 012-2h5l2 3h9a2 2 0 012 2z"})}),jsxRuntime.jsx("span",{className:"text-xs",style:{color:b.textTertiary},children:"Fase Padre"})]}),jsxRuntime.jsxs("select",{value:de.parentId||"",onChange:L=>Oe("parentId",L.target.value||null),className:"w-full px-3 py-2 rounded-lg text-sm transition-colors appearance-none cursor-pointer",style:{backgroundColor:b.bgSecondary,color:b.textPrimary,border:`1px solid ${b.borderLight}`},disabled:o,children:[jsxRuntime.jsx("option",{value:"",children:"\u2014 Sin fase padre (ra\xEDz) \u2014"}),a.filter(L=>L.id!==r?.id).map(L=>jsxRuntime.jsx("option",{value:L.id,children:L.name},L.id))]})]}),jsxRuntime.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[jsxRuntime.jsx("span",{style:{fontSize:14},children:"\u{1F4CD}"}),jsxRuntime.jsx("span",{className:"text-xs",style:{color:b.textTertiary},children:"Ubicaci\xF3n"})]}),jsxRuntime.jsx("input",{type:"text",placeholder:"Ej: Zona Norte, Piso 3",value:de.location||"",onChange:L=>Oe("location",L.target.value),className:"w-full px-3 py-2 rounded-lg text-sm transition-colors",style:{backgroundColor:b.bgSecondary,color:b.textPrimary,border:`1px solid ${b.borderLight}`},disabled:o})]}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[jsxRuntime.jsx("span",{style:{fontSize:14},children:"\u{1F527}"}),jsxRuntime.jsx("span",{className:"text-xs",style:{color:b.textTertiary},children:"Activo / Equipo"})]}),jsxRuntime.jsx("input",{type:"text",placeholder:"Ej: CMC-256",value:de.equipment||"",onChange:L=>Oe("equipment",L.target.value),className:"w-full px-3 py-2 rounded-lg text-sm transition-colors",style:{backgroundColor:b.bgSecondary,color:b.textPrimary,border:`1px solid ${b.borderLight}`},disabled:o})]})]}),(m||p.length>0||c==="create")&&jsxRuntime.jsxs("div",{children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",style:{color:b.textTertiary},children:jsxRuntime.jsx("path",{d:"M21.44 11.05l-9.19 9.19a6 6 0 01-8.49-8.49l9.19-9.19a4 4 0 015.66 5.66l-9.2 9.19a2 2 0 01-2.83-2.83l8.49-8.48"})}),jsxRuntime.jsxs("span",{className:"text-xs",style:{color:b.textTertiary},children:["Adjuntos ",c==="create"?ve.length>0&&`(${ve.length})`:p.length>0&&`(${p.length})`]})]}),c==="create"?jsxRuntime.jsx(Jo,{cardId:"pending",attachments:ve.map((L,oe)=>({id:`pending-${oe}`,cardId:"pending",name:L.name,size:L.size,type:L.type,url:URL.createObjectURL(L),uploadedAt:new Date().toISOString(),uploadedBy:"current-user"})),onUpload:L=>We(oe=>[...oe,...L]),onDelete:L=>{let oe=parseInt(L.replace("pending-",""),10);We(B=>B.filter((_,U)=>U!==oe));},maxSizeMB:10,maxFiles:20}):jsxRuntime.jsx(Jo,{cardId:r?.id||"new",attachments:p,onUpload:m&&r?.id?L=>m(r.id,L):void 0,onDelete:f,maxSizeMB:10,maxFiles:20}),c==="create"&&ve.length>0&&jsxRuntime.jsxs("p",{className:"text-xs mt-1",style:{color:b.textTertiary},children:[ve.length," archivo(s) se subir\xE1n al crear la tarea"]})]}),jsxRuntime.jsxs("label",{className:"flex items-center gap-3 cursor-pointer p-2 rounded-lg transition-colors",onMouseEnter:L=>L.currentTarget.style.backgroundColor=b.hoverBg,onMouseLeave:L=>L.currentTarget.style.backgroundColor="transparent",children:[jsxRuntime.jsx("input",{type:"checkbox",checked:de.isMilestone,onChange:L=>Oe("isMilestone",L.target.checked),className:"w-4 h-4 rounded",style:{accentColor:b.accent},disabled:o}),jsxRuntime.jsx(lucideReact.Milestone,{className:"w-4 h-4 text-yellow-500"}),jsxRuntime.jsx("span",{className:"text-sm",style:{color:b.textPrimary},children:"Marcar como hito"})]}),a.length>0&&jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsxs("label",{className:"flex items-center gap-2 text-xs mb-2",style:{color:b.textTertiary},children:[jsxRuntime.jsx(lucideReact.Link2,{className:"w-3.5 h-3.5"}),"Dependencias"]}),de.dependencies&&de.dependencies.length>0&&jsxRuntime.jsx("div",{className:"flex flex-wrap gap-1.5 mb-2",children:de.dependencies.map(L=>{let oe=a.find(B=>B.id===L);return jsxRuntime.jsxs("span",{className:"inline-flex items-center gap-1 px-2 py-1 rounded-full text-xs font-medium",style:{backgroundColor:`${b.accent}20`,color:b.accent},children:[oe?.name||L.slice(0,8),jsxRuntime.jsx("button",{type:"button",onClick:()=>{let B=(de.dependencies||[]).filter(_=>_!==L);Oe("dependencies",B);},className:"ml-0.5 rounded-full p-0.5 transition-colors hover:bg-white/20",disabled:o,children:jsxRuntime.jsx(lucideReact.X,{className:"w-3 h-3"})})]},L)})}),jsxRuntime.jsxs("button",{type:"button",onClick:()=>{be(!Pe),fe("");},className:"flex items-center gap-2 px-3 py-1.5 rounded-lg text-xs transition-colors",style:{backgroundColor:b.bgSecondary,color:b.textSecondary},disabled:o,children:[jsxRuntime.jsx(lucideReact.Plus,{className:"w-3.5 h-3.5"}),jsxRuntime.jsx("span",{children:"Agregar dependencia"})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:Pe&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 z-40",onClick:()=>{be(false),fe("");}}),jsxRuntime.jsxs(framerMotion.motion.div,{initial:{opacity:0,y:-5},animate:{opacity:1,y:0},exit:{opacity:0,y:-5},className:"absolute left-0 top-full mt-1 z-50 rounded-lg overflow-hidden min-w-[280px] max-h-[280px]",style:{backgroundColor:$e?"#0a0a0a":b.bgPrimary,backdropFilter:$e?"blur(16px)":void 0,border:`1px solid ${$e?"#262626":b.border}`,boxShadow:$e?"0 8px 24px rgba(0, 0, 0, 0.5)":"0 8px 24px rgba(0, 0, 0, 0.12)"},children:[jsxRuntime.jsx("div",{className:"p-2",style:{borderBottom:`1px solid ${b.border}`},children:jsxRuntime.jsx("input",{type:"text",value:ye,onChange:L=>fe(L.target.value),placeholder:"Buscar tarea...",className:"w-full px-3 py-2 rounded-md text-xs outline-none",style:{backgroundColor:b.bgSecondary,color:b.textPrimary},autoFocus:true})}),jsxRuntime.jsxs("div",{className:"max-h-[200px] overflow-y-auto",children:[a.filter(L=>L.id!==r?.id).filter(L=>ye===""||L.name.toLowerCase().includes(ye.toLowerCase())).map(L=>{let oe=de.dependencies?.includes(L.id);return jsxRuntime.jsxs("button",{type:"button",onClick:()=>{let B=de.dependencies||[],_;oe?_=B.filter(U=>U!==L.id):_=[...B,L.id],Oe("dependencies",_);},className:"w-full flex items-center gap-3 px-3 py-2 text-xs transition-colors text-left",style:{backgroundColor:oe?`${b.accent}10`:"transparent"},onMouseEnter:B=>{oe||(B.currentTarget.style.backgroundColor=b.hoverBg);},onMouseLeave:B=>{B.currentTarget.style.backgroundColor=oe?`${b.accent}10`:"transparent";},children:[jsxRuntime.jsx("div",{className:"w-4 h-4 rounded border-2 flex items-center justify-center flex-shrink-0",style:{backgroundColor:oe?b.accent:"transparent",borderColor:oe?b.accent:b.borderLight},children:oe&&jsxRuntime.jsx(lucideReact.Check,{className:"w-3 h-3 text-white"})}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("span",{className:"block truncate",style:{color:b.textPrimary},children:L.name}),jsxRuntime.jsx("span",{className:"text-[10px]",style:{color:b.textTertiary},children:L.id.slice(0,8)})]})]},L.id)}),a.filter(L=>L.id!==r?.id).length===0&&jsxRuntime.jsx("div",{className:"px-3 py-4 text-xs text-center",style:{color:b.textTertiary},children:"No hay tareas disponibles"})]})]})]})})]})]})})})]})]}),jsxRuntime.jsxs("div",{className:"flex items-center justify-end gap-6 px-8 py-5 flex-shrink-0",style:{borderTop:`1px solid ${$e?"rgba(65,71,84,0.1)":b.border}`,backgroundColor:$e?"rgba(25,27,34,0.2)":void 0},children:[jsxRuntime.jsx("button",{type:"button",onClick:t,className:"text-sm font-semibold transition-colors",style:{color:b.textTertiary},onMouseEnter:L=>L.currentTarget.style.color=b.textPrimary,onMouseLeave:L=>L.currentTarget.style.color=b.textTertiary,disabled:o,children:"Cancelar"}),jsxRuntime.jsx("button",{type:"submit",disabled:o,className:"px-8 py-3 font-bold rounded-lg transition-all flex items-center gap-2",style:{backgroundColor:"#00E5CC",color:"#FFF",fontSize:14,fontFamily:"'Inter', system-ui, sans-serif",boxShadow:"0 4px 20px rgba(0, 123, 255, 0.2)"},onMouseEnter:L=>!o&&(L.currentTarget.style.filter="brightness(1.1)"),onMouseLeave:L=>!o&&(L.currentTarget.style.filter="brightness(1)"),children:o?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"w-4 h-4 border-2 border-white/30 border-t-white rounded-full animate-spin"}),"Guardando..."]}):jsxRuntime.jsx(jsxRuntime.Fragment,{children:c==="create"?"Crear Tarea":"Guardar"})})]})]})})})]})})}var tg=`You are a Gantt chart AI assistant. You help users edit project tasks using natural language commands.
368
+ Task dependencies must flow in one direction only.`);return}let z=X=>X.map(ie=>{if(ie.id===A){let ge=ie.dependencies||[];if(!ge.includes(E.id))return {...ie,dependencies:[...ge,E.id]}}return ie.subtasks?{...ie,subtasks:z(ie.subtasks)}:ie});Ra.current+=1,q(X=>z(X)),Ae?.(E.id,A);},[Ae,yu]),vu=react.useCallback((E,A)=>{let z=X=>X.map(ie=>{if(ie.id===E&&ie.dependencies){let ge=ie.dependencies.filter(Ge=>Ge!==A);return {...ie,dependencies:ge}}return ie.subtasks?{...ie,subtasks:z(ie.subtasks)}:ie});Ra.current+=1,q(X=>z(X)),Me?.(E,A);},[Me]),{startDate:Fn,endDate:Wl}=react.useMemo(()=>{let E=R.filter(ge=>ge.startDate&&ge.endDate);if(E.length===0){let ge=new Date,Ge=new Date(ge);Ge.setDate(Ge.getDate()-30);let Ve=new Date(ge);return Ve.setDate(Ve.getDate()+60),{startDate:Ge,endDate:Ve}}let A=E.flatMap(ge=>[ge.startDate,ge.endDate]).filter(ge=>ge!==void 0),z=new Date(Math.min(...A.map(ge=>ge.getTime()))),X=new Date(Math.max(...A.map(ge=>ge.getTime()))),ie=He==="day"?7:He==="week"?14:30;return z.setDate(z.getDate()-ie),X.setDate(X.getDate()+ie),{startDate:z,endDate:X}},[R,He]);react.useEffect(()=>{jr.current?.(Fn,Wl);},[Fn,Wl]);let nb=react.useCallback(async()=>{if(!Fe.current||!ke.current||!ae.current)return;await new Promise(yo=>setTimeout(yo,200));let E=Fe.current,A=ke.current,z=je.current||A.querySelector(".gantt-grid-scroll"),X=ae.current,ie=z?.scrollTop||0,ge=z?.scrollLeft||0,Ge=X.scrollTop,Ve=X.scrollLeft,tr=E.style.overflow,$t=E.style.height,ir=z?.style.overflow||"",ma=X.style.overflow,Ba=A.style.overflow,jn=E.style.width,zo=X.style.width;try{let yo=z?.querySelector(".gantt-taskgrid-content"),hn=X.querySelector("svg"),jl=hn?.getAttribute("height")?parseInt(hn.getAttribute("height"),10):hn?.getBoundingClientRect().height||0,Go=yo?.scrollHeight||z?.scrollHeight||600,mi=Math.max(jl,X.scrollHeight),Ns=hn?.getAttribute("width")?parseInt(hn.getAttribute("width"),10):hn?.getBoundingClientRect().width||X.scrollWidth,pb=E.querySelector('[style*="z-index: 100"]')?.offsetHeight||48,_l=Math.max(Go,mi,jl),Tu=pb+_l+50,Nu=(z?.offsetWidth||A.offsetWidth||300)+Ns+10;z&&(z.scrollTop=0,z.scrollLeft=0),X.scrollTop=0,X.scrollLeft=0,E.style.overflow="visible",E.style.height=`${Tu}px`,E.style.width=`${Nu}px`,A.style.overflow="visible",z&&(z.style.overflow="visible",z.style.height=`${_l+50}px`),X.style.overflow="visible",X.style.height=`${_l+50}px`,X.style.width=`${Ns+10}px`,await new Promise(gi=>setTimeout(gi,150));let mb=await htmlToImage.toPng(E,{backgroundColor:Le.bgPrimary,pixelRatio:2,width:Nu,height:Tu,skipFonts:!1,filter:gi=>{if(!(gi instanceof Element))return !0;let Du=window.getComputedStyle(gi),Su=parseInt(Du.zIndex,10);return !(!isNaN(Su)&&Su>=50||Du.position==="fixed")}}),Kl=document.createElement("a");Kl.download=`gantt-chart-${new Date().toISOString().slice(0,10)}.png`,Kl.href=mb,Kl.click();}finally{E.style.overflow=tr,E.style.height=$t,E.style.width=jn,A.style.overflow=Ba,z&&(z.style.overflow=ir,z.style.height="",z.scrollTop=ie,z.scrollLeft=ge),X.style.overflow=ma,X.style.height="",X.style.width=zo,X.scrollTop=Ge,X.scrollLeft=Ve;}d?.("png");},[Le,d]),ob=react.useCallback(async()=>{await Ne.exportToPDF(R),d?.("pdf");},[R,d]),zl=react.useRef({rateMap:r.rateMap,defaultRate:r.defaultRate,projectName:u});zl.current={rateMap:r.rateMap,defaultRate:r.defaultRate,projectName:u};let sb=react.useCallback(async()=>{if(r.onExportExcel){await r.onExportExcel(),d?.("excel");return}let E=new Date,A=ie=>String(ie).padStart(2,"0"),z=`${E.getFullYear()}-${A(E.getMonth()+1)}-${A(E.getDate())}_${A(E.getHours())}${A(E.getMinutes())}`,X=u?u.replace(/[^a-zA-Z0-9áéíóúñÁÉÍÓÚÑ _-]/g,""):"Project";await Ne.exportToExcel(R,`${X}_${z}.xlsx`,zl.current),d?.("excel");},[R,u,d,r.onExportExcel]),ib=react.useCallback(()=>{let E=Ne.exportToCSV(R),A=new Blob([E],{type:"text/csv;charset=utf-8;"}),z=document.createElement("a");z.href=URL.createObjectURL(A),z.download="gantt-chart.csv",z.click(),URL.revokeObjectURL(z.href),d?.("csv");},[R,d]),lb=react.useCallback(()=>{let E=Ne.exportToJSON(R),A=new Blob([E],{type:"application/json;charset=utf-8;"}),z=document.createElement("a");z.href=URL.createObjectURL(A),z.download="gantt-chart.json",z.click(),URL.revokeObjectURL(z.href),d?.("json");},[R,d]),cb=react.useCallback(()=>{Ne.exportToMSProject(R,"Gantt Project","project.xml"),d?.("msproject");},[R,d]),db=E=>{E.preventDefault(),mt(true);},Wo=react.useRef(false),[Gl,wu]=react.useState(false),Ts=react.useRef({x:0,y:0,scrollLeft:0,scrollTop:0});react.useEffect(()=>{let E=ae.current,A=ke.current?.querySelector(".gantt-grid-scroll");if(!E||!A)return;let z=()=>{if(Wo.current)return;Wo.current=true;let Ve=E.scrollTop;se(Ve),A.scrollTop=Ve,requestAnimationFrame(()=>{Wo.current=false;});},X=()=>{if(Wo.current)return;Wo.current=true;let Ve=A.scrollTop;se(Ve),E.scrollTop=Ve,requestAnimationFrame(()=>{Wo.current=false;});},ie=Ve=>{if(me&&A){let $t=A.parentElement?.getBoundingClientRect()?.left||0,ir=Ve.clientX-$t,ma=200,Ba=Pn+Z,jn=window.innerWidth*ue,zo=Math.max(Ba,jn);ir>=ma&&ir<=zo&&it(ir);}if(Gl&&E){let tr=Ve.clientX-Ts.current.x,$t=Ve.clientY-Ts.current.y;E.scrollLeft=Ts.current.scrollLeft-tr,E.scrollTop=Ts.current.scrollTop-$t;}},ge=()=>{mt(false),wu(false);},Ge=Ve=>{if(Ve.button!==0)return;let tr=Ve.target;tr.closest("[data-task-bar]")||tr.closest("[data-dependency-line]")||tr.closest("button")||tr.closest('[role="button"]')||tr.tagName==="rect"&&tr.getAttribute("data-clickable")==="true"||(wu(true),Ts.current={x:Ve.clientX,y:Ve.clientY,scrollLeft:E.scrollLeft,scrollTop:E.scrollTop},Ve.preventDefault());};return E.addEventListener("scroll",z),A.addEventListener("scroll",X),E.addEventListener("mousedown",Ge),document.addEventListener("mousemove",ie),document.addEventListener("mouseup",ge),()=>{E.removeEventListener("scroll",z),A.removeEventListener("scroll",X),E.removeEventListener("mousedown",Ge),document.removeEventListener("mousemove",ie),document.removeEventListener("mouseup",ge);}},[me,Gl,Pn]),Ke.current={startDate:Fn,timeScale:He,zoom:_};let Vl=r.onTodayVisibilityChange,ku=react.useRef(null);react.useEffect(()=>{if(!Vl)return;let E=ae.current;if(!E)return;let A=He==="day"?60:He==="week"?20:8,z=()=>{let ge=(new Date().getTime()-Fn.getTime())/(1e3*60*60*24)*A*_,Ge=E.scrollLeft,Ve=Ge+E.clientWidth,tr=ge>=Ge&&ge<=Ve;ku.current!==tr&&(ku.current=tr,Vl(tr));};return z(),E.addEventListener("scroll",z,{passive:true}),window.addEventListener("resize",z),()=>{E.removeEventListener("scroll",z),window.removeEventListener("resize",z);}},[Vl,Fn,He,_]);let Cu=react.useRef(false),ub=react.useRef(null);return react.useLayoutEffect(()=>{if(Cu.current||R.length===0||!ae.current)return;Cu.current=true,ub.current=Fn;let E=ae.current,A=new Date,z=He==="day"?60:He==="week"?20:8,X=(A.getTime()-Fn.getTime())/(1e3*60*60*24),ie=E.clientWidth,Ge=X*z*_-ie/2;X>=0&&ie>0&&(E.scrollLeft=Math.max(0,Ge));},[R.length,Fn,He,_]),jsxRuntime.jsx(rs.Provider,{value:Kr,children:jsxRuntime.jsx(Ql.Provider,{value:zt,children:jsxRuntime.jsxs("div",{ref:Fe,className:"flex flex-col h-full w-full",style:{backgroundColor:Le.bgPrimary,fontFamily:"Inter, sans-serif",minHeight:0,...Le.dotGrid&&{backgroundImage:`radial-gradient(circle, ${Le.dotGrid} 1px, transparent 1px)`,backgroundSize:"24px 24px"},...r.disableScrollSync&&{scrollBehavior:"auto",overflowAnchor:"none"}},children:[jsxRuntime.jsx("div",{style:{position:"relative",zIndex:100},children:jsxRuntime.jsx(Ki,{theme:Le,timeScale:He,onTimeScaleChange:L,zoom:_,onZoomChange:U,currentTheme:kt,onThemeChange:M,rowDensity:oe,onRowDensityChange:B,showThemeSelector:l,showCreateTaskButton:S&&bt?.canCreateTask!==false&&!bt?.canCreateSubtaskOnly,createTaskLabel:F,onCreateTask:k,taskFilter:Dr,onTaskFilterChange:ot,hideCompleted:_e,onHideCompletedChange:ua,toolbarRightContent:T,wbsLevel:J,onWbsLevelChange:Vn,maxWbsDepth:Lt,viewMode:tt,onViewModeChange:Qe,projectForecast:I,hideForecastHud:K,onExportPNG:i?nb:void 0,onExportPDF:i?ob:void 0,onExportExcel:i?sb:void 0,onExportCSV:i?ib:void 0,onExportJSON:i?lb:void 0,onExportMSProject:i?cb:void 0,showCriticalPath:pt,onShowCriticalPathChange:Yt,showDependencies:Ut,onShowDependenciesChange:hr,highlightWeekends:br,onHighlightWeekendsChange:Ft,showBaseline:Ht,onShowBaselineChange:E=>{E&&tt!=="oracle"&&Qe("oracle"),!E&&tt==="oracle"&&Qe("execution");},onCopySnapshotLink:Oe,hasDependencies:xr})}),jsxRuntime.jsxs("div",{ref:ke,className:"flex-1 flex min-h-0",style:{position:"relative",zIndex:1,overflow:"clip",overflowClipMargin:"100px"},children:[jsxRuntime.jsx("div",{ref:je,className:"gantt-grid-scroll flex-shrink-0",style:{width:Te,overflowX:"auto",overflowY:"scroll",scrollbarWidth:"none",msOverflowStyle:"none"},children:jsxRuntime.jsx(Xi,{tasks:Zr,allTasks:pr,theme:Le,rowHeight:St,availableUsers:p,templates:dt,showCriticalPath:pt,onTaskClick:W,onTaskDblClick:hu,onTaskContextMenu:ve,onTaskToggle:Et,scrollTop:oa,columns:Ea,onToggleColumn:Xt,onColumnResize:Ct,onTaskUpdate:er,onBulkFill:ga,onTaskIndent:xa,onTaskOutdent:pa,onTaskMove:fo,onMultiTaskDelete:bo,onTaskDuplicate:ho,onTaskCreate:Qf,onTaskRename:Zf,onCreateSubtask:Ul,onOpenTaskModal:W?E=>W(E):void 0,onDeleteRequest:(E,A)=>we({taskIds:E,taskName:A}),onTaskReparent:qr,scrollContainerRef:je})}),jsxRuntime.jsx("div",{className:"flex-shrink-0 cursor-col-resize hover:bg-[#00E5CC]/50 transition-colors h-full",style:{width:1,backgroundColor:Le.border,zIndex:15},onMouseDown:db}),jsxRuntime.jsx("div",{ref:ae,className:"gantt-timeline-scroll flex-1",style:{minHeight:0,overflowX:"auto",overflowY:"auto",cursor:Gl?"grabbing":"grab",...r.disableScrollSync&&{scrollBehavior:"auto",overflowAnchor:"none"}},children:jsxRuntime.jsx(al,{tasks:Zr,theme:Le,rowHeight:St,timeScale:He,startDate:Fn,endDate:Wl,zoom:_,locale:w,templates:dt,dependencyLineStyle:r?.dependencyLineStyle,showTaskBarLabels:r?.showTaskBarLabels!==false,onTaskClick:W,onTaskDblClick:hu,onTaskContextMenu:rb,onTaskDateChange:tb,onTaskProgressDrag:eb,onDependencyCreate:xu,onDependencyDelete:vu,showBaseline:Ht,showCriticalPath:pt,showDependencies:Ut,highlightWeekends:br,canEditTask:bt?.canEditTask,workingDaysConfig:r?.workingDaysConfig})})]}),V.task&&jsxRuntime.jsx(os,{isOpen:V.isOpen,x:V.x,y:V.y,theme:Le,onClose:()=>ce({isOpen:false,x:0,y:0,task:null}),items:(()=>{let E=V.task;if(!E)return [];let A=Ne.findTaskById(R,E.id)||E,z=A.subtasks&&A.subtasks.length>0,X=bt?.canCreateTask!==false,ie=bt?.canDeleteTask!==false;if(z){let $t=[],ir=bt?.canDuplicateTask!==false;return X&&$t.push({id:"addSubtask",label:Kr.contextMenu?.addSubtask||"Add Subtask",icon:ar.Add,onClick:()=>{fe?fe(A):Ul(A.id);}}),ir&&$t.push({id:"duplicate",label:Kr.contextMenu?.duplicateTask||"Duplicate Task",icon:ar.Duplicate,onClick:()=>{r.onTaskDuplicate?r.onTaskDuplicate(A):q(ma=>js(ma,[A.id]).tasks),ce({isOpen:false,x:0,y:0,task:null});}}),ie&&($t.length>0&&$t.push({id:"separator-delete",label:"",separator:true,onClick:()=>{}}),$t.push({id:"delete",label:Kr.contextMenu?.deleteTask||"Delete Task",icon:ar.Delete,onClick:()=>{we({taskIds:[A.id],taskName:A.name});}})),$t}let ge=bt?.canUpdateTask!==false,Ge=bt?.canDuplicateTask!==false,Ve=[];return ge&&Ve.push({id:"edit",label:Kr.contextMenu?.editTask||"Edit Task",icon:ar.Pencil,onClick:()=>{ye?ye(A):O(A);}}),X&&Ve.push({id:"addSubtask",label:Kr.contextMenu?.addSubtask||"Add Subtask",icon:ar.Add,onClick:()=>{fe?fe(A):Ul(A.id);}}),Ve.length>0&&ge&&Ve.push({id:"separator-status",label:"",separator:true,onClick:()=>{}}),ge&&(Ve.push({id:"markIncomplete",label:Kr.contextMenu?.markIncomplete||"Mark Incomplete",icon:ar.MarkIncomplete,onClick:()=>{ze?ze(A):er(A.id,{status:"todo",progress:0});},disabled:A.status==="todo"}),Ve.push({id:"setInProgress",label:Kr.contextMenu?.setInProgress||"Set In Progress",icon:ar.SetInProgress,onClick:()=>{Ce?Ce(A):er(A.id,{status:"in-progress"});},disabled:A.status==="in-progress"}),Ve.push({id:"markComplete",label:Kr.contextMenu?.markComplete||"Mark Complete",icon:ar.MarkComplete,onClick:()=>{er(A.id,{status:"completed",progress:100});},disabled:A.status==="completed"})),(Ge||ge&&A.startDate&&A.endDate)&&Ve.length>0&&Ve.push({id:"separator-advanced",label:"",separator:true,onClick:()=>{}}),Ge&&Ve.push({id:"duplicate",label:Kr.contextMenu?.duplicateTask||"Duplicate Task",icon:ar.Duplicate,onClick:()=>{r.onTaskDuplicate?r.onTaskDuplicate(A):q($t=>js($t,[A.id]).tasks),ce({isOpen:false,x:0,y:0,task:null});}}),ge&&A.startDate&&A.endDate&&Ve.push({id:"split",label:Kr.contextMenu?.splitTask||"Split Task",icon:ar.Split,onClick:()=>{let $t=A.startDate.getTime(),ir=A.endDate.getTime(),ma=$t+(ir-$t)/2,Ba=new Date(ma);ab(A,Ba);}}),ie&&(Ve.length>0&&Ve.push({id:"separator-delete",label:"",separator:true,onClick:()=>{}}),Ve.push({id:"delete",label:Kr.contextMenu?.deleteTask||"Delete Task",icon:ar.Delete,onClick:()=>{we({taskIds:[A.id],taskName:A.name});}})),Ve})()}),jsxRuntime.jsx(No,{task:Q,isOpen:!!Q,onClose:()=>O(null),onTaskUpdate:E=>{Q&&(er(Q.id,E),O(null));},theme:kt==="light"?"light":"dark",locale:w==="es"?"es":"en",availableUsers:p,availableTasks:t}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:te&&jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},className:"fixed inset-0 z-[10000] flex items-center justify-center p-4",style:{backgroundColor:"rgba(0, 0, 0, 0.6)"},onClick:()=>we(null),children:jsxRuntime.jsxs(framerMotion.motion.div,{initial:{opacity:0,scale:.9},animate:{opacity:1,scale:1},exit:{opacity:0,scale:.9},transition:{duration:.2,ease:"easeOut"},onClick:E=>E.stopPropagation(),className:"w-full max-w-md rounded-xl shadow-2xl overflow-hidden",style:{backgroundColor:Le.bgSecondary,border:`1px solid ${Le.border}`},children:[jsxRuntime.jsx("div",{className:"px-6 py-4",style:{borderBottom:`1px solid ${Le.border}`},children:jsxRuntime.jsxs("div",{className:"flex items-start gap-3",children:[jsxRuntime.jsx("div",{className:"w-10 h-10 rounded-full flex items-center justify-center flex-shrink-0",style:{backgroundColor:"rgba(239, 68, 68, 0.2)"},children:jsxRuntime.jsx(lucideReact.AlertTriangle,{className:"w-5 h-5",style:{color:"#EF4444"}})}),jsxRuntime.jsxs("div",{className:"flex-1",children:[jsxRuntime.jsxs("h3",{className:"text-lg font-semibold",style:{color:Le.textPrimary,fontFamily:"Inter, sans-serif"},children:[Kr.contextMenu?.deleteTask||"Delete Task","?"]}),jsxRuntime.jsx("p",{className:"text-sm mt-1",style:{color:Le.textSecondary,fontFamily:"Inter, sans-serif"},children:w==="es"?"Esta acci\xF3n no se puede deshacer":"This action cannot be undone"})]})]})}),jsxRuntime.jsx("div",{className:"px-6 py-4",children:jsxRuntime.jsx("p",{className:"text-sm leading-relaxed",style:{color:Le.textSecondary,fontFamily:"Inter, sans-serif"},children:te.taskIds.length>1?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[w==="es"?"Est\xE1s a punto de eliminar":"You are about to delete"," ",jsxRuntime.jsxs("span",{className:"font-semibold",style:{color:Le.textPrimary},children:[te.taskIds.length," ",w==="es"?"tareas":"tasks"]}),"."]}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[w==="es"?"Est\xE1s a punto de eliminar la tarea":"You are about to delete the task"," ",jsxRuntime.jsxs("span",{className:"font-semibold",style:{color:Le.textPrimary},children:['"',te.taskName,'"']}),"."]})})}),jsxRuntime.jsxs("div",{className:"px-6 py-4 flex items-center justify-end gap-3",style:{backgroundColor:Le.bgPrimary,borderTop:`1px solid ${Le.border}`},children:[jsxRuntime.jsx("button",{onClick:()=>we(null),className:"px-4 py-2 text-sm font-medium rounded-lg transition-colors",style:{color:Le.textSecondary,fontFamily:"Inter, sans-serif"},onMouseEnter:E=>{E.currentTarget.style.backgroundColor=Le.hoverBg;},onMouseLeave:E=>{E.currentTarget.style.backgroundColor="transparent";},children:w==="es"?"Cancelar":"Cancel"}),jsxRuntime.jsxs("button",{onClick:()=>{bo(te.taskIds),we(null);},className:"px-4 py-2 text-sm font-medium text-white rounded-lg transition-colors flex items-center gap-2",style:{backgroundColor:"#EF4444",fontFamily:"Inter, sans-serif"},onMouseEnter:E=>{E.currentTarget.style.backgroundColor="#DC2626";},onMouseLeave:E=>{E.currentTarget.style.backgroundColor="#EF4444";},children:[jsxRuntime.jsx(lucideReact.Trash2,{className:"w-4 h-4"}),w==="es"?"Eliminar":"Delete"]})]})]})})}),v?.enabled&&jsxRuntime.jsx(sl,{tasks:R,theme:Le,config:v,onTasksUpdate:q,onTaskUpdate:er,onTaskCreate:E=>{q(A=>[...A,E]);},onTaskDelete:E=>{bo([E]);},onDependencyCreate:(E,A)=>{let z=Ne.findTaskById(R,E);z&&xu(z,A);},onDependencyDelete:vu})]})})})});function Fw(e){if(e<60)return `${e}m`;let t=Math.floor(e/60),r=e%60;return r===0?`${t}h`:`${t}h ${r}m`}function Lw(e){if(!e||e.trim()==="")return null;let t=e.trim().toLowerCase(),r=t.match(/(\d+)h\s*(\d+)m/);if(r&&r[1]&&r[2]){let c=parseInt(r[1],10),l=parseInt(r[2],10);return c*60+l}let a=t.match(/(\d+)h/);if(a&&a[1])return parseInt(a[1],10)*60;let n=t.match(/(\d+)m/);if(n&&n[1])return parseInt(n[1],10);let s=t.match(/(\d+)d/);if(s&&s[1])return parseInt(s[1],10)*480;let o=t.match(/^(\d+)$/);return o&&o[1]?parseInt(o[1],10)*60:null}var id=[{id:"todo",title:"Por Hacer",color:"#6B7280"},{id:"in-progress",title:"En Progreso",color:"#F59E0B"},{id:"completed",title:"Completada",color:"#10B981"}],ld=[{id:"low",label:"Baja",color:"#10B981",icon:"\u{1F7E2}"},{id:"medium",label:"Media",color:"#F59E0B",icon:"\u{1F7E1}"},{id:"high",label:"Alta",color:"#F97316",icon:"\u{1F7E0}"},{id:"urgent",label:"Urgente",color:"#EF4444",icon:"\u{1F534}"}];function eg({isOpen:e,onClose:t,task:r,availableTasks:a=[],availableUsers:n=[],onSubmit:s,isLoading:o=false,mode:c=r?"edit":"create",theme:l="dark",customStatuses:i=[],availableTags:d=[],onCreateTag:u,attachments:p=[],onUploadAttachments:m,onDeleteAttachment:f,defaultStatus:x}){let y=[...id,...i.filter(L=>!id.some(oe=>oe.id===L.id))],b=lt[l]||lt.dark,[h,v]=react.useState(false),[w,C]=react.useState(false),[S,F]=react.useState(false),[k,N]=react.useState(false),[P,T]=react.useState({top:0,left:0}),[Y,H]=react.useState(null),[ee,I]=react.useState(new Date),[K,j]=react.useState({top:0,left:0}),[W,$]=react.useState(false),[ve,We]=react.useState([]),[Pe,be]=react.useState(false),[ye,fe]=react.useState(""),ze=react.useRef(null),Ce=react.useRef(null),Ae=react.useRef(null),Me=react.useRef(null),qe=react.useRef(null),[de,et]=react.useState({name:"",description:"",progress:0,status:"todo",priority:"medium",isMilestone:false,color:"#00E5CC",assignees:[],dependencies:[],tags:[],parentId:null,location:"",equipment:""}),[Re,Be]=react.useState({});react.useEffect(()=>{r?(et({name:r.name,description:r.description||"",startDate:r.startDate,endDate:r.endDate,progress:r.progress,status:r.status||"todo",priority:r.priority||"medium",isMilestone:r.isMilestone||false,color:r.color||"#00E5CC",assignees:r.assignees||[],dependencies:r.dependencies||[],tags:r.tags||[],parentId:r.parentId||null,location:r.location||"",equipment:r.equipment||""}),(r.dependencies&&r.dependencies.length>0||r.isMilestone)&&$(true)):(et({name:"",description:"",progress:0,status:x||"todo",priority:"medium",isMilestone:false,color:"#00E5CC",assignees:[],dependencies:[],pendingFiles:[],tags:[],parentId:null,location:"",equipment:""}),$(false),We([]));},[r,e,x]),react.useEffect(()=>{let L=oe=>{ze.current&&!ze.current.contains(oe.target)&&v(false),Ce.current&&!Ce.current.contains(oe.target)&&C(false),Ae.current&&!Ae.current.contains(oe.target)&&F(false),Me.current&&!Me.current.contains(oe.target)&&N(false);};return document.addEventListener("mousedown",L),()=>document.removeEventListener("mousedown",L)},[]);let Nt=()=>{let L={};return de.name.trim()||(L.name="El nombre es requerido"),de.startDate&&de.endDate&&de.startDate>de.endDate&&(L.endDate="La fecha de fin debe ser posterior a la de inicio"),Be(L),Object.keys(L).length===0},bt=async L=>{if(L.preventDefault(),!!Nt())try{let oe=c==="create"&&ve.length>0?{...de,pendingFiles:ve}:de;await s(oe),We([]),t();}catch(oe){console.error("Error submitting task:",oe);}},Oe=(L,oe)=>{et(B=>{let _={...B,[L]:oe};if(L==="status"){let U=oe;U==="todo"?_.progress=0:U==="in-progress"?(B.progress===0||B.progress===100)&&(_.progress=50):U==="completed"||U==="closed"?_.progress=100:(U==="in-review"||U==="review")&&(_.progress=75);}if(L==="progress"){let U=typeof oe=="number"?oe:parseInt(oe,10);U===100&&B.status!=="completed"?_.status="completed":U>0&&U<100&&B.status==="todo"?_.status="in-progress":U===0&&B.status!=="todo"&&(_.status="todo");}return _}),Re[L]&&Be(B=>{let _={...B};return delete _[L],_});},Ie=y.find(L=>L.id===de.status)??id[0],st=ld.find(L=>L.id===de.priority)??ld[1],kt=To.find(L=>L.value===de.color)??To[0],$e=l==="dark",He={backgroundColor:$e?"#1d1f27":b.bgSecondary,border:`1px solid ${$e?"rgba(65,71,84,0.1)":b.borderLight}`,color:b.textPrimary};return jsxRuntime.jsx(framerMotion.AnimatePresence,{children:e&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},className:"fixed inset-0 z-[9999]",style:{backgroundColor:$e?"rgba(0, 0, 0, 0.85)":"rgba(0, 0, 0, 0.4)",backdropFilter:"blur(16px)",WebkitBackdropFilter:"blur(16px)"},onClick:t}),jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,scale:.95,y:20},animate:{opacity:1,scale:1,y:0},exit:{opacity:0,scale:.95,y:20},transition:{duration:.15,ease:[.4,0,.2,1]},className:"fixed inset-0 z-[9999] flex items-center justify-center p-4 pointer-events-none",children:jsxRuntime.jsx("div",{className:"w-full max-w-[640px] rounded-xl pointer-events-auto flex flex-col","data-theme":l,style:{backgroundColor:$e?"#0a0a0a":b.bgPrimary,border:`1px solid ${$e?"rgba(65,71,84,0.1)":b.border}`,boxShadow:$e?"0 8px 48px rgba(0, 0, 0, 0.8)":"0 8px 32px rgba(0, 0, 0, 0.12)",maxHeight:"90vh"},onClick:L=>L.stopPropagation(),children:jsxRuntime.jsxs("form",{onSubmit:bt,className:"flex flex-col overflow-hidden flex-1",style:{fontFamily:"'Inter', system-ui, sans-serif"},children:[jsxRuntime.jsxs("header",{className:"px-8 pt-8 pb-4 space-y-4 flex-shrink-0",children:[jsxRuntime.jsx("input",{type:"text",value:de.name,onChange:L=>Oe("name",L.target.value),className:"w-full bg-transparent border-none p-0 focus:outline-none focus:ring-0",style:{color:b.textPrimary,fontSize:30,fontWeight:700,fontFamily:"'Inter', system-ui, sans-serif"},placeholder:"Nombre de la tarea",disabled:o,autoFocus:true}),Re.name&&jsxRuntime.jsxs("p",{className:"text-xs text-red-400 flex items-center gap-1",children:[jsxRuntime.jsx(lucideReact.AlertCircle,{className:"w-3 h-3"}),Re.name]}),jsxRuntime.jsx("textarea",{value:de.description||"",onChange:L=>Oe("description",L.target.value),className:"w-full bg-transparent border-none p-0 focus:outline-none focus:ring-0 resize-none task-form-description",style:{color:b.textPrimary,fontSize:16,fontFamily:"'Inter', system-ui, sans-serif","--placeholder-color":b.textTertiary},placeholder:"Agregar descripci\xF3n...",rows:2,disabled:o})]}),jsxRuntime.jsxs("div",{className:"flex-1 overflow-y-auto px-8 py-4 space-y-6",children:[jsxRuntime.jsxs("div",{className:"flex flex-wrap items-center gap-2",children:[jsxRuntime.jsxs("div",{ref:ze,className:"relative",children:[jsxRuntime.jsxs("button",{type:"button",onClick:()=>!o&&v(!h),className:"flex items-center gap-2 px-3 py-1.5 rounded-full text-sm transition-all hover:opacity-80",style:{...He,borderColor:Ie.color,backgroundColor:`${Ie.color}15`},disabled:o,children:[jsxRuntime.jsx(lucideReact.CircleDot,{className:"w-3.5 h-3.5",style:{color:Ie.color}}),jsxRuntime.jsx("span",{style:{color:Ie.color},children:Ie.title}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:"w-3 h-3",style:{color:Ie.color}})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:h&&jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:-5},animate:{opacity:1,y:0},exit:{opacity:0,y:-5},className:"absolute left-0 top-full mt-1 z-50 min-w-[140px] rounded-lg overflow-hidden",style:{backgroundColor:$e?"#0a0a0a":b.bgPrimary,backdropFilter:$e?"blur(16px)":void 0,border:`1px solid ${$e?"#262626":b.border}`,boxShadow:$e?"0 8px 24px rgba(0, 0, 0, 0.5)":"0 8px 24px rgba(0, 0, 0, 0.12)"},children:y.map(L=>jsxRuntime.jsxs("button",{type:"button",className:"w-full flex items-center gap-2 px-3 py-2 text-sm transition-colors",style:{color:b.textPrimary},onMouseEnter:oe=>oe.currentTarget.style.backgroundColor=b.hoverBg,onMouseLeave:oe=>oe.currentTarget.style.backgroundColor="transparent",onClick:()=>{Oe("status",L.id),v(false);},children:[jsxRuntime.jsx(lucideReact.CircleDot,{className:"w-3.5 h-3.5",style:{color:L.color}}),L.title,de.status===L.id&&jsxRuntime.jsx(lucideReact.Check,{className:"w-3.5 h-3.5 ml-auto",style:{color:b.accent}})]},L.id))})})]}),jsxRuntime.jsxs("div",{ref:Ce,className:"relative",children:[jsxRuntime.jsxs("button",{type:"button",onClick:()=>!o&&C(!w),className:"flex items-center gap-2 px-3 py-1.5 rounded-full text-sm transition-all hover:opacity-80",style:He,disabled:o,children:[jsxRuntime.jsx(lucideReact.Flag,{className:"w-3.5 h-3.5",style:{color:st.color}}),jsxRuntime.jsx("span",{children:st.label}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:"w-3 h-3",style:{color:b.textTertiary}})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:w&&jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:-5},animate:{opacity:1,y:0},exit:{opacity:0,y:-5},className:"absolute left-0 top-full mt-1 z-50 min-w-[130px] rounded-lg overflow-hidden",style:{backgroundColor:$e?"#0a0a0a":b.bgPrimary,backdropFilter:$e?"blur(16px)":void 0,border:`1px solid ${$e?"#262626":b.border}`,boxShadow:$e?"0 8px 24px rgba(0, 0, 0, 0.5)":"0 8px 24px rgba(0, 0, 0, 0.12)"},children:ld.map(L=>jsxRuntime.jsxs("button",{type:"button",className:"w-full flex items-center gap-2 px-3 py-2 text-sm transition-colors",style:{color:b.textPrimary},onMouseEnter:oe=>oe.currentTarget.style.backgroundColor=b.hoverBg,onMouseLeave:oe=>oe.currentTarget.style.backgroundColor="transparent",onClick:()=>{Oe("priority",L.id),C(false);},children:[jsxRuntime.jsx("span",{children:L.icon}),L.label,de.priority===L.id&&jsxRuntime.jsx(lucideReact.Check,{className:"w-3.5 h-3.5 ml-auto",style:{color:b.accent}})]},L.id))})})]}),n.length>0&&jsxRuntime.jsxs("div",{ref:Ae,className:"relative",children:[jsxRuntime.jsxs("button",{type:"button",onClick:()=>!o&&F(!S),className:"flex items-center gap-2 px-3 py-1.5 rounded-full text-sm transition-all hover:opacity-80",style:He,disabled:o,children:[de.assignees&&de.assignees.length>0?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"flex -space-x-1",children:de.assignees.slice(0,3).map((L,oe)=>jsxRuntime.jsx("div",{className:"w-5 h-5 rounded-full flex items-center justify-center text-[10px] text-white font-medium border-2",style:{backgroundColor:L.color||b.accent,borderColor:b.bgSecondary},children:L.initials},oe))}),de.assignees.length>3&&jsxRuntime.jsxs("span",{style:{color:b.textTertiary},children:["+",de.assignees.length-3]})]}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(lucideReact.Users,{className:"w-3.5 h-3.5",style:{color:b.textTertiary}}),jsxRuntime.jsx("span",{style:{color:b.textTertiary},children:"Asignar"})]}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:"w-3 h-3",style:{color:b.textTertiary}})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:S&&jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:-5},animate:{opacity:1,y:0},exit:{opacity:0,y:-5},className:"absolute left-0 top-full mt-1 z-50 min-w-[180px] max-h-[200px] overflow-y-auto rounded-lg",style:{backgroundColor:$e?"#0a0a0a":b.bgPrimary,backdropFilter:$e?"blur(16px)":void 0,border:`1px solid ${$e?"#262626":b.border}`,boxShadow:$e?"0 8px 24px rgba(0, 0, 0, 0.5)":"0 8px 24px rgba(0, 0, 0, 0.12)"},children:n.map(L=>{let oe=de.assignees?.some(B=>B.name===L.name);return jsxRuntime.jsxs("button",{type:"button",className:"w-full flex items-center gap-2 px-3 py-2 text-sm transition-colors",style:{color:b.textPrimary},onMouseEnter:B=>B.currentTarget.style.backgroundColor=b.hoverBg,onMouseLeave:B=>B.currentTarget.style.backgroundColor="transparent",onClick:()=>{let B=oe?(de.assignees||[]).filter(_=>_.name!==L.name):[...de.assignees||[],{name:L.name,avatar:L.avatar,initials:L.name.split(" ").map(_=>_[0]).join("").toUpperCase().slice(0,2),color:b.accent}];Oe("assignees",B);},children:[jsxRuntime.jsx("div",{className:"w-6 h-6 rounded-full flex items-center justify-center text-xs text-white font-medium flex-shrink-0",style:{backgroundColor:b.accent},children:L.name.charAt(0).toUpperCase()}),jsxRuntime.jsx("span",{className:"truncate flex-1 text-left",children:L.name}),jsxRuntime.jsx("div",{className:"w-4 flex-shrink-0 flex justify-end",children:oe&&jsxRuntime.jsx(lucideReact.Check,{className:"w-3.5 h-3.5",style:{color:b.accent}})})]},L.id)})})})]}),jsxRuntime.jsxs("div",{ref:Me,className:"relative",children:[jsxRuntime.jsxs("button",{type:"button",onClick:()=>{if(!o)if(k)N(false);else {if(Me.current){let L=Me.current.getBoundingClientRect(),oe=window.innerHeight,B=120,U=oe-L.bottom<B?L.top-B-8:L.bottom+8;T({top:U,left:L.left});}N(true);}},className:"flex items-center gap-2 px-3 py-1.5 rounded-full text-sm transition-all hover:opacity-80",style:He,disabled:o,children:[jsxRuntime.jsx("div",{className:"w-3.5 h-3.5 rounded-full",style:{backgroundColor:de.color}}),jsxRuntime.jsx("span",{children:kt.name}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:"w-3 h-3",style:{color:b.textTertiary}})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:k&&jsxRuntime.jsxs(lr,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0",style:{zIndex:99998},onClick:()=>N(false)}),jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,y:-5},animate:{opacity:1,y:0},exit:{opacity:0,y:-5},transition:{duration:.12},className:"rounded-lg",style:{position:"fixed",top:`${P.top}px`,left:`${P.left}px`,zIndex:99999,backgroundColor:$e?"#0a0a0a":b.bgPrimary,backdropFilter:$e?"blur(16px)":void 0,border:`1px solid ${$e?"#262626":b.border}`,boxShadow:$e?"0 8px 24px rgba(0, 0, 0, 0.5)":"0 4px 20px rgba(0, 0, 0, 0.25)"},onClick:L=>L.stopPropagation(),children:jsxRuntime.jsx("div",{style:{padding:"6px 8px"},children:jsxRuntime.jsx("div",{style:{display:"grid",gridTemplateColumns:"repeat(6, 28px)",gap:"2px"},children:To.slice(0,18).map(L=>{let oe=de.color===L.value;return jsxRuntime.jsx("button",{type:"button",onClick:B=>{B.preventDefault(),B.stopPropagation(),Oe("color",L.value),N(false);},style:{width:"28px",height:"28px",borderRadius:"6px",backgroundColor:"transparent",cursor:"pointer",border:"none",display:"flex",alignItems:"center",justifyContent:"center",padding:0},title:L.name,children:jsxRuntime.jsx("span",{style:{width:"16px",height:"16px",borderRadius:"50%",backgroundColor:L.value,outline:oe?`2px solid ${L.value}`:"none",outlineOffset:"2px",pointerEvents:"none",display:"block"}})},L.value)})})})})]})})]}),d.length>0||u?jsxRuntime.jsx(Ko,{selectedTags:de.tags||[],availableTags:d,onChange:L=>Oe("tags",L),onCreateTag:u,theme:b,disabled:o}):null]}),jsxRuntime.jsxs("section",{className:"grid grid-cols-1 md:grid-cols-2 gap-8 items-end",children:[jsxRuntime.jsxs("div",{className:"space-y-3",children:[jsxRuntime.jsx("label",{style:{fontSize:10,fontWeight:700,letterSpacing:"0.1em",textTransform:"uppercase",color:b.textTertiary,display:"block"},children:"Rango de Fechas"}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3",style:{backgroundColor:$e?"#191b22":b.bgSecondary,borderRadius:8,border:`1px solid ${$e?"rgba(65,71,84,0.05)":b.borderLight}`,padding:"10px 16px"},children:[jsxRuntime.jsx(lucideReact.Calendar,{className:"w-5 h-5",style:{color:"#00E5CC"}}),jsxRuntime.jsxs("div",{ref:qe,className:"flex items-center gap-2 flex-1 relative",children:[jsxRuntime.jsx("button",{type:"button",onClick:()=>{if(!o&&!de.isMilestone)if(Y==="start")H(null);else {if(qe.current){let L=qe.current.getBoundingClientRect();j({top:L.bottom+8,left:Math.max(16,L.left-40)});}H("start"),I(de.startDate||new Date);}},className:"px-3 py-1.5 rounded-lg text-sm transition-colors",style:{...He,opacity:de.isMilestone?.5:1,cursor:de.isMilestone?"not-allowed":"pointer"},disabled:o||de.isMilestone,children:de.startDate?de.startDate.toLocaleDateString("es-ES",{day:"numeric",month:"short"}):"Inicio"}),jsxRuntime.jsx("span",{style:{color:b.textTertiary},children:"\u2192"}),jsxRuntime.jsx("button",{type:"button",onClick:()=>{if(!o&&!de.isMilestone)if(Y==="end")H(null);else {if(qe.current){let L=qe.current.getBoundingClientRect();j({top:L.bottom+8,left:Math.max(16,L.left-40)});}H("end"),I(de.endDate||de.startDate||new Date);}},className:"px-3 py-1.5 rounded-lg text-sm transition-colors",style:{...He,opacity:de.isMilestone?.5:1,cursor:de.isMilestone?"not-allowed":"pointer"},disabled:o||de.isMilestone,children:de.endDate?de.endDate.toLocaleDateString("es-ES",{day:"numeric",month:"short"}):"Fin"}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:Y&&jsxRuntime.jsxs(lr,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0",style:{zIndex:99998},onClick:()=>H(null)}),jsxRuntime.jsxs(framerMotion.motion.div,{initial:{opacity:0,y:-10},animate:{opacity:1,y:0},exit:{opacity:0,y:-10},className:"rounded-xl shadow-2xl overflow-hidden flex",style:{position:"fixed",top:`${K.top}px`,left:`${K.left}px`,zIndex:99999,backgroundColor:$e?"#0a0a0a":b.bgPrimary,border:`1px solid ${$e?"#262626":b.border}`,boxShadow:$e?"0 8px 32px rgba(0, 0, 0, 0.6)":"0 8px 24px rgba(0, 0, 0, 0.12)"},onClick:L=>L.stopPropagation(),children:[jsxRuntime.jsxs("div",{className:"w-40 py-2",style:{borderRight:`1px solid ${$e?"#262626":b.border}`},children:[(()=>{let L=new Date,oe=new Date(L);oe.setDate(L.getDate()+1);let B=new Date(L);B.setDate(L.getDate()+7);let _=new Date(L);return _.setDate(L.getDate()+14),[{label:"Hoy",date:L},{label:"Ma\xF1ana",date:oe},{label:"Pr\xF3xima semana",date:B},{label:"2 semanas",date:_}].map((J,De)=>jsxRuntime.jsx("button",{type:"button",className:"w-full px-3 py-2 text-sm text-left transition-colors",style:{color:b.textPrimary},onMouseEnter:pe=>pe.currentTarget.style.backgroundColor=b.hoverBg,onMouseLeave:pe=>pe.currentTarget.style.backgroundColor="transparent",onClick:()=>{Y==="start"?(Oe("startDate",J.date),(!de.endDate||J.date>de.endDate)&&Oe("endDate",J.date),H("end")):(Oe("endDate",J.date),(!de.startDate||J.date<de.startDate)&&Oe("startDate",J.date),H(null));},children:J.label},De))})(),jsxRuntime.jsx("div",{style:{borderTop:`1px solid ${b.border}`,margin:"0.5rem 0"}}),jsxRuntime.jsx("button",{type:"button",className:"w-full px-3 py-2 text-sm text-left transition-colors",style:{color:"#EF4444"},onMouseEnter:L=>L.currentTarget.style.backgroundColor=b.hoverBg,onMouseLeave:L=>L.currentTarget.style.backgroundColor="transparent",onClick:()=>{Oe("startDate",void 0),Oe("endDate",void 0),H(null);},children:"Borrar fechas"})]}),jsxRuntime.jsxs("div",{className:"p-3",children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between mb-3",children:[jsxRuntime.jsx("button",{type:"button",onClick:()=>I(new Date(ee.getFullYear(),ee.getMonth()-1)),className:"p-1 rounded",onMouseEnter:L=>L.currentTarget.style.backgroundColor=b.hoverBg,onMouseLeave:L=>L.currentTarget.style.backgroundColor="transparent",children:jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"w-4 h-4",style:{color:b.textSecondary}})}),jsxRuntime.jsx("span",{className:"text-sm font-medium",style:{color:b.textPrimary,fontFamily:"JetBrains Mono, monospace"},children:ee.toLocaleDateString("es-ES",{month:"long",year:"numeric"})}),jsxRuntime.jsx("button",{type:"button",onClick:()=>I(new Date(ee.getFullYear(),ee.getMonth()+1)),className:"p-1 rounded",onMouseEnter:L=>L.currentTarget.style.backgroundColor=b.hoverBg,onMouseLeave:L=>L.currentTarget.style.backgroundColor="transparent",children:jsxRuntime.jsx(lucideReact.ChevronRight,{className:"w-4 h-4",style:{color:b.textSecondary}})})]}),jsxRuntime.jsx("div",{className:"grid grid-cols-7 gap-1 mb-1",children:["D","L","M","M","J","V","S"].map((L,oe)=>jsxRuntime.jsx("div",{className:"w-7 h-7 flex items-center justify-center text-xs",style:{color:b.textTertiary},children:L},oe))}),jsxRuntime.jsx("div",{className:"grid grid-cols-7 gap-1",children:(()=>{let L=ee.getFullYear(),oe=ee.getMonth(),B=new Date(L,oe,1).getDay(),_=new Date(L,oe+1,0).getDate(),U=new Date,J=[];for(let pe=B-1;pe>=0;pe--)J.push({day:new Date(L,oe,-pe).getDate(),date:new Date(L,oe-1,new Date(L,oe,-pe).getDate()),isCurrentMonth:false});for(let pe=1;pe<=_;pe++)J.push({day:pe,date:new Date(L,oe,pe),isCurrentMonth:true});let De=42-J.length;for(let pe=1;pe<=De;pe++)J.push({day:pe,date:new Date(L,oe+1,pe),isCurrentMonth:false});return J.map((pe,rt)=>{let tt=pe.date.toDateString()===U.toDateString(),Qe=de.startDate?.toDateString()===pe.date.toDateString(),Ht=de.endDate?.toDateString()===pe.date.toDateString(),pt=de.startDate&&de.endDate&&pe.date>=de.startDate&&pe.date<=de.endDate;return jsxRuntime.jsx("button",{type:"button",className:"w-7 h-7 rounded-full flex items-center justify-center text-xs transition-colors",style:{color:pe.isCurrentMonth?Qe||Ht?"#FFF":b.textPrimary:b.textTertiary,backgroundColor:Qe?b.accent:Ht?"#7C3AED":pt?"rgba(124, 58, 237, 0.2)":"transparent",boxShadow:tt&&!Qe&&!Ht?`inset 0 0 0 1px ${b.accent}`:"none"},onClick:()=>{Y==="start"?(Oe("startDate",pe.date),de.endDate&&pe.date>de.endDate&&Oe("endDate",pe.date),H("end")):(Oe("endDate",pe.date),de.startDate&&pe.date<de.startDate&&Oe("startDate",pe.date),H(null));},children:pe.day},rt)})})()})]})]})]})})]}),Re.endDate&&jsxRuntime.jsx("span",{className:"text-xs text-red-400",children:Re.endDate})]})]}),jsxRuntime.jsxs("div",{className:"space-y-3",children:[jsxRuntime.jsxs("div",{className:"flex justify-between items-center",children:[jsxRuntime.jsx("label",{style:{fontSize:10,fontWeight:700,letterSpacing:"0.1em",textTransform:"uppercase",color:b.textTertiary},children:"Progreso Inicial"}),jsxRuntime.jsxs("span",{style:{fontSize:10,fontWeight:700,color:"#00E5CC"},children:[de.progress,"%"]})]}),jsxRuntime.jsx("div",{className:"h-2 w-full rounded-full overflow-hidden cursor-pointer",style:{backgroundColor:$e?"#33343c":"#E5E7EB"},onClick:L=>{if(o)return;let oe=L.currentTarget.getBoundingClientRect(),B=Math.round((L.clientX-oe.left)/oe.width*100/5)*5;Oe("progress",Math.max(0,Math.min(100,B)));},children:jsxRuntime.jsx("div",{className:"h-full rounded-full transition-all",style:{width:`${de.progress}%`,backgroundColor:"#00E5CC"}})})]})]}),jsxRuntime.jsxs("div",{style:{borderTop:`1px solid ${$e?"rgba(65,71,84,0.05)":b.borderLight}`,paddingTop:16},children:[jsxRuntime.jsxs("button",{type:"button",onClick:()=>$(!W),className:"flex items-center gap-2 w-full py-2 transition-colors",style:{color:b.textPrimary},children:[jsxRuntime.jsx(lucideReact.ChevronDown,{className:`w-4 h-4 transition-transform ${W?"":"-rotate-90"}`,style:{color:b.textTertiary}}),jsxRuntime.jsx("span",{style:{fontSize:16,fontWeight:700,fontFamily:"'Inter', system-ui, sans-serif"},children:"Opciones Avanzadas"})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:W&&jsxRuntime.jsx(framerMotion.motion.div,{initial:{height:0,opacity:0},animate:{height:"auto",opacity:1},exit:{height:0,opacity:0},className:"overflow-hidden",children:jsxRuntime.jsxs("div",{className:"pt-3 space-y-3",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",style:{color:b.textTertiary},children:[jsxRuntime.jsx("path",{d:"M12 6v6l4 2"}),jsxRuntime.jsx("circle",{cx:"12",cy:"12",r:"10"})]}),jsxRuntime.jsx("span",{className:"text-xs",style:{color:b.textTertiary},children:"Horas Estimadas"})]}),jsxRuntime.jsx("input",{type:"text",placeholder:"Ej: 8 (=8h), 2h 30m, 45m, 1d (1 d\xEDa = 8h)",value:de.effortMinutes?Fw(de.effortMinutes):"",onChange:L=>{let oe=Lw(L.target.value);Oe("effortMinutes",oe);},className:"w-full px-3 py-2 rounded-lg text-sm transition-colors",style:{backgroundColor:b.bgSecondary,color:b.textPrimary,border:`1px solid ${b.borderLight}`}})]}),a.length>0&&jsxRuntime.jsxs("div",{children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",style:{color:b.textTertiary},children:jsxRuntime.jsx("path",{d:"M22 19a2 2 0 01-2 2H4a2 2 0 01-2-2V5a2 2 0 012-2h5l2 3h9a2 2 0 012 2z"})}),jsxRuntime.jsx("span",{className:"text-xs",style:{color:b.textTertiary},children:"Fase Padre"})]}),jsxRuntime.jsxs("select",{value:de.parentId||"",onChange:L=>Oe("parentId",L.target.value||null),className:"w-full px-3 py-2 rounded-lg text-sm transition-colors appearance-none cursor-pointer",style:{backgroundColor:b.bgSecondary,color:b.textPrimary,border:`1px solid ${b.borderLight}`},disabled:o,children:[jsxRuntime.jsx("option",{value:"",children:"\u2014 Sin fase padre (ra\xEDz) \u2014"}),a.filter(L=>L.id!==r?.id).map(L=>jsxRuntime.jsx("option",{value:L.id,children:L.name},L.id))]})]}),jsxRuntime.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[jsxRuntime.jsx("span",{style:{fontSize:14},children:"\u{1F4CD}"}),jsxRuntime.jsx("span",{className:"text-xs",style:{color:b.textTertiary},children:"Ubicaci\xF3n"})]}),jsxRuntime.jsx("input",{type:"text",placeholder:"Ej: Zona Norte, Piso 3",value:de.location||"",onChange:L=>Oe("location",L.target.value),className:"w-full px-3 py-2 rounded-lg text-sm transition-colors",style:{backgroundColor:b.bgSecondary,color:b.textPrimary,border:`1px solid ${b.borderLight}`},disabled:o})]}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[jsxRuntime.jsx("span",{style:{fontSize:14},children:"\u{1F527}"}),jsxRuntime.jsx("span",{className:"text-xs",style:{color:b.textTertiary},children:"Activo / Equipo"})]}),jsxRuntime.jsx("input",{type:"text",placeholder:"Ej: CMC-256",value:de.equipment||"",onChange:L=>Oe("equipment",L.target.value),className:"w-full px-3 py-2 rounded-lg text-sm transition-colors",style:{backgroundColor:b.bgSecondary,color:b.textPrimary,border:`1px solid ${b.borderLight}`},disabled:o})]})]}),(m||p.length>0||c==="create")&&jsxRuntime.jsxs("div",{children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",style:{color:b.textTertiary},children:jsxRuntime.jsx("path",{d:"M21.44 11.05l-9.19 9.19a6 6 0 01-8.49-8.49l9.19-9.19a4 4 0 015.66 5.66l-9.2 9.19a2 2 0 01-2.83-2.83l8.49-8.48"})}),jsxRuntime.jsxs("span",{className:"text-xs",style:{color:b.textTertiary},children:["Adjuntos ",c==="create"?ve.length>0&&`(${ve.length})`:p.length>0&&`(${p.length})`]})]}),c==="create"?jsxRuntime.jsx(Jo,{cardId:"pending",attachments:ve.map((L,oe)=>({id:`pending-${oe}`,cardId:"pending",name:L.name,size:L.size,type:L.type,url:URL.createObjectURL(L),uploadedAt:new Date().toISOString(),uploadedBy:"current-user"})),onUpload:L=>We(oe=>[...oe,...L]),onDelete:L=>{let oe=parseInt(L.replace("pending-",""),10);We(B=>B.filter((_,U)=>U!==oe));},maxSizeMB:10,maxFiles:20}):jsxRuntime.jsx(Jo,{cardId:r?.id||"new",attachments:p,onUpload:m&&r?.id?L=>m(r.id,L):void 0,onDelete:f,maxSizeMB:10,maxFiles:20}),c==="create"&&ve.length>0&&jsxRuntime.jsxs("p",{className:"text-xs mt-1",style:{color:b.textTertiary},children:[ve.length," archivo(s) se subir\xE1n al crear la tarea"]})]}),jsxRuntime.jsxs("label",{className:"flex items-center gap-3 cursor-pointer p-2 rounded-lg transition-colors",onMouseEnter:L=>L.currentTarget.style.backgroundColor=b.hoverBg,onMouseLeave:L=>L.currentTarget.style.backgroundColor="transparent",children:[jsxRuntime.jsx("input",{type:"checkbox",checked:de.isMilestone,onChange:L=>Oe("isMilestone",L.target.checked),className:"w-4 h-4 rounded",style:{accentColor:b.accent},disabled:o}),jsxRuntime.jsx(lucideReact.Milestone,{className:"w-4 h-4 text-yellow-500"}),jsxRuntime.jsx("span",{className:"text-sm",style:{color:b.textPrimary},children:"Marcar como hito"})]}),a.length>0&&jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsxs("label",{className:"flex items-center gap-2 text-xs mb-2",style:{color:b.textTertiary},children:[jsxRuntime.jsx(lucideReact.Link2,{className:"w-3.5 h-3.5"}),"Dependencias"]}),de.dependencies&&de.dependencies.length>0&&jsxRuntime.jsx("div",{className:"flex flex-wrap gap-1.5 mb-2",children:de.dependencies.map(L=>{let oe=a.find(B=>B.id===L);return jsxRuntime.jsxs("span",{className:"inline-flex items-center gap-1 px-2 py-1 rounded-full text-xs font-medium",style:{backgroundColor:`${b.accent}20`,color:b.accent},children:[oe?.name||L.slice(0,8),jsxRuntime.jsx("button",{type:"button",onClick:()=>{let B=(de.dependencies||[]).filter(_=>_!==L);Oe("dependencies",B);},className:"ml-0.5 rounded-full p-0.5 transition-colors hover:bg-white/20",disabled:o,children:jsxRuntime.jsx(lucideReact.X,{className:"w-3 h-3"})})]},L)})}),jsxRuntime.jsxs("button",{type:"button",onClick:()=>{be(!Pe),fe("");},className:"flex items-center gap-2 px-3 py-1.5 rounded-lg text-xs transition-colors",style:{backgroundColor:b.bgSecondary,color:b.textSecondary},disabled:o,children:[jsxRuntime.jsx(lucideReact.Plus,{className:"w-3.5 h-3.5"}),jsxRuntime.jsx("span",{children:"Agregar dependencia"})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:Pe&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 z-40",onClick:()=>{be(false),fe("");}}),jsxRuntime.jsxs(framerMotion.motion.div,{initial:{opacity:0,y:-5},animate:{opacity:1,y:0},exit:{opacity:0,y:-5},className:"absolute left-0 top-full mt-1 z-50 rounded-lg overflow-hidden min-w-[280px] max-h-[280px]",style:{backgroundColor:$e?"#0a0a0a":b.bgPrimary,backdropFilter:$e?"blur(16px)":void 0,border:`1px solid ${$e?"#262626":b.border}`,boxShadow:$e?"0 8px 24px rgba(0, 0, 0, 0.5)":"0 8px 24px rgba(0, 0, 0, 0.12)"},children:[jsxRuntime.jsx("div",{className:"p-2",style:{borderBottom:`1px solid ${b.border}`},children:jsxRuntime.jsx("input",{type:"text",value:ye,onChange:L=>fe(L.target.value),placeholder:"Buscar tarea...",className:"w-full px-3 py-2 rounded-md text-xs outline-none",style:{backgroundColor:b.bgSecondary,color:b.textPrimary},autoFocus:true})}),jsxRuntime.jsxs("div",{className:"max-h-[200px] overflow-y-auto",children:[a.filter(L=>L.id!==r?.id).filter(L=>ye===""||L.name.toLowerCase().includes(ye.toLowerCase())).map(L=>{let oe=de.dependencies?.includes(L.id);return jsxRuntime.jsxs("button",{type:"button",onClick:()=>{let B=de.dependencies||[],_;oe?_=B.filter(U=>U!==L.id):_=[...B,L.id],Oe("dependencies",_);},className:"w-full flex items-center gap-3 px-3 py-2 text-xs transition-colors text-left",style:{backgroundColor:oe?`${b.accent}10`:"transparent"},onMouseEnter:B=>{oe||(B.currentTarget.style.backgroundColor=b.hoverBg);},onMouseLeave:B=>{B.currentTarget.style.backgroundColor=oe?`${b.accent}10`:"transparent";},children:[jsxRuntime.jsx("div",{className:"w-4 h-4 rounded border-2 flex items-center justify-center flex-shrink-0",style:{backgroundColor:oe?b.accent:"transparent",borderColor:oe?b.accent:b.borderLight},children:oe&&jsxRuntime.jsx(lucideReact.Check,{className:"w-3 h-3 text-white"})}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("span",{className:"block truncate",style:{color:b.textPrimary},children:L.name}),jsxRuntime.jsx("span",{className:"text-[10px]",style:{color:b.textTertiary},children:L.id.slice(0,8)})]})]},L.id)}),a.filter(L=>L.id!==r?.id).length===0&&jsxRuntime.jsx("div",{className:"px-3 py-4 text-xs text-center",style:{color:b.textTertiary},children:"No hay tareas disponibles"})]})]})]})})]})]})})})]})]}),jsxRuntime.jsxs("div",{className:"flex items-center justify-end gap-6 px-8 py-5 flex-shrink-0",style:{borderTop:`1px solid ${$e?"rgba(65,71,84,0.1)":b.border}`,backgroundColor:$e?"rgba(25,27,34,0.2)":void 0},children:[jsxRuntime.jsx("button",{type:"button",onClick:t,className:"text-sm font-semibold transition-colors",style:{color:b.textTertiary},onMouseEnter:L=>L.currentTarget.style.color=b.textPrimary,onMouseLeave:L=>L.currentTarget.style.color=b.textTertiary,disabled:o,children:"Cancelar"}),jsxRuntime.jsx("button",{type:"submit",disabled:o,className:"px-8 py-3 font-bold rounded-lg transition-all flex items-center gap-2",style:{backgroundColor:"#00E5CC",color:"#FFF",fontSize:14,fontFamily:"'Inter', system-ui, sans-serif",boxShadow:"0 4px 20px rgba(0, 123, 255, 0.2)"},onMouseEnter:L=>!o&&(L.currentTarget.style.filter="brightness(1.1)"),onMouseLeave:L=>!o&&(L.currentTarget.style.filter="brightness(1)"),children:o?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"w-4 h-4 border-2 border-white/30 border-t-white rounded-full animate-spin"}),"Guardando..."]}):jsxRuntime.jsx(jsxRuntime.Fragment,{children:c==="create"?"Crear Tarea":"Guardar"})})]})]})})})]})})}var tg=`You are a Gantt chart AI assistant. You help users edit project tasks using natural language commands.
369
369
 
370
370
  AVAILABLE COMMANDS:
371
371
  1. move_task - Move a task to a different date
@@ -410,7 +410,7 @@ If ambiguous, ask for clarification in the message field.`;function rg(e){return
410
410
  ${ag(e).map(a=>{let n=a.startDate?a.startDate.toISOString().split("T")[0]:"no date",s=a.endDate?a.endDate.toISOString().split("T")[0]:"no date",o=a.dependencies?.length?`deps: [${a.dependencies.join(", ")}]`:"";return `- ${a.id}: "${a.name}" (${n} to ${s}, ${a.progress}%, ${a.status||"todo"}) ${o}`}).join(`
411
411
  `)}
412
412
 
413
- Today's date: ${new Date().toISOString().split("T")[0]}`}function ag(e){let t=[],r=a=>{for(let n of a)t.push(n),n.subtasks?.length&&r(n.subtasks);};return r(e),t}function Hn(e,t){let r=ag(e),a=t.toLowerCase().trim(),n=r.find(c=>c.name.toLowerCase()===a);if(n)return n;let s=r.find(c=>c.name.toLowerCase().includes(a));if(s)return s;let o=a.split(/\s+/);return r.find(c=>{let l=c.name.toLowerCase();return o.every(i=>l.includes(i))})}function cd(e,t=new Date){let r=e.toLowerCase().trim(),a=new Date(t);if(a.setHours(0,0,0,0),r==="today"||r==="hoy")return a;if(r==="tomorrow"||r==="ma\xF1ana"){let p=new Date(a);return p.setDate(p.getDate()+1),p}if(r==="yesterday"||r==="ayer"){let p=new Date(a);return p.setDate(p.getDate()-1),p}if(r==="next week"||r==="la pr\xF3xima semana"){let p=new Date(a);return p.setDate(p.getDate()+7),p}let n=r.match(/(?:next\s+)?(monday|tuesday|wednesday|thursday|friday|saturday|sunday|lunes|martes|miércoles|miercoles|jueves|viernes|sábado|sabado|domingo)/i);if(n){let m={sunday:0,domingo:0,monday:1,lunes:1,tuesday:2,martes:2,wednesday:3,mi\u00E9rcoles:3,miercoles:3,thursday:4,jueves:4,friday:5,viernes:5,saturday:6,s\u00E1bado:6,sabado:6}[n[1].toLowerCase()];if(m!==void 0){let f=new Date(a),x=f.getDay(),y=m-x;return y<=0&&(y+=7),f.setDate(f.getDate()+y),f}}let s=r.match(/in\s+(\d+)\s+(day|week|month|día|dias|semana|semanas|mes|meses)s?/i);if(s&&s[1]&&s[2]){let p=parseInt(s[1],10),m=s[2].toLowerCase(),f=new Date(a);return m==="day"||m==="d\xEDa"||m==="dias"?f.setDate(f.getDate()+p):m==="week"||m==="semana"||m==="semanas"?f.setDate(f.getDate()+p*7):(m==="month"||m==="mes"||m==="meses")&&f.setMonth(f.getMonth()+p),f}if(r.match(/(\d{4})-(\d{2})-(\d{2})/))return new Date(r);let c=r.match(/(\d{1,2})\/(\d{1,2})\/(\d{4})/);if(c&&c[1]&&c[2]&&c[3]){let p=parseInt(c[1],10),m=parseInt(c[2],10)-1,f=parseInt(c[3],10);return new Date(f,m,p)}let l={enero:0,febrero:1,marzo:2,abril:3,mayo:4,junio:5,julio:6,agosto:7,septiembre:8,octubre:9,noviembre:10,diciembre:11},i=r.match(/(\d{1,2})\s+de\s+(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)(?:\s+de\s+(\d{4}))?/i);if(i&&i[1]&&i[2]){let p=parseInt(i[1],10),m=l[i[2].toLowerCase()],f=i[3]?parseInt(i[3],10):a.getFullYear();if(m!==void 0)return new Date(f,m,p)}let d={january:0,february:1,march:2,april:3,may:4,june:5,july:6,august:7,september:8,october:9,november:10,december:11},u=r.match(/(january|february|march|april|may|june|july|august|september|october|november|december)\s+(\d{1,2})(?:,?\s+(\d{4}))?/i);if(u&&u[1]&&u[2]){let p=d[u[1].toLowerCase()],m=parseInt(u[2],10),f=u[3]?parseInt(u[3],10):a.getFullYear();if(p!==void 0)return new Date(f,p,m)}return null}function dd(e){let r=e.toLowerCase().trim().match(/(\d+)\s*(day|week|month|día|dias|semana|semanas|mes|meses)s?/i);if(r&&r[1]&&r[2]){let a=parseInt(r[1],10),n=r[2].toLowerCase();if(n==="day"||n==="d\xEDa"||n==="dias")return a;if(n==="week"||n==="semana"||n==="semanas")return a*7;if(n==="month"||n==="mes"||n==="meses")return a*30}return null}function ud(e){let t=e.match(/(\d+)(?:\s*%)?/);if(t&&t[1]){let r=parseInt(t[1],10);return Math.max(0,Math.min(100,r))}return null}function ng(e){let t=e.toLowerCase().trim();return t.includes("todo")||t.includes("pendiente")||t.includes("por hacer")?"todo":t.includes("in progress")||t.includes("in-progress")||t.includes("en progreso")||t.includes("working")||t.includes("trabajando")?"in-progress":t.includes("done")||t.includes("complete")||t.includes("finished")||t.includes("completado")||t.includes("terminado")||t.includes("hecho")?"completed":null}function og(e,t){let r=e.toLowerCase().trim(),a=r.match(/(?:move|mover|mueve)\s+(?:la\s+tarea\s+)?["""]?(.+?)["""]?\s+(?:to|a|para)\s+(?:la\s+fecha\s+)?(.+)/i);if(a&&a[1]&&a[2]){let i=a[1].trim(),d=a[2].trim(),u=Hn(t,i),p=cd(d);if(!u)return {type:"move_task",taskName:i,message:`Could not find a task named "${i}". Please check the task name and try again.`,success:false,error:"Task not found"};if(!p)return {type:"move_task",taskId:u.id,taskName:u.name,message:`Could not parse the date "${d}". Try using formats like "next Monday", "in 3 days", or "2024-01-15".`,success:false,error:"Invalid date"};let m=u.startDate&&u.endDate?Math.round((u.endDate.getTime()-u.startDate.getTime())/(1e3*60*60*24)):1,f=new Date(p);return f.setDate(f.getDate()+m),{type:"move_task",taskId:u.id,taskName:u.name,updates:{startDate:p,endDate:f},message:`Moved "${u.name}" to ${p.toLocaleDateString()}.`,success:true}}let n=r.match(/(?:extend|extender|extiende|alargar)\s+["""]?(.+?)["""]?\s+(?:by|por)\s+(.+)/i);if(n&&n[1]&&n[2]){let i=n[1].trim(),d=n[2].trim(),u=Hn(t,i),p=dd(d);if(!u)return {type:"resize_task",taskName:i,message:`Could not find a task named "${i}".`,success:false,error:"Task not found"};if(!p||!u.endDate)return {type:"resize_task",taskId:u.id,taskName:u.name,message:`Could not parse the duration "${d}".`,success:false,error:"Invalid duration"};let m=new Date(u.endDate);return m.setDate(m.getDate()+p),{type:"resize_task",taskId:u.id,taskName:u.name,updates:{endDate:m},message:`Extended "${u.name}" by ${p} days. New end date: ${m.toLocaleDateString()}.`,success:true}}let s=r.match(/(?:set|establecer|poner)\s+["""]?(.+?)["""]?\s+(?:progress|progreso)\s+(?:to|a|en)\s+(.+)/i);if(s&&s[1]&&s[2]){let i=s[1].trim(),d=s[2].trim(),u=Hn(t,i),p=ud(d);return u?p===null?{type:"set_progress",taskId:u.id,taskName:u.name,message:`Could not parse the progress value "${d}".`,success:false,error:"Invalid progress"}:{type:"set_progress",taskId:u.id,taskName:u.name,updates:{progress:p},message:`Set "${u.name}" progress to ${p}%.`,success:true}:{type:"set_progress",taskName:i,message:`Could not find a task named "${i}".`,success:false,error:"Task not found"}}let o=r.match(/(?:rename|renombrar|cambiar nombre de)\s+["""]?(.+?)["""]?\s+(?:to|a|por)\s+["""]?(.+?)["""]?$/i);if(o&&o[1]&&o[2]){let i=o[1].trim(),d=o[2].trim(),u=Hn(t,i);return u?{type:"rename_task",taskId:u.id,taskName:u.name,updates:{name:d},message:`Renamed "${u.name}" to "${d}".`,success:true}:{type:"rename_task",taskName:i,message:`Could not find a task named "${i}".`,success:false,error:"Task not found"}}let c=r.match(/(?:link|vincular|conectar)\s+["""]?(.+?)["""]?\s+(?:to|a|con)\s+["""]?(.+?)["""]?$/i);if(c&&c[1]&&c[2]){let i=c[1].trim(),d=c[2].trim(),u=Hn(t,i),p=Hn(t,d);return u?p?{type:"link_tasks",taskId:p.id,taskName:p.name,dependencyFrom:u.id,dependencyTo:p.id,message:`Linked "${u.name}" \u2192 "${p.name}".`,success:true}:{type:"link_tasks",taskName:d,message:`Could not find a task named "${d}".`,success:false,error:"Target task not found"}:{type:"link_tasks",taskName:i,message:`Could not find a task named "${i}".`,success:false,error:"Source task not found"}}let l=r.match(/(?:delete|eliminar|borrar|remove|quitar)\s+["""]?(.+?)["""]?$/i);if(l&&l[1]){let i=l[1].trim(),d=Hn(t,i);return d?{type:"delete_task",taskId:d.id,taskName:d.name,message:`Deleted "${d.name}".`,success:true}:{type:"delete_task",taskName:i,message:`Could not find a task named "${i}".`,success:false,error:"Task not found"}}return null}function sg(e){if(!e||typeof e!="object")return {type:"unknown",message:"Invalid response from AI",success:false,error:"Invalid response format"};let t=e;return {type:t.type||"unknown",taskId:typeof t.taskId=="string"?t.taskId:void 0,taskName:typeof t.taskName=="string"?t.taskName:void 0,updates:t.updates,newTask:t.newTask,dependencyFrom:typeof t.dependencyFrom=="string"?t.dependencyFrom:void 0,dependencyTo:typeof t.dependencyTo=="string"?t.dependencyTo:void 0,message:typeof t.message=="string"?t.message:"Command processed",success:typeof t.success=="boolean"?t.success:false,error:typeof t.error=="string"?t.error:void 0}}function Aw(e){if(e)switch(e.toUpperCase()){case "TODO":case "BLOCKED":return "todo";case "IN_PROGRESS":case "REVIEW":return "in-progress";case "DONE":return "completed";default:return "todo"}}function Iw(e){switch(e){case "todo":return "TODO";case "in-progress":return "IN_PROGRESS";case "completed":return "DONE";default:return e||"TODO"}}function cl(e,t=[],r=[]){let a=e.assignedUserIds?.map(d=>{let u=r.find(p=>p.id===d);return u?{name:u.name,initials:u.initials,color:u.color}:null}).filter(d=>d!==null),n=t.filter(d=>d.metadata?.parentCardId===e.id).map(d=>cl(d,t,r)),s;e.dependencies&&(typeof e.dependencies[0]=="string"?s=e.dependencies:s=e.dependencies.filter(d=>d.type==="finish-to-start").map(d=>d.taskId));let o=d=>{if(d)return typeof d=="string"?new Date(d):d},c=o(e.startDate),l=o(e.endDate),i=e.metadata?.isMilestone===true||c&&l&&Math.abs(l.getTime()-c.getTime())<=864e5;return {id:e.id,name:e.title,startDate:c,endDate:l,progress:e.progress||0,status:Aw(e.metadata?.status),assignees:a?.length?a:void 0,dependencies:s?.length?s:void 0,subtasks:n?.length?n:void 0,isExpanded:e.metadata?.isExpanded===true,isMilestone:i,isCriticalPath:e.metadata?.isCriticalPath===true}}function ig(e,t=[]){let r;return e.assignees&&e.assignees.length>0&&(r=e.assignees.map(a=>t.find(s=>s.name===a.name||s.initials===a.initials)?.id).filter(a=>a!==void 0)),{id:e.id,title:e.name,startDate:e.startDate,endDate:e.endDate,progress:e.progress,assignedUserIds:r?.length?r:void 0,metadata:{status:Iw(e.status),isExpanded:e.isExpanded,isMilestone:e.isMilestone,isCriticalPath:e.isCriticalPath}}}function lg(e,t=[]){return e.filter(a=>!a.metadata?.parentCardId).map(a=>cl(a,e,t))}var pd={columns:{name:"Task ID / Name",startDate:"Start Date",endDate:"End Date",progress:"Progress",status:"Status",assignees:"Assignees",priority:"Priority",actions:"Actions",estimatedTime:"Estimated",quotedTime:"Quoted",elapsedTime:"Executed",tags:"Tags",scheduleVariance:"Sched / Var",hoursBar:"Hours (Spent / Allocated)",teamLoad:"Team Load",blockers:"Blockers",weight:"Weight"},toolbar:{search:"Search",searchPlaceholder:"Search tasks...",filter:"Filter",clearFilters:"Clear Filters",export:"Export",columns:"Columns",newTask:"New Task"},filters:{status:"Status",assignees:"Assignees",dateRange:"Date Range",showCompleted:"Show Completed",all:"All",none:"None"},status:{todo:"To Do",inProgress:"In Progress",completed:"Completed"},actions:{edit:"Edit",delete:"Delete",duplicate:"Duplicate",viewDetails:"View Details"},empty:{noTasks:"No tasks yet",noResults:"No tasks match your filters",addFirstTask:"Add your first task"},pagination:{showing:"Showing",of:"of",tasks:"tasks",previous:"Previous",next:"Next"},bulk:{selected:"selected",delete:"Delete",move:"Move to",assignTo:"Assign to"}},md={columns:{name:"ID Tarea / Nombre",startDate:"Fecha Inicio",endDate:"Fecha Fin",progress:"Progreso",status:"Estado",assignees:"Asignados",priority:"Prioridad",actions:"Acciones",estimatedTime:"Estimado",quotedTime:"Ofertado",elapsedTime:"Ejecutado",tags:"Etiquetas",scheduleVariance:"Prog / Var",hoursBar:"Horas (Usado / Asignado)",teamLoad:"Equipo",blockers:"Bloqueantes",weight:"Peso"},toolbar:{search:"Buscar",searchPlaceholder:"Buscar tareas...",filter:"Filtrar",clearFilters:"Limpiar Filtros",export:"Exportar",columns:"Columnas",newTask:"Nueva Tarea"},filters:{status:"Estado",assignees:"Asignados",dateRange:"Rango de Fechas",showCompleted:"Mostrar Completadas",all:"Todos",none:"Ninguno"},status:{todo:"Por Hacer",inProgress:"En Progreso",completed:"Completado"},actions:{edit:"Editar",delete:"Eliminar",duplicate:"Duplicar",viewDetails:"Ver Detalles"},empty:{noTasks:"Sin tareas a\xFAn",noResults:"Ninguna tarea coincide con los filtros",addFirstTask:"Agrega tu primera tarea"},pagination:{showing:"Mostrando",of:"de",tasks:"tareas",previous:"Anterior",next:"Siguiente"},bulk:{selected:"seleccionadas",delete:"Eliminar",move:"Mover a",assignTo:"Asignar a"}},dl={en:pd,es:md};function gd(e){return dl[e]||dl.en}function ul(e,t){let r=gd(e);return t?{columns:{...r.columns,...t.columns},toolbar:{...r.toolbar,...t.toolbar},filters:{...r.filters,...t.filters},status:{...r.status,...t.status},actions:{...r.actions,...t.actions},empty:{...r.empty,...t.empty},pagination:{...r.pagination,...t.pagination},bulk:{...r.bulk,...t.bulk}}:r}var fd=[{value:"todo",icon:lucideReact.Circle,color:"text-gray-400"},{value:"in-progress",icon:lucideReact.PlayCircle,color:"text-[#3B9EFF]"},{value:"completed",icon:lucideReact.CheckCircle2,color:"text-[#3BF06E]"}];function cg(e){let t=e?.toLowerCase()||"todo";return t==="inprogress"||t==="in-progress"||t==="in_progress"?"in-progress":t==="completed"||t==="done"||t==="complete"?"completed":"todo"}function dg({value:e,onChange:t,isDark:r,translations:a,disabled:n=false}){let[s,o]=react.useState(false),c=react.useRef(null);react.useEffect(()=>{let m=f=>{c.current&&!c.current.contains(f.target)&&o(false);};return s&&document.addEventListener("mousedown",m),()=>document.removeEventListener("mousedown",m)},[s]);let l=cg(e),i=fd[0],d=fd.find(m=>m.value===l)??i,u=d.icon,p=m=>{switch(cg(m)){case "completed":return a.completed;case "in-progress":return a.inProgress;default:return a.todo}};return n||!t?jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx(u,{className:g("w-4 h-4 flex-shrink-0",d.color)}),jsxRuntime.jsx("span",{className:g("text-sm whitespace-nowrap",r?"text-white/60":"text-gray-500"),children:p(e)})]}):jsxRuntime.jsxs("div",{ref:c,className:"relative",children:[jsxRuntime.jsxs("button",{onClick:m=>{m.stopPropagation(),o(!s);},className:g("flex items-center gap-2 px-2 py-1 rounded transition-colors",r?"hover:bg-white/[0.05]":"hover:bg-gray-100"),children:[jsxRuntime.jsx(u,{className:g("w-4 h-4 flex-shrink-0",d.color)}),jsxRuntime.jsx("span",{className:g("text-sm whitespace-nowrap",r?"text-white/60":"text-gray-500"),children:p(e)}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:g("w-3 h-3",r?"text-white/30":"text-gray-400")})]}),s&&jsxRuntime.jsx("div",{className:g("absolute z-50 top-full left-0 mt-1 py-1 rounded-lg shadow-lg border min-w-[140px]",r?"bg-[#1A1A1A] border-[#222]":"bg-white border-gray-200"),children:fd.map(m=>{let f=m.icon;return jsxRuntime.jsxs("button",{onClick:x=>{x.stopPropagation(),t(m.value),o(false);},className:g("w-full flex items-center gap-2 px-3 py-2 text-sm transition-colors",r?"hover:bg-white/[0.05]":"hover:bg-gray-100",l===m.value&&(r?"bg-white/[0.03]":"bg-gray-50")),children:[jsxRuntime.jsx(f,{className:g("w-4 h-4",m.color)}),jsxRuntime.jsx("span",{className:r?"text-white":"text-gray-900",children:p(m.value)})]},m.value)})})]})}var bd=[{value:"urgent",label:{en:"Urgent",es:"Urgente"},color:"text-[#FF2D20]",bg:"bg-[#FF2D20]"},{value:"high",label:{en:"High",es:"Alta"},color:"text-[#FF2D20]",bg:"bg-[#FF2D20]"},{value:"medium",label:{en:"Medium",es:"Media"},color:"text-[#FFD60A]",bg:"bg-[#FFD60A]"},{value:"low",label:{en:"Low",es:"Baja"},color:"text-[#3B9EFF]",bg:"bg-[#3B9EFF]"},{value:"none",label:{en:"None",es:"Ninguna"},color:"text-gray-400",bg:"bg-gray-400"}];function pg({value:e="none",onChange:t,isDark:r,locale:a,disabled:n=false}){let[s,o]=react.useState(false),c=react.useRef(null);react.useEffect(()=>{let d=u=>{c.current&&!c.current.contains(u.target)&&o(false);};return s&&document.addEventListener("mousedown",d),()=>document.removeEventListener("mousedown",d)},[s]);let l=bd.find(d=>d.value===e)??bd[4],i=a==="es"?"es":"en";return n||!t?jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx(lucideReact.Flag,{className:g("w-4 h-4",l.color)}),jsxRuntime.jsx("span",{className:g("text-sm",r?"text-white/60":"text-gray-500"),children:l.label[i]})]}):jsxRuntime.jsxs("div",{ref:c,className:"relative",children:[jsxRuntime.jsxs("button",{onClick:d=>{d.stopPropagation(),o(!s);},className:g("flex items-center gap-2 px-2 py-1 rounded transition-colors",r?"hover:bg-white/[0.05]":"hover:bg-gray-100"),children:[jsxRuntime.jsx(lucideReact.Flag,{className:g("w-4 h-4",l.color)}),jsxRuntime.jsx("span",{className:g("text-sm",r?"text-white/60":"text-gray-500"),children:l.label[i]}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:g("w-3 h-3",r?"text-white/30":"text-gray-400")})]}),s&&jsxRuntime.jsx("div",{className:g("absolute z-50 top-full left-0 mt-1 py-1 rounded-lg shadow-lg border min-w-[120px]",r?"bg-[#1A1A1A] border-[#222]":"bg-white border-gray-200"),children:bd.map(d=>jsxRuntime.jsxs("button",{onClick:u=>{u.stopPropagation(),t(d.value),o(false);},className:g("w-full flex items-center gap-2 px-3 py-2 text-sm transition-colors",r?"hover:bg-white/[0.05]":"hover:bg-gray-100",e===d.value&&(r?"bg-white/[0.03]":"bg-gray-50")),children:[jsxRuntime.jsx("div",{className:g("w-2 h-2 rounded-full",d.bg)}),jsxRuntime.jsx("span",{className:r?"text-white":"text-gray-900",children:d.label[i]})]},d.value))})]})}function Qs(e){return e.split(" ").map(t=>t[0]).join("").toUpperCase().slice(0,2)}function hd(e){let t=["bg-[#00E5CC]","bg-green-500","bg-purple-500","bg-pink-500","bg-yellow-500","bg-red-500","bg-indigo-500","bg-[#00E5CC]"],r=0;for(let a=0;a<e.length;a++)r=e.charCodeAt(a)+((r<<5)-r);return t[Math.abs(r)%t.length]??"bg-[#00E5CC]"}function yd({value:e=[],availableUsers:t=[],onChange:r,isDark:a,locale:n,disabled:s=false}){let[o,c]=react.useState(false),[l,i]=react.useState(""),d=react.useRef(null),u=react.useRef(null);react.useEffect(()=>{let x=y=>{d.current&&!d.current.contains(y.target)&&(c(false),i(""));};return o&&document.addEventListener("mousedown",x),()=>document.removeEventListener("mousedown",x)},[o]),react.useEffect(()=>{o&&u.current&&u.current.focus();},[o]);let p=t.filter(x=>x.name.toLowerCase().includes(l.toLowerCase())),m=x=>e.some(y=>y.name===x),f=x=>{if(r){if(m(x.name))r(e.filter(y=>y.name!==x.name));else {let y={name:x.name,initials:Qs(x.name),color:x.color||hd(x.name).replace("bg-","").replace("-500",""),avatar:x.avatarUrl,id:x.id};r([...e,y]);}c(false),i("");}};return s||!r?e.length===0?jsxRuntime.jsx("span",{className:g("text-sm",a?"text-white/30":"text-gray-400"),children:"-"}):jsxRuntime.jsxs("div",{className:"flex items-center -space-x-2",children:[e.slice(0,3).map((x,y)=>jsxRuntime.jsx("div",{className:g("w-7 h-7 rounded-full flex items-center justify-center text-xs font-medium text-white border-2",a?"border-[#0D0D0D]":"border-white",!x.avatar&&hd(x.name)),style:x.color&&!x.avatar?{backgroundColor:x.color}:void 0,title:x.name,children:x.avatar?jsxRuntime.jsx("img",{src:x.avatar,alt:x.name,className:"w-full h-full rounded-full object-cover"}):x.initials||Qs(x.name)},`${x.name}-${y}`)),e.length>3&&jsxRuntime.jsxs("div",{className:g("w-7 h-7 rounded-full flex items-center justify-center text-xs font-medium border-2",a?"bg-[#1A1A1A] border-[#0D0D0D] text-white":"bg-gray-200 border-white text-gray-600"),children:["+",e.length-3]})]}):jsxRuntime.jsxs("div",{ref:d,className:"relative",children:[jsxRuntime.jsx("button",{onClick:x=>{x.stopPropagation(),c(!o);},className:g("flex items-center gap-1 px-2 py-1 rounded transition-colors",a?"hover:bg-white/[0.05]":"hover:bg-gray-100"),children:e.length===0?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(lucideReact.User,{className:g("w-4 h-4",a?"text-white/30":"text-gray-400")}),jsxRuntime.jsx(lucideReact.Plus,{className:g("w-3 h-3",a?"text-white/30":"text-gray-400")})]}):jsxRuntime.jsxs("div",{className:"flex items-center -space-x-1",children:[e.slice(0,2).map((x,y)=>jsxRuntime.jsx("div",{className:g("w-6 h-6 rounded-full flex items-center justify-center text-[10px] font-medium text-white border",a?"border-[#0D0D0D]":"border-white",!x.avatar&&hd(x.name)),style:x.color&&!x.avatar?{backgroundColor:x.color}:void 0,children:x.avatar?jsxRuntime.jsx("img",{src:x.avatar,alt:x.name,className:"w-full h-full rounded-full object-cover"}):x.initials||Qs(x.name)},`${x.name}-${y}`)),e.length>2&&jsxRuntime.jsxs("span",{className:g("text-xs ml-1",a?"text-white/60":"text-gray-500"),children:["+",e.length-2]})]})}),o&&jsxRuntime.jsxs("div",{className:"absolute z-50 top-full left-0 mt-1.5 rounded-lg overflow-hidden",style:{width:260,backgroundColor:a?"rgba(17, 17, 17, 0.98)":"rgba(255, 255, 255, 0.98)",border:`1px solid ${a?"rgba(255,255,255,0.10)":"rgba(0,0,0,0.1)"}`,boxShadow:a?"0 8px 24px rgba(0,0,0,0.5)":"0 8px 24px rgba(0,0,0,0.12)"},children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-1.5",style:{padding:"8px 10px",borderBottom:`1px solid ${a?"rgba(255,255,255,0.08)":"rgba(0,0,0,0.06)"}`},children:[jsxRuntime.jsx(lucideReact.Search,{className:"flex-shrink-0",style:{width:14,height:14,color:a?"rgba(255,255,255,0.20)":"#94A3B8"}}),jsxRuntime.jsx("input",{ref:u,type:"text",value:l,onChange:x=>i(x.target.value),placeholder:n==="es"?"Buscar miembros...":"Search members...",onClick:x=>x.stopPropagation(),style:{flex:1,fontSize:12,color:a?"rgba(255,255,255,0.92)":"#0F172A",backgroundColor:"transparent",border:"none",outline:"none",fontFamily:"Inter, sans-serif"}})]}),e.length>0&&jsxRuntime.jsx("div",{className:"flex flex-wrap gap-1",style:{padding:"6px 10px",borderBottom:`1px solid ${a?"rgba(255,255,255,0.08)":"rgba(0,0,0,0.06)"}`},children:e.map((x,y)=>jsxRuntime.jsxs("span",{className:"flex items-center gap-1",style:{fontSize:11,padding:"2px 6px 2px 4px",borderRadius:4,backgroundColor:x.color?`${x.color}20`:a?"rgba(255,255,255,0.08)":"rgba(0,0,0,0.06)",color:x.color||(a?"#fff":"#334155")},children:[jsxRuntime.jsx("span",{className:"flex items-center justify-center",style:{width:16,height:16,borderRadius:"50%",backgroundColor:x.color||"#00E5CC",fontSize:8,fontWeight:700,color:"#fff"},children:x.avatar?jsxRuntime.jsx("img",{src:x.avatar,alt:x.name,className:"w-full h-full rounded-full object-cover"}):x.initials||Qs(x.name)}),x.name.split(" ")[0],jsxRuntime.jsx("button",{onClick:b=>{b.stopPropagation(),r(e.filter(h=>h.name!==x.name));},className:"flex items-center justify-center",style:{width:14,height:14,borderRadius:3,border:"none",background:"transparent",color:"inherit",cursor:"pointer",opacity:.7},children:jsxRuntime.jsx(lucideReact.X,{style:{width:10,height:10}})})]},`${x.name}-${y}`))}),jsxRuntime.jsx("div",{style:{maxHeight:200,overflowY:"auto",padding:4},children:p.length===0?jsxRuntime.jsx("div",{style:{padding:"12px 10px",fontSize:12,color:a?"rgba(255,255,255,0.35)":"#94A3B8",textAlign:"center"},children:n==="es"?"No se encontraron miembros":"No members found"}):p.map(x=>{let y=m(x.name);return jsxRuntime.jsxs("button",{onClick:b=>{b.stopPropagation(),f(x);},className:"flex items-center w-full",style:{gap:8,padding:"6px 10px",borderRadius:4,border:"none",cursor:"pointer",backgroundColor:y?a?"rgba(0, 229, 204, 0.12)":"rgba(0, 229, 204, 0.08)":"transparent",color:a?"rgba(255,255,255,0.92)":"#0F172A",fontSize:12,textAlign:"left",transition:"background-color 0.1s"},onMouseEnter:b=>{y||(b.currentTarget.style.backgroundColor=a?"rgba(255,255,255,0.06)":"rgba(0,0,0,0.04)");},onMouseLeave:b=>{y||(b.currentTarget.style.backgroundColor="transparent");},children:[jsxRuntime.jsx("div",{className:"flex items-center justify-center flex-shrink-0",style:{width:24,height:24,borderRadius:"50%",backgroundColor:x.color||"#00E5CC",fontSize:9,fontWeight:700,color:"#fff"},children:x.avatarUrl?jsxRuntime.jsx("img",{src:x.avatarUrl,alt:x.name,className:"w-full h-full rounded-full object-cover"}):Qs(x.name)}),jsxRuntime.jsx("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:x.name}),y&&jsxRuntime.jsx("div",{className:"flex items-center justify-center",style:{width:16,height:16,borderRadius:4,backgroundColor:"rgba(96, 165, 250, 0.2)"},children:jsxRuntime.jsx("div",{style:{width:8,height:8,borderRadius:2,backgroundColor:"#60A5FA"}})})]},x.id)})})]})]})}function yg({startDate:e,endDate:t,onChange:r,singleDateMode:a=false,singleDateField:n="end",isDark:s,locale:o,disabled:c=false,placeholder:l}){let[i,d]=react.useState(false),[u,p]=react.useState(n),[m,f]=react.useState(()=>{let T=n==="start"?e:t;if(T){let Y=T instanceof Date?T:new Date(T);return new Date(Y.getFullYear(),Y.getMonth(),1)}return new Date(new Date().getFullYear(),new Date().getMonth(),1)}),x=react.useRef(null),y=react.useRef(null),b=react.useRef(null),[h,v]=react.useState(null),w=e?e instanceof Date?e:new Date(e):null,C=t?t instanceof Date?t:new Date(t):null;react.useEffect(()=>{let T=Y=>{let H=Y.target;x.current&&x.current.contains(H)||b.current&&b.current.contains(H)||d(false);};return i&&document.addEventListener("mousedown",T),()=>document.removeEventListener("mousedown",T)},[i]),react.useLayoutEffect(()=>{if(!i){v(null);return}let T=()=>{let Y=y.current?.getBoundingClientRect();if(!Y)return;let H=520,ee=360,I=window.innerHeight-Y.bottom,K=I<ee&&Y.top>I,j=K?Y.top-4:Y.bottom+4,W=Math.min(Math.max(Y.left,8),window.innerWidth-H-8);v({top:j,left:W,flipUp:K});};return T(),window.addEventListener("scroll",T,true),window.addEventListener("resize",T),()=>{window.removeEventListener("scroll",T,true),window.removeEventListener("resize",T);}},[i]),react.useEffect(()=>{i&&p(a?n:"start");},[i,a,n]);let S=T=>T?T.toLocaleDateString(o==="es"?"es-ES":"en-US",{day:"numeric",month:"short"}):l||"-",F=react.useCallback(()=>{let T=m.getFullYear(),Y=m.getMonth(),H=new Date(T,Y,1),I=new Date(T,Y+1,0).getDate(),K=H.getDay(),j=[],$=new Date(T,Y,0).getDate();for(let We=K-1;We>=0;We--)j.push({date:new Date(T,Y-1,$-We),isCurrentMonth:false});for(let We=1;We<=I;We++)j.push({date:new Date(T,Y,We),isCurrentMonth:true});let ve=42-j.length;for(let We=1;We<=ve;We++)j.push({date:new Date(T,Y+1,We),isCurrentMonth:false});return j},[m]),k=T=>{if(a)n==="start"?r(T,C||void 0):r(w||void 0,T),d(false);else if(u==="start"){let Y=C&&T>C?T:C;r(T,Y||void 0),p("end");}else {let Y=w&&T<w?T:w;r(Y||void 0,T),d(false);}},N=()=>{let T=new Date,Y=new Date(T);Y.setDate(T.getDate()+1);let H=new Date(T);H.setDate(T.getDate()+((6-T.getDay()+7)%7||7));let ee=new Date(T);ee.setDate(T.getDate()+((1-T.getDay()+7)%7||7));let I=new Date(T);I.setDate(T.getDate()+(6-T.getDay()+7)%7+7);let K=new Date(T);K.setDate(T.getDate()+14);let j=new Date(T);return j.setDate(T.getDate()+28),[{label:o==="es"?"Hoy":"Today",date:T,display:T.toLocaleDateString(o==="es"?"es-ES":"en-US",{weekday:"short"}).slice(0,3)+"."},{label:o==="es"?"Ma\xF1ana":"Tomorrow",date:Y,display:Y.toLocaleDateString(o==="es"?"es-ES":"en-US",{weekday:"short"}).slice(0,3)+"."},{label:o==="es"?"Este fin de semana":"This weekend",date:H,display:o==="es"?"s\xE1b.":"sat."},{label:o==="es"?"Pr\xF3xima semana":"Next week",date:ee,display:o==="es"?"lun.":"mon."},{label:o==="es"?"Pr\xF3ximo fin de semana":"Next weekend",date:I,display:I.toLocaleDateString(o==="es"?"es-ES":"en-US",{day:"numeric",month:"short"})},{label:o==="es"?"2 semanas":"2 weeks",date:K,display:K.toLocaleDateString(o==="es"?"es-ES":"en-US",{day:"numeric",month:"short"})},{label:o==="es"?"4 semanas":"4 weeks",date:j,display:j.toLocaleDateString(o==="es"?"es-ES":"en-US",{day:"numeric",month:"short"})}]};if(c){let T=a&&n==="start"?w:C;return jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx(lucideReact.Calendar,{className:g("w-4 h-4",s?"text-white/30":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm",s?"text-white/60":"text-gray-500"),children:S(T)})]})}let P=a&&n==="start"?w:C;return jsxRuntime.jsxs("div",{ref:x,className:"relative",children:[jsxRuntime.jsxs("button",{ref:y,onClick:T=>{T.stopPropagation(),d(!i);let Y=n==="start"?w:C;Y&&f(new Date(Y.getFullYear(),Y.getMonth(),1));},className:g("flex items-center gap-2 px-2 py-1 rounded transition-colors",s?"hover:bg-white/[0.05]":"hover:bg-gray-100"),children:[jsxRuntime.jsx(lucideReact.Calendar,{className:g("w-4 h-4",s?"text-white/30":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm",s?"text-white/60":"text-gray-500"),children:S(P)})]}),i&&h&&reactDom.createPortal(jsxRuntime.jsxs("div",{ref:b,className:g("rounded-xl shadow-2xl overflow-hidden flex",s?"bg-[#1A1A1A] border border-[#222]":"bg-white border border-gray-200"),style:{position:"fixed",top:h.flipUp?void 0:h.top,bottom:h.flipUp?window.innerHeight-h.top:void 0,left:h.left,zIndex:10001},onClick:T=>T.stopPropagation(),children:[jsxRuntime.jsxs("div",{className:g("w-44 py-2 border-r",s?"border-[#222]":"border-gray-200"),children:[N().map((T,Y)=>jsxRuntime.jsxs("button",{className:g("w-full flex items-center justify-between px-3 py-2 text-sm transition-colors",s?"hover:bg-white/[0.05] text-white":"hover:bg-gray-50 text-gray-900"),onClick:()=>k(T.date),children:[jsxRuntime.jsx("span",{children:T.label}),jsxRuntime.jsx("span",{className:g("text-xs",s?"text-white/30":"text-gray-400"),children:T.display})]},Y)),jsxRuntime.jsx("div",{className:g("border-t mt-2 pt-2",s?"border-[#222]":"border-gray-200"),children:jsxRuntime.jsxs("button",{onClick:()=>{a?n==="start"?r(void 0,C||void 0):r(w||void 0,void 0):r(void 0,void 0),d(false);},className:g("w-full flex items-center justify-between px-3 py-2 text-sm transition-colors",s?"hover:bg-white/[0.05] text-red-400":"hover:bg-gray-50 text-red-500"),children:[jsxRuntime.jsx("span",{children:o==="es"?"Quitar fecha":"Clear date"}),jsxRuntime.jsx(lucideReact.X,{className:"w-4 h-4 opacity-50"})]})})]}),jsxRuntime.jsxs("div",{className:"p-4",children:[!a&&jsxRuntime.jsx("div",{className:g("text-xs mb-3 px-2 py-1 rounded",s?"bg-white/[0.03] text-white/60":"bg-gray-100 text-gray-600"),children:u==="start"?o==="es"?"\u{1F4C5} Selecciona fecha de inicio":"\u{1F4C5} Select start date":o==="es"?"\u{1F4C5} Selecciona fecha de fin":"\u{1F4C5} Select end date"}),jsxRuntime.jsxs("div",{className:"flex items-center justify-between mb-4",children:[jsxRuntime.jsx("span",{className:g("font-medium",s?"text-white":"text-gray-900"),children:m.toLocaleDateString(o==="es"?"es-ES":"en-US",{month:"long",year:"numeric"})}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[jsxRuntime.jsx("button",{onClick:()=>f(new Date),className:g("p-1 rounded text-sm transition-colors",s?"hover:bg-white/[0.05] text-white":"hover:bg-gray-100 text-gray-700"),children:o==="es"?"Hoy":"Today"}),jsxRuntime.jsx("button",{onClick:()=>f(new Date(m.getFullYear(),m.getMonth()-1)),className:g("p-1 rounded",s?"hover:bg-white/[0.05]":"hover:bg-gray-100"),children:jsxRuntime.jsx(lucideReact.ChevronLeft,{className:g("w-4 h-4",s?"text-white":"text-gray-600")})}),jsxRuntime.jsx("button",{onClick:()=>f(new Date(m.getFullYear(),m.getMonth()+1)),className:g("p-1 rounded",s?"hover:bg-white/[0.05]":"hover:bg-gray-100"),children:jsxRuntime.jsx(lucideReact.ChevronRight,{className:g("w-4 h-4",s?"text-white":"text-gray-600")})})]})]}),jsxRuntime.jsx("div",{className:"grid grid-cols-7 gap-1 mb-2",children:(o==="es"?["do","lu","ma","mi","ju","vi","s\xE1"]:["su","mo","tu","we","th","fr","sa"]).map(T=>jsxRuntime.jsx("div",{className:g("w-8 h-8 flex items-center justify-center text-xs",s?"text-white/30":"text-gray-400"),children:T},T))}),jsxRuntime.jsx("div",{className:"grid grid-cols-7 gap-1",children:F().map((T,Y)=>{let H=T.date.toDateString()===new Date().toDateString(),ee=w?.toDateString()===T.date.toDateString(),I=C?.toDateString()===T.date.toDateString(),K=ee||I,j=!a&&w&&C&&T.date>=w&&T.date<=C;return jsxRuntime.jsx("button",{onClick:()=>k(new Date(T.date)),className:g("w-8 h-8 rounded-full flex items-center justify-center text-sm transition-colors",!T.isCurrentMonth&&(s?"text-white/20":"text-gray-300"),T.isCurrentMonth&&(s?"text-white":"text-gray-900"),H&&"ring-2 ring-[#00E5CC]",ee&&"bg-[#00E5CC] text-white",I&&!ee&&"bg-[#7C3AED] text-white",j&&!K&&(s?"bg-[#7C3AED]/20":"bg-purple-100"),!K&&(s?"hover:bg-white/[0.05]":"hover:bg-gray-100")),children:T.date.getDate()},Y)})})]})]}),document.body)]})}function fl({value:e,onChange:t,isDark:r,locale:a,disabled:n=false,dateField:s="end",startDate:o,endDate:c}){let l=e?e instanceof Date?e:new Date(e):null;return jsxRuntime.jsx(yg,{startDate:s==="start"?l:o||null,endDate:s==="end"?l:c||null,onChange:(p,m)=>{t&&t(s==="start"?p:m);},singleDateMode:true,singleDateField:s,isDark:r,locale:a,disabled:n||!t,placeholder:"-"})}function ms(e=600){let[t,r]=react.useState(false),a=react.useRef(null),n=react.useCallback(()=>{a.current&&clearTimeout(a.current),r(true),a.current=setTimeout(()=>{r(false);},e);},[e]);return react.useEffect(()=>()=>{a.current&&clearTimeout(a.current);},[]),{isFlashing:t,triggerFlash:n}}function bl(e,t={}){let{enabled:r=true,duration:a=400,steps:n=8}=t,[s,o]=react.useState(e),[c,l]=react.useState(false),i=react.useRef(e),d=react.useRef([]);return react.useEffect(()=>{if(d.current.forEach(clearTimeout),d.current=[],!r||e===i.current||e===void 0){o(e),i.current=e;return}let u=i.current??0,p=e,m=p-u,f=a/n;l(true);for(let x=1;x<=n;x++){let y=setTimeout(()=>{let b=x/n,h=1-Math.pow(1-b,3),v=Math.round(u+m*h);o(v),x===n&&(l(false),o(p));},f*x);d.current.push(y);}return i.current=e,()=>{d.current.forEach(clearTimeout),d.current=[];}},[e,r,a,n]),{displayValue:s,isAnimating:c}}function xg(e,t={}){let{delay:r=1500,onCancel:a}=t,[n,s]=react.useState(null),[o,c]=react.useState(0),l=react.useRef(null),i=react.useRef(null),d=react.useCallback(m=>{l.current&&clearTimeout(l.current),i.current&&clearInterval(i.current),s(m),c(0);let f=Date.now();i.current=setInterval(()=>{let x=Date.now()-f,y=Math.min(x/r*100,100);c(y);},16),l.current=setTimeout(()=>{i.current&&clearInterval(i.current),e?.(m),s(null),c(0);},r);},[r,e]),u=react.useCallback(()=>{l.current&&clearTimeout(l.current),i.current&&clearInterval(i.current),s(null),c(0),a?.();},[a]);return react.useEffect(()=>()=>{l.current&&clearTimeout(l.current),i.current&&clearInterval(i.current);},[]),{pendingValue:n,isPending:n!==null,progress:o,startChange:d,cancelChange:u}}function wg({value:e=0,onChange:t,isDark:r,disabled:a=false,enableSlotMachine:n=true,enableSaveFlash:s=true}){let[o,c]=react.useState(false),[l,i]=react.useState(""),d=react.useRef(null),{isFlashing:u,triggerFlash:p}=ms(),{displayValue:m,isAnimating:f}=bl(e,{enabled:n,duration:300,steps:6}),x=w=>{if(a||!t)return;w.stopPropagation();let C=w.currentTarget.getBoundingClientRect(),S=w.clientX-C.left,F=Math.round(S/C.width*100),k=Math.max(0,Math.min(100,F));k!==e&&(t(k),s&&p());},y=react.useCallback(w=>{a||!t||(w.stopPropagation(),i(String(e)),c(true));},[a,t,e]);react.useEffect(()=>{o&&d.current&&(d.current.focus(),d.current.select());},[o]);let b=react.useCallback(()=>{c(false);let w=parseInt(l,10);if(!isNaN(w)&&t){let C=Math.max(0,Math.min(100,w));C!==e&&(t(C),s&&p());}},[l,t,e,s,p]),h=react.useCallback(w=>{w.key==="Enter"&&b(),w.key==="Escape"&&c(false);},[b]),v=m??e;return jsxRuntime.jsxs("div",{className:g("flex items-center gap-2 w-full rounded px-1 py-0.5 transition-[background-color] duration-300",u&&(r?"bg-[#3BF06E]/30":"bg-[#3BF06E]/20")),children:[v>0?jsxRuntime.jsx("div",{onClick:x,className:g("flex-1 h-2 rounded-full overflow-hidden",r?"bg-white/[0.05]":"bg-gray-200",!a&&t&&"cursor-pointer"),children:jsxRuntime.jsx("div",{className:g("h-full rounded-full transition-[width]",v===100?"bg-[#3BF06E]":"bg-[#3B9EFF]",f&&"transition-none"),style:{width:`${v}%`}})}):jsxRuntime.jsx("div",{className:"flex-1"}),o?jsxRuntime.jsxs("div",{className:"flex items-center gap-0.5",onClick:w=>w.stopPropagation(),children:[jsxRuntime.jsx("input",{ref:d,value:l,onChange:w=>i(w.target.value.replace(/[^0-9]/g,"")),onBlur:b,onKeyDown:h,maxLength:3,className:g("w-8 text-xs text-right tabular-nums font-mono rounded border px-1 py-0 outline-none",r?"bg-white/10 border-white/20 text-white focus:border-[#00E5CC]":"bg-white border-gray-300 text-gray-900 focus:border-[#00E5CC]")}),jsxRuntime.jsx("span",{className:g("text-xs font-mono",r?"text-white/40":"text-gray-400"),children:"%"})]}):jsxRuntime.jsxs("span",{onClick:y,className:g("text-xs w-8 text-right tabular-nums font-mono rounded px-1",v===0?r?"text-[#6B7280]":"text-gray-400":r?"text-white/60":"text-gray-500",!a&&t&&"cursor-pointer hover:bg-white/[0.08]",f&&"font-medium scale-105"),title:!a&&t?"Click to edit":void 0,children:[v,"%"]})]})}function Tg({value:e="",onChange:t,isDark:r,placeholder:a="-",disabled:n=false}){let[s,o]=react.useState(false),[c,l]=react.useState(e),i=react.useRef(null);react.useEffect(()=>{s&&i.current&&(i.current.focus(),i.current.select());},[s]),react.useEffect(()=>{l(e);},[e]);let d=()=>{c!==e&&t?.(c),o(false);},u=p=>{p.key==="Enter"?d():p.key==="Escape"&&(l(e),o(false));};return n||!t?jsxRuntime.jsx("span",{className:g("text-sm truncate",r?"text-white/60":"text-gray-500"),children:e||a}):s?jsxRuntime.jsx("input",{ref:i,type:"text",value:c,onChange:p=>l(p.target.value),onBlur:d,onKeyDown:u,onClick:p=>p.stopPropagation(),className:g("w-full px-2 py-1 text-sm rounded border outline-none",r?"bg-white/[0.03] border-[#00E5CC] text-white":"bg-white border-[#00E5CC] text-gray-900")}):jsxRuntime.jsx("button",{onClick:p=>{p.stopPropagation(),o(true);},className:g("text-sm truncate text-left w-full px-2 py-1 rounded transition-colors",r?"text-white/60 hover:bg-white/[0.05]":"text-gray-500 hover:bg-gray-100",!e&&(r?"text-white/30":"text-gray-400")),children:e||a})}function Sg({value:e,onChange:t,isDark:r,placeholder:a="-",min:n,max:s,disabled:o=false,enableSlotMachine:c=true,enableSaveFlash:l=true}){let[i,d]=react.useState(false),[u,p]=react.useState(e?.toString()||""),m=react.useRef(null),{isFlashing:f,triggerFlash:x}=ms(),{displayValue:y,isAnimating:b}=bl(e,{enabled:c&&!i});react.useEffect(()=>{i&&m.current&&(m.current.focus(),m.current.select());},[i]),react.useEffect(()=>{p(e?.toString()||"");},[e]);let h=()=>{let w=parseFloat(u);if(!isNaN(w)){let C=w;n!==void 0&&(C=Math.max(n,C)),s!==void 0&&(C=Math.min(s,C)),C!==e&&(t?.(C),l&&x());}d(false);},v=w=>{w.key==="Enter"?h():w.key==="Escape"&&(p(e?.toString()||""),d(false));};return o||!t?jsxRuntime.jsx("span",{className:g("text-sm font-mono",r?"text-white/60":"text-gray-500",b&&"font-medium"),children:y!==void 0?y:a}):i?jsxRuntime.jsx("input",{ref:m,type:"number",value:u,onChange:w=>p(w.target.value),onBlur:h,onKeyDown:v,onClick:w=>w.stopPropagation(),min:n,max:s,className:g("w-full px-2 py-1 text-sm rounded border outline-none",r?"bg-white/[0.03] border-[#00E5CC] text-white":"bg-white border-[#00E5CC] text-gray-900")}):jsxRuntime.jsx("button",{onClick:w=>{w.stopPropagation(),d(true);},className:g("text-sm text-left w-full px-2 py-1 rounded transition-[background-color] duration-300",r?"text-white/60 hover:bg-white/[0.05]":"text-gray-500 hover:bg-gray-100",y===void 0&&(r?"text-white/30":"text-gray-400"),f&&(r?"bg-green-500/30":"bg-green-500/20"),b&&"font-medium scale-105"),children:y!==void 0?y:a})}function Eg({value:e,options:t=[],onChange:r,isDark:a,placeholder:n="-",disabled:s=false}){let[o,c]=react.useState(false),l=react.useRef(null);return react.useEffect(()=>{let i=d=>{l.current&&!l.current.contains(d.target)&&c(false);};return o&&document.addEventListener("mousedown",i),()=>document.removeEventListener("mousedown",i)},[o]),s||!r?jsxRuntime.jsx("span",{className:g("text-sm",a?"text-white/60":"text-gray-500"),children:e||n}):jsxRuntime.jsxs("div",{ref:l,className:"relative",children:[jsxRuntime.jsxs("button",{onClick:i=>{i.stopPropagation(),c(!o);},className:g("flex items-center gap-2 px-2 py-1 rounded transition-colors min-w-[80px]",a?"hover:bg-white/[0.05]":"hover:bg-gray-100"),children:[jsxRuntime.jsx("span",{className:g("text-sm flex-1 text-left truncate",a?"text-white/60":"text-gray-500",!e&&(a?"text-white/30":"text-gray-400")),children:e||n}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:g("w-3 h-3 flex-shrink-0",a?"text-white/30":"text-gray-400")})]}),o&&jsxRuntime.jsx("div",{className:g("absolute z-50 top-full left-0 mt-1 py-1 rounded-lg shadow-lg border min-w-[120px] max-h-48 overflow-y-auto",a?"bg-[#1A1A1A] border-[#222]":"bg-white border-gray-200"),children:t.length===0?jsxRuntime.jsx("p",{className:g("px-3 py-2 text-sm",a?"text-white/30":"text-gray-400"),children:"No options"}):t.map(i=>jsxRuntime.jsxs("button",{onClick:d=>{d.stopPropagation(),r(i),c(false);},className:g("w-full flex items-center justify-between gap-2 px-3 py-2 text-sm transition-colors",a?"hover:bg-white/[0.05]":"hover:bg-gray-100",e===i&&(a?"bg-white/[0.03]":"bg-gray-50")),children:[jsxRuntime.jsx("span",{className:a?"text-white":"text-gray-900",children:i}),e===i&&jsxRuntime.jsx(lucideReact.Check,{className:"w-4 h-4 text-[#00E5CC]"})]},i))})]})}function Pg({value:e=false,onChange:t,isDark:r,disabled:a=false,enableDelayedConfirm:n=true,confirmDelay:s=1500}){let{pendingValue:o,isPending:c,progress:l,startChange:i,cancelChange:d}=xg(t,{delay:s}),u=m=>{m.stopPropagation(),!a&&t&&(n?c?d():i(!e):t(!e));},p=c?o:e;return jsxRuntime.jsxs("div",{className:"relative inline-flex items-center gap-1",children:[jsxRuntime.jsxs("button",{onClick:u,disabled:a||!t,className:g("relative w-5 h-5 rounded border-2 flex items-center justify-center transition-[border-color,background-color,box-shadow]",p?"bg-[#00E5CC] border-[#00E5CC]":r?"border-[#333] hover:border-[#6B7280]":"border-gray-300 hover:border-gray-400",(a||!t)&&"opacity-50 cursor-not-allowed",c&&"ring-2 ring-offset-1",c&&p&&"ring-green-500/50",c&&!p&&"ring-red-500/50",c&&(r?"ring-offset-[#050505]":"ring-offset-white")),children:[c&&jsxRuntime.jsx("svg",{className:"absolute inset-0 w-full h-full -rotate-90",viewBox:"0 0 20 20",children:jsxRuntime.jsx("circle",{cx:"10",cy:"10",r:"8",fill:"none",stroke:p?"#22C55E":"#EF4444",strokeWidth:"2",strokeDasharray:`${l/100*50.26} 50.26`,className:"transition-all duration-100"})}),c?jsxRuntime.jsx(lucideReact.Loader2,{className:"w-3 h-3 text-white animate-spin"}):p?jsxRuntime.jsx(lucideReact.Check,{className:"w-3 h-3 text-white"}):null]}),c&&jsxRuntime.jsx("button",{onClick:m=>{m.stopPropagation(),d();},className:g("w-4 h-4 rounded-full flex items-center justify-center transition-colors",r?"bg-red-500/20 hover:bg-red-500/40 text-red-400":"bg-red-100 hover:bg-red-200 text-red-500"),title:"Cancelar",children:jsxRuntime.jsx(lucideReact.X,{className:"w-3 h-3"})})]})}function Ag({value:e=[],isDark:t,maxVisible:r=2}){if(e.length===0)return jsxRuntime.jsx("span",{className:g("text-sm",t?"text-white/30":"text-gray-400"),children:"-"});let a=e.slice(0,r),n=e.length-r;return jsxRuntime.jsxs("div",{className:"flex items-center gap-1 flex-wrap",children:[a.map(s=>jsxRuntime.jsx("span",{className:"inline-flex items-center px-2 py-0.5 text-[9px] font-mono uppercase tracking-wide rounded",style:{backgroundColor:s.color?`${s.color}20`:t?"rgba(255,255,255,0.05)":"#F3F4F6",color:s.color||(t?"rgba(255,255,255,0.5)":"#6B7280")},children:s.name},s.id)),n>0&&jsxRuntime.jsxs("span",{className:g("inline-flex items-center px-2 py-0.5 text-xs rounded-full",t?"bg-white/[0.05] text-white/60":"bg-gray-100 text-gray-500"),children:["+",n]})]})}function yk(e,t="en"){if(e==null||e===0||!e||Number(e)===0)return "-";let r=Math.floor(e/60),a=e%60;return r===0?`${a}m`:a===0?`${r}h`:`${r}h ${a}m`}function xk(e){let t=e.trim().toLowerCase();if(!t||t==="-")return null;let r=t.match(/^(\d+):(\d+)$/);if(r&&r[1]&&r[2]){let c=parseInt(r[1],10),l=parseInt(r[2],10);return c*60+l}let a=t.match(/^(\d+\.?\d*)\s*h\s*(\d+)?\s*(m|min)?$/);if(a&&a[1]){let c=parseFloat(a[1]),l=a[2]?parseInt(a[2],10):0;return Math.round(c*60)+l}let n=t.match(/^(\d+\.?\d*)\s*h$/);if(n&&n[1])return Math.round(parseFloat(n[1])*60);let s=t.match(/^(\d+)\s*(m|min)$/);if(s&&s[1])return parseInt(s[1],10);let o=parseFloat(t);return isNaN(o)?null:Math.round(o*60)}function Aa({value:e,onChange:t,isDark:r,locale:a="en",placeholder:n,disabled:s=false,enableSaveFlash:o=true,isBlurred:c=false,lens:l="hours",hourlyRate:i=0,financialOverride:d}){let[u,p]=react.useState(false),[m,f]=react.useState(""),x=react.useRef(null),{isFlashing:y,triggerFlash:b}=ms(),h=l==="financial"&&(i>0||d!=null),v=d??(e?e/60*i:0),w=h&&(d!=null?d>0:e)?`$${Math.round(v).toLocaleString("en-US")}`:yk(e,a);react.useEffect(()=>{u&&x.current&&(x.current.focus(),x.current.select());},[u]),react.useEffect(()=>{if(e){let k=Math.floor(e/60),N=e%60;k>0&&N>0?f(`${k}h ${N}m`):k>0?f(`${k}h`):f(`${N}m`);}else f("");},[e,u]);let C=()=>{let k=xk(m);k!==e&&(t?.(k),o&&b()),p(false);},S=k=>{k.key==="Enter"?C():k.key==="Escape"&&p(false);};if(c)return jsxRuntime.jsxs("div",{className:"flex items-center gap-1.5",title:a==="es"?"No tienes permisos para ver este dato":"You don't have permission to view this data",children:[jsxRuntime.jsx(lucideReact.Clock,{className:g("w-3.5 h-3.5 flex-shrink-0",r?"text-white/30":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm select-none blur-[4px] opacity-60 pointer-events-none",r?"text-white/60":"text-gray-500"),"aria-hidden":"true",children:"\u2022\u2022\u2022\u2022"})]});let F=h?lucideReact.DollarSign:lucideReact.Clock;return s||!t?!e||e===0?null:jsxRuntime.jsxs("div",{className:"flex items-center justify-center gap-1.5",children:[jsxRuntime.jsx(F,{className:g("w-3.5 h-3.5 flex-shrink-0",r?"text-white/30":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm font-mono",r?"text-white/60":"text-gray-500"),children:w})]}):u?jsxRuntime.jsx("input",{ref:x,type:"text",value:m,onChange:k=>f(k.target.value),onBlur:C,onKeyDown:S,onClick:k=>k.stopPropagation(),placeholder:"8 (=8h), 1h 30m",className:g("w-full px-2 py-1 text-sm rounded border outline-none",r?"bg-white/[0.03] border-[#00E5CC] text-white placeholder:text-white/30":"bg-white border-[#00E5CC] text-gray-900 placeholder:text-gray-400")}):jsxRuntime.jsxs("button",{onClick:k=>{k.stopPropagation(),p(true);},className:g("flex items-center justify-center gap-1 text-sm w-full px-1.5 py-1 rounded transition-[background-color] duration-300 overflow-hidden",r?"hover:bg-white/[0.05]":"hover:bg-gray-100",e!=null&&e>0?r?"text-white/60":"text-gray-600":r?"text-white/30":"text-gray-400",y&&(r?"bg-green-500/30":"bg-green-500/20")),children:[e!=null&&e>0&&jsxRuntime.jsx(F,{className:g("w-3 h-3 flex-shrink-0",r?"text-white/30":"text-gray-400")}),jsxRuntime.jsx("span",{className:"truncate font-mono",children:w})]})}function $g({startDate:e,endDate:t,scheduleVariance:r,isDark:a,locale:n="en",hasTimeAllocated:s=true}){if(!e&&!t)return jsxRuntime.jsx("span",{className:g("text-[11px] font-mono",a?"text-white/30":"text-gray-400"),children:"-"});let o=l=>l.toLocaleDateString(n==="es"?"es-ES":"en-US",{month:"short",day:"numeric"}),c=()=>{if(r==null)return null;let l=n==="es";return r===0?s?jsxRuntime.jsx("span",{className:"font-mono",style:{fontSize:"10px",color:"#10B981",fontWeight:600},children:l?"En Tiempo":"On Track"}):jsxRuntime.jsx("span",{className:"font-mono",style:{fontSize:"10px",color:a?"rgba(255,255,255,0.3)":"#94A3B8",fontWeight:500},children:l?"Tiempo no asignado":"No time allocated"}):r>0?jsxRuntime.jsxs("span",{className:"font-mono",style:{fontSize:"10px",color:"#3BF06E",fontWeight:600},children:["+",r,"d ",l?"Adelante":"Early"]}):jsxRuntime.jsxs("span",{className:"font-mono",style:{fontSize:"10px",color:"#F87171",fontWeight:600},children:[r,"d ",l?"Atraso":"Delay"]})};return jsxRuntime.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"2px"},children:[jsxRuntime.jsxs("span",{className:g("text-[11px] font-mono",a?"text-white/60":"text-gray-500"),children:[e?o(e):"\u2014",jsxRuntime.jsx("span",{className:a?"text-white/20 mx-1":"text-gray-300 mx-1",children:"vs"}),t?o(t):"\u2014"]}),c()]})}function Hg({task:e,isDark:t,locale:r="en",onLogTime:a,onEstimateUpdate:n,onSoldEffortUpdate:s,onOpenTimeLog:o,lens:c="hours",hourlyRate:l=0}){let i=r==="es",d=c==="financial"&&l>0,u=j=>d?`$${Math.round(j*l).toLocaleString("en-US")}`:`${j}h`,[p,m]=react.useState(false),[f,x]=react.useState(false),[y,b]=react.useState(null),h=react.useRef(null),v=e.timeLoggedMinutes||0,w=e.effortMinutes||0,C=e.soldEffortMinutes||0,S=Math.round(v/60*10)/10,F=Math.round(w/60*10)/10,k=w>0?v/w*100:0,N=k>100?Math.round((v-w)/60*10)/10:0,P=k>100?"#EF4444":"#00E5CC";react.useEffect(()=>{if(!f&&!y)return;let j=W=>{h.current&&!h.current.contains(W.target)&&(x(false),b(null));};return document.addEventListener("mousedown",j),()=>document.removeEventListener("mousedown",j)},[f,y]);let T=j=>{if(j.stopPropagation(),a&&!n&&!s){b("log");return}if(a||n||s){x(W=>!W),b(null);return}o&&o(e);},Y=j=>{x(false),b(j);},H=async(j,W)=>{y==="log"&&a&&j?a(e,j,W):y==="estimate"&&n?n(e,j):y==="quoted"&&s&&s(e,j),b(null);},ee=a||n||s||o,I=[{mode:"log",icon:lucideReact.Clock,label:i?"Registrar tiempo":"Log time",show:!!a},{mode:"estimate",icon:lucideReact.Target,label:i?"Estimaci\xF3n":"Estimate",show:!!n},{mode:"quoted",icon:lucideReact.DollarSign,label:i?"T. Ofertado":"Quoted time",show:!!s}].filter(j=>j.show),K=y==="estimate"?w:y==="quoted"?C:void 0;return w===0&&v===0&&C===0?jsxRuntime.jsxs("div",{ref:h,className:"relative flex items-center gap-2",onClick:j=>j.stopPropagation(),onMouseEnter:()=>m(true),onMouseLeave:()=>m(false),children:[jsxRuntime.jsx("span",{className:g("text-[11px] font-mono",t?"text-white/30":"text-gray-400"),children:"\u2014"}),p&&ee&&jsxRuntime.jsx("button",{onClick:T,className:"flex items-center justify-center w-6 h-6 rounded-md transition-colors",style:{color:t?"rgba(255,255,255,0.35)":"#9CA3AF",backgroundColor:"transparent"},onMouseEnter:j=>{j.currentTarget.style.color=t?"rgba(255,255,255,0.8)":"#374151",j.currentTarget.style.backgroundColor=t?"rgba(255,255,255,0.06)":"#F3F4F6";},onMouseLeave:j=>{j.currentTarget.style.color=t?"rgba(255,255,255,0.35)":"#9CA3AF",j.currentTarget.style.backgroundColor="transparent";},title:i?"+ Tiempo":"+ Time",children:jsxRuntime.jsx(lucideReact.Plus,{className:"w-3.5 h-3.5"})}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:f&&jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,scale:.95,y:-4},animate:{opacity:1,scale:1,y:0},exit:{opacity:0,scale:.95,y:-4},transition:{duration:.1},className:"absolute right-0 top-full mt-1 z-50",style:{background:t?"rgba(10,10,10,0.95)":"#FFFFFF",border:t?"1px solid rgba(255,255,255,0.10)":"1px solid #E5E7EB",borderRadius:8,boxShadow:t?"0 8px 32px rgba(0,0,0,0.6)":"0 8px 32px rgba(0,0,0,0.12)",backdropFilter:"blur(16px)",overflow:"hidden",minWidth:160},children:I.map(j=>jsxRuntime.jsxs("button",{onClick:W=>{W.stopPropagation(),Y(j.mode);},className:"w-full flex items-center gap-2 px-3 py-2 text-left transition-colors",style:{fontSize:11,fontFamily:"'JetBrains Mono', monospace",color:t?"rgba(255,255,255,0.7)":"#374151",background:"transparent",border:"none",cursor:"pointer"},onMouseEnter:W=>{W.target.style.background=t?"rgba(255,255,255,0.06)":"#F3F4F6";},onMouseLeave:W=>{W.target.style.background="transparent";},children:[jsxRuntime.jsx(j.icon,{style:{width:12,height:12,flexShrink:0,opacity:.5}}),j.label]},j.mode))})}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:y&&jsxRuntime.jsx("div",{className:"absolute right-0 top-full mt-1 z-50",children:jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,scale:.95,y:-4},animate:{opacity:1,scale:1,y:0},exit:{opacity:0,scale:.95,y:-4},transition:{duration:.12},children:jsxRuntime.jsx(xn,{mode:y,locale:r,isDark:t,currentValue:K||void 0,onSave:H,onClose:()=>b(null)})})})})]}):jsxRuntime.jsxs("div",{ref:h,className:"relative flex items-center gap-2 w-full",onClick:j=>j.stopPropagation(),onMouseEnter:()=>m(true),onMouseLeave:()=>m(false),children:[jsxRuntime.jsxs("div",{className:"flex flex-col gap-1 flex-1 min-w-0",style:{padding:"8px 12px",borderRadius:"4px",border:t?"1px solid #333":"1px solid #E5E7EB",backgroundColor:t?"#1A1A1A":"#F9FAFB"},children:[(()=>{let j=v===0,$=(w>0?v/w:0)>1.1;return jsxRuntime.jsxs("div",{className:"flex items-center gap-1.5",children:[jsxRuntime.jsx("span",{className:"font-mono",style:{fontSize:13,fontWeight:700,color:j?t?"#4B5563":"#9CA3AF":t?"#FFFFFF":"#111827"},children:u(S)}),w>0&&jsxRuntime.jsxs("span",{className:"font-mono",style:{fontSize:11,color:t?"rgba(255,255,255,0.3)":"#9CA3AF"},children:["/ ",u(F)]}),N>0&&jsxRuntime.jsxs("span",{className:"font-mono px-1.5 py-0.5 rounded",style:{fontSize:10,color:$?"#EF4444":t?"rgba(255,255,255,0.5)":"#6B7280",backgroundColor:$?"rgba(239,68,68,0.15)":"transparent"},children:["+",u(N)," ",i?"Excedido":"Over"]})]})})(),w>0&&jsxRuntime.jsx("div",{className:"w-full overflow-hidden",style:{height:3,backgroundColor:t?"#333":"#E5E7EB",borderRadius:2},children:jsxRuntime.jsx("div",{style:{height:"100%",width:`${Math.min(k,100)}%`,backgroundColor:P,borderRadius:2,transition:"width 0.3s"}})})]}),ee&&jsxRuntime.jsx("button",{onClick:T,className:"flex-shrink-0 flex items-center justify-center w-7 h-7 rounded-md transition-all duration-150",style:{opacity:p?1:0,pointerEvents:p?"auto":"none",color:t?"rgba(255,255,255,0.35)":"#9CA3AF",backgroundColor:"transparent",border:"none"},onMouseEnter:j=>{j.currentTarget.style.color=t?"rgba(255,255,255,0.8)":"#374151",j.currentTarget.style.backgroundColor=t?"rgba(255,255,255,0.06)":"#F3F4F6";},onMouseLeave:j=>{j.currentTarget.style.color=t?"rgba(255,255,255,0.35)":"#9CA3AF",j.currentTarget.style.backgroundColor="transparent";},title:i?"+ Tiempo":"+ Time",children:jsxRuntime.jsx(lucideReact.Plus,{className:"w-3.5 h-3.5"})}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:f&&jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,scale:.95,y:-4},animate:{opacity:1,scale:1,y:0},exit:{opacity:0,scale:.95,y:-4},transition:{duration:.1},className:"absolute right-0 top-full mt-1 z-50",style:{background:t?"rgba(10,10,10,0.95)":"#FFFFFF",border:t?"1px solid rgba(255,255,255,0.10)":"1px solid #E5E7EB",borderRadius:8,boxShadow:t?"0 8px 32px rgba(0,0,0,0.6)":"0 8px 32px rgba(0,0,0,0.12)",backdropFilter:"blur(16px)",overflow:"hidden",minWidth:160},children:I.map(j=>jsxRuntime.jsxs("button",{onClick:W=>{W.stopPropagation(),Y(j.mode);},className:"w-full flex items-center gap-2 px-3 py-2 text-left transition-colors",style:{fontSize:11,fontFamily:"'JetBrains Mono', monospace",color:t?"rgba(255,255,255,0.7)":"#374151",background:"transparent",border:"none",cursor:"pointer"},onMouseEnter:W=>{W.target.style.background=t?"rgba(255,255,255,0.06)":"#F3F4F6";},onMouseLeave:W=>{W.target.style.background="transparent";},children:[jsxRuntime.jsx(j.icon,{style:{width:12,height:12,flexShrink:0,opacity:.5}}),j.label]},j.mode))})}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:y&&jsxRuntime.jsx("div",{className:"absolute right-0 top-full mt-1 z-50",children:jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,scale:.95,y:-4},animate:{opacity:1,scale:1,y:0},exit:{opacity:0,scale:.95,y:-4},transition:{duration:.12},children:jsxRuntime.jsx(xn,{mode:y,locale:r,isDark:t,currentValue:K||void 0,onSave:H,onClose:()=>b(null)})})})})]})}function Dk(e){let t=new Map;function r(a){if(a.assignees)for(let n of a.assignees)n.name&&!t.has(n.name)&&t.set(n.name,n);if(a.subtasks)for(let n of a.subtasks)r(n);}return r(e),Array.from(t.values())}function Sk(e){return e>100?{bg:"rgba(239,68,68,0.15)",text:"#EF4444"}:e>=86?{bg:"rgba(245,158,11,0.15)",text:"#F59E0B"}:e>=61?{bg:"rgba(0,229,204,0.15)",text:"#00E5CC"}:{bg:"rgba(34,197,94,0.15)",text:"#22C55E"}}function Ug({assignee:e,size:t=28,isDark:r}){let a=t===28?"w-7 h-7":t===24?"w-6 h-6":"w-5 h-5",n=t===28?"text-[10px]":"text-[9px]";return e.avatar?jsxRuntime.jsx("img",{src:e.avatar,alt:e.name,className:g(a,"rounded-full object-cover ring-1 flex-shrink-0",r?"ring-white/10":"ring-gray-200")}):jsxRuntime.jsx("div",{className:g(a,"rounded-full flex items-center justify-center font-bold text-white ring-1 flex-shrink-0",n,r?"ring-white/10":"ring-gray-200"),style:{backgroundColor:e.color||"#6B7280"},children:e.initials||e.name?.charAt(0)?.toUpperCase()||"?"})}function Wg({task:e,isDark:t,locale:r="en"}){let a=r==="es",n=!!e.hasChildren,s=e.assignees?.[0],o=e.teamLoad;if(n){let d=Dk(e);if(d.length===0)return null;let u=d.slice(0,3),p=d.length-3;return jsxRuntime.jsxs("div",{className:"flex items-center",children:[jsxRuntime.jsx("div",{className:"flex -space-x-2",children:u.map((m,f)=>jsxRuntime.jsx(Ug,{assignee:m,size:24,isDark:t},m.name+f))}),p>0&&jsxRuntime.jsxs("span",{className:g("ml-1 text-[10px] font-mono",t?"text-white/40":"text-gray-400"),title:d.slice(3).map(m=>m.name).join(", "),children:["+",p]})]})}if(!s)return jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx("div",{className:g("w-7 h-7 rounded-full flex items-center justify-center flex-shrink-0",t?"bg-white/5":"bg-gray-100"),children:jsxRuntime.jsx(lucideReact.User,{className:"w-3.5 h-3.5",style:{color:"#4B5563"}})}),jsxRuntime.jsx("span",{className:g("text-[11px]",t?"text-white/30":"text-gray-400"),children:a?"Sin asignar":"Unassigned"})]});let c=o?.percentage??0,l=!!o&&c>0,i=l?Sk(c):null;return jsxRuntime.jsxs("div",{className:"flex flex-col gap-1",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx(Ug,{assignee:s,size:28,isDark:t}),jsxRuntime.jsx("span",{className:g("text-[13px] truncate",t?"text-white":"text-gray-900"),style:{maxWidth:"100px"},children:s.name})]}),l&&i&&jsxRuntime.jsxs("span",{className:"px-1.5 py-0.5 rounded text-[10px] font-mono uppercase tracking-wide w-fit font-semibold",style:{backgroundColor:i.bg,color:i.text},children:[c,"% LOAD"]})]})}var Ek={critical:"bg-[#FF2D20]/15 text-[#FF2D20]",warning:"bg-[#FFD60A]/15 text-[#FFD60A]",info:"bg-[#3B9EFF]/15 text-[#3B9EFF]"};function Gg({blockers:e,isDark:t,locale:r="en"}){return !e||e.length===0?jsxRuntime.jsx("span",{className:g("text-[9px] font-mono uppercase tracking-wide",t?"text-white/20":"text-gray-400"),children:r==="es"?"Ninguno":"None"}):jsxRuntime.jsx("div",{className:"flex items-center gap-1 flex-wrap",children:e.map((a,n)=>jsxRuntime.jsxs("span",{className:g("px-1.5 py-0.5 rounded text-[9px] font-mono uppercase tracking-wide whitespace-nowrap",Ek[a.severity]),children:[a.type," #",a.id]},`${a.type}-${a.id}-${n}`))})}function Gk(e){return e.split(" ").map(t=>t[0]).join("").toUpperCase().slice(0,2)}function Vk(e){let t=["blue","green","purple","pink","yellow","red","indigo","teal"],r=0;for(let a=0;a<e.length;a++)r=e.charCodeAt(a)+((r<<5)-r);return t[Math.abs(r)%t.length]??"blue"}function Xg({state:e,onClose:t,isDark:r,locale:a,onTaskEdit:n,onTaskDuplicate:s,onTaskDelete:o,onTaskUpdate:c,onColumnHide:l,onColumnSort:i,availableUsers:d=[],onOpenTimeLog:u,onReportBlocker:p,onCopyTaskLink:m,onTaskMove:f,onTaskIndent:x,onTaskOutdent:y}){let b=react.useRef(null),h=a==="es"?_g.es:_g.en,[v,w]=react.useState({left:e.x,top:e.y});if(react.useLayoutEffect(()=>{w({left:e.x,top:e.y});let N=b.current;if(!N)return;let P=N.getBoundingClientRect(),T=8,Y=e.x,H=e.y;e.y+P.height>window.innerHeight-T&&(H=Math.max(T,e.y-P.height)),e.x+P.width>window.innerWidth-T&&(Y=Math.max(T,window.innerWidth-P.width-T)),(Y!==e.x||H!==e.y)&&w({left:Y,top:H});},[e.x,e.y,e.isOpen]),react.useEffect(()=>{let N=T=>{b.current&&!b.current.contains(T.target)&&t();},P=T=>{T.key==="Escape"&&t();};return document.addEventListener("mousedown",N),document.addEventListener("keydown",P),()=>{document.removeEventListener("mousedown",N),document.removeEventListener("keydown",P);}},[t]),!e.isOpen)return null;let C=()=>{if(!e.task)return [];let N=[];return n&&N.push({id:"edit",label:h.edit,icon:jsxRuntime.jsx(lucideReact.Edit3,{className:"w-4 h-4"}),onClick:()=>{n(e.task),t();}}),N.push({id:"sep1",label:"",icon:null,separator:true}),c&&(N.push({id:"status",label:h.changeStatus,icon:jsxRuntime.jsx(lucideReact.CheckCircle2,{className:"w-4 h-4"}),submenu:[{id:"status-todo",label:h.todo,icon:jsxRuntime.jsx(lucideReact.Circle,{className:"w-4 h-4 text-gray-400"}),onClick:()=>{c({...e.task,status:"todo",progress:0}),t();}},{id:"status-in-progress",label:h.inProgress,icon:jsxRuntime.jsx(lucideReact.PlayCircle,{className:"w-4 h-4 text-[#00E5CC]"}),onClick:()=>{c({...e.task,status:"in-progress",progress:e.task.progress||50}),t();}},{id:"status-completed",label:h.completed,icon:jsxRuntime.jsx(lucideReact.CheckCircle2,{className:"w-4 h-4 text-green-500"}),onClick:()=>{c({...e.task,status:"completed",progress:100}),t();}}]}),N.push({id:"priority",label:h.changePriority,icon:jsxRuntime.jsx(lucideReact.Flag,{className:"w-4 h-4"}),submenu:[{id:"priority-urgent",label:h.urgent,icon:jsxRuntime.jsx("div",{className:"w-3 h-3 rounded-full bg-red-500"}),onClick:()=>{c({...e.task,priority:"urgent"}),t();}},{id:"priority-high",label:h.high,icon:jsxRuntime.jsx("div",{className:"w-3 h-3 rounded-full bg-orange-500"}),onClick:()=>{c({...e.task,priority:"high"}),t();}},{id:"priority-medium",label:h.medium,icon:jsxRuntime.jsx("div",{className:"w-3 h-3 rounded-full bg-yellow-500"}),onClick:()=>{c({...e.task,priority:"medium"}),t();}},{id:"priority-low",label:h.low,icon:jsxRuntime.jsx("div",{className:"w-3 h-3 rounded-full bg-[#00E5CC]"}),onClick:()=>{c({...e.task,priority:"low"}),t();}}]}),d.length>0&&N.push({id:"assign",label:h.assignUser,icon:jsxRuntime.jsx(lucideReact.Users,{className:"w-4 h-4"}),submenu:d.slice(0,5).map(P=>({id:`assign-${P.id}`,label:P.name,icon:jsxRuntime.jsx("div",{className:"w-5 h-5 rounded-full flex items-center justify-center text-[10px] text-white bg-[#00E5CC]",children:P.name.charAt(0).toUpperCase()}),onClick:()=>{let T=e.task.assignees||[],H=T.some(ee=>ee.name===P.name)?T.filter(ee=>ee.name!==P.name):[...T,{name:P.name,initials:Gk(P.name),color:P.color||Vk(P.name),avatar:P.avatarUrl}];c({...e.task,assignees:H}),t();}}))})),u&&N.push({id:"log-time",label:h.logTime,icon:jsxRuntime.jsx(lucideReact.Clock,{className:"w-4 h-4"}),onClick:()=>{u(e.task),t();}}),p&&N.push({id:"report-blocker",label:h.reportBlocker,icon:jsxRuntime.jsx(lucideReact.AlertTriangle,{className:"w-4 h-4"}),onClick:()=>{p(e.task),t();}}),m&&N.push({id:"copy-link",label:h.copyLink,icon:jsxRuntime.jsx(lucideReact.Link2,{className:"w-4 h-4"}),onClick:()=>{m(e.task),t();}}),N.push({id:"sep2",label:"",icon:null,separator:true}),s&&N.push({id:"duplicate",label:h.duplicate,icon:jsxRuntime.jsx(lucideReact.Copy,{className:"w-4 h-4"}),onClick:()=>{s(e.task),t();}}),(f||x||y)&&(N.push({id:"sep3",label:"",icon:null,separator:true}),f&&(N.push({id:"move-up",label:h.moveUp,icon:jsxRuntime.jsx(lucideReact.ArrowUp,{className:"w-4 h-4"}),onClick:()=>{f(e.task.id,"up"),t();}}),N.push({id:"move-down",label:h.moveDown,icon:jsxRuntime.jsx(lucideReact.ArrowDown,{className:"w-4 h-4"}),onClick:()=>{f(e.task.id,"down"),t();}})),x&&N.push({id:"indent",label:h.indent,icon:jsxRuntime.jsx(lucideReact.ChevronRight,{className:"w-4 h-4"}),onClick:()=>{x(e.task.id),t();}}),y&&N.push({id:"outdent",label:h.outdent,icon:jsxRuntime.jsx(lucideReact.ArrowUp,{className:"w-4 h-4 -rotate-90"}),onClick:()=>{y(e.task.id),t();}})),o&&N.push({id:"delete",label:h.delete,icon:jsxRuntime.jsx(lucideReact.Trash2,{className:"w-4 h-4"}),danger:true,onClick:()=>{o(e.task.id),t();}}),N},S=()=>{if(!e.columnId)return [];let N=[];return i&&(N.push({id:"sort-asc",label:h.sortAsc,icon:jsxRuntime.jsx(lucideReact.ArrowUp,{className:"w-4 h-4"}),onClick:()=>{i(e.columnId,"asc"),t();}}),N.push({id:"sort-desc",label:h.sortDesc,icon:jsxRuntime.jsx(lucideReact.ArrowDown,{className:"w-4 h-4"}),onClick:()=>{i(e.columnId,"desc"),t();}})),l&&e.columnId!=="name"&&(N.push({id:"sep-hide",label:"",icon:null,separator:true}),N.push({id:"hide",label:h.hideColumn,icon:jsxRuntime.jsx(lucideReact.EyeOff,{className:"w-4 h-4"}),onClick:()=>{l(e.columnId),t();}})),N},F=e.type==="task"?C():S(),k={position:"fixed",left:v.left,top:v.top,zIndex:9999};return jsxRuntime.jsx("div",{ref:b,style:k,className:g("py-1 rounded-lg shadow-xl border min-w-[180px]",r?"bg-[#0D0D0D] border-[#222]":"bg-white border-gray-200"),children:F.map(N=>N.separator?jsxRuntime.jsx("div",{className:g("my-1 h-px",r?"bg-white/[0.05]":"bg-gray-200")},N.id):N.submenu?jsxRuntime.jsx(jk,{item:N,isDark:r},N.id):jsxRuntime.jsxs("button",{onClick:N.onClick,className:g("w-full flex items-center gap-3 px-3 py-2 text-sm transition-colors",r?"hover:bg-white/[0.05]":"hover:bg-gray-100",N.danger?"text-red-500 hover:text-red-600":r?"text-white":"text-gray-700"),children:[jsxRuntime.jsx("span",{className:g(N.danger?"text-red-500":r?"text-white/60":"text-gray-400"),children:N.icon}),N.label]},N.id))})}function jk({item:e,isDark:t}){let[r,a]=react.useState(false),n=react.useRef();return jsxRuntime.jsxs("div",{className:"relative",onMouseEnter:()=>{n.current&&clearTimeout(n.current),a(true);},onMouseLeave:()=>{n.current=setTimeout(()=>a(false),150);},children:[jsxRuntime.jsxs("button",{className:g("w-full flex items-center gap-3 px-3 py-2 text-sm transition-colors",t?"hover:bg-white/[0.05] text-white":"hover:bg-gray-100 text-gray-700"),children:[jsxRuntime.jsx("span",{className:t?"text-white/60":"text-gray-400",children:e.icon}),jsxRuntime.jsx("span",{className:"flex-1",children:e.label}),jsxRuntime.jsx(lucideReact.ChevronRight,{className:g("w-4 h-4",t?"text-white/30":"text-gray-400")})]}),r&&e.submenu&&jsxRuntime.jsx("div",{className:g("absolute left-full top-0 ml-1 py-1 rounded-lg shadow-xl border min-w-[160px]",t?"bg-[#0D0D0D] border-[#222]":"bg-white border-gray-200"),children:e.submenu.map(c=>jsxRuntime.jsxs("button",{onClick:c.onClick,className:g("w-full flex items-center gap-3 px-3 py-2 text-sm transition-colors",t?"hover:bg-white/[0.05] text-white":"hover:bg-gray-100 text-gray-700"),children:[jsxRuntime.jsx("span",{className:t?"text-white/60":"text-gray-400",children:c.icon}),c.label]},c.id))})]})}var _g={en:{edit:"Edit",changeStatus:"Change status",changePriority:"Change priority",assignUser:"Assign user",duplicate:"Duplicate",moveUp:"Move up",moveDown:"Move down",indent:"Make subtask",outdent:"Remove from parent",delete:"Delete",todo:"To Do",inProgress:"In Progress",completed:"Completed",urgent:"Urgent",high:"High",medium:"Medium",low:"Low",sortAsc:"Sort A \u2192 Z",sortDesc:"Sort Z \u2192 A",hideColumn:"Hide column",logTime:"Log Time",reportBlocker:"Report Blocker",copyLink:"Copy Link"},es:{edit:"Editar",changeStatus:"Cambiar estado",changePriority:"Cambiar prioridad",assignUser:"Asignar usuario",duplicate:"Duplicar",moveUp:"Mover arriba",moveDown:"Mover abajo",indent:"Convertir en subtarea",outdent:"Sacar de subtarea",delete:"Eliminar",todo:"Pendiente",inProgress:"En Progreso",completed:"Completado",urgent:"Urgente",high:"Alta",medium:"Media",low:"Baja",sortAsc:"Ordenar A \u2192 Z",sortDesc:"Ordenar Z \u2192 A",hideColumn:"Ocultar columna",logTime:"Registrar Tiempo",reportBlocker:"Reportar Bloqueante",copyLink:"Copiar Enlace"}};var n0={name:jsxRuntime.jsx(lucideReact.Type,{className:"w-4 h-4"}),status:jsxRuntime.jsx(lucideReact.CircleDot,{className:"w-4 h-4"}),priority:jsxRuntime.jsx(lucideReact.Flag,{className:"w-4 h-4"}),assignees:jsxRuntime.jsx(lucideReact.Users,{className:"w-4 h-4"}),startDate:jsxRuntime.jsx(lucideReact.Calendar,{className:"w-4 h-4"}),endDate:jsxRuntime.jsx(lucideReact.CalendarCheck,{className:"w-4 h-4"}),progress:jsxRuntime.jsx(lucideReact.BarChart,{className:"w-4 h-4"}),tags:jsxRuntime.jsx(lucideReact.Tag,{className:"w-4 h-4"}),estimatedTime:jsxRuntime.jsx(lucideReact.Clock,{className:"w-4 h-4"}),quotedTime:jsxRuntime.jsx(lucideReact.FileText,{className:"w-4 h-4"}),elapsedTime:jsxRuntime.jsx(lucideReact.Timer,{className:"w-4 h-4"}),effortMinutes:jsxRuntime.jsx(lucideReact.Clock,{className:"w-4 h-4"}),timeLoggedMinutes:jsxRuntime.jsx(lucideReact.Timer,{className:"w-4 h-4"}),soldEffortMinutes:jsxRuntime.jsx(lucideReact.FileText,{className:"w-4 h-4"}),scheduleVariance:jsxRuntime.jsx(lucideReact.CalendarClock,{className:"w-4 h-4"}),hoursBar:jsxRuntime.jsx(lucideReact.BarChart3,{className:"w-4 h-4"}),teamLoad:jsxRuntime.jsx(lucideReact.Users,{className:"w-4 h-4"}),blockers:jsxRuntime.jsx(lucideReact.AlertTriangle,{className:"w-4 h-4"}),weight:jsxRuntime.jsx(lucideReact.BarChart,{className:"w-4 h-4"}),text:jsxRuntime.jsx(lucideReact.Type,{className:"w-4 h-4"}),number:jsxRuntime.jsx(lucideReact.Hash,{className:"w-4 h-4"}),date:jsxRuntime.jsx(lucideReact.Calendar,{className:"w-4 h-4"}),dropdown:jsxRuntime.jsx(lucideReact.ChevronDown,{className:"w-4 h-4"}),checkbox:jsxRuntime.jsx(lucideReact.CheckSquare,{className:"w-4 h-4"})},l1=["name","status","priority","startDate","endDate","progress","tags","effortMinutes","timeLoggedMinutes","soldEffortMinutes","weight"];function s0({isOpen:e,onClose:t,columns:r,customFields:a=[],onColumnsChange:n,onCreateCustomField:s,isDark:o,locale:c}){let[l,i]=react.useState(""),[d,u]=react.useState(null),[p,m]=react.useState(null),f=react.useRef(null),x=c==="es"?o0.es:o0.en;react.useLayoutEffect(()=>{if(!e||!f.current)return;let F=()=>{if(!f.current)return;let k=f.current.parentElement;if(k){let Y=k.getBoundingClientRect();m({top:Y.bottom+4,right:window.innerWidth-Y.right});}let N=f.current.getBoundingClientRect(),T=window.innerHeight-N.top-20;u(Math.max(300,T));};return requestAnimationFrame(F),window.addEventListener("resize",F),()=>window.removeEventListener("resize",F)},[e]),react.useEffect(()=>{if(!e)return;let F=setTimeout(()=>{let k=P=>{f.current&&!f.current.contains(P.target)&&t();},N=P=>{P.key==="Escape"&&t();};document.addEventListener("mousedown",k),document.addEventListener("keydown",N),f._cleanup=()=>{document.removeEventListener("mousedown",k),document.removeEventListener("keydown",N);};},100);return ()=>{clearTimeout(F),f._cleanup&&f._cleanup();}},[e,t]);let y=react.useMemo(()=>{let F=new Set([...l1]);return r.forEach(k=>{k.type&&k.type!=="assignees"&&F.add(k.type);}),Array.from(F)},[r]);if(!e)return null;let b=F=>{let k=x.columns[F];if(k)return k;let N=r.find(P=>P.type===F);return N?.label?N.label:F},h=F=>{if(F==="name")return;let k=r.map(N=>N.id===F?{...N,visible:!N.visible}:N);n(k);},v=(F,k)=>{let N=r.find(T=>T.type===F&&(!k||T.customFieldId===k));if(N){h(N.id);return}let P={id:k||F,type:F,label:k?a.find(T=>T.id===k)?.name||F:b(F),width:120,visible:true,sortable:true,resizable:true,customFieldId:k};n([...r,P]);},w=y.filter(F=>F!=="assignees"&&b(F).toLowerCase().includes(l.toLowerCase())),C=a.filter(F=>F.name.toLowerCase().includes(l.toLowerCase())),S=o?"#00E5FF":"#00E5CC";return jsxRuntime.jsxs("div",{ref:f,style:{...d?{maxHeight:`${d}px`}:{},...p?{top:p.top,right:p.right}:{},background:o?"#111114":"#FFFFFF",border:`1px solid ${o?"rgba(255,255,255,0.06)":"rgba(0,0,0,0.08)"}`,boxShadow:o?"0 8px 32px rgba(0,0,0,0.7)":"0 8px 32px rgba(0,0,0,0.12)",zIndex:99999},className:"fixed w-64 rounded-xl flex flex-col",children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between px-3.5 py-2.5",style:{borderBottom:`1px solid ${o?"rgba(255,255,255,0.06)":"rgba(0,0,0,0.06)"}`},children:[jsxRuntime.jsx("span",{style:{fontSize:10,fontWeight:600,letterSpacing:"0.08em",color:o?"rgba(255,255,255,0.4)":"rgba(0,0,0,0.35)",fontFamily:"JetBrains Mono, monospace"},children:x.title.toUpperCase()}),jsxRuntime.jsx("button",{onClick:t,className:"w-6 h-6 rounded-md flex items-center justify-center transition-colors",style:{color:o?"rgba(255,255,255,0.3)":"rgba(0,0,0,0.3)"},onMouseEnter:F=>{F.currentTarget.style.backgroundColor=o?"rgba(255,255,255,0.06)":"rgba(0,0,0,0.05)",F.currentTarget.style.color=o?"rgba(255,255,255,0.7)":"rgba(0,0,0,0.6)";},onMouseLeave:F=>{F.currentTarget.style.backgroundColor="transparent",F.currentTarget.style.color=o?"rgba(255,255,255,0.3)":"rgba(0,0,0,0.3)";},children:jsxRuntime.jsx(lucideReact.X,{className:"w-3.5 h-3.5"})})]}),jsxRuntime.jsx("div",{className:"px-3 py-2",children:jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx(lucideReact.Search,{className:"absolute left-2.5 top-1/2 -translate-y-1/2 w-3.5 h-3.5",style:{color:o?"rgba(255,255,255,0.2)":"rgba(0,0,0,0.25)"}}),jsxRuntime.jsx("input",{type:"text",value:l,onChange:F=>i(F.target.value),placeholder:x.searchPlaceholder,style:{fontSize:12,background:o?"rgba(255,255,255,0.04)":"rgba(0,0,0,0.03)",border:`1px solid ${o?"rgba(255,255,255,0.06)":"rgba(0,0,0,0.06)"}`,color:o?"rgba(255,255,255,0.85)":"rgba(0,0,0,0.8)"},className:"w-full pl-8 pr-3 py-1.5 rounded-lg outline-none placeholder:opacity-40 transition-colors focus:border-[var(--focus-border)]",ref:F=>{F&&F.style.setProperty("--focus-border",S);},onFocus:F=>{F.currentTarget.style.borderColor=S,F.currentTarget.style.background=o?"rgba(255,255,255,0.06)":"rgba(0,0,0,0.04)";},onBlur:F=>{F.currentTarget.style.borderColor=o?"rgba(255,255,255,0.06)":"rgba(0,0,0,0.06)",F.currentTarget.style.background=o?"rgba(255,255,255,0.04)":"rgba(0,0,0,0.03)";}})]})}),jsxRuntime.jsxs("div",{className:"overflow-y-auto flex-1 min-h-0 overscroll-contain px-2 pb-2",onWheel:F=>F.stopPropagation(),children:[jsxRuntime.jsxs("div",{className:"mb-1",children:[jsxRuntime.jsx("div",{className:"px-1.5 py-1.5",style:{fontSize:9,fontWeight:600,letterSpacing:"0.1em",color:o?"rgba(255,255,255,0.25)":"rgba(0,0,0,0.3)",fontFamily:"JetBrains Mono, monospace"},children:x.standardFields.toUpperCase()}),jsxRuntime.jsx("div",{className:"space-y-px",children:w.map(F=>{let k=r.find(T=>T.type===F&&!T.customFieldId),N=k?.visible??false,P=F==="name";return jsxRuntime.jsxs("button",{onClick:()=>{P||(k?h(k.id):v(F));},disabled:P,className:"w-full flex items-center gap-2.5 px-2 py-[5px] rounded-md transition-colors",style:{opacity:P?.4:1,cursor:P?"not-allowed":"pointer"},onMouseEnter:T=>{P||(T.currentTarget.style.backgroundColor=o?"rgba(255,255,255,0.05)":"rgba(0,0,0,0.04)");},onMouseLeave:T=>{T.currentTarget.style.backgroundColor="transparent";},children:[jsxRuntime.jsx("div",{className:"w-4 h-4 rounded flex items-center justify-center flex-shrink-0 transition-all",style:{background:N?S:"transparent",border:N?`1.5px solid ${S}`:`1.5px solid ${o?"rgba(255,255,255,0.15)":"rgba(0,0,0,0.15)"}`,boxShadow:N?`0 0 6px ${S}40`:"none"},children:N&&jsxRuntime.jsx(lucideReact.Check,{className:"w-2.5 h-2.5 text-white",strokeWidth:3})}),jsxRuntime.jsx("span",{className:"flex-shrink-0 [&>svg]:w-3.5 [&>svg]:h-3.5",style:{color:N?S:o?"rgba(255,255,255,0.3)":"rgba(0,0,0,0.3)"},children:n0[F]}),jsxRuntime.jsx("span",{className:"truncate",style:{fontSize:12,fontWeight:N?500:400,color:N?o?"rgba(255,255,255,0.9)":"rgba(0,0,0,0.85)":o?"rgba(255,255,255,0.55)":"rgba(0,0,0,0.5)",maxWidth:"160px"},title:b(F),children:b(F)})]},F)})})]}),C.length>0&&jsxRuntime.jsxs("div",{className:"mt-1",children:[jsxRuntime.jsx("div",{className:"px-1.5 py-1.5",style:{fontSize:9,fontWeight:600,letterSpacing:"0.1em",color:o?"rgba(255,255,255,0.25)":"rgba(0,0,0,0.3)",fontFamily:"JetBrains Mono, monospace",borderTop:`1px solid ${o?"rgba(255,255,255,0.06)":"rgba(0,0,0,0.06)"}`,paddingTop:8,marginTop:4},children:x.customFields.toUpperCase()}),jsxRuntime.jsx("div",{className:"space-y-px",children:C.map(F=>{let N=r.find(P=>P.customFieldId===F.id)?.visible??false;return jsxRuntime.jsxs("button",{onClick:()=>v(F.type,F.id),className:"w-full flex items-center gap-2.5 px-2 py-[5px] rounded-md transition-colors",onMouseEnter:P=>{P.currentTarget.style.backgroundColor=o?"rgba(255,255,255,0.05)":"rgba(0,0,0,0.04)";},onMouseLeave:P=>{P.currentTarget.style.backgroundColor="transparent";},children:[jsxRuntime.jsx("div",{className:"w-4 h-4 rounded flex items-center justify-center flex-shrink-0 transition-all",style:{background:N?S:"transparent",border:N?`1.5px solid ${S}`:`1.5px solid ${o?"rgba(255,255,255,0.15)":"rgba(0,0,0,0.15)"}`,boxShadow:N?`0 0 6px ${S}40`:"none"},children:N&&jsxRuntime.jsx(lucideReact.Check,{className:"w-2.5 h-2.5 text-white",strokeWidth:3})}),jsxRuntime.jsx("span",{className:"flex-shrink-0 [&>svg]:w-3.5 [&>svg]:h-3.5",style:{color:N?S:o?"rgba(255,255,255,0.3)":"rgba(0,0,0,0.3)"},children:n0[F.type]||jsxRuntime.jsx(lucideReact.Type,{className:"w-4 h-4"})}),jsxRuntime.jsx("span",{style:{fontSize:12,fontWeight:N?500:400,color:N?o?"rgba(255,255,255,0.9)":"rgba(0,0,0,0.85)":o?"rgba(255,255,255,0.55)":"rgba(0,0,0,0.5)"},children:F.name})]},F.id)})})]})]})]})}var o0={en:{title:"Columns",searchPlaceholder:"Search fields...",standardFields:"Standard Fields",customFields:"Custom Fields",columns:{name:"Name",status:"Status",priority:"Priority",startDate:"Start Date",endDate:"End Date",progress:"Progress",tags:"Tags",estimatedTime:"Estimated",quotedTime:"Quoted",elapsedTime:"Time Spent",soldEffortMinutes:"Quoted",effortMinutes:"Estimated",timeLoggedMinutes:"Executed",text:"Text",number:"Number",date:"Date",dropdown:"Dropdown",checkbox:"Checkbox",weight:"Weight"}},es:{title:"Columnas",searchPlaceholder:"Buscar campos...",standardFields:"Campos Est\xE1ndar",customFields:"Campos Personalizados",columns:{name:"Nombre",status:"Estado",priority:"Prioridad",startDate:"Fecha Inicio",endDate:"Fecha Fin",progress:"Progreso",tags:"Etiquetas",estimatedTime:"Estimado",quotedTime:"Ofertado",elapsedTime:"Ejecutado",soldEffortMinutes:"Ofertado",effortMinutes:"Estimado",timeLoggedMinutes:"Ejecutado",text:"Texto",number:"N\xFAmero",date:"Fecha",dropdown:"Lista",checkbox:"Casilla",weight:"Peso"}}};var h1=[{type:"text",icon:jsxRuntime.jsx(lucideReact.Type,{className:"w-5 h-5"})},{type:"number",icon:jsxRuntime.jsx(lucideReact.Hash,{className:"w-5 h-5"})},{type:"date",icon:jsxRuntime.jsx(lucideReact.Calendar,{className:"w-5 h-5"})},{type:"dropdown",icon:jsxRuntime.jsx(lucideReact.ChevronDown,{className:"w-5 h-5"})},{type:"checkbox",icon:jsxRuntime.jsx(lucideReact.CheckSquare,{className:"w-5 h-5"})}];function c0({isOpen:e,onClose:t,onSave:r,isDark:a,locale:n}){let[s,o]=react.useState(""),[c,l]=react.useState("text"),[i,d]=react.useState([""]),u=n==="es"?l0.es:l0.en;react.useEffect(()=>{e&&(o(""),l("text"),d([""]));},[e]),react.useEffect(()=>{let y=b=>{b.key==="Escape"&&t();};return e&&document.addEventListener("keydown",y),()=>document.removeEventListener("keydown",y)},[e,t]);let p=()=>{if(!s.trim())return;let y={name:s.trim(),type:c};c==="dropdown"&&(y.options=i.filter(b=>b.trim())),r(y),t();},m=()=>{d([...i,""]);},f=(y,b)=>{let h=[...i];h[y]=b,d(h);},x=y=>{i.length>1&&d(i.filter((b,h)=>h!==y));};return e?jsxRuntime.jsxs("div",{className:"fixed inset-0 z-50 flex items-center justify-center",children:[jsxRuntime.jsx("div",{className:"absolute inset-0 bg-black/50",onClick:t}),jsxRuntime.jsxs("div",{className:g("relative w-full max-w-md rounded-xl shadow-2xl border",a?"bg-[#0D0D0D] border-[#222]":"bg-white border-gray-200"),children:[jsxRuntime.jsxs("div",{className:g("flex items-center justify-between px-6 py-4 border-b",a?"border-[#222]":"border-gray-200"),children:[jsxRuntime.jsx("h2",{className:g("text-lg font-semibold",a?"text-white":"text-gray-900"),children:u.title}),jsxRuntime.jsx("button",{onClick:t,className:g("p-1 rounded",a?"hover:bg-white/[0.05]":"hover:bg-gray-100"),children:jsxRuntime.jsx(lucideReact.X,{className:g("w-5 h-5",a?"text-white/60":"text-gray-400")})})]}),jsxRuntime.jsxs("div",{className:"p-6 space-y-6",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("label",{className:g("block text-sm font-medium mb-2",a?"text-white":"text-gray-900"),children:u.fieldName}),jsxRuntime.jsx("input",{type:"text",value:s,onChange:y=>o(y.target.value),placeholder:u.fieldNamePlaceholder,className:g("w-full px-4 py-2.5 rounded-lg border outline-none focus:ring-2 focus:ring-[#00E5CC]/30",a?"bg-white/[0.03] border-[#222] text-white placeholder:text-white/30":"bg-gray-50 border-gray-200 text-gray-900 placeholder:text-gray-400"),autoFocus:true})]}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("label",{className:g("block text-sm font-medium mb-2",a?"text-white":"text-gray-900"),children:u.fieldType}),jsxRuntime.jsx("div",{className:"grid grid-cols-5 gap-2",children:h1.map(y=>jsxRuntime.jsxs("button",{onClick:()=>l(y.type),className:g("flex flex-col items-center gap-1 p-3 rounded-lg border transition-colors",c===y.type?"border-[#00E5CC] bg-[#00E5CC]/10":a?"border-[#222] hover:border-white/20":"border-gray-200 hover:border-gray-300"),children:[jsxRuntime.jsx("span",{className:c===y.type?"text-[#00E5CC]":a?"text-white/60":"text-gray-400",children:y.icon}),jsxRuntime.jsx("span",{className:g("text-xs",c===y.type?"text-[#00E5CC]":a?"text-white/60":"text-gray-500"),children:u.types[y.type]})]},y.type))})]}),c==="dropdown"&&jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("label",{className:g("block text-sm font-medium mb-2",a?"text-white":"text-gray-900"),children:u.options}),jsxRuntime.jsxs("div",{className:"space-y-2",children:[i.map((y,b)=>jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx("input",{type:"text",value:y,onChange:h=>f(b,h.target.value),placeholder:`${u.option} ${b+1}`,className:g("flex-1 px-3 py-2 rounded-lg border outline-none focus:ring-2 focus:ring-[#00E5CC]/30",a?"bg-white/[0.03] border-[#222] text-white placeholder:text-white/30":"bg-gray-50 border-gray-200 text-gray-900 placeholder:text-gray-400")}),i.length>1&&jsxRuntime.jsx("button",{onClick:()=>x(b),className:g("p-2 rounded-lg transition-colors",a?"hover:bg-white/[0.05] text-white/60":"hover:bg-gray-100 text-gray-400"),children:jsxRuntime.jsx(lucideReact.Trash2,{className:"w-4 h-4"})})]},b)),jsxRuntime.jsxs("button",{onClick:m,className:g("flex items-center gap-2 px-3 py-2 text-sm rounded-lg transition-colors",a?"text-[#00E5CC] hover:bg-white/[0.05]":"text-[#00C4AE] hover:bg-gray-100"),children:[jsxRuntime.jsx(lucideReact.Plus,{className:"w-4 h-4"}),u.addOption]})]})]})]}),jsxRuntime.jsxs("div",{className:g("flex items-center justify-end gap-3 px-6 py-4 border-t",a?"border-[#222]":"border-gray-200"),children:[jsxRuntime.jsx("button",{onClick:t,className:g("px-4 py-2 text-sm font-medium rounded-lg transition-colors",a?"text-white/60 hover:bg-white/[0.05]":"text-gray-600 hover:bg-gray-100"),children:u.cancel}),jsxRuntime.jsx("button",{onClick:p,disabled:!s.trim(),className:g("px-4 py-2 text-sm font-medium rounded-lg transition-colors","bg-[#00E5CC] text-white hover:bg-[#005FCC]",!s.trim()&&"opacity-50 cursor-not-allowed"),children:u.create})]})]})]}):null}var l0={en:{title:"Create Custom Field",fieldName:"Field Name",fieldNamePlaceholder:"Enter field name...",fieldType:"Field Type",options:"Options",option:"Option",addOption:"Add option",cancel:"Cancel",create:"Create Field",types:{text:"Text",number:"Number",date:"Date",dropdown:"Dropdown",checkbox:"Checkbox"}},es:{title:"Crear Campo Personalizado",fieldName:"Nombre del Campo",fieldNamePlaceholder:"Ingresa el nombre...",fieldType:"Tipo de Campo",options:"Opciones",option:"Opci\xF3n",addOption:"Agregar opci\xF3n",cancel:"Cancelar",create:"Crear Campo",types:{text:"Texto",number:"N\xFAmero",date:"Fecha",dropdown:"Lista",checkbox:"Casilla"}}};var p0={en:{filters:"Filters",filterByStatus:"FILTER BY STATUS",showAll:"Show All",completed:"Completed",inProgress:"In Progress",toDo:"To Do / Pending",hideCompleted:"Hide Completed Tasks"},es:{filters:"Filtros",filterByStatus:"FILTRAR POR ESTADO",showAll:"Mostrar Todo",completed:"Completadas",inProgress:"En Progreso",toDo:"Por Hacer / Pendiente",hideCompleted:"Ocultar Tareas Completadas"}};function m0({value:e,hideCompleted:t,onChange:r,onHideCompletedChange:a,isDark:n,locale:s}){let[o,c]=react.useState(false),l=react.useRef(null),i=react.useRef(0),d=s==="es"?p0.es:p0.en;react.useEffect(()=>{if(!o)return;let m=x=>{Date.now()-i.current<100||l.current&&!l.current.contains(x.target)&&c(false);},f=x=>{x.key==="Escape"&&c(false);};return document.addEventListener("mousedown",m),document.addEventListener("keydown",f),()=>{document.removeEventListener("mousedown",m),document.removeEventListener("keydown",f);}},[o]);let u=[{value:"all",label:d.showAll,icon:jsxRuntime.jsx("div",{className:"w-4 h-4 rounded-full border-2 border-[#00E5CC] bg-[#00E5CC]"}),color:"text-[#00E5CC]"},{value:"completed",label:d.completed,icon:jsxRuntime.jsx(lucideReact.CheckCircle2,{className:"w-4 h-4"}),color:"text-green-500"},{value:"in-progress",label:d.inProgress,icon:jsxRuntime.jsx(lucideReact.PlayCircle,{className:"w-4 h-4"}),color:"text-[#00E5CC]"},{value:"todo",label:d.toDo,icon:jsxRuntime.jsx(lucideReact.Circle,{className:"w-4 h-4"}),color:"text-gray-400"}],p=e!=="all"||t;return jsxRuntime.jsxs("div",{ref:l,className:"relative",children:[jsxRuntime.jsxs("button",{onClick:m=>{m.stopPropagation(),o||(i.current=Date.now()),c(f=>!f);},className:g("flex items-center gap-2 px-3 py-1.5 rounded-lg text-[11px] font-medium transition-all border",n?"border-[#222] hover:bg-white/[0.05] text-white/70":"border-gray-200 hover:bg-gray-100 text-gray-700",p&&(n?"bg-[#00E5CC]/20 border-[#00E5CC]/50 text-[#00E5CC]":"bg-[#00E5CC]/15 border-[#00E5CC]/15 text-[#00C4AE]"),o&&(n?"bg-white/[0.05]":"bg-gray-100")),style:{fontFamily:"Inter, sans-serif"},children:[jsxRuntime.jsx(lucideReact.Filter,{className:"w-4 h-4"}),d.filters,p&&jsxRuntime.jsx("span",{className:g("w-2 h-2 rounded-full","bg-[#00E5CC]")})]}),o&&jsxRuntime.jsxs("div",{className:g("absolute left-0 top-full mt-2 w-72 rounded-lg shadow-xl border z-50",n?"bg-[#0D0D0D] border-[#222]":"bg-white border-gray-200"),children:[jsxRuntime.jsx("div",{className:g("px-4 py-3 border-b",n?"border-[#222]":"border-gray-200"),children:jsxRuntime.jsx("span",{className:g("text-xs font-medium uppercase tracking-wider",n?"text-white/30":"text-gray-400"),children:d.filterByStatus})}),jsxRuntime.jsx("div",{className:"py-2",children:u.map(m=>{let f=e===m.value&&!t,x=()=>m.value==="all"?f?jsxRuntime.jsx("div",{className:"w-4 h-4 rounded-full border-2 border-[#00E5CC] bg-[#00E5CC]"}):jsxRuntime.jsx("div",{className:"w-4 h-4 rounded-full border-2 border-gray-400"}):m.icon;return jsxRuntime.jsxs("button",{onClick:()=>{r(m.value),a(false),c(false);},className:g("w-full flex items-center gap-3 px-4 py-2.5 text-sm transition-colors",n?"hover:bg-white/[0.05]":"hover:bg-gray-100",f&&(n?"bg-white/[0.03]":"bg-gray-50")),children:[jsxRuntime.jsx("span",{className:g(f?m.color:"text-gray-400","flex-shrink-0"),children:x()}),jsxRuntime.jsx("span",{className:g("flex-1 text-left whitespace-nowrap",n?"text-white":"text-gray-900"),children:m.label}),f&&jsxRuntime.jsx(lucideReact.Check,{className:g("w-4 h-4 flex-shrink-0","text-[#00E5CC]")})]},m.value)})}),jsxRuntime.jsx("div",{className:g("my-2 mx-4 h-px",n?"bg-white/[0.05]":"bg-gray-200")}),jsxRuntime.jsx("div",{className:"py-1",children:jsxRuntime.jsxs("button",{onClick:()=>{let m=!t;a(m),m&&r("all"),c(false);},className:g("w-full flex items-center gap-3 px-4 py-2.5 text-sm transition-colors",n?"hover:bg-white/[0.05]":"hover:bg-gray-100",t&&(n?"bg-white/[0.03]":"bg-gray-50")),children:[jsxRuntime.jsx(lucideReact.EyeOff,{className:g("w-4 h-4 flex-shrink-0",t?"text-[#00E5CC]":n?"text-white/30":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("flex-1 text-left whitespace-nowrap",n?"text-white":"text-gray-900"),children:d.hideCompleted}),t&&jsxRuntime.jsx(lucideReact.Check,{className:g("w-4 h-4 flex-shrink-0","text-[#00E5CC]")})]})})]})]})}function g0(e){if(e<=0)return "0h";let t=Math.floor(e/60),r=e%60;return r>0?`${t}h ${r}m`:`${t}h`}function Lo(e){return `$${Math.round(e).toLocaleString("es-CO")}`}function f0({data:e,isDark:t,locale:r="en",onClose:a,lens:n="hours",onUnassignedTaskClick:s}){let o=r==="es",c=n==="financial";return jsxRuntime.jsxs("div",{className:g("w-[260px] xl:w-[320px] flex-shrink-0 overflow-y-auto border-l",t?"bg-[#141414] border-[#222]":"bg-gray-50 border-gray-200"),children:[jsxRuntime.jsxs("div",{className:g("px-5 py-4 border-b flex items-center justify-between",t?"border-[#222]":"border-gray-200"),children:[jsxRuntime.jsx("h3",{className:g("text-[11px] font-mono uppercase tracking-wider font-bold",t?"text-white/60":"text-gray-600"),children:c?o?"SALUD FINANCIERA":"FINANCIAL HEALTH":o?"SALUD DEL PROYECTO":"PROJECT HEALTH"}),a&&jsxRuntime.jsx("button",{onClick:a,className:g("p-1 rounded transition-colors",t?"text-white/30 hover:text-white/60 hover:bg-white/[0.05]":"text-gray-400 hover:text-gray-600 hover:bg-gray-200"),title:o?"Cerrar panel":"Close panel",children:jsxRuntime.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",children:jsxRuntime.jsx("path",{d:"M1 1l10 10M11 1L1 11",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})})})]}),c&&(e.totalOffered!==void 0||e.totalEstimated!==void 0)&&(()=>{let l=e.totalOffered??0,i=e.totalEstimated??0,d=e.totalExecuted??0,u=l-d,p=l>0?Math.round(u/l*100):0,m=l>0?Math.min(Math.round(d/l*100),120):0,f=d>l&&l>0,x=f?"#F87171":"#00E5CC";return jsxRuntime.jsxs("div",{className:g("px-5 py-4 border-b",t?"border-[#222]":"border-gray-200"),children:[jsxRuntime.jsx("h4",{className:g("text-[11px] font-mono uppercase tracking-wider font-semibold mb-3",t?"text-white/60":"text-gray-600"),children:o?"PRESUPUESTO":"BUDGET"}),jsxRuntime.jsxs("div",{className:"space-y-2",children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between",children:[jsxRuntime.jsx("span",{className:g("text-xs",t?"text-white/60":"text-gray-600"),children:o?"V. Oferta":"Offered Value"}),jsxRuntime.jsx("span",{className:g("text-[11px] font-mono font-bold",t?"text-white/80":"text-gray-800"),children:Lo(l)})]}),(()=>{let y=e.totalEstimatedLabor??0,b=e.totalEstimatedEquipment??0,h=e.totalEstimatedTravel??0,v=b>0||h>0,w=(C,S)=>jsxRuntime.jsxs("div",{className:"flex items-center justify-between pl-3",children:[jsxRuntime.jsx("span",{className:g("text-[10px]",t?"text-white/40":"text-gray-400"),children:C}),jsxRuntime.jsx("span",{className:g("text-[10px] font-mono",t?"text-white/55":"text-gray-500"),children:Lo(S)})]});return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between",children:[jsxRuntime.jsx("span",{className:g("text-xs",t?"text-white/60":"text-gray-600"),children:o?"Estimado":"Estimated"}),jsxRuntime.jsx("span",{className:g("text-[11px] font-mono font-bold",t?"text-white/80":"text-gray-800"),children:Lo(i)})]}),v&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[w(o?"Mano de obra":"Labor",y),b>0&&w(o?"Activos":"Equipment",b),h>0&&w(o?"Vi\xE1ticos":"Travel",h)]})]})})(),d>0&&(()=>{let y=e.totalExecutedLabor??0,b=e.totalExecutedEquipment??0,h=e.totalExecutedTravel??0,v=b>0||h>0,w=(C,S)=>jsxRuntime.jsxs("div",{className:"flex items-center justify-between pl-3",children:[jsxRuntime.jsx("span",{className:g("text-[10px]",t?"text-white/40":"text-gray-400"),children:C}),jsxRuntime.jsx("span",{className:g("text-[10px] font-mono",t?"text-white/55":"text-gray-500"),children:Lo(S)})]});return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between",children:[jsxRuntime.jsx("span",{className:g("text-xs",t?"text-white/60":"text-gray-600"),children:o?"Ejecutado":"Executed"}),jsxRuntime.jsx("span",{className:g("text-[11px] font-mono font-bold",f?"text-[#F87171]":t?"text-white/80":"text-gray-800"),children:Lo(d)})]}),v&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[w(o?"Mano de obra":"Labor",y),b>0&&w(o?"Activos":"Equipment",b),h>0&&w(o?"Vi\xE1ticos":"Travel",h)]})]})})(),l>0&&jsxRuntime.jsx("div",{className:g("w-full h-2.5 rounded-full overflow-hidden mt-2",t?"bg-white/[0.06]":"bg-gray-200"),children:jsxRuntime.jsx("div",{className:"h-full rounded-full transition-all duration-300",style:{width:`${Math.min(m,100)}%`,backgroundColor:x}})}),jsxRuntime.jsxs("div",{className:g("mt-2 px-3 py-2 rounded-lg text-center font-mono text-sm font-bold",u>=0?t?"bg-[#00E5CC]/10 text-[#00E5CC]":"bg-emerald-50 text-emerald-600":t?"bg-[#F87171]/10 text-[#F87171]":"bg-red-50 text-red-600"),children:[u>=0?`+${Lo(u)} ${o?"Disp.":"Avail."}`:`${Lo(Math.abs(u))} ${o?"P\xE9rdida":"Loss"}`,l>0&&jsxRuntime.jsxs("span",{className:"text-[10px] ml-1 opacity-60",children:["(",p,"%)"]})]})]})]})})(),(e.totalHoursSpentMinutes!==void 0||e.totalHoursAllocatedMinutes!==void 0)&&(()=>{let l=e.totalHoursSpentMinutes??0,i=e.totalHoursAllocatedMinutes??0,d=i>0?Math.min(Math.round(l/i*100),100):0,m=(i>0?l/i:0)>1.1?"#F87171":d>=90?"#FFD60A":"#3BF06E";return jsxRuntime.jsxs("div",{className:g("px-5 py-4 border-b",t?"border-[#222]":"border-gray-200"),children:[jsxRuntime.jsx("h4",{className:g("text-[11px] font-mono uppercase tracking-wider font-semibold mb-3",t?"text-white/60":"text-gray-600"),children:o?"HORAS DEL PROYECTO":"PROJECT HOURS"}),jsxRuntime.jsxs("div",{className:"space-y-2",children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between",children:[jsxRuntime.jsx("span",{className:g("text-xs",t?"text-white/60":"text-gray-600"),children:o?"Usado":"Spent"}),jsxRuntime.jsx("span",{className:g("text-[11px] font-mono font-bold",t?"text-white/80":"text-gray-800"),children:g0(l)})]}),jsxRuntime.jsxs("div",{className:"flex items-center justify-between",children:[jsxRuntime.jsx("span",{className:g("text-xs",t?"text-white/60":"text-gray-600"),children:o?"Asignado":"Allocated"}),jsxRuntime.jsx("span",{className:g("text-[11px] font-mono",t?"text-white/60":"text-gray-600"),children:g0(i)})]}),i>0&&jsxRuntime.jsx("div",{className:g("w-full h-1.5 rounded-full overflow-hidden mt-1",t?"bg-white/[0.06]":"bg-gray-200"),children:jsxRuntime.jsx("div",{className:"h-full rounded-full transition-all duration-300",style:{width:`${d}%`,backgroundColor:m}})})]})]})})(),(e.openRFIs!==void 0||e.submittalsApprovalPercent!==void 0)&&jsxRuntime.jsxs("div",{className:g("px-5 py-4 border-b",t?"border-[#222]":"border-gray-200"),children:[jsxRuntime.jsx("h4",{className:g("text-[11px] font-mono uppercase tracking-wider font-semibold mb-3",t?"text-white/60":"text-gray-600"),children:o?"SALUD T\xC9CNICA":"TECHNICAL HEALTH"}),jsxRuntime.jsxs("div",{className:"space-y-3",children:[e.openRFIs!==void 0&&jsxRuntime.jsxs("div",{className:"flex items-center justify-between",children:[jsxRuntime.jsx("span",{className:g("text-xs",t?"text-white/60":"text-gray-600"),children:o?"RFIs Abiertos":"Open RFIs"}),jsxRuntime.jsx("span",{className:g("px-2 py-0.5 rounded text-[11px] font-mono font-bold",e.openRFIs>0?"bg-[#F87171]/15 text-[#F87171]":"bg-[#3BF06E]/15 text-[#3BF06E]"),children:e.openRFIs})]}),e.submittalsApprovalPercent!==void 0&&jsxRuntime.jsxs("div",{className:"flex items-center justify-between",children:[jsxRuntime.jsx("span",{className:g("text-xs",t?"text-white/60":"text-gray-600"),children:o?"Aprobaci\xF3n Submittals":"Submittals Approval"}),jsxRuntime.jsxs("span",{className:g("text-[11px] font-mono font-bold",e.submittalsApprovalPercent>=80?"text-[#3BF06E]":"text-[#FFD60A]"),children:[e.submittalsApprovalPercent,"%"]})]})]})]}),e.unassignedCount!=null&&e.unassignedCount>0&&jsxRuntime.jsxs("div",{className:g("px-5 py-4 border-b",t?"border-[#222]":"border-gray-200"),children:[jsxRuntime.jsx("h4",{className:g("text-[11px] font-mono uppercase tracking-wider font-semibold mb-3",t?"text-white/60":"text-gray-600"),children:o?"TAREAS SIN ASIGNAR":"UNASSIGNED TASKS"}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3 mb-3",children:[jsxRuntime.jsx("div",{className:g("flex items-center justify-center w-10 h-10 rounded-lg font-mono text-lg font-bold",e.unassignedCount>=10?"bg-[#F87171]/15 text-[#F87171]":"bg-[#FFD60A]/15 text-[#FFD60A]"),children:e.unassignedCount}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("p",{className:g("text-xs font-medium",t?"text-white/80":"text-gray-700"),children:e.unassignedCount===1?o?"tarea pendiente":"pending task":o?"tareas pendientes":"pending tasks"}),jsxRuntime.jsx("p",{className:g("text-[10px]",t?"text-white/40":"text-gray-400"),children:o?"sin recurso asignado":"without assigned resource"})]})]}),e.unassignedTasks&&e.unassignedTasks.length>0&&jsxRuntime.jsx("div",{className:g("space-y-1.5 overflow-y-auto scrollbar-slim",e.unassignedTasks.length>5?"max-h-[170px]":""),children:e.unassignedTasks.map(l=>jsxRuntime.jsxs("button",{onClick:()=>s?.(l.id),className:g("flex items-center gap-2 px-2.5 py-1.5 rounded-md text-[11px] w-full text-left transition-colors",t?"bg-white/[0.04] text-white/70 hover:bg-white/[0.08] hover:text-white":"bg-gray-50 text-gray-600 hover:bg-gray-100 hover:text-gray-900",s&&"cursor-pointer"),children:[jsxRuntime.jsx("span",{className:g("w-1.5 h-1.5 rounded-full flex-shrink-0",(e.unassignedCount??0)>=10?"bg-[#F87171]":"bg-[#FFD60A]")}),jsxRuntime.jsx("span",{className:"truncate",children:l.name})]},l.id))})]}),e.scheduleVarianceDays!==void 0&&jsxRuntime.jsxs("div",{className:g("px-5 py-4 border-b",t?"border-[#222]":"border-gray-200"),children:[jsxRuntime.jsx("h4",{className:g("text-[10px] font-mono uppercase tracking-wider mb-3",t?"text-white/40":"text-gray-500"),children:o?"VARIACI\xD3N DE CRONOGRAMA":"SCHEDULE VARIANCE"}),(()=>{let l=e.scheduleVarianceDays??0,i=l>0,d=l<0,u=e.scheduleVarianceLabel||(i?`+${l} ${o?"D\xEDas ADELANTE":"Days AHEAD"}`:d?`${l} ${o?"D\xEDas ATR\xC1S":"Days BEHIND"}`:o?"EN TIEMPO":"ON TRACK");return jsxRuntime.jsx("div",{className:g("px-3 py-2 rounded-lg text-center font-mono text-sm font-bold",i&&"bg-[#3BF06E]/15 text-[#3BF06E]",d&&"bg-[#F87171]/15 text-[#F87171]",!i&&!d&&"bg-[#3B9EFF]/15 text-[#3B9EFF]"),children:u})})()]}),e.teams&&e.teams.length>0&&jsxRuntime.jsxs("div",{className:"px-5 py-4",children:[jsxRuntime.jsx("h4",{className:g("text-[11px] font-mono uppercase tracking-wider font-semibold mb-3",t?"text-white/60":"text-gray-600"),children:o?"DISPONIBILIDAD DEL EQUIPO":"TEAM AVAILABILITY"}),jsxRuntime.jsx("div",{className:"space-y-3",children:e.teams.map((l,i)=>{let d=l.utilizationPercent>=100?"#F87171":l.utilizationPercent>=80?"#FFD60A":l.color||"#3BF06E";return jsxRuntime.jsxs("div",{children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between mb-1",children:[jsxRuntime.jsx("span",{className:g("text-xs",t?"text-white/60":"text-gray-600"),children:l.name}),jsxRuntime.jsxs("span",{className:g("text-[10px] font-mono",t?"text-white/40":"text-gray-500"),children:[l.utilizationPercent,"%"]})]}),jsxRuntime.jsx("div",{className:g("w-full h-1.5 rounded-full overflow-hidden",t?"bg-white/[0.06]":"bg-gray-200"),children:jsxRuntime.jsx("div",{className:"h-full rounded-full transition-all duration-300",style:{width:`${Math.min(l.utilizationPercent,100)}%`,backgroundColor:d}})})]},`${l.name}-${i}`)})})]})]})}var A1=[{id:"name",type:"name",label:"Name",width:300,visible:true,sortable:true,resizable:true},{id:"status",type:"status",label:"Status",width:140,visible:true,sortable:true,resizable:true},{id:"startDate",type:"startDate",label:"Start Date",width:120,visible:true,sortable:true,resizable:true},{id:"endDate",type:"endDate",label:"End Date",width:120,visible:true,sortable:true,resizable:true},{id:"progress",type:"progress",label:"Progress",width:100,visible:true,sortable:true,resizable:true}];function C0(e,t=0,r=[]){let a=[];for(let n of e){let s=[...r,n.id];a.push({...n,level:t,hasChildren:(n.subtasks?.length||0)>0,parentPath:s}),n.subtasks?.length&&n.isExpanded!==false&&a.push(...C0(n.subtasks,t+1,s));}return a}function I1(e){let t=e.subtasks;if(!t?.length)return null;let r=new Date,a=0,n=0;for(let s of t){if(!s.startDate||!s.endDate)continue;let o=s.startDate.getTime(),l=s.endDate.getTime()-o;if(l<=0)continue;let d=Math.max(0,Math.min(r.getTime()-o,l))/l*100;if(d<=0)continue;let u=(s.progress||0)/d;a+=u,n++;}return n>0?a/n:null}function xs(e){if(!e.subtasks?.length)return {spent:0,allocated:0,quoted:0};let t=0,r=0,a=0;for(let n of e.subtasks)if(n.subtasks?.length){let s=xs(n);t+=s.spent>0?s.spent:n.timeLoggedMinutes??0,r+=s.allocated>0?s.allocated:n.effortMinutes??0,a+=s.quoted>0?s.quoted:n.soldEffortMinutes??0;}else t+=n.timeLoggedMinutes??0,r+=n.effortMinutes??0,a+=n.soldEffortMinutes??0;return {spent:t,allocated:r,quoted:a}}function ys(e){if(e<=0)return "0h";let t=Math.floor(e/60),r=e%60;return r>0?`${t}h ${r}m`:`${t}h`}function R1({value:e,onChange:t,isDark:r}){let[a,n]=react.useState(false),[s,o]=react.useState(String(e||""));return a?jsxRuntime.jsx("input",{autoFocus:true,type:"text",inputMode:"decimal",value:s,onClick:c=>c.stopPropagation(),onChange:c=>o(c.target.value.replace(/[^0-9.]/g,"")),onBlur:()=>{let c=parseFloat(s);!isNaN(c)&&c>=0&&c<=100?t(c):s===""&&t(0),n(false);},onKeyDown:c=>{c.key==="Enter"&&c.target.blur(),c.key==="Escape"&&(o(String(e||"")),n(false));},className:g("w-14 text-xs text-right font-mono px-1 py-0.5 rounded border outline-none",r?"bg-white/5 border-[#00E5CC]/50 text-white":"bg-gray-50 border-[#00E5CC] text-gray-900"),style:{fontFamily:"JetBrains Mono, monospace"}}):jsxRuntime.jsx("button",{onClick:c=>{c.stopPropagation(),o(String(e||"")),n(true);},className:g("text-xs font-mono cursor-pointer hover:underline",e>0?r?"text-white/80":"text-gray-700":r?"text-white/30":"text-gray-300"),style:{fontFamily:"JetBrains Mono, monospace"},children:e>0?`${e}%`:"\u2014"})}function w0(e){if(e.length===0)return 0;let t=0,r=0,a=0;for(let c of e){let l=c.weight||0;l>0&&(t+=(c.progress||0)*l,r+=l,a+=1);}let n=a/e.length;if(r>=99&&n>=.95)return Math.round(t/r*10)/10;if(e.reduce((c,l)=>c+(l.effort_minutes||0),0)>0){let c=0,l=0;for(let i of e){let d=i.effort_minutes||60;c+=(i.progress||0)*d,l+=d;}return Math.round(c/l*10)/10}let o=e.reduce((c,l)=>c+(l.progress||0),0);return Math.round(o/e.length*10)/10}function Rd(e,t=[]){for(let r of e)r.subtasks&&r.subtasks.length>0?Rd(r.subtasks,t):t.push({progress:r.progress||0,weight:r.weight||0,effort_minutes:r.effort_minutes??r.effortMinutes});return t}function T0({tasks:e,config:t={},callbacks:r={},isLoading:a=false,error:n,className:s,style:o,availableUsers:c=[],customFields:l=[],toolbarRightContent:i,onColumnHeaderClick:d,columnsWithFilter:u,filterDotColor:p="#00E5CC"}){let{theme:m="dark",locale:f="en",customTranslations:x,showSearch:y=true,showHierarchy:b=true,tableColumns:h,allowColumnCustomization:v=true,allowColumnResize:w=true,enableContextMenu:C=true,showCreateTaskButton:S=false,onCreateTask:F,persistFilter:k=false,financialBlur:N,healthSidebar:P,lens:T="hours",hourlyRate:Y=0,rateMap:H,aggregateParentHours:ee=false,showProjectTotals:I=false,totalsDollarOverride:K}=t,j=ul(f,x),W=m==="dark",$=D=>{if(!H||!D.assignees||D.assignees.length===0)return Y;let Z=0,ue=0;for(let ke of D.assignees){let je=ke.id?H[ke.id]:void 0;if(je==null||je<=0)continue;let ae=typeof ke.estimatedMinutes=="number"?ke.estimatedMinutes:0;ae>0&&(Z+=je*ae,ue+=ae);}if(ue>0)return Z/ue;let Te=D.assignees.map(ke=>ke.id?H[ke.id]:void 0).filter(ke=>ke!=null&&ke>0);return Te.length===0?Y:Te.reduce((ke,je)=>ke+je,0)/Te.length},ve=D=>{let Z=0,ue=0,Te=0,ke=je=>{for(let ae of je)if(ae.subtasks&&ae.subtasks.length>0){let Fe={s:Z,a:ue,q:Te};if(ke(ae.subtasks),Z-Fe.s+(ue-Fe.a)+(Te-Fe.q)===0){let Le=$(ae);Z+=(ae.timeLoggedMinutes??0)/60*Le,ue+=(ae.effortMinutes??0)/60*Le,Te+=(ae.soldEffortMinutes??0)/60*Le;}}else {let Fe=$(ae);Z+=(ae.timeLoggedMinutes??0)/60*Fe,ue+=(ae.effortMinutes??0)/60*Fe,Te+=(ae.soldEffortMinutes??0)/60*Fe;}};return D.subtasks&&ke(D.subtasks),{dollarSpent:Z,dollarAllocated:ue,dollarQuoted:Te}},We=react.useCallback(()=>{if(!k||typeof window>"u")return {statusFilter:"all",hideCompleted:false};try{let D=localStorage.getItem(k);if(D){let Z=JSON.parse(D);return {statusFilter:Z.statusFilter||"all",hideCompleted:Z.hideCompleted||!1}}}catch(D){console.error("Error loading persisted filter:",D);}return {statusFilter:"all",hideCompleted:false}},[k]),Pe=react.useMemo(()=>{function D(Z){let ue=0,Te=0,ke=0,je=0,ae=0,Fe=0;for(let Ke of Z)if(Ke.subtasks&&Ke.subtasks.length>0){let Le=D(Ke.subtasks);if(Le.spent+Le.allocated+Le.quoted>0)ue+=Le.spent,Te+=Le.allocated,ke+=Le.quoted,je+=Le.dollarSpent,ae+=Le.dollarAllocated,Fe+=Le.dollarQuoted;else {let dt=Ke.timeLoggedMinutes??0,ut=Ke.effortMinutes??0,xr=Ke.soldEffortMinutes??0;ue+=dt,Te+=ut,ke+=xr;let pr=$(Ke);je+=dt/60*pr,ae+=ut/60*pr,Fe+=xr/60*pr;}}else {let Le=Ke.timeLoggedMinutes??0,Wt=Ke.effortMinutes??0,dt=Ke.soldEffortMinutes??0;ue+=Le,Te+=Wt,ke+=dt;let ut=$(Ke);je+=Le/60*ut,ae+=Wt/60*ut,Fe+=dt/60*ut;}return {spent:ue,allocated:Te,quoted:ke,dollarSpent:je,dollarAllocated:ae,dollarQuoted:Fe}}return D(e)},[e]),be=react.useMemo(()=>{let D=new Map;function Z(ue){let Te=0;for(let ke of ue)if(ke.subtasks&&ke.subtasks.length>0){let je=Z(ke.subtasks);D.set(ke.id,je),Te+=je;}else Te+=ke.weight||0;return Te}return Z(e),D},[e]),ye=react.useMemo(()=>!P?.enabled||!P.data?P:{...P,data:{...P.data,totalHoursSpentMinutes:Pe.spent,totalHoursAllocatedMinutes:Pe.allocated}},[P,Pe]),[fe,ze]=react.useState(true),[Ce,Ae]=react.useState(null),[Me,qe]=react.useState("position"),[de,et]=react.useState("asc"),[Re,Be]=react.useState(""),[Nt,ft]=react.useState(()=>We().statusFilter),[Oe,Ie]=react.useState(()=>We().hideCompleted),[st,kt]=react.useState(h||A1),[$e,He]=react.useState(false),[L,oe]=react.useState(false),[B,_]=react.useState({isOpen:false,x:0,y:0,type:"task"}),[U,J]=react.useState(null),[De,pe]=react.useState(false),[rt,tt]=react.useState(null),[Qe,Ot]=react.useState(null),[pt,qt]=react.useState(null),Ht=react.useRef(0),ur=react.useRef(false),br=!!(r.onTaskMove||r.onTaskReparent),[da,Yt]=react.useState(null),[hr,Ft]=react.useState(null),jr=D=>D==="assignees"||D==="teamLoad"?"assignees":D==="startDate"?"startDate":D==="endDate"?"endDate":null,Ut=react.useRef([]),nr=react.useCallback((D,Z)=>{br&&(Z.preventDefault(),Ht.current=Z.clientY,J(D),ur.current=false,pe(false),qt({x:Z.clientX,y:Z.clientY}));},[br]),_r=react.useCallback(D=>{if(!U||(Math.abs(D.clientY-Ht.current)>5&&!ur.current&&(ur.current=true,pe(true)),qt({x:D.clientX,y:D.clientY}),!ur.current))return;let ue=document.querySelectorAll("[data-listview-row]"),Te=null,ke=null;ue.forEach(je=>{let ae=je.getBoundingClientRect(),Fe=je.getAttribute("data-listview-row");if(Fe&&Fe!==U&&D.clientY>=ae.top&&D.clientY<=ae.bottom){Te=Fe;let Ke=D.clientY-ae.top,Le=ae.height;ke=Ke<Le*.25?"above":Ke>Le*.75?"below":"child";}}),tt(Te),Ot(ke);},[U]),Dr=react.useCallback(()=>{if(ur.current&&U&&rt&&Qe){if(Qe==="child"&&r.onTaskReparent)r.onTaskReparent(U,rt);else if(Qe==="above"||Qe==="below"){let D=(Te,ke,je=null)=>{for(let ae of Te){if(ae.id===ke)return je;if(ae.subtasks){let Fe=D(ae.subtasks,ke,ae.id);if(Fe!==void 0)return Fe}}},Z=D(e,U,null),ue=D(e,rt,null);if(r.onTaskReparent){let Te=(Le,Wt)=>{if(Wt===null)return Le;for(let dt of Le){if(dt.id===Wt)return dt.subtasks||[];if(dt.subtasks){let ut=Te(dt.subtasks,Wt);if(ut.length>0||dt.subtasks.some(xr=>xr.id===Wt))return ut}}return []},ke=Te(e,ue??null),je=ke.findIndex(Le=>Le.id===rt),ae=Z===ue,Fe=ae?ke.findIndex(Le=>Le.id===U):-1,Ke=Qe==="below"?je+1:je;ae&&Fe!==-1&&Fe<je&&(Ke-=1),r.onTaskReparent(U,ue??null,Math.max(0,Ke));}}}J(null),tt(null),Ot(null),qt(null),ur.current=false,pe(false);},[U,rt,Qe,e,r]),ot=(D,Z)=>Z==="assignees"?D.assignees:Z==="startDate"?D.startDate:D.endDate,_e=(D,Z,ue,Te)=>{D.preventDefault(),D.stopPropagation(),document.body.style.cursor="crosshair",document.body.style.userSelect="none";let ke=Array.from(document.querySelectorAll("[data-listview-row]")),je=ke.map(Ct=>Ct.getAttribute("data-listview-row")||""),ae=Math.max(0,je.indexOf(Z)),Fe=Ct=>je.slice(ae,Ct+1);Ft({sourceTaskId:Z,column:ue,sourceIndex:Te,targetIndex:Te,rangeIds:new Set([Z])});let Le=(Ct=>{let Et=Ct?.parentElement??null;for(;Et;){let xa=window.getComputedStyle(Et).overflowY;if((xa==="auto"||xa==="scroll")&&Et.scrollHeight>Et.clientHeight)return Et;Et=Et.parentElement;}let er=document.scrollingElement;return er&&er.scrollHeight>er.clientHeight?er:null})(D.currentTarget),Wt=Ct=>{let Et=ae,er=false;ke.forEach((xa,pa)=>{let qr=xa.getBoundingClientRect();Ct>=qr.top&&Ct<=qr.bottom&&(Et=pa,er=true);});let ga=ke[ke.length-1];if(!er&&ga){let xa=ga.getBoundingClientRect();Ct>xa.bottom&&(Et=ke.length-1);}return Et<ae&&(Et=ae),Et},dt=D.clientY,ut=null,xr=()=>{ut!==null&&(cancelAnimationFrame(ut),ut=null);},pr=()=>{let Ct=Wt(dt),Et=new Set(Fe(Ct));Ft(er=>er&&{...er,targetIndex:Ct,rangeIds:Et});},Zr=()=>{if(xr(),!Le)return;let Ct=Le,er=Ct===document.scrollingElement?{top:0,bottom:window.innerHeight}:Ct.getBoundingClientRect(),ga=60,xa=12,pa=dt-er.top,qr=er.bottom-dt,go=Ct.scrollHeight-Ct.clientHeight;if(qr<ga&&Ct.scrollTop<go){let fo=Math.max(1,Math.round(xa*(1-Math.max(0,qr)/ga))),bo=()=>{Ct.scrollTop+=fo,pr(),Ct.scrollTop<Ct.scrollHeight-Ct.clientHeight&&(ut=requestAnimationFrame(bo));};ut=requestAnimationFrame(bo);}else if(pa<ga&&Ct.scrollTop>0){let fo=Math.max(1,Math.round(xa*(1-Math.max(0,pa)/ga))),bo=()=>{Ct.scrollTop-=fo,pr(),Ct.scrollTop>0&&(ut=requestAnimationFrame(bo));};ut=requestAnimationFrame(bo);}},St=Ct=>{dt=Ct.clientY,pr(),Zr();},Xt=Ct=>{window.removeEventListener("mousemove",St),window.removeEventListener("mouseup",Xt),xr(),document.body.style.cursor="",document.body.style.userSelect="",Ft(null);let Et=Wt(Ct.clientY),er=new Map(Ut.current.map(qr=>[qr.id,qr])),ga=er.get(Z);if(!ga)return;let xa=ot(ga,ue),pa=[];for(let qr of Fe(Et)){if(qr===Z)continue;let go=er.get(qr);go&&(go.subtasks&&go.subtasks.length>0||pa.push(qr));}pa.length>0&&r.onBulkFill?.(pa,ue,xa);};window.addEventListener("mousemove",St),window.addEventListener("mouseup",Xt);},ua=D=>hr?hr.rangeIds.has(D):false;react.useEffect(()=>{if(U)return document.addEventListener("mousemove",_r),document.addEventListener("mouseup",Dr),document.body.style.cursor="grabbing",document.body.style.userSelect="none",()=>{document.removeEventListener("mousemove",_r),document.removeEventListener("mouseup",Dr),document.body.style.cursor="",document.body.style.userSelect="";}},[U,_r,Dr]);let[jt,oa]=react.useState("all"),[se,me]=react.useState(false),mt=react.useRef(null),Xe=react.useRef(null),it=react.useMemo(()=>{let D=0;function Z(ue,Te){for(let ke of ue)Te>D&&(D=Te),ke.subtasks?.length&&Z(ke.subtasks,Te+1);}return Z(e,1),D},[e]);react.useEffect(()=>{if(!se)return;let D=Z=>{mt.current?.contains(Z.target)||Xe.current?.contains(Z.target)||me(false);};return document.addEventListener("mousedown",D),()=>document.removeEventListener("mousedown",D)},[se]),react.useEffect(()=>{if(jt==="all"){let ue=function(Te){for(let ke of Te)ke.subtasks?.length&&(ke.isExpanded===false&&r.onTaskToggleExpand?.(ke.id),ue(ke.subtasks));};ue(e);}else {let ue=function(Te,ke){for(let je of Te)if(je.subtasks?.length){let ae=ke<jt,Fe=je.isExpanded!==false;ae!==Fe&&r.onTaskToggleExpand?.(je.id),ue(je.subtasks,ke+1);}};ue(e,1);}},[jt]);let[V,ce]=react.useState(null),[Q,O]=react.useState(0),[te,we]=react.useState(0),M=react.useRef(null),[R,q]=react.useState(null),[xe,re]=react.useState(null);react.useEffect(()=>{h&&kt(D=>{if(D.length===h.length){let Z=true;for(let ue=0;ue<D.length;ue++){let Te=D[ue],ke=h[ue];if(!Te||!ke||Te.id!==ke.id||Te.visible!==ke.visible||Te.width!==ke.width||Te.label!==ke.label){Z=false;break}}if(Z)return D}return h});},[h]),react.useEffect(()=>{if(!(!k||typeof window>"u"))try{localStorage.setItem(k,JSON.stringify({statusFilter:Nt,hideCompleted:Oe}));}catch(D){console.error("Error persisting filter state:",D);}},[k,Nt,Oe]);let Ze=react.useMemo(()=>{let D=new Set;function Z(ue){for(let Te of ue)Te.subtasks?.length&&(Te.isExpanded!==false&&D.add(Te.id),Z(Te.subtasks));}return Z(e),D},[e]),Ye=react.useMemo(()=>st.filter(D=>D.visible),[st]),It=react.useCallback(D=>{r.onTaskToggleExpand?.(D);},[r]),Lt=react.useCallback(D=>{Me===D?et(Z=>Z==="asc"?"desc":"asc"):(qe(D),et("asc")),r.onSortChange?.({column:D,direction:de==="asc"?"desc":"asc"});},[Me,de,r]),Rt=react.useCallback(D=>{kt(D),r.onColumnsChange?.(D);},[r]),or=react.useCallback(D=>{let Z=st.map(ue=>ue.id===D?{...ue,visible:false}:ue);Rt(Z);},[st,Rt]),Qa=react.useCallback((D,Z)=>{qe(D),et(Z);},[]),sr=react.useCallback((D,Z,ue)=>{C&&(D.preventDefault(),_({isOpen:true,x:D.clientX,y:D.clientY,type:Z?"task":"header",task:Z,columnId:ue}));},[C]),Ra=react.useCallback(()=>{_(D=>({...D,isOpen:false}));},[]),Ho=react.useCallback((D,Z)=>{if(!w)return;D.preventDefault(),D.stopPropagation();let ue=st.find(Te=>Te.id===Z);ue&&(ce(Z),O(D.clientX),we(ue.width));},[st,w]);react.useEffect(()=>{if(!V)return;let D=st,Z=Te=>{let ke=Te.clientX-Q,je=Math.max(50,te+ke);D=D.map(ae=>ae.id===V?{...ae,width:je}:ae),kt(D);},ue=()=>{r.onColumnsChange?.(D),ce(null);};return document.addEventListener("mousemove",Z),document.addEventListener("mouseup",ue),()=>{document.removeEventListener("mousemove",Z),document.removeEventListener("mouseup",ue);}},[V,Q,te,r]);let Mn=react.useCallback((D,Z)=>{if(Z==="name"){D.preventDefault();return}q(Z),D.dataTransfer.effectAllowed="move",D.dataTransfer.setData("text/plain",Z),D.currentTarget instanceof HTMLElement&&(D.currentTarget.style.opacity="0.5");},[]),Vn=react.useCallback(D=>{D.currentTarget instanceof HTMLElement&&(D.currentTarget.style.opacity="1"),q(null),re(null);},[]),Uo=react.useCallback((D,Z)=>{D.preventDefault(),Z!=="name"&&(D.dataTransfer.dropEffect="move",re(Z));},[]),pi=react.useCallback(()=>{re(null);},[]),Kr=react.useCallback((D,Z)=>{if(D.preventDefault(),!R||R===Z||Z==="name")return;let ue=[...st],Te=ue.findIndex(ae=>ae.id===R),ke=ue.findIndex(ae=>ae.id===Z);if(Te===-1||ke===-1)return;let je=ue.splice(Te,1);je[0]&&(ue.splice(ke,0,je[0]),Rt(ue),q(null),re(null));},[R,st,Rt]),Cs=react.useCallback(async D=>{if(r.onCreateCustomField){let Z={...D,id:`cf_${Date.now()}`,projectId:""};await r.onCreateCustomField(Z);}oe(false);},[r]),Sa=react.useCallback(D=>D.progress===100||D.status==="completed"?"completed":D.progress&&D.progress>0||D.status==="in-progress"?"in-progress":"todo",[]),Ea=react.useMemo(()=>{let D=C0(e);if(Re.trim()){let Z=Re.toLowerCase();D=D.filter(ue=>ue.name.toLowerCase().includes(Z));}if(Nt!=="all"){let Z=new Set(D.filter(ue=>Sa(ue)===Nt).flatMap(ue=>ue.parentPath));D=D.filter(ue=>Z.has(ue.id));}if(Oe){let Z=new Set(D.filter(ue=>Sa(ue)!=="completed").flatMap(ue=>ue.parentPath));D=D.filter(ue=>Z.has(ue.id));}return D.sort((Z,ue)=>{let Te,ke;switch(Me){case "name":Te=Z.name.toLowerCase(),ke=ue.name.toLowerCase();break;case "startDate":Te=Z.startDate?.getTime()||0,ke=ue.startDate?.getTime()||0;break;case "endDate":Te=Z.endDate?.getTime()||0,ke=ue.endDate?.getTime()||0;break;case "progress":Te=Z.progress||0,ke=ue.progress||0;break;case "status":Te=Z.status||"todo",ke=ue.status||"todo";break;case "priority":let je={urgent:0,high:1,medium:2,low:3,none:4};Te=je[Z.priority]??4,ke=je[ue.priority]??4;break;case "position":return 0;default:return 0}return Te<ke?de==="asc"?-1:1:Te>ke?de==="asc"?1:-1:0}),D},[e,Re,Nt,Oe,Me,de,Sa]);Ut.current=Ea;let bn=react.useCallback((D,Z)=>{let ue=je=>{r.onTaskUpdate?.({...D,...je});},Te=je=>je?D.customFields?.find(Fe=>Fe.fieldId===je)?.value:void 0,ke=(je,ae)=>{if(!je)return;let Ke=[...D.customFields||[]],Le=Ke.findIndex(Wt=>Wt.fieldId===je);Le>=0?Ke[Le]={fieldId:je,value:ae}:Ke.push({fieldId:je,value:ae}),ue({customFields:Ke});};switch(Z.type){case "name":return null;case "status":return jsxRuntime.jsx(dg,{value:D.status||(D.progress===100?"completed":D.progress&&D.progress>0?"in-progress":"todo"),onChange:ae=>{ue({status:ae,progress:ae==="completed"?100:ae==="in-progress"?50:0});},isDark:W,locale:f,translations:j.status});case "priority":return jsxRuntime.jsx(pg,{value:D.priority,onChange:ae=>ue({priority:ae}),isDark:W,locale:f});case "assignees":{let ae=D.hasChildren,Fe=D.assignees||[];if(ae&&D.subtasks?.length){let Ke=new Map,Le=Wt=>{(Wt||[]).forEach(dt=>{(dt.assignees||[]).forEach(ut=>{Ke.has(ut.name)||Ke.set(ut.name,ut);}),dt.subtasks?.length&&Le(dt.subtasks);});};Le(D.subtasks),Fe=Array.from(Ke.values());}else ae&&(Fe=[]);return jsxRuntime.jsx(yd,{value:Fe,availableUsers:c,onChange:Ke=>ue({assignees:Ke}),isDark:W,locale:f,disabled:ae})}case "startDate":return jsxRuntime.jsx(fl,{value:D.startDate,onChange:ae=>ue({startDate:ae}),isDark:W,locale:f,dateField:"start",startDate:D.startDate,endDate:D.endDate});case "endDate":return jsxRuntime.jsx(fl,{value:D.endDate,onChange:ae=>ue({endDate:ae}),isDark:W,locale:f,dateField:"end",startDate:D.startDate,endDate:D.endDate});case "progress":{let ae=!!(D.subtasks&&D.subtasks.length>0),Fe=ae?w0(Rd(D.subtasks||[])):D.progress||0;return jsxRuntime.jsx(wg,{value:Fe,onChange:ae?void 0:Ke=>{let Le=Ke===100?"completed":Ke>0?"in-progress":"todo";ue({progress:Ke,status:Le});},isDark:W,disabled:ae})}case "tags":return jsxRuntime.jsx(Ag,{value:D.tags||[],isDark:W});case "text":return jsxRuntime.jsx(Tg,{value:Te(Z.customFieldId)||"",onChange:ae=>ke(Z.customFieldId,ae),isDark:W});case "number":return jsxRuntime.jsx(Sg,{value:Te(Z.customFieldId)||0,onChange:ae=>ke(Z.customFieldId,ae),isDark:W});case "date":let je=Te(Z.customFieldId);return jsxRuntime.jsx(fl,{value:je?new Date(je):void 0,onChange:ae=>ke(Z.customFieldId,ae),isDark:W,locale:f});case "dropdown":return jsxRuntime.jsx(Eg,{value:Te(Z.customFieldId)||"",options:Z.options||[],onChange:ae=>ke(Z.customFieldId,ae),isDark:W});case "checkbox":return jsxRuntime.jsx(Pg,{value:Te(Z.customFieldId)||false,onChange:ae=>ke(Z.customFieldId,ae),isDark:W});case "estimatedTime":{let ae=D.status==="completed"||D.progress===100;return jsxRuntime.jsx(Aa,{value:D.estimatedTime,onChange:Fe=>ue({estimatedTime:Fe}),isDark:W,locale:f,disabled:ae,lens:T,hourlyRate:$(D)})}case "quotedTime":{let ae=D.status==="completed"||D.progress===100,Fe=N?.enabled&&(!N.columns||N.columns.includes("quotedTime"));return jsxRuntime.jsx(Aa,{value:D.quotedTime,onChange:Ke=>ue({quotedTime:Ke}),isDark:W,locale:f,disabled:ae,isBlurred:Fe,lens:T,hourlyRate:$(D)})}case "elapsedTime":{let ae=D.status==="completed"||D.progress===100,Fe=D.executedDollarsCanonical;return jsxRuntime.jsx(Aa,{value:D.elapsedTime,onChange:Ke=>ue({elapsedTime:Ke}),isDark:W,locale:f,disabled:ae,lens:T,hourlyRate:$(D),financialOverride:Fe})}case "effortMinutes":{if(ee&&D.subtasks&&D.subtasks.length>0){let{allocated:Wt}=xs(D);if(T==="financial"){let dt=ve(D),ut=Math.round(dt.dollarAllocated),xr=Math.round(dt.dollarQuoted),pr=xr-ut;return jsxRuntime.jsxs("div",{className:"flex flex-col",children:[ut>0?jsxRuntime.jsxs("span",{className:g("text-sm font-mono",W?"text-white/60":"text-gray-500"),children:["$",ut.toLocaleString("es-CO")]}):null,pr!==0&&ut>0&&xr>0&&jsxRuntime.jsxs("span",{className:g("text-[9px] font-mono font-bold px-1.5 py-0.5 rounded whitespace-nowrap mt-0.5",pr>0?"bg-[#064e3b] text-[#10b981] border border-[#065f46]/30":"bg-[#451a03] text-[#f59e0b] border border-[#78350f]/30"),children:[pr>0?"+":"",Math.abs(pr)>=1e3?`$${(pr/1e3).toFixed(1)}K`:`$${pr}`]})]})}return jsxRuntime.jsx(Aa,{value:Wt>0?Wt:void 0,isDark:W,locale:f,disabled:true,lens:T,hourlyRate:Y})}let ae=D.status==="completed"||D.progress===100,Fe=D.effortMinutes||0,Ke=D.soldEffortMinutes||0,Le=$(D);if(T==="financial"&&Le&&Fe>0&&Ke>0){let Wt=Math.round(Fe/60*Le),ut=Math.round(Ke/60*Le)-Wt;return jsxRuntime.jsxs("div",{className:"flex flex-col",children:[jsxRuntime.jsx(Aa,{value:Fe,onChange:xr=>ue({effortMinutes:xr}),isDark:W,locale:f,disabled:ae,lens:T,hourlyRate:$(D)}),ut!==0&&jsxRuntime.jsxs("span",{className:g("text-[9px] font-mono font-bold px-1.5 py-0.5 rounded whitespace-nowrap mt-0.5",ut>=0?"bg-[#064e3b] text-[#10b981] border border-[#065f46]/30":"bg-[#451a03] text-[#f59e0b] border border-[#78350f]/30"),children:[ut>0?"+":"",Math.abs(ut)>=1e3?`$${(ut/1e3).toFixed(1)}K`:`$${ut}`]})]})}return jsxRuntime.jsx(Aa,{value:Fe,onChange:Wt=>ue({effortMinutes:Wt}),isDark:W,locale:f,disabled:ae,lens:T,hourlyRate:$(D)})}case "timeLoggedMinutes":{let ae=D.executedDollarsCanonical;if(ee&&D.subtasks&&D.subtasks.length>0){let{spent:Ke}=xs(D);return jsxRuntime.jsx(Aa,{value:Ke>0?Ke:void 0,isDark:W,locale:f,disabled:true,lens:T,hourlyRate:$(D),financialOverride:ae})}let Fe=D.status==="completed"||D.progress===100;return jsxRuntime.jsx(Aa,{value:D.timeLoggedMinutes,onChange:r.onLogTime?Ke=>{r.onLogTime?.(D,Ke);}:void 0,isDark:W,locale:f,placeholder:f==="es"?"Agregar":"Add",disabled:Fe,lens:T,hourlyRate:$(D),financialOverride:ae})}case "soldEffortMinutes":{if(ee&&D.subtasks&&D.subtasks.length>0){let{quoted:Ke}=xs(D),Le=N?.enabled&&(!N.columns||N.columns.includes("soldEffortMinutes"));return jsxRuntime.jsx(Aa,{value:Ke>0?Ke:void 0,isDark:W,locale:f,disabled:true,isBlurred:Le,lens:T,hourlyRate:$(D)})}let ae=D.status==="completed"||D.progress===100,Fe=N?.enabled&&(!N.columns||N.columns.includes("soldEffortMinutes"));return jsxRuntime.jsx(Aa,{value:D.soldEffortMinutes,onChange:Ke=>ue({soldEffortMinutes:Ke}),isDark:W,locale:f,disabled:ae,isBlurred:Fe,lens:T,hourlyRate:$(D)})}case "scheduleVariance":{let ae=D.effortMinutes||0,Fe=D.soldEffortMinutes||0,Ke=D.timeLoggedMinutes||0,Le=ae>0||Fe>0||Ke>0;return jsxRuntime.jsx($g,{startDate:D.startDate,endDate:D.endDate,scheduleVariance:D.scheduleVariance,isDark:W,locale:f,hasTimeAllocated:Le})}case "hoursBar":{if(ee&&D.hasChildren){let{spent:ae,allocated:Fe,quoted:Ke}=xs(D),Le=ae>Fe&&Fe>0;return jsxRuntime.jsxs("span",{className:g("text-[11px] font-mono flex items-center gap-1.5",W?"text-white/50":"text-gray-500"),children:[jsxRuntime.jsx("span",{className:g("font-bold",Le?"text-[#FF453A]":W?"text-white/80":"text-gray-800"),children:ys(ae)}),Fe>0&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[" / ",jsxRuntime.jsx("span",{className:W?"text-white/60":"text-gray-600",children:ys(Fe)})]}),Ke>0&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[" / ",jsxRuntime.jsx("span",{className:W?"text-amber-400/70":"text-amber-600",children:ys(Ke)})]})]})}return jsxRuntime.jsx(Hg,{task:D,isDark:W,locale:f,onLogTime:r.onLogTime,onEstimateUpdate:r.onEstimateUpdate,onSoldEffortUpdate:r.onSoldEffortUpdate,showSoldEffort:t.showSoldEffort,onOpenTimeLog:r.onOpenTimeLog,lens:T,hourlyRate:$(D)})}case "teamLoad":return D.hasChildren||D.subtasks&&D.subtasks.length>0?jsxRuntime.jsx(Wg,{task:D,isDark:W,locale:f}):jsxRuntime.jsx(yd,{value:D.assignees||[],availableUsers:c,onChange:Fe=>{r.onTaskUpdate?.({...D,assignees:Fe});},isDark:W,locale:f});case "blockers":return jsxRuntime.jsx(Gg,{blockers:D.blockers,isDark:W,locale:f});case "weight":{let ae=be.get(D.id);if(ae!==void 0)return jsxRuntime.jsx("span",{className:g("text-xs font-mono",ae>0?W?"text-white/50":"text-gray-400":W?"text-white/30":"text-gray-300"),style:{fontFamily:"JetBrains Mono, monospace"},children:ae>0?`${Number(ae.toFixed(2))}%`:"\u2014"});let Fe=D.weight||0;return jsxRuntime.jsx(R1,{value:Fe,onChange:Ke=>ue({weight:Ke}),isDark:W})}default:return jsxRuntime.jsx("span",{className:g("text-sm",W?"text-white/60":"text-gray-500"),children:"-"})}},[r,W,f,c,j,ee,be]),mo=react.useCallback(D=>{let ue={name:j.columns.name,status:j.columns.status,priority:j.columns.priority,assignees:j.columns.assignees,startDate:j.columns.startDate,endDate:j.columns.endDate,progress:j.columns.progress,tags:j.columns.tags||(f==="es"?"Etiquetas":"Tags"),estimatedTime:j.columns.estimatedTime||(f==="es"?"Estimado":"Estimated"),quotedTime:j.columns.quotedTime||(f==="es"?"Ofertado":"Quoted"),elapsedTime:j.columns.elapsedTime||(f==="es"?"Ejecutado":"Executed"),soldEffortMinutes:j.columns.soldEffortMinutes||(f==="es"?"Ofertado":"Quoted"),effortMinutes:j.columns.effortMinutes||(f==="es"?"Estimado":"Estimated"),timeLoggedMinutes:j.columns.timeLoggedMinutes||(f==="es"?"Ejecutado":"Executed"),scheduleVariance:j.columns.scheduleVariance||(f==="es"?"Prog / Var":"Sched / Var"),hoursBar:j.columns.hoursBar||(f==="es"?"Horas (Usado / Asignado)":"Hours (Spent / Allocated)"),teamLoad:j.columns.teamLoad||(f==="es"?"Equipo":"Team"),blockers:j.columns.blockers||(f==="es"?"Bloqueantes":"Blockers"),weight:j.columns.weight||(f==="es"?"Peso":"Weight")}[D.type]||D.label;return typeof ue=="string"?ue:String(ue||D.type)},[j,f]),Pn=react.useMemo(()=>{let ue=Ye.reduce((ke,je)=>ke+je.width,0)+(v?48:0),Te={};for(let ke of Ye)Te[ke.id]=`${ke.width/ue*100}%`;return Te},[Ye,v]);return a?jsxRuntime.jsx("div",{className:g("flex-1 flex items-center justify-center",W?"bg-[#0D0D0D]":"bg-white",s),style:o,children:jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-4",children:[jsxRuntime.jsx("div",{className:"w-8 h-8 animate-spin rounded-full border-b-2 border-[#00E5CC]"}),jsxRuntime.jsxs("p",{className:g("text-sm",W?"text-white/60":"text-gray-600"),children:[j.empty.noTasks,"..."]})]})}):n?jsxRuntime.jsx("div",{className:g("flex-1 flex items-center justify-center",W?"bg-[#0D0D0D]":"bg-white",s),style:o,children:jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-4 max-w-md text-center",children:[jsxRuntime.jsx("div",{className:"w-12 h-12 rounded-full bg-red-500/10 flex items-center justify-center",children:jsxRuntime.jsx("span",{className:"text-red-500 text-2xl",children:"\u26A0"})}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("h3",{className:g("text-lg font-semibold mb-2",W?"text-white":"text-gray-900"),children:"Error"}),jsxRuntime.jsx("p",{className:g("text-sm",W?"text-white/60":"text-gray-600"),children:typeof n=="string"?n:n.message})]})]})}):e.length===0?jsxRuntime.jsx("div",{className:g("flex-1 flex items-center justify-center",W?"bg-[#0D0D0D]":"bg-white",s),style:o,children:jsxRuntime.jsxs("div",{className:"text-center max-w-md",children:[jsxRuntime.jsx("div",{className:"w-16 h-16 mx-auto mb-4 rounded-2xl bg-[#00E5CC]/10 flex items-center justify-center",children:jsxRuntime.jsx(lucideReact.List,{className:"w-8 h-8 text-[#00E5CC]"})}),jsxRuntime.jsx("h3",{className:g("text-lg font-semibold mb-2",W?"text-white":"text-gray-900"),children:j.empty.noTasks}),jsxRuntime.jsx("p",{className:g("text-sm",W?"text-white/60":"text-gray-600"),children:j.empty.addFirstTask})]})}):jsxRuntime.jsxs("div",{ref:M,className:g(W?"bg-[#0D0D0D]":"bg-white",V&&"select-none",s),style:{display:"flex",flexDirection:"column",flex:"1 1 0%",width:"100%",height:"100%",overflow:"hidden",minHeight:0,...o},children:[jsxRuntime.jsx("div",{className:g("flex-shrink-0 px-6 py-4 border-b",W?"border-[#222]":"border-gray-200"),children:jsxRuntime.jsxs("div",{className:"flex items-center gap-4",children:[jsxRuntime.jsxs("div",{className:g("text-sm",W?"text-white/60":"text-gray-600"),children:[Ea.length," ",j.pagination.tasks]}),y&&jsxRuntime.jsxs("div",{className:"relative flex-1 max-w-md",children:[jsxRuntime.jsx(lucideReact.Search,{className:g("absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4",W?"text-white/60":"text-gray-400")}),jsxRuntime.jsx("input",{type:"text",value:Re,onChange:D=>Be(D.target.value),placeholder:j.toolbar.searchPlaceholder,className:g("w-full h-9 pl-10 pr-4 rounded-lg border outline-none focus:ring-2 focus:ring-[#00E5CC]/30",W?"bg-white/[0.03] border-[#222] text-white placeholder:text-white/30 font-mono":"bg-gray-100 border-gray-200 text-gray-900 placeholder:text-gray-400")})]}),jsxRuntime.jsx("div",{className:"flex-1"}),i&&jsxRuntime.jsx("div",{className:"flex items-center gap-2",children:i}),b&&it>1&&jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsxs("button",{ref:mt,onClick:()=>me(!se),className:g("flex items-center gap-1.5 px-2 py-1.5 rounded-lg border transition-colors text-[11px] font-medium",W?se?"bg-[#00E5CC]/10 border-[#00E5CC]/40 text-[#00E5CC]":"bg-white/[0.03] border-[#333] text-white/50 hover:text-white/70 hover:bg-white/[0.05]":se?"bg-[#00E5CC]/15 border-[#00E5CC] text-[#00C4AE]":"bg-gray-100 border-gray-200 text-gray-500 hover:text-gray-700 hover:bg-gray-200"),style:{fontFamily:"'JetBrains Mono', monospace"},children:[jsxRuntime.jsx(lucideReact.Layers,{className:"w-3.5 h-3.5"}),jt==="all"?f==="es"?"Todos":"All":`L${jt}`]}),se&&jsxRuntime.jsx("div",{ref:Xe,className:g("absolute top-full mt-1 right-0 w-24 rounded-lg border overflow-hidden z-50 shadow-lg",W?"bg-[#1A1A1A] border-[#333]":"bg-white border-gray-200"),children:[{value:"all",label:f==="es"?"Todos":"All"},...Array.from({length:Math.min(it,5)},(D,Z)=>({value:Z+1,label:`L${Z+1}`}))].map(D=>jsxRuntime.jsxs("button",{onClick:()=>{oa(D.value),me(false);},className:g("w-full px-3 py-2 text-left text-xs transition-colors flex items-center justify-between",W?jt===D.value?"bg-[#00E5CC]/10 text-[#00E5CC]":"text-white/60 hover:bg-white/[0.05] hover:text-white/80":jt===D.value?"bg-[#00E5CC]/15 text-[#00C4AE]":"text-gray-600 hover:bg-gray-100"),children:[jsxRuntime.jsx("span",{children:D.label}),jt===D.value&&jsxRuntime.jsx("span",{className:"text-[#00E5CC]",children:"\u2713"})]},String(D.value)))})]}),jsxRuntime.jsx(m0,{value:Nt,hideCompleted:Oe,onChange:ft,onHideCompletedChange:Ie,isDark:W,locale:f}),ye?.enabled&&ye.data&&!fe&&jsxRuntime.jsx("button",{onClick:()=>ze(true),className:g("flex items-center justify-center w-8 h-8 rounded-lg border transition-colors",W?"border-[#333] text-white/40 hover:text-white/70 hover:bg-white/[0.05]":"border-gray-200 text-gray-400 hover:text-gray-600 hover:bg-gray-100"),title:f==="es"?"Abrir panel de salud":"Open health panel",children:jsxRuntime.jsx(lucideReact.PanelRight,{className:"w-4 h-4"})}),t.toolbarEndContent,S&&F&&jsxRuntime.jsxs(framerMotion.motion.button,{onClick:F,className:"flex items-center gap-2 px-3 py-1.5 rounded-lg text-xs transition-[transform,box-shadow]",style:{background:"linear-gradient(135deg, #00E5CC 0%, #005FCC 100%)",color:"#FFFFFF",fontFamily:"Inter, sans-serif",fontWeight:500,boxShadow:"0 2px 8px rgba(0, 123, 255, 0.3)"},whileHover:{scale:1.02,boxShadow:"0 4px 12px rgba(0, 123, 255, 0.4)"},whileTap:{scale:.98},children:[jsxRuntime.jsx(lucideReact.Plus,{className:"w-4 h-4"}),jsxRuntime.jsx("span",{children:j.toolbar.newTask})]})]})}),jsxRuntime.jsxs("div",{style:{display:"flex",flex:"1 1 0%",overflow:"hidden",minHeight:0},children:[jsxRuntime.jsx("div",{style:{flex:"1 1 0%",overflow:"auto",minHeight:0},children:jsxRuntime.jsxs("div",{style:{width:"100%"},children:[jsxRuntime.jsxs("div",{className:g("flex-shrink-0 flex items-center border-b text-[10px] font-bold uppercase tracking-wider sticky top-0 z-10",W?"border-[#222] bg-[#1A1A1A] font-mono text-white/70":"border-gray-200 bg-gray-50 text-gray-600"),children:[br&&jsxRuntime.jsx("div",{className:"w-5 flex-shrink-0"}),Ye.map(D=>{let Z=D.id!=="name",ue=xe===D.id&&R!==D.id;return jsxRuntime.jsxs("div",{className:g("relative flex items-center gap-2 px-4 py-2 transition-all duration-150 group",W?"text-white/60":"text-gray-500",Z&&"cursor-grab",D.type!=="name"&&"justify-center",R===D.id&&"opacity-50",ue&&(W?"bg-[#00E5CC]/20 border-l-2 border-l-[#00E5CC]":"bg-[#00E5CC]/15 border-l-2 border-l-[#00E5CC]")),style:{width:Pn[D.id],minWidth:D.minWidth},draggable:Z,onDragStart:Z?Te=>Mn(Te,D.id):void 0,onDragEnd:Z?Vn:void 0,onDragOver:Z?Te=>Uo(Te,D.id):void 0,onDragLeave:Z?pi:void 0,onDrop:Z?Te=>Kr(Te,D.id):void 0,onContextMenu:Te=>sr(Te,void 0,D.id),children:[Z&&jsxRuntime.jsx(lucideReact.GripVertical,{className:g("w-3 h-3 flex-shrink-0 transition-opacity",W?"text-white/20 group-hover:text-white/50":"text-gray-300 group-hover:text-gray-500")}),d?jsxRuntime.jsxs("button",{draggable:false,onClick:Te=>{let ke=Te.currentTarget.getBoundingClientRect();d(D.id,ke);},className:"flex items-center gap-1.5 hover:text-[#00E5CC]",children:[mo(D),u?.includes(D.id)&&jsxRuntime.jsx("span",{title:"filtered",style:{width:6,height:6,borderRadius:"50%",background:p,display:"inline-block",flexShrink:0}}),Me===D.id&&jsxRuntime.jsx(lucideReact.ArrowUpDown,{className:"w-3 h-3 text-[#00E5CC]"})]}):D.sortable?jsxRuntime.jsxs("button",{draggable:false,onClick:()=>Lt(D.id),className:"flex items-center gap-1 hover:text-[#00E5CC]",children:[mo(D),u?.includes(D.id)&&jsxRuntime.jsx("span",{title:"filtered",style:{width:6,height:6,borderRadius:"50%",background:p,display:"inline-block",flexShrink:0}}),jsxRuntime.jsx(lucideReact.ArrowUpDown,{className:g("w-3 h-3",Me===D.id&&"text-[#00E5CC]")})]}):jsxRuntime.jsxs("span",{draggable:false,className:"flex items-center gap-1.5",children:[mo(D),u?.includes(D.id)&&jsxRuntime.jsx("span",{title:"filtered",style:{width:6,height:6,borderRadius:"50%",background:p,display:"inline-block",flexShrink:0}})]}),w&&D.resizable&&jsxRuntime.jsx("div",{className:g("absolute right-0 top-0 bottom-0 w-1 cursor-col-resize group","hover:bg-[#00E5CC]",V===D.id&&"bg-[#00E5CC]"),onMouseDown:Te=>Ho(Te,D.id)})]},D.id)}),v&&jsxRuntime.jsxs("div",{className:"relative flex items-center justify-center w-12 flex-shrink-0",children:[jsxRuntime.jsx("button",{onClick:D=>{D.stopPropagation(),He(Z=>!Z);},className:g("p-0.5 rounded transition-colors",W?"hover:bg-white/[0.05] text-white/60 hover:text-white":"hover:bg-gray-200 text-gray-400 hover:text-gray-600",$e&&(W?"bg-white/[0.05]":"bg-gray-200")),title:f==="es"?"Agregar columna":"Add column",children:jsxRuntime.jsx(lucideReact.Plus,{className:"w-3 h-3"})}),jsxRuntime.jsx(s0,{isOpen:$e,onClose:()=>He(false),columns:st,customFields:l,onColumnsChange:Rt,onCreateCustomField:()=>{He(false),oe(true);},isDark:W,locale:f})]})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{mode:"popLayout",children:Ea.map((D,Z)=>{let ue=Ze.has(D.id),Te=Math.min(Z*.01,.2),ke=D.hasChildren&&D.level===0,je=D.subtasks?.length||0;if(ke){let{spent:dt,allocated:ut,quoted:xr}=xs(D),pr=I1(D);return jsxRuntime.jsxs(framerMotion.motion.div,{"data-task-id":D.id,initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},transition:{duration:.15,delay:Te},className:g("flex items-center border-y cursor-pointer transition-colors duration-500",W?"border-[#222] bg-[#222]":"border-gray-200 bg-gray-100",Ce===D.id&&(W?"!bg-[#FFD60A]/15":"!bg-yellow-100")),onClick:()=>r.onTaskClick?.(D),children:[br&&jsxRuntime.jsx("div",{className:"w-5 flex-shrink-0"}),Ye.map(Zr=>jsxRuntime.jsx("div",{className:g("flex items-center px-4 py-3 min-h-[56px]",Zr.type!=="name"&&"justify-center"),style:{width:Pn[Zr.id],minWidth:Zr.minWidth},children:Zr.type==="name"?jsxRuntime.jsxs("div",{className:"flex items-start gap-2 min-w-0 w-full",children:[jsxRuntime.jsx("button",{onClick:St=>{St.stopPropagation(),It(D.id);},className:g("p-0.5 rounded flex-shrink-0 mt-0.5",W?"hover:bg-white/[0.05]":"hover:bg-gray-200"),children:ue?jsxRuntime.jsx(lucideReact.ChevronDown,{className:g("w-4 h-4",W?"text-white/40":"text-gray-500")}):jsxRuntime.jsx(lucideReact.ChevronRight,{className:g("w-4 h-4",W?"text-white/40":"text-gray-500")})}),jsxRuntime.jsx("span",{onClick:St=>{St.stopPropagation(),It(D.id);},className:"flex-shrink-0 cursor-pointer mt-0.5",children:ue?jsxRuntime.jsx(lucideReact.FolderOpen,{className:"w-4 h-4",style:{color:W?"#FFD60A":"#B45309"}}):jsxRuntime.jsx(lucideReact.Folder,{className:"w-4 h-4",style:{color:W?"#FFD60A":"#B45309"}})}),D.wbsCode&&jsxRuntime.jsx("span",{className:"text-[10px] font-mono flex-shrink-0 mt-1",style:{color:W?"#FFD60A":"#B45309"},children:D.wbsCode}),jsxRuntime.jsxs("div",{className:"flex flex-col min-w-0",children:[jsxRuntime.jsx("span",{className:g("text-[13px] font-bold uppercase tracking-wide",W?"text-white":"text-gray-900"),style:{fontFamily:"Inter, system-ui, sans-serif"},children:D.name}),jsxRuntime.jsxs("span",{className:g("text-[10px] font-mono",W?"text-white/30":"text-gray-500"),children:["(",je," ",f==="es"?je===1?"Tarea":"Tareas":je===1?"Item":"Items",")"]}),pr!==null&&jsxRuntime.jsxs("span",{className:g("text-[9px] font-mono px-1.5 py-0.5 rounded w-fit mt-0.5",pr>=1?"text-[#32D74B] bg-[#32D74B]/10":pr>=.8?"text-[#FFD60A] bg-[#FFD60A]/10":"text-[#FF453A] bg-[#FF453A]/10"),children:["Avg SPI: ",pr.toFixed(2)]})]})]}):Zr.type==="timeLoggedMinutes"?T==="financial"?(()=>{let St=D.executedDollarsCanonical,Xt=St!=null?Math.round(St):Math.round(ve(D).dollarSpent);return Xt>0?jsxRuntime.jsxs("span",{className:g("text-sm font-mono",W?"text-white/60":"text-gray-500"),children:["$",Xt.toLocaleString("en-US")]}):null})():jsxRuntime.jsx(Aa,{value:dt>0?dt:void 0,isDark:W,locale:f,disabled:true,lens:T,hourlyRate:$(D)}):Zr.type==="soldEffortMinutes"?T==="financial"?(()=>{let St=ve(D),Xt=Math.round(St.dollarQuoted);return Xt>0?jsxRuntime.jsxs("span",{className:g("text-sm font-mono",W?"text-white/60":"text-gray-500"),children:["$",Xt.toLocaleString("en-US")]}):null})():jsxRuntime.jsx(Aa,{value:xr>0?xr:void 0,isDark:W,locale:f,disabled:true,lens:T,hourlyRate:$(D)}):Zr.type==="effortMinutes"?T==="financial"?(()=>{let St=ve(D),Xt=Math.round(St.dollarAllocated),Ct=Math.round(St.dollarQuoted),Et=Ct-Xt;return jsxRuntime.jsxs("div",{className:"flex flex-col",children:[Xt>0?jsxRuntime.jsxs("span",{className:g("text-sm font-mono",W?"text-white/60":"text-gray-500"),children:["$",Xt.toLocaleString("es-CO")]}):null,Et!==0&&Xt>0&&Ct>0&&jsxRuntime.jsxs("span",{className:g("text-[9px] font-mono font-bold px-1.5 py-0.5 rounded whitespace-nowrap mt-0.5",Et>0?"bg-[#064e3b] text-[#10b981] border border-[#065f46]/30":"bg-[#451a03] text-[#f59e0b] border border-[#78350f]/30"),children:[Et>0?"+":"",Math.abs(Et)>=1e3?`$${(Et/1e3).toFixed(1)}K`:`$${Et}`]})]})})():jsxRuntime.jsx(Aa,{value:ut>0?ut:void 0,isDark:W,locale:f,disabled:true,lens:T,hourlyRate:$(D)}):bn(D,Zr)},Zr.id)),v&&jsxRuntime.jsx("div",{className:"w-12 flex-shrink-0"})]},D.id)}let ae=U===D.id,Fe=rt===D.id,Ke=Fe&&Qe==="above",Le=Fe&&Qe==="below",Wt=Fe&&Qe==="child";return jsxRuntime.jsxs(framerMotion.motion.div,{"data-task-id":D.id,"data-listview-row":D.id,initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},transition:{duration:.15,delay:Te},className:g("flex items-center border-b transition-colors relative group",W?"border-[#222] hover:bg-white/[0.05]":"border-gray-100 hover:bg-gray-50",Ce===D.id&&(W?"!bg-[#FFD60A]/15":"!bg-yellow-100")),style:{opacity:ae?.4:1,backgroundColor:Wt?W?"rgba(0, 229, 204,0.08)":"rgba(0, 229, 204,0.05)":void 0,boxShadow:Wt?"inset 0 0 0 2px #00E5CC":void 0},onClick:()=>r.onTaskClick?.(D),onDoubleClick:()=>r.onTaskDoubleClick?.(D),onContextMenu:dt=>sr(dt,D),onMouseEnter:()=>Yt(D.id),onMouseLeave:()=>Yt(dt=>dt===D.id?null:dt),children:[Ke&&jsxRuntime.jsx("div",{style:{position:"absolute",top:0,left:0,right:0,height:2,backgroundColor:"#00E5CC",zIndex:10}}),Le&&jsxRuntime.jsx("div",{style:{position:"absolute",bottom:0,left:0,right:0,height:2,backgroundColor:"#00E5CC",zIndex:10}}),br&&jsxRuntime.jsx("div",{className:"flex-shrink-0 flex items-center justify-center w-5 cursor-grab opacity-0 group-hover:opacity-40 hover:!opacity-80 transition-opacity",onMouseDown:dt=>nr(D.id,dt),style:{color:W?"#888":"#999"},children:jsxRuntime.jsx(lucideReact.GripVertical,{className:"w-3 h-3"})}),Ye.map(dt=>{let ut=!!(D.subtasks&&D.subtasks.length>0),xr=jr(dt.type),Zr=!!xr&&!ut&&da===D.id&&!hr,St=!!hr&&!!xr&&hr.column===xr&&ua(D.id);return jsxRuntime.jsxs("div",{className:g("flex items-center px-4 py-3 min-h-[56px]",dt.type!=="name"&&"justify-center"),style:{width:Pn[dt.id],minWidth:dt.minWidth,position:"relative",backgroundColor:St?"rgba(0, 229, 204, 0.13)":void 0,boxShadow:St?"inset 0 0 0 1px rgba(0, 229, 204, 0.45)":void 0},children:[dt.type==="name"?jsxRuntime.jsxs("div",{className:"flex items-center gap-2 min-w-0 w-full",children:[b&&D.level>0&&jsxRuntime.jsx("div",{style:{width:`${D.level*24}px`},className:"flex-shrink-0"}),b&&D.hasChildren&&jsxRuntime.jsx("button",{onClick:Xt=>{Xt.stopPropagation(),It(D.id);},className:g("p-0.5 rounded flex-shrink-0",W?"hover:bg-white/[0.05]":"hover:bg-gray-200"),children:ue?jsxRuntime.jsx(lucideReact.ChevronDown,{className:g("w-4 h-4",W?"text-white/60":"text-gray-400")}):jsxRuntime.jsx(lucideReact.ChevronRight,{className:g("w-4 h-4",W?"text-white/60":"text-gray-400")})}),b&&!D.hasChildren&&jsxRuntime.jsx("div",{className:"w-5 flex-shrink-0"}),jsxRuntime.jsxs("div",{className:"flex flex-col min-w-0 flex-1",children:[(D.wbsCode||D.taskCode)&&jsxRuntime.jsxs("div",{className:"flex items-center gap-1.5",children:[D.wbsCode&&jsxRuntime.jsx("span",{className:g("text-[10px] font-mono",W?"text-[#00E5CC]":"text-[#00C4AE]"),children:D.wbsCode}),D.taskCode&&jsxRuntime.jsx("span",{className:g("text-[10px] font-mono",W?"text-white/40":"text-gray-400"),children:D.taskCode})]}),jsxRuntime.jsx("span",{className:g("truncate",D.hasChildren?"text-[14px] font-bold":"text-[13px] font-normal",D.progress===100?W?"line-through text-white/50":"line-through text-gray-400":D.hasChildren?W?"text-white":"text-gray-900":W?"text-[#D1D5DB]":"text-gray-600"),children:D.name}),D.tags?.[0]&&jsxRuntime.jsx("span",{className:"text-[9px] font-mono uppercase tracking-wide px-1.5 py-0.5 rounded w-fit",style:{backgroundColor:`${D.tags[0].color}20`,color:D.tags[0].color},children:D.tags[0].name})]})]}):bn(D,dt),Zr&&xr&&jsxRuntime.jsx("div",{title:"Arrastr\xE1 hacia abajo para aplicar a varias tareas",onMouseDown:Xt=>_e(Xt,D.id,xr,Z),style:{position:"absolute",right:2,bottom:2,width:8,height:8,borderRadius:2,background:"#00E5CC",border:"1px solid rgba(0,0,0,0.3)",cursor:"crosshair",zIndex:5}})]},dt.id)}),v&&jsxRuntime.jsx("div",{className:"w-12 flex-shrink-0"})]},D.id)})}),I&&Ea.length>0&&(()=>{let{spent:D,allocated:Z,quoted:ue}=Pe,Te=Z-D,ke=Te<0,je=ke?`+${ys(Math.abs(Te))} ${f==="es"?"EXCEDIDO":"OVER"}`:`+${ys(Te)} ${f==="es"?"AHORRADO":"SAVED"}`,ae=T==="financial"&&Y>0,Fe=K?.breakdown,Ke=!!Fe&&((Fe.equipment??0)>0||(Fe.travel??0)>0),Le=Fe?.laborSpent!=null?Fe.laborSpent:K?.spent!=null?K.spent:Pe.dollarSpent,Wt=Fe?.laborAllocated!=null?Fe.laborAllocated:K?.allocated!=null?K.allocated:Pe.dollarAllocated,dt=K?.quoted!=null?K.quoted:Pe.dollarQuoted,ut=(St,Xt)=>{if(ae){let Ct=Xt??St/60*Y;return `$${Math.round(Ct).toLocaleString("es-CO")}`}return ys(St)},xr=ae?Math.abs(Wt-Le):0,pr=ae?`+$${xr.toLocaleString("es-CO",{minimumFractionDigits:0,maximumFractionDigits:0})} ${ke?f==="es"?"EXCEDIDO":"OVER":f==="es"?"AHORRADO":"SAVED"}`:je,Zr=ae&&Ke?f==="es"?"solo mano de obra":"labor only":void 0;return jsxRuntime.jsxs("div",{className:g("flex items-center sticky bottom-0 z-[5]",W?"border-t border-[#2A2A3A]":"border-t border-gray-300"),style:{backgroundColor:W?"rgba(13, 17, 23, 0.95)":"rgba(255, 255, 255, 0.95)",backdropFilter:"blur(8px)",WebkitBackdropFilter:"blur(8px)"},children:[br&&jsxRuntime.jsx("div",{className:"w-5 flex-shrink-0"}),Ye.map(St=>jsxRuntime.jsx("div",{className:g("flex items-center px-4 py-3",St.type!=="name"&&"justify-center"),style:{width:Pn[St.id],minWidth:St.minWidth},children:St.type==="name"?jsxRuntime.jsxs("div",{className:"flex flex-col",children:[jsxRuntime.jsx("span",{className:g("text-[11px] font-black uppercase tracking-widest",W?"text-white":"text-gray-900"),style:{fontFamily:"JetBrains Mono, monospace"},children:f==="es"?"TOTAL PROYECTO":"TOTAL PROJECT"}),Zr&&jsxRuntime.jsxs("span",{className:g("text-[9px] font-mono mt-0.5 flex items-center gap-1",W?"text-white/35":"text-gray-400"),children:[jsxRuntime.jsx(lucideReact.Info,{className:"w-2.5 h-2.5"}),Zr]})]}):St.type==="hoursBar"?jsxRuntime.jsxs("div",{className:"flex flex-col items-center w-full",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx("span",{className:g("text-[12px] font-bold",W?"text-white":"text-gray-900"),style:{fontFamily:"JetBrains Mono, monospace"},children:ut(D,ae?Le:void 0)}),jsxRuntime.jsx("span",{className:g("text-[11px]",W?"text-white/40":"text-gray-400"),children:"/"}),jsxRuntime.jsx("span",{className:g("text-[11px]",W?"text-white/50":"text-gray-500"),style:{fontFamily:"JetBrains Mono, monospace"},children:ut(Z,ae?Wt:void 0)})]}),Z>0&&jsxRuntime.jsx("span",{className:g("text-[10px] font-semibold mt-0.5 whitespace-nowrap",ke?"text-[#FF453A]":"text-[#32D74B]"),style:{fontFamily:"JetBrains Mono, monospace"},children:ae?pr:je})]}):St.type==="soldEffortMinutes"?jsxRuntime.jsx("span",{className:g("text-[12px] font-bold",W?"text-white":"text-gray-900"),style:{fontFamily:"JetBrains Mono, monospace"},children:ue>0?ut(ue,ae?dt:void 0):"\u2013"}):St.type==="effortMinutes"?(()=>{if(ae&&ue>0&&Z>0){let Xt=Math.round(dt),Ct=Math.round(Wt),Et=Xt-Ct,er=Xt>0?Math.round(Et/Xt*100):0;return jsxRuntime.jsxs("div",{className:"flex flex-col items-center",children:[jsxRuntime.jsx("span",{className:g("text-[12px] font-bold",W?"text-white":"text-gray-900"),style:{fontFamily:"JetBrains Mono, monospace"},children:ut(Z,Wt)}),jsxRuntime.jsxs("span",{className:g("text-[9px] font-mono font-bold px-1.5 py-0.5 rounded whitespace-nowrap mt-0.5",Et>=0?"bg-[#064e3b] text-[#10b981] border border-[#065f46]/30":"bg-[#451a03] text-[#f59e0b] border border-[#78350f]/30"),children:[Et>=0?"+":"",Math.abs(Et)>=1e3?`$${(Et/1e3).toFixed(1)}K`:`$${Et}`,jsxRuntime.jsxs("span",{className:"ml-0.5 opacity-60",children:["(",er,"%)"]})]})]})}return jsxRuntime.jsx("span",{className:g("text-[12px] font-bold",W?"text-white":"text-gray-900"),style:{fontFamily:"JetBrains Mono, monospace"},children:Z>0?ut(Z,ae?Wt:void 0):"\u2013"})})():St.type==="timeLoggedMinutes"?jsxRuntime.jsx("span",{className:g("text-[12px] font-bold",W?"text-white":"text-gray-900"),style:{fontFamily:"JetBrains Mono, monospace"},children:D>0?ut(D,ae?Le:void 0):"\u2013"}):St.type==="progress"?(()=>{let Xt=w0(Rd(e||[]));return jsxRuntime.jsxs("span",{className:g("text-[12px] font-bold font-mono",W?"text-[#00E5CC]":"text-[#00C4AE]"),style:{fontFamily:"JetBrains Mono, monospace"},children:[Xt,"%"]})})():St.type==="weight"?(()=>{let Xt=e||[],Ct=[],Et=pa=>{for(let qr of pa)Ct.push(qr),qr.subtasks?.length&&Et(qr.subtasks);};Et(Xt);let ga=Ct.filter(pa=>!pa.subtasks?.length||pa.subtasks.length===0).reduce((pa,qr)=>pa+(qr.weight||0),0),xa=Math.abs(ga-100)<.1;return jsxRuntime.jsxs("span",{className:g("text-[12px] font-bold font-mono",xa?W?"text-[#22C55E]":"text-green-600":"text-[#EF4444]"),style:{fontFamily:"JetBrains Mono, monospace"},children:[Number(ga.toFixed(1)),"%"]})})():jsxRuntime.jsx("span",{className:g("text-[11px]",W?"text-white/30":"text-gray-300"),children:"\u2013"})},St.id)),v&&jsxRuntime.jsx("div",{className:"w-12 flex-shrink-0"})]})})(),Ea.length===0&&Re&&jsxRuntime.jsx("div",{className:"flex items-center justify-center py-12",children:jsxRuntime.jsxs("div",{className:"text-center",children:[jsxRuntime.jsx(lucideReact.List,{className:g("w-12 h-12 mx-auto mb-4",W?"text-white/30":"text-gray-400")}),jsxRuntime.jsx("p",{className:g(W?"text-white/60":"text-gray-600"),children:j.empty.noResults})]})})]})}),ye?.enabled&&ye.data&&fe&&jsxRuntime.jsx(f0,{data:ye.data,isDark:W,locale:f,onClose:()=>ze(false),lens:t?.lens,onUnassignedTaskClick:D=>{let Z=document.querySelector(`[data-task-id="${D}"]`);Z&&(Z.scrollIntoView({behavior:"smooth",block:"center"}),Ae(D),setTimeout(()=>Ae(null),2e3));}})]}),jsxRuntime.jsx(Xg,{state:B,onClose:Ra,isDark:W,locale:f,onTaskEdit:r.onTaskEdit,onTaskDuplicate:r.onTaskDuplicate,onTaskDelete:r.onTaskDelete,onTaskUpdate:r.onTaskUpdate,onColumnHide:or,onColumnSort:Qa,availableUsers:c,onOpenTimeLog:r.onOpenTimeLog,onReportBlocker:r.onReportBlocker,onCopyTaskLink:r.onCopyTaskLink,onTaskMove:r.onTaskMove,onTaskIndent:r.onTaskIndent,onTaskOutdent:r.onTaskOutdent}),De&&pt&&U&&reactDom.createPortal(jsxRuntime.jsx("div",{style:{position:"fixed",left:pt.x+12,top:pt.y-10,zIndex:99999,pointerEvents:"none"},children:(()=>{let Z=Ne.flattenTasks(e).find(ue=>ue.id===U);return Z?jsxRuntime.jsxs("div",{className:"flex items-center gap-2 px-3 py-1.5 rounded-lg",style:{backgroundColor:W?"rgba(10,10,10,0.9)":"rgba(255,255,255,0.95)",border:`1px solid ${W?"rgba(255,255,255,0.1)":"#e5e7eb"}`,backdropFilter:"blur(8px)",boxShadow:"0 4px 12px rgba(0,0,0,0.3)"},children:[jsxRuntime.jsx(lucideReact.GripVertical,{className:"w-3 h-3",style:{color:"#00E5CC"}}),jsxRuntime.jsx("span",{className:"text-xs font-medium",style:{color:W?"#e6edf3":"#111827"},children:Z.name})]}):null})()}),document.body),jsxRuntime.jsx(c0,{isOpen:L,onClose:()=>oe(false),onSave:Cs,isDark:W,locale:f})]})}var N0=[{id:"name",type:"name",label:"Name",width:300,visible:true,sortable:true,resizable:true},{id:"status",type:"status",label:"Status",width:140,visible:true,sortable:true,resizable:true},{id:"priority",type:"priority",label:"Priority",width:100,visible:false,sortable:true,resizable:true},{id:"startDate",type:"startDate",label:"Start Date",width:120,visible:true,sortable:true,resizable:true},{id:"endDate",type:"endDate",label:"End Date",width:120,visible:true,sortable:true,resizable:true},{id:"progress",type:"progress",label:"Progress",width:100,visible:true,sortable:true,resizable:true},{id:"tags",type:"tags",label:"Tags",width:150,visible:false,sortable:false,resizable:true},{id:"soldEffortMinutes",type:"soldEffortMinutes",label:"Quoted",width:100,visible:false,sortable:true,resizable:true},{id:"effortMinutes",type:"effortMinutes",label:"Estimated",width:100,visible:false,sortable:true,resizable:true},{id:"timeLoggedMinutes",type:"timeLoggedMinutes",label:"Executed",width:100,visible:false,sortable:true,resizable:true},{id:"scheduleVariance",type:"scheduleVariance",label:"Sched / Var",width:180,visible:false,sortable:true,resizable:true},{id:"hoursBar",type:"hoursBar",label:"Hours",width:200,visible:false,sortable:true,resizable:true},{id:"teamLoad",type:"teamLoad",label:"Team Load",width:160,visible:false,sortable:true,resizable:true},{id:"blockers",type:"blockers",label:"Blockers",width:150,visible:false,sortable:false,resizable:true},{id:"weight",type:"weight",label:"Weight",width:80,visible:false,sortable:true,resizable:true}],D0=[{type:"name",labelKey:"columns.name",icon:"Type"},{type:"status",labelKey:"columns.status",icon:"CircleDot"},{type:"priority",labelKey:"columns.priority",icon:"Flag"},{type:"assignees",labelKey:"columns.assignees",icon:"Users"},{type:"startDate",labelKey:"columns.startDate",icon:"Calendar"},{type:"endDate",labelKey:"columns.endDate",icon:"CalendarCheck"},{type:"progress",labelKey:"columns.progress",icon:"BarChart"},{type:"tags",labelKey:"columns.tags",icon:"Tag"},{type:"effortMinutes",labelKey:"columns.effortMinutes",icon:"Clock"},{type:"timeLoggedMinutes",labelKey:"columns.timeLoggedMinutes",icon:"Timer"},{type:"soldEffortMinutes",labelKey:"columns.soldEffortMinutes",icon:"FileText"},{type:"scheduleVariance",labelKey:"columns.scheduleVariance",icon:"CalendarClock"},{type:"hoursBar",labelKey:"columns.hoursBar",icon:"BarChart3"},{type:"teamLoad",labelKey:"columns.teamLoad",icon:"Users"},{type:"blockers",labelKey:"columns.blockers",icon:"AlertTriangle"},{type:"weight",labelKey:"columns.weight",icon:"Scale"}],S0=[{type:"text",labelKey:"customFields.text",icon:"Type"},{type:"number",labelKey:"customFields.number",icon:"Hash"},{type:"date",labelKey:"customFields.date",icon:"Calendar"},{type:"dropdown",labelKey:"customFields.dropdown",icon:"ChevronDown"},{type:"checkbox",labelKey:"customFields.checkbox",icon:"CheckSquare"}];var Bd={bgPrimary:"#0D0D0D",bgSecondary:"#141414",bgHover:"rgba(255,255,255,0.05)",bgSelected:"#0D131E",bgAlternate:"#141414",border:"#222222",borderLight:"#1A1A1A",textPrimary:"rgba(255,255,255,0.9)",textSecondary:"rgba(255,255,255,0.6)",textMuted:"rgba(255,255,255,0.3)",accent:"#00E5CC",accentHover:"#2979FF",accentLight:"rgba(0,123,255,0.15)",statusTodo:"rgba(255,255,255,0.4)",statusInProgress:"#00E5CC",statusCompleted:"#34D399",focusRing:"#00E5CC",checkboxBg:"#1A1A1A",checkboxChecked:"#00E5CC",bgGroupHeader:"#222222",headerBg:"#1A1A1A",neonRed:"#FF2D20",neonGreen:"#3BF06E",neonAmber:"#FFD60A",neonBlue:"#3B9EFF"},$d={bgPrimary:"#ffffff",bgSecondary:"#f6f8fa",bgHover:"#f3f4f6",bgSelected:"#dbeafe",bgAlternate:"#f9fafb",border:"#d0d7de",borderLight:"#e5e7eb",textPrimary:"#24292f",textSecondary:"#57606a",textMuted:"#8b949e",accent:"#0969da",accentHover:"#0550ae",accentLight:"#dbeafe",statusTodo:"#8b949e",statusInProgress:"#bf8700",statusCompleted:"#1a7f37",focusRing:"#0969da",checkboxBg:"#ffffff",checkboxChecked:"#0969da",bgGroupHeader:"#F3F4F6",headerBg:"#F9FAFB",neonRed:"#DC2626",neonGreen:"#16A34A",neonAmber:"#D97706",neonBlue:"#00E5CC"},Od={bgPrimary:"#1a1a2e",bgSecondary:"#16213e",bgHover:"#1f3460",bgSelected:"#0f4c7520",bgAlternate:"#1a1a2e80",border:"#2a3f5f",borderLight:"#1f3460",textPrimary:"#e4e6eb",textSecondary:"#a8b2c1",textMuted:"#6b7280",accent:"#6366f1",accentHover:"#818cf8",accentLight:"#6366f120",statusTodo:"#9ca3af",statusInProgress:"#fbbf24",statusCompleted:"#34d399",focusRing:"#6366f1",checkboxBg:"#1f3460",checkboxChecked:"#6366f1",bgGroupHeader:"#1f3460",headerBg:"#16213e",neonRed:"#EF4444",neonGreen:"#34D399",neonAmber:"#FBBF24",neonBlue:"#6366F1"},Cl={dark:Bd,light:$d,neutral:Od};function E0(e){return Cl[e]||Cl.dark}function Tl(e,t,r,a,n=5){let s=[],o=[],c=e.filter(m=>m.endSerial>=r&&m.startSerial<=a).sort((m,f)=>m.startSerial-f.startSerial||f.endSerial-m.endSerial);for(let m of c){let f=Math.max(m.startSerial,r),x=Math.min(m.endSerial,a),y=0;for(;(s[y]||[]).some(([b,h])=>!(x<b||f>h));)y++;(s[y]=s[y]||[]).push([f,x]),o.push({t:m,s:f,e:x,lane:y,contL:m.startSerial<r,contR:m.endSerial>a});}let l={};for(let m=r;m<=a;m++)l[m]=new Set;o.forEach(m=>{for(let f=m.s;f<=m.e;f++)l[f].add(m.lane);});let i=[],d=[],u={};t.filter(m=>m.serial>=r&&m.serial<=a).forEach(m=>{(u[m.serial]=u[m.serial]||[]).push(m);}),Object.keys(u).forEach(m=>{let f=+m,x=u[f],y=[];for(let b=0;b<n;b++)l[f].has(b)||y.push(b);if(x.length<=y.length)x.forEach((b,h)=>i.push({it:b,day:f,lane:y[h]}));else {let b=Math.max(y.length-1,0);x.slice(0,b).forEach((h,v)=>i.push({it:h,day:f,lane:y[v]})),d.push({day:f,lane:y[b]!=null?y[b]:n-1,count:x.length-b,items:x.slice(b)});}});let p=s.length;return i.forEach(m=>{p=Math.max(p,m.lane+1);}),d.forEach(m=>{p=Math.max(p,m.lane+1);}),{bars:o,chips:i,more:d,laneCount:Math.max(p,1)}}var B1=["LUN","MAR","MI\xC9","JUE","VIE","S\xC1B","DOM"],$1=["MON","TUE","WED","THU","FRI","SAT","SUN"];function M0(e){return e==="es"?B1:$1}function P0(e){return (e.getDay()+6)%7}function F0(e,t){let r=new Date(e,t,1),a=P0(r),n=new Date(e,t,1-a),s=[];for(let u=0;u<6;u++)s.push({ws:u*7+1,we:u*7+7});let o=u=>{let p=new Date(n);return p.setDate(n.getDate()+(u-1)),p},c=u=>{let p=u.getTime()-n.getTime();return Math.floor(p/864e5)+1},l=c(r),i=new Date(e,t+1,0),d=c(i);return {gridStart:n,weeks:s,serialToDate:o,dateToSerial:c,monthStartSerial:l,monthEndSerial:d}}function ai(e,t){return P0(e.serialToDate(t))>=5}function O1(e){let t=[],r=(a,n,s)=>{for(let o of a){let c=n||o.id,l=s||o.name;t.push({t:o,phaseId:c,phaseName:l}),o.subtasks?.length&&r(o.subtasks,c,l);}};return r(e,"",""),t}function L0(e){if(!e)return null;let t=e instanceof Date?e:new Date(e);return isNaN(t.getTime())?null:t}function A0(e){return e>=1e3?`$${(e/1e3).toFixed(1).replace(/\.0$/,"")}k`:`$${Math.round(e)}`}function Nl(e){let{tasks:t,grid:r,projectColor:a,hourlyRate:n,projectId:s}=e,o=O1(t),c=42,l=[];for(let{t:d,phaseId:u,phaseName:p}of o){let m=L0(d.startDate),f=L0(d.endDate);if(!m||!f)continue;let x=r.dateToSerial(m),y=r.dateToSerial(f);if(y<1||x>c)continue;let b=d.effortMinutes??0,h=Math.round(b/60*10)/10,v=d.costAtCompletion,w=v!=null?A0(v):A0(h*n),C=d.assignees?.[0],S=C?.initials||(C?.name?W1(C.name):void 0),F=d.displayId||d.wbsCode||"",k=U1(F||d.id)?"":F||d.id;l.push({uid:d.id,id:k,name:d.name,projectId:s,startSerial:Math.max(x,1),endSerial:Math.min(y,c),hrs:h,cost:w,critical:!!d.isCriticalPath,who:S,realStart:m,realEnd:f,phaseId:u,phaseName:p});}let i=[];return {calTasks:l,dayItems:i,isEmpty:l.length===0&&i.length===0}}var H1=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function U1(e){return H1.test(e)||/^task-\d+/.test(e)}function W1(e){let t=e.trim().split(/\s+/);return t.length>=2?(t[0][0]+t[t.length-1][0]).toUpperCase():e.slice(0,2).toUpperCase()}var z1=["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"],G1=["January","February","March","April","May","June","July","August","September","October","November","December"];function I0(e,t,r){return `${(r==="es"?z1:G1)[t]} ${e}`}var Hd=26,V1={hito:"\u25C6",desembolso:"\u25C6",deadline:"\u2691",ext:"\u25CB",aus:"\u2298"};function Dl({locale:e}){let t=M0(e);return jsxRuntime.jsx("div",{className:"cal-dow",children:t.map((r,a)=>jsxRuntime.jsx("div",{className:a>=5?"wknd":"",children:r},r))})}function Sl({bar:e,ws:t,money:r,projColor:a,slotH:n=Hd}){let{t:s}=e,o=e.s-t,c=e.e-e.s+1,l="cal-bar"+(s.critical?" cpm":"")+(e.contL?" cont-l":"")+(e.contR?" cont-r":""),i=r==="$"?s.cost:`${s.hrs}h`,d={"--proj":a,left:`calc(${o}/7*100% + 3px)`,width:`calc(${c}/7*100% - 6px)`,top:`${e.lane*n}px`};return jsxRuntime.jsxs("div",{className:l,style:d,children:[s.critical&&c>=3?jsxRuntime.jsx("span",{className:"cpm-tag",children:"CPM"}):null,s.id?jsxRuntime.jsx("span",{className:"tk",children:s.id}):null,jsxRuntime.jsx("span",{className:"nom",children:s.name}),c>=3?jsxRuntime.jsx("span",{className:"val",children:i}):null]})}function El({chip:e,ws:t,slotH:r=Hd}){let a=e.day-t,n=`cal-chip ${e.it.type}`,s={left:`calc(${a}/7*100% + 3px)`,width:"calc(1/7*100% - 6px)",top:`${e.lane*r}px`};return jsxRuntime.jsxs("div",{className:n,style:s,children:[jsxRuntime.jsx("span",{className:"ico",children:V1[e.it.type]}),jsxRuntime.jsx("span",{className:"lbl2",children:e.it.label})]})}function Ml({more:e,ws:t,slotH:r=Hd,onClick:a}){let s={left:`calc(${e.day-t}/7*100% + 3px)`,top:`${e.lane*r}px`};return jsxRuntime.jsxs("div",{className:"cal-more",style:s,role:a?"button":void 0,tabIndex:a?0:void 0,onClick:a?()=>a(e):void 0,children:["+",e.count," m\xE1s"]})}function R0({projects:e}){return jsxRuntime.jsxs("div",{className:"cal-legend",children:[e.map(t=>jsxRuntime.jsxs("span",{children:[jsxRuntime.jsx("span",{className:"dot",style:{background:t.color}}),t.id?`${t.id} `:"",t.name]},t.id||t.name)),jsxRuntime.jsxs("span",{children:[jsxRuntime.jsx("i",{style:{color:"var(--cyan)"},children:"\u25A3"})," Ruta cr\xEDtica"]}),jsxRuntime.jsxs("span",{children:[jsxRuntime.jsx("i",{style:{color:"var(--cyan)"},children:"\u25C6"})," Hito / Desembolso"]}),jsxRuntime.jsxs("span",{children:[jsxRuntime.jsx("i",{style:{color:"var(--red)"},children:"\u2691"})," Vencimiento"]}),jsxRuntime.jsxs("span",{children:[jsxRuntime.jsx("i",{style:{color:"var(--txt2)"},children:"\u25CB"})," Evento externo"]}),jsxRuntime.jsxs("span",{children:[jsxRuntime.jsx("i",{style:{color:"var(--orange)"},children:"\u2298"})," Ausencia"]})]})}var q1=[{id:"mes",lbl:"Mes",key:"M"},{id:"semana",lbl:"Semana",key:"W"},{id:"lookahead",lbl:"Lookahead",key:"2"},{id:"agenda",lbl:"Agenda",key:"A"}];function B0({view:e,onViewChange:t,money:r,onMoneyChange:a,projectLabel:n}){return jsxRuntime.jsxs("div",{className:"cal-topbar",children:[jsxRuntime.jsxs("div",{className:"cal-projsel",children:[n,jsxRuntime.jsx("span",{className:"caret",children:"\u25BE"})]}),jsxRuntime.jsx("div",{className:"cal-spacer"}),jsxRuntime.jsx("div",{className:"cal-seg",children:q1.map(s=>jsxRuntime.jsxs("button",{type:"button",className:e===s.id?"on":"",onClick:()=>t(s.id),children:[s.lbl,jsxRuntime.jsx("span",{className:"key",children:s.key})]},s.id))}),jsxRuntime.jsxs("div",{className:"cal-seg",children:[jsxRuntime.jsx("button",{type:"button",className:r==="$"?"":"on",onClick:()=>a("hrs"),children:"Hrs"}),jsxRuntime.jsx("button",{type:"button",className:r==="$"?"on":"",onClick:()=>a("$"),children:"$"})]})]})}function $0({monthLabel:e,onPrev:t,onNext:r,onToday:a,layersOpen:n,onToggleLayers:s,layersOff:o,phases:c,phaseFilter:l="all",onPhaseChange:i,locale:d="es",children:u}){let p=o?o.length:0,[m,f]=react.useState(false),x=react.useRef(null),y=d==="es";react.useEffect(()=>{if(!m)return;let h=v=>{x.current&&!x.current.contains(v.target)&&f(false);};return document.addEventListener("mousedown",h),()=>document.removeEventListener("mousedown",h)},[m]);let b=l==="all"?y?"Todas":"All":c?.find(h=>h.id===l)?.name??(y?"Todas":"All");return jsxRuntime.jsxs("div",{className:"cal-toolbar",children:[jsxRuntime.jsxs("div",{className:"cal-nav-arrows",children:[jsxRuntime.jsx("button",{type:"button",onClick:t,"aria-label":"Periodo anterior",children:"\u2039"}),jsxRuntime.jsx("button",{type:"button",onClick:r,"aria-label":"Periodo siguiente",children:"\u203A"})]}),jsxRuntime.jsx("div",{className:"cal-month-label",children:e}),jsxRuntime.jsx("button",{type:"button",className:"cal-hoy",onClick:a,children:y?"Hoy":"Today"}),jsxRuntime.jsx("div",{className:"cal-vsep"}),c&&c.length>0&&i?jsxRuntime.jsxs("div",{className:"relative",ref:x,style:{position:"relative"},children:[jsxRuntime.jsxs("button",{type:"button",className:"cal-ftog",onClick:()=>f(h=>!h),style:l!=="all"?{borderColor:"var(--cyan)",color:"var(--cyan)"}:void 0,children:[jsxRuntime.jsx("b",{children:y?"Fase":"Phase"})," ",b," \u25BE"]}),m?jsxRuntime.jsxs("div",{className:"cal-pop",style:{position:"absolute",top:"36px",left:0,zIndex:40,width:240,maxHeight:320,overflowY:"auto"},children:[jsxRuntime.jsx("button",{type:"button",className:"cal-layer-row",style:{width:"100%",textAlign:"left",background:"transparent",border:0,cursor:"pointer",color:l==="all"?"var(--cyan)":"var(--txt)"},onClick:()=>{i("all"),f(false);},children:jsxRuntime.jsx("span",{className:"nm",children:y?"Todas las fases":"All phases"})}),c.map(h=>jsxRuntime.jsx("button",{type:"button",className:"cal-layer-row",style:{width:"100%",textAlign:"left",background:"transparent",border:0,cursor:"pointer",color:l===h.id?"var(--cyan)":"var(--txt)"},onClick:()=>{i(h.id),f(false);},children:jsxRuntime.jsx("span",{className:"nm",style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:h.name})},h.id))]}):null]}):null,u,jsxRuntime.jsx("div",{className:"cal-toolbar-right",children:jsxRuntime.jsxs("button",{type:"button",className:"cal-layers-btn"+(n?" open":""),onClick:s,children:["\u25E7 ",y?"Capas":"Layers"," ",jsxRuntime.jsxs("span",{className:"n",children:[6-p,"/6"]})]})})]})}var Y1=[{id:"tareas",nm:"Tareas",sub:"Barras del Gantt",sw:"var(--p26011)"},{id:"cpm",nm:"Ruta cr\xEDtica",sub:"CPM \xB7 borde cian",sw:"var(--cyan)"},{id:"hitos",nm:"Milestones / Desembolsos",sub:"Rombo cian",sw:"var(--cyan)"},{id:"ext",nm:"Eventos externos",sub:"Google / Outlook \xB7 lectura",sw:"var(--subtle)"},{id:"festivos",nm:"Festivos",sub:"Calendario Colombia",sw:"var(--subtle)"},{id:"aus",nm:"Ausencias del equipo",sub:"Vacaciones \xB7 permisos",sw:"var(--orange)"}];function O0({off:e,onToggle:t}){let r=e||[];return jsxRuntime.jsx("div",{className:"cal-pop cal-layers-pop",style:{position:"absolute",top:"42px",right:"20px",zIndex:30},children:Y1.map(a=>{let n=r.includes(a.id);return jsxRuntime.jsxs("div",{className:"cal-layer-row"+(n?" off":""),onClick:()=>t(a.id),children:[jsxRuntime.jsx("span",{className:"sw",style:{background:a.sw,opacity:n?.3:1}}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("div",{className:"nm",children:a.nm}),jsxRuntime.jsx("div",{className:"sub",children:a.sub})]}),jsxRuntime.jsx("span",{className:"cal-switch"+(n?"":" on")})]},a.id)})})}var Q1={hito:"\u25C6",desembolso:"\u25C6",deadline:"\u2691",ext:"\u25CB",aus:"\u2298"},Z1={hito:"var(--cyan)",desembolso:"var(--cyan)",deadline:"var(--red)",ext:"var(--txt2)",aus:"var(--orange)"};function U0({dayLabel:e,items:t,tasks:r=[],itemValue:a,onClose:n,style:s}){let o=react.useRef(null);react.useEffect(()=>{function d(p){o.current&&!o.current.contains(p.target)&&n();}function u(p){p.key==="Escape"&&n();}return document.addEventListener("mousedown",d),document.addEventListener("keydown",u),()=>{document.removeEventListener("mousedown",d),document.removeEventListener("keydown",u);}},[n]);let c=r.length+t.length,i=a||(d=>{switch(d.type){case "hito":return "Hito";case "desembolso":return "Desemb.";case "deadline":return "Vence";case "aus":return "Ausencia";case "ext":default:return ""}});return jsxRuntime.jsxs("div",{ref:o,className:"cal-pop",style:{position:"absolute",width:"320px",zIndex:30,...s},role:"dialog","aria-label":`${e} \xB7 ${c} elementos`,children:[jsxRuntime.jsx("div",{className:"cal-pop-head",children:jsxRuntime.jsxs("div",{className:"sup",children:[e," \xB7 ",c," ",c===1?"elemento":"elementos"]})}),jsxRuntime.jsxs("div",{className:"cal-pop-list",children:[r.map((d,u)=>jsxRuntime.jsxs("div",{className:"cal-pop-item",children:[jsxRuntime.jsx("span",{className:"sw",style:{background:d.swatch}}),d.taskId?jsxRuntime.jsx("span",{className:"tk",children:d.taskId}):null,jsxRuntime.jsx("span",{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:d.label}),d.critical?jsxRuntime.jsx("span",{style:{fontFamily:"var(--mono)",fontSize:"8px",letterSpacing:"0.1em",color:"#031",background:"var(--cyan)",borderRadius:"3px",padding:"1.5px 3.5px",fontWeight:700},children:"CPM"}):null,jsxRuntime.jsx("span",{className:"v",children:d.value})]},`t${u}`)),t.map((d,u)=>jsxRuntime.jsxs("div",{className:"cal-pop-item",children:[jsxRuntime.jsx("span",{className:"ico",style:{color:Z1[d.type]},children:Q1[d.type]}),jsxRuntime.jsx("span",{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:d.label}),jsxRuntime.jsx("span",{className:"v",children:i(d)})]},`i${u}`)),jsxRuntime.jsx("div",{className:"cal-scrollbar"})]})]})}var H0={es:{title:"Sin tareas programadas este mes",upcoming:"Pr\xF3ximos hitos"},en:{title:"No tasks scheduled this month",upcoming:"Upcoming milestones"}};function W0({monthLabel:e,upcomingMilestones:t=[],locale:r="es"}){let a=H0[r]||H0.es,n=r!=="en";return jsxRuntime.jsxs("div",{className:"cal-empty",children:[jsxRuntime.jsx("div",{className:"glyph",children:"\u25C7 \u25C7 \u25C7"}),jsxRuntime.jsx("h3",{children:a.title}),n?jsxRuntime.jsxs("p",{children:["Arrastra tareas del ",jsxRuntime.jsx("b",{children:"backlog"})," o cr\xE9alas en el ",jsxRuntime.jsx("b",{children:"Gantt"}),".",jsxRuntime.jsx("br",{}),"El plan CPM proyectar\xE1 aqu\xED lo que toque ejecutar en ",jsxRuntime.jsx("b",{children:e}),"."]}):jsxRuntime.jsxs("p",{children:["Drag tasks from the ",jsxRuntime.jsx("b",{children:"backlog"})," or create them in the ",jsxRuntime.jsx("b",{children:"Gantt"}),".",jsxRuntime.jsx("br",{}),"The CPM plan will project here what needs running in ",jsxRuntime.jsx("b",{children:e}),"."]}),t.length>0?jsxRuntime.jsxs("div",{className:"cal-empty-hitos",children:[jsxRuntime.jsx("div",{className:"hd",children:a.upcoming}),t.map((s,o)=>jsxRuntime.jsxs("div",{className:"cal-empty-hito",children:[jsxRuntime.jsx("span",{className:"ic "+(s.type==="deadline"?"rd":"cy"),children:s.type==="deadline"?"\u2691":"\u25C6"}),s.label,jsxRuntime.jsx("span",{className:"d",children:s.date})]},o))]}):null]})}function G0(e){return `${e.getFullYear()}-${String(e.getMonth()+1).padStart(2,"0")}-${String(e.getDate()).padStart(2,"0")}`}function rC(e){let t=e.trim().split(/\s+/).filter(Boolean);return t.length===0?"?":t.length===1?t[0].slice(0,2).toUpperCase():(t[0][0]+t[t.length-1][0]).toUpperCase()}var z0=["#00E5CC","#8B5CF6","#F97316","#22C55E","#EF4444","#EC4899","#F59E0B","#3B82F6"];function aC(e){return z0[e%z0.length]}function nC(e){return e>1?"over":e>=.9?"warn":"ok"}var Ud="\xA0";function Ao(e){let t=Math.round(e*10)/10;return Number.isInteger(t)?String(t):t.toFixed(1)}function V0(e,t,r){let a=new Map,n=new Set;for(let c of t)c.isWeekend||c.isHoliday||n.add(G0(c.date));if(n.size===0)return a;let s=new Map;e.forEach((c,l)=>{s.set(c.userId,{color:aC(l),initials:rC(c.name)});});let o=new Map;for(let c of e)for(let l of c.dailyEstimated){if(!l.date||!n.has(l.date))continue;o.has(l.date)||o.set(l.date,new Map);let i=o.get(l.date);i.set(c.userId,(i.get(c.userId)??0)+(l.hours||0));}for(let c of n){let l=o.get(c)??new Map,i=e.map(u=>{let p=s.get(u.userId);return {name:u.name,initials:p.initials,color:p.color,hours:Math.round((l.get(u.userId)??0)*100)/100,capacity:r}}),d=i.reduce((u,p)=>u+p.hours,0);a.set(c,{assigned:Math.round(d*100)/100,capacity:r*e.length,perPerson:i});}return a}function j0({days:e,capByDay:t,selectedKey:r,onSelectDay:a}){return jsxRuntime.jsx("div",{className:"cal-cap-row",children:e.map(n=>{let s=G0(n.date),o=n.isWeekend||n.isHoliday,c=o?void 0:t.get(s),l=!!c&&c.capacity>0,i=l?c.assigned/c.capacity:0,u="cal-cap-cell "+(o?"off":nC(i))+(r===s?" sel":""),p=n.date.toLocaleDateString("es",{weekday:"short",day:"numeric",month:"short"});return jsxRuntime.jsxs("div",{className:u,role:l&&a?"button":void 0,tabIndex:l&&a?0:void 0,title:o?void 0:p,onClick:m=>{!l||!a||a(s,p,m.currentTarget);},onKeyDown:m=>{!l||!a||(m.key==="Enter"||m.key===" ")&&(m.preventDefault(),a(s,p,m.currentTarget));},children:[jsxRuntime.jsx("div",{className:"nums",children:o||!l?jsxRuntime.jsx("span",{children:o?"\u2014":`0h${Ud}/${Ud}\u2014`}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("b",{children:[Ao(c.assigned),"h"]}),jsxRuntime.jsxs("span",{children:["/",Ud,Ao(c.capacity),"h"]})]})}),jsxRuntime.jsx("div",{className:"cal-cap-track",children:l?jsxRuntime.jsx("div",{className:"cal-cap-fill",style:{width:Math.min(i*100,100)+"%"}}):null})]},n.serial)})})}function _0({dayLabel:e,perPerson:t,onClose:r,style:a}){let n=react.useRef(null);react.useEffect(()=>{let i=u=>{u.key==="Escape"&&r();},d=u=>{n.current&&!n.current.contains(u.target)&&r();};return document.addEventListener("keydown",i),document.addEventListener("mousedown",d),()=>{document.removeEventListener("keydown",i),document.removeEventListener("mousedown",d);}},[r]);let s=t.reduce((i,d)=>i+d.hours,0),o=t.reduce((i,d)=>i+d.capacity,0),c=o>0&&s>o,l=Math.round((s-o)*10)/10;return jsxRuntime.jsxs("div",{ref:n,className:"cal-pop",role:"dialog",style:{position:"absolute",width:"276px",zIndex:30,...a},children:[jsxRuntime.jsxs("div",{className:"cal-pop-head",children:[jsxRuntime.jsxs("div",{className:"sup",children:["Capacidad \xB7 ",e]}),jsxRuntime.jsxs("div",{className:"tit",style:c?{color:"var(--red)"}:void 0,children:[Ao(s),"h asignadas / ",Ao(o),"h"]}),c?jsxRuntime.jsx("div",{className:"rng",children:jsxRuntime.jsxs("b",{children:["+",Ao(l),"h sobre capacidad"]})}):jsxRuntime.jsxs("div",{className:"rng",children:[t.length," ",t.length===1?"persona":"personas"]})]}),jsxRuntime.jsx("div",{children:t.map(i=>{let d=i.capacity>0&&i.hours>i.capacity,u=i.capacity>0?i.capacity:1;return jsxRuntime.jsxs("div",{className:d?"cal-person-row over":"cal-person-row",children:[jsxRuntime.jsx("span",{className:"pava",style:{background:i.color},children:i.initials}),jsxRuntime.jsx("span",{className:"nm",title:i.name,children:i.name}),jsxRuntime.jsx("div",{className:"cal-person-track",children:jsxRuntime.jsx("div",{className:"cal-person-fill",style:{width:Math.min(i.hours/u*100,100)+"%"}})}),jsxRuntime.jsxs("span",{className:"hrs",children:[Ao(i.hours),"h / ",Ao(i.capacity),"h"]})]},i.name)})})]})}var Wd=28,sC=182;function q0({grid:e,weeks:t,tasks:r,items:a,money:n,projColor:s,todaySerial:o,locale:c,capRows:l,teamSize:i,onTaskOpen:d,onMore:u,onCapDay:p}){let m=c==="es";return jsxRuntime.jsxs("div",{className:"cal-grid-zone",style:{position:"relative"},children:[jsxRuntime.jsx("div",{className:"cal-weeks",style:{flex:"none"},children:t.map((f,x)=>jsxRuntime.jsxs("div",{style:{display:"contents"},children:[jsxRuntime.jsx(iC,{grid:e,ws:f.ws,we:f.we,tasks:r,items:a,money:n,projColor:s,todaySerial:o,onTaskOpen:d,onMore:u}),l&&l[x]?jsxRuntime.jsx(j0,{days:l[x].days,capByDay:l[x].capByDay,onSelectDay:p}):null]},f.ws))}),jsxRuntime.jsxs("div",{className:"cal-cap-label",children:[jsxRuntime.jsxs("span",{children:[m?"Capacidad del equipo":"Team capacity",i!=null?` \xB7 ${i} ${m?i===1?"persona":"personas":i===1?"person":"people"}`:""]}),jsxRuntime.jsx("span",{children:m?"Click en un d\xEDa abre el desglose por persona":"Click a day to open the per-person breakdown"})]})]})}function iC({grid:e,ws:t,we:r,tasks:a,items:n,money:s,projColor:o,todaySerial:c,onTaskOpen:l,onMore:i}){let d=react.useMemo(()=>Tl(a,n,t,r),[a,n,t,r]),u=react.useMemo(()=>new Set(n.filter(f=>f.type==="deadline").map(f=>f.serial)),[n]),p=[];for(let f=t;f<=r;f++)p.push(f);let m={height:`${sC}px`,flex:"none"};return jsxRuntime.jsxs("div",{className:"cal-week",style:m,children:[jsxRuntime.jsx("div",{className:"cal-week-bg",children:p.map(f=>{let x=e.serialToDate(f),y=f>=e.monthStartSerial&&f<=e.monthEndSerial,b="cal-day";return ai(e,f)&&(b+=" wknd"),y||(b+=" out"),f===c&&(b+=" today"),u.has(f)&&(b+=" deadline-day"),jsxRuntime.jsx("div",{className:b,children:jsxRuntime.jsx("span",{className:"cal-day-num",children:x.getDate()})},f)})}),jsxRuntime.jsxs("div",{className:"cal-items",children:[d.bars.map((f,x)=>jsxRuntime.jsx("div",{onClick:()=>l?.(f.t.uid),style:{cursor:l?"pointer":"default",display:"contents"},children:jsxRuntime.jsx(Sl,{bar:f,ws:t,money:s,projColor:o,slotH:Wd})},`b${x}`)),d.chips.map((f,x)=>jsxRuntime.jsx(El,{chip:f,ws:t,slotH:Wd},`c${x}`)),d.more.map((f,x)=>jsxRuntime.jsx(Ml,{more:f,ws:t,slotH:Wd,onClick:()=>i(f.day,f.items,a.filter(y=>y.startSerial<=f.day&&y.endSerial>=f.day))},`m${x}`))]})]})}var lC=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function cC(e){return lC.test(e)||/^task-\d+/.test(e)}function dC(e){let t=e.trim().split(/\s+/);return t.length>=2?(t[0][0]+t[t.length-1][0]).toUpperCase():e.slice(0,2).toUpperCase()}function Y0(e){return e>=1e3?`$${(e/1e3).toFixed(1).replace(/\.0$/,"")}k`:`$${Math.round(e)}`}function uC(e){let t=[],r=a=>{for(let n of a)t.push(n),n.subtasks?.length&&r(n.subtasks);};return r(e),t}function X0(e,t){let r=uC(e),a=[];for(let n of r){if(n.startDate&&n.endDate)continue;let s=n.effortMinutes??0,o=Math.round(s/60*10)/10,c=n.costAtCompletion,l=c!=null?Y0(c):Y0(o*t),i=n.assignees?.[0],d=i?.initials||(i?.name?dC(i.name):void 0),u=n.displayId||n.wbsCode||"",p=cC(u||n.id)?"":u||n.id;a.push({taskId:n.id,id:p,name:n.name,hrs:o,cost:l,who:d,projColor:n.color});}return a}function J0({items:e,onItemClick:t,onCollapse:r,money:a,projColor:n}){return jsxRuntime.jsxs("div",{className:"cal-side",children:[jsxRuntime.jsxs("div",{className:"cal-side-head",children:[jsxRuntime.jsx("span",{className:"t",children:"\u26A1 Backlog \xB7 Sin fecha"}),jsxRuntime.jsx("button",{type:"button",className:"cal-pcollapse",onClick:r,title:"Colapsar panel",children:"\u27E9"})]}),jsxRuntime.jsxs("div",{className:"cal-side-sec",children:[jsxRuntime.jsx("span",{children:"Arrastra al calendario"}),jsxRuntime.jsx("span",{children:e.length})]}),e.length===0?jsxRuntime.jsx("div",{style:{padding:"24px 16px",fontFamily:"var(--mono)",fontSize:"10px",letterSpacing:"0.08em",color:"var(--subtle)",textAlign:"center"},children:"Sin tareas en backlog"}):e.map(s=>{let o=a==="$"?s.cost:`${s.hrs}h`;return jsxRuntime.jsxs("div",{className:"cal-card",role:"button",tabIndex:0,onClick:()=>t(s.taskId),onKeyDown:c=>{(c.key==="Enter"||c.key===" ")&&(c.preventDefault(),t(s.taskId));},children:[jsxRuntime.jsxs("div",{className:"row1",children:[s.id?jsxRuntime.jsx("span",{className:"tk",children:s.id}):null,jsxRuntime.jsx("span",{className:"pdot",style:{background:s.projColor||n}})]}),jsxRuntime.jsx("div",{className:"nom",children:s.name}),jsxRuntime.jsxs("div",{className:"meta",children:[jsxRuntime.jsxs("span",{children:[jsxRuntime.jsxs("b",{children:[s.hrs,"h"]})," est"]}),jsxRuntime.jsx("span",{children:o}),s.who?jsxRuntime.jsx("span",{className:"cal-ava",children:s.who}):null]})]},s.taskId)})]})}function Q0({onExpand:e}){return jsxRuntime.jsxs("div",{className:"cal-rail",role:"button",tabIndex:0,onClick:e,onKeyDown:t=>{(t.key==="Enter"||t.key===" ")&&(t.preventDefault(),e());},title:"Expandir backlog",children:[jsxRuntime.jsx("span",{className:"pc",children:"\u27E8"}),jsxRuntime.jsx("span",{className:"dot"}),jsxRuntime.jsx("span",{className:"vtxt",children:"Backlog \xB7 Estado"})]})}function ws(e,t){return e.toLocaleDateString(t==="es"?"es-CO":"en-US",{day:"numeric",month:"short"})}function Z0({taskName:e,taskId:t,sim:r,busy:a,locale:n,onConfirm:s,onCancel:o,style:c}){let l=react.useRef(null),i=n==="es";react.useEffect(()=>{let f=x=>{x.key==="Escape"&&o();};return document.addEventListener("keydown",f),()=>document.removeEventListener("keydown",f)},[o]);let d=r.wasCritical,u=r.projectEndDeltaDays,p=u>0?`+${u} ${i?u===1?"d\xEDa":"d\xEDas":u===1?"day":"days"} \xB7 ${ws(r.oldProjectEnd,n)} \u2192 ${ws(r.newProjectEnd,n)}`:`+0 ${i?"d\xEDas":"days"}${r.slackDays>0?` \xB7 ${i?"holgura":"slack"} ${r.slackDays}d`:""}`,m=u>0?i?`Confirmar +${u} ${u===1?"d\xEDa":"d\xEDas"}`:`Confirm +${u} ${u===1?"day":"days"}`:i?"Confirmar movimiento":"Confirm move";return jsxRuntime.jsxs("div",{ref:l,className:"cal-pop",style:{width:"324px",zIndex:60,...c},role:"dialog",children:[jsxRuntime.jsxs("div",{className:"cal-pop-head",children:[jsxRuntime.jsx("div",{className:"sup",children:i?"Confirmar movimiento":"Confirm move"}),jsxRuntime.jsxs("div",{className:"tit",children:[t?`${t} \xB7 `:"",e]}),jsxRuntime.jsxs("div",{className:"rng",children:[ws(r.oldStart,n)," \u2013 ",ws(r.oldEnd,n)," \u2192 ",jsxRuntime.jsxs("b",{children:[ws(r.newStart,n)," \u2013 ",ws(r.newEnd,n)]})]})]}),d?jsxRuntime.jsxs("div",{className:"cal-pop-warn",children:["\u26A0 ",i?"Esta tarea est\xE1 en ruta cr\xEDtica":"This task is on the critical path"]}):null,jsxRuntime.jsxs("div",{className:"cal-impact",children:[jsxRuntime.jsxs("div",{className:"cal-impact-row",children:[jsxRuntime.jsx("span",{className:"k",children:i?"Tareas sucesoras movidas":"Successor tasks moved"}),jsxRuntime.jsx("span",{className:"v",children:r.movedSuccessors.length===0?i?"Ninguna":"None":`${r.movedSuccessors.length}${r.movedSuccessors.length<=2?" \xB7 "+r.movedSuccessors.map(f=>f.name).join(", "):""}`})]}),jsxRuntime.jsxs("div",{className:"cal-impact-row",children:[jsxRuntime.jsx("span",{className:"k",children:i?"Fin de proyecto":"Project end"}),jsxRuntime.jsx("span",{className:u>0?"v bad":"v good",children:p})]}),jsxRuntime.jsxs("div",{className:"cal-impact-row",children:[jsxRuntime.jsx("span",{className:"k",children:i?"Ruta cr\xEDtica":"Critical path"}),jsxRuntime.jsx("span",{className:"v",children:r.stillCritical?i?"Sigue en CPM":"Stays critical":r.wasCritical?i?"Sale de CPM":"Leaves critical":i?`No entra \xB7 holgura ${r.slackDays}d`:`Not critical \xB7 slack ${r.slackDays}d`})]})]}),jsxRuntime.jsxs("div",{className:"cal-pop-actions",children:[jsxRuntime.jsx("button",{type:"button",className:"cal-btn",onClick:o,disabled:a,children:i?"Cancelar":"Cancel"}),jsxRuntime.jsx("button",{type:"button",className:d||u>0?"cal-btn danger":"cal-btn primary",onClick:s,disabled:a,children:a?i?"Guardando\u2026":"Saving\u2026":m})]})]})}var fC={hito:"\u25C6",desembolso:"\u25C6",deadline:"\u2691",ext:"\u25CB",aus:"\u2298"};function ef({grid:e,tasks:t,items:r,money:a,projColor:n,todaySerial:s,locale:o,onTaskOpen:c}){let l=o==="es",i=react.useMemo(()=>{let u=new Map,p=m=>(u.has(m)||u.set(m,{serial:m,date:e.serialToDate(m),tasks:[],items:[]}),u.get(m));for(let m of t)m.startSerial>=1&&m.startSerial<=42&&p(m.startSerial).tasks.push(m);for(let m of r)m.serial>=1&&m.serial<=42&&p(m.serial).items.push(m);return [...u.values()].filter(m=>m.tasks.length||m.items.length).sort((m,f)=>m.serial-f.serial)},[t,r,e]);if(i.length===0)return jsxRuntime.jsxs("div",{className:"cal-empty",style:{position:"static",padding:"60px 24px"},children:[jsxRuntime.jsx("div",{className:"glyph",children:"\u25C7 \u25C7 \u25C7"}),jsxRuntime.jsx("h3",{children:l?"Nada programado este mes":"Nothing scheduled this month"}),jsxRuntime.jsx("p",{children:l?"Cambia de mes con las flechas o crea tareas en el Gantt.":"Change month with the arrows or create tasks in the Gantt."})]});let d=u=>u.toLocaleDateString(l?"es-CO":"en-US",{weekday:"long",day:"numeric",month:"short"});return jsxRuntime.jsx("div",{className:"cal-agenda",style:{overflowY:"auto",flex:1,minHeight:0,padding:"8px 0",maxHeight:"calc(100vh - 150px)"},children:i.map(u=>jsxRuntime.jsxs("div",{className:"cal-agenda-day",children:[jsxRuntime.jsxs("div",{className:"cal-agenda-date",style:{fontFamily:"var(--mono)",fontSize:"10px",letterSpacing:"0.1em",textTransform:"uppercase",color:u.serial===s?"var(--cyan)":"var(--txt2)",padding:"12px 20px 6px"},children:[d(u.date),u.serial===s?` \xB7 ${l?"HOY":"TODAY"}`:""]}),u.tasks.map(p=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>c?.(p.uid),className:"cal-agenda-item",style:{display:"flex",alignItems:"center",gap:"10px",width:"100%",textAlign:"left",padding:"8px 20px",background:"transparent",border:"none",cursor:"pointer",color:"var(--txt)",fontSize:"12.5px"},children:[jsxRuntime.jsx("span",{style:{width:8,height:8,borderRadius:2,background:n,flex:"none"}}),p.critical?jsxRuntime.jsx("span",{style:{fontFamily:"var(--mono)",fontSize:8,letterSpacing:"0.1em",color:"#031",background:"var(--cyan)",borderRadius:3,padding:"1.5px 3.5px",fontWeight:700},children:"CPM"}):null,p.id?jsxRuntime.jsx("span",{style:{fontFamily:"var(--mono)",fontSize:9,color:"var(--txt2)"},children:p.id}):null,jsxRuntime.jsx("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:p.name}),jsxRuntime.jsx("span",{style:{fontFamily:"var(--mono)",fontSize:10,color:"var(--txt2)"},children:a==="$"?p.cost:`${p.hrs}h`})]},p.uid)),u.items.map((p,m)=>jsxRuntime.jsxs("div",{className:"cal-agenda-item",style:{display:"flex",alignItems:"center",gap:"10px",padding:"8px 20px",fontSize:"12.5px",color:"var(--txt2)"},children:[jsxRuntime.jsx("span",{style:{width:8,textAlign:"center",flex:"none"},children:fC[p.type]??"\xB7"}),jsxRuntime.jsx("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:p.label})]},`it${m}`))]},u.serial))})}function bC(e){let t=[],r=a=>a.forEach(n=>{t.push(n),n.subtasks?.length&&r(n.subtasks);});return r(e),t}function Pl(e){let t=e.dependencies;return Array.isArray(t)?t.map(r=>typeof r=="string"?r:r?.id).filter(r=>!!r):[]}function zd(e){let t=e.startDate?new Date(e.startDate):null,r=e.endDate?new Date(e.endDate):null;return !t||!r?1:Math.max(1,Math.round((r.getTime()-t.getTime())/864e5))}function tf(e,t){let r=new Map(e.map(i=>[i.id,i])),a=new Map;for(let i of e)for(let d of Pl(i))a.has(d)||a.set(d,[]),a.get(d).push(i.id);let n=new Map,s=new Map,o=new Set,c=i=>{if(s.has(i))return s.get(i);if(o.has(i))return s.get(i)??0;o.add(i);let d=r.get(i);if(!d)return o.delete(i),0;let u=Pl(d).filter(f=>r.has(f)),p=t.has(i)?t.get(i):d.startDate?new Date(d.startDate).getTime():0;for(let f of u){let x=c(f);x>p&&(p=x);}let m=zd(d)*864e5;return n.set(i,p),s.set(i,p+m),o.delete(i),s.get(i)};for(let i of e)c(i.id);let l=0;return s.forEach(i=>{i>l&&(l=i);}),{finish:s,start:n,projectEnd:l}}function rf(e,t,r){let a=new Map(e.map(l=>[l.id,l])),n=new Map;for(let l of e)for(let i of Pl(l))n.has(i)||n.set(i,[]),n.get(i).push(l.id);let s=new Map,o=[...e].sort((l,i)=>(t.get(i.id)??0)-(t.get(l.id)??0));for(let l of o){let i=n.get(l.id)??[];if(i.length===0)s.set(l.id,r);else {let d=1/0;for(let u of i){let p=s.get(u),m=a.get(u);p!=null&&m&&(d=Math.min(d,p-zd(m)*864e5));}s.set(l.id,d===1/0?r:d);}}let c=new Set;for(let l of e){let i=(s.get(l.id)??0)-(t.get(l.id)??0);Math.abs(i)<864e5/2&&Pl(l).length+(n.get(l.id)?.length??0)>0&&c.add(l.id);}return c}function Fl(e,t,r,a){let n=bC(e),s=n.find(b=>b.id===t);if(!s||!s.startDate||!s.endDate)return null;let o=new Date(s.startDate),c=new Date(s.endDate),l=tf(n,new Map),i=rf(n,l.finish,l.projectEnd),d=n.map(b=>b.id===t?{...b,startDate:r,endDate:a}:b),u=tf(d,new Map([[t,r.getTime()]])),p=rf(d,u.finish,u.projectEnd),m=new Map(d.map(b=>[b.id,b])),f=[];for(let b of n){if(b.id===t)continue;let h=l.start.get(b.id),v=u.start.get(b.id);if(h!=null&&v!=null&&Math.abs(v-h)>=864e5/2){let w=zd(m.get(b.id))*864e5;f.push({id:b.id,name:b.name,newStart:new Date(v),newEnd:new Date(v+w)});}}let x=Math.round((u.projectEnd-l.projectEnd)/864e5),y=i.has(t)?0:Math.max(0,Math.round((l.projectEnd-(l.finish.get(t)??0))/864e5));return {taskId:t,oldStart:o,oldEnd:c,newStart:r,newEnd:a,movedSuccessors:f,projectEndDeltaDays:x,oldProjectEnd:new Date(l.projectEnd),newProjectEnd:new Date(u.projectEnd),wasCritical:i.has(t),stillCritical:p.has(t),slackDays:y}}function af(e){return `${e.getFullYear()}-${String(e.getMonth()+1).padStart(2,"0")}-${String(e.getDate()).padStart(2,"0")}`}var xC=132,Ll=26,vC="#5B7FD4";function nf({tasks:e,projectName:t,projectId:r,projectColor:a,locale:n,themeMode:s,hourlyRate:o,money:c,onMoneyChange:l,onTaskOpen:i,canReschedule:d,onReschedule:u,members:p=[],holidayDates:m=[],timesheetSettings:f,onVisibleRangeChange:x}){let[y,b]=react.useState("mes"),[h,v]=react.useState(()=>{let U=new Date;return {y:U.getFullYear(),m:U.getMonth()}}),[w,C]=react.useState(false),[S,F]=react.useState([]),[k,N]=react.useState("all"),[P,T]=react.useState(null),[Y,H]=react.useState(null),[ee,I]=react.useState(false),[K,j]=react.useState(null),[W,$]=react.useState(false),ve=react.useMemo(()=>F0(h.y,h.m),[h.y,h.m]),We=a||vC,Pe=react.useMemo(()=>{let U=new Set;for(let J of m){let De=new Date(`${J}T12:00:00`),pe=ve.dateToSerial(De);pe>=1&&pe<=42&&U.add(pe);}return U},[m,ve]);react.useEffect(()=>{x?.({start:af(ve.serialToDate(1)),end:af(ve.serialToDate(42))});},[h.y,h.m]);let be=p.length,ye=react.useMemo(()=>{let U=f?.hoursPerDay;if(!U)return 8;let J=[U.monday,U.tuesday,U.wednesday,U.thursday,U.friday].map(De=>De||0).filter(De=>De>0);return J.length?Math.round(J.reduce((De,pe)=>De+pe,0)/J.length*10)/10:8},[f]),fe=react.useMemo(()=>Nl({tasks:e,grid:ve,projectColor:()=>We,hourlyRate:o,projectId:r}),[e,ve,We,o,r]),ze=react.useMemo(()=>{let U=new Map;for(let J of fe.calTasks)J.phaseId&&J.phaseName&&U.set(J.phaseId,J.phaseName);return [...U.entries()].map(([J,De])=>({id:J,name:De})).sort((J,De)=>J.name.localeCompare(De.name))},[fe.calTasks]),Ce=!S.includes("tareas"),Ae=!S.includes("cpm"),Me=react.useMemo(()=>{let U=Ce?fe.calTasks:[];return k!=="all"&&(U=U.filter(J=>J.phaseId===k)),Ae||(U=U.map(J=>J.critical?{...J,critical:false}:J)),U},[fe.calTasks,Ce,Ae,k]),qe=react.useMemo(()=>{let U=new Set;return S.includes("hitos")&&(U.add("hito"),U.add("desembolso")),S.includes("ext")&&U.add("ext"),S.includes("aus")&&U.add("aus"),fe.dayItems.filter(J=>!U.has(J.type))},[fe.dayItems,S]),de=!S.includes("festivos"),et=new Date,Re=ve.dateToSerial(new Date(et.getFullYear(),et.getMonth(),et.getDate())),Be=U=>F(J=>J.includes(U)?J.filter(De=>De!==U):[...J,U]),Nt=()=>v(U=>{let J=new Date(U.y,U.m-1,1);return {y:J.getFullYear(),m:J.getMonth()}}),ft=()=>v(U=>{let J=new Date(U.y,U.m+1,1);return {y:J.getFullYear(),m:J.getMonth()}}),Oe=()=>{let U=new Date;v({y:U.getFullYear(),m:U.getMonth()});},Ie=(U,J,De)=>{if(!d||J===0)return;let pe=fe.calTasks.find(pt=>pt.uid===U);if(!pe)return;let rt=J*864e5,tt=new Date(pe.realStart.getTime()+rt),Qe=new Date(pe.realEnd.getTime()+rt),Ot=Fl(e,U,tt,Qe);Ot&&j({uid:U,taskId:pe.id,taskName:pe.name,sim:Ot,anchor:De});},st=async()=>{if(!K||!u)return;$(true);let U=[{id:K.uid,startDate:K.sim.newStart,endDate:K.sim.newEnd},...K.sim.movedSuccessors.map(De=>({id:De.id,startDate:De.newStart,endDate:De.newEnd}))],J=await u(U);$(false),J&&j(null);},kt=I0(h.y,h.m,n),$e=[{id:"",name:t,color:We}],He=react.useMemo(()=>X0(e,o),[e,o]),L=react.useMemo(()=>{if(y==="lookahead"){let U=ve.weeks.find(De=>Re>=De.ws&&Re<=De.we)??ve.weeks[0],J=ve.weeks.indexOf(U);return ve.weeks.slice(J,J+2)}return y==="semana"?[ve.weeks.find(J=>Re>=J.ws&&Re<=J.we)??ve.weeks[0]]:[]},[y,ve.weeks,Re]),oe=react.useMemo(()=>{let U={};return L.forEach((J,De)=>{let pe=[];for(let tt=J.ws;tt<=J.we;tt++)pe.push({serial:tt,date:ve.serialToDate(tt),isWeekend:ai(ve,tt),isHoliday:Pe.has(tt)});let rt=V0(p,pe,ye);U[De]={days:pe,capByDay:rt};}),U},[L,ve,Pe,p,ye]),B=y==="semana"||y==="lookahead",_=y==="agenda";return jsxRuntime.jsxs("div",{className:`cal-app${s==="light"?" cal-light":""}`,children:[jsxRuntime.jsx(B0,{view:y,onViewChange:b,money:c==="$"?"$":"hrs",onMoneyChange:U=>l(U==="$"?"$":"Hrs"),projectLabel:t,locale:n}),jsxRuntime.jsx($0,{monthLabel:kt,onPrev:Nt,onNext:ft,onToday:Oe,layersOpen:w,onToggleLayers:()=>C(U=>!U),layersOff:S,phases:ze,phaseFilter:k,onPhaseChange:N,locale:n,children:w?jsxRuntime.jsx(O0,{off:S,onToggle:Be}):null}),jsxRuntime.jsxs("div",{className:"cal-body",children:[jsxRuntime.jsxs("div",{className:"cal-grid-zone",style:{position:"relative",overflow:_?"hidden":void 0},children:[_?jsxRuntime.jsx(ef,{grid:ve,tasks:Me,items:qe,money:c,projColor:We,todaySerial:Re,locale:n,onTaskOpen:i}):B?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(Dl,{locale:n}),jsxRuntime.jsx(q0,{grid:ve,weeks:L,tasks:Me,items:qe,money:c,projColor:We,todaySerial:Re,locale:n,capRows:oe,teamSize:be,onTaskOpen:i,onMore:(U,J,De)=>T({day:U,items:J,tasks:De}),onCapDay:(U,J,De)=>{for(let pe of Object.keys(oe)){let rt=oe[+pe].capByDay.get(U);if(rt){H({dayLabel:J,perPerson:rt.perPerson,anchor:De.getBoundingClientRect()});break}}}})]}):fe.isEmpty?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(Dl,{locale:n}),jsxRuntime.jsx("div",{className:"cal-weeks",children:ve.weeks.map(U=>jsxRuntime.jsx(of,{grid:ve,ws:U.ws,we:U.we,todaySerial:Re,showFestivos:de,holidaySerials:Pe,locale:n,deadlineDays:new Set},U.ws))}),jsxRuntime.jsx(W0,{monthLabel:kt,locale:n})]}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(Dl,{locale:n}),jsxRuntime.jsx("div",{className:"cal-weeks",children:ve.weeks.map(U=>jsxRuntime.jsx(wC,{grid:ve,ws:U.ws,we:U.we,tasks:Me,items:qe,money:c,projColor:We,todaySerial:Re,showFestivos:de,holidaySerials:Pe,locale:n,onTaskOpen:i,onMore:(J,De,pe)=>T({day:J,items:De,tasks:pe}),canReschedule:d,onDragReschedule:Ie,pendingGhost:K?{uid:K.uid,days:Math.round((K.sim.newStart.getTime()-K.sim.oldStart.getTime())/864e5)}:null},U.ws))})]}),P?jsxRuntime.jsx(U0,{dayLabel:`${ve.serialToDate(P.day).getDate()}`,items:P.items,tasks:P.tasks.map(U=>({swatch:We,taskId:U.id,label:U.name,critical:U.critical,value:c==="$"?U.cost:`${U.hrs}h`})),onClose:()=>T(null),style:{position:"absolute",top:"80px",left:"50%",transform:"translateX(-50%)",zIndex:40}}):null,Y?jsxRuntime.jsx(_0,{dayLabel:Y.dayLabel,perPerson:Y.perPerson,onClose:()=>H(null),style:{position:"fixed",top:`${Y.anchor.top-8}px`,left:`${Y.anchor.left}px`,transform:"translateY(-100%)",zIndex:50}}):null,K?jsxRuntime.jsx(Z0,{taskName:K.taskName,taskId:K.sim.taskId,sim:K.sim,busy:W,locale:n,onConfirm:st,onCancel:()=>j(null),style:{position:"fixed",top:`${K.anchor.top+12}px`,left:`${Math.min(K.anchor.left,window.innerWidth-340)}px`,zIndex:60}}):null]}),ee?jsxRuntime.jsx(J0,{items:He,money:c,projColor:We,onItemClick:U=>i?.(U),onCollapse:()=>I(false)}):jsxRuntime.jsx(Q0,{onExpand:()=>I(true)})]}),jsxRuntime.jsx(R0,{projects:$e})]})}function of({grid:e,ws:t,we:r,todaySerial:a,showFestivos:n,holidaySerials:s,deadlineDays:o}){let c=[];for(let l=t;l<=r;l++)c.push(l);return jsxRuntime.jsx("div",{className:"cal-week-bg",children:c.map(l=>{let i=e.serialToDate(l),d=l>=e.monthStartSerial&&l<=e.monthEndSerial,u=n&&s.has(l),p="cal-day";return ai(e,l)&&(p+=" wknd"),u&&(p+=" festivo"),d||(p+=" out"),l===a&&(p+=" today"),o.has(l)&&(p+=" deadline-day"),jsxRuntime.jsxs("div",{className:p,children:[jsxRuntime.jsx("span",{className:"cal-day-num",children:i.getDate()}),u?jsxRuntime.jsx("span",{className:"cal-day-tag",children:"Festivo"}):null]},l)})})}function wC({grid:e,ws:t,we:r,tasks:a,items:n,money:s,projColor:o,todaySerial:c,showFestivos:l,holidaySerials:i,locale:d,onTaskOpen:u,onMore:p,canReschedule:m,onDragReschedule:f,pendingGhost:x}){let y=react.useMemo(()=>Tl(a,n,t,r),[a,n,t,r]),b=react.useMemo(()=>new Set(n.filter(F=>F.type==="deadline").map(F=>F.serial)),[n]),h=Math.max(xC,y.laneCount*Ll+36),v=react.useRef(null),[w,C]=react.useState(null),S=(F,k)=>{if(!m||!f){u?.(k);return}F.preventDefault();let N=v.current;if(!N)return;let P=N.getBoundingClientRect().width/7,T=F.clientX,Y=0,H=I=>{let K=Math.round((I.clientX-T)/P);Y=K,C({id:k,days:K});},ee=I=>{if(window.removeEventListener("pointermove",H),window.removeEventListener("pointerup",ee),C(null),Y===0){u?.(k);return}let K=new DOMRect(I.clientX,I.clientY,0,0);f(k,Y,K);};window.addEventListener("pointermove",H),window.addEventListener("pointerup",ee);};return jsxRuntime.jsxs("div",{ref:v,className:"cal-week",style:{minHeight:`${h}px`},children:[jsxRuntime.jsx(of,{grid:e,ws:t,we:r,todaySerial:c,showFestivos:l,holidaySerials:i,locale:d,deadlineDays:b}),jsxRuntime.jsxs("div",{className:"cal-items",children:[y.bars.map((F,k)=>{let N=w?.id===F.t.uid?w.days:null,P=x?.uid===F.t.uid?x.days:null,T=N??P??0,Y=N==null&&P!=null,H=T!==0?{...F,s:F.s+T,e:F.e+T}:F;return jsxRuntime.jsx("div",{onPointerDown:ee=>S(ee,F.t.uid),style:{cursor:m?"grab":u?"pointer":"default",display:"contents",opacity:Y?.6:1},children:jsxRuntime.jsx(Sl,{bar:H,ws:t,money:s,projColor:o,slotH:Ll})},`b${k}`)}),y.chips.map((F,k)=>jsxRuntime.jsx(El,{chip:F,ws:t,slotH:Ll},`c${k}`)),y.more.map((F,k)=>jsxRuntime.jsx(Ml,{more:F,ws:t,slotH:Ll,onClick:()=>p(F.day,F.items,a.filter(N=>N.startSerial<=F.day&&N.endSerial>=F.day))},`m${k}`))]})]})}function CC({stack:e,cards:t,renderCard:r,onCardClick:a,onToggleExpand:n,onUnstack:s,onDeleteStack:o,className:c}){let[l,i]=react.useState(false),d=react.useMemo(()=>t.filter(m=>e.cardIds.includes(m.id)),[t,e.cardIds]),u=react.useMemo(()=>{let m=d.length,f=new Set(d.flatMap(b=>b.assignedUserIds||[])).size,x=d.map(b=>b.priority).filter(Boolean),y=new Set(d.flatMap(b=>b.labels||[])).size;return {totalCards:m,uniqueAssignees:f,priorities:x,labels:y}},[d]),p=()=>{n?.(e.id);};return jsxRuntime.jsxs("div",{className:g("card-stack",!e.isExpanded&&"card-stack-collapsed",c),onMouseEnter:()=>i(true),onMouseLeave:()=>i(false),style:{"--stack-color":e.color||"var(--color-accent-primary)"},children:[jsxRuntime.jsxs("div",{className:"card-stack-header",onClick:p,children:[jsxRuntime.jsxs("div",{className:"card-stack-header-left",children:[jsxRuntime.jsx("button",{className:"card-stack-toggle","aria-label":e.isExpanded?"Collapse":"Expand",children:jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:g("card-stack-chevron",e.isExpanded&&"expanded"),children:jsxRuntime.jsx("polyline",{points:"6 9 12 15 18 9"})})}),jsxRuntime.jsx("h3",{className:"card-stack-title",children:e.title}),jsxRuntime.jsx("div",{className:"card-stack-badge",children:u.totalCards}),jsxRuntime.jsxs("div",{className:"card-stack-strategy",children:[e.strategy==="ai-similarity"&&"\u2728 AI",e.strategy==="manual"&&"\u{1F464} Manual",e.strategy==="labels"&&"\u{1F3F7}\uFE0F Labels",e.strategy==="assignee"&&"\u{1F465} Assignee",e.strategy==="priority"&&"\u{1F3AF} Priority",e.strategy==="epic"&&"\u{1F4DA} Epic"]})]}),l&&jsxRuntime.jsx("div",{className:"card-stack-actions",children:jsxRuntime.jsx("button",{className:"card-stack-action",onClick:m=>{m.stopPropagation(),o?.(e.id);},"aria-label":"Delete stack",children:jsxRuntime.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("polyline",{points:"3 6 5 6 21 6"}),jsxRuntime.jsx("path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"})]})})})]}),!e.isExpanded&&jsxRuntime.jsxs("div",{className:"card-stack-summary",children:[jsxRuntime.jsxs("div",{className:"card-stack-summary-item",children:[jsxRuntime.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("path",{d:"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"}),jsxRuntime.jsx("circle",{cx:"12",cy:"7",r:"4"})]}),jsxRuntime.jsxs("span",{children:[u.uniqueAssignees," assignees"]})]}),u.labels>0&&jsxRuntime.jsxs("div",{className:"card-stack-summary-item",children:[jsxRuntime.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("path",{d:"M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"}),jsxRuntime.jsx("line",{x1:"7",y1:"7",x2:"7.01",y2:"7"})]}),jsxRuntime.jsxs("span",{children:[u.labels," labels"]})]}),e.confidence&&jsxRuntime.jsx("div",{className:"card-stack-summary-item",children:jsxRuntime.jsxs("span",{className:"card-stack-confidence",children:[Math.round(e.confidence*100),"% match"]})})]}),e.isExpanded&&jsxRuntime.jsx("div",{className:"card-stack-content",children:d.length===0?jsxRuntime.jsxs("div",{className:"card-stack-empty",children:[jsxRuntime.jsx("p",{children:"No cards in this stack"}),jsxRuntime.jsx("span",{children:"Drag cards here or delete this stack"})]}):jsxRuntime.jsx("div",{className:"card-stack-cards",children:d.map(m=>jsxRuntime.jsxs("div",{className:"card-stack-card-wrapper",children:[r?jsxRuntime.jsx("div",{onClick:()=>a?.(m),children:r(m)}):jsxRuntime.jsxs("div",{className:"card-stack-default-card",onClick:()=>a?.(m),children:[jsxRuntime.jsx("h4",{children:m.title}),m.description&&jsxRuntime.jsxs("p",{children:[m.description.substring(0,100),"..."]})]}),jsxRuntime.jsx("button",{className:"card-stack-unstack-btn",onClick:f=>{f.stopPropagation(),s?.(e.id,m.id);},"aria-label":"Remove from stack",children:jsxRuntime.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),jsxRuntime.jsx("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})})]},m.id))})})]})}var lf={showIcons:true,showAvatars:true,groupByDay:true,useRelativeTime:true,compact:false};function oi(e){switch(e.type){case "created":return "Created card";case "status_changed":return `Changed status from "${e.changes.status?.from}" to "${e.changes.status?.to}"`;case "assignee_changed":return "Changed assignee";case "priority_changed":return `Changed priority from ${e.changes.priority?.from} to ${e.changes.priority?.to}`;case "moved":return `Moved from ${e.metadata?.fromColumn||"unknown"} to ${e.metadata?.toColumn||"unknown"}`;case "title_updated":return "Updated title";case "description_updated":return "Updated description";case "dates_changed":return "Changed dates";case "labels_changed":return "Updated labels";case "dependency_added":return "Added dependency";case "dependency_removed":return "Removed dependency";case "comment_added":return "Added comment";case "archived":return "Archived card";case "restored":return "Restored card";default:return "Updated card"}}function si(e){return {created:"\u2728",status_changed:"\u{1F504}",assignee_changed:"\u{1F464}",priority_changed:"\u{1F3AF}",moved:"\u27A1\uFE0F",title_updated:"\u270F\uFE0F",description_updated:"\u{1F4DD}",dates_changed:"\u{1F4C5}",labels_changed:"\u{1F3F7}\uFE0F",dependency_added:"\u{1F517}",dependency_removed:"\u26D3\uFE0F\u200D\u{1F4A5}",comment_added:"\u{1F4AC}",archived:"\u{1F4E6}",restored:"\u267B\uFE0F"}[e]||"\u{1F4CC}"}function cf(e){return {created:"#10b981",status_changed:"#00E5CC",assignee_changed:"#8b5cf6",priority_changed:"#f59e0b",moved:"#00E5CC",title_updated:"#6366f1",description_updated:"#6366f1",dates_changed:"#ec4899",labels_changed:"#00E5CC",dependency_added:"#a855f7",dependency_removed:"#ef4444",comment_added:"#84cc16",archived:"#6b7280",restored:"#10b981"}[e]||"#6b7280"}function df({events:e,filter:t,onFilterChange:r,onClearFilter:a,onEventClick:n,selectedEventId:s,config:o,className:c}){let l=react.useMemo(()=>({...lf,...o}),[o]),[i,d]=react.useState(new Set),u=react.useRef(null),p=react.useMemo(()=>{if(!l.groupByDay)return [{date:null,events:e}];let h=new Map;return e.forEach(v=>{let w=v.timestamp.toISOString().split("T")[0],C=h.get(w);C?C.push(v):h.set(w,[v]);}),Array.from(h.entries()).sort((v,w)=>w[0].localeCompare(v[0])).map(([v,w])=>({date:new Date(v),events:w.sort((C,S)=>S.timestamp.getTime()-C.timestamp.getTime())}))},[e,l.groupByDay]),{uniqueUsers:m,uniqueTypes:f}=react.useMemo(()=>{let h=new Set,v=new Set;return e.forEach(w=>{h.add(w.userId),v.add(w.type);}),{uniqueUsers:Array.from(h),uniqueTypes:Array.from(v)}},[e]),x=h=>{d(v=>{let w=new Set(v);return w.has(h)?w.delete(h):w.add(h),w});},y=h=>{let w=new Date().getTime()-h.getTime(),C=Math.floor(w/6e4),S=Math.floor(w/36e5),F=Math.floor(w/864e5);return C<1?"just now":C<60?`${C}m ago`:S<24?`${S}h ago`:F<7?`${F}d ago`:h.toLocaleDateString()},b=react.useMemo(()=>{let h=0;return t.types&&t.types.length>0&&h++,t.users&&t.users.length>0&&h++,t.dateRange&&h++,t.searchTerm&&h++,h},[t]);return react.useEffect(()=>{if(s&&u.current){let h=u.current.querySelector(`[data-event-id="${s}"]`);h&&h.scrollIntoView({behavior:"smooth",block:"center"});}},[s]),e.length===0?jsxRuntime.jsxs("div",{className:g("history-timeline-empty",c),children:[jsxRuntime.jsx("div",{className:"history-timeline-empty-icon",children:"\u{1F4DC}"}),jsxRuntime.jsx("p",{className:"history-timeline-empty-text",children:"No history events yet"}),jsxRuntime.jsx("p",{className:"history-timeline-empty-subtext",children:"Changes to this card will appear here"})]}):jsxRuntime.jsxs("div",{className:g("history-timeline",l.compact&&"compact",c),children:[jsxRuntime.jsxs("div",{className:"history-timeline-filters",children:[jsxRuntime.jsxs("div",{className:"history-timeline-filter-group",children:[jsxRuntime.jsxs("select",{className:"history-timeline-filter-select",value:t.types?.[0]||"",onChange:h=>{let v=h.target.value;r({...t,types:v?[v]:void 0});},children:[jsxRuntime.jsx("option",{value:"",children:"All Events"}),f.map(h=>jsxRuntime.jsxs("option",{value:h,children:[si(h)," ",h.replace("_"," ")]},h))]}),m.length>1&&jsxRuntime.jsxs("select",{className:"history-timeline-filter-select",value:t.users?.[0]||"",onChange:h=>{let v=h.target.value;r({...t,users:v?[v]:void 0});},children:[jsxRuntime.jsx("option",{value:"",children:"All Users"}),m.map(h=>jsxRuntime.jsx("option",{value:h,children:h},h))]}),jsxRuntime.jsx("input",{type:"text",className:"history-timeline-filter-search",placeholder:"Search history...",value:t.searchTerm||"",onChange:h=>r({...t,searchTerm:h.target.value})})]}),b>0&&jsxRuntime.jsxs("button",{className:"history-timeline-filter-clear",onClick:a,children:["Clear filters (",b,")"]})]}),jsxRuntime.jsx("div",{className:"history-timeline-container",ref:u,children:p.map(h=>jsxRuntime.jsxs("div",{className:"history-timeline-group",children:[l.groupByDay&&h.date&&jsxRuntime.jsxs("div",{className:"history-timeline-day-header",children:[jsxRuntime.jsx("span",{className:"history-timeline-day-date",children:h.date.toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"})}),jsxRuntime.jsxs("span",{className:"history-timeline-day-count",children:[h.events.length," events"]})]}),jsxRuntime.jsx("div",{className:"history-timeline-events",children:h.events.map((v,w)=>{let C=i.has(v.id),S=s===v.id,F=cf(v.type);return jsxRuntime.jsxs("div",{"data-event-id":v.id,className:g("history-timeline-event",C&&"expanded",S&&"selected"),onClick:()=>n?.(v),children:[jsxRuntime.jsxs("div",{className:"history-timeline-line",children:[jsxRuntime.jsx("div",{className:"history-timeline-dot",style:{backgroundColor:F},children:l.showIcons&&jsxRuntime.jsx("span",{className:"history-timeline-dot-icon",children:si(v.type)})}),w<h.events.length-1&&jsxRuntime.jsx("div",{className:"history-timeline-connector",style:{borderColor:F}})]}),jsxRuntime.jsxs("div",{className:"history-timeline-event-content",children:[jsxRuntime.jsxs("div",{className:"history-timeline-event-header",children:[jsxRuntime.jsxs("div",{className:"history-timeline-event-header-left",children:[l.showAvatars&&v.userAvatar&&jsxRuntime.jsx("img",{src:v.userAvatar,alt:v.userName||v.userId,className:"history-timeline-event-avatar"}),jsxRuntime.jsxs("div",{className:"history-timeline-event-description",children:[jsxRuntime.jsx("span",{className:"history-timeline-event-user",children:v.userName||v.userId}),jsxRuntime.jsx("span",{className:"history-timeline-event-action",children:oi(v)})]})]}),jsxRuntime.jsx("div",{className:"history-timeline-event-time",children:l.useRelativeTime?y(v.timestamp):v.timestamp.toLocaleString()})]}),Object.keys(v.changes).length>0&&jsxRuntime.jsxs("button",{className:"history-timeline-event-toggle",onClick:k=>{k.stopPropagation(),x(v.id);},children:[C?"\u25BC":"\u25B6"," Show changes"]}),C&&jsxRuntime.jsxs("div",{className:"history-timeline-event-changes",children:[Object.entries(v.changes).map(([k,N])=>jsxRuntime.jsxs("div",{className:"history-timeline-event-change",children:[jsxRuntime.jsxs("span",{className:"history-timeline-event-change-key",children:[k,":"]}),jsxRuntime.jsxs("div",{className:"history-timeline-event-change-values",children:[jsxRuntime.jsx("span",{className:"history-timeline-event-change-from",children:JSON.stringify(N.from)}),jsxRuntime.jsx("span",{className:"history-timeline-event-change-arrow",children:"\u2192"}),jsxRuntime.jsx("span",{className:"history-timeline-event-change-to",children:JSON.stringify(N.to)})]})]},k)),v.metadata&&Object.keys(v.metadata).length>0&&jsxRuntime.jsxs("div",{className:"history-timeline-event-metadata",children:[jsxRuntime.jsx("div",{className:"history-timeline-event-metadata-title",children:"Additional Info:"}),Object.entries(v.metadata).map(([k,N])=>jsxRuntime.jsxs("div",{className:"history-timeline-event-metadata-item",children:[jsxRuntime.jsxs("span",{className:"history-timeline-event-metadata-key",children:[k,":"]}),jsxRuntime.jsx("span",{className:"history-timeline-event-metadata-value",children:JSON.stringify(N)})]},k))]})]})]})]},v.id)})})]},h.date?.toISOString()||"all"))})]})}function pf({replayState:e,events:t,onStartReplay:r,onStopReplay:a,onTogglePlayback:n,onPrevious:s,onNext:o,onGoToEvent:c,onSpeedChange:l,className:i}){let d=[.5,1,1.5,2,3],u=react.useMemo(()=>!e||t.length===0?null:t[e.currentIndex],[e,t]),p=react.useMemo(()=>!e||e.totalEvents===0?0:e.currentIndex/(e.totalEvents-1)*100,[e]);return t.length===0?jsxRuntime.jsxs("div",{className:g("history-replay-empty",i),children:[jsxRuntime.jsx("div",{className:"history-replay-empty-icon",children:"\u23F3"}),jsxRuntime.jsx("p",{className:"history-replay-empty-text",children:"No history to replay"})]}):e?jsxRuntime.jsxs("div",{className:g("history-replay",i),children:[jsxRuntime.jsxs("div",{className:"history-replay-current-event",children:[jsxRuntime.jsx("div",{className:"history-replay-event-icon",children:u&&si(u.type)}),jsxRuntime.jsxs("div",{className:"history-replay-event-info",children:[jsxRuntime.jsx("div",{className:"history-replay-event-description",children:u&&oi(u)}),jsxRuntime.jsxs("div",{className:"history-replay-event-meta",children:[jsxRuntime.jsxs("span",{className:"history-replay-event-index",children:["Event ",e.currentIndex+1," of ",e.totalEvents]}),jsxRuntime.jsx("span",{className:"history-replay-event-time",children:u&&u.timestamp.toLocaleString()})]})]})]}),jsxRuntime.jsxs("div",{className:"history-replay-progress-container",children:[jsxRuntime.jsx("input",{type:"range",className:"history-replay-progress-slider",min:"0",max:e.totalEvents-1,value:e.currentIndex,onChange:m=>c(parseInt(m.target.value))}),jsxRuntime.jsx("div",{className:"history-replay-progress-fill",style:{width:`${p}%`}}),jsxRuntime.jsx("div",{className:"history-replay-progress-markers",children:t.map((m,f)=>jsxRuntime.jsx("div",{className:g("history-replay-progress-marker",f===e.currentIndex&&"active"),style:{left:`${f/(e.totalEvents-1)*100}%`},onClick:()=>c(f),title:oi(m)},m.id))})]}),jsxRuntime.jsxs("div",{className:"history-replay-controls",children:[jsxRuntime.jsx("button",{className:"history-replay-control-btn",onClick:s,disabled:!e.canGoBack,title:"Previous event (\u2190)",children:jsxRuntime.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("polygon",{points:"19 20 9 12 19 4 19 20"}),jsxRuntime.jsx("line",{x1:"5",y1:"19",x2:"5",y2:"5"})]})}),jsxRuntime.jsx("button",{className:"history-replay-control-btn history-replay-control-play",onClick:n,title:e.isPlaying?"Pause (Space)":"Play (Space)",children:e.isPlaying?jsxRuntime.jsxs("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:[jsxRuntime.jsx("rect",{x:"6",y:"4",width:"4",height:"16"}),jsxRuntime.jsx("rect",{x:"14",y:"4",width:"4",height:"16"})]}):jsxRuntime.jsx("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:jsxRuntime.jsx("polygon",{points:"5 3 19 12 5 21 5 3"})})}),jsxRuntime.jsx("button",{className:"history-replay-control-btn",onClick:o,disabled:!e.canGoForward,title:"Next event (\u2192)",children:jsxRuntime.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("polygon",{points:"5 4 15 12 5 20 5 4"}),jsxRuntime.jsx("line",{x1:"19",y1:"5",x2:"19",y2:"19"})]})}),jsxRuntime.jsxs("div",{className:"history-replay-speed",children:[jsxRuntime.jsx("label",{className:"history-replay-speed-label",children:"Speed:"}),jsxRuntime.jsx("div",{className:"history-replay-speed-buttons",children:d.map(m=>jsxRuntime.jsxs("button",{className:g("history-replay-speed-btn",e.speed===m&&"active"),onClick:()=>l(m),children:[m,"x"]},m))})]}),jsxRuntime.jsx("button",{className:"history-replay-control-btn history-replay-stop",onClick:a,title:"Stop replay (Esc)",children:jsxRuntime.jsx("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:jsxRuntime.jsx("rect",{x:"6",y:"6",width:"12",height:"12"})})})]}),jsxRuntime.jsxs("div",{className:"history-replay-shortcuts",children:[jsxRuntime.jsxs("span",{className:"history-replay-shortcut",children:[jsxRuntime.jsx("kbd",{children:"Space"})," Play/Pause"]}),jsxRuntime.jsxs("span",{className:"history-replay-shortcut",children:[jsxRuntime.jsx("kbd",{children:"\u2190"})," Previous"]}),jsxRuntime.jsxs("span",{className:"history-replay-shortcut",children:[jsxRuntime.jsx("kbd",{children:"\u2192"})," Next"]}),jsxRuntime.jsxs("span",{className:"history-replay-shortcut",children:[jsxRuntime.jsx("kbd",{children:"Esc"})," Stop"]})]}),jsxRuntime.jsxs("div",{className:"history-replay-card-preview",children:[jsxRuntime.jsxs("div",{className:"history-replay-card-preview-header",children:[jsxRuntime.jsx("span",{className:"history-replay-card-preview-title",children:"Card State at This Point"}),jsxRuntime.jsx("span",{className:"history-replay-card-preview-time",children:u&&u.timestamp.toLocaleDateString()})]}),jsxRuntime.jsxs("div",{className:"history-replay-card-preview-content",children:[jsxRuntime.jsxs("div",{className:"history-replay-card-preview-field",children:[jsxRuntime.jsx("span",{className:"history-replay-card-preview-label",children:"Title:"}),jsxRuntime.jsx("span",{className:"history-replay-card-preview-value",children:e.cardState.title})]}),e.cardState.description&&jsxRuntime.jsxs("div",{className:"history-replay-card-preview-field",children:[jsxRuntime.jsx("span",{className:"history-replay-card-preview-label",children:"Description:"}),jsxRuntime.jsx("span",{className:"history-replay-card-preview-value",children:e.cardState.description})]}),jsxRuntime.jsxs("div",{className:"history-replay-card-preview-field",children:[jsxRuntime.jsx("span",{className:"history-replay-card-preview-label",children:"Priority:"}),jsxRuntime.jsx("span",{className:"history-replay-card-preview-value",children:e.cardState.priority||"None"})]}),e.cardState.labels&&e.cardState.labels.length>0&&jsxRuntime.jsxs("div",{className:"history-replay-card-preview-field",children:[jsxRuntime.jsx("span",{className:"history-replay-card-preview-label",children:"Labels:"}),jsxRuntime.jsx("div",{className:"history-replay-card-preview-labels",children:e.cardState.labels.map(m=>jsxRuntime.jsx("span",{className:"history-replay-card-preview-label-tag",children:m},m))})]})]})]})]}):jsxRuntime.jsxs("div",{className:g("history-replay-start",i),children:[jsxRuntime.jsxs("button",{className:"history-replay-start-button",onClick:r,children:[jsxRuntime.jsx("svg",{className:"history-replay-start-icon",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:jsxRuntime.jsx("polygon",{points:"5 3 19 12 5 21 5 3"})}),jsxRuntime.jsx("span",{children:"Start Time Travel"})]}),jsxRuntime.jsxs("p",{className:"history-replay-start-hint",children:["Replay ",t.length," events from this card's history"]})]})}function Vd(e){return {blocks:"#ef4444",blocked_by:"#dc2626",depends_on:"#f59e0b",required_by:"#d97706",relates_to:"#6b7280",duplicates:"#8b5cf6",parent_of:"#00E5CC",child_of:"#00C4AE",similar_to:"#10b981"}[e]||"#6b7280"}function jd(e){return {blocks:"Blocks",blocked_by:"Blocked by",depends_on:"Depends on",required_by:"Required by",relates_to:"Relates to",duplicates:"Duplicates",parent_of:"Parent of",child_of:"Child of",similar_to:"Similar to"}[e]||e}function mf(e){return {blocks:"\u{1F6AB}",blocked_by:"\u26D4",depends_on:"\u{1F517}",required_by:"\u{1F4CC}",relates_to:"\u{1F504}",duplicates:"\u{1F4CB}",parent_of:"\u{1F4C2}",child_of:"\u{1F4C4}",similar_to:"\u{1F50D}"}[e]||"\u{1F517}"}function gf(e){return ["blocks","blocked_by","depends_on","required_by","parent_of","child_of"].includes(e)}function MC(e,t,r,a,n,s=100){let o=e.map(l=>({...l,x:l.x??r/2+Math.random()*100-50,y:l.y??a/2+Math.random()*100-50,vx:0,vy:0})),c=new Map(o.map(l=>[l.id,l]));for(let l=0;l<s;l++){let i=1-l/s;o.forEach(d=>{let u=r/2,p=a/2;d.vx+=(u-d.x)*n.centerForce*i,d.vy+=(p-d.y)*n.centerForce*i,o.forEach(m=>{if(d.id===m.id)return;let f=d.x-m.x,x=d.y-m.y,y=Math.sqrt(f*f+x*x)||1,b=n.chargeStrength*i/(y*y);d.vx+=f/y*b,d.vy+=x/y*b;});}),t.forEach(d=>{let u=c.get(typeof d.source=="string"?d.source:d.source.id),p=c.get(typeof d.target=="string"?d.target:d.target.id);if(!u||!p)return;let m=p.x-u.x,f=p.y-u.y,x=Math.sqrt(m*m+f*f)||1,y=(x-n.linkDistance)/x*n.forceStrength*i;u.vx+=m*y,u.vy+=f*y,p.vx-=m*y,p.vy-=f*y;}),o.forEach(d=>{d.fx!==null&&d.fx!==void 0?(d.x=d.fx,d.vx=0):d.x+=d.vx,d.fy!==null&&d.fy!==void 0?(d.y=d.fy,d.vy=0):d.y+=d.vy,d.x=Math.max(n.nodeSize,Math.min(r-n.nodeSize,d.x)),d.y=Math.max(n.nodeSize,Math.min(a-n.nodeSize,d.y)),d.vx*=.9,d.vy*=.9;});}return o}function ff({nodes:e,edges:t,config:r,filter:a,onFilterChange:n,criticalPath:s,stats:o,onInteraction:c,className:l}){let i=react.useRef(null),[d,u]=react.useState([]),[p,m]=react.useState(null),[f,x]=react.useState(null),[y,b]=react.useState(null),[h,v]=react.useState(1),[w,C]=react.useState({x:0,y:0});react.useEffect(()=>{if(e.length===0)return;let H=MC(e,t,r.width,r.height,r,150);u(H);},[e,t,r]);let S=react.useCallback((H,ee)=>{r.enableDragging&&(ee.stopPropagation(),m(H));},[r.enableDragging]),F=react.useCallback(H=>{if(!p||!i.current)return;let I=i.current.getBoundingClientRect(),K=(H.clientX-I.left-w.x)/h,j=(H.clientY-I.top-w.y)/h;u(W=>W.map($=>$.id===p?{...$,x:K,y:j,fx:K,fy:j}:$));},[p,h,w]),k=react.useCallback(()=>{m(null);},[]),N=react.useCallback((H,ee)=>{ee.stopPropagation(),c?.({type:"node-click",node:H,position:{x:ee.clientX,y:ee.clientY}});},[c]),P=react.useCallback((H,ee)=>{ee.stopPropagation(),c?.({type:"edge-click",edge:H,position:{x:ee.clientX,y:ee.clientY}});},[c]),T=react.useCallback(H=>{let ee=d.find(I=>I.id===H);return ee?{x:ee.x,y:ee.y}:{x:0,y:0}},[d]),Y=react.useCallback(H=>{if(H.onCriticalPath)return "#ef4444";switch(r.colorScheme){case "status":return H.card.columnId==="done"?"#10b981":"#00E5CC";case "priority":let ee=H.card.priority;return ee==="URGENT"?"#ef4444":ee==="HIGH"?"#f59e0b":ee==="MEDIUM"?"#00E5CC":"#6b7280";case "assignee":return H.card.assigneeId?"#8b5cf6":"#6b7280";default:return "#00E5CC"}},[r.colorScheme]);return e.length===0?jsxRuntime.jsxs("div",{className:g("relationships-graph-empty",l),children:[jsxRuntime.jsx("div",{className:"relationships-graph-empty-icon",children:"\u{1F517}"}),jsxRuntime.jsx("p",{className:"relationships-graph-empty-text",children:"No relationships to display"}),jsxRuntime.jsx("p",{className:"relationships-graph-empty-subtext",children:"Add relationships between cards to see the graph"})]}):jsxRuntime.jsxs("div",{className:g("relationships-graph",l),children:[jsxRuntime.jsxs("div",{className:"relationships-graph-controls",children:[jsxRuntime.jsxs("div",{className:"relationships-graph-stats",children:[jsxRuntime.jsxs("span",{className:"relationships-graph-stat",children:[jsxRuntime.jsx("span",{className:"relationships-graph-stat-value",children:o.totalNodes}),jsxRuntime.jsx("span",{className:"relationships-graph-stat-label",children:"Cards"})]}),jsxRuntime.jsxs("span",{className:"relationships-graph-stat",children:[jsxRuntime.jsx("span",{className:"relationships-graph-stat-value",children:o.totalEdges}),jsxRuntime.jsx("span",{className:"relationships-graph-stat-label",children:"Relations"})]}),s&&jsxRuntime.jsxs("span",{className:"relationships-graph-stat relationships-graph-stat-critical",children:[jsxRuntime.jsx("span",{className:"relationships-graph-stat-value",children:s.cardIds.length}),jsxRuntime.jsx("span",{className:"relationships-graph-stat-label",children:"Critical Path"})]})]}),r.enableZoom&&jsxRuntime.jsxs("div",{className:"relationships-graph-zoom-controls",children:[jsxRuntime.jsx("button",{className:"relationships-graph-zoom-btn",onClick:()=>v(H=>Math.min(H+.2,3)),children:"+"}),jsxRuntime.jsxs("span",{className:"relationships-graph-zoom-value",children:[Math.round(h*100),"%"]}),jsxRuntime.jsx("button",{className:"relationships-graph-zoom-btn",onClick:()=>v(H=>Math.max(H-.2,.5)),children:"\u2212"}),jsxRuntime.jsx("button",{className:"relationships-graph-zoom-btn",onClick:()=>{v(1),C({x:0,y:0});},children:"Reset"})]})]}),jsxRuntime.jsx("div",{className:"relationships-graph-legend",children:Array.from(new Set(t.map(H=>H.type))).map(H=>jsxRuntime.jsxs("div",{className:"relationships-graph-legend-item",children:[jsxRuntime.jsx("div",{className:"relationships-graph-legend-color",style:{background:Vd(H)}}),jsxRuntime.jsxs("span",{className:"relationships-graph-legend-label",children:[mf(H)," ",jd(H)]})]},H))}),jsxRuntime.jsxs("svg",{ref:i,className:"relationships-graph-canvas",width:r.width,height:r.height,onMouseMove:F,onMouseUp:k,onMouseLeave:k,children:[jsxRuntime.jsxs("g",{transform:`translate(${w.x}, ${w.y}) scale(${h})`,children:[jsxRuntime.jsx("g",{className:"relationships-graph-edges",children:t.map(H=>{let ee=T(typeof H.source=="string"?H.source:H.source.id),I=T(typeof H.target=="string"?H.target:H.target.id),K=gf(H.type),j=y===H.id,W=H.onCriticalPath;return jsxRuntime.jsxs("g",{className:g("relationships-graph-edge",j&&"hovered",W&&"critical"),onMouseEnter:()=>b(H.id),onMouseLeave:()=>b(null),onClick:$=>P(H,$),children:[jsxRuntime.jsx("line",{x1:ee.x,y1:ee.y,x2:I.x,y2:I.y,stroke:Vd(H.type),strokeWidth:W?r.edgeWidth*2:r.edgeWidth,strokeOpacity:j?1:.6,markerEnd:K?"url(#arrowhead)":void 0}),r.showEdgeLabels&&j&&jsxRuntime.jsx("text",{x:(ee.x+I.x)/2,y:(ee.y+I.y)/2,className:"relationships-graph-edge-label",textAnchor:"middle",children:jd(H.type)})]},H.id)})}),jsxRuntime.jsx("g",{className:"relationships-graph-nodes",children:d.map(H=>{let ee=f===H.id,I=H.onCriticalPath;return jsxRuntime.jsxs("g",{className:g("relationships-graph-node",ee&&"hovered",I&&"critical"),transform:`translate(${H.x}, ${H.y})`,onMouseDown:K=>S(H.id,K),onMouseEnter:()=>x(H.id),onMouseLeave:()=>x(null),onClick:K=>N(H,K),children:[jsxRuntime.jsx("circle",{r:I?r.nodeSize*1.2:r.nodeSize,fill:Y(H),stroke:I?"#fbbf24":"#ffffff",strokeWidth:I?3:2,opacity:ee?1:.9}),r.showLabels&&jsxRuntime.jsx("text",{y:r.nodeSize+20,className:"relationships-graph-node-label",textAnchor:"middle",children:H.card.title.length>20?H.card.title.substring(0,20)+"...":H.card.title})]},H.id)})})]}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("marker",{id:"arrowhead",markerWidth:"10",markerHeight:"10",refX:"9",refY:"3",orient:"auto",markerUnits:"strokeWidth",children:jsxRuntime.jsx("path",{d:"M0,0 L0,6 L9,3 z",fill:"#6b7280"})})})]})]})}function yf({isOpen:e,onClose:t,onPlanGenerated:r,onGeneratePlan:a,isLoading:n}){let[s,o]=react.useState(""),[c,l]=react.useState(false),[i,d]=react.useState(null),[u,p]=react.useState(null),m=react.useRef(null),f=c||n;react.useEffect(()=>{e&&m.current&&m.current.focus();},[e]),react.useEffect(()=>{let h=v=>{v.key==="Escape"&&!f&&x();};if(e)return document.addEventListener("keydown",h),()=>document.removeEventListener("keydown",h)},[e,f]);let x=()=>{f||(o(""),d(null),p(null),t());},y=async()=>{if(!(!s.trim()||f)){l(true),d(null),p(null);try{let h=await a(s.trim());p(h);}catch(h){d(h instanceof Error?h.message:"Failed to generate plan");}finally{l(false);}}},b=()=>{u&&(r(u),x());};return e?jsxRuntime.jsxs(lr,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 bg-black/60 backdrop-blur-sm z-[100000]",onClick:x}),jsxRuntime.jsx("div",{className:"fixed inset-0 flex items-center justify-center z-[100001] p-4",children:jsxRuntime.jsxs("div",{className:"w-full max-w-2xl rounded-2xl shadow-2xl border max-h-[90vh] overflow-hidden flex flex-col",style:{background:"linear-gradient(135deg, #1f1f1f 0%, #1a1a1a 100%)",borderColor:"rgba(255, 255, 255, 0.15)",boxShadow:"0 20px 60px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.1)"},onClick:h=>h.stopPropagation(),children:[jsxRuntime.jsxs("div",{className:"px-6 py-4 border-b border-white/10 flex items-center justify-between",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsxs("h2",{className:"text-xl font-bold text-white flex items-center gap-2",children:[jsxRuntime.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"text-[#00E5CC]",children:[jsxRuntime.jsx("path",{d:"M12 2L2 7L12 12L22 7L12 2Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),jsxRuntime.jsx("path",{d:"M2 17L12 22L22 17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),jsxRuntime.jsx("path",{d:"M2 12L12 17L22 12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]}),"Generate Project Plan with AI"]}),jsxRuntime.jsx("p",{className:"text-sm text-white/60 mt-1",children:"Describe your project and let AI create a complete Kanban board"})]}),jsxRuntime.jsx("button",{onClick:x,disabled:f,className:"text-white/60 hover:text-white transition-colors disabled:opacity-50",children:jsxRuntime.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:jsxRuntime.jsx("path",{d:"M18 6L6 18M6 6L18 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})})]}),jsxRuntime.jsx("div",{className:"flex-1 overflow-y-auto p-6 space-y-4",children:u?jsxRuntime.jsx(jsxRuntime.Fragment,{children:jsxRuntime.jsxs("div",{className:"space-y-4",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2 text-green-400",children:[jsxRuntime.jsx("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",children:jsxRuntime.jsx("path",{d:"M4 10L8 14L16 6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}),jsxRuntime.jsx("span",{className:"font-semibold",children:"Plan Generated Successfully!"})]}),u.explanation&&jsxRuntime.jsx("div",{className:"p-4 rounded-lg bg-[#00E5CC]/10 border border-[#00E5CC]/30",children:jsxRuntime.jsx("p",{className:"text-sm text-white/90",children:u.explanation})}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsxs("h3",{className:"text-sm font-semibold text-white/90 mb-2",children:["Columns (",u.columns.length,")"]}),jsxRuntime.jsx("div",{className:"flex gap-2 flex-wrap",children:u.columns.map((h,v)=>jsxRuntime.jsx("div",{className:"px-3 py-1.5 rounded-lg bg-white/5 border border-white/20 text-sm text-white/80",children:h.title},v))})]}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsxs("h3",{className:"text-sm font-semibold text-white/90 mb-2",children:["Tasks (",u.cards.length,")"]}),jsxRuntime.jsxs("div",{className:"space-y-2 max-h-64 overflow-y-auto",children:[u.cards.slice(0,10).map((h,v)=>jsxRuntime.jsx("div",{className:"p-3 rounded-lg bg-white/5 border border-white/10",children:jsxRuntime.jsxs("div",{className:"flex items-start justify-between gap-2",children:[jsxRuntime.jsxs("div",{className:"flex-1",children:[jsxRuntime.jsx("p",{className:"text-sm font-medium text-white/90",children:h.title}),h.description&&jsxRuntime.jsx("p",{className:"text-xs text-white/60 mt-1 line-clamp-2",children:h.description})]}),h.priority&&jsxRuntime.jsx("span",{className:`px-2 py-0.5 rounded text-xs font-semibold ${h.priority==="URGENT"?"bg-red-500/20 text-red-400":h.priority==="HIGH"?"bg-orange-500/20 text-orange-400":h.priority==="MEDIUM"?"bg-yellow-500/20 text-yellow-400":"bg-[#00E5CC]/20 text-[#00E5CC]"}`,children:h.priority})]})},v)),u.cards.length>10&&jsxRuntime.jsxs("p",{className:"text-xs text-white/50 text-center py-2",children:["+",u.cards.length-10," more tasks..."]})]})]})]})}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("label",{className:"block text-sm font-semibold text-white/90 mb-2",children:"Project Description"}),jsxRuntime.jsx("textarea",{ref:m,value:s,onChange:h=>o(h.target.value),placeholder:"Example: Build a mobile app for tracking fitness goals with user authentication, workout logging, progress charts, and social features...",className:"w-full h-32 px-4 py-3 rounded-lg text-sm bg-white/5 border border-white/20 text-white placeholder-white/40 outline-none focus:border-[#00E5CC]/50 transition-all resize-none",disabled:f}),jsxRuntime.jsx("p",{className:"text-xs text-white/50 mt-2",children:"Be as specific as possible. Include features, technologies, and any special requirements."})]}),i&&jsxRuntime.jsx("div",{className:"p-4 rounded-lg bg-red-500/10 border border-red-500/30 text-red-400 text-sm",children:i}),jsxRuntime.jsxs("div",{className:"border-t border-white/10 pt-4",children:[jsxRuntime.jsx("p",{className:"text-xs font-semibold text-white/70 uppercase tracking-wider mb-3",children:"Example Prompts"}),jsxRuntime.jsx("div",{className:"space-y-2",children:["Build an e-commerce platform with product catalog, shopping cart, payment integration, and order tracking","Create a task management app with team collaboration, real-time updates, file attachments, and notifications","Develop a blog platform with markdown editor, SEO optimization, comments system, and analytics dashboard"].map((h,v)=>jsxRuntime.jsx("button",{onClick:()=>o(h),disabled:f,className:"w-full text-left px-3 py-2 rounded-lg text-xs text-white/70 hover:text-white hover:bg-white/5 transition-all border border-white/10 hover:border-white/20 disabled:opacity-50",children:h},v))})]})]})}),jsxRuntime.jsxs("div",{className:"px-6 py-4 border-t border-white/10 flex items-center justify-between",children:[jsxRuntime.jsx("div",{children:f&&jsxRuntime.jsxs("div",{className:"flex items-center gap-2 text-[#00E5CC] text-sm",children:[jsxRuntime.jsxs("svg",{className:"animate-spin h-4 w-4",viewBox:"0 0 24 24",children:[jsxRuntime.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4",fill:"none"}),jsxRuntime.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})]}),jsxRuntime.jsx("span",{children:"Generating with AI..."})]})}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[jsxRuntime.jsx("button",{onClick:x,disabled:f,className:"px-4 py-2 rounded-lg text-sm font-semibold transition-all hover:bg-white/10 text-white/80 disabled:opacity-50",children:"Cancel"}),u?jsxRuntime.jsx("button",{onClick:b,className:"px-6 py-2 rounded-lg text-sm font-semibold transition-all",style:{background:"linear-gradient(135deg, #10B981 0%, #059669 100%)",color:"#ffffff"},children:"Apply Plan to Board"}):jsxRuntime.jsx("button",{onClick:y,disabled:!s.trim()||f,className:"px-6 py-2 rounded-lg text-sm font-semibold transition-all disabled:opacity-50",style:{background:"linear-gradient(135deg, #00E5CC 0%, #00E5CC 100%)",color:"#ffffff"},children:f?"Generating...":"Generate Plan"})]})]})]})})]}):null}var _d={"gpt-4-turbo":{provider:"openai",name:"GPT-4 Turbo",contextWindow:128e3,costPer1kInput:.01,costPer1kOutput:.03,supportsVision:true,supportsJSON:true},"gpt-4":{provider:"openai",name:"GPT-4",contextWindow:8192,costPer1kInput:.03,costPer1kOutput:.06,supportsVision:false,supportsJSON:true},"gpt-3.5-turbo":{provider:"openai",name:"GPT-3.5 Turbo",contextWindow:16385,costPer1kInput:5e-4,costPer1kOutput:.0015,supportsVision:false,supportsJSON:true},"claude-3-5-sonnet-20241022":{provider:"anthropic",name:"Claude 3.5 Sonnet",contextWindow:2e5,costPer1kInput:.003,costPer1kOutput:.015,supportsVision:true,supportsJSON:true},"claude-3-opus-20240229":{provider:"anthropic",name:"Claude 3 Opus",contextWindow:2e5,costPer1kInput:.015,costPer1kOutput:.075,supportsVision:true,supportsJSON:true},"claude-3-haiku-20240307":{provider:"anthropic",name:"Claude 3 Haiku",contextWindow:2e5,costPer1kInput:25e-5,costPer1kOutput:.00125,supportsVision:true,supportsJSON:true}};var FC={hobby:{requestsPerMonth:50,maxConcurrent:1,maxTokensPerRequest:4096},pro:{requestsPerMonth:500,maxConcurrent:3,maxTokensPerRequest:8192},enterprise:{requestsPerMonth:2e3,maxConcurrent:10,maxTokensPerRequest:16384}},LC={generatePlan:{enabled:true,minPlanTier:"hobby",estimatedTokens:2e3},predictRisks:{enabled:true,minPlanTier:"pro",estimatedTokens:1500},suggestAssignee:{enabled:true,minPlanTier:"hobby",estimatedTokens:800},generateReport:{enabled:true,minPlanTier:"enterprise",estimatedTokens:3e3},generateSubtasks:{enabled:true,minPlanTier:"hobby",estimatedTokens:1e3}};function AC(e,t,r){let a=_d[e];if(!a)throw new Error(`Unknown model: ${e}`);let n=t/1e3*a.costPer1kInput,s=r/1e3*a.costPer1kOutput;return n+s}function ii(e){return `$${e.toFixed(4)}`}var Kd=class{constructor(){this.operations=[];this.listeners=[];}record(t){let r=AC(t.model,t.inputTokens,t.outputTokens),a={...t,id:`op_${Date.now()}_${Math.random().toString(36).substring(7)}`,timestamp:new Date,cost:r};return this.operations.push(a),this.listeners.forEach(n=>n(a)),this.operations.length>1e3&&(this.operations=this.operations.slice(-1e3)),a}getStats(t){let r=this.operations;t&&(r=r.filter(u=>u.timestamp>=t.start&&u.timestamp<=t.end));let a=r.length,n=r.reduce((u,p)=>u+p.cost,0),s=r.reduce((u,p)=>u+p.inputTokens,0),o=r.reduce((u,p)=>u+p.outputTokens,0),c=r.filter(u=>u.success),l=r.reduce((u,p)=>u+p.duration,0),i={},d={};return r.forEach(u=>{i[u.feature]=(i[u.feature]||0)+1,d[u.feature]=(d[u.feature]||0)+u.cost;}),{totalOperations:a,totalCost:n,totalInputTokens:s,totalOutputTokens:o,operationsByFeature:i,costsByFeature:d,averageDuration:a>0?l/a:0,successRate:a>0?c.length/a:0}}getRecentOperations(t=10){return this.operations.slice(-t).reverse()}checkLimit(t,r="month"){let n={hobby:{month:50,day:5},pro:{month:500,day:50},enterprise:{month:2e3,day:200}}[t][r],s=new Date,o=new Date;r==="month"?o.setMonth(s.getMonth()-1):o.setDate(s.getDate()-1);let c=this.operations.filter(d=>d.timestamp>=o).length,l=Math.max(0,n-c),i=c/n*100;return {used:c,limit:n,remaining:l,percentUsed:i,isExceeded:c>=n}}subscribe(t){return this.listeners.push(t),()=>{let r=this.listeners.indexOf(t);r>-1&&this.listeners.splice(r,1);}}clear(){this.operations=[];}export(){return JSON.stringify(this.operations,null,2)}},Ro=new Kd;function wf({isOpen:e,onClose:t,planTier:r="hobby"}){let[a,n]=react.useState(Ro.getStats()),[s,o]=react.useState(Ro.checkLimit(r));if(react.useEffect(()=>{if(!e)return;let l=setInterval(()=>{n(Ro.getStats()),o(Ro.checkLimit(r));},1e3);return ()=>clearInterval(l)},[e,r]),react.useEffect(()=>{let l=i=>{i.key==="Escape"&&t();};if(e)return document.addEventListener("keydown",l),()=>document.removeEventListener("keydown",l)},[e,t]),!e)return null;let c=Ro.getRecentOperations(5);return jsxRuntime.jsxs(lr,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 bg-black/60 backdrop-blur-sm z-[100000]",onClick:t}),jsxRuntime.jsx("div",{className:"fixed inset-0 flex items-center justify-center z-[100001] p-4",children:jsxRuntime.jsxs("div",{className:"w-full max-w-3xl rounded-2xl shadow-2xl border max-h-[90vh] overflow-hidden flex flex-col",style:{background:"linear-gradient(135deg, #1f1f1f 0%, #1a1a1a 100%)",borderColor:"rgba(255, 255, 255, 0.15)",boxShadow:"0 20px 60px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.1)"},onClick:l=>l.stopPropagation(),children:[jsxRuntime.jsxs("div",{className:"px-6 py-4 border-b border-white/10 flex items-center justify-between",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("h2",{className:"text-xl font-bold text-white",children:"AI Usage Dashboard"}),jsxRuntime.jsx("p",{className:"text-sm text-white/60 mt-1",children:"Monitor your AI consumption and costs"})]}),jsxRuntime.jsx("button",{onClick:t,className:"text-white/60 hover:text-white transition-colors",children:jsxRuntime.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:jsxRuntime.jsx("path",{d:"M18 6L6 18M6 6L18 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})})]}),jsxRuntime.jsxs("div",{className:"flex-1 overflow-y-auto p-6 space-y-6",children:[jsxRuntime.jsxs("div",{className:"p-4 rounded-xl bg-gradient-to-r from-[#00E5CC]/10 to-purple-500/10 border border-[#00E5CC]/30",children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between mb-2",children:[jsxRuntime.jsxs("span",{className:"text-sm font-semibold text-white/90",children:["Monthly Usage (",r.toUpperCase(),")"]}),jsxRuntime.jsxs("span",{className:"text-sm font-bold text-white",children:[s.used," / ",s.limit]})]}),jsxRuntime.jsx("div",{className:"w-full h-2 bg-white/10 rounded-full overflow-hidden",children:jsxRuntime.jsx("div",{className:"h-full transition-all",style:{width:`${Math.min(100,s.percentUsed)}%`,background:s.percentUsed>90?"#EF4444":s.percentUsed>70?"#F59E0B":"#10B981"}})}),jsxRuntime.jsxs("p",{className:"text-xs text-white/60 mt-2",children:[s.remaining," operations remaining this month"]})]}),jsxRuntime.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[jsxRuntime.jsxs("div",{className:"p-4 rounded-lg bg-white/5 border border-white/10",children:[jsxRuntime.jsx("p",{className:"text-xs font-semibold text-white/60 uppercase tracking-wider",children:"Total Cost"}),jsxRuntime.jsx("p",{className:"text-2xl font-bold text-green-400 mt-1",children:ii(a.totalCost)})]}),jsxRuntime.jsxs("div",{className:"p-4 rounded-lg bg-white/5 border border-white/10",children:[jsxRuntime.jsx("p",{className:"text-xs font-semibold text-white/60 uppercase tracking-wider",children:"Operations"}),jsxRuntime.jsx("p",{className:"text-2xl font-bold text-[#00E5CC] mt-1",children:a.totalOperations})]}),jsxRuntime.jsxs("div",{className:"p-4 rounded-lg bg-white/5 border border-white/10",children:[jsxRuntime.jsx("p",{className:"text-xs font-semibold text-white/60 uppercase tracking-wider",children:"Tokens Used"}),jsxRuntime.jsx("p",{className:"text-2xl font-bold text-purple-400 mt-1",children:(a.totalInputTokens+a.totalOutputTokens).toLocaleString()}),jsxRuntime.jsxs("p",{className:"text-xs text-white/50 mt-1",children:[a.totalInputTokens.toLocaleString()," in /"," ",a.totalOutputTokens.toLocaleString()," out"]})]}),jsxRuntime.jsxs("div",{className:"p-4 rounded-lg bg-white/5 border border-white/10",children:[jsxRuntime.jsx("p",{className:"text-xs font-semibold text-white/60 uppercase tracking-wider",children:"Success Rate"}),jsxRuntime.jsxs("p",{className:"text-2xl font-bold text-green-400 mt-1",children:[(a.successRate*100).toFixed(1),"%"]}),jsxRuntime.jsxs("p",{className:"text-xs text-white/50 mt-1",children:["Avg: ",a.averageDuration.toFixed(0),"ms"]})]})]}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("h3",{className:"text-sm font-semibold text-white/90 mb-3",children:"Usage by Feature"}),jsxRuntime.jsx("div",{className:"space-y-2",children:Object.entries(a.operationsByFeature).map(([l,i])=>{let d=a.costsByFeature[l]||0,u=a.totalOperations>0?i/a.totalOperations*100:0;return jsxRuntime.jsxs("div",{className:"p-3 rounded-lg bg-white/5 border border-white/10",children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between mb-2",children:[jsxRuntime.jsx("span",{className:"text-sm font-medium text-white/90 capitalize",children:l.replace(/([A-Z])/g," $1").trim()}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[jsxRuntime.jsxs("span",{className:"text-xs text-white/60",children:[i," ops"]}),jsxRuntime.jsx("span",{className:"text-xs font-semibold text-green-400",children:ii(d)})]})]}),jsxRuntime.jsx("div",{className:"w-full h-1.5 bg-white/10 rounded-full overflow-hidden",children:jsxRuntime.jsx("div",{className:"h-full bg-[#00E5CC]",style:{width:`${u}%`}})})]},l)})})]}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("h3",{className:"text-sm font-semibold text-white/90 mb-3",children:"Recent Operations"}),c.length===0?jsxRuntime.jsx("p",{className:"text-sm text-white/50 text-center py-8",children:"No operations yet. Start using AI features!"}):jsxRuntime.jsx("div",{className:"space-y-2",children:c.map(l=>jsxRuntime.jsxs("div",{className:"p-3 rounded-lg bg-white/5 border border-white/10 flex items-center justify-between",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("p",{className:"text-sm font-medium text-white/90 capitalize",children:l.feature.replace(/([A-Z])/g," $1").trim()}),jsxRuntime.jsxs("p",{className:"text-xs text-white/50 mt-0.5",children:[new Date(l.timestamp).toLocaleTimeString()," \u2022"," ",l.duration,"ms"]})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[jsxRuntime.jsxs("span",{className:"text-xs text-white/60",children:[l.inputTokens+l.outputTokens," tokens"]}),jsxRuntime.jsx("span",{className:"text-xs font-semibold text-green-400",children:ii(l.cost)}),jsxRuntime.jsx("div",{className:`w-2 h-2 rounded-full ${l.success?"bg-green-400":"bg-red-400"}`})]})]},l.id))})]})]}),jsxRuntime.jsxs("div",{className:"px-6 py-4 border-t border-white/10 flex items-center justify-between",children:[jsxRuntime.jsx("p",{className:"text-xs text-white/50",children:"Costs are estimates. Actual API charges may vary."}),jsxRuntime.jsx("button",{onClick:t,className:"px-4 py-2 rounded-lg text-sm font-semibold transition-all hover:bg-white/10 text-white/80",children:"Close"})]})]})})]})}function Tf({isOpen:e,onClose:t,onTasksGenerated:r,onGenerateTasks:a,isLoading:n,projectName:s}){let[o,c]=react.useState(""),[l,i]=react.useState(""),[d,u]=react.useState(""),[p,m]=react.useState(false),[f,x]=react.useState(null),[y,b]=react.useState(null),[h,v]=react.useState(null),w=react.useRef(null),C=p||n;react.useEffect(()=>{e&&w.current&&w.current.focus();},[e]),react.useEffect(()=>{let P=T=>{T.key==="Escape"&&!C&&S();};if(e)return document.addEventListener("keydown",P),()=>document.removeEventListener("keydown",P)},[e,C]);let S=()=>{C||(c(""),i(""),u(""),x(null),b(null),v(null),t());},F=async()=>{if(!(!o.trim()||C)){m(true),x(null),b(null),v(null);try{let P=await a({prompt:o.trim(),projectName:s||"Mi Proyecto",startDate:l||void 0,endDate:d||void 0});b(P.tasks.tasks),v({from_cache:P.from_cache,tokens_used:P.tokens_used,mock_mode:P.mock_mode,similarity:P.similarity,tokens_saved:P.tokens_saved});}catch(P){x(P instanceof Error?P.message:"Failed to generate tasks");}finally{m(false);}}},k=()=>{y&&(r(y),S());};if(!e)return null;let N=h?.similarity?((h.similarity||0)*100).toFixed(0):"0";return jsxRuntime.jsxs(lr,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 bg-black/60 backdrop-blur-sm z-[100000]",onClick:S}),jsxRuntime.jsx("div",{className:"fixed inset-0 flex items-center justify-center z-[100001] p-4",children:jsxRuntime.jsxs("div",{className:"w-full max-w-3xl rounded-2xl shadow-2xl border max-h-[90vh] overflow-hidden flex flex-col",style:{background:"linear-gradient(135deg, #1f1f1f 0%, #1a1a1a 100%)",borderColor:"rgba(255, 255, 255, 0.15)",boxShadow:"0 20px 60px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.1)"},onClick:P=>P.stopPropagation(),children:[jsxRuntime.jsxs("div",{className:"px-6 py-4 border-b border-white/10 flex items-center justify-between",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsxs("h2",{className:"text-xl font-bold text-white flex items-center gap-2",children:[jsxRuntime.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"text-[#00E5CC]",children:[jsxRuntime.jsx("rect",{x:"3",y:"4",width:"18",height:"2",rx:"1",fill:"currentColor"}),jsxRuntime.jsx("rect",{x:"3",y:"9",width:"18",height:"2",rx:"1",fill:"currentColor"}),jsxRuntime.jsx("rect",{x:"3",y:"14",width:"18",height:"2",rx:"1",fill:"currentColor"}),jsxRuntime.jsx("rect",{x:"3",y:"19",width:"18",height:"2",rx:"1",fill:"currentColor"})]}),"Generate Gantt Tasks with AI"]}),jsxRuntime.jsx("p",{className:"text-sm text-white/60 mt-1",children:"Describe your project and let AI create a complete task timeline"})]}),jsxRuntime.jsx("button",{onClick:S,disabled:C,className:"text-white/60 hover:text-white transition-colors disabled:opacity-50",children:jsxRuntime.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:jsxRuntime.jsx("path",{d:"M18 6L6 18M6 6L18 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})})]}),jsxRuntime.jsx("div",{className:"flex-1 overflow-y-auto p-6 space-y-4",children:y?jsxRuntime.jsx(jsxRuntime.Fragment,{children:jsxRuntime.jsxs("div",{className:"space-y-4",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2 text-green-400",children:[jsxRuntime.jsx("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",children:jsxRuntime.jsx("path",{d:"M4 10L8 14L16 6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}),jsxRuntime.jsx("span",{className:"font-semibold",children:"Tasks Generated Successfully!"})]}),jsxRuntime.jsxs("div",{className:"flex flex-wrap gap-2",children:[h?.mock_mode&&jsxRuntime.jsx("span",{className:"px-2 py-1 rounded-lg text-xs font-semibold bg-yellow-500/20 text-yellow-400 border border-yellow-500/30",children:"Mock Mode"}),h?.from_cache?jsxRuntime.jsxs("span",{className:"px-2 py-1 rounded-lg text-xs font-semibold bg-[#00E5CC]/20 text-[#00E5CC] border border-[#00E5CC]/30",children:["From Cache (",N,"% similar)"]}):jsxRuntime.jsx("span",{className:"px-2 py-1 rounded-lg text-xs font-semibold bg-green-500/20 text-green-400 border border-green-500/30",children:"AI Generated"}),jsxRuntime.jsxs("span",{className:"px-2 py-1 rounded-lg text-xs font-semibold bg-purple-500/20 text-purple-400 border border-purple-500/30",children:[h?.tokens_used||0," tokens"]}),h?.tokens_saved&&jsxRuntime.jsxs("span",{className:"px-2 py-1 rounded-lg text-xs font-semibold bg-indigo-500/20 text-indigo-400 border border-indigo-500/30",children:[h.tokens_saved," tokens saved"]}),jsxRuntime.jsxs("span",{className:"px-2 py-1 rounded-lg text-xs font-semibold bg-pink-500/20 text-pink-400 border border-pink-500/30",children:[y.length," tasks"]})]}),jsxRuntime.jsx("div",{className:"space-y-2 max-h-96 overflow-y-auto",children:y.map((P,T)=>jsxRuntime.jsx("div",{className:"p-3 rounded-lg bg-white/5 border border-white/10 hover:bg-white/10 transition-colors",children:jsxRuntime.jsxs("div",{className:"flex items-start justify-between gap-2",children:[jsxRuntime.jsxs("div",{className:"flex-1",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2 mb-1",children:[jsxRuntime.jsxs("span",{className:"text-xs text-white/50",children:["#",T+1]}),jsxRuntime.jsx("p",{className:"text-sm font-medium text-white/90",children:P.name})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3 text-xs text-white/60",children:[jsxRuntime.jsxs("span",{className:"flex items-center gap-1",children:[jsxRuntime.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",className:"text-white/40",children:[jsxRuntime.jsx("rect",{x:"1",y:"2",width:"10",height:"8",rx:"1",stroke:"currentColor"}),jsxRuntime.jsx("path",{d:"M1 4h10",stroke:"currentColor"})]}),P.start," \u2192 ",P.end]}),jsxRuntime.jsxs("span",{children:[P.duration," days"]}),P.dependencies.length>0&&jsxRuntime.jsxs("span",{className:"text-[#00E5CC]",children:["Depends: ",P.dependencies.join(", ")]})]})]}),jsxRuntime.jsx("span",{className:`px-2 py-0.5 rounded text-xs font-semibold ${P.priority==="high"?"bg-red-500/20 text-red-400":P.priority==="medium"?"bg-yellow-500/20 text-yellow-400":"bg-[#00E5CC]/20 text-[#00E5CC]"}`,children:P.priority})]})},P.id))})]})}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("label",{className:"block text-sm font-semibold text-white/90 mb-2",children:"Project Description *"}),jsxRuntime.jsx("textarea",{ref:w,value:o,onChange:P=>c(P.target.value),placeholder:"Example: Build a mobile app for tracking fitness goals with user authentication, workout logging, progress charts, and social features...",className:"w-full h-32 px-4 py-3 rounded-lg text-sm bg-white/5 border border-white/20 text-white placeholder-white/40 outline-none focus:border-[#00E5CC]/50 transition-all resize-none",disabled:C}),jsxRuntime.jsx("p",{className:"text-xs text-white/50 mt-2",children:"Be as specific as possible. Include features, technologies, and any special requirements."})]}),jsxRuntime.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("label",{className:"block text-sm font-semibold text-white/90 mb-2",children:"Start Date (Optional)"}),jsxRuntime.jsx("input",{type:"date",value:l,onChange:P=>i(P.target.value),className:"w-full px-4 py-2 rounded-lg text-sm bg-white/5 border border-white/20 text-white outline-none focus:border-[#00E5CC]/50 transition-all",disabled:C})]}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("label",{className:"block text-sm font-semibold text-white/90 mb-2",children:"End Date (Optional)"}),jsxRuntime.jsx("input",{type:"date",value:d,onChange:P=>u(P.target.value),className:"w-full px-4 py-2 rounded-lg text-sm bg-white/5 border border-white/20 text-white outline-none focus:border-[#00E5CC]/50 transition-all",disabled:C})]})]}),f&&jsxRuntime.jsx("div",{className:"p-4 rounded-lg bg-red-500/10 border border-red-500/30 text-red-400 text-sm",children:f}),jsxRuntime.jsxs("div",{className:"border-t border-white/10 pt-4",children:[jsxRuntime.jsx("p",{className:"text-xs font-semibold text-white/70 uppercase tracking-wider mb-3",children:"Example Prompts"}),jsxRuntime.jsx("div",{className:"space-y-2",children:["Build an e-commerce platform with product catalog, shopping cart, payment integration, and order tracking","Create a task management app with team collaboration, real-time updates, file attachments, and notifications","Develop a blog platform with markdown editor, SEO optimization, comments system, and analytics dashboard"].map((P,T)=>jsxRuntime.jsx("button",{onClick:()=>c(P),disabled:C,className:"w-full text-left px-3 py-2 rounded-lg text-xs text-white/70 hover:text-white hover:bg-white/5 transition-all border border-white/10 hover:border-white/20 disabled:opacity-50",children:P},T))})]})]})}),jsxRuntime.jsxs("div",{className:"px-6 py-4 border-t border-white/10 flex items-center justify-between",children:[jsxRuntime.jsx("div",{children:C&&jsxRuntime.jsxs("div",{className:"flex items-center gap-2 text-[#00E5CC] text-sm",children:[jsxRuntime.jsxs("svg",{className:"animate-spin h-4 w-4",viewBox:"0 0 24 24",children:[jsxRuntime.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4",fill:"none"}),jsxRuntime.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})]}),jsxRuntime.jsx("span",{children:"Generating with AI..."})]})}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[jsxRuntime.jsx("button",{onClick:S,disabled:C,className:"px-4 py-2 rounded-lg text-sm font-semibold transition-all hover:bg-white/10 text-white/80 disabled:opacity-50",children:"Cancel"}),y?jsxRuntime.jsx("button",{onClick:k,className:"px-6 py-2 rounded-lg text-sm font-semibold transition-all",style:{background:"linear-gradient(135deg, #10B981 0%, #059669 100%)",color:"#ffffff"},children:"Apply Tasks to Gantt"}):jsxRuntime.jsx("button",{onClick:F,disabled:!o.trim()||C,className:"px-6 py-2 rounded-lg text-sm font-semibold transition-all disabled:opacity-50",style:{background:"linear-gradient(135deg, #00E5CC 0%, #00E5CC 100%)",color:"#ffffff"},children:C?"Generating...":"Generate Tasks"})]})]})]})})]})}function Rl({initialBoard:e,onPersist:t}){let[r,a]=react.useState(e),n=react.useCallback(y=>{t&&yi(()=>Promise.resolve(t(y)),{maxAttempts:3,initialDelay:1e3,onRetry:(b,h,v)=>{console.warn(`Retry attempt ${h} after ${v}ms: ${b.message}`);}}).then(b=>{b.success||console.error(`Failed to persist board after ${b.attempts} attempts:`,b.error);});},[t]),s=react.useCallback(async(y,b,h)=>{a(v=>{let w=v.cards.find(P=>P.id===y);if(!w)return v;let C=w.columnId,S={...w,columnId:b,position:h},F=v.cards.map(P=>P.id===y?S:P),k=v.columns.map(P=>{if(P.id===C)return {...P,cardIds:P.cardIds.filter(T=>T!==y)};if(P.id===b){let T=F.filter(Y=>Y.columnId===b).sort((Y,H)=>Y.position-H.position);return {...P,cardIds:T.map(Y=>Y.id)}}return P}),N={...v,cards:F,columns:k};return n(N),N});},[n]),o=react.useCallback(async(y,b)=>{a(h=>{let v=h.cards.map(C=>C.id===y?{...C,...b}:C),w={...h,cards:v};return n(w),w});},[n]),c=react.useCallback(async y=>{let b=`card-${Date.now()}-${Math.random().toString(36).substr(2,9)}`;a(h=>{let v={...y,id:b},w=h.columns.map(S=>S.id===y.columnId?{...S,cardIds:[...S.cardIds,b]}:S),C={...h,cards:[...h.cards,v],columns:w};return n(C),C});},[n]),l=react.useCallback(async y=>{a(b=>{let h=b.cards.find(S=>S.id===y);if(!h)return b;let v=b.cards.filter(S=>S.id!==y),w=b.columns.map(S=>S.id===h.columnId?{...S,cardIds:S.cardIds.filter(F=>F!==y)}:S),C={...b,cards:v,columns:w};return n(C),C});},[n]),i=react.useCallback(async y=>{let b=`col-${Date.now()}-${Math.random().toString(36).substr(2,9)}`;a(h=>{let v={...y,id:b,cardIds:[]},w={...h,columns:[...h.columns,v]};return n(w),w});},[n]),d=react.useCallback(async(y,b)=>{a(h=>{let v=h.columns.map(C=>C.id===y?{...C,...b}:C),w={...h,columns:v};return n(w),w});},[n]),u=react.useCallback(async y=>{a(b=>{let h=b.cards.filter(C=>C.columnId!==y),v=b.columns.filter(C=>C.id!==y),w={...b,cards:h,columns:v};return n(w),w});},[n]),p=react.useCallback(y=>{let b=`card-${Date.now()}-${Math.random().toString(36).substr(2,9)}`;return c(y),b},[c]),m=react.useCallback(y=>{let b=`col-${Date.now()}-${Math.random().toString(36).substr(2,9)}`;return i(y),b},[i]),f=react.useCallback(()=>{a(y=>{let b={...y,cards:[],columns:[]};return n(b),b});},[n]);return {board:r,callbacks:{onCardMove:s,onCardUpdate:o,onCardCreate:c,onCardDelete:l,onColumnCreate:i,onColumnUpdate:d,onColumnDelete:u},setBoard:a,helpers:{addCard:p,addColumn:m,deleteCard:l,deleteColumn:u,clearBoard:f}}}function Df({initialData:e,availableUsers:t=[],onSave:r}){let{board:a,callbacks:n,helpers:s}=Rl({initialBoard:e,onPersist:r}),o=react.useMemo(()=>({addCard:(l,i,d={})=>{s.addCard({title:i,columnId:l,position:a.cards.filter(u=>u.columnId===l).length,...d});},addColumn:(l,i)=>{let d=a.columns.length>0?Math.max(...a.columns.map(u=>u.position)):0;s.addColumn({title:l,position:i??d+1e3});},reset:s.clearBoard}),[a.cards,a.columns,s]);return {props:react.useMemo(()=>({board:a,callbacks:n,availableUsers:t}),[a,n,t]),board:a,callbacks:n,utils:o}}var li={dateFilter:"all",priorities:[],assignees:[],labels:[],columns:[],search:""},Ef={by:"none",order:"asc"};function Mf({initialFilters:e={},initialSort:t={},currentUserId:r}={}){let[a,n]=react.useState({...li,...e}),[s,o]=react.useState({...Ef,...t}),c=react.useCallback(x=>{n(y=>({...y,...x}));},[]),l=react.useCallback(x=>{o(y=>({...y,...x}));},[]),i=react.useCallback(()=>{n(li),o(Ef);},[]),d=react.useCallback(()=>{r&&n({...li,assignees:[r]});},[r]),u=react.useCallback(()=>{n({...li,dateFilter:"overdue"});},[]),p=react.useCallback(()=>{n({...li,priorities:["HIGH","URGENT"]});},[]),m=react.useMemo(()=>a.dateFilter!=="all"||a.priorities.length>0||a.assignees.length>0||a.labels.length>0||a.columns.length>0||a.search!==""||s.by!=="none",[a,s]),f=react.useCallback(x=>{let y=[...x];if(a.search){let b=a.search.toLowerCase();y=y.filter(h=>h.title.toLowerCase().includes(b)||h.description?.toLowerCase().includes(b));}if(a.dateFilter!=="all"){let b=new Date,h=b.getFullYear(),v=String(b.getMonth()+1).padStart(2,"0"),w=String(b.getDate()).padStart(2,"0"),C=`${h}-${v}-${w}`;y=y.filter(S=>{if(!S.endDate&&!S.dueDate)return false;let F=S.endDate||S.dueDate;if(!F)return false;let k;if(typeof F=="string")k=F.split("T")[0]||F;else {let N=F.getUTCFullYear(),P=String(F.getUTCMonth()+1).padStart(2,"0"),T=String(F.getUTCDate()).padStart(2,"0");k=`${N}-${P}-${T}`;}switch(a.dateFilter){case "overdue":return k<C;case "today":return k===C;case "this-week":let N=new Date(C+"T00:00:00"),P=new Date(k+"T00:00:00"),T=new Date(N);return T.setDate(T.getDate()+7),P>=N&&P<=T;case "custom":if(a.dateRange){let Y=typeof F=="string"?new Date(F):F;return Y>=a.dateRange.start&&Y<=a.dateRange.end}return true;default:return true}});}return a.priorities.length>0&&(y=y.filter(b=>b.priority&&a.priorities.includes(b.priority))),a.assignees.length>0&&(y=y.filter(b=>(b.assignedUserIds||(b.assigneeId?[b.assigneeId]:[])).some(v=>a.assignees.includes(v)))),a.labels.length>0&&(y=y.filter(b=>b.labels&&b.labels.some(h=>a.labels.includes(h)))),a.columns.length>0&&(y=y.filter(b=>a.columns.includes(b.columnId))),s.by!=="none"&&y.sort((b,h)=>{let v=0;switch(s.by){case "created":let w=b.createdAt?new Date(b.createdAt).getTime():0,C=h.createdAt?new Date(h.createdAt).getTime():0;v=w-C;break;case "priority":let S={URGENT:4,HIGH:3,MEDIUM:2,LOW:1},F=S[b.priority||"LOW"],k=S[h.priority||"LOW"];v=F-k;break;case "dueDate":let N=b.endDate||b.dueDate,P=h.endDate||h.dueDate;if(!N)return 1;if(!P)return -1;let T=typeof N=="string"?new Date(N).getTime():N.getTime(),Y=typeof P=="string"?new Date(P).getTime():P.getTime();v=T-Y;break;case "title":v=b.title.localeCompare(h.title);break;case "estimate":let H=b.estimatedTime||0,ee=h.estimatedTime||0;v=H-ee;break;default:v=0;}return s.order==="asc"?v:-v}),y},[a,s]);return {filters:a,sort:s,setFilters:c,setSort:l,resetFilters:i,filterMyTasks:d,filterOverdue:u,filterHighPriority:p,applyFilters:f,hasActiveFilters:m}}var Ff,Lf;if(typeof window<"u")try{let e=fi("ai");Ff=e.generateObject,Lf=e.generateText;}catch{}function Af(e={}){let[t,r]=react.useState(false),[a,n]=react.useState(null),s=!!(Ff&&Lf&&e.apiKey),o=react.useCallback(async u=>{if(!s)throw new Error('AI features require the "ai" package and an API key. Install with: npm install ai');r(true),n(null);try{return console.log("Generating plan for:",u),{columns:[{title:"To Do",position:1e3,cardIds:[]},{title:"In Progress",position:2e3,cardIds:[]},{title:"Done",position:3e3,cardIds:[]}],cards:[{title:"Generated task from AI",description:`Based on: ${u}`,position:1e3,columnId:"temp-col-1"}],explanation:"This is a sample plan. Real implementation would use AI SDK."}}catch(p){let m=p instanceof Error?p:new Error("Failed to generate plan");throw n(m),m}finally{r(false);}},[s]),c=react.useCallback(async u=>{if(!s)throw new Error("AI features not available");r(true),n(null);try{return console.log("Suggesting assignee for:",u.title),{userId:"user-123",confidence:.85,reasoning:"Based on past performance and expertise"}}catch(p){let m=p instanceof Error?p:new Error("Failed to suggest assignee");throw n(m),m}finally{r(false);}},[s]),l=react.useCallback(async u=>{if(!s)throw new Error("AI features not available");r(true),n(null);try{return console.log("Analyzing board for risks..."),[{type:"RISK_OVERLOAD",severity:"HIGH",title:"Column overload detected",description:'Too many cards in "In Progress"',confidence:.9,suggestedAction:'Consider moving some cards back to "To Do"'}]}catch(p){let m=p instanceof Error?p:new Error("Failed to predict risks");throw n(m),m}finally{r(false);}},[s]),i=react.useCallback(async u=>{if(!s)throw new Error("AI features not available");r(true),n(null);try{return console.log("Generating subtasks for:",u.title),[{title:`Subtask 1 for: ${u.title}`,position:u.position+.1,columnId:u.columnId},{title:`Subtask 2 for: ${u.title}`,position:u.position+.2,columnId:u.columnId}]}catch(p){let m=p instanceof Error?p:new Error("Failed to generate subtasks");throw n(m),m}finally{r(false);}},[s]),d=react.useCallback(async u=>{if(!s)throw new Error("AI features not available");r(true),n(null);try{return console.log("Estimating effort for:",u.title),{hours:8,confidence:.75}}catch(p){let m=p instanceof Error?p:new Error("Failed to estimate effort");throw n(m),m}finally{r(false);}},[s]);return {onGeneratePlan:o,onSuggestAssignee:c,onPredictRisks:l,onGenerateSubtasks:i,onEstimateEffort:d,isAvailable:s,isLoading:t,error:a}}function Yd(){let[e,t]=react.useState(()=>core.selectionStore.getState());react.useEffect(()=>core.selectionStore.subscribe(n=>{t(n);}),[]);let r=react.useCallback(a=>{core.selectionStore.setState(a);},[]);return [e,r]}function If(e){let{cards:t}=e,[r,a]=Yd(),n=react.useCallback(u=>r.selectedCardIds.includes(u),[r.selectedCardIds]),s=react.useCallback((u,p)=>{if(!p){a({selectedCardIds:[u],lastSelectedCardId:u});return}let m=p.ctrlKey||p.metaKey,f=p.shiftKey;if(m)r.selectedCardIds.includes(u)?a({selectedCardIds:r.selectedCardIds.filter(x=>x!==u),lastSelectedCardId:r.lastSelectedCardId}):a({selectedCardIds:[...r.selectedCardIds,u],lastSelectedCardId:u});else if(f&&r.lastSelectedCardId){let x=t.find(b=>b.id===u),y=t.find(b=>b.id===r.lastSelectedCardId);if(x&&y&&x.columnId===y.columnId){let b=t.filter(k=>k.columnId===x.columnId).sort((k,N)=>k.position-N.position),h=b.findIndex(k=>k.id===r.lastSelectedCardId),v=b.findIndex(k=>k.id===u),[w,C]=h<v?[h,v]:[v,h],S=b.slice(w,C+1).map(k=>k.id),F=Array.from(new Set([...r.selectedCardIds,...S]));a({selectedCardIds:F,lastSelectedCardId:u});}else a({selectedCardIds:[u],lastSelectedCardId:u});}else a({selectedCardIds:[u],lastSelectedCardId:u});},[t,r,a]),o=react.useCallback(u=>{a({selectedCardIds:r.selectedCardIds.filter(p=>p!==u),lastSelectedCardId:r.lastSelectedCardId});},[r,a]),c=react.useCallback(()=>{a({selectedCardIds:[],lastSelectedCardId:null});},[a]),l=react.useCallback(()=>{a({selectedCardIds:t.map(u=>u.id),lastSelectedCardId:t[t.length-1]?.id||null});},[t,a]),i=react.useCallback(u=>{r.selectedCardIds.includes(u)?o(u):a({selectedCardIds:[...r.selectedCardIds,u],lastSelectedCardId:u});},[r,o,a]),d=react.useCallback(()=>t.filter(u=>r.selectedCardIds.includes(u.id)),[t,r.selectedCardIds]);return {selectedCardIds:r.selectedCardIds,lastSelectedCardId:r.lastSelectedCardId,isCardSelected:n,selectCard:s,deselectCard:o,clearSelection:c,selectAll:l,toggleCard:i,getSelectedCards:d}}var Rf={enableAutoStacking:true,autoStackConfidenceThreshold:.7,minCardsPerStack:2,enableManualStacking:true,showStackSummaries:true,animationDuration:200};function Bf(e){let{cards:t,config:r,aiService:a}=e,n=react.useMemo(()=>({...Rf,...r}),[r]),[s,o]=react.useState([]),c=react.useCallback((x,y,b,h,v)=>{if(y.length<n.minCardsPerStack){console.warn(`Cannot create stack: minimum ${n.minCardsPerStack} cards required`);return}let w={id:`stack-${Date.now()}-${Math.random().toString(36).substr(2,9)}`,title:x,cardIds:y,columnId:b,strategy:h,color:v,isExpanded:true,position:s.filter(C=>C.columnId===b).length,createdAt:new Date};o(C=>[...C,w]);},[n.minCardsPerStack,s]),l=react.useCallback(x=>{o(y=>y.filter(b=>b.id!==x));},[]),i=react.useCallback(x=>{o(y=>y.map(b=>b.id===x?{...b,isExpanded:!b.isExpanded}:b));},[]),d=react.useCallback((x,y)=>{o(b=>b.map(h=>h.id===x&&!h.cardIds.includes(y)?{...h,cardIds:[...h.cardIds,y]}:h));},[]),u=react.useCallback((x,y)=>{o(b=>b.map(h=>{if(h.id===x){let v=h.cardIds.filter(w=>w!==y);return v.length<n.minCardsPerStack?null:{...h,cardIds:v}}return h}).filter(h=>h!==null));},[n.minCardsPerStack]),p=react.useCallback(x=>s.filter(y=>y.columnId===x).sort((y,b)=>y.position-b.position),[s]),m=react.useCallback(async x=>{let y=t.filter(C=>C.columnId===x);if(y.length<n.minCardsPerStack*2)return [];let b=[],h=new Map;y.forEach(C=>{C.labels&&C.labels.length>0&&C.labels.forEach(S=>{h.has(S)||h.set(S,[]),h.get(S).push(C);});}),h.forEach((C,S)=>{C.length>=n.minCardsPerStack&&b.push({stack:{title:`\u{1F4CC} ${S}`,cardIds:C.map(F=>F.id),columnId:x,strategy:"labels",color:"#00E5CC"},reason:`${C.length} cards with label "${S}"`,confidence:.85});});let v=new Map;y.forEach(C=>{C.assignedUserIds&&C.assignedUserIds.length>0&&C.assignedUserIds.forEach(S=>{v.has(S)||v.set(S,[]),v.get(S).push(C);});}),v.forEach((C,S)=>{C.length>=n.minCardsPerStack&&b.push({stack:{title:`\u{1F464} Assigned to user-${S.slice(-4)}`,cardIds:C.map(F=>F.id),columnId:x,strategy:"assignee",color:"#8b5cf6"},reason:`${C.length} cards assigned to the same user`,confidence:.8});});let w=new Map;if(y.forEach(C=>{C.priority&&(w.has(C.priority)||w.set(C.priority,[]),w.get(C.priority).push(C));}),w.forEach((C,S)=>{if(C.length>=n.minCardsPerStack){let F={low:"\u{1F7E2}",medium:"\u{1F7E1}",high:"\u{1F534}",urgent:"\u{1F6A8}"}[S.toLowerCase()]||"\u26AA";b.push({stack:{title:`${F} ${S} Priority`,cardIds:C.map(k=>k.id),columnId:x,strategy:"priority",color:S==="high"||S==="urgent"?"#ef4444":"#10b981"},reason:`${C.length} cards with ${S} priority`,confidence:.75});}}),a&&n.enableAutoStacking)for(let C of y){let F=(await a.findSimilar(C,y)).filter(k=>k.similarity>=n.autoStackConfidenceThreshold);if(F.length>=n.minCardsPerStack-1){let k=[C.id,...F.map(P=>P.card.id)],N=F.reduce((P,T)=>P+T.similarity,0)/F.length;b.push({stack:{title:`\u2728 Similar to "${C.title.substring(0,30)}${C.title.length>30?"...":""}"`,cardIds:k,columnId:x,strategy:"ai-similarity",color:"#f59e0b"},reason:`AI detected ${F.length+1} similar tasks`,confidence:N});}}return b.filter(C=>C.confidence>=n.autoStackConfidenceThreshold).sort((C,S)=>S.confidence-C.confidence).slice(0,5)},[t,n,a]),f=react.useCallback(x=>{c(x.stack.title,x.stack.cardIds,x.stack.columnId,x.stack.strategy,x.stack.color);},[c]);return react.useEffect(()=>{n.enableAutoStacking&&s.length===0&&new Set(t.map(y=>y.columnId)).forEach(async y=>{let b=await m(y),h=b[0];b.length>0&&h&&h.confidence>=.9&&f(h);});},[]),{stacks:s,createStack:c,deleteStack:l,toggleStack:i,addToStack:d,removeFromStack:u,getStacksForColumn:p,getSuggestions:m,applySuggestion:f,config:n}}var $f=react.createContext(null);function Of({children:e,initialData:t,onStateChange:r}){let a=react.useRef();if(!a.current){let s=new Map,o=new Map;t?.columns?.forEach(l=>{let{Column:i}=fi("@libxai/core");s.set(l.id,new i(l));}),t?.cards?.forEach(l=>{let{Card:i}=fi("@libxai/core");o.set(l.id,new i(l));});let c=null;if(t?.board){let{Board:l}=fi("@libxai/core");c=new l(t.board);}a.current=new core.BoardStore({board:c,columns:s,cards:o});}let n=a.current;return react.useEffect(()=>{if(r)return n.subscribeAll(s=>{r(n.getState());})},[n,r]),jsxRuntime.jsx($f.Provider,{value:{store:n},children:e})}function Bl(){let e=react.useContext($f);if(!e)throw new Error("useBoardStore must be used within BoardProvider");return e.store}function di(){let e=Bl(),[t,r]=react.useState(e.getBoard()),[a,n]=react.useState(e.getAllColumns()),[s,o]=react.useState(e.getAllCards());react.useEffect(()=>e.subscribeAll(()=>{r(e.getBoard()),n(e.getAllColumns()),o(e.getAllCards());}),[e]);let c=react.useCallback(h=>{e.updateBoard(h);},[e]),l=react.useCallback(h=>{e.addColumn(h);},[e]),i=react.useCallback((h,v)=>{e.updateColumn(h,v);},[e]),d=react.useCallback(h=>{e.deleteColumn(h);},[e]),u=react.useCallback(h=>e.getColumn(h),[e]),p=react.useCallback(h=>{e.addCard(h);},[e]),m=react.useCallback((h,v)=>{e.updateCard(h,v);},[e]),f=react.useCallback(h=>{e.deleteCard(h);},[e]),x=react.useCallback((h,v,w)=>{e.moveCard(h,v,w);},[e]),y=react.useCallback(h=>e.getCard(h),[e]),b=react.useCallback(h=>e.getCardsByColumn(h),[e]);return {board:t,columns:a,cards:s,updateBoard:c,addColumn:l,updateColumn:i,deleteColumn:d,getColumn:u,addCard:p,updateCard:m,deleteCard:f,moveCard:x,getCard:y,getCardsByColumn:b}}function Uf(e){let{cards:t}=di();return react.useMemo(()=>e?t.filter(r=>{if(e.searchQuery){let a=e.searchQuery.toLowerCase(),n=r.title.toLowerCase().includes(a),s=r.description?.toLowerCase().includes(a);if(!n&&!s)return false}return !(e.priorities&&e.priorities.length>0&&(!r.priority||!e.priorities.includes(r.priority))||e.statuses&&e.statuses.length>0&&(!r.status||!e.statuses.includes(r.status))||e.assignedUserIds&&e.assignedUserIds.length>0&&!e.assignedUserIds.some(n=>r.isAssignedTo(n))||e.labels&&e.labels.length>0&&!e.labels.some(n=>r.hasLabel(n))||e.columnIds&&e.columnIds.length>0&&!e.columnIds.includes(r.columnId)||e.isOverdue!==void 0&&e.isOverdue!==r.isOverdue())}):t,[t,e])}function Wf(e="position",t="asc"){let{cards:r}=di();return react.useMemo(()=>[...r].sort((n,s)=>{let o=0;switch(e){case "title":o=n.title.localeCompare(s.title);break;case "priority":{let c={URGENT:4,HIGH:3,MEDIUM:2,LOW:1},l=n.priority?c[n.priority]:0,i=s.priority?c[s.priority]:0;o=l-i;break}case "createdAt":o=n.createdAt.getTime()-s.createdAt.getTime();break;case "updatedAt":o=n.updatedAt.getTime()-s.updatedAt.getTime();break;case "position":o=n.position-s.position;break}return t==="asc"?o:-o}),[r,e,t])}var $l=class{constructor(){this.plugins=new Map;this.enabled=new Set;this.config=new Map;this.context=null;this.pluginLogger=Pu.child("PluginManager");}setContext(t){this.context=t;}register(t){if(!t.id||!t.name||!t.version)throw new Error("Plugin must have id, name, and version");if(this.plugins.has(t.id)&&this.pluginLogger.warn(`Plugin ${t.id} is already registered, overwriting...`),t.dependencies){for(let r of t.dependencies)if(!this.plugins.has(r))throw new Error(`Plugin ${t.id} depends on ${r} which is not registered`)}this.plugins.set(t.id,t),t.defaultConfig&&this.config.set(t.id,{...t.defaultConfig}),this.enabled.add(t.id),this.pluginLogger.info(`Plugin registered: ${t.name} v${t.version}`),t.onInit&&this.context&&Promise.resolve(t.onInit(this.context)).catch(r=>{this.pluginLogger.error(`Failed to initialize plugin ${t.id}`,r,{plugin:t.id});});}unregister(t){let r=this.plugins.get(t);if(!r){this.pluginLogger.warn(`Plugin ${t} is not registered`);return}r.onDestroy&&Promise.resolve(r.onDestroy()).catch(a=>{this.pluginLogger.error(`Failed to destroy plugin ${t}`,a);}),this.plugins.delete(t),this.enabled.delete(t),this.config.delete(t),this.pluginLogger.info(`Plugin unregistered: ${r.name}`);}getPlugin(t){return this.plugins.get(t)}getPlugins(){return Array.from(this.plugins.values())}hasPlugin(t){return this.plugins.has(t)}setEnabled(t,r){if(!this.plugins.has(t))throw new Error(`Plugin ${t} is not registered`);r?(this.enabled.add(t),this.pluginLogger.info(`Plugin enabled: ${t}`)):(this.enabled.delete(t),this.pluginLogger.info(`Plugin disabled: ${t}`));}isEnabled(t){return this.enabled.has(t)}getConfig(t,r){return this.config.get(t)?.[r]}setConfig(t,r,a){this.config.has(t)||this.config.set(t,{});let n=this.config.get(t);n[r]=a,this.pluginLogger.debug(`Plugin config set: ${t}.${r}`,{value:a});}async executeHook(t,r,a){let n=a;for(let s of this.plugins.values()){if(!this.enabled.has(s.id))continue;let o=s[t];if(typeof o=="function")try{let c=await Promise.resolve(o.apply(s,r));c!==void 0&&(n=c,r[0]=c);}catch(c){this.pluginLogger.error(`Plugin hook failed: ${s.id}.${t}`,c,{plugin:s.id,hook:t});}}return n}async executeHookParallel(t,r){let a=[];for(let n of this.plugins.values()){if(!this.enabled.has(n.id))continue;let s=n[t];typeof s=="function"&&a.push(Promise.resolve(s.apply(n,r)).catch(o=>{this.pluginLogger.error(`Plugin hook failed: ${n.id}.${t}`,o,{plugin:n.id,hook:t});}));}await Promise.all(a);}},XC=new $l;function Gf({items:e,height:t,estimateSize:r,renderItem:a,className:n="",overscan:s=5,horizontal:o=false,gap:c=0,getItemKey:l}){let i=react.useRef(null),d=reactVirtual.useVirtualizer({count:e.length,getScrollElement:()=>i.current,estimateSize:()=>r,overscan:s,horizontal:o,gap:c}),u=d.getVirtualItems(),p={height:typeof t=="number"?`${t}px`:t,width:"100%",overflow:"auto",position:"relative"},m=o?{width:`${d.getTotalSize()}px`,height:"100%",position:"relative"}:{height:`${d.getTotalSize()}px`,width:"100%",position:"relative"};return jsxRuntime.jsx("div",{ref:i,style:p,className:n,children:jsxRuntime.jsx("div",{style:m,children:u.map(f=>{let x=e[f.index];if(!x)return null;let y=l?l(x,f.index):f.index,b={position:"absolute",top:o?0:f.start,left:o?f.start:0,width:o?f.size:"100%",height:o?"100%":f.size};return jsxRuntime.jsx("div",{style:b,"data-index":f.index,children:a(x,f.index)},y)})})})}function Vf(e){return reactVirtual.useVirtualizer({count:e.items.length,getScrollElement:()=>e.scrollElement,estimateSize:()=>e.estimateSize,overscan:e.overscan??5,horizontal:e.horizontal??false,gap:e.gap??0})}function _f({items:e,height:t,width:r="100%",estimateColumnWidth:a,renderColumn:n,className:s="",overscan:o=3,gap:c=16,getItemKey:l,horizontal:i=true}){let d=react.useRef(null),u=reactVirtual.useVirtualizer({horizontal:i,count:e.length,getScrollElement:()=>d.current,estimateSize:()=>a,overscan:o,gap:c}),p=u.getVirtualItems(),m={height:typeof t=="number"?`${t}px`:t,width:typeof r=="number"?`${r}px`:r,overflow:"auto",position:"relative"},f={width:`${u.getTotalSize()}px`,height:"100%",position:"relative"};return jsxRuntime.jsx("div",{ref:d,style:m,className:s,children:jsxRuntime.jsx("div",{style:f,children:p.map(x=>{let y=e[x.index];if(!y)return null;let b=l?l(y,x.index):x.index,h={position:"absolute",top:0,left:x.start,width:x.size,height:"100%"};return jsxRuntime.jsx("div",{style:h,"data-index":x.index,children:n(y,x.index)},b)})})})}function Kf(e){let t=reactVirtual.useVirtualizer({horizontal:true,count:e.items.length,getScrollElement:()=>e.scrollElement,estimateSize:()=>e.estimateColumnWidth,overscan:e.overscan??3,gap:e.gap??0});return {columnVirtualizer:t,virtualColumns:t.getVirtualItems(),totalWidth:t.getTotalSize()}}function qf(e,t=10){return e>t}var Zd={none:0,xs:4,sm:8,md:12,lg:16,xl:20,"2xl":24,"3xl":32,"4xl":40,"5xl":48,"6xl":64},eu={none:0,sm:4,md:8,lg:12,xl:16,"2xl":20,full:9999},tu={xs:12,sm:14,base:16,lg:18,xl:20,"2xl":24,"3xl":30,"4xl":36,"5xl":48},ru={light:300,normal:400,medium:500,semibold:600,bold:700,extrabold:800},au={none:1,tight:1.25,snug:1.375,normal:1.5,relaxed:1.625,loose:2},nu={base:0,dropdown:1e3,sticky:1020,fixed:1030,modalBackdrop:1040,modal:1050,popover:1060,tooltip:1070},ou={instant:0,fastest:75,faster:100,fast:150,normal:200,slow:300,slower:400,slowest:500},su={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",smooth:"cubic-bezier(0.4, 0.0, 0.2, 1)",sharp:"cubic-bezier(0.4, 0.0, 0.6, 1)",bounce:"cubic-bezier(0.68, -0.55, 0.265, 1.55)"},iu={none:"none",sm:"0 1px 2px 0 rgba(0, 0, 0, 0.05)",base:"0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",md:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",lg:"0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",xl:"0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)","2xl":"0 25px 50px -12px rgba(0, 0, 0, 0.25)",inner:"inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)"},lu={0:0,5:.05,10:.1,20:.2,30:.3,40:.4,50:.5,60:.6,70:.7,80:.8,90:.9,100:1},cu={column:{width:320,minWidth:280,maxWidth:400,gap:16,padding:12,headerHeight:48},card:{minHeight:80,maxHeight:400,padding:12,gap:8},board:{padding:16,gap:16}},du={timeline:{headerHeight:60,rowHeight:44,minRowHeight:32,maxRowHeight:80,taskPadding:4,gridLineWidth:1},task:{height:28,minHeight:20,maxHeight:40,borderRadius:4,padding:6},dependency:{lineWidth:2,arrowSize:8},scale:{day:{columnWidth:40,minColumnWidth:30,maxColumnWidth:60},week:{columnWidth:80,minColumnWidth:60,maxColumnWidth:120},month:{columnWidth:120,minColumnWidth:80,maxColumnWidth:200},quarter:{columnWidth:200,minColumnWidth:150,maxColumnWidth:300}},milestone:{size:16,rotation:45}},Ol={spacing:Zd,borderRadius:eu,fontSize:tu,fontWeight:ru,lineHeight:au,zIndex:nu,duration:ou,easing:su,shadows:iu,opacity:lu,kanban:cu,gantt:du};function Yf(e,t,r){return e[t]??r}function uu(e,t="",r={}){for(let[a,n]of Object.entries(e)){let s=t?`${t}-${a}`:a;typeof n=="object"&&n!==null&&!Array.isArray(n)?uu(n,s,r):(typeof n=="string"||typeof n=="number")&&(r[s]=n);}return r}function ZC(e){return typeof e=="number"?e>0&&e<1e3?`${e}px`:e.toString():e}function pu(e="asakaa"){let t=uu(Ol),r=[];for(let[a,n]of Object.entries(t)){let s=`--${e}-${a}`,o=ZC(n);r.push(` ${s}: ${o};`);}return `:root {
413
+ Today's date: ${new Date().toISOString().split("T")[0]}`}function ag(e){let t=[],r=a=>{for(let n of a)t.push(n),n.subtasks?.length&&r(n.subtasks);};return r(e),t}function Hn(e,t){let r=ag(e),a=t.toLowerCase().trim(),n=r.find(c=>c.name.toLowerCase()===a);if(n)return n;let s=r.find(c=>c.name.toLowerCase().includes(a));if(s)return s;let o=a.split(/\s+/);return r.find(c=>{let l=c.name.toLowerCase();return o.every(i=>l.includes(i))})}function cd(e,t=new Date){let r=e.toLowerCase().trim(),a=new Date(t);if(a.setHours(0,0,0,0),r==="today"||r==="hoy")return a;if(r==="tomorrow"||r==="ma\xF1ana"){let p=new Date(a);return p.setDate(p.getDate()+1),p}if(r==="yesterday"||r==="ayer"){let p=new Date(a);return p.setDate(p.getDate()-1),p}if(r==="next week"||r==="la pr\xF3xima semana"){let p=new Date(a);return p.setDate(p.getDate()+7),p}let n=r.match(/(?:next\s+)?(monday|tuesday|wednesday|thursday|friday|saturday|sunday|lunes|martes|miércoles|miercoles|jueves|viernes|sábado|sabado|domingo)/i);if(n){let m={sunday:0,domingo:0,monday:1,lunes:1,tuesday:2,martes:2,wednesday:3,mi\u00E9rcoles:3,miercoles:3,thursday:4,jueves:4,friday:5,viernes:5,saturday:6,s\u00E1bado:6,sabado:6}[n[1].toLowerCase()];if(m!==void 0){let f=new Date(a),x=f.getDay(),y=m-x;return y<=0&&(y+=7),f.setDate(f.getDate()+y),f}}let s=r.match(/in\s+(\d+)\s+(day|week|month|día|dias|semana|semanas|mes|meses)s?/i);if(s&&s[1]&&s[2]){let p=parseInt(s[1],10),m=s[2].toLowerCase(),f=new Date(a);return m==="day"||m==="d\xEDa"||m==="dias"?f.setDate(f.getDate()+p):m==="week"||m==="semana"||m==="semanas"?f.setDate(f.getDate()+p*7):(m==="month"||m==="mes"||m==="meses")&&f.setMonth(f.getMonth()+p),f}if(r.match(/(\d{4})-(\d{2})-(\d{2})/))return new Date(r);let c=r.match(/(\d{1,2})\/(\d{1,2})\/(\d{4})/);if(c&&c[1]&&c[2]&&c[3]){let p=parseInt(c[1],10),m=parseInt(c[2],10)-1,f=parseInt(c[3],10);return new Date(f,m,p)}let l={enero:0,febrero:1,marzo:2,abril:3,mayo:4,junio:5,julio:6,agosto:7,septiembre:8,octubre:9,noviembre:10,diciembre:11},i=r.match(/(\d{1,2})\s+de\s+(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)(?:\s+de\s+(\d{4}))?/i);if(i&&i[1]&&i[2]){let p=parseInt(i[1],10),m=l[i[2].toLowerCase()],f=i[3]?parseInt(i[3],10):a.getFullYear();if(m!==void 0)return new Date(f,m,p)}let d={january:0,february:1,march:2,april:3,may:4,june:5,july:6,august:7,september:8,october:9,november:10,december:11},u=r.match(/(january|february|march|april|may|june|july|august|september|october|november|december)\s+(\d{1,2})(?:,?\s+(\d{4}))?/i);if(u&&u[1]&&u[2]){let p=d[u[1].toLowerCase()],m=parseInt(u[2],10),f=u[3]?parseInt(u[3],10):a.getFullYear();if(p!==void 0)return new Date(f,p,m)}return null}function dd(e){let r=e.toLowerCase().trim().match(/(\d+)\s*(day|week|month|día|dias|semana|semanas|mes|meses)s?/i);if(r&&r[1]&&r[2]){let a=parseInt(r[1],10),n=r[2].toLowerCase();if(n==="day"||n==="d\xEDa"||n==="dias")return a;if(n==="week"||n==="semana"||n==="semanas")return a*7;if(n==="month"||n==="mes"||n==="meses")return a*30}return null}function ud(e){let t=e.match(/(\d+)(?:\s*%)?/);if(t&&t[1]){let r=parseInt(t[1],10);return Math.max(0,Math.min(100,r))}return null}function ng(e){let t=e.toLowerCase().trim();return t.includes("todo")||t.includes("pendiente")||t.includes("por hacer")?"todo":t.includes("in progress")||t.includes("in-progress")||t.includes("en progreso")||t.includes("working")||t.includes("trabajando")?"in-progress":t.includes("done")||t.includes("complete")||t.includes("finished")||t.includes("completado")||t.includes("terminado")||t.includes("hecho")?"completed":null}function og(e,t){let r=e.toLowerCase().trim(),a=r.match(/(?:move|mover|mueve)\s+(?:la\s+tarea\s+)?["""]?(.+?)["""]?\s+(?:to|a|para)\s+(?:la\s+fecha\s+)?(.+)/i);if(a&&a[1]&&a[2]){let i=a[1].trim(),d=a[2].trim(),u=Hn(t,i),p=cd(d);if(!u)return {type:"move_task",taskName:i,message:`Could not find a task named "${i}". Please check the task name and try again.`,success:false,error:"Task not found"};if(!p)return {type:"move_task",taskId:u.id,taskName:u.name,message:`Could not parse the date "${d}". Try using formats like "next Monday", "in 3 days", or "2024-01-15".`,success:false,error:"Invalid date"};let m=u.startDate&&u.endDate?Math.round((u.endDate.getTime()-u.startDate.getTime())/(1e3*60*60*24)):1,f=new Date(p);return f.setDate(f.getDate()+m),{type:"move_task",taskId:u.id,taskName:u.name,updates:{startDate:p,endDate:f},message:`Moved "${u.name}" to ${p.toLocaleDateString()}.`,success:true}}let n=r.match(/(?:extend|extender|extiende|alargar)\s+["""]?(.+?)["""]?\s+(?:by|por)\s+(.+)/i);if(n&&n[1]&&n[2]){let i=n[1].trim(),d=n[2].trim(),u=Hn(t,i),p=dd(d);if(!u)return {type:"resize_task",taskName:i,message:`Could not find a task named "${i}".`,success:false,error:"Task not found"};if(!p||!u.endDate)return {type:"resize_task",taskId:u.id,taskName:u.name,message:`Could not parse the duration "${d}".`,success:false,error:"Invalid duration"};let m=new Date(u.endDate);return m.setDate(m.getDate()+p),{type:"resize_task",taskId:u.id,taskName:u.name,updates:{endDate:m},message:`Extended "${u.name}" by ${p} days. New end date: ${m.toLocaleDateString()}.`,success:true}}let s=r.match(/(?:set|establecer|poner)\s+["""]?(.+?)["""]?\s+(?:progress|progreso)\s+(?:to|a|en)\s+(.+)/i);if(s&&s[1]&&s[2]){let i=s[1].trim(),d=s[2].trim(),u=Hn(t,i),p=ud(d);return u?p===null?{type:"set_progress",taskId:u.id,taskName:u.name,message:`Could not parse the progress value "${d}".`,success:false,error:"Invalid progress"}:{type:"set_progress",taskId:u.id,taskName:u.name,updates:{progress:p},message:`Set "${u.name}" progress to ${p}%.`,success:true}:{type:"set_progress",taskName:i,message:`Could not find a task named "${i}".`,success:false,error:"Task not found"}}let o=r.match(/(?:rename|renombrar|cambiar nombre de)\s+["""]?(.+?)["""]?\s+(?:to|a|por)\s+["""]?(.+?)["""]?$/i);if(o&&o[1]&&o[2]){let i=o[1].trim(),d=o[2].trim(),u=Hn(t,i);return u?{type:"rename_task",taskId:u.id,taskName:u.name,updates:{name:d},message:`Renamed "${u.name}" to "${d}".`,success:true}:{type:"rename_task",taskName:i,message:`Could not find a task named "${i}".`,success:false,error:"Task not found"}}let c=r.match(/(?:link|vincular|conectar)\s+["""]?(.+?)["""]?\s+(?:to|a|con)\s+["""]?(.+?)["""]?$/i);if(c&&c[1]&&c[2]){let i=c[1].trim(),d=c[2].trim(),u=Hn(t,i),p=Hn(t,d);return u?p?{type:"link_tasks",taskId:p.id,taskName:p.name,dependencyFrom:u.id,dependencyTo:p.id,message:`Linked "${u.name}" \u2192 "${p.name}".`,success:true}:{type:"link_tasks",taskName:d,message:`Could not find a task named "${d}".`,success:false,error:"Target task not found"}:{type:"link_tasks",taskName:i,message:`Could not find a task named "${i}".`,success:false,error:"Source task not found"}}let l=r.match(/(?:delete|eliminar|borrar|remove|quitar)\s+["""]?(.+?)["""]?$/i);if(l&&l[1]){let i=l[1].trim(),d=Hn(t,i);return d?{type:"delete_task",taskId:d.id,taskName:d.name,message:`Deleted "${d.name}".`,success:true}:{type:"delete_task",taskName:i,message:`Could not find a task named "${i}".`,success:false,error:"Task not found"}}return null}function sg(e){if(!e||typeof e!="object")return {type:"unknown",message:"Invalid response from AI",success:false,error:"Invalid response format"};let t=e;return {type:t.type||"unknown",taskId:typeof t.taskId=="string"?t.taskId:void 0,taskName:typeof t.taskName=="string"?t.taskName:void 0,updates:t.updates,newTask:t.newTask,dependencyFrom:typeof t.dependencyFrom=="string"?t.dependencyFrom:void 0,dependencyTo:typeof t.dependencyTo=="string"?t.dependencyTo:void 0,message:typeof t.message=="string"?t.message:"Command processed",success:typeof t.success=="boolean"?t.success:false,error:typeof t.error=="string"?t.error:void 0}}function Aw(e){if(e)switch(e.toUpperCase()){case "TODO":case "BLOCKED":return "todo";case "IN_PROGRESS":case "REVIEW":return "in-progress";case "DONE":return "completed";default:return "todo"}}function Iw(e){switch(e){case "todo":return "TODO";case "in-progress":return "IN_PROGRESS";case "completed":return "DONE";default:return e||"TODO"}}function cl(e,t=[],r=[]){let a=e.assignedUserIds?.map(d=>{let u=r.find(p=>p.id===d);return u?{name:u.name,initials:u.initials,color:u.color}:null}).filter(d=>d!==null),n=t.filter(d=>d.metadata?.parentCardId===e.id).map(d=>cl(d,t,r)),s;e.dependencies&&(typeof e.dependencies[0]=="string"?s=e.dependencies:s=e.dependencies.filter(d=>d.type==="finish-to-start").map(d=>d.taskId));let o=d=>{if(d)return typeof d=="string"?new Date(d):d},c=o(e.startDate),l=o(e.endDate),i=e.metadata?.isMilestone===true||c&&l&&Math.abs(l.getTime()-c.getTime())<=864e5;return {id:e.id,name:e.title,startDate:c,endDate:l,progress:e.progress||0,status:Aw(e.metadata?.status),assignees:a?.length?a:void 0,dependencies:s?.length?s:void 0,subtasks:n?.length?n:void 0,isExpanded:e.metadata?.isExpanded===true,isMilestone:i,isCriticalPath:e.metadata?.isCriticalPath===true}}function ig(e,t=[]){let r;return e.assignees&&e.assignees.length>0&&(r=e.assignees.map(a=>t.find(s=>s.name===a.name||s.initials===a.initials)?.id).filter(a=>a!==void 0)),{id:e.id,title:e.name,startDate:e.startDate,endDate:e.endDate,progress:e.progress,assignedUserIds:r?.length?r:void 0,metadata:{status:Iw(e.status),isExpanded:e.isExpanded,isMilestone:e.isMilestone,isCriticalPath:e.isCriticalPath}}}function lg(e,t=[]){return e.filter(a=>!a.metadata?.parentCardId).map(a=>cl(a,e,t))}var pd={columns:{name:"Task ID / Name",startDate:"Start Date",endDate:"End Date",progress:"Progress",status:"Status",assignees:"Assignees",priority:"Priority",actions:"Actions",estimatedTime:"Estimated",quotedTime:"Quoted",elapsedTime:"Executed",tags:"Tags",scheduleVariance:"Sched / Var",hoursBar:"Hours (Spent / Allocated)",teamLoad:"Team Load",blockers:"Blockers",weight:"Weight"},toolbar:{search:"Search",searchPlaceholder:"Search tasks...",filter:"Filter",clearFilters:"Clear Filters",export:"Export",columns:"Columns",newTask:"New Task"},filters:{status:"Status",assignees:"Assignees",dateRange:"Date Range",showCompleted:"Show Completed",all:"All",none:"None"},status:{todo:"To Do",inProgress:"In Progress",completed:"Completed"},actions:{edit:"Edit",delete:"Delete",duplicate:"Duplicate",viewDetails:"View Details"},empty:{noTasks:"No tasks yet",noResults:"No tasks match your filters",addFirstTask:"Add your first task"},pagination:{showing:"Showing",of:"of",tasks:"tasks",previous:"Previous",next:"Next"},bulk:{selected:"selected",delete:"Delete",move:"Move to",assignTo:"Assign to"}},md={columns:{name:"ID Tarea / Nombre",startDate:"Fecha Inicio",endDate:"Fecha Fin",progress:"Progreso",status:"Estado",assignees:"Asignados",priority:"Prioridad",actions:"Acciones",estimatedTime:"Estimado",quotedTime:"Ofertado",elapsedTime:"Ejecutado",tags:"Etiquetas",scheduleVariance:"Prog / Var",hoursBar:"Horas (Usado / Asignado)",teamLoad:"Equipo",blockers:"Bloqueantes",weight:"Peso"},toolbar:{search:"Buscar",searchPlaceholder:"Buscar tareas...",filter:"Filtrar",clearFilters:"Limpiar Filtros",export:"Exportar",columns:"Columnas",newTask:"Nueva Tarea"},filters:{status:"Estado",assignees:"Asignados",dateRange:"Rango de Fechas",showCompleted:"Mostrar Completadas",all:"Todos",none:"Ninguno"},status:{todo:"Por Hacer",inProgress:"En Progreso",completed:"Completado"},actions:{edit:"Editar",delete:"Eliminar",duplicate:"Duplicar",viewDetails:"Ver Detalles"},empty:{noTasks:"Sin tareas a\xFAn",noResults:"Ninguna tarea coincide con los filtros",addFirstTask:"Agrega tu primera tarea"},pagination:{showing:"Mostrando",of:"de",tasks:"tareas",previous:"Anterior",next:"Siguiente"},bulk:{selected:"seleccionadas",delete:"Eliminar",move:"Mover a",assignTo:"Asignar a"}},dl={en:pd,es:md};function gd(e){return dl[e]||dl.en}function ul(e,t){let r=gd(e);return t?{columns:{...r.columns,...t.columns},toolbar:{...r.toolbar,...t.toolbar},filters:{...r.filters,...t.filters},status:{...r.status,...t.status},actions:{...r.actions,...t.actions},empty:{...r.empty,...t.empty},pagination:{...r.pagination,...t.pagination},bulk:{...r.bulk,...t.bulk}}:r}var fd=[{value:"todo",icon:lucideReact.Circle,color:"text-gray-400"},{value:"in-progress",icon:lucideReact.PlayCircle,color:"text-[#3B9EFF]"},{value:"completed",icon:lucideReact.CheckCircle2,color:"text-[#3BF06E]"}];function cg(e){let t=e?.toLowerCase()||"todo";return t==="inprogress"||t==="in-progress"||t==="in_progress"?"in-progress":t==="completed"||t==="done"||t==="complete"?"completed":"todo"}function dg({value:e,onChange:t,isDark:r,translations:a,disabled:n=false}){let[s,o]=react.useState(false),c=react.useRef(null);react.useEffect(()=>{let m=f=>{c.current&&!c.current.contains(f.target)&&o(false);};return s&&document.addEventListener("mousedown",m),()=>document.removeEventListener("mousedown",m)},[s]);let l=cg(e),i=fd[0],d=fd.find(m=>m.value===l)??i,u=d.icon,p=m=>{switch(cg(m)){case "completed":return a.completed;case "in-progress":return a.inProgress;default:return a.todo}};return n||!t?jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx(u,{className:g("w-4 h-4 flex-shrink-0",d.color)}),jsxRuntime.jsx("span",{className:g("text-sm whitespace-nowrap",r?"text-white/60":"text-gray-500"),children:p(e)})]}):jsxRuntime.jsxs("div",{ref:c,className:"relative",children:[jsxRuntime.jsxs("button",{onClick:m=>{m.stopPropagation(),o(!s);},className:g("flex items-center gap-2 px-2 py-1 rounded transition-colors",r?"hover:bg-white/[0.05]":"hover:bg-gray-100"),children:[jsxRuntime.jsx(u,{className:g("w-4 h-4 flex-shrink-0",d.color)}),jsxRuntime.jsx("span",{className:g("text-sm whitespace-nowrap",r?"text-white/60":"text-gray-500"),children:p(e)}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:g("w-3 h-3",r?"text-white/30":"text-gray-400")})]}),s&&jsxRuntime.jsx("div",{className:g("absolute z-50 top-full left-0 mt-1 py-1 rounded-lg shadow-lg border min-w-[140px]",r?"bg-[#1A1A1A] border-[#222]":"bg-white border-gray-200"),children:fd.map(m=>{let f=m.icon;return jsxRuntime.jsxs("button",{onClick:x=>{x.stopPropagation(),t(m.value),o(false);},className:g("w-full flex items-center gap-2 px-3 py-2 text-sm transition-colors",r?"hover:bg-white/[0.05]":"hover:bg-gray-100",l===m.value&&(r?"bg-white/[0.03]":"bg-gray-50")),children:[jsxRuntime.jsx(f,{className:g("w-4 h-4",m.color)}),jsxRuntime.jsx("span",{className:r?"text-white":"text-gray-900",children:p(m.value)})]},m.value)})})]})}var bd=[{value:"urgent",label:{en:"Urgent",es:"Urgente"},color:"text-[#FF2D20]",bg:"bg-[#FF2D20]"},{value:"high",label:{en:"High",es:"Alta"},color:"text-[#FF2D20]",bg:"bg-[#FF2D20]"},{value:"medium",label:{en:"Medium",es:"Media"},color:"text-[#FFD60A]",bg:"bg-[#FFD60A]"},{value:"low",label:{en:"Low",es:"Baja"},color:"text-[#3B9EFF]",bg:"bg-[#3B9EFF]"},{value:"none",label:{en:"None",es:"Ninguna"},color:"text-gray-400",bg:"bg-gray-400"}];function pg({value:e="none",onChange:t,isDark:r,locale:a,disabled:n=false}){let[s,o]=react.useState(false),c=react.useRef(null);react.useEffect(()=>{let d=u=>{c.current&&!c.current.contains(u.target)&&o(false);};return s&&document.addEventListener("mousedown",d),()=>document.removeEventListener("mousedown",d)},[s]);let l=bd.find(d=>d.value===e)??bd[4],i=a==="es"?"es":"en";return n||!t?jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx(lucideReact.Flag,{className:g("w-4 h-4",l.color)}),jsxRuntime.jsx("span",{className:g("text-sm",r?"text-white/60":"text-gray-500"),children:l.label[i]})]}):jsxRuntime.jsxs("div",{ref:c,className:"relative",children:[jsxRuntime.jsxs("button",{onClick:d=>{d.stopPropagation(),o(!s);},className:g("flex items-center gap-2 px-2 py-1 rounded transition-colors",r?"hover:bg-white/[0.05]":"hover:bg-gray-100"),children:[jsxRuntime.jsx(lucideReact.Flag,{className:g("w-4 h-4",l.color)}),jsxRuntime.jsx("span",{className:g("text-sm",r?"text-white/60":"text-gray-500"),children:l.label[i]}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:g("w-3 h-3",r?"text-white/30":"text-gray-400")})]}),s&&jsxRuntime.jsx("div",{className:g("absolute z-50 top-full left-0 mt-1 py-1 rounded-lg shadow-lg border min-w-[120px]",r?"bg-[#1A1A1A] border-[#222]":"bg-white border-gray-200"),children:bd.map(d=>jsxRuntime.jsxs("button",{onClick:u=>{u.stopPropagation(),t(d.value),o(false);},className:g("w-full flex items-center gap-2 px-3 py-2 text-sm transition-colors",r?"hover:bg-white/[0.05]":"hover:bg-gray-100",e===d.value&&(r?"bg-white/[0.03]":"bg-gray-50")),children:[jsxRuntime.jsx("div",{className:g("w-2 h-2 rounded-full",d.bg)}),jsxRuntime.jsx("span",{className:r?"text-white":"text-gray-900",children:d.label[i]})]},d.value))})]})}function Qs(e){return e.split(" ").map(t=>t[0]).join("").toUpperCase().slice(0,2)}function hd(e){let t=["bg-[#00E5CC]","bg-green-500","bg-purple-500","bg-pink-500","bg-yellow-500","bg-red-500","bg-indigo-500","bg-[#00E5CC]"],r=0;for(let a=0;a<e.length;a++)r=e.charCodeAt(a)+((r<<5)-r);return t[Math.abs(r)%t.length]??"bg-[#00E5CC]"}function yd({value:e=[],availableUsers:t=[],onChange:r,isDark:a,locale:n,disabled:s=false}){let[o,c]=react.useState(false),[l,i]=react.useState(""),d=react.useRef(null),u=react.useRef(null);react.useEffect(()=>{let x=y=>{d.current&&!d.current.contains(y.target)&&(c(false),i(""));};return o&&document.addEventListener("mousedown",x),()=>document.removeEventListener("mousedown",x)},[o]),react.useEffect(()=>{o&&u.current&&u.current.focus();},[o]);let p=t.filter(x=>x.name.toLowerCase().includes(l.toLowerCase())),m=x=>e.some(y=>y.name===x),f=x=>{if(r){if(m(x.name))r(e.filter(y=>y.name!==x.name));else {let y={name:x.name,initials:Qs(x.name),color:x.color||hd(x.name).replace("bg-","").replace("-500",""),avatar:x.avatarUrl,id:x.id};r([...e,y]);}c(false),i("");}};return s||!r?e.length===0?jsxRuntime.jsx("span",{className:g("text-sm",a?"text-white/30":"text-gray-400"),children:"-"}):jsxRuntime.jsxs("div",{className:"flex items-center -space-x-2",children:[e.slice(0,3).map((x,y)=>jsxRuntime.jsx("div",{className:g("w-7 h-7 rounded-full flex items-center justify-center text-xs font-medium text-white border-2",a?"border-[#0D0D0D]":"border-white",!x.avatar&&hd(x.name)),style:x.color&&!x.avatar?{backgroundColor:x.color}:void 0,title:x.name,children:x.avatar?jsxRuntime.jsx("img",{src:x.avatar,alt:x.name,className:"w-full h-full rounded-full object-cover"}):x.initials||Qs(x.name)},`${x.name}-${y}`)),e.length>3&&jsxRuntime.jsxs("div",{className:g("w-7 h-7 rounded-full flex items-center justify-center text-xs font-medium border-2",a?"bg-[#1A1A1A] border-[#0D0D0D] text-white":"bg-gray-200 border-white text-gray-600"),children:["+",e.length-3]})]}):jsxRuntime.jsxs("div",{ref:d,className:"relative",children:[jsxRuntime.jsx("button",{onClick:x=>{x.stopPropagation(),c(!o);},className:g("flex items-center gap-1 px-2 py-1 rounded transition-colors",a?"hover:bg-white/[0.05]":"hover:bg-gray-100"),children:e.length===0?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(lucideReact.User,{className:g("w-4 h-4",a?"text-white/30":"text-gray-400")}),jsxRuntime.jsx(lucideReact.Plus,{className:g("w-3 h-3",a?"text-white/30":"text-gray-400")})]}):jsxRuntime.jsxs("div",{className:"flex items-center -space-x-1",children:[e.slice(0,2).map((x,y)=>jsxRuntime.jsx("div",{className:g("w-6 h-6 rounded-full flex items-center justify-center text-[10px] font-medium text-white border",a?"border-[#0D0D0D]":"border-white",!x.avatar&&hd(x.name)),style:x.color&&!x.avatar?{backgroundColor:x.color}:void 0,children:x.avatar?jsxRuntime.jsx("img",{src:x.avatar,alt:x.name,className:"w-full h-full rounded-full object-cover"}):x.initials||Qs(x.name)},`${x.name}-${y}`)),e.length>2&&jsxRuntime.jsxs("span",{className:g("text-xs ml-1",a?"text-white/60":"text-gray-500"),children:["+",e.length-2]})]})}),o&&jsxRuntime.jsxs("div",{className:"absolute z-50 top-full left-0 mt-1.5 rounded-lg overflow-hidden",style:{width:260,backgroundColor:a?"rgba(17, 17, 17, 0.98)":"rgba(255, 255, 255, 0.98)",border:`1px solid ${a?"rgba(255,255,255,0.10)":"rgba(0,0,0,0.1)"}`,boxShadow:a?"0 8px 24px rgba(0,0,0,0.5)":"0 8px 24px rgba(0,0,0,0.12)"},children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-1.5",style:{padding:"8px 10px",borderBottom:`1px solid ${a?"rgba(255,255,255,0.08)":"rgba(0,0,0,0.06)"}`},children:[jsxRuntime.jsx(lucideReact.Search,{className:"flex-shrink-0",style:{width:14,height:14,color:a?"rgba(255,255,255,0.20)":"#94A3B8"}}),jsxRuntime.jsx("input",{ref:u,type:"text",value:l,onChange:x=>i(x.target.value),placeholder:n==="es"?"Buscar miembros...":"Search members...",onClick:x=>x.stopPropagation(),style:{flex:1,fontSize:12,color:a?"rgba(255,255,255,0.92)":"#0F172A",backgroundColor:"transparent",border:"none",outline:"none",fontFamily:"Inter, sans-serif"}})]}),e.length>0&&jsxRuntime.jsx("div",{className:"flex flex-wrap gap-1",style:{padding:"6px 10px",borderBottom:`1px solid ${a?"rgba(255,255,255,0.08)":"rgba(0,0,0,0.06)"}`},children:e.map((x,y)=>jsxRuntime.jsxs("span",{className:"flex items-center gap-1",style:{fontSize:11,padding:"2px 6px 2px 4px",borderRadius:4,backgroundColor:x.color?`${x.color}20`:a?"rgba(255,255,255,0.08)":"rgba(0,0,0,0.06)",color:x.color||(a?"#fff":"#334155")},children:[jsxRuntime.jsx("span",{className:"flex items-center justify-center",style:{width:16,height:16,borderRadius:"50%",backgroundColor:x.color||"#00E5CC",fontSize:8,fontWeight:700,color:"#fff"},children:x.avatar?jsxRuntime.jsx("img",{src:x.avatar,alt:x.name,className:"w-full h-full rounded-full object-cover"}):x.initials||Qs(x.name)}),x.name.split(" ")[0],jsxRuntime.jsx("button",{onClick:b=>{b.stopPropagation(),r(e.filter(h=>h.name!==x.name));},className:"flex items-center justify-center",style:{width:14,height:14,borderRadius:3,border:"none",background:"transparent",color:"inherit",cursor:"pointer",opacity:.7},children:jsxRuntime.jsx(lucideReact.X,{style:{width:10,height:10}})})]},`${x.name}-${y}`))}),jsxRuntime.jsx("div",{style:{maxHeight:200,overflowY:"auto",padding:4},children:p.length===0?jsxRuntime.jsx("div",{style:{padding:"12px 10px",fontSize:12,color:a?"rgba(255,255,255,0.35)":"#94A3B8",textAlign:"center"},children:n==="es"?"No se encontraron miembros":"No members found"}):p.map(x=>{let y=m(x.name);return jsxRuntime.jsxs("button",{onClick:b=>{b.stopPropagation(),f(x);},className:"flex items-center w-full",style:{gap:8,padding:"6px 10px",borderRadius:4,border:"none",cursor:"pointer",backgroundColor:y?a?"rgba(0, 229, 204, 0.12)":"rgba(0, 229, 204, 0.08)":"transparent",color:a?"rgba(255,255,255,0.92)":"#0F172A",fontSize:12,textAlign:"left",transition:"background-color 0.1s"},onMouseEnter:b=>{y||(b.currentTarget.style.backgroundColor=a?"rgba(255,255,255,0.06)":"rgba(0,0,0,0.04)");},onMouseLeave:b=>{y||(b.currentTarget.style.backgroundColor="transparent");},children:[jsxRuntime.jsx("div",{className:"flex items-center justify-center flex-shrink-0",style:{width:24,height:24,borderRadius:"50%",backgroundColor:x.color||"#00E5CC",fontSize:9,fontWeight:700,color:"#fff"},children:x.avatarUrl?jsxRuntime.jsx("img",{src:x.avatarUrl,alt:x.name,className:"w-full h-full rounded-full object-cover"}):Qs(x.name)}),jsxRuntime.jsx("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:x.name}),y&&jsxRuntime.jsx("div",{className:"flex items-center justify-center",style:{width:16,height:16,borderRadius:4,backgroundColor:"rgba(96, 165, 250, 0.2)"},children:jsxRuntime.jsx("div",{style:{width:8,height:8,borderRadius:2,backgroundColor:"#60A5FA"}})})]},x.id)})})]})]})}function yg({startDate:e,endDate:t,onChange:r,singleDateMode:a=false,singleDateField:n="end",isDark:s,locale:o,disabled:c=false,placeholder:l}){let[i,d]=react.useState(false),[u,p]=react.useState(n),[m,f]=react.useState(()=>{let T=n==="start"?e:t;if(T){let Y=T instanceof Date?T:new Date(T);return new Date(Y.getFullYear(),Y.getMonth(),1)}return new Date(new Date().getFullYear(),new Date().getMonth(),1)}),x=react.useRef(null),y=react.useRef(null),b=react.useRef(null),[h,v]=react.useState(null),w=e?e instanceof Date?e:new Date(e):null,C=t?t instanceof Date?t:new Date(t):null;react.useEffect(()=>{let T=Y=>{let H=Y.target;x.current&&x.current.contains(H)||b.current&&b.current.contains(H)||d(false);};return i&&document.addEventListener("mousedown",T),()=>document.removeEventListener("mousedown",T)},[i]),react.useLayoutEffect(()=>{if(!i){v(null);return}let T=()=>{let Y=y.current?.getBoundingClientRect();if(!Y)return;let H=520,ee=360,I=window.innerHeight-Y.bottom,K=I<ee&&Y.top>I,j=K?Y.top-4:Y.bottom+4,W=Math.min(Math.max(Y.left,8),window.innerWidth-H-8);v({top:j,left:W,flipUp:K});};return T(),window.addEventListener("scroll",T,true),window.addEventListener("resize",T),()=>{window.removeEventListener("scroll",T,true),window.removeEventListener("resize",T);}},[i]),react.useEffect(()=>{i&&p(a?n:"start");},[i,a,n]);let S=T=>T?T.toLocaleDateString(o==="es"?"es-ES":"en-US",{day:"numeric",month:"short"}):l||"-",F=react.useCallback(()=>{let T=m.getFullYear(),Y=m.getMonth(),H=new Date(T,Y,1),I=new Date(T,Y+1,0).getDate(),K=H.getDay(),j=[],$=new Date(T,Y,0).getDate();for(let We=K-1;We>=0;We--)j.push({date:new Date(T,Y-1,$-We),isCurrentMonth:false});for(let We=1;We<=I;We++)j.push({date:new Date(T,Y,We),isCurrentMonth:true});let ve=42-j.length;for(let We=1;We<=ve;We++)j.push({date:new Date(T,Y+1,We),isCurrentMonth:false});return j},[m]),k=T=>{if(a)n==="start"?r(T,C||void 0):r(w||void 0,T),d(false);else if(u==="start"){let Y=C&&T>C?T:C;r(T,Y||void 0),p("end");}else {let Y=w&&T<w?T:w;r(Y||void 0,T),d(false);}},N=()=>{let T=new Date,Y=new Date(T);Y.setDate(T.getDate()+1);let H=new Date(T);H.setDate(T.getDate()+((6-T.getDay()+7)%7||7));let ee=new Date(T);ee.setDate(T.getDate()+((1-T.getDay()+7)%7||7));let I=new Date(T);I.setDate(T.getDate()+(6-T.getDay()+7)%7+7);let K=new Date(T);K.setDate(T.getDate()+14);let j=new Date(T);return j.setDate(T.getDate()+28),[{label:o==="es"?"Hoy":"Today",date:T,display:T.toLocaleDateString(o==="es"?"es-ES":"en-US",{weekday:"short"}).slice(0,3)+"."},{label:o==="es"?"Ma\xF1ana":"Tomorrow",date:Y,display:Y.toLocaleDateString(o==="es"?"es-ES":"en-US",{weekday:"short"}).slice(0,3)+"."},{label:o==="es"?"Este fin de semana":"This weekend",date:H,display:o==="es"?"s\xE1b.":"sat."},{label:o==="es"?"Pr\xF3xima semana":"Next week",date:ee,display:o==="es"?"lun.":"mon."},{label:o==="es"?"Pr\xF3ximo fin de semana":"Next weekend",date:I,display:I.toLocaleDateString(o==="es"?"es-ES":"en-US",{day:"numeric",month:"short"})},{label:o==="es"?"2 semanas":"2 weeks",date:K,display:K.toLocaleDateString(o==="es"?"es-ES":"en-US",{day:"numeric",month:"short"})},{label:o==="es"?"4 semanas":"4 weeks",date:j,display:j.toLocaleDateString(o==="es"?"es-ES":"en-US",{day:"numeric",month:"short"})}]};if(c){let T=a&&n==="start"?w:C;return jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx(lucideReact.Calendar,{className:g("w-4 h-4",s?"text-white/30":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm",s?"text-white/60":"text-gray-500"),children:S(T)})]})}let P=a&&n==="start"?w:C;return jsxRuntime.jsxs("div",{ref:x,className:"relative",children:[jsxRuntime.jsxs("button",{ref:y,onClick:T=>{T.stopPropagation(),d(!i);let Y=n==="start"?w:C;Y&&f(new Date(Y.getFullYear(),Y.getMonth(),1));},className:g("flex items-center gap-2 px-2 py-1 rounded transition-colors",s?"hover:bg-white/[0.05]":"hover:bg-gray-100"),children:[jsxRuntime.jsx(lucideReact.Calendar,{className:g("w-4 h-4",s?"text-white/30":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm",s?"text-white/60":"text-gray-500"),children:S(P)})]}),i&&h&&reactDom.createPortal(jsxRuntime.jsxs("div",{ref:b,className:g("rounded-xl shadow-2xl overflow-hidden flex",s?"bg-[#1A1A1A] border border-[#222]":"bg-white border border-gray-200"),style:{position:"fixed",top:h.flipUp?void 0:h.top,bottom:h.flipUp?window.innerHeight-h.top:void 0,left:h.left,zIndex:10001},onClick:T=>T.stopPropagation(),children:[jsxRuntime.jsxs("div",{className:g("w-44 py-2 border-r",s?"border-[#222]":"border-gray-200"),children:[N().map((T,Y)=>jsxRuntime.jsxs("button",{className:g("w-full flex items-center justify-between px-3 py-2 text-sm transition-colors",s?"hover:bg-white/[0.05] text-white":"hover:bg-gray-50 text-gray-900"),onClick:()=>k(T.date),children:[jsxRuntime.jsx("span",{children:T.label}),jsxRuntime.jsx("span",{className:g("text-xs",s?"text-white/30":"text-gray-400"),children:T.display})]},Y)),jsxRuntime.jsx("div",{className:g("border-t mt-2 pt-2",s?"border-[#222]":"border-gray-200"),children:jsxRuntime.jsxs("button",{onClick:()=>{a?n==="start"?r(void 0,C||void 0):r(w||void 0,void 0):r(void 0,void 0),d(false);},className:g("w-full flex items-center justify-between px-3 py-2 text-sm transition-colors",s?"hover:bg-white/[0.05] text-red-400":"hover:bg-gray-50 text-red-500"),children:[jsxRuntime.jsx("span",{children:o==="es"?"Quitar fecha":"Clear date"}),jsxRuntime.jsx(lucideReact.X,{className:"w-4 h-4 opacity-50"})]})})]}),jsxRuntime.jsxs("div",{className:"p-4",children:[!a&&jsxRuntime.jsx("div",{className:g("text-xs mb-3 px-2 py-1 rounded",s?"bg-white/[0.03] text-white/60":"bg-gray-100 text-gray-600"),children:u==="start"?o==="es"?"\u{1F4C5} Selecciona fecha de inicio":"\u{1F4C5} Select start date":o==="es"?"\u{1F4C5} Selecciona fecha de fin":"\u{1F4C5} Select end date"}),jsxRuntime.jsxs("div",{className:"flex items-center justify-between mb-4",children:[jsxRuntime.jsx("span",{className:g("font-medium",s?"text-white":"text-gray-900"),children:m.toLocaleDateString(o==="es"?"es-ES":"en-US",{month:"long",year:"numeric"})}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[jsxRuntime.jsx("button",{onClick:()=>f(new Date),className:g("p-1 rounded text-sm transition-colors",s?"hover:bg-white/[0.05] text-white":"hover:bg-gray-100 text-gray-700"),children:o==="es"?"Hoy":"Today"}),jsxRuntime.jsx("button",{onClick:()=>f(new Date(m.getFullYear(),m.getMonth()-1)),className:g("p-1 rounded",s?"hover:bg-white/[0.05]":"hover:bg-gray-100"),children:jsxRuntime.jsx(lucideReact.ChevronLeft,{className:g("w-4 h-4",s?"text-white":"text-gray-600")})}),jsxRuntime.jsx("button",{onClick:()=>f(new Date(m.getFullYear(),m.getMonth()+1)),className:g("p-1 rounded",s?"hover:bg-white/[0.05]":"hover:bg-gray-100"),children:jsxRuntime.jsx(lucideReact.ChevronRight,{className:g("w-4 h-4",s?"text-white":"text-gray-600")})})]})]}),jsxRuntime.jsx("div",{className:"grid grid-cols-7 gap-1 mb-2",children:(o==="es"?["do","lu","ma","mi","ju","vi","s\xE1"]:["su","mo","tu","we","th","fr","sa"]).map(T=>jsxRuntime.jsx("div",{className:g("w-8 h-8 flex items-center justify-center text-xs",s?"text-white/30":"text-gray-400"),children:T},T))}),jsxRuntime.jsx("div",{className:"grid grid-cols-7 gap-1",children:F().map((T,Y)=>{let H=T.date.toDateString()===new Date().toDateString(),ee=w?.toDateString()===T.date.toDateString(),I=C?.toDateString()===T.date.toDateString(),K=ee||I,j=!a&&w&&C&&T.date>=w&&T.date<=C;return jsxRuntime.jsx("button",{onClick:()=>k(new Date(T.date)),className:g("w-8 h-8 rounded-full flex items-center justify-center text-sm transition-colors",!T.isCurrentMonth&&(s?"text-white/20":"text-gray-300"),T.isCurrentMonth&&(s?"text-white":"text-gray-900"),H&&"ring-2 ring-[#00E5CC]",ee&&"bg-[#00E5CC] text-white",I&&!ee&&"bg-[#7C3AED] text-white",j&&!K&&(s?"bg-[#7C3AED]/20":"bg-purple-100"),!K&&(s?"hover:bg-white/[0.05]":"hover:bg-gray-100")),children:T.date.getDate()},Y)})})]})]}),document.body)]})}function fl({value:e,onChange:t,isDark:r,locale:a,disabled:n=false,dateField:s="end",startDate:o,endDate:c}){let l=e?e instanceof Date?e:new Date(e):null;return jsxRuntime.jsx(yg,{startDate:s==="start"?l:o||null,endDate:s==="end"?l:c||null,onChange:(p,m)=>{t&&t(s==="start"?p:m);},singleDateMode:true,singleDateField:s,isDark:r,locale:a,disabled:n||!t,placeholder:"-"})}function ms(e=600){let[t,r]=react.useState(false),a=react.useRef(null),n=react.useCallback(()=>{a.current&&clearTimeout(a.current),r(true),a.current=setTimeout(()=>{r(false);},e);},[e]);return react.useEffect(()=>()=>{a.current&&clearTimeout(a.current);},[]),{isFlashing:t,triggerFlash:n}}function bl(e,t={}){let{enabled:r=true,duration:a=400,steps:n=8}=t,[s,o]=react.useState(e),[c,l]=react.useState(false),i=react.useRef(e),d=react.useRef([]);return react.useEffect(()=>{if(d.current.forEach(clearTimeout),d.current=[],!r||e===i.current||e===void 0){o(e),i.current=e;return}let u=i.current??0,p=e,m=p-u,f=a/n;l(true);for(let x=1;x<=n;x++){let y=setTimeout(()=>{let b=x/n,h=1-Math.pow(1-b,3),v=Math.round(u+m*h);o(v),x===n&&(l(false),o(p));},f*x);d.current.push(y);}return i.current=e,()=>{d.current.forEach(clearTimeout),d.current=[];}},[e,r,a,n]),{displayValue:s,isAnimating:c}}function xg(e,t={}){let{delay:r=1500,onCancel:a}=t,[n,s]=react.useState(null),[o,c]=react.useState(0),l=react.useRef(null),i=react.useRef(null),d=react.useCallback(m=>{l.current&&clearTimeout(l.current),i.current&&clearInterval(i.current),s(m),c(0);let f=Date.now();i.current=setInterval(()=>{let x=Date.now()-f,y=Math.min(x/r*100,100);c(y);},16),l.current=setTimeout(()=>{i.current&&clearInterval(i.current),e?.(m),s(null),c(0);},r);},[r,e]),u=react.useCallback(()=>{l.current&&clearTimeout(l.current),i.current&&clearInterval(i.current),s(null),c(0),a?.();},[a]);return react.useEffect(()=>()=>{l.current&&clearTimeout(l.current),i.current&&clearInterval(i.current);},[]),{pendingValue:n,isPending:n!==null,progress:o,startChange:d,cancelChange:u}}function wg({value:e=0,onChange:t,isDark:r,disabled:a=false,enableSlotMachine:n=true,enableSaveFlash:s=true}){let[o,c]=react.useState(false),[l,i]=react.useState(""),d=react.useRef(null),{isFlashing:u,triggerFlash:p}=ms(),{displayValue:m,isAnimating:f}=bl(e,{enabled:n,duration:300,steps:6}),x=w=>{if(a||!t)return;w.stopPropagation();let C=w.currentTarget.getBoundingClientRect(),S=w.clientX-C.left,F=Math.round(S/C.width*100),k=Math.max(0,Math.min(100,F));k!==e&&(t(k),s&&p());},y=react.useCallback(w=>{a||!t||(w.stopPropagation(),i(String(e)),c(true));},[a,t,e]);react.useEffect(()=>{o&&d.current&&(d.current.focus(),d.current.select());},[o]);let b=react.useCallback(()=>{c(false);let w=parseInt(l,10);if(!isNaN(w)&&t){let C=Math.max(0,Math.min(100,w));C!==e&&(t(C),s&&p());}},[l,t,e,s,p]),h=react.useCallback(w=>{w.key==="Enter"&&b(),w.key==="Escape"&&c(false);},[b]),v=m??e;return jsxRuntime.jsxs("div",{className:g("flex items-center gap-2 w-full rounded px-1 py-0.5 transition-[background-color] duration-300",u&&(r?"bg-[#3BF06E]/30":"bg-[#3BF06E]/20")),children:[v>0?jsxRuntime.jsx("div",{onClick:x,className:g("flex-1 h-2 rounded-full overflow-hidden",r?"bg-white/[0.05]":"bg-gray-200",!a&&t&&"cursor-pointer"),children:jsxRuntime.jsx("div",{className:g("h-full rounded-full transition-[width]",v===100?"bg-[#3BF06E]":"bg-[#3B9EFF]",f&&"transition-none"),style:{width:`${v}%`}})}):jsxRuntime.jsx("div",{className:"flex-1"}),o?jsxRuntime.jsxs("div",{className:"flex items-center gap-0.5",onClick:w=>w.stopPropagation(),children:[jsxRuntime.jsx("input",{ref:d,value:l,onChange:w=>i(w.target.value.replace(/[^0-9]/g,"")),onBlur:b,onKeyDown:h,maxLength:3,className:g("w-8 text-xs text-right tabular-nums font-mono rounded border px-1 py-0 outline-none",r?"bg-white/10 border-white/20 text-white focus:border-[#00E5CC]":"bg-white border-gray-300 text-gray-900 focus:border-[#00E5CC]")}),jsxRuntime.jsx("span",{className:g("text-xs font-mono",r?"text-white/40":"text-gray-400"),children:"%"})]}):jsxRuntime.jsxs("span",{onClick:y,className:g("text-xs w-8 text-right tabular-nums font-mono rounded px-1",v===0?r?"text-[#6B7280]":"text-gray-400":r?"text-white/60":"text-gray-500",!a&&t&&"cursor-pointer hover:bg-white/[0.08]",f&&"font-medium scale-105"),title:!a&&t?"Click to edit":void 0,children:[v,"%"]})]})}function Tg({value:e="",onChange:t,isDark:r,placeholder:a="-",disabled:n=false}){let[s,o]=react.useState(false),[c,l]=react.useState(e),i=react.useRef(null);react.useEffect(()=>{s&&i.current&&(i.current.focus(),i.current.select());},[s]),react.useEffect(()=>{l(e);},[e]);let d=()=>{c!==e&&t?.(c),o(false);},u=p=>{p.key==="Enter"?d():p.key==="Escape"&&(l(e),o(false));};return n||!t?jsxRuntime.jsx("span",{className:g("text-sm truncate",r?"text-white/60":"text-gray-500"),children:e||a}):s?jsxRuntime.jsx("input",{ref:i,type:"text",value:c,onChange:p=>l(p.target.value),onBlur:d,onKeyDown:u,onClick:p=>p.stopPropagation(),className:g("w-full px-2 py-1 text-sm rounded border outline-none",r?"bg-white/[0.03] border-[#00E5CC] text-white":"bg-white border-[#00E5CC] text-gray-900")}):jsxRuntime.jsx("button",{onClick:p=>{p.stopPropagation(),o(true);},className:g("text-sm truncate text-left w-full px-2 py-1 rounded transition-colors",r?"text-white/60 hover:bg-white/[0.05]":"text-gray-500 hover:bg-gray-100",!e&&(r?"text-white/30":"text-gray-400")),children:e||a})}function Sg({value:e,onChange:t,isDark:r,placeholder:a="-",min:n,max:s,disabled:o=false,enableSlotMachine:c=true,enableSaveFlash:l=true}){let[i,d]=react.useState(false),[u,p]=react.useState(e?.toString()||""),m=react.useRef(null),{isFlashing:f,triggerFlash:x}=ms(),{displayValue:y,isAnimating:b}=bl(e,{enabled:c&&!i});react.useEffect(()=>{i&&m.current&&(m.current.focus(),m.current.select());},[i]),react.useEffect(()=>{p(e?.toString()||"");},[e]);let h=()=>{let w=parseFloat(u);if(!isNaN(w)){let C=w;n!==void 0&&(C=Math.max(n,C)),s!==void 0&&(C=Math.min(s,C)),C!==e&&(t?.(C),l&&x());}d(false);},v=w=>{w.key==="Enter"?h():w.key==="Escape"&&(p(e?.toString()||""),d(false));};return o||!t?jsxRuntime.jsx("span",{className:g("text-sm font-mono",r?"text-white/60":"text-gray-500",b&&"font-medium"),children:y!==void 0?y:a}):i?jsxRuntime.jsx("input",{ref:m,type:"number",value:u,onChange:w=>p(w.target.value),onBlur:h,onKeyDown:v,onClick:w=>w.stopPropagation(),min:n,max:s,className:g("w-full px-2 py-1 text-sm rounded border outline-none",r?"bg-white/[0.03] border-[#00E5CC] text-white":"bg-white border-[#00E5CC] text-gray-900")}):jsxRuntime.jsx("button",{onClick:w=>{w.stopPropagation(),d(true);},className:g("text-sm text-left w-full px-2 py-1 rounded transition-[background-color] duration-300",r?"text-white/60 hover:bg-white/[0.05]":"text-gray-500 hover:bg-gray-100",y===void 0&&(r?"text-white/30":"text-gray-400"),f&&(r?"bg-green-500/30":"bg-green-500/20"),b&&"font-medium scale-105"),children:y!==void 0?y:a})}function Eg({value:e,options:t=[],onChange:r,isDark:a,placeholder:n="-",disabled:s=false}){let[o,c]=react.useState(false),l=react.useRef(null);return react.useEffect(()=>{let i=d=>{l.current&&!l.current.contains(d.target)&&c(false);};return o&&document.addEventListener("mousedown",i),()=>document.removeEventListener("mousedown",i)},[o]),s||!r?jsxRuntime.jsx("span",{className:g("text-sm",a?"text-white/60":"text-gray-500"),children:e||n}):jsxRuntime.jsxs("div",{ref:l,className:"relative",children:[jsxRuntime.jsxs("button",{onClick:i=>{i.stopPropagation(),c(!o);},className:g("flex items-center gap-2 px-2 py-1 rounded transition-colors min-w-[80px]",a?"hover:bg-white/[0.05]":"hover:bg-gray-100"),children:[jsxRuntime.jsx("span",{className:g("text-sm flex-1 text-left truncate",a?"text-white/60":"text-gray-500",!e&&(a?"text-white/30":"text-gray-400")),children:e||n}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:g("w-3 h-3 flex-shrink-0",a?"text-white/30":"text-gray-400")})]}),o&&jsxRuntime.jsx("div",{className:g("absolute z-50 top-full left-0 mt-1 py-1 rounded-lg shadow-lg border min-w-[120px] max-h-48 overflow-y-auto",a?"bg-[#1A1A1A] border-[#222]":"bg-white border-gray-200"),children:t.length===0?jsxRuntime.jsx("p",{className:g("px-3 py-2 text-sm",a?"text-white/30":"text-gray-400"),children:"No options"}):t.map(i=>jsxRuntime.jsxs("button",{onClick:d=>{d.stopPropagation(),r(i),c(false);},className:g("w-full flex items-center justify-between gap-2 px-3 py-2 text-sm transition-colors",a?"hover:bg-white/[0.05]":"hover:bg-gray-100",e===i&&(a?"bg-white/[0.03]":"bg-gray-50")),children:[jsxRuntime.jsx("span",{className:a?"text-white":"text-gray-900",children:i}),e===i&&jsxRuntime.jsx(lucideReact.Check,{className:"w-4 h-4 text-[#00E5CC]"})]},i))})]})}function Pg({value:e=false,onChange:t,isDark:r,disabled:a=false,enableDelayedConfirm:n=true,confirmDelay:s=1500}){let{pendingValue:o,isPending:c,progress:l,startChange:i,cancelChange:d}=xg(t,{delay:s}),u=m=>{m.stopPropagation(),!a&&t&&(n?c?d():i(!e):t(!e));},p=c?o:e;return jsxRuntime.jsxs("div",{className:"relative inline-flex items-center gap-1",children:[jsxRuntime.jsxs("button",{onClick:u,disabled:a||!t,className:g("relative w-5 h-5 rounded border-2 flex items-center justify-center transition-[border-color,background-color,box-shadow]",p?"bg-[#00E5CC] border-[#00E5CC]":r?"border-[#333] hover:border-[#6B7280]":"border-gray-300 hover:border-gray-400",(a||!t)&&"opacity-50 cursor-not-allowed",c&&"ring-2 ring-offset-1",c&&p&&"ring-green-500/50",c&&!p&&"ring-red-500/50",c&&(r?"ring-offset-[#050505]":"ring-offset-white")),children:[c&&jsxRuntime.jsx("svg",{className:"absolute inset-0 w-full h-full -rotate-90",viewBox:"0 0 20 20",children:jsxRuntime.jsx("circle",{cx:"10",cy:"10",r:"8",fill:"none",stroke:p?"#22C55E":"#EF4444",strokeWidth:"2",strokeDasharray:`${l/100*50.26} 50.26`,className:"transition-all duration-100"})}),c?jsxRuntime.jsx(lucideReact.Loader2,{className:"w-3 h-3 text-white animate-spin"}):p?jsxRuntime.jsx(lucideReact.Check,{className:"w-3 h-3 text-white"}):null]}),c&&jsxRuntime.jsx("button",{onClick:m=>{m.stopPropagation(),d();},className:g("w-4 h-4 rounded-full flex items-center justify-center transition-colors",r?"bg-red-500/20 hover:bg-red-500/40 text-red-400":"bg-red-100 hover:bg-red-200 text-red-500"),title:"Cancelar",children:jsxRuntime.jsx(lucideReact.X,{className:"w-3 h-3"})})]})}function Ag({value:e=[],isDark:t,maxVisible:r=2}){if(e.length===0)return jsxRuntime.jsx("span",{className:g("text-sm",t?"text-white/30":"text-gray-400"),children:"-"});let a=e.slice(0,r),n=e.length-r;return jsxRuntime.jsxs("div",{className:"flex items-center gap-1 flex-wrap",children:[a.map(s=>jsxRuntime.jsx("span",{className:"inline-flex items-center px-2 py-0.5 text-[9px] font-mono uppercase tracking-wide rounded",style:{backgroundColor:s.color?`${s.color}20`:t?"rgba(255,255,255,0.05)":"#F3F4F6",color:s.color||(t?"rgba(255,255,255,0.5)":"#6B7280")},children:s.name},s.id)),n>0&&jsxRuntime.jsxs("span",{className:g("inline-flex items-center px-2 py-0.5 text-xs rounded-full",t?"bg-white/[0.05] text-white/60":"bg-gray-100 text-gray-500"),children:["+",n]})]})}function yk(e,t="en"){if(e==null||e===0||!e||Number(e)===0)return "-";let r=Math.floor(e/60),a=e%60;return r===0?`${a}m`:a===0?`${r}h`:`${r}h ${a}m`}function xk(e){let t=e.trim().toLowerCase();if(!t||t==="-")return null;let r=t.match(/^(\d+):(\d+)$/);if(r&&r[1]&&r[2]){let c=parseInt(r[1],10),l=parseInt(r[2],10);return c*60+l}let a=t.match(/^(\d+\.?\d*)\s*h\s*(\d+)?\s*(m|min)?$/);if(a&&a[1]){let c=parseFloat(a[1]),l=a[2]?parseInt(a[2],10):0;return Math.round(c*60)+l}let n=t.match(/^(\d+\.?\d*)\s*h$/);if(n&&n[1])return Math.round(parseFloat(n[1])*60);let s=t.match(/^(\d+)\s*(m|min)$/);if(s&&s[1])return parseInt(s[1],10);let o=parseFloat(t);return isNaN(o)?null:Math.round(o*60)}function Aa({value:e,onChange:t,isDark:r,locale:a="en",placeholder:n,disabled:s=false,enableSaveFlash:o=true,isBlurred:c=false,lens:l="hours",hourlyRate:i=0,financialOverride:d}){let[u,p]=react.useState(false),[m,f]=react.useState(""),x=react.useRef(null),{isFlashing:y,triggerFlash:b}=ms(),h=l==="financial"&&(i>0||d!=null),v=d??(e?e/60*i:0),w=h&&(d!=null?d>0:e)?`$${Math.round(v).toLocaleString("en-US")}`:yk(e,a);react.useEffect(()=>{u&&x.current&&(x.current.focus(),x.current.select());},[u]),react.useEffect(()=>{if(e){let k=Math.floor(e/60),N=e%60;k>0&&N>0?f(`${k}h ${N}m`):k>0?f(`${k}h`):f(`${N}m`);}else f("");},[e,u]);let C=()=>{let k=xk(m);k!==e&&(t?.(k),o&&b()),p(false);},S=k=>{k.key==="Enter"?C():k.key==="Escape"&&p(false);};if(c)return jsxRuntime.jsxs("div",{className:"flex items-center gap-1.5",title:a==="es"?"No tienes permisos para ver este dato":"You don't have permission to view this data",children:[jsxRuntime.jsx(lucideReact.Clock,{className:g("w-3.5 h-3.5 flex-shrink-0",r?"text-white/30":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm select-none blur-[4px] opacity-60 pointer-events-none",r?"text-white/60":"text-gray-500"),"aria-hidden":"true",children:"\u2022\u2022\u2022\u2022"})]});let F=h?lucideReact.DollarSign:lucideReact.Clock;return s||!t?!e||e===0?null:jsxRuntime.jsxs("div",{className:"flex items-center justify-center gap-1.5",children:[jsxRuntime.jsx(F,{className:g("w-3.5 h-3.5 flex-shrink-0",r?"text-white/30":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("text-sm font-mono",r?"text-white/60":"text-gray-500"),children:w})]}):u?jsxRuntime.jsx("input",{ref:x,type:"text",value:m,onChange:k=>f(k.target.value),onBlur:C,onKeyDown:S,onClick:k=>k.stopPropagation(),placeholder:"8 (=8h), 1h 30m",className:g("w-full px-2 py-1 text-sm rounded border outline-none",r?"bg-white/[0.03] border-[#00E5CC] text-white placeholder:text-white/30":"bg-white border-[#00E5CC] text-gray-900 placeholder:text-gray-400")}):jsxRuntime.jsxs("button",{onClick:k=>{k.stopPropagation(),p(true);},className:g("flex items-center justify-center gap-1 text-sm w-full px-1.5 py-1 rounded transition-[background-color] duration-300 overflow-hidden",r?"hover:bg-white/[0.05]":"hover:bg-gray-100",e!=null&&e>0?r?"text-white/60":"text-gray-600":r?"text-white/30":"text-gray-400",y&&(r?"bg-green-500/30":"bg-green-500/20")),children:[e!=null&&e>0&&jsxRuntime.jsx(F,{className:g("w-3 h-3 flex-shrink-0",r?"text-white/30":"text-gray-400")}),jsxRuntime.jsx("span",{className:"truncate font-mono",children:w})]})}function $g({startDate:e,endDate:t,scheduleVariance:r,isDark:a,locale:n="en",hasTimeAllocated:s=true}){if(!e&&!t)return jsxRuntime.jsx("span",{className:g("text-[11px] font-mono",a?"text-white/30":"text-gray-400"),children:"-"});let o=l=>l.toLocaleDateString(n==="es"?"es-ES":"en-US",{month:"short",day:"numeric"}),c=()=>{if(r==null)return null;let l=n==="es";return r===0?s?jsxRuntime.jsx("span",{className:"font-mono",style:{fontSize:"10px",color:"#10B981",fontWeight:600},children:l?"En Tiempo":"On Track"}):jsxRuntime.jsx("span",{className:"font-mono",style:{fontSize:"10px",color:a?"rgba(255,255,255,0.3)":"#94A3B8",fontWeight:500},children:l?"Tiempo no asignado":"No time allocated"}):r>0?jsxRuntime.jsxs("span",{className:"font-mono",style:{fontSize:"10px",color:"#3BF06E",fontWeight:600},children:["+",r,"d ",l?"Adelante":"Early"]}):jsxRuntime.jsxs("span",{className:"font-mono",style:{fontSize:"10px",color:"#F87171",fontWeight:600},children:[r,"d ",l?"Atraso":"Delay"]})};return jsxRuntime.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"2px"},children:[jsxRuntime.jsxs("span",{className:g("text-[11px] font-mono",a?"text-white/60":"text-gray-500"),children:[e?o(e):"\u2014",jsxRuntime.jsx("span",{className:a?"text-white/20 mx-1":"text-gray-300 mx-1",children:"vs"}),t?o(t):"\u2014"]}),c()]})}function Hg({task:e,isDark:t,locale:r="en",onLogTime:a,onEstimateUpdate:n,onSoldEffortUpdate:s,onOpenTimeLog:o,lens:c="hours",hourlyRate:l=0}){let i=r==="es",d=c==="financial"&&l>0,u=j=>d?`$${Math.round(j*l).toLocaleString("en-US")}`:`${j}h`,[p,m]=react.useState(false),[f,x]=react.useState(false),[y,b]=react.useState(null),h=react.useRef(null),v=e.timeLoggedMinutes||0,w=e.effortMinutes||0,C=e.soldEffortMinutes||0,S=Math.round(v/60*10)/10,F=Math.round(w/60*10)/10,k=w>0?v/w*100:0,N=k>100?Math.round((v-w)/60*10)/10:0,P=k>100?"#EF4444":"#00E5CC";react.useEffect(()=>{if(!f&&!y)return;let j=W=>{h.current&&!h.current.contains(W.target)&&(x(false),b(null));};return document.addEventListener("mousedown",j),()=>document.removeEventListener("mousedown",j)},[f,y]);let T=j=>{if(j.stopPropagation(),a&&!n&&!s){b("log");return}if(a||n||s){x(W=>!W),b(null);return}o&&o(e);},Y=j=>{x(false),b(j);},H=async(j,W)=>{y==="log"&&a&&j?a(e,j,W):y==="estimate"&&n?n(e,j):y==="quoted"&&s&&s(e,j),b(null);},ee=a||n||s||o,I=[{mode:"log",icon:lucideReact.Clock,label:i?"Registrar tiempo":"Log time",show:!!a},{mode:"estimate",icon:lucideReact.Target,label:i?"Estimaci\xF3n":"Estimate",show:!!n},{mode:"quoted",icon:lucideReact.DollarSign,label:i?"T. Ofertado":"Quoted time",show:!!s}].filter(j=>j.show),K=y==="estimate"?w:y==="quoted"?C:void 0;return w===0&&v===0&&C===0?jsxRuntime.jsxs("div",{ref:h,className:"relative flex items-center gap-2",onClick:j=>j.stopPropagation(),onMouseEnter:()=>m(true),onMouseLeave:()=>m(false),children:[jsxRuntime.jsx("span",{className:g("text-[11px] font-mono",t?"text-white/30":"text-gray-400"),children:"\u2014"}),p&&ee&&jsxRuntime.jsx("button",{onClick:T,className:"flex items-center justify-center w-6 h-6 rounded-md transition-colors",style:{color:t?"rgba(255,255,255,0.35)":"#9CA3AF",backgroundColor:"transparent"},onMouseEnter:j=>{j.currentTarget.style.color=t?"rgba(255,255,255,0.8)":"#374151",j.currentTarget.style.backgroundColor=t?"rgba(255,255,255,0.06)":"#F3F4F6";},onMouseLeave:j=>{j.currentTarget.style.color=t?"rgba(255,255,255,0.35)":"#9CA3AF",j.currentTarget.style.backgroundColor="transparent";},title:i?"+ Tiempo":"+ Time",children:jsxRuntime.jsx(lucideReact.Plus,{className:"w-3.5 h-3.5"})}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:f&&jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,scale:.95,y:-4},animate:{opacity:1,scale:1,y:0},exit:{opacity:0,scale:.95,y:-4},transition:{duration:.1},className:"absolute right-0 top-full mt-1 z-50",style:{background:t?"rgba(10,10,10,0.95)":"#FFFFFF",border:t?"1px solid rgba(255,255,255,0.10)":"1px solid #E5E7EB",borderRadius:8,boxShadow:t?"0 8px 32px rgba(0,0,0,0.6)":"0 8px 32px rgba(0,0,0,0.12)",backdropFilter:"blur(16px)",overflow:"hidden",minWidth:160},children:I.map(j=>jsxRuntime.jsxs("button",{onClick:W=>{W.stopPropagation(),Y(j.mode);},className:"w-full flex items-center gap-2 px-3 py-2 text-left transition-colors",style:{fontSize:11,fontFamily:"'JetBrains Mono', monospace",color:t?"rgba(255,255,255,0.7)":"#374151",background:"transparent",border:"none",cursor:"pointer"},onMouseEnter:W=>{W.target.style.background=t?"rgba(255,255,255,0.06)":"#F3F4F6";},onMouseLeave:W=>{W.target.style.background="transparent";},children:[jsxRuntime.jsx(j.icon,{style:{width:12,height:12,flexShrink:0,opacity:.5}}),j.label]},j.mode))})}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:y&&jsxRuntime.jsx("div",{className:"absolute right-0 top-full mt-1 z-50",children:jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,scale:.95,y:-4},animate:{opacity:1,scale:1,y:0},exit:{opacity:0,scale:.95,y:-4},transition:{duration:.12},children:jsxRuntime.jsx(xn,{mode:y,locale:r,isDark:t,currentValue:K||void 0,onSave:H,onClose:()=>b(null)})})})})]}):jsxRuntime.jsxs("div",{ref:h,className:"relative flex items-center gap-2 w-full",onClick:j=>j.stopPropagation(),onMouseEnter:()=>m(true),onMouseLeave:()=>m(false),children:[jsxRuntime.jsxs("div",{className:"flex flex-col gap-1 flex-1 min-w-0",style:{padding:"8px 12px",borderRadius:"4px",border:t?"1px solid #333":"1px solid #E5E7EB",backgroundColor:t?"#1A1A1A":"#F9FAFB"},children:[(()=>{let j=v===0,$=(w>0?v/w:0)>1.1;return jsxRuntime.jsxs("div",{className:"flex items-center gap-1.5",children:[jsxRuntime.jsx("span",{className:"font-mono",style:{fontSize:13,fontWeight:700,color:j?t?"#4B5563":"#9CA3AF":t?"#FFFFFF":"#111827"},children:u(S)}),w>0&&jsxRuntime.jsxs("span",{className:"font-mono",style:{fontSize:11,color:t?"rgba(255,255,255,0.3)":"#9CA3AF"},children:["/ ",u(F)]}),N>0&&jsxRuntime.jsxs("span",{className:"font-mono px-1.5 py-0.5 rounded",style:{fontSize:10,color:$?"#EF4444":t?"rgba(255,255,255,0.5)":"#6B7280",backgroundColor:$?"rgba(239,68,68,0.15)":"transparent"},children:["+",u(N)," ",i?"Excedido":"Over"]})]})})(),w>0&&jsxRuntime.jsx("div",{className:"w-full overflow-hidden",style:{height:3,backgroundColor:t?"#333":"#E5E7EB",borderRadius:2},children:jsxRuntime.jsx("div",{style:{height:"100%",width:`${Math.min(k,100)}%`,backgroundColor:P,borderRadius:2,transition:"width 0.3s"}})})]}),ee&&jsxRuntime.jsx("button",{onClick:T,className:"flex-shrink-0 flex items-center justify-center w-7 h-7 rounded-md transition-all duration-150",style:{opacity:p?1:0,pointerEvents:p?"auto":"none",color:t?"rgba(255,255,255,0.35)":"#9CA3AF",backgroundColor:"transparent",border:"none"},onMouseEnter:j=>{j.currentTarget.style.color=t?"rgba(255,255,255,0.8)":"#374151",j.currentTarget.style.backgroundColor=t?"rgba(255,255,255,0.06)":"#F3F4F6";},onMouseLeave:j=>{j.currentTarget.style.color=t?"rgba(255,255,255,0.35)":"#9CA3AF",j.currentTarget.style.backgroundColor="transparent";},title:i?"+ Tiempo":"+ Time",children:jsxRuntime.jsx(lucideReact.Plus,{className:"w-3.5 h-3.5"})}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:f&&jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,scale:.95,y:-4},animate:{opacity:1,scale:1,y:0},exit:{opacity:0,scale:.95,y:-4},transition:{duration:.1},className:"absolute right-0 top-full mt-1 z-50",style:{background:t?"rgba(10,10,10,0.95)":"#FFFFFF",border:t?"1px solid rgba(255,255,255,0.10)":"1px solid #E5E7EB",borderRadius:8,boxShadow:t?"0 8px 32px rgba(0,0,0,0.6)":"0 8px 32px rgba(0,0,0,0.12)",backdropFilter:"blur(16px)",overflow:"hidden",minWidth:160},children:I.map(j=>jsxRuntime.jsxs("button",{onClick:W=>{W.stopPropagation(),Y(j.mode);},className:"w-full flex items-center gap-2 px-3 py-2 text-left transition-colors",style:{fontSize:11,fontFamily:"'JetBrains Mono', monospace",color:t?"rgba(255,255,255,0.7)":"#374151",background:"transparent",border:"none",cursor:"pointer"},onMouseEnter:W=>{W.target.style.background=t?"rgba(255,255,255,0.06)":"#F3F4F6";},onMouseLeave:W=>{W.target.style.background="transparent";},children:[jsxRuntime.jsx(j.icon,{style:{width:12,height:12,flexShrink:0,opacity:.5}}),j.label]},j.mode))})}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:y&&jsxRuntime.jsx("div",{className:"absolute right-0 top-full mt-1 z-50",children:jsxRuntime.jsx(framerMotion.motion.div,{initial:{opacity:0,scale:.95,y:-4},animate:{opacity:1,scale:1,y:0},exit:{opacity:0,scale:.95,y:-4},transition:{duration:.12},children:jsxRuntime.jsx(xn,{mode:y,locale:r,isDark:t,currentValue:K||void 0,onSave:H,onClose:()=>b(null)})})})})]})}function Dk(e){let t=new Map;function r(a){if(a.assignees)for(let n of a.assignees)n.name&&!t.has(n.name)&&t.set(n.name,n);if(a.subtasks)for(let n of a.subtasks)r(n);}return r(e),Array.from(t.values())}function Sk(e){return e>100?{bg:"rgba(239,68,68,0.15)",text:"#EF4444"}:e>=86?{bg:"rgba(245,158,11,0.15)",text:"#F59E0B"}:e>=61?{bg:"rgba(0,229,204,0.15)",text:"#00E5CC"}:{bg:"rgba(34,197,94,0.15)",text:"#22C55E"}}function Ug({assignee:e,size:t=28,isDark:r}){let a=t===28?"w-7 h-7":t===24?"w-6 h-6":"w-5 h-5",n=t===28?"text-[10px]":"text-[9px]";return e.avatar?jsxRuntime.jsx("img",{src:e.avatar,alt:e.name,className:g(a,"rounded-full object-cover ring-1 flex-shrink-0",r?"ring-white/10":"ring-gray-200")}):jsxRuntime.jsx("div",{className:g(a,"rounded-full flex items-center justify-center font-bold text-white ring-1 flex-shrink-0",n,r?"ring-white/10":"ring-gray-200"),style:{backgroundColor:e.color||"#6B7280"},children:e.initials||e.name?.charAt(0)?.toUpperCase()||"?"})}function Wg({task:e,isDark:t,locale:r="en"}){let a=r==="es",n=!!e.hasChildren,s=e.assignees?.[0],o=e.teamLoad;if(n){let d=Dk(e);if(d.length===0)return null;let u=d.slice(0,3),p=d.length-3;return jsxRuntime.jsxs("div",{className:"flex items-center",children:[jsxRuntime.jsx("div",{className:"flex -space-x-2",children:u.map((m,f)=>jsxRuntime.jsx(Ug,{assignee:m,size:24,isDark:t},m.name+f))}),p>0&&jsxRuntime.jsxs("span",{className:g("ml-1 text-[10px] font-mono",t?"text-white/40":"text-gray-400"),title:d.slice(3).map(m=>m.name).join(", "),children:["+",p]})]})}if(!s)return jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx("div",{className:g("w-7 h-7 rounded-full flex items-center justify-center flex-shrink-0",t?"bg-white/5":"bg-gray-100"),children:jsxRuntime.jsx(lucideReact.User,{className:"w-3.5 h-3.5",style:{color:"#4B5563"}})}),jsxRuntime.jsx("span",{className:g("text-[11px]",t?"text-white/30":"text-gray-400"),children:a?"Sin asignar":"Unassigned"})]});let c=o?.percentage??0,l=!!o&&c>0,i=l?Sk(c):null;return jsxRuntime.jsxs("div",{className:"flex flex-col gap-1",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx(Ug,{assignee:s,size:28,isDark:t}),jsxRuntime.jsx("span",{className:g("text-[13px] truncate",t?"text-white":"text-gray-900"),style:{maxWidth:"100px"},children:s.name})]}),l&&i&&jsxRuntime.jsxs("span",{className:"px-1.5 py-0.5 rounded text-[10px] font-mono uppercase tracking-wide w-fit font-semibold",style:{backgroundColor:i.bg,color:i.text},children:[c,"% LOAD"]})]})}var Ek={critical:"bg-[#FF2D20]/15 text-[#FF2D20]",warning:"bg-[#FFD60A]/15 text-[#FFD60A]",info:"bg-[#3B9EFF]/15 text-[#3B9EFF]"};function Gg({blockers:e,isDark:t,locale:r="en"}){return !e||e.length===0?jsxRuntime.jsx("span",{className:g("text-[9px] font-mono uppercase tracking-wide",t?"text-white/20":"text-gray-400"),children:r==="es"?"Ninguno":"None"}):jsxRuntime.jsx("div",{className:"flex items-center gap-1 flex-wrap",children:e.map((a,n)=>jsxRuntime.jsxs("span",{className:g("px-1.5 py-0.5 rounded text-[9px] font-mono uppercase tracking-wide whitespace-nowrap",Ek[a.severity]),children:[a.type," #",a.id]},`${a.type}-${a.id}-${n}`))})}function Gk(e){return e.split(" ").map(t=>t[0]).join("").toUpperCase().slice(0,2)}function Vk(e){let t=["blue","green","purple","pink","yellow","red","indigo","teal"],r=0;for(let a=0;a<e.length;a++)r=e.charCodeAt(a)+((r<<5)-r);return t[Math.abs(r)%t.length]??"blue"}function Xg({state:e,onClose:t,isDark:r,locale:a,onTaskEdit:n,onTaskDuplicate:s,onTaskDelete:o,onTaskUpdate:c,onColumnHide:l,onColumnSort:i,availableUsers:d=[],onOpenTimeLog:u,onReportBlocker:p,onCopyTaskLink:m,onTaskMove:f,onTaskIndent:x,onTaskOutdent:y}){let b=react.useRef(null),h=a==="es"?_g.es:_g.en,[v,w]=react.useState({left:e.x,top:e.y});if(react.useLayoutEffect(()=>{w({left:e.x,top:e.y});let N=b.current;if(!N)return;let P=N.getBoundingClientRect(),T=8,Y=e.x,H=e.y;e.y+P.height>window.innerHeight-T&&(H=Math.max(T,e.y-P.height)),e.x+P.width>window.innerWidth-T&&(Y=Math.max(T,window.innerWidth-P.width-T)),(Y!==e.x||H!==e.y)&&w({left:Y,top:H});},[e.x,e.y,e.isOpen]),react.useEffect(()=>{let N=T=>{b.current&&!b.current.contains(T.target)&&t();},P=T=>{T.key==="Escape"&&t();};return document.addEventListener("mousedown",N),document.addEventListener("keydown",P),()=>{document.removeEventListener("mousedown",N),document.removeEventListener("keydown",P);}},[t]),!e.isOpen)return null;let C=()=>{if(!e.task)return [];let N=[];return n&&N.push({id:"edit",label:h.edit,icon:jsxRuntime.jsx(lucideReact.Edit3,{className:"w-4 h-4"}),onClick:()=>{n(e.task),t();}}),N.push({id:"sep1",label:"",icon:null,separator:true}),c&&(N.push({id:"status",label:h.changeStatus,icon:jsxRuntime.jsx(lucideReact.CheckCircle2,{className:"w-4 h-4"}),submenu:[{id:"status-todo",label:h.todo,icon:jsxRuntime.jsx(lucideReact.Circle,{className:"w-4 h-4 text-gray-400"}),onClick:()=>{c({...e.task,status:"todo",progress:0}),t();}},{id:"status-in-progress",label:h.inProgress,icon:jsxRuntime.jsx(lucideReact.PlayCircle,{className:"w-4 h-4 text-[#00E5CC]"}),onClick:()=>{c({...e.task,status:"in-progress",progress:e.task.progress||50}),t();}},{id:"status-completed",label:h.completed,icon:jsxRuntime.jsx(lucideReact.CheckCircle2,{className:"w-4 h-4 text-green-500"}),onClick:()=>{c({...e.task,status:"completed",progress:100}),t();}}]}),N.push({id:"priority",label:h.changePriority,icon:jsxRuntime.jsx(lucideReact.Flag,{className:"w-4 h-4"}),submenu:[{id:"priority-urgent",label:h.urgent,icon:jsxRuntime.jsx("div",{className:"w-3 h-3 rounded-full bg-red-500"}),onClick:()=>{c({...e.task,priority:"urgent"}),t();}},{id:"priority-high",label:h.high,icon:jsxRuntime.jsx("div",{className:"w-3 h-3 rounded-full bg-orange-500"}),onClick:()=>{c({...e.task,priority:"high"}),t();}},{id:"priority-medium",label:h.medium,icon:jsxRuntime.jsx("div",{className:"w-3 h-3 rounded-full bg-yellow-500"}),onClick:()=>{c({...e.task,priority:"medium"}),t();}},{id:"priority-low",label:h.low,icon:jsxRuntime.jsx("div",{className:"w-3 h-3 rounded-full bg-[#00E5CC]"}),onClick:()=>{c({...e.task,priority:"low"}),t();}}]}),d.length>0&&N.push({id:"assign",label:h.assignUser,icon:jsxRuntime.jsx(lucideReact.Users,{className:"w-4 h-4"}),submenu:d.slice(0,5).map(P=>({id:`assign-${P.id}`,label:P.name,icon:jsxRuntime.jsx("div",{className:"w-5 h-5 rounded-full flex items-center justify-center text-[10px] text-white bg-[#00E5CC]",children:P.name.charAt(0).toUpperCase()}),onClick:()=>{let T=e.task.assignees||[],H=T.some(ee=>ee.name===P.name)?T.filter(ee=>ee.name!==P.name):[...T,{name:P.name,initials:Gk(P.name),color:P.color||Vk(P.name),avatar:P.avatarUrl}];c({...e.task,assignees:H}),t();}}))})),u&&N.push({id:"log-time",label:h.logTime,icon:jsxRuntime.jsx(lucideReact.Clock,{className:"w-4 h-4"}),onClick:()=>{u(e.task),t();}}),p&&N.push({id:"report-blocker",label:h.reportBlocker,icon:jsxRuntime.jsx(lucideReact.AlertTriangle,{className:"w-4 h-4"}),onClick:()=>{p(e.task),t();}}),m&&N.push({id:"copy-link",label:h.copyLink,icon:jsxRuntime.jsx(lucideReact.Link2,{className:"w-4 h-4"}),onClick:()=>{m(e.task),t();}}),N.push({id:"sep2",label:"",icon:null,separator:true}),s&&N.push({id:"duplicate",label:h.duplicate,icon:jsxRuntime.jsx(lucideReact.Copy,{className:"w-4 h-4"}),onClick:()=>{s(e.task),t();}}),(f||x||y)&&(N.push({id:"sep3",label:"",icon:null,separator:true}),f&&(N.push({id:"move-up",label:h.moveUp,icon:jsxRuntime.jsx(lucideReact.ArrowUp,{className:"w-4 h-4"}),onClick:()=>{f(e.task.id,"up"),t();}}),N.push({id:"move-down",label:h.moveDown,icon:jsxRuntime.jsx(lucideReact.ArrowDown,{className:"w-4 h-4"}),onClick:()=>{f(e.task.id,"down"),t();}})),x&&N.push({id:"indent",label:h.indent,icon:jsxRuntime.jsx(lucideReact.ChevronRight,{className:"w-4 h-4"}),onClick:()=>{x(e.task.id),t();}}),y&&N.push({id:"outdent",label:h.outdent,icon:jsxRuntime.jsx(lucideReact.ArrowUp,{className:"w-4 h-4 -rotate-90"}),onClick:()=>{y(e.task.id),t();}})),o&&N.push({id:"delete",label:h.delete,icon:jsxRuntime.jsx(lucideReact.Trash2,{className:"w-4 h-4"}),danger:true,onClick:()=>{o(e.task.id),t();}}),N},S=()=>{if(!e.columnId)return [];let N=[];return i&&(N.push({id:"sort-asc",label:h.sortAsc,icon:jsxRuntime.jsx(lucideReact.ArrowUp,{className:"w-4 h-4"}),onClick:()=>{i(e.columnId,"asc"),t();}}),N.push({id:"sort-desc",label:h.sortDesc,icon:jsxRuntime.jsx(lucideReact.ArrowDown,{className:"w-4 h-4"}),onClick:()=>{i(e.columnId,"desc"),t();}})),l&&e.columnId!=="name"&&(N.push({id:"sep-hide",label:"",icon:null,separator:true}),N.push({id:"hide",label:h.hideColumn,icon:jsxRuntime.jsx(lucideReact.EyeOff,{className:"w-4 h-4"}),onClick:()=>{l(e.columnId),t();}})),N},F=e.type==="task"?C():S(),k={position:"fixed",left:v.left,top:v.top,zIndex:9999};return jsxRuntime.jsx("div",{ref:b,style:k,className:g("py-1 rounded-lg shadow-xl border min-w-[180px]",r?"bg-[#0D0D0D] border-[#222]":"bg-white border-gray-200"),children:F.map(N=>N.separator?jsxRuntime.jsx("div",{className:g("my-1 h-px",r?"bg-white/[0.05]":"bg-gray-200")},N.id):N.submenu?jsxRuntime.jsx(jk,{item:N,isDark:r},N.id):jsxRuntime.jsxs("button",{onClick:N.onClick,className:g("w-full flex items-center gap-3 px-3 py-2 text-sm transition-colors",r?"hover:bg-white/[0.05]":"hover:bg-gray-100",N.danger?"text-red-500 hover:text-red-600":r?"text-white":"text-gray-700"),children:[jsxRuntime.jsx("span",{className:g(N.danger?"text-red-500":r?"text-white/60":"text-gray-400"),children:N.icon}),N.label]},N.id))})}function jk({item:e,isDark:t}){let[r,a]=react.useState(false),n=react.useRef();return jsxRuntime.jsxs("div",{className:"relative",onMouseEnter:()=>{n.current&&clearTimeout(n.current),a(true);},onMouseLeave:()=>{n.current=setTimeout(()=>a(false),150);},children:[jsxRuntime.jsxs("button",{className:g("w-full flex items-center gap-3 px-3 py-2 text-sm transition-colors",t?"hover:bg-white/[0.05] text-white":"hover:bg-gray-100 text-gray-700"),children:[jsxRuntime.jsx("span",{className:t?"text-white/60":"text-gray-400",children:e.icon}),jsxRuntime.jsx("span",{className:"flex-1",children:e.label}),jsxRuntime.jsx(lucideReact.ChevronRight,{className:g("w-4 h-4",t?"text-white/30":"text-gray-400")})]}),r&&e.submenu&&jsxRuntime.jsx("div",{className:g("absolute left-full top-0 ml-1 py-1 rounded-lg shadow-xl border min-w-[160px]",t?"bg-[#0D0D0D] border-[#222]":"bg-white border-gray-200"),children:e.submenu.map(c=>jsxRuntime.jsxs("button",{onClick:c.onClick,className:g("w-full flex items-center gap-3 px-3 py-2 text-sm transition-colors",t?"hover:bg-white/[0.05] text-white":"hover:bg-gray-100 text-gray-700"),children:[jsxRuntime.jsx("span",{className:t?"text-white/60":"text-gray-400",children:c.icon}),c.label]},c.id))})]})}var _g={en:{edit:"Edit",changeStatus:"Change status",changePriority:"Change priority",assignUser:"Assign user",duplicate:"Duplicate",moveUp:"Move up",moveDown:"Move down",indent:"Make subtask",outdent:"Remove from parent",delete:"Delete",todo:"To Do",inProgress:"In Progress",completed:"Completed",urgent:"Urgent",high:"High",medium:"Medium",low:"Low",sortAsc:"Sort A \u2192 Z",sortDesc:"Sort Z \u2192 A",hideColumn:"Hide column",logTime:"Log Time",reportBlocker:"Report Blocker",copyLink:"Copy Link"},es:{edit:"Editar",changeStatus:"Cambiar estado",changePriority:"Cambiar prioridad",assignUser:"Asignar usuario",duplicate:"Duplicar",moveUp:"Mover arriba",moveDown:"Mover abajo",indent:"Convertir en subtarea",outdent:"Sacar de subtarea",delete:"Eliminar",todo:"Pendiente",inProgress:"En Progreso",completed:"Completado",urgent:"Urgente",high:"Alta",medium:"Media",low:"Baja",sortAsc:"Ordenar A \u2192 Z",sortDesc:"Ordenar Z \u2192 A",hideColumn:"Ocultar columna",logTime:"Registrar Tiempo",reportBlocker:"Reportar Bloqueante",copyLink:"Copiar Enlace"}};var n0={name:jsxRuntime.jsx(lucideReact.Type,{className:"w-4 h-4"}),status:jsxRuntime.jsx(lucideReact.CircleDot,{className:"w-4 h-4"}),priority:jsxRuntime.jsx(lucideReact.Flag,{className:"w-4 h-4"}),assignees:jsxRuntime.jsx(lucideReact.Users,{className:"w-4 h-4"}),startDate:jsxRuntime.jsx(lucideReact.Calendar,{className:"w-4 h-4"}),endDate:jsxRuntime.jsx(lucideReact.CalendarCheck,{className:"w-4 h-4"}),progress:jsxRuntime.jsx(lucideReact.BarChart,{className:"w-4 h-4"}),tags:jsxRuntime.jsx(lucideReact.Tag,{className:"w-4 h-4"}),estimatedTime:jsxRuntime.jsx(lucideReact.Clock,{className:"w-4 h-4"}),quotedTime:jsxRuntime.jsx(lucideReact.FileText,{className:"w-4 h-4"}),elapsedTime:jsxRuntime.jsx(lucideReact.Timer,{className:"w-4 h-4"}),effortMinutes:jsxRuntime.jsx(lucideReact.Clock,{className:"w-4 h-4"}),timeLoggedMinutes:jsxRuntime.jsx(lucideReact.Timer,{className:"w-4 h-4"}),soldEffortMinutes:jsxRuntime.jsx(lucideReact.FileText,{className:"w-4 h-4"}),scheduleVariance:jsxRuntime.jsx(lucideReact.CalendarClock,{className:"w-4 h-4"}),hoursBar:jsxRuntime.jsx(lucideReact.BarChart3,{className:"w-4 h-4"}),teamLoad:jsxRuntime.jsx(lucideReact.Users,{className:"w-4 h-4"}),blockers:jsxRuntime.jsx(lucideReact.AlertTriangle,{className:"w-4 h-4"}),weight:jsxRuntime.jsx(lucideReact.BarChart,{className:"w-4 h-4"}),text:jsxRuntime.jsx(lucideReact.Type,{className:"w-4 h-4"}),number:jsxRuntime.jsx(lucideReact.Hash,{className:"w-4 h-4"}),date:jsxRuntime.jsx(lucideReact.Calendar,{className:"w-4 h-4"}),dropdown:jsxRuntime.jsx(lucideReact.ChevronDown,{className:"w-4 h-4"}),checkbox:jsxRuntime.jsx(lucideReact.CheckSquare,{className:"w-4 h-4"})},l1=["name","status","priority","startDate","endDate","progress","tags","effortMinutes","timeLoggedMinutes","soldEffortMinutes","weight"];function s0({isOpen:e,onClose:t,columns:r,customFields:a=[],onColumnsChange:n,onCreateCustomField:s,isDark:o,locale:c}){let[l,i]=react.useState(""),[d,u]=react.useState(null),[p,m]=react.useState(null),f=react.useRef(null),x=c==="es"?o0.es:o0.en;react.useLayoutEffect(()=>{if(!e||!f.current)return;let F=()=>{if(!f.current)return;let k=f.current.parentElement;if(k){let Y=k.getBoundingClientRect();m({top:Y.bottom+4,right:window.innerWidth-Y.right});}let N=f.current.getBoundingClientRect(),T=window.innerHeight-N.top-20;u(Math.max(300,T));};return requestAnimationFrame(F),window.addEventListener("resize",F),()=>window.removeEventListener("resize",F)},[e]),react.useEffect(()=>{if(!e)return;let F=setTimeout(()=>{let k=P=>{f.current&&!f.current.contains(P.target)&&t();},N=P=>{P.key==="Escape"&&t();};document.addEventListener("mousedown",k),document.addEventListener("keydown",N),f._cleanup=()=>{document.removeEventListener("mousedown",k),document.removeEventListener("keydown",N);};},100);return ()=>{clearTimeout(F),f._cleanup&&f._cleanup();}},[e,t]);let y=react.useMemo(()=>{let F=new Set([...l1]);return r.forEach(k=>{k.type&&k.type!=="assignees"&&F.add(k.type);}),Array.from(F)},[r]);if(!e)return null;let b=F=>{let k=x.columns[F];if(k)return k;let N=r.find(P=>P.type===F);return N?.label?N.label:F},h=F=>{if(F==="name")return;let k=r.map(N=>N.id===F?{...N,visible:!N.visible}:N);n(k);},v=(F,k)=>{let N=r.find(T=>T.type===F&&(!k||T.customFieldId===k));if(N){h(N.id);return}let P={id:k||F,type:F,label:k?a.find(T=>T.id===k)?.name||F:b(F),width:120,visible:true,sortable:true,resizable:true,customFieldId:k};n([...r,P]);},w=y.filter(F=>F!=="assignees"&&b(F).toLowerCase().includes(l.toLowerCase())),C=a.filter(F=>F.name.toLowerCase().includes(l.toLowerCase())),S=o?"#00E5FF":"#00E5CC";return jsxRuntime.jsxs("div",{ref:f,style:{...d?{maxHeight:`${d}px`}:{},...p?{top:p.top,right:p.right}:{},background:o?"#111114":"#FFFFFF",border:`1px solid ${o?"rgba(255,255,255,0.06)":"rgba(0,0,0,0.08)"}`,boxShadow:o?"0 8px 32px rgba(0,0,0,0.7)":"0 8px 32px rgba(0,0,0,0.12)",zIndex:99999},className:"fixed w-64 rounded-xl flex flex-col",children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between px-3.5 py-2.5",style:{borderBottom:`1px solid ${o?"rgba(255,255,255,0.06)":"rgba(0,0,0,0.06)"}`},children:[jsxRuntime.jsx("span",{style:{fontSize:10,fontWeight:600,letterSpacing:"0.08em",color:o?"rgba(255,255,255,0.4)":"rgba(0,0,0,0.35)",fontFamily:"JetBrains Mono, monospace"},children:x.title.toUpperCase()}),jsxRuntime.jsx("button",{onClick:t,className:"w-6 h-6 rounded-md flex items-center justify-center transition-colors",style:{color:o?"rgba(255,255,255,0.3)":"rgba(0,0,0,0.3)"},onMouseEnter:F=>{F.currentTarget.style.backgroundColor=o?"rgba(255,255,255,0.06)":"rgba(0,0,0,0.05)",F.currentTarget.style.color=o?"rgba(255,255,255,0.7)":"rgba(0,0,0,0.6)";},onMouseLeave:F=>{F.currentTarget.style.backgroundColor="transparent",F.currentTarget.style.color=o?"rgba(255,255,255,0.3)":"rgba(0,0,0,0.3)";},children:jsxRuntime.jsx(lucideReact.X,{className:"w-3.5 h-3.5"})})]}),jsxRuntime.jsx("div",{className:"px-3 py-2",children:jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx(lucideReact.Search,{className:"absolute left-2.5 top-1/2 -translate-y-1/2 w-3.5 h-3.5",style:{color:o?"rgba(255,255,255,0.2)":"rgba(0,0,0,0.25)"}}),jsxRuntime.jsx("input",{type:"text",value:l,onChange:F=>i(F.target.value),placeholder:x.searchPlaceholder,style:{fontSize:12,background:o?"rgba(255,255,255,0.04)":"rgba(0,0,0,0.03)",border:`1px solid ${o?"rgba(255,255,255,0.06)":"rgba(0,0,0,0.06)"}`,color:o?"rgba(255,255,255,0.85)":"rgba(0,0,0,0.8)"},className:"w-full pl-8 pr-3 py-1.5 rounded-lg outline-none placeholder:opacity-40 transition-colors focus:border-[var(--focus-border)]",ref:F=>{F&&F.style.setProperty("--focus-border",S);},onFocus:F=>{F.currentTarget.style.borderColor=S,F.currentTarget.style.background=o?"rgba(255,255,255,0.06)":"rgba(0,0,0,0.04)";},onBlur:F=>{F.currentTarget.style.borderColor=o?"rgba(255,255,255,0.06)":"rgba(0,0,0,0.06)",F.currentTarget.style.background=o?"rgba(255,255,255,0.04)":"rgba(0,0,0,0.03)";}})]})}),jsxRuntime.jsxs("div",{className:"overflow-y-auto flex-1 min-h-0 overscroll-contain px-2 pb-2",onWheel:F=>F.stopPropagation(),children:[jsxRuntime.jsxs("div",{className:"mb-1",children:[jsxRuntime.jsx("div",{className:"px-1.5 py-1.5",style:{fontSize:9,fontWeight:600,letterSpacing:"0.1em",color:o?"rgba(255,255,255,0.25)":"rgba(0,0,0,0.3)",fontFamily:"JetBrains Mono, monospace"},children:x.standardFields.toUpperCase()}),jsxRuntime.jsx("div",{className:"space-y-px",children:w.map(F=>{let k=r.find(T=>T.type===F&&!T.customFieldId),N=k?.visible??false,P=F==="name";return jsxRuntime.jsxs("button",{onClick:()=>{P||(k?h(k.id):v(F));},disabled:P,className:"w-full flex items-center gap-2.5 px-2 py-[5px] rounded-md transition-colors",style:{opacity:P?.4:1,cursor:P?"not-allowed":"pointer"},onMouseEnter:T=>{P||(T.currentTarget.style.backgroundColor=o?"rgba(255,255,255,0.05)":"rgba(0,0,0,0.04)");},onMouseLeave:T=>{T.currentTarget.style.backgroundColor="transparent";},children:[jsxRuntime.jsx("div",{className:"w-4 h-4 rounded flex items-center justify-center flex-shrink-0 transition-all",style:{background:N?S:"transparent",border:N?`1.5px solid ${S}`:`1.5px solid ${o?"rgba(255,255,255,0.15)":"rgba(0,0,0,0.15)"}`,boxShadow:N?`0 0 6px ${S}40`:"none"},children:N&&jsxRuntime.jsx(lucideReact.Check,{className:"w-2.5 h-2.5 text-white",strokeWidth:3})}),jsxRuntime.jsx("span",{className:"flex-shrink-0 [&>svg]:w-3.5 [&>svg]:h-3.5",style:{color:N?S:o?"rgba(255,255,255,0.3)":"rgba(0,0,0,0.3)"},children:n0[F]}),jsxRuntime.jsx("span",{className:"truncate",style:{fontSize:12,fontWeight:N?500:400,color:N?o?"rgba(255,255,255,0.9)":"rgba(0,0,0,0.85)":o?"rgba(255,255,255,0.55)":"rgba(0,0,0,0.5)",maxWidth:"160px"},title:b(F),children:b(F)})]},F)})})]}),C.length>0&&jsxRuntime.jsxs("div",{className:"mt-1",children:[jsxRuntime.jsx("div",{className:"px-1.5 py-1.5",style:{fontSize:9,fontWeight:600,letterSpacing:"0.1em",color:o?"rgba(255,255,255,0.25)":"rgba(0,0,0,0.3)",fontFamily:"JetBrains Mono, monospace",borderTop:`1px solid ${o?"rgba(255,255,255,0.06)":"rgba(0,0,0,0.06)"}`,paddingTop:8,marginTop:4},children:x.customFields.toUpperCase()}),jsxRuntime.jsx("div",{className:"space-y-px",children:C.map(F=>{let N=r.find(P=>P.customFieldId===F.id)?.visible??false;return jsxRuntime.jsxs("button",{onClick:()=>v(F.type,F.id),className:"w-full flex items-center gap-2.5 px-2 py-[5px] rounded-md transition-colors",onMouseEnter:P=>{P.currentTarget.style.backgroundColor=o?"rgba(255,255,255,0.05)":"rgba(0,0,0,0.04)";},onMouseLeave:P=>{P.currentTarget.style.backgroundColor="transparent";},children:[jsxRuntime.jsx("div",{className:"w-4 h-4 rounded flex items-center justify-center flex-shrink-0 transition-all",style:{background:N?S:"transparent",border:N?`1.5px solid ${S}`:`1.5px solid ${o?"rgba(255,255,255,0.15)":"rgba(0,0,0,0.15)"}`,boxShadow:N?`0 0 6px ${S}40`:"none"},children:N&&jsxRuntime.jsx(lucideReact.Check,{className:"w-2.5 h-2.5 text-white",strokeWidth:3})}),jsxRuntime.jsx("span",{className:"flex-shrink-0 [&>svg]:w-3.5 [&>svg]:h-3.5",style:{color:N?S:o?"rgba(255,255,255,0.3)":"rgba(0,0,0,0.3)"},children:n0[F.type]||jsxRuntime.jsx(lucideReact.Type,{className:"w-4 h-4"})}),jsxRuntime.jsx("span",{style:{fontSize:12,fontWeight:N?500:400,color:N?o?"rgba(255,255,255,0.9)":"rgba(0,0,0,0.85)":o?"rgba(255,255,255,0.55)":"rgba(0,0,0,0.5)"},children:F.name})]},F.id)})})]})]})]})}var o0={en:{title:"Columns",searchPlaceholder:"Search fields...",standardFields:"Standard Fields",customFields:"Custom Fields",columns:{name:"Name",status:"Status",priority:"Priority",startDate:"Start Date",endDate:"End Date",progress:"Progress",tags:"Tags",estimatedTime:"Estimated",quotedTime:"Quoted",elapsedTime:"Time Spent",soldEffortMinutes:"Quoted",effortMinutes:"Estimated",timeLoggedMinutes:"Executed",text:"Text",number:"Number",date:"Date",dropdown:"Dropdown",checkbox:"Checkbox",weight:"Weight"}},es:{title:"Columnas",searchPlaceholder:"Buscar campos...",standardFields:"Campos Est\xE1ndar",customFields:"Campos Personalizados",columns:{name:"Nombre",status:"Estado",priority:"Prioridad",startDate:"Fecha Inicio",endDate:"Fecha Fin",progress:"Progreso",tags:"Etiquetas",estimatedTime:"Estimado",quotedTime:"Ofertado",elapsedTime:"Ejecutado",soldEffortMinutes:"Ofertado",effortMinutes:"Estimado",timeLoggedMinutes:"Ejecutado",text:"Texto",number:"N\xFAmero",date:"Fecha",dropdown:"Lista",checkbox:"Casilla",weight:"Peso"}}};var h1=[{type:"text",icon:jsxRuntime.jsx(lucideReact.Type,{className:"w-5 h-5"})},{type:"number",icon:jsxRuntime.jsx(lucideReact.Hash,{className:"w-5 h-5"})},{type:"date",icon:jsxRuntime.jsx(lucideReact.Calendar,{className:"w-5 h-5"})},{type:"dropdown",icon:jsxRuntime.jsx(lucideReact.ChevronDown,{className:"w-5 h-5"})},{type:"checkbox",icon:jsxRuntime.jsx(lucideReact.CheckSquare,{className:"w-5 h-5"})}];function c0({isOpen:e,onClose:t,onSave:r,isDark:a,locale:n}){let[s,o]=react.useState(""),[c,l]=react.useState("text"),[i,d]=react.useState([""]),u=n==="es"?l0.es:l0.en;react.useEffect(()=>{e&&(o(""),l("text"),d([""]));},[e]),react.useEffect(()=>{let y=b=>{b.key==="Escape"&&t();};return e&&document.addEventListener("keydown",y),()=>document.removeEventListener("keydown",y)},[e,t]);let p=()=>{if(!s.trim())return;let y={name:s.trim(),type:c};c==="dropdown"&&(y.options=i.filter(b=>b.trim())),r(y),t();},m=()=>{d([...i,""]);},f=(y,b)=>{let h=[...i];h[y]=b,d(h);},x=y=>{i.length>1&&d(i.filter((b,h)=>h!==y));};return e?jsxRuntime.jsxs("div",{className:"fixed inset-0 z-50 flex items-center justify-center",children:[jsxRuntime.jsx("div",{className:"absolute inset-0 bg-black/50",onClick:t}),jsxRuntime.jsxs("div",{className:g("relative w-full max-w-md rounded-xl shadow-2xl border",a?"bg-[#0D0D0D] border-[#222]":"bg-white border-gray-200"),children:[jsxRuntime.jsxs("div",{className:g("flex items-center justify-between px-6 py-4 border-b",a?"border-[#222]":"border-gray-200"),children:[jsxRuntime.jsx("h2",{className:g("text-lg font-semibold",a?"text-white":"text-gray-900"),children:u.title}),jsxRuntime.jsx("button",{onClick:t,className:g("p-1 rounded",a?"hover:bg-white/[0.05]":"hover:bg-gray-100"),children:jsxRuntime.jsx(lucideReact.X,{className:g("w-5 h-5",a?"text-white/60":"text-gray-400")})})]}),jsxRuntime.jsxs("div",{className:"p-6 space-y-6",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("label",{className:g("block text-sm font-medium mb-2",a?"text-white":"text-gray-900"),children:u.fieldName}),jsxRuntime.jsx("input",{type:"text",value:s,onChange:y=>o(y.target.value),placeholder:u.fieldNamePlaceholder,className:g("w-full px-4 py-2.5 rounded-lg border outline-none focus:ring-2 focus:ring-[#00E5CC]/30",a?"bg-white/[0.03] border-[#222] text-white placeholder:text-white/30":"bg-gray-50 border-gray-200 text-gray-900 placeholder:text-gray-400"),autoFocus:true})]}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("label",{className:g("block text-sm font-medium mb-2",a?"text-white":"text-gray-900"),children:u.fieldType}),jsxRuntime.jsx("div",{className:"grid grid-cols-5 gap-2",children:h1.map(y=>jsxRuntime.jsxs("button",{onClick:()=>l(y.type),className:g("flex flex-col items-center gap-1 p-3 rounded-lg border transition-colors",c===y.type?"border-[#00E5CC] bg-[#00E5CC]/10":a?"border-[#222] hover:border-white/20":"border-gray-200 hover:border-gray-300"),children:[jsxRuntime.jsx("span",{className:c===y.type?"text-[#00E5CC]":a?"text-white/60":"text-gray-400",children:y.icon}),jsxRuntime.jsx("span",{className:g("text-xs",c===y.type?"text-[#00E5CC]":a?"text-white/60":"text-gray-500"),children:u.types[y.type]})]},y.type))})]}),c==="dropdown"&&jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("label",{className:g("block text-sm font-medium mb-2",a?"text-white":"text-gray-900"),children:u.options}),jsxRuntime.jsxs("div",{className:"space-y-2",children:[i.map((y,b)=>jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx("input",{type:"text",value:y,onChange:h=>f(b,h.target.value),placeholder:`${u.option} ${b+1}`,className:g("flex-1 px-3 py-2 rounded-lg border outline-none focus:ring-2 focus:ring-[#00E5CC]/30",a?"bg-white/[0.03] border-[#222] text-white placeholder:text-white/30":"bg-gray-50 border-gray-200 text-gray-900 placeholder:text-gray-400")}),i.length>1&&jsxRuntime.jsx("button",{onClick:()=>x(b),className:g("p-2 rounded-lg transition-colors",a?"hover:bg-white/[0.05] text-white/60":"hover:bg-gray-100 text-gray-400"),children:jsxRuntime.jsx(lucideReact.Trash2,{className:"w-4 h-4"})})]},b)),jsxRuntime.jsxs("button",{onClick:m,className:g("flex items-center gap-2 px-3 py-2 text-sm rounded-lg transition-colors",a?"text-[#00E5CC] hover:bg-white/[0.05]":"text-[#00C4AE] hover:bg-gray-100"),children:[jsxRuntime.jsx(lucideReact.Plus,{className:"w-4 h-4"}),u.addOption]})]})]})]}),jsxRuntime.jsxs("div",{className:g("flex items-center justify-end gap-3 px-6 py-4 border-t",a?"border-[#222]":"border-gray-200"),children:[jsxRuntime.jsx("button",{onClick:t,className:g("px-4 py-2 text-sm font-medium rounded-lg transition-colors",a?"text-white/60 hover:bg-white/[0.05]":"text-gray-600 hover:bg-gray-100"),children:u.cancel}),jsxRuntime.jsx("button",{onClick:p,disabled:!s.trim(),className:g("px-4 py-2 text-sm font-medium rounded-lg transition-colors","bg-[#00E5CC] text-white hover:bg-[#005FCC]",!s.trim()&&"opacity-50 cursor-not-allowed"),children:u.create})]})]})]}):null}var l0={en:{title:"Create Custom Field",fieldName:"Field Name",fieldNamePlaceholder:"Enter field name...",fieldType:"Field Type",options:"Options",option:"Option",addOption:"Add option",cancel:"Cancel",create:"Create Field",types:{text:"Text",number:"Number",date:"Date",dropdown:"Dropdown",checkbox:"Checkbox"}},es:{title:"Crear Campo Personalizado",fieldName:"Nombre del Campo",fieldNamePlaceholder:"Ingresa el nombre...",fieldType:"Tipo de Campo",options:"Opciones",option:"Opci\xF3n",addOption:"Agregar opci\xF3n",cancel:"Cancelar",create:"Crear Campo",types:{text:"Texto",number:"N\xFAmero",date:"Fecha",dropdown:"Lista",checkbox:"Casilla"}}};var p0={en:{filters:"Filters",filterByStatus:"FILTER BY STATUS",showAll:"Show All",completed:"Completed",inProgress:"In Progress",toDo:"To Do / Pending",hideCompleted:"Hide Completed Tasks"},es:{filters:"Filtros",filterByStatus:"FILTRAR POR ESTADO",showAll:"Mostrar Todo",completed:"Completadas",inProgress:"En Progreso",toDo:"Por Hacer / Pendiente",hideCompleted:"Ocultar Tareas Completadas"}};function m0({value:e,hideCompleted:t,onChange:r,onHideCompletedChange:a,isDark:n,locale:s}){let[o,c]=react.useState(false),l=react.useRef(null),i=react.useRef(0),d=s==="es"?p0.es:p0.en;react.useEffect(()=>{if(!o)return;let m=x=>{Date.now()-i.current<100||l.current&&!l.current.contains(x.target)&&c(false);},f=x=>{x.key==="Escape"&&c(false);};return document.addEventListener("mousedown",m),document.addEventListener("keydown",f),()=>{document.removeEventListener("mousedown",m),document.removeEventListener("keydown",f);}},[o]);let u=[{value:"all",label:d.showAll,icon:jsxRuntime.jsx("div",{className:"w-4 h-4 rounded-full border-2 border-[#00E5CC] bg-[#00E5CC]"}),color:"text-[#00E5CC]"},{value:"completed",label:d.completed,icon:jsxRuntime.jsx(lucideReact.CheckCircle2,{className:"w-4 h-4"}),color:"text-green-500"},{value:"in-progress",label:d.inProgress,icon:jsxRuntime.jsx(lucideReact.PlayCircle,{className:"w-4 h-4"}),color:"text-[#00E5CC]"},{value:"todo",label:d.toDo,icon:jsxRuntime.jsx(lucideReact.Circle,{className:"w-4 h-4"}),color:"text-gray-400"}],p=e!=="all"||t;return jsxRuntime.jsxs("div",{ref:l,className:"relative",children:[jsxRuntime.jsxs("button",{onClick:m=>{m.stopPropagation(),o||(i.current=Date.now()),c(f=>!f);},className:g("flex items-center gap-2 px-3 py-1.5 rounded-lg text-[11px] font-medium transition-all border",n?"border-[#222] hover:bg-white/[0.05] text-white/70":"border-gray-200 hover:bg-gray-100 text-gray-700",p&&(n?"bg-[#00E5CC]/20 border-[#00E5CC]/50 text-[#00E5CC]":"bg-[#00E5CC]/15 border-[#00E5CC]/15 text-[#00C4AE]"),o&&(n?"bg-white/[0.05]":"bg-gray-100")),style:{fontFamily:"Inter, sans-serif"},children:[jsxRuntime.jsx(lucideReact.Filter,{className:"w-4 h-4"}),d.filters,p&&jsxRuntime.jsx("span",{className:g("w-2 h-2 rounded-full","bg-[#00E5CC]")})]}),o&&jsxRuntime.jsxs("div",{className:g("absolute left-0 top-full mt-2 w-72 rounded-lg shadow-xl border z-50",n?"bg-[#0D0D0D] border-[#222]":"bg-white border-gray-200"),children:[jsxRuntime.jsx("div",{className:g("px-4 py-3 border-b",n?"border-[#222]":"border-gray-200"),children:jsxRuntime.jsx("span",{className:g("text-xs font-medium uppercase tracking-wider",n?"text-white/30":"text-gray-400"),children:d.filterByStatus})}),jsxRuntime.jsx("div",{className:"py-2",children:u.map(m=>{let f=e===m.value&&!t,x=()=>m.value==="all"?f?jsxRuntime.jsx("div",{className:"w-4 h-4 rounded-full border-2 border-[#00E5CC] bg-[#00E5CC]"}):jsxRuntime.jsx("div",{className:"w-4 h-4 rounded-full border-2 border-gray-400"}):m.icon;return jsxRuntime.jsxs("button",{onClick:()=>{r(m.value),a(false),c(false);},className:g("w-full flex items-center gap-3 px-4 py-2.5 text-sm transition-colors",n?"hover:bg-white/[0.05]":"hover:bg-gray-100",f&&(n?"bg-white/[0.03]":"bg-gray-50")),children:[jsxRuntime.jsx("span",{className:g(f?m.color:"text-gray-400","flex-shrink-0"),children:x()}),jsxRuntime.jsx("span",{className:g("flex-1 text-left whitespace-nowrap",n?"text-white":"text-gray-900"),children:m.label}),f&&jsxRuntime.jsx(lucideReact.Check,{className:g("w-4 h-4 flex-shrink-0","text-[#00E5CC]")})]},m.value)})}),jsxRuntime.jsx("div",{className:g("my-2 mx-4 h-px",n?"bg-white/[0.05]":"bg-gray-200")}),jsxRuntime.jsx("div",{className:"py-1",children:jsxRuntime.jsxs("button",{onClick:()=>{let m=!t;a(m),m&&r("all"),c(false);},className:g("w-full flex items-center gap-3 px-4 py-2.5 text-sm transition-colors",n?"hover:bg-white/[0.05]":"hover:bg-gray-100",t&&(n?"bg-white/[0.03]":"bg-gray-50")),children:[jsxRuntime.jsx(lucideReact.EyeOff,{className:g("w-4 h-4 flex-shrink-0",t?"text-[#00E5CC]":n?"text-white/30":"text-gray-400")}),jsxRuntime.jsx("span",{className:g("flex-1 text-left whitespace-nowrap",n?"text-white":"text-gray-900"),children:d.hideCompleted}),t&&jsxRuntime.jsx(lucideReact.Check,{className:g("w-4 h-4 flex-shrink-0","text-[#00E5CC]")})]})})]})]})}function g0(e){if(e<=0)return "0h";let t=Math.floor(e/60),r=e%60;return r>0?`${t}h ${r}m`:`${t}h`}function uo(e){return `$${Math.round(e).toLocaleString("es-CO")}`}function f0({data:e,isDark:t,locale:r="en",onClose:a,lens:n="hours",onUnassignedTaskClick:s}){let o=r==="es",c=n==="financial";return jsxRuntime.jsxs("div",{className:g("w-[260px] xl:w-[320px] flex-shrink-0 overflow-y-auto border-l",t?"bg-[#141414] border-[#222]":"bg-gray-50 border-gray-200"),children:[jsxRuntime.jsxs("div",{className:g("px-5 py-4 border-b flex items-center justify-between",t?"border-[#222]":"border-gray-200"),children:[jsxRuntime.jsx("h3",{className:g("text-[11px] font-mono uppercase tracking-wider font-bold",t?"text-white/60":"text-gray-600"),children:c?o?"SALUD FINANCIERA":"FINANCIAL HEALTH":o?"SALUD DEL PROYECTO":"PROJECT HEALTH"}),a&&jsxRuntime.jsx("button",{onClick:a,className:g("p-1 rounded transition-colors",t?"text-white/30 hover:text-white/60 hover:bg-white/[0.05]":"text-gray-400 hover:text-gray-600 hover:bg-gray-200"),title:o?"Cerrar panel":"Close panel",children:jsxRuntime.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",children:jsxRuntime.jsx("path",{d:"M1 1l10 10M11 1L1 11",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})})})]}),c&&(e.totalOffered!==void 0||e.totalEstimated!==void 0)&&(()=>{let l=e.totalOffered??0,i=e.totalEstimated??0,d=e.totalExecuted??0,u=l-d,p=l>0?Math.round(u/l*100):0,m=l-i,f=l>0?Math.round(m/l*100):0,x=l>0?Math.min(Math.round(d/l*100),120):0,y=d>l&&l>0,b=y?"#F87171":"#00E5CC";return jsxRuntime.jsxs("div",{className:g("px-5 py-4 border-b",t?"border-[#222]":"border-gray-200"),children:[jsxRuntime.jsx("h4",{className:g("text-[11px] font-mono uppercase tracking-wider font-semibold mb-3",t?"text-white/60":"text-gray-600"),children:o?"PRESUPUESTO":"BUDGET"}),jsxRuntime.jsxs("div",{className:"space-y-2",children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between",children:[jsxRuntime.jsx("span",{className:g("text-xs",t?"text-white/60":"text-gray-600"),children:o?"V. Oferta":"Offered Value"}),jsxRuntime.jsx("span",{className:g("text-[11px] font-mono font-bold",t?"text-white/80":"text-gray-800"),children:uo(l)})]}),(()=>{let h=e.totalEstimatedLabor??0,v=e.totalEstimatedEquipment??0,w=e.totalEstimatedTravel??0,C=v>0||w>0,S=(F,k)=>jsxRuntime.jsxs("div",{className:"flex items-center justify-between pl-3",children:[jsxRuntime.jsx("span",{className:g("text-[10px]",t?"text-white/40":"text-gray-400"),children:F}),jsxRuntime.jsx("span",{className:g("text-[10px] font-mono",t?"text-white/55":"text-gray-500"),children:uo(k)})]});return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between",children:[jsxRuntime.jsx("span",{className:g("text-xs",t?"text-white/60":"text-gray-600"),children:o?"Estimado":"Estimated"}),jsxRuntime.jsx("span",{className:g("text-[11px] font-mono font-bold",t?"text-white/80":"text-gray-800"),children:uo(i)})]}),C&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[S(o?"Mano de obra":"Labor",h),v>0&&S(o?"Activos":"Equipment",v),w>0&&S(o?"Vi\xE1ticos":"Travel",w)]})]})})(),d>0&&(()=>{let h=e.totalExecutedLabor??0,v=e.totalExecutedEquipment??0,w=e.totalExecutedTravel??0,C=v>0||w>0,S=(F,k)=>jsxRuntime.jsxs("div",{className:"flex items-center justify-between pl-3",children:[jsxRuntime.jsx("span",{className:g("text-[10px]",t?"text-white/40":"text-gray-400"),children:F}),jsxRuntime.jsx("span",{className:g("text-[10px] font-mono",t?"text-white/55":"text-gray-500"),children:uo(k)})]});return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between",children:[jsxRuntime.jsx("span",{className:g("text-xs",t?"text-white/60":"text-gray-600"),children:o?"Ejecutado":"Executed"}),jsxRuntime.jsx("span",{className:g("text-[11px] font-mono font-bold",y?"text-[#F87171]":t?"text-white/80":"text-gray-800"),children:uo(d)})]}),C&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[S(o?"Mano de obra":"Labor",h),v>0&&S(o?"Activos":"Equipment",v),w>0&&S(o?"Vi\xE1ticos":"Travel",w)]})]})})(),l>0&&jsxRuntime.jsx("div",{className:g("w-full h-2.5 rounded-full overflow-hidden mt-2",t?"bg-white/[0.06]":"bg-gray-200"),children:jsxRuntime.jsx("div",{className:"h-full rounded-full transition-all duration-300",style:{width:`${Math.min(x,100)}%`,backgroundColor:b}})}),i>0&&jsxRuntime.jsxs("div",{className:g("mt-2 px-3 py-2 rounded-lg text-center font-mono font-bold",m>=0?t?"bg-[#00E5CC]/10 text-[#00E5CC]":"bg-emerald-50 text-emerald-600":t?"bg-[#F87171]/10 text-[#F87171]":"bg-red-50 text-red-600"),children:[jsxRuntime.jsx("div",{className:"text-[9px] uppercase tracking-wider opacity-60 mb-0.5",children:o?"Margen (Ofertado \u2212 Estimado)":"Margin (Offered \u2212 Estimated)"}),jsxRuntime.jsxs("div",{className:"text-base",children:[m>=0?"+":"",uo(m),l>0&&jsxRuntime.jsxs("span",{className:"text-[11px] ml-1 opacity-70",children:["(",m>=0?"+":"",f,"%)"]})]}),jsxRuntime.jsx("div",{className:"text-[9px] opacity-50 mt-0.5 font-sans",children:o?"0 = ejecutas tal cual lo ofertado":"0 = you execute exactly as offered"})]}),jsxRuntime.jsxs("div",{className:g("mt-1.5 px-3 py-1.5 rounded-lg text-center font-mono text-[12px]",t?"text-white/50":"text-gray-500"),children:[u>=0?`+${uo(u)} ${o?"disponible (caja)":"available (cash)"}`:`${uo(Math.abs(u))} ${o?"sobregirado":"overdrawn"}`,l>0&&jsxRuntime.jsxs("span",{className:"text-[10px] ml-1 opacity-60",children:["(",p,"%)"]})]})]})]})})(),(e.totalHoursSpentMinutes!==void 0||e.totalHoursAllocatedMinutes!==void 0)&&(()=>{let l=e.totalHoursSpentMinutes??0,i=e.totalHoursAllocatedMinutes??0,d=i>0?Math.min(Math.round(l/i*100),100):0,m=(i>0?l/i:0)>1.1?"#F87171":d>=90?"#FFD60A":"#3BF06E";return jsxRuntime.jsxs("div",{className:g("px-5 py-4 border-b",t?"border-[#222]":"border-gray-200"),children:[jsxRuntime.jsx("h4",{className:g("text-[11px] font-mono uppercase tracking-wider font-semibold mb-3",t?"text-white/60":"text-gray-600"),children:o?"HORAS DEL PROYECTO":"PROJECT HOURS"}),jsxRuntime.jsxs("div",{className:"space-y-2",children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between",children:[jsxRuntime.jsx("span",{className:g("text-xs",t?"text-white/60":"text-gray-600"),children:o?"Usado":"Spent"}),jsxRuntime.jsx("span",{className:g("text-[11px] font-mono font-bold",t?"text-white/80":"text-gray-800"),children:g0(l)})]}),jsxRuntime.jsxs("div",{className:"flex items-center justify-between",children:[jsxRuntime.jsx("span",{className:g("text-xs",t?"text-white/60":"text-gray-600"),children:o?"Asignado":"Allocated"}),jsxRuntime.jsx("span",{className:g("text-[11px] font-mono",t?"text-white/60":"text-gray-600"),children:g0(i)})]}),i>0&&jsxRuntime.jsx("div",{className:g("w-full h-1.5 rounded-full overflow-hidden mt-1",t?"bg-white/[0.06]":"bg-gray-200"),children:jsxRuntime.jsx("div",{className:"h-full rounded-full transition-all duration-300",style:{width:`${d}%`,backgroundColor:m}})})]})]})})(),(e.openRFIs!==void 0||e.submittalsApprovalPercent!==void 0)&&jsxRuntime.jsxs("div",{className:g("px-5 py-4 border-b",t?"border-[#222]":"border-gray-200"),children:[jsxRuntime.jsx("h4",{className:g("text-[11px] font-mono uppercase tracking-wider font-semibold mb-3",t?"text-white/60":"text-gray-600"),children:o?"SALUD T\xC9CNICA":"TECHNICAL HEALTH"}),jsxRuntime.jsxs("div",{className:"space-y-3",children:[e.openRFIs!==void 0&&jsxRuntime.jsxs("div",{className:"flex items-center justify-between",children:[jsxRuntime.jsx("span",{className:g("text-xs",t?"text-white/60":"text-gray-600"),children:o?"RFIs Abiertos":"Open RFIs"}),jsxRuntime.jsx("span",{className:g("px-2 py-0.5 rounded text-[11px] font-mono font-bold",e.openRFIs>0?"bg-[#F87171]/15 text-[#F87171]":"bg-[#3BF06E]/15 text-[#3BF06E]"),children:e.openRFIs})]}),e.submittalsApprovalPercent!==void 0&&jsxRuntime.jsxs("div",{className:"flex items-center justify-between",children:[jsxRuntime.jsx("span",{className:g("text-xs",t?"text-white/60":"text-gray-600"),children:o?"Aprobaci\xF3n Submittals":"Submittals Approval"}),jsxRuntime.jsxs("span",{className:g("text-[11px] font-mono font-bold",e.submittalsApprovalPercent>=80?"text-[#3BF06E]":"text-[#FFD60A]"),children:[e.submittalsApprovalPercent,"%"]})]})]})]}),e.unassignedCount!=null&&e.unassignedCount>0&&jsxRuntime.jsxs("div",{className:g("px-5 py-4 border-b",t?"border-[#222]":"border-gray-200"),children:[jsxRuntime.jsx("h4",{className:g("text-[11px] font-mono uppercase tracking-wider font-semibold mb-3",t?"text-white/60":"text-gray-600"),children:o?"TAREAS SIN ASIGNAR":"UNASSIGNED TASKS"}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3 mb-3",children:[jsxRuntime.jsx("div",{className:g("flex items-center justify-center w-10 h-10 rounded-lg font-mono text-lg font-bold",e.unassignedCount>=10?"bg-[#F87171]/15 text-[#F87171]":"bg-[#FFD60A]/15 text-[#FFD60A]"),children:e.unassignedCount}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("p",{className:g("text-xs font-medium",t?"text-white/80":"text-gray-700"),children:e.unassignedCount===1?o?"tarea pendiente":"pending task":o?"tareas pendientes":"pending tasks"}),jsxRuntime.jsx("p",{className:g("text-[10px]",t?"text-white/40":"text-gray-400"),children:o?"sin recurso asignado":"without assigned resource"})]})]}),e.unassignedTasks&&e.unassignedTasks.length>0&&jsxRuntime.jsx("div",{className:g("space-y-1.5 overflow-y-auto scrollbar-slim",e.unassignedTasks.length>5?"max-h-[170px]":""),children:e.unassignedTasks.map(l=>jsxRuntime.jsxs("button",{onClick:()=>s?.(l.id),className:g("flex items-center gap-2 px-2.5 py-1.5 rounded-md text-[11px] w-full text-left transition-colors",t?"bg-white/[0.04] text-white/70 hover:bg-white/[0.08] hover:text-white":"bg-gray-50 text-gray-600 hover:bg-gray-100 hover:text-gray-900",s&&"cursor-pointer"),children:[jsxRuntime.jsx("span",{className:g("w-1.5 h-1.5 rounded-full flex-shrink-0",(e.unassignedCount??0)>=10?"bg-[#F87171]":"bg-[#FFD60A]")}),jsxRuntime.jsx("span",{className:"truncate",children:l.name})]},l.id))})]}),e.scheduleVarianceDays!==void 0&&jsxRuntime.jsxs("div",{className:g("px-5 py-4 border-b",t?"border-[#222]":"border-gray-200"),children:[jsxRuntime.jsx("h4",{className:g("text-[10px] font-mono uppercase tracking-wider mb-3",t?"text-white/40":"text-gray-500"),children:o?"VARIACI\xD3N DE CRONOGRAMA":"SCHEDULE VARIANCE"}),(()=>{let l=e.scheduleVarianceDays??0,i=l>0,d=l<0,u=e.scheduleVarianceLabel||(i?`+${l} ${o?"D\xEDas ADELANTE":"Days AHEAD"}`:d?`${l} ${o?"D\xEDas ATR\xC1S":"Days BEHIND"}`:o?"EN TIEMPO":"ON TRACK");return jsxRuntime.jsx("div",{className:g("px-3 py-2 rounded-lg text-center font-mono text-sm font-bold",i&&"bg-[#3BF06E]/15 text-[#3BF06E]",d&&"bg-[#F87171]/15 text-[#F87171]",!i&&!d&&"bg-[#3B9EFF]/15 text-[#3B9EFF]"),children:u})})()]}),e.teams&&e.teams.length>0&&jsxRuntime.jsxs("div",{className:"px-5 py-4",children:[jsxRuntime.jsx("h4",{className:g("text-[11px] font-mono uppercase tracking-wider font-semibold mb-3",t?"text-white/60":"text-gray-600"),children:o?"DISPONIBILIDAD DEL EQUIPO":"TEAM AVAILABILITY"}),jsxRuntime.jsx("div",{className:"space-y-3",children:e.teams.map((l,i)=>{let d=l.utilizationPercent>=100?"#F87171":l.utilizationPercent>=80?"#FFD60A":l.color||"#3BF06E";return jsxRuntime.jsxs("div",{children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between mb-1",children:[jsxRuntime.jsx("span",{className:g("text-xs",t?"text-white/60":"text-gray-600"),children:l.name}),jsxRuntime.jsxs("span",{className:g("text-[10px] font-mono",t?"text-white/40":"text-gray-500"),children:[l.utilizationPercent,"%"]})]}),jsxRuntime.jsx("div",{className:g("w-full h-1.5 rounded-full overflow-hidden",t?"bg-white/[0.06]":"bg-gray-200"),children:jsxRuntime.jsx("div",{className:"h-full rounded-full transition-all duration-300",style:{width:`${Math.min(l.utilizationPercent,100)}%`,backgroundColor:d}})})]},`${l.name}-${i}`)})})]})]})}var A1=[{id:"name",type:"name",label:"Name",width:300,visible:true,sortable:true,resizable:true},{id:"status",type:"status",label:"Status",width:140,visible:true,sortable:true,resizable:true},{id:"startDate",type:"startDate",label:"Start Date",width:120,visible:true,sortable:true,resizable:true},{id:"endDate",type:"endDate",label:"End Date",width:120,visible:true,sortable:true,resizable:true},{id:"progress",type:"progress",label:"Progress",width:100,visible:true,sortable:true,resizable:true}];function C0(e,t=0,r=[]){let a=[];for(let n of e){let s=[...r,n.id];a.push({...n,level:t,hasChildren:(n.subtasks?.length||0)>0,parentPath:s}),n.subtasks?.length&&n.isExpanded!==false&&a.push(...C0(n.subtasks,t+1,s));}return a}function I1(e){let t=e.subtasks;if(!t?.length)return null;let r=new Date,a=0,n=0;for(let s of t){if(!s.startDate||!s.endDate)continue;let o=s.startDate.getTime(),l=s.endDate.getTime()-o;if(l<=0)continue;let d=Math.max(0,Math.min(r.getTime()-o,l))/l*100;if(d<=0)continue;let u=(s.progress||0)/d;a+=u,n++;}return n>0?a/n:null}function xs(e){if(!e.subtasks?.length)return {spent:0,allocated:0,quoted:0};let t=0,r=0,a=0;for(let n of e.subtasks)if(n.subtasks?.length){let s=xs(n);t+=s.spent>0?s.spent:n.timeLoggedMinutes??0,r+=s.allocated>0?s.allocated:n.effortMinutes??0,a+=s.quoted>0?s.quoted:n.soldEffortMinutes??0;}else t+=n.timeLoggedMinutes??0,r+=n.effortMinutes??0,a+=n.soldEffortMinutes??0;return {spent:t,allocated:r,quoted:a}}function ys(e){if(e<=0)return "0h";let t=Math.floor(e/60),r=e%60;return r>0?`${t}h ${r}m`:`${t}h`}function R1({value:e,onChange:t,isDark:r}){let[a,n]=react.useState(false),[s,o]=react.useState(String(e||""));return a?jsxRuntime.jsx("input",{autoFocus:true,type:"text",inputMode:"decimal",value:s,onClick:c=>c.stopPropagation(),onChange:c=>o(c.target.value.replace(/[^0-9.]/g,"")),onBlur:()=>{let c=parseFloat(s);!isNaN(c)&&c>=0&&c<=100?t(c):s===""&&t(0),n(false);},onKeyDown:c=>{c.key==="Enter"&&c.target.blur(),c.key==="Escape"&&(o(String(e||"")),n(false));},className:g("w-14 text-xs text-right font-mono px-1 py-0.5 rounded border outline-none",r?"bg-white/5 border-[#00E5CC]/50 text-white":"bg-gray-50 border-[#00E5CC] text-gray-900"),style:{fontFamily:"JetBrains Mono, monospace"}}):jsxRuntime.jsx("button",{onClick:c=>{c.stopPropagation(),o(String(e||"")),n(true);},className:g("text-xs font-mono cursor-pointer hover:underline",e>0?r?"text-white/80":"text-gray-700":r?"text-white/30":"text-gray-300"),style:{fontFamily:"JetBrains Mono, monospace"},children:e>0?`${e}%`:"\u2014"})}function w0(e){if(e.length===0)return 0;let t=0,r=0,a=0;for(let c of e){let l=c.weight||0;l>0&&(t+=(c.progress||0)*l,r+=l,a+=1);}let n=a/e.length;if(r>=99&&n>=.95)return Math.round(t/r*10)/10;if(e.reduce((c,l)=>c+(l.effort_minutes||0),0)>0){let c=0,l=0;for(let i of e){let d=i.effort_minutes||60;c+=(i.progress||0)*d,l+=d;}return Math.round(c/l*10)/10}let o=e.reduce((c,l)=>c+(l.progress||0),0);return Math.round(o/e.length*10)/10}function Rd(e,t=[]){for(let r of e)r.subtasks&&r.subtasks.length>0?Rd(r.subtasks,t):t.push({progress:r.progress||0,weight:r.weight||0,effort_minutes:r.effort_minutes??r.effortMinutes});return t}function T0({tasks:e,config:t={},callbacks:r={},isLoading:a=false,error:n,className:s,style:o,availableUsers:c=[],customFields:l=[],toolbarRightContent:i,onColumnHeaderClick:d,columnsWithFilter:u,filterDotColor:p="#00E5CC"}){let{theme:m="dark",locale:f="en",customTranslations:x,showSearch:y=true,showHierarchy:b=true,tableColumns:h,allowColumnCustomization:v=true,allowColumnResize:w=true,enableContextMenu:C=true,showCreateTaskButton:S=false,onCreateTask:F,persistFilter:k=false,financialBlur:N,healthSidebar:P,lens:T="hours",hourlyRate:Y=0,rateMap:H,aggregateParentHours:ee=false,showProjectTotals:I=false,totalsDollarOverride:K}=t,j=ul(f,x),W=m==="dark",$=D=>{if(!H||!D.assignees||D.assignees.length===0)return Y;let Z=0,ue=0;for(let ke of D.assignees){let je=ke.id?H[ke.id]:void 0;if(je==null||je<=0)continue;let ae=typeof ke.estimatedMinutes=="number"?ke.estimatedMinutes:0;ae>0&&(Z+=je*ae,ue+=ae);}if(ue>0)return Z/ue;let Te=D.assignees.map(ke=>ke.id?H[ke.id]:void 0).filter(ke=>ke!=null&&ke>0);return Te.length===0?Y:Te.reduce((ke,je)=>ke+je,0)/Te.length},ve=D=>{let Z=0,ue=0,Te=0,ke=je=>{for(let ae of je)if(ae.subtasks&&ae.subtasks.length>0){let Fe={s:Z,a:ue,q:Te};if(ke(ae.subtasks),Z-Fe.s+(ue-Fe.a)+(Te-Fe.q)===0){let Le=$(ae);Z+=(ae.timeLoggedMinutes??0)/60*Le,ue+=(ae.effortMinutes??0)/60*Le,Te+=(ae.soldEffortMinutes??0)/60*Le;}}else {let Fe=$(ae);Z+=(ae.timeLoggedMinutes??0)/60*Fe,ue+=(ae.effortMinutes??0)/60*Fe,Te+=(ae.soldEffortMinutes??0)/60*Fe;}};return D.subtasks&&ke(D.subtasks),{dollarSpent:Z,dollarAllocated:ue,dollarQuoted:Te}},We=react.useCallback(()=>{if(!k||typeof window>"u")return {statusFilter:"all",hideCompleted:false};try{let D=localStorage.getItem(k);if(D){let Z=JSON.parse(D);return {statusFilter:Z.statusFilter||"all",hideCompleted:Z.hideCompleted||!1}}}catch(D){console.error("Error loading persisted filter:",D);}return {statusFilter:"all",hideCompleted:false}},[k]),Pe=react.useMemo(()=>{function D(Z){let ue=0,Te=0,ke=0,je=0,ae=0,Fe=0;for(let Ke of Z)if(Ke.subtasks&&Ke.subtasks.length>0){let Le=D(Ke.subtasks);if(Le.spent+Le.allocated+Le.quoted>0)ue+=Le.spent,Te+=Le.allocated,ke+=Le.quoted,je+=Le.dollarSpent,ae+=Le.dollarAllocated,Fe+=Le.dollarQuoted;else {let dt=Ke.timeLoggedMinutes??0,ut=Ke.effortMinutes??0,xr=Ke.soldEffortMinutes??0;ue+=dt,Te+=ut,ke+=xr;let pr=$(Ke);je+=dt/60*pr,ae+=ut/60*pr,Fe+=xr/60*pr;}}else {let Le=Ke.timeLoggedMinutes??0,zt=Ke.effortMinutes??0,dt=Ke.soldEffortMinutes??0;ue+=Le,Te+=zt,ke+=dt;let ut=$(Ke);je+=Le/60*ut,ae+=zt/60*ut,Fe+=dt/60*ut;}return {spent:ue,allocated:Te,quoted:ke,dollarSpent:je,dollarAllocated:ae,dollarQuoted:Fe}}return D(e)},[e]),be=react.useMemo(()=>{let D=new Map;function Z(ue){let Te=0;for(let ke of ue)if(ke.subtasks&&ke.subtasks.length>0){let je=Z(ke.subtasks);D.set(ke.id,je),Te+=je;}else Te+=ke.weight||0;return Te}return Z(e),D},[e]),ye=react.useMemo(()=>!P?.enabled||!P.data?P:{...P,data:{...P.data,totalHoursSpentMinutes:Pe.spent,totalHoursAllocatedMinutes:Pe.allocated}},[P,Pe]),[fe,ze]=react.useState(true),[Ce,Ae]=react.useState(null),[Me,qe]=react.useState("position"),[de,et]=react.useState("asc"),[Re,Be]=react.useState(""),[Nt,bt]=react.useState(()=>We().statusFilter),[Oe,Ie]=react.useState(()=>We().hideCompleted),[st,kt]=react.useState(h||A1),[$e,He]=react.useState(false),[L,oe]=react.useState(false),[B,_]=react.useState({isOpen:false,x:0,y:0,type:"task"}),[U,J]=react.useState(null),[De,pe]=react.useState(false),[rt,tt]=react.useState(null),[Qe,Ht]=react.useState(null),[pt,qt]=react.useState(null),Ut=react.useRef(0),ur=react.useRef(false),br=!!(r.onTaskMove||r.onTaskReparent),[da,Yt]=react.useState(null),[hr,Ft]=react.useState(null),jr=D=>D==="assignees"||D==="teamLoad"?"assignees":D==="startDate"?"startDate":D==="endDate"?"endDate":null,Wt=react.useRef([]),nr=react.useCallback((D,Z)=>{br&&(Z.preventDefault(),Ut.current=Z.clientY,J(D),ur.current=false,pe(false),qt({x:Z.clientX,y:Z.clientY}));},[br]),_r=react.useCallback(D=>{if(!U||(Math.abs(D.clientY-Ut.current)>5&&!ur.current&&(ur.current=true,pe(true)),qt({x:D.clientX,y:D.clientY}),!ur.current))return;let ue=document.querySelectorAll("[data-listview-row]"),Te=null,ke=null;ue.forEach(je=>{let ae=je.getBoundingClientRect(),Fe=je.getAttribute("data-listview-row");if(Fe&&Fe!==U&&D.clientY>=ae.top&&D.clientY<=ae.bottom){Te=Fe;let Ke=D.clientY-ae.top,Le=ae.height;ke=Ke<Le*.25?"above":Ke>Le*.75?"below":"child";}}),tt(Te),Ht(ke);},[U]),Dr=react.useCallback(()=>{if(ur.current&&U&&rt&&Qe){if(Qe==="child"&&r.onTaskReparent)r.onTaskReparent(U,rt);else if(Qe==="above"||Qe==="below"){let D=(Te,ke,je=null)=>{for(let ae of Te){if(ae.id===ke)return je;if(ae.subtasks){let Fe=D(ae.subtasks,ke,ae.id);if(Fe!==void 0)return Fe}}},Z=D(e,U,null),ue=D(e,rt,null);if(r.onTaskReparent){let Te=(Le,zt)=>{if(zt===null)return Le;for(let dt of Le){if(dt.id===zt)return dt.subtasks||[];if(dt.subtasks){let ut=Te(dt.subtasks,zt);if(ut.length>0||dt.subtasks.some(xr=>xr.id===zt))return ut}}return []},ke=Te(e,ue??null),je=ke.findIndex(Le=>Le.id===rt),ae=Z===ue,Fe=ae?ke.findIndex(Le=>Le.id===U):-1,Ke=Qe==="below"?je+1:je;ae&&Fe!==-1&&Fe<je&&(Ke-=1),r.onTaskReparent(U,ue??null,Math.max(0,Ke));}}}J(null),tt(null),Ht(null),qt(null),ur.current=false,pe(false);},[U,rt,Qe,e,r]),ot=(D,Z)=>Z==="assignees"?D.assignees:Z==="startDate"?D.startDate:D.endDate,_e=(D,Z,ue,Te)=>{D.preventDefault(),D.stopPropagation(),document.body.style.cursor="crosshair",document.body.style.userSelect="none";let ke=Array.from(document.querySelectorAll("[data-listview-row]")),je=ke.map(Ct=>Ct.getAttribute("data-listview-row")||""),ae=Math.max(0,je.indexOf(Z)),Fe=Ct=>je.slice(ae,Ct+1);Ft({sourceTaskId:Z,column:ue,sourceIndex:Te,targetIndex:Te,rangeIds:new Set([Z])});let Le=(Ct=>{let Et=Ct?.parentElement??null;for(;Et;){let xa=window.getComputedStyle(Et).overflowY;if((xa==="auto"||xa==="scroll")&&Et.scrollHeight>Et.clientHeight)return Et;Et=Et.parentElement;}let er=document.scrollingElement;return er&&er.scrollHeight>er.clientHeight?er:null})(D.currentTarget),zt=Ct=>{let Et=ae,er=false;ke.forEach((xa,pa)=>{let qr=xa.getBoundingClientRect();Ct>=qr.top&&Ct<=qr.bottom&&(Et=pa,er=true);});let ga=ke[ke.length-1];if(!er&&ga){let xa=ga.getBoundingClientRect();Ct>xa.bottom&&(Et=ke.length-1);}return Et<ae&&(Et=ae),Et},dt=D.clientY,ut=null,xr=()=>{ut!==null&&(cancelAnimationFrame(ut),ut=null);},pr=()=>{let Ct=zt(dt),Et=new Set(Fe(Ct));Ft(er=>er&&{...er,targetIndex:Ct,rangeIds:Et});},Zr=()=>{if(xr(),!Le)return;let Ct=Le,er=Ct===document.scrollingElement?{top:0,bottom:window.innerHeight}:Ct.getBoundingClientRect(),ga=60,xa=12,pa=dt-er.top,qr=er.bottom-dt,fo=Ct.scrollHeight-Ct.clientHeight;if(qr<ga&&Ct.scrollTop<fo){let bo=Math.max(1,Math.round(xa*(1-Math.max(0,qr)/ga))),ho=()=>{Ct.scrollTop+=bo,pr(),Ct.scrollTop<Ct.scrollHeight-Ct.clientHeight&&(ut=requestAnimationFrame(ho));};ut=requestAnimationFrame(ho);}else if(pa<ga&&Ct.scrollTop>0){let bo=Math.max(1,Math.round(xa*(1-Math.max(0,pa)/ga))),ho=()=>{Ct.scrollTop-=bo,pr(),Ct.scrollTop>0&&(ut=requestAnimationFrame(ho));};ut=requestAnimationFrame(ho);}},St=Ct=>{dt=Ct.clientY,pr(),Zr();},Xt=Ct=>{window.removeEventListener("mousemove",St),window.removeEventListener("mouseup",Xt),xr(),document.body.style.cursor="",document.body.style.userSelect="",Ft(null);let Et=zt(Ct.clientY),er=new Map(Wt.current.map(qr=>[qr.id,qr])),ga=er.get(Z);if(!ga)return;let xa=ot(ga,ue),pa=[];for(let qr of Fe(Et)){if(qr===Z)continue;let fo=er.get(qr);fo&&(fo.subtasks&&fo.subtasks.length>0||pa.push(qr));}pa.length>0&&r.onBulkFill?.(pa,ue,xa);};window.addEventListener("mousemove",St),window.addEventListener("mouseup",Xt);},ua=D=>hr?hr.rangeIds.has(D):false;react.useEffect(()=>{if(U)return document.addEventListener("mousemove",_r),document.addEventListener("mouseup",Dr),document.body.style.cursor="grabbing",document.body.style.userSelect="none",()=>{document.removeEventListener("mousemove",_r),document.removeEventListener("mouseup",Dr),document.body.style.cursor="",document.body.style.userSelect="";}},[U,_r,Dr]);let[jt,oa]=react.useState("all"),[se,me]=react.useState(false),mt=react.useRef(null),Xe=react.useRef(null),it=react.useMemo(()=>{let D=0;function Z(ue,Te){for(let ke of ue)Te>D&&(D=Te),ke.subtasks?.length&&Z(ke.subtasks,Te+1);}return Z(e,1),D},[e]);react.useEffect(()=>{if(!se)return;let D=Z=>{mt.current?.contains(Z.target)||Xe.current?.contains(Z.target)||me(false);};return document.addEventListener("mousedown",D),()=>document.removeEventListener("mousedown",D)},[se]),react.useEffect(()=>{if(jt==="all"){let ue=function(Te){for(let ke of Te)ke.subtasks?.length&&(ke.isExpanded===false&&r.onTaskToggleExpand?.(ke.id),ue(ke.subtasks));};ue(e);}else {let ue=function(Te,ke){for(let je of Te)if(je.subtasks?.length){let ae=ke<jt,Fe=je.isExpanded!==false;ae!==Fe&&r.onTaskToggleExpand?.(je.id),ue(je.subtasks,ke+1);}};ue(e,1);}},[jt]);let[V,ce]=react.useState(null),[Q,O]=react.useState(0),[te,we]=react.useState(0),M=react.useRef(null),[R,q]=react.useState(null),[xe,re]=react.useState(null);react.useEffect(()=>{h&&kt(D=>{if(D.length===h.length){let Z=true;for(let ue=0;ue<D.length;ue++){let Te=D[ue],ke=h[ue];if(!Te||!ke||Te.id!==ke.id||Te.visible!==ke.visible||Te.width!==ke.width||Te.label!==ke.label){Z=false;break}}if(Z)return D}return h});},[h]),react.useEffect(()=>{if(!(!k||typeof window>"u"))try{localStorage.setItem(k,JSON.stringify({statusFilter:Nt,hideCompleted:Oe}));}catch(D){console.error("Error persisting filter state:",D);}},[k,Nt,Oe]);let Ze=react.useMemo(()=>{let D=new Set;function Z(ue){for(let Te of ue)Te.subtasks?.length&&(Te.isExpanded!==false&&D.add(Te.id),Z(Te.subtasks));}return Z(e),D},[e]),Ye=react.useMemo(()=>st.filter(D=>D.visible),[st]),Rt=react.useCallback(D=>{r.onTaskToggleExpand?.(D);},[r]),Lt=react.useCallback(D=>{Me===D?et(Z=>Z==="asc"?"desc":"asc"):(qe(D),et("asc")),r.onSortChange?.({column:D,direction:de==="asc"?"desc":"asc"});},[Me,de,r]),Bt=react.useCallback(D=>{kt(D),r.onColumnsChange?.(D);},[r]),or=react.useCallback(D=>{let Z=st.map(ue=>ue.id===D?{...ue,visible:false}:ue);Bt(Z);},[st,Bt]),Qa=react.useCallback((D,Z)=>{qe(D),et(Z);},[]),sr=react.useCallback((D,Z,ue)=>{C&&(D.preventDefault(),_({isOpen:true,x:D.clientX,y:D.clientY,type:Z?"task":"header",task:Z,columnId:ue}));},[C]),Ra=react.useCallback(()=>{_(D=>({...D,isOpen:false}));},[]),Ho=react.useCallback((D,Z)=>{if(!w)return;D.preventDefault(),D.stopPropagation();let ue=st.find(Te=>Te.id===Z);ue&&(ce(Z),O(D.clientX),we(ue.width));},[st,w]);react.useEffect(()=>{if(!V)return;let D=st,Z=Te=>{let ke=Te.clientX-Q,je=Math.max(50,te+ke);D=D.map(ae=>ae.id===V?{...ae,width:je}:ae),kt(D);},ue=()=>{r.onColumnsChange?.(D),ce(null);};return document.addEventListener("mousemove",Z),document.addEventListener("mouseup",ue),()=>{document.removeEventListener("mousemove",Z),document.removeEventListener("mouseup",ue);}},[V,Q,te,r]);let Mn=react.useCallback((D,Z)=>{if(Z==="name"){D.preventDefault();return}q(Z),D.dataTransfer.effectAllowed="move",D.dataTransfer.setData("text/plain",Z),D.currentTarget instanceof HTMLElement&&(D.currentTarget.style.opacity="0.5");},[]),Vn=react.useCallback(D=>{D.currentTarget instanceof HTMLElement&&(D.currentTarget.style.opacity="1"),q(null),re(null);},[]),Uo=react.useCallback((D,Z)=>{D.preventDefault(),Z!=="name"&&(D.dataTransfer.dropEffect="move",re(Z));},[]),pi=react.useCallback(()=>{re(null);},[]),Kr=react.useCallback((D,Z)=>{if(D.preventDefault(),!R||R===Z||Z==="name")return;let ue=[...st],Te=ue.findIndex(ae=>ae.id===R),ke=ue.findIndex(ae=>ae.id===Z);if(Te===-1||ke===-1)return;let je=ue.splice(Te,1);je[0]&&(ue.splice(ke,0,je[0]),Bt(ue),q(null),re(null));},[R,st,Bt]),Cs=react.useCallback(async D=>{if(r.onCreateCustomField){let Z={...D,id:`cf_${Date.now()}`,projectId:""};await r.onCreateCustomField(Z);}oe(false);},[r]),Sa=react.useCallback(D=>D.progress===100||D.status==="completed"?"completed":D.progress&&D.progress>0||D.status==="in-progress"?"in-progress":"todo",[]),Ea=react.useMemo(()=>{let D=C0(e);if(Re.trim()){let Z=Re.toLowerCase();D=D.filter(ue=>ue.name.toLowerCase().includes(Z));}if(Nt!=="all"){let Z=new Set(D.filter(ue=>Sa(ue)===Nt).flatMap(ue=>ue.parentPath));D=D.filter(ue=>Z.has(ue.id));}if(Oe){let Z=new Set(D.filter(ue=>Sa(ue)!=="completed").flatMap(ue=>ue.parentPath));D=D.filter(ue=>Z.has(ue.id));}return D.sort((Z,ue)=>{let Te,ke;switch(Me){case "name":Te=Z.name.toLowerCase(),ke=ue.name.toLowerCase();break;case "startDate":Te=Z.startDate?.getTime()||0,ke=ue.startDate?.getTime()||0;break;case "endDate":Te=Z.endDate?.getTime()||0,ke=ue.endDate?.getTime()||0;break;case "progress":Te=Z.progress||0,ke=ue.progress||0;break;case "status":Te=Z.status||"todo",ke=ue.status||"todo";break;case "priority":let je={urgent:0,high:1,medium:2,low:3,none:4};Te=je[Z.priority]??4,ke=je[ue.priority]??4;break;case "position":return 0;default:return 0}return Te<ke?de==="asc"?-1:1:Te>ke?de==="asc"?1:-1:0}),D},[e,Re,Nt,Oe,Me,de,Sa]);Wt.current=Ea;let bn=react.useCallback((D,Z)=>{let ue=je=>{r.onTaskUpdate?.({...D,...je});},Te=je=>je?D.customFields?.find(Fe=>Fe.fieldId===je)?.value:void 0,ke=(je,ae)=>{if(!je)return;let Ke=[...D.customFields||[]],Le=Ke.findIndex(zt=>zt.fieldId===je);Le>=0?Ke[Le]={fieldId:je,value:ae}:Ke.push({fieldId:je,value:ae}),ue({customFields:Ke});};switch(Z.type){case "name":return null;case "status":return jsxRuntime.jsx(dg,{value:D.status||(D.progress===100?"completed":D.progress&&D.progress>0?"in-progress":"todo"),onChange:ae=>{ue({status:ae,progress:ae==="completed"?100:ae==="in-progress"?50:0});},isDark:W,locale:f,translations:j.status});case "priority":return jsxRuntime.jsx(pg,{value:D.priority,onChange:ae=>ue({priority:ae}),isDark:W,locale:f});case "assignees":{let ae=D.hasChildren,Fe=D.assignees||[];if(ae&&D.subtasks?.length){let Ke=new Map,Le=zt=>{(zt||[]).forEach(dt=>{(dt.assignees||[]).forEach(ut=>{Ke.has(ut.name)||Ke.set(ut.name,ut);}),dt.subtasks?.length&&Le(dt.subtasks);});};Le(D.subtasks),Fe=Array.from(Ke.values());}else ae&&(Fe=[]);return jsxRuntime.jsx(yd,{value:Fe,availableUsers:c,onChange:Ke=>ue({assignees:Ke}),isDark:W,locale:f,disabled:ae})}case "startDate":return jsxRuntime.jsx(fl,{value:D.startDate,onChange:ae=>ue({startDate:ae}),isDark:W,locale:f,dateField:"start",startDate:D.startDate,endDate:D.endDate});case "endDate":return jsxRuntime.jsx(fl,{value:D.endDate,onChange:ae=>ue({endDate:ae}),isDark:W,locale:f,dateField:"end",startDate:D.startDate,endDate:D.endDate});case "progress":{let ae=!!(D.subtasks&&D.subtasks.length>0),Fe=ae?w0(Rd(D.subtasks||[])):D.progress||0;return jsxRuntime.jsx(wg,{value:Fe,onChange:ae?void 0:Ke=>{let Le=Ke===100?"completed":Ke>0?"in-progress":"todo";ue({progress:Ke,status:Le});},isDark:W,disabled:ae})}case "tags":return jsxRuntime.jsx(Ag,{value:D.tags||[],isDark:W});case "text":return jsxRuntime.jsx(Tg,{value:Te(Z.customFieldId)||"",onChange:ae=>ke(Z.customFieldId,ae),isDark:W});case "number":return jsxRuntime.jsx(Sg,{value:Te(Z.customFieldId)||0,onChange:ae=>ke(Z.customFieldId,ae),isDark:W});case "date":let je=Te(Z.customFieldId);return jsxRuntime.jsx(fl,{value:je?new Date(je):void 0,onChange:ae=>ke(Z.customFieldId,ae),isDark:W,locale:f});case "dropdown":return jsxRuntime.jsx(Eg,{value:Te(Z.customFieldId)||"",options:Z.options||[],onChange:ae=>ke(Z.customFieldId,ae),isDark:W});case "checkbox":return jsxRuntime.jsx(Pg,{value:Te(Z.customFieldId)||false,onChange:ae=>ke(Z.customFieldId,ae),isDark:W});case "estimatedTime":{let ae=D.status==="completed"||D.progress===100;return jsxRuntime.jsx(Aa,{value:D.estimatedTime,onChange:Fe=>ue({estimatedTime:Fe}),isDark:W,locale:f,disabled:ae,lens:T,hourlyRate:$(D)})}case "quotedTime":{let ae=D.status==="completed"||D.progress===100,Fe=N?.enabled&&(!N.columns||N.columns.includes("quotedTime"));return jsxRuntime.jsx(Aa,{value:D.quotedTime,onChange:Ke=>ue({quotedTime:Ke}),isDark:W,locale:f,disabled:ae,isBlurred:Fe,lens:T,hourlyRate:$(D)})}case "elapsedTime":{let ae=D.status==="completed"||D.progress===100,Fe=D.executedDollarsCanonical;return jsxRuntime.jsx(Aa,{value:D.elapsedTime,onChange:Ke=>ue({elapsedTime:Ke}),isDark:W,locale:f,disabled:ae,lens:T,hourlyRate:$(D),financialOverride:Fe})}case "effortMinutes":{if(ee&&D.subtasks&&D.subtasks.length>0){let{allocated:zt}=xs(D);if(T==="financial"){let dt=ve(D),ut=Math.round(dt.dollarAllocated),xr=Math.round(dt.dollarQuoted),pr=xr-ut;return jsxRuntime.jsxs("div",{className:"flex flex-col",children:[ut>0?jsxRuntime.jsxs("span",{className:g("text-sm font-mono",W?"text-white/60":"text-gray-500"),children:["$",ut.toLocaleString("es-CO")]}):null,pr!==0&&ut>0&&xr>0&&jsxRuntime.jsxs("span",{className:g("text-[9px] font-mono font-bold px-1.5 py-0.5 rounded whitespace-nowrap mt-0.5",pr>0?"bg-[#064e3b] text-[#10b981] border border-[#065f46]/30":"bg-[#451a03] text-[#f59e0b] border border-[#78350f]/30"),children:[pr>0?"+":"",Math.abs(pr)>=1e3?`$${(pr/1e3).toFixed(1)}K`:`$${pr}`]})]})}return jsxRuntime.jsx(Aa,{value:zt>0?zt:void 0,isDark:W,locale:f,disabled:true,lens:T,hourlyRate:Y})}let ae=D.status==="completed"||D.progress===100,Fe=D.effortMinutes||0,Ke=D.soldEffortMinutes||0,Le=$(D);if(T==="financial"&&Le&&Fe>0&&Ke>0){let zt=Math.round(Fe/60*Le),ut=Math.round(Ke/60*Le)-zt;return jsxRuntime.jsxs("div",{className:"flex flex-col",children:[jsxRuntime.jsx(Aa,{value:Fe,onChange:xr=>ue({effortMinutes:xr}),isDark:W,locale:f,disabled:ae,lens:T,hourlyRate:$(D)}),ut!==0&&jsxRuntime.jsxs("span",{className:g("text-[9px] font-mono font-bold px-1.5 py-0.5 rounded whitespace-nowrap mt-0.5",ut>=0?"bg-[#064e3b] text-[#10b981] border border-[#065f46]/30":"bg-[#451a03] text-[#f59e0b] border border-[#78350f]/30"),children:[ut>0?"+":"",Math.abs(ut)>=1e3?`$${(ut/1e3).toFixed(1)}K`:`$${ut}`]})]})}return jsxRuntime.jsx(Aa,{value:Fe,onChange:zt=>ue({effortMinutes:zt}),isDark:W,locale:f,disabled:ae,lens:T,hourlyRate:$(D)})}case "timeLoggedMinutes":{let ae=D.executedDollarsCanonical;if(ee&&D.subtasks&&D.subtasks.length>0){let{spent:Ke}=xs(D);return jsxRuntime.jsx(Aa,{value:Ke>0?Ke:void 0,isDark:W,locale:f,disabled:true,lens:T,hourlyRate:$(D),financialOverride:ae})}let Fe=D.status==="completed"||D.progress===100;return jsxRuntime.jsx(Aa,{value:D.timeLoggedMinutes,onChange:r.onLogTime?Ke=>{r.onLogTime?.(D,Ke);}:void 0,isDark:W,locale:f,placeholder:f==="es"?"Agregar":"Add",disabled:Fe,lens:T,hourlyRate:$(D),financialOverride:ae})}case "soldEffortMinutes":{if(ee&&D.subtasks&&D.subtasks.length>0){let{quoted:Ke}=xs(D),Le=N?.enabled&&(!N.columns||N.columns.includes("soldEffortMinutes"));return jsxRuntime.jsx(Aa,{value:Ke>0?Ke:void 0,isDark:W,locale:f,disabled:true,isBlurred:Le,lens:T,hourlyRate:$(D)})}let ae=D.status==="completed"||D.progress===100,Fe=N?.enabled&&(!N.columns||N.columns.includes("soldEffortMinutes"));return jsxRuntime.jsx(Aa,{value:D.soldEffortMinutes,onChange:Ke=>ue({soldEffortMinutes:Ke}),isDark:W,locale:f,disabled:ae,isBlurred:Fe,lens:T,hourlyRate:$(D)})}case "scheduleVariance":{let ae=D.effortMinutes||0,Fe=D.soldEffortMinutes||0,Ke=D.timeLoggedMinutes||0,Le=ae>0||Fe>0||Ke>0;return jsxRuntime.jsx($g,{startDate:D.startDate,endDate:D.endDate,scheduleVariance:D.scheduleVariance,isDark:W,locale:f,hasTimeAllocated:Le})}case "hoursBar":{if(ee&&D.hasChildren){let{spent:ae,allocated:Fe,quoted:Ke}=xs(D),Le=ae>Fe&&Fe>0;return jsxRuntime.jsxs("span",{className:g("text-[11px] font-mono flex items-center gap-1.5",W?"text-white/50":"text-gray-500"),children:[jsxRuntime.jsx("span",{className:g("font-bold",Le?"text-[#FF453A]":W?"text-white/80":"text-gray-800"),children:ys(ae)}),Fe>0&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[" / ",jsxRuntime.jsx("span",{className:W?"text-white/60":"text-gray-600",children:ys(Fe)})]}),Ke>0&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[" / ",jsxRuntime.jsx("span",{className:W?"text-amber-400/70":"text-amber-600",children:ys(Ke)})]})]})}return jsxRuntime.jsx(Hg,{task:D,isDark:W,locale:f,onLogTime:r.onLogTime,onEstimateUpdate:r.onEstimateUpdate,onSoldEffortUpdate:r.onSoldEffortUpdate,showSoldEffort:t.showSoldEffort,onOpenTimeLog:r.onOpenTimeLog,lens:T,hourlyRate:$(D)})}case "teamLoad":return D.hasChildren||D.subtasks&&D.subtasks.length>0?jsxRuntime.jsx(Wg,{task:D,isDark:W,locale:f}):jsxRuntime.jsx(yd,{value:D.assignees||[],availableUsers:c,onChange:Fe=>{r.onTaskUpdate?.({...D,assignees:Fe});},isDark:W,locale:f});case "blockers":return jsxRuntime.jsx(Gg,{blockers:D.blockers,isDark:W,locale:f});case "weight":{let ae=be.get(D.id);if(ae!==void 0)return jsxRuntime.jsx("span",{className:g("text-xs font-mono",ae>0?W?"text-white/50":"text-gray-400":W?"text-white/30":"text-gray-300"),style:{fontFamily:"JetBrains Mono, monospace"},children:ae>0?`${Number(ae.toFixed(2))}%`:"\u2014"});let Fe=D.weight||0;return jsxRuntime.jsx(R1,{value:Fe,onChange:Ke=>ue({weight:Ke}),isDark:W})}default:return jsxRuntime.jsx("span",{className:g("text-sm",W?"text-white/60":"text-gray-500"),children:"-"})}},[r,W,f,c,j,ee,be]),go=react.useCallback(D=>{let ue={name:j.columns.name,status:j.columns.status,priority:j.columns.priority,assignees:j.columns.assignees,startDate:j.columns.startDate,endDate:j.columns.endDate,progress:j.columns.progress,tags:j.columns.tags||(f==="es"?"Etiquetas":"Tags"),estimatedTime:j.columns.estimatedTime||(f==="es"?"Estimado":"Estimated"),quotedTime:j.columns.quotedTime||(f==="es"?"Ofertado":"Quoted"),elapsedTime:j.columns.elapsedTime||(f==="es"?"Ejecutado":"Executed"),soldEffortMinutes:j.columns.soldEffortMinutes||(f==="es"?"Ofertado":"Quoted"),effortMinutes:j.columns.effortMinutes||(f==="es"?"Estimado":"Estimated"),timeLoggedMinutes:j.columns.timeLoggedMinutes||(f==="es"?"Ejecutado":"Executed"),scheduleVariance:j.columns.scheduleVariance||(f==="es"?"Prog / Var":"Sched / Var"),hoursBar:j.columns.hoursBar||(f==="es"?"Horas (Usado / Asignado)":"Hours (Spent / Allocated)"),teamLoad:j.columns.teamLoad||(f==="es"?"Equipo":"Team"),blockers:j.columns.blockers||(f==="es"?"Bloqueantes":"Blockers"),weight:j.columns.weight||(f==="es"?"Peso":"Weight")}[D.type]||D.label;return typeof ue=="string"?ue:String(ue||D.type)},[j,f]),Pn=react.useMemo(()=>{let ue=Ye.reduce((ke,je)=>ke+je.width,0)+(v?48:0),Te={};for(let ke of Ye)Te[ke.id]=`${ke.width/ue*100}%`;return Te},[Ye,v]);return a?jsxRuntime.jsx("div",{className:g("flex-1 flex items-center justify-center",W?"bg-[#0D0D0D]":"bg-white",s),style:o,children:jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-4",children:[jsxRuntime.jsx("div",{className:"w-8 h-8 animate-spin rounded-full border-b-2 border-[#00E5CC]"}),jsxRuntime.jsxs("p",{className:g("text-sm",W?"text-white/60":"text-gray-600"),children:[j.empty.noTasks,"..."]})]})}):n?jsxRuntime.jsx("div",{className:g("flex-1 flex items-center justify-center",W?"bg-[#0D0D0D]":"bg-white",s),style:o,children:jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-4 max-w-md text-center",children:[jsxRuntime.jsx("div",{className:"w-12 h-12 rounded-full bg-red-500/10 flex items-center justify-center",children:jsxRuntime.jsx("span",{className:"text-red-500 text-2xl",children:"\u26A0"})}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("h3",{className:g("text-lg font-semibold mb-2",W?"text-white":"text-gray-900"),children:"Error"}),jsxRuntime.jsx("p",{className:g("text-sm",W?"text-white/60":"text-gray-600"),children:typeof n=="string"?n:n.message})]})]})}):e.length===0?jsxRuntime.jsx("div",{className:g("flex-1 flex items-center justify-center",W?"bg-[#0D0D0D]":"bg-white",s),style:o,children:jsxRuntime.jsxs("div",{className:"text-center max-w-md",children:[jsxRuntime.jsx("div",{className:"w-16 h-16 mx-auto mb-4 rounded-2xl bg-[#00E5CC]/10 flex items-center justify-center",children:jsxRuntime.jsx(lucideReact.List,{className:"w-8 h-8 text-[#00E5CC]"})}),jsxRuntime.jsx("h3",{className:g("text-lg font-semibold mb-2",W?"text-white":"text-gray-900"),children:j.empty.noTasks}),jsxRuntime.jsx("p",{className:g("text-sm",W?"text-white/60":"text-gray-600"),children:j.empty.addFirstTask})]})}):jsxRuntime.jsxs("div",{ref:M,className:g(W?"bg-[#0D0D0D]":"bg-white",V&&"select-none",s),style:{display:"flex",flexDirection:"column",flex:"1 1 0%",width:"100%",height:"100%",overflow:"hidden",minHeight:0,...o},children:[jsxRuntime.jsx("div",{className:g("flex-shrink-0 px-6 py-4 border-b",W?"border-[#222]":"border-gray-200"),children:jsxRuntime.jsxs("div",{className:"flex items-center gap-4",children:[jsxRuntime.jsxs("div",{className:g("text-sm",W?"text-white/60":"text-gray-600"),children:[Ea.length," ",j.pagination.tasks]}),y&&jsxRuntime.jsxs("div",{className:"relative flex-1 max-w-md",children:[jsxRuntime.jsx(lucideReact.Search,{className:g("absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4",W?"text-white/60":"text-gray-400")}),jsxRuntime.jsx("input",{type:"text",value:Re,onChange:D=>Be(D.target.value),placeholder:j.toolbar.searchPlaceholder,className:g("w-full h-9 pl-10 pr-4 rounded-lg border outline-none focus:ring-2 focus:ring-[#00E5CC]/30",W?"bg-white/[0.03] border-[#222] text-white placeholder:text-white/30 font-mono":"bg-gray-100 border-gray-200 text-gray-900 placeholder:text-gray-400")})]}),jsxRuntime.jsx("div",{className:"flex-1"}),i&&jsxRuntime.jsx("div",{className:"flex items-center gap-2",children:i}),b&&it>1&&jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsxs("button",{ref:mt,onClick:()=>me(!se),className:g("flex items-center gap-1.5 px-2 py-1.5 rounded-lg border transition-colors text-[11px] font-medium",W?se?"bg-[#00E5CC]/10 border-[#00E5CC]/40 text-[#00E5CC]":"bg-white/[0.03] border-[#333] text-white/50 hover:text-white/70 hover:bg-white/[0.05]":se?"bg-[#00E5CC]/15 border-[#00E5CC] text-[#00C4AE]":"bg-gray-100 border-gray-200 text-gray-500 hover:text-gray-700 hover:bg-gray-200"),style:{fontFamily:"'JetBrains Mono', monospace"},children:[jsxRuntime.jsx(lucideReact.Layers,{className:"w-3.5 h-3.5"}),jt==="all"?f==="es"?"Todos":"All":`L${jt}`]}),se&&jsxRuntime.jsx("div",{ref:Xe,className:g("absolute top-full mt-1 right-0 w-24 rounded-lg border overflow-hidden z-50 shadow-lg",W?"bg-[#1A1A1A] border-[#333]":"bg-white border-gray-200"),children:[{value:"all",label:f==="es"?"Todos":"All"},...Array.from({length:Math.min(it,5)},(D,Z)=>({value:Z+1,label:`L${Z+1}`}))].map(D=>jsxRuntime.jsxs("button",{onClick:()=>{oa(D.value),me(false);},className:g("w-full px-3 py-2 text-left text-xs transition-colors flex items-center justify-between",W?jt===D.value?"bg-[#00E5CC]/10 text-[#00E5CC]":"text-white/60 hover:bg-white/[0.05] hover:text-white/80":jt===D.value?"bg-[#00E5CC]/15 text-[#00C4AE]":"text-gray-600 hover:bg-gray-100"),children:[jsxRuntime.jsx("span",{children:D.label}),jt===D.value&&jsxRuntime.jsx("span",{className:"text-[#00E5CC]",children:"\u2713"})]},String(D.value)))})]}),jsxRuntime.jsx(m0,{value:Nt,hideCompleted:Oe,onChange:bt,onHideCompletedChange:Ie,isDark:W,locale:f}),ye?.enabled&&ye.data&&!fe&&jsxRuntime.jsx("button",{onClick:()=>ze(true),className:g("flex items-center justify-center w-8 h-8 rounded-lg border transition-colors",W?"border-[#333] text-white/40 hover:text-white/70 hover:bg-white/[0.05]":"border-gray-200 text-gray-400 hover:text-gray-600 hover:bg-gray-100"),title:f==="es"?"Abrir panel de salud":"Open health panel",children:jsxRuntime.jsx(lucideReact.PanelRight,{className:"w-4 h-4"})}),t.toolbarEndContent,S&&F&&jsxRuntime.jsxs(framerMotion.motion.button,{onClick:F,className:"flex items-center gap-2 px-3 py-1.5 rounded-lg text-xs transition-[transform,box-shadow]",style:{background:"linear-gradient(135deg, #00E5CC 0%, #005FCC 100%)",color:"#FFFFFF",fontFamily:"Inter, sans-serif",fontWeight:500,boxShadow:"0 2px 8px rgba(0, 123, 255, 0.3)"},whileHover:{scale:1.02,boxShadow:"0 4px 12px rgba(0, 123, 255, 0.4)"},whileTap:{scale:.98},children:[jsxRuntime.jsx(lucideReact.Plus,{className:"w-4 h-4"}),jsxRuntime.jsx("span",{children:j.toolbar.newTask})]})]})}),jsxRuntime.jsxs("div",{style:{display:"flex",flex:"1 1 0%",overflow:"hidden",minHeight:0},children:[jsxRuntime.jsx("div",{style:{flex:"1 1 0%",overflow:"auto",minHeight:0},children:jsxRuntime.jsxs("div",{style:{width:"100%"},children:[jsxRuntime.jsxs("div",{className:g("flex-shrink-0 flex items-center border-b text-[10px] font-bold uppercase tracking-wider sticky top-0 z-10",W?"border-[#222] bg-[#1A1A1A] font-mono text-white/70":"border-gray-200 bg-gray-50 text-gray-600"),children:[br&&jsxRuntime.jsx("div",{className:"w-5 flex-shrink-0"}),Ye.map(D=>{let Z=D.id!=="name",ue=xe===D.id&&R!==D.id;return jsxRuntime.jsxs("div",{className:g("relative flex items-center gap-2 px-4 py-2 transition-all duration-150 group",W?"text-white/60":"text-gray-500",Z&&"cursor-grab",D.type!=="name"&&"justify-center",R===D.id&&"opacity-50",ue&&(W?"bg-[#00E5CC]/20 border-l-2 border-l-[#00E5CC]":"bg-[#00E5CC]/15 border-l-2 border-l-[#00E5CC]")),style:{width:Pn[D.id],minWidth:D.minWidth},draggable:Z,onDragStart:Z?Te=>Mn(Te,D.id):void 0,onDragEnd:Z?Vn:void 0,onDragOver:Z?Te=>Uo(Te,D.id):void 0,onDragLeave:Z?pi:void 0,onDrop:Z?Te=>Kr(Te,D.id):void 0,onContextMenu:Te=>sr(Te,void 0,D.id),children:[Z&&jsxRuntime.jsx(lucideReact.GripVertical,{className:g("w-3 h-3 flex-shrink-0 transition-opacity",W?"text-white/20 group-hover:text-white/50":"text-gray-300 group-hover:text-gray-500")}),d?jsxRuntime.jsxs("button",{draggable:false,onClick:Te=>{let ke=Te.currentTarget.getBoundingClientRect();d(D.id,ke);},className:"flex items-center gap-1.5 hover:text-[#00E5CC]",children:[go(D),u?.includes(D.id)&&jsxRuntime.jsx("span",{title:"filtered",style:{width:6,height:6,borderRadius:"50%",background:p,display:"inline-block",flexShrink:0}}),Me===D.id&&jsxRuntime.jsx(lucideReact.ArrowUpDown,{className:"w-3 h-3 text-[#00E5CC]"})]}):D.sortable?jsxRuntime.jsxs("button",{draggable:false,onClick:()=>Lt(D.id),className:"flex items-center gap-1 hover:text-[#00E5CC]",children:[go(D),u?.includes(D.id)&&jsxRuntime.jsx("span",{title:"filtered",style:{width:6,height:6,borderRadius:"50%",background:p,display:"inline-block",flexShrink:0}}),jsxRuntime.jsx(lucideReact.ArrowUpDown,{className:g("w-3 h-3",Me===D.id&&"text-[#00E5CC]")})]}):jsxRuntime.jsxs("span",{draggable:false,className:"flex items-center gap-1.5",children:[go(D),u?.includes(D.id)&&jsxRuntime.jsx("span",{title:"filtered",style:{width:6,height:6,borderRadius:"50%",background:p,display:"inline-block",flexShrink:0}})]}),w&&D.resizable&&jsxRuntime.jsx("div",{className:g("absolute right-0 top-0 bottom-0 w-1 cursor-col-resize group","hover:bg-[#00E5CC]",V===D.id&&"bg-[#00E5CC]"),onMouseDown:Te=>Ho(Te,D.id)})]},D.id)}),v&&jsxRuntime.jsxs("div",{className:"relative flex items-center justify-center w-12 flex-shrink-0",children:[jsxRuntime.jsx("button",{onClick:D=>{D.stopPropagation(),He(Z=>!Z);},className:g("p-0.5 rounded transition-colors",W?"hover:bg-white/[0.05] text-white/60 hover:text-white":"hover:bg-gray-200 text-gray-400 hover:text-gray-600",$e&&(W?"bg-white/[0.05]":"bg-gray-200")),title:f==="es"?"Agregar columna":"Add column",children:jsxRuntime.jsx(lucideReact.Plus,{className:"w-3 h-3"})}),jsxRuntime.jsx(s0,{isOpen:$e,onClose:()=>He(false),columns:st,customFields:l,onColumnsChange:Bt,onCreateCustomField:()=>{He(false),oe(true);},isDark:W,locale:f})]})]}),jsxRuntime.jsx(framerMotion.AnimatePresence,{mode:"popLayout",children:Ea.map((D,Z)=>{let ue=Ze.has(D.id),Te=Math.min(Z*.01,.2),ke=D.hasChildren&&D.level===0,je=D.subtasks?.length||0;if(ke){let{spent:dt,allocated:ut,quoted:xr}=xs(D),pr=I1(D);return jsxRuntime.jsxs(framerMotion.motion.div,{"data-task-id":D.id,initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},transition:{duration:.15,delay:Te},className:g("flex items-center border-y cursor-pointer transition-colors duration-500",W?"border-[#222] bg-[#222]":"border-gray-200 bg-gray-100",Ce===D.id&&(W?"!bg-[#FFD60A]/15":"!bg-yellow-100")),onClick:()=>r.onTaskClick?.(D),children:[br&&jsxRuntime.jsx("div",{className:"w-5 flex-shrink-0"}),Ye.map(Zr=>jsxRuntime.jsx("div",{className:g("flex items-center px-4 py-3 min-h-[56px]",Zr.type!=="name"&&"justify-center"),style:{width:Pn[Zr.id],minWidth:Zr.minWidth},children:Zr.type==="name"?jsxRuntime.jsxs("div",{className:"flex items-start gap-2 min-w-0 w-full",children:[jsxRuntime.jsx("button",{onClick:St=>{St.stopPropagation(),Rt(D.id);},className:g("p-0.5 rounded flex-shrink-0 mt-0.5",W?"hover:bg-white/[0.05]":"hover:bg-gray-200"),children:ue?jsxRuntime.jsx(lucideReact.ChevronDown,{className:g("w-4 h-4",W?"text-white/40":"text-gray-500")}):jsxRuntime.jsx(lucideReact.ChevronRight,{className:g("w-4 h-4",W?"text-white/40":"text-gray-500")})}),jsxRuntime.jsx("span",{onClick:St=>{St.stopPropagation(),Rt(D.id);},className:"flex-shrink-0 cursor-pointer mt-0.5",children:ue?jsxRuntime.jsx(lucideReact.FolderOpen,{className:"w-4 h-4",style:{color:W?"#FFD60A":"#B45309"}}):jsxRuntime.jsx(lucideReact.Folder,{className:"w-4 h-4",style:{color:W?"#FFD60A":"#B45309"}})}),D.wbsCode&&jsxRuntime.jsx("span",{className:"text-[10px] font-mono flex-shrink-0 mt-1",style:{color:W?"#FFD60A":"#B45309"},children:D.wbsCode}),jsxRuntime.jsxs("div",{className:"flex flex-col min-w-0",children:[jsxRuntime.jsx("span",{className:g("text-[13px] font-bold uppercase tracking-wide",W?"text-white":"text-gray-900"),style:{fontFamily:"Inter, system-ui, sans-serif"},children:D.name}),jsxRuntime.jsxs("span",{className:g("text-[10px] font-mono",W?"text-white/30":"text-gray-500"),children:["(",je," ",f==="es"?je===1?"Tarea":"Tareas":je===1?"Item":"Items",")"]}),pr!==null&&jsxRuntime.jsxs("span",{className:g("text-[9px] font-mono px-1.5 py-0.5 rounded w-fit mt-0.5",pr>=1?"text-[#32D74B] bg-[#32D74B]/10":pr>=.8?"text-[#FFD60A] bg-[#FFD60A]/10":"text-[#FF453A] bg-[#FF453A]/10"),children:["Avg SPI: ",pr.toFixed(2)]})]})]}):Zr.type==="timeLoggedMinutes"?T==="financial"?(()=>{let St=D.executedDollarsCanonical,Xt=St!=null?Math.round(St):Math.round(ve(D).dollarSpent);return Xt>0?jsxRuntime.jsxs("span",{className:g("text-sm font-mono",W?"text-white/60":"text-gray-500"),children:["$",Xt.toLocaleString("en-US")]}):null})():jsxRuntime.jsx(Aa,{value:dt>0?dt:void 0,isDark:W,locale:f,disabled:true,lens:T,hourlyRate:$(D)}):Zr.type==="soldEffortMinutes"?T==="financial"?(()=>{let St=ve(D),Xt=Math.round(St.dollarQuoted);return Xt>0?jsxRuntime.jsxs("span",{className:g("text-sm font-mono",W?"text-white/60":"text-gray-500"),children:["$",Xt.toLocaleString("en-US")]}):null})():jsxRuntime.jsx(Aa,{value:xr>0?xr:void 0,isDark:W,locale:f,disabled:true,lens:T,hourlyRate:$(D)}):Zr.type==="effortMinutes"?T==="financial"?(()=>{let St=ve(D),Xt=Math.round(St.dollarAllocated),Ct=Math.round(St.dollarQuoted),Et=Ct-Xt;return jsxRuntime.jsxs("div",{className:"flex flex-col",children:[Xt>0?jsxRuntime.jsxs("span",{className:g("text-sm font-mono",W?"text-white/60":"text-gray-500"),children:["$",Xt.toLocaleString("es-CO")]}):null,Et!==0&&Xt>0&&Ct>0&&jsxRuntime.jsxs("span",{className:g("text-[9px] font-mono font-bold px-1.5 py-0.5 rounded whitespace-nowrap mt-0.5",Et>0?"bg-[#064e3b] text-[#10b981] border border-[#065f46]/30":"bg-[#451a03] text-[#f59e0b] border border-[#78350f]/30"),children:[Et>0?"+":"",Math.abs(Et)>=1e3?`$${(Et/1e3).toFixed(1)}K`:`$${Et}`]})]})})():jsxRuntime.jsx(Aa,{value:ut>0?ut:void 0,isDark:W,locale:f,disabled:true,lens:T,hourlyRate:$(D)}):bn(D,Zr)},Zr.id)),v&&jsxRuntime.jsx("div",{className:"w-12 flex-shrink-0"})]},D.id)}let ae=U===D.id,Fe=rt===D.id,Ke=Fe&&Qe==="above",Le=Fe&&Qe==="below",zt=Fe&&Qe==="child";return jsxRuntime.jsxs(framerMotion.motion.div,{"data-task-id":D.id,"data-listview-row":D.id,initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},transition:{duration:.15,delay:Te},className:g("flex items-center border-b transition-colors relative group",W?"border-[#222] hover:bg-white/[0.05]":"border-gray-100 hover:bg-gray-50",Ce===D.id&&(W?"!bg-[#FFD60A]/15":"!bg-yellow-100")),style:{opacity:ae?.4:1,backgroundColor:zt?W?"rgba(0, 229, 204,0.08)":"rgba(0, 229, 204,0.05)":void 0,boxShadow:zt?"inset 0 0 0 2px #00E5CC":void 0},onClick:()=>r.onTaskClick?.(D),onDoubleClick:()=>r.onTaskDoubleClick?.(D),onContextMenu:dt=>sr(dt,D),onMouseEnter:()=>Yt(D.id),onMouseLeave:()=>Yt(dt=>dt===D.id?null:dt),children:[Ke&&jsxRuntime.jsx("div",{style:{position:"absolute",top:0,left:0,right:0,height:2,backgroundColor:"#00E5CC",zIndex:10}}),Le&&jsxRuntime.jsx("div",{style:{position:"absolute",bottom:0,left:0,right:0,height:2,backgroundColor:"#00E5CC",zIndex:10}}),br&&jsxRuntime.jsx("div",{className:"flex-shrink-0 flex items-center justify-center w-5 cursor-grab opacity-0 group-hover:opacity-40 hover:!opacity-80 transition-opacity",onMouseDown:dt=>nr(D.id,dt),style:{color:W?"#888":"#999"},children:jsxRuntime.jsx(lucideReact.GripVertical,{className:"w-3 h-3"})}),Ye.map(dt=>{let ut=!!(D.subtasks&&D.subtasks.length>0),xr=jr(dt.type),Zr=!!xr&&!ut&&da===D.id&&!hr,St=!!hr&&!!xr&&hr.column===xr&&ua(D.id);return jsxRuntime.jsxs("div",{className:g("flex items-center px-4 py-3 min-h-[56px]",dt.type!=="name"&&"justify-center"),style:{width:Pn[dt.id],minWidth:dt.minWidth,position:"relative",backgroundColor:St?"rgba(0, 229, 204, 0.13)":void 0,boxShadow:St?"inset 0 0 0 1px rgba(0, 229, 204, 0.45)":void 0},children:[dt.type==="name"?jsxRuntime.jsxs("div",{className:"flex items-center gap-2 min-w-0 w-full",children:[b&&D.level>0&&jsxRuntime.jsx("div",{style:{width:`${D.level*24}px`},className:"flex-shrink-0"}),b&&D.hasChildren&&jsxRuntime.jsx("button",{onClick:Xt=>{Xt.stopPropagation(),Rt(D.id);},className:g("p-0.5 rounded flex-shrink-0",W?"hover:bg-white/[0.05]":"hover:bg-gray-200"),children:ue?jsxRuntime.jsx(lucideReact.ChevronDown,{className:g("w-4 h-4",W?"text-white/60":"text-gray-400")}):jsxRuntime.jsx(lucideReact.ChevronRight,{className:g("w-4 h-4",W?"text-white/60":"text-gray-400")})}),b&&!D.hasChildren&&jsxRuntime.jsx("div",{className:"w-5 flex-shrink-0"}),jsxRuntime.jsxs("div",{className:"flex flex-col min-w-0 flex-1",children:[(D.wbsCode||D.taskCode)&&jsxRuntime.jsxs("div",{className:"flex items-center gap-1.5",children:[D.wbsCode&&jsxRuntime.jsx("span",{className:g("text-[10px] font-mono",W?"text-[#00E5CC]":"text-[#00C4AE]"),children:D.wbsCode}),D.taskCode&&jsxRuntime.jsx("span",{className:g("text-[10px] font-mono",W?"text-white/40":"text-gray-400"),children:D.taskCode})]}),jsxRuntime.jsx("span",{className:g("truncate",D.hasChildren?"text-[14px] font-bold":"text-[13px] font-normal",D.progress===100?W?"line-through text-white/50":"line-through text-gray-400":D.hasChildren?W?"text-white":"text-gray-900":W?"text-[#D1D5DB]":"text-gray-600"),children:D.name}),D.tags?.[0]&&jsxRuntime.jsx("span",{className:"text-[9px] font-mono uppercase tracking-wide px-1.5 py-0.5 rounded w-fit",style:{backgroundColor:`${D.tags[0].color}20`,color:D.tags[0].color},children:D.tags[0].name})]})]}):bn(D,dt),Zr&&xr&&jsxRuntime.jsx("div",{title:"Arrastr\xE1 hacia abajo para aplicar a varias tareas",onMouseDown:Xt=>_e(Xt,D.id,xr,Z),style:{position:"absolute",right:2,bottom:2,width:8,height:8,borderRadius:2,background:"#00E5CC",border:"1px solid rgba(0,0,0,0.3)",cursor:"crosshair",zIndex:5}})]},dt.id)}),v&&jsxRuntime.jsx("div",{className:"w-12 flex-shrink-0"})]},D.id)})}),I&&Ea.length>0&&(()=>{let{spent:D,allocated:Z,quoted:ue}=Pe,Te=Z-D,ke=Te<0,je=ke?`+${ys(Math.abs(Te))} ${f==="es"?"EXCEDIDO":"OVER"}`:`+${ys(Te)} ${f==="es"?"AHORRADO":"SAVED"}`,ae=T==="financial"&&Y>0,Fe=K?.breakdown,Ke=!!Fe&&((Fe.equipment??0)>0||(Fe.travel??0)>0),Le=Fe?.laborSpent!=null?Fe.laborSpent:K?.spent!=null?K.spent:Pe.dollarSpent,zt=Fe?.laborAllocated!=null?Fe.laborAllocated:K?.allocated!=null?K.allocated:Pe.dollarAllocated,dt=K?.quoted!=null?K.quoted:Pe.dollarQuoted,ut=(St,Xt)=>{if(ae){let Ct=Xt??St/60*Y;return `$${Math.round(Ct).toLocaleString("es-CO")}`}return ys(St)},xr=ae?Math.abs(zt-Le):0,pr=ae?`+$${xr.toLocaleString("es-CO",{minimumFractionDigits:0,maximumFractionDigits:0})} ${ke?f==="es"?"EXCEDIDO":"OVER":f==="es"?"AHORRADO":"SAVED"}`:je,Zr=ae&&Ke?f==="es"?"solo mano de obra":"labor only":void 0;return jsxRuntime.jsxs("div",{className:g("flex items-center sticky bottom-0 z-[5]",W?"border-t border-[#2A2A3A]":"border-t border-gray-300"),style:{backgroundColor:W?"rgba(13, 17, 23, 0.95)":"rgba(255, 255, 255, 0.95)",backdropFilter:"blur(8px)",WebkitBackdropFilter:"blur(8px)"},children:[br&&jsxRuntime.jsx("div",{className:"w-5 flex-shrink-0"}),Ye.map(St=>jsxRuntime.jsx("div",{className:g("flex items-center px-4 py-3",St.type!=="name"&&"justify-center"),style:{width:Pn[St.id],minWidth:St.minWidth},children:St.type==="name"?jsxRuntime.jsxs("div",{className:"flex flex-col",children:[jsxRuntime.jsx("span",{className:g("text-[11px] font-black uppercase tracking-widest",W?"text-white":"text-gray-900"),style:{fontFamily:"JetBrains Mono, monospace"},children:f==="es"?"TOTAL PROYECTO":"TOTAL PROJECT"}),Zr&&jsxRuntime.jsxs("span",{className:g("text-[9px] font-mono mt-0.5 flex items-center gap-1",W?"text-white/35":"text-gray-400"),children:[jsxRuntime.jsx(lucideReact.Info,{className:"w-2.5 h-2.5"}),Zr]})]}):St.type==="hoursBar"?jsxRuntime.jsxs("div",{className:"flex flex-col items-center w-full",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx("span",{className:g("text-[12px] font-bold",W?"text-white":"text-gray-900"),style:{fontFamily:"JetBrains Mono, monospace"},children:ut(D,ae?Le:void 0)}),jsxRuntime.jsx("span",{className:g("text-[11px]",W?"text-white/40":"text-gray-400"),children:"/"}),jsxRuntime.jsx("span",{className:g("text-[11px]",W?"text-white/50":"text-gray-500"),style:{fontFamily:"JetBrains Mono, monospace"},children:ut(Z,ae?zt:void 0)})]}),Z>0&&jsxRuntime.jsx("span",{className:g("text-[10px] font-semibold mt-0.5 whitespace-nowrap",ke?"text-[#FF453A]":"text-[#32D74B]"),style:{fontFamily:"JetBrains Mono, monospace"},children:ae?pr:je})]}):St.type==="soldEffortMinutes"?jsxRuntime.jsx("span",{className:g("text-[12px] font-bold",W?"text-white":"text-gray-900"),style:{fontFamily:"JetBrains Mono, monospace"},children:ue>0?ut(ue,ae?dt:void 0):"\u2013"}):St.type==="effortMinutes"?(()=>{if(ae&&ue>0&&Z>0){let Xt=Math.round(dt),Ct=Math.round(zt),Et=Xt-Ct,er=Xt>0?Math.round(Et/Xt*100):0;return jsxRuntime.jsxs("div",{className:"flex flex-col items-center",children:[jsxRuntime.jsx("span",{className:g("text-[12px] font-bold",W?"text-white":"text-gray-900"),style:{fontFamily:"JetBrains Mono, monospace"},children:ut(Z,zt)}),jsxRuntime.jsxs("span",{className:g("text-[9px] font-mono font-bold px-1.5 py-0.5 rounded whitespace-nowrap mt-0.5",Et>=0?"bg-[#064e3b] text-[#10b981] border border-[#065f46]/30":"bg-[#451a03] text-[#f59e0b] border border-[#78350f]/30"),children:[Et>=0?"+":"",Math.abs(Et)>=1e3?`$${(Et/1e3).toFixed(1)}K`:`$${Et}`,jsxRuntime.jsxs("span",{className:"ml-0.5 opacity-60",children:["(",er,"%)"]})]})]})}return jsxRuntime.jsx("span",{className:g("text-[12px] font-bold",W?"text-white":"text-gray-900"),style:{fontFamily:"JetBrains Mono, monospace"},children:Z>0?ut(Z,ae?zt:void 0):"\u2013"})})():St.type==="timeLoggedMinutes"?jsxRuntime.jsx("span",{className:g("text-[12px] font-bold",W?"text-white":"text-gray-900"),style:{fontFamily:"JetBrains Mono, monospace"},children:D>0?ut(D,ae?Le:void 0):"\u2013"}):St.type==="progress"?(()=>{let Xt=w0(Rd(e||[]));return jsxRuntime.jsxs("span",{className:g("text-[12px] font-bold font-mono",W?"text-[#00E5CC]":"text-[#00C4AE]"),style:{fontFamily:"JetBrains Mono, monospace"},children:[Xt,"%"]})})():St.type==="weight"?(()=>{let Xt=e||[],Ct=[],Et=pa=>{for(let qr of pa)Ct.push(qr),qr.subtasks?.length&&Et(qr.subtasks);};Et(Xt);let ga=Ct.filter(pa=>!pa.subtasks?.length||pa.subtasks.length===0).reduce((pa,qr)=>pa+(qr.weight||0),0),xa=Math.abs(ga-100)<.1;return jsxRuntime.jsxs("span",{className:g("text-[12px] font-bold font-mono",xa?W?"text-[#22C55E]":"text-green-600":"text-[#EF4444]"),style:{fontFamily:"JetBrains Mono, monospace"},children:[Number(ga.toFixed(1)),"%"]})})():jsxRuntime.jsx("span",{className:g("text-[11px]",W?"text-white/30":"text-gray-300"),children:"\u2013"})},St.id)),v&&jsxRuntime.jsx("div",{className:"w-12 flex-shrink-0"})]})})(),Ea.length===0&&Re&&jsxRuntime.jsx("div",{className:"flex items-center justify-center py-12",children:jsxRuntime.jsxs("div",{className:"text-center",children:[jsxRuntime.jsx(lucideReact.List,{className:g("w-12 h-12 mx-auto mb-4",W?"text-white/30":"text-gray-400")}),jsxRuntime.jsx("p",{className:g(W?"text-white/60":"text-gray-600"),children:j.empty.noResults})]})})]})}),ye?.enabled&&ye.data&&fe&&jsxRuntime.jsx(f0,{data:ye.data,isDark:W,locale:f,onClose:()=>ze(false),lens:t?.lens,onUnassignedTaskClick:D=>{let Z=document.querySelector(`[data-task-id="${D}"]`);Z&&(Z.scrollIntoView({behavior:"smooth",block:"center"}),Ae(D),setTimeout(()=>Ae(null),2e3));}})]}),jsxRuntime.jsx(Xg,{state:B,onClose:Ra,isDark:W,locale:f,onTaskEdit:r.onTaskEdit,onTaskDuplicate:r.onTaskDuplicate,onTaskDelete:r.onTaskDelete,onTaskUpdate:r.onTaskUpdate,onColumnHide:or,onColumnSort:Qa,availableUsers:c,onOpenTimeLog:r.onOpenTimeLog,onReportBlocker:r.onReportBlocker,onCopyTaskLink:r.onCopyTaskLink,onTaskMove:r.onTaskMove,onTaskIndent:r.onTaskIndent,onTaskOutdent:r.onTaskOutdent}),De&&pt&&U&&reactDom.createPortal(jsxRuntime.jsx("div",{style:{position:"fixed",left:pt.x+12,top:pt.y-10,zIndex:99999,pointerEvents:"none"},children:(()=>{let Z=Ne.flattenTasks(e).find(ue=>ue.id===U);return Z?jsxRuntime.jsxs("div",{className:"flex items-center gap-2 px-3 py-1.5 rounded-lg",style:{backgroundColor:W?"rgba(10,10,10,0.9)":"rgba(255,255,255,0.95)",border:`1px solid ${W?"rgba(255,255,255,0.1)":"#e5e7eb"}`,backdropFilter:"blur(8px)",boxShadow:"0 4px 12px rgba(0,0,0,0.3)"},children:[jsxRuntime.jsx(lucideReact.GripVertical,{className:"w-3 h-3",style:{color:"#00E5CC"}}),jsxRuntime.jsx("span",{className:"text-xs font-medium",style:{color:W?"#e6edf3":"#111827"},children:Z.name})]}):null})()}),document.body),jsxRuntime.jsx(c0,{isOpen:L,onClose:()=>oe(false),onSave:Cs,isDark:W,locale:f})]})}var N0=[{id:"name",type:"name",label:"Name",width:300,visible:true,sortable:true,resizable:true},{id:"status",type:"status",label:"Status",width:140,visible:true,sortable:true,resizable:true},{id:"priority",type:"priority",label:"Priority",width:100,visible:false,sortable:true,resizable:true},{id:"startDate",type:"startDate",label:"Start Date",width:120,visible:true,sortable:true,resizable:true},{id:"endDate",type:"endDate",label:"End Date",width:120,visible:true,sortable:true,resizable:true},{id:"progress",type:"progress",label:"Progress",width:100,visible:true,sortable:true,resizable:true},{id:"tags",type:"tags",label:"Tags",width:150,visible:false,sortable:false,resizable:true},{id:"soldEffortMinutes",type:"soldEffortMinutes",label:"Quoted",width:100,visible:false,sortable:true,resizable:true},{id:"effortMinutes",type:"effortMinutes",label:"Estimated",width:100,visible:false,sortable:true,resizable:true},{id:"timeLoggedMinutes",type:"timeLoggedMinutes",label:"Executed",width:100,visible:false,sortable:true,resizable:true},{id:"scheduleVariance",type:"scheduleVariance",label:"Sched / Var",width:180,visible:false,sortable:true,resizable:true},{id:"hoursBar",type:"hoursBar",label:"Hours",width:200,visible:false,sortable:true,resizable:true},{id:"teamLoad",type:"teamLoad",label:"Team Load",width:160,visible:false,sortable:true,resizable:true},{id:"blockers",type:"blockers",label:"Blockers",width:150,visible:false,sortable:false,resizable:true},{id:"weight",type:"weight",label:"Weight",width:80,visible:false,sortable:true,resizable:true}],D0=[{type:"name",labelKey:"columns.name",icon:"Type"},{type:"status",labelKey:"columns.status",icon:"CircleDot"},{type:"priority",labelKey:"columns.priority",icon:"Flag"},{type:"assignees",labelKey:"columns.assignees",icon:"Users"},{type:"startDate",labelKey:"columns.startDate",icon:"Calendar"},{type:"endDate",labelKey:"columns.endDate",icon:"CalendarCheck"},{type:"progress",labelKey:"columns.progress",icon:"BarChart"},{type:"tags",labelKey:"columns.tags",icon:"Tag"},{type:"effortMinutes",labelKey:"columns.effortMinutes",icon:"Clock"},{type:"timeLoggedMinutes",labelKey:"columns.timeLoggedMinutes",icon:"Timer"},{type:"soldEffortMinutes",labelKey:"columns.soldEffortMinutes",icon:"FileText"},{type:"scheduleVariance",labelKey:"columns.scheduleVariance",icon:"CalendarClock"},{type:"hoursBar",labelKey:"columns.hoursBar",icon:"BarChart3"},{type:"teamLoad",labelKey:"columns.teamLoad",icon:"Users"},{type:"blockers",labelKey:"columns.blockers",icon:"AlertTriangle"},{type:"weight",labelKey:"columns.weight",icon:"Scale"}],S0=[{type:"text",labelKey:"customFields.text",icon:"Type"},{type:"number",labelKey:"customFields.number",icon:"Hash"},{type:"date",labelKey:"customFields.date",icon:"Calendar"},{type:"dropdown",labelKey:"customFields.dropdown",icon:"ChevronDown"},{type:"checkbox",labelKey:"customFields.checkbox",icon:"CheckSquare"}];var Bd={bgPrimary:"#0D0D0D",bgSecondary:"#141414",bgHover:"rgba(255,255,255,0.05)",bgSelected:"#0D131E",bgAlternate:"#141414",border:"#222222",borderLight:"#1A1A1A",textPrimary:"rgba(255,255,255,0.9)",textSecondary:"rgba(255,255,255,0.6)",textMuted:"rgba(255,255,255,0.3)",accent:"#00E5CC",accentHover:"#2979FF",accentLight:"rgba(0,123,255,0.15)",statusTodo:"rgba(255,255,255,0.4)",statusInProgress:"#00E5CC",statusCompleted:"#34D399",focusRing:"#00E5CC",checkboxBg:"#1A1A1A",checkboxChecked:"#00E5CC",bgGroupHeader:"#222222",headerBg:"#1A1A1A",neonRed:"#FF2D20",neonGreen:"#3BF06E",neonAmber:"#FFD60A",neonBlue:"#3B9EFF"},$d={bgPrimary:"#ffffff",bgSecondary:"#f6f8fa",bgHover:"#f3f4f6",bgSelected:"#dbeafe",bgAlternate:"#f9fafb",border:"#d0d7de",borderLight:"#e5e7eb",textPrimary:"#24292f",textSecondary:"#57606a",textMuted:"#8b949e",accent:"#0969da",accentHover:"#0550ae",accentLight:"#dbeafe",statusTodo:"#8b949e",statusInProgress:"#bf8700",statusCompleted:"#1a7f37",focusRing:"#0969da",checkboxBg:"#ffffff",checkboxChecked:"#0969da",bgGroupHeader:"#F3F4F6",headerBg:"#F9FAFB",neonRed:"#DC2626",neonGreen:"#16A34A",neonAmber:"#D97706",neonBlue:"#00E5CC"},Od={bgPrimary:"#1a1a2e",bgSecondary:"#16213e",bgHover:"#1f3460",bgSelected:"#0f4c7520",bgAlternate:"#1a1a2e80",border:"#2a3f5f",borderLight:"#1f3460",textPrimary:"#e4e6eb",textSecondary:"#a8b2c1",textMuted:"#6b7280",accent:"#6366f1",accentHover:"#818cf8",accentLight:"#6366f120",statusTodo:"#9ca3af",statusInProgress:"#fbbf24",statusCompleted:"#34d399",focusRing:"#6366f1",checkboxBg:"#1f3460",checkboxChecked:"#6366f1",bgGroupHeader:"#1f3460",headerBg:"#16213e",neonRed:"#EF4444",neonGreen:"#34D399",neonAmber:"#FBBF24",neonBlue:"#6366F1"},Cl={dark:Bd,light:$d,neutral:Od};function E0(e){return Cl[e]||Cl.dark}function Tl(e,t,r,a,n=5){let s=[],o=[],c=e.filter(m=>m.endSerial>=r&&m.startSerial<=a).sort((m,f)=>m.startSerial-f.startSerial||f.endSerial-m.endSerial);for(let m of c){let f=Math.max(m.startSerial,r),x=Math.min(m.endSerial,a),y=0;for(;(s[y]||[]).some(([b,h])=>!(x<b||f>h));)y++;(s[y]=s[y]||[]).push([f,x]),o.push({t:m,s:f,e:x,lane:y,contL:m.startSerial<r,contR:m.endSerial>a});}let l={};for(let m=r;m<=a;m++)l[m]=new Set;o.forEach(m=>{for(let f=m.s;f<=m.e;f++)l[f].add(m.lane);});let i=[],d=[],u={};t.filter(m=>m.serial>=r&&m.serial<=a).forEach(m=>{(u[m.serial]=u[m.serial]||[]).push(m);}),Object.keys(u).forEach(m=>{let f=+m,x=u[f],y=[];for(let b=0;b<n;b++)l[f].has(b)||y.push(b);if(x.length<=y.length)x.forEach((b,h)=>i.push({it:b,day:f,lane:y[h]}));else {let b=Math.max(y.length-1,0);x.slice(0,b).forEach((h,v)=>i.push({it:h,day:f,lane:y[v]})),d.push({day:f,lane:y[b]!=null?y[b]:n-1,count:x.length-b,items:x.slice(b)});}});let p=s.length;return i.forEach(m=>{p=Math.max(p,m.lane+1);}),d.forEach(m=>{p=Math.max(p,m.lane+1);}),{bars:o,chips:i,more:d,laneCount:Math.max(p,1)}}var B1=["LUN","MAR","MI\xC9","JUE","VIE","S\xC1B","DOM"],$1=["MON","TUE","WED","THU","FRI","SAT","SUN"];function M0(e){return e==="es"?B1:$1}function P0(e){return (e.getDay()+6)%7}function F0(e,t){let r=new Date(e,t,1),a=P0(r),n=new Date(e,t,1-a),s=[];for(let u=0;u<6;u++)s.push({ws:u*7+1,we:u*7+7});let o=u=>{let p=new Date(n);return p.setDate(n.getDate()+(u-1)),p},c=u=>{let p=u.getTime()-n.getTime();return Math.floor(p/864e5)+1},l=c(r),i=new Date(e,t+1,0),d=c(i);return {gridStart:n,weeks:s,serialToDate:o,dateToSerial:c,monthStartSerial:l,monthEndSerial:d}}function ai(e,t){return P0(e.serialToDate(t))>=5}function O1(e){let t=[],r=(a,n,s)=>{for(let o of a){let c=n||o.id,l=s||o.name;t.push({t:o,phaseId:c,phaseName:l}),o.subtasks?.length&&r(o.subtasks,c,l);}};return r(e,"",""),t}function L0(e){if(!e)return null;let t=e instanceof Date?e:new Date(e);return isNaN(t.getTime())?null:t}function A0(e){return e>=1e3?`$${(e/1e3).toFixed(1).replace(/\.0$/,"")}k`:`$${Math.round(e)}`}function Nl(e){let{tasks:t,grid:r,projectColor:a,hourlyRate:n,projectId:s}=e,o=O1(t),c=42,l=[];for(let{t:d,phaseId:u,phaseName:p}of o){let m=L0(d.startDate),f=L0(d.endDate);if(!m||!f)continue;let x=r.dateToSerial(m),y=r.dateToSerial(f);if(y<1||x>c)continue;let b=d.effortMinutes??0,h=Math.round(b/60*10)/10,v=d.costAtCompletion,w=v!=null?A0(v):A0(h*n),C=d.assignees?.[0],S=C?.initials||(C?.name?W1(C.name):void 0),F=d.displayId||d.wbsCode||"",k=U1(F||d.id)?"":F||d.id;l.push({uid:d.id,id:k,name:d.name,projectId:s,startSerial:Math.max(x,1),endSerial:Math.min(y,c),hrs:h,cost:w,critical:!!d.isCriticalPath,who:S,realStart:m,realEnd:f,phaseId:u,phaseName:p});}let i=[];return {calTasks:l,dayItems:i,isEmpty:l.length===0&&i.length===0}}var H1=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function U1(e){return H1.test(e)||/^task-\d+/.test(e)}function W1(e){let t=e.trim().split(/\s+/);return t.length>=2?(t[0][0]+t[t.length-1][0]).toUpperCase():e.slice(0,2).toUpperCase()}var z1=["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"],G1=["January","February","March","April","May","June","July","August","September","October","November","December"];function I0(e,t,r){return `${(r==="es"?z1:G1)[t]} ${e}`}var Hd=26,V1={hito:"\u25C6",desembolso:"\u25C6",deadline:"\u2691",ext:"\u25CB",aus:"\u2298"};function Dl({locale:e}){let t=M0(e);return jsxRuntime.jsx("div",{className:"cal-dow",children:t.map((r,a)=>jsxRuntime.jsx("div",{className:a>=5?"wknd":"",children:r},r))})}function Sl({bar:e,ws:t,money:r,projColor:a,slotH:n=Hd}){let{t:s}=e,o=e.s-t,c=e.e-e.s+1,l="cal-bar"+(s.critical?" cpm":"")+(e.contL?" cont-l":"")+(e.contR?" cont-r":""),i=r==="$"?s.cost:`${s.hrs}h`,d={"--proj":a,left:`calc(${o}/7*100% + 3px)`,width:`calc(${c}/7*100% - 6px)`,top:`${e.lane*n}px`};return jsxRuntime.jsxs("div",{className:l,style:d,children:[s.critical&&c>=3?jsxRuntime.jsx("span",{className:"cpm-tag",children:"CPM"}):null,s.id?jsxRuntime.jsx("span",{className:"tk",children:s.id}):null,jsxRuntime.jsx("span",{className:"nom",children:s.name}),c>=3?jsxRuntime.jsx("span",{className:"val",children:i}):null]})}function El({chip:e,ws:t,slotH:r=Hd}){let a=e.day-t,n=`cal-chip ${e.it.type}`,s={left:`calc(${a}/7*100% + 3px)`,width:"calc(1/7*100% - 6px)",top:`${e.lane*r}px`};return jsxRuntime.jsxs("div",{className:n,style:s,children:[jsxRuntime.jsx("span",{className:"ico",children:V1[e.it.type]}),jsxRuntime.jsx("span",{className:"lbl2",children:e.it.label})]})}function Ml({more:e,ws:t,slotH:r=Hd,onClick:a}){let s={left:`calc(${e.day-t}/7*100% + 3px)`,top:`${e.lane*r}px`};return jsxRuntime.jsxs("div",{className:"cal-more",style:s,role:a?"button":void 0,tabIndex:a?0:void 0,onClick:a?()=>a(e):void 0,children:["+",e.count," m\xE1s"]})}function R0({projects:e}){return jsxRuntime.jsxs("div",{className:"cal-legend",children:[e.map(t=>jsxRuntime.jsxs("span",{children:[jsxRuntime.jsx("span",{className:"dot",style:{background:t.color}}),t.id?`${t.id} `:"",t.name]},t.id||t.name)),jsxRuntime.jsxs("span",{children:[jsxRuntime.jsx("i",{style:{color:"var(--cyan)"},children:"\u25A3"})," Ruta cr\xEDtica"]}),jsxRuntime.jsxs("span",{children:[jsxRuntime.jsx("i",{style:{color:"var(--cyan)"},children:"\u25C6"})," Hito / Desembolso"]}),jsxRuntime.jsxs("span",{children:[jsxRuntime.jsx("i",{style:{color:"var(--red)"},children:"\u2691"})," Vencimiento"]}),jsxRuntime.jsxs("span",{children:[jsxRuntime.jsx("i",{style:{color:"var(--txt2)"},children:"\u25CB"})," Evento externo"]}),jsxRuntime.jsxs("span",{children:[jsxRuntime.jsx("i",{style:{color:"var(--orange)"},children:"\u2298"})," Ausencia"]})]})}var q1=[{id:"mes",lbl:"Mes",key:"M"},{id:"semana",lbl:"Semana",key:"W"},{id:"lookahead",lbl:"Lookahead",key:"2"},{id:"agenda",lbl:"Agenda",key:"A"}];function B0({view:e,onViewChange:t,money:r,onMoneyChange:a,projectLabel:n}){return jsxRuntime.jsxs("div",{className:"cal-topbar",children:[jsxRuntime.jsxs("div",{className:"cal-projsel",children:[n,jsxRuntime.jsx("span",{className:"caret",children:"\u25BE"})]}),jsxRuntime.jsx("div",{className:"cal-spacer"}),jsxRuntime.jsx("div",{className:"cal-seg",children:q1.map(s=>jsxRuntime.jsxs("button",{type:"button",className:e===s.id?"on":"",onClick:()=>t(s.id),children:[s.lbl,jsxRuntime.jsx("span",{className:"key",children:s.key})]},s.id))}),jsxRuntime.jsxs("div",{className:"cal-seg",children:[jsxRuntime.jsx("button",{type:"button",className:r==="$"?"":"on",onClick:()=>a("hrs"),children:"Hrs"}),jsxRuntime.jsx("button",{type:"button",className:r==="$"?"on":"",onClick:()=>a("$"),children:"$"})]})]})}function $0({monthLabel:e,onPrev:t,onNext:r,onToday:a,layersOpen:n,onToggleLayers:s,layersOff:o,phases:c,phaseFilter:l="all",onPhaseChange:i,locale:d="es",children:u}){let p=o?o.length:0,[m,f]=react.useState(false),x=react.useRef(null),y=d==="es";react.useEffect(()=>{if(!m)return;let h=v=>{x.current&&!x.current.contains(v.target)&&f(false);};return document.addEventListener("mousedown",h),()=>document.removeEventListener("mousedown",h)},[m]);let b=l==="all"?y?"Todas":"All":c?.find(h=>h.id===l)?.name??(y?"Todas":"All");return jsxRuntime.jsxs("div",{className:"cal-toolbar",children:[jsxRuntime.jsxs("div",{className:"cal-nav-arrows",children:[jsxRuntime.jsx("button",{type:"button",onClick:t,"aria-label":"Periodo anterior",children:"\u2039"}),jsxRuntime.jsx("button",{type:"button",onClick:r,"aria-label":"Periodo siguiente",children:"\u203A"})]}),jsxRuntime.jsx("div",{className:"cal-month-label",children:e}),jsxRuntime.jsx("button",{type:"button",className:"cal-hoy",onClick:a,children:y?"Hoy":"Today"}),jsxRuntime.jsx("div",{className:"cal-vsep"}),c&&c.length>0&&i?jsxRuntime.jsxs("div",{className:"relative",ref:x,style:{position:"relative"},children:[jsxRuntime.jsxs("button",{type:"button",className:"cal-ftog",onClick:()=>f(h=>!h),style:l!=="all"?{borderColor:"var(--cyan)",color:"var(--cyan)"}:void 0,children:[jsxRuntime.jsx("b",{children:y?"Fase":"Phase"})," ",b," \u25BE"]}),m?jsxRuntime.jsxs("div",{className:"cal-pop",style:{position:"absolute",top:"36px",left:0,zIndex:40,width:240,maxHeight:320,overflowY:"auto"},children:[jsxRuntime.jsx("button",{type:"button",className:"cal-layer-row",style:{width:"100%",textAlign:"left",background:"transparent",border:0,cursor:"pointer",color:l==="all"?"var(--cyan)":"var(--txt)"},onClick:()=>{i("all"),f(false);},children:jsxRuntime.jsx("span",{className:"nm",children:y?"Todas las fases":"All phases"})}),c.map(h=>jsxRuntime.jsx("button",{type:"button",className:"cal-layer-row",style:{width:"100%",textAlign:"left",background:"transparent",border:0,cursor:"pointer",color:l===h.id?"var(--cyan)":"var(--txt)"},onClick:()=>{i(h.id),f(false);},children:jsxRuntime.jsx("span",{className:"nm",style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:h.name})},h.id))]}):null]}):null,u,jsxRuntime.jsx("div",{className:"cal-toolbar-right",children:jsxRuntime.jsxs("button",{type:"button",className:"cal-layers-btn"+(n?" open":""),onClick:s,children:["\u25E7 ",y?"Capas":"Layers"," ",jsxRuntime.jsxs("span",{className:"n",children:[6-p,"/6"]})]})})]})}var Y1=[{id:"tareas",nm:"Tareas",sub:"Barras del Gantt",sw:"var(--p26011)"},{id:"cpm",nm:"Ruta cr\xEDtica",sub:"CPM \xB7 borde cian",sw:"var(--cyan)"},{id:"hitos",nm:"Milestones / Desembolsos",sub:"Rombo cian",sw:"var(--cyan)"},{id:"ext",nm:"Eventos externos",sub:"Google / Outlook \xB7 lectura",sw:"var(--subtle)"},{id:"festivos",nm:"Festivos",sub:"Calendario Colombia",sw:"var(--subtle)"},{id:"aus",nm:"Ausencias del equipo",sub:"Vacaciones \xB7 permisos",sw:"var(--orange)"}];function O0({off:e,onToggle:t}){let r=e||[];return jsxRuntime.jsx("div",{className:"cal-pop cal-layers-pop",style:{position:"absolute",top:"42px",right:"20px",zIndex:30},children:Y1.map(a=>{let n=r.includes(a.id);return jsxRuntime.jsxs("div",{className:"cal-layer-row"+(n?" off":""),onClick:()=>t(a.id),children:[jsxRuntime.jsx("span",{className:"sw",style:{background:a.sw,opacity:n?.3:1}}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("div",{className:"nm",children:a.nm}),jsxRuntime.jsx("div",{className:"sub",children:a.sub})]}),jsxRuntime.jsx("span",{className:"cal-switch"+(n?"":" on")})]},a.id)})})}var Q1={hito:"\u25C6",desembolso:"\u25C6",deadline:"\u2691",ext:"\u25CB",aus:"\u2298"},Z1={hito:"var(--cyan)",desembolso:"var(--cyan)",deadline:"var(--red)",ext:"var(--txt2)",aus:"var(--orange)"};function U0({dayLabel:e,items:t,tasks:r=[],itemValue:a,onClose:n,style:s}){let o=react.useRef(null);react.useEffect(()=>{function d(p){o.current&&!o.current.contains(p.target)&&n();}function u(p){p.key==="Escape"&&n();}return document.addEventListener("mousedown",d),document.addEventListener("keydown",u),()=>{document.removeEventListener("mousedown",d),document.removeEventListener("keydown",u);}},[n]);let c=r.length+t.length,i=a||(d=>{switch(d.type){case "hito":return "Hito";case "desembolso":return "Desemb.";case "deadline":return "Vence";case "aus":return "Ausencia";case "ext":default:return ""}});return jsxRuntime.jsxs("div",{ref:o,className:"cal-pop",style:{position:"absolute",width:"320px",zIndex:30,...s},role:"dialog","aria-label":`${e} \xB7 ${c} elementos`,children:[jsxRuntime.jsx("div",{className:"cal-pop-head",children:jsxRuntime.jsxs("div",{className:"sup",children:[e," \xB7 ",c," ",c===1?"elemento":"elementos"]})}),jsxRuntime.jsxs("div",{className:"cal-pop-list",children:[r.map((d,u)=>jsxRuntime.jsxs("div",{className:"cal-pop-item",children:[jsxRuntime.jsx("span",{className:"sw",style:{background:d.swatch}}),d.taskId?jsxRuntime.jsx("span",{className:"tk",children:d.taskId}):null,jsxRuntime.jsx("span",{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:d.label}),d.critical?jsxRuntime.jsx("span",{style:{fontFamily:"var(--mono)",fontSize:"8px",letterSpacing:"0.1em",color:"#031",background:"var(--cyan)",borderRadius:"3px",padding:"1.5px 3.5px",fontWeight:700},children:"CPM"}):null,jsxRuntime.jsx("span",{className:"v",children:d.value})]},`t${u}`)),t.map((d,u)=>jsxRuntime.jsxs("div",{className:"cal-pop-item",children:[jsxRuntime.jsx("span",{className:"ico",style:{color:Z1[d.type]},children:Q1[d.type]}),jsxRuntime.jsx("span",{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:d.label}),jsxRuntime.jsx("span",{className:"v",children:i(d)})]},`i${u}`)),jsxRuntime.jsx("div",{className:"cal-scrollbar"})]})]})}var H0={es:{title:"Sin tareas programadas este mes",upcoming:"Pr\xF3ximos hitos"},en:{title:"No tasks scheduled this month",upcoming:"Upcoming milestones"}};function W0({monthLabel:e,upcomingMilestones:t=[],locale:r="es"}){let a=H0[r]||H0.es,n=r!=="en";return jsxRuntime.jsxs("div",{className:"cal-empty",children:[jsxRuntime.jsx("div",{className:"glyph",children:"\u25C7 \u25C7 \u25C7"}),jsxRuntime.jsx("h3",{children:a.title}),n?jsxRuntime.jsxs("p",{children:["Arrastra tareas del ",jsxRuntime.jsx("b",{children:"backlog"})," o cr\xE9alas en el ",jsxRuntime.jsx("b",{children:"Gantt"}),".",jsxRuntime.jsx("br",{}),"El plan CPM proyectar\xE1 aqu\xED lo que toque ejecutar en ",jsxRuntime.jsx("b",{children:e}),"."]}):jsxRuntime.jsxs("p",{children:["Drag tasks from the ",jsxRuntime.jsx("b",{children:"backlog"})," or create them in the ",jsxRuntime.jsx("b",{children:"Gantt"}),".",jsxRuntime.jsx("br",{}),"The CPM plan will project here what needs running in ",jsxRuntime.jsx("b",{children:e}),"."]}),t.length>0?jsxRuntime.jsxs("div",{className:"cal-empty-hitos",children:[jsxRuntime.jsx("div",{className:"hd",children:a.upcoming}),t.map((s,o)=>jsxRuntime.jsxs("div",{className:"cal-empty-hito",children:[jsxRuntime.jsx("span",{className:"ic "+(s.type==="deadline"?"rd":"cy"),children:s.type==="deadline"?"\u2691":"\u25C6"}),s.label,jsxRuntime.jsx("span",{className:"d",children:s.date})]},o))]}):null]})}function G0(e){return `${e.getFullYear()}-${String(e.getMonth()+1).padStart(2,"0")}-${String(e.getDate()).padStart(2,"0")}`}function rC(e){let t=e.trim().split(/\s+/).filter(Boolean);return t.length===0?"?":t.length===1?t[0].slice(0,2).toUpperCase():(t[0][0]+t[t.length-1][0]).toUpperCase()}var z0=["#00E5CC","#8B5CF6","#F97316","#22C55E","#EF4444","#EC4899","#F59E0B","#3B82F6"];function aC(e){return z0[e%z0.length]}function nC(e){return e>1?"over":e>=.9?"warn":"ok"}var Ud="\xA0";function Ao(e){let t=Math.round(e*10)/10;return Number.isInteger(t)?String(t):t.toFixed(1)}function V0(e,t,r){let a=new Map,n=new Set;for(let c of t)c.isWeekend||c.isHoliday||n.add(G0(c.date));if(n.size===0)return a;let s=new Map;e.forEach((c,l)=>{s.set(c.userId,{color:aC(l),initials:rC(c.name)});});let o=new Map;for(let c of e)for(let l of c.dailyEstimated){if(!l.date||!n.has(l.date))continue;o.has(l.date)||o.set(l.date,new Map);let i=o.get(l.date);i.set(c.userId,(i.get(c.userId)??0)+(l.hours||0));}for(let c of n){let l=o.get(c)??new Map,i=e.map(u=>{let p=s.get(u.userId);return {name:u.name,initials:p.initials,color:p.color,hours:Math.round((l.get(u.userId)??0)*100)/100,capacity:r}}),d=i.reduce((u,p)=>u+p.hours,0);a.set(c,{assigned:Math.round(d*100)/100,capacity:r*e.length,perPerson:i});}return a}function j0({days:e,capByDay:t,selectedKey:r,onSelectDay:a}){return jsxRuntime.jsx("div",{className:"cal-cap-row",children:e.map(n=>{let s=G0(n.date),o=n.isWeekend||n.isHoliday,c=o?void 0:t.get(s),l=!!c&&c.capacity>0,i=l?c.assigned/c.capacity:0,u="cal-cap-cell "+(o?"off":nC(i))+(r===s?" sel":""),p=n.date.toLocaleDateString("es",{weekday:"short",day:"numeric",month:"short"});return jsxRuntime.jsxs("div",{className:u,role:l&&a?"button":void 0,tabIndex:l&&a?0:void 0,title:o?void 0:p,onClick:m=>{!l||!a||a(s,p,m.currentTarget);},onKeyDown:m=>{!l||!a||(m.key==="Enter"||m.key===" ")&&(m.preventDefault(),a(s,p,m.currentTarget));},children:[jsxRuntime.jsx("div",{className:"nums",children:o||!l?jsxRuntime.jsx("span",{children:o?"\u2014":`0h${Ud}/${Ud}\u2014`}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("b",{children:[Ao(c.assigned),"h"]}),jsxRuntime.jsxs("span",{children:["/",Ud,Ao(c.capacity),"h"]})]})}),jsxRuntime.jsx("div",{className:"cal-cap-track",children:l?jsxRuntime.jsx("div",{className:"cal-cap-fill",style:{width:Math.min(i*100,100)+"%"}}):null})]},n.serial)})})}function _0({dayLabel:e,perPerson:t,onClose:r,style:a}){let n=react.useRef(null);react.useEffect(()=>{let i=u=>{u.key==="Escape"&&r();},d=u=>{n.current&&!n.current.contains(u.target)&&r();};return document.addEventListener("keydown",i),document.addEventListener("mousedown",d),()=>{document.removeEventListener("keydown",i),document.removeEventListener("mousedown",d);}},[r]);let s=t.reduce((i,d)=>i+d.hours,0),o=t.reduce((i,d)=>i+d.capacity,0),c=o>0&&s>o,l=Math.round((s-o)*10)/10;return jsxRuntime.jsxs("div",{ref:n,className:"cal-pop",role:"dialog",style:{position:"absolute",width:"276px",zIndex:30,...a},children:[jsxRuntime.jsxs("div",{className:"cal-pop-head",children:[jsxRuntime.jsxs("div",{className:"sup",children:["Capacidad \xB7 ",e]}),jsxRuntime.jsxs("div",{className:"tit",style:c?{color:"var(--red)"}:void 0,children:[Ao(s),"h asignadas / ",Ao(o),"h"]}),c?jsxRuntime.jsx("div",{className:"rng",children:jsxRuntime.jsxs("b",{children:["+",Ao(l),"h sobre capacidad"]})}):jsxRuntime.jsxs("div",{className:"rng",children:[t.length," ",t.length===1?"persona":"personas"]})]}),jsxRuntime.jsx("div",{children:t.map(i=>{let d=i.capacity>0&&i.hours>i.capacity,u=i.capacity>0?i.capacity:1;return jsxRuntime.jsxs("div",{className:d?"cal-person-row over":"cal-person-row",children:[jsxRuntime.jsx("span",{className:"pava",style:{background:i.color},children:i.initials}),jsxRuntime.jsx("span",{className:"nm",title:i.name,children:i.name}),jsxRuntime.jsx("div",{className:"cal-person-track",children:jsxRuntime.jsx("div",{className:"cal-person-fill",style:{width:Math.min(i.hours/u*100,100)+"%"}})}),jsxRuntime.jsxs("span",{className:"hrs",children:[Ao(i.hours),"h / ",Ao(i.capacity),"h"]})]},i.name)})})]})}var Wd=28,sC=182;function q0({grid:e,weeks:t,tasks:r,items:a,money:n,projColor:s,todaySerial:o,locale:c,capRows:l,teamSize:i,onTaskOpen:d,onMore:u,onCapDay:p}){let m=c==="es";return jsxRuntime.jsxs("div",{className:"cal-grid-zone",style:{position:"relative"},children:[jsxRuntime.jsx("div",{className:"cal-weeks",style:{flex:"none"},children:t.map((f,x)=>jsxRuntime.jsxs("div",{style:{display:"contents"},children:[jsxRuntime.jsx(iC,{grid:e,ws:f.ws,we:f.we,tasks:r,items:a,money:n,projColor:s,todaySerial:o,onTaskOpen:d,onMore:u}),l&&l[x]?jsxRuntime.jsx(j0,{days:l[x].days,capByDay:l[x].capByDay,onSelectDay:p}):null]},f.ws))}),jsxRuntime.jsxs("div",{className:"cal-cap-label",children:[jsxRuntime.jsxs("span",{children:[m?"Capacidad del equipo":"Team capacity",i!=null?` \xB7 ${i} ${m?i===1?"persona":"personas":i===1?"person":"people"}`:""]}),jsxRuntime.jsx("span",{children:m?"Click en un d\xEDa abre el desglose por persona":"Click a day to open the per-person breakdown"})]})]})}function iC({grid:e,ws:t,we:r,tasks:a,items:n,money:s,projColor:o,todaySerial:c,onTaskOpen:l,onMore:i}){let d=react.useMemo(()=>Tl(a,n,t,r),[a,n,t,r]),u=react.useMemo(()=>new Set(n.filter(f=>f.type==="deadline").map(f=>f.serial)),[n]),p=[];for(let f=t;f<=r;f++)p.push(f);let m={height:`${sC}px`,flex:"none"};return jsxRuntime.jsxs("div",{className:"cal-week",style:m,children:[jsxRuntime.jsx("div",{className:"cal-week-bg",children:p.map(f=>{let x=e.serialToDate(f),y=f>=e.monthStartSerial&&f<=e.monthEndSerial,b="cal-day";return ai(e,f)&&(b+=" wknd"),y||(b+=" out"),f===c&&(b+=" today"),u.has(f)&&(b+=" deadline-day"),jsxRuntime.jsx("div",{className:b,children:jsxRuntime.jsx("span",{className:"cal-day-num",children:x.getDate()})},f)})}),jsxRuntime.jsxs("div",{className:"cal-items",children:[d.bars.map((f,x)=>jsxRuntime.jsx("div",{onClick:()=>l?.(f.t.uid),style:{cursor:l?"pointer":"default",display:"contents"},children:jsxRuntime.jsx(Sl,{bar:f,ws:t,money:s,projColor:o,slotH:Wd})},`b${x}`)),d.chips.map((f,x)=>jsxRuntime.jsx(El,{chip:f,ws:t,slotH:Wd},`c${x}`)),d.more.map((f,x)=>jsxRuntime.jsx(Ml,{more:f,ws:t,slotH:Wd,onClick:()=>i(f.day,f.items,a.filter(y=>y.startSerial<=f.day&&y.endSerial>=f.day))},`m${x}`))]})]})}var lC=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function cC(e){return lC.test(e)||/^task-\d+/.test(e)}function dC(e){let t=e.trim().split(/\s+/);return t.length>=2?(t[0][0]+t[t.length-1][0]).toUpperCase():e.slice(0,2).toUpperCase()}function Y0(e){return e>=1e3?`$${(e/1e3).toFixed(1).replace(/\.0$/,"")}k`:`$${Math.round(e)}`}function uC(e){let t=[],r=a=>{for(let n of a)t.push(n),n.subtasks?.length&&r(n.subtasks);};return r(e),t}function X0(e,t){let r=uC(e),a=[];for(let n of r){if(n.startDate&&n.endDate)continue;let s=n.effortMinutes??0,o=Math.round(s/60*10)/10,c=n.costAtCompletion,l=c!=null?Y0(c):Y0(o*t),i=n.assignees?.[0],d=i?.initials||(i?.name?dC(i.name):void 0),u=n.displayId||n.wbsCode||"",p=cC(u||n.id)?"":u||n.id;a.push({taskId:n.id,id:p,name:n.name,hrs:o,cost:l,who:d,projColor:n.color});}return a}function J0({items:e,onItemClick:t,onCollapse:r,money:a,projColor:n}){return jsxRuntime.jsxs("div",{className:"cal-side",children:[jsxRuntime.jsxs("div",{className:"cal-side-head",children:[jsxRuntime.jsx("span",{className:"t",children:"\u26A1 Backlog \xB7 Sin fecha"}),jsxRuntime.jsx("button",{type:"button",className:"cal-pcollapse",onClick:r,title:"Colapsar panel",children:"\u27E9"})]}),jsxRuntime.jsxs("div",{className:"cal-side-sec",children:[jsxRuntime.jsx("span",{children:"Arrastra al calendario"}),jsxRuntime.jsx("span",{children:e.length})]}),e.length===0?jsxRuntime.jsx("div",{style:{padding:"24px 16px",fontFamily:"var(--mono)",fontSize:"10px",letterSpacing:"0.08em",color:"var(--subtle)",textAlign:"center"},children:"Sin tareas en backlog"}):e.map(s=>{let o=a==="$"?s.cost:`${s.hrs}h`;return jsxRuntime.jsxs("div",{className:"cal-card",role:"button",tabIndex:0,onClick:()=>t(s.taskId),onKeyDown:c=>{(c.key==="Enter"||c.key===" ")&&(c.preventDefault(),t(s.taskId));},children:[jsxRuntime.jsxs("div",{className:"row1",children:[s.id?jsxRuntime.jsx("span",{className:"tk",children:s.id}):null,jsxRuntime.jsx("span",{className:"pdot",style:{background:s.projColor||n}})]}),jsxRuntime.jsx("div",{className:"nom",children:s.name}),jsxRuntime.jsxs("div",{className:"meta",children:[jsxRuntime.jsxs("span",{children:[jsxRuntime.jsxs("b",{children:[s.hrs,"h"]})," est"]}),jsxRuntime.jsx("span",{children:o}),s.who?jsxRuntime.jsx("span",{className:"cal-ava",children:s.who}):null]})]},s.taskId)})]})}function Q0({onExpand:e}){return jsxRuntime.jsxs("div",{className:"cal-rail",role:"button",tabIndex:0,onClick:e,onKeyDown:t=>{(t.key==="Enter"||t.key===" ")&&(t.preventDefault(),e());},title:"Expandir backlog",children:[jsxRuntime.jsx("span",{className:"pc",children:"\u27E8"}),jsxRuntime.jsx("span",{className:"dot"}),jsxRuntime.jsx("span",{className:"vtxt",children:"Backlog \xB7 Estado"})]})}function ws(e,t){return e.toLocaleDateString(t==="es"?"es-CO":"en-US",{day:"numeric",month:"short"})}function Z0({taskName:e,taskId:t,sim:r,busy:a,locale:n,onConfirm:s,onCancel:o,style:c}){let l=react.useRef(null),i=n==="es";react.useEffect(()=>{let f=x=>{x.key==="Escape"&&o();};return document.addEventListener("keydown",f),()=>document.removeEventListener("keydown",f)},[o]);let d=r.wasCritical,u=r.projectEndDeltaDays,p=u>0?`+${u} ${i?u===1?"d\xEDa":"d\xEDas":u===1?"day":"days"} \xB7 ${ws(r.oldProjectEnd,n)} \u2192 ${ws(r.newProjectEnd,n)}`:`+0 ${i?"d\xEDas":"days"}${r.slackDays>0?` \xB7 ${i?"holgura":"slack"} ${r.slackDays}d`:""}`,m=u>0?i?`Confirmar +${u} ${u===1?"d\xEDa":"d\xEDas"}`:`Confirm +${u} ${u===1?"day":"days"}`:i?"Confirmar movimiento":"Confirm move";return jsxRuntime.jsxs("div",{ref:l,className:"cal-pop",style:{width:"324px",zIndex:60,...c},role:"dialog",children:[jsxRuntime.jsxs("div",{className:"cal-pop-head",children:[jsxRuntime.jsx("div",{className:"sup",children:i?"Confirmar movimiento":"Confirm move"}),jsxRuntime.jsxs("div",{className:"tit",children:[t?`${t} \xB7 `:"",e]}),jsxRuntime.jsxs("div",{className:"rng",children:[ws(r.oldStart,n)," \u2013 ",ws(r.oldEnd,n)," \u2192 ",jsxRuntime.jsxs("b",{children:[ws(r.newStart,n)," \u2013 ",ws(r.newEnd,n)]})]})]}),d?jsxRuntime.jsxs("div",{className:"cal-pop-warn",children:["\u26A0 ",i?"Esta tarea est\xE1 en ruta cr\xEDtica":"This task is on the critical path"]}):null,jsxRuntime.jsxs("div",{className:"cal-impact",children:[jsxRuntime.jsxs("div",{className:"cal-impact-row",children:[jsxRuntime.jsx("span",{className:"k",children:i?"Tareas sucesoras movidas":"Successor tasks moved"}),jsxRuntime.jsx("span",{className:"v",children:r.movedSuccessors.length===0?i?"Ninguna":"None":`${r.movedSuccessors.length}${r.movedSuccessors.length<=2?" \xB7 "+r.movedSuccessors.map(f=>f.name).join(", "):""}`})]}),jsxRuntime.jsxs("div",{className:"cal-impact-row",children:[jsxRuntime.jsx("span",{className:"k",children:i?"Fin de proyecto":"Project end"}),jsxRuntime.jsx("span",{className:u>0?"v bad":"v good",children:p})]}),jsxRuntime.jsxs("div",{className:"cal-impact-row",children:[jsxRuntime.jsx("span",{className:"k",children:i?"Ruta cr\xEDtica":"Critical path"}),jsxRuntime.jsx("span",{className:"v",children:r.stillCritical?i?"Sigue en CPM":"Stays critical":r.wasCritical?i?"Sale de CPM":"Leaves critical":i?`No entra \xB7 holgura ${r.slackDays}d`:`Not critical \xB7 slack ${r.slackDays}d`})]})]}),jsxRuntime.jsxs("div",{className:"cal-pop-actions",children:[jsxRuntime.jsx("button",{type:"button",className:"cal-btn",onClick:o,disabled:a,children:i?"Cancelar":"Cancel"}),jsxRuntime.jsx("button",{type:"button",className:d||u>0?"cal-btn danger":"cal-btn primary",onClick:s,disabled:a,children:a?i?"Guardando\u2026":"Saving\u2026":m})]})]})}var fC={hito:"\u25C6",desembolso:"\u25C6",deadline:"\u2691",ext:"\u25CB",aus:"\u2298"};function ef({grid:e,tasks:t,items:r,money:a,projColor:n,todaySerial:s,locale:o,onTaskOpen:c}){let l=o==="es",i=react.useMemo(()=>{let u=new Map,p=m=>(u.has(m)||u.set(m,{serial:m,date:e.serialToDate(m),tasks:[],items:[]}),u.get(m));for(let m of t)m.startSerial>=1&&m.startSerial<=42&&p(m.startSerial).tasks.push(m);for(let m of r)m.serial>=1&&m.serial<=42&&p(m.serial).items.push(m);return [...u.values()].filter(m=>m.tasks.length||m.items.length).sort((m,f)=>m.serial-f.serial)},[t,r,e]);if(i.length===0)return jsxRuntime.jsxs("div",{className:"cal-empty",style:{position:"static",padding:"60px 24px"},children:[jsxRuntime.jsx("div",{className:"glyph",children:"\u25C7 \u25C7 \u25C7"}),jsxRuntime.jsx("h3",{children:l?"Nada programado este mes":"Nothing scheduled this month"}),jsxRuntime.jsx("p",{children:l?"Cambia de mes con las flechas o crea tareas en el Gantt.":"Change month with the arrows or create tasks in the Gantt."})]});let d=u=>u.toLocaleDateString(l?"es-CO":"en-US",{weekday:"long",day:"numeric",month:"short"});return jsxRuntime.jsx("div",{className:"cal-agenda",style:{overflowY:"auto",flex:1,minHeight:0,padding:"8px 0",maxHeight:"calc(100vh - 150px)"},children:i.map(u=>jsxRuntime.jsxs("div",{className:"cal-agenda-day",children:[jsxRuntime.jsxs("div",{className:"cal-agenda-date",style:{fontFamily:"var(--mono)",fontSize:"10px",letterSpacing:"0.1em",textTransform:"uppercase",color:u.serial===s?"var(--cyan)":"var(--txt2)",padding:"12px 20px 6px"},children:[d(u.date),u.serial===s?` \xB7 ${l?"HOY":"TODAY"}`:""]}),u.tasks.map(p=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>c?.(p.uid),className:"cal-agenda-item",style:{display:"flex",alignItems:"center",gap:"10px",width:"100%",textAlign:"left",padding:"8px 20px",background:"transparent",border:"none",cursor:"pointer",color:"var(--txt)",fontSize:"12.5px"},children:[jsxRuntime.jsx("span",{style:{width:8,height:8,borderRadius:2,background:n,flex:"none"}}),p.critical?jsxRuntime.jsx("span",{style:{fontFamily:"var(--mono)",fontSize:8,letterSpacing:"0.1em",color:"#031",background:"var(--cyan)",borderRadius:3,padding:"1.5px 3.5px",fontWeight:700},children:"CPM"}):null,p.id?jsxRuntime.jsx("span",{style:{fontFamily:"var(--mono)",fontSize:9,color:"var(--txt2)"},children:p.id}):null,jsxRuntime.jsx("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:p.name}),jsxRuntime.jsx("span",{style:{fontFamily:"var(--mono)",fontSize:10,color:"var(--txt2)"},children:a==="$"?p.cost:`${p.hrs}h`})]},p.uid)),u.items.map((p,m)=>jsxRuntime.jsxs("div",{className:"cal-agenda-item",style:{display:"flex",alignItems:"center",gap:"10px",padding:"8px 20px",fontSize:"12.5px",color:"var(--txt2)"},children:[jsxRuntime.jsx("span",{style:{width:8,textAlign:"center",flex:"none"},children:fC[p.type]??"\xB7"}),jsxRuntime.jsx("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:p.label})]},`it${m}`))]},u.serial))})}function bC(e){let t=[],r=a=>a.forEach(n=>{t.push(n),n.subtasks?.length&&r(n.subtasks);});return r(e),t}function Pl(e){let t=e.dependencies;return Array.isArray(t)?t.map(r=>typeof r=="string"?r:r?.id).filter(r=>!!r):[]}function zd(e){let t=e.startDate?new Date(e.startDate):null,r=e.endDate?new Date(e.endDate):null;return !t||!r?1:Math.max(1,Math.round((r.getTime()-t.getTime())/864e5))}function tf(e,t){let r=new Map(e.map(i=>[i.id,i])),a=new Map;for(let i of e)for(let d of Pl(i))a.has(d)||a.set(d,[]),a.get(d).push(i.id);let n=new Map,s=new Map,o=new Set,c=i=>{if(s.has(i))return s.get(i);if(o.has(i))return s.get(i)??0;o.add(i);let d=r.get(i);if(!d)return o.delete(i),0;let u=Pl(d).filter(f=>r.has(f)),p=t.has(i)?t.get(i):d.startDate?new Date(d.startDate).getTime():0;for(let f of u){let x=c(f);x>p&&(p=x);}let m=zd(d)*864e5;return n.set(i,p),s.set(i,p+m),o.delete(i),s.get(i)};for(let i of e)c(i.id);let l=0;return s.forEach(i=>{i>l&&(l=i);}),{finish:s,start:n,projectEnd:l}}function rf(e,t,r){let a=new Map(e.map(l=>[l.id,l])),n=new Map;for(let l of e)for(let i of Pl(l))n.has(i)||n.set(i,[]),n.get(i).push(l.id);let s=new Map,o=[...e].sort((l,i)=>(t.get(i.id)??0)-(t.get(l.id)??0));for(let l of o){let i=n.get(l.id)??[];if(i.length===0)s.set(l.id,r);else {let d=1/0;for(let u of i){let p=s.get(u),m=a.get(u);p!=null&&m&&(d=Math.min(d,p-zd(m)*864e5));}s.set(l.id,d===1/0?r:d);}}let c=new Set;for(let l of e){let i=(s.get(l.id)??0)-(t.get(l.id)??0);Math.abs(i)<864e5/2&&Pl(l).length+(n.get(l.id)?.length??0)>0&&c.add(l.id);}return c}function Fl(e,t,r,a){let n=bC(e),s=n.find(b=>b.id===t);if(!s||!s.startDate||!s.endDate)return null;let o=new Date(s.startDate),c=new Date(s.endDate),l=tf(n,new Map),i=rf(n,l.finish,l.projectEnd),d=n.map(b=>b.id===t?{...b,startDate:r,endDate:a}:b),u=tf(d,new Map([[t,r.getTime()]])),p=rf(d,u.finish,u.projectEnd),m=new Map(d.map(b=>[b.id,b])),f=[];for(let b of n){if(b.id===t)continue;let h=l.start.get(b.id),v=u.start.get(b.id);if(h!=null&&v!=null&&Math.abs(v-h)>=864e5/2){let w=zd(m.get(b.id))*864e5;f.push({id:b.id,name:b.name,newStart:new Date(v),newEnd:new Date(v+w)});}}let x=Math.round((u.projectEnd-l.projectEnd)/864e5),y=i.has(t)?0:Math.max(0,Math.round((l.projectEnd-(l.finish.get(t)??0))/864e5));return {taskId:t,oldStart:o,oldEnd:c,newStart:r,newEnd:a,movedSuccessors:f,projectEndDeltaDays:x,oldProjectEnd:new Date(l.projectEnd),newProjectEnd:new Date(u.projectEnd),wasCritical:i.has(t),stillCritical:p.has(t),slackDays:y}}function af(e){return `${e.getFullYear()}-${String(e.getMonth()+1).padStart(2,"0")}-${String(e.getDate()).padStart(2,"0")}`}var xC=132,Ll=26,vC="#5B7FD4";function nf({tasks:e,projectName:t,projectId:r,projectColor:a,locale:n,themeMode:s,hourlyRate:o,money:c,onMoneyChange:l,onTaskOpen:i,canReschedule:d,onReschedule:u,members:p=[],holidayDates:m=[],timesheetSettings:f,onVisibleRangeChange:x}){let[y,b]=react.useState("mes"),[h,v]=react.useState(()=>{let U=new Date;return {y:U.getFullYear(),m:U.getMonth()}}),[w,C]=react.useState(false),[S,F]=react.useState([]),[k,N]=react.useState("all"),[P,T]=react.useState(null),[Y,H]=react.useState(null),[ee,I]=react.useState(false),[K,j]=react.useState(null),[W,$]=react.useState(false),ve=react.useMemo(()=>F0(h.y,h.m),[h.y,h.m]),We=a||vC,Pe=react.useMemo(()=>{let U=new Set;for(let J of m){let De=new Date(`${J}T12:00:00`),pe=ve.dateToSerial(De);pe>=1&&pe<=42&&U.add(pe);}return U},[m,ve]);react.useEffect(()=>{x?.({start:af(ve.serialToDate(1)),end:af(ve.serialToDate(42))});},[h.y,h.m]);let be=p.length,ye=react.useMemo(()=>{let U=f?.hoursPerDay;if(!U)return 8;let J=[U.monday,U.tuesday,U.wednesday,U.thursday,U.friday].map(De=>De||0).filter(De=>De>0);return J.length?Math.round(J.reduce((De,pe)=>De+pe,0)/J.length*10)/10:8},[f]),fe=react.useMemo(()=>Nl({tasks:e,grid:ve,projectColor:()=>We,hourlyRate:o,projectId:r}),[e,ve,We,o,r]),ze=react.useMemo(()=>{let U=new Map;for(let J of fe.calTasks)J.phaseId&&J.phaseName&&U.set(J.phaseId,J.phaseName);return [...U.entries()].map(([J,De])=>({id:J,name:De})).sort((J,De)=>J.name.localeCompare(De.name))},[fe.calTasks]),Ce=!S.includes("tareas"),Ae=!S.includes("cpm"),Me=react.useMemo(()=>{let U=Ce?fe.calTasks:[];return k!=="all"&&(U=U.filter(J=>J.phaseId===k)),Ae||(U=U.map(J=>J.critical?{...J,critical:false}:J)),U},[fe.calTasks,Ce,Ae,k]),qe=react.useMemo(()=>{let U=new Set;return S.includes("hitos")&&(U.add("hito"),U.add("desembolso")),S.includes("ext")&&U.add("ext"),S.includes("aus")&&U.add("aus"),fe.dayItems.filter(J=>!U.has(J.type))},[fe.dayItems,S]),de=!S.includes("festivos"),et=new Date,Re=ve.dateToSerial(new Date(et.getFullYear(),et.getMonth(),et.getDate())),Be=U=>F(J=>J.includes(U)?J.filter(De=>De!==U):[...J,U]),Nt=()=>v(U=>{let J=new Date(U.y,U.m-1,1);return {y:J.getFullYear(),m:J.getMonth()}}),bt=()=>v(U=>{let J=new Date(U.y,U.m+1,1);return {y:J.getFullYear(),m:J.getMonth()}}),Oe=()=>{let U=new Date;v({y:U.getFullYear(),m:U.getMonth()});},Ie=(U,J,De)=>{if(!d||J===0)return;let pe=fe.calTasks.find(pt=>pt.uid===U);if(!pe)return;let rt=J*864e5,tt=new Date(pe.realStart.getTime()+rt),Qe=new Date(pe.realEnd.getTime()+rt),Ht=Fl(e,U,tt,Qe);Ht&&j({uid:U,taskId:pe.id,taskName:pe.name,sim:Ht,anchor:De});},st=async()=>{if(!K||!u)return;$(true);let U=[{id:K.uid,startDate:K.sim.newStart,endDate:K.sim.newEnd},...K.sim.movedSuccessors.map(De=>({id:De.id,startDate:De.newStart,endDate:De.newEnd}))],J=await u(U);$(false),J&&j(null);},kt=I0(h.y,h.m,n),$e=[{id:"",name:t,color:We}],He=react.useMemo(()=>X0(e,o),[e,o]),L=react.useMemo(()=>{if(y==="lookahead"){let U=ve.weeks.find(De=>Re>=De.ws&&Re<=De.we)??ve.weeks[0],J=ve.weeks.indexOf(U);return ve.weeks.slice(J,J+2)}return y==="semana"?[ve.weeks.find(J=>Re>=J.ws&&Re<=J.we)??ve.weeks[0]]:[]},[y,ve.weeks,Re]),oe=react.useMemo(()=>{let U={};return L.forEach((J,De)=>{let pe=[];for(let tt=J.ws;tt<=J.we;tt++)pe.push({serial:tt,date:ve.serialToDate(tt),isWeekend:ai(ve,tt),isHoliday:Pe.has(tt)});let rt=V0(p,pe,ye);U[De]={days:pe,capByDay:rt};}),U},[L,ve,Pe,p,ye]),B=y==="semana"||y==="lookahead",_=y==="agenda";return jsxRuntime.jsxs("div",{className:`cal-app${s==="light"?" cal-light":""}`,children:[jsxRuntime.jsx(B0,{view:y,onViewChange:b,money:c==="$"?"$":"hrs",onMoneyChange:U=>l(U==="$"?"$":"Hrs"),projectLabel:t,locale:n}),jsxRuntime.jsx($0,{monthLabel:kt,onPrev:Nt,onNext:bt,onToday:Oe,layersOpen:w,onToggleLayers:()=>C(U=>!U),layersOff:S,phases:ze,phaseFilter:k,onPhaseChange:N,locale:n,children:w?jsxRuntime.jsx(O0,{off:S,onToggle:Be}):null}),jsxRuntime.jsxs("div",{className:"cal-body",children:[jsxRuntime.jsxs("div",{className:"cal-grid-zone",style:{position:"relative",overflow:_?"hidden":void 0},children:[_?jsxRuntime.jsx(ef,{grid:ve,tasks:Me,items:qe,money:c,projColor:We,todaySerial:Re,locale:n,onTaskOpen:i}):B?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(Dl,{locale:n}),jsxRuntime.jsx(q0,{grid:ve,weeks:L,tasks:Me,items:qe,money:c,projColor:We,todaySerial:Re,locale:n,capRows:oe,teamSize:be,onTaskOpen:i,onMore:(U,J,De)=>T({day:U,items:J,tasks:De}),onCapDay:(U,J,De)=>{for(let pe of Object.keys(oe)){let rt=oe[+pe].capByDay.get(U);if(rt){H({dayLabel:J,perPerson:rt.perPerson,anchor:De.getBoundingClientRect()});break}}}})]}):fe.isEmpty?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(Dl,{locale:n}),jsxRuntime.jsx("div",{className:"cal-weeks",children:ve.weeks.map(U=>jsxRuntime.jsx(of,{grid:ve,ws:U.ws,we:U.we,todaySerial:Re,showFestivos:de,holidaySerials:Pe,locale:n,deadlineDays:new Set},U.ws))}),jsxRuntime.jsx(W0,{monthLabel:kt,locale:n})]}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(Dl,{locale:n}),jsxRuntime.jsx("div",{className:"cal-weeks",children:ve.weeks.map(U=>jsxRuntime.jsx(wC,{grid:ve,ws:U.ws,we:U.we,tasks:Me,items:qe,money:c,projColor:We,todaySerial:Re,showFestivos:de,holidaySerials:Pe,locale:n,onTaskOpen:i,onMore:(J,De,pe)=>T({day:J,items:De,tasks:pe}),canReschedule:d,onDragReschedule:Ie,pendingGhost:K?{uid:K.uid,days:Math.round((K.sim.newStart.getTime()-K.sim.oldStart.getTime())/864e5)}:null},U.ws))})]}),P?jsxRuntime.jsx(U0,{dayLabel:`${ve.serialToDate(P.day).getDate()}`,items:P.items,tasks:P.tasks.map(U=>({swatch:We,taskId:U.id,label:U.name,critical:U.critical,value:c==="$"?U.cost:`${U.hrs}h`})),onClose:()=>T(null),style:{position:"absolute",top:"80px",left:"50%",transform:"translateX(-50%)",zIndex:40}}):null,Y?jsxRuntime.jsx(_0,{dayLabel:Y.dayLabel,perPerson:Y.perPerson,onClose:()=>H(null),style:{position:"fixed",top:`${Y.anchor.top-8}px`,left:`${Y.anchor.left}px`,transform:"translateY(-100%)",zIndex:50}}):null,K?jsxRuntime.jsx(Z0,{taskName:K.taskName,taskId:K.sim.taskId,sim:K.sim,busy:W,locale:n,onConfirm:st,onCancel:()=>j(null),style:{position:"fixed",top:`${K.anchor.top+12}px`,left:`${Math.min(K.anchor.left,window.innerWidth-340)}px`,zIndex:60}}):null]}),ee?jsxRuntime.jsx(J0,{items:He,money:c,projColor:We,onItemClick:U=>i?.(U),onCollapse:()=>I(false)}):jsxRuntime.jsx(Q0,{onExpand:()=>I(true)})]}),jsxRuntime.jsx(R0,{projects:$e})]})}function of({grid:e,ws:t,we:r,todaySerial:a,showFestivos:n,holidaySerials:s,deadlineDays:o}){let c=[];for(let l=t;l<=r;l++)c.push(l);return jsxRuntime.jsx("div",{className:"cal-week-bg",children:c.map(l=>{let i=e.serialToDate(l),d=l>=e.monthStartSerial&&l<=e.monthEndSerial,u=n&&s.has(l),p="cal-day";return ai(e,l)&&(p+=" wknd"),u&&(p+=" festivo"),d||(p+=" out"),l===a&&(p+=" today"),o.has(l)&&(p+=" deadline-day"),jsxRuntime.jsxs("div",{className:p,children:[jsxRuntime.jsx("span",{className:"cal-day-num",children:i.getDate()}),u?jsxRuntime.jsx("span",{className:"cal-day-tag",children:"Festivo"}):null]},l)})})}function wC({grid:e,ws:t,we:r,tasks:a,items:n,money:s,projColor:o,todaySerial:c,showFestivos:l,holidaySerials:i,locale:d,onTaskOpen:u,onMore:p,canReschedule:m,onDragReschedule:f,pendingGhost:x}){let y=react.useMemo(()=>Tl(a,n,t,r),[a,n,t,r]),b=react.useMemo(()=>new Set(n.filter(F=>F.type==="deadline").map(F=>F.serial)),[n]),h=Math.max(xC,y.laneCount*Ll+36),v=react.useRef(null),[w,C]=react.useState(null),S=(F,k)=>{if(!m||!f){u?.(k);return}F.preventDefault();let N=v.current;if(!N)return;let P=N.getBoundingClientRect().width/7,T=F.clientX,Y=0,H=I=>{let K=Math.round((I.clientX-T)/P);Y=K,C({id:k,days:K});},ee=I=>{if(window.removeEventListener("pointermove",H),window.removeEventListener("pointerup",ee),C(null),Y===0){u?.(k);return}let K=new DOMRect(I.clientX,I.clientY,0,0);f(k,Y,K);};window.addEventListener("pointermove",H),window.addEventListener("pointerup",ee);};return jsxRuntime.jsxs("div",{ref:v,className:"cal-week",style:{minHeight:`${h}px`},children:[jsxRuntime.jsx(of,{grid:e,ws:t,we:r,todaySerial:c,showFestivos:l,holidaySerials:i,locale:d,deadlineDays:b}),jsxRuntime.jsxs("div",{className:"cal-items",children:[y.bars.map((F,k)=>{let N=w?.id===F.t.uid?w.days:null,P=x?.uid===F.t.uid?x.days:null,T=N??P??0,Y=N==null&&P!=null,H=T!==0?{...F,s:F.s+T,e:F.e+T}:F;return jsxRuntime.jsx("div",{onPointerDown:ee=>S(ee,F.t.uid),style:{cursor:m?"grab":u?"pointer":"default",display:"contents",opacity:Y?.6:1},children:jsxRuntime.jsx(Sl,{bar:H,ws:t,money:s,projColor:o,slotH:Ll})},`b${k}`)}),y.chips.map((F,k)=>jsxRuntime.jsx(El,{chip:F,ws:t,slotH:Ll},`c${k}`)),y.more.map((F,k)=>jsxRuntime.jsx(Ml,{more:F,ws:t,slotH:Ll,onClick:()=>p(F.day,F.items,a.filter(N=>N.startSerial<=F.day&&N.endSerial>=F.day))},`m${k}`))]})]})}function CC({stack:e,cards:t,renderCard:r,onCardClick:a,onToggleExpand:n,onUnstack:s,onDeleteStack:o,className:c}){let[l,i]=react.useState(false),d=react.useMemo(()=>t.filter(m=>e.cardIds.includes(m.id)),[t,e.cardIds]),u=react.useMemo(()=>{let m=d.length,f=new Set(d.flatMap(b=>b.assignedUserIds||[])).size,x=d.map(b=>b.priority).filter(Boolean),y=new Set(d.flatMap(b=>b.labels||[])).size;return {totalCards:m,uniqueAssignees:f,priorities:x,labels:y}},[d]),p=()=>{n?.(e.id);};return jsxRuntime.jsxs("div",{className:g("card-stack",!e.isExpanded&&"card-stack-collapsed",c),onMouseEnter:()=>i(true),onMouseLeave:()=>i(false),style:{"--stack-color":e.color||"var(--color-accent-primary)"},children:[jsxRuntime.jsxs("div",{className:"card-stack-header",onClick:p,children:[jsxRuntime.jsxs("div",{className:"card-stack-header-left",children:[jsxRuntime.jsx("button",{className:"card-stack-toggle","aria-label":e.isExpanded?"Collapse":"Expand",children:jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:g("card-stack-chevron",e.isExpanded&&"expanded"),children:jsxRuntime.jsx("polyline",{points:"6 9 12 15 18 9"})})}),jsxRuntime.jsx("h3",{className:"card-stack-title",children:e.title}),jsxRuntime.jsx("div",{className:"card-stack-badge",children:u.totalCards}),jsxRuntime.jsxs("div",{className:"card-stack-strategy",children:[e.strategy==="ai-similarity"&&"\u2728 AI",e.strategy==="manual"&&"\u{1F464} Manual",e.strategy==="labels"&&"\u{1F3F7}\uFE0F Labels",e.strategy==="assignee"&&"\u{1F465} Assignee",e.strategy==="priority"&&"\u{1F3AF} Priority",e.strategy==="epic"&&"\u{1F4DA} Epic"]})]}),l&&jsxRuntime.jsx("div",{className:"card-stack-actions",children:jsxRuntime.jsx("button",{className:"card-stack-action",onClick:m=>{m.stopPropagation(),o?.(e.id);},"aria-label":"Delete stack",children:jsxRuntime.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("polyline",{points:"3 6 5 6 21 6"}),jsxRuntime.jsx("path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"})]})})})]}),!e.isExpanded&&jsxRuntime.jsxs("div",{className:"card-stack-summary",children:[jsxRuntime.jsxs("div",{className:"card-stack-summary-item",children:[jsxRuntime.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("path",{d:"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"}),jsxRuntime.jsx("circle",{cx:"12",cy:"7",r:"4"})]}),jsxRuntime.jsxs("span",{children:[u.uniqueAssignees," assignees"]})]}),u.labels>0&&jsxRuntime.jsxs("div",{className:"card-stack-summary-item",children:[jsxRuntime.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("path",{d:"M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"}),jsxRuntime.jsx("line",{x1:"7",y1:"7",x2:"7.01",y2:"7"})]}),jsxRuntime.jsxs("span",{children:[u.labels," labels"]})]}),e.confidence&&jsxRuntime.jsx("div",{className:"card-stack-summary-item",children:jsxRuntime.jsxs("span",{className:"card-stack-confidence",children:[Math.round(e.confidence*100),"% match"]})})]}),e.isExpanded&&jsxRuntime.jsx("div",{className:"card-stack-content",children:d.length===0?jsxRuntime.jsxs("div",{className:"card-stack-empty",children:[jsxRuntime.jsx("p",{children:"No cards in this stack"}),jsxRuntime.jsx("span",{children:"Drag cards here or delete this stack"})]}):jsxRuntime.jsx("div",{className:"card-stack-cards",children:d.map(m=>jsxRuntime.jsxs("div",{className:"card-stack-card-wrapper",children:[r?jsxRuntime.jsx("div",{onClick:()=>a?.(m),children:r(m)}):jsxRuntime.jsxs("div",{className:"card-stack-default-card",onClick:()=>a?.(m),children:[jsxRuntime.jsx("h4",{children:m.title}),m.description&&jsxRuntime.jsxs("p",{children:[m.description.substring(0,100),"..."]})]}),jsxRuntime.jsx("button",{className:"card-stack-unstack-btn",onClick:f=>{f.stopPropagation(),s?.(e.id,m.id);},"aria-label":"Remove from stack",children:jsxRuntime.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),jsxRuntime.jsx("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})})]},m.id))})})]})}var lf={showIcons:true,showAvatars:true,groupByDay:true,useRelativeTime:true,compact:false};function oi(e){switch(e.type){case "created":return "Created card";case "status_changed":return `Changed status from "${e.changes.status?.from}" to "${e.changes.status?.to}"`;case "assignee_changed":return "Changed assignee";case "priority_changed":return `Changed priority from ${e.changes.priority?.from} to ${e.changes.priority?.to}`;case "moved":return `Moved from ${e.metadata?.fromColumn||"unknown"} to ${e.metadata?.toColumn||"unknown"}`;case "title_updated":return "Updated title";case "description_updated":return "Updated description";case "dates_changed":return "Changed dates";case "labels_changed":return "Updated labels";case "dependency_added":return "Added dependency";case "dependency_removed":return "Removed dependency";case "comment_added":return "Added comment";case "archived":return "Archived card";case "restored":return "Restored card";default:return "Updated card"}}function si(e){return {created:"\u2728",status_changed:"\u{1F504}",assignee_changed:"\u{1F464}",priority_changed:"\u{1F3AF}",moved:"\u27A1\uFE0F",title_updated:"\u270F\uFE0F",description_updated:"\u{1F4DD}",dates_changed:"\u{1F4C5}",labels_changed:"\u{1F3F7}\uFE0F",dependency_added:"\u{1F517}",dependency_removed:"\u26D3\uFE0F\u200D\u{1F4A5}",comment_added:"\u{1F4AC}",archived:"\u{1F4E6}",restored:"\u267B\uFE0F"}[e]||"\u{1F4CC}"}function cf(e){return {created:"#10b981",status_changed:"#00E5CC",assignee_changed:"#8b5cf6",priority_changed:"#f59e0b",moved:"#00E5CC",title_updated:"#6366f1",description_updated:"#6366f1",dates_changed:"#ec4899",labels_changed:"#00E5CC",dependency_added:"#a855f7",dependency_removed:"#ef4444",comment_added:"#84cc16",archived:"#6b7280",restored:"#10b981"}[e]||"#6b7280"}function df({events:e,filter:t,onFilterChange:r,onClearFilter:a,onEventClick:n,selectedEventId:s,config:o,className:c}){let l=react.useMemo(()=>({...lf,...o}),[o]),[i,d]=react.useState(new Set),u=react.useRef(null),p=react.useMemo(()=>{if(!l.groupByDay)return [{date:null,events:e}];let h=new Map;return e.forEach(v=>{let w=v.timestamp.toISOString().split("T")[0],C=h.get(w);C?C.push(v):h.set(w,[v]);}),Array.from(h.entries()).sort((v,w)=>w[0].localeCompare(v[0])).map(([v,w])=>({date:new Date(v),events:w.sort((C,S)=>S.timestamp.getTime()-C.timestamp.getTime())}))},[e,l.groupByDay]),{uniqueUsers:m,uniqueTypes:f}=react.useMemo(()=>{let h=new Set,v=new Set;return e.forEach(w=>{h.add(w.userId),v.add(w.type);}),{uniqueUsers:Array.from(h),uniqueTypes:Array.from(v)}},[e]),x=h=>{d(v=>{let w=new Set(v);return w.has(h)?w.delete(h):w.add(h),w});},y=h=>{let w=new Date().getTime()-h.getTime(),C=Math.floor(w/6e4),S=Math.floor(w/36e5),F=Math.floor(w/864e5);return C<1?"just now":C<60?`${C}m ago`:S<24?`${S}h ago`:F<7?`${F}d ago`:h.toLocaleDateString()},b=react.useMemo(()=>{let h=0;return t.types&&t.types.length>0&&h++,t.users&&t.users.length>0&&h++,t.dateRange&&h++,t.searchTerm&&h++,h},[t]);return react.useEffect(()=>{if(s&&u.current){let h=u.current.querySelector(`[data-event-id="${s}"]`);h&&h.scrollIntoView({behavior:"smooth",block:"center"});}},[s]),e.length===0?jsxRuntime.jsxs("div",{className:g("history-timeline-empty",c),children:[jsxRuntime.jsx("div",{className:"history-timeline-empty-icon",children:"\u{1F4DC}"}),jsxRuntime.jsx("p",{className:"history-timeline-empty-text",children:"No history events yet"}),jsxRuntime.jsx("p",{className:"history-timeline-empty-subtext",children:"Changes to this card will appear here"})]}):jsxRuntime.jsxs("div",{className:g("history-timeline",l.compact&&"compact",c),children:[jsxRuntime.jsxs("div",{className:"history-timeline-filters",children:[jsxRuntime.jsxs("div",{className:"history-timeline-filter-group",children:[jsxRuntime.jsxs("select",{className:"history-timeline-filter-select",value:t.types?.[0]||"",onChange:h=>{let v=h.target.value;r({...t,types:v?[v]:void 0});},children:[jsxRuntime.jsx("option",{value:"",children:"All Events"}),f.map(h=>jsxRuntime.jsxs("option",{value:h,children:[si(h)," ",h.replace("_"," ")]},h))]}),m.length>1&&jsxRuntime.jsxs("select",{className:"history-timeline-filter-select",value:t.users?.[0]||"",onChange:h=>{let v=h.target.value;r({...t,users:v?[v]:void 0});},children:[jsxRuntime.jsx("option",{value:"",children:"All Users"}),m.map(h=>jsxRuntime.jsx("option",{value:h,children:h},h))]}),jsxRuntime.jsx("input",{type:"text",className:"history-timeline-filter-search",placeholder:"Search history...",value:t.searchTerm||"",onChange:h=>r({...t,searchTerm:h.target.value})})]}),b>0&&jsxRuntime.jsxs("button",{className:"history-timeline-filter-clear",onClick:a,children:["Clear filters (",b,")"]})]}),jsxRuntime.jsx("div",{className:"history-timeline-container",ref:u,children:p.map(h=>jsxRuntime.jsxs("div",{className:"history-timeline-group",children:[l.groupByDay&&h.date&&jsxRuntime.jsxs("div",{className:"history-timeline-day-header",children:[jsxRuntime.jsx("span",{className:"history-timeline-day-date",children:h.date.toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"})}),jsxRuntime.jsxs("span",{className:"history-timeline-day-count",children:[h.events.length," events"]})]}),jsxRuntime.jsx("div",{className:"history-timeline-events",children:h.events.map((v,w)=>{let C=i.has(v.id),S=s===v.id,F=cf(v.type);return jsxRuntime.jsxs("div",{"data-event-id":v.id,className:g("history-timeline-event",C&&"expanded",S&&"selected"),onClick:()=>n?.(v),children:[jsxRuntime.jsxs("div",{className:"history-timeline-line",children:[jsxRuntime.jsx("div",{className:"history-timeline-dot",style:{backgroundColor:F},children:l.showIcons&&jsxRuntime.jsx("span",{className:"history-timeline-dot-icon",children:si(v.type)})}),w<h.events.length-1&&jsxRuntime.jsx("div",{className:"history-timeline-connector",style:{borderColor:F}})]}),jsxRuntime.jsxs("div",{className:"history-timeline-event-content",children:[jsxRuntime.jsxs("div",{className:"history-timeline-event-header",children:[jsxRuntime.jsxs("div",{className:"history-timeline-event-header-left",children:[l.showAvatars&&v.userAvatar&&jsxRuntime.jsx("img",{src:v.userAvatar,alt:v.userName||v.userId,className:"history-timeline-event-avatar"}),jsxRuntime.jsxs("div",{className:"history-timeline-event-description",children:[jsxRuntime.jsx("span",{className:"history-timeline-event-user",children:v.userName||v.userId}),jsxRuntime.jsx("span",{className:"history-timeline-event-action",children:oi(v)})]})]}),jsxRuntime.jsx("div",{className:"history-timeline-event-time",children:l.useRelativeTime?y(v.timestamp):v.timestamp.toLocaleString()})]}),Object.keys(v.changes).length>0&&jsxRuntime.jsxs("button",{className:"history-timeline-event-toggle",onClick:k=>{k.stopPropagation(),x(v.id);},children:[C?"\u25BC":"\u25B6"," Show changes"]}),C&&jsxRuntime.jsxs("div",{className:"history-timeline-event-changes",children:[Object.entries(v.changes).map(([k,N])=>jsxRuntime.jsxs("div",{className:"history-timeline-event-change",children:[jsxRuntime.jsxs("span",{className:"history-timeline-event-change-key",children:[k,":"]}),jsxRuntime.jsxs("div",{className:"history-timeline-event-change-values",children:[jsxRuntime.jsx("span",{className:"history-timeline-event-change-from",children:JSON.stringify(N.from)}),jsxRuntime.jsx("span",{className:"history-timeline-event-change-arrow",children:"\u2192"}),jsxRuntime.jsx("span",{className:"history-timeline-event-change-to",children:JSON.stringify(N.to)})]})]},k)),v.metadata&&Object.keys(v.metadata).length>0&&jsxRuntime.jsxs("div",{className:"history-timeline-event-metadata",children:[jsxRuntime.jsx("div",{className:"history-timeline-event-metadata-title",children:"Additional Info:"}),Object.entries(v.metadata).map(([k,N])=>jsxRuntime.jsxs("div",{className:"history-timeline-event-metadata-item",children:[jsxRuntime.jsxs("span",{className:"history-timeline-event-metadata-key",children:[k,":"]}),jsxRuntime.jsx("span",{className:"history-timeline-event-metadata-value",children:JSON.stringify(N)})]},k))]})]})]})]},v.id)})})]},h.date?.toISOString()||"all"))})]})}function pf({replayState:e,events:t,onStartReplay:r,onStopReplay:a,onTogglePlayback:n,onPrevious:s,onNext:o,onGoToEvent:c,onSpeedChange:l,className:i}){let d=[.5,1,1.5,2,3],u=react.useMemo(()=>!e||t.length===0?null:t[e.currentIndex],[e,t]),p=react.useMemo(()=>!e||e.totalEvents===0?0:e.currentIndex/(e.totalEvents-1)*100,[e]);return t.length===0?jsxRuntime.jsxs("div",{className:g("history-replay-empty",i),children:[jsxRuntime.jsx("div",{className:"history-replay-empty-icon",children:"\u23F3"}),jsxRuntime.jsx("p",{className:"history-replay-empty-text",children:"No history to replay"})]}):e?jsxRuntime.jsxs("div",{className:g("history-replay",i),children:[jsxRuntime.jsxs("div",{className:"history-replay-current-event",children:[jsxRuntime.jsx("div",{className:"history-replay-event-icon",children:u&&si(u.type)}),jsxRuntime.jsxs("div",{className:"history-replay-event-info",children:[jsxRuntime.jsx("div",{className:"history-replay-event-description",children:u&&oi(u)}),jsxRuntime.jsxs("div",{className:"history-replay-event-meta",children:[jsxRuntime.jsxs("span",{className:"history-replay-event-index",children:["Event ",e.currentIndex+1," of ",e.totalEvents]}),jsxRuntime.jsx("span",{className:"history-replay-event-time",children:u&&u.timestamp.toLocaleString()})]})]})]}),jsxRuntime.jsxs("div",{className:"history-replay-progress-container",children:[jsxRuntime.jsx("input",{type:"range",className:"history-replay-progress-slider",min:"0",max:e.totalEvents-1,value:e.currentIndex,onChange:m=>c(parseInt(m.target.value))}),jsxRuntime.jsx("div",{className:"history-replay-progress-fill",style:{width:`${p}%`}}),jsxRuntime.jsx("div",{className:"history-replay-progress-markers",children:t.map((m,f)=>jsxRuntime.jsx("div",{className:g("history-replay-progress-marker",f===e.currentIndex&&"active"),style:{left:`${f/(e.totalEvents-1)*100}%`},onClick:()=>c(f),title:oi(m)},m.id))})]}),jsxRuntime.jsxs("div",{className:"history-replay-controls",children:[jsxRuntime.jsx("button",{className:"history-replay-control-btn",onClick:s,disabled:!e.canGoBack,title:"Previous event (\u2190)",children:jsxRuntime.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("polygon",{points:"19 20 9 12 19 4 19 20"}),jsxRuntime.jsx("line",{x1:"5",y1:"19",x2:"5",y2:"5"})]})}),jsxRuntime.jsx("button",{className:"history-replay-control-btn history-replay-control-play",onClick:n,title:e.isPlaying?"Pause (Space)":"Play (Space)",children:e.isPlaying?jsxRuntime.jsxs("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:[jsxRuntime.jsx("rect",{x:"6",y:"4",width:"4",height:"16"}),jsxRuntime.jsx("rect",{x:"14",y:"4",width:"4",height:"16"})]}):jsxRuntime.jsx("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:jsxRuntime.jsx("polygon",{points:"5 3 19 12 5 21 5 3"})})}),jsxRuntime.jsx("button",{className:"history-replay-control-btn",onClick:o,disabled:!e.canGoForward,title:"Next event (\u2192)",children:jsxRuntime.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("polygon",{points:"5 4 15 12 5 20 5 4"}),jsxRuntime.jsx("line",{x1:"19",y1:"5",x2:"19",y2:"19"})]})}),jsxRuntime.jsxs("div",{className:"history-replay-speed",children:[jsxRuntime.jsx("label",{className:"history-replay-speed-label",children:"Speed:"}),jsxRuntime.jsx("div",{className:"history-replay-speed-buttons",children:d.map(m=>jsxRuntime.jsxs("button",{className:g("history-replay-speed-btn",e.speed===m&&"active"),onClick:()=>l(m),children:[m,"x"]},m))})]}),jsxRuntime.jsx("button",{className:"history-replay-control-btn history-replay-stop",onClick:a,title:"Stop replay (Esc)",children:jsxRuntime.jsx("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:jsxRuntime.jsx("rect",{x:"6",y:"6",width:"12",height:"12"})})})]}),jsxRuntime.jsxs("div",{className:"history-replay-shortcuts",children:[jsxRuntime.jsxs("span",{className:"history-replay-shortcut",children:[jsxRuntime.jsx("kbd",{children:"Space"})," Play/Pause"]}),jsxRuntime.jsxs("span",{className:"history-replay-shortcut",children:[jsxRuntime.jsx("kbd",{children:"\u2190"})," Previous"]}),jsxRuntime.jsxs("span",{className:"history-replay-shortcut",children:[jsxRuntime.jsx("kbd",{children:"\u2192"})," Next"]}),jsxRuntime.jsxs("span",{className:"history-replay-shortcut",children:[jsxRuntime.jsx("kbd",{children:"Esc"})," Stop"]})]}),jsxRuntime.jsxs("div",{className:"history-replay-card-preview",children:[jsxRuntime.jsxs("div",{className:"history-replay-card-preview-header",children:[jsxRuntime.jsx("span",{className:"history-replay-card-preview-title",children:"Card State at This Point"}),jsxRuntime.jsx("span",{className:"history-replay-card-preview-time",children:u&&u.timestamp.toLocaleDateString()})]}),jsxRuntime.jsxs("div",{className:"history-replay-card-preview-content",children:[jsxRuntime.jsxs("div",{className:"history-replay-card-preview-field",children:[jsxRuntime.jsx("span",{className:"history-replay-card-preview-label",children:"Title:"}),jsxRuntime.jsx("span",{className:"history-replay-card-preview-value",children:e.cardState.title})]}),e.cardState.description&&jsxRuntime.jsxs("div",{className:"history-replay-card-preview-field",children:[jsxRuntime.jsx("span",{className:"history-replay-card-preview-label",children:"Description:"}),jsxRuntime.jsx("span",{className:"history-replay-card-preview-value",children:e.cardState.description})]}),jsxRuntime.jsxs("div",{className:"history-replay-card-preview-field",children:[jsxRuntime.jsx("span",{className:"history-replay-card-preview-label",children:"Priority:"}),jsxRuntime.jsx("span",{className:"history-replay-card-preview-value",children:e.cardState.priority||"None"})]}),e.cardState.labels&&e.cardState.labels.length>0&&jsxRuntime.jsxs("div",{className:"history-replay-card-preview-field",children:[jsxRuntime.jsx("span",{className:"history-replay-card-preview-label",children:"Labels:"}),jsxRuntime.jsx("div",{className:"history-replay-card-preview-labels",children:e.cardState.labels.map(m=>jsxRuntime.jsx("span",{className:"history-replay-card-preview-label-tag",children:m},m))})]})]})]})]}):jsxRuntime.jsxs("div",{className:g("history-replay-start",i),children:[jsxRuntime.jsxs("button",{className:"history-replay-start-button",onClick:r,children:[jsxRuntime.jsx("svg",{className:"history-replay-start-icon",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:jsxRuntime.jsx("polygon",{points:"5 3 19 12 5 21 5 3"})}),jsxRuntime.jsx("span",{children:"Start Time Travel"})]}),jsxRuntime.jsxs("p",{className:"history-replay-start-hint",children:["Replay ",t.length," events from this card's history"]})]})}function Vd(e){return {blocks:"#ef4444",blocked_by:"#dc2626",depends_on:"#f59e0b",required_by:"#d97706",relates_to:"#6b7280",duplicates:"#8b5cf6",parent_of:"#00E5CC",child_of:"#00C4AE",similar_to:"#10b981"}[e]||"#6b7280"}function jd(e){return {blocks:"Blocks",blocked_by:"Blocked by",depends_on:"Depends on",required_by:"Required by",relates_to:"Relates to",duplicates:"Duplicates",parent_of:"Parent of",child_of:"Child of",similar_to:"Similar to"}[e]||e}function mf(e){return {blocks:"\u{1F6AB}",blocked_by:"\u26D4",depends_on:"\u{1F517}",required_by:"\u{1F4CC}",relates_to:"\u{1F504}",duplicates:"\u{1F4CB}",parent_of:"\u{1F4C2}",child_of:"\u{1F4C4}",similar_to:"\u{1F50D}"}[e]||"\u{1F517}"}function gf(e){return ["blocks","blocked_by","depends_on","required_by","parent_of","child_of"].includes(e)}function MC(e,t,r,a,n,s=100){let o=e.map(l=>({...l,x:l.x??r/2+Math.random()*100-50,y:l.y??a/2+Math.random()*100-50,vx:0,vy:0})),c=new Map(o.map(l=>[l.id,l]));for(let l=0;l<s;l++){let i=1-l/s;o.forEach(d=>{let u=r/2,p=a/2;d.vx+=(u-d.x)*n.centerForce*i,d.vy+=(p-d.y)*n.centerForce*i,o.forEach(m=>{if(d.id===m.id)return;let f=d.x-m.x,x=d.y-m.y,y=Math.sqrt(f*f+x*x)||1,b=n.chargeStrength*i/(y*y);d.vx+=f/y*b,d.vy+=x/y*b;});}),t.forEach(d=>{let u=c.get(typeof d.source=="string"?d.source:d.source.id),p=c.get(typeof d.target=="string"?d.target:d.target.id);if(!u||!p)return;let m=p.x-u.x,f=p.y-u.y,x=Math.sqrt(m*m+f*f)||1,y=(x-n.linkDistance)/x*n.forceStrength*i;u.vx+=m*y,u.vy+=f*y,p.vx-=m*y,p.vy-=f*y;}),o.forEach(d=>{d.fx!==null&&d.fx!==void 0?(d.x=d.fx,d.vx=0):d.x+=d.vx,d.fy!==null&&d.fy!==void 0?(d.y=d.fy,d.vy=0):d.y+=d.vy,d.x=Math.max(n.nodeSize,Math.min(r-n.nodeSize,d.x)),d.y=Math.max(n.nodeSize,Math.min(a-n.nodeSize,d.y)),d.vx*=.9,d.vy*=.9;});}return o}function ff({nodes:e,edges:t,config:r,filter:a,onFilterChange:n,criticalPath:s,stats:o,onInteraction:c,className:l}){let i=react.useRef(null),[d,u]=react.useState([]),[p,m]=react.useState(null),[f,x]=react.useState(null),[y,b]=react.useState(null),[h,v]=react.useState(1),[w,C]=react.useState({x:0,y:0});react.useEffect(()=>{if(e.length===0)return;let H=MC(e,t,r.width,r.height,r,150);u(H);},[e,t,r]);let S=react.useCallback((H,ee)=>{r.enableDragging&&(ee.stopPropagation(),m(H));},[r.enableDragging]),F=react.useCallback(H=>{if(!p||!i.current)return;let I=i.current.getBoundingClientRect(),K=(H.clientX-I.left-w.x)/h,j=(H.clientY-I.top-w.y)/h;u(W=>W.map($=>$.id===p?{...$,x:K,y:j,fx:K,fy:j}:$));},[p,h,w]),k=react.useCallback(()=>{m(null);},[]),N=react.useCallback((H,ee)=>{ee.stopPropagation(),c?.({type:"node-click",node:H,position:{x:ee.clientX,y:ee.clientY}});},[c]),P=react.useCallback((H,ee)=>{ee.stopPropagation(),c?.({type:"edge-click",edge:H,position:{x:ee.clientX,y:ee.clientY}});},[c]),T=react.useCallback(H=>{let ee=d.find(I=>I.id===H);return ee?{x:ee.x,y:ee.y}:{x:0,y:0}},[d]),Y=react.useCallback(H=>{if(H.onCriticalPath)return "#ef4444";switch(r.colorScheme){case "status":return H.card.columnId==="done"?"#10b981":"#00E5CC";case "priority":let ee=H.card.priority;return ee==="URGENT"?"#ef4444":ee==="HIGH"?"#f59e0b":ee==="MEDIUM"?"#00E5CC":"#6b7280";case "assignee":return H.card.assigneeId?"#8b5cf6":"#6b7280";default:return "#00E5CC"}},[r.colorScheme]);return e.length===0?jsxRuntime.jsxs("div",{className:g("relationships-graph-empty",l),children:[jsxRuntime.jsx("div",{className:"relationships-graph-empty-icon",children:"\u{1F517}"}),jsxRuntime.jsx("p",{className:"relationships-graph-empty-text",children:"No relationships to display"}),jsxRuntime.jsx("p",{className:"relationships-graph-empty-subtext",children:"Add relationships between cards to see the graph"})]}):jsxRuntime.jsxs("div",{className:g("relationships-graph",l),children:[jsxRuntime.jsxs("div",{className:"relationships-graph-controls",children:[jsxRuntime.jsxs("div",{className:"relationships-graph-stats",children:[jsxRuntime.jsxs("span",{className:"relationships-graph-stat",children:[jsxRuntime.jsx("span",{className:"relationships-graph-stat-value",children:o.totalNodes}),jsxRuntime.jsx("span",{className:"relationships-graph-stat-label",children:"Cards"})]}),jsxRuntime.jsxs("span",{className:"relationships-graph-stat",children:[jsxRuntime.jsx("span",{className:"relationships-graph-stat-value",children:o.totalEdges}),jsxRuntime.jsx("span",{className:"relationships-graph-stat-label",children:"Relations"})]}),s&&jsxRuntime.jsxs("span",{className:"relationships-graph-stat relationships-graph-stat-critical",children:[jsxRuntime.jsx("span",{className:"relationships-graph-stat-value",children:s.cardIds.length}),jsxRuntime.jsx("span",{className:"relationships-graph-stat-label",children:"Critical Path"})]})]}),r.enableZoom&&jsxRuntime.jsxs("div",{className:"relationships-graph-zoom-controls",children:[jsxRuntime.jsx("button",{className:"relationships-graph-zoom-btn",onClick:()=>v(H=>Math.min(H+.2,3)),children:"+"}),jsxRuntime.jsxs("span",{className:"relationships-graph-zoom-value",children:[Math.round(h*100),"%"]}),jsxRuntime.jsx("button",{className:"relationships-graph-zoom-btn",onClick:()=>v(H=>Math.max(H-.2,.5)),children:"\u2212"}),jsxRuntime.jsx("button",{className:"relationships-graph-zoom-btn",onClick:()=>{v(1),C({x:0,y:0});},children:"Reset"})]})]}),jsxRuntime.jsx("div",{className:"relationships-graph-legend",children:Array.from(new Set(t.map(H=>H.type))).map(H=>jsxRuntime.jsxs("div",{className:"relationships-graph-legend-item",children:[jsxRuntime.jsx("div",{className:"relationships-graph-legend-color",style:{background:Vd(H)}}),jsxRuntime.jsxs("span",{className:"relationships-graph-legend-label",children:[mf(H)," ",jd(H)]})]},H))}),jsxRuntime.jsxs("svg",{ref:i,className:"relationships-graph-canvas",width:r.width,height:r.height,onMouseMove:F,onMouseUp:k,onMouseLeave:k,children:[jsxRuntime.jsxs("g",{transform:`translate(${w.x}, ${w.y}) scale(${h})`,children:[jsxRuntime.jsx("g",{className:"relationships-graph-edges",children:t.map(H=>{let ee=T(typeof H.source=="string"?H.source:H.source.id),I=T(typeof H.target=="string"?H.target:H.target.id),K=gf(H.type),j=y===H.id,W=H.onCriticalPath;return jsxRuntime.jsxs("g",{className:g("relationships-graph-edge",j&&"hovered",W&&"critical"),onMouseEnter:()=>b(H.id),onMouseLeave:()=>b(null),onClick:$=>P(H,$),children:[jsxRuntime.jsx("line",{x1:ee.x,y1:ee.y,x2:I.x,y2:I.y,stroke:Vd(H.type),strokeWidth:W?r.edgeWidth*2:r.edgeWidth,strokeOpacity:j?1:.6,markerEnd:K?"url(#arrowhead)":void 0}),r.showEdgeLabels&&j&&jsxRuntime.jsx("text",{x:(ee.x+I.x)/2,y:(ee.y+I.y)/2,className:"relationships-graph-edge-label",textAnchor:"middle",children:jd(H.type)})]},H.id)})}),jsxRuntime.jsx("g",{className:"relationships-graph-nodes",children:d.map(H=>{let ee=f===H.id,I=H.onCriticalPath;return jsxRuntime.jsxs("g",{className:g("relationships-graph-node",ee&&"hovered",I&&"critical"),transform:`translate(${H.x}, ${H.y})`,onMouseDown:K=>S(H.id,K),onMouseEnter:()=>x(H.id),onMouseLeave:()=>x(null),onClick:K=>N(H,K),children:[jsxRuntime.jsx("circle",{r:I?r.nodeSize*1.2:r.nodeSize,fill:Y(H),stroke:I?"#fbbf24":"#ffffff",strokeWidth:I?3:2,opacity:ee?1:.9}),r.showLabels&&jsxRuntime.jsx("text",{y:r.nodeSize+20,className:"relationships-graph-node-label",textAnchor:"middle",children:H.card.title.length>20?H.card.title.substring(0,20)+"...":H.card.title})]},H.id)})})]}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("marker",{id:"arrowhead",markerWidth:"10",markerHeight:"10",refX:"9",refY:"3",orient:"auto",markerUnits:"strokeWidth",children:jsxRuntime.jsx("path",{d:"M0,0 L0,6 L9,3 z",fill:"#6b7280"})})})]})]})}function yf({isOpen:e,onClose:t,onPlanGenerated:r,onGeneratePlan:a,isLoading:n}){let[s,o]=react.useState(""),[c,l]=react.useState(false),[i,d]=react.useState(null),[u,p]=react.useState(null),m=react.useRef(null),f=c||n;react.useEffect(()=>{e&&m.current&&m.current.focus();},[e]),react.useEffect(()=>{let h=v=>{v.key==="Escape"&&!f&&x();};if(e)return document.addEventListener("keydown",h),()=>document.removeEventListener("keydown",h)},[e,f]);let x=()=>{f||(o(""),d(null),p(null),t());},y=async()=>{if(!(!s.trim()||f)){l(true),d(null),p(null);try{let h=await a(s.trim());p(h);}catch(h){d(h instanceof Error?h.message:"Failed to generate plan");}finally{l(false);}}},b=()=>{u&&(r(u),x());};return e?jsxRuntime.jsxs(lr,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 bg-black/60 backdrop-blur-sm z-[100000]",onClick:x}),jsxRuntime.jsx("div",{className:"fixed inset-0 flex items-center justify-center z-[100001] p-4",children:jsxRuntime.jsxs("div",{className:"w-full max-w-2xl rounded-2xl shadow-2xl border max-h-[90vh] overflow-hidden flex flex-col",style:{background:"linear-gradient(135deg, #1f1f1f 0%, #1a1a1a 100%)",borderColor:"rgba(255, 255, 255, 0.15)",boxShadow:"0 20px 60px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.1)"},onClick:h=>h.stopPropagation(),children:[jsxRuntime.jsxs("div",{className:"px-6 py-4 border-b border-white/10 flex items-center justify-between",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsxs("h2",{className:"text-xl font-bold text-white flex items-center gap-2",children:[jsxRuntime.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"text-[#00E5CC]",children:[jsxRuntime.jsx("path",{d:"M12 2L2 7L12 12L22 7L12 2Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),jsxRuntime.jsx("path",{d:"M2 17L12 22L22 17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),jsxRuntime.jsx("path",{d:"M2 12L12 17L22 12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]}),"Generate Project Plan with AI"]}),jsxRuntime.jsx("p",{className:"text-sm text-white/60 mt-1",children:"Describe your project and let AI create a complete Kanban board"})]}),jsxRuntime.jsx("button",{onClick:x,disabled:f,className:"text-white/60 hover:text-white transition-colors disabled:opacity-50",children:jsxRuntime.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:jsxRuntime.jsx("path",{d:"M18 6L6 18M6 6L18 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})})]}),jsxRuntime.jsx("div",{className:"flex-1 overflow-y-auto p-6 space-y-4",children:u?jsxRuntime.jsx(jsxRuntime.Fragment,{children:jsxRuntime.jsxs("div",{className:"space-y-4",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2 text-green-400",children:[jsxRuntime.jsx("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",children:jsxRuntime.jsx("path",{d:"M4 10L8 14L16 6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}),jsxRuntime.jsx("span",{className:"font-semibold",children:"Plan Generated Successfully!"})]}),u.explanation&&jsxRuntime.jsx("div",{className:"p-4 rounded-lg bg-[#00E5CC]/10 border border-[#00E5CC]/30",children:jsxRuntime.jsx("p",{className:"text-sm text-white/90",children:u.explanation})}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsxs("h3",{className:"text-sm font-semibold text-white/90 mb-2",children:["Columns (",u.columns.length,")"]}),jsxRuntime.jsx("div",{className:"flex gap-2 flex-wrap",children:u.columns.map((h,v)=>jsxRuntime.jsx("div",{className:"px-3 py-1.5 rounded-lg bg-white/5 border border-white/20 text-sm text-white/80",children:h.title},v))})]}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsxs("h3",{className:"text-sm font-semibold text-white/90 mb-2",children:["Tasks (",u.cards.length,")"]}),jsxRuntime.jsxs("div",{className:"space-y-2 max-h-64 overflow-y-auto",children:[u.cards.slice(0,10).map((h,v)=>jsxRuntime.jsx("div",{className:"p-3 rounded-lg bg-white/5 border border-white/10",children:jsxRuntime.jsxs("div",{className:"flex items-start justify-between gap-2",children:[jsxRuntime.jsxs("div",{className:"flex-1",children:[jsxRuntime.jsx("p",{className:"text-sm font-medium text-white/90",children:h.title}),h.description&&jsxRuntime.jsx("p",{className:"text-xs text-white/60 mt-1 line-clamp-2",children:h.description})]}),h.priority&&jsxRuntime.jsx("span",{className:`px-2 py-0.5 rounded text-xs font-semibold ${h.priority==="URGENT"?"bg-red-500/20 text-red-400":h.priority==="HIGH"?"bg-orange-500/20 text-orange-400":h.priority==="MEDIUM"?"bg-yellow-500/20 text-yellow-400":"bg-[#00E5CC]/20 text-[#00E5CC]"}`,children:h.priority})]})},v)),u.cards.length>10&&jsxRuntime.jsxs("p",{className:"text-xs text-white/50 text-center py-2",children:["+",u.cards.length-10," more tasks..."]})]})]})]})}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("label",{className:"block text-sm font-semibold text-white/90 mb-2",children:"Project Description"}),jsxRuntime.jsx("textarea",{ref:m,value:s,onChange:h=>o(h.target.value),placeholder:"Example: Build a mobile app for tracking fitness goals with user authentication, workout logging, progress charts, and social features...",className:"w-full h-32 px-4 py-3 rounded-lg text-sm bg-white/5 border border-white/20 text-white placeholder-white/40 outline-none focus:border-[#00E5CC]/50 transition-all resize-none",disabled:f}),jsxRuntime.jsx("p",{className:"text-xs text-white/50 mt-2",children:"Be as specific as possible. Include features, technologies, and any special requirements."})]}),i&&jsxRuntime.jsx("div",{className:"p-4 rounded-lg bg-red-500/10 border border-red-500/30 text-red-400 text-sm",children:i}),jsxRuntime.jsxs("div",{className:"border-t border-white/10 pt-4",children:[jsxRuntime.jsx("p",{className:"text-xs font-semibold text-white/70 uppercase tracking-wider mb-3",children:"Example Prompts"}),jsxRuntime.jsx("div",{className:"space-y-2",children:["Build an e-commerce platform with product catalog, shopping cart, payment integration, and order tracking","Create a task management app with team collaboration, real-time updates, file attachments, and notifications","Develop a blog platform with markdown editor, SEO optimization, comments system, and analytics dashboard"].map((h,v)=>jsxRuntime.jsx("button",{onClick:()=>o(h),disabled:f,className:"w-full text-left px-3 py-2 rounded-lg text-xs text-white/70 hover:text-white hover:bg-white/5 transition-all border border-white/10 hover:border-white/20 disabled:opacity-50",children:h},v))})]})]})}),jsxRuntime.jsxs("div",{className:"px-6 py-4 border-t border-white/10 flex items-center justify-between",children:[jsxRuntime.jsx("div",{children:f&&jsxRuntime.jsxs("div",{className:"flex items-center gap-2 text-[#00E5CC] text-sm",children:[jsxRuntime.jsxs("svg",{className:"animate-spin h-4 w-4",viewBox:"0 0 24 24",children:[jsxRuntime.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4",fill:"none"}),jsxRuntime.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})]}),jsxRuntime.jsx("span",{children:"Generating with AI..."})]})}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[jsxRuntime.jsx("button",{onClick:x,disabled:f,className:"px-4 py-2 rounded-lg text-sm font-semibold transition-all hover:bg-white/10 text-white/80 disabled:opacity-50",children:"Cancel"}),u?jsxRuntime.jsx("button",{onClick:b,className:"px-6 py-2 rounded-lg text-sm font-semibold transition-all",style:{background:"linear-gradient(135deg, #10B981 0%, #059669 100%)",color:"#ffffff"},children:"Apply Plan to Board"}):jsxRuntime.jsx("button",{onClick:y,disabled:!s.trim()||f,className:"px-6 py-2 rounded-lg text-sm font-semibold transition-all disabled:opacity-50",style:{background:"linear-gradient(135deg, #00E5CC 0%, #00E5CC 100%)",color:"#ffffff"},children:f?"Generating...":"Generate Plan"})]})]})]})})]}):null}var _d={"gpt-4-turbo":{provider:"openai",name:"GPT-4 Turbo",contextWindow:128e3,costPer1kInput:.01,costPer1kOutput:.03,supportsVision:true,supportsJSON:true},"gpt-4":{provider:"openai",name:"GPT-4",contextWindow:8192,costPer1kInput:.03,costPer1kOutput:.06,supportsVision:false,supportsJSON:true},"gpt-3.5-turbo":{provider:"openai",name:"GPT-3.5 Turbo",contextWindow:16385,costPer1kInput:5e-4,costPer1kOutput:.0015,supportsVision:false,supportsJSON:true},"claude-3-5-sonnet-20241022":{provider:"anthropic",name:"Claude 3.5 Sonnet",contextWindow:2e5,costPer1kInput:.003,costPer1kOutput:.015,supportsVision:true,supportsJSON:true},"claude-3-opus-20240229":{provider:"anthropic",name:"Claude 3 Opus",contextWindow:2e5,costPer1kInput:.015,costPer1kOutput:.075,supportsVision:true,supportsJSON:true},"claude-3-haiku-20240307":{provider:"anthropic",name:"Claude 3 Haiku",contextWindow:2e5,costPer1kInput:25e-5,costPer1kOutput:.00125,supportsVision:true,supportsJSON:true}};var FC={hobby:{requestsPerMonth:50,maxConcurrent:1,maxTokensPerRequest:4096},pro:{requestsPerMonth:500,maxConcurrent:3,maxTokensPerRequest:8192},enterprise:{requestsPerMonth:2e3,maxConcurrent:10,maxTokensPerRequest:16384}},LC={generatePlan:{enabled:true,minPlanTier:"hobby",estimatedTokens:2e3},predictRisks:{enabled:true,minPlanTier:"pro",estimatedTokens:1500},suggestAssignee:{enabled:true,minPlanTier:"hobby",estimatedTokens:800},generateReport:{enabled:true,minPlanTier:"enterprise",estimatedTokens:3e3},generateSubtasks:{enabled:true,minPlanTier:"hobby",estimatedTokens:1e3}};function AC(e,t,r){let a=_d[e];if(!a)throw new Error(`Unknown model: ${e}`);let n=t/1e3*a.costPer1kInput,s=r/1e3*a.costPer1kOutput;return n+s}function ii(e){return `$${e.toFixed(4)}`}var Kd=class{constructor(){this.operations=[];this.listeners=[];}record(t){let r=AC(t.model,t.inputTokens,t.outputTokens),a={...t,id:`op_${Date.now()}_${Math.random().toString(36).substring(7)}`,timestamp:new Date,cost:r};return this.operations.push(a),this.listeners.forEach(n=>n(a)),this.operations.length>1e3&&(this.operations=this.operations.slice(-1e3)),a}getStats(t){let r=this.operations;t&&(r=r.filter(u=>u.timestamp>=t.start&&u.timestamp<=t.end));let a=r.length,n=r.reduce((u,p)=>u+p.cost,0),s=r.reduce((u,p)=>u+p.inputTokens,0),o=r.reduce((u,p)=>u+p.outputTokens,0),c=r.filter(u=>u.success),l=r.reduce((u,p)=>u+p.duration,0),i={},d={};return r.forEach(u=>{i[u.feature]=(i[u.feature]||0)+1,d[u.feature]=(d[u.feature]||0)+u.cost;}),{totalOperations:a,totalCost:n,totalInputTokens:s,totalOutputTokens:o,operationsByFeature:i,costsByFeature:d,averageDuration:a>0?l/a:0,successRate:a>0?c.length/a:0}}getRecentOperations(t=10){return this.operations.slice(-t).reverse()}checkLimit(t,r="month"){let n={hobby:{month:50,day:5},pro:{month:500,day:50},enterprise:{month:2e3,day:200}}[t][r],s=new Date,o=new Date;r==="month"?o.setMonth(s.getMonth()-1):o.setDate(s.getDate()-1);let c=this.operations.filter(d=>d.timestamp>=o).length,l=Math.max(0,n-c),i=c/n*100;return {used:c,limit:n,remaining:l,percentUsed:i,isExceeded:c>=n}}subscribe(t){return this.listeners.push(t),()=>{let r=this.listeners.indexOf(t);r>-1&&this.listeners.splice(r,1);}}clear(){this.operations=[];}export(){return JSON.stringify(this.operations,null,2)}},Ro=new Kd;function wf({isOpen:e,onClose:t,planTier:r="hobby"}){let[a,n]=react.useState(Ro.getStats()),[s,o]=react.useState(Ro.checkLimit(r));if(react.useEffect(()=>{if(!e)return;let l=setInterval(()=>{n(Ro.getStats()),o(Ro.checkLimit(r));},1e3);return ()=>clearInterval(l)},[e,r]),react.useEffect(()=>{let l=i=>{i.key==="Escape"&&t();};if(e)return document.addEventListener("keydown",l),()=>document.removeEventListener("keydown",l)},[e,t]),!e)return null;let c=Ro.getRecentOperations(5);return jsxRuntime.jsxs(lr,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 bg-black/60 backdrop-blur-sm z-[100000]",onClick:t}),jsxRuntime.jsx("div",{className:"fixed inset-0 flex items-center justify-center z-[100001] p-4",children:jsxRuntime.jsxs("div",{className:"w-full max-w-3xl rounded-2xl shadow-2xl border max-h-[90vh] overflow-hidden flex flex-col",style:{background:"linear-gradient(135deg, #1f1f1f 0%, #1a1a1a 100%)",borderColor:"rgba(255, 255, 255, 0.15)",boxShadow:"0 20px 60px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.1)"},onClick:l=>l.stopPropagation(),children:[jsxRuntime.jsxs("div",{className:"px-6 py-4 border-b border-white/10 flex items-center justify-between",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("h2",{className:"text-xl font-bold text-white",children:"AI Usage Dashboard"}),jsxRuntime.jsx("p",{className:"text-sm text-white/60 mt-1",children:"Monitor your AI consumption and costs"})]}),jsxRuntime.jsx("button",{onClick:t,className:"text-white/60 hover:text-white transition-colors",children:jsxRuntime.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:jsxRuntime.jsx("path",{d:"M18 6L6 18M6 6L18 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})})]}),jsxRuntime.jsxs("div",{className:"flex-1 overflow-y-auto p-6 space-y-6",children:[jsxRuntime.jsxs("div",{className:"p-4 rounded-xl bg-gradient-to-r from-[#00E5CC]/10 to-purple-500/10 border border-[#00E5CC]/30",children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between mb-2",children:[jsxRuntime.jsxs("span",{className:"text-sm font-semibold text-white/90",children:["Monthly Usage (",r.toUpperCase(),")"]}),jsxRuntime.jsxs("span",{className:"text-sm font-bold text-white",children:[s.used," / ",s.limit]})]}),jsxRuntime.jsx("div",{className:"w-full h-2 bg-white/10 rounded-full overflow-hidden",children:jsxRuntime.jsx("div",{className:"h-full transition-all",style:{width:`${Math.min(100,s.percentUsed)}%`,background:s.percentUsed>90?"#EF4444":s.percentUsed>70?"#F59E0B":"#10B981"}})}),jsxRuntime.jsxs("p",{className:"text-xs text-white/60 mt-2",children:[s.remaining," operations remaining this month"]})]}),jsxRuntime.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[jsxRuntime.jsxs("div",{className:"p-4 rounded-lg bg-white/5 border border-white/10",children:[jsxRuntime.jsx("p",{className:"text-xs font-semibold text-white/60 uppercase tracking-wider",children:"Total Cost"}),jsxRuntime.jsx("p",{className:"text-2xl font-bold text-green-400 mt-1",children:ii(a.totalCost)})]}),jsxRuntime.jsxs("div",{className:"p-4 rounded-lg bg-white/5 border border-white/10",children:[jsxRuntime.jsx("p",{className:"text-xs font-semibold text-white/60 uppercase tracking-wider",children:"Operations"}),jsxRuntime.jsx("p",{className:"text-2xl font-bold text-[#00E5CC] mt-1",children:a.totalOperations})]}),jsxRuntime.jsxs("div",{className:"p-4 rounded-lg bg-white/5 border border-white/10",children:[jsxRuntime.jsx("p",{className:"text-xs font-semibold text-white/60 uppercase tracking-wider",children:"Tokens Used"}),jsxRuntime.jsx("p",{className:"text-2xl font-bold text-purple-400 mt-1",children:(a.totalInputTokens+a.totalOutputTokens).toLocaleString()}),jsxRuntime.jsxs("p",{className:"text-xs text-white/50 mt-1",children:[a.totalInputTokens.toLocaleString()," in /"," ",a.totalOutputTokens.toLocaleString()," out"]})]}),jsxRuntime.jsxs("div",{className:"p-4 rounded-lg bg-white/5 border border-white/10",children:[jsxRuntime.jsx("p",{className:"text-xs font-semibold text-white/60 uppercase tracking-wider",children:"Success Rate"}),jsxRuntime.jsxs("p",{className:"text-2xl font-bold text-green-400 mt-1",children:[(a.successRate*100).toFixed(1),"%"]}),jsxRuntime.jsxs("p",{className:"text-xs text-white/50 mt-1",children:["Avg: ",a.averageDuration.toFixed(0),"ms"]})]})]}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("h3",{className:"text-sm font-semibold text-white/90 mb-3",children:"Usage by Feature"}),jsxRuntime.jsx("div",{className:"space-y-2",children:Object.entries(a.operationsByFeature).map(([l,i])=>{let d=a.costsByFeature[l]||0,u=a.totalOperations>0?i/a.totalOperations*100:0;return jsxRuntime.jsxs("div",{className:"p-3 rounded-lg bg-white/5 border border-white/10",children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between mb-2",children:[jsxRuntime.jsx("span",{className:"text-sm font-medium text-white/90 capitalize",children:l.replace(/([A-Z])/g," $1").trim()}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[jsxRuntime.jsxs("span",{className:"text-xs text-white/60",children:[i," ops"]}),jsxRuntime.jsx("span",{className:"text-xs font-semibold text-green-400",children:ii(d)})]})]}),jsxRuntime.jsx("div",{className:"w-full h-1.5 bg-white/10 rounded-full overflow-hidden",children:jsxRuntime.jsx("div",{className:"h-full bg-[#00E5CC]",style:{width:`${u}%`}})})]},l)})})]}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("h3",{className:"text-sm font-semibold text-white/90 mb-3",children:"Recent Operations"}),c.length===0?jsxRuntime.jsx("p",{className:"text-sm text-white/50 text-center py-8",children:"No operations yet. Start using AI features!"}):jsxRuntime.jsx("div",{className:"space-y-2",children:c.map(l=>jsxRuntime.jsxs("div",{className:"p-3 rounded-lg bg-white/5 border border-white/10 flex items-center justify-between",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("p",{className:"text-sm font-medium text-white/90 capitalize",children:l.feature.replace(/([A-Z])/g," $1").trim()}),jsxRuntime.jsxs("p",{className:"text-xs text-white/50 mt-0.5",children:[new Date(l.timestamp).toLocaleTimeString()," \u2022"," ",l.duration,"ms"]})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[jsxRuntime.jsxs("span",{className:"text-xs text-white/60",children:[l.inputTokens+l.outputTokens," tokens"]}),jsxRuntime.jsx("span",{className:"text-xs font-semibold text-green-400",children:ii(l.cost)}),jsxRuntime.jsx("div",{className:`w-2 h-2 rounded-full ${l.success?"bg-green-400":"bg-red-400"}`})]})]},l.id))})]})]}),jsxRuntime.jsxs("div",{className:"px-6 py-4 border-t border-white/10 flex items-center justify-between",children:[jsxRuntime.jsx("p",{className:"text-xs text-white/50",children:"Costs are estimates. Actual API charges may vary."}),jsxRuntime.jsx("button",{onClick:t,className:"px-4 py-2 rounded-lg text-sm font-semibold transition-all hover:bg-white/10 text-white/80",children:"Close"})]})]})})]})}function Tf({isOpen:e,onClose:t,onTasksGenerated:r,onGenerateTasks:a,isLoading:n,projectName:s}){let[o,c]=react.useState(""),[l,i]=react.useState(""),[d,u]=react.useState(""),[p,m]=react.useState(false),[f,x]=react.useState(null),[y,b]=react.useState(null),[h,v]=react.useState(null),w=react.useRef(null),C=p||n;react.useEffect(()=>{e&&w.current&&w.current.focus();},[e]),react.useEffect(()=>{let P=T=>{T.key==="Escape"&&!C&&S();};if(e)return document.addEventListener("keydown",P),()=>document.removeEventListener("keydown",P)},[e,C]);let S=()=>{C||(c(""),i(""),u(""),x(null),b(null),v(null),t());},F=async()=>{if(!(!o.trim()||C)){m(true),x(null),b(null),v(null);try{let P=await a({prompt:o.trim(),projectName:s||"Mi Proyecto",startDate:l||void 0,endDate:d||void 0});b(P.tasks.tasks),v({from_cache:P.from_cache,tokens_used:P.tokens_used,mock_mode:P.mock_mode,similarity:P.similarity,tokens_saved:P.tokens_saved});}catch(P){x(P instanceof Error?P.message:"Failed to generate tasks");}finally{m(false);}}},k=()=>{y&&(r(y),S());};if(!e)return null;let N=h?.similarity?((h.similarity||0)*100).toFixed(0):"0";return jsxRuntime.jsxs(lr,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 bg-black/60 backdrop-blur-sm z-[100000]",onClick:S}),jsxRuntime.jsx("div",{className:"fixed inset-0 flex items-center justify-center z-[100001] p-4",children:jsxRuntime.jsxs("div",{className:"w-full max-w-3xl rounded-2xl shadow-2xl border max-h-[90vh] overflow-hidden flex flex-col",style:{background:"linear-gradient(135deg, #1f1f1f 0%, #1a1a1a 100%)",borderColor:"rgba(255, 255, 255, 0.15)",boxShadow:"0 20px 60px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.1)"},onClick:P=>P.stopPropagation(),children:[jsxRuntime.jsxs("div",{className:"px-6 py-4 border-b border-white/10 flex items-center justify-between",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsxs("h2",{className:"text-xl font-bold text-white flex items-center gap-2",children:[jsxRuntime.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"text-[#00E5CC]",children:[jsxRuntime.jsx("rect",{x:"3",y:"4",width:"18",height:"2",rx:"1",fill:"currentColor"}),jsxRuntime.jsx("rect",{x:"3",y:"9",width:"18",height:"2",rx:"1",fill:"currentColor"}),jsxRuntime.jsx("rect",{x:"3",y:"14",width:"18",height:"2",rx:"1",fill:"currentColor"}),jsxRuntime.jsx("rect",{x:"3",y:"19",width:"18",height:"2",rx:"1",fill:"currentColor"})]}),"Generate Gantt Tasks with AI"]}),jsxRuntime.jsx("p",{className:"text-sm text-white/60 mt-1",children:"Describe your project and let AI create a complete task timeline"})]}),jsxRuntime.jsx("button",{onClick:S,disabled:C,className:"text-white/60 hover:text-white transition-colors disabled:opacity-50",children:jsxRuntime.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:jsxRuntime.jsx("path",{d:"M18 6L6 18M6 6L18 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})})]}),jsxRuntime.jsx("div",{className:"flex-1 overflow-y-auto p-6 space-y-4",children:y?jsxRuntime.jsx(jsxRuntime.Fragment,{children:jsxRuntime.jsxs("div",{className:"space-y-4",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2 text-green-400",children:[jsxRuntime.jsx("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",children:jsxRuntime.jsx("path",{d:"M4 10L8 14L16 6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}),jsxRuntime.jsx("span",{className:"font-semibold",children:"Tasks Generated Successfully!"})]}),jsxRuntime.jsxs("div",{className:"flex flex-wrap gap-2",children:[h?.mock_mode&&jsxRuntime.jsx("span",{className:"px-2 py-1 rounded-lg text-xs font-semibold bg-yellow-500/20 text-yellow-400 border border-yellow-500/30",children:"Mock Mode"}),h?.from_cache?jsxRuntime.jsxs("span",{className:"px-2 py-1 rounded-lg text-xs font-semibold bg-[#00E5CC]/20 text-[#00E5CC] border border-[#00E5CC]/30",children:["From Cache (",N,"% similar)"]}):jsxRuntime.jsx("span",{className:"px-2 py-1 rounded-lg text-xs font-semibold bg-green-500/20 text-green-400 border border-green-500/30",children:"AI Generated"}),jsxRuntime.jsxs("span",{className:"px-2 py-1 rounded-lg text-xs font-semibold bg-purple-500/20 text-purple-400 border border-purple-500/30",children:[h?.tokens_used||0," tokens"]}),h?.tokens_saved&&jsxRuntime.jsxs("span",{className:"px-2 py-1 rounded-lg text-xs font-semibold bg-indigo-500/20 text-indigo-400 border border-indigo-500/30",children:[h.tokens_saved," tokens saved"]}),jsxRuntime.jsxs("span",{className:"px-2 py-1 rounded-lg text-xs font-semibold bg-pink-500/20 text-pink-400 border border-pink-500/30",children:[y.length," tasks"]})]}),jsxRuntime.jsx("div",{className:"space-y-2 max-h-96 overflow-y-auto",children:y.map((P,T)=>jsxRuntime.jsx("div",{className:"p-3 rounded-lg bg-white/5 border border-white/10 hover:bg-white/10 transition-colors",children:jsxRuntime.jsxs("div",{className:"flex items-start justify-between gap-2",children:[jsxRuntime.jsxs("div",{className:"flex-1",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2 mb-1",children:[jsxRuntime.jsxs("span",{className:"text-xs text-white/50",children:["#",T+1]}),jsxRuntime.jsx("p",{className:"text-sm font-medium text-white/90",children:P.name})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3 text-xs text-white/60",children:[jsxRuntime.jsxs("span",{className:"flex items-center gap-1",children:[jsxRuntime.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",className:"text-white/40",children:[jsxRuntime.jsx("rect",{x:"1",y:"2",width:"10",height:"8",rx:"1",stroke:"currentColor"}),jsxRuntime.jsx("path",{d:"M1 4h10",stroke:"currentColor"})]}),P.start," \u2192 ",P.end]}),jsxRuntime.jsxs("span",{children:[P.duration," days"]}),P.dependencies.length>0&&jsxRuntime.jsxs("span",{className:"text-[#00E5CC]",children:["Depends: ",P.dependencies.join(", ")]})]})]}),jsxRuntime.jsx("span",{className:`px-2 py-0.5 rounded text-xs font-semibold ${P.priority==="high"?"bg-red-500/20 text-red-400":P.priority==="medium"?"bg-yellow-500/20 text-yellow-400":"bg-[#00E5CC]/20 text-[#00E5CC]"}`,children:P.priority})]})},P.id))})]})}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("label",{className:"block text-sm font-semibold text-white/90 mb-2",children:"Project Description *"}),jsxRuntime.jsx("textarea",{ref:w,value:o,onChange:P=>c(P.target.value),placeholder:"Example: Build a mobile app for tracking fitness goals with user authentication, workout logging, progress charts, and social features...",className:"w-full h-32 px-4 py-3 rounded-lg text-sm bg-white/5 border border-white/20 text-white placeholder-white/40 outline-none focus:border-[#00E5CC]/50 transition-all resize-none",disabled:C}),jsxRuntime.jsx("p",{className:"text-xs text-white/50 mt-2",children:"Be as specific as possible. Include features, technologies, and any special requirements."})]}),jsxRuntime.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("label",{className:"block text-sm font-semibold text-white/90 mb-2",children:"Start Date (Optional)"}),jsxRuntime.jsx("input",{type:"date",value:l,onChange:P=>i(P.target.value),className:"w-full px-4 py-2 rounded-lg text-sm bg-white/5 border border-white/20 text-white outline-none focus:border-[#00E5CC]/50 transition-all",disabled:C})]}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("label",{className:"block text-sm font-semibold text-white/90 mb-2",children:"End Date (Optional)"}),jsxRuntime.jsx("input",{type:"date",value:d,onChange:P=>u(P.target.value),className:"w-full px-4 py-2 rounded-lg text-sm bg-white/5 border border-white/20 text-white outline-none focus:border-[#00E5CC]/50 transition-all",disabled:C})]})]}),f&&jsxRuntime.jsx("div",{className:"p-4 rounded-lg bg-red-500/10 border border-red-500/30 text-red-400 text-sm",children:f}),jsxRuntime.jsxs("div",{className:"border-t border-white/10 pt-4",children:[jsxRuntime.jsx("p",{className:"text-xs font-semibold text-white/70 uppercase tracking-wider mb-3",children:"Example Prompts"}),jsxRuntime.jsx("div",{className:"space-y-2",children:["Build an e-commerce platform with product catalog, shopping cart, payment integration, and order tracking","Create a task management app with team collaboration, real-time updates, file attachments, and notifications","Develop a blog platform with markdown editor, SEO optimization, comments system, and analytics dashboard"].map((P,T)=>jsxRuntime.jsx("button",{onClick:()=>c(P),disabled:C,className:"w-full text-left px-3 py-2 rounded-lg text-xs text-white/70 hover:text-white hover:bg-white/5 transition-all border border-white/10 hover:border-white/20 disabled:opacity-50",children:P},T))})]})]})}),jsxRuntime.jsxs("div",{className:"px-6 py-4 border-t border-white/10 flex items-center justify-between",children:[jsxRuntime.jsx("div",{children:C&&jsxRuntime.jsxs("div",{className:"flex items-center gap-2 text-[#00E5CC] text-sm",children:[jsxRuntime.jsxs("svg",{className:"animate-spin h-4 w-4",viewBox:"0 0 24 24",children:[jsxRuntime.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4",fill:"none"}),jsxRuntime.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})]}),jsxRuntime.jsx("span",{children:"Generating with AI..."})]})}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[jsxRuntime.jsx("button",{onClick:S,disabled:C,className:"px-4 py-2 rounded-lg text-sm font-semibold transition-all hover:bg-white/10 text-white/80 disabled:opacity-50",children:"Cancel"}),y?jsxRuntime.jsx("button",{onClick:k,className:"px-6 py-2 rounded-lg text-sm font-semibold transition-all",style:{background:"linear-gradient(135deg, #10B981 0%, #059669 100%)",color:"#ffffff"},children:"Apply Tasks to Gantt"}):jsxRuntime.jsx("button",{onClick:F,disabled:!o.trim()||C,className:"px-6 py-2 rounded-lg text-sm font-semibold transition-all disabled:opacity-50",style:{background:"linear-gradient(135deg, #00E5CC 0%, #00E5CC 100%)",color:"#ffffff"},children:C?"Generating...":"Generate Tasks"})]})]})]})})]})}function Rl({initialBoard:e,onPersist:t}){let[r,a]=react.useState(e),n=react.useCallback(y=>{t&&yi(()=>Promise.resolve(t(y)),{maxAttempts:3,initialDelay:1e3,onRetry:(b,h,v)=>{console.warn(`Retry attempt ${h} after ${v}ms: ${b.message}`);}}).then(b=>{b.success||console.error(`Failed to persist board after ${b.attempts} attempts:`,b.error);});},[t]),s=react.useCallback(async(y,b,h)=>{a(v=>{let w=v.cards.find(P=>P.id===y);if(!w)return v;let C=w.columnId,S={...w,columnId:b,position:h},F=v.cards.map(P=>P.id===y?S:P),k=v.columns.map(P=>{if(P.id===C)return {...P,cardIds:P.cardIds.filter(T=>T!==y)};if(P.id===b){let T=F.filter(Y=>Y.columnId===b).sort((Y,H)=>Y.position-H.position);return {...P,cardIds:T.map(Y=>Y.id)}}return P}),N={...v,cards:F,columns:k};return n(N),N});},[n]),o=react.useCallback(async(y,b)=>{a(h=>{let v=h.cards.map(C=>C.id===y?{...C,...b}:C),w={...h,cards:v};return n(w),w});},[n]),c=react.useCallback(async y=>{let b=`card-${Date.now()}-${Math.random().toString(36).substr(2,9)}`;a(h=>{let v={...y,id:b},w=h.columns.map(S=>S.id===y.columnId?{...S,cardIds:[...S.cardIds,b]}:S),C={...h,cards:[...h.cards,v],columns:w};return n(C),C});},[n]),l=react.useCallback(async y=>{a(b=>{let h=b.cards.find(S=>S.id===y);if(!h)return b;let v=b.cards.filter(S=>S.id!==y),w=b.columns.map(S=>S.id===h.columnId?{...S,cardIds:S.cardIds.filter(F=>F!==y)}:S),C={...b,cards:v,columns:w};return n(C),C});},[n]),i=react.useCallback(async y=>{let b=`col-${Date.now()}-${Math.random().toString(36).substr(2,9)}`;a(h=>{let v={...y,id:b,cardIds:[]},w={...h,columns:[...h.columns,v]};return n(w),w});},[n]),d=react.useCallback(async(y,b)=>{a(h=>{let v=h.columns.map(C=>C.id===y?{...C,...b}:C),w={...h,columns:v};return n(w),w});},[n]),u=react.useCallback(async y=>{a(b=>{let h=b.cards.filter(C=>C.columnId!==y),v=b.columns.filter(C=>C.id!==y),w={...b,cards:h,columns:v};return n(w),w});},[n]),p=react.useCallback(y=>{let b=`card-${Date.now()}-${Math.random().toString(36).substr(2,9)}`;return c(y),b},[c]),m=react.useCallback(y=>{let b=`col-${Date.now()}-${Math.random().toString(36).substr(2,9)}`;return i(y),b},[i]),f=react.useCallback(()=>{a(y=>{let b={...y,cards:[],columns:[]};return n(b),b});},[n]);return {board:r,callbacks:{onCardMove:s,onCardUpdate:o,onCardCreate:c,onCardDelete:l,onColumnCreate:i,onColumnUpdate:d,onColumnDelete:u},setBoard:a,helpers:{addCard:p,addColumn:m,deleteCard:l,deleteColumn:u,clearBoard:f}}}function Df({initialData:e,availableUsers:t=[],onSave:r}){let{board:a,callbacks:n,helpers:s}=Rl({initialBoard:e,onPersist:r}),o=react.useMemo(()=>({addCard:(l,i,d={})=>{s.addCard({title:i,columnId:l,position:a.cards.filter(u=>u.columnId===l).length,...d});},addColumn:(l,i)=>{let d=a.columns.length>0?Math.max(...a.columns.map(u=>u.position)):0;s.addColumn({title:l,position:i??d+1e3});},reset:s.clearBoard}),[a.cards,a.columns,s]);return {props:react.useMemo(()=>({board:a,callbacks:n,availableUsers:t}),[a,n,t]),board:a,callbacks:n,utils:o}}var li={dateFilter:"all",priorities:[],assignees:[],labels:[],columns:[],search:""},Ef={by:"none",order:"asc"};function Mf({initialFilters:e={},initialSort:t={},currentUserId:r}={}){let[a,n]=react.useState({...li,...e}),[s,o]=react.useState({...Ef,...t}),c=react.useCallback(x=>{n(y=>({...y,...x}));},[]),l=react.useCallback(x=>{o(y=>({...y,...x}));},[]),i=react.useCallback(()=>{n(li),o(Ef);},[]),d=react.useCallback(()=>{r&&n({...li,assignees:[r]});},[r]),u=react.useCallback(()=>{n({...li,dateFilter:"overdue"});},[]),p=react.useCallback(()=>{n({...li,priorities:["HIGH","URGENT"]});},[]),m=react.useMemo(()=>a.dateFilter!=="all"||a.priorities.length>0||a.assignees.length>0||a.labels.length>0||a.columns.length>0||a.search!==""||s.by!=="none",[a,s]),f=react.useCallback(x=>{let y=[...x];if(a.search){let b=a.search.toLowerCase();y=y.filter(h=>h.title.toLowerCase().includes(b)||h.description?.toLowerCase().includes(b));}if(a.dateFilter!=="all"){let b=new Date,h=b.getFullYear(),v=String(b.getMonth()+1).padStart(2,"0"),w=String(b.getDate()).padStart(2,"0"),C=`${h}-${v}-${w}`;y=y.filter(S=>{if(!S.endDate&&!S.dueDate)return false;let F=S.endDate||S.dueDate;if(!F)return false;let k;if(typeof F=="string")k=F.split("T")[0]||F;else {let N=F.getUTCFullYear(),P=String(F.getUTCMonth()+1).padStart(2,"0"),T=String(F.getUTCDate()).padStart(2,"0");k=`${N}-${P}-${T}`;}switch(a.dateFilter){case "overdue":return k<C;case "today":return k===C;case "this-week":let N=new Date(C+"T00:00:00"),P=new Date(k+"T00:00:00"),T=new Date(N);return T.setDate(T.getDate()+7),P>=N&&P<=T;case "custom":if(a.dateRange){let Y=typeof F=="string"?new Date(F):F;return Y>=a.dateRange.start&&Y<=a.dateRange.end}return true;default:return true}});}return a.priorities.length>0&&(y=y.filter(b=>b.priority&&a.priorities.includes(b.priority))),a.assignees.length>0&&(y=y.filter(b=>(b.assignedUserIds||(b.assigneeId?[b.assigneeId]:[])).some(v=>a.assignees.includes(v)))),a.labels.length>0&&(y=y.filter(b=>b.labels&&b.labels.some(h=>a.labels.includes(h)))),a.columns.length>0&&(y=y.filter(b=>a.columns.includes(b.columnId))),s.by!=="none"&&y.sort((b,h)=>{let v=0;switch(s.by){case "created":let w=b.createdAt?new Date(b.createdAt).getTime():0,C=h.createdAt?new Date(h.createdAt).getTime():0;v=w-C;break;case "priority":let S={URGENT:4,HIGH:3,MEDIUM:2,LOW:1},F=S[b.priority||"LOW"],k=S[h.priority||"LOW"];v=F-k;break;case "dueDate":let N=b.endDate||b.dueDate,P=h.endDate||h.dueDate;if(!N)return 1;if(!P)return -1;let T=typeof N=="string"?new Date(N).getTime():N.getTime(),Y=typeof P=="string"?new Date(P).getTime():P.getTime();v=T-Y;break;case "title":v=b.title.localeCompare(h.title);break;case "estimate":let H=b.estimatedTime||0,ee=h.estimatedTime||0;v=H-ee;break;default:v=0;}return s.order==="asc"?v:-v}),y},[a,s]);return {filters:a,sort:s,setFilters:c,setSort:l,resetFilters:i,filterMyTasks:d,filterOverdue:u,filterHighPriority:p,applyFilters:f,hasActiveFilters:m}}var Ff,Lf;if(typeof window<"u")try{let e=fi("ai");Ff=e.generateObject,Lf=e.generateText;}catch{}function Af(e={}){let[t,r]=react.useState(false),[a,n]=react.useState(null),s=!!(Ff&&Lf&&e.apiKey),o=react.useCallback(async u=>{if(!s)throw new Error('AI features require the "ai" package and an API key. Install with: npm install ai');r(true),n(null);try{return console.log("Generating plan for:",u),{columns:[{title:"To Do",position:1e3,cardIds:[]},{title:"In Progress",position:2e3,cardIds:[]},{title:"Done",position:3e3,cardIds:[]}],cards:[{title:"Generated task from AI",description:`Based on: ${u}`,position:1e3,columnId:"temp-col-1"}],explanation:"This is a sample plan. Real implementation would use AI SDK."}}catch(p){let m=p instanceof Error?p:new Error("Failed to generate plan");throw n(m),m}finally{r(false);}},[s]),c=react.useCallback(async u=>{if(!s)throw new Error("AI features not available");r(true),n(null);try{return console.log("Suggesting assignee for:",u.title),{userId:"user-123",confidence:.85,reasoning:"Based on past performance and expertise"}}catch(p){let m=p instanceof Error?p:new Error("Failed to suggest assignee");throw n(m),m}finally{r(false);}},[s]),l=react.useCallback(async u=>{if(!s)throw new Error("AI features not available");r(true),n(null);try{return console.log("Analyzing board for risks..."),[{type:"RISK_OVERLOAD",severity:"HIGH",title:"Column overload detected",description:'Too many cards in "In Progress"',confidence:.9,suggestedAction:'Consider moving some cards back to "To Do"'}]}catch(p){let m=p instanceof Error?p:new Error("Failed to predict risks");throw n(m),m}finally{r(false);}},[s]),i=react.useCallback(async u=>{if(!s)throw new Error("AI features not available");r(true),n(null);try{return console.log("Generating subtasks for:",u.title),[{title:`Subtask 1 for: ${u.title}`,position:u.position+.1,columnId:u.columnId},{title:`Subtask 2 for: ${u.title}`,position:u.position+.2,columnId:u.columnId}]}catch(p){let m=p instanceof Error?p:new Error("Failed to generate subtasks");throw n(m),m}finally{r(false);}},[s]),d=react.useCallback(async u=>{if(!s)throw new Error("AI features not available");r(true),n(null);try{return console.log("Estimating effort for:",u.title),{hours:8,confidence:.75}}catch(p){let m=p instanceof Error?p:new Error("Failed to estimate effort");throw n(m),m}finally{r(false);}},[s]);return {onGeneratePlan:o,onSuggestAssignee:c,onPredictRisks:l,onGenerateSubtasks:i,onEstimateEffort:d,isAvailable:s,isLoading:t,error:a}}function Yd(){let[e,t]=react.useState(()=>core.selectionStore.getState());react.useEffect(()=>core.selectionStore.subscribe(n=>{t(n);}),[]);let r=react.useCallback(a=>{core.selectionStore.setState(a);},[]);return [e,r]}function If(e){let{cards:t}=e,[r,a]=Yd(),n=react.useCallback(u=>r.selectedCardIds.includes(u),[r.selectedCardIds]),s=react.useCallback((u,p)=>{if(!p){a({selectedCardIds:[u],lastSelectedCardId:u});return}let m=p.ctrlKey||p.metaKey,f=p.shiftKey;if(m)r.selectedCardIds.includes(u)?a({selectedCardIds:r.selectedCardIds.filter(x=>x!==u),lastSelectedCardId:r.lastSelectedCardId}):a({selectedCardIds:[...r.selectedCardIds,u],lastSelectedCardId:u});else if(f&&r.lastSelectedCardId){let x=t.find(b=>b.id===u),y=t.find(b=>b.id===r.lastSelectedCardId);if(x&&y&&x.columnId===y.columnId){let b=t.filter(k=>k.columnId===x.columnId).sort((k,N)=>k.position-N.position),h=b.findIndex(k=>k.id===r.lastSelectedCardId),v=b.findIndex(k=>k.id===u),[w,C]=h<v?[h,v]:[v,h],S=b.slice(w,C+1).map(k=>k.id),F=Array.from(new Set([...r.selectedCardIds,...S]));a({selectedCardIds:F,lastSelectedCardId:u});}else a({selectedCardIds:[u],lastSelectedCardId:u});}else a({selectedCardIds:[u],lastSelectedCardId:u});},[t,r,a]),o=react.useCallback(u=>{a({selectedCardIds:r.selectedCardIds.filter(p=>p!==u),lastSelectedCardId:r.lastSelectedCardId});},[r,a]),c=react.useCallback(()=>{a({selectedCardIds:[],lastSelectedCardId:null});},[a]),l=react.useCallback(()=>{a({selectedCardIds:t.map(u=>u.id),lastSelectedCardId:t[t.length-1]?.id||null});},[t,a]),i=react.useCallback(u=>{r.selectedCardIds.includes(u)?o(u):a({selectedCardIds:[...r.selectedCardIds,u],lastSelectedCardId:u});},[r,o,a]),d=react.useCallback(()=>t.filter(u=>r.selectedCardIds.includes(u.id)),[t,r.selectedCardIds]);return {selectedCardIds:r.selectedCardIds,lastSelectedCardId:r.lastSelectedCardId,isCardSelected:n,selectCard:s,deselectCard:o,clearSelection:c,selectAll:l,toggleCard:i,getSelectedCards:d}}var Rf={enableAutoStacking:true,autoStackConfidenceThreshold:.7,minCardsPerStack:2,enableManualStacking:true,showStackSummaries:true,animationDuration:200};function Bf(e){let{cards:t,config:r,aiService:a}=e,n=react.useMemo(()=>({...Rf,...r}),[r]),[s,o]=react.useState([]),c=react.useCallback((x,y,b,h,v)=>{if(y.length<n.minCardsPerStack){console.warn(`Cannot create stack: minimum ${n.minCardsPerStack} cards required`);return}let w={id:`stack-${Date.now()}-${Math.random().toString(36).substr(2,9)}`,title:x,cardIds:y,columnId:b,strategy:h,color:v,isExpanded:true,position:s.filter(C=>C.columnId===b).length,createdAt:new Date};o(C=>[...C,w]);},[n.minCardsPerStack,s]),l=react.useCallback(x=>{o(y=>y.filter(b=>b.id!==x));},[]),i=react.useCallback(x=>{o(y=>y.map(b=>b.id===x?{...b,isExpanded:!b.isExpanded}:b));},[]),d=react.useCallback((x,y)=>{o(b=>b.map(h=>h.id===x&&!h.cardIds.includes(y)?{...h,cardIds:[...h.cardIds,y]}:h));},[]),u=react.useCallback((x,y)=>{o(b=>b.map(h=>{if(h.id===x){let v=h.cardIds.filter(w=>w!==y);return v.length<n.minCardsPerStack?null:{...h,cardIds:v}}return h}).filter(h=>h!==null));},[n.minCardsPerStack]),p=react.useCallback(x=>s.filter(y=>y.columnId===x).sort((y,b)=>y.position-b.position),[s]),m=react.useCallback(async x=>{let y=t.filter(C=>C.columnId===x);if(y.length<n.minCardsPerStack*2)return [];let b=[],h=new Map;y.forEach(C=>{C.labels&&C.labels.length>0&&C.labels.forEach(S=>{h.has(S)||h.set(S,[]),h.get(S).push(C);});}),h.forEach((C,S)=>{C.length>=n.minCardsPerStack&&b.push({stack:{title:`\u{1F4CC} ${S}`,cardIds:C.map(F=>F.id),columnId:x,strategy:"labels",color:"#00E5CC"},reason:`${C.length} cards with label "${S}"`,confidence:.85});});let v=new Map;y.forEach(C=>{C.assignedUserIds&&C.assignedUserIds.length>0&&C.assignedUserIds.forEach(S=>{v.has(S)||v.set(S,[]),v.get(S).push(C);});}),v.forEach((C,S)=>{C.length>=n.minCardsPerStack&&b.push({stack:{title:`\u{1F464} Assigned to user-${S.slice(-4)}`,cardIds:C.map(F=>F.id),columnId:x,strategy:"assignee",color:"#8b5cf6"},reason:`${C.length} cards assigned to the same user`,confidence:.8});});let w=new Map;if(y.forEach(C=>{C.priority&&(w.has(C.priority)||w.set(C.priority,[]),w.get(C.priority).push(C));}),w.forEach((C,S)=>{if(C.length>=n.minCardsPerStack){let F={low:"\u{1F7E2}",medium:"\u{1F7E1}",high:"\u{1F534}",urgent:"\u{1F6A8}"}[S.toLowerCase()]||"\u26AA";b.push({stack:{title:`${F} ${S} Priority`,cardIds:C.map(k=>k.id),columnId:x,strategy:"priority",color:S==="high"||S==="urgent"?"#ef4444":"#10b981"},reason:`${C.length} cards with ${S} priority`,confidence:.75});}}),a&&n.enableAutoStacking)for(let C of y){let F=(await a.findSimilar(C,y)).filter(k=>k.similarity>=n.autoStackConfidenceThreshold);if(F.length>=n.minCardsPerStack-1){let k=[C.id,...F.map(P=>P.card.id)],N=F.reduce((P,T)=>P+T.similarity,0)/F.length;b.push({stack:{title:`\u2728 Similar to "${C.title.substring(0,30)}${C.title.length>30?"...":""}"`,cardIds:k,columnId:x,strategy:"ai-similarity",color:"#f59e0b"},reason:`AI detected ${F.length+1} similar tasks`,confidence:N});}}return b.filter(C=>C.confidence>=n.autoStackConfidenceThreshold).sort((C,S)=>S.confidence-C.confidence).slice(0,5)},[t,n,a]),f=react.useCallback(x=>{c(x.stack.title,x.stack.cardIds,x.stack.columnId,x.stack.strategy,x.stack.color);},[c]);return react.useEffect(()=>{n.enableAutoStacking&&s.length===0&&new Set(t.map(y=>y.columnId)).forEach(async y=>{let b=await m(y),h=b[0];b.length>0&&h&&h.confidence>=.9&&f(h);});},[]),{stacks:s,createStack:c,deleteStack:l,toggleStack:i,addToStack:d,removeFromStack:u,getStacksForColumn:p,getSuggestions:m,applySuggestion:f,config:n}}var $f=react.createContext(null);function Of({children:e,initialData:t,onStateChange:r}){let a=react.useRef();if(!a.current){let s=new Map,o=new Map;t?.columns?.forEach(l=>{let{Column:i}=fi("@libxai/core");s.set(l.id,new i(l));}),t?.cards?.forEach(l=>{let{Card:i}=fi("@libxai/core");o.set(l.id,new i(l));});let c=null;if(t?.board){let{Board:l}=fi("@libxai/core");c=new l(t.board);}a.current=new core.BoardStore({board:c,columns:s,cards:o});}let n=a.current;return react.useEffect(()=>{if(r)return n.subscribeAll(s=>{r(n.getState());})},[n,r]),jsxRuntime.jsx($f.Provider,{value:{store:n},children:e})}function Bl(){let e=react.useContext($f);if(!e)throw new Error("useBoardStore must be used within BoardProvider");return e.store}function di(){let e=Bl(),[t,r]=react.useState(e.getBoard()),[a,n]=react.useState(e.getAllColumns()),[s,o]=react.useState(e.getAllCards());react.useEffect(()=>e.subscribeAll(()=>{r(e.getBoard()),n(e.getAllColumns()),o(e.getAllCards());}),[e]);let c=react.useCallback(h=>{e.updateBoard(h);},[e]),l=react.useCallback(h=>{e.addColumn(h);},[e]),i=react.useCallback((h,v)=>{e.updateColumn(h,v);},[e]),d=react.useCallback(h=>{e.deleteColumn(h);},[e]),u=react.useCallback(h=>e.getColumn(h),[e]),p=react.useCallback(h=>{e.addCard(h);},[e]),m=react.useCallback((h,v)=>{e.updateCard(h,v);},[e]),f=react.useCallback(h=>{e.deleteCard(h);},[e]),x=react.useCallback((h,v,w)=>{e.moveCard(h,v,w);},[e]),y=react.useCallback(h=>e.getCard(h),[e]),b=react.useCallback(h=>e.getCardsByColumn(h),[e]);return {board:t,columns:a,cards:s,updateBoard:c,addColumn:l,updateColumn:i,deleteColumn:d,getColumn:u,addCard:p,updateCard:m,deleteCard:f,moveCard:x,getCard:y,getCardsByColumn:b}}function Uf(e){let{cards:t}=di();return react.useMemo(()=>e?t.filter(r=>{if(e.searchQuery){let a=e.searchQuery.toLowerCase(),n=r.title.toLowerCase().includes(a),s=r.description?.toLowerCase().includes(a);if(!n&&!s)return false}return !(e.priorities&&e.priorities.length>0&&(!r.priority||!e.priorities.includes(r.priority))||e.statuses&&e.statuses.length>0&&(!r.status||!e.statuses.includes(r.status))||e.assignedUserIds&&e.assignedUserIds.length>0&&!e.assignedUserIds.some(n=>r.isAssignedTo(n))||e.labels&&e.labels.length>0&&!e.labels.some(n=>r.hasLabel(n))||e.columnIds&&e.columnIds.length>0&&!e.columnIds.includes(r.columnId)||e.isOverdue!==void 0&&e.isOverdue!==r.isOverdue())}):t,[t,e])}function Wf(e="position",t="asc"){let{cards:r}=di();return react.useMemo(()=>[...r].sort((n,s)=>{let o=0;switch(e){case "title":o=n.title.localeCompare(s.title);break;case "priority":{let c={URGENT:4,HIGH:3,MEDIUM:2,LOW:1},l=n.priority?c[n.priority]:0,i=s.priority?c[s.priority]:0;o=l-i;break}case "createdAt":o=n.createdAt.getTime()-s.createdAt.getTime();break;case "updatedAt":o=n.updatedAt.getTime()-s.updatedAt.getTime();break;case "position":o=n.position-s.position;break}return t==="asc"?o:-o}),[r,e,t])}var $l=class{constructor(){this.plugins=new Map;this.enabled=new Set;this.config=new Map;this.context=null;this.pluginLogger=Pu.child("PluginManager");}setContext(t){this.context=t;}register(t){if(!t.id||!t.name||!t.version)throw new Error("Plugin must have id, name, and version");if(this.plugins.has(t.id)&&this.pluginLogger.warn(`Plugin ${t.id} is already registered, overwriting...`),t.dependencies){for(let r of t.dependencies)if(!this.plugins.has(r))throw new Error(`Plugin ${t.id} depends on ${r} which is not registered`)}this.plugins.set(t.id,t),t.defaultConfig&&this.config.set(t.id,{...t.defaultConfig}),this.enabled.add(t.id),this.pluginLogger.info(`Plugin registered: ${t.name} v${t.version}`),t.onInit&&this.context&&Promise.resolve(t.onInit(this.context)).catch(r=>{this.pluginLogger.error(`Failed to initialize plugin ${t.id}`,r,{plugin:t.id});});}unregister(t){let r=this.plugins.get(t);if(!r){this.pluginLogger.warn(`Plugin ${t} is not registered`);return}r.onDestroy&&Promise.resolve(r.onDestroy()).catch(a=>{this.pluginLogger.error(`Failed to destroy plugin ${t}`,a);}),this.plugins.delete(t),this.enabled.delete(t),this.config.delete(t),this.pluginLogger.info(`Plugin unregistered: ${r.name}`);}getPlugin(t){return this.plugins.get(t)}getPlugins(){return Array.from(this.plugins.values())}hasPlugin(t){return this.plugins.has(t)}setEnabled(t,r){if(!this.plugins.has(t))throw new Error(`Plugin ${t} is not registered`);r?(this.enabled.add(t),this.pluginLogger.info(`Plugin enabled: ${t}`)):(this.enabled.delete(t),this.pluginLogger.info(`Plugin disabled: ${t}`));}isEnabled(t){return this.enabled.has(t)}getConfig(t,r){return this.config.get(t)?.[r]}setConfig(t,r,a){this.config.has(t)||this.config.set(t,{});let n=this.config.get(t);n[r]=a,this.pluginLogger.debug(`Plugin config set: ${t}.${r}`,{value:a});}async executeHook(t,r,a){let n=a;for(let s of this.plugins.values()){if(!this.enabled.has(s.id))continue;let o=s[t];if(typeof o=="function")try{let c=await Promise.resolve(o.apply(s,r));c!==void 0&&(n=c,r[0]=c);}catch(c){this.pluginLogger.error(`Plugin hook failed: ${s.id}.${t}`,c,{plugin:s.id,hook:t});}}return n}async executeHookParallel(t,r){let a=[];for(let n of this.plugins.values()){if(!this.enabled.has(n.id))continue;let s=n[t];typeof s=="function"&&a.push(Promise.resolve(s.apply(n,r)).catch(o=>{this.pluginLogger.error(`Plugin hook failed: ${n.id}.${t}`,o,{plugin:n.id,hook:t});}));}await Promise.all(a);}},XC=new $l;function Gf({items:e,height:t,estimateSize:r,renderItem:a,className:n="",overscan:s=5,horizontal:o=false,gap:c=0,getItemKey:l}){let i=react.useRef(null),d=reactVirtual.useVirtualizer({count:e.length,getScrollElement:()=>i.current,estimateSize:()=>r,overscan:s,horizontal:o,gap:c}),u=d.getVirtualItems(),p={height:typeof t=="number"?`${t}px`:t,width:"100%",overflow:"auto",position:"relative"},m=o?{width:`${d.getTotalSize()}px`,height:"100%",position:"relative"}:{height:`${d.getTotalSize()}px`,width:"100%",position:"relative"};return jsxRuntime.jsx("div",{ref:i,style:p,className:n,children:jsxRuntime.jsx("div",{style:m,children:u.map(f=>{let x=e[f.index];if(!x)return null;let y=l?l(x,f.index):f.index,b={position:"absolute",top:o?0:f.start,left:o?f.start:0,width:o?f.size:"100%",height:o?"100%":f.size};return jsxRuntime.jsx("div",{style:b,"data-index":f.index,children:a(x,f.index)},y)})})})}function Vf(e){return reactVirtual.useVirtualizer({count:e.items.length,getScrollElement:()=>e.scrollElement,estimateSize:()=>e.estimateSize,overscan:e.overscan??5,horizontal:e.horizontal??false,gap:e.gap??0})}function _f({items:e,height:t,width:r="100%",estimateColumnWidth:a,renderColumn:n,className:s="",overscan:o=3,gap:c=16,getItemKey:l,horizontal:i=true}){let d=react.useRef(null),u=reactVirtual.useVirtualizer({horizontal:i,count:e.length,getScrollElement:()=>d.current,estimateSize:()=>a,overscan:o,gap:c}),p=u.getVirtualItems(),m={height:typeof t=="number"?`${t}px`:t,width:typeof r=="number"?`${r}px`:r,overflow:"auto",position:"relative"},f={width:`${u.getTotalSize()}px`,height:"100%",position:"relative"};return jsxRuntime.jsx("div",{ref:d,style:m,className:s,children:jsxRuntime.jsx("div",{style:f,children:p.map(x=>{let y=e[x.index];if(!y)return null;let b=l?l(y,x.index):x.index,h={position:"absolute",top:0,left:x.start,width:x.size,height:"100%"};return jsxRuntime.jsx("div",{style:h,"data-index":x.index,children:n(y,x.index)},b)})})})}function Kf(e){let t=reactVirtual.useVirtualizer({horizontal:true,count:e.items.length,getScrollElement:()=>e.scrollElement,estimateSize:()=>e.estimateColumnWidth,overscan:e.overscan??3,gap:e.gap??0});return {columnVirtualizer:t,virtualColumns:t.getVirtualItems(),totalWidth:t.getTotalSize()}}function qf(e,t=10){return e>t}var Zd={none:0,xs:4,sm:8,md:12,lg:16,xl:20,"2xl":24,"3xl":32,"4xl":40,"5xl":48,"6xl":64},eu={none:0,sm:4,md:8,lg:12,xl:16,"2xl":20,full:9999},tu={xs:12,sm:14,base:16,lg:18,xl:20,"2xl":24,"3xl":30,"4xl":36,"5xl":48},ru={light:300,normal:400,medium:500,semibold:600,bold:700,extrabold:800},au={none:1,tight:1.25,snug:1.375,normal:1.5,relaxed:1.625,loose:2},nu={base:0,dropdown:1e3,sticky:1020,fixed:1030,modalBackdrop:1040,modal:1050,popover:1060,tooltip:1070},ou={instant:0,fastest:75,faster:100,fast:150,normal:200,slow:300,slower:400,slowest:500},su={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",smooth:"cubic-bezier(0.4, 0.0, 0.2, 1)",sharp:"cubic-bezier(0.4, 0.0, 0.6, 1)",bounce:"cubic-bezier(0.68, -0.55, 0.265, 1.55)"},iu={none:"none",sm:"0 1px 2px 0 rgba(0, 0, 0, 0.05)",base:"0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",md:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",lg:"0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",xl:"0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)","2xl":"0 25px 50px -12px rgba(0, 0, 0, 0.25)",inner:"inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)"},lu={0:0,5:.05,10:.1,20:.2,30:.3,40:.4,50:.5,60:.6,70:.7,80:.8,90:.9,100:1},cu={column:{width:320,minWidth:280,maxWidth:400,gap:16,padding:12,headerHeight:48},card:{minHeight:80,maxHeight:400,padding:12,gap:8},board:{padding:16,gap:16}},du={timeline:{headerHeight:60,rowHeight:44,minRowHeight:32,maxRowHeight:80,taskPadding:4,gridLineWidth:1},task:{height:28,minHeight:20,maxHeight:40,borderRadius:4,padding:6},dependency:{lineWidth:2,arrowSize:8},scale:{day:{columnWidth:40,minColumnWidth:30,maxColumnWidth:60},week:{columnWidth:80,minColumnWidth:60,maxColumnWidth:120},month:{columnWidth:120,minColumnWidth:80,maxColumnWidth:200},quarter:{columnWidth:200,minColumnWidth:150,maxColumnWidth:300}},milestone:{size:16,rotation:45}},Ol={spacing:Zd,borderRadius:eu,fontSize:tu,fontWeight:ru,lineHeight:au,zIndex:nu,duration:ou,easing:su,shadows:iu,opacity:lu,kanban:cu,gantt:du};function Yf(e,t,r){return e[t]??r}function uu(e,t="",r={}){for(let[a,n]of Object.entries(e)){let s=t?`${t}-${a}`:a;typeof n=="object"&&n!==null&&!Array.isArray(n)?uu(n,s,r):(typeof n=="string"||typeof n=="number")&&(r[s]=n);}return r}function ZC(e){return typeof e=="number"?e>0&&e<1e3?`${e}px`:e.toString():e}function pu(e="asakaa"){let t=uu(Ol),r=[];for(let[a,n]of Object.entries(t)){let s=`--${e}-${a}`,o=ZC(n);r.push(` ${s}: ${o};`);}return `:root {
414
414
  ${r.join(`
415
415
  `)}
416
416
  }`}function ui(e,t="asakaa"){let r=[],a=uu(e);for(let[n,s]of Object.entries(a)){let o=`--${t}-color-${n}`;r.push(` ${o}: ${s};`);}return `:root {
@@ -439,6 +439,6 @@ ${ui(gu,"asakaa").split(`
439
439
  `).slice(1,-1).join(`
440
440
  `)}
441
441
  }
442
- `}var e2=({theme:e})=>{switch(e){case "dark":return jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("path",{d:"M13.5 8.5C13.5 11.2614 11.2614 13.5 8.5 13.5C5.73858 13.5 3.5 11.2614 3.5 8.5C3.5 5.73858 5.73858 3.5 8.5 3.5C8.66667 3.5 8.83074 3.50926 8.99199 3.52734C8.10635 4.35233 7.5 5.53318 7.5 6.85C7.5 9.33579 9.49421 11.33 11.98 11.33C12.5933 11.33 13.1751 11.2075 13.7069 10.9844C13.5698 11.8951 13.2042 12.7349 12.6674 13.4367",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});case "light":return jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[jsxRuntime.jsx("circle",{cx:"8",cy:"8",r:"3",stroke:"currentColor",strokeWidth:"1.5"}),jsxRuntime.jsx("path",{d:"M8 1V2M8 14V15M15 8H14M2 8H1M12.5 12.5L11.8 11.8M4.2 4.2L3.5 3.5M12.5 3.5L11.8 4.2M4.2 11.8L3.5 12.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]});case "neutral":return jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[jsxRuntime.jsx("circle",{cx:"8",cy:"8",r:"6",stroke:"currentColor",strokeWidth:"1.5"}),jsxRuntime.jsx("path",{d:"M5 8L8 8L8 5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}};function Jf({showLabels:e=true,compact:t=false,className:r=""}){let{theme:a,setTheme:n,themes:s}=es();return jsxRuntime.jsx("div",{className:`theme-switcher ${t?"theme-switcher--compact":""} ${r}`,children:Object.entries(s).map(([o,c])=>{let l=o,i=l===a;return jsxRuntime.jsxs("button",{onClick:()=>n(l),className:`theme-switcher__button ${i?"theme-switcher__button--active":""}`,"aria-label":`Switch to ${c.displayName} theme`,"aria-pressed":i,title:c.displayName,children:[jsxRuntime.jsx("span",{className:"theme-switcher__icon","aria-hidden":"true",children:jsxRuntime.jsx(e2,{theme:l})}),e&&!t&&jsxRuntime.jsx("span",{className:"theme-switcher__label",children:c.displayName})]},l)})})}
443
- Object.defineProperty(exports,"BoardModel",{enumerable:true,get:function(){return core.Board}});Object.defineProperty(exports,"BoardStore",{enumerable:true,get:function(){return core.BoardStore}});Object.defineProperty(exports,"CardModel",{enumerable:true,get:function(){return core.Card}});Object.defineProperty(exports,"ColumnModel",{enumerable:true,get:function(){return core.Column}});Object.defineProperty(exports,"DependencyEngine",{enumerable:true,get:function(){return core.DependencyEngine}});Object.defineProperty(exports,"Store",{enumerable:true,get:function(){return core.Store}});exports.AIUsageDashboard=wf;exports.AI_FEATURES=LC;exports.AI_MODELS=_d;exports.AddCardButton=wc;exports.AddColumnButton=bc;exports.AttachmentUploader=Jo;exports.BoardProvider=Of;exports.BulkOperationsToolbar=zi;exports.BurnDownChart=Mc;exports.CUSTOM_FIELD_TYPES=S0;exports.CalendarBoard=nf;exports.Card=Ln;exports.CardHistoryReplay=pf;exports.CardHistoryTimeline=df;exports.CardRelationshipsGraph=ff;exports.CardStack=CC;exports.CardTemplateSelector=Bc;exports.CircuitBreaker=Yl;exports.Column=_o;exports.ColumnManager=qi;exports.CommandPalette=Tc;exports.ConfigMenu=Uc;exports.ContextMenu=os;exports.DEFAULT_SHORTCUTS=Us;exports.DEFAULT_TABLE_COLUMNS=N0;exports.DEFAULT_TEMPLATES=Rc;exports.DateRangePicker=Ds;exports.DependenciesSelector=Es;exports.DependencyLine=Ks;exports.DistributionCharts=Pc;exports.EditableColumnTitle=ac;exports.ErrorBoundary=Xo;exports.ExportDropdown=wm;exports.ExportImportModal=Oc;exports.FilterBar=Hc;exports.GANTT_AI_SYSTEM_PROMPT=tg;exports.GanttAIAssistant=sl;exports.GanttBoard=Jm;exports.GanttI18nContext=rs;exports.GanttMilestone=rl;exports.GanttToolbar=Ki;exports.GenerateGanttTasksDialog=Tf;exports.GeneratePlanModal=yf;exports.GroupBySelector=Ac;exports.HealthBar=cc;exports.KanbanBoard=Jn;exports.KanbanToolbar=gc;exports.KanbanViewAdapter=Os;exports.KeyboardShortcutsHelp=Ic;exports.ListView=T0;exports.MenuIcons=ar;exports.PluginManager=$l;exports.PrioritySelector=xo;exports.ProfitabilityReport=dc;exports.QuickTaskCreate=Bs;exports.RATE_LIMITS=FC;exports.STANDARD_FIELDS=D0;exports.SwimlaneBoardView=Fc;exports.TagBadge=oc;exports.TagList=mp;exports.TagPicker=Ko;exports.TaskBar=Ji;exports.TaskDetailModal=To;exports.TaskFormModal=eg;exports.TaskGrid=Xi;exports.ThemeModal=Vc;exports.ThemeProvider=cm;exports.ThemeSwitcher=Jf;exports.TimeInputPopover=xn;exports.TimePill=sc;exports.TimePopover=ic;exports.Timeline=al;exports.UserAssignmentSelector=wo;exports.VelocityChart=Ec;exports.VirtualGrid=_f;exports.VirtualList=Gf;exports.aiUsageTracker=Ro;exports.borderRadius=eu;exports.buildCalendar=Nl;exports.calculatePosition=hi;exports.cardToGanttTask=cl;exports.cardsToGanttTasks=lg;exports.cn=g;exports.createKanbanView=Gp;exports.createRetryWrapper=vb;exports.darkTheme=Wc;exports.darkTokenTheme=Hl;exports.defaultTheme=Vi;exports.designTokens=Ol;exports.duration=ou;exports.easing=su;exports.exportTokensToCSS=Xf;exports.findTaskByName=Hn;exports.fontSize=tu;exports.fontWeight=ru;exports.formatCost=ii;exports.ganttEnTranslations=_i;exports.ganttEsTranslations=um;exports.ganttTaskToCardUpdate=ig;exports.ganttThemes=lt;exports.ganttTokens=du;exports.ganttTranslations=jc;exports.ganttUtils=Ne;exports.generateCSSVariables=pu;exports.generateCompleteCSS=fu;exports.generateInitialPositions=bb;exports.generateTasksContext=rg;exports.generateThemeVariables=ui;exports.getListViewTheme=E0;exports.getListViewTranslations=gd;exports.getToken=Yf;exports.getTranslations=pm;exports.kanbanTokens=cu;exports.lightTheme=zc;exports.lightTokenTheme=mu;exports.lineHeight=au;exports.listViewDarkTheme=Bd;exports.listViewEnTranslations=pd;exports.listViewEsTranslations=md;exports.listViewLightTheme=$d;exports.listViewNeutralTheme=Od;exports.listViewThemes=Cl;exports.listViewTranslations=dl;exports.mergeListViewTranslations=ul;exports.mergeTranslations=_c;exports.neutralTheme=Gc;exports.neutralTokenTheme=gu;exports.opacity=lu;exports.parseLocalCommand=og;exports.parseNaturalDate=cd;exports.parseNaturalDuration=dd;exports.parseProgress=ud;exports.parseStatus=ng;exports.pluginManager=XC;exports.retrySyncOperation=xb;exports.retryWithBackoff=yi;exports.shadows=iu;exports.shouldVirtualizeGrid=qf;exports.simulateReschedule=Fl;exports.spacing=Zd;exports.themes=Do;exports.useAI=Af;exports.useBoard=Df;exports.useBoardCore=di;exports.useBoardStore=Bl;exports.useCardStacking=Bf;exports.useDragState=pc;exports.useFilteredCards=Uf;exports.useFilters=Mf;exports.useGanttI18n=ja;exports.useKanbanState=Rl;exports.useKeyboardShortcuts=sm;exports.useMultiSelect=If;exports.useSelectionState=Yd;exports.useSortedCards=Wf;exports.useTheme=es;exports.useVirtualGrid=Kf;exports.useVirtualList=Vf;exports.validateAIResponse=sg;exports.withErrorBoundary=kc;exports.wouldCreateCircularDependency=wi;exports.zIndex=nu;//# sourceMappingURL=index.cjs.map
442
+ `}var e5=({theme:e})=>{switch(e){case "dark":return jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("path",{d:"M13.5 8.5C13.5 11.2614 11.2614 13.5 8.5 13.5C5.73858 13.5 3.5 11.2614 3.5 8.5C3.5 5.73858 5.73858 3.5 8.5 3.5C8.66667 3.5 8.83074 3.50926 8.99199 3.52734C8.10635 4.35233 7.5 5.53318 7.5 6.85C7.5 9.33579 9.49421 11.33 11.98 11.33C12.5933 11.33 13.1751 11.2075 13.7069 10.9844C13.5698 11.8951 13.2042 12.7349 12.6674 13.4367",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});case "light":return jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[jsxRuntime.jsx("circle",{cx:"8",cy:"8",r:"3",stroke:"currentColor",strokeWidth:"1.5"}),jsxRuntime.jsx("path",{d:"M8 1V2M8 14V15M15 8H14M2 8H1M12.5 12.5L11.8 11.8M4.2 4.2L3.5 3.5M12.5 3.5L11.8 4.2M4.2 11.8L3.5 12.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]});case "neutral":return jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[jsxRuntime.jsx("circle",{cx:"8",cy:"8",r:"6",stroke:"currentColor",strokeWidth:"1.5"}),jsxRuntime.jsx("path",{d:"M5 8L8 8L8 5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}};function Jf({showLabels:e=true,compact:t=false,className:r=""}){let{theme:a,setTheme:n,themes:s}=es();return jsxRuntime.jsx("div",{className:`theme-switcher ${t?"theme-switcher--compact":""} ${r}`,children:Object.entries(s).map(([o,c])=>{let l=o,i=l===a;return jsxRuntime.jsxs("button",{onClick:()=>n(l),className:`theme-switcher__button ${i?"theme-switcher__button--active":""}`,"aria-label":`Switch to ${c.displayName} theme`,"aria-pressed":i,title:c.displayName,children:[jsxRuntime.jsx("span",{className:"theme-switcher__icon","aria-hidden":"true",children:jsxRuntime.jsx(e5,{theme:l})}),e&&!t&&jsxRuntime.jsx("span",{className:"theme-switcher__label",children:c.displayName})]},l)})})}
443
+ Object.defineProperty(exports,"BoardModel",{enumerable:true,get:function(){return core.Board}});Object.defineProperty(exports,"BoardStore",{enumerable:true,get:function(){return core.BoardStore}});Object.defineProperty(exports,"CardModel",{enumerable:true,get:function(){return core.Card}});Object.defineProperty(exports,"ColumnModel",{enumerable:true,get:function(){return core.Column}});Object.defineProperty(exports,"DependencyEngine",{enumerable:true,get:function(){return core.DependencyEngine}});Object.defineProperty(exports,"Store",{enumerable:true,get:function(){return core.Store}});exports.AIUsageDashboard=wf;exports.AI_FEATURES=LC;exports.AI_MODELS=_d;exports.AddCardButton=wc;exports.AddColumnButton=bc;exports.AttachmentUploader=Jo;exports.BoardProvider=Of;exports.BulkOperationsToolbar=zi;exports.BurnDownChart=Mc;exports.CUSTOM_FIELD_TYPES=S0;exports.CalendarBoard=nf;exports.Card=Ln;exports.CardHistoryReplay=pf;exports.CardHistoryTimeline=df;exports.CardRelationshipsGraph=ff;exports.CardStack=CC;exports.CardTemplateSelector=Bc;exports.CircuitBreaker=Yl;exports.Column=_o;exports.ColumnManager=qi;exports.CommandPalette=Tc;exports.ConfigMenu=Uc;exports.ContextMenu=os;exports.DEFAULT_SHORTCUTS=Us;exports.DEFAULT_TABLE_COLUMNS=N0;exports.DEFAULT_TEMPLATES=Rc;exports.DateRangePicker=Ds;exports.DependenciesSelector=Es;exports.DependencyLine=Ks;exports.DistributionCharts=Pc;exports.EditableColumnTitle=ac;exports.ErrorBoundary=Xo;exports.ExportDropdown=wm;exports.ExportImportModal=Oc;exports.FilterBar=Hc;exports.GANTT_AI_SYSTEM_PROMPT=tg;exports.GanttAIAssistant=sl;exports.GanttBoard=Jm;exports.GanttI18nContext=rs;exports.GanttMilestone=rl;exports.GanttToolbar=Ki;exports.GenerateGanttTasksDialog=Tf;exports.GeneratePlanModal=yf;exports.GroupBySelector=Ac;exports.HealthBar=cc;exports.KanbanBoard=Jn;exports.KanbanToolbar=gc;exports.KanbanViewAdapter=Os;exports.KeyboardShortcutsHelp=Ic;exports.ListView=T0;exports.MenuIcons=ar;exports.PluginManager=$l;exports.PrioritySelector=vo;exports.ProfitabilityReport=dc;exports.QuickTaskCreate=Bs;exports.RATE_LIMITS=FC;exports.STANDARD_FIELDS=D0;exports.SwimlaneBoardView=Fc;exports.TagBadge=oc;exports.TagList=mp;exports.TagPicker=Ko;exports.TaskBar=Ji;exports.TaskDetailModal=No;exports.TaskFormModal=eg;exports.TaskGrid=Xi;exports.ThemeModal=Vc;exports.ThemeProvider=cm;exports.ThemeSwitcher=Jf;exports.TimeInputPopover=xn;exports.TimePill=sc;exports.TimePopover=ic;exports.Timeline=al;exports.UserAssignmentSelector=ko;exports.VelocityChart=Ec;exports.VirtualGrid=_f;exports.VirtualList=Gf;exports.aiUsageTracker=Ro;exports.borderRadius=eu;exports.buildCalendar=Nl;exports.calculatePosition=hi;exports.cardToGanttTask=cl;exports.cardsToGanttTasks=lg;exports.cn=g;exports.createKanbanView=Gp;exports.createRetryWrapper=vb;exports.darkTheme=Wc;exports.darkTokenTheme=Hl;exports.defaultTheme=Vi;exports.designTokens=Ol;exports.duration=ou;exports.easing=su;exports.exportTokensToCSS=Xf;exports.findTaskByName=Hn;exports.fontSize=tu;exports.fontWeight=ru;exports.formatCost=ii;exports.ganttEnTranslations=_i;exports.ganttEsTranslations=um;exports.ganttTaskToCardUpdate=ig;exports.ganttThemes=lt;exports.ganttTokens=du;exports.ganttTranslations=jc;exports.ganttUtils=Ne;exports.generateCSSVariables=pu;exports.generateCompleteCSS=fu;exports.generateInitialPositions=bb;exports.generateTasksContext=rg;exports.generateThemeVariables=ui;exports.getListViewTheme=E0;exports.getListViewTranslations=gd;exports.getToken=Yf;exports.getTranslations=pm;exports.kanbanTokens=cu;exports.lightTheme=zc;exports.lightTokenTheme=mu;exports.lineHeight=au;exports.listViewDarkTheme=Bd;exports.listViewEnTranslations=pd;exports.listViewEsTranslations=md;exports.listViewLightTheme=$d;exports.listViewNeutralTheme=Od;exports.listViewThemes=Cl;exports.listViewTranslations=dl;exports.mergeListViewTranslations=ul;exports.mergeTranslations=_c;exports.neutralTheme=Gc;exports.neutralTokenTheme=gu;exports.opacity=lu;exports.parseLocalCommand=og;exports.parseNaturalDate=cd;exports.parseNaturalDuration=dd;exports.parseProgress=ud;exports.parseStatus=ng;exports.pluginManager=XC;exports.retrySyncOperation=xb;exports.retryWithBackoff=yi;exports.shadows=iu;exports.shouldVirtualizeGrid=qf;exports.simulateReschedule=Fl;exports.spacing=Zd;exports.themes=So;exports.useAI=Af;exports.useBoard=Df;exports.useBoardCore=di;exports.useBoardStore=Bl;exports.useCardStacking=Bf;exports.useDragState=pc;exports.useFilteredCards=Uf;exports.useFilters=Mf;exports.useGanttI18n=ja;exports.useKanbanState=Rl;exports.useKeyboardShortcuts=sm;exports.useMultiSelect=If;exports.useSelectionState=Yd;exports.useSortedCards=Wf;exports.useTheme=es;exports.useVirtualGrid=Kf;exports.useVirtualList=Vf;exports.validateAIResponse=sg;exports.withErrorBoundary=kc;exports.wouldCreateCircularDependency=wi;exports.zIndex=nu;//# sourceMappingURL=index.cjs.map
444
444
  //# sourceMappingURL=index.cjs.map