bpmn-visualization
Advanced tools
Comparing version
@@ -483,5 +483,5 @@ /* | ||
* ... | ||
* // Find all elements by specified id or ids | ||
* const bpmnElements1 = bpmnVisualization.bpmnElementsRegistry.getModelElementsByIds('userTask_1'); | ||
* const bpmnElements2 = bpmnVisualization.bpmnElementsRegistry.getModelElementsByIds(['startEvent_3', 'userTask_2']); | ||
* // Find all elements by desired kind or kinds | ||
* const bpmnElements1 = bpmnVisualization.bpmnElementsRegistry.getModelElementsByKinds(ShapeBpmnElementKind.TASK); | ||
* const bpmnElements2 = bpmnVisualization.bpmnElementsRegistry.getModelElementsByKinds([ShapeBpmnElementKind.EVENT_END, ShapeBpmnElementKind.POOL]); | ||
* // now you can do whatever you want with the elements | ||
@@ -935,2 +935,4 @@ * ... | ||
* Enable the navigation with the mouse wheel or with gesture/pinch on touch devices. | ||
* | ||
* **IMPORTANT**: the navigation API is not affected by this value. Navigation actions performed with the API always have an effect. | ||
* @default false | ||
@@ -937,0 +939,0 @@ */ |
{ | ||
"name": "bpmn-visualization", | ||
"version": "0.39.0", | ||
"version": "0.40.0", | ||
"type": "module", | ||
@@ -110,3 +110,3 @@ "sideEffects": false, | ||
"@asciidoctor/core": "~3.0.2", | ||
"@microsoft/api-extractor": "~7.36.4", | ||
"@microsoft/api-extractor": "~7.37.0", | ||
"@rollup/plugin-commonjs": "~25.0.4", | ||
@@ -116,7 +116,7 @@ "@rollup/plugin-node-resolve": "~15.2.1", | ||
"@types/debug": "~4.1.8", | ||
"@types/jest-image-snapshot": "~6.2.0", | ||
"@types/lodash-es": "~4.17.8", | ||
"@types/jest-image-snapshot": "~6.2.1", | ||
"@types/lodash-es": "~4.17.9", | ||
"@types/minimist": "~1.2.2", | ||
"@typescript-eslint/eslint-plugin": "~6.4.1", | ||
"@typescript-eslint/parser": "~6.4.1", | ||
"@typescript-eslint/eslint-plugin": "~6.7.0", | ||
"@typescript-eslint/parser": "~6.7.0", | ||
"autoprefixer": "~10.4.15", | ||
@@ -127,5 +127,7 @@ "clipboardy": "~3.0.0", | ||
"debug": "~4.3.4", | ||
"eslint": "~8.48.0", | ||
"eslint": "~8.49.0", | ||
"eslint-config-prettier": "~9.0.0", | ||
"eslint-plugin-jest": "~27.2.3", | ||
"eslint-import-resolver-typescript": "~3.6.0", | ||
"eslint-plugin-import": "~2.28.1", | ||
"eslint-plugin-jest": "~27.4.0", | ||
"eslint-plugin-jest-extended": "^2.0.0", | ||
@@ -139,4 +141,4 @@ "eslint-plugin-notice": "~0.9.10", | ||
"husky": "~8.0.3", | ||
"jest": "~29.6.4", | ||
"jest-environment-jsdom": "~29.6.4", | ||
"jest": "~29.7.0", | ||
"jest-environment-jsdom": "~29.7.0", | ||
"jest-extended": "~4.0.1", | ||
@@ -152,8 +154,8 @@ "jest-html-reporter": "~3.10.2", | ||
"pinst": "~3.0.0", | ||
"playwright": "~1.37.1", | ||
"postcss": "~8.4.28", | ||
"playwright": "~1.38.0", | ||
"postcss": "~8.4.29", | ||
"postcss-cli": "~10.1.0", | ||
"prettier": "~3.0.2", | ||
"prettier": "~3.0.3", | ||
"rimraf": "~5.0.1", | ||
"rollup": "~3.28.1", | ||
"rollup": "~3.29.2", | ||
"rollup-plugin-cleanup": "~3.2.1", | ||
@@ -165,3 +167,3 @@ "rollup-plugin-node-externals": "~6.1.1", | ||
"ts-jest": "~29.1.1", | ||
"typedoc": "~0.25.0", | ||
"typedoc": "~0.25.1", | ||
"typescript": "~5.2.2", | ||
@@ -168,0 +170,0 @@ "vite": "~4.4.9" |
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
2954472
056
3.7%62787
0