Searched refs:canInsert (Results 1 – 3 of 3) sorted by relevance
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 41373 var canInsert = bpmnRules.canInsert(shapes, element); 41375 return canInsert && getApproxIntersection(element.waypoints, newShapeMid); 41402 if (bpmnRules.canInsert(shape, parent)) { 44436 if (isConnection$8(target) && !canInsert(elements, target)) { 44462 canInsert(shapes, target); 44508 BpmnRules.prototype.canInsert = canInsert; 45091 return canDrop(shape, target) || canInsert(shape, target); 45213 function canInsert(shape, flow, position) { function
|
H A D | bpmn-modeler.production.min.js | 34 …canInsert(i,e)&&ms(e.waypoints,s)}));c&&(e.targetFlow=c,e.position=s)}}),!0),this.postExecuted("el…
|
/plugin/bpmnio/vendor/bpmn-js/dist/ |
H A D | bpmn-modeler.production.min.js | 194 …canInsert(i,e)&&wp(e.waypoints,s)}));c&&(e.targetFlow=c,e.position=s)}}),!0),this.postExecuted("el…
|