@progress/kendo-angular-progressbar 23.1.0-develop.2 → 23.1.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.
@@ -21,7 +21,7 @@ const packageMetadata = {
21
21
  productCode: 'KENDOUIANGULAR',
22
22
  productCodes: ['KENDOUIANGULAR'],
23
23
  publishDate: 0,
24
- version: '23.1.0-develop.2',
24
+ version: '23.1.0-develop.3',
25
25
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
26
26
  };
27
27
 
@@ -440,7 +440,6 @@ class ProgressBarComponent extends ProgressBarBase {
440
440
  * ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/progressbar/appearance)).
441
441
  * Supports the type of values that [`ngClass`](link:site.data.urls.angular['ngclassapi']) supports.
442
442
  */
443
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
444
443
  progressCssClass;
445
444
  /**
446
445
  * The CSS styles that render on the inner element which represents the empty portion of the progress bar
@@ -453,7 +452,6 @@ class ProgressBarComponent extends ProgressBarBase {
453
452
  * ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/progressbar/appearance)).
454
453
  * Supports the type of values that [`ngClass`](link:site.data.urls.angular['ngclassapi']) supports.
455
454
  */
456
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
457
455
  emptyCssClass;
458
456
  /**
459
457
  * The animation configuration of the ProgressBar.
@@ -818,7 +816,6 @@ class ChunkProgressBarComponent extends ProgressBarBase {
818
816
  * Sets the CSS styles that will be rendered on the full chunk elements ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/circularprogressbar/appearance)).
819
817
  * Supports the type of values that [`ngStyle`](link:site.data.urls.angular['ngstyleapi']) supports.
820
818
  */
821
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
822
819
  progressCssStyle;
823
820
  /**
824
821
  * Sets the CSS classes that will be rendered on the full chunk elements ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/circularprogressbar/appearance)).
@@ -834,7 +831,6 @@ class ChunkProgressBarComponent extends ProgressBarBase {
834
831
  * Sets the CSS classes that will be rendered on the empty chunk elements ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/circularprogressbar/appearance)).
835
832
  * Supports the type of values that [`ngClass`](link:site.data.urls.angular['ngclassapi']) supports.
836
833
  */
837
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
838
834
  emptyCssClass;
839
835
  /**
840
836
  * @hidden
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1771344286,
11
- "version": "23.1.0-develop.2",
10
+ "publishDate": 1771355892,
11
+ "version": "23.1.0-develop.3",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-progressbar",
3
- "version": "23.1.0-develop.2",
3
+ "version": "23.1.0-develop.3",
4
4
  "description": "Kendo UI Angular component starter template",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -19,7 +19,7 @@
19
19
  "package": {
20
20
  "productName": "Kendo UI for Angular",
21
21
  "productCode": "KENDOUIANGULAR",
22
- "publishDate": 1771344286,
22
+ "publishDate": 1771355892,
23
23
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
24
24
  }
25
25
  },
@@ -29,13 +29,13 @@
29
29
  "@angular/core": "19 - 21",
30
30
  "@angular/platform-browser": "19 - 21",
31
31
  "@progress/kendo-licensing": "^1.10.0",
32
- "@progress/kendo-angular-common": "23.1.0-develop.2",
33
- "@progress/kendo-angular-l10n": "23.1.0-develop.2",
32
+ "@progress/kendo-angular-common": "23.1.0-develop.3",
33
+ "@progress/kendo-angular-l10n": "23.1.0-develop.3",
34
34
  "rxjs": "^6.5.3 || ^7.0.0"
35
35
  },
36
36
  "dependencies": {
37
37
  "tslib": "^2.3.1",
38
- "@progress/kendo-angular-schematics": "23.1.0-develop.2"
38
+ "@progress/kendo-angular-schematics": "23.1.0-develop.3"
39
39
  },
40
40
  "schematics": "./schematics/collection.json",
41
41
  "module": "fesm2022/progress-kendo-angular-progressbar.mjs",