@progress/kendo-angular-charts 24.2.0-develop.10 → 24.2.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.
@@ -10,11 +10,13 @@ import * as i0 from "@angular/core";
10
10
  * [No Data Overlay](https://www.telerik.com/kendo-angular-ui/components/charts/data-binding/no-data-overlay).
11
11
  *
12
12
  * @example
13
+ * ```html
13
14
  * <kendo-chart>
14
15
  * <ng-template kendoChartNoDataTemplate>
15
16
  * <span>No data available</span>
16
17
  * </ng-template>
17
18
  * </kendo-chart>
19
+ * ```
18
20
  */
19
21
  export declare class NoDataTemplateDirective {
20
22
  templateRef: TemplateRef<any>;
@@ -72,11 +72,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
72
72
  * [No Data Overlay](https://www.telerik.com/kendo-angular-ui/components/charts/data-binding/no-data-overlay).
73
73
  *
74
74
  * @example
75
+ * ```html
75
76
  * <kendo-chart>
76
77
  * <ng-template kendoChartNoDataTemplate>
77
78
  * <span>No data available</span>
78
79
  * </ng-template>
79
80
  * </kendo-chart>
81
+ * ```
80
82
  */
81
83
  class NoDataTemplateDirective {
82
84
  templateRef;
@@ -2944,8 +2946,8 @@ const packageMetadata = {
2944
2946
  productName: 'Kendo UI for Angular',
2945
2947
  productCode: 'KENDOUIANGULAR',
2946
2948
  productCodes: ['KENDOUIANGULAR'],
2947
- publishDate: 1782305828,
2948
- version: '24.2.0-develop.10',
2949
+ publishDate: 1782469090,
2950
+ version: '24.2.0-develop.12',
2949
2951
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
2950
2952
  };
2951
2953
 
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1782305828,
11
- "version": "24.2.0-develop.10",
10
+ "publishDate": 1782469090,
11
+ "version": "24.2.0-develop.12",
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.2.0-develop.10",
3
+ "version": "24.2.0-develop.12",
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": 1782305828,
79
+ "publishDate": 1782469090,
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": "19 - 22",
88
88
  "@progress/kendo-drawing": "^1.25.0",
89
89
  "@progress/kendo-licensing": "^1.11.0",
90
- "@progress/kendo-angular-common": "24.2.0-develop.10",
91
- "@progress/kendo-angular-intl": "24.2.0-develop.10",
92
- "@progress/kendo-angular-icons": "24.2.0-develop.10",
93
- "@progress/kendo-angular-l10n": "24.2.0-develop.10",
94
- "@progress/kendo-angular-popup": "24.2.0-develop.10",
95
- "@progress/kendo-angular-navigation": "24.2.0-develop.10",
90
+ "@progress/kendo-angular-common": "24.2.0-develop.12",
91
+ "@progress/kendo-angular-intl": "24.2.0-develop.12",
92
+ "@progress/kendo-angular-icons": "24.2.0-develop.12",
93
+ "@progress/kendo-angular-l10n": "24.2.0-develop.12",
94
+ "@progress/kendo-angular-popup": "24.2.0-develop.12",
95
+ "@progress/kendo-angular-navigation": "24.2.0-develop.12",
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": "24.2.0-develop.10",
100
+ "@progress/kendo-angular-schematics": "24.2.0-develop.12",
101
101
  "@progress/kendo-charts": "2.12.2",
102
102
  "@progress/kendo-svg-icons": "^4.0.0"
103
103
  },