@elyx-code/project-logic-tree 0.0.6359 → 0.0.6361
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 +9 -9
- package/dist/index.umd.cjs +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6775,7 +6775,7 @@ const t7e = {
|
|
|
6775
6775
|
deleted: !1,
|
|
6776
6776
|
isList: null,
|
|
6777
6777
|
entity: null,
|
|
6778
|
-
asType:
|
|
6778
|
+
asType: !1,
|
|
6779
6779
|
staticEntities: null,
|
|
6780
6780
|
interactiveEntities: null,
|
|
6781
6781
|
actionEntities: !1,
|
|
@@ -8615,7 +8615,7 @@ const t7e = {
|
|
|
8615
8615
|
],
|
|
8616
8616
|
isList: !1,
|
|
8617
8617
|
entity: null,
|
|
8618
|
-
asType:
|
|
8618
|
+
asType: !1,
|
|
8619
8619
|
implementationChooseOne: !0,
|
|
8620
8620
|
parent: JZe
|
|
8621
8621
|
}, HZe = {
|
|
@@ -30712,13 +30712,13 @@ function Ss(d, u) {
|
|
|
30712
30712
|
type: "same"
|
|
30713
30713
|
/* Same */
|
|
30714
30714
|
};
|
|
30715
|
-
if (d.isList !== u.isList)
|
|
30715
|
+
if (d.isList !== u.isList && (d.isList !== null || u.isList !== null))
|
|
30716
30716
|
return {
|
|
30717
30717
|
compatible: !1,
|
|
30718
30718
|
type: d.isList ? "a-is-list-b-is-not" : "b-is-list-a-is-not"
|
|
30719
30719
|
/* BIsListAIsNot */
|
|
30720
30720
|
};
|
|
30721
|
-
if (d.asType !== u.asType)
|
|
30721
|
+
if (d.asType !== u.asType && (d.asType !== null || u.asType !== null))
|
|
30722
30722
|
return {
|
|
30723
30723
|
compatible: !1,
|
|
30724
30724
|
type: d.asType ? "a-is-template-b-is-not" : "b-is-template-a-is-not"
|
|
@@ -33968,7 +33968,7 @@ const ft = class ft extends mr {
|
|
|
33968
33968
|
abstract: !1,
|
|
33969
33969
|
static: !1,
|
|
33970
33970
|
constant: !1,
|
|
33971
|
-
interactive: !
|
|
33971
|
+
interactive: !0,
|
|
33972
33972
|
hidden: !1,
|
|
33973
33973
|
index: 0,
|
|
33974
33974
|
required: !1,
|
|
@@ -90501,7 +90501,7 @@ function dTt(d, u, i, a = ei.OrDataTypeGroup) {
|
|
|
90501
90501
|
implementationChooseOne: !1,
|
|
90502
90502
|
entity: d.toJSON(),
|
|
90503
90503
|
isList: !1,
|
|
90504
|
-
asType:
|
|
90504
|
+
asType: !1,
|
|
90505
90505
|
andChildrenGroup: null,
|
|
90506
90506
|
orChildrenGroup: null,
|
|
90507
90507
|
staticEntities: null,
|
|
@@ -90647,7 +90647,7 @@ function IL(d, u, i, a, l) {
|
|
|
90647
90647
|
implementationChooseOne: !1,
|
|
90648
90648
|
entity: null,
|
|
90649
90649
|
isList: !1,
|
|
90650
|
-
asType:
|
|
90650
|
+
asType: !1,
|
|
90651
90651
|
andChildrenGroup: null,
|
|
90652
90652
|
orChildrenGroup: null,
|
|
90653
90653
|
staticEntities: !1,
|
|
@@ -90729,7 +90729,7 @@ function IL(d, u, i, a, l) {
|
|
|
90729
90729
|
implementationChooseOne: !1,
|
|
90730
90730
|
entity: null,
|
|
90731
90731
|
isList: Array.isArray(ne),
|
|
90732
|
-
asType:
|
|
90732
|
+
asType: !1,
|
|
90733
90733
|
andChildrenGroup: null,
|
|
90734
90734
|
orChildrenGroup: null,
|
|
90735
90735
|
staticEntities: !1,
|
|
@@ -90877,7 +90877,7 @@ function rT(d, u, i, a, l) {
|
|
|
90877
90877
|
implementationChooseOne: !1,
|
|
90878
90878
|
entity: null,
|
|
90879
90879
|
isList: !1,
|
|
90880
|
-
asType:
|
|
90880
|
+
asType: !1,
|
|
90881
90881
|
andChildrenGroup: null,
|
|
90882
90882
|
orChildrenGroup: null,
|
|
90883
90883
|
staticEntities: !1,
|