@progress/kendo-angular-pivotgrid 24.2.2 → 25.0.0-develop.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/progress-kendo-angular-pivotgrid.mjs +117 -117
- package/index.d.ts +1667 -25
- package/package-metadata.mjs +2 -2
- package/package.json +18 -18
- package/schematics/ngAdd/index.js +2 -2
- package/configurator/chip-kb-nav.directive.d.ts +0 -25
- package/configurator/chip-menu/chip-menu-container.component.d.ts +0 -21
- package/configurator/chip-menu/chip-menu-filter.component.d.ts +0 -44
- package/configurator/chip-menu/chip-menu-item-base.d.ts +0 -22
- package/configurator/chip-menu/chip-menu-item-content-template.directive.d.ts +0 -18
- package/configurator/chip-menu/chip-menu-item.component.d.ts +0 -60
- package/configurator/chip-menu/chip-menu-item.directive.d.ts +0 -32
- package/configurator/chip-menu/chip-menu-reorder.component.d.ts +0 -44
- package/configurator/chip-menu/chip-menu-sort.component.d.ts +0 -36
- package/configurator/chip-menu/chip-menu.component.d.ts +0 -41
- package/configurator/chip-menu/chip-menu.service.d.ts +0 -26
- package/configurator/chip-menu/filtering/filter-menu-container.component.d.ts +0 -44
- package/configurator/chip-menu/filtering/filter-menu-dropdownlist.directive.d.ts +0 -19
- package/configurator/chip-menu/filtering/menu-tabbing.service.d.ts +0 -16
- package/configurator/chip-menu/filtering/string-filter-menu.component.d.ts +0 -53
- package/configurator/chip-menu/single-popup.service.d.ts +0 -53
- package/configurator/configurator.component.d.ts +0 -128
- package/configurator/configurator.service.d.ts +0 -32
- package/configurator/draggable.directive.d.ts +0 -34
- package/configurator/drop-cue.service.d.ts +0 -23
- package/configurator/drop-target.directive.d.ts +0 -38
- package/data-binding/base-binding-directive.d.ts +0 -74
- package/data-binding/local-binding.directive.d.ts +0 -57
- package/data-binding/olap-binding.directive.d.ts +0 -58
- package/data-binding/pivotgrid-data.service.d.ts +0 -51
- package/directives.d.ts +0 -58
- package/localization/custom-messages.component.d.ts +0 -31
- package/localization/localized-messages.directive.d.ts +0 -16
- package/localization/messages.d.ts +0 -178
- package/localization/pivot-localization.service.d.ts +0 -19
- package/models/configuration-change-event.d.ts +0 -36
- package/models/configurator-chipmenu-reorder-target.d.ts +0 -8
- package/models/configurator-orientation.d.ts +0 -10
- package/models/configurator-position.d.ts +0 -10
- package/models/configurator-settings.d.ts +0 -37
- package/models/data-row-item.d.ts +0 -18
- package/models/drop-section.d.ts +0 -8
- package/models/drop-target.d.ts +0 -8
- package/models/expanded-change-event.d.ts +0 -27
- package/models/expanded-state-action.d.ts +0 -16
- package/models/loader-settings.d.ts +0 -57
- package/models/virtualization-settings.d.ts +0 -43
- package/package-metadata.d.ts +0 -9
- package/pivotgrid.component.d.ts +0 -145
- package/pivotgrid.module.d.ts +0 -56
- package/rendering/pivotgrid-cell.directive.d.ts +0 -38
- package/rendering/pivotgrid-table.component.d.ts +0 -60
- package/rendering/templates/pivotgrid-cell-template.directive.d.ts +0 -35
- package/rendering/templates/pivotgrid-column-header-cell-template.directive.d.ts +0 -35
- package/rendering/templates/pivotgrid-row-header-cell-template.directive.d.ts +0 -35
- package/rendering/templates/pivotgrid-value-cell-template.directive.d.ts +0 -34
- package/util.d.ts +0 -87
- package/virtual/scroll.service.d.ts +0 -15
- package/virtual/scrollable-container.d.ts +0 -35
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
|
-
import { PivotGridMessages } from './messages';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare class LocalizedMessagesDirective extends PivotGridMessages {
|
|
12
|
-
protected service: LocalizationService;
|
|
13
|
-
constructor(service: LocalizationService);
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedMessagesDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedMessagesDirective, "[kendoPivotGridLocalizedMessages]", never, {}, {}, never, never, true, never>;
|
|
16
|
-
}
|
|
@@ -1,178 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export declare class PivotGridMessages extends ComponentMessages {
|
|
11
|
-
/**
|
|
12
|
-
* Sets the text content of the filter item in the column and row fields menu.
|
|
13
|
-
*/
|
|
14
|
-
fieldMenuFilterItemLabel: string;
|
|
15
|
-
/**
|
|
16
|
-
* Specifies the text content of the sort ascending item in the column and row fields menu.
|
|
17
|
-
*/
|
|
18
|
-
fieldMenuSortAscendingItemLabel: string;
|
|
19
|
-
/**
|
|
20
|
-
* Sets the text content of the sort descending item in the column and row fields menu.
|
|
21
|
-
*/
|
|
22
|
-
fieldMenuSortDescendingItemLabel: string;
|
|
23
|
-
/**
|
|
24
|
-
* Defines the label of the filter input.
|
|
25
|
-
*
|
|
26
|
-
* The filter input label has two parts—the field name(s) and a localizable string.
|
|
27
|
-
* For fields named `'[Geography][City]'`, the default label will be `'Geography City Filter'`.
|
|
28
|
-
*
|
|
29
|
-
* You can reorder the parts using `'{fields}'` as a placeholder. The `'{fields}'` placeholder will get replaced
|
|
30
|
-
* with the field name(s). For example, `'filter for {fields}'` will become `'filter for Geography City'`.
|
|
31
|
-
*/
|
|
32
|
-
filterInputLabel: string;
|
|
33
|
-
/**
|
|
34
|
-
* Specifies the label of the filter operators DropDownList.
|
|
35
|
-
*
|
|
36
|
-
* The label has two parts—the field name(s) and a localizable string.
|
|
37
|
-
* For fields named `'[Geography][City]'`, the default label will be `'Geography City Filter Operators'`.
|
|
38
|
-
*
|
|
39
|
-
* You can reorder the parts using `'{fields}'` as a placeholder. The `'{fields}'` placeholder will get replaced
|
|
40
|
-
* with the field name(s). For example, `'filter operators for {fields}'` will become `'filter operators for Geography City'`.
|
|
41
|
-
*/
|
|
42
|
-
filterOperatorsDropDownLabel: string;
|
|
43
|
-
/**
|
|
44
|
-
* Sets the text of the `Equal` (**Is equal to**) filter operator.
|
|
45
|
-
*/
|
|
46
|
-
filterEqOperator: string;
|
|
47
|
-
/**
|
|
48
|
-
* Specifies the text of the `NotEqual` (**Is not equal to**) filter operator.
|
|
49
|
-
*/
|
|
50
|
-
filterNotEqOperator: string;
|
|
51
|
-
/**
|
|
52
|
-
* Specifies the text of the `IsNull` (**Is null**) filter operator.
|
|
53
|
-
*/
|
|
54
|
-
filterIsNullOperator: string;
|
|
55
|
-
/**
|
|
56
|
-
* Sets the text of the `IsNotNull` (**Is not null**) filter operator.
|
|
57
|
-
*/
|
|
58
|
-
filterIsNotNullOperator: string;
|
|
59
|
-
/**
|
|
60
|
-
* Specifies the text of the `IsEmpty` (**Is empty**) filter operator.
|
|
61
|
-
*/
|
|
62
|
-
filterIsEmptyOperator: string;
|
|
63
|
-
/**
|
|
64
|
-
* Specifies the text of the `IsNotEmpty` (**Is not empty**) filter operator.
|
|
65
|
-
*/
|
|
66
|
-
filterIsNotEmptyOperator: string;
|
|
67
|
-
/**
|
|
68
|
-
* Sets the text of the `StartsWith` (**Starts with**) filter operator.
|
|
69
|
-
*/
|
|
70
|
-
filterStartsWithOperator: string;
|
|
71
|
-
/**
|
|
72
|
-
* Sets the text of the `Contains` (**Contains**) filter operator.
|
|
73
|
-
*/
|
|
74
|
-
filterContainsOperator: string;
|
|
75
|
-
/**
|
|
76
|
-
* Specifies the text of the `DoesNotContain` (**Does not contain**) filter operator.
|
|
77
|
-
*/
|
|
78
|
-
filterNotContainsOperator: string;
|
|
79
|
-
/**
|
|
80
|
-
* Specifies the text of the `EndsWith` (**Ends with**) string filter operator.
|
|
81
|
-
*/
|
|
82
|
-
filterEndsWithOperator: string;
|
|
83
|
-
/**
|
|
84
|
-
* Sets the text of the **Filter** button.
|
|
85
|
-
*/
|
|
86
|
-
filterFilterButton: string;
|
|
87
|
-
/**
|
|
88
|
-
* Sets the text of the **Clear filter** button.
|
|
89
|
-
*/
|
|
90
|
-
filterClearButton: string;
|
|
91
|
-
/**
|
|
92
|
-
* Specifies the loading text.
|
|
93
|
-
*
|
|
94
|
-
* > The `loading` property is part of the accessibility support of the PivotGrid.
|
|
95
|
-
* Its value is detectable by screen readers and is not visible otherwise.
|
|
96
|
-
*/
|
|
97
|
-
loading: string;
|
|
98
|
-
/**
|
|
99
|
-
* Specifies the value of the aria-label attribute placed on the PivotGrid focusable empty cell element.
|
|
100
|
-
*/
|
|
101
|
-
emptyCellLabel: string;
|
|
102
|
-
/**
|
|
103
|
-
* Sets the text content of the button that opens and closes the PivotGrid configurator.
|
|
104
|
-
*/
|
|
105
|
-
configuratorButtonText: string;
|
|
106
|
-
/**
|
|
107
|
-
* Sets the text content of the PivotGrid configurator title element.
|
|
108
|
-
*/
|
|
109
|
-
configuratorHeaderText: string;
|
|
110
|
-
/**
|
|
111
|
-
* Sets the text content of the PivotGrid configurator fields section title element.
|
|
112
|
-
*/
|
|
113
|
-
configuratorFieldsText: string;
|
|
114
|
-
/**
|
|
115
|
-
* Sets the text content of the PivotGrid configurator columns section title element.
|
|
116
|
-
*/
|
|
117
|
-
configuratorColumnsText: string;
|
|
118
|
-
/**
|
|
119
|
-
* Specifies the text content of the PivotGrid configurator rows section title element.
|
|
120
|
-
*/
|
|
121
|
-
configuratorRowsText: string;
|
|
122
|
-
/**
|
|
123
|
-
* Specifies the text content of the PivotGrid configurator values section title element.
|
|
124
|
-
*/
|
|
125
|
-
configuratorValuesText: string;
|
|
126
|
-
/**
|
|
127
|
-
* Sets the text content of the PivotGrid configurator **Cancel** button.
|
|
128
|
-
*/
|
|
129
|
-
configuratorCancelButtonText: string;
|
|
130
|
-
/**
|
|
131
|
-
* Specifies the text content of the PivotGrid configurator **Apply** button.
|
|
132
|
-
*/
|
|
133
|
-
configuratorApplyButtonText: string;
|
|
134
|
-
/**
|
|
135
|
-
* Sets the text content of the PivotGrid configurator empty rows container.
|
|
136
|
-
*/
|
|
137
|
-
configuratorEmptyRowsText: string;
|
|
138
|
-
/**
|
|
139
|
-
* Sets the text content of the PivotGrid configurator empty columns container.
|
|
140
|
-
*/
|
|
141
|
-
configuratorEmptyColumnsText: string;
|
|
142
|
-
/**
|
|
143
|
-
* Sets the text content of the PivotGrid configurator empty measures container.
|
|
144
|
-
*/
|
|
145
|
-
configuratorEmptyMeasuresText: string;
|
|
146
|
-
/**
|
|
147
|
-
* Sets the text content of the **Move to Columns** item in the column and row fields menu.
|
|
148
|
-
*/
|
|
149
|
-
fieldMenuMoveToColumnsItem: string;
|
|
150
|
-
/**
|
|
151
|
-
* Specifies the text content of the **Move to Rows** item in the column and row fields menu.
|
|
152
|
-
*/
|
|
153
|
-
fieldMenuMoveToRowsItem: string;
|
|
154
|
-
/**
|
|
155
|
-
* Specifies the text content of the **Move as previous** item in the column, row, and value fields menu.
|
|
156
|
-
*/
|
|
157
|
-
fieldMenuMovePreviousItem: string;
|
|
158
|
-
/**
|
|
159
|
-
* Specifies the text content of the **Move as next** item in the column, row, and value fields menu.
|
|
160
|
-
*/
|
|
161
|
-
fieldMenuMoveNextItem: string;
|
|
162
|
-
/**
|
|
163
|
-
* Controls the title of the chip menu icon.
|
|
164
|
-
*
|
|
165
|
-
* The title has two parts—the chip name and a localizable string.
|
|
166
|
-
* For a field named `'Product'`, the default title will be `'Product Field Menu'`.
|
|
167
|
-
*
|
|
168
|
-
* You can reorder the parts using `'{fieldName}'` as a placeholder. The `'{fieldName}'` placeholder will get replaced
|
|
169
|
-
* with the current chip name. For example, `'chip for {fieldName}'` will become `'chip for Product Field Menu'`.
|
|
170
|
-
*/
|
|
171
|
-
chipMenuIconTitle: string;
|
|
172
|
-
/**
|
|
173
|
-
* The text content of the PivotGrid configurator fields TreeView Measures node
|
|
174
|
-
*/
|
|
175
|
-
configuratorMeasuresText: string;
|
|
176
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PivotGridMessages, never>;
|
|
177
|
-
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; }; "configuratorMeasuresText": { "alias": "configuratorMeasuresText"; "required": false; }; }, {}, never, never, true, never>;
|
|
178
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*
|
|
10
|
-
* Needed to keep the Pivot's LocalizationService reference and be able to use it inside the ChipList component.
|
|
11
|
-
*/
|
|
12
|
-
export declare class PivotLocalizationService {
|
|
13
|
-
localization: LocalizationService;
|
|
14
|
-
constructor(localization: LocalizationService);
|
|
15
|
-
get(token: string): string;
|
|
16
|
-
get rtl(): boolean;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PivotLocalizationService, never>;
|
|
18
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<PivotLocalizationService>;
|
|
19
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { PreventableEvent } from "@progress/kendo-angular-common";
|
|
6
|
-
import { FilterDescriptor, SortDescriptor } from "@progress/kendo-data-query";
|
|
7
|
-
import { PivotGridAxis } from "@progress/kendo-pivotgrid-common";
|
|
8
|
-
/**
|
|
9
|
-
* Represents the event data for the `configurationChange` event.
|
|
10
|
-
*/
|
|
11
|
-
export declare class ConfigurationChangeEvent extends PreventableEvent {
|
|
12
|
-
/**
|
|
13
|
-
* Specifies the current row axes configuration that results from user interaction.
|
|
14
|
-
*/
|
|
15
|
-
rowAxes: PivotGridAxis[];
|
|
16
|
-
/**
|
|
17
|
-
* Specifies the current column axes configuration that results from user interaction.
|
|
18
|
-
*/
|
|
19
|
-
columnAxes: PivotGridAxis[];
|
|
20
|
-
/**
|
|
21
|
-
* Provides the measure axes configuration.
|
|
22
|
-
*/
|
|
23
|
-
measureAxes: PivotGridAxis[];
|
|
24
|
-
/**
|
|
25
|
-
* Provides the sorting configuration.
|
|
26
|
-
*/
|
|
27
|
-
sort?: SortDescriptor[];
|
|
28
|
-
/**
|
|
29
|
-
* Provides the filtering configuration.
|
|
30
|
-
*/
|
|
31
|
-
filter?: FilterDescriptor[];
|
|
32
|
-
/**
|
|
33
|
-
* @hidden
|
|
34
|
-
*/
|
|
35
|
-
constructor(args?: any);
|
|
36
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* @hidden
|
|
7
|
-
*/
|
|
8
|
-
export type ChipMenuReorderTarget = 'columns' | 'rows' | 'prev' | 'next';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* Defines the layout orientation of the Configurator.
|
|
7
|
-
*
|
|
8
|
-
* @default 'vertical'
|
|
9
|
-
*/
|
|
10
|
-
export type PivotGridConfiguratorOrientation = 'horizontal' | 'vertical';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* Specifies the Configurator position in the container.
|
|
7
|
-
*
|
|
8
|
-
* @default 'right'
|
|
9
|
-
*/
|
|
10
|
-
export type PivotGridConfiguratorPosition = 'top' | 'left' | 'right' | 'bottom';
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { FilterDescriptor, SortDescriptor } from "@progress/kendo-data-query";
|
|
6
|
-
import { PivotGridAxis } from "@progress/kendo-pivotgrid-common";
|
|
7
|
-
import { PivotGridConfiguratorOrientation } from "./configurator-orientation";
|
|
8
|
-
import { PivotGridConfiguratorPosition } from "./configurator-position";
|
|
9
|
-
/**
|
|
10
|
-
* Represents the available settings for the PivotGrid Configurator layout.
|
|
11
|
-
*/
|
|
12
|
-
export interface ConfiguratorSettings {
|
|
13
|
-
/**
|
|
14
|
-
* Specifies the Configurator position in the container.
|
|
15
|
-
*
|
|
16
|
-
* @default 'right'
|
|
17
|
-
*/
|
|
18
|
-
position?: PivotGridConfiguratorPosition;
|
|
19
|
-
/**
|
|
20
|
-
* Specifies whether the layout orientation of the Configurator inner elements
|
|
21
|
-
* is horizontal or vertical.
|
|
22
|
-
*
|
|
23
|
-
* @default 'vertical'
|
|
24
|
-
*/
|
|
25
|
-
orientation?: PivotGridConfiguratorOrientation;
|
|
26
|
-
}
|
|
27
|
-
/**
|
|
28
|
-
* @hidden
|
|
29
|
-
*/
|
|
30
|
-
export declare class PivotGridState {
|
|
31
|
-
columnAxes?: PivotGridAxis[];
|
|
32
|
-
rowAxes?: PivotGridAxis[];
|
|
33
|
-
measureAxes?: PivotGridAxis[];
|
|
34
|
-
sort?: SortDescriptor[];
|
|
35
|
-
filter?: FilterDescriptor[];
|
|
36
|
-
constructor(columnAxes: PivotGridAxis[], rowAxes: PivotGridAxis[], measureAxes: PivotGridAxis[], sort: SortDescriptor[], filter: FilterDescriptor[]);
|
|
37
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { PivotDataItem } from "@progress/kendo-pivotgrid-common";
|
|
6
|
-
/**
|
|
7
|
-
* Represents the event data for `dataLoaded` event.
|
|
8
|
-
*/
|
|
9
|
-
export interface PivotDataRowItem {
|
|
10
|
-
/**
|
|
11
|
-
* Provides the row hierarchy.
|
|
12
|
-
*/
|
|
13
|
-
row: string[];
|
|
14
|
-
/**
|
|
15
|
-
* Provides the aggregated cell data.
|
|
16
|
-
*/
|
|
17
|
-
cells: PivotDataItem[];
|
|
18
|
-
}
|
package/models/drop-section.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* @hidden
|
|
7
|
-
*/
|
|
8
|
-
export type DropSectionType = 'column' | 'row' | 'measure';
|
package/models/drop-target.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* @hidden
|
|
7
|
-
*/
|
|
8
|
-
export type DropTargetType = 'chip' | 'container' | 'header';
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { PreventableEvent } from "@progress/kendo-angular-common";
|
|
6
|
-
import { PivotGridAxis } from "@progress/kendo-pivotgrid-common";
|
|
7
|
-
/**
|
|
8
|
-
* Represents the event data for the `expandChange` event.
|
|
9
|
-
*/
|
|
10
|
-
export declare class ExpandChangeEvent extends PreventableEvent {
|
|
11
|
-
/**
|
|
12
|
-
* Provides the current row axes configuration that results from user interaction.
|
|
13
|
-
*/
|
|
14
|
-
rowAxes: PivotGridAxis[];
|
|
15
|
-
/**
|
|
16
|
-
* Provides the current column axes configuration that results from user interaction.
|
|
17
|
-
*/
|
|
18
|
-
columnAxes: PivotGridAxis[];
|
|
19
|
-
/**
|
|
20
|
-
* Provides the measure axes configuration.
|
|
21
|
-
*/
|
|
22
|
-
measureAxes: PivotGridAxis[];
|
|
23
|
-
/**
|
|
24
|
-
* @hidden
|
|
25
|
-
*/
|
|
26
|
-
constructor(args?: any);
|
|
27
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* @hidden
|
|
7
|
-
*/
|
|
8
|
-
export type ExpandedStateAction = 'expand' | 'collapse';
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export type ExpandedStateChangeEvent = {
|
|
13
|
-
action: ExpandedStateAction;
|
|
14
|
-
cell: any;
|
|
15
|
-
tableType: string;
|
|
16
|
-
};
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { LoaderSize as LoaderSizeSource, LoaderThemeColor as LoaderThemeColorSource, LoaderType as LoaderTypeSource } from '@progress/kendo-angular-indicators';
|
|
6
|
-
/**
|
|
7
|
-
* Specifies the size of the PivotGrid loader.
|
|
8
|
-
*
|
|
9
|
-
* The available values are:
|
|
10
|
-
* * `small`
|
|
11
|
-
* * `medium`
|
|
12
|
-
* * `large`
|
|
13
|
-
*/
|
|
14
|
-
export declare type LoaderSize = Partial<LoaderSizeSource>;
|
|
15
|
-
/**
|
|
16
|
-
* Specifies the theme color of the PivotGrid loader.
|
|
17
|
-
*
|
|
18
|
-
* The available values are:
|
|
19
|
-
* * `primary`—Applies coloring based on primary theme color.
|
|
20
|
-
* * `secondary`—Applies coloring based on secondary theme color.
|
|
21
|
-
* * `tertiary`—Applies coloring based on tertiary theme color.
|
|
22
|
-
* * `info`—Applies coloring based on info theme color.
|
|
23
|
-
* * `success`—Applies coloring based on success theme color.
|
|
24
|
-
* * `warning`—Applies coloring based on warning theme color.
|
|
25
|
-
* * `error`—Applies coloring based on error theme color.
|
|
26
|
-
* * `dark`—Applies coloring based on dark theme color.
|
|
27
|
-
* * `light`—Applies coloring based on light theme color.
|
|
28
|
-
* * `inverse`—Applies coloring based on inverted theme color.
|
|
29
|
-
*/
|
|
30
|
-
export declare type LoaderThemeColor = Partial<LoaderThemeColorSource>;
|
|
31
|
-
/**
|
|
32
|
-
* Specifies the type of the PivotGrid loader.
|
|
33
|
-
*
|
|
34
|
-
* The available values are:
|
|
35
|
-
* * `pulsing`
|
|
36
|
-
* * `infinite-spinner`
|
|
37
|
-
* * `converging-spinner`
|
|
38
|
-
*/
|
|
39
|
-
export declare type LoaderType = Partial<LoaderTypeSource>;
|
|
40
|
-
/**
|
|
41
|
-
* Specifies the type, size, and color of the PivotGrid loader.
|
|
42
|
-
*/
|
|
43
|
-
export interface LoaderSettings {
|
|
44
|
-
/**
|
|
45
|
-
* Specifies the size of the loader.
|
|
46
|
-
*/
|
|
47
|
-
size?: LoaderSize;
|
|
48
|
-
/**
|
|
49
|
-
* Specifies the theme color of the loader.
|
|
50
|
-
*/
|
|
51
|
-
themeColor?: LoaderThemeColor;
|
|
52
|
-
/**
|
|
53
|
-
* Specifies the type of the loader.
|
|
54
|
-
* @default 'converging-spinner'
|
|
55
|
-
*/
|
|
56
|
-
type?: LoaderType;
|
|
57
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* Specifies the supported values of the [`VirtualizationSettings`](https://www.telerik.com/kendo-angular-ui/components/pivotgrid/api/virtualizationsettings) `type` property.
|
|
7
|
-
*
|
|
8
|
-
* The available values are:
|
|
9
|
-
* * `row`—Enables row virtualization only.
|
|
10
|
-
* * `column`—Enables column virtualization only.
|
|
11
|
-
* * `both`—Enables both row and column virtualization.
|
|
12
|
-
*/
|
|
13
|
-
export type PivotGridVirtualizationSettingsType = 'row | column | both';
|
|
14
|
-
/**
|
|
15
|
-
* Represents the virtualization settings for the PivotGrid data table.
|
|
16
|
-
* Controls how many rows and columns are rendered in the DOM to improve performance with large datasets.
|
|
17
|
-
*/
|
|
18
|
-
export interface VirtualizationSettings {
|
|
19
|
-
/**
|
|
20
|
-
* Specifies the virtualization type for the PivotGrid data table. When virtualization is enabled, both rows and columns are virtualized by default.
|
|
21
|
-
* @default 'both'
|
|
22
|
-
*/
|
|
23
|
-
type?: PivotGridVirtualizationSettingsType;
|
|
24
|
-
/**
|
|
25
|
-
* Represents the actual height of each data row in the DOM in pixels.
|
|
26
|
-
* @default 37
|
|
27
|
-
*/
|
|
28
|
-
rowHeight?: number;
|
|
29
|
-
/**
|
|
30
|
-
* Specifies the maximum number of value table rows that render in the DOM.
|
|
31
|
-
* @default 50
|
|
32
|
-
*/
|
|
33
|
-
rows?: number;
|
|
34
|
-
/**
|
|
35
|
-
* Specifies the maximum number of value table columns that render in the DOM.
|
|
36
|
-
* @default 10
|
|
37
|
-
*/
|
|
38
|
-
columns?: number;
|
|
39
|
-
}
|
|
40
|
-
/**
|
|
41
|
-
* @hidden
|
|
42
|
-
*/
|
|
43
|
-
export declare const normalizeVirtualSettings: (settings: boolean | VirtualizationSettings) => VirtualizationSettings;
|
package/package-metadata.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { type PackageMetadata } from '@progress/kendo-licensing';
|
|
6
|
-
/**
|
|
7
|
-
* @hidden
|
|
8
|
-
*/
|
|
9
|
-
export declare const packageMetadata: PackageMetadata;
|