@sankhyalabs/ezui 5.20.3 → 5.20.4

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.
@@ -41,6 +41,7 @@ export default class AgGridController implements EzGridController, SortingProvid
41
41
  getFilter(): Array<Filter> | undefined;
42
42
  private getExpression;
43
43
  initDatagrid(container: HTMLElement, options: EzGridOptions): void;
44
+ private processFormatterCellCallback;
44
45
  private setFilterColumnLeftPosition;
45
46
  private buildMenuItemOptions;
46
47
  private buildMenuItemOptionSort;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/ezui",
3
- "version": "5.20.3",
3
+ "version": "5.20.4",
4
4
  "description": "Biblioteca de componentes Sankhya.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/custom-elements/index.js",