bpmn-visualization
Advanced tools
Comparing version
@@ -1276,3 +1276,9 @@ /* | ||
eventDefinitionKind?: ShapeBpmnEventDefinitionKind; | ||
/** IDs of the incoming flows/edges. */ | ||
incomingIds: string[]; | ||
/** Set when the {@link BaseBpmnSemantic.kind} relates to a BPMN intermediate catch event with {@link ShapeBpmnSemantic.eventDefinitionKind} set to {@link ShapeBpmnEventDefinitionKind.LINK}. */ | ||
linkEventSourceIds?: string[]; | ||
/** Set when the {@link BaseBpmnSemantic.kind} relates to a BPMN intermediate throw event with {@link ShapeBpmnSemantic.eventDefinitionKind} set to {@link ShapeBpmnEventDefinitionKind.LINK}. */ | ||
linkEventTargetId?: string; | ||
/** IDs of the outgoing flows/edges. */ | ||
outgoingIds: string[]; | ||
@@ -1334,2 +1340,5 @@ /** | ||
static isStartEvent(kind: ShapeBpmnElementKind): boolean; | ||
static isCatchEvent(kind: ShapeBpmnElementKind): boolean; | ||
static isIntermediateCatchEvent(kind: ShapeBpmnElementKind): boolean; | ||
static isIntermediateThrowEvent(kind: ShapeBpmnElementKind): boolean; | ||
static isCallActivity(kind: ShapeBpmnElementKind): boolean; | ||
@@ -1336,0 +1345,0 @@ static isSubProcess(kind: ShapeBpmnElementKind): boolean; |
{ | ||
"name": "bpmn-visualization", | ||
"version": "0.41.0", | ||
"version": "0.42.0", | ||
"type": "module", | ||
@@ -103,3 +103,3 @@ "sideEffects": false, | ||
"@typed-mxgraph/typed-mxgraph": "~1.0.8", | ||
"fast-xml-parser": "4.3.1", | ||
"fast-xml-parser": "4.3.2", | ||
"lodash-es": "~4.17.21", | ||
@@ -111,12 +111,12 @@ "mxgraph": "4.2.2", | ||
"@asciidoctor/core": "~3.0.2", | ||
"@microsoft/api-extractor": "~7.37.0", | ||
"@rollup/plugin-commonjs": "~25.0.4", | ||
"@rollup/plugin-node-resolve": "~15.2.1", | ||
"@rollup/plugin-terser": "~0.4.3", | ||
"@microsoft/api-extractor": "~7.38.0", | ||
"@rollup/plugin-commonjs": "~25.0.7", | ||
"@rollup/plugin-node-resolve": "~15.2.3", | ||
"@rollup/plugin-terser": "~0.4.4", | ||
"@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.3", | ||
"@typescript-eslint/parser": "~6.7.3", | ||
"@types/minimist": "~1.2.3", | ||
"@typescript-eslint/eslint-plugin": "~6.7.5", | ||
"@typescript-eslint/parser": "~6.7.5", | ||
"autoprefixer": "~10.4.16", | ||
@@ -127,3 +127,3 @@ "clipboardy": "~3.0.0", | ||
"debug": "~4.3.4", | ||
"eslint": "~8.50.0", | ||
"eslint": "~8.51.0", | ||
"eslint-config-prettier": "~9.0.0", | ||
@@ -136,3 +136,3 @@ "eslint-import-resolver-typescript": "~3.6.1", | ||
"eslint-plugin-playwright": "~0.16.0", | ||
"eslint-plugin-prettier": "~5.0.0", | ||
"eslint-plugin-prettier": "~5.0.1", | ||
"eslint-plugin-unicorn": "~48.0.1", | ||
@@ -144,3 +144,3 @@ "expect-playwright": "~0.8.0", | ||
"jest-environment-jsdom": "~29.7.0", | ||
"jest-extended": "~4.0.1", | ||
"jest-extended": "~4.0.2", | ||
"jest-html-reporter": "~3.10.2", | ||
@@ -151,21 +151,21 @@ "jest-html-reporters": "~3.1.4", | ||
"jest-sonar": "~0.2.16", | ||
"lint-staged": "~14.0.1", | ||
"lint-staged": "~15.0.1", | ||
"minimist": "~1.2.8", | ||
"npm-run-all": "~4.1.5", | ||
"pinst": "~3.0.0", | ||
"playwright": "~1.38.1", | ||
"postcss": "~8.4.30", | ||
"playwright": "~1.39.0", | ||
"postcss": "~8.4.31", | ||
"postcss-cli": "~10.1.0", | ||
"prettier": "~3.0.3", | ||
"rimraf": "~5.0.1", | ||
"rollup": "~3.29.3", | ||
"rimraf": "~5.0.5", | ||
"rollup": "~4.1.4", | ||
"rollup-plugin-cleanup": "~3.2.1", | ||
"rollup-plugin-node-externals": "~6.1.1", | ||
"rollup-plugin-node-externals": "~6.1.2", | ||
"rollup-plugin-sizes": "~1.0.5", | ||
"rollup-plugin-typescript2": "~0.35.0", | ||
"rollup-plugin-typescript2": "~0.36.0", | ||
"tailwindcss": "~3.3.3", | ||
"ts-jest": "~29.1.1", | ||
"typedoc": "~0.25.1", | ||
"typedoc": "~0.25.2", | ||
"typescript": "~5.2.2", | ||
"vite": "~4.4.9" | ||
"vite": "~4.4.11" | ||
}, | ||
@@ -172,0 +172,0 @@ "overrides": { |
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
2972184
0.43%63064
0.29%+ Added
- Removed
Updated