Commit Graph
22396 Commits
Author SHA1 Message Date
Steven SilvesterandMasahiro Wakame 3ec1144313 Add typings for xterm (#12068)
* Add typings for xterm

* Update api and add tests

* Fix header format

* Update header
2016-10-19 21:59:13 +09:00
erikgerritsandMasahiro Wakame ab1c796a50 vectorious - new type definition (#12064)
* vectorious

* Added test script to vectorious
2016-10-19 21:56:42 +09:00
Ben DixonandMasahiro Wakame 28a647e984 Add Awesomplete definitions (#12061)
* Add Awesomplete definitions

Fixes #8024.

* Add additional tests
2016-10-19 21:56:22 +09:00
Tim PerryandMasahiro Wakame 988a48ab2c Stop net.Server incorrectly extending net.Socket (#12056) 2016-10-19 21:53:45 +09:00
TANAKA KoichiandMasahiro Wakame 21d608a069 Add definition for bwip-js (#12054)
Project: https://github.com/metafloor/bwip-js
npm: https://www.npmjs.com/package/bwip-js
2016-10-19 21:47:36 +09:00
Jed BorovikandMasahiro Wakame 22278302bd Update react-modal.d.ts (#12043) 2016-10-19 21:47:16 +09:00
Doug NiccumandMasahiro Wakame cc428eea78 Fixes Materialize carousel option attribute type. (#12049)
* Changes the attribute type for the full width slider

* Updates the test with the new full_width attribute definition
2016-10-19 21:45:58 +09:00
Steve HipwellandMasahiro Wakame 1556184ca6 Added valid-url.d.ts (#12042) 2016-10-19 21:43:58 +09:00
Steve HipwellandMasahiro Wakame d1267a71fe Sinon mongoose (#12039)
* Added sinon-mongoose.d.ts

* Fixed new lines

* Renamed tests file
2016-10-19 21:43:32 +09:00
emazv72andMasahiro Wakame 513b1012d0 google-libphonenumber: missing PhoneNumberUtil.isPossibleNumber (#12018)
* missing IsPossibleNumber

* missing IsPossibleNumber
2016-10-19 21:42:33 +09:00
James BracyandMasahiro Wakame aa073574a3 Adding pg-types (#12037) 2016-10-19 21:26:52 +09:00
rasmusvhansenandMasahiro Wakame 03b3450d08 CodeMirror: To Parameter is optional in replaceRange (#12035) 2016-10-19 21:18:46 +09:00
Derrick LiuandMasahiro Wakame 8b73f40dc9 http-errors: add 421 constructor and make sure all constructors can take optional messages (#11927)
* Add optional msg parameter to all constructors, add 421 constructor

* Add tests for updating to 1.5.0 and adding custom messages
2016-10-19 21:18:34 +09:00
Dave AldenandMasahiro Wakame d44a97ead1 Phonegap istablet and phonegap launch navigator (#12004)
* Add definition and tests for phonegap-istablet

* Add definition and tests for phonegap-launch-navigator

* Bug fix for phonegap-istablet: window.isTablet is a boolean not a function

* Rename folders to use NPM package names instead of Github repo names

* Rename files to use NPM package names instead of Github repo names

* Update files to use NPM package names instead of Github repo names

* Fix version naming conventions
2016-10-19 21:16:11 +09:00
Ben SpeakmanandMasahiro Wakame cc7b8dcede Add aws-serverless-express definitions (#12030) 2016-10-19 21:14:36 +09:00
Noah HambayiandMasahiro Wakame 715c3d55d7 Added supporty for the 'directory' and 'bulk' functions of Archiver JS (#12011)
* Added support for the "directory"  and "bulk" function calls
https://archiverjs.com/docs/lib_core.js.html#line631
https://archiverjs.com/docs/lib_core.js.html#line559

* added funtion overloads and unit tests.

* added returntype to bulk
2016-10-19 21:14:05 +09:00
Longzhang TianandMasahiro Wakame 09fd5a155b Type definitions for koa-session-minimal v3.x (#12029) 2016-10-19 21:12:47 +09:00
Linda_ppandMasahiro Wakame 3a61c9ee44 Add missing argv0 property to NodeJS.Process (#12027)
Document:

https://nodejs.org/api/process.html#process_process_argv0

This was added at v6.4.0.
2016-10-19 21:12:05 +09:00
York YaoandMasahiro Wakame 35f82623a1 add definition of tesseract.js (#11978)
* add definition of tesseract.js

* change `type` to `interface` as much as possible
2016-10-19 21:08:57 +09:00
Tirth PatelandMasahiro Wakame a9ebd4adc4 Fix return type of addSeries (#11620)
* Fix return type of addSeries

* Revert "Fix return type of addSeries"

This reverts commit 409c92aeb4649aff41093bd24652cb298becac23.

* addSeries returns SeriesObject
2016-10-19 21:08:09 +09:00
Michael BuiandMasahiro Wakame 072d9db2ee Update ScrollSpyOptions definition (#11936)
Latest options as in http://materializecss.com/scrollspy.html
2016-10-19 21:05:18 +09:00
Michael LedinandMasahiro Wakame 7de2734e38 material-ui v0.16.0 (#11996)
* Copy 0.15.1 to legacy.

* 0.15.2 - DatePicker dialogContainerStyle https://github.com/callemall/material-ui/pull/4355

* 0.15.2 RadioButton change value type to any https://github.com/callemall/material-ui/pull/4510

* 0.15.2 - SelectField maxHeight https://github.com/callemall/material-ui/pull/4645

* 0.15.2 - Slider sliderStyle https://github.com/callemall/material-ui/pull/4617

* 0.15.2 - Vertical/reversible sliders https://github.com/callemall/material-ui/pull/4571

* 0.15.3 - AutoComplete textFieldStyle https://github.com/callemall/material-ui/pull/4853

* 0.15.3 - Forwarding Popover animation - https://github.com/callemall/material-ui/pull/4702

* 0.15.3 - RadioButtonGroup change defaultSelected and valueSelected type to any - https://github.com/callemall/material-ui/pull/4807

* 0.15.3 - change Snackbar action type to node - https://github.com/callemall/material-ui/pull/4716

* 0.15.4 - ListItem open https://github.com/callemall/material-ui/pull/4850

* 0.16.0-rc1 - CircularProgress thickness

* 0.16.0 - Remove deprecated code - https://github.com/callemall/material-ui/pull/4987

* 0.16.0-rc1 Rename MakeSelectable to makeSelectable - https://github.com/callemall/material-ui/pull/5025

* 0.16.0-rc2 - AutoComplete popoverProps - https://github.com/callemall/material-ui/pull/5064

* 0.16.0-rc2 RaisedButton buttonStyle - https://github.com/callemall/material-ui/pull/5196

* 0.16.0-rc2 - Switch thumbSwitchedStyle and trackSwitchedStyle - https://github.com/callemall/material-ui/pull/5106

* 0.16.0-rc2 - Snackbar contentStyle - https://github.com/callemall/material-ui/pull/5205

* Remove duplicate attribute.

* Removed not documented attributes.

* Update version to 0.16.0.

* Fix paddings.

* Remove usage of deprecated React.Props.
2016-10-19 21:03:56 +09:00
Basarat Ali SyedandGitHub 35b2457525 Merge pull request #12036 from screendriver/ora
Fixed type definitions for ora v0.3.0
2016-10-18 14:01:26 +11:00
Christian Rackerseder 36b5f7e573 Fixed type definitions for ora v0.3.0 2016-10-17 18:00:33 +02:00
Andrew ShortandMasahiro Wakame da2ec68366 Add typings for xmlrpc (#12021) 2016-10-16 23:36:08 +09:00
qookieandMasahiro Wakame 455bf06f0a Update velocity-animate.d.ts (#12020) 2016-10-16 23:35:52 +09:00
Remo H. JansenandMasahiro Wakame bf06cb0670 Added type definitions for react-side-effect (#12015) 2016-10-16 23:32:51 +09:00
Niels Kristian Hansen SkovmandandMasahiro Wakame fd9811c760 Spotify api update (#12009)
* Add audio features response

* Change var to const in test-file, correct a duplicate name

* Moved PagingObjects into the alphabetical list

* Add Recommendations based on seeds

* Add Get a User’s Top Artists and Tracks

* Add constants as object types

* Add version information

* Attempt to fix header
2016-10-16 23:27:36 +09:00
Ryan PriceandMasahiro Wakame e6215d4444 Define string key for AxiosXHRConfigBase.headers (#11976)
When setting headers, tsc complains that "Index signature of object type implicitly has an 'any' type."
E.g. ajaxSettings.headers["Authorization"] = "secret";
2016-10-16 23:26:54 +09:00
Thodoris GreasidisandMasahiro Wakame 34e2854b9e Improve local forage (#11756)
* feat(LocalForage): add missing tests

* feat(LocalForage): refactor & extend the Driver type

* fix(LocalForage): change Driver's _support
2016-10-16 23:26:22 +09:00
Chui TeyandMasahiro Wakame dfc68343e5 Added typings for uritemplate (#12006) 2016-10-16 23:26:04 +09:00
Stefan DobrevandMasahiro Wakame c180768334 [material-ui] Add target property to buttons (#11705)
Button's target is passed to the underlying EnhancedButton properties: https://github.com/callemall/material-ui/blob/master/src/internal/EnhancedButton.js#L330

Bonus: Refactor the `href` property to be available in the base class.
2016-10-16 23:24:15 +09:00
harikvandMasahiro Wakame dc9941cbf8 Updated pull request for npm bases module (#12003)
* Added typings for npm bases module (https://www.npmjs.com/package/bases)

* Fixed import in test to pass ES6 compile flag
2016-10-16 23:20:29 +09:00
lkchenandMasahiro Wakame 3d0687155b add typings for d3-slider (#11861)
* add d3-slider

[d3-slider](https://github.com/MasterMaps/d3-slider)

* rename d3-slider to d3.slider
2016-10-16 23:12:54 +09:00
Stepan RihaandMasahiro Wakame d7da3c0213 add angularjs $q.when() overloads (#11961) 2016-10-16 22:39:26 +09:00
Cyril GandonandMasahiro Wakame b9ac2a9ffd Add stackLabels property into HighchartsAxisOptions interface (#11513)
* Add stackLabels property into HighchartsAxisOptions interface

Documentation: http://api.highcharts.com/highcharts/yAxis.stackLabels

* Use HighchartsCSSObject type instead of Object for style property

* Rename HighchartsCSSObject to CSSObject following the merge
2016-10-16 22:21:30 +09:00
TonyYangandMasahiro Wakame 272ae64e97 [string-template] Add a new type definition (#11949)
* Create string-template.d.ts

* Create string-template-tests.ts
2016-10-16 22:15:54 +09:00
Max LoebandMasahiro Wakame 0659fbb051 add type property (#11669) 2016-10-16 22:13:05 +09:00
Stef HeyenrathandMasahiro Wakame 0699fa8706 Fix older compatible functions on the aws-lambda context (#11924)
* Updated aws-lambda

Fixed issue #10956

* Bring back old functions for Node.js Runtime v0.10.42

Bring back old functions for Node.js Runtime v0.10.42

* Fix older compatible functions on the aws-lambda context definition

Fix older compatible functions on the aws-lambda context definition
2016-10-16 22:12:06 +09:00
Arthur OzgaandGitHub 3f67905cbe Merge pull request #11928 from shantanubhadoria/master
new types for npm ejson library
2016-10-14 15:25:11 -07:00
Arthur OzgaandGitHub f98330803d Merge pull request #11794 from miniak/electron
Update to Electron 1.4.3
2016-10-14 15:23:23 -07:00
Arthur OzgaandGitHub 7080739c07 Merge pull request #11987 from hersing/clipboard-js-Number
Changed so language also returns a string, and key is optional
2016-10-14 14:40:34 -07:00
Arthur OzgaandGitHub 68011d3a6e Merge pull request #11974 from rokoroku/patch-1
[hapi] Add ICatBoxCachePolicyOpotions
2016-10-14 14:36:44 -07:00
Arthur OzgaandGitHub 55d164e857 Merge pull request #11997 from phreed/master
introduction of typings for N3, the RDF tool
2016-10-14 14:29:59 -07:00
Arthur OzgaandGitHub 7708d74aac Merge pull request #11993 from nixar/tlssocket
Constructor for node tls.TLSSocket
2016-10-14 13:14:11 -07:00
Fred Eisele aa1764792c typescript 2.0 features not yet available 2016-10-14 14:39:27 -05:00
Fred Eisele 6af6b73bf3 typescript 2.0 features not yet available 2016-10-14 14:36:28 -05:00
Fred Eisele 4b40619a6c trying to trigger Travis CI 2016-10-14 14:33:02 -05:00
nixar 35edbc5cd8 Put start/end jsdoc markers on their own line 2016-10-14 21:18:13 +02:00
Fred Eisele 4a5a572f88 introduction of typings for N3, the RDF tool 2016-10-14 14:04:41 -05:00