@elyx-code/project-logic-tree 0.0.6132 → 0.0.6134
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
|
@@ -16038,7 +16038,7 @@ const hh = {
|
|
|
16038
16038
|
type: i.VariableDeclaration,
|
|
16039
16039
|
version: 1,
|
|
16040
16040
|
// The name is the same on purpose to test validation
|
|
16041
|
-
name: "Company DTO",
|
|
16041
|
+
name: "Company DTO 2",
|
|
16042
16042
|
description: null,
|
|
16043
16043
|
defaultValue: null,
|
|
16044
16044
|
dataType: null,
|
|
@@ -16115,7 +16115,7 @@ const hh = {
|
|
|
16115
16115
|
id: zs,
|
|
16116
16116
|
type: i.VariableDeclaration,
|
|
16117
16117
|
version: 1,
|
|
16118
|
-
name: "Company DTO",
|
|
16118
|
+
name: "Company DTO og",
|
|
16119
16119
|
description: null,
|
|
16120
16120
|
defaultValue: null,
|
|
16121
16121
|
dataType: null,
|
|
@@ -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),
|