@sankhyalabs/ezui-docs 5.11.0-dev.3 → 5.11.0-dev.5
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.
|
@@ -16,9 +16,10 @@
|
|
|
16
16
|
|
|
17
17
|
## Events
|
|
18
18
|
|
|
19
|
-
| Event
|
|
20
|
-
|
|
|
21
|
-
| `ezReady`
|
|
19
|
+
| Event | Description | Type |
|
|
20
|
+
| ---------------- | ------------------------------------------------------------------------------- | ------------------------ |
|
|
21
|
+
| `ezReady` | Evento disparado quando o formulário está disponível na DOM. | `CustomEvent<void>` |
|
|
22
|
+
| `formItemsReady` | Responsável por notificar quando ocorrer a renderização de itens do formulário. | `CustomEvent<FormItems>` |
|
|
22
23
|
|
|
23
24
|
|
|
24
25
|
## Methods
|
|
@@ -14,9 +14,10 @@
|
|
|
14
14
|
|
|
15
15
|
## Events
|
|
16
16
|
|
|
17
|
-
| Event | Description
|
|
18
|
-
| ---------------- |
|
|
19
|
-
| `ezContentReady` | Evento emitido quando o componente foi totalmente carregado na DOM.
|
|
17
|
+
| Event | Description | Type |
|
|
18
|
+
| ---------------- | ------------------------------------------------------------------------------- | ---------------------------- |
|
|
19
|
+
| `ezContentReady` | Evento emitido quando o componente foi totalmente carregado na DOM. | `CustomEvent<HTMLElement[]>` |
|
|
20
|
+
| `formItemsReady` | Responsável por notificar quando ocorrer a renderização de itens do formulário. | `CustomEvent<FormItems>` |
|
|
20
21
|
|
|
21
22
|
|
|
22
23
|
## Methods
|