@esfaenza/es-table 11.2.45 → 11.2.46

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.
@@ -595,14 +595,11 @@ export declare class EsTableComponent implements ControlValueAccessor, OnChanges
595
595
  * Metodo eventualmente richiamabile anche dal componente esterno che permette di forzare un refresh della tabella
596
596
  */
597
597
  forceRefresh(): void;
598
- rowDbClickTimer: any;
599
598
  cellDbClickTimer: any;
600
599
  doubleClickBufferMs: number;
601
- ensureNoDbClickAndSelect($event: any, item: any, selection: boolean): void;
602
- private clearRowClickTimer;
603
- ensureDbClickAndSetupEdit(rowItem: TdElement): void;
600
+ dbClickEditOrSingleClickRowSelection($event: any, rowItem: TdElement, item: any): void;
604
601
  private clearCellClickTimer;
605
- private handleRowClick;
602
+ handleRowClick($event: any, item: any, selection: boolean): void;
606
603
  setupUserEdit(rowItem: TdElement): void;
607
604
  finalizeUserEdit(rowItem: TdElement, item: any): void;
608
605
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/es-table",
3
- "version": "11.2.45",
3
+ "version": "11.2.46",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
@@ -10,7 +10,7 @@
10
10
  "@angular/material": "~11.2.13",
11
11
  "@esfaenza/extensions": "^11.2.19",
12
12
  "@esfaenza/localizations": "^11.2.6",
13
- "@esfaenza/forms-and-validations": "^11.2.47",
13
+ "@esfaenza/forms-and-validations": "^11.2.52",
14
14
  "@ctrl/ngx-csv": "4.0.0",
15
15
  "@esfaenza/ngx-contextmenu": "^11.2.5",
16
16
  "@esfaenza/preferences": "^11.2.18",