@progress/kendo-angular-scrollview 23.2.1-develop.8 → 23.2.1

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.
@@ -32,7 +32,7 @@ const packageMetadata = {
32
32
  productCode: 'KENDOUIANGULAR',
33
33
  productCodes: ['KENDOUIANGULAR'],
34
34
  publishDate: 0,
35
- version: '23.2.1-develop.8',
35
+ version: '23.2.1',
36
36
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
37
37
  };
38
38
 
@@ -665,7 +665,7 @@ class ScrollViewComponent {
665
665
  (kendoPress)="handlePress($event)"
666
666
  (kendoRelease)="handleRelease($event)"
667
667
  >
668
- @for (item of view; track $index; let i = $index) {
668
+ @for (item of view; track item; let i = $index) {
669
669
  <div class="k-scrollview-view"
670
670
  role="listitem"
671
671
  aria-roledescription="slide"
@@ -785,7 +785,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
785
785
  (kendoPress)="handlePress($event)"
786
786
  (kendoRelease)="handleRelease($event)"
787
787
  >
788
- @for (item of view; track $index; let i = $index) {
788
+ @for (item of view; track item; let i = $index) {
789
789
  <div class="k-scrollview-view"
790
790
  role="listitem"
791
791
  aria-roledescription="slide"
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1773736008,
11
- "version": "23.2.1-develop.8",
10
+ "publishDate": 1773762593,
11
+ "version": "23.2.1",
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-scrollview",
3
- "version": "23.2.1-develop.8",
3
+ "version": "23.2.1",
4
4
  "description": "A ScrollView Component for Angular",
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": 1773736008,
22
+ "publishDate": 1773762593,
23
23
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
24
24
  }
25
25
  },
@@ -29,14 +29,14 @@
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.2.1-develop.8",
33
- "@progress/kendo-angular-l10n": "23.2.1-develop.8",
34
- "@progress/kendo-angular-icons": "23.2.1-develop.8",
32
+ "@progress/kendo-angular-common": "23.2.1",
33
+ "@progress/kendo-angular-l10n": "23.2.1",
34
+ "@progress/kendo-angular-icons": "23.2.1",
35
35
  "rxjs": "^6.5.3 || ^7.0.0"
36
36
  },
37
37
  "dependencies": {
38
38
  "tslib": "^2.3.1",
39
- "@progress/kendo-angular-schematics": "23.2.1-develop.8"
39
+ "@progress/kendo-angular-schematics": "23.2.1"
40
40
  },
41
41
  "schematics": "./schematics/collection.json",
42
42
  "module": "fesm2022/progress-kendo-angular-scrollview.mjs",