@esfaenza/es-table 11.2.38-beta1 → 11.2.39

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.
@@ -19,4 +19,6 @@ export declare class GroupPager {
19
19
  _sep: boolean;
20
20
  /** Array dei pulsanti da collegare lato interfaccia per le paginazione */
21
21
  buttons: any[];
22
+ /** Chiave del separatore, è sempre **parent** + "_sep" */
23
+ _thisKey: string;
22
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/es-table",
3
- "version": "11.2.38-beta1",
3
+ "version": "11.2.39",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },