@base-framework/base 3.5.27 → 3.5.29

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.
@@ -53,7 +53,6 @@ export class Component extends Unit {
53
53
  * @returns {void}
54
54
  */
55
55
  resumeScope(persistedLayout: object): void;
56
- stateHelper: any;
57
56
  /**
58
57
  * This will initialize the component.
59
58
  *
@@ -310,6 +310,8 @@ export class Unit {
310
310
  * @returns {void}
311
311
  */
312
312
  protected _remove(): void;
313
+ stateHelper: any;
314
+ persistToken: any;
313
315
  /**
314
316
  * This will prepare the component to be destroyed.
315
317
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/base",
3
- "version": "3.5.27",
3
+ "version": "3.5.29",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",