@progress/kendo-angular-charts 22.1.0-develop.8 → 22.1.0-develop.9
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.component.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ import { AfterViewChecked, AfterViewInit, ChangeDetectorRef, NgZone, OnChanges,
|
|
|
6
6
|
import { IntlService } from '@progress/kendo-angular-intl';
|
|
7
7
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
8
8
|
import { Group, ImageExportOptions, Surface } from '@progress/kendo-drawing';
|
|
9
|
+
import { LicenseMessage } from '@progress/kendo-licensing';
|
|
9
10
|
import { Subscription } from 'rxjs';
|
|
10
11
|
import { ChartAxis } from './api-types/chart-axis.interface';
|
|
11
12
|
import { ChartPane } from './api-types/chart-pane.interface';
|
|
@@ -351,7 +352,7 @@ export declare class ChartComponent implements ChartOptions, OnChanges, OnInit,
|
|
|
351
352
|
/**
|
|
352
353
|
* @hidden
|
|
353
354
|
*/
|
|
354
|
-
licenseMessage?:
|
|
355
|
+
licenseMessage?: LicenseMessage;
|
|
355
356
|
instance: any;
|
|
356
357
|
protected options: any;
|
|
357
358
|
protected theme: any;
|
|
@@ -2916,7 +2916,7 @@ const packageMetadata = {
|
|
|
2916
2916
|
productCode: 'KENDOUIANGULAR',
|
|
2917
2917
|
productCodes: ['KENDOUIANGULAR'],
|
|
2918
2918
|
publishDate: 0,
|
|
2919
|
-
version: '22.1.0-develop.
|
|
2919
|
+
version: '22.1.0-develop.9',
|
|
2920
2920
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
2921
2921
|
};
|
|
2922
2922
|
|
|
@@ -3982,7 +3982,7 @@ class ChartComponent {
|
|
|
3982
3982
|
<ng-template [ngTemplateOutlet]="donutCenterTemplate.templateRef"></ng-template>
|
|
3983
3983
|
</div>
|
|
3984
3984
|
}
|
|
3985
|
-
|
|
3985
|
+
|
|
3986
3986
|
@if (showLicenseWatermark) {
|
|
3987
3987
|
<div kendoWatermarkOverlay [licenseMessage]="licenseMessage"></div>
|
|
3988
3988
|
}
|
|
@@ -4033,7 +4033,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
4033
4033
|
<ng-template [ngTemplateOutlet]="donutCenterTemplate.templateRef"></ng-template>
|
|
4034
4034
|
</div>
|
|
4035
4035
|
}
|
|
4036
|
-
|
|
4036
|
+
|
|
4037
4037
|
@if (showLicenseWatermark) {
|
|
4038
4038
|
<div kendoWatermarkOverlay [licenseMessage]="licenseMessage"></div>
|
|
4039
4039
|
}
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "22.1.0-develop.
|
|
10
|
+
"publishDate": 1769600085,
|
|
11
|
+
"version": "22.1.0-develop.9",
|
|
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": "22.1.0-develop.
|
|
3
|
+
"version": "22.1.0-develop.9",
|
|
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",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"package": {
|
|
43
43
|
"productName": "Kendo UI for Angular",
|
|
44
44
|
"productCode": "KENDOUIANGULAR",
|
|
45
|
-
"publishDate":
|
|
45
|
+
"publishDate": 1769600085,
|
|
46
46
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
47
47
|
}
|
|
48
48
|
},
|
|
@@ -52,18 +52,18 @@
|
|
|
52
52
|
"@angular/core": "19 - 21",
|
|
53
53
|
"@angular/platform-browser": "19 - 21",
|
|
54
54
|
"@progress/kendo-drawing": "^1.23.1",
|
|
55
|
-
"@progress/kendo-licensing": "^1.
|
|
56
|
-
"@progress/kendo-angular-common": "22.1.0-develop.
|
|
57
|
-
"@progress/kendo-angular-intl": "22.1.0-develop.
|
|
58
|
-
"@progress/kendo-angular-icons": "22.1.0-develop.
|
|
59
|
-
"@progress/kendo-angular-l10n": "22.1.0-develop.
|
|
60
|
-
"@progress/kendo-angular-popup": "22.1.0-develop.
|
|
61
|
-
"@progress/kendo-angular-navigation": "22.1.0-develop.
|
|
55
|
+
"@progress/kendo-licensing": "^1.10.0",
|
|
56
|
+
"@progress/kendo-angular-common": "22.1.0-develop.9",
|
|
57
|
+
"@progress/kendo-angular-intl": "22.1.0-develop.9",
|
|
58
|
+
"@progress/kendo-angular-icons": "22.1.0-develop.9",
|
|
59
|
+
"@progress/kendo-angular-l10n": "22.1.0-develop.9",
|
|
60
|
+
"@progress/kendo-angular-popup": "22.1.0-develop.9",
|
|
61
|
+
"@progress/kendo-angular-navigation": "22.1.0-develop.9",
|
|
62
62
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"tslib": "^2.3.1",
|
|
66
|
-
"@progress/kendo-angular-schematics": "22.1.0-develop.
|
|
66
|
+
"@progress/kendo-angular-schematics": "22.1.0-develop.9",
|
|
67
67
|
"@progress/kendo-charts": "2.9.0",
|
|
68
68
|
"@progress/kendo-svg-icons": "^4.0.0"
|
|
69
69
|
},
|
package/sankey.component.d.ts
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, Renderer2, SimpleChange } from '@angular/core';
|
|
6
6
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
7
|
import { Group, ImageExportOptions, SVGExportOptions } from '@progress/kendo-drawing';
|
|
8
|
+
import { LicenseMessage } from '@progress/kendo-licensing';
|
|
8
9
|
import { Subscription } from 'rxjs';
|
|
9
10
|
import { ConfigurationService } from './common/configuration.service';
|
|
10
11
|
import { SankeyThemeService } from './sankey/theme.service';
|
|
@@ -160,7 +161,7 @@ export declare class SankeyComponent implements AfterViewInit, OnChanges, OnDest
|
|
|
160
161
|
/**
|
|
161
162
|
* @hidden
|
|
162
163
|
*/
|
|
163
|
-
licenseMessage?:
|
|
164
|
+
licenseMessage?: LicenseMessage;
|
|
164
165
|
instance: Sankey;
|
|
165
166
|
protected options: any;
|
|
166
167
|
protected theme: any;
|