@progress/kendo-angular-charts 16.0.0-develop.10 → 16.0.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.
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/sankey/labels.component.mjs +2 -2
- package/esm2020/sankey/links.component.mjs +2 -2
- package/esm2020/sankey/localization/custom-messages.component.mjs +7 -2
- package/esm2020/sankey/nodes.component.mjs +2 -2
- package/fesm2015/progress-kendo-angular-charts.mjs +15 -10
- package/fesm2020/progress-kendo-angular-charts.mjs +15 -10
- package/package.json +8 -8
- package/sankey/labels.component.d.ts +2 -2
- package/sankey/links.component.d.ts +2 -2
- package/sankey/localization/custom-messages.component.d.ts +7 -2
- package/sankey/nodes.component.d.ts +2 -2
|
@@ -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: '16.0.0-develop.
|
|
12
|
+
publishDate: 1714462990,
|
|
13
|
+
version: '16.0.0-develop.12',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -8,8 +8,8 @@ import { SettingsComponent } from '../common/settings.component';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
import * as i1 from "../common/configuration.service";
|
|
10
10
|
/**
|
|
11
|
-
* The configuration options of the Sankey
|
|
12
|
-
* ([see example](
|
|
11
|
+
* The configuration options of the Sankey labels
|
|
12
|
+
* ([see example](slug:slug:customization_sankey#toc-customizing-the-sankey-chart-elements)).
|
|
13
13
|
*/
|
|
14
14
|
export class SankeyLabelsComponent extends SettingsComponent {
|
|
15
15
|
constructor(configurationService) {
|
|
@@ -8,8 +8,8 @@ import { SettingsComponent } from '../common/settings.component';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
import * as i1 from "../common/configuration.service";
|
|
10
10
|
/**
|
|
11
|
-
* The configuration options of the Sankey
|
|
12
|
-
* ([see example](
|
|
11
|
+
* The configuration options of the Sankey links
|
|
12
|
+
* ([see example](slug:slug:customization_sankey#toc-customizing-the-sankey-chart-elements)).
|
|
13
13
|
*/
|
|
14
14
|
export class SankeyLinksComponent extends SettingsComponent {
|
|
15
15
|
constructor(configurationService) {
|
|
@@ -8,8 +8,13 @@ import { Messages } from './messages';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
import * as i1 from "@progress/kendo-angular-l10n";
|
|
10
10
|
/**
|
|
11
|
-
* Custom component messages override default component messages
|
|
12
|
-
*
|
|
11
|
+
* Custom component messages override default component messages.
|
|
12
|
+
* @example
|
|
13
|
+
* ```html
|
|
14
|
+
* <kendo-sankey [data]="data">
|
|
15
|
+
* <kendo-sankey-messages tooltipUnitFormat='kelvin'></kendo-sankey-messages>
|
|
16
|
+
* </kendo-sankey>
|
|
17
|
+
* ```
|
|
13
18
|
*/
|
|
14
19
|
export class SankeyCustomMessagesComponent extends Messages {
|
|
15
20
|
constructor(service) {
|
|
@@ -8,8 +8,8 @@ import { SettingsComponent } from '../common/settings.component';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
import * as i1 from "../common/configuration.service";
|
|
10
10
|
/**
|
|
11
|
-
* The configuration options of the Sankey
|
|
12
|
-
* ([see example](
|
|
11
|
+
* The configuration options of the Sankey nodes
|
|
12
|
+
* ([see example](slug:slug:customization_sankey#toc-customizing-the-sankey-chart-elements)).
|
|
13
13
|
*/
|
|
14
14
|
export class SankeyNodesComponent extends SettingsComponent {
|
|
15
15
|
constructor(configurationService) {
|
|
@@ -1876,8 +1876,8 @@ const packageMetadata = {
|
|
|
1876
1876
|
name: '@progress/kendo-angular-charts',
|
|
1877
1877
|
productName: 'Kendo UI for Angular',
|
|
1878
1878
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
1879
|
-
publishDate:
|
|
1880
|
-
version: '16.0.0-develop.
|
|
1879
|
+
publishDate: 1714462990,
|
|
1880
|
+
version: '16.0.0-develop.12',
|
|
1881
1881
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1882
1882
|
};
|
|
1883
1883
|
|
|
@@ -8822,8 +8822,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
8822
8822
|
}] } });
|
|
8823
8823
|
|
|
8824
8824
|
/**
|
|
8825
|
-
* The configuration options of the Sankey
|
|
8826
|
-
* ([see example](
|
|
8825
|
+
* The configuration options of the Sankey labels
|
|
8826
|
+
* ([see example](slug:slug:customization_sankey#toc-customizing-the-sankey-chart-elements)).
|
|
8827
8827
|
*/
|
|
8828
8828
|
class SankeyLabelsComponent extends SettingsComponent {
|
|
8829
8829
|
constructor(configurationService) {
|
|
@@ -8919,8 +8919,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
8919
8919
|
}] } });
|
|
8920
8920
|
|
|
8921
8921
|
/**
|
|
8922
|
-
* The configuration options of the Sankey
|
|
8923
|
-
* ([see example](
|
|
8922
|
+
* The configuration options of the Sankey links
|
|
8923
|
+
* ([see example](slug:slug:customization_sankey#toc-customizing-the-sankey-chart-elements)).
|
|
8924
8924
|
*/
|
|
8925
8925
|
class SankeyLinksComponent extends SettingsComponent {
|
|
8926
8926
|
constructor(configurationService) {
|
|
@@ -8948,8 +8948,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
8948
8948
|
}] } });
|
|
8949
8949
|
|
|
8950
8950
|
/**
|
|
8951
|
-
* Custom component messages override default component messages
|
|
8952
|
-
*
|
|
8951
|
+
* Custom component messages override default component messages.
|
|
8952
|
+
* @example
|
|
8953
|
+
* ```html
|
|
8954
|
+
* <kendo-sankey [data]="data">
|
|
8955
|
+
* <kendo-sankey-messages tooltipUnitFormat='kelvin'></kendo-sankey-messages>
|
|
8956
|
+
* </kendo-sankey>
|
|
8957
|
+
* ```
|
|
8953
8958
|
*/
|
|
8954
8959
|
class SankeyCustomMessagesComponent extends Messages {
|
|
8955
8960
|
constructor(service) {
|
|
@@ -8982,8 +8987,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
8982
8987
|
}], ctorParameters: function () { return [{ type: i4.LocalizationService }]; } });
|
|
8983
8988
|
|
|
8984
8989
|
/**
|
|
8985
|
-
* The configuration options of the Sankey
|
|
8986
|
-
* ([see example](
|
|
8990
|
+
* The configuration options of the Sankey nodes
|
|
8991
|
+
* ([see example](slug:slug:customization_sankey#toc-customizing-the-sankey-chart-elements)).
|
|
8987
8992
|
*/
|
|
8988
8993
|
class SankeyNodesComponent extends SettingsComponent {
|
|
8989
8994
|
constructor(configurationService) {
|
|
@@ -2257,8 +2257,8 @@ const packageMetadata = {
|
|
|
2257
2257
|
name: '@progress/kendo-angular-charts',
|
|
2258
2258
|
productName: 'Kendo UI for Angular',
|
|
2259
2259
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
2260
|
-
publishDate:
|
|
2261
|
-
version: '16.0.0-develop.
|
|
2260
|
+
publishDate: 1714462990,
|
|
2261
|
+
version: '16.0.0-develop.12',
|
|
2262
2262
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
2263
2263
|
};
|
|
2264
2264
|
|
|
@@ -8804,8 +8804,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
8804
8804
|
}] } });
|
|
8805
8805
|
|
|
8806
8806
|
/**
|
|
8807
|
-
* The configuration options of the Sankey
|
|
8808
|
-
* ([see example](
|
|
8807
|
+
* The configuration options of the Sankey labels
|
|
8808
|
+
* ([see example](slug:slug:customization_sankey#toc-customizing-the-sankey-chart-elements)).
|
|
8809
8809
|
*/
|
|
8810
8810
|
class SankeyLabelsComponent extends SettingsComponent {
|
|
8811
8811
|
constructor(configurationService) {
|
|
@@ -8901,8 +8901,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
8901
8901
|
}] } });
|
|
8902
8902
|
|
|
8903
8903
|
/**
|
|
8904
|
-
* The configuration options of the Sankey
|
|
8905
|
-
* ([see example](
|
|
8904
|
+
* The configuration options of the Sankey links
|
|
8905
|
+
* ([see example](slug:slug:customization_sankey#toc-customizing-the-sankey-chart-elements)).
|
|
8906
8906
|
*/
|
|
8907
8907
|
class SankeyLinksComponent extends SettingsComponent {
|
|
8908
8908
|
constructor(configurationService) {
|
|
@@ -8930,8 +8930,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
8930
8930
|
}] } });
|
|
8931
8931
|
|
|
8932
8932
|
/**
|
|
8933
|
-
* Custom component messages override default component messages
|
|
8934
|
-
*
|
|
8933
|
+
* Custom component messages override default component messages.
|
|
8934
|
+
* @example
|
|
8935
|
+
* ```html
|
|
8936
|
+
* <kendo-sankey [data]="data">
|
|
8937
|
+
* <kendo-sankey-messages tooltipUnitFormat='kelvin'></kendo-sankey-messages>
|
|
8938
|
+
* </kendo-sankey>
|
|
8939
|
+
* ```
|
|
8935
8940
|
*/
|
|
8936
8941
|
class SankeyCustomMessagesComponent extends Messages {
|
|
8937
8942
|
constructor(service) {
|
|
@@ -8964,8 +8969,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
8964
8969
|
}], ctorParameters: function () { return [{ type: i4.LocalizationService }]; } });
|
|
8965
8970
|
|
|
8966
8971
|
/**
|
|
8967
|
-
* The configuration options of the Sankey
|
|
8968
|
-
* ([see example](
|
|
8972
|
+
* The configuration options of the Sankey nodes
|
|
8973
|
+
* ([see example](slug:slug:customization_sankey#toc-customizing-the-sankey-chart-elements)).
|
|
8969
8974
|
*/
|
|
8970
8975
|
class SankeyNodesComponent extends SettingsComponent {
|
|
8971
8976
|
constructor(configurationService) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-charts",
|
|
3
|
-
"version": "16.0.0-develop.
|
|
3
|
+
"version": "16.0.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",
|
|
@@ -47,18 +47,18 @@
|
|
|
47
47
|
"@angular/platform-browser": "15 - 17",
|
|
48
48
|
"@progress/kendo-drawing": "^1.19.0",
|
|
49
49
|
"@progress/kendo-licensing": "^1.0.2",
|
|
50
|
-
"@progress/kendo-angular-common": "16.0.0-develop.
|
|
51
|
-
"@progress/kendo-angular-intl": "16.0.0-develop.
|
|
52
|
-
"@progress/kendo-angular-icons": "16.0.0-develop.
|
|
53
|
-
"@progress/kendo-angular-l10n": "16.0.0-develop.
|
|
54
|
-
"@progress/kendo-angular-popup": "16.0.0-develop.
|
|
55
|
-
"@progress/kendo-angular-navigation": "16.0.0-develop.
|
|
50
|
+
"@progress/kendo-angular-common": "16.0.0-develop.12",
|
|
51
|
+
"@progress/kendo-angular-intl": "16.0.0-develop.12",
|
|
52
|
+
"@progress/kendo-angular-icons": "16.0.0-develop.12",
|
|
53
|
+
"@progress/kendo-angular-l10n": "16.0.0-develop.12",
|
|
54
|
+
"@progress/kendo-angular-popup": "16.0.0-develop.12",
|
|
55
|
+
"@progress/kendo-angular-navigation": "16.0.0-develop.12",
|
|
56
56
|
"hammerjs": "^2.0.0",
|
|
57
57
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"tslib": "^2.3.1",
|
|
61
|
-
"@progress/kendo-angular-schematics": "16.0.0-develop.
|
|
61
|
+
"@progress/kendo-angular-schematics": "16.0.0-develop.12",
|
|
62
62
|
"@progress/kendo-charts": "2.3.0",
|
|
63
63
|
"@progress/kendo-svg-icons": "^2.0.0"
|
|
64
64
|
},
|
|
@@ -8,8 +8,8 @@ import { SankeyLabelDefaults, SankeyOffset } from './api-types';
|
|
|
8
8
|
import { Border, Padding } from '../common/property-types';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
|
-
* The configuration options of the Sankey
|
|
12
|
-
* ([see example](
|
|
11
|
+
* The configuration options of the Sankey labels
|
|
12
|
+
* ([see example](slug:slug:customization_sankey#toc-customizing-the-sankey-chart-elements)).
|
|
13
13
|
*/
|
|
14
14
|
export declare class SankeyLabelsComponent extends SettingsComponent implements SankeyLabelDefaults {
|
|
15
15
|
configurationService: ConfigurationService;
|
|
@@ -7,8 +7,8 @@ import { SettingsComponent } from '../common/settings.component';
|
|
|
7
7
|
import { SankeyLinkDefaults, SankeyLinkHighlight } from './api-types';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
|
-
* The configuration options of the Sankey
|
|
11
|
-
* ([see example](
|
|
10
|
+
* The configuration options of the Sankey links
|
|
11
|
+
* ([see example](slug:slug:customization_sankey#toc-customizing-the-sankey-chart-elements)).
|
|
12
12
|
*/
|
|
13
13
|
export declare class SankeyLinksComponent extends SettingsComponent implements SankeyLinkDefaults {
|
|
14
14
|
configurationService: ConfigurationService;
|
|
@@ -6,8 +6,13 @@ import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
|
6
6
|
import { Messages } from './messages';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
9
|
-
* Custom component messages override default component messages
|
|
10
|
-
*
|
|
9
|
+
* Custom component messages override default component messages.
|
|
10
|
+
* @example
|
|
11
|
+
* ```html
|
|
12
|
+
* <kendo-sankey [data]="data">
|
|
13
|
+
* <kendo-sankey-messages tooltipUnitFormat='kelvin'></kendo-sankey-messages>
|
|
14
|
+
* </kendo-sankey>
|
|
15
|
+
* ```
|
|
11
16
|
*/
|
|
12
17
|
export declare class SankeyCustomMessagesComponent extends Messages {
|
|
13
18
|
protected service: LocalizationService;
|
|
@@ -7,8 +7,8 @@ import { SettingsComponent } from '../common/settings.component';
|
|
|
7
7
|
import { SankeyNodeDefaults, SankeyOffset } from './api-types';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
|
-
* The configuration options of the Sankey
|
|
11
|
-
* ([see example](
|
|
10
|
+
* The configuration options of the Sankey nodes
|
|
11
|
+
* ([see example](slug:slug:customization_sankey#toc-customizing-the-sankey-chart-elements)).
|
|
12
12
|
*/
|
|
13
13
|
export declare class SankeyNodesComponent extends SettingsComponent implements SankeyNodeDefaults {
|
|
14
14
|
configurationService: ConfigurationService;
|