@sankhyalabs/ezui 4.14.1 → 4.15.0

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.
@@ -31,6 +31,10 @@ export declare class EzGrid {
31
31
  * Emitido quando acontece a alteração de configuração do grade.
32
32
  */
33
33
  configChange: EventEmitter<IGridConfig>;
34
+ /**
35
+ * Emitido quando o componente estiver completamente carregado.
36
+ */
37
+ componentReady: EventEmitter<void>;
34
38
  /**
35
39
  * Habilita a seleção de várias linhas.
36
40
  */
@@ -2436,6 +2436,10 @@ declare namespace LocalJSX {
2436
2436
  * Habilita a seleção de várias linhas.
2437
2437
  */
2438
2438
  "multipleSelection"?: boolean;
2439
+ /**
2440
+ * Emitido quando o componente estiver completamente carregado.
2441
+ */
2442
+ "onComponentReady"?: (event: EzGridCustomEvent<void>) => void;
2439
2443
  /**
2440
2444
  * Emitido quando acontece a alteração de configuração do grade.
2441
2445
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/ezui",
3
- "version": "4.14.1",
3
+ "version": "4.15.0",
4
4
  "description": "Biblioteca de componentes Sankhya.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/custom-elements/index.js",