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