@leanix/components 0.4.497 → 0.4.499
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -81,6 +81,8 @@ export declare class PopoverComponent implements OnChanges {
|
|
81
81
|
autoFocus: boolean;
|
82
82
|
/** Whether to restore focus to the previously-focused element when the popover is closed. */
|
83
83
|
restoreFocus: boolean;
|
84
|
+
/** Whether the popover has a backdrop. */
|
85
|
+
hasBackdrop: boolean;
|
84
86
|
/**
|
85
87
|
* If you have a popover, that should usually be displayed above or below its anchor,
|
86
88
|
* and this anchor is in a scrollable container, you should set this to true.
|
@@ -125,5 +127,5 @@ export declare class PopoverComponent implements OnChanges {
|
|
125
127
|
private getMarginClassesForClassList;
|
126
128
|
private getDefaultMarginClasses;
|
127
129
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverComponent, never>;
|
128
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "lx-popover", never, { "trigger": { "alias": "trigger"; "required": false; }; "horizontalAlign": { "alias": "horizontalAlign"; "required": false; }; "verticalAlign": { "alias": "verticalAlign"; "required": false; }; "noMargin": { "alias": "noMargin"; "required": false; }; "allowOverflow": { "alias": "allowOverflow"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "restoreFocus": { "alias": "restoreFocus"; "required": false; }; "adaptMarginsForViewportAlignChange": { "alias": "adaptMarginsForViewportAlignChange"; "required": false; }; }, { "opened": "opened"; "closed": "closed"; }, ["explicitContent"], ["*"], true, never>;
|
130
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "lx-popover", never, { "trigger": { "alias": "trigger"; "required": false; }; "horizontalAlign": { "alias": "horizontalAlign"; "required": false; }; "verticalAlign": { "alias": "verticalAlign"; "required": false; }; "noMargin": { "alias": "noMargin"; "required": false; }; "allowOverflow": { "alias": "allowOverflow"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "restoreFocus": { "alias": "restoreFocus"; "required": false; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; }; "adaptMarginsForViewportAlignChange": { "alias": "adaptMarginsForViewportAlignChange"; "required": false; }; }, { "opened": "opened"; "closed": "closed"; }, ["explicitContent"], ["*"], true, never>;
|
129
131
|
}
|