@syncfusion/ej2-calendars
Advanced tools
Comparing version 16.4.42 to 16.4.44
@@ -5,2 +5,22 @@ # Changelog | ||
### DatePicker | ||
#### Bug Fixes | ||
- Fixed the `allowEdit` issue in mobile mode. | ||
### DateRangePicker | ||
#### Bug Fixes | ||
- Fixed the localization issue in preset `custom range` element. | ||
### TimePicker | ||
#### Bug Fixes | ||
- Fixed the component destroy issue when `showClearButton` in disabled state. | ||
## 16.4.42 (2018-12-14) | ||
### Calendar | ||
@@ -7,0 +27,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 16.4.42 | ||
* version : 16.4.44 | ||
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"name": "@syncfusion/ej2-calendars", | ||
"version": "16.4.42", | ||
"version": "16.4.44", | ||
"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.", | ||
@@ -12,5 +12,5 @@ "author": "Syncfusion Inc.", | ||
"@syncfusion/ej2-base": "~16.4.42", | ||
"@syncfusion/ej2-popups": "~16.4.42", | ||
"@syncfusion/ej2-inputs": "~16.4.42", | ||
"@syncfusion/ej2-lists": "~16.4.42", | ||
"@syncfusion/ej2-popups": "~16.4.44", | ||
"@syncfusion/ej2-inputs": "~16.4.44", | ||
"@syncfusion/ej2-lists": "~16.4.44", | ||
"@syncfusion/ej2-buttons": "~16.4.42" | ||
@@ -17,0 +17,0 @@ }, |
@@ -300,3 +300,3 @@ var __extends = (this && this.__extends) || (function () { | ||
if (Browser.isDevice) { | ||
this.element.setAttribute('readonly', 'readonly'); | ||
this.element.setAttribute('readonly', ''); | ||
} | ||
@@ -784,3 +784,3 @@ e.preventDefault(); | ||
} | ||
if (Browser.isDevice) { | ||
if (Browser.isDevice && this.allowEdit && !this.readonly) { | ||
this.element.removeAttribute('readonly'); | ||
@@ -787,0 +787,0 @@ } |
@@ -370,3 +370,3 @@ var __extends = (this && this.__extends) || (function () { | ||
if (Browser.isDevice) { | ||
this.element.setAttribute('readonly', 'readonly'); | ||
this.element.setAttribute('readonly', ''); | ||
} | ||
@@ -887,3 +887,3 @@ if (e.currentTarget === this.timeIcon) { | ||
} | ||
if (Browser.isDevice) { | ||
if (Browser.isDevice && this.allowEdit && !this.readonly) { | ||
this.element.removeAttribute('readonly'); | ||
@@ -890,0 +890,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6250208
59143