@sankhyalabs/ezui 5.19.4 → 5.19.5

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