@syncfusion/ej2-angular-calendars 20.3.56-ngcc → 20.3.59-ngcc

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,8 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 20.3.50 (2022-10-18)
6
+
5
7
  ### Calendar
6
8
 
7
9
  #### Bug Fixes
@@ -1241,6 +1243,38 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
1241
1243
  - **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.
1242
1244
 
1243
1245
 
1246
+ ## 20.3.56 (2022-11-08)
1247
+
1248
+ ### DatePicker
1249
+
1250
+ #### Bug Fixes
1251
+
1252
+ - `#I407373` - The issue "fieldset disabled attribute is not disabled the form components" has been resolved.
1253
+
1254
+ ### TimePicker
1255
+
1256
+ #### Bug Fixes
1257
+
1258
+ - `#I407373` - The issue "fieldset disabled attribute does not disable the form components" has been resolved.
1259
+
1260
+ ### DateTimePicker
1261
+
1262
+ #### Bug Fixes
1263
+
1264
+ - `#I407373` - The issue "fieldset disabled attribute does not disable the form components" has been resolved.
1265
+
1266
+ ### DateRangePicker
1267
+
1268
+ #### Bug Fixes
1269
+
1270
+ - `#I407373` - The issue "fieldset disabled attribute does not disable the form components" has been resolved.
1271
+
1272
+ ### Calendar
1273
+
1274
+ #### Bug Fixes
1275
+
1276
+ - `#I407373` - The issue "fieldset disabled attribute does not disable the form components" has been resolved.
1277
+
1244
1278
  ## 20.3.49 (2022-10-11)
1245
1279
 
1246
1280
  ### DatePicker
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-calendars.umd.js
3
- * version : 20.3.56
3
+ * version : 20.3.59
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-calendars.umd.min.js
3
- * version : 20.3.56
3
+ * version : 20.3.59
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-calendars@*",
3
- "_id": "@syncfusion/ej2-angular-calendars@20.3.49",
3
+ "_id": "@syncfusion/ej2-angular-calendars@20.3.56",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-cAzkzY7F+3NCKMgR+Qg2h+21dtwCe1GWjFuOt0fxeyYjRvzt/VAWQk+7uqdHGsXxDJwMW+C2DDIxtXHbv+Auig==",
5
+ "_integrity": "sha512-xA5xdEKqhPoP8ciSWyXQGlXIW260SyR4mwUO2vgmXlnrQOR4+VixiD3+naofAzs24eAoxhsedP+0S4rVxfJ2Uw==",
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.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-calendars/-/ej2-angular-calendars-20.3.49.tgz",
23
- "_shasum": "37124cc5b69dafa320b5647205e64283677e3efc",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-calendars/-/ej2-angular-calendars-20.3.56.tgz",
23
+ "_shasum": "a9ef7cf3e026b7578453f691ae97f7b97dbe0e85",
24
24
  "_spec": "@syncfusion/ej2-angular-calendars@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~20.3.56",
35
35
  "@syncfusion/ej2-base": "~20.3.56",
36
- "@syncfusion/ej2-calendars": "20.3.56"
36
+ "@syncfusion/ej2-calendars": "20.3.59"
37
37
  },
38
38
  "deprecated": false,
39
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",
@@ -94,5 +94,5 @@
94
94
  "schematics": "./schematics/collection.json",
95
95
  "sideEffects": false,
96
96
  "typings": "ej2-angular-calendars.d.ts",
97
- "version": "20.3.56-ngcc"
97
+ "version": "20.3.59-ngcc"
98
98
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-calendars";
2
- export declare const pkgVer = "^20.3.49";
2
+ export declare const pkgVer = "^20.3.56";
3
3
  export declare const moduleName = "CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule";
4
- export declare const themeVer = "~20.3.49";
4
+ export declare const themeVer = "~20.3.56";
@@ -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 = '^20.3.56';
4
+ exports.pkgVer = '^20.3.59';
5
5
  exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
6
- exports.themeVer = '~20.3.56';
6
+ exports.themeVer = '~20.3.59';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-calendars';
2
- export const pkgVer = '^20.3.56';
2
+ export const pkgVer = '^20.3.59';
3
3
  export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4
- export const themeVer = '~20.3.56';
4
+ export const themeVer = '~20.3.59';