@esfaenza/es-table 11.2.102 → 11.2.103

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.
@@ -443,10 +443,10 @@ export declare class EsTableComponent implements ControlValueAccessor, OnChanges
443
443
  /** @ignore */
444
444
  registerOnTouched(fn: any): void;
445
445
  /** @ignore */
446
- changed(): void;
447
- /** @ignore */
448
446
  propagateChange: (_: any) => void;
449
447
  /** @ignore */
448
+ changed(clearItems?: boolean): void;
449
+ /** @ignore */
450
450
  writeValue(obj: any): Promise<void>;
451
451
  /** Funzione di trackby per il body che dovrebbe evitare il 90% delle change detection */
452
452
  bodyTrackBy: (index: number, item: any) => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/es-table",
3
- "version": "11.2.102",
3
+ "version": "11.2.103",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },