Commit Graph

29917 Commits

Author SHA1 Message Date
makoto abe
d82cb80219 Add type definitions for react-lazyload package. (#16807)
* Add type definitions for `react-lazyload` package.

* fix lint error.

* fix TypeScript Version
2017-05-31 23:39:55 -07:00
Montago
a6d85e88c1 add GeoJSONReader defintion (#16808)
GeoJSONReader is / was missing from the definition.
2017-05-31 23:38:54 -07:00
Leonard Thieu
1041051cf3 Add type definitions for electron-settings v2. (#16854) 2017-05-31 23:27:46 -07:00
Michael Zlatkovsky
5f3a9040e8 Update index.d.ts (#16881) 2017-05-31 23:25:43 -07:00
Ivan Cheremnov
6d155c6d27 Add missing definitions (#16878) 2017-05-31 23:23:09 -07:00
Matus Gura
2c2b9e42c8 [node] Added missing on net.Socket (#16810) 2017-05-31 22:59:11 -07:00
soucekv
ffeb5e742c Add leaflet-polylinedecorator 1.1 types (#16609) 2017-05-31 22:56:58 -07:00
Lee Siong Chan
44202e4375 Add missing definitions for libphonenumber (#16576) 2017-05-31 22:56:26 -07:00
Yoriki Yamaguchi
17c9c37033 Add definition for AWS Lambda Cognito User Pool event (#16458)
* add definition: AWS Lambda Cognito User Pool event

* add `userName` to CognitoUserPoolEvent
2017-05-31 22:52:52 -07:00
Leonard Thieu
99ee60a477 Add type definitions for insert-module-globals (#16674) 2017-05-31 22:48:45 -07:00
warnersean
8926f7fbff Added passport-client-cert type definition (#16710)
* Added passport-client-cert type definition

* Added passport-client-cert type definition

* Minor fixes for PR
corrected ts version call
changed index accessor for subject and issuer to any. Any makes more sense than anything else, due to potential variation in response.
2017-05-31 22:43:45 -07:00
TeamworkGuy2
86da68051e [umd] Add umd@3.0.1 type definition (#16627) 2017-05-31 22:42:15 -07:00
Martynas Kunigėlis
c35d7a9798 Knex: added declarations and tests for clearSelect() and clearWhere(). (#16746) 2017-05-31 22:39:26 -07:00
Leonard Thieu
f3c96a99d1 Add static members. (#16760) 2017-05-31 22:36:53 -07:00
Alex Muench
f38b79a46d Add Typings for node-telegram-bot-api (#16734)
* Add types file for node-telegram-bot-api@0.27

* Switch object to any

* Use all double-quotes

* Fix for lint breaking with OBJECT.Entries error

* Fix tslint.json structure

* Revert changes to tslint

* Add version info to fix dts error

* Fix lint issues
2017-05-31 22:33:50 -07:00
Ben Davies
3537f59e0b [cloud-env] Add type declarations (#16772) 2017-05-31 22:32:50 -07:00
Brian J Brennan
1790ce0757 Add package are-we-there-yet (#16783) 2017-05-31 22:30:14 -07:00
Bradley Ayers
412030b795 Add prosemirror-schema-basic 0.21 (#16831) 2017-05-31 22:15:35 -07:00
Downpooooour
a8dca3c8f5 add types for react-native-swiper, fix types for react-navigation (#16552)
* add missing types which lists in the docs but not in the propTypes of src

* fix types in react-navigation

* fix `Definitions by`

* Update index.d.ts

* Update index.d.ts

* stash

* fix `Definitions by`

* add test for react-native-swiper
2017-05-31 22:15:00 -07:00
Vesa Poikajärvi
f7ef6b01f6 [koa-morgan] Add type definitions (#16796)
* [koa-morgan] New type definitions

* [koa-morgan] strictNullChecks to true

* [koa-morgan] remove app.listen from test

* [koa-morgan] npm run lint passing

* [koa-morgan] Revert irrelevant whitespace cleanup
2017-05-31 22:14:20 -07:00
Stefan Fochler
5c066b335c Add types for 'react-pointable' (#16806) 2017-05-31 22:12:10 -07:00
Kyle Roach
5da11947ec [react-native] Added keyboardShouldPersistTaps prop to FlatList (#16818) 2017-05-31 22:10:16 -07:00
Leonard Thieu
b2304899ad Add type definitions for angular-tooltips. (#16816) 2017-05-31 22:09:06 -07:00
Leonard Thieu
3ae258b5c6 Add type definitions for parse-git-config. (#16817) 2017-05-31 22:07:45 -07:00
Bradley Ayers
49069db3ca Add prosemirror-schema-list 0.21 (#16832)
* Add orderedmap 1.0

* Add prosemirror-schema-list 0.21
2017-05-31 22:04:23 -07:00
Bradley Ayers
88c5b37ce5 Add orderedmap 1.0 (#16829) 2017-05-31 22:03:47 -07:00
Leonard Thieu
c5a75a3c31 [simplebar] Update type definitions (new for v2) (#16767)
* Update type definitions for simplebar (new for v2).

* dtslint bug workaround (and fix linter errors exposed).
2017-05-31 22:02:41 -07:00
Ruben Slabbert
67edbd5ffb Added qlik sense 3.1 typings (#16836)
* Added qlik sense 3.1 typings

* Fixed linting issues

* Add explicit typescript version to header

* Bump required typescript version to 2.2

* No relative imports
2017-05-31 22:01:09 -07:00
Cory Deppen
eb8b6abb9f Add href property to DropdownItem (#16711)
The `DropdownItem` component was recently modified to accept an `href` prop (reactstrap/reactstrap#367).

/cc @alihammad, @mfal, @danilobjr
2017-05-31 21:59:39 -07:00
Jure Skelin
470a4e1eaa implement declarations from jasmine.createSpyObj (#16838) (#16843) 2017-05-31 21:58:25 -07:00
Michael Strobel
3b1ba96df2 [react-router] add RouteComponentProps.staticContext (#16812)
* [react-router] add RouteComponentProps.staticContext

* [react-router] revert RouteConfig test file

* [react-router] Add example for StaticRouter and staticContext
2017-05-31 21:56:38 -07:00
Leonard Thieu
895a8920bc Add type definitions for tough-cookie. (#16847) 2017-05-31 20:29:52 -07:00
Eric Eslinger
010980994f adding nested keyword for chai v4 (#16852)
* adding nested keyword for chai v4

* bumping version to v4
2017-05-31 20:23:23 -07:00
Brian Donovan
a2ce078f6e Add missing Scope visitor type. (#16823) 2017-05-31 20:22:02 -07:00
Juan J. Jimenez-Anca
6ae1b1ea58 Moved node-feedparser to /types (#16874)
* move node-feedparser to /types

* deleted node-feedparser from root

* changes after tests
2017-05-31 20:14:07 -07:00
huhuanming
a7af0d6fc8 Fix Spelling Mistakes (#16770) 2017-05-31 20:10:29 -07:00
Max Battcher
1c845dbe2e Add blob-util typings (#16844)
* Add blob-util typings

Library author is not interested in maintaining Typescript typings. See nolanlawson/blob-util#26

* In blob-util typings, move Typescript version tag

Move the Typescript version tag to the bottom of the headers.
2017-05-31 20:01:02 -07:00
Daniel Rosenwasser
d8d708d24f Merge pull request #16863 from HerringtonDarkholme/master
update js-beautify typing
2017-05-31 16:28:27 -07:00
Daniel Rosenwasser
4ad5d6aaa9 Merge pull request #16695 from vandenoever/patch-1
Add more options to JSZipGeneratorOptions of jszip package
2017-05-31 16:25:55 -07:00
Daniel Rosenwasser
9112dcbf45 Merge pull request #16698 from domarmstrong/master
dottie: get default value is optional
2017-05-31 16:22:05 -07:00
Eloy Durán
10c5710573 Merge pull request #16853 from dinzo/master
[React Native] Improved typings for FlatList and SectionList
2017-05-31 23:42:24 +02:00
Eloy Durán
273e397d83 Merge pull request #16771 from huhuanming/react-native-video
Add react-native-video
2017-05-31 18:20:06 +02:00
huhuanming
b8ddc2e70c Add react-native-video 2017-05-31 23:43:29 +08:00
Herrington Darkholme
5f2d685e7b update js-beautify typing
According to 895a45d95b/tools/template/beautify-html.begin.js
2017-05-31 17:14:01 +08:00
dinzo
2effdbca8c [React Native] Improved typings for FlatList and SectionList 2017-05-30 18:06:18 -04:00
Eloy Durán
83226ba8a7 Merge pull request #16805 from jeremistadler/master
[React-Navigation] Add TabBarTop & TabBarBottom types
2017-05-30 21:49:57 +02:00
Daniel Rosenwasser
f3704a6fe5 Merge pull request #16686 from ashubham/master
update packageName:rangy definitions
2017-05-30 11:42:19 -07:00
John Reilly
5a1df15ca4 Merge pull request #16839 from DanielRosenwasser/routerUnionDuh
Allow 'children' to be an element in react-router.
2017-05-30 11:01:53 +01:00
Daniel Rosenwasser
3b8b7625b7 Lints. 2017-05-30 01:17:26 -07:00
Daniel Rosenwasser
65cfdaef94 Fixed the type of 'children' for 'Route' in 'react-router'. 2017-05-30 01:01:22 -07:00