@progress/kendo-angular-indicators 20.0.3-develop.1 → 20.0.3-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/badge/badge.component.d.ts +1 -1
- package/esm2022/badge/badge.component.mjs +1 -1
- package/esm2022/loader/loader.component.mjs +1 -1
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/skeleton/skeleton.component.mjs +1 -1
- package/fesm2022/progress-kendo-angular-indicators.mjs +5 -5
- package/loader/loader.component.d.ts +1 -1
- package/package.json +6 -6
- package/skeleton/skeleton.component.d.ts +1 -1
|
@@ -19,7 +19,7 @@ import * as i0 from "@angular/core";
|
|
|
19
19
|
*
|
|
20
20
|
* @example
|
|
21
21
|
* ```html
|
|
22
|
-
* <kendo-badge
|
|
22
|
+
* <kendo-badge size="large" themeColor="success">99+</kendo-badge>
|
|
23
23
|
* ```
|
|
24
24
|
*/
|
|
25
25
|
export declare class BadgeComponent implements AfterViewInit, OnChanges, OnDestroy {
|
|
@@ -30,7 +30,7 @@ const TYPE_CLASSES = {
|
|
|
30
30
|
*
|
|
31
31
|
* @example
|
|
32
32
|
* ```html
|
|
33
|
-
* <kendo-loader
|
|
33
|
+
* <kendo-loader type="infinite-spinner" themeColor="primary" size="large"></kendo-loader>
|
|
34
34
|
* ```
|
|
35
35
|
*/
|
|
36
36
|
export class LoaderComponent {
|
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '20.0.3-develop.
|
|
13
|
+
publishDate: 1756916239,
|
|
14
|
+
version: '20.0.3-develop.3',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -14,7 +14,7 @@ import * as i0 from "@angular/core";
|
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* ```html
|
|
17
|
-
* <kendo-skeleton
|
|
17
|
+
* <kendo-skeleton shape="circle" animation="wave" width="40px" height="40px"></kendo-skeleton>
|
|
18
18
|
* ```
|
|
19
19
|
*/
|
|
20
20
|
export class SkeletonComponent {
|
|
@@ -83,8 +83,8 @@ const packageMetadata = {
|
|
|
83
83
|
productName: 'Kendo UI for Angular',
|
|
84
84
|
productCode: 'KENDOUIANGULAR',
|
|
85
85
|
productCodes: ['KENDOUIANGULAR'],
|
|
86
|
-
publishDate:
|
|
87
|
-
version: '20.0.3-develop.
|
|
86
|
+
publishDate: 1756916239,
|
|
87
|
+
version: '20.0.3-develop.3',
|
|
88
88
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
89
89
|
};
|
|
90
90
|
|
|
@@ -107,7 +107,7 @@ const ROUNDED_CLASSES = {
|
|
|
107
107
|
*
|
|
108
108
|
* @example
|
|
109
109
|
* ```html
|
|
110
|
-
* <kendo-badge
|
|
110
|
+
* <kendo-badge size="large" themeColor="success">99+</kendo-badge>
|
|
111
111
|
* ```
|
|
112
112
|
*/
|
|
113
113
|
class BadgeComponent {
|
|
@@ -318,7 +318,7 @@ const TYPE_CLASSES = {
|
|
|
318
318
|
*
|
|
319
319
|
* @example
|
|
320
320
|
* ```html
|
|
321
|
-
* <kendo-loader
|
|
321
|
+
* <kendo-loader type="infinite-spinner" themeColor="primary" size="large"></kendo-loader>
|
|
322
322
|
* ```
|
|
323
323
|
*/
|
|
324
324
|
class LoaderComponent {
|
|
@@ -459,7 +459,7 @@ const skeletonAnimationError = (input) => `"${input}" is not a valid kendo-skele
|
|
|
459
459
|
*
|
|
460
460
|
* @example
|
|
461
461
|
* ```html
|
|
462
|
-
* <kendo-skeleton
|
|
462
|
+
* <kendo-skeleton shape="circle" animation="wave" width="40px" height="40px"></kendo-skeleton>
|
|
463
463
|
* ```
|
|
464
464
|
*/
|
|
465
465
|
class SkeletonComponent {
|
|
@@ -15,7 +15,7 @@ import * as i0 from "@angular/core";
|
|
|
15
15
|
*
|
|
16
16
|
* @example
|
|
17
17
|
* ```html
|
|
18
|
-
* <kendo-loader
|
|
18
|
+
* <kendo-loader type="infinite-spinner" themeColor="primary" size="large"></kendo-loader>
|
|
19
19
|
* ```
|
|
20
20
|
*/
|
|
21
21
|
export declare class LoaderComponent implements AfterViewInit {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-indicators",
|
|
3
|
-
"version": "20.0.3-develop.
|
|
3
|
+
"version": "20.0.3-develop.3",
|
|
4
4
|
"description": "Kendo UI Indicators for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"package": {
|
|
18
18
|
"productName": "Kendo UI for Angular",
|
|
19
19
|
"productCode": "KENDOUIANGULAR",
|
|
20
|
-
"publishDate":
|
|
20
|
+
"publishDate": 1756916239,
|
|
21
21
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"@angular/core": "16 - 20",
|
|
28
28
|
"@angular/platform-browser": "16 - 20",
|
|
29
29
|
"@progress/kendo-licensing": "^1.7.0",
|
|
30
|
-
"@progress/kendo-angular-common": "20.0.3-develop.
|
|
31
|
-
"@progress/kendo-angular-intl": "20.0.3-develop.
|
|
32
|
-
"@progress/kendo-angular-l10n": "20.0.3-develop.
|
|
30
|
+
"@progress/kendo-angular-common": "20.0.3-develop.3",
|
|
31
|
+
"@progress/kendo-angular-intl": "20.0.3-develop.3",
|
|
32
|
+
"@progress/kendo-angular-l10n": "20.0.3-develop.3",
|
|
33
33
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"tslib": "^2.3.1",
|
|
37
|
-
"@progress/kendo-angular-schematics": "20.0.3-develop.
|
|
37
|
+
"@progress/kendo-angular-schematics": "20.0.3-develop.3"
|
|
38
38
|
},
|
|
39
39
|
"schematics": "./schematics/collection.json",
|
|
40
40
|
"module": "fesm2022/progress-kendo-angular-indicators.mjs",
|
|
@@ -13,7 +13,7 @@ import * as i0 from "@angular/core";
|
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```html
|
|
16
|
-
* <kendo-skeleton
|
|
16
|
+
* <kendo-skeleton shape="circle" animation="wave" width="40px" height="40px"></kendo-skeleton>
|
|
17
17
|
* ```
|
|
18
18
|
*/
|
|
19
19
|
export declare class SkeletonComponent implements AfterViewInit {
|