@sankhyalabs/ezui 2.0.7 → 2.0.8

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.
@@ -48,6 +48,7 @@ export default class AgGridController implements EzGridController, SortingProvid
48
48
  private getStyleByColumn;
49
49
  private getFormatterByColumn;
50
50
  private onCallStateChange;
51
+ private isElementResize;
51
52
  private isUIEvent;
52
53
  private onSelectionChange;
53
54
  private onRowDoubleClick;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/ezui",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "Biblioteca de componentes Sankhya.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/custom-elements/index.js",