@progress/kendo-angular-gauges 15.5.0 → 16.0.0-develop.10

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.
Files changed (86) hide show
  1. package/arc-gauge/arc-center-template.directive.d.ts +1 -1
  2. package/arc-gauge/arc-gauge.component.d.ts +1 -1
  3. package/arc-gauge/color.component.d.ts +1 -1
  4. package/arc-gauge/colors.component.d.ts +1 -1
  5. package/arc-gauge/gauge-area.component.d.ts +1 -1
  6. package/arc-gauge/labels.component.d.ts +1 -1
  7. package/arc-gauge/scale.component.d.ts +1 -1
  8. package/base-components/collection-item.component.d.ts +1 -1
  9. package/base-components/collection.component.d.ts +1 -1
  10. package/base-components/gauge-area.component.d.ts +5 -1
  11. package/base-components/gauge.component.d.ts +1 -1
  12. package/base-components/labels.component.d.ts +5 -1
  13. package/base-components/range.component.d.ts +1 -1
  14. package/base-components/scale.component.d.ts +5 -1
  15. package/base-components/settings.component.d.ts +1 -1
  16. package/circular-gauge/center-template.directive.d.ts +1 -1
  17. package/circular-gauge/circular-gauge.component.d.ts +1 -1
  18. package/circular-gauge/gauge-area.component.d.ts +1 -1
  19. package/circular-gauge/labels.component.d.ts +1 -1
  20. package/circular-gauge/scale.component.d.ts +1 -1
  21. package/esm2020/arc-gauge/arc-center-template.directive.mjs +3 -3
  22. package/esm2020/arc-gauge/arc-gauge.component.mjs +4 -4
  23. package/esm2020/arc-gauge/arc-gauge.module.mjs +4 -4
  24. package/esm2020/arc-gauge/color.component.mjs +3 -3
  25. package/esm2020/arc-gauge/colors.component.mjs +3 -3
  26. package/esm2020/arc-gauge/gauge-area.component.mjs +3 -3
  27. package/esm2020/arc-gauge/labels.component.mjs +3 -3
  28. package/esm2020/arc-gauge/scale.component.mjs +3 -3
  29. package/esm2020/base-components/collection-item.component.mjs +3 -3
  30. package/esm2020/base-components/collection.component.mjs +3 -3
  31. package/esm2020/base-components/gauge-area.component.mjs +14 -4
  32. package/esm2020/base-components/gauge.component.mjs +3 -3
  33. package/esm2020/base-components/labels.component.mjs +14 -4
  34. package/esm2020/base-components/range.component.mjs +3 -3
  35. package/esm2020/base-components/scale.component.mjs +14 -4
  36. package/esm2020/base-components/settings.component.mjs +3 -3
  37. package/esm2020/circular-gauge/center-template.directive.mjs +3 -3
  38. package/esm2020/circular-gauge/circular-gauge.component.mjs +4 -4
  39. package/esm2020/circular-gauge/circular-gauge.module.mjs +4 -4
  40. package/esm2020/circular-gauge/gauge-area.component.mjs +3 -3
  41. package/esm2020/circular-gauge/labels.component.mjs +3 -3
  42. package/esm2020/circular-gauge/scale.component.mjs +3 -3
  43. package/esm2020/gauges.module.mjs +4 -4
  44. package/esm2020/linear-gauge/gauge-area.component.mjs +3 -3
  45. package/esm2020/linear-gauge/labels.component.mjs +3 -3
  46. package/esm2020/linear-gauge/linear-gauge.component.mjs +4 -4
  47. package/esm2020/linear-gauge/linear-gauge.module.mjs +4 -4
  48. package/esm2020/linear-gauge/pointer.component.mjs +3 -3
  49. package/esm2020/linear-gauge/pointers.component.mjs +3 -3
  50. package/esm2020/linear-gauge/range.component.mjs +3 -3
  51. package/esm2020/linear-gauge/ranges.component.mjs +3 -3
  52. package/esm2020/linear-gauge/scale.component.mjs +3 -3
  53. package/esm2020/package-metadata.mjs +2 -2
  54. package/esm2020/radial-gauge/gauge-area.component.mjs +3 -3
  55. package/esm2020/radial-gauge/labels.component.mjs +3 -3
  56. package/esm2020/radial-gauge/pointer.component.mjs +3 -3
  57. package/esm2020/radial-gauge/pointers.component.mjs +3 -3
  58. package/esm2020/radial-gauge/radial-gauge.component.mjs +4 -4
  59. package/esm2020/radial-gauge/radial-gauge.module.mjs +4 -4
  60. package/esm2020/radial-gauge/range.component.mjs +3 -3
  61. package/esm2020/radial-gauge/ranges.component.mjs +3 -3
  62. package/esm2020/radial-gauge/scale.component.mjs +3 -3
  63. package/esm2020/services/collection-changes.service.mjs +3 -3
  64. package/esm2020/services/configuration.service.mjs +3 -3
  65. package/esm2020/services/theme.service.mjs +3 -3
  66. package/esm2020/shared.module.mjs +4 -4
  67. package/fesm2015/progress-kendo-angular-gauges.mjs +174 -150
  68. package/fesm2020/progress-kendo-angular-gauges.mjs +174 -150
  69. package/linear-gauge/gauge-area.component.d.ts +1 -1
  70. package/linear-gauge/labels.component.d.ts +1 -1
  71. package/linear-gauge/linear-gauge.component.d.ts +1 -1
  72. package/linear-gauge/pointer.component.d.ts +1 -1
  73. package/linear-gauge/pointers.component.d.ts +1 -1
  74. package/linear-gauge/range.component.d.ts +1 -1
  75. package/linear-gauge/ranges.component.d.ts +1 -1
  76. package/linear-gauge/scale.component.d.ts +1 -1
  77. package/package.json +12 -12
  78. package/radial-gauge/gauge-area.component.d.ts +1 -1
  79. package/radial-gauge/labels.component.d.ts +1 -1
  80. package/radial-gauge/pointer.component.d.ts +1 -1
  81. package/radial-gauge/pointers.component.d.ts +1 -1
  82. package/radial-gauge/radial-gauge.component.d.ts +1 -1
  83. package/radial-gauge/range.component.d.ts +1 -1
  84. package/radial-gauge/ranges.component.d.ts +1 -1
  85. package/radial-gauge/scale.component.d.ts +1 -1
  86. package/progress-kendo-angular-gauges.d.ts +0 -9
