Commit Graph

102 Commits

Author SHA1 Message Date
Mohamed Hegazy
d141c6eb24 Merge pull request #6130 from iamdudley/patch-1
Added AddClasses option to DroppableOptions interface in jQueryUI
2016-06-26 20:08:21 -07:00
Stuart Moore
7c6411053f Fix JQueryUi zindex() function to return a number, not a JQuery. Relevant documentation: https://api.jqueryui.com/zIndex/ 2016-05-09 17:00:24 +01:00
vvakame
7de6c3dd94 Merge branch 'master' into rename-repo-url 2016-03-17 21:06:54 +09:00
vvakame
14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
John Reilly
24635d778d Merge pull request #8094 from use-strict/patch-2
jqueryui - optional options for serialize method
2016-03-03 09:41:50 +00:00
vvakame
4de74cb527 normalize line ending (CRLF -> LF) 2016-02-16 01:20:30 +09:00
use-strict
6ea1138ac2 jqueryui - optional options for serialize method
sortable serialize method supports an optional "options" parameter (defaults to {}).
2016-02-15 16:41:48 +02:00
Xaver Schulz
a3a5cd5554 jqueryui - Autocomplete add filter signature
add filter signature for jqueryui Autocomplete

https://github.com/jquery/jquery-ui/blob/master/ui/widgets/autocomplete.js#L624
2016-01-21 20:47:23 +01: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
error
c65e0fbd21 Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped into easing 2016-01-08 10:26:51 -06:00
rdogmartin
36797eab8f Added test 2016-01-08 08:42:09 -07:00
rdogmartin
d12cb4f80a Add item property to MenuUIParams in JQueryUI
The ui parameter that is returned to the caller in jQueryUI menu events (e.g. select) has an optional property named item, but it was not included in this type file.
2016-01-07 09:43:34 -07:00
rdogmartin
fe1d50cbd3 Make MenuOptions extend MenuEvents
The menu widget definition does not allow a MenuEvents object to be passed to it during initialization. For example, this gives an error from TypeScript:

$el.menu({select: (e, ui) => { }});

I modified the MenuOptions definition to extend MenuEvents and removed MenuEvents from the Menu interface definition. This makes it consistent with how the other widgets are defined and allows both options and events to be defined when creating a menu widget.
2016-01-07 08:55:23 -07:00
error
cf2a968f0e add easing functions to jquery and jqueryui 2015-12-22 10:26:33 -06:00
Jesús García Sojo
f9d7228387 Fix position type, string to any, in jQueryui autocompleteOptions
https://api.jqueryui.com/autocomplete/#option-position
2015-12-11 09:12:43 +01:00
paul cheung
4e8bcf2667 add open event for dialog(as build failed in TypeScript 1.7) 2015-12-09 00:25:53 +08:00
Amelie Maucade
9eeee9d640 add option create to ResizableEvents interface 2015-11-23 10:52:48 +01:00
James Gardner
c1f3aa4bc8 Added AddClasses option to DroppableOptions interface
The AddClasses option seems to be missing from the DroppableOptions interface. 

I have added it to the interface and alphabetically re-ordered the options so they match with the jQueryUI documentation.
2015-10-05 09:39:03 +13:00
MizardX
a5fabe45ec Correct the interface for the Dialog buttons.
Only the "icons" and "showText" (as "text") options are forwarded to
.button(), the rest are passed as a parameter to the element
constructor: http://api.jquery.com/jQuery/#jQuery-html-attributes
2015-09-17 20:45:51 +02:00
MizardX
6999e694e7 Include events in Accordion, Progressbar and Tooltip options.
Except for Accordion, Progressbar and Tooltip, all other widgets in this
file follow this pattern.
2015-09-17 20:44:54 +02:00
error
d03f6e213f add test for dialog using array of ButtonOptions 2015-09-11 13:28:58 -05:00
error
72e519f0ab set ButtonOptions.text to type string|boolean 2015-09-11 13:25:58 -05:00
error
337a1387f0 change ButtonOptions text property to string 2015-09-03 13:01:22 -05:00
error
3cdf49b241 add buttons property to ButtonOptions 2015-09-03 13:00:53 -05:00
slozier
e12cbe7d2c Update type of DialogOptions.buttons
Add event argument to DialogOptions.buttons callback.
2015-08-24 13:59:06 -04:00
Daniel Rosenwasser
85674ef1dd Added missing type argument. 2015-08-17 15:54:47 -07: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
a3f73092d3 fixed errors in tests. 2015-08-17 14:43:51 -07:00
Daniel Rosenwasser
ceb059b2ab Removed union types from definition files. 2015-08-17 14:06:50 -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
cb265e50c5 extend options with events in 'jqueryui'. 2015-08-12 15:29:54 -07:00
Daniel Rosenwasser
5e48f1bdb2 Made options extend events, added 'change' and 'create' in for spinner events, in 'jqueryui'. 2015-08-12 15:28:34 -07:00
Daniel Rosenwasser
bb830c2a2d Fix 'show' and 'hide' properties in dialog, fix union type, in 'jqueryui'. 2015-08-12 12:34:19 -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
Daniel Rosenwasser
8d1b81107c Make autocomplete options extend events in 'jqueryui'. 2015-08-11 17:26:06 -07:00
Daniel Rosenwasser
9d15a87ca0 Make options for resizable extend events in 'jqueryui'. 2015-08-11 17:24:45 -07:00
Daniel Rosenwasser
98f5ec12f0 Added 'sortable' overload for 'serialize' method in 'jqueryui'. 2015-08-11 17:22:40 -07:00
Daniel Rosenwasser
612ad67a79 Add 'helper' for 'Sortable' in 'jqueryui'. 2015-08-11 17:14:02 -07:00
Daniel Rosenwasser
26e110353d Make options interfaces extend events interfaces in 'jqueryui'. 2015-08-11 17:10:26 -07:00
vvakame
31218c8035 Merge branch 'master' into tsc-1.5.0-alpha 2015-07-18 20:06:04 +09:00