@progress/kendo-angular-gauges 22.1.0-develop.9 → 23.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.
- package/arc-gauge/arc-center-template.directive.d.ts +1 -1
- package/arc-gauge/arc-gauge.component.d.ts +1 -1
- package/arc-gauge/colors.component.d.ts +1 -1
- package/arc-gauge/scale.component.d.ts +1 -1
- package/base-components/labels.component.d.ts +1 -1
- package/circular-gauge/center-template.directive.d.ts +1 -1
- package/circular-gauge/circular-gauge.component.d.ts +1 -1
- package/circular-gauge/scale.component.d.ts +1 -1
- package/fesm2022/progress-kendo-angular-gauges.mjs +19 -19
- package/linear-gauge/linear-gauge.component.d.ts +1 -1
- package/linear-gauge/pointers.component.d.ts +1 -1
- package/linear-gauge/ranges.component.d.ts +1 -1
- package/linear-gauge/scale.component.d.ts +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +8 -8
- package/radial-gauge/pointers.component.d.ts +1 -1
- package/radial-gauge/radial-gauge.component.d.ts +1 -1
- package/radial-gauge/ranges.component.d.ts +1 -1
- package/radial-gauge/scale.component.d.ts +1 -1
- package/types/labels.interface.d.ts +1 -1
- package/types/linear-scale.interface.d.ts +1 -1
|
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
/**
|
|
8
8
|
* Represents a directive that allows customizing the center part of the `<kendo-arcgauge>` component.
|
|
9
9
|
* Use this directive to create a center template
|
|
10
|
-
* ([more information and example](
|
|
10
|
+
* ([more information and example](https://www.telerik.com/kendo-angular-ui/components/gauges/circulargauge/center-template)).
|
|
11
11
|
*
|
|
12
12
|
* The template context provides access to the current ArcGauge value through the `value` and `color` fields.
|
|
13
13
|
*
|
|
@@ -12,7 +12,7 @@ import { ArcCenterTemplateDirective } from './arc-center-template.directive';
|
|
|
12
12
|
import { Group } from '@progress/kendo-drawing';
|
|
13
13
|
import * as i0 from "@angular/core";
|
|
14
14
|
/**
|
|
15
|
-
* Represents the [Kendo UI ArcGauge component for Angular](
|
|
15
|
+
* Represents the [Kendo UI ArcGauge component for Angular](https://www.telerik.com/kendo-angular-ui/components/gauges/arcgauge).
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* ```ts
|
|
@@ -8,7 +8,7 @@ import { CollectionChangesService, ConfigurationService } from '../services';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* Represents a collection of one or more ArcGauge colors
|
|
11
|
-
* ([more information and example](
|
|
11
|
+
* ([more information and example](https://www.telerik.com/kendo-angular-ui/components/gauges/arcgauge/color-ranges)).
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```ts
|
|
@@ -8,7 +8,7 @@ import { ArcScale, RadialLabels, LineCap } from '../types';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* Represents the configuration options for the scale of the ArcGauge
|
|
11
|
-
* ([see example](
|
|
11
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/gauges/arcgauge/scale-options)).
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```ts
|
|
@@ -32,7 +32,7 @@ export declare class LabelsComponent extends SettingsComponent implements Labels
|
|
|
32
32
|
font?: string;
|
|
33
33
|
/**
|
|
34
34
|
* The format that is used to display the labels.
|
|
35
|
-
* Uses the IntlService [`format`](
|
|
35
|
+
* Uses the IntlService [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method.
|
|
36
36
|
*/
|
|
37
37
|
format?: string;
|
|
38
38
|
/**
|
|
@@ -6,7 +6,7 @@ import { TemplateRef } from '@angular/core';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* Represents a directive that allows customizing the center part of the `<kendo-circulargauge>` component
|
|
9
|
-
* ([more information and example](
|
|
9
|
+
* ([more information and example](https://www.telerik.com/kendo-angular-ui/components/gauges/circulargauge/center-template)).
|
|
10
10
|
*
|
|
11
11
|
* The template context provides access to the current CircularGauge value through the `value` and `color` fields.
|
|
12
12
|
*
|
|
@@ -7,7 +7,7 @@ import { ArcGaugeComponent } from '../arc-gauge/arc-gauge.component';
|
|
|
7
7
|
import { CircularGaugeScale } from '../types';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
|
-
* Represents the [Kendo UI CircularGauge component for Angular](
|
|
10
|
+
* Represents the [Kendo UI CircularGauge component for Angular](https://www.telerik.com/kendo-angular-ui/components/gauges/circulargauge).
|
|
11
11
|
*
|
|
12
12
|
* @example
|
|
13
13
|
* ```ts
|
|
@@ -7,7 +7,7 @@ import { CircularGaugeScale } from '../types';
|
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
9
9
|
* Represents the configuration options for the scale of the Circular Gauge
|
|
10
|
-
* ([see example](
|
|
10
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/gauges/circulargauge/scale-options)).
|
|
11
11
|
*
|
|
12
12
|
* @example
|
|
13
13
|
* ```typescript
|
|
@@ -16,7 +16,7 @@ import { NgTemplateOutlet } from '@angular/common';
|
|
|
16
16
|
/**
|
|
17
17
|
* Represents a directive that allows customizing the center part of the `<kendo-arcgauge>` component.
|
|
18
18
|
* Use this directive to create a center template
|
|
19
|
-
* ([more information and example](
|
|
19
|
+
* ([more information and example](https://www.telerik.com/kendo-angular-ui/components/gauges/circulargauge/center-template)).
|
|
20
20
|
*
|
|
21
21
|
* The template context provides access to the current ArcGauge value through the `value` and `color` fields.
|
|
22
22
|
*
|
|
@@ -256,7 +256,7 @@ const packageMetadata = {
|
|
|
256
256
|
productCode: 'KENDOUIANGULAR',
|
|
257
257
|
productCodes: ['KENDOUIANGULAR'],
|
|
258
258
|
publishDate: 0,
|
|
259
|
-
version: '
|
|
259
|
+
version: '23.0.0-develop.2',
|
|
260
260
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
261
261
|
};
|
|
262
262
|
|
|
@@ -598,7 +598,7 @@ class LabelsComponent extends SettingsComponent {
|
|
|
598
598
|
font;
|
|
599
599
|
/**
|
|
600
600
|
* The format that is used to display the labels.
|
|
601
|
-
* Uses the IntlService [`format`](
|
|
601
|
+
* Uses the IntlService [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method.
|
|
602
602
|
*/
|
|
603
603
|
format;
|
|
604
604
|
/**
|
|
@@ -621,8 +621,8 @@ class LabelsComponent extends SettingsComponent {
|
|
|
621
621
|
* The visibility of the labels.
|
|
622
622
|
*/
|
|
623
623
|
visible;
|
|
624
|
-
// due to NG error: The directive LabelsComponent inherits its constructor from SettingsComponent, but the latter has a constructor parameter
|
|
625
|
-
// that is not compatible with dependency injection. Either add an explicit constructor to ScaleComponent or change SettingsComponent's constructor
|
|
624
|
+
// due to NG error: The directive LabelsComponent inherits its constructor from SettingsComponent, but the latter has a constructor parameter
|
|
625
|
+
// that is not compatible with dependency injection. Either add an explicit constructor to ScaleComponent or change SettingsComponent's constructor
|
|
626
626
|
// to use parameters that are valid for DI.(-992016)
|
|
627
627
|
constructor(key, configurationService) {
|
|
628
628
|
super('label', configurationService);
|
|
@@ -741,7 +741,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
741
741
|
}] } });
|
|
742
742
|
|
|
743
743
|
/**
|
|
744
|
-
* Represents the [Kendo UI ArcGauge component for Angular](
|
|
744
|
+
* Represents the [Kendo UI ArcGauge component for Angular](https://www.telerik.com/kendo-angular-ui/components/gauges/arcgauge).
|
|
745
745
|
*
|
|
746
746
|
* @example
|
|
747
747
|
* ```ts
|
|
@@ -997,7 +997,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
997
997
|
|
|
998
998
|
/**
|
|
999
999
|
* Represents a collection of one or more ArcGauge colors
|
|
1000
|
-
* ([more information and example](
|
|
1000
|
+
* ([more information and example](https://www.telerik.com/kendo-angular-ui/components/gauges/arcgauge/color-ranges)).
|
|
1001
1001
|
*
|
|
1002
1002
|
* @example
|
|
1003
1003
|
* ```ts
|
|
@@ -1187,7 +1187,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1187
1187
|
|
|
1188
1188
|
/**
|
|
1189
1189
|
* Represents the configuration options for the scale of the ArcGauge
|
|
1190
|
-
* ([see example](
|
|
1190
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/gauges/arcgauge/scale-options)).
|
|
1191
1191
|
*
|
|
1192
1192
|
* @example
|
|
1193
1193
|
* ```ts
|
|
@@ -1263,7 +1263,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1263
1263
|
|
|
1264
1264
|
/**
|
|
1265
1265
|
* Represents a directive that allows customizing the center part of the `<kendo-circulargauge>` component
|
|
1266
|
-
* ([more information and example](
|
|
1266
|
+
* ([more information and example](https://www.telerik.com/kendo-angular-ui/components/gauges/circulargauge/center-template)).
|
|
1267
1267
|
*
|
|
1268
1268
|
* The template context provides access to the current CircularGauge value through the `value` and `color` fields.
|
|
1269
1269
|
*
|
|
@@ -1295,7 +1295,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1295
1295
|
}] }] });
|
|
1296
1296
|
|
|
1297
1297
|
/**
|
|
1298
|
-
* Represents the [Kendo UI CircularGauge component for Angular](
|
|
1298
|
+
* Represents the [Kendo UI CircularGauge component for Angular](https://www.telerik.com/kendo-angular-ui/components/gauges/circulargauge).
|
|
1299
1299
|
*
|
|
1300
1300
|
* @example
|
|
1301
1301
|
* ```ts
|
|
@@ -1451,7 +1451,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1451
1451
|
|
|
1452
1452
|
/**
|
|
1453
1453
|
* Represents the configuration options for the scale of the Circular Gauge
|
|
1454
|
-
* ([see example](
|
|
1454
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/gauges/circulargauge/scale-options)).
|
|
1455
1455
|
*
|
|
1456
1456
|
* @example
|
|
1457
1457
|
* ```typescript
|
|
@@ -1549,7 +1549,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1549
1549
|
}], ctorParameters: () => [{ type: ConfigurationService }] });
|
|
1550
1550
|
|
|
1551
1551
|
/**
|
|
1552
|
-
* Represents the [Kendo UI LinearGauge component for Angular](
|
|
1552
|
+
* Represents the [Kendo UI LinearGauge component for Angular](https://www.telerik.com/kendo-angular-ui/components/gauges/lineargauge).
|
|
1553
1553
|
*
|
|
1554
1554
|
* @example
|
|
1555
1555
|
* ```ts
|
|
@@ -1699,7 +1699,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1699
1699
|
|
|
1700
1700
|
/**
|
|
1701
1701
|
* Represents a collection of one or more LinearGauge pointers
|
|
1702
|
-
* ([more information](
|
|
1702
|
+
* ([more information](https://www.telerik.com/kendo-angular-ui/components/gauges/lineargauge/multiple-pointers)).
|
|
1703
1703
|
*
|
|
1704
1704
|
* @example
|
|
1705
1705
|
* ```ts
|
|
@@ -1793,7 +1793,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1793
1793
|
|
|
1794
1794
|
/**
|
|
1795
1795
|
* Represents a collection of one or more LinearGauge scale ranges
|
|
1796
|
-
* ([more information and example](
|
|
1796
|
+
* ([more information and example](https://www.telerik.com/kendo-angular-ui/components/gauges/lineargauge/scale-ranges)).
|
|
1797
1797
|
*
|
|
1798
1798
|
* You can use this component to define multiple ranges on your LinearGauge scale. Each range displays a colored segment
|
|
1799
1799
|
* that highlights specific value intervals on the LinearGauge.
|
|
@@ -1861,7 +1861,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1861
1861
|
|
|
1862
1862
|
/**
|
|
1863
1863
|
* Represents the configuration options for the scale of the LinearGauge
|
|
1864
|
-
* ([see example](
|
|
1864
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/gauges/lineargauge/scale-options)).
|
|
1865
1865
|
*
|
|
1866
1866
|
* @example
|
|
1867
1867
|
* ```html
|
|
@@ -2013,7 +2013,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2013
2013
|
|
|
2014
2014
|
/**
|
|
2015
2015
|
* Represents a collection of one or more RadialGauge pointers
|
|
2016
|
-
* ([more information and example](
|
|
2016
|
+
* ([more information and example](https://www.telerik.com/kendo-angular-ui/components/gauges/radialgauge/multiple-pointers)).
|
|
2017
2017
|
*
|
|
2018
2018
|
* Use this component to group multiple pointer components within a RadialGauge.
|
|
2019
2019
|
* Each pointer displays a specific value on the gauge.
|
|
@@ -2075,7 +2075,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2075
2075
|
}] } });
|
|
2076
2076
|
|
|
2077
2077
|
/**
|
|
2078
|
-
* Represents the [Kendo UI RadialGauge component for Angular](
|
|
2078
|
+
* Represents the [Kendo UI RadialGauge component for Angular](https://www.telerik.com/kendo-angular-ui/components/gauges/radialgauge).
|
|
2079
2079
|
*
|
|
2080
2080
|
* @example
|
|
2081
2081
|
* ```ts
|
|
@@ -2187,7 +2187,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2187
2187
|
|
|
2188
2188
|
/**
|
|
2189
2189
|
* Represents a collection of one or more RadialGauge scale ranges
|
|
2190
|
-
* ([more information and example](
|
|
2190
|
+
* ([more information and example](https://www.telerik.com/kendo-angular-ui/components/gauges/radialgauge/scale-ranges)).
|
|
2191
2191
|
*
|
|
2192
2192
|
* Use this component to define multiple ranges on your RadialGauge scale.
|
|
2193
2193
|
* Each range displays a colored segment that highlights specific value intervals.
|
|
@@ -2255,7 +2255,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2255
2255
|
|
|
2256
2256
|
/**
|
|
2257
2257
|
* Represents the configuration options for the scale of a RadialGauge
|
|
2258
|
-
* ([more information and example](
|
|
2258
|
+
* ([more information and example](https://www.telerik.com/kendo-angular-ui/components/gauges/radialgauge/scale-options)).
|
|
2259
2259
|
*
|
|
2260
2260
|
* @example
|
|
2261
2261
|
* ```html
|
|
@@ -10,7 +10,7 @@ import { LinearPointer, LinearScale } from '../types';
|
|
|
10
10
|
import { GaugeComponent } from '../base-components';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
/**
|
|
13
|
-
* Represents the [Kendo UI LinearGauge component for Angular](
|
|
13
|
+
* Represents the [Kendo UI LinearGauge component for Angular](https://www.telerik.com/kendo-angular-ui/components/gauges/lineargauge).
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* ```ts
|
|
@@ -8,7 +8,7 @@ import { CollectionChangesService, ConfigurationService } from '../services';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* Represents a collection of one or more LinearGauge pointers
|
|
11
|
-
* ([more information](
|
|
11
|
+
* ([more information](https://www.telerik.com/kendo-angular-ui/components/gauges/lineargauge/multiple-pointers)).
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```ts
|
|
@@ -8,7 +8,7 @@ import { CollectionChangesService, ConfigurationService } from '../services';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* Represents a collection of one or more LinearGauge scale ranges
|
|
11
|
-
* ([more information and example](
|
|
11
|
+
* ([more information and example](https://www.telerik.com/kendo-angular-ui/components/gauges/lineargauge/scale-ranges)).
|
|
12
12
|
*
|
|
13
13
|
* You can use this component to define multiple ranges on your LinearGauge scale. Each range displays a colored segment
|
|
14
14
|
* that highlights specific value intervals on the LinearGauge.
|
|
@@ -8,7 +8,7 @@ import { LinearScale, Line, Range } from '../types';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* Represents the configuration options for the scale of the LinearGauge
|
|
11
|
-
* ([see example](
|
|
11
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/gauges/lineargauge/scale-options)).
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```html
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "
|
|
10
|
+
"publishDate": 1770290363,
|
|
11
|
+
"version": "23.0.0-develop.2",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-gauges",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "23.0.0-develop.2",
|
|
4
4
|
"description": "Kendo UI Angular Gauges",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"package": {
|
|
22
22
|
"productName": "Kendo UI for Angular",
|
|
23
23
|
"productCode": "KENDOUIANGULAR",
|
|
24
|
-
"publishDate":
|
|
24
|
+
"publishDate": 1770290363,
|
|
25
25
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
@@ -30,17 +30,17 @@
|
|
|
30
30
|
"@angular/common": "19 - 21",
|
|
31
31
|
"@angular/core": "19 - 21",
|
|
32
32
|
"@angular/platform-browser": "19 - 21",
|
|
33
|
-
"@progress/kendo-drawing": "^1.
|
|
33
|
+
"@progress/kendo-drawing": "^1.24.0",
|
|
34
34
|
"@progress/kendo-licensing": "^1.10.0",
|
|
35
|
-
"@progress/kendo-angular-common": "
|
|
36
|
-
"@progress/kendo-angular-intl": "
|
|
37
|
-
"@progress/kendo-angular-l10n": "
|
|
35
|
+
"@progress/kendo-angular-common": "23.0.0-develop.2",
|
|
36
|
+
"@progress/kendo-angular-intl": "23.0.0-develop.2",
|
|
37
|
+
"@progress/kendo-angular-l10n": "23.0.0-develop.2",
|
|
38
38
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"tslib": "^2.3.1",
|
|
42
|
-
"@progress/kendo-angular-schematics": "
|
|
43
|
-
"@progress/kendo-charts": "2.
|
|
42
|
+
"@progress/kendo-angular-schematics": "23.0.0-develop.2",
|
|
43
|
+
"@progress/kendo-charts": "2.11.0"
|
|
44
44
|
},
|
|
45
45
|
"schematics": "./schematics/collection.json",
|
|
46
46
|
"module": "fesm2022/progress-kendo-angular-gauges.mjs",
|
|
@@ -8,7 +8,7 @@ import { CollectionChangesService, ConfigurationService } from '../services';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* Represents a collection of one or more RadialGauge pointers
|
|
11
|
-
* ([more information and example](
|
|
11
|
+
* ([more information and example](https://www.telerik.com/kendo-angular-ui/components/gauges/radialgauge/multiple-pointers)).
|
|
12
12
|
*
|
|
13
13
|
* Use this component to group multiple pointer components within a RadialGauge.
|
|
14
14
|
* Each pointer displays a specific value on the gauge.
|
|
@@ -10,7 +10,7 @@ import { RadialPointer, RadialScale } from '../types';
|
|
|
10
10
|
import { GaugeComponent } from '../base-components';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
/**
|
|
13
|
-
* Represents the [Kendo UI RadialGauge component for Angular](
|
|
13
|
+
* Represents the [Kendo UI RadialGauge component for Angular](https://www.telerik.com/kendo-angular-ui/components/gauges/radialgauge).
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* ```ts
|
|
@@ -8,7 +8,7 @@ import { CollectionChangesService, ConfigurationService } from '../services';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* Represents a collection of one or more RadialGauge scale ranges
|
|
11
|
-
* ([more information and example](
|
|
11
|
+
* ([more information and example](https://www.telerik.com/kendo-angular-ui/components/gauges/radialgauge/scale-ranges)).
|
|
12
12
|
*
|
|
13
13
|
* Use this component to define multiple ranges on your RadialGauge scale.
|
|
14
14
|
* Each range displays a colored segment that highlights specific value intervals.
|
|
@@ -8,7 +8,7 @@ import { RadialScale, RadialLabels, Range } from '../types';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* Represents the configuration options for the scale of a RadialGauge
|
|
11
|
-
* ([more information and example](
|
|
11
|
+
* ([more information and example](https://www.telerik.com/kendo-angular-ui/components/gauges/radialgauge/scale-options)).
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```html
|
|
@@ -29,7 +29,7 @@ export interface Labels {
|
|
|
29
29
|
font?: string;
|
|
30
30
|
/**
|
|
31
31
|
* Sets the format that displays the labels.
|
|
32
|
-
* Uses the IntlService [`format`](
|
|
32
|
+
* Uses the IntlService [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method.
|
|
33
33
|
*/
|
|
34
34
|
format?: string;
|
|
35
35
|
/**
|
|
@@ -25,7 +25,7 @@ export interface LinearScale extends Scale {
|
|
|
25
25
|
mirror?: boolean;
|
|
26
26
|
/**
|
|
27
27
|
* Determines if the scale is vertical
|
|
28
|
-
* ([see example](
|
|
28
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/gauges/lineargauge/orientation)).
|
|
29
29
|
* @default true
|
|
30
30
|
*/
|
|
31
31
|
vertical?: boolean;
|