@sankhyalabs/sankhyablocks-docs 0.0.0-bugfix-dev-KB-83517.0 → 0.0.0-bugfix-dev-KB-87855.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.
|
@@ -87,6 +87,16 @@ Type: `Promise<any>`
|
|
|
87
87
|
|
|
88
88
|
|
|
89
89
|
|
|
90
|
+
### `clearPopUpTitle() => Promise<void>`
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
#### Returns
|
|
95
|
+
|
|
96
|
+
Type: `Promise<void>`
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
90
100
|
### `closeModal() => Promise<void>`
|
|
91
101
|
|
|
92
102
|
Fecha o Modal e limpa o conteúdo.
|
|
@@ -149,6 +159,17 @@ Type: `Promise<IOption | IOption[]>`
|
|
|
149
159
|
|
|
150
160
|
|
|
151
161
|
|
|
162
|
+
### `executePreparedSearchPlus(mode: string, argument: string, options: any) => Promise<Array<IOption> | IOption>`
|
|
163
|
+
|
|
164
|
+
Realiza a pesquisa de registros
|
|
165
|
+
Ex.: snk-config-options
|
|
166
|
+
|
|
167
|
+
#### Returns
|
|
168
|
+
|
|
169
|
+
Type: `Promise<IOption | IOption[]>`
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
152
173
|
### `executeSearch(searchArgument: ISearchArgument, fieldName: string, dataUnit: DataUnit, ctxOptions?: any) => Promise<Array<IOption> | IOption>`
|
|
153
174
|
|
|
154
175
|
Obtém as opções em componentes de pesquisa
|
|
@@ -483,6 +504,16 @@ Type: `Promise<any>`
|
|
|
483
504
|
|
|
484
505
|
|
|
485
506
|
|
|
507
|
+
### `setPopUpTitle(title: string) => Promise<void>`
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
#### Returns
|
|
512
|
+
|
|
513
|
+
Type: `Promise<void>`
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
|
|
486
517
|
### `setSearchFilterContext(name: string, value: string) => Promise<void>`
|
|
487
518
|
|
|
488
519
|
Atribui valor para parâmetros de contexto no componente de pesquisa.
|