Commit Graph
125 Commits
Author SHA1 Message Date
AndyandGitHub ae4fe7b6de Use "lib" in tsconfigs instead of "target". (#13968)
* Use "lib" in tsconfigs instead of "target".

Only add "dom" to libraries that need it. This is determined by a script, so many libraries that have "dom" maybe should not.

* Update new-package and readme

* Add back "target" where necessary
2017-01-18 07:51:51 -08:00
AndyandGitHub a4bd9fa3c1 Add "noImplicitThis" to all tsconfig.json (#13446)
* Add "noImplicitThis" to all tsconfig.json

* Use `"noImplicitThis": false` on packages with broken tests.
2016-12-19 14:11:46 -08:00
Naveen KumarandMohamed Hegazy ead8376ca8 Add autohide and enddate in jqueryui.d.ts (#13330)
Added autohide and enddate in Datepickeroptions interface
2016-12-13 22:11:25 -08:00
Mohamed HegazyandGitHub 13dec92fd9 Fix failing tests after https://github.com/Microsoft/TypeScript/pull/11263 (#11835)
* Fix fialing tests after https://github.com/Microsoft/TypeScript/pull/11263

* Fix more failures
2016-10-07 14:41:25 -07:00
Ryan Cavanaugh f55497c988 Merge remote-tracking branch 'upstream/master' into merge_7_25
# Conflicts:
#	convict/convict.d.ts
#	multer/multer.d.ts
#	nodemailer/nodemailer.d.ts
#	react-bootstrap-table/react-bootstrap-table.d.ts
#	react-dnd/react-dnd-tests.ts
#	react-native/index.d.ts
#	request/request.d.ts
#	restify/index.d.ts
#	webpack/webpack.d.ts
#	ws/ws.d.ts
2016-07-27 16:12:49 -07:00
Ryan Cavanaugh b488f3cb5f Merge remote-tracking branch 'upstream/master' into merge_7_25 2016-07-27 10:57:46 -07:00
quark 78892d49f4 jqueryui: fix draggable's connectToSortable
connectToSortable should allow anything that can be passed to $(...)
2016-07-27 18:38:54 +03:00
Ryan Cavanaugh a4f5ae3098 Merge commit 'upstream/master~250' into merge_7_25 2016-07-26 18:03:56 -07:00
Ryan Cavanaugh 5e9440c8ad Merge commit 'upstream/master~700' into merge_7_25
# Conflicts:
#	angular-ui-router/angular-ui-router.d.ts
#	bookshelf/bookshelf-tests.ts
#	bookshelf/bookshelf.d.ts
#	enzyme/enzyme-tests.tsx
#	enzyme/enzyme.d.ts
#	escodegen/escodegen-tests.ts
#	helmet/helmet.d.ts
#	joi/joi.d.ts
#	knex/knex-tests.ts
#	moment/index.d.ts
#	mongoose/index.d.ts
#	pg/pg.d.ts
#	react-select/react-select-tests.tsx
#	soap/index.d.ts
#	ssh2/ssh2.d.ts
#	turf/turf-tests.ts
#	underscore.string/underscore.string.d.ts
2016-07-25 16:10:34 -07:00
ymkjp 4691d1a545 Bump up version on JqueryUI comment 2016-07-25 16:31:07 +09:00
Alan Wright 8c8643c90b Adding support for JQueryUI Select Menu
jQuery UI 1.11 selectmenu http://jqueryui.com/selectmenu/
2016-07-16 12:03:05 -07:00
Ryan Cavanaugh a5f4d50ccc Fix tsconfig files for new option name / behavior.
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Raghav Katyal 395c4e1639 Turning on consistent casing flag and fixing failures 2016-06-30 15:14:49 -07:00
Mohamed HegazyandGitHub 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
Ryan Cavanaugh bfd400a8f8 Add noEmit to all config files 2016-05-10 12:24:49 -07:00
Ryan Cavanaugh e808e8e062 Remove unneeded references 2016-05-10 12:22:25 -07:00
Ryan Cavanaugh 50387d4046 Change relative reference paths to types references. Errors incoming... 2016-05-09 18:06:27 -07:00
Ryan Cavanaugh 49b1ac6a38 Rename all entry points to index.d.ts and explicitify all file lists 2016-05-09 17:29:10 -07:00
Ryan Cavanaugh ab2b4191c5 Add typesRoot to all config files 2016-05-09 13:52:25 -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
Ryan Cavanaugh 81862d240d More fixes 2016-05-04 22:50:05 -07:00
Ryan Cavanaugh ded70421be Turn off strict null checks 2016-05-04 15:08:38 -07:00
Ryan Cavanaugh 69d1929d8a Add tsconfig.json files 2016-05-04 14:14:39 -07:00
Ryan Cavanaugh dc851736af Delete unused tscparams 2016-04-27 20:42:33 -07:00
Ryan Cavanaugh e7c111c4b7 Merge remote-tracking branch 'upstream/master' into types2.0
Add tsconfig files everywhere

# Conflicts:
#	azure-mobile-services-client/AzureMobileServicesClient.d.ts
#	bookshelf/bookshelf.d.ts
#	hapi/hapi.d.ts
#	helmet/helmet.d.ts
#	mongodb/mongodb.d.ts
#	nock/nock.d.ts
#	react-bootstrap/react-bootstrap.d.ts
#	react-helmet/react-helmet.d.ts
#	restify/restify.d.ts
#	sequelize/sequelize.d.ts
2016-04-27 20:40:21 -07: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