Commit Graph

19076 Commits

Author SHA1 Message Date
Rand Scullard
8ef4d9a7db Add definitions for fontfaceobserver (#9453) 2016-06-02 22:05:18 +09:00
Peter Hajdu
9161d4fca9 fix angular-material import as module (#9451)
[TypeScript error: xxx.ts(xx,xx): Error TS2307: Cannot find module 'angular-material'.]
2016-06-02 22:02:58 +09:00
ven
32e93d9fa7 fix typo (#9450) 2016-06-02 21:55:22 +09:00
Jeongho Nam
65b05d550d TypeScript-STL & Samchon-Framework (#9448)
TypeScript-STL v0.9.9
Samchon Framework v1.1.0
2016-06-02 21:54:06 +09:00
Roman Würsch
d4ab7731d3 WheelEvent extends MouseEvent not SyntheticEvent (#9437) 2016-06-02 21:51:06 +09:00
Chris Manning
61d2636c2c Changed hapi IRouteConfiguration handler property to be optional (#9439)
The hapi IRouteConfiguration handler property should be optional as the
handler can alternatively be provided via the config property using the
handler property of IRouteAdditionalConfigurationOptions.
2016-06-02 21:50:23 +09:00
Caleb Eggensperger
191daf6112 Fix component router breakage (#9442) 2016-06-02 21:49:24 +09:00
Dan Marshall
c16125cd71 Updates to Bezier-js (#9441)
* Added definitions for Bezier.Js

* updates for maker.js and bezier.js

* removed copyright

* deleted bezierjs

* Added definitions for Bezier.Js

* updates for maker.js and bezier.js

* deleted bezierjs

* changed name to DefinitelyTyped

* update tests for 0.8.0

* rename to bezier-js

* add pdfkit reference

* public clockwise

* added signatures for split()

* added extra signature for split()

* Added definitions for Bezier.Js

* updates for maker.js and bezier.js

* removed copyright

* deleted bezierjs

* Added definitions for Bezier.Js

* deleted bezierjs

* changed name to DefinitelyTyped

* rename to bezier-js

* add pdfkit reference

* public clockwise

* added signatures for split()

* added extra signature for split()
2016-06-02 21:45:30 +09:00
Thomas Townsend
ce1b9ab234 Add immutable typings (#9412)
* Add immutable typings

* Fix header

* Rename immutable test
2016-06-02 21:43:58 +09:00
hookclaw
edb64e4a35 Add "locutus.d.ts" (#9395)
* Add "locutus.d.ts"

* Fix reference comment
2016-05-26 23:23:49 +09:00
hookclaw
651987be27 Add "jsonnet.d.ts" (#9394)
* Add "jsonnet.d.ts"

* fix comment
2016-05-26 23:22:13 +09:00
hookclaw
70a3d231e1 Add "istanbul-middleware.d.ts" (#9393)
* Add "istanbul-middleware.d.ts"

* Add reference comment
2016-05-26 23:21:53 +09:00
hookclaw
be20672826 Add "express-domain-middleware.d.ts" (#9396)
* Add "express-domain-middleware.d.ts"

* Add reference comment
2016-05-26 23:21:26 +09:00
Matthew Wilton
f3fb377beb Handle mutating promise return types in PDF.js. (#9431) 2016-05-26 23:14:14 +09:00
Alex Staroselsky
c851b46f11 Added interface for Angular Material Prompt Dialog added in 1.1.0-rc1 (2016-03-09) extending IPresetDialog<T> and included cancel() and placeholder() methods. (#9420) 2016-05-26 23:13:45 +09:00
Danilo Jr
e8357a2f9d Adding some form components in react-bootstrap (#9070)
* adding some form components

* fix some components type

* fix some components type. this fixes issue #9062
2016-05-26 23:12:39 +09:00
Jan-Pieter Zoutewelle
dc619d01b2 Added the version of React to the typing. (#9429)
* Added version to React typings

* Update react.d.ts
2016-05-26 22:46:01 +09:00
Dhananjay Balan
e8377d3d50 Improve z-schema.d.ts (#9427)
- add `validateSchema` function to the definitions.
2016-05-26 22:45:38 +09:00
PascalSenn
3a5e413626 update(Gridstack): update to version 0.2.5 (#9430)
* Update existing function to version 0.2.5

May there are new functions

* Update existing tests to version 0.2.5
2016-05-26 22:45:27 +09:00
Dominik
37fa4e22fd Added onFocus prop (#9426) 2016-05-26 22:39:26 +09:00
thynson
512ffae8cc Support Array as Value type (#9382) 2016-05-26 22:38:10 +09:00
Juan Luis Boya García
1a1580dd78 Rx: retryWhen (#9422) 2016-05-26 22:36:10 +09:00
delphinus
3e77642fd9 Add origin() & joinPaths() to urijs (#9419) 2016-05-26 22:21:52 +09:00
Matthias
ae98aa7dd3 Added Missing third ExecCallback param (stderr) for shelljs (#9417)
* Added Missing third ExecCallback param (stderr) for shelljs

* Made third ExecCallback parameter optional
2016-05-26 22:11:56 +09:00
Mohamed Hegazy
7ad4e09016 Merge pull request #9433 from mhegazy/FixNodeBufferFillDefinition
Fix `NodeBuffer.fill` definition
2016-05-25 12:35:11 -07:00
Marian Palkus
b9989e602b Update definitions of enzyme to version 2.3.0. (#9361)
* Update definitions of enzyme to version 2.3.0.

* Fixed URL of enzyme repository.
2016-05-25 17:39:55 +09:00
Tanguy Krotoff
8d252184e4 Allow ES6 import syntax for wolfy87-eventemitter.d.ts (#9415)
* Boostrap -> Bootstrap

* Allow ES6 import syntax for wolfy87-eventemitter.d.ts

See https://github.com/Microsoft/TypeScript/issues/5073
2016-05-24 23:24:29 +09:00
Chitoku
4248c26185 Add FileCallback and PerRouteMiddleware (#9374)
* Add FileCallback and PerRouteMiddleware

* Use import syntax in ECMAScript 6
2016-05-24 23:24:03 +09:00
Tom Wanzek
f2b2aeb303 Added missing exports for format and compile functions to support custom named formats (#9364)
* Added exports for functions format(name: string, fmt: string | Function): Function and compile(format: string): Function to morgan namespace. These fnctions are exported in the morgan js module and can be used in conjunction with the token function to create named custom formats. Inncluded tests.

* Added interface definitions to clarify the signatures of callback function used in defining custom tokens (TokenCallbackFn) with morgan.token(...). Added interface definitions to clarify signatures of custom format functions returned by morgan.compile(...) and used as arguments to morgan.format(...) and morgan(...). Added interface Morgan to clarify return type of morgan.token(...), morgan.compile(...) and morgan.format(...). For a detailed discussion of the rationale of there changes see comments in pull request #9364. Updated tests.

Updated version reference to morgan 1.7.0.
2016-05-24 23:23:55 +09:00
Victor Costan
9d184d8b22 backbone.radio: add module definition (#9413) 2016-05-24 23:21:30 +09:00
Tamir Duberstein
587f9d9cb0 isomorphic-fetch,whatwg-fetch: Add ArrayBuffer to BodyInit (#9387)
* isomorphic-fetch: whitespace

* isomorphic-fetch: Add ArrayBuffer{,View} to BodyInit

Relevant specs:
BodyInit: https://fetch.spec.whatwg.org/#bodyinit
BufferSource: https://heycam.github.io/webidl/#common-BufferSource

* whatwg-fetch: Add ArrayBuffer{,View} to BodyInit

Relevant specs:
BodyInit: https://fetch.spec.whatwg.org/#bodyinit
BufferSource: https://heycam.github.io/webidl/#common-BufferSource
2016-05-24 23:20:46 +09:00
William Comartin
4eb951c307 Adding Definitions for js-quantities (#9411)
* Add js-quantities library definitions

* Change Module to Namespace

* Remove intl-tel-input
2016-05-24 23:10:12 +09:00
Dan Marshall
ffe35810b4 Maker.js 0.8.0 and Bezier-js (#9408)
* Added definitions for Bezier.Js

* updates for maker.js and bezier.js

* removed copyright

* deleted bezierjs

* Added definitions for Bezier.Js

* updates for maker.js and bezier.js

* deleted bezierjs

* changed name to DefinitelyTyped

* update tests for 0.8.0

* rename to bezier-js

* add pdfkit reference

* public clockwise
2016-05-24 23:01:41 +09:00
Timofey Kachalov
dfa9185e5b Escodegen precedence (#9402)
* Added Precedence enum

* Added test for Precedence enum

* Added Precedence enum

* fixed test
2016-05-24 23:00:38 +09:00
Dmitry Pesterev
10dc219acc Updated jquery.tooltipster to 3.3.0 (#9406)
* Definitions for jquery.tooltipster 3.3.0

* Updated tests to test type union in content

* Version
2016-05-24 23:00:13 +09:00
Yonezawa-T2
b32c4f463d Updates kii-cloud-sdk v2.4.3 -> v2.4.4. (#9400)
Adds `getPendingEmailAddress` and `getPendingPhoneNumber`.
2016-05-24 22:56:40 +09:00
Sean Kelley
d456e7ccb0 Inferrable _.assign*, _.extend*, _.defaults (#9388)
* Change the signatures of the _.assign* functions to use intersection types, following 4e4ffc7e.

* Redefine _.extend and _.extendWith from scratch by copy-paste-renaming _.assignIn and _.assignInWith (respectively).

* Uncomment lodash/extendWith module since it exists now.

* Redefine _.defaults using 6ff5a95d0 as a template.

* Flip the order of _.defaults intersected types so earlier arguments take precedence when a field is mentioned multiple times.

Also fix an extraneous type parameter on an _.assign overload.

* Rewrite most of the tests to remove the TResult parameter where appropriate. Add extendWith tests separate from extend tests.

* Fix bug with _.defaults where the explicit wrapper variant would return an implicit wrapper.

* Update lodash tests to remove a bunch of now-unnecessary type specification.
2016-05-24 22:56:08 +09:00
cjbarth
5f9cf2d84c Update Options.ca to use same type as NodeJs (#9399)
ca: A string, Buffer or array of strings or Buffers of trusted certificates in PEM format.
2016-05-24 22:53:46 +09:00
Telshin
1751c28d19 React-GA typing files (#9397) 2016-05-24 22:52:21 +09:00
Pei-Tang Huang
8a851abfad Html2canvas 0.5 (#9293)
* Merge function with optional argument.

* Align function to 0.5.0 (by replacing callback by Promise.)

* Declare module for easier import.

* Format.

* Update version and author information.

* Use ES6 Promise directly.
Since DefinitelyTyped recommend compilation with `--target es6` and `--noImplicitAny` options.

* Revert "Use ES6 Promise directly."
Projects targeting es5 wouldn't compile due to the leak of ES6 Promise.

This reverts commit 7d022d153c0601384d920671a3150fa7bcacd166.

* Fixed header format.
2016-05-24 22:50:36 +09:00
Tanguy Krotoff
9fb3c230e0 Add core.version (#9383)
See https://github.com/zloirock/core-js/blob/v2.4.0/modules/_core.js#L1
See https://github.com/zloirock/core-js/blob/v2.4.0/library/modules/_core.js#L1
2016-05-24 22:48:47 +09:00
Boris Yankov
a5c07a6098 Merge pull request #9264 from abbasmhd/master
add clearOptions to force clearing a toast
2016-05-24 06:39:25 +03:00
Mohamed Hegazy
94b221dd73 Remove unreachable code 2016-05-23 17:27:55 -07:00
Mohamed Hegazy
9081e075b7 Fix extend erro for NodeBuffer
With change https://github.com/Microsoft/TypeScript/pull/8515, `Uint8Array.fill` method now returns `this`.
Fixing definition of `NodeBuffer` to maintain extends relationship with `Uint8Array`
2016-05-23 17:25:06 -07:00
Denis Shelomovskij
e69daec7f7 Fix LoaderHandler.add signature. (#9410)
Also specify `LoaderHandler.handlers` element type.
2016-05-23 13:13:17 +09:00
Rajab Shakirov
c709db2e04 update visibleTimeStart, visibleTimeEnd properties (#9405)
* update visibleTimeStart, visibleTimeEnd properties

* update to actual version number
2016-05-23 13:11:52 +09:00
rubyboy
e39e0817d0 Updated atmosphere.js to have a default exported module. (#9355) 2016-05-23 13:10:26 +09:00
Timofey Kachalov
21355aa58d estraverse d.ts (#9401) 2016-05-23 13:09:47 +09:00
Ryan
4d47ff605f Adding arrows function to render function of dagre-d3 (#9398) 2016-05-23 13:08:21 +09:00
hookclaw
80843c4d7e Add "argv.d.ts" (#9392) 2016-05-23 13:00:18 +09:00