@esfaenza/es-table 11.2.106 → 11.2.108

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.
@@ -333,6 +333,8 @@ export declare class EsTableComponent implements ControlValueAccessor, OnChanges
333
333
  onAbortRemoval: EventEmitter<any>;
334
334
  /** Evento richiamato alla modifica dei modelli bindati */
335
335
  onModelChange: EventEmitter<EsTableModelChange[]>;
336
+ /** Evento richiamato all'apertura del menù contestuale */
337
+ onOpenContextMenu: EventEmitter<void>;
336
338
  /** Evento richiamato quando si clicca su un opzione definita nelle **CornerMenuOptions** */
337
339
  onCornerAction: EventEmitter<{
338
340
  id: string;
@@ -669,6 +671,10 @@ export declare class EsTableComponent implements ControlValueAccessor, OnChanges
669
671
  * @param {boolean} internalCall Indica se la chiamata a questa funzione è interna: permette di skippare i check sulle CustomCells
670
672
  */
671
673
  handleRowClick($event: any, item: any, selection: boolean, internalCall?: boolean): boolean;
674
+ /**
675
+ * Gestione del click destro sull'es-table
676
+ */
677
+ onRightClick(): void;
672
678
  /**
673
679
  * La modifica dell'utente è iniziata. Si imposta la variabile relativa a "true" in modo da mostrare l'input di testo
674
680
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/es-table",
3
- "version": "11.2.106",
3
+ "version": "11.2.108",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },