Commit Graph

20238 Commits

Author SHA1 Message Date
Gregory Moore
08b7b58fa3 Add charts namespace and functions (#10169)
* Add charts namespace and functions

* Fix missing function return implicit any
2016-07-19 22:56:58 -07:00
Horiuchi_H
5b816099c3 Merge pull request #10193 from simonxca/pluggable-promise
Mongoose: allow plugging in third-party promise library
2016-07-20 10:20:10 +09:00
ersimont
b94f9516e5 Update rosie.d.ts (#10147) 2016-07-19 17:37:53 -07:00
ersimont
e4147895f5 Update rosie.d.ts (#10148) 2016-07-19 17:37:41 -07:00
Cao Jiannan
a361a8ab3c Mocha add promise (#10067)
* add promise to action function

* revert commment

* modify type of ActionFunction

* change MochaDone

* change type of error

* try to remove optional

* add optional back

* try to remove optional
2016-07-19 17:33:53 -07:00
Simon
ee02fbfb77 implements plugging in custom promise libaries fixes #9424 2016-07-19 20:33:45 -04:00
Jussi Kosunen
7d13cf113d react-redux: Allow wrapper function for connect arguments (#10136)
* Allow wrapper function for connect arguments

* added tests for connect wrapper functions
2016-07-19 17:32:45 -07:00
kaave
a9e9613472 rails-actioncable: Support import + fix ambicious datatype (#10116)
* rails-actioncable: Add npm support

* rails-actioncable: Fix ambiguous datatype
2016-07-19 17:31:06 -07:00
York Yao
a08726cf38 add type definition for v8-profiler (#10143)
* add type definition for v8-profiler

* add override methods
2016-07-19 17:29:43 -07:00
Nahuel Greco
38b09ae303 node.d.ts: added http.ServerResponse.setTimeout signature (#10135)
Added missing `http.ServerResponse.setTimeout` signature. The `setTimeout` method was added in node v0.9.12, see https://nodejs.org/api/http.html#http_response_settimeout_msecs_callback
2016-07-19 17:26:01 -07:00
Martin Staael
3c935c7abc Missing definition for _.any (#9766)
Missing definition for _.any
2016-07-19 17:25:43 -07:00
York Yao
c5c5f82bf7 fix type of port in socket.io-redis (#10128) 2016-07-19 17:25:01 -07:00
romiem
be44d2fa33 Update angular-environment.d.ts (#10096)
I've only added the read method because it's the one I use, but technically all the methods available on the envService are actually available on the envServiceProvider too.
2016-07-19 17:24:18 -07:00
iamdanfox
92d2d87d8a Add definitions for react-jsonschema-form 0.30.1 (#10104)
* react-jsonschema-form 0.30.1

Very barebones typings, intended to serve as a baseline for improvement.

* rename react-jsonschema-form-test.tsx -> ...-tests.tsx
2016-07-19 17:17:48 -07:00
efokschaner
289a6cb70c Fix WebSocketRequest.reject + update gh url (#10111)
reject method supports a useful undocumented 3rd parameter, see https://github.com/theturtle32/WebSocket-Node/blob/v1.0.23/lib/WebSocketRequest.js#L465

https://github.com/Worlize/WebSocket-Node redirects to https://github.com/theturtle32/WebSocket-Node. Fixing it here will help avoid ambiguity about whether these are the right typings.
2016-07-19 17:16:29 -07:00
velveret
2f16c8ae7e Fix react-select definition for filterOptions (#10109) 2016-07-19 17:16:17 -07:00
benoit74
3a5b669575 MailParser: Added missing "stream" attribute on Attachment (#10089) 2016-07-19 17:14:25 -07:00
Tim Perry
83f954972e Fix signature for _.sum/sumBy when summing properties from object arrays in Lodash (#10101)
* Fix lodash _.sumBy signature

Main fix here is to ensure that summing plucked keys from objects
is allowed.

* Fix lodash 3.10 _.sumBy signature to allow summing plucked keys too
2016-07-19 17:13:09 -07:00
Carson Full
b1426f561d [Material UI] Changed button labels from strings to ReactNodes. (#10102) 2016-07-19 17:09:41 -07:00
Vincent Rouille
b54fdb6595 Fix nodejs StringDecoder definition (#10100) 2016-07-19 17:05:08 -07:00
osechet
d726a1348e Add the options argument to openlayers custom control (#10099)
* Add arguments to ol.control.Control's constructor

* Define the olx.control.ControlOptions interface
2016-07-19 17:03:27 -07:00
Danilo Bargen
c820a48f5e webrtc: Fix type of ondatachannel event (#10094) 2016-07-19 16:59:50 -07:00
lincoln
47b9697e0d filename argument of fs.watch callback will be type of Buffer, if encoding (#10112)
option is set to 'buffer'
2016-07-19 16:33:12 -07:00
Ruben Slabbert
4c7d03b088 React-Native: Added ActivityIndicator (#10122)
* React-Native: Added ActivityIndicator

* React Native: Added @Deprecated to ActivityIndicatorIOS and changed string type to enum type on ActivityIndicator size
2016-07-19 16:25:34 -07:00
Mitchell Wills
1074806a34 Rename Pako namespace to pako to allow use with browserifyed library (#10124) 2016-07-19 16:25:14 -07:00
Shant Marouti
fc595bd854 Add definitions for app-root-path and gulp-insert (#10118)
* add app-root-path type difinitions

* Add defenitions for gulp-insert
2016-07-19 16:23:27 -07:00
Matthias
ba5f8c1b2f Add OpenLayers v3.14.2 (#10119)
* Created openlayers v.3.14.2 definitions file by cloning v3.6.0

* fix shadowed references to global types

* Added ol.events.Event, ol.events.EventTarget and ol.events.ListenerFunctionType

* filled in ol.proj.Projection

* completed ol.Observable. Corrected variable names. Added inheritance from ol.events.EventTarget and updated dispatchEvent() to include a possible boolean operator, as per EventTargets impl of dispatchEvent

* Filled in ol.interaction.DrawEvent. Added ol.interaction.DrawEventType.

* Filled in ol.interaction.Interaction, and added olx.interaction.InteractionOptions.

* Filled in ol.interaction.DrawOptions

* Corrected ol.DrawGeometryFunctionType

* Filled in ol.source.Vector

* Updated ol.source.Source . Removed refresh() since it's not in the docs or the code file.

* Typo

* Added to ol.geom.Polygon

* Fix ol.Map beforeRender()

* Added PointerOptions, MapBrowserPointerEvent, ModifyEventType, ModifyEvent, pointer && pointer.PointerEvent .

* Added to ol.geom.Circle .
Added ol.events.Key, though I don't know what it is.

* Fixed CollectionEvent

* Fix jsdoc problems

* DragBoxOptions, InteractionOptions

* update VectorOptions

* Update VectorOptions

* Other things

* Lint

* Fix duplicates and syntax errors from test.

* Filled in ol.interaction. Lint

* Added tests file and updated it.
Fixed some more definitions. Observable extends. and others
2016-07-19 16:22:58 -07:00
Pierre Urban
9bd416090b Set the type of language to any. (#10187)
* Set the type of language to any.

The type of language can be string, array, etc.
Sources: 6844be777b/src/js/select2/defaults.js (L235-L294)

* Update the language type.
2016-07-19 14:40:31 -07:00
Horiuchi_H
5ccabc86ec Merge pull request #10149 from simonxca/fix-promises
Another fix for mongoose Promises
2016-07-19 12:28:07 +09:00
Simon
b301b3e81c fixes return type of mongoosethenable 2016-07-16 22:39:41 -04:00
Simon
1b755999ed fixes return types of some promises that were missed 2016-07-16 22:28:34 -04:00
John Reilly
95eb7b2527 Merge pull request #10144 from alanwright/dev/alanwri/selectMenuJQueryUI
Adding support for JQueryUI Select Menu
2016-07-16 21:32:54 +01:00
Alan Wright
8c8643c90b Adding support for JQueryUI Select Menu
jQuery UI 1.11 selectmenu http://jqueryui.com/selectmenu/
2016-07-16 12:03:05 -07:00
Horiuchi_H
7499bb5e44 Merge pull request #10141 from simonxca/improve-mongoose-promise
Improve mongoose promises
2016-07-17 00:04:49 +09:00
Simon
7e4710a23c simplifies mongoose.Promise by removing unecessary 2nd type parameter 2016-07-15 22:08:56 -04:00
Simon
7ba164ada3 fixes return types of mongoose promises 2016-07-15 21:40:32 -04:00
anubmat
415de78bb5 Merge pull request #10087 from Aides359/master
Added @deprecated on request.param
2016-07-15 16:25:03 -07:00
anubmat
23a938ab96 Merge pull request #10120 from gmoore-sjcorg/master
Add Query and QueryResponse definitions
2016-07-15 16:12:55 -07:00
Horiuchi_H
a59cec35c6 Merge pull request #10121 from simonxca/fix-model-types
Adds type parameter back to mongoose.Model class fixes #10110
2016-07-15 13:22:17 +09:00
Simon
d8af314e45 fixes return types of MongooseArray 2016-07-14 22:59:54 -04:00
Simon
ae5432ee12 adds test cases for model type parameters 2016-07-14 20:23:21 -04:00
Simon
1f09db13e7 adds comments explaining ModelQuery 2016-07-14 20:06:42 -04:00
Simon
c85a7d624b adds type parameter for mongoose.Model, fixes #10110 2016-07-14 20:06:41 -04:00
Gregory Moore
06026495fb Fix callback definition in Query send method 2016-07-14 13:40:02 -07:00
Gregory Moore
e1b93de867 Add Query and QueryResponse definitions 2016-07-14 13:09:04 -07:00
Zhengbo Li
0d501b1ff9 Merge pull request #10005 from denisname/Chosen.JQuery-1.6.1
Update for Chosen.JQuery version 1.6.1
2016-07-14 10:07:58 -07:00
denis
8dc966a11c Formatting
Add semicolon
2016-07-14 10:42:17 +02:00
Blessing Pascal
fcfde8ed43 Added @deprecated on request.param 2016-07-13 09:10:05 +02:00
Jeffery Grajkowski
b66d6115d7 Added typings for react-flex (#10054)
* Added typings for react-flex

* Fix react-flex-tests.tsx import of React
2016-07-12 23:29:41 -07:00
Zev Spitz
e0896e285b Rename WIA files; removed VarDate interface (#10081)
* Rename WIA files

* Removed VarDate definition; is now in lib.d.ts
Renamed WIA definition
Added ADO definitions

* Restored VarDate; TS lint fixes

DefinitelyTyped is still using Typescript 1.8 in Travis CI compile
checks.
2016-07-12 23:28:46 -07:00