@esfaenza/es-table 11.2.22-beta31 → 11.2.22-beta35
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/bundles/esfaenza-es-table.umd.js +15 -10
- package/bundles/esfaenza-es-table.umd.js.map +1 -1
- package/bundles/esfaenza-es-table.umd.min.js +1 -1
- package/bundles/esfaenza-es-table.umd.min.js.map +1 -1
- package/esfaenza-es-table.metadata.json +1 -1
- package/esm2015/lib/components/es-table/es_table.component.js +16 -11
- package/fesm2015/esfaenza-es-table.js +15 -10
- package/fesm2015/esfaenza-es-table.js.map +1 -1
- package/lib/components/es-table/es_table.component.d.ts +4 -2
- package/package.json +1 -1
|
@@ -210,10 +210,10 @@ export declare class EsTableComponent implements ControlValueAccessor, OnChanges
|
|
|
210
210
|
Export: boolean;
|
|
211
211
|
/** Indica se permettere la selezione multipla Windows-like cliccando un oggetto e facendo poi Shift + click su un oggetto successivo */
|
|
212
212
|
ShiftClick: boolean;
|
|
213
|
-
/** Indica se nascondere o mostrare il componente di paginazione */
|
|
214
|
-
HidePaging: boolean;
|
|
215
213
|
/** Indica il testo che va a sostituire "Oggetti Visualizzati" in caso si stia facendo qualcosa di custom */
|
|
216
214
|
CountLabel: string;
|
|
215
|
+
/** Indica se nascondere o mostrare il componente di paginazione */
|
|
216
|
+
HidePaging: boolean;
|
|
217
217
|
/** Indica se nascondere o mostrare il conteggio degli elementi trovati */
|
|
218
218
|
HidePagingCount: boolean;
|
|
219
219
|
/** Indica se nascondere o mostrare i pulsanti di paginazione */
|
|
@@ -415,6 +415,8 @@ export declare class EsTableComponent implements ControlValueAccessor, OnChanges
|
|
|
415
415
|
ShowCount: boolean;
|
|
416
416
|
ShowPaging: boolean;
|
|
417
417
|
UsesView: boolean;
|
|
418
|
+
ShowButtons: boolean;
|
|
419
|
+
ShowPagingOptions: boolean;
|
|
418
420
|
View: any;
|
|
419
421
|
Ready: boolean;
|
|
420
422
|
Searches: 'items' | 'groups';
|