Mohamed Hegazy
2aaa293cb1
Remove quotes from response files
2014-09-02 14:53:39 -07:00
Douglas Eichelberger
a5c374e96a
Fix JQueryUI Slider definitions
2014-07-15 17:11:03 -07:00
John Reilly
4d233b7151
jQueryUI: Tidy up and up to gotoCurrent
2014-04-25 09:57:57 +01:00
John Reilly
79a48d8772
jQueryUI: now the d's
2014-04-24 15:47:53 +01:00
John Reilly
f1d0dcabb7
jQueryUI: Finished the c's
2014-04-23 17:08:19 +01:00
John Reilly
b03204e6f0
jQuery UI: changeMonth and changeYear JSDoc
2014-04-23 09:50:10 +01:00
John Reilly
90a326d1fd
jQuery UI: Mucho interface JSDoc
2014-04-17 16:30:03 +01:00
John Reilly
09733f152e
jQuery UI: continuing getters / setters
2014-04-17 10:10:17 +01:00
John Reilly
3458bc6328
jQuery UI: button option getters / setters
2014-04-16 17:25:58 +01:00
John Reilly
beb5e1df56
jQuery UI: continued on option getters / setters
2014-04-16 17:06:57 +01:00
John Reilly
042c9c7346
jQuery UI: started on option getters / setters
2014-04-16 16:20:59 +01:00
John Reilly
9480db2645
jQueryUI: started adding option overloads
2014-04-16 13:59:31 +01:00
John Reilly
739e9fd044
jQueryUI: started tidying datepicker
...
Refactored jQuery UI datepicker overloads and added JSDoc. Options still
to do - will follow in a later commit I hope. Removed unused
optionLiteral datepicker overloads (undocumented). Made the following
change to the underlying methodName overload to allow other overloads to
"chain" into it.
```
datepicker(methodName: string, ...otherParams: any[]): any;
```
Moved datepicker tests to single function. Added tests for datepicker
methods.
Very much just first steps. A lot to do in jQuery UI I think...
2014-04-16 11:58:02 +01:00
enternet
5639237400
interface SortableOptions extends SortableEvents
...
If we look into jqueryUI internals we will see that all the config values stored in one object. Both Options and Events. For example we can call UI.sortable({opacity: value1, start: fn1, stop: fn2})
2014-04-08 14:19:58 +03:00
slozier
e0dd3ed06d
Update jqueryui.d.ts
2014-03-05 19:26:32 -05:00
scottmcarthur
1cbc6388ea
Resolves KeyCode - Type reference cannot refer to a property
...
The interface of the property `$.ui.keyCode` uses a non-standard name `keyCode` which clashes with the property name, giving error `Type reference cannot refer to a property`.
Changing the interface name from `keyCode` to `KeyCode` follows the interface naming convention and resolves this issue.
2014-02-13 09:47:35 +00:00
John Reilly
9efa6268fc
jQuery UI: added some missing API parts
2014-01-10 11:03:22 +00:00
Tom von Clef
388c226ab5
Changed the iso8601Week function of the Datepicker interface to return type 'number', not type 'void'. See: http://api.jqueryui.com/datepicker/
2013-12-18 15:07:59 -05:00
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