@progress/kendo-angular-gauges 5.0.1-dev.202211170748 → 11.0.0-develop.79

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 (181) hide show
  1. package/LICENSE.md +11 -11
  2. package/NOTICE.txt +3 -3
  3. package/arc-gauge/arc-center-template.directive.d.ts +1 -1
  4. package/arc-gauge/arc-gauge.component.d.ts +1 -1
  5. package/arc-gauge/arc-gauge.directives.d.ts +1 -1
  6. package/arc-gauge/arc-gauge.module.d.ts +1 -1
  7. package/arc-gauge/color.component.d.ts +1 -1
  8. package/arc-gauge/colors.component.d.ts +1 -1
  9. package/arc-gauge/gauge-area.component.d.ts +1 -1
  10. package/arc-gauge/labels.component.d.ts +1 -1
  11. package/arc-gauge/scale.component.d.ts +1 -1
  12. package/base-components/collection-item.component.d.ts +1 -1
  13. package/base-components/collection.component.d.ts +1 -1
  14. package/base-components/gauge-area.component.d.ts +1 -1
  15. package/base-components/gauge.component.d.ts +1 -1
  16. package/base-components/labels.component.d.ts +1 -1
  17. package/base-components/range.component.d.ts +1 -1
  18. package/base-components/scale.component.d.ts +1 -1
  19. package/base-components/settings.component.d.ts +1 -1
  20. package/base-components.d.ts +1 -1
  21. package/circular-gauge/center-template.directive.d.ts +1 -1
  22. package/circular-gauge/circular-gauge.component.d.ts +1 -1
  23. package/circular-gauge/circular-gauge.directives.d.ts +1 -1
  24. package/circular-gauge/circular-gauge.module.d.ts +1 -1
  25. package/circular-gauge/gauge-area.component.d.ts +1 -1
  26. package/circular-gauge/labels.component.d.ts +1 -1
  27. package/circular-gauge/scale.component.d.ts +1 -1
  28. package/{esm2015/arc-gauge/arc-center-template.directive.js → esm2020/arc-gauge/arc-center-template.directive.mjs} +5 -5
  29. package/{esm2015/arc-gauge/arc-gauge.component.js → esm2020/arc-gauge/arc-gauge.component.mjs} +9 -9
  30. package/{esm2015/arc-gauge/arc-gauge.directives.js → esm2020/arc-gauge/arc-gauge.directives.mjs} +1 -1
  31. package/{esm2015/arc-gauge/arc-gauge.module.js → esm2020/arc-gauge/arc-gauge.module.mjs} +5 -5
  32. package/{esm2015/arc-gauge/color.component.js → esm2020/arc-gauge/color.component.mjs} +5 -5
  33. package/{esm2015/arc-gauge/colors.component.js → esm2020/arc-gauge/colors.component.mjs} +6 -6
  34. package/{esm2015/arc-gauge/gauge-area.component.js → esm2020/arc-gauge/gauge-area.component.mjs} +5 -4
  35. package/{esm2015/arc-gauge/labels.component.js → esm2020/arc-gauge/labels.component.mjs} +5 -4
  36. package/{esm2015/arc-gauge/scale.component.js → esm2020/arc-gauge/scale.component.mjs} +5 -4
  37. package/{esm2015/base-components/collection-item.component.js → esm2020/base-components/collection-item.component.mjs} +5 -4
  38. package/{esm2015/base-components/collection.component.js → esm2020/base-components/collection.component.mjs} +5 -4
  39. package/{esm2015/base-components/gauge-area.component.js → esm2020/base-components/gauge-area.component.mjs} +4 -4
  40. package/{esm2015/base-components/gauge.component.js → esm2020/base-components/gauge.component.mjs} +8 -5
  41. package/{esm2015/base-components/labels.component.js → esm2020/base-components/labels.component.mjs} +4 -4
  42. package/{esm2015/base-components/range.component.js → esm2020/base-components/range.component.mjs} +4 -4
  43. package/{esm2015/base-components/scale.component.js → esm2020/base-components/scale.component.mjs} +4 -4
  44. package/{esm2015/base-components/settings.component.js → esm2020/base-components/settings.component.mjs} +5 -4
  45. package/{esm2015/base-components.js → esm2020/base-components.mjs} +1 -1
  46. package/{esm2015/circular-gauge/center-template.directive.js → esm2020/circular-gauge/center-template.directive.mjs} +5 -5
  47. package/{esm2015/circular-gauge/circular-gauge.component.js → esm2020/circular-gauge/circular-gauge.component.mjs} +4 -4
  48. package/{esm2015/circular-gauge/circular-gauge.directives.js → esm2020/circular-gauge/circular-gauge.directives.mjs} +1 -1
  49. package/{esm2015/circular-gauge/circular-gauge.module.js → esm2020/circular-gauge/circular-gauge.module.mjs} +5 -5
  50. package/{esm2015/circular-gauge/gauge-area.component.js → esm2020/circular-gauge/gauge-area.component.mjs} +4 -4
  51. package/{esm2015/circular-gauge/labels.component.js → esm2020/circular-gauge/labels.component.mjs} +4 -4
  52. package/{esm2015/circular-gauge/scale.component.js → esm2020/circular-gauge/scale.component.mjs} +4 -4
  53. package/{esm2015/gauges.module.js → esm2020/gauges.module.mjs} +5 -5
  54. package/{esm2015/main.js → esm2020/index.mjs} +1 -1
  55. package/{esm2015/linear-gauge/gauge-area.component.js → esm2020/linear-gauge/gauge-area.component.mjs} +5 -4
  56. package/{esm2015/linear-gauge/labels.component.js → esm2020/linear-gauge/labels.component.mjs} +5 -4
  57. package/{esm2015/linear-gauge/linear-gauge.component.js → esm2020/linear-gauge/linear-gauge.component.mjs} +7 -6
  58. package/{esm2015/linear-gauge/linear-gauge.directives.js → esm2020/linear-gauge/linear-gauge.directives.mjs} +1 -1
  59. package/{esm2015/linear-gauge/linear-gauge.module.js → esm2020/linear-gauge/linear-gauge.module.mjs} +5 -5
  60. package/{esm2015/linear-gauge/pointer.component.js → esm2020/linear-gauge/pointer.component.mjs} +5 -5
  61. package/{esm2015/linear-gauge/pointers.component.js → esm2020/linear-gauge/pointers.component.mjs} +6 -6
  62. package/{esm2015/linear-gauge/range.component.js → esm2020/linear-gauge/range.component.mjs} +5 -5
  63. package/{esm2015/linear-gauge/ranges.component.js → esm2020/linear-gauge/ranges.component.mjs} +6 -6
  64. package/{esm2015/linear-gauge/scale.component.js → esm2020/linear-gauge/scale.component.mjs} +5 -4
  65. package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +3 -3
  66. package/{esm2015/kendo-angular-gauges.js → esm2020/progress-kendo-angular-gauges.mjs} +2 -2
  67. package/{esm2015/radial-gauge/gauge-area.component.js → esm2020/radial-gauge/gauge-area.component.mjs} +5 -4
  68. package/{esm2015/radial-gauge/labels.component.js → esm2020/radial-gauge/labels.component.mjs} +5 -4
  69. package/{esm2015/radial-gauge/pointer.component.js → esm2020/radial-gauge/pointer.component.mjs} +5 -5
  70. package/{esm2015/radial-gauge/pointers.component.js → esm2020/radial-gauge/pointers.component.mjs} +6 -6
  71. package/{esm2015/radial-gauge/radial-gauge.component.js → esm2020/radial-gauge/radial-gauge.component.mjs} +7 -6
  72. package/{esm2015/radial-gauge/radial-gauge.directives.js → esm2020/radial-gauge/radial-gauge.directives.mjs} +1 -1
  73. package/{esm2015/radial-gauge/radial-gauge.module.js → esm2020/radial-gauge/radial-gauge.module.mjs} +5 -5
  74. package/{esm2015/radial-gauge/range.component.js → esm2020/radial-gauge/range.component.mjs} +5 -5
  75. package/{esm2015/radial-gauge/ranges.component.js → esm2020/radial-gauge/ranges.component.mjs} +6 -6
  76. package/{esm2015/radial-gauge/scale.component.js → esm2020/radial-gauge/scale.component.mjs} +5 -4
  77. package/{esm2015/services/collection-changes.service.js → esm2020/services/collection-changes.service.mjs} +4 -4
  78. package/{esm2015/services/configuration.service.js → esm2020/services/configuration.service.mjs} +6 -6
  79. package/{esm2015/services/theme.service.js → esm2020/services/theme.service.mjs} +4 -4
  80. package/{esm2015/services.js → esm2020/services.mjs} +1 -1
  81. package/{esm2015/shared.module.js → esm2020/shared.module.mjs} +5 -5
  82. package/{esm2015/types/cap.interface.js → esm2020/types/arc-scale.interface.mjs} +1 -1
  83. package/{esm2015/types/border.interface.js → esm2020/types/border.interface.mjs} +1 -1
  84. package/{esm2015/types.js → esm2020/types/cap.interface.mjs} +1 -1
  85. package/esm2020/types/circular-gauge-scale.interface.mjs +5 -0
  86. package/esm2020/types/color-range.interface.mjs +5 -0
  87. package/esm2020/types/dash-type.interface.mjs +5 -0
  88. package/esm2020/types/gauge-area.interface.mjs +5 -0
  89. package/esm2020/types/labels.interface.mjs +5 -0
  90. package/esm2020/types/line-cap.mjs +5 -0
  91. package/esm2020/types/line.interface.mjs +5 -0
  92. package/esm2020/types/linear-pointer-shape.mjs +5 -0
  93. package/esm2020/types/linear-pointer.interface.mjs +5 -0
  94. package/esm2020/types/linear-scale.interface.mjs +5 -0
  95. package/esm2020/types/margin.interface.mjs +5 -0
  96. package/esm2020/types/padding.interface.mjs +5 -0
  97. package/esm2020/types/radial-label-position.mjs +5 -0
  98. package/esm2020/types/radial-labels.interface.mjs +5 -0
  99. package/esm2020/types/radial-pointer.interface.mjs +5 -0
  100. package/esm2020/types/radial-scale.interface.mjs +5 -0
  101. package/esm2020/types/range.interface.mjs +5 -0
  102. package/esm2020/types/scale.interface.mjs +5 -0
  103. package/esm2020/types/ticks.interface.mjs +5 -0
  104. package/{esm2015/types/arc-scale.interface.js → esm2020/types.mjs} +1 -1
  105. package/fesm2015/progress-kendo-angular-gauges.mjs +1927 -0
  106. package/{fesm2015/kendo-angular-gauges.js → fesm2020/progress-kendo-angular-gauges.mjs} +149 -150
  107. package/gauges.module.d.ts +1 -1
  108. package/{main.d.ts → index.d.ts} +1 -1
  109. package/linear-gauge/gauge-area.component.d.ts +1 -1
  110. package/linear-gauge/labels.component.d.ts +1 -1
  111. package/linear-gauge/linear-gauge.component.d.ts +1 -1
  112. package/linear-gauge/linear-gauge.directives.d.ts +1 -1
  113. package/linear-gauge/linear-gauge.module.d.ts +1 -1
  114. package/linear-gauge/pointer.component.d.ts +1 -1
  115. package/linear-gauge/pointers.component.d.ts +1 -1
  116. package/linear-gauge/range.component.d.ts +1 -1
  117. package/linear-gauge/ranges.component.d.ts +1 -1
  118. package/linear-gauge/scale.component.d.ts +1 -1
  119. package/package-metadata.d.ts +1 -1
  120. package/package.json +29 -55
  121. package/{kendo-angular-gauges.d.ts → progress-kendo-angular-gauges.d.ts} +2 -2
  122. package/radial-gauge/gauge-area.component.d.ts +1 -1
  123. package/radial-gauge/labels.component.d.ts +1 -1
  124. package/radial-gauge/pointer.component.d.ts +1 -1
  125. package/radial-gauge/pointers.component.d.ts +1 -1
  126. package/radial-gauge/radial-gauge.component.d.ts +1 -1
  127. package/radial-gauge/radial-gauge.directives.d.ts +1 -1
  128. package/radial-gauge/radial-gauge.module.d.ts +1 -1
  129. package/radial-gauge/range.component.d.ts +1 -1
  130. package/radial-gauge/ranges.component.d.ts +1 -1
  131. package/radial-gauge/scale.component.d.ts +1 -1
  132. package/schematics/ngAdd/index.js +1 -5
  133. package/services/collection-changes.service.d.ts +1 -1
  134. package/services/configuration.service.d.ts +1 -1
  135. package/services/theme.service.d.ts +1 -1
  136. package/services.d.ts +1 -1
  137. package/shared.module.d.ts +1 -1
  138. package/types/arc-scale.interface.d.ts +1 -1
  139. package/types/border.interface.d.ts +1 -1
  140. package/types/cap.interface.d.ts +1 -1
  141. package/types/circular-gauge-scale.interface.d.ts +1 -1
  142. package/types/color-range.interface.d.ts +1 -1
  143. package/types/dash-type.interface.d.ts +1 -1
  144. package/types/gauge-area.interface.d.ts +1 -1
  145. package/types/labels.interface.d.ts +1 -1
  146. package/types/line-cap.d.ts +1 -1
  147. package/types/line.interface.d.ts +1 -1
  148. package/types/linear-pointer-shape.d.ts +1 -1
  149. package/types/linear-pointer.interface.d.ts +1 -1
  150. package/types/linear-scale.interface.d.ts +1 -1
  151. package/types/margin.interface.d.ts +1 -1
  152. package/types/padding.interface.d.ts +1 -1
  153. package/types/radial-label-position.d.ts +1 -1
  154. package/types/radial-labels.interface.d.ts +1 -1
  155. package/types/radial-pointer.interface.d.ts +1 -1
  156. package/types/radial-scale.interface.d.ts +1 -1
  157. package/types/range.interface.d.ts +1 -1
  158. package/types/scale.interface.d.ts +1 -1
  159. package/types/ticks.interface.d.ts +1 -1
  160. package/types.d.ts +1 -1
  161. package/bundles/kendo-angular-gauges.umd.js +0 -5
  162. package/esm2015/types/circular-gauge-scale.interface.js +0 -5
  163. package/esm2015/types/color-range.interface.js +0 -5
  164. package/esm2015/types/dash-type.interface.js +0 -5
  165. package/esm2015/types/gauge-area.interface.js +0 -5
  166. package/esm2015/types/labels.interface.js +0 -5
  167. package/esm2015/types/line-cap.js +0 -5
  168. package/esm2015/types/line.interface.js +0 -5
  169. package/esm2015/types/linear-pointer-shape.js +0 -5
  170. package/esm2015/types/linear-pointer.interface.js +0 -5
  171. package/esm2015/types/linear-scale.interface.js +0 -5
  172. package/esm2015/types/margin.interface.js +0 -5
  173. package/esm2015/types/padding.interface.js +0 -5
  174. package/esm2015/types/radial-label-position.js +0 -5
  175. package/esm2015/types/radial-labels.interface.js +0 -5
  176. package/esm2015/types/radial-pointer.interface.js +0 -5
  177. package/esm2015/types/radial-scale.interface.js +0 -5
  178. package/esm2015/types/range.interface.js +0 -5
  179. package/esm2015/types/scale.interface.js +0 -5
  180. package/esm2015/types/ticks.interface.js +0 -5
  181. package/schematics/ngAdd/index.js.map +0 -1
