@progress/kendo-angular-gauges 24.2.2 → 25.0.0-develop.2

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 (79) hide show
  1. package/fesm2022/progress-kendo-angular-gauges.mjs +699 -229
  2. package/index.d.ts +2132 -13
  3. package/package-metadata.mjs +2 -2
  4. package/package.json +10 -10
  5. package/arc-gauge/arc-center-template.directive.d.ts +0 -28
  6. package/arc-gauge/arc-gauge.component.d.ts +0 -87
  7. package/arc-gauge/arc-gauge.directives.d.ts +0 -11
  8. package/arc-gauge/arc-gauge.module.d.ts +0 -38
  9. package/arc-gauge/color.component.d.ts +0 -55
  10. package/arc-gauge/colors.component.d.ts +0 -60
  11. package/arc-gauge/gauge-area.component.d.ts +0 -37
  12. package/arc-gauge/labels.component.d.ts +0 -38
  13. package/arc-gauge/scale.component.d.ts +0 -62
  14. package/base-components/collection-item.component.d.ts +0 -20
  15. package/base-components/collection.component.d.ts +0 -25
  16. package/base-components/gauge-area.component.d.ts +0 -38
  17. package/base-components/gauge.component.d.ts +0 -105
  18. package/base-components/labels.component.d.ts +0 -61
  19. package/base-components/range.component.d.ts +0 -30
  20. package/base-components/scale.component.d.ts +0 -28
  21. package/base-components/settings.component.d.ts +0 -21
  22. package/base-components.d.ts +0 -12
  23. package/circular-gauge/center-template.directive.d.ts +0 -27
  24. package/circular-gauge/circular-gauge.component.d.ts +0 -43
  25. package/circular-gauge/circular-gauge.directives.d.ts +0 -9
  26. package/circular-gauge/circular-gauge.module.d.ts +0 -36
  27. package/circular-gauge/gauge-area.component.d.ts +0 -28
  28. package/circular-gauge/labels.component.d.ts +0 -35
  29. package/circular-gauge/scale.component.d.ts +0 -36
  30. package/directives.d.ts +0 -52
  31. package/gauges.module.d.ts +0 -61
  32. package/linear-gauge/gauge-area.component.d.ts +0 -25
  33. package/linear-gauge/labels.component.d.ts +0 -26
  34. package/linear-gauge/linear-gauge.component.d.ts +0 -47
  35. package/linear-gauge/linear-gauge.directives.d.ts +0 -12
  36. package/linear-gauge/linear-gauge.module.d.ts +0 -40
  37. package/linear-gauge/pointer.component.d.ts +0 -54
  38. package/linear-gauge/pointers.component.d.ts +0 -53
  39. package/linear-gauge/range.component.d.ts +0 -29
  40. package/linear-gauge/ranges.component.d.ts +0 -61
  41. package/linear-gauge/scale.component.d.ts +0 -49
  42. package/package-metadata.d.ts +0 -9
  43. package/radial-gauge/gauge-area.component.d.ts +0 -32
  44. package/radial-gauge/labels.component.d.ts +0 -31
  45. package/radial-gauge/pointer.component.d.ts +0 -42
  46. package/radial-gauge/pointers.component.d.ts +0 -56
  47. package/radial-gauge/radial-gauge.component.d.ts +0 -49
  48. package/radial-gauge/radial-gauge.directives.d.ts +0 -12
  49. package/radial-gauge/radial-gauge.module.d.ts +0 -40
  50. package/radial-gauge/range.component.d.ts +0 -27
  51. package/radial-gauge/ranges.component.d.ts +0 -61
  52. package/radial-gauge/scale.component.d.ts +0 -49
  53. package/services/collection-changes.service.d.ts +0 -13
  54. package/services/configuration.service.d.ts +0 -24
  55. package/services/theme.service.d.ts +0 -15
  56. package/services.d.ts +0 -7
  57. package/types/arc-scale.interface.d.ts +0 -34
  58. package/types/border.interface.d.ts +0 -23
  59. package/types/cap.interface.d.ts +0 -18
  60. package/types/circular-gauge-scale.interface.d.ts +0 -14
  61. package/types/color-range.interface.d.ts +0 -25
  62. package/types/dash-type.interface.d.ts +0 -8
  63. package/types/gauge-area.interface.d.ts +0 -32
  64. package/types/labels.interface.d.ts +0 -57
  65. package/types/line-cap.d.ts +0 -8
  66. package/types/line.interface.d.ts +0 -27
  67. package/types/linear-pointer-shape.d.ts +0 -8
  68. package/types/linear-pointer.interface.d.ts +0 -41
  69. package/types/linear-scale.interface.d.ts +0 -32
  70. package/types/margin.interface.d.ts +0 -25
  71. package/types/padding.interface.d.ts +0 -25
  72. package/types/radial-label-position.d.ts +0 -8
  73. package/types/radial-labels.interface.d.ts +0 -16
  74. package/types/radial-pointer.interface.d.ts +0 -29
  75. package/types/radial-scale.interface.d.ts +0 -34
  76. package/types/range.interface.d.ts +0 -25
  77. package/types/scale.interface.d.ts +0 -51
  78. package/types/ticks.interface.d.ts +0 -25
  79. package/types.d.ts +0 -26
package/index.d.ts CHANGED
@@ -2,16 +2,2135 @@
2
2
  * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- export { ArcGaugeModule } from './arc-gauge/arc-gauge.module';
