Commit Graph

19016 Commits

Author SHA1 Message Date
Alex Staroselsky
1fa759c57b Added interfaces for Angular Material $mdPanel service, MdPanelPosition type, and MdPanelAnimation type as part of release 1.1.0-rc.5 (2016-06-03). Updated IDialogService show method to include previously added IPromptDialog. 2016-06-26 15:12:00 -05:00
Alex Staroselsky
0e3b134ae0 Added interface for Angular Material Prompt Dialog added in 1.1.0-rc1 (2016-03-09) extending IPresetDialog<T> and included cancel() and placeholder() methods. 2016-05-22 15:56:09 -05:00
Craig Younkins
816f03f3e4 Updated irc definitions to include connect callback as first argument and password config attribute (#9276) 2016-05-21 08:42:29 -07:00
Bjørn
8ea257c707 protractor-http-mock: Add runtime mocks and plugin support. (#9377) 2016-05-21 08:41:45 -07:00
Evan Sebastian
91b1371796 redux-actions: Un-restrict types of payload and reducer state (#9380) 2016-05-21 08:41:16 -07:00
developermj
63abab7f6b Adding string to after option for dotdotdot as per documentation (#9373) 2016-05-21 08:37:27 -07:00
Doug Miller
9d10809d05 Added language and languages properties (#9372) 2016-05-21 08:35:43 -07:00
Florian Plattner
4ec043b451 Update node schedule (#8827)
* updated typings for node-schedule

* some fixes

* corrects spelling and references on node-schedule
2016-05-21 08:34:13 -07:00
arcdev1
bb7f67e2e1 add type defintions for correct md5 module (per npm) (#9347)
* add type defintions for correct md5 module (per npm)

* Corrected md5 to CybozuLabs-md5

* added typings for md5 (npm version)
2016-05-21 08:32:51 -07:00
Erick Ponce
03fd25f9b0 Update ioredis.d.ts (#9362)
Added new option dropBufferSupport that is used with hiredis parser
2016-05-21 08:26:53 -07:00
Robin Joseph
ccb4c316dc allow objects for hapi's request.log (#9353) 2016-05-21 08:26:37 -07:00
Antonio Morales
ac94ea7331 Update sendgrid typings to v2.0.0 (#8492)
* rename sendgrid typing file to include version

* upate sendgrid typing definitions

* add reference to smtpapi typings

* merge

* make tests pass
2016-05-21 08:26:16 -07:00
Cluda
b76f5c0e57 SignOptions.expiresIn should be string or number (#8806)
* SignOptions.expiresIn should be any

https://github.com/rauchg/ms.js can take number or string

* expiresIn should be a string or a number
2016-05-21 08:26:05 -07:00
Ville Lahdenvuo
445ed7e54c Add Undefined to should (#7746) 2016-05-21 08:25:56 -07:00
Jules Truong
4143c4ff6f Miss register to Configurationoptions (#9292) 2016-05-21 08:25:45 -07:00
styu
ddc412f754 Add MergeView typings to CodeMirror (#9344)
* Add MergeView typings to CodemMirror

* Move MergeView definitions to new namespace and removed unnecessary callback interfaces
2016-05-21 08:22:26 -07:00
Ian Firkin
8f68f8cd4b Dojo xhr (#9339)
* Makes xhr return a promise instead of void

Xhr takes an argument which determines it's return type--either
Promise (the default) or Deferred.  Currently in the type definitions,
it returns void.

I've also commented out the "helper" methods (get, post, etc.), to
match the source code--they're commented out there as well.

* Comments out entire interface body

Removes the entire interface with helper methods.

* Adds back "helper" methods to xhr

This methods are included via the `util.addCommonMethods` call, and
so should be in the type definitions.
2016-05-21 08:19:17 -07:00
Colin Eberhardt
668ab30824 Added initial typings for remote-redux-devtools (#9357) 2016-05-21 08:18:32 -07:00
João Monteiro
c59e98d3ee removed get/set (not present in the object);added function;updated test file; (#9356) 2016-05-21 08:16:41 -07:00
Vaggelis Mparmpas
48a5cfd0d7 cachefactory typings (#9202)
* cachefactory typings

* Removed: I prefix from model interfaces
Added: interfaces: CacheGetOptions, CachePutOptions, CacheTouchOptions
2016-05-21 08:15:52 -07:00
Abhishek Garg
41f31600a1 Rectify type for IState.template (#9354)
Add `params: IStateParamsService` for IState.template function
2016-05-21 08:14:13 -07:00
vvakame
7e9254fac7 fix line ending of daterangepicker 2016-05-21 08:11:47 -07:00
Andrey Lipatkin
e0abafb1a6 Narrowing down possible values for direction parameter (#9352)
* Fixing favIconUrl property name typo for TabChangeInfo class

* Empty commit to trigger Travis CI

* Made direction parameter more specific by using string literal typing
2016-05-17 23:35:03 -07:00
Shawn Clabough
2b93f68f6a Add PivotSchema property name 'cube' (#9280) 2016-05-17 23:34:53 -07:00
CodeAnimal
b4bbee8f60 Stripe node 4.6.0 (#9350)
* Add stripe subscription methods

Add root subscription methods, in addition to subscription methods that
are defined on customer objects.

https://stripe.com/docs/api/node#subscriptions

* Bump version to stripe-node 4.6.0

* Update customers.retrieve signature

* Fix wrong signature for stripe.customers.update

The return type was Promise<IList<customers.ICustomer>> when in fact it
should be Promise<customers.ICustomer> (it is a resource object, not a
list)

* Add created attribute to ISubscription interface
2016-05-16 23:56:40 -07:00
Elisée Maurer
74c1ffbba4 three: Fix a couple typos (#9348) 2016-05-16 23:53:51 -07:00
Boris Cherny
b76dd8a7f9 angularjs: overload .get with typings for builtin servies (#9345) 2016-05-16 23:48:39 -07:00
Connor Wyatt
6f5c53028a Modified call signature of Sinon's calledWithNew method to no longer take a parameter (#9343) 2016-05-16 23:47:23 -07:00
Thomas Puttkamer
5e1ca2b9ef fixing a Promise bug in type definition (#9334)
* fixing a Promise bug in  type definition

* add Promise to Mongoose object
2016-05-17 12:39:07 +09:00
Charlie Arnold
398bd74211 react-select: change from ES6 export default to 'export =' to match javascript module (#9274) 2016-05-15 02:52:52 +09:00
Gael Magnan de bornier
672b7b71d1 New version on Joi, now the v9 is available. (#9335) 2016-05-15 02:51:31 +09:00
Tristan Geraets
6d46dce92e Update meteor.d.ts (#9323)
Missing property Meteor.isTest added, this flag is missing from the official docs as well but referenced in the [guide](http://guide.meteor.com/v1.3/testing.html#test-modes)
2016-05-15 02:48:53 +09:00
Tanguy Krotoff
bb5d8ea26c Improve bookshelf.d.ts and tests (#9297)
* Switch to ES6 imports

* Add attributes and length

* Various improvements + add more tests

- Fix destroy()
- Fix detach()
- Fix map()
- Add NotFoundError, NoRowsUpdatedError and NoRowsDeletedError on Model

* serialize() and toJSON() should return Object/Object[] instead of any

* Fix map()

* More tests taken from Bookshelf website + various fixes

- Fix Bookshelf.transaction return type
- Add id attribute on ModelBase
- Improve ModelBase.parse()
- Fix Model.query()
- Add a constructor to CollectionBase
- Fix CollectionBase.map()
- Fix Collection.attach()
- Fix Collection.query()
- Add Collection.EmptyError
- Fix LoadOptions and FetchOptions withRelated

* No need to specify Knex.QueryBuilder

* toJSON(): Object/Object[] is too restrictive, revert back to any/any[]

* Model.through() returns R, Collection.through() returns Collection<R>
2016-05-15 02:43:57 +09:00
Andrey Lipatkin
da5d70b6cb Feature/add jquery visible definition (#9251)
* Added definition for jquery-visible library

* Added EOL for last lines of jquery-visible definition and test files

* Renaming definition to df-visible in order to match package name in bower
2016-05-15 02:43:37 +09:00
Max Battcher
ccf227b5a8 Add explicit string types to GeoJson definition (#9333)
* Add explicit string types to GeoJson definition

The type names for each interface are explicit in the GeoJson spec and this uses recent TypeScript support for string valued types to make this much more obvious and to check this for us.

* Add explicit type hints to turf tests

Shape-based inferencing in Typescript does not currently appear to support string literal types in TS 1.8.
2016-05-15 02:42:38 +09:00
Markus Wagner
3644ba6e4f Update log4javascript.d.ts (#9324)
Method getEffectiveAppenders() added
see https://sourceforge.net/projects/log4javascript/files/1.4.13/log4javascript-1.4.13.zip/download, file log4javascript_uncompressed.js, line 540
2016-05-15 02:37:38 +09:00
Marian Palkus
acdc2d397c Add definitions for redux-mock-store (#9328)
* Add definitions for redux-mock-store.

* Fix definitions of redux-mock-store and updated tests.

* Remove trailing empty line.
2016-05-15 02:34:14 +09:00
Róbert Kiss
a9b1e55740 Model.save method is more common if the type of value is any instead of string (#9314) 2016-05-15 02:33:58 +09:00
Simon de Lang
c1101451fd Add definitions for escodegen (#9326) 2016-05-15 02:30:19 +09:00
Piotr Laszczkowski
c4dab8a05b Update definitions for Handsontable - add hooks to options interface (#9325)
* Add type definitions for Handsontable

* Update definitions for Handsontable

* Add Hooks to Options interface
2016-05-15 02:29:27 +09:00
Jeroen
933f68a564 Adds extend to QUnit typings (#9322)
Note that the second parameter (mixin) of this method is documented on
the website as being of type string, but both the qunit source code and
examples on the same documentation page tell us it's actually of type
any.
2016-05-15 02:28:09 +09:00
Jason Killian
2c530936fe Add openOnFocus prop to typings (#9319)
See https://github.com/JedWatson/react-select#further-options for prop
details
2016-05-15 02:21:02 +09:00
Leo Liang
53ed90b6e7 result in Client.query() callback has the same type with result object in Query end event. (#9307) 2016-05-15 02:20:51 +09:00
Tom Wanzek
adfe4a9c78 D3 enter (#9318)
* Added empty() and size() methods to interface Enter<Datum>. As per D3 API these methods are defined on the enter selection.

* Added test function testEnterSizeEmpty() for .enter().empty() and .enter.size() methods.
2016-05-15 02:19:29 +09:00
Eduardo
bdce9fb560 Added definition for daterangepicker. (#9316)
* Added definition for daterangepicker.

* Rename daterangepicker-test.ts to daterangepicker-tests.ts
2016-05-15 02:13:11 +09:00
Pēteris Ņikiforovs
ead4281ec8 Reflux (#9308)
* reflux: add ListenerMixin

* reflux: allow Reflux.createAction()

`options` argument is optional.

Readme says: "Create an action by calling Reflux.createAction with an optional options object."
2016-05-15 02:12:32 +09:00
John Gouigouix
5d6115f046 slick carousel 1.6.0 (#9311)
* Update with stream

* Update the slick carousel 1.6.0
2016-05-15 02:06:50 +09:00
Pēteris Ņikiforovs
aa3428bea8 ssh2: some options were not optional in ConnectConfig (#9310) 2016-05-15 02:04:59 +09:00
Sam Saint-Pettersen
e653cba45e Type definitions and tests for generic-functions (#9309)
* Create generic-functions.d.ts

* Create genetic-functions-tests.ts

* Update generic-functions.d.ts
2016-05-15 02:03:44 +09:00
Masahiro Wakame
eeede9d1ad split node-v4 definitions (#9341) 2016-05-15 01:59:20 +09:00