@elyx-code/project-logic-tree 0.0.6235 → 0.0.6237
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 +5 -5
- package/dist/index.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3227,9 +3227,9 @@ const iA = {
|
|
|
3227
3227
|
/* EntityToInstanciate */
|
|
3228
3228
|
}, oA = {
|
|
3229
3229
|
like: !1,
|
|
3230
|
-
staticEntities:
|
|
3231
|
-
interactiveEntities:
|
|
3232
|
-
actionEntities:
|
|
3230
|
+
staticEntities: !1,
|
|
3231
|
+
interactiveEntities: !0,
|
|
3232
|
+
actionEntities: !1,
|
|
3233
3233
|
inferred: !1,
|
|
3234
3234
|
id: "entity-to-instanciate-data-type-id",
|
|
3235
3235
|
type: n.DataType,
|
|
@@ -3404,7 +3404,7 @@ const iA = {
|
|
|
3404
3404
|
entity: null,
|
|
3405
3405
|
isList: !1,
|
|
3406
3406
|
asType: !0,
|
|
3407
|
-
staticEntities:
|
|
3407
|
+
staticEntities: null,
|
|
3408
3408
|
interactiveEntities: !0,
|
|
3409
3409
|
actionEntities: !1,
|
|
3410
3410
|
parent: TA
|
|
@@ -35966,7 +35966,7 @@ const De = class De extends st {
|
|
|
35966
35966
|
// Meta
|
|
35967
35967
|
f(this, "initialized", !1);
|
|
35968
35968
|
f(this, "startedInitialization", !1);
|
|
35969
|
-
this.initialData = e, this.project = t, this.id = e.id, this.isList = e.isList, this.asType = e.asType, this.options = e.options, this.parentRelationType = e.parentRelationType, this.inferred = e.inferred || !1, this.like = e.like || !1, this.implementationChooseOne = e.implementationChooseOne || !1;
|
|
35969
|
+
this.initialData = e, this.project = t, this.id = e.id, this.isList = e.isList, this.asType = e.asType, this.options = e.options, this.parentRelationType = e.parentRelationType, this.inferred = e.inferred || !1, this.like = e.like || !1, this.implementationChooseOne = e.implementationChooseOne || !1, this.staticEntities = e.staticEntities || null, this.interactiveEntities = e.interactiveEntities || null, this.actionEntities = e.actionEntities || null;
|
|
35970
35970
|
}
|
|
35971
35971
|
// Creates a new empty entity transfer object
|
|
35972
35972
|
static new(e = null) {
|