Commit Graph

34 Commits

Author SHA1 Message Date
vvakame
4de74cb527 normalize line ending (CRLF -> LF) 2016-02-16 01:20:30 +09:00
John Reilly
984a41af67 Merge pull request #7579 from mth0348/master
Added missing options to SliderOptions and DialogOptions
2016-01-12 13:30:58 +00:00
Matthias Thomann
57112090da Added missing options to SliderOptions and DialogOptions 2016-01-12 08:45:04 +01:00
Masahiro Wakame
627b6c158b Merge pull request #7304 from errorx666/easing
add easing functions to jquery and jqueryui
2016-01-12 00:16:41 +09:00
error
c44772fa6a update easing tests for jQuery and jQueryUI 2016-01-08 14:36:01 -06:00
error
e0078362c7 add easing tests for jQuery and jQueryUI 2016-01-08 11:18:33 -06:00
error
ca6fb1fb78 Revert "add easing tests"
This reverts commit ee54597e99.
2016-01-08 11:15:12 -06:00
error
ee54597e99 add easing tests 2016-01-08 11:02:19 -06:00
rdogmartin
36797eab8f Added test 2016-01-08 08:42:09 -07:00
error
d03f6e213f add test for dialog using array of ButtonOptions 2015-09-11 13:28:58 -05:00
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