@leanix/components 0.2.248 → 0.2.249

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.248",
3
+ "version": "0.2.249",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {