@esfaenza/es-table 11.2.80 → 11.2.83

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.
@@ -678,6 +678,13 @@ export declare class EsTableComponent implements ControlValueAccessor, OnChanges
678
678
  * @param {number} columnIndex Indice della colonna su cui è avvenuta la modifica
679
679
  */
680
680
  finalizeUserEdit(rowItem: TdElement, item: any, columnIndex: number): void;
681
+ getSelected(source: {
682
+ id: string;
683
+ description: string;
684
+ }[], value: string): {
685
+ id: string;
686
+ description: string;
687
+ };
681
688
  private mouseIsDown;
682
689
  private firstCoordinates;
683
690
  mousedown(event: MouseEvent): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/es-table",
3
- "version": "11.2.80",
3
+ "version": "11.2.83",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },