@esfaenza/es-table 11.2.73 → 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.
@@ -24,6 +24,12 @@ export declare class ColumnMetadataHandler {
24
24
  * @param {'DESC' | 'ASC'} order Nuovo ordine selezionato per la colonna
25
25
  */
26
26
  handleTHOrderChange(id: string, order: 'DESC' | 'ASC'): void;
27
+ /**
28
+ * Registra le preference relative alla view passata come parametro
29
+ *
30
+ * @param {any} castedView View di cui salvare colonne e ordinamento colonne
31
+ */
32
+ registerViewPreferences(castedView: AppSearch<any>): boolean;
27
33
  /**
28
34
  * Partendo dagli **EsThs** estrappolo la lista di **EsTableColumn** che questa tabella dovrà eventualmente gestire per Visibilità e Ordine
29
35
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/es-table",
3
- "version": "11.2.73",
3
+ "version": "11.2.76",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },