Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-calendars

Package Overview
Dependencies
Maintainers
2
Versions
244
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.1.29 to 16.1.32

54

CHANGELOG.md

@@ -7,2 +7,40 @@ # Changelog

#### Bug Fixes
- DateRangePicker popup will not open while enabling the `readOnly` property.
### DateTimePicker
#### Bug Fixes
- Focus and blur events triggers multiple times in DateTimePicker control has been fixed.
- DateTimePicker throws script error while clicking today button in IE browser has been fixed.
- Null value will not be maintained on enabling the `strictMode` property.
### Calendar
#### Bug Fixes
- Calendar throws script error while clicking today button in IE browser has been fixed.
### DatePicker
#### Bug Fixes
- DatePicker throws script error while clicking today button in IE browser has been fixed.
- Null value will not be maintained on enabling the `strictMode` property.
### TimePicker
#### Bug Fixes
- Null value will not be maintained on enabling the `strictMode` property.
## 16.1.29 (2018-03-13)
### Common
#### Bug Fix

@@ -36,8 +74,2 @@

### Calendar, DatePicker and DateTimePicker
#### Breaking Changes
- Pascal casing change to `start` and `depth` property values (`Month`, `Year`, `Decade`).
### DateRangePicker

@@ -57,2 +89,4 @@

- Pascal casing change to `start` and `depth` property values (`Month`, `Year`, `Decade`).
- Focus the input when select the value from the DatePicker popup.

@@ -68,2 +102,6 @@

#### Breaking Changes
- Pascal casing change to `start` and `depth` property values (`Month`, `Year`, `Decade`).
#### New Features

@@ -79,2 +117,6 @@

#### Breaking Changes
- Pascal casing change to `start` and `depth` property values (`Month`, `Year`, `Decade`).
#### New Features

@@ -81,0 +123,0 @@

4

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 16.1.28
* Copyright Syncfusion Inc. 2001 - 2017. All rights reserved.
* version : 16.1.27
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.
* Use of this code is subject to the terms of our license.

@@ -6,0 +6,0 @@ * A copy of the current license can be obtained at any time by e-mailing

{
"name": "@syncfusion/ej2-calendars",
"version": "16.1.29",
"version": "16.1.32",
"description": "Essential JS 2 Calendar Components",

@@ -11,8 +11,7 @@ "author": "Syncfusion Inc.",

"dependencies": {
"@syncfusion/ej2-base": "~16.1.29",
"@syncfusion/ej2-popups": "~16.1.29",
"@syncfusion/ej2-inputs": "~16.1.29",
"@syncfusion/ej2-lists": "~16.1.28",
"@syncfusion/ej2-buttons": "~16.1.28",
"intl": "^1.2.5"
"@syncfusion/ej2-base": "~16.1.32",
"@syncfusion/ej2-popups": "~16.1.32",
"@syncfusion/ej2-inputs": "~16.1.32",
"@syncfusion/ej2-lists": "~16.1.32",
"@syncfusion/ej2-buttons": "~16.1.32"
},

@@ -19,0 +18,0 @@ "devDependencies": {

@@ -69,3 +69,3 @@ import { EventHandler, Property, Internationalization, NotifyPropertyChanges } from '@syncfusion/ej2-base';import { KeyboardEvents, KeyboardEventArgs, Animation, EmitType, Event, L10n, Browser, formatUnit } from '@syncfusion/ej2-base';import { createElement, remove, detach, addClass, removeClass, closest, classList, attributes } from '@syncfusion/ej2-base';import { isNullOrUndefined, getValue, setValue, getUniqueID, merge } from '@syncfusion/ej2-base';import { Popup } from '@syncfusion/ej2-popups';import { Input, InputObject, IInput, FloatLabelType } from '@syncfusion/ej2-inputs';import { Calendar, ChangedEventArgs, CalendarView } from '../calendar/calendar';

* Specifies the placeholder text to be floated.
* @default Auto
* @default Never
*/

@@ -72,0 +72,0 @@ floatLabelType?: FloatLabelType;

@@ -94,3 +94,3 @@ /// <reference path="../calendar/calendar-model.d.ts" />

* Specifies the placeholder text to be floated.
* @default Auto
* @default Never
*/

@@ -97,0 +97,0 @@ floatLabelType: FloatLabelType;

@@ -434,3 +434,3 @@ var __extends = (this && this.__extends) || (function () {

var modelHeader = ej2_base_3.createElement('div', { className: 'e-model-header' });
var yearHeading = ej2_base_3.createElement('h5', { className: 'e-model-year' });
var yearHeading = ej2_base_3.createElement('h1', { className: 'e-model-year' });
var h2 = ej2_base_3.createElement('div');

@@ -437,0 +437,0 @@ var daySpan = ej2_base_3.createElement('span', { className: 'e-model-day' });

@@ -61,3 +61,2 @@ var __extends = (this && this.__extends) || (function () {

ej2_base_3.addClass([this.inputWrapper.container], INPUTFOCUS);
this.trigger('focus');
};

@@ -72,3 +71,2 @@ DateTimePicker.prototype.focusOut = function () {

this.closePopup();
this.trigger('blur');
};

@@ -1030,2 +1028,3 @@ DateTimePicker.prototype.destroy = function () {

this.updateInput();
this.changeTrigger();
break;

@@ -1032,0 +1031,0 @@ case 'min':

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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