6
- export { LinearGaugeModule } from './linear-gauge/linear-gauge.module';
7
- export { RadialGaugeModule } from './radial-gauge/radial-gauge.module';
8
- export { CircularGaugeModule } from './circular-gauge/circular-gauge.module';
9
- export { GaugesModule } from './gauges.module';
10
- export * from './types';
11
- export * from './base-components';
12
- export * from './services';
13
- export * from './arc-gauge/arc-gauge.directives';
14
- export * from './linear-gauge/linear-gauge.directives';
15
- export * from './radial-gauge/radial-gauge.directives';
16
- export * from './circular-gauge/circular-gauge.directives';
17
- export * from './directives';
5
+ import * as i0 from '@angular/core';
6
+ import { SimpleChange, OnChanges, AfterContentInit, AfterContentChecked, OnDestroy, QueryList, AfterViewChecked, OnInit, ElementRef, Renderer2, NgZone, TemplateRef, ChangeDetectorRef } from '@angular/core';
7
+ import { IntlService } from '@progress/kendo-angular-intl';
8
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
9
+ import { ImageExportOptions, SVGExportOptions, Group } from '@progress/kendo-drawing';
10
+ import { ResizeSensorComponent } from '@progress/kendo-angular-common';
11
+
12
+ /**
13
+ * @hidden
14
+ */
15
+ declare class ConfigurationService {
16
+ options: any;
17
+ hasChanges: boolean;
18
+ valueChange: boolean;
19
+ copyChanges(prefix: string, changes: {
20
+ [propertyName: string]: SimpleChange;
21
+ }): void;
22
+ read(): any;
23
+ readValues(): any;
24
+ readValue(): any;
25
+ set(field: string, value: any): void;
26
+ optionContext(field: string): any;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<ConfigurationService, never>;
28
+ static ɵprov: i0.ɵɵInjectableDeclaration<ConfigurationService>;
29
+ }
30
+
31
+ /**
32
+ * @hidden
33
+ */
34
+ declare class CollectionChangesService {
35
+ hasChanges: boolean;
36
+ static ɵfac: i0.ɵɵFactoryDeclaration<CollectionChangesService, never>;
37
+ static ɵprov: i0.ɵɵInjectableDeclaration<CollectionChangesService>;
38
+ }
39
+
40
+ /**
41
+ * @hidden
42
+ */
43
+ declare class ThemeService {
44
+ options: any;
45
+ read(): any;
46
+ protected load(): void;
47
+ static ɵfac: i0.ɵɵFactoryDeclaration<ThemeService, never>;
48
+ static ɵprov: i0.ɵɵInjectableDeclaration<ThemeService>;
49
+ }
50
+
51
+ /**
52
+ * Represents the dash type of a line.
53
+ */
54
+ type DashType = 'dash' | 'dashDot' | 'dot' | 'longDash' | 'longDashDot' | 'longDashDotDot' | 'solid';
55
+
56
+ /**
57
+ * Represents the appearance settings for the border lines.
58
+ */
59
+ interface Border {
60
+ /**
61
+ * Sets the color of the border line.
62
+ * Accepts valid CSS color strings, including hex and rgb.
63
+ */
64
+ color?: string;
65
+ /**
66
+ * Sets the dash type of the border line.
67
+ */
68
+ dashType?: DashType;
69
+ /**
70
+ * Sets the width of the border line in pixels.
71
+ */
72
+ width?: number;
73
+ }
74
+
75
+ /**
76
+ * Represents the margin settings for each side.
77
+ */
78
+ interface Margin {
79
+ /**
80
+ * Sets the top margin in pixels.
81
+ */
82
+ top?: number;
83
+ /**
84
+ * Sets the right margin in pixels.
85
+ */
86
+ right?: number;
87
+ /**
88
+ * Sets the bottom margin in pixels.
89
+ */
90
+ bottom?: number;
91
+ /**
92
+ * Sets the left margin in pixels.
93
+ */
94
+ left?: number;
95
+ }
96
+
97
+ /**
98
+ * Represents the padding settings for each side.
99
+ */
100
+ interface Padding {
101
+ /**
102
+ * Sets the top padding in pixels.
103
+ */
104
+ top?: number;
105
+ /**
106
+ * Sets the right padding in pixels.
107
+ */
108
+ right?: number;
109
+ /**
110
+ * Sets the bottom padding in pixels.
111
+ */
112
+ bottom?: number;
113
+ /**
114
+ * Sets the left padding in pixels.
115
+ */
116
+ left?: number;
117
+ }
118
+
119
+ /**
120
+ * Represents the configuration of the scale labels.
121
+ */
122
+ interface Labels {
123
+ /**
124
+ * Sets the background of the labels.
125
+ * Accepts valid CSS color strings, including hex and rgb.
126
+ */
127
+ background?: string;
128
+ /**
129
+ * Sets the border of the labels.
130
+ */
131
+ border?: Border;
132
+ /**
133
+ * Sets the color of the labels.
134
+ * Accepts valid CSS color strings, including hex and rgb.
135
+ */
136
+ color?: string;
137
+ /**
138
+ * Sets the font of the labels.
139
+ */
140
+ font?: string;
141
+ /**
142
+ * Sets the format that displays the labels.
143
+ * Uses the IntlService [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method.
144
+ */
145
+ format?: string;
146
+ /**
147
+ * Sets the margin of the labels.
148
+ */
149
+ margin?: number | Margin;
150
+ /**
151
+ * Sets the padding of the labels.
152
+ */
153
+ padding?: number | Padding;
154
+ /**
155
+ * Sets the function which returns the label content.
156
+ *
157
+ * The available fields in the function argument are:
158
+ *
159
+ * - `value`&mdash;The value of the label.
160
+ * @param {any} e - The parameters for the content callback.
161
+ * @returns {string} - Returns the label string that will be displayed.
162
+ */
163
+ content?: (e: any) => string;
164
+ /**
165
+ * Sets the visibility of the labels.
166
+ */
167
+ visible?: boolean;
168
+ }
169
+
170
+ /**
171
+ * Represents the possible positions of the RadialGauge labels.
172
+ */
173
+ type RadialLabelPosition = 'inside' | 'outside';
174
+
175
+ /**
176
+ * Represents the labels configuration of the Gauge.
177
+ */
178
+ interface RadialLabels extends Labels {
179
+ /**
180
+ * Sets the position of the labels.
181
+ * This property determines where the labels will be placed relative to the radial gauge.
182
+ */
183
+ position?: RadialLabelPosition;
184
+ }
185
+
186
+ /**
187
+ * Represents the options for the scale ticks.
188
+ */
189
+ interface Ticks {
190
+ /**
191
+ * Defines the color of the ticks. Accepts a valid CSS color string, including `hex` and `rgb`.
192
+ */
193
+ color?: string;
194
+ /**
195
+ * Sets the size of the ticks. This sets the length of the line in pixels that shows the tick on the scale.
196
+ */
197
+ size?: number;
198
+ /**
199
+ * Determines if the ticks are visible.
200
+ */
201
+ visible?: boolean;
202
+ /**
203
+ * Sets the width of the ticks in pixels.
204
+ */
205
+ width?: number;
206
+ }
207
+
208
+ /**
209
+ * Represents the scale options of the Gauge.
210
+ */
211
+ interface Scale {
212
+ /**
213
+ * Sets the scale labels.
214
+ */
215
+ labels?: Labels;
216
+ /**
217
+ * Sets the major scale ticks.
218
+ */
219
+ majorTicks?: Ticks;
220
+ /**
221
+ * Sets the minor scale ticks.
222
+ */
223
+ minorTicks?: Ticks;
224
+ /**
225
+ * Specifies the minimum value of the scale.
226
+ */
227
+ min?: number;
228
+ /**
229
+ * Specifies the maximum value of the scale.
230
+ */
231
+ max?: number;
232
+ /**
233
+ * Defines the interval between minor divisions.
234
+ */
235
+ minorUnit?: number;
236
+ /**
237
+ * Defines the interval between major divisions.
238
+ */
239
+ majorUnit?: number;
240
+ /**
241
+ * Reverses the scale direction.
242
+ */
243
+ reverse?: boolean;
244
+ /**
245
+ * Specifies the width of the range indicators.
246
+ */
247
+ rangeSize?: number;
248
+ /**
249
+ * Sets the default color of the ranges.
250
+ */
251
+ rangePlaceholderColor?: string;
252
+ }
253
+
254
+ /**
255
+ * Represents the cap style of a line.
256
+ */
257
+ type LineCap = 'butt' | 'round' | 'square';
258
+
259
+ /**
260
+ * Represents the scale options of the Gauge.
261
+ */
262
+ interface ArcScale extends Scale {
263
+ /**
264
+ * Sets the scale labels configuration.
265
+ */
266
+ labels?: RadialLabels;
267
+ /**
268
+ * Sets the distance between the range indicators and the ticks in pixels.
269
+ */
270
+ rangeDistance?: number;
271
+ /**
272
+ * Sets the `lineCap` style of the ranges.
273
+ */
274
+ rangeLineCap?: LineCap;
275
+ /**
276
+ * Sets the starting angle of the Gauge in degrees.
277
+ * The Gauge renders clockwise where 0 degrees equals 180 degrees in the polar coordinate system.
278
+ */
279
+ startAngle?: number;
280
+ /**
281
+ * Sets the ending angle of the Gauge in degrees.
282
+ * The Gauge renders clockwise where 0 degrees equals 180 degrees in the polar coordinate system.
283
+ */
284
+ endAngle?: number;
285
+ }
286
+
287
+ /**
288
+ * Represents the configuration options for the RadialGauge pointer cap.
289
+ */
290
+ interface Cap {
291
+ /**
292
+ * Sets the color of the cap.
293
+ * Accepts valid CSS color strings, including hex and rgb.
294
+ */
295
+ color?: string;
296
+ /**
297
+ * Sets the size of the cap as a percentage from 0 to 1.
298
+ */
299
+ size?: number;
300
+ }
301
+
302
+ /**
303
+ * Represents the color range configuration.
304
+ */
305
+ interface ColorRange {
306
+ /**
307
+ * Sets the color of the range. Accepts valid CSS color strings, including hex and rgb.
308
+ */
309
+ color?: string;
310
+ /**
311
+ * Sets the opacity of the range.
312
+ */
313
+ opacity?: number;
314
+ /**
315
+ * Sets the range start value.
316
+ */
317
+ from?: number;
318
+ /**
319
+ * Sets the range end value.
320
+ */
321
+ to?: number;
322
+ }
323
+
324
+ /**
325
+ * Represents the scale options of the Gauge.
326
+ */
327
+ interface CircularGaugeScale extends ArcScale {
328
+ /**
329
+ * @hidden
330
+ */
331
+ endAngle?: number;
332
+ }
333
+
334
+ /**
335
+ * Represents the configuration options for the Gauge area.
336
+ * Controls the entire visible area of the Gauge.
337
+ */
338
+ interface GaugeArea {
339
+ /**
340
+ * Sets the background of the Gauge area. Accepts valid CSS color strings, including hex and rgb.
341
+ */
342
+ background?: string;
343
+ /**
344
+ * Sets the border of the Gauge area.
345
+ */
346
+ border?: Border;
347
+ /**
348
+ * Sets the height of the Gauge area in pixels.
349
+ */
350
+ height?: number;
351
+ /**
352
+ * Sets the margin of the Gauge area.
353
+ */
354
+ margin?: number | Margin;
355
+ /**
356
+ * Sets the width of the Gauge area in pixels.
357
+ */
358
+ width?: number;
359
+ }
360
+
361
+ /**
362
+ * Represents the scale line options.
363
+ */
364
+ interface Line {
365
+ /**
366
+ * Sets the color of the lines.
367
+ * Accepts valid CSS color strings, including hex and rgb.
368
+ */
369
+ color?: string;
370
+ /**
371
+ * Sets the dash type of the line.
372
+ */
373
+ dashType?: DashType;
374
+ /**
375
+ * Sets the visibility of the lines.
376
+ */
377
+ visible?: boolean;
378
+ /**
379
+ * Sets the width of the line in pixels.
380
+ */
381
+ width?: number;
382
+ }
383
+
384
+ /**
385
+ * Represents the shape of the pointer.
386
+ */
387
+ type LinearPointerShape = 'barIndicator' | 'arrow';
388
+
389
+ /**
390
+ * Represents the configuration options for the LinearGauge pointer.
391
+ */
392
+ interface LinearPointer {
393
+ /**
394
+ * Sets the border settings of the pointer.
395
+ */
396
+ border?: Border;
397
+ /**
398
+ * Sets the color of the pointer.
399
+ * Accepts valid CSS color strings, including `hex` and `rgb`.
400
+ */
401
+ color?: string;
402
+ /**
403
+ * Specifies the margin of the pointer.
404
+ */
405
+ margin?: number | Margin;
406
+ /**
407
+ * Sets the opacity of the pointer.
408
+ */
409
+ opacity?: number;
410
+ /**
411
+ * Sets the shape of the pointer.
412
+ */
413
+ shape?: LinearPointerShape;
414
+ /**
415
+ * Specifies the size of the pointer.
416
+ */
417
+ size?: number;
418
+ /**
419
+ * Sets the value of the pointer.
420
+ */
421
+ value?: number;
422
+ }
423
+
424
+ /**
425
+ * Represents the configuration for the scale ranges.
426
+ */
427
+ interface Range {
428
+ /**
429
+ * Sets the start position of the range.
430
+ */
431
+ from?: number;
432
+ /**
433
+ * Sets the end position of the range.
434
+ */
435
+ to?: number;
436
+ /**
437
+ * Sets the range opacity.
438
+ */
439
+ opacity?: number;
440
+ /**
441
+ * Sets the color of the range. Accepts valid CSS color strings, including hex and rgb.
442
+ */
443
+ color?: string;
444
+ }
445
+
446
+ /**
447
+ * Represents the scale options of the Gauge.
448
+ */
449
+ interface LinearScale extends Scale {
450
+ /**
451
+ * Sets up the scale line.
452
+ */
453
+ line?: Line;
454
+ /**
455
+ * Defines the ranges of the scale.
456
+ */
457
+ ranges?: Range[];
458
+ /**
459
+ * Mirrors the scale labels and ticks.
460
+ * If the labels are normally on the left side of the scale,
461
+ * mirroring the scale renders them to the right.
462
+ */
463
+ mirror?: boolean;
464
+ /**
465
+ * Determines if the scale is vertical
466
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/gauges/lineargauge/orientation)).
467
+ * @default true
468
+ */
469
+ vertical?: boolean;
470
+ }
471
+
472
+ /**
473
+ * Represents the configuration options for the RadialGauge pointer.
474
+ */
475
+ interface RadialPointer {
476
+ /**
477
+ * Defines the settings for the cap.
478
+ */
479
+ cap?: Cap;
480
+ /**
481
+ * Sets the color of the pointer.
482
+ * Accepts valid CSS color strings, including `hex` and `rgb`.
483
+ */
484
+ color?: string;
485
+ /**
486
+ * Sets the pointer length in percent based on the distance to the scale.
487
+ * The default length of `1` means that the pointer exactly reaches the scale.
488
+ * Accepts values between `0.1` and `1.5`.
489
+ */
490
+ length?: number;
491
+ /**
492
+ * Sets the pointer value.
493
+ */
494
+ value?: number;
495
+ }
496
+
497
+ /**
498
+ * Represents the scale options of the Gauge.
499
+ */
500
+ interface RadialScale extends Scale {
501
+ /**
502
+ * Sets up the scale labels.
503
+ */
504
+ labels?: RadialLabels;
505
+ /**
506
+ * Defines the distance between the range indicators and the ticks.
507
+ */
508
+ rangeDistance?: number;
509
+ /**
510
+ * Defines the ranges of the scale.
511
+ */
512
+ ranges?: Range[];
513
+ /**
514
+ * Sets the starting angle of the gauge.
515
+ * The Gauge renders clockwise where 0 degrees equals 180 degrees in the polar coordinate system.
516
+ */
517
+ startAngle?: number;
518
+ /**
519
+ * Sets the ending angle of the gauge.
520
+ * The Gauge renders clockwise where 0 degrees equals 180 degrees in the polar coordinate system.
521
+ */
522
+ endAngle?: number;
523
+ }
524
+
525
+ /**
526
+ * @hidden
527
+ */
528
+ declare class CollectionItemComponent implements OnChanges {
529
+ configurationService: ConfigurationService;
530
+ collectionChangesService: CollectionChangesService;
531
+ constructor(configurationService: ConfigurationService, collectionChangesService: CollectionChangesService);
532
+ ngOnChanges(changes: {
533
+ [propertyName: string]: SimpleChange;
534
+ }): void;
535
+ static ɵfac: i0.ɵɵFactoryDeclaration<CollectionItemComponent, never>;
536
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CollectionItemComponent, never, never, {}, {}, never, never, true, never>;
537
+ }
538
+
539
+ /**
540
+ * @hidden
541
+ */
542
+ declare abstract class CollectionComponent implements AfterContentInit, AfterContentChecked, OnDestroy {
543
+ protected key: string;
544
+ protected configurationService: ConfigurationService;
545
+ protected collectionChangesService: CollectionChangesService;
546
+ children: QueryList<CollectionItemComponent>;
547
+ private subscription;
548
+ constructor(key: string, configurationService: ConfigurationService, collectionChangesService: CollectionChangesService);
549
+ ngOnDestroy(): void;
550
+ ngAfterContentInit(): void;
551
+ ngAfterContentChecked(): void;
552
+ private readItems;
553
+ static ɵfac: i0.ɵɵFactoryDeclaration<CollectionComponent, never>;
554
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CollectionComponent, never, never, {}, {}, never, never, true, never>;
555
+ }
556
+
557
+ /**
558
+ * @hidden
559
+ */
560
+ declare abstract class GaugeComponent implements AfterViewChecked, OnDestroy, OnInit, OnChanges {
561
+ protected configurationService: ConfigurationService;
562
+ protected themeService: ThemeService;
563
+ protected intlService: IntlService;
564
+ protected localizationService: LocalizationService;
565
+ protected element: ElementRef;
566
+ protected renderer: Renderer2;
567
+ protected ngZone: NgZone;
568
+ /**
569
+ * Specifies options for the Gauge area.
570
+ */
571
+ set gaugeArea(value: GaugeArea);
572
+ get gaugeArea(): GaugeArea;
573
+ /**
574
+ * Specifies the output type.
575
+ */
576
+ set renderAs(value: 'canvas' | 'svg');
577
+ get renderAs(): 'canvas' | 'svg';
578
+ /**
579
+ * The maximum number of times the Gauge resizes per second.
580
+ * Defaults to `10`. To disable the automatic resizing, set `resizeRateLimit` to `0`.
581
+ */
582
+ set resizeRateLimit(value: number);
583
+ get resizeRateLimit(): number;
584
+ /**
585
+ * Specifies the scale options.
586
+ */
587
+ set scale(value: Scale);
588
+ get scale(): Scale;
589
+ /**
590
+ * Specifies if the changes will be animated.
591
+ */
592
+ set transitions(value: boolean);
593
+ get transitions(): boolean;
594
+ resizeSensor: ResizeSensorComponent;
595
+ className: boolean;
596
+ protected options: any;
597
+ protected theme: any;
598
+ protected instance: any;
599
+ protected subscriptions: any;
600
+ protected redrawTimeout: any;
601
+ protected rtl: boolean;
602
+ private _transitions;
603
+ private _scale;
604
+ private _resizeRateLimit;
605
+ private _renderAs;
606
+ private _gaugeArea;
607
+ constructor(configurationService: ConfigurationService, themeService: ThemeService, intlService: IntlService, localizationService: LocalizationService, element: ElementRef, renderer: Renderer2, ngZone: NgZone);
608
+ ngOnInit(): void;
609
+ ngOnChanges(changes: {
610
+ [propertyName: string]: SimpleChange;
611
+ }): void;
612
+ ngAfterViewChecked(): void;
613
+ ngOnDestroy(): void;
614
+ protected updateCall(updateMethod: any): void;
615
+ protected updateOptions(): void;
616
+ protected setValues(): void;
617
+ /**
618
+ * Exports the Gauge as an image. The export operation is asynchronous and returns a promise.
619
+ *
620
+ * @param {ImageExportOptions} options - The parameters for the exported image.
621
+ * @returns {Promise<string>} - A promise that will be resolved with a PNG image that is encoded as a Data URI.
622
+ */
623
+ exportImage(options?: ImageExportOptions): Promise<string>;
624
+ /**
625
+ * Exports the Gauge as an SVG document. The export operation is asynchronous and returns a promise.
626
+ *
627
+ * @param {SVGExportOptions} options - The parameters for the exported file.
628
+ * @returns {Promise<string>} - A promise that will be resolved with an SVG document that is encoded as a Data URI.
629
+ */
630
+ exportSVG(options?: SVGExportOptions): Promise<string>;
631
+ /**
632
+ * Exports the Gauge as a Drawing `Scene`.
633
+ *
634
+ * @returns {Promise<Group>} - A promise that will be resolved with the export visual.
635
+ */
636
+ exportVisual(): Promise<Group>;
637
+ /**
638
+ * @hidden
639
+ */
640
+ onResize(): void;
641
+ /**
642
+ * Detects the size of the container and redraws the Gauge.
643
+ * Resizing is automatic unless you set the `resizeRateLimit` option to `0`.
644
+ */
645
+ resize(): void;
646
+ protected abstract createInstance(element: any, options: any, theme: any, context: any): void;
647
+ protected init(): void;
648
+ protected get autoResize(): boolean;
649
+ protected updateSize(): void;
650
+ protected intlChange(): void;
651
+ protected rtlChange(): void;
652
+ protected deferredRedraw(): void;
653
+ protected defer(callback: any): void;
654
+ protected updateDirection(): void;
655
+ protected setDirection(): void;
656
+ protected get isRTL(): boolean;
657
+ static ɵfac: i0.ɵɵFactoryDeclaration<GaugeComponent, never>;
658
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GaugeComponent, never, never, { "gaugeArea": { "alias": "gaugeArea"; "required": false; }; "renderAs": { "alias": "renderAs"; "required": false; }; "resizeRateLimit": { "alias": "resizeRateLimit"; "required": false; }; "scale": { "alias": "scale"; "required": false; }; "transitions": { "alias": "transitions"; "required": false; }; }, {}, never, never, true, never>;
659
+ }
660
+
661
+ /**
662
+ * @hidden
663
+ */
664
+ declare abstract class SettingsComponent implements OnChanges, OnDestroy {
665
+ protected key: string;
666
+ protected configurationService?: ConfigurationService;
667
+ constructor(key: string, configurationService?: ConfigurationService);
668
+ ngOnChanges(changes: {
669
+ [propertyName: string]: SimpleChange;
670
+ }): void;
671
+ ngOnDestroy(): void;
672
+ static ɵfac: i0.ɵɵFactoryDeclaration<SettingsComponent, never>;
673
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SettingsComponent, never, never, {}, {}, never, never, true, never>;
674
+ }
675
+
676
+ /**
677
+ * @hidden
678
+ */
679
+ declare class GaugeAreaComponent extends SettingsComponent implements GaugeArea {
680
+ protected key: string;
681
+ protected configurationService: ConfigurationService;
682
+ /**
683
+ * The background of the Gauge area. Accepts valid CSS color strings, including hex and rgb.
684
+ */
685
+ set background(value: string);
686
+ get background(): string;
687
+ /**
688
+ * The border of the Gauge area.
689
+ */
690
+ set border(value: Border);
691
+ get border(): Border;
692
+ /**
693
+ * The height of the Gauge area.
694
+ */
695
+ set height(value: number);
696
+ get height(): number;
697
+ /**
698
+ * The margin of the Gauge area.
699
+ */
700
+ set margin(value: number | Margin);
701
+ get margin(): number | Margin;
702
+ /**
703
+ * The width of the Gauge area.
704
+ */
705
+ set width(value: number);
706
+ get width(): number;
707
+ private _width;
708
+ private _margin;
709
+ private _height;
710
+ private _background;
711
+ private _border;
712
+ constructor(key: string, configurationService: ConfigurationService);
713
+ static ɵfac: i0.ɵɵFactoryDeclaration<GaugeAreaComponent, never>;
714
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GaugeAreaComponent, never, never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "height": { "alias": "height"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, never, true, never>;
715
+ }
716
+
717
+ /**
718
+ * @hidden
719
+ */
720
+ declare class LabelsComponent extends SettingsComponent implements Labels {
721
+ protected key: string;
722
+ protected configurationService: ConfigurationService;
723
+ /**
724
+ * The background of the labels.
725
+ * Accepts valid CSS color strings, including hex and rgb.
726
+ */
727
+ set background(value: string);
728
+ get background(): string;
729
+ /**
730
+ * The border of the labels.
731
+ */
732
+ set border(value: Border);
733
+ get border(): Border;
734
+ /**
735
+ * The color of the labels.
736
+ * Accepts valid CSS color strings, including hex and rgb.
737
+ */
738
+ set color(value: string);
739
+ get color(): string;
740
+ /**
741
+ * The font of the labels.
742
+ */
743
+ set font(value: string);
744
+ get font(): string;
745
+ /**
746
+ * The format that is used to display the labels.
747
+ * Uses the IntlService [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method.
748
+ */
749
+ set format(value: string);
750
+ get format(): string;
751
+ /**
752
+ * The margin of the labels.
753
+ */
754
+ set margin(value: number | Margin);
755
+ get margin(): number | Margin;
756
+ /**
757
+ * The padding of the labels.
758
+ */
759
+ set padding(value: number | Padding);
760
+ get padding(): number | Padding;
761
+ /**
762
+ * The function which returns the label content.
763
+ *
764
+ * The available fields in the function argument are:
765
+ *
766
+ * - `value`&mdash;The value of the label.
767
+ */
768
+ set content(value: (e: any) => string);
769
+ get content(): (e: any) => string;
770
+ /**
771
+ * The visibility of the labels.
772
+ */
773
+ set visible(value: boolean);
774
+ get visible(): boolean;
775
+ private _visible;
776
+ private _content;
777
+ private _padding;
778
+ private _margin;
779
+ private _format;
780
+ private _font;
781
+ private _color;
782
+ private _border;
783
+ private _background;
784
+ constructor(key: string, configurationService: ConfigurationService);
785
+ static ɵfac: i0.ɵɵFactoryDeclaration<LabelsComponent, never>;
786
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LabelsComponent, never, never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "font": { "alias": "font"; "required": false; }; "format": { "alias": "format"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "content": { "alias": "content"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, true, never>;
787
+ }
788
+
789
+ /**
790
+ * @hidden
791
+ */
792
+ declare class RangeComponent extends CollectionItemComponent implements Range {
793
+ /**
794
+ * The start position of the range.
795
+ */
796
+ set from(value: number);
797
+ get from(): number;
798
+ /**
799
+ * The end position of the range.
800
+ */
801
+ set to(value: number);
802
+ get to(): number;
803
+ /**
804
+ * The range opacity.
805
+ */
806
+ set opacity(value: number);
807
+ get opacity(): number;
808
+ /**
809
+ * The color of the range. Accepts valid CSS color strings, including hex and rgb.
810
+ */
811
+ set color(value: string);
812
+ get color(): string;
813
+ private _to;
814
+ private _from;
815
+ private _opacity;
816
+ private _color;
817
+ static ɵfac: i0.ɵɵFactoryDeclaration<RangeComponent, never>;
818
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RangeComponent, never, never, { "from": { "alias": "from"; "required": false; }; "to": { "alias": "to"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
819
+ }
820
+
821
+ /**
822
+ * @hidden
823
+ */
824
+ declare class ScaleComponent extends SettingsComponent implements Scale {
825
+ protected key: string;
826
+ protected configurationService: ConfigurationService;
827
+ set labels(value: Labels);
828
+ get labels(): Labels;
829
+ set majorTicks(value: Ticks);
830
+ get majorTicks(): Ticks;
831
+ set minorTicks(value: Ticks);
832
+ get minorTicks(): Ticks;
833
+ set min(value: number);
834
+ get min(): number;
835
+ set max(value: number);
836
+ get max(): number;
837
+ set minorUnit(value: number);
838
+ get minorUnit(): number;
839
+ set majorUnit(value: number);
840
+ get majorUnit(): number;
841
+ set reverse(value: boolean);
842
+ get reverse(): boolean;
843
+ set rangeSize(value: number);
844
+ get rangeSize(): number;
845
+ set rangePlaceholderColor(value: string);
846
+ get rangePlaceholderColor(): string;
847
+ private _rangePlaceholderColor;
848
+ private _rangeSize;
849
+ private _reverse;
850
+ private _majorUnit;
851
+ private _minorUnit;
852
+ private _max;
853
+ private _min;
854
+ private _minorTicks;
855
+ private _majorTicks;
856
+ private _labels;
857
+ constructor(key: string, configurationService: ConfigurationService);
858
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScaleComponent, never>;
859
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ScaleComponent, never, never, { "labels": { "alias": "labels"; "required": false; }; "majorTicks": { "alias": "majorTicks"; "required": false; }; "minorTicks": { "alias": "minorTicks"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "minorUnit": { "alias": "minorUnit"; "required": false; }; "majorUnit": { "alias": "majorUnit"; "required": false; }; "reverse": { "alias": "reverse"; "required": false; }; "rangeSize": { "alias": "rangeSize"; "required": false; }; "rangePlaceholderColor": { "alias": "rangePlaceholderColor"; "required": false; }; }, {}, never, never, true, never>;
860
+ }
861
+
862
+ /**
863
+ * Represents a directive that allows customizing the center part of the `<kendo-arcgauge>` component.
864
+ * Use this directive to create a center template
865
+ * ([more information and example](https://www.telerik.com/kendo-angular-ui/components/gauges/circulargauge/center-template)).
866
+ *
867
+ * The template context provides access to the current ArcGauge value through the `value` and `color` fields.
868
+ *
869
+ * @example
870
+ * ```html
871
+ * <kendo-arcgauge [value]="value">
872
+ * <ng-template kendoArcGaugeCenterTemplate let-value="value" let-color="color">
873
+ * {{ value }}%
874
+ * </ng-template>
875
+ * </kendo-arcgauge>
876
+ * ```
877
+ */
878
+ declare class ArcCenterTemplateDirective {
879
+ templateRef: TemplateRef<any>;
880
+ constructor(templateRef: TemplateRef<any>);
881
+ static ɵfac: i0.ɵɵFactoryDeclaration<ArcCenterTemplateDirective, [{ optional: true; }]>;
882
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ArcCenterTemplateDirective, "[kendoArcGaugeCenterTemplate]", never, {}, {}, never, never, true, never>;
883
+ }
884
+
885
+ /**
886
+ * Represents the [Kendo UI ArcGauge component for Angular](https://www.telerik.com/kendo-angular-ui/components/gauges/arcgauge).
887
+ *
888
+ * @example
889
+ * ```ts
890
+ * import { Component } from '@angular/core';
891
+ *
892
+ * @Component({
893
+ * selector: 'my-app',
894
+ * template: `
895
+ * <kendo-arcgauge [value]="value" [scale]="{ max: 100 }">
896
+ * <ng-template kendoArcGaugeCenterTemplate let-value="value">
897
+ * {{ value }}%
898
+ * </ng-template>
899
+ * </kendo-arcgauge>
900
+ * `
901
+ * })
902
+ * class AppComponent {
903
+ * public value: number = 10;
904
+ * }
905
+ * ```
906
+ *
907
+ * @remarks
908
+ * Supported children components are: {@link ArcScaleComponent}, {@link ArcLabelsComponent}, {@link ArcGaugeAreaComponent}, {@link ColorsComponent}.
909
+ */
910
+ declare class ArcGaugeComponent extends GaugeComponent {
911
+ protected changeDetector: ChangeDetectorRef;
912
+ /**
913
+ * Sets the value of the gauge.
914
+ */
915
+ set value(v: number);
916
+ get value(): number;
917
+ /**
918
+ * Sets the color of the value pointer. Accepts a valid CSS color string, including hex and rgb.
919
+ */
920
+ set color(v: string);
921
+ get color(): string;
922
+ /**
923
+ * Sets the color ranges of the value pointer.
924
+ */
925
+ set colors(v: ColorRange[]);
926
+ get colors(): ColorRange[];
927
+ /**
928
+ * Sets the opacity of the value pointer.
929
+ */
930
+ set opacity(v: number);
931
+ get opacity(): number;
932
+ /**
933
+ * Sets the scale options of the ArcGauge.
934
+ */
935
+ set scale(value: ArcScale);
936
+ get scale(): ArcScale;
937
+ centerTemplate: ArcCenterTemplateDirective;
938
+ labelElement: ElementRef;
939
+ className: boolean;
940
+ get centerTemplateContext(): any;
941
+ set centerTemplateContext(value: any);
942
+ private _centerTemplateContext;
943
+ private _colors;
944
+ private _color;
945
+ private _value;
946
+ private _opacity;
947
+ constructor(changeDetector: ChangeDetectorRef, configurationService: ConfigurationService, themeService: ThemeService, intlService: IntlService, localizationService: LocalizationService, element: ElementRef, renderer: Renderer2, ngZone: NgZone);
948
+ ngOnInit(): void;
949
+ ngAfterViewChecked(): void;
950
+ /**
951
+ * Exports the Gauge as a Drawing `Scene`.
952
+ *
953
+ * @returns A promise that resolves with the export visual.
954
+ */
955
+ exportVisual(): Promise<Group>;
956
+ /**
957
+ * Detects the size of the container and redraws the Gauge.
958
+ * Resizing happens automatically unless you set the `resizeRateLimit` option to `0`.
959
+ */
960
+ resize(): void;
961
+ protected createInstance(element: any, options: any, theme: any, context: any): void;
962
+ protected updateOptions(): void;
963
+ protected setValues(): void;
964
+ protected updateElements(): void;
965
+ protected updateCenterTemplate(): void;
966
+ protected positionLabel(): void;
967
+ static ɵfac: i0.ɵɵFactoryDeclaration<ArcGaugeComponent, never>;
968
+ static ɵcmp: i0.ɵɵComponentDeclaration<ArcGaugeComponent, "kendo-arcgauge", ["kendoArcGauge"], { "value": { "alias": "value"; "required": false; }; "color": { "alias": "color"; "required": false; }; "colors": { "alias": "colors"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "scale": { "alias": "scale"; "required": false; }; }, {}, ["centerTemplate"], never, true, never>;
969
+ }
970
+
971
+ /**
972
+ * Represents the configuration options of the ArcGauge area.
973
+ * Controls the entire visible area of the ArcGauge.
974
+ *
975
+ * @example
976
+ * ```ts
977
+ * import { Component } from '@angular/core';
978
+ *
979
+ * @Component({
980
+ * selector: 'my-app',
981
+ * template: `
982
+ * <kendo-arcgauge [value]="value">
983
+ * <kendo-arcgauge-area
984
+ * background="lightgray"
985
+ * [margin]="10">
986
+ * </kendo-arcgauge-area>
987
+ * </kendo-arcgauge>
988
+ * `
989
+ * })
990
+ * export class AppComponent {
991
+ * public value: number = 40;
992
+ * }
993
+ * ```
994
+ */
995
+ declare class ArcGaugeAreaComponent extends GaugeAreaComponent {
996
+ protected configurationService: ConfigurationService;
997
+ constructor(configurationService: ConfigurationService);
998
+ static ɵfac: i0.ɵɵFactoryDeclaration<ArcGaugeAreaComponent, never>;
999
+ static ɵcmp: i0.ɵɵComponentDeclaration<ArcGaugeAreaComponent, "kendo-arcgauge-area", never, {}, {}, never, never, true, never>;
1000
+ }
1001
+
1002
+ /**
1003
+ * Represents the configuration options for the scale of the ArcGauge
1004
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/gauges/arcgauge/scale-options)).
1005
+ *
1006
+ * @example
1007
+ * ```ts
1008
+ * import { Component } from '@angular/core';
1009
+ *
1010
+ * @Component({
1011
+ * selector: 'my-app',
1012
+ * template: `
1013
+ * <kendo-arcgauge [value]="value">
1014
+ * <kendo-arcgauge-scale
1015
+ * [startAngle]="-90"
1016
+ * [endAngle]="90"
1017
+ * [rangeDistance]="10">
1018
+ * </kendo-arcgauge-scale>
1019
+ * </kendo-arcgauge>
1020
+ * `
1021
+ * })
1022
+ * export class AppComponent {
1023
+ * public value: number = 30;
1024
+ * }
1025
+ * ```
1026
+ *
1027
+ * @remarks
1028
+ * Supported children components are: {@link ArcLabelsComponent}
1029
+ */
1030
+ declare class ArcScaleComponent extends ScaleComponent implements ArcScale {
1031
+ protected configurationService: ConfigurationService;
1032
+ /**
1033
+ * Sets the scale labels configuration.
1034
+ */
1035
+ set labels(value: RadialLabels);
1036
+ get labels(): RadialLabels;
1037
+ /**
1038
+ * Sets the distance between the scale ranges in pixels.
1039
+ */
1040
+ set rangeDistance(value: number);
1041
+ get rangeDistance(): number;
1042
+ /**
1043
+ * Sets the line cap style for the scale ranges.
1044
+ */
1045
+ set rangeLineCap(value: LineCap);
1046
+ get rangeLineCap(): LineCap;
1047
+ /**
1048
+ * Sets the start angle of the Gauge in degrees.
1049
+ */
1050
+ set startAngle(value: number);
1051
+ get startAngle(): number;
1052
+ /**
1053
+ * Sets the end angle of the Gauge in degrees.
1054
+ */
1055
+ set endAngle(value: number);
1056
+ get endAngle(): number;
1057
+ private _endAngle;
1058
+ private _startAngle;
1059
+ private _rangeLineCap;
1060
+ private _rangeDistance;
1061
+ constructor(configurationService: ConfigurationService);
1062
+ static ɵfac: i0.ɵɵFactoryDeclaration<ArcScaleComponent, never>;
1063
+ static ɵcmp: i0.ɵɵComponentDeclaration<ArcScaleComponent, "kendo-arcgauge-scale", never, { "labels": { "alias": "labels"; "required": false; }; "rangeDistance": { "alias": "rangeDistance"; "required": false; }; "rangeLineCap": { "alias": "rangeLineCap"; "required": false; }; "startAngle": { "alias": "startAngle"; "required": false; }; "endAngle": { "alias": "endAngle"; "required": false; }; }, {}, never, never, true, never>;
1064
+ }
1065
+
1066
+ /**
1067
+ * Configures the configuration options for the scale labels of the RadialGauge.
1068
+ *
1069
+ * @example
1070
+ * ```html
1071
+ * <kendo-radialgauge>
1072
+ * <kendo-radialgauge-scale>
1073
+ * <kendo-radialgauge-scale-labels [visible]="true" [format]="'N0'">
1074
+ * </kendo-radialgauge-scale-labels>
1075
+ * </kendo-radialgauge-scale>
1076
+ * </kendo-radialgauge>
1077
+ * ```
1078
+ */
1079
+ declare class RadialLabelsComponent extends LabelsComponent implements RadialLabels {
1080
+ protected configurationService: ConfigurationService;
1081
+ /**
1082
+ * Sepcifies rhe position of the labels relative to the scale.
1083
+ */
1084
+ set position(value: RadialLabelPosition);
1085
+ get position(): RadialLabelPosition;
1086
+ private _position;
1087
+ constructor(configurationService: ConfigurationService);
1088
+ static ɵfac: i0.ɵɵFactoryDeclaration<RadialLabelsComponent, never>;
1089
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadialLabelsComponent, "kendo-radialgauge-scale-labels", never, { "position": { "alias": "position"; "required": false; }; }, {}, never, never, true, never>;
1090
+ }
1091
+
1092
+ /**
1093
+ * Represents the configuration options for the scale labels of the ArcGauge.
1094
+ *
1095
+ * @example
1096
+ * ```ts
1097
+ * import { Component } from '@angular/core';
1098
+ *
1099
+ * @Component({
1100
+ * selector: 'my-app',
1101
+ * template: `
1102
+ * <kendo-arcgauge [value]="value">
1103
+ * <kendo-arcgauge-scale>
1104
+ * <kendo-arcgauge-scale-labels
1105
+ * color="blue"
1106
+ * font="12px Arial">
1107
+ * </kendo-arcgauge-scale-labels>
1108
+ * </kendo-arcgauge-scale>
1109
+ * </kendo-arcgauge>
1110
+ * `
1111
+ * })
1112
+ * export class AppComponent {
1113
+ * public value: number = 50;
1114
+ * }
1115
+ * ```
1116
+ */
1117
+ declare class ArcLabelsComponent extends RadialLabelsComponent {
1118
+ protected configurationService: ConfigurationService;
1119
+ constructor(configurationService: ConfigurationService);
1120
+ static ɵfac: i0.ɵɵFactoryDeclaration<ArcLabelsComponent, never>;
1121
+ static ɵcmp: i0.ɵɵComponentDeclaration<ArcLabelsComponent, "kendo-arcgauge-scale-labels", never, {}, {}, never, never, true, never>;
1122
+ }
1123
+
1124
+ /**
1125
+ * Represents a collection of one or more ArcGauge colors
1126
+ * ([more information and example](https://www.telerik.com/kendo-angular-ui/components/gauges/arcgauge/color-ranges)).
1127
+ *
1128
+ * @example
1129
+ * ```ts
1130
+ * import { Component } from '@angular/core';
1131
+ *
1132
+ * @Component({
1133
+ * selector: 'my-app',
1134
+ * template: `
1135
+ * <kendo-arcgauge [value]="value">
1136
+ * <kendo-arcgauge-colors>
1137
+ * @for (item of colors; track item) {
1138
+ * <kendo-arcgauge-color
1139
+ * [from]="item.from" [to]="item.to" [color]="item.color">
1140
+ * </kendo-arcgauge-color>
1141
+ * }
1142
+ * </kendo-arcgauge-colors>
1143
+ * </kendo-arcgauge>
1144
+ * `
1145
+ * })
1146
+ * export class AppComponent {
1147
+ * public value: number = 10;
1148
+ *
1149
+ * public colors: any[] = [{
1150
+ * to: 25,
1151
+ * color: '#0058e9'
1152
+ * }, {
1153
+ * from: 25,
1154
+ * to: 50,
1155
+ * color: '#37b400'
1156
+ * }, {
1157
+ * from: 50,
1158
+ * to: 75,
1159
+ * color: '#ffc000'
1160
+ * }, {
1161
+ * from: 75,
1162
+ * color: '#f31700'
1163
+ * }];
1164
+ * }
1165
+ * ```
1166
+ *
1167
+ * @remarks
1168
+ * Supported children components are: {@link ColorComponent}.
1169
+ */
1170
+ declare class ColorsComponent extends CollectionComponent {
1171
+ children: QueryList<CollectionItemComponent>;
1172
+ constructor(configurationService: ConfigurationService, collectionChangesService: CollectionChangesService);
1173
+ static ɵfac: i0.ɵɵFactoryDeclaration<ColorsComponent, never>;
1174
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColorsComponent, "kendo-arcgauge-colors", never, {}, {}, ["children"], never, true, never>;
1175
+ }
1176
+
1177
+ /**
1178
+ * Represents the configuration options for an ArcGauge color item.
1179
+ *
1180
+ * @example
1181
+ * ```ts
1182
+ * import { Component } from '@angular/core';
1183
+ *
1184
+ * @Component({
1185
+ * selector: 'my-app',
1186
+ * template: `
1187
+ * <kendo-arcgauge [value]="value">
1188
+ * <kendo-arcgauge-colors>
1189
+ * <kendo-arcgauge-color
1190
+ * [from]="0"
1191
+ * [to]="50"
1192
+ * color="green">
1193
+ * </kendo-arcgauge-color>
1194
+ * </kendo-arcgauge-colors>
1195
+ * </kendo-arcgauge>
1196
+ * `
1197
+ * })
1198
+ * export class AppComponent {
1199
+ * public value: number = 25;
1200
+ * }
1201
+ * ```
1202
+ */
1203
+ declare class ColorComponent extends CollectionItemComponent implements ColorRange {
1204
+ /**
1205
+ * Sets the color of the range. Accepts a valid CSS color string, including hex and rgb.
1206
+ */
1207
+ set color(value: string);
1208
+ get color(): string;
1209
+ /**
1210
+ * Sets the opacity of the range.
1211
+ */
1212
+ set opacity(value: number);
1213
+ get opacity(): number;
1214
+ /**
1215
+ * Sets the start value of the range.
1216
+ */
1217
+ set from(value: number);
1218
+ get from(): number;
1219
+ /**
1220
+ * Sets the end value of the range.
1221
+ */
1222
+ set to(value: number);
1223
+ get to(): number;
1224
+ private _to;
1225
+ private _from;
1226
+ private _opacity;
1227
+ private _color;
1228
+ constructor(configurationService: ConfigurationService, collectionChangesService: CollectionChangesService);
1229
+ static ɵfac: i0.ɵɵFactoryDeclaration<ColorComponent, never>;
1230
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColorComponent, "kendo-arcgauge-color", never, { "color": { "alias": "color"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "from": { "alias": "from"; "required": false; }; "to": { "alias": "to"; "required": false; }; }, {}, never, never, true, never>;
1231
+ }
1232
+
1233
+ /**
1234
+ * Represents the [`NgModule`](link:site.data.urls.angular['ngmodules']) definition that includes the ArcGauge component and its directives.
1235
+ * Import the `ArcGaugeModule` into your application
1236
+ * [root module](link:site.data.urls.angular['ngmodules']#angular-modularity) or any other sub-module
1237
+ * that will use the ArcGauge component.
1238
+ *
1239
+ * @example
1240
+ * ```typescript
1241
+ * import { NgModule } from '@angular/core';
1242
+ * import { BrowserModule } from '@angular/platform-browser';
1243
+ * import { ArcGaugeModule } from '@progress/kendo-angular-gauges';
1244
+ * import { AppComponent } from './app.component';
1245
+ *
1246
+ * @NgModule({
1247
+ * bootstrap: [AppComponent],
1248
+ * declarations: [AppComponent],
1249
+ * imports: [BrowserModule, ArcGaugeModule]
1250
+ * })
1251
+ * export class AppModule { }
1252
+ * ```
1253
+ */
1254
+ declare class ArcGaugeModule {
1255
+ static ɵfac: i0.ɵɵFactoryDeclaration<ArcGaugeModule, never>;
1256
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ArcGaugeModule, never, [typeof ArcGaugeComponent, typeof ArcCenterTemplateDirective, typeof ArcGaugeAreaComponent, typeof ArcScaleComponent, typeof ArcLabelsComponent, typeof ColorsComponent, typeof ColorComponent], [typeof ArcGaugeComponent, typeof ArcCenterTemplateDirective, typeof ArcGaugeAreaComponent, typeof ArcScaleComponent, typeof ArcLabelsComponent, typeof ColorsComponent, typeof ColorComponent]>;
1257
+ static ɵinj: i0.ɵɵInjectorDeclaration<ArcGaugeModule>;
1258
+ }
1259
+
1260
+ /**
1261
+ * Represents the [Kendo UI LinearGauge component for Angular](https://www.telerik.com/kendo-angular-ui/components/gauges/lineargauge).
1262
+ *
1263
+ * @example
1264
+ * ```ts
1265
+ * import { Component } from '@angular/core';
1266
+ *
1267
+ * _Component({
1268
+ * selector: 'my-app',
1269
+ * template: `
1270
+ * <kendo-lineargauge [pointer]="{ value: value }">
1271
+ * </kendo-lineargauge>
1272
+ * `
1273
+ * })
1274
+ * class AppComponent {
1275
+ * public value: number = 10;
1276
+ * }
1277
+ * ```
1278
+ *
1279
+ * @remarks
1280
+ * Supported children components are: {@link LinearScaleComponent}, {@link LinearLabelsComponent}, {@link LinearGaugeAreaComponent}, {@link LinearPointersComponent}, {@link LinearRangesComponent}.
1281
+ */
1282
+ declare class LinearGaugeComponent extends GaugeComponent {
1283
+ /**
1284
+ * Configures the pointers of the LinearGauge.
1285
+ */
1286
+ set pointer(value: LinearPointer | LinearPointer[]);
1287
+ get pointer(): LinearPointer | LinearPointer[];
1288
+ /**
1289
+ * Configures the scale of the LinearGauge.
1290
+ */
1291
+ set scale(value: LinearScale);
1292
+ get scale(): LinearScale;
1293
+ private _pointer;
1294
+ constructor(configurationService: ConfigurationService, themeService: ThemeService, intlService: IntlService, localizationService: LocalizationService, element: ElementRef, renderer: Renderer2, ngZone: NgZone);
1295
+ protected createInstance(element: any, options: any, theme: any, context: any): void;
1296
+ static ɵfac: i0.ɵɵFactoryDeclaration<LinearGaugeComponent, never>;
1297
+ static ɵcmp: i0.ɵɵComponentDeclaration<LinearGaugeComponent, "kendo-lineargauge", ["kendoLinearGauge"], { "pointer": { "alias": "pointer"; "required": false; }; "scale": { "alias": "scale"; "required": false; }; }, {}, never, never, true, never>;
1298
+ }
1299
+
1300
+ /**
1301
+ * Represents the configuration options for the LinearGauge area.
1302
+ * This component controls the entire visible area of the LinearGauge.
1303
+ *
1304
+ * @example
1305
+ * ```html
1306
+ * <kendo-lineargauge>
1307
+ * <kendo-lineargauge-area background="lightblue" [border]="{ width: 2 }">
1308
+ * </kendo-lineargauge-area>
1309
+ * </kendo-lineargauge>
1310
+ * ```
1311
+ */
1312
+ declare class LinearGaugeAreaComponent extends GaugeAreaComponent {
1313
+ protected configurationService: ConfigurationService;
1314
+ constructor(configurationService: ConfigurationService);
1315
+ static ɵfac: i0.ɵɵFactoryDeclaration<LinearGaugeAreaComponent, never>;
1316
+ static ɵcmp: i0.ɵɵComponentDeclaration<LinearGaugeAreaComponent, "kendo-lineargauge-area", never, {}, {}, never, never, true, never>;
1317
+ }
1318
+
1319
+ /**
1320
+ * Represents the configuration options for the scale of the LinearGauge
1321
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/gauges/lineargauge/scale-options)).
1322
+ *
1323
+ * @example
1324
+ * ```html
1325
+ * <kendo-lineargauge>
1326
+ * <kendo-lineargauge-scale [mirror]="true" [vertical]="false">
1327
+ * </kendo-lineargauge-scale>
1328
+ * </kendo-lineargauge>
1329
+ * ```
1330
+ *
1331
+ * @remarks
1332
+ * Supported children components are: {@link LinearLabelsComponent}, {@link LinearRangesComponent}.
1333
+ */
1334
+ declare class LinearScaleComponent extends ScaleComponent implements LinearScale {
1335
+ protected configurationService: ConfigurationService;
1336
+ /**
1337
+ * Configures the appearance of the scale line.
1338
+ */
1339
+ set line(value: Line);
1340
+ get line(): Line;
1341
+ /**
1342
+ * Configures the ranges that are displayed on the scale.
1343
+ */
1344
+ set ranges(value: Range[]);
1345
+ get ranges(): Range[];
1346
+ /**
1347
+ * Mirrors the scale labels and ticks. When you set this option to `true`, the labels and ticks appear on the opposite side of the scale.
1348
+ *
1349
+ * @default false
1350
+ */
1351
+ set mirror(value: boolean);
1352
+ get mirror(): boolean;
1353
+ /**
1354
+ * Sets the orientation of the scale. When you set this option to `false`, the scale displays horizontally.
1355
+ *
1356
+ * @default true
1357
+ */
1358
+ set vertical(value: boolean);
1359
+ get vertical(): boolean;
1360
+ private _vertical;
1361
+ private _mirror;
1362
+ private _ranges;
1363
+ private _line;
1364
+ constructor(configurationService: ConfigurationService);
1365
+ static ɵfac: i0.ɵɵFactoryDeclaration<LinearScaleComponent, never>;
1366
+ static ɵcmp: i0.ɵɵComponentDeclaration<LinearScaleComponent, "kendo-lineargauge-scale", never, { "line": { "alias": "line"; "required": false; }; "ranges": { "alias": "ranges"; "required": false; }; "mirror": { "alias": "mirror"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; }, {}, never, never, true, never>;
1367
+ }
1368
+
1369
+ /**
1370
+ * Represents the configuration options for the LinearGauge scale labels.
1371
+ *
1372
+ * @example
1373
+ * ```html
1374
+ * <kendo-lineargauge>
1375
+ * <kendo-lineargauge-scale>
1376
+ * <kendo-lineargauge-scale-labels [visible]="true" [format]="'N0'">
1377
+ * </kendo-lineargauge-scale-labels>
1378
+ * </kendo-lineargauge-scale>
1379
+ * </kendo-lineargauge>
1380
+ * ```
1381
+ */
1382
+ declare class LinearLabelsComponent extends LabelsComponent {
1383
+ protected configurationService: ConfigurationService;
1384
+ constructor(configurationService: ConfigurationService);
1385
+ static ɵfac: i0.ɵɵFactoryDeclaration<LinearLabelsComponent, never>;
1386
+ static ɵcmp: i0.ɵɵComponentDeclaration<LinearLabelsComponent, "kendo-lineargauge-scale-labels", never, {}, {}, never, never, true, never>;
1387
+ }
1388
+
1389
+ /**
1390
+ * Represents a collection of one or more LinearGauge pointers
1391
+ * ([more information](https://www.telerik.com/kendo-angular-ui/components/gauges/lineargauge/multiple-pointers)).
1392
+ *
1393
+ * @example
1394
+ * ```ts
1395
+ * import { Component } from '@angular/core';
1396
+ *
1397
+ * @Component({
1398
+ * selector: 'my-app',
1399
+ * template: `
1400
+ * <kendo-lineargauge>
1401
+ * <kendo-lineargauge-pointers>
1402
+ * @for (pointer of pointers; track pointer) {
1403
+ * <kendo-lineargauge-pointer
1404
+ * [value]="pointer.value" [color]="pointer.color" shape="barIndicator">
1405
+ * </kendo-lineargauge-pointer>
1406
+ * }
1407
+ * </kendo-lineargauge-pointers>
1408
+ * </kendo-lineargauge>
1409
+ * `
1410
+ * })
1411
+ * export class AppComponent {
1412
+ * public pointers: any[] = [{
1413
+ * value: 10,
1414
+ * color: '#ff4500'
1415
+ * }, {
1416
+ * value: 12,
1417
+ * color: '#28b4c8'
1418
+ * }, {
1419
+ * value: 20,
1420
+ * color: '#8b0000'
1421
+ * }];
1422
+ * }
1423
+ * ```
1424
+ *
1425
+ * @remarks
1426
+ * Supported children components are: {@link LinearPointerComponent}
1427
+ */
1428
+ declare class LinearPointersComponent extends CollectionComponent {
1429
+ children: QueryList<CollectionItemComponent>;
1430
+ constructor(configurationService: ConfigurationService, collectionChangesService: CollectionChangesService);
1431
+ static ɵfac: i0.ɵɵFactoryDeclaration<LinearPointersComponent, never>;
1432
+ static ɵcmp: i0.ɵɵComponentDeclaration<LinearPointersComponent, "kendo-lineargauge-pointers", never, {}, {}, ["children"], never, true, never>;
1433
+ }
1434
+
1435
+ /**
1436
+ * Represents the configuration options for a pointer item of a LinearGauge.
1437
+ *
1438
+ * @example
1439
+ * ```html
1440
+ * <kendo-lineargauge>
1441
+ * <kendo-lineargauge-pointers>
1442
+ * <kendo-lineargauge-pointer [value]="35" color="#ff4500" shape="barIndicator">
1443
+ * </kendo-lineargauge-pointer>
1444
+ * </kendo-lineargauge-pointers>
1445
+ * </kendo-lineargauge>
1446
+ * ```
1447
+ */
1448
+ declare class LinearPointerComponent extends CollectionItemComponent implements LinearPointer {
1449
+ /**
1450
+ * Configures the border settings of the pointer.
1451
+ */
1452
+ set border(value: Border);
1453
+ get border(): Border;
1454
+ /**
1455
+ * Specifies the color of the pointer.
1456
+ */
1457
+ set color(value: string);
1458
+ get color(): string;
1459
+ /**
1460
+ * Sets the margin of the pointer. You can set this option to a number or an object with specific margin values.
1461
+ */
1462
+ set margin(value: number | Margin);
1463
+ get margin(): number | Margin;
1464
+ /**
1465
+ * Controls the transparency of the pointer. The value ranges from 0 (transparent) to 1 (opaque).
1466
+ */
1467
+ set opacity(value: number);
1468
+ get opacity(): number;
1469
+ /**
1470
+ * Defines the shape of the pointer.
1471
+ */
1472
+ set shape(value: LinearPointerShape);
1473
+ get shape(): LinearPointerShape;
1474
+ /**
1475
+ * Sets the size of the pointer in pixels.
1476
+ */
1477
+ set size(value: number);
1478
+ get size(): number;
1479
+ /**
1480
+ * Specifies the value that the pointer displays on the scale.
1481
+ */
1482
+ set value(v: number);
1483
+ get value(): number;
1484
+ private _value;
1485
+ private _size;
1486
+ private _shape;
1487
+ private _opacity;
1488
+ private _margin;
1489
+ private _border;
1490
+ private _color;
1491
+ constructor(configurationService: ConfigurationService, collectionChangesService: CollectionChangesService);
1492
+ static ɵfac: i0.ɵɵFactoryDeclaration<LinearPointerComponent, never>;
1493
+ static ɵcmp: i0.ɵɵComponentDeclaration<LinearPointerComponent, "kendo-lineargauge-pointer", never, { "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
1494
+ }
1495
+
1496
+ /**
1497
+ * Represents the configuration options for a scale range item of a LinearGauge.
1498
+ *
1499
+ * @example
1500
+ * ```html
1501
+ * <kendo-lineargauge>
1502
+ * <kendo-lineargauge-scale>
1503
+ * <kendo-lineargauge-scale-ranges>
1504
+ * @for (range of ranges; track range) {
1505
+ * <kendo-lineargauge-scale-range [from]="range.from" [to]="range.to" [color]="range.color">
1506
+ * </kendo-lineargauge-scale-range>
1507
+ * }
1508
+ * </kendo-lineargauge-scale-ranges>
1509
+ * </kendo-lineargauge-scale>
1510
+ * </kendo-lineargauge>
1511
+ * ```
1512
+ */
1513
+ declare class LinearRangeComponent extends RangeComponent {
1514
+ constructor(configurationService: ConfigurationService, collectionChangesService: CollectionChangesService);
1515
+ static ɵfac: i0.ɵɵFactoryDeclaration<LinearRangeComponent, never>;
1516
+ static ɵcmp: i0.ɵɵComponentDeclaration<LinearRangeComponent, "kendo-lineargauge-scale-range", never, {}, {}, never, never, true, never>;
1517
+ }
1518
+
1519
+ /**
1520
+ * Represents a collection of one or more LinearGauge scale ranges
1521
+ * ([more information and example](https://www.telerik.com/kendo-angular-ui/components/gauges/lineargauge/scale-ranges)).
1522
+ *
1523
+ * You can use this component to define multiple ranges on your LinearGauge scale. Each range displays a colored segment
1524
+ * that highlights specific value intervals on the LinearGauge.
1525
+ *
1526
+ * @example
1527
+ * ```ts
1528
+ * import { Component } from '@angular/core';
1529
+ *
1530
+ * @Component({
1531
+ * selector: 'my-app',
1532
+ * template: `
1533
+ * <kendo-lineargauge>
1534
+ * <kendo-lineargauge-scale>
1535
+ * <kendo-lineargauge-scale-ranges>
1536
+ * @for (range of ranges; track range) {
1537
+ * <kendo-lineargauge-scale-range
1538
+ * [from]="range.from" [to]="range.to" [color]="range.color">
1539
+ * </kendo-lineargauge-scale-range>
1540
+ * }
1541
+ * </kendo-lineargauge-scale-ranges>
1542
+ * </kendo-lineargauge-scale>
1543
+ * </kendo-lineargauge>
1544
+ * `
1545
+ * })
1546
+ * export class AppComponent {
1547
+ * public ranges: any[] = [{
1548
+ * from: 0,
1549
+ * to: 15,
1550
+ * color: '#ffd246'
1551
+ * }, {
1552
+ * from: 15,
1553
+ * to: 30,
1554
+ * color: '#28b4c8'
1555
+ * }, {
1556
+ * from: 30,
1557
+ * to: 50,
1558
+ * color: '#78d237'
1559
+ * }];
1560
+ * }
1561
+ * ```
1562
+ *
1563
+ * @remarks
1564
+ * Supported children components are: {@link LinearRangeComponent}
1565
+ */
1566
+ declare class LinearRangesComponent extends CollectionComponent {
1567
+ children: QueryList<CollectionItemComponent>;
1568
+ constructor(configurationService: ConfigurationService, collectionChangesService: CollectionChangesService);
1569
+ static ɵfac: i0.ɵɵFactoryDeclaration<LinearRangesComponent, never>;
1570
+ static ɵcmp: i0.ɵɵComponentDeclaration<LinearRangesComponent, "kendo-lineargauge-scale-ranges", never, {}, {}, ["children"], never, true, never>;
1571
+ }
1572
+
1573
+ /**
1574
+ * Represents the [NgModule](link:site.data.urls.angular['ngmodules']) definition that includes the LinearGauge component and its directives.
1575
+ * Import the `LinearGaugeModule` into your application
1576
+ * [root module](link:site.data.urls.angular['ngmodules']#angular-modularity) or any other sub-module
1577
+ * that will use the LinearGauge component.
1578
+ *
1579
+ * @example
1580
+ * ```ts
1581
+ * import { NgModule } from '@angular/core';
1582
+ * import { BrowserModule } from '@angular/platform-browser';
1583
+ * import { LinearGaugeModule } from '@progress/kendo-angular-gauges';
1584
+ * import { AppComponent } from './app.component';
1585
+ *
1586
+ * @NgModule({
1587
+ * bootstrap: [AppComponent],
1588
+ * declarations: [AppComponent],
1589
+ * imports: [BrowserModule, LinearGaugeModule]
1590
+ * })
1591
+ * export class AppModule {
1592
+ * }
1593
+ * ```
1594
+ */
1595
+ declare class LinearGaugeModule {
1596
+ static ɵfac: i0.ɵɵFactoryDeclaration<LinearGaugeModule, never>;
1597
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LinearGaugeModule, never, [typeof LinearGaugeComponent, typeof LinearGaugeAreaComponent, typeof LinearScaleComponent, typeof LinearLabelsComponent, typeof LinearPointersComponent, typeof LinearPointerComponent, typeof LinearRangeComponent, typeof LinearRangesComponent], [typeof LinearGaugeComponent, typeof LinearGaugeAreaComponent, typeof LinearScaleComponent, typeof LinearLabelsComponent, typeof LinearPointersComponent, typeof LinearPointerComponent, typeof LinearRangeComponent, typeof LinearRangesComponent]>;
1598
+ static ɵinj: i0.ɵɵInjectorDeclaration<LinearGaugeModule>;
1599
+ }
1600
+
1601
+ /**
1602
+ * Represents the [Kendo UI RadialGauge component for Angular](https://www.telerik.com/kendo-angular-ui/components/gauges/radialgauge).
1603
+ *
1604
+ * @example
1605
+ * ```ts
1606
+ * import { Component } from '@angular/core';
1607
+ *
1608
+ * @Component({
1609
+ * selector: 'my-app',
1610
+ * template: `
1611
+ * <kendo-radialgauge [pointer]="{ value: value }">
1612
+ * </kendo-radialgauge>
1613
+ * `
1614
+ * })
1615
+ * export class AppComponent {
1616
+ * public value: number = 10;
1617
+ * }
1618
+ * ```
1619
+ *
1620
+ * @remarks
1621
+ * Supported children components are: {@link RadialGaugeAreaComponent}, {@link RadialLabelsComponent}, {@link RadialPointersComponent}, {@link RadialRangesComponent}, {@link RadialScaleComponent}.
1622
+ */
1623
+ declare class RadialGaugeComponent extends GaugeComponent {
1624
+ /**
1625
+ * Sets the configuration of the pointers.
1626
+ * You can configure single or multiple pointers for the RadialGauge.
1627
+ */
1628
+ set pointer(value: RadialPointer | RadialPointer[]);
1629
+ get pointer(): RadialPointer | RadialPointer[];
1630
+ /**
1631
+ * Sets the configuration of the scale.
1632
+ * The scale defines the range, appearance, and behavior of the gauge.
1633
+ */
1634
+ set scale(value: RadialScale);
1635
+ get scale(): RadialScale;
1636
+ private _pointer;
1637
+ constructor(configurationService: ConfigurationService, themeService: ThemeService, intlService: IntlService, localizationService: LocalizationService, element: ElementRef, renderer: Renderer2, ngZone: NgZone);
1638
+ protected createInstance(element: any, options: any, theme: any, context: any): void;
1639
+ static ɵfac: i0.ɵɵFactoryDeclaration<RadialGaugeComponent, never>;
1640
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadialGaugeComponent, "kendo-radialgauge", ["kendoRadialGauge"], { "pointer": { "alias": "pointer"; "required": false; }; "scale": { "alias": "scale"; "required": false; }; }, {}, never, never, true, never>;
1641
+ }
1642
+
1643
+ /**
1644
+ * Represents the configuration options for the RadialGauge area.
1645
+ * This component controls the entire visible area of the RadialGauge.
1646
+ *
1647
+ * @example
1648
+ * ```ts
1649
+ * import { Component } from '@angular/core';
1650
+ *
1651
+ * @Component({
1652
+ * selector: 'my-app',
1653
+ * template: `
1654
+ * <kendo-radialgauge-area background="lightblue">
1655
+ * </kendo-radialgauge-area>
1656
+ * `
1657
+ * })
1658
+ * class AppComponent {
1659
+ * }
1660
+ * ```
1661
+ */
1662
+ declare class RadialGaugeAreaComponent extends GaugeAreaComponent {
1663
+ protected configurationService: ConfigurationService;
1664
+ constructor(configurationService: ConfigurationService);
1665
+ static ɵfac: i0.ɵɵFactoryDeclaration<RadialGaugeAreaComponent, never>;
1666
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadialGaugeAreaComponent, "kendo-radialgauge-area", never, {}, {}, never, never, true, never>;
1667
+ }
1668
+
1669
+ /**
1670
+ * Represents the configuration options for the scale of a RadialGauge
1671
+ * ([more information and example](https://www.telerik.com/kendo-angular-ui/components/gauges/radialgauge/scale-options)).
1672
+ *
1673
+ * @example
1674
+ * ```html
1675
+ * <kendo-radialgauge>
1676
+ * <kendo-radialgauge-scale [startAngle]="0" [endAngle]="180">
1677
+ * </kendo-radialgauge-scale>
1678
+ * </kendo-radialgauge>
1679
+ * ```
1680
+ *
1681
+ * @remarks
1682
+ * Supported children components are: {@link RadialLabelsComponent}, {@link RadialRangesComponent}
1683
+ */
1684
+ declare class RadialScaleComponent extends ScaleComponent implements RadialScale {
1685
+ protected configurationService: ConfigurationService;
1686
+ /**
1687
+ * Configures the scale labels.
1688
+ */
1689
+ set labels(value: RadialLabels);
1690
+ get labels(): RadialLabels;
1691
+ /**
1692
+ * Specifies the distance between the scale ranges and the ticks.
1693
+ */
1694
+ set rangeDistance(value: number);
1695
+ get rangeDistance(): number;
1696
+ /**
1697
+ * Sets the ranges of the scale.
1698
+ */
1699
+ set ranges(value: Range[]);
1700
+ get ranges(): Range[];
1701
+ /**
1702
+ * Specifies the start angle of the Gauge in degrees.
1703
+ */
1704
+ set startAngle(value: number);
1705
+ get startAngle(): number;
1706
+ /**
1707
+ * Specifies the end angle of the Gauge in degrees.
1708
+ */
1709
+ set endAngle(value: number);
1710
+ get endAngle(): number;
1711
+ private _endAngle;
1712
+ private _startAngle;
1713
+ private _ranges;
1714
+ private _rangeDistance;
1715
+ constructor(configurationService: ConfigurationService);
1716
+ static ɵfac: i0.ɵɵFactoryDeclaration<RadialScaleComponent, never>;
1717
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadialScaleComponent, "kendo-radialgauge-scale", never, { "labels": { "alias": "labels"; "required": false; }; "rangeDistance": { "alias": "rangeDistance"; "required": false; }; "ranges": { "alias": "ranges"; "required": false; }; "startAngle": { "alias": "startAngle"; "required": false; }; "endAngle": { "alias": "endAngle"; "required": false; }; }, {}, never, never, true, never>;
1718
+ }
1719
+
1720
+ /**
1721
+ * Represents a collection of one or more RadialGauge pointers
1722
+ * ([more information and example](https://www.telerik.com/kendo-angular-ui/components/gauges/radialgauge/multiple-pointers)).
1723
+ *
1724
+ * Use this component to group multiple pointer components within a RadialGauge.
1725
+ * Each pointer displays a specific value on the gauge.
1726
+ *
1727
+ * @example
1728
+ * ```ts
1729
+ * import { Component } from '@angular/core';
1730
+ *
1731
+ * @Component({
1732
+ * selector: 'my-app',
1733
+ * template: `
1734
+ * <kendo-radialgauge>
1735
+ * <kendo-radialgauge-pointers>
1736
+ * @for (pointer of pointers; track pointer) {
1737
+ * <kendo-radialgauge-pointer
1738
+ * [value]="pointer.value" [color]="pointer.color">
1739
+ * </kendo-radialgauge-pointer>
1740
+ * }
1741
+ * </kendo-radialgauge-pointers>
1742
+ * </kendo-radialgauge>
1743
+ * `
1744
+ * })
1745
+ * export class AppComponent {
1746
+ * public pointers: any[] = [{
1747
+ * value: 10,
1748
+ * color: '#ffd246'
1749
+ * }, {
1750
+ * value: 20,
1751
+ * color: '#28b4c8'
1752
+ * }, {
1753
+ * value: 30,
1754
+ * color: '#78d237'
1755
+ * }];
1756
+ * }
1757
+ * ```
1758
+ *
1759
+ * @remarks
1760
+ * Supported children components are: {@link RadialPointerComponent}
1761
+ */
1762
+ declare class RadialPointersComponent extends CollectionComponent {
1763
+ children: QueryList<CollectionItemComponent>;
1764
+ constructor(configurationService: ConfigurationService, collectionChangesService: CollectionChangesService);
1765
+ static ɵfac: i0.ɵɵFactoryDeclaration<RadialPointersComponent, never>;
1766
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadialPointersComponent, "kendo-radialgauge-pointers", never, {}, {}, ["children"], never, true, never>;
1767
+ }
1768
+
1769
+ /**
1770
+ * Represents the configuration options for a pointer in the RadialGauge.
1771
+ *
1772
+ * @example
1773
+ * ```html
1774
+ * <kendo-radialgauge>
1775
+ * <kendo-radialgauge-pointers>
1776
+ * <kendo-radialgauge-pointer [value]="35" color="#ff4500" shape="barIndicator">
1777
+ * </kendo-radialgauge-pointer>
1778
+ * </kendo-radialgauge-pointers>
1779
+ * </kendo-radialgauge>
1780
+ * ```
1781
+ */
1782
+ declare class RadialPointerComponent extends CollectionItemComponent implements RadialPointer {
1783
+ /**
1784
+ * Configures the pointer cap.
1785
+ */
1786
+ set cap(value: Cap);
1787
+ get cap(): Cap;
1788
+ /**
1789
+ * Specifies the color of the pointer.
1790
+ */
1791
+ set color(value: string);
1792
+ get color(): string;
1793
+ /**
1794
+ * Sets the length of the pointer as a percentage of the scale radius.
1795
+ */
1796
+ set length(value: number);
1797
+ get length(): number;
1798
+ /**
1799
+ * Sets the value of the pointer.
1800
+ */
1801
+ set value(v: number);
1802
+ get value(): number;
1803
+ private _color;
1804
+ private _cap;
1805
+ private _length;
1806
+ private _value;
1807
+ constructor(configurationService: ConfigurationService, collectionChangesService: CollectionChangesService);
1808
+ static ɵfac: i0.ɵɵFactoryDeclaration<RadialPointerComponent, never>;
1809
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadialPointerComponent, "kendo-radialgauge-pointer", never, { "cap": { "alias": "cap"; "required": false; }; "color": { "alias": "color"; "required": false; }; "length": { "alias": "length"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
1810
+ }
1811
+
1812
+ /**
1813
+ * Represents the configuration options for a range in the RadialGauge scale.
1814
+ *
1815
+ * @example
1816
+ * ```html
1817
+ * <kendo-radialgauge>
1818
+ * <kendo-radialgauge-scale>
1819
+ * <kendo-radialgauge-scale-ranges>
1820
+ * <kendo-radialgauge-scale-range [from]="0" [to]="50" color="red">
1821
+ * </kendo-radialgauge-scale-range>
1822
+ * </kendo-radialgauge-scale-ranges>
1823
+ * </kendo-radialgauge-scale>
1824
+ * </kendo-radialgauge>
1825
+ * ```
1826
+ */
1827
+ declare class RadialRangeComponent extends RangeComponent {
1828
+ constructor(configurationService: ConfigurationService, collectionChangesService: CollectionChangesService);
1829
+ static ɵfac: i0.ɵɵFactoryDeclaration<RadialRangeComponent, never>;
1830
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadialRangeComponent, "kendo-radialgauge-scale-range", never, {}, {}, never, never, true, never>;
1831
+ }
1832
+
1833
+ /**
1834
+ * Represents a collection of one or more RadialGauge scale ranges
1835
+ * ([more information and example](https://www.telerik.com/kendo-angular-ui/components/gauges/radialgauge/scale-ranges)).
1836
+ *
1837
+ * Use this component to define multiple ranges on your RadialGauge scale.
1838
+ * Each range displays a colored segment that highlights specific value intervals.
1839
+ *
1840
+ * @example
1841
+ * ```ts
1842
+ * import { Component } from '@angular/core';
1843
+ *
1844
+ * @Component({
1845
+ * selector: 'my-app',
1846
+ * template: `
1847
+ * <kendo-radialgauge>
1848
+ * <kendo-radialgauge-scale>
1849
+ * <kendo-radialgauge-scale-ranges>
1850
+ * @for (range of ranges; track range) {
1851
+ * <kendo-radialgauge-scale-range
1852
+ * [from]="range.from" [to]="range.to" [color]="range.color">
1853
+ * </kendo-radialgauge-scale-range>
1854
+ * }
1855
+ * </kendo-radialgauge-scale-ranges>
1856
+ * </kendo-radialgauge-scale>
1857
+ * </kendo-radialgauge>
1858
+ * `
1859
+ * })
1860
+ * export class AppComponent {
1861
+ * public ranges: any[] = [{
1862
+ * from: 0,
1863
+ * to: 15,
1864
+ * color: '#ffd246'
1865
+ * }, {
1866
+ * from: 15,
1867
+ * to: 30,
1868
+ * color: '#28b4c8'
1869
+ * }, {
1870
+ * from: 30,
1871
+ * to: 50,
1872
+ * color: '#78d237'
1873
+ * }];
1874
+ * }
1875
+ * ```
1876
+ *
1877
+ * @remarks
1878
+ * Supported children components are: {@link RadialRangeComponent}
1879
+ */
1880
+ declare class RadialRangesComponent extends CollectionComponent {
1881
+ children: QueryList<CollectionItemComponent>;
1882
+ constructor(configurationService: ConfigurationService, collectionChangesService: CollectionChangesService);
1883
+ static ɵfac: i0.ɵɵFactoryDeclaration<RadialRangesComponent, never>;
1884
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadialRangesComponent, "kendo-radialgauge-scale-ranges", never, {}, {}, ["children"], never, true, never>;
1885
+ }
1886
+
1887
+ /**
1888
+ * Represents the [NgModule](link:site.data.urls.angular['ngmodules']) definition that includes the RadialGauge component and its directives.
1889
+ * Import the RadialGaugeModule into your application
1890
+ * [root module](link:site.data.urls.angular['ngmodules']#angular-modularity) or any other sub-module
1891
+ * that uses the RadialGauge component.
1892
+ *
1893
+ * @example
1894
+ * ```ts
1895
+ * import { NgModule } from '@angular/core';
1896
+ * import { BrowserModule } from '@angular/platform-browser';
1897
+ * import { RadialGaugeModule } from '@progress/kendo-angular-gauges';
1898
+ * import { AppComponent } from './app.component';
1899
+ *
1900
+ * @NgModule({
1901
+ * bootstrap: [AppComponent],
1902
+ * declarations: [AppComponent],
1903
+ * imports: [BrowserModule, RadialGaugeModule]
1904
+ * })
1905
+ * export class AppModule {
1906
+ * }
1907
+ * ```
1908
+ */
1909
+ declare class RadialGaugeModule {
1910
+ static ɵfac: i0.ɵɵFactoryDeclaration<RadialGaugeModule, never>;
1911
+ static ɵmod: i0.ɵɵNgModuleDeclaration<RadialGaugeModule, never, [typeof RadialGaugeComponent, typeof RadialGaugeAreaComponent, typeof RadialScaleComponent, typeof RadialLabelsComponent, typeof RadialPointersComponent, typeof RadialPointerComponent, typeof RadialRangeComponent, typeof RadialRangesComponent], [typeof RadialGaugeComponent, typeof RadialGaugeAreaComponent, typeof RadialScaleComponent, typeof RadialLabelsComponent, typeof RadialPointersComponent, typeof RadialPointerComponent, typeof RadialRangeComponent, typeof RadialRangesComponent]>;
1912
+ static ɵinj: i0.ɵɵInjectorDeclaration<RadialGaugeModule>;
1913
+ }
1914
+
1915
+ /**
1916
+ * Represents a directive that allows customizing the center part of the `<kendo-circulargauge>` component
1917
+ * ([more information and example](https://www.telerik.com/kendo-angular-ui/components/gauges/circulargauge/center-template)).
1918
+ *
1919
+ * The template context provides access to the current CircularGauge value through the `value` and `color` fields.
1920
+ *
1921
+ * @example
1922
+ * ```html
1923
+ * <kendo-circulargauge [value]="value">
1924
+ * <ng-template kendoCircularGaugeCenterTemplate let-value="value" let-color="color">
1925
+ * {{ value }}%
1926
+ * </ng-template>
1927
+ * </kendo-circulargauge>
1928
+ * ```
1929
+ */
1930
+ declare class CircularGaugeCenterTemplateDirective {
1931
+ templateRef: TemplateRef<any>;
1932
+ constructor(templateRef: TemplateRef<any>);
1933
+ static ɵfac: i0.ɵɵFactoryDeclaration<CircularGaugeCenterTemplateDirective, [{ optional: true; }]>;
1934
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CircularGaugeCenterTemplateDirective, "[kendoCircularGaugeCenterTemplate]", never, {}, {}, never, never, true, never>;
1935
+ }
1936
+
1937
+ /**
1938
+ * Represents the [Kendo UI CircularGauge component for Angular](https://www.telerik.com/kendo-angular-ui/components/gauges/circulargauge).
1939
+ *
1940
+ * @example
1941
+ * ```ts
1942
+ * import { Component } from '@angular/core';
1943
+ *
1944
+ * _@Component({
1945
+ * selector: 'my-app',
1946
+ * template: `
1947
+ * <kendo-circulargauge [value]="value" [scale]="{ max: 100 }">
1948
+ * <ng-template kendoCircularGaugeCenterTemplate let-value="value">
1949
+ * {{ value }}%
1950
+ * </ng-template>
1951
+ * </kendo-circulargauge>
1952
+ * `
1953
+ * })
1954
+ * class AppComponent {
1955
+ * public value: number = 10;
1956
+ * }
1957
+ * ```
1958
+ *
1959
+ * @remarks
1960
+ * Supported children components are: {@link CircularGaugeScaleComponent}, {@link CircularGaugeLabelsComponent}, {@link CircularGaugeAreaComponent}.
1961
+ */
1962
+ declare class CircularGaugeComponent extends ArcGaugeComponent {
1963
+ /**
1964
+ * Specifies the scale options of the Gauge.
1965
+ */
1966
+ set scale(value: CircularGaugeScale);
1967
+ get scale(): CircularGaugeScale;
1968
+ centerTemplate: CircularGaugeCenterTemplateDirective;
1969
+ protected createInstance(element: any, options: any, theme: any, context: any): void;
1970
+ static ɵfac: i0.ɵɵFactoryDeclaration<CircularGaugeComponent, never>;
1971
+ static ɵcmp: i0.ɵɵComponentDeclaration<CircularGaugeComponent, "kendo-circulargauge", ["kendoCircularGauge"], { "scale": { "alias": "scale"; "required": false; }; }, {}, ["centerTemplate"], never, true, never>;
1972
+ }
1973
+
1974
+ /**
1975
+ * Represents the configuration options of the Circular Gauge area.
1976
+ * Sets up the entire visible area of the CircularGauge.
1977
+ *
1978
+ * @example
1979
+ * ```typescript
1980
+ * @Component({
1981
+ * selector: 'my-app',
1982
+ * template: `
1983
+ * <kendo-circulargauge>
1984
+ * <kendo-circulargauge-area background="lightblue" margin="10">
1985
+ * </kendo-circulargauge-area>
1986
+ * </kendo-circulargauge>
1987
+ * `
1988
+ * })
1989
+ * export class AppComponent { }
1990
+ * ```
1991
+ */
1992
+ declare class CircularGaugeAreaComponent extends ArcGaugeAreaComponent {
1993
+ static ɵfac: i0.ɵɵFactoryDeclaration<CircularGaugeAreaComponent, never>;
1994
+ static ɵcmp: i0.ɵɵComponentDeclaration<CircularGaugeAreaComponent, "kendo-circulargauge-area", never, {}, {}, never, never, true, never>;
1995
+ }
1996
+
1997
+ /**
1998
+ * Represents the configuration options for the scale of the Circular Gauge
1999
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/gauges/circulargauge/scale-options)).
2000
+ *
2001
+ * @example
2002
+ * ```typescript
2003
+ * @Component({
2004
+ * selector: 'my-app',
2005
+ * template: `
2006
+ * <kendo-circulargauge>
2007
+ * <kendo-circulargauge-scale [min]="0" [max]="100">
2008
+ * </kendo-circulargauge-scale>
2009
+ * </kendo-circulargauge>
2010
+ * `
2011
+ * })
2012
+ * class AppComponent { }
2013
+ * ```
2014
+ *
2015
+ * @remarks
2016
+ * Supported children components are: {@link CircularGaugeLabelsComponent}
2017
+ */
2018
+ declare class CircularGaugeScaleComponent extends ArcScaleComponent implements CircularGaugeScale {
2019
+ /**
2020
+ * @hidden
2021
+ */
2022
+ set endAngle(value: number);
2023
+ get endAngle(): number;
2024
+ static ɵfac: i0.ɵɵFactoryDeclaration<CircularGaugeScaleComponent, never>;
2025
+ static ɵcmp: i0.ɵɵComponentDeclaration<CircularGaugeScaleComponent, "kendo-circulargauge-scale", never, { "endAngle": { "alias": "endAngle"; "required": false; }; }, {}, never, never, true, never>;
2026
+ }
2027
+
2028
+ /**
2029
+ * Represents the configuration options for the scale labels of the Circular Gauge.
2030
+ *
2031
+ * @example
2032
+ * ```ts
2033
+ * import { Component } from '@angular/core';
2034
+ *
2035
+ * @Component({
2036
+ * selector: 'my-app',
2037
+ * template: `
2038
+ * <kendo-circulargauge [value]="value">
2039
+ * <kendo-circulargauge-scale>
2040
+ * <kendo-circulargauge-scale-labels
2041
+ * color="blue"
2042
+ * font="12px Arial">
2043
+ * </kendo-circulargauge-scale-labels>
2044
+ * </kendo-circulargauge-scale>
2045
+ * </kendo-circulargauge>
2046
+ * `
2047
+ * })
2048
+ * export class AppComponent {
2049
+ * public value: number = 75;
2050
+ * }
2051
+ * ```
2052
+ */
2053
+ declare class CircularGaugeLabelsComponent extends ArcLabelsComponent {
2054
+ static ɵfac: i0.ɵɵFactoryDeclaration<CircularGaugeLabelsComponent, never>;
2055
+ static ɵcmp: i0.ɵɵComponentDeclaration<CircularGaugeLabelsComponent, "kendo-circulargauge-scale-labels", never, {}, {}, never, never, true, never>;
2056
+ }
2057
+
2058
+ /**
2059
+ * Represents the [`NgModule`](link:site.data.urls.angular['ngmodules']) definition that includes the CircularGauge component and its directives.
2060
+ * Import the `CircularGaugeModule` into your application
2061
+ * [root module](link:site.data.urls.angular['ngmodules']#angular-modularity) or any other sub-module
2062
+ * that uses the CircularGauge component.
2063
+ *
2064
+ * @example
2065
+ * ```ts
2066
+ * import { NgModule } from '@angular/core';
2067
+ * import { BrowserModule } from '@angular/platform-browser';
2068
+ * import { CircularGaugeModule } from '@progress/kendo-angular-gauges';
2069
+ * import { AppComponent } from './app.component';
2070
+ *
2071
+ * @NgModule({
2072
+ * bootstrap: [AppComponent],
2073
+ * declarations: [AppComponent],
2074
+ * imports: [BrowserModule, CircularGaugeModule]
2075
+ * })
2076
+ * export class AppModule { }
2077
+ * ```
2078
+ */
2079
+ declare class CircularGaugeModule {
2080
+ static ɵfac: i0.ɵɵFactoryDeclaration<CircularGaugeModule, never>;
2081
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CircularGaugeModule, never, [typeof CircularGaugeComponent, typeof CircularGaugeCenterTemplateDirective, typeof CircularGaugeAreaComponent, typeof CircularGaugeScaleComponent, typeof CircularGaugeLabelsComponent], [typeof CircularGaugeComponent, typeof CircularGaugeCenterTemplateDirective, typeof CircularGaugeAreaComponent, typeof CircularGaugeScaleComponent, typeof CircularGaugeLabelsComponent]>;
2082
+ static ɵinj: i0.ɵɵInjectorDeclaration<CircularGaugeModule>;
2083
+ }
2084
+
2085
+ /**
2086
+ * Represents the [NgModule](link:site.data.urls.angular['ngmodules']) definition that includes all Gauge components and directives.
2087
+ *
2088
+ * Import the `GaugesModule` into your application
2089
+ * [root module](link:site.data.urls.angular['ngmodules']#angular-modularity) or any other sub-module
2090
+ * that will use the Gauge components.
2091
+ *
2092
+ * @example
2093
+ * ```ts-no-run
2094
+ * import { NgModule } from '@angular/core';
2095
+ * import { BrowserModule } from '@angular/platform-browser';
2096
+ * import { GaugesModule } from '@progress/kendo-angular-gauges';
2097
+ * import { AppComponent } from './app.component';
2098
+ *
2099
+ * _@NgModule({
2100
+ * bootstrap: [AppComponent],
2101
+ * declarations: [AppComponent],
2102
+ * imports: [BrowserModule, GaugesModule]
2103
+ * })
2104
+ * export class AppModule {
2105
+ * }
2106
+ * ```
2107
+ */
2108
+ declare class GaugesModule {
2109
+ static ɵfac: i0.ɵɵFactoryDeclaration<GaugesModule, never>;
2110
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GaugesModule, never, [typeof ArcGaugeComponent, typeof ArcCenterTemplateDirective, typeof ArcGaugeAreaComponent, typeof ArcScaleComponent, typeof ArcLabelsComponent, typeof ColorsComponent, typeof ColorComponent, typeof CircularGaugeComponent, typeof CircularGaugeCenterTemplateDirective, typeof CircularGaugeAreaComponent, typeof CircularGaugeScaleComponent, typeof CircularGaugeLabelsComponent, typeof LinearGaugeComponent, typeof LinearGaugeAreaComponent, typeof LinearScaleComponent, typeof LinearLabelsComponent, typeof LinearPointersComponent, typeof LinearPointerComponent, typeof LinearRangeComponent, typeof LinearRangesComponent, typeof RadialGaugeComponent, typeof RadialGaugeAreaComponent, typeof RadialScaleComponent, typeof RadialLabelsComponent, typeof RadialPointersComponent, typeof RadialPointerComponent, typeof RadialRangeComponent, typeof RadialRangesComponent], [typeof ArcGaugeComponent, typeof ArcCenterTemplateDirective, typeof ArcGaugeAreaComponent, typeof ArcScaleComponent, typeof ArcLabelsComponent, typeof ColorsComponent, typeof ColorComponent, typeof CircularGaugeComponent, typeof CircularGaugeCenterTemplateDirective, typeof CircularGaugeAreaComponent, typeof CircularGaugeScaleComponent, typeof CircularGaugeLabelsComponent, typeof LinearGaugeComponent, typeof LinearGaugeAreaComponent, typeof LinearScaleComponent, typeof LinearLabelsComponent, typeof LinearPointersComponent, typeof LinearPointerComponent, typeof LinearRangeComponent, typeof LinearRangesComponent, typeof RadialGaugeComponent, typeof RadialGaugeAreaComponent, typeof RadialScaleComponent, typeof RadialLabelsComponent, typeof RadialPointersComponent, typeof RadialPointerComponent, typeof RadialRangeComponent, typeof RadialRangesComponent]>;
2111
+ static ɵinj: i0.ɵɵInjectorDeclaration<GaugesModule>;
2112
+ }
2113
+
2114
+ /**
2115
+ * Use this utility array to access all ArcGauge-related components and directives in a standalone Angular component.
2116
+ */
2117
+ declare const KENDO_ARCGAUGE: readonly [typeof ArcGaugeComponent, typeof ArcCenterTemplateDirective, typeof ArcGaugeAreaComponent, typeof ArcScaleComponent, typeof ArcLabelsComponent, typeof ColorsComponent, typeof ColorComponent];
2118
+ /**
2119
+ * Use this utility array to access all CircularGauge-related components and directives in a standalone Angular component.
2120
+ */
2121
+ declare const KENDO_CIRCULARGAUGE: readonly [typeof CircularGaugeComponent, typeof CircularGaugeCenterTemplateDirective, typeof CircularGaugeAreaComponent, typeof CircularGaugeScaleComponent, typeof CircularGaugeLabelsComponent];
2122
+ /**
2123
+ * Use this utility array to access all LinearGauge-related components and directives in a standalone Angular component.
2124
+ */
2125
+ declare const KENDO_LINEARGAUGE: readonly [typeof LinearGaugeComponent, typeof LinearGaugeAreaComponent, typeof LinearScaleComponent, typeof LinearLabelsComponent, typeof LinearPointersComponent, typeof LinearPointerComponent, typeof LinearRangeComponent, typeof LinearRangesComponent];
2126
+ /**
2127
+ * Use this utility array to access all RadialGauge-related components and directives in a standalone Angular component.
2128
+ */
2129
+ declare const KENDO_RADIALGAUGE: readonly [typeof RadialGaugeComponent, typeof RadialGaugeAreaComponent, typeof RadialScaleComponent, typeof RadialLabelsComponent, typeof RadialPointersComponent, typeof RadialPointerComponent, typeof RadialRangeComponent, typeof RadialRangesComponent];
2130
+ /**
2131
+ * Use this utility array to access all `@progress/kendo-angular-gauges`-related components and directives in a standalone Angular component.
2132
+ */
2133
+ declare const KENDO_GAUGES: readonly [typeof ArcGaugeComponent, typeof ArcCenterTemplateDirective, typeof ArcGaugeAreaComponent, typeof ArcScaleComponent, typeof ArcLabelsComponent, typeof ColorsComponent, typeof ColorComponent, typeof CircularGaugeComponent, typeof CircularGaugeCenterTemplateDirective, typeof CircularGaugeAreaComponent, typeof CircularGaugeScaleComponent, typeof CircularGaugeLabelsComponent, typeof LinearGaugeComponent, typeof LinearGaugeAreaComponent, typeof LinearScaleComponent, typeof LinearLabelsComponent, typeof LinearPointersComponent, typeof LinearPointerComponent, typeof LinearRangeComponent, typeof LinearRangesComponent, typeof RadialGaugeComponent, typeof RadialGaugeAreaComponent, typeof RadialScaleComponent, typeof RadialLabelsComponent, typeof RadialPointersComponent, typeof RadialPointerComponent, typeof RadialRangeComponent, typeof RadialRangesComponent];
2134
+
2135
+ export { ArcCenterTemplateDirective, ArcGaugeAreaComponent, ArcGaugeComponent, ArcGaugeModule, ArcLabelsComponent, ArcScaleComponent, CircularGaugeAreaComponent, CircularGaugeCenterTemplateDirective, CircularGaugeComponent, CircularGaugeLabelsComponent, CircularGaugeModule, CircularGaugeScaleComponent, CollectionChangesService, CollectionComponent, CollectionItemComponent, ColorComponent, ColorsComponent, ConfigurationService, GaugeAreaComponent, GaugeComponent, GaugesModule, KENDO_ARCGAUGE, KENDO_CIRCULARGAUGE, KENDO_GAUGES, KENDO_LINEARGAUGE, KENDO_RADIALGAUGE, LabelsComponent, LinearGaugeAreaComponent, LinearGaugeComponent, LinearGaugeModule, LinearLabelsComponent, LinearPointerComponent, LinearPointersComponent, LinearRangeComponent, LinearRangesComponent, LinearScaleComponent, RadialGaugeAreaComponent, RadialGaugeComponent, RadialGaugeModule, RadialLabelsComponent, RadialPointerComponent, RadialPointersComponent, RadialRangeComponent, RadialRangesComponent, RadialScaleComponent, RangeComponent, ScaleComponent, SettingsComponent, ThemeService };
2136
+ export type { ArcScale, Border, Cap, CircularGaugeScale, ColorRange, DashType, GaugeArea, Labels, Line, LineCap, LinearPointer, LinearPointerShape, LinearScale, Margin, Padding, RadialLabelPosition, RadialLabels, RadialPointer, RadialScale, Range, Scale, Ticks };