Commit Graph

47877 Commits

Author SHA1 Message Date
Linus Unnebäck
83aaaffa9f [leveldown] Fix static functions (#27174) 2018-07-20 18:09:22 -07:00
Dave Dunkin
38006605b1 [fabric] Remove invalid override in Group interface. (#27182)
The `get` override fails to compile in TypeScript 2.9.
2018-07-20 18:08:31 -07:00
Matt Bishop
64dc73c84c Add missing methods withinX (#27176) 2018-07-20 18:07:50 -07:00
Zhang Yi Jiang
3eca76c410 [react-router-dom] Add generatePath reexport from react-router (#27178) 2018-07-20 18:07:32 -07:00
Atrahasis
15d7eb53b3 [@types/three]: Improve material type casting, implementation and doc. (#27413) 2018-07-20 18:04:08 -07:00
Clément
86433acc82 [React-native-auth0] Add language value in AuthorizeParams (#27416)
* Add language value

* Update test
2018-07-20 18:02:29 -07:00
Oliver Joseph Ash
aee338f484 node-fetch: correct Headers.raw type (#27364)
* `node-fetch`: add test for `Headers.raw`

* `node-fetch`: `Headers.raw`: add `string[]` to index signature value type

* `node-fetch`: `Headers.raw`: add `undefined` to index signature value type

* `node-fetch`: enable `strictNullChecks` and fix errors

* Revert "`node-fetch`: `Headers.raw`: add `undefined` to index signature value type"

This reverts commit 15ad14d72c42fa1f3ba472bc15f38a88230f3a4f.

* Fix expect type format

* Remove string
2018-07-20 18:01:15 -07:00
geraldinelemeur
b7ba5e828b [mongodb] Cursor.next() resolves to null if no more documents. (#27402) 2018-07-20 18:00:59 -07:00
mattmm3d
9b47d926c6 Splice can take a number array as an argument for 2D arrays (#27239) 2018-07-20 18:00:19 -07:00
Dasa Paddock
0575e7dbc3 Small updates for version 4.8 (#27426) 2018-07-20 17:59:26 -07:00
Alfie Johnson
fa54ed4ad3 I believe IDatepickerPopupConfig has everything in IDatepickerConfig, plus additional things, so it should extend IDatepickerConfig. (#27452) 2018-07-20 17:59:15 -07:00
Bond
e1d9a3c9f4 GetJob returns a promise of job or null (#27448)
Says it in the jsdoc even.
2018-07-20 17:58:10 -07:00
Willem Sonke
9fa36689ab [snapsvg] Make handler optional for un... methods (#27252)
For `unclick` the handler argument was already marked as optional. As in snapsvg's [implementation of the `un...` methods](https://github.com/adobe-webplatform/Snap.svg/blob/master/src/mouse.js#L340) there is no difference in how the various events are handled, the handler should also be optional for the other event types. I tried this with `undblclick` in particular, and it works as expected (removes all `dblclick` events).
2018-07-20 17:57:12 -07:00
FUJI Goro
9fa7394da1 [@types/jquery] fix: let jQuery's insertAfter / insertBefore accept Node and JQuery<Node> (#27404)
* fix: let jQuery's insertAfter / insertBefore accept JQuery<HTMLElement> as well as HTMLElement

* jquery now requires typescript 2.4

* fix jQuery dts to compile on TypeScript 2.3
2018-07-20 17:56:39 -07:00
daniel-maier
37c8afcfa9 Update to vertx3-eventbus-client 3.5 (#27070)
* Update index.d.ts

Update to vertx3-eventbus-client 3.5

* Update index.d.ts

* update to vertx3-eventbus-client 3.5
2018-07-20 17:56:20 -07:00
Adam Eisenreich
05bf38481e Added more component definitions to video.js (#27163)
* Added more component definitions to video.js

* Update getComponent

This will allow to write `class MyComponent extends videojs.getComponent('Button') { }`.

* addChild correctly returns given component

* typo in ClickableComponent

* Added ControlBar

* Fixing whitespace errors

Fixes ERROR: 26:49  typedef-whitespace

* Update video.js-tests.ts

* Update index.d.ts

* Bump version to 2.1

* Fix tslint errors

* fixup! Bump version to 2.1

* fixup! Fix tslint errors
2018-07-20 17:56:11 -07:00
Miles Johnson
d73e42043d [JSS] Export the JSS class declaration (#27428)
* Export the JSS class.

* Fix tests.

* Revert "Fix tests."

This reverts commit 5d2acc01ab583dca20999ecc9d9d04e899066f98.
2018-07-20 17:55:46 -07:00
Lee Standen
05d47a553b @types/react-circular-progressbar bump version to match upstream version, as release is needed (#27420)
* version bump to match upstream version

* Fix version number
2018-07-20 17:55:07 -07:00
Scott Trinh
f5f7c436b9 knex: Allow null value for decimal precision (#27422)
* Allow null value for decimal precision

* Update tests

* Fix weird wording in test comment
2018-07-20 17:54:56 -07:00
Rongjian Zhang
62730ac062 classnames: change value of ClassDictionary to any (#27280) 2018-07-20 17:54:28 -07:00
Kamil Waheed
08cd3c3b36 Fix incorrectly typed GatewayDest's component prop in react-gateway (#27414)
* Use correct type for GatewayDestProps component

* Test react-gateway GatewayDest component prop type

* Add another test for react-gateway GatewayDest component prop type
2018-07-20 17:53:51 -07:00
Zhu Zijia
7212e9a242 Fix incorrect exports in npmlog (#27396) 2018-07-20 17:52:46 -07:00
nakagawa424
435aec3769 cytoscape: fix filtering functions (#27411)
* cytoscape: fix map()

* add tests

* cytoscape: fix filtering functions
2018-07-20 17:51:40 -07:00
Will Koster
5d63e04d34 Fix type of mongodb.connect (#27398)
It had never been updated from 2.x. Fixes #23548.
2018-07-20 17:51:22 -07:00
nakagawa424
f805351bd7 typo (#27409) 2018-07-20 17:50:56 -07:00
Jake Richards
89ac4daab1 Add missing waitFor types (#27331) 2018-07-20 17:50:38 -07:00
Andrew Hyndman
6aa9bbdf5c <Sticky> component should expect a function as a child (#27401) 2018-07-20 17:50:26 -07:00
Adam Haglund
1d4e623ccb add options to request.auth method (#27373) 2018-07-20 17:50:03 -07:00
Nikolay Alexandrov
a43c276f2b [mock-knex] Knex could return any type of data (#27390) 2018-07-20 17:47:43 -07:00
S McDowall
e02291c092 Enhanced return type of Koa Middleware (#27203)
As a Koa Middleware, koa-response-time should indicate it returns a Middleware type not "any" which, in strict TS projects causes warnings.
2018-07-20 17:46:44 -07:00
Mitchell Grice
859b3edaa7 Google.Visualization correct column index type (#27383)
Changed `columnIndex` to be a number like all its neighbours
2018-07-20 17:46:28 -07:00
Jiayu Liu
165cfcfbbf update weixin-app's request method (#27368) 2018-07-20 17:46:16 -07:00
Michael Zlatkovsky
6ae40947bb Update Office.js with latest Excel/Word/Visio/OneNote additions & docs (#27377)
* Update Office.js with latest Excel/Word/Visio/OneNote additions & documentation

* Fix build break
2018-07-20 17:46:08 -07:00
Futa Ogawa
8cb2a181f3 google-cloud__storage / Update FileMetadata interface (#27172) 2018-07-20 17:44:18 -07:00
Futa Ogawa
7720980c46 [@types/google-cloud__storage] Fix getSignedUrl() method (#27328)
* Fix required options.

* google-cloud__storage / Fix `getSignedUrl()` test.
2018-07-20 17:44:00 -07:00
Futa Ogawa
0bb8006e2f [@types/google-cloud__storage] Update WriteStreamOptions interface (#27329)
* google-cloud__storage / Update WriteStreamOptions interface, WriteStreamOptions interface

* google-cloud__storage / Import @types/request's interface `CoreOptions`

* google-cloud__storage / Fix definitions metadata.
2018-07-20 17:43:39 -07:00
Michael Ferris
5d9d95a67d yargs: Add scriptName method according to http://yargs.js.org/docs/#api-scriptname0 (#27234) 2018-07-20 17:43:30 -07:00
Daniel Cassidy
6fefa9cf29 Apply standard lint rules to restify. (#27323) 2018-07-20 17:43:19 -07:00
pau1m
32d5aacd14 Fix mistaken required for address in getPastLogs (#27340)
@Levino
2018-07-20 17:43:10 -07:00
BehindTheMath
c5b489e146 [numeral] Remove method that no longer exists (#27352)
* [numeral] Remove method that no longer exists

This method was removed in adamwdraper/Numeral-js@f8f2696, and it
was changed in adamwdraper/Numeral-js#398 from a dedicated method
to using `$` in the format.

* [numeral] Fix tests
2018-07-20 17:42:56 -07:00
Nemanja Milosavljevic
12d470bab7 redux-form - Fix the broken type inheritance (#27256)
* Fix the broken FieldsArray type inheritance

* Fix the broken test and improve upon the implementation
2018-07-20 17:42:44 -07:00
Matt Stanton
1464f84256 Fix mathjs Unit interface. (#27351)
* Fix mathjs Unit type definitions.

- Remove Unit class methods from the Unit instance interface.
- Add some missing Unit instance methods referenced in the mathjs docs.

One notable problem this resolves is that mathjs types were not
importable in Node without the DOM library due to the Unit.parse
signature referring to DOMStringList.

* Array -> ReadonlyArray in splitUnit() signature.
2018-07-20 17:42:28 -07:00
Jon Freedman
a9394b8436 update plotly.js typing (#27355)
* update typing
- add missing event handlers from https://github.com/plotly/react-plotly.js/#event-handler-props
- add addFrames / deleteFrames functions
- use Font interface in ScatterMarker.colorbar
- change Font.color type from string to Color
- fix 'common mistakes': tabs to spaces

* fix linting errors

* use tab indentation and require in tslint
2018-07-20 17:42:18 -07:00
rfried
ce73aaf4ab paper 11.5 comprehensive update (#27356)
* Updating Matrix class to match 11.5 documentation and implementation.

* Updating Point class to reflect 11.5 documentation and implementation.

* Updating Rectangle class to reflect 11.5 documentation and implementation.

* Updating Size class to reflect 11.5 documentation and implementation.

* Updating PaperScope class to reflect 11.5 documentation and implementation.

* Update Item class to better reflect 11.5 documentation and implementation.

* Fixing up optional object property syntax in a couple places (',' should have been ';')

* Updating Shaep class to better reflect 11.5 documentation and implementation.

* Updating Raster class to better reflect 11.5 documentation and implementation.

* Updating PathItem class to better reflect 11.5 documentation and implementation. Removed methods from Path that were inherited from PathItem.

* Updating Path class to better reflect 11.5 documentation and implementation.

* Updating CompoundPath class to better reflect 11.5 documentation and implementation.

* Updating Segment class to better reflect 11.5 documentation and implementation.

* Updating Curve class to better reflect 11.5 documentation and implementation.

* Updating CurveLocation class to better reflect 11.5 documentation and implementation.

* Updating Project class to better reflect 11.5 documentation and implementation.

* Updating Symbol to better reflect 11.5 documentation and implementation.

* Updating Style class to better reflect 11.5 documentation and implementation.

* Updating GradientStop class to better reflect 11.5 documentation.

* Updating Color class to better reflect 11.5 documentation and implementation.

* Updating View class to better reflect 11.5 documentation and implementation.

* Updating the event classes to better reflect 11.5 documentation and implementation.

* Updating TextItem to better reflect 11.5 documentation and implementation.

* More accurate return type guidance for event handlers. Small fix to resolve lint error (object[] changed to any[]).

* Added name to 'Definitions by' section in header.

* Adding an IHitTestOptions interface to improve the intellisense on a 14-property object capable of being paritally defined. Now users can create an object which includes any number of the 14 properties and get some guidance on what each property does. It's syntactic sugar and I'll allow that it may just be unecessary.

* More hittest tests

* Adding project to the hittest tests

* After some testing I like the IHitTestOptions approach much better. It provides CTRL+SPACE intellisense with descriptions. It also allows any previous code that sent an object with at least 1 property to pass the test. As such I've removed the object literal as it increases future maintainence.

* Updating hittests to make sure the right returns are coming from the hittest functions

* test documentation

* Adding the Example 'Boolean Operations' rewritten as typescript to the tests. This hopefully mimics what a user might have done to adapt the examples and ensure that all the example interfaces are implemented correctly.

* Adding the Example 'Candy Crash' rewritten as typescript to the tests. This hopefully mimics what a user might have done to adapt the examples and ensure that all the example interfaces are implemented correctly.

* From reviewing the example Sadie Likes To Draw and looking through the implementation... it looks like the property "fully selected" is actually available on the parent Item and not first available on Path as indicated in the documentation.

* Adding the Example 'SatieLikedToDraw' rewritten as typescript to the tests. This hopefully mimics what a user might have done to adapt the examples and ensure that all the example interfaces are implemented correctly.

* Adding the Example 'Chain' rewritten as typescript to the tests. This hopefully mimics what a user might have done to adapt the examples and ensure that all the example interfaces are implemented correctly.

* Adding the Example 'Tadpoles' rewritten as typescript to the tests. This hopefully mimics what a user might have done to adapt the examples and ensure that all the example interfaces are implemented correctly.

* Adding the Example 'Nyan Rainbow' rewritten as typescript to the tests. This hopefully mimics what a user might have done to adapt the examples and ensure that all the example interfaces are implemented correctly.

* Fixing a namespacing issue resolving the Rectangle class in the Path.Rectangle and Path.Ellipse constructors

* Adding the Example 'Rounded Rectangles' rewritten as typescript to the tests. This hopefully mimics what a user might have done to adapt the examples and ensure that all the example interfaces are implemented correctly.

* The gradient components of a Color are sometimes undefined. Also origin and destination were missing from the documentation and definition. They are accessible for gradient colors.

* Adding the Example 'Radial Rainbows' rewritten as typescript to the tests. This hopefully mimics what a user might have done to adapt the examples and ensure that all the example interfaces are implemented correctly.

* Item's appendTop and appendBottom methods were hiding in the documentation. They aren't listed in the main Item class, they're listed as inherited by all its children.

* Adding the Example 'Meta Balls' rewritten as typescript to the tests. This hopefully mimics what a user might have done to adapt the examples and ensure that all the example interfaces are implemented correctly.

* Adding the Example 'Voronoi' rewritten as typescript to the tests. This hopefully mimics what a user might have done to adapt the examples and ensure that all the example interfaces are implemented correctly.

* Adding the Example 'Future Splash' rewritten as typescript to the tests. This hopefully mimics what a user might have done to adapt the examples and ensure that all the example interfaces are implemented correctly.

* Adding the Example 'Smoothing' rewritten as typescript to the tests. This hopefully mimics what a user might have done to adapt the examples and ensure that all the example interfaces are implemented correctly.

* Adding the Example 'Spiral Raster' rewritten as typescript to the tests. This hopefully mimics what a user might have done to adapt the examples and ensure that all the example interfaces are implemented correctly.

* Adding the Example 'Division Raster' rewritten as typescript to the tests. This hopefully mimics what a user might have done to adapt the examples and ensure that all the example interfaces are implemented correctly.

* Adding equals and clone methods to Segment class.

* Adding the Example 'Q-bertify' rewritten as typescript to the tests. This hopefully mimics what a user might have done to adapt the examples and ensure that all the example interfaces are implemented correctly.

* Adding the Example 'Path Intersections' rewritten as typescript to the tests. This hopefully mimics what a user might have done to adapt the examples and ensure that all the example interfaces are implemented correctly.

* Adding the Example 'Path Simplification' rewritten as typescript to the tests. This hopefully mimics what a user might have done to adapt the examples and ensure that all the example interfaces are implemented correctly.

* Adding the Example 'Hit Testing' rewritten as typescript to the tests. This hopefully mimics what a user might have done to adapt the examples and ensure that all the example interfaces are implemented correctly.

* Adding the Gradient constructor that is missing from the documentation.

* Adding the Example 'Bouncing Balls' rewritten as typescript to the tests. This hopefully mimics what a user might have done to adapt the examples and ensure that all the example interfaces are implemented correctly.

* Reading through the code and examples shows that there are a few more options for constructing the GradientStop class than documented officially.

* Accidentally inserted a redundant declaration

* More options for the Gradient class constructor.

* Adding type-specific clones to all children of Item. This allows for user code to better reflect the clone operation without having to cast things all the time.

* new constructor, addition, and insertiong parameter options for Paths in order to enable more streamlined code which better matches examples from the code reference. Namely the ability to shorthand a point/segment as [x,y] arrays. Fixing a weird type warning by adding yet another on/off event overload.

* Added all of the example code found as paperscript inside the API documentation. Piece of code had to be rewritten to conform to typing strictness and I did my best to match the feel and brevity of the code. As possible I translated these shorthand notations into further improvements into the type definition. This included things like Point/Segment array shorthand for Path creation. To some degree I just applied my opinion on what users might prefer while still being guided by a type system. There are probably further tweaks we can make in this vein but I found the changes sufficient to make the example code require little porting effort.

* I just realized that I have two github accounts. Before I have too many commits to my name I wanted to merge accounts and as a result I need to update my profile link in the 'Definitions by' header.
2018-07-20 17:42:07 -07:00
Jeff Willette
778aaa7f32 Added _debug to Instance interface (#27297)
* Added _debug to Instance interface

* removed trailing whitespace
2018-07-20 17:40:52 -07:00
Josh Cunningham
421d259b31 Allow type for Express.Request.user (#27339) 2018-07-20 17:40:38 -07:00
Jiayu Liu
5ba0287527 update weixin-app's Component<T> interface (#27333) 2018-07-20 17:39:32 -07:00
Brandon
834879d2a9 remove the module declaration from the base slate package to simplify importing (#27347) 2018-07-20 17:39:17 -07:00
Ronald Rey
77637140d4 fuzzaldrin-plus@0.6.0: Update definitions (#27249)
* fuzzaldrin-plus@0.6.0: Update definitions

* Rename `IFuzzaldrinPlusOptions` to `IOptions`

Co-Authored-By: shiftkey <github@brendanforster.com>
2018-07-20 17:38:11 -07:00
Siwalik M
42bdf3969d Updating interface for cursor acc. to new API (#27332)
* Updating interface for cursor acc. to new API

* update contributor

* review changes
2018-07-20 17:37:40 -07:00