This is a migrated thread and some comments may be shown as answers.

A few missing TypeScript definitions

1 Answer 62 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sean
Top achievements
Rank 1
Sean asked on 06 May 2013, 06:54 PM

Hello,

Just pulled down the 2013.1.506 bits and a few methods and properties are missing from some of the definitions. Here's what I've found:

interface FlatColorPickerEvent is missing "value:string"

AutoComplete.dataItem, ComboBox.dataItem and DropDownList.dataItem should be declared as "dataItem(index?: number): any;" given that the kendo.ui.List.dataItem uses the selected index if a value is not provided.

Shouldn't TabStrip.remove also be defined as "remove(element: number): kendo.ui.TabStrip;"?

Should TabStrip a definition for "items(): HTMLCollection;"?  It's not documented, but I have referenced it to get the number of tabs in the TabStrip.

Thanks,

Sean


1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 08 May 2013, 01:22 PM
Hi Sean, 

 Thank you for reporting those issues. We will address them in our next official release!

Kind regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Sean
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or