Commit Graph

43788 Commits

Author SHA1 Message Date
Omar Diab
ea718d99b4 [react-intl] FormattedMessage children prop (#24670) 2018-04-09 10:42:41 -07:00
Stian Didriksen
710de9e694 Fix blunder in #24691 (#24693)
noModule got added to the wrong element (doh)
2018-04-09 10:41:45 -07:00
Jack
1945bf693b feat(diff): update types to support v3.5 (#24697) 2018-04-09 10:40:45 -07:00
Wooseop Kim
4f156d89a5 Add sharp.SharpInstance#toBuffer({ resolveWithObject: boolean }) overloads (#24703) 2018-04-09 10:36:50 -07:00
Brian D
94634500dc Victory Charts: VictoryLegend - adds optional fill parameter to symbol object; Adds optional itemsPerRow (#24687)
* Victory Charts: added fill parameter

* Adds 'itemsPerRow' to VictoryLegend

http://formidable.com/open-source/victory/docs/victory-legend/
2018-04-09 10:36:12 -07:00
Anne-VI
bf9ad949f1 Update index.d.ts - made interface properties optional (#24826) 2018-04-09 10:35:51 -07:00
Alexey
e101bf4971 formidable - maxFileSize prop add (#24689)
* maxFileSize prop add

Add maxFileSize

* maxFileSize prop add

Add maxFileSize property
2018-04-09 10:32:54 -07:00
Justin Francos
0b59f703b5 Update to Auth0LockConstructorOptions (#24781)
The member 'avatar' should allow 'null', to be consistent with the documentation at:
https://auth0.com/docs/libraries/lock/v11/configuration#avatar-object-

I discovered this when I was trying to figure out why I was seeing 404 errors to gravitar.com in my browser console when logging in.
2018-04-09 10:32:40 -07:00
TheBekker
6e605f1695 Add io:any to boardoptions interface to allow passing in io at init of board (#24786) 2018-04-09 10:32:23 -07:00
Martijn Verbakel
0b4845442c [luxon] Splitted min and max in a function that only returns undefined and a function that only returnes a DateTime. (#24715) 2018-04-09 10:32:12 -07:00
Joha2n
3321a12dc9 feat(react-bootstrap/fade): update props interface (#24763)
- add missing mountOnEnter
- rename transitionAppear to appear
2018-04-09 10:29:54 -07:00
Marks Polakovs
3f8c6acca1 [hubot] Add type for Robot.adapter (#24735)
* Type Response and ListenerCallback to avoid any type

* Add tests for adapter type
2018-04-09 10:29:41 -07:00
leozhao0709
67c33c9335 add proxy for StrategyOptions (#24784)
This proxy property is used for some like heroku product using.
2018-04-09 10:28:59 -07:00
Pras Velagapudi
2a75536304 [stripe] Fix typo in IProductCreationOptions. (#24796)
* [stripe] Fix typo in `IProductCreationOptions`.

The `IProductCreationOptions` interface mistakenly lists `attribute` instead of `attributes` as a property.

This does not not match [the API specification for product creation](https://stripe.com/docs/api#create_product), and attempting to actually populate this field results in: `Error: Received unknown parameter: attribute`.

Changing this value to `attributes` successfully allows `stripe.products.create()` calls to succeed in populating attributes.

* Added `attributes` to tests for product creation.
2018-04-09 10:23:54 -07:00
Maciej Goszczycki
7fa673a804 react-virtualized: Allow null tabIndex (#24777) 2018-04-09 10:23:36 -07:00
Max Rumpf
089d570806 [types/ejs] Also return undefined in Cache.get() (#24807)
As lru-cache has `V | undefined`, this `get()` function should also mark undefined as possible return type to allow assigning an LRU to `cache`.
2018-04-09 10:23:22 -07:00
FishOrBear
c261382807 <threejs> Geometry: Move computeLineDistance() to Line (#24803)
* add 'Texture' attribute: 'center','rotation'

* add 'ShapeBufferGeometry'

* Geometry: Move computeLineDistance() to Line

* return this
2018-04-09 10:23:11 -07:00
Stefan Lacatus
882c7f3829 [Three] Added missing methods in Transform Controls (#24819)
* Update three-transformcontrols.d.ts

Added missing methods

* Update three-core.d.ts

Added missing isMesh prop
2018-04-09 10:22:59 -07:00
Simon Buchan
78350168c5 [aws-lambda] Rutime node8.10 support. (#24823)
Bump version to 8.10 to match current runtime, allow returning result promises in handlers.
2018-04-09 10:21:48 -07:00
Felix
e2efee7a56 radium: update typings to fit with new default export in radium >= 0.22.0 (#24686)
* radium: update typings to fit with new default export in radium >= 0.22.0

* radium: replace tabs with spaces

* radium: updated radium version number in header comment
2018-04-09 10:03:42 -07:00
Dylan Simon
00ca94db93 chart.js: add ChartOptions.onHover alias and amend type (#24740)
Present in 2.7 as per docs and code
2018-04-09 10:02:39 -07:00
milan-mimra
6a75839b6f [express-jwt] Fixed UnauthorizedError definiton - #22781 (#24776) 2018-04-09 10:02:01 -07:00
Edo Rivai
4fec28ab9a [nock] Add Promise based Nock Back types (#24808)
* [nock] Add Promise based Nock Back types

Documentation:
https://github.com/node-nock/nock#nock-back

* [nock] Add test for promised nockBack
2018-04-09 10:01:37 -07:00
Furos86
7dd9844eae Added onProgress and onError arguments to the load function of MaterialLoader (#24834)
see https://threejs.org/docs/#api/loaders/MaterialLoader.load
2018-04-09 10:01:15 -07:00
Omar Diab
6235cb3eb1 add react-mailchimp-subscribe (#24783) 2018-04-09 10:00:13 -07:00
Vincent Langlet
13a7c42013 [react-native-i18n] Add type for react-native-i18n module (#24790)
* Add type for react-native-i18n

* Fix tests with correct typescript version
2018-04-09 09:59:36 -07:00
Vincent Langlet
d4cb87d64d Add type for react-native-version-number module (#24789) 2018-04-09 09:59:12 -07:00
Vincent Langlet
65f148de7d Add type for react-native-permissions (#24793) 2018-04-09 09:58:52 -07:00
Angel Merino
ad0637bfe3 Add types for dnssd (#24760)
* Added types for dnssd

* Cosmetics, test passed

* Removed unused rules
2018-04-09 09:56:02 -07:00
Christian Chown
6fda8a5f9d react-native-photo-view initial commit (#24812) 2018-04-09 09:54:16 -07:00
Christian Chown
6a9edddf73 react-native-android-taskdescription initial commit (#24813) 2018-04-09 09:53:58 -07:00
Wu Haotian
89fba32869 Added new type definition for npm package fb-watchman 2.0.0 (#24825) 2018-04-09 09:48:55 -07:00
Karol Majewski
6bd12e9136 Create definitions for dotenv-webpack (#24828) 2018-04-09 09:47:24 -07:00
Pine Mizune
0a20ea4ad9 add jquery-drawer (#24840) 2018-04-09 09:35:40 -07:00
Nathan Shively-Sanders
d67a878619 Merge pull request #24690 from efokschaner/master
webvr-api: Make webvr-api consistent with latest lib.es6.d.ts
2018-04-09 09:35:32 -07:00
Jacob
baaab3299c Added new type definition for npm package strong-error-handler v2.3 (#24821)
* added new type definition for npm package strong-error-handler v2.3

* Updated strict null checks to true, tsconfig

Per reviewers request, updated tsconfig strictnullchecks true
2018-04-09 09:35:10 -07:00
Paul van Brenk
81777459d7 Merge pull request #24750 from ClearBlade/clearbladejs
Added type definitions for clearbladejs-client, clearbladejs-server, clearbladejs-node
2018-04-06 14:28:31 -07:00
Jim Bouquet
bfaaf9272a Modified tslint.json files to enable most rules. Cleaned up code to remove lint errors. 2018-04-06 16:15:11 -05:00
Paul van Brenk
f84cc39db3 Merge pull request #24743 from AndersonFriaca/jquery-countto
Jquery countto
2018-04-06 13:26:21 -07:00
Paul van Brenk
8c8e7f42c5 Merge pull request #24751 from JoshuaKGoldberg/expect-puppeteer-match
Hackily added toMatch to expect-puppeteer
2018-04-06 13:25:35 -07:00
Paul van Brenk
a31ee99bcd Merge pull request #24774 from petejohanson/whatwg-mimetype
Add whatwg-mimetype definition.
2018-04-06 13:24:56 -07:00
Paul van Brenk
7dbcff6168 Merge pull request #24766 from dawnmist/newDefinition/jest-image-snapshot
[jest-image-snapshot]: New type definitions.
2018-04-06 13:24:01 -07:00
Paul van Brenk
9f18dc7fff Merge pull request #24767 from dawnmist/newDefinition/jest-specific-snapshot
[jest-specific-snapshot]: New definition.
2018-04-06 13:23:34 -07:00
Paul van Brenk
9617b47926 Merge pull request #24762 from squat/react-webcam
Add types for react-webcam
2018-04-06 13:20:56 -07:00
Paul van Brenk
88e242e676 Merge pull request #24757 from euxn23/detect-browser/add_browser_info_type
Detect browser/add browser info type
2018-04-06 12:51:16 -07:00
Paul van Brenk
3b6a287566 Merge pull request #24749 from timn/master
c3: add missing fields in LegendOptions
2018-04-06 12:50:39 -07:00
Paul van Brenk
eac0aa7024 Merge pull request #24747 from herrstucki/remove-catalog
Remove catalog
2018-04-06 12:48:43 -07:00
Paul van Brenk
63b5c45b67 Merge pull request #24746 from julien-c/master
[mongodb] since v3 of the driver, `aggregate` calls back with an Aggr…
2018-04-06 12:47:04 -07:00
Paul van Brenk
9dd7c8d344 Merge pull request #24748 from repl-chris/KinesisDataStreamEvent
Added AWSLambda.KinesisDataStream event type definitions (aws-lambda)
2018-04-06 12:46:14 -07:00
Paul van Brenk
43dbe3703b Merge pull request #24737 from osenvosem/master
[Mongoose] Update pre hooks type definitions
2018-04-06 12:45:14 -07:00