@esfaenza/extensions 15.2.11 → 15.2.13

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.
@@ -216,16 +216,6 @@ export declare class ExportService {
216
216
  * @param {LocalizationService} loc Servizio di localizzazione che traduce tutti i nomi che può
217
217
  */
218
218
  private parseDictionary;
219
- /**
220
- * Metodo che si occupa della deserializzazione degli oggetti da esportare. Messo a livello di libreria in modo che qualora ci fosse da cambiare libreria
221
- * tutte le manutenzioni siano concentrate qui
222
- *
223
- * @param {any[]} items Oggetti da deserializzare
224
- * @param {any} type Tipo da usare come prototipo per la deserializzazione
225
- *
226
- * @returns {any} Oggetti deserializzati
227
- */
228
- deserializeForExport(items: any[], type: any): any;
229
219
  /**
230
220
  * Effettua l'esportazione in file CSV
231
221
  */
@@ -239,7 +229,7 @@ export declare class ExportService {
239
229
  *
240
230
  * @param {any[]} items Oggetti da esportare
241
231
  */
242
- export(items: any[], format: 'CSV' | 'XLSX', fileName: string, columnsFilter?: string[], genericHeaders?: CsvHeaders[]): void;
232
+ export(items: any[], format: 'CSV' | 'XLSX', fileName: string, type: Type<any>, columnsFilter?: string[], genericHeaders?: CsvHeaders[]): void;
243
233
  static ɵfac: i0.ɵɵFactoryDeclaration<ExportService, never>;
244
234
  static ɵprov: i0.ɵɵInjectableDeclaration<ExportService>;
245
235
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/extensions",
3
- "version": "15.2.11",
3
+ "version": "15.2.13",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
@@ -11,7 +11,6 @@
11
11
  "sweetalert2": "11.7.12",
12
12
  "ngx-toastr": "16.2.0",
13
13
  "dayjs": "1.11.8",
14
- "cerialize": "0.1.18",
15
14
  "exceljs": "4.3.0",
16
15
  "stream": "0.0.2"
17
16
  },