@esfaenza/es-table 11.2.55 → 11.2.56
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 +10 -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 +11 -3
- package/fesm2015/esfaenza-es-table.js +10 -2
- 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
|
@@ -461,7 +461,7 @@ export declare class EsTableComponent implements ControlValueAccessor, OnChanges
|
|
|
461
461
|
* @param {any[]} items Oggetti da selezionare o deselezionare
|
|
462
462
|
* @param {boolean} select **true** per selezionarli, **false** per non toccarli
|
|
463
463
|
*/
|
|
464
|
-
setSelectionStatus(items: any[], select: boolean): void;
|
|
464
|
+
setSelectionStatus(items: any[], all: boolean, select: boolean): void;
|
|
465
465
|
/**
|
|
466
466
|
* Metodo che gestisce il cambio di Ordinamento di una colonna
|
|
467
467
|
*
|