@progress/kendo-angular-upload 21.2.0-develop.8 → 21.2.0

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.
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Injectable, EventEmitter, NgZone } from '@angular/core';
6
6
  import { UploadService } from './upload.service';
7
- import { Keys, normalizeNumpadKeys } from '@progress/kendo-angular-common';
7
+ import { Keys, normalizeKeys } from '@progress/kendo-angular-common';
8
8
  import * as i0 from "@angular/core";
9
9
  import * as i1 from "./upload.service";
10
10
  /**
@@ -30,7 +30,7 @@ export class NavigationService {
30
30
  this.zone = zone;
31
31
  }
32
32
  action(event) {
33
- const key = normalizeNumpadKeys(event);
33
+ const key = normalizeKeys(event);
34
34
  return this.keyBindings[key];
35
35
  }
36
36
  process(event, component) {
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1764338575,
14
- version: '21.2.0-develop.8',
13
+ publishDate: 1764751401,
14
+ version: '21.2.0',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -6,7 +6,7 @@ import * as i1 from '@angular/common/http';
6
6
  import { HttpHeaders, HttpRequest, HttpEventType, HttpResponse } from '@angular/common/http';
7
7
  import * as i0 from '@angular/core';
8
8
  import { EventEmitter, Injectable, Directive, ElementRef, ContentChild, ViewChild, Input, HostBinding, Output, Component, HostListener, ViewChildren, Inject, forwardRef, isDevMode, NgModule } from '@angular/core';
9
- import { guid, isDocumentAvailable, normalizeNumpadKeys, Keys, isControlRequired, isChanged, KendoInput, ResizeBatchService } from '@progress/kendo-angular-common';
9
+ import { guid, isDocumentAvailable, normalizeKeys, Keys, isControlRequired, isChanged, KendoInput, ResizeBatchService } from '@progress/kendo-angular-common';
10
10
  import { fileAudioIcon, fileVideoIcon, fileImageIcon, fileTxtIcon, filePresentationIcon, fileDataIcon, fileProgrammingIcon, filePdfIcon, fileConfigIcon, fileZipIcon, fileDiscImageIcon, fileIcon, arrowRotateCwSmallIcon, playSmIcon, pauseSmIcon, 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';
@@ -1368,7 +1368,7 @@ class NavigationService {
1368
1368
  this.zone = zone;
1369
1369
  }
1370
1370
  action(event) {
1371
- const key = normalizeNumpadKeys(event);
1371
+ const key = normalizeKeys(event);
1372
1372
  return this.keyBindings[key];
1373
1373
  }
1374
1374
  process(event, component) {
@@ -1585,8 +1585,8 @@ const packageMetadata = {
1585
1585
  productName: 'Kendo UI for Angular',
1586
1586
  productCode: 'KENDOUIANGULAR',
1587
1587
  productCodes: ['KENDOUIANGULAR'],
1588
- publishDate: 1764338575,
1589
- version: '21.2.0-develop.8',
1588
+ publishDate: 1764751401,
1589
+ version: '21.2.0',
1590
1590
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
1591
1591
  };
1592
1592
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-upload",
3
- "version": "21.2.0-develop.8",
3
+ "version": "21.2.0",
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": 1764338575,
22
+ "publishDate": 1764751401,
23
23
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
24
24
  }
25
25
  },
@@ -30,16 +30,16 @@
30
30
  "@angular/forms": "18 - 21",
31
31
  "@angular/platform-browser": "18 - 21",
32
32
  "@progress/kendo-licensing": "^1.7.0",
33
- "@progress/kendo-angular-common": "21.2.0-develop.8",
34
- "@progress/kendo-angular-l10n": "21.2.0-develop.8",
35
- "@progress/kendo-angular-icons": "21.2.0-develop.8",
36
- "@progress/kendo-angular-buttons": "21.2.0-develop.8",
37
- "@progress/kendo-angular-progressbar": "21.2.0-develop.8",
33
+ "@progress/kendo-angular-common": "21.2.0",
34
+ "@progress/kendo-angular-l10n": "21.2.0",
35
+ "@progress/kendo-angular-icons": "21.2.0",
36
+ "@progress/kendo-angular-buttons": "21.2.0",
37
+ "@progress/kendo-angular-progressbar": "21.2.0",
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": "21.2.0-develop.8"
42
+ "@progress/kendo-angular-schematics": "21.2.0"
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': '21.2.0-develop.8',
19
- '@progress/kendo-angular-progressbar': '21.2.0-develop.8',
20
- '@progress/kendo-angular-popup': '21.2.0-develop.8',
18
+ '@progress/kendo-angular-buttons': '21.2.0',
19
+ '@progress/kendo-angular-progressbar': '21.2.0',
20
+ '@progress/kendo-angular-popup': '21.2.0',
21
21
  } });
22
22
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
23
23
  }