@progress/kendo-angular-charts 25.0.0-develop.13 → 25.0.0-develop.15

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.
@@ -2946,8 +2946,8 @@ const packageMetadata = {
2946
2946
  productName: 'Kendo UI for Angular',
2947
2947
  productCode: 'KENDOUIANGULAR',
2948
2948
  productCodes: ['KENDOUIANGULAR'],
2949
- publishDate: 1785426807,
2950
- version: '25.0.0-develop.13',
2949
+ publishDate: 1785488871,
2950
+ version: '25.0.0-develop.15',
2951
2951
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
2952
2952
  };
2953
2953
 
@@ -4416,8 +4416,7 @@ class XAxisItemComponent extends CollectionItemComponent {
4416
4416
  this.configurationService = configurationService;
4417
4417
  this.collectionService = collectionService;
4418
4418
  this.intl = intl;
4419
- intl.localeId = localeId;
4420
- this.notifyChanges({ weekStartDay: intl.firstDay(intl.localeId) });
4419
+ this.notifyChanges({ weekStartDay: intl.firstDay(localeId) });
4421
4420
  this.intlSubscription = intl.changes.subscribe(() => {
4422
4421
  this.notifyChanges({ weekStartDay: intl.firstDay(intl.localeId) });
4423
4422
  });
@@ -6560,8 +6559,7 @@ class CategoryAxisItemComponent extends CollectionItemComponent {
6560
6559
  this.configurationService = configurationService;
6561
6560
  this.collectionService = collectionService;
6562
6561
  this.intl = intl;
6563
- intl.localeId = localeId;
6564
- this.notifyChanges({ weekStartDay: intl.firstDay(intl.localeId) });
6562
+ this.notifyChanges({ weekStartDay: intl.firstDay(localeId) });
6565
6563
  this.intlSubscription = intl.changes.subscribe(() => {
6566
6564
  this.notifyChanges({ weekStartDay: intl.firstDay(intl.localeId) });
6567
6565
  });
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1785426807,
11
- "version": "25.0.0-develop.13",
10
+ "publishDate": 1785488871,
11
+ "version": "25.0.0-develop.15",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-charts",
3
- "version": "25.0.0-develop.13",
3
+ "version": "25.0.0-develop.15",
4
4
  "description": "Kendo UI Charts for Angular - A comprehensive package for creating beautiful and interactive data visualization. Every chart type, stock charts, and sparklines are included.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -76,7 +76,7 @@
76
76
  "package": {
77
77
  "productName": "Kendo UI for Angular",
78
78
  "productCode": "KENDOUIANGULAR",
79
- "publishDate": 1785426807,
79
+ "publishDate": 1785488871,
80
80
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
81
81
  }
82
82
  },
@@ -87,17 +87,17 @@
87
87
  "@angular/platform-browser": "20 - 22",
88
88
  "@progress/kendo-drawing": "^1.25.0",
89
89
  "@progress/kendo-licensing": "^1.11.0",
90
- "@progress/kendo-angular-common": "25.0.0-develop.13",
91
- "@progress/kendo-angular-intl": "25.0.0-develop.13",
92
- "@progress/kendo-angular-icons": "25.0.0-develop.13",
93
- "@progress/kendo-angular-l10n": "25.0.0-develop.13",
94
- "@progress/kendo-angular-popup": "25.0.0-develop.13",
95
- "@progress/kendo-angular-navigation": "25.0.0-develop.13",
90
+ "@progress/kendo-angular-common": "25.0.0-develop.15",
91
+ "@progress/kendo-angular-intl": "25.0.0-develop.15",
92
+ "@progress/kendo-angular-icons": "25.0.0-develop.15",
93
+ "@progress/kendo-angular-l10n": "25.0.0-develop.15",
94
+ "@progress/kendo-angular-popup": "25.0.0-develop.15",
95
+ "@progress/kendo-angular-navigation": "25.0.0-develop.15",
96
96
  "rxjs": "^6.5.3 || ^7.0.0"
97
97
  },
98
98
  "dependencies": {
99
99
  "tslib": "^2.3.1",
100
- "@progress/kendo-angular-schematics": "25.0.0-develop.13",
100
+ "@progress/kendo-angular-schematics": "25.0.0-develop.15",
101
101
  "@progress/kendo-charts": "2.13.0",
102
102
  "@progress/kendo-svg-icons": "^4.9.0 || ^5.0.0"
103
103
  },