@zcomponent/core 1.19.0-beta → 1.19.1-beta

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.
package/lib/zcomponent.js CHANGED
@@ -149,6 +149,7 @@ export class ZComponent extends Component {
149
149
  };
150
150
  setCurrentZComponentConstruction(that);
151
151
  super(contextManager, constructorProps);
152
+ this.locked = that._opts.data.nodes[nodeId]?.locked;
152
153
  that.entityByID.set(nodeId, this);
153
154
  if (node?.label) {
154
155
  that.entityByLabel.set(node.label, this);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zcomponent/core",
3
- "version": "1.19.0-beta",
3
+ "version": "1.19.1-beta",
4
4
  "description": "The core component model and built-in functionality for Mattercraft.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",