@leanix/components 0.2.246 → 0.2.249

Sign up to get free protection for your applications and to get access to all the features.
@@ -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;
@@ -58,6 +58,7 @@ export declare class PopoverComponent implements OnChanges {
58
58
  verticalAlign: SatPopoverVerticalAlign;
59
59
  noMargin: boolean;
60
60
  allowOverflow: boolean;
61
+ autoFocus: boolean;
61
62
  /**
62
63
  * If you have a popover, that should usually be displayed above or below its anchor,
63
64
  * and this anchor is in a scrollable container, you should set this to true.
@@ -91,5 +92,5 @@ export declare class PopoverComponent implements OnChanges {
91
92
  private getMarginClassesForClassList;
92
93
  private getDefaultMarginClasses;
93
94
  static ɵfac: i0.ɵɵFactoryDeclaration<PopoverComponent, never>;
94
- static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "lx-popover", never, { "trigger": "trigger"; "horizontalAlign": "horizontalAlign"; "verticalAlign": "verticalAlign"; "noMargin": "noMargin"; "allowOverflow": "allowOverflow"; "adaptMarginsForViewportAlignChange": "adaptMarginsForViewportAlignChange"; }, { "opened": "opened"; "closed": "closed"; }, ["explicitContent"], ["*"]>;
95
+ static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "lx-popover", never, { "trigger": "trigger"; "horizontalAlign": "horizontalAlign"; "verticalAlign": "verticalAlign"; "noMargin": "noMargin"; "allowOverflow": "allowOverflow"; "autoFocus": "autoFocus"; "adaptMarginsForViewportAlignChange": "adaptMarginsForViewportAlignChange"; }, { "opened": "opened"; "closed": "closed"; }, ["explicitContent"], ["*"]>;
95
96
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.2.246",
3
+ "version": "0.2.249",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {