Commit Graph

20269 Commits

Author SHA1 Message Date
jramsay
2aa973a605 Merge pull request #10197 from ktsn/vue-directive
Improve Vue.js directive types
2016-07-20 18:34:49 -07:00
jramsay
063e49fd63 Merge pull request #10195 from nomaed/patch-1
Comment from official docs about angular.IComponentOptions.require
2016-07-20 17:27:13 -07:00
jramsay
b5a93a9e75 Merge pull request #10176 from AlStar01/angular-material-sidenav
Updated  service options object to remove invalid properties and add …
2016-07-20 17:08:48 -07:00
Horiuchi_H
e4503bad7d Merge pull request #10202 from simonxca/collection-update
Mongoose Collection Update
2016-07-20 23:51:17 +09:00
Simon
e127a8c9a6 move constructor out of abstract interface 2016-07-20 08:40:19 -04:00
Simon
66327275f4 adds mongoose-promise to contributor list 2016-07-20 08:32:34 -04:00
Simon
382b31d6db modifies mongoose Collection to inherit from mongodb.collection interface 2016-07-20 08:29:33 -04:00
ktsn
ec6be3b55a Add test cases for Vue directive 2016-07-20 19:12:45 +09:00
ktsn
90138b96f6 Add declaration of directive instance 2016-07-20 19:04:22 +09:00
ktsn
7f279ec0df Add terminal option for directive 2016-07-20 19:04:09 +09:00
Boris Aranovich
b4a7ad8945 Comment from official docs about angular.IComponentOptions.require 2016-07-20 10:18:06 +03:00
Zach Bjornson
91d45c49a3 Add simplified constructor syntax for node streams (#10105)
See https://nodejs.org/api/stream.html#stream_simplified_construction for API reference.
2016-07-20 00:07:58 -07:00
Wesley Wigham
005ea0faff Add ref to ChildProcess (#10189)
It is the opposite of `unref` - it allows you to regain the reference that `unref` releases.
2016-07-19 23:57:09 -07:00
irenelfeng
5cf1435509 change typings for aggregate (#10188)
in the aggregate method for the model, aggregateFunction is of type string, and not a function.
2016-07-19 23:54:48 -07:00
C. Heindl
23bbe60a79 add possibility to make html tooltips via column descriptions (#10179) 2016-07-19 23:46:13 -07:00
明扬
e677315026 add Promisify ``sendMail`` function (#10161)
* add Promisify ```sendMail``` function

https://github.com/nodemailer/nodemailer/blob/master/lib/nodemailer.js#L226
Promisify ```sendMail``` has added to nodemailer

* import transform to es6 format
2016-07-19 23:44:28 -07:00
Michael McKenzie
0115fd3dff Changing hitch signature to match documentation (#10183)
* Changing hitch signature to match documentation

* Changing hitch signature to match documentation

* Changing dojo/_base/lang mixin signature to match documentation

* Revert "Changing dojo/_base/lang mixin signature to match documentation"

This reverts commit cdfb764333.
2016-07-19 23:40:31 -07:00
Piotr Witek
824a44df29 Add a new definition for react-big-calendar (#10168)
* added react-big-calendar module declaration

* added test file

* added tests cases

* updated definitions

* fixing moment import

* reindent to 4 spaces

* reindented to 4 spaces

* fix author url

* Added Full API Example Test based on API Documentation

http://intljusticemission.github.io/react-big-calendar/examples/index.html#api

* fixed redeclaring same variable
2016-07-19 23:35:54 -07:00
Alexey Svetliakov
97e82ce40e Victory (#10140)
* Victory type definitions

* Added test, fixed few bugs
2016-07-19 23:35:10 -07:00
Christiaan Rakowski
207c34882b Fixed IScroll preventDefaultException (#10152) 2016-07-19 23:32:59 -07:00
Ian Reardon
f4f83e39e1 Added missing optional member to passport (#10142) 2016-07-19 23:32:08 -07:00
Jeongho Nam
8b634d6617 Node-Scanf (#10177) 2016-07-19 23:31:29 -07:00
Nico Jansen
a1642cf910 feat(karma): Add stopper interface (#10125)
* Add specialized signature for karma server's on run_complete

* feat(karma): Add stopper interface
2016-07-19 23:30:42 -07:00
dandriscoll
150227f187 Update jsonwebtoken.d.ts for 7.1.6 (#10155) 2016-07-19 23:27:25 -07:00
Ivo Stratev
1df8038e7e Adding a new type definition for nes (#10129)
* adding nes type definitions

* Update nes.d.ts

* Payload is also optional when making request

* adding client interfaces types to Client from 'nes' to 'nes/client'

* until TypeScript 2.0 all types are nullable ...
2016-07-19 23:26:54 -07:00
Gregory Moore
1a1c465892 Add Smart-Fox-Server 2X definition (#10158) 2016-07-19 23:24:38 -07:00
Endel Dreyer
e548d56ba4 protobufjs: allow to use protobuf-light version (#10164) 2016-07-19 23:22:47 -07:00
vladapokorny
a2c5e146eb Add SimpleMDE definitions (#10165)
* Add SimpleMDE definitions

* Fix SimpleMDE test
2016-07-19 23:22:00 -07:00
Kamil Szostak
f09ef9d5ee Adding AppInsights global var (#10175) 2016-07-19 23:07:32 -07:00
rdeline
03cd162da0 Add marker to IntrinsicElements (#10173) 2016-07-19 23:04:42 -07:00
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