@@ -13,5 +13,5 @@ export declare class LinearGaugeAreaComponent extends GaugeAreaComponent {
13
13
  protected configurationService: ConfigurationService;
14
14
  constructor(configurationService: ConfigurationService);
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<LinearGaugeAreaComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<LinearGaugeAreaComponent, "kendo-lineargauge-area", never, {}, {}, never, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<LinearGaugeAreaComponent, "kendo-lineargauge-area", never, {}, {}, never, never, false, never>;
17
17
  }
@@ -12,5 +12,5 @@ export declare class LinearLabelsComponent extends LabelsComponent {
12
12
  protected configurationService: ConfigurationService;
13
13
  constructor(configurationService: ConfigurationService);
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<LinearLabelsComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<LinearLabelsComponent, "kendo-lineargauge-scale-labels", never, {}, {}, never, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<LinearLabelsComponent, "kendo-lineargauge-scale-labels", never, {}, {}, never, never, false, never>;
16
16
  }
@@ -41,5 +41,5 @@ export declare class LinearGaugeComponent extends GaugeComponent {
41
41
  constructor(configurationService: ConfigurationService, themeService: ThemeService, intlService: IntlService, localizationService: LocalizationService, element: ElementRef, renderer: Renderer2, ngZone: NgZone);
42
42
  protected createInstance(element: any, options: any, theme: any, context: any): void;
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<LinearGaugeComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<LinearGaugeComponent, "kendo-lineargauge", ["kendoLinearGauge"], { "pointer": "pointer"; "scale": "scale"; }, {}, never, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<LinearGaugeComponent, "kendo-lineargauge", ["kendoLinearGauge"], { "pointer": "pointer"; "scale": "scale"; }, {}, never, never, false, never>;
45
45
  }
@@ -19,5 +19,5 @@ export declare class LinearPointerComponent extends CollectionItemComponent impl
19
19
  value?: number;
20
20
  constructor(configurationService: ConfigurationService, collectionChangesService: CollectionChangesService);
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<LinearPointerComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<LinearPointerComponent, "kendo-lineargauge-pointer", never, { "border": "border"; "color": "color"; "margin": "margin"; "opacity": "opacity"; "shape": "shape"; "size": "size"; "value": "value"; }, {}, never, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<LinearPointerComponent, "kendo-lineargauge-pointer", never, { "border": "border"; "color": "color"; "margin": "margin"; "opacity": "opacity"; "shape": "shape"; "size": "size"; "value": "value"; }, {}, never, never, false, never>;
23
23
  }
@@ -45,5 +45,5 @@ export declare class LinearPointersComponent extends CollectionComponent {
45
45
  children: QueryList<CollectionItemComponent>;
46
46
  constructor(configurationService: ConfigurationService, collectionChangesService: CollectionChangesService);
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<LinearPointersComponent, never>;
48
- static ɵcmp: i0.ɵɵComponentDeclaration<LinearPointersComponent, "kendo-lineargauge-pointers", never, {}, {}, ["children"], never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<LinearPointersComponent, "kendo-lineargauge-pointers", never, {}, {}, ["children"], never, false, never>;
49
49
  }
