uncol
e9879ac6c6
add some methods
2017-06-03 10:41:17 +03:00
Carl Winkler
8bc8aaeb39
Implement amqp 0.2 type definitions ( #16744 )
...
* Implement amqp 0.2 type definitions
* Respond to PR feedback
- Add semicoloms
- Remove namespace
- Change line rules
2017-06-02 19:41:07 -07:00
Tony Nikolov
e9fb99fe04
Add type definitions for redux-infinite-scroll ( #16921 )
...
* Adding typescript definitions for redux-infinite-scroll
* Add new line characters.
* Add tsconfig.json
* Remove package.json to satisfy first time requirements.
* Add typescript version requirement.
* - InfiniteScoller now properly inherits div properties.
- Add test file.
- Add tslint file.
- Remove readme as per first time requirements.
- Remove experimentalDecorators config setting as it is not needed.
- Fix parsing issue with typescript version in index.d.ts.
* Fix errors reported by linter.
2017-06-02 17:01:51 -07:00
Leonard Thieu
f391463294
[semantic-ui-accordion] Add type definitions. ( #16926 )
2017-06-02 17:00:42 -07:00
Leonard Thieu
d99d02d39d
[semantic-ui-checkbox] Add type definitions. ( #16929 )
2017-06-02 16:59:36 -07:00
Leonard Thieu
9a529e3477
[semantic-ui-dropdown] Add type definitions. ( #16931 )
2017-06-02 16:59:15 -07:00
Adrian Chia
524b072a5a
Update auth0-js to v8.6 ( #16704 )
...
* Update auth0-js to v8.6
* remove redundant @method in JSDoc
* Fix auth0-js-test
2017-06-02 16:58:35 -07:00
Michiel de Bruijne
47c53f1ca2
[jsonwebtoken] set correct types for decode and verify functions ( #16780 )
...
* [jsonwebtoken] set correct types for decode and verify functions
* [jsonwebtoken] make compliant with older TypeScript versions
* [jsonwebtoken] update to TypeScript 2.2 types
* [jsonwebtoken] use constant as function parameter instead of casting object
2017-06-02 16:56:06 -07:00
Michael Ledin
92a53e48e7
Reorganize .gitignore: ( #16925 )
...
- group entries
- remove duplicate ".idea" entry
- ignore npm@5 package-lock.json
2017-06-02 14:33:02 -07:00
Tom Wanzek
c3597f95f8
[d3-sankey] Update to Minor Version 0.6 ( #16923 )
...
* [BREAKING] Changes to Sankey node and link related interfaces. Added attributes and re-defined attributes.
2017-06-02 14:02:21 -07:00
Adrian Leonhard
a6c6caa940
Multiple fixes to types/chroma-js/index.d.ts ( #16769 )
...
* Multiple fixes to types/chroma-js/index.d.ts
* Fixed bezier method
* typed string parameters to be string unions
* added out parameter to Scale.colors
* changed color types to number tuples instead of arrays
* added types/chroma-js/tslint.json
* [chroma-js] Added documentation
Copied method descriptions from the API docs.
* [chroma-js] Added more documentation
Copied method descriptions from the API docs.
* Actually ran the linter...
* [chroma-js] reverted package.json
2017-06-02 12:42:09 -07:00
Tom Wanzek
e353d9bc65
[d3-sankey] Missing Iterations ( #16916 )
...
* [Fix] Adds missing `iterations` setter and getter for `SankeyLayout`
2017-06-02 10:35:24 -07:00
Boris Cherny
4b35f5c6d1
Node: Update and add missing options for util#inspect ( #16804 )
...
* inspect depth should be nullable
* add showProxy, maxArrayLength, and breakLength options for util#inspect
2017-06-02 09:25:49 -07:00
ragtime
8e7130c481
Added missing method isSupported to [clipboard] ( #16890 )
2017-06-02 09:10:53 -07:00
Nicolas HENRY
e8516ff566
[consolidate] change String wrapper object to primitive ( #16877 )
...
* [consolidate] change String wrapper object to primitive
* add missing target
2017-06-02 09:05:09 -07:00
Zach Zanol
7f095f4ca2
[react-spinkit]: update to 3.0.0 ( #16875 )
...
* Update react-spinkit-tests.tsx
* Update index.d.ts
* Update index.d.ts
* moved v1 to subfolder
2017-06-02 09:04:34 -07:00
Nathan Shively-Sanders
aa42c6cd3b
Merge pull request #16527 from sebek64/leaflet-awesome-markers-v1-support
...
feat(leaflet.awesome-markers): support both v0 and v1 leaflet
2017-06-02 09:04:03 -07:00
Brian Lee
f633354ee2
[gm]: allows subclasses to process non-string argument types as image source ( #16855 )
...
* Allow subclass gm function to accept source types other than path strings
* Rewrite overloaded function
2017-06-02 09:01:49 -07:00
James Garbutt
ed4f31ba67
add new sinon stub types (setters, getters, values) ( #16848 )
...
* add new sinon types
* bump sinon version
2017-06-02 09:01:21 -07:00
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
Marcel Šebek
a8980d69d1
feat(leaflet.awesome-markers): support both v0 and v1 leaflet
2017-06-02 17:50:39 +02: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