@sankhyalabs/ezui-docs 4.14.1 → 4.15.1
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.
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
|
|
21
21
|
| Event | Description | Type |
|
|
22
22
|
| --------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------ |
|
|
23
|
+
| `componentReady` | Emitido quando o componente estiver completamente carregado. | `CustomEvent<void>` |
|
|
23
24
|
| `configChange` | Emitido quando acontece a alteração de configuração do grade. | `CustomEvent<IGridConfig>` |
|
|
24
25
|
| `ezColumnStateChange` | Emitido quando acontece a alteração de estado das colunas do grid: Ordenação, largura, etc. | `CustomEvent<EzGridColumStateEvent>` |
|
|
25
26
|
| `ezDoubleClick` | Emitido com o duplo clique de uma linha | `CustomEvent<any>` |
|