ramlez
775ade8fa6
[BSON] add types for missing calculateObjectSize method ( #24901 )
2018-04-11 12:08:06 -07:00
Kalle Ott
aca7b39f77
typings update to catch up with current version of react-virtualized ( #24900 )
...
* typings update to catch up with current version of react-virtualized
* fixed lint errors
* fixed ts version
* fixed void return type of defaultProps functions
* changed interface to type for better consistency
2018-04-11 12:07:45 -07:00
xcq1
c95f6e951b
Nightwatch: Fix signature of frame ( #24897 )
2018-04-11 12:06:26 -07:00
Michael Auer
21d3f1d7f9
@types/leaflet enhance return types of L.Polyline.getLatLngs() to support nested arrays of LatLng ( #24030 )
...
* Update index.d.ts
enhanced possible types of the return value for nested arrays of Polyline or Polygon
* Update index.d.ts
changed "Definitions by" in header section
2018-04-11 11:59:47 -07:00
Justin Rockwood
d22c027901
fix(fs-extra): copy can take an async filter function ( #24888 )
2018-04-11 11:59:19 -07:00
Alan Agius
66b655cb71
fix: make spyOn typesafe with keyof ( #24912 )
2018-04-11 11:59:03 -07:00
ThierryLehoux
8ad05d59bc
express-winston: add the boolean meta option of the logger in the d.ts ( #24842 )
2018-04-11 11:58:38 -07:00
DonatienCorrea
47ba52eb87
[google.picker] Add setMaxItems method to the PickerBuilder ( #24896 )
2018-04-11 11:58:19 -07:00
Joscha Feth
ddfe9e664b
@storybook/addon-knobs: groupId ( #24797 )
...
* @storybook/addon-knobs: groupId
* no spaces
* Update index.d.ts
* Update index.d.ts
* Update index.d.ts
2018-04-11 11:58:06 -07:00
Anthony Ciccarello
6e26904116
use npm export syntax in adal-angular ( #24727 )
...
* (adal-angular) export AuthenticationContext as module
* add adal-angular properties and tests
* add adal-angular properties and tests
* add response type property
* fix testing errors
* add esModuleInterop support
2018-04-11 11:57:04 -07:00
Sebastian Schocke
542bf50d12
Update Html2CanvasOptions accordingly for v1.0 ( #24761 )
...
Update Html2CanvasOptions to reflect the available options according to documentation on http://html2canvas.hertzen.com/configuration/ on version 1.0
2018-04-11 11:53:29 -07:00
Ben Saufley
1114fdf412
Adjust css export ( #24771 )
2018-04-11 11:52:53 -07:00
Aankhen
c73b50e6c5
Add types for gulp-responsive-images. ( #24885 )
2018-04-11 11:48:34 -07:00
Aankhen
342f054c77
Add rename types ( #24887 )
2018-04-11 11:48:07 -07:00
Aankhen
abad5a877b
Add gulp-change types. ( #24890 )
2018-04-11 11:45:57 -07:00
Aankhen
8b636fd9a8
Add gulp-image types. ( #24889 )
2018-04-11 11:45:43 -07:00
Walter Rumsby
b46ec025ce
Add typings for mem-fs-editor ( #24886 )
...
* Add mem-fs-editor
* Tidy up imports
* wip
* Typings for mem-fs-editor
* Change type to ReadonlyArray<Transform>
* Bump minimum TypeScript version based on requirements of EJS
* revert
* ...
2018-04-11 11:43:07 -07:00
Aankhen
53714e16a5
Add gulp-image-resize types. ( #24894 )
2018-04-11 11:42:15 -07:00
Rodrigo Weber
2a5c6453e9
Add typings react-native-bluetooth-serial ( #24908 )
2018-04-11 11:39:29 -07:00
Sine
81d0e4984d
Added type definitions for 'oauth' (a.k.a. 'node-oauth') ( #24882 )
...
* added declarations for oauth (a.k.a. 'node-oauth')
* fixed tsconfig.json
* cleaned up unecessary dependency on new TS version
2018-04-10 13:42:47 -07:00
Gerhard Stöbich
a9ae33a9f6
[node] Sync v8 and v9 ( #24852 )
...
* [node] Sync v8 and v9
* sync vm test added in v8 only
2018-04-10 12:19:17 -07:00
Daryl LaBar
499d03f7f5
Xrm: Added New Collection interface defined via the client Web Api ( #24850 )
...
* An assumption was made that the string indexable collections new with Xrm 9 applied to all collections. They don't. I've have added seperate collection index to be able to allow for the string indexability of the new collections.
* Added back accidently removed overlaod
* F
* Fixed Dictionary Back to previous Name
2018-04-10 11:16:01 -07:00
Shadowglen Elf
1efaacbdd0
props in cloneElement should be Partial<P> & Attributes instead of workaround ( #24641 )
2018-04-10 10:44:49 -07:00
Kiyotoshi Ichikawa
5a7d2de9b2
[browser-sync] Type definition for Option type is missing many valid properties. ( #24739 )
...
Also appending tests to cover newly added properties/interfaces.
2018-04-10 10:42:53 -07:00
tkohr
b98b4e9c9a
Add missing options to NavigationControl ( #24878 )
...
Add boolean options showCompass and showZoom to NavigationControl like documented: https://www.mapbox.com/mapbox-gl-js/api/#navigationcontrol
2018-04-10 10:30:46 -07:00
Yuki Nishijima
354aa1f293
Make Overlay.OverlayProps importable ( #24881 )
2018-04-10 10:30:09 -07:00
Makoto Sakaguchi
bce06c637e
[tar-fs] Add missing options ( #24880 )
...
* Format
* Define the return type
* Move some properties of ExtractOptions into Options
* Minorchange
2018-04-10 10:28:53 -07:00
Jack
bd402d4157
fix(diff): update diffArrays return value type to support arrays ( #24869 )
2018-04-10 10:28:26 -07:00
Lior Chen
e42e0bde81
fix(restangular): remove duplicate IScopedService ( #24865 )
2018-04-10 10:27:08 -07:00
Ferdy Budhidharma
130f2eec2f
[react] add forwardRef and createRef functions for React v16.3 ( #24624 )
...
* feat(react): add forwardRef and createRef functions
* fix(tests): fix failing tests
- datepicker needs to be updated to use optional generic types since it was using ClassAttributes incorrectly
2018-04-10 10:22:57 -07:00
Rasmus Eneman
5515e867df
[react-dom] fix signature of findDOMNode ( #24211 )
...
fixes #24167
2018-04-10 10:21:14 -07:00
Sergei Dorogin
7f2ac5d513
Handlebars: improved typings ( #23215 )
...
* Handlebars: Added HelperDelegate and HelperOptions interfaces, data field to RuntimeOptions
WIP
* Handlebars:
Added HelperDelegate and HelperOptions interfaces, TemplateDelegate, Template
RuntimeOptions: added data and blockParams fields
registerHelper and registerPartial methods: typed signatures for callbacks (HelperDelegate)
* Handlebars:
SafeString and Utils were moved into Handlebars namespace
fix: added tests into tsconfig.json::files
fix: handlebars-tests.ts: made tslint happy
* Handlebars: updated authors, bumped up version (to the latest 4.0.11)
* small fixes of typos (missing semicolons)
2018-04-10 10:19:30 -07:00
falsandtru
b24419795d
power-assert: Update APIs ( #24578 )
...
* Update APIs
* Update header
2018-04-10 10:16:16 -07:00
Mohsen Azimi
5193c7c6ed
Add string option for vm.runIn*Context methods in Node.js typing ( #24798 )
...
* Add string option for vm.runIn*Context methods
* Add test
* lint
2018-04-10 10:15:37 -07:00
RalfNieuwenhuizen
8f457e08d0
Callback function typings for PushNotificationIOS ( #24867 )
...
* Callback function typings for PushNotificationIOS
Allow the different kind of callback functions for different events in the `PushNotificationIOS` class, according to the specification in https://facebook.github.io/react-native/docs/pushnotificationios.html#addeventlistener
* Remove trailing spaces
* Fix line length
2018-04-10 10:15:04 -07:00
Janeene Beeforth
74782d2c50
[react-bootstrap]: Add missing mountOnEnter prop for TabPane. ( #24874 )
2018-04-10 10:14:28 -07:00
noticeMaker
52ff77428a
added new type definition for npm package express-xml-bodyparser v0.3 ( #24870 )
2018-04-10 10:14:16 -07:00
Vilim Stubičan
7780641c37
type definitions for axon ( #24877 )
2018-04-10 10:13:33 -07:00
Eloy Durán
2cb131bbd9
Merge pull request #24868 from VincentLanglet/xmlHttpRequest
...
Avoid error with XMLHttpRequest = originalXMLHttpRequest || XMLHttpRe…
2018-04-10 09:01:10 -04:00
Vincent Langlet
dc5668557c
Avoid error with XMLHttpRequest = originalXMLHttpRequest || XMLHttpRequest
2018-04-10 12:14:55 +02:00
Eloy Durán
e36116f93c
Merge pull request #24861 from hippware/master
...
react-native: add `caretHidden` to TextInputProperties
2018-04-09 21:18:38 -04:00
Eric Kirkham
57238f66d8
add default value
2018-04-09 16:40:08 -07:00
Andy Patterson
21e5370ae9
[@types/mathjs] enable linting ( #24725 )
...
* [@types/mathjs] enable linting
* [@types/mathjs] add username to definitions
* [@types/mathjs] remove redundant jsdoc annotations and export statements
2018-04-09 16:31:31 -07:00
Matt Traynham
951c4f05dc
Update supports color to 5.3 ( #24745 )
...
* Update supports color to 5.3
* Correct lint issue with supports-color v3
* Remove extra `export`
2018-04-09 16:24:54 -07:00
Rasmus Eneman
bf0dd39818
Improve type inference of react-redux ( #24764 )
2018-04-09 16:23:25 -07:00
Fluccioni
d1d68e7452
Add google pay web api definitions ( #24860 )
2018-04-09 16:22:03 -07:00
Rob
c0d45f6810
Added typings for next/config. ( #24815 )
2018-04-09 16:20:53 -07:00
Eric Kirkham
fd5d770d39
add caretHidden to TextInputProperties
2018-04-09 16:14:33 -07:00
Andy
c2724adc96
wordcloud: Lint and expose as a module ( #24845 )
2018-04-09 14:10:29 -07:00
Zbyszek Wieczorek
467b78e8b1
Mssing datepticker orientation options: ( #24827 )
...
https://bootstrap-datepicker.readthedocs.io/en/stable/options.html#orientation
taken from author's online demo:
https://uxsolutions.github.io/bootstrap-datepicker/
2018-04-09 14:08:31 -07:00