@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.
@@ -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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/es-table",
3
- "version": "11.2.22-beta31",
3
+ "version": "11.2.22-beta35",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },