@progress/kendo-angular-gauges 17.0.0-develop.9 → 17.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/arc-gauge/arc-gauge.component.d.ts +1 -1
  2. package/arc-gauge/color.component.d.ts +1 -1
  3. package/arc-gauge/scale.component.d.ts +1 -1
  4. package/base-components/gauge-area.component.d.ts +1 -1
  5. package/base-components/gauge.component.d.ts +1 -1
  6. package/base-components/labels.component.d.ts +1 -1
  7. package/base-components/range.component.d.ts +1 -1
  8. package/base-components/scale.component.d.ts +1 -1
  9. package/circular-gauge/circular-gauge.component.d.ts +1 -1
  10. package/{esm2020 → esm2022}/arc-gauge/arc-center-template.directive.mjs +4 -3
  11. package/{esm2020 → esm2022}/arc-gauge/arc-gauge.component.mjs +36 -13
  12. package/{esm2020 → esm2022}/arc-gauge/arc-gauge.module.mjs +4 -4
  13. package/{esm2020 → esm2022}/arc-gauge/color.component.mjs +7 -3
  14. package/{esm2020 → esm2022}/arc-gauge/colors.component.mjs +4 -3
  15. package/{esm2020 → esm2022}/arc-gauge/gauge-area.component.mjs +4 -3
  16. package/{esm2020 → esm2022}/arc-gauge/labels.component.mjs +4 -3
  17. package/{esm2020 → esm2022}/arc-gauge/scale.component.mjs +9 -3
  18. package/{esm2020 → esm2022}/base-components/collection-item.component.mjs +5 -3
  19. package/{esm2020 → esm2022}/base-components/collection.component.mjs +8 -3
  20. package/{esm2020 → esm2022}/base-components/gauge-area.component.mjs +25 -3
  21. package/{esm2020 → esm2022}/base-components/gauge.component.mjs +40 -11
  22. package/{esm2020 → esm2022}/base-components/labels.component.mjs +48 -3
  23. package/{esm2020 → esm2022}/base-components/range.component.mjs +19 -3
  24. package/{esm2020 → esm2022}/base-components/scale.component.mjs +15 -3
  25. package/{esm2020 → esm2022}/base-components/settings.component.mjs +5 -3
  26. package/{esm2020 → esm2022}/circular-gauge/center-template.directive.mjs +4 -3
  27. package/{esm2020 → esm2022}/circular-gauge/circular-gauge.component.mjs +16 -11
  28. package/{esm2020 → esm2022}/circular-gauge/circular-gauge.module.mjs +4 -4
  29. package/{esm2020 → esm2022}/circular-gauge/gauge-area.component.mjs +3 -3
  30. package/{esm2020 → esm2022}/circular-gauge/labels.component.mjs +3 -3
  31. package/{esm2020 → esm2022}/circular-gauge/scale.component.mjs +7 -3
  32. package/{esm2020 → esm2022}/gauges.module.mjs +4 -4
  33. package/{esm2020 → esm2022}/linear-gauge/gauge-area.component.mjs +4 -3
  34. package/{esm2020 → esm2022}/linear-gauge/labels.component.mjs +4 -3
  35. package/{esm2020 → esm2022}/linear-gauge/linear-gauge.component.mjs +19 -11
  36. package/{esm2020 → esm2022}/linear-gauge/linear-gauge.module.mjs +4 -4
  37. package/{esm2020 → esm2022}/linear-gauge/pointer.component.mjs +10 -3
  38. package/{esm2020 → esm2022}/linear-gauge/pointers.component.mjs +4 -3
  39. package/{esm2020 → esm2022}/linear-gauge/range.component.mjs +3 -3
  40. package/{esm2020 → esm2022}/linear-gauge/ranges.component.mjs +4 -3
  41. package/{esm2020 → esm2022}/linear-gauge/scale.component.mjs +8 -3
  42. package/{esm2020 → esm2022}/package-metadata.mjs +2 -2
  43. package/{esm2020 → esm2022}/radial-gauge/gauge-area.component.mjs +4 -3
  44. package/{esm2020 → esm2022}/radial-gauge/labels.component.mjs +5 -3
  45. package/{esm2020 → esm2022}/radial-gauge/pointer.component.mjs +7 -3
  46. package/{esm2020 → esm2022}/radial-gauge/pointers.component.mjs +4 -3
  47. package/{esm2020 → esm2022}/radial-gauge/radial-gauge.component.mjs +19 -11
  48. package/{esm2020 → esm2022}/radial-gauge/radial-gauge.module.mjs +4 -4
  49. package/{esm2020 → esm2022}/radial-gauge/range.component.mjs +3 -3
  50. package/{esm2020 → esm2022}/radial-gauge/ranges.component.mjs +4 -3
  51. package/{esm2020 → esm2022}/radial-gauge/scale.component.mjs +9 -3
  52. package/{esm2020 → esm2022}/services/collection-changes.service.mjs +4 -3
  53. package/{esm2020 → esm2022}/services/configuration.service.mjs +6 -6
  54. package/{esm2020 → esm2022}/services/theme.service.mjs +4 -3
  55. package/{fesm2020 → fesm2022}/progress-kendo-angular-gauges.mjs +413 -184
  56. package/linear-gauge/linear-gauge.component.d.ts +1 -1
  57. package/linear-gauge/pointer.component.d.ts +1 -1
  58. package/linear-gauge/scale.component.d.ts +1 -1
  59. package/package.json +15 -21
  60. package/radial-gauge/labels.component.d.ts +1 -1
  61. package/radial-gauge/pointer.component.d.ts +1 -1
  62. package/radial-gauge/radial-gauge.component.d.ts +1 -1
  63. package/radial-gauge/scale.component.d.ts +1 -1
  64. package/types/dash-type.interface.d.ts +1 -1
  65. package/types/line-cap.d.ts +1 -1
  66. package/types/linear-pointer-shape.d.ts +1 -1
  67. package/types/radial-label-position.d.ts +1 -1
  68. package/fesm2015/progress-kendo-angular-gauges.mjs +0 -2001
  69. /package/{esm2020 → esm2022}/arc-gauge/arc-gauge.directives.mjs +0 -0
  70. /package/{esm2020 → esm2022}/base-components.mjs +0 -0
  71. /package/{esm2020 → esm2022}/circular-gauge/circular-gauge.directives.mjs +0 -0
  72. /package/{esm2020 → esm2022}/directives.mjs +0 -0
  73. /package/{esm2020 → esm2022}/index.mjs +0 -0
  74. /package/{esm2020 → esm2022}/linear-gauge/linear-gauge.directives.mjs +0 -0
  75. /package/{esm2020 → esm2022}/progress-kendo-angular-gauges.mjs +0 -0
  76. /package/{esm2020 → esm2022}/radial-gauge/radial-gauge.directives.mjs +0 -0
  77. /package/{esm2020 → esm2022}/services.mjs +0 -0
  78. /package/{esm2020 → esm2022}/types/arc-scale.interface.mjs +0 -0
  79. /package/{esm2020 → esm2022}/types/border.interface.mjs +0 -0
  80. /package/{esm2020 → esm2022}/types/cap.interface.mjs +0 -0
  81. /package/{esm2020 → esm2022}/types/circular-gauge-scale.interface.mjs +0 -0
  82. /package/{esm2020 → esm2022}/types/color-range.interface.mjs +0 -0
  83. /package/{esm2020 → esm2022}/types/dash-type.interface.mjs +0 -0
  84. /package/{esm2020 → esm2022}/types/gauge-area.interface.mjs +0 -0
  85. /package/{esm2020 → esm2022}/types/labels.interface.mjs +0 -0
  86. /package/{esm2020 → esm2022}/types/line-cap.mjs +0 -0
  87. /package/{esm2020 → esm2022}/types/line.interface.mjs +0 -0
  88. /package/{esm2020 → esm2022}/types/linear-pointer-shape.mjs +0 -0
  89. /package/{esm2020 → esm2022}/types/linear-pointer.interface.mjs +0 -0
  90. /package/{esm2020 → esm2022}/types/linear-scale.interface.mjs +0 -0
  91. /package/{esm2020 → esm2022}/types/margin.interface.mjs +0 -0
  92. /package/{esm2020 → esm2022}/types/padding.interface.mjs +0 -0
  93. /package/{esm2020 → esm2022}/types/radial-label-position.mjs +0 -0
  94. /package/{esm2020 → esm2022}/types/radial-labels.interface.mjs +0 -0
  95. /package/{esm2020 → esm2022}/types/radial-pointer.interface.mjs +0 -0
  96. /package/{esm2020 → esm2022}/types/radial-scale.interface.mjs +0 -0
  97. /package/{esm2020 → esm2022}/types/range.interface.mjs +0 -0
  98. /package/{esm2020 → esm2022}/types/scale.interface.mjs +0 -0
  99. /package/{esm2020 → esm2022}/types/ticks.interface.mjs +0 -0
  100. /package/{esm2020 → esm2022}/types.mjs +0 -0
