Commit Graph

33379 Commits

Author SHA1 Message Date
Kazuhiro Yamamoto
a8a181bd1c node: net.Socket.remoteAddress may be undefined 2017-08-06 11:13:56 +09:00
Joscha Feth
de042124bd fix: @storybook/addon-options: hierarchySeparator (#18253)
* fix: @storybook/addon-options: hierarchySeparator

* Update storybook__addon-options-tests.ts

* Update index.d.ts

* Update storybook__addon-options-tests.ts
2017-08-02 20:26:10 -07:00
taoqf
322fd6daf1 fixed numjs typing bugs (#18515)
* add type definition numjs

* move ndtype from ndarry to numjs, remove unnecessary comments

* remote jsdoc annotations

* fixed: [#18508](https://github.com/DefinitelyTyped/DefinitelyTyped/issues/18508)

* add temptype to tolist

* fixed: merge Error.

* add interface TouchEvent
2017-08-02 16:13:10 -07:00
peter
1c15db516e [canvasjs] update types for canvasjs to v1.9. (#18108)
* update to v1.9.10

* add missing propoty.

* update test file.

* tslint file and check

* Update index.d.ts

* Update index.d.ts

change the type of  lineThickness from string to number.

* update reference method

* update export method

* export as global object

* Rename canvasjs.ts to canvasjs-tests.ts

* Update tsconfig.json file
2017-08-02 16:12:47 -07:00
Dimitri Benin
d0c54304c3 [p-all] introduce typings (#18546)
* [p-all] introduce typings

* [p-all] remove unnecessary default to any type
2017-08-02 16:11:36 -07:00
Andrew Kirkegaard
2754522a15 Relax d3-array parameter definitions to ArrayLike (#18580)
* Relax parameter definitions for most d3-array functions from Array to ArrayLike (#18494)

* Add cases for TypedArrays and ArrayLike (as ReadonlyArray) to d3-array tests (#18494)

* Redefine d3-array shuffle so it fails when called with a ReadonlyArray (#18494)
2017-08-02 16:11:01 -07:00
Ron Buckton
17b09d742d Add missing definitions for source-map (#18482) 2017-08-02 16:08:09 -07:00
Dimitri Benin
795c365da9 [p-any] introduce typings (#18592)
* [p-any] introduce typings

* [p-any] add missing options interface

* [p-lazy] add definitions for aggregate-error and expose constructor as prop of pAny
2017-08-02 15:23:40 -07:00
remisery
b81ce46d6a [gulp-pug] Introduce new typings (#18575)
* Introduce gulp-pug

* fix revision comments
2017-08-02 15:21:26 -07:00
remisery
d2ea3d1239 [gulp-modernizr] Introduce new typings (#18577)
* Introduce gulp-modernizr

* Fix revision

* Fix revision comments
2017-08-02 15:20:25 -07:00
Dimitri Benin
ad7bc57897 [p-lazy] introduce typings (#18590)
* [p-lazy] introduce typings

* [p-lazy] remove unnecessary TypeScript version restriction

* [p-lazy] add test for reject ctor param
2017-08-02 15:18:21 -07:00
Gyula Szalai
63a27f5c42 jsonwebtoken.sign function type definition fixed. fixes #18469 (#18470) 2017-08-02 14:44:05 -07:00
Oscar Franco
8a10ec0251 Add maxLength type for material ui text field (#18345)
* Add maxLength type for material ui text field

* Add minlength property and change maxLength to lowercase only
2017-08-02 13:18:24 -07:00
Ed Staub
9334216df7 material-ui: Add missing DropDownMenuProps (#18541)
* material-ui: Add missing DropDownMenuProps

selectedMenuItemStyle, selectionRenderer, iconButton

* Material-ui: DropDownMenuProps: fix missing colon

* Nit: use function format rather than arrow
2017-08-02 13:10:45 -07:00
Willis Plummer
c855e42c9f add mergeEntityData method to ContentState class (#18553) 2017-08-02 13:06:12 -07:00
Neil Gentleman
23ebc3e63e [jest] add timeout parameter to lifecycle methods (#18556) 2017-08-02 13:04:06 -07:00
samyang-au
b9382f593d Added "show?: boolean" toIConstructorOptions (#18559) 2017-08-02 13:01:13 -07:00
zamb3zi
9ce2bb99d0 Fixed types of debug.names and debug.skips arrays. (#18560) 2017-08-02 12:59:41 -07:00
huhuanming
6e8ad8b332 bump to 0.47 (#18561) 2017-08-02 12:59:19 -07:00
MartinVSA
928a4568a2 Added highcharts event drillupall to interface ChartEvents (#18563)
* Update index.d.ts

Added method drillupall to ChartEvents

* added highcharts method drillupall in tests
2017-08-02 12:56:55 -07:00
Ben Ansell
4f735463f4 Fix minor typo’s in compilers and preprocessors (#18564) 2017-08-02 12:56:32 -07:00
Vojtech Jasny
199b5fd9c3 Add correct types for glob options to shelljs (#18567) 2017-08-02 12:09:15 -07:00
remisery
eddbc9e6f9 Introduce asenv (#18573) 2017-08-02 12:06:26 -07:00
Giedrius Grabauskas
1e211cd0d4 react-select: Fixed renderer handlers return types. (#18574)
* Fixed renderer handlers return types.

* Added tests to render null or false elements.

* Updated tests.

* Updated naming.

* Created and implemented type `HandlerRendererResult`.
2017-08-02 12:03:24 -07:00
Santi Albo
a0fa31362f [paper] Correct return type for Rectangle.scale and Rectangle.expand (#18578)
The definition for both methods returned void although they return a new Rectangle instance.
See c403c86a23/src/basic/Rectangle.js (L805-L833)
2017-08-02 11:39:36 -07:00
Michael Strobel
fc7a45f9ea [is-url-superb]: Add initial type definition (#18531)
* [is-url-superb]: Add initial type definition

* [is-url-superb] Remove namespace declaration
2017-08-02 11:21:19 -07:00
bryanjjohnson
24c1979c3b add types for LngLatLike, LngLatBoundsLike and PointLike (#18390) 2017-08-02 11:20:55 -07:00
remisery
2425a019f2 [gulp-size] Update type definitions to v2.1.0 (#18551)
* extend api

* Add tslint.json and fix lint errors
2017-08-02 11:12:27 -07:00
Brendan Forster
e1c56878a4 [electron-packager] clarify the signatures for platform-specific options (#18521)
* clarify the optional arguments that Win32Metadata supports

* protocol supports an array of strings
2017-08-02 11:11:08 -07:00
Riku Ayanokozy
692b49b070 Add react-dom/node-stream (#18493) 2017-08-02 11:10:15 -07:00
Chigozirim C
1f6ae7189d Updated types for merge2 v1.1.0 (#18165)
* Updated merge streams to simply use readablestream rather than readwritestream because readablestream is a much better super type of the type of streams supported

* Updated imports within the tests

* Committing line feed changes

* Added comments to the functions

* Fixed indentation to use space rather than mixed tab and space

* Added tslint.json as requested

* Fixed errors with files

* Fixed even more errors

* Fixed major minor PITA!

* Fixed jsdocs and added an event emitted by the stream
2017-08-02 11:03:12 -07:00
Matt Rollins
82a8308296 add iso-3166-2 typings (#18525)
* iso-3166-2 typings

* requested changes for iso-3166-2
2017-08-02 11:02:33 -07:00
Dimitri Benin
02ff752907 [cucumber] add this definition to steps and hooks, lint code (#18369)
Add an optional extended description…
2017-08-01 17:35:16 -07:00
Christian
ec49f4dc87 sharp: fix incorrect versions type (#18352)
Add an optional extended description…
2017-08-01 16:30:21 -07:00
Andy
eac5ab3c27 Keypress: Lint and rename to keypress.js (#18357)
Add an optional extended description…
2017-08-01 16:22:49 -07:00
HAMPLENI
a16df7e3ff [react-navigation] Allowing tabBarLabel function to return string (#18354) 2017-08-01 16:21:04 -07:00
Mikhail Novikov
9efaa6049f Add field resolver option to graphql (#18346)
* Add field resolver to graphql

* Fix typo in definition header
2017-08-01 16:17:20 -07:00
Dimitri Benin
2512a18273 [p-map] introduce typings (#18544)
* [p-map] introduce typings

* [p-map] simplify according to review discussion
2017-08-01 16:15:04 -07:00
Vojtech Jasny
0860eda60e Add missing shelljs configuration options (#18548) 2017-08-01 15:22:14 -07:00
Umar Bolatov
0b2916b41e Add type definitions for jasmine-enzyme (#18549) 2017-08-01 15:09:36 -07:00
FaithForHumans
ad3c4168c3 Updating csv-stringify to inclue array of objects (#18545) 2017-08-01 14:58:27 -07:00
Junyoung Clare Jang
ec1669c6a3 [color] update types for color package to 2.0 (#18389)
* create types for color package

* Fix Color class to interface
2017-08-01 14:54:00 -07:00
LyraelRayne
7996db4cd9 [redux-form] added additional tests to test and demonstrate type infe… (#18502)
* [redux-form] added additional tests to test and demonstrate type inference when both initialValues and validate are present

* Added registeredFields property to InjectedFormProps

Done by request of @LKay to avoid unnecessary small pull requests
2017-08-01 14:52:44 -07:00
Andy
4fddc63dab Recommend to use ReadonlyArray (#18429) 2017-08-01 13:21:00 -07:00
Sl1MBoy
ec42f811b7 Updated definition to match gridstack v0.3.0 (#18407) 2017-08-01 13:20:09 -07:00
Bradley Ayers
ed73a5a303 Narrow type for Plugin#getState() return value. (#18395) 2017-08-01 13:16:45 -07:00
wald-tq
6807e9609f Requirejs: Add support for string[] in shim configuration (#18376)
* Fix case of string array for dependencies.

* Fix comments, use JSDoc comments.
2017-08-01 13:06:37 -07:00
Andrew Stegmaier
1d1e4cc8cc [Handsontable] Add support for Hooks interface (#18358)
* Add all types for 'Hooks' API

* Fix linting errors.

* Replace Function type with a function signature.
2017-08-01 13:05:15 -07:00
Guillaume RODRIGUEZ
2ea2588a33 Improvements for quill (#18209)
* Add root quill editor

* Improvements

- Typescript syntax
- DefinitelyTyped 2.0 syntax
- Add new Quill experimental API

* Fix namespace error
2017-08-01 12:56:15 -07:00
otociulis
c8e95db472 Adding diacritics package (#18509)
* Adding diacritics package

* Adding linter

* Fixing linting errors

* Fixing warnings and errors

* Removing unnecessary namespace
2017-08-01 12:54:31 -07:00