Commit Graph

20358 Commits

Author SHA1 Message Date
Yui
d91dde0a8e Merge pull request #10263 from jokester/react-native-include-viewprops
react-native: let a few following interfaces extend `ViewProperties`
2016-07-25 20:56:04 -07:00
Yui
91df1a377b Merge pull request #10259 from zixia/master
fix #10250 for verifyClient callback in ws definition file
2016-07-25 20:54:41 -07:00
Yui
54728012d6 Merge pull request #10258 from birkskyum/patch-2
Fix export issues in parse.d.ts
2016-07-25 20:50:17 -07:00
Yui
af87ccfb9a Merge pull request #10257 from iclanton/ianc/webpack-fix
Fixing issue in webpack.d.ts
2016-07-25 18:09:18 -07:00
Yui
1159e1b773 Merge pull request #10255 from amincheloh/patch-1
Update Boom to 3.2.2
2016-07-25 18:06:52 -07:00
Ryan Cavanaugh
44592d79b8 Merge pull request #10281 from adamcogx/master
Fixed an issue with linq/linq.3.0.4-Beta5.d.ts/groupBy compareSelector, it should be based on TKey not T
2016-07-25 16:25:33 -07:00
Ryan Cavanaugh
d7b523f342 Merge pull request #10288 from rundef/master
[restify] add patch function definition
2016-07-25 16:23:56 -07:00
Mickael Burguet
f92b6d38df [restify] add patch function definition 2016-07-25 16:31:23 -04:00
Adam Greene
984cc66fbf Fixed an issue with groupBy's compareSelector, it should be based on TKey not T. 2016-07-25 13:56:31 -03: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
Wang Guan
29e1a843c2 let the following interfaces extend ViewProperties:
- ActivityIndicatorIOSProperties
- ActivityIndicatorProperties
- DatePickerIOSProperties
- DrawerLayoutAndroidProperties
- PickerProperties
- MapViewProperties
- ProgressBarAndroidProperties
- ProgressViewIOSProperties
- RefreshControlProperties
- ScrollViewProperties
- ListViewProperties
- SegmentedControlIOSProperties
- SliderProperties
- SliderIOSProperties
- TabBarIOSProperties
- TabBarItemProperties
- SwitchProperties
- SwitchPropertiesIOS
- WebViewProperties
2016-07-25 03:04:14 +09:00
Zhuohuan LI
6a6f78076b work with --target es6 2016-07-24 20:25:36 +08:00
Zhuohuan LI
c32177d0cd type alias for 2 callback, fix #10250 2016-07-24 20:21:53 +08:00
Zhuohuan LI
f7163677f8 add protocol, fix verifyClient callback defination 2016-07-24 20:19:34 +08:00
Birk Skyum
a3359b33ec Fix export issues in parse.d.ts
In node: Module '"parse/node"' resolves to a non-module entity and cannot be imported using this construct.
In browser: Module '"parse"' resolves to a non-module entity and cannot be imported using this construct.

Parse can now be imported like:
import * as Parse from 'parse/node'
2016-07-24 13:38:20 +02:00
Ian Clanton-Thuon
82e655b668 Fixing issue in webpack.d.ts 2016-07-24 04:24:10 -07:00
Amin Cheloh
675b216b6a Update Boom to 3.2.2 2016-07-24 17:13:33 +07: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