@elyx-code/project-logic-tree 0.0.6008 → 0.0.6010
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +112 -100
- package/dist/index.umd.cjs +16 -16
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var Vf = Object.defineProperty;
|
|
2
2
|
var Gf = (n, e, t) => e in n ? Vf(n, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[e] = t;
|
|
3
3
|
var l = (n, e, t) => (Gf(n, typeof e != "symbol" ? e + "" : e, t), t);
|
|
4
|
-
var r = /* @__PURE__ */ ((n) => (n.CustomEntity = "custom-entity", n.BuiltInBaseEntity = "built-in-base-entity", n.Project = "project", n.InstalledProject = "installed-project", n.GlobalEvent = "global-event", n.DataType = "data-type", n.FunctionCall = "function-call", n.FunctionDeclaration = "function-declaration", n.ActionDescriptor = "action-descriptor", n.ValueDescriptor = "value-descriptor", n.ArgumentDeclaration = "argument-declaration", n.InputMap = "input-map", n.ReturnStatement = "return-statement", n.BreakStatement = "break-statement", n.ContinueStatement = "continue-statement", n.ReturnDeclaration = "return-declaration", n.OutputMap = "output-map", n.PrimitiveEntity = "primitive-entity", n.PrimitiveValue = "primitive-value", n.Property = "property", n.Operation = "operation", n.Condition = "condition", n.VariableDeclaration = "variable-declaration", n.VariableInstance = "variable-instance", n.Search = "search", n.Loop = "loop", n.InternalCall = "internal-call", n.GenericReference = "generic-reference", n))(r || {}), M = /* @__PURE__ */ ((n) => (n.HTTP_ENDPOINT = "BUILT_IN_HTTP_ENDPOINT_ENTITY", n.RELATIONAL_DATABASE = "BUILT_IN_RELATIONAL_DATABASE_ENTITY", n.PERSISTED_ENTITY = "BUILT_IN_PERSISTED_ENTITY_ENTITY", n.CRON_JOB = "BUILT_IN_CRON_JOB_ENTITY", n.EXECUTION = "BUILT_IN_EXECUTION_ENTITY", n.KEY_VALUE_PARAM = "BUILT_IN_KEY_VALUE_PARAM_ENTITY", n))(M || {}), Ue = /* @__PURE__ */ ((n) => (n.CurrentDateAndTime = "current-date-and-time", n.Unique = "unique", n.Random = "random", n))(Ue || {}),
|
|
4
|
+
var r = /* @__PURE__ */ ((n) => (n.CustomEntity = "custom-entity", n.BuiltInBaseEntity = "built-in-base-entity", n.Project = "project", n.InstalledProject = "installed-project", n.GlobalEvent = "global-event", n.DataType = "data-type", n.FunctionCall = "function-call", n.FunctionDeclaration = "function-declaration", n.ActionDescriptor = "action-descriptor", n.ValueDescriptor = "value-descriptor", n.ArgumentDeclaration = "argument-declaration", n.InputMap = "input-map", n.ReturnStatement = "return-statement", n.BreakStatement = "break-statement", n.ContinueStatement = "continue-statement", n.ReturnDeclaration = "return-declaration", n.OutputMap = "output-map", n.PrimitiveEntity = "primitive-entity", n.PrimitiveValue = "primitive-value", n.Property = "property", n.Operation = "operation", n.Condition = "condition", n.VariableDeclaration = "variable-declaration", n.VariableInstance = "variable-instance", n.Search = "search", n.Loop = "loop", n.InternalCall = "internal-call", n.GenericReference = "generic-reference", n))(r || {}), M = /* @__PURE__ */ ((n) => (n.HTTP_ENDPOINT = "BUILT_IN_HTTP_ENDPOINT_ENTITY", n.RELATIONAL_DATABASE = "BUILT_IN_RELATIONAL_DATABASE_ENTITY", n.PERSISTED_ENTITY = "BUILT_IN_PERSISTED_ENTITY_ENTITY", n.CRON_JOB = "BUILT_IN_CRON_JOB_ENTITY", n.EXECUTION = "BUILT_IN_EXECUTION_ENTITY", n.KEY_VALUE_PARAM = "BUILT_IN_KEY_VALUE_PARAM_ENTITY", n))(M || {}), Ue = /* @__PURE__ */ ((n) => (n.CurrentDateAndTime = "current-date-and-time", n.Unique = "unique", n.Random = "random", n))(Ue || {}), Ot = /* @__PURE__ */ ((n) => (n.DeletePersistedEntity = "base-delete-persisted-entity", n.SoftDeletePersistedEntity = "base-soft-delete-persisted-entity", n.AbortExecution = "base-abort-execution", n))(Ot || {}), V = /* @__PURE__ */ ((n) => (n.Fixed = "fixed", n.None = "none", n.Dynamic = "dynamic", n))(V || {}), C = /* @__PURE__ */ ((n) => (n.FixedArguments = "fixed-arguments", n.FixedReturns = "fixed-returns", n.ReturnedError = "returned-error", n.OngoingProcessExecution = "ongoing-process-execution", n))(C || {}), v = /* @__PURE__ */ ((n) => (n.EntityTemplate = "entity-template", n.ActionDescriptor = "action-descriptor", n.String = "string", n.Number = "number", n.Boolean = "boolean", n.Null = "null", n.Enum = "enum", n.JSON = "json", n.Date = "date", n.UUID = "uuid", n.File = "file", n))(v || {}), ut = /* @__PURE__ */ ((n) => (n.Addition = "addition", n.Substraction = "substraction", n.Multiplication = "multiplication", n.Division = "division", n.Remainder = "remainder", n.Exponentiation = "exponentiation", n))(ut || {}), ge = /* @__PURE__ */ ((n) => (n.Join = "string-join", n.Split = "stringSsplit", n.DeleteLast = "string-delete-last", n.DeleteFirst = "string-delete-first", n.DeleteIndex = "string-delete-index", n.AddIndex = "string-add-index", n.ReplaceFirst = "string-replace-first", n.ReplaceLast = "string-replace-last", n.ReplaceIndex = "string-replace-index", n.ReplaceSingleMatch = "string-replace-single-match", n.ReplaceAllMatches = "string-replace-all-matches", n.GetIndex = "string-get-index", n.GetFirst = "string-get-first", n.GetLast = "string-get-last", n.Append = "string-append", n.Prepend = "string-prepend", n))(ge || {}), j = /* @__PURE__ */ ((n) => (n.Join = "list-join", n.Split = "list-split", n.DeleteLast = "list-delete-last", n.DeleteFirst = "list-delete-first", n.DeleteIndex = "list-delete-index", n.AddIndex = "list-add-index", n.ReplaceFirst = "list-replace-first", n.ReplaceLast = "list-replace-last", n.ReplaceIndex = "list-replace-index", n.ReplaceSingleMatch = "list-replace-single-match", n.ReplaceAllMatches = "list-replace-all-matches", n.GetIndex = "list-get-index", n.GetFirst = "list-get-first", n.GetLast = "list-get-last", n.Append = "list-append", n.Prepend = "list-prepend", n))(j || {}), Pe = /* @__PURE__ */ ((n) => (n.Parallel = "parallel", n.Sequential = "sequential", n.Wait = "wait", n))(Pe || {}), nt = /* @__PURE__ */ ((n) => (n.CreateNewInstance = "create-new-instance", n.Validate = "validate", n))(nt || {}), Ke = /* @__PURE__ */ ((n) => (n.HttpRequest = "base-http-request", n))(Ke || {}), Oe = /* @__PURE__ */ ((n) => (n.Equal = "equal", n.NotEqual = "not-equal", n.And = "and", n.Or = "or", n.LessThan = "less-than", n.MoreThan = "more-than", n.LessThanOrEqual = "less-than-or-equal", n.MoreThanOrEqual = "more-than-or-equal", n))(Oe || {}), Gt = /* @__PURE__ */ ((n) => (n.Empty = "empty", n.NotEmpty = "not-empty", n))(Gt || {}), Fe = /* @__PURE__ */ ((n) => (n.ManualFlow = "manual-flow-loop", n.Counted = "counted-loop", n.List = "list-loop", n.ObjectKeys = "object-keys-loop", n.ObjectValues = "object-values-loop", n.String = "string-loop", n))(Fe || {}), Je = /* @__PURE__ */ ((n) => (n.OrDataTypeGroup = "or-data-type-group", n.AndDataTypeGroup = "and-data-type-group", n.DynamicArgumentTypes = "dynamic-argument-types", n.DynamicReturnTypes = "dynamic-return-types", n))(Je || {}), pn = /* @__PURE__ */ ((n) => (n.PROJECT_PUBLICATION_COMPLETED = "GLOBAL_EVENT_PROJECT_PUBLICATION_COMPLETED", n))(pn || {}), Lf = /* @__PURE__ */ ((n) => (n.Error = "error", n.Task = "task", n.Return = "return", n))(Lf || {});
|
|
5
5
|
const nr = [
|
|
6
6
|
r.VariableDeclaration,
|
|
7
7
|
r.VariableInstance,
|
|
@@ -2881,7 +2881,7 @@ const $e = {
|
|
|
2881
2881
|
abstractMethods: [bd],
|
|
2882
2882
|
extends: [],
|
|
2883
2883
|
methods: []
|
|
2884
|
-
},
|
|
2884
|
+
}, wt = $e[r.BuiltInBaseEntity].BUILT_IN_RELATIONAL_DATABASE_ENTITY, vb = {
|
|
2885
2885
|
id: "relational-database-built-in-base-entity-identifier-property-data-type-ref-id",
|
|
2886
2886
|
type: r.GenericReference,
|
|
2887
2887
|
entityId: "relational-database-built-in-base-entity-identifier-property-data-type-id",
|
|
@@ -2889,7 +2889,7 @@ const $e = {
|
|
|
2889
2889
|
}, gb = {
|
|
2890
2890
|
id: "relational-database-built-in-base-entity-identifier-property-ref-id",
|
|
2891
2891
|
type: r.GenericReference,
|
|
2892
|
-
entityId:
|
|
2892
|
+
entityId: wt.properties.identifier,
|
|
2893
2893
|
entityType: r.Property
|
|
2894
2894
|
}, Ib = {
|
|
2895
2895
|
id: "relational-database-built-in-base-entity-identifier-property-data-type-id",
|
|
@@ -2925,7 +2925,7 @@ const $e = {
|
|
|
2925
2925
|
}, Eo = {
|
|
2926
2926
|
hidden: !1,
|
|
2927
2927
|
required: !0,
|
|
2928
|
-
id:
|
|
2928
|
+
id: wt.properties.identifier,
|
|
2929
2929
|
name: "Identifier name",
|
|
2930
2930
|
version: 1,
|
|
2931
2931
|
type: r.Property,
|
|
@@ -2945,7 +2945,7 @@ const $e = {
|
|
|
2945
2945
|
}, Pb = {
|
|
2946
2946
|
id: "relational-database-built-in-base-entity-username-property-ref-id",
|
|
2947
2947
|
type: r.GenericReference,
|
|
2948
|
-
entityId:
|
|
2948
|
+
entityId: wt.properties.username,
|
|
2949
2949
|
entityType: r.Property
|
|
2950
2950
|
}, Db = {
|
|
2951
2951
|
id: "relational-database-built-in-base-entity-username-property-data-type-id",
|
|
@@ -2977,7 +2977,7 @@ const $e = {
|
|
|
2977
2977
|
}, Ro = {
|
|
2978
2978
|
hidden: !1,
|
|
2979
2979
|
required: !0,
|
|
2980
|
-
id:
|
|
2980
|
+
id: wt.properties.username,
|
|
2981
2981
|
name: "Username",
|
|
2982
2982
|
version: 1,
|
|
2983
2983
|
type: r.Property,
|
|
@@ -2997,7 +2997,7 @@ const $e = {
|
|
|
2997
2997
|
}, Ab = {
|
|
2998
2998
|
id: "relational-database-built-in-base-entity-password-property-ref-id",
|
|
2999
2999
|
type: r.GenericReference,
|
|
3000
|
-
entityId:
|
|
3000
|
+
entityId: wt.properties.password,
|
|
3001
3001
|
entityType: r.Property
|
|
3002
3002
|
}, Sb = {
|
|
3003
3003
|
id: "relational-database-built-in-base-entity-password-property-data-type-id",
|
|
@@ -3015,7 +3015,7 @@ const $e = {
|
|
|
3015
3015
|
}, bo = {
|
|
3016
3016
|
hidden: !1,
|
|
3017
3017
|
required: !0,
|
|
3018
|
-
id:
|
|
3018
|
+
id: wt.properties.password,
|
|
3019
3019
|
name: "Password",
|
|
3020
3020
|
version: 1,
|
|
3021
3021
|
type: r.Property,
|
|
@@ -3035,7 +3035,7 @@ const $e = {
|
|
|
3035
3035
|
}, Cb = {
|
|
3036
3036
|
id: "relational-database-built-in-base-entity-min-size-property-ref-id",
|
|
3037
3037
|
type: r.GenericReference,
|
|
3038
|
-
entityId:
|
|
3038
|
+
entityId: wt.properties.minSize,
|
|
3039
3039
|
entityType: r.Property
|
|
3040
3040
|
}, wb = {
|
|
3041
3041
|
id: "relational-database-built-in-base-entity-min-size-property-data-type-id",
|
|
@@ -3062,7 +3062,7 @@ const $e = {
|
|
|
3062
3062
|
}, vo = {
|
|
3063
3063
|
hidden: !0,
|
|
3064
3064
|
required: !0,
|
|
3065
|
-
id:
|
|
3065
|
+
id: wt.properties.minSize,
|
|
3066
3066
|
name: "Minimum GB size",
|
|
3067
3067
|
version: 1,
|
|
3068
3068
|
type: r.Property,
|
|
@@ -3082,7 +3082,7 @@ const $e = {
|
|
|
3082
3082
|
}, Mb = {
|
|
3083
3083
|
id: "relational-database-built-in-base-entity-default-property-ref-id",
|
|
3084
3084
|
type: r.GenericReference,
|
|
3085
|
-
entityId:
|
|
3085
|
+
entityId: wt.properties.default,
|
|
3086
3086
|
entityType: r.Property
|
|
3087
3087
|
}, _b = {
|
|
3088
3088
|
id: "relational-database-built-in-base-entity-default-property-data-type-id",
|
|
@@ -3109,7 +3109,7 @@ const $e = {
|
|
|
3109
3109
|
}, vd = {
|
|
3110
3110
|
hidden: !0,
|
|
3111
3111
|
required: !0,
|
|
3112
|
-
id:
|
|
3112
|
+
id: wt.properties.default,
|
|
3113
3113
|
name: "Default",
|
|
3114
3114
|
version: 1,
|
|
3115
3115
|
type: r.Property,
|
|
@@ -3124,7 +3124,7 @@ const $e = {
|
|
|
3124
3124
|
}, Nb = {
|
|
3125
3125
|
id: "relational-database-built-in-base-entity-autoscaling-property-ref-id",
|
|
3126
3126
|
type: r.GenericReference,
|
|
3127
|
-
entityId:
|
|
3127
|
+
entityId: wt.properties.autoscaling,
|
|
3128
3128
|
entityType: r.Property
|
|
3129
3129
|
}, xb = {
|
|
3130
3130
|
id: "relational-database-built-in-base-entity-autoscaling-property-data-type-ref-id",
|
|
@@ -3161,7 +3161,7 @@ const $e = {
|
|
|
3161
3161
|
}, gd = {
|
|
3162
3162
|
hidden: !0,
|
|
3163
3163
|
required: !0,
|
|
3164
|
-
id:
|
|
3164
|
+
id: wt.properties.autoscaling,
|
|
3165
3165
|
name: "Auto-scaling",
|
|
3166
3166
|
version: 1,
|
|
3167
3167
|
type: r.Property,
|
|
@@ -3197,11 +3197,11 @@ const $e = {
|
|
|
3197
3197
|
type: r.GenericReference,
|
|
3198
3198
|
entityId: "persisted-built-in-base-entity-ref-id",
|
|
3199
3199
|
entityType: r.BuiltInBaseEntity,
|
|
3200
|
-
id:
|
|
3200
|
+
id: Ot.DeletePersistedEntity
|
|
3201
3201
|
}, Id = {
|
|
3202
3202
|
type: r.FunctionDeclaration,
|
|
3203
|
-
id:
|
|
3204
|
-
name:
|
|
3203
|
+
id: Ot.DeletePersistedEntity,
|
|
3204
|
+
name: Ot.DeletePersistedEntity,
|
|
3205
3205
|
description: "Permanently deletes the current copy of an entity from the database",
|
|
3206
3206
|
version: 1,
|
|
3207
3207
|
parent: Gb,
|
|
@@ -3218,11 +3218,11 @@ const $e = {
|
|
|
3218
3218
|
type: r.GenericReference,
|
|
3219
3219
|
entityId: "persisted-built-in-base-entity-ref-id",
|
|
3220
3220
|
entityType: r.BuiltInBaseEntity,
|
|
3221
|
-
id:
|
|
3221
|
+
id: Ot.SoftDeletePersistedEntity
|
|
3222
3222
|
}, Fb = {
|
|
3223
3223
|
type: r.FunctionDeclaration,
|
|
3224
|
-
id:
|
|
3225
|
-
name:
|
|
3224
|
+
id: Ot.SoftDeletePersistedEntity,
|
|
3225
|
+
name: Ot.SoftDeletePersistedEntity,
|
|
3226
3226
|
description: "Designates the entity as deleted, but does not remove it from the database.",
|
|
3227
3227
|
version: 1,
|
|
3228
3228
|
parent: Lb,
|
|
@@ -3566,7 +3566,7 @@ const $e = {
|
|
|
3566
3566
|
id: "execution-built-in-entity-abort-method-id",
|
|
3567
3567
|
type: r.FunctionDeclaration,
|
|
3568
3568
|
version: 1,
|
|
3569
|
-
name:
|
|
3569
|
+
name: Ot.AbortExecution,
|
|
3570
3570
|
description: "Aborts the execution of the entity",
|
|
3571
3571
|
inputs: [],
|
|
3572
3572
|
returnStatements: [],
|
|
@@ -11379,7 +11379,7 @@ const dC = {
|
|
|
11379
11379
|
calls: [aB, nB],
|
|
11380
11380
|
x: 0,
|
|
11381
11381
|
y: 0
|
|
11382
|
-
},
|
|
11382
|
+
}, Bt = "abort-execution-func-declaration-id", Vi = "abort-execution-func-exec-var-declaration-id", Wa = "abort-execution-func-small-wait-op-id", $o = "abort-execution-func-long-wait-op-id", Nu = "abort-execution-func-long-wait-process-output-id", xu = "abort-execution-func-exec-var-instance-write-id", $u = "abort-execution-func-long-wait-return-stmt-id", Vu = "abort-execution-func-small-wait-return-stmt-id", lB = "abort-execution-func-exec-var-instance-abort-call-id", Vo = "abort-execution-func-exec-var-instance-abort-internal-call-id", Gu = "abort-execution-func-exec-second-wait-op-id", cB = {
|
|
11383
11383
|
type: r.GenericReference,
|
|
11384
11384
|
id: "short-wait-return-statement-returned-hello-string-data-type-parent-ref-id",
|
|
11385
11385
|
entityType: r.ReturnDeclaration,
|
|
@@ -11437,7 +11437,7 @@ const dC = {
|
|
|
11437
11437
|
type: r.GenericReference,
|
|
11438
11438
|
id: "short-wait-return-statement-parent-ref-id",
|
|
11439
11439
|
entityType: r.FunctionDeclaration,
|
|
11440
|
-
entityId:
|
|
11440
|
+
entityId: Bt
|
|
11441
11441
|
}, Lu = {
|
|
11442
11442
|
type: r.ReturnStatement,
|
|
11443
11443
|
id: Vu,
|
|
@@ -11485,7 +11485,7 @@ const dC = {
|
|
|
11485
11485
|
type: r.GenericReference,
|
|
11486
11486
|
id: "small-wait-parent-ref-id",
|
|
11487
11487
|
entityType: r.FunctionDeclaration,
|
|
11488
|
-
entityId:
|
|
11488
|
+
entityId: Bt
|
|
11489
11489
|
}, bB = {
|
|
11490
11490
|
type: r.GenericReference,
|
|
11491
11491
|
id: "small-wait-called-by-ref-one-id",
|
|
@@ -11523,7 +11523,7 @@ const dC = {
|
|
|
11523
11523
|
type: r.GenericReference,
|
|
11524
11524
|
id: "abort-exec-func-abort-call-var-instance-main-project-ref-id",
|
|
11525
11525
|
entityType: r.FunctionDeclaration,
|
|
11526
|
-
entityId:
|
|
11526
|
+
entityId: Bt
|
|
11527
11527
|
}, DB = {
|
|
11528
11528
|
type: r.GenericReference,
|
|
11529
11529
|
id: "abort-exec-func-abort-call-var-instance-declaration-ref-id",
|
|
@@ -11575,7 +11575,7 @@ const dC = {
|
|
|
11575
11575
|
type: r.GenericReference,
|
|
11576
11576
|
id: "abort-exec-func-var-write-instance-main-project-ref-id",
|
|
11577
11577
|
entityType: r.FunctionDeclaration,
|
|
11578
|
-
entityId:
|
|
11578
|
+
entityId: Bt
|
|
11579
11579
|
}, CB = {
|
|
11580
11580
|
type: r.GenericReference,
|
|
11581
11581
|
id: "abort-exec-func-var-write-instance-called-by-ref-one-id",
|
|
@@ -11585,7 +11585,7 @@ const dC = {
|
|
|
11585
11585
|
type: r.GenericReference,
|
|
11586
11586
|
id: "abort-exec-func-var-write-instance-called-by-ref-two-id",
|
|
11587
11587
|
entityType: r.FunctionDeclaration,
|
|
11588
|
-
entityId:
|
|
11588
|
+
entityId: Bt
|
|
11589
11589
|
}, BB = {
|
|
11590
11590
|
type: r.GenericReference,
|
|
11591
11591
|
id: "abort-exec-func-abort-call-var-instance-declaration-ref-id",
|
|
@@ -11638,12 +11638,12 @@ const NB = {
|
|
|
11638
11638
|
type: r.GenericReference,
|
|
11639
11639
|
id: "abort-exec-func-var-decl-main-project-ref-id",
|
|
11640
11640
|
entityType: r.FunctionDeclaration,
|
|
11641
|
-
entityId:
|
|
11641
|
+
entityId: Bt
|
|
11642
11642
|
}, $B = {
|
|
11643
11643
|
type: r.GenericReference,
|
|
11644
11644
|
id: "abort-exec-func-var-decl-called-by-ref-one-id",
|
|
11645
11645
|
entityType: r.FunctionDeclaration,
|
|
11646
|
-
entityId:
|
|
11646
|
+
entityId: Bt
|
|
11647
11647
|
}, VB = {
|
|
11648
11648
|
id: Vi,
|
|
11649
11649
|
type: r.VariableDeclaration,
|
|
@@ -11722,7 +11722,7 @@ const NB = {
|
|
|
11722
11722
|
type: r.GenericReference,
|
|
11723
11723
|
id: "long-wait-return-statement-parent-ref-id",
|
|
11724
11724
|
entityType: r.FunctionDeclaration,
|
|
11725
|
-
entityId:
|
|
11725
|
+
entityId: Bt
|
|
11726
11726
|
}, Uu = {
|
|
11727
11727
|
type: r.ReturnStatement,
|
|
11728
11728
|
id: $u,
|
|
@@ -11770,12 +11770,12 @@ const NB = {
|
|
|
11770
11770
|
type: r.GenericReference,
|
|
11771
11771
|
id: "long-parent-ref-id",
|
|
11772
11772
|
entityType: r.FunctionDeclaration,
|
|
11773
|
-
entityId:
|
|
11773
|
+
entityId: Bt
|
|
11774
11774
|
}, YB = {
|
|
11775
11775
|
type: r.GenericReference,
|
|
11776
11776
|
id: "long-called-by-ref-one-id",
|
|
11777
11777
|
entityType: r.FunctionDeclaration,
|
|
11778
|
-
entityId:
|
|
11778
|
+
entityId: Bt
|
|
11779
11779
|
}, zB = {
|
|
11780
11780
|
id: Nu,
|
|
11781
11781
|
type: r.OutputMap,
|
|
@@ -11837,12 +11837,12 @@ const NB = {
|
|
|
11837
11837
|
type: r.GenericReference,
|
|
11838
11838
|
id: "small-wait-parent-ref-id",
|
|
11839
11839
|
entityType: r.FunctionDeclaration,
|
|
11840
|
-
entityId:
|
|
11840
|
+
entityId: Bt
|
|
11841
11841
|
}, tM = {
|
|
11842
11842
|
type: r.GenericReference,
|
|
11843
11843
|
id: "small-wait-called-by-ref-one-id",
|
|
11844
11844
|
entityType: r.FunctionDeclaration,
|
|
11845
|
-
entityId:
|
|
11845
|
+
entityId: Bt
|
|
11846
11846
|
}, nM = {
|
|
11847
11847
|
id: Wa,
|
|
11848
11848
|
type: r.Operation,
|
|
@@ -20515,7 +20515,7 @@ function d8(n, e) {
|
|
|
20515
20515
|
}
|
|
20516
20516
|
return !(i.length > 0);
|
|
20517
20517
|
}
|
|
20518
|
-
var
|
|
20518
|
+
var _t = /* @__PURE__ */ ((n) => (n.BothUnconstrained = "both-unconstrained", n.AConstraintBUnconstrained = "a-constraint-b-unconstrained", n.BConstraintAUnconstrained = "b-constraint-a-unconstrained", n.Same = "same", n.AIsListBIsNot = "a-is-list-b-is-not", n.BIsListAIsNot = "b-is-list-a-is-not", n.AIsNullableBIsNot = "a-is-nullable-b-is-not", n.BIsNullableAIsNot = "b-is-nullable-a-is-not", n.AIsTemplateBIsNot = "a-is-template-b-is-not", n.BIsTemplateAIsNot = "b-is-template-a-is-not", n.BothUntyped = "both-untyped", n.AIsUntypedBIsNot = "a-is-untyped-b-is-not", n.BIsUntypedAIsNot = "b-is-untyped-a-is-not", n.TypeEntityMismatch = "type-entity-mismatch", n.SameCustomEntities = "same-custom-entities", n.CompatibleCustomEntities = "compatible-custom-entities", n.IncompatibleCustomEntities = "incompatible-custom-entities", n.SamePrimitiveEntities = "same-primitive-entities", n.IncompatiblePrimitiveEntities = "incompatible-primitive-entities", n.SameBuiltInBaseEntities = "same-built-in-base-entities", n.IncompatibleBuiltInBaseEntities = "incompatible-built-in-base-entities", n.CheckUnknown = "check-unknown", n))(_t || {});
|
|
20519
20519
|
function lc(n, e) {
|
|
20520
20520
|
var t, i, a, s, o, d, u, y, m, h, R;
|
|
20521
20521
|
if (n && n.type !== r.DataType || e && e.type !== r.DataType)
|
|
@@ -21142,13 +21142,13 @@ function D(n, e) {
|
|
|
21142
21142
|
var t;
|
|
21143
21143
|
if (r.FunctionDeclaration === n.type) {
|
|
21144
21144
|
const i = n.name;
|
|
21145
|
-
if (Object.values(
|
|
21145
|
+
if (Object.values(Ot).includes(i))
|
|
21146
21146
|
switch (i) {
|
|
21147
|
-
case
|
|
21147
|
+
case Ot.AbortExecution:
|
|
21148
21148
|
return "Abort execution";
|
|
21149
|
-
case
|
|
21149
|
+
case Ot.DeletePersistedEntity:
|
|
21150
21150
|
return "Delete persisted entity";
|
|
21151
|
-
case
|
|
21151
|
+
case Ot.SoftDeletePersistedEntity:
|
|
21152
21152
|
return "Soft delete persisted entity";
|
|
21153
21153
|
default:
|
|
21154
21154
|
return Qs(n.type).replaceAll("-", " ");
|
|
@@ -21165,18 +21165,18 @@ function D(n, e) {
|
|
|
21165
21165
|
case r.Operation:
|
|
21166
21166
|
case r.InternalCall:
|
|
21167
21167
|
case r.Loop:
|
|
21168
|
-
const i =
|
|
21168
|
+
const i = St(n.declaration, e);
|
|
21169
21169
|
return D(i, e);
|
|
21170
21170
|
case r.ActionDescriptor:
|
|
21171
21171
|
return D8(n);
|
|
21172
21172
|
case r.BreakStatement:
|
|
21173
|
-
const a =
|
|
21173
|
+
const a = St(
|
|
21174
21174
|
n.parent,
|
|
21175
21175
|
e
|
|
21176
21176
|
);
|
|
21177
21177
|
return `Stop loop ${D(a, e)}`;
|
|
21178
21178
|
case r.ContinueStatement:
|
|
21179
|
-
const s =
|
|
21179
|
+
const s = St(
|
|
21180
21180
|
n.parent,
|
|
21181
21181
|
e
|
|
21182
21182
|
);
|
|
@@ -21185,7 +21185,7 @@ function D(n, e) {
|
|
|
21185
21185
|
e
|
|
21186
21186
|
)}`;
|
|
21187
21187
|
case r.FunctionCall:
|
|
21188
|
-
return
|
|
21188
|
+
return St(
|
|
21189
21189
|
n.declaration,
|
|
21190
21190
|
e
|
|
21191
21191
|
).name;
|
|
@@ -21209,12 +21209,12 @@ function D(n, e) {
|
|
|
21209
21209
|
return `If ${Ms(d)}`;
|
|
21210
21210
|
}
|
|
21211
21211
|
case r.ReturnStatement: {
|
|
21212
|
-
const d =
|
|
21212
|
+
const d = St(n.parent, e);
|
|
21213
21213
|
return `Output of ${D(d, e)}`;
|
|
21214
21214
|
}
|
|
21215
21215
|
case r.InputMap:
|
|
21216
21216
|
if (n.declaration) {
|
|
21217
|
-
const d =
|
|
21217
|
+
const d = St(
|
|
21218
21218
|
n.declaration,
|
|
21219
21219
|
e
|
|
21220
21220
|
);
|
|
@@ -21222,7 +21222,7 @@ function D(n, e) {
|
|
|
21222
21222
|
} else
|
|
21223
21223
|
return n.name || "";
|
|
21224
21224
|
case r.VariableInstance: {
|
|
21225
|
-
const d =
|
|
21225
|
+
const d = St(
|
|
21226
21226
|
n.declaration,
|
|
21227
21227
|
e
|
|
21228
21228
|
);
|
|
@@ -21230,7 +21230,7 @@ function D(n, e) {
|
|
|
21230
21230
|
}
|
|
21231
21231
|
case r.OutputMap:
|
|
21232
21232
|
if (n.declaration) {
|
|
21233
|
-
const d =
|
|
21233
|
+
const d = St(
|
|
21234
21234
|
n.declaration,
|
|
21235
21235
|
e
|
|
21236
21236
|
);
|
|
@@ -21316,7 +21316,7 @@ function ff(n, e) {
|
|
|
21316
21316
|
issue: null
|
|
21317
21317
|
})
|
|
21318
21318
|
);
|
|
21319
|
-
const i = n.parent &&
|
|
21319
|
+
const i = n.parent && St(n.parent, e) || e;
|
|
21320
21320
|
if (!i)
|
|
21321
21321
|
t.push(
|
|
21322
21322
|
new T({
|
|
@@ -22334,9 +22334,9 @@ ${xn}`, a.push(
|
|
|
22334
22334
|
);
|
|
22335
22335
|
} else {
|
|
22336
22336
|
const O = h.methods.find(
|
|
22337
|
-
(
|
|
22337
|
+
(Mt) => {
|
|
22338
22338
|
var _e;
|
|
22339
|
-
return ((_e =
|
|
22339
|
+
return ((_e = Mt.implements) == null ? void 0 : _e.id) === i.implements;
|
|
22340
22340
|
}
|
|
22341
22341
|
);
|
|
22342
22342
|
O && a.push(
|
|
@@ -22353,7 +22353,7 @@ If you want to modify the existing implementation, you can update the existing m
|
|
|
22353
22353
|
);
|
|
22354
22354
|
const $ = i.implements;
|
|
22355
22355
|
h.abstractMethods.find(
|
|
22356
|
-
(
|
|
22356
|
+
(Mt) => Mt.id === $
|
|
22357
22357
|
) || a.push(
|
|
22358
22358
|
new T({
|
|
22359
22359
|
id: `${i.id}--${p.InvalidImplementsReference}`,
|
|
@@ -25809,20 +25809,32 @@ class l3 {
|
|
|
25809
25809
|
}
|
|
25810
25810
|
class fs {
|
|
25811
25811
|
static initReadsValue(e) {
|
|
25812
|
-
if (e.initialData.readsValue && e.initialData.readsValue.type !== r.GenericReference
|
|
25813
|
-
e.
|
|
25814
|
-
|
|
25815
|
-
|
|
25816
|
-
|
|
25817
|
-
|
|
25818
|
-
|
|
25819
|
-
|
|
25812
|
+
if (e.initialData.readsValue && e.initialData.readsValue.type !== r.GenericReference)
|
|
25813
|
+
e.readsValue = E(
|
|
25814
|
+
e.initialData.readsValue,
|
|
25815
|
+
e.project
|
|
25816
|
+
);
|
|
25817
|
+
else if (e.initialData.readsValue && e.initialData.readsValue.type === r.GenericReference) {
|
|
25818
|
+
const t = St(
|
|
25819
|
+
e.initialData.readsValue,
|
|
25820
|
+
e.project
|
|
25821
|
+
);
|
|
25822
|
+
t && (e.readsValue = t);
|
|
25823
|
+
}
|
|
25824
|
+
if (e.readsValue) {
|
|
25825
|
+
if (Ge.includes(e.readsValue.type)) {
|
|
25826
|
+
let t = e.parent;
|
|
25827
|
+
Et.includes(t.type) || (t = t.parent), e.readsValue.setParent(
|
|
25828
|
+
t
|
|
25829
|
+
), e.readsValue.initChildren(), t.detachedChildren.includes(e) ? t.replaceDetachedChild(
|
|
25830
|
+
e,
|
|
25831
|
+
e.readsValue
|
|
25832
|
+
) : t.subscribeDetachedChild(
|
|
25833
|
+
e.readsValue
|
|
25834
|
+
);
|
|
25835
|
+
}
|
|
25836
|
+
e.readsValue.addValueReader(
|
|
25820
25837
|
e
|
|
25821
|
-
), e.readsValue.initChildren(), t.detachedChildren.includes(e) ? t.replaceDetachedChild(
|
|
25822
|
-
e,
|
|
25823
|
-
e.readsValue
|
|
25824
|
-
) : t.subscribeDetachedChild(
|
|
25825
|
-
e.readsValue
|
|
25826
25838
|
);
|
|
25827
25839
|
}
|
|
25828
25840
|
return e.readsValue;
|
|
@@ -27656,7 +27668,7 @@ ${Jc}`,
|
|
|
27656
27668
|
),
|
|
27657
27669
|
", ",
|
|
27658
27670
|
" and "
|
|
27659
|
-
)}.` : "The parent entity does not yet have any implemented return declarations.",
|
|
27671
|
+
)}.` : "The parent entity does not yet have any implemented return declarations.", Mt = g.length ? `The parent entity is still missing the following returns in the implementation: ${_(
|
|
27660
27672
|
g.map(
|
|
27661
27673
|
(_e) => `'${_e.id}' (${_e.name})`
|
|
27662
27674
|
),
|
|
@@ -27671,7 +27683,7 @@ ${Jc}`,
|
|
|
27671
27683
|
message: `Entity of type '${r.ReturnDeclaration}' with id '${i.id}' should not exist in a parent entity of type '${y.type}' with id '${y.id}' that implements a ${r.ActionDescriptor} with fixed outputs.
|
|
27672
27684
|
Adding a new return would make the implementation invalid. An return with the same name already exists in the parent entity.
|
|
27673
27685
|
${k}
|
|
27674
|
-
${
|
|
27686
|
+
${Mt}`,
|
|
27675
27687
|
issue: null
|
|
27676
27688
|
})
|
|
27677
27689
|
) : a.push(
|
|
@@ -27682,7 +27694,7 @@ ${Bt}`,
|
|
|
27682
27694
|
message: `Entity of type '${r.ReturnDeclaration}' with id '${i.id}' should not exist in a parent entity of type '${y.type}' with id '${y.id}' that implements a ${r.ActionDescriptor} with fixed outputs.
|
|
27683
27695
|
Adding a new return would make the implementation invalid. There are no returns in the descriptor with the same name.
|
|
27684
27696
|
${k}
|
|
27685
|
-
${
|
|
27697
|
+
${Mt}`,
|
|
27686
27698
|
issue: null
|
|
27687
27699
|
})
|
|
27688
27700
|
);
|
|
@@ -27969,7 +27981,7 @@ l(ie, "MUTABLE_DOWNSTREAM_PROPERTIES", []), l(ie, "INMUTABLE_DOWNSTREAM_PROPERTI
|
|
|
27969
27981
|
...ie.UPSTREAM_PROPERTIES,
|
|
27970
27982
|
...ie.DOWNSTREAM_PROPERTIES
|
|
27971
27983
|
]);
|
|
27972
|
-
let
|
|
27984
|
+
let Ct = ie;
|
|
27973
27985
|
function k8(n) {
|
|
27974
27986
|
var o;
|
|
27975
27987
|
const e = PL(), t = n.toJSON();
|
|
@@ -28603,9 +28615,9 @@ l(ve, "MUTABLE_DOWNSTREAM_PROPERTIES", [
|
|
|
28603
28615
|
...ve.MUTABLE_DOWNSTREAM_PROPERTIES,
|
|
28604
28616
|
...ve.INMUTABLE_DOWNSTREAM_PROPERTIES
|
|
28605
28617
|
]), l(ve, "PROPERTIES", [
|
|
28606
|
-
...
|
|
28607
|
-
...
|
|
28608
|
-
...
|
|
28618
|
+
...Ct.META_PROPERTIES,
|
|
28619
|
+
...Ct.UPSTREAM_PROPERTIES,
|
|
28620
|
+
...Ct.DOWNSTREAM_PROPERTIES
|
|
28609
28621
|
]);
|
|
28610
28622
|
let vr = ve;
|
|
28611
28623
|
function q8(n) {
|
|
@@ -30788,10 +30800,10 @@ const le = class le {
|
|
|
30788
30800
|
($) => $.name === i.name
|
|
30789
30801
|
), m = u.fixedArguments.filter(($) => !d.inputs.find(
|
|
30790
30802
|
// @ts-ignore
|
|
30791
|
-
(
|
|
30803
|
+
(Mt) => (
|
|
30792
30804
|
// @ts-ignore
|
|
30793
|
-
|
|
30794
|
-
|
|
30805
|
+
Mt.type === r.ArgumentDeclaration && // @ts-ignore
|
|
30806
|
+
Mt.name === $.name
|
|
30795
30807
|
)
|
|
30796
30808
|
)), h = (
|
|
30797
30809
|
// @ts-ignore
|
|
@@ -32294,9 +32306,9 @@ l(Qe, "MUTABLE_DOWNSTREAM_PROPERTIES", ["outputs", "throws"]), l(Qe, "INMUTABLE_
|
|
|
32294
32306
|
...dt.MUTABLE_DOWNSTREAM_PROPERTIES,
|
|
32295
32307
|
...dt.INMUTABLE_DOWNSTREAM_PROPERTIES
|
|
32296
32308
|
]), l(Qe, "PROPERTIES", [
|
|
32297
|
-
...
|
|
32298
|
-
...
|
|
32299
|
-
...
|
|
32309
|
+
...Ct.META_PROPERTIES,
|
|
32310
|
+
...Ct.UPSTREAM_PROPERTIES,
|
|
32311
|
+
...Ct.DOWNSTREAM_PROPERTIES
|
|
32300
32312
|
]);
|
|
32301
32313
|
let Pr = Qe;
|
|
32302
32314
|
function e6(n) {
|
|
@@ -34017,7 +34029,7 @@ If you are trying to create a new entity, please use a different id, for example
|
|
|
34017
34029
|
e
|
|
34018
34030
|
);
|
|
34019
34031
|
case r.ReturnDeclaration:
|
|
34020
|
-
return
|
|
34032
|
+
return Ct.validateGenerationTarget(
|
|
34021
34033
|
t,
|
|
34022
34034
|
e
|
|
34023
34035
|
);
|
|
@@ -36093,16 +36105,16 @@ function h6(n, e, t) {
|
|
|
36093
36105
|
const i = `entity of type "${n.type}" with id "${n.id}"`, a = `entity with id "${n.id}"`, s = `entity of type "${e.type}" with id "${e.id}"`, o = `entity with id "${e.id}"`, d = Qs(
|
|
36094
36106
|
`${i} and ${s} have incompatible data types and cannot be connected as value-reader and value-writter.`
|
|
36095
36107
|
);
|
|
36096
|
-
return t.type ===
|
|
36097
|
-
${a} is a list, but ${o} is not. A list can't be connected to a single value.` : t.type ===
|
|
36098
|
-
${a} is not a list, but ${o} is. A single value can't be connected to a list.` : t.type ===
|
|
36099
|
-
${a} is nullable, but ${o} is not. A nullable value can't be connected to a non-nullable value since an empty value might be incorrectly provided.` : t.type ===
|
|
36100
|
-
${a} is not nullable, but ${o} is. A non-nullable value can't be connected to a nullable value since an empty value might be incorrectly provided.` : t.type ===
|
|
36101
|
-
${a} is a template, but ${o} is not. A data type that provides an entity as a "template" means that the value should be used as the type definition, or prototype of the entity, not as a specific instance of the entity.` : t.type ===
|
|
36102
|
-
${a} is not a template, but ${o} is. A data type that provides an entity as a "template" means that the value should be used as the type definition, or prototype of the entity, not as a specific instance of the entity.` : t.type ===
|
|
36103
|
-
Their 'entity' property is of different types. They must be of the same type to be connected. For example, the 'entity' can be a '${r.CustomEntity}' or a '${r.PrimitiveEntity}'.` : t.type ===
|
|
36104
|
-
Both point to custom entities, but they are not compatible to be connected. They must be either the same custom entity, or a custom entity that has equivalent shape, which includes the same properties all with compatible data types with the properties in the counterpart entity.` : t.type ===
|
|
36105
|
-
${a} is of primitive type '${((u = n.getDataType()) == null ? void 0 : u.entity).name}' and ${o} is of primitive type '${((y = e.getDataType()) == null ? void 0 : y.entity).name}'. They must be of the same primitive type to be connected.` : t.type ===
|
|
36108
|
+
return t.type === _t.AIsListBIsNot ? `${d}
|
|
36109
|
+
${a} is a list, but ${o} is not. A list can't be connected to a single value.` : t.type === _t.BIsListAIsNot ? `${d}
|
|
36110
|
+
${a} is not a list, but ${o} is. A single value can't be connected to a list.` : t.type === _t.AIsNullableBIsNot ? `${d}
|
|
36111
|
+
${a} is nullable, but ${o} is not. A nullable value can't be connected to a non-nullable value since an empty value might be incorrectly provided.` : t.type === _t.BIsNullableAIsNot ? `${d}
|
|
36112
|
+
${a} is not nullable, but ${o} is. A non-nullable value can't be connected to a nullable value since an empty value might be incorrectly provided.` : t.type === _t.AIsTemplateBIsNot ? `${d}
|
|
36113
|
+
${a} is a template, but ${o} is not. A data type that provides an entity as a "template" means that the value should be used as the type definition, or prototype of the entity, not as a specific instance of the entity.` : t.type === _t.BIsTemplateAIsNot ? `${d}
|
|
36114
|
+
${a} is not a template, but ${o} is. A data type that provides an entity as a "template" means that the value should be used as the type definition, or prototype of the entity, not as a specific instance of the entity.` : t.type === _t.TypeEntityMismatch ? `${d}
|
|
36115
|
+
Their 'entity' property is of different types. They must be of the same type to be connected. For example, the 'entity' can be a '${r.CustomEntity}' or a '${r.PrimitiveEntity}'.` : t.type === _t.IncompatibleCustomEntities ? `${d}
|
|
36116
|
+
Both point to custom entities, but they are not compatible to be connected. They must be either the same custom entity, or a custom entity that has equivalent shape, which includes the same properties all with compatible data types with the properties in the counterpart entity.` : t.type === _t.IncompatiblePrimitiveEntities ? `${d}
|
|
36117
|
+
${a} is of primitive type '${((u = n.getDataType()) == null ? void 0 : u.entity).name}' and ${o} is of primitive type '${((y = e.getDataType()) == null ? void 0 : y.entity).name}'. They must be of the same primitive type to be connected.` : t.type === _t.IncompatibleBuiltInBaseEntities ? `${d}
|
|
36106
36118
|
Both point to a built-in-base-entity. But${a} is of built-in base type '${((m = n.getDataType()) == null ? void 0 : m.entity).name}' and ${o} is of built-in base type '${((h = e.getDataType()) == null ? void 0 : h.entity).name}'. They must be of the same built-in base type to be connected.` : d;
|
|
36107
36119
|
}
|
|
36108
36120
|
function Es(n, e) {
|
|
@@ -37107,12 +37119,12 @@ function pc(n, e, t) {
|
|
|
37107
37119
|
type: r.GenericReference,
|
|
37108
37120
|
entityId: i,
|
|
37109
37121
|
entityType: r.CustomEntity
|
|
37110
|
-
},
|
|
37122
|
+
}, Mt = {
|
|
37111
37123
|
...$,
|
|
37112
37124
|
implements: g,
|
|
37113
37125
|
parent: k
|
|
37114
37126
|
}, _e = E(
|
|
37115
|
-
|
|
37127
|
+
Mt,
|
|
37116
37128
|
n.project
|
|
37117
37129
|
);
|
|
37118
37130
|
return y.addMethod(_e), _e.setParent(y), _e.initChildren(), _e.implements = g, _e;
|
|
@@ -37906,7 +37918,7 @@ function mc(n) {
|
|
|
37906
37918
|
case r.ArgumentDeclaration:
|
|
37907
37919
|
return Ir;
|
|
37908
37920
|
case r.ReturnDeclaration:
|
|
37909
|
-
return
|
|
37921
|
+
return Ct;
|
|
37910
37922
|
case r.Property:
|
|
37911
37923
|
return hr;
|
|
37912
37924
|
case r.InstalledProject:
|
|
@@ -37939,7 +37951,7 @@ function pt(n, e) {
|
|
|
37939
37951
|
function $f(n, e) {
|
|
37940
37952
|
if (Si.includes(n.type) || e.getAllBuiltInIds().includes(n.id))
|
|
37941
37953
|
return null;
|
|
37942
|
-
const i =
|
|
37954
|
+
const i = St(
|
|
37943
37955
|
n.parent,
|
|
37944
37956
|
e
|
|
37945
37957
|
);
|
|
@@ -38075,7 +38087,7 @@ function k6(n) {
|
|
|
38075
38087
|
return !a || a === i ? t : i;
|
|
38076
38088
|
}, n[0]);
|
|
38077
38089
|
}
|
|
38078
|
-
function
|
|
38090
|
+
function St(n, e) {
|
|
38079
38091
|
let t;
|
|
38080
38092
|
return typeof n == "string" ? t = n : n.type === r.GenericReference ? t = P(n) : t = n.id, t === e.id ? e : e.get(t);
|
|
38081
38093
|
}
|
|
@@ -38092,7 +38104,7 @@ function Kr(n) {
|
|
|
38092
38104
|
function Rs(n, e) {
|
|
38093
38105
|
var t;
|
|
38094
38106
|
if (n.readsValue) {
|
|
38095
|
-
const i =
|
|
38107
|
+
const i = St(
|
|
38096
38108
|
n.readsValue,
|
|
38097
38109
|
e.project
|
|
38098
38110
|
);
|
|
@@ -39355,7 +39367,7 @@ function bs(n, e) {
|
|
|
39355
39367
|
case r.OutputMap:
|
|
39356
39368
|
return t || new bn(n, e);
|
|
39357
39369
|
case r.ReturnDeclaration:
|
|
39358
|
-
return t || new
|
|
39370
|
+
return t || new Ct(n, e);
|
|
39359
39371
|
case r.ArgumentDeclaration:
|
|
39360
39372
|
return t || new Ir(n, e);
|
|
39361
39373
|
case r.InputMap:
|
|
@@ -39433,7 +39445,7 @@ function q3(n, e) {
|
|
|
39433
39445
|
case r.OutputMap:
|
|
39434
39446
|
return bn.fromGenerationTarget(n, e);
|
|
39435
39447
|
case r.ReturnDeclaration:
|
|
39436
|
-
return
|
|
39448
|
+
return Ct.fromGenerationTarget(
|
|
39437
39449
|
n,
|
|
39438
39450
|
e
|
|
39439
39451
|
);
|
|
@@ -40847,7 +40859,7 @@ export {
|
|
|
40847
40859
|
Xc as DRAGGABLE_ELEMENT_TYPES,
|
|
40848
40860
|
u9 as DRAGGABLE_EXECUTABLE_TYPES,
|
|
40849
40861
|
zc as DRAGGABLE_PASS_THROUGH_CALLABLE_TYPES,
|
|
40850
|
-
|
|
40862
|
+
_t as DataTypeCompatibilityTypes,
|
|
40851
40863
|
Je as DataTypeParentChildRelation,
|
|
40852
40864
|
vi as DataTypeState,
|
|
40853
40865
|
to as ENTITIES_WITH_VALLUES_EXPLANATION,
|
|
@@ -40909,14 +40921,14 @@ export {
|
|
|
40909
40921
|
wT as ParallelExecutionOperationOutputIds,
|
|
40910
40922
|
o3 as PassThroughCallableEntityClass,
|
|
40911
40923
|
X6 as PersistedEntity,
|
|
40912
|
-
|
|
40924
|
+
Ot as PersistedEntityMethods,
|
|
40913
40925
|
Nt as PrimitiveEntityState,
|
|
40914
40926
|
v as PrimitiveTypes,
|
|
40915
40927
|
Pi as PrimitiveValueState,
|
|
40916
40928
|
N as ProjectState,
|
|
40917
40929
|
hr as PropertyState,
|
|
40918
40930
|
E3 as RETURN_STATEMENT_RETURN_DECLARATIONS_EXPLANATION,
|
|
40919
|
-
|
|
40931
|
+
Ct as ReturnDeclarationState,
|
|
40920
40932
|
Pr as ReturnStatementState,
|
|
40921
40933
|
mv as STANDALONE_CONDITIONS,
|
|
40922
40934
|
vm as STRING_OPERATIONS,
|
|
@@ -41474,7 +41486,7 @@ export {
|
|
|
41474
41486
|
kc as suggestNewIdForEntity,
|
|
41475
41487
|
H3 as test_primitive_entities_export,
|
|
41476
41488
|
X9 as toCamelCase,
|
|
41477
|
-
|
|
41489
|
+
St as toEntityState,
|
|
41478
41490
|
T8 as toKebabCase,
|
|
41479
41491
|
eo as toLowerCaseKebabCase,
|
|
41480
41492
|
Q9 as toPascalCase,
|