@sankhyalabs/ezui-docs 3.0.1 → 3.0.2

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.
@@ -9,7 +9,7 @@
9
9
 
10
10
  | Property | Attribute | Description | Type | Default |
11
11
  | ----------------- | --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ----------- |
12
- | `dataSource` | -- | Define a lista inicial do componente. | `(ListGroup \| ListItem)[]` | `[]` |
12
+ | `dataSource` | -- | Define a lista inicial do componente. | `(ListItem \| ListGroup)[]` | `[]` |
13
13
  | `ezDraggable` | `ez-draggable` | Se true habilita `drag and drop` para os itens. | `boolean` | `false` |
14
14
  | `ezSelectable` | `ez-selectable` | Se true os itens serão selecionáveis. | `boolean` | `false` |
15
15
  | `itemSlotBuilder` | -- | Função builder que possibilita alterar como o item da lista vai ser apresentado. Observação: No react ele se transforma em VNode e não como HTMLElement. | `(item: ListItem, group?: ListGroup) => string \| HTMLElement` | `undefined` |
@@ -20,7 +20,7 @@
20
20
 
21
21
  | Event | Description | Type |
22
22
  | ---------- | ------------------------------------------------------- | ---------------------------------------- |
23
- | `ezChange` | Emitido quando acontece a alteração de estado da lista. | `CustomEvent<(ListGroup \| ListItem)[]>` |
23
+ | `ezChange` | Emitido quando acontece a alteração de estado da lista. | `CustomEvent<(ListItem \| ListGroup)[]>` |
24
24
 
25
25
 
26
26
  ## Methods
@@ -41,7 +41,7 @@ Obtém a lista de items ou grupos.
41
41
 
42
42
  #### Returns
43
43
 
44
- Type: `Promise<(ListGroup | ListItem)[]>`
44
+ Type: `Promise<(ListItem | ListGroup)[]>`
45
45
 
46
46
 
47
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/ezui-docs",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "Documentação da biblioteca de componentes Sankhya.",
5
5
  "main": "",
6
6
  "files": [