@eqproject/eqp-dynamic-module 2.6.21 → 2.6.22
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/eqp-dynamic-module.component.mjs +2 -1
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +1 -0
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +1 -0
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -8238,6 +8238,7 @@ class EqpDynamicModuleComponent {
|
|
|
8238
8238
|
output = GlobalService.stringToValuePairs(temp);
|
|
8239
8239
|
}
|
|
8240
8240
|
else if (field.ValuePairs != null && field.ValuePairs.lenght > 0) {
|
|
8241
|
+
output = field.ValuePairs;
|
|
8241
8242
|
}
|
|
8242
8243
|
else if (field.ValueString != null && field.ValueString != "") {
|
|
8243
8244
|
output = GlobalService.stringToValuePairs(field.ValueString);
|