@dev-tcloud/tcloud-ui 6.20.0 → 6.20.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.
|
@@ -5,12 +5,11 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class TCloudUiDialogService {
|
|
6
6
|
private rootViewContainer;
|
|
7
7
|
private readonly i18n;
|
|
8
|
-
private readonly factoryResolver;
|
|
9
8
|
/**
|
|
10
9
|
* Método usado para realizar a configuração de 'ViewContainerRef'
|
|
11
10
|
* @param viewContainerRef Obj
|
|
12
11
|
*/
|
|
13
|
-
setRootViewContainerRef(viewContainerRef: ViewContainerRef): void;
|
|
12
|
+
setRootViewContainerRef(viewContainerRef: ViewContainerRef | null | undefined): void;
|
|
14
13
|
/**
|
|
15
14
|
* Método usado para abrir o modal de dialog
|
|
16
15
|
* @param _data Info do dialog
|