@esfaenza/es-table 11.2.99 → 11.2.101

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.
@@ -31,5 +31,5 @@ export declare class ItemsHandler {
31
31
  /** Genera le informazioni di paginazione e taglia la View in modalità array per mostrare solo gli oggetti della pagina specificata */
32
32
  private adaptViewToPaging;
33
33
  /** Se in modalità array applica gli ordinamenti ASC-DESC delle colonne */
34
- arrayModeReviewOrderings(): void;
34
+ arrayModeReviewOrderings(items: any[]): any[];
35
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/es-table",
3
- "version": "11.2.99",
3
+ "version": "11.2.101",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },