@esfaenza/es-table 13.3.2 → 13.3.3

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.
@@ -59,7 +59,7 @@ export declare class EsTableComponent implements ControlValueAccessor, OnChanges
59
59
  private cellDbClickTimer;
60
60
  /** Se vengono effettuati 2 click a distanza inferiore a questi Millisecondi viene considerato un doppio click */
61
61
  private doubleClickBufferMs;
62
- /** View finale su cui bindarsi lato Frontend, il tipo può essere IAppSearch<any> (per la **viewMode**), any[] (per l'**arrayMode**) e ReportDefinition per la **reportMode** */
62
+ /** View finale su cui bindarsi lato Frontend, il tipo può essere IAppSearch<any> (per la **viewMode**), any[] (per l'**arrayMode**) */
63
63
  View: any;
64
64
  /** Modello da cui l'es-table mostra i pulsanti di paginazione in basso a destra */
65
65
  arrayPulsanti: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/es-table",
3
- "version": "13.3.2",
3
+ "version": "13.3.3",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },