@elyx-code/project-logic-tree 0.0.6363 → 0.0.6366
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.d.ts +0 -3
- package/dist/index.js +556 -537
- package/dist/index.umd.cjs +64 -64
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26725,8 +26725,8 @@ var XN = { exports: {} };
|
|
|
26725
26725
|
return De.clone();
|
|
26726
26726
|
var Re = typeof Ie == "object" ? Ie : {};
|
|
26727
26727
|
return Re.date = De, Re.args = arguments, new ve(Re);
|
|
26728
|
-
},
|
|
26729
|
-
|
|
26728
|
+
}, oe = ce;
|
|
26729
|
+
oe.l = ue, oe.i = ie, oe.w = function(De, Ie) {
|
|
26730
26730
|
return H(De, { locale: Ie.$L, utc: Ie.$u, x: Ie.$x, $offset: Ie.$offset });
|
|
26731
26731
|
};
|
|
26732
26732
|
var ve = function() {
|
|
@@ -26739,7 +26739,7 @@ var XN = { exports: {} };
|
|
|
26739
26739
|
var $e = Be.date, ze = Be.utc;
|
|
26740
26740
|
if ($e === null)
|
|
26741
26741
|
return /* @__PURE__ */ new Date(NaN);
|
|
26742
|
-
if (
|
|
26742
|
+
if (oe.u($e))
|
|
26743
26743
|
return /* @__PURE__ */ new Date();
|
|
26744
26744
|
if ($e instanceof Date)
|
|
26745
26745
|
return new Date($e);
|
|
@@ -26756,7 +26756,7 @@ var XN = { exports: {} };
|
|
|
26756
26756
|
var Re = this.$d;
|
|
26757
26757
|
this.$y = Re.getFullYear(), this.$M = Re.getMonth(), this.$D = Re.getDate(), this.$W = Re.getDay(), this.$H = Re.getHours(), this.$m = Re.getMinutes(), this.$s = Re.getSeconds(), this.$ms = Re.getMilliseconds();
|
|
26758
26758
|
}, Ie.$utils = function() {
|
|
26759
|
-
return
|
|
26759
|
+
return oe;
|
|
26760
26760
|
}, Ie.isValid = function() {
|
|
26761
26761
|
return this.$d.toString() !== K;
|
|
26762
26762
|
}, Ie.isSame = function(Re, Be) {
|
|
@@ -26767,17 +26767,17 @@ var XN = { exports: {} };
|
|
|
26767
26767
|
}, Ie.isBefore = function(Re, Be) {
|
|
26768
26768
|
return this.endOf(Be) < H(Re);
|
|
26769
26769
|
}, Ie.$g = function(Re, Be, $e) {
|
|
26770
|
-
return
|
|
26770
|
+
return oe.u(Re) ? this[Be] : this.set($e, Re);
|
|
26771
26771
|
}, Ie.unix = function() {
|
|
26772
26772
|
return Math.floor(this.valueOf() / 1e3);
|
|
26773
26773
|
}, Ie.valueOf = function() {
|
|
26774
26774
|
return this.$d.getTime();
|
|
26775
26775
|
}, Ie.startOf = function(Re, Be) {
|
|
26776
|
-
var $e = this, ze = !!
|
|
26777
|
-
var Ns =
|
|
26776
|
+
var $e = this, ze = !!oe.u(Be) || Be, st = oe.p(Re), kt = function(rn, oi) {
|
|
26777
|
+
var Ns = oe.w($e.$u ? Date.UTC($e.$y, oi, rn) : new Date($e.$y, oi, rn), $e);
|
|
26778
26778
|
return ze ? Ns : Ns.endOf(b);
|
|
26779
26779
|
}, er = function(rn, oi) {
|
|
26780
|
-
return
|
|
26780
|
+
return oe.w($e.toDate()[rn].apply($e.toDate("s"), (ze ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(oi)), $e);
|
|
26781
26781
|
}, vr = this.$W, Nr = this.$M, Ur = this.$D, Ti = "set" + (this.$u ? "UTC" : "");
|
|
26782
26782
|
switch (st) {
|
|
26783
26783
|
case N:
|
|
@@ -26802,7 +26802,7 @@ var XN = { exports: {} };
|
|
|
26802
26802
|
}, Ie.endOf = function(Re) {
|
|
26803
26803
|
return this.startOf(Re, !1);
|
|
26804
26804
|
}, Ie.$set = function(Re, Be) {
|
|
26805
|
-
var $e, ze =
|
|
26805
|
+
var $e, ze = oe.p(Re), st = "set" + (this.$u ? "UTC" : ""), kt = ($e = {}, $e[b] = st + "Date", $e[x] = st + "Date", $e[I] = st + "Month", $e[N] = st + "FullYear", $e[v] = st + "Hours", $e[y] = st + "Minutes", $e[t] = st + "Seconds", $e[p] = st + "Milliseconds", $e)[ze], er = ze === b ? this.$D + (Be - this.$W) : Be;
|
|
26806
26806
|
if (ze === I || ze === N) {
|
|
26807
26807
|
var vr = this.clone().set(x, 1);
|
|
26808
26808
|
vr.$d[kt](er), vr.init(), this.$d = vr.set(x, Math.min(this.$D, vr.daysInMonth())).$d;
|
|
@@ -26812,13 +26812,13 @@ var XN = { exports: {} };
|
|
|
26812
26812
|
}, Ie.set = function(Re, Be) {
|
|
26813
26813
|
return this.clone().$set(Re, Be);
|
|
26814
26814
|
}, Ie.get = function(Re) {
|
|
26815
|
-
return this[
|
|
26815
|
+
return this[oe.p(Re)]();
|
|
26816
26816
|
}, Ie.add = function(Re, Be) {
|
|
26817
26817
|
var $e, ze = this;
|
|
26818
26818
|
Re = Number(Re);
|
|
26819
|
-
var st =
|
|
26819
|
+
var st = oe.p(Be), kt = function(Nr) {
|
|
26820
26820
|
var Ur = H(ze);
|
|
26821
|
-
return
|
|
26821
|
+
return oe.w(Ur.date(Ur.date() + Math.round(Nr * Re)), ze);
|
|
26822
26822
|
};
|
|
26823
26823
|
if (st === I)
|
|
26824
26824
|
return this.set(I, this.$M + Re);
|
|
@@ -26829,17 +26829,17 @@ var XN = { exports: {} };
|
|
|
26829
26829
|
if (st === w)
|
|
26830
26830
|
return kt(7);
|
|
26831
26831
|
var er = ($e = {}, $e[y] = a, $e[v] = l, $e[t] = i, $e)[st] || 1, vr = this.$d.getTime() + Re * er;
|
|
26832
|
-
return
|
|
26832
|
+
return oe.w(vr, this);
|
|
26833
26833
|
}, Ie.subtract = function(Re, Be) {
|
|
26834
26834
|
return this.add(-1 * Re, Be);
|
|
26835
26835
|
}, Ie.format = function(Re) {
|
|
26836
26836
|
var Be = this, $e = this.$locale();
|
|
26837
26837
|
if (!this.isValid())
|
|
26838
26838
|
return $e.invalidDate || K;
|
|
26839
|
-
var ze = Re || "YYYY-MM-DDTHH:mm:ssZ", st =
|
|
26839
|
+
var ze = Re || "YYYY-MM-DDTHH:mm:ssZ", st = oe.z(this), kt = this.$H, er = this.$m, vr = this.$M, Nr = $e.weekdays, Ur = $e.months, Ti = $e.meridiem, tn = function(oi, Ns, oa, Wa) {
|
|
26840
26840
|
return oi && (oi[Ns] || oi(Be, ze)) || oa[Ns].slice(0, Wa);
|
|
26841
26841
|
}, aa = function(oi) {
|
|
26842
|
-
return
|
|
26842
|
+
return oe.s(kt % 12 || 12, oi, "0");
|
|
26843
26843
|
}, rn = Ti || function(oi, Ns, oa) {
|
|
26844
26844
|
var Wa = oi < 12 ? "AM" : "PM";
|
|
26845
26845
|
return oa ? Wa.toLowerCase() : Wa;
|
|
@@ -26850,11 +26850,11 @@ var XN = { exports: {} };
|
|
|
26850
26850
|
case "YY":
|
|
26851
26851
|
return String(Be.$y).slice(-2);
|
|
26852
26852
|
case "YYYY":
|
|
26853
|
-
return
|
|
26853
|
+
return oe.s(Be.$y, 4, "0");
|
|
26854
26854
|
case "M":
|
|
26855
26855
|
return vr + 1;
|
|
26856
26856
|
case "MM":
|
|
26857
|
-
return
|
|
26857
|
+
return oe.s(vr + 1, 2, "0");
|
|
26858
26858
|
case "MMM":
|
|
26859
26859
|
return tn($e.monthsShort, vr, Ur, 3);
|
|
26860
26860
|
case "MMMM":
|
|
@@ -26862,7 +26862,7 @@ var XN = { exports: {} };
|
|
|
26862
26862
|
case "D":
|
|
26863
26863
|
return Be.$D;
|
|
26864
26864
|
case "DD":
|
|
26865
|
-
return
|
|
26865
|
+
return oe.s(Be.$D, 2, "0");
|
|
26866
26866
|
case "d":
|
|
26867
26867
|
return String(Be.$W);
|
|
26868
26868
|
case "dd":
|
|
@@ -26874,7 +26874,7 @@ var XN = { exports: {} };
|
|
|
26874
26874
|
case "H":
|
|
26875
26875
|
return String(kt);
|
|
26876
26876
|
case "HH":
|
|
26877
|
-
return
|
|
26877
|
+
return oe.s(kt, 2, "0");
|
|
26878
26878
|
case "h":
|
|
26879
26879
|
return aa(1);
|
|
26880
26880
|
case "hh":
|
|
@@ -26886,13 +26886,13 @@ var XN = { exports: {} };
|
|
|
26886
26886
|
case "m":
|
|
26887
26887
|
return String(er);
|
|
26888
26888
|
case "mm":
|
|
26889
|
-
return
|
|
26889
|
+
return oe.s(er, 2, "0");
|
|
26890
26890
|
case "s":
|
|
26891
26891
|
return String(Be.$s);
|
|
26892
26892
|
case "ss":
|
|
26893
|
-
return
|
|
26893
|
+
return oe.s(Be.$s, 2, "0");
|
|
26894
26894
|
case "SSS":
|
|
26895
|
-
return
|
|
26895
|
+
return oe.s(Be.$ms, 3, "0");
|
|
26896
26896
|
case "Z":
|
|
26897
26897
|
return st;
|
|
26898
26898
|
}
|
|
@@ -26902,8 +26902,8 @@ var XN = { exports: {} };
|
|
|
26902
26902
|
}, Ie.utcOffset = function() {
|
|
26903
26903
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
26904
26904
|
}, Ie.diff = function(Re, Be, $e) {
|
|
26905
|
-
var ze, st = this, kt =
|
|
26906
|
-
return
|
|
26905
|
+
var ze, st = this, kt = oe.p(Be), er = H(Re), vr = (er.utcOffset() - this.utcOffset()) * a, Nr = this - er, Ur = function() {
|
|
26906
|
+
return oe.m(st, er);
|
|
26907
26907
|
};
|
|
26908
26908
|
switch (kt) {
|
|
26909
26909
|
case N:
|
|
@@ -26933,7 +26933,7 @@ var XN = { exports: {} };
|
|
|
26933
26933
|
default:
|
|
26934
26934
|
ze = Nr;
|
|
26935
26935
|
}
|
|
26936
|
-
return $e ? ze :
|
|
26936
|
+
return $e ? ze : oe.a(ze);
|
|
26937
26937
|
}, Ie.daysInMonth = function() {
|
|
26938
26938
|
return this.endOf(I).$D;
|
|
26939
26939
|
}, Ie.$locale = function() {
|
|
@@ -26944,7 +26944,7 @@ var XN = { exports: {} };
|
|
|
26944
26944
|
var $e = this.clone(), ze = ue(Re, Be, !0);
|
|
26945
26945
|
return ze && ($e.$L = ze), $e;
|
|
26946
26946
|
}, Ie.clone = function() {
|
|
26947
|
-
return
|
|
26947
|
+
return oe.w(this.$d, this);
|
|
26948
26948
|
}, Ie.toDate = function() {
|
|
26949
26949
|
return new Date(this.valueOf());
|
|
26950
26950
|
}, Ie.toJSON = function() {
|
|
@@ -26968,7 +26968,7 @@ var XN = { exports: {} };
|
|
|
26968
26968
|
})(XN);
|
|
26969
26969
|
var zpt = XN.exports;
|
|
26970
26970
|
const V = /* @__PURE__ */ zN(zpt);
|
|
26971
|
-
var Z = /* @__PURE__ */ ((d) => (d.Error = "error", d.Warning = "warning", d))(Z || {}),
|
|
26971
|
+
var Z = /* @__PURE__ */ ((d) => (d.Error = "error", d.Warning = "warning", d))(Z || {}), le = /* @__PURE__ */ ((d) => (d.InvalidObjectStructure = "invalid-object-structure", d.NameNotUniqueInScope = "name-not-unique-in-scope", d.EmptyName = "empty-name", d.MissingCaller = "missing-caller", d.PropertyOverwritesOtherSiblingWithSameName = "property-overwrites-other-sibling-with-same-name", d.PropertyOverwritesOtherSiblingWithSameImplementation = "property-overwrites-other-sibling-with-same-name", d.PropertyOverwritesOtherImplementedEntitysPropertyWithSameName = "property-overwrites-other-implemented-entitys-property-with-same-name", d.PropertyOverwritesOtherImplementedEntitysPropertyWithSameImplementation = "property-overwrites-other-implemented-entitys-property-with-same-name", d.PropertyOverwritesOtherExtendedEntitysPropertyWithSameImplementation = "property-overwrites-other-extended-entitys-property-with-same-name", d.PropertyOverwritesOtherExtendedEntitysPropertyWithSameName = "property-overwrites-other-extended-entitys-property-with-same-name", d.PropertyOverwritesBasePropertyWithSameName = "property-overwrites-base-property-with-same-name", d.PropertyOverwritesBasePropertyWithSameImplementation = "property-overwrites-base-property-with-same-name", d.MethodOverwritesOtherSiblingWithSameName = "method-overwrites-other-sibling-with-same-name", d.MethodOverwritesOtherSiblingWithSameImplementation = "method-overwrites-other-sibling-with-same-name", d.MethodOverwritesOtherImplementedEntitysMethodWithSameName = "method-overwrites-other-implemented-entitys-method-with-same-name", d.MethodOverwritesOtherImplementedEntitysMethodWithSameImplementation = "method-overwrites-other-implemented-entitys-method-with-same-name", d.MethodOverwritesOtherExtendedEntitysMethodWithSameImplementation = "method-overwrites-other-extended-entitys-method-with-same-name", d.MethodOverwritesOtherExtendedEntitysMethodWithSameName = "method-overwrites-other-extended-entitys-method-with-same-name", d.MethodOverwritesBaseMethodWithSameName = "method-overwrites-base-method-with-same-name", d.MethodOverwritesBaseMethodWithSameImplementation = "method-overwrites-base-method-with-same-name", d.LoopBodyFunctionOverwrite = "loop-body-function-overwrite", d.NoOverlapWithImplementedSignature = "no-overlap-with-implemented-signature", d.ReaderWriterIncompatibleDataType = "reader-writer-incompatible-data-type", d.UnreachableEntity = "unreachable-entity", d.InternalCallParentMissingDataType = "internal-call-parent-missing-data-type", d.InternalCallParentDeclarationEntityInvalidType = "internal-call-parent-declaration-entity-invalid-type", d.InternalCallDeclarationNotFoundInParentDatatypeEntity = "internal-call-declaration-not-found-in-parent-datatype-entity", d.InternalCallDeclarationIsNotFunctionDeclaration = "internal-call-declaration-is-not-function-declaration", d.InternalCallDeclarationNotInParentDatatypeEntity = "internal-call-declaration-not-in-parent-datatype-entity", d))(le || {}), q = /* @__PURE__ */ ((d) => (d.RootReference = "root-reference", d.InvalidUUIDStringFormat = "invalid-uuid-string-format", d.ReferencedEntityNotFound = "referenced-entity-not-found", d.EntityIdNotUnique = "entity-id-not-unique", d.BuiltInEntityGenerated = "built-in-entity-generated", d.BuiltInEntityUpdated = "built-in-entity-updated", d.BuiltInEntityDeleted = "built-in-entity-deleted", d.UnknownEntityType = "unknown-entity-type", d.MissingTypeProperty = "missing-type-property", d.MissingIdProperty = "missing-id-property", d.BuiltInEntityParent = "built-in-entity-parent", d.InvalidBuiltInEntityReference = "invalid-built-in-entity-reference", d.RecommendedImplementAbstractEntityAction = "recommended-implement-abstract-entity-action", d.RecommendedImplementOperationAction = "recommended-implement-operation-action", d.RecommendedImplementFunctionCallAction = "recommended-implement-function-call-action", d.RecommendedImplementVariableDeclarationAction = "recommended-implement-variable-declaration-action", d.RecommendedImplementVariableInstanceAction = "recommended-implement-variable-instance-action", d.RecommendedImplementConditionAction = "recommended-implement-condition-action", d.InvalidReferenceObjectStructure = "invalid-reference-object-structure", d.ContainsSingleButShouldBeReferenceList = "contains-single-but-should-be-reference-list", d.ContainsListButShouldReferenceSingle = "contains-list-but-should-reference-single", d.InvalidParentReference = "invalid-parent-reference", d.InvalidImplementsReference = "invalid-implements-reference", d.InvalidExtendsReference = "invalid-extends-reference", d.InvalidGenerationActionPayload = "invalid-generation-action-payload", d.InvalidReference = "invalid-reference", d.InvalidInternalCallParentRelation = "invalid-internal-call-parent-relation", d.InvalidUpdateEntityOperation = "invalid-update-entity-operation", d.NewEntityWouldOverriteExisting = "new-entity-would-overrite-existing", d.InvalidDownstreamPropertyOverride = "invalid-downstream-property-override", d.UnrecognizedProperty = "unrecognized-property", d.SelfReference = "self-reference", d.DuplicateReference = "duplicate-reference", d.CallerWithIncompatibleScope = "caller-with-incompatible-scope", d.InvalidFunctionDeclarationForFunctionCall = "invalid-function-declaration-for-function-call", d.InvalidInputMapDeclaration = "invalid-input-map-declaration", d.InvalidActionDescriptorForOperation = "invalid-action-descriptor-for-operation", d.InvalidActionDescriptorForCondition = "invalid-action-descriptor-for-condition", d.InvalidActionDescriptorForLoop = "invalid-action-descriptor-for-loop", d.InvalidInmutablePropertyOverride = "invalid-inmutable-property-override", d.OutputOverwrite = "output-overwrite", d.InputOverwrite = "input-overwrite", d.IncompatibleScope = "incompatible-scope", d.InvalidParentUpdate = "invalid-parent-update", d.NonInteractiveEntityReferenced = "non-interactive-entity-referenced", d.InvalidParentRelationType = "invalid-parent-relation-type", d))(q || {}), ne = /* @__PURE__ */ ((d) => (d.NoPrimaryKeyProperty = "no-primary-key-property", d.ScopeWithoutLogic = "scope-without-logic", d.AbstractEntityImplements = "abstract-entity-implements", d.ImplementsIncompatibleEntities = "implements-incompatible-entities", d.ExtendsIncompatibleEntities = "extends-incompatible-entities", d.NonAbstractExtendingAbstractEntity = "non-abstract-extending-abstract-entity", d.AbstractExtendingNonAbstractEntity = "abstract-extending-non-abstract-entity", d.NonStaticExtendingStaticEntity = "non-static-extending-static-entity", d.StaticExtendingNonStaticEntity = "static-extending-non-static-entity", d.StaticImplementingNonStaticEntity = "static-implementing-non-static-entity", d.NonStaticImplementingStaticEntity = "non-static-implementing-static-entity", d.ImplementingNonAbstractEntity = "implementing-non-abstract-entity", d.ExtendingNonInteractiveEntity = "extending-non-interactive-entity", d.AbstractEntityWithNonAbstractMethods = "abstract-entity-with-non-abstract-methods", d.AbstractEntityWithNonAbstractProperties = "abstract-entity-with-non-abstract-properties", d.StaticEntityWithNonStaticProperties = "static-entity-with-non-static-properties", d.NonStaticPropertyInStaticEntity = "non-static-property-in-static-entity", d.AbstractPropertyInNonAbstractEntity = "abstract-property-in-non-abstract-entity", d.AbstractMethodInNonAbstractEntity = "abstract-method-in-non-abstract-entity", d.IncorrectEntityImplementation = "incorrect-entity-implementation", d.IncorrectMethodImplementation = "incorrect-method-implementation", d.IncorrectPropertyImplementation = "incorrect-property-implementation", d.PropertyImplementsNonAbstact = "property-implements-non-abstract", d.NonStaticPropertyImplementsStatic = "non-static-property-implements-static", d.StaticPropertyImplementsNonStatic = "static-property-implements-non-static", d.PropertyImplementsIncompatibleType = "property-implements-incompatible-type", d.MissingPropertyImplementation = "missing-property-implementation", d.MissingMethodImplementation = "missing-method-implementation", d.NoProperties = "no-properties", d.ReadingFromIncompatibleType = "reading-from-incompatible-type", d.WritingToIncompatibleType = "writing-to-incompatible-type", d.InvalidPropertiesCombination = "invalid-properties-combination", d.DisconnectedCallableEntity = "disconnected-callable-entity", d.VariableReadsValueAndInternalCall = "variable-reads-value-and-internal-call", d.VariableWritesValuesAndInternalCall = "variable-writes-values-and-internal-call", d.VariableHasInputsAndInternalCall = "variable-has-inputs-and-internal-calls", d.VariableHasOutputsAndInternalCall = "variable-has-outputs-and-internal-call", d.VariableIsCalledAndHasInternalCall = "variable-is-called-and-has-internal-call", d.VariableCallsOthersAndHasInternalCall = "variable-calls-others-and-has-internal-call", d.MissingRequiredValue = "missing-required-value", d))(ne || {});
|
|
26972
26972
|
class X {
|
|
26973
26973
|
constructor(u) {
|
|
26974
26974
|
// A deterministic error code, so if the same error occurs again in a subsequent validation run,
|
|
@@ -26985,7 +26985,7 @@ class X {
|
|
|
26985
26985
|
this.id = u.id, this.message = u.message, this.issue = u.issue, this.severity = u.severity, this.code = u.code;
|
|
26986
26986
|
}
|
|
26987
26987
|
toEntityError(u) {
|
|
26988
|
-
return this.code in
|
|
26988
|
+
return this.code in le ? new Ht({
|
|
26989
26989
|
id: this.id,
|
|
26990
26990
|
message: this.message,
|
|
26991
26991
|
issue: this.issue,
|
|
@@ -26995,7 +26995,7 @@ class X {
|
|
|
26995
26995
|
}) : null;
|
|
26996
26996
|
}
|
|
26997
26997
|
}
|
|
26998
|
-
class
|
|
26998
|
+
class Ht {
|
|
26999
26999
|
constructor(u) {
|
|
27000
27000
|
// A deterministic error code, so if the same error occurs again in a subsequent validation run,
|
|
27001
27001
|
// it can be identified as the same problem
|
|
@@ -27022,7 +27022,7 @@ class Wt {
|
|
|
27022
27022
|
this.id = u.id, this.message = u.message, this.issue = u.issue, this.severity = u.severity, this.code = u.code, this.entity = u.entity, this.firstRelationship = u.firstRelationship, this.secondRelationship = u.secondRelationship;
|
|
27023
27023
|
}
|
|
27024
27024
|
clone() {
|
|
27025
|
-
return new
|
|
27025
|
+
return new Ht({
|
|
27026
27026
|
id: this.id,
|
|
27027
27027
|
message: this.message,
|
|
27028
27028
|
issue: this.issue,
|
|
@@ -27040,7 +27040,7 @@ function QIt(d) {
|
|
|
27040
27040
|
}
|
|
27041
27041
|
function Bt(d) {
|
|
27042
27042
|
const u = d.entity.errors.find((a) => a.id === d.id);
|
|
27043
|
-
return u ? { new: !1, error: u } : { new: !0, error: new
|
|
27043
|
+
return u ? { new: !1, error: u } : { new: !0, error: new Ht(d) };
|
|
27044
27044
|
}
|
|
27045
27045
|
function eAt(d, u) {
|
|
27046
27046
|
const i = /* @__PURE__ */ new Map();
|
|
@@ -30712,13 +30712,13 @@ function Zs(d, u) {
|
|
|
30712
30712
|
type: "same"
|
|
30713
30713
|
/* Same */
|
|
30714
30714
|
};
|
|
30715
|
-
if (d.isList
|
|
30715
|
+
if (d.isList === !1 && u.isList === !0 || d.isList === !0 && u.isList === !1)
|
|
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
|
|
30721
|
+
if (d.asType === !1 && u.asType === !0 || d.asType === !0 && u.asType === !1)
|
|
30722
30722
|
return {
|
|
30723
30723
|
compatible: !1,
|
|
30724
30724
|
type: d.asType ? "a-is-template-b-is-not" : "b-is-template-a-is-not"
|
|
@@ -31338,10 +31338,10 @@ function v4(d, u) {
|
|
|
31338
31338
|
const i = [];
|
|
31339
31339
|
d.name || i.push(
|
|
31340
31340
|
new X({
|
|
31341
|
-
id: `${d.id}--${
|
|
31341
|
+
id: `${d.id}--${le.EmptyName}`,
|
|
31342
31342
|
message: `Entity with id "${d.id}" and type "${d.type}" has an empty name. Please provide a 'name' string.`,
|
|
31343
31343
|
severity: Z.Error,
|
|
31344
|
-
code:
|
|
31344
|
+
code: le.EmptyName,
|
|
31345
31345
|
issue: null
|
|
31346
31346
|
})
|
|
31347
31347
|
);
|
|
@@ -31350,11 +31350,11 @@ function v4(d, u) {
|
|
|
31350
31350
|
);
|
|
31351
31351
|
return a.length && i.push(
|
|
31352
31352
|
new X({
|
|
31353
|
-
id: `${d.id}--${
|
|
31353
|
+
id: `${d.id}--${le.NameNotUniqueInScope}`,
|
|
31354
31354
|
message: `Entity with id "${d.id}" and type "${d.type}" has a name "${d.name}" that is not unique in the project. Entity with id "${a[0].id}" has the same name.
|
|
31355
31355
|
Please provide a unique 'name' string.`,
|
|
31356
31356
|
severity: Z.Error,
|
|
31357
|
-
code:
|
|
31357
|
+
code: le.NameNotUniqueInScope,
|
|
31358
31358
|
issue: null
|
|
31359
31359
|
})
|
|
31360
31360
|
), i;
|
|
@@ -31363,10 +31363,10 @@ function E4(d, u) {
|
|
|
31363
31363
|
const i = [];
|
|
31364
31364
|
d.name || i.push(
|
|
31365
31365
|
new X({
|
|
31366
|
-
id: `${d.id}--${
|
|
31366
|
+
id: `${d.id}--${le.EmptyName}`,
|
|
31367
31367
|
message: `Entity with id "${d.id}" and type "${d.type}" has an empty name. Please provide a 'name' string.`,
|
|
31368
31368
|
severity: Z.Error,
|
|
31369
|
-
code:
|
|
31369
|
+
code: le.EmptyName,
|
|
31370
31370
|
issue: null
|
|
31371
31371
|
})
|
|
31372
31372
|
);
|
|
@@ -31386,11 +31386,11 @@ function E4(d, u) {
|
|
|
31386
31386
|
);
|
|
31387
31387
|
return t.length && i.push(
|
|
31388
31388
|
new X({
|
|
31389
|
-
id: `${d.id}--${
|
|
31389
|
+
id: `${d.id}--${le.NameNotUniqueInScope}`,
|
|
31390
31390
|
message: `Entity with id "${d.id}" and type "${d.type}" has a name "${d.name}" that is not unique in ${l.type === f.Project ? "the globally declared project scope" : "its parent entity"}. Entity with id "${t[0].id}" has the same name.
|
|
31391
31391
|
Please provide a unique 'name' string.`,
|
|
31392
31392
|
severity: Z.Error,
|
|
31393
|
-
code:
|
|
31393
|
+
code: le.NameNotUniqueInScope,
|
|
31394
31394
|
issue: null
|
|
31395
31395
|
})
|
|
31396
31396
|
), i;
|
|
@@ -31399,10 +31399,10 @@ function T4(d, u) {
|
|
|
31399
31399
|
const i = [];
|
|
31400
31400
|
d.name || i.push(
|
|
31401
31401
|
new X({
|
|
31402
|
-
id: `${d.id}--${
|
|
31402
|
+
id: `${d.id}--${le.EmptyName}`,
|
|
31403
31403
|
message: `Entity with id "${d.id}" and type "${d.type}" has an empty name. Please provide a 'name' string.`,
|
|
31404
31404
|
severity: Z.Error,
|
|
31405
|
-
code:
|
|
31405
|
+
code: le.EmptyName,
|
|
31406
31406
|
issue: null
|
|
31407
31407
|
})
|
|
31408
31408
|
);
|
|
@@ -31425,11 +31425,11 @@ function T4(d, u) {
|
|
|
31425
31425
|
);
|
|
31426
31426
|
p.length && i.push(
|
|
31427
31427
|
new X({
|
|
31428
|
-
id: `${d.id}--${
|
|
31428
|
+
id: `${d.id}--${le.NameNotUniqueInScope}`,
|
|
31429
31429
|
message: `Entity with id "${d.id}" and type "${d.type}" has a name "${d.name}" that is not unique in its scope or higher scopes. Entity with id "${p[0].id}" has the same name.
|
|
31430
31430
|
Please provide a unique 'name' string.`,
|
|
31431
31431
|
severity: Z.Error,
|
|
31432
|
-
code:
|
|
31432
|
+
code: le.NameNotUniqueInScope,
|
|
31433
31433
|
issue: null
|
|
31434
31434
|
})
|
|
31435
31435
|
);
|
|
@@ -31440,10 +31440,10 @@ function b4(d, u) {
|
|
|
31440
31440
|
const i = [];
|
|
31441
31441
|
d.name || i.push(
|
|
31442
31442
|
new X({
|
|
31443
|
-
id: `${d.id}--${
|
|
31443
|
+
id: `${d.id}--${le.EmptyName}`,
|
|
31444
31444
|
message: `Entity with id "${d.id}" and type "${d.type}" has an empty name. Please provide a 'name' string.`,
|
|
31445
31445
|
severity: Z.Error,
|
|
31446
|
-
code:
|
|
31446
|
+
code: le.EmptyName,
|
|
31447
31447
|
issue: null
|
|
31448
31448
|
})
|
|
31449
31449
|
);
|
|
@@ -31476,11 +31476,11 @@ function b4(d, u) {
|
|
|
31476
31476
|
);
|
|
31477
31477
|
t.length && i.push(
|
|
31478
31478
|
new X({
|
|
31479
|
-
id: `${d.id}--${
|
|
31479
|
+
id: `${d.id}--${le.NameNotUniqueInScope}`,
|
|
31480
31480
|
message: `Entity with id "${d.id}" and type "${d.type}" has a name "${d.name}" that is not unique among all properties in the parent entity. Entity with id "${t[0].id}" has the same name.
|
|
31481
31481
|
Please provide a unique 'name' string.`,
|
|
31482
31482
|
severity: Z.Error,
|
|
31483
|
-
code:
|
|
31483
|
+
code: le.NameNotUniqueInScope,
|
|
31484
31484
|
issue: null
|
|
31485
31485
|
})
|
|
31486
31486
|
);
|
|
@@ -31492,10 +31492,10 @@ function I4(d, u) {
|
|
|
31492
31492
|
const i = [];
|
|
31493
31493
|
d.name || i.push(
|
|
31494
31494
|
new X({
|
|
31495
|
-
id: `${d.id}--${
|
|
31495
|
+
id: `${d.id}--${le.EmptyName}`,
|
|
31496
31496
|
message: `Entity with id "${d.id}" and type "${d.type}" has an empty name. Please provide a 'name' string.`,
|
|
31497
31497
|
severity: Z.Error,
|
|
31498
|
-
code:
|
|
31498
|
+
code: le.EmptyName,
|
|
31499
31499
|
issue: null
|
|
31500
31500
|
})
|
|
31501
31501
|
);
|
|
@@ -31530,11 +31530,11 @@ function I4(d, u) {
|
|
|
31530
31530
|
);
|
|
31531
31531
|
t.length && i.push(
|
|
31532
31532
|
new X({
|
|
31533
|
-
id: `${d.id}--${
|
|
31533
|
+
id: `${d.id}--${le.NameNotUniqueInScope}`,
|
|
31534
31534
|
message: `Entity with id "${d.id}" and type "${d.type}" has a name "${d.name}" that is not unique among all inputs declared in the parent entity. Entity with id "${t[0].id}" has the same name.
|
|
31535
31535
|
Please provide a unique 'name' string.`,
|
|
31536
31536
|
severity: Z.Error,
|
|
31537
|
-
code:
|
|
31537
|
+
code: le.NameNotUniqueInScope,
|
|
31538
31538
|
issue: null
|
|
31539
31539
|
})
|
|
31540
31540
|
);
|
|
@@ -31546,10 +31546,10 @@ function A4(d, u) {
|
|
|
31546
31546
|
const i = [];
|
|
31547
31547
|
d.name || i.push(
|
|
31548
31548
|
new X({
|
|
31549
|
-
id: `${d.id}--${
|
|
31549
|
+
id: `${d.id}--${le.EmptyName}`,
|
|
31550
31550
|
message: `Entity with id "${d.id}" and type "${d.type}" has an empty name. Please provide a 'name' string.`,
|
|
31551
31551
|
severity: Z.Error,
|
|
31552
|
-
code:
|
|
31552
|
+
code: le.EmptyName,
|
|
31553
31553
|
issue: null
|
|
31554
31554
|
})
|
|
31555
31555
|
);
|
|
@@ -31584,11 +31584,11 @@ function A4(d, u) {
|
|
|
31584
31584
|
);
|
|
31585
31585
|
t.length && i.push(
|
|
31586
31586
|
new X({
|
|
31587
|
-
id: `${d.id}--${
|
|
31587
|
+
id: `${d.id}--${le.NameNotUniqueInScope}`,
|
|
31588
31588
|
message: `Entity with id "${d.id}" and type "${d.type}" has a name "${d.name}" that is not unique among all outputs declared in the parent entity. Entity with id "${t[0].id}" has the same name.
|
|
31589
31589
|
Please provide a unique 'name' string.`,
|
|
31590
31590
|
severity: Z.Error,
|
|
31591
|
-
code:
|
|
31591
|
+
code: le.NameNotUniqueInScope,
|
|
31592
31592
|
issue: null
|
|
31593
31593
|
})
|
|
31594
31594
|
);
|
|
@@ -31871,8 +31871,8 @@ ${qo}`, i.push(
|
|
|
31871
31871
|
);
|
|
31872
31872
|
b ? i.push(
|
|
31873
31873
|
new X({
|
|
31874
|
-
id: `${d.id}--${
|
|
31875
|
-
code:
|
|
31874
|
+
id: `${d.id}--${le.PropertyOverwritesOtherSiblingWithSameImplementation}`,
|
|
31875
|
+
code: le.PropertyOverwritesOtherSiblingWithSameImplementation,
|
|
31876
31876
|
severity: Z.Error,
|
|
31877
31877
|
message: `The property with id "${d.id}" is trying to implement the property with id "${d.implements}", but the parent entity already has a property with id '${b.id}' that implements the same base property.`,
|
|
31878
31878
|
issue: null
|
|
@@ -32769,8 +32769,8 @@ Or 'delete' and then 'post' actions to replace it.`,
|
|
|
32769
32769
|
} else
|
|
32770
32770
|
i.push(
|
|
32771
32771
|
new X({
|
|
32772
|
-
id: `${d.id}--${
|
|
32773
|
-
code:
|
|
32772
|
+
id: `${d.id}--${le.InvalidObjectStructure}`,
|
|
32773
|
+
code: le.InvalidObjectStructure,
|
|
32774
32774
|
severity: Z.Error,
|
|
32775
32775
|
message: `Entity of type "${d.type}" with id "${d.id}" is missing a 'parent' reference. The 'parent' of a literal value entity must be a reference to an entity of type 'input-map' or 'data-type'.`,
|
|
32776
32776
|
issue: null
|
|
@@ -32779,8 +32779,8 @@ Or 'delete' and then 'post' actions to replace it.`,
|
|
|
32779
32779
|
else
|
|
32780
32780
|
return i.push(
|
|
32781
32781
|
new X({
|
|
32782
|
-
id: `${d.id}--${
|
|
32783
|
-
code:
|
|
32782
|
+
id: `${d.id}--${le.InvalidObjectStructure}`,
|
|
32783
|
+
code: le.InvalidObjectStructure,
|
|
32784
32784
|
severity: Z.Error,
|
|
32785
32785
|
message: `Entity of type "${d.type}" with id "${d.id}" is missing a 'parent' reference. The 'parent' of a literal value entity must be a reference to an entity of type 'input-map' or 'data-type'.`,
|
|
32786
32786
|
issue: null
|
|
@@ -34061,8 +34061,8 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
|
|
|
34061
34061
|
})
|
|
34062
34062
|
), (i.readsValue || i.writesValue) && a.push(
|
|
34063
34063
|
new X({
|
|
34064
|
-
id: `${this.id}--${
|
|
34065
|
-
code:
|
|
34064
|
+
id: `${this.id}--${le.InvalidObjectStructure}`,
|
|
34065
|
+
code: le.InvalidObjectStructure,
|
|
34066
34066
|
severity: Z.Error,
|
|
34067
34067
|
message: `Entity of type '${this.type}' with id '${this.id}' is not a value reading or writing entity.
|
|
34068
34068
|
${DT}`,
|
|
@@ -35358,8 +35358,8 @@ const mt = class mt extends mr {
|
|
|
35358
35358
|
);
|
|
35359
35359
|
if (K && p.push(
|
|
35360
35360
|
new X({
|
|
35361
|
-
id: `${l.id}--${
|
|
35362
|
-
code:
|
|
35361
|
+
id: `${l.id}--${le.MethodOverwritesOtherSiblingWithSameImplementation}`,
|
|
35362
|
+
code: le.MethodOverwritesOtherSiblingWithSameImplementation,
|
|
35363
35363
|
severity: Z.Error,
|
|
35364
35364
|
message: `The '${f.FunctionDeclaration}' with id "${l.id}" is trying to implement the '${f.ActionDescriptor}' with id "${l.implements}", but the parent definition-entity already has a ${f.FunctionDeclaration} with id '${K.id}' that implements the same base method.
|
|
35365
35365
|
A ${f.FunctionDeclaration} that has a parent of type '${f.DefinitionEntity}' is considered a method of that entity, and cannot implement the same '${f.ActionDescriptor}' more than once.
|
|
@@ -35412,8 +35412,8 @@ If you want to modify the existing implementation, you can update the existing m
|
|
|
35412
35412
|
const P = v.body;
|
|
35413
35413
|
P && ((I = P.implements) == null ? void 0 : I.id) === l.implements && p.push(
|
|
35414
35414
|
new X({
|
|
35415
|
-
id: `${l.id}--${
|
|
35416
|
-
code:
|
|
35415
|
+
id: `${l.id}--${le.LoopBodyFunctionOverwrite}`,
|
|
35416
|
+
code: le.LoopBodyFunctionOverwrite,
|
|
35417
35417
|
severity: Z.Error,
|
|
35418
35418
|
message: `The '${f.FunctionDeclaration}' with id "${l.id}" is being added as the 'body' of the ${f.Loop} with id "${v.id}", but the loop already has a function-declaration body. A loop can only have one function-declaration body at a time. You can edit the existing body instead, but it will have to match the same base signature, otherwise the implementation will have a validation error.`,
|
|
35419
35419
|
issue: null
|
|
@@ -36415,7 +36415,7 @@ Please consider than any updates might affect the overlap with the signature of
|
|
|
36415
36415
|
), i == null || i.attemptAutoclose("clone-entity", this.id), w) : (i == null || i.attemptAutoclose("clone-entity", this.id), w);
|
|
36416
36416
|
}
|
|
36417
36417
|
getVariableInstances() {
|
|
36418
|
-
return
|
|
36418
|
+
return Jt(this).filter(
|
|
36419
36419
|
(l) => l.type === f.VariableInstance
|
|
36420
36420
|
);
|
|
36421
36421
|
}
|
|
@@ -36660,8 +36660,8 @@ function S0t(d, u) {
|
|
|
36660
36660
|
else
|
|
36661
36661
|
i.push(
|
|
36662
36662
|
new X({
|
|
36663
|
-
id: `${d.id}--${
|
|
36664
|
-
code:
|
|
36663
|
+
id: `${d.id}--${le.InvalidObjectStructure}`,
|
|
36664
|
+
code: le.InvalidObjectStructure,
|
|
36665
36665
|
severity: Z.Error,
|
|
36666
36666
|
message: `Entity of type "${d.type}" with id "${d.id}" is missing a 'parent' reference. The 'parent' of a 'data-type' entity must be a reference to an entity of type ${l}.`,
|
|
36667
36667
|
issue: null
|
|
@@ -37888,12 +37888,13 @@ Alternatively you can update the entity with 'update' action. Or replace it by f
|
|
|
37888
37888
|
return !!this.entity && (this.entity.type === f.DefinitionEntity || this.entity.type === f.BuiltInBaseEntity || this.entity.name === z.KeyValue) && !this.isList;
|
|
37889
37889
|
}
|
|
37890
37890
|
canBeObject() {
|
|
37891
|
+
var a;
|
|
37891
37892
|
let i = !1;
|
|
37892
37893
|
if (this.parent.type !== f.DataType) {
|
|
37893
|
-
const a = this.project.
|
|
37894
|
+
const l = (a = this.project.requestActiveDynamicValue(
|
|
37894
37895
|
this.parent
|
|
37895
|
-
);
|
|
37896
|
-
|
|
37896
|
+
)) == null ? void 0 : a.value;
|
|
37897
|
+
l ? !l.valueAsType && (l.value === "" || l.value === null || ir(l)) && (i = !0) : i = !0;
|
|
37897
37898
|
}
|
|
37898
37899
|
return (this.isObject() || !this.entity || this.entity.name === z.Untyped) && i;
|
|
37899
37900
|
}
|
|
@@ -39893,8 +39894,8 @@ const Tt = class Tt extends mr {
|
|
|
39893
39894
|
if (I.outputs.length)
|
|
39894
39895
|
p.push(
|
|
39895
39896
|
new X({
|
|
39896
|
-
id: `${l.id}--${
|
|
39897
|
-
code:
|
|
39897
|
+
id: `${l.id}--${le.NoOverlapWithImplementedSignature}`,
|
|
39898
|
+
code: le.NoOverlapWithImplementedSignature,
|
|
39898
39899
|
severity: Z.Error,
|
|
39899
39900
|
message: `Entity of type '${f.ReturnDeclaration}' with id '${l.id}' cannot be added to the parent entity of type '${I.type}' with id '${I.id}'. This '${I.type}' already has return declarations.
|
|
39900
39901
|
${m$}`,
|
|
@@ -39905,8 +39906,8 @@ ${m$}`,
|
|
|
39905
39906
|
const K = (b = (v = N[0]) == null ? void 0 : v.outputs[0]) == null ? void 0 : b.name;
|
|
39906
39907
|
K !== l.name && p.push(
|
|
39907
39908
|
new X({
|
|
39908
|
-
id: `${l.id}--${
|
|
39909
|
-
code:
|
|
39909
|
+
id: `${l.id}--${le.NoOverlapWithImplementedSignature}`,
|
|
39910
|
+
code: le.NoOverlapWithImplementedSignature,
|
|
39910
39911
|
severity: Z.Error,
|
|
39911
39912
|
message: `Entity of type '${f.ReturnDeclaration}' with id '${l.id}' cannot be added to the parent entity of type '${I.type}' with id '${I.id}'. This new 'return-declaration' doesn't have the same name "${K}" as the return declarations on the other statements in the same scope.
|
|
39912
39913
|
${m$}`,
|
|
@@ -39942,8 +39943,8 @@ ${m$}`,
|
|
|
39942
39943
|
)}.` : "The parent entity has all the returns it needs implemented.";
|
|
39943
39944
|
N ? k && p.push(
|
|
39944
39945
|
new X({
|
|
39945
|
-
id: `${l.id}--${
|
|
39946
|
-
code:
|
|
39946
|
+
id: `${l.id}--${le.NoOverlapWithImplementedSignature}`,
|
|
39947
|
+
code: le.NoOverlapWithImplementedSignature,
|
|
39947
39948
|
severity: Z.Error,
|
|
39948
39949
|
message: `Entity of type '${f.ReturnDeclaration}' with id '${l.id}' should not exist in a parent entity of type '${w.type}' with id '${w.id}' that implements a ${f.ActionDescriptor} with fixed outputs.
|
|
39949
39950
|
Adding a new return would make the implementation invalid. An return with the same name already exists in the parent entity.
|
|
@@ -39953,8 +39954,8 @@ ${te}`,
|
|
|
39953
39954
|
})
|
|
39954
39955
|
) : p.push(
|
|
39955
39956
|
new X({
|
|
39956
|
-
id: `${l.id}--${
|
|
39957
|
-
code:
|
|
39957
|
+
id: `${l.id}--${le.NoOverlapWithImplementedSignature}`,
|
|
39958
|
+
code: le.NoOverlapWithImplementedSignature,
|
|
39958
39959
|
severity: Z.Error,
|
|
39959
39960
|
message: `Entity of type '${f.ReturnDeclaration}' with id '${l.id}' should not exist in a parent entity of type '${w.type}' with id '${w.id}' that implements a ${f.ActionDescriptor} with fixed outputs.
|
|
39960
39961
|
Adding a new return would make the implementation invalid. There are no returns in the descriptor with the same name.
|
|
@@ -43410,8 +43411,8 @@ const BAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
43410
43411
|
), !i.implements)
|
|
43411
43412
|
p.push(
|
|
43412
43413
|
new X({
|
|
43413
|
-
id: `${i.id}--${
|
|
43414
|
-
code:
|
|
43414
|
+
id: `${i.id}--${le.InvalidObjectStructure}`,
|
|
43415
|
+
code: le.InvalidObjectStructure,
|
|
43415
43416
|
severity: Z.Error,
|
|
43416
43417
|
message: `Entity of type '${i.type}' with id '${i.id}' is missing the 'implements' property. This property is required for a '${i.type}' entity and must point to one of the built-in action descriptors reserved for 'global-event' entities.
|
|
43417
43418
|
${sT(
|
|
@@ -44313,7 +44314,7 @@ You can attach new logic to the existing 'global-event' but creating a new calla
|
|
|
44313
44314
|
), i == null || i.attemptAutoclose("clone-entity", this.id), P) : (i == null || i.attemptAutoclose("clone-entity", this.id), P);
|
|
44314
44315
|
}
|
|
44315
44316
|
getVariableInstances() {
|
|
44316
|
-
return
|
|
44317
|
+
return Jt(this).filter(
|
|
44317
44318
|
(l) => l.type === f.VariableInstance
|
|
44318
44319
|
);
|
|
44319
44320
|
}
|
|
@@ -46108,8 +46109,8 @@ ${nT(a)}`,
|
|
|
46108
46109
|
})
|
|
46109
46110
|
) : p.push(
|
|
46110
46111
|
new X({
|
|
46111
|
-
id: `${i.id}--${
|
|
46112
|
-
code:
|
|
46112
|
+
id: `${i.id}--${le.InvalidObjectStructure}`,
|
|
46113
|
+
code: le.InvalidObjectStructure,
|
|
46113
46114
|
severity: Z.Error,
|
|
46114
46115
|
message: `Entity of type '${i.type}' with id '${i.id}' is missing the 'declaration' property. This property is required for a '${i.type}' entity and must point to one of the built-in action descriptors reserved for '${f.Condition}' entities.
|
|
46115
46116
|
${nT(a)}`,
|
|
@@ -47375,7 +47376,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
47375
47376
|
)), i == null || i.attemptAutoclose("clone-entity", this.id), I;
|
|
47376
47377
|
}
|
|
47377
47378
|
getVariableInstances() {
|
|
47378
|
-
return this.body ?
|
|
47379
|
+
return this.body ? Jt(this.body).filter(
|
|
47379
47380
|
(l) => l.type === f.VariableInstance
|
|
47380
47381
|
) : [];
|
|
47381
47382
|
}
|
|
@@ -48189,13 +48190,13 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
48189
48190
|
if (S) {
|
|
48190
48191
|
const ie = ce.getDataType(i), ue = ((K = ie == null ? void 0 : ie.entity) == null ? void 0 : K.properties) || [];
|
|
48191
48192
|
(k = S.orChildrenGroup) == null || k.forEach((H) => {
|
|
48192
|
-
const { updated:
|
|
48193
|
+
const { updated: oe, removed: ve } = H.remove(
|
|
48193
48194
|
{
|
|
48194
48195
|
ignoreUpstream: !1
|
|
48195
48196
|
},
|
|
48196
48197
|
i
|
|
48197
48198
|
);
|
|
48198
|
-
a.push(...
|
|
48199
|
+
a.push(...oe), p.push(...ve);
|
|
48199
48200
|
}), ue.forEach((H) => {
|
|
48200
48201
|
if (!H.getDataType(i)) {
|
|
48201
48202
|
const ve = {
|
|
@@ -48853,9 +48854,9 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
48853
48854
|
const {
|
|
48854
48855
|
updated: ue,
|
|
48855
48856
|
added: H,
|
|
48856
|
-
removed:
|
|
48857
|
+
removed: oe
|
|
48857
48858
|
} = this.syncOutputMaps(i);
|
|
48858
|
-
return a.push(...ue), l.push(...H), p.push(...
|
|
48859
|
+
return a.push(...ue), l.push(...H), p.push(...oe), i == null || i.attemptAutoclose("sync-children", this.id), {
|
|
48859
48860
|
self: this,
|
|
48860
48861
|
updated: R(a),
|
|
48861
48862
|
added: R(l),
|
|
@@ -49118,8 +49119,8 @@ ${aT(a)}`,
|
|
|
49118
49119
|
})
|
|
49119
49120
|
) : p.push(
|
|
49120
49121
|
new X({
|
|
49121
|
-
id: `${i.id}--${
|
|
49122
|
-
code:
|
|
49122
|
+
id: `${i.id}--${le.InvalidObjectStructure}`,
|
|
49123
|
+
code: le.InvalidObjectStructure,
|
|
49123
49124
|
severity: Z.Error,
|
|
49124
49125
|
message: `Entity of type '${i.type}' with id '${i.id}' is missing the 'declaration' property. This property is required for a '${i.type}' entity and must point to one of the built-in action descriptors reserved for '${f.Condition}' entities.
|
|
49125
49126
|
${aT(a)}`,
|
|
@@ -50932,12 +50933,12 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
50932
50933
|
} = this.removeUnrecognizedOutputs(i);
|
|
50933
50934
|
l.push(...S), a.push(...ie), p.push(...ue), t.push(...H);
|
|
50934
50935
|
const {
|
|
50935
|
-
added:
|
|
50936
|
+
added: oe,
|
|
50936
50937
|
updated: ve,
|
|
50937
50938
|
removed: Pe,
|
|
50938
50939
|
affected: De
|
|
50939
50940
|
} = this.removeUnrecognizedInternalCalls(i);
|
|
50940
|
-
return l.push(...
|
|
50941
|
+
return l.push(...oe), a.push(...ve), p.push(...Pe), t.push(...De), this.captureVersion(), i == null || i.attemptAutoclose("after-all-children-initialized", this.id), {
|
|
50941
50942
|
updated: R(a),
|
|
50942
50943
|
added: R(l),
|
|
50943
50944
|
removed: R(p),
|
|
@@ -52998,12 +52999,12 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
52998
52999
|
} = this.removeUnrecognizedOutputs(i);
|
|
52999
53000
|
l.push(...S), a.push(...ie), p.push(...ue), t.push(...H);
|
|
53000
53001
|
const {
|
|
53001
|
-
added:
|
|
53002
|
+
added: oe,
|
|
53002
53003
|
updated: ve,
|
|
53003
53004
|
removed: Pe,
|
|
53004
53005
|
affected: De
|
|
53005
53006
|
} = this.removeUnrecognizedInternalCalls(i);
|
|
53006
|
-
return l.push(...
|
|
53007
|
+
return l.push(...oe), a.push(...ve), p.push(...Pe), t.push(...De), this.captureVersion(), i == null || i.attemptAutoclose("after-all-children-initialized", this.id), {
|
|
53007
53008
|
updated: R(a),
|
|
53008
53009
|
added: R(l),
|
|
53009
53010
|
removed: R(p),
|
|
@@ -53495,10 +53496,10 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
53495
53496
|
const {
|
|
53496
53497
|
updated: ue,
|
|
53497
53498
|
added: H,
|
|
53498
|
-
removed:
|
|
53499
|
+
removed: oe,
|
|
53499
53500
|
affected: ve
|
|
53500
53501
|
} = ie.syncInputs(i);
|
|
53501
|
-
a.push(...H), l.push(...ue), p.push(...
|
|
53502
|
+
a.push(...H), l.push(...ue), p.push(...oe), t.push(...ve);
|
|
53502
53503
|
const {
|
|
53503
53504
|
updated: Pe,
|
|
53504
53505
|
added: De,
|
|
@@ -56338,7 +56339,7 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
56338
56339
|
};
|
|
56339
56340
|
function a(l, p) {
|
|
56340
56341
|
p = p !== void 0 ? p : {};
|
|
56341
|
-
var t = {}, y = p.grammarSource, v = { start: ww }, b = ww, w = ";", I = ",", P = ".", N = "*", x = "=", K = ":", k = "[", W = "]", te = "<", ee = ">", ce = ":=", re = "||", ye = "&&", S = ">=", ie = "<=", ue = "<>", H = "!=",
|
|
56342
|
+
var t = {}, y = p.grammarSource, v = { start: ww }, b = ww, w = ";", I = ",", P = ".", N = "*", x = "=", K = ":", k = "[", W = "]", te = "<", ee = ">", ce = ":=", re = "||", ye = "&&", S = ">=", ie = "<=", ue = "<>", H = "!=", oe = "<=>", ve = "==", Pe = "||/", De = "|/", Ie = ">>", Re = "<<", Be = "!~~*", $e = "~~*", ze = "!~~", st = "~~", kt = "!~*", er = "~*", vr = "!~", Nr = "^@", Ur = "->>", Ti = "->", tn = "#>>", aa = "#>", rn = "@>", oi = "<@", Ns = "?|", oa = "?&", Wa = "#-", _A = "@?", ef = "@@", gA = "!", tf = "~", ml = "@", DA = "#", gm = "&", Dm = "|", Ha = "`", Cm = "?", $m = "/", Om = "%", vl = "^", El = "-", rf = "+", sf = "::", Qe = "(", tt = ")", CA = "=>", Ts = "$", $A = "``", OA = "]]", Ms = "_", Ya = `
|
|
56342
56343
|
`, xi = "'", tB = "E", nf = "U&", af = "''", sn = '"', of = '""', la = "'''", da = '"""', PA = "\\n", VA = "\\r", NA = "\\t", MA = "\\b", LA = "\\f", BA = "\\v", xA = "\\a", za = "\\", Pm = "x", rB = "u", iB = "U", UA = "\\%", jA = "\\_", GA = "\\0", FA = "\\Z", sB = "n", nB = "r", aB = "rb", oB = "br", ua = "$$", KA = "b", Tl = "0x", lf = "0b", kA = "0o", df = "/*", bs = "*/", qA = "--", ZA = `\r
|
|
56343
56344
|
`, lB = "abort", dB = "access", uB = "action", cB = "add", pB = "admin", fB = "after", hB = "against", yB = "all", mB = "alter", vB = "always", EB = "analyze", TB = "and", bB = "any", IB = "array", AB = "as", wB = "asc", RB = "assert", _B = "assignment", gB = "at", DB = "atomic", CB = "attach", $B = "attribute", OB = "authorization", PB = "auto_increment", VB = "autoextend_size", NB = "autoincrement", MB = "avg_row_length", LB = "before", BB = "begin", xB = "bernoulli", UB = "between", jB = "bi_capacity", GB = "bigdecimal", FB = "bigint", KB = "bignumeric", kB = "binary", qB = "bit", ZB = "blob", SB = "bool", JB = "boolean", WB = "breadth", HB = "break", YB = "by", zB = "bypassrls", XB = "byteint", QB = "bytes", ex = "cache", tx = "call", rx = "called", ix = "capacity", sx = "cascade", nx = "cascaded", ax = "case", ox = "cast", lx = "century", dx = "chain", ux = "char", cx = "character", px = "check", fx = "checksum", hx = "clone", yx = "cluster", mx = "collate", vx = "column", Ex = "column_format", Tx = "columns", bx = "comment", Ix = "comments", Ax = "commit", wx = "committed", Rx = "compact", _x = "compressed", gx = "compression", Dx = "concurrently", Cx = "conflict", $x = "connect", Ox = "connection", Px = "constraint", Vx = "constraints", Nx = "continue", Mx = "copy", Lx = "cost", Bx = "create", xx = "createdb", Ux = "createrole", jx = "cross", Gx = "cube", Fx = "cume_dist", Kx = "current", kx = "current_catalog", qx = "current_date", Zx = "current_datetime", Sx = "current_role", Jx = "current_schema", Wx = "current_time", Hx = "current_timestamp", Yx = "current_user", zx = "cycle", Xx = "data", Qx = "database", e3 = "date", t3 = "datetime", r3 = "day", i3 = "day_hour", s3 = "day_microsecond", n3 = "day_minute", a3 = "day_second", o3 = "dayofweek", l3 = "dayofyear", d3 = "dec", u3 = "decade", c3 = "decimal", p3 = "declare", f3 = "default", h3 = "defaults", y3 = "deferrable", m3 = "deferred", v3 = "definer", E3 = "delay_key_write", T3 = "delayed", b3 = "delete", I3 = "dense_rank", A3 = "depends", w3 = "depth", R3 = "desc", _3 = "describe", g3 = "detach", D3 = "deterministic", C3 = "directory", $3 = "disable", O3 = "disk", P3 = "distinct", V3 = "distinctrow", N3 = "div", M3 = "do", L3 = "domain", B3 = "double", x3 = "dow", U3 = "doy", j3 = "drop", G3 = "dual", F3 = "dumpfile", K3 = "duplicate", k3 = "dynamic", q3 = "each", Z3 = "else", S3 = "elseif", J3 = "enable", W3 = "enclosed", H3 = "encrypted", Y3 = "encryption", z3 = "end", X3 = "enforced", Q3 = "engine", eU = "engine_attribute", tU = "enum", rU = "epoch", iU = "error", sU = "escape", nU = "escaped", aU = "examined", oU = "except", lU = "exception", dU = "exclude", uU = "excluding", cU = "exclusive", pU = "execute", fU = "exists", hU = "expansion", yU = "explain", mU = "export", vU = "expression", EU = "extended", TU = "extension", bU = "external", IU = "extract", AU = "fail", wU = "false", RU = "fetch", _U = "fields", gU = "files", DU = "filter", CU = "first", $U = "first_value", OU = "fixed", PU = "float", VU = "float64", NU = "following", MU = "for", LU = "force", BU = "foreign", xU = "format", UU = "friday", jU = "from", GU = "full", FU = "fulltext", KU = "function", kU = "functions", qU = "generated", ZU = "geography", SU = "glob", JU = "global", WU = "grant", HU = "granted", YU = "group", zU = "grouping", XU = "groups", QU = "hash", ej = "having", tj = "high_priority", rj = "hour", ij = "hour_microsecond", sj = "hour_minute", nj = "hour_second", aj = "identity", oj = "if", lj = "ignore", dj = "ilike", uj = "immediate", cj = "immutable", pj = "in", fj = "include", hj = "including", yj = "increment", mj = "index", vj = "indexed", Ej = "indexes", Tj = "inherit", bj = "inherits", Ij = "initially", Aj = "inner", wj = "inout", Rj = "input", _j = "insert", gj = "insert_method", Dj = "instead", Cj = "int", $j = "int64", Oj = "integer", Pj = "intersect", Vj = "interval", Nj = "into", Mj = "invisible", Lj = "invoker", Bj = "is", xj = "isnull", Uj = "isodow", jj = "isolation", Gj = "isoweek", Fj = "isoyear", Kj = "iterate", kj = "join", qj = "json", Zj = "jsonb", Sj = "julian", Jj = "key", Wj = "key_block_size", Hj = "lag", Yj = "language", zj = "large", Xj = "last", Qj = "last_value", e6 = "lateral", t6 = "lead", r6 = "leakproof", i6 = "leave", s6 = "left", n6 = "level", a6 = "like", o6 = "limit", l6 = "lines", d6 = "list", u6 = "load", c6 = "local", p6 = "localtime", f6 = "localtimestamp", h6 = "lock", y6 = "locked", m6 = "logged", v6 = "login", E6 = "longblob", T6 = "longtext", b6 = "loop", I6 = "low_priority", A6 = "main", w6 = "maintain", R6 = "match", _6 = "matched", g6 = "materialized", D6 = "max", C6 = "max_rows", $6 = "maxvalue", O6 = "mediumblob", P6 = "mediumint", V6 = "mediumtext", N6 = "member", M6 = "memory", L6 = "merge", B6 = "message", x6 = "method", U6 = "microsecond", j6 = "microseconds", G6 = "millennium", F6 = "millisecond", K6 = "milliseconds", k6 = "min", q6 = "min_rows", Z6 = "minute", S6 = "minute_microsecond", J6 = "minute_second", W6 = "minvalue", H6 = "mod", Y6 = "mode", z6 = "modulus", X6 = "monday", Q6 = "month", e5 = "native", t5 = "natural", r5 = "nchar", i5 = "new", s5 = "next", n5 = "nfc", a5 = "nfd", o5 = "nfkc", l5 = "nfkd", d5 = "no", u5 = "nobypassrls", c5 = "nocreatedb", p5 = "nocreaterole", f5 = "noinherit", h5 = "nologin", y5 = "none", m5 = "noreplication", v5 = "normalized", E5 = "nosuperuser", T5 = "not", b5 = "nothing", I5 = "notnull", A5 = "nowait", w5 = "nth_value", R5 = "ntile", _5 = "null", g5 = "nulls", D5 = "numeric", C5 = "nvarchar", $5 = "object", O5 = "of", P5 = "offset", V5 = "oids", N5 = "old", M5 = "on", L5 = "only", B5 = "operator", x5 = "option", U5 = "optionally", j5 = "options", G5 = "or", F5 = "order", K5 = "ordinal", k5 = "ordinality", q5 = "organization", Z5 = "others", S5 = "out", J5 = "outer", W5 = "outfile", H5 = "over", Y5 = "overriding", z5 = "overwrite", X5 = "owned", Q5 = "owner", eG = "pack_keys", tG = "parallel", rG = "parameter", iG = "partial", sG = "partition", nG = "password", aG = "percent", oG = "percent_rank", lG = "permissive", dG = "pivot", uG = "plain", cG = "plan", pG = "policies", fG = "policy", hG = "pragma", yG = "preceding", mG = "precision", vG = "preserve", EG = "primary", TG = "privileges", bG = "procedure", IG = "procedures", AG = "project", wG = "public", RG = "qualify", _G = "quarter", gG = "query", DG = "quick", CG = "raise", $G = "range", OG = "rank", PG = "read", VG = "real", NG = "recursive", MG = "redundant", LG = "references", BG = "referencing", xG = "refresh", UG = "regexp", jG = "reindex", GG = "release", FG = "remainder", KG = "remote", kG = "rename", qG = "repeat", ZG = "repeatable", SG = "replace", JG = "replica", WG = "replication", HG = "reservation", YG = "reset", zG = "respect", XG = "restart", QG = "restrict", eF = "restricted", tF = "restrictive", rF = "return", iF = "returning", sF = "returns", nF = "revoke", aF = "right", oF = "rlike", lF = "role", dF = "rollback", uF = "rollup", cF = "routine", pF = "routines", fF = "row", hF = "row_format", yF = "row_number", mF = "rowid", vF = "rows", EF = "rule", TF = "safe", bF = "safe_cast", IF = "safe_offset", AF = "safe_ordinal", wF = "saturday", RF = "savepoint", _F = "schema", gF = "search", DF = "second", CF = "second_microsecond", $F = "secondary_engine_attribute", OF = "security", PF = "select", VF = "sequence", NF = "sequences", MF = "serializable", LF = "server", BF = "session", xF = "session_user", UF = "set", jF = "sets", GF = "share", FF = "similar", KF = "simple", kF = "skip", qF = "smallint", ZF = "snapshot", SF = "some", JF = "sounds", WF = "source", HF = "spatial", YF = "sql_big_result", zF = "sql_buffer_result", XF = "sql_cache", QF = "sql_calc_found_rows", eK = "sql_no_cache", tK = "sql_small_result", rK = "stable", iK = "start", sK = "starting", nK = "statement", aK = "statistics", oK = "stats_auto_recalc", lK = "stats_persistent", dK = "stats_sample_pages", uK = "storage", cK = "stored", pK = "straight_join", fK = "strict", hK = "string", yK = "struct", mK = "sunday", vK = "superuser", EK = "support", TK = "symmetric", bK = "sysid", IK = "system", AK = "system_time", wK = "system_user", RK = "table", _K = "tables", gK = "tablesample", DK = "tablespace", CK = "target", $K = "temp", OK = "temporary", PK = "terminated", VK = "text", NK = "then", MK = "thursday", LK = "ties", BK = "time", xK = "timestamp", UK = "timezone", jK = "timezone_hour", GK = "timezone_minute", FK = "tinyblob", KK = "tinyint", kK = "tinytext", qK = "to", ZK = "transaction", SK = "transform", JK = "trigger", WK = "true", HK = "truncate", YK = "tuesday", zK = "type", XK = "uescape", QK = "unbounded", e7 = "uncommitted", t7 = "union", r7 = "unique", i7 = "unknown", s7 = "unlogged", n7 = "unnest", a7 = "unpivot", o7 = "unsafe", l7 = "until", d7 = "update", u7 = "usage", c7 = "user", p7 = "using", f7 = "vacuum", h7 = "valid", y7 = "validate", m7 = "value", v7 = "values", E7 = "varbinary", T7 = "varchar", b7 = "variadic", I7 = "varying", A7 = "vector", w7 = "verbose", R7 = "view", _7 = "virtual", g7 = "visible", D7 = "volatile", C7 = "wednesday", $7 = "week", O7 = "when", P7 = "where", V7 = "while", N7 = "window", M7 = "with", L7 = "without", B7 = "work", x7 = "wrapper", U7 = "write", j7 = "xor", G7 = "year", F7 = "year_month", K7 = "zone", SA = /^[\-+*\/<>=~!@#%\^&|`?]/, JA = /^[^`]/, WA = /^[^`\\]/, HA = /^[^.`]/, YA = /^[^\]]/, k7 = /^[A-Za-z_]/, q7 = /^[A-Za-z_\x80-\uFFFF]/, bl = /^[^'\\]/, Il = /^[^']/, Al = /^[^"]/, wl = /^[^"\\]/, bi = /^[0-7]/, nn = /^[01]/, Z7 = /^[eE]/, S7 = /^[+\-]/, J7 = /^[0-9]/, W7 = /^[0-9a-fA-F]/, zA = /^[ \t]/, H7 = /^[\n\r]/, XA = /^[^;]/, Rl = B(";", !1), li = LCe(), Te = B(",", !1), Ls = B(".", !1), tu = B("*", !1), Ii = B("=", !1), Xa = B(":", !1), ru = B("[", !1), iu = B("]", !1), uf = B("<", !1), cf = B(">", !1), QA = B(":=", !1), su = B("||", !1), ew = B("&&", !1), Vm = B(">=", !1), Nm = B("<=", !1), Mm = B("<>", !1), Lm = B("!=", !1), Y7 = B("<=>", !1), z7 = B("==", !1), X7 = B("||/", !1), Q7 = B("|/", !1), Bm = B(">>", !1), xm = B("<<", !1), e9 = B("!~~*", !1), t9 = B("~~*", !1), r9 = B("!~~", !1), i9 = B("~~", !1), s9 = B("!~*", !1), n9 = B("~*", !1), a9 = B("!~", !1), o9 = B("^@", !1), tw = B("->>", !1), rw = B("->", !1), l9 = B("#>>", !1), d9 = B("#>", !1), u9 = B("@>", !1), c9 = B("<@", !1), p9 = B("?|", !1), f9 = B("?&", !1), h9 = B("#-", !1), y9 = B("@?", !1), iw = B("@@", !1), sw = B("!", !1), pf = B("~", !1), _l = B("@", !1), nw = B("#", !1), Um = B("&", !1), jm = B("|", !1), Qa = B("`", !1), Gm = B("?", !1), aw = qr(["-", "+", "*", "/", "<", ">", "=", "~", "!", "@", "#", "%", "^", "&", "|", "`", "?"], !1, !1), Fm = B("/", !1), Km = B("%", !1), gl = B("^", !1), Dl = B("-", !1), ff = B("+", !1), ow = B("::", !1), et = B("(", !1), rt = B(")", !1), m9 = B("=>", !1), Is = B("$", !1), v9 = Tf("identifier"), lw = qr(["`"], !0, !1), E9 = B("``", !1), dw = qr(["`", "\\"], !0, !1), uw = qr([".", "`"], !0, !1), cw = qr(["]"], !0, !1), T9 = B("]]", !1), b9 = qr([["A", "Z"], ["a", "z"], "_"], !1, !1), I9 = qr([["A", "Z"], ["a", "z"], "_", ["", ""]], !1, !1), A9 = Tf("string"), Bs = B("_", !1), eo = B(`
|
|
56344
56345
|
`, !1), Ui = B("'", !1), Cl = qr(["'", "\\"], !0, !1), w9 = B("E", !1), pw = B("U&", !1), $l = qr(["'"], !0, !1), fw = B("''", !1), an = B('"', !1), Ol = qr(['"'], !0, !1), hw = B('""', !1), Pl = qr(['"', "\\"], !0, !1), hf = B("'''", !1), yf = B('"""', !1), R9 = B("\\n", !1), _9 = B("\\r", !1), g9 = B("\\t", !1), D9 = B("\\b", !1), C9 = B("\\f", !1), $9 = B("\\v", !1), O9 = B("\\a", !1), to = B("\\", !1), Ai = qr([["0", "7"]], !1, !1), P9 = B("x", !1), V9 = B("x", !0), N9 = B("u", !1), M9 = B("U", !1), L9 = B("\\%", !1), B9 = B("\\_", !1), x9 = B("\\0", !1), U9 = B("\\Z", !1), j9 = B("N", !0), G9 = B("R", !0), F9 = B("RB", !0), K9 = B("BR", !0), mf = B("$$", !1), k9 = B("B", !0), q9 = B("X", !0), Z9 = B("b", !0), on = qr(["0", "1"], !1, !1), S9 = Tf("number"), km = B("0x", !1), yw = B("0b", !1), J9 = B("0o", !1), W9 = qr(["e", "E"], !1, !1), H9 = qr(["+", "-"], !1, !1), Y9 = qr([["0", "9"]], !1, !1), z9 = qr([["0", "9"], ["a", "f"], ["A", "F"]], !1, !1), X9 = Tf("whitespace"), mw = B("/*", !1), Vl = B("*/", !1), Q9 = B("--", !1), vw = qr([" ", " "], !1, !1), e8 = B(`\r
|
|
@@ -57923,7 +57924,7 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
57923
57924
|
// @ts-ignore
|
|
57924
57925
|
clauses: Y.map($.read)
|
|
57925
57926
|
});
|
|
57926
|
-
}, kre = function(e, n, s, o, c, h, E, _, j, Y,
|
|
57927
|
+
}, kre = function(e, n, s, o, c, h, E, _, j, Y, de) {
|
|
57927
57928
|
return (0, g.loc)({
|
|
57928
57929
|
// @ts-ignore
|
|
57929
57930
|
type: "create_index_stmt",
|
|
@@ -57948,7 +57949,7 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
57948
57949
|
// @ts-ignore
|
|
57949
57950
|
columns: Y,
|
|
57950
57951
|
// @ts-ignore
|
|
57951
|
-
clauses:
|
|
57952
|
+
clauses: de.map($.read)
|
|
57952
57953
|
});
|
|
57953
57954
|
}, qre = function(e) {
|
|
57954
57955
|
return e;
|
|
@@ -58070,7 +58071,7 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
58070
58071
|
return (0, g.loc)({ type: "reindex_option_tablespace", tablespaceKw: (0, $.read)(e), name: n });
|
|
58071
58072
|
}, uie = function(e, n) {
|
|
58072
58073
|
return (0, g.loc)({ type: "reindex_option_verbose", verboseKw: e, value: (0, $.read)(n) });
|
|
58073
|
-
}, cie = function(e, n, s, o, c, h, E, _, j, Y,
|
|
58074
|
+
}, cie = function(e, n, s, o, c, h, E, _, j, Y, de) {
|
|
58074
58075
|
return (0, g.loc)({
|
|
58075
58076
|
// @ts-ignore
|
|
58076
58077
|
type: "create_table_stmt",
|
|
@@ -58095,7 +58096,7 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
58095
58096
|
// @ts-ignore
|
|
58096
58097
|
options: (0, $.read)(Y),
|
|
58097
58098
|
// @ts-ignore
|
|
58098
|
-
clauses:
|
|
58099
|
+
clauses: de.map($.read)
|
|
58099
58100
|
});
|
|
58100
58101
|
}, pie = function(e) {
|
|
58101
58102
|
return (0, g.loc)({ type: "relation_kind", kindKw: e });
|
|
@@ -59027,7 +59028,7 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
59027
59028
|
// @ts-ignore
|
|
59028
59029
|
to: s
|
|
59029
59030
|
});
|
|
59030
|
-
}, Lne = function(e, n, s, o, c, h, E, _, j, Y,
|
|
59031
|
+
}, Lne = function(e, n, s, o, c, h, E, _, j, Y, de) {
|
|
59031
59032
|
return (0, g.loc)({
|
|
59032
59033
|
// @ts-ignore
|
|
59033
59034
|
type: "create_trigger_stmt",
|
|
@@ -59052,7 +59053,7 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
59052
59053
|
// @ts-ignore
|
|
59053
59054
|
clauses: Y.map($.read),
|
|
59054
59055
|
// @ts-ignore
|
|
59055
|
-
body:
|
|
59056
|
+
body: de
|
|
59056
59057
|
});
|
|
59057
59058
|
}, Bne = function(e) {
|
|
59058
59059
|
return (0, g.loc)({ type: "relation_kind", kindKw: e });
|
|
@@ -64731,8 +64732,8 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
64731
64732
|
return e = r, n = r, s = yD(), s !== t ? (o = T(), s = [s, o], n = s) : (r = n, n = t), n !== t ? (s = kn(), s !== t ? (A = e, e = Pee(n, s)) : (r = e, e = t)) : (r = e, e = t), e;
|
|
64732
64733
|
}
|
|
64733
64734
|
function Kw() {
|
|
64734
|
-
var e, n, s, o, c, h, E, _, j, Y,
|
|
64735
|
-
return e = r, n = r, m++, s = Ae(), m--, s !== t ? (r = n, n = void 0) : n = t, n !== t ? (s = T(), o = r, c = rs(), c !== t ? (h = T(), E = OD(), E !== t ? (_ = T(), j = cr(), j !== t ? (Y = T(),
|
|
64735
|
+
var e, n, s, o, c, h, E, _, j, Y, de, we;
|
|
64736
|
+
return e = r, n = r, m++, s = Ae(), m--, s !== t ? (r = n, n = void 0) : n = t, n !== t ? (s = T(), o = r, c = rs(), c !== t ? (h = T(), E = OD(), E !== t ? (_ = T(), j = cr(), j !== t ? (Y = T(), de = Ds(), de !== t ? (we = T(), c = [c, h, E, _, j, Y, de, we], o = c) : (r = o, o = t)) : (r = o, o = t)) : (r = o, o = t)) : (r = o, o = t), o !== t ? (c = Fe(), c !== t ? (A = e, e = Vee(s, o, c)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e;
|
|
64736
64737
|
}
|
|
64737
64738
|
function Gn() {
|
|
64738
64739
|
var e, n, s, o, c;
|
|
@@ -64961,12 +64962,12 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
64961
64962
|
return e = r, n = r, s = $Ue(), s !== t ? (o = T(), c = Lr(), c !== t ? (h = T(), E = NE(), E !== t ? (_ = T(), j = Ph(), j !== t ? (s = [s, o, c, h, E, _, j], n = s) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t), n !== t && (A = e, n = Lte(n)), e = n, e;
|
|
64962
64963
|
}
|
|
64963
64964
|
function Hw() {
|
|
64964
|
-
var e, n, s, o, c, h, E, _, j, Y,
|
|
64965
|
+
var e, n, s, o, c, h, E, _, j, Y, de;
|
|
64965
64966
|
if (e = r, n = r, s = au(), s !== t ? (o = T(), s = [s, o], n = s) : (r = n, n = t), n === t && (n = null), s = eOe(), s !== t)
|
|
64966
64967
|
if (o = r, c = T(), h = zw(), h !== t ? (c = [c, h], o = c) : (r = o, o = t), o === t && (o = null), c = r, h = T(), E = rOe(), E !== t ? (h = [h, E], c = h) : (r = c, c = t), c !== t) {
|
|
64967
|
-
for (h = r, E = T(), _ = lOe(), _ !== t ? (E = [E, _], h = E) : (r = h, h = t), h === t && (h = null), E = r, _ = T(), j = dOe(), j !== t ? (_ = [_, j], E = _) : (r = E, E = t), E === t && (E = null), _ = [], j = r, Y = T(),
|
|
64968
|
-
_.push(j), j = r, Y = T(),
|
|
64969
|
-
j = r, Y = T(),
|
|
64968
|
+
for (h = r, E = T(), _ = lOe(), _ !== t ? (E = [E, _], h = E) : (r = h, h = t), h === t && (h = null), E = r, _ = T(), j = dOe(), j !== t ? (_ = [_, j], E = _) : (r = E, E = t), E === t && (E = null), _ = [], j = r, Y = T(), de = e1(), de !== t ? (Y = [Y, de], j = Y) : (r = j, j = t); j !== t; )
|
|
64969
|
+
_.push(j), j = r, Y = T(), de = e1(), de !== t ? (Y = [Y, de], j = Y) : (r = j, j = t);
|
|
64970
|
+
j = r, Y = T(), de = f0(), de !== t ? (Y = [Y, de], j = Y) : (r = j, j = t), j === t && (j = null), A = e, e = Bte(n, s, o, c, h, E, _, j);
|
|
64970
64971
|
} else
|
|
64971
64972
|
r = e, e = t;
|
|
64972
64973
|
else
|
|
@@ -65056,8 +65057,8 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
65056
65057
|
return e = r, n = r, m++, s = _e(), m--, s !== t ? (r = n, n = void 0) : n = t, n !== t ? (s = r, o = cr(), o !== t ? (c = T(), o = [o, c], s = o) : (r = s, s = t), s !== t ? (o = Ee(), o !== t ? (c = r, h = T(), E = oo(), E !== t ? (h = [h, E], c = h) : (r = c, c = t), c === t && (c = null), A = e, e = rre(s, o, c)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e;
|
|
65057
65058
|
}
|
|
65058
65059
|
function dOe() {
|
|
65059
|
-
var e, n, s, o, c, h, E, _, j, Y,
|
|
65060
|
-
return e = r, n = r, m++, s = _e(), m--, s !== t ? (r = n, n = void 0) : n = t, n !== t ? (s = r, o = ar(), o !== t ? (c = T(), h = v3e(), h !== t ? (E = T(), _ = Fs(), _ !== t ? (j = T(), Y = Ks(), Y !== t ? (
|
|
65060
|
+
var e, n, s, o, c, h, E, _, j, Y, de;
|
|
65061
|
+
return e = r, n = r, m++, s = _e(), m--, s !== t ? (r = n, n = void 0) : n = t, n !== t ? (s = r, o = ar(), o !== t ? (c = T(), h = v3e(), h !== t ? (E = T(), _ = Fs(), _ !== t ? (j = T(), Y = Ks(), Y !== t ? (de = T(), o = [o, c, h, E, _, j, Y, de], s = o) : (r = s, s = t)) : (r = s, s = t)) : (r = s, s = t)) : (r = s, s = t), s !== t ? (o = T_(), o !== t ? (A = e, e = ire(s, o)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e;
|
|
65061
65062
|
}
|
|
65062
65063
|
function t1() {
|
|
65063
65064
|
var e, n, s, o, c, h, E, _;
|
|
@@ -65184,15 +65185,15 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
65184
65185
|
return e = r, n = Cs(), n !== t ? (s = r, m++, o = Ae(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = gre(n)) : (r = e, e = t)) : (r = e, e = t), e;
|
|
65185
65186
|
}
|
|
65186
65187
|
function o1() {
|
|
65187
|
-
var e, n, s, o, c, h, E, _, j, Y,
|
|
65188
|
+
var e, n, s, o, c, h, E, _, j, Y, de, we;
|
|
65188
65189
|
if (e = r, n = ci(), n !== t) {
|
|
65189
65190
|
for (s = r, o = T(), c = Ri(), c !== t ? (h = T(), E = ss(), E !== t ? (o = [o, c, h, E], s = o) : (r = s, s = t)) : (r = s, s = t), s === t && (s = null), o = [], c = r, h = T(), E = Df(), E !== t ? (h = [h, E], c = h) : (r = c, c = t); c !== t; )
|
|
65190
65191
|
o.push(c), c = r, h = T(), E = Df(), E !== t ? (h = [h, E], c = h) : (r = c, c = t);
|
|
65191
65192
|
if (c = r, h = T(), E = Fu(), E !== t ? (h = [h, E], c = h) : (r = c, c = t), c !== t)
|
|
65192
65193
|
if (h = r, E = T(), _ = Xi(), _ !== t ? (E = [E, _], h = E) : (r = h, h = t), h === t && (h = null), E = r, _ = T(), j = Ve(), j !== t ? (_ = [_, j], E = _) : (r = E, E = t), E !== t) {
|
|
65193
|
-
if (_ = r, j = T(), Y = aLe(), Y !== t ? (j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = null), j = [], Y = r,
|
|
65194
|
+
if (_ = r, j = T(), Y = aLe(), Y !== t ? (j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = null), j = [], Y = r, de = T(), we = l1(), we !== t ? (de = [de, we], Y = de) : (r = Y, Y = t), Y !== t)
|
|
65194
65195
|
for (; Y !== t; )
|
|
65195
|
-
j.push(Y), Y = r,
|
|
65196
|
+
j.push(Y), Y = r, de = T(), we = l1(), we !== t ? (de = [de, we], Y = de) : (r = Y, Y = t);
|
|
65196
65197
|
else
|
|
65197
65198
|
j = t;
|
|
65198
65199
|
j !== t ? (A = e, e = Dre(n, s, o, c, h, E, _, j)) : (r = e, e = t);
|
|
@@ -65268,16 +65269,16 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
65268
65269
|
return e;
|
|
65269
65270
|
}
|
|
65270
65271
|
function d1() {
|
|
65271
|
-
var e, n, s, o, c, h, E, _, j, Y,
|
|
65272
|
+
var e, n, s, o, c, h, E, _, j, Y, de, we, Me, ct, br, nd;
|
|
65272
65273
|
if (e = r, n = r, m++, s = _e(), m--, s !== t ? (r = n, n = void 0) : n = t, n === t && (n = r, m++, s = Ke(), m--, s !== t ? (r = n, n = void 0) : n = t, n === t && (n = r, m++, s = Ae(), m--, s !== t ? (r = n, n = void 0) : n = t)), n !== t)
|
|
65273
65274
|
if (s = r, o = ci(), o !== t ? (c = T(), o = [o, c], s = o) : (r = s, s = t), s !== t)
|
|
65274
65275
|
if (o = r, c = Ri(), c !== t ? (h = T(), E = ss(), E !== t ? (_ = T(), c = [c, h, E, _], o = c) : (r = o, o = t)) : (r = o, o = t), o === t && (o = null), c = r, h = u1(), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c === t && (c = null), h = r, E = Ki(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h !== t)
|
|
65275
|
-
if (E = r, _ = Xi(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E === t && (E = null), _ = r, j = Ve(), j !== t ? (Y = T(), j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = null), j = r, Y = ar(), Y !== t ? (
|
|
65276
|
-
if (Y = r,
|
|
65277
|
-
if (
|
|
65276
|
+
if (E = r, _ = Xi(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E === t && (E = null), _ = r, j = Ve(), j !== t ? (Y = T(), j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = null), j = r, Y = ar(), Y !== t ? (de = T(), Y = [Y, de], j = Y) : (r = j, j = t), j !== t)
|
|
65277
|
+
if (Y = r, de = Ve(), de !== t ? (we = T(), de = [de, we], Y = de) : (r = Y, Y = t), Y !== t)
|
|
65278
|
+
if (de = Tu(), de === t && (de = fLe()), de !== t) {
|
|
65278
65279
|
for (we = [], Me = r, ct = T(), br = Cf(), br !== t ? (ct = [ct, br], Me = ct) : (r = Me, Me = t); Me !== t; )
|
|
65279
65280
|
we.push(Me), Me = r, ct = T(), br = Cf(), br !== t ? (ct = [ct, br], Me = ct) : (r = Me, Me = t);
|
|
65280
|
-
A = e, e = Kre(s, o, c, h, E, _, j, Y,
|
|
65281
|
+
A = e, e = Kre(s, o, c, h, E, _, j, Y, de, we);
|
|
65281
65282
|
} else
|
|
65282
65283
|
r = e, e = t;
|
|
65283
65284
|
else
|
|
@@ -65294,12 +65295,12 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
65294
65295
|
if (e = r, n = r, m++, s = pe(), m--, s !== t ? (r = n, n = void 0) : n = t, n !== t)
|
|
65295
65296
|
if (s = r, o = ci(), o !== t ? (c = T(), o = [o, c], s = o) : (r = s, s = t), s !== t)
|
|
65296
65297
|
if (o = r, c = u1(), c !== t ? (h = T(), c = [c, h], o = c) : (r = o, o = t), o === t && (o = null), c = r, h = Ki(), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c !== t)
|
|
65297
|
-
if (h = r, E = $u(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h === t && (h = null), E = r, _ = Xi(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E === t && (E = null), _ = r, j = Ve(), j !== t ? (Y = T(), j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = null), j = r, Y = ar(), Y !== t ? (
|
|
65298
|
-
if (Y = r,
|
|
65299
|
-
if (
|
|
65298
|
+
if (h = r, E = $u(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h === t && (h = null), E = r, _ = Xi(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E === t && (E = null), _ = r, j = Ve(), j !== t ? (Y = T(), j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = null), j = r, Y = ar(), Y !== t ? (de = T(), Y = [Y, de], j = Y) : (r = j, j = t), j !== t)
|
|
65299
|
+
if (Y = r, de = xw(), de === t && (de = Ve()), de !== t ? (we = T(), de = [de, we], Y = de) : (r = Y, Y = t), Y !== t)
|
|
65300
|
+
if (de = r, we = $f(), we !== t ? (Me = T(), we = [we, Me], de = we) : (r = de, de = t), de === t && (de = null), we = Tu(), we !== t) {
|
|
65300
65301
|
for (Me = [], ct = r, br = T(), nd = Cf(), nd !== t ? (br = [br, nd], ct = br) : (r = ct, ct = t); ct !== t; )
|
|
65301
65302
|
Me.push(ct), ct = r, br = T(), nd = Cf(), nd !== t ? (br = [br, nd], ct = br) : (r = ct, ct = t);
|
|
65302
|
-
A = e, e = kre(s, o, c, h, E, _, j, Y,
|
|
65303
|
+
A = e, e = kre(s, o, c, h, E, _, j, Y, de, we, Me);
|
|
65303
65304
|
} else
|
|
65304
65305
|
r = e, e = t;
|
|
65305
65306
|
else
|
|
@@ -65375,13 +65376,13 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
65375
65376
|
return e = r, n = O5e(), n !== t ? (s = r, o = T(), c = nh(), c !== t ? (o = [o, c], s = o) : (r = s, s = t), s === t && (s = null), A = e, e = uie(n, s)) : (r = e, e = t), e;
|
|
65376
65377
|
}
|
|
65377
65378
|
function p1() {
|
|
65378
|
-
var e, n, s, o, c, h, E, _, j, Y,
|
|
65379
|
+
var e, n, s, o, c, h, E, _, j, Y, de, we, Me, ct, br;
|
|
65379
65380
|
if (e = r, n = ci(), n !== t)
|
|
65380
65381
|
if (s = r, o = T(), c = Ri(), c !== t ? (h = T(), E = ss(), E !== t ? (o = [o, c, h, E], s = o) : (r = s, s = t)) : (r = s, s = t), s === t && (s = null), o = r, c = T(), h = w0(), h !== t ? (c = [c, h], o = c) : (r = o, o = t), o === t && (o = null), c = r, h = T(), E = zr(), E !== t ? (h = [h, E], c = h) : (r = c, c = t), c !== t)
|
|
65381
65382
|
if (h = r, E = T(), _ = Xi(), _ !== t ? (E = [E, _], h = E) : (r = h, h = t), h === t && (h = null), E = r, _ = T(), j = Ve(), j !== t ? (_ = [_, j], E = _) : (r = E, E = t), E !== t) {
|
|
65382
|
-
for (_ = r, j = T(), Y = FOe(), Y !== t ? (j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = null), j = r, Y = T(),
|
|
65383
|
+
for (_ = r, j = T(), Y = FOe(), Y !== t ? (j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = null), j = r, Y = T(), de = KOe(), de !== t ? (Y = [Y, de], j = Y) : (r = j, j = t), j === t && (j = null), Y = r, de = T(), we = HMe(), we !== t ? (de = [de, we], Y = de) : (r = Y, Y = t), Y === t && (Y = null), de = r, we = T(), Me = K2e(), Me !== t ? (we = [we, Me], de = we) : (r = de, de = t), de === t && (de = null), we = [], Me = r, ct = T(), br = f1(), br !== t ? (ct = [ct, br], Me = ct) : (r = Me, Me = t); Me !== t; )
|
|
65383
65384
|
we.push(Me), Me = r, ct = T(), br = f1(), br !== t ? (ct = [ct, br], Me = ct) : (r = Me, Me = t);
|
|
65384
|
-
A = e, e = cie(n, s, o, c, h, E, _, j, Y,
|
|
65385
|
+
A = e, e = cie(n, s, o, c, h, E, _, j, Y, de, we);
|
|
65385
65386
|
} else
|
|
65386
65387
|
r = e, e = t;
|
|
65387
65388
|
else
|
|
@@ -65454,8 +65455,8 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
65454
65455
|
return e = r, n = r, s = $xe(), s !== t ? (o = T(), s = [s, o], n = s) : (r = n, n = t), n !== t ? (s = SOe(), s === t && (s = Ve()), s !== t ? (A = e, e = Oie(n, s)) : (r = e, e = t)) : (r = e, e = t), e;
|
|
65455
65456
|
}
|
|
65456
65457
|
function SOe() {
|
|
65457
|
-
var e, n, s, o, c, h, E, _, j, Y,
|
|
65458
|
-
return e = r, n = r, s = Ve(), s !== t ? (o = T(), s = [s, o], n = s) : (r = n, n = t), n !== t ? (s = r, o = rs(), o !== t ? (c = T(), h = OD(), h !== t ? (E = T(), _ = cr(), _ !== t ? (j = T(), Y = Ds(), Y !== t ? (
|
|
65458
|
+
var e, n, s, o, c, h, E, _, j, Y, de;
|
|
65459
|
+
return e = r, n = r, s = Ve(), s !== t ? (o = T(), s = [s, o], n = s) : (r = n, n = t), n !== t ? (s = r, o = rs(), o !== t ? (c = T(), h = OD(), h !== t ? (E = T(), _ = cr(), _ !== t ? (j = T(), Y = Ds(), Y !== t ? (de = T(), o = [o, c, h, E, _, j, Y, de], s = o) : (r = s, s = t)) : (r = s, s = t)) : (r = s, s = t)) : (r = s, s = t), s !== t ? (o = Fe(), o !== t ? (A = e, e = Pie(n, s, o)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e;
|
|
65459
65460
|
}
|
|
65460
65461
|
function m1() {
|
|
65461
65462
|
var e, n, s, o, c, h, E;
|
|
@@ -65926,15 +65927,15 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
65926
65927
|
return e = r, n = Ve(), n !== t ? (s = r, o = T(), c = Kr(), c !== t ? (h = T(), o = [o, c, h], s = o) : (r = s, s = t), s !== t ? (o = Ve(), o !== t ? (A = e, e = Mne(n, s, o)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e;
|
|
65927
65928
|
}
|
|
65928
65929
|
function Lf() {
|
|
65929
|
-
var e, n, s, o, c, h, E, _, j, Y,
|
|
65930
|
+
var e, n, s, o, c, h, E, _, j, Y, de, we, Me, ct;
|
|
65930
65931
|
if (e = r, n = r, s = ci(), s !== t ? (o = T(), s = [s, o], n = s) : (r = n, n = t), n !== t)
|
|
65931
65932
|
if (s = r, o = Ri(), o !== t ? (c = T(), h = ss(), h !== t ? (E = T(), o = [o, c, h, E], s = o) : (r = s, s = t)) : (r = s, s = t), s === t && (s = null), o = r, c = rVe(), c !== t ? (h = T(), c = [c, h], o = c) : (r = o, o = t), o === t && (o = null), c = r, h = sd(), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c !== t)
|
|
65932
65933
|
if (h = r, E = Xi(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h === t && (h = null), E = r, _ = Ve(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E !== t)
|
|
65933
|
-
if (_ = r, j = sg(), j !== t ? (Y = T(), j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = r, j = X_(), j !== t ? (Y = T(), j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = r, j = uUe(), j !== t ? (Y = T(),
|
|
65934
|
-
if (Y = r,
|
|
65935
|
-
for (
|
|
65936
|
-
|
|
65937
|
-
we = dVe(), we !== t ? (A = e, e = Lne(n, s, o, c, h, E, _, j, Y,
|
|
65934
|
+
if (_ = r, j = sg(), j !== t ? (Y = T(), j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = r, j = X_(), j !== t ? (Y = T(), j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = r, j = uUe(), j !== t ? (Y = T(), de = Ds(), de !== t ? (we = T(), j = [j, Y, de, we], _ = j) : (r = _, _ = t)) : (r = _, _ = t))), _ === t && (_ = null), j = r, Y = iVe(), Y !== t ? (de = T(), Y = [Y, de], j = Y) : (r = j, j = t), j !== t)
|
|
65935
|
+
if (Y = r, de = L0(), de !== t ? (we = T(), de = [de, we], Y = de) : (r = Y, Y = t), Y !== t) {
|
|
65936
|
+
for (de = [], we = r, Me = B1(), Me !== t ? (ct = T(), Me = [Me, ct], we = Me) : (r = we, we = t); we !== t; )
|
|
65937
|
+
de.push(we), we = r, Me = B1(), Me !== t ? (ct = T(), Me = [Me, ct], we = Me) : (r = we, we = t);
|
|
65938
|
+
we = dVe(), we !== t ? (A = e, e = Lne(n, s, o, c, h, E, _, j, Y, de, we)) : (r = e, e = t);
|
|
65938
65939
|
} else
|
|
65939
65940
|
r = e, e = t;
|
|
65940
65941
|
else
|
|
@@ -66079,18 +66080,18 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
66079
66080
|
return e = ba(), e === t && (e = r, n = ql(), n !== t ? (s = r, m++, o = _e(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = fae(n)) : (r = e, e = t)) : (r = e, e = t)), e;
|
|
66080
66081
|
}
|
|
66081
66082
|
function G1() {
|
|
66082
|
-
var e, n, s, o, c, h, E, _, j, Y,
|
|
66083
|
+
var e, n, s, o, c, h, E, _, j, Y, de, we, Me, ct;
|
|
66083
66084
|
if (e = r, n = r, m++, s = Ae(), m--, s !== t ? (r = n, n = void 0) : n = t, n !== t)
|
|
66084
66085
|
if (s = r, o = ci(), o !== t ? (c = T(), o = [o, c], s = o) : (r = s, s = t), s !== t)
|
|
66085
66086
|
if (o = r, c = Ri(), c !== t ? (h = T(), E = ss(), E !== t ? (_ = T(), c = [c, h, E, _], o = c) : (r = o, o = t)) : (r = o, o = t), o === t && (o = null), c = r, h = Eo(), h === t && (h = vo()), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c === t && (c = null), h = r, E = zr(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h === t && (h = null), E = r, _ = Zl(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E !== t)
|
|
66086
|
-
if (_ = r, j = Xi(), j !== t ? (Y = T(), j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = null), j = r, Y = Ve(), Y !== t ? (
|
|
66087
|
+
if (_ = r, j = Xi(), j !== t ? (Y = T(), j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = null), j = r, Y = Ve(), Y !== t ? (de = T(), Y = [Y, de], j = Y) : (r = j, j = t), j !== t)
|
|
66087
66088
|
if (Y = xl(), Y === t && (Y = _s()), Y !== t) {
|
|
66088
|
-
if (
|
|
66089
|
+
if (de = [], we = r, Me = T(), ct = Bf(), ct !== t ? (Me = [Me, ct], we = Me) : (r = we, we = t), we !== t)
|
|
66089
66090
|
for (; we !== t; )
|
|
66090
|
-
|
|
66091
|
+
de.push(we), we = r, Me = T(), ct = Bf(), ct !== t ? (Me = [Me, ct], we = Me) : (r = we, we = t);
|
|
66091
66092
|
else
|
|
66092
|
-
|
|
66093
|
-
|
|
66093
|
+
de = t;
|
|
66094
|
+
de !== t ? (A = e, e = hae(s, o, c, h, E, _, j, Y, de)) : (r = e, e = t);
|
|
66094
66095
|
} else
|
|
66095
66096
|
r = e, e = t;
|
|
66096
66097
|
else
|
|
@@ -66107,9 +66108,9 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
66107
66108
|
if (o = r, c = Ri(), c !== t ? (h = T(), E = ss(), E !== t ? (_ = T(), c = [c, h, E, _], o = c) : (r = o, o = t)) : (r = o, o = t), o === t && (o = null), c = r, h = Zl(), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c !== t)
|
|
66108
66109
|
if (h = r, E = Ve(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h !== t)
|
|
66109
66110
|
if (E = xl(), E === t && (E = _s()), E !== t) {
|
|
66110
|
-
if (_ = [], j = r, Y = T(),
|
|
66111
|
+
if (_ = [], j = r, Y = T(), de = Bf(), de !== t ? (Y = [Y, de], j = Y) : (r = j, j = t), j !== t)
|
|
66111
66112
|
for (; j !== t; )
|
|
66112
|
-
_.push(j), j = r, Y = T(),
|
|
66113
|
+
_.push(j), j = r, Y = T(), de = Bf(), de !== t ? (Y = [Y, de], j = Y) : (r = j, j = t);
|
|
66113
66114
|
else
|
|
66114
66115
|
_ = t;
|
|
66115
66116
|
_ !== t ? (A = e, e = yae(s, o, c, h, E, _)) : (r = e, e = t);
|
|
@@ -66182,8 +66183,8 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
66182
66183
|
return e = r, n = KD(), n !== t && (A = e, n = Dae(n)), e = n, e;
|
|
66183
66184
|
}
|
|
66184
66185
|
function K1() {
|
|
66185
|
-
var e, n, s, o, c, h, E, _, j, Y,
|
|
66186
|
-
return e = r, n = iUe(), n === t && (n = J6e(), n === t && (n = P5e(), n === t && (n = zg(), n === t && (n = r, s = qt(), s !== t ? (o = T(), c = zg(), c !== t ? (s = [s, o, c], n = s) : (r = n, n = t)) : (r = n, n = t), n === t && (n = r, s = wxe(), s !== t ? (o = T(), c = ar(), c !== t ? (h = T(), E = mn(), E !== t ? (_ = T(), j = kg(), j !== t ? (s = [s, o, c, h, E, _, j], n = s) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t), n === t && (n = r, s = vD(), s !== t ? (o = T(), c = mn(), c !== t ? (h = T(), E = ar(), E !== t ? (_ = T(), j = mn(), j !== t ? (Y = T(),
|
|
66186
|
+
var e, n, s, o, c, h, E, _, j, Y, de;
|
|
66187
|
+
return e = r, n = iUe(), n === t && (n = J6e(), n === t && (n = P5e(), n === t && (n = zg(), n === t && (n = r, s = qt(), s !== t ? (o = T(), c = zg(), c !== t ? (s = [s, o, c], n = s) : (r = n, n = t)) : (r = n, n = t), n === t && (n = r, s = wxe(), s !== t ? (o = T(), c = ar(), c !== t ? (h = T(), E = mn(), E !== t ? (_ = T(), j = kg(), j !== t ? (s = [s, o, c, h, E, _, j], n = s) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t), n === t && (n = r, s = vD(), s !== t ? (o = T(), c = mn(), c !== t ? (h = T(), E = ar(), E !== t ? (_ = T(), j = mn(), j !== t ? (Y = T(), de = kg(), de !== t ? (s = [s, o, c, h, E, _, j, Y, de], n = s) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t), n === t && (n = DD(), n === t && (n = r, s = jje(), s !== t ? (o = T(), c = R5e(), c === t && (c = y6e(), c === t && (c = _6e())), c !== t ? (s = [s, o, c], n = s) : (r = n, n = t)) : (r = n, n = t))))))))), n !== t && (A = e, n = Cae(n)), e = n, e;
|
|
66187
66188
|
}
|
|
66188
66189
|
function xf() {
|
|
66189
66190
|
var e, n, s, o, c, h;
|
|
@@ -66257,14 +66258,14 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
66257
66258
|
return e = ws(), e === t && (e = pa(), e === t && (e = so(), e === t && (e = pu(), e === t && (e = fu(), e === t && (e = Uf(), e === t && (e = jf(), e === t && (e = W1(), e === t && (e = J1(), e === t && (e = K1(), e === t && (e = xf(), e === t && (e = k1(), e === t && (e = q1(), e === t && (e = Z1()))))))))))))), e;
|
|
66258
66259
|
}
|
|
66259
66260
|
function z1() {
|
|
66260
|
-
var e, n, s, o, c, h, E, _, j, Y,
|
|
66261
|
+
var e, n, s, o, c, h, E, _, j, Y, de;
|
|
66261
66262
|
if (e = r, n = r, s = ci(), s !== t ? (o = T(), s = [s, o], n = s) : (r = n, n = t), n !== t)
|
|
66262
66263
|
if (s = r, o = Ri(), o !== t ? (c = T(), h = ss(), h !== t ? (E = T(), o = [o, c, h, E], s = o) : (r = s, s = t)) : (r = s, s = t), s === t && (s = null), o = r, c = Bu(), c !== t ? (h = T(), c = [c, h], o = c) : (r = o, o = t), o !== t)
|
|
66263
66264
|
if (c = r, h = Xi(), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c === t && (c = null), h = r, E = Ve(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h !== t)
|
|
66264
66265
|
if (E = y_(), E === t && (E = _s()), E !== t) {
|
|
66265
|
-
if (_ = [], j = r, Y = T(),
|
|
66266
|
+
if (_ = [], j = r, Y = T(), de = Q1(), de !== t ? (Y = [Y, de], j = Y) : (r = j, j = t), j !== t)
|
|
66266
66267
|
for (; j !== t; )
|
|
66267
|
-
_.push(j), j = r, Y = T(),
|
|
66268
|
+
_.push(j), j = r, Y = T(), de = Q1(), de !== t ? (Y = [Y, de], j = Y) : (r = j, j = t);
|
|
66268
66269
|
else
|
|
66269
66270
|
_ = t;
|
|
66270
66271
|
_ !== t ? (A = e, e = Fae(n, s, o, c, h, E, _)) : (r = e, e = t);
|
|
@@ -66769,7 +66770,7 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
66769
66770
|
return e = r, n = r, m++, s = Ae(), m--, s !== t ? (r = n, n = void 0) : n = t, n === t && (n = r, m++, s = pe(), m--, s !== t ? (r = n, n = void 0) : n = t), n !== t ? (s = pR(), s === t && (s = qNe()), s !== t ? (A = e, e = Ale(s)) : (r = e, e = t)) : (r = e, e = t), e;
|
|
66770
66771
|
}
|
|
66771
66772
|
function pR() {
|
|
66772
|
-
var e, n, s, o, c, h, E, _, j, Y,
|
|
66773
|
+
var e, n, s, o, c, h, E, _, j, Y, de, we;
|
|
66773
66774
|
if (e = r, n = r, m++, s = pe(), m--, s !== t ? (r = n, n = void 0) : n = t, n !== t)
|
|
66774
66775
|
if (s = r, o = Jl(), o !== t ? (c = T(), o = [o, c], s = o) : (r = s, s = t), s !== t)
|
|
66775
66776
|
if (o = r, c = A_(), c === t && (c = fR()), c !== t ? (h = T(), c = [c, h], o = c) : (r = o, o = t), o !== t)
|
|
@@ -66777,8 +66778,8 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
66777
66778
|
if (h = r, E = hR(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h !== t)
|
|
66778
66779
|
if (E = r, _ = Kr(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E !== t)
|
|
66779
66780
|
if (_ = bu(), _ !== t) {
|
|
66780
|
-
for (j = [], Y = r,
|
|
66781
|
-
j.push(Y), Y = r,
|
|
66781
|
+
for (j = [], Y = r, de = T(), we = Ff(), we !== t ? (de = [de, we], Y = de) : (r = Y, Y = t); Y !== t; )
|
|
66782
|
+
j.push(Y), Y = r, de = T(), we = Ff(), we !== t ? (de = [de, we], Y = de) : (r = Y, Y = t);
|
|
66782
66783
|
A = e, e = wle(s, o, c, h, E, _, j);
|
|
66783
66784
|
} else
|
|
66784
66785
|
r = e, e = t;
|
|
@@ -66852,8 +66853,8 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
66852
66853
|
return e = r, n = r, s = z3e(), s !== t ? (o = T(), c = Jr(), c !== t ? (h = T(), s = [s, o, c, h], n = s) : (r = n, n = t)) : (r = n, n = t), n !== t ? (s = Kf(), s !== t ? (A = e, e = Yle(n, s)) : (r = e, e = t)) : (r = e, e = t), e;
|
|
66853
66854
|
}
|
|
66854
66855
|
function qNe() {
|
|
66855
|
-
var e, n, s, o, c, h, E, _, j, Y,
|
|
66856
|
-
return e = r, n = r, m++, s = pe(), m--, s !== t ? (r = n, n = void 0) : n = t, n !== t ? (s = r, o = CE(), o !== t ? (c = T(), o = [o, c], s = o) : (r = s, s = t), s !== t ? (o = r, c = mR(), c !== t ? (h = T(), c = [c, h], o = c) : (r = o, o = t), o === t && (o = null), c = r, h = A_(), h === t && (h = fR()), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c !== t ? (h = r, E = ar(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h !== t ? (E = r, _ = hR(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E !== t ? (_ = r, j = Fi(), j !== t ? (Y = T(), j = [j, Y], _ = j) : (r = _, _ = t), _ !== t ? (j = bu(), j !== t ? (Y = r,
|
|
66856
|
+
var e, n, s, o, c, h, E, _, j, Y, de, we, Me;
|
|
66857
|
+
return e = r, n = r, m++, s = pe(), m--, s !== t ? (r = n, n = void 0) : n = t, n !== t ? (s = r, o = CE(), o !== t ? (c = T(), o = [o, c], s = o) : (r = s, s = t), s !== t ? (o = r, c = mR(), c !== t ? (h = T(), c = [c, h], o = c) : (r = o, o = t), o === t && (o = null), c = r, h = A_(), h === t && (h = fR()), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c !== t ? (h = r, E = ar(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h !== t ? (E = r, _ = hR(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E !== t ? (_ = r, j = Fi(), j !== t ? (Y = T(), j = [j, Y], _ = j) : (r = _, _ = t), _ !== t ? (j = bu(), j !== t ? (Y = r, de = T(), we = z0(), we !== t ? (de = [de, we], Y = de) : (r = Y, Y = t), Y === t && (Y = null), de = r, we = T(), Me = Gr(), Me === t && (Me = Cr()), Me !== t ? (we = [we, Me], de = we) : (r = de, de = t), de === t && (de = null), A = e, e = zle(s, o, c, h, E, _, j, Y, de)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, n = r, m++, s = Ae(), m--, s !== t ? (r = n, n = void 0) : n = t, n !== t ? (s = r, o = CE(), o !== t ? (c = T(), o = [o, c], s = o) : (r = s, s = t), s !== t ? (o = r, c = Mr(), c !== t ? (h = T(), c = [c, h], o = c) : (r = o, o = t), o !== t ? (c = r, h = ar(), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c !== t ? (h = r, E = yR(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h !== t ? (E = r, _ = Fi(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E !== t ? (_ = Cv(), _ !== t ? (A = e, e = Xle(s, o, c, h, E, _)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, n = r, m++, s = pe(), m--, s !== t ? (r = n, n = void 0) : n = t, n !== t ? (s = r, o = CE(), o !== t ? (c = T(), o = [o, c], s = o) : (r = s, s = t), s !== t ? (o = r, c = mR(), c !== t ? (h = T(), c = [c, h], o = c) : (r = o, o = t), o === t && (o = null), c = r, h = Mr(), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c !== t ? (h = r, E = Fi(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h !== t ? (E = bu(), E !== t ? (_ = r, j = T(), Y = z0(), Y !== t ? (j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = null), j = r, Y = T(), de = Gr(), de === t && (de = Cr()), de !== t ? (Y = [Y, de], j = Y) : (r = j, j = t), j === t && (j = null), A = e, e = Qle(s, o, c, h, E, _, j)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t))), e;
|
|
66857
66858
|
}
|
|
66858
66859
|
function Kf() {
|
|
66859
66860
|
var e, n, s, o, c;
|
|
@@ -66979,8 +66980,8 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
66979
66980
|
return e = r, n = r, s = FD(), s !== t ? (o = T(), s = [s, o], n = s) : (r = n, n = t), n !== t ? (s = r, o = Fe(), o !== t ? (c = T(), o = [o, c], s = o) : (r = s, s = t), s !== t ? (o = r, c = wh(), c !== t ? (h = T(), c = [c, h], o = c) : (r = o, o = t), o !== t ? (c = r, h = xs(), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c !== t ? (h = r, E = hn(), E !== t ? (_ = T(), j = FD(), j !== t ? (E = [E, _, j], h = E) : (r = h, h = t)) : (r = h, h = t), h !== t ? (A = e, e = Ode(n, s, o, c, h)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e;
|
|
66980
66981
|
}
|
|
66981
66982
|
function wR() {
|
|
66982
|
-
var e, n, s, o, c, h, E, _, j, Y,
|
|
66983
|
-
return e = r, n = r, s = rs(), s !== t ? (o = T(), s = [s, o], n = s) : (r = n, n = t), n !== t ? (s = r, o = Ee(), o !== t ? (c = T(), o = [o, c], s = o) : (r = s, s = t), s !== t ? (o = r, c = Lr(), c !== t ? (h = T(), c = [c, h], o = c) : (r = o, o = t), o !== t ? (c = r, h = kn(), h === t && (h = Kn()), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c !== t ? (h = r, E = wh(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h !== t ? (E = r, _ = xs(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E !== t ? (_ = r, j = hn(), j !== t ? (Y = T(),
|
|
66983
|
+
var e, n, s, o, c, h, E, _, j, Y, de;
|
|
66984
|
+
return e = r, n = r, s = rs(), s !== t ? (o = T(), s = [s, o], n = s) : (r = n, n = t), n !== t ? (s = r, o = Ee(), o !== t ? (c = T(), o = [o, c], s = o) : (r = s, s = t), s !== t ? (o = r, c = Lr(), c !== t ? (h = T(), c = [c, h], o = c) : (r = o, o = t), o !== t ? (c = r, h = kn(), h === t && (h = Kn()), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c !== t ? (h = r, E = wh(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h !== t ? (E = r, _ = xs(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E !== t ? (_ = r, j = hn(), j !== t ? (Y = T(), de = rs(), de !== t ? (j = [j, Y, de], _ = j) : (r = _, _ = t)) : (r = _, _ = t), _ !== t ? (A = e, e = Pde(n, s, o, c, h, E, _)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e;
|
|
66984
66985
|
}
|
|
66985
66986
|
function l2e() {
|
|
66986
66987
|
var e, n, s, o, c;
|
|
@@ -67079,15 +67080,15 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
67079
67080
|
return e = cg(), e === t && (e = mD(), e === t && (e = axe())), e;
|
|
67080
67081
|
}
|
|
67081
67082
|
function C2e() {
|
|
67082
|
-
var e, n, s, o, c, h, E, _, j, Y,
|
|
67083
|
+
var e, n, s, o, c, h, E, _, j, Y, de, we;
|
|
67083
67084
|
if (e = r, n = r, s = ci(), s !== t ? (o = T(), s = [s, o], n = s) : (r = n, n = t), n !== t)
|
|
67084
67085
|
if (s = r, o = Ri(), o !== t ? (c = T(), h = ss(), h !== t ? (E = T(), o = [o, c, h, E], s = o) : (r = s, s = t)) : (r = s, s = t), s === t && (s = null), o = r, c = Cs(), c !== t ? (h = T(), E = mh(), E !== t ? (_ = T(), j = Lu(), j !== t ? (Y = T(), c = [c, h, E, _, j, Y], o = c) : (r = o, o = t)) : (r = o, o = t)) : (r = o, o = t), o !== t)
|
|
67085
67086
|
if (c = r, h = Xi(), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c === t && (c = null), h = r, E = Ee(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h !== t)
|
|
67086
67087
|
if (E = r, _ = ar(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E !== t)
|
|
67087
67088
|
if (_ = Ve(), _ !== t) {
|
|
67088
|
-
if (j = [], Y = r,
|
|
67089
|
+
if (j = [], Y = r, de = T(), we = DR(), we !== t ? (de = [de, we], Y = de) : (r = Y, Y = t), Y !== t)
|
|
67089
67090
|
for (; Y !== t; )
|
|
67090
|
-
j.push(Y), Y = r,
|
|
67091
|
+
j.push(Y), Y = r, de = T(), we = DR(), we !== t ? (de = [de, we], Y = de) : (r = Y, Y = t);
|
|
67091
67092
|
else
|
|
67092
67093
|
j = t;
|
|
67093
67094
|
j !== t ? (A = e, e = tue(n, s, o, c, h, E, _, j)) : (r = e, e = t);
|
|
@@ -67722,7 +67723,7 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
67722
67723
|
}
|
|
67723
67724
|
function YR() {
|
|
67724
67725
|
var e, n, s, o;
|
|
67725
|
-
return e = r, l.substr(r, 3) ===
|
|
67726
|
+
return e = r, l.substr(r, 3) === oe ? (n = oe, r += 3) : (n = t, m === 0 && C(Y7)), n !== t ? (s = r, m++, o = _e(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = Spe(n)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.substr(r, 2) === ve ? (n = ve, r += 2) : (n = t, m === 0 && C(z7)), n !== t ? (s = r, m++, o = Ke(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = Jpe(n)) : (r = e, e = t)) : (r = e, e = t), e === t && (l.substr(r, 2) === S ? (e = S, r += 2) : (e = t, m === 0 && C(Vm)), e === t && (l.charCodeAt(r) === 62 ? (e = ee, r++) : (e = t, m === 0 && C(cf)), e === t && (l.substr(r, 2) === ie ? (e = ie, r += 2) : (e = t, m === 0 && C(Nm)), e === t && (l.substr(r, 2) === ue ? (e = ue, r += 2) : (e = t, m === 0 && C(Mm)), e === t && (l.charCodeAt(r) === 60 ? (e = te, r++) : (e = t, m === 0 && C(uf)), e === t && (l.charCodeAt(r) === 61 ? (e = x, r++) : (e = t, m === 0 && C(Ii)), e === t && (l.substr(r, 2) === H ? (e = H, r += 2) : (e = t, m === 0 && C(Lm)), e === t && (e = fv(), e === t && (e = U4e())))))))))), e;
|
|
67726
67727
|
}
|
|
67727
67728
|
function fv() {
|
|
67728
67729
|
var e, n, s, o, c, h, E, _, j;
|
|
@@ -67757,8 +67758,8 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
67757
67758
|
return e = r, n = ji(), n !== t ? (s = r, o = T(), c = K4e(), c !== t ? (o = [o, c], s = o) : (r = s, s = t), s === t && (s = null), A = e, e = afe(n, s)) : (r = e, e = t), e;
|
|
67758
67759
|
}
|
|
67759
67760
|
function K4e() {
|
|
67760
|
-
var e, n, s, o, c, h, E, _, j, Y,
|
|
67761
|
-
return e = r, n = r, s = Lr(), s !== t ? (o = T(), c = yE(), c !== t ? (h = T(), E = Ch(), E !== t ? (_ = T(), j = Ph(), j !== t ? (Y = T(),
|
|
67761
|
+
var e, n, s, o, c, h, E, _, j, Y, de, we, Me, ct, br;
|
|
67762
|
+
return e = r, n = r, s = Lr(), s !== t ? (o = T(), c = yE(), c !== t ? (h = T(), E = Ch(), E !== t ? (_ = T(), j = Ph(), j !== t ? (Y = T(), de = Tr(), de !== t ? (we = T(), Me = RE(), Me !== t ? (ct = T(), br = Pg(), br !== t ? (s = [s, o, c, h, E, _, j, Y, de, we, Me, ct, br], n = s) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t), n === t && (n = r, s = Lr(), s !== t ? (o = T(), c = yE(), c !== t ? (h = T(), E = Ch(), E !== t ? (_ = T(), j = Ph(), j !== t ? (s = [s, o, c, h, E, _, j], n = s) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t), n === t && (n = r, s = Lr(), s !== t ? (o = T(), c = ug(), c !== t ? (h = T(), E = Ph(), E !== t ? (s = [s, o, c, h, E], n = s) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t), n === t && (n = r, s = Tr(), s !== t ? (o = T(), c = RE(), c !== t ? (h = T(), E = Pg(), E !== t ? (s = [s, o, c, h, E], n = s) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)))), n !== t && (A = e, n = ofe(n)), e = n, e;
|
|
67762
67763
|
}
|
|
67763
67764
|
function ji() {
|
|
67764
67765
|
var e, n, s;
|
|
@@ -69420,8 +69421,8 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
69420
69421
|
return e = r, l.substr(r, 2) === of ? (n = of, r += 2) : (n = t, m === 0 && C(hw)), n === t && (l.charCodeAt(r) === 34 ? (n = sn, r++) : (n = t, m === 0 && C(an))), n !== t ? (s = r, m++, l.charCodeAt(r) === 34 ? (o = sn, r++) : (o = t, m === 0 && C(an)), m--, o === t ? s = void 0 : (r = s, s = t), s !== t ? (A = e, e = Dve(n)) : (r = e, e = t)) : (r = e, e = t), e;
|
|
69421
69422
|
}
|
|
69422
69423
|
function Gi() {
|
|
69423
|
-
var e, n, s, o, c, h, E, _, j, Y,
|
|
69424
|
-
return e = r, l.substr(r, 2) === PA ? (n = PA, r += 2) : (n = t, m === 0 && C(R9)), n !== t && (A = e, n = Cve()), e = n, e === t && (e = r, l.substr(r, 2) === VA ? (n = VA, r += 2) : (n = t, m === 0 && C(_9)), n !== t && (A = e, n = $ve()), e = n, e === t && (e = r, l.substr(r, 2) === NA ? (n = NA, r += 2) : (n = t, m === 0 && C(g9)), n !== t && (A = e, n = Ove()), e = n, e === t && (e = r, l.substr(r, 2) === MA ? (n = MA, r += 2) : (n = t, m === 0 && C(D9)), n !== t && (A = e, n = Pve()), e = n, e === t && (e = r, l.substr(r, 2) === LA ? (n = LA, r += 2) : (n = t, m === 0 && C(C9)), n !== t ? (s = r, m++, o = Ae(), m--, o !== t ? (r = s, s = void 0) : s = t, s === t && (s = r, m++, o = pe(), m--, o !== t ? (r = s, s = void 0) : s = t), s !== t ? (A = e, e = Vve()) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.substr(r, 2) === BA ? (n = BA, r += 2) : (n = t, m === 0 && C($9)), n !== t ? (s = r, m++, o = Ae(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = Nve()) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.substr(r, 2) === xA ? (n = xA, r += 2) : (n = t, m === 0 && C(O9)), n !== t ? (s = r, m++, o = Ae(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = Mve()) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (s = r, o = r, bi.test(l.charAt(r)) ? (c = l.charAt(r), r++) : (c = t, m === 0 && C(Ai)), c !== t ? (bi.test(l.charAt(r)) ? (h = l.charAt(r), r++) : (h = t, m === 0 && C(Ai)), h !== t ? (bi.test(l.charAt(r)) ? (E = l.charAt(r), r++) : (E = t, m === 0 && C(Ai)), E !== t ? (c = [c, h, E], o = c) : (r = o, o = t)) : (r = o, o = t)) : (r = o, o = t), o === t && (o = r, bi.test(l.charAt(r)) ? (c = l.charAt(r), r++) : (c = t, m === 0 && C(Ai)), c !== t ? (bi.test(l.charAt(r)) ? (h = l.charAt(r), r++) : (h = t, m === 0 && C(Ai)), h !== t ? (c = [c, h], o = c) : (r = o, o = t)) : (r = o, o = t), o === t && (bi.test(l.charAt(r)) ? (o = l.charAt(r), r++) : (o = t, m === 0 && C(Ai)))), o !== t ? s = l.substring(s, r) : s = o, s !== t ? (o = r, m++, c = pe(), m--, c !== t ? (r = o, o = void 0) : o = t, o !== t ? (A = e, e = Lve(s)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (s = r, o = r, bi.test(l.charAt(r)) ? (c = l.charAt(r), r++) : (c = t, m === 0 && C(Ai)), c !== t ? (bi.test(l.charAt(r)) ? (h = l.charAt(r), r++) : (h = t, m === 0 && C(Ai)), h !== t ? (bi.test(l.charAt(r)) ? (E = l.charAt(r), r++) : (E = t, m === 0 && C(Ai)), E !== t ? (c = [c, h, E], o = c) : (r = o, o = t)) : (r = o, o = t)) : (r = o, o = t), o !== t ? s = l.substring(s, r) : s = o, s !== t ? (o = r, m++, c = Ae(), m--, c !== t ? (r = o, o = void 0) : o = t, o !== t ? (A = e, e = Bve(s)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (l.charCodeAt(r) === 120 ? (s = Pm, r++) : (s = t, m === 0 && C(P9)), s !== t ? (o = r, c = r, h = rr(), h !== t ? (E = rr(), E !== t ? (h = [h, E], c = h) : (r = c, c = t)) : (r = c, c = t), c === t && (c = rr()), c !== t ? o = l.substring(o, r) : o = c, o !== t ? (c = r, m++, h = pe(), m--, h !== t ? (r = c, c = void 0) : c = t, c !== t ? (A = e, e = xve(o)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (l.substr(r, 1).toLowerCase() === Pm ? (s = l.charAt(r), r++) : (s = t, m === 0 && C(V9)), s !== t ? (o = r, c = r, h = rr(), h !== t ? (E = rr(), E !== t ? (h = [h, E], c = h) : (r = c, c = t)) : (r = c, c = t), c !== t ? o = l.substring(o, r) : o = c, o !== t ? (c = r, m++, h = Ae(), m--, h !== t ? (r = c, c = void 0) : c = t, c !== t ? (A = e, e = Uve(o)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (l.charCodeAt(r) === 117 ? (s = rB, r++) : (s = t, m === 0 && C(N9)), s !== t ? (o = r, c = r, h = rr(), h !== t ? (E = rr(), E !== t ? (_ = rr(), _ !== t ? (j = rr(), j !== t ? (h = [h, E, _, j], c = h) : (r = c, c = t)) : (r = c, c = t)) : (r = c, c = t)) : (r = c, c = t), c !== t ? o = l.substring(o, r) : o = c, o !== t ? (c = r, m++, h = Ae(), m--, h !== t ? (r = c, c = void 0) : c = t, c === t && (c = r, m++, h = pe(), m--, h !== t ? (r = c, c = void 0) : c = t), c !== t ? (A = e, e = jve(o)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (l.charCodeAt(r) === 85 ? (s = iB, r++) : (s = t, m === 0 && C(M9)), s !== t ? (o = r, c = r, h = rr(), h !== t ? (E = rr(), E !== t ? (_ = rr(), _ !== t ? (j = rr(), j !== t ? (Y = rr(), Y !== t ? (
|
|
69424
|
+
var e, n, s, o, c, h, E, _, j, Y, de, we, Me;
|
|
69425
|
+
return e = r, l.substr(r, 2) === PA ? (n = PA, r += 2) : (n = t, m === 0 && C(R9)), n !== t && (A = e, n = Cve()), e = n, e === t && (e = r, l.substr(r, 2) === VA ? (n = VA, r += 2) : (n = t, m === 0 && C(_9)), n !== t && (A = e, n = $ve()), e = n, e === t && (e = r, l.substr(r, 2) === NA ? (n = NA, r += 2) : (n = t, m === 0 && C(g9)), n !== t && (A = e, n = Ove()), e = n, e === t && (e = r, l.substr(r, 2) === MA ? (n = MA, r += 2) : (n = t, m === 0 && C(D9)), n !== t && (A = e, n = Pve()), e = n, e === t && (e = r, l.substr(r, 2) === LA ? (n = LA, r += 2) : (n = t, m === 0 && C(C9)), n !== t ? (s = r, m++, o = Ae(), m--, o !== t ? (r = s, s = void 0) : s = t, s === t && (s = r, m++, o = pe(), m--, o !== t ? (r = s, s = void 0) : s = t), s !== t ? (A = e, e = Vve()) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.substr(r, 2) === BA ? (n = BA, r += 2) : (n = t, m === 0 && C($9)), n !== t ? (s = r, m++, o = Ae(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = Nve()) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.substr(r, 2) === xA ? (n = xA, r += 2) : (n = t, m === 0 && C(O9)), n !== t ? (s = r, m++, o = Ae(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = Mve()) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (s = r, o = r, bi.test(l.charAt(r)) ? (c = l.charAt(r), r++) : (c = t, m === 0 && C(Ai)), c !== t ? (bi.test(l.charAt(r)) ? (h = l.charAt(r), r++) : (h = t, m === 0 && C(Ai)), h !== t ? (bi.test(l.charAt(r)) ? (E = l.charAt(r), r++) : (E = t, m === 0 && C(Ai)), E !== t ? (c = [c, h, E], o = c) : (r = o, o = t)) : (r = o, o = t)) : (r = o, o = t), o === t && (o = r, bi.test(l.charAt(r)) ? (c = l.charAt(r), r++) : (c = t, m === 0 && C(Ai)), c !== t ? (bi.test(l.charAt(r)) ? (h = l.charAt(r), r++) : (h = t, m === 0 && C(Ai)), h !== t ? (c = [c, h], o = c) : (r = o, o = t)) : (r = o, o = t), o === t && (bi.test(l.charAt(r)) ? (o = l.charAt(r), r++) : (o = t, m === 0 && C(Ai)))), o !== t ? s = l.substring(s, r) : s = o, s !== t ? (o = r, m++, c = pe(), m--, c !== t ? (r = o, o = void 0) : o = t, o !== t ? (A = e, e = Lve(s)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (s = r, o = r, bi.test(l.charAt(r)) ? (c = l.charAt(r), r++) : (c = t, m === 0 && C(Ai)), c !== t ? (bi.test(l.charAt(r)) ? (h = l.charAt(r), r++) : (h = t, m === 0 && C(Ai)), h !== t ? (bi.test(l.charAt(r)) ? (E = l.charAt(r), r++) : (E = t, m === 0 && C(Ai)), E !== t ? (c = [c, h, E], o = c) : (r = o, o = t)) : (r = o, o = t)) : (r = o, o = t), o !== t ? s = l.substring(s, r) : s = o, s !== t ? (o = r, m++, c = Ae(), m--, c !== t ? (r = o, o = void 0) : o = t, o !== t ? (A = e, e = Bve(s)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (l.charCodeAt(r) === 120 ? (s = Pm, r++) : (s = t, m === 0 && C(P9)), s !== t ? (o = r, c = r, h = rr(), h !== t ? (E = rr(), E !== t ? (h = [h, E], c = h) : (r = c, c = t)) : (r = c, c = t), c === t && (c = rr()), c !== t ? o = l.substring(o, r) : o = c, o !== t ? (c = r, m++, h = pe(), m--, h !== t ? (r = c, c = void 0) : c = t, c !== t ? (A = e, e = xve(o)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (l.substr(r, 1).toLowerCase() === Pm ? (s = l.charAt(r), r++) : (s = t, m === 0 && C(V9)), s !== t ? (o = r, c = r, h = rr(), h !== t ? (E = rr(), E !== t ? (h = [h, E], c = h) : (r = c, c = t)) : (r = c, c = t), c !== t ? o = l.substring(o, r) : o = c, o !== t ? (c = r, m++, h = Ae(), m--, h !== t ? (r = c, c = void 0) : c = t, c !== t ? (A = e, e = Uve(o)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (l.charCodeAt(r) === 117 ? (s = rB, r++) : (s = t, m === 0 && C(N9)), s !== t ? (o = r, c = r, h = rr(), h !== t ? (E = rr(), E !== t ? (_ = rr(), _ !== t ? (j = rr(), j !== t ? (h = [h, E, _, j], c = h) : (r = c, c = t)) : (r = c, c = t)) : (r = c, c = t)) : (r = c, c = t), c !== t ? o = l.substring(o, r) : o = c, o !== t ? (c = r, m++, h = Ae(), m--, h !== t ? (r = c, c = void 0) : c = t, c === t && (c = r, m++, h = pe(), m--, h !== t ? (r = c, c = void 0) : c = t), c !== t ? (A = e, e = jve(o)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (l.charCodeAt(r) === 85 ? (s = iB, r++) : (s = t, m === 0 && C(M9)), s !== t ? (o = r, c = r, h = rr(), h !== t ? (E = rr(), E !== t ? (_ = rr(), _ !== t ? (j = rr(), j !== t ? (Y = rr(), Y !== t ? (de = rr(), de !== t ? (we = rr(), we !== t ? (Me = rr(), Me !== t ? (h = [h, E, _, j, Y, de, we, Me], c = h) : (r = c, c = t)) : (r = c, c = t)) : (r = c, c = t)) : (r = c, c = t)) : (r = c, c = t)) : (r = c, c = t)) : (r = c, c = t)) : (r = c, c = t), c !== t ? o = l.substring(o, r) : o = c, o !== t ? (c = r, m++, h = Ae(), m--, h !== t ? (r = c, c = void 0) : c = t, c === t && (c = r, m++, h = pe(), m--, h !== t ? (r = c, c = void 0) : c = t), c !== t ? (A = e, e = Gve(o)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.substr(r, 2) === UA ? (n = UA, r += 2) : (n = t, m === 0 && C(L9)), n !== t ? (s = r, m++, o = _e(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = Fve()) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.substr(r, 2) === jA ? (n = jA, r += 2) : (n = t, m === 0 && C(B9)), n !== t ? (s = r, m++, o = _e(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = Kve()) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.substr(r, 2) === GA ? (n = GA, r += 2) : (n = t, m === 0 && C(x9)), n !== t ? (s = r, m++, o = _e(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = kve()) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.substr(r, 2) === FA ? (n = FA, r += 2) : (n = t, m === 0 && C(U9)), n !== t ? (s = r, m++, o = _e(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = qve()) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (l.length > r ? (s = l.charAt(r), r++) : (s = t, m === 0 && C(li)), s !== t ? (A = e, e = Zve(s)) : (r = e, e = t)) : (r = e, e = t)))))))))))))))))), e;
|
|
69425
69426
|
}
|
|
69426
69427
|
function OBe() {
|
|
69427
69428
|
var e, n, s;
|
|
@@ -69469,7 +69470,7 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
69469
69470
|
return e;
|
|
69470
69471
|
}
|
|
69471
69472
|
function NBe() {
|
|
69472
|
-
var e, n, s, o, c, h, E, _, j, Y,
|
|
69473
|
+
var e, n, s, o, c, h, E, _, j, Y, de, we, Me;
|
|
69473
69474
|
if (e = r, l.substr(r, 2) === ua ? (n = ua, r += 2) : (n = t, m === 0 && C(mf)), n !== t) {
|
|
69474
69475
|
for (s = r, o = [], c = r, h = r, m++, l.substr(r, 2) === ua ? (E = ua, r += 2) : (E = t, m === 0 && C(mf)), m--, E === t ? h = void 0 : (r = h, h = t), h !== t ? (l.length > r ? (E = l.charAt(r), r++) : (E = t, m === 0 && C(li)), E !== t ? (h = [h, E], c = h) : (r = c, c = t)) : (r = c, c = t); c !== t; )
|
|
69475
69476
|
o.push(c), c = r, h = r, m++, l.substr(r, 2) === ua ? (E = ua, r += 2) : (E = t, m === 0 && C(mf)), m--, E === t ? h = void 0 : (r = h, h = t), h !== t ? (l.length > r ? (E = l.charAt(r), r++) : (E = t, m === 0 && C(li)), E !== t ? (h = [h, E], c = h) : (r = c, c = t)) : (r = c, c = t);
|
|
@@ -69480,8 +69481,8 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
|
|
|
69480
69481
|
if (e = r, l.charCodeAt(r) === 36 ? (n = Ts, r++) : (n = t, m === 0 && C(Is)), n !== t)
|
|
69481
69482
|
if (s = uh(), s !== t)
|
|
69482
69483
|
if (l.charCodeAt(r) === 36 ? (o = Ts, r++) : (o = t, m === 0 && C(Is)), o !== t) {
|
|
69483
|
-
for (c = r, h = [], E = r, _ = r, m++, j = r, l.charCodeAt(r) === 36 ? (Y = Ts, r++) : (Y = t, m === 0 && C(Is)), Y !== t ? (
|
|
69484
|
-
h.push(E), E = r, _ = r, m++, j = r, l.charCodeAt(r) === 36 ? (Y = Ts, r++) : (Y = t, m === 0 && C(Is)), Y !== t ? (
|
|
69484
|
+
for (c = r, h = [], E = r, _ = r, m++, j = r, l.charCodeAt(r) === 36 ? (Y = Ts, r++) : (Y = t, m === 0 && C(Is)), Y !== t ? (de = uh(), de !== t ? (l.charCodeAt(r) === 36 ? (we = Ts, r++) : (we = t, m === 0 && C(Is)), we !== t ? (A = r, Me = bw(s, de), Me ? Me = void 0 : Me = t, Me !== t ? (Y = [Y, de, we, Me], j = Y) : (r = j, j = t)) : (r = j, j = t)) : (r = j, j = t)) : (r = j, j = t), m--, j === t ? _ = void 0 : (r = _, _ = t), _ !== t ? (l.length > r ? (j = l.charAt(r), r++) : (j = t, m === 0 && C(li)), j !== t ? (_ = [_, j], E = _) : (r = E, E = t)) : (r = E, E = t); E !== t; )
|
|
69485
|
+
h.push(E), E = r, _ = r, m++, j = r, l.charCodeAt(r) === 36 ? (Y = Ts, r++) : (Y = t, m === 0 && C(Is)), Y !== t ? (de = uh(), de !== t ? (l.charCodeAt(r) === 36 ? (we = Ts, r++) : (we = t, m === 0 && C(Is)), we !== t ? (A = r, Me = bw(s, de), Me ? Me = void 0 : Me = t, Me !== t ? (Y = [Y, de, we, Me], j = Y) : (r = j, j = t)) : (r = j, j = t)) : (r = j, j = t)) : (r = j, j = t), m--, j === t ? _ = void 0 : (r = _, _ = t), _ !== t ? (l.length > r ? (j = l.charAt(r), r++) : (j = t, m === 0 && C(li)), j !== t ? (_ = [_, j], E = _) : (r = E, E = t)) : (r = E, E = t);
|
|
69485
69486
|
c = l.substring(c, r), l.charCodeAt(r) === 36 ? (h = Ts, r++) : (h = t, m === 0 && C(Is)), h !== t ? (E = uh(), E !== t ? (l.charCodeAt(r) === 36 ? (_ = Ts, r++) : (_ = t, m === 0 && C(Is)), _ !== t ? (A = r, j = eEe(s, c, E), j ? j = void 0 : j = t, j !== t ? (A = e, e = tEe(s, c)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t);
|
|
69486
69487
|
} else
|
|
69487
69488
|
r = e, e = t;
|
|
@@ -73569,8 +73570,8 @@ function GEt() {
|
|
|
73569
73570
|
if (i$)
|
|
73570
73571
|
return Zu;
|
|
73571
73572
|
i$ = 1, Object.defineProperty(Zu, "__esModule", { value: !0 }), Zu.transformMap = void 0;
|
|
73572
|
-
const d = tEt(), u = rEt(), i = iEt(), a = sEt(), l = nEt(), p = aEt(), t = oEt(), y = lEt(), v = dEt(), b = uEt(), w = cEt(), I = pEt(), P = fEt(), N = hEt(), x = yEt(), K = mEt(), k = vEt(), W = EEt(), te = TEt(), ee = bEt(), ce = IEt(), re = AEt(), ye = wEt(), S = REt(), ie = _Et(), ue = gEt(), H = DEt(),
|
|
73573
|
-
return Zu.transformMap = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, a.baseMap), ie.selectMap), Re.frameMap), K.insertMap), De.updateMap), v.deleteMap), Pe.truncateMap), k.mergeMap), p.createTableMap), l.constraintMap), u.alterTableMap), d.alterActionMap), w.dropTableMap), Be.renameTableMap), S.schemaMap), Ie.viewMap), x.indexMap), ve.triggerMap), ue.sequenceMap), H.typeMap), b.domainMap), ye.roleMap), W.policyMap), N.functionMap), ce.procedureMap), re.procClauseMap), i.analyzeMap), I.explainMap),
|
|
73573
|
+
const d = tEt(), u = rEt(), i = iEt(), a = sEt(), l = nEt(), p = aEt(), t = oEt(), y = lEt(), v = dEt(), b = uEt(), w = cEt(), I = pEt(), P = fEt(), N = hEt(), x = yEt(), K = mEt(), k = vEt(), W = EEt(), te = TEt(), ee = bEt(), ce = IEt(), re = AEt(), ye = wEt(), S = REt(), ie = _Et(), ue = gEt(), H = DEt(), oe = CEt(), ve = $Et(), Pe = OEt(), De = PEt(), Ie = VEt(), Re = NEt(), Be = MEt(), $e = LEt(), ze = BEt(), st = xEt(), kt = UEt(), er = jEt(), vr = fm;
|
|
73574
|
+
return Zu.transformMap = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, a.baseMap), ie.selectMap), Re.frameMap), K.insertMap), De.updateMap), v.deleteMap), Pe.truncateMap), k.mergeMap), p.createTableMap), l.constraintMap), u.alterTableMap), d.alterActionMap), w.dropTableMap), Be.renameTableMap), S.schemaMap), Ie.viewMap), x.indexMap), ve.triggerMap), ue.sequenceMap), H.typeMap), b.domainMap), ye.roleMap), W.policyMap), N.functionMap), ce.procedureMap), re.procClauseMap), i.analyzeMap), I.explainMap), oe.transactionMap), y.dclMap), ee.proceduralLanguageMap), te.preparedStatementsMap), $e.otherClausesMap), kt.sqliteMap), ze.bigqueryMap), er.mysqlMap), st.postgresqlMap), P.exprMap), t.dataTypeMap), vr.unsupportedGrammarMap), Zu;
|
|
73574
73575
|
}
|
|
73575
73576
|
var s$;
|
|
73576
73577
|
function Ut() {
|
|
@@ -73670,7 +73671,7 @@ class Hh {
|
|
|
73670
73671
|
get columns() {
|
|
73671
73672
|
var u;
|
|
73672
73673
|
return (((u = this.dataSource) == null ? void 0 : u.columns) || []).map((i) => {
|
|
73673
|
-
const a = new
|
|
73674
|
+
const a = new Wt(this.owner);
|
|
73674
73675
|
return a.source = i, a.parent = this.dataSource, a.as = i.as, a;
|
|
73675
73676
|
});
|
|
73676
73677
|
}
|
|
@@ -73682,7 +73683,7 @@ class Hh {
|
|
|
73682
73683
|
var u;
|
|
73683
73684
|
return (((u = this.dataSource) == null ? void 0 : u.selections) || []).map((i) => {
|
|
73684
73685
|
if (i.type === "column-ref") {
|
|
73685
|
-
const a = new
|
|
73686
|
+
const a = new Wt(this.owner);
|
|
73686
73687
|
return a.source = i, a.parent = i.parent, a.as = i.as, a;
|
|
73687
73688
|
} else if (i.type === "all-columns-selector") {
|
|
73688
73689
|
const a = new gd(this.owner);
|
|
@@ -73694,14 +73695,14 @@ class Hh {
|
|
|
73694
73695
|
get selectedColumns() {
|
|
73695
73696
|
var u;
|
|
73696
73697
|
return (((u = this.dataSource) == null ? void 0 : u.selectedColumns) || []).map((i) => {
|
|
73697
|
-
const a = new
|
|
73698
|
+
const a = new Wt(this.owner);
|
|
73698
73699
|
return a.source = i, a.parent = i.parent, a.as = i.as, a;
|
|
73699
73700
|
});
|
|
73700
73701
|
}
|
|
73701
73702
|
get primaryKeys() {
|
|
73702
73703
|
var u;
|
|
73703
73704
|
return (((u = this.dataSource) == null ? void 0 : u.primaryKeys) || []).map((i) => {
|
|
73704
|
-
const a = new
|
|
73705
|
+
const a = new Wt(this.owner);
|
|
73705
73706
|
return a.source = i, a.parent = i.parent, a.as = i.as, a;
|
|
73706
73707
|
});
|
|
73707
73708
|
}
|
|
@@ -73714,7 +73715,7 @@ class Hh {
|
|
|
73714
73715
|
var i;
|
|
73715
73716
|
const u = ((i = this.dataSource) == null ? void 0 : i.primaryKey) || null;
|
|
73716
73717
|
if (u) {
|
|
73717
|
-
const a = new
|
|
73718
|
+
const a = new Wt(this.owner);
|
|
73718
73719
|
return a.source = u, a.parent = u.parent, a.as = u.as, a;
|
|
73719
73720
|
}
|
|
73720
73721
|
return null;
|
|
@@ -73729,7 +73730,7 @@ class Hh {
|
|
|
73729
73730
|
this.dataSource = u;
|
|
73730
73731
|
}
|
|
73731
73732
|
}
|
|
73732
|
-
var
|
|
73733
|
+
var Yt = /* @__PURE__ */ ((d) => (d.String = "string", d.Number = "number", d.Boolean = "boolean", d.Null = "null", d.Date = "date", d))(Yt || {});
|
|
73733
73734
|
class Pr {
|
|
73734
73735
|
constructor(u) {
|
|
73735
73736
|
D(this, "owner");
|
|
@@ -73803,7 +73804,7 @@ class GM {
|
|
|
73803
73804
|
// The goal is to remove all references to that data source in a non-destructive way
|
|
73804
73805
|
removeDataSource(u) {
|
|
73805
73806
|
var i, a;
|
|
73806
|
-
this.left instanceof
|
|
73807
|
+
this.left instanceof Wt && ((i = this.left.parent) == null ? void 0 : i.id) === (u == null ? void 0 : u.id) && (this.left = null, this.remove()), this.right instanceof Wt && ((a = this.right.parent) == null ? void 0 : a.id) === (u == null ? void 0 : u.id) && (this.right = null, this.remove()), this.and.forEach((l) => {
|
|
73807
73808
|
l.removeDataSource(u);
|
|
73808
73809
|
}), this.or.forEach((l) => {
|
|
73809
73810
|
l.removeDataSource(u);
|
|
@@ -73820,13 +73821,13 @@ class GM {
|
|
|
73820
73821
|
let i = !1;
|
|
73821
73822
|
if (this.operator && this.left && this.right) {
|
|
73822
73823
|
let y = "";
|
|
73823
|
-
if (this.left instanceof
|
|
73824
|
+
if (this.left instanceof Wt) {
|
|
73824
73825
|
const b = this.left.as;
|
|
73825
73826
|
y = ((a = this.left.parent) == null ? void 0 : a.as) + "." + b;
|
|
73826
73827
|
} else
|
|
73827
73828
|
this.left instanceof Xs ? y = `'{{::${(l = this.left) == null ? void 0 : l.id}}}'` : this.left instanceof Pr && (y = this.left.toQuery());
|
|
73828
73829
|
let v = "";
|
|
73829
|
-
if (this.right instanceof
|
|
73830
|
+
if (this.right instanceof Wt) {
|
|
73830
73831
|
const b = this.right.as;
|
|
73831
73832
|
v = ((p = this.right.parent) == null ? void 0 : p.as) + "." + b;
|
|
73832
73833
|
} else
|
|
@@ -73908,7 +73909,7 @@ class dA {
|
|
|
73908
73909
|
get columns() {
|
|
73909
73910
|
var u;
|
|
73910
73911
|
return (((u = this.statement) == null ? void 0 : u.columns) || []).map((i) => {
|
|
73911
|
-
const a = new
|
|
73912
|
+
const a = new Wt(this.owner);
|
|
73912
73913
|
return a.source = i, a.parent = i.parent, a.as = i.as, a;
|
|
73913
73914
|
});
|
|
73914
73915
|
}
|
|
@@ -73920,7 +73921,7 @@ class dA {
|
|
|
73920
73921
|
var u;
|
|
73921
73922
|
return (((u = this.statement) == null ? void 0 : u.selections) || []).map((i) => {
|
|
73922
73923
|
if (i.type === "column-ref") {
|
|
73923
|
-
const a = new
|
|
73924
|
+
const a = new Wt(this.owner);
|
|
73924
73925
|
return a.source = i, a.parent = i.parent, a.as = i.as, a;
|
|
73925
73926
|
} else if (i.type === "all-columns-selector") {
|
|
73926
73927
|
const a = new gd(this.owner);
|
|
@@ -73932,14 +73933,14 @@ class dA {
|
|
|
73932
73933
|
get selectedColumns() {
|
|
73933
73934
|
var u;
|
|
73934
73935
|
return (((u = this.statement) == null ? void 0 : u.selectedColumns) || []).map((i) => {
|
|
73935
|
-
const a = new
|
|
73936
|
+
const a = new Wt(this.owner);
|
|
73936
73937
|
return a.source = i, a.parent = i.parent, a.as = i.as, a;
|
|
73937
73938
|
});
|
|
73938
73939
|
}
|
|
73939
73940
|
get primaryKeys() {
|
|
73940
73941
|
var u;
|
|
73941
73942
|
return (((u = this.statement) == null ? void 0 : u.primaryKeys) || []).map((i) => {
|
|
73942
|
-
const a = new
|
|
73943
|
+
const a = new Wt(this.owner);
|
|
73943
73944
|
return a.source = i, a.parent = i.parent, a.as = i.as, a;
|
|
73944
73945
|
});
|
|
73945
73946
|
}
|
|
@@ -73952,7 +73953,7 @@ class dA {
|
|
|
73952
73953
|
var i;
|
|
73953
73954
|
const u = ((i = this.statement) == null ? void 0 : i.primaryKey) || null;
|
|
73954
73955
|
if (u) {
|
|
73955
|
-
const a = new
|
|
73956
|
+
const a = new Wt(this.owner);
|
|
73956
73957
|
return a.source = u, a.parent = u.parent, a.as = u.as, a;
|
|
73957
73958
|
}
|
|
73958
73959
|
return null;
|
|
@@ -73997,7 +73998,7 @@ class Zi {
|
|
|
73997
73998
|
var u, i, a;
|
|
73998
73999
|
if (this.sourceType === "table")
|
|
73999
74000
|
return (this.entity ? fp(this.entity) : []).map((p) => {
|
|
74000
|
-
const t = new
|
|
74001
|
+
const t = new Wt(this.owner);
|
|
74001
74002
|
return t.source = p, t.parent = this, t.as = Wr(p.name), t;
|
|
74002
74003
|
}) || [];
|
|
74003
74004
|
if (this.sourceType === "query") {
|
|
@@ -74005,17 +74006,17 @@ class Zi {
|
|
|
74005
74006
|
return (u = this.query) == null || u.selections.forEach((p) => {
|
|
74006
74007
|
var t;
|
|
74007
74008
|
if (p.type === "column-ref") {
|
|
74008
|
-
const y = new
|
|
74009
|
+
const y = new Wt(this.owner);
|
|
74009
74010
|
y.source = p, y.parent = this, y.as = p.as, l.push(y);
|
|
74010
74011
|
} else
|
|
74011
74012
|
p.type === "all-columns-selector" && ((t = p.parent) == null ? void 0 : t.type) === "data-source" && p.parent.columns.forEach((b) => {
|
|
74012
|
-
const w = new
|
|
74013
|
+
const w = new Wt(this.owner);
|
|
74013
74014
|
w.source = b, w.parent = this, w.as = b.as, l.push(w);
|
|
74014
74015
|
});
|
|
74015
74016
|
}), l;
|
|
74016
74017
|
} else if (this.sourceType === "aggregation")
|
|
74017
74018
|
return (((a = (i = this.aggregation) == null ? void 0 : i.dataSource) == null ? void 0 : a.columns) || []).map((l) => {
|
|
74018
|
-
const p = new
|
|
74019
|
+
const p = new Wt(this.owner);
|
|
74019
74020
|
return p.source = l, p.parent = this, p.as = l.as, p;
|
|
74020
74021
|
});
|
|
74021
74022
|
return [];
|
|
@@ -74076,7 +74077,7 @@ class Zi {
|
|
|
74076
74077
|
return i.length > 0 ? i[0] : null;
|
|
74077
74078
|
}
|
|
74078
74079
|
}
|
|
74079
|
-
class
|
|
74080
|
+
class Wt {
|
|
74080
74081
|
constructor(u) {
|
|
74081
74082
|
D(this, "owner");
|
|
74082
74083
|
D(this, "source", null);
|
|
@@ -74521,11 +74522,11 @@ const qAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
74521
74522
|
AggregationStatement: Hh,
|
|
74522
74523
|
AggregationStatementType: yd,
|
|
74523
74524
|
AllColumnsSelector: gd,
|
|
74524
|
-
ColumnRef:
|
|
74525
|
+
ColumnRef: Wt,
|
|
74525
74526
|
DataSource: Zi,
|
|
74526
74527
|
DataSourceType: Hn,
|
|
74527
74528
|
NestedSearchStatement: dA,
|
|
74528
|
-
SearchLiteralValueType:
|
|
74529
|
+
SearchLiteralValueType: Yt,
|
|
74529
74530
|
SearchStatementLiteralValue: Pr,
|
|
74530
74531
|
SearchStatementNodeType: hy,
|
|
74531
74532
|
SearchStatementState: kM,
|
|
@@ -74928,27 +74929,27 @@ function In(d, u, i, a, l = !1) {
|
|
|
74928
74929
|
const ie = d.left;
|
|
74929
74930
|
if (ie.type === "identifier") {
|
|
74930
74931
|
const H = u.find(
|
|
74931
|
-
(
|
|
74932
|
+
(oe) => We(oe.as) === We(ie.text)
|
|
74932
74933
|
);
|
|
74933
74934
|
if (H) {
|
|
74934
|
-
p.left = new
|
|
74935
|
-
const
|
|
74936
|
-
|
|
74937
|
-
const ve = i.addDataSource(
|
|
74935
|
+
p.left = new Wt(i), p.left.source = H.source, p.left.as = We(H.as);
|
|
74936
|
+
const oe = new Zi(i);
|
|
74937
|
+
oe.entity = ((t = H.parent) == null ? void 0 : t.entity) || null, oe.query = ((y = H.parent) == null ? void 0 : y.query) || null, oe.aggregation = ((v = H.parent) == null ? void 0 : v.aggregation) || null, oe.sourceType = ((b = H.parent) == null ? void 0 : b.sourceType) || null;
|
|
74938
|
+
const ve = i.addDataSource(oe);
|
|
74938
74939
|
p.left.parent = ve, p.operator = S;
|
|
74939
74940
|
}
|
|
74940
74941
|
} else if (ie.type === "member_expr") {
|
|
74941
74942
|
if (l)
|
|
74942
74943
|
debugger;
|
|
74943
|
-
const H = ie.property.type === "identifier" ? We(ie.property.text) : "",
|
|
74944
|
+
const H = ie.property.type === "identifier" ? We(ie.property.text) : "", oe = u.find(
|
|
74944
74945
|
(ve) => We(ve.as) === H
|
|
74945
74946
|
);
|
|
74946
74947
|
if (l)
|
|
74947
74948
|
debugger;
|
|
74948
|
-
if (
|
|
74949
|
-
p.left = new
|
|
74949
|
+
if (oe) {
|
|
74950
|
+
p.left = new Wt(i), p.left.source = oe, p.left.as = We(oe.as);
|
|
74950
74951
|
const ve = new Zi(i);
|
|
74951
|
-
ve.entity = ((w =
|
|
74952
|
+
ve.entity = ((w = oe.parent) == null ? void 0 : w.entity) || null, ve.query = ((I = oe.parent) == null ? void 0 : I.query) || null, ve.aggregation = ((P = oe.parent) == null ? void 0 : P.aggregation) || null, ve.sourceType = ((N = oe.parent) == null ? void 0 : N.sourceType) || null;
|
|
74952
74953
|
const Pe = i.addDataSource(ve);
|
|
74953
74954
|
if (p.left.parent = Pe, p.operator = S, l)
|
|
74954
74955
|
debugger;
|
|
@@ -74957,25 +74958,25 @@ function In(d, u, i, a, l = !1) {
|
|
|
74957
74958
|
debugger;
|
|
74958
74959
|
} else if (ie.type === "number_literal") {
|
|
74959
74960
|
const H = new Pr(i);
|
|
74960
|
-
H.value = ie.value, H.valueType =
|
|
74961
|
+
H.value = ie.value, H.valueType = Yt.Number, p.left = H, p.operator = S;
|
|
74961
74962
|
} else if (ie.type === "string_literal") {
|
|
74962
74963
|
const H = new Pr(i);
|
|
74963
|
-
V(ie.value).isValid() ? (H.value = new Date(ie.value), H.valueType =
|
|
74964
|
+
V(ie.value).isValid() ? (H.value = new Date(ie.value), H.valueType = Yt.Date) : (H.value = ie.value, H.valueType = Yt.String), p.left = H, p.operator = S;
|
|
74964
74965
|
} else if (ie.type === "boolean_literal") {
|
|
74965
74966
|
const H = new Pr(i);
|
|
74966
|
-
H.value = ie.value, H.valueType =
|
|
74967
|
+
H.value = ie.value, H.valueType = Yt.Boolean, p.left = H, p.operator = S;
|
|
74967
74968
|
} else if (ie.type === "null_literal") {
|
|
74968
74969
|
const H = new Pr(i);
|
|
74969
|
-
H.value = ie.value, H.valueType =
|
|
74970
|
+
H.value = ie.value, H.valueType = Yt.Null, p.left = H, p.operator = S;
|
|
74970
74971
|
} else if (ie.type === "binary_expr") {
|
|
74971
74972
|
const H = Gc(
|
|
74972
74973
|
ie
|
|
74973
|
-
),
|
|
74974
|
+
), oe = dp(
|
|
74974
74975
|
ie
|
|
74975
74976
|
);
|
|
74976
74977
|
if (l)
|
|
74977
74978
|
debugger;
|
|
74978
|
-
if (
|
|
74979
|
+
if (oe) {
|
|
74979
74980
|
const ve = fA(
|
|
74980
74981
|
ie,
|
|
74981
74982
|
p,
|
|
@@ -75005,27 +75006,27 @@ function In(d, u, i, a, l = !1) {
|
|
|
75005
75006
|
debugger;
|
|
75006
75007
|
if (ue.type === "identifier") {
|
|
75007
75008
|
const H = u.find(
|
|
75008
|
-
(
|
|
75009
|
+
(oe) => We(oe.as) === We(ue.text)
|
|
75009
75010
|
);
|
|
75010
75011
|
if (H) {
|
|
75011
|
-
p.right = new
|
|
75012
|
-
const
|
|
75013
|
-
|
|
75014
|
-
const ve = i.addDataSource(
|
|
75012
|
+
p.right = new Wt(i), p.right.source = H, p.right.as = We(H.as);
|
|
75013
|
+
const oe = new Zi(i);
|
|
75014
|
+
oe.entity = ((x = H.parent) == null ? void 0 : x.entity) || null, oe.query = ((K = H.parent) == null ? void 0 : K.query) || null, oe.aggregation = ((k = H.parent) == null ? void 0 : k.aggregation) || null, oe.sourceType = ((W = H.parent) == null ? void 0 : W.sourceType) || null;
|
|
75015
|
+
const ve = i.addDataSource(oe);
|
|
75015
75016
|
p.right.parent = ve;
|
|
75016
75017
|
}
|
|
75017
75018
|
} else if (ue.type === "member_expr") {
|
|
75018
75019
|
if (l)
|
|
75019
75020
|
debugger;
|
|
75020
|
-
const H = ue.property.type === "identifier" ? We(ue.property.text) : "",
|
|
75021
|
+
const H = ue.property.type === "identifier" ? We(ue.property.text) : "", oe = u.find(
|
|
75021
75022
|
(ve) => We(ve.as) === H
|
|
75022
75023
|
);
|
|
75023
75024
|
if (l)
|
|
75024
75025
|
debugger;
|
|
75025
|
-
if (
|
|
75026
|
-
p.right = new
|
|
75026
|
+
if (oe) {
|
|
75027
|
+
p.right = new Wt(i), p.right.source = oe, p.right.as = We(oe.as);
|
|
75027
75028
|
const ve = new Zi(i);
|
|
75028
|
-
ve.entity = ((te =
|
|
75029
|
+
ve.entity = ((te = oe.parent) == null ? void 0 : te.entity) || null, ve.query = ((ee = oe.parent) == null ? void 0 : ee.query) || null, ve.aggregation = ((ce = oe.parent) == null ? void 0 : ce.aggregation) || null, ve.sourceType = ((re = oe.parent) == null ? void 0 : re.sourceType) || null;
|
|
75029
75030
|
const Pe = i.addDataSource(ve);
|
|
75030
75031
|
if (p.right.parent = Pe, l)
|
|
75031
75032
|
debugger;
|
|
@@ -75034,16 +75035,16 @@ function In(d, u, i, a, l = !1) {
|
|
|
75034
75035
|
debugger;
|
|
75035
75036
|
} else if (ue.type === "number_literal") {
|
|
75036
75037
|
const H = new Pr(i);
|
|
75037
|
-
H.value = ue.value, H.valueType =
|
|
75038
|
+
H.value = ue.value, H.valueType = Yt.Number, p.right = H;
|
|
75038
75039
|
} else if (ue.type === "string_literal") {
|
|
75039
75040
|
const H = new Pr(i);
|
|
75040
|
-
V(ue.value).isValid() ? (H.value = new Date(ue.value), H.valueType =
|
|
75041
|
+
V(ue.value).isValid() ? (H.value = new Date(ue.value), H.valueType = Yt.Date) : (H.value = ue.value, H.valueType = Yt.String), p.right = H;
|
|
75041
75042
|
} else if (ue.type === "boolean_literal") {
|
|
75042
75043
|
const H = new Pr(i);
|
|
75043
|
-
H.value = ue.value, H.valueType =
|
|
75044
|
+
H.value = ue.value, H.valueType = Yt.Boolean, p.right = H;
|
|
75044
75045
|
} else if (ue.type === "null_literal") {
|
|
75045
75046
|
const H = new Pr(i);
|
|
75046
|
-
H.value = ue.value, H.valueType =
|
|
75047
|
+
H.value = ue.value, H.valueType = Yt.Null, p.right = H;
|
|
75047
75048
|
} else if (ue.type === "binary_expr") {
|
|
75048
75049
|
if (l)
|
|
75049
75050
|
debugger;
|
|
@@ -75053,7 +75054,7 @@ function In(d, u, i, a, l = !1) {
|
|
|
75053
75054
|
if (l)
|
|
75054
75055
|
debugger;
|
|
75055
75056
|
if (H) {
|
|
75056
|
-
const
|
|
75057
|
+
const oe = In(
|
|
75057
75058
|
ue,
|
|
75058
75059
|
u,
|
|
75059
75060
|
i,
|
|
@@ -75061,10 +75062,10 @@ function In(d, u, i, a, l = !1) {
|
|
|
75061
75062
|
);
|
|
75062
75063
|
if (l)
|
|
75063
75064
|
debugger;
|
|
75064
|
-
if (
|
|
75065
|
-
if (
|
|
75065
|
+
if (oe) {
|
|
75066
|
+
if (oe.parent = p, l)
|
|
75066
75067
|
debugger;
|
|
75067
|
-
ye === "AND" ? p.and.push(
|
|
75068
|
+
ye === "AND" ? p.and.push(oe) : ye === "OR" && p.or.push(oe);
|
|
75068
75069
|
}
|
|
75069
75070
|
}
|
|
75070
75071
|
if (l)
|
|
@@ -75167,21 +75168,21 @@ function hA(d, u, i, a, l, p = {
|
|
|
75167
75168
|
y.push(...re.errors), ce.statement = re.state;
|
|
75168
75169
|
const ye = new Zi(a);
|
|
75169
75170
|
ye.query = ce, ye.sourceType = Hn.Query;
|
|
75170
|
-
const S = ((k = re.state) == null ? void 0 : k.columns.map((
|
|
75171
|
+
const S = ((k = re.state) == null ? void 0 : k.columns.map((oe) => {
|
|
75171
75172
|
const ve = N.find(
|
|
75172
|
-
(Pe) => Pe.from === We(
|
|
75173
|
+
(Pe) => Pe.from === We(oe.as)
|
|
75173
75174
|
);
|
|
75174
75175
|
return ve ? {
|
|
75175
75176
|
as: ve.to,
|
|
75176
75177
|
column: {
|
|
75177
|
-
columnName: We(
|
|
75178
|
-
property:
|
|
75178
|
+
columnName: We(oe.as),
|
|
75179
|
+
property: oe.property
|
|
75179
75180
|
}
|
|
75180
75181
|
} : {
|
|
75181
|
-
as: We(
|
|
75182
|
+
as: We(oe.as),
|
|
75182
75183
|
column: {
|
|
75183
|
-
columnName: We(
|
|
75184
|
-
property:
|
|
75184
|
+
columnName: We(oe.as),
|
|
75185
|
+
property: oe.property
|
|
75185
75186
|
}
|
|
75186
75187
|
};
|
|
75187
75188
|
})) || [];
|
|
@@ -75194,8 +75195,8 @@ function hA(d, u, i, a, l, p = {
|
|
|
75194
75195
|
// true
|
|
75195
75196
|
);
|
|
75196
75197
|
if (ue.joinType = I, Object.values(yd).includes(I)) {
|
|
75197
|
-
const
|
|
75198
|
-
if (ue.on = H, ue.dataSource =
|
|
75198
|
+
const oe = a.addDataSource(ye);
|
|
75199
|
+
if (ue.on = H, ue.dataSource = oe, ue.as = ie, t)
|
|
75199
75200
|
debugger;
|
|
75200
75201
|
v.push(ue);
|
|
75201
75202
|
}
|
|
@@ -75316,44 +75317,44 @@ function QM(d, u, i = !1) {
|
|
|
75316
75317
|
const y = p.expr;
|
|
75317
75318
|
if (y.type === "string_literal") {
|
|
75318
75319
|
const v = new Pr(u);
|
|
75319
|
-
V(y.value).isValid() ? (v.value = new Date(y.value), v.valueType =
|
|
75320
|
-
const b = new
|
|
75320
|
+
V(y.value).isValid() ? (v.value = new Date(y.value), v.valueType = Yt.Date) : (v.value = y.value, v.valueType = Yt.String);
|
|
75321
|
+
const b = new Wt(u);
|
|
75321
75322
|
b.source = v, b.as = p.alias.text, t.push(b);
|
|
75322
75323
|
} else if (y.type === "number_literal") {
|
|
75323
75324
|
const v = new Pr(u);
|
|
75324
|
-
v.value = y.value, v.valueType =
|
|
75325
|
-
const b = new
|
|
75325
|
+
v.value = y.value, v.valueType = Yt.Number;
|
|
75326
|
+
const b = new Wt(u);
|
|
75326
75327
|
b.source = v, b.as = p.alias.text, t.push(b);
|
|
75327
75328
|
} else if (y.type === "boolean_literal") {
|
|
75328
75329
|
const v = new Pr(u);
|
|
75329
|
-
v.value = y.value, v.valueType =
|
|
75330
|
-
const b = new
|
|
75330
|
+
v.value = y.value, v.valueType = Yt.Boolean;
|
|
75331
|
+
const b = new Wt(u);
|
|
75331
75332
|
b.source = v, b.as = p.alias.text, t.push(b);
|
|
75332
75333
|
} else if (y.type === "null_literal") {
|
|
75333
75334
|
const v = new Pr(u);
|
|
75334
|
-
v.value = y.value, v.valueType =
|
|
75335
|
-
const b = new
|
|
75335
|
+
v.value = y.value, v.valueType = Yt.Null;
|
|
75336
|
+
const b = new Wt(u);
|
|
75336
75337
|
b.source = v, b.as = p.alias.text, t.push(b);
|
|
75337
75338
|
}
|
|
75338
75339
|
} else if (p.type === "string_literal") {
|
|
75339
75340
|
const y = new Pr(u);
|
|
75340
|
-
V(p.value).isValid() ? (y.value = new Date(p.value), y.valueType =
|
|
75341
|
-
const v = new
|
|
75341
|
+
V(p.value).isValid() ? (y.value = new Date(p.value), y.valueType = Yt.Date) : (y.value = p.value, y.valueType = Yt.String);
|
|
75342
|
+
const v = new Wt(u);
|
|
75342
75343
|
v.source = y, v.as = p.value.toString(), t.push(v);
|
|
75343
75344
|
} else if (p.type === "number_literal") {
|
|
75344
75345
|
const y = new Pr(u);
|
|
75345
|
-
y.value = p.value, y.valueType =
|
|
75346
|
-
const v = new
|
|
75346
|
+
y.value = p.value, y.valueType = Yt.Number;
|
|
75347
|
+
const v = new Wt(u);
|
|
75347
75348
|
v.source = y, v.as = p.value.toString(), t.push(v);
|
|
75348
75349
|
} else if (p.type === "boolean_literal") {
|
|
75349
75350
|
const y = new Pr(u);
|
|
75350
|
-
y.value = p.value, y.valueType =
|
|
75351
|
-
const v = new
|
|
75351
|
+
y.value = p.value, y.valueType = Yt.Boolean;
|
|
75352
|
+
const v = new Wt(u);
|
|
75352
75353
|
v.source = y, v.as = "boolean", t.push(v);
|
|
75353
75354
|
} else if (p.type === "null_literal") {
|
|
75354
75355
|
const y = new Pr(u);
|
|
75355
|
-
y.value = p.value, y.valueType =
|
|
75356
|
-
const v = new
|
|
75356
|
+
y.value = p.value, y.valueType = Yt.Null;
|
|
75357
|
+
const v = new Wt(u);
|
|
75357
75358
|
v.source = y, v.as = "empty", t.push(v);
|
|
75358
75359
|
}
|
|
75359
75360
|
return t;
|
|
@@ -75430,8 +75431,8 @@ function up(d, u, i = null, a = !1) {
|
|
|
75430
75431
|
(i == null ? void 0 : i.id) || O.UUID.uuid()
|
|
75431
75432
|
);
|
|
75432
75433
|
if (uA(u).forEach((H) => {
|
|
75433
|
-
const
|
|
75434
|
-
|
|
75434
|
+
const oe = new Zi(p);
|
|
75435
|
+
oe.entity = H, oe.sourceType = Hn.Table, oe.as = H.name, p.addDataSource(oe);
|
|
75435
75436
|
}), !d)
|
|
75436
75437
|
return {
|
|
75437
75438
|
state: p,
|
|
@@ -75448,7 +75449,7 @@ function up(d, u, i = null, a = !1) {
|
|
|
75448
75449
|
);
|
|
75449
75450
|
let b = [];
|
|
75450
75451
|
if ((v == null ? void 0 : v.type) === "table") {
|
|
75451
|
-
const
|
|
75452
|
+
const oe = u.entities.find((ve) => {
|
|
75452
75453
|
if (os(ve, Ce.PERSISTED_ENTITY)) {
|
|
75453
75454
|
const Pe = ap(
|
|
75454
75455
|
se(ve, u)
|
|
@@ -75466,7 +75467,7 @@ function up(d, u, i = null, a = !1) {
|
|
|
75466
75467
|
}
|
|
75467
75468
|
return !1;
|
|
75468
75469
|
});
|
|
75469
|
-
if (!
|
|
75470
|
+
if (!oe)
|
|
75470
75471
|
l.push({
|
|
75471
75472
|
entity: "table",
|
|
75472
75473
|
code: "not-found",
|
|
@@ -75474,16 +75475,16 @@ function up(d, u, i = null, a = !1) {
|
|
|
75474
75475
|
});
|
|
75475
75476
|
else {
|
|
75476
75477
|
const ve = new Zi(p);
|
|
75477
|
-
ve.sourceType = Hn.Table, ve.entity =
|
|
75478
|
+
ve.sourceType = Hn.Table, ve.entity = oe, p.from = p.addDataSource(ve);
|
|
75478
75479
|
}
|
|
75479
75480
|
} else if ((v == null ? void 0 : v.type) === "query") {
|
|
75480
75481
|
const H = new dA(p);
|
|
75481
75482
|
H.as = We(v == null ? void 0 : v.as) || (v == null ? void 0 : v.name) || "Nested search";
|
|
75482
|
-
const
|
|
75483
|
+
const oe = up(
|
|
75483
75484
|
v.subquery,
|
|
75484
75485
|
u
|
|
75485
75486
|
);
|
|
75486
|
-
l.push(...
|
|
75487
|
+
l.push(...oe.errors), H.statement = oe.state;
|
|
75487
75488
|
const ve = new Zi(p);
|
|
75488
75489
|
ve.sourceType = Hn.Query, ve.query = H;
|
|
75489
75490
|
const Pe = p.addDataSource(ve);
|
|
@@ -75507,14 +75508,14 @@ function up(d, u, i = null, a = !1) {
|
|
|
75507
75508
|
...P,
|
|
75508
75509
|
...N
|
|
75509
75510
|
// Filter out duplicates
|
|
75510
|
-
].filter((H,
|
|
75511
|
+
].filter((H, oe, ve) => ve.findIndex((Pe) => Pe.to === H.to) === oe), K = w ? I.filter(
|
|
75511
75512
|
(H) => !x.find(
|
|
75512
|
-
(
|
|
75513
|
+
(oe) => oe.to === H.to
|
|
75513
75514
|
)
|
|
75514
75515
|
) : [], k = HM(w);
|
|
75515
75516
|
if (((k == null ? void 0 : k.columns.filter(
|
|
75516
75517
|
(H) => !I.find(
|
|
75517
|
-
(
|
|
75518
|
+
(oe) => oe.to === H.name
|
|
75518
75519
|
)
|
|
75519
75520
|
)) || []).forEach((H) => {
|
|
75520
75521
|
x.push({
|
|
@@ -75541,26 +75542,26 @@ function up(d, u, i = null, a = !1) {
|
|
|
75541
75542
|
...b,
|
|
75542
75543
|
...te.columnMappings
|
|
75543
75544
|
// Filter out duplicates
|
|
75544
|
-
].filter((H,
|
|
75545
|
+
].filter((H, oe, ve) => ve.findIndex((Pe) => We(Pe.as) === We(H.as)) === oe);
|
|
75545
75546
|
x.forEach((H) => {
|
|
75546
75547
|
var Pe, De, Ie, Re, Be;
|
|
75547
|
-
const
|
|
75548
|
+
const oe = new Wt(p), ve = (((Pe = p.from) == null ? void 0 : Pe.columns) || []).find(
|
|
75548
75549
|
($e) => $e.as === H.from
|
|
75549
75550
|
);
|
|
75550
75551
|
if (ve) {
|
|
75551
|
-
|
|
75552
|
+
oe.source = ve, oe.as = We(H.to);
|
|
75552
75553
|
const $e = new Zi(p);
|
|
75553
75554
|
$e.entity = (De = ve.parent) == null ? void 0 : De.entity, $e.sourceType = ((Ie = ve.parent) == null ? void 0 : Ie.sourceType) || null, $e.query = ((Re = ve.parent) == null ? void 0 : Re.query) || null, $e.aggregation = ((Be = ve.parent) == null ? void 0 : Be.aggregation) || null;
|
|
75554
75555
|
const ze = p.addDataSource($e);
|
|
75555
|
-
|
|
75556
|
+
oe.parent = ze, p.addSelection(oe);
|
|
75556
75557
|
}
|
|
75557
75558
|
}), K.forEach((H) => {
|
|
75558
|
-
for (let
|
|
75559
|
-
const ve = te.aggregations[
|
|
75559
|
+
for (let oe = 0; oe < te.aggregations.length; oe++) {
|
|
75560
|
+
const ve = te.aggregations[oe];
|
|
75560
75561
|
for (let Pe = 0; Pe < ve.columns.length; Pe++) {
|
|
75561
75562
|
const De = ve.columns[Pe];
|
|
75562
75563
|
if (We(De.as) === H.from) {
|
|
75563
|
-
const Ie = new
|
|
75564
|
+
const Ie = new Wt(p);
|
|
75564
75565
|
Ie.source = De, Ie.as = We(H.to);
|
|
75565
75566
|
const Re = new Zi(p);
|
|
75566
75567
|
Re.sourceType = Hn.Aggregation, Re.aggregation = ve;
|
|
@@ -75577,13 +75578,13 @@ function up(d, u, i = null, a = !1) {
|
|
|
75577
75578
|
).forEach((H) => {
|
|
75578
75579
|
p.addSelection(H);
|
|
75579
75580
|
}), k == null || k.scopedSelectAll.forEach((H) => {
|
|
75580
|
-
const
|
|
75581
|
+
const oe = p.usedDataSources.find(
|
|
75581
75582
|
(Pe) => We(Pe.as) === H
|
|
75582
75583
|
);
|
|
75583
|
-
if (!
|
|
75584
|
+
if (!oe)
|
|
75584
75585
|
return;
|
|
75585
75586
|
const ve = new gd(p);
|
|
75586
|
-
ve.parent =
|
|
75587
|
+
ve.parent = oe, p.addSelection(ve);
|
|
75587
75588
|
});
|
|
75588
75589
|
const re = tL(
|
|
75589
75590
|
y,
|
|
@@ -75599,19 +75600,19 @@ function up(d, u, i = null, a = !1) {
|
|
|
75599
75600
|
);
|
|
75600
75601
|
if (ie !== null) {
|
|
75601
75602
|
const H = new Pr(p);
|
|
75602
|
-
H.valueType =
|
|
75603
|
+
H.valueType = Yt.Number, H.value = ie, p.limit = H;
|
|
75603
75604
|
}
|
|
75604
75605
|
if ((p.limit === null || p.limit === void 0 || ie === 1) && (p.asList = (i == null ? void 0 : i.resultsAsList) || !1), S !== null) {
|
|
75605
75606
|
const H = new Pr(p);
|
|
75606
|
-
H.valueType =
|
|
75607
|
+
H.valueType = Yt.Number, H.value = S, p.offset = H;
|
|
75607
75608
|
}
|
|
75608
75609
|
return ue && aL(
|
|
75609
75610
|
ue,
|
|
75610
75611
|
y,
|
|
75611
75612
|
ee,
|
|
75612
75613
|
p
|
|
75613
|
-
).forEach((
|
|
75614
|
-
|
|
75614
|
+
).forEach((oe, ve) => {
|
|
75615
|
+
oe.index = ve, p.addSort(oe);
|
|
75615
75616
|
}), {
|
|
75616
75617
|
state: p,
|
|
75617
75618
|
errors: l
|
|
@@ -75655,13 +75656,13 @@ const ZAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
75655
75656
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
75656
75657
|
function n$(d) {
|
|
75657
75658
|
switch (d) {
|
|
75658
|
-
case
|
|
75659
|
+
case Yt.String:
|
|
75659
75660
|
return z.String;
|
|
75660
|
-
case
|
|
75661
|
+
case Yt.Number:
|
|
75661
75662
|
return z.Number;
|
|
75662
|
-
case
|
|
75663
|
+
case Yt.Boolean:
|
|
75663
75664
|
return z.Boolean;
|
|
75664
|
-
case
|
|
75665
|
+
case Yt.Date:
|
|
75665
75666
|
return z.Date;
|
|
75666
75667
|
default:
|
|
75667
75668
|
return z.String;
|
|
@@ -75669,19 +75670,19 @@ function n$(d) {
|
|
|
75669
75670
|
}
|
|
75670
75671
|
function a$(d, u) {
|
|
75671
75672
|
switch (d) {
|
|
75672
|
-
case
|
|
75673
|
+
case Yt.String:
|
|
75673
75674
|
return u.get(
|
|
75674
75675
|
me["primitive-entity"].string.id
|
|
75675
75676
|
);
|
|
75676
|
-
case
|
|
75677
|
+
case Yt.Number:
|
|
75677
75678
|
return u.get(
|
|
75678
75679
|
me["primitive-entity"].number.id
|
|
75679
75680
|
);
|
|
75680
|
-
case
|
|
75681
|
+
case Yt.Boolean:
|
|
75681
75682
|
return u.get(
|
|
75682
75683
|
me["primitive-entity"].boolean.id
|
|
75683
75684
|
);
|
|
75684
|
-
case
|
|
75685
|
+
case Yt.Date:
|
|
75685
75686
|
return u.get(
|
|
75686
75687
|
me["primitive-entity"].date.id
|
|
75687
75688
|
);
|
|
@@ -78482,8 +78483,8 @@ function dL(d) {
|
|
|
78482
78483
|
if (!a)
|
|
78483
78484
|
u.push(
|
|
78484
78485
|
Bt({
|
|
78485
|
-
id: `${d.id}--${
|
|
78486
|
-
code:
|
|
78486
|
+
id: `${d.id}--${le.InternalCallParentMissingDataType}`,
|
|
78487
|
+
code: le.InternalCallParentMissingDataType,
|
|
78487
78488
|
severity: Z.Error,
|
|
78488
78489
|
message: `Entity of type "${d.type}" with id "${d.id}", belongs to a variable whose data type entity doesn't contain its declaration method (function-declaration) its id "${d.declaration}".`,
|
|
78489
78490
|
issue: null,
|
|
@@ -78497,8 +78498,8 @@ function dL(d) {
|
|
|
78497
78498
|
].includes(a.type))
|
|
78498
78499
|
u.push(
|
|
78499
78500
|
Bt({
|
|
78500
|
-
id: `${d.id}--${
|
|
78501
|
-
code:
|
|
78501
|
+
id: `${d.id}--${le.InternalCallParentDeclarationEntityInvalidType}`,
|
|
78502
|
+
code: le.InternalCallParentDeclarationEntityInvalidType,
|
|
78502
78503
|
severity: Z.Error,
|
|
78503
78504
|
message: `Entity of type "${d.type}" with id "${d.id}", belongs to a variable whose data type 'entity' is not a definition entity, built-in base entity or primitive entity.
|
|
78504
78505
|
This variable's data-type has an 'entity' field that references an entity with id '${a.id}' and of type '${a.type}'.`,
|
|
@@ -78536,8 +78537,8 @@ This variable's data-type 'entity' is a non-interactive 'built-in-base-entity'.s
|
|
|
78536
78537
|
);
|
|
78537
78538
|
y ? y.type !== f.FunctionDeclaration && u.push(
|
|
78538
78539
|
Bt({
|
|
78539
|
-
id: `${d.id}--${
|
|
78540
|
-
code:
|
|
78540
|
+
id: `${d.id}--${le.InternalCallDeclarationIsNotFunctionDeclaration}`,
|
|
78541
|
+
code: le.InternalCallDeclarationIsNotFunctionDeclaration,
|
|
78541
78542
|
severity: Z.Error,
|
|
78542
78543
|
message: `Entity of type "${d.type}" with id "${d.id}", points to a 'declaration' that isn't a 'function-declaration' entity.
|
|
78543
78544
|
The declaration of the internal-call must be a 'function-declaration' entity which exists as a method in the entity of the data-type of the parent variable.${t}`,
|
|
@@ -78546,8 +78547,8 @@ The declaration of the internal-call must be a 'function-declaration' entity whi
|
|
|
78546
78547
|
}).error
|
|
78547
78548
|
) : u.push(
|
|
78548
78549
|
Bt({
|
|
78549
|
-
id: `${d.id}--${
|
|
78550
|
-
code:
|
|
78550
|
+
id: `${d.id}--${le.InternalCallDeclarationNotFoundInParentDatatypeEntity}`,
|
|
78551
|
+
code: le.InternalCallDeclarationNotFoundInParentDatatypeEntity,
|
|
78551
78552
|
severity: Z.Error,
|
|
78552
78553
|
message: `Entity of type "${d.type}" with id "${d.id}", belongs to a variable whose data type entity doesn't contain its declaration method (function-declaration) with id "${d.declaration}".${t}`,
|
|
78553
78554
|
issue: null,
|
|
@@ -78705,8 +78706,8 @@ const Rt = class Rt extends mr {
|
|
|
78705
78706
|
if (!w)
|
|
78706
78707
|
p.push(
|
|
78707
78708
|
new X({
|
|
78708
|
-
id: `${l.id}--${
|
|
78709
|
-
code:
|
|
78709
|
+
id: `${l.id}--${le.InternalCallParentMissingDataType}`,
|
|
78710
|
+
code: le.InternalCallParentMissingDataType,
|
|
78710
78711
|
severity: Z.Error,
|
|
78711
78712
|
message: `Entity of type "${l.type}" with id "${l.id}", belongs to a variable whose data type entity doesn't contain its declaration method (function-declaration) its id "${l.declaration}".`,
|
|
78712
78713
|
issue: null
|
|
@@ -78719,8 +78720,8 @@ const Rt = class Rt extends mr {
|
|
|
78719
78720
|
].includes(w.type))
|
|
78720
78721
|
p.push(
|
|
78721
78722
|
new X({
|
|
78722
|
-
id: `${l.id}--${
|
|
78723
|
-
code:
|
|
78723
|
+
id: `${l.id}--${le.InternalCallParentDeclarationEntityInvalidType}`,
|
|
78724
|
+
code: le.InternalCallParentDeclarationEntityInvalidType,
|
|
78724
78725
|
severity: Z.Error,
|
|
78725
78726
|
message: `Entity of type "${l.type}" with id "${l.id}", belongs to a variable whose data type 'entity' is not a definition entity, built-in base entity or primitive entity.
|
|
78726
78727
|
This variable's data-type has an 'entity' field that references an entity with id '${w.id}' and of type '${w.type}'.`,
|
|
@@ -78776,8 +78777,8 @@ ${qo}`);
|
|
|
78776
78777
|
);
|
|
78777
78778
|
k ? k.type !== f.FunctionDeclaration && p.push(
|
|
78778
78779
|
new X({
|
|
78779
|
-
id: `${l.id}--${
|
|
78780
|
-
code:
|
|
78780
|
+
id: `${l.id}--${le.InternalCallDeclarationIsNotFunctionDeclaration}`,
|
|
78781
|
+
code: le.InternalCallDeclarationIsNotFunctionDeclaration,
|
|
78781
78782
|
severity: Z.Error,
|
|
78782
78783
|
message: `Entity of type "${l.type}" with id "${l.id}", points to a 'declaration' that isn't a 'function-declaration' entity.
|
|
78783
78784
|
The declaration of the internal-call must be a 'function-declaration' entity which exists as a method in the entity of the data-type of the parent variable.${P}`,
|
|
@@ -78785,8 +78786,8 @@ The declaration of the internal-call must be a 'function-declaration' entity whi
|
|
|
78785
78786
|
})
|
|
78786
78787
|
) : p.push(
|
|
78787
78788
|
new X({
|
|
78788
|
-
id: `${l.id}--${
|
|
78789
|
-
code:
|
|
78789
|
+
id: `${l.id}--${le.InternalCallDeclarationNotFoundInParentDatatypeEntity}`,
|
|
78790
|
+
code: le.InternalCallDeclarationNotFoundInParentDatatypeEntity,
|
|
78790
78791
|
severity: Z.Error,
|
|
78791
78792
|
message: `Entity of type "${l.type}" with id "${l.id}", belongs to a variable whose data type entity doesn't contain its declaration method (function-declaration) with id "${l.declaration}".${P}`,
|
|
78792
78793
|
issue: null
|
|
@@ -80502,8 +80503,8 @@ You can't edit input-map entities as they need to match their argument declarati
|
|
|
80502
80503
|
if (x && x.type === f.ActionDescriptor)
|
|
80503
80504
|
p.push(
|
|
80504
80505
|
new X({
|
|
80505
|
-
id: `${l.id}--${
|
|
80506
|
-
code:
|
|
80506
|
+
id: `${l.id}--${le.NoOverlapWithImplementedSignature}`,
|
|
80507
|
+
code: le.NoOverlapWithImplementedSignature,
|
|
80507
80508
|
severity: Z.Error,
|
|
80508
80509
|
message: `Entity of type '${f.InputMap}' with id '${l.id}' cannot be added to the parent entity of type '${y.type}' with id '${y.id}'. The data type of the 'variable-declaration' is a 'action-descriptor' entity.
|
|
80509
80510
|
This means it can hold a function-call or operation as its value, to be executed programatically.
|
|
@@ -80527,8 +80528,8 @@ The entity is ${b$(
|
|
|
80527
80528
|
a
|
|
80528
80529
|
)}`, W += "Technically, an implemented variable-declaration or variable-instance will be generated with all ", p.push(
|
|
80529
80530
|
new X({
|
|
80530
|
-
id: `${l.id}--${
|
|
80531
|
-
code:
|
|
80531
|
+
id: `${l.id}--${le.NoOverlapWithImplementedSignature}`,
|
|
80532
|
+
code: le.NoOverlapWithImplementedSignature,
|
|
80532
80533
|
severity: Z.Error,
|
|
80533
80534
|
message: `Entity of type '${f.InputMap}' with id '${l.id}' cannot be added to the parent entity of type '${y.type}' with id '${y.id}'. The 'declaration' with '${v.id}' of the 'input-map' does not exist in 'entity' field implemented the parent ${y.type}'s 'data-type'.${W}`,
|
|
80534
80535
|
issue: null
|
|
@@ -80547,8 +80548,8 @@ The entity is ${b$(
|
|
|
80547
80548
|
)}'`;
|
|
80548
80549
|
N || p.push(
|
|
80549
80550
|
new X({
|
|
80550
|
-
id: `${l.id}--${
|
|
80551
|
-
code:
|
|
80551
|
+
id: `${l.id}--${le.NoOverlapWithImplementedSignature}`,
|
|
80552
|
+
code: le.NoOverlapWithImplementedSignature,
|
|
80552
80553
|
severity: Z.Error,
|
|
80553
80554
|
message: `Entity of type '${f.InputMap}' with id '${l.id}' cannot be added to the parent entity of type '${y.type}' with id '${y.id}'. The parent entity does not have an 'argument-declaration' with id '${l.declaration}'.
|
|
80554
80555
|
You can't add an input-map to an entity that doesn't have a matching 'argument-declaration'.
|
|
@@ -81656,8 +81657,8 @@ You can't edit output-map entities as they need to match their return declaratio
|
|
|
81656
81657
|
const I = yi(y), P = I.dataType, N = (v = I.dataType) == null ? void 0 : v.entity;
|
|
81657
81658
|
P ? N ? N.type === f.ActionDescriptor ? p.push(
|
|
81658
81659
|
new X({
|
|
81659
|
-
id: `${l.id}--${
|
|
81660
|
-
code:
|
|
81660
|
+
id: `${l.id}--${le.NoOverlapWithImplementedSignature}`,
|
|
81661
|
+
code: le.NoOverlapWithImplementedSignature,
|
|
81661
81662
|
severity: Z.Error,
|
|
81662
81663
|
message: `Entity of type '${f.OutputMap}' with id '${l.id}' cannot be added to the parent entity of type '${y.type}' with id '${y.id}'. The data type of the 'variable-declaration' is a 'action-descriptor' entity.
|
|
81663
81664
|
This means it can hold a function-call or operation as its value, to be executed programatically.
|
|
@@ -81666,8 +81667,8 @@ Output maps can only be added to variables which hold an entity with properties.
|
|
|
81666
81667
|
})
|
|
81667
81668
|
) : (N.properties || []).find((K) => K.id === w.id) || p.push(
|
|
81668
81669
|
new X({
|
|
81669
|
-
id: `${l.id}--${
|
|
81670
|
-
code:
|
|
81670
|
+
id: `${l.id}--${le.NoOverlapWithImplementedSignature}`,
|
|
81671
|
+
code: le.NoOverlapWithImplementedSignature,
|
|
81671
81672
|
severity: Z.Error,
|
|
81672
81673
|
message: `Entity of type '${f.OutputMap}' with id '${l.id}' cannot be added to the parent entity of type '${y.type}' with id '${y.id}'. The 'declaration' with '${w.id}' of the 'output-map' does not exist in the entity of the 'data-type'.
|
|
81673
81674
|
The entity of the data-type has the following properties that can be reads as output maps, ids: '${qe(
|
|
@@ -81679,8 +81680,8 @@ The entity of the data-type has the following properties that can be reads as ou
|
|
|
81679
81680
|
})
|
|
81680
81681
|
) : p.push(
|
|
81681
81682
|
new X({
|
|
81682
|
-
id: `${l.id}--${
|
|
81683
|
-
code:
|
|
81683
|
+
id: `${l.id}--${le.NoOverlapWithImplementedSignature}`,
|
|
81684
|
+
code: le.NoOverlapWithImplementedSignature,
|
|
81684
81685
|
severity: Z.Error,
|
|
81685
81686
|
message: `Entity of type '${f.OutputMap}' with id '${l.id}' cannot be added to the parent entity of type '${y.type}' with id '${y.id}'. The data type of the 'variable-declaration' doesn't have an 'entity' set, so it cannot be determined if the output-map is reading a valid property of the data type entity.
|
|
81686
81687
|
${v$}`,
|
|
@@ -81688,8 +81689,8 @@ ${v$}`,
|
|
|
81688
81689
|
})
|
|
81689
81690
|
) : p.push(
|
|
81690
81691
|
new X({
|
|
81691
|
-
id: `${l.id}--${
|
|
81692
|
-
code:
|
|
81692
|
+
id: `${l.id}--${le.NoOverlapWithImplementedSignature}`,
|
|
81693
|
+
code: le.NoOverlapWithImplementedSignature,
|
|
81693
81694
|
severity: Z.Error,
|
|
81694
81695
|
message: `Entity of type '${f.OutputMap}' with id '${l.id}' cannot be added to the parent entity of type '${y.type}' with id '${y.id}'. The data type of the 'variable-declaration' is not set, so it cannot be determined if the output-map is reading a valid property of the data type entity.
|
|
81695
81696
|
${v$}`,
|
|
@@ -82578,7 +82579,10 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
|
|
|
82578
82579
|
)
|
|
82579
82580
|
)) {
|
|
82580
82581
|
var l;
|
|
82581
|
-
return this.parent.type === f.Operation ?
|
|
82582
|
+
return this.parent.type === f.Operation ? (this.id === "validate-bitcoin-validated-entity-output-map-id" && console.log(
|
|
82583
|
+
"validate-bitcoin-validated-entity-output-map-id",
|
|
82584
|
+
"Inferring from declaration function"
|
|
82585
|
+
), this.parent.declaration.inferOutputMapDataType(this, i).self) : ((l = this.declaration) == null ? void 0 : l.getDataType(i)) || null;
|
|
82582
82586
|
}
|
|
82583
82587
|
};
|
|
82584
82588
|
D(gt, "repository", {
|
|
@@ -82819,8 +82823,8 @@ const Dt = class Dt extends mr {
|
|
|
82819
82823
|
)}.` : "The parent entity has all the arguments it needs implemented.";
|
|
82820
82824
|
w ? N && p.push(
|
|
82821
82825
|
new X({
|
|
82822
|
-
id: `${l.id}--${
|
|
82823
|
-
code:
|
|
82826
|
+
id: `${l.id}--${le.NoOverlapWithImplementedSignature}`,
|
|
82827
|
+
code: le.NoOverlapWithImplementedSignature,
|
|
82824
82828
|
severity: Z.Error,
|
|
82825
82829
|
message: `Entity of type '${f.ArgumentDeclaration}' with id '${l.id}' should not exist in a parent entity of type '${v.type}' with id '${v.id}' that implements a ${f.ActionDescriptor} with fixed arguments.
|
|
82826
82830
|
Adding a new argument would make the implementation invalid. An argument with the same name already exists in the parent entity.
|
|
@@ -82830,8 +82834,8 @@ ${K}`,
|
|
|
82830
82834
|
})
|
|
82831
82835
|
) : p.push(
|
|
82832
82836
|
new X({
|
|
82833
|
-
id: `${l.id}--${
|
|
82834
|
-
code:
|
|
82837
|
+
id: `${l.id}--${le.NoOverlapWithImplementedSignature}`,
|
|
82838
|
+
code: le.NoOverlapWithImplementedSignature,
|
|
82835
82839
|
severity: Z.Error,
|
|
82836
82840
|
message: `Entity of type '${f.ArgumentDeclaration}' with id '${l.id}' should not exist in a parent entity of type '${v.type}' with id '${v.id}' that implements a ${f.ActionDescriptor} with fixed arguments.
|
|
82837
82841
|
Adding a new argument would make the implementation invalid. There are no arguments in the descriptor with the same name.
|
|
@@ -88194,13 +88198,13 @@ const ns = class ns extends AT {
|
|
|
88194
88198
|
},
|
|
88195
88199
|
null
|
|
88196
88200
|
), console.log("existingValue", W), this.lastExecutionResults.writeValue(ce, S);
|
|
88197
|
-
const
|
|
88201
|
+
const oe = {
|
|
88198
88202
|
value: S,
|
|
88199
88203
|
valueOwner: i.currentIterationNumberArgumentDeclaration,
|
|
88200
88204
|
type: be.ExecutionResult,
|
|
88201
88205
|
inheritanceLink: null
|
|
88202
88206
|
};
|
|
88203
|
-
return I[ce.id] =
|
|
88207
|
+
return I[ce.id] = oe, oe;
|
|
88204
88208
|
}
|
|
88205
88209
|
const ie = {
|
|
88206
88210
|
id: O.UUID.uuid(),
|
|
@@ -88245,7 +88249,7 @@ const ns = class ns extends AT {
|
|
|
88245
88249
|
t
|
|
88246
88250
|
);
|
|
88247
88251
|
if (N = ee, N.results.forEach((ce) => {
|
|
88248
|
-
var ie, ue, H,
|
|
88252
|
+
var ie, ue, H, oe;
|
|
88249
88253
|
if (ce.valueOwner.type !== f.ReturnDeclaration)
|
|
88250
88254
|
return;
|
|
88251
88255
|
const re = i.body.inputs.find(
|
|
@@ -88253,7 +88257,7 @@ const ns = class ns extends AT {
|
|
|
88253
88257
|
ce.valueOwner
|
|
88254
88258
|
)
|
|
88255
88259
|
), S = [...((ue = (ie = I == null ? void 0 : I[re.id]) == null ? void 0 : ie.value) == null ? void 0 : ue.value) || [], ((H = ce == null ? void 0 : ce.value) == null ? void 0 : H.value) || null];
|
|
88256
|
-
(
|
|
88260
|
+
(oe = I[re.id].value) == null || oe.metaSync(
|
|
88257
88261
|
{
|
|
88258
88262
|
value: S
|
|
88259
88263
|
},
|
|
@@ -88414,7 +88418,7 @@ const ns = class ns extends AT {
|
|
|
88414
88418
|
type: be.ExecutionResult,
|
|
88415
88419
|
inheritanceLink: null
|
|
88416
88420
|
};
|
|
88417
|
-
const
|
|
88421
|
+
const oe = {
|
|
88418
88422
|
id: O.UUID.uuid(),
|
|
88419
88423
|
type: f.LiteralValue,
|
|
88420
88424
|
autogeneration: null,
|
|
@@ -88430,7 +88434,7 @@ const ns = class ns extends AT {
|
|
|
88430
88434
|
name: ue,
|
|
88431
88435
|
standaloneParent: S.toReference()
|
|
88432
88436
|
}, ve = St(
|
|
88433
|
-
|
|
88437
|
+
oe,
|
|
88434
88438
|
l
|
|
88435
88439
|
);
|
|
88436
88440
|
return this.lastExecutionResults.writeValue(
|
|
@@ -88452,14 +88456,14 @@ const ns = class ns extends AT {
|
|
|
88452
88456
|
t
|
|
88453
88457
|
);
|
|
88454
88458
|
if (N = ye, N.results.forEach((S) => {
|
|
88455
|
-
var
|
|
88459
|
+
var oe, ve, Pe;
|
|
88456
88460
|
if (S.valueOwner.type !== f.ReturnDeclaration)
|
|
88457
88461
|
return;
|
|
88458
88462
|
const ie = i.body.inputs.find(
|
|
88459
88463
|
(De) => se(De, l) === gi.fromReturnDeclarationToBodyArgumentDeclarationName(
|
|
88460
88464
|
S.valueOwner
|
|
88461
88465
|
)
|
|
88462
|
-
), H = [...(
|
|
88466
|
+
), H = [...(oe = I[ie.id].value) == null ? void 0 : oe.value, ((ve = S.value) == null ? void 0 : ve.value) || null];
|
|
88463
88467
|
(Pe = I[ie.id].value) == null || Pe.metaSync(
|
|
88464
88468
|
{
|
|
88465
88469
|
value: H
|
|
@@ -88539,7 +88543,7 @@ const ns = class ns extends AT {
|
|
|
88539
88543
|
type: be.ExecutionResult,
|
|
88540
88544
|
inheritanceLink: null
|
|
88541
88545
|
};
|
|
88542
|
-
const
|
|
88546
|
+
const oe = {
|
|
88543
88547
|
id: O.UUID.uuid(),
|
|
88544
88548
|
type: f.LiteralValue,
|
|
88545
88549
|
autogeneration: null,
|
|
@@ -88555,7 +88559,7 @@ const ns = class ns extends AT {
|
|
|
88555
88559
|
name: ue,
|
|
88556
88560
|
standaloneParent: S.toReference()
|
|
88557
88561
|
}, ve = St(
|
|
88558
|
-
|
|
88562
|
+
oe,
|
|
88559
88563
|
l
|
|
88560
88564
|
);
|
|
88561
88565
|
return this.lastExecutionResults.writeValue(
|
|
@@ -88577,14 +88581,14 @@ const ns = class ns extends AT {
|
|
|
88577
88581
|
t
|
|
88578
88582
|
);
|
|
88579
88583
|
if (N = ye, N.results.forEach((S) => {
|
|
88580
|
-
var
|
|
88584
|
+
var oe, ve, Pe;
|
|
88581
88585
|
if (S.valueOwner.type !== f.ReturnDeclaration)
|
|
88582
88586
|
return;
|
|
88583
88587
|
const ie = i.body.inputs.find(
|
|
88584
88588
|
(De) => se(De, l) === gi.fromReturnDeclarationToBodyArgumentDeclarationName(
|
|
88585
88589
|
S.valueOwner
|
|
88586
88590
|
)
|
|
88587
|
-
), H = [...(
|
|
88591
|
+
), H = [...(oe = I[ie.id].value) == null ? void 0 : oe.value, ((ve = S.value) == null ? void 0 : ve.value) || null];
|
|
88588
88592
|
(Pe = I[ie.id].value) == null || Pe.metaSync(
|
|
88589
88593
|
{
|
|
88590
88594
|
value: H
|
|
@@ -88663,7 +88667,7 @@ const ns = class ns extends AT {
|
|
|
88663
88667
|
type: be.ExecutionResult,
|
|
88664
88668
|
inheritanceLink: null
|
|
88665
88669
|
};
|
|
88666
|
-
const
|
|
88670
|
+
const oe = {
|
|
88667
88671
|
id: O.UUID.uuid(),
|
|
88668
88672
|
type: f.LiteralValue,
|
|
88669
88673
|
autogeneration: null,
|
|
@@ -88679,7 +88683,7 @@ const ns = class ns extends AT {
|
|
|
88679
88683
|
name: ue,
|
|
88680
88684
|
standaloneParent: S.toReference()
|
|
88681
88685
|
}, ve = St(
|
|
88682
|
-
|
|
88686
|
+
oe,
|
|
88683
88687
|
l
|
|
88684
88688
|
);
|
|
88685
88689
|
return this.lastExecutionResults.writeValue(
|
|
@@ -88704,14 +88708,14 @@ const ns = class ns extends AT {
|
|
|
88704
88708
|
t
|
|
88705
88709
|
);
|
|
88706
88710
|
if (N = ye, N.results.forEach((S) => {
|
|
88707
|
-
var
|
|
88711
|
+
var oe, ve, Pe;
|
|
88708
88712
|
if (S.valueOwner.type !== f.ReturnDeclaration)
|
|
88709
88713
|
return;
|
|
88710
88714
|
const ie = i.body.inputs.find(
|
|
88711
88715
|
(De) => se(De, l) === gi.fromReturnDeclarationToBodyArgumentDeclarationName(
|
|
88712
88716
|
S.valueOwner
|
|
88713
88717
|
)
|
|
88714
|
-
), H = [...(
|
|
88718
|
+
), H = [...(oe = I[ie.id].value) == null ? void 0 : oe.value, ((ve = S.value) == null ? void 0 : ve.value) || null];
|
|
88715
88719
|
(Pe = I[ie.id].value) == null || Pe.metaSync(
|
|
88716
88720
|
{
|
|
88717
88721
|
value: H
|
|
@@ -88790,7 +88794,7 @@ const ns = class ns extends AT {
|
|
|
88790
88794
|
type: be.ExecutionResult,
|
|
88791
88795
|
inheritanceLink: null
|
|
88792
88796
|
};
|
|
88793
|
-
const
|
|
88797
|
+
const oe = {
|
|
88794
88798
|
id: O.UUID.uuid(),
|
|
88795
88799
|
type: f.LiteralValue,
|
|
88796
88800
|
autogeneration: null,
|
|
@@ -88806,7 +88810,7 @@ const ns = class ns extends AT {
|
|
|
88806
88810
|
name: ue,
|
|
88807
88811
|
standaloneParent: S.toReference()
|
|
88808
88812
|
}, ve = St(
|
|
88809
|
-
|
|
88813
|
+
oe,
|
|
88810
88814
|
l
|
|
88811
88815
|
);
|
|
88812
88816
|
return this.lastExecutionResults.writeValue(
|
|
@@ -88828,14 +88832,14 @@ const ns = class ns extends AT {
|
|
|
88828
88832
|
t
|
|
88829
88833
|
);
|
|
88830
88834
|
if (N = ye, N.results.forEach((S) => {
|
|
88831
|
-
var
|
|
88835
|
+
var oe, ve, Pe;
|
|
88832
88836
|
if (S.valueOwner.type !== f.ReturnDeclaration)
|
|
88833
88837
|
return;
|
|
88834
88838
|
const ie = i.body.inputs.find(
|
|
88835
88839
|
(De) => se(De, l) === gi.fromReturnDeclarationToBodyArgumentDeclarationName(
|
|
88836
88840
|
S.valueOwner
|
|
88837
88841
|
)
|
|
88838
|
-
), H = [...(
|
|
88842
|
+
), H = [...(oe = I[ie.id].value) == null ? void 0 : oe.value, ((ve = S.value) == null ? void 0 : ve.value) || null];
|
|
88839
88843
|
(Pe = I[ie.id].value) == null || Pe.metaSync(
|
|
88840
88844
|
{
|
|
88841
88845
|
value: H
|
|
@@ -89053,7 +89057,7 @@ const ns = class ns extends AT {
|
|
|
89053
89057
|
}
|
|
89054
89058
|
}
|
|
89055
89059
|
static async executeCondition(i, a) {
|
|
89056
|
-
var p, t, y, v, b, w, I, P, N, x, K, k, W, te, ee, ce, re, ye, S, ie, ue, H,
|
|
89060
|
+
var p, t, y, v, b, w, I, P, N, x, K, k, W, te, ee, ce, re, ye, S, ie, ue, H, oe, ve, Pe, De, Ie, Re, Be, $e, ze, st, kt, er, vr, Nr;
|
|
89057
89061
|
let l = !1;
|
|
89058
89062
|
switch (i.declaration.id) {
|
|
89059
89063
|
case kr.Empty: {
|
|
@@ -89094,7 +89098,7 @@ const ns = class ns extends AT {
|
|
|
89094
89098
|
z.Date,
|
|
89095
89099
|
z.UUID
|
|
89096
89100
|
].includes((ie = (S = a[0]) == null ? void 0 : S.value) == null ? void 0 : ie.name)) {
|
|
89097
|
-
l = ((H = (ue = a[0]) == null ? void 0 : ue.value) == null ? void 0 : H.value) !== ((ve = (
|
|
89101
|
+
l = ((H = (ue = a[0]) == null ? void 0 : ue.value) == null ? void 0 : H.value) !== ((ve = (oe = a[1]) == null ? void 0 : oe.value) == null ? void 0 : ve.value);
|
|
89098
89102
|
break;
|
|
89099
89103
|
}
|
|
89100
89104
|
if (((De = (Pe = a[0]) == null ? void 0 : Pe.value) == null ? void 0 : De.name) === z.Untyped || ((Re = (Ie = a[0]) == null ? void 0 : Ie.value) == null ? void 0 : Re.name) === z.KeyValue) {
|
|
@@ -89359,11 +89363,11 @@ const ns = class ns extends AT {
|
|
|
89359
89363
|
ie,
|
|
89360
89364
|
S == null ? void 0 : S.value
|
|
89361
89365
|
);
|
|
89362
|
-
const H = [],
|
|
89366
|
+
const H = [], oe = (P = S == null ? void 0 : S.value) != null && P.value && ir((N = S.value) == null ? void 0 : N.value) ? ((x = S.value) == null ? void 0 : x.value) || {} : {};
|
|
89363
89367
|
return i.outputs.map((ve) => {
|
|
89364
89368
|
const Pe = Wr(
|
|
89365
89369
|
se(ve, this.project)
|
|
89366
|
-
), De =
|
|
89370
|
+
), De = oe[Pe], Ie = Xe(
|
|
89367
89371
|
ve.getDataType(null),
|
|
89368
89372
|
ve,
|
|
89369
89373
|
this.project
|
|
@@ -90026,15 +90030,15 @@ function ywt(d) {
|
|
|
90026
90030
|
return "This action is a template action in a non-template entity";
|
|
90027
90031
|
case ne.AbstractPropertyInNonAbstractEntity:
|
|
90028
90032
|
return "This property is a template property in a non-template entity";
|
|
90029
|
-
case
|
|
90033
|
+
case le.MethodOverwritesOtherSiblingWithSameName:
|
|
90030
90034
|
return "An action in this entity overwrites an action in the template entity with the same name";
|
|
90031
|
-
case
|
|
90035
|
+
case le.PropertyOverwritesOtherSiblingWithSameName:
|
|
90032
90036
|
return "A property in this entity overwrites a property in the template entity with the same name";
|
|
90033
90037
|
case ne.MissingMethodImplementation:
|
|
90034
90038
|
return "This entity is missing an action implementation from the template entity";
|
|
90035
90039
|
case ne.MissingPropertyImplementation:
|
|
90036
90040
|
return "This entity is missing a property implementation from the template entity";
|
|
90037
|
-
case
|
|
90041
|
+
case le.NameNotUniqueInScope:
|
|
90038
90042
|
return "Invalid name. There is another entity with the same name in the same scope";
|
|
90039
90043
|
case ne.NoProperties:
|
|
90040
90044
|
return "This entity has no properties, so it doesn't do anything";
|
|
@@ -90064,15 +90068,15 @@ function ywt(d) {
|
|
|
90064
90068
|
return "This variable has outputs while being used to execute internal logic";
|
|
90065
90069
|
case ne.VariableIsCalledAndHasInternalCall:
|
|
90066
90070
|
return "This variable is called while being used to execute internal logic";
|
|
90067
|
-
case
|
|
90071
|
+
case le.InternalCallDeclarationIsNotFunctionDeclaration:
|
|
90068
90072
|
return "This internal call is not an action";
|
|
90069
|
-
case
|
|
90073
|
+
case le.InternalCallDeclarationNotFoundInParentDatatypeEntity:
|
|
90070
90074
|
return "This internal call is not found in the parent entity";
|
|
90071
|
-
case
|
|
90075
|
+
case le.InternalCallParentDeclarationEntityInvalidType:
|
|
90072
90076
|
return "This internal call parent entity is not a data type";
|
|
90073
|
-
case
|
|
90077
|
+
case le.InternalCallParentMissingDataType:
|
|
90074
90078
|
return "This internal call parent entity has no data type";
|
|
90075
|
-
case
|
|
90079
|
+
case le.UnreachableEntity:
|
|
90076
90080
|
return "This entity is unreachable";
|
|
90077
90081
|
case ne.DisconnectedCallableEntity:
|
|
90078
90082
|
return "This entity is disconnected and won't be executed by anything after publishing";
|
|
@@ -90096,15 +90100,15 @@ function mwt(d) {
|
|
|
90096
90100
|
return "Template action in non-template entity";
|
|
90097
90101
|
case ne.AbstractPropertyInNonAbstractEntity:
|
|
90098
90102
|
return "Template property in non-template entity";
|
|
90099
|
-
case
|
|
90103
|
+
case le.MethodOverwritesOtherSiblingWithSameName:
|
|
90100
90104
|
return "Action overwrite";
|
|
90101
|
-
case
|
|
90105
|
+
case le.PropertyOverwritesOtherSiblingWithSameName:
|
|
90102
90106
|
return "Property overwrite";
|
|
90103
90107
|
case ne.MissingMethodImplementation:
|
|
90104
90108
|
return "Missing action";
|
|
90105
90109
|
case ne.MissingPropertyImplementation:
|
|
90106
90110
|
return "Missing property";
|
|
90107
|
-
case
|
|
90111
|
+
case le.NameNotUniqueInScope:
|
|
90108
90112
|
return "Duplicate name";
|
|
90109
90113
|
case ne.NoProperties:
|
|
90110
90114
|
return "No properties";
|
|
@@ -90134,17 +90138,17 @@ function mwt(d) {
|
|
|
90134
90138
|
return "Bad internal call";
|
|
90135
90139
|
case ne.VariableIsCalledAndHasInternalCall:
|
|
90136
90140
|
return "Bad internal call";
|
|
90137
|
-
case
|
|
90141
|
+
case le.InternalCallDeclarationIsNotFunctionDeclaration:
|
|
90138
90142
|
return "Declaration not an action";
|
|
90139
|
-
case
|
|
90143
|
+
case le.InternalCallDeclarationNotFoundInParentDatatypeEntity:
|
|
90140
90144
|
return "Declaration not found in parent";
|
|
90141
|
-
case
|
|
90145
|
+
case le.InternalCallParentDeclarationEntityInvalidType:
|
|
90142
90146
|
return "Invalid parent declaration type";
|
|
90143
|
-
case
|
|
90147
|
+
case le.InternalCallParentMissingDataType:
|
|
90144
90148
|
return "Parent has no data type";
|
|
90145
|
-
case
|
|
90149
|
+
case le.InternalCallDeclarationNotInParentDatatypeEntity:
|
|
90146
90150
|
return "Declaration not in parent";
|
|
90147
|
-
case
|
|
90151
|
+
case le.UnreachableEntity:
|
|
90148
90152
|
return "Unreachable entity";
|
|
90149
90153
|
case ne.DisconnectedCallableEntity:
|
|
90150
90154
|
return "Disconnected entity";
|
|
@@ -90189,12 +90193,12 @@ function vwt(d) {
|
|
|
90189
90193
|
d.entity,
|
|
90190
90194
|
d.entity.project
|
|
90191
90195
|
)} can't be a template`;
|
|
90192
|
-
case
|
|
90196
|
+
case le.MethodOverwritesOtherSiblingWithSameName:
|
|
90193
90197
|
return `${se(
|
|
90194
90198
|
d.entity,
|
|
90195
90199
|
d.entity.project
|
|
90196
90200
|
)} overwrites action`;
|
|
90197
|
-
case
|
|
90201
|
+
case le.PropertyOverwritesOtherSiblingWithSameName:
|
|
90198
90202
|
return `${se(
|
|
90199
90203
|
d.entity,
|
|
90200
90204
|
d.entity.project
|
|
@@ -90209,7 +90213,7 @@ function vwt(d) {
|
|
|
90209
90213
|
d.entity,
|
|
90210
90214
|
d.entity.project
|
|
90211
90215
|
)} is missing property`;
|
|
90212
|
-
case
|
|
90216
|
+
case le.NameNotUniqueInScope:
|
|
90213
90217
|
return `${se(
|
|
90214
90218
|
d.entity,
|
|
90215
90219
|
d.entity.project
|
|
@@ -90284,32 +90288,32 @@ function vwt(d) {
|
|
|
90284
90288
|
d.entity,
|
|
90285
90289
|
d.entity.project
|
|
90286
90290
|
)} has bad internal call`;
|
|
90287
|
-
case
|
|
90291
|
+
case le.InternalCallDeclarationIsNotFunctionDeclaration:
|
|
90288
90292
|
return `${se(
|
|
90289
90293
|
d.entity,
|
|
90290
90294
|
d.entity.project
|
|
90291
90295
|
)} has declaration that is not an action`;
|
|
90292
|
-
case
|
|
90296
|
+
case le.InternalCallDeclarationNotFoundInParentDatatypeEntity:
|
|
90293
90297
|
return `${se(
|
|
90294
90298
|
d.entity,
|
|
90295
90299
|
d.entity.project
|
|
90296
90300
|
)} has declaration that is not found in parent`;
|
|
90297
|
-
case
|
|
90301
|
+
case le.InternalCallParentDeclarationEntityInvalidType:
|
|
90298
90302
|
return `${se(
|
|
90299
90303
|
d.entity,
|
|
90300
90304
|
d.entity.project
|
|
90301
90305
|
)} has invalid parent declaration type`;
|
|
90302
|
-
case
|
|
90306
|
+
case le.InternalCallParentMissingDataType:
|
|
90303
90307
|
return `${se(
|
|
90304
90308
|
d.entity,
|
|
90305
90309
|
d.entity.project
|
|
90306
90310
|
)}'s parent has no data type`;
|
|
90307
|
-
case
|
|
90311
|
+
case le.InternalCallDeclarationNotInParentDatatypeEntity:
|
|
90308
90312
|
return `${se(
|
|
90309
90313
|
d.entity,
|
|
90310
90314
|
d.entity.project
|
|
90311
90315
|
)} has declaration that is not in parent`;
|
|
90312
|
-
case
|
|
90316
|
+
case le.UnreachableEntity:
|
|
90313
90317
|
return `${se(
|
|
90314
90318
|
d.entity,
|
|
90315
90319
|
d.entity.project
|
|
@@ -90364,12 +90368,12 @@ function Ewt(d) {
|
|
|
90364
90368
|
d.entity,
|
|
90365
90369
|
d.entity.project
|
|
90366
90370
|
)} is a template property in a non-template entity`;
|
|
90367
|
-
case
|
|
90371
|
+
case le.MethodOverwritesOtherSiblingWithSameName:
|
|
90368
90372
|
return `${se(
|
|
90369
90373
|
d.entity,
|
|
90370
90374
|
d.entity.project
|
|
90371
90375
|
)} overwrites an action in the template entity`;
|
|
90372
|
-
case
|
|
90376
|
+
case le.PropertyOverwritesOtherSiblingWithSameName:
|
|
90373
90377
|
return `${se(
|
|
90374
90378
|
d.entity,
|
|
90375
90379
|
d.entity.project
|
|
@@ -90384,7 +90388,7 @@ function Ewt(d) {
|
|
|
90384
90388
|
d.entity,
|
|
90385
90389
|
d.entity.project
|
|
90386
90390
|
)} is missing a property implementation from the template entity`;
|
|
90387
|
-
case
|
|
90391
|
+
case le.NameNotUniqueInScope:
|
|
90388
90392
|
return `${se(
|
|
90389
90393
|
d.entity,
|
|
90390
90394
|
d.entity.project
|
|
@@ -90459,12 +90463,12 @@ function Ewt(d) {
|
|
|
90459
90463
|
d.entity,
|
|
90460
90464
|
d.entity.project
|
|
90461
90465
|
)} is called while being used to execute internal logic`;
|
|
90462
|
-
case
|
|
90466
|
+
case le.InternalCallDeclarationIsNotFunctionDeclaration:
|
|
90463
90467
|
return `${se(
|
|
90464
90468
|
d.entity,
|
|
90465
90469
|
d.entity.project
|
|
90466
90470
|
)} has a declaration that is not an action`;
|
|
90467
|
-
case
|
|
90471
|
+
case le.InternalCallDeclarationNotFoundInParentDatatypeEntity:
|
|
90468
90472
|
return `${se(
|
|
90469
90473
|
d.entity,
|
|
90470
90474
|
d.entity.project
|
|
@@ -90472,17 +90476,17 @@ function Ewt(d) {
|
|
|
90472
90476
|
(i = d.entity.parent.getDataType(null)) == null ? void 0 : i.entity,
|
|
90473
90477
|
d.entity.project
|
|
90474
90478
|
) : "the variable's data-type entity"}`;
|
|
90475
|
-
case
|
|
90479
|
+
case le.InternalCallParentDeclarationEntityInvalidType:
|
|
90476
90480
|
return `${se(
|
|
90477
90481
|
d.entity,
|
|
90478
90482
|
d.entity.project
|
|
90479
90483
|
)} is part of a variable whos data-type entity can't have actions`;
|
|
90480
|
-
case
|
|
90484
|
+
case le.InternalCallParentMissingDataType:
|
|
90481
90485
|
return `${se(
|
|
90482
90486
|
d.entity,
|
|
90483
90487
|
d.entity.project
|
|
90484
90488
|
)} is part of a variable with no data-type entity`;
|
|
90485
|
-
case
|
|
90489
|
+
case le.InternalCallDeclarationNotInParentDatatypeEntity:
|
|
90486
90490
|
return `${se(
|
|
90487
90491
|
d.entity,
|
|
90488
90492
|
d.entity.project
|
|
@@ -90490,7 +90494,7 @@ function Ewt(d) {
|
|
|
90490
90494
|
(l = d.entity.parent.getDataType(null)) == null ? void 0 : l.entity,
|
|
90491
90495
|
d.entity.project
|
|
90492
90496
|
) : "the variable's data-type entity"}`;
|
|
90493
|
-
case
|
|
90497
|
+
case le.UnreachableEntity:
|
|
90494
90498
|
return `${se(
|
|
90495
90499
|
d.entity,
|
|
90496
90500
|
d.entity.project
|
|
@@ -92270,10 +92274,10 @@ function mA(d) {
|
|
|
92270
92274
|
function VL(d, u) {
|
|
92271
92275
|
return u.success ? [] : u.error.issues.map(
|
|
92272
92276
|
(i) => new X({
|
|
92273
|
-
id: `${d.id}--${
|
|
92277
|
+
id: `${d.id}--${le.InvalidObjectStructure}`,
|
|
92274
92278
|
message: `Entity of type "${d.type}" and with id "${d.id}", has an invalid structure: ${qyt(i).toString().replace("Validation error: ", "")}`,
|
|
92275
92279
|
severity: Z.Error,
|
|
92276
|
-
code:
|
|
92280
|
+
code: le.InvalidObjectStructure,
|
|
92277
92281
|
issue: i
|
|
92278
92282
|
})
|
|
92279
92283
|
);
|
|
@@ -92348,14 +92352,14 @@ function NL(d, u, i) {
|
|
|
92348
92352
|
if (!l)
|
|
92349
92353
|
return a.push(
|
|
92350
92354
|
new X({
|
|
92351
|
-
id: `${d.id}--${u.key}--${
|
|
92355
|
+
id: `${d.id}--${u.key}--${le.InvalidObjectStructure}`,
|
|
92352
92356
|
message: `Entity of type "${d.type}" with id "${d.id}" is missing a reference to a "${u.key}" entity. The '${u.key}' property of a "${d.type}" entity can be ${qe(
|
|
92353
92357
|
u.types,
|
|
92354
92358
|
", ",
|
|
92355
92359
|
" or "
|
|
92356
92360
|
)}.`,
|
|
92357
92361
|
severity: Z.Error,
|
|
92358
|
-
code:
|
|
92362
|
+
code: le.InvalidObjectStructure,
|
|
92359
92363
|
issue: null
|
|
92360
92364
|
})
|
|
92361
92365
|
), { entityState: null, errors: a };
|
|
@@ -92436,18 +92440,18 @@ function rT(d, u, i) {
|
|
|
92436
92440
|
), { entityState: null, errors: a });
|
|
92437
92441
|
}), errors: [] } : (a.push(
|
|
92438
92442
|
new X({
|
|
92439
|
-
id: `${d.id}--${u}--${
|
|
92443
|
+
id: `${d.id}--${u}--${le.InvalidObjectStructure}`,
|
|
92440
92444
|
message: `Entity of type "${d.type}" with id "${d.id}" has an invalid structure for the "${u}" property. It should be an array of references.`,
|
|
92441
92445
|
severity: Z.Error,
|
|
92442
|
-
code:
|
|
92446
|
+
code: le.InvalidObjectStructure,
|
|
92443
92447
|
issue: null
|
|
92444
92448
|
})
|
|
92445
92449
|
), { entities: [], errors: a }) : (a.push(
|
|
92446
92450
|
new X({
|
|
92447
|
-
id: `${d.id}--${u}--${
|
|
92451
|
+
id: `${d.id}--${u}--${le.InvalidObjectStructure}`,
|
|
92448
92452
|
message: `Entity of type "${d.type}" with id "${d.id}" is missing a list of references to "${u}" entities.`,
|
|
92449
92453
|
severity: Z.Error,
|
|
92450
|
-
code:
|
|
92454
|
+
code: le.InvalidObjectStructure,
|
|
92451
92455
|
issue: null
|
|
92452
92456
|
})
|
|
92453
92457
|
), { entities: [], errors: a });
|
|
@@ -92929,8 +92933,8 @@ function UTt(d, u) {
|
|
|
92929
92933
|
(k) => lr.includes(k.type)
|
|
92930
92934
|
) && i.push(
|
|
92931
92935
|
new X({
|
|
92932
|
-
id: `${a.id}--${I.id}--${
|
|
92933
|
-
code:
|
|
92936
|
+
id: `${a.id}--${I.id}--${le.UnreachableEntity}`,
|
|
92937
|
+
code: le.UnreachableEntity,
|
|
92934
92938
|
severity: Z.Error,
|
|
92935
92939
|
message: `Entity of type "${a.type}" with id "${a.id}" is being called by an entity of type "${I.type}" with id "${I.id}" that already calls a termination statement.
|
|
92936
92940
|
The new termination statement is redundant because both entities would be called from the same parent caller branch "successCalls", at the same time.`,
|
|
@@ -92942,8 +92946,8 @@ The new termination statement is redundant because both entities would be called
|
|
|
92942
92946
|
(k) => lr.includes(k.type)
|
|
92943
92947
|
) && i.push(
|
|
92944
92948
|
new X({
|
|
92945
|
-
id: `${a.id}--${I.id}--${
|
|
92946
|
-
code:
|
|
92949
|
+
id: `${a.id}--${I.id}--${le.UnreachableEntity}`,
|
|
92950
|
+
code: le.UnreachableEntity,
|
|
92947
92951
|
severity: Z.Error,
|
|
92948
92952
|
message: `Entity of type "${a.type}" with id "${a.id}" is being called by an entity of type "${I.type}" with id "${I.id}" that already calls a termination statement.
|
|
92949
92953
|
The new termination statement is redundant because both entities would be called from the same parent caller branch "errorCalls", at the same time.`,
|
|
@@ -92955,8 +92959,8 @@ The new termination statement is redundant because both entities would be called
|
|
|
92955
92959
|
(k) => lr.includes(k.type)
|
|
92956
92960
|
) && i.push(
|
|
92957
92961
|
new X({
|
|
92958
|
-
id: `${a.id}--${I.id}--${
|
|
92959
|
-
code:
|
|
92962
|
+
id: `${a.id}--${I.id}--${le.UnreachableEntity}`,
|
|
92963
|
+
code: le.UnreachableEntity,
|
|
92960
92964
|
severity: Z.Error,
|
|
92961
92965
|
message: `Entity of type "${a.type}" with id "${a.id}" is being called by an entity of type "${I.type}" with id "${I.id}" that already calls a termination statement.
|
|
92962
92966
|
The new termination statement is redundant because both entities would be called from the same parent caller branch (entry-point), at the same time.`,
|
|
@@ -92992,8 +92996,8 @@ The new termination statement is redundant because both entities would be called
|
|
|
92992
92996
|
(k) => lr.includes(k.type)
|
|
92993
92997
|
) && i.push(
|
|
92994
92998
|
new X({
|
|
92995
|
-
id: `${a.id}--${I.id}--${
|
|
92996
|
-
code:
|
|
92999
|
+
id: `${a.id}--${I.id}--${le.UnreachableEntity}`,
|
|
93000
|
+
code: le.UnreachableEntity,
|
|
92997
93001
|
severity: Z.Error,
|
|
92998
93002
|
message: `Entity of type "${a.type}" with id "${a.id}" is being called by an entity of type "${I.type}" with id "${I.id}" that already calls a termination statement.
|
|
92999
93003
|
The new termination statement is redundant because both entities would be called from the same parent caller branch "successCalls", at the same time.`,
|
|
@@ -93005,8 +93009,8 @@ The new termination statement is redundant because both entities would be called
|
|
|
93005
93009
|
(k) => lr.includes(k.type)
|
|
93006
93010
|
) && i.push(
|
|
93007
93011
|
new X({
|
|
93008
|
-
id: `${a.id}--${I.id}--${
|
|
93009
|
-
code:
|
|
93012
|
+
id: `${a.id}--${I.id}--${le.UnreachableEntity}`,
|
|
93013
|
+
code: le.UnreachableEntity,
|
|
93010
93014
|
severity: Z.Error,
|
|
93011
93015
|
message: `Entity of type "${a.type}" with id "${a.id}" is being called by an entity of type "${I.type}" with id "${I.id}" that already calls a termination statement.
|
|
93012
93016
|
The new termination statement is redundant because both entities would be called from the same parent caller branch "errorCalls", at the same time.`,
|
|
@@ -93018,8 +93022,8 @@ The new termination statement is redundant because both entities would be called
|
|
|
93018
93022
|
(k) => lr.includes(k.type)
|
|
93019
93023
|
) && i.push(
|
|
93020
93024
|
new X({
|
|
93021
|
-
id: `${a.id}--${I.id}--${
|
|
93022
|
-
code:
|
|
93025
|
+
id: `${a.id}--${I.id}--${le.UnreachableEntity}`,
|
|
93026
|
+
code: le.UnreachableEntity,
|
|
93023
93027
|
severity: Z.Error,
|
|
93024
93028
|
message: `Entity of type "${a.type}" with id "${a.id}" is being called by an entity of type "${I.type}" with id "${I.id}" that already calls a termination statement.
|
|
93025
93029
|
The new termination statement is redundant because both entities would be called from the same parent caller branch (entry-point), at the same time.`,
|
|
@@ -93068,8 +93072,8 @@ Break statements need to have a caller when created, since they are used to exit
|
|
|
93068
93072
|
${NTt}`, lr.includes(a.type) || (p += `
|
|
93069
93073
|
It is recommended to have a caller reference already at the moment of creation in the payload of the generation action.`), i.push(
|
|
93070
93074
|
new X({
|
|
93071
|
-
id: `${a.id}--${
|
|
93072
|
-
code:
|
|
93075
|
+
id: `${a.id}--${le.MissingCaller}`,
|
|
93076
|
+
code: le.MissingCaller,
|
|
93073
93077
|
// If it is a termination statement, make it an error, otherwise a warning
|
|
93074
93078
|
severity: lr.includes(a.type) ? Z.Error : Z.Warning,
|
|
93075
93079
|
message: p,
|
|
@@ -93312,8 +93316,8 @@ ${E$}`,
|
|
|
93312
93316
|
if (!P) {
|
|
93313
93317
|
I || l.push(
|
|
93314
93318
|
new X({
|
|
93315
|
-
id: `${t.id}--${v}--${
|
|
93316
|
-
code:
|
|
93319
|
+
id: `${t.id}--${v}--${le.InvalidObjectStructure}`,
|
|
93320
|
+
code: le.InvalidObjectStructure,
|
|
93317
93321
|
severity: Z.Error,
|
|
93318
93322
|
message: `Entity of type "${t.type}" with id "${t.id}" is missing a reference to a "${v}" entity. The '${v}' property of a "${t.type}" entity can be ${qe(w, ", ", " or ")}`,
|
|
93319
93323
|
issue: null
|
|
@@ -93939,8 +93943,8 @@ function Tm(d, u) {
|
|
|
93939
93943
|
);
|
|
93940
93944
|
y.compatible || i.push(
|
|
93941
93945
|
new X({
|
|
93942
|
-
id: `${u.id}--${
|
|
93943
|
-
code:
|
|
93946
|
+
id: `${u.id}--${le.ReaderWriterIncompatibleDataType}`,
|
|
93947
|
+
code: le.ReaderWriterIncompatibleDataType,
|
|
93944
93948
|
severity: Z.Error,
|
|
93945
93949
|
message: KTt(
|
|
93946
93950
|
u,
|
|
@@ -93959,7 +93963,7 @@ function Sa(d) {
|
|
|
93959
93963
|
const u = [];
|
|
93960
93964
|
if (d.parent === d.project)
|
|
93961
93965
|
!d.calledBy.length && d.type !== f.VariableDeclaration && u.push(
|
|
93962
|
-
new
|
|
93966
|
+
new Ht({
|
|
93963
93967
|
id: `${d.id}--${ne.DisconnectedCallableEntity}`,
|
|
93964
93968
|
code: ne.DisconnectedCallableEntity,
|
|
93965
93969
|
severity: Z.Warning,
|
|
@@ -93994,9 +93998,9 @@ This '${d.type}' is blocked `;
|
|
|
93994
93998
|
d.project
|
|
93995
93999
|
)}" with id "${y.id}" that calls a '${v.type}' entity with id "${v.id}"`, t < i.blocks.length - 1 ? l += ", " : l += ".";
|
|
93996
94000
|
}), u.push(
|
|
93997
|
-
new
|
|
93998
|
-
id: `${d.id}--${
|
|
93999
|
-
code:
|
|
94001
|
+
new Ht({
|
|
94002
|
+
id: `${d.id}--${le.UnreachableEntity}`,
|
|
94003
|
+
code: le.UnreachableEntity,
|
|
94000
94004
|
severity: Z.Warning,
|
|
94001
94005
|
message: `${a}${l}`,
|
|
94002
94006
|
issue: null,
|
|
@@ -96248,7 +96252,7 @@ function GL(d, u, i, a, l) {
|
|
|
96248
96252
|
const re = [];
|
|
96249
96253
|
let ye = !1;
|
|
96250
96254
|
ee.forEach((ie) => {
|
|
96251
|
-
var ue, H,
|
|
96255
|
+
var ue, H, oe, ve;
|
|
96252
96256
|
if (Array.isArray(ie) && (ye = !0), typeof ie == "object" && !Array.isArray(ie) && ie !== null) {
|
|
96253
96257
|
const Pe = oT(
|
|
96254
96258
|
ie,
|
|
@@ -96260,7 +96264,7 @@ function GL(d, u, i, a, l) {
|
|
|
96260
96264
|
a,
|
|
96261
96265
|
l
|
|
96262
96266
|
);
|
|
96263
|
-
Pe.hasCreated && re.push((ue = Pe.changeSet) == null ? void 0 : ue.self), p.push(...(H = Pe.changeSet) == null ? void 0 : H.updated), t.push(...(
|
|
96267
|
+
Pe.hasCreated && re.push((ue = Pe.changeSet) == null ? void 0 : ue.self), p.push(...(H = Pe.changeSet) == null ? void 0 : H.updated), t.push(...(oe = Pe.changeSet) == null ? void 0 : oe.added), y.push(...(ve = Pe.changeSet) == null ? void 0 : ve.removed);
|
|
96264
96268
|
}
|
|
96265
96269
|
});
|
|
96266
96270
|
const S = R(
|
|
@@ -96380,7 +96384,7 @@ function GL(d, u, i, a, l) {
|
|
|
96380
96384
|
H,
|
|
96381
96385
|
F.Added
|
|
96382
96386
|
), H.addSelfToProject(a);
|
|
96383
|
-
const
|
|
96387
|
+
const oe = GL(
|
|
96384
96388
|
ie,
|
|
96385
96389
|
H,
|
|
96386
96390
|
{
|
|
@@ -96390,7 +96394,7 @@ function GL(d, u, i, a, l) {
|
|
|
96390
96394
|
a,
|
|
96391
96395
|
l
|
|
96392
96396
|
);
|
|
96393
|
-
p.push(...
|
|
96397
|
+
p.push(...oe.updated), t.push(...oe.added), y.push(...oe.removed);
|
|
96394
96398
|
}
|
|
96395
96399
|
});
|
|
96396
96400
|
}
|
|
@@ -96560,7 +96564,7 @@ function _a(d, u, i, a) {
|
|
|
96560
96564
|
return !!p.implements && ((b = v.implements) == null ? void 0 : b.id) === ((w = p.implements) == null ? void 0 : w.id);
|
|
96561
96565
|
});
|
|
96562
96566
|
if (t) {
|
|
96563
|
-
const v = new
|
|
96567
|
+
const v = new Ht({
|
|
96564
96568
|
id: p.id + "--" + t.id + "--" + a,
|
|
96565
96569
|
message: `Entity of type ${p.type} named "${p.name}" with id "${p.id}" overrides a base ${t.type} ${t.name} with id "${t.id}" that has the same name`,
|
|
96566
96570
|
issue: null,
|
|
@@ -96572,7 +96576,7 @@ function _a(d, u, i, a) {
|
|
|
96572
96576
|
l.push(v);
|
|
96573
96577
|
}
|
|
96574
96578
|
if (y) {
|
|
96575
|
-
const v = new
|
|
96579
|
+
const v = new Ht({
|
|
96576
96580
|
id: p.id + "--" + y.id + "--" + i,
|
|
96577
96581
|
message: `Entity of type ${p.type} named "${p.name}" with id "${p.id}" overrides a base ${y.type} ${y.name} with id "${y.id}" that implements the same base descriptor`,
|
|
96578
96582
|
issue: null,
|
|
@@ -96590,7 +96594,7 @@ function _a(d, u, i, a) {
|
|
|
96590
96594
|
return !!b.implements && ((w = b.implements) == null ? void 0 : w.id) === ((I = p.implements) == null ? void 0 : I.id);
|
|
96591
96595
|
});
|
|
96592
96596
|
if (t) {
|
|
96593
|
-
const b = new
|
|
96597
|
+
const b = new Ht({
|
|
96594
96598
|
id: t.id + "--" + p.id + "--" + a,
|
|
96595
96599
|
message: `Entity of type ${t.type} named "${t.name}" with id "${t.id}" overrides a base entity ${p.name} with id "${p.id}" that has the same name`,
|
|
96596
96600
|
issue: null,
|
|
@@ -96602,7 +96606,7 @@ function _a(d, u, i, a) {
|
|
|
96602
96606
|
l.push(b);
|
|
96603
96607
|
}
|
|
96604
96608
|
if (y) {
|
|
96605
|
-
const b = new
|
|
96609
|
+
const b = new Ht({
|
|
96606
96610
|
id: y.id + "--" + p.id + "--" + i,
|
|
96607
96611
|
message: `Entity of type ${y.type} named "${y.name}" with id "${y.id}" overrides a base entity ${p.name} with id "${p.id}" that implements the same base ${(v = y == null ? void 0 : y.implements) == null ? void 0 : v.type}`,
|
|
96608
96612
|
issue: null,
|
|
@@ -96693,7 +96697,7 @@ function WTt(d, u) {
|
|
|
96693
96697
|
override: u
|
|
96694
96698
|
};
|
|
96695
96699
|
if (a.includes(" ")) {
|
|
96696
|
-
const l = new
|
|
96700
|
+
const l = new Ht({
|
|
96697
96701
|
id: d.id + "--string-value-must-not-have-spaces",
|
|
96698
96702
|
message: `Entity of type ${d.type} with id "${d.id}" has an invalid value "${u}". The value cannot contain spaces.`,
|
|
96699
96703
|
issue: null,
|
|
@@ -96721,7 +96725,7 @@ function HTt(d, u) {
|
|
|
96721
96725
|
override: u
|
|
96722
96726
|
};
|
|
96723
96727
|
if (a.includes(" ")) {
|
|
96724
|
-
const l = new
|
|
96728
|
+
const l = new Ht({
|
|
96725
96729
|
id: d.id + "--string-value-must-not-have-spaces",
|
|
96726
96730
|
message: `Entity of type ${d.type} with id "${d.id}" has an invalid value "${u}". The value cannot contain spaces or dashes.`,
|
|
96727
96731
|
issue: null,
|
|
@@ -96732,7 +96736,7 @@ function HTt(d, u) {
|
|
|
96732
96736
|
i.push(l);
|
|
96733
96737
|
}
|
|
96734
96738
|
if (a.includes("-")) {
|
|
96735
|
-
const l = new
|
|
96739
|
+
const l = new Ht({
|
|
96736
96740
|
id: d.id + "--string-value-must-not-have-dashes",
|
|
96737
96741
|
message: `Entity of type ${d.type} with id "${d.id}" has an invalid value "${u}". The value cannot contain spaces or dashes.`,
|
|
96738
96742
|
issue: null,
|
|
@@ -97096,21 +97100,21 @@ function e1t(d) {
|
|
|
97096
97100
|
function obt(d, u = /* @__PURE__ */ new Set()) {
|
|
97097
97101
|
return d.writesValues.filter(
|
|
97098
97102
|
(a) => lt.includes(a.type) && !u.has(a.id)
|
|
97099
|
-
).reduce((a, l) => u.has(l.id) ? a : [...a, ...
|
|
97103
|
+
).reduce((a, l) => u.has(l.id) ? a : [...a, ...Jt(l, u)], []);
|
|
97100
97104
|
}
|
|
97101
97105
|
function lbt(d, u = /* @__PURE__ */ new Set()) {
|
|
97102
97106
|
var a;
|
|
97103
97107
|
return (((a = d.readsValue) == null ? void 0 : a.writesValues) || []).filter(
|
|
97104
97108
|
(l) => lt.includes(l.type) && !u.has(l.id)
|
|
97105
|
-
).reduce((l, p) => u.has(p.id) ? l : [...l, ...
|
|
97109
|
+
).reduce((l, p) => u.has(p.id) ? l : [...l, ...Jt(p, u)], []);
|
|
97106
97110
|
}
|
|
97107
|
-
function
|
|
97111
|
+
function Jt(d, u = /* @__PURE__ */ new Set()) {
|
|
97108
97112
|
if (u.has(d.id))
|
|
97109
97113
|
return [];
|
|
97110
97114
|
if (d.type === f.ReturnStatement)
|
|
97111
97115
|
return ibt(
|
|
97112
97116
|
d.outputs
|
|
97113
|
-
).reduce((a, l) => [...a, ...
|
|
97117
|
+
).reduce((a, l) => [...a, ...Jt(l, u)], []);
|
|
97114
97118
|
if (d.type === f.FunctionCall || d.type === f.Operation || d.type === f.Condition)
|
|
97115
97119
|
return [
|
|
97116
97120
|
...ft(d).reduce(
|
|
@@ -97118,7 +97122,7 @@ function Yt(d, u = /* @__PURE__ */ new Set()) {
|
|
|
97118
97122
|
const y = fr(t);
|
|
97119
97123
|
return [
|
|
97120
97124
|
...p,
|
|
97121
|
-
...
|
|
97125
|
+
...Jt(
|
|
97122
97126
|
y || t,
|
|
97123
97127
|
u
|
|
97124
97128
|
)
|
|
@@ -97128,7 +97132,7 @@ function Yt(d, u = /* @__PURE__ */ new Set()) {
|
|
|
97128
97132
|
),
|
|
97129
97133
|
...rbt(d.inputs),
|
|
97130
97134
|
...abt(d.outputs)
|
|
97131
|
-
].reduce((p, t) => [...p, ...
|
|
97135
|
+
].reduce((p, t) => [...p, ...Jt(t, u)], []);
|
|
97132
97136
|
if (hp.includes(d.type)) {
|
|
97133
97137
|
const i = $T(
|
|
97134
97138
|
d.inputs
|
|
@@ -97137,7 +97141,7 @@ function Yt(d, u = /* @__PURE__ */ new Set()) {
|
|
|
97137
97141
|
const y = fr(t);
|
|
97138
97142
|
return [
|
|
97139
97143
|
...p,
|
|
97140
|
-
...
|
|
97144
|
+
...Jt(
|
|
97141
97145
|
y || t,
|
|
97142
97146
|
u
|
|
97143
97147
|
)
|
|
@@ -97145,7 +97149,7 @@ function Yt(d, u = /* @__PURE__ */ new Set()) {
|
|
|
97145
97149
|
},
|
|
97146
97150
|
[]
|
|
97147
97151
|
);
|
|
97148
|
-
return i.push(...l), i.reduce((p, t) => [...p, ...
|
|
97152
|
+
return i.push(...l), i.reduce((p, t) => [...p, ...Jt(t, u)], []);
|
|
97149
97153
|
}
|
|
97150
97154
|
if (d.type === f.FunctionDeclaration) {
|
|
97151
97155
|
const i = [
|
|
@@ -97159,7 +97163,7 @@ function Yt(d, u = /* @__PURE__ */ new Set()) {
|
|
|
97159
97163
|
const y = fr(t);
|
|
97160
97164
|
return [
|
|
97161
97165
|
...p,
|
|
97162
|
-
...
|
|
97166
|
+
...Jt(
|
|
97163
97167
|
y || t,
|
|
97164
97168
|
u
|
|
97165
97169
|
)
|
|
@@ -97167,7 +97171,7 @@ function Yt(d, u = /* @__PURE__ */ new Set()) {
|
|
|
97167
97171
|
},
|
|
97168
97172
|
[]
|
|
97169
97173
|
);
|
|
97170
|
-
return i.push(...l), i.reduce((p, t) => [...p, ...
|
|
97174
|
+
return i.push(...l), i.reduce((p, t) => [...p, ...Jt(t)], []);
|
|
97171
97175
|
}
|
|
97172
97176
|
if (lt.includes(d.type)) {
|
|
97173
97177
|
u.add(d.id);
|
|
@@ -97176,7 +97180,7 @@ function Yt(d, u = /* @__PURE__ */ new Set()) {
|
|
|
97176
97180
|
const t = fr(p);
|
|
97177
97181
|
return [
|
|
97178
97182
|
...l,
|
|
97179
|
-
...
|
|
97183
|
+
...Jt(
|
|
97180
97184
|
t || p,
|
|
97181
97185
|
u
|
|
97182
97186
|
)
|
|
@@ -99053,11 +99057,11 @@ function Xbt(d, u) {
|
|
|
99053
99057
|
I && v.push([I, w]);
|
|
99054
99058
|
}), v.length && v.forEach(([w]) => {
|
|
99055
99059
|
const I = Bt({
|
|
99056
|
-
id: d.id + "--" +
|
|
99060
|
+
id: d.id + "--" + le.PropertyOverwritesOtherSiblingWithSameName + "--" + w.id,
|
|
99057
99061
|
message: `Property "${w.name}" with id "${w.id}" of entity "${d.name}" with id "${d.id}" overwrites the property with the same name from the base entity "${u.name}" with id "${u.id}"`,
|
|
99058
99062
|
issue: null,
|
|
99059
99063
|
severity: Z.Error,
|
|
99060
|
-
code:
|
|
99064
|
+
code: le.PropertyOverwritesOtherSiblingWithSameName,
|
|
99061
99065
|
entity: d
|
|
99062
99066
|
});
|
|
99063
99067
|
i.push(I.error);
|
|
@@ -99070,11 +99074,11 @@ function Xbt(d, u) {
|
|
|
99070
99074
|
I && b.push([I, w]);
|
|
99071
99075
|
}), b.length && b.forEach(([w]) => {
|
|
99072
99076
|
const I = Bt({
|
|
99073
|
-
id: d.id + "--" +
|
|
99077
|
+
id: d.id + "--" + le.MethodOverwritesOtherSiblingWithSameName + "--" + w.id,
|
|
99074
99078
|
message: `Method "${w.name}" with id "${w.id}" of entity "${d.name}" with id "${d.id}" overwrites the method with the same name from the base entity "${u.name}" with id "${u.id}"`,
|
|
99075
99079
|
issue: null,
|
|
99076
99080
|
severity: Z.Error,
|
|
99077
|
-
code:
|
|
99081
|
+
code: le.MethodOverwritesOtherSiblingWithSameName,
|
|
99078
99082
|
entity: d
|
|
99079
99083
|
});
|
|
99080
99084
|
i.push(I.error);
|
|
@@ -99118,11 +99122,11 @@ function Qbt(d, u) {
|
|
|
99118
99122
|
((y = p.implements) == null ? void 0 : y.id) !== (t == null ? void 0 : t.id) && t && a.push(p);
|
|
99119
99123
|
}), a.length && a.forEach((p) => {
|
|
99120
99124
|
const t = Bt({
|
|
99121
|
-
id: d.id + "--" +
|
|
99125
|
+
id: d.id + "--" + le.PropertyOverwritesOtherSiblingWithSameName,
|
|
99122
99126
|
message: `Property "${p.name}" with id "${p.id}" of entity "${d.name}" with id "${d.id}" overwrites the property with the same name from the extended entity "${u.name}" with id "${u.id}"`,
|
|
99123
99127
|
issue: null,
|
|
99124
99128
|
severity: Z.Error,
|
|
99125
|
-
code:
|
|
99129
|
+
code: le.PropertyOverwritesOtherSiblingWithSameName,
|
|
99126
99130
|
entity: d
|
|
99127
99131
|
});
|
|
99128
99132
|
i.push(t.error);
|
|
@@ -99140,11 +99144,11 @@ function Qbt(d, u) {
|
|
|
99140
99144
|
((y = p.implements) == null ? void 0 : y.id) !== (t == null ? void 0 : t.id) && t && l.push(p);
|
|
99141
99145
|
}), l.length && l.forEach((p) => {
|
|
99142
99146
|
const t = Bt({
|
|
99143
|
-
id: d.id + "--" +
|
|
99147
|
+
id: d.id + "--" + le.MethodOverwritesOtherSiblingWithSameName,
|
|
99144
99148
|
message: `Method "${p.name}" with id "${p.id}" of entity "${d.name}" with id "${d.id}" overwrites the method with the same name from the extended entity "${u.name}" with id "${u.id}"`,
|
|
99145
99149
|
issue: null,
|
|
99146
99150
|
severity: Z.Error,
|
|
99147
|
-
code:
|
|
99151
|
+
code: le.MethodOverwritesOtherSiblingWithSameName,
|
|
99148
99152
|
entity: d
|
|
99149
99153
|
});
|
|
99150
99154
|
i.push(t.error);
|
|
@@ -99249,7 +99253,7 @@ function tIt(d) {
|
|
|
99249
99253
|
function rIt(d, u) {
|
|
99250
99254
|
const i = [], a = Ci(u);
|
|
99251
99255
|
if (!u.abstract) {
|
|
99252
|
-
const t = new
|
|
99256
|
+
const t = new Ht({
|
|
99253
99257
|
id: d.id + "--" + u.id + "--" + ne.ImplementingNonAbstractEntity,
|
|
99254
99258
|
message: `Entity "${d.name}" with id "${d.id}" is implementing a non-abstract built-in entity "${u.name}" with id "${u.id}"`,
|
|
99255
99259
|
issue: null,
|
|
@@ -99264,7 +99268,7 @@ function rIt(d, u) {
|
|
|
99264
99268
|
(t) => t.id !== u.id
|
|
99265
99269
|
);
|
|
99266
99270
|
if (d.abstract) {
|
|
99267
|
-
const t = new
|
|
99271
|
+
const t = new Ht({
|
|
99268
99272
|
id: d.id + "--" + u.id + "--" + ne.AbstractEntityImplements,
|
|
99269
99273
|
message: `Entity "${d.name}" with id "${d.id}" is marked as abstract and cannot implement built-in entity "${u.name}" with id "${u.id}"`,
|
|
99270
99274
|
issue: null,
|
|
@@ -99276,7 +99280,7 @@ function rIt(d, u) {
|
|
|
99276
99280
|
i.push(t);
|
|
99277
99281
|
}
|
|
99278
99282
|
if (d.static && !u.static) {
|
|
99279
|
-
const t = new
|
|
99283
|
+
const t = new Ht({
|
|
99280
99284
|
id: d.id + "--" + u.id + "--" + ne.StaticImplementingNonStaticEntity,
|
|
99281
99285
|
message: `Entity "${d.name}" with id "${d.id}" is marked as static and cannot implement non-static built-in entity "${u.name}" with id "${u.id}"`,
|
|
99282
99286
|
issue: null,
|
|
@@ -99288,7 +99292,7 @@ function rIt(d, u) {
|
|
|
99288
99292
|
i.push(t);
|
|
99289
99293
|
}
|
|
99290
99294
|
if (!d.static && u.static) {
|
|
99291
|
-
const t = new
|
|
99295
|
+
const t = new Ht({
|
|
99292
99296
|
id: d.id + "--" + u.id + "--" + ne.NonStaticImplementingStaticEntity,
|
|
99293
99297
|
message: `Entity "${d.name}" with id "${d.id}" is not marked as static and cannot implement static built-in entity "${u.name}" with id "${u.id}"`,
|
|
99294
99298
|
issue: null,
|
|
@@ -99306,7 +99310,7 @@ function rIt(d, u) {
|
|
|
99306
99310
|
);
|
|
99307
99311
|
y.length && y.forEach((v) => {
|
|
99308
99312
|
if (v.id !== t.id) {
|
|
99309
|
-
const b = new
|
|
99313
|
+
const b = new Ht({
|
|
99310
99314
|
id: d.id + "--" + v.id + "--" + t.id + "--" + ne.ImplementsIncompatibleEntities,
|
|
99311
99315
|
message: `Entity "${d.name}" with id "${d.id}" is implementing built-in entity "${v.name}" with id "${v.id}" but also implements entity "${t.name}" with id "${t.id}" which is incompatible`,
|
|
99312
99316
|
issue: null,
|
|
@@ -99326,7 +99330,7 @@ function rIt(d, u) {
|
|
|
99326
99330
|
);
|
|
99327
99331
|
I.length && I.forEach((P) => {
|
|
99328
99332
|
if (P.id !== w.id) {
|
|
99329
|
-
const N = new
|
|
99333
|
+
const N = new Ht({
|
|
99330
99334
|
id: d.id + "--" + P.id + "--" + w.id + "--" + ne.ImplementsIncompatibleEntities,
|
|
99331
99335
|
message: `Entity "${d.name}" with id "${d.id}" is implementing built-in entity "${P.name}" with id "${P.id}" but also implements entity "${w.name}" with id "${w.id}" which is incompatible`,
|
|
99332
99336
|
issue: null,
|
|
@@ -99343,15 +99347,15 @@ function rIt(d, u) {
|
|
|
99343
99347
|
const v = _a(
|
|
99344
99348
|
u.ownDeclaredProperties,
|
|
99345
99349
|
t.ownDeclaredProperties,
|
|
99346
|
-
|
|
99347
|
-
|
|
99350
|
+
le.PropertyOverwritesOtherImplementedEntitysPropertyWithSameImplementation,
|
|
99351
|
+
le.PropertyOverwritesOtherImplementedEntitysPropertyWithSameName
|
|
99348
99352
|
);
|
|
99349
99353
|
i.push(...v.errors);
|
|
99350
99354
|
const b = _a(
|
|
99351
99355
|
u.abstractMethods,
|
|
99352
99356
|
[...t.abstractMethods, ...t.methods],
|
|
99353
|
-
|
|
99354
|
-
|
|
99357
|
+
le.MethodOverwritesOtherImplementedEntitysMethodWithSameImplementation,
|
|
99358
|
+
le.MethodOverwritesOtherImplementedEntitysMethodWithSameName
|
|
99355
99359
|
);
|
|
99356
99360
|
i.push(...b.errors);
|
|
99357
99361
|
}
|
|
@@ -99361,7 +99365,7 @@ function rIt(d, u) {
|
|
|
99361
99365
|
if (!a.find(
|
|
99362
99366
|
(y) => y.id === t.id
|
|
99363
99367
|
)) {
|
|
99364
|
-
const y = new
|
|
99368
|
+
const y = new Ht({
|
|
99365
99369
|
id: d.id + "--" + u.id + "--" + t.id + "--" + ne.ExtendsIncompatibleEntities,
|
|
99366
99370
|
message: `Entity "${d.name}" with id "${d.id}" is implementing built-in entity "${u.name}" with id "${u.id}" but also extends entity "${t.name}" with id "${t.id}" which is incompatible`,
|
|
99367
99371
|
issue: null,
|
|
@@ -99467,7 +99471,7 @@ function iIt(d, u, i = !1) {
|
|
|
99467
99471
|
);
|
|
99468
99472
|
te.length && te.forEach((ee) => {
|
|
99469
99473
|
if (ee.id !== W.id) {
|
|
99470
|
-
const ce = new
|
|
99474
|
+
const ce = new Ht({
|
|
99471
99475
|
id: d.id + "--" + ee.id + "--" + W.id + "--" + ne.ImplementsIncompatibleEntities,
|
|
99472
99476
|
message: `Entity "${d.name}" with id "${d.id}" is extending built-in entity "${ee.name}" with id "${ee.id}" but also extends or implements entity "${W.name}" with id "${W.id}" which is incompatible`,
|
|
99473
99477
|
issue: null,
|
|
@@ -99505,15 +99509,15 @@ function iIt(d, u, i = !1) {
|
|
|
99505
99509
|
const K = _a(
|
|
99506
99510
|
u.ownDeclaredProperties,
|
|
99507
99511
|
N,
|
|
99508
|
-
|
|
99509
|
-
|
|
99512
|
+
le.PropertyOverwritesOtherExtendedEntitysPropertyWithSameImplementation,
|
|
99513
|
+
le.PropertyOverwritesOtherExtendedEntitysPropertyWithSameName
|
|
99510
99514
|
);
|
|
99511
99515
|
a.push(...K.errors);
|
|
99512
99516
|
const k = _a(
|
|
99513
99517
|
u.abstractMethods,
|
|
99514
99518
|
x,
|
|
99515
|
-
|
|
99516
|
-
|
|
99519
|
+
le.MethodOverwritesOtherExtendedEntitysMethodWithSameImplementation,
|
|
99520
|
+
le.MethodOverwritesOtherExtendedEntitysMethodWithSameName
|
|
99517
99521
|
);
|
|
99518
99522
|
a.push(...k.errors);
|
|
99519
99523
|
}
|
|
@@ -99524,7 +99528,7 @@ function iIt(d, u, i = !1) {
|
|
|
99524
99528
|
);
|
|
99525
99529
|
I.length && I.forEach((P) => {
|
|
99526
99530
|
if (P.id !== w.id) {
|
|
99527
|
-
const N = new
|
|
99531
|
+
const N = new Ht({
|
|
99528
99532
|
id: d.id + "--" + P.id + "--" + w.id + "--" + ne.ImplementsIncompatibleEntities,
|
|
99529
99533
|
message: `Entity "${d.name}" with id "${d.id}" is implementing built-in entity "${P.name}" with id "${P.id}" but also implements entity "${w.name}" with id "${w.id}" which is incompatible`,
|
|
99530
99534
|
issue: null,
|
|
@@ -99544,7 +99548,7 @@ function iIt(d, u, i = !1) {
|
|
|
99544
99548
|
);
|
|
99545
99549
|
K.length && K.forEach((k) => {
|
|
99546
99550
|
if (k.id !== x.id) {
|
|
99547
|
-
const W = new
|
|
99551
|
+
const W = new Ht({
|
|
99548
99552
|
id: d.id + "--" + k.id + "--" + x.id + "--" + ne.ImplementsIncompatibleEntities,
|
|
99549
99553
|
message: `Entity "${d.name}" with id "${d.id}" is implementing built-in entity "${k.name}" with id "${k.id}" but also implements entity "${x.name}" with id "${x.id}" which is incompatible`,
|
|
99550
99554
|
issue: null,
|
|
@@ -99561,15 +99565,15 @@ function iIt(d, u, i = !1) {
|
|
|
99561
99565
|
const P = _a(
|
|
99562
99566
|
u.ownDeclaredProperties,
|
|
99563
99567
|
w.ownDeclaredProperties,
|
|
99564
|
-
|
|
99565
|
-
|
|
99568
|
+
le.PropertyOverwritesOtherImplementedEntitysPropertyWithSameImplementation,
|
|
99569
|
+
le.PropertyOverwritesOtherImplementedEntitysPropertyWithSameName
|
|
99566
99570
|
);
|
|
99567
99571
|
a.push(...P.errors);
|
|
99568
99572
|
const N = _a(
|
|
99569
99573
|
u.abstractMethods,
|
|
99570
99574
|
[...w.abstractMethods, ...w.methods],
|
|
99571
|
-
|
|
99572
|
-
|
|
99575
|
+
le.MethodOverwritesOtherImplementedEntitysMethodWithSameImplementation,
|
|
99576
|
+
le.MethodOverwritesOtherImplementedEntitysMethodWithSameName
|
|
99573
99577
|
);
|
|
99574
99578
|
a.push(...N.errors);
|
|
99575
99579
|
}
|
|
@@ -99577,15 +99581,15 @@ function iIt(d, u, i = !1) {
|
|
|
99577
99581
|
const y = _a(
|
|
99578
99582
|
d.ownDeclaredProperties,
|
|
99579
99583
|
u.ownDeclaredProperties,
|
|
99580
|
-
|
|
99581
|
-
|
|
99584
|
+
le.PropertyOverwritesOtherSiblingWithSameImplementation,
|
|
99585
|
+
le.PropertyOverwritesOtherSiblingWithSameName
|
|
99582
99586
|
);
|
|
99583
99587
|
a.push(...y.errors);
|
|
99584
99588
|
const v = _a(
|
|
99585
99589
|
u.methods,
|
|
99586
99590
|
u.abstractMethods,
|
|
99587
|
-
|
|
99588
|
-
|
|
99591
|
+
le.MethodOverwritesOtherSiblingWithSameImplementation,
|
|
99592
|
+
le.MethodOverwritesOtherSiblingWithSameName
|
|
99589
99593
|
);
|
|
99590
99594
|
return a.push(...v.errors), R(
|
|
99591
99595
|
d.extends.flatMap((w) => Ci(w))
|
|
@@ -99593,7 +99597,7 @@ function iIt(d, u, i = !1) {
|
|
|
99593
99597
|
if (!l.find(
|
|
99594
99598
|
(I) => I.id === w.id
|
|
99595
99599
|
)) {
|
|
99596
|
-
const I = new
|
|
99600
|
+
const I = new Ht({
|
|
99597
99601
|
id: d.id + "--" + u.id + "--" + w.id + "--" + ne.ImplementsIncompatibleEntities,
|
|
99598
99602
|
message: `Entity "${d.name}" with id "${d.id}" is extending built-in entity "${u.name}" with id "${u.id}" but also extends entity "${w.name}" with id "${w.id}" which is incompatible`,
|
|
99599
99603
|
issue: null,
|
|
@@ -99611,7 +99615,7 @@ function sIt(d) {
|
|
|
99611
99615
|
const u = [];
|
|
99612
99616
|
return d.implements.forEach((i) => {
|
|
99613
99617
|
if (!i.static) {
|
|
99614
|
-
const a = new
|
|
99618
|
+
const a = new Ht({
|
|
99615
99619
|
id: d.id + "--" + i.id + "--" + ne.StaticImplementingNonStaticEntity,
|
|
99616
99620
|
message: `Entity "${d.name}" with id "${d.id}" is static but implements entity "${i.name}" with id "${i.id}" which is non-static`,
|
|
99617
99621
|
issue: null,
|
|
@@ -99624,7 +99628,7 @@ function sIt(d) {
|
|
|
99624
99628
|
}
|
|
99625
99629
|
}), d.extends.forEach((i) => {
|
|
99626
99630
|
if (!i.static) {
|
|
99627
|
-
const a = new
|
|
99631
|
+
const a = new Ht({
|
|
99628
99632
|
id: d.id + "--" + i.id + "--" + ne.StaticExtendingNonStaticEntity,
|
|
99629
99633
|
message: `Entity "${d.name}" with id "${d.id}" is static but extends entity "${i.name}" with id "${i.id}" which is non-static`,
|
|
99630
99634
|
issue: null,
|
|
@@ -99640,7 +99644,7 @@ function sIt(d) {
|
|
|
99640
99644
|
function nIt(d) {
|
|
99641
99645
|
const u = [];
|
|
99642
99646
|
if (d.implements.length) {
|
|
99643
|
-
const i = new
|
|
99647
|
+
const i = new Ht({
|
|
99644
99648
|
id: d.id + "--" + ne.AbstractEntityImplements,
|
|
99645
99649
|
message: `Entity "${d.name}" with id "${d.id}" cannot be marked as abstract because it implements other entities`,
|
|
99646
99650
|
issue: null,
|
|
@@ -99652,7 +99656,7 @@ function nIt(d) {
|
|
|
99652
99656
|
}
|
|
99653
99657
|
return d.extends.forEach((i) => {
|
|
99654
99658
|
if (!i.abstract) {
|
|
99655
|
-
const a = new
|
|
99659
|
+
const a = new Ht({
|
|
99656
99660
|
id: d.id + "--" + i.id + "--" + ne.AbstractExtendingNonAbstractEntity,
|
|
99657
99661
|
message: `Entity "${d.name}" with id "${d.id}" is abstract but extends entity "${i.name}" with id "${i.id}" which is non-abstract`,
|
|
99658
99662
|
issue: null,
|
|
@@ -99669,7 +99673,7 @@ function aIt(d) {
|
|
|
99669
99673
|
const u = [];
|
|
99670
99674
|
return d.extends.forEach((i) => {
|
|
99671
99675
|
if (i.static) {
|
|
99672
|
-
const a = new
|
|
99676
|
+
const a = new Ht({
|
|
99673
99677
|
id: d.id + "--" + i.id + "--" + ne.NonStaticExtendingStaticEntity,
|
|
99674
99678
|
message: `Entity "${d.name}" with id "${d.id}" is non-static but extends entity "${i.name}" with id "${i.id}" which is static`,
|
|
99675
99679
|
issue: null,
|
|
@@ -99686,7 +99690,7 @@ function oIt(d) {
|
|
|
99686
99690
|
const u = [];
|
|
99687
99691
|
return d.extends.forEach((i) => {
|
|
99688
99692
|
if (i.abstract) {
|
|
99689
|
-
const a = new
|
|
99693
|
+
const a = new Ht({
|
|
99690
99694
|
id: d.id + "--" + i.id + "--" + ne.NonAbstractExtendingAbstractEntity,
|
|
99691
99695
|
message: `Entity "${d.name}" with id "${d.id}" is non-abstract but extends entity "${i.name}" with id "${i.id}" which is abstract`,
|
|
99692
99696
|
issue: null,
|
|
@@ -99789,8 +99793,8 @@ function lIt(d, u) {
|
|
|
99789
99793
|
);
|
|
99790
99794
|
}) : i.push(
|
|
99791
99795
|
new X({
|
|
99792
|
-
id: `${d.id}--${
|
|
99793
|
-
code:
|
|
99796
|
+
id: `${d.id}--${le.InvalidObjectStructure}`,
|
|
99797
|
+
code: le.InvalidObjectStructure,
|
|
99794
99798
|
severity: Z.Error,
|
|
99795
99799
|
message: `Entity of type "${d.type}" with id "${d.id}", has an 'implements' property that isn't an array.`,
|
|
99796
99800
|
issue: null
|
|
@@ -100416,10 +100420,10 @@ Alternatively you can update the parent data-type entity with 'update' action to
|
|
|
100416
100420
|
a.push(...ye), l.push(...S), p.push(...ie), t.push(...ue);
|
|
100417
100421
|
const {
|
|
100418
100422
|
updated: H,
|
|
100419
|
-
added:
|
|
100423
|
+
added: oe,
|
|
100420
100424
|
removed: ve
|
|
100421
100425
|
} = this.removeUnrecognizedMethods(i);
|
|
100422
|
-
return a.push(...H), l.push(...
|
|
100426
|
+
return a.push(...H), l.push(...oe), p.push(...ve), this.addSuggestions(), this.captureVersion(), i == null || i.attemptAutoclose("after-all-children-initialized", this.id), {
|
|
100423
100427
|
updated: R(a),
|
|
100424
100428
|
added: R(l),
|
|
100425
100429
|
removed: R(p),
|
|
@@ -101583,7 +101587,8 @@ Alternatively you can update the parent data-type entity with 'update' action to
|
|
|
101583
101587
|
getActiveRawDefaultValue() {
|
|
101584
101588
|
const i = {};
|
|
101585
101589
|
return this.properties.forEach((a) => {
|
|
101586
|
-
|
|
101590
|
+
var t;
|
|
101591
|
+
const l = Wr(a.name), p = (t = this.project.requestActiveDynamicValue(a)) == null ? void 0 : t.value;
|
|
101587
101592
|
i[l] = (p == null ? void 0 : p.value) || null;
|
|
101588
101593
|
}), i;
|
|
101589
101594
|
}
|
|
@@ -102581,7 +102586,6 @@ const Je = class Je extends mr {
|
|
|
102581
102586
|
D(this, "onCloseChangeSetCallback", null);
|
|
102582
102587
|
D(this, "onAddChangeSetCallback", null);
|
|
102583
102588
|
D(this, "onDiscardChangeSetCallback", null);
|
|
102584
|
-
D(this, "onRequestActiveValueCallback", null);
|
|
102585
102589
|
D(this, "onRequestActiveDynamicValueCallback", null);
|
|
102586
102590
|
if (this.initialData = i, this.id = i.id, this.name = i.name, this.description = i.description, this.x = 0, this.y = 0, this.instances[this.id] = this, !Je.UUID)
|
|
102587
102591
|
throw new Error(
|
|
@@ -102648,9 +102652,6 @@ const Je = class Je extends mr {
|
|
|
102648
102652
|
);
|
|
102649
102653
|
i && await this.closeChangeSet(i);
|
|
102650
102654
|
}
|
|
102651
|
-
onRequestActiveValue(i) {
|
|
102652
|
-
this.onRequestActiveValueCallback = i;
|
|
102653
|
-
}
|
|
102654
102655
|
onRequestActiveDynamicValue(i) {
|
|
102655
102656
|
this.onRequestActiveDynamicValueCallback = i;
|
|
102656
102657
|
}
|
|
@@ -103897,27 +103898,27 @@ const Je = class Je extends mr {
|
|
|
103897
103898
|
return [
|
|
103898
103899
|
...this.variableDeclarations,
|
|
103899
103900
|
...this.getEntryPoints().reduce((a, l) => {
|
|
103900
|
-
const p =
|
|
103901
|
+
const p = Jt(l);
|
|
103901
103902
|
return [...a, ...p];
|
|
103902
103903
|
}, []),
|
|
103903
103904
|
...this.functionCalls.reduce((a, l) => {
|
|
103904
|
-
const p =
|
|
103905
|
+
const p = Jt(l);
|
|
103905
103906
|
return [...a, ...p];
|
|
103906
103907
|
}, []),
|
|
103907
103908
|
...this.conditions.reduce((a, l) => {
|
|
103908
|
-
const p =
|
|
103909
|
+
const p = Jt(l);
|
|
103909
103910
|
return [...a, ...p];
|
|
103910
103911
|
}, []),
|
|
103911
103912
|
...this.operations.reduce((a, l) => {
|
|
103912
|
-
const p =
|
|
103913
|
+
const p = Jt(l);
|
|
103913
103914
|
return [...a, ...p];
|
|
103914
103915
|
}, []),
|
|
103915
103916
|
...this.loops.reduce((a, l) => {
|
|
103916
|
-
const p =
|
|
103917
|
+
const p = Jt(l);
|
|
103917
103918
|
return [...a, ...p];
|
|
103918
103919
|
}, []),
|
|
103919
103920
|
...this.searches.reduce((a, l) => {
|
|
103920
|
-
const p =
|
|
103921
|
+
const p = Jt(l);
|
|
103921
103922
|
return [...a, ...p];
|
|
103922
103923
|
}, [])
|
|
103923
103924
|
];
|
|
@@ -103925,38 +103926,44 @@ const Je = class Je extends mr {
|
|
|
103925
103926
|
getVariableInstances() {
|
|
103926
103927
|
return [
|
|
103927
103928
|
...this.variableInstances,
|
|
103929
|
+
...this.entities.reduce((a, l) => l.methods.flatMap((p) => {
|
|
103930
|
+
const y = Jt(p).filter(
|
|
103931
|
+
(v) => v.type === f.VariableInstance
|
|
103932
|
+
);
|
|
103933
|
+
return [...a, ...y];
|
|
103934
|
+
}), []),
|
|
103928
103935
|
...this.getEntryPoints().reduce((a, l) => {
|
|
103929
|
-
const t =
|
|
103936
|
+
const t = Jt(l).filter(
|
|
103930
103937
|
(y) => y.type === f.VariableInstance
|
|
103931
103938
|
);
|
|
103932
103939
|
return [...a, ...t];
|
|
103933
103940
|
}, []),
|
|
103934
103941
|
...this.functionCalls.reduce((a, l) => {
|
|
103935
|
-
const t =
|
|
103942
|
+
const t = Jt(l).filter(
|
|
103936
103943
|
(y) => y.type === f.VariableInstance
|
|
103937
103944
|
);
|
|
103938
103945
|
return [...a, ...t];
|
|
103939
103946
|
}, []),
|
|
103940
103947
|
...this.conditions.reduce((a, l) => {
|
|
103941
|
-
const t =
|
|
103948
|
+
const t = Jt(l).filter(
|
|
103942
103949
|
(y) => y.type === f.VariableInstance
|
|
103943
103950
|
);
|
|
103944
103951
|
return [...a, ...t];
|
|
103945
103952
|
}, []),
|
|
103946
103953
|
...this.operations.reduce((a, l) => {
|
|
103947
|
-
const t =
|
|
103954
|
+
const t = Jt(l).filter(
|
|
103948
103955
|
(y) => y.type === f.VariableInstance
|
|
103949
103956
|
);
|
|
103950
103957
|
return [...a, ...t];
|
|
103951
103958
|
}, []),
|
|
103952
103959
|
...this.loops.reduce((a, l) => {
|
|
103953
|
-
const t =
|
|
103960
|
+
const t = Jt(l).filter(
|
|
103954
103961
|
(y) => y.type === f.VariableInstance
|
|
103955
103962
|
);
|
|
103956
103963
|
return [...a, ...t];
|
|
103957
103964
|
}, []),
|
|
103958
103965
|
...this.searches.reduce((a, l) => {
|
|
103959
|
-
const t =
|
|
103966
|
+
const t = Jt(l).filter(
|
|
103960
103967
|
(y) => y.type === f.VariableInstance
|
|
103961
103968
|
);
|
|
103962
103969
|
return [...a, ...t];
|
|
@@ -103966,38 +103973,44 @@ const Je = class Je extends mr {
|
|
|
103966
103973
|
getVariableDeclarations() {
|
|
103967
103974
|
return R([
|
|
103968
103975
|
...this.variableDeclarations,
|
|
103976
|
+
...this.entities.reduce((a, l) => l.methods.flatMap((p) => {
|
|
103977
|
+
const y = Jt(p).filter(
|
|
103978
|
+
(v) => v.type === f.VariableDeclaration
|
|
103979
|
+
);
|
|
103980
|
+
return [...a, ...y];
|
|
103981
|
+
}), []),
|
|
103969
103982
|
...this.getEntryPoints().reduce((a, l) => {
|
|
103970
|
-
const t =
|
|
103983
|
+
const t = Jt(l).filter(
|
|
103971
103984
|
(y) => y.type === f.VariableDeclaration
|
|
103972
103985
|
);
|
|
103973
103986
|
return [...a, ...t];
|
|
103974
103987
|
}, []),
|
|
103975
103988
|
...this.functionCalls.reduce((a, l) => {
|
|
103976
|
-
const t =
|
|
103989
|
+
const t = Jt(l).filter(
|
|
103977
103990
|
(y) => y.type === f.VariableDeclaration
|
|
103978
103991
|
);
|
|
103979
103992
|
return [...a, ...t];
|
|
103980
103993
|
}, []),
|
|
103981
103994
|
...this.conditions.reduce((a, l) => {
|
|
103982
|
-
const t =
|
|
103995
|
+
const t = Jt(l).filter(
|
|
103983
103996
|
(y) => y.type === f.VariableDeclaration
|
|
103984
103997
|
);
|
|
103985
103998
|
return [...a, ...t];
|
|
103986
103999
|
}, []),
|
|
103987
104000
|
...this.operations.reduce((a, l) => {
|
|
103988
|
-
const t =
|
|
104001
|
+
const t = Jt(l).filter(
|
|
103989
104002
|
(y) => y.type === f.VariableDeclaration
|
|
103990
104003
|
);
|
|
103991
104004
|
return [...a, ...t];
|
|
103992
104005
|
}, []),
|
|
103993
104006
|
...this.loops.reduce((a, l) => {
|
|
103994
|
-
const t =
|
|
104007
|
+
const t = Jt(l).filter(
|
|
103995
104008
|
(y) => y.type === f.VariableDeclaration
|
|
103996
104009
|
);
|
|
103997
104010
|
return [...a, ...t];
|
|
103998
104011
|
}, []),
|
|
103999
104012
|
...this.searches.reduce((a, l) => {
|
|
104000
|
-
const t =
|
|
104013
|
+
const t = Jt(l).filter(
|
|
104001
104014
|
(y) => y.type === f.VariableDeclaration
|
|
104002
104015
|
);
|
|
104003
104016
|
return [...a, ...t];
|
|
@@ -104122,14 +104135,19 @@ const Je = class Je extends mr {
|
|
|
104122
104135
|
(i) => i.name === Ce.PERSISTED_ENTITY
|
|
104123
104136
|
) || null;
|
|
104124
104137
|
}
|
|
104125
|
-
requestActiveValue(i) {
|
|
104126
|
-
var l;
|
|
104127
|
-
const a = (l = this.onRequestActiveValueCallback) == null ? void 0 : l.call(this, i);
|
|
104128
|
-
return a ? a || null : i.getDefaultValue();
|
|
104129
|
-
}
|
|
104130
104138
|
requestActiveDynamicValue(i) {
|
|
104131
104139
|
var l;
|
|
104132
|
-
|
|
104140
|
+
const a = (l = this.onRequestActiveDynamicValueCallback) == null ? void 0 : l.call(this, i);
|
|
104141
|
+
if (!a) {
|
|
104142
|
+
const p = i.getDefaultValue();
|
|
104143
|
+
return p ? {
|
|
104144
|
+
value: p,
|
|
104145
|
+
type: be.DefaultValue,
|
|
104146
|
+
inheritanceLink: null,
|
|
104147
|
+
valueOwner: i
|
|
104148
|
+
} : null;
|
|
104149
|
+
}
|
|
104150
|
+
return a || null;
|
|
104133
104151
|
}
|
|
104134
104152
|
/*
|
|
104135
104153
|
We must take the 'logic' tree state to how it was before the last change-set
|
|
@@ -104518,7 +104536,8 @@ class EIt extends ot {
|
|
|
104518
104536
|
"get-entity-to-match-validate-data"
|
|
104519
104537
|
)
|
|
104520
104538
|
)) {
|
|
104521
|
-
|
|
104539
|
+
var t;
|
|
104540
|
+
const l = ((t = this.project.requestActiveDynamicValue(i)) == null ? void 0 : t.value) || null, p = l == null ? void 0 : l.valueAsTypeSingle;
|
|
104522
104541
|
return a == null || a.attemptAutoclose("get-entity-to-match-validate-data", this.id), p;
|
|
104523
104542
|
}
|
|
104524
104543
|
syncOperationInstance(i, a = this.project.addChangeSet(
|
|
@@ -104590,7 +104609,7 @@ class EIt extends ot {
|
|
|
104590
104609
|
"sync-entity-to-match-input-map-data-type"
|
|
104591
104610
|
)
|
|
104592
104611
|
)) {
|
|
104593
|
-
var w, I, P, N, x, K, k, W, te, ee, ce, re, ye, S, ie;
|
|
104612
|
+
var w, I, P, N, x, K, k, W, te, ee, ce, re, ye, S, ie, ue;
|
|
104594
104613
|
const l = [], p = [], t = [], y = [];
|
|
104595
104614
|
if (((w = i.declaration) == null ? void 0 : w.id) !== me.operation[dr.Validate].inputs.entityToMatch.id)
|
|
104596
104615
|
return a == null || a.attemptAutoclose(
|
|
@@ -104603,9 +104622,9 @@ class EIt extends ot {
|
|
|
104603
104622
|
affected: [],
|
|
104604
104623
|
self: null
|
|
104605
104624
|
};
|
|
104606
|
-
const v = this.project.
|
|
104625
|
+
const v = ((I = this.project.requestActiveDynamicValue(i)) == null ? void 0 : I.value) || null, b = v == null ? void 0 : v.valueAsTypeSingle;
|
|
104607
104626
|
if (!i.dataType) {
|
|
104608
|
-
const
|
|
104627
|
+
const H = {
|
|
104609
104628
|
id: O.UUID.uuid(),
|
|
104610
104629
|
version: O.UUID.uuid(),
|
|
104611
104630
|
createdAt: (a == null ? void 0 : a.timestamp) || (/* @__PURE__ */ new Date()).toISOString(),
|
|
@@ -104614,12 +104633,12 @@ class EIt extends ot {
|
|
|
104614
104633
|
deleted: !1,
|
|
104615
104634
|
type: f.DataType,
|
|
104616
104635
|
parentRelationType: null,
|
|
104617
|
-
options: ((
|
|
104618
|
-
implementationChooseOne: ((
|
|
104619
|
-
staticEntities: ((
|
|
104620
|
-
interactiveEntities: ((
|
|
104621
|
-
actionEntities: ((
|
|
104622
|
-
isList: ((
|
|
104636
|
+
options: ((P = i.declaration.dataType) == null ? void 0 : P.options) || null,
|
|
104637
|
+
implementationChooseOne: ((N = i.declaration.dataType) == null ? void 0 : N.implementationChooseOne) || !1,
|
|
104638
|
+
staticEntities: ((x = i.declaration.dataType) == null ? void 0 : x.staticEntities) ?? null,
|
|
104639
|
+
interactiveEntities: ((K = i.declaration.dataType) == null ? void 0 : K.interactiveEntities) ?? null,
|
|
104640
|
+
actionEntities: ((k = i.declaration.dataType) == null ? void 0 : k.actionEntities) ?? null,
|
|
104641
|
+
isList: ((W = i.declaration.dataType) == null ? void 0 : W.isList) || !1,
|
|
104623
104642
|
andChildrenGroup: null,
|
|
104624
104643
|
orChildrenGroup: null,
|
|
104625
104644
|
asType: !0,
|
|
@@ -104627,26 +104646,26 @@ class EIt extends ot {
|
|
|
104627
104646
|
like: !0,
|
|
104628
104647
|
inferred: !0,
|
|
104629
104648
|
parent: i.toReference()
|
|
104630
|
-
},
|
|
104631
|
-
|
|
104649
|
+
}, oe = Q(
|
|
104650
|
+
H,
|
|
104632
104651
|
i.project
|
|
104633
104652
|
);
|
|
104634
|
-
|
|
104653
|
+
oe.hydrateAncestors(), oe.setParent(i, a), oe.initChildren(a), oe.setEntity(b, a), a == null || a.add(oe, F.Added), l.push(oe), i.setDataType(oe, a);
|
|
104635
104654
|
}
|
|
104636
|
-
return (
|
|
104655
|
+
return (ie = i.dataType) == null || ie.metaSync(
|
|
104637
104656
|
{
|
|
104638
104657
|
inferred: !0,
|
|
104639
104658
|
like: !1,
|
|
104640
104659
|
asType: !0,
|
|
104641
|
-
options: ((
|
|
104642
|
-
implementationChooseOne: ((
|
|
104643
|
-
staticEntities: ((
|
|
104644
|
-
interactiveEntities: ((
|
|
104645
|
-
actionEntities: ((
|
|
104646
|
-
isList: ((
|
|
104660
|
+
options: ((te = i.declaration.dataType) == null ? void 0 : te.options) || null,
|
|
104661
|
+
implementationChooseOne: ((ee = i.declaration.dataType) == null ? void 0 : ee.implementationChooseOne) || !1,
|
|
104662
|
+
staticEntities: ((ce = i.declaration.dataType) == null ? void 0 : ce.staticEntities) ?? null,
|
|
104663
|
+
interactiveEntities: ((re = i.declaration.dataType) == null ? void 0 : re.interactiveEntities) ?? null,
|
|
104664
|
+
actionEntities: ((ye = i.declaration.dataType) == null ? void 0 : ye.actionEntities) ?? null,
|
|
104665
|
+
isList: ((S = i.declaration.dataType) == null ? void 0 : S.isList) || !1
|
|
104647
104666
|
},
|
|
104648
104667
|
a
|
|
104649
|
-
), (
|
|
104668
|
+
), (ue = i.dataType) == null || ue.setEntity(b, a), i.dataType && p.push(i.dataType), a == null || a.attemptAutoclose(
|
|
104650
104669
|
"sync-entity-to-match-input-map-data-type",
|
|
104651
104670
|
this.id
|
|
104652
104671
|
), {
|
|
@@ -104774,7 +104793,7 @@ class EIt extends ot {
|
|
|
104774
104793
|
"sync-output-data-output-map-data-type"
|
|
104775
104794
|
)
|
|
104776
104795
|
)) {
|
|
104777
|
-
var P, N, x;
|
|
104796
|
+
var P, N, x, K;
|
|
104778
104797
|
const l = [], p = [], t = [], y = [];
|
|
104779
104798
|
if (((P = i.declaration) == null ? void 0 : P.id) !== me.operation[dr.Validate].outputs.outputEntity.id)
|
|
104780
104799
|
return a == null || a.attemptAutoclose(
|
|
@@ -104815,9 +104834,9 @@ class EIt extends ot {
|
|
|
104815
104834
|
affected: [],
|
|
104816
104835
|
self: null
|
|
104817
104836
|
};
|
|
104818
|
-
const w = this.project.
|
|
104837
|
+
const w = ((N = this.project.requestActiveDynamicValue(v)) == null ? void 0 : N.value) || null, I = (w == null ? void 0 : w.valueAsTypeSingle) || null;
|
|
104819
104838
|
if (!i.dataType) {
|
|
104820
|
-
const
|
|
104839
|
+
const k = {
|
|
104821
104840
|
id: O.UUID.uuid(),
|
|
104822
104841
|
version: O.UUID.uuid(),
|
|
104823
104842
|
createdAt: (a == null ? void 0 : a.timestamp) || (/* @__PURE__ */ new Date()).toISOString(),
|
|
@@ -104839,20 +104858,20 @@ class EIt extends ot {
|
|
|
104839
104858
|
like: !0,
|
|
104840
104859
|
inferred: !0,
|
|
104841
104860
|
parent: i.toReference()
|
|
104842
|
-
},
|
|
104843
|
-
|
|
104861
|
+
}, W = Q(
|
|
104862
|
+
k,
|
|
104844
104863
|
i.project
|
|
104845
104864
|
);
|
|
104846
|
-
|
|
104865
|
+
W.hydrateAncestors(), W.setParent(i, a), W.initChildren(a), W.setEntity(I, a), a == null || a.add(W, F.Added), l.push(W), i.setDataType(W, a);
|
|
104847
104866
|
}
|
|
104848
|
-
return (
|
|
104867
|
+
return (x = i.dataType) == null || x.metaSync(
|
|
104849
104868
|
{
|
|
104850
104869
|
inferred: !0,
|
|
104851
104870
|
like: !0,
|
|
104852
104871
|
asType: !1
|
|
104853
104872
|
},
|
|
104854
104873
|
a
|
|
104855
|
-
), (
|
|
104874
|
+
), (K = i.dataType) == null || K.setEntity(I, a), i.dataType && p.push(i.dataType), a == null || a.attemptAutoclose(
|
|
104856
104875
|
"sync-output-data-output-map-data-type",
|
|
104857
104876
|
this.id
|
|
104858
104877
|
), {
|
|
@@ -105095,7 +105114,7 @@ var DIt = /* @__PURE__ */ ((d) => (d.StatusCodeMustBeNumber = "status-code-must-
|
|
|
105095
105114
|
function CIt(d, u) {
|
|
105096
105115
|
const i = [];
|
|
105097
105116
|
if (typeof u != "number") {
|
|
105098
|
-
const a = new
|
|
105117
|
+
const a = new Ht({
|
|
105099
105118
|
id: d.id + "--status-code-must-be-number",
|
|
105100
105119
|
message: `Entity of type ${d.type} with id "${d.id}" has an invalid value "${u}". The value must be a number.`,
|
|
105101
105120
|
issue: null,
|
|
@@ -105109,7 +105128,7 @@ function CIt(d, u) {
|
|
|
105109
105128
|
};
|
|
105110
105129
|
}
|
|
105111
105130
|
if (u < 100) {
|
|
105112
|
-
const a = new
|
|
105131
|
+
const a = new Ht({
|
|
105113
105132
|
id: d.id + "--status-code-must-be-between-100-and-599",
|
|
105114
105133
|
message: `Entity of type ${d.type} with id "${d.id}" has an invalid value "${u}". The value must be a number between 100 and 599.`,
|
|
105115
105134
|
issue: null,
|
|
@@ -105120,7 +105139,7 @@ function CIt(d, u) {
|
|
|
105120
105139
|
i.push(a);
|
|
105121
105140
|
}
|
|
105122
105141
|
if (u > 599) {
|
|
105123
|
-
const a = new
|
|
105142
|
+
const a = new Ht({
|
|
105124
105143
|
id: d.id + "--status-code-must-be-between-100-and-599",
|
|
105125
105144
|
message: `Entity of type ${d.type} with id "${d.id}" has an invalid value "${u}". The value must be a number between 100 and 599.`,
|
|
105126
105145
|
issue: null,
|
|
@@ -105737,7 +105756,7 @@ export {
|
|
|
105737
105756
|
QKe as EXECUTION_OPERATIONS,
|
|
105738
105757
|
kh as EfimeralValueStore,
|
|
105739
105758
|
$It as EndpointEntity,
|
|
105740
|
-
|
|
105759
|
+
Ht as EntityError,
|
|
105741
105760
|
Z as EntityErrorSeverity,
|
|
105742
105761
|
X as EntityGenerationError,
|
|
105743
105762
|
q as EntityGenerationErrorCode,
|
|
@@ -105832,7 +105851,7 @@ export {
|
|
|
105832
105851
|
yIt as SequentialExecutionOperation,
|
|
105833
105852
|
GKe as SequentialExecutionOperationInputIds,
|
|
105834
105853
|
FKe as SequentialExecutionOperationOutputIds,
|
|
105835
|
-
|
|
105854
|
+
le as SharedEntityErrorCode,
|
|
105836
105855
|
cIt as SharedStateFunctionality,
|
|
105837
105856
|
CFe as SplitListOperationInputIds,
|
|
105838
105857
|
$Fe as SplitListOperationOutputIds,
|
|
@@ -106100,7 +106119,7 @@ export {
|
|
|
106100
106119
|
Ubt as flattenVariableInstance,
|
|
106101
106120
|
lbt as flattenVariableReads,
|
|
106102
106121
|
obt as flattenVariableWrites,
|
|
106103
|
-
|
|
106122
|
+
Jt as flattenVariables,
|
|
106104
106123
|
E1t as fromChangeSetToRecordChangeSet,
|
|
106105
106124
|
n$ as fromLiteralValueTypeToPrimitiveType,
|
|
106106
106125
|
Cwt as fromPublishingDisabledCodeToReadable,
|