@sankhyalabs/sankhyablocks-docs 0.0.0-bugfix-dev-KB-81596.1 → 0.0.0-bugfix-dev-KB-83517.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,16 +87,6 @@ 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
|
-
|
|
100
90
|
### `closeModal() => Promise<void>`
|
|
101
91
|
|
|
102
92
|
Fecha o Modal e limpa o conteúdo.
|
|
@@ -159,17 +149,6 @@ Type: `Promise<IOption | IOption[]>`
|
|
|
159
149
|
|
|
160
150
|
|
|
161
151
|
|
|
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
|
-
|
|
173
152
|
### `executeSearch(searchArgument: ISearchArgument, fieldName: string, dataUnit: DataUnit, ctxOptions?: any) => Promise<Array<IOption> | IOption>`
|
|
174
153
|
|
|
175
154
|
Obtém as opções em componentes de pesquisa
|
|
@@ -504,16 +483,6 @@ Type: `Promise<any>`
|
|
|
504
483
|
|
|
505
484
|
|
|
506
485
|
|
|
507
|
-
### `setPopUpTitle(title: string) => Promise<void>`
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
#### Returns
|
|
512
|
-
|
|
513
|
-
Type: `Promise<void>`
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
486
|
### `setSearchFilterContext(name: string, value: string) => Promise<void>`
|
|
518
487
|
|
|
519
488
|
Atribui valor para parâmetros de contexto no componente de pesquisa.
|