@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.
- package/esm2020/lib/components/private/field-templates/image-field-template/image-field-template.component.mjs +2 -1
- package/esm2020/lib/components/private/field-templates/image-with-markers-field-template/image-with-markers-field-template.component.mjs +2 -1
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +2 -0
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +2 -0
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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) {
|