@progress/kendo-angular-pivotgrid 25.1.0-develop.11 → 25.1.0-develop.12
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.
|
@@ -3291,6 +3291,13 @@ class PivotLocalBindingDirective extends PivotBaseBindingDirective {
|
|
|
3291
3291
|
}
|
|
3292
3292
|
ngOnChanges(changes) {
|
|
3293
3293
|
if (anyChanged(['data', 'dimensions', 'columnAxes', 'rowAxes', 'measureAxes', 'measures'], changes)) {
|
|
3294
|
+
this.dataService.state = new PivotGridState(this.columnAxes, this.rowAxes, this.measureAxes, this.sort, this.filter);
|
|
3295
|
+
if (anyChanged(['dimensions', 'measures'], changes)) {
|
|
3296
|
+
this.loadFields();
|
|
3297
|
+
}
|
|
3298
|
+
else {
|
|
3299
|
+
this.dataService.configuredFields.next(this.dataService.state);
|
|
3300
|
+
}
|
|
3294
3301
|
this.loadData(this.dataService.state);
|
|
3295
3302
|
}
|
|
3296
3303
|
}
|
|
@@ -3882,8 +3889,8 @@ const packageMetadata = {
|
|
|
3882
3889
|
productName: 'Kendo UI for Angular',
|
|
3883
3890
|
productCode: 'KENDOUIANGULAR',
|
|
3884
3891
|
productCodes: ['KENDOUIANGULAR'],
|
|
3885
|
-
publishDate:
|
|
3886
|
-
version: '25.1.0-develop.
|
|
3892
|
+
publishDate: 1787732923,
|
|
3893
|
+
version: '25.1.0-develop.12',
|
|
3887
3894
|
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'
|
|
3888
3895
|
};
|
|
3889
3896
|
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "25.1.0-develop.
|
|
10
|
+
"publishDate": 1787732923,
|
|
11
|
+
"version": "25.1.0-develop.12",
|
|
12
12
|
"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"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-pivotgrid",
|
|
3
|
-
"version": "25.1.0-develop.
|
|
3
|
+
"version": "25.1.0-develop.12",
|
|
4
4
|
"description": "PivotGrid package for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"package": {
|
|
34
34
|
"productName": "Kendo UI for Angular",
|
|
35
35
|
"productCode": "KENDOUIANGULAR",
|
|
36
|
-
"publishDate":
|
|
36
|
+
"publishDate": 1787732923,
|
|
37
37
|
"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"
|
|
38
38
|
}
|
|
39
39
|
},
|
|
@@ -46,21 +46,21 @@
|
|
|
46
46
|
"@progress/kendo-data-query": "^1.7.3",
|
|
47
47
|
"@progress/kendo-drawing": "^1.25.0",
|
|
48
48
|
"@progress/kendo-licensing": "^1.11.0",
|
|
49
|
-
"@progress/kendo-angular-buttons": "25.1.0-develop.
|
|
50
|
-
"@progress/kendo-angular-common": "25.1.0-develop.
|
|
51
|
-
"@progress/kendo-angular-dropdowns": "25.1.0-develop.
|
|
52
|
-
"@progress/kendo-angular-indicators": "25.1.0-develop.
|
|
53
|
-
"@progress/kendo-angular-inputs": "25.1.0-develop.
|
|
54
|
-
"@progress/kendo-angular-intl": "25.1.0-develop.
|
|
55
|
-
"@progress/kendo-angular-l10n": "25.1.0-develop.
|
|
56
|
-
"@progress/kendo-angular-popup": "25.1.0-develop.
|
|
57
|
-
"@progress/kendo-angular-icons": "25.1.0-develop.
|
|
58
|
-
"@progress/kendo-angular-treeview": "25.1.0-develop.
|
|
49
|
+
"@progress/kendo-angular-buttons": "25.1.0-develop.12",
|
|
50
|
+
"@progress/kendo-angular-common": "25.1.0-develop.12",
|
|
51
|
+
"@progress/kendo-angular-dropdowns": "25.1.0-develop.12",
|
|
52
|
+
"@progress/kendo-angular-indicators": "25.1.0-develop.12",
|
|
53
|
+
"@progress/kendo-angular-inputs": "25.1.0-develop.12",
|
|
54
|
+
"@progress/kendo-angular-intl": "25.1.0-develop.12",
|
|
55
|
+
"@progress/kendo-angular-l10n": "25.1.0-develop.12",
|
|
56
|
+
"@progress/kendo-angular-popup": "25.1.0-develop.12",
|
|
57
|
+
"@progress/kendo-angular-icons": "25.1.0-develop.12",
|
|
58
|
+
"@progress/kendo-angular-treeview": "25.1.0-develop.12",
|
|
59
59
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"tslib": "^2.3.1",
|
|
63
|
-
"@progress/kendo-angular-schematics": "25.1.0-develop.
|
|
63
|
+
"@progress/kendo-angular-schematics": "25.1.0-develop.12",
|
|
64
64
|
"@progress/kendo-pivotgrid-common": "0.6.3"
|
|
65
65
|
},
|
|
66
66
|
"schematics": "./schematics/collection.json",
|
|
@@ -11,11 +11,11 @@ function default_1(options) {
|
|
|
11
11
|
// Additional dependencies to install.
|
|
12
12
|
// See https://github.com/telerik/kendo-schematics/issues/28
|
|
13
13
|
peerDependencies: {
|
|
14
|
-
'@progress/kendo-angular-dialog': '25.1.0-develop.
|
|
14
|
+
'@progress/kendo-angular-dialog': '25.1.0-develop.12',
|
|
15
15
|
// peer dep of the icons
|
|
16
16
|
'@progress/kendo-svg-icons': '^4.0.0',
|
|
17
17
|
// peer dep of the dropdowns
|
|
18
|
-
'@progress/kendo-angular-navigation': '25.1.0-develop.
|
|
18
|
+
'@progress/kendo-angular-navigation': '25.1.0-develop.12'
|
|
19
19
|
} });
|
|
20
20
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
21
21
|
}
|