Commit Graph

62172 Commits

Author SHA1 Message Date
Resi Respati
31294de36c [@types/next-server] add next/amp support (#35132) 2019-04-30 22:12:21 -07:00
Eugene Fedorenko
220663aae1 Updated react-mentions to support v3.0 (#35118)
* Upgraded types for v3.0.0

* Updated tests

* Version shouldn’t contain a patch version
2019-04-30 22:05:04 -07:00
Alex Jerabek
24dea821f5 [office-js, office-js-preview] Updating with 1.9 Requirement Set Preview to GA transition (#34919)
* Updating with 1.9 Requirement Set Preview to GA transition

* Adding version numbers
2019-04-30 22:04:33 -07:00
Pedro Duarte
30fe579397 Improve styled-system (#35078) 2019-04-30 21:58:04 -07:00
Devid Farinelli
5fd22abff1 [yeoman-generator] add async and env.adapter (#35115)
* [yeoman-generator] add async and env.adapter

* [yeoman-generator] fix imports
2019-04-30 21:44:16 -07:00
ANDERSON DE FARIA SILVA
3fa1a06771 [mui-datatables] (#35123)
typo in the method isRowSelectable
2019-04-30 21:43:49 -07:00
kan_a_17
f41b3b4ac0 Mongodb: Fix typos: Cursor#max and Cursor#min (#35120)
* Fix typos: Cursor#max and Cursor#min

Referring to the documentation I updated types. See [Cursor#min](http://mongodb.github.io/node-mongodb-native/3.1/api/Cursor.html#min) and [Cursor#max](http://mongodb.github.io/node-mongodb-native/3.1/api/Cursor.html#max)

* mongodb: fix types
2019-04-30 21:43:15 -07:00
Dominic Lee
7e47948742 Add categories props variations and horizontal props (#35085) 2019-04-30 21:41:02 -07:00
Haseeb Majid
0abde3e92b Added convert-string (#35047)
* Updated react-native-dotenv

Updated react-native-dotenv

* Fixed errors

fixed linting error

* Added Convert String

Added type definitions for convert string

* Fixed Errors

Fixed linting errors.

* Fixed bugs

Fixed bugs with incorrect exports.

* Fixed test error

Fixed error thrown my azure devops.

* Updated after code review

Updated tsconfig to change noImplicitAny to false.

* Updated tsconfig

Updated tsconfig.

* Added Changess

* Removed changes to react-native-dotenv

Removed changes from dot-env.

* react-native-dotenv

This library should not be updated, this is
on the wrong branch.
2019-04-30 21:38:47 -07:00
Robert Pethick
af02c4bcb1 Add method option for mocking getState method (#34988)
As in the docs to the main JS library you can either supply state to the MockStoreCreator or you can pass a method in which is given the list of currently dispatched actions
2019-04-30 10:17:48 -07:00
Matevž Poljanc
db485fd27b [expo] Add BackgroundFetch and fix bug with Location.startLocationUpdatesAsync (#34987)
* Add BackgorundFetch and fix function name in Location namespace

* Add missing options to Location.startLocationUpdatesAsync function
2019-04-30 10:16:24 -07:00
Jirka Svoboda
08d42b9d98 [twobin/react-lazyload] new scrollContainer prop (#34976)
* [twobin/react-lazyload] added `scrollContainer`

Added new prop type according to source lib v2.5 docs:

https://github.com/twobin/react-lazyload#scrollcontainer

* Added own signature
2019-04-30 10:14:51 -07:00
杨博 (Yang Bo)
d4f4ecf6a8 Fix the signature of setDefaultEdgeLabel (#34977)
According to f65cf4301d/lib/graph.js (L412)
2019-04-30 10:13:53 -07:00
Andrew Crites
e7cd8572db [@types/parse-color] adding types for the parse-color function (#35080) 2019-04-30 10:11:47 -07:00
杨博 (Yang Bo)
08525d6073 The parameter for children should be optional (#35098) 2019-04-30 10:10:54 -07:00
Daniil Dotsev
5c6c1028ab Update prosemirror-tables typings to 0.7.11 (#35101) 2019-04-30 10:09:44 -07:00
Julian Hundeloh
e13966146b fix(bull): expose Redis clients (#35103)
* fix(bull): expose Redis clients

* test: add test

* fix: lint
2019-04-30 10:09:07 -07:00
Martin Lehmann
6234f7f72e React native autocomplete input/add v4 flatlist props (#35102)
* fix(react-native-autocomplete-input): add flatListProps introduced in v4

* fix(react-native-autocomplete-input): add keyExtractor prop introduced in v4

* chore(react-native-autocomplete-input): remove unused imports in example
2019-04-30 10:08:14 -07:00
Vladislav Polyakov
b36fa43748 Add rxjs "Observable" support (#34865)
* Add sign

* Update version number

* fix: edit file header

* Add necessary imports

* Add 'private' field

* Set typescript version to 2.8

* FIx spelling errors
2019-04-30 10:07:30 -07:00
Ferdy Budhidharma
8bdfc2f285 [react-transition-group] add JSDoc usage comments for individual props (#35031)
* add JSDoc comments for props

* add types

* Update TransitionGroup.d.ts

* Update Transition.d.ts

* Update Transition.d.ts
2019-04-30 09:37:58 -07:00
Daniel Cassidy
04b0dd9394 trim-newlines: Delete obsolete type definitions (#35094)
As of 3.0.0 trim-newlines distributes its own type definitions.
2019-04-30 09:36:20 -07:00
Nathan Shively-Sanders
643a6001f3
Update project urls (#35110)
* Update project urls

stompjs is also broken on CI but doesn't repro on my laptop.

* Update stompjs tests

New error from Microsoft/TypeScript#30568 is correct.
2019-04-30 09:00:07 -07:00
Adam Keating
39b4723424 Adds missing export getInputRangeFromIndexes (#35088) 2019-04-29 17:45:31 -07:00
Mike Deverell
6266445213 [@storybook/addon-storyshots] Add 'renderWithOptions' test method (#34969)
* [@storybook/addon-storyshots] Add 'renderWithOptions' test method

* increase version number to match lowest version containing renderWithOptions
2019-04-29 16:58:39 -07:00
Erik Beuschau
880a95c647 express-http-proxy: Add limit parameter for proxy options (#35014)
* Add limit parameter for proxy options

* Remove null from type for limit
2019-04-29 16:49:43 -07:00
Ron Buckton
b1d706c8f5
[NodeJS] Support 'typesVersions' in node/v6 through node/v9 (#34678)
* Split node/v8 and node/v9

* Split node/v7 and add typesVersions

* Split node/v6 and add typesVersions

* Revert major file split but preserve 'typesVersions' support for v6-v9
2019-04-29 16:46:55 -07:00
James Pace
61876df898 auth0: Expose more of the Job resource in management client (#34657)
* Expose more of the Job resource in auth0 management client

* Don't use disguised type assertion with generics, per the common mistakes in the README

* Add additional job status

* Document job.type discriminator for auto type assertion

* Revert interface name change for sending verification emails
2019-04-29 11:42:13 -07:00
Jungwoo An
c80715e62e Add new typing for electron-clipboard-extended (#34845)
* Add new typing for electron-clipboard-extended

* Update types/electron-clipboard-extended/index.d.ts

Add listener param of off function

Co-Authored-By: Jungwoo-An <o1o9814@naver.com>
2019-04-29 11:39:53 -07:00
Matt Tingen
dc09e01c62 [React] Preserve optionality of props in union types (#35045)
* Preserve optionality of props in union types

* Simplify distribution
2019-04-29 11:33:36 -07:00
Ludvig
5835d99465 [slate] Fix editor split commands (#35061)
Make depth argument optional in editor.splitBlock & editor.splitInline, as well
as in range commands.

As per https://docs.slatejs.org/slate-core/commands#splitblock
2019-04-29 10:57:18 -07:00
Nate Mara
80ae9b1e80 c3 - Add missing fields, run autoformatter, fix failing test (#35057)
* Add missing fields and run autoformatter

* update version and add my name to author list

* fix failing test
2019-04-29 10:56:19 -07:00
Alexander Kachkaev
72a04fcfed [next-server v8.1] Add useRouter() hook (#35058)
* [next-server] Add useRouter() hook

* Add a test for useRouter

* Add missing semicolon

* Bump version to 8.1

* RouterProps → SingletonRouter

* SingletonRouter → RouterProps 😅

* Update types/next-server/router.d.ts

As suggested by @resir014

Co-Authored-By: kachkaev <alexander@kachkaev.ru>

* Fix linting
2019-04-29 10:50:31 -07:00
João Edmundo
492d259a46 @types/react-hooks-helper: fix SetForm type (#35077)
* feat: react hooks helper types

* fix: react hooks helper test

* fix: removed module declaration

* fix: semicolons

* fix: click function typo

* fix: codeowners info

* fix: export module to umd

* feat: added types for useForm function

* fix: linting errors

* feat: react hooks helper types

* fix: react hooks helper test

* fix: removed module declaration

* fix: semicolons

* fix: click function typo

* fix: codeowners info

* fix: export module to umd

* feat: added types for useForm function

* fix: linting errors

* fix: set form type
2019-04-29 10:41:41 -07:00
BradleyHill
d92501de7b Fabric - mostly private methods to facilitate extending functionality (#35082) 2019-04-29 10:41:15 -07:00
Florian Keller
ca3819c4a3 [jsonabc]: Add generic to sortObj (#35084) 2019-04-29 10:39:52 -07:00
AntonDemarczyk
dd1dcf68bf Added readmore-js 3.0.0-Beta support (#35079) 2019-04-29 10:37:41 -07:00
Adam Zerella
ff5e639cb4 Added typedefs for date-utils (#35071) 2019-04-29 10:36:27 -07:00
assemblethis
51191d9c80 pouchdb-live-find - type declaration files (#35037)
* type declaration files for pouchdb-live-find

* fix lint errors
2019-04-29 10:35:37 -07:00
Jiří Danielka
56dde5eb57 Added types to PolylineGlowMaterialProperty and PolylineDashMaterialP… (#34610)
* Added types to PolylineGlowMaterialProperty and PolylineDashMaterialProperty [Cesium]

* Fix line length and whitespace [Cesium]

* Fix whitespaces

* Fix PR comments
2019-04-29 10:34:02 -07:00
TypeScript Bot
10c515bb4b Update CODEOWNERS (#35054) 2019-04-29 08:32:50 -07:00
Stefan Sechelmann
cc6de05e33 [@types/qunit] add definitions for only-modules (#34939)
* [@types/qunit] add definitions for only-modules

* [@types/qunit] update qunit version in description
2019-04-29 00:26:14 -07:00
Domino987
a0fb05b27b Added stackgroup (#34932)
Added the Stackgroup prop to plotdata to enable bar stacking
2019-04-29 00:23:47 -07:00
Daniel Hritzkiv
f8ccd8ece1 [node-geocoder] Add additional Entry fields (#34921)
Some of these fields are present on certain geocodes, including OSM, and Here
2019-04-29 00:21:18 -07:00
chivesrs
5fb304a0a8 Add title to angular material dialog option (#34915) 2019-04-29 00:20:52 -07:00
Merijn Wijngaard
157bd950b3 Add some missing Cesium type definitions (#34806)
* Add cartographicLimitRectangle to Globe class

* Add sampleTerrainMostDetailed function

* Add all current overloads of setInputAction and getInputAction

* add toCartesian on Cartographic class

* Fix lint warnings

* Fix lint warnings

* Replace overloads for ScreenSpaceEventHandler setInputAction & getInputAction methods by using a ScreenSpaceEventMap

* define orientation option type for flyTo and setView

* Add convert param to Camera.setView and Camera.flyTo options

* Fix resetting ScreenSpaceEventHandler input action type to number instead of ScreenSpaceEventType

* Add clock, cone, and magnitude properties to Spherical class
2019-04-29 00:20:34 -07:00
grothem
f2a5353f1b Updated amcharts ExportSettings typings (#34909)
* Added all epxport options typings

* Updated definitions by

* Updated definitions by

* Updated amcharts test for new export typings

enable export

* Reverting change to fix lint errors, moved to index.d.ts
2019-04-29 00:14:08 -07:00
avin-kavish
671e555f44 [@types/react-native] Added progress event to XHR as per spec (#34902)
* Added to progress event to XHR as per spec

* TEST: ProgressEvent
2019-04-29 00:12:33 -07:00
Adam Zerella
2ed977bc7e Added type def for proclaim (#35041) 2019-04-29 00:08:13 -07:00
Paweł Dąbrowski
cecf36fdde Added types for reactour package (#35042) 2019-04-29 00:05:57 -07:00
Graham Dyson
0558f65597 Added type definition for string-pixel-width (#35046) 2019-04-28 23:59:44 -07:00