Searched refs:attachers (Results 1 – 6 of 6) 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/ |
D | bpmn-modeler.production.min.js | 27 …i=this._elementRegistry.get(n.id),r=i&&i.attachers;if(!i)throw _o(e,n,"attachedToRef");t.host=i,r|… 197 …attachers&&(t=t.concat(e.attachers.reduce((function(e,t){return e.concat(Kc(t))}),[])));return t}(…
|
D | bpmn-viewer.production.min.js | 2 …i=this._elementRegistry.get(n.id),r=i&&i.attachers;if(!i)throw xt(e,n,"attachedToRef");t.host=i,r|…
|
D | bpmn-navigated-viewer.production.min.js | 2 …i=this._elementRegistry.get(n.id),r=i&&i.attachers;if(!i)throw bt(e,n,"attachedToRef");t.host=i,r|…
|
/plugin/bpmnio/vendor/dmn-js/dist/ |
D | dmn-modeler.production.min.js | 21 …function(e){var t=Nl(e);e.host&&(t=t.concat(Nl(e.host)));e.attachers&&(t=t.concat(e.attachers.redu… 191 …deling=e}function Hf(e,t){return wi(e&&e.attachers,t)}function Wf(e,t,n){if(e){var i=e.attachers;i…
|