@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 rendered component so we can properly destroy it later.
71
- * Builder.render returns the component instance after it's been rendered.
70
+ * Store the panel (root DOM element) from the rendered component.
71
+ * This is what we'll remove when switching routes.
72
72
  */
73
- renderedComponent: any;
73
+ layoutRoot: any;
74
74
  /**
75
75
  * This will remove the component.
76
76
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/base",
3
- "version": "3.5.48",
3
+ "version": "3.5.49",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",