@esfaenza/es-table 11.2.147 → 11.2.149

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.
@@ -505,7 +505,7 @@ export declare class EsTableComponent implements ControlValueAccessor, OnChanges
505
505
  * @param {any[]} items Oggetti da selezionare o deselezionare
506
506
  * @param {boolean} select **true** per selezionarli, **false** per non toccarli
507
507
  */
508
- setSelectionStatus(items: any[], all: boolean, select: boolean): void;
508
+ setSelectionStatus(items: any[], all: boolean, select: boolean, emit?: boolean): void;
509
509
  /**
510
510
  * Effettua un hard reset della selezione
511
511
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/es-table",
3
- "version": "11.2.147",
3
+ "version": "11.2.149",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },