@sankhyalabs/ezui-docs 5.21.0-dev.1 → 5.21.0-dev.3
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,10 +20,11 @@
|
|
|
20
20
|
|
|
21
21
|
## Events
|
|
22
22
|
|
|
23
|
-
| Event
|
|
24
|
-
|
|
|
25
|
-
| `ezCloseModal`
|
|
26
|
-
| `
|
|
23
|
+
| Event | Description | Type |
|
|
24
|
+
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------- |
|
|
25
|
+
| `ezCloseModal` | Emitido quando o modal é fechado. | `CustomEvent<boolean>` |
|
|
26
|
+
| `ezModalAction` | Representa a interação com o usuário. OK - Quando o botão é acionado CANCEL - Quando o botão de cancelar é acionado CLOSE - Quando o botão de fechar é acionado. LOAD - Quando o modal é carregado (eventualmente pode ser usado para dar foco a um elemento específico) | `CustomEvent<string>` |
|
|
27
|
+
| `ezOpenModal` | Emitido quando o modal é aberto. | `CustomEvent<any>` |
|
|
27
28
|
|
|
28
29
|
|
|
29
30
|
----------------------------------------------
|