@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
@@ -1,40 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "./radial-gauge.component";
7
- import * as i2 from "./gauge-area.component";
8
- import * as i3 from "./scale.component";
9
- import * as i4 from "./labels.component";
10
- import * as i5 from "./pointers.component";
11
- import * as i6 from "./pointer.component";
12
- import * as i7 from "./range.component";
13
- import * as i8 from "./ranges.component";
14
- /**
15
- * Represents the [NgModule](link:site.data.urls.angular['ngmodules']) definition that includes the RadialGauge component and its directives.
16
- * Import the RadialGaugeModule into your application
17
- * [root module](link:site.data.urls.angular['ngmodules']#angular-modularity) or any other sub-module
18
- * that uses the RadialGauge component.
19
- *
20
- * @example
21
- * ```ts
22
- * import { NgModule } from '@angular/core';
23
- * import { BrowserModule } from '@angular/platform-browser';
24
- * import { RadialGaugeModule } from '@progress/kendo-angular-gauges';
25
- * import { AppComponent } from './app.component';
26
- *
27
- * @NgModule({
28
- * bootstrap: [AppComponent],
29
- * declarations: [AppComponent],
30
- * imports: [BrowserModule, RadialGaugeModule]
31
- * })
32
- * export class AppModule {
33
- * }
34
- * ```
35
- */
36
- export declare class RadialGaugeModule {
37
- static ɵfac: i0.ɵɵFactoryDeclaration<RadialGaugeModule, never>;
38
- static ɵmod: i0.ɵɵNgModuleDeclaration<RadialGaugeModule, never, [typeof i1.RadialGaugeComponent, typeof i2.RadialGaugeAreaComponent, typeof i3.RadialScaleComponent, typeof i4.RadialLabelsComponent, typeof i5.RadialPointersComponent, typeof i6.RadialPointerComponent, typeof i7.RadialRangeComponent, typeof i8.RadialRangesComponent], [typeof i1.RadialGaugeComponent, typeof i2.RadialGaugeAreaComponent, typeof i3.RadialScaleComponent, typeof i4.RadialLabelsComponent, typeof i5.RadialPointersComponent, typeof i6.RadialPointerComponent, typeof i7.RadialRangeComponent, typeof i8.RadialRangesComponent]>;
39
- static ɵinj: i0.ɵɵInjectorDeclaration<RadialGaugeModule>;
40
- }
@@ -1,27 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { CollectionChangesService, ConfigurationService } from '../services';
6
- import { RangeComponent } from '../base-components';
7
- import * as i0 from "@angular/core";
8
- /**
9
- * Represents the configuration options for a range in the RadialGauge scale.
10
- *
11
- * @example
12
- * ```html
13
- * <kendo-radialgauge>
14
- * <kendo-radialgauge-scale>
15
- * <kendo-radialgauge-scale-ranges>
16
- * <kendo-radialgauge-scale-range [from]="0" [to]="50" color="red">
17
- * </kendo-radialgauge-scale-range>
18
- * </kendo-radialgauge-scale-ranges>
19
- * </kendo-radialgauge-scale>
20
- * </kendo-radialgauge>
21
- * ```
22
- */
23
- export declare class RadialRangeComponent extends RangeComponent {
24
- constructor(configurationService: ConfigurationService, collectionChangesService: CollectionChangesService);
25
- static ɵfac: i0.ɵɵFactoryDeclaration<RadialRangeComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<RadialRangeComponent, "kendo-radialgauge-scale-range", never, {}, {}, never, never, true, never>;
27
- }
@@ -1,61 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { QueryList } from '@angular/core';
6
- import { CollectionComponent, CollectionItemComponent } from '../base-components';
7
- import { CollectionChangesService, ConfigurationService } from '../services';
8
- import * as i0 from "@angular/core";
9
- /**
10
- * Represents a collection of one or more RadialGauge scale ranges
11
- * ([more information and example](https://www.telerik.com/kendo-angular-ui/components/gauges/radialgauge/scale-ranges)).
12
- *
13
- * Use this component to define multiple ranges on your RadialGauge scale.
14
- * Each range displays a colored segment that highlights specific value intervals.
15
- *
16
- * @example
17
- * ```ts
18
- * import { Component } from '@angular/core';
19
- *
20
- * @Component({
21
- * selector: 'my-app',
22
- * template: `
23
- * <kendo-radialgauge>
24
- * <kendo-radialgauge-scale>
25
- * <kendo-radialgauge-scale-ranges>
26
- * @for (range of ranges; track range) {
27
- * <kendo-radialgauge-scale-range
28
- * [from]="range.from" [to]="range.to" [color]="range.color">
29
- * </kendo-radialgauge-scale-range>
30
- * }
31
- * </kendo-radialgauge-scale-ranges>
32
- * </kendo-radialgauge-scale>
33
- * </kendo-radialgauge>
34
- * `
35
- * })
36
- * export class AppComponent {
37
- * public ranges: any[] = [{
38
- * from: 0,
39
- * to: 15,
40
- * color: '#ffd246'
41
- * }, {
42
- * from: 15,
43
- * to: 30,
44
- * color: '#28b4c8'
45
- * }, {
46
- * from: 30,
47
- * to: 50,
48
- * color: '#78d237'
49
- * }];
50
- * }
51
- * ```
52
- *
53
- * @remarks
54
- * Supported children components are: {@link RadialRangeComponent}
55
- */
56
- export declare class RadialRangesComponent extends CollectionComponent {
57
- children: QueryList<CollectionItemComponent>;
58
- constructor(configurationService: ConfigurationService, collectionChangesService: CollectionChangesService);
59
- static ɵfac: i0.ɵɵFactoryDeclaration<RadialRangesComponent, never>;
60
- static ɵcmp: i0.ɵɵComponentDeclaration<RadialRangesComponent, "kendo-radialgauge-scale-ranges", never, {}, {}, ["children"], never, true, never>;
61
- }
@@ -1,49 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ScaleComponent } from '../base-components';
6
- import { ConfigurationService } from '../services';
7
- import { RadialScale, RadialLabels, Range } from '../types';
8
- import * as i0 from "@angular/core";
9
- /**
10
- * Represents the configuration options for the scale of a RadialGauge
11
- * ([more information and example](https://www.telerik.com/kendo-angular-ui/components/gauges/radialgauge/scale-options)).
12
- *
13
- * @example
14
- * ```html
15
- * <kendo-radialgauge>
16
- * <kendo-radialgauge-scale [startAngle]="0" [endAngle]="180">
17
- * </kendo-radialgauge-scale>
18
- * </kendo-radialgauge>
19
- * ```
20
- *
21
- * @remarks
22
- * Supported children components are: {@link RadialLabelsComponent}, {@link RadialRangesComponent}
23
- */
24
- export declare class RadialScaleComponent extends ScaleComponent implements RadialScale {
25
- protected configurationService: ConfigurationService;
26
- /**
27
- * Configures the scale labels.
28
- */
29
- labels?: RadialLabels;
30
- /**
31
- * Specifies the distance between the scale ranges and the ticks.
32
- */
33
- rangeDistance?: number;
34
- /**
35
- * Sets the ranges of the scale.
36
- */
37
- ranges?: Range[];
38
- /**
39
- * Specifies the start angle of the Gauge in degrees.
40
- */
41
- startAngle?: number;
42
- /**
43
- * Specifies the end angle of the Gauge in degrees.
44
- */
45
- endAngle?: number;
46
- constructor(configurationService: ConfigurationService);
47
- static ɵfac: i0.ɵɵFactoryDeclaration<RadialScaleComponent, never>;
48
- 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>;
49
- }
@@ -1,13 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import * as i0 from "@angular/core";
6
- /**
7
- * @hidden
8
- */
9
- export declare class CollectionChangesService {
10
- hasChanges: boolean;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<CollectionChangesService, never>;
12
- static ɵprov: i0.ɵɵInjectableDeclaration<CollectionChangesService>;
13
- }
@@ -1,24 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { SimpleChange } from '@angular/core';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * @hidden
9
- */
10
- export declare class ConfigurationService {
11
- options: any;
12
- hasChanges: boolean;
13
- valueChange: boolean;
14
- copyChanges(prefix: string, changes: {
15
- [propertyName: string]: SimpleChange;
16
- }): void;
17
- read(): any;
18
- readValues(): any;
19
- readValue(): any;
20
- set(field: string, value: any): void;
21
- optionContext(field: string): any;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<ConfigurationService, never>;
23
- static ɵprov: i0.ɵɵInjectableDeclaration<ConfigurationService>;
24
- }
@@ -1,15 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import * as i0 from "@angular/core";
6
- /**
7
- * @hidden
8
- */
9
- export declare class ThemeService {
10
- options: any;
11
- read(): any;
12
- protected load(): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<ThemeService, never>;
14
- static ɵprov: i0.ɵɵInjectableDeclaration<ThemeService>;
15
- }
package/services.d.ts DELETED
@@ -1,7 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export { ConfigurationService } from './services/configuration.service';
6
- export { CollectionChangesService } from './services/collection-changes.service';
7
- export { ThemeService } from './services/theme.service';
@@ -1,34 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { RadialLabels } from './radial-labels.interface';
6
- import { Scale } from './scale.interface';
7
- import { LineCap } from './line-cap';
8
- /**
9
- * Represents the scale options of the Gauge.
10
- */
11
- export interface ArcScale extends Scale {
12
- /**
13
- * Sets the scale labels configuration.
14
- */
15
- labels?: RadialLabels;
16
- /**
17
- * Sets the distance between the range indicators and the ticks in pixels.
18
- */
19
- rangeDistance?: number;
20
- /**
21
- * Sets the `lineCap` style of the ranges.
22
- */
23
- rangeLineCap?: LineCap;
24
- /**
25
- * Sets the starting angle of the Gauge in degrees.
26
- * The Gauge renders clockwise where 0 degrees equals 180 degrees in the polar coordinate system.
27
- */
28
- startAngle?: number;
29
- /**
30
- * Sets the ending angle of the Gauge in degrees.
31
- * The Gauge renders clockwise where 0 degrees equals 180 degrees in the polar coordinate system.
32
- */
33
- endAngle?: number;
34
- }
@@ -1,23 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { DashType } from './dash-type.interface';
6
- /**
7
- * Represents the appearance settings for the border lines.
8
- */
9
- export interface Border {
10
- /**
11
- * Sets the color of the border line.
12
- * Accepts valid CSS color strings, including hex and rgb.
13
- */
14
- color?: string;
15
- /**
16
- * Sets the dash type of the border line.
17
- */
18
- dashType?: DashType;
19
- /**
20
- * Sets the width of the border line in pixels.
21
- */
22
- width?: number;
23
- }
@@ -1,18 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * Represents the configuration options for the RadialGauge pointer cap.
7
- */
8
- export interface Cap {
9
- /**
10
- * Sets the color of the cap.
11
- * Accepts valid CSS color strings, including hex and rgb.
12
- */
13
- color?: string;
14
- /**
15
- * Sets the size of the cap as a percentage from 0 to 1.
16
- */
17
- size?: number;
18
- }
@@ -1,14 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ArcScale } from './arc-scale.interface';
6
- /**
7
- * Represents the scale options of the Gauge.
8
- */
9
- export interface CircularGaugeScale extends ArcScale {
10
- /**
11
- * @hidden
12
- */
13
- endAngle?: number;
14
- }
@@ -1,25 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * Represents the color range configuration.
7
- */
8
- export interface ColorRange {
9
- /**
10
- * Sets the color of the range. Accepts valid CSS color strings, including hex and rgb.
11
- */
12
- color?: string;
13
- /**
14
- * Sets the opacity of the range.
15
- */
16
- opacity?: number;
17
- /**
18
- * Sets the range start value.
19
- */
20
- from?: number;
21
- /**
22
- * Sets the range end value.
23
- */
24
- to?: number;
25
- }
@@ -1,8 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * Represents the dash type of a line.
7
- */
8
- export type DashType = 'dash' | 'dashDot' | 'dot' | 'longDash' | 'longDashDot' | 'longDashDotDot' | 'solid';
@@ -1,32 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { Border } from './border.interface';
6
- import { Margin } from './margin.interface';
7
- /**
8
- * Represents the configuration options for the Gauge area.
9
- * Controls the entire visible area of the Gauge.
10
- */
11
- export interface GaugeArea {
12
- /**
13
- * Sets the background of the Gauge area. Accepts valid CSS color strings, including hex and rgb.
14
- */
15
- background?: string;
16
- /**
17
- * Sets the border of the Gauge area.
18
- */
19
- border?: Border;
20
- /**
21
- * Sets the height of the Gauge area in pixels.
22
- */
23
- height?: number;
24
- /**
25
- * Sets the margin of the Gauge area.
26
- */
27
- margin?: number | Margin;
28
- /**
29
- * Sets the width of the Gauge area in pixels.
30
- */
31
- width?: number;
32
- }
@@ -1,57 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { Border } from './border.interface';
6
- import { Margin } from './margin.interface';
7
- import { Padding } from './padding.interface';
8
- /**
9
- * Represents the configuration of the scale labels.
10
- */
11
- export interface Labels {
12
- /**
13
- * Sets the background of the labels.
14
- * Accepts valid CSS color strings, including hex and rgb.
15
- */
16
- background?: string;
17
- /**
18
- * Sets the border of the labels.
19
- */
20
- border?: Border;
21
- /**
22
- * Sets the color of the labels.
23
- * Accepts valid CSS color strings, including hex and rgb.
24
- */
25
- color?: string;
26
- /**
27
- * Sets the font of the labels.
28
- */
29
- font?: string;
30
- /**
31
- * Sets the format that displays the labels.
32
- * Uses the IntlService [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method.
33
- */
34
- format?: string;
35
- /**
36
- * Sets the margin of the labels.
37
- */
38
- margin?: number | Margin;
39
- /**
40
- * Sets the padding of the labels.
41
- */
42
- padding?: number | Padding;
43
- /**
44
- * Sets the function which returns the label content.
45
- *
46
- * The available fields in the function argument are:
47
- *
48
- * - `value`&mdash;The value of the label.
49
- * @param {any} e - The parameters for the content callback.
50
- * @returns {string} - Returns the label string that will be displayed.
51
- */
52
- content?: (e: any) => string;
53
- /**
54
- * Sets the visibility of the labels.
55
- */
56
- visible?: boolean;
57
- }
@@ -1,8 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * Represents the cap style of a line.
7
- */
8
- export type LineCap = 'butt' | 'round' | 'square';
@@ -1,27 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { DashType } from './dash-type.interface';
6
- /**
7
- * Represents the scale line options.
8
- */
9
- export interface Line {
10
- /**
11
- * Sets the color of the lines.
12
- * Accepts valid CSS color strings, including hex and rgb.
13
- */
14
- color?: string;
15
- /**
16
- * Sets the dash type of the line.
17
- */
18
- dashType?: DashType;
19
- /**
20
- * Sets the visibility of the lines.
21
- */
22
- visible?: boolean;
23
- /**
24
- * Sets the width of the line in pixels.
25
- */
26
- width?: number;
27
- }
@@ -1,8 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * Represents the shape of the pointer.
7
- */
8
- export type LinearPointerShape = 'barIndicator' | 'arrow';
@@ -1,41 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { Border } from './border.interface';
6
- import { Margin } from './margin.interface';
7
- import { LinearPointerShape } from './linear-pointer-shape';
8
- /**
9
- * Represents the configuration options for the LinearGauge pointer.
10
- */
11
- export interface LinearPointer {
12
- /**
13
- * Sets the border of the Gauge area.
14
- */
15
- border?: Border;
16
- /**
17
- * Sets the color of the pointer.
18
- * Accepts valid CSS color strings, including `hex` and `rgb`.
19
- */
20
- color?: string;
21
- /**
22
- * Specifies the margin of the pointer.
23
- */
24
- margin?: number | Margin;
25
- /**
26
- * Sets the opacity of the pointer.
27
- */
28
- opacity?: number;
29
- /**
30
- * Sets the shape of the pointer.
31
- */
32
- shape?: LinearPointerShape;
33
- /**
34
- * Specifies the size of the pointer.
35
- */
36
- size?: number;
37
- /**
38
- * Sets the value of the pointer.
39
- */
40
- value?: number;
41
- }
@@ -1,32 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { Scale } from './scale.interface';
6
- import { Line } from './line.interface';
7
- import { Range } from './range.interface';
8
- /**
9
- * Represents the scale options of the Gauge.
10
- */
11
- export interface LinearScale extends Scale {
12
- /**
13
- * Sets up the scale line.
14
- */
15
- line?: Line;
16
- /**
17
- * Defines the ranges of the scale.
18
- */
19
- ranges?: Range[];
20
- /**
21
- * Mirrors the scale labels and ticks.
22
- * If the labels are normally on the left side of the scale,
23
- * mirroring the scale renders them to the right.
24
- */
25
- mirror?: boolean;
26
- /**
27
- * Determines if the scale is vertical
28
- * ([see example](https://www.telerik.com/kendo-angular-ui/components/gauges/lineargauge/orientation)).
29
- * @default true
30
- */
31
- vertical?: boolean;
32
- }
@@ -1,25 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * Represents the margin settings for each side.
7
- */
8
- export interface Margin {
9
- /**
10
- * Sets the top margin in pixels.
11
- */
12
- top?: number;
13
- /**
14
- * Sets the right margin in pixels.
15
- */
16
- right?: number;
17
- /**
18
- * Sets the bottom margin in pixels.
19
- */
20
- bottom?: number;
21
- /**
22
- * Sets the left margin in pixels.
23
- */
24
- left?: number;
25
- }
@@ -1,25 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * Represents the padding settings for each side.
7
- */
8
- export interface Padding {
9
- /**
10
- * Sets the top padding in pixels.
11
- */
12
- top?: number;
13
- /**
14
- * Sets the right padding in pixels.
15
- */
16
- right?: number;
17
- /**
18
- * Sets the bottom padding in pixels.
19
- */
20
- bottom?: number;
21
- /**
22
- * Sets the left padding in pixels.
23
- */
24
- left?: number;
25
- }
@@ -1,8 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * Represents the possible positions of the RadialGauge labels.
7
- */
8
- export type RadialLabelPosition = 'inside' | 'outside';