Commit Graph

36629 Commits

Author SHA1 Message Date
Christopher Deutsch
4e3b7eda54 Updated types for puppeteer v0.12 (#20620) 2017-10-24 08:02:18 -07:00
Kiarash
df39576b74 Add support for static methods and defaults overwrite for datatables.net (#20685)
* Add static methods and default overwrites for datatables.net

* Add support for $("selector").dataTable()
* Add support for $.fn.dataTable.XXX and $.fn.dataTable.util.XXX
* Add support for overwriting datatables.net defaults, see test

* Remove fixed comments

* Great improvement for datatable.net-buttons

* Add all supported plugins for buttons
* Better integration in datatables.net d.ts

* Fix Api datatables.net

* Add support for datatables.net-buttons Api calls

Support for button api

* Add support for datatables-fixedheader Api

* Support for fixedHeader Api calls
* Add static functions
* Updated test

* TSLint all files

* TSLint datatables.net, datatables.net-buttoms index.d.ts
* Fix travis errors

* TSLint Tests

* Fix Travis Errors

* Fix: Add TypeScript Version

* Fix: Set TypeScript Version to 4

* Fix: Test error
2017-10-24 07:37:30 -07:00
Réda Housni Alaoui
1882fc533c Done (#20876) 2017-10-24 07:34:23 -07:00
Louise Bicker Caarten
28e37c93be Provide Type Information On Returned Schema (#20673) 2017-10-24 07:32:07 -07:00
maximelkin
3543dcb85e Update mysql library definitions (#20639)
* updated definitions

* fixes duplicated names

* add allow synthetic def imports, add ts version

* bump module version

* little test fixes

* removed ts version

* fix module name and link to github, revert tsconfig

* fix of tsconfig(2)

* add fake interface for express-myconnection

* lint config and fixes, typeCasting, interface renaming

* fix naming, fix express-myconnection

* node-mysql-wrapper fix
2017-10-23 17:25:11 -07:00
Alexandre
f8d0b72ff4 Allow typing Express body, params, query and cookies through generics (#20820)
* Allow typing express body, params, query and cookies through generics

* Increase minor version

* Add ts version comment

* Fix ts requirement comment typo

* Bump all ts version packages

* Bump Morgan package
2017-10-23 17:23:31 -07:00
Robert Massaioli
902ee13ae7 All but Body Parameter implement BaseSchema (#20861)
In the swagger v2 specification all of the parameters except the BodyParameter implement the BodySchema. Check out the official spec here: http://swagger.io/v2/schema.json
2017-10-23 17:22:45 -07:00
Andy
ff3e5a7d37 react-stripe-elements: Fix lint (#20940) 2017-10-23 16:49:29 -07:00
Andy
0e23fcfea0 session-file-store: Fix lint (#20939) 2017-10-23 16:16:41 -07:00
Andy
b7b9111f50 express-brute-redis: Fix lint (#20938) 2017-10-23 16:07:10 -07:00
Andy
abb729c635 loopback-boot: Fix lint (#20935) 2017-10-23 16:04:08 -07:00
khimaros
14002e5ce0 Add rmdir() to type definition for @type/ssh2-sftp-client (#20891)
* Add rmdir() to type definition.

* Bump version number in comment header.

* Remove patch level version number to fix tests

* Update tests to include an rmdir() invocation.
2017-10-23 16:01:57 -07:00
Arne Schubert
933599cbd6 Add the tooltip anchor to Leaflet's BaseIconOptions interface (#20889)
* Add the tooltipAnchor property to the BaseIconOptions interface

* Add myself as author especially for PR 14299 and for getting an information on further changes

* Typo in github-name

* Remove redundant jsdoc and rewrite to a pretty format
2017-10-23 16:01:32 -07:00
Andy
f4775d1625 js.spec: Fix lint (#20882) 2017-10-23 16:00:43 -07:00
Andy
887ae58b0f ignite-ui: Fix lint (#20880) 2017-10-23 15:59:36 -07:00
Adam Gaskins
1805afcbab Updated bootstrap-slider to 9.9.0 (#20875) 2017-10-23 15:51:54 -07:00
Andy
cbba38fac2 heredatalens: Fix lint (#20857) 2017-10-23 15:41:19 -07:00
Michael Henretty
50d44b1d7d add missing function signature to @types/tape (#20834) 2017-10-23 15:38:35 -07:00
Andy
711d755826 oauth2-server: Fix lint (#20903) 2017-10-23 15:35:37 -07:00
Danny Kirchmeier
1bdff99ed0 three: Add color as valid type for light constructors (#20804) 2017-10-23 15:27:39 -07:00
Andy Mockler
dd56067216 Add types for rollup-plugin-json (#20799) 2017-10-23 15:26:58 -07:00
Janeene Beeforth
d37e6362bf Add type definition for react-widgets-moment. (#20792)
This is used to set up locale data for the Calendar/Date Picker widgets in
react-widgets.
2017-10-23 15:22:14 -07:00
Diwakar
c8a3ba9008 @types/sequelize add missing useCLS function def (#20788) 2017-10-23 15:17:29 -07:00
Janeene Beeforth
dabb23a265 Expand the list of options to all currently supported options. (#20787)
* Expand the list of options to all currently supported options.

* Fix wrong JSDoc tag name
2017-10-23 15:16:42 -07:00
Alan Agius
d47f47a647 fix(webpack dev server): webpack dev server supports multiple webpack… (#20783)
* fix(webpack dev server): webpack dev server supports multiple webpack compilers are configuration

* webpack-dev-server: add header
2017-10-23 15:15:03 -07:00
Matt Traynham
b172f596e6 Add mdTheming to angular-material (#20773) 2017-10-23 15:09:37 -07:00
barrtender
247e3671fe [Jasmine] Add matchersUtil on jasmine object (#20771)
* Add matchersUtil on jasmine object

Bringing in line with https://github.com/jasmine/jasmine/blob/master/src/core/matchers/matchersUtil.js to do testing on custom matchers

* Added test that needs jasmine.matchersUtil

Without it I can't test a message on failure for a custom matcher.
2017-10-23 15:09:01 -07:00
Ika
17e5ba3f94 feat(yeoman-generator): update to version 2.0 (#20767) 2017-10-23 15:07:10 -07:00
James Ah Yong
3d91b9219a [react-bootstrap-table] Fix paginationShowsTotal type (fixes #20684) (#20760)
* Update paginationShowsTotal type (fixes #20684)

* Forgot to surround definition with brackets.
2017-10-23 15:02:05 -07:00
Junyoung Clare Jang
dd92ec5ddd Fix ModifyOption features as optional (#20737) 2017-10-23 15:00:02 -07:00
Andy
ca383e858b loopback: Fix lint (#20893) 2017-10-23 14:58:56 -07:00
Jinwoo Lee
b15672e837 Node http2: Fix types of statCheck() and getTrailers() (#20729)
The `headers` parameter of statCheck() and the `trailers` parameter of
getTrailers() must be OutgoingHttpHeaders, not IncomingHttpHeaders, because they
are to be updated by statCheck()/getTrailers() before being sent to the opposite
endpoint.
2017-10-23 14:58:48 -07:00
Philippe Miossec
9df8a75519 [@types/react-css-modules] fix TypeOptions interface (#20728)
A new released changed the interface.
See https://github.com/gajus/react-css-modules#options
and https://github.com/gajus/react-css-modules/releases/tag/v4.6.0
2017-10-23 14:58:13 -07:00
Andy
c05fef4faf Remove and deprecate status-bar (#20727) 2017-10-23 14:56:37 -07:00
Georgii Dolzhykov
d756fdf1a3 lodash: replace StringRepresentable with more specific types (#20717) 2017-10-23 14:54:35 -07:00
c4605
74be8a1d63 ramda: R.nAry support curry (#20707) 2017-10-23 14:52:59 -07:00
Qibang
1547f30dd1 chore: exports Header component (#20706) 2017-10-23 14:52:23 -07:00
Andrew Pearson
29611ede92 Upgrading serialport from v4 to v6 (#20691)
* Upgrading serialport from v4 to v6

* Correcting baseurl and typeroots for v4 of library

* Exporting option interface and moving interfaces to Pascal case

* Removing redundent interface export, updating v4 library to fit with interface naming convention,  updating firmata package to point to the v4 library.
2017-10-23 14:50:01 -07:00
Carlos Bonetti
b81ccf4769 Add allowDots config option for qs stringify (#20687) 2017-10-23 14:47:46 -07:00
Andy
403dbdabc7 react-native: More no-redundant-jsdoc fixes (#20931) 2017-10-23 14:45:51 -07:00
Andy
f84cb14d02 nodegit: Fix no-redundant-jsdoc lint errors (#20897) 2017-10-23 13:29:35 -07:00
Andy
7f9fa39fc8 qlik-engineapi: Fix lint (#20910)
* qlik-engineapi: Fix lint

* Undo insertion of wierd characters
2017-10-23 13:28:30 -07:00
Andy
7e4c0d7730 jui-grid: Fix lint (#20901) 2017-10-23 13:23:42 -07:00
Knut Hühne
716c5db982 add newStack property to AmCharts.AmGraph (#20679) 2017-10-23 13:23:18 -07:00
Andy
6272f33bcf numjs: Fix lint (#20902) 2017-10-23 13:22:53 -07:00
Travis Hill
8899268190 knex: Add JoinClause 'on' variations (#20668)
* knex: Add JoinClause 'on' variations

* knex: onBetween's range parameter accepts an array with exactly two elements

* knex: Adds additional 'and' and 'or' methods for 'on' variations
2017-10-23 13:22:11 -07:00
Andy
912fde2dde openfin: Fix lint (#20905) 2017-10-23 13:21:14 -07:00
Andy
2f65b635c1 orientjs: Fix lint (#20906) 2017-10-23 13:20:54 -07:00
Andy
eefed2b180 pem: Fix lint (#20907) 2017-10-23 13:20:38 -07:00
Andy
eff0b9f631 jui: Fix lint (#20898) 2017-10-23 13:20:24 -07:00