@syncfusion/ej2-calendars
Advanced tools
Comparing version 18.4.35 to 18.4.39
/*! | ||
* filename: index.d.ts | ||
* version : 18.4.35 | ||
* version : 18.4.39 | ||
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-calendars@*", | ||
"_id": "@syncfusion/ej2-calendars@18.4.34", | ||
"_id": "@syncfusion/ej2-calendars@18.4.35", | ||
"_inBundle": false, | ||
"_integrity": "sha512-ZwY1FBtUlgcTVjtG+WYlXO7CvJEZT6ZcMy309xcKM44YPuV8TElIpvWuaPMJyCxb/9MStVgA3DHt5hj0yrKHxQ==", | ||
"_integrity": "sha512-ytj8V1uwPt7jdZ4y/kSBCltXHKv7VEy/KnQX2lfRj1ZgCp4z1fnahpXoSqr4CYHe0wkvXtjI9CIBPzosrxodXA==", | ||
"_location": "/@syncfusion/ej2-calendars", | ||
@@ -35,4 +35,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.4.34.tgz", | ||
"_shasum": "aee4624ef3208c294f97482dd77eadcb42d3bcb4", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-18.4.35.tgz", | ||
"_shasum": "cea8bf91f0959cdf2e7b6e97202a736503695053", | ||
"_spec": "@syncfusion/ej2-calendars@*", | ||
@@ -48,7 +48,7 @@ "_where": "/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~18.4.34", | ||
"@syncfusion/ej2-buttons": "~18.4.33", | ||
"@syncfusion/ej2-inputs": "~18.4.33", | ||
"@syncfusion/ej2-lists": "~18.4.32", | ||
"@syncfusion/ej2-popups": "~18.4.34" | ||
"@syncfusion/ej2-base": "~18.4.39", | ||
"@syncfusion/ej2-buttons": "~18.4.39", | ||
"@syncfusion/ej2-inputs": "~18.4.39", | ||
"@syncfusion/ej2-lists": "~18.4.39", | ||
"@syncfusion/ej2-popups": "~18.4.39" | ||
}, | ||
@@ -86,4 +86,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "18.4.35", | ||
"version": "18.4.39", | ||
"sideEffects": false | ||
} |
@@ -349,3 +349,3 @@ import { Component, Internationalization, ModuleDeclaration } from '@syncfusion/ej2-base'; | ||
}, moduleName?: string): void; | ||
protected todayButtonClick(e?: MouseEvent | KeyboardEvent, value?: Date): void; | ||
protected todayButtonClick(e?: MouseEvent | KeyboardEvent, value?: Date, isCustomDate?: boolean): void; | ||
protected checkDeviceMode(ref?: object): void; | ||
@@ -360,4 +360,4 @@ protected keyActionHandle(e: KeyboardEventArgs, value?: Date, multiSelection?: boolean): void; | ||
protected minMaxDate(localDate: Date): Date; | ||
protected renderMonths(e?: Event, value?: Date): void; | ||
protected renderDays(currentDate: Date, e?: Event, value?: Date, multiSelection?: boolean, values?: Date[]): HTMLElement[]; | ||
protected renderMonths(e?: Event, value?: Date, isCustomDate?: boolean): void; | ||
protected renderDays(currentDate: Date, value?: Date, multiSelection?: boolean, values?: Date[], isTodayDate?: boolean): HTMLElement[]; | ||
protected updateFocus(otherMonth: boolean, disabled: boolean, localDate: Date, tableElement: HTMLElement, currentDate: Date): void; | ||
@@ -376,3 +376,3 @@ protected renderYears(e?: Event, value?: Date): void; | ||
protected contentClick(e?: MouseEvent, view?: number, element?: Element, value?: Date): void; | ||
protected switchView(view: number, e?: Event, multiSelection?: boolean): void; | ||
protected switchView(view: number, e?: Event, multiSelection?: boolean, isCustomDate?: boolean): void; | ||
/** | ||
@@ -425,3 +425,3 @@ * To get component name | ||
*/ | ||
navigateTo(view: CalendarView, date: Date): void; | ||
navigateTo(view: CalendarView, date: Date, isCustomDate?: boolean): void; | ||
/** | ||
@@ -534,4 +534,4 @@ * Gets the current view of the Calendar. | ||
protected minMaxDate(localDate: Date): Date; | ||
protected renderMonths(e?: Event): void; | ||
protected renderDays(currentDate: Date, e?: Event): HTMLElement[]; | ||
protected renderMonths(e?: Event, value?: Date, isCustomDate?: boolean): void; | ||
protected renderDays(currentDate: Date, value?: Date, isMultiSelect?: boolean, values?: Date[], isCustomDate?: boolean): HTMLElement[]; | ||
protected renderYears(e?: Event): void; | ||
@@ -541,3 +541,3 @@ protected renderDecades(e?: Event): void; | ||
protected clickHandler(e: MouseEvent): void; | ||
protected switchView(view: number, e?: Event): void; | ||
protected switchView(view: number, e?: Event, isMultiSelection?: boolean, isCustomDate?: boolean): void; | ||
/** | ||
@@ -571,3 +571,3 @@ * To get component name | ||
*/ | ||
navigateTo(view: CalendarView, date: Date): void; | ||
navigateTo(view: CalendarView, date: Date, isCustomDate?: boolean): void; | ||
/** | ||
@@ -593,2 +593,7 @@ * Gets the current view of the Calendar. | ||
removeDate(dates: Date | Date[]): void; | ||
/** | ||
* To set custom today date in calendar | ||
* @private | ||
*/ | ||
setTodayDate(date: Date): void; | ||
protected update(): void; | ||
@@ -595,0 +600,0 @@ protected selectDate(e: MouseEvent | KeyboardEventArgs, date: Date, element: Element): void; |
@@ -369,2 +369,3 @@ /// <reference path="../calendar/calendar-model.d.ts" /> | ||
protected bindEvents(): void; | ||
protected unBindEvents(): void; | ||
protected resetFormHandler(): void; | ||
@@ -371,0 +372,0 @@ protected restoreValue(): void; |
@@ -591,2 +591,3 @@ /// <reference path="../calendar/calendar-model.d.ts" /> | ||
protected bindEvents(): void; | ||
private unBindEvents; | ||
private updateHiddenInput; | ||
@@ -593,0 +594,0 @@ private inputChangeHandler; |
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 too big to display
Sorry, the diff of this file is too big to display
8479967
86694