Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dmn-js-boxed-expression

Package Overview
Dependencies
Maintainers
8
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dmn-js-boxed-expression - npm Package Compare versions

Comparing version 16.3.2 to 16.4.0

lib/features/keyboard/KeyboardBindings.js

0

lib/core/ElementRegistry.js

@@ -0,0 +0,0 @@ /**

3

lib/Editor.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc