From 83c0d7bb4929ef4417add6dfaf64a59dc6b7b6cb Mon Sep 17 00:00:00 2001 From: Syncfusion-JavaScript Date: Wed, 5 Feb 2020 00:38:35 +0530 Subject: [PATCH] 17.4.46 added (#41972) * 17.3.26 added * Error fixed * Removed Bad character * Removed new line * Added new line * 17.4.39 added * Commit index and ej file * Revert "Commit index and ej file" This reverts commit 2f2905412930ebcdea1a80d147febd011f7c5686. * changed ts file * Adde non-npm package * Removed bad character * removed irregular whitespace * 17.4.46 added * Removed unwanted character * Added the chnages * Removed Space --- types/ej.web.all/index.d.ts | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/types/ej.web.all/index.d.ts b/types/ej.web.all/index.d.ts index 28c1744817..81c527665b 100644 --- a/types/ej.web.all/index.d.ts +++ b/types/ej.web.all/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for non-npm package ej.web.all 17.3 +// Type definitions for non-npm package ej.web.all 17.4 // Project: http://help.syncfusion.com/js/typescript // Definitions by: Syncfusion // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped @@ -8,8 +8,8 @@ /*! * filename: ej.web.all.d.ts -* version : 17.3.0.26 -* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. +* version : 17.4.0.46 +* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved. * Use of this code is subject to the terms of our license. * A copy of the current license can be obtained at any time by e-mailing * licensing@syncfusion.com. Any infringement will be prosecuted under @@ -37825,7 +37825,7 @@ declare namespace ej { */ ajaxError?(e: AjaxErrorEventArgs): void; - /** Fires when the dependent parameter value is changing in the parameter block. You can add custom user interface, loading indicator and modify the default progress text, using the + /** Fires when the dependent parameter value is the parameter block. You can add custom user interface, loading indicator and modify the default progress text, using the * ParameterUpdateStateChange event. */ parameterUpdateStateChange?(e: ParameterUpdateStateChangeEventArgs): void; @@ -43582,9 +43582,13 @@ declare namespace ej { */ isChecked?: boolean; - /** Specifies the datepicker of Custom Cell type. + /** Specifies the value for datepicker of Custom Cell type. */ value?: string; + + /** Specifies the format for datepicker. + */ + format?: string; } export interface XLCellType { @@ -73653,7 +73657,7 @@ declare namespace ej.datavisualization { //Used to specify node type as Image Image, //Used to specify node type as HTML - HTML, + Html, //Used to specify node type as Native Native, //Used to specify node type as Basic