@@ -11,5 +11,5 @@ import * as i0 from "@angular/core";
11
11
  export declare class LinearRangeComponent extends RangeComponent {
12
12
  constructor(configurationService: ConfigurationService, collectionChangesService: CollectionChangesService);
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<LinearRangeComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<LinearRangeComponent, "kendo-lineargauge-scale-range", never, {}, {}, never, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<LinearRangeComponent, "kendo-lineargauge-scale-range", never, {}, {}, never, never, false, never>;
15
15
  }
@@ -50,5 +50,5 @@ export declare class LinearRangesComponent extends CollectionComponent {
50
50
  children: QueryList<CollectionItemComponent>;
51
51
  constructor(configurationService: ConfigurationService, collectionChangesService: CollectionChangesService);
52
52
  static ɵfac: i0.ɵɵFactoryDeclaration<LinearRangesComponent, never>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<LinearRangesComponent, "kendo-lineargauge-scale-ranges", never, {}, {}, ["children"], never>;
53
+ static ɵcmp: i0.ɵɵComponentDeclaration<LinearRangesComponent, "kendo-lineargauge-scale-ranges", never, {}, {}, ["children"], never, false, never>;
54
54
  }
@@ -18,5 +18,5 @@ export declare class LinearScaleComponent extends ScaleComponent implements Line
18
18
  vertical?: boolean;
19
19
  constructor(configurationService: ConfigurationService);
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<LinearScaleComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<LinearScaleComponent, "kendo-lineargauge-scale", never, { "line": "line"; "ranges": "ranges"; "mirror": "mirror"; "vertical": "vertical"; }, {}, never, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<LinearScaleComponent, "kendo-lineargauge-scale", never, { "line": "line"; "ranges": "ranges"; "mirror": "mirror"; "vertical": "vertical"; }, {}, never, never, false, never>;
22
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-gauges",
3
- "version": "15.5.0",
3
+ "version": "16.0.0-develop.10",
4
4
  "description": "Kendo UI Angular Gauges",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -20,21 +20,21 @@
20
20
  "friendlyName": "Gauges"
21
21
  },
22
22
  "peerDependencies": {
23
- "@angular/animations": "13 - 17",
24
- "@angular/common": "13 - 17",
25
- "@angular/core": "13 - 17",
26
- "@angular/platform-browser": "13 - 17",
23
+ "@angular/animations": "15 - 17",
24
+ "@angular/common": "15 - 17",
25
+ "@angular/core": "15 - 17",
26
+ "@angular/platform-browser": "15 - 17",
27
27
  "@progress/kendo-drawing": "^1.19.0",
28
28
  "@progress/kendo-licensing": "^1.0.2",
29
- "@progress/kendo-angular-common": "15.5.0",
30
- "@progress/kendo-angular-intl": "15.5.0",
31
- "@progress/kendo-angular-l10n": "15.5.0",
29
+ "@progress/kendo-angular-common": "16.0.0-develop.10",
30
+ "@progress/kendo-angular-intl": "16.0.0-develop.10",
31
+ "@progress/kendo-angular-l10n": "16.0.0-develop.10",
32
32
  "rxjs": "^6.5.3 || ^7.0.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "tslib": "^2.3.1",
36
- "@progress/kendo-angular-schematics": "15.5.0",
37
- "@progress/kendo-charts": "2.2.0"
36
+ "@progress/kendo-angular-schematics": "16.0.0-develop.10",
37
+ "@progress/kendo-charts": "2.3.0"
38
38
  },
39
39
  "schematics": "./schematics/collection.json",
40
40
  "module": "fesm2015/progress-kendo-angular-gauges.mjs",
@@ -42,13 +42,13 @@
42
42
  "esm2020": "esm2020/progress-kendo-angular-gauges.mjs",
43
43
  "fesm2020": "fesm2020/progress-kendo-angular-gauges.mjs",
44
44
  "fesm2015": "fesm2015/progress-kendo-angular-gauges.mjs",
