@esfaenza/es-table 12.2.25 → 12.2.26
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/bundles/esfaenza-es-table.umd.js +93 -83
- package/bundles/esfaenza-es-table.umd.js.map +1 -1
- package/esm2015/lib/components/es-table/es_table.component.js +77 -81
- package/fesm2015/esfaenza-es-table.js +76 -80
- package/fesm2015/esfaenza-es-table.js.map +1 -1
- package/lib/components/es-table/es_table.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -440,7 +440,7 @@ export declare class EsTableComponent implements ControlValueAccessor, OnChanges
|
|
|
440
440
|
/** @ignore */
|
|
441
441
|
propagateChange: (_: any) => void;
|
|
442
442
|
/** @ignore */
|
|
443
|
-
writeValue(obj: any): void
|
|
443
|
+
writeValue(obj: any): Promise<void>;
|
|
444
444
|
/** Funzione di trackby per il body che dovrebbe evitare il 90% delle change detection */
|
|
445
445
|
bodyTrackBy: (index: number, item: any) => any;
|
|
446
446
|
/**
|