@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
|
@@ -17865,6 +17865,8 @@ class EqpDynamicModuleConfiguratorComponent {
|
|
|
17865
17865
|
this.form.ObjectFldExtraConfigValues = JSON.parse(JSON.stringify(this.form.FldExtraConfigValues));
|
|
17866
17866
|
}
|
|
17867
17867
|
this.form.Fields.forEach((field) => {
|
|
17868
|
+
// Rimuovo il FormGroup di preview (proprietà client-only, crea riferimento circolare in JSON.stringify)
|
|
17869
|
+
field.FormFormGroup = null;
|
|
17868
17870
|
// Trasformo il datagetter in Base64
|
|
17869
17871
|
field.DataGetterValueBase64String = btoa(JSON.stringify(field.DataGetter));
|
|
17870
17872
|
field.DataGetter = null;
|