Commit Graph

24652 Commits

Author SHA1 Message Date
Adam Gordon
ccc65d990d expose interface types for importing 2016-12-12 15:32:52 -08:00
Andy
8e8f72fefa Merge pull request #13256 from marcovdb/patch-3
Update index.d.ts
2016-12-12 13:53:01 -08:00
Andy
3a5f0df4f5 Merge pull request #13259 from elias-winberg/fix-mapValues
Fix definitions for 'mapValues',  'mapValuesLimit', 'mapValuesSeries'
2016-12-12 12:28:38 -08:00
Andy
dbe47669cb Merge pull request #13279 from DefinitelyTyped/master_to_2.0_12Dec_Part3
Master to 2.0 12 dec part3
2016-12-12 12:17:57 -08:00
Andy Hanson
8b880a3350 Merge branch 'master' into master_to_2.0_12Dec_Part3 2016-12-12 12:14:49 -08:00
Andy
de2d213bfd Master to 2.0 12 dec part2 (#13278)
* Added missing nconf.required(keys) and Provider.required(keys) methods.

* update to 4.7.0, add querycursor.map() and schema.loadClass()

* add error callback for schema.post()

* Added playsInline property as introduced in React 15.3.2

* Add definitions for redux-localstorage and main enhancers (#12580)

* Add definitions for redux-localstorage

* Add definitions for redux-localstorage-filter enhancer

* Add definitions for redux-localstorage-debounce enhancer

* csurf.d.ts relying on CookieOptions from express

It seems express no longer exports `CookieOptions`, we need to import `express-serve-static-core` instead.

* Added height property to IDialogOptions

* versionKey type

* kendo-ui: mark toString() params as optional (#13164)

These function parameters are optional according to the upstream
docs, e.g.
  http://docs.telerik.com/kendo-ui/api/javascript/geometry/matrix#methods-toString

* Ensure that zoneAbbr and zoneName are expected type (string).

* Update moment-timezone.d.ts

* Fix syntax error in interact.d.ts

A parameter name was missing making TypeScript compiler fail.

* adding type for move to fs-extra

* fixing signature of sinon/alwaysReturned based on the http://sinonjs.org/docs/#sinonspy

* increasing version number

* returning back the version number to the origin number

* reversing changes in fs-extra

* Request that PRs have meaningful titles

* Improvement to existing nouislider type definition. (#12033)

* updated nouislider version and added a lot of tests out of the documentation

* corrected intentation

* corrected untyped variables, issue raised by Travis

* incorporated feedback on pull request

* #13037 (#13039)

* #13037

* pointToLayer first argument type fixed
GeoJSON.Point to GeoJSON.Feature<GeoJSON.Point>

* Missing cc in sendgrid packate (#13063)

The sendgrid package was missing the `cc` field, and the `bcc` field had a too generic type (`any` instead of `string[]`, as used on the `setCcs` and `setBccs` below.

* Fixes #12414 (#13076)

* Fixes #12414

* Make applicationServerKey optional

* added ariaLabelledBy and ariaDescribedBy to IModalSettings (#13004)

* Ceymard leaflet (#13007)

* replaced all overrides of LatLng by a single use of LatLngExpression when appropriate

* Changed Point, PointTuple overrides to use PointExpression instead

* Changet use of LatLngBounds and Bounds in general to use the Expression variant instead of having several overrides

* add ElasticSeach 5.x API function for deleteByQuery (#13014)

* add ElasticSeach 5.x API function for deleteByQuery

* use searchParams for deleteByQuery, as theses resemble the documentation.

* add DeleteByQueryParams parameter type.

* add deleteByQuery to tests.

* Make `less` render options optional (#13078)

* Added semver

* Updated gravity definition. (#13088)

* Full Redis client options (#13108)

* Added missing return type to on() methods. (#13082)

* Update react-native.0.29.d.ts (#13118)

drawerPosition is of type `number`
Android DrawerConsts.DrawerPosition.Left is equivalent to DrawerLayoutAndroid.positions.Left
Android DrawerConsts.DrawerPosition.Right is equivalent to DrawerLayoutAndroid.positions.Right

* Upgrade to match braintree-web 3.6.1 (#13098)

* Update to match braintree-web version 3.3.0

* Upgrade to match Braintree-web v3.5.0

* upgrade to match braintree-web 3.6.1

add US bank class

* Fix missing parameters from svg append (#13119)

* Add parameter declarations to append()

* Made insertFirst parameter optional

* Correct missing ‘auto’ option of GridList’s cellHeight (#13094)

* Add new Angular 1.5.9 methods to $compileProvider  (#13096)

* Add new Angular 1.5.9 methods to $compileProvider

Add new methods available in Angular 1.5.9: onChangesTtl(), commentDirectivesEnabled() and cssClassDirectivesEnabled()

* Add JSDoc to Angular 1.59 new methods of $compileProvider

JSDoc for onChangesTtl(), commentDirectivesEnabled() and cssClassDirectivesEnabled() methods.

* Expand $compileProvider JSDoc

Urls added to JSDoc of Angular 1.5.9 new methods .

* Changed type of injectedScript property to string (#13120)

The injectedScript property should take string value with script code, not the bool flag as in current version

* Use unions for openlayers string enums (#13134)

* Update google.maps.MapPane interface (#13122)

* Removing myself (AlStar01) as definition author from angular-material.d.ts (#13125)

* Clarify that notNeededPackages.json is just for packages formerly on DefinitelyTyped (#13156)

* Update Parsimmon typings (#13146)

* Update AmCharts.d.ts (#13170)

* knex: add MySqlConnectionConfig, tests (#13161)

* knex: add MySqlConnectionConfig, tests

* knex: add types for MySqlConnectionConfig queryFormat params

* Add note in readme about tsjs-lib-generator (#13210)
2016-12-12 11:24:09 -08:00
Andy
c968762595 Merge 'master' to 'types-2.0' one last time (#13277)
* Added missing nconf.required(keys) and Provider.required(keys) methods.

* update to 4.7.0, add querycursor.map() and schema.loadClass()

* add error callback for schema.post()

* Added playsInline property as introduced in React 15.3.2

* Add definitions for redux-localstorage and main enhancers (#12580)

* Add definitions for redux-localstorage

* Add definitions for redux-localstorage-filter enhancer

* Add definitions for redux-localstorage-debounce enhancer

* csurf.d.ts relying on CookieOptions from express

It seems express no longer exports `CookieOptions`, we need to import `express-serve-static-core` instead.

* Added height property to IDialogOptions

* versionKey type

* kendo-ui: mark toString() params as optional (#13164)

These function parameters are optional according to the upstream
docs, e.g.
  http://docs.telerik.com/kendo-ui/api/javascript/geometry/matrix#methods-toString

* Ensure that zoneAbbr and zoneName are expected type (string).

* Update moment-timezone.d.ts

* Fix syntax error in interact.d.ts

A parameter name was missing making TypeScript compiler fail.

* adding type for move to fs-extra

* fixing signature of sinon/alwaysReturned based on the http://sinonjs.org/docs/#sinonspy

* increasing version number

* returning back the version number to the origin number

* reversing changes in fs-extra

* Request that PRs have meaningful titles

* Improvement to existing nouislider type definition. (#12033)

* updated nouislider version and added a lot of tests out of the documentation

* corrected intentation

* corrected untyped variables, issue raised by Travis

* incorporated feedback on pull request

* #13037 (#13039)

* #13037

* pointToLayer first argument type fixed
GeoJSON.Point to GeoJSON.Feature<GeoJSON.Point>

* Missing cc in sendgrid packate (#13063)

The sendgrid package was missing the `cc` field, and the `bcc` field had a too generic type (`any` instead of `string[]`, as used on the `setCcs` and `setBccs` below.

* Fixes #12414 (#13076)

* Fixes #12414

* Make applicationServerKey optional

* added ariaLabelledBy and ariaDescribedBy to IModalSettings (#13004)

* Ceymard leaflet (#13007)

* replaced all overrides of LatLng by a single use of LatLngExpression when appropriate

* Changed Point, PointTuple overrides to use PointExpression instead

* Changet use of LatLngBounds and Bounds in general to use the Expression variant instead of having several overrides

* add ElasticSeach 5.x API function for deleteByQuery (#13014)

* add ElasticSeach 5.x API function for deleteByQuery

* use searchParams for deleteByQuery, as theses resemble the documentation.

* add DeleteByQueryParams parameter type.

* add deleteByQuery to tests.

* Make `less` render options optional (#13078)

* Added semver

* Updated gravity definition. (#13088)

* Full Redis client options (#13108)

* Added missing return type to on() methods. (#13082)

* Update react-native.0.29.d.ts (#13118)

drawerPosition is of type `number`
Android DrawerConsts.DrawerPosition.Left is equivalent to DrawerLayoutAndroid.positions.Left
Android DrawerConsts.DrawerPosition.Right is equivalent to DrawerLayoutAndroid.positions.Right

* Upgrade to match braintree-web 3.6.1 (#13098)

* Update to match braintree-web version 3.3.0

* Upgrade to match Braintree-web v3.5.0

* upgrade to match braintree-web 3.6.1

add US bank class

* Fix missing parameters from svg append (#13119)

* Add parameter declarations to append()

* Made insertFirst parameter optional

* Correct missing ‘auto’ option of GridList’s cellHeight (#13094)

* Add new Angular 1.5.9 methods to $compileProvider  (#13096)

* Add new Angular 1.5.9 methods to $compileProvider

Add new methods available in Angular 1.5.9: onChangesTtl(), commentDirectivesEnabled() and cssClassDirectivesEnabled()

* Add JSDoc to Angular 1.59 new methods of $compileProvider

JSDoc for onChangesTtl(), commentDirectivesEnabled() and cssClassDirectivesEnabled() methods.

* Expand $compileProvider JSDoc

Urls added to JSDoc of Angular 1.5.9 new methods .

* Changed type of injectedScript property to string (#13120)

The injectedScript property should take string value with script code, not the bool flag as in current version

* Use unions for openlayers string enums (#13134)

* Update google.maps.MapPane interface (#13122)

* Removing myself (AlStar01) as definition author from angular-material.d.ts (#13125)

* Clarify that notNeededPackages.json is just for packages formerly on DefinitelyTyped (#13156)

* Update Parsimmon typings (#13146)

* Update AmCharts.d.ts (#13170)

* knex: add MySqlConnectionConfig, tests (#13161)

* knex: add MySqlConnectionConfig, tests

* knex: add types for MySqlConnectionConfig queryFormat params

* Add note in readme about tsjs-lib-generator (#13210)

* Remove redux-localstorage packages; added by #13115 instead
2016-12-12 11:00:28 -08:00
Andy
da815a45df Add definitions for redux-localstorage and main enhancers (#13115) 2016-12-12 10:46:32 -08:00
Andy
6b3bc735ad Add note in readme about tsjs-lib-generator (#13210) 2016-12-12 09:24:06 -08:00
Nathan Shively-Sanders
6f031ede9f Merge pull request #12828 from xiemaisi/node-event-module
Improve model of Node.js `events` module.
2016-12-12 08:32:45 -08:00
Markus Wolf
74c552d783 fix: chokidar exposes FSWatcher by itself (#13126) 2016-12-12 06:53:03 -08:00
Elias Winberg
50b94f140d Fix definitions for 'mapValues', 'mapValuesLimit', 'mapValuesSeries' 2016-12-11 18:42:47 +01:00
John Reilly
bf1153e8ca Merge pull request #13257 from mlewando/types-2.0
Missing stroke parameters in SVG properties
2016-12-11 16:31:09 +00:00
Mateusz Lewandowski
d89e3032bd Missing stroke parameters in SVG properties 2016-12-11 17:09:57 +01:00
Simon Schick
d686ddcd8e fixed babel-code-frame typings (#13246)
* fixed babel-code-frame typings

* latest version header
2016-12-11 07:57:15 -08:00
marcovdb
b78bbc88c9 Update index.d.ts
drawOutOfBounds => drawOutOfBound
2016-12-11 13:55:51 +01:00
Xavier Stouder
67a9bd38ae Create koa-pug definitions (#13220)
* Create koa-pug definitions

* Fix CI

* Fix CI

* Fix CI

* Fix CI

* Fix CI

* Fix CI

* Fix CI

* Fix CI

* Fix CI
2016-12-10 09:35:46 -08:00
Slavo Vojacek
0b2bdb8321 Update enzyme/enzyme.d.ts – forEach iterator function takes index as second argument (#13243)
* Update enzyme/enzyme-1.2.0.d.ts – forEach iterator function takes index as second argument

* Update enzyme-1.2.0.d.ts

Make index optional in forEach
2016-12-10 09:33:37 -08:00
Markus Wolf
4d3b205426 Add typings for meow (#13221)
* feat: add typings for meow

* style: use 4 spaces

* chore: add tslint

* updates after review
2016-12-10 07:53:20 -08:00
Thiago de Arruda
9d6ee729f8 Add fs-promise declarations (#13223) 2016-12-09 09:03:28 -08:00
Andy
43b47cd512 Revert "Vue provides its own typings (#13230)" (#13235)
This reverts commit fd18042829.
2016-12-09 08:50:18 -08:00
Andy
fd18042829 Vue provides its own typings (#13230) 2016-12-09 08:43:45 -08:00
Andy
c4baa7c839 Upgrade node version used by travis (#13234) 2016-12-09 08:37:37 -08:00
Horiuchi_H
dc52825d82 Merge pull request #13194 from bertolo1988/types-2.0
fix SchemaOptions.versionKey type
2016-12-09 11:28:44 +09:00
Paul van Brenk
af4ddd7fb9 Merge pull request #12149 from fjmorel/types-2.0
Add types for node-hue-api npm package
2016-12-08 15:28:20 -08:00
Fred Morel
b7ca3c74bd Attempt to pass review 2016-12-08 18:16:26 -05:00
Stefan Reichel
edfee9d9ee Added declarations for content-disposition (#13191)
* Added declarations for content-disposition

* Fixed missing semicolon

* Added empty function

* Made ContentDisposition an interface instead of a class

* Filename may be undefined but not void
2016-12-08 14:15:16 -08:00
Daniel Rosenwasser
f599b18306 Added declarations for 'is-binary-path'. (#13173)
* Added declarations for 'is-binary-path'.

* Ensure 'is-binary-path' returns a 'boolean'.
2016-12-08 14:12:51 -08:00
Paul Oppenheim
e45879a3b4 knex: add MySqlConnectionConfig, tests (#13161)
* knex: add MySqlConnectionConfig, tests

* knex: add types for MySqlConnectionConfig queryFormat params
2016-12-08 13:14:35 -08:00
EamonHetherton
40a819097c Update AmCharts.d.ts (#13170) 2016-12-08 13:13:26 -08:00
wmrowan
5da11b9a1f Update Parsimmon typings (#13146) 2016-12-08 13:04:55 -08:00
Andy
b294befbaf Clarify that notNeededPackages.json is just for packages formerly on DefinitelyTyped (#13156) 2016-12-08 13:02:21 -08:00
Alex Staroselsky
372eed3885 Removing myself (AlStar01) as definition author from angular-material.d.ts (#13125) 2016-12-08 12:58:36 -08:00
Kiarash
a8a8a493f0 Update google.maps.MapPane interface (#13122) 2016-12-08 12:58:18 -08:00
Ilia Choly
1e2e0b9354 Use unions for openlayers string enums (#13134) 2016-12-08 12:57:26 -08:00
alex-korobko
d78bd6ca2f Changed type of injectedScript property to string (#13120)
The injectedScript property should take string value with script code, not the bool flag as in current version
2016-12-08 12:56:54 -08:00
Christopher Cortes
5f2450ba80 Add new Angular 1.5.9 methods to $compileProvider (#13096)
* Add new Angular 1.5.9 methods to $compileProvider

Add new methods available in Angular 1.5.9: onChangesTtl(), commentDirectivesEnabled() and cssClassDirectivesEnabled()

* Add JSDoc to Angular 1.59 new methods of $compileProvider

JSDoc for onChangesTtl(), commentDirectivesEnabled() and cssClassDirectivesEnabled() methods.

* Expand $compileProvider JSDoc

Urls added to JSDoc of Angular 1.5.9 new methods .
2016-12-08 12:56:36 -08:00
Nguyen Duc Binh
cfa4509cce Correct missing ‘auto’ option of GridList’s cellHeight (#13094) 2016-12-08 12:55:44 -08:00
Matt Gibbs
4e5fbf297e Fix missing parameters from svg append (#13119)
* Add parameter declarations to append()

* Made insertFirst parameter optional
2016-12-08 12:55:15 -08:00
Guy
26aec5f234 Upgrade to match braintree-web 3.6.1 (#13098)
* Update to match braintree-web version 3.3.0

* Upgrade to match Braintree-web v3.5.0

* upgrade to match braintree-web 3.6.1

add US bank class
2016-12-08 12:54:55 -08:00
Ron Buckton
b1de444208 Merge pull request #13203 from ThomasXCI/master
ngDialog v0.6.4
2016-12-08 12:54:33 -08:00
cailenmusselman
91e8f4126c Update react-native.0.29.d.ts (#13118)
drawerPosition is of type `number`
Android DrawerConsts.DrawerPosition.Left is equivalent to DrawerLayoutAndroid.positions.Left
Android DrawerConsts.DrawerPosition.Right is equivalent to DrawerLayoutAndroid.positions.Right
2016-12-08 12:53:14 -08:00
Santiago
3b9218b067 Added missing return type to on() methods. (#13082) 2016-12-08 12:51:43 -08:00
Julien CROUZET
4e2f977a05 Full Redis client options (#13108) 2016-12-08 12:51:08 -08:00
MariusAlch
ceb00618ba Updated gravity definition. (#13088) 2016-12-08 12:47:43 -08:00
Ron Buckton
eb8e501a83 Merge pull request #13174 from EamonHetherton/master
Corrected type for zoneAbbr and zoneName properties
2016-12-08 12:46:09 -08:00
Thomas Hendriksen
c26f34e6d5 Added semver 2016-12-08 21:46:01 +01:00
Pranay Prakash
998028ff0f Make less render options optional (#13078) 2016-12-08 12:45:58 -08:00
Ron Buckton
0c8a999d1e Merge pull request #13190 from elektromodulator/master
Fix syntax error in interact.d.ts
2016-12-08 12:40:36 -08:00
Finn Poppinga
563ebfe839 add ElasticSeach 5.x API function for deleteByQuery (#13014)
* add ElasticSeach 5.x API function for deleteByQuery

* use searchParams for deleteByQuery, as theses resemble the documentation.

* add DeleteByQueryParams parameter type.

* add deleteByQuery to tests.
2016-12-08 12:27:52 -08:00