@eqproject/eqp-dynamic-module 2.9.1 → 2.9.2
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 +4 -3
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +3 -2
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +3 -2
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -11767,9 +11767,10 @@ class AddFormFieldComponent {
|
|
|
11767
11767
|
}
|
|
11768
11768
|
}
|
|
11769
11769
|
if (this.field.FieldType == FieldTypeEnum["Bottone azione"]) {
|
|
11770
|
-
if ((this.field.
|
|
11770
|
+
if ((this.field.formulasTemp != null)) {
|
|
11771
11771
|
var formulas = this.field.formulasTemp;
|
|
11772
|
-
var
|
|
11772
|
+
var keys = Object.keys(formulas);
|
|
11773
|
+
var key = keys[0];
|
|
11773
11774
|
var ktv = new KeyTypeValue();
|
|
11774
11775
|
ktv.key = key;
|
|
11775
11776
|
ktv.tooltip = formulas[key].tooltip;
|