@progress/kendo-angular-upload 24.0.0-develop.22 → 24.0.0-develop.24

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.
@@ -7,7 +7,7 @@ import { HttpHeaders, HttpRequest, HttpEventType, HttpResponse } from '@angular/
7
7
  import * as i0 from '@angular/core';
8
8
  import { EventEmitter, Injectable, Directive, ElementRef, Output, HostBinding, Input, ViewChild, ContentChild, Component, HostListener, ViewChildren, Inject, forwardRef, isDevMode, NgModule } from '@angular/core';
9
9
  import { guid, isDocumentAvailable, normalizeKeys, Keys, isControlRequired, isChanged, KendoInput, ResizeBatchService } from '@progress/kendo-angular-common';
10
- import { fileDiscImageIcon, fileZipIcon, fileConfigIcon, filePdfIcon, fileProgrammingIcon, fileDataIcon, filePresentationIcon, fileTxtIcon, fileImageIcon, fileVideoIcon, fileAudioIcon, fileIcon, arrowRotateCwSmallIcon, playSmIcon, pauseSmIcon, cancelIcon, xIcon, copyIcon, checkIcon, exclamationCircleIcon, uploadIcon } from '@progress/kendo-svg-icons';
10
+ import { fileDiscImageIcon, fileZipIcon, fileConfigIcon, filePdfIcon, fileProgrammingIcon, fileDataIcon, filePresentationIcon, fileTxtIcon, fileImageIcon, fileVideoIcon, fileAudioIcon, fileIcon, arrowRotateCwIcon, playIcon, pauseIcon, cancelIcon, xIcon, copyIcon, checkIcon, exclamationCircleIcon, uploadIcon } from '@progress/kendo-svg-icons';
11
11
  import { NgControl, NG_VALUE_ACCESSOR } from '@angular/forms';
12
12
  import * as i1$1 from '@progress/kendo-angular-l10n';
13
13
  import { ComponentMessages, LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
@@ -1583,8 +1583,8 @@ const packageMetadata = {
1583
1583
  productName: 'Kendo UI for Angular',
1584
1584
  productCode: 'KENDOUIANGULAR',
1585
1585
  productCodes: ['KENDOUIANGULAR'],
1586
- publishDate: 1778164594,
1587
- version: '24.0.0-develop.22',
1586
+ publishDate: 1778583677,
1587
+ version: '24.0.0-develop.24',
1588
1588
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
1589
1589
  };
1590
1590
 
@@ -2222,9 +2222,9 @@ class FileListItemActionButtonComponent {
2222
2222
  file;
2223
2223
  disabled;
2224
2224
  progress;
2225
- retrySVGIcon = arrowRotateCwSmallIcon;
2226
- playSVGIcon = playSmIcon;
2227
- pauseSVGIcon = pauseSmIcon;
2225
+ retrySVGIcon = arrowRotateCwIcon;
2226
+ playSVGIcon = playIcon;
2227
+ pauseSVGIcon = pauseIcon;
2228
2228
  cancelSVGIcon = cancelIcon;
2229
2229
  deleteSVGIcon = xIcon;
2230
2230
  constructor(uploadService, localization, navigation) {
@@ -2335,7 +2335,7 @@ class FileListItemActionButtonComponent {
2335
2335
  [attr.aria-label]="pauseResumeButtonTitle"
2336
2336
  [attr.title]="pauseResumeButtonTitle"
2337
2337
  [svgIcon]="isPaused ? playSVGIcon : pauseSVGIcon"
2338
- [icon]="isPaused ? 'play-sm' : 'pause-sm'"
2338
+ [icon]="isPaused ? 'play' : 'pause'"
2339
2339
  (pointerdown)="$event.preventDefault()"
2340
2340
  (click)="onPauseResumeClick()"
2341
2341
  ></button>
@@ -2396,7 +2396,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
2396
2396
  [attr.aria-label]="pauseResumeButtonTitle"
2397
2397
  [attr.title]="pauseResumeButtonTitle"
2398
2398
  [svgIcon]="isPaused ? playSVGIcon : pauseSVGIcon"
2399
- [icon]="isPaused ? 'play-sm' : 'pause-sm'"
2399
+ [icon]="isPaused ? 'play' : 'pause'"
2400
2400
  (pointerdown)="$event.preventDefault()"
2401
2401
  (click)="onPauseResumeClick()"
2402
2402
  ></button>
@@ -2959,7 +2959,7 @@ class UploadStatusTotalComponent {
2959
2959
  checkmarkIcon = checkIcon;
2960
2960
  exceptionSVGIcon = exclamationCircleIcon;
2961
2961
  uploadSVGIcon = uploadIcon;
2962
- pauseSVGIcon = pauseSmIcon;
2962
+ pauseSVGIcon = pauseIcon;
2963
2963
  constructor(localization) {
2964
2964
  this.localization = localization;
2965
2965
  }
@@ -2974,7 +2974,7 @@ class UploadStatusTotalComponent {
2974
2974
  return 'upload';
2975
2975
  }
2976
2976
  if (this.isPaused) {
2977
- return 'pause-sm';
2977
+ return 'pause';
2978
2978
  }
2979
2979
  }
2980
2980
  get SVGIconClass() {
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1778164594,
11
- "version": "24.0.0-develop.22",
10
+ "publishDate": 1778583677,
11
+ "version": "24.0.0-develop.24",
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": "24.0.0-develop.22",
3
+ "version": "24.0.0-develop.24",
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": 1778164594,
22
+ "publishDate": 1778583677,
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.11.0",
33
- "@progress/kendo-angular-common": "24.0.0-develop.22",
34
- "@progress/kendo-angular-l10n": "24.0.0-develop.22",
35
- "@progress/kendo-angular-icons": "24.0.0-develop.22",
36
- "@progress/kendo-angular-buttons": "24.0.0-develop.22",
37
- "@progress/kendo-angular-progressbar": "24.0.0-develop.22",
33
+ "@progress/kendo-angular-common": "24.0.0-develop.24",
34
+ "@progress/kendo-angular-l10n": "24.0.0-develop.24",
35
+ "@progress/kendo-angular-icons": "24.0.0-develop.24",
36
+ "@progress/kendo-angular-buttons": "24.0.0-develop.24",
37
+ "@progress/kendo-angular-progressbar": "24.0.0-develop.24",
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": "24.0.0-develop.22"
42
+ "@progress/kendo-angular-schematics": "24.0.0-develop.24"
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': '24.0.0-develop.22',
19
- '@progress/kendo-angular-progressbar': '24.0.0-develop.22',
20
- '@progress/kendo-angular-popup': '24.0.0-develop.22',
18
+ '@progress/kendo-angular-buttons': '24.0.0-develop.24',
19
+ '@progress/kendo-angular-progressbar': '24.0.0-develop.24',
20
+ '@progress/kendo-angular-popup': '24.0.0-develop.24',
21
21
  } });
22
22
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
23
23
  }