@@ -40,13 +40,14 @@ import { NgIf, NgTemplateOutlet } from '@angular/common';
40
40
  * ```
41
41
  */
42
42
  class ArcCenterTemplateDirective {
43
+ templateRef;
43
44
  constructor(templateRef) {
44
45
  this.templateRef = templateRef;
45
46
  }
47
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ArcCenterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
48
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: ArcCenterTemplateDirective, isStandalone: true, selector: "[kendoArcGaugeCenterTemplate]", ngImport: i0 });
46
49
  }
47
- ArcCenterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ArcCenterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
48
- ArcCenterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ArcCenterTemplateDirective, isStandalone: true, selector: "[kendoArcGaugeCenterTemplate]", ngImport: i0 });
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ArcCenterTemplateDirective, decorators: [{
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ArcCenterTemplateDirective, decorators: [{
50
51
  type: Directive,
51
52
  args: [{
52
53
  selector: '[kendoArcGaugeCenterTemplate]',
@@ -94,9 +95,9 @@ function diffPointerOptions(original, current) {
94
95
  * @hidden
95
96
  */
96
97
  class ConfigurationService {
97
- constructor() {
98
- this.options = {};
99
- }
98
+ options = {};
99
+ hasChanges;
100
+ valueChange;
100
101
  copyChanges(prefix, changes) {
101
102
  for (const propertyName in changes) {
102
103
  if (!changes.hasOwnProperty(propertyName)) {
@@ -142,10 +143,10 @@ class ConfigurationService {
142
143
  }
143
144
  return { key: key, options: options };
144
145
  }
146
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ConfigurationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
147
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ConfigurationService });
145
148
  }
146
- ConfigurationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ConfigurationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
147
- ConfigurationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ConfigurationService });
148
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ConfigurationService, decorators: [{
149
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ConfigurationService, decorators: [{
149
150
  type: Injectable
150
151
  }] });
151
152
 
@@ -153,10 +154,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
153
154
  * @hidden
154
155
  */
155
156
  class CollectionChangesService {
157
+ hasChanges;
158
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CollectionChangesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
159
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CollectionChangesService });
156
160
  }
157
- CollectionChangesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CollectionChangesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
158
- CollectionChangesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CollectionChangesService });
159
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CollectionChangesService, decorators: [{
161
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CollectionChangesService, decorators: [{
160
162
  type: Injectable
161
163
  }] });
162
164
 
@@ -169,6 +171,7 @@ const template = `
169
171
  * @hidden
170
172
  */
171
173
  class ThemeService {
174
+ options;
172
175
  read() {
173
176
  if (!this.options) {
174
177
  this.load();
@@ -216,10 +219,10 @@ class ThemeService {
216
219
  getColor(container, varName) {
217
220
  return window.getComputedStyle(container.querySelector(`.k-var--${varName}`)).backgroundColor;
218
221
  }
222
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
223
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ThemeService, providedIn: 'root' });
219
224
  }
220
- ThemeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
221
- ThemeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ThemeService, providedIn: 'root' });
222
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ThemeService, decorators: [{
225
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ThemeService, decorators: [{
223
226
  type: Injectable,
224
227
  args: [{
225
228
  providedIn: 'root'
@@ -230,6 +233,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
230
233
  * @hidden
231
234
  */
232
235
  class CollectionComponent {
236
+ key;
237
+ configurationService;
238
+ collectionChangesService;
239
+ children;
240
+ subscription;
233
241
  constructor(key, configurationService, collectionChangesService) {
234
242
  this.key = key;
235
243
  this.configurationService = configurationService;
@@ -251,10 +259,10 @@ class CollectionComponent {
251
259
  readItems() {
252
260
  return this.children.map(child => Object.assign({}, child.configurationService.read()));
253
261
  }
262
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CollectionComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
263
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: CollectionComponent, ngImport: i0 });
254
264
  }
255
- CollectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CollectionComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
256
- CollectionComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CollectionComponent, ngImport: i0 });
257
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CollectionComponent, decorators: [{
265
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CollectionComponent, decorators: [{
258
266
  type: Directive
259
267
  }], ctorParameters: function () { return [{ type: undefined }, { type: ConfigurationService }, { type: CollectionChangesService }]; } });
260
268
 
@@ -262,6 +270,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
262
270
  * @hidden
263
271
  */
264
272
  class CollectionItemComponent {
273
+ configurationService;
274
+ collectionChangesService;
265
275
  constructor(configurationService, collectionChangesService) {
266
276
  this.configurationService = configurationService;
267
277
  this.collectionChangesService = collectionChangesService;
@@ -270,10 +280,10 @@ class CollectionItemComponent {
270
280
  this.configurationService.copyChanges('', changes);
271
281
  this.collectionChangesService.hasChanges = true;
272
282
  }
283
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CollectionItemComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Directive });
284
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: CollectionItemComponent, usesOnChanges: true, ngImport: i0 });
273
285
  }
274
- CollectionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CollectionItemComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Directive });
275
- CollectionItemComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CollectionItemComponent, usesOnChanges: true, ngImport: i0 });
276
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CollectionItemComponent, decorators: [{
286
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CollectionItemComponent, decorators: [{
277
287
  type: Directive
278
288
  }], ctorParameters: function () { return [{ type: ConfigurationService }, { type: CollectionChangesService }]; } });
279
289
 
@@ -284,8 +294,8 @@ const packageMetadata = {
284
294
  name: '@progress/kendo-angular-gauges',
285
295
  productName: 'Kendo UI for Angular',
286
296
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
287
- publishDate: 1729174780,
288
- version: '17.0.0-develop.9',
297
+ publishDate: 1731414224,
298
+ version: '17.0.0',
289
299
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
290
300
  };
291
301
 
