Commit Graph

23240 Commits

Author SHA1 Message Date
hktonylee
07765863bf added fetch function in react-native (#12408) 2016-11-02 22:18:52 +09:00
Zhengbo Li
95a8139d37 Merge pull request #12188 from StefH/types-2.0
Fix older compatible functions on the aws-lambda context on the Types 2.0 branch
2016-11-01 16:09:13 -07:00
Slava Shchaurouski
51f771dd16 angular-google-analytics improvements (#12226)
* removes useless separated angular-google-analytics-service.d.ts file and adds this service in index.d.ts; edits namespace usage (like in angular.ui.router and other packages)

* adds reference on angular
2016-11-01 23:16:02 +09:00
Jeffery Grajkowski
06a1eebd6f Massive update for elasticsearch. (#12350)
* Massive update for elasticsearch.
Bringing it in line with 5.0. It's not clear what version it was at previously.

* Take elasticsearch/elasticsearch-tests.ts back down to 2 space indentation.

* Take elasticsearch/elasticsearch-tests.ts back down to 2 space indentation.
2016-11-01 23:12:03 +09:00
Keith Wade
70e5807754 Resolve TypeScript Error (#12315) 2016-11-01 23:08:06 +09:00
Linda_pp
a76622b9f9 Fix menubar module for types-2.0 (#12397) 2016-11-01 22:57:14 +09:00
Ethan Rubio
48ce8aa755 Fix typo for FindOptionsAttributesArray type (#12388) 2016-11-01 22:34:19 +09:00
Andy
0c035b0d45 Linq.js provides its own typings (#11840) 2016-11-01 22:28:54 +09:00
Scott(JuJiang)
79f48dd449 feat: update source-map api to latest version (#12379) 2016-11-01 22:17:17 +09:00
Ilya Kuznetsov
5661e33ce1 Type definitions for node-json-db (#12319)
* Type definitions for node-json-db

* declaration of module 'node-json-db' was removed
2016-11-01 22:13:01 +09:00
Miroshin Stepan
788c758591 Add typings for pkijs, asn1js and pvutils (#12248)
* Add files

* Added all types from pkijs-es6

* Update
- Added pkijs test
- Created asn1js
- Created pvutils
- Fixed type errors

* Update asn1js typings

* Update pvutils test

* Remove PKIBase

* Added common modules x509, cms, ocsp

* Fix typings errors

* Add comments

* Update 'declare module' & config
2016-11-01 22:11:23 +09:00
screendriver
b398805089 Added type definitions for website-scraper v1.2.x (#12125)
* Added type definitions for website-scraper v1.2.x

* Renamed test file

* Fixed "files" in tsconfig.json

* Renamed test file

* Replaced module with namespace
2016-11-01 22:01:53 +09:00
Brandon Marc-Aurele
830b43f05e updated the typing for the creator args (#12365) 2016-11-01 21:59:17 +09:00
Elisée Maurer
674de3e822 Add max argument overload to yargs.demand (#12336)
* Add max argument overload to yargs.demand

* Add yargs.demand variant with max but without msg

* yargs: Add some tests for .demand overloads

* yargs: Use ? instead of separate overload definition

* Merge tests fix from 640b1b735555ee4766e4f4428f54c98fd01427c8
2016-11-01 21:56:56 +09:00
Georgii Dolzhykov
f843767243 angular: make me a reviewer again (#12359) 2016-11-01 21:55:22 +09:00
David Schnur
4335497c81 Add $transclude.isSlotFilled function (#11998)
This function was added to $transclude when support for multi-slot
transclusion was added in Angular 1.5.

https://docs.angularjs.org/api/ng/service/$compile#-controller-
2016-11-01 21:54:52 +09:00
Dan Manastireanu
f9acb8d76d Add type definition for seamless.js 0.0.6. Closes #12137 (#12357) 2016-11-01 21:49:32 +09:00
Andy
e515b24a20 Change order of overloads so that user code doesn't need parameter type declarations. (#12389) 2016-11-01 05:45:51 -07:00
Andrew Short
403421e738 Improve EJS renderFile typings (#12152)
* Make data and opts arguments optional.
* Type the render file callback.
2016-11-01 21:45:31 +09:00
PishangCode
79e891f647 added type definitions for realm 0.14.3 (#12289)
* added type definitions for realm 0.14.3

* update Results interface

* update tsconfig.json

* remove declare module

* update realm-tests
2016-11-01 21:40:13 +09:00
Christophe Vidal
acaecde098 Added type definition for passport-http (#12233)
* Added definitions for passport-http

* Added definitions tests for passport-http

* Added TypeScript configuration file
2016-11-01 21:22:55 +09:00
Steve
3245bf72b4 Updated LS cache typings (#12290)
* Updated LS cache typings

* bump version
2016-11-01 21:19:45 +09:00
Chris Khoo
ff851f7213 add anybar (#12146)
* add anybar

* change to ProperModule kind
2016-11-01 21:15:04 +09:00
Grant Nestor
53ebd0025c Add react-json-tree (#12304) 2016-11-01 21:13:15 +09:00
Mohamed Hegazy
32cfdbb3f4 Fix https://github.com/Microsoft/TypeScript/issues/11916: Make lodash a module (#12361)
* Fix https://github.com/Microsoft/TypeScript/issues/11916: Make lodash declarations a module

* Use lodash as a module

* Use lodash as  module

* Add headder
2016-10-31 13:39:11 -07:00
Tom Wanzek
d959abe7b9 d3-voronoi Update and JSDoc (#12331)
* Updated d3-voronoi to version 1.1.0 by including new `find(...)` method on VoronoiDiagram
* Completed JSDoc comments.
2016-10-31 11:47:53 -07:00
Zhengbo Li
d1a02e537a Merge pull request #12203 from mgroenhoff/types-2.0-convert-source-map
Update convert-source-map typings to match it's API at 1.3.0
2016-10-31 10:54:08 -07:00
Melvin Groenhoff
0cf314ed26 Add myself to the list of contributors 2016-10-31 18:49:18 +01:00
Andy
95248fe8ed Remove n3.d.ts in favor of n3/index.d.ts (#12374) 2016-10-31 09:12:33 -07:00
Benoit Bénézech
2231526697 Revert "Make SyntheticEvent.target generic, not SyntheticEvent.currentTarget." (#12239) 2016-10-31 06:28:27 -07:00
anubmat
7f6c79478c Merge pull request #12323 from TanaseHagi/patch-2
OnSwipedCallback receives velocity argument.
2016-10-29 23:31:43 -07:00
anubmat
6af232a41f Merge pull request #12110 from ajshort/types-2.0
Add typings for xmlrpc (#12021)
2016-10-29 23:10:11 -07:00
Andy
31e8512c8c Fix failing tests (#12344) 2016-10-29 13:42:54 -07:00
Michał Lytek
bd3b7be34a Extended typings to provide better intellisence for users. (#12278)
* Extended typings to provide better intellisence for users.

* Definitions authors fix.

* null-check fix + type instead of interface

* Updated render and renderFile comments.

* Renamed res to html in callback declaration.
2016-10-29 08:51:06 -07:00
Tom Wanzek
c1832fdfe5 [types-2.0] D3 dependencies and d3-format (#12325)
* [fix](d3-format)
* Add apostrophe to permissible thousands separators to accomodate e.g. Switzerland, Liechtenstein

* [chore](d3) Pin down versions
* Added package.json to pin down the minor versions of the D3 modules forming part of the standard bundle
* The pinned major.minor versions correspond to D3 v4.2 of the standard bundle (patches  are not pinnable, major version is too coarse)
* Changes tsconfig.json to used pinned dependencies

* Fixed tsconfig.json:
* Needed to leave type-resolution related options in the tsconfig.json. So that d3-test can find the d3 definition itself.
* packages in dependency are still used to pin down D3 modules
2016-10-29 07:45:05 -07:00
Tsvetomir Tsonev
f86eb44d1b feat: update Kendo UI definitions to 2016.3.1028 (#12317) 2016-10-29 06:46:09 +09:00
John Reilly
d0ef8fd048 Merge pull request #12305 from robyoder/react-update
Add `fillRule` to SVGAttributes
2016-10-28 18:11:36 +01:00
Stef Heyenrath
8d36b32f51 Merge pull request #7 from DefinitelyTyped/types-2.0
Merge latest from Types-2.0 (2016-10-28)
2016-10-28 17:50:13 +02:00
Tanase Hagi
6513d7f64a OnSwipedCallback receives velocity argument.
OnSwipedCallback receives velocity argument.

Evidence:

https://github.com/dogfessional/react-swipeable/blob/master/src/Swipeable.js#L154
2016-10-28 18:49:39 +03:00
Stef Heyenrath
22d5c6f6d4 Merged branch DefinitelyTyped-types-2.0 into types-2.0 2016-10-28 17:48:39 +02:00
Stef Heyenrath
fba1cb8489 Fix merge conflicts
Fix merge conflicts
2016-10-28 17:47:52 +02:00
Matt Lewis
5a2b88f7e4 Add version of date-fns module (#11943) 2016-10-29 00:17:49 +09:00
Jeongho Nam
e65207b12b TypeScript-STL v1.2 & Samchon-Framework v2-gamma.9 (#12285)
* TypeScript-STL & Samchon-Framework

For TS2.0

* TypeScript-STL v1.2 & Samchon-Framework v2-gamma.9

- TypeScript-STL: Faster iteration of associative containers.
- Samchon-Frameowrk: Refactoring on Template System Modules.
2016-10-28 23:33:50 +09:00
Fred Eisele
8e36df975e added @types for N3, an RDF library (#12038)
* added @types for N3, an RDF package

* changed file names to match requirements for syncing with @types

* naming recommendation conformance

* removing declare module n3, making ProperModule

* changed reference path to types and corrected errors associated with strict null

* checkpoint

* test the project with "tsc --project tsconfig.json"

* remove comments and version
2016-10-28 23:31:00 +09:00
Joshua DeVinney
973846f739 Levenshtein Typings [Types-2.0] (#11965)
* Adding Levenshtein typings

* Strict null checks on levenshtein
2016-10-28 23:22:49 +09:00
Dominik Honnef
e579770198 Add missing fields to StripeCheckoutOptions (#12216) 2016-10-28 23:00:30 +09:00
Aleš Najmann
2e136c01e3 Missing c3 namespace export (#12265) 2016-10-28 22:59:43 +09:00
Chi Vinh Le
f8192904f7 [@types/deep-extend] Support es5/es6 import (#12263) 2016-10-28 22:58:34 +09:00
Tadas Dailyda
8c27b09b11 react-select: Add arrowRenderer to ReactSelectProps (#12183)
* add arrowRenderer to ReactSelectProps

* update credits
2016-10-28 22:50:23 +09:00
Cyril Gandon
7b2d3f4b0d Add stackLabels property into HighchartsAxisOptions interface (#11948)
* Add stackLabels property into HighchartsAxisOptions interface

Documentation: http://api.highcharts.com/highcharts/yAxis.stackLabels

* style(comment): reindent the comments
2016-10-28 22:48:31 +09:00