@esfaenza/es-table 11.2.75 → 11.2.76

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.
@@ -29,7 +29,7 @@ export declare class ColumnMetadataHandler {
29
29
  *
30
30
  * @param {any} castedView View di cui salvare colonne e ordinamento colonne
31
31
  */
32
- registerViewPreferences(castedView: any): boolean;
32
+ registerViewPreferences(castedView: AppSearch<any>): boolean;
33
33
  /**
34
34
  * Partendo dagli **EsThs** estrappolo la lista di **EsTableColumn** che questa tabella dovrà eventualmente gestire per Visibilità e Ordine
35
35
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/es-table",
3
- "version": "11.2.75",
3
+ "version": "11.2.76",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },