mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
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:
committed by
GitHub
parent
3abf7a7bd4
commit
8fcefbaef3
Vendored
+2
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user