@progress/kendo-angular-gauges 16.6.0-develop.4 → 16.6.0-develop.6

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/directives.d.ts CHANGED
@@ -49,4 +49,4 @@ export declare const KENDO_RADIALGAUGE: readonly [typeof RadialGaugeComponent, t
49
49
  /**
50
50
  * Utility array that contains all `@progress/kendo-angular-gauges` related components and directives
51
51
  */
52
- export declare const KENDO_GAUGES: (typeof ArcCenterTemplateDirective | typeof ArcGaugeComponent | typeof ColorComponent | typeof ColorsComponent | typeof ArcGaugeAreaComponent | typeof RadialLabelsComponent | typeof ArcScaleComponent | typeof LinearGaugeAreaComponent | typeof LinearLabelsComponent | typeof LinearGaugeComponent | typeof LinearPointerComponent | typeof LinearScaleComponent | typeof RadialGaugeAreaComponent | typeof RadialPointerComponent | typeof RadialGaugeComponent | typeof RadialScaleComponent)[];
52
+ export 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];
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-gauges',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1722517438,
13
- version: '16.6.0-develop.4',
12
+ publishDate: 1722592581,
13
+ version: '16.6.0-develop.6',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -283,8 +283,8 @@ const packageMetadata = {
283
283
  name: '@progress/kendo-angular-gauges',
284
284
  productName: 'Kendo UI for Angular',
285
285
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
286
- publishDate: 1722517438,
287
- version: '16.6.0-develop.4',
286
+ publishDate: 1722592581,
287
+ version: '16.6.0-develop.6',
288
288
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
289
289
  };
290
290
 
@@ -281,8 +281,8 @@ const packageMetadata = {
281
281
  name: '@progress/kendo-angular-gauges',
282
282
  productName: 'Kendo UI for Angular',
283
283
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
284
- publishDate: 1722517438,
285
- version: '16.6.0-develop.4',
284
+ publishDate: 1722592581,
285
+ version: '16.6.0-develop.6',
286
286
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
287
287
  };
288
288
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-gauges",
3
- "version": "16.6.0-develop.4",
3
+ "version": "16.6.0-develop.6",
4
4
  "description": "Kendo UI Angular Gauges",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -26,14 +26,14 @@
26
26
  "@angular/platform-browser": "15 - 18",
27
27
  "@progress/kendo-drawing": "^1.19.0",
28
28
  "@progress/kendo-licensing": "^1.0.2",
29
- "@progress/kendo-angular-common": "16.6.0-develop.4",
30
- "@progress/kendo-angular-intl": "16.6.0-develop.4",
31
- "@progress/kendo-angular-l10n": "16.6.0-develop.4",
29
+ "@progress/kendo-angular-common": "16.6.0-develop.6",
30
+ "@progress/kendo-angular-intl": "16.6.0-develop.6",
31
+ "@progress/kendo-angular-l10n": "16.6.0-develop.6",
32
32
  "rxjs": "^6.5.3 || ^7.0.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "tslib": "^2.3.1",
36
- "@progress/kendo-angular-schematics": "16.6.0-develop.4",
36
+ "@progress/kendo-angular-schematics": "16.6.0-develop.6",
37
37
  "@progress/kendo-charts": "2.4.1"
38
38
  },
39
39
  "schematics": "./schematics/collection.json",