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
Adam Zerella
a9cb5fa8b8
Adding type defs for y18n ( #35050 )
2019-04-28 23:58:52 -07:00
Adam Zerella
5de1470697
Adding type defs for format-util ( #35052 )
2019-04-28 23:57:42 -07:00
Adam Zerella
d8e0586da4
Added type defs for balanced-match ( #35051 )
2019-04-28 23:55:41 -07:00
TokugawaT_YD
088f477d65
Types for imagemin-pngquant ( #35068 )
...
* clear to tests
* clear to tests
* clear to tests
* tslint passed
2019-04-28 23:54:54 -07:00
Dimitri Benin
99c7e06f5e
Deprecate types for packages that provide their own types ( #34900 )
2019-04-28 23:50:15 -07:00
carlzogheib
1d1bbccd34
Re-use RestartPolicy interface in HostConfig ( #35069 )
2019-04-28 23:36:19 -07:00
alesn
df9e5c0571
[meteor] Added more detailed definitions for Meteor ( #34957 )
...
* Added more detailed defs for Accounts functions & related Errors
* Added more detailed Meteor declarations
Added more detailed Meteor declarations
* Assets may be undefined
2019-04-28 23:35:38 -07:00
Raghuram Iyer "Ragzzy-R
c164beda6a
Added Type Definition for the missing onRowDoubleClicked() in React-Data-Grid ( #34961 )
...
* added type definition for the missing onRowDoubleClicked() in types/react-data-grid
* fixed the format issues cause by my local vscode formatter.
2019-04-28 23:28:15 -07:00
Simen Bekkhus
8863bfc9b9
[connect-redis]: add client property to store ( #34937 )
2019-04-28 23:26:15 -07:00
Tom Klaver
3362a3fb03
Add missing Body methods applyLocalForce, applyLocalImpulse ( #35060 )
...
http://schteppe.github.io/cannon.js/docs/classes/Body.html#method_applyLocalForce
2019-04-28 23:24:40 -07:00