Radu Woinaroski
f0f507bdc7
fixed merge conflict mistake
2016-06-04 17:28:31 +02:00
Radu Woinaroski
c316b014dc
CustomScrollbarOptions with all the options from current documentation
2016-06-04 17:14:34 +02:00
Radu Woinaroski
19b3121390
CustomScrollbarOptions with all the options from current documentation
2016-06-04 16:51:34 +02:00
Adam Pluciński
473232e5db
Sync with current versionof jstree lib ( #9501 )
...
Sync with current versionof jstree lib
2016-06-03 01:02:16 +09:00
Georgii Dolzhykov
cec53b2710
angularjs: $parseProvider.addLiteral & setIdentifierFns ( #9472 )
...
docs: https://docs.angularjs.org/api/ng/provider/$parseProvider
2016-06-03 01:01:39 +09:00
Tamir Duberstein
b08fb43244
bytebuffer: remove superfluous namespace ( #9487 )
...
* bytebuffer: whitespace
* bytebuffer: remove superfluous namespace
This prevents `import ByteBuffer = require("bytebuffer");` from
generating the javascript require call.
2016-06-03 00:57:52 +09:00
Milan Burda
0e9b30d821
Electron ( #9445 )
...
* Update to Electron 1.1.1
* Update to Electron 1.1.2
* Update to Electron 1.2.0
* Update to Electron 1.2.1
2016-06-03 00:56:50 +09:00
Manuel Schweigert
0b20db14dc
fixes some type parameters ( #9531 )
...
track and defineproperty now use generic types instead of any
fixed untrack, doesn't return anything
2016-06-03 00:54:59 +09:00
zenwarr
de02750377
Add node Buffer.alloc methods ( #9529 )
2016-06-03 00:52:35 +09:00
Igor Kriklivetc
12dc242d27
Update to 15.2.10 ( #9526 )
...
* Update to 15.2.9
* Update to 15.2.10
2016-06-03 00:49:58 +09:00
François Guillot
1737fbff88
Typing Location.Query to K,V dictionary ( #9524 )
...
* Typing Location.Query to K,V dictionary
Location.Query is actually typed as 'Object', which forces to cast it to 'any' anytime you need to access one of your own query string parameter.
const clientId = (this.props.location.query as any).clientId;
It should be typed as '{ [key: string]: string; }' since it's a dictionary where you can get your arbitrary named query string parameters.
* Fixing travis build
2016-06-03 00:49:05 +09:00
Thierry Régagnon
a02593d277
Fix declaration for 'denodeify' method in npm module 'promise' ( #9521 )
2016-06-03 00:45:53 +09:00
webbiesdk
4cb464134d
PathJS: "route" should be called with new. ( #8758 )
...
* PathJS: "route" should be called with new.
* PathJS: Calling route with new in test
2016-06-03 00:44:48 +09:00
iclanton
0b35996f55
Introducing combokeys typings. ( #9520 )
...
* Introducing combokeys typings.
* Improving documentation.
* Updating indentation on combokeys.d.ts.
2016-06-03 00:43:45 +09:00
LongYinan
5b670ebf34
fix node fs.watch ( #9446 )
...
* fix node fs.watch
* add fs.watch test
2016-06-03 00:42:52 +09:00
stunaz
e41aa98022
update(cookie): set method with a third parameter ( #9519 )
...
Added to the ‘set’ method a third parameter which is daysToExpiry,
which represent the expiration on the cookie in days
2016-06-03 00:41:42 +09:00
vickyl1
a50c292dc1
Fix definition for custom components in react-select ( #9516 )
2016-06-03 00:39:45 +09:00
RaduW
8cd9ccf143
mCustomScrollbar, fixed CustomScrollbarOptions for mouseWheel ( #9514 )
2016-06-03 00:37:53 +09:00
Tim Neil
7a5e847b0f
Adding registerTask() overloads for optional description ( #9511 )
...
Added overloads for a taskList with a description (http://gruntjs.com/creating-tasks#alias-tasks ) and a taskFunction without a description (http://gruntjs.com/creating-tasks#basic-tasks )
2016-06-03 00:35:08 +09:00
Olivier Adam
9be5376d53
Add missing nunjucks signatures ( #9507 )
2016-06-03 00:30:16 +09:00
Steve Van Opstal
2901b0c3c4
caolan/async: add missing optional type to 'retry' ( #9506 )
...
* async: add function type to interval of 'retry'
* fix return type number
2016-06-03 00:26:29 +09:00
Flavien Normand
18ae8e8b46
Edited getAttrList to return ASTAttribute[]. ( #9504 )
...
* [Fix] Edited getAttrList() signature to fix an issue making parse5 unable to add attributes to a node, getAttrList() returns an ASTAttribute[] not an Attribute[] because its entries does not contain property 'key' but they do have property 'name'. Fixes #9235
* [Fix] Edited getAttrList() signature to fix an issue making parse5 unable to add attributes to a node, getAttrList() returns an ASTAttribute[] not an Attribute[] because its entries does not contain property 'key' but they do have property 'name'. Fixes #9235
2016-06-03 00:18:56 +09:00
Alex Pyzhianov
e3df7a21b9
react.d.ts: add <foreignObject/> to JSX ( #9523 )
2016-06-03 00:15:22 +09:00
Connor Wyatt
60e962e804
Express' send method can be called with no parameters ( #9502 )
...
* Modified call signature of Sinon's calledWithNew method to no longer take a parameter
* Express' send method can be called with no parameters
2016-06-03 00:14:06 +09:00
Timofey Kachalov
a33c790497
javascript-obfuscator definitions ( #9496 )
...
* javascript-obfuscator definitions
* javascript-obfuscator definition: added IOption interface for options
* javascript-obfuscator added new options
* javascript-obfuscator added new options
* Update javascript-obfuscator.d.ts
* Update javascript-obfuscator-tests.ts
2016-06-03 00:10:10 +09:00
TeamworkGuy2
15ad62197f
tweak log4javascript.Level, change from enum to class with static fields to match implementation. ( #9498 )
2016-06-03 00:09:53 +09:00
DavidM77
0060fb0862
Added definitions for csv-parse ( #9494 )
2016-06-03 00:05:08 +09:00
Michael Scharf
95206dec38
Update to react-bootstrap-table version v2.3.1 ( #9285 )
...
* Update to react-bootstrap-table version v2.3.0
I used the [`react-bootstrap-table` documentation](http://allenfang.github.io/react-bootstrap-table/docs.html ) and converted it
to typescript. I reordered the data in the same way as ist is described in the dou.
* Added attributs from the source code
2016-06-02 23:55:48 +09:00
James Trinklein
53c667d1a5
Update restify typings ( #9379 )
...
* restify: update Request, fix id type
change id from string property to function returning string
add getId() alias
include JSDoc from source: https://github.com/restify/node-restify/blob/5.x/lib/request.js\#L214
* restify: update Request, add getPath()
include JSDoc from source: https://github.com/restify/node-restify/blob/5.x/lib/request.js\#L234
* restify: update Request, fix query type
define query as function returning a string
add getQuery() alias
include JSDoc from source:
https://github.com/restify/node-restify/blob/5.x/lib/request.js\#L247
* restify: update Request, fix time type
change time from number property to function returning number
include JSDoc from source: https://github.com/restify/node-restify/blob/5.x/lib/request.js\#L262
* restify: update Request, add getUrl
include JSDoc from source: https://github.com/restify/node-restify/blob/5.x/lib/request.js\#L273
* restify: update Request, add getVersion
getVersion is a function that returns a string
add version() alias
include JSDoc from source: https://github.com/restify/node-restify/blob/5.x/lib/request.js\#L288
* restify: update Request, fix header type
change header return type from any to string
include JSDoc from source: https://github.com/restify/node-restify/blob/5.x/lib/request.js\#L316
* restify: update Request, add trailer
trailer is a function that returns a string
trailer requires a string parameter called name
trailer optionally takes a second string parameter for default value
include JSDoc from source:
https://github.com/restify/node-restify/blob/5.x/lib/request.js\#L338
* restify: update Request, add JSDoc
include JSDoc from source: https://github.com/restify/node-restify/blob/5.x/lib/request.js\#L359
* restify: update Request, add isChunked
isChunked is a function that returns a boolean
include JSDoc from source: https://github.com/restify/node-restify/blob/5.x/lib/request.js\#L394
* restify: update Request, add isKeepAlive
isKeepAlive is a function that returns a boolean
include JSDoc from source: https://github.com/restify/node-restify/blob/5.x/lib/request.js\#L405
* restify: update Request, add JSDoc for isSecure
include JSDoc from source: https://github.com/restify/node-restify/blob/5.x/lib/request.js\#L426
* restify: update Request, add isUpgradeRequest
isUpgradeRequest is a function that returns a boolean
include JSDoc from source: https://github.com/restify/node-restify/blob/5.x/lib/request.js\#L442
* restify: update Request, add isUpload
isUpload is a function that returns a boolean
include JSDoc from source: https://github.com/restify/node-restify/blob/5.x/lib/request.js\#L457
* restify: update Request, add userAgent
userAgent is a function that returns a boolean
include JSDoc from source: https://github.com/restify/node-restify/blob/5.x/lib/request.js\#L494
* restify: update Request, add start/endHandlerTimer
startHandlerTimer is a function that takes a string
endHandlerTimer is a function that takes a string
include JSDoc from source:
https://github.com/restify/node-restify/blob/5.x/lib/request.js\#L505
* restify: update Request, add absoluteUri
absoluteUri is a function that takes a string and returns a string
include JSDoc from source: https://github.com/restify/node-restify/blob/5.x/lib/request.js\#L52
* restify: update Request, fix accepts
accepts can take a parameter of either string or array of strings
include JSDoc from source: https://github.com/restify/node-restify/blob/5.x/lib/request.js\#L68
* restify: update Request, add acceptsEncoding
acceptsEncoding is a function that returns a boolean
acceptsEncoding can take a parameter of either string or array of strings
include JSDoc from source: https://github.com/restify/node-restify/blob/5.x/lib/request.js\#L96
* restify: update Request, fix contentLength
add getContentLength which is a function which returns a number
contentLength is an alias for getContentLength function
include JSDoc from source: https://github.com/restify/node-restify/blob/5.x/lib/request.js\#L116
* restify: update Request, fix contentType
add getContentType which is a function which returns a string
contentType is an alias for getContentType function
include JSDoc from source: https://github.com/restify/node-restify/blob/5.x/lib/request.js\#L152
* restify: update Request, add getHref
getHref is a function which returns a string
href is an alias to getHref
include JSDoc from source: https://github.com/restify/node-restify/blob/5.x/lib/request.js\#L202
* restify: update Request, add timers
timers is an array of handler timer objects
a handler timer object contains a string name and tuple of numbers representing the elapsed time
this is the only way to access times from start/endHandlerTimer()
from source: https://github.com/restify/node-restify/blob/5.x/lib/request.js\#L557
* restify: update RouteSpec, fix path
path can be either a string or RegExp
also shown in RouteOptions.path
2016-06-02 23:52:47 +09:00
Borys H.N
3b34ceb1f4
attachClickHandler onsuccess should have a GoogleUser param ( #9479 )
2016-06-02 23:48:01 +09:00
Tamir Duberstein
144657d7f1
long: remove superfluous namespace ( #9486 )
...
This prevents `import Long = require("long");` from generating the
javascript require call.
2016-06-02 23:43:19 +09:00
David Asensio Cañas
c0e210520e
Update svgjs.draggable.d.ts ( #9488 )
...
According to this: https://github.com/wout/svg.draggable.js/issues/59#issuecomment-221865495
`draggable` must return `this` instead of element.
2016-06-02 23:39:50 +09:00
postpersonality
6d61dabe67
fix Sequelize.FindOptions to be able use functions as attributes and make grouping. ( #9485 )
2016-06-02 23:39:01 +09:00
Federico Caselli
8daa4ef04a
Added missing deprecated method Collection remove ( #9476 )
2016-06-02 23:29:41 +09:00
aroberts-illumina
1bd46872a2
Add type definitions for fullpage.js (by @alvarotrigo) ( #9473 )
2016-06-02 23:29:10 +09:00
Ryan
472bdb3015
Change type from jquery to (correctly) d3 selection ( #9471 )
2016-06-02 23:28:18 +09:00
Nathan Brown
d9b6b8e455
react-tap-event-plugin: include shouldRejectClick option. ( #9444 )
2016-06-02 23:24:34 +09:00
Jeremy Foster
31c3c5db10
Add new type definition for serialport ( #9470 )
...
* add dt for serialport
* eliminate implicit any
* change format of the import in the -tests file
2016-06-02 23:22:28 +09:00
Chitoku
46ddd2939e
Linq ( #9449 )
...
* Update definitions of linq.js to 3.0.3-Beta5
* Fix to compile with --noImplicitAny
* Fix version number
* Add IEqualityComparer<T>, IList<T>, ITuple<T1, ..., T8>
2016-06-02 23:21:27 +09:00
Finn Poppinga
d98b8d6cbf
async.d.ts AsyncForEachOfIterator key type fix ( #9469 )
...
the key can be either a string (in case of objects) or a number (in case of arrays).
2016-06-02 23:20:58 +09:00
Tuomas Hietanen
e16990532a
jeremyfa/yaml.js: Added missing async loading function ( #9468 )
2016-06-02 23:18:18 +09:00
Pedro Gutiérrez
9807d9b701
Added to Set definition the property '_es6-shim iterator_'. ( #9465 )
2016-06-02 23:15:04 +09:00
Elmer Bulthuis
95e782233e
use promise.all from lib.es6.d.ts ( #9467 )
2016-06-02 23:13:32 +09:00
Chris Manning
60082ac52b
Fixed attempt to have a non void return type. ( #9460 )
2016-06-02 23:05:22 +09:00
James Booth
a272ceddfa
three.js Vector3.project(camrea ->camera) typo fix ( #9463 )
2016-06-02 23:05:06 +09:00
Will Don
bb12562cf0
Fix wssId to have type number ( #9464 )
...
This fix is in accordance to docs here:
https://msdn.microsoft.com/en-us/library/office/dn312519.aspx and here:
https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.taxonomy.taxonomyfieldvalue.wssid.aspx
2016-06-02 23:03:52 +09:00
Moes
6df9455971
Update jquery.pnotify.d.ts ( #9461 )
...
add modal to PNotifyStack
2016-06-02 23:03:19 +09:00
Rand Scullard
e76f4c9798
react: Add animation and transition events from React 15. ( #9443 )
2016-06-02 23:03:09 +09:00
Nathan Brown
a0d42d9336
material-ui: Update material-ui to v0.15.0 ( #9462 )
2016-06-02 23:02:14 +09:00
Jerome David Yackley
79aa209309
angular-ui-bootstrap - Added windowTopClass ( #9458 )
...
Added the options parameter windowTopClass to IModalSettings. Here is the definition: dd09148893/src/modal/docs/readme.md .
2016-06-02 23:01:19 +09:00