dmn-js-decision-table
Advanced tools
Comparing version 14.1.2 to 14.1.3
@@ -70,3 +70,3 @@ import { createVNode } from "inferno"; | ||
"title": this._translate('Input Expression: ') + inputExpression.text | ||
}), createVNode(1, "div", "input-variable", inputValues && inputValues.text || this._translate(inputExpression.typeRef), 0, { | ||
}), createVNode(1, "div", "input-variable", inputValues && inputValues.text || this._translate(inputExpression.typeRef || ''), 0, { | ||
"title": inputValues && inputValues.text ? this._translate('Input Values') : this._translate('Input Type') | ||
@@ -73,0 +73,0 @@ })], 0, { |
@@ -66,3 +66,3 @@ import { createVNode } from "inferno"; | ||
"title": this._translate('Output Name: ') + name | ||
}), createVNode(1, "div", "output-variable", outputValues && outputValues.text || this._translate(typeRef), 0, { | ||
}), createVNode(1, "div", "output-variable", outputValues && outputValues.text || this._translate(typeRef || ''), 0, { | ||
"title": outputValues && outputValues.text ? this._translate('Output Values') : this._translate('Output Type') | ||
@@ -69,0 +69,0 @@ })], 0, { |
{ | ||
"name": "dmn-js-decision-table", | ||
"description": "A decision table view for dmn-js", | ||
"version": "14.1.2", | ||
"version": "14.1.3", | ||
"files": [ | ||
@@ -43,3 +43,3 @@ "assets", | ||
}, | ||
"gitHead": "e745b764307727632bc5899d6fef83c1b8275dd8" | ||
"gitHead": "84d14f43132af6010cd0d5ac104695087f84216a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
965427