UNPKG

@progress/kendo-react-gantt

Version:

React Gantt enables the display of self-referencing tabular data with many features. KendoReact Gantt package

198 lines (197 loc) 8.07 kB
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ /** @hidden */ export declare const weekViewTitle = "gantt.weekViewTitle"; /** @hidden */ export declare const dayViewTitle = "gantt.dayViewTitle"; /** @hidden */ export declare const monthViewTitle = "gantt.monthViewTitle"; /** @hidden */ export declare const yearViewTitle = "gantt.yearViewTitle"; /** @hidden */ export declare const filterClearButton = "gantt.filterClearButton"; /** @hidden */ export declare const filterEqOperator = "gantt.filterEqOperator"; /** @hidden */ export declare const filterNotEqOperator = "gantt.filterNotEqOperator"; /** @hidden */ export declare const filterIsNullOperator = "gantt.filterIsNullOperator"; /** @hidden */ export declare const filterIsNotNullOperator = "gantt.filterIsNotNullOperator"; /** @hidden */ export declare const filterIsEmptyOperator = "gantt.filterIsEmptyOperator"; /** @hidden */ export declare const filterIsNotEmptyOperator = "gantt.filterIsNotEmptyOperator"; /** @hidden */ export declare const filterStartsWithOperator = "gantt.filterStartsWithOperator"; /** @hidden */ export declare const filterContainsOperator = "gantt.filterContainsOperator"; /** @hidden */ export declare const filterNotContainsOperator = "gantt.filterNotContainsOperator"; /** @hidden */ export declare const filterEndsWithOperator = "gantt.filterEndsWithOperator"; /** @hidden */ export declare const filterGteOperator = "gantt.filterGteOperator"; /** @hidden */ export declare const filterGtOperator = "gantt.filterGtOperator"; /** @hidden */ export declare const filterLteOperator = "gantt.filterLteOperator"; /** @hidden */ export declare const filterLtOperator = "gantt.filterLtOperator"; /** @hidden */ export declare const filterIsTrue = "gantt.filterIsTrue"; /** @hidden */ export declare const filterIsFalse = "gantt.filterIsFalse"; /** @hidden */ export declare const filterBooleanAll = "gantt.filterBooleanAll"; /** @hidden */ export declare const filterAfterOrEqualOperator = "gantt.filterAfterOrEqualOperator"; /** @hidden */ export declare const filterAfterOperator = "gantt.filterAfterOperator"; /** @hidden */ export declare const filterBeforeOperator = "gantt.filterBeforeOperator"; /** @hidden */ export declare const filterBeforeOrEqualOperator = "gantt.filterBeforeOrEqualOperator"; /** @hidden */ export declare const noRecords = "gantt.noRecords"; /** @hidden */ export declare const editorSave = "gantt.editSave"; /** @hidden */ export declare const editorCancel = "gantt.editCancel"; /** @hidden */ export declare const editorAdd = "gantt.editAdd"; /** @hidden */ export declare const editorRemove = "gantt.editRemove"; /** @hidden */ export declare const editorTabGeneral = "gantt.editTabGeneral"; /** @hidden */ export declare const editorTabPredecessors = "gantt.editTabPredecessors"; /** @hidden */ export declare const editorTabSuccessors = "gantt.editTabSuccessors"; /** @hidden */ export declare const editorTitle = "gantt.editorTitle"; /** @hidden */ export declare const editorTaskTitle = "gantt.editorTaskTitle"; /** @hidden */ export declare const editorTaskStart = "gantt.editorTaskStart"; /** @hidden */ export declare const editorTaskEnd = "gantt.editorTaskEnd"; /** @hidden */ export declare const editorTaskPlannedStart = "gantt.editorTaskPlannedStart"; /** @hidden */ export declare const editorTaskPlannedEnd = "gantt.editorTaskPlannedEnd"; /** @hidden */ export declare const editorTaskActualStart = "gantt.editorTaskActualStart"; /** @hidden */ export declare const editorTaskActualEnd = "gantt.editorTaskActualEnd"; /** @hidden */ export declare const editorTaskComplete = "gantt.editorTaskComplete"; /** @hidden */ export declare const editorTaskParent = "gantt.editorTaskParent"; /** @hidden */ export declare const editorValidationRequired = "gantt.editorValidationRequired"; /** @hidden */ export declare const editorValidationStart = "gantt.editorValidationStart"; /** @hidden */ export declare const editorValidationEnd = "gantt.editorValidationEnd"; /** @hidden */ export declare const editorValidationPercentCompleteRange = "gantt.editorValidationPercentCompleteRange"; export declare const editorDependencyTypesFF = "gantt.editorDependencyTypesFF"; /** @hidden */ export declare const editorDependencyTypesSF = "gantt.editorDependencyTypesSF"; /** @hidden */ export declare const editorDependencyTypesFS = "gantt.editorDependencyTypesFS"; /** @hidden */ export declare const editorDependencyTypesSS = "gantt.editorDependencyTypesSS"; /** @hidden */ export declare const addTask = "gantt.addTask"; /** @hidden */ export declare const addChild = "gantt.addChild"; /** @hidden */ export declare const addAbove = "gantt.addAbove"; /** @hidden */ export declare const addBelow = "gantt.addBelow"; /** @hidden */ export declare const viewSelector = "gantt.viewSelector"; /** @hidden */ export declare const editorDelete = "gantt.editorDelete"; /** @hidden */ export declare const deleteConfirmation = "gantt.deleteConfirmation"; /** @hidden */ export declare const deleteDialogTitle = "gantt.deleteDialogTitle"; /** @hidden */ export declare const editorDependencyNameLabel = "gantt.editorDependencyNameLabel"; /** @hidden */ export declare const editorDependencyTypeLabel = "gantt.editorDependencyTypeLabel"; /** * @hidden */ export declare const messages: { "gantt.weekViewTitle": string; "gantt.dayViewTitle": string; "gantt.monthViewTitle": string; "gantt.yearViewTitle": string; "gantt.filterClearButton": string; "gantt.filterEqOperator": string; "gantt.filterNotEqOperator": string; "gantt.filterIsNullOperator": string; "gantt.filterIsNotNullOperator": string; "gantt.filterIsEmptyOperator": string; "gantt.filterIsNotEmptyOperator": string; "gantt.filterStartsWithOperator": string; "gantt.filterContainsOperator": string; "gantt.filterNotContainsOperator": string; "gantt.filterEndsWithOperator": string; "gantt.filterGteOperator": string; "gantt.filterGtOperator": string; "gantt.filterLteOperator": string; "gantt.filterLtOperator": string; "gantt.filterIsTrue": string; "gantt.filterIsFalse": string; "gantt.filterBooleanAll": string; "gantt.filterAfterOrEqualOperator": string; "gantt.filterAfterOperator": string; "gantt.filterBeforeOperator": string; "gantt.filterBeforeOrEqualOperator": string; "gantt.noRecords": string; "gantt.editSave": string; "gantt.editCancel": string; "gantt.editAdd": string; "gantt.editRemove": string; "gantt.editTabGeneral": string; "gantt.editTabPredecessors": string; "gantt.editTabSuccessors": string; "gantt.editorTitle": string; "gantt.editorTaskTitle": string; "gantt.editorTaskStart": string; "gantt.editorTaskEnd": string; "gantt.editorTaskPlannedStart": string; "gantt.editorTaskPlannedEnd": string; "gantt.editorTaskActualStart": string; "gantt.editorTaskActualEnd": string; "gantt.editorTaskComplete": string; "gantt.editorTaskParent": string; "gantt.editorValidationRequired": string; "gantt.editorValidationStart": string; "gantt.editorValidationEnd": string; "gantt.editorValidationPercentCompleteRange": string; "gantt.editorDependencyTypesFF": string; "gantt.editorDependencyTypesFS": string; "gantt.editorDependencyTypesSF": string; "gantt.editorDependencyTypesSS": string; "gantt.addTask": string; "gantt.addChild": string; "gantt.addAbove": string; "gantt.addBelow": string; "gantt.viewSelector": string; "gantt.editorDelete": string; "gantt.deleteConfirmation": string; "gantt.deleteDialogTitle": string; "gantt.editorDependencyNameLabel": string; "gantt.editorDependencyTypeLabel": string; };