@progress/kendo-angular-charts 18.0.0-develop.1 → 18.0.0-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.
@@ -45,7 +45,7 @@ export class CrosshairTooltipsContainerComponent {
45
45
  }
46
46
  }
47
47
  for (const key in newMap) {
48
- if (!map[key]) {
48
+ if (!map[key] && key !== 'constructor' && key !== '__proto__' && key !== 'prototype') {
49
49
  map[key] = newMap[key];
50
50
  this.tooltipKeys.push(key);
51
51
  }
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-charts',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1736249934,
13
- version: '18.0.0-develop.1',
12
+ publishDate: 1736860342,
13
+ version: '18.0.0-develop.11',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -1229,7 +1229,7 @@ class CrosshairTooltipsContainerComponent {
1229
1229
  }
1230
1230
  }
1231
1231
  for (const key in newMap) {
1232
- if (!map[key]) {
1232
+ if (!map[key] && key !== 'constructor' && key !== '__proto__' && key !== 'prototype') {
1233
1233
  map[key] = newMap[key];
1234
1234
  this.tooltipKeys.push(key);
1235
1235
  }
@@ -2908,8 +2908,8 @@ const packageMetadata = {
2908
2908
  name: '@progress/kendo-angular-charts',
2909
2909
  productName: 'Kendo UI for Angular',
2910
2910
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
2911
- publishDate: 1736249934,
2912
- version: '18.0.0-develop.1',
2911
+ publishDate: 1736860342,
2912
+ version: '18.0.0-develop.11',
2913
2913
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
2914
2914
  };
2915
2915
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-charts",
3
- "version": "18.0.0-develop.1",
3
+ "version": "18.0.0-develop.11",
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",
@@ -47,17 +47,17 @@
47
47
  "@angular/platform-browser": "16 - 19",
48
48
  "@progress/kendo-drawing": "^1.21.0",
49
49
  "@progress/kendo-licensing": "^1.0.2",
50
- "@progress/kendo-angular-common": "18.0.0-develop.1",
51
- "@progress/kendo-angular-intl": "18.0.0-develop.1",
52
- "@progress/kendo-angular-icons": "18.0.0-develop.1",
53
- "@progress/kendo-angular-l10n": "18.0.0-develop.1",
54
- "@progress/kendo-angular-popup": "18.0.0-develop.1",
55
- "@progress/kendo-angular-navigation": "18.0.0-develop.1",
50
+ "@progress/kendo-angular-common": "18.0.0-develop.11",
51
+ "@progress/kendo-angular-intl": "18.0.0-develop.11",
52
+ "@progress/kendo-angular-icons": "18.0.0-develop.11",
53
+ "@progress/kendo-angular-l10n": "18.0.0-develop.11",
54
+ "@progress/kendo-angular-popup": "18.0.0-develop.11",
55
+ "@progress/kendo-angular-navigation": "18.0.0-develop.11",
56
56
  "rxjs": "^6.5.3 || ^7.0.0"
57
57
  },
58
58
  "dependencies": {
59
59
  "tslib": "^2.3.1",
60
- "@progress/kendo-angular-schematics": "18.0.0-develop.1",
60
+ "@progress/kendo-angular-schematics": "18.0.0-develop.11",
61
61
  "@progress/kendo-charts": "2.6.2",
62
62
  "@progress/kendo-svg-icons": "^4.0.0"
63
63
  },