Commit Graph

48056 Commits

Author SHA1 Message Date
Jason Unger
9079b29eb4 Updates for react-toggle V2 types (#27552)
* Updates for react-toggle V2 types

* Bump minimum TypeScript version

* Fix contributor url formatting
2018-07-30 08:37:42 -07:00
whatasoda
2eda9e3a6f Added declaration of tweetdeck/valiant (#27385)
* Added declaration of tweetdeck/valiant

* fixed version notation and miss typo.
2018-07-27 17:22:02 -07:00
Louis Larry
1a1c9299a6 update aws-lambda cloudfront (#27407) 2018-07-27 17:21:28 -07:00
Ivan Kurnosov
6a9c511193 Replace multiple transition* with a single transition in reactstrap (#27434) 2018-07-27 17:21:06 -07:00
Clément
bf1d71284d [auth0-js] Add language value in AuthorizeOptions (#27438)
* Add language value to AuthorizeOptions

* Update test
2018-07-27 17:20:40 -07:00
Simon Trény
a5784023cd Add missing useTextureView props (#27439) 2018-07-27 17:20:29 -07:00
Mengjo Rodrick Nfinyoh
62533f9619 UpdateType(mongoose): make plugin function generic (#27456) 2018-07-27 17:19:20 -07:00
David Weinberg
fc53fb37ab @types/leaflet: Add property zoomControl to class Map (#27460)
* Add property zoomControl to class Map

Leaflet has a map property called zoomControl. This is useful for setting the position on these controls for the map. This is not available via the typings.

Example usage:

	map.zoomControl.setPosition('topright');

* Leaflet: Map.zoomControl property

Specify Map.zoomControl type more precisely as Control.Zoom
2018-07-27 17:18:00 -07:00
golyalpha
5b715ad1e9 Fix typing error in PolygonGraphics [Cesium] (#27563)
* Fix typing error in PolygonGraphics

The property outlineColor of PolygonGraphics can accept both Property and Color types.
[Discussion on AnalyticalGraphicsInc/cesium](https://github.com/AnalyticalGraphicsInc/cesium/issues/6831)

* Update version

* Removed the Color type from outlineColor typedef.
2018-07-27 17:14:23 -07:00
Michael Lumish
fb0db28895 @types/node: add missing properties to Http2Session (#27588)
* node types: add missing properties to Http2Session

Add "connecting" and "ping" properties to Http2Session

* Add NodeJS.TypedArray
2018-07-27 17:13:59 -07:00
Fabio Berta
4483a90ef2 bounds takes object or array for viewport (#27606) 2018-07-27 17:13:09 -07:00
Roman Nuritdinov
8858276e3c Add missing module declarations for storejs (#27601) 2018-07-27 17:12:53 -07:00
junseok
d8814ea085 Updates new functions in @storybook/addon-actions (#27627)
* Updates new functions in @storybook/addon-actions

* Fix about reviewed contents.
2018-07-27 17:12:31 -07:00
arteforme
735b9a1cc6 react-bootstrap-typeahead: Added isInvalid, isValid introduced in 3.2 (#27640) 2018-07-27 15:57:55 -07:00
Abraham Williams
5568145d86 Follow param can be a string of user_ids. (#27643) 2018-07-27 15:57:26 -07:00
Scott Trinh
e4dc373d16 [knex] Allow Identifier Syntax in table Query Builder (#27644) 2018-07-27 15:57:11 -07:00
George Kalpakas
b7d70d6879 Update types and docs for angular-route and angular-mocks (#27473)
* angular-route: Update types and docs for `IRoute`

* angular-mocks: Update types and docs for 1.7

Related to angular/angular.js#16603 and angular/angular.js#16640.
2018-07-27 15:02:54 -07:00
Brian Crowell
21077b2657 [node]: Make stream destroy method signatures match (#27608)
* [node]: Make stream destroy method signatures match

The "destroy" option when creating streams has the same signature as the
_destroy method on the stream: a function accepting an optional error and a
callback which also takes an optional error.

* Fix tests affected by the change in stream definitions
2018-07-27 10:52:13 -07:00
Georgii Dolzhykov
d5627ab7a8 angular-mocks: add myself to reviewers (#27620)
* angular-mocks: add myself to reviewers

* remove blank line
2018-07-27 10:50:46 -07:00
Alex Jerabek
f7d9c48b41 Removing obsolete references to Excel missing coauth (#27621) 2018-07-27 10:50:22 -07:00
Alex Jerabek
363ddce949 Conventing coercionType descriptions to a table (#27623) 2018-07-27 10:50:13 -07:00
Alex Jerabek
e10e89ab20 [Office-js] Changing OWAView to an enum (#27624)
* Removing quotes from string

* Adding enum
2018-07-27 10:49:59 -07:00
Alex Jerabek
da2e5d7079 Adding periods to OneNote class descriptions (#27625) 2018-07-27 10:49:25 -07:00
Martin Hochel
c16617c259 feat(rollup-plugin-json): bump version, rollup dependency, add jsdoc (#27633) 2018-07-27 10:46:16 -07:00
Igor Adrov
bb8ca69fc1 [cleave.js] Add time options (#27636) 2018-07-27 10:44:31 -07:00
AJ Richardson
7e1ff3773b lodash: iteratee shorthand should allow numbers and symbols (#27642) 2018-07-27 10:43:37 -07:00
Anatoly Tokalov
c083ea5eda [@types/kafka-node]: add missind Admin class and loadMetadataForTopics getListGroups and describeGroups methods (#27475) 2018-07-27 10:43:04 -07:00
Andy
509d927c51 react-sortable-tree: Add react-dnd dependency (#27541) 2018-07-27 08:59:20 -07:00
Andy
21aee9586c redux-form/v4: Fix missing type argument to Reducer (#27542) 2018-07-27 08:59:06 -07:00
Tane Morgan
270cd04a6a Remove react-svg (#27614) 2018-07-27 08:58:15 -07:00
Andy
73124d44b4 chart.js: barThickness string value must be "flex" (#27613) 2018-07-27 08:56:38 -07:00
Bond
be6b064799 Support custom backoff strategy (#27529)
ddc0879e26
2018-07-27 08:56:00 -07:00
Martin Kasban Tange
afa493da17 Added tooltip props (#27470) 2018-07-27 08:55:05 -07:00
Romain Faust
11f441840c Add koa-router's Router to koa's Context (#27472) 2018-07-27 08:54:14 -07:00
Jason Unger
d997ab0681 Add types for react-input-autosize@1.2 (#27618)
* Add types for react-input-autosize@1.2

* Bump TypeScript version to 2.7
2018-07-26 11:59:41 -07:00
Josh Goldberg
d702bb1a51 Added react-highlight types (#27615)
* Added react-highlight types

* React TS version 2.6

* No "I" interface prefix

* Whoops, P template also
2018-07-26 11:59:05 -07:00
Maxime VAST
10afd44fc9 Add typings for getJobs and fix remove repeatable 'repeat' param (#27602) 2018-07-26 11:58:04 -07:00
Bernie Sumption
712a47b529 Made function argument to mockImplementation optional (#27599) 2018-07-26 11:57:40 -07:00
AJ Richardson
73541f5feb lodash: resolve TODOs that require TypeScript 2.6 (#27591)
* lodash: resolve todos that require ts2.6

* lodash: enable more tests for ts2.6
2018-07-26 11:57:20 -07:00
Jason Merino
b178c7f6bb Add types for react-native-dialogflow (#27617)
* Add types for react-native-dialogflow

* Fix lint issues.

* Formatting changes.

* Lint again.
2018-07-26 11:55:28 -07:00
Richard Lea
7563e14289 Complete types on event listeners and the property getter (#27546)
* Update type usage in event listeners and property getters.

Signed-off-by: Richard Lea <chigix@zoho.com>

* Fix: logger type definition and lacking off method

Signed-off-by: Richard Lea <chigix@zoho.com>
2018-07-26 10:15:34 -07:00
headdetect
299b729072 Update chart.js/index.d.ts (#27575)
The `barThickness` can be `'flex'` as well. So we must be able to accept strings.
2018-07-26 10:09:20 -07:00
Santiago Aguilar Hernández
84009d1c24 Typings for 'server' package. (#27579)
* * Added typings for server package

* * Applied better practices
2018-07-26 10:09:02 -07:00
Elizabeth Samuel
9e5e4a7aef update description of parameters.attachments.itemid (#27581) 2018-07-26 10:08:02 -07:00
Jeff Principe
82a879a7d6 [agenda] Update types to version 2.0.0 (#27583) 2018-07-26 10:07:36 -07:00
Sean Kelley
7f8c0da7c0 Add visible field to plotly.js' ScatterData. (#27586) 2018-07-26 10:07:14 -07:00
Michael Zlatkovsky
7c6feb4be1 Add empty placeholder for host-specific powerpoint APIs (#27587)
* Add empty placeholder for host-specific powerpoint APIs
(for use with our d.ts publishing toolchain)

* Add extra separator
2018-07-26 10:06:39 -07:00
Sean Genabe
ada007d85b Add typings for yoctodelay (#27592) 2018-07-26 10:05:37 -07:00
Kiyohiko Heima
aa312002f4 Add @storybook/addon-centered types (#27594)
* Add storybook@addon-centered types

* Export default in angular.d.ts, mithril.d.ts
2018-07-26 10:05:10 -07:00
Clément
c7b49aa65a [react-native-auth0] Add prompt value in AuthorizeParams (#27598)
* Add prompt value to AuthorizeParams

* Update test
2018-07-26 10:03:36 -07:00