mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
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
This commit is contained in:
parent
ff388a3fa3
commit
83c0d7bb49
16
types/ej.web.all/index.d.ts
vendored
16
types/ej.web.all/index.d.ts
vendored
@ -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 <https://github.com/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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user