@eqproject/eqp-dynamic-module 2.4.18 → 2.4.19
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/add-form-field/add-form-field.component.mjs +3 -2
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +2 -1
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +2 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -9319,7 +9319,8 @@ class AddFormFieldComponent {
|
|
|
9319
9319
|
this.dialogQERef = this.dialog.open(this.dialogQE, {
|
|
9320
9320
|
disableClose: true,
|
|
9321
9321
|
hasBackdrop: true,
|
|
9322
|
-
|
|
9322
|
+
panelClass: 'query-editor-modal',
|
|
9323
|
+
width: '90%'
|
|
9323
9324
|
});
|
|
9324
9325
|
}
|
|
9325
9326
|
closeQEModal() {
|