@progress/kendo-angular-pivotgrid 17.0.2-develop.1 → 17.0.2-develop.11

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.
@@ -86,6 +86,8 @@ export class PivotBaseBindingDirective {
86
86
  this.dataService.configuredFields.next(this.dataService.state);
87
87
  this.loadData(state);
88
88
  this.dataService.state = state;
89
+ this.rowAxes = this.dataService.state.rowAxes;
90
+ this.columnAxes = this.dataService.state.columnAxes;
89
91
  });
90
92
  }));
91
93
  this.subs.add(this.dataService.valuesRows.subscribe((data) => {
@@ -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: 1731579514,
13
- version: '17.0.2-develop.1',
12
+ publishDate: 1732021469,
13
+ version: '17.0.2-develop.11',
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
  };
@@ -222,7 +222,7 @@ export class PivotGridTableComponent {
222
222
  class="k-pivotgrid-row"
223
223
  [attr.role]="tableType === 'values' ? 'none' : 'row'">
224
224
  <td *ngIf="tableType === 'values' && columnVirtualization && startColIndex > 0" class="k-pivotgrid-cell"></td>
225
- <ng-container *ngFor="let cell of (tableType === 'values' && columnVirtualization ? row.cells.slice(startColIndex, (startColIndex + renderedCols)) : row.cells); index as colIndex">
225
+ <ng-container *ngFor="let cell of (tableType === 'values' && columnVirtualization ? row?.cells.slice(startColIndex, (startColIndex + renderedCols)) : row?.cells); index as colIndex">
226
226
  <th
227
227
  *ngIf="cell && tableType !== 'values'"
228
228
  [kendoPivotGridCell]="cell"
@@ -276,7 +276,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
276
276
  class="k-pivotgrid-row"
277
277
  [attr.role]="tableType === 'values' ? 'none' : 'row'">
278
278
  <td *ngIf="tableType === 'values' && columnVirtualization && startColIndex > 0" class="k-pivotgrid-cell"></td>
279
- <ng-container *ngFor="let cell of (tableType === 'values' && columnVirtualization ? row.cells.slice(startColIndex, (startColIndex + renderedCols)) : row.cells); index as colIndex">
279
+ <ng-container *ngFor="let cell of (tableType === 'values' && columnVirtualization ? row?.cells.slice(startColIndex, (startColIndex + renderedCols)) : row?.cells); index as colIndex">
280
280
  <th
281
281
  *ngIf="cell && tableType !== 'values'"
282
282
  [kendoPivotGridCell]="cell"
@@ -3106,6 +3106,8 @@ class PivotBaseBindingDirective {
3106
3106
  this.dataService.configuredFields.next(this.dataService.state);
3107
3107
  this.loadData(state);
3108
3108
  this.dataService.state = state;
3109
+ this.rowAxes = this.dataService.state.rowAxes;
3110
+ this.columnAxes = this.dataService.state.columnAxes;
3109
3111
  });
3110
3112
  }));
