Commit Graph

30240 Commits

Author SHA1 Message Date
DABH
a3024cec94 Winston: Make timestamp of GenericTextTransportOptions optional (#16846) 2017-06-02 09:00:11 -07:00
Christian Kotzbauer
35a42944dc Updated extended-listbox to 3.0.0 (#16801) 2017-06-02 08:52:25 -07:00
Bradley Ayers
16b9c15dea Upgrade prosemirror-history types to 0.21 (#16799) 2017-06-02 08:50:06 -07:00
Bradley Ayers
b1b0ab17bf Upgrade prosemirror-commands types to 0.21 (#16797) 2017-06-02 08:44:51 -07:00
Bradley Ayers
34ec83dbf7 Upgrade prosemirror-collab types to 0.21 (#16795) 2017-06-02 08:44:03 -07:00
Melvin Groenhoff
421222d812 Add typings for cli-table2 (#16641)
* Add typings for cli-table2

* Process review comments
2017-06-02 08:41:52 -07:00
David Gardiner
f34617c7e6 Jasmine (#16793)
- Add declare module (from @mhegazy https://github.com/DefinitelyTyped/DefinitelyTyped/issues/7793#issuecomment-270795816)
- Also add some jsdocs for common methods

Resolves #7793
2017-06-02 08:38:53 -07:00
Ruben Slabbert
a629c2bd91 [Express-jwt] Removed optional from express-jwt (#16792) 2017-06-02 08:37:44 -07:00
James Hrisho
3d7766f750 Ace Editor: Add setScrollMargins to VirtualRenderer (#16788)
Add the setScrollMargins to the VirtualRenderer field to Ace Editor
2017-06-02 08:36:57 -07:00
ysgk
b61702aa0a Fixed google.maps.DirectionsResult interface (#16787) 2017-06-02 08:36:18 -07:00
Andy Hanson
06ebdd1984 Fix header 2017-06-02 08:30:03 -07:00
Matt Silverlock
a9e3d3bcb5 Update websocket/ws types for v3.0.0 (#16775) 2017-06-02 08:29:24 -07:00
agentschmitt
f04db306f4 added missing exports for photoswipe classes (#16754)
* - added export to all classes
- added separate definition file for ui-default module

* -added new defition file to tsconfig
2017-06-02 08:25:55 -07:00
Vince Aldrin Cabrera
b5ff1b5a9a hideCalendarDate prop added on DatePicker (#16748) 2017-06-02 08:20:10 -07:00
Michael
763222ecf2 Edit property is not required for new control (#16739) 2017-06-02 08:14:21 -07:00
Cosmin Ababei
7ce18dce88 Added locals to $evalAsync (#16725)
* Added locals to $evalAsync

See https://docs.angularjs.org/api/ng/type/$rootScope.Scope#$evalAsync

* Changed the return type of the expression inside $evalAsync
2017-06-02 08:03:52 -07:00
Matt Bierner
1d18924b49 Use string literal type for dgram.createServer (#16713)
Fixes #16712
2017-06-02 07:58:56 -07:00
Andy Hanson
54c909470e Merge branch 'jmhol9-mixpanel-add-reset' 2017-06-02 07:57:10 -07:00
Andy Hanson
79e574305c Fix header 2017-06-02 07:57:02 -07:00
Andy Hanson
7a073d358c Merge branch 'mixpanel-add-reset' of https://github.com/jmhol9/DefinitelyTyped into jmhol9-mixpanel-add-reset 2017-06-02 07:56:39 -07:00
Ian Ker-Seymer
582eb84a3c react-bootstrap-table: Make pageStartIndex of type number (#16706) 2017-06-02 07:53:00 -07:00
Andy Hanson
201593860d Merge branch 'InsidersByte-master' 2017-06-02 07:45:24 -07:00
Andy Hanson
1a0d23ef60 Merge branch 'master' of https://github.com/InsidersByte/DefinitelyTyped into InsidersByte-master 2017-06-02 07:45:05 -07:00
Lauri Lavanti
fa20510b22 Add loader into react-infinite-scroller's props (#16685) 2017-06-02 07:34:21 -07:00
yeyanbo
9676dec49d add ExtractJwt.fromExtractors (#16684) 2017-06-02 07:34:00 -07:00
Andy Hanson
f9a46cbb2e Merge branch 'hoo29-master' 2017-06-02 07:33:15 -07:00
Andy Hanson
a677e13274 Merge branch 'master' of https://github.com/hoo29/DefinitelyTyped into hoo29-master 2017-06-02 07:33:04 -07:00
Krzysztof Rzymkowski
4bb4158c7f [openlayers] DrawGeometryFunctionType: second argument is optional (#16678) 2017-06-02 07:30:21 -07:00
soucekv
9e53c56b13 leaflet-draw: Draw events should extend base leaflet event (#16673) 2017-06-02 07:29:45 -07:00
Andy Hanson
f979f1ab76 Merge branch 'Ragg--improve-koa-generic-session-typing' 2017-06-02 07:28:03 -07:00
Andy Hanson
83c7aaf7e7 Fix TypeScript Version comment 2017-06-02 07:27:41 -07:00
Andy Hanson
428b090a5d Merge branch 'improve-koa-generic-session-typing' of https://github.com/Ragg-/DefinitelyTyped into Ragg--improve-koa-generic-session-typing 2017-06-02 07:26:21 -07:00
jnbt
dce014e31d Update react-native-snap-carousel to v2.1.4 (#16669) 2017-06-02 07:23:57 -07:00
atothek1
48250e2191 extend parameter type with string (#16660)
The comineActions() method can take also an Array<string> as actionTypes input parameter.
2017-06-02 07:23:17 -07:00
Josh Glazebrook
991b4dfb62 Added missing base64 character encoding to BufferEncoding global. (#16658) 2017-06-02 07:22:33 -07:00
John Pinkster
ad99b8e217 Sequelize - FIX/SubQuery and Raw (#16657)
* Sequelize - FIX/SubQuery and Raw 

In the `FindOptions` there is an optional property missing from the definition file that allows you to turn on and off sub queries with nested associations

Documentation of functionality:
https://github.com/sequelize/sequelize/issues/1756

Please fill in this template.

- [ ] Use a meaningful title for the pull request. Include the name of the package modified.
- [ ] Test the change in your own code. (Compile and run.)
- [ ] Follow the advice from the [readme](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/README.md#make-a-pull-request).
- [ ] Avoid [common mistakes](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/README.md#common-mistakes).
- [ ] Run `npm run lint package-name` (or `tsc` if no `tslint.json` is present).

Select one of these and delete the others:

If adding a new definition:
- [ ] The package does not provide its own types, and you can not add them.
- [ ] If this is for an NPM package, match the name. If not, do not conflict with the name of an NPM package.
- [ ] Create it with `dts-gen --dt`, not by basing it on an existing project.
- [ ] `tslint.json` should be present, and `tsconfig.json` should have `noImplicitAny`, `noImplicitThis`, and `strictNullChecks` set to `true`.

If changing an existing definition:
- [ ] Provide a URL to documentation or source code which provides context for the suggested changes: <<url here>>
- [ ] Increase the version number in the header if appropriate.
- [ ] If you are making substantial changes, consider adding a `tslint.json` containing `{ "extends": "../tslint.json" }`.

If removing a declaration:
- [ ] If a package was never on DefinitelyTyped, you don't need to do anything. (If you wrote a package and provided types, you don't need to register it with us.)
- [ ] Delete the package's directory.
- [ ] Add it to `notNeededPackages.json`.

* Adding test
2017-06-02 07:21:01 -07:00
Sumant Manne
2264bdbaa1 Update sqlite3 typings 2.2 -> 3.1 (appears backwards compatible) (#16656) 2017-06-02 07:20:34 -07:00
Blake Embrey
2bc7feeb48 [react-redux] Expose dispatch with props (#16652) 2017-06-02 07:19:38 -07:00
Konrad Mattheis
323f17be38 * move qlik-engineapi types from / to new /types (#16650)
* * move qlik-engineapi types from / to new /types

* fix TSLint errors

Signed-off-by: Konrad Mattheis <konrad.mattheis@akquinet.de>
2017-06-02 07:17:51 -07:00
Andy Hanson
8a1e4ba858 Merge branch 'MiguelAngelLV-patch-1' 2017-06-02 07:06:26 -07:00
Andy Hanson
26e026e79c Make optional and remove extra / 2017-06-02 07:06:07 -07:00
Andy Hanson
f63e159577 Merge branch 'patch-1' of https://github.com/MiguelAngelLV/DefinitelyTyped into MiguelAngelLV-patch-1 2017-06-02 07:05:12 -07:00
Sergei Dorogin
3dc77d16da [slickgrid] extended Editors.EditorOptions (added fields item, commitChanges, cancelChanges, gridPosition, position); added ColumnMetadata.getContainerNode method (#16635) 2017-06-02 06:55:00 -07:00
Kacper Polak
f9cc9a72d9 Add express-validator to not needed packages (#16633)
* Update notNeededPackages.json

* Delete tsconfig.json

* Delete index.d.ts

* Delete express-validator-tests.ts
2017-06-02 06:53:55 -07:00
Antonio M S S Jr
632516c861 updated introjs interface to 2.5.0 (#16628) 2017-06-02 06:51:59 -07:00
Andy Hanson
c6e8de81b5 Merge branch 'mrapogee-recompose-mapPropsStream' 2017-06-02 06:45:32 -07:00
Andy Hanson
db3d6deb3e Merge branch 'recompose-mapPropsStream' of https://github.com/mrapogee/DefinitelyTyped into mrapogee-recompose-mapPropsStream 2017-06-02 06:45:18 -07:00
Ronan Jouchet
0abba50bae [multer] Allow null in DiskStorageOptions.destination.callback first parameter (#16617)
* `null` is used [in the docs](https://github.com/expressjs/multer#diskstorage)
* `null` was allowed in `callback` for brother interface element `filename` as part of PR https://github.com/DefinitelyTyped/DefinitelyTyped/pull/14112/files , but `destination` wasn't updated at this time.
2017-06-02 06:42:09 -07:00
Sergei Dorogin
5bdcc082d4 Handlebars: added missing Utils.blockParams method (#16616)
* handlebars: added partials/decorators fields and registerDecorator/unregisterDecorator methods

* [handlerbars] added missing Utils.blockParams method, change signature Utils.createFrame
2017-06-02 06:41:35 -07:00
Marc Woolfson
6a5075971e [sinon-stub-promise] Replaced empty exports with sinon-wrapping function (#11880) (#16610) 2017-06-02 06:35:44 -07:00