@progress/kendo-angular-progressbar 17.0.0-develop.39 → 17.0.0-develop.40

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.
@@ -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: 1730796987,
13
- version: '17.0.0-develop.39',
12
+ publishDate: 1730798818,
13
+ version: '17.0.0-develop.40',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -11,10 +11,7 @@ import * as i2 from "./common/localization/custom-messages.component";
11
11
  import * as i3 from "./circularprogressbar/center-template.directive";
12
12
  import * as i4 from "./circularprogressbar/circular-progressbar.component";
13
13
  import * as i5 from "./progressbar.component";
14
- /**
15
- * @hidden
16
- * IMPORTANT: NgModule export kept for backwards compatibility
17
- */
14
+ // IMPORTANT: NgModule export kept for backwards compatibility
18
15
  /**
19
16
  * Represents the [NgModule](link:site.data.urls.angular['ngmodules'])
20
17
  * definition for the ProgressBar components.
@@ -19,8 +19,8 @@ const packageMetadata = {
19
19
  name: '@progress/kendo-angular-progressbar',
20
20
  productName: 'Kendo UI for Angular',
21
21
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
22
- publishDate: 1730796987,
23
- version: '17.0.0-develop.39',
22
+ publishDate: 1730798818,
23
+ version: '17.0.0-develop.40',
24
24
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
25
25
  };
26
26
 
@@ -1501,10 +1501,7 @@ const KENDO_PROGRESSBARS = [
1501
1501
  ...KENDO_PROGRESSBAR
1502
1502
  ];
1503
1503
 
1504
- /**
1505
- * @hidden
1506
- * IMPORTANT: NgModule export kept for backwards compatibility
1507
- */
1504
+ // IMPORTANT: NgModule export kept for backwards compatibility
1508
1505
  /**
1509
1506
  * Represents the [NgModule](link:site.data.urls.angular['ngmodules'])
1510
1507
  * definition for the ProgressBar components.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-progressbar",
3
- "version": "17.0.0-develop.39",
3
+ "version": "17.0.0-develop.40",
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": "16 - 18",
24
24
  "@angular/platform-browser": "16 - 18",
25
25
  "@progress/kendo-licensing": "^1.0.2",
26
- "@progress/kendo-angular-common": "17.0.0-develop.39",
27
- "@progress/kendo-angular-l10n": "17.0.0-develop.39",
26
+ "@progress/kendo-angular-common": "17.0.0-develop.40",
27
+ "@progress/kendo-angular-l10n": "17.0.0-develop.40",
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": "17.0.0-develop.39"
32
+ "@progress/kendo-angular-schematics": "17.0.0-develop.40"
33
33
  },
34
34
  "schematics": "./schematics/collection.json",
35
35
  "module": "fesm2022/progress-kendo-angular-progressbar.mjs",
@@ -8,10 +8,6 @@ import * as i2 from "./common/localization/custom-messages.component";
8
8
  import * as i3 from "./circularprogressbar/center-template.directive";
9
9
  import * as i4 from "./circularprogressbar/circular-progressbar.component";
10
10
  import * as i5 from "./progressbar.component";
11
- /**
12
- * @hidden
13
- * IMPORTANT: NgModule export kept for backwards compatibility
14
- */
15
11
  /**
16
12
  * Represents the [NgModule](link:site.data.urls.angular['ngmodules'])
17
13
  * definition for the ProgressBar components.