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
Andy Hanson
402e6963f0
Merge branch 'michael42-basic-auth-return-value'
2017-06-02 06:34:53 -07:00
Andy Hanson
3fc30d84db
Merge branch 'basic-auth-return-value' of https://github.com/michael42/DefinitelyTyped into michael42-basic-auth-return-value
2017-06-02 06:34:38 -07:00
Karol Janyst
1c266859f6
Update definitions for react-onclickoutside 6 ( #16794 )
...
* Update definitions for react-onclickoutside 6
* Fix linter error
* Update tsconfig.json to not use extends
* Remove unnecessary comma
* Update tsconfig.json
* Add missing comma
* Update tslint.json
2017-06-02 06:21:39 -07:00
taoqf
1a4fd4ff86
rename state-machine to javascript-state-machine ( #16883 )
...
* rename state-machine to javascript-state-machine
* add state-machine to notNeededPackages.json
* update version of javascript-state-machine
* remove state-machine from notNeededPackes.json
2017-06-02 06:19:50 -07:00
Lukas Zech
cad0e31021
Add Expected<T> to ArrayLikeMatchers.toContain ( #16408 )
...
* Add Expected<T> to ArrayLikeMatchers.toContain
* Add function signature to jasmine.Any
2017-06-02 06:17:00 -07:00
Ali Taheri Moghaddar
5ac4898aa9
[node-rsa] Add typings ( #16383 )
...
* Add node-rsa typings
* Fix lint errors
2017-06-02 06:16:25 -07:00
John Reilly
78bf5db0df
Merge pull request #16768 from leonard-thieu/jquerystatic-fn
...
[jquery] Define type for JQueryStatic.fn
2017-06-02 10:54:06 +01:00
Mohamed Hegazy
2266dcb934
Fix lint failures ( #16904 )
2017-06-01 18:24:48 -07:00
Daniel Rosenwasser
4daa34112b
Merge pull request #16737 from stackbuilders/make_variadic_bluebird_catch
...
Add variadic versions for catch
2017-06-01 17:56:04 -07:00