@progress/kendo-angular-pivotgrid 16.6.0-develop.12 → 16.6.0-develop.14
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/esm2020/package-metadata.mjs +2 -2
- package/esm2020/pivotgrid.component.mjs +2 -0
- package/esm2020/rendering/pivotgrid-table.component.mjs +12 -2
- package/fesm2015/progress-kendo-angular-pivotgrid.mjs +16 -4
- package/fesm2020/progress-kendo-angular-pivotgrid.mjs +16 -4
- package/package.json +12 -12
- package/schematics/ngAdd/index.js +2 -2
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
9
9
|
name: '@progress/kendo-angular-pivotgrid',
|
10
10
|
productName: 'Kendo UI for Angular',
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
12
|
-
publishDate:
|
13
|
-
version: '16.6.0-develop.
|
12
|
+
publishDate: 1722616207,
|
13
|
+
version: '16.6.0-develop.14',
|
14
14
|
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'
|
15
15
|
};
|
@@ -88,9 +88,11 @@ export class PivotGridComponent {
|
|
88
88
|
]);
|
89
89
|
}
|
90
90
|
else if (event.target.closest('.k-pivotgrid-row-headers')) {
|
91
|
+
event.preventDefault();
|
91
92
|
syncWheel(event, [this.valuesTable.nativeElement, this.rowHeadersTable.nativeElement], 'scrollTop', 'Y');
|
92
93
|
}
|
93
94
|
else if (event.target.closest('.k-pivotgrid-column-headers')) {
|
95
|
+
event.preventDefault();
|
94
96
|
syncWheel(event, [this.valuesTable.nativeElement, this.colHeadersTable.nativeElement], 'scrollLeft', 'X');
|
95
97
|
}
|
96
98
|
};
|
@@ -188,7 +188,12 @@ PivotGridTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
188
188
|
<table
|
189
189
|
class="k-pivotgrid-table"
|
190
190
|
role="presentation"
|
191
|
-
[ngStyle]="{
|
191
|
+
[ngStyle]="{
|
192
|
+
float: tableType === 'values' ? this.rtl ? 'right' : 'left' : 'initial',
|
193
|
+
overflow: 'scroll',
|
194
|
+
'-ms-overflow-style': tableType !== 'values' ? 'none' : 'auto',
|
195
|
+
'scrollbar-width': tableType !== 'values' ? 'none' : 'auto'
|
196
|
+
}">
|
192
197
|
<colgroup>
|
193
198
|
<col *ngIf="tableType === 'values' && columnVirtualization && startColIndex > 0" [style.width]="startColIndex * (colWidth >= 0 ? colWidth : 200) + 'px'"/>
|
194
199
|
<col
|
@@ -236,7 +241,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
236
241
|
<table
|
237
242
|
class="k-pivotgrid-table"
|
238
243
|
role="presentation"
|
239
|
-
[ngStyle]="{
|
244
|
+
[ngStyle]="{
|
245
|
+
float: tableType === 'values' ? this.rtl ? 'right' : 'left' : 'initial',
|
246
|
+
overflow: 'scroll',
|
247
|
+
'-ms-overflow-style': tableType !== 'values' ? 'none' : 'auto',
|
248
|
+
'scrollbar-width': tableType !== 'values' ? 'none' : 'auto'
|
249
|
+
}">
|
240
250
|
<colgroup>
|
241
251
|
<col *ngIf="tableType === 'values' && columnVirtualization && startColIndex > 0" [style.width]="startColIndex * (colWidth >= 0 ? colWidth : 200) + 'px'"/>
|
242
252
|
<col
|
@@ -3391,8 +3391,8 @@ const packageMetadata = {
|
|
3391
3391
|
name: '@progress/kendo-angular-pivotgrid',
|
3392
3392
|
productName: 'Kendo UI for Angular',
|
3393
3393
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
3394
|
-
publishDate:
|
3395
|
-
version: '16.6.0-develop.
|
3394
|
+
publishDate: 1722616207,
|
3395
|
+
version: '16.6.0-develop.14',
|
3396
3396
|
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'
|
3397
3397
|
};
|
3398
3398
|
|
@@ -4040,7 +4040,12 @@ PivotGridTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
4040
4040
|
<table
|
4041
4041
|
class="k-pivotgrid-table"
|
4042
4042
|
role="presentation"
|
4043
|
-
[ngStyle]="{
|
4043
|
+
[ngStyle]="{
|
4044
|
+
float: tableType === 'values' ? this.rtl ? 'right' : 'left' : 'initial',
|
4045
|
+
overflow: 'scroll',
|
4046
|
+
'-ms-overflow-style': tableType !== 'values' ? 'none' : 'auto',
|
4047
|
+
'scrollbar-width': tableType !== 'values' ? 'none' : 'auto'
|
4048
|
+
}">
|
4044
4049
|
<colgroup>
|
4045
4050
|
<col *ngIf="tableType === 'values' && columnVirtualization && startColIndex > 0" [style.width]="startColIndex * (colWidth >= 0 ? colWidth : 200) + 'px'"/>
|
4046
4051
|
<col
|
@@ -4088,7 +4093,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
4088
4093
|
<table
|
4089
4094
|
class="k-pivotgrid-table"
|
4090
4095
|
role="presentation"
|
4091
|
-
[ngStyle]="{
|
4096
|
+
[ngStyle]="{
|
4097
|
+
float: tableType === 'values' ? this.rtl ? 'right' : 'left' : 'initial',
|
4098
|
+
overflow: 'scroll',
|
4099
|
+
'-ms-overflow-style': tableType !== 'values' ? 'none' : 'auto',
|
4100
|
+
'scrollbar-width': tableType !== 'values' ? 'none' : 'auto'
|
4101
|
+
}">
|
4092
4102
|
<colgroup>
|
4093
4103
|
<col *ngIf="tableType === 'values' && columnVirtualization && startColIndex > 0" [style.width]="startColIndex * (colWidth >= 0 ? colWidth : 200) + 'px'"/>
|
4094
4104
|
<col
|
@@ -4226,9 +4236,11 @@ class PivotGridComponent {
|
|
4226
4236
|
]);
|
4227
4237
|
}
|
4228
4238
|
else if (event.target.closest('.k-pivotgrid-row-headers')) {
|
4239
|
+
event.preventDefault();
|
4229
4240
|
syncWheel(event, [this.valuesTable.nativeElement, this.rowHeadersTable.nativeElement], 'scrollTop', 'Y');
|
4230
4241
|
}
|
4231
4242
|
else if (event.target.closest('.k-pivotgrid-column-headers')) {
|
4243
|
+
event.preventDefault();
|
4232
4244
|
syncWheel(event, [this.valuesTable.nativeElement, this.colHeadersTable.nativeElement], 'scrollLeft', 'X');
|
4233
4245
|
}
|
4234
4246
|
};
|
@@ -3371,8 +3371,8 @@ const packageMetadata = {
|
|
3371
3371
|
name: '@progress/kendo-angular-pivotgrid',
|
3372
3372
|
productName: 'Kendo UI for Angular',
|
3373
3373
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
3374
|
-
publishDate:
|
3375
|
-
version: '16.6.0-develop.
|
3374
|
+
publishDate: 1722616207,
|
3375
|
+
version: '16.6.0-develop.14',
|
3376
3376
|
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'
|
3377
3377
|
};
|
3378
3378
|
|
@@ -4014,7 +4014,12 @@ PivotGridTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
4014
4014
|
<table
|
4015
4015
|
class="k-pivotgrid-table"
|
4016
4016
|
role="presentation"
|
4017
|
-
[ngStyle]="{
|
4017
|
+
[ngStyle]="{
|
4018
|
+
float: tableType === 'values' ? this.rtl ? 'right' : 'left' : 'initial',
|
4019
|
+
overflow: 'scroll',
|
4020
|
+
'-ms-overflow-style': tableType !== 'values' ? 'none' : 'auto',
|
4021
|
+
'scrollbar-width': tableType !== 'values' ? 'none' : 'auto'
|
4022
|
+
}">
|
4018
4023
|
<colgroup>
|
4019
4024
|
<col *ngIf="tableType === 'values' && columnVirtualization && startColIndex > 0" [style.width]="startColIndex * (colWidth >= 0 ? colWidth : 200) + 'px'"/>
|
4020
4025
|
<col
|
@@ -4062,7 +4067,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
4062
4067
|
<table
|
4063
4068
|
class="k-pivotgrid-table"
|
4064
4069
|
role="presentation"
|
4065
|
-
[ngStyle]="{
|
4070
|
+
[ngStyle]="{
|
4071
|
+
float: tableType === 'values' ? this.rtl ? 'right' : 'left' : 'initial',
|
4072
|
+
overflow: 'scroll',
|
4073
|
+
'-ms-overflow-style': tableType !== 'values' ? 'none' : 'auto',
|
4074
|
+
'scrollbar-width': tableType !== 'values' ? 'none' : 'auto'
|
4075
|
+
}">
|
4066
4076
|
<colgroup>
|
4067
4077
|
<col *ngIf="tableType === 'values' && columnVirtualization && startColIndex > 0" [style.width]="startColIndex * (colWidth >= 0 ? colWidth : 200) + 'px'"/>
|
4068
4078
|
<col
|
@@ -4200,9 +4210,11 @@ class PivotGridComponent {
|
|
4200
4210
|
]);
|
4201
4211
|
}
|
4202
4212
|
else if (event.target.closest('.k-pivotgrid-row-headers')) {
|
4213
|
+
event.preventDefault();
|
4203
4214
|
syncWheel(event, [this.valuesTable.nativeElement, this.rowHeadersTable.nativeElement], 'scrollTop', 'Y');
|
4204
4215
|
}
|
4205
4216
|
else if (event.target.closest('.k-pivotgrid-column-headers')) {
|
4217
|
+
event.preventDefault();
|
4206
4218
|
syncWheel(event, [this.valuesTable.nativeElement, this.colHeadersTable.nativeElement], 'scrollLeft', 'X');
|
4207
4219
|
}
|
4208
4220
|
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-pivotgrid",
|
3
|
-
"version": "16.6.0-develop.
|
3
|
+
"version": "16.6.0-develop.14",
|
4
4
|
"description": "PivotGrid package for Angular",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "Progress",
|
@@ -25,21 +25,21 @@
|
|
25
25
|
"@progress/kendo-data-query": "^1.5.5",
|
26
26
|
"@progress/kendo-drawing": "^1.19.0",
|
27
27
|
"@progress/kendo-licensing": "^1.0.2",
|
28
|
-
"@progress/kendo-angular-buttons": "16.6.0-develop.
|
29
|
-
"@progress/kendo-angular-common": "16.6.0-develop.
|
30
|
-
"@progress/kendo-angular-dropdowns": "16.6.0-develop.
|
31
|
-
"@progress/kendo-angular-indicators": "16.6.0-develop.
|
32
|
-
"@progress/kendo-angular-inputs": "16.6.0-develop.
|
33
|
-
"@progress/kendo-angular-intl": "16.6.0-develop.
|
34
|
-
"@progress/kendo-angular-l10n": "16.6.0-develop.
|
35
|
-
"@progress/kendo-angular-popup": "16.6.0-develop.
|
36
|
-
"@progress/kendo-angular-icons": "16.6.0-develop.
|
37
|
-
"@progress/kendo-angular-treeview": "16.6.0-develop.
|
28
|
+
"@progress/kendo-angular-buttons": "16.6.0-develop.14",
|
29
|
+
"@progress/kendo-angular-common": "16.6.0-develop.14",
|
30
|
+
"@progress/kendo-angular-dropdowns": "16.6.0-develop.14",
|
31
|
+
"@progress/kendo-angular-indicators": "16.6.0-develop.14",
|
32
|
+
"@progress/kendo-angular-inputs": "16.6.0-develop.14",
|
33
|
+
"@progress/kendo-angular-intl": "16.6.0-develop.14",
|
34
|
+
"@progress/kendo-angular-l10n": "16.6.0-develop.14",
|
35
|
+
"@progress/kendo-angular-popup": "16.6.0-develop.14",
|
36
|
+
"@progress/kendo-angular-icons": "16.6.0-develop.14",
|
37
|
+
"@progress/kendo-angular-treeview": "16.6.0-develop.14",
|
38
38
|
"rxjs": "^6.5.3 || ^7.0.0"
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
41
|
"tslib": "^2.3.1",
|
42
|
-
"@progress/kendo-angular-schematics": "16.6.0-develop.
|
42
|
+
"@progress/kendo-angular-schematics": "16.6.0-develop.14",
|
43
43
|
"@progress/kendo-pivotgrid-common": "0.6.0"
|
44
44
|
},
|
45
45
|
"schematics": "./schematics/collection.json",
|
@@ -6,11 +6,11 @@ function default_1(options) {
|
|
6
6
|
// Additional dependencies to install.
|
7
7
|
// See https://github.com/telerik/kendo-schematics/issues/28
|
8
8
|
peerDependencies: {
|
9
|
-
'@progress/kendo-angular-dialog': '16.6.0-develop.
|
9
|
+
'@progress/kendo-angular-dialog': '16.6.0-develop.14',
|
10
10
|
// peer dep of the icons
|
11
11
|
'@progress/kendo-svg-icons': '^3.0.0',
|
12
12
|
// peer dep of the dropdowns
|
13
|
-
'@progress/kendo-angular-navigation': '16.6.0-develop.
|
13
|
+
'@progress/kendo-angular-navigation': '16.6.0-develop.14'
|
14
14
|
} });
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
16
16
|
}
|