@elyx-code/project-logic-tree 0.0.6642 → 0.0.6644
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 +3 -3
- package/dist/index.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -73291,7 +73291,7 @@ const YE = Object.values(NB), rp = {
|
|
|
73291
73291
|
}, yT = {
|
|
73292
73292
|
interactive: !0,
|
|
73293
73293
|
extends: null,
|
|
73294
|
-
constant: !
|
|
73294
|
+
constant: !0,
|
|
73295
73295
|
hidden: !1,
|
|
73296
73296
|
required: !0,
|
|
73297
73297
|
id: LC.primaryKey.id,
|
|
@@ -189921,7 +189921,7 @@ ${DD}`
|
|
|
189921
189921
|
i,
|
|
189922
189922
|
n
|
|
189923
189923
|
), c = Gr(this, l), e = this.toMeta();
|
|
189924
|
-
return this.name = l.name !== void 0 ? l.name : e.name, this.codeName = l.codeName !== void 0 ? l.codeName : e.codeName, this.description = l.description !== void 0 ? l.description : e.description, this.abstract = l.abstract !== void 0 ? l.abstract : e.abstract, this.private = l.private !== void 0 ? l.private : e.private, this.index = l.index || (l.index !== 0 ? e.index : 0), this.static = l.static !== void 0 ? l.static : e.static, this.hidden = l.hidden !== void 0 ? l.hidden : e.hidden, this.constant = l.constant !== void 0 ? l.constant : e.constant, this.interactive = l.interactive !== void 0 ? l.interactive : e.interactive, this.required = l.required !== void 0 ? l.required : e.required, super.baseMetaSync(l, this, n), l.deleted === !0 && !e.deleted ? n == null || n.add(this, H.Removed) : l.deleted === !1 && e.deleted ? n == null || n.add(this, H.Added) : c && (n == null || n.add(this, H.Updated)), n == null || n.attemptAutoclose("meta-sync", this.id), this;
|
|
189924
|
+
return this.name = l.name !== void 0 ? l.name : e.name, this.codeName = l.codeName !== void 0 ? l.codeName : e.codeName, this.description = l.description !== void 0 ? l.description : e.description, this.abstract = l.abstract !== void 0 ? l.abstract : e.abstract, this.private = l.private !== void 0 ? l.private : e.private, this.index = l.index || (l.index !== 0 ? e.index : 0), this.static = l.static !== void 0 ? l.static : e.static, this.hidden = l.hidden !== void 0 ? l.hidden : e.hidden, this.constant = l.constant !== void 0 ? l.constant : e.constant, this.interactive = l.interactive !== void 0 ? l.interactive : e.interactive, this.required = l.required !== void 0 ? l.required : e.required, this.unique = l.unique !== void 0 ? l.unique : e.unique, super.baseMetaSync(l, this, n), l.deleted === !0 && !e.deleted ? n == null || n.add(this, H.Removed) : l.deleted === !1 && e.deleted ? n == null || n.add(this, H.Added) : c && (n == null || n.add(this, H.Updated)), n == null || n.attemptAutoclose("meta-sync", this.id), this;
|
|
189925
189925
|
}
|
|
189926
189926
|
async APILoad(i = Ge, ...n) {
|
|
189927
189927
|
return await Xt.repository.APILoad(this.id, ...n), this;
|
|
@@ -190383,7 +190383,7 @@ ${DD}`
|
|
|
190383
190383
|
e,
|
|
190384
190384
|
this.project
|
|
190385
190385
|
);
|
|
190386
|
-
y.hydrateAncestors(), y.addSelfToProject(n), y.initChildren(n);
|
|
190386
|
+
y.hydrateAncestors(), y.addSelfToProject(n), n == null || n.add(y, H.Added), y.initChildren(n);
|
|
190387
190387
|
const T = (v = this.defaultValue) == null ? void 0 : v.clone(
|
|
190388
190388
|
n,
|
|
190389
190389
|
y,
|