@elyx-code/project-logic-tree 0.0.6540 → 0.0.6542
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 +4 -2
- package/dist/index.js +2364 -2343
- package/dist/index.umd.cjs +57 -57
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5119,7 +5119,7 @@ export declare type DraggablePassThroughCallableEntityReference = PassThroughCal
|
|
|
5119
5119
|
|
|
5120
5120
|
export declare type DraggablePassThroughCallableEntityShallowTransfer = DraggablePassThroughCallableEntityWithOutputsShallowTransfer | IConditionShallowTransfer;
|
|
5121
5121
|
|
|
5122
|
-
export declare type DraggablePassThroughCallableEntityState =
|
|
5122
|
+
export declare type DraggablePassThroughCallableEntityState = DraggablePassThroughCallableEntityWithOutputsState | ConditionState;
|
|
5123
5123
|
|
|
5124
5124
|
export declare type DraggablePassThroughCallableEntityTransfer = DraggablePassThroughCallableEntityWithOutputsTransfer | IConditionTransfer;
|
|
5125
5125
|
|
|
@@ -5135,6 +5135,8 @@ export declare type DraggablePassThroughCallableEntityWithOutputsReference = IOp
|
|
|
5135
5135
|
|
|
5136
5136
|
export declare type DraggablePassThroughCallableEntityWithOutputsShallowTransfer = IOperationShallowTransfer | IFunctionCallShallowTransfer | ISearchShallowTransfer | IVariableDeclarationShallowTransfer | IVariableInstanceShallowTransfer | ILoopShallowTransfer;
|
|
5137
5137
|
|
|
5138
|
+
export declare type DraggablePassThroughCallableEntityWithOutputsState = OperationState | FunctionCallState | SearchState | VariableDeclarationState | VariableInstanceState | LoopState;
|
|
5139
|
+
|
|
5138
5140
|
export declare type DraggablePassThroughCallableEntityWithOutputsTransfer = IOperationTransfer | IFunctionCallTransfer | ISearchTransfer | IVariableDeclarationTransfer | IVariableInstanceTransfer | ILoopTransfer;
|
|
5139
5141
|
|
|
5140
5142
|
export declare type DraggablePassThroughCallableEntityWithOutputsTypesUnion = DraggablePassThroughCallableEntityWithOutputs | DraggablePassThroughCallableEntityWithOutputsTransfer | DraggablePassThroughCallableEntityWithOutputsShallowTransfer | DraggablePassThroughCallableEntityWithOutputsGenerationTarget;
|
|
@@ -17206,7 +17208,7 @@ export declare type PassThroughCallableEntityWithOutputsReference = DraggablePas
|
|
|
17206
17208
|
|
|
17207
17209
|
export declare type PassThroughCallableEntityWithOutputsShallowTransfer = DraggablePassThroughCallableEntityWithOutputsShallowTransfer | IInternalCallShallowTransfer;
|
|
17208
17210
|
|
|
17209
|
-
export declare type PassThroughCallableEntityWithOutputsState =
|
|
17211
|
+
export declare type PassThroughCallableEntityWithOutputsState = DraggablePassThroughCallableEntityWithOutputsState | InternalCallState;
|
|
17210
17212
|
|
|
17211
17213
|
export declare type PassThroughCallableEntityWithOutputsTransfer = DraggablePassThroughCallableEntityWithOutputsTransfer | IInternalCallTransfer;
|
|
17212
17214
|
|