Commit Graph

17490 Commits

Author SHA1 Message Date
Masahiro Wakame
dd3826f378 Merge pull request #8247 from leonyu/remove-uuid-v2-v3
Remove v2(), v3() from node-uuid def
2016-02-26 20:55:24 +09:00
Masahiro Wakame
4e14c521b8 Merge pull request #8241 from aluanhaddad/patch-7
Changed type of "data" to { [key: string]: any; }
2016-02-26 20:51:04 +09:00
Masahiro Wakame
7e5be1b7ef Merge pull request #8253 from amberjs/jspdf
added typings for jspdf
2016-02-26 20:49:11 +09:00
Masahiro Wakame
659cad6404 Merge pull request #8233 from barbatus/master
Update meteor.d.ts
2016-02-26 20:48:29 +09:00
Masahiro Wakame
5ba39b99af Merge pull request #8252 from danielheim/master
jsonwebtoken - Updated SignCallback to match functionality correctly.
2016-02-26 20:47:49 +09:00
Masahiro Wakame
1f626c2bd8 Merge pull request #8236 from glatzert/master
[react] Updated interface HTMLAttributes
2016-02-26 20:46:40 +09:00
Masahiro Wakame
f04d9adae8 Merge pull request #8249 from gayansolid/AddMomentTimeZoneAbbr
added  zoneAbbr() ,zoneName() on moment-timezone
2016-02-26 20:43:25 +09:00
Masahiro Wakame
12ddb09a19 Merge pull request #8239 from jppellerin/server-register
Server.register optional callback
2016-02-26 20:40:55 +09:00
Masahiro Wakame
868cea3af4 Merge pull request #8245 from borislavjivkov/express-minify
Added express-minify (https://github.com/SummerWish/express-minify) definitions
2016-02-26 20:40:36 +09:00
Masahiro Wakame
85a59a5ab3 Merge pull request #8087 from drywolf/master
[react-dnd] added types for collector functions (DragSource, DragTarget, DragLayer)
2016-02-26 20:40:17 +09:00
Masahiro Wakame
3acc6a00e3 Merge pull request #8244 from hectormethod/master
fixed jest.d.ts typo
2016-02-26 20:39:03 +09:00
Masahiro Wakame
0824d92315 Merge pull request #8243 from chrootsu/lodash-isMap
lodash: added _.isMap
2016-02-26 20:38:52 +09:00
Masahiro Wakame
5cd7afcff7 Merge pull request #8224 from elisee/image-size
Add image-size.d.ts
2016-02-26 20:28:46 +09:00
Masahiro Wakame
c05461d757 Merge pull request #8222 from elisee/slate-irc
Add slate-irc.d.ts
2016-02-26 20:22:54 +09:00
Masahiro Wakame
6444d11fc1 Merge pull request #8223 from elisee/node-no-asset-typo
node: Fix typo in readUInt8 "noAssert" parameter name
2016-02-26 20:22:23 +09:00
Masahiro Wakame
ee48ff4f25 Merge pull request #8037 from borislavjivkov/pace
Added pace (https://github.com/HubSpot/pace) definitions
2016-02-26 20:20:19 +09:00
Masahiro Wakame
4741605756 Merge pull request #8217 from nakakura/webrtc-mediastream.d.ts-update
update MediaDeviceInfo
2016-02-26 20:19:26 +09:00
Masahiro Wakame
01127c4626 Merge pull request #8213 from semberal/codemirror-get-set-value
Add getValue/setValue to CodeMirror.Editor
2016-02-26 20:16:33 +09:00
Masahiro Wakame
da9a898b7e Merge pull request #8177 from cjbarth/master
Add support for process.domain and some other process stuff #5703
2016-02-26 20:10:19 +09:00
Masahiro Wakame
d1c1db67c0 Merge pull request #8208 from chrootsu/lodash-isBuffer
lodash: added _.isBuffer
2016-02-26 20:06:52 +09:00
Masahiro Wakame
cabaccf7aa Merge pull request #8203 from nicojs/issue-8202
Made Chalk interfaces public and fixed wrong return type of ChalkChain
2016-02-26 20:05:41 +09:00
Masahiro Wakame
a1302e2c91 Merge pull request #8198 from SaschaNaz/uwp-3
Update winrt-uwp.d.ts
2016-02-26 19:55:33 +09:00
Masahiro Wakame
c268bd6d74 Merge pull request #8120 from RReverser/patch-8
Add chrome.system.display definitions
2016-02-26 19:54:14 +09:00
Masahiro Wakame
a5ed258265 Merge pull request #8166 from omni360/master
add jsClipper.d.ts
2016-02-26 19:53:54 +09:00
Masahiro Wakame
f6e395564f Merge pull request #8193 from RamanBut-Husaim/cldr.js
Add cldr.js definitions.
2016-02-26 19:53:01 +09:00
Masahiro Wakame
0658d41e16 Merge pull request #8152 from clmcgrath/clmcgrath/flickity-definitions
added flickity definitions, tests, and constants class
2016-02-26 19:12:38 +09:00
Masahiro Wakame
8aa14ca5b9 Merge pull request #8192 from isman-usoh/react-holder
add type definitions for react-holder 1.0.0
2016-02-26 19:07:50 +09:00
Masahiro Wakame
278d9a391f Merge pull request #8179 from ccurrens/underscore_guards
Add type guards for underscore is* functions
2016-02-26 19:07:01 +09:00
amberjs
01d76a2385 added typings for jspdf 2016-02-25 12:48:33 +01:00
Daniel Heim
d93ea49569 jsonwebtoken - Updated SignCallback to match functionality correctly. 2016-02-25 22:04:39 +11:00
glatzert
744a89c4b1 Updated interface HTMLAttributes
The explicit form of the indexer `[key: string]: string | string[] | boolean | number | EventHandler<SyntheticEvent> | CSSProperties | {__html: string};` Fails in TravisCI - so any is currently the way to go.
2016-02-25 10:28:51 +01:00
gayansolid
625087335a fixed tests 2016-02-25 14:19:08 +05:30
gayansolid
b1cb6594a2 fixed tests 2016-02-25 14:14:26 +05:30
glatzert
e72758e8b7 Updated HTMLAttributes to support data- and aria- more spceifically
The HTMLAttribute was updated to Support data-* and aria-* Attributes. Since `any` is possibly to broad, the Definition allows any type used in HTMLAttributes and DOMAttributes.
2016-02-25 09:43:59 +01:00
gayansolid
9e95ea8ede fixed indent 2016-02-25 14:09:41 +05:30
gayansolid
48d6f855d3 added zoneAbbr() ,zoneName() support 2016-02-25 14:00:16 +05:30
Horiuchi_H
ab2462147a Merge pull request #8216 from blove/master
Added dialectOptions property to the Options interface
2016-02-25 17:24:25 +09:00
Horiuchi_H
dab4bb8992 Merge pull request #8212 from borislavjivkov/rewire
Added rewire (https://github.com/jhnns/rewire) definitions
2016-02-25 17:21:53 +09:00
Leon Yu
d6c38daa6d Remove v2, v3 from node-uuid 2016-02-25 00:07:09 -05:00
borislavjivkov
c42449efe7 Added express-minify (https://github.com/SummerWish/express-minify) definitions 2016-02-24 22:55:22 +02:00
Jean-Philipe Pellerin
78b5a657f9 Optional callback is different definition + writing tests 2016-02-24 15:49:42 -05:00
Ilya Mochalov
71f11573b8 lodash: added _.isMap 2016-02-24 23:18:37 +05:00
Aluan Haddad
3dc2ce1636 Changed type of "data" to { [key: string]: any; }
Changed the type of the data property on the IFieldGroup, ITypeOptions, IFormOptionsAPI, and IFieldConfigurationObject interfaces from "Object" to a hash of string to any. While Object was not incorrect, it made use without a cast a type error in all but the most trivial cases.
2016-02-24 12:50:52 -05:00
Scott K
a819d2b980 Merge pull request #1 from runithome/runithome-patch-1
update jest.d.ts by fixing typo
2016-02-24 10:45:57 -06:00
Scott K
72314845b9 update jest.d.ts by fixing typo 2016-02-24 10:38:51 -06:00
Jean-Philipe Pellerin
5d90e28c18 Fixing tabulations 2016-02-24 11:19:34 -05:00
Jean-Philipe Pellerin
9b91ba648d If no callback is provided, a Promise object is returned. 2016-02-24 11:17:00 -05:00
glatzert
443f5a9e39 Updated interface HTMLAttributes
Added [key:string]: any; to HTMLAttributes to Support data- and aria- Attributes, which are unsupported currently.
2016-02-24 16:51:17 +01:00
Alex
cc4e272bbf Update meteor.d.ts 2016-02-24 16:54:15 +08:00
Elisée Maurer
1cc48fb3ae Add image-size.d.ts 2016-02-23 17:56:02 +01:00