18734 Commits
Author SHA1 Message Date
Ilya Mochalov c5d7c7a293 lodash: signatures of _.create have been changed 2016-01-07 21:44:13 +05: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
Cyril Schumacher 5f2a5d25bb Update definitions for "i18next-express-middleware", "i18next" and
"connect-timeout".
Remove "tscparams" file for "acc-wizard".
2016-01-07 16:23:33 +01:00
tiso 9028ed35ea Add sortDirectionCycle in interface IColumnDefOf 2016-01-07 16:21:51 +01:00
Glen da35ad861d Update DefinitelyTyped repository URL 2016-01-07 16:49:05 +02:00
Glen 9bb2b005a2 Change project URLs 2016-01-07 16:42:51 +02:00
Andrei Alecu 07b956ceea Formatting. 2016-01-07 16:36:06 +02:00
Andrei Alecu dfe3e8d966 Also fix _(dictionary) 2016-01-07 16:33:41 +02:00
William Comartin c4df2bf9f0 change file names to match that of npm and bower 2016-01-07 08:59:33 -05:00
Bogdan Radacina 0eb88e69d7 showOpenDialog returns string[]
The showOpenDialog() function returns string[] as per https://github.com/atom/electron/blob/master/docs/api/dialog.md
2016-01-07 20:19:49 +11:00
Benjamin Pasero 38fddea3d4 updates as discussed 2016-01-07 08:45:52 +01:00
Horiuchi_H 81b951f1ac Merge pull request #7406 from labrute/patch-1
Add missing semicolon in ui-grid.d.ts file
2016-01-07 13:06:54 +09:00
Horiuchi_H e3eb4896b0 Merge pull request #7518 from RX14/master
Winreg typings
2016-01-07 13:05:38 +09:00
Horiuchi_H af22ba0ffe Merge pull request #7517 from jppellerin/aws-sdk-dynamo
Adding availability for the DynamoDB Document Client
2016-01-07 13:04:39 +09:00
Horiuchi_H e7453edcfe Merge pull request #7506 from tkqubo/xmldom
add xmldom
2016-01-07 12:57:25 +09:00
Horiuchi_H ca32893471 Merge pull request #7521 from horiuchi/update-contributors
update CONTRIBUTORS
2016-01-07 12:55:31 +09:00
Horiuchi_H 7320acef39 update CONTRIBUTORS 2016-01-07 12:52:55 +09:00
Horiuchi_H 17381003c6 Merge pull request #7505 from seanzer/master
Fix issue with es6 style import
2016-01-07 12:36:12 +09:00
Horiuchi_H bcf61d5fe4 Merge pull request #7504 from aleung/field-fix
Move 'field' to ES6 module definition style.
2016-01-07 12:34:16 +09:00
Horiuchi_H c539b0e794 Merge pull request #7500 from kenfdev/backbone-relational
backbone-relational : added 'static' to methods according to the docs
2016-01-07 12:33:16 +09:00
RX14 d0aa1d004b Add winreg typings. 2016-01-06 21:59:46 +00:00
Jean-Philipe Pellerin 6ca23c0d69 Adding availability for the DynamoDB Document Client 2016-01-06 16:49:09 -05:00
James O'Cull d2443f6855 Proper returns on server use/route 2016-01-06 14:22:14 -05:00
James O'Cull 1140e9393f Added Restify Router render function 2016-01-06 13:53:52 -05:00
James O'Cull b7e9564fdd Add router /routes support to Restify 2016-01-06 13:34:44 -05:00
Andrei Alecu 1e3835e65e underscore: fix chain with Dictionary<T>
I added a test for this, it would previously fail to compile.

Also, using `_.values()` on a Dictionary would lose strong typing on the result, returning `any[]`. This now properly returns `T[]` in that case.
2016-01-06 19:46:26 +02:00
James O'Cull 135a9ae380 Merge branch 'master' of https://github.com/DefinitelyTyped/DefinitelyTyped 2016-01-06 12:33:13 -05:00
Xavier Stouder 6dbdbbe4aa add header 2016-01-06 17:44:52 +01:00
Xavier Stouder c165b20f4f try fix 2016-01-06 17:43:26 +01:00
Xavier Stouder 0d5bd9bd25 Fix name 2016-01-06 17:36:04 +01:00
Xavier Stouder 61f56612d8 Add vec3 typings 2016-01-06 17:31:51 +01:00
Cyril Schumacher 7e3bc700b3 Add definition for "i18next-express-middleware". 2016-01-06 17:29:37 +01:00
Felipe Andrade 26c98c8a95 added toHaveBeenCalledTimes 2016-01-06 11:28:40 -05:00
Tanguy Krotoff 84fecab4c3 "Deprecate" gulp-minify-html in favor of gulp-htmlmin 2016-01-06 17:25:55 +01:00
Tanguy Krotoff b29d9f6340 Add definitions for gulp-htmlmin (https://github.com/jonschlinkert/gulp-htmlmin) 2016-01-06 17:23:12 +01:00
Tanguy Krotoff 3051b93e44 Add definitions for HTMLMinifier (https://github.com/kangax/html-minifier) 2016-01-06 17:22:22 +01:00
Tanguy Krotoff 4e802a7747 Add definitions for relateurl (https://github.com/stevenvachon/relateurl) 2016-01-06 17:21:20 +01:00
Tanguy Krotoff 44f1cdb876 gulp-minify-css now uses clean-css 2016-01-06 17:20:26 +01:00
Roger Chen 0315ce5497 Remove extra whitespace from react-addons-transition-group 2016-01-06 08:16:37 -08:00
Tanguy Krotoff 0009f34a8c Add definitions for clean-css (https://github.com/jakubpawlowicz/clean-css) 2016-01-06 17:13:52 +01:00
Tanguy Krotoff f33aa7ba76 webpack now uses uglify-js 2016-01-06 16:37:25 +01:00
Tanguy Krotoff ba956a3e6e gulp-uglify now uses uglify-js 2016-01-06 16:36:37 +01:00
Tanguy Krotoff 51b587292f Add definitions for UglifyJS 2 (https://github.com/mishoo/UglifyJS2) 2016-01-06 16:35:43 +01:00
Benjamin Pasero d885128900 updates from adopting for vscode 2016-01-06 16:32:56 +01:00
Tanguy Krotoff 2961bf02f1 Add Options interface to the namespace 2016-01-06 16:22:15 +01:00
William Comartin 68186adc6d Leaflet-Fullscreen make Options optional 2016-01-06 09:54:28 -05:00
Ilya Mochalov 8b4d6c1a6f lodash: signatures of _.isError have been changed 2016-01-06 19:49:54 +05:00
Horiuchi_H f11e49cfb7 Merge pull request #7494 from samvloeberghs/foundation-sites
Foundation sites
2016-01-06 17:51:57 +09:00
Sam Vloeberghs 86ce8c127d restored contributors 2016-01-06 09:30:21 +01:00