@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.
- package/esm2020/lib/components/es-table/es_table.component.loc.mjs +1 -2
- package/esm2020/lib/components/es-table/es_table.component.mjs +8 -4
- package/esm2020/lib/components/pager/table_pager.component.mjs +3 -3
- package/fesm2015/esfaenza-es-table.mjs +9 -6
- package/fesm2015/esfaenza-es-table.mjs.map +1 -1
- package/fesm2020/esfaenza-es-table.mjs +9 -6
- package/fesm2020/esfaenza-es-table.mjs.map +1 -1
- package/lib/components/es-table/es_table.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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**)
|
|
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;
|