Commit Graph

47640 Commits

Author SHA1 Message Date
Gerhard Stöbich
53ab99ab97 [mongoose] Revert "Add useNewUrlParser parameter to mongoose" as the same was added already in #27050 (#27081) 2018-07-05 12:10:12 -07:00
Jason Unger
5db2874431 Add types for react-hammerjs@0.5 (#27079) 2018-07-05 11:54:30 -07:00
Jason Unger
917cb109d0 Add types for react-slider@0.8 (#27035)
* Add types for react-slider@0.8

* Fix export syntax
2018-07-05 11:04:49 -07:00
Gerhard Stöbich
a68fbbdb25 [chai] fix test (#27033) 2018-07-05 11:01:33 -07:00
RossGraeber
09cf201fe6 highcharts - Add interface for the wrapping and extension of tooltips. (#26962)
* Add interfaces for the wrapping and extension of tooltips.

* Add testing for wrapping tooltip behavior.
2018-07-05 10:18:36 -07:00
Achim Weimert
84c222d10b googlemaps: adapt to api changes (#26954)
* add missing response status codes

Added response status codes according to:
https://developers.google.com/maps/documentation/javascript/places#place_details_responses

* mark radarSearch as deprecated

https://developers.google.com/maps/documentation/javascript/places#radar_search_requests

* add new find places apis

https://developers.google.com/maps/documentation/javascript/places#find_place_requests
- findPlaceFromPhoneNumber()
- findPlaceFromQuery()

* add new fields parameter for place detail requests

https://developers.google.com/maps/documentation/javascript/places#place_search_fields

* add simple tests
2018-07-05 10:18:16 -07:00
Saulo Tauil
b42074d845 Adding more types to intercom-client (#26936) 2018-07-05 10:14:24 -07:00
Jinesh Shah
eb868d6677 Fixed headerLeft and headerRight props (#26881)
* Update index.d.ts

Fixed headerLeft and headerRight types

* Update index.d.ts
2018-07-05 10:14:11 -07:00
Atrahasis
96b2b69caa [@types/three]: Fix Object3D#clone. (#27058) 2018-07-05 10:12:41 -07:00
Klaas Cuvelier
98b8fc3a97 Add type definitions for react-notify-toast (#27052)
* Add type definitions for react-notify-toast

* use 4 spaces

* add comments

* Fix issues
2018-07-05 10:09:15 -07:00
Jiayu Liu
f83dee6c0e [wepy] modifying wx.request params (#27049)
* [wepy] modifying wx.request params

* updating code owners
2018-07-05 10:07:52 -07:00
Alex Brick
6361591c22 [splunk-bunyan-logger] Adding new type definition (#27041) 2018-07-05 10:05:49 -07:00
bangbang93
6c7e7b5a33 fix mockjs.Random.string() (#27057)
mockjs.Random.string() can be called without arguments.
2018-07-05 10:04:04 -07:00
Mariusz Szczepańczyk
6115750718 Add type definitions for get-folder-size (#27056) 2018-07-05 10:03:55 -07:00
Aayush Kapoor
54698152db Add millisecond package types (#27073)
* Add millisecond package types

* Update definition
2018-07-05 10:03:44 -07:00
Alexander T
9dfbd04087 Wrap events to NativeSyntheticEvent (#27059) 2018-07-05 10:02:32 -07:00
Daniela Yassuda
4ba531eaf9 Upgrade pretty-bytes to v5 (#27076) 2018-07-05 10:02:23 -07:00
Sander de Waal
fc2591bc1e Change columns argument in event callback to be an array. (#27075) 2018-07-05 10:00:34 -07:00
Jussi Kinnula
095474d038 Add useNewUrlParser parameter to mongoose (because of deprecation warning) (#27067) 2018-07-05 10:00:22 -07:00
Hugo Dozois
2d4997205e Add missing stripe.iinvoice fields (#27030)
- amount_paid, amount_remaining, billing, billing_reason, due_date, hosted_invoice_url, invoice_pdf, number
- added missing descriptions
- added `| null` to align with documentation
2018-07-05 10:00:11 -07:00
Derek Brown
61535bf64b Update index.d.ts (#27054) 2018-07-05 09:59:01 -07:00
Thomas Kempel
df41be52cf Add Function forceReRender() to Definitions (#27051) 2018-07-05 09:58:51 -07:00
Mahmoud Zohdi
3035b6849e add missing grantedScopes property in AuthResponse interface (#27043) 2018-07-05 09:58:28 -07:00
Mike North
2cf2ef209d [ember] - Add missing Ember.Route#intermediateTransitionTo method (#27031)
* Ember.Route#intermediateTransitionTo

* add self as contributor
2018-07-05 09:58:21 -07:00
Galymzhan Abdugalimov
dae079e5be [@types/mongoose] Added flag for useNewUrlParser in ConnectionOptions (#27050)
* feat(mongoose): Added flag for new url parser

* feat(mongoose): added test for useNewUrlParser flag

* feat(mongoose): bumped up mongoose version
2018-07-05 09:57:16 -07:00
Wong Yong Jie
63be35d54a [hapi] Statehood format/parse should return a Promise. (#27044)
According to the [Hapi documentation](https://hapijs.com/api#-await-serverstatesformatcookies), `server.states.format` and `server.states.parse` are awaitable functions.
2018-07-05 09:57:03 -07:00
Panagiotis Kapros
919aa8ed30 [@types/minio] Added metadata functionality (#26906)
* Added metadata functionality

* No need for seperate interface. Changed metadata values to any

* Added interface for item metadata

* bump version to 6.0
2018-07-05 09:56:00 -07:00
Francesco Benedetto
028b6d91ab Add 'onResize' callback definition (#26787) 2018-07-05 09:55:33 -07:00
Nathan Phillip Brink
cb5f92bed9 expo: Add Expo.Linking API. (#26793)
* expo: Add Expo.Linking API.

* expo: Add myself to the list of packagers.
2018-07-05 09:55:19 -07:00
Guillaume RODRIGUEZ
9629215c7a [Chart.js] Add static helpers (#27045) 2018-07-05 09:54:04 -07:00
Cerberuser
dff7d34a91 Cytoscape: small fixed for tests; many fixes for return values (#27062) 2018-07-05 09:53:50 -07:00
Dave
ade7469111 improve http-graceful-shutdown - library should also support https servers (#27028)
* improve http-graceful-shutdown - library should also support https servers, widen typings to accomodate

* fix test file

* tiny test change to kick off the build, makes it easier to tell what the first parameter is anyway
2018-07-03 15:39:23 -07:00
Billy Shih
8b168f1411 DomainPaddingPropType accepts x and y arrays (#26934)
See: https://formidable.com/open-source/victory/docs/victory-chart/#domainpadding
`type: number || array[left, right] || { x: [left, right], y: [bottom, top] }`
2018-07-03 15:13:00 -07:00
Pietro Paolo Vismara
fe521e8eb2 Added the IANAZone class for luxon (#26926)
* added a class for luxon.IANAZone

* added a test for luxon.IANAZone
2018-07-03 15:12:33 -07:00
Jason Unger
97d56c9a1b Add types for react-motion-ui-pack@0.10 (#27034) 2018-07-03 15:11:58 -07:00
Blaise Kal
f3c6f4aec3 New typings for zip-webpack-plugin (#27032)
* Typings for zip-webpack-plugin

* Switch to ReadonlyArray for include and exclude options

* Fix linting errors

* Fix TypeScript version
2018-07-03 15:11:41 -07:00
Jason Unger
9e79023693 Add types for react-gateway@2.8 (#27029)
* Add types for react-gateway@2.8

* Fix linting

* Remove unnecessary lib folder
2018-07-03 15:11:12 -07:00
Mike Deverell
9c7050dd4c [react-modal] add contentRef & overlayRef props (#27026) 2018-07-03 13:26:11 -07:00
Mengjo Rodrick Nfinyoh
592acfc14d Add-Type: mongodb-uri 0.9, https://github.com/mongolab/mongodb-uri-node (#27013)
* chore: initial commit

* feat(mongodb-uri): add types for mongodb-uri

* refactor(mongodb-uri): adjust to pass lint test

* Revert "chore: initial commit"

This reverts commit 51dab6d
2018-07-03 13:22:35 -07:00
Dan Freeman
c24807a001 [ember-qunit] Add definition for start() (#26925) 2018-07-03 12:56:59 -07:00
Suraiya Hameed
196b62209f [@types/tedious] Updating type definitions to match newer version of driver (#26887)
* fix: update and add missing functions and events

Remove internal and deprecated aliases for tedious TYPE.
Update tedious version and url.
Add and update declartions for missing events and function.

* Remove `declare` from interface declarations
2018-07-03 12:23:38 -07:00
Mohamed Hegazy
a3ab1ef816 Revert "update to graphql v14.0.0 (WIP) (#26601)" (#27027)
This reverts commit ff2bcafdd0.
2018-07-03 12:22:07 -07:00
Satinder
1f45ed19e8 @types/react-circular-progressbar: update component props according to project readme (#27024)
* Remove classForPercentage and textForPercentage

* update test case tsx for react-circular-progressbar
2018-07-03 11:30:34 -07:00
NattapongSiri
640661615e Define AggressiveSplitterPlugin in optimize namespace (#26900)
* Define AggressiveSplitterPlugin in optimize namespace

* Fix lint failures
2018-07-03 11:30:02 -07:00
Frederic Morel
e0ca316fb7 Add .container to ChartSpecs (#26989)
Can be given element instead of container ID
2018-07-03 10:20:38 -07:00
mtgto
dc86478557 Add a definition of atlassian-crowd-client (#26782)
* Add a definition of atlassian-crowd-client

* [atlassian-crowd-client] Fix a wrong definition.

* Add `"strictFunctionTypes": true`

* [atlassian-crowd-client] Fix a compile error.

* [atlassian-crowd-client] Use `export =` instead of `export default`.

* Use `export =` instead of `export default`

* Use `import = require`
2018-07-03 10:05:55 -07:00
Curtis Layne
deb7d8beaf [@types/graphql] Add generic type on ExecutionResult (#26763)
* [@types/graphql] Add generic type on ExecutionResult

Without a generic type on ExecutionResult we can't have typesafe
operations.

* Add default type to the generic so it's not a breaking change

* Don't make TData readonly
2018-07-03 10:02:54 -07:00
Brendan McGuire
3a151309f6 Add typings for vexdb (#26942)
* Vastly improve quality of types

* Init Commit

* Add README

* Comply with linting

* Add editor config, and remove README

* Add back editor config

* Remove extra file

* Add new line
2018-07-03 09:53:16 -07:00
Andy
773099d82b Add 'package.json's for winston dependencies (#27020) 2018-07-03 09:52:26 -07:00
overthesanity
7d2faae15d [@types/webpack-dev-server] Module augmentation and descriptions for type defs (#26895)
* Make module augmentation and update type defs for webpack-dev-server

* Make module augmentation and update type defs for webpack-dev-server

* Make module augmentation and update type defs for webpack-dev-server

* Make module augmentation and update type defs for webpack-dev-server
2018-07-03 09:39:38 -07:00