@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
|
@@ -11730,9 +11730,10 @@ class AddFormFieldComponent {
|
|
|
11730
11730
|
}
|
|
11731
11731
|
}
|
|
11732
11732
|
if (this.field.FieldType == FieldTypeEnum["Bottone azione"]) {
|
|
11733
|
-
if ((this.field.
|
|
11733
|
+
if ((this.field.formulasTemp != null)) {
|
|
11734
11734
|
var formulas = this.field.formulasTemp;
|
|
11735
|
-
var
|
|
11735
|
+
var keys = Object.keys(formulas);
|
|
11736
|
+
var key = keys[0];
|
|
11736
11737
|
var ktv = new KeyTypeValue();
|
|
11737
11738
|
ktv.key = key;
|
|
11738
11739
|
ktv.tooltip = formulas[key].tooltip;
|