From 8fcefbaef32a2557773f177af361f8aa8dc9fd5f Mon Sep 17 00:00:00 2001 From: Jonathan Stevenson Date: Tue, 8 Nov 2016 13:57:13 -0600 Subject: [PATCH] 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. --- kendo-ui/kendo-ui.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kendo-ui/kendo-ui.d.ts b/kendo-ui/kendo-ui.d.ts index 429bc00c12..4ec31c4374 100644 --- a/kendo-ui/kendo-ui.d.ts +++ b/kendo-ui/kendo-ui.d.ts @@ -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 {