@esfaenza/es-table 11.2.83-beta2 → 11.2.83-beta5

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.
@@ -687,7 +687,7 @@ export declare class EsTableComponent implements ControlValueAccessor, OnChanges
687
687
  };
688
688
  private mouseIsDown;
689
689
  private firstCoordinates;
690
- mousedown(event: MouseEvent): void;
690
+ mousedown(event: MouseEvent, rowItem: any, item: any): void;
691
691
  mouseenter(event: MouseEvent): void;
692
692
  mouseup(event: any): void;
693
693
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/es-table",
3
- "version": "11.2.83-beta2",
3
+ "version": "11.2.83-beta5",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },