@sankhyalabs/sankhyablocks-docs 8.15.0-dev.69 → 8.15.0-dev.70
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.
@@ -77,6 +77,16 @@ Type: `Promise<void>`
|
|
77
77
|
|
78
78
|
|
79
79
|
|
80
|
+
### `setFocus() => Promise<void>`
|
81
|
+
|
82
|
+
Atribui o foco para o componente.
|
83
|
+
|
84
|
+
#### Returns
|
85
|
+
|
86
|
+
Type: `Promise<void>`
|
87
|
+
|
88
|
+
|
89
|
+
|
80
90
|
### `showFormConfig(detail?: boolean) => Promise<void>`
|
81
91
|
|
82
92
|
Abre o configurador do formulário
|
@@ -133,6 +133,16 @@ Type: `Promise<void>`
|
|
133
133
|
|
134
134
|
|
135
135
|
|
136
|
+
### `setFocus() => Promise<void>`
|
137
|
+
|
138
|
+
Atribui o foco para a grade.
|
139
|
+
|
140
|
+
#### Returns
|
141
|
+
|
142
|
+
Type: `Promise<void>`
|
143
|
+
|
144
|
+
|
145
|
+
|
136
146
|
### `showConfig() => Promise<void>`
|
137
147
|
|
138
148
|
Exibe a janela de configurações da grade.
|