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.45 to 16.1.48

8

CHANGELOG.md

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

#### Bug Fixes
- Selection is not maintained in the month with start date in the left calendar, while performing drill down in the right calendar has been fixed.
## 16.1.45 (2018-05-23)
### DateRangePicker
#### New Features

@@ -9,0 +17,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 16.1.45
* version : 16.1.48
* 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.45",
"version": "16.1.48",
"description": "Essential JS 2 Calendar Components",

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

"@syncfusion/ej2-base": "~16.1.38",
"@syncfusion/ej2-popups": "~16.1.42",
"@syncfusion/ej2-popups": "~16.1.47",
"@syncfusion/ej2-inputs": "~16.1.45",
"@syncfusion/ej2-lists": "~16.1.42",
"@syncfusion/ej2-buttons": "~16.1.37"
"@syncfusion/ej2-buttons": "~16.1.48"
},

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

@@ -247,3 +247,3 @@ import { Component, Internationalization } from '@syncfusion/ej2-base';

protected addYears(date: Date, i: number): void;
protected getIdValue(e: MouseEvent, element: Element): Date;
protected getIdValue(e: MouseEvent | TouchEvent, element: Element): Date;
protected selectDate(e: MouseEvent | KeyboardEventArgs, date: Date, node: Element, value: Date): void;

@@ -250,0 +250,0 @@ protected setAriaActiveDescendant(): void;

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

*/
show(type?: null, e?: MouseEvent | KeyboardEvent | KeyboardEventArgs): void;
show(type?: null | string, e?: MouseEvent | KeyboardEvent | KeyboardEventArgs): void;
/**

@@ -191,0 +191,0 @@ * Hide the Calendar.

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

model: DateRangePickerModel;
/** Prevents the default action */
preventDefault?: Function;
/**

@@ -52,0 +50,0 @@ * Illustrates whether the current action needs to be prevented or not.

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

private dateHandler(e?);
show(type?: string, e?: MouseEvent | KeyboardEvent): void;
show(type?: string, e?: MouseEvent | KeyboardEvent | KeyboardEventArgs): void;
toggle(e?: KeyboardEventArgs): void;

@@ -165,0 +165,0 @@ private listCreation();

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