@esfaenza/extensions 15.2.10 → 15.2.11
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.
|
@@ -239,7 +239,7 @@ export declare class ExportService {
|
|
|
239
239
|
*
|
|
240
240
|
* @param {any[]} items Oggetti da esportare
|
|
241
241
|
*/
|
|
242
|
-
export(items: any[], format: 'CSV' | 'XLSX', fileName: string, columnsFilter
|
|
242
|
+
export(items: any[], format: 'CSV' | 'XLSX', fileName: string, columnsFilter?: string[], genericHeaders?: CsvHeaders[]): void;
|
|
243
243
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExportService, never>;
|
|
244
244
|
static ɵprov: i0.ɵɵInjectableDeclaration<ExportService>;
|
|
245
245
|
}
|