@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.
- package/bundles/esfaenza-es-table.umd.js +7 -2
- package/bundles/esfaenza-es-table.umd.js.map +1 -1
- package/bundles/esfaenza-es-table.umd.min.js +1 -1
- package/bundles/esfaenza-es-table.umd.min.js.map +1 -1
- package/esm2015/lib/components/es-table/es_table.component.js +7 -3
- package/fesm2015/esfaenza-es-table.js +6 -2
- package/fesm2015/esfaenza-es-table.js.map +1 -1
- package/lib/components/es-table/es_table.component.d.ts +2 -2
- package/package.json +1 -1
|
@@ -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;
|