Commit Graph

24 Commits

Author SHA1 Message Date
Daniel Rosenwasser
b51f8765a3 Made tests pass for 'jqueryui'. 2015-08-17 15:04:54 -07:00
Daniel Rosenwasser
379748b491 Remove test for undocumented '_renderItem' function in 'jqueryui'. 2015-08-17 14:48:00 -07:00
Daniel Rosenwasser
a19db768d1 Things should be functions in tests for 'jqueryui'. 2015-08-12 15:52:46 -07:00
Daniel Rosenwasser
29e90320fb 'start' should be a function in tests for 'jqueryui'. 2015-08-12 15:52:00 -07:00
Daniel Rosenwasser
a9d5865d79 'offset' isn't a property for 'position' in 'jqueryui'. 2015-08-12 15:39:37 -07:00
Daniel Rosenwasser
2ffed1fde1 Made dialog options extend events type, test should have had button callbacks within 'buttons' in 'jqueryui'. 2015-08-12 12:34:01 -07:00
vvakame
b79d800626 fix jqueryui/jqueryui-tests.ts compile error 2015-04-15 23:35:12 +09: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
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
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
gstamac
ec369d1b74 jQueryUI: fixed empty string interpreted as null 2013-08-23 21:04:18 +02:00
Neil Stalker
5144d0553f Move jQueryUI interfaces into a module 2013-06-21 14:14:08 +01:00
AbraaoAlves
faa2c274a5 removing undeclared variable 2013-02-22 18:17:59 -03:00
Boris Yankov
209d95071a Update reference paths 2013-01-17 20:03:30 +02: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