Commit Graph

18838 Commits

Author SHA1 Message Date
André Luiz dos Santos
4e4e65dd4c Rename rx.node.d.ts to rx-node.d.ts 2016-05-13 09:50:29 -03:00
André Luiz dos Santos
ed57459c85 Remove import from test file to compile with --target es6 2016-04-28 12:04:03 -03:00
André Luiz dos Santos
9d139b8fa6 Add type definitions for RxJS bindings for Node 2016-04-28 10:28:35 -03:00
Nicholas Lydon
08ed4e9f18 React TestUtils SyntheticEventData extends browser Event (#9000)
* SyntheticEventData extends browser Event

From https://facebook.github.io/react/docs/events.html

Your event handlers will be passed instances of SyntheticEvent, a
cross-browser wrapper around the browser's native event. It has the same
interface as the browser's native event, including stopPropagation() and
preventDefault(), except the events work identically across all
browsers.

* make react synthetic event properties optional
2016-04-27 12:56:38 +09:00
James
768a395270 When only a single column is returned, it is of type Column, not SortColumn (#8659) 2016-04-27 09:11:47 +09:00
Howard Yeh
310c247694 React native animated (#9057)
* Type Animated.Value

* react-native Animated.spring

* react-native AnimatedValueXY type

* react-native Animated.parallel

* react-native Animated.event

* react-native Animated components

* react-native tweak Animated types

* react-native add Animated.timing

* react-native rewrite animation config as interface

* react-native remove semi-colons

* react-native refine the type AnimatedValue

* react-native refine the type AnimatedValue

* react-native animated no implicit any

* react-native animated API tests

* react-native more Animated API type coverage

* react-native add Animated.Base as alias of commone base type

* react-native fix typedef bug
2016-04-26 01:03:05 +09:00
Steve
91d28b86d7 fixed-data-table: Added missing 'extends React.Props' to ColumnGroupProps (#9092) 2016-04-26 01:02:56 +09:00
Piotr Laszczkowski
735fe1063e Update definitions for Handsontable (#8970)
* Add type definitions for Handsontable

* Update definitions for Handsontable
2016-04-26 01:00:02 +09:00
Vaggelis Mparmpas
bde199ae38 Removed: ISourceArg, IDestinationArg, linkChannels (#9107)
Changed: wiretaps to wireTaps
2016-04-26 00:58:29 +09:00
Luca Cavallaro
7ae49d7dac Update vexflow.d.ts (#9095)
* Update vexflow.d.ts

Backends renderer enum starts with 1, according to http://www.vexflow.com/docs/renderer.html

* Update vexflow.d.ts

fix all enums

* Update vexflow.d.ts

fix StaveConnector 'type' enum. "SINGLE_LEFT and SINGLE are the same value for compatibility with older versions of vexflow"
2016-04-26 00:51:34 +09:00
Flavien R
9b795ab947 Pikaday: added showDaysInNextAndPreviousMonths property. (#8849)
* added missing property to Pikaday.

* cleanup.

* test
2016-04-26 00:51:20 +09:00
Alex Staroselsky
5b7257019a Exposed angular.mock.module.sharedInjector method for jasmine and mocha testing to take advantage of jasmine's beforeAll() and mocha's before() methods. (#9106) 2016-04-26 00:50:16 +09:00
georgeedwards
d0fb1d7571 Made module name comply with the Azure docs (#9104) 2016-04-26 00:45:46 +09:00
mmmichl
c2c611de3d Make JWT token payloads optional (#9093)
This is suggested by the spec https://jwt.io/introduction/#payload
2016-04-26 00:45:14 +09:00
Brad Zacher
925fedb376 adding react-mdl (#9102)
* added material-design-lite definition and tests

* adding react-mdl

* fixed es6 compilation by chanigng import

i don't know why git is saying that every line changed...

* fixed es6 compilation
2016-04-26 00:45:01 +09:00
Robin Joseph
869bd9c489 Update bookshelf.d.ts (#9101) 2016-04-26 00:41:51 +09:00
Derrick Liu
1f17720f56 react-select: use export default to match library (#9100)
* Update react-select to export Select by default

* Update react-select tests to match
2016-04-26 00:40:19 +09:00
Jakob Gillich
6adcd02b06 pouch: add callback-less constructor (#8868) 2016-04-26 00:36:30 +09:00
Randall Koutnik
6d1c71e480 Add definition for hidden function in colors (#9097)
This is the secret style referenced at the end of colors' readme.
2016-04-26 00:33:22 +09:00
Andrew
55b227930c Master (#9078)
* Create dts for surveyjs

surveyjs is origionally written on TypeScript

* Fix The Travis CI build

* Fix The Travis CI build

* Fix The Travis CI build

* Rename survey.d.ts to survey-knockout.d.ts
2016-04-25 23:54:06 +09:00
Howard Yeh
42e2274e9b react-native specialized Component class (#9060)
* react-native specialized Component class

* react-native native component methods

* react-native move global static outwards

* react-native fix typedef bugs
2016-04-25 23:50:02 +09:00
Gergely Sipos
1dc239e241 Highland: fix for HighlandStatic generics (#9091)
_(Promise<SingleValue>) should return Highland.Stream<SingleValue>
and
_(Promise<Array) should return Highland.Stream<Array>
2016-04-25 23:48:47 +09:00
Voislav
66a568104a update declarations to latest 2.3.6 version. keep 2.3.1 versions files (#9039)
* update declarations to latest 2.3.6 version. keep 2.3.1 versions files

* rename 2.3.1 tests file to use propper naming convention
2016-04-25 23:48:14 +09:00
Klaus Reimer
d4c9dc3197 Add type definitions for wrap-ansi (https://www.npmjs.com/package/wrap-ansi) (#9090) 2016-04-25 23:47:15 +09:00
Dave Templin
b97c0d5a22 mongodb.d.ts fixes to enable Promise and async-await (#9064)
* mongodb.d.ts fixes to enable Promise and async-await

* Update mongodb.d.ts
2016-04-25 23:44:19 +09:00
basvis
3e3e5ac859 Added isReady and onReady definitions to ITranslateService (#9037) 2016-04-25 23:44:02 +09:00
Pavel Martynov
f9c4465170 angular-protractor.d.ts - fix for waitForAngular (#9088)
Even citing to heredoc:
* @return {!webdriver.promise.Promise} A promise that will resolve to the
*    scripts return value.
*/

and this is not Promise<void>. This is Promise<any>.
2016-04-25 23:34:59 +09:00
Nicholas Albion
129f08fb20 i18next.t("foo", {returnObjects: true}) returns an Object (#9077)
* `t("foo", {returnObjects: true})` returns an Object

* `t("foo", {returnObjects: true})` returns an Object

* () will return Object you will have to cast it to any to access properties
2016-04-25 23:34:26 +09:00
Marcus David Bronstein
53a84ee857 adding microgears definitions (#9084) 2016-04-25 23:28:27 +09:00
Milan Burda
2989fcf3d3 Update to Electron 0.37.7 (#9086)
* Update to Electron 0.37.7

* Add Electron specific process API
2016-04-25 23:23:46 +09:00
pafflique
ed7feb8223 jest.mock should accept optional factory (#9079)
https://facebook.github.io/jest/docs/api.html#jest-mock-modulename-factory
2016-04-25 23:11:05 +09:00
James Trinklein
58e16ecbc3 Update restify types add route spec (#9082)
* restify: fix compile errors in test file

did not compile without error when compiling with:
`tsc --noImplicitAny restify/restify-tests.ts`

* restify: add RouteSpec interface
2016-04-25 23:10:54 +09:00
Markus Wagner
2d448c0a31 Update log4javascript.d.ts (#9081)
constructor for LoggingEvent added
2016-04-24 00:04:01 +09:00
Brad Zacher
250c3afd48 added material-design-lite definition and tests (#9080) 2016-04-24 00:02:31 +09:00
Florian Hämmerle
7084dd9c28 allow other than string for state (#9067)
also objects are allowed (as in the official Hapi.js Cookie Tutorial: http://hapijs.com/tutorials/cookies)
2016-04-24 00:01:46 +09:00
Gregor
24ea8d373a Update hellojs.d.ts (#8304)
This update will also give you the ability to use import/require imports in your projects like this:

`import * as hello from 'hellojs';`
or
`import hello = require('hellojs');`

Otherwise, TS will always say module 'hellojs' is undefined (if included as `import 'hellojs`)
2016-04-23 23:53:25 +09:00
Stephen Lautier
32f2a3b467 feat(es6): added support for es6 modules (#9071) 2016-04-23 23:52:08 +09:00
hellopao
1fa3e10e01 update cluster module for node.d.ts (#9074) 2016-04-23 23:39:14 +09:00
TANAKA Koichi
3abab28a3e sequelize: fix FindOptions (#9073)
Fix FindOptions.attributes. Now allows a object having include and/or exclude properties.
http://sequelize.readthedocs.org/en/latest/api/model/#findalloptions-promisearrayinstance
2016-04-23 23:36:34 +09:00
Greg O'Connor
ed728ac598 react-select: Allow placeholder to be an Element (#9061) 2016-04-23 23:35:52 +09:00
katashin
458feddf12 Update Vue v1.0.16 -> v1.0.21 (#9069) 2016-04-23 23:32:48 +09:00
Joshua
8ee5d20860 Fix incorrect constraints typings. (#9068) 2016-04-23 23:32:25 +09:00
Luke Venn
51ac3c4520 Added RegExp typing to 'path' argument descriptions (#9065) 2016-04-23 22:55:43 +09:00
Jon Sheppard
e735ebe1d3 react-bootstrap: add missing function props to Modal (#9063)
* react-bootstrap: add missing function props to Modal

* Updated type definition as requested.
2016-04-23 22:55:14 +09:00
Howard Yeh
362675c31d Add Dimensions module to react-native (#9056) 2016-04-23 21:56:20 +09:00
Evgeny
49bc73bf55 added Platform.is method (#9047)
* added

* change definition of "is" method

Platform -> platformName
bool -> boolean

* add test for "is" method

not sure if it works :)
2016-04-23 21:53:58 +09:00
vvakame
a7b9b1adbf fix line ending about normalizr/normalizr-tests.ts 2016-04-23 16:47:04 +09:00
AmirSaber Sharifi
477643b46b add koa-mount (#9055) 2016-04-23 16:43:36 +09:00
Paul Chen
eef739049c Add strongly typed overload to CodeMirror.defineMode (#9025) 2016-04-23 16:43:21 +09:00
Ville Orkas
71b4d6f608 Fix es6-promise all generic type overloads (#9050) 2016-04-23 16:43:04 +09:00