@sankhyalabs/ezui-docs 6.5.0-dev.10 → 6.5.0-dev.11
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.
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
|
|
30
30
|
| Event | Description | Type |
|
|
31
31
|
| ------------------- | --------------------------------------------- | ----------------------------------------------- |
|
|
32
|
-
| `ezBlur` | Evento disparado quando o input perde foco | `CustomEvent<
|
|
32
|
+
| `ezBlur` | Evento disparado quando o input perde foco | `CustomEvent<string[]>` |
|
|
33
33
|
| `ezChange` | Evento disparado quando as tags mudam | `CustomEvent<string[]>` |
|
|
34
|
-
| `ezFocus` | Evento disparado quando o input recebe foco | `CustomEvent<
|
|
34
|
+
| `ezFocus` | Evento disparado quando o input recebe foco | `CustomEvent<string[]>` |
|
|
35
35
|
| `ezTagAdded` | Evento disparado quando uma tag é adicionada | `CustomEvent<string>` |
|
|
36
36
|
| `ezTagRemoved` | Evento disparado quando uma tag é removida | `CustomEvent<string>` |
|
|
37
37
|
| `ezType` | Emitido quando é digitado no campo de entrada | `CustomEvent<string>` |
|