@sankhyalabs/sankhyablocks-docs 9.1.2 → 9.1.3-rc.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.
@@ -148,7 +148,7 @@ Type: `Promise<boolean>`
|
|
148
148
|
|
149
149
|
|
150
150
|
|
151
|
-
### `executePreparedSearch(mode: string, argument: string, options:
|
151
|
+
### `executePreparedSearch(mode: string, argument: string, options: any) => Promise<Array<IOption> | IOption>`
|
152
152
|
|
153
153
|
Obtém as opções em componentes de pesquisa com base em opções preparadas.
|
154
154
|
Ex.: snk-config-options
|
@@ -159,7 +159,7 @@ Type: `Promise<IOption | IOption[]>`
|
|
159
159
|
|
160
160
|
Uma lista de opções ou uma única opção.
|
161
161
|
|
162
|
-
### `executePreparedSearchPlus(mode: string, argument: string, options:
|
162
|
+
### `executePreparedSearchPlus(mode: string, argument: string, options: any) => Promise<Array<IOption> | IOption>`
|
163
163
|
|
164
164
|
Realiza a pesquisa de registros
|
165
165
|
Ex.: snk-config-options
|
@@ -168,7 +168,7 @@ Ex.: snk-config-options
|
|
168
168
|
|
169
169
|
Type: `Promise<IOption | IOption[]>`
|
170
170
|
|
171
|
-
|
171
|
+
Uma lista de opções ou uma única opção.
|
172
172
|
|
173
173
|
### `executeSearch(searchArgument: ISearchArgument, fieldName: string, dataUnit: DataUnit, ctxOptions?: ISearchCtxOptions) => Promise<Array<IOption> | IOption>`
|
174
174
|
|