@sankhyalabs/sankhyablocks-docs 8.11.0 → 8.12.0-dev.1
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.
@@ -36,6 +36,16 @@
|
|
36
36
|
|
37
37
|
## Methods
|
38
38
|
|
39
|
+
### `findField() => Promise<void>`
|
40
|
+
|
41
|
+
Abre o localizador de campos
|
42
|
+
|
43
|
+
#### Returns
|
44
|
+
|
45
|
+
Type: `Promise<void>`
|
46
|
+
|
47
|
+
|
48
|
+
|
39
49
|
### `showFormConfig(detail?: boolean) => Promise<void>`
|
40
50
|
|
41
51
|
Abre o configurador do formulário
|
@@ -38,6 +38,16 @@
|
|
38
38
|
|
39
39
|
## Methods
|
40
40
|
|
41
|
+
### `findColumn() => Promise<void>`
|
42
|
+
|
43
|
+
Abre o localizador de colunas
|
44
|
+
|
45
|
+
#### Returns
|
46
|
+
|
47
|
+
Type: `Promise<void>`
|
48
|
+
|
49
|
+
|
50
|
+
|
41
51
|
### `getFilterBar() => Promise<HTMLSnkFilterBarElement>`
|
42
52
|
|
43
53
|
Retorna o elemento da filter-bar da grade.
|