@progress/kendo-react-gantt
Version:
React Gantt enables the display of self-referencing tabular data with many features. KendoReact Gantt package
9 lines (8 loc) • 5.23 kB
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t="gantt.weekViewTitle",e="gantt.dayViewTitle",r="gantt.monthViewTitle",a="gantt.yearViewTitle",o="gantt.filterClearButton",n="gantt.filterEqOperator",i="gantt.filterNotEqOperator",l="gantt.filterIsNullOperator",d="gantt.filterIsNotNullOperator",s="gantt.filterIsEmptyOperator",c="gantt.filterIsNotEmptyOperator",p="gantt.filterStartsWithOperator",f="gantt.filterContainsOperator",T="gantt.filterNotContainsOperator",g="gantt.filterEndsWithOperator",O="gantt.filterGteOperator",u="gantt.filterGtOperator",y="gantt.filterLteOperator",S="gantt.filterLtOperator",E="gantt.filterIsTrue",m="gantt.filterIsFalse",k="gantt.filterBooleanAll",I="gantt.filterAfterOrEqualOperator",D="gantt.filterAfterOperator",A="gantt.filterBeforeOperator",b="gantt.filterBeforeOrEqualOperator",C="gantt.noRecords",w="gantt.editSave",h="gantt.editCancel",V="gantt.editAdd",N="gantt.editRemove",q="gantt.editTabGeneral",F="gantt.editTabPredecessors",P="gantt.editTabSuccessors",v="gantt.editorTitle",B="gantt.editorTaskTitle",R="gantt.editorTaskStart",L="gantt.editorTaskEnd",G="gantt.editorTaskPlannedStart",W="gantt.editorTaskPlannedEnd",M="gantt.editorTaskActualStart",j="gantt.editorTaskActualEnd",Y="gantt.editorTaskComplete",x="gantt.editorTaskParent",z="gantt.editorValidationRequired",H="gantt.editorValidationStart",J="gantt.editorValidationEnd",K="gantt.editorValidationPercentCompleteRange",Q="gantt.editorDependencyTypesFF",U="gantt.editorDependencyTypesSF",X="gantt.editorDependencyTypesFS",Z="gantt.editorDependencyTypesSS",_="gantt.addTask",$="gantt.addChild",tt="gantt.addAbove",et="gantt.addBelow",rt="gantt.viewSelector",at="gantt.editorDelete",ot="gantt.deleteConfirmation",nt="gantt.deleteDialogTitle",it="gantt.editorDependencyNameLabel",lt="gantt.editorDependencyTypeLabel",dt={[t]:"Week",[e]:"Day",[r]:"Month",[a]:"Year",[o]:"Clear",[n]:"Is equal to",[i]:"Is not equal to",[l]:"Is null",[d]:"Is not null",[s]:"Is empty",[c]:"Is not empty",[p]:"Starts with",[f]:"Contains",[T]:"Does not contain",[g]:"Ends with",[O]:"Is greater than or equal to",[u]:"Is greater than",[y]:"Is less than or equal to",[S]:"Is less than",[E]:"Is true",[m]:"Is false",[k]:"(All)",[I]:"Is after or equal to",[D]:"Is after",[A]:"Is before",[b]:"Is before or equal to",[C]:"No records available",[w]:"Save",[h]:"Cancel",[V]:"Add",[N]:"Remove",[q]:"General",[F]:"Predecessors",[P]:"Successors",[v]:"Edit task",[B]:"Title",[R]:"Start",[L]:"End",[G]:"Planned Start Date",[W]:"Planned End Date",[M]:"Actual Start Date",[j]:"Actual End Date",[Y]:"Complete",[x]:"Parent",[z]:"Field is required.",[H]:"Start time must be be before End time.",[J]:"End time must be after Start time.",[K]:"Value should be between 0 and 100.",[Q]:"Finish-Finish",[X]:"Finish-Start",[U]:"Start-Finish",[Z]:"Start-Start",[_]:"Add Task",[$]:"Add Child",[tt]:"Add Above",[et]:"Add Below",[rt]:"View Selector",[at]:"Delete",[ot]:"Are you sure you want to delete this event?",[nt]:"Delete Event",[it]:"Name",[lt]:"Type"};exports.addAbove=tt;exports.addBelow=et;exports.addChild=$;exports.addTask=_;exports.dayViewTitle=e;exports.deleteConfirmation=ot;exports.deleteDialogTitle=nt;exports.editorAdd=V;exports.editorCancel=h;exports.editorDelete=at;exports.editorDependencyNameLabel=it;exports.editorDependencyTypeLabel=lt;exports.editorDependencyTypesFF=Q;exports.editorDependencyTypesFS=X;exports.editorDependencyTypesSF=U;exports.editorDependencyTypesSS=Z;exports.editorRemove=N;exports.editorSave=w;exports.editorTabGeneral=q;exports.editorTabPredecessors=F;exports.editorTabSuccessors=P;exports.editorTaskActualEnd=j;exports.editorTaskActualStart=M;exports.editorTaskComplete=Y;exports.editorTaskEnd=L;exports.editorTaskParent=x;exports.editorTaskPlannedEnd=W;exports.editorTaskPlannedStart=G;exports.editorTaskStart=R;exports.editorTaskTitle=B;exports.editorTitle=v;exports.editorValidationEnd=J;exports.editorValidationPercentCompleteRange=K;exports.editorValidationRequired=z;exports.editorValidationStart=H;exports.filterAfterOperator=D;exports.filterAfterOrEqualOperator=I;exports.filterBeforeOperator=A;exports.filterBeforeOrEqualOperator=b;exports.filterBooleanAll=k;exports.filterClearButton=o;exports.filterContainsOperator=f;exports.filterEndsWithOperator=g;exports.filterEqOperator=n;exports.filterGtOperator=u;exports.filterGteOperator=O;exports.filterIsEmptyOperator=s;exports.filterIsFalse=m;exports.filterIsNotEmptyOperator=c;exports.filterIsNotNullOperator=d;exports.filterIsNullOperator=l;exports.filterIsTrue=E;exports.filterLtOperator=S;exports.filterLteOperator=y;exports.filterNotContainsOperator=T;exports.filterNotEqOperator=i;exports.filterStartsWithOperator=p;exports.messages=dt;exports.monthViewTitle=r;exports.noRecords=C;exports.viewSelector=rt;exports.weekViewTitle=t;exports.yearViewTitle=a;