@progress/kendo-angular-charts 11.5.0-develop.3 → 11.5.0-develop.4

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.
@@ -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: 1680168184,
13
- version: '11.5.0-develop.3',
12
+ publishDate: 1680177223,
13
+ version: '11.5.0-develop.4',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -55,7 +55,7 @@ export class NavigatorComponent extends SettingsComponent {
55
55
  }
56
56
  }
57
57
  NavigatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
58
- NavigatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorComponent, selector: "kendo-chart-navigator", inputs: { visible: "visible", categoryAxis: "categoryAxis", hint: "hint", pane: "pane", select: "select", series: "series" }, providers: [{ provide: PREFIX, useValue: 'navigator' }, { provide: ConfigurationService, useClass: PrefixConfigurationService }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
58
+ NavigatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorComponent, selector: "kendo-chart-navigator", inputs: { position: "position", visible: "visible", categoryAxis: "categoryAxis", hint: "hint", pane: "pane", select: "select", series: "series" }, providers: [{ provide: PREFIX, useValue: 'navigator' }, { provide: ConfigurationService, useClass: PrefixConfigurationService }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
59
59
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorComponent, decorators: [{
60
60
  type: Component,
61
61
  args: [{
@@ -64,7 +64,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
64
64
  selector: 'kendo-chart-navigator',
65
65
  template: ''
66
66
  }]
67
- }], ctorParameters: function () { return [{ type: i1.ConfigurationService }]; }, propDecorators: { visible: [{
67
+ }], ctorParameters: function () { return [{ type: i1.ConfigurationService }]; }, propDecorators: { position: [{
68
+ type: Input
69
+ }], visible: [{
68
70
  type: Input
69
71
  }], categoryAxis: [{
70
72
  type: Input
@@ -1845,8 +1845,8 @@ const packageMetadata = {
1845
1845
  name: '@progress/kendo-angular-charts',
1846
1846
  productName: 'Kendo UI for Angular',
1847
1847
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
1848
- publishDate: 1680168184,
1849
- version: '11.5.0-develop.3',
1848
+ publishDate: 1680177223,
1849
+ version: '11.5.0-develop.4',
1850
1850
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
1851
1851
  };
1852
1852
 
@@ -7074,7 +7074,7 @@ class NavigatorComponent extends SettingsComponent {
7074
7074
  }
7075
7075
  }
7076
7076
  NavigatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
7077
- NavigatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorComponent, selector: "kendo-chart-navigator", inputs: { visible: "visible", categoryAxis: "categoryAxis", hint: "hint", pane: "pane", select: "select", series: "series" }, providers: [{ provide: PREFIX, useValue: 'navigator' }, { provide: ConfigurationService, useClass: PrefixConfigurationService }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
7077
+ NavigatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorComponent, selector: "kendo-chart-navigator", inputs: { position: "position", visible: "visible", categoryAxis: "categoryAxis", hint: "hint", pane: "pane", select: "select", series: "series" }, providers: [{ provide: PREFIX, useValue: 'navigator' }, { provide: ConfigurationService, useClass: PrefixConfigurationService }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
7078
7078
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorComponent, decorators: [{
7079
7079
  type: Component,
7080
7080
  args: [{
@@ -7083,7 +7083,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
7083
7083
  selector: 'kendo-chart-navigator',
7084
7084
  template: ''
7085
7085
  }]
7086
- }], ctorParameters: function () { return [{ type: ConfigurationService }]; }, propDecorators: { visible: [{
7086
+ }], ctorParameters: function () { return [{ type: ConfigurationService }]; }, propDecorators: { position: [{
7087
+ type: Input
7088
+ }], visible: [{
7087
7089
  type: Input
7088
7090
  }], categoryAxis: [{
7089
7091
  type: Input
@@ -2216,8 +2216,8 @@ const packageMetadata = {
2216
2216
  name: '@progress/kendo-angular-charts',
2217
2217
  productName: 'Kendo UI for Angular',
2218
2218
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
2219
- publishDate: 1680168184,
2220
- version: '11.5.0-develop.3',
2219
+ publishDate: 1680177223,
2220
+ version: '11.5.0-develop.4',
2221
2221
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
2222
2222
  };
2223
2223
 
@@ -7062,7 +7062,7 @@ class NavigatorComponent extends SettingsComponent {
7062
7062
  }
7063
7063
  }
7064
7064
  NavigatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
7065
- NavigatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorComponent, selector: "kendo-chart-navigator", inputs: { visible: "visible", categoryAxis: "categoryAxis", hint: "hint", pane: "pane", select: "select", series: "series" }, providers: [{ provide: PREFIX, useValue: 'navigator' }, { provide: ConfigurationService, useClass: PrefixConfigurationService }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
7065
+ NavigatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorComponent, selector: "kendo-chart-navigator", inputs: { position: "position", visible: "visible", categoryAxis: "categoryAxis", hint: "hint", pane: "pane", select: "select", series: "series" }, providers: [{ provide: PREFIX, useValue: 'navigator' }, { provide: ConfigurationService, useClass: PrefixConfigurationService }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
7066
7066
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorComponent, decorators: [{
7067
7067
  type: Component,
7068
7068
  args: [{
@@ -7071,7 +7071,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
7071
7071
  selector: 'kendo-chart-navigator',
7072
7072
  template: ''
7073
7073
  }]
7074
- }], ctorParameters: function () { return [{ type: ConfigurationService }]; }, propDecorators: { visible: [{
7074
+ }], ctorParameters: function () { return [{ type: ConfigurationService }]; }, propDecorators: { position: [{
7075
+ type: Input
7076
+ }], visible: [{
7075
7077
  type: Input
7076
7078
  }], categoryAxis: [{
7077
7079
  type: Input
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-charts",
3
- "version": "11.5.0-develop.3",
3
+ "version": "11.5.0-develop.4",
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",
@@ -46,17 +46,17 @@
46
46
  "@angular/platform-browser": "13 - 15",
47
47
  "@progress/kendo-drawing": "^1.17.2",
48
48
  "@progress/kendo-licensing": "^1.0.2",
49
- "@progress/kendo-angular-common": "11.5.0-develop.3",
50
- "@progress/kendo-angular-intl": "11.5.0-develop.3",
51
- "@progress/kendo-angular-l10n": "11.5.0-develop.3",
52
- "@progress/kendo-angular-popup": "11.5.0-develop.3",
49
+ "@progress/kendo-angular-common": "11.5.0-develop.4",
50
+ "@progress/kendo-angular-intl": "11.5.0-develop.4",
51
+ "@progress/kendo-angular-l10n": "11.5.0-develop.4",
52
+ "@progress/kendo-angular-popup": "11.5.0-develop.4",
53
53
  "hammerjs": "^2.0.0",
54
54
  "rxjs": "^6.5.3 || ^7.0.0"
55
55
  },
56
56
  "dependencies": {
57
57
  "tslib": "^2.3.1",
58
- "@progress/kendo-angular-schematics": "11.5.0-develop.3",
59
- "@progress/kendo-charts": "^1.27.0"
58
+ "@progress/kendo-angular-schematics": "11.5.0-develop.4",
59
+ "@progress/kendo-charts": "^1.28.0"
60
60
  },
61
61
  "schematics": "./schematics/collection.json",
62
62
  "module": "fesm2015/progress-kendo-angular-charts.mjs",
@@ -49,6 +49,7 @@ import * as i0 from "@angular/core";
49
49
  */
50
50
  export declare class NavigatorComponent extends SettingsComponent implements Navigator {
51
51
  configurationService: ConfigurationService;
52
+ position: 'top' | 'bottom';
52
53
  visible: boolean;
53
54
  categoryAxis: CategoryAxis;
54
55
  hint: NavigatorHint;
@@ -57,5 +58,5 @@ export declare class NavigatorComponent extends SettingsComponent implements Nav
57
58
  series: Series | Series[];
58
59
  constructor(configurationService: ConfigurationService);
59
60
  static ɵfac: i0.ɵɵFactoryDeclaration<NavigatorComponent, never>;
60
- static ɵcmp: i0.ɵɵComponentDeclaration<NavigatorComponent, "kendo-chart-navigator", never, { "visible": "visible"; "categoryAxis": "categoryAxis"; "hint": "hint"; "pane": "pane"; "select": "select"; "series": "series"; }, {}, never, never>;
61
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavigatorComponent, "kendo-chart-navigator", never, { "position": "position"; "visible": "visible"; "categoryAxis": "categoryAxis"; "hint": "hint"; "pane": "pane"; "select": "select"; "series": "series"; }, {}, never, never>;
61
62
  }
@@ -25,6 +25,11 @@ export interface Navigator {
25
25
  * The navigator pane configuration.
26
26
  */
27
27
  pane?: Pane;
28
+ /**
29
+ * The position of the navigator.
30
+ * By default, the navigator is positioned at the bottom.
31
+ */
32
+ position?: 'top' | 'bottom';
28
33
  /**
29
34
  * Specifies the initially selected range.
30
35
  * If no range is specified, the full range of values is shown.