@eclipse-glsp-examples/workflow-glsp
Advanced tools
Comparing version 2.2.0-next.349 to 2.2.0-next.350
@@ -16,4 +16,4 @@ /******************************************************************************** | ||
********************************************************************************/ | ||
export * from './direct-task-editing/di.config'; | ||
export * from './direct-task-editing/direct-task-editor'; | ||
export * from './direct-task-editing/task-editor-module'; | ||
export * from './model'; | ||
@@ -20,0 +20,0 @@ export * from './workflow-diagram-module'; |
@@ -32,4 +32,4 @@ "use strict"; | ||
********************************************************************************/ | ||
__exportStar(require("./direct-task-editing/di.config"), exports); | ||
__exportStar(require("./direct-task-editing/direct-task-editor"), exports); | ||
__exportStar(require("./direct-task-editing/task-editor-module"), exports); | ||
__exportStar(require("./model"), exports); | ||
@@ -36,0 +36,0 @@ __exportStar(require("./workflow-diagram-module"), exports); |
@@ -24,3 +24,3 @@ "use strict"; | ||
require("../css/diagram.css"); | ||
const di_config_1 = require("./direct-task-editing/di.config"); | ||
const task_editor_module_1 = require("./direct-task-editing/task-editor-module"); | ||
const model_1 = require("./model"); | ||
@@ -67,5 +67,5 @@ const workflow_snapper_1 = require("./workflow-snapper"); | ||
function initializeWorkflowDiagramContainer(container, ...containerConfiguration) { | ||
return (0, client_1.initializeDiagramContainer)(container, ...containerConfiguration, di_config_1.directTaskEditor, client_1.helperLineModule, client_1.gridModule, client_1.debugModule, exports.workflowDiagramModule); | ||
return (0, client_1.initializeDiagramContainer)(container, task_editor_module_1.taskEditorModule, client_1.helperLineModule, client_1.gridModule, client_1.debugModule, exports.workflowDiagramModule, ...containerConfiguration); | ||
} | ||
exports.initializeWorkflowDiagramContainer = initializeWorkflowDiagramContainer; | ||
//# sourceMappingURL=workflow-diagram-module.js.map |
{ | ||
"name": "@eclipse-glsp-examples/workflow-glsp", | ||
"version": "2.2.0-next.349+663c6df", | ||
"version": "2.2.0-next.350+1570f91", | ||
"description": "GLSP diagrams for the Workflow DSL", | ||
@@ -43,3 +43,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@eclipse-glsp/client": "2.2.0-next.349+663c6df", | ||
"@eclipse-glsp/client": "2.2.0-next.350+1570f91", | ||
"balloon-css": "^0.5.0" | ||
@@ -53,3 +53,3 @@ }, | ||
}, | ||
"gitHead": "663c6dffd70a911cba8c34d800866ce18f664281" | ||
"gitHead": "1570f917a3724867f08f5a1b690dabf718a5a796" | ||
} |
@@ -16,4 +16,4 @@ /******************************************************************************** | ||
********************************************************************************/ | ||
export * from './direct-task-editing/di.config'; | ||
export * from './direct-task-editing/direct-task-editor'; | ||
export * from './direct-task-editing/task-editor-module'; | ||
export * from './model'; | ||
@@ -20,0 +20,0 @@ export * from './workflow-diagram-module'; |
@@ -52,3 +52,3 @@ /******************************************************************************** | ||
import '../css/diagram.css'; | ||
import { directTaskEditor } from './direct-task-editing/di.config'; | ||
import { taskEditorModule } from './direct-task-editing/task-editor-module'; | ||
import { BranchingNode, CategoryNode, Icon, SynchronizationNode, TaskNode, WeightedEdge } from './model'; | ||
@@ -107,9 +107,9 @@ import { WorkflowSnapper } from './workflow-snapper'; | ||
container, | ||
...containerConfiguration, | ||
directTaskEditor, | ||
taskEditorModule, | ||
helperLineModule, | ||
gridModule, | ||
debugModule, | ||
workflowDiagramModule | ||
workflowDiagramModule, | ||
...containerConfiguration | ||
); | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 3 instances in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 3 instances in 1 package
131892