@base-framework/base 3.0.194 → 3.0.196

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.
@@ -23,6 +23,10 @@ export class Component extends Unit {
23
23
  * @param {boolean} isComponent
24
24
  */
25
25
  isComponent: boolean;
26
+ /**
27
+ * @param {boolean} stateResumed
28
+ */
29
+ stateResumed: boolean;
26
30
  /**
27
31
  * @member {string} [stateTargetId] // optional override of state id
28
32
  */
@@ -166,7 +166,6 @@ export class Unit {
166
166
  * @returns {object}
167
167
  */
168
168
  protected _createLayout(): object;
169
- _layout: any;
170
169
  /**
171
170
  * This will prepare the layout.
172
171
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/base",
3
- "version": "3.0.194",
3
+ "version": "3.0.196",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",