Searched refs:attachers (Results 1 – 5 of 5) sorted by relevance
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 19913 attachers = host && host.attachers; 19922 if (!attachers) { 19923 host.attachers = attachers = []; 19926 if (attachers.indexOf(boundaryElement) === -1) { 19927 attachers.push(boundaryElement); 26183 if (source.attachers) { 26184 allConnected = allConnected.concat(source.attachers.reduce(function(shapes, attacher) { 33305 forEach([ element.attachers, element.incoming, element.outgoing ], addRelatedElements); 40071 return filter(element.attachers, function(attacher) { 43393 attachers = oldShape.attachers, [all …]
|
| D | bpmn-modeler.production.min.js | 28 …=this._elementRegistry.get(i.id),o=r&&r.attachers;if(!r)throw uo(n,e,i,"attachedToRef");t.host=r,o… 33 …function(e){var t=La(e);e.host&&(t=t.concat(La(e.host)));e.attachers&&(t=t.concat(e.attachers.redu… 34 …attachers,e.incoming,e.outgoing],(function(e){e&&e.length&&b(e,(function(e){b(e.labels,(function(e…
|
| /plugin/bpmnio/vendor/bpmn-js/dist/ |
| H A D | bpmn-modeler.production.min.js | 10 …r=this._elementRegistry.get(n.id),i=r&&r.attachers;if(!r)throw kh(e,n,"attachedToRef");t.host=r,i|… 211 …attachers&&(t=t.concat(e.attachers.reduce(function(n,r){return n.concat(ef(r))},[]))),t}function e…
|
| H A D | bpmn-viewer.production.min.js | 2 …n=this._elementRegistry.get(r.id),i=n&&n.attachers;if(!n)throw ci(e,r,"attachedToRef");t.host=n,i|…
|
| /plugin/bpmnio/vendor/dmn-js/dist/ |
| H A D | dmn-modeler.production.min.js | 24 …$(n){var e=tx(n);return n.host&&(e=e.concat(tx(n.host))),n.attachers&&(e=e.concat(n.attachers.redu… 198 …,e,r),e};function ZO(n,e){return Vn(n&&n.attachers,e)}function JO(n,e,t){if(n){var i=n.attachers;i…
|