@progress/kendo-angular-charts 5.4.0 → 6.0.1-dev.202202251354
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/LICENSE.md +1 -1
- package/NOTICE.txt +119 -79
- package/README.md +1 -1
- package/dist/cdn/js/kendo-angular-charts.js +2 -2
- package/dist/cdn/main.js +1 -1
- package/dist/es/chart/title.component.js +1 -1
- package/dist/es/chart.component.js +2 -2
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/stock-chart/navigator.component.js +1 -1
- package/dist/es2015/chart/title.component.d.ts +1 -1
- package/dist/es2015/chart/title.component.js +1 -1
- package/dist/es2015/chart.component.d.ts +2 -2
- package/dist/es2015/chart.component.js +2 -2
- package/dist/es2015/package-metadata.js +1 -1
- package/dist/es2015/stock-chart/navigator.component.d.ts +1 -1
- package/dist/es2015/stock-chart/navigator.component.js +1 -1
- package/dist/fesm2015/index.js +5 -5
- package/dist/fesm5/index.js +5 -5
- package/dist/npm/chart/title.component.js +1 -1
- package/dist/npm/chart.component.js +2 -2
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/stock-chart/navigator.component.js +1 -1
- package/dist/systemjs/kendo-angular-charts.js +1 -1
- package/package.json +7 -6
|
@@ -41,7 +41,7 @@ import { TitleComponentGenerated } from './title.component.generated';
|
|
|
41
41
|
* </kendo-chart-series>
|
|
42
42
|
* </kendo-chart>
|
|
43
43
|
* <br /><br />
|
|
44
|
-
* <button
|
|
44
|
+
* <button kendoButton (click)="isVisible=!isVisible">Toggle Legend</button>
|
|
45
45
|
* `
|
|
46
46
|
* })
|
|
47
47
|
* export class AppComponent {
|
|
@@ -45,8 +45,8 @@ function hasObservers(emitter) {
|
|
|
45
45
|
* _@Component({
|
|
46
46
|
* selector: 'my-app',
|
|
47
47
|
* template: `
|
|
48
|
-
* <button (click)="toggleLegend()">Toggle Legend</button>
|
|
49
|
-
* <button (click)="toggleSeries()">Toggle Series</button>
|
|
48
|
+
* <button kendoButton (click)="toggleLegend()">Toggle Legend</button>
|
|
49
|
+
* <button kendoButton (click)="toggleSeries()">Toggle Series</button>
|
|
50
50
|
* <kendo-chart>
|
|
51
51
|
* <kendo-chart-legend [visible]="legendVisible">
|
|
52
52
|
* </kendo-chart-legend>
|
|
@@ -9,7 +9,7 @@ export var packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-charts',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
12
|
+
publishDate: 1645797142,
|
|
13
13
|
version: '',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
15
15
|
};
|
|
@@ -42,7 +42,7 @@ import { SettingsComponent } from '../common/settings.component';
|
|
|
42
42
|
* </kendo-chart-navigator>
|
|
43
43
|
* </kendo-stockchart>
|
|
44
44
|
* <br /><br />
|
|
45
|
-
* <button
|
|
45
|
+
* <button kendoButton (click)="isVisible = !isVisible">Toggle Navigator</button>
|
|
46
46
|
* `
|
|
47
47
|
* })
|
|
48
48
|
* ```
|
|
@@ -39,7 +39,7 @@ import { TitleComponentGenerated } from './title.component.generated';
|
|
|
39
39
|
* </kendo-chart-series>
|
|
40
40
|
* </kendo-chart>
|
|
41
41
|
* <br /><br />
|
|
42
|
-
* <button
|
|
42
|
+
* <button kendoButton (click)="isVisible=!isVisible">Toggle Legend</button>
|
|
43
43
|
* `
|
|
44
44
|
* })
|
|
45
45
|
* export class AppComponent {
|
|
@@ -41,7 +41,7 @@ import { TitleComponentGenerated } from './title.component.generated';
|
|
|
41
41
|
* </kendo-chart-series>
|
|
42
42
|
* </kendo-chart>
|
|
43
43
|
* <br /><br />
|
|
44
|
-
* <button
|
|
44
|
+
* <button kendoButton (click)="isVisible=!isVisible">Toggle Legend</button>
|
|
45
45
|
* `
|
|
46
46
|
* })
|
|
47
47
|
* export class AppComponent {
|
|
@@ -37,8 +37,8 @@ import './chart-defaults';
|
|
|
37
37
|
* _@Component({
|
|
38
38
|
* selector: 'my-app',
|
|
39
39
|
* template: `
|
|
40
|
-
* <button (click)="toggleLegend()">Toggle Legend</button>
|
|
41
|
-
* <button (click)="toggleSeries()">Toggle Series</button>
|
|
40
|
+
* <button kendoButton (click)="toggleLegend()">Toggle Legend</button>
|
|
41
|
+
* <button kendoButton (click)="toggleSeries()">Toggle Series</button>
|
|
42
42
|
* <kendo-chart>
|
|
43
43
|
* <kendo-chart-legend [visible]="legendVisible">
|
|
44
44
|
* </kendo-chart-legend>
|
|
@@ -45,8 +45,8 @@ function hasObservers(emitter) {
|
|
|
45
45
|
* _@Component({
|
|
46
46
|
* selector: 'my-app',
|
|
47
47
|
* template: `
|
|
48
|
-
* <button (click)="toggleLegend()">Toggle Legend</button>
|
|
49
|
-
* <button (click)="toggleSeries()">Toggle Series</button>
|
|
48
|
+
* <button kendoButton (click)="toggleLegend()">Toggle Legend</button>
|
|
49
|
+
* <button kendoButton (click)="toggleSeries()">Toggle Series</button>
|
|
50
50
|
* <kendo-chart>
|
|
51
51
|
* <kendo-chart-legend [visible]="legendVisible">
|
|
52
52
|
* </kendo-chart-legend>
|
|
@@ -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:
|
|
12
|
+
publishDate: 1645797142,
|
|
13
13
|
version: '',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
15
15
|
};
|
|
@@ -41,7 +41,7 @@ import { Navigator, NavigatorHint, NavigatorSelect } from './option-types';
|
|
|
41
41
|
* </kendo-chart-navigator>
|
|
42
42
|
* </kendo-stockchart>
|
|
43
43
|
* <br /><br />
|
|
44
|
-
* <button
|
|
44
|
+
* <button kendoButton (click)="isVisible = !isVisible">Toggle Navigator</button>
|
|
45
45
|
* `
|
|
46
46
|
* })
|
|
47
47
|
* ```
|
|
@@ -42,7 +42,7 @@ import { SettingsComponent } from '../common/settings.component';
|
|
|
42
42
|
* </kendo-chart-navigator>
|
|
43
43
|
* </kendo-stockchart>
|
|
44
44
|
* <br /><br />
|
|
45
|
-
* <button
|
|
45
|
+
* <button kendoButton (click)="isVisible = !isVisible">Toggle Navigator</button>
|
|
46
46
|
* `
|
|
47
47
|
* })
|
|
48
48
|
* ```
|
package/dist/fesm2015/index.js
CHANGED
|
@@ -24,7 +24,7 @@ const packageMetadata = {
|
|
|
24
24
|
name: '@progress/kendo-angular-charts',
|
|
25
25
|
productName: 'Kendo UI for Angular',
|
|
26
26
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
27
|
-
publishDate:
|
|
27
|
+
publishDate: 1645797142,
|
|
28
28
|
version: '',
|
|
29
29
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
30
30
|
};
|
|
@@ -2670,8 +2670,8 @@ function hasObservers(emitter) {
|
|
|
2670
2670
|
* _@Component({
|
|
2671
2671
|
* selector: 'my-app',
|
|
2672
2672
|
* template: `
|
|
2673
|
-
* <button (click)="toggleLegend()">Toggle Legend</button>
|
|
2674
|
-
* <button (click)="toggleSeries()">Toggle Series</button>
|
|
2673
|
+
* <button kendoButton (click)="toggleLegend()">Toggle Legend</button>
|
|
2674
|
+
* <button kendoButton (click)="toggleSeries()">Toggle Series</button>
|
|
2675
2675
|
* <kendo-chart>
|
|
2676
2676
|
* <kendo-chart-legend [visible]="legendVisible">
|
|
2677
2677
|
* </kendo-chart-legend>
|
|
@@ -6590,7 +6590,7 @@ __decorate([
|
|
|
6590
6590
|
* </kendo-chart-series>
|
|
6591
6591
|
* </kendo-chart>
|
|
6592
6592
|
* <br /><br />
|
|
6593
|
-
* <button
|
|
6593
|
+
* <button kendoButton (click)="isVisible=!isVisible">Toggle Legend</button>
|
|
6594
6594
|
* `
|
|
6595
6595
|
* })
|
|
6596
6596
|
* export class AppComponent {
|
|
@@ -9113,7 +9113,7 @@ PrefixConfigurationService = __decorate([
|
|
|
9113
9113
|
* </kendo-chart-navigator>
|
|
9114
9114
|
* </kendo-stockchart>
|
|
9115
9115
|
* <br /><br />
|
|
9116
|
-
* <button
|
|
9116
|
+
* <button kendoButton (click)="isVisible = !isVisible">Toggle Navigator</button>
|
|
9117
9117
|
* `
|
|
9118
9118
|
* })
|
|
9119
9119
|
* ```
|
package/dist/fesm5/index.js
CHANGED
|
@@ -24,7 +24,7 @@ var packageMetadata = {
|
|
|
24
24
|
name: '@progress/kendo-angular-charts',
|
|
25
25
|
productName: 'Kendo UI for Angular',
|
|
26
26
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
27
|
-
publishDate:
|
|
27
|
+
publishDate: 1645797142,
|
|
28
28
|
version: '',
|
|
29
29
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
30
30
|
};
|
|
@@ -2766,8 +2766,8 @@ function hasObservers(emitter) {
|
|
|
2766
2766
|
* _@Component({
|
|
2767
2767
|
* selector: 'my-app',
|
|
2768
2768
|
* template: `
|
|
2769
|
-
* <button (click)="toggleLegend()">Toggle Legend</button>
|
|
2770
|
-
* <button (click)="toggleSeries()">Toggle Series</button>
|
|
2769
|
+
* <button kendoButton (click)="toggleLegend()">Toggle Legend</button>
|
|
2770
|
+
* <button kendoButton (click)="toggleSeries()">Toggle Series</button>
|
|
2771
2771
|
* <kendo-chart>
|
|
2772
2772
|
* <kendo-chart-legend [visible]="legendVisible">
|
|
2773
2773
|
* </kendo-chart-legend>
|
|
@@ -6973,7 +6973,7 @@ var TitleComponentGenerated = /** @class */ (function (_super) {
|
|
|
6973
6973
|
* </kendo-chart-series>
|
|
6974
6974
|
* </kendo-chart>
|
|
6975
6975
|
* <br /><br />
|
|
6976
|
-
* <button
|
|
6976
|
+
* <button kendoButton (click)="isVisible=!isVisible">Toggle Legend</button>
|
|
6977
6977
|
* `
|
|
6978
6978
|
* })
|
|
6979
6979
|
* export class AppComponent {
|
|
@@ -9685,7 +9685,7 @@ var PrefixConfigurationService = /** @class */ (function (_super) {
|
|
|
9685
9685
|
* </kendo-chart-navigator>
|
|
9686
9686
|
* </kendo-stockchart>
|
|
9687
9687
|
* <br /><br />
|
|
9688
|
-
* <button
|
|
9688
|
+
* <button kendoButton (click)="isVisible = !isVisible">Toggle Navigator</button>
|
|
9689
9689
|
* `
|
|
9690
9690
|
* })
|
|
9691
9691
|
* ```
|
|
@@ -43,7 +43,7 @@ var title_component_generated_1 = require("./title.component.generated");
|
|
|
43
43
|
* </kendo-chart-series>
|
|
44
44
|
* </kendo-chart>
|
|
45
45
|
* <br /><br />
|
|
46
|
-
* <button
|
|
46
|
+
* <button kendoButton (click)="isVisible=!isVisible">Toggle Legend</button>
|
|
47
47
|
* `
|
|
48
48
|
* })
|
|
49
49
|
* export class AppComponent {
|
|
@@ -47,8 +47,8 @@ function hasObservers(emitter) {
|
|
|
47
47
|
* _@Component({
|
|
48
48
|
* selector: 'my-app',
|
|
49
49
|
* template: `
|
|
50
|
-
* <button (click)="toggleLegend()">Toggle Legend</button>
|
|
51
|
-
* <button (click)="toggleSeries()">Toggle Series</button>
|
|
50
|
+
* <button kendoButton (click)="toggleLegend()">Toggle Legend</button>
|
|
51
|
+
* <button kendoButton (click)="toggleSeries()">Toggle Series</button>
|
|
52
52
|
* <kendo-chart>
|
|
53
53
|
* <kendo-chart-legend [visible]="legendVisible">
|
|
54
54
|
* </kendo-chart-legend>
|
|
@@ -11,7 +11,7 @@ exports.packageMetadata = {
|
|
|
11
11
|
name: '@progress/kendo-angular-charts',
|
|
12
12
|
productName: 'Kendo UI for Angular',
|
|
13
13
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
14
|
-
publishDate:
|
|
14
|
+
publishDate: 1645797142,
|
|
15
15
|
version: '',
|
|
16
16
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
17
17
|
};
|
|
@@ -44,7 +44,7 @@ var settings_component_1 = require("../common/settings.component");
|
|
|
44
44
|
* </kendo-chart-navigator>
|
|
45
45
|
* </kendo-stockchart>
|
|
46
46
|
* <br /><br />
|
|
47
|
-
* <button
|
|
47
|
+
* <button kendoButton (click)="isVisible = !isVisible">Toggle Navigator</button>
|
|
48
48
|
* `
|
|
49
49
|
* })
|
|
50
50
|
* ```
|