@esfaenza/es-table 11.2.67 → 11.2.68

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.
@@ -75,7 +75,8 @@ export declare class AppSearch<T> {
75
75
  */
76
76
  requestedgroups: GroupFilter[];
77
77
  /**
78
- * Permette di resettare questo oggetto ai valori di default
78
+ * Permette di resettare un AppSearch ai valori di default.
79
+ * Reso statico perché fra una deserializzazione e l'altra si potrebbe perdere il prototype del costruttore
79
80
  */
80
- reset(): void;
81
+ static reset(aps: AppSearch<any>): void;
81
82
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/es-table",
3
- "version": "11.2.67",
3
+ "version": "11.2.68",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },