Comparing version 16.1.0 to 16.2.0
@@ -5,3 +5,4 @@ import EditingManager from 'dmn-js-shared/lib/base/EditingManager'; | ||
import LiteralExpressionEditor from 'dmn-js-literal-expression/lib/Editor'; | ||
import { is } from 'dmn-js-shared/lib/util/ModelUtil'; | ||
import { Editor as BoxedExpressionEditor } from 'dmn-js-boxed-expression'; | ||
import { is, getBoxedExpression } from 'dmn-js-shared/lib/util/ModelUtil'; | ||
import { containsDi } from 'dmn-js-shared/lib/util/DiUtil'; | ||
@@ -31,2 +32,8 @@ import { find } from 'min-dash'; | ||
} | ||
}, { | ||
id: 'boxedExpression', | ||
constructor: BoxedExpressionEditor, | ||
opens(element) { | ||
return is(element, 'dmn:BusinessKnowledgeModel') && getBoxedExpression(element); | ||
} | ||
}]; | ||
@@ -33,0 +40,0 @@ } |
@@ -5,3 +5,4 @@ import Manager from 'dmn-js-shared/lib/base/Manager'; | ||
import LiteralExpressionViewer from 'dmn-js-literal-expression/lib/Viewer'; | ||
import { is } from 'dmn-js-shared/lib/util/ModelUtil'; | ||
import { Viewer as BoxedExpressionViewer } from 'dmn-js-boxed-expression'; | ||
import { is, getBoxedExpression } from 'dmn-js-shared/lib/util/ModelUtil'; | ||
import { containsDi } from 'dmn-js-shared/lib/util/DiUtil'; | ||
@@ -32,2 +33,8 @@ | ||
} | ||
}, { | ||
id: 'boxedExpression', | ||
constructor: BoxedExpressionViewer, | ||
opens(element) { | ||
return is(element, 'dmn:BusinessKnowledgeModel') && getBoxedExpression(element); | ||
} | ||
}]; | ||
@@ -34,0 +41,0 @@ } |
@@ -5,3 +5,4 @@ import Manager from 'dmn-js-shared/lib/base/Manager'; | ||
import LiteralExpressionViewer from 'dmn-js-literal-expression/lib/Viewer'; | ||
import { is } from 'dmn-js-shared/lib/util/ModelUtil'; | ||
import { Viewer as BoxedExpressionViewer } from 'dmn-js-boxed-expression'; | ||
import { is, getBoxedExpression } from 'dmn-js-shared/lib/util/ModelUtil'; | ||
import { containsDi } from 'dmn-js-shared/lib/util/DiUtil'; | ||
@@ -32,2 +33,8 @@ | ||
} | ||
}, { | ||
id: 'boxedExpression', | ||
constructor: BoxedExpressionViewer, | ||
opens(element) { | ||
return is(element, 'dmn:BusinessKnowledgeModel') && getBoxedExpression(element); | ||
} | ||
}]; | ||
@@ -34,0 +41,0 @@ } |
{ | ||
"name": "dmn-js", | ||
"description": "A dmn toolkit and web modeler", | ||
"version": "16.1.0", | ||
"version": "16.2.0", | ||
"files": [ | ||
@@ -62,8 +62,9 @@ "dist", | ||
"dependencies": { | ||
"dmn-js-decision-table": "^16.1.0", | ||
"dmn-js-drd": "^16.1.0", | ||
"dmn-js-literal-expression": "^16.1.0", | ||
"dmn-js-shared": "^16.1.0" | ||
"dmn-js-boxed-expression": "^16.2.0", | ||
"dmn-js-decision-table": "^16.2.0", | ||
"dmn-js-drd": "^16.2.0", | ||
"dmn-js-literal-expression": "^16.2.0", | ||
"dmn-js-shared": "^16.2.0" | ||
}, | ||
"gitHead": "d57c8037dd10b27b4916b144e72119bdc151d5bc" | ||
"gitHead": "6b23956b2b5b82d584e23dfab0ad3ab765e8f0c6" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
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
7315404
35
162895
5
+ Addeddmn-js-boxed-expression@16.8.2(transitive)
Updateddmn-js-drd@^16.2.0
Updateddmn-js-shared@^16.2.0