@progress/kendo-angular-charts 14.1.0-develop.1 → 14.1.0-develop.3
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.
- package/chart/series-item/notes.component.d.ts +1 -1
- package/chart/tooltip/series-tooltip-template.directive.d.ts +1 -1
- package/chart.module.d.ts +1 -1
- package/esm2020/chart/series-item/notes.component.mjs +1 -1
- package/esm2020/chart/tooltip/series-tooltip-template.directive.mjs +1 -1
- package/esm2020/chart.module.mjs +1 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-charts.mjs +5 -5
- package/fesm2020/progress-kendo-angular-charts.mjs +5 -5
- package/package.json +7 -7
|
@@ -15,7 +15,7 @@ import * as i0 from "@angular/core";
|
|
|
15
15
|
* - `let-value="value"`—The value of the point (either a number or an object).
|
|
16
16
|
* For the full list of available fields, refer to the [`TooltipTemplatePoint`](slug:api_charts_tooltiptemplatepoint).
|
|
17
17
|
*
|
|
18
|
-
|
|
18
|
+
* @example
|
|
19
19
|
* ```ts
|
|
20
20
|
* import { Component } from '@angular/core';
|
|
21
21
|
*
|
package/chart.module.d.ts
CHANGED
|
@@ -103,7 +103,7 @@ import * as i94 from "@progress/kendo-angular-common";
|
|
|
103
103
|
* Imports the ChartModule into your application
|
|
104
104
|
* [root module](link:site.data.urls.angular['ngmodules']#angular-modularity) or any other sub-module
|
|
105
105
|
* that will use the Chart component.
|
|
106
|
-
|
|
106
|
+
* @example
|
|
107
107
|
* ```ts
|
|
108
108
|
* import { NgModule } from '@angular/core';
|
|
109
109
|
* import { BrowserModule } from '@angular/platform-browser';
|
|
@@ -15,7 +15,7 @@ import * as i0 from "@angular/core";
|
|
|
15
15
|
* - `let-value="value"`—The value of the point (either a number or an object).
|
|
16
16
|
* For the full list of available fields, refer to the [`TooltipTemplatePoint`](slug:api_charts_tooltiptemplatepoint).
|
|
17
17
|
*
|
|
18
|
-
|
|
18
|
+
* @example
|
|
19
19
|
* ```ts
|
|
20
20
|
* import { Component } from '@angular/core';
|
|
21
21
|
*
|
package/esm2020/chart.module.mjs
CHANGED
|
@@ -106,7 +106,7 @@ import * as i90 from "./chart/zoomable.component";
|
|
|
106
106
|
* Imports the ChartModule into your application
|
|
107
107
|
* [root module](link:site.data.urls.angular['ngmodules']#angular-modularity) or any other sub-module
|
|
108
108
|
* that will use the Chart component.
|
|
109
|
-
|
|
109
|
+
* @example
|
|
110
110
|
* ```ts
|
|
111
111
|
* import { NgModule } from '@angular/core';
|
|
112
112
|
* import { BrowserModule } from '@angular/platform-browser';
|
|
@@ -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:
|
|
13
|
-
version: '14.1.0-develop.
|
|
12
|
+
publishDate: 1699261180,
|
|
13
|
+
version: '14.1.0-develop.3',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -1028,7 +1028,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1028
1028
|
* - `let-value="value"`—The value of the point (either a number or an object).
|
|
1029
1029
|
* For the full list of available fields, refer to the [`TooltipTemplatePoint`](slug:api_charts_tooltiptemplatepoint).
|
|
1030
1030
|
*
|
|
1031
|
-
|
|
1031
|
+
* @example
|
|
1032
1032
|
* ```ts
|
|
1033
1033
|
* import { Component } from '@angular/core';
|
|
1034
1034
|
*
|
|
@@ -1871,8 +1871,8 @@ const packageMetadata = {
|
|
|
1871
1871
|
name: '@progress/kendo-angular-charts',
|
|
1872
1872
|
productName: 'Kendo UI for Angular',
|
|
1873
1873
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
1874
|
-
publishDate:
|
|
1875
|
-
version: '14.1.0-develop.
|
|
1874
|
+
publishDate: 1699261180,
|
|
1875
|
+
version: '14.1.0-develop.3',
|
|
1876
1876
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1877
1877
|
};
|
|
1878
1878
|
|
|
@@ -4858,7 +4858,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4858
4858
|
* The series notes configuration
|
|
4859
4859
|
* ([see example]({% slug notes_chart_charts %})).
|
|
4860
4860
|
*
|
|
4861
|
-
*
|
|
4861
|
+
* @example
|
|
4862
4862
|
* ```html
|
|
4863
4863
|
* <kendo-chart ...>
|
|
4864
4864
|
* <kendo-chart-series>
|
|
@@ -7704,7 +7704,7 @@ const SPARKLINE_DIRECTIVES = [
|
|
|
7704
7704
|
* Imports the ChartModule into your application
|
|
7705
7705
|
* [root module](link:site.data.urls.angular['ngmodules']#angular-modularity) or any other sub-module
|
|
7706
7706
|
* that will use the Chart component.
|
|
7707
|
-
|
|
7707
|
+
* @example
|
|
7708
7708
|
* ```ts
|
|
7709
7709
|
* import { NgModule } from '@angular/core';
|
|
7710
7710
|
* import { BrowserModule } from '@angular/platform-browser';
|
|
@@ -1024,7 +1024,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1024
1024
|
* - `let-value="value"`—The value of the point (either a number or an object).
|
|
1025
1025
|
* For the full list of available fields, refer to the [`TooltipTemplatePoint`](slug:api_charts_tooltiptemplatepoint).
|
|
1026
1026
|
*
|
|
1027
|
-
|
|
1027
|
+
* @example
|
|
1028
1028
|
* ```ts
|
|
1029
1029
|
* import { Component } from '@angular/core';
|
|
1030
1030
|
*
|
|
@@ -2240,8 +2240,8 @@ const packageMetadata = {
|
|
|
2240
2240
|
name: '@progress/kendo-angular-charts',
|
|
2241
2241
|
productName: 'Kendo UI for Angular',
|
|
2242
2242
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
2243
|
-
publishDate:
|
|
2244
|
-
version: '14.1.0-develop.
|
|
2243
|
+
publishDate: 1699261180,
|
|
2244
|
+
version: '14.1.0-develop.3',
|
|
2245
2245
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
2246
2246
|
};
|
|
2247
2247
|
|
|
@@ -4883,7 +4883,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4883
4883
|
* The series notes configuration
|
|
4884
4884
|
* ([see example]({% slug notes_chart_charts %})).
|
|
4885
4885
|
*
|
|
4886
|
-
*
|
|
4886
|
+
* @example
|
|
4887
4887
|
* ```html
|
|
4888
4888
|
* <kendo-chart ...>
|
|
4889
4889
|
* <kendo-chart-series>
|
|
@@ -7688,7 +7688,7 @@ const SPARKLINE_DIRECTIVES = [
|
|
|
7688
7688
|
* Imports the ChartModule into your application
|
|
7689
7689
|
* [root module](link:site.data.urls.angular['ngmodules']#angular-modularity) or any other sub-module
|
|
7690
7690
|
* that will use the Chart component.
|
|
7691
|
-
|
|
7691
|
+
* @example
|
|
7692
7692
|
* ```ts
|
|
7693
7693
|
* import { NgModule } from '@angular/core';
|
|
7694
7694
|
* import { BrowserModule } from '@angular/platform-browser';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-charts",
|
|
3
|
-
"version": "14.1.0-develop.
|
|
3
|
+
"version": "14.1.0-develop.3",
|
|
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": "13 - 17",
|
|
48
48
|
"@progress/kendo-drawing": "^1.17.2",
|
|
49
49
|
"@progress/kendo-licensing": "^1.0.2",
|
|
50
|
-
"@progress/kendo-angular-common": "14.1.0-develop.
|
|
51
|
-
"@progress/kendo-angular-intl": "14.1.0-develop.
|
|
52
|
-
"@progress/kendo-angular-l10n": "14.1.0-develop.
|
|
53
|
-
"@progress/kendo-angular-popup": "14.1.0-develop.
|
|
54
|
-
"@progress/kendo-angular-navigation": "14.1.0-develop.
|
|
50
|
+
"@progress/kendo-angular-common": "14.1.0-develop.3",
|
|
51
|
+
"@progress/kendo-angular-intl": "14.1.0-develop.3",
|
|
52
|
+
"@progress/kendo-angular-l10n": "14.1.0-develop.3",
|
|
53
|
+
"@progress/kendo-angular-popup": "14.1.0-develop.3",
|
|
54
|
+
"@progress/kendo-angular-navigation": "14.1.0-develop.3",
|
|
55
55
|
"hammerjs": "^2.0.0",
|
|
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": "14.1.0-develop.
|
|
60
|
+
"@progress/kendo-angular-schematics": "14.1.0-develop.3",
|
|
61
61
|
"@progress/kendo-charts": "^1.32.0",
|
|
62
62
|
"@progress/kendo-svg-icons": "^2.0.0"
|
|
63
63
|
},
|