@progress/kendo-angular-gauges 16.6.0-develop.3 → 16.6.0-develop.5
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:
|
|
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:
|
|
13
|
-
version: '16.6.0-develop.
|
|
12
|
+
publishDate: 1722583128,
|
|
13
|
+
version: '16.6.0-develop.5',
|
|
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:
|
|
287
|
-
version: '16.6.0-develop.
|
|
286
|
+
publishDate: 1722583128,
|
|
287
|
+
version: '16.6.0-develop.5',
|
|
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:
|
|
285
|
-
version: '16.6.0-develop.
|
|
284
|
+
publishDate: 1722583128,
|
|
285
|
+
version: '16.6.0-develop.5',
|
|
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.
|
|
3
|
+
"version": "16.6.0-develop.5",
|
|
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.
|
|
30
|
-
"@progress/kendo-angular-intl": "16.6.0-develop.
|
|
31
|
-
"@progress/kendo-angular-l10n": "16.6.0-develop.
|
|
29
|
+
"@progress/kendo-angular-common": "16.6.0-develop.5",
|
|
30
|
+
"@progress/kendo-angular-intl": "16.6.0-develop.5",
|
|
31
|
+
"@progress/kendo-angular-l10n": "16.6.0-develop.5",
|
|
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.
|
|
36
|
+
"@progress/kendo-angular-schematics": "16.6.0-develop.5",
|
|
37
37
|
"@progress/kendo-charts": "2.4.1"
|
|
38
38
|
},
|
|
39
39
|
"schematics": "./schematics/collection.json",
|