Commit Graph

32 Commits

Author SHA1 Message Date
Neil Stalker
d2c9aac1de Fixes for TS0.9.5 2013-12-06 22:36:06 +00:00
Natan Vivo
f9b6bfd6fe Fix too restrictive sortable options.
From jquery docs: "If Selector is specified as the type of an argument, it accepts everything that the jQuery constructor accepts, eg. Strings, Elements, Lists of Elements."
http://api.jquery.com/Types/#Selector
2013-12-03 14:12:42 -02:00
John Reilly
2b08be22cf jQueryUI: correct return type of dialog methods
Also corrected / added a couple of tests
2013-11-26 09:31:19 +00:00
Masahiro Wakame
1b28c3344b Removed not required .tscparams 2013-11-19 13:56:28 +09:00
John Reilly
0542b75803 jQuery UI / Modernizr: remove implicit anys 2013-11-06 15:47:24 +00:00
vvakame
2708bc05cd Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
vvakame
3fe1f6bc4e Fixed to CI test passing 2013-10-03 10:18:58 +09:00
Diullei
449bfdda31 #251 - 'SortableEvent' must use 'JQueryEventObject' instead 'Event' 2013-09-08 00:47:38 -03:00
lucapierobon
0e3e659961 Added non-specialized signature for slider(methodName, values) to avoid compiler error TS2154
Compiling with TS 0.9.1.1 the compiler stopped with "error TS2154: Specialized overload signature is not subtype of any non-specialized signature."
As a matter of fact the non-specialized signature for the slider(methodName, values) overload was missing.
Adding it everything was fine.
2013-09-04 12:47:00 +02:00
gstamac
ec369d1b74 jQueryUI: fixed empty string interpreted as null 2013-08-23 21:04:18 +02:00
Boris Yankov
410f730af1 Fix jquery.ui definitions 2013-08-07 19:07:10 +03:00
Boris Yankov
f677cca98d Multiple bool => boolean fixes 2013-08-07 18:02:05 +03:00
Boris Yankov
dd35f69637 Big replacement: bool with boolean 2013-08-07 16:59:39 +03:00
Neil Stalker
e6ed59efeb strongly type jqueryui methods 2013-07-01 21:09:38 +01:00
Neil Stalker
5144d0553f Move jQueryUI interfaces into a module 2013-06-21 14:14:08 +01:00
Boris Yankov
edc22399e2 Fix declaration duplication in jquery and jquery ui 2013-05-25 14:56:54 +03:00
Thomas Andersen
7442c066f7 Added placeholder to SortableUIParams 2013-05-16 10:52:31 +02:00
Thomas Andersen
0dace6e49c Suggestion: jQuery overloads for jQuery UI's method overrides 2013-05-15 13:39:11 +02:00
Michael Thornberry
9a27004adb AutocompleteEvent was spelled AuotcompleteEvent
AutocompleteEvent was spelled AuotcompleteEvent
2013-05-06 17:07:43 -04:00
Michael Thornberry
b9c4a17f50 Revert "AutocompleteEvent was spelled AuotcompleteEvent"
This reverts commit 336db511c6.
2013-05-06 17:06:21 -04:00
Michael Thornberry
336db511c6 AutocompleteEvent was spelled AuotcompleteEvent
AutocompleteEvent was spelled AuotcompleteEvent
2013-05-06 16:58:47 -04:00
AbraaoAlves
faa2c274a5 removing undeclared variable 2013-02-22 18:17:59 -03:00
AbraaoAlves
3eff9e5231 define escapeRegex function
https://github.com/jquery/jquery-ui/blob/master/ui/jquery.ui.autocomplete.js#L567
2013-02-22 18:15:05 -03:00
AbraaoAlves
95245a52a9 fix #320 bug ui.keyCode enum 2013-02-22 18:10:17 -03:00
Vassily Ivanov
a03c448bd3 Fixed definitions for jQuery UI Datepicker parseDate, formatDate. 2013-01-21 11:26:42 +04:00
Boris Yankov
209d95071a Update reference paths 2013-01-17 20:03:30 +02:00
Boris Yankov
c98eebb137 Rename all definition files, remove versions 2013-01-17 17:17:27 +02:00
Natan Vivo
c7d2934d6d Update project references to use jQuery 1.9 instead of missing 1.8 file. 2013-01-17 12:05:06 -02:00
Stuart Thompson
8dbdeafd5a Adds declaration for uniqueId() function.
The existing definition file did not declare the uniqueId() function.
This addresses issue #157
2013-01-04 11:52:06 -08:00
Dan Ludwig
804f74e8db Update jQuery UI DialogOptions.width property type from number to any.
Example usage: $('#el').dialog({width: 'auto'});
2012-12-21 12:01:11 -05:00
Boris Yankov
7c82efb17a Update reference paths 2012-11-19 01:28:08 +02:00
Boris Yankov
c91c45f9ae Move definitions and test in separate folders
This enables each definition to have a readme if necessary.
Also a .json metadata file to help with package managers.
And last, to have different versions of the definitions.
2012-11-18 22:28:44 +02:00