@progress/kendo-angular-charts 17.0.0-develop.26 → 17.0.0-develop.27
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/localization/custom-messages.component.d.ts +23 -0
- package/chart/localization/localized-messages.directive.d.ts +16 -0
- package/chart/localization/messages.d.ts +17 -0
- package/chart/no-data-template.directive.d.ts +17 -0
- package/chart-options.interface.d.ts +7 -0
- package/chart.component.d.ts +8 -1
- package/chart.directives.d.ts +4 -1
- package/chart.module.d.ts +92 -89
- package/charts.module.d.ts +135 -132
- package/directives.d.ts +5 -2
- package/esm2022/chart/localization/custom-messages.component.mjs +49 -0
- package/esm2022/chart/localization/localized-messages.directive.mjs +39 -0
- package/esm2022/chart/localization/messages.mjs +27 -0
- package/esm2022/chart/no-data-template.directive.mjs +28 -0
- package/esm2022/chart.component.mjs +49 -6
- package/esm2022/chart.directives.mjs +4 -1
- package/esm2022/chart.module.mjs +93 -90
- package/esm2022/charts.module.mjs +136 -133
- package/esm2022/directives.mjs +6 -0
- package/esm2022/index.mjs +1 -0
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/sparkline.component.mjs +7 -1
- package/fesm2022/progress-kendo-angular-charts.mjs +200 -35
- package/index.d.ts +1 -0
- package/package.json +10 -10
- package/sparkline.component.d.ts +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-charts",
|
|
3
|
-
"version": "17.0.0-develop.
|
|
3
|
+
"version": "17.0.0-develop.27",
|
|
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",
|
|
@@ -45,20 +45,20 @@
|
|
|
45
45
|
"@angular/common": "16 - 18",
|
|
46
46
|
"@angular/core": "16 - 18",
|
|
47
47
|
"@angular/platform-browser": "16 - 18",
|
|
48
|
-
"@progress/kendo-drawing": "^1.
|
|
48
|
+
"@progress/kendo-drawing": "^1.21.0",
|
|
49
49
|
"@progress/kendo-licensing": "^1.0.2",
|
|
50
|
-
"@progress/kendo-angular-common": "17.0.0-develop.
|
|
51
|
-
"@progress/kendo-angular-intl": "17.0.0-develop.
|
|
52
|
-
"@progress/kendo-angular-icons": "17.0.0-develop.
|
|
53
|
-
"@progress/kendo-angular-l10n": "17.0.0-develop.
|
|
54
|
-
"@progress/kendo-angular-popup": "17.0.0-develop.
|
|
55
|
-
"@progress/kendo-angular-navigation": "17.0.0-develop.
|
|
50
|
+
"@progress/kendo-angular-common": "17.0.0-develop.27",
|
|
51
|
+
"@progress/kendo-angular-intl": "17.0.0-develop.27",
|
|
52
|
+
"@progress/kendo-angular-icons": "17.0.0-develop.27",
|
|
53
|
+
"@progress/kendo-angular-l10n": "17.0.0-develop.27",
|
|
54
|
+
"@progress/kendo-angular-popup": "17.0.0-develop.27",
|
|
55
|
+
"@progress/kendo-angular-navigation": "17.0.0-develop.27",
|
|
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": "17.0.0-develop.
|
|
61
|
-
"@progress/kendo-charts": "2.
|
|
60
|
+
"@progress/kendo-angular-schematics": "17.0.0-develop.27",
|
|
61
|
+
"@progress/kendo-charts": "2.6.1",
|
|
62
62
|
"@progress/kendo-svg-icons": "^3.1.0"
|
|
63
63
|
},
|
|
64
64
|
"schematics": "./schematics/collection.json",
|
package/sparkline.component.d.ts
CHANGED
|
@@ -48,6 +48,10 @@ export declare class SparklineComponent extends ChartComponent {
|
|
|
48
48
|
* @hidden
|
|
49
49
|
*/
|
|
50
50
|
drilldownLevelChange: EventEmitter<number>;
|
|
51
|
+
/**
|
|
52
|
+
* @hidden
|
|
53
|
+
*/
|
|
54
|
+
noData: boolean;
|
|
51
55
|
/**
|
|
52
56
|
* @hidden
|
|
53
57
|
*/
|
|
@@ -69,5 +73,5 @@ export declare class SparklineComponent extends ChartComponent {
|
|
|
69
73
|
protected createInstance(element: any, observer: ChartInstanceObserver): void;
|
|
70
74
|
protected updateOptions(): void;
|
|
71
75
|
static ɵfac: i0.ɵɵFactoryDeclaration<SparklineComponent, never>;
|
|
72
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SparklineComponent, "kendo-sparkline", ["kendoSparkline"], { "type": { "alias": "type"; "required": false; }; "data": { "alias": "data"; "required": false; }; "drilldownLevel": { "alias": "drilldownLevel"; "required": false; }; }, { "drilldown": "drilldown"; "drilldownLevelChange": "drilldownLevelChange"; }, never, never, true, never>;
|
|
76
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SparklineComponent, "kendo-sparkline", ["kendoSparkline"], { "type": { "alias": "type"; "required": false; }; "data": { "alias": "data"; "required": false; }; "noData": { "alias": "noData"; "required": false; }; "drilldownLevel": { "alias": "drilldownLevel"; "required": false; }; }, { "drilldown": "drilldown"; "drilldownLevelChange": "drilldownLevelChange"; }, never, never, true, never>;
|
|
73
77
|
}
|