UNPKG

@progress/kendo-angular-gantt

Version:
306 lines (305 loc) 14.8 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ComponentMessages } from '@progress/kendo-angular-l10n'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class Messages extends ComponentMessages { /** * The title of the "General" tab of the editing dialog TabStrip. */ taskEditingGeneralTabTitle: string; /** * The title of the "Predecessors" dependencies tab of the editing dialog TabStrip. */ taskEditingPredecessorsTabTitle: string; /** * The title of the "Successors" dependencies tab of the editing dialog TabStrip. */ taskEditingSuccessorsTabTitle: string; /** * The text of the "Add" button in the dependencies tabs of the editing dialog TabStrip. */ taskEditingDependenciesAddButtonText: string; /** * The text of the "Remove" button in the dependencies tabs of the editing dialog TabStrip. */ taskEditingDependenciesRemoveButtonText: string; /** * The title of the "Task Title" Grid column in the dependencies tabs of the editing dialog TabStrip. */ taskEditingDependenciesGridNameColumnTitle: string; /** * The title of the "Type" Grid column in the dependencies tabs of the editing dialog TabStrip. */ taskEditingDependenciesGridTypeColumnTitle: string; /** * The text of the task editing dialog 'Delete' button. */ deleteButtonText: string; /** * The label for the task delete button. */ taskDeleteLabel: string; /** * The title of the task editing dialog. */ taskEditingDialogTitle: string; /** * The title of the task editing dialog close button. */ taskEditingDialogCloseTitle: string; /** * The title of the confirmation dialog close button. */ confirmationDialogCloseTitle: string; /** * The title of the delete task confirmation dialog. */ confirmationDialogTitle: string; /** * The text of the DropDownButton in the AddTask component. */ addTaskText: string; /** * The text of the `Add Child` option in the AddTask component. */ addChildText: string; /** * The text of the `Add Above` option in the AddTask component. */ addAboveText: string; /** * The text of the `Add Below` option in the AddTask component. */ addBelowText: string; /** * The text of the task editing dialog `Cancel` button. */ cancelButtonText: string; /** * The text of the task editing dialog `Save` button. */ saveButtonText: string; /** * The label of the 'title' field input in editing mode. */ titleFieldInputLabel: string; /** * The label of the 'start' field input in editing mode. */ startFieldInputLabel: string; /** * The label of the 'end' field input in editing mode. */ endFieldInputLabel: string; /** * The label of the 'completionRatio' field input in editing mode. */ completionRatioFieldInputLabel: string; /** * The content of the delete task confirmation dialog. */ confirmationDialogContent: string; /** * The text of the day view in the ViewSelector component. */ dayViewText: string; /** * The text of the week view in the ViewSelector component. */ weekViewText: string; /** * The text of the month view in the ViewSelector component. */ monthViewText: string; /** * @hidden * The text of the year view in the ViewSelector component. */ yearViewText: string; /** * The no-records text. */ noRecords: string; /** * The label of the filter cell or icon. */ filter: string; /** * The text of the `Equal` (**Is equal to**) filter operator. */ filterEqOperator: string; /** * The text of the `NotEqual` (**Is not equal to**) filter operator. */ filterNotEqOperator: string; /** * The text of the `IsNull` (**Is null**) filter operator. */ filterIsNullOperator: string; /** * The text of the `IsNotNull` (**Is not null**) filter operator. */ filterIsNotNullOperator: string; /** * The text of the `IsEmpty` (**Is empty**) filter operator. */ filterIsEmptyOperator: string; /** * The text of the `IsNotEmpty` (**Is not empty**) filter operator. */ filterIsNotEmptyOperator: string; /** * The text of the `StartsWith` (**Starts with**) filter operator. */ filterStartsWithOperator: string; /** * The text of the `Contains` (**Contains**) filter operator. */ filterContainsOperator: string; /** * The text of the `DoesNotContain` (**Does not contain**) filter operator. */ filterNotContainsOperator: string; /** * The text of the `EndsWith` (**Ends with**) string filter operator. */ filterEndsWithOperator: string; /** * The text of the `GreaterOrEqualTo` (**Is greater than or equal to**) numeric filter operator. */ filterGteOperator: string; /** * The text of the `Greater` (**Is greater than**) numeric filter operator. */ filterGtOperator: string; /** * The text of the `LessOrEqualTo` (**Is less than or equal to**) numeric filter operator. */ filterLteOperator: string; /** * The text of the `Less` (**Is less than**) numeric filter operator. */ filterLtOperator: string; /** * The text of the `IsTrue` Boolean filter option. */ filterIsTrue: string; /** * The text of the `IsFalse` Boolean filter option. */ filterIsFalse: string; /** * The text of the `(All)` option for Boolean filter. */ filterBooleanAll: string; /** * The text of the `AfterOrEqualTo` (**Is after or equal to**) date filter operator. */ filterAfterOrEqualOperator: string; /** * The text of the `After` (**Is after**) date filter operator. */ filterAfterOperator: string; /** * The text of the `Before` (**Is before**) date filter operator. */ filterBeforeOperator: string; /** * The text of the `BeforeOrEqualTo` (**Is before or equal to**) date filter operator. */ filterBeforeOrEqualOperator: string; /** * The text of the **Filter** button. */ filterFilterButton: string; /** * The text of the **Clear filter** button. */ filterClearButton: string; /** * The text of the `And` filter logic. */ filterAndLogic: string; /** * The text of the `Or` filter logic. */ filterOrLogic: string; /** * 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: string; /** * The title of the icon for the column menu. */ columnMenu: string; /** * The text that is displayed in the column menu for the column items. */ columns: string; /** * @hidden * The text that is displayed in the column menu for the lock item. */ lock: string; /** * @hidden * The text that is displayed in the column menu for the unlock item. */ unlock: string; /** * The label of the sort icon. */ sortable: string; /** * The text that is displayed in the column menu for the ascending sort item. */ sortAscending: string; /** * The text that is displayed in the column menu for the descending sort item. */ sortDescending: string; /** * 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: string; /** * 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: string; /** * The status announcement when a column is no longer sorted. */ sortedDefault: string; /** * The text that is displayed in the column menu or in the column chooser item * for the **Apply** button of the columns. */ columnsApply: string; /** * The text that is displayed in the column menu or in the column chooser item * for the **Reset** button of the columns. */ columnsReset: string; /** * The text shown in the task tooltip before the task start date. */ tooltipStartDateText: string; /** * The text shown in the task tooltip before the task end date. */ tooltipEndDateText: string; static ɵfac: i0.ɵɵFactoryDeclaration<Messages, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, "kendo-gantt-messages-base", never, { "taskEditingGeneralTabTitle": { "alias": "taskEditingGeneralTabTitle"; "required": false; }; "taskEditingPredecessorsTabTitle": { "alias": "taskEditingPredecessorsTabTitle"; "required": false; }; "taskEditingSuccessorsTabTitle": { "alias": "taskEditingSuccessorsTabTitle"; "required": false; }; "taskEditingDependenciesAddButtonText": { "alias": "taskEditingDependenciesAddButtonText"; "required": false; }; "taskEditingDependenciesRemoveButtonText": { "alias": "taskEditingDependenciesRemoveButtonText"; "required": false; }; "taskEditingDependenciesGridNameColumnTitle": { "alias": "taskEditingDependenciesGridNameColumnTitle"; "required": false; }; "taskEditingDependenciesGridTypeColumnTitle": { "alias": "taskEditingDependenciesGridTypeColumnTitle"; "required": false; }; "deleteButtonText": { "alias": "deleteButtonText"; "required": false; }; "taskDeleteLabel": { "alias": "taskDeleteLabel"; "required": false; }; "taskEditingDialogTitle": { "alias": "taskEditingDialogTitle"; "required": false; }; "taskEditingDialogCloseTitle": { "alias": "taskEditingDialogCloseTitle"; "required": false; }; "confirmationDialogCloseTitle": { "alias": "confirmationDialogCloseTitle"; "required": false; }; "confirmationDialogTitle": { "alias": "confirmationDialogTitle"; "required": false; }; "addTaskText": { "alias": "addTaskText"; "required": false; }; "addChildText": { "alias": "addChildText"; "required": false; }; "addAboveText": { "alias": "addAboveText"; "required": false; }; "addBelowText": { "alias": "addBelowText"; "required": false; }; "cancelButtonText": { "alias": "cancelButtonText"; "required": false; }; "saveButtonText": { "alias": "saveButtonText"; "required": false; }; "titleFieldInputLabel": { "alias": "titleFieldInputLabel"; "required": false; }; "startFieldInputLabel": { "alias": "startFieldInputLabel"; "required": false; }; "endFieldInputLabel": { "alias": "endFieldInputLabel"; "required": false; }; "completionRatioFieldInputLabel": { "alias": "completionRatioFieldInputLabel"; "required": false; }; "confirmationDialogContent": { "alias": "confirmationDialogContent"; "required": false; }; "dayViewText": { "alias": "dayViewText"; "required": false; }; "weekViewText": { "alias": "weekViewText"; "required": false; }; "monthViewText": { "alias": "monthViewText"; "required": false; }; "yearViewText": { "alias": "yearViewText"; "required": false; }; "noRecords": { "alias": "noRecords"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "filterEqOperator": { "alias": "filterEqOperator"; "required": false; }; "filterNotEqOperator": { "alias": "filterNotEqOperator"; "required": false; }; "filterIsNullOperator": { "alias": "filterIsNullOperator"; "required": false; }; "filterIsNotNullOperator": { "alias": "filterIsNotNullOperator"; "required": false; }; "filterIsEmptyOperator": { "alias": "filterIsEmptyOperator"; "required": false; }; "filterIsNotEmptyOperator": { "alias": "filterIsNotEmptyOperator"; "required": false; }; "filterStartsWithOperator": { "alias": "filterStartsWithOperator"; "required": false; }; "filterContainsOperator": { "alias": "filterContainsOperator"; "required": false; }; "filterNotContainsOperator": { "alias": "filterNotContainsOperator"; "required": false; }; "filterEndsWithOperator": { "alias": "filterEndsWithOperator"; "required": false; }; "filterGteOperator": { "alias": "filterGteOperator"; "required": false; }; "filterGtOperator": { "alias": "filterGtOperator"; "required": false; }; "filterLteOperator": { "alias": "filterLteOperator"; "required": false; }; "filterLtOperator": { "alias": "filterLtOperator"; "required": false; }; "filterIsTrue": { "alias": "filterIsTrue"; "required": false; }; "filterIsFalse": { "alias": "filterIsFalse"; "required": false; }; "filterBooleanAll": { "alias": "filterBooleanAll"; "required": false; }; "filterAfterOrEqualOperator": { "alias": "filterAfterOrEqualOperator"; "required": false; }; "filterAfterOperator": { "alias": "filterAfterOperator"; "required": false; }; "filterBeforeOperator": { "alias": "filterBeforeOperator"; "required": false; }; "filterBeforeOrEqualOperator": { "alias": "filterBeforeOrEqualOperator"; "required": false; }; "filterFilterButton": { "alias": "filterFilterButton"; "required": false; }; "filterClearButton": { "alias": "filterClearButton"; "required": false; }; "filterAndLogic": { "alias": "filterAndLogic"; "required": false; }; "filterOrLogic": { "alias": "filterOrLogic"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "lock": { "alias": "lock"; "required": false; }; "unlock": { "alias": "unlock"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "sortAscending": { "alias": "sortAscending"; "required": false; }; "sortDescending": { "alias": "sortDescending"; "required": false; }; "sortedAscending": { "alias": "sortedAscending"; "required": false; }; "sortedDescending": { "alias": "sortedDescending"; "required": false; }; "sortedDefault": { "alias": "sortedDefault"; "required": false; }; "columnsApply": { "alias": "columnsApply"; "required": false; }; "columnsReset": { "alias": "columnsReset"; "required": false; }; "tooltipStartDateText": { "alias": "tooltipStartDateText"; "required": false; }; "tooltipEndDateText": { "alias": "tooltipEndDateText"; "required": false; }; }, {}, never, never, false, never>; }