@eqproject/eqp-dynamic-module 2.4.7 → 2.4.8

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.
@@ -3095,6 +3095,7 @@ class ImageFieldTemplateComponent {
3095
3095
  this.dialogImageDrawingRef = this.dialog.open(this.dialogImageDrawing, {
3096
3096
  disableClose: true,
3097
3097
  hasBackdrop: true,
3098
+ panelClass: 'image-modal',
3098
3099
  width: '75%'
3099
3100
  });
3100
3101
  if (this.AttachmentID != null && Number(this.AttachmentID) > 0) {
@@ -3818,6 +3819,7 @@ class ImageWithMarkersFieldTemplateComponent {
3818
3819
  this.dialogImageMarkingRef = this.dialog.open(this.dialogImageMarking, {
3819
3820
  disableClose: true,
3820
3821
  hasBackdrop: true,
3822
+ panelClass: 'image-modal',
3821
3823
  width: '75%'
3822
3824
  });
3823
3825
  if (this.AttachmentID != null && Number(this.AttachmentID) > 0) {