@progress/kendo-angular-pivotgrid 21.4.1-develop.1 → 22.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/configurator/chip-menu/chip-menu-item-base.d.ts +1 -1
- package/data-binding/base-binding-directive.d.ts +1 -1
- package/fesm2022/progress-kendo-angular-pivotgrid.mjs +120 -120
- package/localization/messages.d.ts +1 -1
- package/package.json +18 -26
- package/schematics/ngAdd/index.js +2 -2
- package/esm2022/configurator/chip-kb-nav.directive.mjs +0 -69
- package/esm2022/configurator/chip-menu/chip-menu-container.component.mjs +0 -51
- package/esm2022/configurator/chip-menu/chip-menu-filter.component.mjs +0 -135
- package/esm2022/configurator/chip-menu/chip-menu-item-base.mjs +0 -40
- package/esm2022/configurator/chip-menu/chip-menu-item-content-template.directive.mjs +0 -29
- package/esm2022/configurator/chip-menu/chip-menu-item.component.mjs +0 -206
- package/esm2022/configurator/chip-menu/chip-menu-item.directive.mjs +0 -98
- package/esm2022/configurator/chip-menu/chip-menu-reorder.component.mjs +0 -198
- package/esm2022/configurator/chip-menu/chip-menu-sort.component.mjs +0 -104
- package/esm2022/configurator/chip-menu/chip-menu.component.mjs +0 -165
- package/esm2022/configurator/chip-menu/chip-menu.service.mjs +0 -40
- package/esm2022/configurator/chip-menu/filtering/filter-menu-container.component.mjs +0 -186
- package/esm2022/configurator/chip-menu/filtering/filter-menu-dropdownlist.directive.mjs +0 -44
- package/esm2022/configurator/chip-menu/filtering/menu-tabbing.service.mjs +0 -20
- package/esm2022/configurator/chip-menu/filtering/string-filter-menu.component.mjs +0 -148
- package/esm2022/configurator/chip-menu/single-popup.service.mjs +0 -136
- package/esm2022/configurator/configurator.component.mjs +0 -806
- package/esm2022/configurator/configurator.service.mjs +0 -53
- package/esm2022/configurator/draggable.directive.mjs +0 -131
- package/esm2022/configurator/drop-cue.service.mjs +0 -86
- package/esm2022/configurator/drop-target.directive.mjs +0 -190
- package/esm2022/data-binding/base-binding-directive.mjs +0 -164
- package/esm2022/data-binding/local-binding.directive.mjs +0 -107
- package/esm2022/data-binding/olap-binding.directive.mjs +0 -204
- package/esm2022/data-binding/pivotgrid-data.service.mjs +0 -76
- package/esm2022/directives.mjs +0 -97
- package/esm2022/index.mjs +0 -28
- package/esm2022/localization/custom-messages.component.mjs +0 -57
- package/esm2022/localization/localized-messages.directive.mjs +0 -39
- package/esm2022/localization/messages.mjs +0 -254
- package/esm2022/localization/pivot-localization.service.mjs +0 -30
- package/esm2022/models/configuration-change-event.mjs +0 -37
- package/esm2022/models/configurator-chipmenu-reorder-target.mjs +0 -5
- package/esm2022/models/configurator-orientation.mjs +0 -5
- package/esm2022/models/configurator-position.mjs +0 -5
- package/esm2022/models/configurator-settings.mjs +0 -21
- package/esm2022/models/data-row-item.mjs +0 -5
- package/esm2022/models/drop-section.mjs +0 -5
- package/esm2022/models/drop-target.mjs +0 -5
- package/esm2022/models/expanded-change-event.mjs +0 -29
- package/esm2022/models/expanded-state-action.mjs +0 -5
- package/esm2022/models/loader-settings.mjs +0 -5
- package/esm2022/models/virtualization-settings.mjs +0 -25
- package/esm2022/package-metadata.mjs +0 -16
- package/esm2022/pivotgrid.component.mjs +0 -729
- package/esm2022/pivotgrid.module.mjs +0 -87
- package/esm2022/progress-kendo-angular-pivotgrid.mjs +0 -8
- package/esm2022/rendering/pivotgrid-cell.directive.mjs +0 -247
- package/esm2022/rendering/pivotgrid-table.component.mjs +0 -386
- package/esm2022/rendering/templates/pivotgrid-cell-template.directive.mjs +0 -44
- package/esm2022/rendering/templates/pivotgrid-column-header-cell-template.directive.mjs +0 -44
- package/esm2022/rendering/templates/pivotgrid-row-header-cell-template.directive.mjs +0 -44
- package/esm2022/rendering/templates/pivotgrid-value-cell-template.directive.mjs +0 -43
- package/esm2022/util.mjs +0 -223
- package/esm2022/virtual/scroll.service.mjs +0 -18
- package/esm2022/virtual/scrollable-container.mjs +0 -128
|
@@ -1,254 +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 { Directive, Input } from '@angular/core';
|
|
6
|
-
import { ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export class PivotGridMessages extends ComponentMessages {
|
|
12
|
-
/**
|
|
13
|
-
* Sets the text content of the filter item in the column and row fields menu.
|
|
14
|
-
*/
|
|
15
|
-
fieldMenuFilterItemLabel;
|
|
16
|
-
/**
|
|
17
|
-
* Specifies the text content of the sort ascending item in the column and row fields menu.
|
|
18
|
-
*/
|
|
19
|
-
fieldMenuSortAscendingItemLabel;
|
|
20
|
-
/**
|
|
21
|
-
* Sets the text content of the sort descending item in the column and row fields menu.
|
|
22
|
-
*/
|
|
23
|
-
fieldMenuSortDescendingItemLabel;
|
|
24
|
-
/**
|
|
25
|
-
* Defines the label of the filter input.
|
|
26
|
-
*
|
|
27
|
-
* The filter input label has two parts—the field name(s) and a localizable string.
|
|
28
|
-
* For fields named `'[Geography][City]'`, the default label will be `'Geography City Filter'`.
|
|
29
|
-
*
|
|
30
|
-
* You can reorder the parts using `'{fields}'` as a placeholder. The `'{fields}'` placeholder will get replaced
|
|
31
|
-
* with the field name(s). For example, `'filter for {fields}'` will become `'filter for Geography City'`.
|
|
32
|
-
*/
|
|
33
|
-
filterInputLabel;
|
|
34
|
-
/**
|
|
35
|
-
* Specifies the label of the filter operators DropDownList.
|
|
36
|
-
*
|
|
37
|
-
* The label has two parts—the field name(s) and a localizable string.
|
|
38
|
-
* For fields named `'[Geography][City]'`, the default label will be `'Geography City Filter Operators'`.
|
|
39
|
-
*
|
|
40
|
-
* You can reorder the parts using `'{fields}'` as a placeholder. The `'{fields}'` placeholder will get replaced
|
|
41
|
-
* with the field name(s). For example, `'filter operators for {fields}'` will become `'filter operators for Geography City'`.
|
|
42
|
-
*/
|
|
43
|
-
filterOperatorsDropDownLabel;
|
|
44
|
-
/**
|
|
45
|
-
* Sets the text of the `Equal` (**Is equal to**) filter operator.
|
|
46
|
-
*/
|
|
47
|
-
filterEqOperator;
|
|
48
|
-
/**
|
|
49
|
-
* Specifies the text of the `NotEqual` (**Is not equal to**) filter operator.
|
|
50
|
-
*/
|
|
51
|
-
filterNotEqOperator;
|
|
52
|
-
/**
|
|
53
|
-
* Specifies the text of the `IsNull` (**Is null**) filter operator.
|
|
54
|
-
*/
|
|
55
|
-
filterIsNullOperator;
|
|
56
|
-
/**
|
|
57
|
-
* Sets the text of the `IsNotNull` (**Is not null**) filter operator.
|
|
58
|
-
*/
|
|
59
|
-
filterIsNotNullOperator;
|
|
60
|
-
/**
|
|
61
|
-
* Specifies the text of the `IsEmpty` (**Is empty**) filter operator.
|
|
62
|
-
*/
|
|
63
|
-
filterIsEmptyOperator;
|
|
64
|
-
/**
|
|
65
|
-
* Specifies the text of the `IsNotEmpty` (**Is not empty**) filter operator.
|
|
66
|
-
*/
|
|
67
|
-
filterIsNotEmptyOperator;
|
|
68
|
-
/**
|
|
69
|
-
* Sets the text of the `StartsWith` (**Starts with**) filter operator.
|
|
70
|
-
*/
|
|
71
|
-
filterStartsWithOperator;
|
|
72
|
-
/**
|
|
73
|
-
* Sets the text of the `Contains` (**Contains**) filter operator.
|
|
74
|
-
*/
|
|
75
|
-
filterContainsOperator;
|
|
76
|
-
/**
|
|
77
|
-
* Specifies the text of the `DoesNotContain` (**Does not contain**) filter operator.
|
|
78
|
-
*/
|
|
79
|
-
filterNotContainsOperator;
|
|
80
|
-
/**
|
|
81
|
-
* Specifies the text of the `EndsWith` (**Ends with**) string filter operator.
|
|
82
|
-
*/
|
|
83
|
-
filterEndsWithOperator;
|
|
84
|
-
/**
|
|
85
|
-
* Sets the text of the **Filter** button.
|
|
86
|
-
*/
|
|
87
|
-
filterFilterButton;
|
|
88
|
-
/**
|
|
89
|
-
* Sets the text of the **Clear filter** button.
|
|
90
|
-
*/
|
|
91
|
-
filterClearButton;
|
|
92
|
-
/**
|
|
93
|
-
* Specifies the loading text.
|
|
94
|
-
*
|
|
95
|
-
* > The `loading` property is part of the accessibility support of the PivotGrid.
|
|
96
|
-
* Its value is detectable by screen readers and is not visible otherwise.
|
|
97
|
-
*/
|
|
98
|
-
loading;
|
|
99
|
-
/**
|
|
100
|
-
* Specifies the value of the aria-label attribute placed on the PivotGrid focusable empty cell element.
|
|
101
|
-
*/
|
|
102
|
-
emptyCellLabel;
|
|
103
|
-
/**
|
|
104
|
-
* Sets the text content of the button that opens and closes the PivotGrid configurator.
|
|
105
|
-
*/
|
|
106
|
-
configuratorButtonText;
|
|
107
|
-
/**
|
|
108
|
-
* Sets the text content of the PivotGrid configurator title element.
|
|
109
|
-
*/
|
|
110
|
-
configuratorHeaderText;
|
|
111
|
-
/**
|
|
112
|
-
* Sets the text content of the PivotGrid configurator fields section title element.
|
|
113
|
-
*/
|
|
114
|
-
configuratorFieldsText;
|
|
115
|
-
/**
|
|
116
|
-
* Sets the text content of the PivotGrid configurator columns section title element.
|
|
117
|
-
*/
|
|
118
|
-
configuratorColumnsText;
|
|
119
|
-
/**
|
|
120
|
-
* Specifies the text content of the PivotGrid configurator rows section title element.
|
|
121
|
-
*/
|
|
122
|
-
configuratorRowsText;
|
|
123
|
-
/**
|
|
124
|
-
* Specifies the text content of the PivotGrid configurator values section title element.
|
|
125
|
-
*/
|
|
126
|
-
configuratorValuesText;
|
|
127
|
-
/**
|
|
128
|
-
* Sets the text content of the PivotGrid configurator **Cancel** button.
|
|
129
|
-
*/
|
|
130
|
-
configuratorCancelButtonText;
|
|
131
|
-
/**
|
|
132
|
-
* Specifies the text content of the PivotGrid configurator **Apply** button.
|
|
133
|
-
*/
|
|
134
|
-
configuratorApplyButtonText;
|
|
135
|
-
/**
|
|
136
|
-
* Sets the text content of the PivotGrid configurator empty rows container.
|
|
137
|
-
*/
|
|
138
|
-
configuratorEmptyRowsText;
|
|
139
|
-
/**
|
|
140
|
-
* Sets the text content of the PivotGrid configurator empty columns container.
|
|
141
|
-
*/
|
|
142
|
-
configuratorEmptyColumnsText;
|
|
143
|
-
/**
|
|
144
|
-
* Sets the text content of the PivotGrid configurator empty measures container.
|
|
145
|
-
*/
|
|
146
|
-
configuratorEmptyMeasuresText;
|
|
147
|
-
/**
|
|
148
|
-
* Sets the text content of the **Move to Columns** item in the column and row fields menu.
|
|
149
|
-
*/
|
|
150
|
-
fieldMenuMoveToColumnsItem;
|
|
151
|
-
/**
|
|
152
|
-
* Specifies the text content of the **Move to Rows** item in the column and row fields menu.
|
|
153
|
-
*/
|
|
154
|
-
fieldMenuMoveToRowsItem;
|
|
155
|
-
/**
|
|
156
|
-
* Specifies the text content of the **Move as previous** item in the column, row, and value fields menu.
|
|
157
|
-
*/
|
|
158
|
-
fieldMenuMovePreviousItem;
|
|
159
|
-
/**
|
|
160
|
-
* Specifies the text content of the **Move as next** item in the column, row, and value fields menu.
|
|
161
|
-
*/
|
|
162
|
-
fieldMenuMoveNextItem;
|
|
163
|
-
/**
|
|
164
|
-
* Controls the title of the chip menu icon.
|
|
165
|
-
*
|
|
166
|
-
* The title has two parts—the chip name and a localizable string.
|
|
167
|
-
* For a field named `'Product'`, the default title will be `'Product Field Menu'`.
|
|
168
|
-
*
|
|
169
|
-
* You can reorder the parts using `'{fieldName}'` as a placeholder. The `'{fieldName}'` placeholder will get replaced
|
|
170
|
-
* with the current chip name. For example, `'chip for {fieldName}'` will become `'chip for Product Field Menu'`.
|
|
171
|
-
*/
|
|
172
|
-
chipMenuIconTitle;
|
|
173
|
-
/**
|
|
174
|
-
* The text content of the PivotGrid configurator fields TreeView Measures node
|
|
175
|
-
*/
|
|
176
|
-
configuratorMeasuresText;
|
|
177
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PivotGridMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
178
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PivotGridMessages, inputs: { fieldMenuFilterItemLabel: "fieldMenuFilterItemLabel", fieldMenuSortAscendingItemLabel: "fieldMenuSortAscendingItemLabel", fieldMenuSortDescendingItemLabel: "fieldMenuSortDescendingItemLabel", filterInputLabel: "filterInputLabel", filterOperatorsDropDownLabel: "filterOperatorsDropDownLabel", filterEqOperator: "filterEqOperator", filterNotEqOperator: "filterNotEqOperator", filterIsNullOperator: "filterIsNullOperator", filterIsNotNullOperator: "filterIsNotNullOperator", filterIsEmptyOperator: "filterIsEmptyOperator", filterIsNotEmptyOperator: "filterIsNotEmptyOperator", filterStartsWithOperator: "filterStartsWithOperator", filterContainsOperator: "filterContainsOperator", filterNotContainsOperator: "filterNotContainsOperator", filterEndsWithOperator: "filterEndsWithOperator", filterFilterButton: "filterFilterButton", filterClearButton: "filterClearButton", loading: "loading", emptyCellLabel: "emptyCellLabel", configuratorButtonText: "configuratorButtonText", configuratorHeaderText: "configuratorHeaderText", configuratorFieldsText: "configuratorFieldsText", configuratorColumnsText: "configuratorColumnsText", configuratorRowsText: "configuratorRowsText", configuratorValuesText: "configuratorValuesText", configuratorCancelButtonText: "configuratorCancelButtonText", configuratorApplyButtonText: "configuratorApplyButtonText", configuratorEmptyRowsText: "configuratorEmptyRowsText", configuratorEmptyColumnsText: "configuratorEmptyColumnsText", configuratorEmptyMeasuresText: "configuratorEmptyMeasuresText", fieldMenuMoveToColumnsItem: "fieldMenuMoveToColumnsItem", fieldMenuMoveToRowsItem: "fieldMenuMoveToRowsItem", fieldMenuMovePreviousItem: "fieldMenuMovePreviousItem", fieldMenuMoveNextItem: "fieldMenuMoveNextItem", chipMenuIconTitle: "chipMenuIconTitle", configuratorMeasuresText: "configuratorMeasuresText" }, usesInheritance: true, ngImport: i0 });
|
|
179
|
-
}
|
|
180
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PivotGridMessages, decorators: [{
|
|
181
|
-
type: Directive
|
|
182
|
-
}], propDecorators: { fieldMenuFilterItemLabel: [{
|
|
183
|
-
type: Input
|
|
184
|
-
}], fieldMenuSortAscendingItemLabel: [{
|
|
185
|
-
type: Input
|
|
186
|
-
}], fieldMenuSortDescendingItemLabel: [{
|
|
187
|
-
type: Input
|
|
188
|
-
}], filterInputLabel: [{
|
|
189
|
-
type: Input
|
|
190
|
-
}], filterOperatorsDropDownLabel: [{
|
|
191
|
-
type: Input
|
|
192
|
-
}], filterEqOperator: [{
|
|
193
|
-
type: Input
|
|
194
|
-
}], filterNotEqOperator: [{
|
|
195
|
-
type: Input
|
|
196
|
-
}], filterIsNullOperator: [{
|
|
197
|
-
type: Input
|
|
198
|
-
}], filterIsNotNullOperator: [{
|
|
199
|
-
type: Input
|
|
200
|
-
}], filterIsEmptyOperator: [{
|
|
201
|
-
type: Input
|
|
202
|
-
}], filterIsNotEmptyOperator: [{
|
|
203
|
-
type: Input
|
|
204
|
-
}], filterStartsWithOperator: [{
|
|
205
|
-
type: Input
|
|
206
|
-
}], filterContainsOperator: [{
|
|
207
|
-
type: Input
|
|
208
|
-
}], filterNotContainsOperator: [{
|
|
209
|
-
type: Input
|
|
210
|
-
}], filterEndsWithOperator: [{
|
|
211
|
-
type: Input
|
|
212
|
-
}], filterFilterButton: [{
|
|
213
|
-
type: Input
|
|
214
|
-
}], filterClearButton: [{
|
|
215
|
-
type: Input
|
|
216
|
-
}], loading: [{
|
|
217
|
-
type: Input
|
|
218
|
-
}], emptyCellLabel: [{
|
|
219
|
-
type: Input
|
|
220
|
-
}], configuratorButtonText: [{
|
|
221
|
-
type: Input
|
|
222
|
-
}], configuratorHeaderText: [{
|
|
223
|
-
type: Input
|
|
224
|
-
}], configuratorFieldsText: [{
|
|
225
|
-
type: Input
|
|
226
|
-
}], configuratorColumnsText: [{
|
|
227
|
-
type: Input
|
|
228
|
-
}], configuratorRowsText: [{
|
|
229
|
-
type: Input
|
|
230
|
-
}], configuratorValuesText: [{
|
|
231
|
-
type: Input
|
|
232
|
-
}], configuratorCancelButtonText: [{
|
|
233
|
-
type: Input
|
|
234
|
-
}], configuratorApplyButtonText: [{
|
|
235
|
-
type: Input
|
|
236
|
-
}], configuratorEmptyRowsText: [{
|
|
237
|
-
type: Input
|
|
238
|
-
}], configuratorEmptyColumnsText: [{
|
|
239
|
-
type: Input
|
|
240
|
-
}], configuratorEmptyMeasuresText: [{
|
|
241
|
-
type: Input
|
|
242
|
-
}], fieldMenuMoveToColumnsItem: [{
|
|
243
|
-
type: Input
|
|
244
|
-
}], fieldMenuMoveToRowsItem: [{
|
|
245
|
-
type: Input
|
|
246
|
-
}], fieldMenuMovePreviousItem: [{
|
|
247
|
-
type: Input
|
|
248
|
-
}], fieldMenuMoveNextItem: [{
|
|
249
|
-
type: Input
|
|
250
|
-
}], chipMenuIconTitle: [{
|
|
251
|
-
type: Input
|
|
252
|
-
}], configuratorMeasuresText: [{
|
|
253
|
-
type: Input
|
|
254
|
-
}] } });
|
|
@@ -1,30 +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 { Injectable } from '@angular/core';
|
|
6
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
import * as i1 from "@progress/kendo-angular-l10n";
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*
|
|
12
|
-
* Needed to keep the Pivot's LocalizationService reference and be able to use it inside the ChipList component.
|
|
13
|
-
*/
|
|
14
|
-
export class PivotLocalizationService {
|
|
15
|
-
localization;
|
|
16
|
-
constructor(localization) {
|
|
17
|
-
this.localization = localization;
|
|
18
|
-
}
|
|
19
|
-
get(token) {
|
|
20
|
-
return this.localization.get(token);
|
|
21
|
-
}
|
|
22
|
-
get rtl() {
|
|
23
|
-
return this.localization.rtl;
|
|
24
|
-
}
|
|
25
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PivotLocalizationService, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
26
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PivotLocalizationService });
|
|
27
|
-
}
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PivotLocalizationService, decorators: [{
|
|
29
|
-
type: Injectable
|
|
30
|
-
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
@@ -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 { PreventableEvent } from "@progress/kendo-angular-common";
|
|
6
|
-
/**
|
|
7
|
-
* Represents the event data for the `configurationChange` event.
|
|
8
|
-
*/
|
|
9
|
-
export class ConfigurationChangeEvent extends PreventableEvent {
|
|
10
|
-
/**
|
|
11
|
-
* Specifies the current row axes configuration that results from user interaction.
|
|
12
|
-
*/
|
|
13
|
-
rowAxes;
|
|
14
|
-
/**
|
|
15
|
-
* Specifies the current column axes configuration that results from user interaction.
|
|
16
|
-
*/
|
|
17
|
-
columnAxes;
|
|
18
|
-
/**
|
|
19
|
-
* Provides the measure axes configuration.
|
|
20
|
-
*/
|
|
21
|
-
measureAxes;
|
|
22
|
-
/**
|
|
23
|
-
* Provides the sorting configuration.
|
|
24
|
-
*/
|
|
25
|
-
sort;
|
|
26
|
-
/**
|
|
27
|
-
* Provides the filtering configuration.
|
|
28
|
-
*/
|
|
29
|
-
filter;
|
|
30
|
-
/**
|
|
31
|
-
* @hidden
|
|
32
|
-
*/
|
|
33
|
-
constructor(args) {
|
|
34
|
-
super();
|
|
35
|
-
Object.assign(this, args);
|
|
36
|
-
}
|
|
37
|
-
}
|
|
@@ -1,5 +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
|
-
export {};
|
|
@@ -1,5 +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
|
-
export {};
|
|
@@ -1,5 +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
|
-
export {};
|
|
@@ -1,21 +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 class PivotGridState {
|
|
9
|
-
columnAxes;
|
|
10
|
-
rowAxes;
|
|
11
|
-
measureAxes;
|
|
12
|
-
sort;
|
|
13
|
-
filter;
|
|
14
|
-
constructor(columnAxes, rowAxes, measureAxes, sort, filter) {
|
|
15
|
-
this.columnAxes = columnAxes;
|
|
16
|
-
this.rowAxes = rowAxes;
|
|
17
|
-
this.measureAxes = measureAxes;
|
|
18
|
-
this.sort = sort;
|
|
19
|
-
this.filter = filter;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,5 +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
|
-
export {};
|
|
@@ -1,5 +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
|
-
export {};
|
|
@@ -1,5 +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
|
-
export {};
|
|
@@ -1,29 +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
|
-
/**
|
|
7
|
-
* Represents the event data for the `expandChange` event.
|
|
8
|
-
*/
|
|
9
|
-
export class ExpandChangeEvent extends PreventableEvent {
|
|
10
|
-
/**
|
|
11
|
-
* Provides the current row axes configuration that results from user interaction.
|
|
12
|
-
*/
|
|
13
|
-
rowAxes;
|
|
14
|
-
/**
|
|
15
|
-
* Provides the current column axes configuration that results from user interaction.
|
|
16
|
-
*/
|
|
17
|
-
columnAxes;
|
|
18
|
-
/**
|
|
19
|
-
* Provides the measure axes configuration.
|
|
20
|
-
*/
|
|
21
|
-
measureAxes;
|
|
22
|
-
/**
|
|
23
|
-
* @hidden
|
|
24
|
-
*/
|
|
25
|
-
constructor(args) {
|
|
26
|
-
super();
|
|
27
|
-
Object.assign(this, args);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
@@ -1,5 +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
|
-
export {};
|
|
@@ -1,5 +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
|
-
export {};
|
|
@@ -1,25 +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
|
-
const DEFAULT_VIRTUALIZATION_SETTINGS = {
|
|
9
|
-
type: 'both',
|
|
10
|
-
rowHeight: 37,
|
|
11
|
-
rows: 50,
|
|
12
|
-
columns: 10
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* @hidden
|
|
16
|
-
*/
|
|
17
|
-
export const normalizeVirtualSettings = (settings) => {
|
|
18
|
-
if (settings === true) {
|
|
19
|
-
return { ...DEFAULT_VIRTUALIZATION_SETTINGS };
|
|
20
|
-
}
|
|
21
|
-
if (!settings) {
|
|
22
|
-
return null;
|
|
23
|
-
}
|
|
24
|
-
return { ...DEFAULT_VIRTUALIZATION_SETTINGS, ...settings };
|
|
25
|
-
};
|
|
@@ -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 const packageMetadata = {
|
|
9
|
-
name: '@progress/kendo-angular-pivotgrid',
|
|
10
|
-
productName: 'Kendo UI for Angular',
|
|
11
|
-
productCode: 'KENDOUIANGULAR',
|
|
12
|
-
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate: 1768386610,
|
|
14
|
-
version: '21.4.1-develop.1',
|
|
15
|
-
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
16
|
-
};
|