@progress/kendo-angular-upload 13.6.0-develop.9 → 14.0.0-develop.10

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.
@@ -10,7 +10,7 @@
10
10
  * @Component({
11
11
  * selector: 'my-upload',
12
12
  * template: `
13
- * <p>Click the <span class='k-icon k-i-cancel'></span> icon during upload to trigger the event</p>
13
+ * <p>Click the <span class='k-icon k-font-icon k-i-cancel'></span> icon during upload to trigger the event</p>
14
14
  * <kendo-upload
15
15
  * [saveUrl]="uploadSaveUrl"
16
16
  * [removeUrl]="uploadRemoveUrl"
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-upload',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1695903365,
13
- version: '13.6.0-develop.9',
12
+ publishDate: 1696599314,
13
+ version: '14.0.0-develop.10',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -11,7 +11,7 @@ import { FileInfo } from '../types';
11
11
  * @Component({
12
12
  * selector: 'my-upload',
13
13
  * template: `
14
- * <p>Click the <span class='k-icon k-i-cancel'></span> icon during upload to trigger the event</p>
14
+ * <p>Click the <span class='k-icon k-font-icon k-i-cancel'></span> icon during upload to trigger the event</p>
15
15
  * <kendo-upload
16
16
  * [saveUrl]="uploadSaveUrl"
17
17
  * [removeUrl]="uploadRemoveUrl"
@@ -202,7 +202,7 @@ class FileMap {
202
202
  * @Component({
203
203
  * selector: 'my-upload',
204
204
  * template: `
205
- * <p>Click the <span class='k-icon k-i-cancel'></span> icon during upload to trigger the event</p>
205
+ * <p>Click the <span class='k-icon k-font-icon k-i-cancel'></span> icon during upload to trigger the event</p>
206
206
  * <kendo-upload
207
207
  * [saveUrl]="uploadSaveUrl"
208
208
  * [removeUrl]="uploadRemoveUrl"
@@ -1510,8 +1510,8 @@ const packageMetadata = {
1510
1510
  name: '@progress/kendo-angular-upload',
1511
1511
  productName: 'Kendo UI for Angular',
1512
1512
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
1513
- publishDate: 1695903365,
1514
- version: '13.6.0-develop.9',
1513
+ publishDate: 1696599314,
1514
+ version: '14.0.0-develop.10',
1515
1515
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
1516
1516
  };
1517
1517
 
@@ -202,7 +202,7 @@ class FileMap {
202
202
  * @Component({
203
203
  * selector: 'my-upload',
204
204
  * template: `
205
- * <p>Click the <span class='k-icon k-i-cancel'></span> icon during upload to trigger the event</p>
205
+ * <p>Click the <span class='k-icon k-font-icon k-i-cancel'></span> icon during upload to trigger the event</p>
206
206
  * <kendo-upload
207
207
  * [saveUrl]="uploadSaveUrl"
208
208
  * [removeUrl]="uploadRemoveUrl"
@@ -1510,8 +1510,8 @@ const packageMetadata = {
1510
1510
  name: '@progress/kendo-angular-upload',
1511
1511
  productName: 'Kendo UI for Angular',
1512
1512
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
1513
- publishDate: 1695903365,
1514
- version: '13.6.0-develop.9',
1513
+ publishDate: 1696599314,
1514
+ version: '14.0.0-develop.10',
1515
1515
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
1516
1516
  };
1517
1517
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-upload",
3
- "version": "13.6.0-develop.9",
3
+ "version": "14.0.0-develop.10",
4
4
  "description": "Kendo UI Angular Upload Component",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -23,16 +23,16 @@
23
23
  "@angular/core": "13 - 16",
24
24
  "@angular/platform-browser": "13 - 16",
25
25
  "@progress/kendo-licensing": "^1.0.2",
26
- "@progress/kendo-angular-common": "13.6.0-develop.9",
27
- "@progress/kendo-angular-l10n": "13.6.0-develop.9",
28
- "@progress/kendo-angular-icons": "13.6.0-develop.9",
29
- "@progress/kendo-angular-buttons": "13.6.0-develop.9",
30
- "@progress/kendo-angular-progressbar": "13.6.0-develop.9",
26
+ "@progress/kendo-angular-common": "14.0.0-develop.10",
27
+ "@progress/kendo-angular-l10n": "14.0.0-develop.10",
28
+ "@progress/kendo-angular-icons": "14.0.0-develop.10",
29
+ "@progress/kendo-angular-buttons": "14.0.0-develop.10",
30
+ "@progress/kendo-angular-progressbar": "14.0.0-develop.10",
31
31
  "rxjs": "^6.5.3 || ^7.0.0"
32
32
  },
33
33
  "dependencies": {
34
34
  "tslib": "^2.3.1",
35
- "@progress/kendo-angular-schematics": "13.6.0-develop.9"
35
+ "@progress/kendo-angular-schematics": "14.0.0-develop.10"
36
36
  },
37
37
  "schematics": "./schematics/collection.json",
38
38
  "module": "fesm2015/progress-kendo-angular-upload.mjs",
@@ -10,9 +10,9 @@ function default_1(options) {
10
10
  ], peerDependencies: {
11
11
  // peer dep of the icons
12
12
  '@progress/kendo-svg-icons': '^1.0.0',
13
- '@progress/kendo-angular-buttons': '13.6.0-develop.9',
14
- '@progress/kendo-angular-progressbar': '13.6.0-develop.9',
15
- '@progress/kendo-angular-popup': '13.6.0-develop.9',
13
+ '@progress/kendo-angular-buttons': '14.0.0-develop.10',
14
+ '@progress/kendo-angular-progressbar': '14.0.0-develop.10',
15
+ '@progress/kendo-angular-popup': '14.0.0-develop.10',
16
16
  } });
17
17
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
18
18
  }