camunda-bpmn-js 3.12.0 → 3.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/base-modeler.development.js +18 -14
- package/dist/base-modeler.production.min.js +1 -1
- package/dist/camunda-cloud-modeler.development.js +70 -66
- package/dist/camunda-cloud-modeler.production.min.js +1 -1
- package/dist/camunda-platform-modeler.development.js +18 -14
- package/dist/camunda-platform-modeler.production.min.js +1 -1
- package/lib/base/Modeler.d.ts +15 -15
- package/lib/base/NavigatedViewer.d.ts +2 -2
- package/lib/base/Viewer.d.ts +2 -2
- package/lib/camunda-cloud/ElementTemplatesValidator.d.ts +1 -1
- package/lib/camunda-cloud/Modeler.d.ts +3 -3
- package/lib/camunda-cloud/Modeler.js +84 -84
- package/lib/camunda-cloud/NavigatedViewer.d.ts +3 -3
- package/lib/camunda-cloud/Viewer.d.ts +3 -3
- package/lib/camunda-cloud/util/commonModules.d.ts +9 -9
- package/lib/camunda-platform/Modeler.d.ts +3 -3
- package/lib/camunda-platform/NavigatedViewer.d.ts +5 -5
- package/lib/camunda-platform/Viewer.d.ts +5 -5
- package/lib/camunda-platform/util/commonModules.d.ts +9 -9
- package/lib/util/ExtensionElementsUtil.d.ts +24 -24
- package/package.json +2 -2
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
onClosed=${this._onClosed.bind(this)}
|
|
161
161
|
...${{...r}}
|
|
162
162
|
/>
|
|
163
|
-
`,this._current.container)},ic.prototype.open=function(e,t,n,i){if(!e)throw new Error("target is missing");if(!t)throw new Error("providers for <"+t+"> not found");if(!n)throw new Error("position is missing");this.isOpen()&&this.close();const{entries:r,headerEntries:o}=this._getContext(e,t);this._current={position:n,className:t,target:e,entries:r,headerEntries:o,container:this._createContainer({provider:t}),options:i},this._emit("open"),this._bindAutoClose(),this._render()},ic.prototype._getContext=function(e,t){const n=this._getProviders(t);if(!n||!n.length)throw new Error("provider for <"+t+"> not found");const i=this._getEntries(e,n),r=this._getHeaderEntries(e,n);return{entries:i,headerEntries:r,empty:!(Object.keys(i).length||Object.keys(r).length)}},ic.prototype.close=function(){this.isOpen()&&(this._emit("close"),this.reset(),this._current=null)},ic.prototype.reset=function(){const e=this._current.container;xl(null,e),Ee(e)},ic.prototype._emit=function(e,t){this._eventBus.fire(`popupMenu.${e}`,t)},ic.prototype._onOpened=function(){this._emit("opened")},ic.prototype._onClosed=function(){this._emit("closed")},ic.prototype._createContainer=function(e){var t=this._canvas.getContainer();const n=xe(`<div class="djs-popup-parent djs-scrollable" data-popup=${e.provider}></div>`);return t.appendChild(n),n},ic.prototype._bindAutoClose=function(){this._eventBus.once(nc,this.close,this)},ic.prototype._unbindAutoClose=function(){this._eventBus.off(nc,this.close,this)},ic.prototype._updateScale=function(){var e,t,n=this._canvas.zoom(),i=this._config.scale,r=n;return!0!==i&&(!1===i?(e=1,t=1):(e=i.min,t=i.max),a(e)&&n<e&&(r=e),a(t)&&n>t&&(r=t)),r},ic.prototype._ensureVisible=function(e,t){var n=document.documentElement.getBoundingClientRect(),i=e.getBoundingClientRect(),r={},o=t.x,s=t.y;return t.x+i.width>n.width&&(r.x=!0),t.y+i.height>n.height&&(r.y=!0),r.x&&r.y?(o=t.x-i.width,s=t.y-i.height):r.x?(o=t.x-i.width,s=t.y):r.y&&t.y<i.height?(o=t.x,s=10):r.y&&(o=t.x,s=t.y-i.height),t.y<n.top&&(s=t.y+i.height),{x:o,y:s}},ic.prototype.isEmpty=function(e,t){if(!e)throw new Error("target is missing");if(!t)throw new Error("provider ID is missing");const n=this._getProviders(t);return!n||!n.length||this._getContext(e,t).empty},ic.prototype.registerProvider=function(e,t,n){n||(n=t,t=1e3),this._eventBus.on("popupMenu.getProviders."+e,t,(function(e){e.providers.push(n)}))},ic.prototype._getProviders=function(e){var t=this._eventBus.createEvent({type:"popupMenu.getProviders."+e,providers:[]});return this._eventBus.fire(t),t.providers},ic.prototype._getEntries=function(e,t){var n={};return b(t,(function(t){if(t.getPopupMenuEntries){var i=t.getPopupMenuEntries(e);d(i)?n=i(n):b(i,(function(e,t){n[t]=e}))}else b(t.getEntries(e),(function(e){var t=e.id;if(!t)throw new Error("entry ID is missing");n[t]=F(e,["id"])}))})),n},ic.prototype._getHeaderEntries=function(e,t){var n={};return b(t,(function(t){if(t.getPopupMenuHeaderEntries){var i=t.getPopupMenuHeaderEntries(e);d(i)?n=i(n):b(i,(function(e,t){n[t]=e}))}else{if(!t.getHeaderEntries)return;b(t.getHeaderEntries(e),(function(e){var t=e.id;if(!t)throw new Error("entry ID is missing");n[t]=F(e,["id"])}))}})),n},ic.prototype.isOpen=function(){return!!this._current},ic.prototype.trigger=function(e,t,n="click"){if(e.preventDefault(),!t){let n=J(oe(e.delegateTarget||e.target,".entry",!0),"data-id");t={id:n,...this._getEntry(n)}}const i=t.action;if(!1!==this._emit("trigger",{entry:t,event:e}))if(d(i)){if("click"===n)return i(e,t)}else if(i[n])return i[n](e,t)},ic.prototype._getEntry=function(e){var t=this._current.entries[e]||this._current.headerEntries[e];if(!t)throw new Error("entry not found");return t};var rc={__init__:["popupMenu"],popupMenu:["type",ic]},oc={align:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2000 2000">\n <line x1="200" y1="150" x2="200" y2="1850" style="stroke:currentColor;stroke-width:100;stroke-linecap:round;"/>\n <rect x="500" y="150" width="1300" height="700" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>\n <rect x="500" y="1150" width="700" height="700" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>\n </svg>',bottom:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1800">\n <line x1="150" y1="1650" x2="1650" y2="1650" style="stroke:currentColor;stroke-width:100;stroke-linecap:round;"/>\n <rect x="150" y="350" width="600" height="1300" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>\n <rect x="1050" y="850" width="600" height="800" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>\n </svg>',center:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1800">\n <line x1="900" y1="150" x2="900" y2="1650" style="stroke:currentColor;stroke-width:100;stroke-linecap:round;"/>\n <rect x="250" y="150" width="1300" height="600" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>\n <rect x="500" y="1050" width="800" height="600" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>\n </svg>',left:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1800">\n <line x1="100" y1="150" x2="100" y2="1650" style="stroke:currentColor;stroke-width:100;stroke-linecap:round;"/>\n <rect x="100" y="150" width="1300" height="600" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>\n <rect x="100" y="1050" width="800" height="600" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>\n </svg>',right:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1800">\n <line x1="1650" y1="150" x2="1650" y2="1650" style="stroke:currentColor;stroke-width:100;stroke-linecap:round;"/>\n <rect x="350" y="150" width="1300" height="600" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>\n <rect x="850" y="1050" width="800" height="600" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>\n </svg>',top:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1800">\n <line x1="150" y1="150" x2="1650" y2="150" style="stroke:currentColor;stroke-width:100;stroke-linecap:round;"/>\n <rect x="150" y="150" width="600" height="1300" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>\n <rect x="1050" y="150" width="600" height="800" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>\n </svg>',middle:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1800">\n <line x1="150" y1="900" x2="1650" y2="900" style="stroke:currentColor;stroke-width:100;stroke-linecap:round;"/>\n <rect x="150" y="250" width="600" height="1300" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>\n <rect x="1050" y="500" width="600" height="800" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>\n </svg>'};function sc(e,t,n,i){e.registerProvider(900,this),this._contextPad=e,this._popupMenu=t,this._translate=n,this._canvas=i}sc.$inject=["contextPad","popupMenu","translate","canvas"],sc.prototype.getMultiElementContextPadEntries=function(e){var t={};return this._isAllowed(e)&&L(t,this._getEntries(e)),t},sc.prototype._isAllowed=function(e){return!this._popupMenu.isEmpty(e,"align-elements")},sc.prototype._getEntries=function(){var e=this;return{"align-elements":{group:"align-elements",title:e._translate("Align elements"),html:`<div class="entry">${oc.align}</div>`,action:{click:function(t,n){var i=e._getMenuPosition(n);L(i,{cursor:{x:t.x,y:t.y}}),e._popupMenu.open(n,"align-elements",i)}}}}},sc.prototype._getMenuPosition=function(e){var t=this._contextPad.getPad(e).html.getBoundingClientRect();return{x:t.left,y:t.bottom+5}};var ac=["left","center","right","top","middle","bottom"];function lc(e,t,n,i){this._alignElements=t,this._translate=n,this._popupMenu=e,this._rules=i,e.registerProvider("align-elements",this)}function cc(e){bs.call(this,e),this.init()}function pc(e){cc.call(this,e)}lc.$inject=["popupMenu","alignElements","translate","rules"],lc.prototype.getPopupMenuEntries=function(e){var t={};return this._isAllowed(e)&&L(t,this._getEntries(e)),t},lc.prototype._isAllowed=function(e){return this._rules.allowed("elements.align",{elements:e})},lc.prototype._getEntries=function(e){var t=this._alignElements,n=this._translate,i=this._popupMenu,r={};return b(ac,(function(o){r["align-elements-"+o]={group:"align",title:n("Align elements "+o),className:"bjs-align-elements-menu-entry",imageHtml:oc[o],action:function(){t.trigger(e,o),i.close()}}})),r},cc.$inject=["eventBus"],e(cc,bs),cc.prototype.addRule=function(e,t,n){var i=this;"string"==typeof e&&(e=[e]),e.forEach((function(e){i.canExecute(e,t,(function(e,t,i){return n(e)}),!0)}))},cc.prototype.init=function(){},pc.$inject=["eventBus"],e(pc,cc),pc.prototype.init=function(){this.addRule("elements.align",(function(e){var t=v(e.elements,(function(e){return!(e.waypoints||e.host||e.labelTarget)}));return!((t=vt(t)).length<2)&&t}))};var uc={__depends__:[La,Qa,rc],__init__:["alignElementsContextPadProvider","alignElementsMenuProvider","bpmnAlignElements"],alignElementsContextPadProvider:["type",sc],alignElementsMenuProvider:["type",lc],bpmnAlignElements:["type",pc]},dc=10,hc=50,mc=250;function fc(e,t,n,i){for(var r;r=yc(e,n,t);)n=i(t,n,r);return n}function gc(e){return function(t,n,i){var r={x:n.x,y:n.y};return["x","y"].forEach((function(o){var s=e[o];if(s){var a="x"===o?"width":"height",l=s.margin,c=s.minDistance;r[o]=l<0?Math.min(i[o]+l-t[a]/2,n[o]-c+l):Math.max(i[o]+i[a]+l+t[a]/2,n[o]+c+l)}})),r}}function yc(e,t,n){var i={x:t.x-n.width/2,y:t.y-n.height/2,width:n.width,height:n.height},r=function(e){var t=vc(e);e.host&&(t=t.concat(vc(e.host)));e.attachers&&(t=t.concat(e.attachers.reduce((function(e,t){return e.concat(vc(t))}),[])));return t}(e);return g(r,(function(e){return e!==n&&"intersect"===kn(e,i,dc)}))}function vc(e){return(t=e,t.outgoing.map((function(e){return e.target}))).concat(function(e){return e.incoming.map((function(e){return e.source}))}(e));var t}function bc(){return!0}function xc(e,t,n){e.on("autoPlace",100,(function(e){var t=e.shape;return function(e,t,n){n||(n={});var i=n.defaultDistance||hc,r=Pn(e),o=_n(e);return{x:o.right+i+t.width/2,y:r.y}}(e.source,t)})),e.on("autoPlace.end",(function(e){n.scrollToElement(e.shape)})),this.append=function(n,i,r){e.fire("autoPlace.start",{source:n,shape:i});var o=e.fire("autoPlace",{source:n,shape:i}),s=t.appendShape(n,i,o,n.parent,r);return e.fire("autoPlace.end",{source:n,shape:s}),s}}function wc(e,t){e.on("autoPlace.end",500,(function(e){t.select(e.shape)}))}xc.$inject=["eventBus","modeling","canvas"],wc.$inject=["eventBus","selection"];var _c={__init__:["autoPlaceSelectionBehavior"],autoPlace:["type",xc],autoPlaceSelectionBehavior:["type",wc]};function Ec(e,t){for(h(t)&&(t=[t]);e=e.parent;)if(Mr(e,t))return e;return null}function Oc(e,t){return Ar(t,"bpmn:TextAnnotation")?function(e,t){var n=_n(e),i={x:n.right+t.width/2,y:n.top-50-t.height/2};vn(e)&&((i=Pn(e)).x+=100,i.y-=50);return fc(e,t,i,gc({y:{margin:-30,minDistance:20}}))}(e,t):Mr(t,["bpmn:DataObjectReference","bpmn:DataStoreReference"])?function(e,t){var n=_n(e),i={x:n.right-10+t.width/2,y:n.bottom+40+t.width/2};return fc(e,t,i,gc({x:{margin:30,minDistance:30}}))}(e,t):Ar(t,"bpmn:FlowNode")?function(e,t){var n=_n(e),i=Pn(e),r=function(e,t){t||(t={});var n=t.defaultDistance||hc,i=t.direction||"e",r=t.filter,o=t.getWeight||function(t){return t.source===e?1:-1},s=t.maxDistance||mc,a=t.reference||"start";function l(e,t){return"n"===i?"start"===a?_n(e).top-_n(t).bottom:"center"===a?_n(e).top-Pn(t).y:_n(e).top-_n(t).top:"w"===i?"start"===a?_n(e).left-_n(t).right:"center"===a?_n(e).left-Pn(t).x:_n(e).left-_n(t).left:"s"===i?"start"===a?_n(t).top-_n(e).bottom:"center"===a?Pn(t).y-_n(e).bottom:_n(t).bottom-_n(e).bottom:"start"===a?_n(t).left-_n(e).right:"center"===a?Pn(t).x-_n(e).right:_n(t).right-_n(e).right}r||(r=bc);var c=e.incoming.filter(r).map((function(t){var n=o(t),i=n<0?l(t.source,e):l(e,t.source);return{id:t.source.id,distance:i,weight:n}})),p=e.outgoing.filter(r).map((function(t){var n=o(t),i=n>0?l(e,t.target):l(t.target,e);return{id:t.target.id,distance:i,weight:n}})),u=w(c.concat(p).reduce((function(e,t){return e[t.id+"__weight_"+t.weight]=t,e}),{}),(function(e,t){var n=t.distance,i=t.weight;return n<0||n>s||(e[String(n)]||(e[String(n)]=0),e[String(n)]+=1*i,(!e.distance||e[e.distance]<e[String(n)])&&(e.distance=n)),e}),{});return u.distance||n}(e,{filter:function(e){return Ar(e,"bpmn:SequenceFlow")}}),o=30,s=80,a="left";Ar(e,"bpmn:BoundaryEvent")&&-1!==(a=kn(e,e.host,-25)).indexOf("top")&&(o*=-1);var l={x:n.right+r+t.width/2,y:i.y+Pc(a,s)};return fc(e,t,l,gc({y:{margin:o,minDistance:s}}))}(e,t):void 0}function Pc(e,t){return e.includes("top")?-1*t:e.includes("bottom")?t:0}function kc(e){e.on("autoPlace",(function(e){var t=e.shape;return Oc(e.source,t)}))}kc.$inject=["eventBus"];var Sc={__depends__:[_c],__init__:["bpmnAutoPlace"],bpmnAutoPlace:["type",kc]};function Cc(e,t,n,r){bs.call(this,e),this._elementRegistry=t,this._modeling=n,this._rules=r;var o=this;this.postExecuted(["shape.create"],(function(e){var t=e.context,n=t.hints||{},i=t.shape,r=t.parent||t.newParent;!1!==n.autoResize&&o._expand([i],r)})),this.postExecuted(["elements.move"],(function(e){var t=e.context,n=i(S(t.closure.topLevel)),r=t.hints,s=!r||r.autoResize;!1!==s&&b(C(n,(function(e){return e.parent.id})),(function(e,t){c(s)&&(e=e.filter((function(e){return g(s,R({id:e.id}))}))),o._expand(e,t)}))})),this.postExecuted(["shape.toggleCollapse"],(function(e){var t=e.context,n=t.hints,i=t.shape;n&&!1===n.autoResize||i.collapsed||o._expand(i.children||[],i)})),this.postExecuted(["shape.resize"],(function(e){var t=e.context,n=t.hints,i=t.shape,r=i.parent;n&&!1===n.autoResize||r&&o._expand([i],r)}))}function Tc(e){e.invoke(Cc,this)}function Ac(e){cc.call(this,e);var t=this;this.addRule("element.autoResize",(function(e){return t.canResize(e.elements,e.target)}))}function Mc(e,t){Ac.call(this,e),this._modeling=t}Cc.$inject=["eventBus","elementRegistry","modeling","rules"],e(Cc,bs),Cc.prototype._getOptimalBounds=function(e,t){var n=this.getOffset(t),i=this.getPadding(t),r=_n(Et(e)),o=_n(t),s={};return r.top-o.top<i.top&&(s.top=r.top-n.top),r.left-o.left<i.left&&(s.left=r.left-n.left),o.right-r.right<i.right&&(s.right=r.right+n.right),o.bottom-r.bottom<i.bottom&&(s.bottom=r.bottom+n.bottom),En(L({},o,s))},Cc.prototype._expand=function(e,t){if("string"==typeof t&&(t=this._elementRegistry.get(t)),this._rules.allowed("element.autoResize",{elements:e,target:t})){var n=this._getOptimalBounds(e,t);if(function(e,t){return e.x!==t.x||e.y!==t.y||e.width!==t.width||e.height!==t.height}(n,t)){var i=function(e,t){var n="";e=_n(e),t=_n(t),e.top>t.top&&(n=n.concat("n"));e.right<t.right&&(n=n.concat("w"));e.bottom<t.bottom&&(n=n.concat("s"));e.left>t.left&&(n=n.concat("e"));return n}(V(t,["x","y","width","height"]),n);this.resize(t,n,{autoResize:i});var r=t.parent;r&&this._expand([t],r)}}},Cc.prototype.getOffset=function(e){return{top:60,bottom:60,left:100,right:100}},Cc.prototype.getPadding=function(e){return{top:2,bottom:2,left:15,right:15}},Cc.prototype.resize=function(e,t,n){this._modeling.resizeShape(e,t,null,n)},Tc.$inject=["injector"],e(Tc,Cc),Tc.prototype.resize=function(e,t,n){Ar(e,"bpmn:Participant")?this._modeling.resizeLane(e,t,null,n):this._modeling.resizeShape(e,t,null,n)},Ac.$inject=["eventBus"],e(Ac,cc),Ac.prototype.canResize=function(e,t){return!1},e(Mc,Ac),Mc.$inject=["eventBus","modeling"],Mc.prototype.canResize=function(e,t){if(Ar(t.di,"bpmndi:BPMNPlane"))return!1;if(!Ar(t,"bpmn:Participant")&&!Ar(t,"bpmn:Lane")&&!Ar(t,"bpmn:SubProcess"))return!1;var n=!0;return b(e,(function(e){(Ar(e,"bpmn:Lane")||bn(e))&&(n=!1)})),n};var Rc={__init__:["bpmnAutoResize","bpmnAutoResizeProvider"],bpmnAutoResize:["type",Tc],bpmnAutoResizeProvider:["type",Mc]};function Dc(e,t,n){var i,r,o=this,s=n.get("dragging",!1);s&&t.on("drag.start",(function(n){t.once("drag.move",1500,(function(t){!function(t){if(!t.hover){var n=t.originalEvent,i=o._findTargetGfx(n),r=i&&e.get(i);i&&r&&(t.stopPropagation(),s.hover({element:r,gfx:i}),s.move(n))}}(t)}))})),t.on("element.hover",(function(e){i=e.gfx,r=e.element})),t.on("element.hover",1500,(function(e){r&&t.fire("element.out",{element:r,gfx:i})})),t.on("element.out",(function(){i=null,r=null})),this._findTargetGfx=function(e){var t;if(e instanceof MouseEvent)return t=Uo(e),function(e){return oe(e,"svg, .djs-element",!0)}(document.elementFromPoint(t.x,t.y))}}Dc.$inject=["elementRegistry","eventBus","injector"];var Nc={__init__:["hoverFix"],hoverFix:["type",Dc]},Bc=Math.round,$c="djs-drag-active";function jc(e){e.preventDefault()}function Ic(e,t,n,i){var r,o={threshold:5,trapClick:!0};function s(e){var n=t.viewbox(),i=t._container.getBoundingClientRect();return{x:n.x+(e.x-i.left)/n.scale,y:n.y+(e.y-i.top)/n.scale}}function a(t,n){n=n||r;var i=e.createEvent(L({},n.payload,n.data,{isTouch:n.isTouch}));return!1!==e.fire("drag."+t,i)&&e.fire(n.prefix+"."+t,i)}function l(e,i){var o,l=r.payload,c=r.displacement,p=r.globalStart,u=Uo(e),d=ha(u,p),h=r.localStart,m=s(u),g=ha(m,h);if(!r.active&&(i||(o=d,Math.sqrt(Math.pow(o.x,2)+Math.pow(o.y,2))>r.threshold))){if(L(l,{x:Bc(h.x+c.x),y:Bc(h.y+c.y),dx:0,dy:0},{originalEvent:e}),!1===a("start"))return f();r.active=!0,r.keepSelection||(l.previousSelection=n.get(),n.select(null)),r.cursor&&la(r.cursor),t.addMarker(t.getRootElement(),$c)}Ho(e),r.active&&(L(l,{x:Bc(m.x+c.x),y:Bc(m.y+c.y),dx:Bc(g.x),dy:Bc(g.y)},{originalEvent:e}),a("move"))}function c(e){var t=!0;r.active&&(e&&(r.payload.originalEvent=e,Ho(e)),t=a("end")),!1===t&&a("rejected"),a("ended",g(!0!==t))}function p(e){Qs("Escape",e)&&(jc(e),f())}function u(t){var n;r.active&&(n=ua(e),setTimeout(n,400),jc(t)),c(t)}function d(e){l(e)}function h(e){var t=r.payload;t.hoverGfx=e.gfx,t.hover=e.element,a("hover")}function m(e){a("out");var t=r.payload;t.hoverGfx=null,t.hover=null}function f(e){var t;if(r){var n=r.active;n&&a("cancel"),t=g(e),n&&a("canceled",t)}}function g(o){var s,g;a("cleanup"),ca(),g=r.trapClick?u:c,he.unbind(document,"mousemove",l),he.unbind(document,"dragstart",jc),he.unbind(document,"selectstart",jc),he.unbind(document,"mousedown",g,!0),he.unbind(document,"mouseup",g,!0),he.unbind(document,"keyup",p),he.unbind(document,"touchstart",d,!0),he.unbind(document,"touchcancel",f,!0),he.unbind(document,"touchmove",l,!0),he.unbind(document,"touchend",c,!0),e.off("element.hover",h),e.off("element.out",m),t.removeMarker(t.getRootElement(),$c);var y=r.payload.previousSelection;return!1!==o&&y&&!n.get().length&&function(e){var t=e.filter((function(e){return i.get(e.id)}));t.length&&n.select(t)}(y),s=r,r=null,s}e.on("diagram.destroy",f),this.init=function(t,n,i,g){r&&f(!1),"string"==typeof n&&(g=i,i=n,n=null);var y,v,b,x,w,_=(g=L({},o,g||{})).data||{};x=g.trapClick?u:c,t?(y=Fo(t)||t,v=Uo(t),Ho(t),"dragstart"===y.type&&jc(y)):(y=null,v={x:0,y:0}),b=s(v),n||(n=b),w=function(e){return"undefined"!=typeof TouchEvent&&e instanceof TouchEvent}(y),r=L({prefix:i,data:_,payload:{},globalStart:v,displacement:ha(n,b),localStart:b,isTouch:w},g),g.manual||(w?(he.bind(document,"touchstart",d,!0),he.bind(document,"touchcancel",f,!0),he.bind(document,"touchmove",l,!0),he.bind(document,"touchend",c,!0)):(he.bind(document,"mousemove",l),he.bind(document,"dragstart",jc),he.bind(document,"selectstart",jc),he.bind(document,"mousedown",x,!0),he.bind(document,"mouseup",x,!0)),he.bind(document,"keyup",p),e.on("element.hover",h),e.on("element.out",m)),a("init"),g.autoActivate&&l(t,!0)},this.move=l,this.hover=h,this.out=m,this.end=c,this.cancel=f,this.context=function(){return r},this.setOptions=function(e){L(o,e)}}Ic.$inject=["eventBus","canvas","selection","elementRegistry"];var Lc={__depends__:[Nc,cs],dragging:["type",Ic]};function qc(e,t,n){this._canvas=n,this._opts=L({scrollThresholdIn:[20,20,20,20],scrollThresholdOut:[0,0,0,0],scrollRepeatTimeout:15,scrollStep:10},e);var i=this;t.on("drag.move",(function(e){var t=i._toBorderPoint(e);i.startScroll(t)})),t.on(["drag.cleanup"],(function(){i.stopScroll()}))}function zc(e,t,n){return t<e&&e<n}qc.$inject=["config.autoScroll","eventBus","canvas"],qc.prototype.startScroll=function(e){var t=this._canvas,n=this._opts,i=this,r=t.getContainer().getBoundingClientRect(),o=[e.x,e.y,r.width-e.x,r.height-e.y];this.stopScroll();for(var s=0,a=0,l=0;l<4;l++)zc(o[l],n.scrollThresholdOut[l],n.scrollThresholdIn[l])&&(0===l?s=n.scrollStep:1==l?a=n.scrollStep:2==l?s=-n.scrollStep:3==l&&(a=-n.scrollStep));0===s&&0===a||(t.scroll({dx:s,dy:a}),this._scrolling=setTimeout((function(){i.startScroll(e)}),n.scrollRepeatTimeout))},qc.prototype.stopScroll=function(){clearTimeout(this._scrolling)},qc.prototype.setOptions=function(e){this._opts=L({},this._opts,e)},qc.prototype._toBorderPoint=function(e){var t=this._canvas._container.getBoundingClientRect(),n=Uo(e.originalEvent);return{x:n.x-t.left,y:n.y-t.top}};var Vc={__depends__:[Lc],__init__:["autoScroll"],autoScroll:["type",qc]};function Fc(e){this._commandStack=e.get("commandStack",!1)}Fc.$inject=["injector"],Fc.prototype.allowed=function(e,t){var n=!0,i=this._commandStack;return i&&(n=i.canExecute(e,t)),void 0===n||n};var Hc={__init__:["rules"],rules:["type",Fc]},Uc=Math.round,Wc=Math.max;var Xc=10;function Qc(e,t){return function(e,t){var n,i;for(n=0;i=e[n];n++)if(Rt(i,t)<=Xc)return{point:e[n],bendpoint:!0,index:n};return null}(e,t)||function(e,t){var n,i,r=un(function(e,t){return[["M",e.x,e.y],["m",0,-t],["a",t,t,0,1,1,0,2*t],["a",t,t,0,1,1,0,-2*t],["z"]]}(t,Xc),(n=[],e.forEach((function(e,t){n.push([0===t?"M":"L",e.x,e.y])})),n)),o=r[0],s=r[r.length-1];return o?o!==s?o.segment2!==s.segment2?{point:e[i=Wc(o.segment2,s.segment2)-1],bendpoint:!0,index:i}:{point:{x:Uc(o.x+s.x)/2,y:Uc(o.y+s.y)/2},index:o.segment2}:{point:{x:Uc(o.x),y:Uc(o.y)},index:o.segment2}:null}(e,t)}function Gc(e){return Math.sqrt(Math.pow(e.x,2)+Math.pow(e.y,2))}function Kc(e){return Math.atan((e[1].y-e[0].y)/(e[1].x-e[0].x))}function Yc(e,t){var n=t[0],i=t[1],r={x:i.x-n.x,y:i.y-n.y},o=function(e,t,n){var i=[{n:e[0]-n[0],lambda:t[0]},{n:e[1]-n[1],lambda:t[1]}];return-(i[0].n*t[0]+i[1].n*t[1])/(i[0].lambda*t[0]+i[1].lambda*t[1])}([n.x,n.y],[r.x,r.y],[e.x,e.y]);return{x:n.x+o*r.x,y:n.y+o*r.y}}function Zc(e,t){var n=Yc(e,t);return Gc({x:n.x-e.x,y:n.y-e.y})}function Jc(e,t){return Gc({x:e.x-t.x,y:e.y-t.y})}var ep="djs-bendpoint",tp="djs-segment-dragger";function np(e,t,n){var i=function(e,t){var n,i=Uo(t),r=e._container.getBoundingClientRect();n={x:r.left,y:r.top};var o=e.viewbox();return{x:o.x+(i.x-n.x)/o.scale,y:o.y+(i.y-n.y)/o.scale}}(e,n);return Qc(t,i)}function ip(e,t){var n=Le("g");Me(n).add(ep),Pe(e,n);var i=Le("circle");Te(i,{cx:0,cy:0,r:4}),Me(i).add("djs-visual"),Pe(n,i);var r=Le("circle");return Te(r,{cx:0,cy:0,r:10}),Me(r).add("djs-hit"),Pe(n,r),t&&Me(n).add(t),n}function rp(e,t,n,i){var r=Le("g");Pe(e,r);var o=function(e,t,n){var i=t.x-e.x,r=t.y-e.y;return sp("h"===n?i:r)}(t,n,i),s=Le("rect");Te(s,{x:-9,y:-3,width:18,height:6}),Me(s).add("djs-visual"),Pe(r,s);var a=Le("rect");return Te(a,{x:-o/2,y:-8.5,width:o,height:17}),Me(a).add("djs-hit"),Pe(r,a),ii(r,"v"===i?90:0),r}function op(e,t,n){var i=Le("g"),r=It(t,n),o=Bt(t,n);return Pe(e,i),rp(i,t,n,o),Me(i).add(tp),Me(i).add("h"===o?"horizontal":"vertical"),ni(i,r.x,r.y),i}function sp(e){return Math.abs(Math.round(2*e/3))}function ap(e,t){var n=function(e,t){for(var n,i=t.waypoints,r=1/0,o=0;o<i.length-1;o++){var s=Zc(e,[i[o],i[o+1]]);s<r&&(r=s,n=o)}return[i[n],i[n+1]]}(e,t);return Yc(e,n)}function lp(e,t,n,i,r){function o(e,n){var o,s=n.waypoints,a=np(t,s,e);if(a)return o=function(e,t){var n,i,r=e.waypoints;return t.index<=0||t.bendpoint?null:(i=Bt((n={start:r[t.index-1],end:r[t.index]}).start,n.end))?sp("h"===i?n.end.x-n.start.x:n.end.y-n.start.y)/2:null}(n,a),!function(e,t,n){var i,r,o,s,a,l,c=e.index,p=e.point;return!(c<=0||e.bendpoint)&&(o=It(i=t[c-1],r=t[c]),s=Bt(i,r),a=Math.abs(p.x-o.x),l=Math.abs(p.y-o.y),s&&a<=n&&l<=n)}(a,s,o)?i.start(e,n,a.index,!a.bendpoint):r.start(e,n,a.index),!0}function s(e,t,i){he.bind(e,t,(function(e){n.triggerMouseEvent(t,e,i),e.stopPropagation()}))}function a(e,n){var i=t.getLayer("overlays"),r=we('.djs-bendpoints[data-element-id="'+Es(e.id)+'"]',i);return!r&&n&&(Te(r=Le("g"),{"data-element-id":e.id}),Me(r).add("djs-bendpoints"),Pe(i,r),s(r,"mousedown",e),s(r,"click",e),s(r,"dblclick",e)),r}function l(e,t){return we('.djs-segment-dragger[data-segment-idx="'+e+'"]',t)}function c(e,t){t.waypoints.forEach((function(t,n){var i=ip(e);Pe(e,i),ni(i,t.x,t.y)})),ip(e,"floating")}function p(e,t){for(var n,i,r,o=t.waypoints,a=1;a<o.length;a++)Bt(n=o[a-1],i=o[a])&&(Te(r=op(e,n,i),{"data-segment-idx":a}),s(r,"mousemove",t))}function u(e){var t=a(e);return t||(c(t=a(e,!0),e),p(t,e)),t}function d(e){var t=a(e);t&&(!function(e){b(_e("."+tp,e),(function(e){De(e)}))}(t),function(e){b(_e("."+ep,e),(function(e){De(e)}))}(t),p(t,e),c(t,e))}function h(e,t,n){var i,r,o=l(t.index,e),s=n[t.index-1],a=n[t.index],c=t.point,p=It(s,a),u=Bt(s,a);o&&(i=function(e){return we(".djs-visual",e)}(o),r={x:c.x-p.x,y:c.y-p.y},"v"===u&&(r={x:r.y,y:r.x}),ni(i,r.x,r.y))}e.on("connection.changed",(function(e){d(e.element)})),e.on("connection.remove",(function(e){var t=a(e.element);t&&De(t)})),e.on("element.marker.update",(function(e){var t,n=e.element;n.waypoints&&(t=u(n),e.add?Me(t).add(e.marker):Me(t).remove(e.marker))})),e.on("element.mousemove",(function(e){var n,i,r=e.element,o=r.waypoints;if(o){if(n=a(r,!0),!(i=np(t,o,e.originalEvent)))return;!function(e,t){var n=we(".floating",e),i=t.point;n&&ni(n,i.x,i.y)}(n,i),i.bendpoint||h(n,i,o)}})),e.on("element.mousedown",(function(e){if(Qo(e)){var t=e.originalEvent,n=e.element;if(n.waypoints)return o(t,n)}})),e.on("selection.changed",(function(e){var t=e.newSelection[0];t&&t.waypoints&&u(t)})),e.on("element.hover",(function(e){var t=e.element;t.waypoints&&(u(t),n.registerEvent(e.gfx,"mousemove","element.mousemove"))})),e.on("element.out",(function(e){n.unregisterEvent(e.gfx,"mousemove","element.mousemove")})),e.on("element.updateId",(function(e){var t=e.element,n=e.newId;if(t.waypoints){var i=a(t);i&&Te(i,{"data-element-id":n})}})),this.addHandles=u,this.updateHandles=d,this.getBendpointsContainer=a,this.getSegmentDragger=l}lp.$inject=["eventBus","canvas","interactionEvents","bendpointMove","connectionSegmentMove"];var cp=Math.round,pp="reconnectStart",up="reconnectEnd",dp="updateWaypoints";function hp(e,t,n,i,r,o){this._injector=e,this.start=function(e,t,o,s){var a,l=n.getGraphics(t),c=t.source,p=t.target,u=t.waypoints,d=(a=s||0!==o?s||o!==u.length-1?dp:up:pp)===dp?"connection.updateWaypoints":"connection.reconnect",h=r.allowed(d,{connection:t,source:c,target:p});!1===h&&(h=r.allowed(d,{connection:t,source:p,target:c})),!1!==h&&i.init(e,"bendpoint.move",{data:{connection:t,connectionGfx:l,context:{allowed:h,bendpointIndex:o,connection:t,source:c,target:p,insert:s,type:a}}})},t.on("bendpoint.move.hover",(function(e){var t,n=e.context,i=n.connection,o=i.source,s=i.target,a=e.hover,l=n.type;if(n.hover=a,a){var c=l===dp?"connection.updateWaypoints":"connection.reconnect";if(t=n.allowed=r.allowed(c,{connection:i,source:l===pp?a:o,target:l===up?a:s}))return n.source=l===pp?a:o,void(n.target=l===up?a:s);!1===t&&(t=n.allowed=r.allowed(c,{connection:i,source:l===up?a:s,target:l===pp?a:o})),t&&(n.source=l===up?a:s,n.target=l===pp?a:o)}})),t.on(["bendpoint.move.out","bendpoint.move.cleanup"],(function(e){var t=e.context,n=t.type;t.hover=null,t.source=null,t.target=null,n!==dp&&(t.allowed=!1)})),t.on("bendpoint.move.end",(function(e){var t=e.context,n=t.allowed,i=t.bendpointIndex,r=t.connection,s=t.insert,a=r.waypoints.slice(),l=t.source,c=t.target,p=t.type,u=t.hints||{},d={x:cp(e.x),y:cp(e.y)};if(!n)return!1;p===dp?(s?a.splice(i,0,d):a[i]=d,u.bendpointMove={insert:s,bendpointIndex:i},a=this.cropWaypoints(r,a),o.updateWaypoints(r,function(e){e=e.slice();for(var t,n,i,r=0;e[r];)t=e[r],n=e[r-1],0===Rt(t,i=e[r+1])||Dt(n,i,t)?e.splice(r,1):r++;return e}(a),u)):(p===pp?(u.docking="source",mp(t)&&(u.docking="target",u.newWaypoints=a.reverse())):p===up&&(u.docking="target",mp(t)&&(u.docking="source",u.newWaypoints=a.reverse())),o.reconnect(r,l,c,d,u))}),this)}function mp(e){var t=e.hover,n=e.source,i=e.target,r=e.type;return r===pp?t&&i&&t===i&&n!==i:r===up?t&&n&&t===n&&n!==i:void 0}hp.$inject=["injector","eventBus","canvas","dragging","rules","modeling"],hp.prototype.cropWaypoints=function(e,t){var n=this._injector.get("connectionDocking",!1);if(!n)return t;var i=e.waypoints;return e.waypoints=t,e.waypoints=n.getCroppedWaypoints(e),t=e.waypoints,e.waypoints=i,t};var fp="updateWaypoints",gp="connect-ok",yp="connect-not-ok",vp="connect-hover",bp="djs-updating",xp="djs-dragging";function wp(e,t,n,i){this._injector=t;var r=t.get("connectionPreview",!1);n.on("bendpoint.move.start",(function(e){var t=e.context,n=t.bendpointIndex,r=t.connection,o=t.insert,s=r.waypoints,a=s.slice();t.waypoints=s,o&&a.splice(n,0,{x:e.x,y:e.y}),r.waypoints=a,Me(t.draggerGfx=ip(i.getLayer("overlays"))).add("djs-dragging"),i.addMarker(r,xp),i.addMarker(r,bp)})),n.on("bendpoint.move.hover",(function(e){var t=e.context,n=t.allowed,r=t.hover,o=t.type;if(r){if(i.addMarker(r,vp),o===fp)return;n?(i.removeMarker(r,yp),i.addMarker(r,gp)):!1===n&&(i.removeMarker(r,gp),i.addMarker(r,yp))}})),n.on(["bendpoint.move.out","bendpoint.move.cleanup"],1100,(function(e){var t=e.context,n=t.hover,r=t.target;n&&(i.removeMarker(n,vp),i.removeMarker(n,r?gp:yp))})),n.on("bendpoint.move.move",(function(t){var n=t.context,i=n.allowed,o=n.bendpointIndex,s=n.draggerGfx,a=n.hover,l=n.type,c=n.connection,p=c.source,u=c.target,d=c.waypoints.slice(),h={x:t.x,y:t.y},m=n.hints||{},f={};r&&(m.connectionStart&&(f.connectionStart=m.connectionStart),m.connectionEnd&&(f.connectionEnd=m.connectionEnd),"reconnectStart"===l?mp(n)?(f.connectionEnd=f.connectionEnd||h,f.source=u,f.target=a||p,d=d.reverse()):(f.connectionStart=f.connectionStart||h,f.source=a||p,f.target=u):"reconnectEnd"===l?mp(n)?(f.connectionStart=f.connectionStart||h,f.source=a||u,f.target=p,d=d.reverse()):(f.connectionEnd=f.connectionEnd||h,f.source=p,f.target=a||u):(f.noCropping=!0,f.noLayout=!0,d[o]=h),l===fp&&(d=e.cropWaypoints(c,d)),f.waypoints=d,r.drawPreview(n,i,f)),ni(s,t.x,t.y)}),this),n.on(["bendpoint.move.end","bendpoint.move.cancel"],1100,(function(e){var t=e.context,n=t.connection,o=t.draggerGfx,s=t.hover,a=t.target,l=t.waypoints;n.waypoints=l,De(o),i.removeMarker(n,bp),i.removeMarker(n,xp),s&&(i.removeMarker(s,gp),i.removeMarker(s,a?gp:yp)),r&&r.cleanUp(t)}))}wp.$inject=["bendpointMove","injector","eventBus","canvas"];var _p="connect-hover",Ep="djs-updating";function Op(e,t,n){return Pp(e,t,e[t]+n)}function Pp(e,t,n){return{x:"x"===t?n:e.x,y:"y"===t?n:e.y}}function kp(e){return"x"===e?"y":"x"}function Sp(e,t,n){var i,r;return e.original?e.original:(i=Pn(t),Pp(e,r=kp(n),i[r]))}function Cp(e,t,n,i,r,o){var s=e.get("connectionDocking",!1);function a(e,t){if(!s)return t;var n,i=e.waypoints;return e.waypoints=t,n=s.getCroppedWaypoints(e),e.waypoints=i,n}function l(e){r.update("connection",e.connection,e.connectionGfx)}function c(e,t,n){var i=e.newWaypoints,r=function(e,t,n,i){var r=Math.max(t[i],n[i]),o=Math.min(t[i],n[i]);return Pp(t,i,Math.min(Math.max(o+20,e[i]),r-20))}(n,i[e.segmentStartIndex+t],i[e.segmentEndIndex+t],kp(e.axis));ni(e.draggerGfx,r.x,r.y)}this.start=function(e,t,r){var o,s,a,l,c=n.getGraphics(t),p=r-1,u=r,d=t.waypoints,h=d[p],m=d[u],f=np(n,d,e);(s=Bt(h,m))&&(a="v"===s?"x":"y",0===p&&(h=Sp(h,t.source,a)),u===d.length-1&&(m=Sp(m,t.target,a)),o={connection:t,segmentStartIndex:p,segmentEndIndex:u,segmentStart:h,segmentEnd:m,axis:a,dragPosition:l=f?f.point:{x:(h.x+m.x)/2,y:(h.y+m.y)/2}},i.init(e,l,"connectionSegment.move",{cursor:"x"===a?"resize-ew":"resize-ns",data:{connection:t,connectionGfx:c,context:o}}))},t.on("connectionSegment.move.start",(function(e){var t=e.context,i=e.connection,r=n.getLayer("overlays");t.originalWaypoints=i.waypoints.slice(),t.draggerGfx=op(r,t.segmentStart,t.segmentEnd),Me(t.draggerGfx).add("djs-dragging"),n.addMarker(i,Ep)})),t.on("connectionSegment.move.move",(function(e){var t,n,i=e.context,r=i.connection,o=i.segmentStartIndex,s=i.segmentEndIndex,p=i.segmentStart,u=i.segmentEnd,d=i.axis,h=i.originalWaypoints.slice(),m=Op(p,d,e["d"+d]),f=Op(u,d,e["d"+d]),g=h.length,y=0;h[o]=m,h[s]=f,o<2&&(t=kn(r.source,m),1===o?"intersect"===t&&(h.shift(),h[0]=m,y--):"intersect"!==t&&(h.unshift(p),y++)),s>g-3&&(n=kn(r.target,f),s===g-2?"intersect"===n&&(h.pop(),h[h.length-1]=f):"intersect"!==n&&h.push(u)),i.newWaypoints=r.waypoints=a(r,h),c(i,y,e),i.newSegmentStartIndex=o+y,l(e)})),t.on("connectionSegment.move.hover",(function(e){e.context.hover=e.hover,n.addMarker(e.hover,_p)})),t.on(["connectionSegment.move.out","connectionSegment.move.cleanup"],(function(e){var t=e.context.hover;t&&n.removeMarker(t,_p)})),t.on("connectionSegment.move.cleanup",(function(e){var t=e.context,i=t.connection;t.draggerGfx&&De(t.draggerGfx),n.removeMarker(i,Ep)})),t.on(["connectionSegment.move.cancel","connectionSegment.move.end"],(function(e){var t=e.context;t.connection.waypoints=t.originalWaypoints,l(e)})),t.on("connectionSegment.move.end",(function(e){var t=e.context,n=t.connection,i=t.newWaypoints,r=t.newSegmentStartIndex;i=i.map((function(e){return{original:e.original,x:Math.round(e.x),y:Math.round(e.y)}}));var s=function(e,t){var n=0,i=e.filter((function(i,r){return!Dt(e[r-1],e[r+1],i)||(n=r<=t?n-1:n,!1)}));return{waypoints:i,segmentOffset:n}}(i,r),l=a(n,s.waypoints),c=s.segmentOffset,p={segmentMove:{segmentStartIndex:t.segmentStartIndex,newSegmentStartIndex:r+c}};o.updateWaypoints(n,l,p)}))}Cp.$inject=["injector","eventBus","canvas","dragging","graphicsFactory","modeling"];var Tp=Math.abs,Ap=Math.round;function Mp(e){return{x:e.x,y:e.y}}function Rp(e){return{x:e.x+e.width,y:e.y+e.height}}function Dp(e,t){return!e||isNaN(e.x)||isNaN(e.y)?t:{x:Ap(e.x+e.width/2),y:Ap(e.y+e.height/2)}}function Np(e,t){var n=e.snapped;return!!n&&("string"==typeof t?n[t]:n.x&&n.y)}function Bp(e,t,n){if("string"!=typeof t)throw new Error("axis must be in [x, y]");if("number"!=typeof n&&!1!==n)throw new Error("value must be Number or false");var i,r=e[t],o=e.snapped=e.snapped||{};return!1===n?o[t]=!1:(o[t]=!0,i=n-r,e[t]+=i,e["d"+t]+=i),r}function $p(e){return e.children||[]}var jp=Math.abs,Ip=Math.round;function Lp(e){function t(e,t){if(c(e)){for(var n=e.length;n--;)if(jp(e[n]-t)<=10)return e[n]}else{var i=t%(e=+e);if(i<10)return t-i;if(i>e-10)return t-i+e}return t}function n(e,t){return e.waypoints?ap(t,e):e.width?{x:Ip(e.width/2+e.x),y:Ip(e.height/2+e.y)}:void 0}e.on("connectionSegment.move.move",1500,(function(e){var i,r,o=function(e){var t=e.context,i=t.snapPoints,r=t.connection,o=r.waypoints,s=t.segmentStart,a=t.segmentStartIndex,l=t.segmentEnd,c=t.segmentEndIndex,p=t.axis;if(i)return i;var u=[o[a-1],s,l,o[c+1]];return a<2&&u.unshift(n(r.source,e)),c>o.length-3&&u.unshift(n(r.target,e)),t.snapPoints=i={horizontal:[],vertical:[]},b(u,(function(e){e&&(e=e.original||e,"y"===p&&i.horizontal.push(e.y),"x"===p&&i.vertical.push(e.x))})),i}(e),s=e.x,a=e.y;if(o){var l=s-(i=t(o.vertical,s)),c=a-(r=t(o.horizontal,a));L(e,{dx:e.dx-l,dy:e.dy-c,x:i,y:r}),(l||-1!==o.vertical.indexOf(s))&&Bp(e,"x",i),(c||-1!==o.horizontal.indexOf(a))&&Bp(e,"y",r)}})),e.on(["connect.hover","connect.move","connect.end"],1500,(function(e){var t=e.context.hover,i=t&&n(t,e);vn(t)&&i&&i.x&&i.y&&(Bp(e,"x",i.x),Bp(e,"y",i.y))})),e.on(["bendpoint.move.move","bendpoint.move.end"],1500,(function(e){var i,r,o=e.context,s=function(e){var t=e.snapPoints,n=e.connection.waypoints,i=e.bendpointIndex;if(t)return t;var r=[n[i-1],n[i+1]];return e.snapPoints=t={horizontal:[],vertical:[]},b(r,(function(e){e&&(e=e.original||e,t.horizontal.push(e.y),t.vertical.push(e.x))})),t}(o),a=o.hover,l=a&&n(a,e),c=e.x,p=e.y;if(s){var u=c-(i=t(l?s.vertical.concat([l.x]):s.vertical,c)),d=p-(r=t(l?s.horizontal.concat([l.y]):s.horizontal,p));L(e,{dx:e.dx-u,dy:e.dy-d,x:e.x-u,y:e.y-d}),(u||-1!==s.vertical.indexOf(c))&&Bp(e,"x",i),(d||-1!==s.horizontal.indexOf(p))&&Bp(e,"y",r)}}))}Lp.$inject=["eventBus"];var qp={__depends__:[Lc,Hc],__init__:["bendpoints","bendpointSnapping","bendpointMovePreview"],bendpoints:["type",lp],bendpointMove:["type",hp],bendpointMovePreview:["type",wp],connectionSegmentMove:["type",Cp],bendpointSnapping:["type",Lp]};function zp(e,t,n,i){function r(e,t){return i.allowed("connection.create",{source:e,target:t})}e.on("connect.hover",(function(e){var t,n=e.context,i=n.start,o=e.hover;if(n.hover=o,!l(t=n.canExecute=r(i,o))){if(!1!==t)return n.source=i,void(n.target=o);l(t=n.canExecute=r(o,i))||!1!==t&&(n.source=o,n.target=i)}})),e.on(["connect.out","connect.cleanup"],(function(e){var t=e.context;t.hover=null,t.source=null,t.target=null,t.canExecute=!1})),e.on("connect.end",(function(e){var t=e.context,i=t.canExecute,r=t.connectionStart,o={x:e.x,y:e.y},s=t.source,a=t.target;if(!i)return!1;var l=null,c={connectionStart:Vp(t)?o:r,connectionEnd:Vp(t)?r:o};p(i)&&(l=i),t.connection=n.connect(s,a,l,c)})),this.start=function(e,n,i,r){p(i)||(r=i,i=Pn(n)),t.init(e,"connect",{autoActivate:r,data:{shape:n,context:{start:n,connectionStart:i}}})}}function Vp(e){var t=e.hover,n=e.source,i=e.target;return t&&n&&t===n&&n!==i}zp.$inject=["eventBus","dragging","modeling","rules"];var Fp="connect-ok",Hp="connect-not-ok";function Up(e,t,n){var i=e.get("connectionPreview",!1);i&&t.on("connect.move",(function(e){var t=e.context,n=t.canExecute,r=t.hover,o=t.source,s=t.start,a=t.startPosition,l=t.target,c=t.connectionStart||a,p=t.connectionEnd||{x:e.x,y:e.y},u=c,d=p;Vp(t)&&(u=p,d=c),i.drawPreview(t,n,{source:o||s,target:l||r,connectionStart:u,connectionEnd:d})})),t.on("connect.hover",900,(function(e){var t=e.context,i=e.hover,r=t.canExecute;null!==r&&n.addMarker(i,r?Fp:Hp)})),t.on(["connect.out","connect.cleanup"],1100,(function(e){var t=e.hover;t&&(n.removeMarker(t,Fp),n.removeMarker(t,Hp))})),i&&t.on("connect.cleanup",(function(e){i.cleanUp(e.context)}))}Up.$inject=["injector","eventBus","canvas"];var Wp={__depends__:[cs,Hc,Lc],__init__:["connectPreview"],connect:["type",zp],connectPreview:["type",Up]};function Xp(e,t,n,i){this._canvas=t,this._graphicsFactory=n,this._elementFactory=i,this._connectionDocking=e.get("connectionDocking",!1),this._layouter=e.get("layouter",!1)}Xp.$inject=["injector","canvas","graphicsFactory","elementFactory"],Xp.prototype.drawPreview=function(e,t,n){n=n||{};var i,r=e.connectionPreviewGfx,o=e.getConnection,s=n.source,a=n.target,l=n.waypoints,c=n.connectionStart,p=n.connectionEnd,u=n.noLayout,d=n.noCropping,h=n.noNoop,m=this;r||(r=e.connectionPreviewGfx=this.createConnectionPreviewGfx()),Ne(r),o||(o=e.getConnection=function(e){var t={};return function(n){var i=JSON.stringify(n),r=t[i];return r||(r=t[i]=e.apply(null,arguments)),r}}((function(e,t,n){return m.getConnection(e,t,n)}))),t&&(i=o(t,s,a)),i?(i.waypoints=l||[],this._layouter&&!u&&(i.waypoints=this._layouter.layoutConnection(i,{source:s,target:a,connectionStart:c,connectionEnd:p,waypoints:n.waypoints||i.waypoints})),i.waypoints&&i.waypoints.length||(i.waypoints=[s?Pn(s):c,a?Pn(a):p]),this._connectionDocking&&(s||a)&&!d&&(i.waypoints=this._connectionDocking.getCroppedWaypoints(i,s,a)),this._graphicsFactory.drawConnection(r,i,{stroke:"var(--element-dragger-color)"})):!h&&this.drawNoopPreview(r,n)},Xp.prototype.drawNoopPreview=function(e,t){var n=t.source,i=t.target,r=t.connectionStart||Pn(n),o=t.connectionEnd||Pn(i),s=this.cropWaypoints(r,o,n,i);Pe(e,this.createNoopConnection(s[0],s[1]))},Xp.prototype.cropWaypoints=function(e,t,n,i){var r=this._graphicsFactory,o=n&&r.getShapePath(n),s=i&&r.getShapePath(i),a=r.getConnectionPath({waypoints:[e,t]});return[e=n&&Sn(o,a,!0)||e,t=i&&Sn(s,a,!1)||t]},Xp.prototype.cleanUp=function(e){e&&e.connectionPreviewGfx&&De(e.connectionPreviewGfx)},Xp.prototype.getConnection=function(e){var t=function(e){return p(e)?e:{}}(e);return this._elementFactory.createConnection(t)},Xp.prototype.createConnectionPreviewGfx=function(){var e=Le("g");return Te(e,{pointerEvents:"none"}),Me(e).add("djs-dragger"),Pe(this._canvas.getActiveLayer(),e),e},Xp.prototype.createNoopConnection=function(e,t){return gt([e,t],{stroke:"#333",strokeDasharray:[1],strokeWidth:2,"pointer-events":"none"})};var Qp={__init__:["connectionPreview"],connectionPreview:["type",Xp]},Gp=["marker-start","marker-mid","marker-end"],Kp=["circle","ellipse","line","path","polygon","polyline","path","rect"];function Yp(e,t,n,i){this._elementRegistry=e,this._canvas=n,this._styles=i,this._clonedMarkers={};var r=this;t.on("drag.cleanup",(function(){r.cleanUp()}))}Yp.$inject=["elementRegistry","eventBus","canvas","styles"],Yp.prototype.cleanUp=function(){b(this._clonedMarkers,(function(e){De(e)})),this._clonedMarkers={}},Yp.prototype.getGfx=function(e){return this._elementRegistry.getGraphics(e)},Yp.prototype.addDragger=function(e,t,n,i="djs-dragger"){var r=Be(n=n||this.getGfx(e)),o=n.getBoundingClientRect();return this._cloneMarkers(ei(r),i),Te(r,this._styles.cls(i,[],{x:o.top,y:o.left})),Pe(t,r),Te(r,"data-preview-support-element-id",e.id),r},Yp.prototype.addFrame=function(e,t){var n=Le("rect",{class:"djs-resize-overlay",width:e.width,height:e.height,x:e.x,y:e.y});return Pe(t,n),Te(n,"data-preview-support-element-id",e.id),n},Yp.prototype._cloneMarkers=function(e,t="djs-dragger"){var n=this;if(e.childNodes)for(var i=0;i<e.childNodes.length;i++)n._cloneMarkers(e.childNodes[i],t);(function(e){return-1!==Kp.indexOf(e.nodeName)})(e)&&Gp.forEach((function(i){if(Te(e,i)){var r=function(e,t,n){var i=(r=Te(e,t),r.match(/url\(['"]?#([^'"]*)['"]?\)/)[1]);var r;return we("marker#"+i,n||document)}(e,i,n._canvas.getContainer());n._cloneMarker(e,r,i,t)}}))},Yp.prototype._cloneMarker=function(e,t,n,i="djs-dragger"){var r=t.id+"-"+i,o=this._clonedMarkers[r];if(!o){var s=r+"-clone";(o=Be(t)).id=s,Me(o).add(i),this._clonedMarkers[r]=o;var a=we("defs",this._canvas._svg);a||(a=Le("defs"),Pe(this._canvas._svg,a)),Pe(a,o)}var l=function(e){return"url(#"+e+")"}(this._clonedMarkers[r].id);Te(e,n,l)};var Zp={__init__:["previewSupport"],previewSupport:["type",Yp]};const Jp="complex-preview";class eu{constructor(e,t,n){this._canvas=e,this._graphicsFactory=t,this._previewSupport=n,this._markers=[]}create(e){this.cleanUp();const{created:t=[],moved:n=[],removed:i=[],resized:r=[]}=e,o=this._canvas.getLayer(Jp);t.filter((e=>!function(e){return e.hidden}(e))).forEach((e=>{let t;vn(e)?(t=this._graphicsFactory._createContainer("connection",Le("g")),this._graphicsFactory.drawConnection(ei(t),e)):(t=this._graphicsFactory._createContainer("shape",Le("g")),this._graphicsFactory.drawShape(ei(t),e),ni(t,e.x,e.y)),this._previewSupport.addDragger(e,o,t)})),n.forEach((({element:e,delta:t})=>{this._previewSupport.addDragger(e,o,void 0,"djs-dragging"),this._canvas.addMarker(e,"djs-element-hidden"),this._markers.push([e,"djs-element-hidden"]);const n=this._previewSupport.addDragger(e,o);vn(e)?ni(n,t.x,t.y):ni(n,e.x+t.x,e.y+t.y)})),i.forEach((e=>{this._previewSupport.addDragger(e,o,void 0,"djs-dragging"),this._canvas.addMarker(e,"djs-element-hidden"),this._markers.push([e,"djs-element-hidden"])})),r.forEach((({shape:e,bounds:t})=>{this._canvas.addMarker(e,"djs-hidden"),this._markers.push([e,"djs-hidden"]),this._previewSupport.addDragger(e,o,void 0,"djs-dragging");const n=this._graphicsFactory._createContainer("shape",Le("g"));this._graphicsFactory.drawShape(ei(n),e,{width:t.width,height:t.height}),ni(n,t.x,t.y),this._previewSupport.addDragger(e,o,n)}))}cleanUp(){Ne(this._canvas.getLayer(Jp)),this._markers.forEach((([e,t])=>this._canvas.removeMarker(e,t))),this._markers=[],this._previewSupport.cleanUp()}show(){this._canvas.showLayer(Jp)}hide(){this._canvas.hideLayer(Jp)}}eu.$inject=["canvas","graphicsFactory","previewSupport"];var tu={__depends__:[Zp],__init__:["complexPreview"],complexPreview:["type",eu]},nu=["top","bottom","left","right"],iu=10;function ru(e,t){function n(e){if(ro(e)){var n=function(e){var t=Pn(e.label),n=Pn(e),i=ou(n,t);if(r=i,-1===nu.indexOf(r))return;var r;var o=function(e){var t=Pn(e),n=[].concat(e.incoming.map((function(e){return e.waypoints[e.waypoints.length-2]})),e.outgoing.map((function(e){return e.waypoints[1]}))).map((function(e){return ou(t,e)}));return n}(e);if(e.host){var s=function(e){var t,n=e.host,i=Pn(e),r=kn(i,n);t=r.indexOf("-")>=0?r.split("-"):[r];var o=nu.filter((function(e){return-1===t.indexOf(e)}));return o}(e);o=o.concat(s)}var a=nu.filter((function(e){return-1===o.indexOf(e)}));if(-1!==a.indexOf(i))return;return a[0]}(e);n&&function(e,n){var i=Pn(e),r=e.label,o=Pn(r);if(!r.parent)return;var s,a=_n(e);switch(n){case"top":s={x:i.x,y:a.top-iu-r.height/2};break;case"left":s={x:a.left-iu-r.width/2,y:i.y};break;case"bottom":s={x:i.x,y:a.bottom+iu+r.height/2};break;case"right":s={x:a.right+iu+r.width/2,y:i.y}}var l=ha(s,o);t.moveShape(r,l)}(e,n)}}bs.call(this,e),this.postExecuted(["connection.create","connection.layout","connection.updateWaypoints"],(function(e){var t=e.context,i=t.connection,r=i.source,o=i.target;!1!==(t.hints||{}).createElementsBehavior&&(n(r),n(o))})),this.postExecuted(["label.create"],(function(e){var t=e.context,i=t.shape;!1!==(t.hints||{}).createElementsBehavior&&n(i.labelTarget)})),this.postExecuted(["elements.create"],(function(e){var t=e.context,i=t.elements;!1!==(t.hints||{}).createElementsBehavior&&i.forEach((function(e){n(e)}))}))}function ou(e,t){return kn(t,e,5)}function su(e){bs.call(this,e),this.preExecute("shape.append",(function(e){var t=e.source,n=e.shape;e.position||(Ar(n,"bpmn:TextAnnotation")?e.position={x:t.x+t.width/2+75,y:t.y-50-n.height/2}:e.position={x:t.x+t.width+80+n.width/2,y:t.y+t.height/2})}),!0)}function au(e,t){e.invoke(bs,this),this.postExecute("shape.move",(function(e){var n=e.newParent,i=e.shape;b(v(i.incoming.concat(i.outgoing),(function(e){return Ar(e,"bpmn:Association")})),(function(e){t.moveConnection(e,{x:0,y:0},n)}))}),!0)}e(ru,bs),ru.$inject=["eventBus","modeling"],e(su,bs),su.$inject=["eventBus"],e(au,bs),au.$inject=["injector","modeling"];function lu(e,t){t.invoke(bs,this),this._bpmnReplace=e;var n=this;this.postExecuted("elements.create",500,(function(e){var t=e.elements;1===(t=t.filter((function(e){return cu(e,e.host)}))).length&&t.map((function(e){return t.indexOf(e)})).forEach((function(i){var r=t[i];e.elements[i]=n._replaceShape(t[i],r)}))}),!0),this.preExecute("elements.move",500,(function(e){var t=e.shapes,i=e.newHost;if(1===t.length){var r=t[0];cu(r,i)&&(e.shapes=[n._replaceShape(r,i)])}}),!0)}function cu(e,t){return!bn(e)&&Mr(e,["bpmn:IntermediateThrowEvent","bpmn:IntermediateCatchEvent"])&&!!t}function pu(e,t){function n(e){return v(e.attachers,(function(e){return Ar(e,"bpmn:BoundaryEvent")}))}bs.call(this,e),this.postExecute("connection.create",(function(e){var i=e.context.source,r=e.context.target,o=n(r);Ar(i,"bpmn:EventBasedGateway")&&Ar(r,"bpmn:ReceiveTask")&&o.length>0&&t.removeElements(o)})),this.postExecute("connection.reconnect",(function(e){var i=e.context.oldSource,r=e.context.newSource;Ar(i,"bpmn:Gateway")&&Ar(r,"bpmn:EventBasedGateway")&&b(r.outgoing,(function(e){var i=e.target,r=n(i);Ar(i,"bpmn:ReceiveTask")&&r.length>0&&t.removeElements(r)}))}))}function uu(e,t,n){function i(e){t.updateProperties(e,{isForCompensation:!0})}function r(e){t.updateProperties(e,{isForCompensation:void 0})}bs.call(this,e),this.preExecute("shape.replace",(function(e){const{targetElement:n}=e.hints||{},{oldShape:i}=e;if(hu(e.oldShape)&&"bpmn:CompensateEventDefinition"!==n.eventDefinitionType||"bpmn:BoundaryEvent"!==n.type){const t=i.outgoing.find((({target:e})=>du(e)));t&&t.target&&(e._connectionTarget=t.target)}else if(!hu(e.oldShape)&&"bpmn:CompensateEventDefinition"===n.eventDefinitionType&&"bpmn:BoundaryEvent"===n.type){const n=i.outgoing.find((({target:e})=>mu(e)));n&&n.target&&(e._connectionTarget=n.target),function(e){const n=e.outgoing.filter((e=>Ar(e,"bpmn:SequenceFlow")));t.removeElements(n)}(i)}}),!0),this.postExecuted("shape.replace",(function(e){const{_connectionTarget:n,newShape:i}=e;n&&t.connect(i,n)}),!0),this.preExecute("connection.create",(function(e){const n=e.source,r=e.target;hu(n)&&mu(r)&&(i(r),function(e){const n=e.outgoing.filter((e=>Ar(e,"bpmn:Association"))),i=n.filter((e=>du(e.target)));i.forEach((e=>t.removeConnection(e)))}(n))}),!0),this.postExecuted("connection.delete",(function(e){const t=e.source,n=e.target;hu(t)&&du(n)&&r(n)}),!0),this.postExecuted("connection.reconnect",(function(e){const t=e.newTarget,n=e.oldSource,o=e.oldTarget;if(o!==t){const e=n;du(o)&&r(o),hu(e)&&mu(t)&&i(t)}}),!0),this.postExecuted("element.updateProperties",(function(e){const{element:i}=e;du(i)?(function(e){for(const i of e.incoming)n.canConnect(i.source,e)||t.removeConnection(i);for(const i of e.outgoing)n.canConnect(e,i.target)||t.removeConnection(i)}(i),function(e){const n=e.attachers.slice();if(!n.length)return;t.removeElements(n)}(i)):mu(i)&&function(e){const n=e.incoming.filter((e=>hu(e.source)));t.removeElements(n)}(i)}),!0)}function du(e){const t=Rr(e);return t&&t.get("isForCompensation")}function hu(e){return e&&Ar(e,"bpmn:BoundaryEvent")&&eo(e,"bpmn:CompensateEventDefinition")}function mu(e){return e&&Ar(e,"bpmn:Activity")&&!Jr(e)}function fu(e){e.invoke(bs,this),this.preExecute("shape.create",1500,(function(e){var t=e.context,n=t.parent,i=t.shape;Ar(n,"bpmn:Lane")&&!Ar(i,"bpmn:Lane")&&(t.parent=Ec(n,"bpmn:Participant"))}))}function gu(e,t){bs.call(this,e),this.preExecute("shape.create",(function(e){var n=e.context.shape;if(Ar(n,"bpmn:DataObjectReference")&&"label"!==n.type){var i=t.create("bpmn:DataObject");n.businessObject.dataObjectRef=i}}))}lu.$inject=["bpmnReplace","injector"],e(lu,bs),lu.prototype._replaceShape=function(e,t){var n,i=(n=Rr(e).eventDefinitions)&&n[0],r={type:"bpmn:BoundaryEvent",host:t};return i&&(r.eventDefinitionType=i.$type),this._bpmnReplace.replaceElement(e,r,{layoutConnection:!1})},pu.$inject=["eventBus","modeling"],e(pu,bs),e(uu,bs),uu.$inject=["eventBus","modeling","bpmnRules"],fu.$inject=["injector"],e(fu,bs),gu.$inject=["eventBus","bpmnFactory"],e(gu,bs);var yu=20,vu=20,bu=30,xu=2e3;function wu(e,t,n){function i(){var t=e.getRootElement();return Ar(t,"bpmn:Collaboration")?t:n.makeCollaboration()}bs.call(this,t),t.on(["create.start","shape.move.start"],xu,(function(t){var n=t.context,i=n.shape,r=e.getRootElement();if(Ar(i,"bpmn:Participant")&&Ar(r,"bpmn:Process")&&r.children.length){var o=r.children.filter((function(e){return!Ar(e,"bpmn:Group")&&!bn(e)&&!vn(e)}));if(o.length){var s=Et(o),a=function(e,t){t={width:t.width+2*yu+bu,height:t.height+2*vu};var n=Math.max(e.width,t.width),i=Math.max(e.height,t.height);return{x:-n/2,y:-i/2,width:n,height:i}}(i,s);L(i,a),n.createConstraints=function(e,t){return t=_n(t),{bottom:t.top+e.height/2-vu,left:t.right-e.width/2+yu,top:t.bottom-e.height/2+vu,right:t.left+e.width/2-yu-bu}}(i,s)}}})),t.on("create.start",xu,(function(n){var i=n.context.shape,r=e.getRootElement(),o=e.getGraphics(r);function s(e){e.element=r,e.gfx=o}Ar(i,"bpmn:Participant")&&Ar(r,"bpmn:Process")&&(t.on("element.hover",xu,s),t.once("create.cleanup",(function(){t.off("element.hover",s)})))})),this.preExecute("elements.create",xu,(function(e){var t,n=e.elements,r=e.parent,o=function(e){return g(e,(function(e){return Ar(e,"bpmn:Participant")}))}(n);o&&Ar(r,"bpmn:Process")&&(e.parent=i(),(t=e.hints=e.hints||{}).participant=o,t.process=r,t.processRef=Rr(o).get("processRef"))}),!0),this.preExecute("shape.create",(function(e){var t=e.parent,n=e.shape;Ar(n,"bpmn:Participant")&&Ar(t,"bpmn:Process")&&(e.parent=i(),e.process=t,e.processRef=Rr(n).get("processRef"))}),!0),this.execute("shape.create",(function(e){var t=e.hints||{},n=e.process||t.process,i=e.shape,r=t.participant;!n||r&&i!==r||Rr(i).set("processRef",Rr(n))}),!0),this.revert("shape.create",(function(e){var t=e.hints||{},n=e.process||t.process,i=e.processRef||t.processRef,r=e.shape,o=t.participant;!n||o&&r!==o||Rr(r).set("processRef",i)}),!0),this.postExecute("shape.create",(function(e){var t=e.hints||{},i=e.process||e.hints.process,r=e.shape,o=t.participant;if(i){var s=i.children.slice();o?r===o&&n.moveElements(s,{x:0,y:0},o):n.moveElements(s,{x:0,y:0},r)}}),!0)}wu.$inject=["canvas","eventBus","modeling"],e(wu,bs);var _u="__targetRef_placeholder";function Eu(e,t){function n(e,n){var i=e.get("properties"),r=g(i,(function(e){return e.name===_u}));return!r&&n&&At(i,r=t.create("bpmn:Property",{name:_u})),r}function i(e,t){var i=n(e);i&&(function(e,t,n){return g(e.get("dataInputAssociations"),(function(e){return e!==n&&e.targetRef===t}))}(e,i,t)||Tt(e.get("properties"),i))}function r(e){var t,r=e.context,o=r.connection,s=o.businessObject,a=o.target,l=a&&a.businessObject,c=r.newTarget,p=c&&c.businessObject,u=r.oldTarget||r.target,d=u&&u.businessObject,h=o.businessObject;d&&d!==l&&i(d,s),p&&p!==l&&i(p,s),l?(t=n(l,!0),h.targetRef=t):h.targetRef=null}bs.call(this,e),this.executed(["connection.create","connection.delete","connection.move","connection.reconnect"],Ou(r)),this.reverted(["connection.create","connection.delete","connection.move","connection.reconnect"],Ou(r))}function Ou(e){return function(t){if(Ar(t.context.connection,"bpmn:DataInputAssociation"))return e(t)}}function Pu(e){this._bpmnUpdater=e}function ku(e,t,n,i){function r(e){return e.children.filter((function(e){return Ar(e,"bpmn:DataStoreReference")&&!e.labelTarget}))}function o(e,i){var r=e.businessObject||e;if(i=i||n.filter((function(e){return Ar(e,"bpmn:Participant")&&Rr(e).processRef}))[0]){var o=i.businessObject||i;t.execute("dataStore.updateContainment",{dataStoreBo:r,dataStoreDi:Dr(e),newSemanticParent:o.processRef||o,newDiParent:Dr(i)})}}bs.call(this,i),t.registerHandler("dataStore.updateContainment",Pu),this.preExecute("shape.create",(function(e){var t=e.context,n=t.shape;Ar(n,"bpmn:DataStoreReference")&&"label"!==n.type&&(t.hints||(t.hints={}),t.hints.autoResize=!1)})),this.preExecute("elements.move",(function(e){var t=e.context,n=t.shapes;n.filter((function(e){return Ar(e,"bpmn:DataStoreReference")})).length&&(t.hints||(t.hints={}),t.hints.autoResize=n.filter((function(e){return!Ar(e,"bpmn:DataStoreReference")})))})),this.postExecute("shape.create",(function(e){var t=e.context.shape,n=t.parent;Ar(t,"bpmn:DataStoreReference")&&"label"!==t.type&&Ar(n,"bpmn:Collaboration")&&o(t)})),this.postExecute("shape.move",(function(e){var t=e.context,n=t.shape,i=t.oldParent,r=n.parent;Ar(i,"bpmn:Collaboration")||Ar(n,"bpmn:DataStoreReference")&&"label"!==n.type&&Ar(r,"bpmn:Collaboration")&&o(n,Ar(i,"bpmn:Participant")?i:function(e,t){for(;e.parent;){if(Ar(e.parent,t))return e.parent;e=e.parent}}(i,"bpmn:Participant"))})),this.postExecute("shape.delete",(function(t){var n=t.context.shape,i=e.getRootElement();Mr(n,["bpmn:Participant","bpmn:SubProcess"])&&Ar(i,"bpmn:Collaboration")&&r(i).filter((function(e){return function(e,t){var n=e.businessObject||e,i=t.businessObject||t;for(;n.$parent;){if(n.$parent===i.processRef||i)return!0;n=n.$parent}return!1}(e,n)})).forEach((function(e){o(e)}))})),this.postExecute("canvas.updateRoot",(function(e){var t=e.context,n=t.oldRoot,i=t.newRoot;r(n).forEach((function(e){Ar(i,"bpmn:Process")&&o(e,i)}))}))}Eu.$inject=["eventBus","bpmnFactory"],e(Eu,bs),Pu.$inject=["bpmnUpdater"],Pu.prototype.execute=function(e){var t=e.dataStoreBo,n=e.dataStoreDi,i=e.newSemanticParent,r=e.newDiParent;return e.oldSemanticParent=t.$parent,e.oldDiParent=n.$parent,this._bpmnUpdater.updateSemanticParent(t,i),this._bpmnUpdater.updateDiParent(n,r),[]},Pu.prototype.revert=function(e){var t=e.dataStoreBo,n=e.dataStoreDi,i=e.oldSemanticParent,r=e.oldDiParent;return this._bpmnUpdater.updateSemanticParent(t,i),this._bpmnUpdater.updateDiParent(n,r),[]},ku.$inject=["canvas","commandStack","elementRegistry","eventBus"],e(ku,bs);var Su=Math.max,Cu=Math.min,Tu=20;function Au(e,t){return{top:e.top-t.top,right:e.right-t.right,bottom:e.bottom-t.bottom,left:e.left-t.left}}function Mu(e,t,n){var i=t[e],r=n.min&&n.min[e],o=n.max&&n.max[e];return u(r)&&(i=(/top|left/.test(e)?Cu:Su)(i,r)),u(o)&&(i=(/top|left/.test(e)?Su:Cu)(i,o)),i}function Ru(e,t){return void 0!==e?e:Tu}function Du(e){return!e.waypoints&&"label"!==e.type}function Nu(e,t){var n;if((n=void 0===e.length?v(e.children,Du):e).length)return function(e,t){var n,i,r,o;return"object"==typeof t?(n=Ru(t.left),i=Ru(t.right),r=Ru(t.top),o=Ru(t.bottom)):n=i=r=o=Ru(t),{x:e.x-n,y:e.y-r,width:e.width+n+i,height:e.height+r+o}}(Et(n),t)}var Bu=Math.abs;var $u=["bpmn:Participant","bpmn:Process","bpmn:SubProcess"],ju=30;function Iu(e,t){return t=t||[],e.children.filter((function(e){Ar(e,"bpmn:Lane")&&(Iu(e,t),t.push(e))})),t}function Lu(e){return e.children.filter((function(e){return Ar(e,"bpmn:Lane")}))}function qu(e){return Ec(e,$u)||e}function zu(e,t){var n=qu(e),i=Iu(n,Ar(n,"bpmn:Process")?[]:[n]),r=_n(e),o=_n(t),s=function(e,t){return Au(_n(t),_n(e))}(e,t),a=[];return i.forEach((function(t){if(t!==e){var n,i,l=0,c=s.right,p=0,u=s.left,d=_n(t);s.top&&(Bu(d.bottom-r.top)<10&&(p=o.top-d.bottom),Bu(d.top-r.top)<5&&(l=o.top-d.top)),s.bottom&&(Bu(d.top-r.bottom)<10&&(l=o.bottom-d.top),Bu(d.bottom-r.bottom)<5&&(p=o.bottom-d.bottom)),(l||c||p||u)&&a.push({shape:t,newBounds:(n=t,i={top:l,right:c,bottom:p,left:u},{x:n.x+(i.left||0),y:n.y+(i.top||0),width:n.width-(i.left||0)+(i.right||0),height:n.height-(i.top||0)+(i.bottom||0)})})}})),a}function Vu(e,t){bs.call(this,e),this.postExecuted("shape.delete",500,(function(e){var n=e.context,i=n.hints,r=n.shape,o=n.oldParent;Ar(r,"bpmn:Lane")&&(i&&i.nested||function(e,n){var i,r,o,s=Lu(n),a=[],l=[];wt(s,(function(t){return t.y>e.y?l.push(t):a.push(t),t.children})),s.length&&(i=l.length&&a.length?e.height/2:e.height,a.length&&(r=t.calculateAdjustments(a,"y",i,e.y-10),t.makeSpace(r.movingShapes,r.resizingShapes,{x:0,y:i},"s")),l.length&&(o=t.calculateAdjustments(l,"y",-i,e.y+e.height+10),t.makeSpace(o.movingShapes,o.resizingShapes,{x:0,y:-i},"n")))}(r,o))}))}Vu.$inject=["eventBus","spaceTool"],e(Vu,bs);function Fu(e,t){t.invoke(bs,this),this._bpmnReplace=e;var n=this;this.postExecuted("elements.create",500,(function(e){var t=e.elements;t.filter((function(e){return Hu(e,e.host)})).map((function(e){return t.indexOf(e)})).forEach((function(i){e.elements[i]=n._replaceShape(t[i])}))}),!0),this.preExecute("elements.move",500,(function(e){var t=e.shapes,i=e.newHost;t.forEach((function(e,r){var o,s=e.host;Hu(e,(o=s,-1!==t.indexOf(o)?s:i))&&(t[r]=n._replaceShape(e))}))}),!0)}function Hu(e,t){return!bn(e)&&Ar(e,"bpmn:BoundaryEvent")&&!t}function Uu(e,t,n){function i(e,i,r){var o,s,a,l,c,p,d,h,m=i.waypoints,f=e.outgoing.slice(),g=e.incoming.slice(),y=Qc(m,h=u(r.width)?Pn(r):r);if(y){if(o=m.slice(0,y.index),s=m.slice(y.index+(y.bendpoint?1:0)),!o.length||!s.length)return;a=y.bendpoint?m[y.index]:h,1!==o.length&&Wu(e,o[o.length-1])||o.push(Xu(a)),1!==s.length&&Wu(e,s[0])||s.unshift(Xu(a))}l=i.source,c=i.target,t.canConnect(l,e,i)&&(n.reconnectEnd(i,e,o||h),p=i),t.canConnect(e,c,i)&&(p?d=n.connect(e,c,{type:i.type,waypoints:s}):(n.reconnectStart(i,e,s||h),d=i));var b=[].concat(p&&v(g,(function(e){return e.source===p.source}))||[],d&&v(f,(function(e){return e.target===d.target}))||[]);b.length&&n.removeElements(b)}bs.call(this,e),this.preExecute("elements.move",(function(e){var n=e.newParent,i=e.shapes,r=e.delta,o=i[0];if(o&&n){n&&n.waypoints&&(e.newParent=n=n.parent);var s=Pn(o),a={x:s.x+r.x,y:s.y+r.y},l=g(n.children,(function(e){return t.canInsert(i,e)&&Qc(e.waypoints,a)}));l&&(e.targetFlow=l,e.position=a)}}),!0),this.postExecuted("elements.move",(function(e){var t=e.shapes,n=e.targetFlow,r=e.position;n&&i(t[0],n,r)}),!0),this.preExecute("shape.create",(function(e){var n=e.parent,i=e.shape;t.canInsert(i,n)&&(e.targetFlow=n,e.parent=n.parent)}),!0),this.postExecuted("shape.create",(function(e){var t=e.shape,n=e.targetFlow,r=e.position;n&&i(t,n,r)}),!0)}function Wu(e,t){var n=t.x,i=t.y;return n>=e.x&&n<=e.x+e.width&&i>=e.y&&i<=e.y+e.height}function Xu(e){return L({},e)}function Qu(e,t){bs.call(this,e),this.preExecuted("connection.create",(function(e){var n=e.context,i=n.connection,r=n.source,o=n.target,s=n.hints;if((!s||!1!==s.createElementsBehavior)&&Gu(i)){(Ar(r,"bpmn:EventBasedGateway")?o.incoming.filter((e=>e!==i&&Gu(e))):o.incoming.filter((e=>e!==i&&Gu(e)&&Ar(e.source,"bpmn:EventBasedGateway")))).forEach((function(e){t.removeConnection(e)}))}})),this.preExecuted("shape.replace",(function(e){var n=e.context.newShape;Ar(n,"bpmn:EventBasedGateway")&&n.outgoing.filter(Gu).reduce((function(e,t){return e.includes(t.target)?e:e.concat(t.target)}),[]).forEach((function(e){e.incoming.filter(Gu).forEach((function(i){const r=e.incoming.filter(Gu).filter((function(e){return e.source===n}));(i.source!==n||r.length>1)&&t.removeConnection(i)}))}))}))}function Gu(e){return Ar(e,"bpmn:SequenceFlow")}Fu.$inject=["bpmnReplace","injector"],e(Fu,bs),Fu.prototype._replaceShape=function(e){var t,n,i=(n=Rr(e).eventDefinitions)&&n[0];return t=i?{type:"bpmn:IntermediateCatchEvent",eventDefinitionType:i.$type}:{type:"bpmn:IntermediateThrowEvent"},this._bpmnReplace.replaceElement(e,t,{layoutConnection:!1})},e(Uu,bs),Uu.$inject=["eventBus","bpmnRules","modeling"],Qu.$inject=["eventBus","modeling"],e(Qu,bs);var Ku=1500;function Yu(e,t,n){t.on(["create.hover","create.move","create.out","create.end","shape.move.hover","shape.move.move","shape.move.out","shape.move.end"],Ku,(function(t){var i=t.context.shape||t.shape,r=t.hover;Ar(r,"bpmn:Lane")&&!Mr(i,["bpmn:Lane","bpmn:Participant"])&&(t.hover=qu(r),t.hoverGfx=e.getGraphics(t.hover));var o=n.getRootElement();r!==o&&(i.labelTarget||Ar(i,"bpmn:Group"))&&(t.hover=o,t.hoverGfx=e.getGraphics(t.hover))})),t.on(["connect.hover","connect.out","connect.end","connect.cleanup","global-connect.hover","global-connect.out","global-connect.end","global-connect.cleanup"],Ku,(function(t){var n=t.hover;Ar(n,"bpmn:Lane")&&(t.hover=qu(n)||n,t.hoverGfx=e.getGraphics(t.hover))})),t.on(["bendpoint.move.hover"],Ku,(function(t){var n=t.context,i=t.hover,r=n.type;Ar(i,"bpmn:Lane")&&/reconnect/.test(r)&&(t.hover=qu(i)||i,t.hoverGfx=e.getGraphics(t.hover))})),t.on(["connect.start"],Ku,(function(e){var t=e.context,n=t.start;Ar(n,"bpmn:Lane")&&(t.start=qu(n)||n)})),t.on("shape.move.start",2e3,(function(e){var t=e.shape;Ar(t,"bpmn:Lane")&&(e.shape=qu(t)||t)})),t.on("spaceTool.move",2e3,(function(e){var t=e.hover;t&&Ar(t,"bpmn:Lane")&&(e.hover=qu(t))}))}Yu.$inject=["elementRegistry","eventBus","canvas"];function Zu(e,t,n,i,r,o){function s(e,t,i){var r=n.filter((function(e){return Ar(e,"bpmn:Group")})).filter((function(e){return e.businessObject!==i}));t&&!function(e,t){return e.some((function(e){var n=Rr(e);return(n.categoryValueRef&&n.categoryValueRef.$parent)===t}))}(r,t)&&function(e){var t=e.$parent;t&&(Tt(t.get("rootElements"),e),e.$parent=null)}(t),e&&!function(e,t){return e.some((function(e){return Rr(e).categoryValueRef===t}))}(r,e)&&function(e){var t=e.$parent;t&&(Tt(t.get("categoryValue"),e),e.$parent=null)}(e)}function a(e,n){return function(e,t,n){return At(t.get("categoryValue"),e),e.$parent=t,At(n.get("rootElements"),t),t.$parent=n,e}(e,n,t.getDefinitions())}function l(n,i){var r=Rr(n),o=r.categoryValueRef;o||(o=r.categoryValueRef=i.categoryValue=i.categoryValue||function(e){return e.create("bpmn:CategoryValue")}(e));var s=o.$parent;s||(s=o.$parent=i.category=i.category||function(e){return e.create("bpmn:Category")}(e)),a(o,s,t.getDefinitions())}function c(e,t){var n=t.category,i=t.categoryValue,r=Rr(e);i?(r.categoryValueRef=null,s(i,n,r)):s(null,r.categoryValueRef.$parent,r)}function p(t,n){var i=e.create(t.$type);return o.copyElement(t,i,null,n)}r.invoke(bs,this),this.execute("label.create",(function(e){var t=e.context,n=t.labelTarget;Ar(n,"bpmn:Group")&&l(n,t)})),this.revert("label.create",(function(e){var t=e.context,n=t.labelTarget;Ar(n,"bpmn:Group")&&c(n,t)})),this.execute("shape.delete",(function(e){var t=e.context,n=t.shape,i=Rr(n);if(Ar(n,"bpmn:Group")&&!n.labelTarget){var r=t.categoryValue=i.categoryValueRef;r&&(s(r,t.category=r.$parent,i),i.categoryValueRef=null)}})),this.reverted("shape.delete",(function(e){var t=e.context,n=t.shape;if(Ar(n,"bpmn:Group")&&!n.labelTarget){var i=t.category,r=t.categoryValue,o=Rr(n);r&&(o.categoryValueRef=r,a(r,i))}})),this.execute("shape.create",(function(e){var t=e.context,n=t.shape;Ar(n,"bpmn:Group")&&!n.labelTarget&&Rr(n).categoryValueRef&&l(n,t)})),this.reverted("shape.create",(function(e){var t=e.context,n=t.shape;Ar(n,"bpmn:Group")&&!n.labelTarget&&Rr(n).categoryValueRef&&c(n,t)})),i.on("copyPaste.copyElement",770,(function(e){var t=e.descriptor,n=e.element;if(Ar(n,"bpmn:Group")&&!n.labelTarget){var i=Rr(n);if(i.categoryValueRef){var r=i.categoryValueRef;t.categoryValue=p(r,!0),r.$parent&&(t.category=p(r.$parent,!0))}}})),i.on("copyPaste.pasteElement",770,(function(e){var t=e.descriptor,n=t.businessObject,i=t.categoryValue,r=t.category;i&&(i=n.categoryValueRef=p(i)),r&&(i.$parent=p(r)),delete t.category,delete t.categoryValue}))}function Ju(e,t,n,i){var r,o,s,a;return 0==(r=(i.y-n.y)*(t.x-e.x)-(i.x-n.x)*(t.y-e.y))?null:(o=e.y-n.y,s=e.x-n.x,a=((i.x-n.x)*o-(i.y-n.y)*s)/r,{x:Math.round(e.x+a*(t.x-e.x)),y:Math.round(e.y+a*(t.y-e.y))})}function ed(e){function t(e,t,n){var i,r={x:n.x,y:n.y-50},o={x:n.x-50,y:n.y},s=Ju(e,t,n,r),a=Ju(e,t,n,o);i=s&&a?td(s,n)>td(a,n)?a:s:s||a,e.original=i}e.on("bpmnElement.added",(function(e){var n,i,r=e.element;r.waypoints&&(t((i=(n=r).waypoints)[0],i[1],Pn(n.source)),t(i[i.length-1],i[i.length-2],Pn(n.target)))}))}function td(e,t){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))}function nd(e){bs.call(this,e);var t=["bpmn:Participant","bpmn:Lane"];this.executed(["shape.move","shape.create","shape.resize"],(function(e){var n=e.context.shape,i=Rr(n),r=Dr(n);if(Mr(i,t)){var o=r.get("isHorizontal");void 0===o&&(o=!0),r.set("isHorizontal",o)}}))}Zu.$inject=["bpmnFactory","bpmnjs","elementRegistry","eventBus","injector","moddleCopy"],e(Zu,bs),ed.$inject=["eventBus"],nd.$inject=["eventBus"],e(nd,bs);var id=Math.sqrt,rd=Math.min,od=Math.max,sd=Math.abs;function ad(e){return Math.pow(e,2)}function ld(e,t){return id(ad(e.x-t.x)+ad(e.y-t.y))}function cd(e,t,n,i){var r=t.x-e.x,o=t.y-e.y,s=n.x-e.x,a=n.y-e.y,l=r*r+o*o,c=(r*s+o*a)/l,p=c*c-(s*s+a*a-i*i)/l;if(p<0&&p>-1e-6&&(p=0),p<0)return[];var u=id(p),d=-c+u,h=-c-u,m={x:e.x-r*d,y:e.y-o*d};return 0===p?[m]:[m,{x:e.x-r*h,y:e.y-o*h}].filter((function(n){return function(e,t,n){return pd(e.x,t.x,n.x)&&pd(e.y,t.y,n.y)}(n,e,t)}))}function pd(e,t,n){return e>=rd(t,n)-ud&&e<=od(t,n)+ud}var ud=.1;function dd(e,t){return sd(e.x-t.x)<=ud&&sd(e.y-t.y)<=ud}function hd(e,t,n,i){var r=0,o=0,s={point:e,delta:{x:0,y:0}},a=function(e,t){var n,i,r,o,s,a,l,c,p,u,d,h,m=0;for(m=0;m<t.length-1;m++){if(dd(n=t[m],i=t[m+1])?a=[n]:(r=ld(e,n),o=ld(e,i),a=cd(n,i,e,rd(r,o))),a.length<1)throw new Error("expected between [1, 2] circle -> line intersections");1===a.length&&(l={type:"bendpoint",position:a[0],segmentIndex:m,bendpointIndex:dd(n,a[0])?m:m+1}),2===a.length&&(d=a[0],h=a[1],l={type:"segment",position:s={x:(d.x+h.x)/2,y:(d.y+h.y)/2},segmentIndex:m,relativeLocation:ld(n,s)/ld(n,i)}),c=ld(l.position,e),(!u||p>c)&&(u=l,p=c)}return u}(e,n),l=a.segmentIndex,c=function(e,t,n,i){var r=n.segmentIndex,o=t.length-e.length;if(i.segmentMove){var s=i.segmentMove.segmentStartIndex,a=i.segmentMove.newSegmentStartIndex;return r===s?a:r>=a?r+o<a?a:r+o:r}if(i.bendpointMove){var l,c=i.bendpointMove.insert,p=i.bendpointMove.bendpointIndex;return 0===o?r:(r>=p&&(l=c?r+1:r-1),r<p&&(l=r,c&&"bendpoint"!==n.type&&p-1===r&&md(t,p)<n.relativeLocation&&l++),l)}return 0===o?r:i.connectionStart&&0===r?0:i.connectionEnd&&r===e.length-2?t.length-2:Math.floor((t.length-2)/2)}(n,t,a,i);if(c<0||c>t.length-2||null===c)return s;var p,u,d=fd(n,l),h=fd(t,c),m=a.position,f=function(e,t){var n=Jc(e[0],e[1]),i=Jc(e[0],t);return 0===n?0:i/n}(d,m),g=(p=h,u=Kc(d),Kc(p)-u);if("bendpoint"===a.type){var y=t.length-n.length,v=a.bendpointIndex,b=n[v];if(-1!==t.indexOf(b))return s;if(0===y){var x=t[v];return{delta:{x:r=x.x-a.position.x,y:o=x.y-a.position.y},point:{x:e.x+r,y:e.y+o}}}y<0&&0!==v&&v<n.length-1&&(f=md(n,v))}var w,_,E={x:(h[1].x-h[0].x)*f+h[0].x,y:(h[1].y-h[0].y)*f+h[0].y},O=(w={x:e.x-m.x,y:e.y-m.y},(_=g)?{x:Math.cos(_)*w.x-Math.sin(_)*w.y,y:Math.sin(_)*w.x+Math.cos(_)*w.y}:w);return r=E.x+O.x-e.x,o=E.y+O.y-e.y,{point:wn(E),delta:wn({x:r,y:o})}}function md(e,t){var n=Jc(e[t-1],e[t]);return n/(n+Jc(e[t],e[t+1]))}function fd(e,t){return[e[t],e[t+1]]}function gd(e,t,n){var i=da(t),r=da(n),o=ha(e,i),s=o.x*(n.width/t.width),a=o.y*(n.height/t.height);return wn({x:r.x+s,y:r.y+a})}function yd(e,t,n){var i=da(e),r=da(t),o=da(n),s=ha(e,i),a=ha(i,r),l=function(e,t,n){var i=_n(t),r=_n(n);if(function(e,t){return function(e,t){return e.right!==t.right&&e.left!==t.left}(e,t)||function(e,t){return e.top!==t.top&&e.bottom!==t.bottom}(e,t)}(i,r))return null;var o,s,a,l=kn(t,e);if("top"===l)o={x:0,y:r.bottom-i.bottom};else if("bottom"===l)o={x:0,y:r.top-i.top};else if("right"===l)o={x:r.left-i.left,y:0};else{if("left"!==l)return null;o={x:r.right-i.right,y:0}}if(s={x:e.x+o.x,y:e.y+o.y},a=kn(n,s),a!==l)return null;return o}(i,t,n);if(l)return l;var c=a.x*(n.width/t.width),p=a.y*(n.height/t.height),u=o.x+c,d=o.y+p;return wn({x:u+s.x-e.x,y:d+s.y-e.y})}var vd="name",bd="text";function xd(e,t,n,i){function r(e){var n=e.context,r=n.element,o=n.properties;if(vd in o&&t.updateLabel(r,o[vd]),bd in o&&Ar(r,"bpmn:TextAnnotation")){var s=i.getTextAnnotationBounds({x:r.x,y:r.y,width:r.width,height:r.height},o[bd]||"");t.updateLabel(r,o.text,s)}}function o(e){var t=e.context,n=t.connection,i=n.label,r=L({},t.hints),o=t.newWaypoints||n.waypoints,s=t.oldWaypoints;return void 0===r.startChanged&&(r.startChanged=!!r.connectionStart),void 0===r.endChanged&&(r.endChanged=!!r.connectionEnd),function(e,t,n,i){return hd(Pn(e),t,n,i).delta}(i,o,s,r)}bs.call(this,e),this.postExecute("element.updateProperties",r),this.postExecute("element.updateModdleProperties",(e=>{Rr(e.context.element)===e.context.moddleElement&&r(e)})),this.postExecute(["shape.create","connection.create"],(function(e){var n=e.context;if(!1!==(n.hints||{}).createElementsBehavior){var i=n.shape||n.connection;!bn(i)&&io(i)&&lo(i)&&t.updateLabel(i,lo(i))}})),this.postExecute("shape.delete",(function(e){var n=e.context,i=n.labelTarget,r=n.hints||{};i&&!1!==r.unsetLabel&&t.updateLabel(i,null,null,{removeShape:!1})})),this.postExecute(["connection.layout","connection.updateWaypoints"],(function(e){var n=e.context;if(!1!==(n.hints||{}).labelBehavior){var i,r=n.connection.label;r&&r.parent&&(i=o(e),t.moveShape(r,i))}})),this.postExecute(["shape.replace"],(function(e){var t=e.context,n=t.newShape,i=t.oldShape,r=Rr(n);r&&io(r)&&i.label&&n.label&&(n.label.x=i.label.x,n.label.y=i.label.y)})),this.postExecute("shape.resize",(function(e){var n,i=e.context,r=i.shape,o=i.newBounds,s=i.oldBounds;if(ro(r)){var a=r.label,l=function(e,t){if(!t.length)return;var n=function(e,t){var n=t.map((function(t){return{line:t,distance:Zc(e,t)}}));return M(n,"distance")[0].line}(e,t);return Yc(e,n)}(Pn(a),[[{x:(n=s).x,y:n.y},{x:n.x+(n.width||0),y:n.y}],[{x:n.x+(n.width||0),y:n.y},{x:n.x+(n.width||0),y:n.y+(n.height||0)}],[{x:n.x,y:n.y+(n.height||0)},{x:n.x+(n.width||0),y:n.y+(n.height||0)}],[{x:n.x,y:n.y},{x:n.x,y:n.y+(n.height||0)}]]),c=wd(l,s,o);t.moveShape(a,c)}}))}function wd(e,t,n){return wn(ha(gd(e,t,n),e))}function _d(e,t){function n(e,t){var n=e.context,i=n.connection,r=L({},n.hints),o=n.newWaypoints||i.waypoints,s=n.oldWaypoints;return void 0===r.startChanged&&(r.startChanged=!!r.connectionStart),void 0===r.endChanged&&(r.endChanged=!!r.connectionEnd),function(e,t,n,i){return hd(e,t,n,i).point}(t,o,s,r)}bs.call(this,e),this.postExecute(["connection.layout","connection.updateWaypoints"],(function(e){var i=e.context.connection,r=i.outgoing;i.incoming.forEach((function(i){var r=i.waypoints[i.waypoints.length-1],o=n(e,r),s=[].concat(i.waypoints.slice(0,-1),[o]);t.updateWaypoints(i,s)})),r.forEach((function(i){var r=i.waypoints[0],o=n(e,r),s=[].concat([o],i.waypoints.slice(1));t.updateWaypoints(i,s)}))})),this.postExecute(["connection.move"],(function(e){var n=e.context,i=n.connection,r=i.outgoing,o=i.incoming,s=n.delta;o.forEach((function(e){var n=e.waypoints[e.waypoints.length-1],i={x:n.x+s.x,y:n.y+s.y},r=[].concat(e.waypoints.slice(0,-1),[i]);t.updateWaypoints(e,r)})),r.forEach((function(e){var n=e.waypoints[0],i={x:n.x+s.x,y:n.y+s.y},r=[].concat([i],e.waypoints.slice(1));t.updateWaypoints(e,r)}))}))}function Ed(e,t,n){var i=Cd(e),r=Td(i,t),o=i[0];return r.length?r[r.length-1]:gd(o.original||o,n,t)}function Od(e,t,n){var i=Cd(e),r=Td(i,t),o=i[i.length-1];return r.length?r[0]:gd(o.original||o,n,t)}function Pd(e,t,n){var i=Cd(e),r=Sd(t,n),o=i[0];return gd(o.original||o,r,t)}function kd(e,t,n){var i=Cd(e),r=Sd(t,n),o=i[i.length-1];return gd(o.original||o,r,t)}function Sd(e,t){return{x:e.x-t.x,y:e.y-t.y,width:e.width,height:e.height}}function Cd(e){var t=e.waypoints;if(!t.length)throw new Error("connection#"+e.id+": no waypoints");return t}function Td(e,t){return v(O(e,Ad),(function(e){return function(e,t){return"intersect"===kn(t,e,1)}(e,t)}))}function Ad(e){return e.original||e}function Md(e,t){bs.call(this,e),this.postExecute("shape.replace",(function(e){var n=e.oldShape,i=e.newShape;if(function(e,t){return Ar(e,"bpmn:Participant")&&Kr(e)&&Ar(t,"bpmn:Participant")&&!Kr(t)}(n,i)){var r,o,s,a,l=(o=_t([r=n],!1),s=[],a=[],o.forEach((function(e){e!==r&&(e.incoming.forEach((function(e){Ar(e,"bpmn:MessageFlow")&&s.push(e)})),e.outgoing.forEach((function(e){Ar(e,"bpmn:MessageFlow")&&a.push(e)})))}),[]),{incoming:s,outgoing:a});l.incoming.forEach((function(e){var r=Od(e,i,n);t.reconnectEnd(e,i,r)})),l.outgoing.forEach((function(e){var r=Ed(e,i,n);t.reconnectStart(e,i,r)}))}}),!0)}e(xd,bs),xd.$inject=["eventBus","modeling","bpmnFactory","textRenderer"],e(_d,bs),_d.$inject=["eventBus","modeling"],Md.$inject=["eventBus","modeling"],e(Md,bs);const Rd=["bpmn:MessageEventDefinition","bpmn:TimerEventDefinition","bpmn:EscalationEventDefinition","bpmn:ConditionalEventDefinition","bpmn:SignalEventDefinition"];function Dd(e){const t=Rr(e);if(!(Ar(t,"bpmn:BoundaryEvent")||Ar(t,"bpmn:StartEvent")&&Jr(t.$parent)))return!1;const n=t.get("eventDefinitions");return!(!n||!n.length)&&Rd.some((e=>Ar(n[0],e)))}function Nd(e){return Ar(e,"bpmn:BoundaryEvent")?"cancelActivity":"isInterrupting"}function Bd(e,t){e.invoke(bs,this),this.postExecuted("shape.replace",(function(e){const n=e.context.oldShape,i=e.context.newShape,r=e.context.hints;if(!Dd(i))return;const o=Nd(i);if(r.targetElement&&void 0!==r.targetElement[o])return;const s=Rr(n).get(o);s!==Rr(i).get(o)&&t.updateProperties(i,{[o]:s})}))}function $d(e,t){bs.call(this,e),this.preExecute("shape.resize",(function(e){var n=e.shape,i=Dr(n),r=i&&i.get("label");r&&r.get("bounds")&&t.updateModdleProperties(n,r,{bounds:void 0})}),!0)}function jd(e,t,n){bs.call(this,e),this.preExecute("shape.delete",(function(e){var i=e.context.shape;if(1===i.incoming.length&&1===i.outgoing.length){var r=i.incoming[0],o=i.outgoing[0];if(Ar(r,"bpmn:SequenceFlow")&&Ar(o,"bpmn:SequenceFlow")&&t.canConnect(r.source,o.target,r)){var s=function(e,t){var n=Ju(Id(e[e.length-2]),Id(e[e.length-1]),Id(t[1]),Id(t[0]));return n?[].concat(e.slice(0,e.length-1),[n],t.slice(1)):[Id(e[0]),Id(t[t.length-1])]}(r.waypoints,o.waypoints);n.reconnectEnd(r,o.target,s)}}}))}function Id(e){return e.original||e}function Ld(e,t){bs.call(this,e),this.preExecute("shape.delete",(function(e){var t=e.shape,n=t.parent;Ar(t,"bpmn:Participant")&&(e.collaborationRoot=n)}),!0),this.postExecute("shape.delete",(function(e){var n=e.collaborationRoot;n&&!n.businessObject.participants.length&&t.makeProcess()}),!0)}function qd(e,t,n,i){bs.call(this,e);var r=i.get("dragging",!1);function o(e){var i,r,o=e.source,s=e.target;e.parent&&(Ar(e,"bpmn:SequenceFlow")&&(n.canConnectSequenceFlow(o,s)||(r=!0),n.canConnectMessageFlow(o,s)&&(i="bpmn:MessageFlow")),Ar(e,"bpmn:MessageFlow")&&(n.canConnectMessageFlow(o,s)||(r=!0),n.canConnectSequenceFlow(o,s)&&(i="bpmn:SequenceFlow")),r&&t.removeConnection(e),i&&t.connect(o,s,{type:i,waypoints:e.waypoints.slice()}))}this.postExecuted("elements.move",(function(e){b(e.closure.allConnections,o)}),!0),this.preExecute("connection.reconnect",(function(e){var i,o,s=e.context,a=s.connection,l=s.newSource||a.source,c=s.newTarget||a.target;(i=n.canConnect(l,c))&&i.type!==a.type&&(o=t.connect(l,c,{type:i.type,associationDirection:i.associationDirection,waypoints:a.waypoints.slice()}),a.parent&&t.removeConnection(a),s.connection=o,r&&function(e,t){var n,i=r.context(),o=i&&i.payload.previousSelection;if(!o||!o.length)return;if(n=o.indexOf(e),-1===n)return;o.splice(n,1,t)}(a,o))})),this.postExecuted("element.updateProperties",(function(e){var n,i=e.context,r=i.properties,o=i.element,s=o.businessObject;r.default&&(n=g(o.outgoing,R({id:o.businessObject.default.id})))&&t.updateProperties(n,{conditionExpression:void 0}),r.conditionExpression&&s.sourceRef.default===s&&t.updateProperties(o.source,{default:void 0})}))}function zd(e,t,n,i,r,o){i.invoke(bs,this),this._bpmnReplace=e,this._elementRegistry=n,this._selection=o,this.postExecuted(["elements.create"],500,(function(e){var n=e.context,i=n.parent,r=n.elements,o=w(r,(function(e,n){var r=t.canReplace([n],n.host||n.parent||i);return r?e.concat(r.replacements):e}),[]);o.length&&this._replaceElements(r,o)}),this),this.postExecuted(["elements.move"],500,(function(e){var n=e.context,i=n.newParent,r=n.newHost,o=[];b(n.closure.topLevel,(function(e){o=Jr(e)?o.concat(e.children):o.concat(e)})),1===o.length&&r&&(i=r);var s=t.canReplace(o,i);s&&this._replaceElements(o,s.replacements,r)}),this),this.postExecute(["shape.replace"],1500,(function(e){var n,i=e.context,r=i.oldShape,o=i.newShape,s=r.attachers;s&&s.length&&(n=t.canReplace(s,o),this._replaceElements(s,n.replacements))}),this),this.postExecuted(["shape.replace"],1500,(function(e){var t=e.context,n=t.oldShape,i=t.newShape;r.unclaimId(n.businessObject.id,n.businessObject),r.updateProperties(i,{id:n.id})}))}Bd.$inject=["injector","modeling"],e(Bd,bs),e($d,bs),$d.$inject=["eventBus","modeling"],e(jd,bs),jd.$inject=["eventBus","bpmnRules","modeling"],Ld.$inject=["eventBus","modeling"],e(Ld,bs),e(qd,bs),qd.$inject=["eventBus","modeling","bpmnRules","injector"],e(zd,bs),zd.prototype._replaceElements=function(e,t){var n=this._elementRegistry,i=this._bpmnReplace,r=this._selection;b(t,(function(t){var r={type:t.newElementType},o=n.get(t.oldElementId),s=e.indexOf(o);e[s]=i.replaceElement(o,r,{select:!1})})),t&&r.select(e)},zd.$inject=["bpmnReplace","bpmnRules","elementRegistry","injector","modeling","selection"];var Vd={width:140,height:120},Fd={width:300,height:60},Hd={width:300,height:150},Ud={width:140,height:120},Wd={width:50,height:30};function Xd(e){e.on("resize.start",1500,(function(e){var t=e.context,n=t.shape,i=t.direction,r=t.balanced;(Ar(n,"bpmn:Lane")||Ar(n,"bpmn:Participant"))&&(t.resizeConstraints=function(e,t,n){var i=qu(e),r=!0,o=!0,s=Iu(i,[i]),a=_n(e),l={},c={};/e/.test(t)?c.right=a.left+Fd.width:/w/.test(t)&&(c.left=a.right-Fd.width);s.forEach((function(e){var i=_n(e);/n/.test(t)&&(i.top<a.top-10&&(r=!1),n&&Qd(a.top-i.bottom)<10&&Jd(l,"top",i.top+Fd.height),Qd(a.top-i.top)<5&&Zd(c,"top",i.bottom-Fd.height)),/s/.test(t)&&(i.bottom>a.bottom+10&&(o=!1),n&&Qd(a.bottom-i.top)<10&&Zd(l,"bottom",i.bottom-Fd.height),Qd(a.bottom-i.bottom)<5&&Jd(c,"bottom",i.top+Fd.height))}));var p=i.children.filter((function(e){return!e.hidden&&!e.waypoints&&(Ar(e,"bpmn:FlowElement")||Ar(e,"bpmn:Artifact"))}));return p.forEach((function(e){var n=_n(e);r&&/n/.test(t)&&Zd(c,"top",n.top-nh),/e/.test(t)&&Jd(c,"right",n.right+eh),o&&/s/.test(t)&&Jd(c,"bottom",n.bottom+ih),/w/.test(t)&&Zd(c,"left",n.left-th)})),{min:c,max:l}}(n,i,r)),Ar(n,"bpmn:Participant")&&(t.minDimensions=Hd),Ar(n,"bpmn:SubProcess")&&Kr(n)&&(t.minDimensions=Ud),Ar(n,"bpmn:TextAnnotation")&&(t.minDimensions=Wd)}))}Xd.$inject=["eventBus"];var Qd=Math.abs,Gd=Math.min,Kd=Math.max;function Yd(e,t,n,i){var r=e[t];e[t]=void 0===r?n:i(n,r)}function Zd(e,t,n){return Yd(e,t,n,Gd)}function Jd(e,t,n){return Yd(e,t,n,Kd)}var eh=20,th=50,nh=20,ih=20;function rh(e,t){e.on("resize.start",1501,(function(e){var t=e.context,n=t.shape;(Ar(n,"bpmn:Lane")||Ar(n,"bpmn:Participant"))&&(t.balanced=!Go(e))})),e.on("resize.end",1001,(function(e){var n=e.context,i=n.shape,r=n.canExecute,o=n.newBounds;if(Ar(i,"bpmn:Lane")||Ar(i,"bpmn:Participant"))return r&&(o=xn(o),t.resizeLane(i,o,n.balanced)),!1}))}rh.$inject=["eventBus","modeling"];function oh(e,t,n,i,r){function o(e){return Mr(e,["bpmn:ReceiveTask","bpmn:SendTask"])||function(e,t){c(t)||(t=[t]);return E(t,(function(t){return eo(e,t)}))}(e,["bpmn:ErrorEventDefinition","bpmn:EscalationEventDefinition","bpmn:MessageEventDefinition","bpmn:SignalEventDefinition"])}function s(t){return!!g(e.getDefinitions().get("rootElements"),R({id:t.id}))}function a(e){return Ar(e,"bpmn:ErrorEventDefinition")?"errorRef":Ar(e,"bpmn:EscalationEventDefinition")?"escalationRef":Ar(e,"bpmn:MessageEventDefinition")?"messageRef":Ar(e,"bpmn:SignalEventDefinition")?"signalRef":void 0}function l(e){if(Mr(e,["bpmn:ReceiveTask","bpmn:SendTask"]))return e.get("messageRef");var t=e.get("eventDefinitions")[0];return t.get(a(t))}n.invoke(bs,this),this.executed(["shape.create","element.updateProperties","element.updateModdleProperties"],(function(t){var n=t.shape||t.element;if(o(n)){var i=l(Rr(n));i&&!s(i)&&(At(e.getDefinitions().get("rootElements"),i),t.addedRootElement=i)}}),!0),this.reverted(["shape.create","element.updateProperties","element.updateModdleProperties"],(function(t){var n=t.addedRootElement;n&&Tt(e.getDefinitions().get("rootElements"),n)}),!0),t.on("copyPaste.copyElement",(function(e){var t=e.descriptor,n=e.element;if(!n.labelTarget&&o(n)){var i=l(Rr(n));i&&(t.referencedRootElement=i)}})),t.on("copyPaste.pasteElement",500,(function(e){var t=e.descriptor,n=t.businessObject,o=t.referencedRootElement;o&&(s(o)||(o=i.copyElement(o,r.create(o.$type))),function(e,t){if(Mr(e,["bpmn:ReceiveTask","bpmn:SendTask"]))return e.set("messageRef",t);var n=e.get("eventDefinitions")[0];n.set(a(n),t)}(n,o),delete t.referencedRootElement)}))}oh.$inject=["bpmnjs","eventBus","injector","moddleCopy","bpmnFactory"],e(oh,bs);var sh=Math.max;function ah(e){e.on("spaceTool.getMinDimensions",(function(e){var t=e.shapes,n=e.axis,i=e.start,r={};return b(t,(function(e){var t=e.id;Ar(e,"bpmn:Participant")&&(!function(e){return"x"===e}(n)?r[t]={width:Hd.width,height:lh(e,i)}:r[t]=Hd),Ar(e,"bpmn:SubProcess")&&Kr(e)&&(r[t]=Ud),Ar(e,"bpmn:TextAnnotation")&&(r[t]=Wd),Ar(e,"bpmn:Group")&&(r[t]=Vd)})),r}))}function lh(e,t){var n;return Lu(e).length?(n=function(e,t){var n,i=Lu(e);return n=ch(i,t),e.height-n.height+Fd.height}(e,t),sh(Hd.height,n)):Hd.height}function ch(e,t){var n,i,r;for(n=0;n<e.length;n++)if(t>=(i=e[n]).y&&t<=i.y+i.height)return(r=Lu(i)).length?ch(r,t):i}ah.$inject=["eventBus"];var ph=180,uh=160;function dh(e,t,n,i,r,o,s){bs.call(this,t),this._canvas=e,this._eventBus=t,this._modeling=n,this._elementFactory=i,this._bpmnFactory=r,this._bpmnjs=o,this._elementRegistry=s;var a=this;function l(e){return Ar(e,"bpmn:SubProcess")&&!Kr(e)}function c(t){var n=t.shape,i=t.newRootElement,r=Rr(n);i=a._addDiagram(i||r),t.newRootElement=e.addRootElement(i)}function p(t){var n=Rr(t.shape);a._removeDiagram(n);var i=t.newRootElement=s.get(Cs(n));e.removeRootElement(i)}this.executed("shape.create",(function(e){l(e.shape)&&c(e)}),!0),this.postExecuted("shape.create",(function(e){var t=e.shape,n=e.newRootElement;n&&t.children&&(a._showRecursively(t.children),a._moveChildrenToShape(t,n))}),!0),this.reverted("shape.create",(function(e){l(e.shape)&&p(e)}),!0),this.preExecuted("shape.delete",(function(e){var t=e.shape;if(l(t)){var i=s.get(Cs(t));i&&n.removeElements(i.children.slice())}}),!0),this.executed("shape.delete",(function(e){l(e.shape)&&p(e)}),!0),this.reverted("shape.delete",(function(e){l(e.shape)&&c(e)}),!0),this.preExecuted("shape.replace",(function(t){var n=t.oldShape,i=t.newShape;l(n)&&l(i)&&(t.oldRoot=e.removeRootElement(Cs(n)))}),!0),this.postExecuted("shape.replace",(function(t){var i=t.newShape,r=t.oldRoot,o=e.findRoot(Cs(i));if(r&&o){var s=r.children;n.moveElements(s,{x:0,y:0},o)}}),!0),this.executed("element.updateProperties",(function(e){var t=e.element;if(Ar(t,"bpmn:SubProcess")){var n=e.properties,i=e.oldProperties.id,r=n.id;if(i!==r){if(As(t))return s.updateId(t,Ts(r)),void s.updateId(i,r);s.get(Ts(i))&&s.updateId(Ts(i),Ts(r))}}}),!0),this.reverted("element.updateProperties",(function(e){var t=e.element;if(Ar(t,"bpmn:SubProcess")){var n=e.properties,i=e.oldProperties.id,r=n.id;if(i!==r){if(As(t))return s.updateId(t,Ts(i)),void s.updateId(r,i);var o=s.get(Ts(r));o&&s.updateId(o,Ts(i))}}}),!0),t.on("element.changed",(function(e){var n=e.element;if(As(n)){var i=n,r=s.get(Ss(i));r&&r!==i&&t.fire("element.changed",{element:r})}})),this.executed("shape.toggleCollapse",400,(function(e){var t=e.shape;Ar(t,"bpmn:SubProcess")&&(Kr(t)?p(e):(c(e),a._showRecursively(t.children)))}),!0),this.reverted("shape.toggleCollapse",400,(function(e){var t=e.shape;Ar(t,"bpmn:SubProcess")&&(Kr(t)?p(e):(c(e),a._showRecursively(t.children)))}),!0),this.postExecuted("shape.toggleCollapse",600,(function(e){var t=e.shape;if(Ar(t,"bpmn:SubProcess")){var n=e.newRootElement;n&&(Kr(t)?a._moveChildrenToShape(n,t):a._moveChildrenToShape(t,n))}}),!0),t.on("copyPaste.createTree",(function(e){var t=e.element,n=e.children;if(l(t)){var i=Cs(t),r=s.get(i);r&&n.push.apply(n,r.children)}})),t.on("copyPaste.copyElement",(function(e){var t=e.descriptor,n=e.element,i=e.elements,r=n.parent;if(Ar(Dr(r),"bpmndi:BPMNPlane")){var o=Ss(r),s=g(i,(function(e){return e.id===o}));s&&(t.parent=s.id)}})),t.on("copyPaste.pasteElement",(function(e){var t=e.descriptor;t.parent&&(l(t.parent)||t.parent.hidden)&&(t.hidden=!0)}))}function hh(e,t){e.invoke(bs,this),this.postExecuted("shape.replace",(function(e){var n=e.context.oldShape,i=e.context.newShape;if(Ar(i,"bpmn:SubProcess")&&(Ar(n,"bpmn:Task")||Ar(n,"bpmn:CallActivity"))&&Kr(i)){var r,o={x:(r=i).x+r.width/6,y:r.y+r.height/2};t.createShape({type:"bpmn:StartEvent"},o,i)}}))}function mh(e,t){bs.call(this,e),this.postExecuted("shape.toggleCollapse",1500,(function(e){var n=e.shape;if(!Kr(n)){var i=_t(n);i.forEach((function(e){var t=e.incoming.slice(),n=e.outgoing.slice();b(t,(function(e){r(e,!0)})),b(n,(function(e){r(e,!1)}))}))}function r(e,r){-1!==i.indexOf(e.source)&&-1!==i.indexOf(e.target)||(r?t.reconnectEnd(e,n,Pn(n)):t.reconnectStart(e,n,Pn(n)))}}),!0)}e(dh,bs),dh.prototype._moveChildrenToShape=function(e,t){var n,i=this._modeling,r=e.children;if(r){var o=(r=r.concat(r.reduce((function(t,n){return n.label&&n.label.parent!==e?t.concat(n.label):t}),[]))).filter((function(e){return!e.hidden}));if(o.length){var s=Et(o);if(t.x){var a=Pn(t),l=Pn(s);n={x:a.x-l.x,y:a.y-l.y}}else n={x:ph-s.x,y:uh-s.y};i.moveElements(r,n,t,{autoResize:!1})}else i.moveElements(r,{x:0,y:0},t,{autoResize:!1})}},dh.prototype._showRecursively=function(e,t){var n=this,i=[];return e.forEach((function(e){e.hidden=!!t,i=i.concat(e),e.children&&(i=i.concat(n._showRecursively(e.children,e.collapsed||t)))})),i},dh.prototype._addDiagram=function(e){var t=this._bpmnjs.getDefinitions().diagrams;return e.businessObject||(e=this._createNewDiagram(e)),t.push(e.di.$parent),e},dh.prototype._createNewDiagram=function(e){var t=this._bpmnFactory,n=this._elementFactory,i=t.create("bpmndi:BPMNPlane",{bpmnElement:e}),r=t.create("bpmndi:BPMNDiagram",{plane:i});return i.$parent=r,n.createRoot({id:Cs(e),type:e.$type,di:i,businessObject:e,collapsed:!0})},dh.prototype._removeDiagram=function(e){var t=this._bpmnjs.getDefinitions().diagrams,n=g(t,(function(t){return t.plane.bpmnElement.id===e.id}));return t.splice(t.indexOf(n),1),n},dh.$inject=["canvas","eventBus","modeling","elementFactory","bpmnFactory","bpmnjs","elementRegistry"],hh.$inject=["injector","modeling"],e(hh,bs),e(mh,bs),mh.$inject=["eventBus","modeling"];function fh(e,t,n){bs.call(this,e),this.executed(["shape.toggleCollapse"],500,(function(e){var t,n=e.context.shape;Ar(n,"bpmn:SubProcess")&&(n.collapsed?Dr(n).isExpanded=!1:((t=n.children).length&&t.forEach((function(e){"label"!==e.type||e.businessObject.name||(e.hidden=!0)})),Dr(n).isExpanded=!0))})),this.reverted(["shape.toggleCollapse"],500,(function(e){var t=e.context.shape;t.collapsed?Dr(t).isExpanded=!1:Dr(t).isExpanded=!0})),this.postExecuted(["shape.toggleCollapse"],500,(function(e){var i,r=e.context.shape,o=t.getDefaultSize(r);i=r.collapsed?function(e,t){return{x:e.x+(e.width-t.width)/2,y:e.y+(e.height-t.height)/2,width:t.width,height:t.height}}(r,o):function(e,t){var n,i,r,o=e.children,s=t;return n=(r=o,r.filter((function(e){return!e.hidden}))).concat([e]),(i=Nu(n))?(s.width=Math.max(i.width,s.width),s.height=Math.max(i.height,s.height),s.x=i.x+(i.width-s.width)/2,s.y=i.y+(i.height-s.height)/2):(s.x=e.x+(e.width-s.width)/2,s.y=e.y+(e.height-s.height)/2),s}(r,o),n.resizeShape(r,i,null,{autoResize:!r.collapsed&&"nwse"})}))}function gh(e,t,n,i){t.invoke(bs,this),this.preExecute("shape.delete",(function(e){var t=e.context.shape,r=t.businessObject;bn(t)||(Ar(t,"bpmn:Participant")&&Kr(t)&&n.ids.unclaim(r.processRef.id),i.unclaimId(r.id,r))})),this.preExecute("connection.delete",(function(e){var t=e.context.connection.businessObject;i.unclaimId(t.id,t)})),this.preExecute("canvas.updateRoot",(function(){var t=e.getRootElement(),i=t.businessObject;Ar(t,"bpmn:Collaboration")&&n.ids.unclaim(i.id)}))}function yh(e,t){bs.call(this,e),this.preExecute("connection.delete",(function(e){var n=e.context.connection,i=n.source;(function(e,t){if(!Ar(e,"bpmn:SequenceFlow"))return!1;var n=Rr(t),i=Rr(e);return n.get("default")===i})(n,i)&&t.updateProperties(i,{default:null})}))}e(fh,bs),fh.$inject=["eventBus","elementFactory","modeling"],e(gh,bs),gh.$inject=["canvas","injector","moddle","modeling"],e(yh,bs),yh.$inject=["eventBus","modeling"];function vh(e,t,n){var i;function r(){if(!i)throw new Error(n("out of bounds release"));return i}bs.call(this,e);var o=["spaceTool","lane.add","lane.resize","lane.split","elements.create","elements.delete","elements.move","shape.create","shape.delete","shape.move","shape.resize"];this.preExecute(o,5e3,(function(e){(i=i||new bh).enter()})),this.postExecuted(o,500,(function(e){!function(){if(!i)throw new Error(n("out of bounds release"));var e=i.leave();e&&(t.updateLaneRefs(i.flowNodes,i.lanes),i=null)}()})),this.preExecute(["shape.create","shape.move","shape.delete","shape.resize"],(function(e){var t=e.context.shape,n=r();t.labelTarget||(Ar(t,"bpmn:Lane")&&n.addLane(t),Ar(t,"bpmn:FlowNode")&&n.addFlowNode(t))}))}function bh(){this.flowNodes=[],this.lanes=[],this.counter=0,this.addLane=function(e){this.lanes.push(e)},this.addFlowNode=function(e){this.flowNodes.push(e)},this.enter=function(){this.counter++},this.leave=function(){return this.counter--,!this.counter}}vh.$inject=["eventBus","modeling","translate"],e(vh,bs);var xh={__init__:["adaptiveLabelPositioningBehavior","appendBehavior","associationBehavior","attachEventBehavior","boundaryEventBehavior","compensateBoundaryEventBehaviour","createBehavior","createDataObjectBehavior","createParticipantBehavior","dataInputAssociationBehavior","dataStoreBehavior","deleteLaneBehavior","detachEventBehavior","dropOnFlowBehavior","eventBasedGatewayBehavior","fixHoverBehavior","groupBehavior","importDockingFix","isHorizontalFix","labelBehavior","layoutConnectionBehavior","messageFlowBehavior","nonInterruptingBehavior","removeElementBehavior","removeEmbeddedLabelBoundsBehavior","removeParticipantBehavior","replaceConnectionBehavior","replaceElementBehaviour","resizeBehavior","resizeLaneBehavior","rootElementReferenceBehavior","spaceToolBehavior","subProcessPlaneBehavior","subProcessStartEventBehavior","toggleCollapseConnectionBehaviour","toggleElementCollapseBehaviour","unclaimIdBehavior","updateFlowNodeRefsBehavior","unsetDefaultFlowBehavior"],adaptiveLabelPositioningBehavior:["type",ru],appendBehavior:["type",su],associationBehavior:["type",au],attachEventBehavior:["type",lu],boundaryEventBehavior:["type",pu],compensateBoundaryEventBehaviour:["type",uu],createBehavior:["type",fu],createDataObjectBehavior:["type",gu],createParticipantBehavior:["type",wu],dataInputAssociationBehavior:["type",Eu],dataStoreBehavior:["type",ku],deleteLaneBehavior:["type",Vu],detachEventBehavior:["type",Fu],dropOnFlowBehavior:["type",Uu],eventBasedGatewayBehavior:["type",Qu],fixHoverBehavior:["type",Yu],groupBehavior:["type",Zu],importDockingFix:["type",ed],isHorizontalFix:["type",nd],labelBehavior:["type",xd],layoutConnectionBehavior:["type",_d],messageFlowBehavior:["type",Md],nonInterruptingBehavior:["type",Bd],removeElementBehavior:["type",jd],removeEmbeddedLabelBoundsBehavior:["type",$d],removeParticipantBehavior:["type",Ld],replaceConnectionBehavior:["type",qd],replaceElementBehaviour:["type",zd],resizeBehavior:["type",Xd],resizeLaneBehavior:["type",rh],rootElementReferenceBehavior:["type",oh],spaceToolBehavior:["type",ah],subProcessPlaneBehavior:["type",dh],subProcessStartEventBehavior:["type",hh],toggleCollapseConnectionBehaviour:["type",mh],toggleElementCollapseBehaviour:["type",fh],unclaimIdBehavior:["type",gh],unsetDefaultFlowBehavior:["type",yh],updateFlowNodeRefsBehavior:["type",vh]};function wh(e,t){var n=kn(e,t,-15);return"intersect"!==n?n:null}function _h(e){cc.call(this,e)}function Eh(e){return!e||bn(e)}function Oh(e){do{if(Ar(e,"bpmn:Process"))return Rr(e);if(Ar(e,"bpmn:Participant"))return Rr(e).processRef||Rr(e)}while(e=e.parent)}function Ph(e){return Ar(e,"bpmn:TextAnnotation")}function kh(e){return Ar(e,"bpmn:Group")&&!e.labelTarget}function Sh(e){return Ar(e,"bpmn:BoundaryEvent")&&Mh(e,"bpmn:CompensateEventDefinition")}function Ch(e){return Rr(e).isForCompensation}function Th(e){for(var t=e;t=t.parent;){if(Ar(t,"bpmn:FlowElementsContainer"))return Rr(t);if(Ar(t,"bpmn:Participant"))return Rr(t).processRef}return null}function Ah(e,t){return Th(e)===Th(t)}function Mh(e,t){return!!g(Rr(e).eventDefinitions||[],(function(e){return Ar(e,t)}))}function Rh(e,t){return(Rr(e).eventDefinitions||[]).every((function(e){return Ar(e,t)}))}function Dh(e,t){var n=function(e){for(var t=[];e;)(e=e.parent)&&t.push(e);return t}(t);return-1!==n.indexOf(e)}function Nh(e,t,n){if(Eh(e)||Eh(t))return null;if(!Ar(n,"bpmn:DataAssociation")){if(Qh(e,t))return{type:"bpmn:MessageFlow"};if(Gh(e,t))return{type:"bpmn:SequenceFlow"}}var i=Kh(e,t);return i||(Xh(e,t)?{type:"bpmn:Association",associationDirection:"One"}:!!Wh(e,t)&&{type:"bpmn:Association",associationDirection:"None"})}function Bh(e,t){return!(!bn(e)&&!kh(e))||!(Ar(t,"bpmn:Participant")&&!Kr(t))&&(Ar(e,"bpmn:Participant")?Ar(t,"bpmn:Process")||Ar(t,"bpmn:Collaboration"):Mr(e,["bpmn:DataInput","bpmn:DataOutput"])&&e.parent?t===e.parent:Ar(e,"bpmn:Lane")?Ar(t,"bpmn:Participant")||Ar(t,"bpmn:Lane"):!(Ar(e,"bpmn:BoundaryEvent")&&!function(e){return Rr(e).cancelActivity&&(Ih(e)||Lh(e))}(e))&&(Ar(e,"bpmn:FlowElement")&&!Ar(e,"bpmn:DataStoreReference")?Ar(t,"bpmn:FlowElementsContainer")?Kr(t):Mr(t,["bpmn:Participant","bpmn:Lane"]):Ar(e,"bpmn:DataStoreReference")&&Ar(t,"bpmn:Collaboration")?E(Rr(t).get("participants"),(function(e){return!!e.get("processRef")})):Mr(e,["bpmn:Artifact","bpmn:DataAssociation","bpmn:DataStoreReference"])?Mr(t,["bpmn:Collaboration","bpmn:Lane","bpmn:Participant","bpmn:Process","bpmn:SubProcess"]):!!Ar(e,"bpmn:MessageFlow")&&(Ar(t,"bpmn:Collaboration")||e.source.parent==t||e.target.parent==t)))}function $h(e){return Ar(e,"bpmn:Lane")}function jh(e){return!!function(e){return!bn(e)&&Ar(e,"bpmn:BoundaryEvent")}(e)||(!(!Ar(e,"bpmn:IntermediateThrowEvent")||!Ih(e))||Ar(e,"bpmn:IntermediateCatchEvent")&&Lh(e))}function Ih(e){var t=Rr(e);return t&&!(t.eventDefinitions&&t.eventDefinitions.length)}function Lh(e){return qh(e,["bpmn:MessageEventDefinition","bpmn:TimerEventDefinition","bpmn:SignalEventDefinition","bpmn:ConditionalEventDefinition"])}function qh(e,t){return t.some((function(t){return Mh(e,t)}))}function zh(e,t,n,i){if(Array.isArray(e)||(e=[e]),1!==e.length)return!1;var r=e[0];return!bn(r)&&(!!jh(r)&&(!Jr(t)&&(!(!Ar(t,"bpmn:Activity")||Ch(t))&&(!(i&&!wh(i,t))&&(!function(e){return Ar(e,"bpmn:ReceiveTask")&&g(e.incoming,(function(e){return Ar(e.source,"bpmn:EventBasedGateway")}))}(t)&&"attach")))))}function Vh(e,t,n){if(!t)return!1;var i={replacements:[]};return b(e,(function(e){Jr(t)||Ar(e,"bpmn:StartEvent")&&"label"!==e.type&&Bh(e,t)&&(Zr(e)||i.replacements.push({oldElementId:e.id,newElementType:"bpmn:StartEvent"}),(function(e){return eo(e,"bpmn:ErrorEventDefinition")}(e)||function(e){return eo(e,"bpmn:EscalationEventDefinition")}(e)||function(e){return eo(e,"bpmn:CompensateEventDefinition")}(e))&&i.replacements.push({oldElementId:e.id,newElementType:"bpmn:StartEvent"}),qh(e,["bpmn:MessageEventDefinition","bpmn:TimerEventDefinition","bpmn:SignalEventDefinition","bpmn:ConditionalEventDefinition"])&&Ar(t,"bpmn:SubProcess")&&i.replacements.push({oldElementId:e.id,newElementType:"bpmn:StartEvent"})),Ar(t,"bpmn:Transaction")||Mh(e,"bpmn:CancelEventDefinition")&&"label"!==e.type&&(Ar(e,"bpmn:EndEvent")&&Bh(e,t)&&i.replacements.push({oldElementId:e.id,newElementType:"bpmn:EndEvent"}),Ar(e,"bpmn:BoundaryEvent")&&zh(e,t,0,n)&&i.replacements.push({oldElementId:e.id,newElementType:"bpmn:BoundaryEvent"}))})),!!i.replacements.length&&i}function Fh(e,t){return!E(e,$h)&&(!t||e.every((function(e){return Bh(e,t)})))}function Hh(e,t,n,i){return!!t&&(!(!bn(e)&&!kh(e))||!function(e,t){return e===t}(n,t)&&((!n||!Dh(n,t))&&(Bh(e,t)||Yh(e,t))))}function Uh(e,t){return Ar(e,"bpmn:SubProcess")?Kr(e)&&(!t||t.width>=100&&t.height>=80):Ar(e,"bpmn:Lane")?!t||t.width>=130&&t.height>=60:Ar(e,"bpmn:Participant")?!t||t.width>=250&&t.height>=50:!!Ph(e)||!!kh(e)}function Wh(e,t){return!Dh(t,e)&&!Dh(e,t)&&(!!function(e,t){var n=Ph(e),i=Ph(t);return(n||i)&&n!==i}(e,t)||!!Kh(e,t))}function Xh(e,t){return Ah(e,t)&&Sh(e)&&Ar(t,"bpmn:Activity")&&(n=e,!t.attachers.includes(n))&&!Jr(t);var n}function Qh(e,t){return!(Jh(e)&&!Jh(t))&&(Ar(n=e,"bpmn:InteractionNode")&&!Ar(n,"bpmn:BoundaryEvent")&&(!Ar(n,"bpmn:Event")||Ar(n,"bpmn:ThrowEvent")&&Rh(n,"bpmn:MessageEventDefinition"))&&function(e){return Ar(e,"bpmn:InteractionNode")&&!Ch(e)&&(!Ar(e,"bpmn:Event")||Ar(e,"bpmn:CatchEvent")&&Rh(e,"bpmn:MessageEventDefinition"))&&!(Ar(e,"bpmn:BoundaryEvent")&&!Mh(e,"bpmn:MessageEventDefinition"))}(t)&&!function(e,t){return Oh(e)===Oh(t)}(e,t));var n}function Gh(e,t){return Ar(n=e,"bpmn:FlowNode")&&!Ar(n,"bpmn:EndEvent")&&!Jr(n)&&!(Ar(n,"bpmn:IntermediateThrowEvent")&&Mh(n,"bpmn:LinkEventDefinition"))&&!Sh(n)&&!Ch(n)&&function(e){return Ar(e,"bpmn:FlowNode")&&!Ar(e,"bpmn:StartEvent")&&!Ar(e,"bpmn:BoundaryEvent")&&!Jr(e)&&!(Ar(e,"bpmn:IntermediateCatchEvent")&&Mh(e,"bpmn:LinkEventDefinition"))&&!Ch(e)}(t)&&Ah(e,t)&&!(Ar(e,"bpmn:EventBasedGateway")&&!function(e){return Ar(e,"bpmn:ReceiveTask")||Ar(e,"bpmn:IntermediateCatchEvent")&&(Mh(e,"bpmn:MessageEventDefinition")||Mh(e,"bpmn:TimerEventDefinition")||Mh(e,"bpmn:ConditionalEventDefinition")||Mh(e,"bpmn:SignalEventDefinition"))}(t));var n}function Kh(e,t){return Mr(e,["bpmn:DataObjectReference","bpmn:DataStoreReference"])&&Mr(t,["bpmn:Activity","bpmn:ThrowEvent"])?{type:"bpmn:DataInputAssociation"}:!(!Mr(t,["bpmn:DataObjectReference","bpmn:DataStoreReference"])||!Mr(e,["bpmn:Activity","bpmn:CatchEvent"]))&&{type:"bpmn:DataOutputAssociation"}}function Yh(e,t,n){if(!t)return!1;if(Array.isArray(e)){if(1!==e.length)return!1;e=e[0]}return t.source!==e&&t.target!==e&&(Mr(t,["bpmn:SequenceFlow","bpmn:MessageFlow"])&&!bn(t)&&Ar(e,"bpmn:FlowNode")&&!Ar(e,"bpmn:BoundaryEvent")&&Bh(e,t.parent))}function Zh(e,t){return!!bn(t)||!(Ar(t,"bpmn:Lane")&&!function(e,t){return e&&t&&-1!==e.indexOf(t)}(e,t.parent))}function Jh(e){return Ec(e,"bpmn:Process")||Ec(e,"bpmn:Collaboration")}e(_h,cc),_h.$inject=["eventBus"],_h.prototype.init=function(){this.addRule("connection.start",(function(e){return function(e){if(Eh(e))return null;return Mr(e,["bpmn:FlowNode","bpmn:InteractionNode","bpmn:DataObjectReference","bpmn:DataStoreReference","bpmn:Group","bpmn:TextAnnotation"])}(e.source)})),this.addRule("connection.create",(function(e){var t=e.source,n=e.target,i=e.hints||{},r=i.targetParent;if(i.targetAttach)return!1;r&&(n.parent=r);try{return Nh(t,n)}finally{r&&(n.parent=null)}})),this.addRule("connection.reconnect",(function(e){var t=e.connection;return Nh(e.source,e.target,t)})),this.addRule("connection.updateWaypoints",(function(e){return{type:e.connection.type}})),this.addRule("shape.resize",(function(e){return Uh(e.shape,e.newBounds)})),this.addRule("elements.create",(function(e){var t=e.elements,n=e.position,i=e.target;return!(vn(i)&&!Yh(t,i))&&_(t,(function(e){return vn(e)?Nh(e.source,e.target,e):e.host?zh(e,e.host,null,n):Hh(e,i,null)}))})),this.addRule("elements.move",(function(e){var t=e.target,n=e.shapes,i=e.position;return zh(n,t,null,i)||Vh(n,t,i)||Fh(n,t)||Yh(n,t)})),this.addRule("shape.create",(function(e){return Hh(e.shape,e.target,e.source,e.position)})),this.addRule("shape.attach",(function(e){return zh(e.shape,e.target,null,e.position)})),this.addRule("element.copy",(function(e){var t=e.element;return Zh(e.elements,t)}))},_h.prototype.canConnectMessageFlow=Qh,_h.prototype.canConnectSequenceFlow=Gh,_h.prototype.canConnectDataAssociation=Kh,_h.prototype.canConnectAssociation=Wh,_h.prototype.canConnectCompensationAssociation=Xh,_h.prototype.canMove=Fh,_h.prototype.canAttach=zh,_h.prototype.canReplace=Vh,_h.prototype.canDrop=Bh,_h.prototype.canInsert=Yh,_h.prototype.canCreate=Hh,_h.prototype.canConnect=Nh,_h.prototype.canResize=Uh,_h.prototype.canCopy=Zh;var em={__depends__:[Hc],__init__:["bpmnRules"],bpmnRules:["type",_h]};function tm(e,t){e.on("saveXML.start",2e3,(function(){b(t.getRootElements(),(function(e){var t,n=Dr(e);t=O(v(_t([e],!1),(function(t){return t!==e&&!t.labelTarget})),Dr),n.set("planeElement",t)}))}))}tm.$inject=["eventBus","canvas"];var nm={__init__:["bpmnDiOrdering"],bpmnDiOrdering:["type",tm]};function im(e){bs.call(this,e);var t=this;this.preExecute(["shape.create","connection.create"],(function(e){var n=e.context,i=n.shape||n.connection,r=n.parent,o=t.getOrdering(i,r);o&&(void 0!==o.parent&&(n.parent=o.parent),n.parentIndex=o.index)})),this.preExecute(["shape.move","connection.move"],(function(e){var n=e.context,i=n.shape||n.connection,r=n.newParent||i.parent,o=t.getOrdering(i,r);o&&(void 0!==o.parent&&(n.newParent=o.parent),n.newParentIndex=o.index)}))}function rm(e,t,n){im.call(this,e);var i=[{type:"bpmn:SubProcess",order:{level:6}},{type:"bpmn:SequenceFlow",order:{level:9,containers:["bpmn:Participant","bpmn:FlowElementsContainer"]}},{type:"bpmn:DataAssociation",order:{level:9,containers:["bpmn:Collaboration","bpmn:FlowElementsContainer"]}},{type:"bpmn:MessageFlow",order:{level:9,containers:["bpmn:Collaboration"]}},{type:"bpmn:Association",order:{level:6,containers:["bpmn:Participant","bpmn:FlowElementsContainer","bpmn:Collaboration"]}},{type:"bpmn:BoundaryEvent",order:{level:8}},{type:"bpmn:Group",order:{level:10,containers:["bpmn:Collaboration","bpmn:FlowElementsContainer"]}},{type:"bpmn:FlowElement",order:{level:5}},{type:"bpmn:Participant",order:{level:-2}},{type:"bpmn:Lane",order:{level:-1}}];function r(e){var t=e.order;if(t||(e.order=t=function(e){if(e.labelTarget)return{level:10};var t=g(i,(function(t){return Mr(e,[t.type])}));return t&&t.order||{level:1}}(e)),!t)throw new Error("no order for <"+e.id+">");return t}this.getOrdering=function(e,n){if(e.labelTarget)return{parent:t.findRoot(n)||t.getRootElement(),index:-1};var i=r(e);i.containers&&(n=function(e,t,n){for(var i=t;i&&!Mr(i,n);)i=i.parent;if(!i)throw new Error("no parent for <"+e.id+"> in <"+(t&&t.id)+">");return i}(e,n,i.containers));var o=n.children.indexOf(e),s=y(n.children,(function(t){return!(!e.labelTarget&&t.labelTarget)&&i.level<r(t).level}));return-1!==s&&-1!==o&&o<s&&(s-=1),{index:s,parent:n}}}im.prototype.getOrdering=function(e,t){return null},e(im,bs),rm.$inject=["eventBus","canvas","translate"],e(rm,im);var om={__depends__:[$o],__init__:["bpmnOrderingProvider"],bpmnOrderingProvider:["type",rm]};function sm(){}sm.prototype.get=function(){return this._data},sm.prototype.set=function(e){this._data=e},sm.prototype.clear=function(){var e=this._data;return delete this._data,e},sm.prototype.isEmpty=function(){return!this._data};var am={clipboard:["type",sm]},lm="drop-ok",cm="drop-not-ok",pm="attach-ok",um="new-parent",dm="create";function hm(e,t,n,i,r){function o(t,n){[pm,lm,cm,um].forEach((function(i){i===n?e.addMarker(t,i):e.removeMarker(t,i)}))}function s(){var e=t.context();e&&e.prefix===dm&&t.cancel()}n.on(["create.move","create.hover"],(function(e){var t=e.context,n=t.elements,i=e.hover,s=t.source,a=t.hints||{};if(!i)return t.canExecute=!1,void(t.target=null);mm(e);var l={x:e.x,y:e.y},c=t.canExecute=i&&function(e,t,n,i,o){if(!t)return!1;var s=g(e=v(e,(function(t){var n=t.labelTarget;return!(t.parent||bn(t)&&-1!==e.indexOf(n))})),(function(e){return!vn(e)})),a=!1,l=!1,c=!1;fm(e)&&(a=r.allowed("shape.attach",{position:n,shape:s,target:t})),a||(c=fm(e)?r.allowed("shape.create",{position:n,shape:s,source:i,target:t}):r.allowed("elements.create",{elements:e,position:n,target:t}));var p=o.connectionTarget;return c||a?(s&&i&&(l=r.allowed("connection.create",{source:p===i?s:i,target:p===i?i:s,hints:{targetParent:t,targetAttach:a}})),{attach:a,connect:l}):(null===c||null===a)&&null}(n,i,l,s,a);i&&null!==c&&(t.target=i,c&&c.attach?o(i,pm):o(i,c?um:cm))})),n.on(["create.end","create.out","create.cleanup"],(function(e){var t=e.hover;t&&o(t,null)})),n.on("create.end",(function(e){var t=e.context,n=t.source,r=t.shape,o=t.elements,s=t.target,a=t.canExecute,l=a&&a.attach,c=a&&a.connect,p=t.hints||{};if(!1===a||!s)return!1;mm(e);var u={x:e.x,y:e.y};r=c?i.appendShape(n,r,u,s,{attach:l,connection:!0===c?{}:c,connectionTarget:p.connectionTarget}):g(o=i.createElements(o,u,s,L({},p,{attach:l})),(function(e){return!vn(e)})),L(t,{elements:o,shape:r}),L(e,{elements:o,shape:r})})),n.on("create.init",(function(){n.on("elements.changed",s),n.once(["create.cancel","create.end"],2e3,(function(){n.off("elements.changed",s)}))})),this.start=function(e,n,i){c(n)||(n=[n]);var r=g(n,(function(e){return!vn(e)}));if(r){i=L({elements:n,hints:{},shape:r},i||{}),b(n,(function(e){u(e.x)||(e.x=0),u(e.y)||(e.y=0)}));var o=Et(v(n,(function(e){return!e.hidden})));b(n,(function(e){vn(e)&&(e.waypoints=O(e.waypoints,(function(e){return{x:e.x-o.x-o.width/2,y:e.y-o.y-o.height/2}}))),L(e,{x:e.x-o.x-o.width/2,y:e.y-o.y-o.height/2})})),t.init(e,dm,{cursor:"grabbing",autoActivate:!0,data:{shape:r,elements:n,context:i}})}}}function mm(e){var t=e.context.createConstraints;t&&(t.left&&(e.x=Math.max(e.x,t.left)),t.right&&(e.x=Math.min(e.x,t.right)),t.top&&(e.y=Math.max(e.y,t.top)),t.bottom&&(e.y=Math.min(e.y,t.bottom)))}function fm(e){return e&&1===e.length&&!vn(e[0])}hm.$inject=["canvas","dragging","eventBus","modeling","rules"];function gm(e,t,n,i,r){t.on("create.move",750,(function(t){var o=t.hover,s=t.context,a=s.elements,l=s.dragGroup;l||(l=s.dragGroup=function(e){var t=Le("g");Te(t,r.cls("djs-drag-group",["no-events"]));var o=Le("g");return e.forEach((function(e){var r;e.hidden||(e.waypoints?(r=n._createContainer("connection",o),n.drawConnection(ei(r),e)):(r=n._createContainer("shape",o),n.drawShape(ei(r),e),ni(r,e.x,e.y)),i.addDragger(e,t,r))})),t}(a)),o?(l.parentNode||Pe(e.getActiveLayer(),l),ni(l,t.x,t.y)):De(l)})),t.on("create.cleanup",(function(e){var t=e.context.dragGroup;t&&De(t)}))}gm.$inject=["canvas","eventBus","graphicsFactory","previewSupport","styles"];var ym={__depends__:[Lc,Zp,Hc,cs],__init__:["create","createPreview"],create:["type",hm],createPreview:["type",gm]};function vm(e){var t=this;function n(e){t._lastMoveEvent=e}this._lastMoveEvent=null,e.on("canvas.init",(function(e){(t._svg=e.svg).addEventListener("mousemove",n)})),e.on("canvas.destroy",(function(){t._lastMouseEvent=null,t._svg.removeEventListener("mousemove",n)}))}vm.$inject=["eventBus"],vm.prototype.getLastMoveEvent=function(){return this._lastMoveEvent||function(e,t){var n=document.createEvent("MouseEvent"),i=e,r=t,o=e,s=t;n.initMouseEvent&&n.initMouseEvent("mousemove",!0,!0,window,0,i,r,o,s,!1,!1,!1,!1,0,null);return n}(0,0)};var bm={__init__:["mouse"],mouse:["type",vm]};function xm(e,t,n,i,r,o,s,a){this._canvas=e,this._create=t,this._clipboard=n,this._elementFactory=i,this._eventBus=r,this._modeling=o,this._mouse=s,this._rules=a,r.on("copyPaste.copyElement",(function(e){var t=e.descriptor,n=e.element,i=e.elements;t.priority=1,t.id=n.id;var r=g(i,(function(e){return e===n.parent}));r&&(t.parent=n.parent.id),function(e){return!!e.host}(n)&&(t.priority=2,t.host=n.host.id),vn(n)&&(t.priority=3,t.source=n.source.id,t.target=n.target.id,t.waypoints=function(e){return O(e.waypoints,(function(e){return(e=wm(e)).original&&(e.original=wm(e.original)),e}))}(n)),bn(n)&&(t.priority=4,t.labelTarget=n.labelTarget.id),b(["x","y","width","height"],(function(e){u(n[e])&&(t[e]=n[e])})),t.hidden=n.hidden,t.collapsed=n.collapsed})),r.on("copyPaste.pasteElements",(function(e){L(e.hints,{createElementsBehavior:!1})}))}function wm(e){return L({},e)}function _m(e,t){var n=t.indexOf(e);return-1===n?t:t.splice(n,1)}xm.$inject=["canvas","create","clipboard","elementFactory","eventBus","modeling","mouse","rules"],xm.prototype.copy=function(e){var t,n;return c(e)||(e=e?[e]:[]),n=!1===(t=this._eventBus.fire("copyPaste.canCopyElements",{elements:e}))?{}:this.createTree(c(t)?t:e),this._clipboard.set(n),this._eventBus.fire("copyPaste.elementsCopied",{elements:e,tree:n}),n},xm.prototype.paste=function(e){var t=this._clipboard.get();if(!this._clipboard.isEmpty()){var n=e&&e.hints||{};this._eventBus.fire("copyPaste.pasteElements",{hints:n});var i=this._createElements(t);if(e&&e.element&&e.point)return this._paste(i,e.element,e.point,n);this._create.start(this._mouse.getLastMoveEvent(),i,{hints:n||{}})}},xm.prototype._paste=function(e,t,n,i){b(e,(function(e){u(e.x)||(e.x=0),u(e.y)||(e.y=0)}));var r=Et(e);return b(e,(function(e){vn(e)&&(e.waypoints=O(e.waypoints,(function(e){return{x:e.x-r.x-r.width/2,y:e.y-r.y-r.height/2}}))),L(e,{x:e.x-r.x-r.width/2,y:e.y-r.y-r.height/2})})),this._modeling.createElements(e,n,t,L({},i))},xm.prototype._createElements=function(e){var t=this,n=this._eventBus,i={},r=[];return b(e,(function(e,o){b(e=M(e,"priority"),(function(e){var o,s=L({},F(e,["priority"]));return i[e.parent]?s.parent=i[e.parent]:delete s.parent,n.fire("copyPaste.pasteElement",{cache:i,descriptor:s}),vn(s)?(s.source=i[e.source],s.target=i[e.target],o=i[e.id]=t.createConnection(s),void r.push(o)):bn(s)?(s.labelTarget=i[s.labelTarget],o=i[e.id]=t.createLabel(s),void r.push(o)):(s.host&&(s.host=i[s.host]),o=i[e.id]=t.createShape(s),void r.push(o))}))})),r},xm.prototype.createConnection=function(e){return this._elementFactory.createConnection(F(e,["id"]))},xm.prototype.createLabel=function(e){return this._elementFactory.createLabel(F(e,["id"]))},xm.prototype.createShape=function(e){return this._elementFactory.createShape(F(e,["id"]))},xm.prototype.hasRelations=function(e,t){var n,i;return!(vn(e)&&(n=g(t,R({id:e.source.id})),i=g(t,R({id:e.target.id})),!n||!i))&&!(bn(e)&&!g(t,R({id:e.labelTarget.id})))},xm.prototype.createTree=function(e){var t=this._rules,n=this,i={},r=[];function o(e,t){var n=g(r,(function(t){return e===t.element}));n?n.depth<t&&(r=function(e,t){var n=t.indexOf(e);-1!==n&&t.splice(n,1);return t}(n,r),r.push({element:n.element,depth:t})):r.push({element:e,depth:t})}return wt(vt(e),(function(e,t,i){if(!bn(e)){b(e.labels,(function(e){o(e,i)})),b([e.attachers,e.incoming,e.outgoing],(function(e){e&&e.length&&b(e,(function(e){b(e.labels,(function(e){o(e,i)})),o(e,i)}))})),o(e,i);var r=[];return e.children&&(r=e.children.slice()),n._eventBus.fire("copyPaste.createTree",{element:e,children:r}),r}})),e=O(r,(function(e){return e.element})),r=O(r,(function(t){return t.descriptor={},n._eventBus.fire("copyPaste.copyElement",{descriptor:t.descriptor,element:t.element,elements:e}),t})),r=M(r,(function(e){return e.descriptor.priority})),e=O(r,(function(e){return e.element})),b(r,(function(r){var o=r.depth;n.hasRelations(r.element,e)?!function(e,n){return t.allowed("element.copy",{element:e,elements:n})}(r.element,e)?_m(r.element,e):(i[o]||(i[o]=[]),i[o].push(r.descriptor)):_m(r.element,e)})),i};var Em={__depends__:[am,ym,bm,Hc],__init__:["copyPaste"],copyPaste:["type",xm]};function Om(e,t,n){c(n)||(n=[n]),b(n,(function(n){s(e[n])||(t[n]=e[n])}))}function Pm(e,t,n){function i(t,i){var r=e.create(t.$type);return n.copyElement(t,r,null,i)}t.on("copyPaste.copyElement",750,(function(e){var t=e.descriptor,n=e.element,r=Rr(n);if(bn(n))return t;var o=t.businessObject=i(r,!0),s=t.di=i(Dr(n),!0);s.bpmnElement=o,Om(o,t,"name"),Om(s,t,"isExpanded"),r.default&&(t.default=r.default.id)}));var r="-bpmn-js-refs";t.on("copyPaste.pasteElement",(function(e){var t=e.cache,n=e.descriptor,r=n.businessObject,o=n.di;if(bn(n))return n.businessObject=Rr(t[n.labelTarget]),void(n.di=Dr(t[n.labelTarget]));r=n.businessObject=i(r),(o=n.di=i(o)).bpmnElement=r,Om(n,r,["isExpanded","name"]),n.type=r.$type})),t.on("copyPaste.copyElement",750,(function(e){var t=e.descriptor,n=e.element;if(Ar(n,"bpmn:Participant")){var r=Rr(n);r.processRef&&(t.processRef=i(r.processRef,!0))}})),t.on("copyPaste.pasteElement",(function(e){var t=e.descriptor,n=t.processRef;n&&(t.processRef=i(n))})),t.on("copyPaste.pasteElement",750,(function(e){var t=e.cache;!function(e,t){e[r]=t}(t,function(e,t,n){var i=Rr(e);return e.default&&(n[e.default]={element:i,property:"default"}),e.host&&(Rr(e).attachedToRef=Rr(t[e.host])),F(n,w(n,(function(t,n,r){var o=n.element,s=n.property;return r===e.id&&(o.set(s,i),t.push(e.id)),t}),[]))}(e.descriptor,t,function(e){return e[r]=e[r]||{}}(t)))}))}Pm.$inject=["bpmnFactory","eventBus","moddleCopy"];var km=["artifacts","dataInputAssociations","dataOutputAssociations","default","flowElements","lanes","incoming","outgoing","categoryValue"];function Sm(e,t,n){this._bpmnFactory=t,this._eventBus=e,this._moddle=n,e.on("moddleCopy.canCopyProperties",(function(e){var t=e.propertyNames;if(t&&t.length)return M(t,(function(e){return"extensionElements"===e}))})),e.on("moddleCopy.canCopyProperty",(function(e){var t=e.parent,n=p(t)&&t.$descriptor,i=e.propertyName;return(!i||-1===km.indexOf(i))&&(!(i&&n&&!g(n.properties,R({name:i})))&&void 0)})),e.on("moddleCopy.canSetCopiedProperty",(function(e){var t,n,i=e.property;if(n="bpmn:ExtensionElements",(t=i)&&d(t.$instanceOf)&&t.$instanceOf(n)&&(!i.values||!i.values.length))return!1}))}function Cm(e,t){return w(e.properties,(function(e,n){return t&&n.default?e:e.concat(n.name)}),[])}Sm.$inject=["eventBus","bpmnFactory","moddle"],Sm.prototype.copyElement=function(e,t,n,i=!1){var r=this;n&&!c(n)&&(n=[n]),n=n||Cm(e.$descriptor);var o=this._eventBus.fire("moddleCopy.canCopyProperties",{propertyNames:n,sourceElement:e,targetElement:t,clone:i});return!1===o||(c(o)&&(n=o),b(n,(function(n){var o;f(e,n)&&(o=e.get(n));var s=r.copyProperty(o,t,n,i);a(s)&&(!1!==r._eventBus.fire("moddleCopy.canSetCopiedProperty",{parent:t,property:s,propertyName:n})&&t.set(n,s))}))),t},Sm.prototype.copyProperty=function(e,t,n,i=!1){var r=this,o=this._eventBus.fire("moddleCopy.canCopyProperty",{parent:t,property:e,propertyName:n,clone:i});if(!1!==o){if(o)return p(o)&&o.$type&&!o.$parent&&(o.$parent=t),o;var s=this._moddle.getPropertyDescriptor(t,n);if(!s.isReference){if(s.isId)return e&&this._copyId(e,t,i);if(c(e))return w(e,(function(e,s){return(o=r.copyProperty(s,t,n,i))?e.concat(o):e}),[]);if(p(e)&&e.$type){if(this._moddle.getElementDescriptor(e).isGeneric)return;return(o=r._bpmnFactory.create(e.$type)).$parent=t,o=r.copyElement(e,o,null,i)}return e}}},Sm.prototype._copyId=function(e,t,n=!1){return n?e:this._moddle.ids.assigned(e)?void 0:(this._moddle.ids.claim(e,t),e)};var Tm={__depends__:[Em],__init__:["bpmnCopyPaste","moddleCopy"],bpmnCopyPaste:["type",Pm],moddleCopy:["type",Sm]},Am=Math.round;function Mm(e,t){this._modeling=e,this._eventBus=t}function Rm(e,t){t.on("replace.end",500,(function(t){const{newElement:n,hints:i={}}=t;!1!==i.select&&e.select(n)}))}Mm.$inject=["modeling","eventBus"],Mm.prototype.replaceElement=function(e,t,n){if(e.waypoints)return null;var i=this._modeling,r=this._eventBus;r.fire("replace.start",{element:e,attrs:t,hints:n});var o=t.width||e.width,s=t.height||e.height,a=t.x||e.x,l=t.y||e.y,c=Am(a+o/2),p=Am(l+s/2),u=i.replaceShape(e,L({},t,{x:c,y:p,width:o,height:s}),n);return r.fire("replace.end",{element:e,newElement:u,hints:n}),u},Rm.$inject=["selection","eventBus"];var Dm={__init__:["replace","replaceSelectionBehavior"],replaceSelectionBehavior:["type",Rm],replace:["type",Mm]};var Nm=["cancelActivity","instantiate","eventGatewayType","triggeredByEvent","isInterrupting"];function Bm(e,t,n,i,r,o){this.replaceElement=function(a,l,p){p=p||{};var u=l.type,d=a.businessObject;if($m(d)&&"bpmn:SubProcess"===u&&function(e,t){var n=e&&f(e,"collapsed")?e.collapsed:!Kr(e);return n!==(t&&(f(t,"collapsed")||f(t,"isExpanded"))?f(t,"collapsed")?t.collapsed:!t.isExpanded:n)}(a,l))return i.toggleCollapse(a),a;var h=e.create(u),m={type:u,businessObject:h,di:{}};!function(e,t,n){c(n)||(n=[n]),b(n,(function(n){s(e[n])||(t[n]=e[n])}))}(a.di,m.di,["fill","stroke","background-color","border-color","color"]);var g=function(e,t){return e.filter((function(e){return t.includes(e)}))}(Cm(d.$descriptor),Cm(h.$descriptor,!0));L(h,V(l,Nm));var y=v(g,(function(e){return"eventDefinitions"===e?jm(a,l.eventDefinitionType):"loopCharacteristics"===e?!Jr(h):!f(h,e)&&(("processRef"!==e||!1!==l.isExpanded)&&("triggeredByEvent"!==e&&("isForCompensation"!==e||!Jr(h))))}));if(h=n.copyElement(d,h,y),l.eventDefinitionType&&(jm(h,l.eventDefinitionType)||(m.eventDefinitionType=l.eventDefinitionType,m.eventDefinitionAttrs=l.eventDefinitionAttrs)),Ar(d,"bpmn:Activity")){if($m(d))m.isExpanded=Kr(a);else if(l&&f(l,"isExpanded")){m.isExpanded=l.isExpanded;var x=t.getDefaultSize(h,{isExpanded:m.isExpanded});m.width=x.width,m.height=x.height,m.x=a.x-(m.width-a.width)/2,m.y=a.y-(m.height-a.height)/2}Kr(a)&&!Ar(d,"bpmn:Task")&&m.isExpanded&&(m.width=a.width,m.height=a.height)}return $m(d)&&!$m(h)&&(p.moveChildren=!1),Ar(d,"bpmn:Participant")&&(!0===l.isExpanded?h.processRef=e.create("bpmn:Process"):p.moveChildren=!1,m.width=a.width,m.height=t.getDefaultSize(m).height),o.allowed("shape.resize",{shape:h})||(m.height=t.getDefaultSize(m).height,m.width=t.getDefaultSize(m).width),h.name=d.name,Mr(d,["bpmn:ExclusiveGateway","bpmn:InclusiveGateway","bpmn:Activity"])&&Mr(h,["bpmn:ExclusiveGateway","bpmn:InclusiveGateway","bpmn:Activity"])&&(h.default=d.default),l.host&&!Ar(d,"bpmn:BoundaryEvent")&&Ar(h,"bpmn:BoundaryEvent")&&(m.host=l.host),"bpmn:DataStoreReference"!==m.type&&"bpmn:DataObjectReference"!==m.type||(m.x=a.x+(a.width-m.width)/2),r.replaceElement(a,m,{...p,targetElement:l})}}function $m(e){return Ar(e,"bpmn:SubProcess")}function jm(e,t){var n=Rr(e);return t&&n.get("eventDefinitions").some((function(e){return Ar(e,t)}))}Bm.$inject=["bpmnFactory","elementFactory","moddleCopy","modeling","replace","rules"];var Im={__depends__:[Tm,Dm,cs],bpmnReplace:["type",Bm]};function Lm(e,t){this._eventBus=e,this._dragging=t,this._tools=[],this._active=null}Lm.$inject=["eventBus","dragging"],Lm.prototype.registerTool=function(e,t){var n=this._tools;if(!t)throw new Error('A tool has to be registered with it\'s "events"');n.push(e),this.bindEvents(e,t)},Lm.prototype.isActive=function(e){return e&&this._active===e},Lm.prototype.length=function(e){return this._tools.length},Lm.prototype.setActive=function(e){var t=this._eventBus;this._active!==e&&(this._active=e,t.fire("tool-manager.update",{tool:e}))},Lm.prototype.bindEvents=function(e,t){var n=this._eventBus,i=this._dragging,r=[];n.on(t.tool+".init",(function(t){if(!t.context.reactivate&&this.isActive(e))return this.setActive(null),void i.cancel();this.setActive(e)}),this),b(t,(function(e){r.push(e+".ended"),r.push(e+".canceled")})),n.on(r,250,(function(e){this._active&&(function(e){var t=e.originalEvent&&e.originalEvent.target;return t&&oe(t,'.group[data-group="tools"]')}(e)||this.setActive(null))}),this)};var qm={__depends__:[Lc],__init__:["toolManager"],toolManager:["type",Lm]};function zm(e,t){return-1!==e.indexOf(t)}var Vm=Math.abs,Fm=Math.round,Hm={x:"width",y:"height"},Um="crosshair",Wm={n:"top",w:"left",s:"bottom",e:"right"},Xm=1500,Qm={n:"s",w:"e",s:"n",e:"w"},Gm=20;function Km(e,t,n,i,r,o,s){this._canvas=e,this._dragging=t,this._eventBus=n,this._modeling=i,this._rules=r,this._toolManager=o,this._mouse=s;var a=this;o.registerTool("space",{tool:"spaceTool.selection",dragging:"spaceTool"}),n.on("spaceTool.selection.end",(function(e){n.once("spaceTool.selection.ended",(function(){a.activateMakeSpace(e.originalEvent)}))})),n.on("spaceTool.move",Xm,(function(e){var t=e.context,n=t.initialized;n||(n=t.initialized=a.init(e,t)),n&&Zm(e)})),n.on("spaceTool.end",(function(e){var t=e.context,i=t.axis,r=t.direction,o=t.movingShapes,s=t.resizingShapes,l=t.start;if(t.initialized){Zm(e);var c={x:0,y:0};c[i]=Fm(e["d"+i]),a.makeSpace(o,s,c,r,l),n.once("spaceTool.ended",(function(e){a.activateSelection(e.originalEvent,!0,!0)}))}}))}function Ym(e){return{top:e.top-Gm,right:e.right+Gm,bottom:e.bottom+Gm,left:e.left-Gm}}function Zm(e){var t,n,i=e.context.spaceToolConstraints;i&&(u(i.left)&&(t=Math.max(e.x,i.left),e.dx=e.dx+t-e.x,e.x=t),u(i.right)&&(t=Math.min(e.x,i.right),e.dx=e.dx+t-e.x,e.x=t),u(i.top)&&(n=Math.max(e.y,i.top),e.dy=e.dy+n-e.y,e.y=n),u(i.bottom)&&(n=Math.min(e.y,i.bottom),e.dy=e.dy+n-e.y,e.y=n))}function Jm(e,t){return-1!==e.indexOf(t)}Km.$inject=["canvas","dragging","eventBus","modeling","rules","toolManager","mouse"],Km.prototype.activateSelection=function(e,t,n){this._dragging.init(e,"spaceTool.selection",{autoActivate:t,cursor:Um,data:{context:{reactivate:n}},trapClick:!1})},Km.prototype.activateMakeSpace=function(e){this._dragging.init(e,"spaceTool",{autoActivate:!0,cursor:Um,data:{context:{}}})},Km.prototype.makeSpace=function(e,t,n,i,r){return this._modeling.createSpace(e,t,n,i,r)},Km.prototype.init=function(e,t){var n=Vm(e.dx)>Vm(e.dy)?"x":"y",i=e["d"+n],r=e[n]-i;if(Vm(i)<5)return!1;i<0&&(i*=-1),Go(e)&&(i*=-1);var o=function(e,t){if("x"===e){if(t>0)return"e";if(t<0)return"w"}if("y"===e){if(t>0)return"s";if(t<0)return"n"}return null}(n,i),s=this._canvas.getRootElement();!Ko(e)&&e.hover&&(s=e.hover);var a=[..._t(s,!0),...s.attachers||[]],l=this.calculateAdjustments(a,n,i,r),c=function(e,t,n,i,r){var o=e.movingShapes,s=e.resizingShapes;if(!s.length)return;var a,l,c={};return b(s,(function(e){var p,d,h,m,f,g,y=e.attachers,b=e.children,x=_n(e),w=v(b,(function(e){return!(vn(e)||bn(e)||Jm(o,e)||Jm(s,e))})),_=v(b,(function(e){return!vn(e)&&!bn(e)&&Jm(o,e)})),E=[],O=[];w.length&&(d=Ym(_n(Et(w))),p=i-x[Wm[n]]+d[Wm[n]],"n"===n?c.bottom=l=u(l)?Math.min(l,p):p:"w"===n?c.right=l=u(l)?Math.min(l,p):p:"s"===n?c.top=a=u(a)?Math.max(a,p):p:"e"===n&&(c.left=a=u(a)?Math.max(a,p):p)),_.length&&(h=Ym(_n(Et(_))),p=i-h[Wm[Qm[n]]]+x[Wm[Qm[n]]],"n"===n?c.bottom=l=u(l)?Math.min(l,p):p:"w"===n?c.right=l=u(l)?Math.min(l,p):p:"s"===n?c.top=a=u(a)?Math.max(a,p):p:"e"===n&&(c.left=a=u(a)?Math.max(a,p):p)),y&&y.length&&(y.forEach((function(e){Jm(o,e)?E.push(e):O.push(e)})),E.length&&(m=_n(Et(E.map(Pn))),f=x[Wm[Qm[n]]]-(m[Wm[Qm[n]]]-i)),O.length&&(g=_n(Et(O.map(Pn)))[Wm[n]]-(x[Wm[n]]-i)),"n"===n?(p=Math.min(f||1/0,g||1/0),c.bottom=l=u(l)?Math.min(l,p):p):"w"===n?(p=Math.min(f||1/0,g||1/0),c.right=l=u(l)?Math.min(l,p):p):"s"===n?(p=Math.max(f||-1/0,g||-1/0),c.top=a=u(a)?Math.max(a,p):p):"e"===n&&(p=Math.max(f||-1/0,g||-1/0),c.left=a=u(a)?Math.max(a,p):p));var P=r&&r[e.id];P&&("n"===n?(p=i+e[Hm[t]]-P[Hm[t]],c.bottom=l=u(l)?Math.min(l,p):p):"w"===n?(p=i+e[Hm[t]]-P[Hm[t]],c.right=l=u(l)?Math.min(l,p):p):"s"===n?(p=i-e[Hm[t]]+P[Hm[t]],c.top=a=u(a)?Math.max(a,p):p):"e"===n&&(p=i-e[Hm[t]]+P[Hm[t]],c.left=a=u(a)?Math.max(a,p):p))})),c}(l,n,o,r,this._eventBus.fire("spaceTool.getMinDimensions",{axis:n,direction:o,shapes:l.resizingShapes,start:r}));return L(t,l,{axis:n,direction:o,spaceToolConstraints:c,start:r}),la("resize-"+("x"===n?"ew":"ns")),!0},Km.prototype.calculateAdjustments=function(e,t,n,i){var r=this._rules,o=[],s=[],a=[],l=[];function c(e){o.includes(e)||o.push(e);var t=e.label;t&&!o.includes(t)&&o.push(t)}b(e,(function(e){if(e.parent&&!bn(e))if(vn(e))l.push(e);else{var o=e[t],p=o+e[Hm[t]];if(function(e){return!!e.host}(e)&&(n>0&&Pn(e)[t]>i||n<0&&Pn(e)[t]<i))a.push(e);else{var u;if(!(n>0&&o>i||n<0&&p<i))return o<i&&p>i&&r.allowed("shape.resize",{shape:e})?(u=e,void(s.includes(u)||s.push(u))):void 0;c(e)}}})),b(o,(function(e){var t=e.attachers;t&&b(t,(function(e){c(e)}))}));var p=o.concat(s);return b(a,(function(e){var t=e.host;Jm(p,t)&&c(e)})),p=o.concat(s),b(l,(function(e){var t=e.source,n=e.target,i=e.label;Jm(p,t)&&Jm(p,n)&&i&&c(i)})),{movingShapes:o,resizingShapes:s}},Km.prototype.toggle=function(){if(this.isActive())return this._dragging.cancel();var e=this._mouse.getLastMoveEvent();this.activateSelection(e,!!e)},Km.prototype.isActive=function(){var e=this._dragging.context();return!!e&&/^spaceTool/.test(e.prefix)};var ef="djs-dragging",tf="djs-resizing",nf=Math.max;function rf(e,t,n,i,r){function o(e,t){b(e,(function(e){r.addDragger(e,t),n.addMarker(e,ef)}))}e.on("spaceTool.selection.start",(function(e){var t=n.getLayer("space"),r=e.context,o="M 0,-10000 L 0,10000",s="M -10000,0 L 10000,0",a=Le("g");Te(a,i.cls("djs-crosshair-group",["no-events"])),Pe(t,a);var l=Le("path");Te(l,"d",o),Me(l).add("djs-crosshair"),Pe(a,l);var c=Le("path");Te(c,"d",s),Me(c).add("djs-crosshair"),Pe(a,c),r.crosshairGroup=a})),e.on("spaceTool.selection.move",(function(e){ni(e.context.crosshairGroup,e.x,e.y)})),e.on("spaceTool.selection.cleanup",(function(e){var t=e.context.crosshairGroup;t&&De(t)})),e.on("spaceTool.move",250,(function(e){var s=e.context,a=s.line,l=s.axis,c=s.movingShapes,p=s.resizingShapes;if(s.initialized){if(!s.dragGroup){var u=n.getLayer("space");Te(a=Le("path"),"d","M0,0 L0,0"),Me(a).add("djs-crosshair"),Pe(u,a),s.line=a;var d=Le("g");Te(d,i.cls("djs-drag-group",["no-events"])),Pe(n.getActiveLayer(),d),o(c,d),o(s.movingConnections=t.filter((function(e){var t=!1;b(c,(function(n){b(n.outgoing,(function(n){e===n&&(t=!0)}))}));var n=!1;b(c,(function(t){b(t.incoming,(function(t){e===t&&(n=!0)}))}));var i=!1;b(p,(function(t){b(t.outgoing,(function(t){e===t&&(i=!0)}))}));var r=!1;return b(p,(function(t){b(t.incoming,(function(t){e===t&&(r=!0)}))})),vn(e)&&(t||i)&&(n||r)})),d),s.dragGroup=d}if(!s.frameGroup){var h=Le("g");Te(h,i.cls("djs-frame-group",["no-events"])),Pe(n.getActiveLayer(),h);var m=[];b(p,(function(e){var t=r.addFrame(e,h),i=t.getBBox();m.push({element:t,initialBounds:i}),n.addMarker(e,tf)})),s.frameGroup=h,s.frames=m}Te(a,{d:{x:"M"+e.x+", -10000 L"+e.x+", 10000",y:"M -10000, "+e.y+" L 10000, "+e.y}[l]});var f={x:e.dx,y:e.dy};f[{x:"y",y:"x"}[s.axis]]=0,ni(s.dragGroup,f.x,f.y),b(s.frames,(function(e){var t,n,i=e.element,r=e.initialBounds;"e"===s.direction?Te(i,{width:nf(r.width+f.x,5)}):Te(i,{width:t=nf(r.width-f.x,5),x:r.x+r.width-t}),"s"===s.direction?Te(i,{height:nf(r.height+f.y,5)}):Te(i,{height:n=nf(r.height-f.y,5),y:r.y+r.height-n})}))}})),e.on("spaceTool.cleanup",(function(e){var t=e.context,i=t.movingShapes,r=t.movingConnections,o=t.resizingShapes,s=t.line,a=t.dragGroup,l=t.frameGroup;b(i,(function(e){n.removeMarker(e,ef)})),b(r,(function(e){n.removeMarker(e,ef)})),a&&(De(s),De(a)),b(o,(function(e){n.removeMarker(e,tf)})),l&&De(l)}))}rf.$inject=["eventBus","elementRegistry","canvas","styles","previewSupport"];var of={__init__:["spaceToolPreview"],__depends__:[Lc,Hc,qm,Zp,bm],spaceTool:["type",Km],spaceToolPreview:["type",rf]};function sf(e){e.invoke(Km,this)}sf.$inject=["injector"],e(sf,Km),sf.prototype.calculateAdjustments=function(e,t,n,i){var r=Km.prototype.calculateAdjustments.call(this,e,t,n,i);return r.resizingShapes=r.resizingShapes.filter((function(e){return!Ar(e,"bpmn:TextAnnotation")&&("y"!==t||!function(e){return Ar(e,"bpmn:Participant")&&!Rr(e).processRef}(e))})),r};var af={__depends__:[of],spaceTool:["type",sf]};function lf(e,t){this._handlerMap={},this._stack=[],this._stackIdx=-1,this._currentExecution={actions:[],dirty:[],trigger:null},this._injector=t,this._eventBus=e,this._uid=1,e.on(["diagram.destroy","diagram.clear"],(function(){this.clear(!1)}),this)}lf.$inject=["eventBus","injector"],lf.prototype.execute=function(e,t){if(!e)throw new Error("command required");this._currentExecution.trigger="execute";const n={command:e,context:t};this._pushAction(n),this._internalExecute(n),this._popAction()},lf.prototype.canExecute=function(e,t){const n={command:e,context:t},i=this._getHandler(e);let r=this._fire(e,"canExecute",n);if(void 0===r){if(!i)return!1;i.canExecute&&(r=i.canExecute(t))}return r},lf.prototype.clear=function(e){this._stack.length=0,this._stackIdx=-1,!1!==e&&this._fire("changed",{trigger:"clear"})},lf.prototype.undo=function(){let e,t=this._getUndoAction();if(t){for(this._currentExecution.trigger="undo",this._pushAction(t);t&&(this._internalUndo(t),e=this._getUndoAction(),e&&e.id===t.id);)t=e;this._popAction()}},lf.prototype.redo=function(){let e,t=this._getRedoAction();if(t){for(this._currentExecution.trigger="redo",this._pushAction(t);t&&(this._internalExecute(t,!0),e=this._getRedoAction(),e&&e.id===t.id);)t=e;this._popAction()}},lf.prototype.register=function(e,t){this._setHandler(e,t)},lf.prototype.registerHandler=function(e,t){if(!e||!t)throw new Error("command and handlerCls must be defined");const n=this._injector.instantiate(t);this.register(e,n)},lf.prototype.canUndo=function(){return!!this._getUndoAction()},lf.prototype.canRedo=function(){return!!this._getRedoAction()},lf.prototype._getRedoAction=function(){return this._stack[this._stackIdx+1]},lf.prototype._getUndoAction=function(){return this._stack[this._stackIdx]},lf.prototype._internalUndo=function(e){const t=e.command,n=e.context,i=this._getHandler(t);this._atomicDo((()=>{this._fire(t,"revert",e),i.revert&&this._markDirty(i.revert(n)),this._revertedAction(e),this._fire(t,"reverted",e)}))},lf.prototype._fire=function(e,t,n){arguments.length<3&&(n=t,t=null);const i=t?[e+"."+t,t]:[e];let r;n=this._eventBus.createEvent(n);for(const e of i)if(r=this._eventBus.fire("commandStack."+e,n),n.cancelBubble)break;return r},lf.prototype._createId=function(){return this._uid++},lf.prototype._atomicDo=function(e){const t=this._currentExecution;t.atomic=!0;try{e()}finally{t.atomic=!1}},lf.prototype._internalExecute=function(e,t){const n=e.command,i=e.context,r=this._getHandler(n);if(!r)throw new Error("no command handler registered for <"+n+">");this._pushAction(e),t||(this._fire(n,"preExecute",e),r.preExecute&&r.preExecute(i),this._fire(n,"preExecuted",e)),this._atomicDo((()=>{this._fire(n,"execute",e),r.execute&&this._markDirty(r.execute(i)),this._executedAction(e,t),this._fire(n,"executed",e)})),t||(this._fire(n,"postExecute",e),r.postExecute&&r.postExecute(i),this._fire(n,"postExecuted",e)),this._popAction()},lf.prototype._pushAction=function(e){const t=this._currentExecution,n=t.actions,i=n[0];if(t.atomic)throw new Error("illegal invocation in <execute> or <revert> phase (action: "+e.command+")");e.id||(e.id=i&&i.id||this._createId()),n.push(e)},lf.prototype._popAction=function(){const e=this._currentExecution,t=e.trigger,n=e.actions,i=e.dirty;n.pop(),n.length||(this._eventBus.fire("elements.changed",{elements:T("id",i.reverse())}),i.length=0,this._fire("changed",{trigger:t}),e.trigger=null)},lf.prototype._markDirty=function(e){const t=this._currentExecution;e&&(e=c(e)?e:[e],t.dirty=t.dirty.concat(e))},lf.prototype._executedAction=function(e,t){const n=++this._stackIdx;t||this._stack.splice(n,this._stack.length,e)},lf.prototype._revertedAction=function(e){this._stackIdx--},lf.prototype._getHandler=function(e){return this._handlerMap[e]},lf.prototype._setHandler=function(e,t){if(!e||!t)throw new Error("command and handler required");if(this._handlerMap[e])throw new Error("overriding handler for command <"+e+">");this._handlerMap[e]=t};var cf={commandStack:["type",lf]};function pf(e,t){if("function"!=typeof t)throw new Error("removeFn iterator must be a function");if(e){for(var n;n=e[0];)t(n);return e}}function uf(e,t,n){bs.call(this,t);var i=e.get("movePreview",!1);t.on("shape.move.start",1400,(function(e){var t=e.context,n=t.shapes,i=t.validatedShapes;t.shapes=df(n),t.validatedShapes=df(i)})),i&&t.on("shape.move.start",250,(function(e){var t=e.context,n=t.shapes,r=[];b(n,(function(e){b(e.labels,(function(n){n.hidden||-1!==t.shapes.indexOf(n)||r.push(n),e.labelTarget&&r.push(e)}))})),b(r,(function(e){i.makeDraggable(t,e,!0)}))})),this.preExecuted("elements.move",1400,(function(e){var t=e.context.closure,n=t.enclosedElements,i=[];b(n,(function(e){b(e.labels,(function(e){n[e.id]||i.push(e)}))})),t.addAll(i)})),this.preExecute(["connection.delete","shape.delete"],(function(e){var t=e.context;pf((t.connection||t.shape).labels,(function(e){n.removeShape(e,{nested:!0})}))})),this.execute("shape.delete",(function(e){var t=e.context,n=t.shape,i=n.labelTarget;i&&(t.labelTargetIndex=Mt(i.labels,n),t.labelTarget=i,n.labelTarget=null)})),this.revert("shape.delete",(function(e){var t=e.context,n=t.shape,i=t.labelTarget,r=t.labelTargetIndex;i&&(At(i.labels,n,r),n.labelTarget=i)}))}function df(e){return v(e,(function(t){return-1===e.indexOf(t.labelTarget)}))}e(uf,bs),uf.$inject=["injector","eventBus","modeling"];var hf={__init__:["labelSupport"],labelSupport:["type",uf]},mf="attach-ok";function ff(e,t,n,i,r){bs.call(this,t);var o=e.get("movePreview",!1);t.on("shape.move.start",1401,(function(e){var t,n,i=e.context,r=i.shapes,o=i.validatedShapes;i.shapes=(n=gf(t=r),A("id",t,n)),i.validatedShapes=function(e){var t=C(e,"id");return v(e,(function(e){for(;e;){if(e.host&&t[e.host.id])return!1;e=e.parent}return!0}))}(o)})),o&&t.on("shape.move.start",251,(function(e){var t=e.context;b(gf(t.shapes),(function(e){o.makeDraggable(t,e,!0),b(e.labels,(function(e){o.makeDraggable(t,e,!0)}))}))})),o&&t.on("shape.move.start",(function(e){var i=e.context.shapes;if(1===i.length){var r=i[0].host;r&&(n.addMarker(r,mf),t.once(["shape.move.out","shape.move.cleanup"],(function(){n.removeMarker(r,mf)})))}})),this.preExecuted("elements.move",1401,(function(e){var t=e.context,n=t.closure;b(gf(t.shapes),(function(e){n.add(e,n.topLevel[e.host.id])}))})),this.postExecuted("elements.move",(function(e){var t=e.context,n=t.shapes,i=t.newHost;i&&1!==n.length||b(i?n:v(n,(function(e){var t,i=e.host;return function(e){return!!e.host}(e)&&(t=i,!(-1!==n.indexOf(t)))})),(function(e){r.updateAttachment(e,i)}))})),this.postExecuted("elements.move",(function(e){b(e.context.shapes,(function(e){b(e.attachers,(function(e){b(e.outgoing.slice(),(function(e){i.allowed("connection.reconnect",{connection:e,source:e.source,target:e.target})||r.removeConnection(e)})),b(e.incoming.slice(),(function(e){i.allowed("connection.reconnect",{connection:e,source:e.source,target:e.target})||r.removeConnection(e)}))}))}))})),this.postExecute("shape.create",(function(e){var t=e.context,n=t.shape,i=t.host;i&&r.updateAttachment(n,i)})),this.postExecute("shape.replace",(function(e){var t=e.context,n=t.oldShape,o=t.newShape;pf(n.attachers,(function(e){"attach"===i.allowed("elements.move",{target:o,shapes:[e]})?r.updateAttachment(e,o):r.removeShape(e)})),o.attachers.length&&b(o.attachers,(function(e){var t=yd(e,n,o);r.moveShape(e,t,e.parent)}))})),this.postExecute("shape.resize",(function(e){var t=e.context,n=t.shape,i=t.oldBounds,o=t.newBounds,s=n.attachers;!1!==(t.hints||{}).attachSupport&&b(s,(function(e){var t=yd(e,i,o);r.moveShape(e,t,e.parent),b(e.labels,(function(e){r.moveShape(e,t,e.parent)}))}))})),this.preExecute("shape.delete",(function(e){var t=e.context.shape;pf(t.attachers,(function(e){r.removeShape(e)})),t.host&&r.updateAttachment(t,null)}))}function gf(e){return i(O(e,(function(e){return e.attachers||[]})))}e(ff,bs),ff.$inject=["injector","eventBus","canvas","rules","modeling"];var yf={__depends__:[Hc],__init__:["attachSupport"],attachSupport:["type",ff]};function vf(e){this._model=e}function bf(e,t,n,i){bs.call(this,e),this._bpmnFactory=t,this._translate=i;var r=this;function o(e){b(e.context.oldRoot.children,(function(e){Ar(e,"bpmn:BaseElement")&&r.updateParent(e)}))}function s(e){var t=e.context.shape;Ar(t,"bpmn:BaseElement")&&r.updateBounds(t)}function a(e){r.updateConnection(e.context)}function l(e){r.updateConnectionWaypoints(e.context.connection)}function c(e){r.updateAttachment(e.context)}function p(e){const{element:n}=e.context,i=lo(n),r=Dr(n),o=r&&r.get("label");io(n)||(i&&!o?r.set("label",t.create("bpmndi:BPMNLabel")):!i&&o&&r.set("label",void 0))}this.executed(["connection.layout","connection.create"],(function(e){var t,i=e.context,r=i.hints||{};i.cropped||!1===r.createElementsBehavior||((t=i.connection).waypoints=n.getCroppedWaypoints(t),i.cropped=!0)})),this.reverted(["connection.layout"],(function(e){delete e.context.cropped})),this.executed(["shape.move","shape.create","shape.delete","connection.create","connection.move","connection.delete"],xf((function(e){var t=e.context;r.updateParent(t.shape||t.connection,t.oldParent)}))),this.reverted(["shape.move","shape.create","shape.delete","connection.create","connection.move","connection.delete"],xf((function(e){var t=e.context,n=t.shape||t.connection,i=t.parent||t.newParent;r.updateParent(n,i)}))),this.executed(["canvas.updateRoot"],o),this.reverted(["canvas.updateRoot"],o),this.executed(["shape.move","shape.create","shape.resize"],xf((function(e){"label"!==e.context.shape.type&&s(e)}))),this.reverted(["shape.move","shape.create","shape.resize"],xf((function(e){"label"!==e.context.shape.type&&s(e)}))),e.on("shape.changed",(function(e){"label"===e.element.type&&s({context:{shape:e.element}})})),this.executed(["connection.create","connection.move","connection.delete","connection.reconnect"],xf(a)),this.reverted(["connection.create","connection.move","connection.delete","connection.reconnect"],xf(a)),this.executed(["connection.layout","connection.move","connection.updateWaypoints"],xf(l)),this.reverted(["connection.layout","connection.move","connection.updateWaypoints"],xf(l)),this.executed("connection.reconnect",xf((function(e){var t=e.context,n=t.connection,i=t.oldSource,r=t.newSource,o=Rr(n),s=Rr(i),a=Rr(r);o.conditionExpression&&!Mr(a,["bpmn:Activity","bpmn:ExclusiveGateway","bpmn:InclusiveGateway"])&&(t.oldConditionExpression=o.conditionExpression,delete o.conditionExpression),i!==r&&s.default===o&&(t.oldDefault=s.default,delete s.default)}))),this.reverted("connection.reconnect",xf((function(e){var t=e.context,n=t.connection,i=t.oldSource,r=t.newSource,o=Rr(n),s=Rr(i),a=Rr(r);t.oldConditionExpression&&(o.conditionExpression=t.oldConditionExpression),t.oldDefault&&(s.default=t.oldDefault,delete a.default)}))),this.executed(["element.updateAttachment"],xf(c)),this.reverted(["element.updateAttachment"],xf(c)),this.executed("element.updateLabel",xf(p)),this.reverted("element.updateLabel",xf(p))}function xf(e){return function(t){var n=t.context;Ar(n.shape||n.connection||n.element,"bpmn:BaseElement")&&e(t)}}function wf(e,t,n){Gn.call(this),this._bpmnFactory=e,this._moddle=t,this._translate=n}function _f(e,t,n){return void 0===t[n]?t:(e[n]=t[n],F(t,[n]))}function Ef(e,t){this._modeling=e,this._canvas=t}function Of(e){this._modeling=e}function Pf(e,t){this._canvas=e,this._layouter=t}vf.$inject=["moddle"],vf.prototype._needsId=function(e){return Mr(e,["bpmn:RootElement","bpmn:FlowElement","bpmn:MessageFlow","bpmn:DataAssociation","bpmn:Artifact","bpmn:Participant","bpmn:Lane","bpmn:LaneSet","bpmn:Process","bpmn:Collaboration","bpmndi:BPMNShape","bpmndi:BPMNEdge","bpmndi:BPMNDiagram","bpmndi:BPMNPlane","bpmn:Property","bpmn:CategoryValue"])},vf.prototype._ensureId=function(e){var t;e.id?this._model.ids.claim(e.id,e):(t=Ar(e,"bpmn:Activity")?"Activity":Ar(e,"bpmn:Event")?"Event":Ar(e,"bpmn:Gateway")?"Gateway":Mr(e,["bpmn:SequenceFlow","bpmn:MessageFlow"])?"Flow":(e.$type||"").replace(/^[^:]*:/g,""),t+="_",!e.id&&this._needsId(e)&&(e.id=this._model.ids.nextPrefixed(t,e)))},vf.prototype.create=function(e,t){var n=this._model.create(e,t||{});return this._ensureId(n),n},vf.prototype.createDiLabel=function(){return this.create("bpmndi:BPMNLabel",{bounds:this.createDiBounds()})},vf.prototype.createDiShape=function(e,t){return this.create("bpmndi:BPMNShape",L({bpmnElement:e,bounds:this.createDiBounds()},t))},vf.prototype.createDiBounds=function(e){return this.create("dc:Bounds",e)},vf.prototype.createDiWaypoints=function(e){var t=this;return O(e,(function(e){return t.createDiWaypoint(e)}))},vf.prototype.createDiWaypoint=function(e){return this.create("dc:Point",V(e,["x","y"]))},vf.prototype.createDiEdge=function(e,t){return this.create("bpmndi:BPMNEdge",L({bpmnElement:e,waypoint:this.createDiWaypoints([])},t))},vf.prototype.createDiPlane=function(e,t){return this.create("bpmndi:BPMNPlane",L({bpmnElement:e},t))},e(bf,bs),bf.$inject=["eventBus","bpmnFactory","connectionDocking","translate"],bf.prototype.updateAttachment=function(e){var t=e.shape,n=t.businessObject,i=t.host;n.attachedToRef=i&&i.businessObject},bf.prototype.updateParent=function(e,t){if(!(bn(e)||Ar(e,"bpmn:DataStoreReference")&&e.parent&&Ar(e.parent,"bpmn:Collaboration"))){var n=e.parent,i=e.businessObject,r=Dr(e),o=n&&n.businessObject,s=Dr(n);Ar(e,"bpmn:FlowNode")&&this.updateFlowNodeRefs(i,o,t&&t.businessObject),Ar(e,"bpmn:DataOutputAssociation")&&(o=e.source?e.source.businessObject:null),Ar(e,"bpmn:DataInputAssociation")&&(o=e.target?e.target.businessObject:null),this.updateSemanticParent(i,o),Ar(e,"bpmn:DataObjectReference")&&i.dataObjectRef&&this.updateSemanticParent(i.dataObjectRef,o),this.updateDiParent(r,s)}},bf.prototype.updateBounds=function(e){var t=Dr(e),n=function(e){if(!Ar(e,"bpmn:Activity"))return;var t=Dr(e);if(!t)return;var n=t.get("label");if(!n)return;return n.get("bounds")}(e);if(n){var i=ha(n,t.get("bounds"));L(n,{x:e.x+i.x,y:e.y+i.y})}var r=bn(e)?this._getLabel(t):t,o=r.bounds;o||(o=this._bpmnFactory.createDiBounds(),r.set("bounds",o)),L(o,{x:e.x,y:e.y,width:e.width,height:e.height})},bf.prototype.updateFlowNodeRefs=function(e,t,n){n!==t&&(Ar(n,"bpmn:Lane")&&Tt(n.get("flowNodeRef"),e),Ar(t,"bpmn:Lane")&&At(t.get("flowNodeRef"),e))},bf.prototype.updateDiConnection=function(e,t,n){var i=Dr(e),r=Dr(t),o=Dr(n);i.sourceElement&&i.sourceElement.bpmnElement!==Rr(t)&&(i.sourceElement=t&&r),i.targetElement&&i.targetElement.bpmnElement!==Rr(n)&&(i.targetElement=n&&o)},bf.prototype.updateDiParent=function(e,t){if(t&&!Ar(t,"bpmndi:BPMNPlane")&&(t=t.$parent),e.$parent!==t){var n=(t||e.$parent).get("planeElement");t?(n.push(e),e.$parent=t):(Tt(n,e),e.$parent=null)}},bf.prototype.getLaneSet=function(e){var t,n;return Ar(e,"bpmn:Lane")?((t=e.childLaneSet)||(t=this._bpmnFactory.create("bpmn:LaneSet"),e.childLaneSet=t,t.$parent=e),t):(Ar(e,"bpmn:Participant")&&(e=e.processRef),(t=(n=e.get("laneSets"))[0])||((t=this._bpmnFactory.create("bpmn:LaneSet")).$parent=e,n.push(t)),t)},bf.prototype.updateSemanticParent=function(e,t,n){var i,r=this._translate;if(e.$parent!==t&&(!Ar(e,"bpmn:DataInput")&&!Ar(e,"bpmn:DataOutput")||(Ar(t,"bpmn:Participant")&&"processRef"in t&&(t=t.processRef),!("ioSpecification"in t)||t.ioSpecification!==e.$parent))){if(Ar(e,"bpmn:Lane"))t&&(t=this.getLaneSet(t)),i="lanes";else if(Ar(e,"bpmn:FlowElement")){if(t)if(Ar(t,"bpmn:Participant"))t=t.processRef;else if(Ar(t,"bpmn:Lane"))do{t=t.$parent.$parent}while(Ar(t,"bpmn:Lane"));i="flowElements"}else if(Ar(e,"bpmn:Artifact")){for(;t&&!Ar(t,"bpmn:Process")&&!Ar(t,"bpmn:SubProcess")&&!Ar(t,"bpmn:Collaboration");){if(Ar(t,"bpmn:Participant")){t=t.processRef;break}t=t.$parent}i="artifacts"}else if(Ar(e,"bpmn:MessageFlow"))i="messageFlows";else if(Ar(e,"bpmn:Participant")){i="participants";var o,s=e.processRef;s&&(o=function(e){for(;e&&!Ar(e,"bpmn:Definitions");)e=e.$parent;return e}(e.$parent||t),e.$parent&&(Tt(o.get("rootElements"),s),s.$parent=null),t&&(At(o.get("rootElements"),s),s.$parent=o))}else Ar(e,"bpmn:DataOutputAssociation")?i="dataOutputAssociations":Ar(e,"bpmn:DataInputAssociation")&&(i="dataInputAssociations");if(!i)throw new Error(r("no parent for {element} in {parent}",{element:e.id,parent:t.id}));var a;if(e.$parent&&Tt(a=e.$parent.get(i),e),t?((a=t.get(i)).push(e),e.$parent=t):e.$parent=null,n){var l=n.get(i);Tt(a,e),t&&(l||(l=[],t.set(i,l)),l.push(e))}}},bf.prototype.updateConnectionWaypoints=function(e){Dr(e).set("waypoint",this._bpmnFactory.createDiWaypoints(e.waypoints))},bf.prototype.updateConnection=function(e){var t,n=e.connection,i=Rr(n),r=n.source,o=Rr(r),s=n.target,a=Rr(n.target);if(Ar(i,"bpmn:DataAssociation"))Ar(i,"bpmn:DataInputAssociation")?(i.get("sourceRef")[0]=o,t=e.parent||e.newParent||a,this.updateSemanticParent(i,a,t)):Ar(i,"bpmn:DataOutputAssociation")&&(t=e.parent||e.newParent||o,this.updateSemanticParent(i,o,t),i.targetRef=a);else{var l=Ar(i,"bpmn:SequenceFlow");i.sourceRef!==o&&(l&&(Tt(i.sourceRef&&i.sourceRef.get("outgoing"),i),o&&o.get("outgoing")&&o.get("outgoing").push(i)),i.sourceRef=o),i.targetRef!==a&&(l&&(Tt(i.targetRef&&i.targetRef.get("incoming"),i),a&&a.get("incoming")&&a.get("incoming").push(i)),i.targetRef=a)}this.updateConnectionWaypoints(n),this.updateDiConnection(n,r,s)},bf.prototype._getLabel=function(e){return e.label||(e.label=this._bpmnFactory.createDiLabel()),e.label},e(wf,Gn),wf.$inject=["bpmnFactory","moddle","translate"],wf.prototype._baseCreate=Gn.prototype.create,wf.prototype.create=function(e,t){if("label"===e){var n=t.di||this._bpmnFactory.createDiLabel();return this._baseCreate(e,L({type:"label",di:n},to,t))}return this.createElement(e,t)},wf.prototype.createElement=function(e,t){var n,i,r,o=this._translate,s=(t=L({},t||{})).businessObject,l=t.di;if(!s){if(!t.type)throw new Error(o("no shape type specified"));Sr(s=this._bpmnFactory.create(t.type))}if(!Mr(l,["bpmndi:BPMNShape","bpmndi:BPMNEdge","bpmndi:BPMNDiagram","bpmndi:BPMNPlane"])){var c=L({},l||{},{id:s.id+"_di"});l="root"===e?this._bpmnFactory.createDiPlane(s,c):"connection"===e?this._bpmnFactory.createDiEdge(s,c):this._bpmnFactory.createDiShape(s,c)}return Ar(s,"bpmn:Group")&&(t=L({isFrame:!0},t)),t=function(e,t,n){return b(n,(function(n){t=_f(e,t,n)})),t}(s,t,["processRef","isInterrupting","associationDirection","isForCompensation"]),t.isExpanded&&(t=_f(l,t,"isExpanded")),Ar(s,"bpmn:SubProcess")&&(t.collapsed=!Kr(s,l)),Ar(s,"bpmn:ExclusiveGateway")&&(l.isMarkerVisible=!0),a(t.triggeredByEvent)&&(s.triggeredByEvent=t.triggeredByEvent,delete t.triggeredByEvent),a(t.cancelActivity)&&(s.cancelActivity=t.cancelActivity,delete t.cancelActivity),t.eventDefinitionType&&(i=s.get("eventDefinitions")||[],r=this._bpmnFactory.create(t.eventDefinitionType,t.eventDefinitionAttrs),"bpmn:ConditionalEventDefinition"===t.eventDefinitionType&&(r.condition=this._bpmnFactory.create("bpmn:FormalExpression")),i.push(r),r.$parent=s,s.eventDefinitions=i,delete t.eventDefinitionType),n=this.getDefaultSize(s,l),t=L({id:s.id},n,t,{businessObject:s,di:l}),this._baseCreate(e,t)},wf.prototype.getDefaultSize=function(e,t){var n=Rr(e);return t=t||Dr(e),Ar(n,"bpmn:SubProcess")?Kr(n,t)?{width:350,height:200}:{width:100,height:80}:Ar(n,"bpmn:Task")?{width:100,height:80}:Ar(n,"bpmn:Gateway")?{width:50,height:50}:Ar(n,"bpmn:Event")?{width:36,height:36}:Ar(n,"bpmn:Participant")?Kr(n,t)?{width:600,height:250}:{width:400,height:60}:Ar(n,"bpmn:Lane")?{width:400,height:100}:Ar(n,"bpmn:DataObjectReference")?{width:36,height:50}:Ar(n,"bpmn:DataStoreReference")?{width:50,height:50}:Ar(n,"bpmn:TextAnnotation")?{width:100,height:30}:Ar(n,"bpmn:Group")?{width:300,height:300}:{width:100,height:80}},wf.prototype.createParticipantShape=function(e){return p(e)||(e={isExpanded:e}),!1!==(e=L({type:"bpmn:Participant"},e||{})).isExpanded&&(e.processRef=this._bpmnFactory.create("bpmn:Process")),this.createShape(e)},Ef.$inject=["modeling","canvas"],Ef.prototype.preExecute=function(e){var t=this._modeling,n=e.elements,i=e.alignment;b(n,(function(e){var n={x:0,y:0};a(i.left)?n.x=i.left-e.x:a(i.right)?n.x=i.right-e.width-e.x:a(i.center)?n.x=i.center-Math.round(e.width/2)-e.x:a(i.top)?n.y=i.top-e.y:a(i.bottom)?n.y=i.bottom-e.height-e.y:a(i.middle)&&(n.y=i.middle-Math.round(e.height/2)-e.y),t.moveElements([e],n,e.parent)}))},Ef.prototype.postExecute=function(e){},Of.$inject=["modeling"],Of.prototype.preExecute=function(e){var t=e.source;if(!t)throw new Error("source required");var n=e.target||t.parent,i=e.shape,r=e.hints||{};i=e.shape=this._modeling.createShape(i,e.position,n,{attach:r.attach}),e.shape=i},Of.prototype.postExecute=function(e){var t,n,i=e.hints||{};t=e.source,n=e.shape,E(t.outgoing,(function(e){return e.target===n}))||(i.connectionTarget===e.source?this._modeling.connect(e.shape,e.source,e.connection):this._modeling.connect(e.source,e.shape,e.connection))},Pf.$inject=["canvas","layouter"],Pf.prototype.execute=function(e){var t=e.connection,n=e.source,i=e.target,r=e.parent,o=e.parentIndex,s=e.hints;if(!n||!i)throw new Error("source and target required");if(!r)throw new Error("parent required");return t.source=n,t.target=i,t.waypoints||(t.waypoints=this._layouter.layoutConnection(t,s)),this._canvas.addConnection(t,r,o),t},Pf.prototype.revert=function(e){var t=e.connection;return this._canvas.removeConnection(t),t.source=null,t.target=null,t};var kf=Math.round;function Sf(e){this._modeling=e}Sf.$inject=["modeling"],Sf.prototype.preExecute=function(e){var t=e.elements,n=e.parent,i=e.parentIndex,r=e.position,o=e.hints,s=this._modeling;b(t,(function(e){u(e.x)||(e.x=0),u(e.y)||(e.y=0)}));var a=Et(v(t,(function(e){return!e.hidden})));b(t,(function(e){vn(e)&&(e.waypoints=O(e.waypoints,(function(e){return{x:kf(e.x-a.x-a.width/2+r.x),y:kf(e.y-a.y-a.height/2+r.y)}}))),L(e,{x:kf(e.x-a.x-a.width/2+r.x),y:kf(e.y-a.y-a.height/2+r.y)})}));var l=vt(t),c={};b(t,(function(e){if(vn(e))c[e.id]=u(i)?s.createConnection(c[e.source.id],c[e.target.id],i,e,e.parent||n,o):s.createConnection(c[e.source.id],c[e.target.id],e,e.parent||n,o);else{var t=L({},o);-1===l.indexOf(e)&&(t.autoResize=!1),bn(e)&&(t=F(t,["attach"])),c[e.id]=u(i)?s.createShape(e,V(e,["x","y","width","height"]),e.parent||n,i,t):s.createShape(e,V(e,["x","y","width","height"]),e.parent||n,t)}})),e.elements=S(c)};var Cf=Math.round;function Tf(e){this._canvas=e}function Af(e){Tf.call(this,e)}Tf.$inject=["canvas"],Tf.prototype.execute=function(e){var t=e.shape,n=e.position,i=e.parent,r=e.parentIndex;if(!i)throw new Error("parent required");if(!n)throw new Error("position required");return void 0!==n.width?L(t,n):L(t,{x:n.x-Cf(t.width/2),y:n.y-Cf(t.height/2)}),this._canvas.addShape(t,i,r),t},Tf.prototype.revert=function(e){var t=e.shape;return this._canvas.removeShape(t),t},e(Af,Tf),Af.$inject=["canvas"];var Mf=Tf.prototype.execute;Af.prototype.execute=function(e){var t=e.shape;return function(e){["width","height"].forEach((function(t){void 0===e[t]&&(e[t]=0)}))}(t),t.labelTarget=e.labelTarget,Mf.call(this,e)};var Rf=Tf.prototype.revert;function Df(e,t){this._canvas=e,this._modeling=t}function Nf(e,t){this._modeling=e,this._elementRegistry=t}function Bf(e,t){this._canvas=e,this._modeling=t}function $f(e){this._modeling=e}Af.prototype.revert=function(e){return e.shape.labelTarget=null,Rf.call(this,e)},Df.$inject=["canvas","modeling"],Df.prototype.preExecute=function(e){var t=this._modeling,n=e.connection;pf(n.incoming,(function(e){t.removeConnection(e,{nested:!0})})),pf(n.outgoing,(function(e){t.removeConnection(e,{nested:!0})}))},Df.prototype.execute=function(e){var t=e.connection,n=t.parent;return e.parent=n,e.parentIndex=Mt(n.children,t),e.source=t.source,e.target=t.target,this._canvas.removeConnection(t),t.source=null,t.target=null,t},Df.prototype.revert=function(e){var t=e.connection,n=e.parent,i=e.parentIndex;return t.source=e.source,t.target=e.target,At(n.children,t,i),this._canvas.addConnection(t,n),t},Nf.$inject=["modeling","elementRegistry"],Nf.prototype.postExecute=function(e){var t=this._modeling,n=this._elementRegistry;b(e.elements,(function(e){n.get(e.id)&&(e.waypoints?t.removeConnection(e):t.removeShape(e))}))},Bf.$inject=["canvas","modeling"],Bf.prototype.preExecute=function(e){var t=this._modeling,n=e.shape;pf(n.incoming,(function(e){t.removeConnection(e,{nested:!0})})),pf(n.outgoing,(function(e){t.removeConnection(e,{nested:!0})})),pf(n.children,(function(e){vn(e)?t.removeConnection(e,{nested:!0}):t.removeShape(e,{nested:!0})}))},Bf.prototype.execute=function(e){var t=this._canvas,n=e.shape,i=n.parent;return e.oldParent=i,e.oldParentIndex=Mt(i.children,n),t.removeShape(n),n},Bf.prototype.revert=function(e){var t=this._canvas,n=e.shape,i=e.oldParent,r=e.oldParentIndex;return At(i.children,n,r),t.addShape(n,i),n},$f.$inject=["modeling"];var jf={x:"y",y:"x"};function If(e,t){this._layouter=e,this._canvas=t}function Lf(){}function qf(){this.allShapes={},this.allConnections={},this.enclosedElements={},this.enclosedConnections={},this.topLevel={}}function zf(e){this._modeling=e}function Vf(e){this._helper=new zf(e)}function Ff(e){this._modeling=e,this._helper=new zf(e)}function Hf(e){this._modeling=e}function Uf(e){return e.original||e}function Wf(e,t){this._modeling=e,this._rules=t}function Xf(e){this._modeling=e}function Qf(e){this._modeling=e}function Gf(e){return L({},e)}function Kf(e){switch(e){case"n":case"s":return"y";case"w":case"e":return"x"}}function Yf(e,t,n){var i=Kf(n);return/e|s/.test(n)?e[i]>t:/n|w/.test(n)?e[i]<t:void 0}function Zf(e,t){return-1!==e.indexOf(t)}function Jf(e){this._modeling=e}function eg(e){var t={};return b(e,(function(e){t[e.id]=e.hidden,e.children&&(t=L({},t,eg(e.children)))})),t}function tg(e,t){var n=[];return b(e,(function(e){e.hidden=t,n=n.concat(e),e.children&&(n=n.concat(tg(e.children,e.collapsed||t)))})),n}function ng(e,t){var n=[];return b(e,(function(e){e.hidden=t[e.id],n=n.concat(e),e.children&&(n=n.concat(ng(e.children,t)))})),n}function ig(e){this._modeling=e}function rg(e,t){return Tt(e&&e.attachers,t)}function og(e,t,n){if(e){var i=e.attachers;i||(e.attachers=i=[]),At(i,t,n)}}function sg(){}function ag(e,t,n){this._eventBus=e,this._elementFactory=t,this._commandStack=n;var i=this;e.on("diagram.init",(function(){i.registerHandlers(n)}))}function lg(e){this._elementRegistry=e}function cg(e,t){b(t,(function(t,n){e.set(n,t)}))}$f.prototype.preExecute=function(e){var t=this._modeling,n=e.groups,i=e.axis,r=e.dimension;function o(e,t){e.range.min=Math.min(t[i],e.range.min),e.range.max=Math.max(t[i]+t[r],e.range.max)}function s(e){return e[i]+e[r]/2}function a(e){return e.length-1}function l(e){return e.max-e.min}var c,p,u=n[0],d=a(n),h=n[d],m=0;b(n,(function(e,c){var p,u,h;e.elements.length<2?c&&c!==n.length-1&&(o(e,e.elements[0]),m+=l(e.range)):(u=(p=M(e.elements,i))[0],c===d&&(u=p[a(p)]),h=s(u),e.range=null,b(p,(function(n){!function(e,n){var r={y:0};r[i]=e-s(n),r[i]&&(r[jf[i]]=0,t.moveElements([n],r,n.parent))}(h,n),null!==e.range?o(e,n):e.range={min:n[i],max:n[i]+n[r]}})),c&&c!==n.length-1&&(m+=l(e.range)))})),p=Math.abs(h.range.min-u.range.max),(c=Math.round((p-m)/(n.length-1)))<n.length-1||b(n,(function(e,o){var s,a={};e!==u&&e!==h&&(s=n[o-1],e.range.max=0,b(e.elements,(function(n,o){a[jf[i]]=0,a[i]=s.range.max-n[i]+c,e.range.min!==n[i]&&(a[i]+=n[i]-e.range.min),a[i]&&t.moveElements([n],a,n.parent),e.range.max=Math.max(n[i]+n[r],o?e.range.max:0)})))}))},$f.prototype.postExecute=function(e){},If.$inject=["layouter","canvas"],If.prototype.execute=function(e){var t=e.connection;return L(e,{oldWaypoints:t.waypoints}),t.waypoints=this._layouter.layoutConnection(t,e.hints),t},If.prototype.revert=function(e){var t=e.connection;return t.waypoints=e.oldWaypoints,t},Lf.prototype.execute=function(e){var t=e.connection,n=e.delta,i=e.newParent||t.parent,r=e.newParentIndex,o=t.parent;return e.oldParent=o,e.oldParentIndex=Tt(o.children,t),At(i.children,t,r),t.parent=i,b(t.waypoints,(function(e){e.x+=n.x,e.y+=n.y,e.original&&(e.original.x+=n.x,e.original.y+=n.y)})),t},Lf.prototype.revert=function(e){var t=e.connection,n=t.parent,i=e.oldParent,r=e.oldParentIndex,o=e.delta;return Tt(n.children,t),At(i.children,t,r),t.parent=i,b(t.waypoints,(function(e){e.x-=o.x,e.y-=o.y,e.original&&(e.original.x-=o.x,e.original.y-=o.y)})),t},qf.prototype.add=function(e,t){return this.addAll([e],t)},qf.prototype.addAll=function(e,t){var n=function(e,t,n){s(t)&&(t=!0),p(t)&&(n=t,t=!0);var i=kt((n=n||{}).allShapes),r=kt(n.allConnections),o=kt(n.enclosedElements),a=kt(n.enclosedConnections),l=kt(n.topLevel,t&&C(e,(function(e){return e.id})));function c(e){l[e.source.id]&&l[e.target.id]&&(l[e.id]=[e]),i[e.source.id]&&i[e.target.id]&&(a[e.id]=o[e.id]=e),r[e.id]=e}return wt(e,(function(e){if(o[e.id]=e,!e.waypoints)return i[e.id]=e,b(e.incoming,c),b(e.outgoing,c),e.children;a[e.id]=r[e.id]=e})),{allShapes:i,allConnections:r,topLevel:l,enclosedConnections:a,enclosedElements:o}}(e,!!t,this);return L(this,n),this},zf.prototype.moveRecursive=function(e,t,n){return e?this.moveClosure(this.getClosure(e),t,n):[]},zf.prototype.moveClosure=function(e,t,n,i,r){var o=this._modeling,s=e.allShapes,a=e.allConnections,l=e.enclosedConnections,c=e.topLevel,p=!1;r&&r.parent===n&&(p=!0),b(s,(function(e){o.moveShape(e,t,c[e.id]&&!p&&n,{recurse:!1,layout:!1})})),b(a,(function(e){var i=!!s[e.source.id],r=!!s[e.target.id];l[e.id]&&i&&r?o.moveConnection(e,t,c[e.id]&&!p&&n):o.layoutConnection(e,{connectionStart:i&&Pd(e,e.source,t),connectionEnd:r&&kd(e,e.target,t)})}))},zf.prototype.getClosure=function(e){return(new qf).addAll(e,!0)},Vf.$inject=["modeling"],Vf.prototype.preExecute=function(e){e.closure=this._helper.getClosure(e.shapes)},Vf.prototype.postExecute=function(e){var t,n=e.hints;n&&n.primaryShape&&(t=n.primaryShape,n.oldParent=t.parent),this._helper.moveClosure(e.closure,e.delta,e.newParent,e.newHost,t)},Ff.$inject=["modeling"],Ff.prototype.execute=function(e){var t=e.shape,n=e.delta,i=e.newParent||t.parent,r=e.newParentIndex,o=t.parent;return e.oldBounds=V(t,["x","y","width","height"]),e.oldParent=o,e.oldParentIndex=Tt(o.children,t),At(i.children,t,r),L(t,{parent:i,x:t.x+n.x,y:t.y+n.y}),t},Ff.prototype.postExecute=function(e){var t=e.shape,n=e.delta,i=e.hints,r=this._modeling;!1!==i.layout&&(b(t.incoming,(function(e){r.layoutConnection(e,{connectionEnd:kd(e,t,n)})})),b(t.outgoing,(function(e){r.layoutConnection(e,{connectionStart:Pd(e,t,n)})}))),!1!==i.recurse&&this.moveChildren(e)},Ff.prototype.revert=function(e){var t=e.shape,n=e.oldParent,i=e.oldParentIndex,r=e.delta;return At(n.children,t,i),L(t,{parent:n,x:t.x-r.x,y:t.y-r.y}),t},Ff.prototype.moveChildren=function(e){var t=e.delta,n=e.shape;this._helper.moveRecursive(n.children,t,null)},Ff.prototype.getNewParent=function(e){return e.newParent||e.shape.parent},Hf.$inject=["modeling"],Hf.prototype.execute=function(e){var t=e.newSource,n=e.newTarget,i=e.connection,r=e.dockingOrPoints;if(!t&&!n)throw new Error("newSource or newTarget required");return c(r)&&(e.oldWaypoints=i.waypoints,i.waypoints=r),t&&(e.oldSource=i.source,i.source=t),n&&(e.oldTarget=i.target,i.target=n),i},Hf.prototype.postExecute=function(e){var t=e.connection,n=e.newSource,i=e.newTarget,r=e.dockingOrPoints,o=e.hints||{},s={};o.connectionStart&&(s.connectionStart=o.connectionStart),o.connectionEnd&&(s.connectionEnd=o.connectionEnd),!1!==o.layoutConnection&&(!n||i&&"source"!==o.docking||(s.connectionStart=s.connectionStart||Uf(c(r)?r[0]:r)),!i||n&&"target"!==o.docking||(s.connectionEnd=s.connectionEnd||Uf(c(r)?r[r.length-1]:r)),o.newWaypoints&&(s.waypoints=o.newWaypoints),this._modeling.layoutConnection(t,s))},Hf.prototype.revert=function(e){var t=e.oldSource,n=e.oldTarget,i=e.oldWaypoints,r=e.connection;return t&&(r.source=t),n&&(r.target=n),i&&(r.waypoints=i),r},Wf.$inject=["modeling","rules"],Wf.prototype.preExecute=function(e){var t,n=this,i=this._modeling,r=this._rules,o=e.oldShape,s=e.newData,a=e.hints||{};function l(e,t,n){return r.allowed("connection.reconnect",{connection:n,source:e,target:t})}var c,p={x:s.x,y:s.y},u={x:o.x,y:o.y,width:o.width,height:o.height};t=e.newShape=e.newShape||n.createShape(s,p,o.parent,a),o.host&&i.updateAttachment(t,o.host),!1!==a.moveChildren&&(c=o.children.slice(),i.moveElements(c,{x:0,y:0},t,a));var d=o.incoming.slice(),h=o.outgoing.slice();b(d,(function(e){l(e.source,t,e)&&n.reconnectEnd(e,t,Od(e,t,u),a)})),b(h,(function(e){var i=e.target;l(t,i,e)&&n.reconnectStart(e,t,Ed(e,t,u),a)}))},Wf.prototype.postExecute=function(e){var t=e.oldShape;this._modeling.removeShape(t)},Wf.prototype.execute=function(e){},Wf.prototype.revert=function(e){},Wf.prototype.createShape=function(e,t,n,i){return this._modeling.createShape(e,t,n,i)},Wf.prototype.reconnectStart=function(e,t,n,i){this._modeling.reconnectStart(e,t,n,i)},Wf.prototype.reconnectEnd=function(e,t,n,i){this._modeling.reconnectEnd(e,t,n,i)},Xf.$inject=["modeling"],Xf.prototype.execute=function(e){var t=e.shape,n=e.newBounds,i=e.minBounds;if(void 0===n.x||void 0===n.y||void 0===n.width||void 0===n.height)throw new Error("newBounds must have {x, y, width, height} properties");if(i&&(n.width<i.width||n.height<i.height))throw new Error("width and height cannot be less than minimum height and width");if(!i&&n.width<10||n.height<10)throw new Error("width and height cannot be less than 10px");return e.oldBounds={width:t.width,height:t.height,x:t.x,y:t.y},L(t,{width:n.width,height:n.height,x:n.x,y:n.y}),t},Xf.prototype.postExecute=function(e){var t=this._modeling,n=e.shape,i=e.oldBounds;!1!==(e.hints||{}).layout&&(b(n.incoming,(function(e){t.layoutConnection(e,{connectionEnd:Od(e,n,i)})})),b(n.outgoing,(function(e){t.layoutConnection(e,{connectionStart:Ed(e,n,i)})})))},Xf.prototype.revert=function(e){var t=e.shape,n=e.oldBounds;return L(t,{width:n.width,height:n.height,x:n.x,y:n.y}),t},Qf.$inject=["modeling"],Qf.prototype.preExecute=function(e){var t=e.delta,n=e.direction,i=e.movingShapes,r=e.resizingShapes,o=e.start,s={};this.moveShapes(i,t),b(r,(function(e){s[e.id]=function(e){return{x:e.x,y:e.y,height:e.height,width:e.width}}(e)})),this.resizeShapes(r,t,n),this.updateConnectionWaypoints(function(e,t){var n=[];return b(e.concat(t),(function(i){var r=i.incoming,o=i.outgoing;b(r.concat(o),(function(i){var r=i.source,o=i.target;(zm(e,r)||zm(e,o)||zm(t,r)||zm(t,o))&&(zm(n,i)||n.push(i))}))})),n}(i,r),t,n,o,i,r,s)},Qf.prototype.execute=function(){},Qf.prototype.revert=function(){},Qf.prototype.moveShapes=function(e,t){var n=this;b(e,(function(e){n._modeling.moveShape(e,t,null,{autoResize:!1,layout:!1,recurse:!1})}))},Qf.prototype.resizeShapes=function(e,t,n){var i=this;b(e,(function(e){var r=function(e,t,n){var i=e.x,r=e.y,o=e.width,s=e.height,a=n.x,l=n.y;switch(t){case"n":return{x:i,y:r+l,width:o,height:s-l};case"s":return{x:i,y:r,width:o,height:s+l};case"w":return{x:i+a,y:r,width:o-a,height:s};case"e":return{x:i,y:r,width:o+a,height:s};default:throw new Error("unknown direction: "+t)}}(e,n,t);i._modeling.resizeShape(e,r,null,{attachSupport:!1,autoResize:!1,layout:!1})}))},Qf.prototype.updateConnectionWaypoints=function(e,t,n,i,r,o,s){var a=this,l=r.concat(o);b(e,(function(e){var c=e.source,p=e.target,u=function(e){return O(e.waypoints,(function(e){return(e=Gf(e)).original&&(e.original=Gf(e.original)),e}))}(e),d=Kf(n),h={};Zf(l,c)&&Zf(l,p)?(u=O(u,(function(e){return Yf(e,i,n)&&(e[d]=e[d]+t[d]),e.original&&Yf(e.original,i,n)&&(e.original[d]=e.original[d]+t[d]),e})),a._modeling.updateWaypoints(e,u,{labelBehavior:!1})):(Zf(l,c)||Zf(l,p))&&(Zf(r,c)?h.connectionStart=Pd(e,c,t):Zf(r,p)?h.connectionEnd=kd(e,p,t):Zf(o,c)?h.connectionStart=Ed(e,c,s[c.id]):Zf(o,p)&&(h.connectionEnd=Od(e,p,s[p.id])),a._modeling.layoutConnection(e,h))}))},Jf.$inject=["modeling"],Jf.prototype.execute=function(e){var t=e.shape,n=t.children;e.oldChildrenVisibility=eg(n),t.collapsed=!t.collapsed;var i=tg(n,t.collapsed);return[t].concat(i)},Jf.prototype.revert=function(e){var t=e.shape,n=e.oldChildrenVisibility,i=ng(t.children,n);return t.collapsed=!t.collapsed,[t].concat(i)},ig.$inject=["modeling"],ig.prototype.execute=function(e){var t=e.shape,n=e.newHost,i=t.host;return e.oldHost=i,e.attacherIdx=rg(i,t),og(n,t),t.host=n,t},ig.prototype.revert=function(e){var t=e.shape,n=e.newHost,i=e.oldHost,r=e.attacherIdx;return t.host=i,rg(n,t),og(i,t,r),t},sg.prototype.execute=function(e){var t=e.connection,n=e.newWaypoints;return e.oldWaypoints=t.waypoints,t.waypoints=n,t},sg.prototype.revert=function(e){var t=e.connection,n=e.oldWaypoints;return t.waypoints=n,t},ag.$inject=["eventBus","elementFactory","commandStack"],ag.prototype.getHandlers=function(){return{"shape.append":Of,"shape.create":Tf,"shape.delete":Bf,"shape.move":Ff,"shape.resize":Xf,"shape.replace":Wf,"shape.toggleCollapse":Jf,spaceTool:Qf,"label.create":Af,"connection.create":Pf,"connection.delete":Df,"connection.move":Lf,"connection.layout":If,"connection.updateWaypoints":sg,"connection.reconnect":Hf,"elements.create":Sf,"elements.move":Vf,"elements.delete":Nf,"elements.distribute":$f,"elements.align":Ef,"element.updateAttachment":ig}},ag.prototype.registerHandlers=function(e){b(this.getHandlers(),(function(t,n){e.registerHandler(n,t)}))},ag.prototype.moveShape=function(e,t,n,i,r){"object"==typeof i&&(r=i,i=null);var o={shape:e,delta:t,newParent:n,newParentIndex:i,hints:r||{}};this._commandStack.execute("shape.move",o)},ag.prototype.updateAttachment=function(e,t){var n={shape:e,newHost:t};this._commandStack.execute("element.updateAttachment",n)},ag.prototype.moveElements=function(e,t,n,i){var r,o=(i=i||{}).attach,s=n;!0===o?(r=n,s=n.parent):!1===o&&(r=null);var a={shapes:e,delta:t,newParent:s,newHost:r,hints:i};this._commandStack.execute("elements.move",a)},ag.prototype.moveConnection=function(e,t,n,i,r){"object"==typeof i&&(r=i,i=void 0);var o={connection:e,delta:t,newParent:n,newParentIndex:i,hints:r||{}};this._commandStack.execute("connection.move",o)},ag.prototype.layoutConnection=function(e,t){var n={connection:e,hints:t||{}};this._commandStack.execute("connection.layout",n)},ag.prototype.createConnection=function(e,t,n,i,r,o){"object"==typeof n&&(o=r,r=i,i=n,n=void 0);var s={source:e,target:t,parent:r,parentIndex:n,connection:i=this._create("connection",i),hints:o};return this._commandStack.execute("connection.create",s),s.connection},ag.prototype.createShape=function(e,t,n,i,r){"number"!=typeof i&&(r=i,i=void 0);var o,s,a=(r=r||{}).attach;e=this._create("shape",e),a?(o=n.parent,s=n):o=n;var l={position:t,shape:e,parent:o,parentIndex:i,host:s,hints:r};return this._commandStack.execute("shape.create",l),l.shape},ag.prototype.createElements=function(e,t,n,i,r){c(e)||(e=[e]),"number"!=typeof i&&(r=i,i=void 0);var o={position:t,elements:e,parent:n,parentIndex:i,hints:r=r||{}};return this._commandStack.execute("elements.create",o),o.elements},ag.prototype.createLabel=function(e,t,n,i){n=this._create("label",n);var r={labelTarget:e,position:t,parent:i||e.parent,shape:n};return this._commandStack.execute("label.create",r),r.shape},ag.prototype.appendShape=function(e,t,n,i,r){r=r||{};var o={source:e,position:n,target:i,shape:t=this._create("shape",t),connection:r.connection,connectionParent:r.connectionParent,hints:r};return this._commandStack.execute("shape.append",o),o.shape},ag.prototype.removeElements=function(e){var t={elements:e};this._commandStack.execute("elements.delete",t)},ag.prototype.distributeElements=function(e,t,n){var i={groups:e,axis:t,dimension:n};this._commandStack.execute("elements.distribute",i)},ag.prototype.removeShape=function(e,t){var n={shape:e,hints:t||{}};this._commandStack.execute("shape.delete",n)},ag.prototype.removeConnection=function(e,t){var n={connection:e,hints:t||{}};this._commandStack.execute("connection.delete",n)},ag.prototype.replaceShape=function(e,t,n){var i={oldShape:e,newData:t,hints:n||{}};return this._commandStack.execute("shape.replace",i),i.newShape},ag.prototype.alignElements=function(e,t){var n={elements:e,alignment:t};this._commandStack.execute("elements.align",n)},ag.prototype.resizeShape=function(e,t,n,i){var r={shape:e,newBounds:t,minBounds:n,hints:i};this._commandStack.execute("shape.resize",r)},ag.prototype.createSpace=function(e,t,n,i,r){var o={delta:n,direction:i,movingShapes:e,resizingShapes:t,start:r};this._commandStack.execute("spaceTool",o)},ag.prototype.updateWaypoints=function(e,t,n){var i={connection:e,newWaypoints:t,hints:n||{}};this._commandStack.execute("connection.updateWaypoints",i)},ag.prototype.reconnect=function(e,t,n,i,r){var o={connection:e,newSource:t,newTarget:n,dockingOrPoints:i,hints:r||{}};this._commandStack.execute("connection.reconnect",o)},ag.prototype.reconnectStart=function(e,t,n,i){i||(i={}),this.reconnect(e,t,e.target,n,L(i,{docking:"source"}))},ag.prototype.reconnectEnd=function(e,t,n,i){i||(i={}),this.reconnect(e,e.source,t,n,L(i,{docking:"target"}))},ag.prototype.connect=function(e,t,n,i){return this.createConnection(e,t,n||{},e.parent,i)},ag.prototype._create=function(e,t){return t instanceof Fn?t:this._elementFactory.create(e,t)},ag.prototype.toggleCollapse=function(e,t){var n={shape:e,hints:t||{}};this._commandStack.execute("shape.toggleCollapse",n)},lg.$inject=["elementRegistry"],lg.prototype.execute=function(e){var t=e.element,n=e.moddleElement,i=e.properties;if(!n)throw new Error("<moddleElement> required");var r=e.changed||this._getVisualReferences(n).concat(t),o=e.oldProperties||function(e,t){return w(t,(function(t,n){return t[n]=e.get(n),t}),{})}(n,P(i));return cg(n,i),e.oldProperties=o,e.changed=r,r},lg.prototype.revert=function(e){var t=e.oldProperties,n=e.moddleElement,i=e.changed;return cg(n,t),i},lg.prototype._getVisualReferences=function(e){var t=this._elementRegistry;return Ar(e,"bpmn:DataObject")?function(e,t){return t.filter((function(t){return Ar(t,"bpmn:DataObjectReference")&&Rr(t).dataObjectRef===e}))}(e,t):[]};var pg="default",ug="id",dg="di",hg={width:0,height:0};function mg(e,t,n,i,r){this._elementRegistry=e,this._moddle=t,this._translate=n,this._modeling=i,this._textRenderer=r}function fg(e,t){return ug in e&&e[ug]!==t[ug]}function gg(e,t){var n=e.businessObject,i=Dr(e);b(t,(function(e,t){t!==dg?n.set(t,e):i&&function(e,t){b(t,(function(t,n){e.set(n,t)}))}(i,e)}))}mg.$inject=["elementRegistry","moddle","translate","modeling","textRenderer"],mg.prototype.execute=function(e){var t=e.element,n=[t],i=this._translate;if(!t)throw new Error(i("element required"));var r=this._elementRegistry,o=this._moddle.ids,s=t.businessObject,a=function(e){var t=L({},e);return yg.forEach((function(n){n in e&&(t[n]=Rr(t[n]))})),t}(e.properties),l=e.oldProperties||function(e,t){var n=P(t),i=e.businessObject,r=Dr(e);return w(n,(function(e,n){return e[n]=n!==dg?i.get(n):function(e,t){return w(t,(function(t,n){return t[n]=e&&e.get(n),t}),{})}(r,P(t.di)),e}),{})}(t,a);return fg(a,s)&&(o.unclaim(s[ug]),r.updateId(t,a[ug]),o.claim(a[ug],s)),pg in a&&(a[pg]&&n.push(r.get(a[pg].id)),s[pg]&&n.push(r.get(s[pg].id))),gg(t,a),e.oldProperties=l,e.changed=n,n},mg.prototype.postExecute=function(e){var t=e.element.label,n=t&&Rr(t).name;if(n){var i=this._textRenderer.getExternalLabelBounds(t,n);this._modeling.resizeShape(t,i,hg)}},mg.prototype.revert=function(e){var t=e.element,n=e.properties,i=e.oldProperties,r=t.businessObject,o=this._elementRegistry,s=this._moddle.ids;return gg(t,i),fg(n,r)&&(s.unclaim(n[ug]),o.updateId(t,i[ug]),s.claim(i[ug],r)),e.changed};var yg=["default"];function vg(e,t){this._canvas=e,this._modeling=t}function bg(e,t){this._modeling=e,this._spaceTool=t}function xg(e,t){this._modeling=e,this._translate=t}function wg(e,t){this._modeling=e,this._spaceTool=t}vg.$inject=["canvas","modeling"],vg.prototype.execute=function(e){var t=this._canvas,n=e.newRoot,i=n.businessObject,r=t.getRootElement(),o=r.businessObject,s=o.$parent,a=Dr(r);return t.setRootElement(n),t.removeRootElement(r),At(s.rootElements,i),i.$parent=s,Tt(s.rootElements,o),o.$parent=null,r.di=null,a.bpmnElement=i,n.di=a,e.oldRoot=r,[]},vg.prototype.revert=function(e){var t=this._canvas,n=e.newRoot,i=n.businessObject,r=e.oldRoot,o=r.businessObject,s=i.$parent,a=Dr(n);return t.setRootElement(r),t.removeRootElement(n),Tt(s.rootElements,i),i.$parent=null,At(s.rootElements,o),o.$parent=s,n.di=null,a.bpmnElement=o,r.di=a,[]},bg.$inject=["modeling","spaceTool"],bg.prototype.preExecute=function(e){var t=this._spaceTool,n=this._modeling,i=e.shape,r=e.location,o=qu(i),s=o===i,a=s?i:i.parent;Lu(a).length||n.createShape({type:"bpmn:Lane"},{x:i.x+ju,y:i.y,width:i.width-ju,height:i.height},a);var l=[];wt(o,(function(e){return l.push(e),e.label&&l.push(e.label),e===i?[]:v(e.children,(function(e){return e!==i}))}));var c="top"===r?-120:120,p="top"===r?i.y:i.y+i.height,u=p+("top"===r?10:-10),d="top"===r?"n":"s",h=t.calculateAdjustments(l,"y",c,u);t.makeSpace(h.movingShapes,h.resizingShapes,{x:0,y:c},d,u),e.newLane=n.createShape({type:"bpmn:Lane"},{x:i.x+(s?ju:0),y:p-("top"===r?120:0),width:i.width-(s?ju:0),height:120},a)},xg.$inject=["modeling","translate"],xg.prototype.preExecute=function(e){var t=this._modeling,n=this._translate,i=e.shape,r=e.count,o=Lu(i),s=o.length;if(s>r)throw new Error(n("more than {count} child lanes",{count:r}));var a,l,c,p,u,d=Math.round(i.height/r);for(u=0;u<r;u++)a=i.y+u*d,l=u===r-1?i.height-d*u:d,c={x:i.x+ju,y:a,width:i.width-ju,height:l},u<s?t.resizeShape(o[u],c):(p={type:"bpmn:Lane"},t.createShape(p,c,i))},wg.$inject=["modeling","spaceTool"],wg.prototype.preExecute=function(e){var t=e.shape,n=e.newBounds;!1!==e.balanced?this.resizeBalanced(t,n):this.resizeSpace(t,n)},wg.prototype.resizeBalanced=function(e,t){var n=this._modeling,i=zu(e,t);n.resizeShape(e,t),i.forEach((function(e){n.resizeShape(e.shape,e.newBounds)}))},wg.prototype.resizeSpace=function(e,t){var n,i,r,o,s,a=this._spaceTool,l=_n(e),c=Au(_n(t),l),p=qu(e),u=[],d=[];wt(p,(function(e){return u.push(e),(Ar(e,"bpmn:Lane")||Ar(e,"bpmn:Participant"))&&d.push(e),e.children})),(c.bottom||c.top)&&(n=c.bottom||c.top,i=e.y+(c.bottom?e.height:0)+(c.bottom?-10:10),r=c.bottom?"s":"n",o=c.top>0||c.bottom<0?-n:n,s=a.calculateAdjustments(u,"y",o,i),a.makeSpace(s.movingShapes,s.resizingShapes,{x:0,y:n},r)),(c.left||c.right)&&(n=c.right||c.left,i=e.x+(c.right?e.width:0)+(c.right?-10:100),r=c.right?"e":"w",o=c.left>0||c.right<0?-n:n,s=a.calculateAdjustments(d,"x",o,i),a.makeSpace(s.movingShapes,s.resizingShapes,{x:n,y:0},r))};var _g="flowNodeRef",Eg="lanes";function Og(e){this._elementRegistry=e}function Pg(e){this._moddle=e}Og.$inject=["elementRegistry"],Og.prototype._computeUpdates=function(e,t){var n=[],i=[],r={},o=[];function s(e){-1===n.indexOf(e)&&(o.push(e),n.push(e))}function a(e){if(!e.parent)return[];var t=function(e){var t=qu(e);return r[t.id]||(r[t.id]=Iu(t)),r[t.id]}(e);return t.filter((function(t){return n=e,i=_n(t),r=n.x+n.width/2,o=n.y+n.height/2,r>i.left&&r<i.right&&o>i.top&&o<i.bottom;var n,i,r,o})).map((function(e){return e.businessObject}))}return t.forEach((function(e){var t=qu(e);if(t&&-1===n.indexOf(t)){var i=t.children.filter((function(e){return Ar(e,"bpmn:FlowNode")}));i.forEach(s),n.push(t)}})),e.forEach(s),o.forEach((function(e){var t=e.businessObject,n=t.get(Eg).slice(),r=a(e);i.push({flowNode:t,remove:n,add:r})})),t.forEach((function(e){var t=e.businessObject;e.parent||t.get(_g).forEach((function(e){i.push({flowNode:e,remove:[t],add:[]})}))})),i},Og.prototype.execute=function(e){var t=e.updates;return t||(t=e.updates=this._computeUpdates(e.flowNodeShapes,e.laneShapes)),t.forEach((function(e){var t=e.flowNode,n=t.get(Eg);e.remove.forEach((function(e){Tt(n,e),Tt(e.get(_g),t)})),e.add.forEach((function(e){At(n,e),At(e.get(_g),t)}))})),[]},Og.prototype.revert=function(e){return e.updates.forEach((function(e){var t=e.flowNode,n=t.get(Eg);e.add.forEach((function(e){Tt(n,e),Tt(e.get(_g),t)})),e.remove.forEach((function(e){At(n,e),At(e.get(_g),t)}))})),[]},Pg.$inject=["moddle"],Pg.prototype.execute=function(e){var t=this._moddle.ids,n=e.id,i=e.element;return e.claiming?t.claim(n,i):t.unclaim(n),[]},Pg.prototype.revert=function(e){var t=this._moddle.ids,n=e.id,i=e.element;return e.claiming?t.unclaim(n):t.claim(n,i),[]};var kg={fill:void 0,stroke:void 0};function Sg(e){this._commandStack=e,this._normalizeColor=function(e){if(e){if(h(e)){var t=function(e){var t=document.createElement("canvas").getContext("2d");return t.fillStyle="transparent",t.fillStyle=e,/^#[0-9a-fA-F]{6}$/.test(t.fillStyle)?t.fillStyle:null}(e);if(t)return t}throw new Error("invalid color value: "+e)}}}Sg.$inject=["commandStack"],Sg.prototype.postExecute=function(e){var t=e.elements,n=e.colors||kg,i=this,r={};"fill"in n&&L(r,{"background-color":this._normalizeColor(n.fill)}),"stroke"in n&&L(r,{"border-color":this._normalizeColor(n.stroke)}),b(t,(function(e){var t=vn(e)?V(r,["border-color"]):r,n=Dr(e);if(function(e){"border-color"in e&&(e.stroke=e["border-color"]);"background-color"in e&&(e.fill=e["background-color"])}(t),bn(e))i._commandStack.execute("element.updateModdleProperties",{element:e,moddleElement:n.label,properties:{color:r["border-color"]}});else{if(!Mr(n,["bpmndi:BPMNEdge","bpmndi:BPMNShape"]))return;i._commandStack.execute("element.updateProperties",{element:e,properties:{di:t}})}}))};var Cg={width:0,height:0};function Tg(e,t,n){function i(e,t){var n=e.label||e,i=e.labelTarget||e;return co(n,t),[n,i]}this.preExecute=function(t){var n=t.element,i=n.businessObject,r=t.newLabel;if(!bn(n)&&io(n)&&!ro(n)&&!Ag(r)){var o=so(n);o={x:o.x,y:o.y+7},e.createLabel(n,o,{id:i.id+"_label",businessObject:i,di:n.di})}},this.execute=function(e){return e.oldLabel=lo(e.element),i(e.element,e.newLabel)},this.revert=function(e){return i(e.element,e.oldLabel)},this.postExecute=function(n){var i=n.element,r=i.label||i,o=n.newLabel,s=n.newBounds,a=n.hints||{};if(bn(r)||Ar(r,"bpmn:TextAnnotation"))if(bn(r)&&Ag(o))!1!==a.removeShape&&e.removeShape(r,{unsetLabel:!1});else{var l=lo(i);void 0===s&&(s=t.getExternalLabelBounds(r,l)),s&&e.resizeShape(r,s,Cg)}}}function Ag(e){return!e||!e.trim()}function Mg(e,t,n,i){ag.call(this,e,t,n),this._bpmnRules=i}function Rg(){}Tg.$inject=["modeling","textRenderer","bpmnFactory"],e(Mg,ag),Mg.$inject=["eventBus","elementFactory","commandStack","bpmnRules"],Mg.prototype.getHandlers=function(){var e=ag.prototype.getHandlers.call(this);return e["element.updateModdleProperties"]=lg,e["element.updateProperties"]=mg,e["canvas.updateRoot"]=vg,e["lane.add"]=bg,e["lane.resize"]=wg,e["lane.split"]=xg,e["lane.updateRefs"]=Og,e["id.updateClaim"]=Pg,e["element.setColor"]=Sg,e["element.updateLabel"]=Tg,e},Mg.prototype.updateLabel=function(e,t,n,i){this._commandStack.execute("element.updateLabel",{element:e,newLabel:t,newBounds:n,hints:i||{}})},Mg.prototype.connect=function(e,t,n,i){var r=this._bpmnRules;if(n||(n=r.canConnect(e,t)),n)return this.createConnection(e,t,n,e.parent,i)},Mg.prototype.updateModdleProperties=function(e,t,n){this._commandStack.execute("element.updateModdleProperties",{element:e,moddleElement:t,properties:n})},Mg.prototype.updateProperties=function(e,t){this._commandStack.execute("element.updateProperties",{element:e,properties:t})},Mg.prototype.resizeLane=function(e,t,n){this._commandStack.execute("lane.resize",{shape:e,newBounds:t,balanced:n})},Mg.prototype.addLane=function(e,t){var n={shape:e,location:t};return this._commandStack.execute("lane.add",n),n.newLane},Mg.prototype.splitLane=function(e,t){this._commandStack.execute("lane.split",{shape:e,count:t})},Mg.prototype.makeCollaboration=function(){var e=this._create("root",{type:"bpmn:Collaboration"}),t={newRoot:e};return this._commandStack.execute("canvas.updateRoot",t),e},Mg.prototype.makeProcess=function(){var e={newRoot:this._create("root",{type:"bpmn:Process"})};this._commandStack.execute("canvas.updateRoot",e)},Mg.prototype.updateLaneRefs=function(e,t){this._commandStack.execute("lane.updateRefs",{flowNodeShapes:e,laneShapes:t})},Mg.prototype.claimId=function(e,t){this._commandStack.execute("id.updateClaim",{id:e,element:t,claiming:!0})},Mg.prototype.unclaimId=function(e,t){this._commandStack.execute("id.updateClaim",{id:e,element:t})},Mg.prototype.setColor=function(e,t){e.length||(e=[e]),this._commandStack.execute("element.setColor",{elements:e,colors:t})},Rg.prototype.layoutConnection=function(e,t){return[(t=t||{}).connectionStart||Pn(t.source||e.source),t.connectionEnd||Pn(t.target||e.target)]};var Dg=20,Ng=5,Bg=Math.round,$g=20,jg={"h:h":20,"v:v":20,"h:v":-10,"v:h":-10};function Ig(e,t,n){var i,r,o,s=kn(t,e,Ng),a=n.split(":")[0],l=Bg((t.x-e.x)/2+e.x),c=Bg((t.y-e.y)/2+e.y),p=(o=s,{t:/top/,r:/right/,b:/bottom/,l:/left/,h:/left|right/,v:/top|bottom/}[a].test(o)),u=/h|r|l/.test(a),d=!1,h=!1;return p?(i=u?{x:l,y:e.y}:{x:e.x,y:c},r=u?"h:h":"v:v"):(d=function(e,t){return!{t:/top/,r:/right/,b:/bottom/,l:/left/,h:/./,v:/./}[t].test(e)}(s,a),r=u?"h:v":"v:h",d?u?(h=c===e.y,i={x:e.x+Dg*(/l/.test(a)?-1:1),y:h?c+Dg:c}):i={x:(h=l===e.x)?l+Dg:l,y:e.y+Dg*(/t/.test(a)?-1:1)}:i={x:l,y:c}),{waypoints:qg(e,i,r).concat(i),directions:r,turnNextDirections:h}}function Lg(e){return e.split(":").reverse().join(":")}function qg(e,t,n){if(!function(e){return e&&/^h|v|t|r|b|l:h|v|t|r|b|l$/.test(e)}(n=n||"h:h"))throw new Error("unknown directions: <"+n+">: must be specified as <start>:<end> with start/end in { h,v,t,r,b,l }");if(Ug(n)){var i=function(e,t,n){return Ig(e,t,n)}(e,t,n),r=function(e,t,n){var i=Ig(t,e,Lg(n));return{waypoints:i.waypoints.slice().reverse(),directions:Lg(i.directions),turnNextDirections:i.turnNextDirections}}(e,t,n),o=function(e,t){var n=e.directions.split(":")[1],i=t.directions.split(":")[0];e.turnNextDirections&&(n="h"==n?"v":"h"),t.turnNextDirections&&(i="h"==i?"v":"h");var r=n+":"+i;return{waypoints:qg(e.waypoints[e.waypoints.length-1],t.waypoints[0],r),directions:r}}(i,r);return[].concat(i.waypoints,o.waypoints,r.waypoints)}return function(e,t,n){var i=Bg((t.x-e.x)/2+e.x),r=Bg((t.y-e.y)/2+e.y);if("h:v"===n)return[{x:t.x,y:e.y}];if("v:h"===n)return[{x:e.x,y:t.y}];if("h:h"===n)return[{x:i,y:e.y},{x:i,y:t.y}];if("v:v"===n)return[{x:e.x,y:r},{x:t.x,y:r}];throw new Error("invalid directions: can only handle varians of [hv]:[hv]")}(e,t,n)}function zg(e,t,n,i,r){var o=x(r&&r.preferredLayouts||[],"straight")[0]||"h:h",s=kn(e,t,jg[o]||0),a=function(e,t){if(Ug(t))return t;switch(e){case"intersect":return"t:t";case"top":case"bottom":return"v:v";case"left":case"right":return"h:h";default:return t}}(s,o);n=n||Pn(e),i=i||Pn(t);var l=a.split(":"),c=Wg(n,e,l[0],function(e){return{top:"bottom",bottom:"top",left:"right",right:"left","top-left":"bottom-right","bottom-right":"top-left","top-right":"bottom-left","bottom-left":"top-right"}[e]}(s));return function(e,t,n){var i=qg(e,t,n);return i.unshift(e),i.push(t),Xg(i)}(c,Wg(i,t,l[1],s),a)}function Vg(e,t,n,i,r,o){var s;return c(n)&&(r=n,o=i,n=Pn(e),i=Pn(t)),r=r||[],s=-1!==(o=L({preferredLayouts:[]},o)).preferredLayouts.indexOf("straight")&&function(e,t,n,i,r){var o,s,a={};if(s=kn(e,t),!/^(top|bottom|left|right)$/.test(s))return null;/top|bottom/.test(s)&&(o="x");/left|right/.test(s)&&(o="y");return"target"===r.preserveDocking?Fg(o,i,e)?(a[o]=i[o],[{x:void 0!==a.x?a.x:n.x,y:void 0!==a.y?a.y:n.y,original:{x:void 0!==a.x?a.x:n.x,y:void 0!==a.y?a.y:n.y}},{x:i.x,y:i.y}]):null:Fg(o,n,t)?(a[o]=n[o],[{x:n.x,y:n.y},{x:void 0!==a.x?a.x:i.x,y:void 0!==a.y?a.y:i.y,original:{x:void 0!==a.x?a.x:i.x,y:void 0!==a.y?a.y:i.y}}]):null}(e,t,n,i,o),s||(s=o.connectionEnd&&function(e,t,n,i){var r=i.slice().reverse();return r=Hg(e,t,n,r),r?r.reverse():null}(t,e,i,r),s||((s=o.connectionStart&&Hg(e,t,n,r))||(!o.connectionStart&&!o.connectionEnd&&r&&r.length?r:zg(e,t,n,i,o))))}function Fg(e,t,n){return function(e,t,n){return e>=t&&e<=n}(t[e],n[e],n[e]+n[{x:"width",y:"height"}[e]])}function Hg(e,t,n,i){if(function(e){return e.length<3||!(e.length>4)&&!!g(e,(function(t,n){var i=e[n-1];return i&&Rt(t,i)<3}))}(i))return null;var r,o=i[0],s=i.slice();return s[0]=n,s[1]=function(e,t,n){switch(Bt(t,e)){case"v":return{x:n.x,y:e.y};case"h":return{x:e.x,y:n.y}}return{x:e.x,y:e.y}}(s[1],o,n),r=function(e,t,n){var i;for(i=e.length-2;0!==i;i--)if(jt(e[i],t,$g)||jt(e[i],n,$g))return e.slice(i);return e}(s,e,t),r!==s&&(s=Hg(e,t,n,r)),s&&Bt(s)?null:s}function Ug(e){return e&&/t|r|b|l/.test(e)}function Wg(e,t,n,i){if("h"===n&&(n=/left/.test(i)?"l":"r"),"v"===n&&(n=/top/.test(i)?"t":"b"),"t"===n)return{original:e,x:e.x,y:t.y};if("r"===n)return{original:e,x:t.x+t.width,y:e.y};if("b"===n)return{original:e,x:e.x,y:t.y+t.height};if("l"===n)return{original:e,x:t.x,y:e.y};throw new Error("unexpected dockingDirection: <"+n+">")}function Xg(e){return e.reduce((function(t,n,i){return Dt(t[t.length-1],e[i+1],n,0)||t.push(n),t}),[])}var Qg=-10,Gg=40,Kg={top:"bottom","top-right":"bottom-left","top-left":"bottom-right",right:"left",bottom:"top","bottom-right":"top-left","bottom-left":"top-right",left:"right"},Yg={top:"t",right:"r",bottom:"b",left:"l"};function Zg(){}function Jg(e,t){return Ar(t,"bpmn:Participant")?"source":Ar(e,"bpmn:Participant")?"target":iy(t)?"source":iy(e)||Ar(t,"bpmn:Event")?"target":Ar(e,"bpmn:Event")?"source":null}function ey(e){return iy(e)?"target":"source"}function ty(e,t){return e?e.original||e:Pn(t)}function ny(e,t){return Ar(t,"bpmn:Activity")&&Ar(e,"bpmn:BoundaryEvent")&&t.businessObject.isForCompensation}function iy(e){return Ar(e,"bpmn:SubProcess")&&Kr(e)}function ry(e,t){return e===t}function oy(e){var t=/right|left/.exec(e);return t&&t[0]}function sy(e){var t=/top|bottom/.exec(e);return t&&t[0]}function ay(e){return"right"===e||"left"===e}function ly(e,t){var n=t.waypoints,i=n&&n.length&&kn(n[0],e);return"top"===i?["t:r"]:"right"===i?["r:b"]:"left"===i?["l:t"]:["b:l"]}function cy(e,t,n){var i,r,o,s,a=Pn(e),l=Pn(t),c=(s=(o=e).host,kn(Pn(o),s,Qg)),p=ry(e.host,t),u=-1!==["top","right","bottom","left"].indexOf(c),d=kn(l,a,{x:e.width/2+t.width/2,y:e.height/2+t.height/2});return p?function(e,t,n,i,r){var o,s=t?e:sy(e),a=Yg[s];o=t?ay(e)?py("y",n,i,r)?"h":"b":py("x",n,i,r)?"v":"l":"v";return[a+":"+o]}(c,u,e,t,n):(i=function(e,t,n){if(n)return Yg[e];if(ry(sy(e),sy(t))||function(e,t){return Kg[e]===t}(oy(e),oy(t)))return Yg[sy(e)];return Yg[oy(e)]}(c,d,u),r=function(e,t,n){if(n)return ay(e)?function(e,t){var n=oy(e),i=Kg[n];return-1!==t.indexOf(i)}(e,t)||ry(e,t)?"h":"v":function(e,t){var n=sy(e),i=Kg[n];return-1!==t.indexOf(i)}(e,t)||ry(e,t)?"v":"h";return ay(t)||ry(sy(e),sy(t))&&oy(t)?"h":"v"}(c,d,u),[i+":"+r])}function py(e,t,n,i){var r=Gg;return!(uy(e,i,n,r)||uy(e,i,{x:n.x+n.width,y:n.y+n.height},r)||uy(e,i,Pn(t),r))}function uy(e,t,n,i){return Math.abs(t[e]-n[e])<i}function dy(e){return L({original:e.point.original||e.point},e.actual)}function hy(e,t){this._elementRegistry=e,this._graphicsFactory=t}e(Zg,Rg),Zg.prototype.layoutConnection=function(e,t){t||(t={});var n,i,r=t.source||e.source,o=t.target||e.target,s=t.waypoints||e.waypoints,a=t.connectionStart,l=t.connectionEnd;return a||(a=ty(s&&s[0],r)),l||(l=ty(s&&s[s.length-1],o)),(Ar(e,"bpmn:Association")||Ar(e,"bpmn:DataAssociation"))&&s&&!ny(r,o)?[].concat([a],s.slice(1,-1),[l]):(Ar(e,"bpmn:MessageFlow")?n=function(e,t){return{preferredLayouts:["straight","v:v"],preserveDocking:Jg(e,t)}}(r,o):(Ar(e,"bpmn:SequenceFlow")||ny(r,o))&&(n=r===o?{preferredLayouts:ly(r,e)}:Ar(r,"bpmn:BoundaryEvent")?{preferredLayouts:cy(r,o,l)}:iy(r)||iy(o)?function(e){return{preferredLayouts:["straight","h:h"],preserveDocking:ey(e)}}(r):Ar(r,"bpmn:Gateway")?{preferredLayouts:["v:h"]}:Ar(o,"bpmn:Gateway")?{preferredLayouts:["h:v"]}:{preferredLayouts:["h:h"]}),n&&(i=Xg(Vg(r,o,a,l,s,n=L(n,t)))),i||[a,l])},hy.$inject=["elementRegistry","graphicsFactory"],hy.prototype.getCroppedWaypoints=function(e,t,n){t=t||e.source,n=n||e.target;var i=this.getDockingPoint(e,t,!0),r=this.getDockingPoint(e,n),o=e.waypoints.slice(i.idx+1,r.idx);return o.unshift(dy(i)),o.push(dy(r)),o},hy.prototype.getDockingPoint=function(e,t,n){var i,r,o=e.waypoints;return{point:r=o[i=n?0:o.length-1],actual:this._getIntersection(t,e,n)||r,idx:i}},hy.prototype._getIntersection=function(e,t,n){return Sn(this._getShapePath(e),this._getConnectionPath(t),n)},hy.prototype._getConnectionPath=function(e){return this._graphicsFactory.getConnectionPath(e)},hy.prototype._getShapePath=function(e){return this._graphicsFactory.getShapePath(e)},hy.prototype._getGfx=function(e){return this._elementRegistry.getGraphics(e)};var my={__init__:["modeling","bpmnUpdater"],__depends__:[xh,em,nm,om,Im,cf,hf,yf,cs,vs,af],bpmnFactory:["type",vf],bpmnUpdater:["type",bf],elementFactory:["type",wf],modeling:["type",Mg],layouter:["type",Zg],connectionDocking:["type",hy]};const fy=Math.round;function gy(e,t,n,i,r,o){this._complexPreview=e,this._connectionDocking=t,this._elementFactory=n,this._eventBus=i,this._layouter=r,this._rules=o}gy.prototype.create=function(e,t,n){const i=this._complexPreview,r=this._connectionDocking,o=this._elementFactory,s=this._eventBus,a=this._layouter,c=this._rules,p=o.createShape(L({type:t},n)),u=s.fire("autoPlace",{source:e,shape:p});if(!u)return;L(p,{x:u.x-fy(p.width/2),y:u.y-fy(p.height/2)});const d=c.allowed("connection.create",{source:e,target:p,hints:{targetParent:e.parent}});let h=null;d&&(h=o.createConnection(d),h.waypoints=a.layoutConnection(h,{source:e,target:p}),h.waypoints=r.getCroppedWaypoints(h,e,p)),i.create({created:[p,h].filter((e=>!l(e)))})},gy.prototype.cleanUp=function(){this._complexPreview.cleanUp()},gy.$inject=["complexPreview","connectionDocking","elementFactory","eventBus","layouter","rules"];var yy={__depends__:[Sc,tu,my],__init__:["appendPreview"],appendPreview:["type",gy]},vy=Math.min,by=Math.max;function xy(e){e.preventDefault()}function wy(e){e.stopPropagation()}function _y(e){this.container=e.container,this.parent=xe('<div class="djs-direct-editing-parent"><div class="djs-direct-editing-content" contenteditable="true"></div></div>'),this.content=we("[contenteditable]",this.parent),this.keyHandler=e.keyHandler||function(){},this.resizeHandler=e.resizeHandler||function(){},this.autoResize=I(this.autoResize,this),this.handlePaste=I(this.handlePaste,this)}function Ey(e,t){this._eventBus=e,this._providers=[],this._textbox=new _y({container:t.getContainer(),keyHandler:I(this._handleKey,this),resizeHandler:I(this._handleResize,this)})}_y.prototype.create=function(e,t,n,i){var r=this.parent,o=this.content,s=this.container;i=this.options=i||{};var a=V(t=this.style=t||{},["width","height","maxWidth","maxHeight","minWidth","minHeight","left","top","backgroundColor","position","overflow","border","wordWrap","textAlign","outline","transform"]);L(r.style,{width:e.width+"px",height:e.height+"px",maxWidth:e.maxWidth+"px",maxHeight:e.maxHeight+"px",minWidth:e.minWidth+"px",minHeight:e.minHeight+"px",left:e.x+"px",top:e.y+"px",backgroundColor:"#ffffff",position:"absolute",overflow:"visible",border:"1px solid #ccc",boxSizing:"border-box",wordWrap:"normal",textAlign:"center",outline:"none"},a);var l=V(t,["fontFamily","fontSize","fontWeight","lineHeight","padding","paddingTop","paddingRight","paddingBottom","paddingLeft"]);return L(o.style,{boxSizing:"border-box",width:"100%",outline:"none",wordWrap:"break-word"},l),i.centerVertically&&L(o.style,{position:"absolute",top:"50%",transform:"translate(0, -50%)"},l),o.innerText=n,he.bind(o,"keydown",this.keyHandler),he.bind(o,"mousedown",wy),he.bind(o,"paste",this.handlePaste),i.autoResize&&he.bind(o,"input",this.autoResize),i.resizable&&this.resizable(t),s.appendChild(r),this.setSelection(o.lastChild,o.lastChild&&o.lastChild.length),r},_y.prototype.handlePaste=function(e){var t,n=this.options,i=this.style;if(e.preventDefault(),t=e.clipboardData?e.clipboardData.getData("text/plain"):window.clipboardData.getData("Text"),this.insertText(t),n.autoResize){var r=this.autoResize(i);r&&this.resizeHandler(r)}},_y.prototype.insertText=function(e){e=function(e){return e.replace(/\r\n|\r|\n/g,"\n")}(e),document.execCommand("insertText",!1,e)||this._insertTextIE(e)},_y.prototype._insertTextIE=function(e){var t,n,i,r=this.getSelection(),o=r.startContainer,s=r.endContainer,a=r.startOffset,l=r.endOffset,c=r.commonAncestorContainer,p=(t=c.childNodes,[].slice.call(t));if(function(e){return e.nodeType===Node.TEXT_NODE}(c)){var u=o.textContent;o.textContent=u.substring(0,a)+e+u.substring(l),n=o,i=a+e.length}else if(o===this.content&&s===this.content){var d=document.createTextNode(e);this.content.insertBefore(d,p[a]),n=d,i=d.textContent.length}else{var h=p.indexOf(o),m=p.indexOf(s);p.forEach((function(t,n){n===h?t.textContent=o.textContent.substring(0,a)+e+s.textContent.substring(l):n>h&&n<=m&&Ee(t)})),n=o,i=a+e.length}n&&void 0!==i&&setTimeout((function(){self.setSelection(n,i)}))},_y.prototype.autoResize=function(){var e=this.parent,t=this.content,n=parseInt(this.style.fontSize)||12;if(t.scrollHeight>e.offsetHeight||t.scrollHeight<e.offsetHeight-n){var i=e.getBoundingClientRect(),r=t.scrollHeight;e.style.height=r+"px",this.resizeHandler({width:i.width,height:i.height,dx:0,dy:r-i.height})}},_y.prototype.resizable=function(){var e=this,t=this.parent,n=this.resizeHandle,i=parseInt(this.style.minWidth)||0,r=parseInt(this.style.minHeight)||0,o=parseInt(this.style.maxWidth)||1/0,s=parseInt(this.style.maxHeight)||1/0;if(!n){var a,l,c,p;n=this.resizeHandle=xe('<div class="djs-direct-editing-resize-handle"></div>');var u=function(n){xy(n),wy(n);var u=vy(by(c+n.clientX-a,i),o),d=vy(by(p+n.clientY-l,r),s);t.style.width=u+"px",t.style.height=d+"px",e.resizeHandler({width:c,height:p,dx:n.clientX-a,dy:n.clientY-l})},d=function(e){xy(e),wy(e),he.unbind(document,"mousemove",u,!1),he.unbind(document,"mouseup",d,!1)};he.bind(n,"mousedown",(function(e){xy(e),wy(e),a=e.clientX,l=e.clientY;var n=t.getBoundingClientRect();c=n.width,p=n.height,he.bind(document,"mousemove",u),he.bind(document,"mouseup",d)}))}L(n.style,{position:"absolute",bottom:"0px",right:"0px",cursor:"nwse-resize",width:"0",height:"0",borderTop:(parseInt(this.style.fontSize)/4||3)+"px solid transparent",borderRight:(parseInt(this.style.fontSize)/4||3)+"px solid #ccc",borderBottom:(parseInt(this.style.fontSize)/4||3)+"px solid #ccc",borderLeft:(parseInt(this.style.fontSize)/4||3)+"px solid transparent"}),t.appendChild(n)},_y.prototype.destroy=function(){var e=this.parent,t=this.content,n=this.resizeHandle;t.innerText="",e.removeAttribute("style"),t.removeAttribute("style"),he.unbind(t,"keydown",this.keyHandler),he.unbind(t,"mousedown",wy),he.unbind(t,"input",this.autoResize),he.unbind(t,"paste",this.handlePaste),n&&(n.removeAttribute("style"),Ee(n)),Ee(e)},_y.prototype.getValue=function(){return this.content.innerText.trim()},_y.prototype.getSelection=function(){return window.getSelection().getRangeAt(0)},_y.prototype.setSelection=function(e,t){var n=document.createRange();null===e?n.selectNodeContents(this.content):(n.setStart(e,t),n.setEnd(e,t));var i=window.getSelection();i.removeAllRanges(),i.addRange(n)},Ey.$inject=["eventBus","canvas"],Ey.prototype.registerProvider=function(e){this._providers.push(e)},Ey.prototype.isActive=function(e){return!(!this._active||e&&this._active.element!==e)},Ey.prototype.cancel=function(){this._active&&(this._fire("cancel"),this.close())},Ey.prototype._fire=function(e,t){this._eventBus.fire("directEditing."+e,t||{active:this._active})},Ey.prototype.close=function(){this._textbox.destroy(),this._fire("deactivate"),this._active=null,this.resizable=void 0},Ey.prototype.complete=function(){var e=this._active;if(e){var t,n=e.context.bounds,i=this.$textbox.getBoundingClientRect(),r=this.getValue();r===e.context.text&&i.height===n.height&&i.width===n.width||(t=this._textbox.container.getBoundingClientRect(),e.provider.update(e.element,r,e.context.text,{x:i.left-t.left,y:i.top-t.top,width:i.width,height:i.height})),this._fire("complete"),this.close()}},Ey.prototype.getValue=function(){return this._textbox.getValue()},Ey.prototype._handleKey=function(e){e.stopPropagation();var t=e.keyCode||e.charCode;return 27===t?(e.preventDefault(),this.cancel()):13!==t||e.shiftKey?void 0:(e.preventDefault(),this.complete())},Ey.prototype._handleResize=function(e){this._fire("resize",e)},Ey.prototype.activate=function(e){var t;this.isActive()&&this.cancel();var n=g(this._providers,(function(n){return(t=n.activate(e))?n:null}));return t&&(this.$textbox=this._textbox.create(t.bounds,t.style,t.text,t.options),this._active={element:e,context:t,provider:n},t.options&&t.options.resizable&&(this.resizable=!0),this._fire("activate")),!!t};var Oy={__depends__:[es],__init__:["directEditing"],directEditing:["type",Ey]};function Py(e){return function(t){var n=t.target,i=Rr(e),r=i.eventDefinitions&&i.eventDefinitions[0],o=i.$type===n.type,s=(r&&r.$type)===n.eventDefinitionType,a=!!n.triggeredByEvent==!!i.triggeredByEvent,l=void 0===n.isExpanded||n.isExpanded===Kr(e);return!(o&&s&&a&&l)}}var ky=[{label:"Start event",actionName:"replace-with-none-start",className:"bpmn-icon-start-event-none",target:{type:"bpmn:StartEvent"}},{label:"Intermediate throw event",actionName:"replace-with-none-intermediate-throwing",className:"bpmn-icon-intermediate-event-none",target:{type:"bpmn:IntermediateThrowEvent"}},{label:"End event",actionName:"replace-with-none-end",className:"bpmn-icon-end-event-none",target:{type:"bpmn:EndEvent"}},{label:"Message start event",actionName:"replace-with-message-start",className:"bpmn-icon-start-event-message",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:MessageEventDefinition"}},{label:"Timer start event",actionName:"replace-with-timer-start",className:"bpmn-icon-start-event-timer",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:TimerEventDefinition"}},{label:"Conditional start event",actionName:"replace-with-conditional-start",className:"bpmn-icon-start-event-condition",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:ConditionalEventDefinition"}},{label:"Signal start event",actionName:"replace-with-signal-start",className:"bpmn-icon-start-event-signal",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:SignalEventDefinition"}}],Sy=[{label:"Start event",actionName:"replace-with-none-start",className:"bpmn-icon-start-event-none",target:{type:"bpmn:StartEvent"}},{label:"Intermediate throw event",actionName:"replace-with-none-intermediate-throwing",className:"bpmn-icon-intermediate-event-none",target:{type:"bpmn:IntermediateThrowEvent"}},{label:"End event",actionName:"replace-with-none-end",className:"bpmn-icon-end-event-none",target:{type:"bpmn:EndEvent"}}],Cy=[{label:"Start event",actionName:"replace-with-none-start",className:"bpmn-icon-start-event-none",target:{type:"bpmn:StartEvent"}},{label:"Intermediate throw event",actionName:"replace-with-none-intermediate-throw",className:"bpmn-icon-intermediate-event-none",target:{type:"bpmn:IntermediateThrowEvent"}},{label:"End event",actionName:"replace-with-none-end",className:"bpmn-icon-end-event-none",target:{type:"bpmn:EndEvent"}},{label:"Message intermediate catch event",actionName:"replace-with-message-intermediate-catch",className:"bpmn-icon-intermediate-event-catch-message",target:{type:"bpmn:IntermediateCatchEvent",eventDefinitionType:"bpmn:MessageEventDefinition"}},{label:"Message intermediate throw event",actionName:"replace-with-message-intermediate-throw",className:"bpmn-icon-intermediate-event-throw-message",target:{type:"bpmn:IntermediateThrowEvent",eventDefinitionType:"bpmn:MessageEventDefinition"}},{label:"Timer intermediate catch event",actionName:"replace-with-timer-intermediate-catch",className:"bpmn-icon-intermediate-event-catch-timer",target:{type:"bpmn:IntermediateCatchEvent",eventDefinitionType:"bpmn:TimerEventDefinition"}},{label:"Escalation intermediate throw event",actionName:"replace-with-escalation-intermediate-throw",className:"bpmn-icon-intermediate-event-throw-escalation",target:{type:"bpmn:IntermediateThrowEvent",eventDefinitionType:"bpmn:EscalationEventDefinition"}},{label:"Conditional intermediate catch event",actionName:"replace-with-conditional-intermediate-catch",className:"bpmn-icon-intermediate-event-catch-condition",target:{type:"bpmn:IntermediateCatchEvent",eventDefinitionType:"bpmn:ConditionalEventDefinition"}},{label:"Link intermediate catch event",actionName:"replace-with-link-intermediate-catch",className:"bpmn-icon-intermediate-event-catch-link",target:{type:"bpmn:IntermediateCatchEvent",eventDefinitionType:"bpmn:LinkEventDefinition",eventDefinitionAttrs:{name:""}}},{label:"Link intermediate throw event",actionName:"replace-with-link-intermediate-throw",className:"bpmn-icon-intermediate-event-throw-link",target:{type:"bpmn:IntermediateThrowEvent",eventDefinitionType:"bpmn:LinkEventDefinition",eventDefinitionAttrs:{name:""}}},{label:"Compensation intermediate throw event",actionName:"replace-with-compensation-intermediate-throw",className:"bpmn-icon-intermediate-event-throw-compensation",target:{type:"bpmn:IntermediateThrowEvent",eventDefinitionType:"bpmn:CompensateEventDefinition"}},{label:"Signal intermediate catch event",actionName:"replace-with-signal-intermediate-catch",className:"bpmn-icon-intermediate-event-catch-signal",target:{type:"bpmn:IntermediateCatchEvent",eventDefinitionType:"bpmn:SignalEventDefinition"}},{label:"Signal intermediate throw event",actionName:"replace-with-signal-intermediate-throw",className:"bpmn-icon-intermediate-event-throw-signal",target:{type:"bpmn:IntermediateThrowEvent",eventDefinitionType:"bpmn:SignalEventDefinition"}}],Ty=[{label:"Start event",actionName:"replace-with-none-start",className:"bpmn-icon-start-event-none",target:{type:"bpmn:StartEvent"}},{label:"Intermediate throw event",actionName:"replace-with-none-intermediate-throw",className:"bpmn-icon-intermediate-event-none",target:{type:"bpmn:IntermediateThrowEvent"}},{label:"End event",actionName:"replace-with-none-end",className:"bpmn-icon-end-event-none",target:{type:"bpmn:EndEvent"}},{label:"Message end event",actionName:"replace-with-message-end",className:"bpmn-icon-end-event-message",target:{type:"bpmn:EndEvent",eventDefinitionType:"bpmn:MessageEventDefinition"}},{label:"Escalation end event",actionName:"replace-with-escalation-end",className:"bpmn-icon-end-event-escalation",target:{type:"bpmn:EndEvent",eventDefinitionType:"bpmn:EscalationEventDefinition"}},{label:"Error end event",actionName:"replace-with-error-end",className:"bpmn-icon-end-event-error",target:{type:"bpmn:EndEvent",eventDefinitionType:"bpmn:ErrorEventDefinition"}},{label:"Cancel end event",actionName:"replace-with-cancel-end",className:"bpmn-icon-end-event-cancel",target:{type:"bpmn:EndEvent",eventDefinitionType:"bpmn:CancelEventDefinition"}},{label:"Compensation end event",actionName:"replace-with-compensation-end",className:"bpmn-icon-end-event-compensation",target:{type:"bpmn:EndEvent",eventDefinitionType:"bpmn:CompensateEventDefinition"}},{label:"Signal end event",actionName:"replace-with-signal-end",className:"bpmn-icon-end-event-signal",target:{type:"bpmn:EndEvent",eventDefinitionType:"bpmn:SignalEventDefinition"}},{label:"Terminate end event",actionName:"replace-with-terminate-end",className:"bpmn-icon-end-event-terminate",target:{type:"bpmn:EndEvent",eventDefinitionType:"bpmn:TerminateEventDefinition"}}],Ay=[{label:"Exclusive gateway",actionName:"replace-with-exclusive-gateway",className:"bpmn-icon-gateway-xor",target:{type:"bpmn:ExclusiveGateway"}},{label:"Parallel gateway",actionName:"replace-with-parallel-gateway",className:"bpmn-icon-gateway-parallel",target:{type:"bpmn:ParallelGateway"}},{label:"Inclusive gateway",actionName:"replace-with-inclusive-gateway",className:"bpmn-icon-gateway-or",target:{type:"bpmn:InclusiveGateway"}},{label:"Complex gateway",actionName:"replace-with-complex-gateway",className:"bpmn-icon-gateway-complex",target:{type:"bpmn:ComplexGateway"}},{label:"Event-based gateway",actionName:"replace-with-event-based-gateway",className:"bpmn-icon-gateway-eventbased",target:{type:"bpmn:EventBasedGateway",instantiate:!1,eventGatewayType:"Exclusive"}}],My=[{label:"Transaction",actionName:"replace-with-transaction",className:"bpmn-icon-transaction",target:{type:"bpmn:Transaction",isExpanded:!0}},{label:"Event sub-process",actionName:"replace-with-event-subprocess",className:"bpmn-icon-event-subprocess-expanded",target:{type:"bpmn:SubProcess",triggeredByEvent:!0,isExpanded:!0}},{label:"Sub-process (collapsed)",actionName:"replace-with-collapsed-subprocess",className:"bpmn-icon-subprocess-collapsed",target:{type:"bpmn:SubProcess",isExpanded:!1}}],Ry=[{label:"Transaction",actionName:"replace-with-transaction",className:"bpmn-icon-transaction",target:{type:"bpmn:Transaction",isExpanded:!0}},{label:"Sub-process",actionName:"replace-with-subprocess",className:"bpmn-icon-subprocess-expanded",target:{type:"bpmn:SubProcess",isExpanded:!0}},{label:"Event sub-process",actionName:"replace-with-event-subprocess",className:"bpmn-icon-event-subprocess-expanded",target:{type:"bpmn:SubProcess",triggeredByEvent:!0,isExpanded:!0}}],Dy=Ry,Ny=[{label:"Task",actionName:"replace-with-task",className:"bpmn-icon-task",target:{type:"bpmn:Task"}},{label:"User task",actionName:"replace-with-user-task",className:"bpmn-icon-user",target:{type:"bpmn:UserTask"}},{label:"Service task",actionName:"replace-with-service-task",className:"bpmn-icon-service",target:{type:"bpmn:ServiceTask"}},{label:"Send task",actionName:"replace-with-send-task",className:"bpmn-icon-send",target:{type:"bpmn:SendTask"}},{label:"Receive task",actionName:"replace-with-receive-task",className:"bpmn-icon-receive",target:{type:"bpmn:ReceiveTask"}},{label:"Manual task",actionName:"replace-with-manual-task",className:"bpmn-icon-manual",target:{type:"bpmn:ManualTask"}},{label:"Business rule task",actionName:"replace-with-rule-task",className:"bpmn-icon-business-rule",target:{type:"bpmn:BusinessRuleTask"}},{label:"Script task",actionName:"replace-with-script-task",className:"bpmn-icon-script",target:{type:"bpmn:ScriptTask"}},{label:"Call activity",actionName:"replace-with-call-activity",className:"bpmn-icon-call-activity",target:{type:"bpmn:CallActivity"}},{label:"Sub-process (collapsed)",actionName:"replace-with-collapsed-subprocess",className:"bpmn-icon-subprocess-collapsed",target:{type:"bpmn:SubProcess",isExpanded:!1}},{label:"Sub-process (expanded)",actionName:"replace-with-expanded-subprocess",className:"bpmn-icon-subprocess-expanded",target:{type:"bpmn:SubProcess",isExpanded:!0}}],By=[{label:"Data store reference",actionName:"replace-with-data-store-reference",className:"bpmn-icon-data-store",target:{type:"bpmn:DataStoreReference"}}],$y=[{label:"Data object reference",actionName:"replace-with-data-object-reference",className:"bpmn-icon-data-object",target:{type:"bpmn:DataObjectReference"}}],jy=[{label:"Message boundary event",actionName:"replace-with-message-boundary",className:"bpmn-icon-intermediate-event-catch-message",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:MessageEventDefinition",cancelActivity:!0}},{label:"Timer boundary event",actionName:"replace-with-timer-boundary",className:"bpmn-icon-intermediate-event-catch-timer",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:TimerEventDefinition",cancelActivity:!0}},{label:"Escalation boundary event",actionName:"replace-with-escalation-boundary",className:"bpmn-icon-intermediate-event-catch-escalation",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:EscalationEventDefinition",cancelActivity:!0}},{label:"Conditional boundary event",actionName:"replace-with-conditional-boundary",className:"bpmn-icon-intermediate-event-catch-condition",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:ConditionalEventDefinition",cancelActivity:!0}},{label:"Error boundary event",actionName:"replace-with-error-boundary",className:"bpmn-icon-intermediate-event-catch-error",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:ErrorEventDefinition",cancelActivity:!0}},{label:"Cancel boundary event",actionName:"replace-with-cancel-boundary",className:"bpmn-icon-intermediate-event-catch-cancel",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:CancelEventDefinition",cancelActivity:!0}},{label:"Signal boundary event",actionName:"replace-with-signal-boundary",className:"bpmn-icon-intermediate-event-catch-signal",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:SignalEventDefinition",cancelActivity:!0}},{label:"Compensation boundary event",actionName:"replace-with-compensation-boundary",className:"bpmn-icon-intermediate-event-catch-compensation",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:CompensateEventDefinition",cancelActivity:!0}},{label:"Message boundary event (non-interrupting)",actionName:"replace-with-non-interrupting-message-boundary",className:"bpmn-icon-intermediate-event-catch-non-interrupting-message",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:MessageEventDefinition",cancelActivity:!1}},{label:"Timer boundary event (non-interrupting)",actionName:"replace-with-non-interrupting-timer-boundary",className:"bpmn-icon-intermediate-event-catch-non-interrupting-timer",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:TimerEventDefinition",cancelActivity:!1}},{label:"Escalation boundary event (non-interrupting)",actionName:"replace-with-non-interrupting-escalation-boundary",className:"bpmn-icon-intermediate-event-catch-non-interrupting-escalation",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:EscalationEventDefinition",cancelActivity:!1}},{label:"Conditional boundary event (non-interrupting)",actionName:"replace-with-non-interrupting-conditional-boundary",className:"bpmn-icon-intermediate-event-catch-non-interrupting-condition",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:ConditionalEventDefinition",cancelActivity:!1}},{label:"Signal boundary event (non-interrupting)",actionName:"replace-with-non-interrupting-signal-boundary",className:"bpmn-icon-intermediate-event-catch-non-interrupting-signal",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:SignalEventDefinition",cancelActivity:!1}}],Iy=[{label:"Message start event",actionName:"replace-with-message-start",className:"bpmn-icon-start-event-message",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:MessageEventDefinition",isInterrupting:!0}},{label:"Timer start event",actionName:"replace-with-timer-start",className:"bpmn-icon-start-event-timer",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:TimerEventDefinition",isInterrupting:!0}},{label:"Conditional start event",actionName:"replace-with-conditional-start",className:"bpmn-icon-start-event-condition",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:ConditionalEventDefinition",isInterrupting:!0}},{label:"Signal start event",actionName:"replace-with-signal-start",className:"bpmn-icon-start-event-signal",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:SignalEventDefinition",isInterrupting:!0}},{label:"Error start event",actionName:"replace-with-error-start",className:"bpmn-icon-start-event-error",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:ErrorEventDefinition",isInterrupting:!0}},{label:"Escalation start event",actionName:"replace-with-escalation-start",className:"bpmn-icon-start-event-escalation",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:EscalationEventDefinition",isInterrupting:!0}},{label:"Compensation start event",actionName:"replace-with-compensation-start",className:"bpmn-icon-start-event-compensation",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:CompensateEventDefinition",isInterrupting:!0}},{label:"Message start event (non-interrupting)",actionName:"replace-with-non-interrupting-message-start",className:"bpmn-icon-start-event-non-interrupting-message",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:MessageEventDefinition",isInterrupting:!1}},{label:"Timer start event (non-interrupting)",actionName:"replace-with-non-interrupting-timer-start",className:"bpmn-icon-start-event-non-interrupting-timer",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:TimerEventDefinition",isInterrupting:!1}},{label:"Conditional start event (non-interrupting)",actionName:"replace-with-non-interrupting-conditional-start",className:"bpmn-icon-start-event-non-interrupting-condition",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:ConditionalEventDefinition",isInterrupting:!1}},{label:"Signal start event (non-interrupting)",actionName:"replace-with-non-interrupting-signal-start",className:"bpmn-icon-start-event-non-interrupting-signal",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:SignalEventDefinition",isInterrupting:!1}},{label:"Escalation start event (non-interrupting)",actionName:"replace-with-non-interrupting-escalation-start",className:"bpmn-icon-start-event-non-interrupting-escalation",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:EscalationEventDefinition",isInterrupting:!1}}],Ly=[{label:"Sequence flow",actionName:"replace-with-sequence-flow",className:"bpmn-icon-connection"},{label:"Default flow",actionName:"replace-with-default-flow",className:"bpmn-icon-default-flow"},{label:"Conditional flow",actionName:"replace-with-conditional-flow",className:"bpmn-icon-conditional-flow"}],qy=[{label:"Expanded pool/participant",actionName:"replace-with-expanded-pool",className:"bpmn-icon-participant",target:{type:"bpmn:Participant",isExpanded:!0}},{label:function(e){var t="Empty pool/participant";return e.children&&e.children.length&&(t+=" (removes content)"),t},actionName:"replace-with-collapsed-pool",className:"bpmn-icon-lane",target:{type:"bpmn:Participant",isExpanded:!1}}],zy={"start-event-non-interrupting":'\n <svg viewBox="0 0 2048 2048" xmlns="http://www.w3.org/2000/svg">\n <g transform="translate(0 995.64)">\n <path d="m1899 28.357c21.545 567.43-598.38 1023.5-1133.6 835.92-548.09-147.21-801.57-873.95-463.59-1330 302.62-480.3 1071.7-507.54 1407.6-49.847 122.14 153.12 190.07 348.07 189.59 543.91z" fill="none" stroke="currentColor" stroke-dasharray="418.310422, 361.2328165" stroke-linecap="round" stroke-width="100"/>\n </g>\n </svg>',"intermediate-event-non-interrupting":'\n <svg viewBox="0 0 2048 2048" xmlns="http://www.w3.org/2000/svg">\n <g transform="translate(0 995.64)" fill="none" stroke="currentColor" stroke-linecap="round">\n <circle cx="1024" cy="28.357" r="875" stroke-dasharray="418.310422, 361.2328165" stroke-width="100"/>\n <circle cx="1024" cy="28.357" r="685" stroke-dasharray="348.31044857,261.23283643" stroke-dashoffset="500" stroke-width="100"/>\n </g>\n </svg>'};function Vy(e,t,n,i,r,o,s,a){this._bpmnFactory=e,this._popupMenu=t,this._modeling=n,this._moddle=i,this._bpmnReplace=r,this._rules=o,this._translate=s,this._moddleCopy=a,this._register()}Vy.$inject=["bpmnFactory","popupMenu","modeling","moddle","bpmnReplace","rules","translate","moddleCopy"],Vy.prototype._register=function(){this._popupMenu.registerProvider("bpmn-replace",this)},Vy.prototype.getPopupMenuEntries=function(e){var t=e.businessObject,n=this._rules,i=[];if(c(e)||!n.allowed("shape.replace",{element:e}))return{};var r=Py(e);return Ar(t,"bpmn:DataObjectReference")?this._createEntries(e,By):Ar(t,"bpmn:DataStoreReference")&&!Ar(e.parent,"bpmn:Collaboration")?this._createEntries(e,$y):Ar(t,"bpmn:StartEvent")&&!Ar(t.$parent,"bpmn:SubProcess")?(i=v(ky,r),this._createEntries(e,i)):Ar(t,"bpmn:Participant")?(i=v(qy,(function(t){return Kr(e)!==t.target.isExpanded})),this._createEntries(e,i)):Ar(t,"bpmn:StartEvent")&&Jr(t.$parent)?(i=v(Iy,(function(e){var n=!1!==e.target.isInterrupting,i=t.isInterrupting===n;return r(e)||!r(e)&&!i})),this._createEntries(e,i)):Ar(t,"bpmn:StartEvent")&&!Jr(t.$parent)&&Ar(t.$parent,"bpmn:SubProcess")?(i=v(Sy,r),this._createEntries(e,i)):Ar(t,"bpmn:EndEvent")?(i=v(Ty,(function(e){return!("bpmn:CancelEventDefinition"==e.target.eventDefinitionType&&!Ar(t.$parent,"bpmn:Transaction"))&&r(e)})),this._createEntries(e,i)):Ar(t,"bpmn:BoundaryEvent")?(i=v(jy,(function(e){var n=e.target;if("bpmn:CancelEventDefinition"==n.eventDefinitionType&&!Ar(t.attachedToRef,"bpmn:Transaction"))return!1;var i=!1!==n.cancelActivity,o=t.cancelActivity==i;return r(e)||!r(e)&&!o})),this._createEntries(e,i)):Ar(t,"bpmn:IntermediateCatchEvent")||Ar(t,"bpmn:IntermediateThrowEvent")?(i=v(Cy,r),this._createEntries(e,i)):Ar(t,"bpmn:Gateway")?(i=v(Ay,r),this._createEntries(e,i)):Ar(t,"bpmn:Transaction")?(i=v(Ry,r),this._createEntries(e,i)):Jr(t)&&Kr(e)?(i=v(Dy,r),this._createEntries(e,i)):Ar(t,"bpmn:SubProcess")&&Kr(e)?(i=v(My,r),this._createEntries(e,i)):Ar(t,"bpmn:AdHocSubProcess")&&!Kr(e)?(i=v(Ny,(function(e){var t=e.target,n="bpmn:SubProcess"===t.type,i=!0===t.isExpanded;return Py(t)&&(!n||i)})),this._createEntries(e,i)):Ar(t,"bpmn:SequenceFlow")?this._createSequenceFlowEntries(e,Ly):Ar(t,"bpmn:FlowNode")?(i=v(Ny,r),Ar(t,"bpmn:SubProcess")&&!Kr(e)&&(i=v(i,(function(e){return"Sub-process (collapsed)"!==e.label}))),this._createEntries(e,i)):{}},Vy.prototype.getPopupMenuHeaderEntries=function(e){var t={};return Ar(e,"bpmn:Activity")&&!Jr(e)&&(t={...t,...this._getLoopCharacteristicsHeaderEntries(e)}),Ar(e,"bpmn:DataObjectReference")&&(t={...t,...this._getCollectionHeaderEntries(e)}),Ar(e,"bpmn:Participant")&&(t={...t,...this._getParticipantMultiplicityHeaderEntries(e)}),!Ar(e,"bpmn:SubProcess")||Ar(e,"bpmn:Transaction")||Jr(e)||(t={...t,...this._getAdHocHeaderEntries(e)}),Dd(e)&&(t={...t,...this._getNonInterruptingHeaderEntries(e)}),t},Vy.prototype._createEntries=function(e,t){var n={},i=this;return b(t,(function(t){n[t.actionName]=i._createEntry(t,e)})),n},Vy.prototype._createSequenceFlowEntries=function(e,t){var n=Rr(e),i={},r=this._modeling,o=this._moddle,s=this;return b(t,(function(t){switch(t.actionName){case"replace-with-default-flow":n.sourceRef.default!==n&&(Ar(n.sourceRef,"bpmn:ExclusiveGateway")||Ar(n.sourceRef,"bpmn:InclusiveGateway")||Ar(n.sourceRef,"bpmn:ComplexGateway")||Ar(n.sourceRef,"bpmn:Activity"))&&(i={...i,[t.actionName]:s._createEntry(t,e,(function(){r.updateProperties(e.source,{default:n})}))});break;case"replace-with-conditional-flow":!n.conditionExpression&&Ar(n.sourceRef,"bpmn:Activity")&&(i={...i,[t.actionName]:s._createEntry(t,e,(function(){var t=o.create("bpmn:FormalExpression",{body:""});r.updateProperties(e,{conditionExpression:t})}))});break;default:Ar(n.sourceRef,"bpmn:Activity")&&n.conditionExpression&&(i={...i,[t.actionName]:s._createEntry(t,e,(function(){r.updateProperties(e,{conditionExpression:void 0})}))}),(Ar(n.sourceRef,"bpmn:ExclusiveGateway")||Ar(n.sourceRef,"bpmn:InclusiveGateway")||Ar(n.sourceRef,"bpmn:ComplexGateway")||Ar(n.sourceRef,"bpmn:Activity"))&&n.sourceRef.default===n&&(i={...i,[t.actionName]:s._createEntry(t,e,(function(){r.updateProperties(e.source,{default:void 0})}))})}})),i},Vy.prototype._createEntry=function(e,t,n){var i=this._translate,r=this._bpmnReplace.replaceElement,o=e.label;return o&&"function"==typeof o&&(o=o(t)),n=n||function(){return r(t,e.target)},{label:i(o),className:e.className,action:n}},Vy.prototype._getLoopCharacteristicsHeaderEntries=function(e){var t=this,n=this._translate;function i(n,i){if(i.active)return void t._modeling.updateProperties(e,{loopCharacteristics:void 0});const r=e.businessObject.get("loopCharacteristics"),o=t._moddle.create(i.options.loopCharacteristics);r&&t._moddleCopy.copyElement(r,o),o.set("isSequential",i.options.isSequential),t._modeling.updateProperties(e,{loopCharacteristics:o})}var r,o,s,a=Rr(e).loopCharacteristics;return a&&(r=a.isSequential,o=void 0===a.isSequential,s=void 0!==a.isSequential&&!a.isSequential),{"toggle-parallel-mi":{className:"bpmn-icon-parallel-mi-marker",title:n("Parallel multi-instance"),active:s,action:i,options:{loopCharacteristics:"bpmn:MultiInstanceLoopCharacteristics",isSequential:!1}},"toggle-sequential-mi":{className:"bpmn-icon-sequential-mi-marker",title:n("Sequential multi-instance"),active:r,action:i,options:{loopCharacteristics:"bpmn:MultiInstanceLoopCharacteristics",isSequential:!0}},"toggle-loop":{className:"bpmn-icon-loop-marker",title:n("Loop"),active:o,action:i,options:{loopCharacteristics:"bpmn:StandardLoopCharacteristics"}}}},Vy.prototype._getCollectionHeaderEntries=function(e){var t=this,n=this._translate,i=e.businessObject.dataObjectRef;if(!i)return{};var r=i.isCollection;return{"toggle-is-collection":{className:"bpmn-icon-parallel-mi-marker",title:n("Collection"),active:r,action:function(n,r){t._modeling.updateModdleProperties(e,i,{isCollection:!r.active})}}}},Vy.prototype._getParticipantMultiplicityHeaderEntries=function(e){var t=this,n=this._bpmnFactory,i=this._translate;var r=e.businessObject.participantMultiplicity;return{"toggle-participant-multiplicity":{className:"bpmn-icon-parallel-mi-marker",title:i("Participant multiplicity"),active:!!r,action:function(i,r){var o;r.active||(o=n.create("bpmn:ParticipantMultiplicity")),t._modeling.updateProperties(e,{participantMultiplicity:o})}}}},Vy.prototype._getAdHocHeaderEntries=function(e){var t=this._translate,n=Ar(Rr(e),"bpmn:AdHocSubProcess"),i=this._bpmnReplace.replaceElement;return{"toggle-adhoc":{className:"bpmn-icon-ad-hoc-marker",title:t("Ad-hoc"),active:n,action:function(t,r){return i(e,n?{type:"bpmn:SubProcess"}:{type:"bpmn:AdHocSubProcess"},{autoResize:!1,layoutConnection:!1})}}}},Vy.prototype._getNonInterruptingHeaderEntries=function(e){const t=this._translate,n=Rr(e),i=this,r=Nd(e),o=Ar(e,"bpmn:BoundaryEvent")?zy["intermediate-event-non-interrupting"]:zy["start-event-non-interrupting"],s=!n[r];return{"toggle-non-interrupting":{imageHtml:o,title:t("Toggle non-interrupting"),active:s,action:function(){i._modeling.updateProperties(e,{[r]:!!s})}}}};var Fy={__depends__:[rc,Im,Sc],__init__:["replaceMenuProvider"],replaceMenuProvider:["type",Vy]};function Hy(e,t,n,i,r,o,s,a,l,c,p,u,d){e=e||{},i.registerProvider(this),this._contextPad=i,this._modeling=r,this._elementFactory=o,this._connect=s,this._create=a,this._popupMenu=l,this._canvas=c,this._rules=p,this._translate=u,this._eventBus=n,this._appendPreview=d,!1!==e.autoPlace&&(this._autoPlace=t.get("autoPlace",!1)),n.on("create.end",250,(function(e){var t=e.context.shape;if(Go(e)&&i.isOpen(t)){var n=i.getEntries(t);n.replace&&n.replace.action.click(e,t)}}))}function Uy(e,t,n){var i=e.$instanceOf(t),r=!1;return b(e.eventDefinitions||[],(function(e){e.$type===n&&(r=!0)})),i&&r}Hy.$inject=["config.contextPad","injector","eventBus","contextPad","modeling","elementFactory","connect","create","popupMenu","canvas","rules","translate","appendPreview"],Hy.prototype.getMultiElementContextPadEntries=function(e){var t=this._modeling,n={};return this._isDeleteAllowed(e)&&L(n,{delete:{group:"edit",className:"bpmn-icon-trash",title:this._translate("Remove"),action:{click:function(e,n){t.removeElements(n.slice())}}}}),n},Hy.prototype._isDeleteAllowed=function(e){var t=this._rules.allowed("elements.delete",{elements:e});return c(t)?_(t,(function(e){return n=e,-1!==t.indexOf(n);var n})):t},Hy.prototype.getContextPadEntries=function(e){var t=this._contextPad,n=this._modeling,i=this._elementFactory,r=this._connect,o=this._create,s=this._popupMenu,a=this._rules,l=this._autoPlace,p=this._translate,u=this._appendPreview,d={};if("label"===e.type)return d;var h=e.businessObject;function m(e,t){r.start(e,t)}function f(e,t,n,r){function s(t,n){var s=i.createShape(L({type:e},r));o.start(t,s,{source:n}),u.cleanUp()}var a=l?function(t,n){var o=i.createShape(L({type:e},r));l.append(n,o),u.cleanUp()}:s,c=l?function(t,n){return u.create(n,e,r),()=>{u.cleanUp()}}:null;return{group:"model",className:t,title:n,action:{dragstart:s,click:a,hover:c}}}function g(e){return function(i,r){n.splitLane(r,e),t.open(r,!0)}}if(Mr(h,["bpmn:Lane","bpmn:Participant"])&&Kr(e)){var y=Lu(e);L(d,{"lane-insert-above":{group:"lane-insert-above",className:"bpmn-icon-lane-insert-above",title:p("Add lane above"),action:{click:function(e,t){n.addLane(t,"top")}}}}),y.length<2&&(e.height>=120&&L(d,{"lane-divide-two":{group:"lane-divide",className:"bpmn-icon-lane-divide-two",title:p("Divide into two lanes"),action:{click:g(2)}}}),e.height>=180&&L(d,{"lane-divide-three":{group:"lane-divide",className:"bpmn-icon-lane-divide-three",title:p("Divide into three lanes"),action:{click:g(3)}}})),L(d,{"lane-insert-below":{group:"lane-insert-below",className:"bpmn-icon-lane-insert-below",title:p("Add lane below"),action:{click:function(e,t){n.addLane(t,"bottom")}}}})}Ar(h,"bpmn:FlowNode")&&(Ar(h,"bpmn:EventBasedGateway")?L(d,{"append.receive-task":f("bpmn:ReceiveTask","bpmn-icon-receive-task",p("Append receive task")),"append.message-intermediate-event":f("bpmn:IntermediateCatchEvent","bpmn-icon-intermediate-event-catch-message",p("Append message intermediate catch event"),{eventDefinitionType:"bpmn:MessageEventDefinition"}),"append.timer-intermediate-event":f("bpmn:IntermediateCatchEvent","bpmn-icon-intermediate-event-catch-timer",p("Append timer intermediate catch event"),{eventDefinitionType:"bpmn:TimerEventDefinition"}),"append.condition-intermediate-event":f("bpmn:IntermediateCatchEvent","bpmn-icon-intermediate-event-catch-condition",p("Append conditional intermediate catch event"),{eventDefinitionType:"bpmn:ConditionalEventDefinition"}),"append.signal-intermediate-event":f("bpmn:IntermediateCatchEvent","bpmn-icon-intermediate-event-catch-signal",p("Append signal intermediate catch event"),{eventDefinitionType:"bpmn:SignalEventDefinition"})}):Uy(h,"bpmn:BoundaryEvent","bpmn:CompensateEventDefinition")?L(d,{"append.compensation-activity":f("bpmn:Task","bpmn-icon-task",p("Append compensation activity"),{isForCompensation:!0})}):Ar(h,"bpmn:EndEvent")||h.isForCompensation||Uy(h,"bpmn:IntermediateThrowEvent","bpmn:LinkEventDefinition")||Jr(h)||L(d,{"append.end-event":f("bpmn:EndEvent","bpmn-icon-end-event-none",p("Append end event")),"append.gateway":f("bpmn:ExclusiveGateway","bpmn-icon-gateway-none",p("Append gateway")),"append.append-task":f("bpmn:Task","bpmn-icon-task",p("Append task")),"append.intermediate-event":f("bpmn:IntermediateThrowEvent","bpmn-icon-intermediate-event-none",p("Append intermediate/boundary event"))})),s.isEmpty(e,"bpmn-replace")||L(d,{replace:{group:"edit",className:"bpmn-icon-screw-wrench",title:p("Change type"),action:{click:function(e,n){var i=L(function(e){var n=t.getPad(e).html.getBoundingClientRect();return{x:n.left,y:n.bottom+5}}(n),{cursor:{x:e.x,y:e.y}});s.open(n,"bpmn-replace",i,{title:p("Change element"),width:300,search:!0})}}}}),Ar(h,"bpmn:SequenceFlow")&&L(d,{"append.text-annotation":f("bpmn:TextAnnotation","bpmn-icon-text-annotation",p("Append text annotation"))}),Mr(h,["bpmn:FlowNode","bpmn:InteractionNode","bpmn:DataObjectReference","bpmn:DataStoreReference"])&&L(d,{"append.text-annotation":f("bpmn:TextAnnotation","bpmn-icon-text-annotation",p("Append text annotation")),connect:{group:"connect",className:"bpmn-icon-connection-multi",title:p("Connect using "+(h.isForCompensation?"":"sequence/message flow or ")+"association"),action:{click:m,dragstart:m}}}),Ar(h,"bpmn:TextAnnotation")&&L(d,{connect:{group:"connect",className:"bpmn-icon-connection-multi",title:p("Connect using association"),action:{click:m,dragstart:m}}}),Mr(h,["bpmn:DataObjectReference","bpmn:DataStoreReference"])&&L(d,{connect:{group:"connect",className:"bpmn-icon-connection-multi",title:p("Connect using data input association"),action:{click:m,dragstart:m}}}),Ar(h,"bpmn:Group")&&L(d,{"append.text-annotation":f("bpmn:TextAnnotation","bpmn-icon-text-annotation",p("Append text annotation"))});var v=a.allowed("elements.delete",{elements:[e]});return c(v)&&(v=v[0]===e),v&&L(d,{delete:{group:"edit",className:"bpmn-icon-trash",title:p("Remove"),action:{click:function(e,t){n.removeElements([t])}}}}),d};var Wy={__depends__:[yy,Oy,Qa,cs,Wp,ym,Fy],__init__:["contextPadProvider"],contextPadProvider:["type",Hy]},Xy={horizontal:["x","width"],vertical:["y","height"]};function Qy(e,t){this._modeling=e,this._filters=[],this.registerFilter((function(e){var n=t.allowed("elements.distribute",{elements:e});return c(n)?n:n?e:[]}))}Qy.$inject=["modeling","rules"],Qy.prototype.registerFilter=function(e){if("function"!=typeof e)throw new Error("the filter has to be a function");this._filters.push(e)},Qy.prototype.trigger=function(e,t){var n,i,r=this._modeling;if(!(e.length<3||(this._setOrientation(t),i=this._filterElements(e),(n=this._createGroups(i)).length<=2)))return r.distributeElements(n,this._axis,this._dimension),n},Qy.prototype._filterElements=function(e){var t=this._filters,n=this._axis,i=this._dimension,r=[].concat(e);return t.length?(b(t,(function(e){r=e(r,n,i)})),r):e},Qy.prototype._createGroups=function(e){var t=[],n=this,i=this._axis,r=this._dimension;if(!i)throw new Error('must have a defined "axis" and "dimension"');return b(M(e,i),(function(e,o){var s,a=n._findRange(e,i,r),l=t[t.length-1];l&&n._hasIntersection(l.range,a)?t[t.length-1].elements.push(e):(s={range:a,elements:[e]},t.push(s))})),t},Qy.prototype._setOrientation=function(e){var t=Xy[e];this._axis=t[0],this._dimension=t[1]},Qy.prototype._hasIntersection=function(e,t){return Math.max(e.min,e.max)>=Math.min(t.min,t.max)&&Math.min(e.min,e.max)<=Math.max(t.min,t.max)},Qy.prototype._findRange=function(e){var t=e[this._axis];return{min:t+5,max:t+e[this._dimension]-5}};var Gy={__init__:["distributeElements"],distributeElements:["type",Qy]};function Ky(e){cc.call(this,e)}Ky.$inject=["eventBus"],e(Ky,cc),Ky.prototype.init=function(){this.addRule("elements.distribute",(function(e){var t=e.elements;return!((t=vt(t=v(t,(function(e){var t=Mr(e,["bpmn:Association","bpmn:BoundaryEvent","bpmn:DataInputAssociation","bpmn:DataOutputAssociation","bpmn:Lane","bpmn:MessageFlow","bpmn:SequenceFlow","bpmn:TextAnnotation"]);return!(e.labelTarget||t)})))).length<3)&&t}))};var Yy={horizontal:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1800">\n <polyline points="450 400 450 150 1350 150 1350 400" style="fill:none;stroke:currentColor;stroke-width:100;stroke-linejoin:round;"/>\n <rect x="150" y="450" width="600" height="1200" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>\n <rect x="1050" y="450" width="600" height="800" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>\n </svg>',vertical:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1800">\n <polyline points="400 1350 150 1350 150 450 400 450" style="fill:none;stroke:currentColor;stroke-width:100;stroke-linejoin:round;"/>\n <rect x="450" y="150" width="1200" height="600" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>\n <rect x="450" y="1050" width="800" height="600" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>\n </svg>'};function Zy(e,t,n,i){this._distributeElements=t,this._translate=n,this._popupMenu=e,this._rules=i,e.registerProvider("align-elements",900,this)}Zy.$inject=["popupMenu","distributeElements","translate","rules"],Zy.prototype.getPopupMenuEntries=function(e){var t={};return this._isAllowed(e)&&L(t,this._getEntries(e)),t},Zy.prototype._isAllowed=function(e){return this._rules.allowed("elements.distribute",{elements:e})},Zy.prototype._getEntries=function(e){var t=this._distributeElements,n=this._translate,i=this._popupMenu;return{"distribute-elements-horizontal":{group:"distribute",title:n("Distribute elements horizontally"),className:"bjs-align-elements-menu-entry",imageHtml:Yy.horizontal,action:function(n,r){t.trigger(e,"horizontal"),i.close()}},"distribute-elements-vertical":{group:"distribute",title:n("Distribute elements vertically"),imageHtml:Yy.vertical,action:function(n,r){t.trigger(e,"vertical"),i.close()}}}};var Jy={__depends__:[rc,Gy],__init__:["bpmnDistributeElements","distributeElementsMenuProvider"],bpmnDistributeElements:["type",Ky],distributeElementsMenuProvider:["type",Zy]},ev="is not a registered action";function tv(e,t){this._actions={};var n=this;e.on("diagram.init",(function(){n._registerDefaultActions(t),e.fire("editorActions.init",{editorActions:n})}))}function nv(e,t){return new Error(e+" "+t)}tv.$inject=["eventBus","injector"],tv.prototype._registerDefaultActions=function(e){var t=e.get("commandStack",!1),n=e.get("modeling",!1),i=e.get("selection",!1),r=e.get("zoomScroll",!1),o=e.get("copyPaste",!1),s=e.get("canvas",!1),a=e.get("rules",!1),l=e.get("keyboardMove",!1),p=e.get("keyboardMoveSelection",!1);t&&(this.register("undo",(function(){t.undo()})),this.register("redo",(function(){t.redo()}))),o&&i&&this.register("copy",(function(){var e=i.get();if(e.length)return o.copy(e)})),o&&this.register("paste",(function(){o.paste()})),r&&this.register("stepZoom",(function(e){r.stepZoom(e.value)})),s&&this.register("zoom",(function(e){s.zoom(e.value)})),n&&i&&a&&this.register("removeSelection",(function(){var e=i.get();if(e.length){var t,r=a.allowed("elements.delete",{elements:e});!1!==r&&(t=c(r)?r:e).length&&n.removeElements(t.slice())}})),l&&this.register("moveCanvas",(function(e){l.moveCanvas(e)})),p&&this.register("moveSelection",(function(e){p.moveSelection(e.direction,e.accelerated)}))},tv.prototype.trigger=function(e,t){if(!this._actions[e])throw nv(e,ev);return this._actions[e](t)},tv.prototype.register=function(e,t){var n=this;if("string"==typeof e)return this._registerAction(e,t);b(e,(function(e,t){n._registerAction(t,e)}))},tv.prototype._registerAction=function(e,t){if(this.isRegistered(e))throw nv(e,"is already registered");this._actions[e]=t},tv.prototype.unregister=function(e){if(!this.isRegistered(e))throw nv(e,ev);this._actions[e]=void 0},tv.prototype.getActions=function(){return Object.keys(this._actions)},tv.prototype.isRegistered=function(e){return!!this._actions[e]};var iv={__init__:["editorActions"],editorActions:["type",tv]};function rv(e){e.invoke(tv,this)}e(rv,tv),rv.$inject=["injector"],rv.prototype._registerDefaultActions=function(e){tv.prototype._registerDefaultActions.call(this,e);var t=e.get("canvas",!1),n=e.get("elementRegistry",!1),i=e.get("selection",!1),r=e.get("spaceTool",!1),o=e.get("lassoTool",!1),s=e.get("handTool",!1),a=e.get("globalConnect",!1),l=e.get("distributeElements",!1),c=e.get("alignElements",!1),p=e.get("directEditing",!1),u=e.get("searchPad",!1),d=e.get("modeling",!1),h=e.get("contextPad",!1);t&&n&&i&&this._registerAction("selectElements",(function(){var e=t.getRootElement(),r=n.filter((function(t){return t!==e}));return i.select(r),r})),r&&this._registerAction("spaceTool",(function(){r.toggle()})),o&&this._registerAction("lassoTool",(function(){o.toggle()})),s&&this._registerAction("handTool",(function(){s.toggle()})),a&&this._registerAction("globalConnectTool",(function(){a.toggle()})),i&&l&&this._registerAction("distributeElements",(function(e){var t=i.get(),n=e.type;t.length&&l.trigger(t,n)})),i&&c&&this._registerAction("alignElements",(function(e){var t=i.get(),n=[],r=e.type;t.length&&(n=v(t,(function(e){return!Ar(e,"bpmn:Lane")})),c.trigger(n,r))})),i&&d&&this._registerAction("setColor",(function(e){var t=i.get();t.length&&d.setColor(t,e)})),i&&p&&this._registerAction("directEditing",(function(){var e=i.get();e.length&&p.activate(e[0])})),u&&this._registerAction("find",(function(){u.toggle()})),t&&d&&this._registerAction("moveToOrigin",(function(){var e,i,r=t.getRootElement();e=Et(i=Ar(r,"bpmn:Collaboration")?n.filter((function(e){return Ar(e.parent,"bpmn:Collaboration")})):n.filter((function(e){return e!==r&&!Ar(e.parent,"bpmn:SubProcess")}))),d.moveElements(i,{x:-e.x,y:-e.y},r)})),i&&h&&this._registerAction("replaceElement",(function(e){h.triggerEntry("replace","click",e)}))};var ov={__depends__:[iv],editorActions:["type",rv]};function sv(e){e.on(["create.init","shape.move.init"],(function(e){var t=e.context;Mr(e.shape,["bpmn:Participant","bpmn:SubProcess","bpmn:TextAnnotation"])&&(t.gridSnappingContext||(t.gridSnappingContext={}),t.gridSnappingContext.snapLocation="top-left")}))}sv.$inject=["eventBus"];var av=10;function lv(e,t,n){return n||(n="round"),Math[n](e/t)*t}function cv(e,t,n){var i=!n||!1!==n.active;this._eventBus=t;var r=this;t.on("diagram.init",800,(function(){r.setActive(i)})),t.on(["create.move","create.end","bendpoint.move.move","bendpoint.move.end","connect.move","connect.end","connectionSegment.move.move","connectionSegment.move.end","resize.move","resize.end","shape.move.move","shape.move.end"],1200,(function(t){var n=t.originalEvent;if(!(!r.active||n&&Xs(n))){var i=t.context,o=i.gridSnappingContext;o||(o=i.gridSnappingContext={}),["x","y"].forEach((function(n){var i={},o=function(e,t,n){var i=e.context,r=e.shape,o=i.gridSnappingContext,s=o.snapLocation,a=o.snapOffset;if(a&&u(a[t]))return a[t];a||(a=o.snapOffset={});u(a[t])||(a[t]=0);if(!r)return a[t];n.get(r.id)||(pv(t)?a[t]+=r[t]+r.width/2:a[t]+=r[t]+r.height/2);if(!s)return a[t];"x"===t?/left/.test(s)?a[t]-=r.width/2:/right/.test(s)&&(a[t]+=r.width/2):/top/.test(s)?a[t]-=r.height/2:/bottom/.test(s)&&(a[t]+=r.height/2);return a[t]}(t,n,e);o&&(i.offset=o);var s=function(e,t){var n=e.context,i=n.createConstraints,r=n.resizeConstraints||{},o=n.gridSnappingContext,s=o.snapConstraints;if(s&&s[t])return s[t];s||(s=o.snapConstraints={});s[t]||(s[t]={});var a=n.direction;i&&(pv(t)?(s.x.min=i.left,s.x.max=i.right):(s.y.min=i.top,s.y.max=i.bottom));var l=r.min,c=r.max;l&&(pv(t)?dv(a)?s.x.max=l.left:s.x.min=l.right:uv(a)?s.y.max=l.top:s.y.min=l.bottom);c&&(pv(t)?dv(a)?s.x.min=c.left:s.x.max=c.right:uv(a)?s.y.min=c.top:s.y.max=c.bottom);return s[t]}(t,n);s&&L(i,s),Np(t,n)||r.snapEvent(t,n,i)}))}}))}function pv(e){return"x"===e}function uv(e){return-1!==e.indexOf("n")}function dv(e){return-1!==e.indexOf("w")}function hv(e,t){bs.call(this,e),this._gridSnapping=t;var n=this;this.preExecute("shape.resize",(function(e){var t=e.context,i=(t.hints||{}).autoResize;if(i){var r=t.shape,o=t.newBounds;h(i)?t.newBounds=n.snapComplex(o,i):t.newBounds=n.snapSimple(r,o)}}))}cv.prototype.snapEvent=function(e,t,n){Bp(e,t,this.snapValue(e[t],n))},cv.prototype.getGridSpacing=function(){return av},cv.prototype.snapValue=function(e,t){var n,i,r=0;return t&&t.offset&&(r=t.offset),e=lv(e+=r,av),t&&t.min&&u(n=t.min)&&(n=lv(n+r,av,"ceil"),e=Math.max(e,n)),t&&t.max&&u(i=t.max)&&(i=lv(i+r,av,"floor"),e=Math.min(e,i)),e-=r},cv.prototype.isActive=function(){return this.active},cv.prototype.setActive=function(e){this.active=e,this._eventBus.fire("gridSnapping.toggle",{active:e})},cv.prototype.toggleActive=function(){this.setActive(!this.active)},cv.$inject=["elementRegistry","eventBus","config.gridSnapping"],hv.$inject=["eventBus","gridSnapping","modeling"],e(hv,bs),hv.prototype.snapSimple=function(e,t){var n=this._gridSnapping;return t.width=n.snapValue(t.width,{min:t.width}),t.height=n.snapValue(t.height,{min:t.height}),t.x=e.x+e.width/2-t.width/2,t.y=e.y+e.height/2-t.height/2,t},hv.prototype.snapComplex=function(e,t){return/w|e/.test(t)&&(e=this.snapHorizontally(e,t)),/n|s/.test(t)&&(e=this.snapVertically(e,t)),e},hv.prototype.snapHorizontally=function(e,t){var n=this._gridSnapping,i=/w/.test(t),r=/e/.test(t),o={};return o.width=n.snapValue(e.width,{min:e.width}),r&&(i?(o.x=n.snapValue(e.x,{max:e.x}),o.width+=n.snapValue(e.x-o.x,{min:e.x-o.x})):e.x=e.x+e.width-o.width),L(e,o),e},hv.prototype.snapVertically=function(e,t){var n=this._gridSnapping,i=/n/.test(t),r=/s/.test(t),o={};return o.height=n.snapValue(e.height,{min:e.height}),i&&(r?(o.y=n.snapValue(e.y,{max:e.y}),o.height+=n.snapValue(e.y-o.y,{min:e.y-o.y})):e.y=e.y+e.height-o.height),L(e,o),e};function mv(e,t){e.on(["spaceTool.move","spaceTool.end"],2e3,(function(e){var n,i=e.context;i.initialized&&("x"===i.axis?(n=t.snapValue(e.dx),e.x=e.x+n-e.dx,e.dx=n):(n=t.snapValue(e.dy),e.y=e.y+n-e.dy,e.dy=n))}))}mv.$inject=["eventBus","gridSnapping"];var fv={__depends__:[{__init__:["gridSnappingResizeBehavior","gridSnappingSpaceToolBehavior"],gridSnappingResizeBehavior:["type",hv],gridSnappingSpaceToolBehavior:["type",mv]}],__init__:["gridSnapping"],gridSnapping:["type",cv]};function gv(e,t){e.on("autoPlace",2e3,(function(e){var n=e.source,i=Pn(n),r=e.shape,o=Oc(n,r);return["x","y"].forEach((function(e){var n={};o[e]!==i[e]&&(o[e]>i[e]?n.min=o[e]:n.max=o[e],Ar(r,"bpmn:TextAnnotation")&&(!function(e){return"x"===e}(e)?n.offset=-r.height/2:n.offset=-r.width/2),o[e]=t.snapValue(o[e],n))})),o}))}gv.$inject=["eventBus","gridSnapping"];function yv(e,t,n){t.on(["create.start","shape.move.start"],1750,(function(t){var i=t.context,r=i.shape,o=e.getRootElement();Ar(r,"bpmn:Participant")&&Ar(o,"bpmn:Process")&&o.children.length&&(i.createConstraints&&(r.width=n.snapValue(r.width,{min:r.width}),r.height=n.snapValue(r.height,{min:r.height})))}))}yv.$inject=["canvas","eventBus","gridSnapping"];function vv(e,t,n){bs.call(this,e),this._gridSnapping=t;var i=this;this.postExecuted(["connection.create","connection.layout"],3e3,(function(e){var t=e.context,r=t.connection,o=t.hints||{},s=r.waypoints;o.connectionStart||o.connectionEnd||!1===o.createElementsBehavior||function(e){return e.length>3}(s)&&n.updateWaypoints(r,i.snapMiddleSegments(s))}))}function bv(e,t,n){var i=Bt(t,n),r={};return function(e){return"h"===e}(i)&&(r.y=e.snapValue(t.y)),function(e){return"v"===e}(i)&&(r.x=e.snapValue(t.x)),("x"in r||"y"in r)&&(t=L({},t,r),n=L({},n,r)),[t,n]}vv.$inject=["eventBus","gridSnapping","modeling"],e(vv,bs),vv.prototype.snapMiddleSegments=function(e){var t,n=this._gridSnapping;e=e.slice();for(var i=1;i<e.length-2;i++)t=bv(n,e[i],e[i+1]),e[i]=t[0],e[i+1]=t[1];return e};var xv={__depends__:[fv,{__init__:["gridSnappingAutoPlaceBehavior","gridSnappingParticipantBehavior","gridSnappingLayoutConnectionBehavior"],gridSnappingAutoPlaceBehavior:["type",gv],gridSnappingParticipantBehavior:["type",yv],gridSnappingLayoutConnectionBehavior:["type",vv]}],__init__:["bpmnGridSnapping"],bpmnGridSnapping:["type",sv]};function wv(e,t){this._interactionEvents=t;var n=this;e.on(["interactionEvents.createHit","interactionEvents.updateHit"],(function(e){var t=e.element,i=e.gfx;return Ar(t,"bpmn:Lane")?n._createParticipantHit(t,i):Ar(t,"bpmn:Participant")?Kr(t)?n._createParticipantHit(t,i):n._createDefaultHit(t,i):Ar(t,"bpmn:SubProcess")?Kr(t)?n._createSubProcessHit(t,i):n._createDefaultHit(t,i):void 0}))}wv.$inject=["eventBus","interactionEvents"],wv.prototype._createDefaultHit=function(e,t){return this._interactionEvents.removeHits(t),this._interactionEvents.createDefaultHit(e,t),!0},wv.prototype._createParticipantHit=function(e,t){return this._interactionEvents.removeHits(t),this._interactionEvents.createBoxHit(t,"no-move",{width:e.width,height:e.height}),this._interactionEvents.createBoxHit(t,"click-stroke",{width:e.width,height:e.height}),this._interactionEvents.createBoxHit(t,"all",{width:30,height:e.height}),!0},wv.prototype._createSubProcessHit=function(e,t){return this._interactionEvents.removeHits(t),this._interactionEvents.createBoxHit(t,"no-move",{width:e.width,height:e.height}),this._interactionEvents.createBoxHit(t,"click-stroke",{width:e.width,height:e.height}),this._interactionEvents.createBoxHit(t,"all",{width:e.width,height:30}),!0};var _v={__init__:["bpmnInteractionEvents"],bpmnInteractionEvents:["type",wv]};function Ev(e){e.invoke(na,this)}e(Ev,na),Ev.$inject=["injector"],Ev.prototype.registerBindings=function(e,t){function n(n,i){t.isRegistered(n)&&e.addListener(i)}na.prototype.registerBindings.call(this,e,t),n("selectElements",(function(n){var i=n.keyEvent;if(e.isKey(["a","A"],i)&&e.isCmd(i))return t.trigger("selectElements"),!0})),n("find",(function(n){var i=n.keyEvent;if(e.isKey(["f","F"],i)&&e.isCmd(i))return t.trigger("find"),!0})),n("spaceTool",(function(n){var i=n.keyEvent;if(!e.hasModifier(i))return e.isKey(["s","S"],i)?(t.trigger("spaceTool"),!0):void 0})),n("lassoTool",(function(n){var i=n.keyEvent;if(!e.hasModifier(i))return e.isKey(["l","L"],i)?(t.trigger("lassoTool"),!0):void 0})),n("handTool",(function(n){var i=n.keyEvent;if(!e.hasModifier(i))return e.isKey(["h","H"],i)?(t.trigger("handTool"),!0):void 0})),n("globalConnectTool",(function(n){var i=n.keyEvent;if(!e.hasModifier(i))return e.isKey(["c","C"],i)?(t.trigger("globalConnectTool"),!0):void 0})),n("directEditing",(function(n){var i=n.keyEvent;if(!e.hasModifier(i))return e.isKey(["e","E"],i)?(t.trigger("directEditing"),!0):void 0})),n("replaceElement",(function(n){var i=n.keyEvent;if(!e.hasModifier(i))return e.isKey(["r","R"],i)?(t.trigger("replaceElement",i),!0):void 0}))};var Ov={__depends__:[ia],__init__:["keyboardBindings"],keyboardBindings:["type",Ev]},Pv={moveSpeed:1,moveSpeedAccelerated:10},kv="left",Sv="right",Cv="down",Tv={ArrowLeft:kv,Left:kv,ArrowUp:"up",Up:"up",ArrowRight:Sv,Right:Sv,ArrowDown:Cv,Down:Cv},Av={left:function(e){return{x:-e,y:0}},up:function(e){return{x:0,y:-e}},right:function(e){return{x:e,y:0}},down:function(e){return{x:0,y:e}}};function Mv(e,t,n,i,r){var o=this;this._config=L({},Pv,e||{}),t.addListener(1500,(function(e){var n=e.keyEvent,i=Tv[n.key];if(i&&!t.isCmd(n)){var r=t.isShift(n);return o.moveSelection(i,r),!0}})),this.moveSelection=function(e,t){var o=r.get();if(o.length){var s=this._config[t?"moveSpeedAccelerated":"moveSpeed"],a=Av[e](s);i.allowed("elements.move",{shapes:o})&&n.moveElements(o,a)}}}Mv.$inject=["config.keyboardMoveSelection","keyboard","modeling","rules","selection"];var Rv={__depends__:[ia,cs],__init__:["keyboardMoveSelection"],keyboardMoveSelection:["type",Mv]};function Dv(e,t,n,i){this._dragging=i,this._rules=t;var r=this;function o(e,t){var n,i=e.shape,o=e.direction,s=e.resizeConstraints;e.delta=t,n=function(e,t,n){var i=n.x,r=n.y,o={x:e.x,y:e.y,width:e.width,height:e.height};return-1!==t.indexOf("n")?(o.y=e.y+r,o.height=e.height-r):-1!==t.indexOf("s")&&(o.height=e.height+r),-1!==t.indexOf("e")?o.width=e.width+i:-1!==t.indexOf("w")&&(o.x=e.x+i,o.width=e.width-i),o}(i,o,t),e.newBounds=function(e,t){if(!t)return e;var n=_n(e);return En({top:Mu("top",n,t),right:Mu("right",n,t),bottom:Mu("bottom",n,t),left:Mu("left",n,t)})}(n,s),e.canExecute=r.canResize(e)}e.on("resize.start",(function(e){var t,n,i;t=e.context,n=t.resizeConstraints,i=t.minBounds,void 0===n&&(void 0===i&&(i=r.computeMinResizeBox(t)),t.resizeConstraints={min:_n(i)})})),e.on("resize.move",(function(e){var t={x:e.dx,y:e.dy};o(e.context,t)})),e.on("resize.end",(function(e){!function(e){var t=e.shape,i=e.canExecute,r=e.newBounds;if(i){if(!function(e,t){return e.x!==t.x||e.y!==t.y||e.width!==t.width||e.height!==t.height}(t,r=xn(r)))return;n.resizeShape(t,r)}}(e.context)}))}function Nv(e,t){var n=Pn(e),i=_n(e),r={x:n.x,y:n.y};return-1!==t.indexOf("n")?r.y=i.top:-1!==t.indexOf("s")&&(r.y=i.bottom),-1!==t.indexOf("e")?r.x=i.right:-1!==t.indexOf("w")&&(r.x=i.left),r}function Bv(e){var t="resize-";return"n"===e||"s"===e?t+"ns":"e"===e||"w"===e?t+"ew":"nw"===e||"se"===e?t+"nwse":t+"nesw"}Dv.prototype.canResize=function(e){var t=this._rules,n=V(e,["newBounds","shape","delta","direction"]);return t.allowed("shape.resize",n)},Dv.prototype.activate=function(e,t,n){var i,r,o=this._dragging;if("string"==typeof n&&(n={direction:n}),!(r=(i=L({shape:t},n)).direction))throw new Error("must provide a direction (n|w|s|e|nw|se|ne|sw)");o.init(e,Nv(t,r),"resize",{autoActivate:!0,cursor:Bv(r),data:{shape:t,context:i}})},Dv.prototype.computeMinResizeBox=function(e){var t=e.shape;return function(e,t,n,i){var r=_n(t),o={top:/n/.test(e)?r.bottom-n.height:r.top,left:/w/.test(e)?r.right-n.width:r.left,bottom:/s/.test(e)?r.top+n.height:r.bottom,right:/e/.test(e)?r.left+n.width:r.right},s=i?_n(i):o;return En({top:Cu(o.top,s.top),left:Cu(o.left,s.left),bottom:Su(o.bottom,s.bottom),right:Su(o.right,s.right)})}(e.direction,t,e.minDimensions||{width:10,height:10},Nu(t,e.childrenBoxPadding))},Dv.$inject=["eventBus","rules","modeling","dragging"];var $v="djs-resizing",jv="resize-not-ok";function Iv(e,t,n){e.on("resize.move",500,(function(e){var i,r,o,s;i=e.context,r=i.shape,o=i.newBounds,(s=i.frame)||(s=i.frame=n.addFrame(r,t.getActiveLayer()),t.addMarker(r,$v)),o.width>5&&Te(s,{x:o.x,width:o.width}),o.height>5&&Te(s,{y:o.y,height:o.height}),i.canExecute?Me(s).remove(jv):Me(s).add(jv)})),e.on("resize.cleanup",(function(e){var n,i;n=e.context,i=n.shape,n.frame&&De(n.frame),t.removeMarker(i,$v)}))}Iv.$inject=["eventBus","canvas","previewSupport"];var Lv=-6,qv="djs-resizer",zv=["n","w","s","e","nw","ne","se","sw"];function Vv(e,t,n,i){this._resize=i,this._canvas=t;var r=this;e.on("selection.changed",(function(e){var t=e.newSelection;r.removeResizers(),1===t.length&&b(t,I(r.addResizer,r))})),e.on("shape.changed",(function(e){var t=e.element;n.isSelected(t)&&(r.removeResizers(),r.addResizer(t))}))}Vv.prototype.makeDraggable=function(e,t,n){var i=this._resize;function r(t){Qo(t)&&i.activate(t,e,n)}he.bind(t,"mousedown",r),he.bind(t,"touchstart",r)},Vv.prototype._createResizer=function(e,t,n,i){var r=this._getResizersParent(),o=function(e){var t={x:0,y:0};-1!==e.indexOf("e")?t.x=6:-1!==e.indexOf("w")&&(t.x=Lv);-1!==e.indexOf("s")?t.y=6:-1!==e.indexOf("n")&&(t.y=Lv);return t}(i),s=Le("g");Me(s).add(qv),Me(s).add(qv+"-"+e.id),Me(s).add(qv+"-"+i),Pe(r,s);var a=Le("rect");Te(a,{x:-4+o.x,y:-4+o.y,width:8,height:8}),Me(a).add(qv+"-visual"),Pe(s,a);var l=Le("rect");return Te(l,{x:-10+o.x,y:-10+o.y,width:20,height:20}),Me(l).add(qv+"-hit"),Pe(s,l),ti(s,t,n),s},Vv.prototype.createResizer=function(e,t){var n=Nv(e,t),i=this._createResizer(e,n.x,n.y,t);this.makeDraggable(e,i,t)},Vv.prototype.addResizer=function(e){var t=this;!vn(e)&&this._resize.canResize({shape:e})&&b(zv,(function(n){t.createResizer(e,n)}))},Vv.prototype.removeResizers=function(){Ne(this._getResizersParent())},Vv.prototype._getResizersParent=function(){return this._canvas.getLayer("resizers")},Vv.$inject=["eventBus","canvas","selection","resize"];var Fv={__depends__:[Hc,Lc,Zp],__init__:["resize","resizePreview","resizeHandles"],resize:["type",Dv],resizePreview:["type",Iv],resizeHandles:["type",Vv]};function Hv(e,t,n,i,r,o,s){function a(e,t){(t||Mr(e,["bpmn:Task","bpmn:TextAnnotation","bpmn:Participant"])||Uv(e))&&i.activate(e)}this._bpmnFactory=t,this._canvas=n,this._modeling=r,this._textRenderer=s,i.registerProvider(this),e.on("element.dblclick",(function(e){a(e.element,!0)})),e.on(["autoPlace.start","canvas.viewbox.changing","drag.init","element.mousedown","popupMenu.open","root.set","selection.changed"],(function(){i.isActive()&&i.complete()})),e.on(["shape.remove","connection.remove"],2e3,(function(e){i.isActive(e.element)&&i.cancel()})),e.on(["commandStack.changed"],(function(e){i.isActive()&&i.cancel()})),e.on("directEditing.activate",(function(e){o.removeResizers()})),e.on("create.end",500,(function(e){var t=e.context,n=t.shape,i=e.context.canExecute;e.isTouch||i&&(t.hints&&!1===t.hints.createElementsBehavior||a(n))})),e.on("autoPlace.end",500,(function(e){a(e.shape)}))}function Uv(e){return Ar(e,"bpmn:SubProcess")&&!Kr(e)}Hv.$inject=["eventBus","bpmnFactory","canvas","directEditing","modeling","resizeHandles","textRenderer"],Hv.prototype.activate=function(e){var t=lo(e);if(void 0!==t){var n={text:t};L(n,this.getEditingBBox(e));var i={};return(Mr(e,["bpmn:Task","bpmn:Participant","bpmn:Lane","bpmn:CallActivity"])||Uv(e))&&L(i,{centerVertically:!0}),io(e)&&L(i,{autoResize:!0}),Ar(e,"bpmn:TextAnnotation")&&L(i,{resizable:!0,autoResize:!0}),L(n,{options:i}),n}},Hv.prototype.getEditingBBox=function(e){var t=this._canvas,n=e.label||e,i=t.getAbsoluteBBox(n),r=i.x+i.width/2,o=i.y+i.height/2,s={x:i.x,y:i.y},a=t.zoom(),l=this._textRenderer.getDefaultStyle(),c=this._textRenderer.getExternalStyle(),p=c.fontSize*a,u=c.lineHeight,d=l.fontSize*a,h=l.lineHeight,m={fontFamily:this._textRenderer.getDefaultStyle().fontFamily,fontWeight:this._textRenderer.getDefaultStyle().fontWeight};if(Ar(e,"bpmn:Lane")||function(e){return Ar(e,"bpmn:Participant")&&Kr(e)}(e)){var f=Yr(e);L(s,f?{width:i.height,height:30*a,x:i.x-i.height/2+15*a,y:o-30*a/2}:{width:i.width,height:30*a}),L(m,{fontSize:d+"px",lineHeight:h,paddingTop:7*a+"px",paddingBottom:7*a+"px",paddingLeft:5*a+"px",paddingRight:5*a+"px",transform:f?"rotate(-90deg)":null})}if(function(e){return Ar(e,"bpmn:Participant")&&!Kr(e)}(e)){var g=Yr(e);L(s,g?{width:i.width,height:i.height}:{width:i.height,height:i.width,x:r-i.height/2,y:o-i.width/2}),L(m,{fontSize:d+"px",lineHeight:h,paddingTop:7*a+"px",paddingBottom:7*a+"px",paddingLeft:5*a+"px",paddingRight:5*a+"px",transform:g?null:"rotate(-90deg)"})}(Mr(e,["bpmn:Task","bpmn:CallActivity"])||Uv(e))&&(L(s,{width:i.width,height:i.height}),L(m,{fontSize:d+"px",lineHeight:h,paddingTop:7*a+"px",paddingBottom:7*a+"px",paddingLeft:5*a+"px",paddingRight:5*a+"px"})),function(e){return Ar(e,"bpmn:SubProcess")&&Kr(e)}(e)&&(L(s,{width:i.width,x:i.x}),L(m,{fontSize:d+"px",lineHeight:h,paddingTop:7*a+"px",paddingBottom:7*a+"px",paddingLeft:5*a+"px",paddingRight:5*a+"px"}));var y=90*a,v=7*a,b=4*a;if(n.labelTarget&&(L(s,{width:y,height:i.height+v+b,x:r-y/2,y:i.y-v}),L(m,{fontSize:p+"px",lineHeight:u,paddingTop:v+"px",paddingBottom:b+"px"})),io(n)&&!ro(n)&&!bn(n)){var x=so(e),w=t.getAbsoluteBBox({x:x.x,y:x.y,width:0,height:0}),_=p+v+b;L(s,{width:y,height:_,x:w.x-y/2,y:w.y-_/2}),L(m,{fontSize:p+"px",lineHeight:u,paddingTop:v+"px",paddingBottom:b+"px"})}return Ar(e,"bpmn:TextAnnotation")&&(L(s,{width:i.width,height:i.height,minWidth:30*a,minHeight:10*a}),L(m,{textAlign:"left",paddingTop:5*a+"px",paddingBottom:7*a+"px",paddingLeft:7*a+"px",paddingRight:5*a+"px",fontSize:d+"px",lineHeight:h})),{bounds:s,style:m}},Hv.prototype.update=function(e,t,n,i){var r,o,s;Ar(e,"bpmn:TextAnnotation")&&(o=this._canvas.getAbsoluteBBox(e),r={x:e.x,y:e.y,width:e.width/o.width*i.width,height:e.height/o.height*i.height}),(s=t)&&s.trim()||(t=null),this._modeling.updateLabel(e,t,r)};var Wv="djs-element-hidden",Xv="djs-label-hidden";function Qv(e,t,n){var i,r,o,s=this,a=t.getDefaultLayer();e.on("directEditing.activate",(function(e){var l=e.active;if(Ar(i=l.element.label||l.element,"bpmn:TextAnnotation")){r=t.getAbsoluteBBox(i),o=Le("g");var c=n.getScaledPath("TEXT_ANNOTATION",{xScaleFactor:1,yScaleFactor:1,containerWidth:i.width,containerHeight:i.height,position:{mx:0,my:0}}),p=s.path=Le("path");Te(p,{d:c,strokeWidth:2,stroke:Gv(i)}),Pe(o,p),Pe(a,o),ni(o,i.x,i.y)}Ar(i,"bpmn:TextAnnotation")||i.labelTarget?t.addMarker(i,Wv):(Ar(i,"bpmn:Task")||Ar(i,"bpmn:CallActivity")||Ar(i,"bpmn:SubProcess")||Ar(i,"bpmn:Participant"))&&t.addMarker(i,Xv)})),e.on("directEditing.resize",(function(e){if(Ar(i,"bpmn:TextAnnotation")){var t=e.height,o=e.dy,a=Math.max(i.height/r.height*(t+o),0),l=n.getScaledPath("TEXT_ANNOTATION",{xScaleFactor:1,yScaleFactor:1,containerWidth:i.width,containerHeight:a,position:{mx:0,my:0}});Te(s.path,{d:l})}})),e.on(["directEditing.complete","directEditing.cancel"],(function(e){var n=e.active;n&&(t.removeMarker(n.element.label||n.element,Wv),t.removeMarker(i,Xv)),i=void 0,r=void 0,o&&(De(o),o=void 0)}))}function Gv(e,t){return Dr(e).get("stroke")||t||"black"}Qv.$inject=["eventBus","canvas","pathMap"];var Kv={__depends__:[vs,Fv,Oy],__init__:["labelEditingProvider","labelEditingPreview"],labelEditingProvider:["type",Hv],labelEditingPreview:["type",Qv]},Yv=new ps("tt");function Zv(e,t){e.style.display=!1===t?"none":""}var Jv="djs-tooltip",eb="."+Jv;function tb(e,t){var n,i;this._eventBus=e,this._canvas=t,this._ids=Yv,this._tooltipDefaults={show:{minZoom:.7,maxZoom:5}},this._tooltips={},this._tooltipRoot=(n=t.getContainer(),Z(i=xe('<div class="djs-tooltip-container" />'),{position:"absolute",width:"0",height:"0"}),n.insertBefore(i,n.firstChild),i);var r=this;ge.bind(this._tooltipRoot,eb,"mousedown",(function(e){e.stopPropagation()})),ge.bind(this._tooltipRoot,eb,"mouseover",(function(e){r.trigger("mouseover",e)})),ge.bind(this._tooltipRoot,eb,"mouseout",(function(e){r.trigger("mouseout",e)})),this._init()}tb.$inject=["eventBus","canvas"],tb.prototype.add=function(e){if(!e.position)throw new Error("must specifiy tooltip position");if(!e.html)throw new Error("must specifiy tooltip html");var t=this._ids.next();return e=L({},this._tooltipDefaults,e,{id:t}),this._addTooltip(e),e.timeout&&this.setTimeout(e),t},tb.prototype.trigger=function(e,t){var n=t.delegateTarget||t.target,i=this.get(J(n,"data-tooltip-id"));i&&("mouseover"===e&&i.timeout&&this.clearTimeout(i),"mouseout"===e&&i.timeout&&(i.timeout=1e3,this.setTimeout(i)))},tb.prototype.get=function(e){return"string"!=typeof e&&(e=e.id),this._tooltips[e]},tb.prototype.clearTimeout=function(e){if(e=this.get(e)){var t=e.removeTimer;t&&(clearTimeout(t),e.removeTimer=null)}},tb.prototype.setTimeout=function(e){if(e=this.get(e)){this.clearTimeout(e);var t=this;e.removeTimer=setTimeout((function(){t.remove(e)}),e.timeout)}},tb.prototype.remove=function(e){var t=this.get(e);t&&(Ee(t.html),Ee(t.htmlContainer),delete t.htmlContainer,delete this._tooltips[t.id])},tb.prototype.show=function(){Zv(this._tooltipRoot)},tb.prototype.hide=function(){Zv(this._tooltipRoot,!1)},tb.prototype._updateRoot=function(e){var t=e.scale||1,n=e.scale||1,i="matrix("+t+",0,0,"+n+","+-1*e.x*t+","+-1*e.y*n+")";this._tooltipRoot.style.transform=i,this._tooltipRoot.style["-ms-transform"]=i},tb.prototype._addTooltip=function(e){var t,n=e.id,i=e.html,r=this._tooltipRoot;i.get&&i.constructor.prototype.jquery&&(i=i.get(0)),h(i)&&(i=xe(i)),Z(t=xe('<div data-tooltip-id="'+n+'" class="'+Jv+'">'),{position:"absolute"}),t.appendChild(i),e.type&&te(t).add("djs-tooltip-"+e.type),e.className&&te(t).add(e.className),e.htmlContainer=t,r.appendChild(t),this._tooltips[n]=e,this._updateTooltip(e)},tb.prototype._updateTooltip=function(e){var t=e.position;!function(e,t,n){Z(e,{left:t+"px",top:n+"px"})}(e.htmlContainer,t.x,t.y)},tb.prototype._updateTooltipVisibilty=function(e){b(this._tooltips,(function(t){var n=t.show,i=t.htmlContainer,r=!0;n&&((n.minZoom>e.scale||n.maxZoom<e.scale)&&(r=!1),Zv(i,r))}))},tb.prototype._init=function(){var e=this;this._eventBus.on("canvas.viewbox.changing",(function(t){e.hide()})),this._eventBus.on("canvas.viewbox.changed",(function(t){var n;n=t.viewbox,e._updateRoot(n),e._updateTooltipVisibilty(n),e.show()}))};var nb={__init__:["tooltips"],tooltips:["type",tb]};function ib(e,t,n){e.on(["shape.move.rejected","create.rejected"],(function(e){var i,r,o,s=e.context,a=s.shape;Ar(s.target,"bpmn:Collaboration")&&Ar(a,"bpmn:FlowNode")&&(i=e,r=n("flow elements must be children of pools/participants"),t.add({position:{x:i.x+5,y:i.y+5},type:"error",timeout:o||2e3,html:"<div>"+r+"</div>"}))}))}ib.$inject=["eventBus","tooltips","translate"];var rb={__depends__:[nb],__init__:["modelingFeedback"],modelingFeedback:["type",ib]},ob=Math.round;function sb(e,t,n,i,r){function o(e,t,n,i){return r.allowed("elements.move",{shapes:e,delta:t,position:n,target:i})}function s(e,n,i,r){if(p(i)&&(r=i,i=!1),!n.waypoints&&n.parent&&!Me(e.target).has("djs-hit-no-move")){var o=function(e){return{x:e.x+ob(e.width/2),y:e.y+ob(e.height/2)}}(n);return t.init(e,o,"shape.move",{cursor:"grabbing",autoActivate:i,data:{shape:n,context:r||{}}}),!0}}e.on("shape.move.start",1500,(function(e){var t=e.context,n=e.shape,r=i.get().slice();-1===r.indexOf(n)&&(r=[n]),r=function(e){var t=C(e,"id");return v(e,(function(e){for(;e=e.parent;)if(t[e.id])return!1;return!0}))}(r),L(t,{shapes:r,validatedShapes:r,shape:n})})),e.on("shape.move.start",1250,(function(e){var t=e.context,n=t.validatedShapes;if(!(t.canExecute=o(n)))return!1})),e.on("shape.move.move",500,(function(e){var t,n=e.context,i=n.validatedShapes,r=e.hover,s={x:e.dx,y:e.dy};t=o(i,s,{x:e.x,y:e.y},r),n.delta=s,n.canExecute=t,n.target=null!==t?r:null})),e.on("shape.move.end",(function(e){var t=e.context,i=t.delta,r=t.canExecute,o="attach"===r,s=t.shapes;if(!1===r)return!1;i.x=ob(i.x),i.y=ob(i.y),0===i.x&&0===i.y||n.moveElements(s,i,t.target,{primaryShape:t.shape,attach:o})})),e.on("element.mousedown",(function(e){if(Qo(e)){var t=Fo(e);if(!t)throw new Error("must supply DOM mousedown event");return s(t,e.element)}})),this.start=s}sb.$inject=["eventBus","dragging","modeling","selection","rules"];var ab="djs-dragging",lb="drop-ok",cb="drop-not-ok",pb="new-parent",ub="attach-ok";function db(e,t,n,r){function o(e){var t=function(e){var t=v(e,(function(t){return!vn(t)||g(e,R({id:t.source.id}))&&g(e,R({id:t.target.id}))}));return t}(s(e));return t}function s(e){var t=_t(e,!0),n=O(t,(function(e){return(e.incoming||[]).concat(e.outgoing||[])}));return i(t.concat(n))}function a(e,n){[ub,lb,cb,pb].forEach((function(i){i===n?t.addMarker(e,i):t.removeMarker(e,i)}))}e.on("shape.move.start",499,(function(e){var a=e.context,l=a.shapes,c=a.allDraggedElements,p=o(l);if(!a.dragGroup){var u=Le("g");Te(u,n.cls("djs-drag-group",["no-events"])),Pe(t.getActiveLayer(),u),a.dragGroup=u}p.forEach((function(e){r.addDragger(e,a.dragGroup)})),b(c=c?i([c,s(l)]):s(l),(function(e){t.addMarker(e,ab)})),a.allDraggedElements=c,a.differentParents=1!==k(C(l,(function(e){return e.parent&&e.parent.id})))})),e.on("shape.move.move",499,(function(e){var t=e.context,n=t.dragGroup,i=t.target,r=t.shape.parent,o=t.canExecute;i&&("attach"===o?a(i,ub):t.canExecute&&i&&i.id!==r.id?a(i,pb):a(i,t.canExecute?lb:cb)),ni(n,e.dx,e.dy)})),e.on(["shape.move.out","shape.move.cleanup"],(function(e){var t=e.context.target;t&&a(t,null)})),e.on("shape.move.cleanup",(function(e){var n=e.context,i=n.allDraggedElements,r=n.dragGroup;b(i,(function(e){t.removeMarker(e,ab)})),r&&De(r)})),this.makeDraggable=function(e,n,i){r.addDragger(n,e.dragGroup),i&&t.addMarker(n,ab),e.allDraggedElements?e.allDraggedElements.push(n):e.allDraggedElements=[n]}}db.$inject=["eventBus","canvas","styles","previewSupport"];var hb={__depends__:[es,cs,ns,Hc,Lc,Zp],__init__:["move","movePreview"],move:["type",sb],movePreview:["type",db]};const mb={width:36,height:50},fb={width:50,height:50};function gb(e,t,n){return Le("path",{d:e,strokeWidth:2,transform:`translate(${t.x}, ${t.y})`,...n})}function yb(e,t){this._styles=t,e.registerProvider(this)}function vb(e,t){var n;return"bpmn:DataObjectReference"===t?n=mb:"bpmn:DataStoreReference"===t&&(n=fb),e.width===n.width&&e.height===n.height}yb.$inject=["outline","styles"],yb.prototype.getOutline=function(e){const t=this._styles.cls("djs-outline",["no-fill"]);var n;if(!bn(e))return Ar(e,"bpmn:Gateway")?(L((n=Le("rect")).style,{"transform-box":"fill-box",transform:"rotate(45deg)","transform-origin":"center"}),Te(n,L({x:2,y:2,rx:4,width:e.width-4,height:e.height-4},t))):Mr(e,["bpmn:Task","bpmn:SubProcess","bpmn:Group"])?Te(n=Le("rect"),L({x:-5,y:-5,rx:14,width:e.width+10,height:e.height+10},t)):Ar(e,"bpmn:EndEvent")?Te(n=Le("circle"),L({cx:e.width/2,cy:e.height/2,r:e.width/2+5+1},t)):Ar(e,"bpmn:Event")?Te(n=Le("circle"),L({cx:e.width/2,cy:e.height/2,r:e.width/2+5},t)):Ar(e,"bpmn:DataObjectReference")&&vb(e,"bpmn:DataObjectReference")?n=gb("M44.7648 11.3263L36.9892 2.64074C36.0451 1.58628 34.5651 0.988708 33.1904 0.988708H5.98667C3.22688 0.988708 0.989624 3.34892 0.989624 6.26039V55.0235C0.989624 57.9349 3.22688 60.2952 5.98667 60.2952H40.966C43.7257 60.2952 45.963 57.9349 45.963 55.0235V14.9459C45.963 13.5998 45.6407 12.3048 44.7648 11.3263Z",{x:-6,y:-6},t):Ar(e,"bpmn:DataStoreReference")&&vb(e,"bpmn:DataStoreReference")&&(n=gb("M1.03845 48.1347C1.03845 49.3511 1.07295 50.758 1.38342 52.064C1.69949 53.3938 2.32428 54.7154 3.56383 55.6428C6.02533 57.4841 10.1161 58.7685 14.8212 59.6067C19.5772 60.4538 25.1388 60.8738 30.6831 60.8738C36.2276 60.8738 41.7891 60.4538 46.545 59.6067C51.2504 58.7687 55.3412 57.4842 57.8028 55.6429C59.0424 54.7156 59.6673 53.3938 59.9834 52.064C60.2938 50.7579 60.3285 49.351 60.3285 48.1344V13.8415C60.3285 12.6249 60.2938 11.218 59.9834 9.91171C59.6673 8.58194 59.0423 7.2602 57.8027 6.33294C55.341 4.49168 51.2503 3.20723 46.545 2.36914C41.7891 1.522 36.2276 1.10204 30.6831 1.10205C25.1388 1.10206 19.5772 1.52206 14.8213 2.36923C10.1162 3.20734 6.02543 4.49183 3.5639 6.33314C2.32433 7.26038 1.69951 8.58206 1.38343 9.91181C1.07295 11.2179 1.03845 12.6247 1.03845 13.8411V48.1347Z",{x:-6,y:-6},t)),n},yb.prototype.updateOutline=function(e,t){if(!bn(e))return Mr(e,["bpmn:SubProcess","bpmn:Group"])?(Te(t,{width:e.width+10,height:e.height+10}),!0):!!Mr(e,["bpmn:Event","bpmn:Gateway","bpmn:DataStoreReference","bpmn:DataObjectReference"])};var bb={__depends__:[ns],__init__:["outlineProvider"],outlineProvider:["type",yb]},xb=".djs-palette-toggle",wb=".entry",_b=xb+", "+wb,Eb="djs-palette-",Ob="open",Pb="two-column";function kb(e,t){this._eventBus=e,this._canvas=t;var n=this;e.on("tool-manager.update",(function(e){var t=e.tool;n.updateToolHighlight(t)})),e.on("i18n.changed",(function(){n._update()})),e.on("diagram.init",(function(){n._diagramInitialized=!0,n._rebuild()}))}function Sb(e,t){var n=t.getPaletteEntries();return d(n)?n(e):(b(n,(function(t,n){e[n]=t})),e)}kb.$inject=["eventBus","canvas"],kb.prototype.registerProvider=function(e,t){t||(t=e,e=1e3),this._eventBus.on("palette.getProviders",e,(function(e){e.providers.push(t)})),this._rebuild()},kb.prototype.getEntries=function(){return this._getProviders().reduce(Sb,{})},kb.prototype._rebuild=function(){this._diagramInitialized&&(this._getProviders().length&&(this._container||this._init(),this._update()))},kb.prototype._init=function(){var e=this,t=this._eventBus,n=this._getParentContainer(),i=this._container=xe(kb.HTML_MARKUP);n.appendChild(i),te(n).add(Eb+"shown"),ge.bind(i,_b,"click",(function(t){if(re(t.delegateTarget,xb))return e.toggle();e.trigger("click",t)})),he.bind(i,"mousedown",(function(e){e.stopPropagation()})),ge.bind(i,wb,"dragstart",(function(t){e.trigger("dragstart",t)})),t.on("canvas.resized",this._layoutChanged,this),t.fire("palette.create",{container:i})},kb.prototype._getProviders=function(e){var t=this._eventBus.createEvent({type:"palette.getProviders",providers:[]});return this._eventBus.fire(t),t.providers},kb.prototype._toggleState=function(e){e=e||{};var t,n=this._getParentContainer(),i=this._container,r=this._eventBus,o=te(i),s=te(n);t="twoColumn"in e?e.twoColumn:this._needsCollapse(n.clientHeight,this._entries||{}),o.toggle(Pb,t),s.toggle(Eb+Pb,t),"open"in e&&(o.toggle(Ob,e.open),s.toggle(Eb+Ob,e.open)),r.fire("palette.changed",{twoColumn:t,open:this.isOpen()})},kb.prototype._update=function(){var e=we(".djs-palette-entries",this._container),t=this._entries=this.getEntries();ie(e),b(t,(function(t,n){var i=t.group||"default",r=we("[data-group="+Es(i)+"]",e);r||(J(r=xe('<div class="group"></div>'),"data-group",i),e.appendChild(r));var o=t.html||(t.separator?'<hr class="separator" />':'<div class="entry" draggable="true"></div>'),s=xe(o);if(r.appendChild(s),!t.separator&&(J(s,"data-action",n),t.title&&J(s,"title",t.title),t.className&&function(e,t){var n=te(e);(c(t)?t:t.split(/\s+/g)).forEach((function(e){n.add(e)}))}(s,t.className),t.imageUrl)){var a=xe("<img>");J(a,"src",t.imageUrl),s.appendChild(a)}})),this.open()},kb.prototype.trigger=function(e,t,n){var i,r,o=t.delegateTarget||t.target;return o?(i=J(o,"data-action"),r=t.originalEvent||t,this.triggerEntry(i,e,r,n)):t.preventDefault()},kb.prototype.triggerEntry=function(e,t,n,i){var r,o;if((r=this._entries[e])&&(o=r.action,!1!==this._eventBus.fire("palette.trigger",{entry:r,event:n}))){if(d(o)){if("click"===t)return o(n,i)}else if(o[t])return o[t](n,i);n.preventDefault()}},kb.prototype._layoutChanged=function(){this._toggleState({})},kb.prototype._needsCollapse=function(e,t){return e<46*Object.keys(t).length+50},kb.prototype.close=function(){this._toggleState({open:!1,twoColumn:!1})},kb.prototype.open=function(){this._toggleState({open:!0})},kb.prototype.toggle=function(){this.isOpen()?this.close():this.open()},kb.prototype.isActiveTool=function(e){return e&&this._activeTool===e},kb.prototype.updateToolHighlight=function(e){var t;this._toolsContainer||(t=we(".djs-palette-entries",this._container),this._toolsContainer=we("[data-group=tools]",t)),b(this._toolsContainer.children,(function(t){var n=t.getAttribute("data-action");if(n){var i=te(t);n=n.replace("-tool",""),i.contains("entry")&&n===e?i.add("highlighted-entry"):i.remove("highlighted-entry")}}))},kb.prototype.isOpen=function(){return te(this._container).has(Ob)},kb.prototype._getParentContainer=function(){return this._canvas.getContainer()},kb.HTML_MARKUP='<div class="djs-palette"><div class="djs-palette-entries"></div><div class="djs-palette-toggle"></div></div>';var Cb={__init__:["palette"],palette:["type",kb]},Tb="crosshair";function Ab(e,t,n,i,r,o,s){this._selection=r,this._dragging=n,this._mouse=s;var a=this,l=function(e){var n,i=t.getActiveLayer();Te(n=e.frame=Le("rect"),{class:"djs-lasso-overlay",width:1,height:1,x:0,y:0}),Pe(i,n)},c=function(e){var t=e.frame,n=e.bbox;Te(t,{x:n.x,y:n.y,width:n.width,height:n.height})},p=function(e){e.frame&&De(e.frame)};o.registerTool("lasso",{tool:"lasso.selection",dragging:"lasso"}),e.on("lasso.selection.end",(function(t){var n=t.originalEvent.target;(t.hover||n instanceof SVGElement)&&e.once("lasso.selection.ended",(function(){a.activateLasso(t.originalEvent,!0)}))})),e.on("lasso.end",(function(e){var t=Mb(e),n=i.filter((function(e){return e}));a.select(n,t)})),e.on("lasso.start",(function(e){var t=e.context;t.bbox=Mb(e),l(t)})),e.on("lasso.move",(function(e){var t=e.context;t.bbox=Mb(e),c(t)})),e.on("lasso.cleanup",(function(e){var t=e.context;p(t)})),e.on("element.mousedown",1500,(function(e){if(Ko(e))return a.activateLasso(e.originalEvent),!0}))}function Mb(e){var t={x:e.x-e.dx,y:e.y-e.dy},n={x:e.x,y:e.y};return t.x<=n.x&&t.y<n.y||t.x<n.x&&t.y<=n.y?{x:t.x,y:t.y,width:n.x-t.x,height:n.y-t.y}:t.x>=n.x&&t.y<n.y||t.x>n.x&&t.y<=n.y?{x:n.x,y:t.y,width:t.x-n.x,height:n.y-t.y}:t.x<=n.x&&t.y>n.y||t.x<n.x&&t.y>=n.y?{x:t.x,y:n.y,width:n.x-t.x,height:t.y-n.y}:t.x>=n.x&&t.y>n.y||t.x>n.x&&t.y>=n.y?{x:n.x,y:n.y,width:t.x-n.x,height:t.y-n.y}:{x:n.x,y:n.y,width:0,height:0}}Ab.$inject=["eventBus","canvas","dragging","elementRegistry","selection","toolManager","mouse"],Ab.prototype.activateLasso=function(e,t){this._dragging.init(e,"lasso",{autoActivate:t,cursor:Tb,data:{context:{}}})},Ab.prototype.activateSelection=function(e,t){this._dragging.init(e,"lasso.selection",{trapClick:!1,autoActivate:t,cursor:Tb,data:{context:{}}})},Ab.prototype.select=function(e,t){var n=function(e,t){var n={};return b(e,(function(e){var i=e;i.waypoints&&(i=Et(i)),!u(t.y)&&i.x>t.x&&(n[e.id]=e),!u(t.x)&&i.y>t.y&&(n[e.id]=e),i.x>t.x&&i.y>t.y&&(u(t.width)&&u(t.height)&&i.width+i.x<t.width+t.x&&i.height+i.y<t.height+t.y?n[e.id]=e:u(t.width)&&u(t.height)||(n[e.id]=e))})),n}(e,t);this._selection.select(S(n))},Ab.prototype.toggle=function(){if(this.isActive())return this._dragging.cancel();var e=this._mouse.getLastMoveEvent();this.activateSelection(e,!!e)},Ab.prototype.isActive=function(){var e=this._dragging.context();return e&&/^lasso/.test(e.prefix)};var Rb={__depends__:[qm,bm],__init__:["lassoTool"],lassoTool:["type",Ab]},Db=1500,Nb="grab";function Bb(e,t,n,i,r,o){this._dragging=n,this._mouse=o;var s=this,a=i.get("keyboard",!1);r.registerTool("hand",{tool:"hand",dragging:"hand.move"}),e.on("element.mousedown",Db,(function(e){if(Go(e))return s.activateMove(e.originalEvent,!0),!1})),a&&a.addListener(Db,(function(e){if($b(e.keyEvent)&&!s.isActive()){var t=s._mouse.getLastMoveEvent();s.activateMove(t,!!t)}}),"keyboard.keydown"),a&&a.addListener(Db,(function(e){$b(e.keyEvent)&&s.isActive()&&s.toggle()}),"keyboard.keyup"),e.on("hand.end",(function(t){var n=t.originalEvent.target;if(!(t.hover||n instanceof SVGElement))return!1;e.once("hand.ended",(function(){s.activateMove(t.originalEvent,{reactivate:!0})}))})),e.on("hand.move.move",(function(e){var n=t.viewbox().scale;t.scroll({dx:e.dx*n,dy:e.dy*n})})),e.on("hand.move.end",(function(t){var n=t.context.reactivate;return!Go(t)&&n&&e.once("hand.move.ended",(function(e){s.activateHand(e.originalEvent,!0,!0)})),!1}))}function $b(e){return Qs("Space",e)}Bb.$inject=["eventBus","canvas","dragging","injector","toolManager","mouse"],Bb.prototype.activateMove=function(e,t,n){"object"==typeof t&&(n=t,t=!1),this._dragging.init(e,"hand.move",{autoActivate:t,cursor:Nb,data:{context:n||{}}})},Bb.prototype.activateHand=function(e,t,n){this._dragging.init(e,"hand",{trapClick:!1,autoActivate:t,cursor:Nb,data:{context:{reactivate:n}}})},Bb.prototype.toggle=function(){if(this.isActive())return this._dragging.cancel();var e=this._mouse.getLastMoveEvent();this.activateHand(e,!!e)},Bb.prototype.isActive=function(){var e=this._dragging.context();return!!e&&/^(hand|hand\.move)$/.test(e.prefix)};var jb={__depends__:[qm,bm],__init__:["handTool"],handTool:["type",Bb]},Ib="connect-ok",Lb="connect-not-ok";function qb(e,t,n,i,r,o,s){var a=this;this._dragging=t,this._rules=o,this._mouse=s,r.registerTool("global-connect",{tool:"global-connect",dragging:"global-connect.drag"}),e.on("global-connect.hover",(function(e){var t=e.context,n=e.hover,r=t.canStartConnect=a.canStartConnect(n);null!==r&&(t.startTarget=n,i.addMarker(n,r?Ib:Lb))})),e.on(["global-connect.out","global-connect.cleanup"],(function(e){var t=e.context.startTarget,n=e.context.canStartConnect;t&&i.removeMarker(t,n?Ib:Lb)})),e.on(["global-connect.ended"],(function(t){var i=t.context.startTarget,r={x:t.x,y:t.y};if(a.canStartConnect(i))return e.once("element.out",(function(){e.once(["connect.ended","connect.canceled"],(function(){e.fire("global-connect.drag.ended")})),n.start(null,i,r)})),!1}))}qb.$inject=["eventBus","dragging","connect","canvas","toolManager","rules","mouse"],qb.prototype.start=function(e,t){this._dragging.init(e,"global-connect",{autoActivate:t,trapClick:!1,data:{context:{}}})},qb.prototype.toggle=function(){if(this.isActive())return this._dragging.cancel();var e=this._mouse.getLastMoveEvent();return this.start(e,!!e)},qb.prototype.isActive=function(){var e=this._dragging.context();return e&&/^global-connect/.test(e.prefix)},qb.prototype.canStartConnect=function(e){return this._rules.allowed("connection.start",{source:e})};var zb={__depends__:[Wp,Hc,Lc,qm,bm],globalConnect:["type",qb]};function Vb(e,t,n,i,r,o,s,a){this._palette=e,this._create=t,this._elementFactory=n,this._spaceTool=i,this._lassoTool=r,this._handTool=o,this._globalConnect=s,this._translate=a,e.registerProvider(this)}Vb.$inject=["palette","create","elementFactory","spaceTool","lassoTool","handTool","globalConnect","translate"],Vb.prototype.getPaletteEntries=function(){var e={},t=this._create,n=this._elementFactory,i=this._spaceTool,r=this._lassoTool,o=this._handTool,s=this._globalConnect,a=this._translate;function l(e,i,r,o,s){function a(i){var r=n.createShape(L({type:e},s));s&&(Dr(r).isExpanded=s.isExpanded);t.start(i,r)}return{group:i,className:r,title:o,action:{dragstart:a,click:a}}}function c(e){var i=n.createShape({type:"bpmn:SubProcess",x:0,y:0,isExpanded:!0}),r=n.createShape({type:"bpmn:StartEvent",x:40,y:82,parent:i});t.start(e,[i,r],{hints:{autoSelect:[i]}})}function p(e){t.start(e,n.createParticipantShape())}return L(e,{"hand-tool":{group:"tools",className:"bpmn-icon-hand-tool",title:a("Activate hand tool"),action:{click:function(e){o.activateHand(e)}}},"lasso-tool":{group:"tools",className:"bpmn-icon-lasso-tool",title:a("Activate lasso tool"),action:{click:function(e){r.activateSelection(e)}}},"space-tool":{group:"tools",className:"bpmn-icon-space-tool",title:a("Activate create/remove space tool"),action:{click:function(e){i.activateSelection(e)}}},"global-connect-tool":{group:"tools",className:"bpmn-icon-connection-multi",title:a("Activate global connect tool"),action:{click:function(e){s.start(e)}}},"tool-separator":{group:"tools",separator:!0},"create.start-event":l("bpmn:StartEvent","event","bpmn-icon-start-event-none",a("Create start event")),"create.intermediate-event":l("bpmn:IntermediateThrowEvent","event","bpmn-icon-intermediate-event-none",a("Create intermediate/boundary event")),"create.end-event":l("bpmn:EndEvent","event","bpmn-icon-end-event-none",a("Create end event")),"create.exclusive-gateway":l("bpmn:ExclusiveGateway","gateway","bpmn-icon-gateway-none",a("Create gateway")),"create.task":l("bpmn:Task","activity","bpmn-icon-task",a("Create task")),"create.data-object":l("bpmn:DataObjectReference","data-object","bpmn-icon-data-object",a("Create data object reference")),"create.data-store":l("bpmn:DataStoreReference","data-store","bpmn-icon-data-store",a("Create data store reference")),"create.subprocess-expanded":{group:"activity",className:"bpmn-icon-subprocess-expanded",title:a("Create expanded sub-process"),action:{dragstart:c,click:c}},"create.participant-expanded":{group:"collaboration",className:"bpmn-icon-participant",title:a("Create pool/participant"),action:{dragstart:p,click:p}},"create.group":l("bpmn:Group","artifact","bpmn-icon-group",a("Create group"))}),e};var Fb={__depends__:[Cb,ym,af,Rb,jb,zb,$o],__init__:["paletteProvider"],paletteProvider:["type",Vb]};function Hb(e,t,n,i,r){bs.call(this,e),e.on("shape.move.move",250,(function(e){var o=e.context,s=o.canExecute;o.visualReplacements||(o.visualReplacements={}),s&&s.replacements?function(e){b(e.canExecute.replacements,(function(o){var s=o.oldElementId,a={type:o.newElementType};if(!e.visualReplacements[s]){var l=t.get(s);L(a,{x:l.x,y:l.y});var c=n.createShape(a);i.addShape(c,l.parent);var p=we('[data-element-id="'+Es(l.id)+'"]',e.dragGroup);p&&Te(p,{display:"none"});var u=r.addDragger(c,e.dragGroup);e.visualReplacements[s]=u,i.removeShape(c)}}))}(o):function(e){var t=e.visualReplacements;b(t,(function(n,i){var r=we('[data-element-id="'+Es(i)+'"]',e.dragGroup);r&&Te(r,{display:"inline"}),n.remove(),t[i]&&delete t[i]}))}(o)}))}Hb.$inject=["eventBus","elementRegistry","elementFactory","canvas","previewSupport"],e(Hb,bs);var Ub={__depends__:[Zp],__init__:["bpmnReplacePreview"],bpmnReplacePreview:["type",Hb]},Wb=40,Xb=20,Qb=10,Gb=20,Kb=["x","y"],Yb=Math.abs;function Zb(e){e.on(["connect.hover","connect.move","connect.end"],1250,(function(e){var t=e.context,n=t.canExecute,i=t.start,r=t.hover,o=t.source,s=t.target;e.originalEvent&&Xs(e.originalEvent)||(t.initialConnectionStart||(t.initialConnectionStart=t.connectionStart),n&&r&&function(e,t,n){Kb.forEach((function(i){var r=tx(i,t);e[i]<t[i]+n?Bp(e,i,t[i]+n):e[i]>t[i]+r-n&&Bp(e,i,t[i]+r-n)}))}(e,r,function(e){return Ar(e,"bpmn:Task")?Qb:Xb}(r)),r&&function(e,t){return E(t,(function(t){return ex(e,t)}))}(n,["bpmn:Association","bpmn:DataInputAssociation","bpmn:DataOutputAssociation","bpmn:SequenceFlow"])?(t.connectionStart=Dp(i),Mr(r,["bpmn:Event","bpmn:Gateway"])&&Jb(e,Dp(r)),Mr(r,["bpmn:Task","bpmn:SubProcess"])&&function(e,t){var n=Dp(t);Kb.forEach((function(i){(function(e,t,n){return e[n]>t[n]+Gb&&e[n]<t[n]+tx(n,t)-Gb})(e,t,i)&&Bp(e,i,n[i])}))}(e,r),Ar(o,"bpmn:BoundaryEvent")&&s===o.host&&function(e){var t=e.context,n=t.source,i=t.target;if(function(e){var t=e.hover,n=e.source;return t&&n&&t===n}(t))return;var r=Dp(n),o=kn(r,i,-10),s=[];/top|bottom/.test(o)&&s.push("x");/left|right/.test(o)&&s.push("y");s.forEach((function(t){var n,i=e[t];Yb(i-r[t])<Wb&&(n=i>r[t]?r[t]+Wb:r[t]-Wb,Bp(e,t,n))}))}(e)):ex(n,"bpmn:MessageFlow")?(Ar(i,"bpmn:Event")&&(t.connectionStart=Dp(i)),Ar(r,"bpmn:Event")&&Jb(e,Dp(r))):t.connectionStart=t.initialConnectionStart)}))}function Jb(e,t){Bp(e,"x",t.x),Bp(e,"y",t.y)}function ex(e,t){return e&&e.type===t}function tx(e,t){return"x"===e?t.width:t.height}function nx(){this._targets={},this._snapOrigins={},this._snapLocations=[],this._defaultSnaps={}}function ix(){this._snapValues={}}Zb.$inject=["eventBus"],nx.prototype.getSnapOrigin=function(e){return this._snapOrigins[e]},nx.prototype.setSnapOrigin=function(e,t){this._snapOrigins[e]=t,-1===this._snapLocations.indexOf(e)&&this._snapLocations.push(e)},nx.prototype.addDefaultSnap=function(e,t){var n=this._defaultSnaps[e];n||(n=this._defaultSnaps[e]=[]),n.push(t)},nx.prototype.getSnapLocations=function(){return this._snapLocations},nx.prototype.setSnapLocations=function(e){this._snapLocations=e},nx.prototype.pointsForTarget=function(e){var t=e.id||e,n=this._targets[t];return n||(n=this._targets[t]=new ix).initDefaults(this._defaultSnaps),n},ix.prototype.add=function(e,t){var n=this._snapValues[e];n||(n=this._snapValues[e]={x:[],y:[]}),-1===n.x.indexOf(t.x)&&n.x.push(t.x),-1===n.y.indexOf(t.y)&&n.y.push(t.y)},ix.prototype.snap=function(e,t,n,i){var r=this._snapValues[t];return r&&function(e,t,n){var i,r;for(n=void 0===n?10:n,i=0;i<t.length;i++)if(r=t[i],Tp(r-e)<=n)return r}(e[n],r[n],i)},ix.prototype.initDefaults=function(e){var t=this;b(e||{},(function(e,n){b(e,(function(e){t.add(n,e)}))}))};var rx=1250;function ox(e,t,n){var i=this;this._elementRegistry=e,t.on(["create.start","shape.move.start"],(function(e){i.initSnap(e)})),t.on(["create.move","create.end","shape.move.move","shape.move.end"],rx,(function(e){var t=e.context,r=t.shape,o=t.snapContext,s=t.target;if((!e.originalEvent||!Xs(e.originalEvent))&&!Np(e)&&s){var a=o.pointsForTarget(s);a.initialized||((a=i.addSnapTargetPoints(a,r,s)).initialized=!0),n.snap(e,a)}})),t.on(["create.cleanup","shape.move.cleanup"],(function(){n.hide()}))}ox.$inject=["elementRegistry","eventBus","snapping"],ox.prototype.initSnap=function(e){var t,n=this._elementRegistry,i=e.context,r=i.shape,o=i.snapContext;o||(o=i.snapContext=new nx);var s=(t=n.get(r.id)?Dp(r,e):{x:e.x+Dp(r).x,y:e.y+Dp(r).y}).x-r.width/2,a=t.y-r.height/2,l=t.x+r.width/2,c=t.y+r.height/2;return o.setSnapOrigin("mid",{x:t.x-e.x,y:t.y-e.y}),bn(r)||(o.setSnapOrigin("top-left",{x:s-e.x,y:a-e.y}),o.setSnapOrigin("bottom-right",{x:l-e.x,y:c-e.y})),o},ox.prototype.addSnapTargetPoints=function(e,t,n){return b(this.getSnapTargets(t,n),(function(n){if(bn(n))bn(t)&&e.add("mid",Dp(n));else if(vn(n)){if(n.waypoints.length<3)return;b(n.waypoints.slice(1,-1),(function(t){e.add("mid",t)}))}else e.add("mid",Dp(n))})),u(t.x)&&u(t.y)?(this._elementRegistry.get(t.id)&&e.add("mid",Dp(t)),e):e},ox.prototype.getSnapTargets=function(e,t){return $p(t).filter((function(e){return!e.hidden}))};function sx(e,t){t.invoke(ox,this),e.on(["create.move","create.end"],1500,ax),e.on(["create.move","create.end","shape.move.move","shape.move.end"],1500,(function(e){var t=e.context,n=t.canExecute,i=t.target;n&&("attach"===n||n.attach)&&!Np(e)&&function(e,t){var n,i=_n(t),r=wh(e,t),o=e.context,s=o.shape;n=s.parent?{x:0,y:0}:Pn(s);/top/.test(r)?Bp(e,"y",i.top-n.y):/bottom/.test(r)&&Bp(e,"y",i.bottom-n.y);/left/.test(r)?Bp(e,"x",i.left-n.x):/right/.test(r)&&Bp(e,"x",i.right-n.x)}(e,i)}))}function ax(e){var t=e.context.createConstraints;if(t){var n=t.top,i=t.right,r=t.bottom,o=t.left;(o&&o>=e.x||i&&i<=e.x)&&Bp(e,"x",e.x),(n&&n>=e.y||r&&r<=e.y)&&Bp(e,"y",e.y)}}function lx(e,t){return-1!==e.indexOf(t)}function cx(e,t,n){return t?{x:e.x-n.x,y:e.y-n.y}:{x:e.x,y:e.y}}e(sx,ox),sx.$inject=["eventBus","injector"],sx.prototype.initSnap=function(e){var t=ox.prototype.initSnap.call(this,e),n=e.shape,i=!!this._elementRegistry.get(n.id);return b(n.outgoing,(function(n){var r=n.waypoints[0];r=r.original||r,t.setSnapOrigin(n.id+"-docking",cx(r,i,e))})),b(n.incoming,(function(n){var r=n.waypoints[n.waypoints.length-1];r=r.original||r,t.setSnapOrigin(n.id+"-docking",cx(r,i,e))})),Ar(n,"bpmn:Participant")&&t.setSnapLocations(["top-left","bottom-right","mid"]),t},sx.prototype.addSnapTargetPoints=function(e,t,n){ox.prototype.addSnapTargetPoints.call(this,e,t,n);var i=this.getSnapTargets(t,n);b(i,(function(n){var i;(function(e){if(Ar(e,"bpmn:SubProcess")&&Kr(e))return!0;return Ar(e,"bpmn:Participant")}(n)||(i="bpmn:TextAnnotation",[t,n].every((function(e){return Ar(e,i)}))))&&(e.add("top-left",Mp(n)),e.add("bottom-right",Rp(n)))}));var r=this._elementRegistry;return b(t.incoming,(function(n){if(r.get(t.id)){lx(i,n.source)||e.add("mid",Pn(n.source));var o=n.waypoints[0];e.add(n.id+"-docking",o.original||o)}})),b(t.outgoing,(function(n){if(r.get(t.id)){lx(i,n.target)||e.add("mid",Pn(n.target));var o=n.waypoints[n.waypoints.length-1];e.add(n.id+"-docking",o.original||o)}})),Ar(n,"bpmn:SequenceFlow")&&(e=this.addSnapTargetPoints(e,t,n.parent)),e},sx.prototype.getSnapTargets=function(e,t){return ox.prototype.getSnapTargets.call(this,e,t).filter((function(e){return!Ar(e,"bpmn:Lane")}))};function px(e,t){var n=this;e.on(["resize.start"],(function(e){n.initSnap(e)})),e.on(["resize.move","resize.end"],1250,(function(e){var i=e.context,r=i.shape,o=r.parent,s=i.direction,a=i.snapContext;if(!(e.originalEvent&&Xs(e.originalEvent)||Np(e))){var l=a.pointsForTarget(o);l.initialized||((l=n.addSnapTargetPoints(l,r,o,s)).initialized=!0),function(e){return"n"===e||"s"===e}(s)&&Bp(e,"x",e.x),function(e){return"e"===e||"w"===e}(s)&&Bp(e,"y",e.y),t.snap(e,l)}})),e.on(["resize.cleanup"],(function(){t.hide()}))}function ux(e,t){var n=Pn(e),i=_n(e),r={x:n.x,y:n.y};return-1!==t.indexOf("n")?r.y=i.top:-1!==t.indexOf("s")&&(r.y=i.bottom),-1!==t.indexOf("e")?r.x=i.right:-1!==t.indexOf("w")&&(r.x=i.left),r}px.prototype.initSnap=function(e){var t=e.context,n=t.shape,i=t.direction,r=t.snapContext;r||(r=t.snapContext=new nx);var o=ux(n,i);return r.setSnapOrigin("corner",{x:o.x-e.x,y:o.y-e.y}),r},px.prototype.addSnapTargetPoints=function(e,t,n,i){return b(this.getSnapTargets(t,n),(function(t){e.add("corner",Rp(t)),e.add("corner",Mp(t))})),e.add("corner",ux(t,i)),e},px.$inject=["eventBus","snapping"],px.prototype.getSnapTargets=function(e,t){return $p(t).filter((function(t){return!(n=t,i=e,n.host===i||vn(t)||function(e){return!!e.hidden}(t)||bn(t));var n,i}))};function dx(e){this._canvas=e,this._asyncHide=j(I(this.hide,this),1e3)}dx.$inject=["canvas"],dx.prototype.snap=function(e,t){var n=e.context.snapContext,i=n.getSnapLocations(),r={x:Np(e,"x"),y:Np(e,"y")};b(i,(function(i){var o=n.getSnapOrigin(i),s={x:e.x+o.x,y:e.y+o.y};if(b(["x","y"],(function(e){var n;r[e]||void 0!==(n=t.snap(s,i,e,7))&&(r[e]={value:n,originValue:n-o[e]})})),r.x&&r.y)return!1})),this.showSnapLine("vertical",r.x&&r.x.value),this.showSnapLine("horizontal",r.y&&r.y.value),b(["x","y"],(function(t){var n=r[t];p(n)&&Bp(e,t,n.originValue)}))},dx.prototype._createLine=function(e){var t=this._canvas.getLayer("snap"),n=Le("path");return Te(n,{d:"M0,0 L0,0"}),Me(n).add("djs-snap-line"),Pe(t,n),{update:function(t){u(t)?Te(n,"horizontal"===e?{d:"M-100000,"+t+" L+100000,"+t,display:""}:{d:"M "+t+",-100000 L "+t+", +100000",display:""}):Te(n,{display:"none"})}}},dx.prototype._createSnapLines=function(){this._snapLines={horizontal:this._createLine("horizontal"),vertical:this._createLine("vertical")}},dx.prototype.showSnapLine=function(e,t){var n=this.getSnapLine(e);n&&n.update(t),this._asyncHide()},dx.prototype.getSnapLine=function(e){return this._snapLines||this._createSnapLines(),this._snapLines[e]},dx.prototype.hide=function(){b(this._snapLines,(function(e){e.update()}))};var hx={__depends__:[{__init__:["createMoveSnapping","resizeSnapping","snapping"],createMoveSnapping:["type",ox],resizeSnapping:["type",px],snapping:["type",dx]}],__init__:["connectSnapping","createMoveSnapping"],connectSnapping:["type",Zb],createMoveSnapping:["type",sx]};function mx(e,t,n,i){this._open=!1,this._results=[],this._eventMaps=[],this._canvas=e,this._eventBus=t,this._overlays=n,this._selection=i,this._container=xe(mx.BOX_HTML),this._searchInput=we(mx.INPUT_SELECTOR,this._container),this._resultsContainer=we(mx.RESULTS_CONTAINER_SELECTOR,this._container),this._canvas.getContainer().appendChild(this._container),t.on(["canvas.destroy","diagram.destroy"],this.close,this)}function fx(e,t,n){var i=function(e){var t="";return e.forEach((function(e){e.matched?t+='<strong class="'+mx.RESULT_HIGHLIGHT_CLASS+'">'+Ps(e.matched)+"</strong>":t+=Ps(e.normal)})),""!==t?t:null}(t),r=xe(n);r.innerHTML=i,e.appendChild(r)}mx.$inject=["canvas","eventBus","overlays","selection"],mx.prototype._bindEvents=function(){var e=this;function t(t,n,i,r){e._eventMaps.push({el:t,type:i,listener:ge.bind(t,n,i,r)})}t(document,"html","click",(function(t){e.close()})),t(this._container,mx.INPUT_SELECTOR,"click",(function(e){e.stopPropagation(),e.delegateTarget.focus()})),t(this._container,mx.RESULT_SELECTOR,"mouseover",(function(t){t.stopPropagation(),e._scrollToNode(t.delegateTarget),e._preselect(t.delegateTarget)})),t(this._container,mx.RESULT_SELECTOR,"click",(function(t){t.stopPropagation(),e._select(t.delegateTarget)})),t(this._container,mx.INPUT_SELECTOR,"keydown",(function(e){Qs("ArrowUp",e)&&e.preventDefault(),Qs("ArrowDown",e)&&e.preventDefault()})),t(this._container,mx.INPUT_SELECTOR,"keyup",(function(t){if(Qs("Escape",t))return e.close();if(Qs("Enter",t)){var n=e._getCurrentResult();return n?e._select(n):e.close()}return Qs("ArrowUp",t)?e._scrollToDirection(!0):Qs("ArrowDown",t)?e._scrollToDirection():void(Qs(["ArrowLeft","ArrowRight"],t)||e._search(t.delegateTarget.value))}))},mx.prototype._unbindEvents=function(){this._eventMaps.forEach((function(e){ge.unbind(e.el,e.type,e.listener)}))},mx.prototype._search=function(e){var t=this;if(this._clearResults(),e&&""!==e){var n=this._searchProvider.find(e);if(n.length){n.forEach((function(e){var n=e.element.id,i=t._createResultNode(e,n);t._results[n]={element:e.element,node:i}}));var i=we(mx.RESULT_SELECTOR,this._resultsContainer);this._scrollToNode(i),this._preselect(i)}}},mx.prototype._scrollToDirection=function(e){var t=this._getCurrentResult();if(t){var n=e?t.previousElementSibling:t.nextElementSibling;n&&(this._scrollToNode(n),this._preselect(n))}},mx.prototype._scrollToNode=function(e){if(e&&e!==this._getCurrentResult()){var t=e.offsetTop,n=this._resultsContainer.scrollTop,i=t-this._resultsContainer.clientHeight+e.clientHeight;t<n?this._resultsContainer.scrollTop=t:n<i&&(this._resultsContainer.scrollTop=i)}},mx.prototype._clearResults=function(){ie(this._resultsContainer),this._results=[],this._resetOverlay(),this._eventBus.fire("searchPad.cleared")},mx.prototype._getCurrentResult=function(){return we(mx.RESULT_SELECTED_SELECTOR,this._resultsContainer)},mx.prototype._createResultNode=function(e,t){var n=xe(mx.RESULT_HTML);return e.primaryTokens.length>0&&fx(n,e.primaryTokens,mx.RESULT_PRIMARY_HTML),fx(n,e.secondaryTokens,mx.RESULT_SECONDARY_HTML),J(n,mx.RESULT_ID_ATTRIBUTE,t),this._resultsContainer.appendChild(n),n},mx.prototype.registerProvider=function(e){this._searchProvider=e},mx.prototype.open=function(){if(!this._searchProvider)throw new Error("no search provider registered");this.isOpen()||(this._bindEvents(),this._open=!0,te(this._container).add("open"),this._searchInput.focus(),this._eventBus.fire("searchPad.opened"))},mx.prototype.close=function(){this.isOpen()&&(this._unbindEvents(),this._open=!1,te(this._container).remove("open"),this._clearResults(),this._searchInput.value="",this._searchInput.blur(),this._resetOverlay(),this._eventBus.fire("searchPad.closed"))},mx.prototype.toggle=function(){this.isOpen()?this.close():this.open()},mx.prototype.isOpen=function(){return this._open},mx.prototype._preselect=function(e){var t=this._getCurrentResult();if(e!==t){t&&te(t).remove(mx.RESULT_SELECTED_CLASS);var n=J(e,mx.RESULT_ID_ATTRIBUTE),i=this._results[n].element;te(e).add(mx.RESULT_SELECTED_CLASS),this._resetOverlay(i),this._canvas.scrollToElement(i,{top:400}),this._selection.select(i),this._eventBus.fire("searchPad.preselected",i)}},mx.prototype._select=function(e){var t=J(e,mx.RESULT_ID_ATTRIBUTE),n=this._results[t].element;this.close(),this._resetOverlay(),this._canvas.scrollToElement(n,{top:400}),this._selection.select(n),this._eventBus.fire("searchPad.selected",n)},mx.prototype._resetOverlay=function(e){if(this._overlayId&&this._overlays.remove(this._overlayId),e){var t=function(e){var t=6,n=e.width+2*t,i=e.height+2*t,r={width:n+"px",height:i+"px"},o=xe('<div class="'+mx.OVERLAY_CLASS+'"></div>');return Z(o,r),{position:{bottom:i-t,right:n-t},show:!0,html:o}}(Et(e));this._overlayId=this._overlays.add(e,t)}},mx.CONTAINER_SELECTOR=".djs-search-container",mx.INPUT_SELECTOR=".djs-search-input input",mx.RESULTS_CONTAINER_SELECTOR=".djs-search-results",mx.RESULT_SELECTOR=".djs-search-result",mx.RESULT_SELECTED_CLASS="djs-search-result-selected",mx.RESULT_SELECTED_SELECTOR="."+mx.RESULT_SELECTED_CLASS,mx.RESULT_ID_ATTRIBUTE="data-result-id",mx.RESULT_HIGHLIGHT_CLASS="djs-search-highlight",mx.OVERLAY_CLASS="djs-search-overlay",mx.BOX_HTML='<div class="djs-search-container djs-draggable djs-scrollable"><div class="djs-search-input"><input type="text"/></div><div class="djs-search-results"></div></div>',mx.RESULT_HTML='<div class="djs-search-result"></div>',mx.RESULT_PRIMARY_HTML='<div class="djs-search-result-primary"></div>',mx.RESULT_SECONDARY_HTML='<p class="djs-search-result-secondary"></p>';var gx={__depends__:[gs,cs],searchPad:["type",mx]};function yx(e,t,n){this._elementRegistry=e,this._canvas=n,t.registerProvider(this)}function vx(e){return v(e,(function(e){return!!e.matched})).length>0}function bx(e,t){var n=[],i=e;if(!e)return n;e=e.toLowerCase(),t=t.toLowerCase();var r=e.indexOf(t);return r>-1?(0!==r&&n.push({normal:i.substr(0,r)}),n.push({matched:i.substr(r,t.length)}),t.length+r<e.length&&n.push({normal:i.substr(t.length+r,e.length)})):n.push({normal:i}),n}yx.$inject=["elementRegistry","searchPad","canvas"],yx.prototype.find=function(e){var t=this._canvas.getRootElement(),n=this._elementRegistry.filter((function(e){return!e.labelTarget}));return n=v(n,(function(e){return e!==t})),n=M(n=v(n=O(n,(function(t){return{primaryTokens:bx(lo(t),e),secondaryTokens:bx(t.id,e),element:t}})),(function(e){return vx(e.primaryTokens)||vx(e.secondaryTokens)})),(function(e){return lo(e.element)+e.element.id}))};var xx={__depends__:[gx],__init__:["bpmnSearch"],bpmnSearch:["type",yx]};function wx(e){Gr.call(this,e)}e(wx,Gr),wx.Viewer=Vs,wx.NavigatedViewer=_a,wx.prototype.createDiagram=function(){return this.importXML('<?xml version="1.0" encoding="UTF-8"?><bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" targetNamespace="http://bpmn.io/schema/bpmn" id="Definitions_1"><bpmn:process id="Process_1" isExecutable="false"><bpmn:startEvent id="StartEvent_1"/></bpmn:process><bpmndi:BPMNDiagram id="BPMNDiagram_1"><bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1"><bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1"><dc:Bounds height="36.0" width="36.0" x="173.0" y="102.0"/></bpmndi:BPMNShape></bpmndi:BPMNPlane></bpmndi:BPMNDiagram></bpmn:definitions>')},wx.prototype._interactionModules=[sa,fa,Da,wa],wx.prototype._modelingModules=[uc,Sc,Vc,Rc,qp,Wp,Qp,Wy,Tm,ym,Jy,ov,xv,_v,Ov,Rv,Kv,my,rb,hb,bb,Fb,Ub,Fv,hx,xx],wx.prototype._modules=[].concat(Vs.prototype._modules,wx.prototype._interactionModules,wx.prototype._modelingModules);var _x={min:.2,max:4};function Ex(e,t,n,i,r){var o=this;this._canvas=i,this._elementRegistry=r,this._eventBus=n,this._injector=t,this._state={isOpen:void 0,isDragging:!1,initialDragPosition:null,offsetViewport:null,cachedViewbox:null,dragger:null,svgClientRect:null,parentClientRect:null,zoomDelta:0},this._init();var s=new ka.Manager(document);s.add(new ka.Pan),s.on("panmove",u),s.on("panend",d);var a=new ka.Manager(this._svg);a.add(new ka.Pan),a.on("panstart",p(!0)),a.add(new ka.Tap),a.on("tap",(function(e){c(Dx(e))}));var l=new ka.Manager(this._viewportDom);function c(e){o._state._svgClientRect&&!Cx(o._state._svgClientRect)||(o._state._svgClientRect=o._svg.getBoundingClientRect()),Px(Ox({x:e.x-o._state._svgClientRect.left,y:e.y-o._state._svgClientRect.top},o._svg,o._lastViewbox),o._canvas),o._update()}function p(e){return function(t){var n=Dx(t);o._state._svgClientRect&&!Cx(o._state._svgClientRect)||(o._state._svgClientRect=o._svg.getBoundingClientRect()),e&&c(n);var r=Ox({x:n.x-o._state._svgClientRect.left,y:n.y-o._state._svgClientRect.top},o._svg,o._lastViewbox),s=i.viewbox(),a=function(e,t){var n={x:t.x+t.width/2,y:t.y+t.height/2};return{x:e.x-n.x,y:e.y-n.y}}(r,s),l=o._viewportDom.getBoundingClientRect(),p={x:n.x-l.left+1,y:n.y-l.top+1};L(o._state,{cachedViewbox:s,initialDragPosition:{x:n.x,y:n.y},isDragging:!0,offsetViewport:a,offsetViewportDom:p,viewportClientRect:o._viewport.getBoundingClientRect(),parentClientRect:o._parent.getBoundingClientRect()}),he.bind(document,"mousemove",u),he.bind(document,"mouseup",d)}}function u(e){var t=Dx(e);if(o._state.isDragging){o._state._svgClientRect&&!Cx(o._state._svgClientRect)||(o._state._svgClientRect=o._svg.getBoundingClientRect());var n=o._state.offsetViewportDom,i=o._state.viewportClientRect,r=o._state.parentClientRect;L(o._viewportDom.style,{top:t.y-n.y-r.top+"px",left:t.x-n.x-r.left+"px"});var s=Ax(r,{top:t.y-n.y-r.top,left:t.x-n.x-r.left,width:i.width,height:i.height});L(o._overlay.style,{clipPath:s});var a=Ox({x:t.x-o._state._svgClientRect.left,y:t.y-o._state._svgClientRect.top},o._svg,o._lastViewbox);Px({x:a.x-o._state.offsetViewport.x,y:a.y-o._state.offsetViewport.y},o._canvas)}}function d(e){var t=Dx(e);o._state.isDragging&&(o._state.initialDragPosition.x===t.x&&o._state.initialDragPosition.y===t.y&&c(e),o._update(),L(o._state,{cachedViewbox:null,initialDragPosition:null,isDragging:!1,offsetViewport:null,offsetViewportDom:null}),he.unbind(document,"mousemove",u),he.unbind(document,"mouseup",d))}l.add(new ka.Pan),l.on("panstart",p(!1)),this.toggle(e&&e.open||!1),he.bind(this._viewportDom,"mousedown",p(!1)),he.bind(this._svg,"mousedown",p(!0)),he.bind(this._parent,"wheel",(function(e){if(e.preventDefault(),e.stopPropagation(),e.ctrlKey&&(o._state._svgClientRect&&!Cx(o._state._svgClientRect)||(o._state._svgClientRect=o._svg.getBoundingClientRect()),t=e,n=o._state._svgClientRect,t.x>n.left&&t.x<n.left+n.width&&t.y>n.top&&t.y<n.top+n.height)){var t,n,r,s,a,l,c=0===e.deltaMode?.02:.32,p=Math.sqrt(Math.pow(e.deltaY,2)+Math.pow(e.deltaX,2))*Tx(e.deltaY)*-c;if(o._state.zoomDelta+=p,Math.abs(o._state.zoomDelta)>.1){var u=p>0?1:-1,d=Math.log(i.zoom())/Math.log(10),h=(r=_x,s=20,a=Math.log(r.min)/Math.log(10),l=Math.log(r.max)/Math.log(10),(Math.abs(a)+Math.abs(l))/s),m=Math.round(d/h)*h;m+=h*u;var f=Math.pow(10,m);i.zoom(function(e,t){return Math.max(e.min,Math.min(e.max,t))}(_x,f),g),o._state.zoomDelta=0;var g=Ox({x:e.clientX-o._state._svgClientRect.left,y:e.clientY-o._state._svgClientRect.top},o._svg,o._lastViewbox);Px(g,o._canvas),o._update()}}})),he.bind(this._toggle,"click",(function(e){e.preventDefault(),e.stopPropagation(),o.toggle()})),n.on(["shape.added","connection.added"],(function(e){var t=e.element;o._addElement(t),o._update()})),n.on(["shape.removed","connection.removed"],(function(e){var t=e.element;o._removeElement(t),o._update()})),n.on("elements.changed",250,(function(e){e.elements.forEach((function(e){o._updateElement(e)})),o._update()})),n.on("element.updateId",(function(e){var t=e.element,n=e.newId;o._updateElementId(t,n)})),n.on("canvas.viewbox.changed",(function(){o._state.isDragging||o._update()})),n.on("canvas.resized",(function(){document.body.contains(o._parent)&&(o._state.isDragging||o._update(),o._state._svgClientRect=o._svg.getBoundingClientRect())})),n.on(["root.set","plane.set"],(function(e){o._clear(),(e.element||e.plane.rootElement).children.forEach((function(e){o._addElement(e)})),o._update()}))}function Ox(e,t,n){var i=t.getBoundingClientRect(),r=function(e,t){var n=e.width/e.height,i=L({},{x:e.x,y:e.y,width:e.width,height:e.height});if(n>t){var r=i.width*(1/t);L(i,{y:i.y-(r-i.height)/2,height:r})}else if(n<t){var o=i.height*t;L(i,{x:i.x-(o-i.width)/2,width:o})}return i}(n,i.width/i.height);return{x:kx(e.x,0,i.width,r.x,r.x+r.width),y:kx(e.y,0,i.height,r.y,r.y+r.height)}}function Px(e,t){var n=t.viewbox(),i=n.width,r=n.height;t.viewbox({x:e.x-i/2,y:e.y-r/2,width:i,height:r})}function kx(e,t,n,i,r){return(e-t)*(r-i)/(n-t)+i}function Sx(e,t,n){var i=function(e){var t=we(".children",e);t||Pe(e,t=Le("g",{class:"children"}));return t}(t),r=[].slice.call(i.childNodes)[n];r?t.insertBefore(e,r.nextSibling):t.appendChild(e)}function Cx(e){return 0===e.width&&0===e.height}Ex.$inject=["config.minimap","injector","eventBus","canvas","elementRegistry"],Ex.prototype._init=function(){var e=this._canvas.getContainer(),t=this._parent=document.createElement("div");te(t).add("djs-minimap"),e.appendChild(t);var n=this._toggle=document.createElement("div");te(n).add("toggle"),t.appendChild(n);var i=this._map=document.createElement("div");te(i).add("map"),t.appendChild(i);var r=this._svg=Le("svg");Te(r,{width:"100%",height:"100%"}),Pe(i,r),Pe(r,this._elementsGroup=Le("g"));var o=this._viewportGroup=Le("g");Pe(r,o);var s=this._viewport=Le("rect");Me(s).add("viewport"),Pe(o,s),he.bind(t,"mousedown",(function(e){e.stopPropagation()}));var a=this._viewportDom=document.createElement("div");te(a).add("viewport-dom"),this._parent.appendChild(a);var l=this._overlay=document.createElement("div");te(l).add("overlay"),this._parent.appendChild(l)},Ex.prototype._update=function(){var e=this._canvas.viewbox(),t=e.inner,n=e.outer;if(Rx(e)){var i,r,o,s,a=n.width-t.width,l=n.height-t.height;t.width<n.width?(i=t.x-a/2,o=n.width,t.x+t.width<n.width&&(i=Math.min(0,t.x))):(i=t.x,o=t.width),t.height<n.height?(r=t.y-l/2,s=n.height,t.y+t.height<n.height&&(r=Math.min(0,t.y))):(r=t.y,s=t.height),i-=50,r-=50,o+=100,s+=100,this._lastViewbox={x:i,y:r,width:o,height:s},Te(this._svg,{viewBox:i+", "+r+", "+o+", "+s}),Te(this._viewport,{x:e.x,y:e.y,width:e.width,height:e.height});var c=this._state._parentClientRect=this._parent.getBoundingClientRect(),p=this._viewport.getBoundingClientRect(),u={top:p.top-c.top,left:p.left-c.left,width:p.width,height:p.height};L(this._viewportDom.style,{top:u.top+"px",left:u.left+"px",width:u.width+"px",height:u.height+"px"});var d=Ax(c,u);L(this._overlay.style,{clipPath:d})}},Ex.prototype.open=function(){L(this._state,{isOpen:!0}),te(this._parent).add("open");var e=this._injector.get("translate",!1)||function(e){return e};J(this._toggle,"title",e("Close minimap")),this._update(),this._eventBus.fire("minimap.toggle",{open:!0})},Ex.prototype.close=function(){L(this._state,{isOpen:!1}),te(this._parent).remove("open");var e=this._injector.get("translate",!1)||function(e){return e};J(this._toggle,"title",e("Open minimap")),this._eventBus.fire("minimap.toggle",{open:!1})},Ex.prototype.toggle=function(e){var t=this.isOpen();void 0===e&&(e=!t),e!=t&&(e?this.open():this.close())},Ex.prototype.isOpen=function(){return this._state.isOpen},Ex.prototype._updateElement=function(e){try{void 0!==e.parent&&null!==e.parent&&(this._removeElement(e),this._addElement(e))}catch(e){console.warn("Minimap#_updateElement errored",e)}},Ex.prototype._updateElementId=function(e,t){try{var n=we("#"+Es(e.id),this._elementsGroup);n&&(n.id=t)}catch(e){console.warn("Minimap#_updateElementId errored",e)}},Ex.prototype.isOnActivePlane=function(e){var t=this._canvas;return t.findRoot?t.findRoot(e)===t.getRootElement():!t.findPlane||t.findPlane(e)===t.getActivePlane()},Ex.prototype._addElement=function(e){var t=this;if(this._removeElement(e),this.isOnActivePlane(e)){var n,i,r,o=this._createElement(e),s=we("#"+Es(e.parent.id),this._elementsGroup);if(o){var a=function(e,t){var n=we(".djs-children",t.parentNode);if(!n)return;var i=[].slice.call(n.childNodes),r=-1;return i.forEach((function(t,n){we(".djs-element",t)===e&&(r=n)})),r}(this._elementRegistry.getGraphics(e),this._elementRegistry.getGraphics(e.parent));return"undefined"!==a&&s?s.childNodes.length>a?Sx(o,s,a):Sx(o,s,s.childNodes.length-1):this._elementsGroup.appendChild(o),!function(e){return e.waypoints}(e)?(i=e.x,r=e.y,s&&(i-=(n=e.parent).x,r-=n.y),Te(o,{transform:"translate("+i+" "+r+")"})):(i=0,r=0,void 0!==(n=e.parent).x&&void 0!==n.y&&(i=-n.x,r=-n.y),Te(o,{transform:"translate("+i+" "+r+")"})),e.children&&e.children.length&&e.children.forEach((function(e){t._addElement(e)})),o}}},Ex.prototype._removeElement=function(e){var t=this._svg.getElementById(e.id);t&&De(t)},Ex.prototype._createElement=function(e){var t,n=this._elementRegistry.getGraphics(e);if(n&&(t=ei(n))){var i=Be(t);return Te(i,{id:e.id}),i}},Ex.prototype._clear=function(){Ne(this._elementsGroup)};var Tx=Math.sign||function(e){return e>=0?1:-1};function Ax(e,t){return"polygon("+[Mx(t.left,t.top),Mx(t.left+t.width,t.top),Mx(t.left+t.width,t.top+t.height),Mx(t.left,t.top+t.height),Mx(t.left,e.height),Mx(e.width,e.height),Mx(e.width,0),Mx(0,0),Mx(0,e.height),Mx(t.left,e.height)].join(", ")+")"}function Mx(e,t){return e+"px "+t+"px"}function Rx(e){return _(e,(function(e){return p(e)?Rx(e):u(e)&&isFinite(e)}))}function Dx(e){return e.center?e.center:{x:e.clientX,y:e.clientY}}var Nx={__init__:["minimap"],minimap:["type",Ex]},Bx=1e5,$x=1e5;function jx(e,t){this._canvas=e,this._visible=!1;var n=this;t.on("diagram.init",(function(){n._init()})),t.on("gridSnapping.toggle",(function(e){var t=e.active;n.toggle(t),n._centerGridAroundViewbox()})),t.on("canvas.viewbox.changed",(function(e){var t=e.viewbox;n._centerGridAroundViewbox(t)}))}jx.prototype._init=function(){var e=we("defs",this._canvas._svg);e||(e=Le("defs"),Pe(this._canvas._svg,e));var t=this._pattern=Le("pattern"),n="djs-grid-pattern-"+Math.trunc(1e6*Math.random());Te(t,{id:n,width:av,height:av,patternUnits:"userSpaceOnUse"});var i=this._circle=Le("circle");Te(i,{cx:.5,cy:.5,r:.5,fill:"#ccc"}),Pe(t,i),Pe(e,t),Te(this._gfx=Le("rect"),{x:-Bx/2,y:-$x/2,width:Bx,height:$x,fill:`url(#${n})`})},jx.prototype._centerGridAroundViewbox=function(e){e||(e=this._canvas.viewbox());var t=Pn(e);Te(this._gfx,{x:-Bx/2+lv(t.x,av),y:-$x/2+lv(t.y,av)})},jx.prototype.isVisible=function(){return this._visible},jx.prototype.toggle=function(e){if(void 0===e&&(e=!this._visible),e!==this._visible){var t=this._getParent();e?Pe(t,this._gfx):Ne(t),this._visible=e}},jx.prototype._getParent=function(){return this._canvas.getLayer("djs-grid",-2)},jx.$inject=["canvas","eventBus"];var Ix={__init__:["grid"],grid:["type",jx]};function Lx(e,t){var n,i,r=(e=e||{}).borderColor||"rgba(0,0,0,0.1)",o=e.crossColor||"#CCC",s=-1;Pe(t.getLayer("djs-origin",-1),n=Vx("g",{"pointer-events":"none"})),!1!==e.showBorder&&Pe(n,Vx("path",{class:zx("border"),d:qx(["M",-22,s,"H",-1e3,"M",22,s,"H",6e3,"M",s,-22,"V",-1e3,"M",s,22,"V",3e3]),fill:"none",stroke:r,"stroke-width":"2px","stroke-dasharray":"6, 6","shape-rendering":"crispedges"})),Pe(n,Vx("path",{d:qx(["M",-15,s,"H",15,"M",s,-15,"V",15]),class:zx("cross"),fill:"none",stroke:o,"stroke-width":"2px","stroke-linecap":"round"})),(i=Vx("text",{x:-40,y:-10,fill:o,class:zx("label")})).textContent="(0, 0)",Pe(n,i)}function qx(e){return e.join(" ")}function zx(e){return"djs-origin-"+e}function Vx(e,t){var n=Le(e);return Te(n,t),n}Lx.$inject=["config.origin","canvas"];var Fx={__init__:[Lx]},Hx={offset:{x:150,y:75},tolerance:50,alignOnSave:!0};function Ux(e,t,n,i,r,o){function s(e,n){var i=n.offset,r=n.tolerance,o={};return["x","y"].forEach((function(n){var s=-e[n]+i[n],a=t.get("gridSnapping",!1);a&&(s=function(e,t,n){n||(n="round");return Math[n](e/t)*t}(s,a.getGridSpacing())),o[n]=Math.abs(s)<r?0:s})),o}function a(){var t=r.viewbox().inner,n=r.getRootElement().children;if(n.length){var o=s(t,e);0===o.x&&0===o.y||i.execute("elements.alignToOrigin",{elements:n,delta:o})}}function l(e){return function(t){n.once("commandStack.changed",(function(){var n=t.delta,i=r.viewbox().scale;r.scroll({dx:e*n.x*i,dy:e*n.y*i})}))}}var c,p,d;e=function(e){var t=L({},Hx,e||{});return u(t.offset)&&(t.offset={x:t.offset,y:t.offset}),t}(e),i.register("elements.alignToOrigin",{preExecute:function(e){var t=e.delta,n=e.elements;o.moveElements(n,t)},execute:l(-1),revert:l(1)}),e.alignOnSave&&(c=t.get("_parent",!1),p=n,((d=c&&c._eventBus)||p).on("saveXML.start",1250,a),d&&p.on("diagram.destroy",(function(){d.off("saveXML.start",a)}))),this.align=a,this.computeAdjustment=s,this._config=e}Ux.$inject=["config.alignToOrigin","injector","eventBus","commandStack","canvas","modeling"];var Wx={__init__:["alignToOrigin"],alignToOrigin:["type",Ux]};function Xx(e){function t(e){if(!e.labelTarget){var t=Rr(e);Ar(t,"bpmn:Participant")&&(t=t.processRef),Ar(t,"bpmn:Process")&&(t.isExecutable=!!t.isExecutable)}}e.on(["shape.added","root.added"],(function(e){t(e.element)})),e.on("elements.changed",(function(e){e.elements.forEach((function(e){t(e)}))}))}Xx.$inject=["eventBus"];var Qx,Gx,Kx,Yx,Zx,Jx,ew,tw,nw={__init__:[Xx]},iw={},rw=[],ow=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,sw=Array.isArray;function aw(e,t){for(var n in t)e[n]=t[n];return e}function lw(e){var t=e.parentNode;t&&t.removeChild(e)}function cw(e,t,n){var i,r,o,s={};for(o in t)"key"==o?i=t[o]:"ref"==o?r=t[o]:s[o]=t[o];if(arguments.length>2&&(s.children=arguments.length>3?Qx.call(arguments,2):n),"function"==typeof e&&null!=e.defaultProps)for(o in e.defaultProps)void 0===s[o]&&(s[o]=e.defaultProps[o]);return pw(e,s,i,r,null)}function pw(e,t,n,i,r){var o={type:e,props:t,key:n,ref:i,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:null==r?++Kx:r,__i:-1,__u:0};return null==r&&null!=Gx.vnode&&Gx.vnode(o),o}function uw(e){return e.children}function dw(e,t){this.props=e,this.context=t}function hw(e,t){if(null==t)return e.__?hw(e.__,e.__i+1):null;for(var n;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e)return n.__e;return"function"==typeof e.type?hw(e):null}function mw(e){var t,n;if(null!=(e=e.__)&&null!=e.__c){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e){e.__e=e.__c.base=n.__e;break}return mw(e)}}function fw(e){(!e.__d&&(e.__d=!0)&&Yx.push(e)&&!gw.__r++||Zx!==Gx.debounceRendering)&&((Zx=Gx.debounceRendering)||Jx)(gw)}function gw(){var e,t,n,i,r,o,s,a,l;for(Yx.sort(ew);e=Yx.shift();)e.__d&&(t=Yx.length,i=void 0,o=(r=(n=e).__v).__e,a=[],l=[],(s=n.__P)&&((i=aw({},r)).__v=r.__v+1,Gx.vnode&&Gx.vnode(i),Pw(s,i,r,n.__n,void 0!==s.ownerSVGElement,32&r.__u?[o]:null,a,null==o?hw(r):o,!!(32&r.__u),l),i.__.__k[i.__i]=i,kw(a,i,l),i.__e!=o&&mw(i)),Yx.length>t&&Yx.sort(ew));gw.__r=0}function yw(e,t,n,i,r,o,s,a,l,c,p){var u,d,h,m,f,g=i&&i.__k||rw,y=t.length;for(n.__d=l,function(e,t,n){var i,r,o,s,a,l=t.length,c=n.length,p=c,u=0;for(e.__k=[],i=0;i<l;i++)null!=(r=e.__k[i]=null==(r=t[i])||"boolean"==typeof r||"function"==typeof r?null:"string"==typeof r||"number"==typeof r||"bigint"==typeof r||r.constructor==String?pw(null,r,null,null,r):sw(r)?pw(uw,{children:r},null,null,null):void 0===r.constructor&&r.__b>0?pw(r.type,r.props,r.key,r.ref?r.ref:null,r.__v):r)?(r.__=e,r.__b=e.__b+1,a=xw(r,n,s=i+u,p),r.__i=a,o=null,-1!==a&&(p--,(o=n[a])&&(o.__u|=131072)),null==o||null===o.__v?(-1==a&&u--,"function"!=typeof r.type&&(r.__u|=65536)):a!==s&&(a===s+1?u++:a>s?p>l-s?u+=a-s:u--:u=a<s&&a==s-1?a-s:0,a!==i+u&&(r.__u|=65536))):(o=n[i])&&null==o.key&&o.__e&&(o.__e==e.__d&&(e.__d=hw(o)),Cw(o,o,!1),n[i]=null,p--);if(p)for(i=0;i<c;i++)null!=(o=n[i])&&0==(131072&o.__u)&&(o.__e==e.__d&&(e.__d=hw(o)),Cw(o,o))}(n,t,g),l=n.__d,u=0;u<y;u++)null!=(h=n.__k[u])&&"boolean"!=typeof h&&"function"!=typeof h&&(d=-1===h.__i?iw:g[h.__i]||iw,h.__i=u,Pw(e,h,d,r,o,s,a,l,c,p),m=h.__e,h.ref&&d.ref!=h.ref&&(d.ref&&Sw(d.ref,null,h),p.push(h.ref,h.__c||m,h)),null==f&&null!=m&&(f=m),65536&h.__u||d.__k===h.__k?l=vw(h,l,e):"function"==typeof h.type&&void 0!==h.__d?l=h.__d:m&&(l=m.nextSibling),h.__d=void 0,h.__u&=-196609);n.__d=l,n.__e=f}function vw(e,t,n){var i,r;if("function"==typeof e.type){for(i=e.__k,r=0;i&&r<i.length;r++)i[r]&&(i[r].__=e,t=vw(i[r],t,n));return t}return e.__e!=t&&(n.insertBefore(e.__e,t||null),t=e.__e),t&&t.nextSibling}function bw(e,t){return t=t||[],null==e||"boolean"==typeof e||(sw(e)?e.some((function(e){bw(e,t)})):t.push(e)),t}function xw(e,t,n,i){var r=e.key,o=e.type,s=n-1,a=n+1,l=t[n];if(null===l||l&&r==l.key&&o===l.type)return n;if(i>(null!=l&&0==(131072&l.__u)?1:0))for(;s>=0||a<t.length;){if(s>=0){if((l=t[s])&&0==(131072&l.__u)&&r==l.key&&o===l.type)return s;s--}if(a<t.length){if((l=t[a])&&0==(131072&l.__u)&&r==l.key&&o===l.type)return a;a++}}return-1}function ww(e,t,n){"-"===t[0]?e.setProperty(t,null==n?"":n):e[t]=null==n?"":"number"!=typeof n||ow.test(t)?n:n+"px"}function _w(e,t,n,i,r){var o;e:if("style"===t)if("string"==typeof n)e.style.cssText=n;else{if("string"==typeof i&&(e.style.cssText=i=""),i)for(t in i)n&&t in n||ww(e.style,t,"");if(n)for(t in n)i&&n[t]===i[t]||ww(e.style,t,n[t])}else if("o"===t[0]&&"n"===t[1])o=t!==(t=t.replace(/(PointerCapture)$|Capture$/,"$1")),t=t.toLowerCase()in e?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+o]=n,n?i?n.u=i.u:(n.u=Date.now(),e.addEventListener(t,o?Ow:Ew,o)):e.removeEventListener(t,o?Ow:Ew,o);else{if(r)t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!==t&&"height"!==t&&"href"!==t&&"list"!==t&&"form"!==t&&"tabIndex"!==t&&"download"!==t&&"rowSpan"!==t&&"colSpan"!==t&&"role"!==t&&t in e)try{e[t]=null==n?"":n;break e}catch(e){}"function"==typeof n||(null==n||!1===n&&"-"!==t[4]?e.removeAttribute(t):e.setAttribute(t,n))}}function Ew(e){var t=this.l[e.type+!1];if(e.t){if(e.t<=t.u)return}else e.t=Date.now();return t(Gx.event?Gx.event(e):e)}function Ow(e){return this.l[e.type+!0](Gx.event?Gx.event(e):e)}function Pw(e,t,n,i,r,o,s,a,l,c){var p,u,d,h,m,f,g,y,v,b,x,w,_,E,O,P=t.type;if(void 0!==t.constructor)return null;128&n.__u&&(l=!!(32&n.__u),o=[a=t.__e=n.__e]),(p=Gx.__b)&&p(t);e:if("function"==typeof P)try{if(y=t.props,v=(p=P.contextType)&&i[p.__c],b=p?v?v.props.value:p.__:i,n.__c?g=(u=t.__c=n.__c).__=u.__E:("prototype"in P&&P.prototype.render?t.__c=u=new P(y,b):(t.__c=u=new dw(y,b),u.constructor=P,u.render=Tw),v&&v.sub(u),u.props=y,u.state||(u.state={}),u.context=b,u.__n=i,d=u.__d=!0,u.__h=[],u._sb=[]),null==u.__s&&(u.__s=u.state),null!=P.getDerivedStateFromProps&&(u.__s==u.state&&(u.__s=aw({},u.__s)),aw(u.__s,P.getDerivedStateFromProps(y,u.__s))),h=u.props,m=u.state,u.__v=t,d)null==P.getDerivedStateFromProps&&null!=u.componentWillMount&&u.componentWillMount(),null!=u.componentDidMount&&u.__h.push(u.componentDidMount);else{if(null==P.getDerivedStateFromProps&&y!==h&&null!=u.componentWillReceiveProps&&u.componentWillReceiveProps(y,b),!u.__e&&(null!=u.shouldComponentUpdate&&!1===u.shouldComponentUpdate(y,u.__s,b)||t.__v===n.__v)){for(t.__v!==n.__v&&(u.props=y,u.state=u.__s,u.__d=!1),t.__e=n.__e,t.__k=n.__k,t.__k.forEach((function(e){e&&(e.__=t)})),x=0;x<u._sb.length;x++)u.__h.push(u._sb[x]);u._sb=[],u.__h.length&&s.push(u);break e}null!=u.componentWillUpdate&&u.componentWillUpdate(y,u.__s,b),null!=u.componentDidUpdate&&u.__h.push((function(){u.componentDidUpdate(h,m,f)}))}if(u.context=b,u.props=y,u.__P=e,u.__e=!1,w=Gx.__r,_=0,"prototype"in P&&P.prototype.render){for(u.state=u.__s,u.__d=!1,w&&w(t),p=u.render(u.props,u.state,u.context),E=0;E<u._sb.length;E++)u.__h.push(u._sb[E]);u._sb=[]}else do{u.__d=!1,w&&w(t),p=u.render(u.props,u.state,u.context),u.state=u.__s}while(u.__d&&++_<25);u.state=u.__s,null!=u.getChildContext&&(i=aw(aw({},i),u.getChildContext())),d||null==u.getSnapshotBeforeUpdate||(f=u.getSnapshotBeforeUpdate(h,m)),yw(e,sw(O=null!=p&&p.type===uw&&null==p.key?p.props.children:p)?O:[O],t,n,i,r,o,s,a,l,c),u.base=t.__e,t.__u&=-161,u.__h.length&&s.push(u),g&&(u.__E=u.__=null)}catch(e){t.__v=null,l||null!=o?(t.__e=a,t.__u|=l?160:32,o[o.indexOf(a)]=null):(t.__e=n.__e,t.__k=n.__k),Gx.__e(e,t,n)}else null==o&&t.__v===n.__v?(t.__k=n.__k,t.__e=n.__e):t.__e=function(e,t,n,i,r,o,s,a,l){var c,p,u,d,h,m,f,g=n.props,y=t.props,v=t.type;if("svg"===v&&(r=!0),null!=o)for(c=0;c<o.length;c++)if((h=o[c])&&"setAttribute"in h==!!v&&(v?h.localName===v:3===h.nodeType)){e=h,o[c]=null;break}if(null==e){if(null===v)return document.createTextNode(y);e=r?document.createElementNS("http://www.w3.org/2000/svg",v):document.createElement(v,y.is&&y),o=null,a=!1}if(null===v)g===y||a&&e.data===y||(e.data=y);else{if(o=o&&Qx.call(e.childNodes),g=n.props||iw,!a&&null!=o)for(g={},c=0;c<e.attributes.length;c++)g[(h=e.attributes[c]).name]=h.value;for(c in g)h=g[c],"children"==c||("dangerouslySetInnerHTML"==c?u=h:"key"===c||c in y||_w(e,c,null,h,r));for(c in y)h=y[c],"children"==c?d=h:"dangerouslySetInnerHTML"==c?p=h:"value"==c?m=h:"checked"==c?f=h:"key"===c||a&&"function"!=typeof h||g[c]===h||_w(e,c,h,g[c],r);if(p)a||u&&(p.__html===u.__html||p.__html===e.innerHTML)||(e.innerHTML=p.__html),t.__k=[];else if(u&&(e.innerHTML=""),yw(e,sw(d)?d:[d],t,n,i,r&&"foreignObject"!==v,o,s,o?o[0]:n.__k&&hw(n,0),a,l),null!=o)for(c=o.length;c--;)null!=o[c]&&lw(o[c]);a||(c="value",void 0!==m&&(m!==e[c]||"progress"===v&&!m||"option"===v&&m!==g[c])&&_w(e,c,m,g[c],!1),c="checked",void 0!==f&&f!==e[c]&&_w(e,c,f,g[c],!1))}return e}(n.__e,t,n,i,r,o,s,l,c);(p=Gx.diffed)&&p(t)}function kw(e,t,n){t.__d=void 0;for(var i=0;i<n.length;i++)Sw(n[i],n[++i],n[++i]);Gx.__c&&Gx.__c(t,e),e.some((function(t){try{e=t.__h,t.__h=[],e.some((function(e){e.call(t)}))}catch(e){Gx.__e(e,t.__v)}}))}function Sw(e,t,n){try{"function"==typeof e?e(t):e.current=t}catch(e){Gx.__e(e,n)}}function Cw(e,t,n){var i,r;if(Gx.unmount&&Gx.unmount(e),(i=e.ref)&&(i.current&&i.current!==e.__e||Sw(i,null,t)),null!=(i=e.__c)){if(i.componentWillUnmount)try{i.componentWillUnmount()}catch(e){Gx.__e(e,t)}i.base=i.__P=null,e.__c=void 0}if(i=e.__k)for(r=0;r<i.length;r++)i[r]&&Cw(i[r],t,n||"function"!=typeof e.type);n||null==e.__e||lw(e.__e),e.__=e.__e=e.__d=void 0}function Tw(e,t,n){return this.constructor(e,n)}function Aw(e,t,n){var i,r,o,s;Gx.__&&Gx.__(e,t),r=(i="function"==typeof n)?null:n&&n.__k||t.__k,o=[],s=[],Pw(t,e=(!i&&n||t).__k=cw(uw,null,[e]),r||iw,iw,void 0!==t.ownerSVGElement,!i&&n?[n]:r?null:t.firstChild?Qx.call(t.childNodes):null,o,!i&&n?n:r?r.__e:t.firstChild,i,s),kw(o,e,s)}function Mw(e,t){var n={__c:t="__cC"+tw++,__:e,Consumer:function(e,t){return e.children(t)},Provider:function(e){var n,i;return this.getChildContext||(n=[],(i={})[t]=this,this.getChildContext=function(){return i},this.shouldComponentUpdate=function(e){this.props.value!==e.value&&n.some((function(e){e.__e=!0,fw(e)}))},this.sub=function(e){n.push(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){n.splice(n.indexOf(e),1),t&&t.call(e)}}),e.children}};return n.Provider.__=n.Consumer.contextType=n}Qx=rw.slice,Gx={__e:function(e,t,n,i){for(var r,o,s;t=t.__;)if((r=t.__c)&&!r.__)try{if((o=r.constructor)&&null!=o.getDerivedStateFromError&&(r.setState(o.getDerivedStateFromError(e)),s=r.__d),null!=r.componentDidCatch&&(r.componentDidCatch(e,i||{}),s=r.__d),s)return r.__E=r}catch(t){e=t}throw e}},Kx=0,dw.prototype.setState=function(e,t){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=aw({},this.state),"function"==typeof e&&(e=e(aw({},n),this.props)),e&&aw(n,e),null!=e&&this.__v&&(t&&this._sb.push(t),fw(this))},dw.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),fw(this))},dw.prototype.render=uw,Yx=[],Jx="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,ew=function(e,t){return e.__v.__b-t.__v.__b},gw.__r=0,tw=0;var Rw,Dw,Nw,Bw,$w=0,jw=[],Iw=[],Lw=Gx.__b,qw=Gx.__r,zw=Gx.diffed,Vw=Gx.__c,Fw=Gx.unmount;function Hw(e,t){Gx.__h&&Gx.__h(Dw,e,$w||t),$w=0;var n=Dw.__H||(Dw.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({__V:Iw}),n.__[e]}function Uw(e){return $w=1,Ww(o_,e)}function Ww(e,t,n){var i=Hw(Rw++,2);if(i.t=e,!i.__c&&(i.__=[n?n(t):o_(void 0,t),function(e){var t=i.__N?i.__N[0]:i.__[0],n=i.t(t,e);t!==n&&(i.__N=[n,i.__[1]],i.__c.setState({}))}],i.__c=Dw,!Dw.u)){var r=function(e,t,n){if(!i.__c.__H)return!0;var r=i.__c.__H.__.filter((function(e){return e.__c}));if(r.every((function(e){return!e.__N})))return!o||o.call(this,e,t,n);var s=!1;return r.forEach((function(e){if(e.__N){var t=e.__[0];e.__=e.__N,e.__N=void 0,t!==e.__[0]&&(s=!0)}})),!(!s&&i.__c.props===e)&&(!o||o.call(this,e,t,n))};Dw.u=!0;var o=Dw.shouldComponentUpdate,s=Dw.componentWillUpdate;Dw.componentWillUpdate=function(e,t,n){if(this.__e){var i=o;o=void 0,r(e,t,n),o=i}s&&s.call(this,e,t,n)},Dw.shouldComponentUpdate=r}return i.__N||i.__}function Xw(e,t){var n=Hw(Rw++,3);!Gx.__s&&r_(n.__H,t)&&(n.__=e,n.i=t,Dw.__H.__h.push(n))}function Qw(e,t){var n=Hw(Rw++,4);!Gx.__s&&r_(n.__H,t)&&(n.__=e,n.i=t,Dw.__h.push(n))}function Gw(e){return $w=5,Kw((function(){return{current:e}}),[])}function Kw(e,t){var n=Hw(Rw++,7);return r_(n.__H,t)?(n.__V=e(),n.i=t,n.__h=e,n.__V):n.__}function Yw(e,t){return $w=8,Kw((function(){return e}),t)}function Zw(e){var t=Dw.context[e.__c],n=Hw(Rw++,9);return n.c=e,t?(null==n.__&&(n.__=!0,t.sub(Dw)),t.props.value):e.__}function Jw(){for(var e;e=jw.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(n_),e.__H.__h.forEach(i_),e.__H.__h=[]}catch(t){e.__H.__h=[],Gx.__e(t,e.__v)}}Gx.__b=function(e){Dw=null,Lw&&Lw(e)},Gx.__r=function(e){qw&&qw(e),Rw=0;var t=(Dw=e.__c).__H;t&&(Nw===Dw?(t.__h=[],Dw.__h=[],t.__.forEach((function(e){e.__N&&(e.__=e.__N),e.__V=Iw,e.__N=e.i=void 0}))):(t.__h.forEach(n_),t.__h.forEach(i_),t.__h=[],Rw=0)),Nw=Dw},Gx.diffed=function(e){zw&&zw(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(1!==jw.push(t)&&Bw===Gx.requestAnimationFrame||((Bw=Gx.requestAnimationFrame)||t_)(Jw)),t.__H.__.forEach((function(e){e.i&&(e.__H=e.i),e.__V!==Iw&&(e.__=e.__V),e.i=void 0,e.__V=Iw}))),Nw=Dw=null},Gx.__c=function(e,t){t.some((function(e){try{e.__h.forEach(n_),e.__h=e.__h.filter((function(e){return!e.__||i_(e)}))}catch(n){t.some((function(e){e.__h&&(e.__h=[])})),t=[],Gx.__e(n,e.__v)}})),Vw&&Vw(e,t)},Gx.unmount=function(e){Fw&&Fw(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach((function(e){try{n_(e)}catch(e){t=e}})),n.__H=void 0,t&&Gx.__e(t,n.__v))};var e_="function"==typeof requestAnimationFrame;function t_(e){var t,n=function(){clearTimeout(i),e_&&cancelAnimationFrame(t),setTimeout(e)},i=setTimeout(n,100);e_&&(t=requestAnimationFrame(n))}function n_(e){var t=Dw,n=e.__c;"function"==typeof n&&(e.__c=void 0,n()),Dw=t}function i_(e){var t=Dw;e.__c=e.__(),Dw=t}function r_(e,t){return!e||e.length!==t.length||t.some((function(t,n){return t!==e[n]}))}function o_(e,t){return"function"==typeof t?t(e):t}function s_(e,t){for(var n in t)e[n]=t[n];return e}function a_(e,t){for(var n in e)if("__source"!==n&&!(n in t))return!0;for(var i in t)if("__source"!==i&&e[i]!==t[i])return!0;return!1}function l_(e){this.props=e}(l_.prototype=new dw).isPureReactComponent=!0,l_.prototype.shouldComponentUpdate=function(e,t){return a_(this.props,e)||a_(this.state,t)};var c_=Gx.__b;Gx.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),c_&&c_(e)};var p_="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.forward_ref")||3911;function u_(e){function t(t){var n=s_({},t);return delete n.ref,e(n,t.ref||null)}return t.$$typeof=p_,t.render=t,t.prototype.isReactComponent=t.__f=!0,t.displayName="ForwardRef("+(e.displayName||e.name)+")",t}var d_=Gx.__e;Gx.__e=function(e,t,n,i){if(e.then)for(var r,o=t;o=o.__;)if((r=o.__c)&&r.__c)return null==t.__e&&(t.__e=n.__e,t.__k=n.__k),r.__c(e,t);d_(e,t,n,i)};var h_=Gx.unmount;function m_(e,t,n){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach((function(e){"function"==typeof e.__c&&e.__c()})),e.__c.__H=null),null!=(e=s_({},e)).__c&&(e.__c.__P===n&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map((function(e){return m_(e,t,n)}))),e}function f_(e,t,n){return e&&n&&(e.__v=null,e.__k=e.__k&&e.__k.map((function(e){return f_(e,t,n)})),e.__c&&e.__c.__P===t&&(e.__e&&n.appendChild(e.__e),e.__c.__e=!0,e.__c.__P=n)),e}function g_(){this.__u=0,this.t=null,this.__b=null}function y_(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function v_(){this.u=null,this.o=null}Gx.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),h_&&h_(e)},(g_.prototype=new dw).__c=function(e,t){var n=t.__c,i=this;null==i.t&&(i.t=[]),i.t.push(n);var r=y_(i.__v),o=!1,s=function(){o||(o=!0,n.__R=null,r?r(a):a())};n.__R=s;var a=function(){if(! --i.__u){if(i.state.__a){var e=i.state.__a;i.__v.__k[0]=f_(e,e.__c.__P,e.__c.__O)}var t;for(i.setState({__a:i.__b=null});t=i.t.pop();)t.forceUpdate()}};i.__u++||32&t.__u||i.setState({__a:i.__b=i.__v.__k[0]}),e.then(s,s)},g_.prototype.componentWillUnmount=function(){this.t=[]},g_.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var n=document.createElement("div"),i=this.__v.__k[0].__c;this.__v.__k[0]=m_(this.__b,n,i.__O=i.__P)}this.__b=null}var r=t.__a&&cw(uw,null,e.fallback);return r&&(r.__u&=-33),[cw(uw,null,t.__a?null:e.children),r]};var b_=function(e,t,n){if(++n[1]===n[0]&&e.o.delete(t),e.props.revealOrder&&("t"!==e.props.revealOrder[0]||!e.o.size))for(n=e.u;n;){for(;n.length>3;)n.pop()();if(n[1]<n[0])break;e.u=n=n[2]}};function x_(e){return this.getChildContext=function(){return e.context},e.children}function w_(e){var t=this,n=e.i;t.componentWillUnmount=function(){Aw(null,t.l),t.l=null,t.i=null},t.i&&t.i!==n&&t.componentWillUnmount(),t.l||(t.i=n,t.l={nodeType:1,parentNode:n,childNodes:[],appendChild:function(e){this.childNodes.push(e),t.i.appendChild(e)},insertBefore:function(e,n){this.childNodes.push(e),t.i.appendChild(e)},removeChild:function(e){this.childNodes.splice(this.childNodes.indexOf(e)>>>1,1),t.i.removeChild(e)}}),Aw(cw(x_,{context:t.context},e.__v),t.l)}function __(e,t){var n=cw(w_,{__v:e,i:t});return n.containerInfo=t,n}(v_.prototype=new dw).__a=function(e){var t=this,n=y_(t.__v),i=t.o.get(e);return i[0]++,function(r){var o=function(){t.props.revealOrder?(i.push(r),b_(t,e,i)):r()};n?n(o):o()}},v_.prototype.render=function(e){this.u=null,this.o=new Map;var t=bw(e.children);e.revealOrder&&"b"===e.revealOrder[0]&&t.reverse();for(var n=t.length;n--;)this.o.set(t[n],this.u=[1,0,this.u]);return e.children},v_.prototype.componentDidUpdate=v_.prototype.componentDidMount=function(){var e=this;this.o.forEach((function(t,n){b_(e,n,t)}))};var E_="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,O_=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,P_=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,k_=/[A-Z0-9]/g,S_="undefined"!=typeof document,C_=function(e){return("undefined"!=typeof Symbol&&"symbol"==typeof Symbol()?/fil|che|rad/:/fil|che|ra/).test(e)};dw.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach((function(e){Object.defineProperty(dw.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})}));var T_=Gx.event;function A_(){}function M_(){return this.cancelBubble}function R_(){return this.defaultPrevented}Gx.event=function(e){return T_&&(e=T_(e)),e.persist=A_,e.isPropagationStopped=M_,e.isDefaultPrevented=R_,e.nativeEvent=e};var D_={enumerable:!1,configurable:!0,get:function(){return this.class}},N_=Gx.vnode;Gx.vnode=function(e){"string"==typeof e.type&&function(e){var t=e.props,n=e.type,i={};for(var r in t){var o=t[r];if(!("value"===r&&"defaultValue"in t&&null==o||S_&&"children"===r&&"noscript"===n||"class"===r||"className"===r)){var s=r.toLowerCase();"defaultValue"===r&&"value"in t&&null==t.value?r="value":"download"===r&&!0===o?o="":"ondoubleclick"===s?r="ondblclick":"onchange"!==s||"input"!==n&&"textarea"!==n||C_(t.type)?"onfocus"===s?r="onfocusin":"onblur"===s?r="onfocusout":P_.test(r)?r=s:-1===n.indexOf("-")&&O_.test(r)?r=r.replace(k_,"-$&").toLowerCase():null===o&&(o=void 0):s=r="oninput","oninput"===s&&i[r=s]&&(r="oninputCapture"),i[r]=o}}"select"==n&&i.multiple&&Array.isArray(i.value)&&(i.value=bw(t.children).forEach((function(e){e.props.selected=-1!=i.value.indexOf(e.props.value)}))),"select"==n&&null!=i.defaultValue&&(i.value=bw(t.children).forEach((function(e){e.props.selected=i.multiple?-1!=i.defaultValue.indexOf(e.props.value):i.defaultValue==e.props.value}))),t.class&&!t.className?(i.class=t.class,Object.defineProperty(i,"className",D_)):(t.className&&!t.class||t.class&&t.className)&&(i.class=i.className=t.className),e.props=i}(e),e.$$typeof=E_,N_&&N_(e)};var B_=Gx.__r;Gx.__r=function(e){B_&&B_(e),e.__c};var $_=Gx.diffed;Gx.diffed=function(e){$_&&$_(e);var t=e.props,n=e.__e;null!=n&&"textarea"===e.type&&"value"in t&&t.value!==n.value&&(n.value=null==t.value?"":t.value),null};var j_=cw,I_=0;function L_(e,t,n,i,r,o){var s,a,l={};for(a in t)"ref"==a?s=t[a]:l[a]=t[a];var c={type:e,props:l,key:n,ref:s,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:--I_,__i:-1,__u:0,__source:r,__self:o};if("function"==typeof e&&(s=e.defaultProps))for(a in s)void 0===l[a]&&(l[a]=s[a]);return Gx.vnode&&Gx.vnode(c),c}var q_={exports:{}};
|
|
163
|
+
`,this._current.container)},ic.prototype.open=function(e,t,n,i){if(!e)throw new Error("target is missing");if(!t)throw new Error("providers for <"+t+"> not found");if(!n)throw new Error("position is missing");this.isOpen()&&this.close();const{entries:r,headerEntries:o}=this._getContext(e,t);this._current={position:n,className:t,target:e,entries:r,headerEntries:o,container:this._createContainer({provider:t}),options:i},this._emit("open"),this._bindAutoClose(),this._render()},ic.prototype._getContext=function(e,t){const n=this._getProviders(t);if(!n||!n.length)throw new Error("provider for <"+t+"> not found");const i=this._getEntries(e,n),r=this._getHeaderEntries(e,n);return{entries:i,headerEntries:r,empty:!(Object.keys(i).length||Object.keys(r).length)}},ic.prototype.close=function(){this.isOpen()&&(this._emit("close"),this.reset(),this._current=null)},ic.prototype.reset=function(){const e=this._current.container;xl(null,e),Ee(e)},ic.prototype._emit=function(e,t){this._eventBus.fire(`popupMenu.${e}`,t)},ic.prototype._onOpened=function(){this._emit("opened")},ic.prototype._onClosed=function(){this._emit("closed")},ic.prototype._createContainer=function(e){var t=this._canvas.getContainer();const n=xe(`<div class="djs-popup-parent djs-scrollable" data-popup=${e.provider}></div>`);return t.appendChild(n),n},ic.prototype._bindAutoClose=function(){this._eventBus.once(nc,this.close,this)},ic.prototype._unbindAutoClose=function(){this._eventBus.off(nc,this.close,this)},ic.prototype._updateScale=function(){var e,t,n=this._canvas.zoom(),i=this._config.scale,r=n;return!0!==i&&(!1===i?(e=1,t=1):(e=i.min,t=i.max),a(e)&&n<e&&(r=e),a(t)&&n>t&&(r=t)),r},ic.prototype._ensureVisible=function(e,t){var n=document.documentElement.getBoundingClientRect(),i=e.getBoundingClientRect(),r={},o=t.x,s=t.y;return t.x+i.width>n.width&&(r.x=!0),t.y+i.height>n.height&&(r.y=!0),r.x&&r.y?(o=t.x-i.width,s=t.y-i.height):r.x?(o=t.x-i.width,s=t.y):r.y&&t.y<i.height?(o=t.x,s=10):r.y&&(o=t.x,s=t.y-i.height),t.y<n.top&&(s=t.y+i.height),{x:o,y:s}},ic.prototype.isEmpty=function(e,t){if(!e)throw new Error("target is missing");if(!t)throw new Error("provider ID is missing");const n=this._getProviders(t);return!n||!n.length||this._getContext(e,t).empty},ic.prototype.registerProvider=function(e,t,n){n||(n=t,t=1e3),this._eventBus.on("popupMenu.getProviders."+e,t,(function(e){e.providers.push(n)}))},ic.prototype._getProviders=function(e){var t=this._eventBus.createEvent({type:"popupMenu.getProviders."+e,providers:[]});return this._eventBus.fire(t),t.providers},ic.prototype._getEntries=function(e,t){var n={};return b(t,(function(t){if(t.getPopupMenuEntries){var i=t.getPopupMenuEntries(e);d(i)?n=i(n):b(i,(function(e,t){n[t]=e}))}else b(t.getEntries(e),(function(e){var t=e.id;if(!t)throw new Error("entry ID is missing");n[t]=F(e,["id"])}))})),n},ic.prototype._getHeaderEntries=function(e,t){var n={};return b(t,(function(t){if(t.getPopupMenuHeaderEntries){var i=t.getPopupMenuHeaderEntries(e);d(i)?n=i(n):b(i,(function(e,t){n[t]=e}))}else{if(!t.getHeaderEntries)return;b(t.getHeaderEntries(e),(function(e){var t=e.id;if(!t)throw new Error("entry ID is missing");n[t]=F(e,["id"])}))}})),n},ic.prototype.isOpen=function(){return!!this._current},ic.prototype.trigger=function(e,t,n="click"){if(e.preventDefault(),!t){let n=J(oe(e.delegateTarget||e.target,".entry",!0),"data-id");t={id:n,...this._getEntry(n)}}const i=t.action;if(!1!==this._emit("trigger",{entry:t,event:e}))if(d(i)){if("click"===n)return i(e,t)}else if(i[n])return i[n](e,t)},ic.prototype._getEntry=function(e){var t=this._current.entries[e]||this._current.headerEntries[e];if(!t)throw new Error("entry not found");return t};var rc={__init__:["popupMenu"],popupMenu:["type",ic]},oc={align:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2000 2000">\n <line x1="200" y1="150" x2="200" y2="1850" style="stroke:currentColor;stroke-width:100;stroke-linecap:round;"/>\n <rect x="500" y="150" width="1300" height="700" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>\n <rect x="500" y="1150" width="700" height="700" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>\n </svg>',bottom:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1800">\n <line x1="150" y1="1650" x2="1650" y2="1650" style="stroke:currentColor;stroke-width:100;stroke-linecap:round;"/>\n <rect x="150" y="350" width="600" height="1300" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>\n <rect x="1050" y="850" width="600" height="800" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>\n </svg>',center:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1800">\n <line x1="900" y1="150" x2="900" y2="1650" style="stroke:currentColor;stroke-width:100;stroke-linecap:round;"/>\n <rect x="250" y="150" width="1300" height="600" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>\n <rect x="500" y="1050" width="800" height="600" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>\n </svg>',left:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1800">\n <line x1="100" y1="150" x2="100" y2="1650" style="stroke:currentColor;stroke-width:100;stroke-linecap:round;"/>\n <rect x="100" y="150" width="1300" height="600" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>\n <rect x="100" y="1050" width="800" height="600" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>\n </svg>',right:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1800">\n <line x1="1650" y1="150" x2="1650" y2="1650" style="stroke:currentColor;stroke-width:100;stroke-linecap:round;"/>\n <rect x="350" y="150" width="1300" height="600" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>\n <rect x="850" y="1050" width="800" height="600" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>\n </svg>',top:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1800">\n <line x1="150" y1="150" x2="1650" y2="150" style="stroke:currentColor;stroke-width:100;stroke-linecap:round;"/>\n <rect x="150" y="150" width="600" height="1300" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>\n <rect x="1050" y="150" width="600" height="800" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>\n </svg>',middle:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1800">\n <line x1="150" y1="900" x2="1650" y2="900" style="stroke:currentColor;stroke-width:100;stroke-linecap:round;"/>\n <rect x="150" y="250" width="600" height="1300" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>\n <rect x="1050" y="500" width="600" height="800" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>\n </svg>'};function sc(e,t,n,i){e.registerProvider(900,this),this._contextPad=e,this._popupMenu=t,this._translate=n,this._canvas=i}sc.$inject=["contextPad","popupMenu","translate","canvas"],sc.prototype.getMultiElementContextPadEntries=function(e){var t={};return this._isAllowed(e)&&L(t,this._getEntries(e)),t},sc.prototype._isAllowed=function(e){return!this._popupMenu.isEmpty(e,"align-elements")},sc.prototype._getEntries=function(){var e=this;return{"align-elements":{group:"align-elements",title:e._translate("Align elements"),html:`<div class="entry">${oc.align}</div>`,action:{click:function(t,n){var i=e._getMenuPosition(n);L(i,{cursor:{x:t.x,y:t.y}}),e._popupMenu.open(n,"align-elements",i)}}}}},sc.prototype._getMenuPosition=function(e){var t=this._contextPad.getPad(e).html.getBoundingClientRect();return{x:t.left,y:t.bottom+5}};var ac=["left","center","right","top","middle","bottom"];function lc(e,t,n,i){this._alignElements=t,this._translate=n,this._popupMenu=e,this._rules=i,e.registerProvider("align-elements",this)}function cc(e){bs.call(this,e),this.init()}function pc(e){cc.call(this,e)}lc.$inject=["popupMenu","alignElements","translate","rules"],lc.prototype.getPopupMenuEntries=function(e){var t={};return this._isAllowed(e)&&L(t,this._getEntries(e)),t},lc.prototype._isAllowed=function(e){return this._rules.allowed("elements.align",{elements:e})},lc.prototype._getEntries=function(e){var t=this._alignElements,n=this._translate,i=this._popupMenu,r={};return b(ac,(function(o){r["align-elements-"+o]={group:"align",title:n("Align elements "+o),className:"bjs-align-elements-menu-entry",imageHtml:oc[o],action:function(){t.trigger(e,o),i.close()}}})),r},cc.$inject=["eventBus"],e(cc,bs),cc.prototype.addRule=function(e,t,n){var i=this;"string"==typeof e&&(e=[e]),e.forEach((function(e){i.canExecute(e,t,(function(e,t,i){return n(e)}),!0)}))},cc.prototype.init=function(){},pc.$inject=["eventBus"],e(pc,cc),pc.prototype.init=function(){this.addRule("elements.align",(function(e){var t=v(e.elements,(function(e){return!(e.waypoints||e.host||e.labelTarget)}));return!((t=vt(t)).length<2)&&t}))};var uc={__depends__:[La,Qa,rc],__init__:["alignElementsContextPadProvider","alignElementsMenuProvider","bpmnAlignElements"],alignElementsContextPadProvider:["type",sc],alignElementsMenuProvider:["type",lc],bpmnAlignElements:["type",pc]},dc=10,hc=50,mc=250;function fc(e,t,n,i){for(var r;r=yc(e,n,t);)n=i(t,n,r);return n}function gc(e){return function(t,n,i){var r={x:n.x,y:n.y};return["x","y"].forEach((function(o){var s=e[o];if(s){var a="x"===o?"width":"height",l=s.margin,c=s.minDistance;r[o]=l<0?Math.min(i[o]+l-t[a]/2,n[o]-c+l):Math.max(i[o]+i[a]+l+t[a]/2,n[o]+c+l)}})),r}}function yc(e,t,n){var i={x:t.x-n.width/2,y:t.y-n.height/2,width:n.width,height:n.height},r=function(e){var t=vc(e);e.host&&(t=t.concat(vc(e.host)));e.attachers&&(t=t.concat(e.attachers.reduce((function(e,t){return e.concat(vc(t))}),[])));return t}(e);return g(r,(function(e){return e!==n&&"intersect"===kn(e,i,dc)}))}function vc(e){return(t=e,t.outgoing.map((function(e){return e.target}))).concat(function(e){return e.incoming.map((function(e){return e.source}))}(e));var t}function bc(){return!0}function xc(e,t,n){e.on("autoPlace",100,(function(e){var t=e.shape;return function(e,t,n){n||(n={});var i=n.defaultDistance||hc,r=Pn(e),o=_n(e);return{x:o.right+i+t.width/2,y:r.y}}(e.source,t)})),e.on("autoPlace.end",(function(e){n.scrollToElement(e.shape)})),this.append=function(n,i,r){e.fire("autoPlace.start",{source:n,shape:i});var o=e.fire("autoPlace",{source:n,shape:i}),s=t.appendShape(n,i,o,n.parent,r);return e.fire("autoPlace.end",{source:n,shape:s}),s}}function wc(e,t){e.on("autoPlace.end",500,(function(e){t.select(e.shape)}))}xc.$inject=["eventBus","modeling","canvas"],wc.$inject=["eventBus","selection"];var _c={__init__:["autoPlaceSelectionBehavior"],autoPlace:["type",xc],autoPlaceSelectionBehavior:["type",wc]};function Ec(e,t){for(h(t)&&(t=[t]);e=e.parent;)if(Mr(e,t))return e;return null}function Oc(e,t){return Ar(t,"bpmn:TextAnnotation")?function(e,t){var n=_n(e),i={x:n.right+t.width/2,y:n.top-50-t.height/2};vn(e)&&((i=Pn(e)).x+=100,i.y-=50);return fc(e,t,i,gc({y:{margin:-30,minDistance:20}}))}(e,t):Mr(t,["bpmn:DataObjectReference","bpmn:DataStoreReference"])?function(e,t){var n=_n(e),i={x:n.right-10+t.width/2,y:n.bottom+40+t.width/2};return fc(e,t,i,gc({x:{margin:30,minDistance:30}}))}(e,t):Ar(t,"bpmn:FlowNode")?function(e,t){var n=_n(e),i=Pn(e),r=function(e,t){t||(t={});var n=t.defaultDistance||hc,i=t.direction||"e",r=t.filter,o=t.getWeight||function(t){return t.source===e?1:-1},s=t.maxDistance||mc,a=t.reference||"start";function l(e,t){return"n"===i?"start"===a?_n(e).top-_n(t).bottom:"center"===a?_n(e).top-Pn(t).y:_n(e).top-_n(t).top:"w"===i?"start"===a?_n(e).left-_n(t).right:"center"===a?_n(e).left-Pn(t).x:_n(e).left-_n(t).left:"s"===i?"start"===a?_n(t).top-_n(e).bottom:"center"===a?Pn(t).y-_n(e).bottom:_n(t).bottom-_n(e).bottom:"start"===a?_n(t).left-_n(e).right:"center"===a?Pn(t).x-_n(e).right:_n(t).right-_n(e).right}r||(r=bc);var c=e.incoming.filter(r).map((function(t){var n=o(t),i=n<0?l(t.source,e):l(e,t.source);return{id:t.source.id,distance:i,weight:n}})),p=e.outgoing.filter(r).map((function(t){var n=o(t),i=n>0?l(e,t.target):l(t.target,e);return{id:t.target.id,distance:i,weight:n}})),u=w(c.concat(p).reduce((function(e,t){return e[t.id+"__weight_"+t.weight]=t,e}),{}),(function(e,t){var n=t.distance,i=t.weight;return n<0||n>s||(e[String(n)]||(e[String(n)]=0),e[String(n)]+=1*i,(!e.distance||e[e.distance]<e[String(n)])&&(e.distance=n)),e}),{});return u.distance||n}(e,{filter:function(e){return Ar(e,"bpmn:SequenceFlow")}}),o=30,s=80,a="left";Ar(e,"bpmn:BoundaryEvent")&&-1!==(a=kn(e,e.host,-25)).indexOf("top")&&(o*=-1);var l={x:n.right+r+t.width/2,y:i.y+Pc(a,s)};return fc(e,t,l,gc({y:{margin:o,minDistance:s}}))}(e,t):void 0}function Pc(e,t){return e.includes("top")?-1*t:e.includes("bottom")?t:0}function kc(e){e.on("autoPlace",(function(e){var t=e.shape;return Oc(e.source,t)}))}kc.$inject=["eventBus"];var Sc={__depends__:[_c],__init__:["bpmnAutoPlace"],bpmnAutoPlace:["type",kc]};function Cc(e,t,n,r){bs.call(this,e),this._elementRegistry=t,this._modeling=n,this._rules=r;var o=this;this.postExecuted(["shape.create"],(function(e){var t=e.context,n=t.hints||{},i=t.shape,r=t.parent||t.newParent;!1!==n.autoResize&&o._expand([i],r)})),this.postExecuted(["elements.move"],(function(e){var t=e.context,n=i(S(t.closure.topLevel)),r=t.hints,s=!r||r.autoResize;!1!==s&&b(C(n,(function(e){return e.parent.id})),(function(e,t){c(s)&&(e=e.filter((function(e){return g(s,R({id:e.id}))}))),o._expand(e,t)}))})),this.postExecuted(["shape.toggleCollapse"],(function(e){var t=e.context,n=t.hints,i=t.shape;n&&!1===n.autoResize||i.collapsed||o._expand(i.children||[],i)})),this.postExecuted(["shape.resize"],(function(e){var t=e.context,n=t.hints,i=t.shape,r=i.parent;n&&!1===n.autoResize||r&&o._expand([i],r)}))}function Tc(e){e.invoke(Cc,this)}function Ac(e){cc.call(this,e);var t=this;this.addRule("element.autoResize",(function(e){return t.canResize(e.elements,e.target)}))}function Mc(e,t){Ac.call(this,e),this._modeling=t}Cc.$inject=["eventBus","elementRegistry","modeling","rules"],e(Cc,bs),Cc.prototype._getOptimalBounds=function(e,t){var n=this.getOffset(t),i=this.getPadding(t),r=_n(Et(e)),o=_n(t),s={};return r.top-o.top<i.top&&(s.top=r.top-n.top),r.left-o.left<i.left&&(s.left=r.left-n.left),o.right-r.right<i.right&&(s.right=r.right+n.right),o.bottom-r.bottom<i.bottom&&(s.bottom=r.bottom+n.bottom),En(L({},o,s))},Cc.prototype._expand=function(e,t){if("string"==typeof t&&(t=this._elementRegistry.get(t)),this._rules.allowed("element.autoResize",{elements:e,target:t})){var n=this._getOptimalBounds(e,t);if(function(e,t){return e.x!==t.x||e.y!==t.y||e.width!==t.width||e.height!==t.height}(n,t)){var i=function(e,t){var n="";e=_n(e),t=_n(t),e.top>t.top&&(n=n.concat("n"));e.right<t.right&&(n=n.concat("w"));e.bottom<t.bottom&&(n=n.concat("s"));e.left>t.left&&(n=n.concat("e"));return n}(V(t,["x","y","width","height"]),n);this.resize(t,n,{autoResize:i});var r=t.parent;r&&this._expand([t],r)}}},Cc.prototype.getOffset=function(e){return{top:60,bottom:60,left:100,right:100}},Cc.prototype.getPadding=function(e){return{top:2,bottom:2,left:15,right:15}},Cc.prototype.resize=function(e,t,n){this._modeling.resizeShape(e,t,null,n)},Tc.$inject=["injector"],e(Tc,Cc),Tc.prototype.resize=function(e,t,n){Ar(e,"bpmn:Participant")?this._modeling.resizeLane(e,t,null,n):this._modeling.resizeShape(e,t,null,n)},Ac.$inject=["eventBus"],e(Ac,cc),Ac.prototype.canResize=function(e,t){return!1},e(Mc,Ac),Mc.$inject=["eventBus","modeling"],Mc.prototype.canResize=function(e,t){if(Ar(t.di,"bpmndi:BPMNPlane"))return!1;if(!Ar(t,"bpmn:Participant")&&!Ar(t,"bpmn:Lane")&&!Ar(t,"bpmn:SubProcess"))return!1;var n=!0;return b(e,(function(e){(Ar(e,"bpmn:Lane")||bn(e))&&(n=!1)})),n};var Rc={__init__:["bpmnAutoResize","bpmnAutoResizeProvider"],bpmnAutoResize:["type",Tc],bpmnAutoResizeProvider:["type",Mc]};function Dc(e,t,n){var i,r,o=this,s=n.get("dragging",!1);s&&t.on("drag.start",(function(n){t.once("drag.move",1500,(function(t){!function(t){if(!t.hover){var n=t.originalEvent,i=o._findTargetGfx(n),r=i&&e.get(i);i&&r&&(t.stopPropagation(),s.hover({element:r,gfx:i}),s.move(n))}}(t)}))})),t.on("element.hover",(function(e){i=e.gfx,r=e.element})),t.on("element.hover",1500,(function(e){r&&t.fire("element.out",{element:r,gfx:i})})),t.on("element.out",(function(){i=null,r=null})),this._findTargetGfx=function(e){var t;if(e instanceof MouseEvent)return t=Uo(e),function(e){return oe(e,"svg, .djs-element",!0)}(document.elementFromPoint(t.x,t.y))}}Dc.$inject=["elementRegistry","eventBus","injector"];var Nc={__init__:["hoverFix"],hoverFix:["type",Dc]},Bc=Math.round,$c="djs-drag-active";function jc(e){e.preventDefault()}function Ic(e,t,n,i){var r,o={threshold:5,trapClick:!0};function s(e){var n=t.viewbox(),i=t._container.getBoundingClientRect();return{x:n.x+(e.x-i.left)/n.scale,y:n.y+(e.y-i.top)/n.scale}}function a(t,n){n=n||r;var i=e.createEvent(L({},n.payload,n.data,{isTouch:n.isTouch}));return!1!==e.fire("drag."+t,i)&&e.fire(n.prefix+"."+t,i)}function l(e,i){var o,l=r.payload,c=r.displacement,p=r.globalStart,u=Uo(e),d=ha(u,p),h=r.localStart,m=s(u),g=ha(m,h);if(!r.active&&(i||(o=d,Math.sqrt(Math.pow(o.x,2)+Math.pow(o.y,2))>r.threshold))){if(L(l,{x:Bc(h.x+c.x),y:Bc(h.y+c.y),dx:0,dy:0},{originalEvent:e}),!1===a("start"))return f();r.active=!0,r.keepSelection||(l.previousSelection=n.get(),n.select(null)),r.cursor&&la(r.cursor),t.addMarker(t.getRootElement(),$c)}Ho(e),r.active&&(L(l,{x:Bc(m.x+c.x),y:Bc(m.y+c.y),dx:Bc(g.x),dy:Bc(g.y)},{originalEvent:e}),a("move"))}function c(e){var t=!0;r.active&&(e&&(r.payload.originalEvent=e,Ho(e)),t=a("end")),!1===t&&a("rejected"),a("ended",g(!0!==t))}function p(e){Qs("Escape",e)&&(jc(e),f())}function u(t){var n;r.active&&(n=ua(e),setTimeout(n,400),jc(t)),c(t)}function d(e){l(e)}function h(e){var t=r.payload;t.hoverGfx=e.gfx,t.hover=e.element,a("hover")}function m(e){a("out");var t=r.payload;t.hoverGfx=null,t.hover=null}function f(e){var t;if(r){var n=r.active;n&&a("cancel"),t=g(e),n&&a("canceled",t)}}function g(o){var s,g;a("cleanup"),ca(),g=r.trapClick?u:c,he.unbind(document,"mousemove",l),he.unbind(document,"dragstart",jc),he.unbind(document,"selectstart",jc),he.unbind(document,"mousedown",g,!0),he.unbind(document,"mouseup",g,!0),he.unbind(document,"keyup",p),he.unbind(document,"touchstart",d,!0),he.unbind(document,"touchcancel",f,!0),he.unbind(document,"touchmove",l,!0),he.unbind(document,"touchend",c,!0),e.off("element.hover",h),e.off("element.out",m),t.removeMarker(t.getRootElement(),$c);var y=r.payload.previousSelection;return!1!==o&&y&&!n.get().length&&function(e){var t=e.filter((function(e){return i.get(e.id)}));t.length&&n.select(t)}(y),s=r,r=null,s}e.on("diagram.destroy",f),this.init=function(t,n,i,g){r&&f(!1),"string"==typeof n&&(g=i,i=n,n=null);var y,v,b,x,w,_=(g=L({},o,g||{})).data||{};x=g.trapClick?u:c,t?(y=Fo(t)||t,v=Uo(t),Ho(t),"dragstart"===y.type&&jc(y)):(y=null,v={x:0,y:0}),b=s(v),n||(n=b),w=function(e){return"undefined"!=typeof TouchEvent&&e instanceof TouchEvent}(y),r=L({prefix:i,data:_,payload:{},globalStart:v,displacement:ha(n,b),localStart:b,isTouch:w},g),g.manual||(w?(he.bind(document,"touchstart",d,!0),he.bind(document,"touchcancel",f,!0),he.bind(document,"touchmove",l,!0),he.bind(document,"touchend",c,!0)):(he.bind(document,"mousemove",l),he.bind(document,"dragstart",jc),he.bind(document,"selectstart",jc),he.bind(document,"mousedown",x,!0),he.bind(document,"mouseup",x,!0)),he.bind(document,"keyup",p),e.on("element.hover",h),e.on("element.out",m)),a("init"),g.autoActivate&&l(t,!0)},this.move=l,this.hover=h,this.out=m,this.end=c,this.cancel=f,this.context=function(){return r},this.setOptions=function(e){L(o,e)}}Ic.$inject=["eventBus","canvas","selection","elementRegistry"];var Lc={__depends__:[Nc,cs],dragging:["type",Ic]};function qc(e,t,n){this._canvas=n,this._opts=L({scrollThresholdIn:[20,20,20,20],scrollThresholdOut:[0,0,0,0],scrollRepeatTimeout:15,scrollStep:10},e);var i=this;t.on("drag.move",(function(e){var t=i._toBorderPoint(e);i.startScroll(t)})),t.on(["drag.cleanup"],(function(){i.stopScroll()}))}function zc(e,t,n){return t<e&&e<n}qc.$inject=["config.autoScroll","eventBus","canvas"],qc.prototype.startScroll=function(e){var t=this._canvas,n=this._opts,i=this,r=t.getContainer().getBoundingClientRect(),o=[e.x,e.y,r.width-e.x,r.height-e.y];this.stopScroll();for(var s=0,a=0,l=0;l<4;l++)zc(o[l],n.scrollThresholdOut[l],n.scrollThresholdIn[l])&&(0===l?s=n.scrollStep:1==l?a=n.scrollStep:2==l?s=-n.scrollStep:3==l&&(a=-n.scrollStep));0===s&&0===a||(t.scroll({dx:s,dy:a}),this._scrolling=setTimeout((function(){i.startScroll(e)}),n.scrollRepeatTimeout))},qc.prototype.stopScroll=function(){clearTimeout(this._scrolling)},qc.prototype.setOptions=function(e){this._opts=L({},this._opts,e)},qc.prototype._toBorderPoint=function(e){var t=this._canvas._container.getBoundingClientRect(),n=Uo(e.originalEvent);return{x:n.x-t.left,y:n.y-t.top}};var Vc={__depends__:[Lc],__init__:["autoScroll"],autoScroll:["type",qc]};function Fc(e){this._commandStack=e.get("commandStack",!1)}Fc.$inject=["injector"],Fc.prototype.allowed=function(e,t){var n=!0,i=this._commandStack;return i&&(n=i.canExecute(e,t)),void 0===n||n};var Hc={__init__:["rules"],rules:["type",Fc]},Uc=Math.round,Wc=Math.max;var Xc=10;function Qc(e,t){return function(e,t){var n,i;for(n=0;i=e[n];n++)if(Rt(i,t)<=Xc)return{point:e[n],bendpoint:!0,index:n};return null}(e,t)||function(e,t){var n,i,r=un(function(e,t){return[["M",e.x,e.y],["m",0,-t],["a",t,t,0,1,1,0,2*t],["a",t,t,0,1,1,0,-2*t],["z"]]}(t,Xc),(n=[],e.forEach((function(e,t){n.push([0===t?"M":"L",e.x,e.y])})),n)),o=r[0],s=r[r.length-1];return o?o!==s?o.segment2!==s.segment2?{point:e[i=Wc(o.segment2,s.segment2)-1],bendpoint:!0,index:i}:{point:{x:Uc(o.x+s.x)/2,y:Uc(o.y+s.y)/2},index:o.segment2}:{point:{x:Uc(o.x),y:Uc(o.y)},index:o.segment2}:null}(e,t)}function Gc(e){return Math.sqrt(Math.pow(e.x,2)+Math.pow(e.y,2))}function Kc(e){return Math.atan((e[1].y-e[0].y)/(e[1].x-e[0].x))}function Yc(e,t){var n=t[0],i=t[1],r={x:i.x-n.x,y:i.y-n.y},o=function(e,t,n){var i=[{n:e[0]-n[0],lambda:t[0]},{n:e[1]-n[1],lambda:t[1]}];return-(i[0].n*t[0]+i[1].n*t[1])/(i[0].lambda*t[0]+i[1].lambda*t[1])}([n.x,n.y],[r.x,r.y],[e.x,e.y]);return{x:n.x+o*r.x,y:n.y+o*r.y}}function Zc(e,t){var n=Yc(e,t);return Gc({x:n.x-e.x,y:n.y-e.y})}function Jc(e,t){return Gc({x:e.x-t.x,y:e.y-t.y})}var ep="djs-bendpoint",tp="djs-segment-dragger";function np(e,t,n){var i=function(e,t){var n,i=Uo(t),r=e._container.getBoundingClientRect();n={x:r.left,y:r.top};var o=e.viewbox();return{x:o.x+(i.x-n.x)/o.scale,y:o.y+(i.y-n.y)/o.scale}}(e,n);return Qc(t,i)}function ip(e,t){var n=Le("g");Me(n).add(ep),Pe(e,n);var i=Le("circle");Te(i,{cx:0,cy:0,r:4}),Me(i).add("djs-visual"),Pe(n,i);var r=Le("circle");return Te(r,{cx:0,cy:0,r:10}),Me(r).add("djs-hit"),Pe(n,r),t&&Me(n).add(t),n}function rp(e,t,n,i){var r=Le("g");Pe(e,r);var o=function(e,t,n){var i=t.x-e.x,r=t.y-e.y;return sp("h"===n?i:r)}(t,n,i),s=Le("rect");Te(s,{x:-9,y:-3,width:18,height:6}),Me(s).add("djs-visual"),Pe(r,s);var a=Le("rect");return Te(a,{x:-o/2,y:-8.5,width:o,height:17}),Me(a).add("djs-hit"),Pe(r,a),ii(r,"v"===i?90:0),r}function op(e,t,n){var i=Le("g"),r=It(t,n),o=Bt(t,n);return Pe(e,i),rp(i,t,n,o),Me(i).add(tp),Me(i).add("h"===o?"horizontal":"vertical"),ni(i,r.x,r.y),i}function sp(e){return Math.abs(Math.round(2*e/3))}function ap(e,t){var n=function(e,t){for(var n,i=t.waypoints,r=1/0,o=0;o<i.length-1;o++){var s=Zc(e,[i[o],i[o+1]]);s<r&&(r=s,n=o)}return[i[n],i[n+1]]}(e,t);return Yc(e,n)}function lp(e,t,n,i,r){function o(e,n){var o,s=n.waypoints,a=np(t,s,e);if(a)return o=function(e,t){var n,i,r=e.waypoints;return t.index<=0||t.bendpoint?null:(i=Bt((n={start:r[t.index-1],end:r[t.index]}).start,n.end))?sp("h"===i?n.end.x-n.start.x:n.end.y-n.start.y)/2:null}(n,a),!function(e,t,n){var i,r,o,s,a,l,c=e.index,p=e.point;return!(c<=0||e.bendpoint)&&(o=It(i=t[c-1],r=t[c]),s=Bt(i,r),a=Math.abs(p.x-o.x),l=Math.abs(p.y-o.y),s&&a<=n&&l<=n)}(a,s,o)?i.start(e,n,a.index,!a.bendpoint):r.start(e,n,a.index),!0}function s(e,t,i){he.bind(e,t,(function(e){n.triggerMouseEvent(t,e,i),e.stopPropagation()}))}function a(e,n){var i=t.getLayer("overlays"),r=we('.djs-bendpoints[data-element-id="'+Es(e.id)+'"]',i);return!r&&n&&(Te(r=Le("g"),{"data-element-id":e.id}),Me(r).add("djs-bendpoints"),Pe(i,r),s(r,"mousedown",e),s(r,"click",e),s(r,"dblclick",e)),r}function l(e,t){return we('.djs-segment-dragger[data-segment-idx="'+e+'"]',t)}function c(e,t){t.waypoints.forEach((function(t,n){var i=ip(e);Pe(e,i),ni(i,t.x,t.y)})),ip(e,"floating")}function p(e,t){for(var n,i,r,o=t.waypoints,a=1;a<o.length;a++)Bt(n=o[a-1],i=o[a])&&(Te(r=op(e,n,i),{"data-segment-idx":a}),s(r,"mousemove",t))}function u(e){var t=a(e);return t||(c(t=a(e,!0),e),p(t,e)),t}function d(e){var t=a(e);t&&(!function(e){b(_e("."+tp,e),(function(e){De(e)}))}(t),function(e){b(_e("."+ep,e),(function(e){De(e)}))}(t),p(t,e),c(t,e))}function h(e,t,n){var i,r,o=l(t.index,e),s=n[t.index-1],a=n[t.index],c=t.point,p=It(s,a),u=Bt(s,a);o&&(i=function(e){return we(".djs-visual",e)}(o),r={x:c.x-p.x,y:c.y-p.y},"v"===u&&(r={x:r.y,y:r.x}),ni(i,r.x,r.y))}e.on("connection.changed",(function(e){d(e.element)})),e.on("connection.remove",(function(e){var t=a(e.element);t&&De(t)})),e.on("element.marker.update",(function(e){var t,n=e.element;n.waypoints&&(t=u(n),e.add?Me(t).add(e.marker):Me(t).remove(e.marker))})),e.on("element.mousemove",(function(e){var n,i,r=e.element,o=r.waypoints;if(o){if(n=a(r,!0),!(i=np(t,o,e.originalEvent)))return;!function(e,t){var n=we(".floating",e),i=t.point;n&&ni(n,i.x,i.y)}(n,i),i.bendpoint||h(n,i,o)}})),e.on("element.mousedown",(function(e){if(Qo(e)){var t=e.originalEvent,n=e.element;if(n.waypoints)return o(t,n)}})),e.on("selection.changed",(function(e){var t=e.newSelection[0];t&&t.waypoints&&u(t)})),e.on("element.hover",(function(e){var t=e.element;t.waypoints&&(u(t),n.registerEvent(e.gfx,"mousemove","element.mousemove"))})),e.on("element.out",(function(e){n.unregisterEvent(e.gfx,"mousemove","element.mousemove")})),e.on("element.updateId",(function(e){var t=e.element,n=e.newId;if(t.waypoints){var i=a(t);i&&Te(i,{"data-element-id":n})}})),this.addHandles=u,this.updateHandles=d,this.getBendpointsContainer=a,this.getSegmentDragger=l}lp.$inject=["eventBus","canvas","interactionEvents","bendpointMove","connectionSegmentMove"];var cp=Math.round,pp="reconnectStart",up="reconnectEnd",dp="updateWaypoints";function hp(e,t,n,i,r,o){this._injector=e,this.start=function(e,t,o,s){var a,l=n.getGraphics(t),c=t.source,p=t.target,u=t.waypoints,d=(a=s||0!==o?s||o!==u.length-1?dp:up:pp)===dp?"connection.updateWaypoints":"connection.reconnect",h=r.allowed(d,{connection:t,source:c,target:p});!1===h&&(h=r.allowed(d,{connection:t,source:p,target:c})),!1!==h&&i.init(e,"bendpoint.move",{data:{connection:t,connectionGfx:l,context:{allowed:h,bendpointIndex:o,connection:t,source:c,target:p,insert:s,type:a}}})},t.on("bendpoint.move.hover",(function(e){var t,n=e.context,i=n.connection,o=i.source,s=i.target,a=e.hover,l=n.type;if(n.hover=a,a){var c=l===dp?"connection.updateWaypoints":"connection.reconnect";if(t=n.allowed=r.allowed(c,{connection:i,source:l===pp?a:o,target:l===up?a:s}))return n.source=l===pp?a:o,void(n.target=l===up?a:s);!1===t&&(t=n.allowed=r.allowed(c,{connection:i,source:l===up?a:s,target:l===pp?a:o})),t&&(n.source=l===up?a:s,n.target=l===pp?a:o)}})),t.on(["bendpoint.move.out","bendpoint.move.cleanup"],(function(e){var t=e.context,n=t.type;t.hover=null,t.source=null,t.target=null,n!==dp&&(t.allowed=!1)})),t.on("bendpoint.move.end",(function(e){var t=e.context,n=t.allowed,i=t.bendpointIndex,r=t.connection,s=t.insert,a=r.waypoints.slice(),l=t.source,c=t.target,p=t.type,u=t.hints||{},d={x:cp(e.x),y:cp(e.y)};if(!n)return!1;p===dp?(s?a.splice(i,0,d):a[i]=d,u.bendpointMove={insert:s,bendpointIndex:i},a=this.cropWaypoints(r,a),o.updateWaypoints(r,function(e){e=e.slice();for(var t,n,i,r=0;e[r];)t=e[r],n=e[r-1],0===Rt(t,i=e[r+1])||Dt(n,i,t)?e.splice(r,1):r++;return e}(a),u)):(p===pp?(u.docking="source",mp(t)&&(u.docking="target",u.newWaypoints=a.reverse())):p===up&&(u.docking="target",mp(t)&&(u.docking="source",u.newWaypoints=a.reverse())),o.reconnect(r,l,c,d,u))}),this)}function mp(e){var t=e.hover,n=e.source,i=e.target,r=e.type;return r===pp?t&&i&&t===i&&n!==i:r===up?t&&n&&t===n&&n!==i:void 0}hp.$inject=["injector","eventBus","canvas","dragging","rules","modeling"],hp.prototype.cropWaypoints=function(e,t){var n=this._injector.get("connectionDocking",!1);if(!n)return t;var i=e.waypoints;return e.waypoints=t,e.waypoints=n.getCroppedWaypoints(e),t=e.waypoints,e.waypoints=i,t};var fp="updateWaypoints",gp="connect-ok",yp="connect-not-ok",vp="connect-hover",bp="djs-updating",xp="djs-dragging";function wp(e,t,n,i){this._injector=t;var r=t.get("connectionPreview",!1);n.on("bendpoint.move.start",(function(e){var t=e.context,n=t.bendpointIndex,r=t.connection,o=t.insert,s=r.waypoints,a=s.slice();t.waypoints=s,o&&a.splice(n,0,{x:e.x,y:e.y}),r.waypoints=a,Me(t.draggerGfx=ip(i.getLayer("overlays"))).add("djs-dragging"),i.addMarker(r,xp),i.addMarker(r,bp)})),n.on("bendpoint.move.hover",(function(e){var t=e.context,n=t.allowed,r=t.hover,o=t.type;if(r){if(i.addMarker(r,vp),o===fp)return;n?(i.removeMarker(r,yp),i.addMarker(r,gp)):!1===n&&(i.removeMarker(r,gp),i.addMarker(r,yp))}})),n.on(["bendpoint.move.out","bendpoint.move.cleanup"],1100,(function(e){var t=e.context,n=t.hover,r=t.target;n&&(i.removeMarker(n,vp),i.removeMarker(n,r?gp:yp))})),n.on("bendpoint.move.move",(function(t){var n=t.context,i=n.allowed,o=n.bendpointIndex,s=n.draggerGfx,a=n.hover,l=n.type,c=n.connection,p=c.source,u=c.target,d=c.waypoints.slice(),h={x:t.x,y:t.y},m=n.hints||{},f={};r&&(m.connectionStart&&(f.connectionStart=m.connectionStart),m.connectionEnd&&(f.connectionEnd=m.connectionEnd),"reconnectStart"===l?mp(n)?(f.connectionEnd=f.connectionEnd||h,f.source=u,f.target=a||p,d=d.reverse()):(f.connectionStart=f.connectionStart||h,f.source=a||p,f.target=u):"reconnectEnd"===l?mp(n)?(f.connectionStart=f.connectionStart||h,f.source=a||u,f.target=p,d=d.reverse()):(f.connectionEnd=f.connectionEnd||h,f.source=p,f.target=a||u):(f.noCropping=!0,f.noLayout=!0,d[o]=h),l===fp&&(d=e.cropWaypoints(c,d)),f.waypoints=d,r.drawPreview(n,i,f)),ni(s,t.x,t.y)}),this),n.on(["bendpoint.move.end","bendpoint.move.cancel"],1100,(function(e){var t=e.context,n=t.connection,o=t.draggerGfx,s=t.hover,a=t.target,l=t.waypoints;n.waypoints=l,De(o),i.removeMarker(n,bp),i.removeMarker(n,xp),s&&(i.removeMarker(s,gp),i.removeMarker(s,a?gp:yp)),r&&r.cleanUp(t)}))}wp.$inject=["bendpointMove","injector","eventBus","canvas"];var _p="connect-hover",Ep="djs-updating";function Op(e,t,n){return Pp(e,t,e[t]+n)}function Pp(e,t,n){return{x:"x"===t?n:e.x,y:"y"===t?n:e.y}}function kp(e){return"x"===e?"y":"x"}function Sp(e,t,n){var i,r;return e.original?e.original:(i=Pn(t),Pp(e,r=kp(n),i[r]))}function Cp(e,t,n,i,r,o){var s=e.get("connectionDocking",!1);function a(e,t){if(!s)return t;var n,i=e.waypoints;return e.waypoints=t,n=s.getCroppedWaypoints(e),e.waypoints=i,n}function l(e){r.update("connection",e.connection,e.connectionGfx)}function c(e,t,n){var i=e.newWaypoints,r=function(e,t,n,i){var r=Math.max(t[i],n[i]),o=Math.min(t[i],n[i]);return Pp(t,i,Math.min(Math.max(o+20,e[i]),r-20))}(n,i[e.segmentStartIndex+t],i[e.segmentEndIndex+t],kp(e.axis));ni(e.draggerGfx,r.x,r.y)}this.start=function(e,t,r){var o,s,a,l,c=n.getGraphics(t),p=r-1,u=r,d=t.waypoints,h=d[p],m=d[u],f=np(n,d,e);(s=Bt(h,m))&&(a="v"===s?"x":"y",0===p&&(h=Sp(h,t.source,a)),u===d.length-1&&(m=Sp(m,t.target,a)),o={connection:t,segmentStartIndex:p,segmentEndIndex:u,segmentStart:h,segmentEnd:m,axis:a,dragPosition:l=f?f.point:{x:(h.x+m.x)/2,y:(h.y+m.y)/2}},i.init(e,l,"connectionSegment.move",{cursor:"x"===a?"resize-ew":"resize-ns",data:{connection:t,connectionGfx:c,context:o}}))},t.on("connectionSegment.move.start",(function(e){var t=e.context,i=e.connection,r=n.getLayer("overlays");t.originalWaypoints=i.waypoints.slice(),t.draggerGfx=op(r,t.segmentStart,t.segmentEnd),Me(t.draggerGfx).add("djs-dragging"),n.addMarker(i,Ep)})),t.on("connectionSegment.move.move",(function(e){var t,n,i=e.context,r=i.connection,o=i.segmentStartIndex,s=i.segmentEndIndex,p=i.segmentStart,u=i.segmentEnd,d=i.axis,h=i.originalWaypoints.slice(),m=Op(p,d,e["d"+d]),f=Op(u,d,e["d"+d]),g=h.length,y=0;h[o]=m,h[s]=f,o<2&&(t=kn(r.source,m),1===o?"intersect"===t&&(h.shift(),h[0]=m,y--):"intersect"!==t&&(h.unshift(p),y++)),s>g-3&&(n=kn(r.target,f),s===g-2?"intersect"===n&&(h.pop(),h[h.length-1]=f):"intersect"!==n&&h.push(u)),i.newWaypoints=r.waypoints=a(r,h),c(i,y,e),i.newSegmentStartIndex=o+y,l(e)})),t.on("connectionSegment.move.hover",(function(e){e.context.hover=e.hover,n.addMarker(e.hover,_p)})),t.on(["connectionSegment.move.out","connectionSegment.move.cleanup"],(function(e){var t=e.context.hover;t&&n.removeMarker(t,_p)})),t.on("connectionSegment.move.cleanup",(function(e){var t=e.context,i=t.connection;t.draggerGfx&&De(t.draggerGfx),n.removeMarker(i,Ep)})),t.on(["connectionSegment.move.cancel","connectionSegment.move.end"],(function(e){var t=e.context;t.connection.waypoints=t.originalWaypoints,l(e)})),t.on("connectionSegment.move.end",(function(e){var t=e.context,n=t.connection,i=t.newWaypoints,r=t.newSegmentStartIndex;i=i.map((function(e){return{original:e.original,x:Math.round(e.x),y:Math.round(e.y)}}));var s=function(e,t){var n=0,i=e.filter((function(i,r){return!Dt(e[r-1],e[r+1],i)||(n=r<=t?n-1:n,!1)}));return{waypoints:i,segmentOffset:n}}(i,r),l=a(n,s.waypoints),c=s.segmentOffset,p={segmentMove:{segmentStartIndex:t.segmentStartIndex,newSegmentStartIndex:r+c}};o.updateWaypoints(n,l,p)}))}Cp.$inject=["injector","eventBus","canvas","dragging","graphicsFactory","modeling"];var Tp=Math.abs,Ap=Math.round;function Mp(e){return{x:e.x,y:e.y}}function Rp(e){return{x:e.x+e.width,y:e.y+e.height}}function Dp(e,t){return!e||isNaN(e.x)||isNaN(e.y)?t:{x:Ap(e.x+e.width/2),y:Ap(e.y+e.height/2)}}function Np(e,t){var n=e.snapped;return!!n&&("string"==typeof t?n[t]:n.x&&n.y)}function Bp(e,t,n){if("string"!=typeof t)throw new Error("axis must be in [x, y]");if("number"!=typeof n&&!1!==n)throw new Error("value must be Number or false");var i,r=e[t],o=e.snapped=e.snapped||{};return!1===n?o[t]=!1:(o[t]=!0,i=n-r,e[t]+=i,e["d"+t]+=i),r}function $p(e){return e.children||[]}var jp=Math.abs,Ip=Math.round;function Lp(e){function t(e,t){if(c(e)){for(var n=e.length;n--;)if(jp(e[n]-t)<=10)return e[n]}else{var i=t%(e=+e);if(i<10)return t-i;if(i>e-10)return t-i+e}return t}function n(e,t){return e.waypoints?ap(t,e):e.width?{x:Ip(e.width/2+e.x),y:Ip(e.height/2+e.y)}:void 0}e.on("connectionSegment.move.move",1500,(function(e){var i,r,o=function(e){var t=e.context,i=t.snapPoints,r=t.connection,o=r.waypoints,s=t.segmentStart,a=t.segmentStartIndex,l=t.segmentEnd,c=t.segmentEndIndex,p=t.axis;if(i)return i;var u=[o[a-1],s,l,o[c+1]];return a<2&&u.unshift(n(r.source,e)),c>o.length-3&&u.unshift(n(r.target,e)),t.snapPoints=i={horizontal:[],vertical:[]},b(u,(function(e){e&&(e=e.original||e,"y"===p&&i.horizontal.push(e.y),"x"===p&&i.vertical.push(e.x))})),i}(e),s=e.x,a=e.y;if(o){var l=s-(i=t(o.vertical,s)),c=a-(r=t(o.horizontal,a));L(e,{dx:e.dx-l,dy:e.dy-c,x:i,y:r}),(l||-1!==o.vertical.indexOf(s))&&Bp(e,"x",i),(c||-1!==o.horizontal.indexOf(a))&&Bp(e,"y",r)}})),e.on(["connect.hover","connect.move","connect.end"],1500,(function(e){var t=e.context.hover,i=t&&n(t,e);vn(t)&&i&&i.x&&i.y&&(Bp(e,"x",i.x),Bp(e,"y",i.y))})),e.on(["bendpoint.move.move","bendpoint.move.end"],1500,(function(e){var i,r,o=e.context,s=function(e){var t=e.snapPoints,n=e.connection.waypoints,i=e.bendpointIndex;if(t)return t;var r=[n[i-1],n[i+1]];return e.snapPoints=t={horizontal:[],vertical:[]},b(r,(function(e){e&&(e=e.original||e,t.horizontal.push(e.y),t.vertical.push(e.x))})),t}(o),a=o.hover,l=a&&n(a,e),c=e.x,p=e.y;if(s){var u=c-(i=t(l?s.vertical.concat([l.x]):s.vertical,c)),d=p-(r=t(l?s.horizontal.concat([l.y]):s.horizontal,p));L(e,{dx:e.dx-u,dy:e.dy-d,x:e.x-u,y:e.y-d}),(u||-1!==s.vertical.indexOf(c))&&Bp(e,"x",i),(d||-1!==s.horizontal.indexOf(p))&&Bp(e,"y",r)}}))}Lp.$inject=["eventBus"];var qp={__depends__:[Lc,Hc],__init__:["bendpoints","bendpointSnapping","bendpointMovePreview"],bendpoints:["type",lp],bendpointMove:["type",hp],bendpointMovePreview:["type",wp],connectionSegmentMove:["type",Cp],bendpointSnapping:["type",Lp]};function zp(e,t,n,i){function r(e,t){return i.allowed("connection.create",{source:e,target:t})}e.on("connect.hover",(function(e){var t,n=e.context,i=n.start,o=e.hover;if(n.hover=o,!l(t=n.canExecute=r(i,o))){if(!1!==t)return n.source=i,void(n.target=o);l(t=n.canExecute=r(o,i))||!1!==t&&(n.source=o,n.target=i)}})),e.on(["connect.out","connect.cleanup"],(function(e){var t=e.context;t.hover=null,t.source=null,t.target=null,t.canExecute=!1})),e.on("connect.end",(function(e){var t=e.context,i=t.canExecute,r=t.connectionStart,o={x:e.x,y:e.y},s=t.source,a=t.target;if(!i)return!1;var l=null,c={connectionStart:Vp(t)?o:r,connectionEnd:Vp(t)?r:o};p(i)&&(l=i),t.connection=n.connect(s,a,l,c)})),this.start=function(e,n,i,r){p(i)||(r=i,i=Pn(n)),t.init(e,"connect",{autoActivate:r,data:{shape:n,context:{start:n,connectionStart:i}}})}}function Vp(e){var t=e.hover,n=e.source,i=e.target;return t&&n&&t===n&&n!==i}zp.$inject=["eventBus","dragging","modeling","rules"];var Fp="connect-ok",Hp="connect-not-ok";function Up(e,t,n){var i=e.get("connectionPreview",!1);i&&t.on("connect.move",(function(e){var t=e.context,n=t.canExecute,r=t.hover,o=t.source,s=t.start,a=t.startPosition,l=t.target,c=t.connectionStart||a,p=t.connectionEnd||{x:e.x,y:e.y},u=c,d=p;Vp(t)&&(u=p,d=c),i.drawPreview(t,n,{source:o||s,target:l||r,connectionStart:u,connectionEnd:d})})),t.on("connect.hover",900,(function(e){var t=e.context,i=e.hover,r=t.canExecute;null!==r&&n.addMarker(i,r?Fp:Hp)})),t.on(["connect.out","connect.cleanup"],1100,(function(e){var t=e.hover;t&&(n.removeMarker(t,Fp),n.removeMarker(t,Hp))})),i&&t.on("connect.cleanup",(function(e){i.cleanUp(e.context)}))}Up.$inject=["injector","eventBus","canvas"];var Wp={__depends__:[cs,Hc,Lc],__init__:["connectPreview"],connect:["type",zp],connectPreview:["type",Up]};function Xp(e,t,n,i){this._canvas=t,this._graphicsFactory=n,this._elementFactory=i,this._connectionDocking=e.get("connectionDocking",!1),this._layouter=e.get("layouter",!1)}Xp.$inject=["injector","canvas","graphicsFactory","elementFactory"],Xp.prototype.drawPreview=function(e,t,n){n=n||{};var i,r=e.connectionPreviewGfx,o=e.getConnection,s=n.source,a=n.target,l=n.waypoints,c=n.connectionStart,p=n.connectionEnd,u=n.noLayout,d=n.noCropping,h=n.noNoop,m=this;r||(r=e.connectionPreviewGfx=this.createConnectionPreviewGfx()),Ne(r),o||(o=e.getConnection=function(e){var t={};return function(n){var i=JSON.stringify(n),r=t[i];return r||(r=t[i]=e.apply(null,arguments)),r}}((function(e,t,n){return m.getConnection(e,t,n)}))),t&&(i=o(t,s,a)),i?(i.waypoints=l||[],this._layouter&&!u&&(i.waypoints=this._layouter.layoutConnection(i,{source:s,target:a,connectionStart:c,connectionEnd:p,waypoints:n.waypoints||i.waypoints})),i.waypoints&&i.waypoints.length||(i.waypoints=[s?Pn(s):c,a?Pn(a):p]),this._connectionDocking&&(s||a)&&!d&&(i.waypoints=this._connectionDocking.getCroppedWaypoints(i,s,a)),this._graphicsFactory.drawConnection(r,i,{stroke:"var(--element-dragger-color)"})):!h&&this.drawNoopPreview(r,n)},Xp.prototype.drawNoopPreview=function(e,t){var n=t.source,i=t.target,r=t.connectionStart||Pn(n),o=t.connectionEnd||Pn(i),s=this.cropWaypoints(r,o,n,i);Pe(e,this.createNoopConnection(s[0],s[1]))},Xp.prototype.cropWaypoints=function(e,t,n,i){var r=this._graphicsFactory,o=n&&r.getShapePath(n),s=i&&r.getShapePath(i),a=r.getConnectionPath({waypoints:[e,t]});return[e=n&&Sn(o,a,!0)||e,t=i&&Sn(s,a,!1)||t]},Xp.prototype.cleanUp=function(e){e&&e.connectionPreviewGfx&&De(e.connectionPreviewGfx)},Xp.prototype.getConnection=function(e){var t=function(e){return p(e)?e:{}}(e);return this._elementFactory.createConnection(t)},Xp.prototype.createConnectionPreviewGfx=function(){var e=Le("g");return Te(e,{pointerEvents:"none"}),Me(e).add("djs-dragger"),Pe(this._canvas.getActiveLayer(),e),e},Xp.prototype.createNoopConnection=function(e,t){return gt([e,t],{stroke:"#333",strokeDasharray:[1],strokeWidth:2,"pointer-events":"none"})};var Qp={__init__:["connectionPreview"],connectionPreview:["type",Xp]},Gp=["marker-start","marker-mid","marker-end"],Kp=["circle","ellipse","line","path","polygon","polyline","path","rect"];function Yp(e,t,n,i){this._elementRegistry=e,this._canvas=n,this._styles=i,this._clonedMarkers={};var r=this;t.on("drag.cleanup",(function(){r.cleanUp()}))}Yp.$inject=["elementRegistry","eventBus","canvas","styles"],Yp.prototype.cleanUp=function(){b(this._clonedMarkers,(function(e){De(e)})),this._clonedMarkers={}},Yp.prototype.getGfx=function(e){return this._elementRegistry.getGraphics(e)},Yp.prototype.addDragger=function(e,t,n,i="djs-dragger"){var r=Be(n=n||this.getGfx(e)),o=n.getBoundingClientRect();return this._cloneMarkers(ei(r),i),Te(r,this._styles.cls(i,[],{x:o.top,y:o.left})),Pe(t,r),Te(r,"data-preview-support-element-id",e.id),r},Yp.prototype.addFrame=function(e,t){var n=Le("rect",{class:"djs-resize-overlay",width:e.width,height:e.height,x:e.x,y:e.y});return Pe(t,n),Te(n,"data-preview-support-element-id",e.id),n},Yp.prototype._cloneMarkers=function(e,t="djs-dragger"){var n=this;if(e.childNodes)for(var i=0;i<e.childNodes.length;i++)n._cloneMarkers(e.childNodes[i],t);(function(e){return-1!==Kp.indexOf(e.nodeName)})(e)&&Gp.forEach((function(i){if(Te(e,i)){var r=function(e,t,n){var i=(r=Te(e,t),r.match(/url\(['"]?#([^'"]*)['"]?\)/)[1]);var r;return we("marker#"+i,n||document)}(e,i,n._canvas.getContainer());n._cloneMarker(e,r,i,t)}}))},Yp.prototype._cloneMarker=function(e,t,n,i="djs-dragger"){var r=t.id+"-"+i,o=this._clonedMarkers[r];if(!o){var s=r+"-clone";(o=Be(t)).id=s,Me(o).add(i),this._clonedMarkers[r]=o;var a=we("defs",this._canvas._svg);a||(a=Le("defs"),Pe(this._canvas._svg,a)),Pe(a,o)}var l=function(e){return"url(#"+e+")"}(this._clonedMarkers[r].id);Te(e,n,l)};var Zp={__init__:["previewSupport"],previewSupport:["type",Yp]};const Jp="complex-preview";class eu{constructor(e,t,n){this._canvas=e,this._graphicsFactory=t,this._previewSupport=n,this._markers=[]}create(e){this.cleanUp();const{created:t=[],moved:n=[],removed:i=[],resized:r=[]}=e,o=this._canvas.getLayer(Jp);t.filter((e=>!function(e){return e.hidden}(e))).forEach((e=>{let t;vn(e)?(t=this._graphicsFactory._createContainer("connection",Le("g")),this._graphicsFactory.drawConnection(ei(t),e)):(t=this._graphicsFactory._createContainer("shape",Le("g")),this._graphicsFactory.drawShape(ei(t),e),ni(t,e.x,e.y)),this._previewSupport.addDragger(e,o,t)})),n.forEach((({element:e,delta:t})=>{this._previewSupport.addDragger(e,o,void 0,"djs-dragging"),this._canvas.addMarker(e,"djs-element-hidden"),this._markers.push([e,"djs-element-hidden"]);const n=this._previewSupport.addDragger(e,o);vn(e)?ni(n,t.x,t.y):ni(n,e.x+t.x,e.y+t.y)})),i.forEach((e=>{this._previewSupport.addDragger(e,o,void 0,"djs-dragging"),this._canvas.addMarker(e,"djs-element-hidden"),this._markers.push([e,"djs-element-hidden"])})),r.forEach((({shape:e,bounds:t})=>{this._canvas.addMarker(e,"djs-hidden"),this._markers.push([e,"djs-hidden"]),this._previewSupport.addDragger(e,o,void 0,"djs-dragging");const n=this._graphicsFactory._createContainer("shape",Le("g"));this._graphicsFactory.drawShape(ei(n),e,{width:t.width,height:t.height}),ni(n,t.x,t.y),this._previewSupport.addDragger(e,o,n)}))}cleanUp(){Ne(this._canvas.getLayer(Jp)),this._markers.forEach((([e,t])=>this._canvas.removeMarker(e,t))),this._markers=[],this._previewSupport.cleanUp()}show(){this._canvas.showLayer(Jp)}hide(){this._canvas.hideLayer(Jp)}}eu.$inject=["canvas","graphicsFactory","previewSupport"];var tu={__depends__:[Zp],__init__:["complexPreview"],complexPreview:["type",eu]},nu=["top","bottom","left","right"],iu=10;function ru(e,t){function n(e){if(ro(e)){var n=function(e){var t=Pn(e.label),n=Pn(e),i=ou(n,t);if(r=i,-1===nu.indexOf(r))return;var r;var o=function(e){var t=Pn(e),n=[].concat(e.incoming.map((function(e){return e.waypoints[e.waypoints.length-2]})),e.outgoing.map((function(e){return e.waypoints[1]}))).map((function(e){return ou(t,e)}));return n}(e);if(e.host){var s=function(e){var t,n=e.host,i=Pn(e),r=kn(i,n);t=r.indexOf("-")>=0?r.split("-"):[r];var o=nu.filter((function(e){return-1===t.indexOf(e)}));return o}(e);o=o.concat(s)}var a=nu.filter((function(e){return-1===o.indexOf(e)}));if(-1!==a.indexOf(i))return;return a[0]}(e);n&&function(e,n){var i=Pn(e),r=e.label,o=Pn(r);if(!r.parent)return;var s,a=_n(e);switch(n){case"top":s={x:i.x,y:a.top-iu-r.height/2};break;case"left":s={x:a.left-iu-r.width/2,y:i.y};break;case"bottom":s={x:i.x,y:a.bottom+iu+r.height/2};break;case"right":s={x:a.right+iu+r.width/2,y:i.y}}var l=ha(s,o);t.moveShape(r,l)}(e,n)}}bs.call(this,e),this.postExecuted(["connection.create","connection.layout","connection.updateWaypoints"],(function(e){var t=e.context,i=t.connection,r=i.source,o=i.target;!1!==(t.hints||{}).createElementsBehavior&&(n(r),n(o))})),this.postExecuted(["label.create"],(function(e){var t=e.context,i=t.shape;!1!==(t.hints||{}).createElementsBehavior&&n(i.labelTarget)})),this.postExecuted(["elements.create"],(function(e){var t=e.context,i=t.elements;!1!==(t.hints||{}).createElementsBehavior&&i.forEach((function(e){n(e)}))}))}function ou(e,t){return kn(t,e,5)}function su(e){bs.call(this,e),this.preExecute("shape.append",(function(e){var t=e.source,n=e.shape;e.position||(Ar(n,"bpmn:TextAnnotation")?e.position={x:t.x+t.width/2+75,y:t.y-50-n.height/2}:e.position={x:t.x+t.width+80+n.width/2,y:t.y+t.height/2})}),!0)}function au(e,t){e.invoke(bs,this),this.postExecute("shape.move",(function(e){var n=e.newParent,i=e.shape;b(v(i.incoming.concat(i.outgoing),(function(e){return Ar(e,"bpmn:Association")})),(function(e){t.moveConnection(e,{x:0,y:0},n)}))}),!0)}e(ru,bs),ru.$inject=["eventBus","modeling"],e(su,bs),su.$inject=["eventBus"],e(au,bs),au.$inject=["injector","modeling"];function lu(e,t){t.invoke(bs,this),this._bpmnReplace=e;var n=this;this.postExecuted("elements.create",500,(function(e){var t=e.elements;1===(t=t.filter((function(e){return cu(e,e.host)}))).length&&t.map((function(e){return t.indexOf(e)})).forEach((function(i){var r=t[i];e.elements[i]=n._replaceShape(t[i],r)}))}),!0),this.preExecute("elements.move",500,(function(e){var t=e.shapes,i=e.newHost;if(1===t.length){var r=t[0];cu(r,i)&&(e.shapes=[n._replaceShape(r,i)])}}),!0)}function cu(e,t){return!bn(e)&&Mr(e,["bpmn:IntermediateThrowEvent","bpmn:IntermediateCatchEvent"])&&!!t}function pu(e,t){function n(e){return v(e.attachers,(function(e){return Ar(e,"bpmn:BoundaryEvent")}))}bs.call(this,e),this.postExecute("connection.create",(function(e){var i=e.context.source,r=e.context.target,o=n(r);Ar(i,"bpmn:EventBasedGateway")&&Ar(r,"bpmn:ReceiveTask")&&o.length>0&&t.removeElements(o)})),this.postExecute("connection.reconnect",(function(e){var i=e.context.oldSource,r=e.context.newSource;Ar(i,"bpmn:Gateway")&&Ar(r,"bpmn:EventBasedGateway")&&b(r.outgoing,(function(e){var i=e.target,r=n(i);Ar(i,"bpmn:ReceiveTask")&&r.length>0&&t.removeElements(r)}))}))}function uu(e,t,n){function i(e){t.updateProperties(e,{isForCompensation:!0})}function r(e){t.updateProperties(e,{isForCompensation:void 0})}bs.call(this,e),this.preExecute("shape.replace",(function(e){const{targetElement:n}=e.hints||{},{oldShape:i}=e;if(hu(e.oldShape)&&"bpmn:CompensateEventDefinition"!==n.eventDefinitionType||"bpmn:BoundaryEvent"!==n.type){const t=i.outgoing.find((({target:e})=>du(e)));t&&t.target&&(e._connectionTarget=t.target)}else if(!hu(e.oldShape)&&"bpmn:CompensateEventDefinition"===n.eventDefinitionType&&"bpmn:BoundaryEvent"===n.type){const n=i.outgoing.find((({target:e})=>mu(e)));n&&n.target&&(e._connectionTarget=n.target),function(e){const n=e.outgoing.filter((e=>Ar(e,"bpmn:SequenceFlow")));t.removeElements(n)}(i)}}),!0),this.postExecuted("shape.replace",(function(e){const{_connectionTarget:n,newShape:i}=e;n&&t.connect(i,n)}),!0),this.preExecute("connection.create",(function(e){const n=e.connection,r=e.source,o=e.target;hu(r)&&mu(o)&&(i(o),function(e,n){const i=e.outgoing.filter((e=>Ar(e,"bpmn:Association"))),r=i.filter((e=>du(e.target)&&!n.includes(e)));r.forEach((e=>t.removeConnection(e)))}(r,[n]))}),!0),this.postExecuted("connection.delete",(function(e){const t=e.source,n=e.target;hu(t)&&du(n)&&r(n)}),!0),this.postExecuted("connection.reconnect",(function(e){const t=e.newTarget,n=e.oldSource,o=e.oldTarget;if(o!==t){const e=n;du(o)&&r(o),hu(e)&&mu(t)&&i(t)}}),!0),this.postExecuted("element.updateProperties",(function(e){const{element:i}=e;du(i)?(function(e){for(const i of e.incoming)n.canConnect(i.source,e)||t.removeConnection(i);for(const i of e.outgoing)n.canConnect(e,i.target)||t.removeConnection(i)}(i),function(e){const n=e.attachers.slice();if(!n.length)return;t.removeElements(n)}(i)):mu(i)&&function(e){const n=e.incoming.filter((e=>hu(e.source)));t.removeElements(n)}(i)}),!0)}function du(e){const t=Rr(e);return t&&t.get("isForCompensation")}function hu(e){return e&&Ar(e,"bpmn:BoundaryEvent")&&eo(e,"bpmn:CompensateEventDefinition")}function mu(e){return e&&Ar(e,"bpmn:Activity")&&!Jr(e)}function fu(e){e.invoke(bs,this),this.preExecute("shape.create",1500,(function(e){var t=e.context,n=t.parent,i=t.shape;Ar(n,"bpmn:Lane")&&!Ar(i,"bpmn:Lane")&&(t.parent=Ec(n,"bpmn:Participant"))}))}function gu(e,t){bs.call(this,e),this.preExecute("shape.create",(function(e){var n=e.context.shape;if(Ar(n,"bpmn:DataObjectReference")&&"label"!==n.type){var i=t.create("bpmn:DataObject");n.businessObject.dataObjectRef=i}}))}lu.$inject=["bpmnReplace","injector"],e(lu,bs),lu.prototype._replaceShape=function(e,t){var n,i=(n=Rr(e).eventDefinitions)&&n[0],r={type:"bpmn:BoundaryEvent",host:t};return i&&(r.eventDefinitionType=i.$type),this._bpmnReplace.replaceElement(e,r,{layoutConnection:!1})},pu.$inject=["eventBus","modeling"],e(pu,bs),e(uu,bs),uu.$inject=["eventBus","modeling","bpmnRules"],fu.$inject=["injector"],e(fu,bs),gu.$inject=["eventBus","bpmnFactory"],e(gu,bs);var yu=20,vu=20,bu=30,xu=2e3;function wu(e,t,n){function i(){var t=e.getRootElement();return Ar(t,"bpmn:Collaboration")?t:n.makeCollaboration()}bs.call(this,t),t.on(["create.start","shape.move.start"],xu,(function(t){var n=t.context,i=n.shape,r=e.getRootElement();if(Ar(i,"bpmn:Participant")&&Ar(r,"bpmn:Process")&&r.children.length){var o=r.children.filter((function(e){return!Ar(e,"bpmn:Group")&&!bn(e)&&!vn(e)}));if(o.length){var s=Et(o),a=function(e,t){t={width:t.width+2*yu+bu,height:t.height+2*vu};var n=Math.max(e.width,t.width),i=Math.max(e.height,t.height);return{x:-n/2,y:-i/2,width:n,height:i}}(i,s);L(i,a),n.createConstraints=function(e,t){return t=_n(t),{bottom:t.top+e.height/2-vu,left:t.right-e.width/2+yu,top:t.bottom-e.height/2+vu,right:t.left+e.width/2-yu-bu}}(i,s)}}})),t.on("create.start",xu,(function(n){var i=n.context.shape,r=e.getRootElement(),o=e.getGraphics(r);function s(e){e.element=r,e.gfx=o}Ar(i,"bpmn:Participant")&&Ar(r,"bpmn:Process")&&(t.on("element.hover",xu,s),t.once("create.cleanup",(function(){t.off("element.hover",s)})))})),this.preExecute("elements.create",xu,(function(e){var t,n=e.elements,r=e.parent,o=function(e){return g(e,(function(e){return Ar(e,"bpmn:Participant")}))}(n);o&&Ar(r,"bpmn:Process")&&(e.parent=i(),(t=e.hints=e.hints||{}).participant=o,t.process=r,t.processRef=Rr(o).get("processRef"))}),!0),this.preExecute("shape.create",(function(e){var t=e.parent,n=e.shape;Ar(n,"bpmn:Participant")&&Ar(t,"bpmn:Process")&&(e.parent=i(),e.process=t,e.processRef=Rr(n).get("processRef"))}),!0),this.execute("shape.create",(function(e){var t=e.hints||{},n=e.process||t.process,i=e.shape,r=t.participant;!n||r&&i!==r||Rr(i).set("processRef",Rr(n))}),!0),this.revert("shape.create",(function(e){var t=e.hints||{},n=e.process||t.process,i=e.processRef||t.processRef,r=e.shape,o=t.participant;!n||o&&r!==o||Rr(r).set("processRef",i)}),!0),this.postExecute("shape.create",(function(e){var t=e.hints||{},i=e.process||e.hints.process,r=e.shape,o=t.participant;if(i){var s=i.children.slice();o?r===o&&n.moveElements(s,{x:0,y:0},o):n.moveElements(s,{x:0,y:0},r)}}),!0)}wu.$inject=["canvas","eventBus","modeling"],e(wu,bs);var _u="__targetRef_placeholder";function Eu(e,t){function n(e,n){var i=e.get("properties"),r=g(i,(function(e){return e.name===_u}));return!r&&n&&At(i,r=t.create("bpmn:Property",{name:_u})),r}function i(e,t){var i=n(e);i&&(function(e,t,n){return g(e.get("dataInputAssociations"),(function(e){return e!==n&&e.targetRef===t}))}(e,i,t)||Tt(e.get("properties"),i))}function r(e){var t,r=e.context,o=r.connection,s=o.businessObject,a=o.target,l=a&&a.businessObject,c=r.newTarget,p=c&&c.businessObject,u=r.oldTarget||r.target,d=u&&u.businessObject,h=o.businessObject;d&&d!==l&&i(d,s),p&&p!==l&&i(p,s),l?(t=n(l,!0),h.targetRef=t):h.targetRef=null}bs.call(this,e),this.executed(["connection.create","connection.delete","connection.move","connection.reconnect"],Ou(r)),this.reverted(["connection.create","connection.delete","connection.move","connection.reconnect"],Ou(r))}function Ou(e){return function(t){if(Ar(t.context.connection,"bpmn:DataInputAssociation"))return e(t)}}function Pu(e){this._bpmnUpdater=e}function ku(e,t,n,i){function r(e){return e.children.filter((function(e){return Ar(e,"bpmn:DataStoreReference")&&!e.labelTarget}))}function o(e,i){var r=e.businessObject||e;if(i=i||n.filter((function(e){return Ar(e,"bpmn:Participant")&&Rr(e).processRef}))[0]){var o=i.businessObject||i;t.execute("dataStore.updateContainment",{dataStoreBo:r,dataStoreDi:Dr(e),newSemanticParent:o.processRef||o,newDiParent:Dr(i)})}}bs.call(this,i),t.registerHandler("dataStore.updateContainment",Pu),this.preExecute("shape.create",(function(e){var t=e.context,n=t.shape;Ar(n,"bpmn:DataStoreReference")&&"label"!==n.type&&(t.hints||(t.hints={}),t.hints.autoResize=!1)})),this.preExecute("elements.move",(function(e){var t=e.context,n=t.shapes;n.filter((function(e){return Ar(e,"bpmn:DataStoreReference")})).length&&(t.hints||(t.hints={}),t.hints.autoResize=n.filter((function(e){return!Ar(e,"bpmn:DataStoreReference")})))})),this.postExecute("shape.create",(function(e){var t=e.context.shape,n=t.parent;Ar(t,"bpmn:DataStoreReference")&&"label"!==t.type&&Ar(n,"bpmn:Collaboration")&&o(t)})),this.postExecute("shape.move",(function(e){var t=e.context,n=t.shape,i=t.oldParent,r=n.parent;Ar(i,"bpmn:Collaboration")||Ar(n,"bpmn:DataStoreReference")&&"label"!==n.type&&Ar(r,"bpmn:Collaboration")&&o(n,Ar(i,"bpmn:Participant")?i:function(e,t){for(;e.parent;){if(Ar(e.parent,t))return e.parent;e=e.parent}}(i,"bpmn:Participant"))})),this.postExecute("shape.delete",(function(t){var n=t.context.shape,i=e.getRootElement();Mr(n,["bpmn:Participant","bpmn:SubProcess"])&&Ar(i,"bpmn:Collaboration")&&r(i).filter((function(e){return function(e,t){var n=e.businessObject||e,i=t.businessObject||t;for(;n.$parent;){if(n.$parent===i.processRef||i)return!0;n=n.$parent}return!1}(e,n)})).forEach((function(e){o(e)}))})),this.postExecute("canvas.updateRoot",(function(e){var t=e.context,n=t.oldRoot,i=t.newRoot;r(n).forEach((function(e){Ar(i,"bpmn:Process")&&o(e,i)}))}))}Eu.$inject=["eventBus","bpmnFactory"],e(Eu,bs),Pu.$inject=["bpmnUpdater"],Pu.prototype.execute=function(e){var t=e.dataStoreBo,n=e.dataStoreDi,i=e.newSemanticParent,r=e.newDiParent;return e.oldSemanticParent=t.$parent,e.oldDiParent=n.$parent,this._bpmnUpdater.updateSemanticParent(t,i),this._bpmnUpdater.updateDiParent(n,r),[]},Pu.prototype.revert=function(e){var t=e.dataStoreBo,n=e.dataStoreDi,i=e.oldSemanticParent,r=e.oldDiParent;return this._bpmnUpdater.updateSemanticParent(t,i),this._bpmnUpdater.updateDiParent(n,r),[]},ku.$inject=["canvas","commandStack","elementRegistry","eventBus"],e(ku,bs);var Su=Math.max,Cu=Math.min,Tu=20;function Au(e,t){return{top:e.top-t.top,right:e.right-t.right,bottom:e.bottom-t.bottom,left:e.left-t.left}}function Mu(e,t,n){var i=t[e],r=n.min&&n.min[e],o=n.max&&n.max[e];return u(r)&&(i=(/top|left/.test(e)?Cu:Su)(i,r)),u(o)&&(i=(/top|left/.test(e)?Su:Cu)(i,o)),i}function Ru(e,t){return void 0!==e?e:Tu}function Du(e){return!e.waypoints&&"label"!==e.type}function Nu(e,t){var n;if((n=void 0===e.length?v(e.children,Du):e).length)return function(e,t){var n,i,r,o;return"object"==typeof t?(n=Ru(t.left),i=Ru(t.right),r=Ru(t.top),o=Ru(t.bottom)):n=i=r=o=Ru(t),{x:e.x-n,y:e.y-r,width:e.width+n+i,height:e.height+r+o}}(Et(n),t)}var Bu=Math.abs;var $u=["bpmn:Participant","bpmn:Process","bpmn:SubProcess"],ju=30;function Iu(e,t){return t=t||[],e.children.filter((function(e){Ar(e,"bpmn:Lane")&&(Iu(e,t),t.push(e))})),t}function Lu(e){return e.children.filter((function(e){return Ar(e,"bpmn:Lane")}))}function qu(e){return Ec(e,$u)||e}function zu(e,t){var n=qu(e),i=Iu(n,Ar(n,"bpmn:Process")?[]:[n]),r=_n(e),o=_n(t),s=function(e,t){return Au(_n(t),_n(e))}(e,t),a=[];return i.forEach((function(t){if(t!==e){var n,i,l=0,c=s.right,p=0,u=s.left,d=_n(t);s.top&&(Bu(d.bottom-r.top)<10&&(p=o.top-d.bottom),Bu(d.top-r.top)<5&&(l=o.top-d.top)),s.bottom&&(Bu(d.top-r.bottom)<10&&(l=o.bottom-d.top),Bu(d.bottom-r.bottom)<5&&(p=o.bottom-d.bottom)),(l||c||p||u)&&a.push({shape:t,newBounds:(n=t,i={top:l,right:c,bottom:p,left:u},{x:n.x+(i.left||0),y:n.y+(i.top||0),width:n.width-(i.left||0)+(i.right||0),height:n.height-(i.top||0)+(i.bottom||0)})})}})),a}function Vu(e,t){bs.call(this,e),this.postExecuted("shape.delete",500,(function(e){var n=e.context,i=n.hints,r=n.shape,o=n.oldParent;Ar(r,"bpmn:Lane")&&(i&&i.nested||function(e,n){var i,r,o,s=Lu(n),a=[],l=[];wt(s,(function(t){return t.y>e.y?l.push(t):a.push(t),t.children})),s.length&&(i=l.length&&a.length?e.height/2:e.height,a.length&&(r=t.calculateAdjustments(a,"y",i,e.y-10),t.makeSpace(r.movingShapes,r.resizingShapes,{x:0,y:i},"s")),l.length&&(o=t.calculateAdjustments(l,"y",-i,e.y+e.height+10),t.makeSpace(o.movingShapes,o.resizingShapes,{x:0,y:-i},"n")))}(r,o))}))}Vu.$inject=["eventBus","spaceTool"],e(Vu,bs);function Fu(e,t){t.invoke(bs,this),this._bpmnReplace=e;var n=this;this.postExecuted("elements.create",500,(function(e){var t=e.elements;t.filter((function(e){return Hu(e,e.host)})).map((function(e){return t.indexOf(e)})).forEach((function(i){e.elements[i]=n._replaceShape(t[i])}))}),!0),this.preExecute("elements.move",500,(function(e){var t=e.shapes,i=e.newHost;t.forEach((function(e,r){var o,s=e.host;Hu(e,(o=s,-1!==t.indexOf(o)?s:i))&&(t[r]=n._replaceShape(e))}))}),!0)}function Hu(e,t){return!bn(e)&&Ar(e,"bpmn:BoundaryEvent")&&!t}function Uu(e,t,n){function i(e,i,r){var o,s,a,l,c,p,d,h,m=i.waypoints,f=e.outgoing.slice(),g=e.incoming.slice(),y=Qc(m,h=u(r.width)?Pn(r):r);if(y){if(o=m.slice(0,y.index),s=m.slice(y.index+(y.bendpoint?1:0)),!o.length||!s.length)return;a=y.bendpoint?m[y.index]:h,1!==o.length&&Wu(e,o[o.length-1])||o.push(Xu(a)),1!==s.length&&Wu(e,s[0])||s.unshift(Xu(a))}l=i.source,c=i.target,t.canConnect(l,e,i)&&(n.reconnectEnd(i,e,o||h),p=i),t.canConnect(e,c,i)&&(p?d=n.connect(e,c,{type:i.type,waypoints:s}):(n.reconnectStart(i,e,s||h),d=i));var b=[].concat(p&&v(g,(function(e){return e.source===p.source}))||[],d&&v(f,(function(e){return e.target===d.target}))||[]);b.length&&n.removeElements(b)}bs.call(this,e),this.preExecute("elements.move",(function(e){var n=e.newParent,i=e.shapes,r=e.delta,o=i[0];if(o&&n){n&&n.waypoints&&(e.newParent=n=n.parent);var s=Pn(o),a={x:s.x+r.x,y:s.y+r.y},l=g(n.children,(function(e){return t.canInsert(i,e)&&Qc(e.waypoints,a)}));l&&(e.targetFlow=l,e.position=a)}}),!0),this.postExecuted("elements.move",(function(e){var t=e.shapes,n=e.targetFlow,r=e.position;n&&i(t[0],n,r)}),!0),this.preExecute("shape.create",(function(e){var n=e.parent,i=e.shape;t.canInsert(i,n)&&(e.targetFlow=n,e.parent=n.parent)}),!0),this.postExecuted("shape.create",(function(e){var t=e.shape,n=e.targetFlow,r=e.position;n&&i(t,n,r)}),!0)}function Wu(e,t){var n=t.x,i=t.y;return n>=e.x&&n<=e.x+e.width&&i>=e.y&&i<=e.y+e.height}function Xu(e){return L({},e)}function Qu(e,t){bs.call(this,e),this.preExecuted("connection.create",(function(e){var n=e.context,i=n.connection,r=n.source,o=n.target,s=n.hints;if((!s||!1!==s.createElementsBehavior)&&Gu(i)){(Ar(r,"bpmn:EventBasedGateway")?o.incoming.filter((e=>e!==i&&Gu(e))):o.incoming.filter((e=>e!==i&&Gu(e)&&Ar(e.source,"bpmn:EventBasedGateway")))).forEach((function(e){t.removeConnection(e)}))}})),this.preExecuted("shape.replace",(function(e){var n=e.context.newShape;Ar(n,"bpmn:EventBasedGateway")&&n.outgoing.filter(Gu).reduce((function(e,t){return e.includes(t.target)?e:e.concat(t.target)}),[]).forEach((function(e){e.incoming.filter(Gu).forEach((function(i){const r=e.incoming.filter(Gu).filter((function(e){return e.source===n}));(i.source!==n||r.length>1)&&t.removeConnection(i)}))}))}))}function Gu(e){return Ar(e,"bpmn:SequenceFlow")}Fu.$inject=["bpmnReplace","injector"],e(Fu,bs),Fu.prototype._replaceShape=function(e){var t,n,i=(n=Rr(e).eventDefinitions)&&n[0];return t=i?{type:"bpmn:IntermediateCatchEvent",eventDefinitionType:i.$type}:{type:"bpmn:IntermediateThrowEvent"},this._bpmnReplace.replaceElement(e,t,{layoutConnection:!1})},e(Uu,bs),Uu.$inject=["eventBus","bpmnRules","modeling"],Qu.$inject=["eventBus","modeling"],e(Qu,bs);var Ku=1500;function Yu(e,t,n){t.on(["create.hover","create.move","create.out","create.end","shape.move.hover","shape.move.move","shape.move.out","shape.move.end"],Ku,(function(t){var i=t.context.shape||t.shape,r=t.hover;Ar(r,"bpmn:Lane")&&!Mr(i,["bpmn:Lane","bpmn:Participant"])&&(t.hover=qu(r),t.hoverGfx=e.getGraphics(t.hover));var o=n.getRootElement();r!==o&&(i.labelTarget||Ar(i,"bpmn:Group"))&&(t.hover=o,t.hoverGfx=e.getGraphics(t.hover))})),t.on(["connect.hover","connect.out","connect.end","connect.cleanup","global-connect.hover","global-connect.out","global-connect.end","global-connect.cleanup"],Ku,(function(t){var n=t.hover;Ar(n,"bpmn:Lane")&&(t.hover=qu(n)||n,t.hoverGfx=e.getGraphics(t.hover))})),t.on(["bendpoint.move.hover"],Ku,(function(t){var n=t.context,i=t.hover,r=n.type;Ar(i,"bpmn:Lane")&&/reconnect/.test(r)&&(t.hover=qu(i)||i,t.hoverGfx=e.getGraphics(t.hover))})),t.on(["connect.start"],Ku,(function(e){var t=e.context,n=t.start;Ar(n,"bpmn:Lane")&&(t.start=qu(n)||n)})),t.on("shape.move.start",2e3,(function(e){var t=e.shape;Ar(t,"bpmn:Lane")&&(e.shape=qu(t)||t)})),t.on("spaceTool.move",2e3,(function(e){var t=e.hover;t&&Ar(t,"bpmn:Lane")&&(e.hover=qu(t))}))}Yu.$inject=["elementRegistry","eventBus","canvas"];function Zu(e,t,n,i,r,o){function s(e,t,i){var r=n.filter((function(e){return Ar(e,"bpmn:Group")})).filter((function(e){return e.businessObject!==i}));t&&!function(e,t){return e.some((function(e){var n=Rr(e);return(n.categoryValueRef&&n.categoryValueRef.$parent)===t}))}(r,t)&&function(e){var t=e.$parent;t&&(Tt(t.get("rootElements"),e),e.$parent=null)}(t),e&&!function(e,t){return e.some((function(e){return Rr(e).categoryValueRef===t}))}(r,e)&&function(e){var t=e.$parent;t&&(Tt(t.get("categoryValue"),e),e.$parent=null)}(e)}function a(e,n){return function(e,t,n){return At(t.get("categoryValue"),e),e.$parent=t,At(n.get("rootElements"),t),t.$parent=n,e}(e,n,t.getDefinitions())}function l(n,i){var r=Rr(n),o=r.categoryValueRef;o||(o=r.categoryValueRef=i.categoryValue=i.categoryValue||function(e){return e.create("bpmn:CategoryValue")}(e));var s=o.$parent;s||(s=o.$parent=i.category=i.category||function(e){return e.create("bpmn:Category")}(e)),a(o,s,t.getDefinitions())}function c(e,t){var n=t.category,i=t.categoryValue,r=Rr(e);i?(r.categoryValueRef=null,s(i,n,r)):s(null,r.categoryValueRef.$parent,r)}function p(t,n){var i=e.create(t.$type);return o.copyElement(t,i,null,n)}r.invoke(bs,this),this.execute("label.create",(function(e){var t=e.context,n=t.labelTarget;Ar(n,"bpmn:Group")&&l(n,t)})),this.revert("label.create",(function(e){var t=e.context,n=t.labelTarget;Ar(n,"bpmn:Group")&&c(n,t)})),this.execute("shape.delete",(function(e){var t=e.context,n=t.shape,i=Rr(n);if(Ar(n,"bpmn:Group")&&!n.labelTarget){var r=t.categoryValue=i.categoryValueRef;r&&(s(r,t.category=r.$parent,i),i.categoryValueRef=null)}})),this.reverted("shape.delete",(function(e){var t=e.context,n=t.shape;if(Ar(n,"bpmn:Group")&&!n.labelTarget){var i=t.category,r=t.categoryValue,o=Rr(n);r&&(o.categoryValueRef=r,a(r,i))}})),this.execute("shape.create",(function(e){var t=e.context,n=t.shape;Ar(n,"bpmn:Group")&&!n.labelTarget&&Rr(n).categoryValueRef&&l(n,t)})),this.reverted("shape.create",(function(e){var t=e.context,n=t.shape;Ar(n,"bpmn:Group")&&!n.labelTarget&&Rr(n).categoryValueRef&&c(n,t)})),i.on("copyPaste.copyElement",770,(function(e){var t=e.descriptor,n=e.element;if(Ar(n,"bpmn:Group")&&!n.labelTarget){var i=Rr(n);if(i.categoryValueRef){var r=i.categoryValueRef;t.categoryValue=p(r,!0),r.$parent&&(t.category=p(r.$parent,!0))}}})),i.on("copyPaste.pasteElement",770,(function(e){var t=e.descriptor,n=t.businessObject,i=t.categoryValue,r=t.category;i&&(i=n.categoryValueRef=p(i)),r&&(i.$parent=p(r)),delete t.category,delete t.categoryValue}))}function Ju(e,t,n,i){var r,o,s,a;return 0==(r=(i.y-n.y)*(t.x-e.x)-(i.x-n.x)*(t.y-e.y))?null:(o=e.y-n.y,s=e.x-n.x,a=((i.x-n.x)*o-(i.y-n.y)*s)/r,{x:Math.round(e.x+a*(t.x-e.x)),y:Math.round(e.y+a*(t.y-e.y))})}function ed(e){function t(e,t,n){var i,r={x:n.x,y:n.y-50},o={x:n.x-50,y:n.y},s=Ju(e,t,n,r),a=Ju(e,t,n,o);i=s&&a?td(s,n)>td(a,n)?a:s:s||a,e.original=i}e.on("bpmnElement.added",(function(e){var n,i,r=e.element;r.waypoints&&(t((i=(n=r).waypoints)[0],i[1],Pn(n.source)),t(i[i.length-1],i[i.length-2],Pn(n.target)))}))}function td(e,t){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))}function nd(e){bs.call(this,e);var t=["bpmn:Participant","bpmn:Lane"];this.executed(["shape.move","shape.create","shape.resize"],(function(e){var n=e.context.shape,i=Rr(n),r=Dr(n);if(Mr(i,t)){var o=r.get("isHorizontal");void 0===o&&(o=!0),r.set("isHorizontal",o)}}))}Zu.$inject=["bpmnFactory","bpmnjs","elementRegistry","eventBus","injector","moddleCopy"],e(Zu,bs),ed.$inject=["eventBus"],nd.$inject=["eventBus"],e(nd,bs);var id=Math.sqrt,rd=Math.min,od=Math.max,sd=Math.abs;function ad(e){return Math.pow(e,2)}function ld(e,t){return id(ad(e.x-t.x)+ad(e.y-t.y))}function cd(e,t,n,i){var r=t.x-e.x,o=t.y-e.y,s=n.x-e.x,a=n.y-e.y,l=r*r+o*o,c=(r*s+o*a)/l,p=c*c-(s*s+a*a-i*i)/l;if(p<0&&p>-1e-6&&(p=0),p<0)return[];var u=id(p),d=-c+u,h=-c-u,m={x:e.x-r*d,y:e.y-o*d};return 0===p?[m]:[m,{x:e.x-r*h,y:e.y-o*h}].filter((function(n){return function(e,t,n){return pd(e.x,t.x,n.x)&&pd(e.y,t.y,n.y)}(n,e,t)}))}function pd(e,t,n){return e>=rd(t,n)-ud&&e<=od(t,n)+ud}var ud=.1;function dd(e,t){return sd(e.x-t.x)<=ud&&sd(e.y-t.y)<=ud}function hd(e,t,n,i){var r=0,o=0,s={point:e,delta:{x:0,y:0}},a=function(e,t){var n,i,r,o,s,a,l,c,p,u,d,h,m=0;for(m=0;m<t.length-1;m++){if(dd(n=t[m],i=t[m+1])?a=[n]:(r=ld(e,n),o=ld(e,i),a=cd(n,i,e,rd(r,o))),a.length<1)throw new Error("expected between [1, 2] circle -> line intersections");1===a.length&&(l={type:"bendpoint",position:a[0],segmentIndex:m,bendpointIndex:dd(n,a[0])?m:m+1}),2===a.length&&(d=a[0],h=a[1],l={type:"segment",position:s={x:(d.x+h.x)/2,y:(d.y+h.y)/2},segmentIndex:m,relativeLocation:ld(n,s)/ld(n,i)}),c=ld(l.position,e),(!u||p>c)&&(u=l,p=c)}return u}(e,n),l=a.segmentIndex,c=function(e,t,n,i){var r=n.segmentIndex,o=t.length-e.length;if(i.segmentMove){var s=i.segmentMove.segmentStartIndex,a=i.segmentMove.newSegmentStartIndex;return r===s?a:r>=a?r+o<a?a:r+o:r}if(i.bendpointMove){var l,c=i.bendpointMove.insert,p=i.bendpointMove.bendpointIndex;return 0===o?r:(r>=p&&(l=c?r+1:r-1),r<p&&(l=r,c&&"bendpoint"!==n.type&&p-1===r&&md(t,p)<n.relativeLocation&&l++),l)}return 0===o?r:i.connectionStart&&0===r?0:i.connectionEnd&&r===e.length-2?t.length-2:Math.floor((t.length-2)/2)}(n,t,a,i);if(c<0||c>t.length-2||null===c)return s;var p,u,d=fd(n,l),h=fd(t,c),m=a.position,f=function(e,t){var n=Jc(e[0],e[1]),i=Jc(e[0],t);return 0===n?0:i/n}(d,m),g=(p=h,u=Kc(d),Kc(p)-u);if("bendpoint"===a.type){var y=t.length-n.length,v=a.bendpointIndex,b=n[v];if(-1!==t.indexOf(b))return s;if(0===y){var x=t[v];return{delta:{x:r=x.x-a.position.x,y:o=x.y-a.position.y},point:{x:e.x+r,y:e.y+o}}}y<0&&0!==v&&v<n.length-1&&(f=md(n,v))}var w,_,E={x:(h[1].x-h[0].x)*f+h[0].x,y:(h[1].y-h[0].y)*f+h[0].y},O=(w={x:e.x-m.x,y:e.y-m.y},(_=g)?{x:Math.cos(_)*w.x-Math.sin(_)*w.y,y:Math.sin(_)*w.x+Math.cos(_)*w.y}:w);return r=E.x+O.x-e.x,o=E.y+O.y-e.y,{point:wn(E),delta:wn({x:r,y:o})}}function md(e,t){var n=Jc(e[t-1],e[t]);return n/(n+Jc(e[t],e[t+1]))}function fd(e,t){return[e[t],e[t+1]]}function gd(e,t,n){var i=da(t),r=da(n),o=ha(e,i),s=o.x*(n.width/t.width),a=o.y*(n.height/t.height);return wn({x:r.x+s,y:r.y+a})}function yd(e,t,n){var i=da(e),r=da(t),o=da(n),s=ha(e,i),a=ha(i,r),l=function(e,t,n){var i=_n(t),r=_n(n);if(function(e,t){return function(e,t){return e.right!==t.right&&e.left!==t.left}(e,t)||function(e,t){return e.top!==t.top&&e.bottom!==t.bottom}(e,t)}(i,r))return null;var o,s,a,l=kn(t,e);if("top"===l)o={x:0,y:r.bottom-i.bottom};else if("bottom"===l)o={x:0,y:r.top-i.top};else if("right"===l)o={x:r.left-i.left,y:0};else{if("left"!==l)return null;o={x:r.right-i.right,y:0}}if(s={x:e.x+o.x,y:e.y+o.y},a=kn(n,s),a!==l)return null;return o}(i,t,n);if(l)return l;var c=a.x*(n.width/t.width),p=a.y*(n.height/t.height),u=o.x+c,d=o.y+p;return wn({x:u+s.x-e.x,y:d+s.y-e.y})}var vd="name",bd="text";function xd(e,t,n,i){function r(e){var n=e.context,r=n.element,o=n.properties;if(vd in o&&t.updateLabel(r,o[vd]),bd in o&&Ar(r,"bpmn:TextAnnotation")){var s=i.getTextAnnotationBounds({x:r.x,y:r.y,width:r.width,height:r.height},o[bd]||"");t.updateLabel(r,o.text,s)}}function o(e){var t=e.context,n=t.connection,i=n.label,r=L({},t.hints),o=t.newWaypoints||n.waypoints,s=t.oldWaypoints;return void 0===r.startChanged&&(r.startChanged=!!r.connectionStart),void 0===r.endChanged&&(r.endChanged=!!r.connectionEnd),function(e,t,n,i){return hd(Pn(e),t,n,i).delta}(i,o,s,r)}bs.call(this,e),this.postExecute("element.updateProperties",r),this.postExecute("element.updateModdleProperties",(e=>{Rr(e.context.element)===e.context.moddleElement&&r(e)})),this.postExecute(["shape.create","connection.create"],(function(e){var n=e.context;if(!1!==(n.hints||{}).createElementsBehavior){var i=n.shape||n.connection;!bn(i)&&io(i)&&lo(i)&&t.updateLabel(i,lo(i))}})),this.postExecute("shape.delete",(function(e){var n=e.context,i=n.labelTarget,r=n.hints||{};i&&!1!==r.unsetLabel&&t.updateLabel(i,null,null,{removeShape:!1})})),this.postExecute(["connection.layout","connection.updateWaypoints"],(function(e){var n=e.context;if(!1!==(n.hints||{}).labelBehavior){var i,r=n.connection.label;r&&r.parent&&(i=o(e),t.moveShape(r,i))}})),this.postExecute(["shape.replace"],(function(e){var t=e.context,n=t.newShape,i=t.oldShape,r=Rr(n);r&&io(r)&&i.label&&n.label&&(n.label.x=i.label.x,n.label.y=i.label.y)})),this.postExecute("shape.resize",(function(e){var n,i=e.context,r=i.shape,o=i.newBounds,s=i.oldBounds;if(ro(r)){var a=r.label,l=function(e,t){if(!t.length)return;var n=function(e,t){var n=t.map((function(t){return{line:t,distance:Zc(e,t)}}));return M(n,"distance")[0].line}(e,t);return Yc(e,n)}(Pn(a),[[{x:(n=s).x,y:n.y},{x:n.x+(n.width||0),y:n.y}],[{x:n.x+(n.width||0),y:n.y},{x:n.x+(n.width||0),y:n.y+(n.height||0)}],[{x:n.x,y:n.y+(n.height||0)},{x:n.x+(n.width||0),y:n.y+(n.height||0)}],[{x:n.x,y:n.y},{x:n.x,y:n.y+(n.height||0)}]]),c=wd(l,s,o);t.moveShape(a,c)}}))}function wd(e,t,n){return wn(ha(gd(e,t,n),e))}function _d(e,t){function n(e,t){var n=e.context,i=n.connection,r=L({},n.hints),o=n.newWaypoints||i.waypoints,s=n.oldWaypoints;return void 0===r.startChanged&&(r.startChanged=!!r.connectionStart),void 0===r.endChanged&&(r.endChanged=!!r.connectionEnd),function(e,t,n,i){return hd(e,t,n,i).point}(t,o,s,r)}bs.call(this,e),this.postExecute(["connection.layout","connection.updateWaypoints"],(function(e){var i=e.context.connection,r=i.outgoing;i.incoming.forEach((function(i){var r=i.waypoints[i.waypoints.length-1],o=n(e,r),s=[].concat(i.waypoints.slice(0,-1),[o]);t.updateWaypoints(i,s)})),r.forEach((function(i){var r=i.waypoints[0],o=n(e,r),s=[].concat([o],i.waypoints.slice(1));t.updateWaypoints(i,s)}))})),this.postExecute(["connection.move"],(function(e){var n=e.context,i=n.connection,r=i.outgoing,o=i.incoming,s=n.delta;o.forEach((function(e){var n=e.waypoints[e.waypoints.length-1],i={x:n.x+s.x,y:n.y+s.y},r=[].concat(e.waypoints.slice(0,-1),[i]);t.updateWaypoints(e,r)})),r.forEach((function(e){var n=e.waypoints[0],i={x:n.x+s.x,y:n.y+s.y},r=[].concat([i],e.waypoints.slice(1));t.updateWaypoints(e,r)}))}))}function Ed(e,t,n){var i=Cd(e),r=Td(i,t),o=i[0];return r.length?r[r.length-1]:gd(o.original||o,n,t)}function Od(e,t,n){var i=Cd(e),r=Td(i,t),o=i[i.length-1];return r.length?r[0]:gd(o.original||o,n,t)}function Pd(e,t,n){var i=Cd(e),r=Sd(t,n),o=i[0];return gd(o.original||o,r,t)}function kd(e,t,n){var i=Cd(e),r=Sd(t,n),o=i[i.length-1];return gd(o.original||o,r,t)}function Sd(e,t){return{x:e.x-t.x,y:e.y-t.y,width:e.width,height:e.height}}function Cd(e){var t=e.waypoints;if(!t.length)throw new Error("connection#"+e.id+": no waypoints");return t}function Td(e,t){return v(O(e,Ad),(function(e){return function(e,t){return"intersect"===kn(t,e,1)}(e,t)}))}function Ad(e){return e.original||e}function Md(e,t){bs.call(this,e),this.postExecute("shape.replace",(function(e){var n=e.oldShape,i=e.newShape;if(function(e,t){return Ar(e,"bpmn:Participant")&&Kr(e)&&Ar(t,"bpmn:Participant")&&!Kr(t)}(n,i)){var r,o,s,a,l=(o=_t([r=n],!1),s=[],a=[],o.forEach((function(e){e!==r&&(e.incoming.forEach((function(e){Ar(e,"bpmn:MessageFlow")&&s.push(e)})),e.outgoing.forEach((function(e){Ar(e,"bpmn:MessageFlow")&&a.push(e)})))}),[]),{incoming:s,outgoing:a});l.incoming.forEach((function(e){var r=Od(e,i,n);t.reconnectEnd(e,i,r)})),l.outgoing.forEach((function(e){var r=Ed(e,i,n);t.reconnectStart(e,i,r)}))}}),!0)}e(xd,bs),xd.$inject=["eventBus","modeling","bpmnFactory","textRenderer"],e(_d,bs),_d.$inject=["eventBus","modeling"],Md.$inject=["eventBus","modeling"],e(Md,bs);const Rd=["bpmn:MessageEventDefinition","bpmn:TimerEventDefinition","bpmn:EscalationEventDefinition","bpmn:ConditionalEventDefinition","bpmn:SignalEventDefinition"];function Dd(e){const t=Rr(e);if(!(Ar(t,"bpmn:BoundaryEvent")||Ar(t,"bpmn:StartEvent")&&Jr(t.$parent)))return!1;const n=t.get("eventDefinitions");return!(!n||!n.length)&&Rd.some((e=>Ar(n[0],e)))}function Nd(e){return Ar(e,"bpmn:BoundaryEvent")?"cancelActivity":"isInterrupting"}function Bd(e,t){e.invoke(bs,this),this.postExecuted("shape.replace",(function(e){const n=e.context.oldShape,i=e.context.newShape,r=e.context.hints;if(!Dd(i))return;const o=Nd(i);if(r.targetElement&&void 0!==r.targetElement[o])return;const s=Rr(n).get(o);s!==Rr(i).get(o)&&t.updateProperties(i,{[o]:s})}))}function $d(e,t){bs.call(this,e),this.preExecute("shape.resize",(function(e){var n=e.shape,i=Dr(n),r=i&&i.get("label");r&&r.get("bounds")&&t.updateModdleProperties(n,r,{bounds:void 0})}),!0)}function jd(e,t,n){bs.call(this,e),this.preExecute("shape.delete",(function(e){var i=e.context.shape;if(1===i.incoming.length&&1===i.outgoing.length){var r=i.incoming[0],o=i.outgoing[0];if(Ar(r,"bpmn:SequenceFlow")&&Ar(o,"bpmn:SequenceFlow")&&t.canConnect(r.source,o.target,r)){var s=function(e,t){var n=Ju(Id(e[e.length-2]),Id(e[e.length-1]),Id(t[1]),Id(t[0]));return n?[].concat(e.slice(0,e.length-1),[n],t.slice(1)):[Id(e[0]),Id(t[t.length-1])]}(r.waypoints,o.waypoints);n.reconnectEnd(r,o.target,s)}}}))}function Id(e){return e.original||e}function Ld(e,t){bs.call(this,e),this.preExecute("shape.delete",(function(e){var t=e.shape,n=t.parent;Ar(t,"bpmn:Participant")&&(e.collaborationRoot=n)}),!0),this.postExecute("shape.delete",(function(e){var n=e.collaborationRoot;n&&!n.businessObject.participants.length&&t.makeProcess()}),!0)}function qd(e,t,n,i){bs.call(this,e);var r=i.get("dragging",!1);function o(e){var i,r,o=e.source,s=e.target;e.parent&&(Ar(e,"bpmn:SequenceFlow")&&(n.canConnectSequenceFlow(o,s)||(r=!0),n.canConnectMessageFlow(o,s)&&(i="bpmn:MessageFlow")),Ar(e,"bpmn:MessageFlow")&&(n.canConnectMessageFlow(o,s)||(r=!0),n.canConnectSequenceFlow(o,s)&&(i="bpmn:SequenceFlow")),r&&t.removeConnection(e),i&&t.connect(o,s,{type:i,waypoints:e.waypoints.slice()}))}this.postExecuted("elements.move",(function(e){b(e.closure.allConnections,o)}),!0),this.preExecute("connection.reconnect",(function(e){var i,o,s=e.context,a=s.connection,l=s.newSource||a.source,c=s.newTarget||a.target;(i=n.canConnect(l,c))&&i.type!==a.type&&(o=t.connect(l,c,{type:i.type,associationDirection:i.associationDirection,waypoints:a.waypoints.slice()}),a.parent&&t.removeConnection(a),s.connection=o,r&&function(e,t){var n,i=r.context(),o=i&&i.payload.previousSelection;if(!o||!o.length)return;if(n=o.indexOf(e),-1===n)return;o.splice(n,1,t)}(a,o))})),this.postExecuted("element.updateProperties",(function(e){var n,i=e.context,r=i.properties,o=i.element,s=o.businessObject;r.default&&(n=g(o.outgoing,R({id:o.businessObject.default.id})))&&t.updateProperties(n,{conditionExpression:void 0}),r.conditionExpression&&s.sourceRef.default===s&&t.updateProperties(o.source,{default:void 0})}))}function zd(e,t,n,i,r,o){i.invoke(bs,this),this._bpmnReplace=e,this._elementRegistry=n,this._selection=o,this.postExecuted(["elements.create"],500,(function(e){var n=e.context,i=n.parent,r=n.elements,o=w(r,(function(e,n){var r=t.canReplace([n],n.host||n.parent||i);return r?e.concat(r.replacements):e}),[]);o.length&&this._replaceElements(r,o)}),this),this.postExecuted(["elements.move"],500,(function(e){var n=e.context,i=n.newParent,r=n.newHost,o=[];b(n.closure.topLevel,(function(e){o=Jr(e)?o.concat(e.children):o.concat(e)})),1===o.length&&r&&(i=r);var s=t.canReplace(o,i);s&&this._replaceElements(o,s.replacements,r)}),this),this.postExecute(["shape.replace"],1500,(function(e){var n,i=e.context,r=i.oldShape,o=i.newShape,s=r.attachers;s&&s.length&&(n=t.canReplace(s,o),this._replaceElements(s,n.replacements))}),this),this.postExecuted(["shape.replace"],1500,(function(e){var t=e.context,n=t.oldShape,i=t.newShape;r.unclaimId(n.businessObject.id,n.businessObject),r.updateProperties(i,{id:n.id})}))}Bd.$inject=["injector","modeling"],e(Bd,bs),e($d,bs),$d.$inject=["eventBus","modeling"],e(jd,bs),jd.$inject=["eventBus","bpmnRules","modeling"],Ld.$inject=["eventBus","modeling"],e(Ld,bs),e(qd,bs),qd.$inject=["eventBus","modeling","bpmnRules","injector"],e(zd,bs),zd.prototype._replaceElements=function(e,t){var n=this._elementRegistry,i=this._bpmnReplace,r=this._selection;b(t,(function(t){var r={type:t.newElementType},o=n.get(t.oldElementId),s=e.indexOf(o);e[s]=i.replaceElement(o,r,{select:!1})})),t&&r.select(e)},zd.$inject=["bpmnReplace","bpmnRules","elementRegistry","injector","modeling","selection"];var Vd={width:140,height:120},Fd={width:300,height:60},Hd={width:300,height:150},Ud={width:140,height:120},Wd={width:50,height:30};function Xd(e){e.on("resize.start",1500,(function(e){var t=e.context,n=t.shape,i=t.direction,r=t.balanced;(Ar(n,"bpmn:Lane")||Ar(n,"bpmn:Participant"))&&(t.resizeConstraints=function(e,t,n){var i=qu(e),r=!0,o=!0,s=Iu(i,[i]),a=_n(e),l={},c={};/e/.test(t)?c.right=a.left+Fd.width:/w/.test(t)&&(c.left=a.right-Fd.width);s.forEach((function(e){var i=_n(e);/n/.test(t)&&(i.top<a.top-10&&(r=!1),n&&Qd(a.top-i.bottom)<10&&Jd(l,"top",i.top+Fd.height),Qd(a.top-i.top)<5&&Zd(c,"top",i.bottom-Fd.height)),/s/.test(t)&&(i.bottom>a.bottom+10&&(o=!1),n&&Qd(a.bottom-i.top)<10&&Zd(l,"bottom",i.bottom-Fd.height),Qd(a.bottom-i.bottom)<5&&Jd(c,"bottom",i.top+Fd.height))}));var p=i.children.filter((function(e){return!e.hidden&&!e.waypoints&&(Ar(e,"bpmn:FlowElement")||Ar(e,"bpmn:Artifact"))}));return p.forEach((function(e){var n=_n(e);r&&/n/.test(t)&&Zd(c,"top",n.top-nh),/e/.test(t)&&Jd(c,"right",n.right+eh),o&&/s/.test(t)&&Jd(c,"bottom",n.bottom+ih),/w/.test(t)&&Zd(c,"left",n.left-th)})),{min:c,max:l}}(n,i,r)),Ar(n,"bpmn:Participant")&&(t.minDimensions=Hd),Ar(n,"bpmn:SubProcess")&&Kr(n)&&(t.minDimensions=Ud),Ar(n,"bpmn:TextAnnotation")&&(t.minDimensions=Wd)}))}Xd.$inject=["eventBus"];var Qd=Math.abs,Gd=Math.min,Kd=Math.max;function Yd(e,t,n,i){var r=e[t];e[t]=void 0===r?n:i(n,r)}function Zd(e,t,n){return Yd(e,t,n,Gd)}function Jd(e,t,n){return Yd(e,t,n,Kd)}var eh=20,th=50,nh=20,ih=20;function rh(e,t){e.on("resize.start",1501,(function(e){var t=e.context,n=t.shape;(Ar(n,"bpmn:Lane")||Ar(n,"bpmn:Participant"))&&(t.balanced=!Go(e))})),e.on("resize.end",1001,(function(e){var n=e.context,i=n.shape,r=n.canExecute,o=n.newBounds;if(Ar(i,"bpmn:Lane")||Ar(i,"bpmn:Participant"))return r&&(o=xn(o),t.resizeLane(i,o,n.balanced)),!1}))}rh.$inject=["eventBus","modeling"];function oh(e,t,n,i,r){function o(e){return Mr(e,["bpmn:ReceiveTask","bpmn:SendTask"])||function(e,t){c(t)||(t=[t]);return E(t,(function(t){return eo(e,t)}))}(e,["bpmn:ErrorEventDefinition","bpmn:EscalationEventDefinition","bpmn:MessageEventDefinition","bpmn:SignalEventDefinition"])}function s(t){return!!g(e.getDefinitions().get("rootElements"),R({id:t.id}))}function a(e){return Ar(e,"bpmn:ErrorEventDefinition")?"errorRef":Ar(e,"bpmn:EscalationEventDefinition")?"escalationRef":Ar(e,"bpmn:MessageEventDefinition")?"messageRef":Ar(e,"bpmn:SignalEventDefinition")?"signalRef":void 0}function l(e){if(Mr(e,["bpmn:ReceiveTask","bpmn:SendTask"]))return e.get("messageRef");var t=e.get("eventDefinitions")[0];return t.get(a(t))}n.invoke(bs,this),this.executed(["shape.create","element.updateProperties","element.updateModdleProperties"],(function(t){var n=t.shape||t.element;if(o(n)){var i=l(Rr(n));i&&!s(i)&&(At(e.getDefinitions().get("rootElements"),i),t.addedRootElement=i)}}),!0),this.reverted(["shape.create","element.updateProperties","element.updateModdleProperties"],(function(t){var n=t.addedRootElement;n&&Tt(e.getDefinitions().get("rootElements"),n)}),!0),t.on("copyPaste.copyElement",(function(e){var t=e.descriptor,n=e.element;if(!n.labelTarget&&o(n)){var i=l(Rr(n));i&&(t.referencedRootElement=i)}})),t.on("copyPaste.pasteElement",500,(function(e){var t=e.descriptor,n=t.businessObject,o=t.referencedRootElement;o&&(s(o)||(o=i.copyElement(o,r.create(o.$type))),function(e,t){if(Mr(e,["bpmn:ReceiveTask","bpmn:SendTask"]))return e.set("messageRef",t);var n=e.get("eventDefinitions")[0];n.set(a(n),t)}(n,o),delete t.referencedRootElement)}))}oh.$inject=["bpmnjs","eventBus","injector","moddleCopy","bpmnFactory"],e(oh,bs);var sh=Math.max;function ah(e){e.on("spaceTool.getMinDimensions",(function(e){var t=e.shapes,n=e.axis,i=e.start,r={};return b(t,(function(e){var t=e.id;Ar(e,"bpmn:Participant")&&(!function(e){return"x"===e}(n)?r[t]={width:Hd.width,height:lh(e,i)}:r[t]=Hd),Ar(e,"bpmn:SubProcess")&&Kr(e)&&(r[t]=Ud),Ar(e,"bpmn:TextAnnotation")&&(r[t]=Wd),Ar(e,"bpmn:Group")&&(r[t]=Vd)})),r}))}function lh(e,t){var n;return Lu(e).length?(n=function(e,t){var n,i=Lu(e);return n=ch(i,t),e.height-n.height+Fd.height}(e,t),sh(Hd.height,n)):Hd.height}function ch(e,t){var n,i,r;for(n=0;n<e.length;n++)if(t>=(i=e[n]).y&&t<=i.y+i.height)return(r=Lu(i)).length?ch(r,t):i}ah.$inject=["eventBus"];var ph=180,uh=160;function dh(e,t,n,i,r,o,s){bs.call(this,t),this._canvas=e,this._eventBus=t,this._modeling=n,this._elementFactory=i,this._bpmnFactory=r,this._bpmnjs=o,this._elementRegistry=s;var a=this;function l(e){return Ar(e,"bpmn:SubProcess")&&!Kr(e)}function c(t){var n=t.shape,i=t.newRootElement,r=Rr(n);i=a._addDiagram(i||r),t.newRootElement=e.addRootElement(i)}function p(t){var n=Rr(t.shape);a._removeDiagram(n);var i=t.newRootElement=s.get(Cs(n));e.removeRootElement(i)}this.executed("shape.create",(function(e){l(e.shape)&&c(e)}),!0),this.postExecuted("shape.create",(function(e){var t=e.shape,n=e.newRootElement;n&&t.children&&(a._showRecursively(t.children),a._moveChildrenToShape(t,n))}),!0),this.reverted("shape.create",(function(e){l(e.shape)&&p(e)}),!0),this.preExecuted("shape.delete",(function(e){var t=e.shape;if(l(t)){var i=s.get(Cs(t));i&&n.removeElements(i.children.slice())}}),!0),this.executed("shape.delete",(function(e){l(e.shape)&&p(e)}),!0),this.reverted("shape.delete",(function(e){l(e.shape)&&c(e)}),!0),this.preExecuted("shape.replace",(function(t){var n=t.oldShape,i=t.newShape;l(n)&&l(i)&&(t.oldRoot=e.removeRootElement(Cs(n)))}),!0),this.postExecuted("shape.replace",(function(t){var i=t.newShape,r=t.oldRoot,o=e.findRoot(Cs(i));if(r&&o){var s=r.children;n.moveElements(s,{x:0,y:0},o)}}),!0),this.executed("element.updateProperties",(function(e){var t=e.element;if(Ar(t,"bpmn:SubProcess")){var n=e.properties,i=e.oldProperties.id,r=n.id;if(i!==r){if(As(t))return s.updateId(t,Ts(r)),void s.updateId(i,r);s.get(Ts(i))&&s.updateId(Ts(i),Ts(r))}}}),!0),this.reverted("element.updateProperties",(function(e){var t=e.element;if(Ar(t,"bpmn:SubProcess")){var n=e.properties,i=e.oldProperties.id,r=n.id;if(i!==r){if(As(t))return s.updateId(t,Ts(i)),void s.updateId(r,i);var o=s.get(Ts(r));o&&s.updateId(o,Ts(i))}}}),!0),t.on("element.changed",(function(e){var n=e.element;if(As(n)){var i=n,r=s.get(Ss(i));r&&r!==i&&t.fire("element.changed",{element:r})}})),this.executed("shape.toggleCollapse",400,(function(e){var t=e.shape;Ar(t,"bpmn:SubProcess")&&(Kr(t)?p(e):(c(e),a._showRecursively(t.children)))}),!0),this.reverted("shape.toggleCollapse",400,(function(e){var t=e.shape;Ar(t,"bpmn:SubProcess")&&(Kr(t)?p(e):(c(e),a._showRecursively(t.children)))}),!0),this.postExecuted("shape.toggleCollapse",600,(function(e){var t=e.shape;if(Ar(t,"bpmn:SubProcess")){var n=e.newRootElement;n&&(Kr(t)?a._moveChildrenToShape(n,t):a._moveChildrenToShape(t,n))}}),!0),t.on("copyPaste.createTree",(function(e){var t=e.element,n=e.children;if(l(t)){var i=Cs(t),r=s.get(i);r&&n.push.apply(n,r.children)}})),t.on("copyPaste.copyElement",(function(e){var t=e.descriptor,n=e.element,i=e.elements,r=n.parent;if(Ar(Dr(r),"bpmndi:BPMNPlane")){var o=Ss(r),s=g(i,(function(e){return e.id===o}));s&&(t.parent=s.id)}})),t.on("copyPaste.pasteElement",(function(e){var t=e.descriptor;t.parent&&(l(t.parent)||t.parent.hidden)&&(t.hidden=!0)}))}function hh(e,t){e.invoke(bs,this),this.postExecuted("shape.replace",(function(e){var n=e.context.oldShape,i=e.context.newShape;if(Ar(i,"bpmn:SubProcess")&&(Ar(n,"bpmn:Task")||Ar(n,"bpmn:CallActivity"))&&Kr(i)){var r,o={x:(r=i).x+r.width/6,y:r.y+r.height/2};t.createShape({type:"bpmn:StartEvent"},o,i)}}))}function mh(e,t){bs.call(this,e),this.postExecuted("shape.toggleCollapse",1500,(function(e){var n=e.shape;if(!Kr(n)){var i=_t(n);i.forEach((function(e){var t=e.incoming.slice(),n=e.outgoing.slice();b(t,(function(e){r(e,!0)})),b(n,(function(e){r(e,!1)}))}))}function r(e,r){-1!==i.indexOf(e.source)&&-1!==i.indexOf(e.target)||(r?t.reconnectEnd(e,n,Pn(n)):t.reconnectStart(e,n,Pn(n)))}}),!0)}e(dh,bs),dh.prototype._moveChildrenToShape=function(e,t){var n,i=this._modeling,r=e.children;if(r){var o=(r=r.concat(r.reduce((function(t,n){return n.label&&n.label.parent!==e?t.concat(n.label):t}),[]))).filter((function(e){return!e.hidden}));if(o.length){var s=Et(o);if(t.x){var a=Pn(t),l=Pn(s);n={x:a.x-l.x,y:a.y-l.y}}else n={x:ph-s.x,y:uh-s.y};i.moveElements(r,n,t,{autoResize:!1})}else i.moveElements(r,{x:0,y:0},t,{autoResize:!1})}},dh.prototype._showRecursively=function(e,t){var n=this,i=[];return e.forEach((function(e){e.hidden=!!t,i=i.concat(e),e.children&&(i=i.concat(n._showRecursively(e.children,e.collapsed||t)))})),i},dh.prototype._addDiagram=function(e){var t=this._bpmnjs.getDefinitions().diagrams;return e.businessObject||(e=this._createNewDiagram(e)),t.push(e.di.$parent),e},dh.prototype._createNewDiagram=function(e){var t=this._bpmnFactory,n=this._elementFactory,i=t.create("bpmndi:BPMNPlane",{bpmnElement:e}),r=t.create("bpmndi:BPMNDiagram",{plane:i});return i.$parent=r,n.createRoot({id:Cs(e),type:e.$type,di:i,businessObject:e,collapsed:!0})},dh.prototype._removeDiagram=function(e){var t=this._bpmnjs.getDefinitions().diagrams,n=g(t,(function(t){return t.plane.bpmnElement.id===e.id}));return t.splice(t.indexOf(n),1),n},dh.$inject=["canvas","eventBus","modeling","elementFactory","bpmnFactory","bpmnjs","elementRegistry"],hh.$inject=["injector","modeling"],e(hh,bs),e(mh,bs),mh.$inject=["eventBus","modeling"];function fh(e,t,n){bs.call(this,e),this.executed(["shape.toggleCollapse"],500,(function(e){var t,n=e.context.shape;Ar(n,"bpmn:SubProcess")&&(n.collapsed?Dr(n).isExpanded=!1:((t=n.children).length&&t.forEach((function(e){"label"!==e.type||e.businessObject.name||(e.hidden=!0)})),Dr(n).isExpanded=!0))})),this.reverted(["shape.toggleCollapse"],500,(function(e){var t=e.context.shape;t.collapsed?Dr(t).isExpanded=!1:Dr(t).isExpanded=!0})),this.postExecuted(["shape.toggleCollapse"],500,(function(e){var i,r=e.context.shape,o=t.getDefaultSize(r);i=r.collapsed?function(e,t){return{x:e.x+(e.width-t.width)/2,y:e.y+(e.height-t.height)/2,width:t.width,height:t.height}}(r,o):function(e,t){var n,i,r,o=e.children,s=t;return n=(r=o,r.filter((function(e){return!e.hidden}))).concat([e]),(i=Nu(n))?(s.width=Math.max(i.width,s.width),s.height=Math.max(i.height,s.height),s.x=i.x+(i.width-s.width)/2,s.y=i.y+(i.height-s.height)/2):(s.x=e.x+(e.width-s.width)/2,s.y=e.y+(e.height-s.height)/2),s}(r,o),n.resizeShape(r,i,null,{autoResize:!r.collapsed&&"nwse"})}))}function gh(e,t,n,i){t.invoke(bs,this),this.preExecute("shape.delete",(function(e){var t=e.context.shape,r=t.businessObject;bn(t)||(Ar(t,"bpmn:Participant")&&Kr(t)&&n.ids.unclaim(r.processRef.id),i.unclaimId(r.id,r))})),this.preExecute("connection.delete",(function(e){var t=e.context.connection.businessObject;i.unclaimId(t.id,t)})),this.preExecute("canvas.updateRoot",(function(){var t=e.getRootElement(),i=t.businessObject;Ar(t,"bpmn:Collaboration")&&n.ids.unclaim(i.id)}))}function yh(e,t){bs.call(this,e),this.preExecute("connection.delete",(function(e){var n=e.context.connection,i=n.source;(function(e,t){if(!Ar(e,"bpmn:SequenceFlow"))return!1;var n=Rr(t),i=Rr(e);return n.get("default")===i})(n,i)&&t.updateProperties(i,{default:null})}))}e(fh,bs),fh.$inject=["eventBus","elementFactory","modeling"],e(gh,bs),gh.$inject=["canvas","injector","moddle","modeling"],e(yh,bs),yh.$inject=["eventBus","modeling"];function vh(e,t,n){var i;function r(){if(!i)throw new Error(n("out of bounds release"));return i}bs.call(this,e);var o=["spaceTool","lane.add","lane.resize","lane.split","elements.create","elements.delete","elements.move","shape.create","shape.delete","shape.move","shape.resize"];this.preExecute(o,5e3,(function(e){(i=i||new bh).enter()})),this.postExecuted(o,500,(function(e){!function(){if(!i)throw new Error(n("out of bounds release"));var e=i.leave();e&&(t.updateLaneRefs(i.flowNodes,i.lanes),i=null)}()})),this.preExecute(["shape.create","shape.move","shape.delete","shape.resize"],(function(e){var t=e.context.shape,n=r();t.labelTarget||(Ar(t,"bpmn:Lane")&&n.addLane(t),Ar(t,"bpmn:FlowNode")&&n.addFlowNode(t))}))}function bh(){this.flowNodes=[],this.lanes=[],this.counter=0,this.addLane=function(e){this.lanes.push(e)},this.addFlowNode=function(e){this.flowNodes.push(e)},this.enter=function(){this.counter++},this.leave=function(){return this.counter--,!this.counter}}vh.$inject=["eventBus","modeling","translate"],e(vh,bs);var xh={__init__:["adaptiveLabelPositioningBehavior","appendBehavior","associationBehavior","attachEventBehavior","boundaryEventBehavior","compensateBoundaryEventBehaviour","createBehavior","createDataObjectBehavior","createParticipantBehavior","dataInputAssociationBehavior","dataStoreBehavior","deleteLaneBehavior","detachEventBehavior","dropOnFlowBehavior","eventBasedGatewayBehavior","fixHoverBehavior","groupBehavior","importDockingFix","isHorizontalFix","labelBehavior","layoutConnectionBehavior","messageFlowBehavior","nonInterruptingBehavior","removeElementBehavior","removeEmbeddedLabelBoundsBehavior","removeParticipantBehavior","replaceConnectionBehavior","replaceElementBehaviour","resizeBehavior","resizeLaneBehavior","rootElementReferenceBehavior","spaceToolBehavior","subProcessPlaneBehavior","subProcessStartEventBehavior","toggleCollapseConnectionBehaviour","toggleElementCollapseBehaviour","unclaimIdBehavior","updateFlowNodeRefsBehavior","unsetDefaultFlowBehavior"],adaptiveLabelPositioningBehavior:["type",ru],appendBehavior:["type",su],associationBehavior:["type",au],attachEventBehavior:["type",lu],boundaryEventBehavior:["type",pu],compensateBoundaryEventBehaviour:["type",uu],createBehavior:["type",fu],createDataObjectBehavior:["type",gu],createParticipantBehavior:["type",wu],dataInputAssociationBehavior:["type",Eu],dataStoreBehavior:["type",ku],deleteLaneBehavior:["type",Vu],detachEventBehavior:["type",Fu],dropOnFlowBehavior:["type",Uu],eventBasedGatewayBehavior:["type",Qu],fixHoverBehavior:["type",Yu],groupBehavior:["type",Zu],importDockingFix:["type",ed],isHorizontalFix:["type",nd],labelBehavior:["type",xd],layoutConnectionBehavior:["type",_d],messageFlowBehavior:["type",Md],nonInterruptingBehavior:["type",Bd],removeElementBehavior:["type",jd],removeEmbeddedLabelBoundsBehavior:["type",$d],removeParticipantBehavior:["type",Ld],replaceConnectionBehavior:["type",qd],replaceElementBehaviour:["type",zd],resizeBehavior:["type",Xd],resizeLaneBehavior:["type",rh],rootElementReferenceBehavior:["type",oh],spaceToolBehavior:["type",ah],subProcessPlaneBehavior:["type",dh],subProcessStartEventBehavior:["type",hh],toggleCollapseConnectionBehaviour:["type",mh],toggleElementCollapseBehaviour:["type",fh],unclaimIdBehavior:["type",gh],unsetDefaultFlowBehavior:["type",yh],updateFlowNodeRefsBehavior:["type",vh]};function wh(e,t){var n=kn(e,t,-15);return"intersect"!==n?n:null}function _h(e){cc.call(this,e)}function Eh(e){return!e||bn(e)}function Oh(e){do{if(Ar(e,"bpmn:Process"))return Rr(e);if(Ar(e,"bpmn:Participant"))return Rr(e).processRef||Rr(e)}while(e=e.parent)}function Ph(e){return Ar(e,"bpmn:TextAnnotation")}function kh(e){return Ar(e,"bpmn:Group")&&!e.labelTarget}function Sh(e){return Ar(e,"bpmn:BoundaryEvent")&&Mh(e,"bpmn:CompensateEventDefinition")}function Ch(e){return Rr(e).isForCompensation}function Th(e){for(var t=e;t=t.parent;){if(Ar(t,"bpmn:FlowElementsContainer"))return Rr(t);if(Ar(t,"bpmn:Participant"))return Rr(t).processRef}return null}function Ah(e,t){return Th(e)===Th(t)}function Mh(e,t){return!!g(Rr(e).eventDefinitions||[],(function(e){return Ar(e,t)}))}function Rh(e,t){return(Rr(e).eventDefinitions||[]).every((function(e){return Ar(e,t)}))}function Dh(e,t){var n=function(e){for(var t=[];e;)(e=e.parent)&&t.push(e);return t}(t);return-1!==n.indexOf(e)}function Nh(e,t,n){if(Eh(e)||Eh(t))return null;if(!Ar(n,"bpmn:DataAssociation")){if(Qh(e,t))return{type:"bpmn:MessageFlow"};if(Gh(e,t))return{type:"bpmn:SequenceFlow"}}var i=Kh(e,t);return i||(Xh(e,t)?{type:"bpmn:Association",associationDirection:"One"}:!!Wh(e,t)&&{type:"bpmn:Association",associationDirection:"None"})}function Bh(e,t){return!(!bn(e)&&!kh(e))||!(Ar(t,"bpmn:Participant")&&!Kr(t))&&(Ar(e,"bpmn:Participant")?Ar(t,"bpmn:Process")||Ar(t,"bpmn:Collaboration"):Mr(e,["bpmn:DataInput","bpmn:DataOutput"])&&e.parent?t===e.parent:Ar(e,"bpmn:Lane")?Ar(t,"bpmn:Participant")||Ar(t,"bpmn:Lane"):!(Ar(e,"bpmn:BoundaryEvent")&&!function(e){return Rr(e).cancelActivity&&(Ih(e)||Lh(e))}(e))&&(Ar(e,"bpmn:FlowElement")&&!Ar(e,"bpmn:DataStoreReference")?Ar(t,"bpmn:FlowElementsContainer")?Kr(t):Mr(t,["bpmn:Participant","bpmn:Lane"]):Ar(e,"bpmn:DataStoreReference")&&Ar(t,"bpmn:Collaboration")?E(Rr(t).get("participants"),(function(e){return!!e.get("processRef")})):Mr(e,["bpmn:Artifact","bpmn:DataAssociation","bpmn:DataStoreReference"])?Mr(t,["bpmn:Collaboration","bpmn:Lane","bpmn:Participant","bpmn:Process","bpmn:SubProcess"]):!!Ar(e,"bpmn:MessageFlow")&&(Ar(t,"bpmn:Collaboration")||e.source.parent==t||e.target.parent==t)))}function $h(e){return Ar(e,"bpmn:Lane")}function jh(e){return!!function(e){return!bn(e)&&Ar(e,"bpmn:BoundaryEvent")}(e)||(!(!Ar(e,"bpmn:IntermediateThrowEvent")||!Ih(e))||Ar(e,"bpmn:IntermediateCatchEvent")&&Lh(e))}function Ih(e){var t=Rr(e);return t&&!(t.eventDefinitions&&t.eventDefinitions.length)}function Lh(e){return qh(e,["bpmn:MessageEventDefinition","bpmn:TimerEventDefinition","bpmn:SignalEventDefinition","bpmn:ConditionalEventDefinition"])}function qh(e,t){return t.some((function(t){return Mh(e,t)}))}function zh(e,t,n,i){if(Array.isArray(e)||(e=[e]),1!==e.length)return!1;var r=e[0];return!bn(r)&&(!!jh(r)&&(!Jr(t)&&(!(!Ar(t,"bpmn:Activity")||Ch(t))&&(!(i&&!wh(i,t))&&(!function(e){return Ar(e,"bpmn:ReceiveTask")&&g(e.incoming,(function(e){return Ar(e.source,"bpmn:EventBasedGateway")}))}(t)&&"attach")))))}function Vh(e,t,n){if(!t)return!1;var i={replacements:[]};return b(e,(function(e){Jr(t)||Ar(e,"bpmn:StartEvent")&&"label"!==e.type&&Bh(e,t)&&(Zr(e)||i.replacements.push({oldElementId:e.id,newElementType:"bpmn:StartEvent"}),(function(e){return eo(e,"bpmn:ErrorEventDefinition")}(e)||function(e){return eo(e,"bpmn:EscalationEventDefinition")}(e)||function(e){return eo(e,"bpmn:CompensateEventDefinition")}(e))&&i.replacements.push({oldElementId:e.id,newElementType:"bpmn:StartEvent"}),qh(e,["bpmn:MessageEventDefinition","bpmn:TimerEventDefinition","bpmn:SignalEventDefinition","bpmn:ConditionalEventDefinition"])&&Ar(t,"bpmn:SubProcess")&&i.replacements.push({oldElementId:e.id,newElementType:"bpmn:StartEvent"})),Ar(t,"bpmn:Transaction")||Mh(e,"bpmn:CancelEventDefinition")&&"label"!==e.type&&(Ar(e,"bpmn:EndEvent")&&Bh(e,t)&&i.replacements.push({oldElementId:e.id,newElementType:"bpmn:EndEvent"}),Ar(e,"bpmn:BoundaryEvent")&&zh(e,t,0,n)&&i.replacements.push({oldElementId:e.id,newElementType:"bpmn:BoundaryEvent"}))})),!!i.replacements.length&&i}function Fh(e,t){return!E(e,$h)&&(!t||e.every((function(e){return Bh(e,t)})))}function Hh(e,t,n,i){return!!t&&(!(!bn(e)&&!kh(e))||!function(e,t){return e===t}(n,t)&&((!n||!Dh(n,t))&&(Bh(e,t)||Yh(e,t))))}function Uh(e,t){return Ar(e,"bpmn:SubProcess")?Kr(e)&&(!t||t.width>=100&&t.height>=80):Ar(e,"bpmn:Lane")?!t||t.width>=130&&t.height>=60:Ar(e,"bpmn:Participant")?!t||t.width>=250&&t.height>=50:!!Ph(e)||!!kh(e)}function Wh(e,t){return!Dh(t,e)&&!Dh(e,t)&&(!!function(e,t){var n=Ph(e),i=Ph(t);return(n||i)&&n!==i}(e,t)||!!Kh(e,t))}function Xh(e,t){return Ah(e,t)&&Sh(e)&&Ar(t,"bpmn:Activity")&&(n=e,!t.attachers.includes(n))&&!Jr(t);var n}function Qh(e,t){return!(Jh(e)&&!Jh(t))&&(Ar(n=e,"bpmn:InteractionNode")&&!Ar(n,"bpmn:BoundaryEvent")&&(!Ar(n,"bpmn:Event")||Ar(n,"bpmn:ThrowEvent")&&Rh(n,"bpmn:MessageEventDefinition"))&&function(e){return Ar(e,"bpmn:InteractionNode")&&!Ch(e)&&(!Ar(e,"bpmn:Event")||Ar(e,"bpmn:CatchEvent")&&Rh(e,"bpmn:MessageEventDefinition"))&&!(Ar(e,"bpmn:BoundaryEvent")&&!Mh(e,"bpmn:MessageEventDefinition"))}(t)&&!function(e,t){return Oh(e)===Oh(t)}(e,t));var n}function Gh(e,t){return Ar(n=e,"bpmn:FlowNode")&&!Ar(n,"bpmn:EndEvent")&&!Jr(n)&&!(Ar(n,"bpmn:IntermediateThrowEvent")&&Mh(n,"bpmn:LinkEventDefinition"))&&!Sh(n)&&!Ch(n)&&function(e){return Ar(e,"bpmn:FlowNode")&&!Ar(e,"bpmn:StartEvent")&&!Ar(e,"bpmn:BoundaryEvent")&&!Jr(e)&&!(Ar(e,"bpmn:IntermediateCatchEvent")&&Mh(e,"bpmn:LinkEventDefinition"))&&!Ch(e)}(t)&&Ah(e,t)&&!(Ar(e,"bpmn:EventBasedGateway")&&!function(e){return Ar(e,"bpmn:ReceiveTask")||Ar(e,"bpmn:IntermediateCatchEvent")&&(Mh(e,"bpmn:MessageEventDefinition")||Mh(e,"bpmn:TimerEventDefinition")||Mh(e,"bpmn:ConditionalEventDefinition")||Mh(e,"bpmn:SignalEventDefinition"))}(t));var n}function Kh(e,t){return Mr(e,["bpmn:DataObjectReference","bpmn:DataStoreReference"])&&Mr(t,["bpmn:Activity","bpmn:ThrowEvent"])?{type:"bpmn:DataInputAssociation"}:!(!Mr(t,["bpmn:DataObjectReference","bpmn:DataStoreReference"])||!Mr(e,["bpmn:Activity","bpmn:CatchEvent"]))&&{type:"bpmn:DataOutputAssociation"}}function Yh(e,t,n){if(!t)return!1;if(Array.isArray(e)){if(1!==e.length)return!1;e=e[0]}return t.source!==e&&t.target!==e&&(Mr(t,["bpmn:SequenceFlow","bpmn:MessageFlow"])&&!bn(t)&&Ar(e,"bpmn:FlowNode")&&!Ar(e,"bpmn:BoundaryEvent")&&Bh(e,t.parent))}function Zh(e,t){return!!bn(t)||!(Ar(t,"bpmn:Lane")&&!function(e,t){return e&&t&&-1!==e.indexOf(t)}(e,t.parent))}function Jh(e){return Ec(e,"bpmn:Process")||Ec(e,"bpmn:Collaboration")}e(_h,cc),_h.$inject=["eventBus"],_h.prototype.init=function(){this.addRule("connection.start",(function(e){return function(e){if(Eh(e))return null;return Mr(e,["bpmn:FlowNode","bpmn:InteractionNode","bpmn:DataObjectReference","bpmn:DataStoreReference","bpmn:Group","bpmn:TextAnnotation"])}(e.source)})),this.addRule("connection.create",(function(e){var t=e.source,n=e.target,i=e.hints||{},r=i.targetParent;if(i.targetAttach)return!1;r&&(n.parent=r);try{return Nh(t,n)}finally{r&&(n.parent=null)}})),this.addRule("connection.reconnect",(function(e){var t=e.connection;return Nh(e.source,e.target,t)})),this.addRule("connection.updateWaypoints",(function(e){return{type:e.connection.type}})),this.addRule("shape.resize",(function(e){return Uh(e.shape,e.newBounds)})),this.addRule("elements.create",(function(e){var t=e.elements,n=e.position,i=e.target;return!(vn(i)&&!Yh(t,i))&&_(t,(function(e){return vn(e)?Nh(e.source,e.target,e):e.host?zh(e,e.host,null,n):Hh(e,i,null)}))})),this.addRule("elements.move",(function(e){var t=e.target,n=e.shapes,i=e.position;return zh(n,t,null,i)||Vh(n,t,i)||Fh(n,t)||Yh(n,t)})),this.addRule("shape.create",(function(e){return Hh(e.shape,e.target,e.source,e.position)})),this.addRule("shape.attach",(function(e){return zh(e.shape,e.target,null,e.position)})),this.addRule("element.copy",(function(e){var t=e.element;return Zh(e.elements,t)}))},_h.prototype.canConnectMessageFlow=Qh,_h.prototype.canConnectSequenceFlow=Gh,_h.prototype.canConnectDataAssociation=Kh,_h.prototype.canConnectAssociation=Wh,_h.prototype.canConnectCompensationAssociation=Xh,_h.prototype.canMove=Fh,_h.prototype.canAttach=zh,_h.prototype.canReplace=Vh,_h.prototype.canDrop=Bh,_h.prototype.canInsert=Yh,_h.prototype.canCreate=Hh,_h.prototype.canConnect=Nh,_h.prototype.canResize=Uh,_h.prototype.canCopy=Zh;var em={__depends__:[Hc],__init__:["bpmnRules"],bpmnRules:["type",_h]};function tm(e,t){e.on("saveXML.start",2e3,(function(){b(t.getRootElements(),(function(e){var t,n=Dr(e);t=O(v(_t([e],!1),(function(t){return t!==e&&!t.labelTarget})),Dr),n.set("planeElement",t)}))}))}tm.$inject=["eventBus","canvas"];var nm={__init__:["bpmnDiOrdering"],bpmnDiOrdering:["type",tm]};function im(e){bs.call(this,e);var t=this;this.preExecute(["shape.create","connection.create"],(function(e){var n=e.context,i=n.shape||n.connection,r=n.parent,o=t.getOrdering(i,r);o&&(void 0!==o.parent&&(n.parent=o.parent),n.parentIndex=o.index)})),this.preExecute(["shape.move","connection.move"],(function(e){var n=e.context,i=n.shape||n.connection,r=n.newParent||i.parent,o=t.getOrdering(i,r);o&&(void 0!==o.parent&&(n.newParent=o.parent),n.newParentIndex=o.index)}))}function rm(e,t,n){im.call(this,e);var i=[{type:"bpmn:SubProcess",order:{level:6}},{type:"bpmn:SequenceFlow",order:{level:9,containers:["bpmn:Participant","bpmn:FlowElementsContainer"]}},{type:"bpmn:DataAssociation",order:{level:9,containers:["bpmn:Collaboration","bpmn:FlowElementsContainer"]}},{type:"bpmn:MessageFlow",order:{level:9,containers:["bpmn:Collaboration"]}},{type:"bpmn:Association",order:{level:6,containers:["bpmn:Participant","bpmn:FlowElementsContainer","bpmn:Collaboration"]}},{type:"bpmn:BoundaryEvent",order:{level:8}},{type:"bpmn:Group",order:{level:10,containers:["bpmn:Collaboration","bpmn:FlowElementsContainer"]}},{type:"bpmn:FlowElement",order:{level:5}},{type:"bpmn:Participant",order:{level:-2}},{type:"bpmn:Lane",order:{level:-1}}];function r(e){var t=e.order;if(t||(e.order=t=function(e){if(e.labelTarget)return{level:10};var t=g(i,(function(t){return Mr(e,[t.type])}));return t&&t.order||{level:1}}(e)),!t)throw new Error("no order for <"+e.id+">");return t}this.getOrdering=function(e,n){if(e.labelTarget)return{parent:t.findRoot(n)||t.getRootElement(),index:-1};var i=r(e);i.containers&&(n=function(e,t,n){for(var i=t;i&&!Mr(i,n);)i=i.parent;if(!i)throw new Error("no parent for <"+e.id+"> in <"+(t&&t.id)+">");return i}(e,n,i.containers));var o=n.children.indexOf(e),s=y(n.children,(function(t){return!(!e.labelTarget&&t.labelTarget)&&i.level<r(t).level}));return-1!==s&&-1!==o&&o<s&&(s-=1),{index:s,parent:n}}}im.prototype.getOrdering=function(e,t){return null},e(im,bs),rm.$inject=["eventBus","canvas","translate"],e(rm,im);var om={__depends__:[$o],__init__:["bpmnOrderingProvider"],bpmnOrderingProvider:["type",rm]};function sm(){}sm.prototype.get=function(){return this._data},sm.prototype.set=function(e){this._data=e},sm.prototype.clear=function(){var e=this._data;return delete this._data,e},sm.prototype.isEmpty=function(){return!this._data};var am={clipboard:["type",sm]},lm="drop-ok",cm="drop-not-ok",pm="attach-ok",um="new-parent",dm="create";function hm(e,t,n,i,r){function o(t,n){[pm,lm,cm,um].forEach((function(i){i===n?e.addMarker(t,i):e.removeMarker(t,i)}))}function s(){var e=t.context();e&&e.prefix===dm&&t.cancel()}n.on(["create.move","create.hover"],(function(e){var t=e.context,n=t.elements,i=e.hover,s=t.source,a=t.hints||{};if(!i)return t.canExecute=!1,void(t.target=null);mm(e);var l={x:e.x,y:e.y},c=t.canExecute=i&&function(e,t,n,i,o){if(!t)return!1;var s=g(e=v(e,(function(t){var n=t.labelTarget;return!(t.parent||bn(t)&&-1!==e.indexOf(n))})),(function(e){return!vn(e)})),a=!1,l=!1,c=!1;fm(e)&&(a=r.allowed("shape.attach",{position:n,shape:s,target:t})),a||(c=fm(e)?r.allowed("shape.create",{position:n,shape:s,source:i,target:t}):r.allowed("elements.create",{elements:e,position:n,target:t}));var p=o.connectionTarget;return c||a?(s&&i&&(l=r.allowed("connection.create",{source:p===i?s:i,target:p===i?i:s,hints:{targetParent:t,targetAttach:a}})),{attach:a,connect:l}):(null===c||null===a)&&null}(n,i,l,s,a);i&&null!==c&&(t.target=i,c&&c.attach?o(i,pm):o(i,c?um:cm))})),n.on(["create.end","create.out","create.cleanup"],(function(e){var t=e.hover;t&&o(t,null)})),n.on("create.end",(function(e){var t=e.context,n=t.source,r=t.shape,o=t.elements,s=t.target,a=t.canExecute,l=a&&a.attach,c=a&&a.connect,p=t.hints||{};if(!1===a||!s)return!1;mm(e);var u={x:e.x,y:e.y};r=c?i.appendShape(n,r,u,s,{attach:l,connection:!0===c?{}:c,connectionTarget:p.connectionTarget}):g(o=i.createElements(o,u,s,L({},p,{attach:l})),(function(e){return!vn(e)})),L(t,{elements:o,shape:r}),L(e,{elements:o,shape:r})})),n.on("create.init",(function(){n.on("elements.changed",s),n.once(["create.cancel","create.end"],2e3,(function(){n.off("elements.changed",s)}))})),this.start=function(e,n,i){c(n)||(n=[n]);var r=g(n,(function(e){return!vn(e)}));if(r){i=L({elements:n,hints:{},shape:r},i||{}),b(n,(function(e){u(e.x)||(e.x=0),u(e.y)||(e.y=0)}));var o=Et(v(n,(function(e){return!e.hidden})));b(n,(function(e){vn(e)&&(e.waypoints=O(e.waypoints,(function(e){return{x:e.x-o.x-o.width/2,y:e.y-o.y-o.height/2}}))),L(e,{x:e.x-o.x-o.width/2,y:e.y-o.y-o.height/2})})),t.init(e,dm,{cursor:"grabbing",autoActivate:!0,data:{shape:r,elements:n,context:i}})}}}function mm(e){var t=e.context.createConstraints;t&&(t.left&&(e.x=Math.max(e.x,t.left)),t.right&&(e.x=Math.min(e.x,t.right)),t.top&&(e.y=Math.max(e.y,t.top)),t.bottom&&(e.y=Math.min(e.y,t.bottom)))}function fm(e){return e&&1===e.length&&!vn(e[0])}hm.$inject=["canvas","dragging","eventBus","modeling","rules"];function gm(e,t,n,i,r){t.on("create.move",750,(function(t){var o=t.hover,s=t.context,a=s.elements,l=s.dragGroup;l||(l=s.dragGroup=function(e){var t=Le("g");Te(t,r.cls("djs-drag-group",["no-events"]));var o=Le("g");return e.forEach((function(e){var r;e.hidden||(e.waypoints?(r=n._createContainer("connection",o),n.drawConnection(ei(r),e)):(r=n._createContainer("shape",o),n.drawShape(ei(r),e),ni(r,e.x,e.y)),i.addDragger(e,t,r))})),t}(a)),o?(l.parentNode||Pe(e.getActiveLayer(),l),ni(l,t.x,t.y)):De(l)})),t.on("create.cleanup",(function(e){var t=e.context.dragGroup;t&&De(t)}))}gm.$inject=["canvas","eventBus","graphicsFactory","previewSupport","styles"];var ym={__depends__:[Lc,Zp,Hc,cs],__init__:["create","createPreview"],create:["type",hm],createPreview:["type",gm]};function vm(e){var t=this;function n(e){t._lastMoveEvent=e}this._lastMoveEvent=null,e.on("canvas.init",(function(e){(t._svg=e.svg).addEventListener("mousemove",n)})),e.on("canvas.destroy",(function(){t._lastMouseEvent=null,t._svg.removeEventListener("mousemove",n)}))}vm.$inject=["eventBus"],vm.prototype.getLastMoveEvent=function(){return this._lastMoveEvent||function(e,t){var n=document.createEvent("MouseEvent"),i=e,r=t,o=e,s=t;n.initMouseEvent&&n.initMouseEvent("mousemove",!0,!0,window,0,i,r,o,s,!1,!1,!1,!1,0,null);return n}(0,0)};var bm={__init__:["mouse"],mouse:["type",vm]};function xm(e,t,n,i,r,o,s,a){this._canvas=e,this._create=t,this._clipboard=n,this._elementFactory=i,this._eventBus=r,this._modeling=o,this._mouse=s,this._rules=a,r.on("copyPaste.copyElement",(function(e){var t=e.descriptor,n=e.element,i=e.elements;t.priority=1,t.id=n.id;var r=g(i,(function(e){return e===n.parent}));r&&(t.parent=n.parent.id),function(e){return!!e.host}(n)&&(t.priority=2,t.host=n.host.id),vn(n)&&(t.priority=3,t.source=n.source.id,t.target=n.target.id,t.waypoints=function(e){return O(e.waypoints,(function(e){return(e=wm(e)).original&&(e.original=wm(e.original)),e}))}(n)),bn(n)&&(t.priority=4,t.labelTarget=n.labelTarget.id),b(["x","y","width","height"],(function(e){u(n[e])&&(t[e]=n[e])})),t.hidden=n.hidden,t.collapsed=n.collapsed})),r.on("copyPaste.pasteElements",(function(e){L(e.hints,{createElementsBehavior:!1})}))}function wm(e){return L({},e)}function _m(e,t){var n=t.indexOf(e);return-1===n?t:t.splice(n,1)}xm.$inject=["canvas","create","clipboard","elementFactory","eventBus","modeling","mouse","rules"],xm.prototype.copy=function(e){var t,n;return c(e)||(e=e?[e]:[]),n=!1===(t=this._eventBus.fire("copyPaste.canCopyElements",{elements:e}))?{}:this.createTree(c(t)?t:e),this._clipboard.set(n),this._eventBus.fire("copyPaste.elementsCopied",{elements:e,tree:n}),n},xm.prototype.paste=function(e){var t=this._clipboard.get();if(!this._clipboard.isEmpty()){var n=e&&e.hints||{};this._eventBus.fire("copyPaste.pasteElements",{hints:n});var i=this._createElements(t);if(e&&e.element&&e.point)return this._paste(i,e.element,e.point,n);this._create.start(this._mouse.getLastMoveEvent(),i,{hints:n||{}})}},xm.prototype._paste=function(e,t,n,i){b(e,(function(e){u(e.x)||(e.x=0),u(e.y)||(e.y=0)}));var r=Et(e);return b(e,(function(e){vn(e)&&(e.waypoints=O(e.waypoints,(function(e){return{x:e.x-r.x-r.width/2,y:e.y-r.y-r.height/2}}))),L(e,{x:e.x-r.x-r.width/2,y:e.y-r.y-r.height/2})})),this._modeling.createElements(e,n,t,L({},i))},xm.prototype._createElements=function(e){var t=this,n=this._eventBus,i={},r=[];return b(e,(function(e,o){b(e=M(e,"priority"),(function(e){var o,s=L({},F(e,["priority"]));return i[e.parent]?s.parent=i[e.parent]:delete s.parent,n.fire("copyPaste.pasteElement",{cache:i,descriptor:s}),vn(s)?(s.source=i[e.source],s.target=i[e.target],o=i[e.id]=t.createConnection(s),void r.push(o)):bn(s)?(s.labelTarget=i[s.labelTarget],o=i[e.id]=t.createLabel(s),void r.push(o)):(s.host&&(s.host=i[s.host]),o=i[e.id]=t.createShape(s),void r.push(o))}))})),r},xm.prototype.createConnection=function(e){return this._elementFactory.createConnection(F(e,["id"]))},xm.prototype.createLabel=function(e){return this._elementFactory.createLabel(F(e,["id"]))},xm.prototype.createShape=function(e){return this._elementFactory.createShape(F(e,["id"]))},xm.prototype.hasRelations=function(e,t){var n,i;return!(vn(e)&&(n=g(t,R({id:e.source.id})),i=g(t,R({id:e.target.id})),!n||!i))&&!(bn(e)&&!g(t,R({id:e.labelTarget.id})))},xm.prototype.createTree=function(e){var t=this._rules,n=this,i={},r=[];function o(e,t){var n=g(r,(function(t){return e===t.element}));n?n.depth<t&&(r=function(e,t){var n=t.indexOf(e);-1!==n&&t.splice(n,1);return t}(n,r),r.push({element:n.element,depth:t})):r.push({element:e,depth:t})}return wt(vt(e),(function(e,t,i){if(!bn(e)){b(e.labels,(function(e){o(e,i)})),b([e.attachers,e.incoming,e.outgoing],(function(e){e&&e.length&&b(e,(function(e){b(e.labels,(function(e){o(e,i)})),o(e,i)}))})),o(e,i);var r=[];return e.children&&(r=e.children.slice()),n._eventBus.fire("copyPaste.createTree",{element:e,children:r}),r}})),e=O(r,(function(e){return e.element})),r=O(r,(function(t){return t.descriptor={},n._eventBus.fire("copyPaste.copyElement",{descriptor:t.descriptor,element:t.element,elements:e}),t})),r=M(r,(function(e){return e.descriptor.priority})),e=O(r,(function(e){return e.element})),b(r,(function(r){var o=r.depth;n.hasRelations(r.element,e)?!function(e,n){return t.allowed("element.copy",{element:e,elements:n})}(r.element,e)?_m(r.element,e):(i[o]||(i[o]=[]),i[o].push(r.descriptor)):_m(r.element,e)})),i};var Em={__depends__:[am,ym,bm,Hc],__init__:["copyPaste"],copyPaste:["type",xm]};function Om(e,t,n){c(n)||(n=[n]),b(n,(function(n){s(e[n])||(t[n]=e[n])}))}function Pm(e,t,n){function i(t,i){var r=e.create(t.$type);return n.copyElement(t,r,null,i)}t.on("copyPaste.copyElement",750,(function(e){var t=e.descriptor,n=e.element,r=Rr(n);if(bn(n))return t;var o=t.businessObject=i(r,!0),s=t.di=i(Dr(n),!0);s.bpmnElement=o,Om(o,t,"name"),Om(s,t,"isExpanded"),r.default&&(t.default=r.default.id)}));var r="-bpmn-js-refs";t.on("copyPaste.pasteElement",(function(e){var t=e.cache,n=e.descriptor,r=n.businessObject,o=n.di;if(bn(n))return n.businessObject=Rr(t[n.labelTarget]),void(n.di=Dr(t[n.labelTarget]));r=n.businessObject=i(r),(o=n.di=i(o)).bpmnElement=r,Om(n,r,["isExpanded","name"]),n.type=r.$type})),t.on("copyPaste.copyElement",750,(function(e){var t=e.descriptor,n=e.element;if(Ar(n,"bpmn:Participant")){var r=Rr(n);r.processRef&&(t.processRef=i(r.processRef,!0))}})),t.on("copyPaste.pasteElement",(function(e){var t=e.descriptor,n=t.processRef;n&&(t.processRef=i(n))})),t.on("copyPaste.pasteElement",750,(function(e){var t=e.cache;!function(e,t){e[r]=t}(t,function(e,t,n){var i=Rr(e);return e.default&&(n[e.default]={element:i,property:"default"}),e.host&&(Rr(e).attachedToRef=Rr(t[e.host])),F(n,w(n,(function(t,n,r){var o=n.element,s=n.property;return r===e.id&&(o.set(s,i),t.push(e.id)),t}),[]))}(e.descriptor,t,function(e){return e[r]=e[r]||{}}(t)))}))}Pm.$inject=["bpmnFactory","eventBus","moddleCopy"];var km=["artifacts","dataInputAssociations","dataOutputAssociations","default","flowElements","lanes","incoming","outgoing","categoryValue"];function Sm(e,t,n){this._bpmnFactory=t,this._eventBus=e,this._moddle=n,e.on("moddleCopy.canCopyProperties",(function(e){var t=e.propertyNames;if(t&&t.length)return M(t,(function(e){return"extensionElements"===e}))})),e.on("moddleCopy.canCopyProperty",(function(e){var t=e.parent,n=p(t)&&t.$descriptor,i=e.propertyName;return(!i||-1===km.indexOf(i))&&(!(i&&n&&!g(n.properties,R({name:i})))&&void 0)})),e.on("moddleCopy.canSetCopiedProperty",(function(e){var t,n,i=e.property;if(n="bpmn:ExtensionElements",(t=i)&&d(t.$instanceOf)&&t.$instanceOf(n)&&(!i.values||!i.values.length))return!1}))}function Cm(e,t){return w(e.properties,(function(e,n){return t&&n.default?e:e.concat(n.name)}),[])}Sm.$inject=["eventBus","bpmnFactory","moddle"],Sm.prototype.copyElement=function(e,t,n,i=!1){var r=this;n&&!c(n)&&(n=[n]),n=n||Cm(e.$descriptor);var o=this._eventBus.fire("moddleCopy.canCopyProperties",{propertyNames:n,sourceElement:e,targetElement:t,clone:i});return!1===o||(c(o)&&(n=o),b(n,(function(n){var o;f(e,n)&&(o=e.get(n));var s=r.copyProperty(o,t,n,i);a(s)&&(!1!==r._eventBus.fire("moddleCopy.canSetCopiedProperty",{parent:t,property:s,propertyName:n})&&t.set(n,s))}))),t},Sm.prototype.copyProperty=function(e,t,n,i=!1){var r=this,o=this._eventBus.fire("moddleCopy.canCopyProperty",{parent:t,property:e,propertyName:n,clone:i});if(!1!==o){if(o)return p(o)&&o.$type&&!o.$parent&&(o.$parent=t),o;var s=this._moddle.getPropertyDescriptor(t,n);if(!s.isReference){if(s.isId)return e&&this._copyId(e,t,i);if(c(e))return w(e,(function(e,s){return(o=r.copyProperty(s,t,n,i))?e.concat(o):e}),[]);if(p(e)&&e.$type){if(this._moddle.getElementDescriptor(e).isGeneric)return;return(o=r._bpmnFactory.create(e.$type)).$parent=t,o=r.copyElement(e,o,null,i)}return e}}},Sm.prototype._copyId=function(e,t,n=!1){return n?e:this._moddle.ids.assigned(e)?void 0:(this._moddle.ids.claim(e,t),e)};var Tm={__depends__:[Em],__init__:["bpmnCopyPaste","moddleCopy"],bpmnCopyPaste:["type",Pm],moddleCopy:["type",Sm]},Am=Math.round;function Mm(e,t){this._modeling=e,this._eventBus=t}function Rm(e,t){t.on("replace.end",500,(function(t){const{newElement:n,hints:i={}}=t;!1!==i.select&&e.select(n)}))}Mm.$inject=["modeling","eventBus"],Mm.prototype.replaceElement=function(e,t,n){if(e.waypoints)return null;var i=this._modeling,r=this._eventBus;r.fire("replace.start",{element:e,attrs:t,hints:n});var o=t.width||e.width,s=t.height||e.height,a=t.x||e.x,l=t.y||e.y,c=Am(a+o/2),p=Am(l+s/2),u=i.replaceShape(e,L({},t,{x:c,y:p,width:o,height:s}),n);return r.fire("replace.end",{element:e,newElement:u,hints:n}),u},Rm.$inject=["selection","eventBus"];var Dm={__init__:["replace","replaceSelectionBehavior"],replaceSelectionBehavior:["type",Rm],replace:["type",Mm]};var Nm=["cancelActivity","instantiate","eventGatewayType","triggeredByEvent","isInterrupting"];function Bm(e,t,n,i,r,o){this.replaceElement=function(a,l,p){p=p||{};var u=l.type,d=a.businessObject;if($m(d)&&"bpmn:SubProcess"===u&&function(e,t){var n=e&&f(e,"collapsed")?e.collapsed:!Kr(e);return n!==(t&&(f(t,"collapsed")||f(t,"isExpanded"))?f(t,"collapsed")?t.collapsed:!t.isExpanded:n)}(a,l))return i.toggleCollapse(a),a;var h=e.create(u),m={type:u,businessObject:h,di:{}};!function(e,t,n){c(n)||(n=[n]),b(n,(function(n){s(e[n])||(t[n]=e[n])}))}(a.di,m.di,["fill","stroke","background-color","border-color","color"]);var g=function(e,t){return e.filter((function(e){return t.includes(e)}))}(Cm(d.$descriptor),Cm(h.$descriptor,!0));L(h,V(l,Nm));var y=v(g,(function(e){return"eventDefinitions"===e?jm(a,l.eventDefinitionType):"loopCharacteristics"===e?!Jr(h):!f(h,e)&&(("processRef"!==e||!1!==l.isExpanded)&&("triggeredByEvent"!==e&&("isForCompensation"!==e||!Jr(h))))}));if(h=n.copyElement(d,h,y),l.eventDefinitionType&&(jm(h,l.eventDefinitionType)||(m.eventDefinitionType=l.eventDefinitionType,m.eventDefinitionAttrs=l.eventDefinitionAttrs)),Ar(d,"bpmn:Activity")){if($m(d))m.isExpanded=Kr(a);else if(l&&f(l,"isExpanded")){m.isExpanded=l.isExpanded;var x=t.getDefaultSize(h,{isExpanded:m.isExpanded});m.width=x.width,m.height=x.height,m.x=a.x-(m.width-a.width)/2,m.y=a.y-(m.height-a.height)/2}Kr(a)&&!Ar(d,"bpmn:Task")&&m.isExpanded&&(m.width=a.width,m.height=a.height)}return $m(d)&&!$m(h)&&(p.moveChildren=!1),Ar(d,"bpmn:Participant")&&(!0===l.isExpanded?h.processRef=e.create("bpmn:Process"):p.moveChildren=!1,m.width=a.width,m.height=t.getDefaultSize(m).height),o.allowed("shape.resize",{shape:h})||(m.height=t.getDefaultSize(m).height,m.width=t.getDefaultSize(m).width),h.name=d.name,Mr(d,["bpmn:ExclusiveGateway","bpmn:InclusiveGateway","bpmn:Activity"])&&Mr(h,["bpmn:ExclusiveGateway","bpmn:InclusiveGateway","bpmn:Activity"])&&(h.default=d.default),l.host&&!Ar(d,"bpmn:BoundaryEvent")&&Ar(h,"bpmn:BoundaryEvent")&&(m.host=l.host),"bpmn:DataStoreReference"!==m.type&&"bpmn:DataObjectReference"!==m.type||(m.x=a.x+(a.width-m.width)/2),r.replaceElement(a,m,{...p,targetElement:l})}}function $m(e){return Ar(e,"bpmn:SubProcess")}function jm(e,t){var n=Rr(e);return t&&n.get("eventDefinitions").some((function(e){return Ar(e,t)}))}Bm.$inject=["bpmnFactory","elementFactory","moddleCopy","modeling","replace","rules"];var Im={__depends__:[Tm,Dm,cs],bpmnReplace:["type",Bm]};function Lm(e,t){this._eventBus=e,this._dragging=t,this._tools=[],this._active=null}Lm.$inject=["eventBus","dragging"],Lm.prototype.registerTool=function(e,t){var n=this._tools;if(!t)throw new Error('A tool has to be registered with it\'s "events"');n.push(e),this.bindEvents(e,t)},Lm.prototype.isActive=function(e){return e&&this._active===e},Lm.prototype.length=function(e){return this._tools.length},Lm.prototype.setActive=function(e){var t=this._eventBus;this._active!==e&&(this._active=e,t.fire("tool-manager.update",{tool:e}))},Lm.prototype.bindEvents=function(e,t){var n=this._eventBus,i=this._dragging,r=[];n.on(t.tool+".init",(function(t){if(!t.context.reactivate&&this.isActive(e))return this.setActive(null),void i.cancel();this.setActive(e)}),this),b(t,(function(e){r.push(e+".ended"),r.push(e+".canceled")})),n.on(r,250,(function(e){this._active&&(function(e){var t=e.originalEvent&&e.originalEvent.target;return t&&oe(t,'.group[data-group="tools"]')}(e)||this.setActive(null))}),this)};var qm={__depends__:[Lc],__init__:["toolManager"],toolManager:["type",Lm]};function zm(e,t){return-1!==e.indexOf(t)}var Vm=Math.abs,Fm=Math.round,Hm={x:"width",y:"height"},Um="crosshair",Wm={n:"top",w:"left",s:"bottom",e:"right"},Xm=1500,Qm={n:"s",w:"e",s:"n",e:"w"},Gm=20;function Km(e,t,n,i,r,o,s){this._canvas=e,this._dragging=t,this._eventBus=n,this._modeling=i,this._rules=r,this._toolManager=o,this._mouse=s;var a=this;o.registerTool("space",{tool:"spaceTool.selection",dragging:"spaceTool"}),n.on("spaceTool.selection.end",(function(e){n.once("spaceTool.selection.ended",(function(){a.activateMakeSpace(e.originalEvent)}))})),n.on("spaceTool.move",Xm,(function(e){var t=e.context,n=t.initialized;n||(n=t.initialized=a.init(e,t)),n&&Zm(e)})),n.on("spaceTool.end",(function(e){var t=e.context,i=t.axis,r=t.direction,o=t.movingShapes,s=t.resizingShapes,l=t.start;if(t.initialized){Zm(e);var c={x:0,y:0};c[i]=Fm(e["d"+i]),a.makeSpace(o,s,c,r,l),n.once("spaceTool.ended",(function(e){a.activateSelection(e.originalEvent,!0,!0)}))}}))}function Ym(e){return{top:e.top-Gm,right:e.right+Gm,bottom:e.bottom+Gm,left:e.left-Gm}}function Zm(e){var t,n,i=e.context.spaceToolConstraints;i&&(u(i.left)&&(t=Math.max(e.x,i.left),e.dx=e.dx+t-e.x,e.x=t),u(i.right)&&(t=Math.min(e.x,i.right),e.dx=e.dx+t-e.x,e.x=t),u(i.top)&&(n=Math.max(e.y,i.top),e.dy=e.dy+n-e.y,e.y=n),u(i.bottom)&&(n=Math.min(e.y,i.bottom),e.dy=e.dy+n-e.y,e.y=n))}function Jm(e,t){return-1!==e.indexOf(t)}Km.$inject=["canvas","dragging","eventBus","modeling","rules","toolManager","mouse"],Km.prototype.activateSelection=function(e,t,n){this._dragging.init(e,"spaceTool.selection",{autoActivate:t,cursor:Um,data:{context:{reactivate:n}},trapClick:!1})},Km.prototype.activateMakeSpace=function(e){this._dragging.init(e,"spaceTool",{autoActivate:!0,cursor:Um,data:{context:{}}})},Km.prototype.makeSpace=function(e,t,n,i,r){return this._modeling.createSpace(e,t,n,i,r)},Km.prototype.init=function(e,t){var n=Vm(e.dx)>Vm(e.dy)?"x":"y",i=e["d"+n],r=e[n]-i;if(Vm(i)<5)return!1;i<0&&(i*=-1),Go(e)&&(i*=-1);var o=function(e,t){if("x"===e){if(t>0)return"e";if(t<0)return"w"}if("y"===e){if(t>0)return"s";if(t<0)return"n"}return null}(n,i),s=this._canvas.getRootElement();!Ko(e)&&e.hover&&(s=e.hover);var a=[..._t(s,!0),...s.attachers||[]],l=this.calculateAdjustments(a,n,i,r),c=function(e,t,n,i,r){var o=e.movingShapes,s=e.resizingShapes;if(!s.length)return;var a,l,c={};return b(s,(function(e){var p,d,h,m,f,g,y=e.attachers,b=e.children,x=_n(e),w=v(b,(function(e){return!(vn(e)||bn(e)||Jm(o,e)||Jm(s,e))})),_=v(b,(function(e){return!vn(e)&&!bn(e)&&Jm(o,e)})),E=[],O=[];w.length&&(d=Ym(_n(Et(w))),p=i-x[Wm[n]]+d[Wm[n]],"n"===n?c.bottom=l=u(l)?Math.min(l,p):p:"w"===n?c.right=l=u(l)?Math.min(l,p):p:"s"===n?c.top=a=u(a)?Math.max(a,p):p:"e"===n&&(c.left=a=u(a)?Math.max(a,p):p)),_.length&&(h=Ym(_n(Et(_))),p=i-h[Wm[Qm[n]]]+x[Wm[Qm[n]]],"n"===n?c.bottom=l=u(l)?Math.min(l,p):p:"w"===n?c.right=l=u(l)?Math.min(l,p):p:"s"===n?c.top=a=u(a)?Math.max(a,p):p:"e"===n&&(c.left=a=u(a)?Math.max(a,p):p)),y&&y.length&&(y.forEach((function(e){Jm(o,e)?E.push(e):O.push(e)})),E.length&&(m=_n(Et(E.map(Pn))),f=x[Wm[Qm[n]]]-(m[Wm[Qm[n]]]-i)),O.length&&(g=_n(Et(O.map(Pn)))[Wm[n]]-(x[Wm[n]]-i)),"n"===n?(p=Math.min(f||1/0,g||1/0),c.bottom=l=u(l)?Math.min(l,p):p):"w"===n?(p=Math.min(f||1/0,g||1/0),c.right=l=u(l)?Math.min(l,p):p):"s"===n?(p=Math.max(f||-1/0,g||-1/0),c.top=a=u(a)?Math.max(a,p):p):"e"===n&&(p=Math.max(f||-1/0,g||-1/0),c.left=a=u(a)?Math.max(a,p):p));var P=r&&r[e.id];P&&("n"===n?(p=i+e[Hm[t]]-P[Hm[t]],c.bottom=l=u(l)?Math.min(l,p):p):"w"===n?(p=i+e[Hm[t]]-P[Hm[t]],c.right=l=u(l)?Math.min(l,p):p):"s"===n?(p=i-e[Hm[t]]+P[Hm[t]],c.top=a=u(a)?Math.max(a,p):p):"e"===n&&(p=i-e[Hm[t]]+P[Hm[t]],c.left=a=u(a)?Math.max(a,p):p))})),c}(l,n,o,r,this._eventBus.fire("spaceTool.getMinDimensions",{axis:n,direction:o,shapes:l.resizingShapes,start:r}));return L(t,l,{axis:n,direction:o,spaceToolConstraints:c,start:r}),la("resize-"+("x"===n?"ew":"ns")),!0},Km.prototype.calculateAdjustments=function(e,t,n,i){var r=this._rules,o=[],s=[],a=[],l=[];function c(e){o.includes(e)||o.push(e);var t=e.label;t&&!o.includes(t)&&o.push(t)}b(e,(function(e){if(e.parent&&!bn(e))if(vn(e))l.push(e);else{var o=e[t],p=o+e[Hm[t]];if(function(e){return!!e.host}(e)&&(n>0&&Pn(e)[t]>i||n<0&&Pn(e)[t]<i))a.push(e);else{var u;if(!(n>0&&o>i||n<0&&p<i))return o<i&&p>i&&r.allowed("shape.resize",{shape:e})?(u=e,void(s.includes(u)||s.push(u))):void 0;c(e)}}})),b(o,(function(e){var t=e.attachers;t&&b(t,(function(e){c(e)}))}));var p=o.concat(s);return b(a,(function(e){var t=e.host;Jm(p,t)&&c(e)})),p=o.concat(s),b(l,(function(e){var t=e.source,n=e.target,i=e.label;Jm(p,t)&&Jm(p,n)&&i&&c(i)})),{movingShapes:o,resizingShapes:s}},Km.prototype.toggle=function(){if(this.isActive())return this._dragging.cancel();var e=this._mouse.getLastMoveEvent();this.activateSelection(e,!!e)},Km.prototype.isActive=function(){var e=this._dragging.context();return!!e&&/^spaceTool/.test(e.prefix)};var ef="djs-dragging",tf="djs-resizing",nf=Math.max;function rf(e,t,n,i,r){function o(e,t){b(e,(function(e){r.addDragger(e,t),n.addMarker(e,ef)}))}e.on("spaceTool.selection.start",(function(e){var t=n.getLayer("space"),r=e.context,o="M 0,-10000 L 0,10000",s="M -10000,0 L 10000,0",a=Le("g");Te(a,i.cls("djs-crosshair-group",["no-events"])),Pe(t,a);var l=Le("path");Te(l,"d",o),Me(l).add("djs-crosshair"),Pe(a,l);var c=Le("path");Te(c,"d",s),Me(c).add("djs-crosshair"),Pe(a,c),r.crosshairGroup=a})),e.on("spaceTool.selection.move",(function(e){ni(e.context.crosshairGroup,e.x,e.y)})),e.on("spaceTool.selection.cleanup",(function(e){var t=e.context.crosshairGroup;t&&De(t)})),e.on("spaceTool.move",250,(function(e){var s=e.context,a=s.line,l=s.axis,c=s.movingShapes,p=s.resizingShapes;if(s.initialized){if(!s.dragGroup){var u=n.getLayer("space");Te(a=Le("path"),"d","M0,0 L0,0"),Me(a).add("djs-crosshair"),Pe(u,a),s.line=a;var d=Le("g");Te(d,i.cls("djs-drag-group",["no-events"])),Pe(n.getActiveLayer(),d),o(c,d),o(s.movingConnections=t.filter((function(e){var t=!1;b(c,(function(n){b(n.outgoing,(function(n){e===n&&(t=!0)}))}));var n=!1;b(c,(function(t){b(t.incoming,(function(t){e===t&&(n=!0)}))}));var i=!1;b(p,(function(t){b(t.outgoing,(function(t){e===t&&(i=!0)}))}));var r=!1;return b(p,(function(t){b(t.incoming,(function(t){e===t&&(r=!0)}))})),vn(e)&&(t||i)&&(n||r)})),d),s.dragGroup=d}if(!s.frameGroup){var h=Le("g");Te(h,i.cls("djs-frame-group",["no-events"])),Pe(n.getActiveLayer(),h);var m=[];b(p,(function(e){var t=r.addFrame(e,h),i=t.getBBox();m.push({element:t,initialBounds:i}),n.addMarker(e,tf)})),s.frameGroup=h,s.frames=m}Te(a,{d:{x:"M"+e.x+", -10000 L"+e.x+", 10000",y:"M -10000, "+e.y+" L 10000, "+e.y}[l]});var f={x:e.dx,y:e.dy};f[{x:"y",y:"x"}[s.axis]]=0,ni(s.dragGroup,f.x,f.y),b(s.frames,(function(e){var t,n,i=e.element,r=e.initialBounds;"e"===s.direction?Te(i,{width:nf(r.width+f.x,5)}):Te(i,{width:t=nf(r.width-f.x,5),x:r.x+r.width-t}),"s"===s.direction?Te(i,{height:nf(r.height+f.y,5)}):Te(i,{height:n=nf(r.height-f.y,5),y:r.y+r.height-n})}))}})),e.on("spaceTool.cleanup",(function(e){var t=e.context,i=t.movingShapes,r=t.movingConnections,o=t.resizingShapes,s=t.line,a=t.dragGroup,l=t.frameGroup;b(i,(function(e){n.removeMarker(e,ef)})),b(r,(function(e){n.removeMarker(e,ef)})),a&&(De(s),De(a)),b(o,(function(e){n.removeMarker(e,tf)})),l&&De(l)}))}rf.$inject=["eventBus","elementRegistry","canvas","styles","previewSupport"];var of={__init__:["spaceToolPreview"],__depends__:[Lc,Hc,qm,Zp,bm],spaceTool:["type",Km],spaceToolPreview:["type",rf]};function sf(e){e.invoke(Km,this)}sf.$inject=["injector"],e(sf,Km),sf.prototype.calculateAdjustments=function(e,t,n,i){var r=Km.prototype.calculateAdjustments.call(this,e,t,n,i);return r.resizingShapes=r.resizingShapes.filter((function(e){return!Ar(e,"bpmn:TextAnnotation")&&("y"!==t||!function(e){return Ar(e,"bpmn:Participant")&&!Rr(e).processRef}(e))})),r};var af={__depends__:[of],spaceTool:["type",sf]};function lf(e,t){this._handlerMap={},this._stack=[],this._stackIdx=-1,this._currentExecution={actions:[],dirty:[],trigger:null},this._injector=t,this._eventBus=e,this._uid=1,e.on(["diagram.destroy","diagram.clear"],(function(){this.clear(!1)}),this)}lf.$inject=["eventBus","injector"],lf.prototype.execute=function(e,t){if(!e)throw new Error("command required");this._currentExecution.trigger="execute";const n={command:e,context:t};this._pushAction(n),this._internalExecute(n),this._popAction()},lf.prototype.canExecute=function(e,t){const n={command:e,context:t},i=this._getHandler(e);let r=this._fire(e,"canExecute",n);if(void 0===r){if(!i)return!1;i.canExecute&&(r=i.canExecute(t))}return r},lf.prototype.clear=function(e){this._stack.length=0,this._stackIdx=-1,!1!==e&&this._fire("changed",{trigger:"clear"})},lf.prototype.undo=function(){let e,t=this._getUndoAction();if(t){for(this._currentExecution.trigger="undo",this._pushAction(t);t&&(this._internalUndo(t),e=this._getUndoAction(),e&&e.id===t.id);)t=e;this._popAction()}},lf.prototype.redo=function(){let e,t=this._getRedoAction();if(t){for(this._currentExecution.trigger="redo",this._pushAction(t);t&&(this._internalExecute(t,!0),e=this._getRedoAction(),e&&e.id===t.id);)t=e;this._popAction()}},lf.prototype.register=function(e,t){this._setHandler(e,t)},lf.prototype.registerHandler=function(e,t){if(!e||!t)throw new Error("command and handlerCls must be defined");const n=this._injector.instantiate(t);this.register(e,n)},lf.prototype.canUndo=function(){return!!this._getUndoAction()},lf.prototype.canRedo=function(){return!!this._getRedoAction()},lf.prototype._getRedoAction=function(){return this._stack[this._stackIdx+1]},lf.prototype._getUndoAction=function(){return this._stack[this._stackIdx]},lf.prototype._internalUndo=function(e){const t=e.command,n=e.context,i=this._getHandler(t);this._atomicDo((()=>{this._fire(t,"revert",e),i.revert&&this._markDirty(i.revert(n)),this._revertedAction(e),this._fire(t,"reverted",e)}))},lf.prototype._fire=function(e,t,n){arguments.length<3&&(n=t,t=null);const i=t?[e+"."+t,t]:[e];let r;n=this._eventBus.createEvent(n);for(const e of i)if(r=this._eventBus.fire("commandStack."+e,n),n.cancelBubble)break;return r},lf.prototype._createId=function(){return this._uid++},lf.prototype._atomicDo=function(e){const t=this._currentExecution;t.atomic=!0;try{e()}finally{t.atomic=!1}},lf.prototype._internalExecute=function(e,t){const n=e.command,i=e.context,r=this._getHandler(n);if(!r)throw new Error("no command handler registered for <"+n+">");this._pushAction(e),t||(this._fire(n,"preExecute",e),r.preExecute&&r.preExecute(i),this._fire(n,"preExecuted",e)),this._atomicDo((()=>{this._fire(n,"execute",e),r.execute&&this._markDirty(r.execute(i)),this._executedAction(e,t),this._fire(n,"executed",e)})),t||(this._fire(n,"postExecute",e),r.postExecute&&r.postExecute(i),this._fire(n,"postExecuted",e)),this._popAction()},lf.prototype._pushAction=function(e){const t=this._currentExecution,n=t.actions,i=n[0];if(t.atomic)throw new Error("illegal invocation in <execute> or <revert> phase (action: "+e.command+")");e.id||(e.id=i&&i.id||this._createId()),n.push(e)},lf.prototype._popAction=function(){const e=this._currentExecution,t=e.trigger,n=e.actions,i=e.dirty;n.pop(),n.length||(this._eventBus.fire("elements.changed",{elements:T("id",i.reverse())}),i.length=0,this._fire("changed",{trigger:t}),e.trigger=null)},lf.prototype._markDirty=function(e){const t=this._currentExecution;e&&(e=c(e)?e:[e],t.dirty=t.dirty.concat(e))},lf.prototype._executedAction=function(e,t){const n=++this._stackIdx;t||this._stack.splice(n,this._stack.length,e)},lf.prototype._revertedAction=function(e){this._stackIdx--},lf.prototype._getHandler=function(e){return this._handlerMap[e]},lf.prototype._setHandler=function(e,t){if(!e||!t)throw new Error("command and handler required");if(this._handlerMap[e])throw new Error("overriding handler for command <"+e+">");this._handlerMap[e]=t};var cf={commandStack:["type",lf]};function pf(e,t){if("function"!=typeof t)throw new Error("removeFn iterator must be a function");if(e){for(var n;n=e[0];)t(n);return e}}function uf(e,t,n){bs.call(this,t);var i=e.get("movePreview",!1);t.on("shape.move.start",1400,(function(e){var t=e.context,n=t.shapes,i=t.validatedShapes;t.shapes=df(n),t.validatedShapes=df(i)})),i&&t.on("shape.move.start",250,(function(e){var t=e.context,n=t.shapes,r=[];b(n,(function(e){b(e.labels,(function(n){n.hidden||-1!==t.shapes.indexOf(n)||r.push(n),e.labelTarget&&r.push(e)}))})),b(r,(function(e){i.makeDraggable(t,e,!0)}))})),this.preExecuted("elements.move",1400,(function(e){var t=e.context.closure,n=t.enclosedElements,i=[];b(n,(function(e){b(e.labels,(function(e){n[e.id]||i.push(e)}))})),t.addAll(i)})),this.preExecute(["connection.delete","shape.delete"],(function(e){var t=e.context;pf((t.connection||t.shape).labels,(function(e){n.removeShape(e,{nested:!0})}))})),this.execute("shape.delete",(function(e){var t=e.context,n=t.shape,i=n.labelTarget;i&&(t.labelTargetIndex=Mt(i.labels,n),t.labelTarget=i,n.labelTarget=null)})),this.revert("shape.delete",(function(e){var t=e.context,n=t.shape,i=t.labelTarget,r=t.labelTargetIndex;i&&(At(i.labels,n,r),n.labelTarget=i)}))}function df(e){return v(e,(function(t){return-1===e.indexOf(t.labelTarget)}))}e(uf,bs),uf.$inject=["injector","eventBus","modeling"];var hf={__init__:["labelSupport"],labelSupport:["type",uf]},mf="attach-ok";function ff(e,t,n,i,r){bs.call(this,t);var o=e.get("movePreview",!1);t.on("shape.move.start",1401,(function(e){var t,n,i=e.context,r=i.shapes,o=i.validatedShapes;i.shapes=(n=gf(t=r),A("id",t,n)),i.validatedShapes=function(e){var t=C(e,"id");return v(e,(function(e){for(;e;){if(e.host&&t[e.host.id])return!1;e=e.parent}return!0}))}(o)})),o&&t.on("shape.move.start",251,(function(e){var t=e.context;b(gf(t.shapes),(function(e){o.makeDraggable(t,e,!0),b(e.labels,(function(e){o.makeDraggable(t,e,!0)}))}))})),o&&t.on("shape.move.start",(function(e){var i=e.context.shapes;if(1===i.length){var r=i[0].host;r&&(n.addMarker(r,mf),t.once(["shape.move.out","shape.move.cleanup"],(function(){n.removeMarker(r,mf)})))}})),this.preExecuted("elements.move",1401,(function(e){var t=e.context,n=t.closure;b(gf(t.shapes),(function(e){n.add(e,n.topLevel[e.host.id])}))})),this.postExecuted("elements.move",(function(e){var t=e.context,n=t.shapes,i=t.newHost;i&&1!==n.length||b(i?n:v(n,(function(e){var t,i=e.host;return function(e){return!!e.host}(e)&&(t=i,!(-1!==n.indexOf(t)))})),(function(e){r.updateAttachment(e,i)}))})),this.postExecuted("elements.move",(function(e){b(e.context.shapes,(function(e){b(e.attachers,(function(e){b(e.outgoing.slice(),(function(e){i.allowed("connection.reconnect",{connection:e,source:e.source,target:e.target})||r.removeConnection(e)})),b(e.incoming.slice(),(function(e){i.allowed("connection.reconnect",{connection:e,source:e.source,target:e.target})||r.removeConnection(e)}))}))}))})),this.postExecute("shape.create",(function(e){var t=e.context,n=t.shape,i=t.host;i&&r.updateAttachment(n,i)})),this.postExecute("shape.replace",(function(e){var t=e.context,n=t.oldShape,o=t.newShape;pf(n.attachers,(function(e){"attach"===i.allowed("elements.move",{target:o,shapes:[e]})?r.updateAttachment(e,o):r.removeShape(e)})),o.attachers.length&&b(o.attachers,(function(e){var t=yd(e,n,o);r.moveShape(e,t,e.parent)}))})),this.postExecute("shape.resize",(function(e){var t=e.context,n=t.shape,i=t.oldBounds,o=t.newBounds,s=n.attachers;!1!==(t.hints||{}).attachSupport&&b(s,(function(e){var t=yd(e,i,o);r.moveShape(e,t,e.parent),b(e.labels,(function(e){r.moveShape(e,t,e.parent)}))}))})),this.preExecute("shape.delete",(function(e){var t=e.context.shape;pf(t.attachers,(function(e){r.removeShape(e)})),t.host&&r.updateAttachment(t,null)}))}function gf(e){return i(O(e,(function(e){return e.attachers||[]})))}e(ff,bs),ff.$inject=["injector","eventBus","canvas","rules","modeling"];var yf={__depends__:[Hc],__init__:["attachSupport"],attachSupport:["type",ff]};function vf(e){this._model=e}function bf(e,t,n,i){bs.call(this,e),this._bpmnFactory=t,this._translate=i;var r=this;function o(e){b(e.context.oldRoot.children,(function(e){Ar(e,"bpmn:BaseElement")&&r.updateParent(e)}))}function s(e){var t=e.context.shape;Ar(t,"bpmn:BaseElement")&&r.updateBounds(t)}function a(e){r.updateConnection(e.context)}function l(e){r.updateConnectionWaypoints(e.context.connection)}function c(e){r.updateAttachment(e.context)}function p(e){const{element:n}=e.context,i=lo(n),r=Dr(n),o=r&&r.get("label");io(n)||(i&&!o?r.set("label",t.create("bpmndi:BPMNLabel")):!i&&o&&r.set("label",void 0))}this.executed(["connection.layout","connection.create"],(function(e){var t,i=e.context,r=i.hints||{};i.cropped||!1===r.createElementsBehavior||((t=i.connection).waypoints=n.getCroppedWaypoints(t),i.cropped=!0)})),this.reverted(["connection.layout"],(function(e){delete e.context.cropped})),this.executed(["shape.move","shape.create","shape.delete","connection.create","connection.move","connection.delete"],xf((function(e){var t=e.context;r.updateParent(t.shape||t.connection,t.oldParent)}))),this.reverted(["shape.move","shape.create","shape.delete","connection.create","connection.move","connection.delete"],xf((function(e){var t=e.context,n=t.shape||t.connection,i=t.parent||t.newParent;r.updateParent(n,i)}))),this.executed(["canvas.updateRoot"],o),this.reverted(["canvas.updateRoot"],o),this.executed(["shape.move","shape.create","shape.resize"],xf((function(e){"label"!==e.context.shape.type&&s(e)}))),this.reverted(["shape.move","shape.create","shape.resize"],xf((function(e){"label"!==e.context.shape.type&&s(e)}))),e.on("shape.changed",(function(e){"label"===e.element.type&&s({context:{shape:e.element}})})),this.executed(["connection.create","connection.move","connection.delete","connection.reconnect"],xf(a)),this.reverted(["connection.create","connection.move","connection.delete","connection.reconnect"],xf(a)),this.executed(["connection.layout","connection.move","connection.updateWaypoints"],xf(l)),this.reverted(["connection.layout","connection.move","connection.updateWaypoints"],xf(l)),this.executed("connection.reconnect",xf((function(e){var t=e.context,n=t.connection,i=t.oldSource,r=t.newSource,o=Rr(n),s=Rr(i),a=Rr(r);o.conditionExpression&&!Mr(a,["bpmn:Activity","bpmn:ExclusiveGateway","bpmn:InclusiveGateway"])&&(t.oldConditionExpression=o.conditionExpression,delete o.conditionExpression),i!==r&&s.default===o&&(t.oldDefault=s.default,delete s.default)}))),this.reverted("connection.reconnect",xf((function(e){var t=e.context,n=t.connection,i=t.oldSource,r=t.newSource,o=Rr(n),s=Rr(i),a=Rr(r);t.oldConditionExpression&&(o.conditionExpression=t.oldConditionExpression),t.oldDefault&&(s.default=t.oldDefault,delete a.default)}))),this.executed(["element.updateAttachment"],xf(c)),this.reverted(["element.updateAttachment"],xf(c)),this.executed("element.updateLabel",xf(p)),this.reverted("element.updateLabel",xf(p))}function xf(e){return function(t){var n=t.context;Ar(n.shape||n.connection||n.element,"bpmn:BaseElement")&&e(t)}}function wf(e,t,n){Gn.call(this),this._bpmnFactory=e,this._moddle=t,this._translate=n}function _f(e,t,n){return void 0===t[n]?t:(e[n]=t[n],F(t,[n]))}function Ef(e,t){this._modeling=e,this._canvas=t}function Of(e){this._modeling=e}function Pf(e,t){this._canvas=e,this._layouter=t}vf.$inject=["moddle"],vf.prototype._needsId=function(e){return Mr(e,["bpmn:RootElement","bpmn:FlowElement","bpmn:MessageFlow","bpmn:DataAssociation","bpmn:Artifact","bpmn:Participant","bpmn:Lane","bpmn:LaneSet","bpmn:Process","bpmn:Collaboration","bpmndi:BPMNShape","bpmndi:BPMNEdge","bpmndi:BPMNDiagram","bpmndi:BPMNPlane","bpmn:Property","bpmn:CategoryValue"])},vf.prototype._ensureId=function(e){var t;e.id?this._model.ids.claim(e.id,e):(t=Ar(e,"bpmn:Activity")?"Activity":Ar(e,"bpmn:Event")?"Event":Ar(e,"bpmn:Gateway")?"Gateway":Mr(e,["bpmn:SequenceFlow","bpmn:MessageFlow"])?"Flow":(e.$type||"").replace(/^[^:]*:/g,""),t+="_",!e.id&&this._needsId(e)&&(e.id=this._model.ids.nextPrefixed(t,e)))},vf.prototype.create=function(e,t){var n=this._model.create(e,t||{});return this._ensureId(n),n},vf.prototype.createDiLabel=function(){return this.create("bpmndi:BPMNLabel",{bounds:this.createDiBounds()})},vf.prototype.createDiShape=function(e,t){return this.create("bpmndi:BPMNShape",L({bpmnElement:e,bounds:this.createDiBounds()},t))},vf.prototype.createDiBounds=function(e){return this.create("dc:Bounds",e)},vf.prototype.createDiWaypoints=function(e){var t=this;return O(e,(function(e){return t.createDiWaypoint(e)}))},vf.prototype.createDiWaypoint=function(e){return this.create("dc:Point",V(e,["x","y"]))},vf.prototype.createDiEdge=function(e,t){return this.create("bpmndi:BPMNEdge",L({bpmnElement:e,waypoint:this.createDiWaypoints([])},t))},vf.prototype.createDiPlane=function(e,t){return this.create("bpmndi:BPMNPlane",L({bpmnElement:e},t))},e(bf,bs),bf.$inject=["eventBus","bpmnFactory","connectionDocking","translate"],bf.prototype.updateAttachment=function(e){var t=e.shape,n=t.businessObject,i=t.host;n.attachedToRef=i&&i.businessObject},bf.prototype.updateParent=function(e,t){if(!(bn(e)||Ar(e,"bpmn:DataStoreReference")&&e.parent&&Ar(e.parent,"bpmn:Collaboration"))){var n=e.parent,i=e.businessObject,r=Dr(e),o=n&&n.businessObject,s=Dr(n);Ar(e,"bpmn:FlowNode")&&this.updateFlowNodeRefs(i,o,t&&t.businessObject),Ar(e,"bpmn:DataOutputAssociation")&&(o=e.source?e.source.businessObject:null),Ar(e,"bpmn:DataInputAssociation")&&(o=e.target?e.target.businessObject:null),this.updateSemanticParent(i,o),Ar(e,"bpmn:DataObjectReference")&&i.dataObjectRef&&this.updateSemanticParent(i.dataObjectRef,o),this.updateDiParent(r,s)}},bf.prototype.updateBounds=function(e){var t=Dr(e),n=function(e){if(!Ar(e,"bpmn:Activity"))return;var t=Dr(e);if(!t)return;var n=t.get("label");if(!n)return;return n.get("bounds")}(e);if(n){var i=ha(n,t.get("bounds"));L(n,{x:e.x+i.x,y:e.y+i.y})}var r=bn(e)?this._getLabel(t):t,o=r.bounds;o||(o=this._bpmnFactory.createDiBounds(),r.set("bounds",o)),L(o,{x:e.x,y:e.y,width:e.width,height:e.height})},bf.prototype.updateFlowNodeRefs=function(e,t,n){n!==t&&(Ar(n,"bpmn:Lane")&&Tt(n.get("flowNodeRef"),e),Ar(t,"bpmn:Lane")&&At(t.get("flowNodeRef"),e))},bf.prototype.updateDiConnection=function(e,t,n){var i=Dr(e),r=Dr(t),o=Dr(n);i.sourceElement&&i.sourceElement.bpmnElement!==Rr(t)&&(i.sourceElement=t&&r),i.targetElement&&i.targetElement.bpmnElement!==Rr(n)&&(i.targetElement=n&&o)},bf.prototype.updateDiParent=function(e,t){if(t&&!Ar(t,"bpmndi:BPMNPlane")&&(t=t.$parent),e.$parent!==t){var n=(t||e.$parent).get("planeElement");t?(n.push(e),e.$parent=t):(Tt(n,e),e.$parent=null)}},bf.prototype.getLaneSet=function(e){var t,n;return Ar(e,"bpmn:Lane")?((t=e.childLaneSet)||(t=this._bpmnFactory.create("bpmn:LaneSet"),e.childLaneSet=t,t.$parent=e),t):(Ar(e,"bpmn:Participant")&&(e=e.processRef),(t=(n=e.get("laneSets"))[0])||((t=this._bpmnFactory.create("bpmn:LaneSet")).$parent=e,n.push(t)),t)},bf.prototype.updateSemanticParent=function(e,t,n){var i,r=this._translate;if(e.$parent!==t&&(!Ar(e,"bpmn:DataInput")&&!Ar(e,"bpmn:DataOutput")||(Ar(t,"bpmn:Participant")&&"processRef"in t&&(t=t.processRef),!("ioSpecification"in t)||t.ioSpecification!==e.$parent))){if(Ar(e,"bpmn:Lane"))t&&(t=this.getLaneSet(t)),i="lanes";else if(Ar(e,"bpmn:FlowElement")){if(t)if(Ar(t,"bpmn:Participant"))t=t.processRef;else if(Ar(t,"bpmn:Lane"))do{t=t.$parent.$parent}while(Ar(t,"bpmn:Lane"));i="flowElements"}else if(Ar(e,"bpmn:Artifact")){for(;t&&!Ar(t,"bpmn:Process")&&!Ar(t,"bpmn:SubProcess")&&!Ar(t,"bpmn:Collaboration");){if(Ar(t,"bpmn:Participant")){t=t.processRef;break}t=t.$parent}i="artifacts"}else if(Ar(e,"bpmn:MessageFlow"))i="messageFlows";else if(Ar(e,"bpmn:Participant")){i="participants";var o,s=e.processRef;s&&(o=function(e){for(;e&&!Ar(e,"bpmn:Definitions");)e=e.$parent;return e}(e.$parent||t),e.$parent&&(Tt(o.get("rootElements"),s),s.$parent=null),t&&(At(o.get("rootElements"),s),s.$parent=o))}else Ar(e,"bpmn:DataOutputAssociation")?i="dataOutputAssociations":Ar(e,"bpmn:DataInputAssociation")&&(i="dataInputAssociations");if(!i)throw new Error(r("no parent for {element} in {parent}",{element:e.id,parent:t.id}));var a;if(e.$parent&&Tt(a=e.$parent.get(i),e),t?((a=t.get(i)).push(e),e.$parent=t):e.$parent=null,n){var l=n.get(i);Tt(a,e),t&&(l||(l=[],t.set(i,l)),l.push(e))}}},bf.prototype.updateConnectionWaypoints=function(e){Dr(e).set("waypoint",this._bpmnFactory.createDiWaypoints(e.waypoints))},bf.prototype.updateConnection=function(e){var t,n=e.connection,i=Rr(n),r=n.source,o=Rr(r),s=n.target,a=Rr(n.target);if(Ar(i,"bpmn:DataAssociation"))Ar(i,"bpmn:DataInputAssociation")?(i.get("sourceRef")[0]=o,t=e.parent||e.newParent||a,this.updateSemanticParent(i,a,t)):Ar(i,"bpmn:DataOutputAssociation")&&(t=e.parent||e.newParent||o,this.updateSemanticParent(i,o,t),i.targetRef=a);else{var l=Ar(i,"bpmn:SequenceFlow");i.sourceRef!==o&&(l&&(Tt(i.sourceRef&&i.sourceRef.get("outgoing"),i),o&&o.get("outgoing")&&o.get("outgoing").push(i)),i.sourceRef=o),i.targetRef!==a&&(l&&(Tt(i.targetRef&&i.targetRef.get("incoming"),i),a&&a.get("incoming")&&a.get("incoming").push(i)),i.targetRef=a)}this.updateConnectionWaypoints(n),this.updateDiConnection(n,r,s)},bf.prototype._getLabel=function(e){return e.label||(e.label=this._bpmnFactory.createDiLabel()),e.label},e(wf,Gn),wf.$inject=["bpmnFactory","moddle","translate"],wf.prototype._baseCreate=Gn.prototype.create,wf.prototype.create=function(e,t){if("label"===e){var n=t.di||this._bpmnFactory.createDiLabel();return this._baseCreate(e,L({type:"label",di:n},to,t))}return this.createElement(e,t)},wf.prototype.createElement=function(e,t){var n,i,r,o=this._translate,s=(t=L({},t||{})).businessObject,l=t.di;if(!s){if(!t.type)throw new Error(o("no shape type specified"));Sr(s=this._bpmnFactory.create(t.type))}if(!Mr(l,["bpmndi:BPMNShape","bpmndi:BPMNEdge","bpmndi:BPMNDiagram","bpmndi:BPMNPlane"])){var c=L({},l||{},{id:s.id+"_di"});l="root"===e?this._bpmnFactory.createDiPlane(s,c):"connection"===e?this._bpmnFactory.createDiEdge(s,c):this._bpmnFactory.createDiShape(s,c)}return Ar(s,"bpmn:Group")&&(t=L({isFrame:!0},t)),t=function(e,t,n){return b(n,(function(n){t=_f(e,t,n)})),t}(s,t,["processRef","isInterrupting","associationDirection","isForCompensation"]),t.isExpanded&&(t=_f(l,t,"isExpanded")),Ar(s,"bpmn:SubProcess")&&(t.collapsed=!Kr(s,l)),Ar(s,"bpmn:ExclusiveGateway")&&(l.isMarkerVisible=!0),a(t.triggeredByEvent)&&(s.triggeredByEvent=t.triggeredByEvent,delete t.triggeredByEvent),a(t.cancelActivity)&&(s.cancelActivity=t.cancelActivity,delete t.cancelActivity),t.eventDefinitionType&&(i=s.get("eventDefinitions")||[],r=this._bpmnFactory.create(t.eventDefinitionType,t.eventDefinitionAttrs),"bpmn:ConditionalEventDefinition"===t.eventDefinitionType&&(r.condition=this._bpmnFactory.create("bpmn:FormalExpression")),i.push(r),r.$parent=s,s.eventDefinitions=i,delete t.eventDefinitionType),n=this.getDefaultSize(s,l),t=L({id:s.id},n,t,{businessObject:s,di:l}),this._baseCreate(e,t)},wf.prototype.getDefaultSize=function(e,t){var n=Rr(e);return t=t||Dr(e),Ar(n,"bpmn:SubProcess")?Kr(n,t)?{width:350,height:200}:{width:100,height:80}:Ar(n,"bpmn:Task")?{width:100,height:80}:Ar(n,"bpmn:Gateway")?{width:50,height:50}:Ar(n,"bpmn:Event")?{width:36,height:36}:Ar(n,"bpmn:Participant")?Kr(n,t)?{width:600,height:250}:{width:400,height:60}:Ar(n,"bpmn:Lane")?{width:400,height:100}:Ar(n,"bpmn:DataObjectReference")?{width:36,height:50}:Ar(n,"bpmn:DataStoreReference")?{width:50,height:50}:Ar(n,"bpmn:TextAnnotation")?{width:100,height:30}:Ar(n,"bpmn:Group")?{width:300,height:300}:{width:100,height:80}},wf.prototype.createParticipantShape=function(e){return p(e)||(e={isExpanded:e}),!1!==(e=L({type:"bpmn:Participant"},e||{})).isExpanded&&(e.processRef=this._bpmnFactory.create("bpmn:Process")),this.createShape(e)},Ef.$inject=["modeling","canvas"],Ef.prototype.preExecute=function(e){var t=this._modeling,n=e.elements,i=e.alignment;b(n,(function(e){var n={x:0,y:0};a(i.left)?n.x=i.left-e.x:a(i.right)?n.x=i.right-e.width-e.x:a(i.center)?n.x=i.center-Math.round(e.width/2)-e.x:a(i.top)?n.y=i.top-e.y:a(i.bottom)?n.y=i.bottom-e.height-e.y:a(i.middle)&&(n.y=i.middle-Math.round(e.height/2)-e.y),t.moveElements([e],n,e.parent)}))},Ef.prototype.postExecute=function(e){},Of.$inject=["modeling"],Of.prototype.preExecute=function(e){var t=e.source;if(!t)throw new Error("source required");var n=e.target||t.parent,i=e.shape,r=e.hints||{};i=e.shape=this._modeling.createShape(i,e.position,n,{attach:r.attach}),e.shape=i},Of.prototype.postExecute=function(e){var t,n,i=e.hints||{};t=e.source,n=e.shape,E(t.outgoing,(function(e){return e.target===n}))||(i.connectionTarget===e.source?this._modeling.connect(e.shape,e.source,e.connection):this._modeling.connect(e.source,e.shape,e.connection))},Pf.$inject=["canvas","layouter"],Pf.prototype.execute=function(e){var t=e.connection,n=e.source,i=e.target,r=e.parent,o=e.parentIndex,s=e.hints;if(!n||!i)throw new Error("source and target required");if(!r)throw new Error("parent required");return t.source=n,t.target=i,t.waypoints||(t.waypoints=this._layouter.layoutConnection(t,s)),this._canvas.addConnection(t,r,o),t},Pf.prototype.revert=function(e){var t=e.connection;return this._canvas.removeConnection(t),t.source=null,t.target=null,t};var kf=Math.round;function Sf(e){this._modeling=e}Sf.$inject=["modeling"],Sf.prototype.preExecute=function(e){var t=e.elements,n=e.parent,i=e.parentIndex,r=e.position,o=e.hints,s=this._modeling;b(t,(function(e){u(e.x)||(e.x=0),u(e.y)||(e.y=0)}));var a=Et(v(t,(function(e){return!e.hidden})));b(t,(function(e){vn(e)&&(e.waypoints=O(e.waypoints,(function(e){return{x:kf(e.x-a.x-a.width/2+r.x),y:kf(e.y-a.y-a.height/2+r.y)}}))),L(e,{x:kf(e.x-a.x-a.width/2+r.x),y:kf(e.y-a.y-a.height/2+r.y)})}));var l=vt(t),c={};b(t,(function(e){if(vn(e))c[e.id]=u(i)?s.createConnection(c[e.source.id],c[e.target.id],i,e,e.parent||n,o):s.createConnection(c[e.source.id],c[e.target.id],e,e.parent||n,o);else{var t=L({},o);-1===l.indexOf(e)&&(t.autoResize=!1),bn(e)&&(t=F(t,["attach"])),c[e.id]=u(i)?s.createShape(e,V(e,["x","y","width","height"]),e.parent||n,i,t):s.createShape(e,V(e,["x","y","width","height"]),e.parent||n,t)}})),e.elements=S(c)};var Cf=Math.round;function Tf(e){this._canvas=e}function Af(e){Tf.call(this,e)}Tf.$inject=["canvas"],Tf.prototype.execute=function(e){var t=e.shape,n=e.position,i=e.parent,r=e.parentIndex;if(!i)throw new Error("parent required");if(!n)throw new Error("position required");return void 0!==n.width?L(t,n):L(t,{x:n.x-Cf(t.width/2),y:n.y-Cf(t.height/2)}),this._canvas.addShape(t,i,r),t},Tf.prototype.revert=function(e){var t=e.shape;return this._canvas.removeShape(t),t},e(Af,Tf),Af.$inject=["canvas"];var Mf=Tf.prototype.execute;Af.prototype.execute=function(e){var t=e.shape;return function(e){["width","height"].forEach((function(t){void 0===e[t]&&(e[t]=0)}))}(t),t.labelTarget=e.labelTarget,Mf.call(this,e)};var Rf=Tf.prototype.revert;function Df(e,t){this._canvas=e,this._modeling=t}function Nf(e,t){this._modeling=e,this._elementRegistry=t}function Bf(e,t){this._canvas=e,this._modeling=t}function $f(e){this._modeling=e}Af.prototype.revert=function(e){return e.shape.labelTarget=null,Rf.call(this,e)},Df.$inject=["canvas","modeling"],Df.prototype.preExecute=function(e){var t=this._modeling,n=e.connection;pf(n.incoming,(function(e){t.removeConnection(e,{nested:!0})})),pf(n.outgoing,(function(e){t.removeConnection(e,{nested:!0})}))},Df.prototype.execute=function(e){var t=e.connection,n=t.parent;return e.parent=n,e.parentIndex=Mt(n.children,t),e.source=t.source,e.target=t.target,this._canvas.removeConnection(t),t.source=null,t.target=null,t},Df.prototype.revert=function(e){var t=e.connection,n=e.parent,i=e.parentIndex;return t.source=e.source,t.target=e.target,At(n.children,t,i),this._canvas.addConnection(t,n),t},Nf.$inject=["modeling","elementRegistry"],Nf.prototype.postExecute=function(e){var t=this._modeling,n=this._elementRegistry;b(e.elements,(function(e){n.get(e.id)&&(e.waypoints?t.removeConnection(e):t.removeShape(e))}))},Bf.$inject=["canvas","modeling"],Bf.prototype.preExecute=function(e){var t=this._modeling,n=e.shape;pf(n.incoming,(function(e){t.removeConnection(e,{nested:!0})})),pf(n.outgoing,(function(e){t.removeConnection(e,{nested:!0})})),pf(n.children,(function(e){vn(e)?t.removeConnection(e,{nested:!0}):t.removeShape(e,{nested:!0})}))},Bf.prototype.execute=function(e){var t=this._canvas,n=e.shape,i=n.parent;return e.oldParent=i,e.oldParentIndex=Mt(i.children,n),t.removeShape(n),n},Bf.prototype.revert=function(e){var t=this._canvas,n=e.shape,i=e.oldParent,r=e.oldParentIndex;return At(i.children,n,r),t.addShape(n,i),n},$f.$inject=["modeling"];var jf={x:"y",y:"x"};function If(e,t){this._layouter=e,this._canvas=t}function Lf(){}function qf(){this.allShapes={},this.allConnections={},this.enclosedElements={},this.enclosedConnections={},this.topLevel={}}function zf(e){this._modeling=e}function Vf(e){this._helper=new zf(e)}function Ff(e){this._modeling=e,this._helper=new zf(e)}function Hf(e){this._modeling=e}function Uf(e){return e.original||e}function Wf(e,t){this._modeling=e,this._rules=t}function Xf(e){this._modeling=e}function Qf(e){this._modeling=e}function Gf(e){return L({},e)}function Kf(e){switch(e){case"n":case"s":return"y";case"w":case"e":return"x"}}function Yf(e,t,n){var i=Kf(n);return/e|s/.test(n)?e[i]>t:/n|w/.test(n)?e[i]<t:void 0}function Zf(e,t){return-1!==e.indexOf(t)}function Jf(e){this._modeling=e}function eg(e){var t={};return b(e,(function(e){t[e.id]=e.hidden,e.children&&(t=L({},t,eg(e.children)))})),t}function tg(e,t){var n=[];return b(e,(function(e){e.hidden=t,n=n.concat(e),e.children&&(n=n.concat(tg(e.children,e.collapsed||t)))})),n}function ng(e,t){var n=[];return b(e,(function(e){e.hidden=t[e.id],n=n.concat(e),e.children&&(n=n.concat(ng(e.children,t)))})),n}function ig(e){this._modeling=e}function rg(e,t){return Tt(e&&e.attachers,t)}function og(e,t,n){if(e){var i=e.attachers;i||(e.attachers=i=[]),At(i,t,n)}}function sg(){}function ag(e,t,n){this._eventBus=e,this._elementFactory=t,this._commandStack=n;var i=this;e.on("diagram.init",(function(){i.registerHandlers(n)}))}function lg(e){this._elementRegistry=e}function cg(e,t){b(t,(function(t,n){e.set(n,t)}))}$f.prototype.preExecute=function(e){var t=this._modeling,n=e.groups,i=e.axis,r=e.dimension;function o(e,t){e.range.min=Math.min(t[i],e.range.min),e.range.max=Math.max(t[i]+t[r],e.range.max)}function s(e){return e[i]+e[r]/2}function a(e){return e.length-1}function l(e){return e.max-e.min}var c,p,u=n[0],d=a(n),h=n[d],m=0;b(n,(function(e,c){var p,u,h;e.elements.length<2?c&&c!==n.length-1&&(o(e,e.elements[0]),m+=l(e.range)):(u=(p=M(e.elements,i))[0],c===d&&(u=p[a(p)]),h=s(u),e.range=null,b(p,(function(n){!function(e,n){var r={y:0};r[i]=e-s(n),r[i]&&(r[jf[i]]=0,t.moveElements([n],r,n.parent))}(h,n),null!==e.range?o(e,n):e.range={min:n[i],max:n[i]+n[r]}})),c&&c!==n.length-1&&(m+=l(e.range)))})),p=Math.abs(h.range.min-u.range.max),(c=Math.round((p-m)/(n.length-1)))<n.length-1||b(n,(function(e,o){var s,a={};e!==u&&e!==h&&(s=n[o-1],e.range.max=0,b(e.elements,(function(n,o){a[jf[i]]=0,a[i]=s.range.max-n[i]+c,e.range.min!==n[i]&&(a[i]+=n[i]-e.range.min),a[i]&&t.moveElements([n],a,n.parent),e.range.max=Math.max(n[i]+n[r],o?e.range.max:0)})))}))},$f.prototype.postExecute=function(e){},If.$inject=["layouter","canvas"],If.prototype.execute=function(e){var t=e.connection;return L(e,{oldWaypoints:t.waypoints}),t.waypoints=this._layouter.layoutConnection(t,e.hints),t},If.prototype.revert=function(e){var t=e.connection;return t.waypoints=e.oldWaypoints,t},Lf.prototype.execute=function(e){var t=e.connection,n=e.delta,i=e.newParent||t.parent,r=e.newParentIndex,o=t.parent;return e.oldParent=o,e.oldParentIndex=Tt(o.children,t),At(i.children,t,r),t.parent=i,b(t.waypoints,(function(e){e.x+=n.x,e.y+=n.y,e.original&&(e.original.x+=n.x,e.original.y+=n.y)})),t},Lf.prototype.revert=function(e){var t=e.connection,n=t.parent,i=e.oldParent,r=e.oldParentIndex,o=e.delta;return Tt(n.children,t),At(i.children,t,r),t.parent=i,b(t.waypoints,(function(e){e.x-=o.x,e.y-=o.y,e.original&&(e.original.x-=o.x,e.original.y-=o.y)})),t},qf.prototype.add=function(e,t){return this.addAll([e],t)},qf.prototype.addAll=function(e,t){var n=function(e,t,n){s(t)&&(t=!0),p(t)&&(n=t,t=!0);var i=kt((n=n||{}).allShapes),r=kt(n.allConnections),o=kt(n.enclosedElements),a=kt(n.enclosedConnections),l=kt(n.topLevel,t&&C(e,(function(e){return e.id})));function c(e){l[e.source.id]&&l[e.target.id]&&(l[e.id]=[e]),i[e.source.id]&&i[e.target.id]&&(a[e.id]=o[e.id]=e),r[e.id]=e}return wt(e,(function(e){if(o[e.id]=e,!e.waypoints)return i[e.id]=e,b(e.incoming,c),b(e.outgoing,c),e.children;a[e.id]=r[e.id]=e})),{allShapes:i,allConnections:r,topLevel:l,enclosedConnections:a,enclosedElements:o}}(e,!!t,this);return L(this,n),this},zf.prototype.moveRecursive=function(e,t,n){return e?this.moveClosure(this.getClosure(e),t,n):[]},zf.prototype.moveClosure=function(e,t,n,i,r){var o=this._modeling,s=e.allShapes,a=e.allConnections,l=e.enclosedConnections,c=e.topLevel,p=!1;r&&r.parent===n&&(p=!0),b(s,(function(e){o.moveShape(e,t,c[e.id]&&!p&&n,{recurse:!1,layout:!1})})),b(a,(function(e){var i=!!s[e.source.id],r=!!s[e.target.id];l[e.id]&&i&&r?o.moveConnection(e,t,c[e.id]&&!p&&n):o.layoutConnection(e,{connectionStart:i&&Pd(e,e.source,t),connectionEnd:r&&kd(e,e.target,t)})}))},zf.prototype.getClosure=function(e){return(new qf).addAll(e,!0)},Vf.$inject=["modeling"],Vf.prototype.preExecute=function(e){e.closure=this._helper.getClosure(e.shapes)},Vf.prototype.postExecute=function(e){var t,n=e.hints;n&&n.primaryShape&&(t=n.primaryShape,n.oldParent=t.parent),this._helper.moveClosure(e.closure,e.delta,e.newParent,e.newHost,t)},Ff.$inject=["modeling"],Ff.prototype.execute=function(e){var t=e.shape,n=e.delta,i=e.newParent||t.parent,r=e.newParentIndex,o=t.parent;return e.oldBounds=V(t,["x","y","width","height"]),e.oldParent=o,e.oldParentIndex=Tt(o.children,t),At(i.children,t,r),L(t,{parent:i,x:t.x+n.x,y:t.y+n.y}),t},Ff.prototype.postExecute=function(e){var t=e.shape,n=e.delta,i=e.hints,r=this._modeling;!1!==i.layout&&(b(t.incoming,(function(e){r.layoutConnection(e,{connectionEnd:kd(e,t,n)})})),b(t.outgoing,(function(e){r.layoutConnection(e,{connectionStart:Pd(e,t,n)})}))),!1!==i.recurse&&this.moveChildren(e)},Ff.prototype.revert=function(e){var t=e.shape,n=e.oldParent,i=e.oldParentIndex,r=e.delta;return At(n.children,t,i),L(t,{parent:n,x:t.x-r.x,y:t.y-r.y}),t},Ff.prototype.moveChildren=function(e){var t=e.delta,n=e.shape;this._helper.moveRecursive(n.children,t,null)},Ff.prototype.getNewParent=function(e){return e.newParent||e.shape.parent},Hf.$inject=["modeling"],Hf.prototype.execute=function(e){var t=e.newSource,n=e.newTarget,i=e.connection,r=e.dockingOrPoints;if(!t&&!n)throw new Error("newSource or newTarget required");return c(r)&&(e.oldWaypoints=i.waypoints,i.waypoints=r),t&&(e.oldSource=i.source,i.source=t),n&&(e.oldTarget=i.target,i.target=n),i},Hf.prototype.postExecute=function(e){var t=e.connection,n=e.newSource,i=e.newTarget,r=e.dockingOrPoints,o=e.hints||{},s={};o.connectionStart&&(s.connectionStart=o.connectionStart),o.connectionEnd&&(s.connectionEnd=o.connectionEnd),!1!==o.layoutConnection&&(!n||i&&"source"!==o.docking||(s.connectionStart=s.connectionStart||Uf(c(r)?r[0]:r)),!i||n&&"target"!==o.docking||(s.connectionEnd=s.connectionEnd||Uf(c(r)?r[r.length-1]:r)),o.newWaypoints&&(s.waypoints=o.newWaypoints),this._modeling.layoutConnection(t,s))},Hf.prototype.revert=function(e){var t=e.oldSource,n=e.oldTarget,i=e.oldWaypoints,r=e.connection;return t&&(r.source=t),n&&(r.target=n),i&&(r.waypoints=i),r},Wf.$inject=["modeling","rules"],Wf.prototype.preExecute=function(e){var t,n=this,i=this._modeling,r=this._rules,o=e.oldShape,s=e.newData,a=e.hints||{};function l(e,t,n){return r.allowed("connection.reconnect",{connection:n,source:e,target:t})}var c,p={x:s.x,y:s.y},u={x:o.x,y:o.y,width:o.width,height:o.height};t=e.newShape=e.newShape||n.createShape(s,p,o.parent,a),o.host&&i.updateAttachment(t,o.host),!1!==a.moveChildren&&(c=o.children.slice(),i.moveElements(c,{x:0,y:0},t,a));var d=o.incoming.slice(),h=o.outgoing.slice();b(d,(function(e){l(e.source,t,e)&&n.reconnectEnd(e,t,Od(e,t,u),a)})),b(h,(function(e){var i=e.target;l(t,i,e)&&n.reconnectStart(e,t,Ed(e,t,u),a)}))},Wf.prototype.postExecute=function(e){var t=e.oldShape;this._modeling.removeShape(t)},Wf.prototype.execute=function(e){},Wf.prototype.revert=function(e){},Wf.prototype.createShape=function(e,t,n,i){return this._modeling.createShape(e,t,n,i)},Wf.prototype.reconnectStart=function(e,t,n,i){this._modeling.reconnectStart(e,t,n,i)},Wf.prototype.reconnectEnd=function(e,t,n,i){this._modeling.reconnectEnd(e,t,n,i)},Xf.$inject=["modeling"],Xf.prototype.execute=function(e){var t=e.shape,n=e.newBounds,i=e.minBounds;if(void 0===n.x||void 0===n.y||void 0===n.width||void 0===n.height)throw new Error("newBounds must have {x, y, width, height} properties");if(i&&(n.width<i.width||n.height<i.height))throw new Error("width and height cannot be less than minimum height and width");if(!i&&n.width<10||n.height<10)throw new Error("width and height cannot be less than 10px");return e.oldBounds={width:t.width,height:t.height,x:t.x,y:t.y},L(t,{width:n.width,height:n.height,x:n.x,y:n.y}),t},Xf.prototype.postExecute=function(e){var t=this._modeling,n=e.shape,i=e.oldBounds;!1!==(e.hints||{}).layout&&(b(n.incoming,(function(e){t.layoutConnection(e,{connectionEnd:Od(e,n,i)})})),b(n.outgoing,(function(e){t.layoutConnection(e,{connectionStart:Ed(e,n,i)})})))},Xf.prototype.revert=function(e){var t=e.shape,n=e.oldBounds;return L(t,{width:n.width,height:n.height,x:n.x,y:n.y}),t},Qf.$inject=["modeling"],Qf.prototype.preExecute=function(e){var t=e.delta,n=e.direction,i=e.movingShapes,r=e.resizingShapes,o=e.start,s={};this.moveShapes(i,t),b(r,(function(e){s[e.id]=function(e){return{x:e.x,y:e.y,height:e.height,width:e.width}}(e)})),this.resizeShapes(r,t,n),this.updateConnectionWaypoints(function(e,t){var n=[];return b(e.concat(t),(function(i){var r=i.incoming,o=i.outgoing;b(r.concat(o),(function(i){var r=i.source,o=i.target;(zm(e,r)||zm(e,o)||zm(t,r)||zm(t,o))&&(zm(n,i)||n.push(i))}))})),n}(i,r),t,n,o,i,r,s)},Qf.prototype.execute=function(){},Qf.prototype.revert=function(){},Qf.prototype.moveShapes=function(e,t){var n=this;b(e,(function(e){n._modeling.moveShape(e,t,null,{autoResize:!1,layout:!1,recurse:!1})}))},Qf.prototype.resizeShapes=function(e,t,n){var i=this;b(e,(function(e){var r=function(e,t,n){var i=e.x,r=e.y,o=e.width,s=e.height,a=n.x,l=n.y;switch(t){case"n":return{x:i,y:r+l,width:o,height:s-l};case"s":return{x:i,y:r,width:o,height:s+l};case"w":return{x:i+a,y:r,width:o-a,height:s};case"e":return{x:i,y:r,width:o+a,height:s};default:throw new Error("unknown direction: "+t)}}(e,n,t);i._modeling.resizeShape(e,r,null,{attachSupport:!1,autoResize:!1,layout:!1})}))},Qf.prototype.updateConnectionWaypoints=function(e,t,n,i,r,o,s){var a=this,l=r.concat(o);b(e,(function(e){var c=e.source,p=e.target,u=function(e){return O(e.waypoints,(function(e){return(e=Gf(e)).original&&(e.original=Gf(e.original)),e}))}(e),d=Kf(n),h={};Zf(l,c)&&Zf(l,p)?(u=O(u,(function(e){return Yf(e,i,n)&&(e[d]=e[d]+t[d]),e.original&&Yf(e.original,i,n)&&(e.original[d]=e.original[d]+t[d]),e})),a._modeling.updateWaypoints(e,u,{labelBehavior:!1})):(Zf(l,c)||Zf(l,p))&&(Zf(r,c)?h.connectionStart=Pd(e,c,t):Zf(r,p)?h.connectionEnd=kd(e,p,t):Zf(o,c)?h.connectionStart=Ed(e,c,s[c.id]):Zf(o,p)&&(h.connectionEnd=Od(e,p,s[p.id])),a._modeling.layoutConnection(e,h))}))},Jf.$inject=["modeling"],Jf.prototype.execute=function(e){var t=e.shape,n=t.children;e.oldChildrenVisibility=eg(n),t.collapsed=!t.collapsed;var i=tg(n,t.collapsed);return[t].concat(i)},Jf.prototype.revert=function(e){var t=e.shape,n=e.oldChildrenVisibility,i=ng(t.children,n);return t.collapsed=!t.collapsed,[t].concat(i)},ig.$inject=["modeling"],ig.prototype.execute=function(e){var t=e.shape,n=e.newHost,i=t.host;return e.oldHost=i,e.attacherIdx=rg(i,t),og(n,t),t.host=n,t},ig.prototype.revert=function(e){var t=e.shape,n=e.newHost,i=e.oldHost,r=e.attacherIdx;return t.host=i,rg(n,t),og(i,t,r),t},sg.prototype.execute=function(e){var t=e.connection,n=e.newWaypoints;return e.oldWaypoints=t.waypoints,t.waypoints=n,t},sg.prototype.revert=function(e){var t=e.connection,n=e.oldWaypoints;return t.waypoints=n,t},ag.$inject=["eventBus","elementFactory","commandStack"],ag.prototype.getHandlers=function(){return{"shape.append":Of,"shape.create":Tf,"shape.delete":Bf,"shape.move":Ff,"shape.resize":Xf,"shape.replace":Wf,"shape.toggleCollapse":Jf,spaceTool:Qf,"label.create":Af,"connection.create":Pf,"connection.delete":Df,"connection.move":Lf,"connection.layout":If,"connection.updateWaypoints":sg,"connection.reconnect":Hf,"elements.create":Sf,"elements.move":Vf,"elements.delete":Nf,"elements.distribute":$f,"elements.align":Ef,"element.updateAttachment":ig}},ag.prototype.registerHandlers=function(e){b(this.getHandlers(),(function(t,n){e.registerHandler(n,t)}))},ag.prototype.moveShape=function(e,t,n,i,r){"object"==typeof i&&(r=i,i=null);var o={shape:e,delta:t,newParent:n,newParentIndex:i,hints:r||{}};this._commandStack.execute("shape.move",o)},ag.prototype.updateAttachment=function(e,t){var n={shape:e,newHost:t};this._commandStack.execute("element.updateAttachment",n)},ag.prototype.moveElements=function(e,t,n,i){var r,o=(i=i||{}).attach,s=n;!0===o?(r=n,s=n.parent):!1===o&&(r=null);var a={shapes:e,delta:t,newParent:s,newHost:r,hints:i};this._commandStack.execute("elements.move",a)},ag.prototype.moveConnection=function(e,t,n,i,r){"object"==typeof i&&(r=i,i=void 0);var o={connection:e,delta:t,newParent:n,newParentIndex:i,hints:r||{}};this._commandStack.execute("connection.move",o)},ag.prototype.layoutConnection=function(e,t){var n={connection:e,hints:t||{}};this._commandStack.execute("connection.layout",n)},ag.prototype.createConnection=function(e,t,n,i,r,o){"object"==typeof n&&(o=r,r=i,i=n,n=void 0);var s={source:e,target:t,parent:r,parentIndex:n,connection:i=this._create("connection",i),hints:o};return this._commandStack.execute("connection.create",s),s.connection},ag.prototype.createShape=function(e,t,n,i,r){"number"!=typeof i&&(r=i,i=void 0);var o,s,a=(r=r||{}).attach;e=this._create("shape",e),a?(o=n.parent,s=n):o=n;var l={position:t,shape:e,parent:o,parentIndex:i,host:s,hints:r};return this._commandStack.execute("shape.create",l),l.shape},ag.prototype.createElements=function(e,t,n,i,r){c(e)||(e=[e]),"number"!=typeof i&&(r=i,i=void 0);var o={position:t,elements:e,parent:n,parentIndex:i,hints:r=r||{}};return this._commandStack.execute("elements.create",o),o.elements},ag.prototype.createLabel=function(e,t,n,i){n=this._create("label",n);var r={labelTarget:e,position:t,parent:i||e.parent,shape:n};return this._commandStack.execute("label.create",r),r.shape},ag.prototype.appendShape=function(e,t,n,i,r){r=r||{};var o={source:e,position:n,target:i,shape:t=this._create("shape",t),connection:r.connection,connectionParent:r.connectionParent,hints:r};return this._commandStack.execute("shape.append",o),o.shape},ag.prototype.removeElements=function(e){var t={elements:e};this._commandStack.execute("elements.delete",t)},ag.prototype.distributeElements=function(e,t,n){var i={groups:e,axis:t,dimension:n};this._commandStack.execute("elements.distribute",i)},ag.prototype.removeShape=function(e,t){var n={shape:e,hints:t||{}};this._commandStack.execute("shape.delete",n)},ag.prototype.removeConnection=function(e,t){var n={connection:e,hints:t||{}};this._commandStack.execute("connection.delete",n)},ag.prototype.replaceShape=function(e,t,n){var i={oldShape:e,newData:t,hints:n||{}};return this._commandStack.execute("shape.replace",i),i.newShape},ag.prototype.alignElements=function(e,t){var n={elements:e,alignment:t};this._commandStack.execute("elements.align",n)},ag.prototype.resizeShape=function(e,t,n,i){var r={shape:e,newBounds:t,minBounds:n,hints:i};this._commandStack.execute("shape.resize",r)},ag.prototype.createSpace=function(e,t,n,i,r){var o={delta:n,direction:i,movingShapes:e,resizingShapes:t,start:r};this._commandStack.execute("spaceTool",o)},ag.prototype.updateWaypoints=function(e,t,n){var i={connection:e,newWaypoints:t,hints:n||{}};this._commandStack.execute("connection.updateWaypoints",i)},ag.prototype.reconnect=function(e,t,n,i,r){var o={connection:e,newSource:t,newTarget:n,dockingOrPoints:i,hints:r||{}};this._commandStack.execute("connection.reconnect",o)},ag.prototype.reconnectStart=function(e,t,n,i){i||(i={}),this.reconnect(e,t,e.target,n,L(i,{docking:"source"}))},ag.prototype.reconnectEnd=function(e,t,n,i){i||(i={}),this.reconnect(e,e.source,t,n,L(i,{docking:"target"}))},ag.prototype.connect=function(e,t,n,i){return this.createConnection(e,t,n||{},e.parent,i)},ag.prototype._create=function(e,t){return t instanceof Fn?t:this._elementFactory.create(e,t)},ag.prototype.toggleCollapse=function(e,t){var n={shape:e,hints:t||{}};this._commandStack.execute("shape.toggleCollapse",n)},lg.$inject=["elementRegistry"],lg.prototype.execute=function(e){var t=e.element,n=e.moddleElement,i=e.properties;if(!n)throw new Error("<moddleElement> required");var r=e.changed||this._getVisualReferences(n).concat(t),o=e.oldProperties||function(e,t){return w(t,(function(t,n){return t[n]=e.get(n),t}),{})}(n,P(i));return cg(n,i),e.oldProperties=o,e.changed=r,r},lg.prototype.revert=function(e){var t=e.oldProperties,n=e.moddleElement,i=e.changed;return cg(n,t),i},lg.prototype._getVisualReferences=function(e){var t=this._elementRegistry;return Ar(e,"bpmn:DataObject")?function(e,t){return t.filter((function(t){return Ar(t,"bpmn:DataObjectReference")&&Rr(t).dataObjectRef===e}))}(e,t):[]};var pg="default",ug="id",dg="di",hg={width:0,height:0};function mg(e,t,n,i,r){this._elementRegistry=e,this._moddle=t,this._translate=n,this._modeling=i,this._textRenderer=r}function fg(e,t){return ug in e&&e[ug]!==t[ug]}function gg(e,t){var n=e.businessObject,i=Dr(e);b(t,(function(e,t){t!==dg?n.set(t,e):i&&function(e,t){b(t,(function(t,n){e.set(n,t)}))}(i,e)}))}mg.$inject=["elementRegistry","moddle","translate","modeling","textRenderer"],mg.prototype.execute=function(e){var t=e.element,n=[t],i=this._translate;if(!t)throw new Error(i("element required"));var r=this._elementRegistry,o=this._moddle.ids,s=t.businessObject,a=function(e){var t=L({},e);return yg.forEach((function(n){n in e&&(t[n]=Rr(t[n]))})),t}(e.properties),l=e.oldProperties||function(e,t){var n=P(t),i=e.businessObject,r=Dr(e);return w(n,(function(e,n){return e[n]=n!==dg?i.get(n):function(e,t){return w(t,(function(t,n){return t[n]=e&&e.get(n),t}),{})}(r,P(t.di)),e}),{})}(t,a);return fg(a,s)&&(o.unclaim(s[ug]),r.updateId(t,a[ug]),o.claim(a[ug],s)),pg in a&&(a[pg]&&n.push(r.get(a[pg].id)),s[pg]&&n.push(r.get(s[pg].id))),gg(t,a),e.oldProperties=l,e.changed=n,n},mg.prototype.postExecute=function(e){var t=e.element.label,n=t&&Rr(t).name;if(n){var i=this._textRenderer.getExternalLabelBounds(t,n);this._modeling.resizeShape(t,i,hg)}},mg.prototype.revert=function(e){var t=e.element,n=e.properties,i=e.oldProperties,r=t.businessObject,o=this._elementRegistry,s=this._moddle.ids;return gg(t,i),fg(n,r)&&(s.unclaim(n[ug]),o.updateId(t,i[ug]),s.claim(i[ug],r)),e.changed};var yg=["default"];function vg(e,t){this._canvas=e,this._modeling=t}function bg(e,t){this._modeling=e,this._spaceTool=t}function xg(e,t){this._modeling=e,this._translate=t}function wg(e,t){this._modeling=e,this._spaceTool=t}vg.$inject=["canvas","modeling"],vg.prototype.execute=function(e){var t=this._canvas,n=e.newRoot,i=n.businessObject,r=t.getRootElement(),o=r.businessObject,s=o.$parent,a=Dr(r);return t.setRootElement(n),t.removeRootElement(r),At(s.rootElements,i),i.$parent=s,Tt(s.rootElements,o),o.$parent=null,r.di=null,a.bpmnElement=i,n.di=a,e.oldRoot=r,[]},vg.prototype.revert=function(e){var t=this._canvas,n=e.newRoot,i=n.businessObject,r=e.oldRoot,o=r.businessObject,s=i.$parent,a=Dr(n);return t.setRootElement(r),t.removeRootElement(n),Tt(s.rootElements,i),i.$parent=null,At(s.rootElements,o),o.$parent=s,n.di=null,a.bpmnElement=o,r.di=a,[]},bg.$inject=["modeling","spaceTool"],bg.prototype.preExecute=function(e){var t=this._spaceTool,n=this._modeling,i=e.shape,r=e.location,o=qu(i),s=o===i,a=s?i:i.parent;Lu(a).length||n.createShape({type:"bpmn:Lane"},{x:i.x+ju,y:i.y,width:i.width-ju,height:i.height},a);var l=[];wt(o,(function(e){return l.push(e),e.label&&l.push(e.label),e===i?[]:v(e.children,(function(e){return e!==i}))}));var c="top"===r?-120:120,p="top"===r?i.y:i.y+i.height,u=p+("top"===r?10:-10),d="top"===r?"n":"s",h=t.calculateAdjustments(l,"y",c,u);t.makeSpace(h.movingShapes,h.resizingShapes,{x:0,y:c},d,u),e.newLane=n.createShape({type:"bpmn:Lane"},{x:i.x+(s?ju:0),y:p-("top"===r?120:0),width:i.width-(s?ju:0),height:120},a)},xg.$inject=["modeling","translate"],xg.prototype.preExecute=function(e){var t=this._modeling,n=this._translate,i=e.shape,r=e.count,o=Lu(i),s=o.length;if(s>r)throw new Error(n("more than {count} child lanes",{count:r}));var a,l,c,p,u,d=Math.round(i.height/r);for(u=0;u<r;u++)a=i.y+u*d,l=u===r-1?i.height-d*u:d,c={x:i.x+ju,y:a,width:i.width-ju,height:l},u<s?t.resizeShape(o[u],c):(p={type:"bpmn:Lane"},t.createShape(p,c,i))},wg.$inject=["modeling","spaceTool"],wg.prototype.preExecute=function(e){var t=e.shape,n=e.newBounds;!1!==e.balanced?this.resizeBalanced(t,n):this.resizeSpace(t,n)},wg.prototype.resizeBalanced=function(e,t){var n=this._modeling,i=zu(e,t);n.resizeShape(e,t),i.forEach((function(e){n.resizeShape(e.shape,e.newBounds)}))},wg.prototype.resizeSpace=function(e,t){var n,i,r,o,s,a=this._spaceTool,l=_n(e),c=Au(_n(t),l),p=qu(e),u=[],d=[];wt(p,(function(e){return u.push(e),(Ar(e,"bpmn:Lane")||Ar(e,"bpmn:Participant"))&&d.push(e),e.children})),(c.bottom||c.top)&&(n=c.bottom||c.top,i=e.y+(c.bottom?e.height:0)+(c.bottom?-10:10),r=c.bottom?"s":"n",o=c.top>0||c.bottom<0?-n:n,s=a.calculateAdjustments(u,"y",o,i),a.makeSpace(s.movingShapes,s.resizingShapes,{x:0,y:n},r)),(c.left||c.right)&&(n=c.right||c.left,i=e.x+(c.right?e.width:0)+(c.right?-10:100),r=c.right?"e":"w",o=c.left>0||c.right<0?-n:n,s=a.calculateAdjustments(d,"x",o,i),a.makeSpace(s.movingShapes,s.resizingShapes,{x:n,y:0},r))};var _g="flowNodeRef",Eg="lanes";function Og(e){this._elementRegistry=e}function Pg(e){this._moddle=e}Og.$inject=["elementRegistry"],Og.prototype._computeUpdates=function(e,t){var n=[],i=[],r={},o=[];function s(e){-1===n.indexOf(e)&&(o.push(e),n.push(e))}function a(e){if(!e.parent)return[];var t=function(e){var t=qu(e);return r[t.id]||(r[t.id]=Iu(t)),r[t.id]}(e);return t.filter((function(t){return n=e,i=_n(t),r=n.x+n.width/2,o=n.y+n.height/2,r>i.left&&r<i.right&&o>i.top&&o<i.bottom;var n,i,r,o})).map((function(e){return e.businessObject}))}return t.forEach((function(e){var t=qu(e);if(t&&-1===n.indexOf(t)){var i=t.children.filter((function(e){return Ar(e,"bpmn:FlowNode")}));i.forEach(s),n.push(t)}})),e.forEach(s),o.forEach((function(e){var t=e.businessObject,n=t.get(Eg).slice(),r=a(e);i.push({flowNode:t,remove:n,add:r})})),t.forEach((function(e){var t=e.businessObject;e.parent||t.get(_g).forEach((function(e){i.push({flowNode:e,remove:[t],add:[]})}))})),i},Og.prototype.execute=function(e){var t=e.updates;return t||(t=e.updates=this._computeUpdates(e.flowNodeShapes,e.laneShapes)),t.forEach((function(e){var t=e.flowNode,n=t.get(Eg);e.remove.forEach((function(e){Tt(n,e),Tt(e.get(_g),t)})),e.add.forEach((function(e){At(n,e),At(e.get(_g),t)}))})),[]},Og.prototype.revert=function(e){return e.updates.forEach((function(e){var t=e.flowNode,n=t.get(Eg);e.add.forEach((function(e){Tt(n,e),Tt(e.get(_g),t)})),e.remove.forEach((function(e){At(n,e),At(e.get(_g),t)}))})),[]},Pg.$inject=["moddle"],Pg.prototype.execute=function(e){var t=this._moddle.ids,n=e.id,i=e.element;return e.claiming?t.claim(n,i):t.unclaim(n),[]},Pg.prototype.revert=function(e){var t=this._moddle.ids,n=e.id,i=e.element;return e.claiming?t.unclaim(n):t.claim(n,i),[]};var kg={fill:void 0,stroke:void 0};function Sg(e){this._commandStack=e,this._normalizeColor=function(e){if(e){if(h(e)){var t=function(e){var t=document.createElement("canvas").getContext("2d");return t.fillStyle="transparent",t.fillStyle=e,/^#[0-9a-fA-F]{6}$/.test(t.fillStyle)?t.fillStyle:null}(e);if(t)return t}throw new Error("invalid color value: "+e)}}}Sg.$inject=["commandStack"],Sg.prototype.postExecute=function(e){var t=e.elements,n=e.colors||kg,i=this,r={};"fill"in n&&L(r,{"background-color":this._normalizeColor(n.fill)}),"stroke"in n&&L(r,{"border-color":this._normalizeColor(n.stroke)}),b(t,(function(e){var t=vn(e)?V(r,["border-color"]):r,n=Dr(e);if(function(e){"border-color"in e&&(e.stroke=e["border-color"]);"background-color"in e&&(e.fill=e["background-color"])}(t),bn(e))i._commandStack.execute("element.updateModdleProperties",{element:e,moddleElement:n.label,properties:{color:r["border-color"]}});else{if(!Mr(n,["bpmndi:BPMNEdge","bpmndi:BPMNShape"]))return;i._commandStack.execute("element.updateProperties",{element:e,properties:{di:t}})}}))};var Cg={width:0,height:0};function Tg(e,t,n){function i(e,t){var n=e.label||e,i=e.labelTarget||e;return co(n,t),[n,i]}this.preExecute=function(t){var n=t.element,i=n.businessObject,r=t.newLabel;if(!bn(n)&&io(n)&&!ro(n)&&!Ag(r)){var o=so(n);o={x:o.x,y:o.y+7},e.createLabel(n,o,{id:i.id+"_label",businessObject:i,di:n.di})}},this.execute=function(e){return e.oldLabel=lo(e.element),i(e.element,e.newLabel)},this.revert=function(e){return i(e.element,e.oldLabel)},this.postExecute=function(n){var i=n.element,r=i.label||i,o=n.newLabel,s=n.newBounds,a=n.hints||{};if(bn(r)||Ar(r,"bpmn:TextAnnotation"))if(bn(r)&&Ag(o))!1!==a.removeShape&&e.removeShape(r,{unsetLabel:!1});else{var l=lo(i);void 0===s&&(s=t.getExternalLabelBounds(r,l)),s&&e.resizeShape(r,s,Cg)}}}function Ag(e){return!e||!e.trim()}function Mg(e,t,n,i){ag.call(this,e,t,n),this._bpmnRules=i}function Rg(){}Tg.$inject=["modeling","textRenderer","bpmnFactory"],e(Mg,ag),Mg.$inject=["eventBus","elementFactory","commandStack","bpmnRules"],Mg.prototype.getHandlers=function(){var e=ag.prototype.getHandlers.call(this);return e["element.updateModdleProperties"]=lg,e["element.updateProperties"]=mg,e["canvas.updateRoot"]=vg,e["lane.add"]=bg,e["lane.resize"]=wg,e["lane.split"]=xg,e["lane.updateRefs"]=Og,e["id.updateClaim"]=Pg,e["element.setColor"]=Sg,e["element.updateLabel"]=Tg,e},Mg.prototype.updateLabel=function(e,t,n,i){this._commandStack.execute("element.updateLabel",{element:e,newLabel:t,newBounds:n,hints:i||{}})},Mg.prototype.connect=function(e,t,n,i){var r=this._bpmnRules;if(n||(n=r.canConnect(e,t)),n)return this.createConnection(e,t,n,e.parent,i)},Mg.prototype.updateModdleProperties=function(e,t,n){this._commandStack.execute("element.updateModdleProperties",{element:e,moddleElement:t,properties:n})},Mg.prototype.updateProperties=function(e,t){this._commandStack.execute("element.updateProperties",{element:e,properties:t})},Mg.prototype.resizeLane=function(e,t,n){this._commandStack.execute("lane.resize",{shape:e,newBounds:t,balanced:n})},Mg.prototype.addLane=function(e,t){var n={shape:e,location:t};return this._commandStack.execute("lane.add",n),n.newLane},Mg.prototype.splitLane=function(e,t){this._commandStack.execute("lane.split",{shape:e,count:t})},Mg.prototype.makeCollaboration=function(){var e=this._create("root",{type:"bpmn:Collaboration"}),t={newRoot:e};return this._commandStack.execute("canvas.updateRoot",t),e},Mg.prototype.makeProcess=function(){var e={newRoot:this._create("root",{type:"bpmn:Process"})};this._commandStack.execute("canvas.updateRoot",e)},Mg.prototype.updateLaneRefs=function(e,t){this._commandStack.execute("lane.updateRefs",{flowNodeShapes:e,laneShapes:t})},Mg.prototype.claimId=function(e,t){this._commandStack.execute("id.updateClaim",{id:e,element:t,claiming:!0})},Mg.prototype.unclaimId=function(e,t){this._commandStack.execute("id.updateClaim",{id:e,element:t})},Mg.prototype.setColor=function(e,t){e.length||(e=[e]),this._commandStack.execute("element.setColor",{elements:e,colors:t})},Rg.prototype.layoutConnection=function(e,t){return[(t=t||{}).connectionStart||Pn(t.source||e.source),t.connectionEnd||Pn(t.target||e.target)]};var Dg=20,Ng=5,Bg=Math.round,$g=20,jg={"h:h":20,"v:v":20,"h:v":-10,"v:h":-10};function Ig(e,t,n){var i,r,o,s=kn(t,e,Ng),a=n.split(":")[0],l=Bg((t.x-e.x)/2+e.x),c=Bg((t.y-e.y)/2+e.y),p=(o=s,{t:/top/,r:/right/,b:/bottom/,l:/left/,h:/left|right/,v:/top|bottom/}[a].test(o)),u=/h|r|l/.test(a),d=!1,h=!1;return p?(i=u?{x:l,y:e.y}:{x:e.x,y:c},r=u?"h:h":"v:v"):(d=function(e,t){return!{t:/top/,r:/right/,b:/bottom/,l:/left/,h:/./,v:/./}[t].test(e)}(s,a),r=u?"h:v":"v:h",d?u?(h=c===e.y,i={x:e.x+Dg*(/l/.test(a)?-1:1),y:h?c+Dg:c}):i={x:(h=l===e.x)?l+Dg:l,y:e.y+Dg*(/t/.test(a)?-1:1)}:i={x:l,y:c}),{waypoints:qg(e,i,r).concat(i),directions:r,turnNextDirections:h}}function Lg(e){return e.split(":").reverse().join(":")}function qg(e,t,n){if(!function(e){return e&&/^h|v|t|r|b|l:h|v|t|r|b|l$/.test(e)}(n=n||"h:h"))throw new Error("unknown directions: <"+n+">: must be specified as <start>:<end> with start/end in { h,v,t,r,b,l }");if(Ug(n)){var i=function(e,t,n){return Ig(e,t,n)}(e,t,n),r=function(e,t,n){var i=Ig(t,e,Lg(n));return{waypoints:i.waypoints.slice().reverse(),directions:Lg(i.directions),turnNextDirections:i.turnNextDirections}}(e,t,n),o=function(e,t){var n=e.directions.split(":")[1],i=t.directions.split(":")[0];e.turnNextDirections&&(n="h"==n?"v":"h"),t.turnNextDirections&&(i="h"==i?"v":"h");var r=n+":"+i;return{waypoints:qg(e.waypoints[e.waypoints.length-1],t.waypoints[0],r),directions:r}}(i,r);return[].concat(i.waypoints,o.waypoints,r.waypoints)}return function(e,t,n){var i=Bg((t.x-e.x)/2+e.x),r=Bg((t.y-e.y)/2+e.y);if("h:v"===n)return[{x:t.x,y:e.y}];if("v:h"===n)return[{x:e.x,y:t.y}];if("h:h"===n)return[{x:i,y:e.y},{x:i,y:t.y}];if("v:v"===n)return[{x:e.x,y:r},{x:t.x,y:r}];throw new Error("invalid directions: can only handle varians of [hv]:[hv]")}(e,t,n)}function zg(e,t,n,i,r){var o=x(r&&r.preferredLayouts||[],"straight")[0]||"h:h",s=kn(e,t,jg[o]||0),a=function(e,t){if(Ug(t))return t;switch(e){case"intersect":return"t:t";case"top":case"bottom":return"v:v";case"left":case"right":return"h:h";default:return t}}(s,o);n=n||Pn(e),i=i||Pn(t);var l=a.split(":"),c=Wg(n,e,l[0],function(e){return{top:"bottom",bottom:"top",left:"right",right:"left","top-left":"bottom-right","bottom-right":"top-left","top-right":"bottom-left","bottom-left":"top-right"}[e]}(s));return function(e,t,n){var i=qg(e,t,n);return i.unshift(e),i.push(t),Xg(i)}(c,Wg(i,t,l[1],s),a)}function Vg(e,t,n,i,r,o){var s;return c(n)&&(r=n,o=i,n=Pn(e),i=Pn(t)),r=r||[],s=-1!==(o=L({preferredLayouts:[]},o)).preferredLayouts.indexOf("straight")&&function(e,t,n,i,r){var o,s,a={};if(s=kn(e,t),!/^(top|bottom|left|right)$/.test(s))return null;/top|bottom/.test(s)&&(o="x");/left|right/.test(s)&&(o="y");return"target"===r.preserveDocking?Fg(o,i,e)?(a[o]=i[o],[{x:void 0!==a.x?a.x:n.x,y:void 0!==a.y?a.y:n.y,original:{x:void 0!==a.x?a.x:n.x,y:void 0!==a.y?a.y:n.y}},{x:i.x,y:i.y}]):null:Fg(o,n,t)?(a[o]=n[o],[{x:n.x,y:n.y},{x:void 0!==a.x?a.x:i.x,y:void 0!==a.y?a.y:i.y,original:{x:void 0!==a.x?a.x:i.x,y:void 0!==a.y?a.y:i.y}}]):null}(e,t,n,i,o),s||(s=o.connectionEnd&&function(e,t,n,i){var r=i.slice().reverse();return r=Hg(e,t,n,r),r?r.reverse():null}(t,e,i,r),s||((s=o.connectionStart&&Hg(e,t,n,r))||(!o.connectionStart&&!o.connectionEnd&&r&&r.length?r:zg(e,t,n,i,o))))}function Fg(e,t,n){return function(e,t,n){return e>=t&&e<=n}(t[e],n[e],n[e]+n[{x:"width",y:"height"}[e]])}function Hg(e,t,n,i){if(function(e){return e.length<3||!(e.length>4)&&!!g(e,(function(t,n){var i=e[n-1];return i&&Rt(t,i)<3}))}(i))return null;var r,o=i[0],s=i.slice();return s[0]=n,s[1]=function(e,t,n){switch(Bt(t,e)){case"v":return{x:n.x,y:e.y};case"h":return{x:e.x,y:n.y}}return{x:e.x,y:e.y}}(s[1],o,n),r=function(e,t,n){var i;for(i=e.length-2;0!==i;i--)if(jt(e[i],t,$g)||jt(e[i],n,$g))return e.slice(i);return e}(s,e,t),r!==s&&(s=Hg(e,t,n,r)),s&&Bt(s)?null:s}function Ug(e){return e&&/t|r|b|l/.test(e)}function Wg(e,t,n,i){if("h"===n&&(n=/left/.test(i)?"l":"r"),"v"===n&&(n=/top/.test(i)?"t":"b"),"t"===n)return{original:e,x:e.x,y:t.y};if("r"===n)return{original:e,x:t.x+t.width,y:e.y};if("b"===n)return{original:e,x:e.x,y:t.y+t.height};if("l"===n)return{original:e,x:t.x,y:e.y};throw new Error("unexpected dockingDirection: <"+n+">")}function Xg(e){return e.reduce((function(t,n,i){return Dt(t[t.length-1],e[i+1],n,0)||t.push(n),t}),[])}var Qg=-10,Gg=40,Kg={top:"bottom","top-right":"bottom-left","top-left":"bottom-right",right:"left",bottom:"top","bottom-right":"top-left","bottom-left":"top-right",left:"right"},Yg={top:"t",right:"r",bottom:"b",left:"l"};function Zg(){}function Jg(e,t){return Ar(t,"bpmn:Participant")?"source":Ar(e,"bpmn:Participant")?"target":iy(t)?"source":iy(e)||Ar(t,"bpmn:Event")?"target":Ar(e,"bpmn:Event")?"source":null}function ey(e){return iy(e)?"target":"source"}function ty(e,t){return e?e.original||e:Pn(t)}function ny(e,t){return Ar(t,"bpmn:Activity")&&Ar(e,"bpmn:BoundaryEvent")&&t.businessObject.isForCompensation}function iy(e){return Ar(e,"bpmn:SubProcess")&&Kr(e)}function ry(e,t){return e===t}function oy(e){var t=/right|left/.exec(e);return t&&t[0]}function sy(e){var t=/top|bottom/.exec(e);return t&&t[0]}function ay(e){return"right"===e||"left"===e}function ly(e,t){var n=t.waypoints,i=n&&n.length&&kn(n[0],e);return"top"===i?["t:r"]:"right"===i?["r:b"]:"left"===i?["l:t"]:["b:l"]}function cy(e,t,n){var i,r,o,s,a=Pn(e),l=Pn(t),c=(s=(o=e).host,kn(Pn(o),s,Qg)),p=ry(e.host,t),u=-1!==["top","right","bottom","left"].indexOf(c),d=kn(l,a,{x:e.width/2+t.width/2,y:e.height/2+t.height/2});return p?function(e,t,n,i,r){var o,s=t?e:sy(e),a=Yg[s];o=t?ay(e)?py("y",n,i,r)?"h":"b":py("x",n,i,r)?"v":"l":"v";return[a+":"+o]}(c,u,e,t,n):(i=function(e,t,n){if(n)return Yg[e];if(ry(sy(e),sy(t))||function(e,t){return Kg[e]===t}(oy(e),oy(t)))return Yg[sy(e)];return Yg[oy(e)]}(c,d,u),r=function(e,t,n){if(n)return ay(e)?function(e,t){var n=oy(e),i=Kg[n];return-1!==t.indexOf(i)}(e,t)||ry(e,t)?"h":"v":function(e,t){var n=sy(e),i=Kg[n];return-1!==t.indexOf(i)}(e,t)||ry(e,t)?"v":"h";return ay(t)||ry(sy(e),sy(t))&&oy(t)?"h":"v"}(c,d,u),[i+":"+r])}function py(e,t,n,i){var r=Gg;return!(uy(e,i,n,r)||uy(e,i,{x:n.x+n.width,y:n.y+n.height},r)||uy(e,i,Pn(t),r))}function uy(e,t,n,i){return Math.abs(t[e]-n[e])<i}function dy(e){return L({original:e.point.original||e.point},e.actual)}function hy(e,t){this._elementRegistry=e,this._graphicsFactory=t}e(Zg,Rg),Zg.prototype.layoutConnection=function(e,t){t||(t={});var n,i,r=t.source||e.source,o=t.target||e.target,s=t.waypoints||e.waypoints,a=t.connectionStart,l=t.connectionEnd;return a||(a=ty(s&&s[0],r)),l||(l=ty(s&&s[s.length-1],o)),(Ar(e,"bpmn:Association")||Ar(e,"bpmn:DataAssociation"))&&s&&!ny(r,o)?[].concat([a],s.slice(1,-1),[l]):(Ar(e,"bpmn:MessageFlow")?n=function(e,t){return{preferredLayouts:["straight","v:v"],preserveDocking:Jg(e,t)}}(r,o):(Ar(e,"bpmn:SequenceFlow")||ny(r,o))&&(n=r===o?{preferredLayouts:ly(r,e)}:Ar(r,"bpmn:BoundaryEvent")?{preferredLayouts:cy(r,o,l)}:iy(r)||iy(o)?function(e){return{preferredLayouts:["straight","h:h"],preserveDocking:ey(e)}}(r):Ar(r,"bpmn:Gateway")?{preferredLayouts:["v:h"]}:Ar(o,"bpmn:Gateway")?{preferredLayouts:["h:v"]}:{preferredLayouts:["h:h"]}),n&&(i=Xg(Vg(r,o,a,l,s,n=L(n,t)))),i||[a,l])},hy.$inject=["elementRegistry","graphicsFactory"],hy.prototype.getCroppedWaypoints=function(e,t,n){t=t||e.source,n=n||e.target;var i=this.getDockingPoint(e,t,!0),r=this.getDockingPoint(e,n),o=e.waypoints.slice(i.idx+1,r.idx);return o.unshift(dy(i)),o.push(dy(r)),o},hy.prototype.getDockingPoint=function(e,t,n){var i,r,o=e.waypoints;return{point:r=o[i=n?0:o.length-1],actual:this._getIntersection(t,e,n)||r,idx:i}},hy.prototype._getIntersection=function(e,t,n){return Sn(this._getShapePath(e),this._getConnectionPath(t),n)},hy.prototype._getConnectionPath=function(e){return this._graphicsFactory.getConnectionPath(e)},hy.prototype._getShapePath=function(e){return this._graphicsFactory.getShapePath(e)},hy.prototype._getGfx=function(e){return this._elementRegistry.getGraphics(e)};var my={__init__:["modeling","bpmnUpdater"],__depends__:[xh,em,nm,om,Im,cf,hf,yf,cs,vs,af],bpmnFactory:["type",vf],bpmnUpdater:["type",bf],elementFactory:["type",wf],modeling:["type",Mg],layouter:["type",Zg],connectionDocking:["type",hy]};const fy=Math.round;function gy(e,t,n,i,r,o){this._complexPreview=e,this._connectionDocking=t,this._elementFactory=n,this._eventBus=i,this._layouter=r,this._rules=o}gy.prototype.create=function(e,t,n){const i=this._complexPreview,r=this._connectionDocking,o=this._elementFactory,s=this._eventBus,a=this._layouter,c=this._rules,p=o.createShape(L({type:t},n)),u=s.fire("autoPlace",{source:e,shape:p});if(!u)return;L(p,{x:u.x-fy(p.width/2),y:u.y-fy(p.height/2)});const d=c.allowed("connection.create",{source:e,target:p,hints:{targetParent:e.parent}});let h=null;d&&(h=o.createConnection(d),h.waypoints=a.layoutConnection(h,{source:e,target:p}),h.waypoints=r.getCroppedWaypoints(h,e,p)),i.create({created:[p,h].filter((e=>!l(e)))})},gy.prototype.cleanUp=function(){this._complexPreview.cleanUp()},gy.$inject=["complexPreview","connectionDocking","elementFactory","eventBus","layouter","rules"];var yy={__depends__:[Sc,tu,my],__init__:["appendPreview"],appendPreview:["type",gy]},vy=Math.min,by=Math.max;function xy(e){e.preventDefault()}function wy(e){e.stopPropagation()}function _y(e){this.container=e.container,this.parent=xe('<div class="djs-direct-editing-parent"><div class="djs-direct-editing-content" contenteditable="true"></div></div>'),this.content=we("[contenteditable]",this.parent),this.keyHandler=e.keyHandler||function(){},this.resizeHandler=e.resizeHandler||function(){},this.autoResize=I(this.autoResize,this),this.handlePaste=I(this.handlePaste,this)}function Ey(e,t){this._eventBus=e,this._providers=[],this._textbox=new _y({container:t.getContainer(),keyHandler:I(this._handleKey,this),resizeHandler:I(this._handleResize,this)})}_y.prototype.create=function(e,t,n,i){var r=this.parent,o=this.content,s=this.container;i=this.options=i||{};var a=V(t=this.style=t||{},["width","height","maxWidth","maxHeight","minWidth","minHeight","left","top","backgroundColor","position","overflow","border","wordWrap","textAlign","outline","transform"]);L(r.style,{width:e.width+"px",height:e.height+"px",maxWidth:e.maxWidth+"px",maxHeight:e.maxHeight+"px",minWidth:e.minWidth+"px",minHeight:e.minHeight+"px",left:e.x+"px",top:e.y+"px",backgroundColor:"#ffffff",position:"absolute",overflow:"visible",border:"1px solid #ccc",boxSizing:"border-box",wordWrap:"normal",textAlign:"center",outline:"none"},a);var l=V(t,["fontFamily","fontSize","fontWeight","lineHeight","padding","paddingTop","paddingRight","paddingBottom","paddingLeft"]);return L(o.style,{boxSizing:"border-box",width:"100%",outline:"none",wordWrap:"break-word"},l),i.centerVertically&&L(o.style,{position:"absolute",top:"50%",transform:"translate(0, -50%)"},l),o.innerText=n,he.bind(o,"keydown",this.keyHandler),he.bind(o,"mousedown",wy),he.bind(o,"paste",this.handlePaste),i.autoResize&&he.bind(o,"input",this.autoResize),i.resizable&&this.resizable(t),s.appendChild(r),this.setSelection(o.lastChild,o.lastChild&&o.lastChild.length),r},_y.prototype.handlePaste=function(e){var t,n=this.options,i=this.style;if(e.preventDefault(),t=e.clipboardData?e.clipboardData.getData("text/plain"):window.clipboardData.getData("Text"),this.insertText(t),n.autoResize){var r=this.autoResize(i);r&&this.resizeHandler(r)}},_y.prototype.insertText=function(e){e=function(e){return e.replace(/\r\n|\r|\n/g,"\n")}(e),document.execCommand("insertText",!1,e)||this._insertTextIE(e)},_y.prototype._insertTextIE=function(e){var t,n,i,r=this.getSelection(),o=r.startContainer,s=r.endContainer,a=r.startOffset,l=r.endOffset,c=r.commonAncestorContainer,p=(t=c.childNodes,[].slice.call(t));if(function(e){return e.nodeType===Node.TEXT_NODE}(c)){var u=o.textContent;o.textContent=u.substring(0,a)+e+u.substring(l),n=o,i=a+e.length}else if(o===this.content&&s===this.content){var d=document.createTextNode(e);this.content.insertBefore(d,p[a]),n=d,i=d.textContent.length}else{var h=p.indexOf(o),m=p.indexOf(s);p.forEach((function(t,n){n===h?t.textContent=o.textContent.substring(0,a)+e+s.textContent.substring(l):n>h&&n<=m&&Ee(t)})),n=o,i=a+e.length}n&&void 0!==i&&setTimeout((function(){self.setSelection(n,i)}))},_y.prototype.autoResize=function(){var e=this.parent,t=this.content,n=parseInt(this.style.fontSize)||12;if(t.scrollHeight>e.offsetHeight||t.scrollHeight<e.offsetHeight-n){var i=e.getBoundingClientRect(),r=t.scrollHeight;e.style.height=r+"px",this.resizeHandler({width:i.width,height:i.height,dx:0,dy:r-i.height})}},_y.prototype.resizable=function(){var e=this,t=this.parent,n=this.resizeHandle,i=parseInt(this.style.minWidth)||0,r=parseInt(this.style.minHeight)||0,o=parseInt(this.style.maxWidth)||1/0,s=parseInt(this.style.maxHeight)||1/0;if(!n){var a,l,c,p;n=this.resizeHandle=xe('<div class="djs-direct-editing-resize-handle"></div>');var u=function(n){xy(n),wy(n);var u=vy(by(c+n.clientX-a,i),o),d=vy(by(p+n.clientY-l,r),s);t.style.width=u+"px",t.style.height=d+"px",e.resizeHandler({width:c,height:p,dx:n.clientX-a,dy:n.clientY-l})},d=function(e){xy(e),wy(e),he.unbind(document,"mousemove",u,!1),he.unbind(document,"mouseup",d,!1)};he.bind(n,"mousedown",(function(e){xy(e),wy(e),a=e.clientX,l=e.clientY;var n=t.getBoundingClientRect();c=n.width,p=n.height,he.bind(document,"mousemove",u),he.bind(document,"mouseup",d)}))}L(n.style,{position:"absolute",bottom:"0px",right:"0px",cursor:"nwse-resize",width:"0",height:"0",borderTop:(parseInt(this.style.fontSize)/4||3)+"px solid transparent",borderRight:(parseInt(this.style.fontSize)/4||3)+"px solid #ccc",borderBottom:(parseInt(this.style.fontSize)/4||3)+"px solid #ccc",borderLeft:(parseInt(this.style.fontSize)/4||3)+"px solid transparent"}),t.appendChild(n)},_y.prototype.destroy=function(){var e=this.parent,t=this.content,n=this.resizeHandle;t.innerText="",e.removeAttribute("style"),t.removeAttribute("style"),he.unbind(t,"keydown",this.keyHandler),he.unbind(t,"mousedown",wy),he.unbind(t,"input",this.autoResize),he.unbind(t,"paste",this.handlePaste),n&&(n.removeAttribute("style"),Ee(n)),Ee(e)},_y.prototype.getValue=function(){return this.content.innerText.trim()},_y.prototype.getSelection=function(){return window.getSelection().getRangeAt(0)},_y.prototype.setSelection=function(e,t){var n=document.createRange();null===e?n.selectNodeContents(this.content):(n.setStart(e,t),n.setEnd(e,t));var i=window.getSelection();i.removeAllRanges(),i.addRange(n)},Ey.$inject=["eventBus","canvas"],Ey.prototype.registerProvider=function(e){this._providers.push(e)},Ey.prototype.isActive=function(e){return!(!this._active||e&&this._active.element!==e)},Ey.prototype.cancel=function(){this._active&&(this._fire("cancel"),this.close())},Ey.prototype._fire=function(e,t){this._eventBus.fire("directEditing."+e,t||{active:this._active})},Ey.prototype.close=function(){this._textbox.destroy(),this._fire("deactivate"),this._active=null,this.resizable=void 0},Ey.prototype.complete=function(){var e=this._active;if(e){var t,n=e.context.bounds,i=this.$textbox.getBoundingClientRect(),r=this.getValue();r===e.context.text&&i.height===n.height&&i.width===n.width||(t=this._textbox.container.getBoundingClientRect(),e.provider.update(e.element,r,e.context.text,{x:i.left-t.left,y:i.top-t.top,width:i.width,height:i.height})),this._fire("complete"),this.close()}},Ey.prototype.getValue=function(){return this._textbox.getValue()},Ey.prototype._handleKey=function(e){e.stopPropagation();var t=e.keyCode||e.charCode;return 27===t?(e.preventDefault(),this.cancel()):13!==t||e.shiftKey?void 0:(e.preventDefault(),this.complete())},Ey.prototype._handleResize=function(e){this._fire("resize",e)},Ey.prototype.activate=function(e){var t;this.isActive()&&this.cancel();var n=g(this._providers,(function(n){return(t=n.activate(e))?n:null}));return t&&(this.$textbox=this._textbox.create(t.bounds,t.style,t.text,t.options),this._active={element:e,context:t,provider:n},t.options&&t.options.resizable&&(this.resizable=!0),this._fire("activate")),!!t};var Oy={__depends__:[es],__init__:["directEditing"],directEditing:["type",Ey]};function Py(e){return function(t){var n=t.target,i=Rr(e),r=i.eventDefinitions&&i.eventDefinitions[0],o=i.$type===n.type,s=(r&&r.$type)===n.eventDefinitionType,a=!!n.triggeredByEvent==!!i.triggeredByEvent,l=void 0===n.isExpanded||n.isExpanded===Kr(e);return!(o&&s&&a&&l)}}var ky=[{label:"Start event",actionName:"replace-with-none-start",className:"bpmn-icon-start-event-none",target:{type:"bpmn:StartEvent"}},{label:"Intermediate throw event",actionName:"replace-with-none-intermediate-throwing",className:"bpmn-icon-intermediate-event-none",target:{type:"bpmn:IntermediateThrowEvent"}},{label:"End event",actionName:"replace-with-none-end",className:"bpmn-icon-end-event-none",target:{type:"bpmn:EndEvent"}},{label:"Message start event",actionName:"replace-with-message-start",className:"bpmn-icon-start-event-message",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:MessageEventDefinition"}},{label:"Timer start event",actionName:"replace-with-timer-start",className:"bpmn-icon-start-event-timer",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:TimerEventDefinition"}},{label:"Conditional start event",actionName:"replace-with-conditional-start",className:"bpmn-icon-start-event-condition",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:ConditionalEventDefinition"}},{label:"Signal start event",actionName:"replace-with-signal-start",className:"bpmn-icon-start-event-signal",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:SignalEventDefinition"}}],Sy=[{label:"Start event",actionName:"replace-with-none-start",className:"bpmn-icon-start-event-none",target:{type:"bpmn:StartEvent"}},{label:"Intermediate throw event",actionName:"replace-with-none-intermediate-throwing",className:"bpmn-icon-intermediate-event-none",target:{type:"bpmn:IntermediateThrowEvent"}},{label:"End event",actionName:"replace-with-none-end",className:"bpmn-icon-end-event-none",target:{type:"bpmn:EndEvent"}}],Cy=[{label:"Start event",actionName:"replace-with-none-start",className:"bpmn-icon-start-event-none",target:{type:"bpmn:StartEvent"}},{label:"Intermediate throw event",actionName:"replace-with-none-intermediate-throw",className:"bpmn-icon-intermediate-event-none",target:{type:"bpmn:IntermediateThrowEvent"}},{label:"End event",actionName:"replace-with-none-end",className:"bpmn-icon-end-event-none",target:{type:"bpmn:EndEvent"}},{label:"Message intermediate catch event",actionName:"replace-with-message-intermediate-catch",className:"bpmn-icon-intermediate-event-catch-message",target:{type:"bpmn:IntermediateCatchEvent",eventDefinitionType:"bpmn:MessageEventDefinition"}},{label:"Message intermediate throw event",actionName:"replace-with-message-intermediate-throw",className:"bpmn-icon-intermediate-event-throw-message",target:{type:"bpmn:IntermediateThrowEvent",eventDefinitionType:"bpmn:MessageEventDefinition"}},{label:"Timer intermediate catch event",actionName:"replace-with-timer-intermediate-catch",className:"bpmn-icon-intermediate-event-catch-timer",target:{type:"bpmn:IntermediateCatchEvent",eventDefinitionType:"bpmn:TimerEventDefinition"}},{label:"Escalation intermediate throw event",actionName:"replace-with-escalation-intermediate-throw",className:"bpmn-icon-intermediate-event-throw-escalation",target:{type:"bpmn:IntermediateThrowEvent",eventDefinitionType:"bpmn:EscalationEventDefinition"}},{label:"Conditional intermediate catch event",actionName:"replace-with-conditional-intermediate-catch",className:"bpmn-icon-intermediate-event-catch-condition",target:{type:"bpmn:IntermediateCatchEvent",eventDefinitionType:"bpmn:ConditionalEventDefinition"}},{label:"Link intermediate catch event",actionName:"replace-with-link-intermediate-catch",className:"bpmn-icon-intermediate-event-catch-link",target:{type:"bpmn:IntermediateCatchEvent",eventDefinitionType:"bpmn:LinkEventDefinition",eventDefinitionAttrs:{name:""}}},{label:"Link intermediate throw event",actionName:"replace-with-link-intermediate-throw",className:"bpmn-icon-intermediate-event-throw-link",target:{type:"bpmn:IntermediateThrowEvent",eventDefinitionType:"bpmn:LinkEventDefinition",eventDefinitionAttrs:{name:""}}},{label:"Compensation intermediate throw event",actionName:"replace-with-compensation-intermediate-throw",className:"bpmn-icon-intermediate-event-throw-compensation",target:{type:"bpmn:IntermediateThrowEvent",eventDefinitionType:"bpmn:CompensateEventDefinition"}},{label:"Signal intermediate catch event",actionName:"replace-with-signal-intermediate-catch",className:"bpmn-icon-intermediate-event-catch-signal",target:{type:"bpmn:IntermediateCatchEvent",eventDefinitionType:"bpmn:SignalEventDefinition"}},{label:"Signal intermediate throw event",actionName:"replace-with-signal-intermediate-throw",className:"bpmn-icon-intermediate-event-throw-signal",target:{type:"bpmn:IntermediateThrowEvent",eventDefinitionType:"bpmn:SignalEventDefinition"}}],Ty=[{label:"Start event",actionName:"replace-with-none-start",className:"bpmn-icon-start-event-none",target:{type:"bpmn:StartEvent"}},{label:"Intermediate throw event",actionName:"replace-with-none-intermediate-throw",className:"bpmn-icon-intermediate-event-none",target:{type:"bpmn:IntermediateThrowEvent"}},{label:"End event",actionName:"replace-with-none-end",className:"bpmn-icon-end-event-none",target:{type:"bpmn:EndEvent"}},{label:"Message end event",actionName:"replace-with-message-end",className:"bpmn-icon-end-event-message",target:{type:"bpmn:EndEvent",eventDefinitionType:"bpmn:MessageEventDefinition"}},{label:"Escalation end event",actionName:"replace-with-escalation-end",className:"bpmn-icon-end-event-escalation",target:{type:"bpmn:EndEvent",eventDefinitionType:"bpmn:EscalationEventDefinition"}},{label:"Error end event",actionName:"replace-with-error-end",className:"bpmn-icon-end-event-error",target:{type:"bpmn:EndEvent",eventDefinitionType:"bpmn:ErrorEventDefinition"}},{label:"Cancel end event",actionName:"replace-with-cancel-end",className:"bpmn-icon-end-event-cancel",target:{type:"bpmn:EndEvent",eventDefinitionType:"bpmn:CancelEventDefinition"}},{label:"Compensation end event",actionName:"replace-with-compensation-end",className:"bpmn-icon-end-event-compensation",target:{type:"bpmn:EndEvent",eventDefinitionType:"bpmn:CompensateEventDefinition"}},{label:"Signal end event",actionName:"replace-with-signal-end",className:"bpmn-icon-end-event-signal",target:{type:"bpmn:EndEvent",eventDefinitionType:"bpmn:SignalEventDefinition"}},{label:"Terminate end event",actionName:"replace-with-terminate-end",className:"bpmn-icon-end-event-terminate",target:{type:"bpmn:EndEvent",eventDefinitionType:"bpmn:TerminateEventDefinition"}}],Ay=[{label:"Exclusive gateway",actionName:"replace-with-exclusive-gateway",className:"bpmn-icon-gateway-xor",target:{type:"bpmn:ExclusiveGateway"}},{label:"Parallel gateway",actionName:"replace-with-parallel-gateway",className:"bpmn-icon-gateway-parallel",target:{type:"bpmn:ParallelGateway"}},{label:"Inclusive gateway",actionName:"replace-with-inclusive-gateway",className:"bpmn-icon-gateway-or",target:{type:"bpmn:InclusiveGateway"}},{label:"Complex gateway",actionName:"replace-with-complex-gateway",className:"bpmn-icon-gateway-complex",target:{type:"bpmn:ComplexGateway"}},{label:"Event-based gateway",actionName:"replace-with-event-based-gateway",className:"bpmn-icon-gateway-eventbased",target:{type:"bpmn:EventBasedGateway",instantiate:!1,eventGatewayType:"Exclusive"}}],My=[{label:"Transaction",actionName:"replace-with-transaction",className:"bpmn-icon-transaction",target:{type:"bpmn:Transaction",isExpanded:!0}},{label:"Event sub-process",actionName:"replace-with-event-subprocess",className:"bpmn-icon-event-subprocess-expanded",target:{type:"bpmn:SubProcess",triggeredByEvent:!0,isExpanded:!0}},{label:"Sub-process (collapsed)",actionName:"replace-with-collapsed-subprocess",className:"bpmn-icon-subprocess-collapsed",target:{type:"bpmn:SubProcess",isExpanded:!1}}],Ry=[{label:"Transaction",actionName:"replace-with-transaction",className:"bpmn-icon-transaction",target:{type:"bpmn:Transaction",isExpanded:!0}},{label:"Sub-process",actionName:"replace-with-subprocess",className:"bpmn-icon-subprocess-expanded",target:{type:"bpmn:SubProcess",isExpanded:!0}},{label:"Event sub-process",actionName:"replace-with-event-subprocess",className:"bpmn-icon-event-subprocess-expanded",target:{type:"bpmn:SubProcess",triggeredByEvent:!0,isExpanded:!0}}],Dy=Ry,Ny=[{label:"Task",actionName:"replace-with-task",className:"bpmn-icon-task",target:{type:"bpmn:Task"}},{label:"User task",actionName:"replace-with-user-task",className:"bpmn-icon-user",target:{type:"bpmn:UserTask"}},{label:"Service task",actionName:"replace-with-service-task",className:"bpmn-icon-service",target:{type:"bpmn:ServiceTask"}},{label:"Send task",actionName:"replace-with-send-task",className:"bpmn-icon-send",target:{type:"bpmn:SendTask"}},{label:"Receive task",actionName:"replace-with-receive-task",className:"bpmn-icon-receive",target:{type:"bpmn:ReceiveTask"}},{label:"Manual task",actionName:"replace-with-manual-task",className:"bpmn-icon-manual",target:{type:"bpmn:ManualTask"}},{label:"Business rule task",actionName:"replace-with-rule-task",className:"bpmn-icon-business-rule",target:{type:"bpmn:BusinessRuleTask"}},{label:"Script task",actionName:"replace-with-script-task",className:"bpmn-icon-script",target:{type:"bpmn:ScriptTask"}},{label:"Call activity",actionName:"replace-with-call-activity",className:"bpmn-icon-call-activity",target:{type:"bpmn:CallActivity"}},{label:"Sub-process (collapsed)",actionName:"replace-with-collapsed-subprocess",className:"bpmn-icon-subprocess-collapsed",target:{type:"bpmn:SubProcess",isExpanded:!1}},{label:"Sub-process (expanded)",actionName:"replace-with-expanded-subprocess",className:"bpmn-icon-subprocess-expanded",target:{type:"bpmn:SubProcess",isExpanded:!0}}],By=[{label:"Data store reference",actionName:"replace-with-data-store-reference",className:"bpmn-icon-data-store",target:{type:"bpmn:DataStoreReference"}}],$y=[{label:"Data object reference",actionName:"replace-with-data-object-reference",className:"bpmn-icon-data-object",target:{type:"bpmn:DataObjectReference"}}],jy=[{label:"Message boundary event",actionName:"replace-with-message-boundary",className:"bpmn-icon-intermediate-event-catch-message",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:MessageEventDefinition",cancelActivity:!0}},{label:"Timer boundary event",actionName:"replace-with-timer-boundary",className:"bpmn-icon-intermediate-event-catch-timer",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:TimerEventDefinition",cancelActivity:!0}},{label:"Escalation boundary event",actionName:"replace-with-escalation-boundary",className:"bpmn-icon-intermediate-event-catch-escalation",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:EscalationEventDefinition",cancelActivity:!0}},{label:"Conditional boundary event",actionName:"replace-with-conditional-boundary",className:"bpmn-icon-intermediate-event-catch-condition",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:ConditionalEventDefinition",cancelActivity:!0}},{label:"Error boundary event",actionName:"replace-with-error-boundary",className:"bpmn-icon-intermediate-event-catch-error",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:ErrorEventDefinition",cancelActivity:!0}},{label:"Cancel boundary event",actionName:"replace-with-cancel-boundary",className:"bpmn-icon-intermediate-event-catch-cancel",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:CancelEventDefinition",cancelActivity:!0}},{label:"Signal boundary event",actionName:"replace-with-signal-boundary",className:"bpmn-icon-intermediate-event-catch-signal",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:SignalEventDefinition",cancelActivity:!0}},{label:"Compensation boundary event",actionName:"replace-with-compensation-boundary",className:"bpmn-icon-intermediate-event-catch-compensation",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:CompensateEventDefinition",cancelActivity:!0}},{label:"Message boundary event (non-interrupting)",actionName:"replace-with-non-interrupting-message-boundary",className:"bpmn-icon-intermediate-event-catch-non-interrupting-message",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:MessageEventDefinition",cancelActivity:!1}},{label:"Timer boundary event (non-interrupting)",actionName:"replace-with-non-interrupting-timer-boundary",className:"bpmn-icon-intermediate-event-catch-non-interrupting-timer",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:TimerEventDefinition",cancelActivity:!1}},{label:"Escalation boundary event (non-interrupting)",actionName:"replace-with-non-interrupting-escalation-boundary",className:"bpmn-icon-intermediate-event-catch-non-interrupting-escalation",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:EscalationEventDefinition",cancelActivity:!1}},{label:"Conditional boundary event (non-interrupting)",actionName:"replace-with-non-interrupting-conditional-boundary",className:"bpmn-icon-intermediate-event-catch-non-interrupting-condition",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:ConditionalEventDefinition",cancelActivity:!1}},{label:"Signal boundary event (non-interrupting)",actionName:"replace-with-non-interrupting-signal-boundary",className:"bpmn-icon-intermediate-event-catch-non-interrupting-signal",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:SignalEventDefinition",cancelActivity:!1}}],Iy=[{label:"Message start event",actionName:"replace-with-message-start",className:"bpmn-icon-start-event-message",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:MessageEventDefinition",isInterrupting:!0}},{label:"Timer start event",actionName:"replace-with-timer-start",className:"bpmn-icon-start-event-timer",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:TimerEventDefinition",isInterrupting:!0}},{label:"Conditional start event",actionName:"replace-with-conditional-start",className:"bpmn-icon-start-event-condition",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:ConditionalEventDefinition",isInterrupting:!0}},{label:"Signal start event",actionName:"replace-with-signal-start",className:"bpmn-icon-start-event-signal",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:SignalEventDefinition",isInterrupting:!0}},{label:"Error start event",actionName:"replace-with-error-start",className:"bpmn-icon-start-event-error",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:ErrorEventDefinition",isInterrupting:!0}},{label:"Escalation start event",actionName:"replace-with-escalation-start",className:"bpmn-icon-start-event-escalation",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:EscalationEventDefinition",isInterrupting:!0}},{label:"Compensation start event",actionName:"replace-with-compensation-start",className:"bpmn-icon-start-event-compensation",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:CompensateEventDefinition",isInterrupting:!0}},{label:"Message start event (non-interrupting)",actionName:"replace-with-non-interrupting-message-start",className:"bpmn-icon-start-event-non-interrupting-message",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:MessageEventDefinition",isInterrupting:!1}},{label:"Timer start event (non-interrupting)",actionName:"replace-with-non-interrupting-timer-start",className:"bpmn-icon-start-event-non-interrupting-timer",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:TimerEventDefinition",isInterrupting:!1}},{label:"Conditional start event (non-interrupting)",actionName:"replace-with-non-interrupting-conditional-start",className:"bpmn-icon-start-event-non-interrupting-condition",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:ConditionalEventDefinition",isInterrupting:!1}},{label:"Signal start event (non-interrupting)",actionName:"replace-with-non-interrupting-signal-start",className:"bpmn-icon-start-event-non-interrupting-signal",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:SignalEventDefinition",isInterrupting:!1}},{label:"Escalation start event (non-interrupting)",actionName:"replace-with-non-interrupting-escalation-start",className:"bpmn-icon-start-event-non-interrupting-escalation",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:EscalationEventDefinition",isInterrupting:!1}}],Ly=[{label:"Sequence flow",actionName:"replace-with-sequence-flow",className:"bpmn-icon-connection"},{label:"Default flow",actionName:"replace-with-default-flow",className:"bpmn-icon-default-flow"},{label:"Conditional flow",actionName:"replace-with-conditional-flow",className:"bpmn-icon-conditional-flow"}],qy=[{label:"Expanded pool/participant",actionName:"replace-with-expanded-pool",className:"bpmn-icon-participant",target:{type:"bpmn:Participant",isExpanded:!0}},{label:function(e){var t="Empty pool/participant";return e.children&&e.children.length&&(t+=" (removes content)"),t},actionName:"replace-with-collapsed-pool",className:"bpmn-icon-lane",target:{type:"bpmn:Participant",isExpanded:!1}}],zy={"start-event-non-interrupting":'\n <svg viewBox="0 0 2048 2048" xmlns="http://www.w3.org/2000/svg">\n <g transform="translate(0 995.64)">\n <path d="m1899 28.357c21.545 567.43-598.38 1023.5-1133.6 835.92-548.09-147.21-801.57-873.95-463.59-1330 302.62-480.3 1071.7-507.54 1407.6-49.847 122.14 153.12 190.07 348.07 189.59 543.91z" fill="none" stroke="currentColor" stroke-dasharray="418.310422, 361.2328165" stroke-linecap="round" stroke-width="100"/>\n </g>\n </svg>',"intermediate-event-non-interrupting":'\n <svg viewBox="0 0 2048 2048" xmlns="http://www.w3.org/2000/svg">\n <g transform="translate(0 995.64)" fill="none" stroke="currentColor" stroke-linecap="round">\n <circle cx="1024" cy="28.357" r="875" stroke-dasharray="418.310422, 361.2328165" stroke-width="100"/>\n <circle cx="1024" cy="28.357" r="685" stroke-dasharray="348.31044857,261.23283643" stroke-dashoffset="500" stroke-width="100"/>\n </g>\n </svg>'};function Vy(e,t,n,i,r,o,s,a){this._bpmnFactory=e,this._popupMenu=t,this._modeling=n,this._moddle=i,this._bpmnReplace=r,this._rules=o,this._translate=s,this._moddleCopy=a,this._register()}Vy.$inject=["bpmnFactory","popupMenu","modeling","moddle","bpmnReplace","rules","translate","moddleCopy"],Vy.prototype._register=function(){this._popupMenu.registerProvider("bpmn-replace",this)},Vy.prototype.getPopupMenuEntries=function(e){var t=e.businessObject,n=this._rules,i=[];if(c(e)||!n.allowed("shape.replace",{element:e}))return{};var r=Py(e);return Ar(t,"bpmn:DataObjectReference")?this._createEntries(e,By):Ar(t,"bpmn:DataStoreReference")&&!Ar(e.parent,"bpmn:Collaboration")?this._createEntries(e,$y):Ar(t,"bpmn:StartEvent")&&!Ar(t.$parent,"bpmn:SubProcess")?(i=v(ky,r),this._createEntries(e,i)):Ar(t,"bpmn:Participant")?(i=v(qy,(function(t){return Kr(e)!==t.target.isExpanded})),this._createEntries(e,i)):Ar(t,"bpmn:StartEvent")&&Jr(t.$parent)?(i=v(Iy,(function(e){var n=!1!==e.target.isInterrupting,i=t.isInterrupting===n;return r(e)||!r(e)&&!i})),this._createEntries(e,i)):Ar(t,"bpmn:StartEvent")&&!Jr(t.$parent)&&Ar(t.$parent,"bpmn:SubProcess")?(i=v(Sy,r),this._createEntries(e,i)):Ar(t,"bpmn:EndEvent")?(i=v(Ty,(function(e){return!("bpmn:CancelEventDefinition"==e.target.eventDefinitionType&&!Ar(t.$parent,"bpmn:Transaction"))&&r(e)})),this._createEntries(e,i)):Ar(t,"bpmn:BoundaryEvent")?(i=v(jy,(function(e){var n=e.target;if("bpmn:CancelEventDefinition"==n.eventDefinitionType&&!Ar(t.attachedToRef,"bpmn:Transaction"))return!1;var i=!1!==n.cancelActivity,o=t.cancelActivity==i;return r(e)||!r(e)&&!o})),this._createEntries(e,i)):Ar(t,"bpmn:IntermediateCatchEvent")||Ar(t,"bpmn:IntermediateThrowEvent")?(i=v(Cy,r),this._createEntries(e,i)):Ar(t,"bpmn:Gateway")?(i=v(Ay,r),this._createEntries(e,i)):Ar(t,"bpmn:Transaction")?(i=v(Ry,r),this._createEntries(e,i)):Jr(t)&&Kr(e)?(i=v(Dy,r),this._createEntries(e,i)):Ar(t,"bpmn:SubProcess")&&Kr(e)?(i=v(My,r),this._createEntries(e,i)):Ar(t,"bpmn:AdHocSubProcess")&&!Kr(e)?(i=v(Ny,(function(e){var t=e.target,n="bpmn:SubProcess"===t.type,i=!0===t.isExpanded;return Py(t)&&(!n||i)})),this._createEntries(e,i)):Ar(t,"bpmn:SequenceFlow")?this._createSequenceFlowEntries(e,Ly):Ar(t,"bpmn:FlowNode")?(i=v(Ny,r),Ar(t,"bpmn:SubProcess")&&!Kr(e)&&(i=v(i,(function(e){return"Sub-process (collapsed)"!==e.label}))),this._createEntries(e,i)):{}},Vy.prototype.getPopupMenuHeaderEntries=function(e){var t={};return Ar(e,"bpmn:Activity")&&!Jr(e)&&(t={...t,...this._getLoopCharacteristicsHeaderEntries(e)}),Ar(e,"bpmn:DataObjectReference")&&(t={...t,...this._getCollectionHeaderEntries(e)}),Ar(e,"bpmn:Participant")&&(t={...t,...this._getParticipantMultiplicityHeaderEntries(e)}),!Ar(e,"bpmn:SubProcess")||Ar(e,"bpmn:Transaction")||Jr(e)||(t={...t,...this._getAdHocHeaderEntries(e)}),Dd(e)&&(t={...t,...this._getNonInterruptingHeaderEntries(e)}),t},Vy.prototype._createEntries=function(e,t){var n={},i=this;return b(t,(function(t){n[t.actionName]=i._createEntry(t,e)})),n},Vy.prototype._createSequenceFlowEntries=function(e,t){var n=Rr(e),i={},r=this._modeling,o=this._moddle,s=this;return b(t,(function(t){switch(t.actionName){case"replace-with-default-flow":n.sourceRef.default!==n&&(Ar(n.sourceRef,"bpmn:ExclusiveGateway")||Ar(n.sourceRef,"bpmn:InclusiveGateway")||Ar(n.sourceRef,"bpmn:ComplexGateway")||Ar(n.sourceRef,"bpmn:Activity"))&&(i={...i,[t.actionName]:s._createEntry(t,e,(function(){r.updateProperties(e.source,{default:n})}))});break;case"replace-with-conditional-flow":!n.conditionExpression&&Ar(n.sourceRef,"bpmn:Activity")&&(i={...i,[t.actionName]:s._createEntry(t,e,(function(){var t=o.create("bpmn:FormalExpression",{body:""});r.updateProperties(e,{conditionExpression:t})}))});break;default:Ar(n.sourceRef,"bpmn:Activity")&&n.conditionExpression&&(i={...i,[t.actionName]:s._createEntry(t,e,(function(){r.updateProperties(e,{conditionExpression:void 0})}))}),(Ar(n.sourceRef,"bpmn:ExclusiveGateway")||Ar(n.sourceRef,"bpmn:InclusiveGateway")||Ar(n.sourceRef,"bpmn:ComplexGateway")||Ar(n.sourceRef,"bpmn:Activity"))&&n.sourceRef.default===n&&(i={...i,[t.actionName]:s._createEntry(t,e,(function(){r.updateProperties(e.source,{default:void 0})}))})}})),i},Vy.prototype._createEntry=function(e,t,n){var i=this._translate,r=this._bpmnReplace.replaceElement,o=e.label;return o&&"function"==typeof o&&(o=o(t)),n=n||function(){return r(t,e.target)},{label:i(o),className:e.className,action:n}},Vy.prototype._getLoopCharacteristicsHeaderEntries=function(e){var t=this,n=this._translate;function i(n,i){if(i.active)return void t._modeling.updateProperties(e,{loopCharacteristics:void 0});const r=e.businessObject.get("loopCharacteristics"),o=t._moddle.create(i.options.loopCharacteristics);r&&t._moddleCopy.copyElement(r,o),o.set("isSequential",i.options.isSequential),t._modeling.updateProperties(e,{loopCharacteristics:o})}var r,o,s,a=Rr(e).loopCharacteristics;return a&&(r=a.isSequential,o=void 0===a.isSequential,s=void 0!==a.isSequential&&!a.isSequential),{"toggle-parallel-mi":{className:"bpmn-icon-parallel-mi-marker",title:n("Parallel multi-instance"),active:s,action:i,options:{loopCharacteristics:"bpmn:MultiInstanceLoopCharacteristics",isSequential:!1}},"toggle-sequential-mi":{className:"bpmn-icon-sequential-mi-marker",title:n("Sequential multi-instance"),active:r,action:i,options:{loopCharacteristics:"bpmn:MultiInstanceLoopCharacteristics",isSequential:!0}},"toggle-loop":{className:"bpmn-icon-loop-marker",title:n("Loop"),active:o,action:i,options:{loopCharacteristics:"bpmn:StandardLoopCharacteristics"}}}},Vy.prototype._getCollectionHeaderEntries=function(e){var t=this,n=this._translate,i=e.businessObject.dataObjectRef;if(!i)return{};var r=i.isCollection;return{"toggle-is-collection":{className:"bpmn-icon-parallel-mi-marker",title:n("Collection"),active:r,action:function(n,r){t._modeling.updateModdleProperties(e,i,{isCollection:!r.active})}}}},Vy.prototype._getParticipantMultiplicityHeaderEntries=function(e){var t=this,n=this._bpmnFactory,i=this._translate;var r=e.businessObject.participantMultiplicity;return{"toggle-participant-multiplicity":{className:"bpmn-icon-parallel-mi-marker",title:i("Participant multiplicity"),active:!!r,action:function(i,r){var o;r.active||(o=n.create("bpmn:ParticipantMultiplicity")),t._modeling.updateProperties(e,{participantMultiplicity:o})}}}},Vy.prototype._getAdHocHeaderEntries=function(e){var t=this._translate,n=Ar(Rr(e),"bpmn:AdHocSubProcess"),i=this._bpmnReplace.replaceElement;return{"toggle-adhoc":{className:"bpmn-icon-ad-hoc-marker",title:t("Ad-hoc"),active:n,action:function(t,r){return i(e,n?{type:"bpmn:SubProcess"}:{type:"bpmn:AdHocSubProcess"},{autoResize:!1,layoutConnection:!1})}}}},Vy.prototype._getNonInterruptingHeaderEntries=function(e){const t=this._translate,n=Rr(e),i=this,r=Nd(e),o=Ar(e,"bpmn:BoundaryEvent")?zy["intermediate-event-non-interrupting"]:zy["start-event-non-interrupting"],s=!n[r];return{"toggle-non-interrupting":{imageHtml:o,title:t("Toggle non-interrupting"),active:s,action:function(){i._modeling.updateProperties(e,{[r]:!!s})}}}};var Fy={__depends__:[rc,Im,Sc],__init__:["replaceMenuProvider"],replaceMenuProvider:["type",Vy]};function Hy(e,t,n,i,r,o,s,a,l,c,p,u,d){e=e||{},i.registerProvider(this),this._contextPad=i,this._modeling=r,this._elementFactory=o,this._connect=s,this._create=a,this._popupMenu=l,this._canvas=c,this._rules=p,this._translate=u,this._eventBus=n,this._appendPreview=d,!1!==e.autoPlace&&(this._autoPlace=t.get("autoPlace",!1)),n.on("create.end",250,(function(e){var t=e.context.shape;if(Go(e)&&i.isOpen(t)){var n=i.getEntries(t);n.replace&&n.replace.action.click(e,t)}}))}function Uy(e,t,n){var i=e.$instanceOf(t),r=!1;return b(e.eventDefinitions||[],(function(e){e.$type===n&&(r=!0)})),i&&r}Hy.$inject=["config.contextPad","injector","eventBus","contextPad","modeling","elementFactory","connect","create","popupMenu","canvas","rules","translate","appendPreview"],Hy.prototype.getMultiElementContextPadEntries=function(e){var t=this._modeling,n={};return this._isDeleteAllowed(e)&&L(n,{delete:{group:"edit",className:"bpmn-icon-trash",title:this._translate("Remove"),action:{click:function(e,n){t.removeElements(n.slice())}}}}),n},Hy.prototype._isDeleteAllowed=function(e){var t=this._rules.allowed("elements.delete",{elements:e});return c(t)?_(t,(function(e){return n=e,-1!==t.indexOf(n);var n})):t},Hy.prototype.getContextPadEntries=function(e){var t=this._contextPad,n=this._modeling,i=this._elementFactory,r=this._connect,o=this._create,s=this._popupMenu,a=this._rules,l=this._autoPlace,p=this._translate,u=this._appendPreview,d={};if("label"===e.type)return d;var h=e.businessObject;function m(e,t){r.start(e,t)}function f(e,t,n,r){function s(t,n){var s=i.createShape(L({type:e},r));o.start(t,s,{source:n}),u.cleanUp()}var a=l?function(t,n){var o=i.createShape(L({type:e},r));l.append(n,o),u.cleanUp()}:s,c=l?function(t,n){return u.create(n,e,r),()=>{u.cleanUp()}}:null;return{group:"model",className:t,title:n,action:{dragstart:s,click:a,hover:c}}}function g(e){return function(i,r){n.splitLane(r,e),t.open(r,!0)}}if(Mr(h,["bpmn:Lane","bpmn:Participant"])&&Kr(e)){var y=Lu(e);L(d,{"lane-insert-above":{group:"lane-insert-above",className:"bpmn-icon-lane-insert-above",title:p("Add lane above"),action:{click:function(e,t){n.addLane(t,"top")}}}}),y.length<2&&(e.height>=120&&L(d,{"lane-divide-two":{group:"lane-divide",className:"bpmn-icon-lane-divide-two",title:p("Divide into two lanes"),action:{click:g(2)}}}),e.height>=180&&L(d,{"lane-divide-three":{group:"lane-divide",className:"bpmn-icon-lane-divide-three",title:p("Divide into three lanes"),action:{click:g(3)}}})),L(d,{"lane-insert-below":{group:"lane-insert-below",className:"bpmn-icon-lane-insert-below",title:p("Add lane below"),action:{click:function(e,t){n.addLane(t,"bottom")}}}})}Ar(h,"bpmn:FlowNode")&&(Ar(h,"bpmn:EventBasedGateway")?L(d,{"append.receive-task":f("bpmn:ReceiveTask","bpmn-icon-receive-task",p("Append receive task")),"append.message-intermediate-event":f("bpmn:IntermediateCatchEvent","bpmn-icon-intermediate-event-catch-message",p("Append message intermediate catch event"),{eventDefinitionType:"bpmn:MessageEventDefinition"}),"append.timer-intermediate-event":f("bpmn:IntermediateCatchEvent","bpmn-icon-intermediate-event-catch-timer",p("Append timer intermediate catch event"),{eventDefinitionType:"bpmn:TimerEventDefinition"}),"append.condition-intermediate-event":f("bpmn:IntermediateCatchEvent","bpmn-icon-intermediate-event-catch-condition",p("Append conditional intermediate catch event"),{eventDefinitionType:"bpmn:ConditionalEventDefinition"}),"append.signal-intermediate-event":f("bpmn:IntermediateCatchEvent","bpmn-icon-intermediate-event-catch-signal",p("Append signal intermediate catch event"),{eventDefinitionType:"bpmn:SignalEventDefinition"})}):Uy(h,"bpmn:BoundaryEvent","bpmn:CompensateEventDefinition")?L(d,{"append.compensation-activity":f("bpmn:Task","bpmn-icon-task",p("Append compensation activity"),{isForCompensation:!0})}):Ar(h,"bpmn:EndEvent")||h.isForCompensation||Uy(h,"bpmn:IntermediateThrowEvent","bpmn:LinkEventDefinition")||Jr(h)||L(d,{"append.end-event":f("bpmn:EndEvent","bpmn-icon-end-event-none",p("Append end event")),"append.gateway":f("bpmn:ExclusiveGateway","bpmn-icon-gateway-none",p("Append gateway")),"append.append-task":f("bpmn:Task","bpmn-icon-task",p("Append task")),"append.intermediate-event":f("bpmn:IntermediateThrowEvent","bpmn-icon-intermediate-event-none",p("Append intermediate/boundary event"))})),s.isEmpty(e,"bpmn-replace")||L(d,{replace:{group:"edit",className:"bpmn-icon-screw-wrench",title:p("Change type"),action:{click:function(e,n){var i=L(function(e){var n=t.getPad(e).html.getBoundingClientRect();return{x:n.left,y:n.bottom+5}}(n),{cursor:{x:e.x,y:e.y}});s.open(n,"bpmn-replace",i,{title:p("Change element"),width:300,search:!0})}}}}),Ar(h,"bpmn:SequenceFlow")&&L(d,{"append.text-annotation":f("bpmn:TextAnnotation","bpmn-icon-text-annotation",p("Append text annotation"))}),Mr(h,["bpmn:FlowNode","bpmn:InteractionNode","bpmn:DataObjectReference","bpmn:DataStoreReference"])&&L(d,{"append.text-annotation":f("bpmn:TextAnnotation","bpmn-icon-text-annotation",p("Append text annotation")),connect:{group:"connect",className:"bpmn-icon-connection-multi",title:p("Connect using "+(h.isForCompensation?"":"sequence/message flow or ")+"association"),action:{click:m,dragstart:m}}}),Ar(h,"bpmn:TextAnnotation")&&L(d,{connect:{group:"connect",className:"bpmn-icon-connection-multi",title:p("Connect using association"),action:{click:m,dragstart:m}}}),Mr(h,["bpmn:DataObjectReference","bpmn:DataStoreReference"])&&L(d,{connect:{group:"connect",className:"bpmn-icon-connection-multi",title:p("Connect using data input association"),action:{click:m,dragstart:m}}}),Ar(h,"bpmn:Group")&&L(d,{"append.text-annotation":f("bpmn:TextAnnotation","bpmn-icon-text-annotation",p("Append text annotation"))});var v=a.allowed("elements.delete",{elements:[e]});return c(v)&&(v=v[0]===e),v&&L(d,{delete:{group:"edit",className:"bpmn-icon-trash",title:p("Remove"),action:{click:function(e,t){n.removeElements([t])}}}}),d};var Wy={__depends__:[yy,Oy,Qa,cs,Wp,ym,Fy],__init__:["contextPadProvider"],contextPadProvider:["type",Hy]},Xy={horizontal:["x","width"],vertical:["y","height"]};function Qy(e,t){this._modeling=e,this._filters=[],this.registerFilter((function(e){var n=t.allowed("elements.distribute",{elements:e});return c(n)?n:n?e:[]}))}Qy.$inject=["modeling","rules"],Qy.prototype.registerFilter=function(e){if("function"!=typeof e)throw new Error("the filter has to be a function");this._filters.push(e)},Qy.prototype.trigger=function(e,t){var n,i,r=this._modeling;if(!(e.length<3||(this._setOrientation(t),i=this._filterElements(e),(n=this._createGroups(i)).length<=2)))return r.distributeElements(n,this._axis,this._dimension),n},Qy.prototype._filterElements=function(e){var t=this._filters,n=this._axis,i=this._dimension,r=[].concat(e);return t.length?(b(t,(function(e){r=e(r,n,i)})),r):e},Qy.prototype._createGroups=function(e){var t=[],n=this,i=this._axis,r=this._dimension;if(!i)throw new Error('must have a defined "axis" and "dimension"');return b(M(e,i),(function(e,o){var s,a=n._findRange(e,i,r),l=t[t.length-1];l&&n._hasIntersection(l.range,a)?t[t.length-1].elements.push(e):(s={range:a,elements:[e]},t.push(s))})),t},Qy.prototype._setOrientation=function(e){var t=Xy[e];this._axis=t[0],this._dimension=t[1]},Qy.prototype._hasIntersection=function(e,t){return Math.max(e.min,e.max)>=Math.min(t.min,t.max)&&Math.min(e.min,e.max)<=Math.max(t.min,t.max)},Qy.prototype._findRange=function(e){var t=e[this._axis];return{min:t+5,max:t+e[this._dimension]-5}};var Gy={__init__:["distributeElements"],distributeElements:["type",Qy]};function Ky(e){cc.call(this,e)}Ky.$inject=["eventBus"],e(Ky,cc),Ky.prototype.init=function(){this.addRule("elements.distribute",(function(e){var t=e.elements;return!((t=vt(t=v(t,(function(e){var t=Mr(e,["bpmn:Association","bpmn:BoundaryEvent","bpmn:DataInputAssociation","bpmn:DataOutputAssociation","bpmn:Lane","bpmn:MessageFlow","bpmn:SequenceFlow","bpmn:TextAnnotation"]);return!(e.labelTarget||t)})))).length<3)&&t}))};var Yy={horizontal:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1800">\n <polyline points="450 400 450 150 1350 150 1350 400" style="fill:none;stroke:currentColor;stroke-width:100;stroke-linejoin:round;"/>\n <rect x="150" y="450" width="600" height="1200" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>\n <rect x="1050" y="450" width="600" height="800" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>\n </svg>',vertical:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1800">\n <polyline points="400 1350 150 1350 150 450 400 450" style="fill:none;stroke:currentColor;stroke-width:100;stroke-linejoin:round;"/>\n <rect x="450" y="150" width="1200" height="600" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>\n <rect x="450" y="1050" width="800" height="600" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>\n </svg>'};function Zy(e,t,n,i){this._distributeElements=t,this._translate=n,this._popupMenu=e,this._rules=i,e.registerProvider("align-elements",900,this)}Zy.$inject=["popupMenu","distributeElements","translate","rules"],Zy.prototype.getPopupMenuEntries=function(e){var t={};return this._isAllowed(e)&&L(t,this._getEntries(e)),t},Zy.prototype._isAllowed=function(e){return this._rules.allowed("elements.distribute",{elements:e})},Zy.prototype._getEntries=function(e){var t=this._distributeElements,n=this._translate,i=this._popupMenu;return{"distribute-elements-horizontal":{group:"distribute",title:n("Distribute elements horizontally"),className:"bjs-align-elements-menu-entry",imageHtml:Yy.horizontal,action:function(n,r){t.trigger(e,"horizontal"),i.close()}},"distribute-elements-vertical":{group:"distribute",title:n("Distribute elements vertically"),imageHtml:Yy.vertical,action:function(n,r){t.trigger(e,"vertical"),i.close()}}}};var Jy={__depends__:[rc,Gy],__init__:["bpmnDistributeElements","distributeElementsMenuProvider"],bpmnDistributeElements:["type",Ky],distributeElementsMenuProvider:["type",Zy]},ev="is not a registered action";function tv(e,t){this._actions={};var n=this;e.on("diagram.init",(function(){n._registerDefaultActions(t),e.fire("editorActions.init",{editorActions:n})}))}function nv(e,t){return new Error(e+" "+t)}tv.$inject=["eventBus","injector"],tv.prototype._registerDefaultActions=function(e){var t=e.get("commandStack",!1),n=e.get("modeling",!1),i=e.get("selection",!1),r=e.get("zoomScroll",!1),o=e.get("copyPaste",!1),s=e.get("canvas",!1),a=e.get("rules",!1),l=e.get("keyboardMove",!1),p=e.get("keyboardMoveSelection",!1);t&&(this.register("undo",(function(){t.undo()})),this.register("redo",(function(){t.redo()}))),o&&i&&this.register("copy",(function(){var e=i.get();if(e.length)return o.copy(e)})),o&&this.register("paste",(function(){o.paste()})),r&&this.register("stepZoom",(function(e){r.stepZoom(e.value)})),s&&this.register("zoom",(function(e){s.zoom(e.value)})),n&&i&&a&&this.register("removeSelection",(function(){var e=i.get();if(e.length){var t,r=a.allowed("elements.delete",{elements:e});!1!==r&&(t=c(r)?r:e).length&&n.removeElements(t.slice())}})),l&&this.register("moveCanvas",(function(e){l.moveCanvas(e)})),p&&this.register("moveSelection",(function(e){p.moveSelection(e.direction,e.accelerated)}))},tv.prototype.trigger=function(e,t){if(!this._actions[e])throw nv(e,ev);return this._actions[e](t)},tv.prototype.register=function(e,t){var n=this;if("string"==typeof e)return this._registerAction(e,t);b(e,(function(e,t){n._registerAction(t,e)}))},tv.prototype._registerAction=function(e,t){if(this.isRegistered(e))throw nv(e,"is already registered");this._actions[e]=t},tv.prototype.unregister=function(e){if(!this.isRegistered(e))throw nv(e,ev);this._actions[e]=void 0},tv.prototype.getActions=function(){return Object.keys(this._actions)},tv.prototype.isRegistered=function(e){return!!this._actions[e]};var iv={__init__:["editorActions"],editorActions:["type",tv]};function rv(e){e.invoke(tv,this)}e(rv,tv),rv.$inject=["injector"],rv.prototype._registerDefaultActions=function(e){tv.prototype._registerDefaultActions.call(this,e);var t=e.get("canvas",!1),n=e.get("elementRegistry",!1),i=e.get("selection",!1),r=e.get("spaceTool",!1),o=e.get("lassoTool",!1),s=e.get("handTool",!1),a=e.get("globalConnect",!1),l=e.get("distributeElements",!1),c=e.get("alignElements",!1),p=e.get("directEditing",!1),u=e.get("searchPad",!1),d=e.get("modeling",!1),h=e.get("contextPad",!1);t&&n&&i&&this._registerAction("selectElements",(function(){var e=t.getRootElement(),r=n.filter((function(t){return t!==e}));return i.select(r),r})),r&&this._registerAction("spaceTool",(function(){r.toggle()})),o&&this._registerAction("lassoTool",(function(){o.toggle()})),s&&this._registerAction("handTool",(function(){s.toggle()})),a&&this._registerAction("globalConnectTool",(function(){a.toggle()})),i&&l&&this._registerAction("distributeElements",(function(e){var t=i.get(),n=e.type;t.length&&l.trigger(t,n)})),i&&c&&this._registerAction("alignElements",(function(e){var t=i.get(),n=[],r=e.type;t.length&&(n=v(t,(function(e){return!Ar(e,"bpmn:Lane")})),c.trigger(n,r))})),i&&d&&this._registerAction("setColor",(function(e){var t=i.get();t.length&&d.setColor(t,e)})),i&&p&&this._registerAction("directEditing",(function(){var e=i.get();e.length&&p.activate(e[0])})),u&&this._registerAction("find",(function(){u.toggle()})),t&&d&&this._registerAction("moveToOrigin",(function(){var e,i,r=t.getRootElement();e=Et(i=Ar(r,"bpmn:Collaboration")?n.filter((function(e){return Ar(e.parent,"bpmn:Collaboration")})):n.filter((function(e){return e!==r&&!Ar(e.parent,"bpmn:SubProcess")}))),d.moveElements(i,{x:-e.x,y:-e.y},r)})),i&&h&&this._registerAction("replaceElement",(function(e){h.triggerEntry("replace","click",e)}))};var ov={__depends__:[iv],editorActions:["type",rv]};function sv(e){e.on(["create.init","shape.move.init"],(function(e){var t=e.context;Mr(e.shape,["bpmn:Participant","bpmn:SubProcess","bpmn:TextAnnotation"])&&(t.gridSnappingContext||(t.gridSnappingContext={}),t.gridSnappingContext.snapLocation="top-left")}))}sv.$inject=["eventBus"];var av=10;function lv(e,t,n){return n||(n="round"),Math[n](e/t)*t}function cv(e,t,n){var i=!n||!1!==n.active;this._eventBus=t;var r=this;t.on("diagram.init",800,(function(){r.setActive(i)})),t.on(["create.move","create.end","bendpoint.move.move","bendpoint.move.end","connect.move","connect.end","connectionSegment.move.move","connectionSegment.move.end","resize.move","resize.end","shape.move.move","shape.move.end"],1200,(function(t){var n=t.originalEvent;if(!(!r.active||n&&Xs(n))){var i=t.context,o=i.gridSnappingContext;o||(o=i.gridSnappingContext={}),["x","y"].forEach((function(n){var i={},o=function(e,t,n){var i=e.context,r=e.shape,o=i.gridSnappingContext,s=o.snapLocation,a=o.snapOffset;if(a&&u(a[t]))return a[t];a||(a=o.snapOffset={});u(a[t])||(a[t]=0);if(!r)return a[t];n.get(r.id)||(pv(t)?a[t]+=r[t]+r.width/2:a[t]+=r[t]+r.height/2);if(!s)return a[t];"x"===t?/left/.test(s)?a[t]-=r.width/2:/right/.test(s)&&(a[t]+=r.width/2):/top/.test(s)?a[t]-=r.height/2:/bottom/.test(s)&&(a[t]+=r.height/2);return a[t]}(t,n,e);o&&(i.offset=o);var s=function(e,t){var n=e.context,i=n.createConstraints,r=n.resizeConstraints||{},o=n.gridSnappingContext,s=o.snapConstraints;if(s&&s[t])return s[t];s||(s=o.snapConstraints={});s[t]||(s[t]={});var a=n.direction;i&&(pv(t)?(s.x.min=i.left,s.x.max=i.right):(s.y.min=i.top,s.y.max=i.bottom));var l=r.min,c=r.max;l&&(pv(t)?dv(a)?s.x.max=l.left:s.x.min=l.right:uv(a)?s.y.max=l.top:s.y.min=l.bottom);c&&(pv(t)?dv(a)?s.x.min=c.left:s.x.max=c.right:uv(a)?s.y.min=c.top:s.y.max=c.bottom);return s[t]}(t,n);s&&L(i,s),Np(t,n)||r.snapEvent(t,n,i)}))}}))}function pv(e){return"x"===e}function uv(e){return-1!==e.indexOf("n")}function dv(e){return-1!==e.indexOf("w")}function hv(e,t){bs.call(this,e),this._gridSnapping=t;var n=this;this.preExecute("shape.resize",(function(e){var t=e.context,i=(t.hints||{}).autoResize;if(i){var r=t.shape,o=t.newBounds;h(i)?t.newBounds=n.snapComplex(o,i):t.newBounds=n.snapSimple(r,o)}}))}cv.prototype.snapEvent=function(e,t,n){Bp(e,t,this.snapValue(e[t],n))},cv.prototype.getGridSpacing=function(){return av},cv.prototype.snapValue=function(e,t){var n,i,r=0;return t&&t.offset&&(r=t.offset),e=lv(e+=r,av),t&&t.min&&u(n=t.min)&&(n=lv(n+r,av,"ceil"),e=Math.max(e,n)),t&&t.max&&u(i=t.max)&&(i=lv(i+r,av,"floor"),e=Math.min(e,i)),e-=r},cv.prototype.isActive=function(){return this.active},cv.prototype.setActive=function(e){this.active=e,this._eventBus.fire("gridSnapping.toggle",{active:e})},cv.prototype.toggleActive=function(){this.setActive(!this.active)},cv.$inject=["elementRegistry","eventBus","config.gridSnapping"],hv.$inject=["eventBus","gridSnapping","modeling"],e(hv,bs),hv.prototype.snapSimple=function(e,t){var n=this._gridSnapping;return t.width=n.snapValue(t.width,{min:t.width}),t.height=n.snapValue(t.height,{min:t.height}),t.x=e.x+e.width/2-t.width/2,t.y=e.y+e.height/2-t.height/2,t},hv.prototype.snapComplex=function(e,t){return/w|e/.test(t)&&(e=this.snapHorizontally(e,t)),/n|s/.test(t)&&(e=this.snapVertically(e,t)),e},hv.prototype.snapHorizontally=function(e,t){var n=this._gridSnapping,i=/w/.test(t),r=/e/.test(t),o={};return o.width=n.snapValue(e.width,{min:e.width}),r&&(i?(o.x=n.snapValue(e.x,{max:e.x}),o.width+=n.snapValue(e.x-o.x,{min:e.x-o.x})):e.x=e.x+e.width-o.width),L(e,o),e},hv.prototype.snapVertically=function(e,t){var n=this._gridSnapping,i=/n/.test(t),r=/s/.test(t),o={};return o.height=n.snapValue(e.height,{min:e.height}),i&&(r?(o.y=n.snapValue(e.y,{max:e.y}),o.height+=n.snapValue(e.y-o.y,{min:e.y-o.y})):e.y=e.y+e.height-o.height),L(e,o),e};function mv(e,t){e.on(["spaceTool.move","spaceTool.end"],2e3,(function(e){var n,i=e.context;i.initialized&&("x"===i.axis?(n=t.snapValue(e.dx),e.x=e.x+n-e.dx,e.dx=n):(n=t.snapValue(e.dy),e.y=e.y+n-e.dy,e.dy=n))}))}mv.$inject=["eventBus","gridSnapping"];var fv={__depends__:[{__init__:["gridSnappingResizeBehavior","gridSnappingSpaceToolBehavior"],gridSnappingResizeBehavior:["type",hv],gridSnappingSpaceToolBehavior:["type",mv]}],__init__:["gridSnapping"],gridSnapping:["type",cv]};function gv(e,t){e.on("autoPlace",2e3,(function(e){var n=e.source,i=Pn(n),r=e.shape,o=Oc(n,r);return["x","y"].forEach((function(e){var n={};o[e]!==i[e]&&(o[e]>i[e]?n.min=o[e]:n.max=o[e],Ar(r,"bpmn:TextAnnotation")&&(!function(e){return"x"===e}(e)?n.offset=-r.height/2:n.offset=-r.width/2),o[e]=t.snapValue(o[e],n))})),o}))}gv.$inject=["eventBus","gridSnapping"];function yv(e,t,n){t.on(["create.start","shape.move.start"],1750,(function(t){var i=t.context,r=i.shape,o=e.getRootElement();Ar(r,"bpmn:Participant")&&Ar(o,"bpmn:Process")&&o.children.length&&(i.createConstraints&&(r.width=n.snapValue(r.width,{min:r.width}),r.height=n.snapValue(r.height,{min:r.height})))}))}yv.$inject=["canvas","eventBus","gridSnapping"];function vv(e,t,n){bs.call(this,e),this._gridSnapping=t;var i=this;this.postExecuted(["connection.create","connection.layout"],3e3,(function(e){var t=e.context,r=t.connection,o=t.hints||{},s=r.waypoints;o.connectionStart||o.connectionEnd||!1===o.createElementsBehavior||function(e){return e.length>3}(s)&&n.updateWaypoints(r,i.snapMiddleSegments(s))}))}function bv(e,t,n){var i=Bt(t,n),r={};return function(e){return"h"===e}(i)&&(r.y=e.snapValue(t.y)),function(e){return"v"===e}(i)&&(r.x=e.snapValue(t.x)),("x"in r||"y"in r)&&(t=L({},t,r),n=L({},n,r)),[t,n]}vv.$inject=["eventBus","gridSnapping","modeling"],e(vv,bs),vv.prototype.snapMiddleSegments=function(e){var t,n=this._gridSnapping;e=e.slice();for(var i=1;i<e.length-2;i++)t=bv(n,e[i],e[i+1]),e[i]=t[0],e[i+1]=t[1];return e};var xv={__depends__:[fv,{__init__:["gridSnappingAutoPlaceBehavior","gridSnappingParticipantBehavior","gridSnappingLayoutConnectionBehavior"],gridSnappingAutoPlaceBehavior:["type",gv],gridSnappingParticipantBehavior:["type",yv],gridSnappingLayoutConnectionBehavior:["type",vv]}],__init__:["bpmnGridSnapping"],bpmnGridSnapping:["type",sv]};function wv(e,t){this._interactionEvents=t;var n=this;e.on(["interactionEvents.createHit","interactionEvents.updateHit"],(function(e){var t=e.element,i=e.gfx;return Ar(t,"bpmn:Lane")?n._createParticipantHit(t,i):Ar(t,"bpmn:Participant")?Kr(t)?n._createParticipantHit(t,i):n._createDefaultHit(t,i):Ar(t,"bpmn:SubProcess")?Kr(t)?n._createSubProcessHit(t,i):n._createDefaultHit(t,i):void 0}))}wv.$inject=["eventBus","interactionEvents"],wv.prototype._createDefaultHit=function(e,t){return this._interactionEvents.removeHits(t),this._interactionEvents.createDefaultHit(e,t),!0},wv.prototype._createParticipantHit=function(e,t){return this._interactionEvents.removeHits(t),this._interactionEvents.createBoxHit(t,"no-move",{width:e.width,height:e.height}),this._interactionEvents.createBoxHit(t,"click-stroke",{width:e.width,height:e.height}),this._interactionEvents.createBoxHit(t,"all",{width:30,height:e.height}),!0},wv.prototype._createSubProcessHit=function(e,t){return this._interactionEvents.removeHits(t),this._interactionEvents.createBoxHit(t,"no-move",{width:e.width,height:e.height}),this._interactionEvents.createBoxHit(t,"click-stroke",{width:e.width,height:e.height}),this._interactionEvents.createBoxHit(t,"all",{width:e.width,height:30}),!0};var _v={__init__:["bpmnInteractionEvents"],bpmnInteractionEvents:["type",wv]};function Ev(e){e.invoke(na,this)}e(Ev,na),Ev.$inject=["injector"],Ev.prototype.registerBindings=function(e,t){function n(n,i){t.isRegistered(n)&&e.addListener(i)}na.prototype.registerBindings.call(this,e,t),n("selectElements",(function(n){var i=n.keyEvent;if(e.isKey(["a","A"],i)&&e.isCmd(i))return t.trigger("selectElements"),!0})),n("find",(function(n){var i=n.keyEvent;if(e.isKey(["f","F"],i)&&e.isCmd(i))return t.trigger("find"),!0})),n("spaceTool",(function(n){var i=n.keyEvent;if(!e.hasModifier(i))return e.isKey(["s","S"],i)?(t.trigger("spaceTool"),!0):void 0})),n("lassoTool",(function(n){var i=n.keyEvent;if(!e.hasModifier(i))return e.isKey(["l","L"],i)?(t.trigger("lassoTool"),!0):void 0})),n("handTool",(function(n){var i=n.keyEvent;if(!e.hasModifier(i))return e.isKey(["h","H"],i)?(t.trigger("handTool"),!0):void 0})),n("globalConnectTool",(function(n){var i=n.keyEvent;if(!e.hasModifier(i))return e.isKey(["c","C"],i)?(t.trigger("globalConnectTool"),!0):void 0})),n("directEditing",(function(n){var i=n.keyEvent;if(!e.hasModifier(i))return e.isKey(["e","E"],i)?(t.trigger("directEditing"),!0):void 0})),n("replaceElement",(function(n){var i=n.keyEvent;if(!e.hasModifier(i))return e.isKey(["r","R"],i)?(t.trigger("replaceElement",i),!0):void 0}))};var Ov={__depends__:[ia],__init__:["keyboardBindings"],keyboardBindings:["type",Ev]},Pv={moveSpeed:1,moveSpeedAccelerated:10},kv="left",Sv="right",Cv="down",Tv={ArrowLeft:kv,Left:kv,ArrowUp:"up",Up:"up",ArrowRight:Sv,Right:Sv,ArrowDown:Cv,Down:Cv},Av={left:function(e){return{x:-e,y:0}},up:function(e){return{x:0,y:-e}},right:function(e){return{x:e,y:0}},down:function(e){return{x:0,y:e}}};function Mv(e,t,n,i,r){var o=this;this._config=L({},Pv,e||{}),t.addListener(1500,(function(e){var n=e.keyEvent,i=Tv[n.key];if(i&&!t.isCmd(n)){var r=t.isShift(n);return o.moveSelection(i,r),!0}})),this.moveSelection=function(e,t){var o=r.get();if(o.length){var s=this._config[t?"moveSpeedAccelerated":"moveSpeed"],a=Av[e](s);i.allowed("elements.move",{shapes:o})&&n.moveElements(o,a)}}}Mv.$inject=["config.keyboardMoveSelection","keyboard","modeling","rules","selection"];var Rv={__depends__:[ia,cs],__init__:["keyboardMoveSelection"],keyboardMoveSelection:["type",Mv]};function Dv(e,t,n,i){this._dragging=i,this._rules=t;var r=this;function o(e,t){var n,i=e.shape,o=e.direction,s=e.resizeConstraints;e.delta=t,n=function(e,t,n){var i=n.x,r=n.y,o={x:e.x,y:e.y,width:e.width,height:e.height};return-1!==t.indexOf("n")?(o.y=e.y+r,o.height=e.height-r):-1!==t.indexOf("s")&&(o.height=e.height+r),-1!==t.indexOf("e")?o.width=e.width+i:-1!==t.indexOf("w")&&(o.x=e.x+i,o.width=e.width-i),o}(i,o,t),e.newBounds=function(e,t){if(!t)return e;var n=_n(e);return En({top:Mu("top",n,t),right:Mu("right",n,t),bottom:Mu("bottom",n,t),left:Mu("left",n,t)})}(n,s),e.canExecute=r.canResize(e)}e.on("resize.start",(function(e){var t,n,i;t=e.context,n=t.resizeConstraints,i=t.minBounds,void 0===n&&(void 0===i&&(i=r.computeMinResizeBox(t)),t.resizeConstraints={min:_n(i)})})),e.on("resize.move",(function(e){var t={x:e.dx,y:e.dy};o(e.context,t)})),e.on("resize.end",(function(e){!function(e){var t=e.shape,i=e.canExecute,r=e.newBounds;if(i){if(!function(e,t){return e.x!==t.x||e.y!==t.y||e.width!==t.width||e.height!==t.height}(t,r=xn(r)))return;n.resizeShape(t,r)}}(e.context)}))}function Nv(e,t){var n=Pn(e),i=_n(e),r={x:n.x,y:n.y};return-1!==t.indexOf("n")?r.y=i.top:-1!==t.indexOf("s")&&(r.y=i.bottom),-1!==t.indexOf("e")?r.x=i.right:-1!==t.indexOf("w")&&(r.x=i.left),r}function Bv(e){var t="resize-";return"n"===e||"s"===e?t+"ns":"e"===e||"w"===e?t+"ew":"nw"===e||"se"===e?t+"nwse":t+"nesw"}Dv.prototype.canResize=function(e){var t=this._rules,n=V(e,["newBounds","shape","delta","direction"]);return t.allowed("shape.resize",n)},Dv.prototype.activate=function(e,t,n){var i,r,o=this._dragging;if("string"==typeof n&&(n={direction:n}),!(r=(i=L({shape:t},n)).direction))throw new Error("must provide a direction (n|w|s|e|nw|se|ne|sw)");o.init(e,Nv(t,r),"resize",{autoActivate:!0,cursor:Bv(r),data:{shape:t,context:i}})},Dv.prototype.computeMinResizeBox=function(e){var t=e.shape;return function(e,t,n,i){var r=_n(t),o={top:/n/.test(e)?r.bottom-n.height:r.top,left:/w/.test(e)?r.right-n.width:r.left,bottom:/s/.test(e)?r.top+n.height:r.bottom,right:/e/.test(e)?r.left+n.width:r.right},s=i?_n(i):o;return En({top:Cu(o.top,s.top),left:Cu(o.left,s.left),bottom:Su(o.bottom,s.bottom),right:Su(o.right,s.right)})}(e.direction,t,e.minDimensions||{width:10,height:10},Nu(t,e.childrenBoxPadding))},Dv.$inject=["eventBus","rules","modeling","dragging"];var $v="djs-resizing",jv="resize-not-ok";function Iv(e,t,n){e.on("resize.move",500,(function(e){var i,r,o,s;i=e.context,r=i.shape,o=i.newBounds,(s=i.frame)||(s=i.frame=n.addFrame(r,t.getActiveLayer()),t.addMarker(r,$v)),o.width>5&&Te(s,{x:o.x,width:o.width}),o.height>5&&Te(s,{y:o.y,height:o.height}),i.canExecute?Me(s).remove(jv):Me(s).add(jv)})),e.on("resize.cleanup",(function(e){var n,i;n=e.context,i=n.shape,n.frame&&De(n.frame),t.removeMarker(i,$v)}))}Iv.$inject=["eventBus","canvas","previewSupport"];var Lv=-6,qv="djs-resizer",zv=["n","w","s","e","nw","ne","se","sw"];function Vv(e,t,n,i){this._resize=i,this._canvas=t;var r=this;e.on("selection.changed",(function(e){var t=e.newSelection;r.removeResizers(),1===t.length&&b(t,I(r.addResizer,r))})),e.on("shape.changed",(function(e){var t=e.element;n.isSelected(t)&&(r.removeResizers(),r.addResizer(t))}))}Vv.prototype.makeDraggable=function(e,t,n){var i=this._resize;function r(t){Qo(t)&&i.activate(t,e,n)}he.bind(t,"mousedown",r),he.bind(t,"touchstart",r)},Vv.prototype._createResizer=function(e,t,n,i){var r=this._getResizersParent(),o=function(e){var t={x:0,y:0};-1!==e.indexOf("e")?t.x=6:-1!==e.indexOf("w")&&(t.x=Lv);-1!==e.indexOf("s")?t.y=6:-1!==e.indexOf("n")&&(t.y=Lv);return t}(i),s=Le("g");Me(s).add(qv),Me(s).add(qv+"-"+e.id),Me(s).add(qv+"-"+i),Pe(r,s);var a=Le("rect");Te(a,{x:-4+o.x,y:-4+o.y,width:8,height:8}),Me(a).add(qv+"-visual"),Pe(s,a);var l=Le("rect");return Te(l,{x:-10+o.x,y:-10+o.y,width:20,height:20}),Me(l).add(qv+"-hit"),Pe(s,l),ti(s,t,n),s},Vv.prototype.createResizer=function(e,t){var n=Nv(e,t),i=this._createResizer(e,n.x,n.y,t);this.makeDraggable(e,i,t)},Vv.prototype.addResizer=function(e){var t=this;!vn(e)&&this._resize.canResize({shape:e})&&b(zv,(function(n){t.createResizer(e,n)}))},Vv.prototype.removeResizers=function(){Ne(this._getResizersParent())},Vv.prototype._getResizersParent=function(){return this._canvas.getLayer("resizers")},Vv.$inject=["eventBus","canvas","selection","resize"];var Fv={__depends__:[Hc,Lc,Zp],__init__:["resize","resizePreview","resizeHandles"],resize:["type",Dv],resizePreview:["type",Iv],resizeHandles:["type",Vv]};function Hv(e,t,n,i,r,o,s){function a(e,t){(t||Mr(e,["bpmn:Task","bpmn:TextAnnotation","bpmn:Participant"])||Uv(e))&&i.activate(e)}this._bpmnFactory=t,this._canvas=n,this._modeling=r,this._textRenderer=s,i.registerProvider(this),e.on("element.dblclick",(function(e){a(e.element,!0)})),e.on(["autoPlace.start","canvas.viewbox.changing","drag.init","element.mousedown","popupMenu.open","root.set","selection.changed"],(function(){i.isActive()&&i.complete()})),e.on(["shape.remove","connection.remove"],2e3,(function(e){i.isActive(e.element)&&i.cancel()})),e.on(["commandStack.changed"],(function(e){i.isActive()&&i.cancel()})),e.on("directEditing.activate",(function(e){o.removeResizers()})),e.on("create.end",500,(function(e){var t=e.context,n=t.shape,i=e.context.canExecute;e.isTouch||i&&(t.hints&&!1===t.hints.createElementsBehavior||a(n))})),e.on("autoPlace.end",500,(function(e){a(e.shape)}))}function Uv(e){return Ar(e,"bpmn:SubProcess")&&!Kr(e)}Hv.$inject=["eventBus","bpmnFactory","canvas","directEditing","modeling","resizeHandles","textRenderer"],Hv.prototype.activate=function(e){var t=lo(e);if(void 0!==t){var n={text:t};L(n,this.getEditingBBox(e));var i={};return(Mr(e,["bpmn:Task","bpmn:Participant","bpmn:Lane","bpmn:CallActivity"])||Uv(e))&&L(i,{centerVertically:!0}),io(e)&&L(i,{autoResize:!0}),Ar(e,"bpmn:TextAnnotation")&&L(i,{resizable:!0,autoResize:!0}),L(n,{options:i}),n}},Hv.prototype.getEditingBBox=function(e){var t=this._canvas,n=e.label||e,i=t.getAbsoluteBBox(n),r=i.x+i.width/2,o=i.y+i.height/2,s={x:i.x,y:i.y},a=t.zoom(),l=this._textRenderer.getDefaultStyle(),c=this._textRenderer.getExternalStyle(),p=c.fontSize*a,u=c.lineHeight,d=l.fontSize*a,h=l.lineHeight,m={fontFamily:this._textRenderer.getDefaultStyle().fontFamily,fontWeight:this._textRenderer.getDefaultStyle().fontWeight};if(Ar(e,"bpmn:Lane")||function(e){return Ar(e,"bpmn:Participant")&&Kr(e)}(e)){var f=Yr(e);L(s,f?{width:i.height,height:30*a,x:i.x-i.height/2+15*a,y:o-30*a/2}:{width:i.width,height:30*a}),L(m,{fontSize:d+"px",lineHeight:h,paddingTop:7*a+"px",paddingBottom:7*a+"px",paddingLeft:5*a+"px",paddingRight:5*a+"px",transform:f?"rotate(-90deg)":null})}if(function(e){return Ar(e,"bpmn:Participant")&&!Kr(e)}(e)){var g=Yr(e);L(s,g?{width:i.width,height:i.height}:{width:i.height,height:i.width,x:r-i.height/2,y:o-i.width/2}),L(m,{fontSize:d+"px",lineHeight:h,paddingTop:7*a+"px",paddingBottom:7*a+"px",paddingLeft:5*a+"px",paddingRight:5*a+"px",transform:g?null:"rotate(-90deg)"})}(Mr(e,["bpmn:Task","bpmn:CallActivity"])||Uv(e))&&(L(s,{width:i.width,height:i.height}),L(m,{fontSize:d+"px",lineHeight:h,paddingTop:7*a+"px",paddingBottom:7*a+"px",paddingLeft:5*a+"px",paddingRight:5*a+"px"})),function(e){return Ar(e,"bpmn:SubProcess")&&Kr(e)}(e)&&(L(s,{width:i.width,x:i.x}),L(m,{fontSize:d+"px",lineHeight:h,paddingTop:7*a+"px",paddingBottom:7*a+"px",paddingLeft:5*a+"px",paddingRight:5*a+"px"}));var y=90*a,v=7*a,b=4*a;if(n.labelTarget&&(L(s,{width:y,height:i.height+v+b,x:r-y/2,y:i.y-v}),L(m,{fontSize:p+"px",lineHeight:u,paddingTop:v+"px",paddingBottom:b+"px"})),io(n)&&!ro(n)&&!bn(n)){var x=so(e),w=t.getAbsoluteBBox({x:x.x,y:x.y,width:0,height:0}),_=p+v+b;L(s,{width:y,height:_,x:w.x-y/2,y:w.y-_/2}),L(m,{fontSize:p+"px",lineHeight:u,paddingTop:v+"px",paddingBottom:b+"px"})}return Ar(e,"bpmn:TextAnnotation")&&(L(s,{width:i.width,height:i.height,minWidth:30*a,minHeight:10*a}),L(m,{textAlign:"left",paddingTop:5*a+"px",paddingBottom:7*a+"px",paddingLeft:7*a+"px",paddingRight:5*a+"px",fontSize:d+"px",lineHeight:h})),{bounds:s,style:m}},Hv.prototype.update=function(e,t,n,i){var r,o,s;Ar(e,"bpmn:TextAnnotation")&&(o=this._canvas.getAbsoluteBBox(e),r={x:e.x,y:e.y,width:e.width/o.width*i.width,height:e.height/o.height*i.height}),(s=t)&&s.trim()||(t=null),this._modeling.updateLabel(e,t,r)};var Wv="djs-element-hidden",Xv="djs-label-hidden";function Qv(e,t,n){var i,r,o,s=this,a=t.getDefaultLayer();e.on("directEditing.activate",(function(e){var l=e.active;if(Ar(i=l.element.label||l.element,"bpmn:TextAnnotation")){r=t.getAbsoluteBBox(i),o=Le("g");var c=n.getScaledPath("TEXT_ANNOTATION",{xScaleFactor:1,yScaleFactor:1,containerWidth:i.width,containerHeight:i.height,position:{mx:0,my:0}}),p=s.path=Le("path");Te(p,{d:c,strokeWidth:2,stroke:Gv(i)}),Pe(o,p),Pe(a,o),ni(o,i.x,i.y)}Ar(i,"bpmn:TextAnnotation")||i.labelTarget?t.addMarker(i,Wv):(Ar(i,"bpmn:Task")||Ar(i,"bpmn:CallActivity")||Ar(i,"bpmn:SubProcess")||Ar(i,"bpmn:Participant"))&&t.addMarker(i,Xv)})),e.on("directEditing.resize",(function(e){if(Ar(i,"bpmn:TextAnnotation")){var t=e.height,o=e.dy,a=Math.max(i.height/r.height*(t+o),0),l=n.getScaledPath("TEXT_ANNOTATION",{xScaleFactor:1,yScaleFactor:1,containerWidth:i.width,containerHeight:a,position:{mx:0,my:0}});Te(s.path,{d:l})}})),e.on(["directEditing.complete","directEditing.cancel"],(function(e){var n=e.active;n&&(t.removeMarker(n.element.label||n.element,Wv),t.removeMarker(i,Xv)),i=void 0,r=void 0,o&&(De(o),o=void 0)}))}function Gv(e,t){return Dr(e).get("stroke")||t||"black"}Qv.$inject=["eventBus","canvas","pathMap"];var Kv={__depends__:[vs,Fv,Oy],__init__:["labelEditingProvider","labelEditingPreview"],labelEditingProvider:["type",Hv],labelEditingPreview:["type",Qv]},Yv=new ps("tt");function Zv(e,t){e.style.display=!1===t?"none":""}var Jv="djs-tooltip",eb="."+Jv;function tb(e,t){var n,i;this._eventBus=e,this._canvas=t,this._ids=Yv,this._tooltipDefaults={show:{minZoom:.7,maxZoom:5}},this._tooltips={},this._tooltipRoot=(n=t.getContainer(),Z(i=xe('<div class="djs-tooltip-container" />'),{position:"absolute",width:"0",height:"0"}),n.insertBefore(i,n.firstChild),i);var r=this;ge.bind(this._tooltipRoot,eb,"mousedown",(function(e){e.stopPropagation()})),ge.bind(this._tooltipRoot,eb,"mouseover",(function(e){r.trigger("mouseover",e)})),ge.bind(this._tooltipRoot,eb,"mouseout",(function(e){r.trigger("mouseout",e)})),this._init()}tb.$inject=["eventBus","canvas"],tb.prototype.add=function(e){if(!e.position)throw new Error("must specifiy tooltip position");if(!e.html)throw new Error("must specifiy tooltip html");var t=this._ids.next();return e=L({},this._tooltipDefaults,e,{id:t}),this._addTooltip(e),e.timeout&&this.setTimeout(e),t},tb.prototype.trigger=function(e,t){var n=t.delegateTarget||t.target,i=this.get(J(n,"data-tooltip-id"));i&&("mouseover"===e&&i.timeout&&this.clearTimeout(i),"mouseout"===e&&i.timeout&&(i.timeout=1e3,this.setTimeout(i)))},tb.prototype.get=function(e){return"string"!=typeof e&&(e=e.id),this._tooltips[e]},tb.prototype.clearTimeout=function(e){if(e=this.get(e)){var t=e.removeTimer;t&&(clearTimeout(t),e.removeTimer=null)}},tb.prototype.setTimeout=function(e){if(e=this.get(e)){this.clearTimeout(e);var t=this;e.removeTimer=setTimeout((function(){t.remove(e)}),e.timeout)}},tb.prototype.remove=function(e){var t=this.get(e);t&&(Ee(t.html),Ee(t.htmlContainer),delete t.htmlContainer,delete this._tooltips[t.id])},tb.prototype.show=function(){Zv(this._tooltipRoot)},tb.prototype.hide=function(){Zv(this._tooltipRoot,!1)},tb.prototype._updateRoot=function(e){var t=e.scale||1,n=e.scale||1,i="matrix("+t+",0,0,"+n+","+-1*e.x*t+","+-1*e.y*n+")";this._tooltipRoot.style.transform=i,this._tooltipRoot.style["-ms-transform"]=i},tb.prototype._addTooltip=function(e){var t,n=e.id,i=e.html,r=this._tooltipRoot;i.get&&i.constructor.prototype.jquery&&(i=i.get(0)),h(i)&&(i=xe(i)),Z(t=xe('<div data-tooltip-id="'+n+'" class="'+Jv+'">'),{position:"absolute"}),t.appendChild(i),e.type&&te(t).add("djs-tooltip-"+e.type),e.className&&te(t).add(e.className),e.htmlContainer=t,r.appendChild(t),this._tooltips[n]=e,this._updateTooltip(e)},tb.prototype._updateTooltip=function(e){var t=e.position;!function(e,t,n){Z(e,{left:t+"px",top:n+"px"})}(e.htmlContainer,t.x,t.y)},tb.prototype._updateTooltipVisibilty=function(e){b(this._tooltips,(function(t){var n=t.show,i=t.htmlContainer,r=!0;n&&((n.minZoom>e.scale||n.maxZoom<e.scale)&&(r=!1),Zv(i,r))}))},tb.prototype._init=function(){var e=this;this._eventBus.on("canvas.viewbox.changing",(function(t){e.hide()})),this._eventBus.on("canvas.viewbox.changed",(function(t){var n;n=t.viewbox,e._updateRoot(n),e._updateTooltipVisibilty(n),e.show()}))};var nb={__init__:["tooltips"],tooltips:["type",tb]};function ib(e,t,n){e.on(["shape.move.rejected","create.rejected"],(function(e){var i,r,o,s=e.context,a=s.shape;Ar(s.target,"bpmn:Collaboration")&&Ar(a,"bpmn:FlowNode")&&(i=e,r=n("flow elements must be children of pools/participants"),t.add({position:{x:i.x+5,y:i.y+5},type:"error",timeout:o||2e3,html:"<div>"+r+"</div>"}))}))}ib.$inject=["eventBus","tooltips","translate"];var rb={__depends__:[nb],__init__:["modelingFeedback"],modelingFeedback:["type",ib]},ob=Math.round;function sb(e,t,n,i,r){function o(e,t,n,i){return r.allowed("elements.move",{shapes:e,delta:t,position:n,target:i})}function s(e,n,i,r){if(p(i)&&(r=i,i=!1),!n.waypoints&&n.parent&&!Me(e.target).has("djs-hit-no-move")){var o=function(e){return{x:e.x+ob(e.width/2),y:e.y+ob(e.height/2)}}(n);return t.init(e,o,"shape.move",{cursor:"grabbing",autoActivate:i,data:{shape:n,context:r||{}}}),!0}}e.on("shape.move.start",1500,(function(e){var t=e.context,n=e.shape,r=i.get().slice();-1===r.indexOf(n)&&(r=[n]),r=function(e){var t=C(e,"id");return v(e,(function(e){for(;e=e.parent;)if(t[e.id])return!1;return!0}))}(r),L(t,{shapes:r,validatedShapes:r,shape:n})})),e.on("shape.move.start",1250,(function(e){var t=e.context,n=t.validatedShapes;if(!(t.canExecute=o(n)))return!1})),e.on("shape.move.move",500,(function(e){var t,n=e.context,i=n.validatedShapes,r=e.hover,s={x:e.dx,y:e.dy};t=o(i,s,{x:e.x,y:e.y},r),n.delta=s,n.canExecute=t,n.target=null!==t?r:null})),e.on("shape.move.end",(function(e){var t=e.context,i=t.delta,r=t.canExecute,o="attach"===r,s=t.shapes;if(!1===r)return!1;i.x=ob(i.x),i.y=ob(i.y),0===i.x&&0===i.y||n.moveElements(s,i,t.target,{primaryShape:t.shape,attach:o})})),e.on("element.mousedown",(function(e){if(Qo(e)){var t=Fo(e);if(!t)throw new Error("must supply DOM mousedown event");return s(t,e.element)}})),this.start=s}sb.$inject=["eventBus","dragging","modeling","selection","rules"];var ab="djs-dragging",lb="drop-ok",cb="drop-not-ok",pb="new-parent",ub="attach-ok";function db(e,t,n,r){function o(e){var t=function(e){var t=v(e,(function(t){return!vn(t)||g(e,R({id:t.source.id}))&&g(e,R({id:t.target.id}))}));return t}(s(e));return t}function s(e){var t=_t(e,!0),n=O(t,(function(e){return(e.incoming||[]).concat(e.outgoing||[])}));return i(t.concat(n))}function a(e,n){[ub,lb,cb,pb].forEach((function(i){i===n?t.addMarker(e,i):t.removeMarker(e,i)}))}e.on("shape.move.start",499,(function(e){var a=e.context,l=a.shapes,c=a.allDraggedElements,p=o(l);if(!a.dragGroup){var u=Le("g");Te(u,n.cls("djs-drag-group",["no-events"])),Pe(t.getActiveLayer(),u),a.dragGroup=u}p.forEach((function(e){r.addDragger(e,a.dragGroup)})),b(c=c?i([c,s(l)]):s(l),(function(e){t.addMarker(e,ab)})),a.allDraggedElements=c,a.differentParents=1!==k(C(l,(function(e){return e.parent&&e.parent.id})))})),e.on("shape.move.move",499,(function(e){var t=e.context,n=t.dragGroup,i=t.target,r=t.shape.parent,o=t.canExecute;i&&("attach"===o?a(i,ub):t.canExecute&&i&&i.id!==r.id?a(i,pb):a(i,t.canExecute?lb:cb)),ni(n,e.dx,e.dy)})),e.on(["shape.move.out","shape.move.cleanup"],(function(e){var t=e.context.target;t&&a(t,null)})),e.on("shape.move.cleanup",(function(e){var n=e.context,i=n.allDraggedElements,r=n.dragGroup;b(i,(function(e){t.removeMarker(e,ab)})),r&&De(r)})),this.makeDraggable=function(e,n,i){r.addDragger(n,e.dragGroup),i&&t.addMarker(n,ab),e.allDraggedElements?e.allDraggedElements.push(n):e.allDraggedElements=[n]}}db.$inject=["eventBus","canvas","styles","previewSupport"];var hb={__depends__:[es,cs,ns,Hc,Lc,Zp],__init__:["move","movePreview"],move:["type",sb],movePreview:["type",db]};const mb={width:36,height:50},fb={width:50,height:50};function gb(e,t,n){return Le("path",{d:e,strokeWidth:2,transform:`translate(${t.x}, ${t.y})`,...n})}function yb(e,t){this._styles=t,e.registerProvider(this)}function vb(e,t){var n;return"bpmn:DataObjectReference"===t?n=mb:"bpmn:DataStoreReference"===t&&(n=fb),e.width===n.width&&e.height===n.height}yb.$inject=["outline","styles"],yb.prototype.getOutline=function(e){const t=this._styles.cls("djs-outline",["no-fill"]);var n;if(!bn(e))return Ar(e,"bpmn:Gateway")?(L((n=Le("rect")).style,{"transform-box":"fill-box",transform:"rotate(45deg)","transform-origin":"center"}),Te(n,L({x:2,y:2,rx:4,width:e.width-4,height:e.height-4},t))):Mr(e,["bpmn:Task","bpmn:SubProcess","bpmn:Group"])?Te(n=Le("rect"),L({x:-5,y:-5,rx:14,width:e.width+10,height:e.height+10},t)):Ar(e,"bpmn:EndEvent")?Te(n=Le("circle"),L({cx:e.width/2,cy:e.height/2,r:e.width/2+5+1},t)):Ar(e,"bpmn:Event")?Te(n=Le("circle"),L({cx:e.width/2,cy:e.height/2,r:e.width/2+5},t)):Ar(e,"bpmn:DataObjectReference")&&vb(e,"bpmn:DataObjectReference")?n=gb("M44.7648 11.3263L36.9892 2.64074C36.0451 1.58628 34.5651 0.988708 33.1904 0.988708H5.98667C3.22688 0.988708 0.989624 3.34892 0.989624 6.26039V55.0235C0.989624 57.9349 3.22688 60.2952 5.98667 60.2952H40.966C43.7257 60.2952 45.963 57.9349 45.963 55.0235V14.9459C45.963 13.5998 45.6407 12.3048 44.7648 11.3263Z",{x:-6,y:-6},t):Ar(e,"bpmn:DataStoreReference")&&vb(e,"bpmn:DataStoreReference")&&(n=gb("M1.03845 48.1347C1.03845 49.3511 1.07295 50.758 1.38342 52.064C1.69949 53.3938 2.32428 54.7154 3.56383 55.6428C6.02533 57.4841 10.1161 58.7685 14.8212 59.6067C19.5772 60.4538 25.1388 60.8738 30.6831 60.8738C36.2276 60.8738 41.7891 60.4538 46.545 59.6067C51.2504 58.7687 55.3412 57.4842 57.8028 55.6429C59.0424 54.7156 59.6673 53.3938 59.9834 52.064C60.2938 50.7579 60.3285 49.351 60.3285 48.1344V13.8415C60.3285 12.6249 60.2938 11.218 59.9834 9.91171C59.6673 8.58194 59.0423 7.2602 57.8027 6.33294C55.341 4.49168 51.2503 3.20723 46.545 2.36914C41.7891 1.522 36.2276 1.10204 30.6831 1.10205C25.1388 1.10206 19.5772 1.52206 14.8213 2.36923C10.1162 3.20734 6.02543 4.49183 3.5639 6.33314C2.32433 7.26038 1.69951 8.58206 1.38343 9.91181C1.07295 11.2179 1.03845 12.6247 1.03845 13.8411V48.1347Z",{x:-6,y:-6},t)),n},yb.prototype.updateOutline=function(e,t){if(!bn(e))return Mr(e,["bpmn:SubProcess","bpmn:Group"])?(Te(t,{width:e.width+10,height:e.height+10}),!0):!!Mr(e,["bpmn:Event","bpmn:Gateway","bpmn:DataStoreReference","bpmn:DataObjectReference"])};var bb={__depends__:[ns],__init__:["outlineProvider"],outlineProvider:["type",yb]},xb=".djs-palette-toggle",wb=".entry",_b=xb+", "+wb,Eb="djs-palette-",Ob="open",Pb="two-column";function kb(e,t){this._eventBus=e,this._canvas=t;var n=this;e.on("tool-manager.update",(function(e){var t=e.tool;n.updateToolHighlight(t)})),e.on("i18n.changed",(function(){n._update()})),e.on("diagram.init",(function(){n._diagramInitialized=!0,n._rebuild()}))}function Sb(e,t){var n=t.getPaletteEntries();return d(n)?n(e):(b(n,(function(t,n){e[n]=t})),e)}kb.$inject=["eventBus","canvas"],kb.prototype.registerProvider=function(e,t){t||(t=e,e=1e3),this._eventBus.on("palette.getProviders",e,(function(e){e.providers.push(t)})),this._rebuild()},kb.prototype.getEntries=function(){return this._getProviders().reduce(Sb,{})},kb.prototype._rebuild=function(){this._diagramInitialized&&(this._getProviders().length&&(this._container||this._init(),this._update()))},kb.prototype._init=function(){var e=this,t=this._eventBus,n=this._getParentContainer(),i=this._container=xe(kb.HTML_MARKUP);n.appendChild(i),te(n).add(Eb+"shown"),ge.bind(i,_b,"click",(function(t){if(re(t.delegateTarget,xb))return e.toggle();e.trigger("click",t)})),he.bind(i,"mousedown",(function(e){e.stopPropagation()})),ge.bind(i,wb,"dragstart",(function(t){e.trigger("dragstart",t)})),t.on("canvas.resized",this._layoutChanged,this),t.fire("palette.create",{container:i})},kb.prototype._getProviders=function(e){var t=this._eventBus.createEvent({type:"palette.getProviders",providers:[]});return this._eventBus.fire(t),t.providers},kb.prototype._toggleState=function(e){e=e||{};var t,n=this._getParentContainer(),i=this._container,r=this._eventBus,o=te(i),s=te(n);t="twoColumn"in e?e.twoColumn:this._needsCollapse(n.clientHeight,this._entries||{}),o.toggle(Pb,t),s.toggle(Eb+Pb,t),"open"in e&&(o.toggle(Ob,e.open),s.toggle(Eb+Ob,e.open)),r.fire("palette.changed",{twoColumn:t,open:this.isOpen()})},kb.prototype._update=function(){var e=we(".djs-palette-entries",this._container),t=this._entries=this.getEntries();ie(e),b(t,(function(t,n){var i=t.group||"default",r=we("[data-group="+Es(i)+"]",e);r||(J(r=xe('<div class="group"></div>'),"data-group",i),e.appendChild(r));var o=t.html||(t.separator?'<hr class="separator" />':'<div class="entry" draggable="true"></div>'),s=xe(o);if(r.appendChild(s),!t.separator&&(J(s,"data-action",n),t.title&&J(s,"title",t.title),t.className&&function(e,t){var n=te(e);(c(t)?t:t.split(/\s+/g)).forEach((function(e){n.add(e)}))}(s,t.className),t.imageUrl)){var a=xe("<img>");J(a,"src",t.imageUrl),s.appendChild(a)}})),this.open()},kb.prototype.trigger=function(e,t,n){var i,r,o=t.delegateTarget||t.target;return o?(i=J(o,"data-action"),r=t.originalEvent||t,this.triggerEntry(i,e,r,n)):t.preventDefault()},kb.prototype.triggerEntry=function(e,t,n,i){var r,o;if((r=this._entries[e])&&(o=r.action,!1!==this._eventBus.fire("palette.trigger",{entry:r,event:n}))){if(d(o)){if("click"===t)return o(n,i)}else if(o[t])return o[t](n,i);n.preventDefault()}},kb.prototype._layoutChanged=function(){this._toggleState({})},kb.prototype._needsCollapse=function(e,t){return e<46*Object.keys(t).length+50},kb.prototype.close=function(){this._toggleState({open:!1,twoColumn:!1})},kb.prototype.open=function(){this._toggleState({open:!0})},kb.prototype.toggle=function(){this.isOpen()?this.close():this.open()},kb.prototype.isActiveTool=function(e){return e&&this._activeTool===e},kb.prototype.updateToolHighlight=function(e){var t;this._toolsContainer||(t=we(".djs-palette-entries",this._container),this._toolsContainer=we("[data-group=tools]",t)),b(this._toolsContainer.children,(function(t){var n=t.getAttribute("data-action");if(n){var i=te(t);n=n.replace("-tool",""),i.contains("entry")&&n===e?i.add("highlighted-entry"):i.remove("highlighted-entry")}}))},kb.prototype.isOpen=function(){return te(this._container).has(Ob)},kb.prototype._getParentContainer=function(){return this._canvas.getContainer()},kb.HTML_MARKUP='<div class="djs-palette"><div class="djs-palette-entries"></div><div class="djs-palette-toggle"></div></div>';var Cb={__init__:["palette"],palette:["type",kb]},Tb="crosshair";function Ab(e,t,n,i,r,o,s){this._selection=r,this._dragging=n,this._mouse=s;var a=this,l=function(e){var n,i=t.getActiveLayer();Te(n=e.frame=Le("rect"),{class:"djs-lasso-overlay",width:1,height:1,x:0,y:0}),Pe(i,n)},c=function(e){var t=e.frame,n=e.bbox;Te(t,{x:n.x,y:n.y,width:n.width,height:n.height})},p=function(e){e.frame&&De(e.frame)};o.registerTool("lasso",{tool:"lasso.selection",dragging:"lasso"}),e.on("lasso.selection.end",(function(t){var n=t.originalEvent.target;(t.hover||n instanceof SVGElement)&&e.once("lasso.selection.ended",(function(){a.activateLasso(t.originalEvent,!0)}))})),e.on("lasso.end",(function(e){var t=Mb(e),n=i.filter((function(e){return e}));a.select(n,t)})),e.on("lasso.start",(function(e){var t=e.context;t.bbox=Mb(e),l(t)})),e.on("lasso.move",(function(e){var t=e.context;t.bbox=Mb(e),c(t)})),e.on("lasso.cleanup",(function(e){var t=e.context;p(t)})),e.on("element.mousedown",1500,(function(e){if(Ko(e))return a.activateLasso(e.originalEvent),!0}))}function Mb(e){var t={x:e.x-e.dx,y:e.y-e.dy},n={x:e.x,y:e.y};return t.x<=n.x&&t.y<n.y||t.x<n.x&&t.y<=n.y?{x:t.x,y:t.y,width:n.x-t.x,height:n.y-t.y}:t.x>=n.x&&t.y<n.y||t.x>n.x&&t.y<=n.y?{x:n.x,y:t.y,width:t.x-n.x,height:n.y-t.y}:t.x<=n.x&&t.y>n.y||t.x<n.x&&t.y>=n.y?{x:t.x,y:n.y,width:n.x-t.x,height:t.y-n.y}:t.x>=n.x&&t.y>n.y||t.x>n.x&&t.y>=n.y?{x:n.x,y:n.y,width:t.x-n.x,height:t.y-n.y}:{x:n.x,y:n.y,width:0,height:0}}Ab.$inject=["eventBus","canvas","dragging","elementRegistry","selection","toolManager","mouse"],Ab.prototype.activateLasso=function(e,t){this._dragging.init(e,"lasso",{autoActivate:t,cursor:Tb,data:{context:{}}})},Ab.prototype.activateSelection=function(e,t){this._dragging.init(e,"lasso.selection",{trapClick:!1,autoActivate:t,cursor:Tb,data:{context:{}}})},Ab.prototype.select=function(e,t){var n=function(e,t){var n={};return b(e,(function(e){var i=e;i.waypoints&&(i=Et(i)),!u(t.y)&&i.x>t.x&&(n[e.id]=e),!u(t.x)&&i.y>t.y&&(n[e.id]=e),i.x>t.x&&i.y>t.y&&(u(t.width)&&u(t.height)&&i.width+i.x<t.width+t.x&&i.height+i.y<t.height+t.y?n[e.id]=e:u(t.width)&&u(t.height)||(n[e.id]=e))})),n}(e,t);this._selection.select(S(n))},Ab.prototype.toggle=function(){if(this.isActive())return this._dragging.cancel();var e=this._mouse.getLastMoveEvent();this.activateSelection(e,!!e)},Ab.prototype.isActive=function(){var e=this._dragging.context();return e&&/^lasso/.test(e.prefix)};var Rb={__depends__:[qm,bm],__init__:["lassoTool"],lassoTool:["type",Ab]},Db=1500,Nb="grab";function Bb(e,t,n,i,r,o){this._dragging=n,this._mouse=o;var s=this,a=i.get("keyboard",!1);r.registerTool("hand",{tool:"hand",dragging:"hand.move"}),e.on("element.mousedown",Db,(function(e){if(Go(e))return s.activateMove(e.originalEvent,!0),!1})),a&&a.addListener(Db,(function(e){if($b(e.keyEvent)&&!s.isActive()){var t=s._mouse.getLastMoveEvent();s.activateMove(t,!!t)}}),"keyboard.keydown"),a&&a.addListener(Db,(function(e){$b(e.keyEvent)&&s.isActive()&&s.toggle()}),"keyboard.keyup"),e.on("hand.end",(function(t){var n=t.originalEvent.target;if(!(t.hover||n instanceof SVGElement))return!1;e.once("hand.ended",(function(){s.activateMove(t.originalEvent,{reactivate:!0})}))})),e.on("hand.move.move",(function(e){var n=t.viewbox().scale;t.scroll({dx:e.dx*n,dy:e.dy*n})})),e.on("hand.move.end",(function(t){var n=t.context.reactivate;return!Go(t)&&n&&e.once("hand.move.ended",(function(e){s.activateHand(e.originalEvent,!0,!0)})),!1}))}function $b(e){return Qs("Space",e)}Bb.$inject=["eventBus","canvas","dragging","injector","toolManager","mouse"],Bb.prototype.activateMove=function(e,t,n){"object"==typeof t&&(n=t,t=!1),this._dragging.init(e,"hand.move",{autoActivate:t,cursor:Nb,data:{context:n||{}}})},Bb.prototype.activateHand=function(e,t,n){this._dragging.init(e,"hand",{trapClick:!1,autoActivate:t,cursor:Nb,data:{context:{reactivate:n}}})},Bb.prototype.toggle=function(){if(this.isActive())return this._dragging.cancel();var e=this._mouse.getLastMoveEvent();this.activateHand(e,!!e)},Bb.prototype.isActive=function(){var e=this._dragging.context();return!!e&&/^(hand|hand\.move)$/.test(e.prefix)};var jb={__depends__:[qm,bm],__init__:["handTool"],handTool:["type",Bb]},Ib="connect-ok",Lb="connect-not-ok";function qb(e,t,n,i,r,o,s){var a=this;this._dragging=t,this._rules=o,this._mouse=s,r.registerTool("global-connect",{tool:"global-connect",dragging:"global-connect.drag"}),e.on("global-connect.hover",(function(e){var t=e.context,n=e.hover,r=t.canStartConnect=a.canStartConnect(n);null!==r&&(t.startTarget=n,i.addMarker(n,r?Ib:Lb))})),e.on(["global-connect.out","global-connect.cleanup"],(function(e){var t=e.context.startTarget,n=e.context.canStartConnect;t&&i.removeMarker(t,n?Ib:Lb)})),e.on(["global-connect.ended"],(function(t){var i=t.context.startTarget,r={x:t.x,y:t.y};if(a.canStartConnect(i))return e.once("element.out",(function(){e.once(["connect.ended","connect.canceled"],(function(){e.fire("global-connect.drag.ended")})),n.start(null,i,r)})),!1}))}qb.$inject=["eventBus","dragging","connect","canvas","toolManager","rules","mouse"],qb.prototype.start=function(e,t){this._dragging.init(e,"global-connect",{autoActivate:t,trapClick:!1,data:{context:{}}})},qb.prototype.toggle=function(){if(this.isActive())return this._dragging.cancel();var e=this._mouse.getLastMoveEvent();return this.start(e,!!e)},qb.prototype.isActive=function(){var e=this._dragging.context();return e&&/^global-connect/.test(e.prefix)},qb.prototype.canStartConnect=function(e){return this._rules.allowed("connection.start",{source:e})};var zb={__depends__:[Wp,Hc,Lc,qm,bm],globalConnect:["type",qb]};function Vb(e,t,n,i,r,o,s,a){this._palette=e,this._create=t,this._elementFactory=n,this._spaceTool=i,this._lassoTool=r,this._handTool=o,this._globalConnect=s,this._translate=a,e.registerProvider(this)}Vb.$inject=["palette","create","elementFactory","spaceTool","lassoTool","handTool","globalConnect","translate"],Vb.prototype.getPaletteEntries=function(){var e={},t=this._create,n=this._elementFactory,i=this._spaceTool,r=this._lassoTool,o=this._handTool,s=this._globalConnect,a=this._translate;function l(e,i,r,o,s){function a(i){var r=n.createShape(L({type:e},s));s&&(Dr(r).isExpanded=s.isExpanded);t.start(i,r)}return{group:i,className:r,title:o,action:{dragstart:a,click:a}}}function c(e){var i=n.createShape({type:"bpmn:SubProcess",x:0,y:0,isExpanded:!0}),r=n.createShape({type:"bpmn:StartEvent",x:40,y:82,parent:i});t.start(e,[i,r],{hints:{autoSelect:[i]}})}function p(e){t.start(e,n.createParticipantShape())}return L(e,{"hand-tool":{group:"tools",className:"bpmn-icon-hand-tool",title:a("Activate hand tool"),action:{click:function(e){o.activateHand(e)}}},"lasso-tool":{group:"tools",className:"bpmn-icon-lasso-tool",title:a("Activate lasso tool"),action:{click:function(e){r.activateSelection(e)}}},"space-tool":{group:"tools",className:"bpmn-icon-space-tool",title:a("Activate create/remove space tool"),action:{click:function(e){i.activateSelection(e)}}},"global-connect-tool":{group:"tools",className:"bpmn-icon-connection-multi",title:a("Activate global connect tool"),action:{click:function(e){s.start(e)}}},"tool-separator":{group:"tools",separator:!0},"create.start-event":l("bpmn:StartEvent","event","bpmn-icon-start-event-none",a("Create start event")),"create.intermediate-event":l("bpmn:IntermediateThrowEvent","event","bpmn-icon-intermediate-event-none",a("Create intermediate/boundary event")),"create.end-event":l("bpmn:EndEvent","event","bpmn-icon-end-event-none",a("Create end event")),"create.exclusive-gateway":l("bpmn:ExclusiveGateway","gateway","bpmn-icon-gateway-none",a("Create gateway")),"create.task":l("bpmn:Task","activity","bpmn-icon-task",a("Create task")),"create.data-object":l("bpmn:DataObjectReference","data-object","bpmn-icon-data-object",a("Create data object reference")),"create.data-store":l("bpmn:DataStoreReference","data-store","bpmn-icon-data-store",a("Create data store reference")),"create.subprocess-expanded":{group:"activity",className:"bpmn-icon-subprocess-expanded",title:a("Create expanded sub-process"),action:{dragstart:c,click:c}},"create.participant-expanded":{group:"collaboration",className:"bpmn-icon-participant",title:a("Create pool/participant"),action:{dragstart:p,click:p}},"create.group":l("bpmn:Group","artifact","bpmn-icon-group",a("Create group"))}),e};var Fb={__depends__:[Cb,ym,af,Rb,jb,zb,$o],__init__:["paletteProvider"],paletteProvider:["type",Vb]};function Hb(e,t,n,i,r){bs.call(this,e),e.on("shape.move.move",250,(function(e){var o=e.context,s=o.canExecute;o.visualReplacements||(o.visualReplacements={}),s&&s.replacements?function(e){b(e.canExecute.replacements,(function(o){var s=o.oldElementId,a={type:o.newElementType};if(!e.visualReplacements[s]){var l=t.get(s);L(a,{x:l.x,y:l.y});var c=n.createShape(a);i.addShape(c,l.parent);var p=we('[data-element-id="'+Es(l.id)+'"]',e.dragGroup);p&&Te(p,{display:"none"});var u=r.addDragger(c,e.dragGroup);e.visualReplacements[s]=u,i.removeShape(c)}}))}(o):function(e){var t=e.visualReplacements;b(t,(function(n,i){var r=we('[data-element-id="'+Es(i)+'"]',e.dragGroup);r&&Te(r,{display:"inline"}),n.remove(),t[i]&&delete t[i]}))}(o)}))}Hb.$inject=["eventBus","elementRegistry","elementFactory","canvas","previewSupport"],e(Hb,bs);var Ub={__depends__:[Zp],__init__:["bpmnReplacePreview"],bpmnReplacePreview:["type",Hb]},Wb=40,Xb=20,Qb=10,Gb=20,Kb=["x","y"],Yb=Math.abs;function Zb(e){e.on(["connect.hover","connect.move","connect.end"],1250,(function(e){var t=e.context,n=t.canExecute,i=t.start,r=t.hover,o=t.source,s=t.target;e.originalEvent&&Xs(e.originalEvent)||(t.initialConnectionStart||(t.initialConnectionStart=t.connectionStart),n&&r&&function(e,t,n){Kb.forEach((function(i){var r=tx(i,t);e[i]<t[i]+n?Bp(e,i,t[i]+n):e[i]>t[i]+r-n&&Bp(e,i,t[i]+r-n)}))}(e,r,function(e){return Ar(e,"bpmn:Task")?Qb:Xb}(r)),r&&function(e,t){return E(t,(function(t){return ex(e,t)}))}(n,["bpmn:Association","bpmn:DataInputAssociation","bpmn:DataOutputAssociation","bpmn:SequenceFlow"])?(t.connectionStart=Dp(i),Mr(r,["bpmn:Event","bpmn:Gateway"])&&Jb(e,Dp(r)),Mr(r,["bpmn:Task","bpmn:SubProcess"])&&function(e,t){var n=Dp(t);Kb.forEach((function(i){(function(e,t,n){return e[n]>t[n]+Gb&&e[n]<t[n]+tx(n,t)-Gb})(e,t,i)&&Bp(e,i,n[i])}))}(e,r),Ar(o,"bpmn:BoundaryEvent")&&s===o.host&&function(e){var t=e.context,n=t.source,i=t.target;if(function(e){var t=e.hover,n=e.source;return t&&n&&t===n}(t))return;var r=Dp(n),o=kn(r,i,-10),s=[];/top|bottom/.test(o)&&s.push("x");/left|right/.test(o)&&s.push("y");s.forEach((function(t){var n,i=e[t];Yb(i-r[t])<Wb&&(n=i>r[t]?r[t]+Wb:r[t]-Wb,Bp(e,t,n))}))}(e)):ex(n,"bpmn:MessageFlow")?(Ar(i,"bpmn:Event")&&(t.connectionStart=Dp(i)),Ar(r,"bpmn:Event")&&Jb(e,Dp(r))):t.connectionStart=t.initialConnectionStart)}))}function Jb(e,t){Bp(e,"x",t.x),Bp(e,"y",t.y)}function ex(e,t){return e&&e.type===t}function tx(e,t){return"x"===e?t.width:t.height}function nx(){this._targets={},this._snapOrigins={},this._snapLocations=[],this._defaultSnaps={}}function ix(){this._snapValues={}}Zb.$inject=["eventBus"],nx.prototype.getSnapOrigin=function(e){return this._snapOrigins[e]},nx.prototype.setSnapOrigin=function(e,t){this._snapOrigins[e]=t,-1===this._snapLocations.indexOf(e)&&this._snapLocations.push(e)},nx.prototype.addDefaultSnap=function(e,t){var n=this._defaultSnaps[e];n||(n=this._defaultSnaps[e]=[]),n.push(t)},nx.prototype.getSnapLocations=function(){return this._snapLocations},nx.prototype.setSnapLocations=function(e){this._snapLocations=e},nx.prototype.pointsForTarget=function(e){var t=e.id||e,n=this._targets[t];return n||(n=this._targets[t]=new ix).initDefaults(this._defaultSnaps),n},ix.prototype.add=function(e,t){var n=this._snapValues[e];n||(n=this._snapValues[e]={x:[],y:[]}),-1===n.x.indexOf(t.x)&&n.x.push(t.x),-1===n.y.indexOf(t.y)&&n.y.push(t.y)},ix.prototype.snap=function(e,t,n,i){var r=this._snapValues[t];return r&&function(e,t,n){var i,r;for(n=void 0===n?10:n,i=0;i<t.length;i++)if(r=t[i],Tp(r-e)<=n)return r}(e[n],r[n],i)},ix.prototype.initDefaults=function(e){var t=this;b(e||{},(function(e,n){b(e,(function(e){t.add(n,e)}))}))};var rx=1250;function ox(e,t,n){var i=this;this._elementRegistry=e,t.on(["create.start","shape.move.start"],(function(e){i.initSnap(e)})),t.on(["create.move","create.end","shape.move.move","shape.move.end"],rx,(function(e){var t=e.context,r=t.shape,o=t.snapContext,s=t.target;if((!e.originalEvent||!Xs(e.originalEvent))&&!Np(e)&&s){var a=o.pointsForTarget(s);a.initialized||((a=i.addSnapTargetPoints(a,r,s)).initialized=!0),n.snap(e,a)}})),t.on(["create.cleanup","shape.move.cleanup"],(function(){n.hide()}))}ox.$inject=["elementRegistry","eventBus","snapping"],ox.prototype.initSnap=function(e){var t,n=this._elementRegistry,i=e.context,r=i.shape,o=i.snapContext;o||(o=i.snapContext=new nx);var s=(t=n.get(r.id)?Dp(r,e):{x:e.x+Dp(r).x,y:e.y+Dp(r).y}).x-r.width/2,a=t.y-r.height/2,l=t.x+r.width/2,c=t.y+r.height/2;return o.setSnapOrigin("mid",{x:t.x-e.x,y:t.y-e.y}),bn(r)||(o.setSnapOrigin("top-left",{x:s-e.x,y:a-e.y}),o.setSnapOrigin("bottom-right",{x:l-e.x,y:c-e.y})),o},ox.prototype.addSnapTargetPoints=function(e,t,n){return b(this.getSnapTargets(t,n),(function(n){if(bn(n))bn(t)&&e.add("mid",Dp(n));else if(vn(n)){if(n.waypoints.length<3)return;b(n.waypoints.slice(1,-1),(function(t){e.add("mid",t)}))}else e.add("mid",Dp(n))})),u(t.x)&&u(t.y)?(this._elementRegistry.get(t.id)&&e.add("mid",Dp(t)),e):e},ox.prototype.getSnapTargets=function(e,t){return $p(t).filter((function(e){return!e.hidden}))};function sx(e,t){t.invoke(ox,this),e.on(["create.move","create.end"],1500,ax),e.on(["create.move","create.end","shape.move.move","shape.move.end"],1500,(function(e){var t=e.context,n=t.canExecute,i=t.target;n&&("attach"===n||n.attach)&&!Np(e)&&function(e,t){var n,i=_n(t),r=wh(e,t),o=e.context,s=o.shape;n=s.parent?{x:0,y:0}:Pn(s);/top/.test(r)?Bp(e,"y",i.top-n.y):/bottom/.test(r)&&Bp(e,"y",i.bottom-n.y);/left/.test(r)?Bp(e,"x",i.left-n.x):/right/.test(r)&&Bp(e,"x",i.right-n.x)}(e,i)}))}function ax(e){var t=e.context.createConstraints;if(t){var n=t.top,i=t.right,r=t.bottom,o=t.left;(o&&o>=e.x||i&&i<=e.x)&&Bp(e,"x",e.x),(n&&n>=e.y||r&&r<=e.y)&&Bp(e,"y",e.y)}}function lx(e,t){return-1!==e.indexOf(t)}function cx(e,t,n){return t?{x:e.x-n.x,y:e.y-n.y}:{x:e.x,y:e.y}}e(sx,ox),sx.$inject=["eventBus","injector"],sx.prototype.initSnap=function(e){var t=ox.prototype.initSnap.call(this,e),n=e.shape,i=!!this._elementRegistry.get(n.id);return b(n.outgoing,(function(n){var r=n.waypoints[0];r=r.original||r,t.setSnapOrigin(n.id+"-docking",cx(r,i,e))})),b(n.incoming,(function(n){var r=n.waypoints[n.waypoints.length-1];r=r.original||r,t.setSnapOrigin(n.id+"-docking",cx(r,i,e))})),Ar(n,"bpmn:Participant")&&t.setSnapLocations(["top-left","bottom-right","mid"]),t},sx.prototype.addSnapTargetPoints=function(e,t,n){ox.prototype.addSnapTargetPoints.call(this,e,t,n);var i=this.getSnapTargets(t,n);b(i,(function(n){var i;(function(e){if(Ar(e,"bpmn:SubProcess")&&Kr(e))return!0;return Ar(e,"bpmn:Participant")}(n)||(i="bpmn:TextAnnotation",[t,n].every((function(e){return Ar(e,i)}))))&&(e.add("top-left",Mp(n)),e.add("bottom-right",Rp(n)))}));var r=this._elementRegistry;return b(t.incoming,(function(n){if(r.get(t.id)){lx(i,n.source)||e.add("mid",Pn(n.source));var o=n.waypoints[0];e.add(n.id+"-docking",o.original||o)}})),b(t.outgoing,(function(n){if(r.get(t.id)){lx(i,n.target)||e.add("mid",Pn(n.target));var o=n.waypoints[n.waypoints.length-1];e.add(n.id+"-docking",o.original||o)}})),Ar(n,"bpmn:SequenceFlow")&&(e=this.addSnapTargetPoints(e,t,n.parent)),e},sx.prototype.getSnapTargets=function(e,t){return ox.prototype.getSnapTargets.call(this,e,t).filter((function(e){return!Ar(e,"bpmn:Lane")}))};function px(e,t){var n=this;e.on(["resize.start"],(function(e){n.initSnap(e)})),e.on(["resize.move","resize.end"],1250,(function(e){var i=e.context,r=i.shape,o=r.parent,s=i.direction,a=i.snapContext;if(!(e.originalEvent&&Xs(e.originalEvent)||Np(e))){var l=a.pointsForTarget(o);l.initialized||((l=n.addSnapTargetPoints(l,r,o,s)).initialized=!0),function(e){return"n"===e||"s"===e}(s)&&Bp(e,"x",e.x),function(e){return"e"===e||"w"===e}(s)&&Bp(e,"y",e.y),t.snap(e,l)}})),e.on(["resize.cleanup"],(function(){t.hide()}))}function ux(e,t){var n=Pn(e),i=_n(e),r={x:n.x,y:n.y};return-1!==t.indexOf("n")?r.y=i.top:-1!==t.indexOf("s")&&(r.y=i.bottom),-1!==t.indexOf("e")?r.x=i.right:-1!==t.indexOf("w")&&(r.x=i.left),r}px.prototype.initSnap=function(e){var t=e.context,n=t.shape,i=t.direction,r=t.snapContext;r||(r=t.snapContext=new nx);var o=ux(n,i);return r.setSnapOrigin("corner",{x:o.x-e.x,y:o.y-e.y}),r},px.prototype.addSnapTargetPoints=function(e,t,n,i){return b(this.getSnapTargets(t,n),(function(t){e.add("corner",Rp(t)),e.add("corner",Mp(t))})),e.add("corner",ux(t,i)),e},px.$inject=["eventBus","snapping"],px.prototype.getSnapTargets=function(e,t){return $p(t).filter((function(t){return!(n=t,i=e,n.host===i||vn(t)||function(e){return!!e.hidden}(t)||bn(t));var n,i}))};function dx(e){this._canvas=e,this._asyncHide=j(I(this.hide,this),1e3)}dx.$inject=["canvas"],dx.prototype.snap=function(e,t){var n=e.context.snapContext,i=n.getSnapLocations(),r={x:Np(e,"x"),y:Np(e,"y")};b(i,(function(i){var o=n.getSnapOrigin(i),s={x:e.x+o.x,y:e.y+o.y};if(b(["x","y"],(function(e){var n;r[e]||void 0!==(n=t.snap(s,i,e,7))&&(r[e]={value:n,originValue:n-o[e]})})),r.x&&r.y)return!1})),this.showSnapLine("vertical",r.x&&r.x.value),this.showSnapLine("horizontal",r.y&&r.y.value),b(["x","y"],(function(t){var n=r[t];p(n)&&Bp(e,t,n.originValue)}))},dx.prototype._createLine=function(e){var t=this._canvas.getLayer("snap"),n=Le("path");return Te(n,{d:"M0,0 L0,0"}),Me(n).add("djs-snap-line"),Pe(t,n),{update:function(t){u(t)?Te(n,"horizontal"===e?{d:"M-100000,"+t+" L+100000,"+t,display:""}:{d:"M "+t+",-100000 L "+t+", +100000",display:""}):Te(n,{display:"none"})}}},dx.prototype._createSnapLines=function(){this._snapLines={horizontal:this._createLine("horizontal"),vertical:this._createLine("vertical")}},dx.prototype.showSnapLine=function(e,t){var n=this.getSnapLine(e);n&&n.update(t),this._asyncHide()},dx.prototype.getSnapLine=function(e){return this._snapLines||this._createSnapLines(),this._snapLines[e]},dx.prototype.hide=function(){b(this._snapLines,(function(e){e.update()}))};var hx={__depends__:[{__init__:["createMoveSnapping","resizeSnapping","snapping"],createMoveSnapping:["type",ox],resizeSnapping:["type",px],snapping:["type",dx]}],__init__:["connectSnapping","createMoveSnapping"],connectSnapping:["type",Zb],createMoveSnapping:["type",sx]};function mx(e,t,n,i){this._open=!1,this._results=[],this._eventMaps=[],this._canvas=e,this._eventBus=t,this._overlays=n,this._selection=i,this._container=xe(mx.BOX_HTML),this._searchInput=we(mx.INPUT_SELECTOR,this._container),this._resultsContainer=we(mx.RESULTS_CONTAINER_SELECTOR,this._container),this._canvas.getContainer().appendChild(this._container),t.on(["canvas.destroy","diagram.destroy"],this.close,this)}function fx(e,t,n){var i=function(e){var t="";return e.forEach((function(e){e.matched?t+='<strong class="'+mx.RESULT_HIGHLIGHT_CLASS+'">'+Ps(e.matched)+"</strong>":t+=Ps(e.normal)})),""!==t?t:null}(t),r=xe(n);r.innerHTML=i,e.appendChild(r)}mx.$inject=["canvas","eventBus","overlays","selection"],mx.prototype._bindEvents=function(){var e=this;function t(t,n,i,r){e._eventMaps.push({el:t,type:i,listener:ge.bind(t,n,i,r)})}t(document,"html","click",(function(t){e.close()})),t(this._container,mx.INPUT_SELECTOR,"click",(function(e){e.stopPropagation(),e.delegateTarget.focus()})),t(this._container,mx.RESULT_SELECTOR,"mouseover",(function(t){t.stopPropagation(),e._scrollToNode(t.delegateTarget),e._preselect(t.delegateTarget)})),t(this._container,mx.RESULT_SELECTOR,"click",(function(t){t.stopPropagation(),e._select(t.delegateTarget)})),t(this._container,mx.INPUT_SELECTOR,"keydown",(function(e){Qs("ArrowUp",e)&&e.preventDefault(),Qs("ArrowDown",e)&&e.preventDefault()})),t(this._container,mx.INPUT_SELECTOR,"keyup",(function(t){if(Qs("Escape",t))return e.close();if(Qs("Enter",t)){var n=e._getCurrentResult();return n?e._select(n):e.close()}return Qs("ArrowUp",t)?e._scrollToDirection(!0):Qs("ArrowDown",t)?e._scrollToDirection():void(Qs(["ArrowLeft","ArrowRight"],t)||e._search(t.delegateTarget.value))}))},mx.prototype._unbindEvents=function(){this._eventMaps.forEach((function(e){ge.unbind(e.el,e.type,e.listener)}))},mx.prototype._search=function(e){var t=this;if(this._clearResults(),e&&""!==e){var n=this._searchProvider.find(e);if(n.length){n.forEach((function(e){var n=e.element.id,i=t._createResultNode(e,n);t._results[n]={element:e.element,node:i}}));var i=we(mx.RESULT_SELECTOR,this._resultsContainer);this._scrollToNode(i),this._preselect(i)}}},mx.prototype._scrollToDirection=function(e){var t=this._getCurrentResult();if(t){var n=e?t.previousElementSibling:t.nextElementSibling;n&&(this._scrollToNode(n),this._preselect(n))}},mx.prototype._scrollToNode=function(e){if(e&&e!==this._getCurrentResult()){var t=e.offsetTop,n=this._resultsContainer.scrollTop,i=t-this._resultsContainer.clientHeight+e.clientHeight;t<n?this._resultsContainer.scrollTop=t:n<i&&(this._resultsContainer.scrollTop=i)}},mx.prototype._clearResults=function(){ie(this._resultsContainer),this._results=[],this._resetOverlay(),this._eventBus.fire("searchPad.cleared")},mx.prototype._getCurrentResult=function(){return we(mx.RESULT_SELECTED_SELECTOR,this._resultsContainer)},mx.prototype._createResultNode=function(e,t){var n=xe(mx.RESULT_HTML);return e.primaryTokens.length>0&&fx(n,e.primaryTokens,mx.RESULT_PRIMARY_HTML),fx(n,e.secondaryTokens,mx.RESULT_SECONDARY_HTML),J(n,mx.RESULT_ID_ATTRIBUTE,t),this._resultsContainer.appendChild(n),n},mx.prototype.registerProvider=function(e){this._searchProvider=e},mx.prototype.open=function(){if(!this._searchProvider)throw new Error("no search provider registered");this.isOpen()||(this._bindEvents(),this._open=!0,te(this._container).add("open"),this._searchInput.focus(),this._eventBus.fire("searchPad.opened"))},mx.prototype.close=function(){this.isOpen()&&(this._unbindEvents(),this._open=!1,te(this._container).remove("open"),this._clearResults(),this._searchInput.value="",this._searchInput.blur(),this._resetOverlay(),this._eventBus.fire("searchPad.closed"))},mx.prototype.toggle=function(){this.isOpen()?this.close():this.open()},mx.prototype.isOpen=function(){return this._open},mx.prototype._preselect=function(e){var t=this._getCurrentResult();if(e!==t){t&&te(t).remove(mx.RESULT_SELECTED_CLASS);var n=J(e,mx.RESULT_ID_ATTRIBUTE),i=this._results[n].element;te(e).add(mx.RESULT_SELECTED_CLASS),this._resetOverlay(i),this._canvas.scrollToElement(i,{top:400}),this._selection.select(i),this._eventBus.fire("searchPad.preselected",i)}},mx.prototype._select=function(e){var t=J(e,mx.RESULT_ID_ATTRIBUTE),n=this._results[t].element;this.close(),this._resetOverlay(),this._canvas.scrollToElement(n,{top:400}),this._selection.select(n),this._eventBus.fire("searchPad.selected",n)},mx.prototype._resetOverlay=function(e){if(this._overlayId&&this._overlays.remove(this._overlayId),e){var t=function(e){var t=6,n=e.width+2*t,i=e.height+2*t,r={width:n+"px",height:i+"px"},o=xe('<div class="'+mx.OVERLAY_CLASS+'"></div>');return Z(o,r),{position:{bottom:i-t,right:n-t},show:!0,html:o}}(Et(e));this._overlayId=this._overlays.add(e,t)}},mx.CONTAINER_SELECTOR=".djs-search-container",mx.INPUT_SELECTOR=".djs-search-input input",mx.RESULTS_CONTAINER_SELECTOR=".djs-search-results",mx.RESULT_SELECTOR=".djs-search-result",mx.RESULT_SELECTED_CLASS="djs-search-result-selected",mx.RESULT_SELECTED_SELECTOR="."+mx.RESULT_SELECTED_CLASS,mx.RESULT_ID_ATTRIBUTE="data-result-id",mx.RESULT_HIGHLIGHT_CLASS="djs-search-highlight",mx.OVERLAY_CLASS="djs-search-overlay",mx.BOX_HTML='<div class="djs-search-container djs-draggable djs-scrollable"><div class="djs-search-input"><input type="text"/></div><div class="djs-search-results"></div></div>',mx.RESULT_HTML='<div class="djs-search-result"></div>',mx.RESULT_PRIMARY_HTML='<div class="djs-search-result-primary"></div>',mx.RESULT_SECONDARY_HTML='<p class="djs-search-result-secondary"></p>';var gx={__depends__:[gs,cs],searchPad:["type",mx]};function yx(e,t,n){this._elementRegistry=e,this._canvas=n,t.registerProvider(this)}function vx(e){return v(e,(function(e){return!!e.matched})).length>0}function bx(e,t){var n=[],i=e;if(!e)return n;e=e.toLowerCase(),t=t.toLowerCase();var r=e.indexOf(t);return r>-1?(0!==r&&n.push({normal:i.substr(0,r)}),n.push({matched:i.substr(r,t.length)}),t.length+r<e.length&&n.push({normal:i.substr(t.length+r,e.length)})):n.push({normal:i}),n}yx.$inject=["elementRegistry","searchPad","canvas"],yx.prototype.find=function(e){var t=this._canvas.getRootElement(),n=this._elementRegistry.filter((function(e){return!e.labelTarget}));return n=v(n,(function(e){return e!==t})),n=M(n=v(n=O(n,(function(t){return{primaryTokens:bx(lo(t),e),secondaryTokens:bx(t.id,e),element:t}})),(function(e){return vx(e.primaryTokens)||vx(e.secondaryTokens)})),(function(e){return lo(e.element)+e.element.id}))};var xx={__depends__:[gx],__init__:["bpmnSearch"],bpmnSearch:["type",yx]};function wx(e){Gr.call(this,e)}e(wx,Gr),wx.Viewer=Vs,wx.NavigatedViewer=_a,wx.prototype.createDiagram=function(){return this.importXML('<?xml version="1.0" encoding="UTF-8"?><bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" targetNamespace="http://bpmn.io/schema/bpmn" id="Definitions_1"><bpmn:process id="Process_1" isExecutable="false"><bpmn:startEvent id="StartEvent_1"/></bpmn:process><bpmndi:BPMNDiagram id="BPMNDiagram_1"><bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1"><bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1"><dc:Bounds height="36.0" width="36.0" x="173.0" y="102.0"/></bpmndi:BPMNShape></bpmndi:BPMNPlane></bpmndi:BPMNDiagram></bpmn:definitions>')},wx.prototype._interactionModules=[sa,fa,Da,wa],wx.prototype._modelingModules=[uc,Sc,Vc,Rc,qp,Wp,Qp,Wy,Tm,ym,Jy,ov,xv,_v,Ov,Rv,Kv,my,rb,hb,bb,Fb,Ub,Fv,hx,xx],wx.prototype._modules=[].concat(Vs.prototype._modules,wx.prototype._interactionModules,wx.prototype._modelingModules);var _x={min:.2,max:4};function Ex(e,t,n,i,r){var o=this;this._canvas=i,this._elementRegistry=r,this._eventBus=n,this._injector=t,this._state={isOpen:void 0,isDragging:!1,initialDragPosition:null,offsetViewport:null,cachedViewbox:null,dragger:null,svgClientRect:null,parentClientRect:null,zoomDelta:0},this._init();var s=new ka.Manager(document);s.add(new ka.Pan),s.on("panmove",u),s.on("panend",d);var a=new ka.Manager(this._svg);a.add(new ka.Pan),a.on("panstart",p(!0)),a.add(new ka.Tap),a.on("tap",(function(e){c(Dx(e))}));var l=new ka.Manager(this._viewportDom);function c(e){o._state._svgClientRect&&!Cx(o._state._svgClientRect)||(o._state._svgClientRect=o._svg.getBoundingClientRect()),Px(Ox({x:e.x-o._state._svgClientRect.left,y:e.y-o._state._svgClientRect.top},o._svg,o._lastViewbox),o._canvas),o._update()}function p(e){return function(t){var n=Dx(t);o._state._svgClientRect&&!Cx(o._state._svgClientRect)||(o._state._svgClientRect=o._svg.getBoundingClientRect()),e&&c(n);var r=Ox({x:n.x-o._state._svgClientRect.left,y:n.y-o._state._svgClientRect.top},o._svg,o._lastViewbox),s=i.viewbox(),a=function(e,t){var n={x:t.x+t.width/2,y:t.y+t.height/2};return{x:e.x-n.x,y:e.y-n.y}}(r,s),l=o._viewportDom.getBoundingClientRect(),p={x:n.x-l.left+1,y:n.y-l.top+1};L(o._state,{cachedViewbox:s,initialDragPosition:{x:n.x,y:n.y},isDragging:!0,offsetViewport:a,offsetViewportDom:p,viewportClientRect:o._viewport.getBoundingClientRect(),parentClientRect:o._parent.getBoundingClientRect()}),he.bind(document,"mousemove",u),he.bind(document,"mouseup",d)}}function u(e){var t=Dx(e);if(o._state.isDragging){o._state._svgClientRect&&!Cx(o._state._svgClientRect)||(o._state._svgClientRect=o._svg.getBoundingClientRect());var n=o._state.offsetViewportDom,i=o._state.viewportClientRect,r=o._state.parentClientRect;L(o._viewportDom.style,{top:t.y-n.y-r.top+"px",left:t.x-n.x-r.left+"px"});var s=Ax(r,{top:t.y-n.y-r.top,left:t.x-n.x-r.left,width:i.width,height:i.height});L(o._overlay.style,{clipPath:s});var a=Ox({x:t.x-o._state._svgClientRect.left,y:t.y-o._state._svgClientRect.top},o._svg,o._lastViewbox);Px({x:a.x-o._state.offsetViewport.x,y:a.y-o._state.offsetViewport.y},o._canvas)}}function d(e){var t=Dx(e);o._state.isDragging&&(o._state.initialDragPosition.x===t.x&&o._state.initialDragPosition.y===t.y&&c(e),o._update(),L(o._state,{cachedViewbox:null,initialDragPosition:null,isDragging:!1,offsetViewport:null,offsetViewportDom:null}),he.unbind(document,"mousemove",u),he.unbind(document,"mouseup",d))}l.add(new ka.Pan),l.on("panstart",p(!1)),this.toggle(e&&e.open||!1),he.bind(this._viewportDom,"mousedown",p(!1)),he.bind(this._svg,"mousedown",p(!0)),he.bind(this._parent,"wheel",(function(e){if(e.preventDefault(),e.stopPropagation(),e.ctrlKey&&(o._state._svgClientRect&&!Cx(o._state._svgClientRect)||(o._state._svgClientRect=o._svg.getBoundingClientRect()),t=e,n=o._state._svgClientRect,t.x>n.left&&t.x<n.left+n.width&&t.y>n.top&&t.y<n.top+n.height)){var t,n,r,s,a,l,c=0===e.deltaMode?.02:.32,p=Math.sqrt(Math.pow(e.deltaY,2)+Math.pow(e.deltaX,2))*Tx(e.deltaY)*-c;if(o._state.zoomDelta+=p,Math.abs(o._state.zoomDelta)>.1){var u=p>0?1:-1,d=Math.log(i.zoom())/Math.log(10),h=(r=_x,s=20,a=Math.log(r.min)/Math.log(10),l=Math.log(r.max)/Math.log(10),(Math.abs(a)+Math.abs(l))/s),m=Math.round(d/h)*h;m+=h*u;var f=Math.pow(10,m);i.zoom(function(e,t){return Math.max(e.min,Math.min(e.max,t))}(_x,f),g),o._state.zoomDelta=0;var g=Ox({x:e.clientX-o._state._svgClientRect.left,y:e.clientY-o._state._svgClientRect.top},o._svg,o._lastViewbox);Px(g,o._canvas),o._update()}}})),he.bind(this._toggle,"click",(function(e){e.preventDefault(),e.stopPropagation(),o.toggle()})),n.on(["shape.added","connection.added"],(function(e){var t=e.element;o._addElement(t),o._update()})),n.on(["shape.removed","connection.removed"],(function(e){var t=e.element;o._removeElement(t),o._update()})),n.on("elements.changed",250,(function(e){e.elements.forEach((function(e){o._updateElement(e)})),o._update()})),n.on("element.updateId",(function(e){var t=e.element,n=e.newId;o._updateElementId(t,n)})),n.on("canvas.viewbox.changed",(function(){o._state.isDragging||o._update()})),n.on("canvas.resized",(function(){document.body.contains(o._parent)&&(o._state.isDragging||o._update(),o._state._svgClientRect=o._svg.getBoundingClientRect())})),n.on(["root.set","plane.set"],(function(e){o._clear(),(e.element||e.plane.rootElement).children.forEach((function(e){o._addElement(e)})),o._update()}))}function Ox(e,t,n){var i=t.getBoundingClientRect(),r=function(e,t){var n=e.width/e.height,i=L({},{x:e.x,y:e.y,width:e.width,height:e.height});if(n>t){var r=i.width*(1/t);L(i,{y:i.y-(r-i.height)/2,height:r})}else if(n<t){var o=i.height*t;L(i,{x:i.x-(o-i.width)/2,width:o})}return i}(n,i.width/i.height);return{x:kx(e.x,0,i.width,r.x,r.x+r.width),y:kx(e.y,0,i.height,r.y,r.y+r.height)}}function Px(e,t){var n=t.viewbox(),i=n.width,r=n.height;t.viewbox({x:e.x-i/2,y:e.y-r/2,width:i,height:r})}function kx(e,t,n,i,r){return(e-t)*(r-i)/(n-t)+i}function Sx(e,t,n){var i=function(e){var t=we(".children",e);t||Pe(e,t=Le("g",{class:"children"}));return t}(t),r=[].slice.call(i.childNodes)[n];r?t.insertBefore(e,r.nextSibling):t.appendChild(e)}function Cx(e){return 0===e.width&&0===e.height}Ex.$inject=["config.minimap","injector","eventBus","canvas","elementRegistry"],Ex.prototype._init=function(){var e=this._canvas.getContainer(),t=this._parent=document.createElement("div");te(t).add("djs-minimap"),e.appendChild(t);var n=this._toggle=document.createElement("div");te(n).add("toggle"),t.appendChild(n);var i=this._map=document.createElement("div");te(i).add("map"),t.appendChild(i);var r=this._svg=Le("svg");Te(r,{width:"100%",height:"100%"}),Pe(i,r),Pe(r,this._elementsGroup=Le("g"));var o=this._viewportGroup=Le("g");Pe(r,o);var s=this._viewport=Le("rect");Me(s).add("viewport"),Pe(o,s),he.bind(t,"mousedown",(function(e){e.stopPropagation()}));var a=this._viewportDom=document.createElement("div");te(a).add("viewport-dom"),this._parent.appendChild(a);var l=this._overlay=document.createElement("div");te(l).add("overlay"),this._parent.appendChild(l)},Ex.prototype._update=function(){var e=this._canvas.viewbox(),t=e.inner,n=e.outer;if(Rx(e)){var i,r,o,s,a=n.width-t.width,l=n.height-t.height;t.width<n.width?(i=t.x-a/2,o=n.width,t.x+t.width<n.width&&(i=Math.min(0,t.x))):(i=t.x,o=t.width),t.height<n.height?(r=t.y-l/2,s=n.height,t.y+t.height<n.height&&(r=Math.min(0,t.y))):(r=t.y,s=t.height),i-=50,r-=50,o+=100,s+=100,this._lastViewbox={x:i,y:r,width:o,height:s},Te(this._svg,{viewBox:i+", "+r+", "+o+", "+s}),Te(this._viewport,{x:e.x,y:e.y,width:e.width,height:e.height});var c=this._state._parentClientRect=this._parent.getBoundingClientRect(),p=this._viewport.getBoundingClientRect(),u={top:p.top-c.top,left:p.left-c.left,width:p.width,height:p.height};L(this._viewportDom.style,{top:u.top+"px",left:u.left+"px",width:u.width+"px",height:u.height+"px"});var d=Ax(c,u);L(this._overlay.style,{clipPath:d})}},Ex.prototype.open=function(){L(this._state,{isOpen:!0}),te(this._parent).add("open");var e=this._injector.get("translate",!1)||function(e){return e};J(this._toggle,"title",e("Close minimap")),this._update(),this._eventBus.fire("minimap.toggle",{open:!0})},Ex.prototype.close=function(){L(this._state,{isOpen:!1}),te(this._parent).remove("open");var e=this._injector.get("translate",!1)||function(e){return e};J(this._toggle,"title",e("Open minimap")),this._eventBus.fire("minimap.toggle",{open:!1})},Ex.prototype.toggle=function(e){var t=this.isOpen();void 0===e&&(e=!t),e!=t&&(e?this.open():this.close())},Ex.prototype.isOpen=function(){return this._state.isOpen},Ex.prototype._updateElement=function(e){try{void 0!==e.parent&&null!==e.parent&&(this._removeElement(e),this._addElement(e))}catch(e){console.warn("Minimap#_updateElement errored",e)}},Ex.prototype._updateElementId=function(e,t){try{var n=we("#"+Es(e.id),this._elementsGroup);n&&(n.id=t)}catch(e){console.warn("Minimap#_updateElementId errored",e)}},Ex.prototype.isOnActivePlane=function(e){var t=this._canvas;return t.findRoot?t.findRoot(e)===t.getRootElement():!t.findPlane||t.findPlane(e)===t.getActivePlane()},Ex.prototype._addElement=function(e){var t=this;if(this._removeElement(e),this.isOnActivePlane(e)){var n,i,r,o=this._createElement(e),s=we("#"+Es(e.parent.id),this._elementsGroup);if(o){var a=function(e,t){var n=we(".djs-children",t.parentNode);if(!n)return;var i=[].slice.call(n.childNodes),r=-1;return i.forEach((function(t,n){we(".djs-element",t)===e&&(r=n)})),r}(this._elementRegistry.getGraphics(e),this._elementRegistry.getGraphics(e.parent));return"undefined"!==a&&s?s.childNodes.length>a?Sx(o,s,a):Sx(o,s,s.childNodes.length-1):this._elementsGroup.appendChild(o),!function(e){return e.waypoints}(e)?(i=e.x,r=e.y,s&&(i-=(n=e.parent).x,r-=n.y),Te(o,{transform:"translate("+i+" "+r+")"})):(i=0,r=0,void 0!==(n=e.parent).x&&void 0!==n.y&&(i=-n.x,r=-n.y),Te(o,{transform:"translate("+i+" "+r+")"})),e.children&&e.children.length&&e.children.forEach((function(e){t._addElement(e)})),o}}},Ex.prototype._removeElement=function(e){var t=this._svg.getElementById(e.id);t&&De(t)},Ex.prototype._createElement=function(e){var t,n=this._elementRegistry.getGraphics(e);if(n&&(t=ei(n))){var i=Be(t);return Te(i,{id:e.id}),i}},Ex.prototype._clear=function(){Ne(this._elementsGroup)};var Tx=Math.sign||function(e){return e>=0?1:-1};function Ax(e,t){return"polygon("+[Mx(t.left,t.top),Mx(t.left+t.width,t.top),Mx(t.left+t.width,t.top+t.height),Mx(t.left,t.top+t.height),Mx(t.left,e.height),Mx(e.width,e.height),Mx(e.width,0),Mx(0,0),Mx(0,e.height),Mx(t.left,e.height)].join(", ")+")"}function Mx(e,t){return e+"px "+t+"px"}function Rx(e){return _(e,(function(e){return p(e)?Rx(e):u(e)&&isFinite(e)}))}function Dx(e){return e.center?e.center:{x:e.clientX,y:e.clientY}}var Nx={__init__:["minimap"],minimap:["type",Ex]},Bx=1e5,$x=1e5;function jx(e,t){this._canvas=e,this._visible=!1;var n=this;t.on("diagram.init",(function(){n._init()})),t.on("gridSnapping.toggle",(function(e){var t=e.active;n.toggle(t),n._centerGridAroundViewbox()})),t.on("canvas.viewbox.changed",(function(e){var t=e.viewbox;n._centerGridAroundViewbox(t)}))}jx.prototype._init=function(){var e=we("defs",this._canvas._svg);e||(e=Le("defs"),Pe(this._canvas._svg,e));var t=this._pattern=Le("pattern"),n="djs-grid-pattern-"+Math.trunc(1e6*Math.random());Te(t,{id:n,width:av,height:av,patternUnits:"userSpaceOnUse"});var i=this._circle=Le("circle");Te(i,{cx:.5,cy:.5,r:.5,fill:"#ccc"}),Pe(t,i),Pe(e,t),Te(this._gfx=Le("rect"),{x:-Bx/2,y:-$x/2,width:Bx,height:$x,fill:`url(#${n})`})},jx.prototype._centerGridAroundViewbox=function(e){e||(e=this._canvas.viewbox());var t=Pn(e);Te(this._gfx,{x:-Bx/2+lv(t.x,av),y:-$x/2+lv(t.y,av)})},jx.prototype.isVisible=function(){return this._visible},jx.prototype.toggle=function(e){if(void 0===e&&(e=!this._visible),e!==this._visible){var t=this._getParent();e?Pe(t,this._gfx):Ne(t),this._visible=e}},jx.prototype._getParent=function(){return this._canvas.getLayer("djs-grid",-2)},jx.$inject=["canvas","eventBus"];var Ix={__init__:["grid"],grid:["type",jx]};function Lx(e,t){var n,i,r=(e=e||{}).borderColor||"rgba(0,0,0,0.1)",o=e.crossColor||"#CCC",s=-1;Pe(t.getLayer("djs-origin",-1),n=Vx("g",{"pointer-events":"none"})),!1!==e.showBorder&&Pe(n,Vx("path",{class:zx("border"),d:qx(["M",-22,s,"H",-1e3,"M",22,s,"H",6e3,"M",s,-22,"V",-1e3,"M",s,22,"V",3e3]),fill:"none",stroke:r,"stroke-width":"2px","stroke-dasharray":"6, 6","shape-rendering":"crispedges"})),Pe(n,Vx("path",{d:qx(["M",-15,s,"H",15,"M",s,-15,"V",15]),class:zx("cross"),fill:"none",stroke:o,"stroke-width":"2px","stroke-linecap":"round"})),(i=Vx("text",{x:-40,y:-10,fill:o,class:zx("label")})).textContent="(0, 0)",Pe(n,i)}function qx(e){return e.join(" ")}function zx(e){return"djs-origin-"+e}function Vx(e,t){var n=Le(e);return Te(n,t),n}Lx.$inject=["config.origin","canvas"];var Fx={__init__:[Lx]},Hx={offset:{x:150,y:75},tolerance:50,alignOnSave:!0};function Ux(e,t,n,i,r,o){function s(e,n){var i=n.offset,r=n.tolerance,o={};return["x","y"].forEach((function(n){var s=-e[n]+i[n],a=t.get("gridSnapping",!1);a&&(s=function(e,t,n){n||(n="round");return Math[n](e/t)*t}(s,a.getGridSpacing())),o[n]=Math.abs(s)<r?0:s})),o}function a(){var t=r.viewbox().inner,n=r.getRootElement().children;if(n.length){var o=s(t,e);0===o.x&&0===o.y||i.execute("elements.alignToOrigin",{elements:n,delta:o})}}function l(e){return function(t){n.once("commandStack.changed",(function(){var n=t.delta,i=r.viewbox().scale;r.scroll({dx:e*n.x*i,dy:e*n.y*i})}))}}var c,p,d;e=function(e){var t=L({},Hx,e||{});return u(t.offset)&&(t.offset={x:t.offset,y:t.offset}),t}(e),i.register("elements.alignToOrigin",{preExecute:function(e){var t=e.delta,n=e.elements;o.moveElements(n,t)},execute:l(-1),revert:l(1)}),e.alignOnSave&&(c=t.get("_parent",!1),p=n,((d=c&&c._eventBus)||p).on("saveXML.start",1250,a),d&&p.on("diagram.destroy",(function(){d.off("saveXML.start",a)}))),this.align=a,this.computeAdjustment=s,this._config=e}Ux.$inject=["config.alignToOrigin","injector","eventBus","commandStack","canvas","modeling"];var Wx={__init__:["alignToOrigin"],alignToOrigin:["type",Ux]};function Xx(e){function t(e){if(!e.labelTarget){var t=Rr(e);Ar(t,"bpmn:Participant")&&(t=t.processRef),Ar(t,"bpmn:Process")&&(t.isExecutable=!!t.isExecutable)}}e.on(["shape.added","root.added"],(function(e){t(e.element)})),e.on("elements.changed",(function(e){e.elements.forEach((function(e){t(e)}))}))}Xx.$inject=["eventBus"];var Qx,Gx,Kx,Yx,Zx,Jx,ew,tw,nw={__init__:[Xx]},iw={},rw=[],ow=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,sw=Array.isArray;function aw(e,t){for(var n in t)e[n]=t[n];return e}function lw(e){var t=e.parentNode;t&&t.removeChild(e)}function cw(e,t,n){var i,r,o,s={};for(o in t)"key"==o?i=t[o]:"ref"==o?r=t[o]:s[o]=t[o];if(arguments.length>2&&(s.children=arguments.length>3?Qx.call(arguments,2):n),"function"==typeof e&&null!=e.defaultProps)for(o in e.defaultProps)void 0===s[o]&&(s[o]=e.defaultProps[o]);return pw(e,s,i,r,null)}function pw(e,t,n,i,r){var o={type:e,props:t,key:n,ref:i,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:null==r?++Kx:r,__i:-1,__u:0};return null==r&&null!=Gx.vnode&&Gx.vnode(o),o}function uw(e){return e.children}function dw(e,t){this.props=e,this.context=t}function hw(e,t){if(null==t)return e.__?hw(e.__,e.__i+1):null;for(var n;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e)return n.__e;return"function"==typeof e.type?hw(e):null}function mw(e){var t,n;if(null!=(e=e.__)&&null!=e.__c){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e){e.__e=e.__c.base=n.__e;break}return mw(e)}}function fw(e){(!e.__d&&(e.__d=!0)&&Yx.push(e)&&!gw.__r++||Zx!==Gx.debounceRendering)&&((Zx=Gx.debounceRendering)||Jx)(gw)}function gw(){var e,t,n,i,r,o,s,a,l;for(Yx.sort(ew);e=Yx.shift();)e.__d&&(t=Yx.length,i=void 0,o=(r=(n=e).__v).__e,a=[],l=[],(s=n.__P)&&((i=aw({},r)).__v=r.__v+1,Gx.vnode&&Gx.vnode(i),Pw(s,i,r,n.__n,void 0!==s.ownerSVGElement,32&r.__u?[o]:null,a,null==o?hw(r):o,!!(32&r.__u),l),i.__.__k[i.__i]=i,kw(a,i,l),i.__e!=o&&mw(i)),Yx.length>t&&Yx.sort(ew));gw.__r=0}function yw(e,t,n,i,r,o,s,a,l,c,p){var u,d,h,m,f,g=i&&i.__k||rw,y=t.length;for(n.__d=l,function(e,t,n){var i,r,o,s,a,l=t.length,c=n.length,p=c,u=0;for(e.__k=[],i=0;i<l;i++)null!=(r=e.__k[i]=null==(r=t[i])||"boolean"==typeof r||"function"==typeof r?null:"string"==typeof r||"number"==typeof r||"bigint"==typeof r||r.constructor==String?pw(null,r,null,null,r):sw(r)?pw(uw,{children:r},null,null,null):void 0===r.constructor&&r.__b>0?pw(r.type,r.props,r.key,r.ref?r.ref:null,r.__v):r)?(r.__=e,r.__b=e.__b+1,a=xw(r,n,s=i+u,p),r.__i=a,o=null,-1!==a&&(p--,(o=n[a])&&(o.__u|=131072)),null==o||null===o.__v?(-1==a&&u--,"function"!=typeof r.type&&(r.__u|=65536)):a!==s&&(a===s+1?u++:a>s?p>l-s?u+=a-s:u--:u=a<s&&a==s-1?a-s:0,a!==i+u&&(r.__u|=65536))):(o=n[i])&&null==o.key&&o.__e&&(o.__e==e.__d&&(e.__d=hw(o)),Cw(o,o,!1),n[i]=null,p--);if(p)for(i=0;i<c;i++)null!=(o=n[i])&&0==(131072&o.__u)&&(o.__e==e.__d&&(e.__d=hw(o)),Cw(o,o))}(n,t,g),l=n.__d,u=0;u<y;u++)null!=(h=n.__k[u])&&"boolean"!=typeof h&&"function"!=typeof h&&(d=-1===h.__i?iw:g[h.__i]||iw,h.__i=u,Pw(e,h,d,r,o,s,a,l,c,p),m=h.__e,h.ref&&d.ref!=h.ref&&(d.ref&&Sw(d.ref,null,h),p.push(h.ref,h.__c||m,h)),null==f&&null!=m&&(f=m),65536&h.__u||d.__k===h.__k?l=vw(h,l,e):"function"==typeof h.type&&void 0!==h.__d?l=h.__d:m&&(l=m.nextSibling),h.__d=void 0,h.__u&=-196609);n.__d=l,n.__e=f}function vw(e,t,n){var i,r;if("function"==typeof e.type){for(i=e.__k,r=0;i&&r<i.length;r++)i[r]&&(i[r].__=e,t=vw(i[r],t,n));return t}return e.__e!=t&&(n.insertBefore(e.__e,t||null),t=e.__e),t&&t.nextSibling}function bw(e,t){return t=t||[],null==e||"boolean"==typeof e||(sw(e)?e.some((function(e){bw(e,t)})):t.push(e)),t}function xw(e,t,n,i){var r=e.key,o=e.type,s=n-1,a=n+1,l=t[n];if(null===l||l&&r==l.key&&o===l.type)return n;if(i>(null!=l&&0==(131072&l.__u)?1:0))for(;s>=0||a<t.length;){if(s>=0){if((l=t[s])&&0==(131072&l.__u)&&r==l.key&&o===l.type)return s;s--}if(a<t.length){if((l=t[a])&&0==(131072&l.__u)&&r==l.key&&o===l.type)return a;a++}}return-1}function ww(e,t,n){"-"===t[0]?e.setProperty(t,null==n?"":n):e[t]=null==n?"":"number"!=typeof n||ow.test(t)?n:n+"px"}function _w(e,t,n,i,r){var o;e:if("style"===t)if("string"==typeof n)e.style.cssText=n;else{if("string"==typeof i&&(e.style.cssText=i=""),i)for(t in i)n&&t in n||ww(e.style,t,"");if(n)for(t in n)i&&n[t]===i[t]||ww(e.style,t,n[t])}else if("o"===t[0]&&"n"===t[1])o=t!==(t=t.replace(/(PointerCapture)$|Capture$/,"$1")),t=t.toLowerCase()in e?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+o]=n,n?i?n.u=i.u:(n.u=Date.now(),e.addEventListener(t,o?Ow:Ew,o)):e.removeEventListener(t,o?Ow:Ew,o);else{if(r)t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!==t&&"height"!==t&&"href"!==t&&"list"!==t&&"form"!==t&&"tabIndex"!==t&&"download"!==t&&"rowSpan"!==t&&"colSpan"!==t&&"role"!==t&&t in e)try{e[t]=null==n?"":n;break e}catch(e){}"function"==typeof n||(null==n||!1===n&&"-"!==t[4]?e.removeAttribute(t):e.setAttribute(t,n))}}function Ew(e){var t=this.l[e.type+!1];if(e.t){if(e.t<=t.u)return}else e.t=Date.now();return t(Gx.event?Gx.event(e):e)}function Ow(e){return this.l[e.type+!0](Gx.event?Gx.event(e):e)}function Pw(e,t,n,i,r,o,s,a,l,c){var p,u,d,h,m,f,g,y,v,b,x,w,_,E,O,P=t.type;if(void 0!==t.constructor)return null;128&n.__u&&(l=!!(32&n.__u),o=[a=t.__e=n.__e]),(p=Gx.__b)&&p(t);e:if("function"==typeof P)try{if(y=t.props,v=(p=P.contextType)&&i[p.__c],b=p?v?v.props.value:p.__:i,n.__c?g=(u=t.__c=n.__c).__=u.__E:("prototype"in P&&P.prototype.render?t.__c=u=new P(y,b):(t.__c=u=new dw(y,b),u.constructor=P,u.render=Tw),v&&v.sub(u),u.props=y,u.state||(u.state={}),u.context=b,u.__n=i,d=u.__d=!0,u.__h=[],u._sb=[]),null==u.__s&&(u.__s=u.state),null!=P.getDerivedStateFromProps&&(u.__s==u.state&&(u.__s=aw({},u.__s)),aw(u.__s,P.getDerivedStateFromProps(y,u.__s))),h=u.props,m=u.state,u.__v=t,d)null==P.getDerivedStateFromProps&&null!=u.componentWillMount&&u.componentWillMount(),null!=u.componentDidMount&&u.__h.push(u.componentDidMount);else{if(null==P.getDerivedStateFromProps&&y!==h&&null!=u.componentWillReceiveProps&&u.componentWillReceiveProps(y,b),!u.__e&&(null!=u.shouldComponentUpdate&&!1===u.shouldComponentUpdate(y,u.__s,b)||t.__v===n.__v)){for(t.__v!==n.__v&&(u.props=y,u.state=u.__s,u.__d=!1),t.__e=n.__e,t.__k=n.__k,t.__k.forEach((function(e){e&&(e.__=t)})),x=0;x<u._sb.length;x++)u.__h.push(u._sb[x]);u._sb=[],u.__h.length&&s.push(u);break e}null!=u.componentWillUpdate&&u.componentWillUpdate(y,u.__s,b),null!=u.componentDidUpdate&&u.__h.push((function(){u.componentDidUpdate(h,m,f)}))}if(u.context=b,u.props=y,u.__P=e,u.__e=!1,w=Gx.__r,_=0,"prototype"in P&&P.prototype.render){for(u.state=u.__s,u.__d=!1,w&&w(t),p=u.render(u.props,u.state,u.context),E=0;E<u._sb.length;E++)u.__h.push(u._sb[E]);u._sb=[]}else do{u.__d=!1,w&&w(t),p=u.render(u.props,u.state,u.context),u.state=u.__s}while(u.__d&&++_<25);u.state=u.__s,null!=u.getChildContext&&(i=aw(aw({},i),u.getChildContext())),d||null==u.getSnapshotBeforeUpdate||(f=u.getSnapshotBeforeUpdate(h,m)),yw(e,sw(O=null!=p&&p.type===uw&&null==p.key?p.props.children:p)?O:[O],t,n,i,r,o,s,a,l,c),u.base=t.__e,t.__u&=-161,u.__h.length&&s.push(u),g&&(u.__E=u.__=null)}catch(e){t.__v=null,l||null!=o?(t.__e=a,t.__u|=l?160:32,o[o.indexOf(a)]=null):(t.__e=n.__e,t.__k=n.__k),Gx.__e(e,t,n)}else null==o&&t.__v===n.__v?(t.__k=n.__k,t.__e=n.__e):t.__e=function(e,t,n,i,r,o,s,a,l){var c,p,u,d,h,m,f,g=n.props,y=t.props,v=t.type;if("svg"===v&&(r=!0),null!=o)for(c=0;c<o.length;c++)if((h=o[c])&&"setAttribute"in h==!!v&&(v?h.localName===v:3===h.nodeType)){e=h,o[c]=null;break}if(null==e){if(null===v)return document.createTextNode(y);e=r?document.createElementNS("http://www.w3.org/2000/svg",v):document.createElement(v,y.is&&y),o=null,a=!1}if(null===v)g===y||a&&e.data===y||(e.data=y);else{if(o=o&&Qx.call(e.childNodes),g=n.props||iw,!a&&null!=o)for(g={},c=0;c<e.attributes.length;c++)g[(h=e.attributes[c]).name]=h.value;for(c in g)h=g[c],"children"==c||("dangerouslySetInnerHTML"==c?u=h:"key"===c||c in y||_w(e,c,null,h,r));for(c in y)h=y[c],"children"==c?d=h:"dangerouslySetInnerHTML"==c?p=h:"value"==c?m=h:"checked"==c?f=h:"key"===c||a&&"function"!=typeof h||g[c]===h||_w(e,c,h,g[c],r);if(p)a||u&&(p.__html===u.__html||p.__html===e.innerHTML)||(e.innerHTML=p.__html),t.__k=[];else if(u&&(e.innerHTML=""),yw(e,sw(d)?d:[d],t,n,i,r&&"foreignObject"!==v,o,s,o?o[0]:n.__k&&hw(n,0),a,l),null!=o)for(c=o.length;c--;)null!=o[c]&&lw(o[c]);a||(c="value",void 0!==m&&(m!==e[c]||"progress"===v&&!m||"option"===v&&m!==g[c])&&_w(e,c,m,g[c],!1),c="checked",void 0!==f&&f!==e[c]&&_w(e,c,f,g[c],!1))}return e}(n.__e,t,n,i,r,o,s,l,c);(p=Gx.diffed)&&p(t)}function kw(e,t,n){t.__d=void 0;for(var i=0;i<n.length;i++)Sw(n[i],n[++i],n[++i]);Gx.__c&&Gx.__c(t,e),e.some((function(t){try{e=t.__h,t.__h=[],e.some((function(e){e.call(t)}))}catch(e){Gx.__e(e,t.__v)}}))}function Sw(e,t,n){try{"function"==typeof e?e(t):e.current=t}catch(e){Gx.__e(e,n)}}function Cw(e,t,n){var i,r;if(Gx.unmount&&Gx.unmount(e),(i=e.ref)&&(i.current&&i.current!==e.__e||Sw(i,null,t)),null!=(i=e.__c)){if(i.componentWillUnmount)try{i.componentWillUnmount()}catch(e){Gx.__e(e,t)}i.base=i.__P=null,e.__c=void 0}if(i=e.__k)for(r=0;r<i.length;r++)i[r]&&Cw(i[r],t,n||"function"!=typeof e.type);n||null==e.__e||lw(e.__e),e.__=e.__e=e.__d=void 0}function Tw(e,t,n){return this.constructor(e,n)}function Aw(e,t,n){var i,r,o,s;Gx.__&&Gx.__(e,t),r=(i="function"==typeof n)?null:n&&n.__k||t.__k,o=[],s=[],Pw(t,e=(!i&&n||t).__k=cw(uw,null,[e]),r||iw,iw,void 0!==t.ownerSVGElement,!i&&n?[n]:r?null:t.firstChild?Qx.call(t.childNodes):null,o,!i&&n?n:r?r.__e:t.firstChild,i,s),kw(o,e,s)}function Mw(e,t){var n={__c:t="__cC"+tw++,__:e,Consumer:function(e,t){return e.children(t)},Provider:function(e){var n,i;return this.getChildContext||(n=[],(i={})[t]=this,this.getChildContext=function(){return i},this.shouldComponentUpdate=function(e){this.props.value!==e.value&&n.some((function(e){e.__e=!0,fw(e)}))},this.sub=function(e){n.push(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){n.splice(n.indexOf(e),1),t&&t.call(e)}}),e.children}};return n.Provider.__=n.Consumer.contextType=n}Qx=rw.slice,Gx={__e:function(e,t,n,i){for(var r,o,s;t=t.__;)if((r=t.__c)&&!r.__)try{if((o=r.constructor)&&null!=o.getDerivedStateFromError&&(r.setState(o.getDerivedStateFromError(e)),s=r.__d),null!=r.componentDidCatch&&(r.componentDidCatch(e,i||{}),s=r.__d),s)return r.__E=r}catch(t){e=t}throw e}},Kx=0,dw.prototype.setState=function(e,t){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=aw({},this.state),"function"==typeof e&&(e=e(aw({},n),this.props)),e&&aw(n,e),null!=e&&this.__v&&(t&&this._sb.push(t),fw(this))},dw.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),fw(this))},dw.prototype.render=uw,Yx=[],Jx="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,ew=function(e,t){return e.__v.__b-t.__v.__b},gw.__r=0,tw=0;var Rw,Dw,Nw,Bw,$w=0,jw=[],Iw=[],Lw=Gx.__b,qw=Gx.__r,zw=Gx.diffed,Vw=Gx.__c,Fw=Gx.unmount;function Hw(e,t){Gx.__h&&Gx.__h(Dw,e,$w||t),$w=0;var n=Dw.__H||(Dw.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({__V:Iw}),n.__[e]}function Uw(e){return $w=1,Ww(o_,e)}function Ww(e,t,n){var i=Hw(Rw++,2);if(i.t=e,!i.__c&&(i.__=[n?n(t):o_(void 0,t),function(e){var t=i.__N?i.__N[0]:i.__[0],n=i.t(t,e);t!==n&&(i.__N=[n,i.__[1]],i.__c.setState({}))}],i.__c=Dw,!Dw.u)){var r=function(e,t,n){if(!i.__c.__H)return!0;var r=i.__c.__H.__.filter((function(e){return e.__c}));if(r.every((function(e){return!e.__N})))return!o||o.call(this,e,t,n);var s=!1;return r.forEach((function(e){if(e.__N){var t=e.__[0];e.__=e.__N,e.__N=void 0,t!==e.__[0]&&(s=!0)}})),!(!s&&i.__c.props===e)&&(!o||o.call(this,e,t,n))};Dw.u=!0;var o=Dw.shouldComponentUpdate,s=Dw.componentWillUpdate;Dw.componentWillUpdate=function(e,t,n){if(this.__e){var i=o;o=void 0,r(e,t,n),o=i}s&&s.call(this,e,t,n)},Dw.shouldComponentUpdate=r}return i.__N||i.__}function Xw(e,t){var n=Hw(Rw++,3);!Gx.__s&&r_(n.__H,t)&&(n.__=e,n.i=t,Dw.__H.__h.push(n))}function Qw(e,t){var n=Hw(Rw++,4);!Gx.__s&&r_(n.__H,t)&&(n.__=e,n.i=t,Dw.__h.push(n))}function Gw(e){return $w=5,Kw((function(){return{current:e}}),[])}function Kw(e,t){var n=Hw(Rw++,7);return r_(n.__H,t)?(n.__V=e(),n.i=t,n.__h=e,n.__V):n.__}function Yw(e,t){return $w=8,Kw((function(){return e}),t)}function Zw(e){var t=Dw.context[e.__c],n=Hw(Rw++,9);return n.c=e,t?(null==n.__&&(n.__=!0,t.sub(Dw)),t.props.value):e.__}function Jw(){for(var e;e=jw.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(n_),e.__H.__h.forEach(i_),e.__H.__h=[]}catch(t){e.__H.__h=[],Gx.__e(t,e.__v)}}Gx.__b=function(e){Dw=null,Lw&&Lw(e)},Gx.__r=function(e){qw&&qw(e),Rw=0;var t=(Dw=e.__c).__H;t&&(Nw===Dw?(t.__h=[],Dw.__h=[],t.__.forEach((function(e){e.__N&&(e.__=e.__N),e.__V=Iw,e.__N=e.i=void 0}))):(t.__h.forEach(n_),t.__h.forEach(i_),t.__h=[],Rw=0)),Nw=Dw},Gx.diffed=function(e){zw&&zw(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(1!==jw.push(t)&&Bw===Gx.requestAnimationFrame||((Bw=Gx.requestAnimationFrame)||t_)(Jw)),t.__H.__.forEach((function(e){e.i&&(e.__H=e.i),e.__V!==Iw&&(e.__=e.__V),e.i=void 0,e.__V=Iw}))),Nw=Dw=null},Gx.__c=function(e,t){t.some((function(e){try{e.__h.forEach(n_),e.__h=e.__h.filter((function(e){return!e.__||i_(e)}))}catch(n){t.some((function(e){e.__h&&(e.__h=[])})),t=[],Gx.__e(n,e.__v)}})),Vw&&Vw(e,t)},Gx.unmount=function(e){Fw&&Fw(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach((function(e){try{n_(e)}catch(e){t=e}})),n.__H=void 0,t&&Gx.__e(t,n.__v))};var e_="function"==typeof requestAnimationFrame;function t_(e){var t,n=function(){clearTimeout(i),e_&&cancelAnimationFrame(t),setTimeout(e)},i=setTimeout(n,100);e_&&(t=requestAnimationFrame(n))}function n_(e){var t=Dw,n=e.__c;"function"==typeof n&&(e.__c=void 0,n()),Dw=t}function i_(e){var t=Dw;e.__c=e.__(),Dw=t}function r_(e,t){return!e||e.length!==t.length||t.some((function(t,n){return t!==e[n]}))}function o_(e,t){return"function"==typeof t?t(e):t}function s_(e,t){for(var n in t)e[n]=t[n];return e}function a_(e,t){for(var n in e)if("__source"!==n&&!(n in t))return!0;for(var i in t)if("__source"!==i&&e[i]!==t[i])return!0;return!1}function l_(e){this.props=e}(l_.prototype=new dw).isPureReactComponent=!0,l_.prototype.shouldComponentUpdate=function(e,t){return a_(this.props,e)||a_(this.state,t)};var c_=Gx.__b;Gx.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),c_&&c_(e)};var p_="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.forward_ref")||3911;function u_(e){function t(t){var n=s_({},t);return delete n.ref,e(n,t.ref||null)}return t.$$typeof=p_,t.render=t,t.prototype.isReactComponent=t.__f=!0,t.displayName="ForwardRef("+(e.displayName||e.name)+")",t}var d_=Gx.__e;Gx.__e=function(e,t,n,i){if(e.then)for(var r,o=t;o=o.__;)if((r=o.__c)&&r.__c)return null==t.__e&&(t.__e=n.__e,t.__k=n.__k),r.__c(e,t);d_(e,t,n,i)};var h_=Gx.unmount;function m_(e,t,n){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach((function(e){"function"==typeof e.__c&&e.__c()})),e.__c.__H=null),null!=(e=s_({},e)).__c&&(e.__c.__P===n&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map((function(e){return m_(e,t,n)}))),e}function f_(e,t,n){return e&&n&&(e.__v=null,e.__k=e.__k&&e.__k.map((function(e){return f_(e,t,n)})),e.__c&&e.__c.__P===t&&(e.__e&&n.appendChild(e.__e),e.__c.__e=!0,e.__c.__P=n)),e}function g_(){this.__u=0,this.t=null,this.__b=null}function y_(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function v_(){this.u=null,this.o=null}Gx.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),h_&&h_(e)},(g_.prototype=new dw).__c=function(e,t){var n=t.__c,i=this;null==i.t&&(i.t=[]),i.t.push(n);var r=y_(i.__v),o=!1,s=function(){o||(o=!0,n.__R=null,r?r(a):a())};n.__R=s;var a=function(){if(! --i.__u){if(i.state.__a){var e=i.state.__a;i.__v.__k[0]=f_(e,e.__c.__P,e.__c.__O)}var t;for(i.setState({__a:i.__b=null});t=i.t.pop();)t.forceUpdate()}};i.__u++||32&t.__u||i.setState({__a:i.__b=i.__v.__k[0]}),e.then(s,s)},g_.prototype.componentWillUnmount=function(){this.t=[]},g_.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var n=document.createElement("div"),i=this.__v.__k[0].__c;this.__v.__k[0]=m_(this.__b,n,i.__O=i.__P)}this.__b=null}var r=t.__a&&cw(uw,null,e.fallback);return r&&(r.__u&=-33),[cw(uw,null,t.__a?null:e.children),r]};var b_=function(e,t,n){if(++n[1]===n[0]&&e.o.delete(t),e.props.revealOrder&&("t"!==e.props.revealOrder[0]||!e.o.size))for(n=e.u;n;){for(;n.length>3;)n.pop()();if(n[1]<n[0])break;e.u=n=n[2]}};function x_(e){return this.getChildContext=function(){return e.context},e.children}function w_(e){var t=this,n=e.i;t.componentWillUnmount=function(){Aw(null,t.l),t.l=null,t.i=null},t.i&&t.i!==n&&t.componentWillUnmount(),t.l||(t.i=n,t.l={nodeType:1,parentNode:n,childNodes:[],appendChild:function(e){this.childNodes.push(e),t.i.appendChild(e)},insertBefore:function(e,n){this.childNodes.push(e),t.i.appendChild(e)},removeChild:function(e){this.childNodes.splice(this.childNodes.indexOf(e)>>>1,1),t.i.removeChild(e)}}),Aw(cw(x_,{context:t.context},e.__v),t.l)}function __(e,t){var n=cw(w_,{__v:e,i:t});return n.containerInfo=t,n}(v_.prototype=new dw).__a=function(e){var t=this,n=y_(t.__v),i=t.o.get(e);return i[0]++,function(r){var o=function(){t.props.revealOrder?(i.push(r),b_(t,e,i)):r()};n?n(o):o()}},v_.prototype.render=function(e){this.u=null,this.o=new Map;var t=bw(e.children);e.revealOrder&&"b"===e.revealOrder[0]&&t.reverse();for(var n=t.length;n--;)this.o.set(t[n],this.u=[1,0,this.u]);return e.children},v_.prototype.componentDidUpdate=v_.prototype.componentDidMount=function(){var e=this;this.o.forEach((function(t,n){b_(e,n,t)}))};var E_="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,O_=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,P_=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,k_=/[A-Z0-9]/g,S_="undefined"!=typeof document,C_=function(e){return("undefined"!=typeof Symbol&&"symbol"==typeof Symbol()?/fil|che|rad/:/fil|che|ra/).test(e)};dw.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach((function(e){Object.defineProperty(dw.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})}));var T_=Gx.event;function A_(){}function M_(){return this.cancelBubble}function R_(){return this.defaultPrevented}Gx.event=function(e){return T_&&(e=T_(e)),e.persist=A_,e.isPropagationStopped=M_,e.isDefaultPrevented=R_,e.nativeEvent=e};var D_={enumerable:!1,configurable:!0,get:function(){return this.class}},N_=Gx.vnode;Gx.vnode=function(e){"string"==typeof e.type&&function(e){var t=e.props,n=e.type,i={};for(var r in t){var o=t[r];if(!("value"===r&&"defaultValue"in t&&null==o||S_&&"children"===r&&"noscript"===n||"class"===r||"className"===r)){var s=r.toLowerCase();"defaultValue"===r&&"value"in t&&null==t.value?r="value":"download"===r&&!0===o?o="":"ondoubleclick"===s?r="ondblclick":"onchange"!==s||"input"!==n&&"textarea"!==n||C_(t.type)?"onfocus"===s?r="onfocusin":"onblur"===s?r="onfocusout":P_.test(r)?r=s:-1===n.indexOf("-")&&O_.test(r)?r=r.replace(k_,"-$&").toLowerCase():null===o&&(o=void 0):s=r="oninput","oninput"===s&&i[r=s]&&(r="oninputCapture"),i[r]=o}}"select"==n&&i.multiple&&Array.isArray(i.value)&&(i.value=bw(t.children).forEach((function(e){e.props.selected=-1!=i.value.indexOf(e.props.value)}))),"select"==n&&null!=i.defaultValue&&(i.value=bw(t.children).forEach((function(e){e.props.selected=i.multiple?-1!=i.defaultValue.indexOf(e.props.value):i.defaultValue==e.props.value}))),t.class&&!t.className?(i.class=t.class,Object.defineProperty(i,"className",D_)):(t.className&&!t.class||t.class&&t.className)&&(i.class=i.className=t.className),e.props=i}(e),e.$$typeof=E_,N_&&N_(e)};var B_=Gx.__r;Gx.__r=function(e){B_&&B_(e),e.__c};var $_=Gx.diffed;Gx.diffed=function(e){$_&&$_(e);var t=e.props,n=e.__e;null!=n&&"textarea"===e.type&&"value"in t&&t.value!==n.value&&(n.value=null==t.value?"":t.value),null};var j_=cw,I_=0;function L_(e,t,n,i,r,o){var s,a,l={};for(a in t)"ref"==a?s=t[a]:l[a]=t[a];var c={type:e,props:l,key:n,ref:s,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:--I_,__i:-1,__u:0,__source:r,__self:o};if("function"==typeof e&&(s=e.defaultProps))for(a in s)void 0===l[a]&&(l[a]=s[a]);return Gx.vnode&&Gx.vnode(c),c}var q_={exports:{}};
|
|
164
164
|
/*!
|
|
165
165
|
Copyright (c) 2018 Jed Watson.
|
|
166
166
|
Licensed under the MIT License (MIT), see
|