@progress/kendo-angular-indicators 20.0.2 → 20.0.3-develop.2

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.
@@ -19,7 +19,7 @@ import * as i0 from "@angular/core";
19
19
  *
20
20
  * @example
21
21
  * ```html
22
- * <kendo-badge [size]="'large'" [themeColor]="'success'">99+</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 {
@@ -27,7 +27,7 @@ const ROUNDED_CLASSES = {
27
27
  *
28
28
  * @example
29
29
  * ```html
30
- * <kendo-badge [size]="'large'" [themeColor]="'success'">99+</kendo-badge>
30
+ * <kendo-badge size="large" themeColor="success">99+</kendo-badge>
31
31
  * ```
32
32
  */
33
33
  export class BadgeComponent {
@@ -30,7 +30,7 @@ const TYPE_CLASSES = {
30
30
  *
31
31
  * @example
32
32
  * ```html
33
- * <kendo-loader [type]="'infinite-spinner'" [themeColor]="'primary'" [size]="'large'"></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: 1756303098,
14
- version: '20.0.2',
13
+ publishDate: 1756905482,
14
+ version: '20.0.3-develop.2',
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 [shape]="'circle'" [animation]="'wave'" width="40px" height="40px"></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: 1756303098,
87
- version: '20.0.2',
86
+ publishDate: 1756905482,
87
+ version: '20.0.3-develop.2',
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 [size]="'large'" [themeColor]="'success'">99+</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 [type]="'infinite-spinner'" [themeColor]="'primary'" [size]="'large'"></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 [shape]="'circle'" [animation]="'wave'" width="40px" height="40px"></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 [type]="'infinite-spinner'" [themeColor]="'primary'" [size]="'large'"></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.2",
3
+ "version": "20.0.3-develop.2",
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": 1756303098,
20
+ "publishDate": 1756905482,
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.2",
31
- "@progress/kendo-angular-intl": "20.0.2",
32
- "@progress/kendo-angular-l10n": "20.0.2",
30
+ "@progress/kendo-angular-common": "20.0.3-develop.2",
31
+ "@progress/kendo-angular-intl": "20.0.3-develop.2",
32
+ "@progress/kendo-angular-l10n": "20.0.3-develop.2",
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.2"
37
+ "@progress/kendo-angular-schematics": "20.0.3-develop.2"
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 [shape]="'circle'" [animation]="'wave'" width="40px" height="40px"></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 {