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