@progress/kendo-angular-charts 24.0.0-develop.36 → 24.0.0-develop.38

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.
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from '@angular/core';
6
6
  import { Optional, Directive, Injectable, SimpleChange, TemplateRef, ContentChild, Input, ChangeDetectionStrategy, Component, ElementRef, ViewChild, ViewChildren, EventEmitter, Output, ContentChildren, forwardRef, LOCALE_ID, Inject, isDevMode, InjectionToken, HostBinding, NgModule } from '@angular/core';
7
- import { isDocumentAvailable, getLicenseMessage, shouldShowValidationUI, ResizeSensorComponent, WatermarkOverlayComponent, PreventableEvent as PreventableEvent$1, isChanged, ResizeBatchService } from '@progress/kendo-angular-common';
7
+ import { isDocumentAvailable, getLicenseMessage, shouldShowValidationUI, ResizeSensorComponent, WatermarkOverlayComponent, KENDO_WEBMCP_HOST, PreventableEvent as PreventableEvent$1, isChanged, ResizeBatchService } from '@progress/kendo-angular-common';
8
8
  import * as i3 from '@progress/kendo-angular-intl';
9
9
  import * as i1$1 from '@progress/kendo-angular-l10n';
10
10
  import { ComponentMessages, LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
@@ -2944,8 +2944,8 @@ const packageMetadata = {
2944
2944
  productName: 'Kendo UI for Angular',
2945
2945
  productCode: 'KENDOUIANGULAR',
2946
2946
  productCodes: ['KENDOUIANGULAR'],
2947
- publishDate: 1779120434,
2948
- version: '24.0.0-develop.36',
2947
+ publishDate: 1779191999,
2948
+ version: '24.0.0-develop.38',
2949
2949
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
2950
2950
  };
2951
2951
 
@@ -3981,7 +3981,8 @@ class ChartComponent {
3981
3981
  {
3982
3982
  provide: L10N_PREFIX,
3983
3983
  useValue: 'kendo.chart'
3984
- }
3984
+ },
3985
+ { provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => ChartComponent) }
3985
3986
  ], queries: [{ propertyName: "donutCenterTemplate", first: true, predicate: DonutCenterTemplateDirective, descendants: true }, { propertyName: "noDataTemplate", first: true, predicate: NoDataTemplateDirective, descendants: true }, { propertyName: "seriesCollectionComponent", predicate: SeriesComponent }, { propertyName: "seriesComponents", predicate: SeriesItemComponent, descendants: true }], viewQueries: [{ propertyName: "tooltipInstance", first: true, predicate: TooltipPopupComponent, descendants: true, static: true }, { propertyName: "crossahirTooltips", first: true, predicate: CrosshairTooltipsContainerComponent, descendants: true, static: true }], exportAs: ["kendoChart"], usesOnChanges: true, ngImport: i0, template: `
3986
3987
  <ng-container
3987
3988
  kendoChartLocalizedMessages
@@ -4028,7 +4029,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
4028
4029
  {
4029
4030
  provide: L10N_PREFIX,
4030
4031
  useValue: 'kendo.chart'
4031
- }
4032
+ },
4033
+ { provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => ChartComponent) }
4032
4034
  ],
4033
4035
  selector: 'kendo-chart',
4034
4036
  template: `
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1779120434,
11
- "version": "24.0.0-develop.36",
10
+ "publishDate": 1779191999,
11
+ "version": "24.0.0-develop.38",
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": "24.0.0-develop.36",
3
+ "version": "24.0.0-develop.38",
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",
@@ -71,7 +71,7 @@
71
71
  "package": {
72
72
  "productName": "Kendo UI for Angular",
73
73
  "productCode": "KENDOUIANGULAR",
74
- "publishDate": 1779120434,
74
+ "publishDate": 1779191999,
75
75
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
76
76
  }
77
77
  },
@@ -82,17 +82,17 @@
82
82
  "@angular/platform-browser": "19 - 21",
83
83
  "@progress/kendo-drawing": "^1.25.0",
84
84
  "@progress/kendo-licensing": "^1.11.0",
85
- "@progress/kendo-angular-common": "24.0.0-develop.36",
86
- "@progress/kendo-angular-intl": "24.0.0-develop.36",
87
- "@progress/kendo-angular-icons": "24.0.0-develop.36",
88
- "@progress/kendo-angular-l10n": "24.0.0-develop.36",
89
- "@progress/kendo-angular-popup": "24.0.0-develop.36",
90
- "@progress/kendo-angular-navigation": "24.0.0-develop.36",
85
+ "@progress/kendo-angular-common": "24.0.0-develop.38",
86
+ "@progress/kendo-angular-intl": "24.0.0-develop.38",
87
+ "@progress/kendo-angular-icons": "24.0.0-develop.38",
88
+ "@progress/kendo-angular-l10n": "24.0.0-develop.38",
89
+ "@progress/kendo-angular-popup": "24.0.0-develop.38",
90
+ "@progress/kendo-angular-navigation": "24.0.0-develop.38",
91
91
  "rxjs": "^6.5.3 || ^7.0.0"
92
92
  },
93
93
  "dependencies": {
94
94
  "tslib": "^2.3.1",
95
- "@progress/kendo-angular-schematics": "24.0.0-develop.36",
95
+ "@progress/kendo-angular-schematics": "24.0.0-develop.38",
96
96
  "@progress/kendo-charts": "2.12.2",
97
97
  "@progress/kendo-svg-icons": "^4.0.0"
98
98
  },