Manish Lakhara
951b738dc9
Added Promise/A+ compliant thenable. Extending HelloJSEvent from HelloJSThenable.
2016-08-06 21:15:34 +05:30
Manish Lakhara
3e722697c8
Fix: HelloJSThenable required a type parameter.
2016-07-30 03:27:03 +05:30
Manish Lakhara
d6fa7eb79f
Added Thenable interface for Async Methods.
...
According to HelloJs doc, async methods return Promise A+ compliant thenable. So added interface for thenable and changed return type of login, logout and api methods.
2016-07-30 03:11:17 +05:30
Francis O'Brien
46ed88240c
updated vue-resource ( #10349 )
...
* Updated to match docs for version 0.9.3 (latest as of 07/19/16)
This is very important because response.data now returns raw data instead of a json object, you need to use res.json() to get an object representation of the response. .json() was missing from the typings.
Aditionally modified a few breaking changes to match the documentation at: https://github.com/vuejs/vue-resource/blob/master/docs/http.md
* Added tests for json, blob, and text
* fixed version number
2016-07-29 10:51:32 -07:00
Afshin Darian
e04d3b152e
Update to v1.13.0 and bug fix: sanitize-html expects tag attributes to be called attribs. ( #10360 )
2016-07-29 09:19:31 -07:00
York Yao
72031fce99
add definition of js-priority-queue ( #10347 )
2016-07-29 08:48:16 -07:00
Ryan Cavanaugh
a92dd568d7
Merge pull request #10254 from iclanton/ianc/globalize-compiler
...
Including typings for globalize-compiler.
2016-07-29 07:47:49 -07:00
Milan Burda
094dfc6420
Update to Electron 1.3.1 ( #10336 )
...
* Update to Electron 1.3.1
* Update editing command docs
* Fix argument types
2016-07-28 19:59:34 -07:00
David Newell
6303ed1e73
Adding a couple missing highcharts properites ( #10340 )
...
* Adding a couple missing highcharts properites
* Fixing indentation
* Indentation
2016-07-28 14:32:58 -07:00
Michael Matloob
2864d46664
webcomponents.js: Add typings for Element.createShadowRoot ( #10330 )
...
* webcomponents.js: Add typings for Element.createShadowRoot
createShadowRoot is deprecated in the official Shadow DOM spec,
but is the way to attach a shadow root in the current released
version of webcomponents.js.
* webcomponents.js: remove spurious extra line
* webcomponents.js: remove readonly modifier
Not supported until TS2.
* webcomponents.js: add Element.shadowRoot property
2016-07-29 00:31:34 +09:00
Bruno Grieder
94fa3e9080
Multiple minor fixes ( #10339 )
...
* better typing of onShouldStartLoadWithRequest in WebViewPropertiesIOS
* Fixes to WebViewProperties
* Missing methods in Navigator
* Fix of Platform.select()
* added support for interfacing with native-modules
* added support for interfacing with native-modules
* added dev variable
* Update to header notes
* Examples: alternative styles declaration
2016-07-29 00:26:43 +09:00
Patrick Lam
ea0b9196a6
protobufjs: updated Message interfaces ( #10198 )
...
* protobufjs: updated Message interfaces
* Added ProtoBuf.Util interface
* Fixed load functions of ProtoBuf namespace
Base on the protobuf.js API docmentation.
* use {} instead of Object
Fixed according to PR commit note.
2016-07-29 00:26:20 +09:00
Eugene Oskin
85ea13a986
Fix uuid.js definitions. ( #10318 )
2016-07-29 00:26:00 +09:00
Milan Burda
bf140ce89a
Add Electron specific versions to process.versions ( #10320 )
2016-07-29 00:24:22 +09:00
Jeongho Nam
f305105c13
Sleep ( #10333 )
2016-07-29 00:23:13 +09:00
dmitryrogozhny
48f8c2fbb0
Added definitions for the react-file-reader-input react component. ( #10327 )
2016-07-28 23:52:36 +09:00
dmitryrogozhny
8fc71dfcc7
Added definition for react-file-input React component ( #10325 )
...
* Added definition for react-file-input React component
* Added newline at end of file
2016-07-28 23:43:59 +09:00
Stephen Penney
58b0deb938
Update select2 to have selectOnClose option ( #10326 )
...
Option documented at https://select2.github.io/options.html#can-i-select-the-highlighted-result-when-the-dropdown-is-closed
2016-07-28 23:43:23 +09:00
Richard Natal
0bbf56537d
Impl: Updated definitions for oracledb ( #10323 )
2016-07-28 23:37:51 +09:00
Nikita Kobzev
d997f92b89
Added Headers constructor options to whatwg-fetch ( #10313 )
2016-07-28 23:28:41 +09:00
Andy Shu Xin
73291dad15
Document changes in 0.28 and 0.29 in React Native ( #10309 )
...
* RN: Widen limit of refreshControl
* RN: Update NavigationExperimental to 0.28
* RN: Define new method from 0.28
* RN: Promisify requestPermissions per 0.28
* RN: Remove onNavigate method
See: fb0007d853 (diff-04c37ff76f85aea35e8475617539b75fR94)
* RN: Add onNavigateBack method
See: fb0007d853 (diff-04c37ff76f85aea35e8475617539b75fR94)
* RN: Deprecate StatusBarIOS
* RN: Update StyleSheet API per 0.29
* RN: Define KeyboardAvoidingView added in 0.29
* RN: Define saveToCameraRoll added in 0.29
* RN: Define cancellable from InteractionManager
* RN: Add new possible values of flexDirection
* RN: Define lineBreakMode
* RN: Allow zIndex prop
* RN: Allow dimension limits
* RN: Specify type of refreshControl
* RN: Mark properties as optional
* RN: Clarify parameter naming
* RN: Mark optional property as optional
* RN: Definite explicit ref type
* RN: Restore StyleSheet.create to restore compatibility
2016-07-28 23:24:40 +09:00
Ian Clanton-Thuon
c867637b9e
Fixing a few minor issues in webpack-stream. ( #10253 )
2016-07-28 23:02:55 +09:00
dmitryrogozhny
fecf43607b
Changed AtomicBlockUtils and KeyBindingUtil from interfaces to classes with static functions ( #10324 )
2016-07-28 22:56:42 +09:00
Yui
5979f9f747
Merge pull request #10234 from lordgreg/patch-3
...
Update swiper.d.ts
2016-07-27 15:21:43 -07:00
Yui
60158ae634
Merge pull request #10269 from miniak/electron
...
Update to Electron 1.2.8
2016-07-27 15:16:42 -07:00
Yui
6e9e7fbaf0
Merge pull request #10276 from herrquark/master
...
Update slick-carousel definitions
2016-07-27 15:15:36 -07:00
Yui
8f544e7fc6
Merge pull request #10321 from jamescoward/master
...
[d3] Added missing histogram.range() method signature
2016-07-27 10:49:52 -07:00
Yui
e23f763be6
Merge pull request #10274 from zipengwu/stackedAreaChart
...
Add missing method definitions for StackedAreaChart
2016-07-27 10:48:58 -07:00
Yui
12aa907034
Merge pull request #10292 from samchon/master
...
Packer, 3d-bin-packing
2016-07-27 10:26:30 -07:00
Yui
c02f0cb25f
Merge pull request #10290 from amincheloh/patch-1
...
request: update project url
2016-07-27 10:18:01 -07:00
Yui
cbc6bea899
Merge pull request #10297 from latotty/convict-validate-stict
...
[convict] Added options (strict) to convict Config.validate
2016-07-27 10:15:45 -07:00
Yui
30aeeaea67
Merge pull request #10296 from rundef/master
...
[restify] Next handler - Change ifError to optional
2016-07-27 10:14:07 -07:00
Yui
d972727480
Merge pull request #10295 from thiagobustamante/patch-2
...
request.files property is not correctly mapped.
2016-07-27 10:10:11 -07:00
quark
78892d49f4
jqueryui: fix draggable's connectToSortable
...
connectToSortable should allow anything that can be passed to $(...)
2016-07-27 18:38:54 +03:00
quark
73a494e81b
Merge remote-tracking branch 'refs/remotes/DefinitelyTyped/master'
2016-07-27 16:29:03 +03:00
jamescoward
68ede31087
Removed additional line
2016-07-27 14:14:01 +01:00
jamescoward
45948d0956
Added missing histogram.range() method
...
histogram.range([range]) accepts a two element array representing the minimum and maximum of the range as well as a function that returns a two element array.
See: https://github.com/d3/d3-3.x-api-reference/blob/master/Histogram-Layout.md
I have added then method to the histogram typing
2016-07-27 14:12:18 +01:00
Jeongho Nam
6eac97dadb
Merge branch 'master' of https://github.com/DefinitelyTyped/DefinitelyTyped
2016-07-27 14:39:14 +09:00
Yui
07378f4a20
Merge pull request #10301 from ianks/react-bootstrap-table-editable
...
react-bootstrap-table: add cols and rows options to Editable
2016-07-26 17:47:15 -07:00
Ian Ker-Seymer
115b611e67
react-bootstrap-table: add ianks to definition authors list
2016-07-26 15:39:56 -04:00
Ian Ker-Seymer
34e87e1bca
react-bootstrap-table: add cols and rows options to Editable
2016-07-26 15:36:16 -04:00
Yui
56024034cc
Merge pull request #10287 from Asana/david-dnd-type
...
[ReactDnd] Module reorganization and typing updates
2016-07-26 10:24:52 -07:00
Yui
8a1678a3e5
Merge pull request #10275 from mmckenziedev/master
...
Changing dojo/_base/lang mixin signature to match documentation
2016-07-26 10:21:59 -07:00
ianc@microsoft.com
ec3c84142e
Updating typings for globalize-compiler to use the correct AST type.
2016-07-26 09:52:38 -07:00
Yui
3b8a0d1071
Merge pull request #10273 from zipengwu/nvd3
...
Fix problem - Cannot find module 'nvd3' when install as globel depend…
2016-07-26 09:22:04 -07:00
Yui
0111a6303f
Merge pull request #10278 from MattJeanes/nodemailer-transport-addverify
...
Nodemailer transport addverify
2016-07-26 09:18:34 -07:00
LaTotty
ee4933753a
convict config validation options test added
2016-07-26 18:01:47 +02:00
LaTotty
d6de17b331
convict config validation options added
2016-07-26 18:01:04 +02:00
Mickael Burguet
f9545880a4
[restify] Next handler - Change ifError to optional
2016-07-26 11:34:09 -04:00
Thiago Bustamante
1cf42d459f
request.files property is not correctly mapped.
...
As is documented on multer project (https://github.com/expressjs/multer ):
// req.files is an object (String -> Array) where fieldname is the key, and the value is array of files
//
// e.g.
// req.files['avatar'][0] -> File
// req.files['gallery'] -> Array
//
// req.body will contain the text fields, if there were any
2016-07-26 10:50:55 -03:00