Commit Graph

21580 Commits

Author SHA1 Message Date
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
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
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
Sheetal Nandi
29f6e7ea24 Merge pull request #11099 from iebaker/master
Add typings for Creatable class in react-select
2016-09-08 10:23:24 -07:00
Sheetal Nandi
40adfa30aa Merge pull request #11102 from TonyPythoneer/patch-10
[node] Clean up cluster tests and wrap in namespace
2016-09-08 10:16:13 -07:00
Sheetal Nandi
bbf2bb1f01 Merge pull request #11103 from TonyPythoneer/patch-11
[node] Clean up fs tests and wrap in namespace
2016-09-08 10:15:56 -07:00
Sheetal Nandi
df9755325f Merge pull request #11104 from TonyPythoneer/patch-12
[node] Clean up childProcess tests and wrap in namespace
2016-09-08 10:14:08 -07:00
Sheetal Nandi
f16104e02b Merge pull request #11105 from TonyPythoneer/patch-13
[node] Correct indent of comments of path testcases
2016-09-08 10:13:53 -07:00
Sheetal Nandi
d790424df8 Merge pull request #11107 from waratuman/master
Fix IncrementalDOM API.
2016-09-08 10:12:50 -07:00
Sheetal Nandi
8e760c7dbd Merge pull request #11108 from TonyPythoneer/patch-15
[node] Clean up util tests and wrap in namespace
2016-09-08 10:09:14 -07:00
Sheetal Nandi
505576c901 Merge pull request #11109 from TonyPythoneer/patch-16
[node] Clean up dgram tests and wrap in namespace
2016-09-08 10:08:26 -07:00
Sheetal Nandi
9161ff5fc2 Merge pull request #11111 from nikogu/add-dva
update dva.t.ds
2016-09-08 10:07:43 -07:00
Sheetal Nandi
92ff708e5f Merge pull request #11112 from thelastnode/patch-1
Remove @deprecated from non-deprecated functions
2016-09-08 10:00:47 -07:00
Sheetal Nandi
9960401963 Merge pull request #11113 from erkie/master
Add node-7z
2016-09-08 09:57:33 -07:00
Sheetal Nandi
43bd04a38a Merge pull request #11114 from zengfenfei/is-plain-object
Create typings for is-plain-object
2016-09-08 09:52:08 -07:00
Sheetal Nandi
64cede710d Merge pull request #11116 from pafflique/patch-5
AutoComplete accepts React.Node as floatingLabelText
2016-09-08 09:47:42 -07:00
Sheetal Nandi
424c424ff4 Merge pull request #11117 from webbiesdk/underscoreTo18
Updating underscore to reflect version 1.8.3
2016-09-08 09:45:11 -07:00
Sheetal Nandi
acf595149c Merge pull request #11121 from NoHomey/patch-21
Adding a new type definition for autobind-decorator
2016-09-08 09:37:50 -07:00
Sheetal Nandi
5972b66a72 Merge pull request #11120 from kherkeladze/patch-2
Update aws-sdk.d.ts
2016-09-08 09:30:17 -07:00
Ivo Stratev
edf96fdd21 Fixing method naming 2016-09-08 19:29:39 +03:00
Ivo Stratev
ee881e7d74 Adding header 2016-09-08 19:25:17 +03:00
Aka Kherkeladze
ffbd766b33 Update aws-sdk.d.ts
Callback is not required for getObject method.

When you need to create a read stream from a response, you can easy create it without a callback, example:

const fileStream = storage.getObject(params).createReadStream();
2016-09-08 20:24:06 +04:00
Ivo Stratev
9bac2b088a Fixing decorating name 2016-09-08 19:21:51 +03:00
Ivo Stratev
8bd86aa682 Create autobind-decorator.ts.tscparams 2016-09-08 19:21:01 +03:00
Ivo Stratev
308869aa2e Fixing tests idntation 2016-09-08 19:19:27 +03:00