@types/angular-mocks
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -151,3 +151,3 @@ // Type definitions for Angular JS (ngMock, ngMockE2E module) 1.7 | ||
componentName: string, | ||
locals: { $scope?: IScope; [key: string]: any }, | ||
locals: { $scope?: IScope | undefined; [key: string]: any }, | ||
bindings?: TBinding, | ||
@@ -604,3 +604,3 @@ ident?: string | ||
*/ | ||
bubbles?: boolean; | ||
bubbles?: boolean | undefined; | ||
/** | ||
@@ -610,3 +610,3 @@ * [Event.cancelable](https://developer.mozilla.org/docs/Web/API/Event/cancelable). | ||
*/ | ||
cancelable?: boolean; | ||
cancelable?: boolean | undefined; | ||
/** | ||
@@ -616,3 +616,3 @@ * [charCode](https://developer.mozilla.org/docs/Web/API/KeyboardEvent/charcode) | ||
*/ | ||
charcode?: number; | ||
charcode?: number | undefined; | ||
/** | ||
@@ -622,3 +622,3 @@ * [data](https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent/data) for | ||
*/ | ||
data?: string; | ||
data?: string | undefined; | ||
/** | ||
@@ -629,3 +629,3 @@ * The elapsedTime for | ||
*/ | ||
elapsedTime?: number; | ||
elapsedTime?: number | undefined; | ||
/** | ||
@@ -635,3 +635,3 @@ * [keyCode](https://developer.mozilla.org/docs/Web/API/KeyboardEvent/keycode) | ||
*/ | ||
keycode?: number; | ||
keycode?: number | undefined; | ||
/** | ||
@@ -642,3 +642,3 @@ * An array of possible modifier keys (ctrl, alt, shift, meta) for | ||
*/ | ||
keys?: Array<'ctrl' | 'alt' | 'shift' | 'meta'>; | ||
keys?: Array<'ctrl' | 'alt' | 'shift' | 'meta'> | undefined; | ||
/** | ||
@@ -648,3 +648,3 @@ * The [relatedTarget](https://developer.mozilla.org/docs/Web/API/MouseEvent/relatedTarget) | ||
*/ | ||
relatedTarget?: Node; | ||
relatedTarget?: Node | undefined; | ||
/** | ||
@@ -654,3 +654,3 @@ * [which](https://developer.mozilla.org/docs/Web/API/KeyboardEvent/which) | ||
*/ | ||
which?: number; | ||
which?: number | undefined; | ||
/** | ||
@@ -660,3 +660,3 @@ * x-coordinates for [MouseEvent](https://developer.mozilla.org/docs/Web/API/MouseEvent) | ||
*/ | ||
x?: number; | ||
x?: number | undefined; | ||
/** | ||
@@ -666,3 +666,3 @@ * y-coordinates for [MouseEvent](https://developer.mozilla.org/docs/Web/API/MouseEvent) | ||
*/ | ||
y?: number; | ||
y?: number | undefined; | ||
} | ||
@@ -669,0 +669,0 @@ } |
{ | ||
"name": "@types/angular-mocks", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "TypeScript definitions for Angular JS (ngMock, ngMockE2E module)", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/angular-mocks", | ||
"license": "MIT", | ||
@@ -24,5 +25,7 @@ "contributors": [ | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/angular-mocks" | ||
}, | ||
@@ -33,4 +36,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "c017e6eb5dc83a87a2953b4d6572e178b53d2419026fee1eb803c078bb2eb8be", | ||
"typeScriptVersion": "2.4" | ||
"typesPublisherContentHash": "f4750d52633ed01d53c865dfb7f314acf827a753fac6ee60a350e2f4e8697124", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/angular-mocks | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/angular-mocks. | ||
Additional Details | ||
* Last updated: Sat, 28 Jul 2018 00:44:17 GMT | ||
* Dependencies: angular | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 18:05:32 GMT | ||
* Dependencies: [@types/angular](https://npmjs.com/package/@types/angular) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Diego Vilar <https://github.com/diegovilar>, Tony Curtis <https://github.com/daltin>, Georgii Dolzhykov <https://github.com/thorn0>. | ||
These definitions were written by [Diego Vilar](https://github.com/diegovilar), [Tony Curtis](https://github.com/daltin), and [Georgii Dolzhykov](https://github.com/thorn0). |
Sorry, the diff of this file is not supported yet
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
36985
0