@progress/kendo-angular-gauges 19.3.0-develop.4 → 19.3.0-develop.41

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.
@@ -9,12 +9,12 @@ import * as i0 from "@angular/core";
9
9
  * Use this directive to create a center template
10
10
  * ([more information and example]({% slug centertemplate_arcgauge %})).
11
11
  *
12
- * The template context provides access to the current ArcGauge value through the `value` field.
12
+ * The template context provides access to the current ArcGauge value through the `value` and `color` fields.
13
13
  *
14
14
  * @example
15
15
  * ```html
16
16
  * <kendo-arcgauge [value]="value">
17
- * <ng-template kendoArcGaugeCenterTemplate let-value="value">
17
+ * <ng-template kendoArcGaugeCenterTemplate let-value="value" let-color="color">
18
18
  * {{ value }}%
19
19
  * </ng-template>
20
20
  * </kendo-arcgauge>
@@ -8,12 +8,12 @@ import * as i0 from "@angular/core";
8
8
  * Represents a directive that allows customizing the center part of the `<kendo-circulargauge>` component
9
9
  * ([more information and example]({% slug centertemplate_circulargauge %})).
10
10
  *
11
- * The template context provides access to the current CircularGauge value through the `value` field.
11
+ * The template context provides access to the current CircularGauge value through the `value` and `color` fields.
12
12
  *
13
13
  * @example
14
14
  * ```html
15
15
  * <kendo-circulargauge [value]="value">
16
- * <ng-template kendoCircularGaugeCenterTemplate let-value="value">
16
+ * <ng-template kendoCircularGaugeCenterTemplate let-value="value" let-color="color">
17
17
  * { value }}%
18
18
  * </ng-template>
19
19
  * </kendo-circulargauge>
@@ -9,12 +9,12 @@ import * as i0 from "@angular/core";
9
9
  * Use this directive to create a center template
10
10
  * ([more information and example]({% slug centertemplate_arcgauge %})).
11
11
  *
12
- * The template context provides access to the current ArcGauge value through the `value` field.
12
+ * The template context provides access to the current ArcGauge value through the `value` and `color` fields.
13
13
  *
14
14
  * @example
15
15
  * ```html
16
16
  * <kendo-arcgauge [value]="value">
17
- * <ng-template kendoArcGaugeCenterTemplate let-value="value">
17
+ * <ng-template kendoArcGaugeCenterTemplate let-value="value" let-color="color">
18
18
  * {{ value }}%
19
19
  * </ng-template>
20
20
  * </kendo-arcgauge>
@@ -8,12 +8,12 @@ import * as i0 from "@angular/core";
8
8
  * Represents a directive that allows customizing the center part of the `<kendo-circulargauge>` component
9
9
  * ([more information and example]({% slug centertemplate_circulargauge %})).
10
10
  *
11
- * The template context provides access to the current CircularGauge value through the `value` field.
11
+ * The template context provides access to the current CircularGauge value through the `value` and `color` fields.
12
12
  *
13
13
  * @example
14
14
  * ```html
15
15
  * <kendo-circulargauge [value]="value">
16
- * <ng-template kendoCircularGaugeCenterTemplate let-value="value">
16
+ * <ng-template kendoCircularGaugeCenterTemplate let-value="value" let-color="color">
17
17
  * { value }}%
18
18
  * </ng-template>
19
19
  * </kendo-circulargauge>
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1752065668,
14
- version: '19.3.0-develop.4',
13
+ publishDate: 1754998862,
14
+ version: '19.3.0-develop.41',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -18,12 +18,12 @@ import { NgIf, NgTemplateOutlet } from '@angular/common';
18
18
  * Use this directive to create a center template
19
19
  * ([more information and example]({% slug centertemplate_arcgauge %})).
20
20
  *
21
- * The template context provides access to the current ArcGauge value through the `value` field.
21
+ * The template context provides access to the current ArcGauge value through the `value` and `color` fields.
22
22
  *
23
23
  * @example
24
24
  * ```html
25
25
  * <kendo-arcgauge [value]="value">
26
- * <ng-template kendoArcGaugeCenterTemplate let-value="value">
26
+ * <ng-template kendoArcGaugeCenterTemplate let-value="value" let-color="color">
27
27
  * {{ value }}%
28
28
  * </ng-template>
29
29
  * </kendo-arcgauge>
@@ -255,8 +255,8 @@ const packageMetadata = {
255
255
  productName: 'Kendo UI for Angular',
256
256
  productCode: 'KENDOUIANGULAR',
257
257
  productCodes: ['KENDOUIANGULAR'],
258
- publishDate: 1752065668,
259
- version: '19.3.0-develop.4',
258
+ publishDate: 1754998862,
259
+ version: '19.3.0-develop.41',
260
260
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
261
261
  };
262
262
 
@@ -1259,12 +1259,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1259
1259
  * Represents a directive that allows customizing the center part of the `<kendo-circulargauge>` component
1260
1260
  * ([more information and example]({% slug centertemplate_circulargauge %})).
1261
1261
  *
1262
- * The template context provides access to the current CircularGauge value through the `value` field.
1262
+ * The template context provides access to the current CircularGauge value through the `value` and `color` fields.
1263
1263
  *
1264
1264
  * @example
1265
1265
  * ```html
1266
1266
  * <kendo-circulargauge [value]="value">
1267
- * <ng-template kendoCircularGaugeCenterTemplate let-value="value">
1267
+ * <ng-template kendoCircularGaugeCenterTemplate let-value="value" let-color="color">
1268
1268
  * { value }}%
1269
1269
  * </ng-template>
1270
1270
  * </kendo-circulargauge>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-gauges",
3
- "version": "19.3.0-develop.4",
3
+ "version": "19.3.0-develop.41",
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": 1752065668,
24
+ "publishDate": 1754998862,
25
25
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
26
26
  }
27
27
  },
@@ -31,16 +31,16 @@
31
31
  "@angular/core": "16 - 20",
32
32
  "@angular/platform-browser": "16 - 20",
33
33
  "@progress/kendo-drawing": "^1.21.0",
34
- "@progress/kendo-licensing": "^1.5.0",
35
- "@progress/kendo-angular-common": "19.3.0-develop.4",
36
- "@progress/kendo-angular-intl": "19.3.0-develop.4",
37
- "@progress/kendo-angular-l10n": "19.3.0-develop.4",
34
+ "@progress/kendo-licensing": "^1.7.0",
35
+ "@progress/kendo-angular-common": "19.3.0-develop.41",
36
+ "@progress/kendo-angular-intl": "19.3.0-develop.41",
37
+ "@progress/kendo-angular-l10n": "19.3.0-develop.41",
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": "19.3.0-develop.4",
43
- "@progress/kendo-charts": "2.7.2"
42
+ "@progress/kendo-angular-schematics": "19.3.0-develop.41",
43
+ "@progress/kendo-charts": "2.8.0"
44
44
  },
45
45
  "schematics": "./schematics/collection.json",
46
46
  "module": "fesm2022/progress-kendo-angular-gauges.mjs",