@@ -1,10 +1,13 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { HostBinding, Input, ViewChild, Directive } from '@angular/core';
5
+ import { HostBinding, NgZone, Input, ViewChild, ElementRef, Renderer2, Directive } from '@angular/core';
6
+ import { ConfigurationService, ThemeService } from '../services';
7
+ import { IntlService } from '@progress/kendo-angular-intl';
6
8
  import { exportSVG, exportImage } from '@progress/kendo-drawing';
7
9
  import { ResizeSensorComponent } from '@progress/kendo-angular-common';
10
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
8
11
  import { validatePackage } from '@progress/kendo-licensing';
9
12
  import { packageMetadata } from '../package-metadata';
10
13
  import * as i0 from "@angular/core";
@@ -195,9 +198,9 @@ export class GaugeComponent {
195
198
  return Boolean(this.localizationService.rtl);
196
199
  }
197
200
  }
198
- GaugeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: GaugeComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.ThemeService }, { token: i2.IntlService }, { token: i3.LocalizationService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
199
- GaugeComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: GaugeComponent, inputs: { gaugeArea: "gaugeArea", renderAs: "renderAs", resizeRateLimit: "resizeRateLimit", scale: "scale", transitions: "transitions" }, host: { properties: { "class.k-gauge": "this.className" } }, viewQueries: [{ propertyName: "surfaceElement", first: true, predicate: ["surface"], descendants: true, static: true }, { propertyName: "resizeSensor", first: true, predicate: ResizeSensorComponent, descendants: true, static: true }], usesOnChanges: true, ngImport: i0 });
200
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: GaugeComponent, decorators: [{
201
+ GaugeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GaugeComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.ThemeService }, { token: i2.IntlService }, { token: i3.LocalizationService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
202
+ GaugeComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: GaugeComponent, inputs: { gaugeArea: "gaugeArea", renderAs: "renderAs", resizeRateLimit: "resizeRateLimit", scale: "scale", transitions: "transitions" }, host: { properties: { "class.k-gauge": "this.className" } }, viewQueries: [{ propertyName: "surfaceElement", first: true, predicate: ["surface"], descendants: true, static: true }, { propertyName: "resizeSensor", first: true, predicate: ResizeSensorComponent, descendants: true, static: true }], usesOnChanges: true, ngImport: i0 });
203
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GaugeComponent, decorators: [{
201
204
  type: Directive
202
205
  }], ctorParameters: function () { return [{ type: i1.ConfigurationService }, { type: i1.ThemeService }, { type: i2.IntlService }, { type: i3.LocalizationService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }]; }, propDecorators: { gaugeArea: [{
203
206
  type: Input
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
5
  import { Directive, Input } from '@angular/core';
@@ -10,9 +10,9 @@ import * as i0 from "@angular/core";
10
10
  */
11
11
  export class LabelsComponent extends SettingsComponent {
12
12
  }
13
- LabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LabelsComponent, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
- LabelsComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: LabelsComponent, inputs: { background: "background", border: "border", color: "color", font: "font", format: "format", margin: "margin", padding: "padding", content: "content", visible: "visible" }, usesInheritance: true, ngImport: i0 });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LabelsComponent, decorators: [{
13
+ LabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LabelsComponent, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
+ LabelsComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: LabelsComponent, inputs: { background: "background", border: "border", color: "color", font: "font", format: "format", margin: "margin", padding: "padding", content: "content", visible: "visible" }, usesInheritance: true, ngImport: i0 });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LabelsComponent, decorators: [{
16
16
  type: Directive
17
17
  }], propDecorators: { background: [{
18
18
  type: Input
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
5
  import { Directive, Input } from '@angular/core';
@@ -10,9 +10,9 @@ import * as i0 from "@angular/core";
10
10
  */
11
11
  export class RangeComponent extends CollectionItemComponent {
12
12
  }
13
- RangeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RangeComponent, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
- RangeComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: RangeComponent, inputs: { from: "from", to: "to", opacity: "opacity", color: "color" }, usesInheritance: true, ngImport: i0 });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RangeComponent, decorators: [{
13
+ RangeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RangeComponent, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
+ RangeComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: RangeComponent, inputs: { from: "from", to: "to", opacity: "opacity", color: "color" }, usesInheritance: true, ngImport: i0 });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RangeComponent, decorators: [{
16
16
  type: Directive
17
17
  }], propDecorators: { from: [{
18
18
  type: Input
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
5
  import { Directive, Input } from '@angular/core';
@@ -10,9 +10,9 @@ import * as i0 from "@angular/core";
10
10
  */
11
11
  export class ScaleComponent extends SettingsComponent {
12
12
  }
13
- ScaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ScaleComponent, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
- ScaleComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: ScaleComponent, inputs: { labels: "labels", majorTicks: "majorTicks", minorTicks: "minorTicks", min: "min", max: "max", minorUnit: "minorUnit", majorUnit: "majorUnit", reverse: "reverse", rangeSize: "rangeSize", rangePlaceholderColor: "rangePlaceholderColor" }, usesInheritance: true, ngImport: i0 });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ScaleComponent, decorators: [{
13
+ ScaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ScaleComponent, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
+ ScaleComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: ScaleComponent, inputs: { labels: "labels", majorTicks: "majorTicks", minorTicks: "minorTicks", min: "min", max: "max", minorUnit: "minorUnit", majorUnit: "majorUnit", reverse: "reverse", rangeSize: "rangeSize", rangePlaceholderColor: "rangePlaceholderColor" }, usesInheritance: true, ngImport: i0 });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ScaleComponent, decorators: [{
16
16
  type: Directive
17
17
  }], propDecorators: { labels: [{
18
18
  type: Input
@@ -1,8 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
5
  import { Directive } from '@angular/core';
6
+ import { ConfigurationService } from '../services';
6
7
  import * as i0 from "@angular/core";
7
8
  import * as i1 from "../services";
8
9
  /**
@@ -20,8 +21,8 @@ export class SettingsComponent {
20
21
  this.configurationService.set(this.key, null);
21
22
  }
22
23
  }
23
- SettingsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SettingsComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
24
- SettingsComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: SettingsComponent, usesOnChanges: true, ngImport: i0 });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SettingsComponent, decorators: [{
24
+ SettingsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SettingsComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
25
+ SettingsComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: SettingsComponent, usesOnChanges: true, ngImport: i0 });
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SettingsComponent, decorators: [{
26
27
  type: Directive
27
28
  }], ctorParameters: function () { return [{ type: undefined }, { type: i1.ConfigurationService }]; } });
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
5
  export { CollectionComponent } from './base-components/collection.component';
@@ -1,8 +1,8 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { Directive, Optional } from '@angular/core';
5
+ import { Directive, TemplateRef, Optional } from '@angular/core';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
8
  * A directive that selects a [template](link:site.data.urls.angular['templatesyntax'])
@@ -35,9 +35,9 @@ export class CircularGaugeCenterTemplateDirective {
35
35
  this.templateRef = templateRef;
36
36
  }
37
37
  }
38
- CircularGaugeCenterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CircularGaugeCenterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
39
- CircularGaugeCenterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: CircularGaugeCenterTemplateDirective, selector: "[kendoCircularGaugeCenterTemplate]", ngImport: i0 });
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CircularGaugeCenterTemplateDirective, decorators: [{
38
+ CircularGaugeCenterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CircularGaugeCenterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
39
+ CircularGaugeCenterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: CircularGaugeCenterTemplateDirective, selector: "[kendoCircularGaugeCenterTemplate]", ngImport: i0 });
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CircularGaugeCenterTemplateDirective, decorators: [{
41
41
  type: Directive,
42
42
  args: [{
43
43
  selector: '[kendoCircularGaugeCenterTemplate]'
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
5
  import { ChangeDetectionStrategy, Component, ContentChild, Input } from '@angular/core';
@@ -40,8 +40,8 @@ export class CircularGaugeComponent extends ArcGaugeComponent {
40
40
  this.updateElements();
41
41
  }
42
42
  }
43
- CircularGaugeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CircularGaugeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
44
- CircularGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: CircularGaugeComponent, selector: "kendo-circulargauge", inputs: { scale: "scale" }, providers: [
43
+ CircularGaugeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CircularGaugeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
44
+ CircularGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: CircularGaugeComponent, selector: "kendo-circulargauge", inputs: { scale: "scale" }, providers: [
45
45
  ConfigurationService,
46
46
  LocalizationService,
47
47
  {
@@ -55,7 +55,7 @@ CircularGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
55
55
  </div>
56
56
  <kendo-resize-sensor (resize)="onResize($event)" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
57
57
  `, isInline: true, components: [{ type: i1.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CircularGaugeComponent, decorators: [{
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CircularGaugeComponent, decorators: [{
59
59
  type: Component,
60
60
  args: [{
61
61
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
5
  export { CircularGaugeComponent } from './circular-gauge.component';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
5
  import { NgModule } from '@angular/core';
@@ -42,8 +42,8 @@ const DIRECTIVES = [
42
42
  */
43
43
  export class CircularGaugeModule {
44
44
  }
45
- CircularGaugeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CircularGaugeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
46
- CircularGaugeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CircularGaugeModule, declarations: [CircularGaugeComponent,
45
+ CircularGaugeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CircularGaugeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
46
+ CircularGaugeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CircularGaugeModule, declarations: [CircularGaugeComponent,
47
47
  CircularGaugeCenterTemplateDirective,
48
48
  CircularGaugeAreaComponent,
49
49
  CircularGaugeScaleComponent,
@@ -52,8 +52,8 @@ CircularGaugeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", ver
52
52
  CircularGaugeAreaComponent,
53
53
  CircularGaugeScaleComponent,
54
54
  CircularGaugeLabelsComponent] });
55
- CircularGaugeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CircularGaugeModule, imports: [[SharedModule, CommonModule]] });
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CircularGaugeModule, decorators: [{
55
+ CircularGaugeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CircularGaugeModule, imports: [[SharedModule, CommonModule]] });
56
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CircularGaugeModule, decorators: [{
57
57
  type: NgModule,
58
58
  args: [{
59
59
  declarations: [DIRECTIVES],
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
5
  import { Component } from '@angular/core';
@@ -11,9 +11,9 @@ import * as i0 from "@angular/core";
11
11
  */
12
12
  export class CircularGaugeAreaComponent extends ArcGaugeAreaComponent {
13
13
  }
14
- CircularGaugeAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CircularGaugeAreaComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
15
- CircularGaugeAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: CircularGaugeAreaComponent, selector: "kendo-circulargauge-area", usesInheritance: true, ngImport: i0, template: '', isInline: true });
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CircularGaugeAreaComponent, decorators: [{
14
+ CircularGaugeAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CircularGaugeAreaComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
15
+ CircularGaugeAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: CircularGaugeAreaComponent, selector: "kendo-circulargauge-area", usesInheritance: true, ngImport: i0, template: '', isInline: true });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CircularGaugeAreaComponent, decorators: [{
17
17
  type: Component,
18
18
  args: [{
19
19
  selector: 'kendo-circulargauge-area',
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
5
  import { Component } from '@angular/core';
@@ -10,9 +10,9 @@ import * as i0 from "@angular/core";
10
10
  */
11
11
  export class CircularGaugeLabelsComponent extends ArcLabelsComponent {
12
12
  }
13
- CircularGaugeLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CircularGaugeLabelsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
14
- CircularGaugeLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: CircularGaugeLabelsComponent, selector: "kendo-circulargauge-scale-labels", usesInheritance: true, ngImport: i0, template: '', isInline: true });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CircularGaugeLabelsComponent, decorators: [{
13
+ CircularGaugeLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CircularGaugeLabelsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
14
+ CircularGaugeLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: CircularGaugeLabelsComponent, selector: "kendo-circulargauge-scale-labels", usesInheritance: true, ngImport: i0, template: '', isInline: true });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CircularGaugeLabelsComponent, decorators: [{
16
16
  type: Component,
17
17
  args: [{
18
18
  selector: 'kendo-circulargauge-scale-labels',
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
5
  import { Component } from '@angular/core';
@@ -11,9 +11,9 @@ import * as i0 from "@angular/core";
11
11
  */
12
12
  export class CircularGaugeScaleComponent extends ArcScaleComponent {
13
13
  }
14
- CircularGaugeScaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CircularGaugeScaleComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
15
- CircularGaugeScaleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: CircularGaugeScaleComponent, selector: "kendo-circulargauge-scale", usesInheritance: true, ngImport: i0, template: '', isInline: true });
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CircularGaugeScaleComponent, decorators: [{
14
+ CircularGaugeScaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CircularGaugeScaleComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
15
+ CircularGaugeScaleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: CircularGaugeScaleComponent, selector: "kendo-circulargauge-scale", usesInheritance: true, ngImport: i0, template: '', isInline: true });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CircularGaugeScaleComponent, decorators: [{
17
17
  type: Component,
18
18
  args: [{
19
19
  selector: 'kendo-circulargauge-scale',
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
5
  import { NgModule } from '@angular/core';
@@ -33,10 +33,10 @@ import * as i0 from "@angular/core";
33
33
  */
34
34
  export class GaugesModule {
35
35
  }
36
- GaugesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: GaugesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
37
- GaugesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: GaugesModule, exports: [ArcGaugeModule, CircularGaugeModule, LinearGaugeModule, RadialGaugeModule] });
38
- GaugesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: GaugesModule, imports: [ArcGaugeModule, CircularGaugeModule, LinearGaugeModule, RadialGaugeModule] });
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: GaugesModule, decorators: [{
36
+ GaugesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GaugesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
37
+ GaugesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GaugesModule, exports: [ArcGaugeModule, CircularGaugeModule, LinearGaugeModule, RadialGaugeModule] });
38
+ GaugesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GaugesModule, imports: [ArcGaugeModule, CircularGaugeModule, LinearGaugeModule, RadialGaugeModule] });
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GaugesModule, decorators: [{
40
40
  type: NgModule,
41
41
  args: [{
42
42
  exports: [ArcGaugeModule, CircularGaugeModule, LinearGaugeModule, RadialGaugeModule]
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
5
  export { ArcGaugeModule } from './arc-gauge/arc-gauge.module';
@@ -1,9 +1,10 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
5
  import { Component } from '@angular/core';
6
6
  import { GaugeAreaComponent } from '../base-components';
7
+ import { ConfigurationService } from '../services';
7
8
  import * as i0 from "@angular/core";
8
9
  import * as i1 from "../services";
9
10
  /**
@@ -16,9 +17,9 @@ export class LinearGaugeAreaComponent extends GaugeAreaComponent {
16
17
  this.configurationService = configurationService;
17
18
  }
18
19
  }
19
- LinearGaugeAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearGaugeAreaComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- LinearGaugeAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: LinearGaugeAreaComponent, selector: "kendo-lineargauge-area", usesInheritance: true, ngImport: i0, template: '', isInline: true });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearGaugeAreaComponent, decorators: [{
20
+ LinearGaugeAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LinearGaugeAreaComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
+ LinearGaugeAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: LinearGaugeAreaComponent, selector: "kendo-lineargauge-area", usesInheritance: true, ngImport: i0, template: '', isInline: true });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LinearGaugeAreaComponent, decorators: [{
22
23
  type: Component,
23
24
  args: [{
24
25
  selector: 'kendo-lineargauge-area',
@@ -1,9 +1,10 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
5
  import { Component } from '@angular/core';
6
6
  import { LabelsComponent } from '../base-components';
7
+ import { ConfigurationService } from '../services';
7
8
  import * as i0 from "@angular/core";
8
9
  import * as i1 from "../services";
9
10
  /**
@@ -15,9 +16,9 @@ export class LinearLabelsComponent extends LabelsComponent {
15
16
  this.configurationService = configurationService;
16
17
  }
17
18
  }
18
- LinearLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
19
- LinearLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: LinearLabelsComponent, selector: "kendo-lineargauge-scale-labels", usesInheritance: true, ngImport: i0, template: '', isInline: true });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearLabelsComponent, decorators: [{
19
+ LinearLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LinearLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ LinearLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: LinearLabelsComponent, selector: "kendo-lineargauge-scale-labels", usesInheritance: true, ngImport: i0, template: '', isInline: true });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LinearLabelsComponent, decorators: [{
21
22
  type: Component,
22
23
  args: [{
23
24
  selector: 'kendo-lineargauge-scale-labels',
@@ -1,9 +1,10 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { Component, Input, ChangeDetectionStrategy } from '@angular/core';
6
- import { ConfigurationService } from '../services';
5
+ import { Component, NgZone, Input, ChangeDetectionStrategy, ElementRef, Renderer2 } from '@angular/core';
6
+ import { ConfigurationService, ThemeService } from '../services';
7
+ import { IntlService } from '@progress/kendo-angular-intl';
7
8
  import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
8
9
  import { GaugeComponent } from '../base-components';
9
10
  import { LinearGauge } from '@progress/kendo-charts';
@@ -40,8 +41,8 @@ export class LinearGaugeComponent extends GaugeComponent {
40
41
  this.instance = new LinearGauge(element, options, theme, context);
41
42
  }
42
43
  }
43
- LinearGaugeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearGaugeComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.ThemeService }, { token: i2.IntlService }, { token: i3.LocalizationService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
44
- LinearGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: LinearGaugeComponent, selector: "kendo-lineargauge", inputs: { pointer: "pointer", scale: "scale" }, providers: [
44
+ LinearGaugeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LinearGaugeComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.ThemeService }, { token: i2.IntlService }, { token: i3.LocalizationService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
45
+ LinearGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: LinearGaugeComponent, selector: "kendo-lineargauge", inputs: { pointer: "pointer", scale: "scale" }, providers: [
45
46
  ConfigurationService,
46
47
  LocalizationService,
47
48
  {
@@ -52,7 +53,7 @@ LinearGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
52
53
  <div #surface class='k-chart-surface'></div>
53
54
  <kendo-resize-sensor (resize)="onResize($event)" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
54
55
  `, isInline: true, components: [{ type: i4.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearGaugeComponent, decorators: [{
56
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LinearGaugeComponent, decorators: [{
56
57
  type: Component,
57
58
  args: [{
58
59
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
5
  export { LinearGaugeComponent } from './linear-gauge.component';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
5
  import { NgModule } from '@angular/core';
@@ -39,12 +39,12 @@ const DIRECTIVES = [LinearGaugeComponent, LinearGaugeAreaComponent, LinearScaleC
39
39
  */
40
40
  export class LinearGaugeModule {
41
41
  }
42
- LinearGaugeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearGaugeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
43
- LinearGaugeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearGaugeModule, declarations: [LinearGaugeComponent, LinearGaugeAreaComponent, LinearScaleComponent, LinearLabelsComponent,
42
+ LinearGaugeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LinearGaugeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
43
+ LinearGaugeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LinearGaugeModule, declarations: [LinearGaugeComponent, LinearGaugeAreaComponent, LinearScaleComponent, LinearLabelsComponent,
44
44
  LinearPointersComponent, LinearPointerComponent, LinearRangeComponent, LinearRangesComponent], imports: [SharedModule], exports: [LinearGaugeComponent, LinearGaugeAreaComponent, LinearScaleComponent, LinearLabelsComponent,
45
45
  LinearPointersComponent, LinearPointerComponent, LinearRangeComponent, LinearRangesComponent] });
46
- LinearGaugeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearGaugeModule, imports: [[SharedModule]] });
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearGaugeModule, decorators: [{
46
+ LinearGaugeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LinearGaugeModule, imports: [[SharedModule]] });
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LinearGaugeModule, decorators: [{
48
48
  type: NgModule,
49
49
  args: [{
50
50
  declarations: [DIRECTIVES],
@@ -1,9 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
5
  import { Input, Component } from '@angular/core';
6
- import { ConfigurationService } from '../services';
6
+ import { CollectionChangesService, ConfigurationService } from '../services';
7
7
  import { CollectionItemComponent } from '../base-components';
8
8
  import * as i0 from "@angular/core";
9
9
  import * as i1 from "../services";
@@ -15,9 +15,9 @@ export class LinearPointerComponent extends CollectionItemComponent {
15
15
  super(configurationService, collectionChangesService);
16
16
  }
17
17
  }
18
- LinearPointerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearPointerComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
19
- LinearPointerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: LinearPointerComponent, selector: "kendo-lineargauge-pointer", inputs: { border: "border", color: "color", margin: "margin", opacity: "opacity", shape: "shape", size: "size", value: "value" }, providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearPointerComponent, decorators: [{
18
+ LinearPointerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LinearPointerComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
19
+ LinearPointerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: LinearPointerComponent, selector: "kendo-lineargauge-pointer", inputs: { border: "border", color: "color", margin: "margin", opacity: "opacity", shape: "shape", size: "size", value: "value" }, providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LinearPointerComponent, decorators: [{
21
21
  type: Component,
22
22
  args: [{
23
23
  providers: [ConfigurationService],
@@ -1,11 +1,11 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { Component, ContentChildren } from '@angular/core';
5
+ import { Component, ContentChildren, QueryList } from '@angular/core';
6
6
  import { LinearPointerComponent } from './pointer.component';
7
7
  import { CollectionComponent } from '../base-components';
8
- import { CollectionChangesService } from '../services';
8
+ import { CollectionChangesService, ConfigurationService } from '../services';
9
9
  import * as i0 from "@angular/core";
10
10
  import * as i1 from "../services";
11
11
  /**
@@ -48,9 +48,9 @@ export class LinearPointersComponent extends CollectionComponent {
48
48
  super('pointer', configurationService, collectionChangesService);
49
49
  }
50
50
  }
51
- LinearPointersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearPointersComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
52
- LinearPointersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: LinearPointersComponent, selector: "kendo-lineargauge-pointers", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: LinearPointerComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearPointersComponent, decorators: [{
51
+ LinearPointersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LinearPointersComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
52
+ LinearPointersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: LinearPointersComponent, selector: "kendo-lineargauge-pointers", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: LinearPointerComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LinearPointersComponent, decorators: [{
54
54
  type: Component,
55
55
  args: [{
56
56
  providers: [CollectionChangesService],
@@ -1,9 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
5
  import { Component } from '@angular/core';
6
- import { ConfigurationService } from '../services';
6
+ import { CollectionChangesService, ConfigurationService } from '../services';
7
7
  import { RangeComponent } from '../base-components';
8
8
  import * as i0 from "@angular/core";
9
9
  import * as i1 from "../services";
@@ -15,9 +15,9 @@ export class LinearRangeComponent extends RangeComponent {
15
15
  super(configurationService, collectionChangesService);
16
16
  }
17
17
  }
18
- LinearRangeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearRangeComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
19
- LinearRangeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: LinearRangeComponent, selector: "kendo-lineargauge-scale-range", providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearRangeComponent, decorators: [{
18
+ LinearRangeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LinearRangeComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
19
+ LinearRangeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: LinearRangeComponent, selector: "kendo-lineargauge-scale-range", providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LinearRangeComponent, decorators: [{
21
21
  type: Component,
22
22
  args: [{
23
23
  providers: [ConfigurationService],
@@ -1,11 +1,11 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { Component, ContentChildren } from '@angular/core';
5
+ import { Component, ContentChildren, QueryList } from '@angular/core';
6
6
  import { CollectionComponent } from '../base-components';
7
7
  import { LinearRangeComponent } from './range.component';
8
- import { CollectionChangesService } from '../services';
8
+ import { CollectionChangesService, ConfigurationService } from '../services';
9
9
  import * as i0 from "@angular/core";
10
10
  import * as i1 from "../services";
11
11
  /**
@@ -53,9 +53,9 @@ export class LinearRangesComponent extends CollectionComponent {
53
53
  super('scale.ranges', configurationService, collectionChangesService);
54
54
  }
55
55
  }
56
- LinearRangesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearRangesComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
57
- LinearRangesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: LinearRangesComponent, selector: "kendo-lineargauge-scale-ranges", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: LinearRangeComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LinearRangesComponent, decorators: [{
56
+ LinearRangesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LinearRangesComponent, deps: [{ token: i1.ConfigurationService }, { token: i1.CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
57
+ LinearRangesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: LinearRangesComponent, selector: "kendo-lineargauge-scale-ranges", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: LinearRangeComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LinearRangesComponent, decorators: [{
59
59
  type: Component,
60
60
  args: [{
61
61
  providers: [CollectionChangesService],