@elyx-code/project-logic-tree 0.0.6203 → 0.0.6204
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 +34 -34
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -31269,7 +31269,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
|
|
|
31269
31269
|
)
|
|
31270
31270
|
)) {
|
|
31271
31271
|
const r = ut(this, e), s = this.toMeta();
|
|
31272
|
-
return this.index = e.index || (e.index !== 0 ? s.index : 0), this.name = e.name || s.name, this.description = e.description || s.description, this.required = e.required
|
|
31272
|
+
return this.index = e.index || (e.index !== 0 ? s.index : 0), this.name = e.name || s.name, this.description = e.description || s.description, this.required = e.required !== void 0 ? e.required : this.required, this.isError = e.isError !== void 0 ? e.isError : this.isError, this.constant = e.constant !== void 0 ? e.constant : s.constant, this.required = e.required !== void 0 ? e.required : s.required, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
|
|
31273
31273
|
}
|
|
31274
31274
|
async APILoad(e = L, ...t) {
|
|
31275
31275
|
return await be.repository.APILoad(this.id, ...t), this;
|
|
@@ -34355,7 +34355,7 @@ Please consider than any updates might affect the overlap with the signature of
|
|
|
34355
34355
|
)
|
|
34356
34356
|
)) {
|
|
34357
34357
|
const r = ut(this, e), s = this.toMeta();
|
|
34358
|
-
return this.name = e.name || s.name, this.description = e.description || s.description, this.private = e.private
|
|
34358
|
+
return this.name = e.name || s.name, this.description = e.description || s.description, this.private = e.private !== void 0 ? e.private : this.private, this.index = e.index || (e.index !== 0 ? s.index : 0), this.collapsed = e.collapsed !== void 0 ? e.collapsed : s.collapsed, this.x = e.x || s.x, this.y = e.y || s.y, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
|
|
34359
34359
|
}
|
|
34360
34360
|
async APILoad(e = L, ...t) {
|
|
34361
34361
|
return await Re.repository.APILoad(this.id, ...t), this;
|
|
@@ -54312,7 +54312,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
|
|
|
54312
54312
|
)
|
|
54313
54313
|
)) {
|
|
54314
54314
|
const r = ut(this, e), s = this.toMeta();
|
|
54315
|
-
return this.index = e.index || (e.index !== 0 ? s.index : 0), this.parentRelationType = e.parentRelationType
|
|
54315
|
+
return this.index = e.index || (e.index !== 0 ? s.index : 0), this.parentRelationType = e.parentRelationType !== void 0 ? e.parentRelationType : this.parentRelationType, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
|
|
54316
54316
|
}
|
|
54317
54317
|
async APILoad(e = L, ...t) {
|
|
54318
54318
|
return await _e.repository.APILoad(this.id, ...t), this;
|
|
@@ -55313,7 +55313,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
|
|
|
55313
55313
|
)
|
|
55314
55314
|
)) {
|
|
55315
55315
|
const r = ut(this, e), s = this.toMeta();
|
|
55316
|
-
return this.index = e.index || (e.index !== 0 ? s.index : 0), this.name = e.name || s.name, this.description = e.description || s.description, this.required = e.required
|
|
55316
|
+
return this.index = e.index || (e.index !== 0 ? s.index : 0), this.name = e.name || s.name, this.description = e.description || s.description, this.required = e.required !== void 0 ? e.required : this.required, this.constant = !0, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
|
|
55317
55317
|
}
|
|
55318
55318
|
async APILoad(e = L, ...t) {
|
|
55319
55319
|
return await Ne.repository.APILoad(this.id, ...t), this;
|
|
@@ -57155,7 +57155,7 @@ ${Jr(
|
|
|
57155
57155
|
)
|
|
57156
57156
|
)) {
|
|
57157
57157
|
const r = ut(this, e), s = this.toMeta();
|
|
57158
|
-
return this.name = e.name || s.name, this.description = e.description || s.description, this.index = e.index || (e.index !== 0 ? s.index : 0), this.required = e.required
|
|
57158
|
+
return this.name = e.name || s.name, this.description = e.description || s.description, this.index = e.index || (e.index !== 0 ? s.index : 0), this.required = e.required !== void 0 ? e.required : this.required, this.parentRelationType = e.parentRelationType !== void 0 ? e.parentRelationType : this.parentRelationType, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
|
|
57159
57159
|
}
|
|
57160
57160
|
async APILoad(e = L, ...t) {
|
|
57161
57161
|
return await Le.repository.APILoad(this.id, ...t), this;
|
|
@@ -65933,7 +65933,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
|
|
|
65933
65933
|
)
|
|
65934
65934
|
)) {
|
|
65935
65935
|
const r = ut(this, e), s = this.toMeta();
|
|
65936
|
-
return this.name = e.name || s.name, this.description = e.description || s.description, this.x = e.x || s.x, this.y = e.y || s.y, this.static = e.static
|
|
65936
|
+
return this.name = e.name || s.name, this.description = e.description || s.description, this.x = e.x || s.x, this.y = e.y || s.y, this.static = e.static !== void 0 ? e.static : this.static, this.abstract = e.abstract !== void 0 ? e.abstract : this.abstract, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
|
|
65937
65937
|
}
|
|
65938
65938
|
async APILoad(e = L, ...t) {
|
|
65939
65939
|
return await xe.repository.APILoad(this.id, ...t), this;
|