@elyx-code/project-logic-tree 0.0.6131 → 0.0.6133
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/dist/index.js +6 -6
- package/dist/index.umd.cjs +14 -14
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26583,7 +26583,7 @@ Alternatively you can update the entity with 'update' action. Or replace it by f
|
|
|
26583
26583
|
if (y.andChildrenGroup = h || null, y.orChildrenGroup = E || null, this.entity && this.entity.type === i.DefinitionEntity && ((I = this.entity) == null ? void 0 : I.parent) === this) {
|
|
26584
26584
|
const S = this.entity.clone(
|
|
26585
26585
|
y,
|
|
26586
|
-
|
|
26586
|
+
B.UUID.uuid(),
|
|
26587
26587
|
n
|
|
26588
26588
|
);
|
|
26589
26589
|
y.setEntity(S);
|
|
@@ -26606,7 +26606,7 @@ Alternatively you can update the entity with 'update' action. Or replace it by f
|
|
|
26606
26606
|
if (e.entity && e.entity.type === i.DefinitionEntity && e.entity.parent === e) {
|
|
26607
26607
|
const s = e.entity.clone(
|
|
26608
26608
|
this,
|
|
26609
|
-
|
|
26609
|
+
B.UUID.uuid(),
|
|
26610
26610
|
!0
|
|
26611
26611
|
);
|
|
26612
26612
|
this.setEntity(s), n.push(s);
|
|
@@ -47982,9 +47982,9 @@ Alternatively you can update the parent data-type entity with 'update' action to
|
|
|
47982
47982
|
);
|
|
47983
47983
|
e && c.setParent(e), n && c.subscribe(), c.initChildren();
|
|
47984
47984
|
const y = (R = this.properties) == null ? void 0 : R.map(
|
|
47985
|
-
(S
|
|
47985
|
+
(S) => S.clone(
|
|
47986
47986
|
c,
|
|
47987
|
-
|
|
47987
|
+
B.UUID.uuid(),
|
|
47988
47988
|
n
|
|
47989
47989
|
)
|
|
47990
47990
|
);
|
|
@@ -48078,7 +48078,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
|
|
|
48078
48078
|
g
|
|
48079
48079
|
), S = I == null ? void 0 : I.clone(
|
|
48080
48080
|
o,
|
|
48081
|
-
|
|
48081
|
+
B.UUID.uuid(),
|
|
48082
48082
|
!0
|
|
48083
48083
|
);
|
|
48084
48084
|
S && o.setDataType(S);
|
|
@@ -48086,7 +48086,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
|
|
|
48086
48086
|
return;
|
|
48087
48087
|
}
|
|
48088
48088
|
const l = {
|
|
48089
|
-
id:
|
|
48089
|
+
id: B.UUID.uuid(),
|
|
48090
48090
|
type: i.Property,
|
|
48091
48091
|
version: 1,
|
|
48092
48092
|
name: C(s, this.project),
|