@sankhyalabs/ezui-docs 5.11.0-dev.4 → 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 | Description | Type |
20
- | --------- | ------------------------------------------------------------ | ------------------- |
21
- | `ezReady` | Evento disparado quando o formulário está disponível na DOM. | `CustomEvent<void>` |
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 | Type |
18
- | ---------------- | ------------------------------------------------------------------- | ---------------------------- |
19
- | `ezContentReady` | Evento emitido quando o componente foi totalmente carregado na DOM. | `CustomEvent<HTMLElement[]>` |
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/ezui-docs",
3
- "version": "5.11.0-dev.4",
3
+ "version": "5.11.0-dev.5",
4
4
  "description": "Documentação da biblioteca de componentes Sankhya.",
5
5
  "main": "",
6
6
  "files": [