18734 Commits
Author SHA1 Message Date
Jason Wang 78cd8fe227 Revert "Update InAppBrowser.d.ts"
This reverts commit a8b9e026ec.
2016-03-02 16:55:23 -08:00
Daniel Rosenwasser 945ebfe049 Merge pull request #8284 from Asana/react-fixes
React updates (improved cloneElement & TestUtils return-type inference)
2016-03-02 14:44:48 -08:00
SrTobi 88db719064 Updated pegjs typings to also mirror parser api 2016-03-02 22:01:29 +01:00
Jason Wang a8b9e026ec Update InAppBrowser.d.ts 2016-03-02 10:01:40 -08:00
Ciuca, Alexandru 206c964ed1 react-redux: stricter typing of connect 2016-03-02 19:58:14 +02:00
rgvassar 18df7ff3a9 Fixed incorrect documentation. 2016-03-02 09:08:46 -08:00
Giedrius Grabauskas 4bf9e262ab Removed module name 2016-03-02 17:39:58 +02:00
Giedrius Grabauskas c7b3b3c193 Added setRouteLeaveHook 2016-03-02 17:29:56 +02:00
Ákos Lukács 7012659e6f Update signalr-tests.ts
Test for unsubscribing a listener with more than 1 parameter
2016-03-02 15:42:36 +01:00
Matthew Hill c2ae01b0b4 adds strictDi to angular.auto.IInjectorService 2016-03-02 14:37:48 +00:00
Ákos Lukács 786f2c322a Update signalr.d.ts
HubProxy.on() and HubProxy.off() should accept the same parameters, since you unsubscribe the same method...
2016-03-02 15:34:12 +01:00
Sheron Benedict c54be260da Added tests for combo box controls. 2016-03-02 13:55:40 +05:30
Sheron Benedict 72880057dd Removed period to conform to DT header guidelines. 2016-03-02 13:45:59 +05:30
Sheron Benedict 06dfc3237c Merge remote-tracking branch 'upstream/master' 2016-03-02 13:21:45 +05:30
Aliaksei Kharchykau 912068a2f8 CKEDITOR.plugins.load second argument now is function and third is optional 2016-03-02 10:50:12 +03:00
Sheron Benedict 65b4d94209 Adding TS definitions for the DevExpress ASP.NET MVC controls. 2016-03-02 13:17:50 +05:30
Horiuchi_H 4ba57e605b Merge pull request #8204 from Exagram/master
Updated definition for Store, added IBaseStore
2016-03-02 12:48:40 +09:00
Joe Schafer c3696a6b87 auth0.lock - fix module name
The module name for auth0.lock is auth0-lock as seen in the example:

https://github.com/auth0/lock/blob/master/examples/webpack/src/app.js

