ZheyangSong
41e137c8e9
Fix react-grid-layout Type Definition ( #18433 )
...
+ each property of `Layouts` should be in shape of `Layout[]`
+ Refs:
+ https://github.com/STRML/react-grid-layout/blob/master/test/examples/0-showcase.jsx#L55
+ https://github.com/STRML/react-grid-layout/blob/master/test/examples/0-showcase.jsx#L84
+ https://github.com/STRML/react-grid-layout/blob/master/lib/responsiveUtils.js#L71
+ https://github.com/STRML/react-grid-layout/blob/master/lib/utils.js#L39
2017-07-27 08:03:46 -07:00
wanganjun
26e81f5e87
add tslint.json for package arrify ( #18435 )
2017-07-27 08:03:21 -07:00
Byeong Hun Yoo
8742a3dec1
Add missing parameter type to buildImage ( #18436 )
...
https://github.com/apocas/dockerode#building-an-image3
2017-07-27 08:02:58 -07:00
Dan
03c50b2890
Added missing inputStyle prop to <Checkbox /> ( #18438 )
2017-07-27 08:02:31 -07:00
Adam Lavin
443bfb3548
Updated react-icon-base props to extend React.SVGProps ( #18444 )
2017-07-27 08:00:48 -07:00
Andy
11fab3226b
Fix jquery promise compatibility with async functions ( #18421 )
2017-07-27 07:54:12 -07:00
Eric Wieser
4331ee51ba
Add Q.Promise.all, the member function ( #18308 )
2017-07-27 06:49:34 -07:00
John Reilly
936e0b0e12
Merge pull request #18432 from migolo/patch-1
...
React: capitalize autoComplete property
2017-07-27 06:11:59 +01:00
Miguel González
4d110763b1
capitalize autoComplete
...
According to React documentation the correct way is autoComplete
2017-07-26 20:04:06 -05:00
Marvin Hagemeister
ab4364a415
Fix linting errors for babel-template ( #18427 )
2017-07-26 13:43:21 -07:00
Marvin Hagemeister
50419ba7dc
Fix linting errors for babel-core ( #18426 )
2017-07-26 13:20:00 -07:00
Dibyo Majumdar
bd48c6b64f
Add types for package redux-batched-subscribe ( #18394 )
...
* Add redux-batched-subscribe types
* Address lint errors
* Add tests for redux-batched-subscribe
* Add sample batchFunction and corresponding types
2017-07-26 10:38:24 -07:00
HackerUndKoch
1c793324df
Add types for "saml20" ( #18409 )
...
* add saml20 typings
* Fix index to meet linting requirements
* Fix ParseCallback argument type
* Remove weird Mac chars
2017-07-26 10:35:10 -07:00
Eloy Durán
dc11b027d8
Merge pull request #18419 from DefinitelyTyped/registeredstyle
...
[react-native] Clarify use of brand type
2017-07-26 19:19:44 +02:00
Andrej Hazucha
0141e9af8f
Added initial types for inline-style-prefixer ( #18413 )
...
* Added initial types for inline-style-prefixer
https://github.com/rofrischmann/inline-style-prefixer
* [inline-style-prefixer] fix tslint issues
* [inline-style-prefixer] using export =
* [inline-style-prefixer] fixed test
2017-07-26 09:08:17 -07:00
Andy Hanson
6b17f17f54
[react-native] Clarify use of brand type
2017-07-26 09:02:30 -07:00
Vincent Biret
3587969e97
adding type definition for datatables.net rowreorder extension ( #18414 )
2017-07-26 08:39:58 -07:00
Daniel Heyman
83f69077f4
Update index.d.ts ( #18412 )
2017-07-26 08:36:41 -07:00
Imanuel Ulbricht
eef21316df
Update global.d.ts ( #18400 )
2017-07-26 08:34:21 -07:00
Ali Taheri Moghaddar
e9a972592d
Fix exceljs column properties ( #18406 )
2017-07-26 08:29:27 -07:00
Evans Hauser
998cab7810
zen-observable types now conform to the tc39 spec ( #18401 )
2017-07-26 08:23:15 -07:00
Marvin Hagemeister
b0151ed937
Fix linting errors for babel-traverse ( #18399 )
2017-07-26 08:20:59 -07:00
taoqf
d7601435a4
add type definition numjs ( #18343 )
...
* add type definition numjs
* move ndtype from ndarry to numjs, remove unnecessary comments
* remote jsdoc annotations
2017-07-26 07:09:06 -07:00
Bryson Thill
1968358c88
[ethjs-signer] introduce typings ( #18338 )
...
* [ethjs-signer] introduce typings
* split function into two overloads in ethjs-signer package
2017-07-26 07:07:41 -07:00
Nicolas Penin
0a51536fcb
added json-rpc-ws type definition ( #17881 )
...
* added json-rpc-ws type definition
* added json-rpc-ws type definition
* removed contributors from package.json
* removed script section as requested by Travis CI
* removed deprecasted information
* removed description
* removed license
* removed main
* removed name
* removed typings
* removed typescript version
* removed version
* emptied package.json
* Update tsconfig.json
* Update tsconfig.json
* Update tsconfig.json
* Update tsconfig.json
* Update package.json
* updated dependencies
* removed package.json updated reference
* changes made according to @andy-ms suggestions
* first fixes for tslint
* tslint update
* applied changes requested by @andy-ms
* used capitals
restored function names as agreed
* updated lint rule change
* updated header to use a newer typescript version
2017-07-26 07:06:15 -07:00
Sean Sobey
be9d76b7ce
Added typings for jasmine plugin - saywhen. ( #18206 )
...
* Added typings for saywhen.
* Updated to pass linting.
* Removed redundant jasmine reference.
* Removed es2016 target.
* Updated defintions and tests.
* Fixed tests.
* Fixed linting
2017-07-26 07:04:54 -07:00
Andy
316ec353ee
Add 'electron' dependencies where necessary ( #18386 )
...
* Add 'electron' dependencies where necessary
* Try something...
* Add "TypeScript Version" comments
* Re-enable parallel testing
2017-07-25 13:19:54 -07:00
Felix Itzenplitz
f5cbf034d1
Highcharts: add missing wrap method to Static ( #18174 )
...
* Highcharts: add missing wrap method to Static
* Update index.d.ts
* fix trailing spaces
* Update index.d.ts
* Update index.d.ts
2017-07-25 13:15:28 -07:00
william chang(張仲威)
b269ac560f
[node] http.server add property keepAliveTimeout ( #18385 )
2017-07-25 12:42:02 -07:00
Vito
32d304a7fb
add definitions for snoowrap ( #18384 )
...
* add definitions for snoowrap
* remove dts-gen from package.json
2017-07-25 10:44:42 -07:00
Konstantin Nesterov
4e6d9944e4
[react-virtualized] - Allows to set arbitrary props to force re-render ( #18378 )
...
* Allows to set arbitrary props to force re-render
* Add myself to "definitions by"
* Fix linting
* Added comment about purpose of arbitrary values
2017-07-25 10:38:18 -07:00
Andy
af8b0d1294
FIx new lint errors ( #18382 )
2017-07-25 10:34:23 -07:00
wanganjun
e160492009
add pinyin 2.8.3 ( #18344 )
...
* add pinyin 2.8.3
* format code
* more meaningful parameters
* export Options
* support UMD
* add jsdoc
* add dom support for compilation
* add tslint.json
* fix lint error
* fix lint error
2017-07-25 08:20:36 -07:00
Alexandre Teixeira
f1a8715e17
Askmethat rating ( #18375 )
...
* Updating typing & test according to version 0.3.3.
* Update to match with new protected method
* TSLint fixes
2017-07-25 08:18:48 -07:00
Elliot Blackburn
64140e7eac
Add types for slack-winston ( #18373 )
2017-07-25 08:16:14 -07:00
KentarouTakeda
53c47fa7d0
Add new definition for "engine.io-client" ( #18362 )
2017-07-25 07:46:04 -07:00
Junyoung Clare Jang
0abcdf3c10
create type for color-convert package ( #18360 )
2017-07-25 07:44:04 -07:00
Dimitri Benin
d4ae9d2f0d
[dot-prop] introduce typings for v4 ( #18261 )
2017-07-25 07:33:22 -07:00
Dimitri Benin
a7a3bd380b
[redux-actions] fix incorrect return type for combineActions() ( #18216 )
...
* [redux-actions] fix incorrect return type for combineActions()
* [redux-actions] fix indentation
* [redux-actions] remove unnecessary cast
2017-07-25 07:32:09 -07:00
刘睿华
6c29b2e806
Add TypeScript definitions for Viewer.js (NPM package name: viewerjs) ( #18320 )
...
* TypeScript definitions for Viewer.js
* use export = instead of export default
2017-07-25 07:10:09 -07:00
1M0reBug
b703c20c09
Fix #17461 : [ramda] added mergeDeep* functions ( #18177 )
...
* Changed the types of sub functions to be T3, T4 instead of any
2017-07-25 06:58:39 -07:00
Dimitri Benin
02c08f6a5d
[got] introduce typings ( #18309 )
...
* [got] introduce typings
* [got] shorten typings as suggested by review
* [got] account for changed node typings
* [got] refactor so that delete call is provided
* [got] cut down even more on duplication, remove stale comments
* [got] further deduplicate
2017-07-24 16:01:58 -07:00
Dimitri Benin
797ba7281a
[sockjs-client] export module-internal namespace globally ( #18157 )
...
* [sockjs-client] export module-internal namespace globally
to be able to reference all types defined by the module; found no other
way without breaking all dependants
* [sockjs-client] fix typo
* [sockjs-client] fix indentation
* [sockjs-client] eliminate enum that prevented merging of a const with a namespace
2017-07-24 14:26:49 -07:00
Junyoung Clare Jang
d7a5bb57fb
add type for color-name package ( #18315 )
2017-07-24 13:22:48 -07:00
Vincent Biret
4afabfed53
providing type definitions for jquery-editable-select ( #18356 )
...
* providing type definitions for jquery-editable-select
* fixing linting errors for jquery-editable-select
* re-enabling disabled linting rule ban-types for jquery-editable-select
2017-07-24 12:46:38 -07:00
David Newell
0eb19c926a
Dagre: Updating Graph, adding GraphOptions ( #17657 )
...
* Updating dagre
Cleaning up white space
* Updates based on feedback
* Fixing tests
2017-07-24 12:45:35 -07:00
Dimitri Benin
8a87cfd26d
[from2] introduce typings ( #18353 )
2017-07-24 12:00:50 -07:00
Andy
73c39cf916
point-in-polygon: Lint ( #18349 )
2017-07-24 11:58:49 -07:00
jnbt
97c89cee56
Update react-native-snap-carousel to 2.4 ( #18347 )
...
* Update react-native-snap-carousel to 2.3.1
* Changes bases on react-native-snap-carousel 2.3.0 / 2.3.1 (https://github.com/archriss/react-native-snap-carousel/releases/tag/v2.3.0 )
* Adds prop: `scrollEndDragDebounceValue`
* Removes props: `scrollEndDragThrottleValue`, `snapCallbackDebounceValue`
* Adds getter: `currentScrollPosition`
* Changes based on react-native new `StyleProp` type:
* Uses `StyleProp` for `contentContainerCustomStyle` and `slideStyle`
* Update react-native-snap-carousel to 2.4.0
Changes bases on react-native-snap-carousel 2.4.0 (https://github.com/archriss/react-native-snap-carousel/releases/tag/v2.4.0 ):
* Add defintion of new `Pagination` component
2017-07-24 11:58:20 -07:00
Dimitri Benin
aa724e1911
[into-stream] introduce typings ( #18340 )
2017-07-24 11:53:45 -07:00