@base-framework/base 3.5.12 → 3.5.14

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.
@@ -33,10 +33,6 @@ export class Component extends Unit {
33
33
  * @member {string} [stateTargetId] // optional override of state id
34
34
  */
35
35
  stateTargetId: any;
36
- /**
37
- * @member {boolean} _ownsData
38
- */
39
- _ownsData: boolean;
40
36
  /**
41
37
  * This will set the data.
42
38
  *
@@ -77,7 +77,7 @@ export class BasicData {
77
77
  */
78
78
  getDataId(): string;
79
79
  /**
80
- * This will clean up the data object and remove all subscriptions.
80
+ * This is a placeholder.
81
81
  *
82
82
  * @returns {void}
83
83
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/base",
3
- "version": "3.5.12",
3
+ "version": "3.5.14",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",