@festo-ui/angular 9.0.1-dev.798 → 9.0.1-dev.800
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.
|
@@ -3569,12 +3569,11 @@ class FngModalService {
|
|
|
3569
3569
|
const positionStrategy = options.positionStrategy || this.overlay.position().global().centerHorizontally().centerVertically();
|
|
3570
3570
|
const scrollStrategy = this.overlay.scrollStrategies.block();
|
|
3571
3571
|
const overlayRef = this.overlay.create({
|
|
3572
|
-
panelClass: options.overlayClass,
|
|
3573
3572
|
positionStrategy,
|
|
3574
3573
|
scrollStrategy,
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
|
|
3574
|
+
panelClass: options.overlayClass,
|
|
3575
|
+
backdropClass: options.backdropClass ?? 'fwe-modal-backdrop',
|
|
3576
|
+
hasBackdrop: options.hasBackdrop ?? true,
|
|
3578
3577
|
});
|
|
3579
3578
|
if (options.closeOnNavigation) {
|
|
3580
3579
|
this.router.events
|