UNPKG

@progress/kendo-angular-pivotgrid

Version:
211 lines (210 loc) 10.9 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 PivotGridMessages extends ComponentMessages { /** * The text content of the filter item in the column and row fields menu. */ fieldMenuFilterItemLabel: string; /** * The text content of the sort ascending item in the column and row fields menu. */ fieldMenuSortAscendingItemLabel: string; /** * The text content of the sort descending item in the column and row fields menu. */ fieldMenuSortDescendingItemLabel: string; /** * The label of the filter input. * * The filter input label consists of a two-part message - the name(s) of the fields and a localizable string. * For fields named '[Geography][City]', the default label will be 'Geography City Filter'. * * To allow reordering the field name(s) and the localizable part, the filterInputLabel accepts a string with a * placeholder for the fields - e.g. 'filter for {fields}'. The '{fields}' placeholder will be replaced * internally with the current field(s) name(s), and the resulting label will be rendered as 'filter for Geography City'. * * @example * * ```ts-no-run * <kendo-pivotgrid> * <kendo-pivotgrid-messages * filterInputLabel="filter for {fields}" * > * </kendo-pivotgrid-messages> * </kendo-pivotgrid> * ``` */ filterInputLabel: string; /** * The label of the filter operators DropDownList. * * The label consists of a two-part message - the name(s) of the fields and a localizable string. * For fields named '[Geography][City]', the default label will be 'Geography City Filter Operators'. * * To allow reordering the field name(s) and the localizable part, the filterMenuOperatorsDropDownLabel accepts a string with a * placeholder for the fields - e.g. 'filter operators for {fields}'. The '{fields}' placeholder will be replaced * internally with the current field(s) name(s), and the resulting label will be rendered as 'filter operators for Geography City'. * * @example * * ```ts-no-run * <kendo-pivotgrid> * <kendo-pivotgrid-messages * filterMenuOperatorsDropDownLabel="filter operators for {fields}" * > * </kendo-pivotgrid-messages> * </kendo-pivotgrid> * ``` */ filterOperatorsDropDownLabel: 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 **Filter** button. */ filterFilterButton: string; /** * The text of the **Clear filter** button. */ filterClearButton: string; /** * The loading text. * * > The `loading` property is part of the accessibility support of the PivotGrid. * Its value is detectable by screen readers and is not otherwise visible. */ loading: string; /** * The value of the aria-label attribute placed on the PivotGrid focusable empty cell element. */ emptyCellLabel: string; /** * The text content of the button that opens and closes the PivotGrid configurator. */ configuratorButtonText: string; /** * The text content of the PivotGrid configurator title element. */ configuratorHeaderText: string; /** * The text content of the PivotGrid configurator fields section title element. */ configuratorFieldsText: string; /** * The text content of the PivotGrid configurator columns section title element. */ configuratorColumnsText: string; /** * The text content of the PivotGrid configurator rows section title element. */ configuratorRowsText: string; /** * The text content of the PivotGrid configurator values section title element. */ configuratorValuesText: string; /** * The text content of the PivotGrid configurator Cancel button. */ configuratorCancelButtonText: string; /** * The text content of the PivotGrid configurator Apply button. */ configuratorApplyButtonText: string; /** * The text content of the PivotGrid configurator empty rows container. */ configuratorEmptyRowsText: string; /** * The text content of the PivotGrid configurator empty columns container. */ configuratorEmptyColumnsText: string; /** * The text content of the PivotGrid configurator empty measures container. */ configuratorEmptyMeasuresText: string; /** * The text content of the Move to Columns item in the column and row fields menu. */ fieldMenuMoveToColumnsItem: string; /** * The text content of the Move to Rows item in the column and row fields menu. */ fieldMenuMoveToRowsItem: string; /** * The text content of the Move as previous item in the column, row, and value fields menu. */ fieldMenuMovePreviousItem: string; /** * The text content of the Move as next item in the column, row, and value fields menu. */ fieldMenuMoveNextItem: string; /** * The title of the chip menu icon. * * The title consists of a two-part message - the name of the chip and a localizable string. * For a field named 'Product', the default title will be 'Product Field Menu'. * * To allow reordering the field name and the localizable part, the chipMenu accepts a string with a * placeholder for the chip name - e.g. 'chip for {fieldName}'. The '{fieldName}' placeholder will be replaced * internally with the current chip name, and the resulting title will be rendered as 'Product Field Menu'. * * @example * * ```ts-no-run * <kendo-pivotgrid> * <kendo-pivotgrid-messages * chipMenuIconTitle="'{fieldName} Field Menu'" * > * </kendo-pivotgrid-messages> * </kendo-pivotgrid> * ``` */ chipMenuIconTitle: string; static ɵfac: i0.ɵɵFactoryDeclaration<PivotGridMessages, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<PivotGridMessages, never, never, { "fieldMenuFilterItemLabel": { "alias": "fieldMenuFilterItemLabel"; "required": false; }; "fieldMenuSortAscendingItemLabel": { "alias": "fieldMenuSortAscendingItemLabel"; "required": false; }; "fieldMenuSortDescendingItemLabel": { "alias": "fieldMenuSortDescendingItemLabel"; "required": false; }; "filterInputLabel": { "alias": "filterInputLabel"; "required": false; }; "filterOperatorsDropDownLabel": { "alias": "filterOperatorsDropDownLabel"; "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; }; "filterFilterButton": { "alias": "filterFilterButton"; "required": false; }; "filterClearButton": { "alias": "filterClearButton"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "emptyCellLabel": { "alias": "emptyCellLabel"; "required": false; }; "configuratorButtonText": { "alias": "configuratorButtonText"; "required": false; }; "configuratorHeaderText": { "alias": "configuratorHeaderText"; "required": false; }; "configuratorFieldsText": { "alias": "configuratorFieldsText"; "required": false; }; "configuratorColumnsText": { "alias": "configuratorColumnsText"; "required": false; }; "configuratorRowsText": { "alias": "configuratorRowsText"; "required": false; }; "configuratorValuesText": { "alias": "configuratorValuesText"; "required": false; }; "configuratorCancelButtonText": { "alias": "configuratorCancelButtonText"; "required": false; }; "configuratorApplyButtonText": { "alias": "configuratorApplyButtonText"; "required": false; }; "configuratorEmptyRowsText": { "alias": "configuratorEmptyRowsText"; "required": false; }; "configuratorEmptyColumnsText": { "alias": "configuratorEmptyColumnsText"; "required": false; }; "configuratorEmptyMeasuresText": { "alias": "configuratorEmptyMeasuresText"; "required": false; }; "fieldMenuMoveToColumnsItem": { "alias": "fieldMenuMoveToColumnsItem"; "required": false; }; "fieldMenuMoveToRowsItem": { "alias": "fieldMenuMoveToRowsItem"; "required": false; }; "fieldMenuMovePreviousItem": { "alias": "fieldMenuMovePreviousItem"; "required": false; }; "fieldMenuMoveNextItem": { "alias": "fieldMenuMoveNextItem"; "required": false; }; "chipMenuIconTitle": { "alias": "chipMenuIconTitle"; "required": false; }; }, {}, never, never, false, never>; }