Commit Graph
11303 Commits
Author SHA1 Message Date
Masahiro Wakame c7c3db687e Merge pull request #5162 from shovon/gridster-jquery
Added an override for support for jQuery
2015-08-08 15:16:17 +09:00
Masahiro Wakame 4c9e667d20 Merge pull request #5241 from pwelter34/dragula
add dragula definition
2015-08-08 15:12:50 +09:00
Masahiro Wakame 3b7d4abb1c Merge pull request #5238 from bioball/patch-1
Add an authuser paramter
2015-08-08 15:08:40 +09:00
Masahiro Wakame f3c173d342 Merge pull request #5237 from chrootsu/angularjs-q-all
angularjs: changed $q.all() (added a type variable and tests)
2015-08-08 15:03:05 +09:00
Masahiro Wakame 7ccb1759f9 Merge pull request #5131 from benishouga/add-react-svg
React: Added attributes 'width' and 'height' to SVGAttributes for Rect.
2015-08-08 14:33:35 +09:00
Masahiro Wakame ca877eaa36 Merge pull request #5231 from chrootsu/lodash-spread
lodash: added _.spread() method
2015-08-08 14:29:16 +09:00
Masahiro Wakame 0239f0672c Merge pull request #5229 from chrootsu/lodash-rearg
lodash: added _.rearg() method
2015-08-08 14:26:58 +09:00
Masahiro Wakame 1c7fc3732b Merge pull request #5227 from stpettersens/master
Type definitions and tests for snake-case
2015-08-08 14:22:38 +09:00
Masahiro Wakame 36db9a2d50 Merge pull request #5225 from davidparsson/master
Add test for Jasmine's jasmine.clock().mockDate(baseTime)
2015-08-08 14:21:49 +09:00
Masahiro Wakame 0382ba8a31 Merge pull request #5223 from devnought/master
Converted imports to ES6 module syntax
2015-08-08 14:19:23 +09:00
Masahiro Wakame 5b4506b640 Merge pull request #5222 from joeskeen/gulp-load-plugins
definitions for gulp-load-plugins
2015-08-08 14:17:16 +09:00
vvakame 06f57b4555 Merge branch 'laurence-myers-master' 2015-08-08 14:12:32 +09:00
vvakame 17759c3dfd Merge branch 'master' of https://github.com/laurence-myers/DefinitelyTyped into laurence-myers-master 2015-08-08 14:09:56 +09:00
Masahiro Wakame b9730dd578 Merge pull request #4521 from nickplee/master
Added IP and Hostname validators to Joi.d.ts
2015-08-08 14:02:49 +09:00
Masahiro Wakame 0041950b65 Merge pull request #4374 from nickplee/patch-1
Added an interface for the object returned during synchronous validat…
2015-08-08 13:59:28 +09:00
Masahiro Wakame c7253f4a93 Merge pull request #5133 from maglar0/master
React: Support for defaultValue in HTMLAttributes
2015-08-08 13:54:45 +09:00
Masahiro Wakame c1ea194664 Merge pull request #5201 from use-strict/react-context-any
react - Replaced context any with {} for type safety.
2015-08-08 13:53:54 +09:00
Masahiro Wakame c697b13c41 Merge pull request #5217 from danilofaria/master
Ui-grid improvements
2015-08-08 13:50:10 +09:00
Masahiro Wakame 9ffa03f181 Merge pull request #5213 from apare/patch-1
Invalid partition return type in chain
2015-08-08 13:42:17 +09:00
Masahiro Wakame b86639edaa Merge pull request #5203 from chrilith/master
Fixed #3728: Modernizr Prefixed definition returns boolean
2015-08-08 13:40:18 +09:00
Masahiro Wakame 187a6b54d5 Merge pull request #5210 from manekovskiy/patch-1
Added missing CodeMirror.Doc method - listSelections
2015-08-08 13:39:09 +09:00
Ilya Mochalov 1e97f548e3 lodash: added _.rearg() method 2015-08-07 23:38:16 +05:00
Ilya Mochalov 7d288c8740 lodash: added _.spread() method 2015-08-07 23:37:46 +05:00
Ilya Mochalov fcc892bba5 angularjs: changed $q.all() (added a type variable and tests) 2015-08-07 23:36:27 +05:00
Jeremy Elbourn a95ee80de0 Update angular2 d.ts to alpha34 2015-08-07 10:13:22 -07:00
John Reilly 284c2b8828 Merge pull request #5226 from baltie/highcharts-fixes
Highcharts fixes
2015-08-07 06:51:17 +01:00
Dan Quirk b45569f35d Merge pull request #5233 from DanielRosenwasser/handleExtraObjectLiteralProperties
Handle extra object literal properties (Part II)
2015-08-06 13:37:36 -07:00
Basarat Ali Syed 3d29161917 Merge pull request #5200 from use-strict/angular-remove-any
angularjs - Switched any to generics for type safety.
2015-08-06 16:08:37 +10:00
Alexandru Ciuca 66135fcdb6 angular.d.ts - Reverted window and browser services to any 2015-08-06 08:13:50 +03:00
Paul Welter e8bdd1be7c add dragula definition 2015-08-05 23:00:03 -05:00
Daniel Chao 882139ded1 Add an authuser paramter
http://stackoverflow.com/questions/13366254/is-it-possible-to-be-able-to-correctly-select-any-available-google-account-to-us
2015-08-05 17:38:47 -07:00
benishouga a117cbd73e add svg attribute width and height for rect element. SVGAttribute inherit DOMAttributes. 2015-08-06 03:22:04 +09:00
Joe Skeen bbf926bcf0 Utilize generics in plugin loading 2015-08-05 11:46:31 -06:00
John Reilly 983126e131 Merge pull request #5230 from borisyankov/johnnyreilly-patch-1
Update protobufjs.d.ts
2015-08-05 14:07:29 +01:00
John Reilly 4ded082c5d Update protobufjs.d.ts
This PR includes the [ProtoBuf.Long](https://github.com/dcodeIO/ProtoBuf.js/blob/master/src/ProtoBuf.js#L19) property.  I based the definition on the existing long.d.ts.  I didn't use it directly because I didn't want to create a dependency and because the long.d.ts would have to be changed to do this in the first place.

@panuhorsmalahti - does this look okay to you?
2015-08-05 13:27:04 +01:00
Sam Saint-Pettersen d26e756499 Type definitions and tests for snake-case 2015-08-05 10:19:50 +01:00
Sam Saint-Pettersen ab3767301d Type definitions and tests for snake-case 2015-08-05 10:18:58 +01:00
Dan Lewi Harkestad 808cedd2ec Fixed forgotten return type. 2015-08-05 11:05:52 +02:00
Dan Lewi Harkestad ccaf6162aa Added some missing methods and properties.
Also some fixes to existing methods and properties which didn't match
implementation.
2015-08-05 10:54:49 +02:00
Daniel Rosenwasser 4bc2874a45 Two spaces in 'pdfkit', 2015-08-05 01:22:34 -07:00
Daniel Rosenwasser e8b85f0f48 Normalize to tabs even though they're awful in 'ftp'. 2015-08-05 01:20:15 -07:00
Ciuca, Alexandru 75e813a5d8 angular.d.ts - Reverted controller definition in IDirective to any. 2015-08-05 10:57:40 +03:00
David Pärsson bcf0b2807b Add test for Jasmine's jasmine.clock().mockDate(baseTime) 2015-08-05 09:47:32 +02:00
Horiuchi_H 147cc7a8b3 Merge pull request #5215 from stpettersens/master
Type definitions and tests for sentence-case
2015-08-05 11:05:46 +09:00
Kyle Gretchev 0e10cf0d52 Added node.d.ts reference for CI test 2015-08-04 21:25:45 -04:00
Kyle Gretchev 52ef0043e7 Converted imports to ES6 module syntax 2015-08-04 20:47:16 -04:00
Joe Skeen 8f8e8c55bf fix comment 2015-08-04 17:48:06 -06:00
Joe Skeen 8850b96dc9 Added definitions for gulp-load-plugins 2015-08-04 17:43:57 -06:00
Daniel Rosenwasser 47945cca0c 'sourceURL' is a parameter, not a property on an options object. 2015-08-04 14:16:10 -07:00
Daniel Rosenwasser 9d12f947a4 Stoked about 'strokeStyle' in 'smoothie'. 2015-08-04 14:04:28 -07:00