dmn-js-decision-table
Advanced tools
Comparing version 14.0.2 to 14.1.0
@@ -85,5 +85,5 @@ import { createVNode } from "inferno"; | ||
return createVNode(1, "th", actualClassName, [createVNode(1, "div", "clause", index === 0 ? translate('When') : translate('And'), 0), label ? createVNode(1, "div", "input-label", label, 0, { | ||
"title": translate('Input Label') | ||
"title": translate('Input Label: ') + label | ||
}) : createVNode(1, "div", "input-expression", inputExpression.text, 0, { | ||
"title": translate('Input Expression') | ||
"title": translate('Input Expression: ') + inputExpression.text | ||
}), createVNode(1, "div", "input-variable", inputValues && inputValues.text || inputExpression.typeRef, 0, { | ||
@@ -90,0 +90,0 @@ "title": inputValues && inputValues.text ? translate('Input Values') : translate('Input Type') |
@@ -67,5 +67,5 @@ import { createVNode } from "inferno"; | ||
}), createVNode(1, "div", "clause", index === 0 ? this._translate('When') : this._translate('And'), 0), label ? createVNode(1, "div", "input-label", label, 0, { | ||
"title": this._translate('Input Label') | ||
"title": this._translate('Input Label: ') + label | ||
}) : createVNode(1, "div", "input-expression", inputExpression.text, 0, { | ||
"title": this._translate('Input Expression') | ||
"title": this._translate('Input Expression: ') + inputExpression.text | ||
}), createVNode(1, "div", "input-variable", inputValues && inputValues.text || this._translate(inputExpression.typeRef), 0, { | ||
@@ -72,0 +72,0 @@ "title": inputValues && inputValues.text ? this._translate('Input Values') : this._translate('Input Type') |
@@ -63,5 +63,5 @@ import { createVNode } from "inferno"; | ||
}), createVNode(1, "div", "clause", index === 0 ? this._translate('Then') : this._translate('And'), 0), label ? createVNode(1, "div", "output-label", label, 0, { | ||
"title": this._translate('Output Label') | ||
"title": this._translate('Output Label: ') + label | ||
}) : createVNode(1, "div", "output-name", name, 0, { | ||
"title": this._translate('Output Name') | ||
"title": this._translate('Output Name: ') + name | ||
}), createVNode(1, "div", "output-variable", outputValues && outputValues.text || this._translate(typeRef), 0, { | ||
@@ -68,0 +68,0 @@ "title": outputValues && outputValues.text ? this._translate('Output Values') : this._translate('Output Type') |
{ | ||
"name": "dmn-js-decision-table", | ||
"description": "A decision table view for dmn-js", | ||
"version": "14.0.2", | ||
"version": "14.1.0", | ||
"files": [ | ||
@@ -43,3 +43,3 @@ "assets", | ||
}, | ||
"gitHead": "957261203a3c0369adab0c884651ab4f07508b1b" | ||
"gitHead": "9fa1d6df4c54bd50103963a524abd2fe6f16e034" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
965549
9156
1