Commit Graph

20345 Commits

Author SHA1 Message Date
David Inglis
b18345f63e [ReactDnd] changes NativeTypes to use string typing 2016-07-25 12:15:20 -07:00
Phips Peter
ad6ffc4b5c Separate React DnD
This makes it an easier user experience.
2016-07-25 12:14:53 -07:00
Phips Peter
78c2da12eb Update React DnD types 2016-07-25 12:14:39 -07:00
John Reilly
c42b2ba16c Merge pull request #10268 from ymkjp/feature/20160725_JqueryUI_version_11
Bump up version on JqueryUI comment
2016-07-25 09:08:50 +01:00
Volker Braun
060060dc34 Return intersection type when indexing IDocumentService (#10267)
Typescript 2.0 starts checking the compatibility of the index
signature with the base JQuery interface; Hence we are forced to
return Document & HTMLElement to be compatible with the base.
2016-07-25 16:33:51 +09:00
ymkjp
4691d1a545 Bump up version on JqueryUI comment 2016-07-25 16:31:07 +09:00
Pearson Henri
7d6547a8a0 Update typings for WebdriverIO to 4.0.4 (#10186)
* Add typings for API changes in 4.0.4

* Update wdio typings semver to 4.0.4
2016-07-24 00:33:45 -07:00
Logan Aube
3df355a623 Updated Consumer constructor signature (#10078)
Changed the type of the constructor's `fetchRequests` argument from `Array<Topic>` to `Array<OffsetFetchRequest>`
2016-07-24 00:32:24 -07:00
Pablo Ois Lagarde
d104e10960 nconf: allow nconf.get() without a key (#10059) 2016-07-24 00:31:44 -07:00
hackerschoolau
1364c7f9e0 Support Static Member (#10002)
interface JQueryStatic {
    timer: JQueryTimer;
}
2016-07-24 00:11:55 -07:00
Jan Rapp
934e591c7a sqlite3: add overloads with params and callback (#10040)
from: https://github.com/mapbox/node-sqlite3/wiki/API
> Database#run(sql, [param, ...], [callback])
> ... There are three ways of passing bind parameters: directly in the
function's arguments, as an array, and as an object for named
parameters. ...

We can support the last two parameter passing options even if a callback
is given.
2016-07-24 00:09:35 -07:00
mbeauchamp7
3f0988d6a0 changed push command to fit react-router's push (#10041) 2016-07-24 00:09:02 -07:00
lucap86
301ae9717e refs #9944 (#10043) 2016-07-24 00:08:10 -07:00
Andrey Kurdyumov
94d4f0e96e Make React-Redux work in UMD/Global setup (#10049) 2016-07-24 00:07:51 -07:00
Cao Jiannan
c7bae3970a widen supertest-as-promised promise usable (#10070) 2016-07-24 00:05:41 -07:00
Marcin Pacholec
4a19f0cc19 Update chroma-js to v1.1.1 (#10127)
* Update chroma-js to v1.1.1

* fix
2016-07-23 23:56:45 -07:00
Linda_pp
bc5616cf9c github-electron: Update to v1.2.7 (#10132)
* github-electron: Update to v1.2.6

* github-electron: Update to v1.2.7

* Fix tests for startDrag()

* Fix 'Wether' -> 'Whether'

* Fix missing/wrong APIs and fix some description

* Add missing notes of platform limitations

* Fix wether -> whether

* Add the same description to overloaded functions

* Add `BeginFrameSubscriptionCallback`
2016-07-23 23:55:13 -07:00
Tamir Duberstein
1eaec64362 fetch-mock: update to v5 (#10138) 2016-07-23 23:52:50 -07:00
Afshin Darian
e9aaf22c56 Rewrite sanitize-html typings. (#10139)
* Rewrite sanitize-html typings from scratch, reflect new version, full API.

* Remove superfluous exports, concat author instead of replace.
2016-07-23 23:51:55 -07:00
François Guillot
54b446166e Added new property 'fixedHeight' (#10163)
* Added new property 'fixedHeight'

* Updated version
2016-07-23 23:48:53 -07:00
geppy
a396c170ba Pouchdb (#10171)
* Started definitions for multi-module PouchDB

* Fixed whitespace

* Updated PouchDB definitions for v5.4.4.
2016-07-23 23:45:00 -07:00
François Guillot
d3a0db378a Added missing property GridColumnCommandItem.template (#10204) 2016-07-23 23:38:59 -07:00
NN
6e9e49ad9e Type WebRequestBody.formData (#10205) 2016-07-23 23:38:44 -07:00
Dan Bucholtz
b8de53efe8 eventType is a number, not a string, per the documentation (#10208) 2016-07-23 23:38:12 -07:00
York Yao
61e0188683 fix callback type (#10210) 2016-07-23 23:36:29 -07:00
Jeongho Nam
feba22125a TypeScript-STL v1.0 RC-5 (#10211)
* Node-Scanf

* TypeScript-STL v1 RC-5
2016-07-23 23:36:10 -07:00
Tim Schubert
d55ed5d0f1 angularjs - Added optional interceptorFn and expensiveChecks parameters to IParseService (#10213) 2016-07-23 23:34:39 -07:00
ersimont
ec2a478b24 Update chai-jquery.d.ts (#10214) 2016-07-23 23:33:59 -07:00
Ray Singer
1f9a2508cf Update orientation type from number to string (#10215)
When using this d.ts file I was getting a TS2345 error: Type 'string' is not assignable to type 'number'. Looks like it was just a copy and paste error or something. I've changed it from number to string.
2016-07-23 23:33:08 -07:00
Gabriel JUCHAULT
0c98b15167 Countdown.js (#10218)
* Countdown.js

* Remove header tags from tests

* fix(countdownjs): removed var
2016-07-23 23:31:51 -07:00
Michael McKenzie
88992f2e32 Changing djit.Destroyable.own signature to match documentation and implementation (#10219)
* 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.

* Changing djit.Destroyable.own signature to match documentation and implmentation
2016-07-23 23:31:10 -07:00
Brad Smith
da7c99c73b Added unselectedTintColor prop to TabBarIOS (#10251)
Per https://facebook.github.io/react-native/docs/tabbarios.html#props
2016-07-23 23:30:08 -07:00
alexndlm
00055c095d Add type definitions for BazingaJsTranslationBundle (#10220) 2016-07-23 23:28:56 -07:00
Sachin Patney
b9a4af1c2f Update plotly.js.d.ts (#10222)
This could also just be an element instead of a selector string
2016-07-23 23:27:14 -07:00
mcriss
269fe3fee9 Add nodir to SrcOptions (#10225) 2016-07-23 23:26:53 -07:00
Matt Ferderer
98c279c49f Added events to cropperjs options and tests for the events. The tests are from usage example on the cropperjs GitHub repo. (#10226) 2016-07-23 23:26:38 -07:00
Ruben Slabbert
13837166f1 Knex.js: Added TableName type and changed join bindings (#10227) 2016-07-23 23:25:36 -07:00
MichaelBuen
3dde9d27db Update aws-sdk.d.ts (#10232)
Make QueueUrl optional, as it can have a default value that is be obtained from aws.SQS:

```
var sqs = new aws.SQS({
    region: config.aws.region,
    accessKeyId: config.aws.accessID,
    secretAccessKey: config.aws.secretKey,

    // For every request in this demo, I'm going to be using the same QueueUrl; so,
    // rather than explicitly defining it on every request, I can set it here as the
    // default QueueUrl to be automatically appended to every request.
    params: {
        QueueUrl: config.aws.queueUrl
    }
});

var sendMessage = Q.nbind( sqs.sendMessage, sqs );


// ---------------------------------------------------------- //
// ---------------------------------------------------------- //


// Now that we have a Q-ified method, we can send the message.
sendMessage({
    MessageBody: "This is my first ever SQS request... evar!"
})

```

Based on:
http://www.bennadel.com/blog/2792-shedding-the-monolithic-application-with-aws-simple-queue-service-sqs-and-node-js.htm
2016-07-23 23:21:08 -07:00
Matt Jeanes
d8d32d70b4 Add WorkItemTrackingApi.createWorkItem to vso-node-api (#10233) 2016-07-23 23:20:53 -07:00
^_^
0afdcee878 Update jquery.fileupload definitions (#10236)
Actual code always tries to convert anything that's not jquery object to jquery
2016-07-23 23:01:57 -07:00
Volker Braun
66876a46ec Indexing the IDocumentService should return Document (#10237)
JQ(lite)-unwrapping $document[0] should be of type Document instead of
the default HTMLElement. Otherwise important methods like
getElementById are missing.
2016-07-23 23:01:27 -07:00
Alexey Svetliakov
5ad563cfc0 Aphrodite (#10238)
* Aphrodite

* added no-important module

* change css() args to any[]
2016-07-23 23:01:10 -07:00
Dmitry A. Efimenko
b3889a9127 Agenda missing props/methods (#10239) 2016-07-23 23:00:16 -07:00
Esteban Ordano
994439d8ed ioredis: Add some missing properties (#10240)
These are minor changes:

* There's a `status` field that can be used to check if the connection to the redis server is active.
* There's a `getBuffer` method that returns a node `Buffer` instance instead of a string (if you're saving binary data on redis, this is useful).
* The callback on `connect` is optional.
2016-07-23 22:59:38 -07:00
Eytan Manor
10f5180288 feat(meteor-accounts-phone): Add 'meteor-accounts-phone' definition file (#10244) 2016-07-23 22:58:43 -07:00
Eytan Manor
b27c623e2a refactor(meteor-publish-composite): Add module definition to 'meteor-publish-composite' definition file (#10245) 2016-07-23 22:57:39 -07:00
Sam Verschueren
24b237de6c add load-json-file (#10246) 2016-07-23 22:52:55 -07:00
iclanton
d9b96bdada webpack-stream typings. (#10248) 2016-07-23 22:48:56 -07:00
Birk Skyum
96034d863b Update parse.d.ts (#10249)
Alter options for Cloud.run and Query.each
2016-07-23 22:47:59 -07:00
NN
5e942d89e6 Fix typo, schema => scheme (#10203)
See documentation https://developer.chrome.com/extensions/webRequest
2016-07-23 20:09:20 -07:00