@sankhyalabs/sankhyablocks-docs 8.9.0-dev.1 → 8.9.0-dev.3
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.
@@ -429,6 +429,18 @@ Type: `Promise<any>`
|
|
429
429
|
|
430
430
|
|
431
431
|
|
432
|
+
### `showAlerts(alerts: Array<AlertItem>) => Promise<void>`
|
433
|
+
|
434
|
+
Apresenta uma lista de alertas,
|
435
|
+
geralmente é utilizado para apresentar resultados
|
436
|
+
de processamentos em lote.
|
437
|
+
|
438
|
+
#### Returns
|
439
|
+
|
440
|
+
Type: `Promise<void>`
|
441
|
+
|
442
|
+
|
443
|
+
|
432
444
|
### `showModal(content: HTMLElement) => Promise<void>`
|
433
445
|
|
434
446
|
Exibe o conteúdo passado em um Modal.
|