@progress/kendo-angular-charts 7.0.0 → 7.1.0
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/api-types/series-point.interface.d.ts +8 -0
- package/argument-types/axis-label-content-args.interface.d.ts +39 -0
- package/argument-types/axis-note-content-args.interface.d.ts +21 -0
- package/argument-types/axis-note-visual-args.interface.d.ts +1 -1
- package/argument-types/error-bars-value-args.interface.d.ts +29 -0
- package/argument-types/series-labels-content-args.interface.d.ts +50 -0
- package/argument-types/series-note-content-args.interface.d.ts +29 -0
- package/bundles/kendo-angular-charts.umd.js +1 -1
- package/chart/axis-defaults/labels.component.d.ts +2 -2
- package/chart/category-axis-item/labels.component.d.ts +2 -2
- package/chart/category-axis-item/notes.label.component.d.ts +2 -2
- package/chart/series-defaults/labels.component.d.ts +2 -2
- package/chart/series-defaults/labels.from.component.d.ts +2 -2
- package/chart/series-defaults/labels.to.component.d.ts +2 -2
- package/chart/series-defaults/notes.label.component.d.ts +2 -2
- package/chart/series-item/labels.component.d.ts +4 -5
- package/chart/series-item/labels.from.component.d.ts +2 -2
- package/chart/series-item/labels.to.component.d.ts +2 -2
- package/chart/series-item/notes.label.component.d.ts +2 -2
- package/chart/value-axis-item/labels.component.d.ts +2 -2
- package/chart/value-axis-item/notes.label.component.d.ts +2 -2
- package/chart/x-axis-item/labels.component.d.ts +2 -2
- package/chart/x-axis-item/notes.label.component.d.ts +2 -2
- package/chart/y-axis-item/labels.component.d.ts +2 -2
- package/chart/y-axis-item/notes.label.component.d.ts +2 -2
- package/chart-options.interface.d.ts +113 -0
- package/chart.component.d.ts +2 -85
- package/common/events.d.ts +1 -0
- package/common/property-types.d.ts +6 -0
- package/esm2015/argument-types/axis-label-content-args.interface.js +5 -0
- package/esm2015/argument-types/axis-note-content-args.interface.js +5 -0
- package/esm2015/argument-types/error-bars-value-args.interface.js +5 -0
- package/esm2015/argument-types/series-labels-content-args.interface.js +5 -0
- package/esm2015/argument-types/series-note-content-args.interface.js +5 -0
- package/esm2015/chart-options.interface.js +5 -0
- package/esm2015/common/events.js +1 -0
- package/esm2015/field-types/series-labels-alignment.js +5 -0
- package/esm2015/package-metadata.js +1 -1
- package/esm2015/stock-chart/option-types/navigator/hint-content-args.interface.js +5 -0
- package/fesm2015/kendo-angular-charts.js +2 -2
- package/field-types/auto-base-unit-steps.interface.d.ts +1 -0
- package/field-types/border.interface.d.ts +4 -0
- package/field-types/series-labels-alignment.d.ts +21 -0
- package/main.d.ts +1 -0
- package/option-types/axis-defaults/labels.interface.d.ts +2 -10
- package/option-types/category-axis-item/labels.interface.d.ts +2 -12
- package/option-types/category-axis-item/notes.label.interface.d.ts +2 -3
- package/option-types/series-defaults/labels.from.interface.d.ts +3 -16
- package/option-types/series-defaults/labels.interface.d.ts +2 -15
- package/option-types/series-defaults/labels.to.interface.d.ts +3 -16
- package/option-types/series-defaults/notes.label.interface.d.ts +2 -3
- package/option-types/series-item/error-bars.interface.d.ts +2 -2
- package/option-types/series-item/labels.from.interface.d.ts +3 -17
- package/option-types/series-item/labels.interface.d.ts +4 -30
- package/option-types/series-item/labels.to.interface.d.ts +2 -15
- package/option-types/series-item/notes.label.interface.d.ts +2 -3
- package/option-types/value-axis-item/labels.interface.d.ts +2 -2
- package/option-types/value-axis-item/notes.label.interface.d.ts +2 -3
- package/option-types/x-axis-item/labels.interface.d.ts +2 -9
- package/option-types/x-axis-item/notes.label.interface.d.ts +2 -2
- package/option-types/y-axis-item/labels.interface.d.ts +2 -9
- package/option-types/y-axis-item/notes.label.interface.d.ts +2 -3
- package/package.json +1 -1
- package/stock-chart/navigator/hint.component.d.ts +2 -2
- package/stock-chart/option-types/navigator/hint-content-args.interface.d.ts +17 -0
- package/stock-chart/option-types/navigator/hint.interface.d.ts +2 -1
- package/stock-chart/option-types.d.ts +1 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ConfigurationService } from '../../common/configuration.service';
|
|
6
6
|
import { SettingsComponent } from '../../common/settings.component';
|
|
7
|
-
import { NavigatorHint } from '../option-types';
|
|
7
|
+
import { NavigatorHint, NavigatorHintContentArgs } from '../option-types';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* The default options of the navigator hint
|
|
@@ -12,7 +12,7 @@ import * as i0 from "@angular/core";
|
|
|
12
12
|
*/
|
|
13
13
|
export declare class NavigatorHintComponent extends SettingsComponent implements NavigatorHint {
|
|
14
14
|
configurationService: ConfigurationService;
|
|
15
|
-
content: (e:
|
|
15
|
+
content: (e: NavigatorHintContentArgs) => string;
|
|
16
16
|
format: string;
|
|
17
17
|
visible: boolean;
|
|
18
18
|
constructor(configurationService: ConfigurationService);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
/**
|
|
6
|
+
* The navigator hint content function arguments.
|
|
7
|
+
*/
|
|
8
|
+
export interface NavigatorHintContentArgs {
|
|
9
|
+
/**
|
|
10
|
+
* The lower boundary of the selected range.
|
|
11
|
+
*/
|
|
12
|
+
from?: Date;
|
|
13
|
+
/**
|
|
14
|
+
* The upper boundary of the selected range.
|
|
15
|
+
*/
|
|
16
|
+
to?: Date;
|
|
17
|
+
}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { NavigatorHintContentArgs } from './hint-content-args.interface';
|
|
5
6
|
/**
|
|
6
7
|
* The `navigator.hint` options.
|
|
7
8
|
*/
|
|
@@ -14,7 +15,7 @@ export interface NavigatorHint {
|
|
|
14
15
|
* - `from`—The lower boundary of the selected range.
|
|
15
16
|
* - `to`—The upper boundary of the selected range.
|
|
16
17
|
*/
|
|
17
|
-
content?: (e:
|
|
18
|
+
content?: (e: NavigatorHintContentArgs) => string;
|
|
18
19
|
/**
|
|
19
20
|
* The format of the hint.
|
|
20
21
|
*/
|
|
@@ -4,4 +4,5 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
export { Navigator } from './option-types/navigator.interface';
|
|
6
6
|
export { NavigatorHint } from './option-types/navigator/hint.interface';
|
|
7
|
+
export { NavigatorHintContentArgs } from './option-types/navigator/hint-content-args.interface';
|
|
7
8
|
export { NavigatorSelect } from './option-types/navigator/select.interface';
|