@base-framework/base 3.5.41 → 3.5.43

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,6 +53,7 @@ export class Component extends Unit {
53
53
  * @returns {void}
54
54
  */
55
55
  resumeScope(persistedLayout: object): void;
56
+ stateHelper: any;
56
57
  /**
57
58
  * This will initialize the component.
58
59
  *
@@ -328,7 +328,6 @@ export class Unit {
328
328
  * @returns {void}
329
329
  */
330
330
  protected cleanUpAfterDestroy(): void;
331
- stateHelper: any;
332
331
  persistToken: any;
333
332
  /**
334
333
  * This will prepare the component to be destroyed.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/base",
3
- "version": "3.5.41",
3
+ "version": "3.5.43",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",