@progress/kendo-angular-scrollview 23.1.0-develop.2 → 23.1.0-develop.4

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.1.0-develop.2',
35
+ version: '23.1.0-develop.4',
36
36
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
37
37
  };
38
38
 
@@ -126,7 +126,6 @@ class DataCollection {
126
126
  }
127
127
  }
128
128
 
129
- /* eslint-disable @typescript-eslint/no-explicit-any */
130
129
  /**
131
130
  * @hidden
132
131
  */
@@ -202,7 +201,6 @@ class ScrollViewMessages extends ComponentMessages {
202
201
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ScrollViewMessages, decorators: [{
203
202
  type: Directive,
204
203
  args: [{
205
- // eslint-disable-next-line @angular-eslint/directive-selector
206
204
  selector: 'kendo-scrollview-messages-base'
207
205
  }]
208
206
  }], propDecorators: { pagerButtonLabel: [{
@@ -240,9 +238,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
240
238
  }]
241
239
  }], ctorParameters: () => [{ type: i1.LocalizationService }] });
242
240
 
243
- /* eslint-disable @typescript-eslint/no-inferrable-types */
244
- /* eslint-disable @typescript-eslint/no-unused-vars */
245
- /* eslint-disable @typescript-eslint/no-explicit-any */
246
241
  let idx = 0;
247
242
  /**
248
243
  * Represents the [Kendo UI ScrollView component for Angular](https://www.telerik.com/kendo-angular-ui/components/scrollview).
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1771344544,
11
- "version": "23.1.0-develop.2",
10
+ "publishDate": 1771407992,
11
+ "version": "23.1.0-develop.4",
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.1.0-develop.2",
3
+ "version": "23.1.0-develop.4",
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": 1771344544,
22
+ "publishDate": 1771407992,
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.1.0-develop.2",
33
- "@progress/kendo-angular-l10n": "23.1.0-develop.2",
34
- "@progress/kendo-angular-icons": "23.1.0-develop.2",
32
+ "@progress/kendo-angular-common": "23.1.0-develop.4",
33
+ "@progress/kendo-angular-l10n": "23.1.0-develop.4",
34
+ "@progress/kendo-angular-icons": "23.1.0-develop.4",
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.1.0-develop.2"
39
+ "@progress/kendo-angular-schematics": "23.1.0-develop.4"
40
40
  },
41
41
  "schematics": "./schematics/collection.json",
42
42
  "module": "fesm2022/progress-kendo-angular-scrollview.mjs",