@leanix/components 0.2.245 → 0.2.248

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
  }
@@ -61,7 +61,6 @@ export declare class DateInputComponent implements OnChanges, OnInit, OnDestroy,
61
61
  showPopup(): void;
62
62
  togglePopup(): void;
63
63
  hidePopup(): void;
64
- onTab(forward: boolean): boolean;
65
64
  onDateStringChange(newDateString: string | null, emit?: boolean): void;
66
65
  onSelectionDone(newDate: Date): void;
67
66
  onBlur(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.2.245",
3
+ "version": "0.2.248",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {