@sankhyalabs/sankhyablocks-docs 8.16.0-dev.75 → 8.16.0-dev.76
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.
|