@sankhyalabs/sankhyablocks-docs 5.18.1 → 5.19.0
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.
@@ -126,6 +126,18 @@ Type: `Promise<IOption | IOption[]>`
|
|
126
126
|
|
127
127
|
|
128
128
|
|
129
|
+
### `executeSelectDistinct(dataUnit: DataUnit, fieldName: string, argument: string) => Promise<Array<any>>`
|
130
|
+
|
131
|
+
Com base em um campo realiza um "select distinct" respeitando os
|
132
|
+
filtros atuais do dataUnit e um critério de filtro para a própria
|
133
|
+
coluna.
|
134
|
+
|
135
|
+
#### Returns
|
136
|
+
|
137
|
+
Type: `Promise<any[]>`
|
138
|
+
|
139
|
+
|
140
|
+
|
129
141
|
### `getAllAccess() => Promise<any>`
|
130
142
|
|
131
143
|
Obtém todos os acessos do usuário logado.
|