@progress/kendo-angular-upload 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.
@@ -648,7 +648,6 @@ const fileSVGGroupMap = {
648
648
  discImage: fileDiscImageIcon
649
649
  };
650
650
 
651
- /* eslint-disable no-bitwise */
652
651
  /**
653
652
  * Calculates the total size of the files in KB or MB.
654
653
  */
@@ -705,7 +704,6 @@ const validateInitialFileSelectFile = (file) => {
705
704
  */
706
705
  const getInitialFileInfo = (fakeFile) => {
707
706
  fakeFile.extension = fakeFile.extension || getFileExtension(fakeFile.name);
708
- fakeFile.name = fakeFile.name; // eslint-disable-line no-self-assign
709
707
  fakeFile.size = fakeFile.size || 0;
710
708
  if (!fakeFile.hasOwnProperty("state")) {
711
709
  fakeFile.state = FileState.Initial;
@@ -1586,7 +1584,7 @@ const packageMetadata = {
1586
1584
  productCode: 'KENDOUIANGULAR',
1587
1585
  productCodes: ['KENDOUIANGULAR'],
1588
1586
  publishDate: 0,
1589
- version: '23.1.0-develop.2',
1587
+ version: '23.1.0-develop.3',
1590
1588
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
1591
1589
  };
1592
1590
 
@@ -1940,7 +1938,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
1940
1938
  type: Output
1941
1939
  }] } });
1942
1940
 
1943
- /* eslint-disable no-debugger */
1944
1941
  /**
1945
1942
  * @hidden
1946
1943
  */
@@ -2764,7 +2761,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
2764
2761
  type: Input
2765
2762
  }] } });
2766
2763
 
2767
- /* eslint-disable @angular-eslint/component-selector */
2768
2764
  /**
2769
2765
  * @hidden
2770
2766
  */
@@ -3524,8 +3520,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
3524
3520
  }]
3525
3521
  }], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
3526
3522
 
3527
- /* eslint-disable @typescript-eslint/no-unused-vars */
3528
- /* eslint-disable @typescript-eslint/no-explicit-any */
3529
3523
  /**
3530
3524
  * @hidden
3531
3525
  */
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1771344309,
11
- "version": "23.1.0-develop.2",
10
+ "publishDate": 1771355918,
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-upload",
3
- "version": "23.1.0-develop.2",
3
+ "version": "23.1.0-develop.3",
4
4
  "description": "Kendo UI Angular Upload Component",
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": 1771344309,
22
+ "publishDate": 1771355918,
23
23
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
24
24
  }
25
25
  },
@@ -30,16 +30,16 @@
30
30
  "@angular/forms": "19 - 21",
31
31
  "@angular/platform-browser": "19 - 21",
32
32
  "@progress/kendo-licensing": "^1.10.0",
33
- "@progress/kendo-angular-common": "23.1.0-develop.2",
34
- "@progress/kendo-angular-l10n": "23.1.0-develop.2",
35
- "@progress/kendo-angular-icons": "23.1.0-develop.2",
36
- "@progress/kendo-angular-buttons": "23.1.0-develop.2",
37
- "@progress/kendo-angular-progressbar": "23.1.0-develop.2",
33
+ "@progress/kendo-angular-common": "23.1.0-develop.3",
34
+ "@progress/kendo-angular-l10n": "23.1.0-develop.3",
35
+ "@progress/kendo-angular-icons": "23.1.0-develop.3",
36
+ "@progress/kendo-angular-buttons": "23.1.0-develop.3",
37
+ "@progress/kendo-angular-progressbar": "23.1.0-develop.3",
38
38
  "rxjs": "^6.5.3 || ^7.0.0"
39
39
  },
40
40
  "dependencies": {
41
41
  "tslib": "^2.3.1",
42
- "@progress/kendo-angular-schematics": "23.1.0-develop.2"
42
+ "@progress/kendo-angular-schematics": "23.1.0-develop.3"
43
43
  },
44
44
  "schematics": "./schematics/collection.json",
45
45
  "module": "fesm2022/progress-kendo-angular-upload.mjs",
@@ -15,9 +15,9 @@ function default_1(options) {
15
15
  ], peerDependencies: {
16
16
  // peer dep of the icons
17
17
  '@progress/kendo-svg-icons': '^4.0.0',
18
- '@progress/kendo-angular-buttons': '23.1.0-develop.2',
19
- '@progress/kendo-angular-progressbar': '23.1.0-develop.2',
20
- '@progress/kendo-angular-popup': '23.1.0-develop.2',
18
+ '@progress/kendo-angular-buttons': '23.1.0-develop.3',
19
+ '@progress/kendo-angular-progressbar': '23.1.0-develop.3',
20
+ '@progress/kendo-angular-popup': '23.1.0-develop.3',
21
21
  } });
22
22
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
23
23
  }