@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: string[], genericHeaders?: CsvHeaders[]): void;
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/extensions",
3
- "version": "15.2.10",
3
+ "version": "15.2.11",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },