@syncfusion/ej2-angular-calendars 27.1.48 → 27.1.50

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### DatePicker
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I628537` - Fixed an issue where users were unable to navigate through data cells using the arrow keys while a popup was open.
10
+
5
11
  ## 19.3.46 (2021-10-19)
6
12
 
7
13
  ### TimePicker
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "_from": "@syncfusion/ej2-angular-calendars@*",
3
3
  "_id": "@syncfusion/ej2-angular-calendars@18.32.5",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-MdDzIwvMbEpd2IJq9GPdy8B9zALNrwPdC5vrPdb0bPtuSrkuBaDPkTQcve5biH9q5CTSlbd5KedKw2DlDGMvpA==",
5
+ "_integrity": "sha512-DPJhFeWxGZwrxEoWOQoDxc8xkw45qCphL3mEYnF8EbeSMpSaGIq/ipZ3Hu+Z8ZLpI53XCKfFjVdh84bDqFfrag==",
6
6
  "_location": "/@syncfusion/ej2-angular-calendars",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-release/@syncfusion/ej2-angular-calendars/-/ej2-angular-calendars-18.32.5.tgz",
23
- "_shasum": "624351ef13e51988853d7ddefbefd476ad0a50c3",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-calendars/-/ej2-angular-calendars-18.32.5.tgz",
23
+ "_shasum": "b946f304a0cf7247be3a8858a38e01f934104bb3",
24
24
  "_spec": "@syncfusion/ej2-angular-calendars@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included",
26
26
  "author": {
@@ -31,14 +31,12 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~27.1.48",
35
- "@syncfusion/ej2-base": "~27.1.48",
36
- "@syncfusion/ej2-calendars": "27.1.48",
37
- "tslib": "^2.3.0"
34
+ "@syncfusion/ej2-angular-base": "~27.1.50",
35
+ "@syncfusion/ej2-base": "~27.1.50",
36
+ "@syncfusion/ej2-calendars": "27.1.50"
38
37
  },
39
38
  "deprecated": false,
40
39
  "description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Angular",
41
- "devDependencies": {},
42
40
  "es2020": "fesm2020/syncfusion-ej2-angular-calendars.mjs",
43
41
  "esm2020": "esm2020/syncfusion-ej2-angular-calendars.mjs",
44
42
  "exports": {
@@ -73,5 +71,5 @@
73
71
  "schematics": "./schematics/collection.json",
74
72
  "sideEffects": false,
75
73
  "typings": "syncfusion-ej2-angular-calendars.d.ts",
76
- "version": "27.1.48"
74
+ "version": "27.1.50"
77
75
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-calendars';
4
- exports.pkgVer = '^27.1.48';
4
+ exports.pkgVer = '^27.1.50';
5
5
  exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
6
- exports.themeVer = '~27.1.48';
6
+ exports.themeVer = '~27.1.50';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-calendars';
2
- export const pkgVer = '^27.1.48';
2
+ export const pkgVer = '^27.1.50';
3
3
  export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4
- export const themeVer = '~27.1.48';
4
+ export const themeVer = '~27.1.50';