Commit Graph

35838 Commits

Author SHA1 Message Date
Tommy Nguyen
75d1bec99d Add macos to PlatformOSType. (#20206) 2017-10-02 14:25:46 -07:00
rapmue
b743589ef9 [recharts] changed the signature of tickformatter (#20201)
Changed the signature of tickformatter function.
The changes are based on the issue #19756.
2017-10-02 14:25:27 -07:00
Oren Farhi
69af3a040e update "thumbnails" property for GoogleApiYouTubePlaylistResource (#20078) 2017-10-02 14:24:28 -07:00
Dibyo Majumdar
2717cfa52c [react-redux] Add createProvider (#20052)
* Add ConnectFunction interface

* Add createProvider function declaration

* Add documentation for createProvider

* Update documentation for Connect

* Add new author

* Add test for createProvider
2017-10-02 13:10:11 -07:00
Jesús Iglesias
9764208729 Fixes #19714. Webdriverio issue (#20040) 2017-10-02 13:09:11 -07:00
nickmorton
bfafb5ffc6 [swaggerize-express] Add RequestHandler array to RouteSegment i/f (#20001)
* Added RequestHandler array to RouteSegment i/f

Also replaced a couple of String declarations with string.

* Removed spread operators to downgrade to TypeScript 2.0
2017-10-02 13:05:32 -07:00
Andy
aeea74dbb6 sencha_touch: Make type of getScrollable() match interface (again) (#20211) 2017-10-02 13:01:04 -07:00
Andy
bd863e9ed2 i18next/v2: Fix lint (#20212) 2017-10-02 13:00:54 -07:00
Jan Bevers
509cff841c Added typings for redux-first-router-link (#20104) 2017-10-02 12:31:25 -07:00
Matt Traynham
00356e86fa Add types for duplicate-package-checker-webpack-plugin (#20141) 2017-10-02 12:30:01 -07:00
Matt Traynham
e7819a5f5a Add type definitions for webpack-node-externals (#20143) 2017-10-02 12:26:40 -07:00
Matt Traynham
d21b17c876 Add type definitions for karma-webpack (#20140) 2017-10-02 12:22:33 -07:00
Matt Traynham
4603024201 Add type definitions for webpack-chunk-hash plugin (#20145) 2017-10-02 12:21:31 -07:00
smhxx
ab5cdaf0ac Add type definitions for atom/node-oniguruma (oniguruma on npm) (#20149) 2017-10-02 12:18:17 -07:00
Matt Traynham
f12f41e198 Add dts-generator types (#20137) 2017-10-02 12:14:44 -07:00
Samer Albahra
354d5b31f3 Add typing for LocalizeJS Library (#20098)
* Add typing for LocalizeJS

This adds the library typings for LocalizeJS

* Add private to `package.json` for Travis testing

* Remove conflicting files from typing

* Fix all lint errors

* Rename `LocalizeJS` to `LocalizeJS Library`
2017-10-02 11:51:21 -07:00
Anders E. Andersen
31cc4f3c73 @types/node-red New set of types for Node-RED node creation api. (#20167)
* Basic node creation api

* Tests and fixes

* Minor linting fix
2017-10-02 11:35:22 -07:00
Matt Perry
86c522c132 Add type definition for react-truncate (#20181) 2017-10-02 11:34:10 -07:00
Alessandro Vergani
06354d6382 Add restling support (#20187) 2017-10-02 11:29:52 -07:00
Shenghan Gao
f3bcbc1a9d fix a type on amqp (#20091) 2017-10-02 11:09:16 -07:00
Cassey Lottman
e7b3ad2f1c Add missing pie chart options to Chartist (#20118)
* add missing pie chart options to Chartist

* missing comment

* update donutwidth

* add to maintainers

* modify the right file

* add back candle chart

* fix spacing?

* fix export
2017-10-02 11:09:01 -07:00
Bradley Ayers
c56a4da185 Add apollo-codegen (#20119) 2017-10-02 11:08:22 -07:00
Jay Anslow
c9c62c89b9 Add react-treeview types (#20121) 2017-10-02 11:07:27 -07:00
Bradley Ayers
819ca3d98f Add zapier-platform-core 3.1 (#20123) 2017-10-02 11:06:59 -07:00
Wang Guan
efdab6c1d9 PDFKit: complete interface of color / winding-rule (#20069)
- add 2 color forms: [R, G, B] or [C, M, Y, K]
- constrain possible value of winding rule
- add missing overloads of fill / fillAndStroke
2017-10-02 10:43:17 -07:00
Kevin Greene
9a30fc6a19 [thrift] Update Thrift types for completeness and correctness (#20088)
* [thrift] Update Thrift types for completeness and correctness

  * This adds all of the missing public exports from "thrift"
  * Correct error in evernote using import * as Thrift from 'thrift'. This should be
    import { Thrift } from 'thrift'. They were using Thrift.TException which is not
    exported from the top level of 'thrift'. It is nested in the Thrift namespace.

* [thrift] Add WSConnection to Thrift types

* [thrift] Loosen types for transport constructors

  * Transports will create Buffers if their constructors do not receive them.

* [thrift] Removing some ugly interface constructors in favor of classes

* [thrift] ConnectOptions should take a constructor for transport and protocol

  * Adding tests for the above
2017-10-02 10:42:40 -07:00
Glen M
dad4c42dd7 Update the Atom type definitions. (#20146)
* Update the Atom type definitions.

* Atom: support additional dtslint rules. Minor fixes to definitions.

* Atom: enable unified signatures for dtslint.

* Atom: fix the scan and replace functions. Enable ban-types in dtslint.

* Atom: enable no-declare-current-package and no-single-declare-module.
2017-10-02 10:41:57 -07:00
Roberto Robles Fernández
63834a2d2b Cookie interface don't inherit from RawResult, only the Cookie responses (#19998)
http://webdriver.io/api/cookie/setCookie.html
https://github.com/SeleniumHQ/selenium/blob/master/cpp/iedriver/BrowserCookie.cpp#L23
2017-10-02 10:40:44 -07:00
RalfNieuwenhuizen
515573deb9 Update index.d.ts (#20025)
Add IOSBackgroundTask to config options
2017-10-02 10:40:25 -07:00
ccodin
3879a43f4a Add missing 'cookie' property in nano declaration file (#20106) 2017-10-02 10:39:16 -07:00
Honza Břečka
49f1f3aeeb ramda: fix prop function definition (#20099) 2017-10-02 10:39:01 -07:00
Alex Brick
33a325efc8 [superagent] Improving the typing of the #field method (#20102)
There are two major changes here:

1) The value of a field no longer needs to be a string. It also
accepts arrays, buffers, blobs, streams, and booleans.

2) You may pass in an object, which sets all of the field values,
instead of calling once for each field.
2017-10-02 10:38:38 -07:00
Émile Filteau-Tessier
44443f8e49 Added getElement and getElements to enzyme types (#20116) 2017-10-02 10:37:47 -07:00
Marius N. Nicolaysen
8055d9b2b1 Update CryptoJS-definition to include lib.WordArray.create and allow the output as input to any Hash (#20072)
* Update CryptoJS-definition to include lib.WordArray.create and allow the output as input to any Hash

* fixed indentation
2017-10-02 10:37:30 -07:00
Hiroaki Sasaki
934989143e update types, test code (#20124) 2017-10-02 10:37:09 -07:00
Dan Cervelli
feb8964978 Fix typo, 'drawticks' -> 'drawTicks'. (#20150) 2017-10-02 10:36:44 -07:00
Matt Traynham
56eb6380b4 Update extract-text-webpack-plugin to 3.0 and add linting (#20151) 2017-10-02 10:36:25 -07:00
JeroenDragt
24290d9409 Update index.d.ts (#20133)
See http://www.chartjs.org/docs/latest/axes/cartesian/linear.html#tick-configuration-options. Added everything except for except beginAtZero, because that is already present in ChartOptions
2017-10-02 10:35:42 -07:00
Paul Colleoni
2f07108478 updated webpack-dev-server to accept a custom ssl certificate (#19996) 2017-10-02 10:35:24 -07:00
Tom Wanzek
53d914345d [d3-force] Update to Minor Version 1.1 (#20163)
* [FEATURE] Add support for `forceRadial` / `ForceRadial`
* [CHORE] Bump version number
* [DOC] Update JSDoc comment
2017-10-02 10:34:46 -07:00
Marius Meisenzahl
d8bfa21dbe Added parameter AutoRemove to HostConfig (#20175) 2017-10-02 10:34:26 -07:00
Philipp
9375732076 timeline: updated TimelineOptions & Timeline (#20174) 2017-10-02 10:33:24 -07:00
ohze.net
190c5341a5 add webpack.optimize.UglifyJsPlugin.Options.parallel (#20176) 2017-10-02 10:32:58 -07:00
benny-medflyt
b55cd34ad7 Fix DistanceMatrixRequest to support LatLngLiteral (#20179) 2017-10-02 10:32:42 -07:00
Waseem Dahman
36c50d8150 Added type definition for expect.stringContaining (#20171) 2017-10-02 10:32:27 -07:00
Retsam
259e578a48 Bluebird: improve typings for Promise.coroutine (#20148)
* Add better support for Bluebird.coroutine

* Add Promise.coroutine options argument

* Improve TODO comment

* Fix inconsistent indentation

* Move T argument to the beginning of the coroutine type params

* Remove unnecessary comment from tests
2017-10-02 10:31:39 -07:00
Danny Martini
09f8b5494b mongodb: findOne may return null (#20077)
* mongodb: findOne may return null

* move union type from MongoCallback to `findOne`
2017-10-02 10:31:00 -07:00
kyle1024
15d3fb380e single character typo fix (#20135) 2017-10-02 10:30:40 -07:00
Markus Öllinger
6f4e38015c recharts: fix callback signatures, add missing props (#20130)
* recharts: fix callback signatures, add missing props

* bump recharts version

* remove undocumented HTMLAttributes

* remove another className prop

* changed version to 1.0.0

* change to version 1.0
2017-10-02 10:30:13 -07:00
Andy
24756a7ba8 activex-libreoffice: Avoid duplicating declaration of "SafeArray" from lib.scripthost.d.ts (#20194) 2017-10-02 09:07:36 -07:00