@sankhyalabs/ezui-docs 6.3.0-dev.3 → 6.3.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.
|
@@ -52,6 +52,7 @@ graph TD;
|
|
|
52
52
|
| --ez-card-item--color | Define a cor da fonte do componente. |
|
|
53
53
|
| --ez-card-item\_\_key--color | Define a cor da fonte da key do componente. |
|
|
54
54
|
| --ez-card-item\_\_detail-label--color | Define a cor da fonte do label do detalhe do componente. |
|
|
55
|
+
| --ez-card-item\_\_detail-value--color | Define a cor da fonte do valor do detalhe do componente. |
|
|
55
56
|
| --ez-card-item\_\_detail--padding-bottom | Define o espaçamento inferior dos detalhes do componente. |
|
|
56
57
|
| --ez-card-item\_\_title--padding-bottom | Define o espaçamento inferior do title do componente. |
|
|
57
58
|
| --ez-card-item\_\_highlight--color | Define a cor do highlight / marcação nos textos do componente. |
|
|
@@ -52,6 +52,16 @@ Type: `Promise<void>`
|
|
|
52
52
|
|
|
53
53
|
|
|
54
54
|
|
|
55
|
+
### `collapseAll() => Promise<void>`
|
|
56
|
+
|
|
57
|
+
Recolhe todos os itens da árvore.
|
|
58
|
+
|
|
59
|
+
#### Returns
|
|
60
|
+
|
|
61
|
+
Type: `Promise<void>`
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
55
65
|
### `disableItem(id: string | Array<string>) => Promise<void>`
|
|
56
66
|
|
|
57
67
|
Desabilita um ou mais itens.
|
|
@@ -72,6 +82,16 @@ Type: `Promise<void>`
|
|
|
72
82
|
|
|
73
83
|
|
|
74
84
|
|
|
85
|
+
### `expandAll() => Promise<void>`
|
|
86
|
+
|
|
87
|
+
Expande todos os itens da árvore.
|
|
88
|
+
|
|
89
|
+
#### Returns
|
|
90
|
+
|
|
91
|
+
Type: `Promise<void>`
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
75
95
|
### `getCurrentPath() => Promise<Array<ITreeItem>>`
|
|
76
96
|
|
|
77
97
|
Obtem um array do caminho de itens da seleção atual.
|