Luke Libraro
4d2f91fcce
Added noble callback function signatures
2017-06-01 12:25:28 -05:00
Christian
ea7b301f5d
boom: add missing internal() alias ( #16696 )
2017-06-01 09:52:13 -07:00
Tom Wanzek
cae1ec5491
[d3-sankey] Update to Version 0.5 ( #16761 )
...
* [d3-sankey] Update to Version 0.5
* [BREAKING CHANGE] `SankeyLayout` API rewritten
* [BREAKING CHANGE] `SankeyLinkPathGenerator` removed. `sankeyLinkHorizontal` added as replacement.
* [CHORE] Update version numbers.
* [d3-sankey] JSDoc comment fixes. Thx @gustavderdrache
2017-06-01 09:30:55 -07:00
Ilia Choly
1b814e5ba7
Add Strophe MUC definitions. ( #16131 )
...
* Add definitions for Strophe MUC
* Remove `wrapper` namespace
* Add tests for MUC
* Use classes with constructors instead of interfaces with new() method
* Add header
* Add CONNTIMEOUT status
* add keepalive bosh option
* Add restore method
* Re-Add support for AMD require to strophe
2017-06-01 09:25:26 -07:00
Andy Hanson
426922634a
Merge branch 'blove-google-cloud__storage'
2017-06-01 09:08:56 -07:00
Andy Hanson
a404fca3a3
Fix lint
2017-06-01 09:08:49 -07:00
Andy Hanson
cc8c19ac42
Merge branch 'google-cloud__storage' of https://github.com/blove/DefinitelyTyped into blove-google-cloud__storage
2017-06-01 09:08:22 -07:00
Evgeny
09e220a9e8
[joi] add interface for AnySchema.error() overriding ( #16448 )
...
* [joi] add interface for AnySchema.error() overriding
* [joi] increase version to 10.4.0
2017-06-01 09:06:49 -07:00
Aleksandr Malafeev
b18447d7ac
fixed typo in react-color EditableInput (styles->style), added dragLabel and dragMax ( #16436 )
...
* fixed typo in react-color EditableInput, added dragLabel and dragMax to EditableInput
* removed trailing whitespaces
2017-06-01 09:05:09 -07:00
Dan Caddigan
c2cef9fd8b
fix(auth0-lock): adds additional theme options ( #16426 )
...
* fix(auth0-lock): adds additional theme options
* fix(auth0lock): adds AuthResult object
2017-06-01 09:00:10 -07:00
Andy Hanson
825c8bea94
Merge branch 'PriceSpider-NeuIntel-master'
2017-06-01 08:58:57 -07:00
Andy Hanson
b2c4bfefaa
Undo style changes
2017-06-01 08:58:37 -07:00
Andy Hanson
698538c485
Merge branch 'master' of https://github.com/PriceSpider-NeuIntel/DefinitelyTyped into PriceSpider-NeuIntel-master
2017-06-01 08:57:51 -07:00
Yui
de21d68bc8
Merge pull request #16716 from LKay/lkay/reacr-router-boostrap-fix
...
Fix type to use correct NavLinkProps
2017-06-01 08:57:41 -07:00
Stephen Ierodiaconou
851b3f51e1
Koa-static: add support for the extensions option ( #16411 )
...
* Koa static supports an extensions option
* Fix original package lint errors
2017-06-01 08:49:49 -07:00
Jerry Zou
c5ba0a9664
Update version of react-textarea-autosize -> 4.3.0 ( #16402 )
...
* Update version of react-textarea-autosize -> 4.3.0
* Fix a composing problem
2017-06-01 08:47:36 -07:00
Robert Schönthal
f345a6fca5
Update index.d.ts ( #16396 )
2017-06-01 08:46:41 -07:00
Andy
8772d17b0f
flatbuffers: Make importable as a module ( #16394 )
2017-06-01 08:46:03 -07:00
Joel Eriksson
8579ea24a6
Update i18n with new methods ( #16392 )
...
- Added methods introduced in newer versions
- Improved documentation
- Added tslint.json
2017-06-01 08:45:42 -07:00
Krzysztof Cebula
9d55adc25b
victory: Add missing labelRadius property for VictoryPie ( #16388 )
...
* Add missing labelRadius property for VictoryPie
* Add test
* Increase package version
* Add tickLabels on VictoryStyleInterface
2017-06-01 08:43:56 -07:00
Stephen Ierodiaconou
8a7e78869e
doT.js API allows modification of the exported templateSettings property. Change from const ( #16385 )
2017-06-01 08:43:32 -07:00
Harry
c9c78dff64
Add funding property to StripeCard ( #16384 )
2017-06-01 08:42:38 -07:00
Yui
f072ae9df4
Merge pull request #16719 from Owlbertz/gridstack-addwidget
...
Gridstack: addWidget() should also take jQuery or HTMLElement
2017-06-01 08:40:32 -07:00
Yui
0656d1d9b5
Merge pull request #16720 from gfx/react-intl/FormattedDate
...
fix type of react-intl/{FormattedDate,FormattedTime,FormattedRelative} types
2017-06-01 08:35:51 -07:00
Nathan Shively-Sanders
17d0a14e84
Merge pull request #16191 from shane935/master
...
@types/recompose: Improve this typing in the lifecycle method
2017-06-01 08:35:04 -07:00
Steve Hipwell
9bdf41ae8c
Update restify-errors typings to support defined errors ( #16382 )
...
* Update restify-errors to correctly type predefined
* Fixed linting errors
* Fixed linting issue
* Fixed defined types for restify-errors
* Fixed restify-errors tests
* Updated restify-errors ts version
* Update correct definition
* Remove unwanted file
2017-06-01 08:34:24 -07:00
Yui
d2ae470e18
Merge pull request #16721 from plantain-00/qrcode
...
[qrcode]improve types of qrcode@0.8.2
2017-06-01 08:33:37 -07:00
Yui
a55b744a04
Merge pull request #16732 from AJamesPhillips/react-form-initial-values
...
Add example of using initialValues
2017-06-01 08:32:25 -07:00
Jens Duttke
24c67b0a09
Add React.ReactInstance to OverlayProps.target ( #16379 )
...
OverlayProps.target can be either a function or a React.ReactInstance.
See: https://github.com/react-bootstrap/react-overlays/blob/master/src/Position.js
Line: 82 and 83
2017-06-01 08:31:34 -07:00
Yui
592bec15d4
Merge pull request #16722 from kbytesys/master
...
jquery-match-height typings
2017-06-01 08:31:11 -07:00
Matthias Lochbrunner
423676a9f8
Add openStdin() ( #16378 )
2017-06-01 08:31:05 -07:00
Ronan
86f8d59e5a
Added single type option to AutocompleteOptions in googlemaps types ( #16376 )
...
* added single type option to AutocompleteOptions interface
* Made type in autocompleteoptions optional
2017-06-01 08:30:30 -07:00
AJ Richardson
519b3e46da
lodash: allow null and undefined parameters ( #16364 )
...
* lodash: allow null and undefined parameters (#15883 )
* lodash: fix requested changes (#15883 )
* Better way of handling array wrappers
* lodash: allow more null or undefined inputs
2017-06-01 08:27:33 -07:00
eug48
da66e73945
jest: added addSnapshotSerializer ( #16334 )
...
based on flow typings at e56103cf14/types/PrettyFormat.js
2017-06-01 08:11:18 -07:00
Andy Hanson
350e27c474
Merge branch 'chazclark-patch-1'
2017-06-01 08:09:56 -07:00
Andy Hanson
0608dfc474
Fix lint
2017-06-01 08:09:45 -07:00
Andy Hanson
eb3a44db52
Merge branch 'patch-1' of https://github.com/chazclark/DefinitelyTyped into chazclark-patch-1
2017-06-01 08:09:14 -07:00
Gabe Moothart
7ea2468545
Add SpyObj<T> typing for createSpyObj. ( #16321 )
...
* Add SpyObj<T> typing for createSpyObj.
Adding a mapped type SpyObj<T>, and make it the return value of
createSpyObj.
* simplify type
2017-06-01 08:08:18 -07:00
Michael Elsdörfer
3b14b0a3a3
Add role and tabIndex back to SVGAttributes. ( #16289 )
...
Was removed as a part of https://github.com/DefinitelyTyped/DefinitelyTyped/pull/14618 .
2017-06-01 08:04:49 -07:00
Andy Hanson
8a8d2f6e77
Merge branch 'liudongpu-patch-1'
2017-06-01 07:55:31 -07:00
Andy Hanson
a39e51dced
Fix lint
2017-06-01 07:55:17 -07:00
Andy Hanson
472bd8bca8
Merge branch 'patch-1' of https://github.com/liudongpu/DefinitelyTyped into liudongpu-patch-1
2017-06-01 07:54:38 -07:00
Felipe
7bb204fdb5
update uuid to v3 ( #16264 )
...
* update uuid to v3
- remove the parse/unparse functions
- allow importing 'uuid/v1' and 'uuid/v4' directly
- keep v2 typings as 'uuid-v2'
* Fix v2 folder naming
2017-06-01 07:53:41 -07:00
Blake Embrey
7437e70f27
Import redis definitions from @types ( #16215 )
2017-06-01 07:41:59 -07:00
Travis Schettler
68221a8e5c
Fixed breeze DataType and DataTypeSymbol ( #16210 )
2017-06-01 07:39:56 -07:00
Yui
49b448d5d1
Merge pull request #16724 from apexskier/patch-2
...
react: Add `ReactComponent<P>` class
2017-06-01 07:34:03 -07:00
Yui
a550aa6d95
Merge pull request #16727 from HorusGoul/master
...
Fixes a symbol name on @types/react-router-redux package.
2017-06-01 07:32:46 -07:00
Yui
a428bae859
Merge pull request #16740 from ughitsaaron/pg-add-promise
...
Add Promise property to PoolConfig for @types/pg
2017-06-01 07:27:53 -07:00
Yui
6d6e0deb7f
Merge pull request #16742 from leonard-thieu/semantic-ui
...
[semantic-ui] Update type definitions
2017-06-01 07:26:20 -07:00
Michael Haan
8f7d2171e9
kafka-node: add "client: Client" to HighLevelConsumer ( #16188 )
...
* added client to ConsumerGroup
* added client to HighLevelConsumer (CG inherits from)
2017-06-01 07:22:23 -07:00