Commit Graph

22944 Commits

Author SHA1 Message Date
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
Ron Buckton
5bb6956d08 Merge pull request #13195 from Farokhcpu/master
Correcting signature of one function (alwaysReturned)
2016-12-08 12:24:14 -08:00
Christophe Eymard
2279e69440 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
2016-12-08 12:24:01 -08:00
Ryan Southgate
fe6427be57 added ariaLabelledBy and ariaDescribedBy to IModalSettings (#13004) 2016-12-08 12:21:47 -08:00
Ron Buckton
2cb0fb1eaf Merge pull request #13199 from DefinitelyTyped/pr_name
Request that PRs have meaningful titles
2016-12-08 12:20:34 -08:00
Samuel Campos
37247316a7 Fixes #12414 (#13076)
* Fixes #12414

* Make applicationServerKey optional
2016-12-08 12:05:32 -08:00
João Cristóvão
09a4a1fd33 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.
2016-12-08 12:04:38 -08:00
j-dc
edf6a02bef #13037 (#13039)
* #13037

* pointToLayer first argument type fixed
GeoJSON.Point to GeoJSON.Feature<GeoJSON.Point>
2016-12-08 12:03:46 -08:00
Guust Nieuwenhuis
1eef4bb667 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
2016-12-08 12:03:04 -08:00
Andy Hanson
30242acb34 Request that PRs have meaningful titles 2016-12-08 09:46:04 -08:00
Farokhcpu
d2a5bf5b5a reversing changes in fs-extra 2016-12-08 17:46:08 +01:00
Farokhcpu
3ee09113bc returning back the version number to the origin number 2016-12-08 17:35:14 +01:00
Farokhcpu
45efcf3e4d increasing version number 2016-12-08 17:35:14 +01:00
Farokhcpu
8770eab1aa fixing signature of sinon/alwaysReturned based on the http://sinonjs.org/docs/#sinonspy 2016-12-08 17:35:14 +01:00
Farokhcpu
18765bde85 adding type for move to fs-extra 2016-12-08 17:35:14 +01:00
Péter Kovács
8621c47604 Fix syntax error in interact.d.ts
A parameter name was missing making TypeScript compiler fail.
2016-12-08 14:04:38 +01:00
EamonHetherton
e290fab63b Merge pull request #2 from EamonHetherton/patch-3
Update moment-timezone.d.ts
2016-12-08 16:13:43 +10:00
EamonHetherton
f372a93d2e Merge pull request #1 from EamonHetherton/patch-2
Ensure that zoneAbbr and zoneName are expected type (string).
2016-12-08 16:12:40 +10:00
EamonHetherton
b1b9addfb0 Update moment-timezone.d.ts 2016-12-08 16:08:22 +10:00
EamonHetherton
6ac7434b8b Ensure that zoneAbbr and zoneName are expected type (string). 2016-12-08 16:07:27 +10:00
Horiuchi_H
e80403239f Merge pull request #13163 from bertolo1988/master
SchemaOptions versionKey type can now accept booleans
2016-12-08 11:03:31 +09:00
Evan Martin
9256d28b56 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
2016-12-07 16:58:26 -08:00
Tiago Bértolo
eb935a2994 versionKey type 2016-12-07 23:24:33 +00:00
Horiuchi_H
0b390b15ef Merge pull request #13132 from jcristovao/patch-2
csurf.d.ts relying on CookieOptions from express
2016-12-07 10:30:06 +09:00
Thomas Hendriksen
3680719dd5 Added height property to IDialogOptions 2016-12-06 21:56:46 +01:00
João Cristóvão
c6ad01fb48 csurf.d.ts relying on CookieOptions from express
It seems express no longer exports `CookieOptions`, we need to import `express-serve-static-core` instead.
2016-12-06 13:37:31 +00:00
Karol Janyst
bddf14ed27 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
2016-12-05 11:22:48 -08:00
John Reilly
87b80408d2 Merge pull request #13086 from schickling/patch-1
Added playsInline property as introduced in React 15.3.2
2016-12-04 16:39:38 +00:00
Johannes Schickling
e8fb543de7 Added playsInline property as introduced in React 15.3.2 2016-12-03 21:15:37 +01:00