@syncfusion/ej2-calendars
Advanced tools
Comparing version 16.3.25 to 16.3.27
@@ -9,2 +9,10 @@ # Changelog | ||
- Fixed the form rest handler issue while destroying the component. | ||
## 16.3.25 (2018-10-15) | ||
### DateRangePicker | ||
#### Bug Fixes | ||
- Fixed the `strictMode` issue. | ||
@@ -11,0 +19,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 16.3.25 | ||
* version : 16.3.27 | ||
* 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.3.25", | ||
"version": "16.3.27", | ||
"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.", | ||
@@ -13,4 +13,4 @@ "author": "Syncfusion Inc.", | ||
"@syncfusion/ej2-popups": "~16.3.25", | ||
"@syncfusion/ej2-inputs": "~16.3.25", | ||
"@syncfusion/ej2-lists": "~16.3.25", | ||
"@syncfusion/ej2-inputs": "~16.3.27", | ||
"@syncfusion/ej2-lists": "~16.3.27", | ||
"@syncfusion/ej2-buttons": "~16.3.25" | ||
@@ -17,0 +17,0 @@ }, |
@@ -150,2 +150,3 @@ /// <reference path="../calendar/calendar-model.d.ts" /> | ||
private controlDown; | ||
private formElement; | ||
/** | ||
@@ -152,0 +153,0 @@ * Gets or sets the start and end date of the Calendar. |
@@ -285,4 +285,4 @@ var __extends = (this && this.__extends) || (function () { | ||
DateTimePicker.prototype.bindInputEvents = function () { | ||
EventHandler.add(this.timeIcon, 'mousedown touchstart', this.timeHandler, this); | ||
EventHandler.add(this.inputWrapper.buttons[0], 'mousedown touchstart', this.dateHandler, this); | ||
EventHandler.add(this.timeIcon, 'mousedown', this.timeHandler, this); | ||
EventHandler.add(this.inputWrapper.buttons[0], 'mousedown', this.dateHandler, this); | ||
EventHandler.add(this.inputElement, 'blur', this.blurHandler, this); | ||
@@ -493,3 +493,3 @@ EventHandler.add(this.inputElement, 'focus', this.focusHandler, this); | ||
attributes(this.inputElement, { 'aria-expanded': 'true' }); | ||
EventHandler.add(document, 'mousedown touchstart', this.documentClickHandler, this); | ||
EventHandler.add(document, 'mousedown', this.documentClickHandler, this); | ||
} | ||
@@ -496,0 +496,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
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
5412447
46893