Masahiro Wakame
f6e395564f
Merge pull request #8193 from RamanBut-Husaim/cldr.js
...
Add cldr.js definitions.
2016-02-26 19:53:01 +09:00
pgonzal
91d963959f
Add Headers.forEach() function, which was missing from whatwg-fetch.d.ts
2016-02-26 02:21:34 -08: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
Michal Ledin
d036b5253c
react-tap-event-plugin definitions
2016-02-26 11:36:32 +03:00
tkqubo
4169370da2
feat: add react-redux 4.4.0
2016-02-26 14:37:34 +09:00
tkqubo
a8eb385780
fix: definition file reference
2016-02-26 14:37:34 +09:00
tkqubo
28f7cc66d4
rename file names to fix the version
2016-02-26 14:37:34 +09:00
Nathan Brown
f98333e260
Add material-ui v0.13.4 as legacy definitions.
2016-02-25 20:32:03 -07:00
Nathan Brown
a0655e2acf
Sort all the parameters like the documentation.
2016-02-25 20:09:09 -07:00
Nathan Brown
4a9a7cf4d1
Remove old menu as it is no longer in v0.14
2016-02-25 19:57:58 -07:00
Nathan Brown
053e329696
material-ui: clean up redundant components for SvgIcons. Use base SvigIcon for all.
2016-02-25 18:53:37 -07:00
Nathan Brown
6b25f4513d
Merge remote-tracking branch 'DefinitelyTyped/master' into material-ui-v014
2016-02-25 18:53:09 -07:00
Ilya Mochalov
69744e568a
lodash: added _.invertBy
2016-02-26 06:49:06 +05:00
Nathan Brown
cbab7452bb
Merge pull request #7572 into material-ui-v014
2016-02-25 18:47:50 -07:00
Nathan Brown
c89ea2bc1e
More updates to material-ui. Added selectable-enhance.
2016-02-25 17:41:46 -07:00
Nathan Brown
156aee9c2e
react-router has a new context type in v2.0.0, so added that. Updated tests.
2016-02-25 16:27:41 -07:00
Nathan Brown
d89fabadf4
Update history to v2.0.0 and add tests.
2016-02-25 16:14:09 -07:00
Sean Kelley
d6094b87df
Update tests for redux-logger 2.6.0.
2016-02-25 15:00:44 -08:00
Sean Kelley
81e4e35ea7
Update typings for redux-logger to 2.6.0.
2016-02-25 15:00:33 -08:00
Sean Kelley
98f53ca08e
redux-logger no longer exports under default.
2016-02-25 14:36:21 -08:00
Marco
df7f9a5265
Interface Attribute renamed to QualifiedAttribute for consistency
...
Added type tests
2016-02-25 21:24:28 +01: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
Ilya Mochalov
abc2bcfb85
node: improved EventEmitter's definition with this-typing
2016-02-25 02:10:08 +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
Michael DESIGAUD
7d71ad4c0d
Fix typescript file name
2016-02-24 19:03:01 +01: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
Michael DESIGAUD
e2158078ba
Add phonegap nfc plugin typing
2016-02-24 18:50:47 +01:00
Peter Wilczynski
71022e82f1
Fix typings for Leaflet.LineUtils.clipSegement()
2016-02-24 09:07:09 -08: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
Stefan Profanter
1e05fac5c0
Added three.js OrthographicTrackballControls
2016-02-24 16:54:40 +01: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
Isman Usoh
5799bec969
Update react-router-redux-2.x.d.ts
2016-02-24 09:21:55 +07:00