@esfaenza/es-table 11.2.22-beta18 → 11.2.22-beta21

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.
@@ -437,6 +437,8 @@ export declare class EsTableComponent implements ControlValueAccessor, OnChanges
437
437
  propagateChange: (_: any) => void;
438
438
  /** @ignore */
439
439
  writeValue(obj: any): void;
440
+ /** Funzione di trackby per il body che dovrebbe evitare il 90% delle change detection */
441
+ bodyTrackBy: (index: number, item: any) => any;
440
442
  /**
441
443
  * Successivamente al bind del nuovo input questa funzione si occupa di finalizzare tutti i parametri di funzionamento dell'es-table
442
444
  * in base a Input - Modello, e qualsiasi altra cosa possa servire
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/es-table",
3
- "version": "11.2.22-beta18",
3
+ "version": "11.2.22-beta21",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },