camunda-bpmn-js 0.24.0 → 0.24.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.
@@ -9,6 +9,7 @@
9
9
  <li
10
10
  class=${Il("entry",{selected:n})}
11
11
  data-id=${t.id}
12
+ title=${t.title||t.label}
12
13
  onClick=${o}
13
14
  onMouseEnter=${i}
14
15
  onMouseLeave=${r}
@@ -16,10 +17,16 @@
16
17
  <div class="djs-popup-entry-content">
17
18
  <span
18
19
  class=${Il("djs-popup-entry-name",t.className)}
19
- title=${t.label||t.name}
20
20
  >
21
- ${t.imageUrl?(s=t.imageUrl,jl`<img src=${s} class="djs-popup-entry-icon" />`):null}
22
- ${t.label||t.name}
21
+ ${t.imageUrl?jl`
22
+ <img class="djs-popup-entry-icon" src=${t.imageUrl} />
23
+ `:null}
24
+
25
+ ${t.label?jl`
26
+ <span class="djs-popup-label">
27
+ ${t.label}
28
+ </span>
29
+ `:null}
23
30
  </span>
24
31
  ${t.description&&jl`
25
32
  <span
@@ -46,11 +53,11 @@
46
53
  </div>
47
54
  `}
48
55
  </li>
49
- `;var s}function Nl(e){const{selectedEntry:t,setSelectedEntry:n,onClick:i,entries:r}=e,o=_l(),s=El((()=>function(e){const t=[],n=e=>t.find((t=>e.id===t.id)),i=e=>!!n(e),r=e=>"string"==typeof e?{id:e}:e;return e.forEach((e=>{const o=e.group?r(e.group):{id:"default"};i(o)?n(o).entries.push(e):t.push({...o,entries:[e]})})),t}(r)),[r]);return Ol((()=>{const e=o.current;if(!e)return;const t=e.querySelector(".selected");var n;t&&("function"==typeof(n=t).scrollIntoViewIfNeeded?n.scrollIntoViewIfNeeded():n.scrollIntoView({scrollMode:"if-needed",block:"nearest"}))}),[t]),jl`
56
+ `}function Nl(e){const{selectedEntry:t,setSelectedEntry:n,onClick:i,entries:r}=e,o=_l(),s=El((()=>function(e){const t=[],n=e=>t.find((t=>e.id===t.id)),i=e=>!!n(e),r=e=>"string"==typeof e?{id:e}:e;return e.forEach((e=>{const o=e.group?r(e.group):{id:"default"};i(o)?n(o).entries.push(e):t.push({...o,entries:[e]})})),t}(r)),[r]);return Ol((()=>{const e=o.current;if(!e)return;const t=e.querySelector(".selected");var n;t&&("function"==typeof(n=t).scrollIntoViewIfNeeded?n.scrollIntoViewIfNeeded():n.scrollIntoView({scrollMode:"if-needed",block:"nearest"}))}),[t]),jl`
50
57
  <div class="djs-popup-results" ref=${o}>
51
58
  ${s.map((e=>jl`
52
59
  ${e.name&&jl`
53
- <div key=${e.id} class="entry-header">
60
+ <div key=${e.id} class="entry-header" title=${e.name}>
54
61
  ${e.name}
55
62
  </div>
56
63
  `}
@@ -68,30 +75,35 @@
68
75
  </ul>
69
76
  `))}
70
77
  </div>
71
- `}function Vl(e){const{onClose:t,onSelect:n,className:i,headerEntries:r,position:o,title:s,width:a,scale:l,search:c,entries:p}=e,d=El((()=>!!u(c)&&p.length>5),[c,p]),h=_l(),[m,f]=xl(""),[g,y]=xl(p),[v,b]=xl(g[0]),x=Pl((e=>{v&&e.includes(v)||b(e[0]),y(e)}),[v,y,b]);wl((()=>{if(!d)return;const e=p.filter((e=>{if(!m)return!0;const t=[e.name,e.description||"",e.label||"",e.id||""].join("---").toLowerCase();return m.toLowerCase().split(/\s/g).every((e=>t.includes(e)))}));x(e)}),[m,p,d]),wl((()=>{const e=e=>{if("Escape"===e.key)return e.preventDefault(),t()};return document.documentElement.addEventListener("keydown",e),()=>{document.documentElement.removeEventListener("keydown",e)}}),[]),Ol((()=>{h.current&&h.current.focus()}),[]);const w=Pl((e=>{let t=g.indexOf(v)+e;t<0&&(t=g.length-1),t>=g.length&&(t=0),b(g[t])}),[g,v,b]),O=Pl((e=>"Enter"===e.key&&v?n(e,v):"Escape"===e.key?t():"ArrowUp"===e.key||"Tab"===e.key&&e.shiftKey?(w(-1),e.preventDefault()):"ArrowDown"===e.key||"Tab"===e.key?(w(1),e.preventDefault()):void 0),[n,t,v,w]),_=Pl((e=>{le(e.target,"input")&&f((()=>e.target.value))}),[f]),E=El((()=>s||r.length>0),[s,r]);return jl`
78
+ `}function Vl(e){const{onClose:t,onSelect:n,className:i,headerEntries:r,position:o,title:s,width:a,scale:l,search:c,entries:p,onOpened:d,onClosed:h}=e,m=El((()=>!!u(c)&&p.length>5),[c,p]),f=_l(),[g,y]=xl(""),[v,b]=xl(p),[x,w]=xl(v[0]);wl((()=>(d(),()=>{h()})),[]);const O=Pl((e=>{x&&e.includes(x)||w(e[0]),b(e)}),[x,b,w]);wl((()=>{if(!m)return;const e=p.filter((e=>{if(!g)return!0;const t=[e.description||"",e.label||""].join("---").toLowerCase();return g.toLowerCase().split(/\s/g).every((e=>t.includes(e)))}));O(e)}),[g,p,m]),wl((()=>{const e=e=>{if("Escape"===e.key)return e.preventDefault(),t()};return document.documentElement.addEventListener("keydown",e),()=>{document.documentElement.removeEventListener("keydown",e)}}),[]),Ol((()=>{f.current&&f.current.focus()}),[]);const _=Pl((e=>{let t=v.indexOf(x)+e;t<0&&(t=v.length-1),t>=v.length&&(t=0),w(v[t])}),[v,x,w]),E=Pl((e=>"Enter"===e.key&&x?n(e,x):"Escape"===e.key?t():"ArrowUp"===e.key||"Tab"===e.key&&e.shiftKey?(_(-1),e.preventDefault()):"ArrowDown"===e.key||"Tab"===e.key?(_(1),e.preventDefault()):void 0),[n,t,x,_]),P=Pl((e=>{le(e.target,"input")&&y((()=>e.target.value))}),[y]),k=El((()=>s||r.length>0),[s,r]);return jl`
72
79
  <${Ll}
73
80
  onClose=${t}
74
- onKeyup=${_}
75
- onKeydown=${O}
81
+ onKeyup=${P}
82
+ onKeydown=${E}
76
83
  className=${i}
77
84
  position=${o}
78
85
  width=${a}
79
86
  scale=${l}
80
87
  >
81
- ${E&&jl`
88
+ ${k&&jl`
82
89
  <div class="djs-popup-header">
83
- <h3 class="djs-popup-title">${s}</h3>
90
+ <h3 class="djs-popup-title" title=${s}>${s}</h3>
84
91
  ${r.map((e=>jl`
85
92
  <span
86
- class=${function(e,t){return Il("entry",e.className,e.active?"active":"",e.disabled?"disabled":"",t?"selected":"")}(e,e===v)}
93
+ class=${function(e,t){return Il("entry",e.className,e.active?"active":"",e.disabled?"disabled":"",t?"selected":"")}(e,e===x)}
87
94
  onClick=${t=>n(t,e)}
88
- title=${e.title}
95
+ title=${e.title||e.label}
89
96
  data-id=${e.id}
90
- onMouseEnter=${()=>b(e)}
91
- onMouseLeave=${()=>b(null)}
97
+ onMouseEnter=${()=>w(e)}
98
+ onMouseLeave=${()=>w(null)}
92
99
  >
93
- ${e.imageUrl?jl`<img src=${e.imageUrl} />`:null}
94
- ${e.label?e.label:null}
100
+ ${e.imageUrl?jl`
101
+ <img class="djs-popup-entry-icon" src=${e.imageUrl} />
102
+ `:null}
103
+
104
+ ${e.label?jl`
105
+ <span class="djs-popup-label">${e.label}</span>
106
+ `:null}
95
107
  </span>
96
108
  `))}
97
109
  </div>
@@ -99,26 +111,26 @@
99
111
  ${p.length>0&&jl`
100
112
  <div class="djs-popup-body">
101
113
 
102
- ${d&&jl`
114
+ ${m&&jl`
103
115
  <div class="djs-popup-search">
104
116
  <svg class="djs-popup-search-icon" width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
105
117
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.0325 8.5H9.625L13.3675 12.25L12.25 13.3675L8.5 9.625V9.0325L8.2975 8.8225C7.4425 9.5575 6.3325 10 5.125 10C2.4325 10 0.25 7.8175 0.25 5.125C0.25 2.4325 2.4325 0.25 5.125 0.25C7.8175 0.25 10 2.4325 10 5.125C10 6.3325 9.5575 7.4425 8.8225 8.2975L9.0325 8.5ZM1.75 5.125C1.75 6.9925 3.2575 8.5 5.125 8.5C6.9925 8.5 8.5 6.9925 8.5 5.125C8.5 3.2575 6.9925 1.75 5.125 1.75C3.2575 1.75 1.75 3.2575 1.75 5.125Z" fill="#22242A"/>
106
118
  </svg>
107
119
  <input
108
- ref=${h}
120
+ ref=${f}
109
121
  type="text"
110
122
  />
111
123
  </div>
112
124
  `}
113
125
 
114
126
  <${Nl}
115
- entries=${g}
116
- selectedEntry=${v}
117
- setSelectedEntry=${b}
127
+ entries=${v}
128
+ selectedEntry=${x}
129
+ setSelectedEntry=${w}
118
130
  onClick=${n}
119
131
  />
120
132
  </div>
121
- ${0===g.length&&jl`
133
+ ${0===v.length&&jl`
122
134
  <div class="djs-popup-no-results">No matching entries found.</div>
123
135
  `}
124
136
  `}
@@ -148,9 +160,11 @@
148
160
  entries=${o}
149
161
  headerEntries=${s}
150
162
  scale=${l}
163
+ onOpened=${this._onOpened.bind(this)}
164
+ onClosed=${this._onClosed.bind(this)}
151
165
  ...${{...r}}
152
166
  />
153
- `,this._current.container)},Fl.prototype.open=function(e,t,n,i){if(!e)throw new Error("Element is missing");if(!t)throw new Error("No registered providers for: "+t);if(!n)throw new Error("the position argument is missing");this.isOpen()&&this.close();const{entries:r,headerEntries:o}=this._getContext(e,t);this._current={position:n,className:t,element:e,entries:r,headerEntries:o,container:this._createContainer({provider:t}),options:i},this._emit("open"),this._bindAutoClose(),this._render()},Fl.prototype._getContext=function(e,t){const n=this._getProviders(t);if(!n||!n.length)throw new Error("No registered providers for: "+t);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)}},Fl.prototype.close=function(){this.isOpen()&&(this._emit("close"),this.reset(),this._current=null)},Fl.prototype.reset=function(){const e=this._current.container;sl(null,e),ke(e)},Fl.prototype._emit=function(e,t){this._eventBus.fire(`popupMenu.${e}`,t)},Fl.prototype._createContainer=function(e){let t=e&&e.parent||"body";"string"==typeof t&&(t=document.querySelector(t));const n=_e(`<div class="djs-popup-parent djs-parent" data-popup=${e.provider}></div>`);return t.appendChild(n),n},Fl.prototype._bindAutoClose=function(){this._eventBus.once(ql,this.close,this)},Fl.prototype._unbindAutoClose=function(){this._eventBus.off(ql,this.close,this)},Fl.prototype._updateScale=function(e){var t,n,i=this._canvas.zoom(),r=this._config.scale,o=i;return!0!==r&&(!1===r?(t=1,n=1):(t=r.min,n=r.max),u(t)&&i<t&&(o=t),u(n)&&i>n&&(o=n)),o},Fl.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),{x:o,y:s}},Fl.prototype.isEmpty=function(e,t){if(!e)throw new Error("element parameter is missing");if(!t)throw new Error("providerId parameter is missing");const n=this._getProviders(t);return!n||!n.length||this._getContext(e,t).empty},Fl.prototype.registerProvider=function(e,t,n){n||(n=t,t=1e3),this._eventBus.on("popupMenu.getProviders."+e,t,(function(e){e.providers.push(n)}))},Fl.prototype._getProviders=function(e){var t=this._eventBus.createEvent({type:"popupMenu.getProviders."+e,providers:[]});return this._eventBus.fire(t),t.providers},Fl.prototype._getEntries=function(e,t){var n={};return _(t,(function(t){if(t.getPopupMenuEntries){var i=t.getPopupMenuEntries(e);g(i)?n=i(n):_(i,(function(e,t){n[t]=e}))}else _(t.getEntries(e),(function(e){var t=e.id;if(!t)throw new Error("every entry must have the id property set");n[t]=W(e,["id"])}))})),n},Fl.prototype._getHeaderEntries=function(e,t){var n={};return _(t,(function(t){if(t.getPopupMenuHeaderEntries){var i=t.getPopupMenuHeaderEntries(e);g(i)?n=i(n):_(i,(function(e,t){n[t]=e}))}else{if(!t.getHeaderEntries)return;_(t.getHeaderEntries(e),(function(e){var t=e.id;if(!t)throw new Error("every entry must have the id property set");n[t]=W(e,["id"])}))}})),n},Fl.prototype.isOpen=function(){return!!this._current},Fl.prototype.trigger=function(e,t){if(e.preventDefault(),!t){let n=ie(ce(e.delegateTarget||e.target,".entry",!0),"data-id");t=this._getEntry(n)}if(t.action)return t.action.call(null,e,t)},Fl.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 Hl={__init__:["popupMenu"],popupMenu:["type",Fl]},Ql={align:"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%202000%202000%22%3E%3Cpath%20style%3D%22stroke%3AcurrentColor%3Bstroke-width%3A100%3Bstroke-linecap%3Around%22%20d%3D%22M200%20150v1700%22%2F%3E%3Crect%20x%3D%22500%22%20y%3D%22150%22%20width%3D%221300%22%20height%3D%22700%22%20rx%3D%221%22%20style%3D%22fill%3Anone%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%22%2F%3E%3Crect%20x%3D%22500%22%20y%3D%221150%22%20width%3D%22700%22%20height%3D%22700%22%20rx%3D%221%22%20style%3D%22fill%3AcurrentColor%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%3Bopacity%3A.5%22%2F%3E%3C%2Fsvg%3E",bottom:"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201800%201800%22%3E%3Cpath%20style%3D%22stroke%3AcurrentColor%3Bstroke-width%3A100%3Bstroke-linecap%3Around%22%20d%3D%22M150%201650h1500%22%2F%3E%3Crect%20x%3D%22150%22%20y%3D%22350%22%20width%3D%22600%22%20height%3D%221300%22%20rx%3D%221%22%20style%3D%22fill%3Anone%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%22%2F%3E%3Crect%20x%3D%221050%22%20y%3D%22850%22%20width%3D%22600%22%20height%3D%22800%22%20rx%3D%221%22%20style%3D%22fill%3AcurrentColor%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%3Bopacity%3A.5%22%2F%3E%3C%2Fsvg%3E",center:"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201800%201800%22%3E%3Cpath%20style%3D%22stroke%3AcurrentColor%3Bstroke-width%3A100%3Bstroke-linecap%3Around%22%20d%3D%22M900%20150v1500%22%2F%3E%3Crect%20x%3D%22250%22%20y%3D%22150%22%20width%3D%221300%22%20height%3D%22600%22%20rx%3D%221%22%20style%3D%22fill%3Anone%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%22%2F%3E%3Crect%20x%3D%22500%22%20y%3D%221050%22%20width%3D%22800%22%20height%3D%22600%22%20rx%3D%221%22%20style%3D%22fill%3AcurrentColor%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%3Bopacity%3A.5%22%2F%3E%3C%2Fsvg%3E",left:"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201800%201800%22%3E%3Cpath%20style%3D%22stroke%3AcurrentColor%3Bstroke-width%3A100%3Bstroke-linecap%3Around%22%20d%3D%22M100%20150v1500%22%2F%3E%3Crect%20x%3D%22100%22%20y%3D%22150%22%20width%3D%221300%22%20height%3D%22600%22%20rx%3D%221%22%20style%3D%22fill%3Anone%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%22%2F%3E%3Crect%20x%3D%22100%22%20y%3D%221050%22%20width%3D%22800%22%20height%3D%22600%22%20rx%3D%221%22%20style%3D%22fill%3AcurrentColor%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%3Bopacity%3A.5%22%2F%3E%3C%2Fsvg%3E",right:"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201800%201800%22%3E%3Cpath%20style%3D%22stroke%3AcurrentColor%3Bstroke-width%3A100%3Bstroke-linecap%3Around%22%20d%3D%22M1650%20150v1500%22%2F%3E%3Crect%20x%3D%22350%22%20y%3D%22150%22%20width%3D%221300%22%20height%3D%22600%22%20rx%3D%221%22%20style%3D%22fill%3Anone%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%22%2F%3E%3Crect%20x%3D%22850%22%20y%3D%221050%22%20width%3D%22800%22%20height%3D%22600%22%20rx%3D%221%22%20style%3D%22fill%3AcurrentColor%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%3Bopacity%3A.5%22%2F%3E%3C%2Fsvg%3E",top:"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201800%201800%22%3E%3Cpath%20style%3D%22stroke%3AcurrentColor%3Bstroke-width%3A100%3Bstroke-linecap%3Around%22%20d%3D%22M150%20150h1500%22%2F%3E%3Crect%20x%3D%22150%22%20y%3D%22150%22%20width%3D%22600%22%20height%3D%221300%22%20rx%3D%221%22%20style%3D%22fill%3Anone%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%22%2F%3E%3Crect%20x%3D%221050%22%20y%3D%22150%22%20width%3D%22600%22%20height%3D%22800%22%20rx%3D%221%22%20style%3D%22fill%3AcurrentColor%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%3Bopacity%3A.5%22%2F%3E%3C%2Fsvg%3E",middle:"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201800%201800%22%3E%3Cpath%20style%3D%22stroke%3AcurrentColor%3Bstroke-width%3A100%3Bstroke-linecap%3Around%22%20d%3D%22M150%20900h1500%22%2F%3E%3Crect%20x%3D%22150%22%20y%3D%22250%22%20width%3D%22600%22%20height%3D%221300%22%20rx%3D%221%22%20style%3D%22fill%3Anone%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%22%2F%3E%3Crect%20x%3D%221050%22%20y%3D%22500%22%20width%3D%22600%22%20height%3D%22800%22%20rx%3D%221%22%20style%3D%22fill%3AcurrentColor%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%3Bopacity%3A.5%22%2F%3E%3C%2Fsvg%3E"};function Ul(e,t,n,i){e.registerProvider(900,this),this._contextPad=e,this._popupMenu=t,this._translate=n,this._canvas=i}Ul.$inject=["contextPad","popupMenu","translate","canvas"],Ul.prototype.getMultiElementContextPadEntries=function(e){var t={};return this._isAllowed(e)&&F(t,this._getEntries(e)),t},Ul.prototype._isAllowed=function(e){return!this._popupMenu.isEmpty(e,"align-elements")},Ul.prototype._getEntries=function(e){var t=this;return{"align-elements":{group:"align-elements",title:t._translate("Align elements"),imageUrl:Ql.align,action:{click:function(e,n){var i=t._getMenuPosition(n);F(i,{cursor:{x:e.x,y:e.y}}),t._popupMenu.open(n,"align-elements",i)}}}}},Ul.prototype._getMenuPosition=function(e){var t=this._contextPad.getPad(e).html.getBoundingClientRect();return{x:t.left,y:t.bottom+5}};var Wl=["left","center","right","top","middle","bottom"];function Xl(e,t,n,i){this._alignElements=t,this._translate=n,this._popupMenu=e,this._rules=i,e.registerProvider("align-elements",this)}function Yl(e){cs.call(this,e),this.init()}function Gl(e){Yl.call(this,e)}Xl.$inject=["popupMenu","alignElements","translate","rules"],Xl.prototype.getPopupMenuEntries=function(e){var t={};return this._isAllowed(e)&&F(t,this._getEntries(e)),t},Xl.prototype._isAllowed=function(e){return this._rules.allowed("elements.align",{elements:e})},Xl.prototype._getEntries=function(e){var t=this._alignElements,n=this._translate,i=this._popupMenu,r={};return _(Wl,(function(o){r["align-elements-"+o]={group:"align",title:n("Align elements "+o),className:"bjs-align-elements-menu-entry",imageUrl:Ql[o],action:function(n,r){t.trigger(e,o),i.close()}}})),r},Yl.$inject=["eventBus"],r(Yl,cs),Yl.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)}))},Yl.prototype.init=function(){},Gl.$inject=["eventBus"],r(Gl,Yl),Gl.prototype.init=function(){this.addRule("elements.align",(function(e){var t=O(e.elements,(function(e){return!(e.waypoints||e.host||e.labelTarget)}));return!((t=ft(t)).length<2)&&t}))};var Kl={__depends__:[Pa,$a,Hl],__init__:["alignElementsContextPadProvider","alignElementsMenuProvider","bpmnAlignElements"],alignElementsContextPadProvider:["type",Ul],alignElementsMenuProvider:["type",Xl],bpmnAlignElements:["type",Gl]};function Zl(e,t,n,i){for(var r;r=ec(e,n,t);)n=i(t,n,r);return n}function Jl(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 ec(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=tc(e);e.host&&(t=t.concat(tc(e.host)));e.attachers&&(t=t.concat(e.attachers.reduce((function(e,t){return e.concat(tc(t))}),[])));return t}(e);return x(r,(function(e){return e!==n&&"intersect"===On(e,i,10)}))}function tc(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 nc(){return!0}function ic(e,t,n){e.on("autoPlace",100,(function(e){var t=e.shape;return function(e,t,n){n||(n={});var i=n.defaultDistance||50,r=wn(e);return{x:vn(e).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 rc(e,t){e.on("autoPlace.end",500,(function(e){t.select(e.shape)}))}ic.$inject=["eventBus","modeling","canvas"],rc.$inject=["eventBus","selection"];var oc={__init__:["autoPlaceSelectionBehavior"],autoPlace:["type",ic],autoPlaceSelectionBehavior:["type",rc]};function sc(e,t){for("string"==typeof t&&(t=[t]);e=e.parent;)if(Ar(e,t))return e;return null}function ac(e,t){return Mr(t,"bpmn:TextAnnotation")?function(e,t){var n=vn(e),i={x:n.right+t.width/2,y:n.top-50-t.height/2};(function(e){return!!e.waypoints})(e)&&((i=wn(e)).x+=100,i.y-=50);return Zl(e,t,i,Jl({y:{margin:-30,minDistance:20}}))}(e,t):Ar(t,["bpmn:DataObjectReference","bpmn:DataStoreReference"])?function(e,t){var n=vn(e),i={x:n.right-10+t.width/2,y:n.bottom+40+t.width/2};return Zl(e,t,i,Jl({x:{margin:30,minDistance:30}}))}(e,t):Mr(t,"bpmn:FlowNode")?function(e,t){var n=vn(e),i=wn(e),r=function(e,t){t||(t={});var n=t.defaultDistance||50,i=t.direction||"e",r=t.filter,o=t.getWeight||function(t){return t.source===e?1:-1},s=t.maxDistance||250,a=t.reference||"start";function l(e,t){return"n"===i?"start"===a?vn(e).top-vn(t).bottom:"center"===a?vn(e).top-wn(t).y:vn(e).top-vn(t).top:"w"===i?"start"===a?vn(e).left-vn(t).right:"center"===a?vn(e).left-wn(t).x:vn(e).left-vn(t).left:"s"===i?"start"===a?vn(t).top-vn(e).bottom:"center"===a?wn(t).y-vn(e).bottom:vn(t).bottom-vn(e).bottom:"start"===a?vn(t).left-vn(e).right:"center"===a?wn(t).x-vn(e).right:vn(t).right-vn(e).right}r||(r=nc);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=P(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 Mr(e,"bpmn:SequenceFlow")}}),o=30,s=80,a="left";Mr(e,"bpmn:BoundaryEvent")&&-1!==(a=On(e,e.host,-25)).indexOf("top")&&(o*=-1);var l={x:n.right+r+t.width/2,y:i.y+lc(a,s)};return Zl(e,t,l,Jl({y:{margin:o,minDistance:s}}))}(e,t):void 0}function lc(e,t){return-1!=e.indexOf("top")?-1*t:-1!=e.indexOf("bottom")?t:0}function cc(e){e.on("autoPlace",(function(e){var t=e.shape;return ac(e.source,t)}))}cc.$inject=["eventBus"];var pc={__depends__:[oc],__init__:["bpmnAutoPlace"],bpmnAutoPlace:["type",cc]};function uc(e,t,n,i){cs.call(this,e),this._elementRegistry=t,this._modeling=n,this._rules=i;var r=this;this.postExecuted(["shape.create"],(function(e){var t=e.context,n=t.hints||{},i=t.shape,o=t.parent||t.newParent;!1!==n.autoResize&&r._expand([i],o)})),this.postExecuted(["elements.move"],(function(e){var t=e.context,n=a(T(t.closure.topLevel)),i=t.hints,o=!i||i.autoResize;!1!==o&&_(D(n,(function(e){return e.parent.id})),(function(e,t){h(o)&&(e=e.filter((function(e){return x(o,B({id:e.id}))}))),r._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||r._expand(i.children||[],i)})),this.postExecuted(["shape.resize"],(function(e){var t=e.context,n=t.hints,i=t.shape,o=i.parent;n&&!1===n.autoResize||o&&r._expand([i],o)}))}function dc(e){e.invoke(uc,this)}function hc(e){Yl.call(this,e);var t=this;this.addRule("element.autoResize",(function(e){return t.canResize(e.elements,e.target)}))}function mc(e,t){hc.call(this,e),this._modeling=t}uc.$inject=["eventBus","elementRegistry","modeling","rules"],r(uc,cs),uc.prototype._getOptimalBounds=function(e,t){var n=this.getOffset(t),i=this.getPadding(t),r=vn(xt(e)),o=vn(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),bn(F({},o,s))},uc.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=vn(e),t=vn(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}(U(t,["x","y","width","height"]),n);this.resize(t,n,{autoResize:i});var r=t.parent;r&&this._expand([t],r)}}},uc.prototype.getOffset=function(e){return{top:60,bottom:60,left:100,right:100}},uc.prototype.getPadding=function(e){return{top:2,bottom:2,left:15,right:15}},uc.prototype.resize=function(e,t,n){this._modeling.resizeShape(e,t,null,n)},dc.$inject=["injector"],r(dc,uc),dc.prototype.resize=function(e,t,n){Mr(e,"bpmn:Participant")?this._modeling.resizeLane(e,t,null,n):this._modeling.resizeShape(e,t,null,n)},hc.$inject=["eventBus"],r(hc,Yl),hc.prototype.canResize=function(e,t){return!1},r(mc,hc),mc.$inject=["eventBus","modeling"],mc.prototype.canResize=function(e,t){if(Mr(t.di,"bpmndi:BPMNPlane"))return!1;if(!Mr(t,"bpmn:Participant")&&!Mr(t,"bpmn:Lane")&&!Mr(t,"bpmn:SubProcess"))return!1;var n=!0;return _(e,(function(e){(Mr(e,"bpmn:Lane")||e.labelTarget)&&(n=!1)})),n};var fc={__init__:["bpmnAutoResize","bpmnAutoResizeProvider"],bpmnAutoResize:["type",dc],bpmnAutoResizeProvider:["type",mc]};function gc(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=Bo(e),function(e){return ce(e,"svg, .djs-element",!0)}(document.elementFromPoint(t.x,t.y))}}gc.$inject=["elementRegistry","eventBus","injector"];var yc={__init__:["hoverFix"],hoverFix:["type",gc]},vc=Math.round,bc="djs-drag-active";function xc(e){e.preventDefault()}function wc(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(F({},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=Bo(e),d=ta(u,p),h=r.localStart,m=s(u),g=ta(m,h);if(!r.active&&(i||(o=d,Math.sqrt(Math.pow(o.x,2)+Math.pow(o.y,2))>r.threshold))){if(F(l,{x:vc(h.x+c.x),y:vc(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&&Ks(r.cursor),t.addMarker(t.getRootElement(),bc)}jo(e),r.active&&(F(l,{x:vc(m.x+c.x),y:vc(m.y+c.y),dx:vc(g.x),dy:vc(g.y)},{originalEvent:e}),a("move"))}function c(e){var t=!0;r.active&&(e&&(r.payload.originalEvent=e,jo(e)),t=a("end")),!1===t&&a("rejected"),a("ended",g(!0!==t))}function p(e){zs("Escape",e)&&(xc(e),f())}function u(t){var n;r.active&&(n=Js(e),setTimeout(n,400),xc(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"),Zs(),g=r.trapClick?u:c,ge.unbind(document,"mousemove",l),ge.unbind(document,"dragstart",xc),ge.unbind(document,"selectstart",xc),ge.unbind(document,"mousedown",g,!0),ge.unbind(document,"mouseup",g,!0),ge.unbind(document,"keyup",p),ge.unbind(document,"touchstart",d,!0),ge.unbind(document,"touchcancel",f,!0),ge.unbind(document,"touchmove",l,!0),ge.unbind(document,"touchend",c,!0),e.off("element.hover",h),e.off("element.out",m),t.removeMarker(t.getRootElement(),bc);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,O=(g=F({},o,g||{})).data||{};x=g.trapClick?u:c,t?(y=$o(t)||t,v=Bo(t),jo(t),"dragstart"===y.type&&xc(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=F({prefix:i,data:O,payload:{},globalStart:v,displacement:ta(n,b),localStart:b,isTouch:w},g),g.manual||(w?(ge.bind(document,"touchstart",d,!0),ge.bind(document,"touchcancel",f,!0),ge.bind(document,"touchmove",l,!0),ge.bind(document,"touchend",c,!0)):(ge.bind(document,"mousemove",l),ge.bind(document,"dragstart",xc),ge.bind(document,"selectstart",xc),ge.bind(document,"mousedown",x,!0),ge.bind(document,"mouseup",x,!0)),ge.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){F(o,e)}}wc.$inject=["eventBus","canvas","selection","elementRegistry"];var Oc={__depends__:[yc,Jo],dragging:["type",wc]};function _c(e,t,n){this._canvas=n,this._opts=F({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 Ec(e,t,n){return t<e&&e<n}_c.$inject=["config.autoScroll","eventBus","canvas"],_c.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++)Ec(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))},_c.prototype.stopScroll=function(){clearTimeout(this._scrolling)},_c.prototype.setOptions=function(e){this._opts=F({},this._opts,e)},_c.prototype._toBorderPoint=function(e){var t=this._canvas._container.getBoundingClientRect(),n=Bo(e.originalEvent);return{x:n.x-t.left,y:n.y-t.top}};var Pc={__depends__:[Oc],__init__:["autoScroll"],autoScroll:["type",_c]};function kc(e){this._commandStack=e.get("commandStack",!1)}kc.$inject=["injector"],kc.prototype.allowed=function(e,t){var n=!0,i=this._commandStack;return i&&(n=i.canExecute(e,t)),void 0===n||n};var Sc={__init__:["rules"],rules:["type",kc]},Cc=Math.round,Mc=Math.max;function Ac(e,t){return function(e,t){var n,i;for(n=0;i=e[n];n++)if(Mt(i,t)<=10)return{point:e[n],bendpoint:!0,index:n};return null}(e,t)||function(e,t){var n,i,r=fn(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,10),(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=Mc(o.segment2,s.segment2)-1],bendpoint:!0,index:i}:{point:{x:Cc(o.x+s.x)/2,y:Cc(o.y+s.y)/2},index:o.segment2}:{point:{x:Cc(o.x),y:Cc(o.y)},index:o.segment2}:null}(e,t)}function Tc(e){return Math.sqrt(Math.pow(e.x,2)+Math.pow(e.y,2))}function Dc(e){return Math.atan((e[1].y-e[0].y)/(e[1].x-e[0].x))}function Rc(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 $c(e,t){var n=Rc(e,t);return Tc({x:n.x-e.x,y:n.y-e.y})}function jc(e,t){return Tc({x:e.x-t.x,y:e.y-t.y})}var Bc="djs-bendpoint",Ic="djs-segment-dragger";function zc(e,t,n){var i=function(e,t){var n,i=Bo(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 Ac(t,i)}function Nc(e,t){var n=Le("g");Re(n).add(Bc),Ce(e,n);var i=Le("circle");Te(i,{cx:0,cy:0,r:4}),Re(i).add("djs-visual"),Ce(n,i);var r=Le("circle");return Te(r,{cx:0,cy:0,r:10}),Re(r).add("djs-hit"),Ce(n,r),t&&Re(n).add(t),n}function Vc(e,t,n,i){var r=Le("g");Ce(e,r);var o=function(e,t,n){var i=t.x-e.x,r=t.y-e.y;return qc("h"===n?i:r)}(t,n,i),s=Le("rect");Te(s,{x:-9,y:-3,width:18,height:6}),Re(s).add("djs-visual"),Ce(r,s);var a=Le("rect");return Te(a,{x:-o/2,y:-8.5,width:o,height:17}),Re(a).add("djs-hit"),Ce(r,a),ii(r,"v"===i?90:0),r}function Lc(e,t,n){var i=Le("g"),r=Rt(t,n),o=Tt(t,n);return Ce(e,i),Vc(i,t,n,o),Re(i).add(Ic),Re(i).add("h"===o?"horizontal":"vertical"),ni(i,r.x,r.y),i}function qc(e){return Math.abs(Math.round(2*e/3))}function Fc(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=$c(e,[i[o],i[o+1]]);s<r&&(r=s,n=o)}return[i[n],i[n+1]]}(e,t);return Rc(e,n)}function Hc(e,t,n,i,r){function o(e,n){var o,s=n.waypoints,a=zc(t,s,e);if(a)return o=function(e,t){var n,i,r=e.waypoints;return t.index<=0||t.bendpoint?null:(i=Tt((n={start:r[t.index-1],end:r[t.index]}).start,n.end))?qc("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=Rt(i=t[c-1],r=t[c]),s=Tt(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){ge.bind(e,t,(function(e){n.triggerMouseEvent(t,e,i),e.stopPropagation()}))}function a(e,n){var i=t.getLayer("overlays"),r=Ee('.djs-bendpoints[data-element-id="'+hs(e.id)+'"]',i);return!r&&n&&(Te(r=Le("g"),{"data-element-id":e.id}),Re(r).add("djs-bendpoints"),Ce(i,r),s(r,"mousedown",e),s(r,"click",e),s(r,"dblclick",e)),r}function l(e,t){return Ee('.djs-segment-dragger[data-segment-idx="'+e+'"]',t)}function c(e,t){t.waypoints.forEach((function(t,n){var i=Nc(e);Ce(e,i),ni(i,t.x,t.y)})),Nc(e,"floating")}function p(e,t){for(var n,i,r,o=t.waypoints,a=1;a<o.length;a++)Tt(n=o[a-1],i=o[a])&&(Te(r=Lc(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){_(Pe(".djs-segment-dragger",e),(function(e){je(e)}))}(t),function(e){_(Pe(".djs-bendpoint",e),(function(e){je(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=Rt(s,a),u=Tt(s,a);o&&(i=function(e){return Ee(".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&&je(t)})),e.on("element.marker.update",(function(e){var t,n=e.element;n.waypoints&&(t=u(n),e.add?Re(t).add(e.marker):Re(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=zc(t,o,e.originalEvent)))return;!function(e,t){var n=Ee(".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(zo(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}Hc.$inject=["eventBus","canvas","interactionEvents","bendpointMove","connectionSegmentMove"];var Qc=Math.round,Uc="reconnectStart",Wc="reconnectEnd",Xc="updateWaypoints";function Yc(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?Xc:Wc:Uc)===Xc?"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===Xc?"connection.updateWaypoints":"connection.reconnect";if(t=n.allowed=r.allowed(c,{connection:i,source:l===Uc?a:o,target:l===Wc?a:s}))return n.source=l===Uc?a:o,void(n.target=l===Wc?a:s);!1===t&&(t=n.allowed=r.allowed(c,{connection:i,source:l===Wc?a:s,target:l===Uc?a:o})),t&&(n.source=l===Wc?a:s,n.target=l===Uc?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!==Xc&&(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:Qc(e.x),y:Qc(e.y)};if(!n)return!1;p===Xc?(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===Mt(t,i=e[r+1])||At(n,i,t)?e.splice(r,1):r++;return e}(a),u)):(p===Uc?(u.docking="source",Gc(t)&&(u.docking="target",u.newWaypoints=a.reverse())):p===Wc&&(u.docking="target",Gc(t)&&(u.docking="source",u.newWaypoints=a.reverse())),o.reconnect(r,l,c,d,u))}),this)}function Gc(e){var t=e.hover,n=e.source,i=e.target,r=e.type;return r===Uc?t&&i&&t===i&&n!==i:r===Wc?t&&n&&t===n&&n!==i:void 0}Yc.$inject=["injector","eventBus","canvas","dragging","rules","modeling"],Yc.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 Kc="updateWaypoints",Zc="connect-ok",Jc="connect-not-ok",ep="connect-hover",tp="djs-updating",np="djs-element-hidden";function ip(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,Re(t.draggerGfx=Nc(i.getLayer("overlays"))).add("djs-dragging"),i.addMarker(r,np),i.addMarker(r,tp)})),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,ep),o===Kc)return;n?(i.removeMarker(r,Jc),i.addMarker(r,Zc)):!1===n&&(i.removeMarker(r,Zc),i.addMarker(r,Jc))}})),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,ep),i.removeMarker(n,r?Zc:Jc))})),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?Gc(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?Gc(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===Kc&&(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,je(o),i.removeMarker(n,tp),i.removeMarker(n,np),s&&(i.removeMarker(s,Zc),i.removeMarker(s,a?Zc:Jc)),r&&r.cleanUp(t)}))}ip.$inject=["bendpointMove","injector","eventBus","canvas"];var rp="connect-hover",op="djs-updating";function sp(e,t,n){return ap(e,t,e[t]+n)}function ap(e,t,n){return{x:"x"===t?n:e.x,y:"y"===t?n:e.y}}function lp(e){return"x"===e?"y":"x"}function cp(e,t,n){var i,r;return e.original?e.original:(i=wn(t),ap(e,r=lp(n),i[r]))}function pp(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 ap(t,i,Math.min(Math.max(o+20,e[i]),r-20))}(n,i[e.segmentStartIndex+t],i[e.segmentEndIndex+t],lp(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=zc(n,d,e);(s=Tt(h,m))&&(a="v"===s?"x":"y",0===p&&(h=cp(h,t.source,a)),u===d.length-1&&(m=cp(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=Lc(r,t.segmentStart,t.segmentEnd),Re(t.draggerGfx).add("djs-dragging"),n.addMarker(i,op)})),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=sp(p,d,e["d"+d]),f=sp(u,d,e["d"+d]),g=h.length,y=0;h[o]=m,h[s]=f,o<2&&(t=On(r.source,m),1===o?"intersect"===t&&(h.shift(),h[0]=m,y--):"intersect"!==t&&(h.unshift(p),y++)),s>g-3&&(n=On(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,rp)})),t.on(["connectionSegment.move.out","connectionSegment.move.cleanup"],(function(e){var t=e.context.hover;t&&n.removeMarker(t,rp)})),t.on("connectionSegment.move.cleanup",(function(e){var t=e.context,i=t.connection;t.draggerGfx&&je(t.draggerGfx),n.removeMarker(i,op)})),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!At(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)}))}pp.$inject=["injector","eventBus","canvas","dragging","graphicsFactory","modeling"];var up=Math.abs,dp=Math.round;function hp(e){return{x:e.x,y:e.y}}function mp(e){return{x:e.x+e.width,y:e.y+e.height}}function fp(e,t){return!e||isNaN(e.x)||isNaN(e.y)?t:{x:dp(e.x+e.width/2),y:dp(e.y+e.height/2)}}function gp(e,t){var n=e.snapped;return!!n&&("string"==typeof t?n[t]:n.x&&n.y)}function yp(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 vp(e){return e.children||[]}var bp=Math.abs,xp=Math.round;function wp(e){function t(e,t){if(h(e)){for(var n=e.length;n--;)if(bp(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?Fc(t,e):e.width?{x:xp(e.width/2+e.x),y:xp(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:[]},_(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));F(e,{dx:e.dx-l,dy:e.dy-c,x:i,y:r}),(l||-1!==o.vertical.indexOf(s))&&yp(e,"x",i),(c||-1!==o.horizontal.indexOf(a))&&yp(e,"y",r)}})),e.on(["connect.hover","connect.move","connect.end"],1500,(function(e){var t,i=e.context.hover,r=i&&n(i,e);(t=i)&&t.waypoints&&r&&r.x&&r.y&&(yp(e,"x",r.x),yp(e,"y",r.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:[]},_(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));F(e,{dx:e.dx-u,dy:e.dy-d,x:e.x-u,y:e.y-d}),(u||-1!==s.vertical.indexOf(c))&&yp(e,"x",i),(d||-1!==s.horizontal.indexOf(p))&&yp(e,"y",r)}}))}wp.$inject=["eventBus"];var Op={__depends__:[Oc,Sc],__init__:["bendpoints","bendpointSnapping","bendpointMovePreview"],bendpoints:["type",Hc],bendpointMove:["type",Yc],bendpointMovePreview:["type",ip],connectionSegmentMove:["type",pp],bendpointSnapping:["type",wp]};function _p(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,!d(t=n.canExecute=r(i,o))){if(!1!==t)return n.source=i,void(n.target=o);d(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:Ep(t)?o:r,connectionEnd:Ep(t)?r:o};m(i)&&(l=i),t.connection=n.connect(s,a,l,c)})),this.start=function(e,n,i,r){m(i)||(r=i,i=wn(n)),t.init(e,"connect",{autoActivate:r,data:{shape:n,context:{start:n,connectionStart:i}}})}}function Ep(e){var t=e.hover,n=e.source,i=e.target;return t&&n&&t===n&&n!==i}_p.$inject=["eventBus","dragging","modeling","rules"];var Pp="connect-ok",kp="connect-not-ok";function Sp(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;Ep(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?Pp:kp)})),t.on(["connect.out","connect.cleanup"],1100,(function(e){var t=e.hover;t&&(n.removeMarker(t,Pp),n.removeMarker(t,kp))})),i&&t.on("connect.cleanup",(function(e){i.cleanUp(e.context)}))}Sp.$inject=["injector","eventBus","canvas"];var Cp={__depends__:[Jo,Sc,Oc],__init__:["connectPreview"],connect:["type",_p],connectPreview:["type",Sp]};function Mp(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)}Mp.$inject=["injector","canvas","graphicsFactory","elementFactory"],Mp.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()),Be(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?wn(s):c,a?wn(a):p]),this._connectionDocking&&(s||a)&&!d&&(i.waypoints=this._connectionDocking.getCroppedWaypoints(i,s,a)),this._graphicsFactory.drawConnection(r,i)):!h&&this.drawNoopPreview(r,n)},Mp.prototype.drawNoopPreview=function(e,t){var n=t.source,i=t.target,r=t.connectionStart||wn(n),o=t.connectionEnd||wn(i),s=this.cropWaypoints(r,o,n,i);Ce(e,this.createNoopConnection(s[0],s[1]))},Mp.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&&_n(o,a,!0)||e,t=i&&_n(s,a,!1)||t]},Mp.prototype.cleanUp=function(e){e&&e.connectionPreviewGfx&&je(e.connectionPreviewGfx)},Mp.prototype.getConnection=function(e){var t=function(e){return m(e)?e:{}}(e);return this._elementFactory.createConnection(t)},Mp.prototype.createConnectionPreviewGfx=function(){var e=Le("g");return Te(e,{pointerEvents:"none"}),Re(e).add("djs-connection-preview"),Ce(this._canvas.getActiveLayer(),e),e},Mp.prototype.createNoopConnection=function(e,t){var n=Le("polyline");return Te(n,{stroke:"#333",strokeDasharray:[1],strokeWidth:2,"pointer-events":"none"}),Te(n,{points:[e.x,e.y,t.x,t.y]}),n};var Ap={__init__:["connectionPreview"],connectionPreview:["type",Mp]},Tp=Math.min,Dp=Math.max;function Rp(e){e.preventDefault()}function $p(e){e.stopPropagation()}function jp(e){this.container=e.container,this.parent=_e('<div class="djs-direct-editing-parent"><div class="djs-direct-editing-content" contenteditable="true"></div></div>'),this.content=Ee("[contenteditable]",this.parent),this.keyHandler=e.keyHandler||function(){},this.resizeHandler=e.resizeHandler||function(){},this.autoResize=q(this.autoResize,this),this.handlePaste=q(this.handlePaste,this)}function Bp(e,t){this._eventBus=e,this._providers=[],this._textbox=new jp({container:t.getContainer(),keyHandler:q(this._handleKey,this),resizeHandler:q(this._handleResize,this)})}jp.prototype.create=function(e,t,n,i){var r=this.parent,o=this.content,s=this.container;i=this.options=i||{};var a=U(t=this.style=t||{},["width","height","maxWidth","maxHeight","minWidth","minHeight","left","top","backgroundColor","position","overflow","border","wordWrap","textAlign","outline","transform"]);F(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=U(t,["fontFamily","fontSize","fontWeight","lineHeight","padding","paddingTop","paddingRight","paddingBottom","paddingLeft"]);return F(o.style,{boxSizing:"border-box",width:"100%",outline:"none",wordWrap:"break-word"},l),i.centerVertically&&F(o.style,{position:"absolute",top:"50%",transform:"translate(0, -50%)"},l),o.innerText=n,ge.bind(o,"keydown",this.keyHandler),ge.bind(o,"mousedown",$p),ge.bind(o,"paste",this.handlePaste),i.autoResize&&ge.bind(o,"input",this.autoResize),i.resizable&&this.resizable(t),s.appendChild(r),this.setSelection(o.lastChild,o.lastChild&&o.lastChild.length),r},jp.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)}},jp.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)},jp.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&&ke(t)})),n=o,i=a+e.length}n&&void 0!==i&&setTimeout((function(){self.setSelection(n,i)}))},jp.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})}},jp.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=_e('<div class="djs-direct-editing-resize-handle"></div>');var u=function(n){Rp(n),$p(n);var u=Tp(Dp(c+n.clientX-a,i),o),d=Tp(Dp(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){Rp(e),$p(e),ge.unbind(document,"mousemove",u,!1),ge.unbind(document,"mouseup",d,!1)};ge.bind(n,"mousedown",(function(e){Rp(e),$p(e),a=e.clientX,l=e.clientY;var n=t.getBoundingClientRect();c=n.width,p=n.height,ge.bind(document,"mousemove",u),ge.bind(document,"mouseup",d)}))}F(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)},jp.prototype.destroy=function(){var e=this.parent,t=this.content,n=this.resizeHandle;t.innerText="",e.removeAttribute("style"),t.removeAttribute("style"),ge.unbind(t,"keydown",this.keyHandler),ge.unbind(t,"mousedown",$p),ge.unbind(t,"input",this.autoResize),ge.unbind(t,"paste",this.handlePaste),n&&(n.removeAttribute("style"),ke(n)),ke(e)},jp.prototype.getValue=function(){return this.content.innerText.trim()},jp.prototype.getSelection=function(){return window.getSelection().getRangeAt(0)},jp.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)},Bp.$inject=["eventBus","canvas"],Bp.prototype.registerProvider=function(e){this._providers.push(e)},Bp.prototype.isActive=function(e){return!(!this._active||e&&this._active.element!==e)},Bp.prototype.cancel=function(){this._active&&(this._fire("cancel"),this.close())},Bp.prototype._fire=function(e,t){this._eventBus.fire("directEditing."+e,t||{active:this._active})},Bp.prototype.close=function(){this._textbox.destroy(),this._fire("deactivate"),this._active=null,this.resizable=void 0},Bp.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()}},Bp.prototype.getValue=function(){return this._textbox.getValue()},Bp.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())},Bp.prototype._handleResize=function(e){this._fire("resize",e)},Bp.prototype.activate=function(e){var t;this.isActive()&&this.cancel();var n=x(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 Ip={__depends__:[Ho],__init__:["directEditing"],directEditing:["type",Bp]},zp=["marker-start","marker-mid","marker-end"],Np=["circle","ellipse","line","path","polygon","polyline","rect"];function Vp(e,t,n,i){this._elementRegistry=e,this._canvas=n,this._styles=i,this._clonedMarkers={};var r=this;t.on("drag.cleanup",(function(){_(r._clonedMarkers,(function(e){je(e)})),r._clonedMarkers={}}))}Vp.$inject=["elementRegistry","eventBus","canvas","styles"],Vp.prototype.getGfx=function(e){return this._elementRegistry.getGraphics(e)},Vp.prototype.addDragger=function(e,t,n){var i=Ie(n=n||this.getGfx(e)),r=n.getBoundingClientRect();return this._cloneMarkers(ei(i)),Te(i,this._styles.cls("djs-dragger",[],{x:r.top,y:r.left})),Ce(t,i),i},Vp.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 Ce(t,n),n},Vp.prototype._cloneMarkers=function(e){var t=this;if(e.childNodes)for(var n=0;n<e.childNodes.length;n++)t._cloneMarkers(e.childNodes[n]);(function(e){return-1!==Np.indexOf(e.nodeName)})(e)&&zp.forEach((function(n){if(Te(e,n)){var i=function(e,t,n){return Ee("marker#"+(i=Te(e,t),i.match(/url\(['"]?#([^'"]*)['"]?\)/)[1]),n||document);var i}(e,n,t._canvas.getContainer());t._cloneMarker(e,i,n)}}))},Vp.prototype._cloneMarker=function(e,t,n){var i=t.id,r=this._clonedMarkers[i];if(!r){var o=i+"-clone";(r=Ie(t)).id=o,Re(r).add("djs-dragger").add("djs-dragger-marker"),this._clonedMarkers[i]=r;var s=Ee("defs",this._canvas._svg);s||(s=Le("defs"),Ce(this._canvas._svg,s)),Ce(s,r)}var a=function(e){return"url(#"+e+")"}(this._clonedMarkers[i].id);Te(e,n,a)};var Lp={__init__:["previewSupport"],previewSupport:["type",Vp]},qp="drop-ok",Fp="drop-not-ok",Hp="attach-ok",Qp="new-parent",Up="create";function Wp(e,t,n,i,r){function o(t,n){[Hp,qp,Fp,Qp].forEach((function(i){i===n?e.addMarker(t,i):e.removeMarker(t,i)}))}function s(){var e=t.context();e&&e.prefix===Up&&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);Xp(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=x(e=O(e,(function(t){var n=t.labelTarget;return!(t.parent||function(e){return!!e.labelTarget}(t)&&-1!==e.indexOf(n))})),(function(e){return!Yp(e)})),a=!1,l=!1,c=!1;Gp(e)&&(a=r.allowed("shape.attach",{position:n,shape:s,target:t})),a||(c=Gp(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,Hp):o(i,c?Qp:Fp))})),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;Xp(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}):x(o=i.createElements(o,u,s,F({},p,{attach:l})),(function(e){return!Yp(e)})),F(t,{elements:o,shape:r}),F(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){h(n)||(n=[n]);var r=x(n,(function(e){return!Yp(e)}));if(r){i=F({elements:n,hints:{},shape:r},i||{}),_(n,(function(e){f(e.x)||(e.x=0),f(e.y)||(e.y=0)}));var o=xt(O(n,(function(e){return!e.hidden})));_(n,(function(e){Yp(e)&&(e.waypoints=C(e.waypoints,(function(e){return{x:e.x-o.x-o.width/2,y:e.y-o.y-o.height/2}}))),F(e,{x:e.x-o.x-o.width/2,y:e.y-o.y-o.height/2})})),t.init(e,Up,{cursor:"grabbing",autoActivate:!0,data:{shape:r,elements:n,context:i}})}}}function Xp(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 Yp(e){return!!e.waypoints}function Gp(e){return e&&1===e.length&&!Yp(e[0])}Wp.$inject=["canvas","dragging","eventBus","modeling","rules"];function Kp(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||Ce(e.getActiveLayer(),l),ni(l,t.x,t.y)):je(l)})),t.on("create.cleanup",(function(e){var t=e.context.dragGroup;t&&je(t)}))}Kp.$inject=["canvas","eventBus","graphicsFactory","previewSupport","styles"];var Zp={__depends__:[Oc,Lp,Sc,Jo],__init__:["create","createPreview"],create:["type",Wp],createPreview:["type",Kp]};function Jp(){}Jp.prototype.get=function(){return this._data},Jp.prototype.set=function(e){this._data=e},Jp.prototype.clear=function(){var e=this._data;return delete this._data,e},Jp.prototype.isEmpty=function(){return!this._data};var eu={clipboard:["type",Jp]};function tu(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)}))}tu.$inject=["eventBus"],tu.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 nu={__init__:["mouse"],mouse:["type",tu]};function iu(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=x(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),ru(n)&&(t.priority=3,t.source=n.source.id,t.target=n.target.id,t.waypoints=function(e){return C(e.waypoints,(function(e){return(e=su(e)).original&&(e.original=su(e.original)),e}))}(n)),ou(n)&&(t.priority=4,t.labelTarget=n.labelTarget.id),_(["x","y","width","height"],(function(e){f(n[e])&&(t[e]=n[e])})),t.hidden=n.hidden,t.collapsed=n.collapsed})),r.on("copyPaste.pasteElements",(function(e){F(e.hints,{createElementsBehavior:!1})}))}function ru(e){return!!e.waypoints}function ou(e){return!!e.labelTarget}function su(e){return F({},e)}function au(e,t){var n=t.indexOf(e);return-1===n?t:t.splice(n,1)}iu.$inject=["canvas","create","clipboard","elementFactory","eventBus","modeling","mouse","rules"],iu.prototype.copy=function(e){var t,n;return h(e)||(e=e?[e]:[]),n=!1===(t=this._eventBus.fire("copyPaste.canCopyElements",{elements:e}))?{}:this.createTree(h(t)?t:e),this._clipboard.set(n),this._eventBus.fire("copyPaste.elementsCopied",{elements:e,tree:n}),n},iu.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||{}})}},iu.prototype._paste=function(e,t,n,i){_(e,(function(e){f(e.x)||(e.x=0),f(e.y)||(e.y=0)}));var r=xt(e);return _(e,(function(e){ru(e)&&(e.waypoints=C(e.waypoints,(function(e){return{x:e.x-r.x-r.width/2,y:e.y-r.y-r.height/2}}))),F(e,{x:e.x-r.x-r.width/2,y:e.y-r.y-r.height/2})})),this._modeling.createElements(e,n,t,F({},i))},iu.prototype._createElements=function(e){var t=this,n=this._eventBus,i={},r=[];return _(e,(function(e,o){_(e=j(e,"priority"),(function(e){var o,s=F({},W(e,["priority"]));return i[e.parent]?s.parent=i[e.parent]:delete s.parent,n.fire("copyPaste.pasteElement",{cache:i,descriptor:s}),ru(s)?(s.source=i[e.source],s.target=i[e.target],o=i[e.id]=t.createConnection(s),void r.push(o)):ou(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},iu.prototype.createConnection=function(e){return this._elementFactory.createConnection(W(e,["id"]))},iu.prototype.createLabel=function(e){return this._elementFactory.createLabel(W(e,["id"]))},iu.prototype.createShape=function(e){return this._elementFactory.createShape(W(e,["id"]))},iu.prototype.hasRelations=function(e,t){var n,i;return!(ru(e)&&(n=x(t,B({id:e.source.id})),i=x(t,B({id:e.target.id})),!n||!i))&&!(ou(e)&&!x(t,B({id:e.labelTarget.id})))},iu.prototype.createTree=function(e){var t=this._rules,n=this,i={},r=[];function o(e,t){var n=x(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 vt(ft(e),(function(e,t,i){if(!ou(e)){_(e.labels,(function(e){o(e,i)})),_([e.attachers,e.incoming,e.outgoing],(function(e){e&&e.length&&_(e,(function(e){_(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=C(r,(function(e){return e.element})),r=C(r,(function(t){return t.descriptor={},n._eventBus.fire("copyPaste.copyElement",{descriptor:t.descriptor,element:t.element,elements:e}),t})),r=j(r,(function(e){return e.descriptor.priority})),e=C(r,(function(e){return e.element})),_(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)?au(r.element,e):(i[o]||(i[o]=[]),i[o].push(r.descriptor)):au(r.element,e)})),i};var lu={__depends__:[eu,Zp,nu,Sc],__init__:["copyPaste"],copyPaste:["type",iu]};function cu(e,t,n){h(n)||(n=[n]),_(n,(function(n){p(e[n])||(t[n]=e[n])}))}function pu(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=Tr(n);if(uu(n))return t;var o=t.businessObject=i(r,!0),s=t.di=i(Dr(n),!0);s.bpmnElement=o,cu(o,t,"name"),cu(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(uu(n))return n.businessObject=Tr(t[n.labelTarget]),void(n.di=Dr(t[n.labelTarget]));r=n.businessObject=i(r),(o=n.di=i(o)).bpmnElement=r,cu(n,r,["isExpanded","name"]),n.type=r.$type})),t.on("copyPaste.copyElement",750,(function(e){var t=e.descriptor,n=e.element;if(Mr(n,"bpmn:Participant")){var r=Tr(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=Tr(e);return e.default&&(n[e.default]={element:i,property:"default"}),e.host&&(Tr(e).attachedToRef=Tr(t[e.host])),W(n,P(n,(function(t,n,r){var o=n.element,s=n.property;return r===e.id&&(o[s]=i,t.push(e.id)),t}),[]))}(e.descriptor,t,function(e){return e[r]=e[r]||{}}(t)))}))}function uu(e){return!!e.labelTarget}pu.$inject=["bpmnFactory","eventBus","moddleCopy"];var du=["artifacts","dataInputAssociations","dataOutputAssociations","default","flowElements","lanes","incoming","outgoing","categoryValue"];function hu(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 j(t,(function(e){return"extensionElements"===e}))})),e.on("moddleCopy.canCopyProperty",(function(e){var t=e.parent,n=m(t)&&t.$descriptor,i=e.propertyName;return(!i||-1===du.indexOf(i))&&(!(i&&n&&!x(n.properties,B({name:i})))&&void 0)})),e.on("moddleCopy.canSetCopiedProperty",(function(e){var t,n,i=e.property;if(n="bpmn:ExtensionElements",(t=i)&&"function"==typeof t.$instanceOf&&t.$instanceOf(n)&&(!i.values||!i.values.length))return!1}))}function mu(e,t){return P(e.properties,(function(e,n){return t&&n.default?e:e.concat(n.name)}),[])}hu.$inject=["eventBus","bpmnFactory","moddle"],hu.prototype.copyElement=function(e,t,n,i){var r=this;n&&!h(n)&&(n=[n]),n=n||mu(e.$descriptor);var o=this._eventBus.fire("moddleCopy.canCopyProperties",{propertyNames:n,sourceElement:e,targetElement:t,clone:i});return!1===o||(h(o)&&(n=o),_(n,(function(n){var o;b(e,n)&&(o=e.get(n));var s=r.copyProperty(o,t,n,i);u(s)&&(!1!==r._eventBus.fire("moddleCopy.canSetCopiedProperty",{parent:t,property:s,propertyName:n})&&t.set(n,s))}))),t},hu.prototype.copyProperty=function(e,t,n,i){var r=this,o=this._eventBus.fire("moddleCopy.canCopyProperty",{parent:t,property:e,propertyName:n,clone:i});if(!1!==o){if(o)return m(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(h(e))return P(e,(function(e,s){return(o=r.copyProperty(s,t,n,i))?e.concat(o):e}),[]);if(m(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}}},hu.prototype._copyId=function(e,t,n){return n?e:this._moddle.ids.assigned(e)?void 0:(this._moddle.ids.claim(e,t),e)};var fu={__depends__:[lu],__init__:["bpmnCopyPaste","moddleCopy"],bpmnCopyPaste:["type",pu],moddleCopy:["type",hu]},gu=Math.round;function yu(e){this._modeling=e}yu.$inject=["modeling"],yu.prototype.replaceElement=function(e,t,n){if(e.waypoints)return null;var i=this._modeling,r=t.width||e.width,o=t.height||e.height,s=t.x||e.x,a=t.y||e.y,l=gu(s+r/2),c=gu(a+o/2);return i.replaceShape(e,F({},t,{x:l,y:c,width:r,height:o}),n)};var vu={__init__:["replace"],replace:["type",yu]};var bu=["cancelActivity","instantiate","eventGatewayType","triggeredByEvent","isInterrupting"];function xu(e,t,n,i,r,o,s){this.replaceElement=function(a,l,c){c=c||{};var u=l.type,d=a.businessObject;if(wu(d)&&"bpmn:SubProcess"===u&&function(e,t){var n=e&&b(e,"collapsed")?e.collapsed:!Xr(e);return n!==(t&&(b(t,"collapsed")||b(t,"isExpanded"))?b(t,"collapsed")?t.collapsed:!t.isExpanded:n)}(a,l))return i.toggleCollapse(a),a;var m=e.create(u),f={type:u,businessObject:m,di:{}};!function(e,t,n){h(n)||(n=[n]),_(n,(function(n){p(e[n])||(t[n]=e[n])}))}(a.di,f.di,["fill","stroke","background-color","border-color","color"]);var g,y=mu(d.$descriptor),v=mu(m.$descriptor,!0),x=(g=v,y.filter((function(e){return-1!==g.indexOf(e)})));F(m,U(l,bu));var w=O(x,(function(e){return"eventDefinitions"===e?Ou(a,l.eventDefinitionType):"loopCharacteristics"===e?!Gr(m):!b(m,e)&&(("processRef"!==e||!1!==l.isExpanded)&&"triggeredByEvent"!==e)}));if(m=n.copyElement(d,m,w),l.eventDefinitionType&&(Ou(m,l.eventDefinitionType)||(f.eventDefinitionType=l.eventDefinitionType,f.eventDefinitionAttrs=l.eventDefinitionAttrs)),Mr(d,"bpmn:Activity")){if(wu(d))f.isExpanded=Xr(a);else if(l&&b(l,"isExpanded")){f.isExpanded=l.isExpanded;var E=t.getDefaultSize(m,{isExpanded:f.isExpanded});f.width=E.width,f.height=E.height,f.x=a.x-(f.width-a.width)/2,f.y=a.y-(f.height-a.height)/2}Xr(a)&&!Mr(d,"bpmn:Task")&&f.isExpanded&&(f.width=a.width,f.height=a.height)}return wu(d)&&!wu(m)&&(c.moveChildren=!1),Mr(d,"bpmn:Participant")&&(!0===l.isExpanded?m.processRef=e.create("bpmn:Process"):c.moveChildren=!1,f.width=a.width,f.height=t.getDefaultSize(f).height),o.allowed("shape.resize",{shape:m})||(f.height=t.getDefaultSize(f).height,f.width=t.getDefaultSize(f).width),m.name=d.name,Ar(d,["bpmn:ExclusiveGateway","bpmn:InclusiveGateway","bpmn:Activity"])&&Ar(m,["bpmn:ExclusiveGateway","bpmn:InclusiveGateway","bpmn:Activity"])&&(m.default=d.default),l.host&&!Mr(d,"bpmn:BoundaryEvent")&&Mr(m,"bpmn:BoundaryEvent")&&(f.host=l.host),"bpmn:DataStoreReference"!==f.type&&"bpmn:DataObjectReference"!==f.type||(f.x=a.x+(a.width-f.width)/2),f=r.replaceElement(a,f,c),!1!==c.select&&s.select(f),f}}function wu(e){return Mr(e,"bpmn:SubProcess")}function Ou(e,t){var n=Tr(e);return t&&n.get("eventDefinitions").some((function(e){return Mr(e,t)}))}xu.$inject=["bpmnFactory","elementFactory","moddleCopy","modeling","replace","rules","selection"];var _u={__depends__:[fu,vu,Jo],bpmnReplace:["type",xu]};function Eu(e){return function(t){var n=t.target,i=Tr(e),r=i.eventDefinitions&&i.eventDefinitions[0],o=i.$type===n.type,s=(r&&r.$type)===n.eventDefinitionType,a=i.triggeredByEvent===n.triggeredByEvent,l=void 0===n.isExpanded||n.isExpanded===Xr(e);return!(o&&s&&a&&l)}}var Pu=[{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"}}],ku=[{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"}}],Su=[{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"}}],Cu=[{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"}}],Mu=[{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"}}],Au=[{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}}],Tu=[{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}}],Du=[{label:"Sub Process",actionName:"replace-with-subprocess",className:"bpmn-icon-subprocess-expanded",target:{type:"bpmn:SubProcess",isExpanded:!0}},{label:"Transaction",actionName:"replace-with-transaction",className:"bpmn-icon-transaction",target:{type:"bpmn:Transaction",isExpanded:!0}}],Ru=[{label:"Task",actionName:"replace-with-task",className:"bpmn-icon-task",target:{type:"bpmn:Task"}},{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:"User Task",actionName:"replace-with-user-task",className:"bpmn-icon-user",target:{type:"bpmn:UserTask"}},{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:"Service Task",actionName:"replace-with-service-task",className:"bpmn-icon-service",target:{type:"bpmn:ServiceTask"}},{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}}],$u=[{label:"Data Store Reference",actionName:"replace-with-data-store-reference",className:"bpmn-icon-data-store",target:{type:"bpmn:DataStoreReference"}}],ju=[{label:"Data Object Reference",actionName:"replace-with-data-object-reference",className:"bpmn-icon-data-object",target:{type:"bpmn:DataObjectReference"}}],Bu=[{label:"Message Boundary Event",actionName:"replace-with-message-boundary",className:"bpmn-icon-intermediate-event-catch-message",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:MessageEventDefinition"}},{label:"Timer Boundary Event",actionName:"replace-with-timer-boundary",className:"bpmn-icon-intermediate-event-catch-timer",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:TimerEventDefinition"}},{label:"Escalation Boundary Event",actionName:"replace-with-escalation-boundary",className:"bpmn-icon-intermediate-event-catch-escalation",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:EscalationEventDefinition"}},{label:"Conditional Boundary Event",actionName:"replace-with-conditional-boundary",className:"bpmn-icon-intermediate-event-catch-condition",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:ConditionalEventDefinition"}},{label:"Error Boundary Event",actionName:"replace-with-error-boundary",className:"bpmn-icon-intermediate-event-catch-error",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:ErrorEventDefinition"}},{label:"Cancel Boundary Event",actionName:"replace-with-cancel-boundary",className:"bpmn-icon-intermediate-event-catch-cancel",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:CancelEventDefinition"}},{label:"Signal Boundary Event",actionName:"replace-with-signal-boundary",className:"bpmn-icon-intermediate-event-catch-signal",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:SignalEventDefinition"}},{label:"Compensation Boundary Event",actionName:"replace-with-compensation-boundary",className:"bpmn-icon-intermediate-event-catch-compensation",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:CompensateEventDefinition"}},{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}}],Iu=[{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"}},{label:"Error Start Event",actionName:"replace-with-error-start",className:"bpmn-icon-start-event-error",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:ErrorEventDefinition"}},{label:"Escalation Start Event",actionName:"replace-with-escalation-start",className:"bpmn-icon-start-event-escalation",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:EscalationEventDefinition"}},{label:"Compensation Start Event",actionName:"replace-with-compensation-start",className:"bpmn-icon-start-event-compensation",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:CompensateEventDefinition"}},{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}}],zu=[{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"}],Nu=[{label:"Expanded Pool",actionName:"replace-with-expanded-pool",className:"bpmn-icon-participant",target:{type:"bpmn:Participant",isExpanded:!0}},{label:function(e){var t="Empty Pool";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}}];function Vu(e,t,n,i,r,o,s){this._bpmnFactory=e,this._popupMenu=t,this._modeling=n,this._moddle=i,this._bpmnReplace=r,this._rules=o,this._translate=s,this.register()}Vu.$inject=["bpmnFactory","popupMenu","modeling","moddle","bpmnReplace","rules","translate"],Vu.prototype.register=function(){this._popupMenu.registerProvider("bpmn-replace",this)},Vu.prototype.getEntries=function(e){var t,n=e.businessObject;if(!this._rules.allowed("shape.replace",{element:e}))return[];var i=Eu(e);return Mr(n,"bpmn:DataObjectReference")?this._createEntries(e,$u):Mr(n,"bpmn:DataStoreReference")&&!Mr(e.parent,"bpmn:Collaboration")?this._createEntries(e,ju):Mr(n,"bpmn:StartEvent")&&!Mr(n.$parent,"bpmn:SubProcess")?(t=O(Pu,i),this._createEntries(e,t)):Mr(n,"bpmn:Participant")?(t=O(Nu,(function(t){return Xr(e)!==t.target.isExpanded})),this._createEntries(e,t)):Mr(n,"bpmn:StartEvent")&&Gr(n.$parent)?(t=O(Iu,(function(t){var n=!1!==t.target.isInterrupting,r=Tr(e).isInterrupting===n;return i(t)||!i(t)&&!r})),this._createEntries(e,t)):Mr(n,"bpmn:StartEvent")&&!Gr(n.$parent)&&Mr(n.$parent,"bpmn:SubProcess")?(t=O(ku,i),this._createEntries(e,t)):Mr(n,"bpmn:EndEvent")?(t=O(Cu,(function(e){return!("bpmn:CancelEventDefinition"==e.target.eventDefinitionType&&!Mr(n.$parent,"bpmn:Transaction"))&&i(e)})),this._createEntries(e,t)):Mr(n,"bpmn:BoundaryEvent")?(t=O(Bu,(function(e){var t=e.target;if("bpmn:CancelEventDefinition"==t.eventDefinitionType&&!Mr(n.attachedToRef,"bpmn:Transaction"))return!1;var r=!1!==t.cancelActivity,o=n.cancelActivity==r;return i(e)||!i(e)&&!o})),this._createEntries(e,t)):Mr(n,"bpmn:IntermediateCatchEvent")||Mr(n,"bpmn:IntermediateThrowEvent")?(t=O(Su,i),this._createEntries(e,t)):Mr(n,"bpmn:Gateway")?(t=O(Mu,i),this._createEntries(e,t)):Mr(n,"bpmn:Transaction")?(t=O(Tu,i),this._createEntries(e,t)):Gr(n)&&Xr(e)?(t=O(Du,i),this._createEntries(e,t)):Mr(n,"bpmn:SubProcess")&&Xr(e)?(t=O(Au,i),this._createEntries(e,t)):Mr(n,"bpmn:AdHocSubProcess")&&!Xr(e)?(t=O(Ru,(function(t){var n=t.target,i="bpmn:SubProcess"===n.type,r=!0===n.isExpanded;return Eu(e)&&(!i||r)})),this._createEntries(e,t)):Mr(n,"bpmn:SequenceFlow")?this._createSequenceFlowEntries(e,zu):Mr(n,"bpmn:FlowNode")?(t=O(Ru,i),Mr(n,"bpmn:SubProcess")&&!Xr(e)&&(t=O(t,(function(e){return"Sub Process (collapsed)"!==e.label}))),this._createEntries(e,t)):[]},Vu.prototype.getHeaderEntries=function(e){var t=[];return Mr(e,"bpmn:Activity")&&!Gr(e)&&(t=t.concat(this._getLoopEntries(e))),Mr(e,"bpmn:DataObjectReference")&&(t=t.concat(this._getDataObjectIsCollection(e))),Mr(e,"bpmn:Participant")&&(t=t.concat(this._getParticipantMultiplicity(e))),!Mr(e,"bpmn:SubProcess")||Mr(e,"bpmn:Transaction")||Gr(e)||t.push(this._getAdHocEntry(e)),t},Vu.prototype._createEntries=function(e,t){var n=[],i=this;return _(t,(function(t){var r=i._createMenuEntry(t,e);n.push(r)})),n},Vu.prototype._createSequenceFlowEntries=function(e,t){var n=Tr(e),i=[],r=this._modeling,o=this._moddle,s=this;return _(t,(function(t){switch(t.actionName){case"replace-with-default-flow":n.sourceRef.default!==n&&(Mr(n.sourceRef,"bpmn:ExclusiveGateway")||Mr(n.sourceRef,"bpmn:InclusiveGateway")||Mr(n.sourceRef,"bpmn:ComplexGateway")||Mr(n.sourceRef,"bpmn:Activity"))&&i.push(s._createMenuEntry(t,e,(function(){r.updateProperties(e.source,{default:n})})));break;case"replace-with-conditional-flow":!n.conditionExpression&&Mr(n.sourceRef,"bpmn:Activity")&&i.push(s._createMenuEntry(t,e,(function(){var t=o.create("bpmn:FormalExpression",{body:""});r.updateProperties(e,{conditionExpression:t})})));break;default:if(Mr(n.sourceRef,"bpmn:Activity")&&n.conditionExpression)return i.push(s._createMenuEntry(t,e,(function(){r.updateProperties(e,{conditionExpression:void 0})})));if((Mr(n.sourceRef,"bpmn:ExclusiveGateway")||Mr(n.sourceRef,"bpmn:InclusiveGateway")||Mr(n.sourceRef,"bpmn:ComplexGateway")||Mr(n.sourceRef,"bpmn:Activity"))&&n.sourceRef.default===n)return i.push(s._createMenuEntry(t,e,(function(){r.updateProperties(e.source,{default:void 0})})))}})),i},Vu.prototype._createMenuEntry=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,id:e.actionName,action:n}},Vu.prototype._getLoopEntries=function(e){var t=this,n=this._translate;function i(n,i){var r=Tr(e).loopCharacteristics;i.active?r=void 0:(!p(i.options.isSequential)&&r&&Mr(r,i.options.loopCharacteristics)||(r=t._moddle.create(i.options.loopCharacteristics)),r.isSequential=i.options.isSequential),t._modeling.updateProperties(e,{loopCharacteristics:r})}var r,o,s,a=Tr(e).loopCharacteristics;return a&&(r=a.isSequential,o=void 0===a.isSequential,s=void 0!==a.isSequential&&!a.isSequential),[{id:"toggle-parallel-mi",className:"bpmn-icon-parallel-mi-marker",title:n("Parallel Multi Instance"),active:s,action:i,options:{loopCharacteristics:"bpmn:MultiInstanceLoopCharacteristics",isSequential:!1}},{id:"toggle-sequential-mi",className:"bpmn-icon-sequential-mi-marker",title:n("Sequential Multi Instance"),active:r,action:i,options:{loopCharacteristics:"bpmn:MultiInstanceLoopCharacteristics",isSequential:!0}},{id:"toggle-loop",className:"bpmn-icon-loop-marker",title:n("Loop"),active:o,action:i,options:{loopCharacteristics:"bpmn:StandardLoopCharacteristics"}}]},Vu.prototype._getDataObjectIsCollection=function(e){var t=this,n=this._translate;var i=e.businessObject.dataObjectRef,r=i.isCollection;return[{id:"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})}}]},Vu.prototype._getParticipantMultiplicity=function(e){var t=this,n=this._bpmnFactory,i=this._translate;var r=e.businessObject.participantMultiplicity,o=[{id:"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})}}];return o},Vu.prototype._getAdHocEntry=function(e){var t=this._translate,n=Mr(Tr(e),"bpmn:AdHocSubProcess"),i=this._bpmnReplace.replaceElement;return{id:"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})}}};var Lu={__depends__:[Hl,_u],__init__:["replaceMenuProvider"],replaceMenuProvider:["type",Vu]},qu=Math.max,Fu=Math.min;function Hu(e,t){return{top:e.top-t.top,right:e.right-t.right,bottom:e.bottom-t.bottom,left:e.left-t.left}}function Qu(e,t,n){var i=t[e],r=n.min&&n.min[e],o=n.max&&n.max[e];return f(r)&&(i=(/top|left/.test(e)?Fu:qu)(i,r)),f(o)&&(i=(/top|left/.test(e)?qu:Fu)(i,o)),i}function Uu(e,t){return void 0!==e?e:20}function Wu(e){return!e.waypoints&&"label"!==e.type}function Xu(e,t){var n;if((n=void 0===e.length?O(e.children,Wu):e).length)return function(e,t){var n,i,r,o;return"object"==typeof t?(n=Uu(t.left),i=Uu(t.right),r=Uu(t.top),o=Uu(t.bottom)):n=i=r=o=Uu(t),{x:e.x-n,y:e.y-r,width:e.width+n+i,height:e.height+r+o}}(xt(n),t)}var Yu=Math.abs;var Gu=["bpmn:Participant","bpmn:Process","bpmn:SubProcess"],Ku=30;function Zu(e,t){return t=t||[],e.children.filter((function(e){Mr(e,"bpmn:Lane")&&(Zu(e,t),t.push(e))})),t}function Ju(e){return e.children.filter((function(e){return Mr(e,"bpmn:Lane")}))}function ed(e){return sc(e,Gu)||e}function td(e,t){var n=ed(e),i=Zu(n,Mr(n,"bpmn:Process")?[]:[n]),r=vn(e),o=vn(t),s=function(e,t){return Hu(vn(t),vn(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=vn(t);s.top&&(Yu(d.bottom-r.top)<10&&(p=o.top-d.bottom),Yu(d.top-r.top)<5&&(l=o.top-d.top)),s.bottom&&(Yu(d.top-r.bottom)<10&&(l=o.bottom-d.top),Yu(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 nd(e,t,n,i,r,o,s,a,l,c,p,u){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,!1!==e.autoPlace&&(this._autoPlace=t.get("autoPlace",!1)),n.on("create.end",250,(function(e){var t=e.context.shape;if(No(e)&&i.isOpen(t)){var n=i.getEntries(t);n.replace&&n.replace.action.click(e,t)}}))}function id(e,t,n){var i=e.$instanceOf(t),r=!1;return _(e.eventDefinitions||[],(function(e){e.$type===n&&(r=!0)})),i&&r}nd.$inject=["config.contextPad","injector","eventBus","contextPad","modeling","elementFactory","connect","create","popupMenu","canvas","rules","translate"],nd.prototype.getMultiElementContextPadEntries=function(e){var t=this._modeling,n={};return this._isDeleteAllowed(e)&&F(n,{delete:{group:"edit",className:"bpmn-icon-trash",title:this._translate("Remove"),action:{click:function(e,n){t.removeElements(n.slice())}}}}),n},nd.prototype._isDeleteAllowed=function(e){var t=this._rules.allowed("elements.delete",{elements:e});return h(t)?k(t,(function(e){return n=e,-1!==t.indexOf(n);var n})):t},nd.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,c=this._translate,p={};if("label"===e.type)return p;var u=e.businessObject;function d(e,t){r.start(e,t)}function m(e,t,n,r){function s(t,n){var s=i.createShape(F({type:e},r));o.start(t,s,{source:n})}"string"!=typeof n&&(r=n,n=c("Append {type}",{type:e.replace(/^bpmn:/,"")}));var a=l?function(t,n){var o=i.createShape(F({type:e},r));l.append(n,o)}:s;return{group:"model",className:t,title:n,action:{dragstart:s,click:a}}}function f(e){return function(i,r){n.splitLane(r,e),t.open(r,!0)}}if(Ar(u,["bpmn:Lane","bpmn:Participant"])&&Xr(e)){var g=Ju(e);F(p,{"lane-insert-above":{group:"lane-insert-above",className:"bpmn-icon-lane-insert-above",title:c("Add Lane above"),action:{click:function(e,t){n.addLane(t,"top")}}}}),g.length<2&&(e.height>=120&&F(p,{"lane-divide-two":{group:"lane-divide",className:"bpmn-icon-lane-divide-two",title:c("Divide into two Lanes"),action:{click:f(2)}}}),e.height>=180&&F(p,{"lane-divide-three":{group:"lane-divide",className:"bpmn-icon-lane-divide-three",title:c("Divide into three Lanes"),action:{click:f(3)}}})),F(p,{"lane-insert-below":{group:"lane-insert-below",className:"bpmn-icon-lane-insert-below",title:c("Add Lane below"),action:{click:function(e,t){n.addLane(t,"bottom")}}}})}Mr(u,"bpmn:FlowNode")&&(Mr(u,"bpmn:EventBasedGateway")?F(p,{"append.receive-task":m("bpmn:ReceiveTask","bpmn-icon-receive-task",c("Append ReceiveTask")),"append.message-intermediate-event":m("bpmn:IntermediateCatchEvent","bpmn-icon-intermediate-event-catch-message",c("Append MessageIntermediateCatchEvent"),{eventDefinitionType:"bpmn:MessageEventDefinition"}),"append.timer-intermediate-event":m("bpmn:IntermediateCatchEvent","bpmn-icon-intermediate-event-catch-timer",c("Append TimerIntermediateCatchEvent"),{eventDefinitionType:"bpmn:TimerEventDefinition"}),"append.condition-intermediate-event":m("bpmn:IntermediateCatchEvent","bpmn-icon-intermediate-event-catch-condition",c("Append ConditionIntermediateCatchEvent"),{eventDefinitionType:"bpmn:ConditionalEventDefinition"}),"append.signal-intermediate-event":m("bpmn:IntermediateCatchEvent","bpmn-icon-intermediate-event-catch-signal",c("Append SignalIntermediateCatchEvent"),{eventDefinitionType:"bpmn:SignalEventDefinition"})}):id(u,"bpmn:BoundaryEvent","bpmn:CompensateEventDefinition")?F(p,{"append.compensation-activity":m("bpmn:Task","bpmn-icon-task",c("Append compensation activity"),{isForCompensation:!0})}):Mr(u,"bpmn:EndEvent")||u.isForCompensation||id(u,"bpmn:IntermediateThrowEvent","bpmn:LinkEventDefinition")||Gr(u)||F(p,{"append.end-event":m("bpmn:EndEvent","bpmn-icon-end-event-none",c("Append EndEvent")),"append.gateway":m("bpmn:ExclusiveGateway","bpmn-icon-gateway-none",c("Append Gateway")),"append.append-task":m("bpmn:Task","bpmn-icon-task",c("Append Task")),"append.intermediate-event":m("bpmn:IntermediateThrowEvent","bpmn-icon-intermediate-event-none",c("Append Intermediate/Boundary Event"))})),s.isEmpty(e,"bpmn-replace")||F(p,{replace:{group:"edit",className:"bpmn-icon-screw-wrench",title:c("Change type"),action:{click:function(e,n){var i=F(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:c("Change element"),width:300,search:!0})}}}}),Mr(u,"bpmn:SequenceFlow")&&F(p,{"append.text-annotation":m("bpmn:TextAnnotation","bpmn-icon-text-annotation")}),Ar(u,["bpmn:FlowNode","bpmn:InteractionNode","bpmn:DataObjectReference","bpmn:DataStoreReference"])&&F(p,{"append.text-annotation":m("bpmn:TextAnnotation","bpmn-icon-text-annotation"),connect:{group:"connect",className:"bpmn-icon-connection-multi",title:c("Connect using "+(u.isForCompensation?"":"Sequence/MessageFlow or ")+"Association"),action:{click:d,dragstart:d}}}),Mr(u,"bpmn:TextAnnotation")&&F(p,{connect:{group:"connect",className:"bpmn-icon-connection-multi",title:c("Connect using Association"),action:{click:d,dragstart:d}}}),Ar(u,["bpmn:DataObjectReference","bpmn:DataStoreReference"])&&F(p,{connect:{group:"connect",className:"bpmn-icon-connection-multi",title:c("Connect using DataInputAssociation"),action:{click:d,dragstart:d}}}),Mr(u,"bpmn:Group")&&F(p,{"append.text-annotation":m("bpmn:TextAnnotation","bpmn-icon-text-annotation")});var y=a.allowed("elements.delete",{elements:[e]});return h(y)&&(y=y[0]===e),y&&F(p,{delete:{group:"edit",className:"bpmn-icon-trash",title:c("Remove"),action:{click:function(e,t){n.removeElements([t])}}}}),p};var rd={__depends__:[Ip,$a,Jo,Cp,Zp,Lu],__init__:["contextPadProvider"],contextPadProvider:["type",nd]},od={horizontal:["x","width"],vertical:["y","height"]};function sd(e,t){this._modeling=e,this._filters=[],this.registerFilter((function(e){var n=t.allowed("elements.distribute",{elements:e});return h(n)?n:n?e:[]}))}sd.$inject=["modeling","rules"],sd.prototype.registerFilter=function(e){if("function"!=typeof e)throw new Error("the filter has to be a function");this._filters.push(e)},sd.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},sd.prototype._filterElements=function(e){var t=this._filters,n=this._axis,i=this._dimension,r=[].concat(e);return t.length?(_(t,(function(e){r=e(r,n,i)})),r):e},sd.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 _(j(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},sd.prototype._setOrientation=function(e){var t=od[e];this._axis=t[0],this._dimension=t[1]},sd.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)},sd.prototype._findRange=function(e){var t=e[this._axis];return{min:t+5,max:t+e[this._dimension]-5}};var ad={__init__:["distributeElements"],distributeElements:["type",sd]};function ld(e,t,n){Yl.call(this,t)}ld.$inject=["distributeElements","eventBus","rules"],r(ld,Yl),ld.prototype.init=function(){this.addRule("elements.distribute",(function(e){var t=e.elements;return!((t=ft(t=O(t,(function(e){var t=Ar(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 cd={horizontal:"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201800%201800%22%3E%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%3Bstroke-linejoin%3Around%22%20d%3D%22M450%20400V150h900v250%22%2F%3E%3Crect%20x%3D%22150%22%20y%3D%22450%22%20width%3D%22600%22%20height%3D%221200%22%20rx%3D%221%22%20style%3D%22fill%3Anone%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%22%2F%3E%3Crect%20x%3D%221050%22%20y%3D%22450%22%20width%3D%22600%22%20height%3D%22800%22%20rx%3D%221%22%20style%3D%22fill%3AcurrentColor%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%3Bopacity%3A.5%22%2F%3E%3C%2Fsvg%3E",vertical:"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201800%201800%22%3E%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%3Bstroke-linejoin%3Around%22%20d%3D%22M400%201350H150V450h250%22%2F%3E%3Crect%20x%3D%22450%22%20y%3D%22150%22%20width%3D%221200%22%20height%3D%22600%22%20rx%3D%221%22%20style%3D%22fill%3Anone%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%22%2F%3E%3Crect%20x%3D%22450%22%20y%3D%221050%22%20width%3D%22800%22%20height%3D%22600%22%20rx%3D%221%22%20style%3D%22fill%3AcurrentColor%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%3Bopacity%3A.5%22%2F%3E%3C%2Fsvg%3E"};function pd(e,t,n,i){this._distributeElements=t,this._translate=n,this._popupMenu=e,this._rules=i,e.registerProvider("align-elements",900,this)}pd.$inject=["popupMenu","distributeElements","translate","rules"],pd.prototype.getPopupMenuEntries=function(e){var t={};return this._isAllowed(e)&&F(t,this._getEntries(e)),t},pd.prototype._isAllowed=function(e){return this._rules.allowed("elements.distribute",{elements:e})},pd.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",imageUrl:cd.horizontal,action:function(n,r){t.trigger(e,"horizontal"),i.close()}},"distribute-elements-vertical":{group:"distribute",title:n("Distribute elements vertically"),imageUrl:cd.vertical,action:function(n,r){t.trigger(e,"vertical"),i.close()}}}};var ud={__depends__:[Hl,ad],__init__:["bpmnDistributeElements","distributeElementsMenuProvider"],bpmnDistributeElements:["type",ld],distributeElementsMenuProvider:["type",pd]},dd="is not a registered action";function hd(e,t){this._actions={};var n=this;e.on("diagram.init",(function(){n._registerDefaultActions(t),e.fire("editorActions.init",{editorActions:n})}))}function md(e,t){return new Error(e+" "+t)}hd.$inject=["eventBus","injector"],hd.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),c=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=h(r)?r:e).length&&n.removeElements(t.slice())}})),l&&this.register("moveCanvas",(function(e){l.moveCanvas(e)})),c&&this.register("moveSelection",(function(e){c.moveSelection(e.direction,e.accelerated)}))},hd.prototype.trigger=function(e,t){if(!this._actions[e])throw md(e,dd);return this._actions[e](t)},hd.prototype.register=function(e,t){var n=this;if("string"==typeof e)return this._registerAction(e,t);_(e,(function(e,t){n._registerAction(t,e)}))},hd.prototype._registerAction=function(e,t){if(this.isRegistered(e))throw md(e,"is already registered");this._actions[e]=t},hd.prototype.unregister=function(e){if(!this.isRegistered(e))throw md(e,dd);this._actions[e]=void 0},hd.prototype.getActions=function(){return Object.keys(this._actions)},hd.prototype.isRegistered=function(e){return!!this._actions[e]};var fd={__init__:["editorActions"],editorActions:["type",hd]};function gd(e){e.invoke(hd,this)}r(gd,hd),gd.$inject=["injector"],gd.prototype._registerDefaultActions=function(e){hd.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);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=O(t,(function(e){return!Mr(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=xt(i=Mr(r,"bpmn:Collaboration")?n.filter((function(e){return Mr(e.parent,"bpmn:Collaboration")})):n.filter((function(e){return e!==r&&!Mr(e.parent,"bpmn:SubProcess")}))),d.moveElements(i,{x:-e.x,y:-e.y},r)}))};var yd={__depends__:[fd],editorActions:["type",gd]};function vd(e){e.on(["create.init","shape.move.init"],(function(e){var t=e.context;Ar(e.shape,["bpmn:Participant","bpmn:SubProcess","bpmn:TextAnnotation"])&&(t.gridSnappingContext||(t.gridSnappingContext={}),t.gridSnappingContext.snapLocation="top-left")}))}vd.$inject=["eventBus"];function bd(e,t,n){return n||(n="round"),Math[n](e/t)*t}function xd(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&&Is(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&&f(a[t]))return a[t];a||(a=o.snapOffset={});f(a[t])||(a[t]=0);if(!r)return a[t];n.get(r.id)||(wd(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&&(wd(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&&(wd(t)?_d(a)?s.x.max=l.left:s.x.min=l.right:Od(a)?s.y.max=l.top:s.y.min=l.bottom);c&&(wd(t)?_d(a)?s.x.min=c.left:s.x.max=c.right:Od(a)?s.y.min=c.top:s.y.max=c.bottom);return s[t]}(t,n);s&&F(i,s),gp(t,n)||r.snapEvent(t,n,i)}))}}))}function wd(e){return"x"===e}function Od(e){return-1!==e.indexOf("n")}function _d(e){return-1!==e.indexOf("w")}function Ed(e,t){cs.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;y(i)?t.newBounds=n.snapComplex(o,i):t.newBounds=n.snapSimple(r,o)}}))}xd.prototype.snapEvent=function(e,t,n){yp(e,t,this.snapValue(e[t],n))},xd.prototype.getGridSpacing=function(){return 10},xd.prototype.snapValue=function(e,t){var n,i,r=0;return t&&t.offset&&(r=t.offset),e=bd(e+=r,10),t&&t.min&&f(n=t.min)&&(n=bd(n+r,10,"ceil"),e=Math.max(e,n)),t&&t.max&&f(i=t.max)&&(i=bd(i+r,10,"floor"),e=Math.min(e,i)),e-=r},xd.prototype.isActive=function(){return this.active},xd.prototype.setActive=function(e){this.active=e,this._eventBus.fire("gridSnapping.toggle",{active:e})},xd.prototype.toggleActive=function(){this.setActive(!this.active)},xd.$inject=["elementRegistry","eventBus","config.gridSnapping"],Ed.$inject=["eventBus","gridSnapping","modeling"],r(Ed,cs),Ed.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},Ed.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},Ed.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),F(e,o),e},Ed.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),F(e,o),e};function Pd(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))}))}Pd.$inject=["eventBus","gridSnapping"];var kd={__depends__:[{__init__:["gridSnappingResizeBehavior","gridSnappingSpaceToolBehavior"],gridSnappingResizeBehavior:["type",Ed],gridSnappingSpaceToolBehavior:["type",Pd]}],__init__:["gridSnapping"],gridSnapping:["type",xd]};function Sd(e,t){e.on("autoPlace",2e3,(function(e){var n=e.source,i=wn(n),r=e.shape,o=ac(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],Mr(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}))}Sd.$inject=["eventBus","gridSnapping"];function Cd(e,t,n){t.on(["create.start","shape.move.start"],1750,(function(t){var i=t.context,r=i.shape,o=e.getRootElement();Mr(r,"bpmn:Participant")&&Mr(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})))}))}Cd.$inject=["canvas","eventBus","gridSnapping"];function Md(e,t,n){cs.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 Ad(e,t,n){var i=Tt(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=F({},t,r),n=F({},n,r)),[t,n]}Md.$inject=["eventBus","gridSnapping","modeling"],r(Md,cs),Md.prototype.snapMiddleSegments=function(e){var t,n=this._gridSnapping;e=e.slice();for(var i=1;i<e.length-2;i++)t=Ad(n,e[i],e[i+1]),e[i]=t[0],e[i+1]=t[1];return e};var Td={__depends__:[kd,{__init__:["gridSnappingAutoPlaceBehavior","gridSnappingParticipantBehavior","gridSnappingLayoutConnectionBehavior"],gridSnappingAutoPlaceBehavior:["type",Sd],gridSnappingParticipantBehavior:["type",Cd],gridSnappingLayoutConnectionBehavior:["type",Md]}],__init__:["bpmnGridSnapping"],bpmnGridSnapping:["type",vd]};function Dd(e,t){this._interactionEvents=t;var n=this;e.on(["interactionEvents.createHit","interactionEvents.updateHit"],(function(e){var t=e.element,i=e.gfx;return Mr(t,"bpmn:Lane")?n.createParticipantHit(t,i):Mr(t,"bpmn:Participant")?Xr(t)?n.createParticipantHit(t,i):n.createDefaultHit(t,i):Mr(t,"bpmn:SubProcess")?Xr(t)?n.createSubProcessHit(t,i):n.createDefaultHit(t,i):void 0}))}Dd.$inject=["eventBus","interactionEvents"],Dd.prototype.createDefaultHit=function(e,t){return this._interactionEvents.removeHits(t),this._interactionEvents.createDefaultHit(e,t),!0},Dd.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},Dd.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 Rd={__init__:["bpmnInteractionEvents"],bpmnInteractionEvents:["type",Dd]};function $d(e){e.invoke(Qs,this)}r($d,Qs),$d.$inject=["injector"],$d.prototype.registerBindings=function(e,t){function n(n,i){t.isRegistered(n)&&e.addListener(i)}Qs.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}))};var jd={__depends__:[Us],__init__:["keyboardBindings"],keyboardBindings:["type",$d]},Bd={moveSpeed:1,moveSpeedAccelerated:10},Id="left",zd="right",Nd="down",Vd={ArrowLeft:Id,Left:Id,ArrowUp:"up",Up:"up",ArrowRight:zd,Right:zd,ArrowDown:Nd,Down:Nd},Ld={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 qd(e,t,n,i,r){var o=this;this._config=F({},Bd,e||{}),t.addListener(1500,(function(e){var n=e.keyEvent,i=Vd[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=Ld[e](s);i.allowed("elements.move",{shapes:o})&&n.moveElements(o,a)}}}qd.$inject=["config.keyboardMoveSelection","keyboard","modeling","rules","selection"];var Fd={__depends__:[Us,Jo],__init__:["keyboardMoveSelection"],keyboardMoveSelection:["type",qd]};function Hd(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=vn(e);return bn({top:Qu("top",n,t),right:Qu("right",n,t),bottom:Qu("bottom",n,t),left:Qu("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:vn(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=gn(r)))return;n.resizeShape(t,r)}}(e.context)}))}function Qd(e,t){var n=wn(e),i=vn(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 Ud(e){return"n"===e||"s"===e?"resize-ns":"e"===e||"w"===e?"resize-ew":"nw"===e||"se"===e?"resize-nwse":"resize-nesw"}Hd.prototype.canResize=function(e){var t=this._rules,n=U(e,["newBounds","shape","delta","direction"]);return t.allowed("shape.resize",n)},Hd.prototype.activate=function(e,t,n){var i,r,o=this._dragging;if("string"==typeof n&&(n={direction:n}),!(r=(i=F({shape:t},n)).direction))throw new Error("must provide a direction (n|w|s|e|nw|se|ne|sw)");o.init(e,Qd(t,r),"resize",{autoActivate:!0,cursor:Ud(r),data:{shape:t,context:i}})},Hd.prototype.computeMinResizeBox=function(e){var t=e.shape;return function(e,t,n,i){var r=vn(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?vn(i):o;return bn({top:Fu(o.top,s.top),left:Fu(o.left,s.left),bottom:qu(o.bottom,s.bottom),right:qu(o.right,s.right)})}(e.direction,t,e.minDimensions||{width:10,height:10},Xu(t,e.childrenBoxPadding))},Hd.$inject=["eventBus","rules","modeling","dragging"];var Wd="djs-resizing",Xd="resize-not-ok";function Yd(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,Wd)),o.width>5&&Te(s,{x:o.x,width:o.width}),o.height>5&&Te(s,{y:o.y,height:o.height}),i.canExecute?Re(s).remove(Xd):Re(s).add(Xd)})),e.on("resize.cleanup",(function(e){var n,i;n=e.context,i=n.shape,n.frame&&je(n.frame),t.removeMarker(i,Wd)}))}Yd.$inject=["eventBus","canvas","previewSupport"];var Gd=-6,Kd="djs-resizer",Zd=["n","w","s","e","nw","ne","se","sw"];function Jd(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&&_(t,q(r.addResizer,r))})),e.on("shape.changed",(function(e){var t=e.element;n.isSelected(t)&&(r.removeResizers(),r.addResizer(t))}))}Jd.prototype.makeDraggable=function(e,t,n){var i=this._resize;function r(t){zo(t)&&i.activate(t,e,n)}ge.bind(t,"mousedown",r),ge.bind(t,"touchstart",r)},Jd.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=Gd);-1!==e.indexOf("s")?t.y=6:-1!==e.indexOf("n")&&(t.y=Gd);return t}(i),s=Le("g");Re(s).add(Kd),Re(s).add("djs-resizer-"+e.id),Re(s).add("djs-resizer-"+i),Ce(r,s);var a=Le("rect");Te(a,{x:-4+o.x,y:-4+o.y,width:8,height:8}),Re(a).add("djs-resizer-visual"),Ce(s,a);var l=Le("rect");return Te(l,{x:-10+o.x,y:-10+o.y,width:20,height:20}),Re(l).add("djs-resizer-hit"),Ce(s,l),ti(s,t,n),s},Jd.prototype.createResizer=function(e,t){var n=Qd(e,t),i=this._createResizer(e,n.x,n.y,t);this.makeDraggable(e,i,t)},Jd.prototype.addResizer=function(e){var t=this;!function(e){return!!e.waypoints}(e)&&this._resize.canResize({shape:e})&&_(Zd,(function(n){t.createResizer(e,n)}))},Jd.prototype.removeResizers=function(){Be(this._getResizersParent())},Jd.prototype._getResizersParent=function(){return this._canvas.getLayer("resizers")},Jd.$inject=["eventBus","canvas","selection","resize"];var eh={__depends__:[Sc,Oc,Lp],__init__:["resize","resizePreview","resizeHandles"],resize:["type",Hd],resizePreview:["type",Yd],resizeHandles:["type",Jd]};function th(e,t,n,i,r,o,s){function a(e,t){(t||Ar(e,["bpmn:Task","bpmn:TextAnnotation"])||nh(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(e){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 nh(e){return Mr(e,"bpmn:SubProcess")&&!Xr(e)}th.$inject=["eventBus","bpmnFactory","canvas","directEditing","modeling","resizeHandles","textRenderer"],th.prototype.activate=function(e){var t=Jr(e);if(void 0!==t){var n={text:t};F(n,this.getEditingBBox(e));var i={};return(Ar(e,["bpmn:Task","bpmn:Participant","bpmn:Lane","bpmn:CallActivity"])||nh(e))&&F(i,{centerVertically:!0}),_o(e)&&F(i,{autoResize:!0}),Mr(e,"bpmn:TextAnnotation")&&F(i,{resizable:!0,autoResize:!0}),F(n,{options:i}),n}},th.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};(Mr(e,"bpmn:Lane")||function(e){return Mr(e,"bpmn:Participant")&&Xr(e)}(e))&&(F(s,{width:i.height,height:30*a,x:i.x-i.height/2+15*a,y:o-30*a/2}),F(m,{fontSize:d+"px",lineHeight:h,paddingTop:7*a+"px",paddingBottom:7*a+"px",paddingLeft:5*a+"px",paddingRight:5*a+"px",transform:"rotate(-90deg)"})),(Ar(e,["bpmn:Task","bpmn:CallActivity"])||function(e){return Mr(e,"bpmn:Participant")&&!Xr(e)}(e)||nh(e))&&(F(s,{width:i.width,height:i.height}),F(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 Mr(e,"bpmn:SubProcess")&&Xr(e)}(e)&&(F(s,{width:i.width,x:i.x}),F(m,{fontSize:d+"px",lineHeight:h,paddingTop:7*a+"px",paddingBottom:7*a+"px",paddingLeft:5*a+"px",paddingRight:5*a+"px"}));var f=90*a,g=7*a,y=4*a;if(n.labelTarget&&(F(s,{width:f,height:i.height+g+y,x:r-f/2,y:i.y-g}),F(m,{fontSize:p+"px",lineHeight:u,paddingTop:g+"px",paddingBottom:y+"px"})),_o(n)&&!Eo(n)&&!So(n)){var v=ko(e),b=t.getAbsoluteBBox({x:v.x,y:v.y,width:0,height:0}),x=p+g+y;F(s,{width:f,height:x,x:b.x-f/2,y:b.y-x/2}),F(m,{fontSize:p+"px",lineHeight:u,paddingTop:g+"px",paddingBottom:y+"px"})}return Mr(e,"bpmn:TextAnnotation")&&(F(s,{width:i.width,height:i.height,minWidth:30*a,minHeight:10*a}),F(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}},th.prototype.update=function(e,t,n,i){var r,o,s;Mr(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 ih="djs-element-hidden",rh="djs-label-hidden";function oh(e,t,n,i){var r,o,s,a=this,l=t.getDefaultLayer();e.on("directEditing.activate",(function(e){var n=e.active;if(Mr(r=n.element.label||n.element,"bpmn:TextAnnotation")){o=t.getAbsoluteBBox(r),s=Le("g");var c=i.getScaledPath("TEXT_ANNOTATION",{xScaleFactor:1,yScaleFactor:1,containerWidth:r.width,containerHeight:r.height,position:{mx:0,my:0}}),p=a.path=Le("path");Te(p,{d:c,strokeWidth:2,stroke:sh(r)}),Ce(s,p),Ce(l,s),ni(s,r.x,r.y)}Mr(r,"bpmn:TextAnnotation")||r.labelTarget?t.addMarker(r,ih):(Mr(r,"bpmn:Task")||Mr(r,"bpmn:CallActivity")||Mr(r,"bpmn:SubProcess")||Mr(r,"bpmn:Participant"))&&t.addMarker(r,rh)})),e.on("directEditing.resize",(function(e){if(Mr(r,"bpmn:TextAnnotation")){var t=e.height,n=e.dy,s=Math.max(r.height/o.height*(t+n),0),l=i.getScaledPath("TEXT_ANNOTATION",{xScaleFactor:1,yScaleFactor:1,containerWidth:r.width,containerHeight:s,position:{mx:0,my:0}});Te(a.path,{d:l})}})),e.on(["directEditing.complete","directEditing.cancel"],(function(e){var n=e.active;n&&(t.removeMarker(n.element.label||n.element,ih),t.removeMarker(r,rh)),r=void 0,o=void 0,s&&(je(s),s=void 0)}))}function sh(e,t){return Dr(e).get("stroke")||t||"black"}oh.$inject=["eventBus","canvas","elementRegistry","pathMap"];var ah={__depends__:[ls,eh,Ip],__init__:["labelEditingProvider","labelEditingPreview"],labelEditingProvider:["type",th],labelEditingPreview:["type",oh]},lh=["top","bottom","left","right"],ch=10;function ph(e,t){function n(e){if(Eo(e)){var n=function(e){var t=wn(e.label),n=uh(wn(e),t);if(i=n,-1===lh.indexOf(i))return;var i;var r=function(e){var t=wn(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 uh(t,e)}));return n}(e);if(e.host){var o=function(e){var t,n=e.host,i=On(wn(e),n);t=i.indexOf("-")>=0?i.split("-"):[i];return lh.filter((function(e){return-1===t.indexOf(e)}))}(e);r=r.concat(o)}var s=lh.filter((function(e){return-1===r.indexOf(e)}));if(-1!==s.indexOf(n))return;return s[0]}(e);n&&function(e,n){var i=wn(e),r=e.label,o=wn(r);if(!r.parent)return;var s,a=vn(e);switch(n){case"top":s={x:i.x,y:a.top-ch-r.height/2};break;case"left":s={x:a.left-ch-r.width/2,y:i.y};break;case"bottom":s={x:i.x,y:a.bottom+ch+r.height/2};break;case"right":s={x:a.right+ch+r.width/2,y:i.y}}var l=ta(s,o);t.moveShape(r,l)}(e,n)}}cs.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 uh(e,t){return On(t,e,5)}function dh(e,t,n){cs.call(this,e),this.preExecute("shape.append",(function(e){var t=e.source,n=e.shape;e.position||(Mr(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 hh(e,t){e.invoke(cs,this),this.postExecute("shape.move",(function(e){var n=e.newParent,i=e.shape;_(O(i.incoming.concat(i.outgoing),(function(e){return Mr(e,"bpmn:Association")})),(function(e){t.moveConnection(e,{x:0,y:0},n)}))}),!0)}r(ph,cs),ph.$inject=["eventBus","modeling"],r(dh,cs),dh.$inject=["eventBus","elementFactory","bpmnRules"],r(hh,cs),hh.$inject=["injector","modeling"];function mh(e,t){t.invoke(cs,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 fh(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];fh(r,i)&&(e.shapes=[n.replaceShape(r,i)])}}),!0)}function fh(e,t){return!So(e)&&Ar(e,["bpmn:IntermediateThrowEvent","bpmn:IntermediateCatchEvent"])&&!!t}function gh(e,t){function n(e){return O(e.attachers,(function(e){return Mr(e,"bpmn:BoundaryEvent")}))}cs.call(this,e),this.postExecute("connection.create",(function(e){var i=e.context.source,r=e.context.target,o=n(r);Mr(i,"bpmn:EventBasedGateway")&&Mr(r,"bpmn:ReceiveTask")&&o.length>0&&t.removeElements(o)})),this.postExecute("connection.reconnect",(function(e){var i=e.context.oldSource,r=e.context.newSource;Mr(i,"bpmn:Gateway")&&Mr(r,"bpmn:EventBasedGateway")&&_(r.outgoing,(function(e){var i=e.target,r=n(i);Mr(i,"bpmn:ReceiveTask")&&r.length>0&&t.removeElements(r)}))}))}function yh(e){e.invoke(cs,this),this.preExecute("shape.create",1500,(function(e){var t=e.context,n=t.parent,i=t.shape;Mr(n,"bpmn:Lane")&&!Mr(i,"bpmn:Lane")&&(t.parent=sc(n,"bpmn:Participant"))}))}function vh(e,t,n){cs.call(this,e),this.preExecute("shape.create",(function(e){var n=e.context.shape;if(Mr(n,"bpmn:DataObjectReference")&&"label"!==n.type){var i=t.create("bpmn:DataObject");n.businessObject.dataObjectRef=i}}))}mh.$inject=["bpmnReplace","injector"],r(mh,cs),mh.prototype.replaceShape=function(e,t){var n,i=(n=Tr(e).eventDefinitions)&&n[0],r={type:"bpmn:BoundaryEvent",host:t};return i&&(r.eventDefinitionType=i.$type),this._bpmnReplace.replaceElement(e,r,{layoutConnection:!1})},gh.$inject=["eventBus","modeling"],r(gh,cs),yh.$inject=["injector"],r(yh,cs),vh.$inject=["eventBus","bpmnFactory","moddle"],r(vh,cs);var bh=20,xh=20,wh=2e3;function Oh(e,t,n){function i(){var t=e.getRootElement();return Mr(t,"bpmn:Collaboration")?t:n.makeCollaboration()}cs.call(this,t),t.on(["create.start","shape.move.start"],wh,(function(t){var n=t.context,i=n.shape,r=e.getRootElement();if(Mr(i,"bpmn:Participant")&&Mr(r,"bpmn:Process")&&r.children.length){var o=r.children.filter((function(e){return!Mr(e,"bpmn:Group")&&!So(e)&&!function(e){return!!e.waypoints}(e)}));if(o.length){var s=xt(o),a=function(e,t){t={width:t.width+40+30,height:t.height+40};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);F(i,a),n.createConstraints=function(e,t){return{bottom:(t=vn(t)).top+e.height/2-xh,left:t.right-e.width/2+bh,top:t.bottom-e.height/2+xh,right:t.left+e.width/2-bh-30}}(i,s)}}})),t.on("create.start",wh,(function(n){var i=n.context.shape,r=e.getRootElement(),o=e.getGraphics(r);function s(e){e.element=r,e.gfx=o}Mr(i,"bpmn:Participant")&&Mr(r,"bpmn:Process")&&(t.on("element.hover",wh,s),t.once("create.cleanup",(function(){t.off("element.hover",s)})))})),this.preExecute("elements.create",wh,(function(e){var t,n=e.elements,r=e.parent,o=function(e){return x(e,(function(e){return Mr(e,"bpmn:Participant")}))}(n);o&&Mr(r,"bpmn:Process")&&(e.parent=i(),(t=e.hints=e.hints||{}).participant=o,t.process=r,t.processRef=Tr(o).get("processRef"))}),!0),this.preExecute("shape.create",(function(e){var t=e.parent,n=e.shape;Mr(n,"bpmn:Participant")&&Mr(t,"bpmn:Process")&&(e.parent=i(),e.process=t,e.processRef=Tr(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||Tr(i).set("processRef",Tr(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||Tr(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)}Oh.$inject=["canvas","eventBus","modeling"],r(Oh,cs);var _h="__targetRef_placeholder";function Eh(e,t){function n(e,n){var i=e.get("properties"),r=x(i,(function(e){return e.name===_h}));return!r&&n&&St(i,r=t.create("bpmn:Property",{name:_h})),r}function i(e,t){var i=n(e);i&&(function(e,t,n){return x(e.get("dataInputAssociations"),(function(e){return e!==n&&e.targetRef===t}))}(e,i,t)||kt(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}cs.call(this,e),this.executed(["connection.create","connection.delete","connection.move","connection.reconnect"],Ph(r)),this.reverted(["connection.create","connection.delete","connection.move","connection.reconnect"],Ph(r))}function Ph(e){return function(t){if(Mr(t.context.connection,"bpmn:DataInputAssociation"))return e(t)}}function kh(e){this._bpmnUpdater=e}function Sh(e,t,n,i){function r(e){return e.children.filter((function(e){return Mr(e,"bpmn:DataStoreReference")&&!e.labelTarget}))}function o(e,i){var r=e.businessObject||e;if(i=i||n.filter((function(e){return Mr(e,"bpmn:Participant")&&Tr(e).processRef}))[0]){var o=i.businessObject||i;t.execute("dataStore.updateContainment",{dataStoreBo:r,dataStoreDi:Dr(e),newSemanticParent:o.processRef||o,newDiParent:Dr(i)})}}cs.call(this,i),t.registerHandler("dataStore.updateContainment",kh),this.preExecute("shape.create",(function(e){var t=e.context,n=t.shape;Mr(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 Mr(e,"bpmn:DataStoreReference")})).length&&(t.hints||(t.hints={}),t.hints.autoResize=n.filter((function(e){return!Mr(e,"bpmn:DataStoreReference")})))})),this.postExecute("shape.create",(function(e){var t=e.context.shape,n=t.parent;Mr(t,"bpmn:DataStoreReference")&&"label"!==t.type&&Mr(n,"bpmn:Collaboration")&&o(t)})),this.postExecute("shape.move",(function(e){var t=e.context,n=t.shape,i=t.oldParent,r=n.parent;Mr(i,"bpmn:Collaboration")||Mr(n,"bpmn:DataStoreReference")&&"label"!==n.type&&Mr(r,"bpmn:Collaboration")&&o(n,Mr(i,"bpmn:Participant")?i:function(e,t){for(;e.parent;){if(Mr(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();Ar(n,["bpmn:Participant","bpmn:SubProcess"])&&Mr(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){Mr(i,"bpmn:Process")&&o(e,i)}))}))}Eh.$inject=["eventBus","bpmnFactory"],r(Eh,cs),kh.$inject=["bpmnUpdater"],kh.prototype.execute=function(e){var t=e.dataStoreBo,n=e.dataStoreDi,i=e.newSemanticParent,r=e.newDiParent;e.oldSemanticParent=t.$parent,e.oldDiParent=n.$parent,this._bpmnUpdater.updateSemanticParent(t,i),this._bpmnUpdater.updateDiParent(n,r)},kh.prototype.revert=function(e){var t=e.dataStoreBo,n=e.dataStoreDi,i=e.oldSemanticParent,r=e.oldDiParent;this._bpmnUpdater.updateSemanticParent(t,i),this._bpmnUpdater.updateDiParent(n,r)},Sh.$inject=["canvas","commandStack","elementRegistry","eventBus"],r(Sh,cs);function Ch(e,t,n){cs.call(this,e),this.postExecuted("shape.delete",500,(function(e){var t=e.context,i=t.hints,r=t.shape,o=t.oldParent;Mr(r,"bpmn:Lane")&&(i&&i.nested||function(e,t){var i,r,o,s=Ju(t),a=[],l=[];vt(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=n.calculateAdjustments(a,"y",i,e.y-10),n.makeSpace(r.movingShapes,r.resizingShapes,{x:0,y:i},"s")),l.length&&(o=n.calculateAdjustments(l,"y",-i,e.y+e.height+10),n.makeSpace(o.movingShapes,o.resizingShapes,{x:0,y:-i},"n")))}(r,o))}))}Ch.$inject=["eventBus","modeling","spaceTool"],r(Ch,cs);function Mh(e,t){t.invoke(cs,this),this._bpmnReplace=e;var n=this;this.postExecuted("elements.create",500,(function(e){var t=e.elements;t.filter((function(e){return Ah(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;Ah(e,(o=s,-1!==t.indexOf(o)?s:i))&&(t[r]=n.replaceShape(e))}))}),!0)}function Ah(e,t){return!So(e)&&Mr(e,"bpmn:BoundaryEvent")&&!t}function Th(e,t,n){function i(e,i,r){var o,s,a,l,c,p,u,d,h=i.waypoints,m=e.outgoing.slice(),g=e.incoming.slice(),y=Ac(h,d=f(r.width)?wn(r):r);if(y){if(o=h.slice(0,y.index),s=h.slice(y.index+(y.bendpoint?1:0)),!o.length||!s.length)return;a=y.bendpoint?h[y.index]:d,1!==o.length&&Dh(e,o[o.length-1])||o.push(Rh(a)),1!==s.length&&Dh(e,s[0])||s.unshift(Rh(a))}l=i.source,c=i.target,t.canConnect(l,e,i)&&(n.reconnectEnd(i,e,o||d),p=i),t.canConnect(e,c,i)&&(p?u=n.connect(e,c,{type:i.type,waypoints:s}):(n.reconnectStart(i,e,s||d),u=i));var v=[].concat(p&&O(g,(function(e){return e.source===p.source}))||[],u&&O(m,(function(e){return e.target===u.target}))||[]);v.length&&n.removeElements(v)}cs.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=wn(o),a={x:s.x+r.x,y:s.y+r.y},l=x(n.children,(function(e){return t.canInsert(i,e)&&Ac(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 Dh(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 Rh(e){return F({},e)}function $h(e,t){cs.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)&&jh(i)){var a=[];a=Mr(r,"bpmn:EventBasedGateway")?o.incoming.filter(jh):o.incoming.filter((function(e){return jh(e)&&Mr(e.source,"bpmn:EventBasedGateway")})),a.forEach((function(e){t.removeConnection(e)}))}})),this.preExecuted("shape.replace",(function(e){var n=e.context.newShape;Mr(n,"bpmn:EventBasedGateway")&&n.outgoing.filter(jh).reduce((function(e,t){return e.includes(t.target)?e:e.concat(t.target)}),[]).forEach((function(e){e.incoming.filter(jh).forEach((function(i){const r=e.incoming.filter(jh).filter((function(e){return e.source===n}));(i.source!==n||r.length>1)&&t.removeConnection(i)}))}))}))}function jh(e){return Mr(e,"bpmn:SequenceFlow")}Mh.$inject=["bpmnReplace","injector"],r(Mh,cs),Mh.prototype.replaceShape=function(e){var t,n,i=(n=Tr(e).eventDefinitions)&&n[0];return t=i?{type:"bpmn:IntermediateCatchEvent",eventDefinitionType:i.$type}:{type:"bpmn:IntermediateThrowEvent"},this._bpmnReplace.replaceElement(e,t,{layoutConnection:!1})},r(Th,cs),Th.$inject=["eventBus","bpmnRules","modeling"],$h.$inject=["eventBus","modeling"],r($h,cs);var Bh=1500;function Ih(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"],Bh,(function(t){var i=t.context.shape||t.shape,r=t.hover;Mr(r,"bpmn:Lane")&&!Ar(i,["bpmn:Lane","bpmn:Participant"])&&(t.hover=ed(r),t.hoverGfx=e.getGraphics(t.hover));var o=n.getRootElement();r!==o&&(i.labelTarget||Mr(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"],Bh,(function(t){var n=t.hover;Mr(n,"bpmn:Lane")&&(t.hover=ed(n)||n,t.hoverGfx=e.getGraphics(t.hover))})),t.on(["bendpoint.move.hover"],Bh,(function(t){var n=t.context,i=t.hover,r=n.type;Mr(i,"bpmn:Lane")&&/reconnect/.test(r)&&(t.hover=ed(i)||i,t.hoverGfx=e.getGraphics(t.hover))})),t.on(["connect.start"],Bh,(function(e){var t=e.context,n=t.start;Mr(n,"bpmn:Lane")&&(t.start=ed(n)||n)})),t.on("shape.move.start",2e3,(function(e){var t=e.shape;Mr(t,"bpmn:Lane")&&(e.shape=ed(t)||t)}))}Ih.$inject=["elementRegistry","eventBus","canvas"];function zh(e,t,n,i,r,o){function s(e,t,i){var r=n.filter((function(e){return Mr(e,"bpmn:Group")})).filter((function(e){return e.businessObject!==i}));t&&!function(e,t){return e.some((function(e){var n=Tr(e);return(n.categoryValueRef&&n.categoryValueRef.$parent)===t}))}(r,t)&&function(e){var t=e.$parent;t&&(kt(t.get("rootElements"),e),e.$parent=null)}(t),e&&!function(e,t){return e.some((function(e){return Tr(e).categoryValueRef===t}))}(r,e)&&function(e){var t=e.$parent;t&&(kt(t.get("categoryValue"),e),e.$parent=null)}(e)}function a(e,n){return function(e,t,n){return St(t.get("categoryValue"),e),e.$parent=t,St(n.get("rootElements"),t),t.$parent=n,e}(e,n,t.getDefinitions())}function l(n,i){var r=Tr(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=Tr(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(cs,this),this.execute("label.create",(function(e){var t=e.context,n=t.labelTarget;Mr(n,"bpmn:Group")&&l(n,t)})),this.revert("label.create",(function(e){var t=e.context,n=t.labelTarget;Mr(n,"bpmn:Group")&&c(n,t)})),this.execute("shape.delete",(function(e){var t=e.context,n=t.shape,i=Tr(n);if(Mr(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(Mr(n,"bpmn:Group")&&!n.labelTarget){var i=t.category,r=t.categoryValue,o=Tr(n);r&&(o.categoryValueRef=r,a(r,i))}})),this.execute("shape.create",(function(e){var t=e.context,n=t.shape;Mr(n,"bpmn:Group")&&!n.labelTarget&&Tr(n).categoryValueRef&&l(n,t)})),this.reverted("shape.create",(function(e){var t=e.context,n=t.shape;Mr(n,"bpmn:Group")&&!n.labelTarget&&Tr(n).categoryValueRef&&c(n,t)})),i.on("copyPaste.copyElement",770,(function(e){var t=e.descriptor,n=e.element;if(Mr(n,"bpmn:Group")&&!n.labelTarget){var i=Tr(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 Nh(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 Vh(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=Nh(e,t,n,r),a=Nh(e,t,n,o);i=s&&a?Lh(s,n)>Lh(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],wn(n.source)),t(i[i.length-1],i[i.length-2],wn(n.target)))}))}function Lh(e,t){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))}function qh(e){cs.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=Tr(n),r=Dr(n);Ar(i,t)&&!r.get("isHorizontal")&&r.set("isHorizontal",!0)}))}zh.$inject=["bpmnFactory","bpmnjs","elementRegistry","eventBus","injector","moddleCopy"],r(zh,cs),Vh.$inject=["eventBus"],qh.$inject=["eventBus"],r(qh,cs);var Fh=Math.sqrt,Hh=Math.min,Qh=Math.max,Uh=Math.abs;function Wh(e){return Math.pow(e,2)}function Xh(e,t){return Fh(Wh(e.x-t.x)+Wh(e.y-t.y))}function Yh(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=Fh(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 Gh(e.x,t.x,n.x)&&Gh(e.y,t.y,n.y)}(n,e,t)}))}function Gh(e,t,n){return e>=Hh(t,n)-Kh&&e<=Qh(t,n)+Kh}var Kh=.1;function Zh(e,t){return Uh(e.x-t.x)<=Kh&&Uh(e.y-t.y)<=Kh}function Jh(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(Zh(n=t[m],i=t[m+1])?a=[n]:(r=Xh(e,n),o=Xh(e,i),a=Yh(n,i,e,Hh(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:Zh(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:Xh(n,s)/Xh(n,i)}),c=Xh(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&&em(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=tm(n,l),h=tm(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=Dc(d),Dc(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=em(n,v))}var w,O,_={x:(h[1].x-h[0].x)*f+h[0].x,y:(h[1].y-h[0].y)*f+h[0].y},E=(w={x:e.x-m.x,y:e.y-m.y},(O=g)?{x:Math.cos(O)*w.x-Math.sin(O)*w.y,y:Math.sin(O)*w.x+Math.cos(O)*w.y}:w);return r=_.x+E.x-e.x,o=_.y+E.y-e.y,{point:yn(_),delta:yn({x:r,y:o})}}function em(e,t){var n=jc(e[t-1],e[t]);return n/(n+jc(e[t],e[t+1]))}function tm(e,t){return[e[t],e[t+1]]}function nm(e,t,n){var i=ea(t),r=ea(n),o=ta(e,i),s=o.x*(n.width/t.width),a=o.y*(n.height/t.height);return yn({x:r.x+s,y:r.y+a})}function im(e,t,n){var i=ea(e),r=ea(t),o=ea(n),s=ta(e,i),a=ta(i,r),l=function(e,t,n){var i=vn(t),r=vn(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=On(t,e);if("top"===a)o={x:0,y:r.bottom-i.bottom};else if("bottom"===a)o={x:0,y:r.top-i.top};else if("right"===a)o={x:r.left-i.left,y:0};else{if("left"!==a)return null;o={x:r.right-i.right,y:0}}if(s={x:e.x+o.x,y:e.y+o.y},On(n,s)!==a)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 yn({x:u+s.x-e.x,y:d+s.y-e.y})}var rm={width:90,height:20},om="name",sm="text";function am(e,t,n,i){function r(e){var t=e.context,n=t.connection,i=n.label,r=F({},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){var r=function(e){return{x:e.x+e.width/2,y:e.y+e.height/2}}(e);return Jh(r,t,n,i).delta}(i,o,s,r)}cs.call(this,e),this.postExecute("element.updateProperties",(function(e){var n=e.context,r=n.element,o=n.properties;if(om in o&&t.updateLabel(r,o.name),sm in o&&Mr(r,"bpmn:TextAnnotation")){var s=i.getTextAnnotationBounds({x:r.x,y:r.y,width:r.width,height:r.height},o.text||"");t.updateLabel(r,o.text,s)}})),this.postExecute(["shape.create","connection.create"],(function(e){var n=e.context;if(!1!==(n.hints||{}).createElementsBehavior){var r=n.shape||n.connection,o=r.businessObject;if(!So(r)&&_o(r)&&Jr(r)){var s=ko(r),a=i.getExternalLabelBounds(rm,Jr(r));t.createLabel(r,s,{id:o.id+"_label",businessObject:o,width:a.width,height:a.height})}}})),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(["label.create"],(function(e){var t,i=e.context,r=i.shape,o=i.labelTarget;o&&Mr(o,"bpmn:BaseElement")&&((t=Dr(o)).label||(t.label=n.create("bpmndi:BPMNLabel",{bounds:n.create("dc:Bounds")}),r.di=t),F(t.label.bounds,{x:r.x,y:r.y,width:r.width,height:r.height}))})),this.postExecute(["connection.layout","connection.updateWaypoints"],(function(e){var n=e.context;if(!1!==(n.hints||{}).labelBehavior){var i,o=n.connection.label;o&&o.parent&&(i=r(e),t.moveShape(o,i))}})),this.postExecute(["shape.replace"],(function(e){var t=e.context,n=t.newShape,i=t.oldShape,r=Tr(n);r&&_o(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(Eo(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:$c(e,t)}}));return j(n,"distance")[0].line}(e,t);return Rc(e,n)}(wn(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=lm(l,s,o);t.moveShape(a,c)}}))}function lm(e,t,n){return yn(ta(nm(e,t,n),e))}function cm(e,t){function n(e,t){var n=e.context,i=n.connection,r=F({},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 Jh(e,t,n,i).point}(t,o,s,r)}cs.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 pm(e,t,n){var i=fm(e),r=gm(i,t),o=i[0];return r.length?r[r.length-1]:nm(o.original||o,n,t)}function um(e,t,n){var i=fm(e),r=gm(i,t),o=i[i.length-1];return r.length?r[0]:nm(o.original||o,n,t)}function dm(e,t,n){var i=fm(e),r=mm(t,n),o=i[0];return nm(o.original||o,r,t)}function hm(e,t,n){var i=fm(e),r=mm(t,n),o=i[i.length-1];return nm(o.original||o,r,t)}function mm(e,t){return{x:e.x-t.x,y:e.y-t.y,width:e.width,height:e.height}}function fm(e){var t=e.waypoints;if(!t.length)throw new Error("connection#"+e.id+": no waypoints");return t}function gm(e,t){return O(C(e,ym),(function(e){return function(e,t){return"intersect"===On(t,e,1)}(e,t)}))}function ym(e){return e.original||e}function vm(e,t){cs.call(this,e),this.postExecute("shape.replace",(function(e){var n=e.oldShape,i=e.newShape;if(function(e,t){return Mr(e,"bpmn:Participant")&&Xr(e)&&Mr(t,"bpmn:Participant")&&!Xr(t)}(n,i)){var r,o,s,a,l=(o=bt([r=n],!1),s=[],a=[],o.forEach((function(e){e!==r&&(e.incoming.forEach((function(e){Mr(e,"bpmn:MessageFlow")&&s.push(e)})),e.outgoing.forEach((function(e){Mr(e,"bpmn:MessageFlow")&&a.push(e)})))}),[]),{incoming:s,outgoing:a});l.incoming.forEach((function(e){var r=um(e,i,n);t.reconnectEnd(e,i,r)})),l.outgoing.forEach((function(e){var r=pm(e,i,n);t.reconnectStart(e,i,r)}))}}),!0)}r(am,cs),am.$inject=["eventBus","modeling","bpmnFactory","textRenderer"],r(cm,cs),cm.$inject=["eventBus","modeling"],vm.$inject=["eventBus","modeling"],r(vm,cs);function bm(e,t,n){e.on(["shape.move.rejected","create.rejected"],(function(e){var i,r,o,s=e.context,a=s.shape;Mr(s.target,"bpmn:Collaboration")&&Mr(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>"}))}))}function xm(e,t){cs.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 wm(e,t,n){cs.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(Mr(r,"bpmn:SequenceFlow")&&Mr(o,"bpmn:SequenceFlow")&&t.canConnect(r.source,o.target,r)){var s=function(e,t){var n=Nh(Om(e[e.length-2]),Om(e[e.length-1]),Om(t[1]),Om(t[0]));return n?[].concat(e.slice(0,e.length-1),[n],t.slice(1)):[Om(e[0]),Om(t[t.length-1])]}(r.waypoints,o.waypoints);n.reconnectEnd(r,o.target,s)}}}))}function Om(e){return e.original||e}function _m(e,t){cs.call(this,e),this.preExecute("shape.delete",(function(e){var t=e.shape,n=t.parent;Mr(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 Em(e,t,n,i){cs.call(this,e);var r=i.get("dragging",!1);function o(e){var i,r,o=e.source,s=e.target;e.parent&&(Mr(e,"bpmn:SequenceFlow")&&(n.canConnectSequenceFlow(o,s)||(r=!0),n.canConnectMessageFlow(o,s)&&(i="bpmn:MessageFlow")),Mr(e,"bpmn:MessageFlow")&&(n.canConnectMessageFlow(o,s)||(r=!0),n.canConnectSequenceFlow(o,s)&&(i="bpmn:SequenceFlow")),Mr(e,"bpmn:Association")&&!n.canConnectAssociation(o,s)&&(r=!0),r&&t.removeConnection(e),i&&t.connect(o,s,{type:i,waypoints:e.waypoints.slice()}))}this.postExecuted("elements.move",(function(e){_(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,waypoints:a.waypoints.slice()}),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(-1===(n=o.indexOf(e)))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=x(o.outgoing,B({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 Pm(e,t,n,i,r,o){i.invoke(cs,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=P(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=[];_(n.closure.topLevel,(function(e){o=Gr(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})}))}bm.$inject=["eventBus","tooltips","translate"],r(xm,cs),xm.$inject=["eventBus","modeling"],r(wm,cs),wm.$inject=["eventBus","bpmnRules","modeling"],_m.$inject=["eventBus","modeling"],r(_m,cs),r(Em,cs),Em.$inject=["eventBus","modeling","bpmnRules","injector"],r(Pm,cs),Pm.prototype.replaceElements=function(e,t){var n=this._elementRegistry,i=this._bpmnReplace,r=this._selection;_(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)},Pm.$inject=["bpmnReplace","bpmnRules","elementRegistry","injector","modeling","selection"];var km={width:140,height:120},Sm=300,Cm=60,Mm={width:300,height:150},Am={width:140,height:120},Tm={width:50,height:30};function Dm(e){e.on("resize.start",1500,(function(e){var t=e.context,n=t.shape,i=t.direction,r=t.balanced;(Mr(n,"bpmn:Lane")||Mr(n,"bpmn:Participant"))&&(t.resizeConstraints=function(e,t,n){var i=ed(e),r=!0,o=!0,s=Zu(i,[i]),a=vn(e),l={},c={};/e/.test(t)?c.right=a.left+Sm:/w/.test(t)&&(c.left=a.right-Sm);s.forEach((function(e){var i=vn(e);/n/.test(t)&&(i.top<a.top-10&&(r=!1),n&&Rm(a.top-i.bottom)<10&&zm(l,"top",i.top+Cm),Rm(a.top-i.top)<5&&Im(c,"top",i.bottom-Cm)),/s/.test(t)&&(i.bottom>a.bottom+10&&(o=!1),n&&Rm(a.bottom-i.top)<10&&Im(l,"bottom",i.bottom-Cm),Rm(a.bottom-i.bottom)<5&&zm(c,"bottom",i.top+Cm))}));var p=i.children.filter((function(e){return!e.hidden&&!e.waypoints&&(Mr(e,"bpmn:FlowElement")||Mr(e,"bpmn:Artifact"))}));return p.forEach((function(e){var n=vn(e);r&&/n/.test(t)&&Im(c,"top",n.top-20),/e/.test(t)&&zm(c,"right",n.right+20),o&&/s/.test(t)&&zm(c,"bottom",n.bottom+20),/w/.test(t)&&Im(c,"left",n.left-50)})),{min:c,max:l}}(n,i,r)),Mr(n,"bpmn:Participant")&&(t.minDimensions=Mm),Mr(n,"bpmn:SubProcess")&&Xr(n)&&(t.minDimensions=Am),Mr(n,"bpmn:TextAnnotation")&&(t.minDimensions=Tm)}))}Dm.$inject=["eventBus"];var Rm=Math.abs,$m=Math.min,jm=Math.max;function Bm(e,t,n,i){var r=e[t];e[t]=void 0===r?n:i(n,r)}function Im(e,t,n){return Bm(e,t,n,$m)}function zm(e,t,n){return Bm(e,t,n,jm)}function Nm(e,t){e.on("resize.start",1501,(function(e){var t=e.context,n=t.shape;(Mr(n,"bpmn:Lane")||Mr(n,"bpmn:Participant"))&&(t.balanced=!No(e))})),e.on("resize.end",1001,(function(e){var n=e.context,i=n.shape,r=n.canExecute,o=n.newBounds;if(Mr(i,"bpmn:Lane")||Mr(i,"bpmn:Participant"))return r&&(o=gn(o),t.resizeLane(i,o,n.balanced)),!1}))}Nm.$inject=["eventBus","modeling"];function Vm(e,t,n,i,r){function o(e){return Ar(e,["bpmn:ReceiveTask","bpmn:SendTask"])||function(e,t){h(t)||(t=[t]);return S(t,(function(t){return Kr(e,t)}))}(e,["bpmn:ErrorEventDefinition","bpmn:EscalationEventDefinition","bpmn:MessageEventDefinition","bpmn:SignalEventDefinition"])}function s(t){return!!x(e.getDefinitions().get("rootElements"),B({id:t.id}))}function a(e){return Mr(e,"bpmn:ErrorEventDefinition")?"errorRef":Mr(e,"bpmn:EscalationEventDefinition")?"escalationRef":Mr(e,"bpmn:MessageEventDefinition")?"messageRef":Mr(e,"bpmn:SignalEventDefinition")?"signalRef":void 0}function l(e){if(Ar(e,["bpmn:ReceiveTask","bpmn:SendTask"]))return e.get("messageRef");var t=e.get("eventDefinitions")[0];return t.get(a(t))}n.invoke(cs,this),this.executed("shape.create",(function(t){var n=t.shape;if(o(n)){var i=l(Tr(n));i&&!s(i)&&(St(e.getDefinitions().get("rootElements"),i),t.addedRootElement=i)}}),!0),this.reverted("shape.create",(function(t){var n=t.addedRootElement;n&&kt(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(Tr(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(Ar(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)}))}Vm.$inject=["bpmnjs","eventBus","injector","moddleCopy","bpmnFactory"],r(Vm,cs);var Lm=Math.max;function qm(e){e.on("spaceTool.getMinDimensions",(function(e){var t=e.shapes,n=e.axis,i=e.start,r={};return _(t,(function(e){var t=e.id;Mr(e,"bpmn:Participant")&&(!function(e){return"x"===e}(n)?r[t]={width:Mm.width,height:Fm(e,i)}:r[t]=Mm),Mr(e,"bpmn:SubProcess")&&Xr(e)&&(r[t]=Am),Mr(e,"bpmn:TextAnnotation")&&(r[t]=Tm),Mr(e,"bpmn:Group")&&(r[t]=km)})),r}))}function Fm(e,t){var n;return Ju(e).length?(n=function(e,t){var n,i=Ju(e);return n=Hm(i,t),e.height-n.height+Cm}(e,t),Lm(Mm.height,n)):Mm.height}function Hm(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=Ju(i)).length?Hm(r,t):i}qm.$inject=["eventBus"];var Qm=180,Um=160;function Wm(e,t,n,i,r,o,s){cs.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 Mr(e,"bpmn:SubProcess")&&!Xr(e)}function c(t){var n=t.shape,i=t.newRootElement,r=Tr(n);i=a._addDiagram(i||r),t.newRootElement=e.addRootElement(i)}function p(t){var n=Tr(t.shape);a._removeDiagram(n);var i=t.newRootElement=s.get(vs(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(vs(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(vs(n)))}),!0),this.postExecuted("shape.replace",(function(t){var i=t.newShape,r=t.oldRoot,o=e.findRoot(vs(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(Mr(t,"bpmn:SubProcess")){var n=e.properties,i=e.oldProperties.id,r=n.id;if(i!==r){if(xs(t))return s.updateId(t,bs(r)),void s.updateId(i,r);s.get(bs(i))&&s.updateId(bs(i),bs(r))}}}),!0),this.reverted("element.updateProperties",(function(e){var t=e.element;if(Mr(t,"bpmn:SubProcess")){var n=e.properties,i=e.oldProperties.id,r=n.id;if(i!==r){if(xs(t))return s.updateId(t,bs(i)),void s.updateId(r,i);var o=s.get(bs(r));o&&s.updateId(o,bs(i))}}}),!0),t.on("element.changed",(function(e){var n=e.element;if(xs(n)){var i=n,r=s.get(ys(i));r&&r!==i&&t.fire("element.changed",{element:r})}})),this.executed("shape.toggleCollapse",400,(function(e){var t=e.shape;Mr(t,"bpmn:SubProcess")&&(Xr(t)?p(e):(c(e),a._showRecursively(t.children)))}),!0),this.reverted("shape.toggleCollapse",400,(function(e){var t=e.shape;Mr(t,"bpmn:SubProcess")&&(Xr(t)?p(e):(c(e),a._showRecursively(t.children)))}),!0),this.postExecuted("shape.toggleCollapse",600,(function(e){var t=e.shape;if(Mr(t,"bpmn:SubProcess")){var n=e.newRootElement;n&&(Xr(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=vs(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(Mr(Dr(r),"bpmndi:BPMNPlane")){var o=ys(r),s=x(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 Xm(e,t){e.invoke(cs,this),this.postExecuted("shape.replace",(function(e){var n=e.context.oldShape,i=e.context.newShape;if(Mr(i,"bpmn:SubProcess")&&(Mr(n,"bpmn:Task")||Mr(n,"bpmn:CallActivity"))&&Xr(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 Ym(e,t){cs.call(this,e),this.postExecuted("shape.toggleCollapse",1500,(function(e){var n=e.shape;if(!Xr(n)){var i=bt(n);i.forEach((function(e){var t=e.incoming.slice(),n=e.outgoing.slice();_(t,(function(e){r(e,!0)})),_(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,wn(n)):t.reconnectStart(e,n,wn(n)))}}),!0)}r(Wm,cs),Wm.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=xt(o);if(t.x){var a=wn(t),l=wn(s);n={x:a.x-l.x,y:a.y-l.y}}else n={x:Qm-s.x,y:Um-s.y};i.moveElements(r,n,t,{autoResize:!1})}else i.moveElements(r,{x:0,y:0},t,{autoResize:!1})}},Wm.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},Wm.prototype._addDiagram=function(e){var t=this._bpmnjs.getDefinitions().diagrams;return e.businessObject||(e=this._createNewDiagram(e)),t.push(e.di.$parent),e},Wm.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:vs(e),type:e.$type,di:i,businessObject:e,collapsed:!0})},Wm.prototype._removeDiagram=function(e){var t=this._bpmnjs.getDefinitions().diagrams,n=x(t,(function(t){return t.plane.bpmnElement.id===e.id}));return t.splice(t.indexOf(n),1),n},Wm.$inject=["canvas","eventBus","modeling","elementFactory","bpmnFactory","bpmnjs","elementRegistry"],Xm.$inject=["injector","modeling"],r(Xm,cs),r(Ym,cs),Ym.$inject=["eventBus","modeling"];function Gm(e,t,n,i){cs.call(this,e),this.executed(["shape.toggleCollapse"],500,(function(e){var t,n=e.context.shape;Mr(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=Xu(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 Km(e,t,n,i){t.invoke(cs,this),this.preExecute("shape.delete",(function(e){var t=e.context.shape,r=t.businessObject;So(t)||(Mr(t,"bpmn:Participant")&&Xr(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;Mr(t,"bpmn:Collaboration")&&n.ids.unclaim(i.id)}))}function Zm(e,t){cs.call(this,e),this.preExecute("connection.delete",(function(e){var n=e.context.connection,i=n.source;(function(e,t){if(!Mr(e,"bpmn:SequenceFlow"))return!1;var n=Tr(t),i=Tr(e);return n.get("default")===i})(n,i)&&t.updateProperties(i,{default:null})}))}r(Gm,cs),Gm.$inject=["eventBus","elementFactory","modeling"],r(Km,cs),Km.$inject=["canvas","injector","moddle","modeling"],r(Zm,cs),Zm.$inject=["eventBus","modeling"];function Jm(e,t,n){var i;function r(){if(!i)throw new Error(n("out of bounds release"));return i}cs.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 ef).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||(Mr(t,"bpmn:Lane")&&n.addLane(t),Mr(t,"bpmn:FlowNode")&&n.addFlowNode(t))}))}function ef(){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}}Jm.$inject=["eventBus","modeling","translate"],r(Jm,cs);var tf={__init__:["adaptiveLabelPositioningBehavior","appendBehavior","associationBehavior","attachEventBehavior","boundaryEventBehavior","createBehavior","createDataObjectBehavior","createParticipantBehavior","dataInputAssociationBehavior","dataStoreBehavior","deleteLaneBehavior","detachEventBehavior","dropOnFlowBehavior","eventBasedGatewayBehavior","fixHoverBehavior","groupBehavior","importDockingFix","isHorizontalFix","labelBehavior","layoutConnectionBehavior","messageFlowBehavior","modelingFeedback","removeElementBehavior","removeEmbeddedLabelBoundsBehavior","removeParticipantBehavior","replaceConnectionBehavior","replaceElementBehaviour","resizeBehavior","resizeLaneBehavior","rootElementReferenceBehavior","spaceToolBehavior","subProcessPlaneBehavior","subProcessStartEventBehavior","toggleCollapseConnectionBehaviour","toggleElementCollapseBehaviour","unclaimIdBehavior","updateFlowNodeRefsBehavior","unsetDefaultFlowBehavior"],adaptiveLabelPositioningBehavior:["type",ph],appendBehavior:["type",dh],associationBehavior:["type",hh],attachEventBehavior:["type",mh],boundaryEventBehavior:["type",gh],createBehavior:["type",yh],createDataObjectBehavior:["type",vh],createParticipantBehavior:["type",Oh],dataInputAssociationBehavior:["type",Eh],dataStoreBehavior:["type",Sh],deleteLaneBehavior:["type",Ch],detachEventBehavior:["type",Mh],dropOnFlowBehavior:["type",Th],eventBasedGatewayBehavior:["type",$h],fixHoverBehavior:["type",Ih],groupBehavior:["type",zh],importDockingFix:["type",Vh],isHorizontalFix:["type",qh],labelBehavior:["type",am],layoutConnectionBehavior:["type",cm],messageFlowBehavior:["type",vm],modelingFeedback:["type",bm],removeElementBehavior:["type",wm],removeEmbeddedLabelBoundsBehavior:["type",xm],removeParticipantBehavior:["type",_m],replaceConnectionBehavior:["type",Em],replaceElementBehaviour:["type",Pm],resizeBehavior:["type",Dm],resizeLaneBehavior:["type",Nm],rootElementReferenceBehavior:["type",Vm],spaceToolBehavior:["type",qm],subProcessPlaneBehavior:["type",Wm],subProcessStartEventBehavior:["type",Xm],toggleCollapseConnectionBehaviour:["type",Ym],toggleElementCollapseBehaviour:["type",Gm],unclaimIdBehavior:["type",Km],unsetDefaultFlowBehavior:["type",Zm],updateFlowNodeRefsBehavior:["type",Jm]};function nf(e,t){var n=On(e,t,-15);return"intersect"!==n?n:null}function rf(e){Yl.call(this,e)}function of(e){return!e||So(e)}function sf(e){do{if(Mr(e,"bpmn:Process"))return Tr(e);if(Mr(e,"bpmn:Participant"))return Tr(e).processRef||Tr(e)}while(e=e.parent)}function af(e){return Mr(e,"bpmn:TextAnnotation")}function lf(e){return Mr(e,"bpmn:Group")&&!e.labelTarget}function cf(e){return Mr(e,"bpmn:BoundaryEvent")&&df(e,"bpmn:CompensateEventDefinition")}function pf(e){return Tr(e).isForCompensation}function uf(e){for(var t=e;t=t.parent;){if(Mr(t,"bpmn:FlowElementsContainer"))return Tr(t);if(Mr(t,"bpmn:Participant"))return Tr(t).processRef}return null}function df(e,t){return!!x(Tr(e).eventDefinitions||[],(function(e){return Mr(e,t)}))}function hf(e,t){return(Tr(e).eventDefinitions||[]).every((function(e){return Mr(e,t)}))}function mf(e){return e.waypoints}function ff(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 gf(e,t,n){if(of(e)||of(t))return null;if(!Mr(n,"bpmn:DataAssociation")){if(Mf(e,t))return{type:"bpmn:MessageFlow"};if(Af(e,t))return{type:"bpmn:SequenceFlow"}}var i=Tf(e,t);return i||(cf(e)&&pf(t)?{type:"bpmn:Association",associationDirection:"One"}:!!Cf(e,t)&&{type:"bpmn:Association"})}function yf(e,t,n){return!(!So(e)&&!lf(e))||!(Mr(t,"bpmn:Participant")&&!Xr(t))&&(Mr(e,"bpmn:Participant")?Mr(t,"bpmn:Process")||Mr(t,"bpmn:Collaboration"):Ar(e,["bpmn:DataInput","bpmn:DataOutput"])&&e.parent?t===e.parent:Mr(e,"bpmn:Lane")?Mr(t,"bpmn:Participant")||Mr(t,"bpmn:Lane"):!(Mr(e,"bpmn:BoundaryEvent")&&!function(e){return Tr(e).cancelActivity&&(xf(e)||wf(e))}(e))&&(Mr(e,"bpmn:FlowElement")&&!Mr(e,"bpmn:DataStoreReference")?Mr(t,"bpmn:FlowElementsContainer")?Xr(t):Ar(t,["bpmn:Participant","bpmn:Lane"]):Mr(e,"bpmn:DataStoreReference")&&Mr(t,"bpmn:Collaboration")?S(Tr(t).get("participants"),(function(e){return!!e.get("processRef")})):Ar(e,["bpmn:Artifact","bpmn:DataAssociation","bpmn:DataStoreReference"])?Ar(t,["bpmn:Collaboration","bpmn:Lane","bpmn:Participant","bpmn:Process","bpmn:SubProcess"]):!!Mr(e,"bpmn:MessageFlow")&&(Mr(t,"bpmn:Collaboration")||e.source.parent==t||e.target.parent==t)))}function vf(e){return Mr(e,"bpmn:Lane")}function bf(e){return!!function(e){return!So(e)&&Mr(e,"bpmn:BoundaryEvent")}(e)||(!(!Mr(e,"bpmn:IntermediateThrowEvent")||!xf(e))||Mr(e,"bpmn:IntermediateCatchEvent")&&wf(e))}function xf(e){var t=Tr(e);return t&&!(t.eventDefinitions&&t.eventDefinitions.length)}function wf(e){return Of(e,["bpmn:MessageEventDefinition","bpmn:TimerEventDefinition","bpmn:SignalEventDefinition","bpmn:ConditionalEventDefinition"])}function Of(e,t){return t.some((function(t){return df(e,t)}))}function _f(e,t,n,i){if(Array.isArray(e)||(e=[e]),1!==e.length)return!1;var r=e[0];return!So(r)&&(!!bf(r)&&(!Gr(t)&&(!(!Mr(t,"bpmn:Activity")||pf(t))&&(!(i&&!nf(i,t))&&(!function(e){return Mr(e,"bpmn:ReceiveTask")&&x(e.incoming,(function(e){return Mr(e.source,"bpmn:EventBasedGateway")}))}(t)&&"attach")))))}function Ef(e,t,n){if(!t)return!1;var i={replacements:[]};return _(e,(function(e){Gr(t)||Mr(e,"bpmn:StartEvent")&&"label"!==e.type&&yf(e,t)&&(Yr(e)||i.replacements.push({oldElementId:e.id,newElementType:"bpmn:StartEvent"}),(function(e){return Kr(e,"bpmn:ErrorEventDefinition")}(e)||function(e){return Kr(e,"bpmn:EscalationEventDefinition")}(e)||function(e){return Kr(e,"bpmn:CompensateEventDefinition")}(e))&&i.replacements.push({oldElementId:e.id,newElementType:"bpmn:StartEvent"}),Of(e,["bpmn:MessageEventDefinition","bpmn:TimerEventDefinition","bpmn:SignalEventDefinition","bpmn:ConditionalEventDefinition"])&&Mr(t,"bpmn:SubProcess")&&i.replacements.push({oldElementId:e.id,newElementType:"bpmn:StartEvent"})),Mr(t,"bpmn:Transaction")||df(e,"bpmn:CancelEventDefinition")&&"label"!==e.type&&(Mr(e,"bpmn:EndEvent")&&yf(e,t)&&i.replacements.push({oldElementId:e.id,newElementType:"bpmn:EndEvent"}),Mr(e,"bpmn:BoundaryEvent")&&_f(e,t,0,n)&&i.replacements.push({oldElementId:e.id,newElementType:"bpmn:BoundaryEvent"}))})),!!i.replacements.length&&i}function Pf(e,t){return!S(e,vf)&&(!t||e.every((function(e){return yf(e,t)})))}function kf(e,t,n,i){return!!t&&(!(!So(e)&&!lf(e))||!function(e,t){return e===t}(n,t)&&((!n||!ff(n,t))&&(yf(e,t)||Df(e,t))))}function Sf(e,t){return Mr(e,"bpmn:SubProcess")?Xr(e)&&(!t||t.width>=100&&t.height>=80):Mr(e,"bpmn:Lane")?!t||t.width>=130&&t.height>=60:Mr(e,"bpmn:Participant")?!t||t.width>=250&&t.height>=50:!!af(e)||!!lf(e)}function Cf(e,t){return!(!cf(e)||!pf(t))||!ff(t,e)&&!ff(e,t)&&(!!function(e,t){var n=af(e),i=af(t);return(n||i)&&n!==i}(e,t)||!!Tf(e,t))}function Mf(e,t){return!($f(e)&&!$f(t))&&(Mr(n=e,"bpmn:InteractionNode")&&!Mr(n,"bpmn:BoundaryEvent")&&(!Mr(n,"bpmn:Event")||Mr(n,"bpmn:ThrowEvent")&&hf(n,"bpmn:MessageEventDefinition"))&&function(e){return Mr(e,"bpmn:InteractionNode")&&!pf(e)&&(!Mr(e,"bpmn:Event")||Mr(e,"bpmn:CatchEvent")&&hf(e,"bpmn:MessageEventDefinition"))&&!(Mr(e,"bpmn:BoundaryEvent")&&!df(e,"bpmn:MessageEventDefinition"))}(t)&&!function(e,t){return sf(e)===sf(t)}(e,t));var n}function Af(e,t){return Mr(n=e,"bpmn:FlowNode")&&!Mr(n,"bpmn:EndEvent")&&!Gr(n)&&!(Mr(n,"bpmn:IntermediateThrowEvent")&&df(n,"bpmn:LinkEventDefinition"))&&!cf(n)&&!pf(n)&&function(e){return Mr(e,"bpmn:FlowNode")&&!Mr(e,"bpmn:StartEvent")&&!Mr(e,"bpmn:BoundaryEvent")&&!Gr(e)&&!(Mr(e,"bpmn:IntermediateCatchEvent")&&df(e,"bpmn:LinkEventDefinition"))&&!pf(e)}(t)&&function(e,t){return uf(e)===uf(t)}(e,t)&&!(Mr(e,"bpmn:EventBasedGateway")&&!function(e){return Mr(e,"bpmn:ReceiveTask")||Mr(e,"bpmn:IntermediateCatchEvent")&&(df(e,"bpmn:MessageEventDefinition")||df(e,"bpmn:TimerEventDefinition")||df(e,"bpmn:ConditionalEventDefinition")||df(e,"bpmn:SignalEventDefinition"))}(t));var n}function Tf(e,t){return Ar(e,["bpmn:DataObjectReference","bpmn:DataStoreReference"])&&Ar(t,["bpmn:Activity","bpmn:ThrowEvent"])?{type:"bpmn:DataInputAssociation"}:!(!Ar(t,["bpmn:DataObjectReference","bpmn:DataStoreReference"])||!Ar(e,["bpmn:Activity","bpmn:CatchEvent"]))&&{type:"bpmn:DataOutputAssociation"}}function Df(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&&(Ar(t,["bpmn:SequenceFlow","bpmn:MessageFlow"])&&!So(t)&&Mr(e,"bpmn:FlowNode")&&!Mr(e,"bpmn:BoundaryEvent")&&yf(e,t.parent))}function Rf(e,t){return!!So(t)||!(Mr(t,"bpmn:Lane")&&!function(e,t){return e&&t&&-1!==e.indexOf(t)}(e,t.parent))}function $f(e){return sc(e,"bpmn:Process")||sc(e,"bpmn:Collaboration")}r(rf,Yl),rf.$inject=["eventBus"],rf.prototype.init=function(){this.addRule("connection.start",(function(e){return function(e){if(of(e))return null;return Ar(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 gf(t,n)}finally{r&&(n.parent=null)}})),this.addRule("connection.reconnect",(function(e){var t=e.connection;return gf(e.source,e.target,t)})),this.addRule("connection.updateWaypoints",(function(e){return{type:e.connection.type}})),this.addRule("shape.resize",(function(e){return Sf(e.shape,e.newBounds)})),this.addRule("elements.create",(function(e){var t=e.elements,n=e.position,i=e.target;return!(mf(i)&&!Df(t,i))&&k(t,(function(e){return mf(e)?gf(e.source,e.target,e):e.host?_f(e,e.host,null,n):kf(e,i,null)}))})),this.addRule("elements.move",(function(e){var t=e.target,n=e.shapes,i=e.position;return _f(n,t,null,i)||Ef(n,t,i)||Pf(n,t)||Df(n,t)})),this.addRule("shape.create",(function(e){return kf(e.shape,e.target,e.source,e.position)})),this.addRule("shape.attach",(function(e){return _f(e.shape,e.target,null,e.position)})),this.addRule("element.copy",(function(e){var t=e.element;return Rf(e.elements,t)}))},rf.prototype.canConnectMessageFlow=Mf,rf.prototype.canConnectSequenceFlow=Af,rf.prototype.canConnectDataAssociation=Tf,rf.prototype.canConnectAssociation=Cf,rf.prototype.canMove=Pf,rf.prototype.canAttach=_f,rf.prototype.canReplace=Ef,rf.prototype.canDrop=yf,rf.prototype.canInsert=Df,rf.prototype.canCreate=kf,rf.prototype.canConnect=gf,rf.prototype.canResize=Sf,rf.prototype.canCopy=Rf;var jf={__depends__:[Sc],__init__:["bpmnRules"],bpmnRules:["type",rf]};function Bf(e,t){e.on("saveXML.start",2e3,(function(){_(t.getRootElements(),(function(e){var t,n=Dr(e);t=C(O(bt([e],!1),(function(t){return t!==e&&!t.labelTarget})),Dr),n.set("planeElement",t)}))}))}Bf.$inject=["eventBus","canvas"];var If={__init__:["bpmnDiOrdering"],bpmnDiOrdering:["type",Bf]};function zf(e){cs.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 Nf(e,t,n){zf.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=x(i,(function(t){return Ar(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&&!Ar(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=w(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}}}zf.prototype.getOrdering=function(e,t){return null},r(zf,cs),Nf.$inject=["eventBus","canvas","translate"],r(Nf,zf);var Vf={__depends__:[wo],__init__:["bpmnOrderingProvider"],bpmnOrderingProvider:["type",Nf]};function Lf(e,t){this._eventBus=e,this._dragging=t,this._tools=[],this._active=null}Lf.$inject=["eventBus","dragging"],Lf.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)},Lf.prototype.isActive=function(e){return e&&this._active===e},Lf.prototype.length=function(e){return this._tools.length},Lf.prototype.setActive=function(e){var t=this._eventBus;this._active!==e&&(this._active=e,t.fire("tool-manager.update",{tool:e}))},Lf.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),_(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&&ce(t,'.group[data-group="tools"]')}(e)||this.setActive(null))}),this)};var qf={__depends__:[Oc],__init__:["toolManager"],toolManager:["type",Lf]};function Ff(e,t){return-1!==e.indexOf(t)}var Hf=Math.abs,Qf=Math.round,Uf={x:"width",y:"height"},Wf="crosshair",Xf={n:"top",w:"left",s:"bottom",e:"right"},Yf={n:"s",w:"e",s:"n",e:"w"};function Gf(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",1500,(function(e){var t=e.context,n=t.initialized;n||(n=t.initialized=a.init(e,t)),n&&Zf(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){Zf(e);var c={x:0,y:0};c[i]=Qf(e["d"+i]),a.makeSpace(o,s,c,r,l),n.once("spaceTool.ended",(function(e){a.activateSelection(e.originalEvent,!0,!0)}))}}))}function Kf(e){return{top:e.top-20,right:e.right+20,bottom:e.bottom+20,left:e.left-20}}function Zf(e){var t,n,i=e.context.spaceToolConstraints;i&&(f(i.left)&&(t=Math.max(e.x,i.left),e.dx=e.dx+t-e.x,e.x=t),f(i.right)&&(t=Math.min(e.x,i.right),e.dx=e.dx+t-e.x,e.x=t),f(i.top)&&(n=Math.max(e.y,i.top),e.dy=e.dy+n-e.y,e.y=n),f(i.bottom)&&(n=Math.min(e.y,i.bottom),e.dy=e.dy+n-e.y,e.y=n))}function Jf(e,t){return-1!==e.indexOf(t)}function eg(e){return!!e.waypoints}function tg(e){return!!e.labelTarget}Gf.$inject=["canvas","dragging","eventBus","modeling","rules","toolManager","mouse"],Gf.prototype.activateSelection=function(e,t,n){this._dragging.init(e,"spaceTool.selection",{autoActivate:t,cursor:Wf,data:{context:{reactivate:n}},trapClick:!1})},Gf.prototype.activateMakeSpace=function(e){this._dragging.init(e,"spaceTool",{autoActivate:!0,cursor:Wf,data:{context:{}}})},Gf.prototype.makeSpace=function(e,t,n,i,r){return this._modeling.createSpace(e,t,n,i,r)},Gf.prototype.init=function(e,t){var n=Hf(e.dx)>Hf(e.dy)?"x":"y",i=e["d"+n],r=e[n]-i;if(Hf(i)<5)return!1;i<0&&(i*=-1),No(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=bt(this._canvas.getRootElement(),!0),a=this.calculateAdjustments(s,n,i,r),l=function(e,t,n,i,r){var o=e.movingShapes,s=e.resizingShapes;if(!s.length)return;var a,l,c={};return _(s,(function(e){var p,u,d,h,m,g,y=e.attachers,v=e.children,b=vn(e),x=O(v,(function(e){return!(eg(e)||tg(e)||Jf(o,e)||Jf(s,e))})),w=O(v,(function(e){return!eg(e)&&!tg(e)&&Jf(o,e)})),_=[],E=[];x.length&&(u=Kf(vn(xt(x))),p=i-b[Xf[n]]+u[Xf[n]],"n"===n?c.bottom=l=f(l)?Math.min(l,p):p:"w"===n?c.right=l=f(l)?Math.min(l,p):p:"s"===n?c.top=a=f(a)?Math.max(a,p):p:"e"===n&&(c.left=a=f(a)?Math.max(a,p):p)),w.length&&(d=Kf(vn(xt(w))),p=i-d[Xf[Yf[n]]]+b[Xf[Yf[n]]],"n"===n?c.bottom=l=f(l)?Math.min(l,p):p:"w"===n?c.right=l=f(l)?Math.min(l,p):p:"s"===n?c.top=a=f(a)?Math.max(a,p):p:"e"===n&&(c.left=a=f(a)?Math.max(a,p):p)),y&&y.length&&(y.forEach((function(e){Jf(o,e)?_.push(e):E.push(e)})),_.length&&(h=vn(xt(_.map(wn))),m=b[Xf[Yf[n]]]-(h[Xf[Yf[n]]]-i)),E.length&&(g=vn(xt(E.map(wn)))[Xf[n]]-(b[Xf[n]]-i)),"n"===n?(p=Math.min(m||1/0,g||1/0),c.bottom=l=f(l)?Math.min(l,p):p):"w"===n?(p=Math.min(m||1/0,g||1/0),c.right=l=f(l)?Math.min(l,p):p):"s"===n?(p=Math.max(m||-1/0,g||-1/0),c.top=a=f(a)?Math.max(a,p):p):"e"===n&&(p=Math.max(m||-1/0,g||-1/0),c.left=a=f(a)?Math.max(a,p):p));var P=r&&r[e.id];P&&("n"===n?(p=i+e[Uf[t]]-P[Uf[t]],c.bottom=l=f(l)?Math.min(l,p):p):"w"===n?(p=i+e[Uf[t]]-P[Uf[t]],c.right=l=f(l)?Math.min(l,p):p):"s"===n?(p=i-e[Uf[t]]+P[Uf[t]],c.top=a=f(a)?Math.max(a,p):p):"e"===n&&(p=i-e[Uf[t]]+P[Uf[t]],c.left=a=f(a)?Math.max(a,p):p))})),c}(a,n,o,r,this._eventBus.fire("spaceTool.getMinDimensions",{axis:n,direction:o,shapes:a.resizingShapes,start:r}));return F(t,a,{axis:n,direction:o,spaceToolConstraints:l,start:r}),Ks("resize-"+("x"===n?"ew":"ns")),!0},Gf.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)}_(e,(function(e){if(e.parent&&!tg(e))if(eg(e))l.push(e);else{var o=e[t],p=o+e[Uf[t]];if(function(e){return!!e.host}(e)&&(n>0&&wn(e)[t]>i||n<0&&wn(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)}}})),_(o,(function(e){var t=e.attachers;t&&_(t,(function(e){c(e)}))}));var p=o.concat(s);return _(a,(function(e){var t=e.host;Jf(p,t)&&c(e)})),p=o.concat(s),_(l,(function(e){var t=e.source,n=e.target,i=e.label;Jf(p,t)&&Jf(p,n)&&i&&c(i)})),{movingShapes:o,resizingShapes:s}},Gf.prototype.toggle=function(){if(this.isActive())return this._dragging.cancel();var e=this._mouse.getLastMoveEvent();this.activateSelection(e,!!e)},Gf.prototype.isActive=function(){var e=this._dragging.context();return!!e&&/^spaceTool/.test(e.prefix)};var ng="djs-dragging",ig="djs-resizing",rg=Math.max;function og(e,t,n,i,r){function o(e,t){_(e,(function(e){r.addDragger(e,t),n.addMarker(e,ng)}))}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"])),Ce(t,a);var l=Le("path");Te(l,"d",o),Re(l).add("djs-crosshair"),Ce(a,l);var c=Le("path");Te(c,"d",s),Re(c).add("djs-crosshair"),Ce(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&&je(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"),Re(a).add("djs-crosshair"),Ce(u,a),s.line=a;var d=Le("g");Te(d,i.cls("djs-drag-group",["no-events"])),Ce(n.getActiveLayer(),d),o(c,d),o(s.movingConnections=t.filter((function(e){var t=!1;_(c,(function(n){_(n.outgoing,(function(n){e===n&&(t=!0)}))}));var n=!1;_(c,(function(t){_(t.incoming,(function(t){e===t&&(n=!0)}))}));var i=!1;_(p,(function(t){_(t.outgoing,(function(t){e===t&&(i=!0)}))}));var r=!1;return _(p,(function(t){_(t.incoming,(function(t){e===t&&(r=!0)}))})),function(e){return e.waypoints}(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"])),Ce(n.getActiveLayer(),h);var m=[];_(p,(function(e){var t=r.addFrame(e,h),i=t.getBBox();m.push({element:t,initialBounds:i}),n.addMarker(e,ig)})),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),_(s.frames,(function(e){var t,n,i=e.element,r=e.initialBounds;"e"===s.direction?Te(i,{width:rg(r.width+f.x,5)}):Te(i,{width:t=rg(r.width-f.x,5),x:r.x+r.width-t}),"s"===s.direction?Te(i,{height:rg(r.height+f.y,5)}):Te(i,{height:n=rg(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;_(i,(function(e){n.removeMarker(e,ng)})),_(r,(function(e){n.removeMarker(e,ng)})),a&&(je(s),je(a)),_(o,(function(e){n.removeMarker(e,ig)})),l&&je(l)}))}og.$inject=["eventBus","elementRegistry","canvas","styles","previewSupport"];var sg={__init__:["spaceToolPreview"],__depends__:[Oc,Sc,qf,Lp,nu],spaceTool:["type",Gf],spaceToolPreview:["type",og]};function ag(e){e.invoke(Gf,this)}ag.$inject=["injector"],r(ag,Gf),ag.prototype.calculateAdjustments=function(e,t,n,i){var r=Gf.prototype.calculateAdjustments.call(this,e,t,n,i);return r.resizingShapes=r.resizingShapes.filter((function(e){return!Mr(e,"bpmn:TextAnnotation")})),r};var lg={__depends__:[sg],spaceTool:["type",ag]};function cg(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)}cg.$inject=["eventBus","injector"],cg.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(n)},cg.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},cg.prototype.clear=function(e){this._stack.length=0,this._stackIdx=-1,!1!==e&&this._fire("changed",{trigger:"clear"})},cg.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()}},cg.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()}},cg.prototype.register=function(e,t){this._setHandler(e,t)},cg.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)},cg.prototype.canUndo=function(){return!!this._getUndoAction()},cg.prototype.canRedo=function(){return!!this._getRedoAction()},cg.prototype._getRedoAction=function(){return this._stack[this._stackIdx+1]},cg.prototype._getUndoAction=function(){return this._stack[this._stackIdx]},cg.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)}))},cg.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},cg.prototype._createId=function(){return this._uid++},cg.prototype._atomicDo=function(e){const t=this._currentExecution;t.atomic=!0;try{e()}finally{t.atomic=!1}},cg.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(e)},cg.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)},cg.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:R("id",i.reverse())}),i.length=0,this._fire("changed",{trigger:t}),e.trigger=null)},cg.prototype._markDirty=function(e){const t=this._currentExecution;e&&(e=h(e)?e:[e],t.dirty=t.dirty.concat(e))},cg.prototype._executedAction=function(e,t){const n=++this._stackIdx;t||this._stack.splice(n,this._stack.length,e)},cg.prototype._revertedAction=function(e){this._stackIdx--},cg.prototype._getHandler=function(e){return this._handlerMap[e]},cg.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 pg={commandStack:["type",cg]},ug=new es("tt");function dg(e,t){e.style.display=!1===t?"none":""}var hg=".djs-tooltip";function mg(e,t){var n,i;this._eventBus=e,this._canvas=t,this._ids=ug,this._tooltipDefaults={show:{minZoom:.7,maxZoom:5}},this._tooltips={},this._tooltipRoot=(n=t.getContainer(),ne(i=_e('<div class="djs-tooltip-container" />'),{position:"absolute",width:"0",height:"0"}),n.insertBefore(i,n.firstChild),i);var r=this;be.bind(this._tooltipRoot,hg,"mousedown",(function(e){e.stopPropagation()})),be.bind(this._tooltipRoot,hg,"mouseover",(function(e){r.trigger("mouseover",e)})),be.bind(this._tooltipRoot,hg,"mouseout",(function(e){r.trigger("mouseout",e)})),this._init()}mg.$inject=["eventBus","canvas"],mg.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=F({},this._tooltipDefaults,e,{id:t}),this._addTooltip(e),e.timeout&&this.setTimeout(e),t},mg.prototype.trigger=function(e,t){var n=t.delegateTarget||t.target,i=this.get(ie(n,"data-tooltip-id"));i&&("mouseover"===e&&i.timeout&&this.clearTimeout(i),"mouseout"===e&&i.timeout&&(i.timeout=1e3,this.setTimeout(i)))},mg.prototype.get=function(e){return"string"!=typeof e&&(e=e.id),this._tooltips[e]},mg.prototype.clearTimeout=function(e){if(e=this.get(e)){var t=e.removeTimer;t&&(clearTimeout(t),e.removeTimer=null)}},mg.prototype.setTimeout=function(e){if(e=this.get(e)){this.clearTimeout(e);var t=this;e.removeTimer=setTimeout((function(){t.remove(e)}),e.timeout)}},mg.prototype.remove=function(e){var t=this.get(e);t&&(ke(t.html),ke(t.htmlContainer),delete t.htmlContainer,delete this._tooltips[t.id])},mg.prototype.show=function(){dg(this._tooltipRoot)},mg.prototype.hide=function(){dg(this._tooltipRoot,!1)},mg.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},mg.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)),y(i)&&(i=_e(i)),ne(t=_e('<div data-tooltip-id="'+n+'" class="'+'djs-tooltip">'),{position:"absolute"}),t.appendChild(i),e.type&&oe(t).add("djs-tooltip-"+e.type),e.className&&oe(t).add(e.className),e.htmlContainer=t,r.appendChild(t),this._tooltips[n]=e,this._updateTooltip(e)},mg.prototype._updateTooltip=function(e){var t=e.position;!function(e,t,n){ne(e,{left:t+"px",top:n+"px"})}(e.htmlContainer,t.x,t.y)},mg.prototype._updateTooltipVisibilty=function(e){_(this._tooltips,(function(t){var n=t.show,i=t.htmlContainer,r=!0;n&&((n.minZoom>e.scale||n.maxZoom<e.scale)&&(r=!1),dg(i,r))}))},mg.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 fg={__init__:["tooltips"],tooltips:["type",mg]};function gg(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 yg(e,t,n){cs.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=vg(n),t.validatedShapes=vg(i)})),i&&t.on("shape.move.start",250,(function(e){var t=e.context,n=t.shapes,r=[];_(n,(function(e){_(e.labels,(function(n){n.hidden||-1!==t.shapes.indexOf(n)||r.push(n),e.labelTarget&&r.push(e)}))})),_(r,(function(e){i.makeDraggable(t,e,!0)}))})),this.preExecuted("elements.move",1400,(function(e){var t=e.context.closure,n=t.enclosedElements,i=[];_(n,(function(e){_(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;gg((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=Ct(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&&(St(i.labels,n,r),n.labelTarget=i)}))}function vg(e){return O(e,(function(t){return-1===e.indexOf(t.labelTarget)}))}r(yg,cs),yg.$inject=["injector","eventBus","modeling"];var bg={__init__:["labelSupport"],labelSupport:["type",yg]},xg="attach-ok";function wg(e,t,n,i,r){cs.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=Og(t=r),$("id",t,n)),i.validatedShapes=function(e){var t=D(e,"id");return O(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;_(Og(t.shapes),(function(e){o.makeDraggable(t,e,!0),_(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,xg),t.once(["shape.move.out","shape.move.cleanup"],(function(){n.removeMarker(r,xg)})))}})),this.preExecuted("elements.move",1401,(function(e){var t=e.context,n=t.closure;_(Og(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||_(i?n:O(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){_(e.context.shapes,(function(e){_(e.attachers,(function(e){_(e.outgoing.slice(),(function(e){i.allowed("connection.reconnect",{connection:e,source:e.source,target:e.target})||r.removeConnection(e)})),_(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;gg(n.attachers,(function(e){"attach"===i.allowed("elements.move",{target:o,shapes:[e]})?r.updateAttachment(e,o):r.removeShape(e)})),o.attachers.length&&_(o.attachers,(function(e){var t=im(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&&_(s,(function(e){var t=im(e,i,o);r.moveShape(e,t,e.parent),_(e.labels,(function(e){r.moveShape(e,t,e.parent)}))}))})),this.preExecute("shape.delete",(function(e){var t=e.context.shape;gg(t.attachers,(function(e){r.removeShape(e)})),t.host&&r.updateAttachment(t,null)}))}function Og(e){return a(C(e,(function(e){return e.attachers||[]})))}r(wg,cs),wg.$inject=["injector","eventBus","canvas","rules","modeling"];var _g={__depends__:[Sc],__init__:["attachSupport"],attachSupport:["type",wg]};function Eg(e){this._model=e}function Pg(e,t,n,i){cs.call(this,e),this._bpmnFactory=t,this._translate=i;var r=this;function o(e){_(e.context.oldRoot.children,(function(e){Mr(e,"bpmn:BaseElement")&&r.updateParent(e)}))}function s(e){var t=e.context.shape;Mr(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)}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"],kg((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"],kg((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"],kg((function(e){"label"!==e.context.shape.type&&s(e)}))),this.reverted(["shape.move","shape.create","shape.resize"],kg((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"],kg(a)),this.reverted(["connection.create","connection.move","connection.delete","connection.reconnect"],kg(a)),this.executed(["connection.layout","connection.move","connection.updateWaypoints"],kg(l)),this.reverted(["connection.layout","connection.move","connection.updateWaypoints"],kg(l)),this.executed("connection.reconnect",kg((function(e){var t=e.context,n=t.connection,i=t.oldSource,r=t.newSource,o=Tr(n),s=Tr(i),a=Tr(r);o.conditionExpression&&!Ar(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",kg((function(e){var t=e.context,n=t.connection,i=t.oldSource,r=t.newSource,o=Tr(n),s=Tr(i),a=Tr(r);t.oldConditionExpression&&(o.conditionExpression=t.oldConditionExpression),t.oldDefault&&(s.default=t.oldDefault,delete a.default)}))),this.executed(["element.updateAttachment"],kg(c)),this.reverted(["element.updateAttachment"],kg(c))}function kg(e){return function(t){var n=t.context;Mr(n.shape||n.connection,"bpmn:BaseElement")&&e(t)}}function Sg(e,t,n){Gn.call(this),this._bpmnFactory=e,this._moddle=t,this._translate=n}function Cg(e,t,n){return void 0===t[n]?t:(e[n]=t[n],W(t,[n]))}function Mg(e,t){this._modeling=e,this._canvas=t}function Ag(e){this._modeling=e}function Tg(e,t){this._canvas=e,this._layouter=t}Eg.$inject=["moddle"],Eg.prototype._needsId=function(e){return Ar(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"])},Eg.prototype._ensureId=function(e){var t;e.id?this._model.ids.claim(e.id,e):(t=Mr(e,"bpmn:Activity")?"Activity":Mr(e,"bpmn:Event")?"Event":Mr(e,"bpmn:Gateway")?"Gateway":Ar(e,["bpmn:SequenceFlow","bpmn:MessageFlow"])?"Flow":(e.$type||"").replace(/^[^:]*:/g,""),t+="_",!e.id&&this._needsId(e)&&(e.id=this._model.ids.nextPrefixed(t,e)))},Eg.prototype.create=function(e,t){var n=this._model.create(e,t||{});return this._ensureId(n),n},Eg.prototype.createDiLabel=function(){return this.create("bpmndi:BPMNLabel",{bounds:this.createDiBounds()})},Eg.prototype.createDiShape=function(e,t){return this.create("bpmndi:BPMNShape",F({bpmnElement:e,bounds:this.createDiBounds()},t))},Eg.prototype.createDiBounds=function(e){return this.create("dc:Bounds",e)},Eg.prototype.createDiWaypoints=function(e){var t=this;return C(e,(function(e){return t.createDiWaypoint(e)}))},Eg.prototype.createDiWaypoint=function(e){return this.create("dc:Point",U(e,["x","y"]))},Eg.prototype.createDiEdge=function(e,t){return this.create("bpmndi:BPMNEdge",F({bpmnElement:e,waypoint:this.createDiWaypoints([])},t))},Eg.prototype.createDiPlane=function(e,t){return this.create("bpmndi:BPMNPlane",F({bpmnElement:e},t))},r(Pg,cs),Pg.$inject=["eventBus","bpmnFactory","connectionDocking","translate"],Pg.prototype.updateAttachment=function(e){var t=e.shape,n=t.businessObject,i=t.host;n.attachedToRef=i&&i.businessObject},Pg.prototype.updateParent=function(e,t){if(!(e instanceof Wn||Mr(e,"bpmn:DataStoreReference")&&e.parent&&Mr(e.parent,"bpmn:Collaboration"))){var n=e.parent,i=e.businessObject,r=Dr(e),o=n&&n.businessObject,s=Dr(n);Mr(e,"bpmn:FlowNode")&&this.updateFlowNodeRefs(i,o,t&&t.businessObject),Mr(e,"bpmn:DataOutputAssociation")&&(o=e.source?e.source.businessObject:null),Mr(e,"bpmn:DataInputAssociation")&&(o=e.target?e.target.businessObject:null),this.updateSemanticParent(i,o),Mr(e,"bpmn:DataObjectReference")&&i.dataObjectRef&&this.updateSemanticParent(i.dataObjectRef,o),this.updateDiParent(r,s)}},Pg.prototype.updateBounds=function(e){var t=Dr(e),n=function(e){if(!Mr(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=ta(n,t.get("bounds"));F(n,{x:e.x+i.x,y:e.y+i.y})}var r=e instanceof Wn?this._getLabel(t):t,o=r.bounds;o||(o=this._bpmnFactory.createDiBounds(),r.set("bounds",o)),F(o,{x:e.x,y:e.y,width:e.width,height:e.height})},Pg.prototype.updateFlowNodeRefs=function(e,t,n){n!==t&&(Mr(n,"bpmn:Lane")&&kt(n.get("flowNodeRef"),e),Mr(t,"bpmn:Lane")&&St(t.get("flowNodeRef"),e))},Pg.prototype.updateDiConnection=function(e,t,n){var i=Dr(e),r=Dr(t),o=Dr(n);i.sourceElement&&i.sourceElement.bpmnElement!==Tr(t)&&(i.sourceElement=t&&r),i.targetElement&&i.targetElement.bpmnElement!==Tr(n)&&(i.targetElement=n&&o)},Pg.prototype.updateDiParent=function(e,t){if(t&&!Mr(t,"bpmndi:BPMNPlane")&&(t=t.$parent),e.$parent!==t){var n=(t||e.$parent).get("planeElement");t?(n.push(e),e.$parent=t):(kt(n,e),e.$parent=null)}},Pg.prototype.getLaneSet=function(e){var t,n;return Mr(e,"bpmn:Lane")?((t=e.childLaneSet)||(t=this._bpmnFactory.create("bpmn:LaneSet"),e.childLaneSet=t,t.$parent=e),t):(Mr(e,"bpmn:Participant")&&(e=e.processRef),(t=(n=e.get("laneSets"))[0])||((t=this._bpmnFactory.create("bpmn:LaneSet")).$parent=e,n.push(t)),t)},Pg.prototype.updateSemanticParent=function(e,t,n){var i,r=this._translate;if(e.$parent!==t&&(!Mr(e,"bpmn:DataInput")&&!Mr(e,"bpmn:DataOutput")||(Mr(t,"bpmn:Participant")&&"processRef"in t&&(t=t.processRef),!("ioSpecification"in t)||t.ioSpecification!==e.$parent))){if(Mr(e,"bpmn:Lane"))t&&(t=this.getLaneSet(t)),i="lanes";else if(Mr(e,"bpmn:FlowElement")){if(t)if(Mr(t,"bpmn:Participant"))t=t.processRef;else if(Mr(t,"bpmn:Lane"))do{t=t.$parent.$parent}while(Mr(t,"bpmn:Lane"));i="flowElements"}else if(Mr(e,"bpmn:Artifact")){for(;t&&!Mr(t,"bpmn:Process")&&!Mr(t,"bpmn:SubProcess")&&!Mr(t,"bpmn:Collaboration");){if(Mr(t,"bpmn:Participant")){t=t.processRef;break}t=t.$parent}i="artifacts"}else if(Mr(e,"bpmn:MessageFlow"))i="messageFlows";else if(Mr(e,"bpmn:Participant")){i="participants";var o,s=e.processRef;s&&(o=function(e){for(;e&&!Mr(e,"bpmn:Definitions");)e=e.$parent;return e}(e.$parent||t),e.$parent&&(kt(o.get("rootElements"),s),s.$parent=null),t&&(St(o.get("rootElements"),s),s.$parent=o))}else Mr(e,"bpmn:DataOutputAssociation")?i="dataOutputAssociations":Mr(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&&kt(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);kt(a,e),t&&(l||(l=[],t.set(i,l)),l.push(e))}}},Pg.prototype.updateConnectionWaypoints=function(e){Dr(e).set("waypoint",this._bpmnFactory.createDiWaypoints(e.waypoints))},Pg.prototype.updateConnection=function(e){var t,n=e.connection,i=Tr(n),r=n.source,o=Tr(r),s=n.target,a=Tr(n.target);if(Mr(i,"bpmn:DataAssociation"))Mr(i,"bpmn:DataInputAssociation")?(i.get("sourceRef")[0]=o,t=e.parent||e.newParent||a,this.updateSemanticParent(i,a,t)):Mr(i,"bpmn:DataOutputAssociation")&&(t=e.parent||e.newParent||o,this.updateSemanticParent(i,o,t),i.targetRef=a);else{var l=Mr(i,"bpmn:SequenceFlow");i.sourceRef!==o&&(l&&(kt(i.sourceRef&&i.sourceRef.get("outgoing"),i),o&&o.get("outgoing")&&o.get("outgoing").push(i)),i.sourceRef=o),i.targetRef!==a&&(l&&(kt(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)},Pg.prototype._getLabel=function(e){return e.label||(e.label=this._bpmnFactory.createDiLabel()),e.label},r(Sg,Gn),Sg.$inject=["bpmnFactory","moddle","translate"],Sg.prototype.baseCreate=Gn.prototype.create,Sg.prototype.create=function(e,t){if("label"===e){var n=t.di||this._bpmnFactory.createDiLabel();return this.baseCreate(e,F({type:"label",di:n},Oo,t))}return this.createBpmnElement(e,t)},Sg.prototype.createBpmnElement=function(e,t){var n,i,r,o=this._translate,s=(t=F({},t||{})).businessObject,a=t.di;if(!s){if(!t.type)throw new Error(o("no shape type specified"));kr(s=this._bpmnFactory.create(t.type))}if(!Ar(a,["bpmndi:BPMNShape","bpmndi:BPMNEdge","bpmndi:BPMNDiagram","bpmndi:BPMNPlane"])){var l=F({},a||{},{id:s.id+"_di"});a="root"===e?this._bpmnFactory.createDiPlane(s,l):"connection"===e?this._bpmnFactory.createDiEdge(s,l):this._bpmnFactory.createDiShape(s,l)}return Mr(s,"bpmn:Group")&&(t=F({isFrame:!0},t)),t=function(e,t,n){return _(n,(function(n){t=Cg(e,t,n)})),t}(s,t,["processRef","isInterrupting","associationDirection","isForCompensation"]),t.isExpanded&&(t=Cg(a,t,"isExpanded")),Mr(s,"bpmn:SubProcess")&&(t.collapsed=!Xr(s,a)),Mr(s,"bpmn:ExclusiveGateway")&&(a.isMarkerVisible=!0),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,a),t=F({id:s.id},n,t,{businessObject:s,di:a}),this.baseCreate(e,t)},Sg.prototype.getDefaultSize=function(e,t){var n=Tr(e);return t=t||Dr(e),Mr(n,"bpmn:SubProcess")?Xr(n,t)?{width:350,height:200}:{width:100,height:80}:Mr(n,"bpmn:Task")?{width:100,height:80}:Mr(n,"bpmn:Gateway")?{width:50,height:50}:Mr(n,"bpmn:Event")?{width:36,height:36}:Mr(n,"bpmn:Participant")?Xr(n,t)?{width:600,height:250}:{width:400,height:60}:Mr(n,"bpmn:Lane")?{width:400,height:100}:Mr(n,"bpmn:DataObjectReference")?{width:36,height:50}:Mr(n,"bpmn:DataStoreReference")?{width:50,height:50}:Mr(n,"bpmn:TextAnnotation")?{width:100,height:30}:Mr(n,"bpmn:Group")?{width:300,height:300}:{width:100,height:80}},Sg.prototype.createParticipantShape=function(e){return m(e)||(e={isExpanded:e}),!1!==(e=F({type:"bpmn:Participant"},e||{})).isExpanded&&(e.processRef=this._bpmnFactory.create("bpmn:Process")),this.createShape(e)},Mg.$inject=["modeling","canvas"],Mg.prototype.preExecute=function(e){var t=this._modeling,n=e.elements,i=e.alignment;_(n,(function(e){var n={x:0,y:0};i.left?n.x=i.left-e.x:i.right?n.x=i.right-e.width-e.x:i.center?n.x=i.center-Math.round(e.width/2)-e.x:i.top?n.y=i.top-e.y:i.bottom?n.y=i.bottom-e.height-e.y:i.middle&&(n.y=i.middle-Math.round(e.height/2)-e.y),t.moveElements([e],n,e.parent)}))},Mg.prototype.postExecute=function(e){},Ag.$inject=["modeling"],Ag.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},Ag.prototype.postExecute=function(e){var t,n,i=e.hints||{};t=e.source,n=e.shape,S(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))},Tg.$inject=["canvas","layouter"],Tg.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},Tg.prototype.revert=function(e){var t=e.connection;return this._canvas.removeConnection(t),t.source=null,t.target=null,t};var Dg=Math.round;function Rg(e){this._modeling=e}function $g(e){return!!e.waypoints}Rg.$inject=["modeling"],Rg.prototype.preExecute=function(e){var t=e.elements,n=e.parent,i=e.parentIndex,r=e.position,o=e.hints,s=this._modeling;_(t,(function(e){f(e.x)||(e.x=0),f(e.y)||(e.y=0)}));var a=xt(O(t,(function(e){return!e.hidden})));_(t,(function(e){$g(e)&&(e.waypoints=C(e.waypoints,(function(e){return{x:Dg(e.x-a.x-a.width/2+r.x),y:Dg(e.y-a.y-a.height/2+r.y)}}))),F(e,{x:Dg(e.x-a.x-a.width/2+r.x),y:Dg(e.y-a.y-a.height/2+r.y)})}));var l=ft(t),c={};_(t,(function(e){if($g(e))c[e.id]=f(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=F({},o);-1===l.indexOf(e)&&(t.autoResize=!1),c[e.id]=f(i)?s.createShape(e,U(e,["x","y","width","height"]),e.parent||n,i,t):s.createShape(e,U(e,["x","y","width","height"]),e.parent||n,t)}})),e.elements=T(c)};var jg=Math.round;function Bg(e){this._canvas=e}function Ig(e){Bg.call(this,e)}Bg.$inject=["canvas"],Bg.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?F(t,n):F(t,{x:n.x-jg(t.width/2),y:n.y-jg(t.height/2)}),this._canvas.addShape(t,i,r),t},Bg.prototype.revert=function(e){var t=e.shape;return this._canvas.removeShape(t),t},r(Ig,Bg),Ig.$inject=["canvas"];var zg=Bg.prototype.execute;Ig.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,zg.call(this,e)};var Ng=Bg.prototype.revert;function Vg(e,t){this._canvas=e,this._modeling=t}function Lg(e,t){this._modeling=e,this._elementRegistry=t}function qg(e,t){this._canvas=e,this._modeling=t}function Fg(e){this._modeling=e}Ig.prototype.revert=function(e){return e.shape.labelTarget=null,Ng.call(this,e)},Vg.$inject=["canvas","modeling"],Vg.prototype.preExecute=function(e){var t=this._modeling,n=e.connection;gg(n.incoming,(function(e){t.removeConnection(e,{nested:!0})})),gg(n.outgoing,(function(e){t.removeConnection(e,{nested:!0})}))},Vg.prototype.execute=function(e){var t=e.connection,n=t.parent;return e.parent=n,e.parentIndex=Ct(n.children,t),e.source=t.source,e.target=t.target,this._canvas.removeConnection(t),t.source=null,t.target=null,t},Vg.prototype.revert=function(e){var t=e.connection,n=e.parent,i=e.parentIndex;return t.source=e.source,t.target=e.target,St(n.children,t,i),this._canvas.addConnection(t,n),t},Lg.$inject=["modeling","elementRegistry"],Lg.prototype.postExecute=function(e){var t=this._modeling,n=this._elementRegistry;_(e.elements,(function(e){n.get(e.id)&&(e.waypoints?t.removeConnection(e):t.removeShape(e))}))},qg.$inject=["canvas","modeling"],qg.prototype.preExecute=function(e){var t=this._modeling,n=e.shape;gg(n.incoming,(function(e){t.removeConnection(e,{nested:!0})})),gg(n.outgoing,(function(e){t.removeConnection(e,{nested:!0})})),gg(n.children,(function(e){e.waypoints?t.removeConnection(e,{nested:!0}):t.removeShape(e,{nested:!0})}))},qg.prototype.execute=function(e){var t=this._canvas,n=e.shape,i=n.parent;return e.oldParent=i,e.oldParentIndex=Ct(i.children,n),t.removeShape(n),n},qg.prototype.revert=function(e){var t=this._canvas,n=e.shape,i=e.oldParent,r=e.oldParentIndex;return St(i.children,n,r),t.addShape(n,i),n},Fg.$inject=["modeling"];var Hg={x:"y",y:"x"};function Qg(e,t){this._layouter=e,this._canvas=t}function Ug(){}function Wg(){this.allShapes={},this.allConnections={},this.enclosedElements={},this.enclosedConnections={},this.topLevel={}}function Xg(e){this._modeling=e}function Yg(e){this._helper=new Xg(e)}function Gg(e){this._modeling=e,this._helper=new Xg(e)}function Kg(e){this._modeling=e}function Zg(e){return e.original||e}function Jg(e,t){this._modeling=e,this._rules=t}function ey(e){this._modeling=e}function ty(e){this._modeling=e}function ny(e){return F({},e)}function iy(e){switch(e){case"n":case"s":return"y";case"w":case"e":return"x"}}function ry(e,t,n){var i=iy(n);return/e|s/.test(n)?e[i]>t:/n|w/.test(n)?e[i]<t:void 0}function oy(e,t){return-1!==e.indexOf(t)}function sy(e){this._modeling=e}function ay(e){var t={};return _(e,(function(e){t[e.id]=e.hidden,e.children&&(t=F({},t,ay(e.children)))})),t}function ly(e,t){var n=[];return _(e,(function(e){e.hidden=t,n=n.concat(e),e.children&&(n=n.concat(ly(e.children,e.collapsed||t)))})),n}function cy(e,t){var n=[];return _(e,(function(e){e.hidden=t[e.id],n=n.concat(e),e.children&&(n=n.concat(cy(e.children,t)))})),n}function py(e){this._modeling=e}function uy(e,t){return kt(e&&e.attachers,t)}function dy(e,t,n){if(e){var i=e.attachers;i||(e.attachers=i=[]),St(i,t,n)}}function hy(){}function my(e,t,n){this._eventBus=e,this._elementFactory=t,this._commandStack=n;var i=this;e.on("diagram.init",(function(){i.registerHandlers(n)}))}function fy(e){this._elementRegistry=e}function gy(e,t){_(t,(function(t,n){e.set(n,t)}))}Fg.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;_(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=j(e.elements,i))[0],c===d&&(u=p[a(p)]),h=s(u),e.range=null,_(p,(function(n){!function(e,n){var r={y:0};r[i]=e-s(n),r[i]&&(r[Hg[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||_(n,(function(e,o){var s,a={};e!==u&&e!==h&&(s=n[o-1],e.range.max=0,_(e.elements,(function(n,o){a[Hg[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)})))}))},Fg.prototype.postExecute=function(e){},Qg.$inject=["layouter","canvas"],Qg.prototype.execute=function(e){var t=e.connection;return F(e,{oldWaypoints:t.waypoints}),t.waypoints=this._layouter.layoutConnection(t,e.hints),t},Qg.prototype.revert=function(e){var t=e.connection;return t.waypoints=e.oldWaypoints,t},Ug.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=kt(o.children,t),St(i.children,t,r),t.parent=i,_(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},Ug.prototype.revert=function(e){var t=e.connection,n=t.parent,i=e.oldParent,r=e.oldParentIndex,o=e.delta;return kt(n.children,t),St(i.children,t,r),t.parent=i,_(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},Wg.prototype.add=function(e,t){return this.addAll([e],t)},Wg.prototype.addAll=function(e,t){var n=function(e,t,n){p(t)&&(t=!0),m(t)&&(n=t,t=!0);var i=_t((n=n||{}).allShapes),r=_t(n.allConnections),o=_t(n.enclosedElements),s=_t(n.enclosedConnections),a=_t(n.topLevel,t&&D(e,(function(e){return e.id})));function l(e){a[e.source.id]&&a[e.target.id]&&(a[e.id]=[e]),i[e.source.id]&&i[e.target.id]&&(s[e.id]=o[e.id]=e),r[e.id]=e}return vt(e,(function(e){if(o[e.id]=e,!e.waypoints)return i[e.id]=e,_(e.incoming,l),_(e.outgoing,l),e.children;s[e.id]=r[e.id]=e})),{allShapes:i,allConnections:r,topLevel:a,enclosedConnections:s,enclosedElements:o}}(e,!!t,this);return F(this,n),this},Xg.prototype.moveRecursive=function(e,t,n){return e?this.moveClosure(this.getClosure(e),t,n):[]},Xg.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),_(s,(function(e){o.moveShape(e,t,c[e.id]&&!p&&n,{recurse:!1,layout:!1})})),_(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&&dm(e,e.source,t),connectionEnd:r&&hm(e,e.target,t)})}))},Xg.prototype.getClosure=function(e){return(new Wg).addAll(e,!0)},Yg.$inject=["modeling"],Yg.prototype.preExecute=function(e){e.closure=this._helper.getClosure(e.shapes)},Yg.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)},Gg.$inject=["modeling"],Gg.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=U(t,["x","y","width","height"]),e.oldParent=o,e.oldParentIndex=kt(o.children,t),St(i.children,t,r),F(t,{parent:i,x:t.x+n.x,y:t.y+n.y}),t},Gg.prototype.postExecute=function(e){var t=e.shape,n=e.delta,i=e.hints,r=this._modeling;!1!==i.layout&&(_(t.incoming,(function(e){r.layoutConnection(e,{connectionEnd:hm(e,t,n)})})),_(t.outgoing,(function(e){r.layoutConnection(e,{connectionStart:dm(e,t,n)})}))),!1!==i.recurse&&this.moveChildren(e)},Gg.prototype.revert=function(e){var t=e.shape,n=e.oldParent,i=e.oldParentIndex,r=e.delta;return St(n.children,t,i),F(t,{parent:n,x:t.x-r.x,y:t.y-r.y}),t},Gg.prototype.moveChildren=function(e){var t=e.delta,n=e.shape;this._helper.moveRecursive(n.children,t,null)},Gg.prototype.getNewParent=function(e){return e.newParent||e.shape.parent},Kg.$inject=["modeling"],Kg.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 h(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},Kg.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||Zg(h(r)?r[0]:r)),!i||n&&"target"!==o.docking||(s.connectionEnd=s.connectionEnd||Zg(h(r)?r[r.length-1]:r)),o.newWaypoints&&(s.waypoints=o.newWaypoints),this._modeling.layoutConnection(t,s))},Kg.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},Jg.$inject=["modeling","rules"],Jg.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();_(d,(function(e){l(e.source,t,e)&&n.reconnectEnd(e,t,um(e,t,u),a)})),_(h,(function(e){var i=e.target;l(t,i,e)&&n.reconnectStart(e,t,pm(e,t,u),a)}))},Jg.prototype.postExecute=function(e){var t=e.oldShape;this._modeling.removeShape(t)},Jg.prototype.execute=function(e){},Jg.prototype.revert=function(e){},Jg.prototype.createShape=function(e,t,n,i){return this._modeling.createShape(e,t,n,i)},Jg.prototype.reconnectStart=function(e,t,n,i){this._modeling.reconnectStart(e,t,n,i)},Jg.prototype.reconnectEnd=function(e,t,n,i){this._modeling.reconnectEnd(e,t,n,i)},ey.$inject=["modeling"],ey.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},F(t,{width:n.width,height:n.height,x:n.x,y:n.y}),t},ey.prototype.postExecute=function(e){var t=this._modeling,n=e.shape,i=e.oldBounds;!1!==(e.hints||{}).layout&&(_(n.incoming,(function(e){t.layoutConnection(e,{connectionEnd:um(e,n,i)})})),_(n.outgoing,(function(e){t.layoutConnection(e,{connectionStart:pm(e,n,i)})})))},ey.prototype.revert=function(e){var t=e.shape,n=e.oldBounds;return F(t,{width:n.width,height:n.height,x:n.x,y:n.y}),t},ty.$inject=["modeling"],ty.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),_(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 _(e.concat(t),(function(i){var r=i.incoming,o=i.outgoing;_(r.concat(o),(function(i){var r=i.source,o=i.target;(Ff(e,r)||Ff(e,o)||Ff(t,r)||Ff(t,o))&&(Ff(n,i)||n.push(i))}))})),n}(i,r),t,n,o,i,r,s)},ty.prototype.execute=function(){},ty.prototype.revert=function(){},ty.prototype.moveShapes=function(e,t){var n=this;_(e,(function(e){n._modeling.moveShape(e,t,null,{autoResize:!1,layout:!1,recurse:!1})}))},ty.prototype.resizeShapes=function(e,t,n){var i=this;_(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})}))},ty.prototype.updateConnectionWaypoints=function(e,t,n,i,r,o,s){var a=this,l=r.concat(o);_(e,(function(e){var c=e.source,p=e.target,u=function(e){return C(e.waypoints,(function(e){return(e=ny(e)).original&&(e.original=ny(e.original)),e}))}(e),d=iy(n),h={};oy(l,c)&&oy(l,p)?(u=C(u,(function(e){return ry(e,i,n)&&(e[d]=e[d]+t[d]),e.original&&ry(e.original,i,n)&&(e.original[d]=e.original[d]+t[d]),e})),a._modeling.updateWaypoints(e,u,{labelBehavior:!1})):(oy(l,c)||oy(l,p))&&(oy(r,c)?h.connectionStart=dm(e,c,t):oy(r,p)?h.connectionEnd=hm(e,p,t):oy(o,c)?h.connectionStart=pm(e,c,s[c.id]):oy(o,p)&&(h.connectionEnd=um(e,p,s[p.id])),a._modeling.layoutConnection(e,h))}))},sy.$inject=["modeling"],sy.prototype.execute=function(e){var t=e.shape,n=t.children;e.oldChildrenVisibility=ay(n),t.collapsed=!t.collapsed;var i=ly(n,t.collapsed);return[t].concat(i)},sy.prototype.revert=function(e){var t=e.shape,n=e.oldChildrenVisibility,i=cy(t.children,n);return t.collapsed=!t.collapsed,[t].concat(i)},py.$inject=["modeling"],py.prototype.execute=function(e){var t=e.shape,n=e.newHost,i=t.host;return e.oldHost=i,e.attacherIdx=uy(i,t),dy(n,t),t.host=n,t},py.prototype.revert=function(e){var t=e.shape,n=e.newHost,i=e.oldHost,r=e.attacherIdx;return t.host=i,uy(n,t),dy(i,t,r),t},hy.prototype.execute=function(e){var t=e.connection,n=e.newWaypoints;return e.oldWaypoints=t.waypoints,t.waypoints=n,t},hy.prototype.revert=function(e){var t=e.connection,n=e.oldWaypoints;return t.waypoints=n,t},my.$inject=["eventBus","elementFactory","commandStack"],my.prototype.getHandlers=function(){return{"shape.append":Ag,"shape.create":Bg,"shape.delete":qg,"shape.move":Gg,"shape.resize":ey,"shape.replace":Jg,"shape.toggleCollapse":sy,spaceTool:ty,"label.create":Ig,"connection.create":Tg,"connection.delete":Vg,"connection.move":Ug,"connection.layout":Qg,"connection.updateWaypoints":hy,"connection.reconnect":Kg,"elements.create":Rg,"elements.move":Yg,"elements.delete":Lg,"elements.distribute":Fg,"elements.align":Mg,"element.updateAttachment":py}},my.prototype.registerHandlers=function(e){_(this.getHandlers(),(function(t,n){e.registerHandler(n,t)}))},my.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)},my.prototype.updateAttachment=function(e,t){var n={shape:e,newHost:t};this._commandStack.execute("element.updateAttachment",n)},my.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)},my.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)},my.prototype.layoutConnection=function(e,t){var n={connection:e,hints:t||{}};this._commandStack.execute("connection.layout",n)},my.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},my.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},my.prototype.createElements=function(e,t,n,i,r){h(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},my.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},my.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},my.prototype.removeElements=function(e){var t={elements:e};this._commandStack.execute("elements.delete",t)},my.prototype.distributeElements=function(e,t,n){var i={groups:e,axis:t,dimension:n};this._commandStack.execute("elements.distribute",i)},my.prototype.removeShape=function(e,t){var n={shape:e,hints:t||{}};this._commandStack.execute("shape.delete",n)},my.prototype.removeConnection=function(e,t){var n={connection:e,hints:t||{}};this._commandStack.execute("connection.delete",n)},my.prototype.replaceShape=function(e,t,n){var i={oldShape:e,newData:t,hints:n||{}};return this._commandStack.execute("shape.replace",i),i.newShape},my.prototype.alignElements=function(e,t){var n={elements:e,alignment:t};this._commandStack.execute("elements.align",n)},my.prototype.resizeShape=function(e,t,n,i){var r={shape:e,newBounds:t,minBounds:n,hints:i};this._commandStack.execute("shape.resize",r)},my.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)},my.prototype.updateWaypoints=function(e,t,n){var i={connection:e,newWaypoints:t,hints:n||{}};this._commandStack.execute("connection.updateWaypoints",i)},my.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)},my.prototype.reconnectStart=function(e,t,n,i){i||(i={}),this.reconnect(e,t,e.target,n,F(i,{docking:"source"}))},my.prototype.reconnectEnd=function(e,t,n,i){i||(i={}),this.reconnect(e,e.source,t,n,F(i,{docking:"target"}))},my.prototype.connect=function(e,t,n,i){return this.createConnection(e,t,n||{},e.parent,i)},my.prototype._create=function(e,t){return t instanceof Hn?t:this._elementFactory.create(e,t)},my.prototype.toggleCollapse=function(e,t){var n={shape:e,hints:t||{}};this._commandStack.execute("shape.toggleCollapse",n)},fy.$inject=["elementRegistry"],fy.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 P(t,(function(t,n){return t[n]=e.get(n),t}),{})}(n,M(i));return gy(n,i),e.oldProperties=o,e.changed=r,r},fy.prototype.revert=function(e){var t=e.oldProperties,n=e.moddleElement,i=e.changed;return gy(n,t),i},fy.prototype.getVisualReferences=function(e){var t=this._elementRegistry;return Mr(e,"bpmn:DataObject")?function(e,t){return t.filter((function(t){return Mr(t,"bpmn:DataObjectReference")&&Tr(t).dataObjectRef===e}))}(e,t):[]};var yy="default",vy="id",by="di",xy={width:0,height:0};function wy(e,t,n,i,r){this._elementRegistry=e,this._moddle=t,this._translate=n,this._modeling=i,this._textRenderer=r}function Oy(e,t){return vy in e&&e.id!==t.id}function _y(e,t){var n=e.businessObject,i=Dr(e);_(t,(function(e,t){t!==by?n.set(t,e):i&&function(e,t){_(t,(function(t,n){e.set(n,t)}))}(i,e)}))}wy.$inject=["elementRegistry","moddle","translate","modeling","textRenderer"],wy.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=F({},e);return Ey.forEach((function(n){n in e&&(t[n]=Tr(t[n]))})),t}(e.properties),l=e.oldProperties||function(e,t){var n=M(t),i=e.businessObject,r=Dr(e);return P(n,(function(e,n){return e[n]=n!==by?i.get(n):function(e,t){return P(t,(function(t,n){return t[n]=e&&e.get(n),t}),{})}(r,M(t.di)),e}),{})}(t,a);return Oy(a,s)&&(o.unclaim(s.id),r.updateId(t,a.id),o.claim(a.id,s)),yy in a&&(a.default&&n.push(r.get(a.default.id)),s.default&&n.push(r.get(s.default.id))),_y(t,a),e.oldProperties=l,e.changed=n,n},wy.prototype.postExecute=function(e){var t=e.element.label,n=t&&Tr(t).name;if(n){var i=this._textRenderer.getExternalLabelBounds(t,n);this._modeling.resizeShape(t,i,xy)}},wy.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 _y(t,i),Oy(n,r)&&(s.unclaim(n.id),o.updateId(t,i.id),s.claim(i.id,r)),e.changed};var Ey=["default"];function Py(e,t){this._canvas=e,this._modeling=t}function ky(e,t){this._modeling=e,this._spaceTool=t}function Sy(e,t){this._modeling=e,this._translate=t}function Cy(e,t){this._modeling=e,this._spaceTool=t}Py.$inject=["canvas","modeling"],Py.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);t.setRootElement(n),t.removeRootElement(r),St(s.rootElements,i),i.$parent=s,kt(s.rootElements,o),o.$parent=null,r.di=null,a.bpmnElement=i,n.di=a,e.oldRoot=r},Py.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);t.setRootElement(r),t.removeRootElement(n),kt(s.rootElements,i),i.$parent=null,St(s.rootElements,o),o.$parent=s,n.di=null,a.bpmnElement=o,r.di=a},ky.$inject=["modeling","spaceTool"],ky.prototype.preExecute=function(e){var t=this._spaceTool,n=this._modeling,i=e.shape,r=e.location,o=ed(i),s=o===i,a=s?i:i.parent;Ju(a).length||n.createShape({type:"bpmn:Lane"},{x:i.x+Ku,y:i.y,width:i.width-Ku,height:i.height},a);var l=[];vt(o,(function(e){return l.push(e),e.label&&l.push(e.label),e===i?[]:O(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?Ku:0),y:p-("top"===r?120:0),width:i.width-(s?Ku:0),height:120},a)},Sy.$inject=["modeling","translate"],Sy.prototype.preExecute=function(e){var t=this._modeling,n=this._translate,i=e.shape,r=e.count,o=Ju(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+Ku,y:a,width:i.width-Ku,height:l},u<s?t.resizeShape(o[u],c):(p={type:"bpmn:Lane"},t.createShape(p,c,i))},Cy.$inject=["modeling","spaceTool"],Cy.prototype.preExecute=function(e){var t=e.shape,n=e.newBounds;!1!==e.balanced?this.resizeBalanced(t,n):this.resizeSpace(t,n)},Cy.prototype.resizeBalanced=function(e,t){var n=this._modeling,i=td(e,t);n.resizeShape(e,t),i.forEach((function(e){n.resizeShape(e.shape,e.newBounds)}))},Cy.prototype.resizeSpace=function(e,t){var n,i,r,o,s,a=this._spaceTool,l=vn(e),c=Hu(vn(t),l),p=ed(e),u=[],d=[];vt(p,(function(e){return u.push(e),(Mr(e,"bpmn:Lane")||Mr(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 My="flowNodeRef",Ay="lanes";function Ty(e){this._elementRegistry=e}function Dy(e){this._moddle=e}Ty.$inject=["elementRegistry"],Ty.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=ed(e);return r[t.id]||(r[t.id]=Zu(t)),r[t.id]}(e);return t.filter((function(t){return n=e,i=vn(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=ed(e);if(t&&-1===n.indexOf(t)){var i=t.children.filter((function(e){return Mr(e,"bpmn:FlowNode")}));i.forEach(s),n.push(t)}})),e.forEach(s),o.forEach((function(e){var t=e.businessObject,n=t.get(Ay).slice(),r=a(e);i.push({flowNode:t,remove:n,add:r})})),t.forEach((function(e){var t=e.businessObject;e.parent||t.get(My).forEach((function(e){i.push({flowNode:e,remove:[t],add:[]})}))})),i},Ty.prototype.execute=function(e){var t=e.updates;t||(t=e.updates=this.computeUpdates(e.flowNodeShapes,e.laneShapes)),t.forEach((function(e){var t=e.flowNode,n=t.get(Ay);e.remove.forEach((function(e){kt(n,e),kt(e.get(My),t)})),e.add.forEach((function(e){St(n,e),St(e.get(My),t)}))}))},Ty.prototype.revert=function(e){e.updates.forEach((function(e){var t=e.flowNode,n=t.get(Ay);e.add.forEach((function(e){kt(n,e),kt(e.get(My),t)})),e.remove.forEach((function(e){St(n,e),St(e.get(My),t)}))}))},Dy.$inject=["moddle"],Dy.prototype.execute=function(e){var t=this._moddle.ids,n=e.id,i=e.element;e.claiming?t.claim(n,i):t.unclaim(n)},Dy.prototype.revert=function(e){var t=this._moddle.ids,n=e.id,i=e.element;e.claiming?t.unclaim(n):t.claim(n,i)};var Ry={fill:void 0,stroke:void 0};function $y(e){this._commandStack=e,this._normalizeColor=function(e){if(e){if(y(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)}}}$y.$inject=["commandStack"],$y.prototype.postExecute=function(e){var t=e.elements,n=e.colors||Ry,i=this,r={};"fill"in n&&F(r,{"background-color":this._normalizeColor(n.fill)}),"stroke"in n&&F(r,{"border-color":this._normalizeColor(n.stroke)}),_(t,(function(e){var t=function(e){return!!e.waypoints}(e)?U(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),So(e))i._commandStack.execute("element.updateModdleProperties",{element:e,moddleElement:n.label,properties:{color:r["border-color"]}});else{if(!Ar(n,["bpmndi:BPMNEdge","bpmndi:BPMNShape"]))return;i._commandStack.execute("element.updateProperties",{element:e,properties:{di:t}})}}))};var jy={width:0,height:0};function By(e,t,n){function i(e,t){var i=e.label||e,r=e.labelTarget||e;return eo(i,t),function(e,t){if(!_o(e)){var i=Dr(e);t&&!i.label&&(i.label=n.create("bpmndi:BPMNLabel")),!t&&i.label&&delete i.label}}(e,t),[i,r]}this.preExecute=function(t){var n=t.element,i=n.businessObject,r=t.newLabel;if(!So(n)&&_o(n)&&!Eo(n)&&!Iy(r)){var o=ko(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=Jr(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(So(r)||Mr(r,"bpmn:TextAnnotation"))if(So(r)&&Iy(o))!1!==a.removeShape&&e.removeShape(r,{unsetLabel:!1});else{var l=Jr(r);void 0===s&&(s=t.getExternalLabelBounds(r,l)),s&&e.resizeShape(r,s,jy)}}}function Iy(e){return!e||!e.trim()}function zy(e,t,n,i){my.call(this,e,t,n),this._bpmnRules=i}function Ny(){}By.$inject=["modeling","textRenderer","bpmnFactory"],r(zy,my),zy.$inject=["eventBus","elementFactory","commandStack","bpmnRules"],zy.prototype.getHandlers=function(){var e=my.prototype.getHandlers.call(this);return e["element.updateModdleProperties"]=fy,e["element.updateProperties"]=wy,e["canvas.updateRoot"]=Py,e["lane.add"]=ky,e["lane.resize"]=Cy,e["lane.split"]=Sy,e["lane.updateRefs"]=Ty,e["id.updateClaim"]=Dy,e["element.setColor"]=$y,e["element.updateLabel"]=By,e},zy.prototype.updateLabel=function(e,t,n,i){this._commandStack.execute("element.updateLabel",{element:e,newLabel:t,newBounds:n,hints:i||{}})},zy.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)},zy.prototype.updateModdleProperties=function(e,t,n){this._commandStack.execute("element.updateModdleProperties",{element:e,moddleElement:t,properties:n})},zy.prototype.updateProperties=function(e,t){this._commandStack.execute("element.updateProperties",{element:e,properties:t})},zy.prototype.resizeLane=function(e,t,n){this._commandStack.execute("lane.resize",{shape:e,newBounds:t,balanced:n})},zy.prototype.addLane=function(e,t){var n={shape:e,location:t};return this._commandStack.execute("lane.add",n),n.newLane},zy.prototype.splitLane=function(e,t){this._commandStack.execute("lane.split",{shape:e,count:t})},zy.prototype.makeCollaboration=function(){var e=this._create("root",{type:"bpmn:Collaboration"}),t={newRoot:e};return this._commandStack.execute("canvas.updateRoot",t),e},zy.prototype.updateLaneRefs=function(e,t){this._commandStack.execute("lane.updateRefs",{flowNodeShapes:e,laneShapes:t})},zy.prototype.makeProcess=function(){var e={newRoot:this._create("root",{type:"bpmn:Process"})};this._commandStack.execute("canvas.updateRoot",e)},zy.prototype.claimId=function(e,t){this._commandStack.execute("id.updateClaim",{id:e,element:t,claiming:!0})},zy.prototype.unclaimId=function(e,t){this._commandStack.execute("id.updateClaim",{id:e,element:t})},zy.prototype.setColor=function(e,t){e.length||(e=[e]),this._commandStack.execute("element.setColor",{elements:e,colors:t})},Ny.prototype.layoutConnection=function(e,t){return[(t=t||{}).connectionStart||wn(t.source||e.source),t.connectionEnd||wn(t.target||e.target)]};var Vy=Math.round,Ly={"h:h":20,"v:v":20,"h:v":-10,"v:h":-10};function qy(e,t,n){var i,r,o,s=On(t,e,5),a=n.split(":")[0],l=Vy((t.x-e.x)/2+e.x),c=Vy((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+20*(/l/.test(a)?-1:1),y:h?c+20:c}):i={x:(h=l===e.x)?l+20:l,y:e.y+20*(/t/.test(a)?-1:1)}:i={x:l,y:c}),{waypoints:Hy(e,i,r).concat(i),directions:r,turnNextDirections:h}}function Fy(e){return e.split(":").reverse().join(":")}function Hy(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(Yy(n)){var i=function(e,t,n){return qy(e,t,n)}(e,t,n),r=function(e,t,n){var i=qy(t,e,Fy(n));return{waypoints:i.waypoints.slice().reverse(),directions:Fy(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:Hy(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=Vy((t.x-e.x)/2+e.x),r=Vy((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 Qy(e,t,n,i,r){var o=E(r&&r.preferredLayouts||[],"straight")[0]||"h:h",s=On(e,t,Ly[o]||0),a=function(e,t){if(Yy(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||wn(e),i=i||wn(t);var l=a.split(":"),c=Gy(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=Hy(e,t,n);return i.unshift(e),i.push(t),Ky(i)}(c,Gy(i,t,l[1],s),a)}function Uy(e,t,n,i,r,o){var s;return h(n)&&(r=n,o=i,n=wn(e),i=wn(t)),r=r||[],s=-1!==(o=F({preferredLayouts:[]},o)).preferredLayouts.indexOf("straight")&&function(e,t,n,i,r){var o,s,a={};if(s=On(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?Wy(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:Wy(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=Xy(e,t,n,r))?r.reverse():null}(t,e,i,r),s||((s=o.connectionStart&&Xy(e,t,n,r))||(!o.connectionStart&&!o.connectionEnd&&r&&r.length?r:Qy(e,t,n,i,o))))}function Wy(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 Xy(e,t,n,i){if(function(e){return e.length<3||!(e.length>4)&&!!x(e,(function(t,n){var i=e[n-1];return i&&Mt(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(Tt(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(Dt(e[i],t,20)||Dt(e[i],n,20))return e.slice(i);return e}(s,e,t),r!==s&&(s=Xy(e,t,n,r)),s&&Tt(s)?null:s}function Yy(e){return e&&/t|r|b|l/.test(e)}function Gy(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 Ky(e){return e.reduce((function(t,n,i){return At(t[t.length-1],e[i+1],n,0)||t.push(n),t}),[])}var Zy={top:"bottom","top-right":"bottom-left","top-left":"bottom-right",right:"left",bottom:"top","bottom-right":"top-left","bottom-left":"top-right",left:"right"},Jy={top:"t",right:"r",bottom:"b",left:"l"};function ev(){}function tv(e,t){return Mr(t,"bpmn:Participant")?"source":Mr(e,"bpmn:Participant")?"target":ov(t)?"source":ov(e)||Mr(t,"bpmn:Event")?"target":Mr(e,"bpmn:Event")?"source":null}function nv(e){return ov(e)?"target":"source"}function iv(e,t){return e?e.original||e:wn(t)}function rv(e,t){return Mr(t,"bpmn:Activity")&&Mr(e,"bpmn:BoundaryEvent")&&t.businessObject.isForCompensation}function ov(e){return Mr(e,"bpmn:SubProcess")&&Xr(e)}function sv(e,t){return e===t}function av(e){var t=/right|left/.exec(e);return t&&t[0]}function lv(e){var t=/top|bottom/.exec(e);return t&&t[0]}function cv(e){return"right"===e||"left"===e}function pv(e,t){var n=t.waypoints,i=n&&n.length&&On(n[0],e);return"top"===i?["t:r"]:"right"===i?["r:b"]:"left"===i?["l:t"]:["b:l"]}function uv(e,t,n){var i,r,o,s,a=wn(e),l=wn(t),c=(s=(o=e).host,On(wn(o),s,-10)),p=sv(e.host,t),u=-1!==["top","right","bottom","left"].indexOf(c),d=On(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:lv(e),a=Jy[s];o=t?cv(e)?dv("y",n,i,r)?"h":"b":dv("x",n,i,r)?"v":"l":"v";return[a+":"+o]}(c,u,e,t,n):(i=function(e,t,n){if(n)return Jy[e];if(sv(lv(e),lv(t))||function(e,t){return Zy[e]===t}(av(e),av(t)))return Jy[lv(e)];return Jy[av(e)]}(c,d,u),r=function(e,t,n){if(n)return cv(e)?function(e,t){var n=av(e),i=Zy[n];return-1!==t.indexOf(i)}(e,t)||sv(e,t)?"h":"v":function(e,t){var n=lv(e),i=Zy[n];return-1!==t.indexOf(i)}(e,t)||sv(e,t)?"v":"h";return cv(t)||sv(lv(e),lv(t))&&av(t)?"h":"v"}(c,d,u),[i+":"+r])}function dv(e,t,n,i){return!(hv(e,i,n,40)||hv(e,i,{x:n.x+n.width,y:n.y+n.height},40)||hv(e,i,wn(t),40))}function hv(e,t,n,i){return Math.abs(t[e]-n[e])<i}function mv(e){return F({original:e.point.original||e.point},e.actual)}function fv(e,t){this._elementRegistry=e,this._graphicsFactory=t}r(ev,Ny),ev.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=iv(s&&s[0],r)),l||(l=iv(s&&s[s.length-1],o)),(Mr(e,"bpmn:Association")||Mr(e,"bpmn:DataAssociation"))&&s&&!rv(r,o)?[].concat([a],s.slice(1,-1),[l]):(Mr(e,"bpmn:MessageFlow")?n=function(e,t){return{preferredLayouts:["straight","v:v"],preserveDocking:tv(e,t)}}(r,o):(Mr(e,"bpmn:SequenceFlow")||rv(r,o))&&(n=r===o?{preferredLayouts:pv(r,e)}:Mr(r,"bpmn:BoundaryEvent")?{preferredLayouts:uv(r,o,l)}:ov(r)||ov(o)?function(e){return{preferredLayouts:["straight","h:h"],preserveDocking:nv(e)}}(r):Mr(r,"bpmn:Gateway")?{preferredLayouts:["v:h"]}:Mr(o,"bpmn:Gateway")?{preferredLayouts:["h:v"]}:{preferredLayouts:["h:h"]}),n&&(i=Ky(Uy(r,o,a,l,s,n=F(n,t)))),i||[a,l])},fv.$inject=["elementRegistry","graphicsFactory"],fv.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(mv(i)),o.push(mv(r)),o},fv.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}},fv.prototype._getIntersection=function(e,t,n){return _n(this._getShapePath(e),this._getConnectionPath(t),n)},fv.prototype._getConnectionPath=function(e){return this._graphicsFactory.getConnectionPath(e)},fv.prototype._getShapePath=function(e){return this._graphicsFactory.getShapePath(e)},fv.prototype._getGfx=function(e){return this._elementRegistry.getGraphics(e)};var gv={__init__:["modeling","bpmnUpdater"],__depends__:[tf,jf,If,Vf,_u,pg,fg,bg,_g,Jo,ls,lg],bpmnFactory:["type",Eg],bpmnUpdater:["type",Pg],elementFactory:["type",Sg],modeling:["type",zy],layouter:["type",ev],connectionDocking:["type",fv]},yv=Math.round;function vv(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(m(i)&&(r=i,i=!1),!n.waypoints&&n.parent&&!Re(e.target).has("djs-hit-no-move")){var o=function(e){return{x:e.x+yv(e.width/2),y:e.y+yv(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=D(e,"id");return O(e,(function(e){for(;e=e.parent;)if(t[e.id])return!1;return!0}))}(r),F(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=yv(i.x),i.y=yv(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(zo(e)){var t=$o(e);if(!t)throw new Error("must supply DOM mousedown event");return s(t,e.element)}})),this.start=s}vv.$inject=["eventBus","dragging","modeling","selection","rules"];var bv="djs-dragging",xv="drop-ok",wv="drop-not-ok",Ov="new-parent",_v="attach-ok";function Ev(e,t,n,i){function r(e){var t=function(e){return O(e,(function(t){return!function(e){return e.waypoints}(t)||x(e,B({id:t.source.id}))&&x(e,B({id:t.target.id}))}))}(o(e));return t}function o(e){var t=bt(e,!0),n=C(t,(function(e){return(e.incoming||[]).concat(e.outgoing||[])}));return a(t.concat(n))}function s(e,n){[_v,xv,wv,Ov].forEach((function(i){i===n?t.addMarker(e,i):t.removeMarker(e,i)}))}e.on("shape.move.start",499,(function(e){var s=e.context,l=s.shapes,c=s.allDraggedElements,p=r(l);if(!s.dragGroup){var u=Le("g");Te(u,n.cls("djs-drag-group",["no-events"])),Ce(t.getActiveLayer(),u),s.dragGroup=u}p.forEach((function(e){i.addDragger(e,s.dragGroup)})),_(c=c?a([c,o(l)]):o(l),(function(e){t.addMarker(e,bv)})),s.allDraggedElements=c,s.differentParents=1!==A(D(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?s(i,_v):t.canExecute&&i&&i.id!==r.id?s(i,Ov):s(i,t.canExecute?xv:wv)),ni(n,e.dx,e.dy)})),e.on(["shape.move.out","shape.move.cleanup"],(function(e){var t=e.context.target;t&&s(t,null)})),e.on("shape.move.cleanup",(function(e){var n=e.context,i=n.allDraggedElements,r=n.dragGroup;_(i,(function(e){t.removeMarker(e,bv)})),r&&je(r)})),this.makeDraggable=function(e,n,r){i.addDragger(n,e.dragGroup),r&&t.addMarker(n,bv),e.allDraggedElements?e.allDraggedElements.push(n):e.allDraggedElements=[n]}}Ev.$inject=["eventBus","canvas","styles","previewSupport"];var Pv={__depends__:[Ho,Jo,Uo,Sc,Oc,Lp],__init__:["move","movePreview"],move:["type",vv],movePreview:["type",Ev]},kv=".djs-palette-toggle",Sv=".entry",Cv="open",Mv="two-column";function Av(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 Tv(e,t){var n=t.getPaletteEntries();return g(n)?n(e):(_(n,(function(t,n){e[n]=t})),e)}Av.$inject=["eventBus","canvas"],Av.prototype.registerProvider=function(e,t){t||(t=e,e=1e3),this._eventBus.on("palette.getProviders",e,(function(e){e.providers.push(t)})),this._rebuild()},Av.prototype.getEntries=function(){return this._getProviders().reduce(Tv,{})},Av.prototype._rebuild=function(){this._diagramInitialized&&(this._getProviders().length&&(this._container||this._init(),this._update()))},Av.prototype._init=function(){var e=this,t=this._eventBus,n=this._getParentContainer(),i=this._container=_e(Av.HTML_MARKUP);n.appendChild(i),oe(n).add("djs-palette-shown"),be.bind(i,".djs-palette-toggle, .entry","click",(function(t){if(le(t.delegateTarget,kv))return e.toggle();e.trigger("click",t)})),ge.bind(i,"mousedown",(function(e){e.stopPropagation()})),be.bind(i,Sv,"dragstart",(function(t){e.trigger("dragstart",t)})),t.on("canvas.resized",this._layoutChanged,this),t.fire("palette.create",{container:i})},Av.prototype._getProviders=function(e){var t=this._eventBus.createEvent({type:"palette.getProviders",providers:[]});return this._eventBus.fire(t),t.providers},Av.prototype._toggleState=function(e){e=e||{};var t,n=this._getParentContainer(),i=this._container,r=this._eventBus,o=oe(i),s=oe(n);t="twoColumn"in e?e.twoColumn:this._needsCollapse(n.clientHeight,this._entries||{}),o.toggle(Mv,t),s.toggle("djs-palette-two-column",t),"open"in e&&(o.toggle(Cv,e.open),s.toggle("djs-palette-open",e.open)),r.fire("palette.changed",{twoColumn:t,open:this.isOpen()})},Av.prototype._update=function(){var e=Ee(".djs-palette-entries",this._container),t=this._entries=this.getEntries();ae(e),_(t,(function(t,n){var i=t.group||"default",r=Ee("[data-group="+hs(i)+"]",e);r||(ie(r=_e('<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=_e(o);if(r.appendChild(s),!t.separator&&(ie(s,"data-action",n),t.title&&ie(s,"title",t.title),t.className&&function(e,t){var n=oe(e);(h(t)?t:t.split(/\s+/g)).forEach((function(e){n.add(e)}))}(s,t.className),t.imageUrl)){var a=_e("<img>");ie(a,"src",t.imageUrl),s.appendChild(a)}})),this.open()},Av.prototype.trigger=function(e,t,n){var i,r,o,s=this._entries,a=t.delegateTarget||t.target;if(!a)return t.preventDefault();(i=s[ie(a,"data-action")])&&(r=i.action,o=t.originalEvent||t,g(r)?"click"===e&&r(o,n):r[e]&&r[e](o,n),t.preventDefault())},Av.prototype._layoutChanged=function(){this._toggleState({})},Av.prototype._needsCollapse=function(e,t){return e<46*Object.keys(t).length+50},Av.prototype.close=function(){this._toggleState({open:!1,twoColumn:!1})},Av.prototype.open=function(){this._toggleState({open:!0})},Av.prototype.toggle=function(e){this.isOpen()?this.close():this.open()},Av.prototype.isActiveTool=function(e){return e&&this._activeTool===e},Av.prototype.updateToolHighlight=function(e){var t;this._toolsContainer||(t=Ee(".djs-palette-entries",this._container),this._toolsContainer=Ee("[data-group=tools]",t)),_(this._toolsContainer.children,(function(t){var n=t.getAttribute("data-action");if(n){var i=oe(t);n=n.replace("-tool",""),i.contains("entry")&&n===e?i.add("highlighted-entry"):i.remove("highlighted-entry")}}))},Av.prototype.isOpen=function(){return oe(this._container).has(Cv)},Av.prototype._getParentContainer=function(){return this._canvas.getContainer()},Av.HTML_MARKUP='<div class="djs-palette"><div class="djs-palette-entries"></div><div class="djs-palette-toggle"></div></div>';var Dv={__init__:["palette"],palette:["type",Av]},Rv="crosshair";function $v(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}),Ce(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&&je(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=jv(e),n=i.filter((function(e){return e}));a.select(n,t)})),e.on("lasso.start",(function(e){var t=e.context;t.bbox=jv(e),l(t)})),e.on("lasso.move",(function(e){var t=e.context;t.bbox=jv(e),c(t)})),e.on("lasso.cleanup",(function(e){var t=e.context;p(t)})),e.on("element.mousedown",1500,(function(e){if(Vo(e))return a.activateLasso(e.originalEvent),!0}))}function jv(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}}$v.$inject=["eventBus","canvas","dragging","elementRegistry","selection","toolManager","mouse"],$v.prototype.activateLasso=function(e,t){this._dragging.init(e,"lasso",{autoActivate:t,cursor:Rv,data:{context:{}}})},$v.prototype.activateSelection=function(e,t){this._dragging.init(e,"lasso.selection",{trapClick:!1,autoActivate:t,cursor:Rv,data:{context:{}}})},$v.prototype.select=function(e,t){var n=function(e,t){var n={};return _(e,(function(e){var i=e;i.waypoints&&(i=xt(i)),!f(t.y)&&i.x>t.x&&(n[e.id]=e),!f(t.x)&&i.y>t.y&&(n[e.id]=e),i.x>t.x&&i.y>t.y&&(f(t.width)&&f(t.height)&&i.width+i.x<t.width+t.x&&i.height+i.y<t.height+t.y?n[e.id]=e:f(t.width)&&f(t.height)||(n[e.id]=e))})),n}(e,t);this._selection.select(T(n))},$v.prototype.toggle=function(){if(this.isActive())return this._dragging.cancel();var e=this._mouse.getLastMoveEvent();this.activateSelection(e,!!e)},$v.prototype.isActive=function(){var e=this._dragging.context();return e&&/^lasso/.test(e.prefix)};var Bv={__depends__:[qf,nu],__init__:["lassoTool"],lassoTool:["type",$v]},Iv=1500,zv="grab";function Nv(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",Iv,(function(e){if(No(e))return s.activateMove(e.originalEvent,!0),!1})),a&&a.addListener(Iv,(function(e){if(Vv(e.keyEvent)&&!s.isActive()){var t=s._mouse.getLastMoveEvent();s.activateMove(t,!!t)}}),"keyboard.keydown"),a&&a.addListener(Iv,(function(e){Vv(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!No(t)&&n&&e.once("hand.move.ended",(function(e){s.activateHand(e.originalEvent,!0,!0)})),!1}))}function Vv(e){return zs("Space",e)}Nv.$inject=["eventBus","canvas","dragging","injector","toolManager","mouse"],Nv.prototype.activateMove=function(e,t,n){"object"==typeof t&&(n=t,t=!1),this._dragging.init(e,"hand.move",{autoActivate:t,cursor:zv,data:{context:n||{}}})},Nv.prototype.activateHand=function(e,t,n){this._dragging.init(e,"hand",{trapClick:!1,autoActivate:t,cursor:zv,data:{context:{reactivate:n}}})},Nv.prototype.toggle=function(){if(this.isActive())return this._dragging.cancel();var e=this._mouse.getLastMoveEvent();this.activateHand(e,!!e)},Nv.prototype.isActive=function(){var e=this._dragging.context();return!!e&&/^(hand|hand\.move)$/.test(e.prefix)};var Lv={__depends__:[qf,nu],__init__:["handTool"],handTool:["type",Nv]},qv="connect-ok",Fv="connect-not-ok";function Hv(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?qv:Fv))})),e.on(["global-connect.out","global-connect.cleanup"],(function(e){var t=e.context.startTarget,n=e.context.canStartConnect;t&&i.removeMarker(t,n?qv:Fv)})),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}))}Hv.$inject=["eventBus","dragging","connect","canvas","toolManager","rules","mouse"],Hv.prototype.start=function(e,t){this._dragging.init(e,"global-connect",{autoActivate:t,trapClick:!1,data:{context:{}}})},Hv.prototype.toggle=function(){if(this.isActive())return this._dragging.cancel();var e=this._mouse.getLastMoveEvent();return this.start(e,!!e)},Hv.prototype.isActive=function(){var e=this._dragging.context();return e&&/^global-connect/.test(e.prefix)},Hv.prototype.canStartConnect=function(e){return this._rules.allowed("connection.start",{source:e})};var Qv={__depends__:[Cp,Sc,Oc,qf,nu],globalConnect:["type",Hv]};function Uv(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)}Uv.$inject=["palette","create","elementFactory","spaceTool","lassoTool","handTool","globalConnect","translate"],Uv.prototype.getPaletteEntries=function(e){var t={},n=this._create,i=this._elementFactory,r=this._spaceTool,o=this._lassoTool,s=this._handTool,a=this._globalConnect,l=this._translate;function c(e,t,r,o,s){function a(t){var r=i.createShape(F({type:e},s));s&&(Dr(r).isExpanded=s.isExpanded);n.start(t,r)}var c=e.replace(/^bpmn:/,"");return{group:t,className:r,title:o||l("Create {type}",{type:c}),action:{dragstart:a,click:a}}}function p(e){var t=i.createShape({type:"bpmn:SubProcess",x:0,y:0,isExpanded:!0}),r=i.createShape({type:"bpmn:StartEvent",x:40,y:82,parent:t});n.start(e,[t,r],{hints:{autoSelect:[t]}})}function u(e){n.start(e,i.createParticipantShape())}return F(t,{"hand-tool":{group:"tools",className:"bpmn-icon-hand-tool",title:l("Activate the hand tool"),action:{click:function(e){s.activateHand(e)}}},"lasso-tool":{group:"tools",className:"bpmn-icon-lasso-tool",title:l("Activate the lasso tool"),action:{click:function(e){o.activateSelection(e)}}},"space-tool":{group:"tools",className:"bpmn-icon-space-tool",title:l("Activate the create/remove space tool"),action:{click:function(e){r.activateSelection(e)}}},"global-connect-tool":{group:"tools",className:"bpmn-icon-connection-multi",title:l("Activate the global connect tool"),action:{click:function(e){a.start(e)}}},"tool-separator":{group:"tools",separator:!0},"create.start-event":c("bpmn:StartEvent","event","bpmn-icon-start-event-none",l("Create StartEvent")),"create.intermediate-event":c("bpmn:IntermediateThrowEvent","event","bpmn-icon-intermediate-event-none",l("Create Intermediate/Boundary Event")),"create.end-event":c("bpmn:EndEvent","event","bpmn-icon-end-event-none",l("Create EndEvent")),"create.exclusive-gateway":c("bpmn:ExclusiveGateway","gateway","bpmn-icon-gateway-none",l("Create Gateway")),"create.task":c("bpmn:Task","activity","bpmn-icon-task",l("Create Task")),"create.data-object":c("bpmn:DataObjectReference","data-object","bpmn-icon-data-object",l("Create DataObjectReference")),"create.data-store":c("bpmn:DataStoreReference","data-store","bpmn-icon-data-store",l("Create DataStoreReference")),"create.subprocess-expanded":{group:"activity",className:"bpmn-icon-subprocess-expanded",title:l("Create expanded SubProcess"),action:{dragstart:p,click:p}},"create.participant-expanded":{group:"collaboration",className:"bpmn-icon-participant",title:l("Create Pool/Participant"),action:{dragstart:u,click:u}},"create.group":c("bpmn:Group","artifact","bpmn-icon-group",l("Create Group"))}),t};var Wv={__depends__:[Dv,Zp,lg,Bv,Lv,Qv,wo],__init__:["paletteProvider"],paletteProvider:["type",Uv]};function Xv(e,t,n,i,r){cs.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){_(e.canExecute.replacements,(function(o){var s=o.oldElementId,a={type:o.newElementType};if(!e.visualReplacements[s]){var l=t.get(s);F(a,{x:l.x,y:l.y});var c=n.createShape(a);i.addShape(c,l.parent);var p=Ee('[data-element-id="'+hs(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;_(t,(function(n,i){var r=Ee('[data-element-id="'+hs(i)+'"]',e.dragGroup);r&&Te(r,{display:"inline"}),n.remove(),t[i]&&delete t[i]}))}(o)}))}Xv.$inject=["eventBus","elementRegistry","elementFactory","canvas","previewSupport"],r(Xv,cs);var Yv={__depends__:[Lp],__init__:["bpmnReplacePreview"],bpmnReplacePreview:["type",Xv]},Gv=40,Kv=["x","y"],Zv=Math.abs;function Jv(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&&Is(e.originalEvent)||(t.initialConnectionStart||(t.initialConnectionStart=t.connectionStart),n&&r&&function(e,t,n){Kv.forEach((function(i){var r=nb(i,t);e[i]<t[i]+n?yp(e,i,t[i]+n):e[i]>t[i]+r-n&&yp(e,i,t[i]+r-n)}))}(e,r,function(e){return Mr(e,"bpmn:Task")?10:20}(r)),r&&function(e,t){return S(t,(function(t){return tb(e,t)}))}(n,["bpmn:Association","bpmn:DataInputAssociation","bpmn:DataOutputAssociation","bpmn:SequenceFlow"])?(t.connectionStart=fp(i),Ar(r,["bpmn:Event","bpmn:Gateway"])&&eb(e,fp(r)),Ar(r,["bpmn:Task","bpmn:SubProcess"])&&function(e,t){var n=fp(t);Kv.forEach((function(i){(function(e,t,n){return e[n]>t[n]+20&&e[n]<t[n]+nb(n,t)-20})(e,t,i)&&yp(e,i,n[i])}))}(e,r),Mr(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=fp(n),o=On(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];Zv(i-r[t])<Gv&&(n=i>r[t]?r[t]+Gv:r[t]-Gv,yp(e,t,n))}))}(e)):tb(n,"bpmn:MessageFlow")?(Mr(i,"bpmn:Event")&&(t.connectionStart=fp(i)),Mr(r,"bpmn:Event")&&eb(e,fp(r))):t.connectionStart=t.initialConnectionStart)}))}function eb(e,t){yp(e,"x",t.x),yp(e,"y",t.y)}function tb(e,t){return e&&e.type===t}function nb(e,t){return"x"===e?t.width:t.height}function ib(){this._targets={},this._snapOrigins={},this._snapLocations=[],this._defaultSnaps={}}function rb(e){this._snapValues={}}Jv.$inject=["eventBus"],ib.prototype.getSnapOrigin=function(e){return this._snapOrigins[e]},ib.prototype.setSnapOrigin=function(e,t){this._snapOrigins[e]=t,-1===this._snapLocations.indexOf(e)&&this._snapLocations.push(e)},ib.prototype.addDefaultSnap=function(e,t){var n=this._defaultSnaps[e];n||(n=this._defaultSnaps[e]=[]),n.push(t)},ib.prototype.getSnapLocations=function(){return this._snapLocations},ib.prototype.setSnapLocations=function(e){this._snapLocations=e},ib.prototype.pointsForTarget=function(e){var t=e.id||e,n=this._targets[t];return n||(n=this._targets[t]=new rb).initDefaults(this._defaultSnaps),n},rb.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)},rb.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],up(r-e)<=n)return r}(e[n],r[n],i)},rb.prototype.initDefaults=function(e){var t=this;_(e||{},(function(e,n){_(e,(function(e){t.add(n,e)}))}))};function ob(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"],1250,(function(e){var t=e.context,r=t.shape,o=t.snapContext,s=t.target;if((!e.originalEvent||!Is(e.originalEvent))&&!gp(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()}))}function sb(e){return!!e.labelTarget}ob.$inject=["elementRegistry","eventBus","snapping"],ob.prototype.initSnap=function(e){var t,n=this._elementRegistry,i=e.context,r=i.shape,o=i.snapContext;o||(o=i.snapContext=new ib);var s=(t=n.get(r.id)?fp(r,e):{x:e.x+fp(r).x,y:e.y+fp(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}),sb(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},ob.prototype.addSnapTargetPoints=function(e,t,n){return _(this.getSnapTargets(t,n),(function(n){if(sb(n))sb(t)&&e.add("mid",fp(n));else if(n.waypoints){if(n.waypoints.length<3)return;_(n.waypoints.slice(1,-1),(function(t){e.add("mid",t)}))}else{e.add("mid",fp(n))}})),f(t.x)&&f(t.y)?(this._elementRegistry.get(t.id)&&e.add("mid",fp(t)),e):e},ob.prototype.getSnapTargets=function(e,t){return vp(t).filter((function(e){return!e.hidden}))};function ab(e,t){t.invoke(ob,this),e.on(["create.move","create.end"],1500,lb),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)&&!gp(e)&&function(e,t){var n,i=vn(t),r=nf(e,t),o=e.context.shape;n=o.parent?{x:0,y:0}:wn(o);/top/.test(r)?yp(e,"y",i.top-n.y):/bottom/.test(r)&&yp(e,"y",i.bottom-n.y);/left/.test(r)?yp(e,"x",i.left-n.x):/right/.test(r)&&yp(e,"x",i.right-n.x)}(e,i)}))}function lb(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)&&yp(e,"x",e.x),(n&&n>=e.y||r&&r<=e.y)&&yp(e,"y",e.y)}}function cb(e,t){return-1!==e.indexOf(t)}function pb(e,t,n){return t?{x:e.x-n.x,y:e.y-n.y}:{x:e.x,y:e.y}}r(ab,ob),ab.$inject=["eventBus","injector"],ab.prototype.initSnap=function(e){var t=ob.prototype.initSnap.call(this,e),n=e.shape,i=!!this._elementRegistry.get(n.id);return _(n.outgoing,(function(n){var r=n.waypoints[0];r=r.original||r,t.setSnapOrigin(n.id+"-docking",pb(r,i,e))})),_(n.incoming,(function(n){var r=n.waypoints[n.waypoints.length-1];r=r.original||r,t.setSnapOrigin(n.id+"-docking",pb(r,i,e))})),Mr(n,"bpmn:Participant")&&t.setSnapLocations(["top-left","bottom-right","mid"]),t},ab.prototype.addSnapTargetPoints=function(e,t,n){ob.prototype.addSnapTargetPoints.call(this,e,t,n);var i=this.getSnapTargets(t,n);_(i,(function(n){var i;(function(e){if(Mr(e,"bpmn:SubProcess")&&Xr(e))return!0;return Mr(e,"bpmn:Participant")}(n)||(i="bpmn:TextAnnotation",[t,n].every((function(e){return Mr(e,i)}))))&&(e.add("top-left",hp(n)),e.add("bottom-right",mp(n)))}));var r=this._elementRegistry;return _(t.incoming,(function(n){if(r.get(t.id)){cb(i,n.source)||e.add("mid",wn(n.source));var o=n.waypoints[0];e.add(n.id+"-docking",o.original||o)}})),_(t.outgoing,(function(n){if(r.get(t.id)){cb(i,n.target)||e.add("mid",wn(n.target));var o=n.waypoints[n.waypoints.length-1];e.add(n.id+"-docking",o.original||o)}})),Mr(n,"bpmn:SequenceFlow")&&(e=this.addSnapTargetPoints(e,t,n.parent)),e},ab.prototype.getSnapTargets=function(e,t){return ob.prototype.getSnapTargets.call(this,e,t).filter((function(e){return!Mr(e,"bpmn:Lane")}))};function ub(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&&Is(e.originalEvent)||gp(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)&&yp(e,"x",e.x),function(e){return"e"===e||"w"===e}(s)&&yp(e,"y",e.y),t.snap(e,l)}})),e.on(["resize.cleanup"],(function(){t.hide()}))}function db(e,t){var n=wn(e),i=vn(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}ub.prototype.initSnap=function(e){var t=e.context,n=t.shape,i=t.direction,r=t.snapContext;r||(r=t.snapContext=new ib);var o=db(n,i);return r.setSnapOrigin("corner",{x:o.x-e.x,y:o.y-e.y}),r},ub.prototype.addSnapTargetPoints=function(e,t,n,i){return _(this.getSnapTargets(t,n),(function(t){e.add("corner",mp(t)),e.add("corner",hp(t))})),e.add("corner",db(t,i)),e},ub.$inject=["eventBus","snapping"],ub.prototype.getSnapTargets=function(e,t){return vp(t).filter((function(t){return!(n=t,i=e,n.host===i||function(e){return!!e.waypoints}(t)||function(e){return!!e.hidden}(t)||function(e){return!!e.labelTarget}(t));var n,i}))};function hb(e){this._canvas=e,this._asyncHide=L(q(this.hide,this),1e3)}hb.$inject=["canvas"],hb.prototype.snap=function(e,t){var n=e.context.snapContext,i=n.getSnapLocations(),r={x:gp(e,"x"),y:gp(e,"y")};_(i,(function(i){var o=n.getSnapOrigin(i),s={x:e.x+o.x,y:e.y+o.y};if(_(["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),_(["x","y"],(function(t){var n=r[t];m(n)&&yp(e,t,n.originValue)}))},hb.prototype._createLine=function(e){var t=this._canvas.getLayer("snap"),n=Le("path");return Te(n,{d:"M0,0 L0,0"}),Re(n).add("djs-snap-line"),Ce(t,n),{update:function(t){f(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"})}}},hb.prototype._createSnapLines=function(){this._snapLines={horizontal:this._createLine("horizontal"),vertical:this._createLine("vertical")}},hb.prototype.showSnapLine=function(e,t){var n=this.getSnapLine(e);n&&n.update(t),this._asyncHide()},hb.prototype.getSnapLine=function(e){return this._snapLines||this._createSnapLines(),this._snapLines[e]},hb.prototype.hide=function(){_(this._snapLines,(function(e){e.update()}))};var mb={__depends__:[{__init__:["createMoveSnapping","resizeSnapping","snapping"],createMoveSnapping:["type",ob],resizeSnapping:["type",ub],snapping:["type",hb]}],__init__:["connectSnapping","createMoveSnapping"],connectSnapping:["type",Jv],createMoveSnapping:["type",ab]};function fb(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=_e(fb.BOX_HTML),this._searchInput=Ee(fb.INPUT_SELECTOR,this._container),this._resultsContainer=Ee(fb.RESULTS_CONTAINER_SELECTOR,this._container),this._canvas.getContainer().appendChild(this._container),t.on(["canvas.destroy","diagram.destroy"],this.close,this)}function gb(e,t,n){var i=function(e){var t="";return e.forEach((function(e){e.matched?t+='<strong class="'+fb.RESULT_HIGHLIGHT_CLASS+'">'+fs(e.matched)+"</strong>":t+=fs(e.normal)})),""!==t?t:null}(t),r=_e(n);r.innerHTML=i,e.appendChild(r)}fb.$inject=["canvas","eventBus","overlays","selection"],fb.prototype._bindEvents=function(){var e=this;function t(t,n,i,r){e._eventMaps.push({el:t,type:i,listener:be.bind(t,n,i,r)})}t(document,"html","click",(function(t){e.close()})),t(this._container,fb.INPUT_SELECTOR,"click",(function(e){e.stopPropagation(),e.delegateTarget.focus()})),t(this._container,fb.RESULT_SELECTOR,"mouseover",(function(t){t.stopPropagation(),e._scrollToNode(t.delegateTarget),e._preselect(t.delegateTarget)})),t(this._container,fb.RESULT_SELECTOR,"click",(function(t){t.stopPropagation(),e._select(t.delegateTarget)})),t(this._container,fb.INPUT_SELECTOR,"keydown",(function(e){zs("ArrowUp",e)&&e.preventDefault(),zs("ArrowDown",e)&&e.preventDefault()})),t(this._container,fb.INPUT_SELECTOR,"keyup",(function(t){if(zs("Escape",t))return e.close();if(zs("Enter",t)){var n=e._getCurrentResult();return n?e._select(n):e.close()}return zs("ArrowUp",t)?e._scrollToDirection(!0):zs("ArrowDown",t)?e._scrollToDirection():void(zs(["ArrowLeft","ArrowRight"],t)||e._search(t.delegateTarget.value))}))},fb.prototype._unbindEvents=function(){this._eventMaps.forEach((function(e){be.unbind(e.el,e.type,e.listener)}))},fb.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=Ee(fb.RESULT_SELECTOR,this._resultsContainer);this._scrollToNode(i),this._preselect(i)}}},fb.prototype._scrollToDirection=function(e){var t=this._getCurrentResult();if(t){var n=e?t.previousElementSibling:t.nextElementSibling;n&&(this._scrollToNode(n),this._preselect(n))}},fb.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)}},fb.prototype._clearResults=function(){ae(this._resultsContainer),this._results=[],this._resetOverlay(),this._eventBus.fire("searchPad.cleared")},fb.prototype._getCurrentResult=function(){return Ee(fb.RESULT_SELECTED_SELECTOR,this._resultsContainer)},fb.prototype._createResultNode=function(e,t){var n=_e(fb.RESULT_HTML);return e.primaryTokens.length>0&&gb(n,e.primaryTokens,fb.RESULT_PRIMARY_HTML),gb(n,e.secondaryTokens,fb.RESULT_SECONDARY_HTML),ie(n,fb.RESULT_ID_ATTRIBUTE,t),this._resultsContainer.appendChild(n),n},fb.prototype.registerProvider=function(e){this._searchProvider=e},fb.prototype.open=function(){if(!this._searchProvider)throw new Error("no search provider registered");this.isOpen()||(this._bindEvents(),this._open=!0,oe(this._container).add("open"),this._searchInput.focus(),this._eventBus.fire("searchPad.opened"))},fb.prototype.close=function(){this.isOpen()&&(this._unbindEvents(),this._open=!1,oe(this._container).remove("open"),this._clearResults(),this._searchInput.value="",this._searchInput.blur(),this._resetOverlay(),this._eventBus.fire("searchPad.closed"))},fb.prototype.toggle=function(){this.isOpen()?this.close():this.open()},fb.prototype.isOpen=function(){return this._open},fb.prototype._preselect=function(e){var t=this._getCurrentResult();if(e!==t){t&&oe(t).remove(fb.RESULT_SELECTED_CLASS);var n=ie(e,fb.RESULT_ID_ATTRIBUTE),i=this._results[n].element;oe(e).add(fb.RESULT_SELECTED_CLASS),this._resetOverlay(i),this._canvas.scrollToElement(i,{top:400}),this._selection.select(i),this._eventBus.fire("searchPad.preselected",i)}},fb.prototype._select=function(e){var t=ie(e,fb.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)},fb.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=_e('<div class="'+fb.OVERLAY_CLASS+'"></div>');return ne(o,r),{position:{bottom:i-t,right:n-t},show:!0,html:o}}(xt(e));this._overlayId=this._overlays.add(e,t)}},fb.CONTAINER_SELECTOR=".djs-search-container",fb.INPUT_SELECTOR=".djs-search-input input",fb.RESULTS_CONTAINER_SELECTOR=".djs-search-results",fb.RESULT_SELECTOR=".djs-search-result",fb.RESULT_SELECTED_CLASS="djs-search-result-selected",fb.RESULT_SELECTED_SELECTOR="."+fb.RESULT_SELECTED_CLASS,fb.RESULT_ID_ATTRIBUTE="data-result-id",fb.RESULT_HIGHLIGHT_CLASS="djs-search-highlight",fb.OVERLAY_CLASS="djs-search-overlay",fb.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>',fb.RESULT_HTML='<div class="djs-search-result"></div>',fb.RESULT_PRIMARY_HTML='<div class="djs-search-result-primary"></div>',fb.RESULT_SECONDARY_HTML='<p class="djs-search-result-secondary"></p>';var yb={__depends__:[ss,Jo],searchPad:["type",fb]};function vb(e,t,n){this._elementRegistry=e,this._canvas=n,t.registerProvider(this)}function bb(e){var t=O(e,(function(e){return!!e.matched}));return t.length>0}function xb(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}vb.$inject=["elementRegistry","searchPad","canvas"],vb.prototype.find=function(e){var t=this._canvas.getRootElement(),n=this._elementRegistry.filter((function(e){return!e.labelTarget}));return n=O(n,(function(e){return e!==t})),n=j(n=O(n=C(n,(function(t){return{primaryTokens:xb(Jr(t),e),secondaryTokens:xb(t.id,e),element:t}})),(function(e){return bb(e.primaryTokens)||bb(e.secondaryTokens)})),(function(e){return Jr(e.element)+e.element.id}))};var wb={__depends__:[yb],__init__:["bpmnSearch"],bpmnSearch:["type",vb]};function Ob(e){Wr.call(this,e)}r(Ob,Wr),Ob.Viewer=Ds,Ob.NavigatedViewer=pa,Ob.prototype.createDiagram=Pr((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>')})),Ob.prototype._interactionModules=[Ys,ia,ba,ca],Ob.prototype._modelingModules=[Kl,pc,Pc,fc,Op,Cp,Ap,rd,fu,Zp,ud,yd,Td,Rd,jd,Fd,ah,gv,Pv,Wv,Yv,eh,mb,wb],Ob.prototype._modules=[].concat(Ds.prototype._modules,Ob.prototype._interactionModules,Ob.prototype._modelingModules);var _b={min:.2,max:4};function Eb(e,t,n,i,r){var o=this;function s(e){o._state._svgClientRect&&!Mb(o._state._svgClientRect)||(o._state._svgClientRect=o._svg.getBoundingClientRect()),kb(Pb({x:e.clientX-o._state._svgClientRect.left,y:e.clientY-o._state._svgClientRect.top},o._svg,o._lastViewbox),o._canvas),o._update()}function a(e){return function(t){o._state._svgClientRect&&!Mb(o._state._svgClientRect)||(o._state._svgClientRect=o._svg.getBoundingClientRect()),e&&s(t);var n=Pb({x:t.clientX-o._state._svgClientRect.left,y:t.clientY-o._state._svgClientRect.top},o._svg,o._lastViewbox),r=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}}(n,r),p=o._viewportDom.getBoundingClientRect(),u={x:t.clientX-p.left+1,y:t.clientY-p.top+1};F(o._state,{cachedViewbox:r,initialDragPosition:{x:t.clientX,y:t.clientY},isDragging:!0,offsetViewport:a,offsetViewportDom:u,viewportClientRect:o._viewport.getBoundingClientRect(),parentClientRect:o._parent.getBoundingClientRect()}),ge.bind(document,"mousemove",l),ge.bind(document,"mouseup",c)}}function l(e){if(o._state.isDragging){o._state._svgClientRect&&!Mb(o._state._svgClientRect)||(o._state._svgClientRect=o._svg.getBoundingClientRect());var t=o._state.offsetViewportDom,n=o._state.viewportClientRect,i=o._state.parentClientRect;F(o._viewportDom.style,{top:e.clientY-t.y-i.top+"px",left:e.clientX-t.x-i.left+"px"});var r=Tb(i,{top:e.clientY-t.y-i.top,left:e.clientX-t.x-i.left,width:n.width,height:n.height});F(o._overlay.style,{clipPath:r});var s=Pb({x:e.clientX-o._state._svgClientRect.left,y:e.clientY-o._state._svgClientRect.top},o._svg,o._lastViewbox);kb({x:s.x-o._state.offsetViewport.x,y:s.y-o._state.offsetViewport.y},o._canvas)}}function c(e){o._state.isDragging&&(o._state.initialDragPosition.x===e.clientX&&o._state.initialDragPosition.y===e.clientY&&s(e),o._update(),F(o._state,{cachedViewbox:null,initialDragPosition:null,isDragging:!1,offsetViewport:null,offsetViewportDom:null}),ge.unbind(document,"mousemove",l),ge.unbind(document,"mouseup",c))}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(),this.toggle(e&&e.open||!1),ge.bind(this._svg,"click",(function(e){e.preventDefault(),e.stopPropagation(),s(e)})),ge.bind(this._viewportDom,"mousedown",a(!1)),ge.bind(this._svg,"mousedown",a(!0)),ge.bind(this._parent,"wheel",(function(e){if(e.preventDefault(),e.stopPropagation(),e.ctrlKey&&(o._state._svgClientRect&&!Mb(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))*Ab(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=_b,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))}(_b,f),g),o._state.zoomDelta=0;var g=Pb({x:e.clientX-o._state._svgClientRect.left,y:e.clientY-o._state._svgClientRect.top},o._svg,o._lastViewbox);kb(g,o._canvas),o._update()}}})),ge.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 Pb(e,t,n){var i=t.getBoundingClientRect(),r=function(e,t){var n=e.width/e.height,i=F({},{x:e.x,y:e.y,width:e.width,height:e.height});if(n>t){var r=i.width*(1/t);F(i,{y:i.y-(r-i.height)/2,height:r})}else if(n<t){var o=i.height*t;F(i,{x:i.x-(o-i.width)/2,width:o})}return i}(n,i.width/i.height);return{x:Sb(e.x,0,i.width,r.x,r.x+r.width),y:Sb(e.y,0,i.height,r.y,r.y+r.height)}}function kb(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 Sb(e,t,n,i,r){return(e-t)*(r-i)/(n-t)+i}function Cb(e,t,n){var i=function(e){var t=Ee(".children",e);t||Ce(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 Mb(e){return 0===e.width&&0===e.height}Eb.$inject=["config.minimap","injector","eventBus","canvas","elementRegistry"],Eb.prototype._init=function(){var e=this._canvas.getContainer(),t=this._parent=document.createElement("div");oe(t).add("djs-minimap"),e.appendChild(t);var n=this._toggle=document.createElement("div");oe(n).add("toggle"),t.appendChild(n);var i=this._map=document.createElement("div");oe(i).add("map"),t.appendChild(i);var r=this._svg=Le("svg");Te(r,{width:"100%",height:"100%"}),Ce(i,r),Ce(r,this._elementsGroup=Le("g"));var o=this._viewportGroup=Le("g");Ce(r,o);var s=this._viewport=Le("rect");Re(s).add("viewport"),Ce(o,s),ge.bind(t,"mousedown",(function(e){e.stopPropagation()}));var a=this._viewportDom=document.createElement("div");oe(a).add("viewport-dom"),this._parent.appendChild(a);var l=this._overlay=document.createElement("div");oe(l).add("overlay"),this._parent.appendChild(l)},Eb.prototype._update=function(){var e=this._canvas.viewbox(),t=e.inner,n=e.outer;if(Rb(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};F(this._viewportDom.style,{top:u.top+"px",left:u.left+"px",width:u.width+"px",height:u.height+"px"});var d=Tb(c,u);F(this._overlay.style,{clipPath:d})}},Eb.prototype.open=function(){F(this._state,{isOpen:!0}),oe(this._parent).add("open");var e=this._injector.get("translate",!1)||function(e){return e};ie(this._toggle,"title",e("Close minimap")),this._update(),this._eventBus.fire("minimap.toggle",{open:!0})},Eb.prototype.close=function(){F(this._state,{isOpen:!1}),oe(this._parent).remove("open");var e=this._injector.get("translate",!1)||function(e){return e};ie(this._toggle,"title",e("Open minimap")),this._eventBus.fire("minimap.toggle",{open:!1})},Eb.prototype.toggle=function(e){var t=this.isOpen();void 0===e&&(e=!t),e!=t&&(e?this.open():this.close())},Eb.prototype.isOpen=function(){return this._state.isOpen},Eb.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)}},Eb.prototype._updateElementId=function(e,t){try{var n=Ee("#"+hs(e.id),this._elementsGroup);n&&(n.id=t)}catch(e){console.warn("Minimap#_updateElementId errored",e)}},Eb.prototype.isOnActivePlane=function(e){var t=this._canvas;return t.findRoot?t.findRoot(e)===t.getRootElement():!t.findPlane||t.findPlane(e)===t.getActivePlane()},Eb.prototype._addElement=function(e){var t=this;if(this._removeElement(e),this.isOnActivePlane(e)){var n,i,r,o=this._createElement(e),s=Ee("#"+hs(e.parent.id),this._elementsGroup);if(o){var a=function(e,t){var n=Ee(".djs-children",t.parentNode);if(!n)return;var i=[].slice.call(n.childNodes),r=-1;return i.forEach((function(t,n){Ee(".djs-element",t)===e&&(r=n)})),r}(this._elementRegistry.getGraphics(e),this._elementRegistry.getGraphics(e.parent));return"undefined"!==a&&s?s.childNodes.length>a?Cb(o,s,a):Cb(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}}},Eb.prototype._removeElement=function(e){var t=this._svg.getElementById(e.id);t&&je(t)},Eb.prototype._createElement=function(e){var t,n=this._elementRegistry.getGraphics(e);if(n&&(t=ei(n))){var i=Ie(t);return Te(i,{id:e.id}),i}},Eb.prototype._clear=function(){Be(this._elementsGroup)};var Ab=Math.sign||function(e){return e>=0?1:-1};function Tb(e,t){return"polygon("+[Db(t.left,t.top),Db(t.left+t.width,t.top),Db(t.left+t.width,t.top+t.height),Db(t.left,t.top+t.height),Db(t.left,e.height),Db(e.width,e.height),Db(e.width,0),Db(0,0),Db(0,e.height),Db(t.left,e.height)].join(", ")+")"}function Db(e,t){return e+"px "+t+"px"}function Rb(e){return k(e,(function(e){return m(e)?Rb(e):f(e)&&isFinite(e)}))}var $b={__init__:["minimap"],minimap:["type",Eb]};function jb(e,t){var n,i,r=(e=e||{}).borderColor||"rgba(0,0,0,0.1)",o=e.crossColor||"#CCC",s=-1;Ce(t.getLayer("djs-origin",-1),n=zb("g",{"pointer-events":"none"})),!1!==e.showBorder&&Ce(n,zb("path",{class:Ib("border"),d:Bb(["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"})),Ce(n,zb("path",{d:Bb(["M",-15,s,"H",15,"M",s,-15,"V",15]),class:Ib("cross"),fill:"none",stroke:o,"stroke-width":"2px","stroke-linecap":"round"})),(i=zb("text",{x:-40,y:-10,fill:o,class:Ib("label")})).textContent="(0, 0)",Ce(n,i)}function Bb(e){return e.join(" ")}function Ib(e){return"djs-origin-"+e}function zb(e,t){var n=Le(e);return Te(n,t),n}jb.$inject=["config.origin","canvas"];var Nb={__init__:[jb]},Vb={offset:{x:150,y:75},tolerance:50,alignOnSave:!0};function Lb(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,u;e=function(e){var t=F({},Vb,e||{});return f(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,((u=c&&c._eventBus)||p).on("saveXML.start",1250,a),u&&p.on("diagram.destroy",(function(){u.off("saveXML.start",a)}))),this.align=a,this.computeAdjustment=s,this._config=e}Lb.$inject=["config.alignToOrigin","injector","eventBus","commandStack","canvas","modeling"];var qb={__init__:["alignToOrigin"],alignToOrigin:["type",Lb]};function Fb(e){function t(e){if(!e.labelTarget){var t=Tr(e);Mr(t,"bpmn:Participant")&&(t=t.processRef),Mr(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)}))}))}Fb.$inject=["eventBus"];var Hb,Qb,Ub,Wb,Xb,Yb={__init__:[Fb]},Gb={},Kb=[],Zb=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function Jb(e,t){for(var n in t)e[n]=t[n];return e}function ex(e){var t=e.parentNode;t&&t.removeChild(e)}function tx(e,t,n){var i,r,o,s=arguments,a={};for(o in t)"key"==o?i=t[o]:"ref"==o?r=t[o]:a[o]=t[o];if(arguments.length>3)for(n=[n],o=3;o<arguments.length;o++)n.push(s[o]);if(null!=n&&(a.children=n),"function"==typeof e&&null!=e.defaultProps)for(o in e.defaultProps)void 0===a[o]&&(a[o]=e.defaultProps[o]);return nx(e,a,i,r,null)}function nx(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,__h:null,constructor:void 0,__v:null==r?++Hb.__v:r};return null!=Hb.vnode&&Hb.vnode(o),o}function ix(e){return e.children}function rx(e,t){this.props=e,this.context=t}function ox(e,t){if(null==t)return e.__?ox(e.__,e.__.__k.indexOf(e)+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?ox(e):null}function sx(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 sx(e)}}function ax(e){(!e.__d&&(e.__d=!0)&&Qb.push(e)&&!lx.__r++||Wb!==Hb.debounceRendering)&&((Wb=Hb.debounceRendering)||Ub)(lx)}function lx(){for(var e;lx.__r=Qb.length;)e=Qb.sort((function(e,t){return e.__v.__b-t.__v.__b})),Qb=[],e.some((function(e){var t,n,i,r,o,s;e.__d&&(o=(r=(t=e).__v).__e,(s=t.__P)&&(n=[],(i=Jb({},r)).__v=r.__v+1,yx(s,r,i,t.__n,void 0!==s.ownerSVGElement,null!=r.__h?[o]:null,n,null==o?ox(r):o,r.__h),vx(n,r),r.__e!=o&&sx(r)))}))}function cx(e,t,n,i,r,o,s,a,l,c){var p,u,d,h,m,f,g,y=i&&i.__k||Kb,v=y.length;for(n.__k=[],p=0;p<t.length;p++)if(null!=(h=n.__k[p]=null==(h=t[p])||"boolean"==typeof h?null:"string"==typeof h||"number"==typeof h||"bigint"==typeof h?nx(null,h,null,null,h):Array.isArray(h)?nx(ix,{children:h},null,null,null):h.__b>0?nx(h.type,h.props,h.key,null,h.__v):h)){if(h.__=n,h.__b=n.__b+1,null===(d=y[p])||d&&h.key==d.key&&h.type===d.type)y[p]=void 0;else for(u=0;u<v;u++){if((d=y[u])&&h.key==d.key&&h.type===d.type){y[u]=void 0;break}d=null}yx(e,h,d=d||Gb,r,o,s,a,l,c),m=h.__e,(u=h.ref)&&d.ref!=u&&(g||(g=[]),d.ref&&g.push(d.ref,null,h),g.push(u,h.__c||m,h)),null!=m?(null==f&&(f=m),"function"==typeof h.type&&null!=h.__k&&h.__k===d.__k?h.__d=l=px(h,l,e):l=dx(e,h,d,y,m,l),c||"option"!==n.type?"function"==typeof n.type&&(n.__d=l):e.value=""):l&&d.__e==l&&l.parentNode!=e&&(l=ox(d))}for(n.__e=f,p=v;p--;)null!=y[p]&&("function"==typeof n.type&&null!=y[p].__e&&y[p].__e==n.__d&&(n.__d=ox(i,p+1)),xx(y[p],y[p]));if(g)for(p=0;p<g.length;p++)bx(g[p],g[++p],g[++p])}function px(e,t,n){var i,r;for(i=0;i<e.__k.length;i++)(r=e.__k[i])&&(r.__=e,t="function"==typeof r.type?px(r,t,n):dx(n,r,r,e.__k,r.__e,t));return t}function ux(e,t){return t=t||[],null==e||"boolean"==typeof e||(Array.isArray(e)?e.some((function(e){ux(e,t)})):t.push(e)),t}function dx(e,t,n,i,r,o){var s,a,l;if(void 0!==t.__d)s=t.__d,t.__d=void 0;else if(null==n||r!=o||null==r.parentNode)e:if(null==o||o.parentNode!==e)e.appendChild(r),s=null;else{for(a=o,l=0;(a=a.nextSibling)&&l<i.length;l+=2)if(a==r)break e;e.insertBefore(r,o),s=o}return void 0!==s?s:r.nextSibling}function hx(e,t,n){"-"===t[0]?e.setProperty(t,n):e[t]=null==n?"":"number"!=typeof n||Zb.test(t)?n:n+"px"}function mx(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||hx(e.style,t,"");if(n)for(t in n)i&&n[t]===i[t]||hx(e.style,t,n[t])}else if("o"===t[0]&&"n"===t[1])o=t!==(t=t.replace(/Capture$/,"")),t=t.toLowerCase()in e?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+o]=n,n?i||e.addEventListener(t,o?gx:fx,o):e.removeEventListener(t,o?gx:fx,o);else if("dangerouslySetInnerHTML"!==t){if(r)t=t.replace(/xlink[H:h]/,"h").replace(/sName$/,"s");else if("href"!==t&&"list"!==t&&"form"!==t&&"tabIndex"!==t&&"download"!==t&&t in e)try{e[t]=null==n?"":n;break e}catch(e){}"function"==typeof n||(null!=n&&(!1!==n||"a"===t[0]&&"r"===t[1])?e.setAttribute(t,n):e.removeAttribute(t))}}function fx(e){this.l[e.type+!1](Hb.event?Hb.event(e):e)}function gx(e){this.l[e.type+!0](Hb.event?Hb.event(e):e)}function yx(e,t,n,i,r,o,s,a,l){var c,p,u,d,h,m,f,g,y,v,b,x=t.type;if(void 0!==t.constructor)return null;null!=n.__h&&(l=n.__h,a=t.__e=n.__e,t.__h=null,o=[a]),(c=Hb.__b)&&c(t);try{e:if("function"==typeof x){if(g=t.props,y=(c=x.contextType)&&i[c.__c],v=c?y?y.props.value:c.__:i,n.__c?f=(p=t.__c=n.__c).__=p.__E:("prototype"in x&&x.prototype.render?t.__c=p=new x(g,v):(t.__c=p=new rx(g,v),p.constructor=x,p.render=wx),y&&y.sub(p),p.props=g,p.state||(p.state={}),p.context=v,p.__n=i,u=p.__d=!0,p.__h=[]),null==p.__s&&(p.__s=p.state),null!=x.getDerivedStateFromProps&&(p.__s==p.state&&(p.__s=Jb({},p.__s)),Jb(p.__s,x.getDerivedStateFromProps(g,p.__s))),d=p.props,h=p.state,u)null==x.getDerivedStateFromProps&&null!=p.componentWillMount&&p.componentWillMount(),null!=p.componentDidMount&&p.__h.push(p.componentDidMount);else{if(null==x.getDerivedStateFromProps&&g!==d&&null!=p.componentWillReceiveProps&&p.componentWillReceiveProps(g,v),!p.__e&&null!=p.shouldComponentUpdate&&!1===p.shouldComponentUpdate(g,p.__s,v)||t.__v===n.__v){p.props=g,p.state=p.__s,t.__v!==n.__v&&(p.__d=!1),p.__v=t,t.__e=n.__e,t.__k=n.__k,t.__k.forEach((function(e){e&&(e.__=t)})),p.__h.length&&s.push(p);break e}null!=p.componentWillUpdate&&p.componentWillUpdate(g,p.__s,v),null!=p.componentDidUpdate&&p.__h.push((function(){p.componentDidUpdate(d,h,m)}))}p.context=v,p.props=g,p.state=p.__s,(c=Hb.__r)&&c(t),p.__d=!1,p.__v=t,p.__P=e,c=p.render(p.props,p.state,p.context),p.state=p.__s,null!=p.getChildContext&&(i=Jb(Jb({},i),p.getChildContext())),u||null==p.getSnapshotBeforeUpdate||(m=p.getSnapshotBeforeUpdate(d,h)),b=null!=c&&c.type===ix&&null==c.key?c.props.children:c,cx(e,Array.isArray(b)?b:[b],t,n,i,r,o,s,a,l),p.base=t.__e,t.__h=null,p.__h.length&&s.push(p),f&&(p.__E=p.__=null),p.__e=!1}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){var l,c,p,u,d=n.props,h=t.props,m=t.type,f=0;if("svg"===m&&(r=!0),null!=o)for(;f<o.length;f++)if((l=o[f])&&(l===e||(m?l.localName==m:3==l.nodeType))){e=l,o[f]=null;break}if(null==e){if(null===m)return document.createTextNode(h);e=r?document.createElementNS("http://www.w3.org/2000/svg",m):document.createElement(m,h.is&&h),o=null,a=!1}if(null===m)d===h||a&&e.data===h||(e.data=h);else{if(o=o&&Kb.slice.call(e.childNodes),c=(d=n.props||Gb).dangerouslySetInnerHTML,p=h.dangerouslySetInnerHTML,!a){if(null!=o)for(d={},u=0;u<e.attributes.length;u++)d[e.attributes[u].name]=e.attributes[u].value;(p||c)&&(p&&(c&&p.__html==c.__html||p.__html===e.innerHTML)||(e.innerHTML=p&&p.__html||""))}if(function(e,t,n,i,r){var o;for(o in n)"children"===o||"key"===o||o in t||mx(e,o,null,n[o],i);for(o in t)r&&"function"!=typeof t[o]||"children"===o||"key"===o||"value"===o||"checked"===o||n[o]===t[o]||mx(e,o,t[o],n[o],i)}(e,h,d,r,a),p)t.__k=[];else if(f=t.props.children,cx(e,Array.isArray(f)?f:[f],t,n,i,r&&"foreignObject"!==m,o,s,e.firstChild,a),null!=o)for(f=o.length;f--;)null!=o[f]&&ex(o[f]);a||("value"in h&&void 0!==(f=h.value)&&(f!==e.value||"progress"===m&&!f)&&mx(e,"value",f,d.value,!1),"checked"in h&&void 0!==(f=h.checked)&&f!==e.checked&&mx(e,"checked",f,d.checked,!1))}return e}(n.__e,t,n,i,r,o,s,l);(c=Hb.diffed)&&c(t)}catch(e){t.__v=null,(l||null!=o)&&(t.__e=a,t.__h=!!l,o[o.indexOf(a)]=null),Hb.__e(e,t,n)}}function vx(e,t){Hb.__c&&Hb.__c(t,e),e.some((function(t){try{e=t.__h,t.__h=[],e.some((function(e){e.call(t)}))}catch(e){Hb.__e(e,t.__v)}}))}function bx(e,t,n){try{"function"==typeof e?e(t):e.current=t}catch(e){Hb.__e(e,n)}}function xx(e,t,n){var i,r,o;if(Hb.unmount&&Hb.unmount(e),(i=e.ref)&&(i.current&&i.current!==e.__e||bx(i,null,t)),n||"function"==typeof e.type||(n=null!=(r=e.__e)),e.__e=e.__d=void 0,null!=(i=e.__c)){if(i.componentWillUnmount)try{i.componentWillUnmount()}catch(e){Hb.__e(e,t)}i.base=i.__P=null}if(i=e.__k)for(o=0;o<i.length;o++)i[o]&&xx(i[o],t,n);null!=r&&ex(r)}function wx(e,t,n){return this.constructor(e,n)}function Ox(e,t,n){var i,r,o;Hb.__&&Hb.__(e,t),r=(i="function"==typeof n)?null:n&&n.__k||t.__k,o=[],yx(t,e=(!i&&n||t).__k=tx(ix,null,[e]),r||Gb,Gb,void 0!==t.ownerSVGElement,!i&&n?[n]:r?null:t.firstChild?Kb.slice.call(t.childNodes):null,o,!i&&n?n:r?r.__e:t.firstChild,i),vx(o,e)}function _x(e,t){var n={__c:t="__cC"+Xb++,__: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(ax)},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}Hb={__e:function(e,t){for(var n,i,r;t=t.__;)if((n=t.__c)&&!n.__)try{if((i=n.constructor)&&null!=i.getDerivedStateFromError&&(n.setState(i.getDerivedStateFromError(e)),r=n.__d),null!=n.componentDidCatch&&(n.componentDidCatch(e),r=n.__d),r)return n.__E=n}catch(t){e=t}throw e},__v:0},rx.prototype.setState=function(e,t){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=Jb({},this.state),"function"==typeof e&&(e=e(Jb({},n),this.props)),e&&Jb(n,e),null!=e&&this.__v&&(t&&this.__h.push(t),ax(this))},rx.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),ax(this))},rx.prototype.render=ix,Qb=[],Ub="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,lx.__r=0,Xb=0;var Ex,Px,kx,Sx=0,Cx=[],Mx=Hb.__b,Ax=Hb.__r,Tx=Hb.diffed,Dx=Hb.__c,Rx=Hb.unmount;function $x(e,t){Hb.__h&&Hb.__h(Px,e,Sx||t),Sx=0;var n=Px.__H||(Px.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({}),n.__[e]}function jx(e){return Sx=1,Bx(Wx,e)}function Bx(e,t,n){var i=$x(Ex++,2);return i.t=e,i.__c||(i.__=[n?n(t):Wx(void 0,t),function(e){var t=i.t(i.__[0],e);i.__[0]!==t&&(i.__=[t,i.__[1]],i.__c.setState({}))}],i.__c=Px),i.__}function Ix(e,t){var n=$x(Ex++,3);!Hb.__s&&Ux(n.__H,t)&&(n.__=e,n.__H=t,Px.__H.__h.push(n))}function zx(e){return Sx=5,Nx((function(){return{current:e}}),[])}function Nx(e,t){var n=$x(Ex++,7);return Ux(n.__H,t)&&(n.__=e(),n.__H=t,n.__h=e),n.__}function Vx(e,t){return Sx=8,Nx((function(){return e}),t)}function Lx(e){var t=Px.context[e.__c],n=$x(Ex++,9);return n.__c=e,t?(null==n.__&&(n.__=!0,t.sub(Px)),t.props.value):e.__}function qx(){Cx.forEach((function(e){if(e.__P)try{e.__H.__h.forEach(Hx),e.__H.__h.forEach(Qx),e.__H.__h=[]}catch(t){e.__H.__h=[],Hb.__e(t,e.__v)}})),Cx=[]}Hb.__b=function(e){Px=null,Mx&&Mx(e)},Hb.__r=function(e){Ax&&Ax(e),Ex=0;var t=(Px=e.__c).__H;t&&(t.__h.forEach(Hx),t.__h.forEach(Qx),t.__h=[])},Hb.diffed=function(e){Tx&&Tx(e);var t=e.__c;t&&t.__H&&t.__H.__h.length&&(1!==Cx.push(t)&&kx===Hb.requestAnimationFrame||((kx=Hb.requestAnimationFrame)||function(e){var t,n=function(){clearTimeout(i),Fx&&cancelAnimationFrame(t),setTimeout(e)},i=setTimeout(n,100);Fx&&(t=requestAnimationFrame(n))})(qx)),Px=void 0},Hb.__c=function(e,t){t.some((function(e){try{e.__h.forEach(Hx),e.__h=e.__h.filter((function(e){return!e.__||Qx(e)}))}catch(n){t.some((function(e){e.__h&&(e.__h=[])})),t=[],Hb.__e(n,e.__v)}})),Dx&&Dx(e,t)},Hb.unmount=function(e){Rx&&Rx(e);var t=e.__c;if(t&&t.__H)try{t.__H.__.forEach(Hx)}catch(e){Hb.__e(e,t.__v)}};var Fx="function"==typeof requestAnimationFrame;function Hx(e){var t=Px;"function"==typeof e.__c&&e.__c(),Px=t}function Qx(e){var t=Px;e.__c=e.__(),Px=t}function Ux(e,t){return!e||e.length!==t.length||t.some((function(t,n){return t!==e[n]}))}function Wx(e,t){return"function"==typeof t?t(e):t}var Xx={exports:{}};
167
+ `,this._current.container)},Fl.prototype.open=function(e,t,n,i){if(!e)throw new Error("Element is missing");if(!t)throw new Error("No registered providers for: "+t);if(!n)throw new Error("the position argument is missing");this.isOpen()&&this.close();const{entries:r,headerEntries:o}=this._getContext(e,t);this._current={position:n,className:t,element:e,entries:r,headerEntries:o,container:this._createContainer({provider:t}),options:i},this._emit("open"),this._bindAutoClose(),this._render()},Fl.prototype._getContext=function(e,t){const n=this._getProviders(t);if(!n||!n.length)throw new Error("No registered providers for: "+t);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)}},Fl.prototype.close=function(){this.isOpen()&&(this._emit("close"),this.reset(),this._current=null)},Fl.prototype.reset=function(){const e=this._current.container;sl(null,e),ke(e)},Fl.prototype._emit=function(e,t){this._eventBus.fire(`popupMenu.${e}`,t)},Fl.prototype._onOpened=function(){this._emit("opened")},Fl.prototype._onClosed=function(){this._emit("closed")},Fl.prototype._createContainer=function(e){let t=e&&e.parent||"body";"string"==typeof t&&(t=document.querySelector(t));const n=_e(`<div class="djs-popup-parent djs-parent" data-popup=${e.provider}></div>`);return t.appendChild(n),n},Fl.prototype._bindAutoClose=function(){this._eventBus.once(ql,this.close,this)},Fl.prototype._unbindAutoClose=function(){this._eventBus.off(ql,this.close,this)},Fl.prototype._updateScale=function(e){var t,n,i=this._canvas.zoom(),r=this._config.scale,o=i;return!0!==r&&(!1===r?(t=1,n=1):(t=r.min,n=r.max),u(t)&&i<t&&(o=t),u(n)&&i>n&&(o=n)),o},Fl.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),{x:o,y:s}},Fl.prototype.isEmpty=function(e,t){if(!e)throw new Error("element parameter is missing");if(!t)throw new Error("providerId parameter is missing");const n=this._getProviders(t);return!n||!n.length||this._getContext(e,t).empty},Fl.prototype.registerProvider=function(e,t,n){n||(n=t,t=1e3),this._eventBus.on("popupMenu.getProviders."+e,t,(function(e){e.providers.push(n)}))},Fl.prototype._getProviders=function(e){var t=this._eventBus.createEvent({type:"popupMenu.getProviders."+e,providers:[]});return this._eventBus.fire(t),t.providers},Fl.prototype._getEntries=function(e,t){var n={};return _(t,(function(t){if(t.getPopupMenuEntries){var i=t.getPopupMenuEntries(e);g(i)?n=i(n):_(i,(function(e,t){n[t]=e}))}else _(t.getEntries(e),(function(e){var t=e.id;if(!t)throw new Error("every entry must have the id property set");n[t]=W(e,["id"])}))})),n},Fl.prototype._getHeaderEntries=function(e,t){var n={};return _(t,(function(t){if(t.getPopupMenuHeaderEntries){var i=t.getPopupMenuHeaderEntries(e);g(i)?n=i(n):_(i,(function(e,t){n[t]=e}))}else{if(!t.getHeaderEntries)return;_(t.getHeaderEntries(e),(function(e){var t=e.id;if(!t)throw new Error("every entry must have the id property set");n[t]=W(e,["id"])}))}})),n},Fl.prototype.isOpen=function(){return!!this._current},Fl.prototype.trigger=function(e,t){if(e.preventDefault(),!t){let n=ie(ce(e.delegateTarget||e.target,".entry",!0),"data-id");t=this._getEntry(n)}if(t.action)return t.action.call(null,e,t)},Fl.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 Hl={__init__:["popupMenu"],popupMenu:["type",Fl]},Ql={align:"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%202000%202000%22%3E%3Cpath%20style%3D%22stroke%3AcurrentColor%3Bstroke-width%3A100%3Bstroke-linecap%3Around%22%20d%3D%22M200%20150v1700%22%2F%3E%3Crect%20x%3D%22500%22%20y%3D%22150%22%20width%3D%221300%22%20height%3D%22700%22%20rx%3D%221%22%20style%3D%22fill%3Anone%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%22%2F%3E%3Crect%20x%3D%22500%22%20y%3D%221150%22%20width%3D%22700%22%20height%3D%22700%22%20rx%3D%221%22%20style%3D%22fill%3AcurrentColor%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%3Bopacity%3A.5%22%2F%3E%3C%2Fsvg%3E",bottom:"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201800%201800%22%3E%3Cpath%20style%3D%22stroke%3AcurrentColor%3Bstroke-width%3A100%3Bstroke-linecap%3Around%22%20d%3D%22M150%201650h1500%22%2F%3E%3Crect%20x%3D%22150%22%20y%3D%22350%22%20width%3D%22600%22%20height%3D%221300%22%20rx%3D%221%22%20style%3D%22fill%3Anone%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%22%2F%3E%3Crect%20x%3D%221050%22%20y%3D%22850%22%20width%3D%22600%22%20height%3D%22800%22%20rx%3D%221%22%20style%3D%22fill%3AcurrentColor%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%3Bopacity%3A.5%22%2F%3E%3C%2Fsvg%3E",center:"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201800%201800%22%3E%3Cpath%20style%3D%22stroke%3AcurrentColor%3Bstroke-width%3A100%3Bstroke-linecap%3Around%22%20d%3D%22M900%20150v1500%22%2F%3E%3Crect%20x%3D%22250%22%20y%3D%22150%22%20width%3D%221300%22%20height%3D%22600%22%20rx%3D%221%22%20style%3D%22fill%3Anone%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%22%2F%3E%3Crect%20x%3D%22500%22%20y%3D%221050%22%20width%3D%22800%22%20height%3D%22600%22%20rx%3D%221%22%20style%3D%22fill%3AcurrentColor%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%3Bopacity%3A.5%22%2F%3E%3C%2Fsvg%3E",left:"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201800%201800%22%3E%3Cpath%20style%3D%22stroke%3AcurrentColor%3Bstroke-width%3A100%3Bstroke-linecap%3Around%22%20d%3D%22M100%20150v1500%22%2F%3E%3Crect%20x%3D%22100%22%20y%3D%22150%22%20width%3D%221300%22%20height%3D%22600%22%20rx%3D%221%22%20style%3D%22fill%3Anone%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%22%2F%3E%3Crect%20x%3D%22100%22%20y%3D%221050%22%20width%3D%22800%22%20height%3D%22600%22%20rx%3D%221%22%20style%3D%22fill%3AcurrentColor%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%3Bopacity%3A.5%22%2F%3E%3C%2Fsvg%3E",right:"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201800%201800%22%3E%3Cpath%20style%3D%22stroke%3AcurrentColor%3Bstroke-width%3A100%3Bstroke-linecap%3Around%22%20d%3D%22M1650%20150v1500%22%2F%3E%3Crect%20x%3D%22350%22%20y%3D%22150%22%20width%3D%221300%22%20height%3D%22600%22%20rx%3D%221%22%20style%3D%22fill%3Anone%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%22%2F%3E%3Crect%20x%3D%22850%22%20y%3D%221050%22%20width%3D%22800%22%20height%3D%22600%22%20rx%3D%221%22%20style%3D%22fill%3AcurrentColor%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%3Bopacity%3A.5%22%2F%3E%3C%2Fsvg%3E",top:"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201800%201800%22%3E%3Cpath%20style%3D%22stroke%3AcurrentColor%3Bstroke-width%3A100%3Bstroke-linecap%3Around%22%20d%3D%22M150%20150h1500%22%2F%3E%3Crect%20x%3D%22150%22%20y%3D%22150%22%20width%3D%22600%22%20height%3D%221300%22%20rx%3D%221%22%20style%3D%22fill%3Anone%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%22%2F%3E%3Crect%20x%3D%221050%22%20y%3D%22150%22%20width%3D%22600%22%20height%3D%22800%22%20rx%3D%221%22%20style%3D%22fill%3AcurrentColor%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%3Bopacity%3A.5%22%2F%3E%3C%2Fsvg%3E",middle:"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201800%201800%22%3E%3Cpath%20style%3D%22stroke%3AcurrentColor%3Bstroke-width%3A100%3Bstroke-linecap%3Around%22%20d%3D%22M150%20900h1500%22%2F%3E%3Crect%20x%3D%22150%22%20y%3D%22250%22%20width%3D%22600%22%20height%3D%221300%22%20rx%3D%221%22%20style%3D%22fill%3Anone%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%22%2F%3E%3Crect%20x%3D%221050%22%20y%3D%22500%22%20width%3D%22600%22%20height%3D%22800%22%20rx%3D%221%22%20style%3D%22fill%3AcurrentColor%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%3Bopacity%3A.5%22%2F%3E%3C%2Fsvg%3E"};function Ul(e,t,n,i){e.registerProvider(900,this),this._contextPad=e,this._popupMenu=t,this._translate=n,this._canvas=i}Ul.$inject=["contextPad","popupMenu","translate","canvas"],Ul.prototype.getMultiElementContextPadEntries=function(e){var t={};return this._isAllowed(e)&&F(t,this._getEntries(e)),t},Ul.prototype._isAllowed=function(e){return!this._popupMenu.isEmpty(e,"align-elements")},Ul.prototype._getEntries=function(e){var t=this;return{"align-elements":{group:"align-elements",title:t._translate("Align elements"),imageUrl:Ql.align,action:{click:function(e,n){var i=t._getMenuPosition(n);F(i,{cursor:{x:e.x,y:e.y}}),t._popupMenu.open(n,"align-elements",i)}}}}},Ul.prototype._getMenuPosition=function(e){var t=this._contextPad.getPad(e).html.getBoundingClientRect();return{x:t.left,y:t.bottom+5}};var Wl=["left","center","right","top","middle","bottom"];function Xl(e,t,n,i){this._alignElements=t,this._translate=n,this._popupMenu=e,this._rules=i,e.registerProvider("align-elements",this)}function Yl(e){cs.call(this,e),this.init()}function Gl(e){Yl.call(this,e)}Xl.$inject=["popupMenu","alignElements","translate","rules"],Xl.prototype.getPopupMenuEntries=function(e){var t={};return this._isAllowed(e)&&F(t,this._getEntries(e)),t},Xl.prototype._isAllowed=function(e){return this._rules.allowed("elements.align",{elements:e})},Xl.prototype._getEntries=function(e){var t=this._alignElements,n=this._translate,i=this._popupMenu,r={};return _(Wl,(function(o){r["align-elements-"+o]={group:"align",title:n("Align elements "+o),className:"bjs-align-elements-menu-entry",imageUrl:Ql[o],action:function(n,r){t.trigger(e,o),i.close()}}})),r},Yl.$inject=["eventBus"],r(Yl,cs),Yl.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)}))},Yl.prototype.init=function(){},Gl.$inject=["eventBus"],r(Gl,Yl),Gl.prototype.init=function(){this.addRule("elements.align",(function(e){var t=O(e.elements,(function(e){return!(e.waypoints||e.host||e.labelTarget)}));return!((t=ft(t)).length<2)&&t}))};var Kl={__depends__:[Pa,$a,Hl],__init__:["alignElementsContextPadProvider","alignElementsMenuProvider","bpmnAlignElements"],alignElementsContextPadProvider:["type",Ul],alignElementsMenuProvider:["type",Xl],bpmnAlignElements:["type",Gl]};function Zl(e,t,n,i){for(var r;r=ec(e,n,t);)n=i(t,n,r);return n}function Jl(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 ec(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=tc(e);e.host&&(t=t.concat(tc(e.host)));e.attachers&&(t=t.concat(e.attachers.reduce((function(e,t){return e.concat(tc(t))}),[])));return t}(e);return x(r,(function(e){return e!==n&&"intersect"===On(e,i,10)}))}function tc(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 nc(){return!0}function ic(e,t,n){e.on("autoPlace",100,(function(e){var t=e.shape;return function(e,t,n){n||(n={});var i=n.defaultDistance||50,r=wn(e);return{x:vn(e).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 rc(e,t){e.on("autoPlace.end",500,(function(e){t.select(e.shape)}))}ic.$inject=["eventBus","modeling","canvas"],rc.$inject=["eventBus","selection"];var oc={__init__:["autoPlaceSelectionBehavior"],autoPlace:["type",ic],autoPlaceSelectionBehavior:["type",rc]};function sc(e,t){for("string"==typeof t&&(t=[t]);e=e.parent;)if(Ar(e,t))return e;return null}function ac(e,t){return Mr(t,"bpmn:TextAnnotation")?function(e,t){var n=vn(e),i={x:n.right+t.width/2,y:n.top-50-t.height/2};(function(e){return!!e.waypoints})(e)&&((i=wn(e)).x+=100,i.y-=50);return Zl(e,t,i,Jl({y:{margin:-30,minDistance:20}}))}(e,t):Ar(t,["bpmn:DataObjectReference","bpmn:DataStoreReference"])?function(e,t){var n=vn(e),i={x:n.right-10+t.width/2,y:n.bottom+40+t.width/2};return Zl(e,t,i,Jl({x:{margin:30,minDistance:30}}))}(e,t):Mr(t,"bpmn:FlowNode")?function(e,t){var n=vn(e),i=wn(e),r=function(e,t){t||(t={});var n=t.defaultDistance||50,i=t.direction||"e",r=t.filter,o=t.getWeight||function(t){return t.source===e?1:-1},s=t.maxDistance||250,a=t.reference||"start";function l(e,t){return"n"===i?"start"===a?vn(e).top-vn(t).bottom:"center"===a?vn(e).top-wn(t).y:vn(e).top-vn(t).top:"w"===i?"start"===a?vn(e).left-vn(t).right:"center"===a?vn(e).left-wn(t).x:vn(e).left-vn(t).left:"s"===i?"start"===a?vn(t).top-vn(e).bottom:"center"===a?wn(t).y-vn(e).bottom:vn(t).bottom-vn(e).bottom:"start"===a?vn(t).left-vn(e).right:"center"===a?wn(t).x-vn(e).right:vn(t).right-vn(e).right}r||(r=nc);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=P(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 Mr(e,"bpmn:SequenceFlow")}}),o=30,s=80,a="left";Mr(e,"bpmn:BoundaryEvent")&&-1!==(a=On(e,e.host,-25)).indexOf("top")&&(o*=-1);var l={x:n.right+r+t.width/2,y:i.y+lc(a,s)};return Zl(e,t,l,Jl({y:{margin:o,minDistance:s}}))}(e,t):void 0}function lc(e,t){return-1!=e.indexOf("top")?-1*t:-1!=e.indexOf("bottom")?t:0}function cc(e){e.on("autoPlace",(function(e){var t=e.shape;return ac(e.source,t)}))}cc.$inject=["eventBus"];var pc={__depends__:[oc],__init__:["bpmnAutoPlace"],bpmnAutoPlace:["type",cc]};function uc(e,t,n,i){cs.call(this,e),this._elementRegistry=t,this._modeling=n,this._rules=i;var r=this;this.postExecuted(["shape.create"],(function(e){var t=e.context,n=t.hints||{},i=t.shape,o=t.parent||t.newParent;!1!==n.autoResize&&r._expand([i],o)})),this.postExecuted(["elements.move"],(function(e){var t=e.context,n=a(T(t.closure.topLevel)),i=t.hints,o=!i||i.autoResize;!1!==o&&_(D(n,(function(e){return e.parent.id})),(function(e,t){h(o)&&(e=e.filter((function(e){return x(o,B({id:e.id}))}))),r._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||r._expand(i.children||[],i)})),this.postExecuted(["shape.resize"],(function(e){var t=e.context,n=t.hints,i=t.shape,o=i.parent;n&&!1===n.autoResize||o&&r._expand([i],o)}))}function dc(e){e.invoke(uc,this)}function hc(e){Yl.call(this,e);var t=this;this.addRule("element.autoResize",(function(e){return t.canResize(e.elements,e.target)}))}function mc(e,t){hc.call(this,e),this._modeling=t}uc.$inject=["eventBus","elementRegistry","modeling","rules"],r(uc,cs),uc.prototype._getOptimalBounds=function(e,t){var n=this.getOffset(t),i=this.getPadding(t),r=vn(xt(e)),o=vn(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),bn(F({},o,s))},uc.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=vn(e),t=vn(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}(U(t,["x","y","width","height"]),n);this.resize(t,n,{autoResize:i});var r=t.parent;r&&this._expand([t],r)}}},uc.prototype.getOffset=function(e){return{top:60,bottom:60,left:100,right:100}},uc.prototype.getPadding=function(e){return{top:2,bottom:2,left:15,right:15}},uc.prototype.resize=function(e,t,n){this._modeling.resizeShape(e,t,null,n)},dc.$inject=["injector"],r(dc,uc),dc.prototype.resize=function(e,t,n){Mr(e,"bpmn:Participant")?this._modeling.resizeLane(e,t,null,n):this._modeling.resizeShape(e,t,null,n)},hc.$inject=["eventBus"],r(hc,Yl),hc.prototype.canResize=function(e,t){return!1},r(mc,hc),mc.$inject=["eventBus","modeling"],mc.prototype.canResize=function(e,t){if(Mr(t.di,"bpmndi:BPMNPlane"))return!1;if(!Mr(t,"bpmn:Participant")&&!Mr(t,"bpmn:Lane")&&!Mr(t,"bpmn:SubProcess"))return!1;var n=!0;return _(e,(function(e){(Mr(e,"bpmn:Lane")||e.labelTarget)&&(n=!1)})),n};var fc={__init__:["bpmnAutoResize","bpmnAutoResizeProvider"],bpmnAutoResize:["type",dc],bpmnAutoResizeProvider:["type",mc]};function gc(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=Bo(e),function(e){return ce(e,"svg, .djs-element",!0)}(document.elementFromPoint(t.x,t.y))}}gc.$inject=["elementRegistry","eventBus","injector"];var yc={__init__:["hoverFix"],hoverFix:["type",gc]},vc=Math.round,bc="djs-drag-active";function xc(e){e.preventDefault()}function wc(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(F({},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=Bo(e),d=ta(u,p),h=r.localStart,m=s(u),g=ta(m,h);if(!r.active&&(i||(o=d,Math.sqrt(Math.pow(o.x,2)+Math.pow(o.y,2))>r.threshold))){if(F(l,{x:vc(h.x+c.x),y:vc(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&&Ks(r.cursor),t.addMarker(t.getRootElement(),bc)}jo(e),r.active&&(F(l,{x:vc(m.x+c.x),y:vc(m.y+c.y),dx:vc(g.x),dy:vc(g.y)},{originalEvent:e}),a("move"))}function c(e){var t=!0;r.active&&(e&&(r.payload.originalEvent=e,jo(e)),t=a("end")),!1===t&&a("rejected"),a("ended",g(!0!==t))}function p(e){zs("Escape",e)&&(xc(e),f())}function u(t){var n;r.active&&(n=Js(e),setTimeout(n,400),xc(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"),Zs(),g=r.trapClick?u:c,ge.unbind(document,"mousemove",l),ge.unbind(document,"dragstart",xc),ge.unbind(document,"selectstart",xc),ge.unbind(document,"mousedown",g,!0),ge.unbind(document,"mouseup",g,!0),ge.unbind(document,"keyup",p),ge.unbind(document,"touchstart",d,!0),ge.unbind(document,"touchcancel",f,!0),ge.unbind(document,"touchmove",l,!0),ge.unbind(document,"touchend",c,!0),e.off("element.hover",h),e.off("element.out",m),t.removeMarker(t.getRootElement(),bc);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,O=(g=F({},o,g||{})).data||{};x=g.trapClick?u:c,t?(y=$o(t)||t,v=Bo(t),jo(t),"dragstart"===y.type&&xc(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=F({prefix:i,data:O,payload:{},globalStart:v,displacement:ta(n,b),localStart:b,isTouch:w},g),g.manual||(w?(ge.bind(document,"touchstart",d,!0),ge.bind(document,"touchcancel",f,!0),ge.bind(document,"touchmove",l,!0),ge.bind(document,"touchend",c,!0)):(ge.bind(document,"mousemove",l),ge.bind(document,"dragstart",xc),ge.bind(document,"selectstart",xc),ge.bind(document,"mousedown",x,!0),ge.bind(document,"mouseup",x,!0)),ge.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){F(o,e)}}wc.$inject=["eventBus","canvas","selection","elementRegistry"];var Oc={__depends__:[yc,Jo],dragging:["type",wc]};function _c(e,t,n){this._canvas=n,this._opts=F({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 Ec(e,t,n){return t<e&&e<n}_c.$inject=["config.autoScroll","eventBus","canvas"],_c.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++)Ec(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))},_c.prototype.stopScroll=function(){clearTimeout(this._scrolling)},_c.prototype.setOptions=function(e){this._opts=F({},this._opts,e)},_c.prototype._toBorderPoint=function(e){var t=this._canvas._container.getBoundingClientRect(),n=Bo(e.originalEvent);return{x:n.x-t.left,y:n.y-t.top}};var Pc={__depends__:[Oc],__init__:["autoScroll"],autoScroll:["type",_c]};function kc(e){this._commandStack=e.get("commandStack",!1)}kc.$inject=["injector"],kc.prototype.allowed=function(e,t){var n=!0,i=this._commandStack;return i&&(n=i.canExecute(e,t)),void 0===n||n};var Sc={__init__:["rules"],rules:["type",kc]},Cc=Math.round,Mc=Math.max;function Ac(e,t){return function(e,t){var n,i;for(n=0;i=e[n];n++)if(Mt(i,t)<=10)return{point:e[n],bendpoint:!0,index:n};return null}(e,t)||function(e,t){var n,i,r=fn(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,10),(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=Mc(o.segment2,s.segment2)-1],bendpoint:!0,index:i}:{point:{x:Cc(o.x+s.x)/2,y:Cc(o.y+s.y)/2},index:o.segment2}:{point:{x:Cc(o.x),y:Cc(o.y)},index:o.segment2}:null}(e,t)}function Tc(e){return Math.sqrt(Math.pow(e.x,2)+Math.pow(e.y,2))}function Dc(e){return Math.atan((e[1].y-e[0].y)/(e[1].x-e[0].x))}function Rc(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 $c(e,t){var n=Rc(e,t);return Tc({x:n.x-e.x,y:n.y-e.y})}function jc(e,t){return Tc({x:e.x-t.x,y:e.y-t.y})}var Bc="djs-bendpoint",Ic="djs-segment-dragger";function zc(e,t,n){var i=function(e,t){var n,i=Bo(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 Ac(t,i)}function Nc(e,t){var n=Le("g");Re(n).add(Bc),Ce(e,n);var i=Le("circle");Te(i,{cx:0,cy:0,r:4}),Re(i).add("djs-visual"),Ce(n,i);var r=Le("circle");return Te(r,{cx:0,cy:0,r:10}),Re(r).add("djs-hit"),Ce(n,r),t&&Re(n).add(t),n}function Vc(e,t,n,i){var r=Le("g");Ce(e,r);var o=function(e,t,n){var i=t.x-e.x,r=t.y-e.y;return qc("h"===n?i:r)}(t,n,i),s=Le("rect");Te(s,{x:-9,y:-3,width:18,height:6}),Re(s).add("djs-visual"),Ce(r,s);var a=Le("rect");return Te(a,{x:-o/2,y:-8.5,width:o,height:17}),Re(a).add("djs-hit"),Ce(r,a),ii(r,"v"===i?90:0),r}function Lc(e,t,n){var i=Le("g"),r=Rt(t,n),o=Tt(t,n);return Ce(e,i),Vc(i,t,n,o),Re(i).add(Ic),Re(i).add("h"===o?"horizontal":"vertical"),ni(i,r.x,r.y),i}function qc(e){return Math.abs(Math.round(2*e/3))}function Fc(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=$c(e,[i[o],i[o+1]]);s<r&&(r=s,n=o)}return[i[n],i[n+1]]}(e,t);return Rc(e,n)}function Hc(e,t,n,i,r){function o(e,n){var o,s=n.waypoints,a=zc(t,s,e);if(a)return o=function(e,t){var n,i,r=e.waypoints;return t.index<=0||t.bendpoint?null:(i=Tt((n={start:r[t.index-1],end:r[t.index]}).start,n.end))?qc("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=Rt(i=t[c-1],r=t[c]),s=Tt(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){ge.bind(e,t,(function(e){n.triggerMouseEvent(t,e,i),e.stopPropagation()}))}function a(e,n){var i=t.getLayer("overlays"),r=Ee('.djs-bendpoints[data-element-id="'+hs(e.id)+'"]',i);return!r&&n&&(Te(r=Le("g"),{"data-element-id":e.id}),Re(r).add("djs-bendpoints"),Ce(i,r),s(r,"mousedown",e),s(r,"click",e),s(r,"dblclick",e)),r}function l(e,t){return Ee('.djs-segment-dragger[data-segment-idx="'+e+'"]',t)}function c(e,t){t.waypoints.forEach((function(t,n){var i=Nc(e);Ce(e,i),ni(i,t.x,t.y)})),Nc(e,"floating")}function p(e,t){for(var n,i,r,o=t.waypoints,a=1;a<o.length;a++)Tt(n=o[a-1],i=o[a])&&(Te(r=Lc(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){_(Pe(".djs-segment-dragger",e),(function(e){je(e)}))}(t),function(e){_(Pe(".djs-bendpoint",e),(function(e){je(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=Rt(s,a),u=Tt(s,a);o&&(i=function(e){return Ee(".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&&je(t)})),e.on("element.marker.update",(function(e){var t,n=e.element;n.waypoints&&(t=u(n),e.add?Re(t).add(e.marker):Re(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=zc(t,o,e.originalEvent)))return;!function(e,t){var n=Ee(".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(zo(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}Hc.$inject=["eventBus","canvas","interactionEvents","bendpointMove","connectionSegmentMove"];var Qc=Math.round,Uc="reconnectStart",Wc="reconnectEnd",Xc="updateWaypoints";function Yc(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?Xc:Wc:Uc)===Xc?"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===Xc?"connection.updateWaypoints":"connection.reconnect";if(t=n.allowed=r.allowed(c,{connection:i,source:l===Uc?a:o,target:l===Wc?a:s}))return n.source=l===Uc?a:o,void(n.target=l===Wc?a:s);!1===t&&(t=n.allowed=r.allowed(c,{connection:i,source:l===Wc?a:s,target:l===Uc?a:o})),t&&(n.source=l===Wc?a:s,n.target=l===Uc?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!==Xc&&(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:Qc(e.x),y:Qc(e.y)};if(!n)return!1;p===Xc?(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===Mt(t,i=e[r+1])||At(n,i,t)?e.splice(r,1):r++;return e}(a),u)):(p===Uc?(u.docking="source",Gc(t)&&(u.docking="target",u.newWaypoints=a.reverse())):p===Wc&&(u.docking="target",Gc(t)&&(u.docking="source",u.newWaypoints=a.reverse())),o.reconnect(r,l,c,d,u))}),this)}function Gc(e){var t=e.hover,n=e.source,i=e.target,r=e.type;return r===Uc?t&&i&&t===i&&n!==i:r===Wc?t&&n&&t===n&&n!==i:void 0}Yc.$inject=["injector","eventBus","canvas","dragging","rules","modeling"],Yc.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 Kc="updateWaypoints",Zc="connect-ok",Jc="connect-not-ok",ep="connect-hover",tp="djs-updating",np="djs-element-hidden";function ip(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,Re(t.draggerGfx=Nc(i.getLayer("overlays"))).add("djs-dragging"),i.addMarker(r,np),i.addMarker(r,tp)})),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,ep),o===Kc)return;n?(i.removeMarker(r,Jc),i.addMarker(r,Zc)):!1===n&&(i.removeMarker(r,Zc),i.addMarker(r,Jc))}})),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,ep),i.removeMarker(n,r?Zc:Jc))})),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?Gc(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?Gc(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===Kc&&(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,je(o),i.removeMarker(n,tp),i.removeMarker(n,np),s&&(i.removeMarker(s,Zc),i.removeMarker(s,a?Zc:Jc)),r&&r.cleanUp(t)}))}ip.$inject=["bendpointMove","injector","eventBus","canvas"];var rp="connect-hover",op="djs-updating";function sp(e,t,n){return ap(e,t,e[t]+n)}function ap(e,t,n){return{x:"x"===t?n:e.x,y:"y"===t?n:e.y}}function lp(e){return"x"===e?"y":"x"}function cp(e,t,n){var i,r;return e.original?e.original:(i=wn(t),ap(e,r=lp(n),i[r]))}function pp(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 ap(t,i,Math.min(Math.max(o+20,e[i]),r-20))}(n,i[e.segmentStartIndex+t],i[e.segmentEndIndex+t],lp(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=zc(n,d,e);(s=Tt(h,m))&&(a="v"===s?"x":"y",0===p&&(h=cp(h,t.source,a)),u===d.length-1&&(m=cp(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=Lc(r,t.segmentStart,t.segmentEnd),Re(t.draggerGfx).add("djs-dragging"),n.addMarker(i,op)})),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=sp(p,d,e["d"+d]),f=sp(u,d,e["d"+d]),g=h.length,y=0;h[o]=m,h[s]=f,o<2&&(t=On(r.source,m),1===o?"intersect"===t&&(h.shift(),h[0]=m,y--):"intersect"!==t&&(h.unshift(p),y++)),s>g-3&&(n=On(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,rp)})),t.on(["connectionSegment.move.out","connectionSegment.move.cleanup"],(function(e){var t=e.context.hover;t&&n.removeMarker(t,rp)})),t.on("connectionSegment.move.cleanup",(function(e){var t=e.context,i=t.connection;t.draggerGfx&&je(t.draggerGfx),n.removeMarker(i,op)})),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!At(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)}))}pp.$inject=["injector","eventBus","canvas","dragging","graphicsFactory","modeling"];var up=Math.abs,dp=Math.round;function hp(e){return{x:e.x,y:e.y}}function mp(e){return{x:e.x+e.width,y:e.y+e.height}}function fp(e,t){return!e||isNaN(e.x)||isNaN(e.y)?t:{x:dp(e.x+e.width/2),y:dp(e.y+e.height/2)}}function gp(e,t){var n=e.snapped;return!!n&&("string"==typeof t?n[t]:n.x&&n.y)}function yp(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 vp(e){return e.children||[]}var bp=Math.abs,xp=Math.round;function wp(e){function t(e,t){if(h(e)){for(var n=e.length;n--;)if(bp(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?Fc(t,e):e.width?{x:xp(e.width/2+e.x),y:xp(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:[]},_(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));F(e,{dx:e.dx-l,dy:e.dy-c,x:i,y:r}),(l||-1!==o.vertical.indexOf(s))&&yp(e,"x",i),(c||-1!==o.horizontal.indexOf(a))&&yp(e,"y",r)}})),e.on(["connect.hover","connect.move","connect.end"],1500,(function(e){var t,i=e.context.hover,r=i&&n(i,e);(t=i)&&t.waypoints&&r&&r.x&&r.y&&(yp(e,"x",r.x),yp(e,"y",r.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:[]},_(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));F(e,{dx:e.dx-u,dy:e.dy-d,x:e.x-u,y:e.y-d}),(u||-1!==s.vertical.indexOf(c))&&yp(e,"x",i),(d||-1!==s.horizontal.indexOf(p))&&yp(e,"y",r)}}))}wp.$inject=["eventBus"];var Op={__depends__:[Oc,Sc],__init__:["bendpoints","bendpointSnapping","bendpointMovePreview"],bendpoints:["type",Hc],bendpointMove:["type",Yc],bendpointMovePreview:["type",ip],connectionSegmentMove:["type",pp],bendpointSnapping:["type",wp]};function _p(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,!d(t=n.canExecute=r(i,o))){if(!1!==t)return n.source=i,void(n.target=o);d(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:Ep(t)?o:r,connectionEnd:Ep(t)?r:o};m(i)&&(l=i),t.connection=n.connect(s,a,l,c)})),this.start=function(e,n,i,r){m(i)||(r=i,i=wn(n)),t.init(e,"connect",{autoActivate:r,data:{shape:n,context:{start:n,connectionStart:i}}})}}function Ep(e){var t=e.hover,n=e.source,i=e.target;return t&&n&&t===n&&n!==i}_p.$inject=["eventBus","dragging","modeling","rules"];var Pp="connect-ok",kp="connect-not-ok";function Sp(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;Ep(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?Pp:kp)})),t.on(["connect.out","connect.cleanup"],1100,(function(e){var t=e.hover;t&&(n.removeMarker(t,Pp),n.removeMarker(t,kp))})),i&&t.on("connect.cleanup",(function(e){i.cleanUp(e.context)}))}Sp.$inject=["injector","eventBus","canvas"];var Cp={__depends__:[Jo,Sc,Oc],__init__:["connectPreview"],connect:["type",_p],connectPreview:["type",Sp]};function Mp(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)}Mp.$inject=["injector","canvas","graphicsFactory","elementFactory"],Mp.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()),Be(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?wn(s):c,a?wn(a):p]),this._connectionDocking&&(s||a)&&!d&&(i.waypoints=this._connectionDocking.getCroppedWaypoints(i,s,a)),this._graphicsFactory.drawConnection(r,i)):!h&&this.drawNoopPreview(r,n)},Mp.prototype.drawNoopPreview=function(e,t){var n=t.source,i=t.target,r=t.connectionStart||wn(n),o=t.connectionEnd||wn(i),s=this.cropWaypoints(r,o,n,i);Ce(e,this.createNoopConnection(s[0],s[1]))},Mp.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&&_n(o,a,!0)||e,t=i&&_n(s,a,!1)||t]},Mp.prototype.cleanUp=function(e){e&&e.connectionPreviewGfx&&je(e.connectionPreviewGfx)},Mp.prototype.getConnection=function(e){var t=function(e){return m(e)?e:{}}(e);return this._elementFactory.createConnection(t)},Mp.prototype.createConnectionPreviewGfx=function(){var e=Le("g");return Te(e,{pointerEvents:"none"}),Re(e).add("djs-connection-preview"),Ce(this._canvas.getActiveLayer(),e),e},Mp.prototype.createNoopConnection=function(e,t){var n=Le("polyline");return Te(n,{stroke:"#333",strokeDasharray:[1],strokeWidth:2,"pointer-events":"none"}),Te(n,{points:[e.x,e.y,t.x,t.y]}),n};var Ap={__init__:["connectionPreview"],connectionPreview:["type",Mp]},Tp=Math.min,Dp=Math.max;function Rp(e){e.preventDefault()}function $p(e){e.stopPropagation()}function jp(e){this.container=e.container,this.parent=_e('<div class="djs-direct-editing-parent"><div class="djs-direct-editing-content" contenteditable="true"></div></div>'),this.content=Ee("[contenteditable]",this.parent),this.keyHandler=e.keyHandler||function(){},this.resizeHandler=e.resizeHandler||function(){},this.autoResize=q(this.autoResize,this),this.handlePaste=q(this.handlePaste,this)}function Bp(e,t){this._eventBus=e,this._providers=[],this._textbox=new jp({container:t.getContainer(),keyHandler:q(this._handleKey,this),resizeHandler:q(this._handleResize,this)})}jp.prototype.create=function(e,t,n,i){var r=this.parent,o=this.content,s=this.container;i=this.options=i||{};var a=U(t=this.style=t||{},["width","height","maxWidth","maxHeight","minWidth","minHeight","left","top","backgroundColor","position","overflow","border","wordWrap","textAlign","outline","transform"]);F(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=U(t,["fontFamily","fontSize","fontWeight","lineHeight","padding","paddingTop","paddingRight","paddingBottom","paddingLeft"]);return F(o.style,{boxSizing:"border-box",width:"100%",outline:"none",wordWrap:"break-word"},l),i.centerVertically&&F(o.style,{position:"absolute",top:"50%",transform:"translate(0, -50%)"},l),o.innerText=n,ge.bind(o,"keydown",this.keyHandler),ge.bind(o,"mousedown",$p),ge.bind(o,"paste",this.handlePaste),i.autoResize&&ge.bind(o,"input",this.autoResize),i.resizable&&this.resizable(t),s.appendChild(r),this.setSelection(o.lastChild,o.lastChild&&o.lastChild.length),r},jp.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)}},jp.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)},jp.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&&ke(t)})),n=o,i=a+e.length}n&&void 0!==i&&setTimeout((function(){self.setSelection(n,i)}))},jp.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})}},jp.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=_e('<div class="djs-direct-editing-resize-handle"></div>');var u=function(n){Rp(n),$p(n);var u=Tp(Dp(c+n.clientX-a,i),o),d=Tp(Dp(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){Rp(e),$p(e),ge.unbind(document,"mousemove",u,!1),ge.unbind(document,"mouseup",d,!1)};ge.bind(n,"mousedown",(function(e){Rp(e),$p(e),a=e.clientX,l=e.clientY;var n=t.getBoundingClientRect();c=n.width,p=n.height,ge.bind(document,"mousemove",u),ge.bind(document,"mouseup",d)}))}F(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)},jp.prototype.destroy=function(){var e=this.parent,t=this.content,n=this.resizeHandle;t.innerText="",e.removeAttribute("style"),t.removeAttribute("style"),ge.unbind(t,"keydown",this.keyHandler),ge.unbind(t,"mousedown",$p),ge.unbind(t,"input",this.autoResize),ge.unbind(t,"paste",this.handlePaste),n&&(n.removeAttribute("style"),ke(n)),ke(e)},jp.prototype.getValue=function(){return this.content.innerText.trim()},jp.prototype.getSelection=function(){return window.getSelection().getRangeAt(0)},jp.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)},Bp.$inject=["eventBus","canvas"],Bp.prototype.registerProvider=function(e){this._providers.push(e)},Bp.prototype.isActive=function(e){return!(!this._active||e&&this._active.element!==e)},Bp.prototype.cancel=function(){this._active&&(this._fire("cancel"),this.close())},Bp.prototype._fire=function(e,t){this._eventBus.fire("directEditing."+e,t||{active:this._active})},Bp.prototype.close=function(){this._textbox.destroy(),this._fire("deactivate"),this._active=null,this.resizable=void 0},Bp.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()}},Bp.prototype.getValue=function(){return this._textbox.getValue()},Bp.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())},Bp.prototype._handleResize=function(e){this._fire("resize",e)},Bp.prototype.activate=function(e){var t;this.isActive()&&this.cancel();var n=x(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 Ip={__depends__:[Ho],__init__:["directEditing"],directEditing:["type",Bp]},zp=["marker-start","marker-mid","marker-end"],Np=["circle","ellipse","line","path","polygon","polyline","rect"];function Vp(e,t,n,i){this._elementRegistry=e,this._canvas=n,this._styles=i,this._clonedMarkers={};var r=this;t.on("drag.cleanup",(function(){_(r._clonedMarkers,(function(e){je(e)})),r._clonedMarkers={}}))}Vp.$inject=["elementRegistry","eventBus","canvas","styles"],Vp.prototype.getGfx=function(e){return this._elementRegistry.getGraphics(e)},Vp.prototype.addDragger=function(e,t,n){var i=Ie(n=n||this.getGfx(e)),r=n.getBoundingClientRect();return this._cloneMarkers(ei(i)),Te(i,this._styles.cls("djs-dragger",[],{x:r.top,y:r.left})),Ce(t,i),i},Vp.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 Ce(t,n),n},Vp.prototype._cloneMarkers=function(e){var t=this;if(e.childNodes)for(var n=0;n<e.childNodes.length;n++)t._cloneMarkers(e.childNodes[n]);(function(e){return-1!==Np.indexOf(e.nodeName)})(e)&&zp.forEach((function(n){if(Te(e,n)){var i=function(e,t,n){return Ee("marker#"+(i=Te(e,t),i.match(/url\(['"]?#([^'"]*)['"]?\)/)[1]),n||document);var i}(e,n,t._canvas.getContainer());t._cloneMarker(e,i,n)}}))},Vp.prototype._cloneMarker=function(e,t,n){var i=t.id,r=this._clonedMarkers[i];if(!r){var o=i+"-clone";(r=Ie(t)).id=o,Re(r).add("djs-dragger").add("djs-dragger-marker"),this._clonedMarkers[i]=r;var s=Ee("defs",this._canvas._svg);s||(s=Le("defs"),Ce(this._canvas._svg,s)),Ce(s,r)}var a=function(e){return"url(#"+e+")"}(this._clonedMarkers[i].id);Te(e,n,a)};var Lp={__init__:["previewSupport"],previewSupport:["type",Vp]},qp="drop-ok",Fp="drop-not-ok",Hp="attach-ok",Qp="new-parent",Up="create";function Wp(e,t,n,i,r){function o(t,n){[Hp,qp,Fp,Qp].forEach((function(i){i===n?e.addMarker(t,i):e.removeMarker(t,i)}))}function s(){var e=t.context();e&&e.prefix===Up&&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);Xp(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=x(e=O(e,(function(t){var n=t.labelTarget;return!(t.parent||function(e){return!!e.labelTarget}(t)&&-1!==e.indexOf(n))})),(function(e){return!Yp(e)})),a=!1,l=!1,c=!1;Gp(e)&&(a=r.allowed("shape.attach",{position:n,shape:s,target:t})),a||(c=Gp(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,Hp):o(i,c?Qp:Fp))})),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;Xp(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}):x(o=i.createElements(o,u,s,F({},p,{attach:l})),(function(e){return!Yp(e)})),F(t,{elements:o,shape:r}),F(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){h(n)||(n=[n]);var r=x(n,(function(e){return!Yp(e)}));if(r){i=F({elements:n,hints:{},shape:r},i||{}),_(n,(function(e){f(e.x)||(e.x=0),f(e.y)||(e.y=0)}));var o=xt(O(n,(function(e){return!e.hidden})));_(n,(function(e){Yp(e)&&(e.waypoints=C(e.waypoints,(function(e){return{x:e.x-o.x-o.width/2,y:e.y-o.y-o.height/2}}))),F(e,{x:e.x-o.x-o.width/2,y:e.y-o.y-o.height/2})})),t.init(e,Up,{cursor:"grabbing",autoActivate:!0,data:{shape:r,elements:n,context:i}})}}}function Xp(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 Yp(e){return!!e.waypoints}function Gp(e){return e&&1===e.length&&!Yp(e[0])}Wp.$inject=["canvas","dragging","eventBus","modeling","rules"];function Kp(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||Ce(e.getActiveLayer(),l),ni(l,t.x,t.y)):je(l)})),t.on("create.cleanup",(function(e){var t=e.context.dragGroup;t&&je(t)}))}Kp.$inject=["canvas","eventBus","graphicsFactory","previewSupport","styles"];var Zp={__depends__:[Oc,Lp,Sc,Jo],__init__:["create","createPreview"],create:["type",Wp],createPreview:["type",Kp]};function Jp(){}Jp.prototype.get=function(){return this._data},Jp.prototype.set=function(e){this._data=e},Jp.prototype.clear=function(){var e=this._data;return delete this._data,e},Jp.prototype.isEmpty=function(){return!this._data};var eu={clipboard:["type",Jp]};function tu(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)}))}tu.$inject=["eventBus"],tu.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 nu={__init__:["mouse"],mouse:["type",tu]};function iu(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=x(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),ru(n)&&(t.priority=3,t.source=n.source.id,t.target=n.target.id,t.waypoints=function(e){return C(e.waypoints,(function(e){return(e=su(e)).original&&(e.original=su(e.original)),e}))}(n)),ou(n)&&(t.priority=4,t.labelTarget=n.labelTarget.id),_(["x","y","width","height"],(function(e){f(n[e])&&(t[e]=n[e])})),t.hidden=n.hidden,t.collapsed=n.collapsed})),r.on("copyPaste.pasteElements",(function(e){F(e.hints,{createElementsBehavior:!1})}))}function ru(e){return!!e.waypoints}function ou(e){return!!e.labelTarget}function su(e){return F({},e)}function au(e,t){var n=t.indexOf(e);return-1===n?t:t.splice(n,1)}iu.$inject=["canvas","create","clipboard","elementFactory","eventBus","modeling","mouse","rules"],iu.prototype.copy=function(e){var t,n;return h(e)||(e=e?[e]:[]),n=!1===(t=this._eventBus.fire("copyPaste.canCopyElements",{elements:e}))?{}:this.createTree(h(t)?t:e),this._clipboard.set(n),this._eventBus.fire("copyPaste.elementsCopied",{elements:e,tree:n}),n},iu.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||{}})}},iu.prototype._paste=function(e,t,n,i){_(e,(function(e){f(e.x)||(e.x=0),f(e.y)||(e.y=0)}));var r=xt(e);return _(e,(function(e){ru(e)&&(e.waypoints=C(e.waypoints,(function(e){return{x:e.x-r.x-r.width/2,y:e.y-r.y-r.height/2}}))),F(e,{x:e.x-r.x-r.width/2,y:e.y-r.y-r.height/2})})),this._modeling.createElements(e,n,t,F({},i))},iu.prototype._createElements=function(e){var t=this,n=this._eventBus,i={},r=[];return _(e,(function(e,o){_(e=j(e,"priority"),(function(e){var o,s=F({},W(e,["priority"]));return i[e.parent]?s.parent=i[e.parent]:delete s.parent,n.fire("copyPaste.pasteElement",{cache:i,descriptor:s}),ru(s)?(s.source=i[e.source],s.target=i[e.target],o=i[e.id]=t.createConnection(s),void r.push(o)):ou(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},iu.prototype.createConnection=function(e){return this._elementFactory.createConnection(W(e,["id"]))},iu.prototype.createLabel=function(e){return this._elementFactory.createLabel(W(e,["id"]))},iu.prototype.createShape=function(e){return this._elementFactory.createShape(W(e,["id"]))},iu.prototype.hasRelations=function(e,t){var n,i;return!(ru(e)&&(n=x(t,B({id:e.source.id})),i=x(t,B({id:e.target.id})),!n||!i))&&!(ou(e)&&!x(t,B({id:e.labelTarget.id})))},iu.prototype.createTree=function(e){var t=this._rules,n=this,i={},r=[];function o(e,t){var n=x(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 vt(ft(e),(function(e,t,i){if(!ou(e)){_(e.labels,(function(e){o(e,i)})),_([e.attachers,e.incoming,e.outgoing],(function(e){e&&e.length&&_(e,(function(e){_(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=C(r,(function(e){return e.element})),r=C(r,(function(t){return t.descriptor={},n._eventBus.fire("copyPaste.copyElement",{descriptor:t.descriptor,element:t.element,elements:e}),t})),r=j(r,(function(e){return e.descriptor.priority})),e=C(r,(function(e){return e.element})),_(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)?au(r.element,e):(i[o]||(i[o]=[]),i[o].push(r.descriptor)):au(r.element,e)})),i};var lu={__depends__:[eu,Zp,nu,Sc],__init__:["copyPaste"],copyPaste:["type",iu]};function cu(e,t,n){h(n)||(n=[n]),_(n,(function(n){p(e[n])||(t[n]=e[n])}))}function pu(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=Tr(n);if(uu(n))return t;var o=t.businessObject=i(r,!0),s=t.di=i(Dr(n),!0);s.bpmnElement=o,cu(o,t,"name"),cu(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(uu(n))return n.businessObject=Tr(t[n.labelTarget]),void(n.di=Dr(t[n.labelTarget]));r=n.businessObject=i(r),(o=n.di=i(o)).bpmnElement=r,cu(n,r,["isExpanded","name"]),n.type=r.$type})),t.on("copyPaste.copyElement",750,(function(e){var t=e.descriptor,n=e.element;if(Mr(n,"bpmn:Participant")){var r=Tr(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=Tr(e);return e.default&&(n[e.default]={element:i,property:"default"}),e.host&&(Tr(e).attachedToRef=Tr(t[e.host])),W(n,P(n,(function(t,n,r){var o=n.element,s=n.property;return r===e.id&&(o[s]=i,t.push(e.id)),t}),[]))}(e.descriptor,t,function(e){return e[r]=e[r]||{}}(t)))}))}function uu(e){return!!e.labelTarget}pu.$inject=["bpmnFactory","eventBus","moddleCopy"];var du=["artifacts","dataInputAssociations","dataOutputAssociations","default","flowElements","lanes","incoming","outgoing","categoryValue"];function hu(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 j(t,(function(e){return"extensionElements"===e}))})),e.on("moddleCopy.canCopyProperty",(function(e){var t=e.parent,n=m(t)&&t.$descriptor,i=e.propertyName;return(!i||-1===du.indexOf(i))&&(!(i&&n&&!x(n.properties,B({name:i})))&&void 0)})),e.on("moddleCopy.canSetCopiedProperty",(function(e){var t,n,i=e.property;if(n="bpmn:ExtensionElements",(t=i)&&"function"==typeof t.$instanceOf&&t.$instanceOf(n)&&(!i.values||!i.values.length))return!1}))}function mu(e,t){return P(e.properties,(function(e,n){return t&&n.default?e:e.concat(n.name)}),[])}hu.$inject=["eventBus","bpmnFactory","moddle"],hu.prototype.copyElement=function(e,t,n,i){var r=this;n&&!h(n)&&(n=[n]),n=n||mu(e.$descriptor);var o=this._eventBus.fire("moddleCopy.canCopyProperties",{propertyNames:n,sourceElement:e,targetElement:t,clone:i});return!1===o||(h(o)&&(n=o),_(n,(function(n){var o;b(e,n)&&(o=e.get(n));var s=r.copyProperty(o,t,n,i);u(s)&&(!1!==r._eventBus.fire("moddleCopy.canSetCopiedProperty",{parent:t,property:s,propertyName:n})&&t.set(n,s))}))),t},hu.prototype.copyProperty=function(e,t,n,i){var r=this,o=this._eventBus.fire("moddleCopy.canCopyProperty",{parent:t,property:e,propertyName:n,clone:i});if(!1!==o){if(o)return m(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(h(e))return P(e,(function(e,s){return(o=r.copyProperty(s,t,n,i))?e.concat(o):e}),[]);if(m(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}}},hu.prototype._copyId=function(e,t,n){return n?e:this._moddle.ids.assigned(e)?void 0:(this._moddle.ids.claim(e,t),e)};var fu={__depends__:[lu],__init__:["bpmnCopyPaste","moddleCopy"],bpmnCopyPaste:["type",pu],moddleCopy:["type",hu]},gu=Math.round;function yu(e){this._modeling=e}yu.$inject=["modeling"],yu.prototype.replaceElement=function(e,t,n){if(e.waypoints)return null;var i=this._modeling,r=t.width||e.width,o=t.height||e.height,s=t.x||e.x,a=t.y||e.y,l=gu(s+r/2),c=gu(a+o/2);return i.replaceShape(e,F({},t,{x:l,y:c,width:r,height:o}),n)};var vu={__init__:["replace"],replace:["type",yu]};var bu=["cancelActivity","instantiate","eventGatewayType","triggeredByEvent","isInterrupting"];function xu(e,t,n,i,r,o,s){this.replaceElement=function(a,l,c){c=c||{};var u=l.type,d=a.businessObject;if(wu(d)&&"bpmn:SubProcess"===u&&function(e,t){var n=e&&b(e,"collapsed")?e.collapsed:!Xr(e);return n!==(t&&(b(t,"collapsed")||b(t,"isExpanded"))?b(t,"collapsed")?t.collapsed:!t.isExpanded:n)}(a,l))return i.toggleCollapse(a),a;var m=e.create(u),f={type:u,businessObject:m,di:{}};!function(e,t,n){h(n)||(n=[n]),_(n,(function(n){p(e[n])||(t[n]=e[n])}))}(a.di,f.di,["fill","stroke","background-color","border-color","color"]);var g,y=mu(d.$descriptor),v=mu(m.$descriptor,!0),x=(g=v,y.filter((function(e){return-1!==g.indexOf(e)})));F(m,U(l,bu));var w=O(x,(function(e){return"eventDefinitions"===e?Ou(a,l.eventDefinitionType):"loopCharacteristics"===e?!Gr(m):!b(m,e)&&(("processRef"!==e||!1!==l.isExpanded)&&"triggeredByEvent"!==e)}));if(m=n.copyElement(d,m,w),l.eventDefinitionType&&(Ou(m,l.eventDefinitionType)||(f.eventDefinitionType=l.eventDefinitionType,f.eventDefinitionAttrs=l.eventDefinitionAttrs)),Mr(d,"bpmn:Activity")){if(wu(d))f.isExpanded=Xr(a);else if(l&&b(l,"isExpanded")){f.isExpanded=l.isExpanded;var E=t.getDefaultSize(m,{isExpanded:f.isExpanded});f.width=E.width,f.height=E.height,f.x=a.x-(f.width-a.width)/2,f.y=a.y-(f.height-a.height)/2}Xr(a)&&!Mr(d,"bpmn:Task")&&f.isExpanded&&(f.width=a.width,f.height=a.height)}return wu(d)&&!wu(m)&&(c.moveChildren=!1),Mr(d,"bpmn:Participant")&&(!0===l.isExpanded?m.processRef=e.create("bpmn:Process"):c.moveChildren=!1,f.width=a.width,f.height=t.getDefaultSize(f).height),o.allowed("shape.resize",{shape:m})||(f.height=t.getDefaultSize(f).height,f.width=t.getDefaultSize(f).width),m.name=d.name,Ar(d,["bpmn:ExclusiveGateway","bpmn:InclusiveGateway","bpmn:Activity"])&&Ar(m,["bpmn:ExclusiveGateway","bpmn:InclusiveGateway","bpmn:Activity"])&&(m.default=d.default),l.host&&!Mr(d,"bpmn:BoundaryEvent")&&Mr(m,"bpmn:BoundaryEvent")&&(f.host=l.host),"bpmn:DataStoreReference"!==f.type&&"bpmn:DataObjectReference"!==f.type||(f.x=a.x+(a.width-f.width)/2),f=r.replaceElement(a,f,c),!1!==c.select&&s.select(f),f}}function wu(e){return Mr(e,"bpmn:SubProcess")}function Ou(e,t){var n=Tr(e);return t&&n.get("eventDefinitions").some((function(e){return Mr(e,t)}))}xu.$inject=["bpmnFactory","elementFactory","moddleCopy","modeling","replace","rules","selection"];var _u={__depends__:[fu,vu,Jo],bpmnReplace:["type",xu]};function Eu(e){return function(t){var n=t.target,i=Tr(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===Xr(e);return!(o&&s&&a&&l)}}var Pu=[{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"}}],ku=[{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"}}],Su=[{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"}}],Cu=[{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"}}],Mu=[{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"}}],Au=[{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}}],Tu=[{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}}],Du=Tu,Ru=[{label:"Task",actionName:"replace-with-task",className:"bpmn-icon-task",target:{type:"bpmn:Task"}},{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:"User Task",actionName:"replace-with-user-task",className:"bpmn-icon-user",target:{type:"bpmn:UserTask"}},{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:"Service Task",actionName:"replace-with-service-task",className:"bpmn-icon-service",target:{type:"bpmn:ServiceTask"}},{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}}],$u=[{label:"Data Store Reference",actionName:"replace-with-data-store-reference",className:"bpmn-icon-data-store",target:{type:"bpmn:DataStoreReference"}}],ju=[{label:"Data Object Reference",actionName:"replace-with-data-object-reference",className:"bpmn-icon-data-object",target:{type:"bpmn:DataObjectReference"}}],Bu=[{label:"Message Boundary Event",actionName:"replace-with-message-boundary",className:"bpmn-icon-intermediate-event-catch-message",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:MessageEventDefinition"}},{label:"Timer Boundary Event",actionName:"replace-with-timer-boundary",className:"bpmn-icon-intermediate-event-catch-timer",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:TimerEventDefinition"}},{label:"Escalation Boundary Event",actionName:"replace-with-escalation-boundary",className:"bpmn-icon-intermediate-event-catch-escalation",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:EscalationEventDefinition"}},{label:"Conditional Boundary Event",actionName:"replace-with-conditional-boundary",className:"bpmn-icon-intermediate-event-catch-condition",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:ConditionalEventDefinition"}},{label:"Error Boundary Event",actionName:"replace-with-error-boundary",className:"bpmn-icon-intermediate-event-catch-error",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:ErrorEventDefinition"}},{label:"Cancel Boundary Event",actionName:"replace-with-cancel-boundary",className:"bpmn-icon-intermediate-event-catch-cancel",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:CancelEventDefinition"}},{label:"Signal Boundary Event",actionName:"replace-with-signal-boundary",className:"bpmn-icon-intermediate-event-catch-signal",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:SignalEventDefinition"}},{label:"Compensation Boundary Event",actionName:"replace-with-compensation-boundary",className:"bpmn-icon-intermediate-event-catch-compensation",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:CompensateEventDefinition"}},{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}}],Iu=[{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"}},{label:"Error Start Event",actionName:"replace-with-error-start",className:"bpmn-icon-start-event-error",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:ErrorEventDefinition"}},{label:"Escalation Start Event",actionName:"replace-with-escalation-start",className:"bpmn-icon-start-event-escalation",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:EscalationEventDefinition"}},{label:"Compensation Start Event",actionName:"replace-with-compensation-start",className:"bpmn-icon-start-event-compensation",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:CompensateEventDefinition"}},{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}}],zu=[{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"}],Nu=[{label:"Expanded Pool",actionName:"replace-with-expanded-pool",className:"bpmn-icon-participant",target:{type:"bpmn:Participant",isExpanded:!0}},{label:function(e){var t="Empty Pool";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}}];function Vu(e,t,n,i,r,o,s){this._bpmnFactory=e,this._popupMenu=t,this._modeling=n,this._moddle=i,this._bpmnReplace=r,this._rules=o,this._translate=s,this.register()}Vu.$inject=["bpmnFactory","popupMenu","modeling","moddle","bpmnReplace","rules","translate"],Vu.prototype.register=function(){this._popupMenu.registerProvider("bpmn-replace",this)},Vu.prototype.getEntries=function(e){var t,n=e.businessObject;if(!this._rules.allowed("shape.replace",{element:e}))return[];var i=Eu(e);return Mr(n,"bpmn:DataObjectReference")?this._createEntries(e,$u):Mr(n,"bpmn:DataStoreReference")&&!Mr(e.parent,"bpmn:Collaboration")?this._createEntries(e,ju):Mr(n,"bpmn:StartEvent")&&!Mr(n.$parent,"bpmn:SubProcess")?(t=O(Pu,i),this._createEntries(e,t)):Mr(n,"bpmn:Participant")?(t=O(Nu,(function(t){return Xr(e)!==t.target.isExpanded})),this._createEntries(e,t)):Mr(n,"bpmn:StartEvent")&&Gr(n.$parent)?(t=O(Iu,(function(t){var n=!1!==t.target.isInterrupting,r=Tr(e).isInterrupting===n;return i(t)||!i(t)&&!r})),this._createEntries(e,t)):Mr(n,"bpmn:StartEvent")&&!Gr(n.$parent)&&Mr(n.$parent,"bpmn:SubProcess")?(t=O(ku,i),this._createEntries(e,t)):Mr(n,"bpmn:EndEvent")?(t=O(Cu,(function(e){return!("bpmn:CancelEventDefinition"==e.target.eventDefinitionType&&!Mr(n.$parent,"bpmn:Transaction"))&&i(e)})),this._createEntries(e,t)):Mr(n,"bpmn:BoundaryEvent")?(t=O(Bu,(function(e){var t=e.target;if("bpmn:CancelEventDefinition"==t.eventDefinitionType&&!Mr(n.attachedToRef,"bpmn:Transaction"))return!1;var r=!1!==t.cancelActivity,o=n.cancelActivity==r;return i(e)||!i(e)&&!o})),this._createEntries(e,t)):Mr(n,"bpmn:IntermediateCatchEvent")||Mr(n,"bpmn:IntermediateThrowEvent")?(t=O(Su,i),this._createEntries(e,t)):Mr(n,"bpmn:Gateway")?(t=O(Mu,i),this._createEntries(e,t)):Mr(n,"bpmn:Transaction")?(t=O(Tu,i),this._createEntries(e,t)):Gr(n)&&Xr(e)?(t=O(Du,i),this._createEntries(e,t)):Mr(n,"bpmn:SubProcess")&&Xr(e)?(t=O(Au,i),this._createEntries(e,t)):Mr(n,"bpmn:AdHocSubProcess")&&!Xr(e)?(t=O(Ru,(function(t){var n=t.target,i="bpmn:SubProcess"===n.type,r=!0===n.isExpanded;return Eu(e)&&(!i||r)})),this._createEntries(e,t)):Mr(n,"bpmn:SequenceFlow")?this._createSequenceFlowEntries(e,zu):Mr(n,"bpmn:FlowNode")?(t=O(Ru,i),Mr(n,"bpmn:SubProcess")&&!Xr(e)&&(t=O(t,(function(e){return"Sub Process (collapsed)"!==e.label}))),this._createEntries(e,t)):[]},Vu.prototype.getHeaderEntries=function(e){var t=[];return Mr(e,"bpmn:Activity")&&!Gr(e)&&(t=t.concat(this._getLoopEntries(e))),Mr(e,"bpmn:DataObjectReference")&&(t=t.concat(this._getDataObjectIsCollection(e))),Mr(e,"bpmn:Participant")&&(t=t.concat(this._getParticipantMultiplicity(e))),!Mr(e,"bpmn:SubProcess")||Mr(e,"bpmn:Transaction")||Gr(e)||t.push(this._getAdHocEntry(e)),t},Vu.prototype._createEntries=function(e,t){var n=[],i=this;return _(t,(function(t){var r=i._createMenuEntry(t,e);n.push(r)})),n},Vu.prototype._createSequenceFlowEntries=function(e,t){var n=Tr(e),i=[],r=this._modeling,o=this._moddle,s=this;return _(t,(function(t){switch(t.actionName){case"replace-with-default-flow":n.sourceRef.default!==n&&(Mr(n.sourceRef,"bpmn:ExclusiveGateway")||Mr(n.sourceRef,"bpmn:InclusiveGateway")||Mr(n.sourceRef,"bpmn:ComplexGateway")||Mr(n.sourceRef,"bpmn:Activity"))&&i.push(s._createMenuEntry(t,e,(function(){r.updateProperties(e.source,{default:n})})));break;case"replace-with-conditional-flow":!n.conditionExpression&&Mr(n.sourceRef,"bpmn:Activity")&&i.push(s._createMenuEntry(t,e,(function(){var t=o.create("bpmn:FormalExpression",{body:""});r.updateProperties(e,{conditionExpression:t})})));break;default:if(Mr(n.sourceRef,"bpmn:Activity")&&n.conditionExpression)return i.push(s._createMenuEntry(t,e,(function(){r.updateProperties(e,{conditionExpression:void 0})})));if((Mr(n.sourceRef,"bpmn:ExclusiveGateway")||Mr(n.sourceRef,"bpmn:InclusiveGateway")||Mr(n.sourceRef,"bpmn:ComplexGateway")||Mr(n.sourceRef,"bpmn:Activity"))&&n.sourceRef.default===n)return i.push(s._createMenuEntry(t,e,(function(){r.updateProperties(e.source,{default:void 0})})))}})),i},Vu.prototype._createMenuEntry=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,id:e.actionName,action:n}},Vu.prototype._getLoopEntries=function(e){var t=this,n=this._translate;function i(n,i){var r=Tr(e).loopCharacteristics;i.active?r=void 0:(!p(i.options.isSequential)&&r&&Mr(r,i.options.loopCharacteristics)||(r=t._moddle.create(i.options.loopCharacteristics)),r.isSequential=i.options.isSequential),t._modeling.updateProperties(e,{loopCharacteristics:r})}var r,o,s,a=Tr(e).loopCharacteristics;return a&&(r=a.isSequential,o=void 0===a.isSequential,s=void 0!==a.isSequential&&!a.isSequential),[{id:"toggle-parallel-mi",className:"bpmn-icon-parallel-mi-marker",title:n("Parallel Multi Instance"),active:s,action:i,options:{loopCharacteristics:"bpmn:MultiInstanceLoopCharacteristics",isSequential:!1}},{id:"toggle-sequential-mi",className:"bpmn-icon-sequential-mi-marker",title:n("Sequential Multi Instance"),active:r,action:i,options:{loopCharacteristics:"bpmn:MultiInstanceLoopCharacteristics",isSequential:!0}},{id:"toggle-loop",className:"bpmn-icon-loop-marker",title:n("Loop"),active:o,action:i,options:{loopCharacteristics:"bpmn:StandardLoopCharacteristics"}}]},Vu.prototype._getDataObjectIsCollection=function(e){var t=this,n=this._translate;var i=e.businessObject.dataObjectRef,r=i.isCollection;return[{id:"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})}}]},Vu.prototype._getParticipantMultiplicity=function(e){var t=this,n=this._bpmnFactory,i=this._translate;var r=e.businessObject.participantMultiplicity,o=[{id:"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})}}];return o},Vu.prototype._getAdHocEntry=function(e){var t=this._translate,n=Mr(Tr(e),"bpmn:AdHocSubProcess"),i=this._bpmnReplace.replaceElement;return{id:"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})}}};var Lu={__depends__:[Hl,_u],__init__:["replaceMenuProvider"],replaceMenuProvider:["type",Vu]},qu=Math.max,Fu=Math.min;function Hu(e,t){return{top:e.top-t.top,right:e.right-t.right,bottom:e.bottom-t.bottom,left:e.left-t.left}}function Qu(e,t,n){var i=t[e],r=n.min&&n.min[e],o=n.max&&n.max[e];return f(r)&&(i=(/top|left/.test(e)?Fu:qu)(i,r)),f(o)&&(i=(/top|left/.test(e)?qu:Fu)(i,o)),i}function Uu(e,t){return void 0!==e?e:20}function Wu(e){return!e.waypoints&&"label"!==e.type}function Xu(e,t){var n;if((n=void 0===e.length?O(e.children,Wu):e).length)return function(e,t){var n,i,r,o;return"object"==typeof t?(n=Uu(t.left),i=Uu(t.right),r=Uu(t.top),o=Uu(t.bottom)):n=i=r=o=Uu(t),{x:e.x-n,y:e.y-r,width:e.width+n+i,height:e.height+r+o}}(xt(n),t)}var Yu=Math.abs;var Gu=["bpmn:Participant","bpmn:Process","bpmn:SubProcess"],Ku=30;function Zu(e,t){return t=t||[],e.children.filter((function(e){Mr(e,"bpmn:Lane")&&(Zu(e,t),t.push(e))})),t}function Ju(e){return e.children.filter((function(e){return Mr(e,"bpmn:Lane")}))}function ed(e){return sc(e,Gu)||e}function td(e,t){var n=ed(e),i=Zu(n,Mr(n,"bpmn:Process")?[]:[n]),r=vn(e),o=vn(t),s=function(e,t){return Hu(vn(t),vn(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=vn(t);s.top&&(Yu(d.bottom-r.top)<10&&(p=o.top-d.bottom),Yu(d.top-r.top)<5&&(l=o.top-d.top)),s.bottom&&(Yu(d.top-r.bottom)<10&&(l=o.bottom-d.top),Yu(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 nd(e,t,n,i,r,o,s,a,l,c,p,u){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,!1!==e.autoPlace&&(this._autoPlace=t.get("autoPlace",!1)),n.on("create.end",250,(function(e){var t=e.context.shape;if(No(e)&&i.isOpen(t)){var n=i.getEntries(t);n.replace&&n.replace.action.click(e,t)}}))}function id(e,t,n){var i=e.$instanceOf(t),r=!1;return _(e.eventDefinitions||[],(function(e){e.$type===n&&(r=!0)})),i&&r}nd.$inject=["config.contextPad","injector","eventBus","contextPad","modeling","elementFactory","connect","create","popupMenu","canvas","rules","translate"],nd.prototype.getMultiElementContextPadEntries=function(e){var t=this._modeling,n={};return this._isDeleteAllowed(e)&&F(n,{delete:{group:"edit",className:"bpmn-icon-trash",title:this._translate("Remove"),action:{click:function(e,n){t.removeElements(n.slice())}}}}),n},nd.prototype._isDeleteAllowed=function(e){var t=this._rules.allowed("elements.delete",{elements:e});return h(t)?k(t,(function(e){return n=e,-1!==t.indexOf(n);var n})):t},nd.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,c=this._translate,p={};if("label"===e.type)return p;var u=e.businessObject;function d(e,t){r.start(e,t)}function m(e,t,n,r){function s(t,n){var s=i.createShape(F({type:e},r));o.start(t,s,{source:n})}"string"!=typeof n&&(r=n,n=c("Append {type}",{type:e.replace(/^bpmn:/,"")}));var a=l?function(t,n){var o=i.createShape(F({type:e},r));l.append(n,o)}:s;return{group:"model",className:t,title:n,action:{dragstart:s,click:a}}}function f(e){return function(i,r){n.splitLane(r,e),t.open(r,!0)}}if(Ar(u,["bpmn:Lane","bpmn:Participant"])&&Xr(e)){var g=Ju(e);F(p,{"lane-insert-above":{group:"lane-insert-above",className:"bpmn-icon-lane-insert-above",title:c("Add Lane above"),action:{click:function(e,t){n.addLane(t,"top")}}}}),g.length<2&&(e.height>=120&&F(p,{"lane-divide-two":{group:"lane-divide",className:"bpmn-icon-lane-divide-two",title:c("Divide into two Lanes"),action:{click:f(2)}}}),e.height>=180&&F(p,{"lane-divide-three":{group:"lane-divide",className:"bpmn-icon-lane-divide-three",title:c("Divide into three Lanes"),action:{click:f(3)}}})),F(p,{"lane-insert-below":{group:"lane-insert-below",className:"bpmn-icon-lane-insert-below",title:c("Add Lane below"),action:{click:function(e,t){n.addLane(t,"bottom")}}}})}Mr(u,"bpmn:FlowNode")&&(Mr(u,"bpmn:EventBasedGateway")?F(p,{"append.receive-task":m("bpmn:ReceiveTask","bpmn-icon-receive-task",c("Append ReceiveTask")),"append.message-intermediate-event":m("bpmn:IntermediateCatchEvent","bpmn-icon-intermediate-event-catch-message",c("Append MessageIntermediateCatchEvent"),{eventDefinitionType:"bpmn:MessageEventDefinition"}),"append.timer-intermediate-event":m("bpmn:IntermediateCatchEvent","bpmn-icon-intermediate-event-catch-timer",c("Append TimerIntermediateCatchEvent"),{eventDefinitionType:"bpmn:TimerEventDefinition"}),"append.condition-intermediate-event":m("bpmn:IntermediateCatchEvent","bpmn-icon-intermediate-event-catch-condition",c("Append ConditionIntermediateCatchEvent"),{eventDefinitionType:"bpmn:ConditionalEventDefinition"}),"append.signal-intermediate-event":m("bpmn:IntermediateCatchEvent","bpmn-icon-intermediate-event-catch-signal",c("Append SignalIntermediateCatchEvent"),{eventDefinitionType:"bpmn:SignalEventDefinition"})}):id(u,"bpmn:BoundaryEvent","bpmn:CompensateEventDefinition")?F(p,{"append.compensation-activity":m("bpmn:Task","bpmn-icon-task",c("Append compensation activity"),{isForCompensation:!0})}):Mr(u,"bpmn:EndEvent")||u.isForCompensation||id(u,"bpmn:IntermediateThrowEvent","bpmn:LinkEventDefinition")||Gr(u)||F(p,{"append.end-event":m("bpmn:EndEvent","bpmn-icon-end-event-none",c("Append EndEvent")),"append.gateway":m("bpmn:ExclusiveGateway","bpmn-icon-gateway-none",c("Append Gateway")),"append.append-task":m("bpmn:Task","bpmn-icon-task",c("Append Task")),"append.intermediate-event":m("bpmn:IntermediateThrowEvent","bpmn-icon-intermediate-event-none",c("Append Intermediate/Boundary Event"))})),s.isEmpty(e,"bpmn-replace")||F(p,{replace:{group:"edit",className:"bpmn-icon-screw-wrench",title:c("Change type"),action:{click:function(e,n){var i=F(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:c("Change element"),width:300,search:!0})}}}}),Mr(u,"bpmn:SequenceFlow")&&F(p,{"append.text-annotation":m("bpmn:TextAnnotation","bpmn-icon-text-annotation")}),Ar(u,["bpmn:FlowNode","bpmn:InteractionNode","bpmn:DataObjectReference","bpmn:DataStoreReference"])&&F(p,{"append.text-annotation":m("bpmn:TextAnnotation","bpmn-icon-text-annotation"),connect:{group:"connect",className:"bpmn-icon-connection-multi",title:c("Connect using "+(u.isForCompensation?"":"Sequence/MessageFlow or ")+"Association"),action:{click:d,dragstart:d}}}),Mr(u,"bpmn:TextAnnotation")&&F(p,{connect:{group:"connect",className:"bpmn-icon-connection-multi",title:c("Connect using Association"),action:{click:d,dragstart:d}}}),Ar(u,["bpmn:DataObjectReference","bpmn:DataStoreReference"])&&F(p,{connect:{group:"connect",className:"bpmn-icon-connection-multi",title:c("Connect using DataInputAssociation"),action:{click:d,dragstart:d}}}),Mr(u,"bpmn:Group")&&F(p,{"append.text-annotation":m("bpmn:TextAnnotation","bpmn-icon-text-annotation")});var y=a.allowed("elements.delete",{elements:[e]});return h(y)&&(y=y[0]===e),y&&F(p,{delete:{group:"edit",className:"bpmn-icon-trash",title:c("Remove"),action:{click:function(e,t){n.removeElements([t])}}}}),p};var rd={__depends__:[Ip,$a,Jo,Cp,Zp,Lu],__init__:["contextPadProvider"],contextPadProvider:["type",nd]},od={horizontal:["x","width"],vertical:["y","height"]};function sd(e,t){this._modeling=e,this._filters=[],this.registerFilter((function(e){var n=t.allowed("elements.distribute",{elements:e});return h(n)?n:n?e:[]}))}sd.$inject=["modeling","rules"],sd.prototype.registerFilter=function(e){if("function"!=typeof e)throw new Error("the filter has to be a function");this._filters.push(e)},sd.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},sd.prototype._filterElements=function(e){var t=this._filters,n=this._axis,i=this._dimension,r=[].concat(e);return t.length?(_(t,(function(e){r=e(r,n,i)})),r):e},sd.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 _(j(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},sd.prototype._setOrientation=function(e){var t=od[e];this._axis=t[0],this._dimension=t[1]},sd.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)},sd.prototype._findRange=function(e){var t=e[this._axis];return{min:t+5,max:t+e[this._dimension]-5}};var ad={__init__:["distributeElements"],distributeElements:["type",sd]};function ld(e,t,n){Yl.call(this,t)}ld.$inject=["distributeElements","eventBus","rules"],r(ld,Yl),ld.prototype.init=function(){this.addRule("elements.distribute",(function(e){var t=e.elements;return!((t=ft(t=O(t,(function(e){var t=Ar(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 cd={horizontal:"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201800%201800%22%3E%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%3Bstroke-linejoin%3Around%22%20d%3D%22M450%20400V150h900v250%22%2F%3E%3Crect%20x%3D%22150%22%20y%3D%22450%22%20width%3D%22600%22%20height%3D%221200%22%20rx%3D%221%22%20style%3D%22fill%3Anone%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%22%2F%3E%3Crect%20x%3D%221050%22%20y%3D%22450%22%20width%3D%22600%22%20height%3D%22800%22%20rx%3D%221%22%20style%3D%22fill%3AcurrentColor%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%3Bopacity%3A.5%22%2F%3E%3C%2Fsvg%3E",vertical:"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201800%201800%22%3E%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%3Bstroke-linejoin%3Around%22%20d%3D%22M400%201350H150V450h250%22%2F%3E%3Crect%20x%3D%22450%22%20y%3D%22150%22%20width%3D%221200%22%20height%3D%22600%22%20rx%3D%221%22%20style%3D%22fill%3Anone%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%22%2F%3E%3Crect%20x%3D%22450%22%20y%3D%221050%22%20width%3D%22800%22%20height%3D%22600%22%20rx%3D%221%22%20style%3D%22fill%3AcurrentColor%3Bstroke%3AcurrentColor%3Bstroke-width%3A100%3Bopacity%3A.5%22%2F%3E%3C%2Fsvg%3E"};function pd(e,t,n,i){this._distributeElements=t,this._translate=n,this._popupMenu=e,this._rules=i,e.registerProvider("align-elements",900,this)}pd.$inject=["popupMenu","distributeElements","translate","rules"],pd.prototype.getPopupMenuEntries=function(e){var t={};return this._isAllowed(e)&&F(t,this._getEntries(e)),t},pd.prototype._isAllowed=function(e){return this._rules.allowed("elements.distribute",{elements:e})},pd.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",imageUrl:cd.horizontal,action:function(n,r){t.trigger(e,"horizontal"),i.close()}},"distribute-elements-vertical":{group:"distribute",title:n("Distribute elements vertically"),imageUrl:cd.vertical,action:function(n,r){t.trigger(e,"vertical"),i.close()}}}};var ud={__depends__:[Hl,ad],__init__:["bpmnDistributeElements","distributeElementsMenuProvider"],bpmnDistributeElements:["type",ld],distributeElementsMenuProvider:["type",pd]},dd="is not a registered action";function hd(e,t){this._actions={};var n=this;e.on("diagram.init",(function(){n._registerDefaultActions(t),e.fire("editorActions.init",{editorActions:n})}))}function md(e,t){return new Error(e+" "+t)}hd.$inject=["eventBus","injector"],hd.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),c=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=h(r)?r:e).length&&n.removeElements(t.slice())}})),l&&this.register("moveCanvas",(function(e){l.moveCanvas(e)})),c&&this.register("moveSelection",(function(e){c.moveSelection(e.direction,e.accelerated)}))},hd.prototype.trigger=function(e,t){if(!this._actions[e])throw md(e,dd);return this._actions[e](t)},hd.prototype.register=function(e,t){var n=this;if("string"==typeof e)return this._registerAction(e,t);_(e,(function(e,t){n._registerAction(t,e)}))},hd.prototype._registerAction=function(e,t){if(this.isRegistered(e))throw md(e,"is already registered");this._actions[e]=t},hd.prototype.unregister=function(e){if(!this.isRegistered(e))throw md(e,dd);this._actions[e]=void 0},hd.prototype.getActions=function(){return Object.keys(this._actions)},hd.prototype.isRegistered=function(e){return!!this._actions[e]};var fd={__init__:["editorActions"],editorActions:["type",hd]};function gd(e){e.invoke(hd,this)}r(gd,hd),gd.$inject=["injector"],gd.prototype._registerDefaultActions=function(e){hd.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);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=O(t,(function(e){return!Mr(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=xt(i=Mr(r,"bpmn:Collaboration")?n.filter((function(e){return Mr(e.parent,"bpmn:Collaboration")})):n.filter((function(e){return e!==r&&!Mr(e.parent,"bpmn:SubProcess")}))),d.moveElements(i,{x:-e.x,y:-e.y},r)}))};var yd={__depends__:[fd],editorActions:["type",gd]};function vd(e){e.on(["create.init","shape.move.init"],(function(e){var t=e.context;Ar(e.shape,["bpmn:Participant","bpmn:SubProcess","bpmn:TextAnnotation"])&&(t.gridSnappingContext||(t.gridSnappingContext={}),t.gridSnappingContext.snapLocation="top-left")}))}vd.$inject=["eventBus"];function bd(e,t,n){return n||(n="round"),Math[n](e/t)*t}function xd(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&&Is(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&&f(a[t]))return a[t];a||(a=o.snapOffset={});f(a[t])||(a[t]=0);if(!r)return a[t];n.get(r.id)||(wd(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&&(wd(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&&(wd(t)?_d(a)?s.x.max=l.left:s.x.min=l.right:Od(a)?s.y.max=l.top:s.y.min=l.bottom);c&&(wd(t)?_d(a)?s.x.min=c.left:s.x.max=c.right:Od(a)?s.y.min=c.top:s.y.max=c.bottom);return s[t]}(t,n);s&&F(i,s),gp(t,n)||r.snapEvent(t,n,i)}))}}))}function wd(e){return"x"===e}function Od(e){return-1!==e.indexOf("n")}function _d(e){return-1!==e.indexOf("w")}function Ed(e,t){cs.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;y(i)?t.newBounds=n.snapComplex(o,i):t.newBounds=n.snapSimple(r,o)}}))}xd.prototype.snapEvent=function(e,t,n){yp(e,t,this.snapValue(e[t],n))},xd.prototype.getGridSpacing=function(){return 10},xd.prototype.snapValue=function(e,t){var n,i,r=0;return t&&t.offset&&(r=t.offset),e=bd(e+=r,10),t&&t.min&&f(n=t.min)&&(n=bd(n+r,10,"ceil"),e=Math.max(e,n)),t&&t.max&&f(i=t.max)&&(i=bd(i+r,10,"floor"),e=Math.min(e,i)),e-=r},xd.prototype.isActive=function(){return this.active},xd.prototype.setActive=function(e){this.active=e,this._eventBus.fire("gridSnapping.toggle",{active:e})},xd.prototype.toggleActive=function(){this.setActive(!this.active)},xd.$inject=["elementRegistry","eventBus","config.gridSnapping"],Ed.$inject=["eventBus","gridSnapping","modeling"],r(Ed,cs),Ed.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},Ed.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},Ed.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),F(e,o),e},Ed.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),F(e,o),e};function Pd(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))}))}Pd.$inject=["eventBus","gridSnapping"];var kd={__depends__:[{__init__:["gridSnappingResizeBehavior","gridSnappingSpaceToolBehavior"],gridSnappingResizeBehavior:["type",Ed],gridSnappingSpaceToolBehavior:["type",Pd]}],__init__:["gridSnapping"],gridSnapping:["type",xd]};function Sd(e,t){e.on("autoPlace",2e3,(function(e){var n=e.source,i=wn(n),r=e.shape,o=ac(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],Mr(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}))}Sd.$inject=["eventBus","gridSnapping"];function Cd(e,t,n){t.on(["create.start","shape.move.start"],1750,(function(t){var i=t.context,r=i.shape,o=e.getRootElement();Mr(r,"bpmn:Participant")&&Mr(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})))}))}Cd.$inject=["canvas","eventBus","gridSnapping"];function Md(e,t,n){cs.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 Ad(e,t,n){var i=Tt(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=F({},t,r),n=F({},n,r)),[t,n]}Md.$inject=["eventBus","gridSnapping","modeling"],r(Md,cs),Md.prototype.snapMiddleSegments=function(e){var t,n=this._gridSnapping;e=e.slice();for(var i=1;i<e.length-2;i++)t=Ad(n,e[i],e[i+1]),e[i]=t[0],e[i+1]=t[1];return e};var Td={__depends__:[kd,{__init__:["gridSnappingAutoPlaceBehavior","gridSnappingParticipantBehavior","gridSnappingLayoutConnectionBehavior"],gridSnappingAutoPlaceBehavior:["type",Sd],gridSnappingParticipantBehavior:["type",Cd],gridSnappingLayoutConnectionBehavior:["type",Md]}],__init__:["bpmnGridSnapping"],bpmnGridSnapping:["type",vd]};function Dd(e,t){this._interactionEvents=t;var n=this;e.on(["interactionEvents.createHit","interactionEvents.updateHit"],(function(e){var t=e.element,i=e.gfx;return Mr(t,"bpmn:Lane")?n.createParticipantHit(t,i):Mr(t,"bpmn:Participant")?Xr(t)?n.createParticipantHit(t,i):n.createDefaultHit(t,i):Mr(t,"bpmn:SubProcess")?Xr(t)?n.createSubProcessHit(t,i):n.createDefaultHit(t,i):void 0}))}Dd.$inject=["eventBus","interactionEvents"],Dd.prototype.createDefaultHit=function(e,t){return this._interactionEvents.removeHits(t),this._interactionEvents.createDefaultHit(e,t),!0},Dd.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},Dd.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 Rd={__init__:["bpmnInteractionEvents"],bpmnInteractionEvents:["type",Dd]};function $d(e){e.invoke(Qs,this)}r($d,Qs),$d.$inject=["injector"],$d.prototype.registerBindings=function(e,t){function n(n,i){t.isRegistered(n)&&e.addListener(i)}Qs.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}))};var jd={__depends__:[Us],__init__:["keyboardBindings"],keyboardBindings:["type",$d]},Bd={moveSpeed:1,moveSpeedAccelerated:10},Id="left",zd="right",Nd="down",Vd={ArrowLeft:Id,Left:Id,ArrowUp:"up",Up:"up",ArrowRight:zd,Right:zd,ArrowDown:Nd,Down:Nd},Ld={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 qd(e,t,n,i,r){var o=this;this._config=F({},Bd,e||{}),t.addListener(1500,(function(e){var n=e.keyEvent,i=Vd[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=Ld[e](s);i.allowed("elements.move",{shapes:o})&&n.moveElements(o,a)}}}qd.$inject=["config.keyboardMoveSelection","keyboard","modeling","rules","selection"];var Fd={__depends__:[Us,Jo],__init__:["keyboardMoveSelection"],keyboardMoveSelection:["type",qd]};function Hd(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=vn(e);return bn({top:Qu("top",n,t),right:Qu("right",n,t),bottom:Qu("bottom",n,t),left:Qu("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:vn(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=gn(r)))return;n.resizeShape(t,r)}}(e.context)}))}function Qd(e,t){var n=wn(e),i=vn(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 Ud(e){return"n"===e||"s"===e?"resize-ns":"e"===e||"w"===e?"resize-ew":"nw"===e||"se"===e?"resize-nwse":"resize-nesw"}Hd.prototype.canResize=function(e){var t=this._rules,n=U(e,["newBounds","shape","delta","direction"]);return t.allowed("shape.resize",n)},Hd.prototype.activate=function(e,t,n){var i,r,o=this._dragging;if("string"==typeof n&&(n={direction:n}),!(r=(i=F({shape:t},n)).direction))throw new Error("must provide a direction (n|w|s|e|nw|se|ne|sw)");o.init(e,Qd(t,r),"resize",{autoActivate:!0,cursor:Ud(r),data:{shape:t,context:i}})},Hd.prototype.computeMinResizeBox=function(e){var t=e.shape;return function(e,t,n,i){var r=vn(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?vn(i):o;return bn({top:Fu(o.top,s.top),left:Fu(o.left,s.left),bottom:qu(o.bottom,s.bottom),right:qu(o.right,s.right)})}(e.direction,t,e.minDimensions||{width:10,height:10},Xu(t,e.childrenBoxPadding))},Hd.$inject=["eventBus","rules","modeling","dragging"];var Wd="djs-resizing",Xd="resize-not-ok";function Yd(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,Wd)),o.width>5&&Te(s,{x:o.x,width:o.width}),o.height>5&&Te(s,{y:o.y,height:o.height}),i.canExecute?Re(s).remove(Xd):Re(s).add(Xd)})),e.on("resize.cleanup",(function(e){var n,i;n=e.context,i=n.shape,n.frame&&je(n.frame),t.removeMarker(i,Wd)}))}Yd.$inject=["eventBus","canvas","previewSupport"];var Gd=-6,Kd="djs-resizer",Zd=["n","w","s","e","nw","ne","se","sw"];function Jd(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&&_(t,q(r.addResizer,r))})),e.on("shape.changed",(function(e){var t=e.element;n.isSelected(t)&&(r.removeResizers(),r.addResizer(t))}))}Jd.prototype.makeDraggable=function(e,t,n){var i=this._resize;function r(t){zo(t)&&i.activate(t,e,n)}ge.bind(t,"mousedown",r),ge.bind(t,"touchstart",r)},Jd.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=Gd);-1!==e.indexOf("s")?t.y=6:-1!==e.indexOf("n")&&(t.y=Gd);return t}(i),s=Le("g");Re(s).add(Kd),Re(s).add("djs-resizer-"+e.id),Re(s).add("djs-resizer-"+i),Ce(r,s);var a=Le("rect");Te(a,{x:-4+o.x,y:-4+o.y,width:8,height:8}),Re(a).add("djs-resizer-visual"),Ce(s,a);var l=Le("rect");return Te(l,{x:-10+o.x,y:-10+o.y,width:20,height:20}),Re(l).add("djs-resizer-hit"),Ce(s,l),ti(s,t,n),s},Jd.prototype.createResizer=function(e,t){var n=Qd(e,t),i=this._createResizer(e,n.x,n.y,t);this.makeDraggable(e,i,t)},Jd.prototype.addResizer=function(e){var t=this;!function(e){return!!e.waypoints}(e)&&this._resize.canResize({shape:e})&&_(Zd,(function(n){t.createResizer(e,n)}))},Jd.prototype.removeResizers=function(){Be(this._getResizersParent())},Jd.prototype._getResizersParent=function(){return this._canvas.getLayer("resizers")},Jd.$inject=["eventBus","canvas","selection","resize"];var eh={__depends__:[Sc,Oc,Lp],__init__:["resize","resizePreview","resizeHandles"],resize:["type",Hd],resizePreview:["type",Yd],resizeHandles:["type",Jd]};function th(e,t,n,i,r,o,s){function a(e,t){(t||Ar(e,["bpmn:Task","bpmn:TextAnnotation"])||nh(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(e){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 nh(e){return Mr(e,"bpmn:SubProcess")&&!Xr(e)}th.$inject=["eventBus","bpmnFactory","canvas","directEditing","modeling","resizeHandles","textRenderer"],th.prototype.activate=function(e){var t=Jr(e);if(void 0!==t){var n={text:t};F(n,this.getEditingBBox(e));var i={};return(Ar(e,["bpmn:Task","bpmn:Participant","bpmn:Lane","bpmn:CallActivity"])||nh(e))&&F(i,{centerVertically:!0}),_o(e)&&F(i,{autoResize:!0}),Mr(e,"bpmn:TextAnnotation")&&F(i,{resizable:!0,autoResize:!0}),F(n,{options:i}),n}},th.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};(Mr(e,"bpmn:Lane")||function(e){return Mr(e,"bpmn:Participant")&&Xr(e)}(e))&&(F(s,{width:i.height,height:30*a,x:i.x-i.height/2+15*a,y:o-30*a/2}),F(m,{fontSize:d+"px",lineHeight:h,paddingTop:7*a+"px",paddingBottom:7*a+"px",paddingLeft:5*a+"px",paddingRight:5*a+"px",transform:"rotate(-90deg)"})),(Ar(e,["bpmn:Task","bpmn:CallActivity"])||function(e){return Mr(e,"bpmn:Participant")&&!Xr(e)}(e)||nh(e))&&(F(s,{width:i.width,height:i.height}),F(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 Mr(e,"bpmn:SubProcess")&&Xr(e)}(e)&&(F(s,{width:i.width,x:i.x}),F(m,{fontSize:d+"px",lineHeight:h,paddingTop:7*a+"px",paddingBottom:7*a+"px",paddingLeft:5*a+"px",paddingRight:5*a+"px"}));var f=90*a,g=7*a,y=4*a;if(n.labelTarget&&(F(s,{width:f,height:i.height+g+y,x:r-f/2,y:i.y-g}),F(m,{fontSize:p+"px",lineHeight:u,paddingTop:g+"px",paddingBottom:y+"px"})),_o(n)&&!Eo(n)&&!So(n)){var v=ko(e),b=t.getAbsoluteBBox({x:v.x,y:v.y,width:0,height:0}),x=p+g+y;F(s,{width:f,height:x,x:b.x-f/2,y:b.y-x/2}),F(m,{fontSize:p+"px",lineHeight:u,paddingTop:g+"px",paddingBottom:y+"px"})}return Mr(e,"bpmn:TextAnnotation")&&(F(s,{width:i.width,height:i.height,minWidth:30*a,minHeight:10*a}),F(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}},th.prototype.update=function(e,t,n,i){var r,o,s;Mr(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 ih="djs-element-hidden",rh="djs-label-hidden";function oh(e,t,n,i){var r,o,s,a=this,l=t.getDefaultLayer();e.on("directEditing.activate",(function(e){var n=e.active;if(Mr(r=n.element.label||n.element,"bpmn:TextAnnotation")){o=t.getAbsoluteBBox(r),s=Le("g");var c=i.getScaledPath("TEXT_ANNOTATION",{xScaleFactor:1,yScaleFactor:1,containerWidth:r.width,containerHeight:r.height,position:{mx:0,my:0}}),p=a.path=Le("path");Te(p,{d:c,strokeWidth:2,stroke:sh(r)}),Ce(s,p),Ce(l,s),ni(s,r.x,r.y)}Mr(r,"bpmn:TextAnnotation")||r.labelTarget?t.addMarker(r,ih):(Mr(r,"bpmn:Task")||Mr(r,"bpmn:CallActivity")||Mr(r,"bpmn:SubProcess")||Mr(r,"bpmn:Participant"))&&t.addMarker(r,rh)})),e.on("directEditing.resize",(function(e){if(Mr(r,"bpmn:TextAnnotation")){var t=e.height,n=e.dy,s=Math.max(r.height/o.height*(t+n),0),l=i.getScaledPath("TEXT_ANNOTATION",{xScaleFactor:1,yScaleFactor:1,containerWidth:r.width,containerHeight:s,position:{mx:0,my:0}});Te(a.path,{d:l})}})),e.on(["directEditing.complete","directEditing.cancel"],(function(e){var n=e.active;n&&(t.removeMarker(n.element.label||n.element,ih),t.removeMarker(r,rh)),r=void 0,o=void 0,s&&(je(s),s=void 0)}))}function sh(e,t){return Dr(e).get("stroke")||t||"black"}oh.$inject=["eventBus","canvas","elementRegistry","pathMap"];var ah={__depends__:[ls,eh,Ip],__init__:["labelEditingProvider","labelEditingPreview"],labelEditingProvider:["type",th],labelEditingPreview:["type",oh]},lh=["top","bottom","left","right"],ch=10;function ph(e,t){function n(e){if(Eo(e)){var n=function(e){var t=wn(e.label),n=uh(wn(e),t);if(i=n,-1===lh.indexOf(i))return;var i;var r=function(e){var t=wn(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 uh(t,e)}));return n}(e);if(e.host){var o=function(e){var t,n=e.host,i=On(wn(e),n);t=i.indexOf("-")>=0?i.split("-"):[i];return lh.filter((function(e){return-1===t.indexOf(e)}))}(e);r=r.concat(o)}var s=lh.filter((function(e){return-1===r.indexOf(e)}));if(-1!==s.indexOf(n))return;return s[0]}(e);n&&function(e,n){var i=wn(e),r=e.label,o=wn(r);if(!r.parent)return;var s,a=vn(e);switch(n){case"top":s={x:i.x,y:a.top-ch-r.height/2};break;case"left":s={x:a.left-ch-r.width/2,y:i.y};break;case"bottom":s={x:i.x,y:a.bottom+ch+r.height/2};break;case"right":s={x:a.right+ch+r.width/2,y:i.y}}var l=ta(s,o);t.moveShape(r,l)}(e,n)}}cs.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 uh(e,t){return On(t,e,5)}function dh(e,t,n){cs.call(this,e),this.preExecute("shape.append",(function(e){var t=e.source,n=e.shape;e.position||(Mr(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 hh(e,t){e.invoke(cs,this),this.postExecute("shape.move",(function(e){var n=e.newParent,i=e.shape;_(O(i.incoming.concat(i.outgoing),(function(e){return Mr(e,"bpmn:Association")})),(function(e){t.moveConnection(e,{x:0,y:0},n)}))}),!0)}r(ph,cs),ph.$inject=["eventBus","modeling"],r(dh,cs),dh.$inject=["eventBus","elementFactory","bpmnRules"],r(hh,cs),hh.$inject=["injector","modeling"];function mh(e,t){t.invoke(cs,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 fh(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];fh(r,i)&&(e.shapes=[n.replaceShape(r,i)])}}),!0)}function fh(e,t){return!So(e)&&Ar(e,["bpmn:IntermediateThrowEvent","bpmn:IntermediateCatchEvent"])&&!!t}function gh(e,t){function n(e){return O(e.attachers,(function(e){return Mr(e,"bpmn:BoundaryEvent")}))}cs.call(this,e),this.postExecute("connection.create",(function(e){var i=e.context.source,r=e.context.target,o=n(r);Mr(i,"bpmn:EventBasedGateway")&&Mr(r,"bpmn:ReceiveTask")&&o.length>0&&t.removeElements(o)})),this.postExecute("connection.reconnect",(function(e){var i=e.context.oldSource,r=e.context.newSource;Mr(i,"bpmn:Gateway")&&Mr(r,"bpmn:EventBasedGateway")&&_(r.outgoing,(function(e){var i=e.target,r=n(i);Mr(i,"bpmn:ReceiveTask")&&r.length>0&&t.removeElements(r)}))}))}function yh(e){e.invoke(cs,this),this.preExecute("shape.create",1500,(function(e){var t=e.context,n=t.parent,i=t.shape;Mr(n,"bpmn:Lane")&&!Mr(i,"bpmn:Lane")&&(t.parent=sc(n,"bpmn:Participant"))}))}function vh(e,t,n){cs.call(this,e),this.preExecute("shape.create",(function(e){var n=e.context.shape;if(Mr(n,"bpmn:DataObjectReference")&&"label"!==n.type){var i=t.create("bpmn:DataObject");n.businessObject.dataObjectRef=i}}))}mh.$inject=["bpmnReplace","injector"],r(mh,cs),mh.prototype.replaceShape=function(e,t){var n,i=(n=Tr(e).eventDefinitions)&&n[0],r={type:"bpmn:BoundaryEvent",host:t};return i&&(r.eventDefinitionType=i.$type),this._bpmnReplace.replaceElement(e,r,{layoutConnection:!1})},gh.$inject=["eventBus","modeling"],r(gh,cs),yh.$inject=["injector"],r(yh,cs),vh.$inject=["eventBus","bpmnFactory","moddle"],r(vh,cs);var bh=20,xh=20,wh=2e3;function Oh(e,t,n){function i(){var t=e.getRootElement();return Mr(t,"bpmn:Collaboration")?t:n.makeCollaboration()}cs.call(this,t),t.on(["create.start","shape.move.start"],wh,(function(t){var n=t.context,i=n.shape,r=e.getRootElement();if(Mr(i,"bpmn:Participant")&&Mr(r,"bpmn:Process")&&r.children.length){var o=r.children.filter((function(e){return!Mr(e,"bpmn:Group")&&!So(e)&&!function(e){return!!e.waypoints}(e)}));if(o.length){var s=xt(o),a=function(e,t){t={width:t.width+40+30,height:t.height+40};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);F(i,a),n.createConstraints=function(e,t){return{bottom:(t=vn(t)).top+e.height/2-xh,left:t.right-e.width/2+bh,top:t.bottom-e.height/2+xh,right:t.left+e.width/2-bh-30}}(i,s)}}})),t.on("create.start",wh,(function(n){var i=n.context.shape,r=e.getRootElement(),o=e.getGraphics(r);function s(e){e.element=r,e.gfx=o}Mr(i,"bpmn:Participant")&&Mr(r,"bpmn:Process")&&(t.on("element.hover",wh,s),t.once("create.cleanup",(function(){t.off("element.hover",s)})))})),this.preExecute("elements.create",wh,(function(e){var t,n=e.elements,r=e.parent,o=function(e){return x(e,(function(e){return Mr(e,"bpmn:Participant")}))}(n);o&&Mr(r,"bpmn:Process")&&(e.parent=i(),(t=e.hints=e.hints||{}).participant=o,t.process=r,t.processRef=Tr(o).get("processRef"))}),!0),this.preExecute("shape.create",(function(e){var t=e.parent,n=e.shape;Mr(n,"bpmn:Participant")&&Mr(t,"bpmn:Process")&&(e.parent=i(),e.process=t,e.processRef=Tr(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||Tr(i).set("processRef",Tr(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||Tr(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)}Oh.$inject=["canvas","eventBus","modeling"],r(Oh,cs);var _h="__targetRef_placeholder";function Eh(e,t){function n(e,n){var i=e.get("properties"),r=x(i,(function(e){return e.name===_h}));return!r&&n&&St(i,r=t.create("bpmn:Property",{name:_h})),r}function i(e,t){var i=n(e);i&&(function(e,t,n){return x(e.get("dataInputAssociations"),(function(e){return e!==n&&e.targetRef===t}))}(e,i,t)||kt(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}cs.call(this,e),this.executed(["connection.create","connection.delete","connection.move","connection.reconnect"],Ph(r)),this.reverted(["connection.create","connection.delete","connection.move","connection.reconnect"],Ph(r))}function Ph(e){return function(t){if(Mr(t.context.connection,"bpmn:DataInputAssociation"))return e(t)}}function kh(e){this._bpmnUpdater=e}function Sh(e,t,n,i){function r(e){return e.children.filter((function(e){return Mr(e,"bpmn:DataStoreReference")&&!e.labelTarget}))}function o(e,i){var r=e.businessObject||e;if(i=i||n.filter((function(e){return Mr(e,"bpmn:Participant")&&Tr(e).processRef}))[0]){var o=i.businessObject||i;t.execute("dataStore.updateContainment",{dataStoreBo:r,dataStoreDi:Dr(e),newSemanticParent:o.processRef||o,newDiParent:Dr(i)})}}cs.call(this,i),t.registerHandler("dataStore.updateContainment",kh),this.preExecute("shape.create",(function(e){var t=e.context,n=t.shape;Mr(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 Mr(e,"bpmn:DataStoreReference")})).length&&(t.hints||(t.hints={}),t.hints.autoResize=n.filter((function(e){return!Mr(e,"bpmn:DataStoreReference")})))})),this.postExecute("shape.create",(function(e){var t=e.context.shape,n=t.parent;Mr(t,"bpmn:DataStoreReference")&&"label"!==t.type&&Mr(n,"bpmn:Collaboration")&&o(t)})),this.postExecute("shape.move",(function(e){var t=e.context,n=t.shape,i=t.oldParent,r=n.parent;Mr(i,"bpmn:Collaboration")||Mr(n,"bpmn:DataStoreReference")&&"label"!==n.type&&Mr(r,"bpmn:Collaboration")&&o(n,Mr(i,"bpmn:Participant")?i:function(e,t){for(;e.parent;){if(Mr(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();Ar(n,["bpmn:Participant","bpmn:SubProcess"])&&Mr(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){Mr(i,"bpmn:Process")&&o(e,i)}))}))}Eh.$inject=["eventBus","bpmnFactory"],r(Eh,cs),kh.$inject=["bpmnUpdater"],kh.prototype.execute=function(e){var t=e.dataStoreBo,n=e.dataStoreDi,i=e.newSemanticParent,r=e.newDiParent;e.oldSemanticParent=t.$parent,e.oldDiParent=n.$parent,this._bpmnUpdater.updateSemanticParent(t,i),this._bpmnUpdater.updateDiParent(n,r)},kh.prototype.revert=function(e){var t=e.dataStoreBo,n=e.dataStoreDi,i=e.oldSemanticParent,r=e.oldDiParent;this._bpmnUpdater.updateSemanticParent(t,i),this._bpmnUpdater.updateDiParent(n,r)},Sh.$inject=["canvas","commandStack","elementRegistry","eventBus"],r(Sh,cs);function Ch(e,t,n){cs.call(this,e),this.postExecuted("shape.delete",500,(function(e){var t=e.context,i=t.hints,r=t.shape,o=t.oldParent;Mr(r,"bpmn:Lane")&&(i&&i.nested||function(e,t){var i,r,o,s=Ju(t),a=[],l=[];vt(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=n.calculateAdjustments(a,"y",i,e.y-10),n.makeSpace(r.movingShapes,r.resizingShapes,{x:0,y:i},"s")),l.length&&(o=n.calculateAdjustments(l,"y",-i,e.y+e.height+10),n.makeSpace(o.movingShapes,o.resizingShapes,{x:0,y:-i},"n")))}(r,o))}))}Ch.$inject=["eventBus","modeling","spaceTool"],r(Ch,cs);function Mh(e,t){t.invoke(cs,this),this._bpmnReplace=e;var n=this;this.postExecuted("elements.create",500,(function(e){var t=e.elements;t.filter((function(e){return Ah(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;Ah(e,(o=s,-1!==t.indexOf(o)?s:i))&&(t[r]=n.replaceShape(e))}))}),!0)}function Ah(e,t){return!So(e)&&Mr(e,"bpmn:BoundaryEvent")&&!t}function Th(e,t,n){function i(e,i,r){var o,s,a,l,c,p,u,d,h=i.waypoints,m=e.outgoing.slice(),g=e.incoming.slice(),y=Ac(h,d=f(r.width)?wn(r):r);if(y){if(o=h.slice(0,y.index),s=h.slice(y.index+(y.bendpoint?1:0)),!o.length||!s.length)return;a=y.bendpoint?h[y.index]:d,1!==o.length&&Dh(e,o[o.length-1])||o.push(Rh(a)),1!==s.length&&Dh(e,s[0])||s.unshift(Rh(a))}l=i.source,c=i.target,t.canConnect(l,e,i)&&(n.reconnectEnd(i,e,o||d),p=i),t.canConnect(e,c,i)&&(p?u=n.connect(e,c,{type:i.type,waypoints:s}):(n.reconnectStart(i,e,s||d),u=i));var v=[].concat(p&&O(g,(function(e){return e.source===p.source}))||[],u&&O(m,(function(e){return e.target===u.target}))||[]);v.length&&n.removeElements(v)}cs.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=wn(o),a={x:s.x+r.x,y:s.y+r.y},l=x(n.children,(function(e){return t.canInsert(i,e)&&Ac(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 Dh(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 Rh(e){return F({},e)}function $h(e,t){cs.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)&&jh(i)){var a=[];a=Mr(r,"bpmn:EventBasedGateway")?o.incoming.filter(jh):o.incoming.filter((function(e){return jh(e)&&Mr(e.source,"bpmn:EventBasedGateway")})),a.forEach((function(e){t.removeConnection(e)}))}})),this.preExecuted("shape.replace",(function(e){var n=e.context.newShape;Mr(n,"bpmn:EventBasedGateway")&&n.outgoing.filter(jh).reduce((function(e,t){return e.includes(t.target)?e:e.concat(t.target)}),[]).forEach((function(e){e.incoming.filter(jh).forEach((function(i){const r=e.incoming.filter(jh).filter((function(e){return e.source===n}));(i.source!==n||r.length>1)&&t.removeConnection(i)}))}))}))}function jh(e){return Mr(e,"bpmn:SequenceFlow")}Mh.$inject=["bpmnReplace","injector"],r(Mh,cs),Mh.prototype.replaceShape=function(e){var t,n,i=(n=Tr(e).eventDefinitions)&&n[0];return t=i?{type:"bpmn:IntermediateCatchEvent",eventDefinitionType:i.$type}:{type:"bpmn:IntermediateThrowEvent"},this._bpmnReplace.replaceElement(e,t,{layoutConnection:!1})},r(Th,cs),Th.$inject=["eventBus","bpmnRules","modeling"],$h.$inject=["eventBus","modeling"],r($h,cs);var Bh=1500;function Ih(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"],Bh,(function(t){var i=t.context.shape||t.shape,r=t.hover;Mr(r,"bpmn:Lane")&&!Ar(i,["bpmn:Lane","bpmn:Participant"])&&(t.hover=ed(r),t.hoverGfx=e.getGraphics(t.hover));var o=n.getRootElement();r!==o&&(i.labelTarget||Mr(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"],Bh,(function(t){var n=t.hover;Mr(n,"bpmn:Lane")&&(t.hover=ed(n)||n,t.hoverGfx=e.getGraphics(t.hover))})),t.on(["bendpoint.move.hover"],Bh,(function(t){var n=t.context,i=t.hover,r=n.type;Mr(i,"bpmn:Lane")&&/reconnect/.test(r)&&(t.hover=ed(i)||i,t.hoverGfx=e.getGraphics(t.hover))})),t.on(["connect.start"],Bh,(function(e){var t=e.context,n=t.start;Mr(n,"bpmn:Lane")&&(t.start=ed(n)||n)})),t.on("shape.move.start",2e3,(function(e){var t=e.shape;Mr(t,"bpmn:Lane")&&(e.shape=ed(t)||t)}))}Ih.$inject=["elementRegistry","eventBus","canvas"];function zh(e,t,n,i,r,o){function s(e,t,i){var r=n.filter((function(e){return Mr(e,"bpmn:Group")})).filter((function(e){return e.businessObject!==i}));t&&!function(e,t){return e.some((function(e){var n=Tr(e);return(n.categoryValueRef&&n.categoryValueRef.$parent)===t}))}(r,t)&&function(e){var t=e.$parent;t&&(kt(t.get("rootElements"),e),e.$parent=null)}(t),e&&!function(e,t){return e.some((function(e){return Tr(e).categoryValueRef===t}))}(r,e)&&function(e){var t=e.$parent;t&&(kt(t.get("categoryValue"),e),e.$parent=null)}(e)}function a(e,n){return function(e,t,n){return St(t.get("categoryValue"),e),e.$parent=t,St(n.get("rootElements"),t),t.$parent=n,e}(e,n,t.getDefinitions())}function l(n,i){var r=Tr(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=Tr(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(cs,this),this.execute("label.create",(function(e){var t=e.context,n=t.labelTarget;Mr(n,"bpmn:Group")&&l(n,t)})),this.revert("label.create",(function(e){var t=e.context,n=t.labelTarget;Mr(n,"bpmn:Group")&&c(n,t)})),this.execute("shape.delete",(function(e){var t=e.context,n=t.shape,i=Tr(n);if(Mr(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(Mr(n,"bpmn:Group")&&!n.labelTarget){var i=t.category,r=t.categoryValue,o=Tr(n);r&&(o.categoryValueRef=r,a(r,i))}})),this.execute("shape.create",(function(e){var t=e.context,n=t.shape;Mr(n,"bpmn:Group")&&!n.labelTarget&&Tr(n).categoryValueRef&&l(n,t)})),this.reverted("shape.create",(function(e){var t=e.context,n=t.shape;Mr(n,"bpmn:Group")&&!n.labelTarget&&Tr(n).categoryValueRef&&c(n,t)})),i.on("copyPaste.copyElement",770,(function(e){var t=e.descriptor,n=e.element;if(Mr(n,"bpmn:Group")&&!n.labelTarget){var i=Tr(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 Nh(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 Vh(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=Nh(e,t,n,r),a=Nh(e,t,n,o);i=s&&a?Lh(s,n)>Lh(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],wn(n.source)),t(i[i.length-1],i[i.length-2],wn(n.target)))}))}function Lh(e,t){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))}function qh(e){cs.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=Tr(n),r=Dr(n);Ar(i,t)&&!r.get("isHorizontal")&&r.set("isHorizontal",!0)}))}zh.$inject=["bpmnFactory","bpmnjs","elementRegistry","eventBus","injector","moddleCopy"],r(zh,cs),Vh.$inject=["eventBus"],qh.$inject=["eventBus"],r(qh,cs);var Fh=Math.sqrt,Hh=Math.min,Qh=Math.max,Uh=Math.abs;function Wh(e){return Math.pow(e,2)}function Xh(e,t){return Fh(Wh(e.x-t.x)+Wh(e.y-t.y))}function Yh(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=Fh(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 Gh(e.x,t.x,n.x)&&Gh(e.y,t.y,n.y)}(n,e,t)}))}function Gh(e,t,n){return e>=Hh(t,n)-Kh&&e<=Qh(t,n)+Kh}var Kh=.1;function Zh(e,t){return Uh(e.x-t.x)<=Kh&&Uh(e.y-t.y)<=Kh}function Jh(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(Zh(n=t[m],i=t[m+1])?a=[n]:(r=Xh(e,n),o=Xh(e,i),a=Yh(n,i,e,Hh(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:Zh(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:Xh(n,s)/Xh(n,i)}),c=Xh(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&&em(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=tm(n,l),h=tm(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=Dc(d),Dc(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=em(n,v))}var w,O,_={x:(h[1].x-h[0].x)*f+h[0].x,y:(h[1].y-h[0].y)*f+h[0].y},E=(w={x:e.x-m.x,y:e.y-m.y},(O=g)?{x:Math.cos(O)*w.x-Math.sin(O)*w.y,y:Math.sin(O)*w.x+Math.cos(O)*w.y}:w);return r=_.x+E.x-e.x,o=_.y+E.y-e.y,{point:yn(_),delta:yn({x:r,y:o})}}function em(e,t){var n=jc(e[t-1],e[t]);return n/(n+jc(e[t],e[t+1]))}function tm(e,t){return[e[t],e[t+1]]}function nm(e,t,n){var i=ea(t),r=ea(n),o=ta(e,i),s=o.x*(n.width/t.width),a=o.y*(n.height/t.height);return yn({x:r.x+s,y:r.y+a})}function im(e,t,n){var i=ea(e),r=ea(t),o=ea(n),s=ta(e,i),a=ta(i,r),l=function(e,t,n){var i=vn(t),r=vn(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=On(t,e);if("top"===a)o={x:0,y:r.bottom-i.bottom};else if("bottom"===a)o={x:0,y:r.top-i.top};else if("right"===a)o={x:r.left-i.left,y:0};else{if("left"!==a)return null;o={x:r.right-i.right,y:0}}if(s={x:e.x+o.x,y:e.y+o.y},On(n,s)!==a)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 yn({x:u+s.x-e.x,y:d+s.y-e.y})}var rm={width:90,height:20},om="name",sm="text";function am(e,t,n,i){function r(e){var t=e.context,n=t.connection,i=n.label,r=F({},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){var r=function(e){return{x:e.x+e.width/2,y:e.y+e.height/2}}(e);return Jh(r,t,n,i).delta}(i,o,s,r)}cs.call(this,e),this.postExecute("element.updateProperties",(function(e){var n=e.context,r=n.element,o=n.properties;if(om in o&&t.updateLabel(r,o.name),sm in o&&Mr(r,"bpmn:TextAnnotation")){var s=i.getTextAnnotationBounds({x:r.x,y:r.y,width:r.width,height:r.height},o.text||"");t.updateLabel(r,o.text,s)}})),this.postExecute(["shape.create","connection.create"],(function(e){var n=e.context;if(!1!==(n.hints||{}).createElementsBehavior){var r=n.shape||n.connection,o=r.businessObject;if(!So(r)&&_o(r)&&Jr(r)){var s=ko(r),a=i.getExternalLabelBounds(rm,Jr(r));t.createLabel(r,s,{id:o.id+"_label",businessObject:o,width:a.width,height:a.height})}}})),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(["label.create"],(function(e){var t,i=e.context,r=i.shape,o=i.labelTarget;o&&Mr(o,"bpmn:BaseElement")&&((t=Dr(o)).label||(t.label=n.create("bpmndi:BPMNLabel",{bounds:n.create("dc:Bounds")}),r.di=t),F(t.label.bounds,{x:r.x,y:r.y,width:r.width,height:r.height}))})),this.postExecute(["connection.layout","connection.updateWaypoints"],(function(e){var n=e.context;if(!1!==(n.hints||{}).labelBehavior){var i,o=n.connection.label;o&&o.parent&&(i=r(e),t.moveShape(o,i))}})),this.postExecute(["shape.replace"],(function(e){var t=e.context,n=t.newShape,i=t.oldShape,r=Tr(n);r&&_o(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(Eo(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:$c(e,t)}}));return j(n,"distance")[0].line}(e,t);return Rc(e,n)}(wn(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=lm(l,s,o);t.moveShape(a,c)}}))}function lm(e,t,n){return yn(ta(nm(e,t,n),e))}function cm(e,t){function n(e,t){var n=e.context,i=n.connection,r=F({},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 Jh(e,t,n,i).point}(t,o,s,r)}cs.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 pm(e,t,n){var i=fm(e),r=gm(i,t),o=i[0];return r.length?r[r.length-1]:nm(o.original||o,n,t)}function um(e,t,n){var i=fm(e),r=gm(i,t),o=i[i.length-1];return r.length?r[0]:nm(o.original||o,n,t)}function dm(e,t,n){var i=fm(e),r=mm(t,n),o=i[0];return nm(o.original||o,r,t)}function hm(e,t,n){var i=fm(e),r=mm(t,n),o=i[i.length-1];return nm(o.original||o,r,t)}function mm(e,t){return{x:e.x-t.x,y:e.y-t.y,width:e.width,height:e.height}}function fm(e){var t=e.waypoints;if(!t.length)throw new Error("connection#"+e.id+": no waypoints");return t}function gm(e,t){return O(C(e,ym),(function(e){return function(e,t){return"intersect"===On(t,e,1)}(e,t)}))}function ym(e){return e.original||e}function vm(e,t){cs.call(this,e),this.postExecute("shape.replace",(function(e){var n=e.oldShape,i=e.newShape;if(function(e,t){return Mr(e,"bpmn:Participant")&&Xr(e)&&Mr(t,"bpmn:Participant")&&!Xr(t)}(n,i)){var r,o,s,a,l=(o=bt([r=n],!1),s=[],a=[],o.forEach((function(e){e!==r&&(e.incoming.forEach((function(e){Mr(e,"bpmn:MessageFlow")&&s.push(e)})),e.outgoing.forEach((function(e){Mr(e,"bpmn:MessageFlow")&&a.push(e)})))}),[]),{incoming:s,outgoing:a});l.incoming.forEach((function(e){var r=um(e,i,n);t.reconnectEnd(e,i,r)})),l.outgoing.forEach((function(e){var r=pm(e,i,n);t.reconnectStart(e,i,r)}))}}),!0)}r(am,cs),am.$inject=["eventBus","modeling","bpmnFactory","textRenderer"],r(cm,cs),cm.$inject=["eventBus","modeling"],vm.$inject=["eventBus","modeling"],r(vm,cs);function bm(e,t,n){e.on(["shape.move.rejected","create.rejected"],(function(e){var i,r,o,s=e.context,a=s.shape;Mr(s.target,"bpmn:Collaboration")&&Mr(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>"}))}))}function xm(e,t){cs.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 wm(e,t,n){cs.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(Mr(r,"bpmn:SequenceFlow")&&Mr(o,"bpmn:SequenceFlow")&&t.canConnect(r.source,o.target,r)){var s=function(e,t){var n=Nh(Om(e[e.length-2]),Om(e[e.length-1]),Om(t[1]),Om(t[0]));return n?[].concat(e.slice(0,e.length-1),[n],t.slice(1)):[Om(e[0]),Om(t[t.length-1])]}(r.waypoints,o.waypoints);n.reconnectEnd(r,o.target,s)}}}))}function Om(e){return e.original||e}function _m(e,t){cs.call(this,e),this.preExecute("shape.delete",(function(e){var t=e.shape,n=t.parent;Mr(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 Em(e,t,n,i){cs.call(this,e);var r=i.get("dragging",!1);function o(e){var i,r,o=e.source,s=e.target;e.parent&&(Mr(e,"bpmn:SequenceFlow")&&(n.canConnectSequenceFlow(o,s)||(r=!0),n.canConnectMessageFlow(o,s)&&(i="bpmn:MessageFlow")),Mr(e,"bpmn:MessageFlow")&&(n.canConnectMessageFlow(o,s)||(r=!0),n.canConnectSequenceFlow(o,s)&&(i="bpmn:SequenceFlow")),Mr(e,"bpmn:Association")&&!n.canConnectAssociation(o,s)&&(r=!0),r&&t.removeConnection(e),i&&t.connect(o,s,{type:i,waypoints:e.waypoints.slice()}))}this.postExecuted("elements.move",(function(e){_(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,waypoints:a.waypoints.slice()}),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(-1===(n=o.indexOf(e)))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=x(o.outgoing,B({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 Pm(e,t,n,i,r,o){i.invoke(cs,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=P(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=[];_(n.closure.topLevel,(function(e){o=Gr(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})}))}bm.$inject=["eventBus","tooltips","translate"],r(xm,cs),xm.$inject=["eventBus","modeling"],r(wm,cs),wm.$inject=["eventBus","bpmnRules","modeling"],_m.$inject=["eventBus","modeling"],r(_m,cs),r(Em,cs),Em.$inject=["eventBus","modeling","bpmnRules","injector"],r(Pm,cs),Pm.prototype.replaceElements=function(e,t){var n=this._elementRegistry,i=this._bpmnReplace,r=this._selection;_(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)},Pm.$inject=["bpmnReplace","bpmnRules","elementRegistry","injector","modeling","selection"];var km={width:140,height:120},Sm=300,Cm=60,Mm={width:300,height:150},Am={width:140,height:120},Tm={width:50,height:30};function Dm(e){e.on("resize.start",1500,(function(e){var t=e.context,n=t.shape,i=t.direction,r=t.balanced;(Mr(n,"bpmn:Lane")||Mr(n,"bpmn:Participant"))&&(t.resizeConstraints=function(e,t,n){var i=ed(e),r=!0,o=!0,s=Zu(i,[i]),a=vn(e),l={},c={};/e/.test(t)?c.right=a.left+Sm:/w/.test(t)&&(c.left=a.right-Sm);s.forEach((function(e){var i=vn(e);/n/.test(t)&&(i.top<a.top-10&&(r=!1),n&&Rm(a.top-i.bottom)<10&&zm(l,"top",i.top+Cm),Rm(a.top-i.top)<5&&Im(c,"top",i.bottom-Cm)),/s/.test(t)&&(i.bottom>a.bottom+10&&(o=!1),n&&Rm(a.bottom-i.top)<10&&Im(l,"bottom",i.bottom-Cm),Rm(a.bottom-i.bottom)<5&&zm(c,"bottom",i.top+Cm))}));var p=i.children.filter((function(e){return!e.hidden&&!e.waypoints&&(Mr(e,"bpmn:FlowElement")||Mr(e,"bpmn:Artifact"))}));return p.forEach((function(e){var n=vn(e);r&&/n/.test(t)&&Im(c,"top",n.top-20),/e/.test(t)&&zm(c,"right",n.right+20),o&&/s/.test(t)&&zm(c,"bottom",n.bottom+20),/w/.test(t)&&Im(c,"left",n.left-50)})),{min:c,max:l}}(n,i,r)),Mr(n,"bpmn:Participant")&&(t.minDimensions=Mm),Mr(n,"bpmn:SubProcess")&&Xr(n)&&(t.minDimensions=Am),Mr(n,"bpmn:TextAnnotation")&&(t.minDimensions=Tm)}))}Dm.$inject=["eventBus"];var Rm=Math.abs,$m=Math.min,jm=Math.max;function Bm(e,t,n,i){var r=e[t];e[t]=void 0===r?n:i(n,r)}function Im(e,t,n){return Bm(e,t,n,$m)}function zm(e,t,n){return Bm(e,t,n,jm)}function Nm(e,t){e.on("resize.start",1501,(function(e){var t=e.context,n=t.shape;(Mr(n,"bpmn:Lane")||Mr(n,"bpmn:Participant"))&&(t.balanced=!No(e))})),e.on("resize.end",1001,(function(e){var n=e.context,i=n.shape,r=n.canExecute,o=n.newBounds;if(Mr(i,"bpmn:Lane")||Mr(i,"bpmn:Participant"))return r&&(o=gn(o),t.resizeLane(i,o,n.balanced)),!1}))}Nm.$inject=["eventBus","modeling"];function Vm(e,t,n,i,r){function o(e){return Ar(e,["bpmn:ReceiveTask","bpmn:SendTask"])||function(e,t){h(t)||(t=[t]);return S(t,(function(t){return Kr(e,t)}))}(e,["bpmn:ErrorEventDefinition","bpmn:EscalationEventDefinition","bpmn:MessageEventDefinition","bpmn:SignalEventDefinition"])}function s(t){return!!x(e.getDefinitions().get("rootElements"),B({id:t.id}))}function a(e){return Mr(e,"bpmn:ErrorEventDefinition")?"errorRef":Mr(e,"bpmn:EscalationEventDefinition")?"escalationRef":Mr(e,"bpmn:MessageEventDefinition")?"messageRef":Mr(e,"bpmn:SignalEventDefinition")?"signalRef":void 0}function l(e){if(Ar(e,["bpmn:ReceiveTask","bpmn:SendTask"]))return e.get("messageRef");var t=e.get("eventDefinitions")[0];return t.get(a(t))}n.invoke(cs,this),this.executed("shape.create",(function(t){var n=t.shape;if(o(n)){var i=l(Tr(n));i&&!s(i)&&(St(e.getDefinitions().get("rootElements"),i),t.addedRootElement=i)}}),!0),this.reverted("shape.create",(function(t){var n=t.addedRootElement;n&&kt(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(Tr(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(Ar(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)}))}Vm.$inject=["bpmnjs","eventBus","injector","moddleCopy","bpmnFactory"],r(Vm,cs);var Lm=Math.max;function qm(e){e.on("spaceTool.getMinDimensions",(function(e){var t=e.shapes,n=e.axis,i=e.start,r={};return _(t,(function(e){var t=e.id;Mr(e,"bpmn:Participant")&&(!function(e){return"x"===e}(n)?r[t]={width:Mm.width,height:Fm(e,i)}:r[t]=Mm),Mr(e,"bpmn:SubProcess")&&Xr(e)&&(r[t]=Am),Mr(e,"bpmn:TextAnnotation")&&(r[t]=Tm),Mr(e,"bpmn:Group")&&(r[t]=km)})),r}))}function Fm(e,t){var n;return Ju(e).length?(n=function(e,t){var n,i=Ju(e);return n=Hm(i,t),e.height-n.height+Cm}(e,t),Lm(Mm.height,n)):Mm.height}function Hm(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=Ju(i)).length?Hm(r,t):i}qm.$inject=["eventBus"];var Qm=180,Um=160;function Wm(e,t,n,i,r,o,s){cs.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 Mr(e,"bpmn:SubProcess")&&!Xr(e)}function c(t){var n=t.shape,i=t.newRootElement,r=Tr(n);i=a._addDiagram(i||r),t.newRootElement=e.addRootElement(i)}function p(t){var n=Tr(t.shape);a._removeDiagram(n);var i=t.newRootElement=s.get(vs(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(vs(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(vs(n)))}),!0),this.postExecuted("shape.replace",(function(t){var i=t.newShape,r=t.oldRoot,o=e.findRoot(vs(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(Mr(t,"bpmn:SubProcess")){var n=e.properties,i=e.oldProperties.id,r=n.id;if(i!==r){if(xs(t))return s.updateId(t,bs(r)),void s.updateId(i,r);s.get(bs(i))&&s.updateId(bs(i),bs(r))}}}),!0),this.reverted("element.updateProperties",(function(e){var t=e.element;if(Mr(t,"bpmn:SubProcess")){var n=e.properties,i=e.oldProperties.id,r=n.id;if(i!==r){if(xs(t))return s.updateId(t,bs(i)),void s.updateId(r,i);var o=s.get(bs(r));o&&s.updateId(o,bs(i))}}}),!0),t.on("element.changed",(function(e){var n=e.element;if(xs(n)){var i=n,r=s.get(ys(i));r&&r!==i&&t.fire("element.changed",{element:r})}})),this.executed("shape.toggleCollapse",400,(function(e){var t=e.shape;Mr(t,"bpmn:SubProcess")&&(Xr(t)?p(e):(c(e),a._showRecursively(t.children)))}),!0),this.reverted("shape.toggleCollapse",400,(function(e){var t=e.shape;Mr(t,"bpmn:SubProcess")&&(Xr(t)?p(e):(c(e),a._showRecursively(t.children)))}),!0),this.postExecuted("shape.toggleCollapse",600,(function(e){var t=e.shape;if(Mr(t,"bpmn:SubProcess")){var n=e.newRootElement;n&&(Xr(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=vs(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(Mr(Dr(r),"bpmndi:BPMNPlane")){var o=ys(r),s=x(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 Xm(e,t){e.invoke(cs,this),this.postExecuted("shape.replace",(function(e){var n=e.context.oldShape,i=e.context.newShape;if(Mr(i,"bpmn:SubProcess")&&(Mr(n,"bpmn:Task")||Mr(n,"bpmn:CallActivity"))&&Xr(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 Ym(e,t){cs.call(this,e),this.postExecuted("shape.toggleCollapse",1500,(function(e){var n=e.shape;if(!Xr(n)){var i=bt(n);i.forEach((function(e){var t=e.incoming.slice(),n=e.outgoing.slice();_(t,(function(e){r(e,!0)})),_(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,wn(n)):t.reconnectStart(e,n,wn(n)))}}),!0)}r(Wm,cs),Wm.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=xt(o);if(t.x){var a=wn(t),l=wn(s);n={x:a.x-l.x,y:a.y-l.y}}else n={x:Qm-s.x,y:Um-s.y};i.moveElements(r,n,t,{autoResize:!1})}else i.moveElements(r,{x:0,y:0},t,{autoResize:!1})}},Wm.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},Wm.prototype._addDiagram=function(e){var t=this._bpmnjs.getDefinitions().diagrams;return e.businessObject||(e=this._createNewDiagram(e)),t.push(e.di.$parent),e},Wm.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:vs(e),type:e.$type,di:i,businessObject:e,collapsed:!0})},Wm.prototype._removeDiagram=function(e){var t=this._bpmnjs.getDefinitions().diagrams,n=x(t,(function(t){return t.plane.bpmnElement.id===e.id}));return t.splice(t.indexOf(n),1),n},Wm.$inject=["canvas","eventBus","modeling","elementFactory","bpmnFactory","bpmnjs","elementRegistry"],Xm.$inject=["injector","modeling"],r(Xm,cs),r(Ym,cs),Ym.$inject=["eventBus","modeling"];function Gm(e,t,n,i){cs.call(this,e),this.executed(["shape.toggleCollapse"],500,(function(e){var t,n=e.context.shape;Mr(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=Xu(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 Km(e,t,n,i){t.invoke(cs,this),this.preExecute("shape.delete",(function(e){var t=e.context.shape,r=t.businessObject;So(t)||(Mr(t,"bpmn:Participant")&&Xr(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;Mr(t,"bpmn:Collaboration")&&n.ids.unclaim(i.id)}))}function Zm(e,t){cs.call(this,e),this.preExecute("connection.delete",(function(e){var n=e.context.connection,i=n.source;(function(e,t){if(!Mr(e,"bpmn:SequenceFlow"))return!1;var n=Tr(t),i=Tr(e);return n.get("default")===i})(n,i)&&t.updateProperties(i,{default:null})}))}r(Gm,cs),Gm.$inject=["eventBus","elementFactory","modeling"],r(Km,cs),Km.$inject=["canvas","injector","moddle","modeling"],r(Zm,cs),Zm.$inject=["eventBus","modeling"];function Jm(e,t,n){var i;function r(){if(!i)throw new Error(n("out of bounds release"));return i}cs.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 ef).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||(Mr(t,"bpmn:Lane")&&n.addLane(t),Mr(t,"bpmn:FlowNode")&&n.addFlowNode(t))}))}function ef(){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}}Jm.$inject=["eventBus","modeling","translate"],r(Jm,cs);var tf={__init__:["adaptiveLabelPositioningBehavior","appendBehavior","associationBehavior","attachEventBehavior","boundaryEventBehavior","createBehavior","createDataObjectBehavior","createParticipantBehavior","dataInputAssociationBehavior","dataStoreBehavior","deleteLaneBehavior","detachEventBehavior","dropOnFlowBehavior","eventBasedGatewayBehavior","fixHoverBehavior","groupBehavior","importDockingFix","isHorizontalFix","labelBehavior","layoutConnectionBehavior","messageFlowBehavior","modelingFeedback","removeElementBehavior","removeEmbeddedLabelBoundsBehavior","removeParticipantBehavior","replaceConnectionBehavior","replaceElementBehaviour","resizeBehavior","resizeLaneBehavior","rootElementReferenceBehavior","spaceToolBehavior","subProcessPlaneBehavior","subProcessStartEventBehavior","toggleCollapseConnectionBehaviour","toggleElementCollapseBehaviour","unclaimIdBehavior","updateFlowNodeRefsBehavior","unsetDefaultFlowBehavior"],adaptiveLabelPositioningBehavior:["type",ph],appendBehavior:["type",dh],associationBehavior:["type",hh],attachEventBehavior:["type",mh],boundaryEventBehavior:["type",gh],createBehavior:["type",yh],createDataObjectBehavior:["type",vh],createParticipantBehavior:["type",Oh],dataInputAssociationBehavior:["type",Eh],dataStoreBehavior:["type",Sh],deleteLaneBehavior:["type",Ch],detachEventBehavior:["type",Mh],dropOnFlowBehavior:["type",Th],eventBasedGatewayBehavior:["type",$h],fixHoverBehavior:["type",Ih],groupBehavior:["type",zh],importDockingFix:["type",Vh],isHorizontalFix:["type",qh],labelBehavior:["type",am],layoutConnectionBehavior:["type",cm],messageFlowBehavior:["type",vm],modelingFeedback:["type",bm],removeElementBehavior:["type",wm],removeEmbeddedLabelBoundsBehavior:["type",xm],removeParticipantBehavior:["type",_m],replaceConnectionBehavior:["type",Em],replaceElementBehaviour:["type",Pm],resizeBehavior:["type",Dm],resizeLaneBehavior:["type",Nm],rootElementReferenceBehavior:["type",Vm],spaceToolBehavior:["type",qm],subProcessPlaneBehavior:["type",Wm],subProcessStartEventBehavior:["type",Xm],toggleCollapseConnectionBehaviour:["type",Ym],toggleElementCollapseBehaviour:["type",Gm],unclaimIdBehavior:["type",Km],unsetDefaultFlowBehavior:["type",Zm],updateFlowNodeRefsBehavior:["type",Jm]};function nf(e,t){var n=On(e,t,-15);return"intersect"!==n?n:null}function rf(e){Yl.call(this,e)}function of(e){return!e||So(e)}function sf(e){do{if(Mr(e,"bpmn:Process"))return Tr(e);if(Mr(e,"bpmn:Participant"))return Tr(e).processRef||Tr(e)}while(e=e.parent)}function af(e){return Mr(e,"bpmn:TextAnnotation")}function lf(e){return Mr(e,"bpmn:Group")&&!e.labelTarget}function cf(e){return Mr(e,"bpmn:BoundaryEvent")&&df(e,"bpmn:CompensateEventDefinition")}function pf(e){return Tr(e).isForCompensation}function uf(e){for(var t=e;t=t.parent;){if(Mr(t,"bpmn:FlowElementsContainer"))return Tr(t);if(Mr(t,"bpmn:Participant"))return Tr(t).processRef}return null}function df(e,t){return!!x(Tr(e).eventDefinitions||[],(function(e){return Mr(e,t)}))}function hf(e,t){return(Tr(e).eventDefinitions||[]).every((function(e){return Mr(e,t)}))}function mf(e){return e.waypoints}function ff(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 gf(e,t,n){if(of(e)||of(t))return null;if(!Mr(n,"bpmn:DataAssociation")){if(Mf(e,t))return{type:"bpmn:MessageFlow"};if(Af(e,t))return{type:"bpmn:SequenceFlow"}}var i=Tf(e,t);return i||(cf(e)&&pf(t)?{type:"bpmn:Association",associationDirection:"One"}:!!Cf(e,t)&&{type:"bpmn:Association"})}function yf(e,t,n){return!(!So(e)&&!lf(e))||!(Mr(t,"bpmn:Participant")&&!Xr(t))&&(Mr(e,"bpmn:Participant")?Mr(t,"bpmn:Process")||Mr(t,"bpmn:Collaboration"):Ar(e,["bpmn:DataInput","bpmn:DataOutput"])&&e.parent?t===e.parent:Mr(e,"bpmn:Lane")?Mr(t,"bpmn:Participant")||Mr(t,"bpmn:Lane"):!(Mr(e,"bpmn:BoundaryEvent")&&!function(e){return Tr(e).cancelActivity&&(xf(e)||wf(e))}(e))&&(Mr(e,"bpmn:FlowElement")&&!Mr(e,"bpmn:DataStoreReference")?Mr(t,"bpmn:FlowElementsContainer")?Xr(t):Ar(t,["bpmn:Participant","bpmn:Lane"]):Mr(e,"bpmn:DataStoreReference")&&Mr(t,"bpmn:Collaboration")?S(Tr(t).get("participants"),(function(e){return!!e.get("processRef")})):Ar(e,["bpmn:Artifact","bpmn:DataAssociation","bpmn:DataStoreReference"])?Ar(t,["bpmn:Collaboration","bpmn:Lane","bpmn:Participant","bpmn:Process","bpmn:SubProcess"]):!!Mr(e,"bpmn:MessageFlow")&&(Mr(t,"bpmn:Collaboration")||e.source.parent==t||e.target.parent==t)))}function vf(e){return Mr(e,"bpmn:Lane")}function bf(e){return!!function(e){return!So(e)&&Mr(e,"bpmn:BoundaryEvent")}(e)||(!(!Mr(e,"bpmn:IntermediateThrowEvent")||!xf(e))||Mr(e,"bpmn:IntermediateCatchEvent")&&wf(e))}function xf(e){var t=Tr(e);return t&&!(t.eventDefinitions&&t.eventDefinitions.length)}function wf(e){return Of(e,["bpmn:MessageEventDefinition","bpmn:TimerEventDefinition","bpmn:SignalEventDefinition","bpmn:ConditionalEventDefinition"])}function Of(e,t){return t.some((function(t){return df(e,t)}))}function _f(e,t,n,i){if(Array.isArray(e)||(e=[e]),1!==e.length)return!1;var r=e[0];return!So(r)&&(!!bf(r)&&(!Gr(t)&&(!(!Mr(t,"bpmn:Activity")||pf(t))&&(!(i&&!nf(i,t))&&(!function(e){return Mr(e,"bpmn:ReceiveTask")&&x(e.incoming,(function(e){return Mr(e.source,"bpmn:EventBasedGateway")}))}(t)&&"attach")))))}function Ef(e,t,n){if(!t)return!1;var i={replacements:[]};return _(e,(function(e){Gr(t)||Mr(e,"bpmn:StartEvent")&&"label"!==e.type&&yf(e,t)&&(Yr(e)||i.replacements.push({oldElementId:e.id,newElementType:"bpmn:StartEvent"}),(function(e){return Kr(e,"bpmn:ErrorEventDefinition")}(e)||function(e){return Kr(e,"bpmn:EscalationEventDefinition")}(e)||function(e){return Kr(e,"bpmn:CompensateEventDefinition")}(e))&&i.replacements.push({oldElementId:e.id,newElementType:"bpmn:StartEvent"}),Of(e,["bpmn:MessageEventDefinition","bpmn:TimerEventDefinition","bpmn:SignalEventDefinition","bpmn:ConditionalEventDefinition"])&&Mr(t,"bpmn:SubProcess")&&i.replacements.push({oldElementId:e.id,newElementType:"bpmn:StartEvent"})),Mr(t,"bpmn:Transaction")||df(e,"bpmn:CancelEventDefinition")&&"label"!==e.type&&(Mr(e,"bpmn:EndEvent")&&yf(e,t)&&i.replacements.push({oldElementId:e.id,newElementType:"bpmn:EndEvent"}),Mr(e,"bpmn:BoundaryEvent")&&_f(e,t,0,n)&&i.replacements.push({oldElementId:e.id,newElementType:"bpmn:BoundaryEvent"}))})),!!i.replacements.length&&i}function Pf(e,t){return!S(e,vf)&&(!t||e.every((function(e){return yf(e,t)})))}function kf(e,t,n,i){return!!t&&(!(!So(e)&&!lf(e))||!function(e,t){return e===t}(n,t)&&((!n||!ff(n,t))&&(yf(e,t)||Df(e,t))))}function Sf(e,t){return Mr(e,"bpmn:SubProcess")?Xr(e)&&(!t||t.width>=100&&t.height>=80):Mr(e,"bpmn:Lane")?!t||t.width>=130&&t.height>=60:Mr(e,"bpmn:Participant")?!t||t.width>=250&&t.height>=50:!!af(e)||!!lf(e)}function Cf(e,t){return!(!cf(e)||!pf(t))||!ff(t,e)&&!ff(e,t)&&(!!function(e,t){var n=af(e),i=af(t);return(n||i)&&n!==i}(e,t)||!!Tf(e,t))}function Mf(e,t){return!($f(e)&&!$f(t))&&(Mr(n=e,"bpmn:InteractionNode")&&!Mr(n,"bpmn:BoundaryEvent")&&(!Mr(n,"bpmn:Event")||Mr(n,"bpmn:ThrowEvent")&&hf(n,"bpmn:MessageEventDefinition"))&&function(e){return Mr(e,"bpmn:InteractionNode")&&!pf(e)&&(!Mr(e,"bpmn:Event")||Mr(e,"bpmn:CatchEvent")&&hf(e,"bpmn:MessageEventDefinition"))&&!(Mr(e,"bpmn:BoundaryEvent")&&!df(e,"bpmn:MessageEventDefinition"))}(t)&&!function(e,t){return sf(e)===sf(t)}(e,t));var n}function Af(e,t){return Mr(n=e,"bpmn:FlowNode")&&!Mr(n,"bpmn:EndEvent")&&!Gr(n)&&!(Mr(n,"bpmn:IntermediateThrowEvent")&&df(n,"bpmn:LinkEventDefinition"))&&!cf(n)&&!pf(n)&&function(e){return Mr(e,"bpmn:FlowNode")&&!Mr(e,"bpmn:StartEvent")&&!Mr(e,"bpmn:BoundaryEvent")&&!Gr(e)&&!(Mr(e,"bpmn:IntermediateCatchEvent")&&df(e,"bpmn:LinkEventDefinition"))&&!pf(e)}(t)&&function(e,t){return uf(e)===uf(t)}(e,t)&&!(Mr(e,"bpmn:EventBasedGateway")&&!function(e){return Mr(e,"bpmn:ReceiveTask")||Mr(e,"bpmn:IntermediateCatchEvent")&&(df(e,"bpmn:MessageEventDefinition")||df(e,"bpmn:TimerEventDefinition")||df(e,"bpmn:ConditionalEventDefinition")||df(e,"bpmn:SignalEventDefinition"))}(t));var n}function Tf(e,t){return Ar(e,["bpmn:DataObjectReference","bpmn:DataStoreReference"])&&Ar(t,["bpmn:Activity","bpmn:ThrowEvent"])?{type:"bpmn:DataInputAssociation"}:!(!Ar(t,["bpmn:DataObjectReference","bpmn:DataStoreReference"])||!Ar(e,["bpmn:Activity","bpmn:CatchEvent"]))&&{type:"bpmn:DataOutputAssociation"}}function Df(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&&(Ar(t,["bpmn:SequenceFlow","bpmn:MessageFlow"])&&!So(t)&&Mr(e,"bpmn:FlowNode")&&!Mr(e,"bpmn:BoundaryEvent")&&yf(e,t.parent))}function Rf(e,t){return!!So(t)||!(Mr(t,"bpmn:Lane")&&!function(e,t){return e&&t&&-1!==e.indexOf(t)}(e,t.parent))}function $f(e){return sc(e,"bpmn:Process")||sc(e,"bpmn:Collaboration")}r(rf,Yl),rf.$inject=["eventBus"],rf.prototype.init=function(){this.addRule("connection.start",(function(e){return function(e){if(of(e))return null;return Ar(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 gf(t,n)}finally{r&&(n.parent=null)}})),this.addRule("connection.reconnect",(function(e){var t=e.connection;return gf(e.source,e.target,t)})),this.addRule("connection.updateWaypoints",(function(e){return{type:e.connection.type}})),this.addRule("shape.resize",(function(e){return Sf(e.shape,e.newBounds)})),this.addRule("elements.create",(function(e){var t=e.elements,n=e.position,i=e.target;return!(mf(i)&&!Df(t,i))&&k(t,(function(e){return mf(e)?gf(e.source,e.target,e):e.host?_f(e,e.host,null,n):kf(e,i,null)}))})),this.addRule("elements.move",(function(e){var t=e.target,n=e.shapes,i=e.position;return _f(n,t,null,i)||Ef(n,t,i)||Pf(n,t)||Df(n,t)})),this.addRule("shape.create",(function(e){return kf(e.shape,e.target,e.source,e.position)})),this.addRule("shape.attach",(function(e){return _f(e.shape,e.target,null,e.position)})),this.addRule("element.copy",(function(e){var t=e.element;return Rf(e.elements,t)}))},rf.prototype.canConnectMessageFlow=Mf,rf.prototype.canConnectSequenceFlow=Af,rf.prototype.canConnectDataAssociation=Tf,rf.prototype.canConnectAssociation=Cf,rf.prototype.canMove=Pf,rf.prototype.canAttach=_f,rf.prototype.canReplace=Ef,rf.prototype.canDrop=yf,rf.prototype.canInsert=Df,rf.prototype.canCreate=kf,rf.prototype.canConnect=gf,rf.prototype.canResize=Sf,rf.prototype.canCopy=Rf;var jf={__depends__:[Sc],__init__:["bpmnRules"],bpmnRules:["type",rf]};function Bf(e,t){e.on("saveXML.start",2e3,(function(){_(t.getRootElements(),(function(e){var t,n=Dr(e);t=C(O(bt([e],!1),(function(t){return t!==e&&!t.labelTarget})),Dr),n.set("planeElement",t)}))}))}Bf.$inject=["eventBus","canvas"];var If={__init__:["bpmnDiOrdering"],bpmnDiOrdering:["type",Bf]};function zf(e){cs.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 Nf(e,t,n){zf.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=x(i,(function(t){return Ar(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&&!Ar(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=w(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}}}zf.prototype.getOrdering=function(e,t){return null},r(zf,cs),Nf.$inject=["eventBus","canvas","translate"],r(Nf,zf);var Vf={__depends__:[wo],__init__:["bpmnOrderingProvider"],bpmnOrderingProvider:["type",Nf]};function Lf(e,t){this._eventBus=e,this._dragging=t,this._tools=[],this._active=null}Lf.$inject=["eventBus","dragging"],Lf.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)},Lf.prototype.isActive=function(e){return e&&this._active===e},Lf.prototype.length=function(e){return this._tools.length},Lf.prototype.setActive=function(e){var t=this._eventBus;this._active!==e&&(this._active=e,t.fire("tool-manager.update",{tool:e}))},Lf.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),_(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&&ce(t,'.group[data-group="tools"]')}(e)||this.setActive(null))}),this)};var qf={__depends__:[Oc],__init__:["toolManager"],toolManager:["type",Lf]};function Ff(e,t){return-1!==e.indexOf(t)}var Hf=Math.abs,Qf=Math.round,Uf={x:"width",y:"height"},Wf="crosshair",Xf={n:"top",w:"left",s:"bottom",e:"right"},Yf={n:"s",w:"e",s:"n",e:"w"};function Gf(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",1500,(function(e){var t=e.context,n=t.initialized;n||(n=t.initialized=a.init(e,t)),n&&Zf(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){Zf(e);var c={x:0,y:0};c[i]=Qf(e["d"+i]),a.makeSpace(o,s,c,r,l),n.once("spaceTool.ended",(function(e){a.activateSelection(e.originalEvent,!0,!0)}))}}))}function Kf(e){return{top:e.top-20,right:e.right+20,bottom:e.bottom+20,left:e.left-20}}function Zf(e){var t,n,i=e.context.spaceToolConstraints;i&&(f(i.left)&&(t=Math.max(e.x,i.left),e.dx=e.dx+t-e.x,e.x=t),f(i.right)&&(t=Math.min(e.x,i.right),e.dx=e.dx+t-e.x,e.x=t),f(i.top)&&(n=Math.max(e.y,i.top),e.dy=e.dy+n-e.y,e.y=n),f(i.bottom)&&(n=Math.min(e.y,i.bottom),e.dy=e.dy+n-e.y,e.y=n))}function Jf(e,t){return-1!==e.indexOf(t)}function eg(e){return!!e.waypoints}function tg(e){return!!e.labelTarget}Gf.$inject=["canvas","dragging","eventBus","modeling","rules","toolManager","mouse"],Gf.prototype.activateSelection=function(e,t,n){this._dragging.init(e,"spaceTool.selection",{autoActivate:t,cursor:Wf,data:{context:{reactivate:n}},trapClick:!1})},Gf.prototype.activateMakeSpace=function(e){this._dragging.init(e,"spaceTool",{autoActivate:!0,cursor:Wf,data:{context:{}}})},Gf.prototype.makeSpace=function(e,t,n,i,r){return this._modeling.createSpace(e,t,n,i,r)},Gf.prototype.init=function(e,t){var n=Hf(e.dx)>Hf(e.dy)?"x":"y",i=e["d"+n],r=e[n]-i;if(Hf(i)<5)return!1;i<0&&(i*=-1),No(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=bt(this._canvas.getRootElement(),!0),a=this.calculateAdjustments(s,n,i,r),l=function(e,t,n,i,r){var o=e.movingShapes,s=e.resizingShapes;if(!s.length)return;var a,l,c={};return _(s,(function(e){var p,u,d,h,m,g,y=e.attachers,v=e.children,b=vn(e),x=O(v,(function(e){return!(eg(e)||tg(e)||Jf(o,e)||Jf(s,e))})),w=O(v,(function(e){return!eg(e)&&!tg(e)&&Jf(o,e)})),_=[],E=[];x.length&&(u=Kf(vn(xt(x))),p=i-b[Xf[n]]+u[Xf[n]],"n"===n?c.bottom=l=f(l)?Math.min(l,p):p:"w"===n?c.right=l=f(l)?Math.min(l,p):p:"s"===n?c.top=a=f(a)?Math.max(a,p):p:"e"===n&&(c.left=a=f(a)?Math.max(a,p):p)),w.length&&(d=Kf(vn(xt(w))),p=i-d[Xf[Yf[n]]]+b[Xf[Yf[n]]],"n"===n?c.bottom=l=f(l)?Math.min(l,p):p:"w"===n?c.right=l=f(l)?Math.min(l,p):p:"s"===n?c.top=a=f(a)?Math.max(a,p):p:"e"===n&&(c.left=a=f(a)?Math.max(a,p):p)),y&&y.length&&(y.forEach((function(e){Jf(o,e)?_.push(e):E.push(e)})),_.length&&(h=vn(xt(_.map(wn))),m=b[Xf[Yf[n]]]-(h[Xf[Yf[n]]]-i)),E.length&&(g=vn(xt(E.map(wn)))[Xf[n]]-(b[Xf[n]]-i)),"n"===n?(p=Math.min(m||1/0,g||1/0),c.bottom=l=f(l)?Math.min(l,p):p):"w"===n?(p=Math.min(m||1/0,g||1/0),c.right=l=f(l)?Math.min(l,p):p):"s"===n?(p=Math.max(m||-1/0,g||-1/0),c.top=a=f(a)?Math.max(a,p):p):"e"===n&&(p=Math.max(m||-1/0,g||-1/0),c.left=a=f(a)?Math.max(a,p):p));var P=r&&r[e.id];P&&("n"===n?(p=i+e[Uf[t]]-P[Uf[t]],c.bottom=l=f(l)?Math.min(l,p):p):"w"===n?(p=i+e[Uf[t]]-P[Uf[t]],c.right=l=f(l)?Math.min(l,p):p):"s"===n?(p=i-e[Uf[t]]+P[Uf[t]],c.top=a=f(a)?Math.max(a,p):p):"e"===n&&(p=i-e[Uf[t]]+P[Uf[t]],c.left=a=f(a)?Math.max(a,p):p))})),c}(a,n,o,r,this._eventBus.fire("spaceTool.getMinDimensions",{axis:n,direction:o,shapes:a.resizingShapes,start:r}));return F(t,a,{axis:n,direction:o,spaceToolConstraints:l,start:r}),Ks("resize-"+("x"===n?"ew":"ns")),!0},Gf.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)}_(e,(function(e){if(e.parent&&!tg(e))if(eg(e))l.push(e);else{var o=e[t],p=o+e[Uf[t]];if(function(e){return!!e.host}(e)&&(n>0&&wn(e)[t]>i||n<0&&wn(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)}}})),_(o,(function(e){var t=e.attachers;t&&_(t,(function(e){c(e)}))}));var p=o.concat(s);return _(a,(function(e){var t=e.host;Jf(p,t)&&c(e)})),p=o.concat(s),_(l,(function(e){var t=e.source,n=e.target,i=e.label;Jf(p,t)&&Jf(p,n)&&i&&c(i)})),{movingShapes:o,resizingShapes:s}},Gf.prototype.toggle=function(){if(this.isActive())return this._dragging.cancel();var e=this._mouse.getLastMoveEvent();this.activateSelection(e,!!e)},Gf.prototype.isActive=function(){var e=this._dragging.context();return!!e&&/^spaceTool/.test(e.prefix)};var ng="djs-dragging",ig="djs-resizing",rg=Math.max;function og(e,t,n,i,r){function o(e,t){_(e,(function(e){r.addDragger(e,t),n.addMarker(e,ng)}))}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"])),Ce(t,a);var l=Le("path");Te(l,"d",o),Re(l).add("djs-crosshair"),Ce(a,l);var c=Le("path");Te(c,"d",s),Re(c).add("djs-crosshair"),Ce(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&&je(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"),Re(a).add("djs-crosshair"),Ce(u,a),s.line=a;var d=Le("g");Te(d,i.cls("djs-drag-group",["no-events"])),Ce(n.getActiveLayer(),d),o(c,d),o(s.movingConnections=t.filter((function(e){var t=!1;_(c,(function(n){_(n.outgoing,(function(n){e===n&&(t=!0)}))}));var n=!1;_(c,(function(t){_(t.incoming,(function(t){e===t&&(n=!0)}))}));var i=!1;_(p,(function(t){_(t.outgoing,(function(t){e===t&&(i=!0)}))}));var r=!1;return _(p,(function(t){_(t.incoming,(function(t){e===t&&(r=!0)}))})),function(e){return e.waypoints}(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"])),Ce(n.getActiveLayer(),h);var m=[];_(p,(function(e){var t=r.addFrame(e,h),i=t.getBBox();m.push({element:t,initialBounds:i}),n.addMarker(e,ig)})),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),_(s.frames,(function(e){var t,n,i=e.element,r=e.initialBounds;"e"===s.direction?Te(i,{width:rg(r.width+f.x,5)}):Te(i,{width:t=rg(r.width-f.x,5),x:r.x+r.width-t}),"s"===s.direction?Te(i,{height:rg(r.height+f.y,5)}):Te(i,{height:n=rg(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;_(i,(function(e){n.removeMarker(e,ng)})),_(r,(function(e){n.removeMarker(e,ng)})),a&&(je(s),je(a)),_(o,(function(e){n.removeMarker(e,ig)})),l&&je(l)}))}og.$inject=["eventBus","elementRegistry","canvas","styles","previewSupport"];var sg={__init__:["spaceToolPreview"],__depends__:[Oc,Sc,qf,Lp,nu],spaceTool:["type",Gf],spaceToolPreview:["type",og]};function ag(e){e.invoke(Gf,this)}ag.$inject=["injector"],r(ag,Gf),ag.prototype.calculateAdjustments=function(e,t,n,i){var r=Gf.prototype.calculateAdjustments.call(this,e,t,n,i);return r.resizingShapes=r.resizingShapes.filter((function(e){return!Mr(e,"bpmn:TextAnnotation")})),r};var lg={__depends__:[sg],spaceTool:["type",ag]};function cg(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)}cg.$inject=["eventBus","injector"],cg.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(n)},cg.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},cg.prototype.clear=function(e){this._stack.length=0,this._stackIdx=-1,!1!==e&&this._fire("changed",{trigger:"clear"})},cg.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()}},cg.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()}},cg.prototype.register=function(e,t){this._setHandler(e,t)},cg.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)},cg.prototype.canUndo=function(){return!!this._getUndoAction()},cg.prototype.canRedo=function(){return!!this._getRedoAction()},cg.prototype._getRedoAction=function(){return this._stack[this._stackIdx+1]},cg.prototype._getUndoAction=function(){return this._stack[this._stackIdx]},cg.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)}))},cg.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},cg.prototype._createId=function(){return this._uid++},cg.prototype._atomicDo=function(e){const t=this._currentExecution;t.atomic=!0;try{e()}finally{t.atomic=!1}},cg.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(e)},cg.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)},cg.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:R("id",i.reverse())}),i.length=0,this._fire("changed",{trigger:t}),e.trigger=null)},cg.prototype._markDirty=function(e){const t=this._currentExecution;e&&(e=h(e)?e:[e],t.dirty=t.dirty.concat(e))},cg.prototype._executedAction=function(e,t){const n=++this._stackIdx;t||this._stack.splice(n,this._stack.length,e)},cg.prototype._revertedAction=function(e){this._stackIdx--},cg.prototype._getHandler=function(e){return this._handlerMap[e]},cg.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 pg={commandStack:["type",cg]},ug=new es("tt");function dg(e,t){e.style.display=!1===t?"none":""}var hg=".djs-tooltip";function mg(e,t){var n,i;this._eventBus=e,this._canvas=t,this._ids=ug,this._tooltipDefaults={show:{minZoom:.7,maxZoom:5}},this._tooltips={},this._tooltipRoot=(n=t.getContainer(),ne(i=_e('<div class="djs-tooltip-container" />'),{position:"absolute",width:"0",height:"0"}),n.insertBefore(i,n.firstChild),i);var r=this;be.bind(this._tooltipRoot,hg,"mousedown",(function(e){e.stopPropagation()})),be.bind(this._tooltipRoot,hg,"mouseover",(function(e){r.trigger("mouseover",e)})),be.bind(this._tooltipRoot,hg,"mouseout",(function(e){r.trigger("mouseout",e)})),this._init()}mg.$inject=["eventBus","canvas"],mg.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=F({},this._tooltipDefaults,e,{id:t}),this._addTooltip(e),e.timeout&&this.setTimeout(e),t},mg.prototype.trigger=function(e,t){var n=t.delegateTarget||t.target,i=this.get(ie(n,"data-tooltip-id"));i&&("mouseover"===e&&i.timeout&&this.clearTimeout(i),"mouseout"===e&&i.timeout&&(i.timeout=1e3,this.setTimeout(i)))},mg.prototype.get=function(e){return"string"!=typeof e&&(e=e.id),this._tooltips[e]},mg.prototype.clearTimeout=function(e){if(e=this.get(e)){var t=e.removeTimer;t&&(clearTimeout(t),e.removeTimer=null)}},mg.prototype.setTimeout=function(e){if(e=this.get(e)){this.clearTimeout(e);var t=this;e.removeTimer=setTimeout((function(){t.remove(e)}),e.timeout)}},mg.prototype.remove=function(e){var t=this.get(e);t&&(ke(t.html),ke(t.htmlContainer),delete t.htmlContainer,delete this._tooltips[t.id])},mg.prototype.show=function(){dg(this._tooltipRoot)},mg.prototype.hide=function(){dg(this._tooltipRoot,!1)},mg.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},mg.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)),y(i)&&(i=_e(i)),ne(t=_e('<div data-tooltip-id="'+n+'" class="'+'djs-tooltip">'),{position:"absolute"}),t.appendChild(i),e.type&&oe(t).add("djs-tooltip-"+e.type),e.className&&oe(t).add(e.className),e.htmlContainer=t,r.appendChild(t),this._tooltips[n]=e,this._updateTooltip(e)},mg.prototype._updateTooltip=function(e){var t=e.position;!function(e,t,n){ne(e,{left:t+"px",top:n+"px"})}(e.htmlContainer,t.x,t.y)},mg.prototype._updateTooltipVisibilty=function(e){_(this._tooltips,(function(t){var n=t.show,i=t.htmlContainer,r=!0;n&&((n.minZoom>e.scale||n.maxZoom<e.scale)&&(r=!1),dg(i,r))}))},mg.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 fg={__init__:["tooltips"],tooltips:["type",mg]};function gg(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 yg(e,t,n){cs.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=vg(n),t.validatedShapes=vg(i)})),i&&t.on("shape.move.start",250,(function(e){var t=e.context,n=t.shapes,r=[];_(n,(function(e){_(e.labels,(function(n){n.hidden||-1!==t.shapes.indexOf(n)||r.push(n),e.labelTarget&&r.push(e)}))})),_(r,(function(e){i.makeDraggable(t,e,!0)}))})),this.preExecuted("elements.move",1400,(function(e){var t=e.context.closure,n=t.enclosedElements,i=[];_(n,(function(e){_(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;gg((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=Ct(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&&(St(i.labels,n,r),n.labelTarget=i)}))}function vg(e){return O(e,(function(t){return-1===e.indexOf(t.labelTarget)}))}r(yg,cs),yg.$inject=["injector","eventBus","modeling"];var bg={__init__:["labelSupport"],labelSupport:["type",yg]},xg="attach-ok";function wg(e,t,n,i,r){cs.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=Og(t=r),$("id",t,n)),i.validatedShapes=function(e){var t=D(e,"id");return O(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;_(Og(t.shapes),(function(e){o.makeDraggable(t,e,!0),_(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,xg),t.once(["shape.move.out","shape.move.cleanup"],(function(){n.removeMarker(r,xg)})))}})),this.preExecuted("elements.move",1401,(function(e){var t=e.context,n=t.closure;_(Og(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||_(i?n:O(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){_(e.context.shapes,(function(e){_(e.attachers,(function(e){_(e.outgoing.slice(),(function(e){i.allowed("connection.reconnect",{connection:e,source:e.source,target:e.target})||r.removeConnection(e)})),_(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;gg(n.attachers,(function(e){"attach"===i.allowed("elements.move",{target:o,shapes:[e]})?r.updateAttachment(e,o):r.removeShape(e)})),o.attachers.length&&_(o.attachers,(function(e){var t=im(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&&_(s,(function(e){var t=im(e,i,o);r.moveShape(e,t,e.parent),_(e.labels,(function(e){r.moveShape(e,t,e.parent)}))}))})),this.preExecute("shape.delete",(function(e){var t=e.context.shape;gg(t.attachers,(function(e){r.removeShape(e)})),t.host&&r.updateAttachment(t,null)}))}function Og(e){return a(C(e,(function(e){return e.attachers||[]})))}r(wg,cs),wg.$inject=["injector","eventBus","canvas","rules","modeling"];var _g={__depends__:[Sc],__init__:["attachSupport"],attachSupport:["type",wg]};function Eg(e){this._model=e}function Pg(e,t,n,i){cs.call(this,e),this._bpmnFactory=t,this._translate=i;var r=this;function o(e){_(e.context.oldRoot.children,(function(e){Mr(e,"bpmn:BaseElement")&&r.updateParent(e)}))}function s(e){var t=e.context.shape;Mr(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)}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"],kg((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"],kg((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"],kg((function(e){"label"!==e.context.shape.type&&s(e)}))),this.reverted(["shape.move","shape.create","shape.resize"],kg((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"],kg(a)),this.reverted(["connection.create","connection.move","connection.delete","connection.reconnect"],kg(a)),this.executed(["connection.layout","connection.move","connection.updateWaypoints"],kg(l)),this.reverted(["connection.layout","connection.move","connection.updateWaypoints"],kg(l)),this.executed("connection.reconnect",kg((function(e){var t=e.context,n=t.connection,i=t.oldSource,r=t.newSource,o=Tr(n),s=Tr(i),a=Tr(r);o.conditionExpression&&!Ar(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",kg((function(e){var t=e.context,n=t.connection,i=t.oldSource,r=t.newSource,o=Tr(n),s=Tr(i),a=Tr(r);t.oldConditionExpression&&(o.conditionExpression=t.oldConditionExpression),t.oldDefault&&(s.default=t.oldDefault,delete a.default)}))),this.executed(["element.updateAttachment"],kg(c)),this.reverted(["element.updateAttachment"],kg(c))}function kg(e){return function(t){var n=t.context;Mr(n.shape||n.connection,"bpmn:BaseElement")&&e(t)}}function Sg(e,t,n){Gn.call(this),this._bpmnFactory=e,this._moddle=t,this._translate=n}function Cg(e,t,n){return void 0===t[n]?t:(e[n]=t[n],W(t,[n]))}function Mg(e,t){this._modeling=e,this._canvas=t}function Ag(e){this._modeling=e}function Tg(e,t){this._canvas=e,this._layouter=t}Eg.$inject=["moddle"],Eg.prototype._needsId=function(e){return Ar(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"])},Eg.prototype._ensureId=function(e){var t;e.id?this._model.ids.claim(e.id,e):(t=Mr(e,"bpmn:Activity")?"Activity":Mr(e,"bpmn:Event")?"Event":Mr(e,"bpmn:Gateway")?"Gateway":Ar(e,["bpmn:SequenceFlow","bpmn:MessageFlow"])?"Flow":(e.$type||"").replace(/^[^:]*:/g,""),t+="_",!e.id&&this._needsId(e)&&(e.id=this._model.ids.nextPrefixed(t,e)))},Eg.prototype.create=function(e,t){var n=this._model.create(e,t||{});return this._ensureId(n),n},Eg.prototype.createDiLabel=function(){return this.create("bpmndi:BPMNLabel",{bounds:this.createDiBounds()})},Eg.prototype.createDiShape=function(e,t){return this.create("bpmndi:BPMNShape",F({bpmnElement:e,bounds:this.createDiBounds()},t))},Eg.prototype.createDiBounds=function(e){return this.create("dc:Bounds",e)},Eg.prototype.createDiWaypoints=function(e){var t=this;return C(e,(function(e){return t.createDiWaypoint(e)}))},Eg.prototype.createDiWaypoint=function(e){return this.create("dc:Point",U(e,["x","y"]))},Eg.prototype.createDiEdge=function(e,t){return this.create("bpmndi:BPMNEdge",F({bpmnElement:e,waypoint:this.createDiWaypoints([])},t))},Eg.prototype.createDiPlane=function(e,t){return this.create("bpmndi:BPMNPlane",F({bpmnElement:e},t))},r(Pg,cs),Pg.$inject=["eventBus","bpmnFactory","connectionDocking","translate"],Pg.prototype.updateAttachment=function(e){var t=e.shape,n=t.businessObject,i=t.host;n.attachedToRef=i&&i.businessObject},Pg.prototype.updateParent=function(e,t){if(!(e instanceof Wn||Mr(e,"bpmn:DataStoreReference")&&e.parent&&Mr(e.parent,"bpmn:Collaboration"))){var n=e.parent,i=e.businessObject,r=Dr(e),o=n&&n.businessObject,s=Dr(n);Mr(e,"bpmn:FlowNode")&&this.updateFlowNodeRefs(i,o,t&&t.businessObject),Mr(e,"bpmn:DataOutputAssociation")&&(o=e.source?e.source.businessObject:null),Mr(e,"bpmn:DataInputAssociation")&&(o=e.target?e.target.businessObject:null),this.updateSemanticParent(i,o),Mr(e,"bpmn:DataObjectReference")&&i.dataObjectRef&&this.updateSemanticParent(i.dataObjectRef,o),this.updateDiParent(r,s)}},Pg.prototype.updateBounds=function(e){var t=Dr(e),n=function(e){if(!Mr(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=ta(n,t.get("bounds"));F(n,{x:e.x+i.x,y:e.y+i.y})}var r=e instanceof Wn?this._getLabel(t):t,o=r.bounds;o||(o=this._bpmnFactory.createDiBounds(),r.set("bounds",o)),F(o,{x:e.x,y:e.y,width:e.width,height:e.height})},Pg.prototype.updateFlowNodeRefs=function(e,t,n){n!==t&&(Mr(n,"bpmn:Lane")&&kt(n.get("flowNodeRef"),e),Mr(t,"bpmn:Lane")&&St(t.get("flowNodeRef"),e))},Pg.prototype.updateDiConnection=function(e,t,n){var i=Dr(e),r=Dr(t),o=Dr(n);i.sourceElement&&i.sourceElement.bpmnElement!==Tr(t)&&(i.sourceElement=t&&r),i.targetElement&&i.targetElement.bpmnElement!==Tr(n)&&(i.targetElement=n&&o)},Pg.prototype.updateDiParent=function(e,t){if(t&&!Mr(t,"bpmndi:BPMNPlane")&&(t=t.$parent),e.$parent!==t){var n=(t||e.$parent).get("planeElement");t?(n.push(e),e.$parent=t):(kt(n,e),e.$parent=null)}},Pg.prototype.getLaneSet=function(e){var t,n;return Mr(e,"bpmn:Lane")?((t=e.childLaneSet)||(t=this._bpmnFactory.create("bpmn:LaneSet"),e.childLaneSet=t,t.$parent=e),t):(Mr(e,"bpmn:Participant")&&(e=e.processRef),(t=(n=e.get("laneSets"))[0])||((t=this._bpmnFactory.create("bpmn:LaneSet")).$parent=e,n.push(t)),t)},Pg.prototype.updateSemanticParent=function(e,t,n){var i,r=this._translate;if(e.$parent!==t&&(!Mr(e,"bpmn:DataInput")&&!Mr(e,"bpmn:DataOutput")||(Mr(t,"bpmn:Participant")&&"processRef"in t&&(t=t.processRef),!("ioSpecification"in t)||t.ioSpecification!==e.$parent))){if(Mr(e,"bpmn:Lane"))t&&(t=this.getLaneSet(t)),i="lanes";else if(Mr(e,"bpmn:FlowElement")){if(t)if(Mr(t,"bpmn:Participant"))t=t.processRef;else if(Mr(t,"bpmn:Lane"))do{t=t.$parent.$parent}while(Mr(t,"bpmn:Lane"));i="flowElements"}else if(Mr(e,"bpmn:Artifact")){for(;t&&!Mr(t,"bpmn:Process")&&!Mr(t,"bpmn:SubProcess")&&!Mr(t,"bpmn:Collaboration");){if(Mr(t,"bpmn:Participant")){t=t.processRef;break}t=t.$parent}i="artifacts"}else if(Mr(e,"bpmn:MessageFlow"))i="messageFlows";else if(Mr(e,"bpmn:Participant")){i="participants";var o,s=e.processRef;s&&(o=function(e){for(;e&&!Mr(e,"bpmn:Definitions");)e=e.$parent;return e}(e.$parent||t),e.$parent&&(kt(o.get("rootElements"),s),s.$parent=null),t&&(St(o.get("rootElements"),s),s.$parent=o))}else Mr(e,"bpmn:DataOutputAssociation")?i="dataOutputAssociations":Mr(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&&kt(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);kt(a,e),t&&(l||(l=[],t.set(i,l)),l.push(e))}}},Pg.prototype.updateConnectionWaypoints=function(e){Dr(e).set("waypoint",this._bpmnFactory.createDiWaypoints(e.waypoints))},Pg.prototype.updateConnection=function(e){var t,n=e.connection,i=Tr(n),r=n.source,o=Tr(r),s=n.target,a=Tr(n.target);if(Mr(i,"bpmn:DataAssociation"))Mr(i,"bpmn:DataInputAssociation")?(i.get("sourceRef")[0]=o,t=e.parent||e.newParent||a,this.updateSemanticParent(i,a,t)):Mr(i,"bpmn:DataOutputAssociation")&&(t=e.parent||e.newParent||o,this.updateSemanticParent(i,o,t),i.targetRef=a);else{var l=Mr(i,"bpmn:SequenceFlow");i.sourceRef!==o&&(l&&(kt(i.sourceRef&&i.sourceRef.get("outgoing"),i),o&&o.get("outgoing")&&o.get("outgoing").push(i)),i.sourceRef=o),i.targetRef!==a&&(l&&(kt(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)},Pg.prototype._getLabel=function(e){return e.label||(e.label=this._bpmnFactory.createDiLabel()),e.label},r(Sg,Gn),Sg.$inject=["bpmnFactory","moddle","translate"],Sg.prototype.baseCreate=Gn.prototype.create,Sg.prototype.create=function(e,t){if("label"===e){var n=t.di||this._bpmnFactory.createDiLabel();return this.baseCreate(e,F({type:"label",di:n},Oo,t))}return this.createBpmnElement(e,t)},Sg.prototype.createBpmnElement=function(e,t){var n,i,r,o=this._translate,s=(t=F({},t||{})).businessObject,a=t.di;if(!s){if(!t.type)throw new Error(o("no shape type specified"));kr(s=this._bpmnFactory.create(t.type))}if(!Ar(a,["bpmndi:BPMNShape","bpmndi:BPMNEdge","bpmndi:BPMNDiagram","bpmndi:BPMNPlane"])){var l=F({},a||{},{id:s.id+"_di"});a="root"===e?this._bpmnFactory.createDiPlane(s,l):"connection"===e?this._bpmnFactory.createDiEdge(s,l):this._bpmnFactory.createDiShape(s,l)}return Mr(s,"bpmn:Group")&&(t=F({isFrame:!0},t)),t=function(e,t,n){return _(n,(function(n){t=Cg(e,t,n)})),t}(s,t,["processRef","isInterrupting","associationDirection","isForCompensation"]),t.isExpanded&&(t=Cg(a,t,"isExpanded")),Mr(s,"bpmn:SubProcess")&&(t.collapsed=!Xr(s,a)),Mr(s,"bpmn:ExclusiveGateway")&&(a.isMarkerVisible=!0),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,a),t=F({id:s.id},n,t,{businessObject:s,di:a}),this.baseCreate(e,t)},Sg.prototype.getDefaultSize=function(e,t){var n=Tr(e);return t=t||Dr(e),Mr(n,"bpmn:SubProcess")?Xr(n,t)?{width:350,height:200}:{width:100,height:80}:Mr(n,"bpmn:Task")?{width:100,height:80}:Mr(n,"bpmn:Gateway")?{width:50,height:50}:Mr(n,"bpmn:Event")?{width:36,height:36}:Mr(n,"bpmn:Participant")?Xr(n,t)?{width:600,height:250}:{width:400,height:60}:Mr(n,"bpmn:Lane")?{width:400,height:100}:Mr(n,"bpmn:DataObjectReference")?{width:36,height:50}:Mr(n,"bpmn:DataStoreReference")?{width:50,height:50}:Mr(n,"bpmn:TextAnnotation")?{width:100,height:30}:Mr(n,"bpmn:Group")?{width:300,height:300}:{width:100,height:80}},Sg.prototype.createParticipantShape=function(e){return m(e)||(e={isExpanded:e}),!1!==(e=F({type:"bpmn:Participant"},e||{})).isExpanded&&(e.processRef=this._bpmnFactory.create("bpmn:Process")),this.createShape(e)},Mg.$inject=["modeling","canvas"],Mg.prototype.preExecute=function(e){var t=this._modeling,n=e.elements,i=e.alignment;_(n,(function(e){var n={x:0,y:0};i.left?n.x=i.left-e.x:i.right?n.x=i.right-e.width-e.x:i.center?n.x=i.center-Math.round(e.width/2)-e.x:i.top?n.y=i.top-e.y:i.bottom?n.y=i.bottom-e.height-e.y:i.middle&&(n.y=i.middle-Math.round(e.height/2)-e.y),t.moveElements([e],n,e.parent)}))},Mg.prototype.postExecute=function(e){},Ag.$inject=["modeling"],Ag.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},Ag.prototype.postExecute=function(e){var t,n,i=e.hints||{};t=e.source,n=e.shape,S(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))},Tg.$inject=["canvas","layouter"],Tg.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},Tg.prototype.revert=function(e){var t=e.connection;return this._canvas.removeConnection(t),t.source=null,t.target=null,t};var Dg=Math.round;function Rg(e){this._modeling=e}function $g(e){return!!e.waypoints}Rg.$inject=["modeling"],Rg.prototype.preExecute=function(e){var t=e.elements,n=e.parent,i=e.parentIndex,r=e.position,o=e.hints,s=this._modeling;_(t,(function(e){f(e.x)||(e.x=0),f(e.y)||(e.y=0)}));var a=xt(O(t,(function(e){return!e.hidden})));_(t,(function(e){$g(e)&&(e.waypoints=C(e.waypoints,(function(e){return{x:Dg(e.x-a.x-a.width/2+r.x),y:Dg(e.y-a.y-a.height/2+r.y)}}))),F(e,{x:Dg(e.x-a.x-a.width/2+r.x),y:Dg(e.y-a.y-a.height/2+r.y)})}));var l=ft(t),c={};_(t,(function(e){if($g(e))c[e.id]=f(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=F({},o);-1===l.indexOf(e)&&(t.autoResize=!1),c[e.id]=f(i)?s.createShape(e,U(e,["x","y","width","height"]),e.parent||n,i,t):s.createShape(e,U(e,["x","y","width","height"]),e.parent||n,t)}})),e.elements=T(c)};var jg=Math.round;function Bg(e){this._canvas=e}function Ig(e){Bg.call(this,e)}Bg.$inject=["canvas"],Bg.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?F(t,n):F(t,{x:n.x-jg(t.width/2),y:n.y-jg(t.height/2)}),this._canvas.addShape(t,i,r),t},Bg.prototype.revert=function(e){var t=e.shape;return this._canvas.removeShape(t),t},r(Ig,Bg),Ig.$inject=["canvas"];var zg=Bg.prototype.execute;Ig.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,zg.call(this,e)};var Ng=Bg.prototype.revert;function Vg(e,t){this._canvas=e,this._modeling=t}function Lg(e,t){this._modeling=e,this._elementRegistry=t}function qg(e,t){this._canvas=e,this._modeling=t}function Fg(e){this._modeling=e}Ig.prototype.revert=function(e){return e.shape.labelTarget=null,Ng.call(this,e)},Vg.$inject=["canvas","modeling"],Vg.prototype.preExecute=function(e){var t=this._modeling,n=e.connection;gg(n.incoming,(function(e){t.removeConnection(e,{nested:!0})})),gg(n.outgoing,(function(e){t.removeConnection(e,{nested:!0})}))},Vg.prototype.execute=function(e){var t=e.connection,n=t.parent;return e.parent=n,e.parentIndex=Ct(n.children,t),e.source=t.source,e.target=t.target,this._canvas.removeConnection(t),t.source=null,t.target=null,t},Vg.prototype.revert=function(e){var t=e.connection,n=e.parent,i=e.parentIndex;return t.source=e.source,t.target=e.target,St(n.children,t,i),this._canvas.addConnection(t,n),t},Lg.$inject=["modeling","elementRegistry"],Lg.prototype.postExecute=function(e){var t=this._modeling,n=this._elementRegistry;_(e.elements,(function(e){n.get(e.id)&&(e.waypoints?t.removeConnection(e):t.removeShape(e))}))},qg.$inject=["canvas","modeling"],qg.prototype.preExecute=function(e){var t=this._modeling,n=e.shape;gg(n.incoming,(function(e){t.removeConnection(e,{nested:!0})})),gg(n.outgoing,(function(e){t.removeConnection(e,{nested:!0})})),gg(n.children,(function(e){e.waypoints?t.removeConnection(e,{nested:!0}):t.removeShape(e,{nested:!0})}))},qg.prototype.execute=function(e){var t=this._canvas,n=e.shape,i=n.parent;return e.oldParent=i,e.oldParentIndex=Ct(i.children,n),t.removeShape(n),n},qg.prototype.revert=function(e){var t=this._canvas,n=e.shape,i=e.oldParent,r=e.oldParentIndex;return St(i.children,n,r),t.addShape(n,i),n},Fg.$inject=["modeling"];var Hg={x:"y",y:"x"};function Qg(e,t){this._layouter=e,this._canvas=t}function Ug(){}function Wg(){this.allShapes={},this.allConnections={},this.enclosedElements={},this.enclosedConnections={},this.topLevel={}}function Xg(e){this._modeling=e}function Yg(e){this._helper=new Xg(e)}function Gg(e){this._modeling=e,this._helper=new Xg(e)}function Kg(e){this._modeling=e}function Zg(e){return e.original||e}function Jg(e,t){this._modeling=e,this._rules=t}function ey(e){this._modeling=e}function ty(e){this._modeling=e}function ny(e){return F({},e)}function iy(e){switch(e){case"n":case"s":return"y";case"w":case"e":return"x"}}function ry(e,t,n){var i=iy(n);return/e|s/.test(n)?e[i]>t:/n|w/.test(n)?e[i]<t:void 0}function oy(e,t){return-1!==e.indexOf(t)}function sy(e){this._modeling=e}function ay(e){var t={};return _(e,(function(e){t[e.id]=e.hidden,e.children&&(t=F({},t,ay(e.children)))})),t}function ly(e,t){var n=[];return _(e,(function(e){e.hidden=t,n=n.concat(e),e.children&&(n=n.concat(ly(e.children,e.collapsed||t)))})),n}function cy(e,t){var n=[];return _(e,(function(e){e.hidden=t[e.id],n=n.concat(e),e.children&&(n=n.concat(cy(e.children,t)))})),n}function py(e){this._modeling=e}function uy(e,t){return kt(e&&e.attachers,t)}function dy(e,t,n){if(e){var i=e.attachers;i||(e.attachers=i=[]),St(i,t,n)}}function hy(){}function my(e,t,n){this._eventBus=e,this._elementFactory=t,this._commandStack=n;var i=this;e.on("diagram.init",(function(){i.registerHandlers(n)}))}function fy(e){this._elementRegistry=e}function gy(e,t){_(t,(function(t,n){e.set(n,t)}))}Fg.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;_(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=j(e.elements,i))[0],c===d&&(u=p[a(p)]),h=s(u),e.range=null,_(p,(function(n){!function(e,n){var r={y:0};r[i]=e-s(n),r[i]&&(r[Hg[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||_(n,(function(e,o){var s,a={};e!==u&&e!==h&&(s=n[o-1],e.range.max=0,_(e.elements,(function(n,o){a[Hg[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)})))}))},Fg.prototype.postExecute=function(e){},Qg.$inject=["layouter","canvas"],Qg.prototype.execute=function(e){var t=e.connection;return F(e,{oldWaypoints:t.waypoints}),t.waypoints=this._layouter.layoutConnection(t,e.hints),t},Qg.prototype.revert=function(e){var t=e.connection;return t.waypoints=e.oldWaypoints,t},Ug.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=kt(o.children,t),St(i.children,t,r),t.parent=i,_(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},Ug.prototype.revert=function(e){var t=e.connection,n=t.parent,i=e.oldParent,r=e.oldParentIndex,o=e.delta;return kt(n.children,t),St(i.children,t,r),t.parent=i,_(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},Wg.prototype.add=function(e,t){return this.addAll([e],t)},Wg.prototype.addAll=function(e,t){var n=function(e,t,n){p(t)&&(t=!0),m(t)&&(n=t,t=!0);var i=_t((n=n||{}).allShapes),r=_t(n.allConnections),o=_t(n.enclosedElements),s=_t(n.enclosedConnections),a=_t(n.topLevel,t&&D(e,(function(e){return e.id})));function l(e){a[e.source.id]&&a[e.target.id]&&(a[e.id]=[e]),i[e.source.id]&&i[e.target.id]&&(s[e.id]=o[e.id]=e),r[e.id]=e}return vt(e,(function(e){if(o[e.id]=e,!e.waypoints)return i[e.id]=e,_(e.incoming,l),_(e.outgoing,l),e.children;s[e.id]=r[e.id]=e})),{allShapes:i,allConnections:r,topLevel:a,enclosedConnections:s,enclosedElements:o}}(e,!!t,this);return F(this,n),this},Xg.prototype.moveRecursive=function(e,t,n){return e?this.moveClosure(this.getClosure(e),t,n):[]},Xg.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),_(s,(function(e){o.moveShape(e,t,c[e.id]&&!p&&n,{recurse:!1,layout:!1})})),_(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&&dm(e,e.source,t),connectionEnd:r&&hm(e,e.target,t)})}))},Xg.prototype.getClosure=function(e){return(new Wg).addAll(e,!0)},Yg.$inject=["modeling"],Yg.prototype.preExecute=function(e){e.closure=this._helper.getClosure(e.shapes)},Yg.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)},Gg.$inject=["modeling"],Gg.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=U(t,["x","y","width","height"]),e.oldParent=o,e.oldParentIndex=kt(o.children,t),St(i.children,t,r),F(t,{parent:i,x:t.x+n.x,y:t.y+n.y}),t},Gg.prototype.postExecute=function(e){var t=e.shape,n=e.delta,i=e.hints,r=this._modeling;!1!==i.layout&&(_(t.incoming,(function(e){r.layoutConnection(e,{connectionEnd:hm(e,t,n)})})),_(t.outgoing,(function(e){r.layoutConnection(e,{connectionStart:dm(e,t,n)})}))),!1!==i.recurse&&this.moveChildren(e)},Gg.prototype.revert=function(e){var t=e.shape,n=e.oldParent,i=e.oldParentIndex,r=e.delta;return St(n.children,t,i),F(t,{parent:n,x:t.x-r.x,y:t.y-r.y}),t},Gg.prototype.moveChildren=function(e){var t=e.delta,n=e.shape;this._helper.moveRecursive(n.children,t,null)},Gg.prototype.getNewParent=function(e){return e.newParent||e.shape.parent},Kg.$inject=["modeling"],Kg.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 h(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},Kg.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||Zg(h(r)?r[0]:r)),!i||n&&"target"!==o.docking||(s.connectionEnd=s.connectionEnd||Zg(h(r)?r[r.length-1]:r)),o.newWaypoints&&(s.waypoints=o.newWaypoints),this._modeling.layoutConnection(t,s))},Kg.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},Jg.$inject=["modeling","rules"],Jg.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();_(d,(function(e){l(e.source,t,e)&&n.reconnectEnd(e,t,um(e,t,u),a)})),_(h,(function(e){var i=e.target;l(t,i,e)&&n.reconnectStart(e,t,pm(e,t,u),a)}))},Jg.prototype.postExecute=function(e){var t=e.oldShape;this._modeling.removeShape(t)},Jg.prototype.execute=function(e){},Jg.prototype.revert=function(e){},Jg.prototype.createShape=function(e,t,n,i){return this._modeling.createShape(e,t,n,i)},Jg.prototype.reconnectStart=function(e,t,n,i){this._modeling.reconnectStart(e,t,n,i)},Jg.prototype.reconnectEnd=function(e,t,n,i){this._modeling.reconnectEnd(e,t,n,i)},ey.$inject=["modeling"],ey.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},F(t,{width:n.width,height:n.height,x:n.x,y:n.y}),t},ey.prototype.postExecute=function(e){var t=this._modeling,n=e.shape,i=e.oldBounds;!1!==(e.hints||{}).layout&&(_(n.incoming,(function(e){t.layoutConnection(e,{connectionEnd:um(e,n,i)})})),_(n.outgoing,(function(e){t.layoutConnection(e,{connectionStart:pm(e,n,i)})})))},ey.prototype.revert=function(e){var t=e.shape,n=e.oldBounds;return F(t,{width:n.width,height:n.height,x:n.x,y:n.y}),t},ty.$inject=["modeling"],ty.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),_(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 _(e.concat(t),(function(i){var r=i.incoming,o=i.outgoing;_(r.concat(o),(function(i){var r=i.source,o=i.target;(Ff(e,r)||Ff(e,o)||Ff(t,r)||Ff(t,o))&&(Ff(n,i)||n.push(i))}))})),n}(i,r),t,n,o,i,r,s)},ty.prototype.execute=function(){},ty.prototype.revert=function(){},ty.prototype.moveShapes=function(e,t){var n=this;_(e,(function(e){n._modeling.moveShape(e,t,null,{autoResize:!1,layout:!1,recurse:!1})}))},ty.prototype.resizeShapes=function(e,t,n){var i=this;_(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})}))},ty.prototype.updateConnectionWaypoints=function(e,t,n,i,r,o,s){var a=this,l=r.concat(o);_(e,(function(e){var c=e.source,p=e.target,u=function(e){return C(e.waypoints,(function(e){return(e=ny(e)).original&&(e.original=ny(e.original)),e}))}(e),d=iy(n),h={};oy(l,c)&&oy(l,p)?(u=C(u,(function(e){return ry(e,i,n)&&(e[d]=e[d]+t[d]),e.original&&ry(e.original,i,n)&&(e.original[d]=e.original[d]+t[d]),e})),a._modeling.updateWaypoints(e,u,{labelBehavior:!1})):(oy(l,c)||oy(l,p))&&(oy(r,c)?h.connectionStart=dm(e,c,t):oy(r,p)?h.connectionEnd=hm(e,p,t):oy(o,c)?h.connectionStart=pm(e,c,s[c.id]):oy(o,p)&&(h.connectionEnd=um(e,p,s[p.id])),a._modeling.layoutConnection(e,h))}))},sy.$inject=["modeling"],sy.prototype.execute=function(e){var t=e.shape,n=t.children;e.oldChildrenVisibility=ay(n),t.collapsed=!t.collapsed;var i=ly(n,t.collapsed);return[t].concat(i)},sy.prototype.revert=function(e){var t=e.shape,n=e.oldChildrenVisibility,i=cy(t.children,n);return t.collapsed=!t.collapsed,[t].concat(i)},py.$inject=["modeling"],py.prototype.execute=function(e){var t=e.shape,n=e.newHost,i=t.host;return e.oldHost=i,e.attacherIdx=uy(i,t),dy(n,t),t.host=n,t},py.prototype.revert=function(e){var t=e.shape,n=e.newHost,i=e.oldHost,r=e.attacherIdx;return t.host=i,uy(n,t),dy(i,t,r),t},hy.prototype.execute=function(e){var t=e.connection,n=e.newWaypoints;return e.oldWaypoints=t.waypoints,t.waypoints=n,t},hy.prototype.revert=function(e){var t=e.connection,n=e.oldWaypoints;return t.waypoints=n,t},my.$inject=["eventBus","elementFactory","commandStack"],my.prototype.getHandlers=function(){return{"shape.append":Ag,"shape.create":Bg,"shape.delete":qg,"shape.move":Gg,"shape.resize":ey,"shape.replace":Jg,"shape.toggleCollapse":sy,spaceTool:ty,"label.create":Ig,"connection.create":Tg,"connection.delete":Vg,"connection.move":Ug,"connection.layout":Qg,"connection.updateWaypoints":hy,"connection.reconnect":Kg,"elements.create":Rg,"elements.move":Yg,"elements.delete":Lg,"elements.distribute":Fg,"elements.align":Mg,"element.updateAttachment":py}},my.prototype.registerHandlers=function(e){_(this.getHandlers(),(function(t,n){e.registerHandler(n,t)}))},my.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)},my.prototype.updateAttachment=function(e,t){var n={shape:e,newHost:t};this._commandStack.execute("element.updateAttachment",n)},my.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)},my.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)},my.prototype.layoutConnection=function(e,t){var n={connection:e,hints:t||{}};this._commandStack.execute("connection.layout",n)},my.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},my.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},my.prototype.createElements=function(e,t,n,i,r){h(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},my.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},my.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},my.prototype.removeElements=function(e){var t={elements:e};this._commandStack.execute("elements.delete",t)},my.prototype.distributeElements=function(e,t,n){var i={groups:e,axis:t,dimension:n};this._commandStack.execute("elements.distribute",i)},my.prototype.removeShape=function(e,t){var n={shape:e,hints:t||{}};this._commandStack.execute("shape.delete",n)},my.prototype.removeConnection=function(e,t){var n={connection:e,hints:t||{}};this._commandStack.execute("connection.delete",n)},my.prototype.replaceShape=function(e,t,n){var i={oldShape:e,newData:t,hints:n||{}};return this._commandStack.execute("shape.replace",i),i.newShape},my.prototype.alignElements=function(e,t){var n={elements:e,alignment:t};this._commandStack.execute("elements.align",n)},my.prototype.resizeShape=function(e,t,n,i){var r={shape:e,newBounds:t,minBounds:n,hints:i};this._commandStack.execute("shape.resize",r)},my.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)},my.prototype.updateWaypoints=function(e,t,n){var i={connection:e,newWaypoints:t,hints:n||{}};this._commandStack.execute("connection.updateWaypoints",i)},my.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)},my.prototype.reconnectStart=function(e,t,n,i){i||(i={}),this.reconnect(e,t,e.target,n,F(i,{docking:"source"}))},my.prototype.reconnectEnd=function(e,t,n,i){i||(i={}),this.reconnect(e,e.source,t,n,F(i,{docking:"target"}))},my.prototype.connect=function(e,t,n,i){return this.createConnection(e,t,n||{},e.parent,i)},my.prototype._create=function(e,t){return t instanceof Hn?t:this._elementFactory.create(e,t)},my.prototype.toggleCollapse=function(e,t){var n={shape:e,hints:t||{}};this._commandStack.execute("shape.toggleCollapse",n)},fy.$inject=["elementRegistry"],fy.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 P(t,(function(t,n){return t[n]=e.get(n),t}),{})}(n,M(i));return gy(n,i),e.oldProperties=o,e.changed=r,r},fy.prototype.revert=function(e){var t=e.oldProperties,n=e.moddleElement,i=e.changed;return gy(n,t),i},fy.prototype.getVisualReferences=function(e){var t=this._elementRegistry;return Mr(e,"bpmn:DataObject")?function(e,t){return t.filter((function(t){return Mr(t,"bpmn:DataObjectReference")&&Tr(t).dataObjectRef===e}))}(e,t):[]};var yy="default",vy="id",by="di",xy={width:0,height:0};function wy(e,t,n,i,r){this._elementRegistry=e,this._moddle=t,this._translate=n,this._modeling=i,this._textRenderer=r}function Oy(e,t){return vy in e&&e.id!==t.id}function _y(e,t){var n=e.businessObject,i=Dr(e);_(t,(function(e,t){t!==by?n.set(t,e):i&&function(e,t){_(t,(function(t,n){e.set(n,t)}))}(i,e)}))}wy.$inject=["elementRegistry","moddle","translate","modeling","textRenderer"],wy.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=F({},e);return Ey.forEach((function(n){n in e&&(t[n]=Tr(t[n]))})),t}(e.properties),l=e.oldProperties||function(e,t){var n=M(t),i=e.businessObject,r=Dr(e);return P(n,(function(e,n){return e[n]=n!==by?i.get(n):function(e,t){return P(t,(function(t,n){return t[n]=e&&e.get(n),t}),{})}(r,M(t.di)),e}),{})}(t,a);return Oy(a,s)&&(o.unclaim(s.id),r.updateId(t,a.id),o.claim(a.id,s)),yy in a&&(a.default&&n.push(r.get(a.default.id)),s.default&&n.push(r.get(s.default.id))),_y(t,a),e.oldProperties=l,e.changed=n,n},wy.prototype.postExecute=function(e){var t=e.element.label,n=t&&Tr(t).name;if(n){var i=this._textRenderer.getExternalLabelBounds(t,n);this._modeling.resizeShape(t,i,xy)}},wy.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 _y(t,i),Oy(n,r)&&(s.unclaim(n.id),o.updateId(t,i.id),s.claim(i.id,r)),e.changed};var Ey=["default"];function Py(e,t){this._canvas=e,this._modeling=t}function ky(e,t){this._modeling=e,this._spaceTool=t}function Sy(e,t){this._modeling=e,this._translate=t}function Cy(e,t){this._modeling=e,this._spaceTool=t}Py.$inject=["canvas","modeling"],Py.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);t.setRootElement(n),t.removeRootElement(r),St(s.rootElements,i),i.$parent=s,kt(s.rootElements,o),o.$parent=null,r.di=null,a.bpmnElement=i,n.di=a,e.oldRoot=r},Py.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);t.setRootElement(r),t.removeRootElement(n),kt(s.rootElements,i),i.$parent=null,St(s.rootElements,o),o.$parent=s,n.di=null,a.bpmnElement=o,r.di=a},ky.$inject=["modeling","spaceTool"],ky.prototype.preExecute=function(e){var t=this._spaceTool,n=this._modeling,i=e.shape,r=e.location,o=ed(i),s=o===i,a=s?i:i.parent;Ju(a).length||n.createShape({type:"bpmn:Lane"},{x:i.x+Ku,y:i.y,width:i.width-Ku,height:i.height},a);var l=[];vt(o,(function(e){return l.push(e),e.label&&l.push(e.label),e===i?[]:O(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?Ku:0),y:p-("top"===r?120:0),width:i.width-(s?Ku:0),height:120},a)},Sy.$inject=["modeling","translate"],Sy.prototype.preExecute=function(e){var t=this._modeling,n=this._translate,i=e.shape,r=e.count,o=Ju(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+Ku,y:a,width:i.width-Ku,height:l},u<s?t.resizeShape(o[u],c):(p={type:"bpmn:Lane"},t.createShape(p,c,i))},Cy.$inject=["modeling","spaceTool"],Cy.prototype.preExecute=function(e){var t=e.shape,n=e.newBounds;!1!==e.balanced?this.resizeBalanced(t,n):this.resizeSpace(t,n)},Cy.prototype.resizeBalanced=function(e,t){var n=this._modeling,i=td(e,t);n.resizeShape(e,t),i.forEach((function(e){n.resizeShape(e.shape,e.newBounds)}))},Cy.prototype.resizeSpace=function(e,t){var n,i,r,o,s,a=this._spaceTool,l=vn(e),c=Hu(vn(t),l),p=ed(e),u=[],d=[];vt(p,(function(e){return u.push(e),(Mr(e,"bpmn:Lane")||Mr(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 My="flowNodeRef",Ay="lanes";function Ty(e){this._elementRegistry=e}function Dy(e){this._moddle=e}Ty.$inject=["elementRegistry"],Ty.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=ed(e);return r[t.id]||(r[t.id]=Zu(t)),r[t.id]}(e);return t.filter((function(t){return n=e,i=vn(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=ed(e);if(t&&-1===n.indexOf(t)){var i=t.children.filter((function(e){return Mr(e,"bpmn:FlowNode")}));i.forEach(s),n.push(t)}})),e.forEach(s),o.forEach((function(e){var t=e.businessObject,n=t.get(Ay).slice(),r=a(e);i.push({flowNode:t,remove:n,add:r})})),t.forEach((function(e){var t=e.businessObject;e.parent||t.get(My).forEach((function(e){i.push({flowNode:e,remove:[t],add:[]})}))})),i},Ty.prototype.execute=function(e){var t=e.updates;t||(t=e.updates=this.computeUpdates(e.flowNodeShapes,e.laneShapes)),t.forEach((function(e){var t=e.flowNode,n=t.get(Ay);e.remove.forEach((function(e){kt(n,e),kt(e.get(My),t)})),e.add.forEach((function(e){St(n,e),St(e.get(My),t)}))}))},Ty.prototype.revert=function(e){e.updates.forEach((function(e){var t=e.flowNode,n=t.get(Ay);e.add.forEach((function(e){kt(n,e),kt(e.get(My),t)})),e.remove.forEach((function(e){St(n,e),St(e.get(My),t)}))}))},Dy.$inject=["moddle"],Dy.prototype.execute=function(e){var t=this._moddle.ids,n=e.id,i=e.element;e.claiming?t.claim(n,i):t.unclaim(n)},Dy.prototype.revert=function(e){var t=this._moddle.ids,n=e.id,i=e.element;e.claiming?t.unclaim(n):t.claim(n,i)};var Ry={fill:void 0,stroke:void 0};function $y(e){this._commandStack=e,this._normalizeColor=function(e){if(e){if(y(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)}}}$y.$inject=["commandStack"],$y.prototype.postExecute=function(e){var t=e.elements,n=e.colors||Ry,i=this,r={};"fill"in n&&F(r,{"background-color":this._normalizeColor(n.fill)}),"stroke"in n&&F(r,{"border-color":this._normalizeColor(n.stroke)}),_(t,(function(e){var t=function(e){return!!e.waypoints}(e)?U(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),So(e))i._commandStack.execute("element.updateModdleProperties",{element:e,moddleElement:n.label,properties:{color:r["border-color"]}});else{if(!Ar(n,["bpmndi:BPMNEdge","bpmndi:BPMNShape"]))return;i._commandStack.execute("element.updateProperties",{element:e,properties:{di:t}})}}))};var jy={width:0,height:0};function By(e,t,n){function i(e,t){var i=e.label||e,r=e.labelTarget||e;return eo(i,t),function(e,t){if(!_o(e)){var i=Dr(e);t&&!i.label&&(i.label=n.create("bpmndi:BPMNLabel")),!t&&i.label&&delete i.label}}(e,t),[i,r]}this.preExecute=function(t){var n=t.element,i=n.businessObject,r=t.newLabel;if(!So(n)&&_o(n)&&!Eo(n)&&!Iy(r)){var o=ko(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=Jr(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(So(r)||Mr(r,"bpmn:TextAnnotation"))if(So(r)&&Iy(o))!1!==a.removeShape&&e.removeShape(r,{unsetLabel:!1});else{var l=Jr(r);void 0===s&&(s=t.getExternalLabelBounds(r,l)),s&&e.resizeShape(r,s,jy)}}}function Iy(e){return!e||!e.trim()}function zy(e,t,n,i){my.call(this,e,t,n),this._bpmnRules=i}function Ny(){}By.$inject=["modeling","textRenderer","bpmnFactory"],r(zy,my),zy.$inject=["eventBus","elementFactory","commandStack","bpmnRules"],zy.prototype.getHandlers=function(){var e=my.prototype.getHandlers.call(this);return e["element.updateModdleProperties"]=fy,e["element.updateProperties"]=wy,e["canvas.updateRoot"]=Py,e["lane.add"]=ky,e["lane.resize"]=Cy,e["lane.split"]=Sy,e["lane.updateRefs"]=Ty,e["id.updateClaim"]=Dy,e["element.setColor"]=$y,e["element.updateLabel"]=By,e},zy.prototype.updateLabel=function(e,t,n,i){this._commandStack.execute("element.updateLabel",{element:e,newLabel:t,newBounds:n,hints:i||{}})},zy.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)},zy.prototype.updateModdleProperties=function(e,t,n){this._commandStack.execute("element.updateModdleProperties",{element:e,moddleElement:t,properties:n})},zy.prototype.updateProperties=function(e,t){this._commandStack.execute("element.updateProperties",{element:e,properties:t})},zy.prototype.resizeLane=function(e,t,n){this._commandStack.execute("lane.resize",{shape:e,newBounds:t,balanced:n})},zy.prototype.addLane=function(e,t){var n={shape:e,location:t};return this._commandStack.execute("lane.add",n),n.newLane},zy.prototype.splitLane=function(e,t){this._commandStack.execute("lane.split",{shape:e,count:t})},zy.prototype.makeCollaboration=function(){var e=this._create("root",{type:"bpmn:Collaboration"}),t={newRoot:e};return this._commandStack.execute("canvas.updateRoot",t),e},zy.prototype.updateLaneRefs=function(e,t){this._commandStack.execute("lane.updateRefs",{flowNodeShapes:e,laneShapes:t})},zy.prototype.makeProcess=function(){var e={newRoot:this._create("root",{type:"bpmn:Process"})};this._commandStack.execute("canvas.updateRoot",e)},zy.prototype.claimId=function(e,t){this._commandStack.execute("id.updateClaim",{id:e,element:t,claiming:!0})},zy.prototype.unclaimId=function(e,t){this._commandStack.execute("id.updateClaim",{id:e,element:t})},zy.prototype.setColor=function(e,t){e.length||(e=[e]),this._commandStack.execute("element.setColor",{elements:e,colors:t})},Ny.prototype.layoutConnection=function(e,t){return[(t=t||{}).connectionStart||wn(t.source||e.source),t.connectionEnd||wn(t.target||e.target)]};var Vy=Math.round,Ly={"h:h":20,"v:v":20,"h:v":-10,"v:h":-10};function qy(e,t,n){var i,r,o,s=On(t,e,5),a=n.split(":")[0],l=Vy((t.x-e.x)/2+e.x),c=Vy((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+20*(/l/.test(a)?-1:1),y:h?c+20:c}):i={x:(h=l===e.x)?l+20:l,y:e.y+20*(/t/.test(a)?-1:1)}:i={x:l,y:c}),{waypoints:Hy(e,i,r).concat(i),directions:r,turnNextDirections:h}}function Fy(e){return e.split(":").reverse().join(":")}function Hy(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(Yy(n)){var i=function(e,t,n){return qy(e,t,n)}(e,t,n),r=function(e,t,n){var i=qy(t,e,Fy(n));return{waypoints:i.waypoints.slice().reverse(),directions:Fy(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:Hy(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=Vy((t.x-e.x)/2+e.x),r=Vy((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 Qy(e,t,n,i,r){var o=E(r&&r.preferredLayouts||[],"straight")[0]||"h:h",s=On(e,t,Ly[o]||0),a=function(e,t){if(Yy(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||wn(e),i=i||wn(t);var l=a.split(":"),c=Gy(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=Hy(e,t,n);return i.unshift(e),i.push(t),Ky(i)}(c,Gy(i,t,l[1],s),a)}function Uy(e,t,n,i,r,o){var s;return h(n)&&(r=n,o=i,n=wn(e),i=wn(t)),r=r||[],s=-1!==(o=F({preferredLayouts:[]},o)).preferredLayouts.indexOf("straight")&&function(e,t,n,i,r){var o,s,a={};if(s=On(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?Wy(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:Wy(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=Xy(e,t,n,r))?r.reverse():null}(t,e,i,r),s||((s=o.connectionStart&&Xy(e,t,n,r))||(!o.connectionStart&&!o.connectionEnd&&r&&r.length?r:Qy(e,t,n,i,o))))}function Wy(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 Xy(e,t,n,i){if(function(e){return e.length<3||!(e.length>4)&&!!x(e,(function(t,n){var i=e[n-1];return i&&Mt(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(Tt(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(Dt(e[i],t,20)||Dt(e[i],n,20))return e.slice(i);return e}(s,e,t),r!==s&&(s=Xy(e,t,n,r)),s&&Tt(s)?null:s}function Yy(e){return e&&/t|r|b|l/.test(e)}function Gy(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 Ky(e){return e.reduce((function(t,n,i){return At(t[t.length-1],e[i+1],n,0)||t.push(n),t}),[])}var Zy={top:"bottom","top-right":"bottom-left","top-left":"bottom-right",right:"left",bottom:"top","bottom-right":"top-left","bottom-left":"top-right",left:"right"},Jy={top:"t",right:"r",bottom:"b",left:"l"};function ev(){}function tv(e,t){return Mr(t,"bpmn:Participant")?"source":Mr(e,"bpmn:Participant")?"target":ov(t)?"source":ov(e)||Mr(t,"bpmn:Event")?"target":Mr(e,"bpmn:Event")?"source":null}function nv(e){return ov(e)?"target":"source"}function iv(e,t){return e?e.original||e:wn(t)}function rv(e,t){return Mr(t,"bpmn:Activity")&&Mr(e,"bpmn:BoundaryEvent")&&t.businessObject.isForCompensation}function ov(e){return Mr(e,"bpmn:SubProcess")&&Xr(e)}function sv(e,t){return e===t}function av(e){var t=/right|left/.exec(e);return t&&t[0]}function lv(e){var t=/top|bottom/.exec(e);return t&&t[0]}function cv(e){return"right"===e||"left"===e}function pv(e,t){var n=t.waypoints,i=n&&n.length&&On(n[0],e);return"top"===i?["t:r"]:"right"===i?["r:b"]:"left"===i?["l:t"]:["b:l"]}function uv(e,t,n){var i,r,o,s,a=wn(e),l=wn(t),c=(s=(o=e).host,On(wn(o),s,-10)),p=sv(e.host,t),u=-1!==["top","right","bottom","left"].indexOf(c),d=On(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:lv(e),a=Jy[s];o=t?cv(e)?dv("y",n,i,r)?"h":"b":dv("x",n,i,r)?"v":"l":"v";return[a+":"+o]}(c,u,e,t,n):(i=function(e,t,n){if(n)return Jy[e];if(sv(lv(e),lv(t))||function(e,t){return Zy[e]===t}(av(e),av(t)))return Jy[lv(e)];return Jy[av(e)]}(c,d,u),r=function(e,t,n){if(n)return cv(e)?function(e,t){var n=av(e),i=Zy[n];return-1!==t.indexOf(i)}(e,t)||sv(e,t)?"h":"v":function(e,t){var n=lv(e),i=Zy[n];return-1!==t.indexOf(i)}(e,t)||sv(e,t)?"v":"h";return cv(t)||sv(lv(e),lv(t))&&av(t)?"h":"v"}(c,d,u),[i+":"+r])}function dv(e,t,n,i){return!(hv(e,i,n,40)||hv(e,i,{x:n.x+n.width,y:n.y+n.height},40)||hv(e,i,wn(t),40))}function hv(e,t,n,i){return Math.abs(t[e]-n[e])<i}function mv(e){return F({original:e.point.original||e.point},e.actual)}function fv(e,t){this._elementRegistry=e,this._graphicsFactory=t}r(ev,Ny),ev.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=iv(s&&s[0],r)),l||(l=iv(s&&s[s.length-1],o)),(Mr(e,"bpmn:Association")||Mr(e,"bpmn:DataAssociation"))&&s&&!rv(r,o)?[].concat([a],s.slice(1,-1),[l]):(Mr(e,"bpmn:MessageFlow")?n=function(e,t){return{preferredLayouts:["straight","v:v"],preserveDocking:tv(e,t)}}(r,o):(Mr(e,"bpmn:SequenceFlow")||rv(r,o))&&(n=r===o?{preferredLayouts:pv(r,e)}:Mr(r,"bpmn:BoundaryEvent")?{preferredLayouts:uv(r,o,l)}:ov(r)||ov(o)?function(e){return{preferredLayouts:["straight","h:h"],preserveDocking:nv(e)}}(r):Mr(r,"bpmn:Gateway")?{preferredLayouts:["v:h"]}:Mr(o,"bpmn:Gateway")?{preferredLayouts:["h:v"]}:{preferredLayouts:["h:h"]}),n&&(i=Ky(Uy(r,o,a,l,s,n=F(n,t)))),i||[a,l])},fv.$inject=["elementRegistry","graphicsFactory"],fv.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(mv(i)),o.push(mv(r)),o},fv.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}},fv.prototype._getIntersection=function(e,t,n){return _n(this._getShapePath(e),this._getConnectionPath(t),n)},fv.prototype._getConnectionPath=function(e){return this._graphicsFactory.getConnectionPath(e)},fv.prototype._getShapePath=function(e){return this._graphicsFactory.getShapePath(e)},fv.prototype._getGfx=function(e){return this._elementRegistry.getGraphics(e)};var gv={__init__:["modeling","bpmnUpdater"],__depends__:[tf,jf,If,Vf,_u,pg,fg,bg,_g,Jo,ls,lg],bpmnFactory:["type",Eg],bpmnUpdater:["type",Pg],elementFactory:["type",Sg],modeling:["type",zy],layouter:["type",ev],connectionDocking:["type",fv]},yv=Math.round;function vv(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(m(i)&&(r=i,i=!1),!n.waypoints&&n.parent&&!Re(e.target).has("djs-hit-no-move")){var o=function(e){return{x:e.x+yv(e.width/2),y:e.y+yv(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=D(e,"id");return O(e,(function(e){for(;e=e.parent;)if(t[e.id])return!1;return!0}))}(r),F(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=yv(i.x),i.y=yv(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(zo(e)){var t=$o(e);if(!t)throw new Error("must supply DOM mousedown event");return s(t,e.element)}})),this.start=s}vv.$inject=["eventBus","dragging","modeling","selection","rules"];var bv="djs-dragging",xv="drop-ok",wv="drop-not-ok",Ov="new-parent",_v="attach-ok";function Ev(e,t,n,i){function r(e){var t=function(e){return O(e,(function(t){return!function(e){return e.waypoints}(t)||x(e,B({id:t.source.id}))&&x(e,B({id:t.target.id}))}))}(o(e));return t}function o(e){var t=bt(e,!0),n=C(t,(function(e){return(e.incoming||[]).concat(e.outgoing||[])}));return a(t.concat(n))}function s(e,n){[_v,xv,wv,Ov].forEach((function(i){i===n?t.addMarker(e,i):t.removeMarker(e,i)}))}e.on("shape.move.start",499,(function(e){var s=e.context,l=s.shapes,c=s.allDraggedElements,p=r(l);if(!s.dragGroup){var u=Le("g");Te(u,n.cls("djs-drag-group",["no-events"])),Ce(t.getActiveLayer(),u),s.dragGroup=u}p.forEach((function(e){i.addDragger(e,s.dragGroup)})),_(c=c?a([c,o(l)]):o(l),(function(e){t.addMarker(e,bv)})),s.allDraggedElements=c,s.differentParents=1!==A(D(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?s(i,_v):t.canExecute&&i&&i.id!==r.id?s(i,Ov):s(i,t.canExecute?xv:wv)),ni(n,e.dx,e.dy)})),e.on(["shape.move.out","shape.move.cleanup"],(function(e){var t=e.context.target;t&&s(t,null)})),e.on("shape.move.cleanup",(function(e){var n=e.context,i=n.allDraggedElements,r=n.dragGroup;_(i,(function(e){t.removeMarker(e,bv)})),r&&je(r)})),this.makeDraggable=function(e,n,r){i.addDragger(n,e.dragGroup),r&&t.addMarker(n,bv),e.allDraggedElements?e.allDraggedElements.push(n):e.allDraggedElements=[n]}}Ev.$inject=["eventBus","canvas","styles","previewSupport"];var Pv={__depends__:[Ho,Jo,Uo,Sc,Oc,Lp],__init__:["move","movePreview"],move:["type",vv],movePreview:["type",Ev]},kv=".djs-palette-toggle",Sv=".entry",Cv="open",Mv="two-column";function Av(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 Tv(e,t){var n=t.getPaletteEntries();return g(n)?n(e):(_(n,(function(t,n){e[n]=t})),e)}Av.$inject=["eventBus","canvas"],Av.prototype.registerProvider=function(e,t){t||(t=e,e=1e3),this._eventBus.on("palette.getProviders",e,(function(e){e.providers.push(t)})),this._rebuild()},Av.prototype.getEntries=function(){return this._getProviders().reduce(Tv,{})},Av.prototype._rebuild=function(){this._diagramInitialized&&(this._getProviders().length&&(this._container||this._init(),this._update()))},Av.prototype._init=function(){var e=this,t=this._eventBus,n=this._getParentContainer(),i=this._container=_e(Av.HTML_MARKUP);n.appendChild(i),oe(n).add("djs-palette-shown"),be.bind(i,".djs-palette-toggle, .entry","click",(function(t){if(le(t.delegateTarget,kv))return e.toggle();e.trigger("click",t)})),ge.bind(i,"mousedown",(function(e){e.stopPropagation()})),be.bind(i,Sv,"dragstart",(function(t){e.trigger("dragstart",t)})),t.on("canvas.resized",this._layoutChanged,this),t.fire("palette.create",{container:i})},Av.prototype._getProviders=function(e){var t=this._eventBus.createEvent({type:"palette.getProviders",providers:[]});return this._eventBus.fire(t),t.providers},Av.prototype._toggleState=function(e){e=e||{};var t,n=this._getParentContainer(),i=this._container,r=this._eventBus,o=oe(i),s=oe(n);t="twoColumn"in e?e.twoColumn:this._needsCollapse(n.clientHeight,this._entries||{}),o.toggle(Mv,t),s.toggle("djs-palette-two-column",t),"open"in e&&(o.toggle(Cv,e.open),s.toggle("djs-palette-open",e.open)),r.fire("palette.changed",{twoColumn:t,open:this.isOpen()})},Av.prototype._update=function(){var e=Ee(".djs-palette-entries",this._container),t=this._entries=this.getEntries();ae(e),_(t,(function(t,n){var i=t.group||"default",r=Ee("[data-group="+hs(i)+"]",e);r||(ie(r=_e('<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=_e(o);if(r.appendChild(s),!t.separator&&(ie(s,"data-action",n),t.title&&ie(s,"title",t.title),t.className&&function(e,t){var n=oe(e);(h(t)?t:t.split(/\s+/g)).forEach((function(e){n.add(e)}))}(s,t.className),t.imageUrl)){var a=_e("<img>");ie(a,"src",t.imageUrl),s.appendChild(a)}})),this.open()},Av.prototype.trigger=function(e,t,n){var i,r,o,s=this._entries,a=t.delegateTarget||t.target;if(!a)return t.preventDefault();(i=s[ie(a,"data-action")])&&(r=i.action,o=t.originalEvent||t,g(r)?"click"===e&&r(o,n):r[e]&&r[e](o,n),t.preventDefault())},Av.prototype._layoutChanged=function(){this._toggleState({})},Av.prototype._needsCollapse=function(e,t){return e<46*Object.keys(t).length+50},Av.prototype.close=function(){this._toggleState({open:!1,twoColumn:!1})},Av.prototype.open=function(){this._toggleState({open:!0})},Av.prototype.toggle=function(e){this.isOpen()?this.close():this.open()},Av.prototype.isActiveTool=function(e){return e&&this._activeTool===e},Av.prototype.updateToolHighlight=function(e){var t;this._toolsContainer||(t=Ee(".djs-palette-entries",this._container),this._toolsContainer=Ee("[data-group=tools]",t)),_(this._toolsContainer.children,(function(t){var n=t.getAttribute("data-action");if(n){var i=oe(t);n=n.replace("-tool",""),i.contains("entry")&&n===e?i.add("highlighted-entry"):i.remove("highlighted-entry")}}))},Av.prototype.isOpen=function(){return oe(this._container).has(Cv)},Av.prototype._getParentContainer=function(){return this._canvas.getContainer()},Av.HTML_MARKUP='<div class="djs-palette"><div class="djs-palette-entries"></div><div class="djs-palette-toggle"></div></div>';var Dv={__init__:["palette"],palette:["type",Av]},Rv="crosshair";function $v(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}),Ce(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&&je(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=jv(e),n=i.filter((function(e){return e}));a.select(n,t)})),e.on("lasso.start",(function(e){var t=e.context;t.bbox=jv(e),l(t)})),e.on("lasso.move",(function(e){var t=e.context;t.bbox=jv(e),c(t)})),e.on("lasso.cleanup",(function(e){var t=e.context;p(t)})),e.on("element.mousedown",1500,(function(e){if(Vo(e))return a.activateLasso(e.originalEvent),!0}))}function jv(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}}$v.$inject=["eventBus","canvas","dragging","elementRegistry","selection","toolManager","mouse"],$v.prototype.activateLasso=function(e,t){this._dragging.init(e,"lasso",{autoActivate:t,cursor:Rv,data:{context:{}}})},$v.prototype.activateSelection=function(e,t){this._dragging.init(e,"lasso.selection",{trapClick:!1,autoActivate:t,cursor:Rv,data:{context:{}}})},$v.prototype.select=function(e,t){var n=function(e,t){var n={};return _(e,(function(e){var i=e;i.waypoints&&(i=xt(i)),!f(t.y)&&i.x>t.x&&(n[e.id]=e),!f(t.x)&&i.y>t.y&&(n[e.id]=e),i.x>t.x&&i.y>t.y&&(f(t.width)&&f(t.height)&&i.width+i.x<t.width+t.x&&i.height+i.y<t.height+t.y?n[e.id]=e:f(t.width)&&f(t.height)||(n[e.id]=e))})),n}(e,t);this._selection.select(T(n))},$v.prototype.toggle=function(){if(this.isActive())return this._dragging.cancel();var e=this._mouse.getLastMoveEvent();this.activateSelection(e,!!e)},$v.prototype.isActive=function(){var e=this._dragging.context();return e&&/^lasso/.test(e.prefix)};var Bv={__depends__:[qf,nu],__init__:["lassoTool"],lassoTool:["type",$v]},Iv=1500,zv="grab";function Nv(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",Iv,(function(e){if(No(e))return s.activateMove(e.originalEvent,!0),!1})),a&&a.addListener(Iv,(function(e){if(Vv(e.keyEvent)&&!s.isActive()){var t=s._mouse.getLastMoveEvent();s.activateMove(t,!!t)}}),"keyboard.keydown"),a&&a.addListener(Iv,(function(e){Vv(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!No(t)&&n&&e.once("hand.move.ended",(function(e){s.activateHand(e.originalEvent,!0,!0)})),!1}))}function Vv(e){return zs("Space",e)}Nv.$inject=["eventBus","canvas","dragging","injector","toolManager","mouse"],Nv.prototype.activateMove=function(e,t,n){"object"==typeof t&&(n=t,t=!1),this._dragging.init(e,"hand.move",{autoActivate:t,cursor:zv,data:{context:n||{}}})},Nv.prototype.activateHand=function(e,t,n){this._dragging.init(e,"hand",{trapClick:!1,autoActivate:t,cursor:zv,data:{context:{reactivate:n}}})},Nv.prototype.toggle=function(){if(this.isActive())return this._dragging.cancel();var e=this._mouse.getLastMoveEvent();this.activateHand(e,!!e)},Nv.prototype.isActive=function(){var e=this._dragging.context();return!!e&&/^(hand|hand\.move)$/.test(e.prefix)};var Lv={__depends__:[qf,nu],__init__:["handTool"],handTool:["type",Nv]},qv="connect-ok",Fv="connect-not-ok";function Hv(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?qv:Fv))})),e.on(["global-connect.out","global-connect.cleanup"],(function(e){var t=e.context.startTarget,n=e.context.canStartConnect;t&&i.removeMarker(t,n?qv:Fv)})),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}))}Hv.$inject=["eventBus","dragging","connect","canvas","toolManager","rules","mouse"],Hv.prototype.start=function(e,t){this._dragging.init(e,"global-connect",{autoActivate:t,trapClick:!1,data:{context:{}}})},Hv.prototype.toggle=function(){if(this.isActive())return this._dragging.cancel();var e=this._mouse.getLastMoveEvent();return this.start(e,!!e)},Hv.prototype.isActive=function(){var e=this._dragging.context();return e&&/^global-connect/.test(e.prefix)},Hv.prototype.canStartConnect=function(e){return this._rules.allowed("connection.start",{source:e})};var Qv={__depends__:[Cp,Sc,Oc,qf,nu],globalConnect:["type",Hv]};function Uv(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)}Uv.$inject=["palette","create","elementFactory","spaceTool","lassoTool","handTool","globalConnect","translate"],Uv.prototype.getPaletteEntries=function(e){var t={},n=this._create,i=this._elementFactory,r=this._spaceTool,o=this._lassoTool,s=this._handTool,a=this._globalConnect,l=this._translate;function c(e,t,r,o,s){function a(t){var r=i.createShape(F({type:e},s));s&&(Dr(r).isExpanded=s.isExpanded);n.start(t,r)}var c=e.replace(/^bpmn:/,"");return{group:t,className:r,title:o||l("Create {type}",{type:c}),action:{dragstart:a,click:a}}}function p(e){var t=i.createShape({type:"bpmn:SubProcess",x:0,y:0,isExpanded:!0}),r=i.createShape({type:"bpmn:StartEvent",x:40,y:82,parent:t});n.start(e,[t,r],{hints:{autoSelect:[t]}})}function u(e){n.start(e,i.createParticipantShape())}return F(t,{"hand-tool":{group:"tools",className:"bpmn-icon-hand-tool",title:l("Activate the hand tool"),action:{click:function(e){s.activateHand(e)}}},"lasso-tool":{group:"tools",className:"bpmn-icon-lasso-tool",title:l("Activate the lasso tool"),action:{click:function(e){o.activateSelection(e)}}},"space-tool":{group:"tools",className:"bpmn-icon-space-tool",title:l("Activate the create/remove space tool"),action:{click:function(e){r.activateSelection(e)}}},"global-connect-tool":{group:"tools",className:"bpmn-icon-connection-multi",title:l("Activate the global connect tool"),action:{click:function(e){a.start(e)}}},"tool-separator":{group:"tools",separator:!0},"create.start-event":c("bpmn:StartEvent","event","bpmn-icon-start-event-none",l("Create StartEvent")),"create.intermediate-event":c("bpmn:IntermediateThrowEvent","event","bpmn-icon-intermediate-event-none",l("Create Intermediate/Boundary Event")),"create.end-event":c("bpmn:EndEvent","event","bpmn-icon-end-event-none",l("Create EndEvent")),"create.exclusive-gateway":c("bpmn:ExclusiveGateway","gateway","bpmn-icon-gateway-none",l("Create Gateway")),"create.task":c("bpmn:Task","activity","bpmn-icon-task",l("Create Task")),"create.data-object":c("bpmn:DataObjectReference","data-object","bpmn-icon-data-object",l("Create DataObjectReference")),"create.data-store":c("bpmn:DataStoreReference","data-store","bpmn-icon-data-store",l("Create DataStoreReference")),"create.subprocess-expanded":{group:"activity",className:"bpmn-icon-subprocess-expanded",title:l("Create expanded SubProcess"),action:{dragstart:p,click:p}},"create.participant-expanded":{group:"collaboration",className:"bpmn-icon-participant",title:l("Create Pool/Participant"),action:{dragstart:u,click:u}},"create.group":c("bpmn:Group","artifact","bpmn-icon-group",l("Create Group"))}),t};var Wv={__depends__:[Dv,Zp,lg,Bv,Lv,Qv,wo],__init__:["paletteProvider"],paletteProvider:["type",Uv]};function Xv(e,t,n,i,r){cs.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){_(e.canExecute.replacements,(function(o){var s=o.oldElementId,a={type:o.newElementType};if(!e.visualReplacements[s]){var l=t.get(s);F(a,{x:l.x,y:l.y});var c=n.createShape(a);i.addShape(c,l.parent);var p=Ee('[data-element-id="'+hs(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;_(t,(function(n,i){var r=Ee('[data-element-id="'+hs(i)+'"]',e.dragGroup);r&&Te(r,{display:"inline"}),n.remove(),t[i]&&delete t[i]}))}(o)}))}Xv.$inject=["eventBus","elementRegistry","elementFactory","canvas","previewSupport"],r(Xv,cs);var Yv={__depends__:[Lp],__init__:["bpmnReplacePreview"],bpmnReplacePreview:["type",Xv]},Gv=40,Kv=["x","y"],Zv=Math.abs;function Jv(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&&Is(e.originalEvent)||(t.initialConnectionStart||(t.initialConnectionStart=t.connectionStart),n&&r&&function(e,t,n){Kv.forEach((function(i){var r=nb(i,t);e[i]<t[i]+n?yp(e,i,t[i]+n):e[i]>t[i]+r-n&&yp(e,i,t[i]+r-n)}))}(e,r,function(e){return Mr(e,"bpmn:Task")?10:20}(r)),r&&function(e,t){return S(t,(function(t){return tb(e,t)}))}(n,["bpmn:Association","bpmn:DataInputAssociation","bpmn:DataOutputAssociation","bpmn:SequenceFlow"])?(t.connectionStart=fp(i),Ar(r,["bpmn:Event","bpmn:Gateway"])&&eb(e,fp(r)),Ar(r,["bpmn:Task","bpmn:SubProcess"])&&function(e,t){var n=fp(t);Kv.forEach((function(i){(function(e,t,n){return e[n]>t[n]+20&&e[n]<t[n]+nb(n,t)-20})(e,t,i)&&yp(e,i,n[i])}))}(e,r),Mr(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=fp(n),o=On(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];Zv(i-r[t])<Gv&&(n=i>r[t]?r[t]+Gv:r[t]-Gv,yp(e,t,n))}))}(e)):tb(n,"bpmn:MessageFlow")?(Mr(i,"bpmn:Event")&&(t.connectionStart=fp(i)),Mr(r,"bpmn:Event")&&eb(e,fp(r))):t.connectionStart=t.initialConnectionStart)}))}function eb(e,t){yp(e,"x",t.x),yp(e,"y",t.y)}function tb(e,t){return e&&e.type===t}function nb(e,t){return"x"===e?t.width:t.height}function ib(){this._targets={},this._snapOrigins={},this._snapLocations=[],this._defaultSnaps={}}function rb(e){this._snapValues={}}Jv.$inject=["eventBus"],ib.prototype.getSnapOrigin=function(e){return this._snapOrigins[e]},ib.prototype.setSnapOrigin=function(e,t){this._snapOrigins[e]=t,-1===this._snapLocations.indexOf(e)&&this._snapLocations.push(e)},ib.prototype.addDefaultSnap=function(e,t){var n=this._defaultSnaps[e];n||(n=this._defaultSnaps[e]=[]),n.push(t)},ib.prototype.getSnapLocations=function(){return this._snapLocations},ib.prototype.setSnapLocations=function(e){this._snapLocations=e},ib.prototype.pointsForTarget=function(e){var t=e.id||e,n=this._targets[t];return n||(n=this._targets[t]=new rb).initDefaults(this._defaultSnaps),n},rb.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)},rb.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],up(r-e)<=n)return r}(e[n],r[n],i)},rb.prototype.initDefaults=function(e){var t=this;_(e||{},(function(e,n){_(e,(function(e){t.add(n,e)}))}))};function ob(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"],1250,(function(e){var t=e.context,r=t.shape,o=t.snapContext,s=t.target;if((!e.originalEvent||!Is(e.originalEvent))&&!gp(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()}))}function sb(e){return!!e.labelTarget}ob.$inject=["elementRegistry","eventBus","snapping"],ob.prototype.initSnap=function(e){var t,n=this._elementRegistry,i=e.context,r=i.shape,o=i.snapContext;o||(o=i.snapContext=new ib);var s=(t=n.get(r.id)?fp(r,e):{x:e.x+fp(r).x,y:e.y+fp(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}),sb(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},ob.prototype.addSnapTargetPoints=function(e,t,n){return _(this.getSnapTargets(t,n),(function(n){if(sb(n))sb(t)&&e.add("mid",fp(n));else if(n.waypoints){if(n.waypoints.length<3)return;_(n.waypoints.slice(1,-1),(function(t){e.add("mid",t)}))}else{e.add("mid",fp(n))}})),f(t.x)&&f(t.y)?(this._elementRegistry.get(t.id)&&e.add("mid",fp(t)),e):e},ob.prototype.getSnapTargets=function(e,t){return vp(t).filter((function(e){return!e.hidden}))};function ab(e,t){t.invoke(ob,this),e.on(["create.move","create.end"],1500,lb),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)&&!gp(e)&&function(e,t){var n,i=vn(t),r=nf(e,t),o=e.context.shape;n=o.parent?{x:0,y:0}:wn(o);/top/.test(r)?yp(e,"y",i.top-n.y):/bottom/.test(r)&&yp(e,"y",i.bottom-n.y);/left/.test(r)?yp(e,"x",i.left-n.x):/right/.test(r)&&yp(e,"x",i.right-n.x)}(e,i)}))}function lb(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)&&yp(e,"x",e.x),(n&&n>=e.y||r&&r<=e.y)&&yp(e,"y",e.y)}}function cb(e,t){return-1!==e.indexOf(t)}function pb(e,t,n){return t?{x:e.x-n.x,y:e.y-n.y}:{x:e.x,y:e.y}}r(ab,ob),ab.$inject=["eventBus","injector"],ab.prototype.initSnap=function(e){var t=ob.prototype.initSnap.call(this,e),n=e.shape,i=!!this._elementRegistry.get(n.id);return _(n.outgoing,(function(n){var r=n.waypoints[0];r=r.original||r,t.setSnapOrigin(n.id+"-docking",pb(r,i,e))})),_(n.incoming,(function(n){var r=n.waypoints[n.waypoints.length-1];r=r.original||r,t.setSnapOrigin(n.id+"-docking",pb(r,i,e))})),Mr(n,"bpmn:Participant")&&t.setSnapLocations(["top-left","bottom-right","mid"]),t},ab.prototype.addSnapTargetPoints=function(e,t,n){ob.prototype.addSnapTargetPoints.call(this,e,t,n);var i=this.getSnapTargets(t,n);_(i,(function(n){var i;(function(e){if(Mr(e,"bpmn:SubProcess")&&Xr(e))return!0;return Mr(e,"bpmn:Participant")}(n)||(i="bpmn:TextAnnotation",[t,n].every((function(e){return Mr(e,i)}))))&&(e.add("top-left",hp(n)),e.add("bottom-right",mp(n)))}));var r=this._elementRegistry;return _(t.incoming,(function(n){if(r.get(t.id)){cb(i,n.source)||e.add("mid",wn(n.source));var o=n.waypoints[0];e.add(n.id+"-docking",o.original||o)}})),_(t.outgoing,(function(n){if(r.get(t.id)){cb(i,n.target)||e.add("mid",wn(n.target));var o=n.waypoints[n.waypoints.length-1];e.add(n.id+"-docking",o.original||o)}})),Mr(n,"bpmn:SequenceFlow")&&(e=this.addSnapTargetPoints(e,t,n.parent)),e},ab.prototype.getSnapTargets=function(e,t){return ob.prototype.getSnapTargets.call(this,e,t).filter((function(e){return!Mr(e,"bpmn:Lane")}))};function ub(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&&Is(e.originalEvent)||gp(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)&&yp(e,"x",e.x),function(e){return"e"===e||"w"===e}(s)&&yp(e,"y",e.y),t.snap(e,l)}})),e.on(["resize.cleanup"],(function(){t.hide()}))}function db(e,t){var n=wn(e),i=vn(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}ub.prototype.initSnap=function(e){var t=e.context,n=t.shape,i=t.direction,r=t.snapContext;r||(r=t.snapContext=new ib);var o=db(n,i);return r.setSnapOrigin("corner",{x:o.x-e.x,y:o.y-e.y}),r},ub.prototype.addSnapTargetPoints=function(e,t,n,i){return _(this.getSnapTargets(t,n),(function(t){e.add("corner",mp(t)),e.add("corner",hp(t))})),e.add("corner",db(t,i)),e},ub.$inject=["eventBus","snapping"],ub.prototype.getSnapTargets=function(e,t){return vp(t).filter((function(t){return!(n=t,i=e,n.host===i||function(e){return!!e.waypoints}(t)||function(e){return!!e.hidden}(t)||function(e){return!!e.labelTarget}(t));var n,i}))};function hb(e){this._canvas=e,this._asyncHide=L(q(this.hide,this),1e3)}hb.$inject=["canvas"],hb.prototype.snap=function(e,t){var n=e.context.snapContext,i=n.getSnapLocations(),r={x:gp(e,"x"),y:gp(e,"y")};_(i,(function(i){var o=n.getSnapOrigin(i),s={x:e.x+o.x,y:e.y+o.y};if(_(["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),_(["x","y"],(function(t){var n=r[t];m(n)&&yp(e,t,n.originValue)}))},hb.prototype._createLine=function(e){var t=this._canvas.getLayer("snap"),n=Le("path");return Te(n,{d:"M0,0 L0,0"}),Re(n).add("djs-snap-line"),Ce(t,n),{update:function(t){f(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"})}}},hb.prototype._createSnapLines=function(){this._snapLines={horizontal:this._createLine("horizontal"),vertical:this._createLine("vertical")}},hb.prototype.showSnapLine=function(e,t){var n=this.getSnapLine(e);n&&n.update(t),this._asyncHide()},hb.prototype.getSnapLine=function(e){return this._snapLines||this._createSnapLines(),this._snapLines[e]},hb.prototype.hide=function(){_(this._snapLines,(function(e){e.update()}))};var mb={__depends__:[{__init__:["createMoveSnapping","resizeSnapping","snapping"],createMoveSnapping:["type",ob],resizeSnapping:["type",ub],snapping:["type",hb]}],__init__:["connectSnapping","createMoveSnapping"],connectSnapping:["type",Jv],createMoveSnapping:["type",ab]};function fb(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=_e(fb.BOX_HTML),this._searchInput=Ee(fb.INPUT_SELECTOR,this._container),this._resultsContainer=Ee(fb.RESULTS_CONTAINER_SELECTOR,this._container),this._canvas.getContainer().appendChild(this._container),t.on(["canvas.destroy","diagram.destroy"],this.close,this)}function gb(e,t,n){var i=function(e){var t="";return e.forEach((function(e){e.matched?t+='<strong class="'+fb.RESULT_HIGHLIGHT_CLASS+'">'+fs(e.matched)+"</strong>":t+=fs(e.normal)})),""!==t?t:null}(t),r=_e(n);r.innerHTML=i,e.appendChild(r)}fb.$inject=["canvas","eventBus","overlays","selection"],fb.prototype._bindEvents=function(){var e=this;function t(t,n,i,r){e._eventMaps.push({el:t,type:i,listener:be.bind(t,n,i,r)})}t(document,"html","click",(function(t){e.close()})),t(this._container,fb.INPUT_SELECTOR,"click",(function(e){e.stopPropagation(),e.delegateTarget.focus()})),t(this._container,fb.RESULT_SELECTOR,"mouseover",(function(t){t.stopPropagation(),e._scrollToNode(t.delegateTarget),e._preselect(t.delegateTarget)})),t(this._container,fb.RESULT_SELECTOR,"click",(function(t){t.stopPropagation(),e._select(t.delegateTarget)})),t(this._container,fb.INPUT_SELECTOR,"keydown",(function(e){zs("ArrowUp",e)&&e.preventDefault(),zs("ArrowDown",e)&&e.preventDefault()})),t(this._container,fb.INPUT_SELECTOR,"keyup",(function(t){if(zs("Escape",t))return e.close();if(zs("Enter",t)){var n=e._getCurrentResult();return n?e._select(n):e.close()}return zs("ArrowUp",t)?e._scrollToDirection(!0):zs("ArrowDown",t)?e._scrollToDirection():void(zs(["ArrowLeft","ArrowRight"],t)||e._search(t.delegateTarget.value))}))},fb.prototype._unbindEvents=function(){this._eventMaps.forEach((function(e){be.unbind(e.el,e.type,e.listener)}))},fb.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=Ee(fb.RESULT_SELECTOR,this._resultsContainer);this._scrollToNode(i),this._preselect(i)}}},fb.prototype._scrollToDirection=function(e){var t=this._getCurrentResult();if(t){var n=e?t.previousElementSibling:t.nextElementSibling;n&&(this._scrollToNode(n),this._preselect(n))}},fb.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)}},fb.prototype._clearResults=function(){ae(this._resultsContainer),this._results=[],this._resetOverlay(),this._eventBus.fire("searchPad.cleared")},fb.prototype._getCurrentResult=function(){return Ee(fb.RESULT_SELECTED_SELECTOR,this._resultsContainer)},fb.prototype._createResultNode=function(e,t){var n=_e(fb.RESULT_HTML);return e.primaryTokens.length>0&&gb(n,e.primaryTokens,fb.RESULT_PRIMARY_HTML),gb(n,e.secondaryTokens,fb.RESULT_SECONDARY_HTML),ie(n,fb.RESULT_ID_ATTRIBUTE,t),this._resultsContainer.appendChild(n),n},fb.prototype.registerProvider=function(e){this._searchProvider=e},fb.prototype.open=function(){if(!this._searchProvider)throw new Error("no search provider registered");this.isOpen()||(this._bindEvents(),this._open=!0,oe(this._container).add("open"),this._searchInput.focus(),this._eventBus.fire("searchPad.opened"))},fb.prototype.close=function(){this.isOpen()&&(this._unbindEvents(),this._open=!1,oe(this._container).remove("open"),this._clearResults(),this._searchInput.value="",this._searchInput.blur(),this._resetOverlay(),this._eventBus.fire("searchPad.closed"))},fb.prototype.toggle=function(){this.isOpen()?this.close():this.open()},fb.prototype.isOpen=function(){return this._open},fb.prototype._preselect=function(e){var t=this._getCurrentResult();if(e!==t){t&&oe(t).remove(fb.RESULT_SELECTED_CLASS);var n=ie(e,fb.RESULT_ID_ATTRIBUTE),i=this._results[n].element;oe(e).add(fb.RESULT_SELECTED_CLASS),this._resetOverlay(i),this._canvas.scrollToElement(i,{top:400}),this._selection.select(i),this._eventBus.fire("searchPad.preselected",i)}},fb.prototype._select=function(e){var t=ie(e,fb.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)},fb.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=_e('<div class="'+fb.OVERLAY_CLASS+'"></div>');return ne(o,r),{position:{bottom:i-t,right:n-t},show:!0,html:o}}(xt(e));this._overlayId=this._overlays.add(e,t)}},fb.CONTAINER_SELECTOR=".djs-search-container",fb.INPUT_SELECTOR=".djs-search-input input",fb.RESULTS_CONTAINER_SELECTOR=".djs-search-results",fb.RESULT_SELECTOR=".djs-search-result",fb.RESULT_SELECTED_CLASS="djs-search-result-selected",fb.RESULT_SELECTED_SELECTOR="."+fb.RESULT_SELECTED_CLASS,fb.RESULT_ID_ATTRIBUTE="data-result-id",fb.RESULT_HIGHLIGHT_CLASS="djs-search-highlight",fb.OVERLAY_CLASS="djs-search-overlay",fb.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>',fb.RESULT_HTML='<div class="djs-search-result"></div>',fb.RESULT_PRIMARY_HTML='<div class="djs-search-result-primary"></div>',fb.RESULT_SECONDARY_HTML='<p class="djs-search-result-secondary"></p>';var yb={__depends__:[ss,Jo],searchPad:["type",fb]};function vb(e,t,n){this._elementRegistry=e,this._canvas=n,t.registerProvider(this)}function bb(e){var t=O(e,(function(e){return!!e.matched}));return t.length>0}function xb(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}vb.$inject=["elementRegistry","searchPad","canvas"],vb.prototype.find=function(e){var t=this._canvas.getRootElement(),n=this._elementRegistry.filter((function(e){return!e.labelTarget}));return n=O(n,(function(e){return e!==t})),n=j(n=O(n=C(n,(function(t){return{primaryTokens:xb(Jr(t),e),secondaryTokens:xb(t.id,e),element:t}})),(function(e){return bb(e.primaryTokens)||bb(e.secondaryTokens)})),(function(e){return Jr(e.element)+e.element.id}))};var wb={__depends__:[yb],__init__:["bpmnSearch"],bpmnSearch:["type",vb]};function Ob(e){Wr.call(this,e)}r(Ob,Wr),Ob.Viewer=Ds,Ob.NavigatedViewer=pa,Ob.prototype.createDiagram=Pr((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>')})),Ob.prototype._interactionModules=[Ys,ia,ba,ca],Ob.prototype._modelingModules=[Kl,pc,Pc,fc,Op,Cp,Ap,rd,fu,Zp,ud,yd,Td,Rd,jd,Fd,ah,gv,Pv,Wv,Yv,eh,mb,wb],Ob.prototype._modules=[].concat(Ds.prototype._modules,Ob.prototype._interactionModules,Ob.prototype._modelingModules);var _b={min:.2,max:4};function Eb(e,t,n,i,r){var o=this;function s(e){o._state._svgClientRect&&!Mb(o._state._svgClientRect)||(o._state._svgClientRect=o._svg.getBoundingClientRect()),kb(Pb({x:e.clientX-o._state._svgClientRect.left,y:e.clientY-o._state._svgClientRect.top},o._svg,o._lastViewbox),o._canvas),o._update()}function a(e){return function(t){o._state._svgClientRect&&!Mb(o._state._svgClientRect)||(o._state._svgClientRect=o._svg.getBoundingClientRect()),e&&s(t);var n=Pb({x:t.clientX-o._state._svgClientRect.left,y:t.clientY-o._state._svgClientRect.top},o._svg,o._lastViewbox),r=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}}(n,r),p=o._viewportDom.getBoundingClientRect(),u={x:t.clientX-p.left+1,y:t.clientY-p.top+1};F(o._state,{cachedViewbox:r,initialDragPosition:{x:t.clientX,y:t.clientY},isDragging:!0,offsetViewport:a,offsetViewportDom:u,viewportClientRect:o._viewport.getBoundingClientRect(),parentClientRect:o._parent.getBoundingClientRect()}),ge.bind(document,"mousemove",l),ge.bind(document,"mouseup",c)}}function l(e){if(o._state.isDragging){o._state._svgClientRect&&!Mb(o._state._svgClientRect)||(o._state._svgClientRect=o._svg.getBoundingClientRect());var t=o._state.offsetViewportDom,n=o._state.viewportClientRect,i=o._state.parentClientRect;F(o._viewportDom.style,{top:e.clientY-t.y-i.top+"px",left:e.clientX-t.x-i.left+"px"});var r=Tb(i,{top:e.clientY-t.y-i.top,left:e.clientX-t.x-i.left,width:n.width,height:n.height});F(o._overlay.style,{clipPath:r});var s=Pb({x:e.clientX-o._state._svgClientRect.left,y:e.clientY-o._state._svgClientRect.top},o._svg,o._lastViewbox);kb({x:s.x-o._state.offsetViewport.x,y:s.y-o._state.offsetViewport.y},o._canvas)}}function c(e){o._state.isDragging&&(o._state.initialDragPosition.x===e.clientX&&o._state.initialDragPosition.y===e.clientY&&s(e),o._update(),F(o._state,{cachedViewbox:null,initialDragPosition:null,isDragging:!1,offsetViewport:null,offsetViewportDom:null}),ge.unbind(document,"mousemove",l),ge.unbind(document,"mouseup",c))}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(),this.toggle(e&&e.open||!1),ge.bind(this._svg,"click",(function(e){e.preventDefault(),e.stopPropagation(),s(e)})),ge.bind(this._viewportDom,"mousedown",a(!1)),ge.bind(this._svg,"mousedown",a(!0)),ge.bind(this._parent,"wheel",(function(e){if(e.preventDefault(),e.stopPropagation(),e.ctrlKey&&(o._state._svgClientRect&&!Mb(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))*Ab(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=_b,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))}(_b,f),g),o._state.zoomDelta=0;var g=Pb({x:e.clientX-o._state._svgClientRect.left,y:e.clientY-o._state._svgClientRect.top},o._svg,o._lastViewbox);kb(g,o._canvas),o._update()}}})),ge.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 Pb(e,t,n){var i=t.getBoundingClientRect(),r=function(e,t){var n=e.width/e.height,i=F({},{x:e.x,y:e.y,width:e.width,height:e.height});if(n>t){var r=i.width*(1/t);F(i,{y:i.y-(r-i.height)/2,height:r})}else if(n<t){var o=i.height*t;F(i,{x:i.x-(o-i.width)/2,width:o})}return i}(n,i.width/i.height);return{x:Sb(e.x,0,i.width,r.x,r.x+r.width),y:Sb(e.y,0,i.height,r.y,r.y+r.height)}}function kb(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 Sb(e,t,n,i,r){return(e-t)*(r-i)/(n-t)+i}function Cb(e,t,n){var i=function(e){var t=Ee(".children",e);t||Ce(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 Mb(e){return 0===e.width&&0===e.height}Eb.$inject=["config.minimap","injector","eventBus","canvas","elementRegistry"],Eb.prototype._init=function(){var e=this._canvas.getContainer(),t=this._parent=document.createElement("div");oe(t).add("djs-minimap"),e.appendChild(t);var n=this._toggle=document.createElement("div");oe(n).add("toggle"),t.appendChild(n);var i=this._map=document.createElement("div");oe(i).add("map"),t.appendChild(i);var r=this._svg=Le("svg");Te(r,{width:"100%",height:"100%"}),Ce(i,r),Ce(r,this._elementsGroup=Le("g"));var o=this._viewportGroup=Le("g");Ce(r,o);var s=this._viewport=Le("rect");Re(s).add("viewport"),Ce(o,s),ge.bind(t,"mousedown",(function(e){e.stopPropagation()}));var a=this._viewportDom=document.createElement("div");oe(a).add("viewport-dom"),this._parent.appendChild(a);var l=this._overlay=document.createElement("div");oe(l).add("overlay"),this._parent.appendChild(l)},Eb.prototype._update=function(){var e=this._canvas.viewbox(),t=e.inner,n=e.outer;if(Rb(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};F(this._viewportDom.style,{top:u.top+"px",left:u.left+"px",width:u.width+"px",height:u.height+"px"});var d=Tb(c,u);F(this._overlay.style,{clipPath:d})}},Eb.prototype.open=function(){F(this._state,{isOpen:!0}),oe(this._parent).add("open");var e=this._injector.get("translate",!1)||function(e){return e};ie(this._toggle,"title",e("Close minimap")),this._update(),this._eventBus.fire("minimap.toggle",{open:!0})},Eb.prototype.close=function(){F(this._state,{isOpen:!1}),oe(this._parent).remove("open");var e=this._injector.get("translate",!1)||function(e){return e};ie(this._toggle,"title",e("Open minimap")),this._eventBus.fire("minimap.toggle",{open:!1})},Eb.prototype.toggle=function(e){var t=this.isOpen();void 0===e&&(e=!t),e!=t&&(e?this.open():this.close())},Eb.prototype.isOpen=function(){return this._state.isOpen},Eb.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)}},Eb.prototype._updateElementId=function(e,t){try{var n=Ee("#"+hs(e.id),this._elementsGroup);n&&(n.id=t)}catch(e){console.warn("Minimap#_updateElementId errored",e)}},Eb.prototype.isOnActivePlane=function(e){var t=this._canvas;return t.findRoot?t.findRoot(e)===t.getRootElement():!t.findPlane||t.findPlane(e)===t.getActivePlane()},Eb.prototype._addElement=function(e){var t=this;if(this._removeElement(e),this.isOnActivePlane(e)){var n,i,r,o=this._createElement(e),s=Ee("#"+hs(e.parent.id),this._elementsGroup);if(o){var a=function(e,t){var n=Ee(".djs-children",t.parentNode);if(!n)return;var i=[].slice.call(n.childNodes),r=-1;return i.forEach((function(t,n){Ee(".djs-element",t)===e&&(r=n)})),r}(this._elementRegistry.getGraphics(e),this._elementRegistry.getGraphics(e.parent));return"undefined"!==a&&s?s.childNodes.length>a?Cb(o,s,a):Cb(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}}},Eb.prototype._removeElement=function(e){var t=this._svg.getElementById(e.id);t&&je(t)},Eb.prototype._createElement=function(e){var t,n=this._elementRegistry.getGraphics(e);if(n&&(t=ei(n))){var i=Ie(t);return Te(i,{id:e.id}),i}},Eb.prototype._clear=function(){Be(this._elementsGroup)};var Ab=Math.sign||function(e){return e>=0?1:-1};function Tb(e,t){return"polygon("+[Db(t.left,t.top),Db(t.left+t.width,t.top),Db(t.left+t.width,t.top+t.height),Db(t.left,t.top+t.height),Db(t.left,e.height),Db(e.width,e.height),Db(e.width,0),Db(0,0),Db(0,e.height),Db(t.left,e.height)].join(", ")+")"}function Db(e,t){return e+"px "+t+"px"}function Rb(e){return k(e,(function(e){return m(e)?Rb(e):f(e)&&isFinite(e)}))}var $b={__init__:["minimap"],minimap:["type",Eb]};function jb(e,t){var n,i,r=(e=e||{}).borderColor||"rgba(0,0,0,0.1)",o=e.crossColor||"#CCC",s=-1;Ce(t.getLayer("djs-origin",-1),n=zb("g",{"pointer-events":"none"})),!1!==e.showBorder&&Ce(n,zb("path",{class:Ib("border"),d:Bb(["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"})),Ce(n,zb("path",{d:Bb(["M",-15,s,"H",15,"M",s,-15,"V",15]),class:Ib("cross"),fill:"none",stroke:o,"stroke-width":"2px","stroke-linecap":"round"})),(i=zb("text",{x:-40,y:-10,fill:o,class:Ib("label")})).textContent="(0, 0)",Ce(n,i)}function Bb(e){return e.join(" ")}function Ib(e){return"djs-origin-"+e}function zb(e,t){var n=Le(e);return Te(n,t),n}jb.$inject=["config.origin","canvas"];var Nb={__init__:[jb]},Vb={offset:{x:150,y:75},tolerance:50,alignOnSave:!0};function Lb(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,u;e=function(e){var t=F({},Vb,e||{});return f(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,((u=c&&c._eventBus)||p).on("saveXML.start",1250,a),u&&p.on("diagram.destroy",(function(){u.off("saveXML.start",a)}))),this.align=a,this.computeAdjustment=s,this._config=e}Lb.$inject=["config.alignToOrigin","injector","eventBus","commandStack","canvas","modeling"];var qb={__init__:["alignToOrigin"],alignToOrigin:["type",Lb]};function Fb(e){function t(e){if(!e.labelTarget){var t=Tr(e);Mr(t,"bpmn:Participant")&&(t=t.processRef),Mr(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)}))}))}Fb.$inject=["eventBus"];var Hb,Qb,Ub,Wb,Xb,Yb={__init__:[Fb]},Gb={},Kb=[],Zb=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function Jb(e,t){for(var n in t)e[n]=t[n];return e}function ex(e){var t=e.parentNode;t&&t.removeChild(e)}function tx(e,t,n){var i,r,o,s=arguments,a={};for(o in t)"key"==o?i=t[o]:"ref"==o?r=t[o]:a[o]=t[o];if(arguments.length>3)for(n=[n],o=3;o<arguments.length;o++)n.push(s[o]);if(null!=n&&(a.children=n),"function"==typeof e&&null!=e.defaultProps)for(o in e.defaultProps)void 0===a[o]&&(a[o]=e.defaultProps[o]);return nx(e,a,i,r,null)}function nx(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,__h:null,constructor:void 0,__v:null==r?++Hb.__v:r};return null!=Hb.vnode&&Hb.vnode(o),o}function ix(e){return e.children}function rx(e,t){this.props=e,this.context=t}function ox(e,t){if(null==t)return e.__?ox(e.__,e.__.__k.indexOf(e)+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?ox(e):null}function sx(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 sx(e)}}function ax(e){(!e.__d&&(e.__d=!0)&&Qb.push(e)&&!lx.__r++||Wb!==Hb.debounceRendering)&&((Wb=Hb.debounceRendering)||Ub)(lx)}function lx(){for(var e;lx.__r=Qb.length;)e=Qb.sort((function(e,t){return e.__v.__b-t.__v.__b})),Qb=[],e.some((function(e){var t,n,i,r,o,s;e.__d&&(o=(r=(t=e).__v).__e,(s=t.__P)&&(n=[],(i=Jb({},r)).__v=r.__v+1,yx(s,r,i,t.__n,void 0!==s.ownerSVGElement,null!=r.__h?[o]:null,n,null==o?ox(r):o,r.__h),vx(n,r),r.__e!=o&&sx(r)))}))}function cx(e,t,n,i,r,o,s,a,l,c){var p,u,d,h,m,f,g,y=i&&i.__k||Kb,v=y.length;for(n.__k=[],p=0;p<t.length;p++)if(null!=(h=n.__k[p]=null==(h=t[p])||"boolean"==typeof h?null:"string"==typeof h||"number"==typeof h||"bigint"==typeof h?nx(null,h,null,null,h):Array.isArray(h)?nx(ix,{children:h},null,null,null):h.__b>0?nx(h.type,h.props,h.key,null,h.__v):h)){if(h.__=n,h.__b=n.__b+1,null===(d=y[p])||d&&h.key==d.key&&h.type===d.type)y[p]=void 0;else for(u=0;u<v;u++){if((d=y[u])&&h.key==d.key&&h.type===d.type){y[u]=void 0;break}d=null}yx(e,h,d=d||Gb,r,o,s,a,l,c),m=h.__e,(u=h.ref)&&d.ref!=u&&(g||(g=[]),d.ref&&g.push(d.ref,null,h),g.push(u,h.__c||m,h)),null!=m?(null==f&&(f=m),"function"==typeof h.type&&null!=h.__k&&h.__k===d.__k?h.__d=l=px(h,l,e):l=dx(e,h,d,y,m,l),c||"option"!==n.type?"function"==typeof n.type&&(n.__d=l):e.value=""):l&&d.__e==l&&l.parentNode!=e&&(l=ox(d))}for(n.__e=f,p=v;p--;)null!=y[p]&&("function"==typeof n.type&&null!=y[p].__e&&y[p].__e==n.__d&&(n.__d=ox(i,p+1)),xx(y[p],y[p]));if(g)for(p=0;p<g.length;p++)bx(g[p],g[++p],g[++p])}function px(e,t,n){var i,r;for(i=0;i<e.__k.length;i++)(r=e.__k[i])&&(r.__=e,t="function"==typeof r.type?px(r,t,n):dx(n,r,r,e.__k,r.__e,t));return t}function ux(e,t){return t=t||[],null==e||"boolean"==typeof e||(Array.isArray(e)?e.some((function(e){ux(e,t)})):t.push(e)),t}function dx(e,t,n,i,r,o){var s,a,l;if(void 0!==t.__d)s=t.__d,t.__d=void 0;else if(null==n||r!=o||null==r.parentNode)e:if(null==o||o.parentNode!==e)e.appendChild(r),s=null;else{for(a=o,l=0;(a=a.nextSibling)&&l<i.length;l+=2)if(a==r)break e;e.insertBefore(r,o),s=o}return void 0!==s?s:r.nextSibling}function hx(e,t,n){"-"===t[0]?e.setProperty(t,n):e[t]=null==n?"":"number"!=typeof n||Zb.test(t)?n:n+"px"}function mx(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||hx(e.style,t,"");if(n)for(t in n)i&&n[t]===i[t]||hx(e.style,t,n[t])}else if("o"===t[0]&&"n"===t[1])o=t!==(t=t.replace(/Capture$/,"")),t=t.toLowerCase()in e?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+o]=n,n?i||e.addEventListener(t,o?gx:fx,o):e.removeEventListener(t,o?gx:fx,o);else if("dangerouslySetInnerHTML"!==t){if(r)t=t.replace(/xlink[H:h]/,"h").replace(/sName$/,"s");else if("href"!==t&&"list"!==t&&"form"!==t&&"tabIndex"!==t&&"download"!==t&&t in e)try{e[t]=null==n?"":n;break e}catch(e){}"function"==typeof n||(null!=n&&(!1!==n||"a"===t[0]&&"r"===t[1])?e.setAttribute(t,n):e.removeAttribute(t))}}function fx(e){this.l[e.type+!1](Hb.event?Hb.event(e):e)}function gx(e){this.l[e.type+!0](Hb.event?Hb.event(e):e)}function yx(e,t,n,i,r,o,s,a,l){var c,p,u,d,h,m,f,g,y,v,b,x=t.type;if(void 0!==t.constructor)return null;null!=n.__h&&(l=n.__h,a=t.__e=n.__e,t.__h=null,o=[a]),(c=Hb.__b)&&c(t);try{e:if("function"==typeof x){if(g=t.props,y=(c=x.contextType)&&i[c.__c],v=c?y?y.props.value:c.__:i,n.__c?f=(p=t.__c=n.__c).__=p.__E:("prototype"in x&&x.prototype.render?t.__c=p=new x(g,v):(t.__c=p=new rx(g,v),p.constructor=x,p.render=wx),y&&y.sub(p),p.props=g,p.state||(p.state={}),p.context=v,p.__n=i,u=p.__d=!0,p.__h=[]),null==p.__s&&(p.__s=p.state),null!=x.getDerivedStateFromProps&&(p.__s==p.state&&(p.__s=Jb({},p.__s)),Jb(p.__s,x.getDerivedStateFromProps(g,p.__s))),d=p.props,h=p.state,u)null==x.getDerivedStateFromProps&&null!=p.componentWillMount&&p.componentWillMount(),null!=p.componentDidMount&&p.__h.push(p.componentDidMount);else{if(null==x.getDerivedStateFromProps&&g!==d&&null!=p.componentWillReceiveProps&&p.componentWillReceiveProps(g,v),!p.__e&&null!=p.shouldComponentUpdate&&!1===p.shouldComponentUpdate(g,p.__s,v)||t.__v===n.__v){p.props=g,p.state=p.__s,t.__v!==n.__v&&(p.__d=!1),p.__v=t,t.__e=n.__e,t.__k=n.__k,t.__k.forEach((function(e){e&&(e.__=t)})),p.__h.length&&s.push(p);break e}null!=p.componentWillUpdate&&p.componentWillUpdate(g,p.__s,v),null!=p.componentDidUpdate&&p.__h.push((function(){p.componentDidUpdate(d,h,m)}))}p.context=v,p.props=g,p.state=p.__s,(c=Hb.__r)&&c(t),p.__d=!1,p.__v=t,p.__P=e,c=p.render(p.props,p.state,p.context),p.state=p.__s,null!=p.getChildContext&&(i=Jb(Jb({},i),p.getChildContext())),u||null==p.getSnapshotBeforeUpdate||(m=p.getSnapshotBeforeUpdate(d,h)),b=null!=c&&c.type===ix&&null==c.key?c.props.children:c,cx(e,Array.isArray(b)?b:[b],t,n,i,r,o,s,a,l),p.base=t.__e,t.__h=null,p.__h.length&&s.push(p),f&&(p.__E=p.__=null),p.__e=!1}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){var l,c,p,u,d=n.props,h=t.props,m=t.type,f=0;if("svg"===m&&(r=!0),null!=o)for(;f<o.length;f++)if((l=o[f])&&(l===e||(m?l.localName==m:3==l.nodeType))){e=l,o[f]=null;break}if(null==e){if(null===m)return document.createTextNode(h);e=r?document.createElementNS("http://www.w3.org/2000/svg",m):document.createElement(m,h.is&&h),o=null,a=!1}if(null===m)d===h||a&&e.data===h||(e.data=h);else{if(o=o&&Kb.slice.call(e.childNodes),c=(d=n.props||Gb).dangerouslySetInnerHTML,p=h.dangerouslySetInnerHTML,!a){if(null!=o)for(d={},u=0;u<e.attributes.length;u++)d[e.attributes[u].name]=e.attributes[u].value;(p||c)&&(p&&(c&&p.__html==c.__html||p.__html===e.innerHTML)||(e.innerHTML=p&&p.__html||""))}if(function(e,t,n,i,r){var o;for(o in n)"children"===o||"key"===o||o in t||mx(e,o,null,n[o],i);for(o in t)r&&"function"!=typeof t[o]||"children"===o||"key"===o||"value"===o||"checked"===o||n[o]===t[o]||mx(e,o,t[o],n[o],i)}(e,h,d,r,a),p)t.__k=[];else if(f=t.props.children,cx(e,Array.isArray(f)?f:[f],t,n,i,r&&"foreignObject"!==m,o,s,e.firstChild,a),null!=o)for(f=o.length;f--;)null!=o[f]&&ex(o[f]);a||("value"in h&&void 0!==(f=h.value)&&(f!==e.value||"progress"===m&&!f)&&mx(e,"value",f,d.value,!1),"checked"in h&&void 0!==(f=h.checked)&&f!==e.checked&&mx(e,"checked",f,d.checked,!1))}return e}(n.__e,t,n,i,r,o,s,l);(c=Hb.diffed)&&c(t)}catch(e){t.__v=null,(l||null!=o)&&(t.__e=a,t.__h=!!l,o[o.indexOf(a)]=null),Hb.__e(e,t,n)}}function vx(e,t){Hb.__c&&Hb.__c(t,e),e.some((function(t){try{e=t.__h,t.__h=[],e.some((function(e){e.call(t)}))}catch(e){Hb.__e(e,t.__v)}}))}function bx(e,t,n){try{"function"==typeof e?e(t):e.current=t}catch(e){Hb.__e(e,n)}}function xx(e,t,n){var i,r,o;if(Hb.unmount&&Hb.unmount(e),(i=e.ref)&&(i.current&&i.current!==e.__e||bx(i,null,t)),n||"function"==typeof e.type||(n=null!=(r=e.__e)),e.__e=e.__d=void 0,null!=(i=e.__c)){if(i.componentWillUnmount)try{i.componentWillUnmount()}catch(e){Hb.__e(e,t)}i.base=i.__P=null}if(i=e.__k)for(o=0;o<i.length;o++)i[o]&&xx(i[o],t,n);null!=r&&ex(r)}function wx(e,t,n){return this.constructor(e,n)}function Ox(e,t,n){var i,r,o;Hb.__&&Hb.__(e,t),r=(i="function"==typeof n)?null:n&&n.__k||t.__k,o=[],yx(t,e=(!i&&n||t).__k=tx(ix,null,[e]),r||Gb,Gb,void 0!==t.ownerSVGElement,!i&&n?[n]:r?null:t.firstChild?Kb.slice.call(t.childNodes):null,o,!i&&n?n:r?r.__e:t.firstChild,i),vx(o,e)}function _x(e,t){var n={__c:t="__cC"+Xb++,__: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(ax)},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}Hb={__e:function(e,t){for(var n,i,r;t=t.__;)if((n=t.__c)&&!n.__)try{if((i=n.constructor)&&null!=i.getDerivedStateFromError&&(n.setState(i.getDerivedStateFromError(e)),r=n.__d),null!=n.componentDidCatch&&(n.componentDidCatch(e),r=n.__d),r)return n.__E=n}catch(t){e=t}throw e},__v:0},rx.prototype.setState=function(e,t){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=Jb({},this.state),"function"==typeof e&&(e=e(Jb({},n),this.props)),e&&Jb(n,e),null!=e&&this.__v&&(t&&this.__h.push(t),ax(this))},rx.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),ax(this))},rx.prototype.render=ix,Qb=[],Ub="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,lx.__r=0,Xb=0;var Ex,Px,kx,Sx=0,Cx=[],Mx=Hb.__b,Ax=Hb.__r,Tx=Hb.diffed,Dx=Hb.__c,Rx=Hb.unmount;function $x(e,t){Hb.__h&&Hb.__h(Px,e,Sx||t),Sx=0;var n=Px.__H||(Px.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({}),n.__[e]}function jx(e){return Sx=1,Bx(Wx,e)}function Bx(e,t,n){var i=$x(Ex++,2);return i.t=e,i.__c||(i.__=[n?n(t):Wx(void 0,t),function(e){var t=i.t(i.__[0],e);i.__[0]!==t&&(i.__=[t,i.__[1]],i.__c.setState({}))}],i.__c=Px),i.__}function Ix(e,t){var n=$x(Ex++,3);!Hb.__s&&Ux(n.__H,t)&&(n.__=e,n.__H=t,Px.__H.__h.push(n))}function zx(e){return Sx=5,Nx((function(){return{current:e}}),[])}function Nx(e,t){var n=$x(Ex++,7);return Ux(n.__H,t)&&(n.__=e(),n.__H=t,n.__h=e),n.__}function Vx(e,t){return Sx=8,Nx((function(){return e}),t)}function Lx(e){var t=Px.context[e.__c],n=$x(Ex++,9);return n.__c=e,t?(null==n.__&&(n.__=!0,t.sub(Px)),t.props.value):e.__}function qx(){Cx.forEach((function(e){if(e.__P)try{e.__H.__h.forEach(Hx),e.__H.__h.forEach(Qx),e.__H.__h=[]}catch(t){e.__H.__h=[],Hb.__e(t,e.__v)}})),Cx=[]}Hb.__b=function(e){Px=null,Mx&&Mx(e)},Hb.__r=function(e){Ax&&Ax(e),Ex=0;var t=(Px=e.__c).__H;t&&(t.__h.forEach(Hx),t.__h.forEach(Qx),t.__h=[])},Hb.diffed=function(e){Tx&&Tx(e);var t=e.__c;t&&t.__H&&t.__H.__h.length&&(1!==Cx.push(t)&&kx===Hb.requestAnimationFrame||((kx=Hb.requestAnimationFrame)||function(e){var t,n=function(){clearTimeout(i),Fx&&cancelAnimationFrame(t),setTimeout(e)},i=setTimeout(n,100);Fx&&(t=requestAnimationFrame(n))})(qx)),Px=void 0},Hb.__c=function(e,t){t.some((function(e){try{e.__h.forEach(Hx),e.__h=e.__h.filter((function(e){return!e.__||Qx(e)}))}catch(n){t.some((function(e){e.__h&&(e.__h=[])})),t=[],Hb.__e(n,e.__v)}})),Dx&&Dx(e,t)},Hb.unmount=function(e){Rx&&Rx(e);var t=e.__c;if(t&&t.__H)try{t.__H.__.forEach(Hx)}catch(e){Hb.__e(e,t.__v)}};var Fx="function"==typeof requestAnimationFrame;function Hx(e){var t=Px;"function"==typeof e.__c&&e.__c(),Px=t}function Qx(e){var t=Px;e.__c=e.__(),Px=t}function Ux(e,t){return!e||e.length!==t.length||t.some((function(t,n){return t!==e[n]}))}function Wx(e,t){return"function"==typeof t?t(e):t}var Xx={exports:{}};
154
168
  /*!
155
169
  Copyright (c) 2018 Jed Watson.
156
170
  Licensed under the MIT License (MIT), see