@elyx-code/project-logic-tree 0.0.6690 → 0.0.6692
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.cjs +4 -2
- package/dist/index.js +6 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -43823,7 +43823,7 @@ const mit = {
|
|
|
43823
43823
|
entityId: ko.dataType.entity.id
|
|
43824
43824
|
}, KB = {
|
|
43825
43825
|
id: ko.dataType.entity.properties.outputEntity.id,
|
|
43826
|
-
name: "
|
|
43826
|
+
name: "Data",
|
|
43827
43827
|
deletable: !1,
|
|
43828
43828
|
editable: !1,
|
|
43829
43829
|
type: o.Property,
|
|
@@ -43901,7 +43901,7 @@ const mit = {
|
|
|
43901
43901
|
foreignKeyAllowed: null,
|
|
43902
43902
|
options: null,
|
|
43903
43903
|
isList: !1,
|
|
43904
|
-
asType: !
|
|
43904
|
+
asType: !1,
|
|
43905
43905
|
index: null,
|
|
43906
43906
|
like: !1,
|
|
43907
43907
|
inferred: !1,
|
|
@@ -84581,7 +84581,7 @@ const xci = {
|
|
|
84581
84581
|
x: 0,
|
|
84582
84582
|
y: 0,
|
|
84583
84583
|
parent: ffi
|
|
84584
|
-
}, rh = "project-loaded-event-id", xd = "get-bitcoin-price-http-call-operation-id", DU = "get-bitcoin-price-http-call-response-body-id", EA = "validate-bitcoin-price-response-operation-
|
|
84584
|
+
}, rh = "project-loaded-event-id", xd = "get-bitcoin-price-http-call-operation-id", DU = "get-bitcoin-price-http-call-response-body-id", EA = "validate-bitcoin-price-response-operation-id", Efi = {
|
|
84585
84585
|
type: o.GenericReference,
|
|
84586
84586
|
id: "validate-bitcoin-data-to-validate-input-map-reads-value-ref-id",
|
|
84587
84587
|
version: "1",
|
|
@@ -194046,6 +194046,9 @@ ${CD}`
|
|
|
194046
194046
|
}
|
|
194047
194047
|
getDefaultValue() {
|
|
194048
194048
|
var c;
|
|
194049
|
+
console.log("[getDefaultValue] Resolving default value for property", this.id, " name:", this.name), console.log(`[getDefaultValue] implements:
|
|
194050
|
+
- ${this.implements.map((e) => e.id + " name: " + e.name).join(`
|
|
194051
|
+
- `)}`);
|
|
194049
194052
|
let i = null;
|
|
194050
194053
|
for (const e of this.implements) {
|
|
194051
194054
|
const y = e.getDefaultValue();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elyx-code/project-logic-tree",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6692",
|
|
4
4
|
"author": "Sergio Herrero",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"description": "An installable module which contains the type definitions and ephemeral state management for a projects' logic tree data structure",
|