@angular-eslint/utils 19.7.0-beta.0 → 19.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -72,7 +72,7 @@ export type AngularInnerClassDecoratorKeys = Exclude<keyof typeof AngularInnerCl
|
|
|
72
72
|
export type AngularLifecycleInterfaceKeys = keyof typeof AngularLifecycleInterfaces;
|
|
73
73
|
export type AngularLifecycleMethodKeys = keyof typeof AngularLifecycleMethods;
|
|
74
74
|
export declare const angularClassDecoratorKeys: readonly ("Component" | "Directive" | "Injectable" | "NgModule" | "Pipe")[];
|
|
75
|
-
export declare const angularInnerClassDecoratorKeys: readonly ("
|
|
75
|
+
export declare const angularInnerClassDecoratorKeys: readonly ("Attribute" | "Host" | "Inject" | "Optional" | "Self" | "SkipSelf" | "HostListener" | "ContentChild" | "ContentChildren" | "HostBinding" | "Input" | "Output" | "ViewChild" | "ViewChildren")[];
|
|
76
76
|
export declare const angularLifecycleInterfaceKeys: readonly ("AfterContentChecked" | "AfterContentInit" | "AfterViewChecked" | "AfterViewInit" | "DoBootstrap" | "DoCheck" | "OnChanges" | "OnDestroy" | "OnInit")[];
|
|
77
77
|
export declare const angularLifecycleMethodKeys: readonly ("ngAfterContentChecked" | "ngAfterContentInit" | "ngAfterViewChecked" | "ngAfterViewInit" | "ngDoBootstrap" | "ngDoCheck" | "ngOnChanges" | "ngOnDestroy" | "ngOnInit")[];
|
|
78
78
|
/**
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* Check MDN events page for details https://developer.mozilla.org/en-US/docs/Web/Events
|
|
8
8
|
*
|
|
9
|
-
* Event names sourced from @mdn/browser-compat-data@6.0.
|
|
9
|
+
* Event names sourced from @mdn/browser-compat-data@6.0.19
|
|
10
10
|
*/
|
|
11
11
|
export declare function getNativeEventNames(): ReadonlySet<string>;
|
|
12
12
|
//# sourceMappingURL=get-native-event-names.d.ts.map
|
|
@@ -10,7 +10,7 @@ let nativeEventNames = null;
|
|
|
10
10
|
/**
|
|
11
11
|
* Check MDN events page for details https://developer.mozilla.org/en-US/docs/Web/Events
|
|
12
12
|
*
|
|
13
|
-
* Event names sourced from @mdn/browser-compat-data@6.0.
|
|
13
|
+
* Event names sourced from @mdn/browser-compat-data@6.0.19
|
|
14
14
|
*/
|
|
15
15
|
function getNativeEventNames() {
|
|
16
16
|
return (nativeEventNames ??
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-eslint/utils",
|
|
3
|
-
"version": "19.7.0
|
|
3
|
+
"version": "19.7.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"typescript": "*"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@angular-eslint/bundled-angular-compiler": "19.7.0
|
|
25
|
+
"@angular-eslint/bundled-angular-compiler": "19.7.0"
|
|
26
26
|
},
|
|
27
27
|
"nx": {
|
|
28
28
|
"namedInputs": {
|