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
255
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.4.42 to 16.4.44

20

CHANGELOG.md

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

2

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

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