@bizy/core 19.10.3 → 19.10.4
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.
package/fesm2022/bizy-core.mjs
CHANGED
|
@@ -4602,7 +4602,7 @@ class BizyPopupService {
|
|
|
4602
4602
|
autoFocus: true,
|
|
4603
4603
|
hasBackdrop: true,
|
|
4604
4604
|
disableClose: data.disableClose ?? true,
|
|
4605
|
-
panelClass: ['bizy-popup', data.customClass]
|
|
4605
|
+
panelClass: [!data.fullScreen ? 'bizy-popup' : '', data.customClass]
|
|
4606
4606
|
}));
|
|
4607
4607
|
BizyPopupService.dialogs.add(dialogRef);
|
|
4608
4608
|
dialogRef.closed.pipe(take(1)).subscribe(response => {
|