@@ -300,6 +310,43 @@ const inDocument = (element) => {
300
310
  * @hidden
301
311
  */
302
312
  class GaugeComponent {
313
+ configurationService;
314
+ themeService;
315
+ intlService;
316
+ localizationService;
317
+ element;
318
+ renderer;
319
+ ngZone;
320
+ /**
321
+ * Specifies options for the Gauge area.
322
+ */
323
+ gaugeArea;
324
+ /**
325
+ * Specifies the output type.
326
+ */
327
+ renderAs;
328
+ /**
329
+ * The maximum number of times the Gauge resizes per second.
330
+ * Defaults to `10`. To disable the automatic resizing, set `resizeRateLimit` to `0`.
331
+ */
332
+ resizeRateLimit = 10;
333
+ /**
334
+ * Specifies the scale options.
335
+ */
336
+ scale;
337
+ /**
338
+ * Specifies if the changes will be animated.
339
+ */
340
+ transitions;
341
+ surfaceElement;
342
+ resizeSensor;
343
+ className = true;
344
+ options;
345
+ theme = null;
346
+ instance;
347
+ subscriptions;
348
+ redrawTimeout;
349
+ rtl = false;
303
350
  constructor(configurationService, themeService, intlService, localizationService, element, renderer, ngZone) {
304
351
  this.configurationService = configurationService;
305
352
  this.themeService = themeService;
@@ -308,14 +355,6 @@ class GaugeComponent {
308
355
  this.element = element;
309
356
  this.renderer = renderer;
310
357
  this.ngZone = ngZone;
311
- /**
312
- * The maximum number of times the Gauge resizes per second.
313
- * Defaults to `10`. To disable the automatic resizing, set `resizeRateLimit` to `0`.
314
- */
315
- this.resizeRateLimit = 10;
316
- this.className = true;
317
- this.theme = null;
318
- this.rtl = false;
319
358
  validatePackage(packageMetadata);
320
359
  }
321
360
  ngOnInit() {
@@ -472,10 +511,10 @@ class GaugeComponent {
472
511
  get isRTL() {
473
512
  return Boolean(this.localizationService.rtl);
474
513
  }
514
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GaugeComponent, deps: [{ token: ConfigurationService }, { token: ThemeService }, { token: i2.IntlService }, { token: i3.LocalizationService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
515
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", 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 });
475
516
  }
476
- GaugeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GaugeComponent, deps: [{ token: ConfigurationService }, { token: ThemeService }, { token: i2.IntlService }, { token: i3.LocalizationService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
477
- GaugeComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", 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 });
478
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GaugeComponent, decorators: [{
517
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GaugeComponent, decorators: [{
479
518
  type: Directive
480
519
  }], ctorParameters: function () { return [{ type: ConfigurationService }, { type: ThemeService }, { type: i2.IntlService }, { type: i3.LocalizationService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }]; }, propDecorators: { gaugeArea: [{
481
520
  type: Input
@@ -502,6 +541,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
502
541
  * @hidden
503
542
  */
504
543
  class SettingsComponent {
544
+ key;
545
+ configurationService;
505
546
  constructor(key, configurationService) {
506
547
  this.key = key;
507
548
  this.configurationService = configurationService;
@@ -512,10 +553,10 @@ class SettingsComponent {
512
553
  ngOnDestroy() {
513
554
  this.configurationService.set(this.key, null);
514
555
  }
556
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SettingsComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
557
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: SettingsComponent, usesOnChanges: true, ngImport: i0 });
515
558
  }
516
- SettingsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SettingsComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
517
- SettingsComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: SettingsComponent, usesOnChanges: true, ngImport: i0 });
518
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SettingsComponent, decorators: [{
559
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SettingsComponent, decorators: [{
519
560
  type: Directive
520
561
  }], ctorParameters: function () { return [{ type: undefined }, { type: ConfigurationService }]; } });
521
562
 
@@ -523,6 +564,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
523
564
  * @hidden
524
565
  */
525
566
  class GaugeAreaComponent extends SettingsComponent {
567
+ key;
568
+ configurationService;
569
+ /**
570
+ * The background of the Gauge area. Accepts valid CSS color strings, including hex and rgb.
571
+ */
572
+ background;
573
+ /**
574
+ * The border of the Gauge area.
575
+ */
576
+ border;
577
+ /**
578
+ * The height of the Gauge area.
579
+ */
580
+ height;
581
+ /**
582
+ * The margin of the Gauge area.
583
+ */
584
+ margin;
585
+ /**
586
+ * The width of the Gauge area.
587
+ */
588
+ width;
526
589
  // due to NG error: The directive GaugeAreaComponent inherits its constructor from SettingsComponent, but the latter has a constructor parameter
527
590
  // that is not compatible with dependency injection. Either add an explicit constructor to ScaleComponent or change SettingsComponent's constructor
528
591
  // to use parameters that are valid for DI.(-992016)
@@ -531,10 +594,10 @@ class GaugeAreaComponent extends SettingsComponent {
531
594
  this.key = key;
532
595
  this.configurationService = configurationService;
533
596
  }
597
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GaugeAreaComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
598
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: GaugeAreaComponent, inputs: { background: "background", border: "border", height: "height", margin: "margin", width: "width" }, usesInheritance: true, ngImport: i0 });
534
599
  }
535
- GaugeAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GaugeAreaComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
536
- GaugeAreaComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GaugeAreaComponent, inputs: { background: "background", border: "border", height: "height", margin: "margin", width: "width" }, usesInheritance: true, ngImport: i0 });
537
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GaugeAreaComponent, decorators: [{
600
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GaugeAreaComponent, decorators: [{
538
601
  type: Directive
539
602
  }], ctorParameters: function () { return [{ type: undefined }, { type: ConfigurationService }]; }, propDecorators: { background: [{
540
603
  type: Input
@@ -552,6 +615,51 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
552
615
  * @hidden
553
616
  */
554
617
  class LabelsComponent extends SettingsComponent {
618
+ key;
619
+ configurationService;
620
+ /**
621
+ * The background of the labels.
622
+ * Accepts valid CSS color strings, including hex and rgb.
623
+ */
624
+ background;
625
+ /**
626
+ * The border of the labels.
627
+ */
628
+ border;
629
+ /**
630
+ * The color of the labels.
631
+ * Accepts valid CSS color strings, including hex and rgb.
632
+ */
633
+ color;
634
+ /**
635
+ * The font of the labels.
636
+ */
637
+ font;
638
+ /**
639
+ * The format that is used to display the labels.
640
+ * Uses the IntlService [`format`]({% slug api_intl_intlservice %}#toc-format) method.
641
+ */
642
+ format;
643
+ /**
644
+ * The margin of the labels.
645
+ */
646
+ margin;
647
+ /**
648
+ * The padding of the labels.
649
+ */
650
+ padding;
651
+ /**
652
+ * The function which returns the label content.
653
+ *
654
+ * The available fields in the function argument are:
655
+ *
656
+ * - `value`—The value of the label.
657
+ */
658
+ content;
659
+ /**
660
+ * The visibility of the labels.
661
+ */
662
+ visible;
555
663
  // due to NG error: The directive LabelsComponent inherits its constructor from SettingsComponent, but the latter has a constructor parameter
556
664
  // that is not compatible with dependency injection. Either add an explicit constructor to ScaleComponent or change SettingsComponent's constructor
557
665
  // to use parameters that are valid for DI.(-992016)
@@ -560,10 +668,10 @@ class LabelsComponent extends SettingsComponent {
560
668
  this.key = key;
561
669
  this.configurationService = configurationService;
562
670
  }
671
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LabelsComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
672
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", 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 });
563
673
  }
564
- LabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LabelsComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
565
- LabelsComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", 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 });
566
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LabelsComponent, decorators: [{
674
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LabelsComponent, decorators: [{
567
675
  type: Directive
568
676
  }], ctorParameters: function () { return [{ type: undefined }, { type: ConfigurationService }]; }, propDecorators: { background: [{
569
677
  type: Input
@@ -589,10 +697,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
589
697
  * @hidden
590
698
  */
591
699
  class RangeComponent extends CollectionItemComponent {
700
+ /**
701
+ * The start position of the range.
702
+ */
703
+ from;
704
+ /**
705
+ * The end position of the range.
706
+ */
707
+ to;
708
+ /**
709
+ * The range opacity.
710
+ */
711
+ opacity;
712
+ /**
713
+ * The color of the range. Accepts valid CSS color strings, including hex and rgb.
714
+ */
715
+ color;
716
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RangeComponent, deps: null, target: i0.ɵɵFactoryTarget.Directive });
717
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: RangeComponent, inputs: { from: "from", to: "to", opacity: "opacity", color: "color" }, usesInheritance: true, ngImport: i0 });
592
718
  }
593
- RangeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RangeComponent, deps: null, target: i0.ɵɵFactoryTarget.Directive });
594
- RangeComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: RangeComponent, inputs: { from: "from", to: "to", opacity: "opacity", color: "color" }, usesInheritance: true, ngImport: i0 });
595
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RangeComponent, decorators: [{
719
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RangeComponent, decorators: [{
596
720
  type: Directive
597
721
  }], propDecorators: { from: [{
598
722
  type: Input
@@ -608,6 +732,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
608
732
  * @hidden
609
733
  */
610
734
  class ScaleComponent extends SettingsComponent {
735
+ key;
736
+ configurationService;
737
+ labels;
738
+ majorTicks;
739
+ minorTicks;
740
+ min;
741
+ max;
742
+ minorUnit;
743
+ majorUnit;
744
+ reverse;
745
+ rangeSize;
746
+ rangePlaceholderColor;
611
747
  // due to NG error: The directive ScaleComponent inherits its constructor from SettingsComponent, but the latter has a constructor parameter
612
748
  // that is not compatible with dependency injection. Either add an explicit constructor to ScaleComponent or change SettingsComponent's constructor
613
749
  // to use parameters that are valid for DI.(-992016)
@@ -616,10 +752,10 @@ class ScaleComponent extends SettingsComponent {
616
752
  this.key = key;
617
753
  this.configurationService = configurationService;
618
754
  }
755
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ScaleComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
756
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", 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 });
619
757
  }
620
- ScaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ScaleComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
621
- ScaleComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", 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 });
622
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ScaleComponent, decorators: [{
758
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ScaleComponent, decorators: [{
623
759
  type: Directive
624
760
  }], ctorParameters: function () { return [{ type: undefined }, { type: ConfigurationService }]; }, propDecorators: { labels: [{
625
761
  type: Input
@@ -667,11 +803,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
667
803
  * ```
668
804
  */
669
805
  class ArcGaugeComponent extends GaugeComponent {
806
+ changeDetector;
807
+ /**
808
+ * The value of the gauge.
809
+ */
810
+ value;
811
+ /**
812
+ * The color of the value pointer. Accepts a valid CSS color string, including hex and rgb.
813
+ */
814
+ color;
815
+ /**
816
+ * The color ranges of the value pointer.
817
+ */
818
+ colors;
819
+ /**
820
+ * The opacity of the value pointer.
821
+ */
822
+ opacity;
823
+ /**
824
+ * The scale options of the ArcGauge.
825
+ */
826
+ scale;
827
+ centerTemplate;
828
+ labelElement;
829
+ className = true;
830
+ centerTemplateContext = {};
670
831
  constructor(changeDetector, configurationService, themeService, intlService, localizationService, element, renderer, ngZone) {
671
832
  super(configurationService, themeService, intlService, localizationService, element, renderer, ngZone);
672
833
  this.changeDetector = changeDetector;
673
- this.className = true;
674
- this.centerTemplateContext = {};
675
834
  }
676
835
  ngOnInit() {
677
836
  super.ngOnInit();
@@ -743,23 +902,23 @@ class ArcGaugeComponent extends GaugeComponent {
743
902
  }
744
903
  // eslint-disable-next-line @typescript-eslint/no-empty-function
745
904
  updateSize() { }
746
- }
747
- ArcGaugeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ArcGaugeComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: ConfigurationService }, { token: ThemeService }, { token: i2.IntlService }, { token: i3.LocalizationService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
748
- ArcGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ArcGaugeComponent, isStandalone: true, selector: "kendo-arcgauge", inputs: { value: "value", color: "color", colors: "colors", opacity: "opacity", scale: "scale" }, host: { properties: { "class.k-arcgauge": "this.className" } }, providers: [
749
- ConfigurationService,
750
- LocalizationService,
751
- {
752
- provide: L10N_PREFIX,
753
- useValue: 'kendo.arcgauge'
754
- }
755
- ], queries: [{ propertyName: "centerTemplate", first: true, predicate: ArcCenterTemplateDirective, descendants: true }], viewQueries: [{ propertyName: "labelElement", first: true, predicate: ["label"], descendants: true }], exportAs: ["kendoArcGauge"], usesInheritance: true, ngImport: i0, template: `
905
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ArcGaugeComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: ConfigurationService }, { token: ThemeService }, { token: i2.IntlService }, { token: i3.LocalizationService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
906
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ArcGaugeComponent, isStandalone: true, selector: "kendo-arcgauge", inputs: { value: "value", color: "color", colors: "colors", opacity: "opacity", scale: "scale" }, host: { properties: { "class.k-arcgauge": "this.className" } }, providers: [
907
+ ConfigurationService,
908
+ LocalizationService,
909
+ {
910
+ provide: L10N_PREFIX,
911
+ useValue: 'kendo.arcgauge'
912
+ }
913
+ ], queries: [{ propertyName: "centerTemplate", first: true, predicate: ArcCenterTemplateDirective, descendants: true }], viewQueries: [{ propertyName: "labelElement", first: true, predicate: ["label"], descendants: true }], exportAs: ["kendoArcGauge"], usesInheritance: true, ngImport: i0, template: `
756
914
  <div #surface class='k-chart-surface'></div>
757
915
  <div class="k-arcgauge-label" *ngIf="centerTemplate" #label>
758
916
  <ng-template [ngTemplateOutlet]="centerTemplate.templateRef" [ngTemplateOutletContext]="centerTemplateContext"></ng-template>
759
917
  </div>
760
918
  <kendo-resize-sensor (resize)="onResize($event)" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
761
919
  `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
762
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ArcGaugeComponent, decorators: [{
920
+ }
921
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ArcGaugeComponent, decorators: [{
763
922
  type: Component,
764
923
  args: [{
765
924
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -808,13 +967,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
808
967
  * The configuration options for an ArcGauge color item.
809
968
  */
810
969
  class ColorComponent extends CollectionItemComponent {
970
+ color;
971
+ opacity;
972
+ from;
973
+ to;
811
974
  constructor(configurationService, collectionChangesService) {
812
975
  super(configurationService, collectionChangesService);
813
976
  }
977
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ColorComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
978
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ColorComponent, isStandalone: true, selector: "kendo-arcgauge-color", inputs: { color: "color", opacity: "opacity", from: "from", to: "to" }, providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
814
979
  }
815
- ColorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColorComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
816
- ColorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColorComponent, isStandalone: true, selector: "kendo-arcgauge-color", inputs: { color: "color", opacity: "opacity", from: "from", to: "to" }, providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
817
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColorComponent, decorators: [{
980
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ColorComponent, decorators: [{
818
981
  type: Component,
819
982
  args: [{
820
983
  providers: [ConfigurationService],
@@ -875,13 +1038,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
875
1038
  * ```
876
1039
  */
877
1040
  class ColorsComponent extends CollectionComponent {
1041
+ children;
878
1042
  constructor(configurationService, collectionChangesService) {
879
1043
  super('colors', configurationService, collectionChangesService);
880
1044
  }
1045
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ColorsComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
1046
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ColorsComponent, isStandalone: true, selector: "kendo-arcgauge-colors", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: ColorComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
881
1047
  }
882
- ColorsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColorsComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
883
- ColorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColorsComponent, isStandalone: true, selector: "kendo-arcgauge-colors", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: ColorComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
884
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColorsComponent, decorators: [{
1048
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ColorsComponent, decorators: [{
885
1049
  type: Component,
886
1050
  args: [{
887
1051
  providers: [CollectionChangesService],
@@ -899,14 +1063,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
899
1063
  * Represents the entire visible area of the ArcGauge.
900
1064
  */
901
1065
  class ArcGaugeAreaComponent extends GaugeAreaComponent {
1066
+ configurationService;
902
1067
  constructor(configurationService) {
903
1068
  super('gaugeArea', configurationService);
904
1069
  this.configurationService = configurationService;
905
1070
  }
1071
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ArcGaugeAreaComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
1072
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ArcGaugeAreaComponent, isStandalone: true, selector: "kendo-arcgauge-area", usesInheritance: true, ngImport: i0, template: '', isInline: true });
906
1073
  }
907
- ArcGaugeAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ArcGaugeAreaComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
908
- ArcGaugeAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ArcGaugeAreaComponent, isStandalone: true, selector: "kendo-arcgauge-area", usesInheritance: true, ngImport: i0, template: '', isInline: true });
909
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ArcGaugeAreaComponent, decorators: [{
1074
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ArcGaugeAreaComponent, decorators: [{
910
1075
  type: Component,
911
1076
  args: [{
912
1077
  selector: 'kendo-arcgauge-area',
@@ -919,14 +1084,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
919
1084
  * The configuration options for the scale labels of the RadialGauge.
920
1085
  */
921
1086
  class RadialLabelsComponent extends LabelsComponent {
1087
+ configurationService;
1088
+ position;
922
1089
  constructor(configurationService) {
923
1090
  super('scale.labels', configurationService);
924
1091
  this.configurationService = configurationService;
925
1092
  }
1093
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialLabelsComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
1094
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: RadialLabelsComponent, isStandalone: true, selector: "kendo-radialgauge-scale-labels", inputs: { position: "position" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
926
1095
  }
927
- RadialLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RadialLabelsComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
928
- RadialLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RadialLabelsComponent, isStandalone: true, selector: "kendo-radialgauge-scale-labels", inputs: { position: "position" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
929
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RadialLabelsComponent, decorators: [{
1096
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialLabelsComponent, decorators: [{
930
1097
  type: Component,
931
1098
  args: [{
932
1099
  selector: 'kendo-radialgauge-scale-labels',
@@ -941,15 +1108,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
941
1108
  * The configuration options for the scale labels of the ArcGauge.
942
1109
  */
943
1110
  class ArcLabelsComponent extends RadialLabelsComponent {
1111
+ configurationService;
944
1112
  constructor(configurationService) {
945
1113
  super(configurationService);
946
1114
  this.configurationService = configurationService;
947
1115
  configurationService.set(`${this.key}.visible`, true);
948
1116
  }
1117
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ArcLabelsComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
1118
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ArcLabelsComponent, isStandalone: true, selector: "kendo-arcgauge-scale-labels", usesInheritance: true, ngImport: i0, template: '', isInline: true });
949
1119
  }
950
- ArcLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ArcLabelsComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
951
- ArcLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ArcLabelsComponent, isStandalone: true, selector: "kendo-arcgauge-scale-labels", usesInheritance: true, ngImport: i0, template: '', isInline: true });
952
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ArcLabelsComponent, decorators: [{
1120
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ArcLabelsComponent, decorators: [{
953
1121
  type: Component,
954
1122
  args: [{
955
1123
  selector: 'kendo-arcgauge-scale-labels',
@@ -963,14 +1131,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
963
1131
  * ([see example]({% slug scaleoptions_arcgauge %})).
964
1132
  */
965
1133
  class ArcScaleComponent extends ScaleComponent {
1134
+ configurationService;
1135
+ labels;
1136
+ rangeDistance;
1137
+ rangeLineCap;
1138
+ startAngle;
1139
+ endAngle;
966
1140
  constructor(configurationService) {
967
1141
  super('scale', configurationService);
968
1142
  this.configurationService = configurationService;
969
1143
  }
1144
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ArcScaleComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
1145
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ArcScaleComponent, isStandalone: true, selector: "kendo-arcgauge-scale", inputs: { labels: "labels", rangeDistance: "rangeDistance", rangeLineCap: "rangeLineCap", startAngle: "startAngle", endAngle: "endAngle" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
970
1146
  }
971
- ArcScaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ArcScaleComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
972
- ArcScaleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ArcScaleComponent, isStandalone: true, selector: "kendo-arcgauge-scale", inputs: { labels: "labels", rangeDistance: "rangeDistance", rangeLineCap: "rangeLineCap", startAngle: "startAngle", endAngle: "endAngle" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
973
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ArcScaleComponent, decorators: [{
1147
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ArcScaleComponent, decorators: [{
974
1148
  type: Component,
975
1149
  args: [{
976
1150
  selector: 'kendo-arcgauge-scale',
@@ -1016,13 +1190,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1016
1190
  * ```
1017
1191
  */
1018
1192
  class CircularGaugeCenterTemplateDirective {
1193
+ templateRef;
1019
1194
  constructor(templateRef) {
1020
1195
  this.templateRef = templateRef;
1021
1196
  }
1197
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CircularGaugeCenterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
1198
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: CircularGaugeCenterTemplateDirective, isStandalone: true, selector: "[kendoCircularGaugeCenterTemplate]", ngImport: i0 });
1022
1199
  }
1023
- CircularGaugeCenterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CircularGaugeCenterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
1024
- CircularGaugeCenterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CircularGaugeCenterTemplateDirective, isStandalone: true, selector: "[kendoCircularGaugeCenterTemplate]", ngImport: i0 });
1025
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CircularGaugeCenterTemplateDirective, decorators: [{
1200
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CircularGaugeCenterTemplateDirective, decorators: [{
1026
1201
  type: Directive,
1027
1202
  args: [{
1028
1203
  selector: '[kendoCircularGaugeCenterTemplate]',
@@ -1056,27 +1231,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1056
1231
  * ```
1057
1232
  */
1058
1233
  class CircularGaugeComponent extends ArcGaugeComponent {
1234
+ /**
1235
+ * The scale options of the gauge.
1236
+ */
1237
+ scale;
1238
+ centerTemplate;
1059
1239
  createInstance(element, options, theme, context) {
1060
1240
  this.instance = new CircularGauge(element, options, theme, context);
1061
1241
  this.updateElements();
1062
1242
  }
1063
- }
1064
- CircularGaugeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CircularGaugeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1065
- CircularGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CircularGaugeComponent, isStandalone: true, selector: "kendo-circulargauge", inputs: { scale: "scale" }, providers: [
1066
- ConfigurationService,
1067
- LocalizationService,
1068
- {
1069
- provide: L10N_PREFIX,
1070
- useValue: 'kendo.circulargauge'
1071
- }
1072
- ], queries: [{ propertyName: "centerTemplate", first: true, predicate: CircularGaugeCenterTemplateDirective, descendants: true }], exportAs: ["kendoCircularGauge"], usesInheritance: true, ngImport: i0, template: `
1243
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CircularGaugeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1244
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CircularGaugeComponent, isStandalone: true, selector: "kendo-circulargauge", inputs: { scale: "scale" }, providers: [
1245
+ ConfigurationService,
1246
+ LocalizationService,
1247
+ {
1248
+ provide: L10N_PREFIX,
1249
+ useValue: 'kendo.circulargauge'
1250
+ }
1251
+ ], queries: [{ propertyName: "centerTemplate", first: true, predicate: CircularGaugeCenterTemplateDirective, descendants: true }], exportAs: ["kendoCircularGauge"], usesInheritance: true, ngImport: i0, template: `
1073
1252
  <div #surface class='k-chart-surface'></div>
1074
1253
  <div class="k-arcgauge-label" *ngIf="centerTemplate" #label>
1075
1254
  <ng-template [ngTemplateOutlet]="centerTemplate.templateRef" [ngTemplateOutletContext]="centerTemplateContext"></ng-template>
1076
1255
  </div>
1077
1256
  <kendo-resize-sensor (resize)="onResize($event)" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
1078
1257
  `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1079
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CircularGaugeComponent, decorators: [{
1258
+ }
1259
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CircularGaugeComponent, decorators: [{
1080
1260
  type: Component,
1081
1261
  args: [{
1082
1262
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -1112,10 +1292,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1112
1292
  * Represents the entire visible area of the Circular Gauge.
1113
1293
  */
1114
1294
  class CircularGaugeAreaComponent extends ArcGaugeAreaComponent {
1295
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CircularGaugeAreaComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1296
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CircularGaugeAreaComponent, isStandalone: true, selector: "kendo-circulargauge-area", usesInheritance: true, ngImport: i0, template: '', isInline: true });
1115
1297
  }
1116
- CircularGaugeAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CircularGaugeAreaComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1117
- CircularGaugeAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CircularGaugeAreaComponent, isStandalone: true, selector: "kendo-circulargauge-area", usesInheritance: true, ngImport: i0, template: '', isInline: true });
1118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CircularGaugeAreaComponent, decorators: [{
1298
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CircularGaugeAreaComponent, decorators: [{
1119
1299
  type: Component,
1120
1300
  args: [{
1121
1301
  selector: 'kendo-circulargauge-area',
@@ -1128,10 +1308,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1128
1308
  * The configuration options for the scale labels of the Circular Gauge.
1129
1309
  */
1130
1310
  class CircularGaugeLabelsComponent extends ArcLabelsComponent {
1311
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CircularGaugeLabelsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1312
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CircularGaugeLabelsComponent, isStandalone: true, selector: "kendo-circulargauge-scale-labels", usesInheritance: true, ngImport: i0, template: '', isInline: true });
1131
1313
  }
1132
- CircularGaugeLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CircularGaugeLabelsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1133
- CircularGaugeLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CircularGaugeLabelsComponent, isStandalone: true, selector: "kendo-circulargauge-scale-labels", usesInheritance: true, ngImport: i0, template: '', isInline: true });
1134
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CircularGaugeLabelsComponent, decorators: [{
1314
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CircularGaugeLabelsComponent, decorators: [{
1135
1315
  type: Component,
1136
1316
  args: [{
1137
1317
  selector: 'kendo-circulargauge-scale-labels',
@@ -1145,10 +1325,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1145
1325
  * ([see example]({% slug scaleoptions_circulargauge %})).
1146
1326
  */
1147
1327
  class CircularGaugeScaleComponent extends ArcScaleComponent {
1328
+ /**
1329
+ * @hidden
1330
+ */
1331
+ endAngle;
1332
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CircularGaugeScaleComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1333
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CircularGaugeScaleComponent, isStandalone: true, selector: "kendo-circulargauge-scale", usesInheritance: true, ngImport: i0, template: '', isInline: true });
1148
1334
  }
1149
- CircularGaugeScaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CircularGaugeScaleComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1150
- CircularGaugeScaleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CircularGaugeScaleComponent, isStandalone: true, selector: "kendo-circulargauge-scale", usesInheritance: true, ngImport: i0, template: '', isInline: true });
1151
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CircularGaugeScaleComponent, decorators: [{
1335
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CircularGaugeScaleComponent, decorators: [{
1152
1336
  type: Component,
1153
1337
  args: [{
1154
1338
  selector: 'kendo-circulargauge-scale',
@@ -1162,14 +1346,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1162
1346
  * Represents the entire visible area of the LinearGauge.
1163
1347
  */
1164
1348
  class LinearGaugeAreaComponent extends GaugeAreaComponent {
1349
+ configurationService;
1165
1350
  constructor(configurationService) {
1166
1351
  super('gaugeArea', configurationService);
1167
1352
  this.configurationService = configurationService;
1168
1353
  }
1354
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LinearGaugeAreaComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
1355
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: LinearGaugeAreaComponent, isStandalone: true, selector: "kendo-lineargauge-area", usesInheritance: true, ngImport: i0, template: '', isInline: true });
1169
1356
  }
1170
- LinearGaugeAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LinearGaugeAreaComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
1171
- LinearGaugeAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LinearGaugeAreaComponent, isStandalone: true, selector: "kendo-lineargauge-area", usesInheritance: true, ngImport: i0, template: '', isInline: true });
1172
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LinearGaugeAreaComponent, decorators: [{
1357
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LinearGaugeAreaComponent, decorators: [{
1173
1358
  type: Component,
1174
1359
  args: [{
1175
1360
  selector: 'kendo-lineargauge-area',
@@ -1182,14 +1367,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1182
1367
  * The configuration options for the scale labels of the LinearGauge.
1183
1368
  */
1184
1369
  class LinearLabelsComponent extends LabelsComponent {
1370
+ configurationService;
1185
1371
  constructor(configurationService) {
1186
1372
  super('scale.labels', configurationService);
1187
1373
  this.configurationService = configurationService;
1188
1374
  }
1375
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LinearLabelsComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
1376
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: LinearLabelsComponent, isStandalone: true, selector: "kendo-lineargauge-scale-labels", usesInheritance: true, ngImport: i0, template: '', isInline: true });
1189
1377
  }
1190
- LinearLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LinearLabelsComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
1191
- LinearLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LinearLabelsComponent, isStandalone: true, selector: "kendo-lineargauge-scale-labels", usesInheritance: true, ngImport: i0, template: '', isInline: true });
1192
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LinearLabelsComponent, decorators: [{
1378
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LinearLabelsComponent, decorators: [{
1193
1379
  type: Component,
1194
1380
  args: [{
1195
1381
  selector: 'kendo-lineargauge-scale-labels',
@@ -1219,26 +1405,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1219
1405
  * ```
1220
1406
  */
1221
1407
  class LinearGaugeComponent extends GaugeComponent {
1408
+ /**
1409
+ * The configuration of the pointers.
1410
+ */
1411
+ pointer;
1412
+ /**
1413
+ * The configuration of the scale.
1414
+ */
1415
+ scale;
1222
1416
  constructor(configurationService, themeService, intlService, localizationService, element, renderer, ngZone) {
1223
1417
  super(configurationService, themeService, intlService, localizationService, element, renderer, ngZone);
1224
1418
  }
1225
1419
  createInstance(element, options, theme, context) {
1226
1420
  this.instance = new LinearGauge(element, options, theme, context);
1227
1421
  }
1228
- }
1229
- LinearGaugeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LinearGaugeComponent, deps: [{ token: ConfigurationService }, { token: ThemeService }, { token: i2.IntlService }, { token: i3.LocalizationService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1230
- LinearGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LinearGaugeComponent, isStandalone: true, selector: "kendo-lineargauge", inputs: { pointer: "pointer", scale: "scale" }, providers: [
1231
- ConfigurationService,
1232
- LocalizationService,
1233
- {
1234
- provide: L10N_PREFIX,
1235
- useValue: 'kendo.lineargauge'
1236
- }
1237
- ], exportAs: ["kendoLinearGauge"], usesInheritance: true, ngImport: i0, template: `
1422
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LinearGaugeComponent, deps: [{ token: ConfigurationService }, { token: ThemeService }, { token: i2.IntlService }, { token: i3.LocalizationService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1423
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: LinearGaugeComponent, isStandalone: true, selector: "kendo-lineargauge", inputs: { pointer: "pointer", scale: "scale" }, providers: [
1424
+ ConfigurationService,
1425
+ LocalizationService,
1426
+ {
1427
+ provide: L10N_PREFIX,
1428
+ useValue: 'kendo.lineargauge'
1429
+ }
1430
+ ], exportAs: ["kendoLinearGauge"], usesInheritance: true, ngImport: i0, template: `
1238
1431
  <div #surface class='k-chart-surface'></div>
1239
1432
  <kendo-resize-sensor (resize)="onResize($event)" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
1240
1433
  `, isInline: true, dependencies: [{ kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1241
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LinearGaugeComponent, decorators: [{
1434
+ }
1435
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LinearGaugeComponent, decorators: [{
1242
1436
  type: Component,
1243
1437
  args: [{
1244
1438
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -1269,13 +1463,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1269
1463
  * The configuration options for a pointer item of a LinearGauge.
1270
1464
  */
1271
1465
  class LinearPointerComponent extends CollectionItemComponent {
1466
+ border;
1467
+ color;
1468
+ margin;
1469
+ opacity;
1470
+ shape;
1471
+ size;
1472
+ value;
1272
1473
  constructor(configurationService, collectionChangesService) {
1273
1474
  super(configurationService, collectionChangesService);
1274
1475
  }
1476
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LinearPointerComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
1477
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: LinearPointerComponent, isStandalone: true, 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 });
1275
1478
  }
1276
- LinearPointerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LinearPointerComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
1277
- LinearPointerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LinearPointerComponent, isStandalone: true, 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 });
1278
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LinearPointerComponent, decorators: [{
1479
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LinearPointerComponent, decorators: [{
1279
1480
  type: Component,
1280
1481
  args: [{
1281
1482
  providers: [ConfigurationService],
@@ -1335,13 +1536,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1335
1536
  * ```
1336
1537
  */
1337
1538
  class LinearPointersComponent extends CollectionComponent {
1539
+ children;
1338
1540
  constructor(configurationService, collectionChangesService) {
1339
1541
  super('pointer', configurationService, collectionChangesService);
1340
1542
  }
1543
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LinearPointersComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
1544
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: LinearPointersComponent, isStandalone: true, selector: "kendo-lineargauge-pointers", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: LinearPointerComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
1341
1545
  }
1342
- LinearPointersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LinearPointersComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
1343
- LinearPointersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LinearPointersComponent, isStandalone: true, selector: "kendo-lineargauge-pointers", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: LinearPointerComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
1344
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LinearPointersComponent, decorators: [{
1546
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LinearPointersComponent, decorators: [{
1345
1547
  type: Component,
1346
1548
  args: [{
1347
1549
  providers: [CollectionChangesService],
@@ -1361,10 +1563,10 @@ class LinearRangeComponent extends RangeComponent {
1361
1563
  constructor(configurationService, collectionChangesService) {
1362
1564
  super(configurationService, collectionChangesService);
1363
1565
  }
1566
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LinearRangeComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
1567
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: LinearRangeComponent, isStandalone: true, selector: "kendo-lineargauge-scale-range", providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
1364
1568
  }
1365
- LinearRangeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LinearRangeComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
1366
- LinearRangeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LinearRangeComponent, isStandalone: true, selector: "kendo-lineargauge-scale-range", providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
1367
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LinearRangeComponent, decorators: [{
1569
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LinearRangeComponent, decorators: [{
1368
1570
  type: Component,
1369
1571
  args: [{
1370
1572
  providers: [ConfigurationService],
@@ -1415,13 +1617,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1415
1617
  * ```
1416
1618
  */
1417
1619
  class LinearRangesComponent extends CollectionComponent {
1620
+ children;
1418
1621
  constructor(configurationService, collectionChangesService) {
1419
1622
  super('scale.ranges', configurationService, collectionChangesService);
1420
1623
  }
1624
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LinearRangesComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
1625
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: LinearRangesComponent, isStandalone: true, selector: "kendo-lineargauge-scale-ranges", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: LinearRangeComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
1421
1626
  }
1422
- LinearRangesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LinearRangesComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
1423
- LinearRangesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LinearRangesComponent, isStandalone: true, selector: "kendo-lineargauge-scale-ranges", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: LinearRangeComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
1424
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LinearRangesComponent, decorators: [{
1627
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LinearRangesComponent, decorators: [{
1425
1628
  type: Component,
1426
1629
  args: [{
1427
1630
  providers: [CollectionChangesService],
@@ -1439,14 +1642,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1439
1642
  * ([see example]({% slug scaleoptions_lineargauge %})).
1440
1643
  */
1441
1644
  class LinearScaleComponent extends ScaleComponent {
1645
+ configurationService;
1646
+ line;
1647
+ ranges;
1648
+ mirror;
1649
+ vertical;
1442
1650
  constructor(configurationService) {
1443
1651
  super('scale', configurationService);
1444
1652
  this.configurationService = configurationService;
1445
1653
  }
1654
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LinearScaleComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
1655
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: LinearScaleComponent, isStandalone: true, selector: "kendo-lineargauge-scale", inputs: { line: "line", ranges: "ranges", mirror: "mirror", vertical: "vertical" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
1446
1656
  }
1447
- LinearScaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LinearScaleComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
1448
- LinearScaleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LinearScaleComponent, isStandalone: true, selector: "kendo-lineargauge-scale", inputs: { line: "line", ranges: "ranges", mirror: "mirror", vertical: "vertical" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
1449
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LinearScaleComponent, decorators: [{
1657
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LinearScaleComponent, decorators: [{
1450
1658
  type: Component,
1451
1659
  args: [{
1452
1660
  selector: 'kendo-lineargauge-scale',
@@ -1468,14 +1676,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1468
1676
  * Represents the entire visible area of the RadialGauge.
1469
1677
  */
1470
1678
  class RadialGaugeAreaComponent extends GaugeAreaComponent {
1679
+ configurationService;
1471
1680
  constructor(configurationService) {
1472
1681
  super('gaugeArea', configurationService);
1473
1682
  this.configurationService = configurationService;
1474
1683
  }
1684
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialGaugeAreaComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
1685
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: RadialGaugeAreaComponent, isStandalone: true, selector: "kendo-radialgauge-area", usesInheritance: true, ngImport: i0, template: '', isInline: true });
1475
1686
  }
1476
- RadialGaugeAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RadialGaugeAreaComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
1477
- RadialGaugeAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RadialGaugeAreaComponent, isStandalone: true, selector: "kendo-radialgauge-area", usesInheritance: true, ngImport: i0, template: '', isInline: true });
1478
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RadialGaugeAreaComponent, decorators: [{
1687
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialGaugeAreaComponent, decorators: [{
1479
1688
  type: Component,
1480
1689
  args: [{
1481
1690
  selector: 'kendo-radialgauge-area',
@@ -1488,13 +1697,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1488
1697
  * The configuration options for a pointer item of a RadialGauge.
1489
1698
  */
1490
1699
  class RadialPointerComponent extends CollectionItemComponent {
1700
+ cap;
1701
+ color;
1702
+ length;
1703
+ value;
1491
1704
  constructor(configurationService, collectionChangesService) {
1492
1705
  super(configurationService, collectionChangesService);
1493
1706
  }
1707
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialPointerComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
1708
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: RadialPointerComponent, isStandalone: true, selector: "kendo-radialgauge-pointer", inputs: { cap: "cap", color: "color", length: "length", value: "value" }, providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
1494
1709
  }
1495
- RadialPointerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RadialPointerComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
1496
- RadialPointerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RadialPointerComponent, isStandalone: true, selector: "kendo-radialgauge-pointer", inputs: { cap: "cap", color: "color", length: "length", value: "value" }, providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
1497
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RadialPointerComponent, decorators: [{
1710
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialPointerComponent, decorators: [{
1498
1711
  type: Component,
1499
1712
  args: [{
1500
1713
  providers: [ConfigurationService],
@@ -1548,13 +1761,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1548
1761
  * ```
1549
1762
  */
1550
1763
  class RadialPointersComponent extends CollectionComponent {
1764
+ children;
1551
1765
  constructor(configurationService, collectionChangesService) {
1552
1766
  super('pointer', configurationService, collectionChangesService);
1553
1767
  }
1768
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialPointersComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
1769
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: RadialPointersComponent, isStandalone: true, selector: "kendo-radialgauge-pointers", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: RadialPointerComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
1554
1770
  }
1555
- RadialPointersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RadialPointersComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
1556
- RadialPointersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RadialPointersComponent, isStandalone: true, selector: "kendo-radialgauge-pointers", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: RadialPointerComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
1557
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RadialPointersComponent, decorators: [{
1771
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialPointersComponent, decorators: [{
1558
1772
  type: Component,
1559
1773
  args: [{
1560
1774
  providers: [CollectionChangesService],
@@ -1588,26 +1802,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1588
1802
  * ```
1589
1803
  */
1590
1804
  class RadialGaugeComponent extends GaugeComponent {
1805
+ /**
1806
+ * The configuration of the pointers.
1807
+ */
1808
+ pointer;
1809
+ /**
1810
+ * The configuration of the scale.
1811
+ */
1812
+ scale;
1591
1813
  constructor(configurationService, themeService, intlService, localizationService, element, renderer, ngZone) {
1592
1814
  super(configurationService, themeService, intlService, localizationService, element, renderer, ngZone);
1593
1815
  }
1594
1816
  createInstance(element, options, theme, context) {
1595
1817
  this.instance = new RadialGauge(element, options, theme, context);
1596
1818
  }
1597
- }
1598
- RadialGaugeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RadialGaugeComponent, deps: [{ token: ConfigurationService }, { token: ThemeService }, { token: i2.IntlService }, { token: i3.LocalizationService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1599
- RadialGaugeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RadialGaugeComponent, isStandalone: true, selector: "kendo-radialgauge", inputs: { pointer: "pointer", scale: "scale" }, providers: [
1600
- ConfigurationService,
1601
- LocalizationService,
1602
- {
1603
- provide: L10N_PREFIX,
1604
- useValue: 'kendo.radialgauge'
1605
- }
1606
- ], exportAs: ["kendoRadialGauge"], usesInheritance: true, ngImport: i0, template: `
1819
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialGaugeComponent, deps: [{ token: ConfigurationService }, { token: ThemeService }, { token: i2.IntlService }, { token: i3.LocalizationService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1820
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: RadialGaugeComponent, isStandalone: true, selector: "kendo-radialgauge", inputs: { pointer: "pointer", scale: "scale" }, providers: [
1821
+ ConfigurationService,
1822
+ LocalizationService,
1823
+ {
1824
+ provide: L10N_PREFIX,
1825
+ useValue: 'kendo.radialgauge'
1826
+ }
1827
+ ], exportAs: ["kendoRadialGauge"], usesInheritance: true, ngImport: i0, template: `
1607
1828
  <div #surface class='k-chart-surface'></div>
1608
1829
  <kendo-resize-sensor (resize)="onResize($event)" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
1609
1830
  `, isInline: true, dependencies: [{ kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1610
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RadialGaugeComponent, decorators: [{
1831
+ }
1832
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialGaugeComponent, decorators: [{
1611
1833
  type: Component,
1612
1834
  args: [{
1613
1835
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -1641,10 +1863,10 @@ class RadialRangeComponent extends RangeComponent {
1641
1863
  constructor(configurationService, collectionChangesService) {
1642
1864
  super(configurationService, collectionChangesService);
1643
1865
  }
1866
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialRangeComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
1867
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: RadialRangeComponent, isStandalone: true, selector: "kendo-radialgauge-scale-range", providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
1644
1868
  }
1645
- RadialRangeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RadialRangeComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
1646
- RadialRangeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RadialRangeComponent, isStandalone: true, selector: "kendo-radialgauge-scale-range", providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true });
1647
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RadialRangeComponent, decorators: [{
1869
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialRangeComponent, decorators: [{
1648
1870
  type: Component,
1649
1871
  args: [{
1650
1872
  providers: [ConfigurationService],
@@ -1695,13 +1917,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1695
1917
  * ```
1696
1918
  */
1697
1919
  class RadialRangesComponent extends CollectionComponent {
1920
+ children;
1698
1921
  constructor(configurationService, collectionChangesService) {
1699
1922
  super('scale.ranges', configurationService, collectionChangesService);
1700
1923
  }
1924
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialRangesComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
1925
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: RadialRangesComponent, isStandalone: true, selector: "kendo-radialgauge-scale-ranges", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: RadialRangeComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
1701
1926
  }
1702
- RadialRangesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RadialRangesComponent, deps: [{ token: ConfigurationService }, { token: CollectionChangesService }], target: i0.ɵɵFactoryTarget.Component });
1703
- RadialRangesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RadialRangesComponent, isStandalone: true, selector: "kendo-radialgauge-scale-ranges", providers: [CollectionChangesService], queries: [{ propertyName: "children", predicate: RadialRangeComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
1704
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RadialRangesComponent, decorators: [{
1927
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialRangesComponent, decorators: [{
1705
1928
  type: Component,
1706
1929
  args: [{
1707
1930
  providers: [CollectionChangesService],
@@ -1719,14 +1942,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1719
1942
  * ([more information and example]({% slug scaleoptions_radialgauge %})).
1720
1943
  */
1721
1944
  class RadialScaleComponent extends ScaleComponent {
1945
+ configurationService;
1946
+ labels;
1947
+ rangeDistance;
1948
+ ranges;
1949
+ startAngle;
1950
+ endAngle;
1722
1951
  constructor(configurationService) {
1723
1952
  super('scale', configurationService);
1724
1953
  this.configurationService = configurationService;
1725
1954
  }
1955
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialScaleComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
1956
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: RadialScaleComponent, isStandalone: true, selector: "kendo-radialgauge-scale", inputs: { labels: "labels", rangeDistance: "rangeDistance", ranges: "ranges", startAngle: "startAngle", endAngle: "endAngle" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
1726
1957
  }
1727
- RadialScaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RadialScaleComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
1728
- RadialScaleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RadialScaleComponent, isStandalone: true, selector: "kendo-radialgauge-scale", inputs: { labels: "labels", rangeDistance: "rangeDistance", ranges: "ranges", startAngle: "startAngle", endAngle: "endAngle" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
1729
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RadialScaleComponent, decorators: [{
1958
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialScaleComponent, decorators: [{
1730
1959
  type: Component,
1731
1960
  args: [{
1732
1961
  selector: 'kendo-radialgauge-scale',
@@ -1827,11 +2056,11 @@ const KENDO_GAUGES = [
1827
2056
  * ```
1828
2057
  */
1829
2058
  class ArcGaugeModule {
2059
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ArcGaugeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2060
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: ArcGaugeModule, imports: [ArcGaugeComponent, ArcCenterTemplateDirective, ArcGaugeAreaComponent, ArcScaleComponent, ArcLabelsComponent, ColorsComponent, ColorComponent], exports: [ArcGaugeComponent, ArcCenterTemplateDirective, ArcGaugeAreaComponent, ArcScaleComponent, ArcLabelsComponent, ColorsComponent, ColorComponent] });
2061
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ArcGaugeModule, providers: [ThemeService], imports: [ArcGaugeComponent] });
1830
2062
  }
1831
- ArcGaugeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ArcGaugeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1832
- ArcGaugeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ArcGaugeModule, imports: [ArcGaugeComponent, ArcCenterTemplateDirective, ArcGaugeAreaComponent, ArcScaleComponent, ArcLabelsComponent, ColorsComponent, ColorComponent], exports: [ArcGaugeComponent, ArcCenterTemplateDirective, ArcGaugeAreaComponent, ArcScaleComponent, ArcLabelsComponent, ColorsComponent, ColorComponent] });
1833
- ArcGaugeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ArcGaugeModule, providers: [ThemeService], imports: [ArcGaugeComponent, ArcGaugeAreaComponent, ArcScaleComponent, ArcLabelsComponent, ColorsComponent, ColorComponent] });
1834
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ArcGaugeModule, decorators: [{
2063
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ArcGaugeModule, decorators: [{
1835
2064
  type: NgModule,
1836
2065
  args: [{
1837
2066
  exports: [...KENDO_ARCGAUGE],
@@ -1864,11 +2093,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1864
2093
  * ```
1865
2094
  */
1866
2095
  class LinearGaugeModule {
2096
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LinearGaugeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2097
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: LinearGaugeModule, imports: [LinearGaugeComponent, LinearGaugeAreaComponent, LinearScaleComponent, LinearLabelsComponent, LinearPointersComponent, LinearPointerComponent, LinearRangeComponent, LinearRangesComponent], exports: [LinearGaugeComponent, LinearGaugeAreaComponent, LinearScaleComponent, LinearLabelsComponent, LinearPointersComponent, LinearPointerComponent, LinearRangeComponent, LinearRangesComponent] });
2098
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LinearGaugeModule, providers: [ThemeService], imports: [LinearGaugeComponent] });
1867
2099
  }
1868
- LinearGaugeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LinearGaugeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1869
- LinearGaugeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: LinearGaugeModule, imports: [LinearGaugeComponent, LinearGaugeAreaComponent, LinearScaleComponent, LinearLabelsComponent, LinearPointersComponent, LinearPointerComponent, LinearRangeComponent, LinearRangesComponent], exports: [LinearGaugeComponent, LinearGaugeAreaComponent, LinearScaleComponent, LinearLabelsComponent, LinearPointersComponent, LinearPointerComponent, LinearRangeComponent, LinearRangesComponent] });
1870
- LinearGaugeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LinearGaugeModule, providers: [ThemeService], imports: [KENDO_LINEARGAUGE] });
1871
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LinearGaugeModule, decorators: [{
2100
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LinearGaugeModule, decorators: [{
1872
2101
  type: NgModule,
1873
2102
  args: [{
1874
2103
  exports: [...KENDO_LINEARGAUGE],
@@ -1901,11 +2130,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1901
2130
  * ```
1902
2131
  */
1903
2132
  class RadialGaugeModule {
2133
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialGaugeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2134
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: RadialGaugeModule, imports: [RadialGaugeComponent, RadialGaugeAreaComponent, RadialScaleComponent, RadialLabelsComponent, RadialPointersComponent, RadialPointerComponent, RadialRangeComponent, RadialRangesComponent], exports: [RadialGaugeComponent, RadialGaugeAreaComponent, RadialScaleComponent, RadialLabelsComponent, RadialPointersComponent, RadialPointerComponent, RadialRangeComponent, RadialRangesComponent] });
2135
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialGaugeModule, providers: [ThemeService], imports: [RadialGaugeComponent] });
1904
2136
  }
1905
- RadialGaugeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RadialGaugeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1906
- RadialGaugeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: RadialGaugeModule, imports: [RadialGaugeComponent, RadialGaugeAreaComponent, RadialScaleComponent, RadialLabelsComponent, RadialPointersComponent, RadialPointerComponent, RadialRangeComponent, RadialRangesComponent], exports: [RadialGaugeComponent, RadialGaugeAreaComponent, RadialScaleComponent, RadialLabelsComponent, RadialPointersComponent, RadialPointerComponent, RadialRangeComponent, RadialRangesComponent] });
1907
- RadialGaugeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RadialGaugeModule, providers: [ThemeService], imports: [KENDO_RADIALGAUGE] });
1908
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RadialGaugeModule, decorators: [{
2137
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadialGaugeModule, decorators: [{
1909
2138
  type: NgModule,
1910
2139
  args: [{
1911
2140
  exports: [...KENDO_RADIALGAUGE],
@@ -1938,11 +2167,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1938
2167
  * ```
1939
2168
  */
1940
2169
  class CircularGaugeModule {
2170
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CircularGaugeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2171
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: CircularGaugeModule, imports: [CircularGaugeComponent, CircularGaugeCenterTemplateDirective, CircularGaugeAreaComponent, CircularGaugeScaleComponent, CircularGaugeLabelsComponent], exports: [CircularGaugeComponent, CircularGaugeCenterTemplateDirective, CircularGaugeAreaComponent, CircularGaugeScaleComponent, CircularGaugeLabelsComponent] });
2172
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CircularGaugeModule, providers: [ThemeService], imports: [CircularGaugeComponent] });
1941
2173
  }
1942
- CircularGaugeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CircularGaugeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1943
- CircularGaugeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: CircularGaugeModule, imports: [CircularGaugeComponent, CircularGaugeCenterTemplateDirective, CircularGaugeAreaComponent, CircularGaugeScaleComponent, CircularGaugeLabelsComponent], exports: [CircularGaugeComponent, CircularGaugeCenterTemplateDirective, CircularGaugeAreaComponent, CircularGaugeScaleComponent, CircularGaugeLabelsComponent] });
1944
- CircularGaugeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CircularGaugeModule, providers: [ThemeService], imports: [CircularGaugeComponent, CircularGaugeAreaComponent, CircularGaugeScaleComponent, CircularGaugeLabelsComponent] });
1945
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CircularGaugeModule, decorators: [{
2174
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CircularGaugeModule, decorators: [{
1946
2175
  type: NgModule,
1947
2176
  args: [{
1948
2177
  exports: [...KENDO_CIRCULARGAUGE],
@@ -1976,11 +2205,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1976
2205
  * ```
1977
2206
  */
1978
2207
  class GaugesModule {
2208
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GaugesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2209
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: GaugesModule, imports: [ArcGaugeComponent, ArcCenterTemplateDirective, ArcGaugeAreaComponent, ArcScaleComponent, ArcLabelsComponent, ColorsComponent, ColorComponent, CircularGaugeComponent, CircularGaugeCenterTemplateDirective, CircularGaugeAreaComponent, CircularGaugeScaleComponent, CircularGaugeLabelsComponent, LinearGaugeComponent, LinearGaugeAreaComponent, LinearScaleComponent, LinearLabelsComponent, LinearPointersComponent, LinearPointerComponent, LinearRangeComponent, LinearRangesComponent, RadialGaugeComponent, RadialGaugeAreaComponent, RadialScaleComponent, RadialLabelsComponent, RadialPointersComponent, RadialPointerComponent, RadialRangeComponent, RadialRangesComponent], exports: [ArcGaugeComponent, ArcCenterTemplateDirective, ArcGaugeAreaComponent, ArcScaleComponent, ArcLabelsComponent, ColorsComponent, ColorComponent, CircularGaugeComponent, CircularGaugeCenterTemplateDirective, CircularGaugeAreaComponent, CircularGaugeScaleComponent, CircularGaugeLabelsComponent, LinearGaugeComponent, LinearGaugeAreaComponent, LinearScaleComponent, LinearLabelsComponent, LinearPointersComponent, LinearPointerComponent, LinearRangeComponent, LinearRangesComponent, RadialGaugeComponent, RadialGaugeAreaComponent, RadialScaleComponent, RadialLabelsComponent, RadialPointersComponent, RadialPointerComponent, RadialRangeComponent, RadialRangesComponent] });
2210
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GaugesModule, providers: [ThemeService], imports: [ArcGaugeComponent, CircularGaugeComponent, LinearGaugeComponent, RadialGaugeComponent] });
1979
2211
  }
1980
- GaugesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GaugesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1981
- GaugesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: GaugesModule, imports: [ArcGaugeComponent, ArcCenterTemplateDirective, ArcGaugeAreaComponent, ArcScaleComponent, ArcLabelsComponent, ColorsComponent, ColorComponent, CircularGaugeComponent, CircularGaugeCenterTemplateDirective, CircularGaugeAreaComponent, CircularGaugeScaleComponent, CircularGaugeLabelsComponent, LinearGaugeComponent, LinearGaugeAreaComponent, LinearScaleComponent, LinearLabelsComponent, LinearPointersComponent, LinearPointerComponent, LinearRangeComponent, LinearRangesComponent, RadialGaugeComponent, RadialGaugeAreaComponent, RadialScaleComponent, RadialLabelsComponent, RadialPointersComponent, RadialPointerComponent, RadialRangeComponent, RadialRangesComponent], exports: [ArcGaugeComponent, ArcCenterTemplateDirective, ArcGaugeAreaComponent, ArcScaleComponent, ArcLabelsComponent, ColorsComponent, ColorComponent, CircularGaugeComponent, CircularGaugeCenterTemplateDirective, CircularGaugeAreaComponent, CircularGaugeScaleComponent, CircularGaugeLabelsComponent, LinearGaugeComponent, LinearGaugeAreaComponent, LinearScaleComponent, LinearLabelsComponent, LinearPointersComponent, LinearPointerComponent, LinearRangeComponent, LinearRangesComponent, RadialGaugeComponent, RadialGaugeAreaComponent, RadialScaleComponent, RadialLabelsComponent, RadialPointersComponent, RadialPointerComponent, RadialRangeComponent, RadialRangesComponent] });
1982
- GaugesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GaugesModule, providers: [ThemeService], imports: [ArcGaugeComponent, ArcGaugeAreaComponent, ArcScaleComponent, ArcLabelsComponent, ColorsComponent, ColorComponent, CircularGaugeComponent, CircularGaugeAreaComponent, CircularGaugeScaleComponent, CircularGaugeLabelsComponent, LinearGaugeComponent, LinearGaugeAreaComponent, LinearScaleComponent, LinearLabelsComponent, LinearPointersComponent, LinearPointerComponent, LinearRangeComponent, LinearRangesComponent, RadialGaugeComponent, RadialGaugeAreaComponent, RadialScaleComponent, RadialLabelsComponent, RadialPointersComponent, RadialPointerComponent, RadialRangeComponent, RadialRangesComponent] });
1983
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GaugesModule, decorators: [{
2212
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GaugesModule, decorators: [{
1984
2213
  type: NgModule,
1985
2214
  args: [{
1986
2215
  exports: [...KENDO_GAUGES],