@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.
@@ -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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/es-table",
3
- "version": "12.2.25",
3
+ "version": "12.2.26",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },