Ryan McNamara
4e9c574a8f
Updating ng-flow to add to the angular module
...
This is more in line with what angularjs/angular.d.ts intends
2016-03-29 17:18:34 -07:00
Sean Kelley
1ec036686e
Make moment's typings for parsing stricter and also allow them to accept union types.
...
These changes do two things.
1. Replace very lax typings like `any[]` with stricter, more-correct versions. In particular,
the ISO_8601 constant, while /technically/ a void function, is actually an opaque sentinel
that a consumer should not know anything about it. The function type was replaced with a
sentinel type using the principle of "brands" that can be seen in the Typescript compiler:
https://github.com/Microsoft/TypeScript/blob/413d9a639f933df7539070b236c1677de8302a93/src/compiler/types.ts#L9
2. Replace the many overloads of the parsing methods with a smaller representative set that
uses union types instead. Aside from succinctness, this allows callers to provide a union
type as the argument, as long as it matches, which was not possible before (Typescript does
not explode the union type to see if overloads cover all the possibilities).
2016-03-29 15:03:48 -07:00
Ethan Breder
de24a81a54
Add HTMLAttributes to CellProps
...
Previously adding a className (or any other HTML attribute) to a Cell as a property would result in a compilation error.
2016-03-29 14:29:54 -07:00
sixinli
e4d9cb3ce0
add additional type for autoColumnSize
...
according to docs in: http://docs.handsontable.com/0.17.0/Options.html#autoColumnSize
2016-03-29 13:54:46 -04:00
didlich
3ff4c66db0
fix cordova file-transfer plugin - upload method
...
same as in issue #5435 for download method
2016-03-29 19:12:20 +02:00
Masahiro Wakame
ee9c524295
Merge pull request #8749 from DefinitelyTyped/update-i18next-sprintf-postprocessor-tests
...
improve i18next-sprintf-postprocessor/i18next-sprintf-postprocessor.d.ts
2016-03-29 23:13:35 +09:00
jpmnteiro
1604efc165
added missing .isRetina property
2016-03-29 13:54:48 +01:00
jpmnteiro
8527f0915c
created typings for angular-media-queries module
2016-03-29 13:20:38 +01:00
Masahiro Wakame
4bd9b47f0e
Merge pull request #8636 from florentpoujol/three.js_r74
...
Update definitions to THREE.js r74
2016-03-29 16:06:49 +09:00
Masahiro Wakame
4101b65a5b
Merge pull request #8638 from Nkzn/geojson-generics
...
Improve GeoJSON generics
2016-03-29 12:37:56 +09:00
Ilya Mochalov
bd2fc2e672
lodash: changed _.memoize
2016-03-29 05:34:44 +05:00
Basarat Ali Syed
d99f6bb17b
Merge pull request #8748 from timothysoehnlin/master
...
Adding Alternate Constructors for GraphicsMagick
2016-03-29 11:28:13 +11:00
Dominik Lenk
d402f93427
Add MediaStreamAudioDestinationNode
2016-03-29 00:40:55 +02:00
Vladimir Đokić
8c52cc8aa1
Refactor interface names.
...
Move interfaces into Jsen "ghost" module.
Refactor tests.
2016-03-28 22:43:14 +02:00
Ilya Mochalov
28900a5be9
lodash: changed _.sample
2016-03-29 01:41:28 +05:00
Ilya Mochalov
e49f2982f0
lodash: changed _.noConflict
2016-03-28 23:49:06 +05:00
Timothy Soehnlin
04a46a81d9
Update mongodb.d.ts
...
Making initializedUnordered return UnorderedBulkOperation
2016-03-28 10:14:49 -05:00
Konstantin Burkalev
7228f5ce05
Fixes for es6 compilation
2016-03-28 18:07:11 +03:00
vvakame
b1880a7db7
improve i18next-sprintf-postprocessor/i18next-sprintf-postprocessor.d.ts
2016-03-29 00:06:14 +09:00
Konstantin Burkalev
c5344fa913
Fixed and added tests
2016-03-28 17:58:22 +03:00
Timothy Soehnlin
6d218806c8
Update gm.d.ts
...
Renaming stream to buffer for consistency
2016-03-28 09:28:02 -05:00
Timothy Soehnlin
e821f19879
Update gm.d.ts
...
Supporting alternate constructors listed at https://github.com/aheckmann/gm#constructor
2016-03-28 09:25:50 -05:00
Konstantin Burkalev
967db8dd4c
Added definitions for Wampy object
2016-03-28 16:55:11 +03:00
vvakame
80057d687a
fix line ending about slideout/slideout.d.ts
2016-03-28 21:58:55 +09:00
Brendon Colburn
0aa772c53f
Overload for custom scope interfaces
...
I recently came up with this solution so I could leverage my custom scope when grabbing the scope from a controller using angular.element. It works well and with the <T extends IScope> it ensures that you can only set it to an interface that extends IScope.
2016-03-28 08:58:10 -04:00
SquadWuschel
d4d4286f7a
Changed Promise to IPromise
...
The current TypeDefinition with Promise was not working any more, can't find the Promise its needed to be renamed to IPromise.
2016-03-28 11:45:19 +02:00
Horiuchi_H
672366c6c5
Merge pull request #8689 from a-morales/create-natural-sort
...
add naturalSort typings
2016-03-28 17:29:42 +09:00
Horiuchi_H
14b820968e
Merge pull request #8683 from rylko/rylko-patch-1
...
Update kendo-ui.d.ts
2016-03-28 17:26:10 +09:00
Kohei Hisakuni
234ca8dab0
Add overloaded method.
2016-03-27 20:44:17 -07:00
bmiller1
f0f6c7f00d
Added remove() function to MapsEventListener
...
See
https://developers.google.com/maps/documentation/javascript/reference?csw=1#MapsEventListener
2016-03-27 21:52:52 -05:00
Andrew Kuklewicz
cbf802150d
Add (much deserved credit) for Rhoden
2016-03-27 19:28:44 -04:00
Andrew Kuklewicz
06f39135fe
Add type definition and tests for EvaporateJS
2016-03-27 18:46:49 -04:00
Jussi Kinnula
822864b08c
dotenv: Use correct GitHub link
2016-03-27 16:16:27 +03:00
Crevil
5653cd33a7
Update protractor-http-mock to v0.4.0
2016-03-27 14:06:08 +02:00
Crevil
f05cda287f
Add ng-facebook typings
2016-03-27 14:00:36 +02:00
Leo Liang
c67a3b8d61
oracledb.d.ts : access object property in result rows
2016-03-27 16:33:22 +08:00
Masahiro Wakame
299b5caa22
Merge pull request #8731 from chrootsu/lodash-result
...
lodash: changed _.result
2016-03-27 09:49:37 +09:00
Masahiro Wakame
8ff687952b
Merge pull request #8730 from chrootsu/lodash-get
...
lodash: changed _.get
2016-03-27 09:49:28 +09:00
Masahiro Wakame
3076bc367c
Merge pull request #8729 from chrootsu/lodash-identity
...
lodash: changed _.identity
2016-03-27 09:49:16 +09:00
marinewater
c2da4112f2
Update fromnow.d.ts
2016-03-27 01:48:20 +01:00
marinewater
596756140d
Update fromnow-tests.ts
2016-03-27 01:46:28 +01:00
marinewater
99dd7809c6
Merge pull request #1 from DefinitelyTyped/master
...
update
2016-03-27 01:38:51 +01:00
Ilya Mochalov
94c04275d2
lodash: changed _.get
2016-03-27 01:58:24 +05:00
Ilya Mochalov
7c924f2efe
lodash: changed _.result
2016-03-27 01:50:58 +05:00
Ilya Mochalov
3e85fd1365
lodash: changed _.identity
2016-03-27 00:11:09 +05:00
Masahiro Wakame
dc6d1ebfaa
Merge pull request #8666 from MugeSo/add-definition-for-stream-meter
...
Add definition for stream-meter
2016-03-27 01:34:11 +09:00
Masahiro Wakame
e648c340ad
Merge pull request #8632 from ToastHawaii/master
...
Add typedefinition for slideout.
2016-03-27 01:32:44 +09:00
Masahiro Wakame
138773a928
Merge pull request #8726 from googol7/redux331
...
updated redux createStore definition to reflect the current 3.3.1 def…
2016-03-27 01:32:10 +09:00
Masahiro Wakame
c3a3359efd
Merge pull request #8680 from flowpl/add_flow_control_methods_to_hapi_Response_class
...
added flow control methods to Hapi Response class
2016-03-27 01:30:53 +09:00
Masahiro Wakame
ecb42801be
Merge pull request #8725 from mmaitre314/mmaitre314-adaljs
...
Definitions for ADAL.JS
2016-03-27 01:30:33 +09:00