@eqproject/eqp-dynamic-module 2.10.70 → 2.10.71
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/exported/eqp-dynamic-module-configurator/eqp-dynamic-module-configurator.component.mjs +3 -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 +2 -2
|
@@ -17728,6 +17728,8 @@ class EqpDynamicModuleConfiguratorComponent {
|
|
|
17728
17728
|
this.form.ObjectFldExtraConfigValues = JSON.parse(JSON.stringify(this.form.FldExtraConfigValues));
|
|
17729
17729
|
}
|
|
17730
17730
|
this.form.Fields.forEach((field) => {
|
|
17731
|
+
// Rimuovo il FormGroup di preview (proprietà client-only, crea riferimento circolare in JSON.stringify)
|
|
17732
|
+
field.FormFormGroup = null;
|
|
17731
17733
|
// Trasformo il datagetter in Base64
|
|
17732
17734
|
field.DataGetterValueBase64String = btoa(JSON.stringify(field.DataGetter));
|
|
17733
17735
|
field.DataGetter = null;
|