@elyx-code/project-logic-tree 0.0.7087 → 0.0.7088

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 CHANGED
@@ -6105,7 +6105,7 @@ export declare enum BaseValueDescriptorIds {
6105
6105
  id: string;
6106
6106
  };
6107
6107
  };
6108
- listPrependOperationValueArg: {
6108
+ value: {
6109
6109
  id: string;
6110
6110
  dataType: {
6111
6111
  id: string;
package/dist/index.js CHANGED
@@ -5350,7 +5350,7 @@ const U = {
5350
5350
  id: "list-prepend-list-value-data-type-id"
5351
5351
  }
5352
5352
  },
5353
- listPrependOperationValueArg: {
5353
+ value: {
5354
5354
  id: "list-prepend-element-to-prepend-input-id",
5355
5355
  dataType: {
5356
5356
  id: "list-prepend-element-to-prepend-data-type-id"
@@ -31487,7 +31487,7 @@ const not = {
31487
31487
  index: 0,
31488
31488
  parent: DRt
31489
31489
  }, NRt = {
31490
- id: qc.inputs.listValue.id,
31490
+ id: qc.inputs.value.id,
31491
31491
  deletable: !1,
31492
31492
  editable: !1,
31493
31493
  type: d.ValueDescriptor,
@@ -125026,7 +125026,7 @@ class OIi extends Ve {
125026
125026
  ), m = ((a = h == null ? void 0 : h.value) == null ? void 0 : a.valueAsType) ?? ((c = h == null ? void 0 : h.value) == null ? void 0 : c.value), T = r.find(
125027
125027
  (C) => {
125028
125028
  var g, D;
125029
- return ((D = (g = C.valueOwner) == null ? void 0 : g.declaration) == null ? void 0 : D.id) === U.operation[pe.Prepend].inputs.listPrependOperationValueArg.id;
125029
+ return ((D = (g = C.valueOwner) == null ? void 0 : g.declaration) == null ? void 0 : D.id) === U.operation[pe.Prepend].inputs.value.id;
125030
125030
  }
125031
125031
  ), E = ((e = T == null ? void 0 : T.value) == null ? void 0 : e.valueAsType) ?? ((f = T == null ? void 0 : T.value) == null ? void 0 : f.value), A = zAi(m, E);
125032
125032
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyx-code/project-logic-tree",
3
- "version": "0.0.7087",
3
+ "version": "0.0.7088",
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",