bpmn-visualization
Advanced tools
Comparing version 0.40.0 to 0.41.0
@@ -38,6 +38,6 @@ /* | ||
id: string; | ||
name: string; | ||
/** `true` when relates to a BPMN Shape, `false` when relates to a BPMN Edge. */ | ||
isShape: boolean; | ||
kind: BpmnElementKind; | ||
name: string; | ||
} | ||
@@ -206,3 +206,3 @@ | ||
* | ||
* @param fn the update to be made in the transaction. | ||
* @param callbackFunction the update to be made in the transaction. | ||
* | ||
@@ -212,3 +212,3 @@ * @experimental subject to change, may move to a subclass of `mxGraphModel` | ||
*/ | ||
batchUpdate(fn: () => void): void; | ||
batchUpdate(callbackFunction: () => void): void; | ||
private setCurrentZoomLevel; | ||
@@ -1132,3 +1132,3 @@ private manageMouseWheelZoomEvent; | ||
*/ | ||
additionalXmlAttributeProcessor?: (val: string) => string; | ||
additionalXmlAttributeProcessor?: (value: string) => string; | ||
}; | ||
@@ -1274,4 +1274,24 @@ | ||
export declare interface ShapeBpmnSemantic extends BaseBpmnSemantic { | ||
/** Set when the {@link BaseBpmnSemantic.kind} relates to a BPMN Call Activity calling a global task. */ | ||
callActivityGlobalTaskKind?: GlobalTaskKind; | ||
/** Set when the {@link BaseBpmnSemantic.kind} relates to a BPMN Call Activity. */ | ||
callActivityKind?: ShapeBpmnCallActivityKind; | ||
/** Set when the {@link BaseBpmnSemantic.kind} relates to a BPMN event. */ | ||
eventDefinitionKind?: ShapeBpmnEventDefinitionKind; | ||
incomingIds: string[]; | ||
outgoingIds: string[]; | ||
/** | ||
* This is the ID of the direct parent of the current element, which can be a: | ||
* - process/participant | ||
* - lane | ||
* - sub-process | ||
* - call activity | ||
* | ||
* For the Boundary events, it is the activity to which the item belongs. | ||
* | ||
* **Special case**: it can be `undefined` when there is a single process without Participant/Pool. In this case, the direct children of the process have no parent. | ||
*/ | ||
parentId: string; | ||
/** Set when the {@link BaseBpmnSemantic.kind} relates to a BPMN sub-process. */ | ||
subProcessKind?: ShapeBpmnSubProcessKind; | ||
} | ||
@@ -1278,0 +1298,0 @@ |
{ | ||
"name": "bpmn-visualization", | ||
"version": "0.40.0", | ||
"version": "0.41.0", | ||
"type": "module", | ||
@@ -71,3 +71,3 @@ "sideEffects": false, | ||
"docs": "run-s docs:*", | ||
"docs:user": "node scripts/docs.mjs", | ||
"docs:user": "node scripts/generate-users-documentation.mjs", | ||
"docs:api": "typedoc --tsconfig ./tsconfig.typedoc.json src/bpmn-visualization.ts", | ||
@@ -104,3 +104,3 @@ "lint": "eslint \"**/*.{js,cjs,mjs,ts,cts,mts}\" --max-warnings 0 --quiet --fix", | ||
"@typed-mxgraph/typed-mxgraph": "~1.0.8", | ||
"fast-xml-parser": "4.2.7", | ||
"fast-xml-parser": "4.3.1", | ||
"lodash-es": "~4.17.21", | ||
@@ -116,9 +116,9 @@ "mxgraph": "4.2.2", | ||
"@rollup/plugin-terser": "~0.4.3", | ||
"@types/debug": "~4.1.8", | ||
"@types/debug": "~4.1.9", | ||
"@types/jest-image-snapshot": "~6.2.1", | ||
"@types/lodash-es": "~4.17.9", | ||
"@types/minimist": "~1.2.2", | ||
"@typescript-eslint/eslint-plugin": "~6.7.0", | ||
"@typescript-eslint/parser": "~6.7.0", | ||
"autoprefixer": "~10.4.15", | ||
"@typescript-eslint/eslint-plugin": "~6.7.3", | ||
"@typescript-eslint/parser": "~6.7.3", | ||
"autoprefixer": "~10.4.16", | ||
"clipboardy": "~3.0.0", | ||
@@ -128,7 +128,7 @@ "cross-env": "~7.0.3", | ||
"debug": "~4.3.4", | ||
"eslint": "~8.49.0", | ||
"eslint": "~8.50.0", | ||
"eslint-config-prettier": "~9.0.0", | ||
"eslint-import-resolver-typescript": "~3.6.0", | ||
"eslint-import-resolver-typescript": "~3.6.1", | ||
"eslint-plugin-import": "~2.28.1", | ||
"eslint-plugin-jest": "~27.4.0", | ||
"eslint-plugin-jest": "~27.4.2", | ||
"eslint-plugin-jest-extended": "^2.0.0", | ||
@@ -154,8 +154,8 @@ "eslint-plugin-notice": "~0.9.10", | ||
"pinst": "~3.0.0", | ||
"playwright": "~1.38.0", | ||
"postcss": "~8.4.29", | ||
"playwright": "~1.38.1", | ||
"postcss": "~8.4.30", | ||
"postcss-cli": "~10.1.0", | ||
"prettier": "~3.0.3", | ||
"rimraf": "~5.0.1", | ||
"rollup": "~3.29.2", | ||
"rollup": "~3.29.3", | ||
"rollup-plugin-cleanup": "~3.2.1", | ||
@@ -162,0 +162,0 @@ "rollup-plugin-node-externals": "~6.1.1", |
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
2959453
62882
+ Addedfast-xml-parser@4.3.1(transitive)
- Removedfast-xml-parser@4.2.7(transitive)
Updatedfast-xml-parser@4.3.1