I'm not sure where the Auth0Lock name came from, but typescript fails to
resolve the module with the name Auth0Lock.
2016-03-01 22:37:59 -05:00
flyfishMT b82ebfaac5 account for hwen amd is not used, it is still added to ko static 2016-03-01 16:54:43 -07:00
flyfishMT de29bbf60b existing build errors, fixing for travis-ci 2016-03-01 16:45:10 -07:00
flyfishMT 83fb0a3c49 kolite command, dirtyflag are no longer added to ko but are added to AMD exports. they are also broken into 3 different files. changed to reflect this and added ambient declarations so everything works in typescript with requirejs. 2016-03-01 16:37:22 -07:00
Mateus Demboski 4d45dd8d40 Added tests file for notie definitions 2016-03-01 15:27:06 -03:00
Mateus Demboski f595687773 Added notie.js (https://github.com/jaredreich/notie.js) definitions 2016-03-01 15:25:03 -03:00
Julien P 6b6a55e3cf Add angular-fullscreen type definition
- Add interface for Fullscreen type definition
- Wrap it in angular.fullscreen module
- Add test Angular module
2016-03-01 16:57:25 +01:00
Julien P f557bf0bce Fix header of definition file 2016-03-01 16:01:36 +01:00
Julien P 173de3e1e3 Update semver definitions to 4.3.4
- Add missing semver functions: major(), minor(), patch(), diff()
- Add tests for those new functions
- Add semver var to allow using it easily with Angular
2016-03-01 15:53:35 +01:00
John Reilly 55c750ace8 Merge pull request #8335 from johnnyreilly/master
Update angular.d.ts
2016-03-01 13:58:52 +00:00
John Reilly 49a2473350 Update angular.d.ts
Added JSDoc for documented service methods
2016-03-01 13:52:51 +00:00
rdeneau 8dc82014e0 Add bootpag definition files 2016-03-01 11:46:32 +01:00
Vincent Siao 1c27f2429e [react] Reorganize CSSProperties; add missing properties 2016-03-01 02:21:54 -08:00
Gareth Smith b8fb2df231 Allow IFilterOptions.condition to be set to a function, as the documentation describes. 2016-03-01 10:12:26 +00:00
Szymon Stasik 84bed8dca0 handle promises returned by firebase API 2016-03-01 10:40:30 +01:00
Isman Usoh ecdcb2b402 Create express-graphql-tests.ts 2016-03-01 12:42:11 +07:00
Isman Usoh 424716686c Create express-graphql.d.ts 2016-03-01 12:40:21 +07:00
Leo Liang e80b4e8d35 pg.d.ts: Make parser a generic function 2016-03-01 11:36:18 +08:00
Steve Mayes 04f77faf93 Syncing fork with DefinitelyTyped/master 2016-02-29 20:13:11 -05:00
Steve Mayes bfc8c946fb Merge remote-tracking branch 'DefinitelyTyped/master' 2016-02-29 20:08:56 -05:00
Meir Gottlieb 9e9d51ff1b Added attribute record to job. 2016-02-29 17:41:32 -07:00
Evan Martin 273448e867 properly type string enums
The API is defined in terms of strings.
TypeScript enums' values are numbers and are not correct for
this API.  Drop the enums and use the new string union type
instead, as it was designed for just this use case.
2016-02-29 16:10:32 -08:00
Delisa Mason c9392de849 Add bugsnag.d.ts 2016-02-29 15:19:45 -08:00
Meir Gottlieb 09671af7fe Made data optional. 2016-02-29 15:25:14 -07:00
Meir Gottlieb cde004b19a Changed to "export =" from es6 default export format. 2016-02-29 15:11:39 -07:00
Meir Gottlieb 90fbb18733 Added definition for Agenda 0.8.0. 2016-02-29 14:57:13 -07:00
ShaySEY 5199b9a759 Update bookshelf.d.ts
The destroy signature method is not compatible with the bookshelf.js library.
It should return a Promise<T>  - destroy is async method.
2016-02-29 22:40:45 +02:00
borislavjivkov 68514aa041 Added cookie-session (https://github.com/expressjs/cookie-session) definitions 2016-02-29 22:02:40 +02:00
rgvassar 0a312175b4 OpenLayers - Added source.Vector.getFeaturesAtCoordinate method. 2016-02-29 11:35:45 -08:00
Borys Niewiadomski 9521bd0249 adding gapi.load(...) 2016-02-29 13:27:57 -06:00
Cyril Schumacher 36e064e2cb Fix error for "connect-timeout".
Add module to extend interface for "i18next".
Add default export for "express-brute-memcached".
Remove unnecessary interface for "i18next-express-middleware".
Add definitions for "i18next-browser-languagedetector" and "i18next-node-fs-backend".
2016-02-29 18:33:35 +01:00
Douglas a0909cc3c0 definition header updated to match standard format as per request from @vvakame 2016-02-29 10:52:05 -06:00
borislavjivkov 5ca204df44 Rename large-local-storage to lls 2016-02-29 16:28:09 +02:00