Commit Graph

47924 Commits

Author SHA1 Message Date
Jiayu Liu
d912769f8d update weixin-app's triggerEvent (#27319) 2018-07-20 17:34:34 -07:00
Richie Foreman
1aa8a708ac Add types for $injector.{loadNewModules, modules} to types/angular (#27240)
* Add {loadNewModules, modules} to angular.auto.IInjectorService

* Add {loadNewModules, modules} to angular.auto.IInjectorService

* Allow for annotated functions in .loadNewModules()

* Fix Injectable Type

* Add useful docstrings (which are pretty much carbon copied from the Angular docs)

* I dont see any whitespace, but travis does.. remove junk

* more

* Add {loadNewModules, modules} to angular.auto.IInjectorService
2018-07-20 17:34:05 -07:00
Andrey Tselishchev
960c7ef8a0 [@types/bson] Updated BSON types (#27259)
* `Binary`: Added `sub_type` property.
* `Code`: Added `code` and `scope` properties
* Added missing `Int32` type
* `Decimal128`: Added `bytes` property
* `BSONRegExp`: Added `pattern` and `options` properties
* `Symbol`: Added `valueOf()` method
2018-07-20 17:33:17 -07:00
nakagawa424
efce430c49 cytoscape: fix map() (#27245)
* cytoscape: fix map()

* add tests
2018-07-20 17:32:24 -07:00
Ika
cf6f86c363 fix(escape-string-regexp): correct version number (#27261) 2018-07-20 17:31:40 -07:00
Cerberuser
87167476ba Cytoscape: layout events fix (#27314)
* Cytoscape: layout events fix

* fix: adjacent overloads
2018-07-20 17:31:26 -07:00
Rogier Schouten
59c9faf71a fix returntype of publish() and sendToQueue() (#27322) 2018-07-20 17:31:13 -07:00
Ishaan Malhi
e3727a66d2 [@types/aws-lambda] Add SQS Event Source (#27334)
* feat: Add initial typings

* feat: Add tests for SQS Event Source

* fix: linting fixes
2018-07-20 17:31:00 -07:00
s
43c1545b6e [@types/twit] removing myself from list of maintainers (#27343) 2018-07-20 17:30:42 -07:00
Fabio Berger
cf883dad9d Add missing methods from ethereumjs-abi type (#27363) 2018-07-20 17:27:56 -07:00
Mattias Buelens
1d3d5b231a [whatwg-streams] Fixes for readable byte streams (#27375)
* ReadableByteStreamController.enqueue accepts any ArrayBufferView

See step 5 in https://streams.spec.whatwg.org/#rbs-controller-enqueue

* ReadableStreamBYOBRequest.view is always a Uint8Array

See step 2b in https://streams.spec.whatwg.org/#rbs-controller-byob-request

* ReadableByteStreamController.byobRequest may be undefined

See step 2 in https://streams.spec.whatwg.org/#rbs-controller-byob-request

* Remove unused type parameter on ReadableByteStreamSource and related classes

* Fix tests

* Replace IteratorResult with own interface to avoid dependency on ES2015 types
2018-07-20 17:27:47 -07:00
Zev Spitz
d00d623d95 activex-excel: Default properties; remove EnumeratorConstructor overloads; reduce any (#27427)
* Default properties; reduce any; remove EnumeratorConstructor overloads

* Test fixes
2018-07-20 17:26:40 -07:00
Grant Timmerman
c6a52c68c8 Override Google Apps Script generated types (remove Object, add JSDoc comments) (#27459) 2018-07-20 17:25:47 -07:00
Andy
d937097f80 knex: Remove unnecessary 'lodash' dependency (#27450) 2018-07-20 11:49:48 -07:00
Eloy Durán
1e85dbe62c Merge pull request #27435 from a-tarasyuk/feature/add-image-ref-prop-to-image-background
[react-native] - Add imageRef prop to ImageBackground
2018-07-20 19:11:11 +02:00
Radu Raicea
20be7a25e7 Add createButton types for googlepay (#27303)
* Add createButton types for googlepay

New API changes added createButton, a method to request the creation of
a HTMLElement button.

* Bump googlepay version and author list

* Change from Promise to HTMLElement in googlepay

The return value for createButton is HTMLElement, not
Promise<HTMLElement>.
2018-07-20 16:44:39 +01:00
Lorex75
c9a4dbbefa snapTo method (#27415)
* snapTo method

As per Official Docs, this method accept as first parameter or a number or an array of numbers, not just an array of numbers (docs -> http://snapsvg.io/docs/#Snap.snapTo, source -> b242f49e67/src/svg.js (L519))

* Typo
2018-07-20 08:43:03 -07:00
Leonard Thieu
63867fb112 [jquery] offset can accept a partial Coordinates object. (#27437) 2018-07-20 13:31:21 +01:00
Alexaner T
3f26db8119 Add imageRef prop to ImageBackground 2018-07-20 14:11:33 +03:00
Andy
a5ab4665a8 reactstrap: Set TS version to 2.9 (#27372) 2018-07-19 15:51:48 -07:00
Andy
f6fbbec6a8 topojson-specification: Make compatible with ts3.0 (#27379) 2018-07-19 07:56:50 -07:00
Andy
758b028f89 heatmap.js: Make compatible with ts3.0 (#27393) 2018-07-19 07:56:34 -07:00
Alan Agius
a976849308 uglify-js: turn on strictNullChecks (#27408) 2018-07-19 06:18:17 +01:00
Eloy Durán
a7079a1139 Merge pull request #27362 from mshoho/react-native-typo-fix
React native typo fix
2018-07-17 22:51:08 +02:00
Marat Abdullin
b6e31ebe69 Adding the test. 2018-07-17 13:53:59 +02:00
Marat Abdullin
f1be7646d5 Fixing the typo in a property name. 2018-07-17 13:44:39 +02:00
Sindre
91f8a6b7d1 auto-bind definitions (#27299)
* auto-bind definitions

* auto-bind: fix lint errors

* auto-bind: PR feedback, fix import syntax in tests
2018-07-16 11:09:10 -07:00
Sebastian Lenz
504902e974 Add third parameter parent to matchPath, add prop sensitive to Route (#27336)
* Add third parameter `parent` to matchPath

MathPath takes a third parameter, see https://github.com/ReactTraining/react-router/blob/master/packages/react-router/modules/matchPath.js#L28

* Add prop `sensitive` to Route

Routes accept the prop `sensitive`, see https://reacttraining.com/react-router/web/api/Route/sensitive-bool
2018-07-16 17:51:24 +01:00
Ben Grynhaus
b56eb29ea6 Added types for 'css-to-style' (#27253) 2018-07-15 12:47:55 -07:00
Klaus Meinhardt
6e4e25a30e add git-url-parse (#27233) 2018-07-15 12:47:32 -07:00
Klaus Meinhardt
6c93547985 add parse-github-url (#27230)
Please fill in this template.

- [x] Use a meaningful title for the pull request. Include the name of the package modified.
- [x] Test the change in your own code. (Compile and run.)
- [x] Add or edit tests to reflect the change. (Run with `npm test`.)
- [x] Follow the advice from the [readme](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/README.md#make-a-pull-request).
- [x] Avoid [common mistakes](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/README.md#common-mistakes).
- [x] Run `npm run lint package-name` (or `tsc` if no `tslint.json` is present).
- [x] The package does not already provide its own types, or cannot have its `.d.ts` files generated via `--declaration`
- [x] If this is for an NPM package, match the name. If not, do not conflict with the name of an NPM package.
- [x] Create it with `dts-gen --dt`, not by basing it on an existing project.
- [x] `tslint.json` should be present, and `tsconfig.json` should have `noImplicitAny`, `noImplicitThis`, `strictNullChecks`, and `strictFunctionTypes` set to `true`.
2018-07-15 12:46:51 -07:00
Klaus Meinhardt
d37a85553f Add github-url-to-object (#27229)
Please fill in this template.

- [x] Use a meaningful title for the pull request. Include the name of the package modified.
- [x] Test the change in your own code. (Compile and run.)
- [x] Add or edit tests to reflect the change. (Run with `npm test`.)
- [x] Follow the advice from the [readme](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/README.md#make-a-pull-request).
- [x] Avoid [common mistakes](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/README.md#common-mistakes).
- [x] Run `npm run lint package-name` (or `tsc` if no `tslint.json` is present).
- [x] The package does not already provide its own types, or cannot have its `.d.ts` files generated via `--declaration`
- [x] If this is for an NPM package, match the name. If not, do not conflict with the name of an NPM package.
- [x] Create it with `dts-gen --dt`, not by basing it on an existing project.
- [x] `tslint.json` should be present, and `tsconfig.json` should have `noImplicitAny`, `noImplicitThis`, `strictNullChecks`, and `strictFunctionTypes` set to `true`.
2018-07-15 12:46:24 -07:00
Sebastian Silbermann
4ca4cba9ea [react-select]: add typings for valueComponent prop (#27145) 2018-07-15 12:45:29 -07:00
Jonathan Skeate
fc1bfd0f9e [material-ui] Add placeholder, title to TextFieldProps (#27082) 2018-07-15 12:44:37 -07:00
Adam Binford
ec15c9c9a3 Expanded allowable redux version (#27156) 2018-07-15 12:44:07 -07:00
Allison Shaw
2ace47c404 Update index.d.ts (#27158)
Expose the public GenericOptions const to users.
2018-07-15 12:43:32 -07:00
Emilio Martinez
11bb84af8c feat(html-webpack-plugin): add html-webpack-plugin hook definitions (#27135) 2018-07-15 12:43:04 -07:00
sparklellama
606b1af8e1 Add access to numer.js options (#27159)
Not possible to set options for numeral.js with current .d.ts.  Adding the following seems to get it working on my project so hoping it can be included at the DefinitelyTyped end.
2018-07-15 12:42:15 -07:00
Andrew Debens
215cb1970b [classnames] Supporting ES6 & commonjs module imports (#27127)
* Updating classnames types for es6 and node imports

* Fixing linting
2018-07-15 12:38:59 -07:00
Marcin Tomczyk
2550b11007 Add types for jexl@1.1 by TechnologyAdvice; new owner TomFrost (#27269) 2018-07-15 12:38:16 -07:00
Ika
e06903040a feat(find-project-root): initial commit (#27291) 2018-07-15 12:35:11 -07:00
Ika
40ed9ae071 feat(find-parent-dir): initial commit (#27290) 2018-07-15 12:34:50 -07:00
Ben O'Sullivan
c3293bdfe3 Added typings for websocket-async (#27293)
* Added typings for websocket-async

* Updated in accordance with linter

* Update tsconfig.json
2018-07-15 12:34:22 -07:00
Daniel Cassidy
b2bbdd8241 Add type declarations for stream-shift. (#27295) 2018-07-15 12:32:52 -07:00
Sindre
fa96e1d7a3 added react-albus (#27300)
* added react-albus

* react-albus: fix lint errors
2018-07-15 12:31:54 -07:00
evelijn
1f95827a0d Add types for barbellweights module (#27302)
* Add types for barbellweights

* Add types for barbellweights
2018-07-15 12:31:28 -07:00
Amiram Korach
26defd42ae fix chart.js plugins to be an array (#27298)
http://www.chartjs.org/docs/latest/developers/plugins.html#using-plugins
2018-07-15 12:29:57 -07:00
Daniel Cassidy
270885d33a [merge-stream] Apply standard lint rules, fix common mistakes (#27286)
* Apply standard lint rules to merge-stream.

 * Format version number as MAJOR.MINOR, patch is not allowed.
 * Delete consecutive blank lines.
 * Cut down author list into multiple lines.
 * Replace author's website with their github page.
 * Remove I prefix from MergedStream interface.
 * Use Array<...> for complex array type.
 * Delete blank line at start of file.
 * Replace all uses of 'var' with 'let' or 'const'.
 * Combine overloads into one signature.

* Apply strict null checks to merge-stream.

* Use ReadonlyArray in preference to Array where appropriate.

merge() and add() do not modify the arrays passed to them,
so they can be typed as ReadonlyArray.

* Add self to authors list.
2018-07-15 12:29:43 -07:00
Roger
02ddad0cbe Add missing update and create method for crypto-js (#27262)
For chunked hashing of a file with MD5 the create and update methods on the Hasher need to be exposed.
2018-07-15 12:28:49 -07:00
David Walschots
4b10dc79a3 react-widgets: Fix DateTimePicker parse type (#27188) 2018-07-15 12:28:32 -07:00