@sankhyalabs/ezui 5.10.4 → 5.10.6

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.
@@ -119,8 +119,10 @@ export declare class EzGrid {
119
119
  componentDidLoad(): void;
120
120
  componentWillRender(): void;
121
121
  componentDidRender(): void;
122
+ componentWillLoad(): void;
123
+ onDataUnitAction: (action: any) => void;
122
124
  private getDataSource;
123
125
  private buildDefaultDataSource;
124
- private buildIMultiSelectionOption;
126
+ private formatLabel;
125
127
  render(): any;
126
128
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/ezui",
3
- "version": "5.10.4",
3
+ "version": "5.10.6",
4
4
  "description": "Biblioteca de componentes Sankhya.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/custom-elements/index.js",