@elyx-code/project-logic-tree 0.0.6893 → 0.0.6895
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 +3 -3
- package/dist/index.js +10 -10
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -48252,7 +48252,7 @@ const lst = {
|
|
|
48252
48252
|
}, AKt = {
|
|
48253
48253
|
interactive: !0,
|
|
48254
48254
|
extends: null,
|
|
48255
|
-
constant: !
|
|
48255
|
+
constant: !1,
|
|
48256
48256
|
hidden: !1,
|
|
48257
48257
|
required: !1,
|
|
48258
48258
|
id: hl.properties.rejectUnauthorized.id,
|
|
@@ -48313,7 +48313,7 @@ const lst = {
|
|
|
48313
48313
|
}, gKt = {
|
|
48314
48314
|
interactive: !0,
|
|
48315
48315
|
extends: null,
|
|
48316
|
-
constant: !
|
|
48316
|
+
constant: !1,
|
|
48317
48317
|
hidden: !1,
|
|
48318
48318
|
required: !1,
|
|
48319
48319
|
id: hl.properties.ca.id,
|
|
@@ -48374,7 +48374,7 @@ const lst = {
|
|
|
48374
48374
|
}, wKt = {
|
|
48375
48375
|
interactive: !0,
|
|
48376
48376
|
extends: null,
|
|
48377
|
-
constant: !
|
|
48377
|
+
constant: !1,
|
|
48378
48378
|
hidden: !1,
|
|
48379
48379
|
required: !1,
|
|
48380
48380
|
id: hl.properties.key.id,
|
|
@@ -48435,7 +48435,7 @@ const lst = {
|
|
|
48435
48435
|
}, CKt = {
|
|
48436
48436
|
interactive: !0,
|
|
48437
48437
|
extends: null,
|
|
48438
|
-
constant: !
|
|
48438
|
+
constant: !1,
|
|
48439
48439
|
hidden: !1,
|
|
48440
48440
|
required: !1,
|
|
48441
48441
|
id: hl.properties.cert.id,
|
|
@@ -48529,7 +48529,7 @@ const lst = {
|
|
|
48529
48529
|
return {
|
|
48530
48530
|
interactive: !0,
|
|
48531
48531
|
extends: null,
|
|
48532
|
-
constant: !
|
|
48532
|
+
constant: !1,
|
|
48533
48533
|
hidden: !1,
|
|
48534
48534
|
required: e,
|
|
48535
48535
|
id: s.id,
|
|
@@ -48591,7 +48591,7 @@ const lst = {
|
|
|
48591
48591
|
}, _Kt = {
|
|
48592
48592
|
interactive: !0,
|
|
48593
48593
|
extends: null,
|
|
48594
|
-
constant: !
|
|
48594
|
+
constant: !1,
|
|
48595
48595
|
hidden: !1,
|
|
48596
48596
|
required: !0,
|
|
48597
48597
|
id: Da.properties.client.id,
|
|
@@ -48760,7 +48760,7 @@ const lst = {
|
|
|
48760
48760
|
}, kKt = {
|
|
48761
48761
|
interactive: !0,
|
|
48762
48762
|
extends: null,
|
|
48763
|
-
constant: !
|
|
48763
|
+
constant: !1,
|
|
48764
48764
|
hidden: !1,
|
|
48765
48765
|
required: !1,
|
|
48766
48766
|
id: Da.properties.ssl.id,
|
|
@@ -104963,7 +104963,7 @@ const ET = class ET extends W_ {
|
|
|
104963
104963
|
const i = {};
|
|
104964
104964
|
return this.properties.forEach((r) => {
|
|
104965
104965
|
var e;
|
|
104966
|
-
if (!zA(r))
|
|
104966
|
+
if (!zA(r) || !r.defaultValue)
|
|
104967
104967
|
return;
|
|
104968
104968
|
const a = le(r, this.project), c = r.codeName || Fc(r, this.project) || Ns(rr(a));
|
|
104969
104969
|
i[c] = ((e = r.getDefaultValue()) == null ? void 0 : e.value) || null;
|
|
@@ -187075,7 +187075,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
|
|
|
187075
187075
|
const i = {};
|
|
187076
187076
|
return this.properties.forEach((r) => {
|
|
187077
187077
|
var e;
|
|
187078
|
-
if (!zA(r))
|
|
187078
|
+
if (!zA(r) || !r.defaultValue)
|
|
187079
187079
|
return;
|
|
187080
187080
|
const a = le(r, this.project), c = r.codeName || Fc(r, this.project) || Ns(rr(a));
|
|
187081
187081
|
i[c] = ((e = r.getDefaultValue()) == null ? void 0 : e.value) || null;
|
|
@@ -187091,7 +187091,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
|
|
|
187091
187091
|
r,
|
|
187092
187092
|
!0
|
|
187093
187093
|
)) == null ? void 0 : f.value;
|
|
187094
|
-
i[c] = (e == null ? void 0 : e.value) || null;
|
|
187094
|
+
e && (i[c] = (e == null ? void 0 : e.value) || null);
|
|
187095
187095
|
}), i;
|
|
187096
187096
|
}
|
|
187097
187097
|
setAdditionalPropertiesDataType(i, r = this.project.addChangeSet(
|
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.6895",
|
|
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",
|