@sankhyalabs/sankhyablocks-docs 0.0.0-bugfix-dev-KB-76031.2 → 0.0.0-bugfix-dev-KB-81085.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.
|
@@ -37,7 +37,7 @@ Type: `Promise<void>`
|
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
|
|
40
|
-
### `addLoadingLock(forceReady?: boolean) => Promise<() => void>`
|
|
40
|
+
### `addLoadingLock(forceReady?: boolean, templateSkeletonType?: TEMPLATES_SKELETON) => Promise<() => void>`
|
|
41
41
|
|
|
42
42
|
|
|
43
43
|
|
|
@@ -412,7 +412,7 @@ Type: `Promise<Map<string, number>>`
|
|
|
412
412
|
|
|
413
413
|
|
|
414
414
|
|
|
415
|
-
### `markToReload() => Promise<void>`
|
|
415
|
+
### `markToReload(templateSkeletonType?: TEMPLATES_SKELETON) => Promise<void>`
|
|
416
416
|
|
|
417
417
|
|
|
418
418
|
|
|
@@ -515,6 +515,16 @@ Type: `Promise<void>`
|
|
|
515
515
|
|
|
516
516
|
|
|
517
517
|
|
|
518
|
+
### `showScrimApp(active: boolean) => Promise<void>`
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
#### Returns
|
|
523
|
+
|
|
524
|
+
Type: `Promise<void>`
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
|
|
518
528
|
### `success(title: string, message: string, icon?: string, options?: MessageOptions) => Promise<boolean>`
|
|
519
529
|
|
|
520
530
|
Exibe o diálogo de sucesso de acordo com os parâmetros passados.
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
| `dataState` | -- | | `DataState` | `undefined` |
|
|
17
17
|
| `dataUnit` | -- | | `DataUnit` | `undefined` |
|
|
18
18
|
| `domainMessagesBuilder` | `domain-messages-builder` | Define a chave customizada para sobrescrever as mensagens (Não pegando pela entidade) | `string` | `undefined` |
|
|
19
|
+
| `enableContinuousInsert` | `enable-continuous-insert` | | `boolean` | `false` |
|
|
19
20
|
| `enableGridInsert` | `enable-grid-insert` | Ativa inserção de registros no modo grade. | `boolean` | `false` |
|
|
20
21
|
| `enableLockManagerLoadingComp` | `enable-lock-manager-loading-comp` | Define se o componente deve usar o LockManager para controle de carregamento da aplicação | `boolean` | `false` |
|
|
21
22
|
| `enableLockManagerTaskbarClick` | `enable-lock-manager-taskbar-click` | Ativa o gerenciamento de locks na grade pela Taskbar. | `boolean` | `false` |
|