dmn-js-boxed-expression
Advanced tools
Comparing version 16.3.2 to 16.4.0
@@ -0,0 +0,0 @@ /** |
@@ -12,7 +12,8 @@ import { DmnVariableResolverModule } from '@bpmn-io/dmn-variable-resolver'; | ||
import ElementVariableModule from './features/element-variable/editor'; | ||
import EditorActionsModule from './features/editor-actions'; | ||
export class Editor extends Viewer { | ||
getModules() { | ||
return [...super.getModules(), CoreModule, ModelingModule, ElementPropertiesModule, FunctionDefinitionEditorModule, ExpressionLanguagesModule, LiteralExpressionEditorComponent, KeyboardModule, DataTypesModule, ElementVariableModule, DmnVariableResolverModule]; | ||
return [...super.getModules(), CoreModule, ModelingModule, EditorActionsModule, ElementPropertiesModule, FunctionDefinitionEditorModule, ExpressionLanguagesModule, LiteralExpressionEditorComponent, KeyboardModule, DataTypesModule, ElementVariableModule, DmnVariableResolverModule]; | ||
} | ||
} | ||
//# sourceMappingURL=Editor.js.map |
@@ -0,0 +0,0 @@ import { forEach } from 'min-dash'; |
@@ -11,3 +11,3 @@ import { createVNode, createComponentVNode } from "inferno"; | ||
const name = element.get('name'); | ||
const onInput = name => { | ||
const onChange = name => { | ||
modeling.updateProperties(element, { | ||
@@ -21,3 +21,3 @@ name | ||
"value": name, | ||
"onInput": onInput | ||
"onChange": onChange | ||
}); | ||
@@ -24,0 +24,0 @@ }, props => [props.element]); |
@@ -66,3 +66,3 @@ import { createVNode, createComponentVNode, createTextVNode } from "inferno"; | ||
return createVNode(1, "tr", "function-definition-parameter", [createVNode(1, "td", null, createComponentVNode(2, Input, { | ||
"onInput": onNameChange, | ||
"onChange": onNameChange, | ||
"value": name | ||
@@ -69,0 +69,0 @@ }), 2), createVNode(1, "td", null, createComponentVNode(2, InputSelect, { |
@@ -1,8 +0,8 @@ | ||
import EditorActions from '../editor-actions'; | ||
import Keyboard from './Keyboard'; | ||
import KeyboardModule from 'diagram-js/lib/features/keyboard'; | ||
import { KeyboardBindings } from './KeyboardBindings'; | ||
export default { | ||
__depends__: [EditorActions], | ||
__init__: ['keyboard'], | ||
keyboard: ['type', Keyboard] | ||
__depends__: [KeyboardModule], | ||
__init__: ['keyboardBindings'], | ||
keyboardBindings: ['type', KeyboardBindings] | ||
}; | ||
//# sourceMappingURL=index.js.map |
@@ -53,3 +53,3 @@ import { createVNode, createComponentVNode, normalizeProps } from "inferno"; | ||
...props, | ||
"onInput": props.onChange | ||
"onChange": props.onChange | ||
})); | ||
@@ -56,0 +56,0 @@ } |
@@ -0,0 +0,0 @@ import { createVNode, createComponentVNode } from "inferno"; |
@@ -0,0 +0,0 @@ import { createComponentVNode, normalizeProps } from "inferno"; |
{ | ||
"name": "dmn-js-boxed-expression", | ||
"description": "A boxed expression view for dmn-js", | ||
"version": "16.3.2", | ||
"version": "16.4.0", | ||
"files": [ | ||
@@ -37,5 +37,5 @@ "assets", | ||
"dependencies": { | ||
"@bpmn-io/dmn-variable-resolver": "^0.5.0", | ||
"@bpmn-io/dmn-variable-resolver": "^0.7.0", | ||
"diagram-js": "^14.5.4", | ||
"dmn-js-shared": "^16.3.2", | ||
"dmn-js-shared": "^16.4.0", | ||
"inferno": "~5.6.2", | ||
@@ -46,3 +46,3 @@ "min-dash": "^4.0.0", | ||
}, | ||
"gitHead": "a69f434f5cde1f5a563b7ed5fee2881dbbbad835" | ||
"gitHead": "fb02d61a1c25231267e55e0cfbd441101c5c959c" | ||
} |
@@ -0,0 +0,0 @@ # dmn-js-boxed-expression |
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
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
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
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
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
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
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
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
166088
108
1670
+ Added@bpmn-io/dmn-variable-resolver@0.7.0(transitive)
- Removed@bpmn-io/dmn-variable-resolver@0.5.0(transitive)
Updateddmn-js-shared@^16.4.0