Yui
b90941c220
Merge pull request #12480 from gorshkov-leonid/master
...
* Use native mouse event in originalEvent propery / Added DomUtil,Class declarations
2016-11-07 14:47:53 -08:00
Yui
dcdcc64c86
Merge pull request #12467 from james-dowell/master
...
Update AjvOptions - multipleOfPrecision property
2016-11-07 14:07:55 -08:00
anwalkers
9b9625247c
Merge branch 'master' of https://github.com/DefinitelyTyped/DefinitelyTyped
2016-11-07 13:35:33 -08:00
Yui
d04a39d293
Merge pull request #12459 from bluepichu/pixi.js-bugfix
...
Pixi.js bugfix
2016-11-07 12:55:41 -08:00
anwalkers
418ead873b
Merge branch 'master' of https://github.com/DefinitelyTyped/DefinitelyTyped
2016-11-07 12:08:35 -08:00
anwalkers
95d1e7a716
add options to i18next
2016-11-07 12:06:23 -08:00
goleon
28b5b2683c
leaflet.d.ts: split signature DomUtil#get to 2 overloaded
2016-11-07 21:29:11 +04:00
François Guillot
a2ba29a47a
Missing prop 'shouldUpdatePosition' on Overlay component ( #11606 )
2016-11-08 00:13:35 +09:00
Will Munn
121ddf1be6
Needle ( #12108 )
...
* Derive type of response in callback from nodes IncomingMessage
* Allow any request header name
2016-11-06 07:42:16 -08:00
Dave Alden
5483214f02
Update for cordova.plugins.diagnostic@3.3.0
2016-11-06 14:16:13 +00:00
DJ_Middle
e7772769fa
Added isEmpty function definition ( #12500 )
2016-11-05 12:38:31 -07:00
gatsbimantico
08bbc012f2
Updated header
...
Updated header with info about Project and Definitions
2016-11-04 08:14:32 +01:00
jramsay
df827a4d96
Merge pull request #10857 from Stubb0rn/eventemitter3-1.2.0
...
Added type definition for eventemitter3-1.2.0
2016-11-03 15:25:46 -07:00
goleon
3a1606d051
fix return type for DomUtil
2016-11-04 01:06:53 +04:00
goleon
5c443dc6d1
* Use native mouse event in originalEvent propery
...
* Added DomUtil declaration
* Added Class declaration (think about generics)
* Evented class inherited from Class
2016-11-04 00:52:13 +04:00
jramsay
255ae20ac7
Merge pull request #10691 from sqwk/paper
...
Paper Type Definitions
2016-11-03 12:47:44 -07:00
Andy
f080b63646
Remove the github-electron directory, as its contents have already been moved to electron ( #12300 )
2016-11-03 09:34:43 -07:00
James Dowell
3779c195ed
Update AjvOptions - multipleOfPrecision property
...
Updating the AjvOptions - multipleOfPrecision property to allow boolean or number. Precision is specified as a number while the value defaults to false (i.e. disabled)
Link to PR which added the multipleOfPrecision option: 5f2cc30449
2016-11-03 10:22:04 +00:00
bluepichu
ccf944ff70
Replace hex2string test with a legal use
2016-11-02 17:53:35 -04:00
bluepichu
db8a22f441
pixi.js - Fix "hex2string" bug
2016-11-02 17:44:27 -04:00
TANAKA Koichi
baadc0b130
Add prompt sync ( #12412 )
...
* Add definition for prompt-sync
* Add definition for prompt-sync-history
2016-11-03 00:21:54 +09:00
TonyYang
3231685087
Add a method ( #12430 )
2016-11-02 23:39:31 +09:00
John Vilk
a9a732cb4d
[Node] errno is a number, not a string. ( #11890 )
2016-11-02 23:33:27 +09:00
Linda_pp
423675cf5f
New reference path for 'electron' directory ( #12396 )
2016-11-02 22:40:01 +09:00
Zhengbo Li
4d672cbbd7
Merge pull request #12103 from RemyJeancolas/master
...
[material-ui] Add onKeyDown event on TextFieldProps interface
2016-11-01 15:32:16 -07:00
Leo Rudberg
769e789454
Fix ordering of Server.listen definitions ( #12399 )
...
The version of `Server.listen` that takes a `ListenOptions` as the first argument should come before the versions that take `any` as the first argument. For example, even if a `ListenOptions` object is given, VSCode will assume it is `any` in its helper text. I find that not as preferable for type-safety reasons ( avoid all `any`s ;) ).
2016-11-01 23:00:44 +09:00
Isidro Martínez
eaaf036c78
add supported types by jQuery selector ( #11967 )
...
Actually jQuery supports multiple selector types see: http://api.jquery.com/jquery
2016-11-01 22:34:57 +09:00
sqwk
3827cbea3f
Add Preliminary Tests
2016-11-01 14:26:33 +01:00
Georgii Dolzhykov
0b5e88ac70
angularjs: as a shortcut, directives can be defined with just the linking function ( #12144 )
...
See https://docs.angularjs.org/api/ng/service/$compile
"You can either return a Directive Definition Object (see below) that defines the directive properties, or just the postLink function (all other properties will have the default values)."
2016-11-01 21:49:50 +09:00
Dmitry A. Efimenko
a8ecb3be1d
inquirer - make sure methods don't conflict ( #12247 )
...
* add prompt() override returning promise
according to [docs](https://www.npmjs.com/package/inquirer#inquirerpromptquestions---promise )
* made sure there won't be conflicts
* Revert "made sure there won't be conflicts"
This reverts commit 0281989a3826e2b57fcd4e355d899ebd11604153.
* Revert "add prompt() override returning promise"
This reverts commit b5094ce38d78fc40c59653926711de2b297105cf.
* resolve method conflicts
2016-11-01 21:41:02 +09:00
Fenying
0ad4edb4e8
Improvement to definitions of module async. ( #12180 )
...
* Updated module async.
1. Added Dictionary for the collection APIs.
2. Fixed incorrected callback definition for some collection APIs.
* Simplify some definitions of module async.
* Fixed the callback type of async.someLimit.
2016-11-01 21:25:56 +09:00
Till Wolff
300ed0bb42
added missing type for ReactSelectProps.value ( #11964 )
2016-11-01 21:19:32 +09:00
Tom Davidson
c9999d4e97
promises on putObject ( #11923 )
2016-11-01 21:12:53 +09:00
Tsvetomir Tsonev
44be13ae84
feat: update Kendo UI definitions to 2016.3.1028 ( #12316 )
2016-10-29 01:10:07 +09:00
Caleb Meredith
ad261d041d
Expose structural GraphQL types ( #12142 )
...
* Expose structural GraphQL types
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/12078 , but on the `master` branch.
/cc @TonyPythoneer, @zhengbli
* Update graphql.d.ts
2016-10-29 01:01:37 +09:00
Karl-Aksel Puulmann
0b4ef9b412
Bump toastr version to 2.1.3 ( #12311 )
...
Adds support for escapeHtml, see https://github.com/CodeSeven/toastr/blob/master/CHANGELOG.md#new-features-1
2016-10-29 00:56:10 +09:00
Caleb Meredith
54d1d6f8ed
Expose AST types ( #12143 )
...
* Expose AST types
/cc @TonyPythoneer
* Update graphql.d.ts
2016-10-29 00:55:16 +09:00
TonyYang
0ad40bb042
[joi] Correct the validate function ( #12306 )
...
* Correct the validate function
* I lookup source code to correct validate func
* Find the correct type assert for validate
* According to new definition, to update tests
* Delete redundant function
* Enhance test completeness
* Fix the error
2016-10-29 00:54:55 +09:00
TonyYang
dc17e1a247
[loadsh] Make method module definitions ( #12220 )
...
* Define type for method modules
* Update lodash-tests.ts
2016-10-29 00:40:38 +09:00
ptrckc
a8bd330e4b
Update Joi's ValidationOptions and AnySchema interfaces ( #12102 )
...
* Update ValidationOptions and AnySchema interfaces
* Update ValidationOptions and AnySchema interfaces
* Remove `error` from global options
See: https://github.com/hapijs/joi/issues/1012
* Remove `error` from global options
See: https://github.com/hapijs/joi/issues/1012
2016-10-29 00:33:09 +09:00
Rand Scullard
032e4d7893
passport: Added generic versions of serializeUser and deserializeUser for strong typing.
2016-10-28 11:08:51 -04:00
Hassan Abdel-Rahman
2c6d2feff0
S3 ( #12169 )
...
* updated bull typing
* add copyObject to S3
2016-10-28 23:45:54 +09:00
Karol Janyst
b6bd0766d8
Add definitions for reactcss ( #12122 )
...
* Add definitions for react-css-transition-replace
* Add definitions for reactcss
* Change test header
* Remove accidentally added other definitions
* Remove yarn.lock from .gitignore
2016-10-28 23:35:07 +09:00
ToastHawaii
47221120df
Create type definition for synaptic ( #12185 )
...
* Create synaptic-tests.ts
* Create synaptic.d.ts
* Update synaptic.d.ts
* Update synaptic.d.ts
* Update synaptic-tests.ts
* Update synaptic.d.ts
* Update synaptic.d.ts
Remove not needed public, change overloading to optional parameters, remove duplicate method.
2016-10-28 23:25:12 +09:00
Stefan Dobrev
7155ef2d2d
[mocha] Add global run function ( #12136 )
2016-10-28 23:15:24 +09:00
Flarna
45c5bcd854
Add process.mainModule, improve NodeModule ( #12257 )
...
* Add process.mainModule, improve NodeModule
Add mainModule in process. See https://nodejs.org/dist/latest-v6.x/docs/api/process.html#process_process_mainmodule
improve require.main see https://nodejs.org/dist/latest-v6.x/docs/api/modules.html#modules_accessing_the_main_module
improve NodeModule see https://nodejs.org/dist/latest-v6.x/docs/api/modules.html#modules_module_children and https://nodejs.org/dist/latest-v6.x/docs/api/modules.html#modules_module_parent
* Correct require.main and NodeModule
2016-10-28 23:13:14 +09:00
Niels Kristian Hansen Skovmand
94bd397fda
Removed typings for spotify-web-api-js because they are now integrated in the package. ( #12145 )
2016-10-28 23:06:17 +09:00
Edward Silverton
0190982444
added setVRDisplay to VRControls and VREffect ( #12008 )
...
* added setVRDisplay to VRControls and VREffect
* return void
2016-10-28 22:55:57 +09:00
TonyYang
896f939be7
[node] Update events for repl ( #12262 )
...
* Update events for repl
* Update related tests
* Fix argument
2016-10-28 22:55:20 +09:00
TonyYang
8791a14cc5
[node] Update events for readline ( #12261 )
...
* Update events for readline
* update related tests
2016-10-28 22:54:20 +09:00