@progress/kendo-angular-progressbar 16.5.0-develop.1 → 16.5.0-develop.3
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/circularprogressbar/center-template.directive.d.ts +1 -1
- package/esm2020/circularprogressbar/center-template.directive.mjs +1 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-progressbar.mjs +3 -3
- package/fesm2020/progress-kendo-angular-progressbar.mjs +3 -3
- package/package.json +4 -4
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { TemplateRef } from '@angular/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
|
-
* A directive that selects a template within the
|
|
8
|
+
* A directive that selects a template within the `<kendo-circularprogessbar>` component which will be used for the center template.
|
|
9
9
|
* ([see example]({% slug center_template_circularprogressbar %})).
|
|
10
10
|
*/
|
|
11
11
|
export declare class CircularProgressbarCenterTemplateDirective {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { Directive, TemplateRef } from '@angular/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
|
-
* A directive that selects a template within the
|
|
8
|
+
* A directive that selects a template within the `<kendo-circularprogessbar>` component which will be used for the center template.
|
|
9
9
|
* ([see example]({% slug center_template_circularprogressbar %})).
|
|
10
10
|
*/
|
|
11
11
|
export class CircularProgressbarCenterTemplateDirective {
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-progressbar',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '16.5.0-develop.
|
|
12
|
+
publishDate: 1721377202,
|
|
13
|
+
version: '16.5.0-develop.3',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -21,8 +21,8 @@ const packageMetadata = {
|
|
|
21
21
|
name: '@progress/kendo-angular-progressbar',
|
|
22
22
|
productName: 'Kendo UI for Angular',
|
|
23
23
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
24
|
-
publishDate:
|
|
25
|
-
version: '16.5.0-develop.
|
|
24
|
+
publishDate: 1721377202,
|
|
25
|
+
version: '16.5.0-develop.3',
|
|
26
26
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
27
27
|
};
|
|
28
28
|
|
|
@@ -854,7 +854,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
854
854
|
}] } });
|
|
855
855
|
|
|
856
856
|
/**
|
|
857
|
-
* A directive that selects a template within the
|
|
857
|
+
* A directive that selects a template within the `<kendo-circularprogessbar>` component which will be used for the center template.
|
|
858
858
|
* ([see example]({% slug center_template_circularprogressbar %})).
|
|
859
859
|
*/
|
|
860
860
|
class CircularProgressbarCenterTemplateDirective {
|
|
@@ -21,8 +21,8 @@ const packageMetadata = {
|
|
|
21
21
|
name: '@progress/kendo-angular-progressbar',
|
|
22
22
|
productName: 'Kendo UI for Angular',
|
|
23
23
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
24
|
-
publishDate:
|
|
25
|
-
version: '16.5.0-develop.
|
|
24
|
+
publishDate: 1721377202,
|
|
25
|
+
version: '16.5.0-develop.3',
|
|
26
26
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
27
27
|
};
|
|
28
28
|
|
|
@@ -854,7 +854,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
854
854
|
}] } });
|
|
855
855
|
|
|
856
856
|
/**
|
|
857
|
-
* A directive that selects a template within the
|
|
857
|
+
* A directive that selects a template within the `<kendo-circularprogessbar>` component which will be used for the center template.
|
|
858
858
|
* ([see example]({% slug center_template_circularprogressbar %})).
|
|
859
859
|
*/
|
|
860
860
|
class CircularProgressbarCenterTemplateDirective {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-progressbar",
|
|
3
|
-
"version": "16.5.0-develop.
|
|
3
|
+
"version": "16.5.0-develop.3",
|
|
4
4
|
"description": "Kendo UI Angular component starter template",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
"@angular/core": "15 - 18",
|
|
24
24
|
"@angular/platform-browser": "15 - 18",
|
|
25
25
|
"@progress/kendo-licensing": "^1.0.2",
|
|
26
|
-
"@progress/kendo-angular-common": "16.5.0-develop.
|
|
27
|
-
"@progress/kendo-angular-l10n": "16.5.0-develop.
|
|
26
|
+
"@progress/kendo-angular-common": "16.5.0-develop.3",
|
|
27
|
+
"@progress/kendo-angular-l10n": "16.5.0-develop.3",
|
|
28
28
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"tslib": "^2.3.1",
|
|
32
|
-
"@progress/kendo-angular-schematics": "16.5.0-develop.
|
|
32
|
+
"@progress/kendo-angular-schematics": "16.5.0-develop.3"
|
|
33
33
|
},
|
|
34
34
|
"schematics": "./schematics/collection.json",
|
|
35
35
|
"module": "fesm2015/progress-kendo-angular-progressbar.mjs",
|