Rasmus Eeg Møller
e248bbd069
Added weight to MapTypeStyler
...
As described here: https://developers.google.com/maps/documentation/javascript/styling
2015-11-16 13:51:52 +01:00
Masahiro Wakame
d2f3267274
Merge pull request #6716 from rokerkony/angular-templateNamespace-missing
...
Added missing templateNamespace to ng.IDirective interface
2015-11-16 21:47:09 +09:00
Masahiro Wakame
8b30afa8e9
Merge pull request #6717 from chrootsu/lodash-modArgs
...
lodash: signatures of the method _.modArgs have been changed
2015-11-16 21:44:37 +09:00
Masahiro Wakame
f04cfd70b9
Merge pull request #6715 from chrootsu/lodash-gte
...
lodash: signatures of the method _.gte have been changed
2015-11-16 21:39:29 +09:00
Masahiro Wakame
f57d70cdb7
Merge pull request #6712 from chrootsu/lodash-property
...
lodash: signatures of the method _.property have been changed
2015-11-16 21:38:11 +09:00
Masahiro Wakame
faac113892
Merge pull request #6711 from chrootsu/lodash-size
...
lodash: signatures of the method _.size have been changed
2015-11-16 21:37:45 +09:00
Masahiro Wakame
9c7650ddfd
Merge pull request #6710 from chrootsu/lodash-includes
...
lodash: signatures of the method _.includes have been changed
2015-11-16 21:37:26 +09:00
Masahiro Wakame
59f258b077
Merge pull request #6709 from enicholson/bluebird-catch
...
Bluebird catch, then, fromNode improvements
2015-11-16 21:36:02 +09:00
Adam Meadows
363e73e7ef
Added z-schema project
2015-11-16 04:32:08 -08:00
Masahiro Wakame
faeb4da92d
Merge pull request #6704 from flqw/master
...
Update loglevel to 1.4.0, Add AMD support
2015-11-16 21:27:16 +09:00
Masahiro Wakame
d437b83524
Merge pull request #6705 from STARSCrazy/linq-thenby-fix
...
Fix "ThenBy" and "ThenByDescending" in linq.d.ts
2015-11-16 21:26:24 +09:00
Andrew Schurman
30811e892f
bookshelf: initial typescript mappings
2015-11-15 23:30:45 -08:00
Masahiro Wakame
d401629469
Merge pull request #6743 from gyohk/threejs-r73
...
Added missing properties for three.d.ts.
2015-11-16 15:52:50 +09:00
Koki Takahashi
c777572e85
Fix core-js/core-js.d.ts
...
Spell error: libary => library
2015-11-16 13:49:27 +09:00
Jacques Kang
8ed2347900
Merge remote-tracking branch 'refs/remotes/DefinitelyTyped/master'
2015-11-15 20:42:34 +01:00
Stefan Steinhart
ab3f93861f
backported usage of new typescript features to legacy typings, fixed errors in typings and tests
2015-11-15 13:05:43 +01:00
Stefan Steinhart
97322f1ead
typings and tests for js-data 2.8.0, making use of new typescript intersection types feature to more accurately describe api
2015-11-15 11:49:01 +01:00
bgrieder
8680e1d5b2
Added AppState + ASyncStorage
2015-11-15 07:44:36 +01:00
Ilya Mochalov
717007ce83
lodash: signatures of the method _.forIn have been changed
2015-11-15 11:10:15 +05:00
Ilya Mochalov
b93e5ce63b
lodash: signatures of the method _.has have been changed
2015-11-15 10:58:30 +05:00
Ilya Mochalov
ff404a44c2
lodash: signatures of the method _.forOwn have been changed
2015-11-15 10:42:53 +05:00
Ilya Mochalov
446ae99855
lodash: signatures of the method _.functions have been changed
2015-11-15 10:15:22 +05:00
Ilya Mochalov
216ef06c33
lodash: signatures of the method _.pairs have been changed
2015-11-15 09:57:45 +05:00
Basarat Ali Syed
aed176536a
Merge pull request #6694 from lediur/patch-1
...
Allow for custom keys in TileLayerOptions
2015-11-15 12:04:46 +11:00
bgrieder
a35e83d260
Added: AlertIOS + AdSupportIOS + AlertIOS
2015-11-14 19:54:22 +01:00
Jacques Kang
3b984ddd8b
Merge remote-tracking branch 'origin/master'
2015-11-14 16:50:43 +01:00
Jacques Kang
4fdf16607c
add definitions for ng-cordova datepicker plugin
2015-11-14 16:50:28 +01:00
Jacques Kang
5d27a1bc82
Revert "Add definitions for ngCordova datepicker plugin"
...
This reverts commit d0c14c9c19 .
2015-11-14 16:45:26 +01:00
ryoppy
efedbd465c
Added scalike
2015-11-15 00:41:31 +09:00
Jacques Kang
0efdfccb33
Update datepicker.d.ts
2015-11-14 16:09:19 +01:00
Jacques Kang
d0c14c9c19
Add definitions for ngCordova datepicker plugin
2015-11-14 16:04:39 +01:00
Ilya Mochalov
11c87274a9
lodash: signatures of the method _.set have been changed
2015-11-14 19:02:31 +05:00
Ilya Mochalov
9365314163
lodash: signatures of the method _.lt have been changed
2015-11-14 18:47:39 +05:00
Ilya Mochalov
6a5ee5c6e3
lodash: signatures of the method _.restParam have been changed
2015-11-14 18:38:28 +05:00
Ilya Mochalov
fd3b5297fa
lodash: signatures of the method _.filter have been changed
2015-11-14 18:10:58 +05:00
Ilya Mochalov
6d07ce1fd0
lodash: signatures of the method _.reject have been changed
2015-11-14 17:50:04 +05:00
mperdeck
b98d860982
Changed from Apache v2 license to MIT license, to get in sync with DefinitelyTyped and cdnjs
2015-11-14 12:41:56 +11:00
David Pertiller
31cb037f57
Added ngModelElAttrs property
...
The field configuration object supports a property called `ngModelElAttrs` which allows you to place attributes with string values on the ng-model element. It's a straightforward alternative to ngModelAttrs and was implemented as a result of this issue: https://github.com/formly-js/angular-formly/issues/378#issuecomment-127211353
2015-11-13 23:33:38 +01:00
joswhite
bb222795c5
Reflect parent of Archiver class
...
Archiver objects inherit the Node `stream.Transform` methods. See https://www.npmjs.com/package/archiver , "API" subheading (Or `lib/core.js`, line 56 and https://www.npmjs.com/package/readable-stream ).
2015-11-13 14:11:50 -07:00
Dan Vanderkam
f7ef9c6192
nosafe param to Emscripten Module.getValue is optional
2015-11-13 15:56:36 -05:00
Martin D
18979601ca
Added closeButton option
2015-11-13 12:39:01 -05:00
Boris Yankov
efd40e67ff
Merge pull request #6749 from mmouterde/patch-1
...
Missing signature for router.use
2015-11-13 18:33:54 +02:00
Martin Mouterde
3b6d429127
Missing signature for router.use
...
http://expressjs.com/4x/api.html#router.use => this function could be used with (path:string,router:router)
2015-11-13 15:54:23 +01:00
Jens Vonderheide
58add5e554
Fix type of argument 'expression' of IFilterOrderBy to allow mixing functions
...
and strings
2015-11-13 14:37:32 +01:00
Radek Holý
38697fb9b0
Add definitions for temp-fs 1.0.1
2015-11-13 13:02:45 +01:00
bgrieder
abd55faafa
Multiple fixes to TextInput, WebView, Touchables + Added WebView
2015-11-13 08:24:57 +01:00
satoru kimura
bb53237cab
Added missing properties for three.d.ts.
2015-11-13 16:11:37 +09:00
Ilya Mochalov
c699b8074f
lodash: signatures of the method _.zipObject have been changed
2015-11-13 10:51:01 +05:00
Paul Lessing
c7f1b568bd
Add angular-modal.d.ts
...
Valid for https://github.com/btford/angular-modal v0.5.0
2015-11-12 22:54:36 +00:00
Igor Oleinikov
4f7b7e01d3
Merge pull request #6219 from ibrahimuludag/patch-2
...
Update knockout.d.ts
2015-11-12 14:10:44 -08:00