Commit Graph

33370 Commits

Author SHA1 Message Date
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
Jed Fox
c657e49477 [yargs] Add the optional global parameter to yargs.check() (#18523) 2017-08-01 12:39:21 -07:00
Remo H. Jansen
29ed1be834 Added missing option tickCount (#18535)
As you can see the tickCount property is available in JS 709b1da5d8/src/cartesian/YAxis.js (L33)
2017-08-01 12:34:00 -07:00
Justin Ryan Hurst
97d4234513 [Chance] Constructor seed can be string (#18532) 2017-08-01 12:32:20 -07:00
Daniel Rabe
39c1801200 Missing keys() function added (#18539) 2017-08-01 12:14:44 -07:00
Jason Schilling
a51641475a [TinyMCE] Fix content_css attribute type in Settings weak type (#18542)
Docs: `*Type*: String, Array`
https://www.tinymce.com/docs/configure/content-appearance/#content_css
2017-08-01 12:12:02 -07:00
Al Prater
78ea950c0c [react-native] Add DataDetectorType to WebViewPropertiesIOS (#18543) 2017-08-01 12:09:31 -07:00
elitechance
1f6037a629 This is a new definition for lambda-phi npm package (#18485)
* Initial import for lambda-phi typings

* Fix test and index.d.ts after running npm run lint lambda-phi
2017-08-01 11:36:43 -07:00
Kamal Fariz Mahyuddin
ee0954d539 [react-native] Add SectionList ListEmptyComponent (#18512)
Added in 0.45.x
2017-08-01 11:09:20 -07:00
Flarna
34d4afebc1 [node] Update async_hooks according to renaming done in 8.2.0 (#18530)
- currentId() => executionAsyncId()
- triggerId() => triggerAsyncId()

see https://github.com/nodejs/node/pull/13490
2017-08-01 10:49:41 -07:00