@sankhyalabs/sankhyablocks-docs 8.13.2 → 8.14.0-dev.2
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.
@@ -511,6 +511,16 @@ Type: `Promise<void>`
|
|
511
511
|
|
512
512
|
|
513
513
|
|
514
|
+
### `whenApplicationReady() => Promise<SnkApplication>`
|
515
|
+
|
516
|
+
Retorna uma promise que sera resolvida quando o snk-application estiver carregado e registrado no ApplicationContext
|
517
|
+
|
518
|
+
#### Returns
|
519
|
+
|
520
|
+
Type: `Promise<SnkApplication>`
|
521
|
+
|
522
|
+
SnkApplication carregado.
|
523
|
+
|
514
524
|
|
515
525
|
## Dependencies
|
516
526
|
|
@@ -33,7 +33,7 @@
|
|
33
33
|
| Event | Description | Type |
|
34
34
|
| ----------------- | ------------------------------------------------- | --------------------- |
|
35
35
|
| `actionClick` | Emitido sempre que houver click de botão ou ação. | `CustomEvent<string>` |
|
36
|
-
| `gridDoubleClick` | Emitido sempre que houver duplo click na grade. | `CustomEvent<
|
36
|
+
| `gridDoubleClick` | Emitido sempre que houver duplo click na grade. | `CustomEvent<any>` |
|
37
37
|
|
38
38
|
|
39
39
|
## Methods
|