@leanix/components 0.2.245 → 0.2.246

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,8 +4,9 @@ export declare class AutofocusDirective implements AfterContentInit {
4
4
  private elementRef;
5
5
  private ngZone;
6
6
  lxAutofocus: boolean;
7
+ lxAutofocusPreventScroll: boolean;
7
8
  constructor(elementRef: ElementRef<HTMLElement>, ngZone: NgZone);
8
9
  ngAfterContentInit(): void;
9
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AutofocusDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<AutofocusDirective, "[lxAutofocus]", never, { "lxAutofocus": "lxAutofocus"; }, {}, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AutofocusDirective, "[lxAutofocus]", never, { "lxAutofocus": "lxAutofocus"; "lxAutofocusPreventScroll": "lxAutofocusPreventScroll"; }, {}, never>;
11
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.2.245",
3
+ "version": "0.2.246",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {