Commit Graph

29159 Commits

Author SHA1 Message Date
Karol Janyst
64ee1399a7 Merge remote-tracking branch 'refs/remotes/DefinitelyTyped/master' into lkay/redux-auth=wrapper-update 2017-08-19 15:01:20 +09:00
Johan Gorter
8bb580b846 Sinon.JS Added missing methods (#15942)
* Added missing methods

* added test for sinon getCalls
2017-04-22 08:24:14 -07:00
Richard Wilburn
556084b73a L.mapbox.accessToken is no longer a const but instead a settable variable (#15907)
L.mapbox.accessToken is now set-able for left hand assignment as opposed
to being a const. This matches the mapbox-gl typescript definition now
and the intended behavior of mapbox (js).

This solves the issue raised here:
https://github.com/DefinitelyTyped/DefinitelyTyped/issues/15898
2017-04-22 08:20:38 -07:00
Ian Copp
ad0f7f7838 Add electron-settings module (#16052)
* Add electron-settings package

* Correct for JSON typing

* Update to export interface instead of class
2017-04-21 13:51:43 -07:00
Kombu
2bfb3cae13 [vue-i18n.d.ts] Add types for vue-i18n (#16053) 2017-04-21 13:18:21 -07:00
JayAndCatchFire
2a866911d4 Add types for 'karma-chai' package (#16050) 2017-04-21 13:00:16 -07:00
StefanSchoof
f8c3c17107 SharePoint: Update package description (#16016)
* SharePoint: Update package description
Remove Version (works with more Versions)
Remove work project (was the no longer maintained typedef project)

Closes #15965

* Add link to jsom documentation

* Readd Version
2017-04-21 10:54:54 -07:00
Xiang Gao
68a96ccab0 update draft-js.d.ts (#16033)
* update draft-js.d.ts

export as namespace Draft;

* fix typo
2017-04-21 10:33:00 -07:00
Ben Rogers
0691dc0101 Updated redux-immutable-state-invariant for v2.0.0 (#16040) 2017-04-21 08:11:26 -07:00
Alexander James Phillips
4340843152 Boom, add test and allow for payload to be extended (#15961)
* Boom, add test and allow for payload to be extended

* Do not use I prefix for interface names
2017-04-21 07:32:06 -07:00
Shun Sato
50ae147fbb fix(ioredis): allow RedisOptions.retryStrategy to return number | false (#15858) 2017-04-21 07:30:16 -07:00
Karol Janyst
7290661a96 Fix export for debounce, add tslint.json (#16035)
* Fix export for debounce, add tslint.json

* Add clear method
2017-04-21 07:29:22 -07:00
taoqf
45db0d6087 Add jweixin weixin-app ccap qr-image defination (#15801)
* add weixin-app

* add wx

* add new line at end of file

* tslint wx and wx-app

* fixed test error

* change project name weixin

* rename

* weixin-app Add param this

* change discription of jweixin

* add some Event declaration

* change tslint config
extends dtslint/dt.json

* add defination of ccap, qr-image

* remove redundant jsdoc

* remove doc

* allow overloads

* inline some types

* fix tslint error
2017-04-20 19:54:56 -07:00
Michael Mrowetz
d25913eae3 add types for 'bagpipes' (#15857)
* add types for 'bagpipes.js'

* fix typing feedback
2017-04-20 16:41:21 -07:00
Jeffrey Young
1a688277d3 downloadjs types added (#16032)
* downloadjs types added

* downloadjs inline types, remove unnecessary toString
2017-04-20 14:51:11 -07:00
Alex Lockwood
ca53e5699a Add support for ReadonlyArray<T> to chain() method (#15892)
* Add support for ReadonlyArray<T> to chain() method

* Update index.d.ts

* Made plant method ReadonlyArray-aware as well

* Update index.d.ts
2017-04-20 14:50:09 -07:00
Ali Taheri Moghaddar
1ce0725a6c [material-ui] Improve DatePicker types (#15886)
* Improve DatePicker types

* Add DatePickerDialog to direct imports

* Add @alitaheri as maintainer
2017-04-20 13:30:03 -07:00
Vito
789f03ed80 add undocumented prop instanceId to react-select (#15891) 2017-04-20 11:54:28 -07:00
Karoline
c54350e763 Made strictNullChecks true (#15890) 2017-04-20 11:53:54 -07:00
Eloy Durán
a7e9769870 Merge pull request #15958 from systemride/getInitialNotification
react-native: PushNotificationIOS.getInitialNotification should return a Promise
2017-04-20 20:51:23 +02:00
Eloy Durán
56d0d226da Merge pull request #15877 from systemride/master
react-native: Add mode property to DatePickerAndroid options
2017-04-20 20:49:59 +02:00
Roman Jurkov
6b2ce48a8e issue 15880 added unless method for @types/koa-jwt (#15881)
* issue 15880 added unless method for @types/koa-jwt

added back tslint that was removed by mistake

* fixed compile error, and added UnlessOptions

* removed booleanType and added ctx to custom method
2017-04-20 11:49:27 -07:00
Josh Toft
f77f0a912d Add markdown-it-anchor (#15878) 2017-04-20 11:48:24 -07:00
mikezilla
d5ab4962c7 Update dotSize option to match code/documentation (#15869) 2017-04-20 11:43:44 -07:00
Ben Southgate
d2ea87560e swagger-schema-official: fix Schema.additionalProperties (boolean -> Schema) (#15866)
* fix: Schema.additionalProperties (boolean -> Schema)

* chore: update author
2017-04-20 11:43:06 -07:00
Ben Dixon
42c26dbe9c fixing the typings for selenium-webdriver/testing (#15854) 2017-04-20 11:36:10 -07:00
Nick Redmond
814efe633e react-native: PushNotificationIOS.getInitialNotification should return a Promise 2017-04-20 11:35:26 -07:00
Dan Vanderkam
8595416269 Use dtslint for Lodash map and add pluck variant (#15574) 2017-04-20 11:34:52 -07:00
Brendan Abolivier
6389fb3171 Changed optional property to required property (#15820) 2017-04-20 11:33:30 -07:00
Eloy Durán
e99f7c8e4c Merge pull request #16031 from systemride/permissions-android
react-native: Update PermissionsAndroid types
2017-04-20 20:33:17 +02:00
Nick Redmond
7bdbb4cdc8 react-native: Update PermissionsAndroid types 2017-04-20 11:28:29 -07:00
João Forja
677e0ac511 Changed cuid to a variable and added slug method to it. (#15793)
* Changed cuid to a variable and added slug method to it.

* Reverted change
2017-04-20 11:16:42 -07:00
Pat Sissons
54f335248d Cleaning up both react transition group type definitions (#15701)
* updating both transition group type definitions
this patch makes the type definitions more consistent with naming and react usage conventions.
additionally updating the version for react-addons-transition-group to 15.0

* adjusting naming of props to be better aligned with the react namespace.
This will remove the React* prefix in favour of allowing react namespace access like React.*
This will also address breaking compatibility with existing type definitions.
2017-04-20 11:15:56 -07:00
Sebastian Haas
76bc8c2564 Updated vexflow type definitions (#15741)
* updated vexflow type definitions

* increased version number
2017-04-20 11:07:29 -07:00
Kwang Yul Seo
2f4b4f01d1 [react-bootstrap] Add block to DropdownButtonBaseProps (#15709) 2017-04-20 11:06:20 -07:00
Andy Hanson
2b409e1163 Merge branch 'zetapush-master' 2017-04-20 11:03:26 -07:00
Andy Hanson
34791d816d Fix lint 2017-04-20 11:02:49 -07:00
Andy Hanson
8740fc55c1 Merge branch 'master' of https://github.com/zetapush/DefinitelyTyped into zetapush-master 2017-04-20 11:01:22 -07:00
John Gainfort
58e2df31f6 new definition file for hls.js (#16028)
* added hls.js definition

* changed to new tslint format

* fixing lint errors

* changed definition structure based on PR comment
2017-04-20 10:54:50 -07:00
Andy
fa2480ba61 Remove more namespaces from tests (#16029) 2017-04-20 09:06:00 -07:00
Eloy Durán
85596fb3b7 Merge pull request #16026 from newyankeecodeshop/section-list
@types/react-native add SectionList component
2017-04-20 17:50:22 +02:00
Andrew Goodale
f48da02f41 Re-order optional props to match documentation 2017-04-20 11:31:44 -04:00
Andrew Goodale
ac241b3645 Fix lint failure 2017-04-20 11:21:21 -04:00
Eward Song
102a19de6a add egg and egg-mock (#15971)
* feat: add egg and egg-mock

* chore: remove disable, add typescript version

* chore: add some doc, and change interface name to CamelCased
2017-04-20 08:16:54 -07:00
Louis Grignon
abdfe2a6aa TypeScript definitions for fuzzyset library (#15860)
* pdf def file

* fuzzyset

* fuzzyset

* fuzzyset

* dtslint

* dtslint

* dtslint

* fuzzyset renamed to fuzzyset.js

* fuzzyset ok$

* fuzzyset ok
2017-04-20 07:33:59 -07:00
Josh Toft
a15b6bf327 Add assert-equal-jsx (#15884) 2017-04-20 07:17:36 -07:00
efokschaner
c59b52e585 (Hopefully) Remove test dependencies from npm package (#16013) 2017-04-20 07:02:52 -07:00
Andrew Goodale
ca056c85c5 Type definition for SectionList 2017-04-20 09:58:42 -04:00
Yasunori Ohoka
01ad8d4e35 add passport-github (#15934)
* add passport-github

* fixed lint
2017-04-19 19:06:37 -07:00
Matt
c71a29462a Created definitions for "react-flatpickr" v3.2. (#15933) 2017-04-19 19:05:03 -07:00