@progress/kendo-angular-gantt
Version:
Kendo UI Angular Gantt
454 lines (453 loc) • 17.1 kB
JavaScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { Directive, Input } from '@angular/core';
import { ComponentMessages } from '@progress/kendo-angular-l10n';
import * as i0 from "@angular/core";
/**
* @hidden
*/
export class Messages extends ComponentMessages {
/**
* The title of the "General" tab of the editing dialog TabStrip.
*/
taskEditingGeneralTabTitle;
/**
* The title of the "Predecessors" dependencies tab of the editing dialog TabStrip.
*/
taskEditingPredecessorsTabTitle;
/**
* The title of the "Successors" dependencies tab of the editing dialog TabStrip.
*/
taskEditingSuccessorsTabTitle;
/**
* The text of the "Add" button in the dependencies tabs of the editing dialog TabStrip.
*/
taskEditingDependenciesAddButtonText;
/**
* The text of the "Remove" button in the dependencies tabs of the editing dialog TabStrip.
*/
taskEditingDependenciesRemoveButtonText;
/**
* The title of the "Task Title" Grid column in the dependencies tabs of the editing dialog TabStrip.
*/
taskEditingDependenciesGridNameColumnTitle;
/**
* The title of the "Type" Grid column in the dependencies tabs of the editing dialog TabStrip.
*/
taskEditingDependenciesGridTypeColumnTitle;
/**
* The text of the task editing dialog 'Delete' button.
*/
deleteButtonText;
/**
* The label for the task delete button.
*/
taskDeleteLabel;
/**
* The title of the task editing dialog.
*/
taskEditingDialogTitle;
/**
* The title of the task editing dialog close button.
*/
taskEditingDialogCloseTitle;
/**
* The title of the confirmation dialog close button.
*/
confirmationDialogCloseTitle;
/**
* The title of the delete task confirmation dialog.
*/
confirmationDialogTitle;
/**
* The text of the DropDownButton in the AddTask component.
*/
addTaskText;
/**
* The text of the `Add Child` option in the AddTask component.
*/
addChildText;
/**
* The text of the `Add Above` option in the AddTask component.
*/
addAboveText;
/**
* The text of the `Add Below` option in the AddTask component.
*/
addBelowText;
/**
* The text of the task editing dialog `Cancel` button.
*/
cancelButtonText;
/**
* The text of the task editing dialog `Save` button.
*/
saveButtonText;
/**
* The label of the 'title' field input in editing mode.
*/
titleFieldInputLabel;
/**
* The label of the 'start' field input in editing mode.
*/
startFieldInputLabel;
/**
* The label of the 'end' field input in editing mode.
*/
endFieldInputLabel;
/**
* The label of the 'completionRatio' field input in editing mode.
*/
completionRatioFieldInputLabel;
/**
* The content of the delete task confirmation dialog.
*/
confirmationDialogContent;
/**
* The text of the day view in the ViewSelector component.
*/
dayViewText;
/**
* The text of the week view in the ViewSelector component.
*/
weekViewText;
/**
* The text of the month view in the ViewSelector component.
*/
monthViewText;
/**
* @hidden
* The text of the year view in the ViewSelector component.
*/
yearViewText;
/**
* The no-records text.
*/
noRecords;
/**
* The label of the filter cell or icon.
*/
filter;
/**
* The text of the `Equal` (**Is equal to**) filter operator.
*/
filterEqOperator;
/**
* The text of the `NotEqual` (**Is not equal to**) filter operator.
*/
filterNotEqOperator;
/**
* The text of the `IsNull` (**Is null**) filter operator.
*/
filterIsNullOperator;
/**
* The text of the `IsNotNull` (**Is not null**) filter operator.
*/
filterIsNotNullOperator;
/**
* The text of the `IsEmpty` (**Is empty**) filter operator.
*/
filterIsEmptyOperator;
/**
* The text of the `IsNotEmpty` (**Is not empty**) filter operator.
*/
filterIsNotEmptyOperator;
/**
* The text of the `StartsWith` (**Starts with**) filter operator.
*/
filterStartsWithOperator;
/**
* The text of the `Contains` (**Contains**) filter operator.
*/
filterContainsOperator;
/**
* The text of the `DoesNotContain` (**Does not contain**) filter operator.
*/
filterNotContainsOperator;
/**
* The text of the `EndsWith` (**Ends with**) string filter operator.
*/
filterEndsWithOperator;
/**
* The text of the `GreaterOrEqualTo` (**Is greater than or equal to**) numeric filter operator.
*/
filterGteOperator;
/**
* The text of the `Greater` (**Is greater than**) numeric filter operator.
*/
filterGtOperator;
/**
* The text of the `LessOrEqualTo` (**Is less than or equal to**) numeric filter operator.
*/
filterLteOperator;
/**
* The text of the `Less` (**Is less than**) numeric filter operator.
*/
filterLtOperator;
/**
* The text of the `IsTrue` Boolean filter option.
*/
filterIsTrue;
/**
* The text of the `IsFalse` Boolean filter option.
*/
filterIsFalse;
/**
* The text of the `(All)` option for Boolean filter.
*/
filterBooleanAll;
/**
* The text of the `AfterOrEqualTo` (**Is after or equal to**) date filter operator.
*/
filterAfterOrEqualOperator;
/**
* The text of the `After` (**Is after**) date filter operator.
*/
filterAfterOperator;
/**
* The text of the `Before` (**Is before**) date filter operator.
*/
filterBeforeOperator;
/**
* The text of the `BeforeOrEqualTo` (**Is before or equal to**) date filter operator.
*/
filterBeforeOrEqualOperator;
/**
* The text of the **Filter** button.
*/
filterFilterButton;
/**
* The text of the **Clear filter** button.
*/
filterClearButton;
/**
* The text of the `And` filter logic.
*/
filterAndLogic;
/**
* The text of the `Or` filter logic.
*/
filterOrLogic;
/**
* The loading text.
*
* > The `loading` property is part of the accessibility support of the Gantt.
* Its value is detectable by screen readers and is not otherwise visible.
*/
loading;
/**
* The title of the icon for the column menu.
*/
columnMenu;
/**
* The text that is displayed in the column menu for the column items.
*/
columns;
/**
* @hidden
* The text that is displayed in the column menu for the lock item.
*/
lock;
/**
* @hidden
* The text that is displayed in the column menu for the unlock item.
*/
unlock;
/**
* The label of the sort icon.
*/
sortable;
/**
* The text that is displayed in the column menu for the ascending sort item.
*/
sortAscending;
/**
* The text that is displayed in the column menu for the descending sort item.
*/
sortDescending;
/**
* The status announcement when a column is sorted in an ascending order.
* Deprecated - the announcement now relies entirely on the `aria-sort` attribute.
* @hidden
*/
sortedAscending;
/**
* The status announcement when a column is sorted in a descending order.
* Deprecated - the announcement now relies entirely on the `aria-sort` attribute.
* @hidden
*/
sortedDescending;
/**
* The status announcement when a column is no longer sorted.
*/
sortedDefault;
/**
* The text that is displayed in the column menu or in the column chooser item
* for the **Apply** button of the columns.
*/
columnsApply;
/**
* The text that is displayed in the column menu or in the column chooser item
* for the **Reset** button of the columns.
*/
columnsReset;
/**
* The text shown in the task tooltip before the task start date.
*/
tooltipStartDateText;
/**
* The text shown in the task tooltip before the task end date.
*/
tooltipEndDateText;
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: Messages, selector: "kendo-gantt-messages-base", inputs: { taskEditingGeneralTabTitle: "taskEditingGeneralTabTitle", taskEditingPredecessorsTabTitle: "taskEditingPredecessorsTabTitle", taskEditingSuccessorsTabTitle: "taskEditingSuccessorsTabTitle", taskEditingDependenciesAddButtonText: "taskEditingDependenciesAddButtonText", taskEditingDependenciesRemoveButtonText: "taskEditingDependenciesRemoveButtonText", taskEditingDependenciesGridNameColumnTitle: "taskEditingDependenciesGridNameColumnTitle", taskEditingDependenciesGridTypeColumnTitle: "taskEditingDependenciesGridTypeColumnTitle", deleteButtonText: "deleteButtonText", taskDeleteLabel: "taskDeleteLabel", taskEditingDialogTitle: "taskEditingDialogTitle", taskEditingDialogCloseTitle: "taskEditingDialogCloseTitle", confirmationDialogCloseTitle: "confirmationDialogCloseTitle", confirmationDialogTitle: "confirmationDialogTitle", addTaskText: "addTaskText", addChildText: "addChildText", addAboveText: "addAboveText", addBelowText: "addBelowText", cancelButtonText: "cancelButtonText", saveButtonText: "saveButtonText", titleFieldInputLabel: "titleFieldInputLabel", startFieldInputLabel: "startFieldInputLabel", endFieldInputLabel: "endFieldInputLabel", completionRatioFieldInputLabel: "completionRatioFieldInputLabel", confirmationDialogContent: "confirmationDialogContent", dayViewText: "dayViewText", weekViewText: "weekViewText", monthViewText: "monthViewText", yearViewText: "yearViewText", noRecords: "noRecords", filter: "filter", filterEqOperator: "filterEqOperator", filterNotEqOperator: "filterNotEqOperator", filterIsNullOperator: "filterIsNullOperator", filterIsNotNullOperator: "filterIsNotNullOperator", filterIsEmptyOperator: "filterIsEmptyOperator", filterIsNotEmptyOperator: "filterIsNotEmptyOperator", filterStartsWithOperator: "filterStartsWithOperator", filterContainsOperator: "filterContainsOperator", filterNotContainsOperator: "filterNotContainsOperator", filterEndsWithOperator: "filterEndsWithOperator", filterGteOperator: "filterGteOperator", filterGtOperator: "filterGtOperator", filterLteOperator: "filterLteOperator", filterLtOperator: "filterLtOperator", filterIsTrue: "filterIsTrue", filterIsFalse: "filterIsFalse", filterBooleanAll: "filterBooleanAll", filterAfterOrEqualOperator: "filterAfterOrEqualOperator", filterAfterOperator: "filterAfterOperator", filterBeforeOperator: "filterBeforeOperator", filterBeforeOrEqualOperator: "filterBeforeOrEqualOperator", filterFilterButton: "filterFilterButton", filterClearButton: "filterClearButton", filterAndLogic: "filterAndLogic", filterOrLogic: "filterOrLogic", loading: "loading", columnMenu: "columnMenu", columns: "columns", lock: "lock", unlock: "unlock", sortable: "sortable", sortAscending: "sortAscending", sortDescending: "sortDescending", sortedAscending: "sortedAscending", sortedDescending: "sortedDescending", sortedDefault: "sortedDefault", columnsApply: "columnsApply", columnsReset: "columnsReset", tooltipStartDateText: "tooltipStartDateText", tooltipEndDateText: "tooltipEndDateText" }, usesInheritance: true, ngImport: i0 });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Messages, decorators: [{
type: Directive,
args: [{
// eslint-disable-next-line @angular-eslint/directive-selector
selector: 'kendo-gantt-messages-base'
}]
}], propDecorators: { taskEditingGeneralTabTitle: [{
type: Input
}], taskEditingPredecessorsTabTitle: [{
type: Input
}], taskEditingSuccessorsTabTitle: [{
type: Input
}], taskEditingDependenciesAddButtonText: [{
type: Input
}], taskEditingDependenciesRemoveButtonText: [{
type: Input
}], taskEditingDependenciesGridNameColumnTitle: [{
type: Input
}], taskEditingDependenciesGridTypeColumnTitle: [{
type: Input
}], deleteButtonText: [{
type: Input
}], taskDeleteLabel: [{
type: Input
}], taskEditingDialogTitle: [{
type: Input
}], taskEditingDialogCloseTitle: [{
type: Input
}], confirmationDialogCloseTitle: [{
type: Input
}], confirmationDialogTitle: [{
type: Input
}], addTaskText: [{
type: Input
}], addChildText: [{
type: Input
}], addAboveText: [{
type: Input
}], addBelowText: [{
type: Input
}], cancelButtonText: [{
type: Input
}], saveButtonText: [{
type: Input
}], titleFieldInputLabel: [{
type: Input
}], startFieldInputLabel: [{
type: Input
}], endFieldInputLabel: [{
type: Input
}], completionRatioFieldInputLabel: [{
type: Input
}], confirmationDialogContent: [{
type: Input
}], dayViewText: [{
type: Input
}], weekViewText: [{
type: Input
}], monthViewText: [{
type: Input
}], yearViewText: [{
type: Input
}], noRecords: [{
type: Input
}], filter: [{
type: Input
}], filterEqOperator: [{
type: Input
}], filterNotEqOperator: [{
type: Input
}], filterIsNullOperator: [{
type: Input
}], filterIsNotNullOperator: [{
type: Input
}], filterIsEmptyOperator: [{
type: Input
}], filterIsNotEmptyOperator: [{
type: Input
}], filterStartsWithOperator: [{
type: Input
}], filterContainsOperator: [{
type: Input
}], filterNotContainsOperator: [{
type: Input
}], filterEndsWithOperator: [{
type: Input
}], filterGteOperator: [{
type: Input
}], filterGtOperator: [{
type: Input
}], filterLteOperator: [{
type: Input
}], filterLtOperator: [{
type: Input
}], filterIsTrue: [{
type: Input
}], filterIsFalse: [{
type: Input
}], filterBooleanAll: [{
type: Input
}], filterAfterOrEqualOperator: [{
type: Input
}], filterAfterOperator: [{
type: Input
}], filterBeforeOperator: [{
type: Input
}], filterBeforeOrEqualOperator: [{
type: Input
}], filterFilterButton: [{
type: Input
}], filterClearButton: [{
type: Input
}], filterAndLogic: [{
type: Input
}], filterOrLogic: [{
type: Input
}], loading: [{
type: Input
}], columnMenu: [{
type: Input
}], columns: [{
type: Input
}], lock: [{
type: Input
}], unlock: [{
type: Input
}], sortable: [{
type: Input
}], sortAscending: [{
type: Input
}], sortDescending: [{
type: Input
}], sortedAscending: [{
type: Input
}], sortedDescending: [{
type: Input
}], sortedDefault: [{
type: Input
}], columnsApply: [{
type: Input
}], columnsReset: [{
type: Input
}], tooltipStartDateText: [{
type: Input
}], tooltipEndDateText: [{
type: Input
}] } });