@esfaenza/extensions 15.2.21 → 15.2.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.
|
@@ -1026,7 +1026,7 @@ class ExportService {
|
|
|
1026
1026
|
* @param {CsvHeaders} headers Contenitore degli header, verrà riempito da questa funzione
|
|
1027
1027
|
* @param {LocalizationService} loc Servizio di localizzazione che traduce tutti i nomi che può
|
|
1028
1028
|
*/
|
|
1029
|
-
parseList(obj, prop, headers, loc) {
|
|
1029
|
+
parseList(obj, prop, headers, columnsSelection, loc) {
|
|
1030
1030
|
let headernavigator = obj[prop + listCsvHdrPrefix];
|
|
1031
1031
|
let valuenavigator = obj[prop + listCsvValPrefix];
|
|
1032
1032
|
let valueformat = obj[prop + listCsvValFormat];
|
|
@@ -1082,7 +1082,7 @@ class ExportService {
|
|
|
1082
1082
|
* @param {CsvHeaders} headers Contenitore degli header, verrà riempito da questa funzione
|
|
1083
1083
|
* @param {LocalizationService} loc Servizio di localizzazione che traduce tutti i nomi che può
|
|
1084
1084
|
*/
|
|
1085
|
-
parseDictionary(obj, prop, headers, loc) {
|
|
1085
|
+
parseDictionary(obj, prop, headers, columnsSelection, loc) {
|
|
1086
1086
|
let headernavigator = obj[prop + dictionaryCsvHdrPrefix];
|
|
1087
1087
|
let valuenavigator = obj[prop + dictionaryCsvValPrefix];
|
|
1088
1088
|
let order = obj[prop + csvOrdPrefix];
|