Update kendo-ui.d.ts

modified the UploadFile to include the uid property and modified the clearFileByUid() method to include the uid as a parameter.  Update brings the definitions into spec with the documentation.
This commit is contained in:
Jonathan Stevenson
2016-11-08 13:57:13 -06:00
committed by GitHub
parent 3abf7a7bd4
commit 8fcefbaef3
+2 -1
View File
@@ -7329,7 +7329,7 @@ declare namespace kendo.ui {
clearAllFiles(): void;
clearFile(): void;
clearFileByUid(): void;
clearFileByUid(uid: string): void;
destroy(): void;
disable(): void;
enable(enable?: boolean): void;
@@ -7357,6 +7357,7 @@ declare namespace kendo.ui {
extension?: string;
name?: string;
size?: number;
uid?: string;
}
interface UploadLocalization {