Commit Graph

8179 Commits

Author SHA1 Message Date
Steve Kellock
83c4265744 Fixes search callback for lists blessed. 2017-10-29 15:29:57 -04: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
Sverre Johansen
54c6d449f2 Added missing getItemLayout prop to SectionList 2017-10-27 11:23:19 +02:00
Andy
5761cfc6f2 express-serve-static-core: Restore compatibility with ts2.1 (#21044) 2017-10-26 12:25:08 -07:00
Erik Mavrinac
0ec4bb301c Add types for express-ejs-layouts NPM package (#20992)
* Revert "Add tsline file"

This reverts commit a0f8c9acc3.

* Revert "Rename .d.ts file per guidelines"

This reverts commit 7eb6f76ab5.

* Revert "Add types for ZeroMQ.js, derived from the 'zmq' type definitions"

This reverts commit d5d3cd0fca.

* Add types for express-ejs-layouts NPM package

* Fix PR comment on tests
2017-10-26 11:53:10 -07:00
Jay Ongg
73823c7492 Update version number to 1.2 (#21016) 2017-10-26 11:50:24 -07:00
deadNightTiger
7d7bd099fc Add types for jest-json-schema (#20991) 2017-10-26 11:48:05 -07:00
Josh Goldberg
fe25b8915d Added missing ...args to setInterval, setTimeout (#21020)
The methods should be able to take them.
2017-10-26 11:47:28 -07:00
ohze.net
8a6a758e90 add angular.element(callback) (#21011)
see document for `ready()` method at https://docs.angularjs.org/api/ng/function/angular.element#angularjs-s-jqlite
2017-10-26 11:46:09 -07:00
Tiago Moraes
59f0906db6 update detect-browser to version 2.0 (#20718) 2017-10-26 11:41:37 -07:00
Jan Bevers
1cebcbc7c0 [Redux-first-router] redirect and setKind do not require meta / payload properties to be set inside the action property / actionToPath has an optional querySerializer param (#20995)
* [Redux-first-router] redirect and setKind do not require meta / payload properties to be set inside the action property / actionToPath has an optional querySerializer param

* Use fixed string value for NOT_FOUND const

* [Redux-first-router]  Add ExceptType comments to tests
2017-10-26 11:40:03 -07:00
Damian Senn
1c477ddb35 Add missing params from selectize API (#21001) 2017-10-26 11:37:39 -07:00
Bond
e063f03d60 Add typings for mongoose-geojson-schema (#21028)
* Add typings fro mongoose-geojson-schema

* Fix lint errors
2017-10-26 11:26:57 -07:00
Shane Fitzpatrick
57989134a3 react-native: Adding the fadeDuration property to ImagePropertiesAndroid (#21029) 2017-10-26 11:25:34 -07:00
Endel Dreyer
078fd01609 fossil-delta: update version number (#21030)
Documentation for the new argument: 4f24034cbc
2017-10-26 11:25:09 -07:00
Kevin
a5cc1d82d9 Added typing for url-metadata 2.1 (#21035) 2017-10-26 11:23:16 -07:00
Alex Lockwood
d92b971c92 Make the 'name' arg optional in d3.transition() (#21039) 2017-10-26 11:16:55 -07:00
Matt Lewis
732ff64967 twitter-text: add missing options arg to extractUrlsWithIndices (#21026) 2017-10-26 11:08:06 -07:00
Sonal Keshav
82e73c7153 [mocha] Add require to MochaSetupOptions (#20791)
* Add require to MochaSetupOptions

Added require to MochaSetupOptions and updated tests to reflect change.

* Update tests to remove unnecessary option from constructor
2017-10-26 10:56:00 -07:00
Andy
0fca415085 gulp-util: Lint and fix "chalk" dependency (#21032)
* gulp-util: Lint and fix "chalk" dependency

* Remove "chalk" directory
2017-10-26 07:58:07 -07:00
Andy
02c987c7da vis: Fix lint (#20974) 2017-10-26 07:45:50 -07:00
Isaac Wolkerstorfer
04f08a9952 Add typedefs for grasp (graspjs.com) (#21007)
* Add typedefs for grasp (graspjs.com)

* Add package.json to specify dependencies

* Incorporate PR feedback
2017-10-26 07:45:17 -07:00