@eqproject/eqp-dynamic-module 2.8.31 → 2.8.32
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/form-records/add-form-record/add-form-record.component.mjs +2 -2
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +1 -1
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -6250,7 +6250,7 @@ class AddFormRecordComponent {
|
|
|
6250
6250
|
'</div> \n ';
|
|
6251
6251
|
}
|
|
6252
6252
|
// Lo vuole uno sotto l'altro sennò "E' storto!", quindi va così
|
|
6253
|
-
template = template.replace(
|
|
6253
|
+
template = template.replace(/-11 /g, "-12 ").replace(/-10 /g, "-12 ").replace(/-9 /g, "-12 ").replace(/-8 /g, "-12 ").replace(/-7 /g, "-12 ").replace(/-6 /g, "-12 ").replace(/-5 /g, "-12 ").replace(/-4 /g, "-12 ").replace(/-3 /g, "-12 ").replace(/-2 /g, "-12 ").replace(/-1 /g, "-12 ");
|
|
6254
6254
|
GlobalService.debugLog('getResposneTemplate - post - field', baseField);
|
|
6255
6255
|
});
|
|
6256
6256
|
// (attualmente non esiste il concetto di tempate di output)
|