Commit Graph

49 Commits

Author SHA1 Message Date
Andy
924fafffc0 Fix remaining lint errors (#19166) 2017-08-20 15:37:53 -07:00
Andy
5d6c651a1a Apply stricter lint rules (#19063) 2017-08-17 14:53:41 -07:00
Leonard Thieu
351589d38d [angular] Add index signature to JQLite. (#18767) 2017-08-14 11:28:41 -07:00
Joel Poloney
a7bc5ed2d4 Adding missing race method to angular.IQService (#18476)
* Adding missing race method to angular.IQService

https://docs.angularjs.org/api/ng/service/$q lists race(promises); as a valid method in AngularJS $q. Adding this type so it can be used accordingly.

* Fixing lint errors

* Fixing use of array
2017-07-28 12:47:05 -07:00
Andy
af8b0d1294 FIx new lint errors (#18382) 2017-07-25 10:34:23 -07:00
Angus Jones
2cde2fb1ed Remove [index: string]: any; in IRootScopeService
To bring it into line with both the documentation (https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/angular#a-word-on-scope-and-assigning-new-members) and the general guidelines (https://github.com/Microsoft/TypeScript/issues/12596#issuecomment-299976171).
2017-07-18 10:00:28 +10:00
Ryan Cavanaugh
3f097c6a2c Merge pull request #17554 from andrewiggins/fix-angular-resource
[angular][angular-resource] Cleanup angular readme and angular-resource
2017-07-13 23:28:57 -07:00
Eddie Stanley
cb14ef339d [angular] Added support for specifying the JSON-P callback parameter name to $http service 2017-07-12 19:30:52 +10:00
Leonard Thieu
8850caf6fb [angular] Update @types/jquery v3 merging tests. 2017-07-11 11:59:58 -04:00
Andre Wiggins
d9d3759064 Extend Angular jqLite static interface 2017-06-27 16:01:43 -07:00
Andre Wiggins
027ef3b94b Cleanup Angular readme and angular-resource
Fixes #15274
2017-06-27 15:43:28 -07:00
Leonard Thieu
56fe506135 [angular] Remove copyright header. 2017-06-27 17:30:57 -04:00
Leonard Thieu
afb3c67664 [angular] types-publisher doesn't like a full header. 2017-06-27 10:05:00 -04:00
Leonard Thieu
e3f59cc5e8 [angular] Add Document to JQueryStatic().
Add full header for JQLite definitions.
2017-06-27 09:48:55 -04:00
Leonard Thieu
70e1029f3a [angular] Linty 2017-06-26 18:17:27 -04:00
Leonard Thieu
4bbd7803bd [angular][jquery] Workaround duplicate index signature. 2017-06-26 17:55:25 -04:00
Leonard Thieu
efc67e63d9 [angular][jquery] Fix merge issue with cssPropertySetter. 2017-06-26 17:36:16 -04:00
Leonard Thieu
d8e10aafad Merge branch 'master' of https://github.com/DefinitelyTyped/DefinitelyTyped into angular 2017-06-23 09:34:22 -04:00
Nathan Shively-Sanders
fcb37f9fe0 Merge pull request #17281 from kalleguld/master
angular: gave a more precise return type for IQService.all()
2017-06-22 14:28:29 -07:00
Leonard Thieu
b7f084da26 [angular] Add @types/jquery@3 integration tests. 2017-06-21 18:07:02 -04:00
Leonard Thieu
ec325e9f84 Merge branch 'master' of https://github.com/DefinitelyTyped/DefinitelyTyped into angular 2017-06-21 17:27:57 -04:00
Kasper Guldmann Nielsen
2effeac8f0 angular: gave a more precise return type to $q.all<T>() 2017-06-21 18:53:30 +02:00
Nathan Shively-Sanders
31739ef0c6 Merge pull request #17303 from DefinitelyTyped/weak-types-round-3
More fixes for 2.4. Not all for weak types.
2017-06-20 09:20:23 -07:00
Leonard Thieu
8764d0f1ec [angular] Fix tests. 2017-06-19 20:56:36 -04:00
Nathan Shively-Sanders
1119ad2d81 More fixes for 2.4. Not all for weak types:
2.4 also has been inference for generics, which finds more errors as
well.
2017-06-19 13:00:47 -07:00
Leonard Thieu
97c4c93ad6 [angular] Add tests for @types/jquery@3 merging. 2017-06-19 15:40:45 -04:00
Leonard Thieu
30922ed80a [angular] Change lib 'es6' to 'es5'. 2017-06-19 15:39:48 -04:00
Leonard Thieu
7e66d2c46d [angular] Lint - adjacent signatures. 2017-06-19 15:10:01 -04:00
Leonard Thieu
a788977242 [angular] Add undocumented length property. 2017-06-19 15:05:50 -04:00
Leonard Thieu
9e58e7e879 [angular] Remove dependency on @types/jquery. 2017-06-19 14:46:49 -04:00
Nathan Shively-Sanders
37e41d33e4 Deprecate incorrect resolve overload and usage 2017-06-19 09:30:38 -07:00
Kasper Guldmann Nielsen
5c0f7336fb angular: gave a more precise return type for IQService.all() 2017-06-18 22:20:49 +02:00
Nathan Shively-Sanders
18e5e1b05d Fix angular tests for 2.4's improved generic checking 2017-06-16 10:53:33 -07:00
Leonard Thieu
1c3565933c :( 2017-06-13 13:00:42 -04:00
Nathan Shively-Sanders
163f4438df Fix weak type errors (#16845)
* Fix first round of weak type errors

Done through griddle-react

* 95% done with weak type fixes

* Fix last couple of weak type errors

* Remove some lint from mithril tests

* mithril's Lifecycle is not a weak type any more

Restore the Lifecycle constraints in the rest of the definitions.

* Fix react-redux tests after #16652 broke them

* Remove package-lock.json
2017-06-04 22:03:03 -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
Caleb St-Denis
514a27de01 angular - Separate interfaces for each lifecycle hook (#16299)
* Separate interfaces for each lifecycle hook

Having one required hook per interface leads to greater type safety than
having a single IController interface with all properties optional.
Namely, the IController interface will not help you if you misspell a hook
name. (A slight improvement, admittedly, but an improvement nonetheless.)

This is closer to how the typings are done for lifecycle hooks in ng2.

* Use `dtslint`

* Fix trailing whitespace
2017-05-03 12:02:48 -07:00
Mateusz
d5240b6d9c Re-add generic Function type to IInjector.invoke() sygnature. (#16042)
Looks like it is used in some projects. 'Function' should be treated
as a function with '(..args: any[]) => any' signature.
2017-04-26 11:47:36 -07:00
Andy
fa2480ba61 Remove more namespaces from tests (#16029) 2017-04-20 09:06:00 -07:00
Mateusz Greszta
30b9603742 Improve types of 'instantiate' and 'invoke' of IInjectorService.
The result is inferred form the argument, which removes the need of any cast.
2017-04-18 17:01:47 +02:00
Andy
bbc61fbf93 Extend "dtslint/dt.json" directly instead of "../tslint.json". (#15822)
* Extend "dtslint/dt.json" directly instead of "../tslint.json".

* Convert more "../tslint.json" to "dtslint/dt.json"

* no-redundant-modifiers -> strict-export-declare-modifiers
2017-04-14 08:04:05 -07:00
Nathan Shively-Sanders
51430746a2 Merge pull request #15519 from maxlk/ng-model-options
@types/angular Define debounce option in ng-model-options
2017-03-30 16:02:56 -07:00
Nathan Shively-Sanders
45a968de32 Merge pull request #15364 from thr0wn/master
angularjs - Fix ITimeoutService interface ($timeout signature)
2017-03-30 15:51:39 -07:00
Andy
4cac3c5b44 Apply new lint rules in more packages (#15521) 2017-03-30 12:33:22 -07:00
Andy
3e49f5d2ba angular: Apply new lint rules and remove redundant rules from tslint.json (#15484) 2017-03-29 15:33:53 -07:00
Andy
5f3ba45136 Use dtslint (#15482) 2017-03-29 13:07:39 -07:00
Maxim Kulikov
172eb8218d Define debounce option in ng-model-options 2017-03-29 15:52:59 +03:00
Natan Camargos
b3959a812e angularjs - Fix ITimeoutService interface ($timeout signature)
$timeout is not correctly described by ITimeoutService,
causing compile time errors like: 'TS2322:Type 'IPromise<IPromise>' is not
assignable to type 'IPromise'...'
2017-03-28 23:05:50 -03:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00