3111
3113
  this.subs.add(this.dataService.valuesRows.subscribe((data) => {
@@ -3789,8 +3791,8 @@ const packageMetadata = {
3789
3791
  name: '@progress/kendo-angular-pivotgrid',
3790
3792
  productName: 'Kendo UI for Angular',
3791
3793
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
3792
- publishDate: 1731579514,
3793
- version: '17.0.2-develop.1',
3794
+ publishDate: 1732021469,
3795
+ version: '17.0.2-develop.11',
3794
3796
  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'
3795
3797
  };
3796
3798
 
@@ -4495,7 +4497,7 @@ class PivotGridTableComponent {
4495
4497
  class="k-pivotgrid-row"
4496
4498
  [attr.role]="tableType === 'values' ? 'none' : 'row'">
4497
4499
  <td *ngIf="tableType === 'values' && columnVirtualization && startColIndex > 0" class="k-pivotgrid-cell"></td>
4498
- <ng-container *ngFor="let cell of (tableType === 'values' && columnVirtualization ? row.cells.slice(startColIndex, (startColIndex + renderedCols)) : row.cells); index as colIndex">
4500
+ <ng-container *ngFor="let cell of (tableType === 'values' && columnVirtualization ? row?.cells.slice(startColIndex, (startColIndex + renderedCols)) : row?.cells); index as colIndex">
4499
4501
  <th
4500
4502
  *ngIf="cell && tableType !== 'values'"
4501
4503
  [kendoPivotGridCell]="cell"
@@ -4549,7 +4551,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
4549
4551
  class="k-pivotgrid-row"
4550
4552
  [attr.role]="tableType === 'values' ? 'none' : 'row'">
4551
4553
  <td *ngIf="tableType === 'values' && columnVirtualization && startColIndex > 0" class="k-pivotgrid-cell"></td>
4552
- <ng-container *ngFor="let cell of (tableType === 'values' && columnVirtualization ? row.cells.slice(startColIndex, (startColIndex + renderedCols)) : row.cells); index as colIndex">
4554
+ <ng-container *ngFor="let cell of (tableType === 'values' && columnVirtualization ? row?.cells.slice(startColIndex, (startColIndex + renderedCols)) : row?.cells); index as colIndex">
4553
4555
  <th
4554
4556
  *ngIf="cell && tableType !== 'values'"
4555
4557
  [kendoPivotGridCell]="cell"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-pivotgrid",
3
- "version": "17.0.2-develop.1",
3
+ "version": "17.0.2-develop.11",
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.21.0",
27
27
  "@progress/kendo-licensing": "^1.0.2",
28
- "@progress/kendo-angular-buttons": "17.0.2-develop.1",
29
- "@progress/kendo-angular-common": "17.0.2-develop.1",
30
- "@progress/kendo-angular-dropdowns": "17.0.2-develop.1",
31
- "@progress/kendo-angular-indicators": "17.0.2-develop.1",
32
- "@progress/kendo-angular-inputs": "17.0.2-develop.1",
33
- "@progress/kendo-angular-intl": "17.0.2-develop.1",
34
- "@progress/kendo-angular-l10n": "17.0.2-develop.1",
35
- "@progress/kendo-angular-popup": "17.0.2-develop.1",
36
- "@progress/kendo-angular-icons": "17.0.2-develop.1",
37
- "@progress/kendo-angular-treeview": "17.0.2-develop.1",
28
+ "@progress/kendo-angular-buttons": "17.0.2-develop.11",
29
+ "@progress/kendo-angular-common": "17.0.2-develop.11",
30
+ "@progress/kendo-angular-dropdowns": "17.0.2-develop.11",
31
+ "@progress/kendo-angular-indicators": "17.0.2-develop.11",
32
+ "@progress/kendo-angular-inputs": "17.0.2-develop.11",
33
+ "@progress/kendo-angular-intl": "17.0.2-develop.11",
34
+ "@progress/kendo-angular-l10n": "17.0.2-develop.11",
35
+ "@progress/kendo-angular-popup": "17.0.2-develop.11",
36
+ "@progress/kendo-angular-icons": "17.0.2-develop.11",
37
+ "@progress/kendo-angular-treeview": "17.0.2-develop.11",
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": "17.0.2-develop.1",
42
+ "@progress/kendo-angular-schematics": "17.0.2-develop.11",
43
43
  "@progress/kendo-pivotgrid-common": "0.6.1"
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': '17.0.2-develop.1',
9
+ '@progress/kendo-angular-dialog': '17.0.2-develop.11',
10
10
  // peer dep of the icons
11
11
  '@progress/kendo-svg-icons': '^4.0.0',
12
12
  // peer dep of the dropdowns
13
- '@progress/kendo-angular-navigation': '17.0.2-develop.1'
13
+ '@progress/kendo-angular-navigation': '17.0.2-develop.11'
14
14
  } });
15
15
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
16
16
  }