@leanix/components 0.3.23 → 0.3.26

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