45
- "typings": "progress-kendo-angular-gauges.d.ts",
45
+ "typings": "index.d.ts",
46
46
  "exports": {
47
47
  "./package.json": {
48
48
  "default": "./package.json"
49
49
  },
50
50
  ".": {
51
- "types": "./progress-kendo-angular-gauges.d.ts",
51
+ "types": "./index.d.ts",
52
52
  "esm2020": "./esm2020/progress-kendo-angular-gauges.mjs",
53
53
  "es2020": "./fesm2020/progress-kendo-angular-gauges.mjs",
54
54
  "es2015": "./fesm2015/progress-kendo-angular-gauges.mjs",
@@ -13,5 +13,5 @@ export declare class RadialGaugeAreaComponent extends GaugeAreaComponent {
13
13
  protected configurationService: ConfigurationService;
14
14
  constructor(configurationService: ConfigurationService);
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<RadialGaugeAreaComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<RadialGaugeAreaComponent, "kendo-radialgauge-area", never, {}, {}, never, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadialGaugeAreaComponent, "kendo-radialgauge-area", never, {}, {}, never, never, false, never>;
17
17
  }
@@ -14,5 +14,5 @@ export declare class RadialLabelsComponent extends LabelsComponent implements Ra
14
14
  position: RadialLabelPosition;
15
15
  constructor(configurationService: ConfigurationService);
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<RadialLabelsComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<RadialLabelsComponent, "kendo-radialgauge-scale-labels", never, { "position": "position"; }, {}, never, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadialLabelsComponent, "kendo-radialgauge-scale-labels", never, { "position": "position"; }, {}, never, never, false, never>;
18
18
  }
@@ -16,5 +16,5 @@ export declare class RadialPointerComponent extends CollectionItemComponent impl
16
16
  value?: number;
17
17
  constructor(configurationService: ConfigurationService, collectionChangesService: CollectionChangesService);
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<RadialPointerComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<RadialPointerComponent, "kendo-radialgauge-pointer", never, { "cap": "cap"; "color": "color"; "length": "length"; "value": "value"; }, {}, never, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadialPointerComponent, "kendo-radialgauge-pointer", never, { "cap": "cap"; "color": "color"; "length": "length"; "value": "value"; }, {}, never, never, false, never>;
20
20
  }
@@ -45,5 +45,5 @@ export declare class RadialPointersComponent extends CollectionComponent {
45
45
  children: QueryList<CollectionItemComponent>;
46
46
  constructor(configurationService: ConfigurationService, collectionChangesService: CollectionChangesService);
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<RadialPointersComponent, never>;
48
- static ɵcmp: i0.ɵɵComponentDeclaration<RadialPointersComponent, "kendo-radialgauge-pointers", never, {}, {}, ["children"], never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadialPointersComponent, "kendo-radialgauge-pointers", never, {}, {}, ["children"], never, false, never>;
49
49
  }
@@ -41,5 +41,5 @@ export declare class RadialGaugeComponent extends GaugeComponent {
41
41
  constructor(configurationService: ConfigurationService, themeService: ThemeService, intlService: IntlService, localizationService: LocalizationService, element: ElementRef, renderer: Renderer2, ngZone: NgZone);
42
42
  protected createInstance(element: any, options: any, theme: any, context: any): void;
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<RadialGaugeComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<RadialGaugeComponent, "kendo-radialgauge", ["kendoRadialGauge"], { "pointer": "pointer"; "scale": "scale"; }, {}, never, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadialGaugeComponent, "kendo-radialgauge", ["kendoRadialGauge"], { "pointer": "pointer"; "scale": "scale"; }, {}, never, never, false, never>;
45
45
  }
@@ -11,5 +11,5 @@ import * as i0 from "@angular/core";
11
11
  export declare class RadialRangeComponent extends RangeComponent {
12
12
  constructor(configurationService: ConfigurationService, collectionChangesService: CollectionChangesService);
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<RadialRangeComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<RadialRangeComponent, "kendo-radialgauge-scale-range", never, {}, {}, never, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadialRangeComponent, "kendo-radialgauge-scale-range", never, {}, {}, never, never, false, never>;
15
15
  }
@@ -50,5 +50,5 @@ export declare class RadialRangesComponent extends CollectionComponent {
50
50
  children: QueryList<CollectionItemComponent>;
51
51
  constructor(configurationService: ConfigurationService, collectionChangesService: CollectionChangesService);
52
52
  static ɵfac: i0.ɵɵFactoryDeclaration<RadialRangesComponent, never>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<RadialRangesComponent, "kendo-radialgauge-scale-ranges", never, {}, {}, ["children"], never>;
53
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadialRangesComponent, "kendo-radialgauge-scale-ranges", never, {}, {}, ["children"], never, false, never>;
54
54
  }
@@ -19,5 +19,5 @@ export declare class RadialScaleComponent extends ScaleComponent implements Radi
19
19
  endAngle?: number;
20
20
  constructor(configurationService: ConfigurationService);
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<RadialScaleComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<RadialScaleComponent, "kendo-radialgauge-scale", never, { "labels": "labels"; "rangeDistance": "rangeDistance"; "ranges": "ranges"; "startAngle": "startAngle"; "endAngle": "endAngle"; }, {}, never, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadialScaleComponent, "kendo-radialgauge-scale", never, { "labels": "labels"; "rangeDistance": "rangeDistance"; "ranges": "ranges"; "startAngle": "startAngle"; "endAngle": "endAngle"; }, {}, never, never, false, never>;
23
23
  }
@@ -1,9 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * Generated bundle index. Do not edit.
7
- */
8
- /// <amd-module name="@progress/kendo-angular-gauges" />
9
- export * from './index';