Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-calendars

Package Overview
Dependencies
5
Maintainers
2
Versions
234
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.1.37 to 16.1.38

16

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

### Common
#### Bug Fixes
- Now, Date parser returns `null` value while parsing invalid date string.
## 16.1.35 (2018-04-17)

@@ -74,3 +80,3 @@

#### Bug Fix
#### Bug Fixes

@@ -151,3 +157,3 @@ - `Width` property with string type value issue has been fixed.

#### DateTimePicker
### DateTimePicker

@@ -170,3 +176,3 @@ DateTimePicker component for selecting or entering a date and time with options for disabling dates, restricting selection and showing custom events.

#### Bug fix
#### Bug Fixes

@@ -197,3 +203,3 @@ - Select event will be triggered when selecting the start and end date.

#### Bug fix
#### Bug Fixes

@@ -206,3 +212,3 @@ - Popup repositions will not work while scrolling on the fixed element, this has been fixed.

#### Bug Fix
#### Bug Fixes

@@ -209,0 +215,0 @@ - Popup position issue in mobile layout has been fixed.

/*!
* filename: index.d.ts
* version : 16.1.37
* version : 16.1.38
* 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.1.37",
"version": "16.1.38",
"description": "Essential JS 2 Calendar Components",

@@ -11,6 +11,6 @@ "author": "Syncfusion Inc.",

"dependencies": {
"@syncfusion/ej2-base": "~16.1.37",
"@syncfusion/ej2-base": "~16.1.38",
"@syncfusion/ej2-popups": "~16.1.37",
"@syncfusion/ej2-inputs": "~16.1.37",
"@syncfusion/ej2-lists": "~16.1.37",
"@syncfusion/ej2-inputs": "~16.1.38",
"@syncfusion/ej2-lists": "~16.1.38",
"@syncfusion/ej2-buttons": "~16.1.37"

@@ -17,0 +17,0 @@ },

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

break;
case 'showClearButton':
ej2_inputs_1.Input.setClearButton(this.showClearButton, this.inputElement, this.inputWrapper);
this.bindClearEvent();
break;
case 'strictMode':

@@ -861,0 +865,0 @@ this.updateInput();

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

private setLocale();
private refreshChange();
/**

@@ -426,0 +427,0 @@ * Called internally if any of the property value changed.

@@ -35,3 +35,3 @@ import { EventHandler, Internationalization, Property, NotifyPropertyChanges, Browser, RippleOptions } from '@syncfusion/ej2-base';import { Animation, EmitType, Event, AnimationModel, cldrData, getDefaultDateObject, detach } from '@syncfusion/ej2-base';import { createElement, remove, addClass, L10n, removeClass, closest, classList, append, attributes } from '@syncfusion/ej2-base';import { KeyboardEvents, KeyboardEventArgs, isNullOrUndefined, formatUnit, getValue, rippleEffect } from '@syncfusion/ej2-base';import { Popup } from '@syncfusion/ej2-popups';import { Input } from '@syncfusion/ej2-inputs';import { DatePicker } from '../datepicker/datepicker';import { TimePickerBase } from '../timepicker/timepicker';import { cssClass as ListBaseClasses } from '@syncfusion/ej2-lists';

* Specifies whether to show or hide the clear icon in textbox.
* @default false
* @default true
*/

@@ -38,0 +38,0 @@ showClearButton?: boolean;

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

* Specifies whether to show or hide the clear icon in textbox.
* @default false
* @default true
*/

@@ -71,0 +71,0 @@ showClearButton: boolean;

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

var value = this.validateMinMaxRange(this.initValue);
this.inputElement.value = this.getFormattedValue(value);
ej2_inputs_1.Input.setValue(this.getFormattedValue(value), this.inputElement, this.floatLabelType, this.showClearButton);
this.setProperties({ value: value }, true);

@@ -912,6 +912,6 @@ }

if (!this.strictMode && ej2_base_4.isNullOrUndefined(time)) {
ej2_inputs_1.Input.setValue(dateString, this.inputElement, this.floatLabelType, false);
ej2_inputs_1.Input.setValue(dateString, this.inputElement, this.floatLabelType, this.showClearButton);
}
else {
ej2_inputs_1.Input.setValue(dateString, this.inputElement, this.floatLabelType, false);
ej2_inputs_1.Input.setValue(dateString, this.inputElement, this.floatLabelType, this.showClearButton);
}

@@ -1022,3 +1022,3 @@ return time;

newProp.value = this.validateValue(newProp.value);
this.inputElement.value = this.getFormattedValue(newProp.value);
ej2_inputs_1.Input.setValue(this.getFormattedValue(newProp.value), this.inputElement, this.floatLabelType, this.showClearButton);
this.valueWithMinutes = newProp.value;

@@ -1096,3 +1096,3 @@ this.setProperties({ value: newProp.value }, true);

__decorate([
ej2_base_1.Property(false)
ej2_base_1.Property(true)
], DateTimePicker.prototype, "showClearButton", void 0);

@@ -1099,0 +1099,0 @@ __decorate([

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc