dmn-js-boxed-expression
Advanced tools
Comparing version 17.0.1 to 17.0.2
@@ -47,3 +47,4 @@ import { createVNode, createComponentVNode, createTextVNode } from "inferno"; | ||
}), createComponentVNode(2, BodyExpression, { | ||
"expression": body | ||
"expression": body, | ||
"parameters": parameters | ||
})], 4); | ||
@@ -91,4 +92,6 @@ } | ||
} | ||
function BodyExpression({ | ||
expression | ||
const BodyExpression = withChangeSupport(_BodyExpression, props => props.parameters); | ||
function _BodyExpression({ | ||
expression, | ||
parameters | ||
}, context) { | ||
@@ -99,3 +102,4 @@ const Expression = context.components.getComponent('expression', { | ||
return createVNode(1, "div", "function-definition-body", createComponentVNode(2, Expression, { | ||
"expression": expression | ||
"expression": expression, | ||
"parameters": parameters | ||
}), 2); | ||
@@ -102,0 +106,0 @@ } |
{ | ||
"name": "dmn-js-boxed-expression", | ||
"description": "A boxed expression view for dmn-js", | ||
"version": "17.0.1", | ||
"version": "17.0.2", | ||
"files": [ | ||
@@ -45,3 +45,3 @@ "assets", | ||
}, | ||
"gitHead": "75c490cde5bca51253b8eefa9d5e24d0b679459d" | ||
"gitHead": "734f9d21d697a324f6257ea19186cd04f9ec2291" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
166465
1673