Commit Graph

25123 Commits

Author SHA1 Message Date
Free Willaert
5f9dd59253 @types/jsonwebtoken: SignOptions: add keyid and audience can be array (#13625)
* SignOptions: add keyid and audience can be array

* Update minor version.
2016-12-29 15:51:00 -08:00
Andy
435aa0f13e Merge pull request #13623 from DefinitelyTyped/not_needed_fix
Remove merge conflict marker
2016-12-29 15:06:22 -08:00
Andy Hanson
79a6cdfefd Remove merge conflict marker 2016-12-29 15:05:26 -08:00
Andy
800f464c83 ej.web.all: Fix version (#13619) 2016-12-29 14:44:23 -08:00
Andy
9a3241a044 Merge pull request #13577 from DefinitelyTyped/chosen_js
Rename `chosen` to `chosen-js` to match the NPM package name
2016-12-29 12:57:29 -08:00
Andy
ebeb92fd5f Merge pull request #13617 from DefinitelyTyped/pixi
pixi.js: Update to 4.3
2016-12-29 12:55:17 -08:00
wauters
6d6ec56944 Parameter formid is NOT required on the Xrm.Utility.openEntityForm() request (#13514)
formid is an optional parameter.
See: https://msdn.microsoft.com/en-US/library/jj602956.aspx#BKMK_OpenEntityForm
2016-12-29 12:36:20 -08:00
Mohamed Hegazy
de1d13bd54 Add new packages (#13578)
* Add xstream

* Add bigi

* Add uuid-js

* Add user-home

* Add strip-bom

* Add strip-ansi

* Add slug

* Add safe-regex

* Add react-recaptcha

* Add is-absolute-url

* Add is-archive

* Add is-compressed

* Add is-relative-url

* add is-root-path

* Add is-root

* Add is-text-path

* add os-homedir

* Add os-tmpdir

* Add path-is-absolute

* Add pad

* Add number-is-nan

* Add node-hid

* Add is-finite

* is-path-incwd

* Add indent-string

* Add cpy

* Add camelcase-keys

* Add blacklist

* add http-codes

* clamp-js

* Add checkstyle-formatter

* Add currency-formatter

* Add multi-typeof

* Add intl-messageformat

* Add coinstring

* Add ecurve

* Add bitcoinjs-lib

* Add deep-freeze

* Add fuxxaldrin

* Add react-body-classname

* Add react-highlight-words

* Update headers

* Fix lint errors

* remove xstream

* Code review comments

* Remove clamp-js in favour of https://github.com/DefinitelyTyped/DefinitelyTyped/pull/13527
2016-12-29 12:34:20 -08:00
Andy
89d5c98c85 Merge pull request #13448 from DefinitelyTyped/improve_pr_template
Clarify pull request template.
2016-12-29 12:21:53 -08:00
Andy
c72f19ae3c Add section to README about DOM APIs (#13610) 2016-12-29 12:13:21 -08:00
Andy
d8ef3b7963 verror: Put other exports into a namespace merged with class VError (#13612) 2016-12-29 12:12:36 -08:00
Andy Hanson
053a52faa6 Fix tests 2016-12-29 12:07:34 -08:00
Andy Hanson
89340811e3 pixi.js: Update to 4.3 2016-12-29 11:58:42 -08:00
Andy
550736dd40 Merge pull request #13615 from DefinitelyTyped/nblas
Add nblas
2016-12-29 14:48:21 -05:00
Andy Hanson
69fa86c749 Add nblas 2016-12-29 14:36:32 -05:00
Andy
8ec2737fa3 Merge pull request #13606 from prashaantt/patch-code
Refactor, fix typings and linter warnings
2016-12-29 14:02:05 -05:00
Prashant Tiwari
712495b041 Fix typo 2016-12-30 00:29:10 +05:30
Prashant Tiwari
2ae5bdd2cf Revert to public interfaces 2016-12-30 00:18:52 +05:30
Andy
e2988a134e Merge pull request #13605 from jefff/fix-dgram-socket-message-event
In node, fix dgram.Socket message event
2016-12-29 12:18:58 -05:00
Andy
c5eb36ad67 Merge pull request #13538 from max4t/master
[verror] strictNullChecking and possible null/undefined to VErrorOptions
2016-12-29 11:59:18 -05:00
Andy
fd3b0f4912 Merge pull request #13596 from DefinitelyTyped/merge_28dec
Merge 28dec
2016-12-29 11:49:34 -05:00
Andy
ac586e578e Fix typo (#13609) 2016-12-29 11:49:03 -05:00
Martin D
1fe7368496 Added optional arguments to addWidget (#13598)
* Added optional arguments to addWidget

See API: https://github.com/troolee/gridstack.js/tree/master/doc#addwidgetel-x-y-width-height-autoposition-minwidth-maxwidth-minheight-maxheight-id

* Added missing parameters
2016-12-29 11:48:29 -05:00
d-ph
cd33100747 Add bluebird-global typings for bluebird.js. (#13541)
* Add bluebird-global typings for bluebird.js.

`bluebird-global` uses `bluebird` typings in order to expose its functions
on the global Promise symbol. This is generally how devs use bluebird.js
in the browser.

* Sort methods alphabetically in `bluebird-global` and apply some code style fixes.

* Apply code style fixes in `bluebird-global`.

* Add `noImplicitThis: true` to `bluebird-global/tsconfig.ts`.
2016-12-29 10:55:04 -05:00
frankwallis
6772d3f933 react-big-calendar: correct export format and add new props (#13414)
* react-big-calendar: correct export format and add new props

* react-big-calendar update example to use require syntax
2016-12-29 10:16:21 -05:00
Michael Mrowetz
af9acf0891 add swagger-express-mw (#13603)
* add swagger-express-mw

* fix: use global import
2016-12-29 10:10:11 -05:00
Prashant Tiwari
0b9e00f058 Fix linter warnings 2016-12-29 13:20:31 +05:30
Jefff Nelson
f2c1afd1c8 Fix dgram.Socket message event 2016-12-29 01:50:02 -06:00
Prashant Tiwari
95b2281110 Refactor
- Fix args for throw, add throws alias
- Don't expose internal interfaces
- Add linting
2016-12-29 13:03:27 +05:30
Sam Noedel
92a39091b5 Add .prop to chai-jquery assertions (#13393)
* Add .prop to chai-jquery assertions

* Fix tabs instead of spaces
2016-12-28 23:01:00 -05:00
Andy
1d1f0c82dd Fix test files referencing "assert" (#13602) 2016-12-28 18:56:29 -05:00
Aurélien Baumann
0841c5fe2f openlayers: adds featureProjection to the GeoJSONOptions interface (#13566) 2016-12-28 17:55:45 -05:00
Jeroen Vervaeke
f56090c1a0 Added type definitions for react-sidebar (#13350)
* Added react-sidebar

* Fixed comments

* Made CSSStyleDeclaration partial

* Added noImplicitThis

* Moved the Typescript version comment

* Fixed typo
2016-12-28 17:43:45 -05:00
cjbarth
c26e1aebf2 Add support for jasmine::Env::clearReporters (#13534) 2016-12-28 17:38:17 -05:00
Andy Hanson
71cdea320d Fix test failures 2016-12-28 14:06:07 -08:00
Donald Nairn
2d11ea633d Update version (#13531)
Incorrectly labelled version as 1.2.0, should be 1.1.
2016-12-28 16:16:37 -05:00
Sam Verschueren
565aa3c168 add p-defer typings (#13597) 2016-12-28 16:12:03 -05:00
Andrew Connell
dea04a3c69 update wallabyjs with viewport settings on environment (#13520) 2016-12-28 16:04:24 -05:00
Andy Hanson
2e869dbdc0 Merge branch 'types-2.0' into merge_28dec 2016-12-28 12:38:06 -08:00
MiiBond
6cde81ffcf Adding VRDevice.getFrameData and VRFrameData defs (#13519)
* Adding getFrameData and VRFrameData defs

* Fixing some spacing

* Making VRFrameData a class

* Changing type of timestamp to number
2016-12-28 14:20:02 -05:00
Dona278
891694e90b [ng-file-upload]: Removed duplicate interfaces (#13518) 2016-12-28 14:06:33 -05:00
Quentin Lampin
ca97700515 setters methods on ol.style.* (#13586)
* version v3.20.1

* fix: missing slash in URL
2016-12-28 11:59:20 -05:00
Carson Full
d89cced0ff [Material UI] Fix AutoComplete props (#13506)
* [Material UI] Fix AutoComplete errorText and hintText props and BottomNavigationItem icon and label props to be react nodes.

* [Material UI] Loosen AutoComplete data item to any as dataSourceConfig allows it to be configurable.
2016-12-28 11:40:29 -05:00
Syncfusion-JavaScript
14320b65b2 v14.4.20 changes merged to master repository (#13584) 2016-12-28 11:34:50 -05:00
Leo Rudberg
48a8cbecf3 Removed wasCalled from Spy (#13580)
Fixes #13567
2016-12-28 11:31:59 -05:00
Ravi Ojha
7f64eb12af Fuse definition changes (#13489)
* Changed the Namespace to Standard format (To upper case)
* Added generic type parameters for Fuse
* Added Export Statements to work with System Js setup
* Added test to varify generic parameters
2016-12-28 11:12:58 -05:00
Karol Janyst
08c8f92a86 Add definitions for react-notification-system-redux (#13431)
* Add definitions for react-notification-system-redux

* Add semicolor, add missing compiler option
2016-12-28 11:10:10 -05:00
Karol Janyst
43751cf91f Add definitions for react-maskedinput (#13430)
* Add definitions for react-maskedinput

* Add tslint.json

* Add required compiler option

* Add flag to compile against typescript 2.1

* Add semicolon, remove ts 2.1 target
2016-12-28 11:09:04 -05:00
Andy
614610c58d simple-xml: Simplify types and test (#13590) 2016-12-28 11:03:49 -05:00
Michael Mrowetz
cf835a59da add swagger-node-runner (#13509)
* add swagger-node-runner

* fix: add noImplicitThis:true to tsconfig

* fix: make tslint pass
2016-12-28 10:53:53 -05:00