@base-framework/base 3.5.48 → 3.5.49
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.
|
@@ -67,10 +67,10 @@ export class ComponentHelper {
|
|
|
67
67
|
*/
|
|
68
68
|
protected create(): void;
|
|
69
69
|
/**
|
|
70
|
-
* Store the
|
|
71
|
-
*
|
|
70
|
+
* Store the panel (root DOM element) from the rendered component.
|
|
71
|
+
* This is what we'll remove when switching routes.
|
|
72
72
|
*/
|
|
73
|
-
|
|
73
|
+
layoutRoot: any;
|
|
74
74
|
/**
|
|
75
75
|
* This will remove the component.
|
|
76
76
|
*
|