bpmn-js-token-simulation
Advanced tools
Comparing version 0.33.0 to 0.33.1
@@ -165,3 +165,3 @@ import { | ||
const overlayId = this._overlays.add(element, 'ts-context-menu', { | ||
const overlayId = this._overlays.add(element, 'bts-context-menu', { | ||
...options, | ||
@@ -168,0 +168,0 @@ position: { |
@@ -15,4 +15,3 @@ import { | ||
modeling, | ||
palette, | ||
paletteProvider) { | ||
palette) { | ||
@@ -27,3 +26,2 @@ let modelingDisabled = false; | ||
directEditing.cancel(); | ||
contextPad.close(); | ||
dragging.cancel(); | ||
@@ -62,4 +60,2 @@ } | ||
ignoreIfModelingDisabled(contextPad, 'open'); | ||
ignoreIfModelingDisabled(dragging, 'init'); | ||
@@ -125,4 +121,3 @@ | ||
'modeling', | ||
'palette', | ||
'paletteProvider', | ||
'palette' | ||
]; | ||
@@ -129,0 +124,0 @@ |
@@ -53,3 +53,3 @@ import { | ||
this._overlays.add(element, 'element-notification', { | ||
this._overlays.add(element, 'bts-element-notification', { | ||
position, | ||
@@ -64,3 +64,3 @@ html: html, | ||
ElementNotifications.prototype.clear = function() { | ||
this._overlays.remove({ type: 'element-notification' }); | ||
this._overlays.remove({ type: 'bts-element-notification' }); | ||
}; | ||
@@ -67,0 +67,0 @@ |
@@ -93,3 +93,3 @@ import { | ||
const overlayId = this._overlays.add(element, 'token-count', { | ||
const overlayId = this._overlays.add(element, 'bts-token-count', { | ||
position: position, | ||
@@ -96,0 +96,0 @@ html: html, |
{ | ||
"name": "bpmn-js-token-simulation", | ||
"version": "0.33.0", | ||
"version": "0.33.1", | ||
"description": "bpmn-js token simulation extension", | ||
@@ -54,8 +54,8 @@ "module": "index.js", | ||
"@bpmn-io/properties-panel": "^3.13.0", | ||
"babel-loader": "^8.3.0", | ||
"babel-loader": "^9.0.0", | ||
"babel-plugin-istanbul": "^6.1.1", | ||
"bpmn-js": "^15.1.3", | ||
"bpmn-js": "^17.0.0", | ||
"bpmn-js-properties-panel": "^5.6.1", | ||
"chai": "^4.3.10", | ||
"copy-webpack-plugin": "^11.0.0", | ||
"copy-webpack-plugin": "^12.0.0", | ||
"cross-env": "^7.0.3", | ||
@@ -77,4 +77,4 @@ "downloadjs": "^1.4.7", | ||
"mocha-test-container-support": "^0.2.0", | ||
"npm-run-all": "^4.1.5", | ||
"puppeteer": "^21.5.1", | ||
"npm-run-all2": "^6.0.0", | ||
"puppeteer": "^22.0.0", | ||
"rollup": "^4.4.1", | ||
@@ -86,3 +86,3 @@ "rollup-plugin-string": "^3.0.0", | ||
"webpack-cli": "^5.1.4", | ||
"webpack-dev-server": "^4.15.1" | ||
"webpack-dev-server": "^5.0.0" | ||
}, | ||
@@ -89,0 +89,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
198361
6366