Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-calendars

Package Overview
Dependencies
Maintainers
2
Versions
250
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-calendars - npm Package Compare versions

Comparing version 16.3.25 to 16.3.27

8

CHANGELOG.md

@@ -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 @@

2

dist/global/index.d.ts
/*!
* 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc