Commit Graph

36648 Commits

Author SHA1 Message Date
segayuu
ee5526f862 cleanup lint error: callable-types 2017-10-30 12:25:29 +09:00
segayuu
fb7564f1c0 cleanup lint error: no-consecutive-blank-lines 2017-10-30 12:22:26 +09:00
segayuu
0e3e3e4c81 cleanup lint error: triple-equals 2017-10-30 12:20:55 +09:00
segayuu
964a5b5515 cleanup lint error: prefer-template 2017-10-30 12:13:40 +09:00
segayuu
63cf38db03 cleanup lint error: no-var-requires 2017-10-30 11:55:47 +09:00
segayuu
9e6d73176f cleanup lint error: one-variable-per-declaration 2017-10-30 11:54:20 +09:00
segayuu
c775fd5830 cleanup lint error: no-void-expression 2017-10-30 11:49:50 +09:00
segayuu
6cffeea864 cleanup lint error: prefer-switch 2017-10-30 11:46:03 +09:00
segayuu
0a487b74a2 cleanup lint error: array-type 2017-10-30 11:43:07 +09:00
segayuu
cf4b4fd2ba cleanup ignore errors 2017-10-30 11:41:23 +09:00
segayuu
fd9dffdd7c cleanup lint error: semicolon 2017-10-30 11:23:03 +09:00
segayuu
7439f6d08f cleanup lint errors: whitespace, typedef-whitespace, space-within-parens, space-before-function-paren 2017-10-30 11:20:34 +09:00
segayuu
a2e8bfda4e cleanup lint error: ban-comma-operator 2017-10-30 11:16:35 +09:00
segayuu
8d2da56ea5 cleanup lint error: arrow-return-shorthand 2017-10-30 11:15:24 +09:00
segayuu
0339b28f80 cleanup lint error: one-line 2017-10-30 11:13:49 +09:00
segayuu
a3adeb702e Cleanup lint error: only-arrow-functions 2017-10-30 11:09:29 +09:00
segayuu
3c49d1b237 cleanup lint error: no-padding 2017-10-30 11:03:19 +09:00
segayuu
2dde57da14 cleanup lint error: comment-format 2017-10-30 10:57:56 +09:00
segayuu
b00a7ff72a cleanup lint error: trim-file 2017-10-30 10:54:58 +09:00
segayuu
d1806394be cleanup lint error: dt-header 2017-10-30 10:53:49 +09:00
segayuu
bde113c702 cleanup lint error: no-trailing-whitespace 2017-10-30 10:51:31 +09:00
b-szypelow
f7f81bced2 Reactstrap: Introduce typings for v5.0 (#20696)
* reactstrap: Create v4 subfolder

* reactstrap@5: change getRef to innerRef
2017-10-27 17:39:47 -07:00
Bernd
ceda0b6a49 add types for H.map.render.RenderEngine (#20711) 2017-10-27 17:39:01 -07:00
Arda TANRIKULU
8c4d9e234d [meteor/server-render] Sink methods are optional (#20747)
* ServiceConfiguration types added

* New usage of publishComposite added to meteor-publish-composite

* meteor/underscore added

* [meteor/server-render] Sink methods are optional
2017-10-27 17:38:42 -07:00
Gilberto Stankiewicz
fa5088af4d Declare chrome.declarativeContent.onPageChanged, chrome.declarativeContent.ShowPageAction, chrome.declarativeContent.PageStateMatcher (#20797) 2017-10-27 17:37:36 -07:00
Eric Eslinger
cc20726465 The db field in Redis's ClientOptions interface should be a number, not a string. (#20504)
* this parameter should probably be a number

* undid the prettier reformat

* other modules send strings
2017-10-27 17:32:40 -07:00
Cassey Lottman
084ca6f60c Underscore typings missing IterateePropertyShorthand on uniq (#20537)
* missing comment

* missing comment

* add iteratee property shorthand for uniq in underscore

* undo bad commit
2017-10-27 17:31:34 -07:00
Einar Norðfjörð
1fda81f987 Fixes crossfilter bisect method (#20642)
* Fixes crossfilter bisect method

Crossfilters bisect methods second argument should be of the type returned by the accessor

* Update crossfilter-tests.ts

* fix tests
2017-10-27 17:29:55 -07:00
João Mosmann
3f6568d6e1 [react-mdl] Change DOMAttributes generic type from Textfield to HTMLInputElement (#20649)
Textfield redirect all DOMAttributes to the input component inside of it. The typings should match it
2017-10-27 17:29:27 -07:00
Daniel Earwicker
b820642362 react-router-dom - Added missing location property to NavLinkProps (#20793)
* Added missing location property to NavLinkProps

See https://reacttraining.com/react-router/web/api/NavLink

* Version 4.2
2017-10-27 17:24:45 -07:00
Vasya Aksyonov
e0c06b3b71 Fixing react-ga .ga() signature (#20438)
* Fixing react-ga ga signature

* Adding additional overload
2017-10-27 17:23:12 -07:00
pheromonez
160b4e5701 Added definitions for @google-cloud/pubsub (#21057)
* Added definitions for @google-cloud/pubsub

* Changed Project as requested by review comments
2017-10-27 17:18:58 -07:00
Yasunori Ohoka
2b67b8a4e3 Add ‘moji’ types (#21019)
* Add ‘moji’ types

* moji: Fix tsconfig

* moji: Fix tslint

* moji: Fix tslint
2017-10-27 17:18:25 -07:00
Dolan
1587233ac6 Binary parser typings (#21041)
* Initial commit

* Add strict function type check
2017-10-27 17:18:02 -07:00
Bateast2
e0baf3e2f3 Updated types for angulartics 1.4 (#20657)
* Updated types for angulartics 1.4

* add support for AMD/Require & UMD module
2017-10-27 17:03:00 -07:00
pdeva
f6f55fae83 Update index.d.ts for react-redux (#20848)
* Update index.d.ts for react-redux

known issue described in comments

* minor

* update
2017-10-27 17:02:34 -07:00
Georgiy Razumkov
e533e6944b add option dictFileSizeUnits (#20997) 2017-10-27 17:02:23 -07:00
Carlos Eduardo Scheffer
aeba5ae685 [passport-jwt] Fix the missing secretOrKeyProvider (#20615)
* Fix the missing secretOrKeyProvider

In passport-jwt v3.0.0 it has dynamic secretOrKey support, but has not been implemented so far in DefinitelyTyped. This commit corrects this.

* Update index.d.ts
2017-10-27 17:01:17 -07:00
Sergey Slipchenko
fc5404090d Change escape-string-regexp export to const (#21062) 2017-10-27 16:58:37 -07:00
Martijn Thé
942a85e5a2 emscripten: ccall and cwrap returnType type can also be null (#21071)
See https://kripken.github.io/emscripten-site/docs/api_reference/preamble.js.html

> For a void function this can be null (note: the JavaScript null value, not a string containing the word “null”).
2017-10-27 16:57:55 -07:00
Tom Wanzek
bbe1bc92cf [d3-zoom] Minor Version 1.7 (#21052)
* [FEATURE] Add `constrain(...)` method
* [DOC] Fix spelling error in JSDoc comment for `clickDistance(...)`
* [CHORE] Bump minor version number
2017-10-27 16:56:16 -07:00
wittwert
2b447c6558 Allow separators in toolbarGroups configuration. (#21075) 2017-10-27 16:55:18 -07:00
Carlos Florêncio
0c3c44e043 return type of runQuery should be a promise (#21073)
Fix for https://github.com/DefinitelyTyped/DefinitelyTyped/issues/20724
2017-10-27 16:55:00 -07:00
Li Jinyao
c3a393c3d4 [cheerio] add firstChild attribute to CheerioElement (#20829)
* add firstChild attribute in CheerioElement

* add credit
2017-10-27 16:54:18 -07:00
Yury Abaitov
627dc0c3bd easeljs stageGL support (#21025)
* stageGL support

* fix

* fixes
2017-10-27 16:52:59 -07:00
Tyler Murphy
6c483277a4 Fix/Add Universal Analytics Tracker and Model to google.analytics (#21077)
* Updates the UniversalAnalytics.Tracker interface so it matches the specification in Google's documentation (https://developers.google.com/analytics/devguides/collection/analyticsjs/tracker-object-reference).

* Adds a UniversalAnalytics.Model interface, as described in Google's documentation (https://developers.google.com/analytics/devguides/collection/analyticsjs/model-object-reference).

* Adds my name to the list of contributors for google.analytics.

* Fixes lint issues.
2017-10-27 16:51:13 -07:00
John Woodruff
c6ecf40346 Add DataOptions interface and methods that take options as a param (#21082) 2017-10-27 16:47:32 -07:00
Sarun Intaralawan
0a804aff1a croppie: use correct return type on result method (#21083) 2017-10-27 16:46:55 -07:00
Daphne
4982aa7609 react-data-grid: update index.d.ts to make grouping example work (#21037)
* Update index.d.ts

Types that are missing for this example to work with Typescript: http://adazzle.github.io/react-data-grid/examples.html#/grouping

* Added a test for OnRowExpandToggle and enableDragAndDrop and exported the required type
2017-10-27 11:14:17 -07:00
Bel
11f8e48772 Add exports to other non default interfaces for Field props (#20964) 2017-10-27 11:13:39 -07:00