Commit Graph

21613 Commits

Author SHA1 Message Date
Zhengbo Li
2fc5063371 Merge pull request #11082 from elektromodulator/master
[tether-drop] Remove 'element' property
2016-09-13 16:35:28 -07:00
Péter Kovács
605baa5cb4 [tether-drop] Fix test containing 'drop' property 2016-09-13 10:51:45 +02:00
Péter Kovács
a99a95390e [tether-drop] Remove 'drop' property since it is undocumented 2016-09-13 10:50:15 +02:00
Zhengbo Li
6547d81245 Merge pull request #11055 from answerrocket/superagent-blob
superagent: req.responseType, res.xhr
2016-09-12 17:47:31 -07:00
Ben Mosher
f105740dce superagent: updates for feedback on #11055 2016-09-12 08:45:01 -04:00
Sheetal Nandi
0c5c7a2d2b Merge pull request #11093 from TonyPythoneer/patch-9
[node] Clean up testcase of assert
2016-09-09 16:00:37 -07:00
Sheetal Nandi
7eca47ee94 Merge pull request #11153 from sumitkm/master
Updated pasteHTML(...) interface definitions and bumped version to v1.0.3
2016-09-09 15:54:46 -07:00
Sumit Kumar Maitra
fd9ccf78f4 Updated pasteHTML(...) interface definitions and bumped version to v1.0.3 2016-09-09 23:22:00 +01:00
Zhengbo Li
a28c67225e Merge pull request #11077 from Hongbo-Miao/patch-2
add engine.ws to SocketIO.Server
2016-09-09 13:58:35 -07:00
Zhengbo Li
4552c983c4 Merge pull request #11091 from DominikPalo/master
PDFKit: Add layout property and fix margin/margins
2016-09-09 13:37:27 -07:00
Dominik Palo
dff108db9a Add missing semicolon 2016-09-09 22:15:34 +02:00
Sheetal Nandi
1109afea97 Merge pull request #11131 from TonyPythoneer/patch-17
[node] Clean up url tests and wrap in namespace
2016-09-09 12:39:40 -07:00
Zhengbo Li
fa1c063502 Merge pull request #11134 from runceel/master
[azure-mobile-apps]support execute custom sql query
2016-09-09 10:42:38 -07:00
Zhengbo Li
4008a51db4 Merge pull request #11084 from plantain-00/node-crypto-2
fix types of node crypto module
2016-09-09 10:40:46 -07:00
Sheetal Nandi
24256654f8 Merge pull request #11142 from akankov/patch-1
Handle ready event
2016-09-09 09:38:55 -07:00
hriss95
ab57464fa2 Node.d.ts: Update definitions for module "stream" (#11086)
* Node.d.ts: Update definitions for module "stream"

* Node.d.ts: Fix an issue that caused tests to fail
2016-09-10 00:35:38 +09:00
TonyYang
aee853cc82 [node]Rearrange the order and add missing stuff for os (#11146)
* Rearrange the order and add missing something

* Correct type of constants
2016-09-10 00:35:23 +09:00
TonyYang
ab4e532fa2 Add new stuff (#11147)
* Add new stuff

* Correct indent style and variable type
2016-09-09 23:57:01 +09:00
Travis Hill
42ffdfc937 Added definitions for Validate.js (#10988)
* Added definitions for Validate.js

This does not include tests or full functionality definitions. It is intended to be a starting point for this library's definitions. Others can improve it.

* Added required comments

* Added test file for Validate.js
2016-09-09 23:55:14 +09:00
TonyYang
1d50912b2b [node] Correct constants module for node v6 (#11140)
* Correct constants module

* Add tests for constants

* Typo namespace

* Recovery constants module and add two stuffs
2016-09-09 23:52:36 +09:00
Alejandro Sánchez
3467f1cd38 Added typings for libxslt (#11094) 2016-09-09 23:49:08 +09:00
hriss95
c49a53466c Node.d.ts: Update definitions for module "dgram" (#11143) 2016-09-09 23:45:18 +09:00
Maksym Butsykin
951b75c3fb Change type definition for angular-es@1.0.0 (#11141) 2016-09-09 23:43:31 +09:00
Alex Staroselsky
f665c7f523 Added toast class property to toast options/config object per commit … (#11132)
* Added toast class property to toast options/config object per commit f72c7816. Added id property to panel config per commit d230aec.

* Added onClose() callback to sidenav object per commit 1f01d264.
2016-09-09 23:39:59 +09:00
TonyYang
fc1b3e11df [node] imported and global process are same (#11092)
* imported and global process are same

* imported and global process are same
2016-09-09 23:33:18 +09:00
Leonardo Salgueiro
3d232e8f30 fixing a typo in cache-manager/cache-manager.d.ts (#11129) 2016-09-09 23:31:54 +09:00
Niklas Mollenhauer
b6b192d3ea Add humps definitions (#11127) 2016-09-09 23:26:34 +09:00
Guy
69e791b390 Definitions braintree-web v3.0.2 (#11126)
* add braintree typings

* Define ApplePaySession
2016-09-09 23:26:19 +09:00
Andrew Fong
cee3610b2a Remove JQuery dependency for Segment analytics (#11124) 2016-09-09 23:23:54 +09:00
Erin Coughlan
950ae094a1 Update resolve type in angular-material.d.ts. (#11122)
Resolve is using the mdCompileService, which requires functions that return promises, not promises: 18afebe15e/src/core/services/compiler/compiler.js (L47)
2016-09-09 23:23:09 +09:00
sanjaywadhwani
88ae500371 manager using credentials (#11078)
Added overload to manager() to connect cluster using credentials (username/password)
2016-09-09 23:15:33 +09:00
rgvassar
4f1cd4f385 openlayers - Updated many of the interactions according to documentation. (#10946)
* Updated many of the interactions according to documentation.

* Spelling error fixed. Function definition too specific. Added documentation.

* Added SelectEvent.

* Fixed incorrect return type on dragBox.getGeometry
2016-09-09 22:53:44 +09:00
sv1809
10490dcdb5 Ol overview map (#11081)
* Add ol.control.OverviewMap methods

* Fix typo
2016-09-09 22:53:22 +09:00
hriss95
255697da9f Node.d.ts: Update definitions for module "tls" (#11025)
* Node.d.ts: Update definitions for module "tls"

* Node.d.ts: Update definitions for module "tls"

* Node.d.ts: Revert function connect changes

* Node: Update definitions and tests for module "tls"

* Node: Fix a typo in definitions for module "tls"
2016-09-09 22:48:55 +09:00
hriss95
c5e23ee8da Node.d.ts: Add module v8 (#10932)
* Node.d.ts: Add module v8

* Node.d.ts: Changes to module "v8"
2016-09-09 22:41:06 +09:00
nael
bedf3baa88 Defintions for webpack dev server (#11087)
* adding webpack-dev-server

* renamed -test.ts to -tests.ts
2016-09-09 22:39:03 +09:00
Juras Norkus
17f7f965f5 angular.d.ts: add isObject<T> (#11144)
This allows user-defined type guards for specific objects.
2016-09-09 22:38:06 +09:00
akankov
eb5d949792 Handle ready event 2016-09-09 18:43:00 +07:00
Kazuki
35ab0fe353 add semicoron 2016-09-09 15:29:07 +09:00
Kazuki
18dab807a0 support custom sql query definitiion 2016-09-09 14:30:46 +09:00
Kazuki
e6d4c9e4fb add custom sql query support 2016-09-09 14:29:38 +09:00
John Reilly
15d88ee057 Merge pull request #11098 from LOZORD/patch-2
Changed return type of `toArray` to `HTMLElement[]`
2016-09-09 06:10:59 +01:00
TonyYang
1845c1fba0 Clean up url tests and wrap in namespace 2016-09-09 10:59:14 +08:00
TonyYang
39cfebd6f8 Clean up url tests and wrap in namespace 2016-09-09 10:57:16 +08:00
Leo Rudberg
5c7d1fcbea Removed Element return type
Now the __only__ return type is `HTMLElement`, which should solve the Travis build/test failure.
2016-09-08 15:32:39 -05:00
Leo Rudberg
29138f0985 Support Element or HTMLElement return type
This should fix the failure reported here: https://travis-ci.org/DefinitelyTyped/DefinitelyTyped/builds/158300393#L1213
2016-09-08 15:04:15 -05:00
Sheetal Nandi
17795ae18f Merge pull request #11125 from DefinitelyTyped/revert-11101-react-redux-decorator
Revert "Strictly typed component decorator support"
2016-09-08 11:36:24 -07:00
Sheetal Nandi
42ce1506a3 Revert "Strictly typed component decorator support" 2016-09-08 11:33:46 -07:00
Sheetal Nandi
aa8bfeaf00 Merge pull request #11101 from JProgrammer/react-redux-decorator
Strictly typed component decorator support
2016-09-08 10:33:59 -07:00
Sheetal Nandi
fe885d580c Merge pull request #11100 from joeuy/improve-httpconfig
Add eventHandlers/uploadEventHandlers properties to angular $http con…
2016-09-08 10:24:05 -07:00