Commit Graph

25689 Commits

Author SHA1 Message Date
Michael McCarthy
f96596fa4e Increase version number in header 2017-01-21 20:02:09 -05:00
Michael McCarthy
bccb2cadc3 Add ArrayBuffer parameter to js-md5 2017-01-21 19:54:19 -05:00
Michael McCarthy
cb95e528e7 Add ArrayBuffer parameter to js-md5 2017-01-21 19:49:48 -05:00
Vu Tran
d568404f00 react-virtualized: Add interfaces for Table and Column (#14156) 2017-01-20 16:39:37 -08:00
Andy
8b6b40ad35 ecmarkup: Provides its own types (#14150) 2017-01-20 16:33:34 -08:00
durad
138e095da4 Added definition for globule (#14153)
* Implemented match, isMath and find

* Added all functions

* Made options optional.

* Added tslint.json and fixed lint errors

* Fixed definition for mapping function

* Fixed issue with strict nulls
2017-01-20 13:31:50 -08:00
Danny Cochran
a5a560b3e1 Update webViewStatic to include postMessage API (#14151) 2017-01-20 13:28:33 -08:00
Sébastien Côté
2685789765 Add collapsible callback function (#14142) 2017-01-20 11:24:33 -08:00
Mohamed Hegazy
a569c59c8f Add major version upgrade documentation (#14130)
* Add major version upgrade documentation

* add note about depenencies
2017-01-20 11:19:03 -08:00
Michael Joye
0705aae93a Change the toSerialized to ToSerialized so it matches what SharePoint SP.Guid has (#14147) 2017-01-20 11:16:54 -08:00
Victor Widell
59e3f42457 Added text option to extendTypes. (#14132) 2017-01-20 11:09:01 -08:00
Luca Trazzi
ccfe42e5d0 Corrected Modernizr breaking change (#14137)
* AMD & UMD compatible, following toastr as example

* added tslint and contributor

* correctly wrapped union type as this is a function
2017-01-20 11:08:09 -08:00
Nikita Matrosov
632e62aadf Add 'hide' method in typing definitions (#14138) 2017-01-20 11:06:47 -08:00
Lxxyx
33fb4236d6 fix(webview): webview android useraget props missing (#14140) 2017-01-20 11:00:52 -08:00
Luca Trazzi
71006850d1 updated swiper to 3.4.1 (#14070)
* moved 2.0.0 version of swiper to V2

* updated swiper to 3.4

* added as contributor to swiper

* Added path mapping for itself as old version

* tsconfig corrected types root
2017-01-20 11:00:08 -08:00
ysgk
9d20b59e9b Fixed google.maps.InfoWindow.setPosition interface (#14115) 2017-01-20 10:56:09 -08:00
Péter Kovács
f20bfbfba3 [tether-drop] Improve beforeClose function signature (#14145)
beforeClose function in the type definition has no parameters, yet in drop source code (DropInstance class, beforeCloseHandler method) two parameters are passed to this function.
First the JavaScript event object, that triggered the close, and then the drop instance object. The signature was updated to reflect this.
2017-01-20 09:55:59 -08:00
Meno Abels
8afe753209 sshpk: corrected options in toString are optional (#14146) 2017-01-20 09:52:43 -08:00
Ben Greene
71d121fb2b Remove unnecessary union on extent. (#14133) 2017-01-20 09:07:09 -08:00
John Reilly
08d1ef6bdd Merge pull request #14028 from pzavolinsky/master
React: add typed target for change events
2017-01-20 11:10:07 +00:00
Linda_pp
db23448a5d Add 'jump.js' module (#14129) 2017-01-19 21:50:30 -08:00
Ian Ker-Seymer
ab1f759aa1 Add route-parser type declarations (#14013) 2017-01-19 21:05:02 -08:00
Shun Takahashi
0b60775142 Add strong-cluster-control typing files (#14128) 2017-01-19 20:52:18 -08:00
Alexander Trefz
696932988b Fix Headers.get of isomorphic-fetch (#14113)
* Fix isomorphic-fetch IHeaders.get signature

According to the specification, get can return null, so this should be explicit, since TS 2.0.

* Remove trailing whitespace

* Fix Lint
2017-01-19 20:51:07 -08:00
Ivo Senner
93cfad5738 Add type definition for UIkit.Dropdown (#14108) 2017-01-19 16:10:24 -08:00
Tim Gaines
1398d9e2cd Add ready event function definition (#14127) 2017-01-19 16:09:53 -08:00
Tim Schraepen
9c0b54dc30 Introduced Types for the vkBeautify npm package (#13948)
* contribution of types for vkbeautify, a prettyprinting lib

* added docs to methods

* now linting

* fixed lint suggestions

* added original project

* fixed export according to review

* added --allowSyntheticDefaultImports to allow export = instead of export default

* namespace unnecessary
2017-01-19 13:28:26 -08:00
rebelwolfson
25420083bd missed API added and comments improved (#14050)
* added missed api and documentation partly improved

* minor improvements in API and docs

* docs improvements

* docs improvements

* redocumenting and api updating completed

* tests added and contributors field extended

* indentation normalized
2017-01-19 13:15:14 -08:00
Chris Khoo
2b0c594731 add readOnly to commandDefinition (#14125) 2017-01-19 13:09:22 -08:00
Tomasz Łaziuk
3a3831bc52 [jfs] new typings, version 0.2.6 (#14124)
* jfs v0.2.6

* node is not needed
2017-01-19 13:08:52 -08:00
Daniel Pereira
143c105561 Added new "mock-raf" type definitions (#14095)
* Added mock-raf

* Fix tsconfig.json

* Added tslint and fixed module

* Update project

* export just a function
2017-01-19 13:07:57 -08:00
Tomasz Łaziuk
c137711a1b [parse-torrent] version bump to 5.8, webtorrent changes (#14100)
* parse-torrent and dependencies

* partial fix

* encode-decode fix
2017-01-19 13:06:52 -08:00
Sergei Dorogin
6afd3751f7 jquery.fileupload (#14123)
added JQueryFileUploadXhr.headers field
2017-01-19 13:05:40 -08:00
David Herges
fd5dc234aa update type definitions for numeraljs (#14120) 2017-01-19 13:05:26 -08:00
scippio
205f2ffa69 end() method with callback (#13705)
added callback into end() method
2017-01-19 10:05:38 -08:00
Alexandre Paré
aee5331d05 add npm payment (#14121)
* add npm payment

* tslint + test
2017-01-19 09:52:00 -08:00
Arne Schubert
130f8c921f Sqlite3 fix nullChecks in static test (#14098)
* Improove typing to the new guidelines

* Replace Function type
2017-01-19 09:36:13 -08:00
黄子毅
d7f8c99d4e [gaea] Add Gaea Editor's types, namespace 'Gaea' (#13524)
* add Gaea

* use cli

* fix

* fix

* update

* update

* fix bug

* recover package.json

* rename test file
2017-01-19 09:32:56 -08:00
pgonzal
98b47fbc86 Fix z-schema module definition and add SchemaErrorDetail (#14005)
* Fix module declaration so that helper interfaces are usable again

* Introduce SchemaErrorDetail since getLastError() and getLastErrors() return two distinct types; add documentation

* Fix unit tests, add explicit type declarations

* Transferred project ownership from Adam

* Eliminated ambient external module by making Validator into a merged class and namespace
2017-01-19 09:30:59 -08:00
Pat Sissons
461eb31187 Updating rx-dom typings to be module style instead of ambient style (#14105)
* transitioning from ambient style typings to module style typings

* adding some notes to test file

* merging redundant definitions

* updating version to match the current rx-dom version

* adding lint config
2017-01-19 09:29:50 -08:00
Andy
450a426995 Set "target": "es6" where necessary. (#14111) 2017-01-19 06:37:32 -08:00
Patricio Zavolinsky
cfe2a21973 React: add typed target for change events 2017-01-19 08:59:57 +00:00
Andy
d26ba1fb9c codependency: Remove 'package.json' (#14103) 2017-01-18 14:46:36 -08:00
Andy
728bd4841d Remove package.json dependencies for @types/d3 when we can use path mapping instead. (#14102)
* And remove d3's `package.json` since it depends on the latest versions of its components.
2017-01-18 14:45:40 -08:00
Arne Schubert
e354450970 Enhance tests, add lint rules and fix signature (#14101) 2017-01-18 14:43:43 -08:00
Andy
966cdb36dd 'vue-router' provides its own types (#14099) 2017-01-18 14:34:33 -08:00
Arne Schubert
4d4a14359a Add npm module progressbar (#14097) 2017-01-18 14:30:53 -08:00
Костя Третяк
e42960acab Update declarations for 'lru-cache'. (#14096) 2017-01-18 14:30:06 -08:00
Shlomi Assaf
961360f1ec webpack: Loader API (#13697) 2017-01-18 13:11:41 -08:00
Alexandre Paré
b6e2b3f577 add react-facebook-login (#14077)
* add react-facebook-login

* add allowSyntheticDefaultImports

* use namespace ReactFacebookLogin
2017-01-18 13:00:56 -08:00