camunda-bpmn-js 0.15.0 → 0.15.3

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.
Files changed (57) hide show
  1. package/CHANGELOG.md +312 -276
  2. package/LICENSE +20 -20
  3. package/README.md +84 -84
  4. package/dist/assets/base-modeler.css +4 -4
  5. package/dist/assets/base-navigated-viewer.css +1 -1
  6. package/dist/assets/base-viewer.css +1 -1
  7. package/dist/assets/bpmn-js.css +4 -5
  8. package/dist/assets/camunda-cloud-modeler.css +1 -1
  9. package/dist/assets/camunda-platform-modeler.css +1 -1
  10. package/dist/base-modeler.development.js +37 -34
  11. package/dist/base-modeler.production.min.js +1 -1
  12. package/dist/base-navigated-viewer.development.js +7 -4
  13. package/dist/base-navigated-viewer.production.min.js +1 -1
  14. package/dist/base-viewer.development.js +7 -4
  15. package/dist/base-viewer.production.min.js +1 -1
  16. package/dist/camunda-cloud-modeler.development.js +367 -364
  17. package/dist/camunda-cloud-modeler.production.min.js +1 -1
  18. package/dist/camunda-cloud-navigated-viewer.development.js +42 -39
  19. package/dist/camunda-cloud-navigated-viewer.production.min.js +1 -1
  20. package/dist/camunda-cloud-viewer.development.js +42 -39
  21. package/dist/camunda-cloud-viewer.production.min.js +1 -1
  22. package/dist/camunda-platform-modeler.development.js +68 -65
  23. package/dist/camunda-platform-modeler.production.min.js +1 -1
  24. package/dist/camunda-platform-navigated-viewer.development.js +26 -23
  25. package/dist/camunda-platform-navigated-viewer.production.min.js +1 -1
  26. package/dist/camunda-platform-viewer.development.js +26 -23
  27. package/dist/camunda-platform-viewer.production.min.js +1 -1
  28. package/lib/base/Modeler.js +46 -46
  29. package/lib/base/NavigatedViewer.js +2 -2
  30. package/lib/base/Viewer.js +2 -2
  31. package/lib/camunda-cloud/Modeler.js +68 -68
  32. package/lib/camunda-cloud/NavigatedViewer.js +34 -34
  33. package/lib/camunda-cloud/Viewer.js +34 -34
  34. package/lib/camunda-cloud/features/context-pad/ContextPadOptions.js +15 -15
  35. package/lib/camunda-cloud/features/context-pad/index.js +6 -6
  36. package/lib/camunda-cloud/features/drilldown/index.js +3 -3
  37. package/lib/camunda-cloud/features/palette/PaletteOptions.js +14 -14
  38. package/lib/camunda-cloud/features/palette/PaletteProvider.js +31 -31
  39. package/lib/camunda-cloud/features/palette/index.js +6 -6
  40. package/lib/camunda-cloud/features/popup-menu/ReplaceMenuProvider.js +71 -71
  41. package/lib/camunda-cloud/features/popup-menu/ReplaceOptions.js +46 -46
  42. package/lib/camunda-cloud/features/popup-menu/index.js +6 -6
  43. package/lib/camunda-cloud/features/rules/BpmnRules.js +137 -137
  44. package/lib/camunda-cloud/features/rules/index.js +5 -5
  45. package/lib/camunda-cloud/util/commonModules.js +13 -13
  46. package/lib/camunda-platform/Modeler.js +46 -46
  47. package/lib/camunda-platform/NavigatedViewer.js +25 -25
  48. package/lib/camunda-platform/Viewer.js +24 -24
  49. package/lib/camunda-platform/util/commonModules.js +6 -6
  50. package/lib/util/ExtensionElementsUtil.js +59 -59
  51. package/package.json +109 -110
  52. package/styles/base-modeler.css +4 -4
  53. package/styles/base-navigated-viewer.css +1 -1
  54. package/styles/base-viewer.css +1 -1
  55. package/styles/camunda-cloud-modeler.css +1 -1
  56. package/styles/camunda-platform-modeler.css +1 -1
  57. package/util/index.js +39 -39
@@ -1,4 +1,4 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).BpmnModeler=t()}(this,(function(){"use strict";var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=Object.defineProperty({},"__esModule",{value:!0});return Object.keys(e).forEach((function(n){var i=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,i.get?i:{enumerable:!0,get:function(){return e[n]}})})),t}function n(e){var t={exports:{}};return e(t,t.exports),t.exports}var i=n((function(e){"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}}}));function r(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}var o=function(e,t){return e(t={exports:{}},t.exports),t.exports}((function(e){var t=e.exports=function(e,n){if(n||(n=16),void 0===e&&(e=128),e<=0)return"0";for(var i=Math.log(Math.pow(2,e))/Math.log(n),r=2;i===1/0;r*=2)i=Math.log(Math.pow(2,e/r))/Math.log(n)*r;var o=i-Math.floor(i),a="";for(r=0;r<Math.floor(i);r++){a=Math.floor(Math.random()*n).toString(n)+a}if(o){var s=Math.pow(n,o);a=Math.floor(Math.random()*s).toString(n)+a}var c=parseInt(a,n);return c!==1/0&&c>=Math.pow(2,e)?t(e,n):a};t.rack=function(e,n,i){var r=function(r){var a=0;do{if(a++>10){if(!i)throw new Error("too many ID collisions, use more bits");e+=i}var s=t(e,n)}while(Object.hasOwnProperty.call(o,s));return o[s]=r,s},o=r.hats={};return r.get=function(e){return r.hats[e]},r.set=function(e,t){return r.hats[e]=t,r},r.bits=e||128,r.base=n||16,r}}));function a(e){if(!(this instanceof a))return new a(e);e=e||[128,36,1],this._seed=e.length?o.rack(e[0],e[1],e[2]):e}function s(e){return Array.prototype.concat.apply([],e)}a.prototype.next=function(e){return this._seed(e||!0)},a.prototype.nextPrefixed=function(e,t){var n;do{n=e+this.next(!0)}while(this.assigned(n));return this.claim(n,t),n},a.prototype.claim=function(e,t){this._seed.set(e,t||!0)},a.prototype.assigned=function(e){return this._seed.get(e)||!1},a.prototype.unclaim=function(e){delete this._seed.hats[e]},a.prototype.clear=function(){var e,t=this._seed.hats;for(e in t)this.unclaim(e)};var c=Object.prototype.toString,l=Object.prototype.hasOwnProperty;function p(e){return void 0===e}function u(e){return void 0!==e}function h(e){return null==e}function d(e){return"[object Array]"===c.call(e)}function m(e){return"[object Object]"===c.call(e)}function f(e){return"[object Number]"===c.call(e)}function v(e){var t=c.call(e);return"[object Function]"===t||"[object AsyncFunction]"===t||"[object GeneratorFunction]"===t||"[object AsyncGeneratorFunction]"===t||"[object Proxy]"===t}function g(e){return"[object String]"===c.call(e)}function y(e){if(!d(e))throw new Error("must supply array")}function b(e,t){return l.call(e,t)}function _(e,t){var n;return t=L(t),E(e,(function(e,i){if(t(e,i))return n=e,!1})),n}function x(e,t){t=L(t);var n=d(e)?-1:void 0;return E(e,(function(e,i){if(t(e,i))return n=i,!1})),n}function w(e,t){var n=[];return E(e,(function(e,i){t(e,i)&&n.push(e)})),n}function E(e,t){var n;if(!p(e)){var i=d(e)?F:I;for(var r in e)if(b(e,r)&&!1===t(n=e[r],i(r)))return n}}function S(e,t){return p(e)?[]:(y(e),t=L(t),e.filter((function(e,n){return!t(e,n)})))}function C(e,t,n){return E(e,(function(e,i){n=t(n,e,i)})),n}function P(e,t){return!!C(e,(function(e,n,i){return e&&t(n,i)}),!0)}function M(e,t){return!!_(e,t)}function R(e,t){var n=[];return E(e,(function(e,i){n.push(t(e,i))})),n}function A(e){return e&&Object.keys(e)||[]}function k(e){return A(e).length}function D(e){return R(e,(function(e){return e}))}function T(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return t=N(t),E(e,(function(e){var i=t(e)||"_",r=n[i];r||(r=n[i]=[]),r.push(e)})),n}function z(e){e=N(e);for(var t={},n=arguments.length,i=new Array(n>1?n-1:0),r=1;r<n;r++)i[r-1]=arguments[r];E(i,(function(n){return T(n,e,t)}));var o=R(t,(function(e,t){return e[0]}));return o}var O=z;function B(e,t){t=N(t);var n=[];return E(e,(function(e,i){for(var r=t(e,i),o={d:r,v:e},a=0;a<n.length;a++){if(r<n[a].d)return void n.splice(a,0,o)}n.push(o)})),R(n,(function(e){return e.v}))}function j(e){return function(t){return P(e,(function(e,n){return t[n]===e}))}}function N(e){return v(e)?e:function(t){return t[e]}}function L(e){return v(e)?e:function(t){return t===e}}function I(e){return e}function F(e){return Number(e)}function V(e,t){var n,i,r,o;function a(n){var a=Date.now(),l=n?0:o+t-a;if(l>0)return s(l);e.apply(r,i),c()}function s(e){n=setTimeout(a,e)}function c(){n&&clearTimeout(n),n=o=i=r=void 0}function l(){o=Date.now();for(var e=arguments.length,a=new Array(e),c=0;c<e;c++)a[c]=arguments[c];i=a,r=this,n||s(t)}return l.flush=function(){n&&a(!0),c()},l.cancel=c,l}function H(e,t){return e.bind(t)}function $(e){return($="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function G(){return(G=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e}).apply(this,arguments)}function W(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];return G.apply(void 0,[e].concat(n))}function U(e,t,n){var i=e;return E(t,(function(e,r){if("number"!=typeof e&&"string"!=typeof e)throw new Error("illegal key type: "+$(e)+". Key should be of type number or string.");if("constructor"===e)throw new Error("illegal key: constructor");if("__proto__"===e)throw new Error("illegal key: __proto__");var o=t[r+1],a=i[e];u(o)&&h(a)&&(a=i[e]=isNaN(+o)?{}:[]),p(o)?p(n)?delete i[e]:i[e]=n:i=a})),e}function q(e,t,n){var i=e;return E(t,(function(e){if(h(i))return i=void 0,!1;i=i[e]})),p(i)?n:i}function K(e,t){var n={},i=Object(e);return E(t,(function(t){t in i&&(n[t]=e[t])})),n}function Y(e,t){var n={};return E(Object(e),(function(e,i){-1===t.indexOf(i)&&(n[i]=e)})),n}var X=Object.freeze({__proto__:null,assign:W,bind:H,debounce:V,ensureArray:y,every:P,filter:w,find:_,findIndex:x,flatten:s,forEach:E,get:q,groupBy:T,has:b,isArray:d,isDefined:u,isFunction:v,isNil:h,isNumber:f,isObject:m,isString:g,isUndefined:p,keys:A,map:R,matchPattern:j,merge:function e(t){for(var n=arguments.length,i=new Array(n>1?n-1:0),r=1;r<n;r++)i[r-1]=arguments[r];return i.length?(E(i,(function(n){n&&m(n)&&E(n,(function(n,i){if("__proto__"!==i){var r=t[i];m(n)?(m(r)||(r={}),t[i]=e(r,n)):t[i]=n}}))})),t):t},omit:Y,pick:K,reduce:C,set:U,size:k,some:M,sortBy:B,throttle:function(e,t){var n=!1;return function(){n||(e.apply(void 0,arguments),n=!0,setTimeout((function(){n=!1}),t))}},unionBy:O,uniqueBy:z,values:D,without:S}),Z=Object.prototype.toString,Q=Object.prototype.hasOwnProperty;function J(e,t){return Q.call(e,t)}function ee(e,t){var n;if(void 0!==e){var i=function(e){return"[object Array]"===Z.call(e)}(e)?ne:te;for(var r in e)if(J(e,r)&&!1===t(n=e[r],i(r)))return n}}function te(e){return e}function ne(e){return Number(e)}function ie(e){for(var t=e.style,n=arguments.length,i=Array(n>1?n-1:0),r=1;r<n;r++)i[r-1]=arguments[r];return ee(i,(function(e){e&&ee(e,(function(e,n){t[n]=e}))})),e}function re(e,t,n){return 2==arguments.length?e.getAttribute(t):null===n?e.removeAttribute(t):(e.setAttribute(t,n),e)}var oe=[].indexOf,ae=function(e,t){if(oe)return e.indexOf(t);for(var n=0;n<e.length;++n)if(e[n]===t)return n;return-1},se=/\s+/,ce=Object.prototype.toString;function le(e){return new pe(e)}function pe(e){if(!e||!e.nodeType)throw new Error("A DOM element reference is required");this.el=e,this.list=e.classList}function ue(e){for(var t;e.childNodes.length;)t=e.childNodes[0],e.removeChild(t);return e}pe.prototype.add=function(e){if(this.list)return this.list.add(e),this;var t=this.array();return~ae(t,e)||t.push(e),this.el.className=t.join(" "),this},pe.prototype.remove=function(e){if("[object RegExp]"==ce.call(e))return this.removeMatching(e);if(this.list)return this.list.remove(e),this;var t=this.array(),n=ae(t,e);return~n&&t.splice(n,1),this.el.className=t.join(" "),this},pe.prototype.removeMatching=function(e){for(var t=this.array(),n=0;n<t.length;n++)e.test(t[n])&&this.remove(t[n]);return this},pe.prototype.toggle=function(e,t){return this.list?(void 0!==t?t!==this.list.toggle(e,t)&&this.list.toggle(e):this.list.toggle(e),this):(void 0!==t?t?this.add(e):this.remove(e):this.has(e)?this.remove(e):this.add(e),this)},pe.prototype.array=function(){var e=(this.el.getAttribute("class")||"").replace(/^\s+|\s+$/g,"").split(se);return""===e[0]&&e.shift(),e},pe.prototype.has=pe.prototype.contains=function(e){return this.list?this.list.contains(e):!!~ae(this.array(),e)};var he="undefined"!=typeof Element?Element.prototype:{},de=he.matches||he.matchesSelector||he.webkitMatchesSelector||he.mozMatchesSelector||he.msMatchesSelector||he.oMatchesSelector,me=function(e,t){if(!e||1!==e.nodeType)return!1;if(de)return de.call(e,t);for(var n=e.parentNode.querySelectorAll(t),i=0;i<n.length;i++)if(n[i]==e)return!0;return!1};function fe(e,t,n){for(var i=n?e:e.parentNode;i&&i.nodeType!==document.DOCUMENT_NODE&&i.nodeType!==document.DOCUMENT_FRAGMENT_NODE;){if(me(i,t))return i;i=i.parentNode}return me(i,t)?i:null}var ve=window.addEventListener?"addEventListener":"attachEvent",ge=window.removeEventListener?"removeEventListener":"detachEvent",ye="addEventListener"!==ve?"on":"",be={bind:function(e,t,n,i){return e[ve](ye+t,n,i||!1),n},unbind:function(e,t,n,i){return e[ge](ye+t,n,i||!1),n}},_e=["focus","blur"];var xe,we={bind:function(e,t,n,i,r){return-1!==_e.indexOf(n)&&(r=!0),be.bind(e,n,(function(n){var r=n.target||n.srcElement;n.delegateTarget=fe(r,t,!0),n.delegateTarget&&i.call(e,n)}),r)},unbind:function(e,t,n,i){return-1!==_e.indexOf(t)&&(i=!0),be.unbind(e,t,n,i)}},Ee=function(e,t){if("string"!=typeof e)throw new TypeError("String expected");t||(t=document);var n=/<([\w:]+)/.exec(e);if(!n)return t.createTextNode(e);e=e.replace(/^\s+|\s+$/g,"");var i=n[1];if("body"==i){return(r=t.createElement("html")).innerHTML=e,r.removeChild(r.lastChild)}var r,o=Ce[i]||Ce._default,a=o[0],s=o[1],c=o[2];(r=t.createElement("div")).innerHTML=s+e+c;for(;a--;)r=r.lastChild;if(r.firstChild==r.lastChild)return r.removeChild(r.firstChild);var l=t.createDocumentFragment();for(;r.firstChild;)l.appendChild(r.removeChild(r.firstChild));return l},Se=!1;"undefined"!=typeof document&&((xe=document.createElement("div")).innerHTML=' <link/><table></table><a href="/a">a</a><input type="checkbox"/>',Se=!xe.getElementsByTagName("link").length,xe=void 0);var Ce={legend:[1,"<fieldset>","</fieldset>"],tr:[2,"<table><tbody>","</tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],_default:Se?[1,"X<div>","</div>"]:[0,"",""]};function Pe(e,t){return(t=t||document).querySelector(e)}function Me(e,t){return(t=t||document).querySelectorAll(e)}function Re(e){e.parentNode&&e.parentNode.removeChild(e)}function Ae(e,t){return t.appendChild(function(e,t){if(e.ownerDocument!==t.ownerDocument)try{return t.ownerDocument.importNode(e,!0)}catch(e){}return e}(e,t))}function ke(e,t){return Ae(t,e),e}Ce.td=Ce.th=[3,"<table><tbody><tr>","</tr></tbody></table>"],Ce.option=Ce.optgroup=[1,'<select multiple="multiple">',"</select>"],Ce.thead=Ce.tbody=Ce.colgroup=Ce.caption=Ce.tfoot=[1,"<table>","</table>"],Ce.polyline=Ce.ellipse=Ce.polygon=Ce.circle=Ce.text=Ce.line=Ce.path=Ce.rect=Ce.g=[1,'<svg xmlns="http://www.w3.org/2000/svg" version="1.1">',"</svg>"];var De={"alignment-baseline":1,"baseline-shift":1,clip:1,"clip-path":1,"clip-rule":1,color:1,"color-interpolation":1,"color-interpolation-filters":1,"color-profile":1,"color-rendering":1,cursor:1,direction:1,display:1,"dominant-baseline":1,"enable-background":1,fill:1,"fill-opacity":1,"fill-rule":1,filter:1,"flood-color":1,"flood-opacity":1,font:1,"font-family":1,"font-size":2,"font-size-adjust":1,"font-stretch":1,"font-style":1,"font-variant":1,"font-weight":1,"glyph-orientation-horizontal":1,"glyph-orientation-vertical":1,"image-rendering":1,kerning:1,"letter-spacing":1,"lighting-color":1,marker:1,"marker-end":1,"marker-mid":1,"marker-start":1,mask:1,opacity:1,overflow:1,"pointer-events":1,"shape-rendering":1,"stop-color":1,"stop-opacity":1,stroke:1,"stroke-dasharray":1,"stroke-dashoffset":1,"stroke-linecap":1,"stroke-linejoin":1,"stroke-miterlimit":1,"stroke-opacity":1,"stroke-width":2,"text-anchor":1,"text-decoration":1,"text-rendering":1,"unicode-bidi":1,visibility:1,"word-spacing":1,"writing-mode":1};function Te(e,t,n){var i=t.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),r=De[i];r?(2===r&&"number"==typeof n&&(n=String(n)+"px"),e.style[i]=n):e.setAttributeNS(null,t,n)}function ze(e,t,n){if("string"==typeof t){if(void 0===n)return function(e,t){return De[t]?e.style[t]:e.getAttributeNS(null,t)}(e,t);Te(e,t,n)}else!function(e,t){var n,i,r=Object.keys(t);for(n=0;i=r[n];n++)Te(e,i,t[i])}(e,t);return e}function Oe(e,t){if(e.indexOf)return e.indexOf(t);for(var n=0;n<e.length;++n)if(e[n]===t)return n;return-1}var Be=/\s+/,je=Object.prototype.toString;function Ne(e){return void 0!==e}function Le(e){return new Ie(e)}function Ie(e){if(!e||!e.nodeType)throw new Error("A DOM element reference is required");this.el=e,this.list=e.classList}function Fe(e){var t=e.parentNode;return t&&t.removeChild(e),e}function Ve(e){for(var t;t=e.firstChild;)Fe(t);return e}function He(e){return e.cloneNode(!0)}Ie.prototype.add=function(e){if(this.list)return this.list.add(e),this;var t=this.array();return~Oe(t,e)||t.push(e),Ne(this.el.className.baseVal)?this.el.className.baseVal=t.join(" "):this.el.className=t.join(" "),this},Ie.prototype.remove=function(e){if("[object RegExp]"===je.call(e))return this.removeMatching(e);if(this.list)return this.list.remove(e),this;var t=this.array(),n=Oe(t,e);return~n&&t.splice(n,1),this.el.className.baseVal=t.join(" "),this},Ie.prototype.removeMatching=function(e){for(var t=this.array(),n=0;n<t.length;n++)e.test(t[n])&&this.remove(t[n]);return this},Ie.prototype.toggle=function(e,t){return this.list?(Ne(t)?t!==this.list.toggle(e,t)&&this.list.toggle(e):this.list.toggle(e),this):(Ne(t)?t?this.add(e):this.remove(e):this.has(e)?this.remove(e):this.add(e),this)},Ie.prototype.array=function(){var e=(this.el.getAttribute("class")||"").replace(/^\s+|\s+$/g,"").split(Be);return""===e[0]&&e.shift(),e},Ie.prototype.has=Ie.prototype.contains=function(e){return this.list?this.list.contains(e):!!~Oe(this.array(),e)};var $e="http://www.w3.org/2000/svg",Ge='<svg xmlns="'+$e+'"';function We(e){var t=!1;"<svg"===e.substring(0,4)?-1===e.indexOf($e)&&(e=Ge+e.substring(4)):(e=Ge+">"+e+"</svg>",t=!0);var n=function(e){var t;return(t=new DOMParser).async=!1,t.parseFromString(e,"text/xml")}(e);if(!t)return n;for(var i=document.createDocumentFragment(),r=n.firstChild;r.firstChild;)i.appendChild(r.firstChild);return i}function Ue(e,t){var n;return"<"===e.charAt(0)?(n=We(e).firstChild,n=document.importNode(n,!0)):n=document.createElementNS($e,e),t&&ze(n,t),n}var qe=Ue("svg");function Ke(e,t){var n,i,r=Object.keys(t);for(n=0;i=r[n];n++)e[i]=t[i];return e}function Ye(e){return e?qe.createSVGTransformFromMatrix(e):qe.createSVGTransform()}var Xe=/([&<>]{1})/g,Ze=/([\n\r"]{1})/g,Qe={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"'"};function Je(e,t){return e.replace(t,(function(e,t){return Qe[t]||t}))}function et(e,t){var n,i,r,o,a;switch(e.nodeType){case 3:t.push(Je(e.textContent,Xe));break;case 1:if(t.push("<",e.tagName),e.hasAttributes())for(n=0,i=(r=e.attributes).length;n<i;++n)o=r.item(n),t.push(" ",o.name,'="',Je(o.value,Ze),'"');if(e.hasChildNodes()){for(t.push(">"),n=0,i=(a=e.childNodes).length;n<i;++n)et(a.item(n),t);t.push("</",e.tagName,">")}else t.push("/>");break;case 8:t.push("\x3c!--",Je(e.nodeValue,Xe),"--\x3e");break;case 4:t.push("<![CDATA[",e.nodeValue,"]]>");break;default:throw new Error("unable to handle node "+e.nodeType)}return t}function tt(e,t){var n=We(t);if(Ve(e),t){(function(e){return"#document-fragment"===e.nodeName})(n)||(n=n.documentElement);for(var i,r=(i=n.childNodes,Array.prototype.slice.call(i)),o=0;o<r.length;o++)Ae(r[o],e)}}function nt(e,t){if(void 0!==t){try{tt(e,t)}catch(e){throw new Error("error parsing SVG: "+e.message)}return e}return function(e){for(var t=e.firstChild,n=[];t;)et(t,n),t=t.nextSibling;return n.join("")}(e)}function it(e,t){return t instanceof SVGMatrix?e.createSVGTransformFromMatrix(t):t}function rt(e,t){var n=e.transform.baseVal;return t&&(Array.isArray(t)||(t=[t]),function(e,t){var n,i;for(e.clear(),n=0;i=t[n];n++)e.appendItem(it(e,i))}(n,t)),n.consolidate()}var ot=/^class /;function at(e){return"[object Array]"===Object.prototype.toString.call(e)}function st(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function ct(){var e=Array.prototype.slice.call(arguments);1===e.length&&at(e[0])&&(e=e[0]);var t=e.pop();return t.$inject=e,t}var lt=/constructor\s*[^(]*\(\s*([^)]*)\)/m,pt=/^(?:async\s+)?(?:function\s*[^(]*)?(?:\(\s*([^)]*)\)|(\w+))/m,ut=/\/\*([^*]*)\*\//m;function ht(e){if("function"!=typeof e)throw new Error('Cannot annotate "'+e+'". Expected a function!');var t=e.toString().match(function(e){return ot.test(e.toString())}(e)?lt:pt);if(!t)return[];var n=t[1]||t[2];return n&&n.split(",").map((function(e){var t=e.match(ut);return(t&&t[1]||e).trim()}))||[]}function dt(e,t){t=t||{get:function(e,t){if(n.push(e),!1===t)return null;throw a('No provider for "'+e+'"!')}};var n=[],i=this._providers=Object.create(t._providers||null),r=this._instances=Object.create(null),o=r.injector=this,a=function(e){var t=n.join(" -> ");return n.length=0,new Error(t?e+" (Resolving: "+t+")":e)};function s(e,o){if(!i[e]&&-1!==e.indexOf(".")){for(var c=e.split("."),l=s(c.shift());c.length;)l=l[c.shift()];return l}if(st(r,e))return r[e];if(st(i,e)){if(-1!==n.indexOf(e))throw n.push(e),a("Cannot resolve circular dependency!");return n.push(e),r[e]=i[e][0](i[e][1]),n.pop(),r[e]}return t.get(e,o)}function c(e,t){if(void 0===t&&(t={}),"function"!=typeof e){if(!at(e))throw new Error('Cannot invoke "'+e+'". Expected a function!');e=ct(e.slice())}return{fn:e,dependencies:(e.$inject||ht(e)).map((function(e){return st(t,e)?t[e]:s(e)}))}}function l(e){var t=c(e),n=t.fn,i=t.dependencies;return new(Function.prototype.bind.apply(n,[null].concat(i)))}function p(e,t,n){var i=c(e,n),r=i.fn,o=i.dependencies;return r.apply(t,o)}function u(e){return ct((function(t){return e.get(t)}))}function h(e,t){if(t&&t.length){var n,r,a,s,c=Object.create(null),l=Object.create(null),p=[],h=[],d=[];for(var m in i)n=i[m],-1!==t.indexOf(m)&&("private"===n[2]?-1===(r=p.indexOf(n[3]))?(s=u(a=n[3].createChild([],t)),p.push(n[3]),h.push(a),d.push(s),c[m]=[s,m,"private",a]):c[m]=[d[r],m,"private",h[r]]:c[m]=[n[2],n[1]],l[m]=!0),"factory"!==n[2]&&"type"!==n[2]||!n[1].$scope||t.forEach((function(e){-1!==n[1].$scope.indexOf(e)&&(c[m]=[n[2],n[1]],l[e]=!0)}));t.forEach((function(e){if(!l[e])throw new Error('No provider for "'+e+'". Cannot use provider from the parent!')})),e.unshift(c)}return new dt(e,o)}var d,m,f={factory:p,type:l,value:function(e){return e}};function v(e,t){var n=e.__init__||[];return function(){n.forEach((function(e){try{"string"==typeof e?t.get(e):t.invoke(e)}catch(e){if("undefined"!=typeof AggregateError)throw new AggregateError([e],"Failed to initialize!");throw new Error("Failed to initialize! "+e.message)}}))}}function g(e){var t=e.__exports__;if(t){var n=e.__modules__,r=Object.keys(e).reduce((function(t,n){return"__exports__"!==n&&"__modules__"!==n&&"__init__"!==n&&"__depends__"!==n&&(t[n]=e[n]),t}),Object.create(null)),a=h((n||[]).concat(r)),s=ct((function(e){return a.get(e)}));t.forEach((function(e){i[e]=[s,e,"private",a]}));var c=(e.__init__||[]).slice();return c.unshift((function(){a.init()})),v(e=Object.assign({},e,{__init__:c}),a)}return Object.keys(e).forEach((function(t){if("__init__"!==t&&"__depends__"!==t)if("private"!==e[t][2]){var n=e[t][0],r=e[t][1];i[t]=[f[n],mt(n,r),n]}else i[t]=e[t]})),v(e,o)}function y(e,t){return-1!==e.indexOf(t)||-1!==(e=(t.__depends__||[]).reduce(y,e)).indexOf(t)?e:e.concat(t)}this.get=s,this.invoke=p,this.instantiate=l,this.createChild=h,this.init=(d=e.reduce(y,[]).map(g),m=!1,function(){m||(m=!0,d.forEach((function(e){return e()})))})}function mt(e,t){return"value"!==e&&at(t)&&(t=ct(t.slice())),t}function ft(e,t){var n=this;t=t||1e3,e.on(["render.shape","render.connection"],t,(function(e,t){var i=e.type,r=t.element,o=t.gfx,a=t.attrs;if(n.canRender(r))return"render.shape"===i?n.drawShape(o,r,a):n.drawConnection(o,r,a)})),e.on(["render.getShapePath","render.getConnectionPath"],t,(function(e,t){if(n.canRender(t))return"render.getShapePath"===e.type?n.getShapePath(t):n.getConnectionPath(t)}))}function vt(e){return e.join(",").replace(/,?([A-z]),?/g,"$1")}function gt(e){for(var t,n="",i=0;t=e[i];i++)n+=t.x+","+t.y+" ";return n}function yt(e,t){var n=Ue("polyline");return ze(n,{points:gt(e)}),t&&ze(n,t),n}function bt(e){return w(e,(function(t){return!_(e,(function(e){return e!==t&&_t(t,e)}))}))}function _t(e,t){if(t){if(e===t)return t;if(e.parent)return _t(e.parent,t)}}function xt(e,t,n){var i=!n||-1===e.indexOf(t);return i&&e.push(t),i}function wt(e,t,n){n=n||0,d(e)||(e=[e]),E(e,(function(e,i){var r=t(e,i,n);d(r)&&r.length&&wt(r,t,n+1)}))}function Et(e,t){return function(e,t,n){var i=[],r=[];return wt(e,(function(e,o,a){xt(i,e,t);var s=e.children;if((-1===n||a<n)&&s&&xt(r,s,t))return s})),i}(e,!t,-1)}function St(e,t){var n,i,r,o;return t=!!t,d(e)||(e=[e]),E(e,(function(e){var a=e;e.waypoints&&!t&&(a=St(e.waypoints,!0));var s=a.x,c=a.y,l=a.height||0,p=a.width||0;(s<n||void 0===n)&&(n=s),(c<i||void 0===i)&&(i=c),(s+p>r||void 0===r)&&(r=s+p),(c+l>o||void 0===o)&&(o=c+l)})),{x:n,y:i,height:o-i,width:r-n}}function Ct(e){return"waypoints"in e?"connection":"x"in e?"shape":"root"}function Pt(e){return!(!e||!e.isFrame)}function Mt(e,t){return W({},e||{},t||{})}ft.prototype.canRender=function(){},ft.prototype.drawShape=function(){},ft.prototype.drawConnection=function(){},ft.prototype.getShapePath=function(){},ft.prototype.getConnectionPath=function(){};function Rt(e,t){ft.call(this,e,1),this.CONNECTION_STYLE=t.style(["no-fill"],{strokeWidth:5,stroke:"fuchsia"}),this.SHAPE_STYLE=t.style({fill:"white",stroke:"fuchsia",strokeWidth:2}),this.FRAME_STYLE=t.style(["no-fill"],{stroke:"fuchsia",strokeDasharray:4,strokeWidth:2})}r(Rt,ft),Rt.prototype.canRender=function(){return!0},Rt.prototype.drawShape=function(e,t,n){var i=Ue("rect");return ze(i,{x:0,y:0,width:t.width||0,height:t.height||0}),Pt(t)?ze(i,W({},this.FRAME_STYLE,n||{})):ze(i,W({},this.SHAPE_STYLE,n||{})),ke(e,i),i},Rt.prototype.drawConnection=function(e,t,n){var i=yt(t.waypoints,W({},this.CONNECTION_STYLE,n||{}));return ke(e,i),i},Rt.prototype.getShapePath=function(e){var t=e.x,n=e.y,i=e.width;return vt([["M",t,n],["l",i,0],["l",0,e.height],["l",-i,0],["z"]])},Rt.prototype.getConnectionPath=function(e){var t,n,i=e.waypoints,r=[];for(t=0;n=i[t];t++)n=n.original||n,r.push([0===t?"M":"L",n.x,n.y]);return vt(r)},Rt.$inject=["eventBus","styles"];var At={__init__:["defaultRenderer"],defaultRenderer:["type",Rt],styles:["type",function(){var e={"no-fill":{fill:"none"},"no-border":{strokeOpacity:0},"no-events":{pointerEvents:"none"}},t=this;this.cls=function(e,t,n){return W(this.style(t,n),{class:e})},this.style=function(t,n){d(t)||n||(n=t,t=[]);var i=C(t,(function(t,n){return W(t,e[n]||{})}),{});return n?W(i,n):i},this.computeStyle=function(e,n,i){return d(n)||(i=n,n=[]),t.style(n||[],W({},i,e||{}))}}]};function kt(e,t){if(!e||!t)return-1;var n=e.indexOf(t);return-1!==n&&e.splice(n,1),n}function Dt(e,t,n){if(e&&t){"number"!=typeof n&&(n=-1);var i=e.indexOf(t);if(-1!==i){if(i===n)return;if(-1===n)return;e.splice(i,1)}-1!==n?e.splice(n,0,t):e.push(t)}}function Tt(e,t){return e&&t?e.indexOf(t):-1}function zt(e,t){return e&&t?Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2)):-1}function Ot(e,t,n,i){if(void 0===i&&(i=5),!e||!t||!n)return!1;var r=(t.x-e.x)*(n.y-e.y)-(t.y-e.y)*(n.x-e.x),o=zt(e,t);return Math.abs(r/o)<=i}function Bt(e,t){var n;return function(e,t){var n;n=d(e)?e:[e,t];var i=n.slice().shift();return P(n,(function(e){return Math.abs(i.y-e.y)<=2}))}(n=d(e)?e:[e,t])?"h":!!function(e,t){var n;n=d(e)?e:[e,t];var i=n.slice().shift();return P(n,(function(e){return Math.abs(i.x-e.x)<=2}))}(n)&&"v"}function jt(e,t,n){return n=n||0,e.x>t.x-n&&e.y>t.y-n&&e.x<t.x+t.width+n&&e.y<t.y+t.height+n}function Nt(e,t){return{x:Math.round(e.x+(t.x-e.x)/2),y:Math.round(e.y+(t.y-e.y)/2)}}var Lt=/,?([a-z]),?/gi,It=parseFloat,Ft=Math,Vt=Ft.PI,Ht=Ft.min,$t=Ft.max,Gt=Ft.pow,Wt=Ft.abs,Ut=/([a-z])[\s,]*((-?\d*\.?\d*(?:e[-+]?\d+)?[\s]*,?[\s]*)+)/gi,qt=/(-?\d*\.?\d*(?:e[-+]?\d+)?)[\s]*,?[\s]*/gi,Kt=Array.isArray||function(e){return e instanceof Array};function Yt(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function Xt(e){if("function"==typeof e||Object(e)!==e)return e;var t=new e.constructor;for(var n in e)Yt(e,n)&&(t[n]=Xt(e[n]));return t}function Zt(e,t){for(var n=0,i=e.length;n<i;n++)if(e[n]===t)return e.push(e.splice(n,1)[0])}function Qt(e){var t=Qt.ps=Qt.ps||{};return t[e]?t[e].sleep=100:t[e]={sleep:100},setTimeout((function(){for(var n in t)Yt(t,n)&&n!=e&&(t[n].sleep--,!t[n].sleep&&delete t[n])})),t[e]}function Jt(e,t,n,i){return 1===arguments.length&&(t=e.y,n=e.width,i=e.height,e=e.x),{x:e,y:t,width:n,height:i,x2:e+n,y2:t+i}}function en(){return this.join(",").replace(Lt,"$1")}function tn(e){var t=Xt(e);return t.toString=en,t}function nn(e,t,n,i,r,o,a,s,c){var l=1-c,p=Gt(l,3),u=Gt(l,2),h=c*c*c,d=p*t+3*u*c*i+3*l*c*c*o+h*s;return{x:ln(p*e+3*u*c*n+3*l*c*c*r+h*a),y:ln(d)}}function rn(e){var t=vn.apply(null,e);return Jt(t.x0,t.y0,t.x1-t.x0,t.y1-t.y0)}function on(e,t,n){return t>=e.x&&t<=e.x+e.width&&n>=e.y&&n<=e.y+e.height}function an(e,t,n,i,r){return e*(e*(-3*t+9*n-9*i+3*r)+6*t-12*n+6*i)-3*t+3*n}function sn(e,t,n,i,r,o,a,s,c){null==c&&(c=1);for(var l=(c=c>1?1:c<0?0:c)/2,p=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],u=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472],h=0,d=0;d<12;d++){var m=l*p[d]+l,f=an(m,e,n,r,a),v=an(m,t,i,o,s),g=f*f+v*v;h+=u[d]*Ft.sqrt(g)}return l*h}function cn(e,t,n,i,r,o,a,s){if(!($t(e,n)<Ht(r,a)||Ht(e,n)>$t(r,a)||$t(t,i)<Ht(o,s)||Ht(t,i)>$t(o,s))){var c=(e*i-t*n)*(o-s)-(t-i)*(r*s-o*a),l=(e-n)*(o-s)-(t-i)*(r-a);if(l){var p=ln(((e*i-t*n)*(r-a)-(e-n)*(r*s-o*a))/l),u=ln(c/l),h=+p.toFixed(2),d=+u.toFixed(2);if(!(h<+Ht(e,n).toFixed(2)||h>+$t(e,n).toFixed(2)||h<+Ht(r,a).toFixed(2)||h>+$t(r,a).toFixed(2)||d<+Ht(t,i).toFixed(2)||d>+$t(t,i).toFixed(2)||d<+Ht(o,s).toFixed(2)||d>+$t(o,s).toFixed(2)))return{x:p,y:u}}}}function ln(e){return Math.round(1e11*e)/1e11}function pn(e,t,n){if(!function(e,t){return e=Jt(e),on(t=Jt(t),e.x,e.y)||on(t,e.x2,e.y)||on(t,e.x,e.y2)||on(t,e.x2,e.y2)||on(e,t.x,t.y)||on(e,t.x2,t.y)||on(e,t.x,t.y2)||on(e,t.x2,t.y2)||(e.x<t.x2&&e.x>t.x||t.x<e.x2&&t.x>e.x)&&(e.y<t.y2&&e.y>t.y||t.y<e.y2&&t.y>e.y)}(rn(e),rn(t)))return n?0:[];for(var i=sn.apply(0,e),r=sn.apply(0,t),o=hn(e)?1:~~(i/5)||1,a=hn(t)?1:~~(r/5)||1,s=[],c=[],l={},p=n?0:[],u=0;u<o+1;u++){var h=nn.apply(0,e.concat(u/o));s.push({x:h.x,y:h.y,t:u/o})}for(u=0;u<a+1;u++)h=nn.apply(0,t.concat(u/a)),c.push({x:h.x,y:h.y,t:u/a});for(u=0;u<o;u++)for(var d=0;d<a;d++){var m,f=s[u],v=s[u+1],g=c[d],y=c[d+1],b=Wt(v.x-f.x)<.01?"y":"x",_=Wt(y.x-g.x)<.01?"y":"x",x=cn(f.x,f.y,v.x,v.y,g.x,g.y,y.x,y.y);if(x){if(l[m=x.x.toFixed(9)+"#"+x.y.toFixed(9)])continue;l[m]=!0;var w=f.t+Wt((x[b]-f[b])/(v[b]-f[b]))*(v.t-f.t),E=g.t+Wt((x[_]-g[_])/(y[_]-g[_]))*(y.t-g.t);w>=0&&w<=1&&E>=0&&E<=1&&(n?p++:p.push({x:x.x,y:x.y,t1:w,t2:E}))}}return p}function un(e){var t=Qt(e);if(t.abs)return tn(t.abs);if(Kt(e)&&Kt(e&&e[0])||(e=function(e){if(!e)return null;var t=Qt(e);if(t.arr)return Xt(t.arr);var n={a:7,c:6,h:1,l:2,m:2,q:4,s:4,t:2,v:1,z:0},i=[];return Kt(e)&&Kt(e[0])&&(i=Xt(e)),i.length||String(e).replace(Ut,(function(e,t,r){var o=[],a=t.toLowerCase();for(r.replace(qt,(function(e,t){t&&o.push(+t)})),"m"==a&&o.length>2&&(i.push([t].concat(o.splice(0,2))),a="l",t="m"==t?"l":"L");o.length>=n[a]&&(i.push([t].concat(o.splice(0,n[a]))),n[a]););})),i.toString=Qt.toString,t.arr=Xt(i),i}(e)),!e||!e.length)return[["M",0,0]];var n,i=[],r=0,o=0,a=0,s=0,c=0;"M"==e[0][0]&&(a=r=+e[0][1],s=o=+e[0][2],c++,i[0]=["M",r,o]);for(var l,p,u=c,h=e.length;u<h;u++){if(i.push(l=[]),(n=(p=e[u])[0])!=n.toUpperCase())switch(l[0]=n.toUpperCase(),l[0]){case"A":l[1]=p[1],l[2]=p[2],l[3]=p[3],l[4]=p[4],l[5]=p[5],l[6]=+p[6]+r,l[7]=+p[7]+o;break;case"V":l[1]=+p[1]+o;break;case"H":l[1]=+p[1]+r;break;case"M":a=+p[1]+r,s=+p[2]+o;default:for(var d=1,m=p.length;d<m;d++)l[d]=+p[d]+(d%2?r:o)}else for(var f=0,v=p.length;f<v;f++)l[f]=p[f];switch(n=n.toUpperCase(),l[0]){case"Z":r=+a,o=+s;break;case"H":r=l[1];break;case"V":o=l[1];break;case"M":a=l[l.length-2],s=l[l.length-1];default:r=l[l.length-2],o=l[l.length-1]}}return i.toString=en,t.abs=tn(i),i}function hn(e){return e[0]===e[2]&&e[1]===e[3]&&e[4]===e[6]&&e[5]===e[7]}function dn(e,t,n,i){return[e,t,n,i,n,i]}function mn(e,t,n,i,r,o){var a=1/3,s=2/3;return[a*e+s*n,a*t+s*i,a*r+s*n,a*o+s*i,r,o]}function fn(e,t,n,i,r,o,a,s,c,l){var p,u=120*Vt/180,h=Vt/180*(+r||0),d=[],m=function(e){return function t(){var n=Array.prototype.slice.call(arguments,0),i=n.join("␀"),r=t.cache=t.cache||{},o=t.count=t.count||[];return Yt(r,i)?(Zt(o,i),r[i]):(o.length>=1e3&&delete r[o.shift()],o.push(i),r[i]=e.apply(0,n),r[i])}}((function(e,t,n){return{x:e*Ft.cos(n)-t*Ft.sin(n),y:e*Ft.sin(n)+t*Ft.cos(n)}}));if(l)E=l[0],S=l[1],x=l[2],w=l[3];else{e=(p=m(e,t,-h)).x,t=p.y;var f=(e-(s=(p=m(s,c,-h)).x))/2,v=(t-(c=p.y))/2,g=f*f/(n*n)+v*v/(i*i);g>1&&(n*=g=Ft.sqrt(g),i*=g);var y=n*n,b=i*i,_=(o==a?-1:1)*Ft.sqrt(Wt((y*b-y*v*v-b*f*f)/(y*v*v+b*f*f))),x=_*n*v/i+(e+s)/2,w=_*-i*f/n+(t+c)/2,E=Ft.asin(((t-w)/i).toFixed(9)),S=Ft.asin(((c-w)/i).toFixed(9));(E=e<x?Vt-E:E)<0&&(E=2*Vt+E),(S=s<x?Vt-S:S)<0&&(S=2*Vt+S),a&&E>S&&(E-=2*Vt),!a&&S>E&&(S-=2*Vt)}var C=S-E;if(Wt(C)>u){var P=S,M=s,R=c;S=E+u*(a&&S>E?1:-1),d=fn(s=x+n*Ft.cos(S),c=w+i*Ft.sin(S),n,i,r,0,a,M,R,[S,P,x,w])}C=S-E;var A=Ft.cos(E),k=Ft.sin(E),D=Ft.cos(S),T=Ft.sin(S),z=Ft.tan(C/4),O=4/3*n*z,B=4/3*i*z,j=[e,t],N=[e+O*k,t-B*A],L=[s+O*T,c-B*D],I=[s,c];if(N[0]=2*j[0]-N[0],N[1]=2*j[1]-N[1],l)return[N,L,I].concat(d);for(var F=[],V=0,H=(d=[N,L,I].concat(d).join().split(",")).length;V<H;V++)F[V]=V%2?m(d[V-1],d[V],h).y:m(d[V],d[V+1],h).x;return F}function vn(e,t,n,i,r,o,a,s){for(var c,l,p,u,h,d,m,f,v=[],g=[[],[]],y=0;y<2;++y)if(0==y?(l=6*e-12*n+6*r,c=-3*e+9*n-9*r+3*a,p=3*n-3*e):(l=6*t-12*i+6*o,c=-3*t+9*i-9*o+3*s,p=3*i-3*t),Wt(c)<1e-12){if(Wt(l)<1e-12)continue;0<(u=-p/l)&&u<1&&v.push(u)}else m=l*l-4*p*c,f=Ft.sqrt(m),m<0||(0<(h=(-l+f)/(2*c))&&h<1&&v.push(h),0<(d=(-l-f)/(2*c))&&d<1&&v.push(d));for(var b,_=v.length,x=_;_--;)b=1-(u=v[_]),g[0][_]=b*b*b*e+3*b*b*u*n+3*b*u*u*r+u*u*u*a,g[1][_]=b*b*b*t+3*b*b*u*i+3*b*u*u*o+u*u*u*s;return g[0][x]=e,g[1][x]=t,g[0][x+1]=a,g[1][x+1]=s,g[0].length=g[1].length=x+2,{x0:Ht.apply(0,g[0]),y0:Ht.apply(0,g[1]),x1:$t.apply(0,g[0]),y1:$t.apply(0,g[1])}}function gn(e){var t=Qt(e);if(t.curve)return tn(t.curve);for(var n=un(e),i={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},r=function(e,t,n){var i,r;if(!e)return["C",t.x,t.y,t.x,t.y,t.x,t.y];switch(!(e[0]in{T:1,Q:1})&&(t.qx=t.qy=null),e[0]){case"M":t.X=e[1],t.Y=e[2];break;case"A":e=["C"].concat(fn.apply(0,[t.x,t.y].concat(e.slice(1))));break;case"S":"C"==n||"S"==n?(i=2*t.x-t.bx,r=2*t.y-t.by):(i=t.x,r=t.y),e=["C",i,r].concat(e.slice(1));break;case"T":"Q"==n||"T"==n?(t.qx=2*t.x-t.qx,t.qy=2*t.y-t.qy):(t.qx=t.x,t.qy=t.y),e=["C"].concat(mn(t.x,t.y,t.qx,t.qy,e[1],e[2]));break;case"Q":t.qx=e[1],t.qy=e[2],e=["C"].concat(mn(t.x,t.y,e[1],e[2],e[3],e[4]));break;case"L":e=["C"].concat(dn(t.x,t.y,e[1],e[2]));break;case"H":e=["C"].concat(dn(t.x,t.y,e[1],t.y));break;case"V":e=["C"].concat(dn(t.x,t.y,t.x,e[1]));break;case"Z":e=["C"].concat(dn(t.x,t.y,t.X,t.Y))}return e},o=function(e,t){if(e[t].length>7){e[t].shift();for(var i=e[t];i.length;)a[t]="A",e.splice(t++,0,["C"].concat(i.splice(0,6)));e.splice(t,1),p=n.length}},a=[],s="",c="",l=0,p=n.length;l<p;l++){n[l]&&(s=n[l][0]),"C"!=s&&(a[l]=s,l&&(c=a[l-1])),n[l]=r(n[l],i,c),"A"!=a[l]&&"C"==s&&(a[l]="C"),o(n,l);var u=n[l],h=u.length;i.x=u[h-2],i.y=u[h-1],i.bx=It(u[h-4])||i.x,i.by=It(u[h-3])||i.y}return t.curve=tn(n),n}var yn=function(e,t,n){e=gn(e),t=gn(t);for(var i,r,o,a,s,c,l,p,u,h,d=n?0:[],m=0,f=e.length;m<f;m++){var v=e[m];if("M"==v[0])i=s=v[1],r=c=v[2];else{"C"==v[0]?(u=[i,r].concat(v.slice(1)),i=u[6],r=u[7]):(u=[i,r,i,r,s,c,s,c],i=s,r=c);for(var g=0,y=t.length;g<y;g++){var b=t[g];if("M"==b[0])o=l=b[1],a=p=b[2];else{"C"==b[0]?(h=[o,a].concat(b.slice(1)),o=h[6],a=h[7]):(h=[o,a,o,a,l,p,l,p],o=l,a=p);var _=pn(u,h,n);if(n)d+=_;else{for(var x=0,w=_.length;x<w;x++)_[x].segment1=m,_[x].segment2=g,_[x].bez1=u,_[x].bez2=h;d=d.concat(_)}}}}}return d};function bn(e){return{x:Math.round(e.x),y:Math.round(e.y),width:Math.round(e.width),height:Math.round(e.height)}}function _n(e){return{x:Math.round(e.x),y:Math.round(e.y)}}function xn(e){return{top:e.y,right:e.x+(e.width||0),bottom:e.y+(e.height||0),left:e.x}}function wn(e){return{x:e.left,y:e.top,width:e.right-e.left,height:e.bottom-e.top}}function En(e){for(var t=e.waypoints,n=t.reduce((function(e,n,i){var r=t[i-1];if(r){var o=e[e.length-1],a=o&&o.endLength||0,s=function(e,t){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))}(r,n);e.push({start:r,end:n,startLength:a,endLength:a+s,length:s})}return e}),[]),i=n.reduce((function(e,t){return e+t.length}),0)/2,r=0,o=n[r];o.endLength<i;)o=n[++r];var a=(i-o.startLength)/o.length;return{x:o.start.x+(o.end.x-o.start.x)*a,y:o.start.y+(o.end.y-o.start.y)*a}}function Sn(e){return function(e){return!!e.waypoints}(e)?En(e):_n({x:(t=e).x+(t.width||0)/2,y:t.y+(t.height||0)/2});var t}function Cn(e,t,n){m(n=n||0)||(n={x:n,y:n});var i=xn(e),r=xn(t),o=i.bottom+n.y<=r.top,a=i.left-n.x>=r.right,s=i.top-n.y>=r.bottom,c=o?"top":s?"bottom":null,l=i.right+n.x<=r.left?"left":a?"right":null;return l&&c?c+"-"+l:l||c||"intersect"}function Pn(e,t,n){var i=function(e,t){return yn(e,t)}(e,t);return 1===i.length||2===i.length&&zt(i[0],i[1])<1?_n(i[0]):i.length>1?_n((i=B(i,(function(e){var t=Math.floor(100*e.t2)||1;return t=((t=100-t)<10?"0":"")+t,e.segment2+"#"+t})))[n?0:i.length-1]):null}function Mn(e,t){return Math.round(e*t)/t}function Rn(e){return f(e)?e+"px":e}function An(e,t,n){var i=Ue("g");Le(i).add(t);var r=void 0!==n?n:e.childNodes.length-1;return e.insertBefore(i,e.childNodes[r]||null),i}var kn={shape:["x","y","width","height"],connection:["waypoints"]};function Dn(e,t,n,i){this._eventBus=t,this._elementRegistry=i,this._graphicsFactory=n,this._rootsIdx=0,this._layers={},this._planes=[],this._rootElement=null,this._init(e||{})}function Tn(e,t){var n="matrix("+t.a+","+t.b+","+t.c+","+t.d+","+t.e+","+t.f+")";e.setAttribute("transform",n)}Dn.$inject=["config.canvas","eventBus","graphicsFactory","elementRegistry"],Dn.prototype._init=function(e){var t=this._eventBus,n=this._container=function(e){var t=(e=W({},{width:"100%",height:"100%"},e)).container||document.body,n=document.createElement("div");return n.setAttribute("class","djs-container"),ie(n,{position:"relative",overflow:"hidden",width:Rn(e.width),height:Rn(e.height)}),t.appendChild(n),n}(e),i=this._svg=Ue("svg");ze(i,{width:"100%",height:"100%"}),ke(n,i);var r=this._viewport=An(i,"viewport");!1!==e.deferUpdate&&(this._viewboxChanged=V(H(this._viewboxChanged,this),300)),t.on("diagram.init",(function(){t.fire("canvas.init",{svg:i,viewport:r})}),this),t.on(["shape.added","connection.added","shape.removed","connection.removed","elements.changed","root.set"],(function(){delete this._cachedViewbox}),this),t.on("diagram.destroy",500,this._destroy,this),t.on("diagram.clear",500,this._clear,this)},Dn.prototype._destroy=function(e){this._eventBus.fire("canvas.destroy",{svg:this._svg,viewport:this._viewport});var t=this._container.parentNode;t&&t.removeChild(this._container),delete this._svg,delete this._container,delete this._layers,delete this._planes,delete this._rootElement,delete this._viewport},Dn.prototype._clear=function(){var e=this;this._elementRegistry.getAll().forEach((function(t){var n=Ct(t);"root"===n?e.removeRootElement(t):e._removeElement(t,n)})),this._planes=[],this._rootElement=null,delete this._cachedViewbox},Dn.prototype.getDefaultLayer=function(){return this.getLayer("base",0)},Dn.prototype.getLayer=function(e,t){if(!e)throw new Error("must specify a name");var n=this._layers[e];if(n||(n=this._layers[e]=this._createLayer(e,t)),void 0!==t&&n.index!==t)throw new Error("layer <"+e+"> already created at index <"+t+">");return n.group},Dn.prototype._getChildIndex=function(e){return C(this._layers,(function(t,n){return n.visible&&e>=n.index&&t++,t}),0)},Dn.prototype._createLayer=function(e,t){void 0===t&&(t=1);var n=this._getChildIndex(t);return{group:An(this._viewport,"layer-"+e,n),index:t,visible:!0}},Dn.prototype.showLayer=function(e){if(!e)throw new Error("must specify a name");var t=this._layers[e];if(!t)throw new Error("layer <"+e+"> does not exist");var n=this._viewport,i=t.group,r=t.index;if(t.visible)return i;var o=this._getChildIndex(r);return n.insertBefore(i,n.childNodes[o]||null),t.visible=!0,i},Dn.prototype.hideLayer=function(e){if(!e)throw new Error("must specify a name");var t=this._layers[e];if(!t)throw new Error("layer <"+e+"> does not exist");var n=t.group;return t.visible?(Fe(n),t.visible=!1,n):n},Dn.prototype._removeLayer=function(e){var t=this._layers[e];t&&(delete this._layers[e],Fe(t.group))},Dn.prototype.getActiveLayer=function(){var e=this._findPlaneForRoot(this.getRootElement());return e?e.layer:null},Dn.prototype.findRoot=function(e){if("string"==typeof e&&(e=this._elementRegistry.get(e)),e)return(this._findPlaneForRoot(function(e){for(;e.parent;)e=e.parent;return e}(e))||{}).rootElement},Dn.prototype.getRootElements=function(){return this._planes.map((function(e){return e.rootElement}))},Dn.prototype._findPlaneForRoot=function(e){return _(this._planes,(function(t){return t.rootElement===e}))},Dn.prototype.getContainer=function(){return this._container},Dn.prototype._updateMarker=function(e,t,n){var i;e.id||(e=this._elementRegistry.get(e)),(i=this._elementRegistry._elements[e.id])&&(E([i.gfx,i.secondaryGfx],(function(e){e&&(n?Le(e).add(t):Le(e).remove(t))})),this._eventBus.fire("element.marker.update",{element:e,gfx:i.gfx,marker:t,add:!!n}))},Dn.prototype.addMarker=function(e,t){this._updateMarker(e,t,!0)},Dn.prototype.removeMarker=function(e,t){this._updateMarker(e,t,!1)},Dn.prototype.hasMarker=function(e,t){return e.id||(e=this._elementRegistry.get(e)),Le(this.getGraphics(e)).has(t)},Dn.prototype.toggleMarker=function(e,t){this.hasMarker(e,t)?this.removeMarker(e,t):this.addMarker(e,t)},Dn.prototype.getRootElement=function(){var e=this._rootElement;return e||this._planes.length?e:this.setRootElement(this.addRootElement(null))},Dn.prototype.addRootElement=function(e){var t=this._rootsIdx++;e||(e={id:"__implicitroot_"+t,children:[],isImplicit:!0});var n=e.layer="root-"+t;this._ensureValid("root",e);var i=this.getLayer(n,0);return this.hideLayer(n),this._addRoot(e,i),this._planes.push({rootElement:e,layer:i}),e},Dn.prototype.removeRootElement=function(e){if("string"==typeof e&&(e=this._elementRegistry.get(e)),this._findPlaneForRoot(e))return this._removeRoot(e),this._removeLayer(e.layer),this._planes=this._planes.filter((function(t){return t.rootElement!==e})),this._rootElement===e&&(this._rootElement=null),e},Dn.prototype.setRootElement=function(e,t){if(u(t))throw new Error("override not supported");if(e!==this._rootElement){if(!e)throw new Error("rootElement required");return this._findPlaneForRoot(e)||(e=this.addRootElement(e)),this._setRoot(e),e}},Dn.prototype._removeRoot=function(e){var t=this._elementRegistry,n=this._eventBus;n.fire("root.remove",{element:e}),n.fire("root.removed",{element:e}),t.remove(e)},Dn.prototype._addRoot=function(e,t){var n=this._elementRegistry,i=this._eventBus;i.fire("root.add",{element:e}),n.add(e,t),i.fire("root.added",{element:e,gfx:t})},Dn.prototype._setRoot=function(e,t){var n=this._rootElement;n&&(this._elementRegistry.updateGraphics(n,null,!0),this.hideLayer(n.layer)),e&&(t||(t=this._findPlaneForRoot(e).layer),this._elementRegistry.updateGraphics(e,this._svg,!0),this.showLayer(e.layer)),this._rootElement=e,this._eventBus.fire("root.set",{element:e})},Dn.prototype._ensureValid=function(e,t){if(!t.id)throw new Error("element must have an id");if(this._elementRegistry.get(t.id))throw new Error("element <"+t.id+"> already exists");var n=kn[e];if(!P(n,(function(e){return void 0!==t[e]})))throw new Error("must supply { "+n.join(", ")+" } with "+e)},Dn.prototype._setParent=function(e,t,n){Dt(t.children,e,n),e.parent=t},Dn.prototype._addElement=function(e,t,n,i){n=n||this.getRootElement();var r=this._eventBus,o=this._graphicsFactory;this._ensureValid(e,t),r.fire(e+".add",{element:t,parent:n}),this._setParent(t,n,i);var a=o.create(e,t,i);return this._elementRegistry.add(t,a),o.update(e,t,a),r.fire(e+".added",{element:t,gfx:a}),t},Dn.prototype.addShape=function(e,t,n){return this._addElement("shape",e,t,n)},Dn.prototype.addConnection=function(e,t,n){return this._addElement("connection",e,t,n)},Dn.prototype._removeElement=function(e,t){var n=this._elementRegistry,i=this._graphicsFactory,r=this._eventBus;if(e=n.get(e.id||e))return r.fire(t+".remove",{element:e}),i.remove(e),kt(e.parent&&e.parent.children,e),e.parent=null,r.fire(t+".removed",{element:e}),n.remove(e),e},Dn.prototype.removeShape=function(e){return this._removeElement(e,"shape")},Dn.prototype.removeConnection=function(e){return this._removeElement(e,"connection")},Dn.prototype.getGraphics=function(e,t){return this._elementRegistry.getGraphics(e,t)},Dn.prototype._changeViewbox=function(e){this._eventBus.fire("canvas.viewbox.changing"),e.apply(this),this._cachedViewbox=null,this._viewboxChanged()},Dn.prototype._viewboxChanged=function(){this._eventBus.fire("canvas.viewbox.changed",{viewbox:this.viewbox()})},Dn.prototype.viewbox=function(e){if(void 0===e&&this._cachedViewbox)return this._cachedViewbox;var t,n,i,r,o,a,s,c=this._viewport,l=this.getSize();return e?(this._changeViewbox((function(){o=Math.min(l.width/e.width,l.height/e.height);var t=this._svg.createSVGMatrix().scale(o).translate(-e.x,-e.y);rt(c,t)})),e):(t=(i=this._rootElement?this.getActiveLayer():null)&&i.getBBox()||{},n=(r=rt(c))?r.matrix:function(e,t,n,i,r,o){var a=qe.createSVGMatrix();switch(arguments.length){case 0:return a;case 1:return Ke(a,e);case 6:return Ke(a,{a:e,b:t,c:n,d:i,e:r,f:o})}}(),o=Mn(n.a,1e3),a=Mn(-n.e||0,1e3),s=Mn(-n.f||0,1e3),e=this._cachedViewbox={x:a?a/o:0,y:s?s/o:0,width:l.width/o,height:l.height/o,scale:o,inner:{width:t.width||0,height:t.height||0,x:t.x||0,y:t.y||0},outer:l})},Dn.prototype.scroll=function(e){var t=this._viewport,n=t.getCTM();return e&&this._changeViewbox((function(){e=W({dx:0,dy:0},e||{}),n=this._svg.createSVGMatrix().translate(e.dx,e.dy).multiply(n),Tn(t,n)})),{x:n.e,y:n.f}},Dn.prototype.scrollToElement=function(e,t){var n=100;"string"==typeof e&&(e=this._elementRegistry.get(e));var i=this.findRoot(e);i!==this.getRootElement()&&this.setRootElement(i),t||(t={}),"number"==typeof t&&(n=t),t={top:t.top||n,right:t.right||n,bottom:t.bottom||n,left:t.left||n};var r,o,a=St(e),s=xn(a),c=this.viewbox(),l=this.zoom();c.y+=t.top/l,c.x+=t.left/l,c.width-=(t.right+t.left)/l,c.height-=(t.bottom+t.top)/l;var p=xn(c);if(a.width<c.width&&a.height<c.height){var u=Math.max(0,s.right-p.right),h=Math.min(0,s.left-p.left),d=Math.max(0,s.bottom-p.bottom),m=Math.min(0,s.top-p.top);r=u||h,o=d||m}else r=a.x-c.x,o=a.y-c.y;this.scroll({dx:-r*l,dy:-o*l})},Dn.prototype.zoom=function(e,t){return e?"fit-viewport"===e?this._fitViewport(t):(this._changeViewbox((function(){"object"!=typeof t&&(n=this.viewbox().outer,t={x:n.width/2,y:n.height/2}),i=this._setZoom(e,t)})),Mn(i.a,1e3)):this.viewbox(e).scale;var n,i},Dn.prototype._fitViewport=function(e){var t,n,i=this.viewbox(),r=i.outer,o=i.inner;return o.x>=0&&o.y>=0&&o.x+o.width<=r.width&&o.y+o.height<=r.height&&!e?n={x:0,y:0,width:Math.max(o.width+o.x,r.width),height:Math.max(o.height+o.y,r.height)}:(t=Math.min(1,r.width/o.width,r.height/o.height),n={x:o.x+(e?o.width/2-r.width/t/2:0),y:o.y+(e?o.height/2-r.height/t/2:0),width:r.width/t,height:r.height/t}),this.viewbox(n),this.viewbox(!1).scale},Dn.prototype._setZoom=function(e,t){var n,i,r,o,a=this._svg,s=this._viewport,c=a.createSVGMatrix(),l=a.createSVGPoint(),p=(i=s.getCTM()).a;return t?(n=W(l,t).matrixTransform(i.inverse()),r=c.translate(n.x,n.y).scale(1/p*e).translate(-n.x,-n.y),o=i.multiply(r)):o=c.scale(e),Tn(this._viewport,o),o},Dn.prototype.getSize=function(){return{width:this._container.clientWidth,height:this._container.clientHeight}},Dn.prototype.getAbsoluteBBox=function(e){var t,n=this.viewbox();e.waypoints?t=this.getGraphics(e).getBBox():t=e;return{x:t.x*n.scale-n.x*n.scale,y:t.y*n.scale-n.y*n.scale,width:t.width*n.scale,height:t.height*n.scale}},Dn.prototype.resized=function(){delete this._cachedViewbox,this._eventBus.fire("canvas.resized")};var zn="data-element-id";function On(e){this._elements={},this._eventBus=e}On.$inject=["eventBus"],On.prototype.add=function(e,t,n){var i=e.id;this._validateId(i),ze(t,zn,i),n&&ze(n,zn,i),this._elements[i]={element:e,gfx:t,secondaryGfx:n}},On.prototype.remove=function(e){var t=this._elements,n=e.id||e,i=n&&t[n];i&&(ze(i.gfx,zn,""),i.secondaryGfx&&ze(i.secondaryGfx,zn,""),delete t[n])},On.prototype.updateId=function(e,t){this._validateId(t),"string"==typeof e&&(e=this.get(e)),this._eventBus.fire("element.updateId",{element:e,newId:t});var n=this.getGraphics(e),i=this.getGraphics(e,!0);this.remove(e),e.id=t,this.add(e,n,i)},On.prototype.updateGraphics=function(e,t,n){var i=e.id||e,r=this._elements[i];return n?r.secondaryGfx=t:r.gfx=t,t&&ze(t,zn,i),t},On.prototype.get=function(e){var t;t="string"==typeof e?e:e&&ze(e,zn);var n=this._elements[t];return n&&n.element},On.prototype.filter=function(e){var t=[];return this.forEach((function(n,i){e(n,i)&&t.push(n)})),t},On.prototype.find=function(e){for(var t=this._elements,n=Object.keys(t),i=0;i<n.length;i++){var r=t[n[i]],o=r.element;if(e(o,r.gfx))return o}},On.prototype.getAll=function(){return this.filter((function(e){return e}))},On.prototype.forEach=function(e){var t=this._elements;Object.keys(t).forEach((function(n){var i=t[n],r=i.element,o=i.gfx;return e(r,o)}))},On.prototype.getGraphics=function(e,t){var n=e.id||e,i=this._elements[n];return i&&(t?i.secondaryGfx:i.gfx)},On.prototype._validateId=function(e){if(!e)throw new Error("element must have an id");if(this._elements[e])throw new Error("element with id "+e+" already added")};var Bn={extend:function(e,t,n,i){var r=n.inverse;return Object.defineProperty(e,"remove",{value:function(e){var n=this.indexOf(e);return-1!==n&&(this.splice(n,1),t.unset(e,r,i)),e}}),Object.defineProperty(e,"contains",{value:function(e){return-1!==this.indexOf(e)}}),Object.defineProperty(e,"add",{value:function(e,n){var o=this.indexOf(e);if(void 0===n){if(-1!==o)return;n=this.length}-1!==o&&this.splice(o,1),this.splice(n,0,e),-1===o&&t.set(e,r,i)}}),Object.defineProperty(e,"__refs_collection",{value:!0}),e},isExtended:function(e){return!0===e.__refs_collection}};function jn(e,t,n){var i=Bn.extend(n[t.name]||[],e,t,n);Object.defineProperty(n,t.name,{enumerable:t.enumerable,value:i}),i.length&&i.forEach((function(i){e.set(i,t.inverse,n)}))}function Nn(e,t){if(!(this instanceof Nn))return new Nn(e,t);e.inverse=t,t.inverse=e,this.props={},this.props[e.name]=e,this.props[t.name]=t}Nn.prototype.bind=function(e,t){if("string"==typeof t){if(!this.props[t])throw new Error("no property <"+t+"> in ref");t=this.props[t]}t.collection?jn(this,t,e):function(e,t,n){var i=t.inverse,r=n[t.name];Object.defineProperty(n,t.name,{configurable:t.configurable,enumerable:t.enumerable,get:function(){return r},set:function(t){if(t!==r){var o=r;r=null,o&&e.unset(o,i,n),r=t,e.set(r,i,n)}}})}(this,t,e)},Nn.prototype.ensureRefsCollection=function(e,t){var n=e[t.name];return Bn.isExtended(n)||jn(this,t,e),n},Nn.prototype.ensureBound=function(e,t){(function(e,t){return Object.prototype.hasOwnProperty.call(e,t.name||t)})(e,t)||this.bind(e,t)},Nn.prototype.unset=function(e,t,n){e&&(this.ensureBound(e,t),t.collection?this.ensureRefsCollection(e,t).remove(n):e[t.name]=void 0)},Nn.prototype.set=function(e,t,n){e&&(this.ensureBound(e,t),t.collection?this.ensureRefsCollection(e,t).add(n):e[t.name]=n)};var Ln=Nn,In=Bn;Ln.Collection=In;var Fn=new Ln({name:"children",enumerable:!0,collection:!0},{name:"parent"}),Vn=new Ln({name:"labels",enumerable:!0,collection:!0},{name:"labelTarget"}),Hn=new Ln({name:"attachers",collection:!0},{name:"host"}),$n=new Ln({name:"outgoing",collection:!0},{name:"source"}),Gn=new Ln({name:"incoming",collection:!0},{name:"target"});function Wn(){Object.defineProperty(this,"businessObject",{writable:!0}),Object.defineProperty(this,"label",{get:function(){return this.labels[0]},set:function(e){var t=this.label,n=this.labels;!e&&t?n.remove(t):n.add(e,0)}}),Fn.bind(this,"parent"),Vn.bind(this,"labels"),$n.bind(this,"outgoing"),Gn.bind(this,"incoming")}function Un(){Wn.call(this),Fn.bind(this,"children"),Hn.bind(this,"host"),Hn.bind(this,"attachers")}function qn(){Un.call(this)}function Kn(){Un.call(this),Vn.bind(this,"labelTarget")}function Yn(){Wn.call(this),$n.bind(this,"source"),Gn.bind(this,"target")}r(Un,Wn),r(qn,Un),r(Kn,Un),r(Yn,Wn);var Xn={connection:Yn,shape:Un,label:Kn,root:qn};function Zn(){this._uid=12}Zn.prototype.createRoot=function(e){return this.create("root",e)},Zn.prototype.createLabel=function(e){return this.create("label",e)},Zn.prototype.createShape=function(e){return this.create("shape",e)},Zn.prototype.createConnection=function(e){return this.create("connection",e)},Zn.prototype.create=function(e,t){return(t=W({},t||{})).id||(t.id=e+"_"+this._uid++),function(e,t){var n=Xn[e];if(!n)throw new Error("unknown type: <"+e+">");return W(new n,t)}(e,t)};var Qn=Array.prototype.slice;function Jn(){this._listeners={},this.on("diagram.destroy",1,this._destroy,this)}function ei(){}function ti(e){return e.childNodes[0]}function ni(e,t,n,i,r){var o=Ye();o.setTranslate(t,n);var a=Ye();a.setRotate(i||0,0,0);var s=Ye();s.setScale(r||1,r||1),rt(e,[o,a,s])}function ii(e,t,n){var i=Ye();i.setTranslate(t,n),rt(e,i)}function ri(e,t){var n=Ye();n.setRotate(t,0,0),rt(e,n)}function oi(e,t){this._eventBus=e,this._elementRegistry=t}function ai(e,t,n){var i=n||t.firstChild;e!==i&&t.insertBefore(e,i)}Jn.prototype.on=function(e,t,n,i){if(e=d(e)?e:[e],v(t)&&(i=n,n=t,t=1e3),!f(t))throw new Error("priority must be a number");var r=n;i&&((r=H(n,i)).__fn=n.__fn||n);var o=this;e.forEach((function(e){o._addListener(e,{priority:t,callback:r,next:null})}))},Jn.prototype.once=function(e,t,n,i){var r=this;if(v(t)&&(i=n,n=t,t=1e3),!f(t))throw new Error("priority must be a number");function o(){o.__isTomb=!0;var t=n.apply(i,arguments);return r.off(e,o),t}o.__fn=n,this.on(e,t,o)},Jn.prototype.off=function(e,t){e=d(e)?e:[e];var n=this;e.forEach((function(e){n._removeListener(e,t)}))},Jn.prototype.createEvent=function(e){var t=new ei;return t.init(e),t},Jn.prototype.fire=function(e,t){var n,i,r,o;if(o=Qn.call(arguments),"object"==typeof e&&(e=(t=e).type),!e)throw new Error("no event type specified");if(i=this._listeners[e]){n=t instanceof ei?t:this.createEvent(t),o[0]=n;var a=n.type;e!==a&&(n.type=e);try{r=this._invokeListeners(n,o,i)}finally{e!==a&&(n.type=a)}return void 0===r&&n.defaultPrevented&&(r=!1),r}},Jn.prototype.handleError=function(e){return!1===this.fire("error",{error:e})},Jn.prototype._destroy=function(){this._listeners={}},Jn.prototype._invokeListeners=function(e,t,n){for(var i;n&&!e.cancelBubble;)i=this._invokeListener(e,t,n),n=n.next;return i},Jn.prototype._invokeListener=function(e,t,n){var i;if(n.callback.__isTomb)return i;try{void 0!==(i=function(e,t){return e.apply(null,t)}(n.callback,t))&&(e.returnValue=i,e.stopPropagation()),!1===i&&e.preventDefault()}catch(e){if(!this.handleError(e))throw console.error("unhandled error in event listener",e),e}return i},Jn.prototype._addListener=function(e,t){var n,i=this._getListeners(e);if(i){for(;i;){if(i.priority<t.priority)return t.next=i,void(n?n.next=t:this._setListeners(e,t));n=i,i=i.next}n.next=t}else this._setListeners(e,t)},Jn.prototype._getListeners=function(e){return this._listeners[e]},Jn.prototype._setListeners=function(e,t){this._listeners[e]=t},Jn.prototype._removeListener=function(e,t){var n,i,r,o=this._getListeners(e);if(t)for(;o;)n=o.next,(r=o.callback)!==t&&r.__fn!==t||(i?i.next=n:this._setListeners(e,n)),i=o,o=n;else this._setListeners(e,null)},ei.prototype.stopPropagation=function(){this.cancelBubble=!0},ei.prototype.preventDefault=function(){this.defaultPrevented=!0},ei.prototype.init=function(e){W(this,e||{})},oi.$inject=["eventBus","elementRegistry"],oi.prototype._getChildrenContainer=function(e){var t,n=this._elementRegistry.getGraphics(e);return e.parent?(t=function(e){return e.parentNode.childNodes[1]}(n))||(Le(t=Ue("g")).add("djs-children"),ke(n.parentNode,t)):t=n,t},oi.prototype._clear=function(e){var t=ti(e);return ue(t),t},oi.prototype._createContainer=function(e,t,n,i){var r=Ue("g");Le(r).add("djs-group"),void 0!==n?ai(r,t,t.childNodes[n]):ke(t,r);var o=Ue("g");Le(o).add("djs-element"),Le(o).add("djs-"+e),i&&Le(o).add("djs-frame"),ke(r,o);var a=Ue("g");return Le(a).add("djs-visual"),ke(o,a),o},oi.prototype.create=function(e,t,n){var i=this._getChildrenContainer(t.parent);return this._createContainer(e,i,n,Pt(t))},oi.prototype.updateContainments=function(e){var t=this,n=this._elementRegistry;E(C(e,(function(e,t){return t.parent&&(e[t.parent.id]=t.parent),e}),{}),(function(e){var i=e.children;if(i){var r=t._getChildrenContainer(e);E(i.slice().reverse(),(function(e){ai(n.getGraphics(e).parentNode,r)}))}}))},oi.prototype.drawShape=function(e,t){return this._eventBus.fire("render.shape",{gfx:e,element:t})},oi.prototype.getShapePath=function(e){return this._eventBus.fire("render.getShapePath",e)},oi.prototype.drawConnection=function(e,t){return this._eventBus.fire("render.connection",{gfx:e,element:t})},oi.prototype.getConnectionPath=function(e){return this._eventBus.fire("render.getConnectionPath",e)},oi.prototype.update=function(e,t,n){if(t.parent){var i=this._clear(n);if("shape"===e)this.drawShape(i,t),ii(n,t.x,t.y);else{if("connection"!==e)throw new Error("unknown type: "+e);this.drawConnection(i,t)}t.hidden?ze(n,"display","none"):ze(n,"display","block")}},oi.prototype.remove=function(e){Fe(this._elementRegistry.getGraphics(e).parentNode)};var si={__depends__:[At],__init__:["canvas"],canvas:["type",Dn],elementRegistry:["type",On],elementFactory:["type",Zn],eventBus:["type",Jn],graphicsFactory:["type",oi]};function ci(e){return function(e){var t=new dt(e);return t.init(),t}([{config:["value",e=e||{}]},si].concat(e.modules||[]))}function li(e,t){this.injector=t=t||ci(e),this.get=t.get,this.invoke=t.invoke,this.get("eventBus").fire("diagram.init")}function pi(){}function ui(e,t){this.model=e,this.properties=t}li.prototype.destroy=function(){this.get("eventBus").fire("diagram.destroy")},li.prototype.clear=function(){this.get("eventBus").fire("diagram.clear")},pi.prototype.get=function(e){return this.$model.properties.get(this,e)},pi.prototype.set=function(e,t){this.$model.properties.set(this,e,t)},ui.prototype.createType=function(e){var t=this.model,n=this.properties,i=Object.create(pi.prototype);E(e.properties,(function(e){e.isMany||void 0===e.default||(i[e.name]=e.default)})),n.defineModel(i,t),n.defineDescriptor(i,e);var r=e.ns.name;function o(e){n.define(this,"$type",{value:r,enumerable:!0}),n.define(this,"$attrs",{value:{}}),n.define(this,"$parent",{writable:!0}),E(e,H((function(e,t){this.set(t,e)}),this))}return o.prototype=i,o.hasType=i.$instanceOf=this.model.hasType,n.defineModel(o,t),n.defineDescriptor(o,e),o};var hi={String:!0,Boolean:!0,Integer:!0,Real:!0,Element:!0},di={String:function(e){return e},Boolean:function(e){return"true"===e},Integer:function(e){return parseInt(e,10)},Real:function(e){return parseFloat(e)}};function mi(e,t){var n=di[e];return n?n(t):t}function fi(e){return!!hi[e]}function vi(e){return!!di[e]}function gi(e,t){var n,i,r=e.split(/:/);if(1===r.length)n=e,i=t;else{if(2!==r.length)throw new Error("expected <prefix:localName> or <localName>, got "+e);n=r[1],i=r[0]}return{name:e=(i?i+":":"")+n,prefix:i,localName:n}}function yi(e){this.ns=e,this.name=e.name,this.allTypes=[],this.allTypesByName={},this.properties=[],this.propertiesByName={}}function bi(e,t){this.packageMap={},this.typeMap={},this.packages=[],this.properties=t,E(e,H(this.registerPackage,this))}function _i(e,t,n){var i=t[n];if(i in e)throw new Error("package with "+n+" <"+i+"> already defined")}function xi(e){this.model=e}function wi(e,t,n){Object.defineProperty(e,t.name,{enumerable:!t.isReference,writable:!0,value:n,configurable:!0})}function Ei(e){this.properties=new xi(this),this.factory=new ui(this,this.properties),this.registry=new bi(e,this.properties),this.typeCache={}}yi.prototype.build=function(){return K(this,["ns","name","allTypes","allTypesByName","properties","propertiesByName","bodyProperty","idProperty"])},yi.prototype.addProperty=function(e,t,n){"boolean"==typeof t&&(n=t,t=void 0),this.addNamedProperty(e,!1!==n);var i=this.properties;void 0!==t?i.splice(t,0,e):i.push(e)},yi.prototype.replaceProperty=function(e,t,n){var i=e.ns,r=this.properties,o=this.propertiesByName,a=e.name!==t.name;if(e.isId){if(!t.isId)throw new Error("property <"+t.ns.name+"> must be id property to refine <"+e.ns.name+">");this.setIdProperty(t,!1)}if(e.isBody){if(!t.isBody)throw new Error("property <"+t.ns.name+"> must be body property to refine <"+e.ns.name+">");this.setBodyProperty(t,!1)}var s=r.indexOf(e);if(-1===s)throw new Error("property <"+i.name+"> not found in property list");r.splice(s,1),this.addProperty(t,n?void 0:s,a),o[i.name]=o[i.localName]=t},yi.prototype.redefineProperty=function(e,t,n){var i=e.ns.prefix,r=t.split("#"),o=gi(r[0],i),a=gi(r[1],o.prefix).name,s=this.propertiesByName[a];if(!s)throw new Error("refined property <"+a+"> not found");this.replaceProperty(s,e,n),delete e.redefines},yi.prototype.addNamedProperty=function(e,t){var n=e.ns,i=this.propertiesByName;t&&(this.assertNotDefined(e,n.name),this.assertNotDefined(e,n.localName)),i[n.name]=i[n.localName]=e},yi.prototype.removeNamedProperty=function(e){var t=e.ns,n=this.propertiesByName;delete n[t.name],delete n[t.localName]},yi.prototype.setBodyProperty=function(e,t){if(t&&this.bodyProperty)throw new Error("body property defined multiple times (<"+this.bodyProperty.ns.name+">, <"+e.ns.name+">)");this.bodyProperty=e},yi.prototype.setIdProperty=function(e,t){if(t&&this.idProperty)throw new Error("id property defined multiple times (<"+this.idProperty.ns.name+">, <"+e.ns.name+">)");this.idProperty=e},yi.prototype.assertNotDefined=function(e,t){var n=e.name,i=this.propertiesByName[n];if(i)throw new Error("property <"+n+"> already defined; override of <"+i.definedBy.ns.name+"#"+i.ns.name+"> by <"+e.definedBy.ns.name+"#"+e.ns.name+"> not allowed without redefines")},yi.prototype.hasProperty=function(e){return this.propertiesByName[e]},yi.prototype.addTrait=function(e,t){var n=this.allTypesByName,i=this.allTypes,r=e.name;r in n||(E(e.properties,H((function(n){n=W({},n,{name:n.ns.localName,inherited:t}),Object.defineProperty(n,"definedBy",{value:e});var i=n.replaces,r=n.redefines;i||r?this.redefineProperty(n,i||r,i):(n.isBody&&this.setBodyProperty(n),n.isId&&this.setIdProperty(n),this.addProperty(n))}),this)),i.push(e),n[r]=e)},bi.prototype.getPackage=function(e){return this.packageMap[e]},bi.prototype.getPackages=function(){return this.packages},bi.prototype.registerPackage=function(e){e=W({},e);var t=this.packageMap;_i(t,e,"prefix"),_i(t,e,"uri"),E(e.types,H((function(t){this.registerType(t,e)}),this)),t[e.uri]=t[e.prefix]=e,this.packages.push(e)},bi.prototype.registerType=function(e,t){var n=gi((e=W({},e,{superClass:(e.superClass||[]).slice(),extends:(e.extends||[]).slice(),properties:(e.properties||[]).slice(),meta:W(e.meta||{})})).name,t.prefix),i=n.name,r={};E(e.properties,H((function(e){var t=gi(e.name,n.prefix),i=t.name;fi(e.type)||(e.type=gi(e.type,t.prefix).name),W(e,{ns:t,name:i}),r[i]=e}),this)),W(e,{ns:n,name:i,propertiesByName:r}),E(e.extends,H((function(e){var t=this.typeMap[e];t.traits=t.traits||[],t.traits.push(i)}),this)),this.definePackage(e,t),this.typeMap[i]=e},bi.prototype.mapTypes=function(e,t,n){var i=fi(e.name)?{name:e.name}:this.typeMap[e.name],r=this;function o(e){return a(e,!0)}function a(n,i){var o=gi(n,fi(n)?"":e.prefix);r.mapTypes(o,t,i)}if(!i)throw new Error("unknown type <"+e.name+">");E(i.superClass,n?o:a),t(i,!n),E(i.traits,o)},bi.prototype.getEffectiveDescriptor=function(e){var t=gi(e),n=new yi(t);this.mapTypes(t,(function(e,t){n.addTrait(e,t)}));var i=n.build();return this.definePackage(i,i.allTypes[i.allTypes.length-1].$pkg),i},bi.prototype.definePackage=function(e,t){this.properties.define(e,"$pkg",{value:t})},xi.prototype.set=function(e,t,n){var i=this.model.getPropertyDescriptor(e,t),r=i&&i.name;void 0===n?i?delete e[r]:delete e.$attrs[t]:i?r in e?e[r]=n:wi(e,i,n):e.$attrs[t]=n},xi.prototype.get=function(e,t){var n=this.model.getPropertyDescriptor(e,t);if(!n)return e.$attrs[t];var i=n.name;return!e[i]&&n.isMany&&wi(e,n,[]),e[i]},xi.prototype.define=function(e,t,n){if(!n.writable){var i=n.value;delete(n=W({},n,{get:function(){return i}})).value}Object.defineProperty(e,t,n)},xi.prototype.defineDescriptor=function(e,t){this.define(e,"$descriptor",{value:t})},xi.prototype.defineModel=function(e,t){this.define(e,"$model",{value:t})},Ei.prototype.create=function(e,t){var n=this.getType(e);if(!n)throw new Error("unknown type <"+e+">");return new n(t)},Ei.prototype.getType=function(e){var t=this.typeCache,n=g(e)?e:e.ns.name,i=t[n];return i||(e=this.registry.getEffectiveDescriptor(n),i=t[n]=this.factory.createType(e)),i},Ei.prototype.createAny=function(e,t,n){var i=gi(e),r={$type:e,$instanceOf:function(e){return e===this.$type}},o={name:e,isGeneric:!0,ns:{prefix:i.prefix,localName:i.localName,uri:t}};return this.properties.defineDescriptor(r,o),this.properties.defineModel(r,this),this.properties.define(r,"$parent",{enumerable:!1,writable:!0}),this.properties.define(r,"$instanceOf",{enumerable:!1,writable:!0}),E(n,(function(e,t){m(e)&&void 0!==e.value?r[e.name]=e.value:r[t]=e})),r},Ei.prototype.getPackage=function(e){return this.registry.getPackage(e)},Ei.prototype.getPackages=function(){return this.registry.getPackages()},Ei.prototype.getElementDescriptor=function(e){return e.$descriptor},Ei.prototype.hasType=function(e,t){return void 0===t&&(t=e,e=this),t in e.$model.getElementDescriptor(e).allTypesByName},Ei.prototype.getPropertyDescriptor=function(e,t){return this.getElementDescriptor(e).propertiesByName[t]},Ei.prototype.getTypeDescriptor=function(e){return this.registry.typeMap[e]};var Si=String.fromCharCode,Ci=Object.prototype.hasOwnProperty,Pi=/&#(\d+);|&#x([0-9a-f]+);|&(\w+);/gi,Mi={amp:"&",apos:"'",gt:">",lt:"<",quot:'"'};function Ri(e,t,n,i){return i?Ci.call(Mi,i)?Mi[i]:"&"+i+";":Si(t||parseInt(n,16))}function Ai(e){return e.length>3&&-1!==e.indexOf("&")?e.replace(Pi,Ri):e}Object.keys(Mi).forEach((function(e){Mi[e.toUpperCase()]=Mi[e]}));var ki="xsi:type",Di="non-whitespace outside of root node";function Ti(e){return new Error(e)}function zi(e){return"missing namespace for prefix <"+e+">"}function Oi(e){return{get:e,enumerable:!0}}function Bi(e){var t,n={};for(t in e)n[t]=e[t];return n}function ji(e){return e+"$uri"}function Ni(){return{line:0,column:0}}function Li(e){throw e}function Ii(e){if(!this)return new Ii(e);var t,n,i,r,o,a,s,c,l,p=e&&e.proxy,u=Li,h=Ni,d=!1,m=!1,f=null,v=!1;function g(e){e instanceof Error||(e=Ti(e)),f=e,u(e,h)}function y(e){o&&(e instanceof Error||(e=Ti(e)),o(e,h))}this.on=function(e,l){if("function"!=typeof l)throw Ti("required args <name, cb>");switch(e){case"openTag":n=l;break;case"text":t=l;break;case"closeTag":i=l;break;case"error":u=l;break;case"warn":o=l;break;case"cdata":r=l;break;case"attention":c=l;break;case"question":s=l;break;case"comment":a=l;break;default:throw Ti("unsupported event: "+e)}return this},this.ns=function(e){if(void 0===e&&(e={}),"object"!=typeof e)throw Ti("required args <nsMap={}>");var t,n={};for(t in e)n[t]=e[t];return n["http://www.w3.org/2001/XMLSchema-instance"]="xsi",m=!0,l=n,this},this.parse=function(e){if("string"!=typeof e)throw Ti("required args <xml=string>");return f=null,function(e){var o,u,f,b,_,x,w,E,S,C,P,M=m?[]:null,R=m?function(e){var t,n,i={};for(t in e)i[n=e[t]]=n,i[ji(n)]=t;return i}(l):null,A=[],k=0,D=!1,T=!1,z=0,O=0,B="",j=0;function N(){if(null!==P)return P;var e,t,n,i,r,o,a,s,c,p,u,h=m&&R.xmlns,f=m&&d?[]:null,v=j,g=B,b=g.length,_={},x={};e:for(;v<b;v++)if(c=!1,!(32===(p=g.charCodeAt(v))||p<14&&p>8)){for((p<65||p>122||p>90&&p<97)&&95!==p&&58!==p&&(y("illegal first char attribute name"),c=!0),u=v+1;u<b;u++)if(!((p=g.charCodeAt(u))>96&&p<123||p>64&&p<91||p>47&&p<59||46===p||45===p||95===p)){if(32===p||p<14&&p>8){y("missing attribute value"),v=u;continue e}if(61===p)break;y("illegal attribute name char"),c=!0}if("xmlns:xmlns"===(s=g.substring(v,u))&&(y("illegal declaration of xmlns"),c=!0),34===(p=g.charCodeAt(u+1)))-1===(u=g.indexOf('"',v=u+2))&&-1!==(u=g.indexOf("'",v))&&(y("attribute value quote missmatch"),c=!0);else if(39===p)-1===(u=g.indexOf("'",v=u+2))&&-1!==(u=g.indexOf('"',v))&&(y("attribute value quote missmatch"),c=!0);else for(y("missing attribute value quotes"),c=!0,u+=1;u<b&&!(32===(p=g.charCodeAt(u+1))||p<14&&p>8);u++);for(-1===u&&(y("missing closing quotes"),u=b,c=!0),c||(o=g.substring(v,u)),v=u;u+1<b&&!(32===(p=g.charCodeAt(u+1))||p<14&&p>8);u++)v===u&&(y("illegal character after attribute end"),c=!0);if(v=u+1,!c)if(s in x)y("attribute <"+s+"> already defined");else if(x[s]=!0,m)if(d){if(null!==(r="xmlns"===s?"xmlns":120===s.charCodeAt(0)&&"xmlns:"===s.substr(0,6)?s.substr(6):null)){if(e=Ai(o),t=ji(r),!(a=l[e])){if("xmlns"===r||t in R&&R[t]!==e)do{a="ns"+k++}while(void 0!==R[a]);else a=r;l[e]=a}R[r]!==a&&(i||(R=Bi(R),i=!0),R[r]=a,"xmlns"===r&&(R[ji(a)]=e,h=a),R[t]=e),_[s]=o;continue}f.push(s,o)}else-1!==(p=s.indexOf(":"))?(n=R[s.substring(0,p)])?((s=h===n?s.substr(p+1):n+s.substr(p))===ki&&(-1!==(p=o.indexOf(":"))?(n=o.substring(0,p),o=(n=R[n]||n)+o.substring(p)):o=h+":"+o),_[s]=o):y(zi(s.substring(0,p))):_[s]=o;else _[s]=o}if(d)for(v=0,b=f.length;v<b;v++){if(s=f[v++],o=f[v],-1!==(p=s.indexOf(":"))){if(!(n=R[s.substring(0,p)])){y(zi(s.substring(0,p)));continue}(s=h===n?s.substr(p+1):n+s.substr(p))===ki&&(-1!==(p=o.indexOf(":"))?(n=o.substring(0,p),o=(n=R[n]||n)+o.substring(p)):o=h+":"+o)}_[s]=o}return P=_}function L(){for(var t,n,i=/(\r\n|\r|\n)/g,r=0,o=0,a=0,s=O;z>=a&&(t=i.exec(e))&&!((s=t[0].length+t.index)>z);)r+=1,a=s;return-1==z?(o=s,n=e.substring(O)):0===O?n=e.substring(O,z):(o=z-a,n=-1==O?e.substring(z):e.substring(z,O+1)),{data:n,line:r,column:o}}h=L,p&&(C=Object.create({},{name:Oi((function(){return E})),originalName:Oi((function(){return S})),attrs:Oi(N),ns:Oi((function(){return R}))}));for(;-1!==O;){if(-1===(z=60===e.charCodeAt(O)?O:e.indexOf("<",O)))return A.length?g("unexpected end of file"):0===O?g("missing start tag"):void(O<e.length&&e.substring(O).trim()&&y(Di));if(O!==z)if(A.length){if(t&&(t(e.substring(O,z),Ai,h),v))return}else if(e.substring(O,z).trim()&&(y(Di),v))return;if(33===(_=e.charCodeAt(z+1))){if(91===(b=e.charCodeAt(z+2))&&"CDATA["===e.substr(z+3,6)){if(-1===(O=e.indexOf("]]>",z)))return g("unclosed cdata");if(r&&(r(e.substring(z+9,O),h),v))return;O+=3;continue}if(45===b&&45===e.charCodeAt(z+3)){if(-1===(O=e.indexOf("--\x3e",z)))return g("unclosed comment");if(a&&(a(e.substring(z+4,O),Ai,h),v))return;O+=3;continue}}if(63!==_){for(u=z+1;;u++){if(x=e.charCodeAt(u),isNaN(x))return O=-1,g("unclosed tag");if(34===x)u=-1!==(b=e.indexOf('"',u+1))?b:u;else if(39===x)u=-1!==(b=e.indexOf("'",u+1))?b:u;else if(62===x){O=u;break}}if(33!==_){if(P={},47===_){if(D=!1,T=!0,!A.length)return g("missing open tag");if(u=E=A.pop(),b=z+2+u.length,e.substring(z+2,b)!==u)return g("closing tag mismatch");for(;b<O;b++)if(!(32===(_=e.charCodeAt(b))||_>8&&_<14))return g("close tag")}else{if(47===e.charCodeAt(O-1)?(u=E=e.substring(z+1,O-1),D=!0,T=!0):(u=E=e.substring(z+1,O),D=!0,T=!1),!(_>96&&_<123||_>64&&_<91||95===_||58===_))return g("illegal first char nodeName");for(b=1,f=u.length;b<f;b++)if(!((_=u.charCodeAt(b))>96&&_<123||_>64&&_<91||_>47&&_<59||45===_||95===_||46==_)){if(32===_||_<14&&_>8){E=u.substring(0,b),P=null;break}return g("invalid nodeName")}T||A.push(E)}if(m){if(o=R,D&&(T||M.push(o),null===P&&(d=-1!==u.indexOf("xmlns",b))&&(j=b,B=u,N(),d=!1)),S=E,-1!==(_=E.indexOf(":"))){if(!(w=R[E.substring(0,_)]))return g("missing namespace on <"+S+">");E=E.substr(_+1)}else w=R.xmlns;w&&(E=w+":"+E)}if(D&&(j=b,B=u,n&&(p?n(C,Ai,T,h):n(E,N,Ai,T,h),v)))return;if(T){if(i&&(i(p?C:E,Ai,D,h),v))return;m&&(R=D?o:M.pop())}O+=1}else{if(c&&(c(e.substring(z,O+1),Ai,h),v))return;O+=1}}else{if(-1===(O=e.indexOf("?>",z)))return g("unclosed question");if(s&&(s(e.substring(z,O+2),h),v))return;O+=2}}}(e),h=Ni,v=!1,f},this.stop=function(){v=!0}}function Fi(e){return e.xml&&"lowerCase"===e.xml.tagAlias}var Vi={xsi:"http://www.w3.org/2001/XMLSchema-instance",xml:"http://www.w3.org/XML/1998/namespace"},Hi="xsi:type";function $i(e){return e.xml&&e.xml.serialize}function Gi(e){return $i(e)===Hi}function Wi(e,t){return Fi(t)?e.prefix+":"+((n=e.localName).charAt(0).toUpperCase()+n.slice(1)):e.name;var n}function Ui(e){return new Error(e)}function qi(e){return e.$descriptor}function Ki(e){W(this,e),this.elementsById={},this.references=[],this.warnings=[],this.addReference=function(e){this.references.push(e)},this.addElement=function(e){if(!e)throw Ui("expected element");var t,n=this.elementsById,i=qi(e).idProperty;if(i&&(t=e.get(i.name))){if(!/^([a-z][\w-.]*:)?[a-z_][\w-.]*$/i.test(t))throw new Error("illegal ID <"+t+">");if(n[t])throw Ui("duplicate ID <"+t+">");n[t]=e}},this.addWarning=function(e){this.warnings.push(e)}}function Yi(){}function Xi(){}function Zi(){}function Qi(e,t){this.property=e,this.context=t}function Ji(e,t){this.element=t,this.propertyDesc=e}function er(){}function tr(e,t,n){this.model=e,this.type=e.getType(t),this.context=n}function nr(e,t,n){tr.call(this,e,t,n)}function ir(e,t,n){this.model=e,this.context=n}function rr(e){e instanceof Ei&&(e={model:e}),W(this,{lax:!1},e)}Yi.prototype.handleEnd=function(){},Yi.prototype.handleText=function(){},Yi.prototype.handleNode=function(){},Xi.prototype=Object.create(Yi.prototype),Xi.prototype.handleNode=function(){return this},Zi.prototype=Object.create(Yi.prototype),Zi.prototype.handleText=function(e){this.body=(this.body||"")+e},Qi.prototype=Object.create(Zi.prototype),Qi.prototype.handleNode=function(e){if(this.element)throw Ui("expected no sub nodes");return this.element=this.createReference(e),this},Qi.prototype.handleEnd=function(){this.element.id=this.body},Qi.prototype.createReference=function(e){return{property:this.property.ns.name,id:""}},Ji.prototype=Object.create(Zi.prototype),Ji.prototype.handleEnd=function(){var e=this.body||"",t=this.element,n=this.propertyDesc;e=mi(n.type,e),n.isMany?t.get(n.name).push(e):t.set(n.name,e)},er.prototype=Object.create(Zi.prototype),er.prototype.handleNode=function(e){var t=this,n=this.element;return n?t=this.handleChild(e):(n=this.element=this.createElement(e),this.context.addElement(n)),t},tr.prototype=Object.create(er.prototype),tr.prototype.addReference=function(e){this.context.addReference(e)},tr.prototype.handleText=function(e){if(!qi(this.element).bodyProperty)throw Ui("unexpected body text <"+e+">");Zi.prototype.handleText.call(this,e)},tr.prototype.handleEnd=function(){var e=this.body,t=this.element,n=qi(t).bodyProperty;n&&void 0!==e&&(e=mi(n.type,e),t.set(n.name,e))},tr.prototype.createElement=function(e){var t,n=e.attributes,i=this.type,r=qi(i),o=this.context,a=new i({}),s=this.model;return E(n,(function(e,n){var i=r.propertiesByName[n];i&&i.isReference?i.isMany?E(e.split(" "),(function(e){o.addReference({element:a,property:i.ns.name,id:e})})):o.addReference({element:a,property:i.ns.name,id:e}):(i?e=mi(i.type,e):"xmlns"!==n&&(t=gi(n,r.ns.prefix),s.getPackage(t.prefix)&&o.addWarning({message:"unknown attribute <"+n+">",element:a,property:n,value:e})),a.set(n,e))})),a},tr.prototype.getPropertyForNode=function(e){var t,n,i=gi(e.name),r=this.type,o=this.model,a=qi(r),s=i.name,c=a.propertiesByName[s];if(c&&!c.isAttr)return Gi(c)&&(t=e.attributes[Hi])?(t=function(e,t){var n=gi(e);return function(e,t){var n=e.name,i=e.localName,r=t.xml&&t.xml.typePrefix;return r&&0===i.indexOf(r)?e.prefix+":"+i.slice(r.length):n}(n,t.getPackage(n.prefix))}(t,o),W({},c,{effectiveType:qi(n=o.getType(t)).name})):c;var l=o.getPackage(i.prefix);if(l){if(t=Wi(i,l),n=o.getType(t),c=_(a.properties,(function(e){return!e.isVirtual&&!e.isReference&&!e.isAttribute&&n.hasType(e.type)})))return W({},c,{effectiveType:qi(n).name})}else if(c=_(a.properties,(function(e){return!e.isReference&&!e.isAttribute&&"Element"===e.type})))return c;throw Ui("unrecognized element <"+i.name+">")},tr.prototype.toString=function(){return"ElementDescriptor["+qi(this.type).name+"]"},tr.prototype.valueHandler=function(e,t){return new Ji(e,t)},tr.prototype.referenceHandler=function(e){return new Qi(e,this.context)},tr.prototype.handler=function(e){return"Element"===e?new ir(this.model,e,this.context):new tr(this.model,e,this.context)},tr.prototype.handleChild=function(e){var t,n,i,r;if(t=this.getPropertyForNode(e),i=this.element,vi(n=t.effectiveType||t.type))return this.valueHandler(t,i);var o=(r=t.isReference?this.referenceHandler(t).handleNode(e):this.handler(n).handleNode(e)).element;return void 0!==o&&(t.isMany?i.get(t.name).push(o):i.set(t.name,o),t.isReference?(W(o,{element:i}),this.context.addReference(o)):o.$parent=i),r},nr.prototype=Object.create(tr.prototype),nr.prototype.createElement=function(e){var t=e.name,n=gi(t),i=this.model,r=this.type,o=i.getPackage(n.prefix),a=o&&Wi(n,o)||t;if(!r.hasType(a))throw Ui("unexpected element <"+e.originalName+">");return tr.prototype.createElement.call(this,e)},ir.prototype=Object.create(er.prototype),ir.prototype.createElement=function(e){var t=e.name,n=gi(t).prefix,i=e.ns[n+"$uri"],r=e.attributes;return this.model.createAny(t,i,r)},ir.prototype.handleChild=function(e){var t=new ir(this.model,"Element",this.context).handleNode(e),n=this.element,i=t.element;return void 0!==i&&((n.$children=n.$children||[]).push(i),i.$parent=n),t},ir.prototype.handleEnd=function(){this.body&&(this.element.$body=this.body)},rr.prototype.fromXML=function(e,t,n){var i=t.rootHandler;t instanceof tr?(i=t,t={}):"string"==typeof t?(i=this.handler(t),t={}):"string"==typeof i&&(i=this.handler(i));var r=this.model,o=this.lax,a=new Ki(W({},t,{rootHandler:i})),s=new Ii({proxy:!0}),c=function(){var e=[];return Object.defineProperty(e,"peek",{value:function(){return this[this.length-1]}}),e}();function l(e,t,n){var i=t(),r=i.line,o=i.column,s=i.data;"<"===s.charAt(0)&&-1!==s.indexOf(" ")&&(s=s.slice(0,s.indexOf(" "))+">");var c="unparsable content "+(s?s+" ":"")+"detected\n\tline: "+r+"\n\tcolumn: "+o+"\n\tnested error: "+e.message;if(n)return a.addWarning({message:c,error:e}),!0;throw Ui(c)}function p(e,t){return l(e,t,!0)}i.context=a,c.push(i);var u=/^<\?xml /i,h=/ encoding="([^"]+)"/i,d=/^utf-8$/i;function m(e,t){try{c.peek().handleText(e)}catch(e){p(e,t)}}var f=r.getPackages().reduce((function(e,t){return e[t.uri]=t.prefix,e}),{"http://www.w3.org/XML/1998/namespace":"xml"});return s.ns(f).on("openTag",(function(e,t,n,i){var r=e.attrs||{},a=Object.keys(r).reduce((function(e,n){var i=t(r[n]);return e[n]=i,e}),{});!function(e,t){var n=c.peek();try{c.push(n.handleNode(e))}catch(e){l(e,t,o)&&c.push(new Xi)}}({name:e.name,originalName:e.originalName,attributes:a,ns:e.ns},i)})).on("question",(function(e){if(u.test(e)){var t=h.exec(e),n=t&&t[1];n&&!d.test(n)&&a.addWarning({message:"unsupported document encoding <"+n+">, falling back to UTF-8"})}})).on("closeTag",(function(){c.pop().handleEnd()})).on("cdata",m).on("text",(function(e,t,n){!function(e,t){e.trim()&&m(e,t)}(t(e),n)})).on("error",l).on("warn",p),new Promise((function(t,n){var r;try{s.parse(e),function(){var e,t,n=a.elementsById,i=a.references;for(e=0;t=i[e];e++){var r=t.element,o=n[t.id],s=qi(r).propertiesByName[t.property];if(o||a.addWarning({message:"unresolved reference <"+t.id+">",element:t.element,property:t.property,value:t.id}),s.isMany){var c=r.get(s.name),l=c.indexOf(t);-1===l&&(l=c.length),o?c[l]=o:c.splice(l,1)}else r.set(s.name,o)}}()}catch(e){r=e}var o=i.element;r||o||(r=Ui("failed to parse document as <"+i.type.$descriptor.name+">"));var c=a.warnings,l=a.references,p=a.elementsById;return r?(r.warnings=c,n(r)):t({rootElement:o,elementsById:p,references:l,warnings:c})}))},rr.prototype.handler=function(e){return new nr(this.model,e)};var or=/<|>|'|"|&|\n\r|\n/g,ar=/<|>|&/g;function sr(e){var t={},n={},i={},r=[],o=[];this.byUri=function(t){return n[t]||e&&e.byUri(t)},this.add=function(e,t){n[e.uri]=e,t?r.push(e):o.push(e),this.mapPrefix(e.prefix,e.uri)},this.uriByPrefix=function(e){return t[e||"xmlns"]},this.mapPrefix=function(e,n){t[e||"xmlns"]=n},this.getNSKey=function(e){return void 0!==e.prefix?e.uri+"|"+e.prefix:e.uri},this.logUsed=function(t){var n=t.uri,r=this.getNSKey(t);i[r]=this.byUri(n),e&&e.logUsed(t)},this.getUsed=function(e){var t=this;return[].concat(r,o).filter((function(e){var n=t.getNSKey(e);return i[n]}))}}function cr(e,t){return Fi(t)?(n=e).charAt(0).toLowerCase()+n.slice(1):e;var n}function lr(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}function pr(e){return g(e)?e:(e.prefix?e.prefix+":":"")+e.localName}var ur={"\n":"#10","\n\r":"#10",'"':"#34","'":"#39","<":"#60",">":"#62","&":"#38"},hr={"<":"lt",">":"gt","&":"amp"};function dr(e,t,n){return(e=g(e)?e:""+e).replace(t,(function(e){return"&"+n[e]+";"}))}function mr(e){this.tagName=e}function fr(){}function vr(e){this.tagName=e}function gr(e,t){this.body=[],this.attrs=[],this.parent=e,this.propertyDescriptor=t}function yr(e,t){gr.call(this,e,t)}function br(){this.value="",this.write=function(e){this.value+=e}}function _r(e,t){var n=[""];this.append=function(t){return e.write(t),this},this.appendNewLine=function(){return t&&e.write("\n"),this},this.appendIndent=function(){return t&&e.write(n.join(" ")),this},this.indent=function(){return n.push(""),this},this.unindent=function(){return n.pop(),this}}function xr(e){return e=W({format:!1,preamble:!0},e||{}),{toXML:function(t,n){var i=n||new br,r=new _r(i,e.format);if(e.preamble&&r.append('<?xml version="1.0" encoding="UTF-8"?>\n'),(new gr).build(t).serializeTo(r),!n)return i.value}}}function wr(e,t){Ei.call(this,e,t)}mr.prototype.build=function(e){return this.element=e,this},mr.prototype.serializeTo=function(e){e.appendIndent().append("<"+this.tagName+">"+this.element.id+"</"+this.tagName+">").appendNewLine()},fr.prototype.serializeValue=fr.prototype.serializeTo=function(e){e.append(this.escape?dr(this.value,ar,hr):this.value)},fr.prototype.build=function(e,t){return this.value=t,"String"===e.type&&-1!==t.search(ar)&&(this.escape=!0),this},lr(vr,fr),vr.prototype.serializeTo=function(e){e.appendIndent().append("<"+this.tagName+">"),this.serializeValue(e),e.append("</"+this.tagName+">").appendNewLine()},gr.prototype.build=function(e){this.element=e;var t,n,i=e.$descriptor,r=this.propertyDescriptor,o=i.isGeneric;return t=o?this.parseGeneric(e):this.parseNsAttributes(e),this.ns=r?this.nsPropertyTagName(r):this.nsTagName(i),this.tagName=this.addTagName(this.ns),o||(n=function(e){return w(e.$descriptor.properties,(function(t){var n=t.name;if(t.isVirtual)return!1;if(!b(e,n))return!1;var i=e[n];return i!==t.default&&null!==i&&(!t.isMany||i.length)}))}(e),this.parseAttributes(w(n,(function(e){return e.isAttr}))),this.parseContainments(function(e){return w(e,(function(e){return!e.isAttr}))}(n))),this.parseGenericAttributes(e,t),this},gr.prototype.nsTagName=function(e){return function(e,t){return t.isGeneric?W({localName:t.ns.localName},e):W({localName:cr(t.ns.localName,t.$pkg)},e)}(this.logNamespaceUsed(e.ns),e)},gr.prototype.nsPropertyTagName=function(e){return function(e,t){return W({localName:t.ns.localName},e)}(this.logNamespaceUsed(e.ns),e)},gr.prototype.isLocalNs=function(e){return e.uri===this.ns.uri},gr.prototype.nsAttributeName=function(e){var t;if(t=g(e)?gi(e):e.ns,e.inherited)return{localName:t.localName};var n=this.logNamespaceUsed(t);return this.getNamespaces().logUsed(n),this.isLocalNs(n)?{localName:t.localName}:W({localName:t.localName},n)},gr.prototype.parseGeneric=function(e){var t=this,n=this.body,i=[];return E(e,(function(r,o){"$body"===o?n.push((new fr).build({type:"String"},r)):"$children"===o?E(r,(function(e){n.push(new gr(t).build(e))})):0!==o.indexOf("$")&&t.parseNsAttribute(e,o,r)&&i.push({name:o,value:r})})),i},gr.prototype.parseNsAttribute=function(e,t,n){var i,r=e.$model,o=gi(t);if("xmlns"===o.prefix&&(i={prefix:o.localName,uri:n}),o.prefix||"xmlns"!==o.localName||(i={uri:n}),!i)return{name:t,value:n};if(r&&r.getPackage(n))this.logNamespace(i,!0,!0);else{var a=this.logNamespaceUsed(i,!0);this.getNamespaces().logUsed(a)}},gr.prototype.parseNsAttributes=function(e,t){var n=this,i=e.$attrs,r=[];return E(i,(function(t,i){var o=n.parseNsAttribute(e,i,t);o&&r.push(o)})),r},gr.prototype.parseGenericAttributes=function(e,t){var n=this;E(t,(function(t){if(t.name!==Hi)try{n.addAttribute(n.nsAttributeName(t.name),t.value)}catch(n){console.warn("missing namespace information for ",t.name,"=",t.value,"on",e,n)}}))},gr.prototype.parseContainments=function(e){var t=this,n=this.body,i=this.element;E(e,(function(e){var r=i.get(e.name),o=e.isReference;if(e.isMany||(r=[r]),e.isBody)n.push((new fr).build(e,r[0]));else if(vi(e.type))E(r,(function(i){n.push(new vr(t.addTagName(t.nsPropertyTagName(e))).build(e,i))}));else if(o)E(r,(function(i){n.push(new mr(t.addTagName(t.nsPropertyTagName(e))).build(i))}));else{var a=Gi(e),s=function(e){return"property"===$i(e)}(e);E(r,(function(i){var r;r=a?new yr(t,e):s?new gr(t,e):new gr(t),n.push(r.build(i))}))}}))},gr.prototype.getNamespaces=function(e){var t,n=this.namespaces,i=this.parent;return n||(t=i&&i.getNamespaces(),e||!t?this.namespaces=n=new sr(t):n=t),n},gr.prototype.logNamespace=function(e,t,n){var i=this.getNamespaces(n),r=e.uri,o=e.prefix;return i.byUri(r)&&!n||i.add(e,t),i.mapPrefix(o,r),e},gr.prototype.logNamespaceUsed=function(e,t){var n,i,r,o=this.element.$model,a=this.getNamespaces(t),s=e.prefix,c=e.uri;if(!s&&!c)return{localName:e.localName};if(r=Vi[s]||o&&(o.getPackage(s)||{}).uri,!(c=c||r||a.uriByPrefix(s)))throw new Error("no namespace uri given for prefix <"+s+">");if(!(e=a.byUri(c))){for(n=s,i=1;a.uriByPrefix(n);)n=s+"_"+i++;e=this.logNamespace({prefix:n,uri:c},r===c)}return s&&a.mapPrefix(s,c),e},gr.prototype.parseAttributes=function(e){var t=this,n=this.element;E(e,(function(e){var i=n.get(e.name);if(e.isReference)if(e.isMany){var r=[];E(i,(function(e){r.push(e.id)})),i=r.join(" ")}else i=i.id;t.addAttribute(t.nsAttributeName(e),i)}))},gr.prototype.addTagName=function(e){var t=this.logNamespaceUsed(e);return this.getNamespaces().logUsed(t),pr(e)},gr.prototype.addAttribute=function(e,t){var n=this.attrs;g(t)&&(t=dr(t,or,ur)),n.push({name:e,value:t})},gr.prototype.serializeAttributes=function(e){var t=this.attrs,n=this.namespaces;n&&(t=function(e){return e.getUsed().filter((function(e){return"xml"!==e.prefix})).map((function(e){return{name:"xmlns"+(e.prefix?":"+e.prefix:""),value:e.uri}}))}(n).concat(t)),E(t,(function(t){e.append(" ").append(pr(t.name)).append('="').append(t.value).append('"')}))},gr.prototype.serializeTo=function(e){var t=this.body[0],n=t&&t.constructor!==fr;e.appendIndent().append("<"+this.tagName),this.serializeAttributes(e),e.append(t?">":" />"),t&&(n&&e.appendNewLine().indent(),E(this.body,(function(t){t.serializeTo(e)})),n&&e.unindent().appendIndent(),e.append("</"+this.tagName+">")),e.appendNewLine()},lr(yr,gr),yr.prototype.parseNsAttributes=function(e){var t=gr.prototype.parseNsAttributes.call(this,e),n=e.$descriptor;if(n.name===this.propertyDescriptor.type)return t;var i=this.typeNs=this.nsTagName(n);this.getNamespaces().logUsed(this.typeNs);var r=e.$model.getPackage(i.uri),o=r.xml&&r.xml.typePrefix||"";return this.addAttribute(this.nsAttributeName(Hi),(i.prefix?i.prefix+":":"")+o+n.ns.localName),t},yr.prototype.isLocalNs=function(e){return e.uri===(this.typeNs||this.ns).uri},wr.prototype=Object.create(Ei.prototype),wr.prototype.fromXML=function(e,t,n){g(t)||(n=t,t="bpmn:Definitions");var i=new rr(W({model:this,lax:!0},n)),r=i.handler(t);return i.fromXML(e,r)},wr.prototype.toXML=function(e,t){var n=new xr(t);return new Promise((function(t,i){try{return t({xml:n.toXML(e)})}catch(e){return i(e)}}))};var Er={bpmn:{name:"BPMN20",uri:"http://www.omg.org/spec/BPMN/20100524/MODEL",prefix:"bpmn",associations:[],types:[{name:"Interface",superClass:["RootElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"operations",type:"Operation",isMany:!0},{name:"implementationRef",isAttr:!0,type:"String"}]},{name:"Operation",superClass:["BaseElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"inMessageRef",type:"Message",isReference:!0},{name:"outMessageRef",type:"Message",isReference:!0},{name:"errorRef",type:"Error",isMany:!0,isReference:!0},{name:"implementationRef",isAttr:!0,type:"String"}]},{name:"EndPoint",superClass:["RootElement"]},{name:"Auditing",superClass:["BaseElement"]},{name:"GlobalTask",superClass:["CallableElement"],properties:[{name:"resources",type:"ResourceRole",isMany:!0}]},{name:"Monitoring",superClass:["BaseElement"]},{name:"Performer",superClass:["ResourceRole"]},{name:"Process",superClass:["FlowElementsContainer","CallableElement"],properties:[{name:"processType",type:"ProcessType",isAttr:!0},{name:"isClosed",isAttr:!0,type:"Boolean"},{name:"auditing",type:"Auditing"},{name:"monitoring",type:"Monitoring"},{name:"properties",type:"Property",isMany:!0},{name:"laneSets",isMany:!0,replaces:"FlowElementsContainer#laneSets",type:"LaneSet"},{name:"flowElements",isMany:!0,replaces:"FlowElementsContainer#flowElements",type:"FlowElement"},{name:"artifacts",type:"Artifact",isMany:!0},{name:"resources",type:"ResourceRole",isMany:!0},{name:"correlationSubscriptions",type:"CorrelationSubscription",isMany:!0},{name:"supports",type:"Process",isMany:!0,isReference:!0},{name:"definitionalCollaborationRef",type:"Collaboration",isAttr:!0,isReference:!0},{name:"isExecutable",isAttr:!0,type:"Boolean"}]},{name:"LaneSet",superClass:["BaseElement"],properties:[{name:"lanes",type:"Lane",isMany:!0},{name:"name",isAttr:!0,type:"String"}]},{name:"Lane",superClass:["BaseElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"partitionElementRef",type:"BaseElement",isAttr:!0,isReference:!0},{name:"partitionElement",type:"BaseElement"},{name:"flowNodeRef",type:"FlowNode",isMany:!0,isReference:!0},{name:"childLaneSet",type:"LaneSet",xml:{serialize:"xsi:type"}}]},{name:"GlobalManualTask",superClass:["GlobalTask"]},{name:"ManualTask",superClass:["Task"]},{name:"UserTask",superClass:["Task"],properties:[{name:"renderings",type:"Rendering",isMany:!0},{name:"implementation",isAttr:!0,type:"String"}]},{name:"Rendering",superClass:["BaseElement"]},{name:"HumanPerformer",superClass:["Performer"]},{name:"PotentialOwner",superClass:["HumanPerformer"]},{name:"GlobalUserTask",superClass:["GlobalTask"],properties:[{name:"implementation",isAttr:!0,type:"String"},{name:"renderings",type:"Rendering",isMany:!0}]},{name:"Gateway",isAbstract:!0,superClass:["FlowNode"],properties:[{name:"gatewayDirection",type:"GatewayDirection",default:"Unspecified",isAttr:!0}]},{name:"EventBasedGateway",superClass:["Gateway"],properties:[{name:"instantiate",default:!1,isAttr:!0,type:"Boolean"},{name:"eventGatewayType",type:"EventBasedGatewayType",isAttr:!0,default:"Exclusive"}]},{name:"ComplexGateway",superClass:["Gateway"],properties:[{name:"activationCondition",type:"Expression",xml:{serialize:"xsi:type"}},{name:"default",type:"SequenceFlow",isAttr:!0,isReference:!0}]},{name:"ExclusiveGateway",superClass:["Gateway"],properties:[{name:"default",type:"SequenceFlow",isAttr:!0,isReference:!0}]},{name:"InclusiveGateway",superClass:["Gateway"],properties:[{name:"default",type:"SequenceFlow",isAttr:!0,isReference:!0}]},{name:"ParallelGateway",superClass:["Gateway"]},{name:"RootElement",isAbstract:!0,superClass:["BaseElement"]},{name:"Relationship",superClass:["BaseElement"],properties:[{name:"type",isAttr:!0,type:"String"},{name:"direction",type:"RelationshipDirection",isAttr:!0},{name:"source",isMany:!0,isReference:!0,type:"Element"},{name:"target",isMany:!0,isReference:!0,type:"Element"}]},{name:"BaseElement",isAbstract:!0,properties:[{name:"id",isAttr:!0,type:"String",isId:!0},{name:"documentation",type:"Documentation",isMany:!0},{name:"extensionDefinitions",type:"ExtensionDefinition",isMany:!0,isReference:!0},{name:"extensionElements",type:"ExtensionElements"}]},{name:"Extension",properties:[{name:"mustUnderstand",default:!1,isAttr:!0,type:"Boolean"},{name:"definition",type:"ExtensionDefinition",isAttr:!0,isReference:!0}]},{name:"ExtensionDefinition",properties:[{name:"name",isAttr:!0,type:"String"},{name:"extensionAttributeDefinitions",type:"ExtensionAttributeDefinition",isMany:!0}]},{name:"ExtensionAttributeDefinition",properties:[{name:"name",isAttr:!0,type:"String"},{name:"type",isAttr:!0,type:"String"},{name:"isReference",default:!1,isAttr:!0,type:"Boolean"},{name:"extensionDefinition",type:"ExtensionDefinition",isAttr:!0,isReference:!0}]},{name:"ExtensionElements",properties:[{name:"valueRef",isAttr:!0,isReference:!0,type:"Element"},{name:"values",type:"Element",isMany:!0},{name:"extensionAttributeDefinition",type:"ExtensionAttributeDefinition",isAttr:!0,isReference:!0}]},{name:"Documentation",superClass:["BaseElement"],properties:[{name:"text",type:"String",isBody:!0},{name:"textFormat",default:"text/plain",isAttr:!0,type:"String"}]},{name:"Event",isAbstract:!0,superClass:["FlowNode","InteractionNode"],properties:[{name:"properties",type:"Property",isMany:!0}]},{name:"IntermediateCatchEvent",superClass:["CatchEvent"]},{name:"IntermediateThrowEvent",superClass:["ThrowEvent"]},{name:"EndEvent",superClass:["ThrowEvent"]},{name:"StartEvent",superClass:["CatchEvent"],properties:[{name:"isInterrupting",default:!0,isAttr:!0,type:"Boolean"}]},{name:"ThrowEvent",isAbstract:!0,superClass:["Event"],properties:[{name:"dataInputs",type:"DataInput",isMany:!0},{name:"dataInputAssociations",type:"DataInputAssociation",isMany:!0},{name:"inputSet",type:"InputSet"},{name:"eventDefinitions",type:"EventDefinition",isMany:!0},{name:"eventDefinitionRef",type:"EventDefinition",isMany:!0,isReference:!0}]},{name:"CatchEvent",isAbstract:!0,superClass:["Event"],properties:[{name:"parallelMultiple",isAttr:!0,type:"Boolean",default:!1},{name:"dataOutputs",type:"DataOutput",isMany:!0},{name:"dataOutputAssociations",type:"DataOutputAssociation",isMany:!0},{name:"outputSet",type:"OutputSet"},{name:"eventDefinitions",type:"EventDefinition",isMany:!0},{name:"eventDefinitionRef",type:"EventDefinition",isMany:!0,isReference:!0}]},{name:"BoundaryEvent",superClass:["CatchEvent"],properties:[{name:"cancelActivity",default:!0,isAttr:!0,type:"Boolean"},{name:"attachedToRef",type:"Activity",isAttr:!0,isReference:!0}]},{name:"EventDefinition",isAbstract:!0,superClass:["RootElement"]},{name:"CancelEventDefinition",superClass:["EventDefinition"]},{name:"ErrorEventDefinition",superClass:["EventDefinition"],properties:[{name:"errorRef",type:"Error",isAttr:!0,isReference:!0}]},{name:"TerminateEventDefinition",superClass:["EventDefinition"]},{name:"EscalationEventDefinition",superClass:["EventDefinition"],properties:[{name:"escalationRef",type:"Escalation",isAttr:!0,isReference:!0}]},{name:"Escalation",properties:[{name:"structureRef",type:"ItemDefinition",isAttr:!0,isReference:!0},{name:"name",isAttr:!0,type:"String"},{name:"escalationCode",isAttr:!0,type:"String"}],superClass:["RootElement"]},{name:"CompensateEventDefinition",superClass:["EventDefinition"],properties:[{name:"waitForCompletion",isAttr:!0,type:"Boolean",default:!0},{name:"activityRef",type:"Activity",isAttr:!0,isReference:!0}]},{name:"TimerEventDefinition",superClass:["EventDefinition"],properties:[{name:"timeDate",type:"Expression",xml:{serialize:"xsi:type"}},{name:"timeCycle",type:"Expression",xml:{serialize:"xsi:type"}},{name:"timeDuration",type:"Expression",xml:{serialize:"xsi:type"}}]},{name:"LinkEventDefinition",superClass:["EventDefinition"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"target",type:"LinkEventDefinition",isAttr:!0,isReference:!0},{name:"source",type:"LinkEventDefinition",isMany:!0,isReference:!0}]},{name:"MessageEventDefinition",superClass:["EventDefinition"],properties:[{name:"messageRef",type:"Message",isAttr:!0,isReference:!0},{name:"operationRef",type:"Operation",isAttr:!0,isReference:!0}]},{name:"ConditionalEventDefinition",superClass:["EventDefinition"],properties:[{name:"condition",type:"Expression",xml:{serialize:"xsi:type"}}]},{name:"SignalEventDefinition",superClass:["EventDefinition"],properties:[{name:"signalRef",type:"Signal",isAttr:!0,isReference:!0}]},{name:"Signal",superClass:["RootElement"],properties:[{name:"structureRef",type:"ItemDefinition",isAttr:!0,isReference:!0},{name:"name",isAttr:!0,type:"String"}]},{name:"ImplicitThrowEvent",superClass:["ThrowEvent"]},{name:"DataState",superClass:["BaseElement"],properties:[{name:"name",isAttr:!0,type:"String"}]},{name:"ItemAwareElement",superClass:["BaseElement"],properties:[{name:"itemSubjectRef",type:"ItemDefinition",isAttr:!0,isReference:!0},{name:"dataState",type:"DataState"}]},{name:"DataAssociation",superClass:["BaseElement"],properties:[{name:"sourceRef",type:"ItemAwareElement",isMany:!0,isReference:!0},{name:"targetRef",type:"ItemAwareElement",isReference:!0},{name:"transformation",type:"FormalExpression",xml:{serialize:"property"}},{name:"assignment",type:"Assignment",isMany:!0}]},{name:"DataInput",superClass:["ItemAwareElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"isCollection",default:!1,isAttr:!0,type:"Boolean"},{name:"inputSetRef",type:"InputSet",isMany:!0,isVirtual:!0,isReference:!0},{name:"inputSetWithOptional",type:"InputSet",isMany:!0,isVirtual:!0,isReference:!0},{name:"inputSetWithWhileExecuting",type:"InputSet",isMany:!0,isVirtual:!0,isReference:!0}]},{name:"DataOutput",superClass:["ItemAwareElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"isCollection",default:!1,isAttr:!0,type:"Boolean"},{name:"outputSetRef",type:"OutputSet",isMany:!0,isVirtual:!0,isReference:!0},{name:"outputSetWithOptional",type:"OutputSet",isMany:!0,isVirtual:!0,isReference:!0},{name:"outputSetWithWhileExecuting",type:"OutputSet",isMany:!0,isVirtual:!0,isReference:!0}]},{name:"InputSet",superClass:["BaseElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"dataInputRefs",type:"DataInput",isMany:!0,isReference:!0},{name:"optionalInputRefs",type:"DataInput",isMany:!0,isReference:!0},{name:"whileExecutingInputRefs",type:"DataInput",isMany:!0,isReference:!0},{name:"outputSetRefs",type:"OutputSet",isMany:!0,isReference:!0}]},{name:"OutputSet",superClass:["BaseElement"],properties:[{name:"dataOutputRefs",type:"DataOutput",isMany:!0,isReference:!0},{name:"name",isAttr:!0,type:"String"},{name:"inputSetRefs",type:"InputSet",isMany:!0,isReference:!0},{name:"optionalOutputRefs",type:"DataOutput",isMany:!0,isReference:!0},{name:"whileExecutingOutputRefs",type:"DataOutput",isMany:!0,isReference:!0}]},{name:"Property",superClass:["ItemAwareElement"],properties:[{name:"name",isAttr:!0,type:"String"}]},{name:"DataInputAssociation",superClass:["DataAssociation"]},{name:"DataOutputAssociation",superClass:["DataAssociation"]},{name:"InputOutputSpecification",superClass:["BaseElement"],properties:[{name:"dataInputs",type:"DataInput",isMany:!0},{name:"dataOutputs",type:"DataOutput",isMany:!0},{name:"inputSets",type:"InputSet",isMany:!0},{name:"outputSets",type:"OutputSet",isMany:!0}]},{name:"DataObject",superClass:["FlowElement","ItemAwareElement"],properties:[{name:"isCollection",default:!1,isAttr:!0,type:"Boolean"}]},{name:"InputOutputBinding",properties:[{name:"inputDataRef",type:"InputSet",isAttr:!0,isReference:!0},{name:"outputDataRef",type:"OutputSet",isAttr:!0,isReference:!0},{name:"operationRef",type:"Operation",isAttr:!0,isReference:!0}]},{name:"Assignment",superClass:["BaseElement"],properties:[{name:"from",type:"Expression",xml:{serialize:"xsi:type"}},{name:"to",type:"Expression",xml:{serialize:"xsi:type"}}]},{name:"DataStore",superClass:["RootElement","ItemAwareElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"capacity",isAttr:!0,type:"Integer"},{name:"isUnlimited",default:!0,isAttr:!0,type:"Boolean"}]},{name:"DataStoreReference",superClass:["ItemAwareElement","FlowElement"],properties:[{name:"dataStoreRef",type:"DataStore",isAttr:!0,isReference:!0}]},{name:"DataObjectReference",superClass:["ItemAwareElement","FlowElement"],properties:[{name:"dataObjectRef",type:"DataObject",isAttr:!0,isReference:!0}]},{name:"ConversationLink",superClass:["BaseElement"],properties:[{name:"sourceRef",type:"InteractionNode",isAttr:!0,isReference:!0},{name:"targetRef",type:"InteractionNode",isAttr:!0,isReference:!0},{name:"name",isAttr:!0,type:"String"}]},{name:"ConversationAssociation",superClass:["BaseElement"],properties:[{name:"innerConversationNodeRef",type:"ConversationNode",isAttr:!0,isReference:!0},{name:"outerConversationNodeRef",type:"ConversationNode",isAttr:!0,isReference:!0}]},{name:"CallConversation",superClass:["ConversationNode"],properties:[{name:"calledCollaborationRef",type:"Collaboration",isAttr:!0,isReference:!0},{name:"participantAssociations",type:"ParticipantAssociation",isMany:!0}]},{name:"Conversation",superClass:["ConversationNode"]},{name:"SubConversation",superClass:["ConversationNode"],properties:[{name:"conversationNodes",type:"ConversationNode",isMany:!0}]},{name:"ConversationNode",isAbstract:!0,superClass:["InteractionNode","BaseElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"participantRef",type:"Participant",isMany:!0,isReference:!0},{name:"messageFlowRefs",type:"MessageFlow",isMany:!0,isReference:!0},{name:"correlationKeys",type:"CorrelationKey",isMany:!0}]},{name:"GlobalConversation",superClass:["Collaboration"]},{name:"PartnerEntity",superClass:["RootElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"participantRef",type:"Participant",isMany:!0,isReference:!0}]},{name:"PartnerRole",superClass:["RootElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"participantRef",type:"Participant",isMany:!0,isReference:!0}]},{name:"CorrelationProperty",superClass:["RootElement"],properties:[{name:"correlationPropertyRetrievalExpression",type:"CorrelationPropertyRetrievalExpression",isMany:!0},{name:"name",isAttr:!0,type:"String"},{name:"type",type:"ItemDefinition",isAttr:!0,isReference:!0}]},{name:"Error",superClass:["RootElement"],properties:[{name:"structureRef",type:"ItemDefinition",isAttr:!0,isReference:!0},{name:"name",isAttr:!0,type:"String"},{name:"errorCode",isAttr:!0,type:"String"}]},{name:"CorrelationKey",superClass:["BaseElement"],properties:[{name:"correlationPropertyRef",type:"CorrelationProperty",isMany:!0,isReference:!0},{name:"name",isAttr:!0,type:"String"}]},{name:"Expression",superClass:["BaseElement"],isAbstract:!1,properties:[{name:"body",isBody:!0,type:"String"}]},{name:"FormalExpression",superClass:["Expression"],properties:[{name:"language",isAttr:!0,type:"String"},{name:"evaluatesToTypeRef",type:"ItemDefinition",isAttr:!0,isReference:!0}]},{name:"Message",superClass:["RootElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"itemRef",type:"ItemDefinition",isAttr:!0,isReference:!0}]},{name:"ItemDefinition",superClass:["RootElement"],properties:[{name:"itemKind",type:"ItemKind",isAttr:!0},{name:"structureRef",isAttr:!0,type:"String"},{name:"isCollection",default:!1,isAttr:!0,type:"Boolean"},{name:"import",type:"Import",isAttr:!0,isReference:!0}]},{name:"FlowElement",isAbstract:!0,superClass:["BaseElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"auditing",type:"Auditing"},{name:"monitoring",type:"Monitoring"},{name:"categoryValueRef",type:"CategoryValue",isMany:!0,isReference:!0}]},{name:"SequenceFlow",superClass:["FlowElement"],properties:[{name:"isImmediate",isAttr:!0,type:"Boolean"},{name:"conditionExpression",type:"Expression",xml:{serialize:"xsi:type"}},{name:"sourceRef",type:"FlowNode",isAttr:!0,isReference:!0},{name:"targetRef",type:"FlowNode",isAttr:!0,isReference:!0}]},{name:"FlowElementsContainer",isAbstract:!0,superClass:["BaseElement"],properties:[{name:"laneSets",type:"LaneSet",isMany:!0},{name:"flowElements",type:"FlowElement",isMany:!0}]},{name:"CallableElement",isAbstract:!0,superClass:["RootElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"ioSpecification",type:"InputOutputSpecification",xml:{serialize:"property"}},{name:"supportedInterfaceRef",type:"Interface",isMany:!0,isReference:!0},{name:"ioBinding",type:"InputOutputBinding",isMany:!0,xml:{serialize:"property"}}]},{name:"FlowNode",isAbstract:!0,superClass:["FlowElement"],properties:[{name:"incoming",type:"SequenceFlow",isMany:!0,isReference:!0},{name:"outgoing",type:"SequenceFlow",isMany:!0,isReference:!0},{name:"lanes",type:"Lane",isMany:!0,isVirtual:!0,isReference:!0}]},{name:"CorrelationPropertyRetrievalExpression",superClass:["BaseElement"],properties:[{name:"messagePath",type:"FormalExpression"},{name:"messageRef",type:"Message",isAttr:!0,isReference:!0}]},{name:"CorrelationPropertyBinding",superClass:["BaseElement"],properties:[{name:"dataPath",type:"FormalExpression"},{name:"correlationPropertyRef",type:"CorrelationProperty",isAttr:!0,isReference:!0}]},{name:"Resource",superClass:["RootElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"resourceParameters",type:"ResourceParameter",isMany:!0}]},{name:"ResourceParameter",superClass:["BaseElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"isRequired",isAttr:!0,type:"Boolean"},{name:"type",type:"ItemDefinition",isAttr:!0,isReference:!0}]},{name:"CorrelationSubscription",superClass:["BaseElement"],properties:[{name:"correlationKeyRef",type:"CorrelationKey",isAttr:!0,isReference:!0},{name:"correlationPropertyBinding",type:"CorrelationPropertyBinding",isMany:!0}]},{name:"MessageFlow",superClass:["BaseElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"sourceRef",type:"InteractionNode",isAttr:!0,isReference:!0},{name:"targetRef",type:"InteractionNode",isAttr:!0,isReference:!0},{name:"messageRef",type:"Message",isAttr:!0,isReference:!0}]},{name:"MessageFlowAssociation",superClass:["BaseElement"],properties:[{name:"innerMessageFlowRef",type:"MessageFlow",isAttr:!0,isReference:!0},{name:"outerMessageFlowRef",type:"MessageFlow",isAttr:!0,isReference:!0}]},{name:"InteractionNode",isAbstract:!0,properties:[{name:"incomingConversationLinks",type:"ConversationLink",isMany:!0,isVirtual:!0,isReference:!0},{name:"outgoingConversationLinks",type:"ConversationLink",isMany:!0,isVirtual:!0,isReference:!0}]},{name:"Participant",superClass:["InteractionNode","BaseElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"interfaceRef",type:"Interface",isMany:!0,isReference:!0},{name:"participantMultiplicity",type:"ParticipantMultiplicity"},{name:"endPointRefs",type:"EndPoint",isMany:!0,isReference:!0},{name:"processRef",type:"Process",isAttr:!0,isReference:!0}]},{name:"ParticipantAssociation",superClass:["BaseElement"],properties:[{name:"innerParticipantRef",type:"Participant",isAttr:!0,isReference:!0},{name:"outerParticipantRef",type:"Participant",isAttr:!0,isReference:!0}]},{name:"ParticipantMultiplicity",properties:[{name:"minimum",default:0,isAttr:!0,type:"Integer"},{name:"maximum",default:1,isAttr:!0,type:"Integer"}],superClass:["BaseElement"]},{name:"Collaboration",superClass:["RootElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"isClosed",isAttr:!0,type:"Boolean"},{name:"participants",type:"Participant",isMany:!0},{name:"messageFlows",type:"MessageFlow",isMany:!0},{name:"artifacts",type:"Artifact",isMany:!0},{name:"conversations",type:"ConversationNode",isMany:!0},{name:"conversationAssociations",type:"ConversationAssociation"},{name:"participantAssociations",type:"ParticipantAssociation",isMany:!0},{name:"messageFlowAssociations",type:"MessageFlowAssociation",isMany:!0},{name:"correlationKeys",type:"CorrelationKey",isMany:!0},{name:"choreographyRef",type:"Choreography",isMany:!0,isReference:!0},{name:"conversationLinks",type:"ConversationLink",isMany:!0}]},{name:"ChoreographyActivity",isAbstract:!0,superClass:["FlowNode"],properties:[{name:"participantRef",type:"Participant",isMany:!0,isReference:!0},{name:"initiatingParticipantRef",type:"Participant",isAttr:!0,isReference:!0},{name:"correlationKeys",type:"CorrelationKey",isMany:!0},{name:"loopType",type:"ChoreographyLoopType",default:"None",isAttr:!0}]},{name:"CallChoreography",superClass:["ChoreographyActivity"],properties:[{name:"calledChoreographyRef",type:"Choreography",isAttr:!0,isReference:!0},{name:"participantAssociations",type:"ParticipantAssociation",isMany:!0}]},{name:"SubChoreography",superClass:["ChoreographyActivity","FlowElementsContainer"],properties:[{name:"artifacts",type:"Artifact",isMany:!0}]},{name:"ChoreographyTask",superClass:["ChoreographyActivity"],properties:[{name:"messageFlowRef",type:"MessageFlow",isMany:!0,isReference:!0}]},{name:"Choreography",superClass:["Collaboration","FlowElementsContainer"]},{name:"GlobalChoreographyTask",superClass:["Choreography"],properties:[{name:"initiatingParticipantRef",type:"Participant",isAttr:!0,isReference:!0}]},{name:"TextAnnotation",superClass:["Artifact"],properties:[{name:"text",type:"String"},{name:"textFormat",default:"text/plain",isAttr:!0,type:"String"}]},{name:"Group",superClass:["Artifact"],properties:[{name:"categoryValueRef",type:"CategoryValue",isAttr:!0,isReference:!0}]},{name:"Association",superClass:["Artifact"],properties:[{name:"associationDirection",type:"AssociationDirection",isAttr:!0},{name:"sourceRef",type:"BaseElement",isAttr:!0,isReference:!0},{name:"targetRef",type:"BaseElement",isAttr:!0,isReference:!0}]},{name:"Category",superClass:["RootElement"],properties:[{name:"categoryValue",type:"CategoryValue",isMany:!0},{name:"name",isAttr:!0,type:"String"}]},{name:"Artifact",isAbstract:!0,superClass:["BaseElement"]},{name:"CategoryValue",superClass:["BaseElement"],properties:[{name:"categorizedFlowElements",type:"FlowElement",isMany:!0,isVirtual:!0,isReference:!0},{name:"value",isAttr:!0,type:"String"}]},{name:"Activity",isAbstract:!0,superClass:["FlowNode"],properties:[{name:"isForCompensation",default:!1,isAttr:!0,type:"Boolean"},{name:"default",type:"SequenceFlow",isAttr:!0,isReference:!0},{name:"ioSpecification",type:"InputOutputSpecification",xml:{serialize:"property"}},{name:"boundaryEventRefs",type:"BoundaryEvent",isMany:!0,isReference:!0},{name:"properties",type:"Property",isMany:!0},{name:"dataInputAssociations",type:"DataInputAssociation",isMany:!0},{name:"dataOutputAssociations",type:"DataOutputAssociation",isMany:!0},{name:"startQuantity",default:1,isAttr:!0,type:"Integer"},{name:"resources",type:"ResourceRole",isMany:!0},{name:"completionQuantity",default:1,isAttr:!0,type:"Integer"},{name:"loopCharacteristics",type:"LoopCharacteristics"}]},{name:"ServiceTask",superClass:["Task"],properties:[{name:"implementation",isAttr:!0,type:"String"},{name:"operationRef",type:"Operation",isAttr:!0,isReference:!0}]},{name:"SubProcess",superClass:["Activity","FlowElementsContainer","InteractionNode"],properties:[{name:"triggeredByEvent",default:!1,isAttr:!0,type:"Boolean"},{name:"artifacts",type:"Artifact",isMany:!0}]},{name:"LoopCharacteristics",isAbstract:!0,superClass:["BaseElement"]},{name:"MultiInstanceLoopCharacteristics",superClass:["LoopCharacteristics"],properties:[{name:"isSequential",default:!1,isAttr:!0,type:"Boolean"},{name:"behavior",type:"MultiInstanceBehavior",default:"All",isAttr:!0},{name:"loopCardinality",type:"Expression",xml:{serialize:"xsi:type"}},{name:"loopDataInputRef",type:"ItemAwareElement",isReference:!0},{name:"loopDataOutputRef",type:"ItemAwareElement",isReference:!0},{name:"inputDataItem",type:"DataInput",xml:{serialize:"property"}},{name:"outputDataItem",type:"DataOutput",xml:{serialize:"property"}},{name:"complexBehaviorDefinition",type:"ComplexBehaviorDefinition",isMany:!0},{name:"completionCondition",type:"Expression",xml:{serialize:"xsi:type"}},{name:"oneBehaviorEventRef",type:"EventDefinition",isAttr:!0,isReference:!0},{name:"noneBehaviorEventRef",type:"EventDefinition",isAttr:!0,isReference:!0}]},{name:"StandardLoopCharacteristics",superClass:["LoopCharacteristics"],properties:[{name:"testBefore",default:!1,isAttr:!0,type:"Boolean"},{name:"loopCondition",type:"Expression",xml:{serialize:"xsi:type"}},{name:"loopMaximum",type:"Integer",isAttr:!0}]},{name:"CallActivity",superClass:["Activity","InteractionNode"],properties:[{name:"calledElement",type:"String",isAttr:!0}]},{name:"Task",superClass:["Activity","InteractionNode"]},{name:"SendTask",superClass:["Task"],properties:[{name:"implementation",isAttr:!0,type:"String"},{name:"operationRef",type:"Operation",isAttr:!0,isReference:!0},{name:"messageRef",type:"Message",isAttr:!0,isReference:!0}]},{name:"ReceiveTask",superClass:["Task"],properties:[{name:"implementation",isAttr:!0,type:"String"},{name:"instantiate",default:!1,isAttr:!0,type:"Boolean"},{name:"operationRef",type:"Operation",isAttr:!0,isReference:!0},{name:"messageRef",type:"Message",isAttr:!0,isReference:!0}]},{name:"ScriptTask",superClass:["Task"],properties:[{name:"scriptFormat",isAttr:!0,type:"String"},{name:"script",type:"String"}]},{name:"BusinessRuleTask",superClass:["Task"],properties:[{name:"implementation",isAttr:!0,type:"String"}]},{name:"AdHocSubProcess",superClass:["SubProcess"],properties:[{name:"completionCondition",type:"Expression",xml:{serialize:"xsi:type"}},{name:"ordering",type:"AdHocOrdering",isAttr:!0},{name:"cancelRemainingInstances",default:!0,isAttr:!0,type:"Boolean"}]},{name:"Transaction",superClass:["SubProcess"],properties:[{name:"protocol",isAttr:!0,type:"String"},{name:"method",isAttr:!0,type:"String"}]},{name:"GlobalScriptTask",superClass:["GlobalTask"],properties:[{name:"scriptLanguage",isAttr:!0,type:"String"},{name:"script",isAttr:!0,type:"String"}]},{name:"GlobalBusinessRuleTask",superClass:["GlobalTask"],properties:[{name:"implementation",isAttr:!0,type:"String"}]},{name:"ComplexBehaviorDefinition",superClass:["BaseElement"],properties:[{name:"condition",type:"FormalExpression"},{name:"event",type:"ImplicitThrowEvent"}]},{name:"ResourceRole",superClass:["BaseElement"],properties:[{name:"resourceRef",type:"Resource",isReference:!0},{name:"resourceParameterBindings",type:"ResourceParameterBinding",isMany:!0},{name:"resourceAssignmentExpression",type:"ResourceAssignmentExpression"},{name:"name",isAttr:!0,type:"String"}]},{name:"ResourceParameterBinding",properties:[{name:"expression",type:"Expression",xml:{serialize:"xsi:type"}},{name:"parameterRef",type:"ResourceParameter",isAttr:!0,isReference:!0}],superClass:["BaseElement"]},{name:"ResourceAssignmentExpression",properties:[{name:"expression",type:"Expression",xml:{serialize:"xsi:type"}}],superClass:["BaseElement"]},{name:"Import",properties:[{name:"importType",isAttr:!0,type:"String"},{name:"location",isAttr:!0,type:"String"},{name:"namespace",isAttr:!0,type:"String"}]},{name:"Definitions",superClass:["BaseElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"targetNamespace",isAttr:!0,type:"String"},{name:"expressionLanguage",default:"http://www.w3.org/1999/XPath",isAttr:!0,type:"String"},{name:"typeLanguage",default:"http://www.w3.org/2001/XMLSchema",isAttr:!0,type:"String"},{name:"imports",type:"Import",isMany:!0},{name:"extensions",type:"Extension",isMany:!0},{name:"rootElements",type:"RootElement",isMany:!0},{name:"diagrams",isMany:!0,type:"bpmndi:BPMNDiagram"},{name:"exporter",isAttr:!0,type:"String"},{name:"relationships",type:"Relationship",isMany:!0},{name:"exporterVersion",isAttr:!0,type:"String"}]}],enumerations:[{name:"ProcessType",literalValues:[{name:"None"},{name:"Public"},{name:"Private"}]},{name:"GatewayDirection",literalValues:[{name:"Unspecified"},{name:"Converging"},{name:"Diverging"},{name:"Mixed"}]},{name:"EventBasedGatewayType",literalValues:[{name:"Parallel"},{name:"Exclusive"}]},{name:"RelationshipDirection",literalValues:[{name:"None"},{name:"Forward"},{name:"Backward"},{name:"Both"}]},{name:"ItemKind",literalValues:[{name:"Physical"},{name:"Information"}]},{name:"ChoreographyLoopType",literalValues:[{name:"None"},{name:"Standard"},{name:"MultiInstanceSequential"},{name:"MultiInstanceParallel"}]},{name:"AssociationDirection",literalValues:[{name:"None"},{name:"One"},{name:"Both"}]},{name:"MultiInstanceBehavior",literalValues:[{name:"None"},{name:"One"},{name:"All"},{name:"Complex"}]},{name:"AdHocOrdering",literalValues:[{name:"Parallel"},{name:"Sequential"}]}],xml:{tagAlias:"lowerCase",typePrefix:"t"}},bpmndi:{name:"BPMNDI",uri:"http://www.omg.org/spec/BPMN/20100524/DI",prefix:"bpmndi",types:[{name:"BPMNDiagram",properties:[{name:"plane",type:"BPMNPlane",redefines:"di:Diagram#rootElement"},{name:"labelStyle",type:"BPMNLabelStyle",isMany:!0}],superClass:["di:Diagram"]},{name:"BPMNPlane",properties:[{name:"bpmnElement",isAttr:!0,isReference:!0,type:"bpmn:BaseElement",redefines:"di:DiagramElement#modelElement"}],superClass:["di:Plane"]},{name:"BPMNShape",properties:[{name:"bpmnElement",isAttr:!0,isReference:!0,type:"bpmn:BaseElement",redefines:"di:DiagramElement#modelElement"},{name:"isHorizontal",isAttr:!0,type:"Boolean"},{name:"isExpanded",isAttr:!0,type:"Boolean"},{name:"isMarkerVisible",isAttr:!0,type:"Boolean"},{name:"label",type:"BPMNLabel"},{name:"isMessageVisible",isAttr:!0,type:"Boolean"},{name:"participantBandKind",type:"ParticipantBandKind",isAttr:!0},{name:"choreographyActivityShape",type:"BPMNShape",isAttr:!0,isReference:!0}],superClass:["di:LabeledShape"]},{name:"BPMNEdge",properties:[{name:"label",type:"BPMNLabel"},{name:"bpmnElement",isAttr:!0,isReference:!0,type:"bpmn:BaseElement",redefines:"di:DiagramElement#modelElement"},{name:"sourceElement",isAttr:!0,isReference:!0,type:"di:DiagramElement",redefines:"di:Edge#source"},{name:"targetElement",isAttr:!0,isReference:!0,type:"di:DiagramElement",redefines:"di:Edge#target"},{name:"messageVisibleKind",type:"MessageVisibleKind",isAttr:!0,default:"initiating"}],superClass:["di:LabeledEdge"]},{name:"BPMNLabel",properties:[{name:"labelStyle",type:"BPMNLabelStyle",isAttr:!0,isReference:!0,redefines:"di:DiagramElement#style"}],superClass:["di:Label"]},{name:"BPMNLabelStyle",properties:[{name:"font",type:"dc:Font"}],superClass:["di:Style"]}],enumerations:[{name:"ParticipantBandKind",literalValues:[{name:"top_initiating"},{name:"middle_initiating"},{name:"bottom_initiating"},{name:"top_non_initiating"},{name:"middle_non_initiating"},{name:"bottom_non_initiating"}]},{name:"MessageVisibleKind",literalValues:[{name:"initiating"},{name:"non_initiating"}]}],associations:[]},dc:{name:"DC",uri:"http://www.omg.org/spec/DD/20100524/DC",prefix:"dc",types:[{name:"Boolean"},{name:"Integer"},{name:"Real"},{name:"String"},{name:"Font",properties:[{name:"name",type:"String",isAttr:!0},{name:"size",type:"Real",isAttr:!0},{name:"isBold",type:"Boolean",isAttr:!0},{name:"isItalic",type:"Boolean",isAttr:!0},{name:"isUnderline",type:"Boolean",isAttr:!0},{name:"isStrikeThrough",type:"Boolean",isAttr:!0}]},{name:"Point",properties:[{name:"x",type:"Real",default:"0",isAttr:!0},{name:"y",type:"Real",default:"0",isAttr:!0}]},{name:"Bounds",properties:[{name:"x",type:"Real",default:"0",isAttr:!0},{name:"y",type:"Real",default:"0",isAttr:!0},{name:"width",type:"Real",isAttr:!0},{name:"height",type:"Real",isAttr:!0}]}],associations:[]},di:{name:"DI",uri:"http://www.omg.org/spec/DD/20100524/DI",prefix:"di",types:[{name:"DiagramElement",isAbstract:!0,properties:[{name:"id",isAttr:!0,isId:!0,type:"String"},{name:"extension",type:"Extension"},{name:"owningDiagram",type:"Diagram",isReadOnly:!0,isVirtual:!0,isReference:!0},{name:"owningElement",type:"DiagramElement",isReadOnly:!0,isVirtual:!0,isReference:!0},{name:"modelElement",isReadOnly:!0,isVirtual:!0,isReference:!0,type:"Element"},{name:"style",type:"Style",isReadOnly:!0,isVirtual:!0,isReference:!0},{name:"ownedElement",type:"DiagramElement",isReadOnly:!0,isMany:!0,isVirtual:!0}]},{name:"Node",isAbstract:!0,superClass:["DiagramElement"]},{name:"Edge",isAbstract:!0,superClass:["DiagramElement"],properties:[{name:"source",type:"DiagramElement",isReadOnly:!0,isVirtual:!0,isReference:!0},{name:"target",type:"DiagramElement",isReadOnly:!0,isVirtual:!0,isReference:!0},{name:"waypoint",isUnique:!1,isMany:!0,type:"dc:Point",xml:{serialize:"xsi:type"}}]},{name:"Diagram",isAbstract:!0,properties:[{name:"id",isAttr:!0,isId:!0,type:"String"},{name:"rootElement",type:"DiagramElement",isReadOnly:!0,isVirtual:!0},{name:"name",isAttr:!0,type:"String"},{name:"documentation",isAttr:!0,type:"String"},{name:"resolution",isAttr:!0,type:"Real"},{name:"ownedStyle",type:"Style",isReadOnly:!0,isMany:!0,isVirtual:!0}]},{name:"Shape",isAbstract:!0,superClass:["Node"],properties:[{name:"bounds",type:"dc:Bounds"}]},{name:"Plane",isAbstract:!0,superClass:["Node"],properties:[{name:"planeElement",type:"DiagramElement",subsettedProperty:"DiagramElement-ownedElement",isMany:!0}]},{name:"LabeledEdge",isAbstract:!0,superClass:["Edge"],properties:[{name:"ownedLabel",type:"Label",isReadOnly:!0,subsettedProperty:"DiagramElement-ownedElement",isMany:!0,isVirtual:!0}]},{name:"LabeledShape",isAbstract:!0,superClass:["Shape"],properties:[{name:"ownedLabel",type:"Label",isReadOnly:!0,subsettedProperty:"DiagramElement-ownedElement",isMany:!0,isVirtual:!0}]},{name:"Label",isAbstract:!0,superClass:["Node"],properties:[{name:"bounds",type:"dc:Bounds"}]},{name:"Style",isAbstract:!0,properties:[{name:"id",isAttr:!0,isId:!0,type:"String"}]},{name:"Extension",properties:[{name:"values",isMany:!0,type:"Element"}]}],associations:[],xml:{tagAlias:"lowerCase"}},bioc:{name:"bpmn.io colors for BPMN",uri:"http://bpmn.io/schema/bpmn/biocolor/1.0",prefix:"bioc",types:[{name:"ColoredShape",extends:["bpmndi:BPMNShape"],properties:[{name:"stroke",isAttr:!0,type:"String"},{name:"fill",isAttr:!0,type:"String"}]},{name:"ColoredEdge",extends:["bpmndi:BPMNEdge"],properties:[{name:"stroke",isAttr:!0,type:"String"},{name:"fill",isAttr:!0,type:"String"}]}],enumerations:[],associations:[]},color:{name:"BPMN in Color",uri:"http://www.omg.org/spec/BPMN/non-normative/color/1.0",prefix:"color",types:[{name:"ColoredLabel",extends:["bpmndi:BPMNLabel"],properties:[{name:"color",isAttr:!0,type:"String"}]},{name:"ColoredShape",extends:["bpmndi:BPMNShape"],properties:[{name:"background-color",isAttr:!0,type:"String"},{name:"border-color",isAttr:!0,type:"String"}]},{name:"ColoredEdge",extends:["bpmndi:BPMNEdge"],properties:[{name:"border-color",isAttr:!0,type:"String"}]}],enumerations:[],associations:[]}};function Sr(e,t){return new wr(W({},Er,e),t)}function Cr(e){return e?"<"+e.$type+(e.id?' id="'+e.id:"")+'" />':"<null>"}function Pr(e){return function(){if(!window.Promise)throw new Error("Promises is not supported in this environment. Please polyfill Promise.");var t=arguments.length;if(!(t>=1&&v(arguments[t-1])))return e.apply(this,arguments);var n=arguments[t-1];console.warn(new Error("Passing callbacks to "+e.name+" is deprecated and will be removed in a future major release. Please switch to promises: https://bpmn.io/l/moving-to-promises.html"));var i=Array.prototype.slice.call(arguments,0,-1);e.apply(this,i).then((function(e){var t=Object.keys(e)[0];return n(null,e[t])}),(function(e){return n(e,e.warnings)}))}}function Mr(e){b(e,"di")||Object.defineProperty(e,"di",{get:function(){throw new Error("Tried to access di from the businessObject. The di is available through the diagram element only. For more information, see https://github.com/bpmn-io/bpmn-js/issues/1472")}})}function Rr(e,t){return e.$instanceOf(t)}function Ar(e,t){var n={},i=[],r={};function o(e,t){return function(n){e(n,t)}}function a(e){n[e.id]=e}function s(n,i){try{var o=r[n.id]&&function(n,i){if(n.gfx)throw new Error(t("already rendered {element}",{element:Cr(n)}));return e.element(n,r[n.id],i)}(n,i);return a(n),o}catch(e){c(e.message,{element:n,error:e}),console.error(t("failed to import {element}",{element:Cr(n)})),console.error(e)}}function c(t,n){e.error(t,n)}function l(e){var n=e.bpmnElement;n?r[n.id]?c(t("multiple DI elements defined for {element}",{element:Cr(n)}),{element:n}):(r[n.id]=e,Mr(n)):c(t("no bpmnElement referenced in {element}",{element:Cr(e)}),{element:e})}function p(e){var t;l(t=e.plane),E(t.planeElement,u)}function u(e){l(e)}function h(){for(;i.length;)i.shift()()}function d(e,t){A(e,t),x(e.ioSpecification,t),b(e.artifacts,t),a(e)}function m(e,t){s(e,t)}function f(e,t){s(e,t)}function v(e,t){s(e,t)}function g(e,t){s(e,t)}function y(e,t){s(e,t)}function b(e,t){E(e,(function(e){Rr(e,"bpmn:Association")?i.push((function(){y(e,t)})):y(e,t)}))}function x(e,t){e&&(E(e.dataInputs,o(v,t)),E(e.dataOutputs,o(g,t)))}function S(e,t){A(e,t),b(e.artifacts,t)}function C(e,t){var n=s(e,t);Rr(e,"bpmn:SubProcess")&&S(e,n||t),Rr(e,"bpmn:Activity")&&x(e.ioSpecification,t),i.push((function(){E(e.dataInputAssociations,o(f,t)),E(e.dataOutputAssociations,o(f,t))}))}function P(e,t){s(e,t)}function M(e,t){i.push((function(){var n=s(e,t);e.childLaneSet&&R(e.childLaneSet,n||t),function(e){E(e.flowNodeRef,(function(t){var n=t.get("lanes");n&&n.push(e)}))}(e)}))}function R(e,t){E(e.lanes,o(M,t))}function A(e,n){!function(e,n){E(e,(function(e){Rr(e,"bpmn:SequenceFlow")?i.push((function(){!function(e,t){s(e,t)}(e,n)})):Rr(e,"bpmn:BoundaryEvent")?i.unshift((function(){C(e,n)})):Rr(e,"bpmn:FlowNode")?C(e,n):Rr(e,"bpmn:DataObject")||(Rr(e,"bpmn:DataStoreReference")||Rr(e,"bpmn:DataObjectReference")?P(e,n):c(t("unrecognized flowElement {element} in context {context}",{element:Cr(e),context:n?Cr(n.businessObject):"null"}),{element:e,context:n}))}))}(e.flowElements,n),e.laneSets&&function(e,t){E(e,o(R,t))}(e.laneSets,n)}function k(e,t){var n=s(e,t),i=e.processRef;i&&d(i,n||t)}return{handleDeferred:h,handleDefinitions:function(a,s){var u=a.diagrams;if(s&&-1===u.indexOf(s))throw new Error(t("diagram not part of bpmn:Definitions"));if(!s&&u&&u.length&&(s=u[0]),!s)throw new Error(t("no diagram to display"));r={},p(s);var f=s.plane;if(!f)throw new Error(t("no plane for {element}",{element:Cr(s)}));var v=f.bpmnElement;if(!v){if(!(v=function(e){return _(e.rootElements,(function(e){return Rr(e,"bpmn:Process")||Rr(e,"bpmn:Collaboration")}))}(a)))throw new Error(t("no process or collaboration to display"));c(t("correcting missing bpmnElement on {plane} to {rootElement}",{plane:Cr(f),rootElement:Cr(v)})),f.bpmnElement=v,l(f)}var g,y,x=function(t,n){return e.root(t,r[t.id],n)}(v,f);if(Rr(v,"bpmn:Process")||Rr(v,"bpmn:SubProcess"))d(v,x);else{if(!Rr(v,"bpmn:Collaboration"))throw new Error(t("unsupported bpmnElement for {plane}: {rootElement}",{plane:Cr(f),rootElement:Cr(v)}));y=x,E((g=v).participants,o(k,y)),b(g.artifacts,y),i.push((function(){!function(e,t){E(e,o(m,t))}(g.messageFlows,y)})),function(e,t){w(e,(function(e){return!n[e.id]&&Rr(e,"bpmn:Process")&&e.laneSets})).forEach(o(d,t))}(a.rootElements,x)}h()},handleSubProcess:S,registerDi:l}}function kr(e,t){var n=Tr(e);return n&&"function"==typeof n.$instanceOf&&n.$instanceOf(t)}function Dr(e,t){return M(t,(function(t){return kr(e,t)}))}function Tr(e){return e&&e.businessObject||e}function zr(e){return e&&e.di}function Or(e,t,n){var i,r,o,a,s=[];function c(e,t){var n=new Ar({root:function(e,t){return i.add(e,t)},element:function(e,t,n){return i.add(e,t,n)},error:function(e,t){s.push({message:e,context:t})}},o);t=t||e.diagrams&&e.diagrams[0];var r=function(e,t){if(!t)return;var n,i=t.plane.bpmnElement,r=i;kr(i,"bpmn:Process")||kr(i,"bpmn:Collaboration")||(r=function(e){var t=e;for(;t;){if(kr(t,"bpmn:Process"))return t;t=t.$parent}}(i));n=kr(r,"bpmn:Collaboration")?r:_(e.rootElements,(function(e){if(kr(e,"bpmn:Collaboration"))return _(e.participants,(function(e){return e.processRef===r}))}));var o=[r];n&&(o=R(n.participants,(function(e){return e.processRef}))).push(n);var a=Br(o),s=[t],c=[i];return E(e.diagrams,(function(e){var t=e.plane.bpmnElement;-1!==a.indexOf(t)&&-1===c.indexOf(t)&&(s.push(e),c.push(t))})),s}(e,t);if(!r)throw new Error(o("no diagram to display"));E(r,(function(t){n.handleDefinitions(e,t)}));var c=t.plane.bpmnElement.id;a.setRootElement(a.findRoot(c+"_plane")||a.findRoot(c))}return new Promise((function(l,p){try{return i=e.get("bpmnImporter"),r=e.get("eventBus"),o=e.get("translate"),a=e.get("canvas"),r.fire("import.render.start",{definitions:t}),c(t,n),r.fire("import.render.complete",{error:undefined,warnings:s}),l({warnings:s})}catch(e){return e.warnings=s,p(e)}}))}function Br(e){var t=[];return E(e,(function(e){e&&(t.push(e),t=t.concat(Br(e.flowElements)))})),t}var jr,Nr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.02 5.57" width="53" height="21"><path fill="currentColor" d="M1.88.92v.14c0 .41-.13.68-.4.8.33.14.46.44.46.86v.33c0 .61-.33.95-.95.95H0V0h.95c.65 0 .93.3.93.92zM.63.57v1.06h.24c.24 0 .38-.1.38-.43V.98c0-.28-.1-.4-.32-.4zm0 1.63v1.22h.36c.2 0 .32-.1.32-.39v-.35c0-.37-.12-.48-.4-.48H.63zM4.18.99v.52c0 .64-.31.98-.94.98h-.3V4h-.62V0h.92c.63 0 .94.35.94.99zM2.94.57v1.35h.3c.2 0 .3-.09.3-.37v-.6c0-.29-.1-.38-.3-.38h-.3zm2.89 2.27L6.25 0h.88v4h-.6V1.12L6.1 3.99h-.6l-.46-2.82v2.82h-.55V0h.87zM8.14 1.1V4h-.56V0h.79L9 2.4V0h.56v4h-.64zm2.49 2.29v.6h-.6v-.6zM12.12 1c0-.63.33-1 .95-1 .61 0 .95.37.95 1v2.04c0 .64-.34 1-.95 1-.62 0-.95-.37-.95-1zm.62 2.08c0 .28.13.39.33.39s.32-.1.32-.4V.98c0-.29-.12-.4-.32-.4s-.33.11-.33.4z"/><path fill="currentColor" d="M0 4.53h14.02v1.04H0zM11.08 0h.63v.62h-.63zm.63 4V1h-.63v2.98z"/></svg>',Lr={verticalAlign:"middle"},Ir={color:"#404040"},Fr={zIndex:"1001",position:"fixed",top:"0",left:"0",right:"0",bottom:"0"},Vr={width:"100%",height:"100%",background:"rgba(40,40,40,0.2)"},Hr={position:"absolute",left:"50%",top:"40%",transform:"translate(-50%)",width:"260px",padding:"10px",background:"white",boxShadow:"0 1px 4px rgba(0,0,0,0.3)",fontFamily:"Helvetica, Arial, sans-serif",fontSize:"14px",display:"flex",lineHeight:"1.3"};function $r(){jr||(ie(jr=Ee('<div class="bjs-powered-by-lightbox"><div class="backdrop"></div><div class="notice"><a href="https://bpmn.io" target="_blank" rel="noopener" class="link"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.02 5.57" width="53" height="21"><path fill="currentColor" d="M1.88.92v.14c0 .41-.13.68-.4.8.33.14.46.44.46.86v.33c0 .61-.33.95-.95.95H0V0h.95c.65 0 .93.3.93.92zM.63.57v1.06h.24c.24 0 .38-.1.38-.43V.98c0-.28-.1-.4-.32-.4zm0 1.63v1.22h.36c.2 0 .32-.1.32-.39v-.35c0-.37-.12-.48-.4-.48H.63zM4.18.99v.52c0 .64-.31.98-.94.98h-.3V4h-.62V0h.92c.63 0 .94.35.94.99zM2.94.57v1.35h.3c.2 0 .3-.09.3-.37v-.6c0-.29-.1-.38-.3-.38h-.3zm2.89 2.27L6.25 0h.88v4h-.6V1.12L6.1 3.99h-.6l-.46-2.82v2.82h-.55V0h.87zM8.14 1.1V4h-.56V0h.79L9 2.4V0h.56v4h-.64zm2.49 2.29v.6h-.6v-.6zM12.12 1c0-.63.33-1 .95-1 .61 0 .95.37.95 1v2.04c0 .64-.34 1-.95 1-.62 0-.95-.37-.95-1zm.62 2.08c0 .28.13.39.33.39s.32-.1.32-.4V.98c0-.29-.12-.4-.32-.4s-.33.11-.33.4z"/><path fill="currentColor" d="M0 4.53h14.02v1.04H0zM11.08 0h.63v.62h-.63zm.63 4V1h-.63v2.98z"/></svg></a><span>Web-based tooling for BPMN, DMN and CMMN diagrams powered by <a href="https://bpmn.io" target="_blank" rel="noopener">bpmn.io</a>.</span></div></div>'),Fr),ie(Pe("svg",jr),Lr),ie(Pe(".backdrop",jr),Vr),ie(Pe(".notice",jr),Hr),ie(Pe(".link",jr),Ir,{margin:"15px 20px 15px 10px",alignSelf:"center"}),we.bind(jr,".backdrop","click",(function(e){document.body.removeChild(jr)}))),document.body.appendChild(jr)}function Gr(e){var t,n;e=W({},Ur,e),this._moddle=this._createModdle(e),this._container=this._createContainer(e),t=this._container,ie(Pe("svg",n=Ee('<a href="http://bpmn.io" target="_blank" class="bjs-powered-by" title="Powered by bpmn.io" >'+Nr+"</a>")),Lr),ie(n,Ir,{position:"absolute",bottom:"15px",right:"15px",zIndex:"100"}),t.appendChild(n),be.bind(n,"click",(function(e){$r(),e.preventDefault()})),this._init(this._container,this._moddle,e)}function Wr(e,t){return e.warnings=t,e}r(Gr,li),Gr.prototype.importXML=Pr((function(e,t){var n=this;return new Promise((function(i,r){e=n._emit("import.parse.start",{xml:e})||e,n._moddle.fromXML(e,"bpmn:Definitions").then((function(e){var o,a,s=e.rootElement,c=e.references,l=e.warnings,p=e.elementsById;s=n._emit("import.parse.complete",(o={error:null,definitions:s,elementsById:p,references:c,warnings:l},a=n.get("eventBus").createEvent(o),Object.defineProperty(a,"context",{enumerable:!0,get:function(){return console.warn(new Error("import.parse.complete <context> is deprecated and will be removed in future library versions")),{warnings:o.warnings,references:o.references,elementsById:o.elementsById}}}),a))||s,n.importDefinitions(s,t).then((function(e){var t=[].concat(l,e.warnings||[]);return n._emit("import.done",{error:null,warnings:t}),i({warnings:t})})).catch((function(e){var t=[].concat(l,e.warnings||[]);return n._emit("import.done",{error:e,warnings:t}),r(Wr(e,t))}))})).catch((function(e){return n._emit("import.parse.complete",{error:e}),e=function(e){var t=/unparsable content <([^>]+)> detected([\s\S]*)$/.exec(e.message);t&&(e.message="unparsable content <"+t[1]+"> detected; this may indicate an invalid BPMN 2.0 diagram file"+t[2]);return e}(e),n._emit("import.done",{error:e,warnings:e.warnings}),r(e)}))}))})),Gr.prototype.importDefinitions=Pr((function(e,t){var n=this;return new Promise((function(i,r){n._setDefinitions(e),n.open(t).then((function(e){var t=e.warnings;return i({warnings:t})})).catch((function(e){return r(e)}))}))})),Gr.prototype.open=Pr((function(e){var t=this._definitions,n=e,i=this;return new Promise((function(r,o){if(!t){var a=new Error("no XML imported");return o(Wr(a,[]))}if("string"==typeof e&&!(n=function(e,t){if(!t)return null;return _(e.diagrams,(function(e){return e.id===t}))||null}(t,e))){var s=new Error("BPMNDiagram <"+e+"> not found");return o(Wr(s,[]))}try{i.clear()}catch(e){return o(Wr(e,[]))}Or(i,t,n).then((function(e){var t=e.warnings;return r({warnings:t})})).catch((function(e){return o(e)}))}))})),Gr.prototype.saveXML=Pr((function(e){e=e||{};var t=this,n=this._definitions;return new Promise((function(i){if(!n)return i({error:new Error("no definitions loaded")});n=t._emit("saveXML.start",{definitions:n})||n,t._moddle.toXML(n,e).then((function(e){var n=e.xml;return n=t._emit("saveXML.serialized",{xml:n})||n,i({xml:n})}))})).catch((function(e){return{error:e}})).then((function(e){t._emit("saveXML.done",e);var n=e.error;return n?Promise.reject(n):e}))})),Gr.prototype.saveSVG=Pr((function(e){var t=this;return new Promise((function(e,n){var i,r;t._emit("saveSVG.start");try{var o=t.get("canvas"),a=o.getActiveLayer(),s=Pe("defs",o._svg),c=nt(a),l=s?"<defs>"+nt(s)+"</defs>":"",p=a.getBBox();i='<?xml version="1.0" encoding="utf-8"?>\n\x3c!-- created with bpmn-js / http://bpmn.io --\x3e\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="'+p.width+'" height="'+p.height+'" viewBox="'+p.x+" "+p.y+" "+p.width+" "+p.height+'" version="1.1">'+l+c+"</svg>"}catch(e){r=e}return t._emit("saveSVG.done",{error:r,svg:i}),r?n(r):e({svg:i})}))})),Gr.prototype._setDefinitions=function(e){this._definitions=e},Gr.prototype.getModules=function(){return this._modules},Gr.prototype.clear=function(){this.getDefinitions()&&li.prototype.clear.call(this)},Gr.prototype.destroy=function(){li.prototype.destroy.call(this),Re(this._container)},Gr.prototype.on=function(e,t,n,i){return this.get("eventBus").on(e,t,n,i)},Gr.prototype.off=function(e,t){this.get("eventBus").off(e,t)},Gr.prototype.attachTo=function(e){if(!e)throw new Error("parentNode required");this.detach(),e.get&&e.constructor.prototype.jquery&&(e=e.get(0)),"string"==typeof e&&(e=Pe(e)),e.appendChild(this._container),this._emit("attach",{}),this.get("canvas").resized()},Gr.prototype.getDefinitions=function(){return this._definitions},Gr.prototype.detach=function(){var e=this._container,t=e.parentNode;t&&(this._emit("detach",{}),t.removeChild(e))},Gr.prototype._init=function(e,t,n){var i=n.modules||this.getModules(),r=n.additionalModules||[],o=[].concat([{bpmnjs:["value",this],moddle:["value",t]}],i,r),a=W(Y(n,["additionalModules"]),{canvas:W({},n.canvas,{container:e}),modules:o});li.call(this,a),n&&n.container&&this.attachTo(n.container)},Gr.prototype._emit=function(e,t){return this.get("eventBus").fire(e,t)},Gr.prototype._createContainer=function(e){var t=Ee('<div class="bjs-container"></div>');return ie(t,{width:qr(e.width),height:qr(e.height),position:e.position}),t},Gr.prototype._createModdle=function(e){return new Sr(W({},this._moddleExtensions,e.moddleExtensions))},Gr.prototype._modules=[];var Ur={width:"100%",height:"100%",position:"relative"};function qr(e){return e+(f(e)?"px":"")}function Kr(e){Gr.call(this,e),this.on("import.parse.complete",(function(e){e.error||this._collectIds(e.definitions,e.elementsById)}),this),this.on("diagram.destroy",(function(){this.get("moddle").ids.clear()}),this)}function Yr(e,t){return!kr(e,"bpmn:CallActivity")&&(kr(e,"bpmn:SubProcess")?!(!(t=t||zr(e))||!kr(t,"bpmndi:BPMNPlane"))||t&&!!t.isExpanded:!kr(e,"bpmn:Participant")||!!Tr(e).processRef)}function Xr(e){return e&&!1!==Tr(e).isInterrupting}function Zr(e){return e&&!!Tr(e).triggeredByEvent}function Qr(e,t){var n=Tr(e),i=!1;return n.eventDefinitions&&E(n.eventDefinitions,(function(e){kr(e,t)&&(i=!0)})),i}function Jr(e){return kr(e,"bpmn:FlowElement")||kr(e,"bpmn:Participant")||kr(e,"bpmn:Lane")||kr(e,"bpmn:SequenceFlow")||kr(e,"bpmn:MessageFlow")||kr(e,"bpmn:DataInput")||kr(e,"bpmn:DataOutput")?"name":kr(e,"bpmn:TextAnnotation")?"text":kr(e,"bpmn:Group")?"categoryValueRef":void 0}function eo(e){var t=e.businessObject,n=Jr(t);if(n)return"categoryValueRef"===n?function(e){var t=e.categoryValueRef;return t&&t.value||""}(t):t[n]||""}r(Kr,Gr),Kr.prototype._createModdle=function(e){var t=Gr.prototype._createModdle.call(this,e);return t.ids=new a([32,36,1]),t},Kr.prototype._collectIds=function(e,t){var n,i=e.$model.ids;for(n in i.clear(),t)i.claim(n,t[n])};var to="hsl(225, 10%, 15%)";function no(e,t,n){return M(e.eventDefinitions,(function(i){return i.$type===t&&function(e,t){return P(t,(function(t,n){return e[n]==t}))}(e,n)}))}function io(e){return e.businessObject}function ro(e,t){var n=zr(e);return n.get("color:background-color")||n.get("bioc:fill")||t||"white"}function oo(e,t){var n=zr(e);return n.get("color:border-color")||n.get("bioc:stroke")||t||to}function ao(e,t,n){var i=zr(e).get("label");return i&&i.get("color:color")||t||oo(e,n)}var so=new a,co=.95;function lo(e,t,n,i,r,o,a){ft.call(this,t,a);var s=e&&e.defaultFillColor,c=e&&e.defaultStrokeColor,l=e&&e.defaultLabelColor,p=so.next(),u={},h=n.computeStyle;function d(e,t){var n=W({fill:to,strokeWidth:1,strokeLinecap:"round",strokeDasharray:"none"},t.attrs),i=t.ref||{x:0,y:0},o=t.scale||1;"none"===n.strokeDasharray&&(n.strokeDasharray=[1e4,1]);var a=Ue("marker");ze(t.element,n),ke(a,t.element),ze(a,{id:e,viewBox:"0 0 20 20",refX:i.x,refY:i.y,markerWidth:20*o,markerHeight:20*o,orient:"auto"});var s=Pe("defs",r._svg);s||(s=Ue("defs"),ke(r._svg,s)),ke(s,a),u[e]=a}function f(e){return e.replace(/[^0-9a-zA-z]+/g,"_")}function v(e,t,n){var i=e+"-"+f(t)+"-"+f(n)+"-"+p;return u[i]||function(e,t,n,i){if("sequenceflow-end"===t){var r=Ue("path");ze(r,{d:"M 1 5 L 11 10 L 1 15 Z"}),d(e,{element:r,ref:{x:11,y:10},scale:.5,attrs:{fill:i,stroke:i}})}if("messageflow-start"===t){var o=Ue("circle");ze(o,{cx:6,cy:6,r:3.5}),d(e,{element:o,attrs:{fill:n,stroke:i},ref:{x:6,y:6}})}if("messageflow-end"===t){var a=Ue("path");ze(a,{d:"m 1 5 l 0 -3 l 7 3 l -7 3 z"}),d(e,{element:a,attrs:{fill:n,stroke:i,strokeLinecap:"butt"},ref:{x:8.5,y:5}})}if("association-start"===t){var s=Ue("path");ze(s,{d:"M 11 5 L 1 10 L 11 15"}),d(e,{element:s,attrs:{fill:"none",stroke:i,strokeWidth:1.5},ref:{x:1,y:10},scale:.5})}if("association-end"===t){var c=Ue("path");ze(c,{d:"M 1 5 L 11 10 L 1 15"}),d(e,{element:c,attrs:{fill:"none",stroke:i,strokeWidth:1.5},ref:{x:12,y:10},scale:.5})}if("conditional-flow-marker"===t){var l=Ue("path");ze(l,{d:"M 0 10 L 8 6 L 16 10 L 8 14 Z"}),d(e,{element:l,attrs:{fill:n,stroke:i},ref:{x:-1,y:10},scale:.5})}if("conditional-default-flow-marker"===t){var p=Ue("path");ze(p,{d:"M 6 4 L 10 16"}),d(e,{element:p,attrs:{stroke:i},ref:{x:0,y:10},scale:.5})}}(i,e,t,n),"url(#"+i+")"}function g(e,t,n,i,r){m(i)&&(r=i,i=0),i=i||0,"none"===(r=h(r,{stroke:to,strokeWidth:2,fill:"white"})).fill&&delete r.fillOpacity;var o=t/2,a=n/2,s=Ue("circle");return ze(s,{cx:o,cy:a,r:Math.round((t+n)/4-i)}),ze(s,r),ke(e,s),s}function y(e,t,n,i,r,o){m(r)&&(o=r,r=0),r=r||0,o=h(o,{stroke:to,strokeWidth:2,fill:"white"});var a=Ue("rect");return ze(a,{x:r,y:r,width:t-2*r,height:n-2*r,rx:i,ry:i}),ze(a,o),ke(e,a),a}function b(e,t,n){var i=yt(t,n=h(n,["no-fill"],{stroke:to,strokeWidth:2,fill:"none"}));return ke(e,i),i}function _(e,t,n){n=h(n,["no-fill"],{strokeWidth:2,stroke:to});var i=Ue("path");return ze(i,{d:t}),ze(i,n),ke(e,i),i}function x(e,t,n,i){return _(t,n,W({"data-marker":e},i))}function w(e){return k[e]}function S(e){return function(t,n){return w(e)(t,n)}}function C(e,t){var n=io(e),i=function(e){return"bpmn:IntermediateThrowEvent"===e.$type||"bpmn:EndEvent"===e.$type}(n);return n.eventDefinitions&&n.eventDefinitions.length>1?n.parallelMultiple?w("bpmn:ParallelMultipleEventDefinition")(t,e,i):w("bpmn:MultipleEventDefinition")(t,e,i):no(n,"bpmn:MessageEventDefinition")?w("bpmn:MessageEventDefinition")(t,e,i):no(n,"bpmn:TimerEventDefinition")?w("bpmn:TimerEventDefinition")(t,e,i):no(n,"bpmn:ConditionalEventDefinition")?w("bpmn:ConditionalEventDefinition")(t,e):no(n,"bpmn:SignalEventDefinition")?w("bpmn:SignalEventDefinition")(t,e,i):no(n,"bpmn:EscalationEventDefinition")?w("bpmn:EscalationEventDefinition")(t,e,i):no(n,"bpmn:LinkEventDefinition")?w("bpmn:LinkEventDefinition")(t,e,i):no(n,"bpmn:ErrorEventDefinition")?w("bpmn:ErrorEventDefinition")(t,e,i):no(n,"bpmn:CancelEventDefinition")?w("bpmn:CancelEventDefinition")(t,e,i):no(n,"bpmn:CompensateEventDefinition")?w("bpmn:CompensateEventDefinition")(t,e,i):no(n,"bpmn:TerminateEventDefinition")?w("bpmn:TerminateEventDefinition")(t,e,i):null}function P(e,t,n){n=W({size:{width:100}},n);var i=o.createText(t||"",n);return Le(i).add("djs-label"),ke(e,i),i}function M(e,t,n){return P(e,io(t).name,{box:t,align:n,padding:5,style:{fill:ao(t,l,c)}})}function R(e,t,n){ni(P(e,t,{box:{height:30,width:n.height},align:"center-middle",style:{fill:ao(n,l,c)}}),0,-(-1*n.height),270)}function A(e){for(var t=e.waypoints,n="m "+t[0].x+","+t[0].y,i=1;i<t.length;i++)n+="L"+t[i].x+","+t[i].y+" ";return n}var k=this.handlers={"bpmn:Event":function(e,t,n){return"fillOpacity"in n||(n.fillOpacity=co),g(e,t.width,t.height,n)},"bpmn:StartEvent":function(e,t){var n={fill:ro(t,s),stroke:oo(t,c)};io(t).isInterrupting||(n={strokeDasharray:"6",strokeLinecap:"round",fill:ro(t,s),stroke:oo(t,c)});var i=w("bpmn:Event")(e,t,n);return C(t,e),i},"bpmn:MessageEventDefinition":function(e,t,n){return _(e,i.getScaledPath("EVENT_MESSAGE",{xScaleFactor:.9,yScaleFactor:.9,containerWidth:t.width,containerHeight:t.height,position:{mx:.235,my:.315}}),{strokeWidth:1,fill:n?oo(t,c):ro(t,s),stroke:n?ro(t,s):oo(t,c)})},"bpmn:TimerEventDefinition":function(e,t){var n=g(e,t.width,t.height,.2*t.height,{strokeWidth:2,fill:ro(t,s),stroke:oo(t,c)});_(e,i.getScaledPath("EVENT_TIMER_WH",{xScaleFactor:.75,yScaleFactor:.75,containerWidth:t.width,containerHeight:t.height,position:{mx:.5,my:.5}}),{strokeWidth:2,strokeLinecap:"square",stroke:oo(t,c)});for(var r=0;r<12;r++){var o=i.getScaledPath("EVENT_TIMER_LINE",{xScaleFactor:.75,yScaleFactor:.75,containerWidth:t.width,containerHeight:t.height,position:{mx:.5,my:.5}}),a=t.width/2;_(e,o,{strokeWidth:1,strokeLinecap:"square",transform:"rotate("+30*r+","+t.height/2+","+a+")",stroke:oo(t,c)})}return n},"bpmn:EscalationEventDefinition":function(e,t,n){return _(e,i.getScaledPath("EVENT_ESCALATION",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:.5,my:.2}}),{strokeWidth:1,fill:n?oo(t,c):"none",stroke:oo(t,c)})},"bpmn:ConditionalEventDefinition":function(e,t){return _(e,i.getScaledPath("EVENT_CONDITIONAL",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:.5,my:.222}}),{strokeWidth:1,stroke:oo(t,c)})},"bpmn:LinkEventDefinition":function(e,t,n){return _(e,i.getScaledPath("EVENT_LINK",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:.57,my:.263}}),{strokeWidth:1,fill:n?oo(t,c):"none",stroke:oo(t,c)})},"bpmn:ErrorEventDefinition":function(e,t,n){return _(e,i.getScaledPath("EVENT_ERROR",{xScaleFactor:1.1,yScaleFactor:1.1,containerWidth:t.width,containerHeight:t.height,position:{mx:.2,my:.722}}),{strokeWidth:1,fill:n?oo(t,c):"none",stroke:oo(t,c)})},"bpmn:CancelEventDefinition":function(e,t,n){var r=_(e,i.getScaledPath("EVENT_CANCEL_45",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:.638,my:-.055}}),{strokeWidth:1,fill:n?oo(t,c):"none",stroke:oo(t,c)});return ri(r,45),r},"bpmn:CompensateEventDefinition":function(e,t,n){return _(e,i.getScaledPath("EVENT_COMPENSATION",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:.22,my:.5}}),{strokeWidth:1,fill:n?oo(t,c):"none",stroke:oo(t,c)})},"bpmn:SignalEventDefinition":function(e,t,n){return _(e,i.getScaledPath("EVENT_SIGNAL",{xScaleFactor:.9,yScaleFactor:.9,containerWidth:t.width,containerHeight:t.height,position:{mx:.5,my:.2}}),{strokeWidth:1,fill:n?oo(t,c):"none",stroke:oo(t,c)})},"bpmn:MultipleEventDefinition":function(e,t,n){return _(e,i.getScaledPath("EVENT_MULTIPLE",{xScaleFactor:1.1,yScaleFactor:1.1,containerWidth:t.width,containerHeight:t.height,position:{mx:.222,my:.36}}),{strokeWidth:1,fill:n?oo(t,c):"none"})},"bpmn:ParallelMultipleEventDefinition":function(e,t){return _(e,i.getScaledPath("EVENT_PARALLEL_MULTIPLE",{xScaleFactor:1.2,yScaleFactor:1.2,containerWidth:t.width,containerHeight:t.height,position:{mx:.458,my:.194}}),{strokeWidth:1,fill:oo(t,c),stroke:oo(t,c)})},"bpmn:EndEvent":function(e,t){var n=w("bpmn:Event")(e,t,{strokeWidth:4,fill:ro(t,s),stroke:oo(t,c)});return C(t,e),n},"bpmn:TerminateEventDefinition":function(e,t){return g(e,t.width,t.height,8,{strokeWidth:4,fill:oo(t,c),stroke:oo(t,c)})},"bpmn:IntermediateEvent":function(e,t){var n=w("bpmn:Event")(e,t,{strokeWidth:1,fill:ro(t,s),stroke:oo(t,c)});return g(e,t.width,t.height,3,{strokeWidth:1,fill:ro(t,"none"),stroke:oo(t,c)}),C(t,e),n},"bpmn:IntermediateCatchEvent":S("bpmn:IntermediateEvent"),"bpmn:IntermediateThrowEvent":S("bpmn:IntermediateEvent"),"bpmn:Activity":function(e,t,n){return"fillOpacity"in(n=n||{})||(n.fillOpacity=co),y(e,t.width,t.height,10,n)},"bpmn:Task":function(e,t){var n={fill:ro(t,s),stroke:oo(t,c)},i=w("bpmn:Activity")(e,t,n);return M(e,t,"center-middle"),D(e,t),i},"bpmn:ServiceTask":function(e,t){var n=w("bpmn:Task")(e,t);return _(e,i.getScaledPath("TASK_TYPE_SERVICE",{abspos:{x:12,y:18}}),{strokeWidth:1,fill:ro(t,s),stroke:oo(t,c)}),_(e,i.getScaledPath("TASK_TYPE_SERVICE_FILL",{abspos:{x:17.2,y:18}}),{strokeWidth:0,fill:ro(t,s)}),_(e,i.getScaledPath("TASK_TYPE_SERVICE",{abspos:{x:17,y:22}}),{strokeWidth:1,fill:ro(t,s),stroke:oo(t,c)}),n},"bpmn:UserTask":function(e,t){var n=w("bpmn:Task")(e,t);return _(e,i.getScaledPath("TASK_TYPE_USER_1",{abspos:{x:15,y:12}}),{strokeWidth:.5,fill:ro(t,s),stroke:oo(t,c)}),_(e,i.getScaledPath("TASK_TYPE_USER_2",{abspos:{x:15,y:12}}),{strokeWidth:.5,fill:ro(t,s),stroke:oo(t,c)}),_(e,i.getScaledPath("TASK_TYPE_USER_3",{abspos:{x:15,y:12}}),{strokeWidth:.5,fill:oo(t,c),stroke:oo(t,c)}),n},"bpmn:ManualTask":function(e,t){var n=w("bpmn:Task")(e,t);return _(e,i.getScaledPath("TASK_TYPE_MANUAL",{abspos:{x:17,y:15}}),{strokeWidth:.5,fill:ro(t,s),stroke:oo(t,c)}),n},"bpmn:SendTask":function(e,t){var n=w("bpmn:Task")(e,t);return _(e,i.getScaledPath("TASK_TYPE_SEND",{xScaleFactor:1,yScaleFactor:1,containerWidth:21,containerHeight:14,position:{mx:.285,my:.357}}),{strokeWidth:1,fill:oo(t,c),stroke:ro(t,s)}),n},"bpmn:ReceiveTask":function(e,t){var n,r=io(t),o=w("bpmn:Task")(e,t);return r.instantiate?(g(e,28,28,4.4,{strokeWidth:1}),n=i.getScaledPath("TASK_TYPE_INSTANTIATING_SEND",{abspos:{x:7.77,y:9.52}})):n=i.getScaledPath("TASK_TYPE_SEND",{xScaleFactor:.9,yScaleFactor:.9,containerWidth:21,containerHeight:14,position:{mx:.3,my:.4}}),_(e,n,{strokeWidth:1,fill:ro(t,s),stroke:oo(t,c)}),o},"bpmn:ScriptTask":function(e,t){var n=w("bpmn:Task")(e,t);return _(e,i.getScaledPath("TASK_TYPE_SCRIPT",{abspos:{x:15,y:20}}),{strokeWidth:1,stroke:oo(t,c)}),n},"bpmn:BusinessRuleTask":function(e,t){var n=w("bpmn:Task")(e,t);return ze(_(e,i.getScaledPath("TASK_TYPE_BUSINESS_RULE_HEADER",{abspos:{x:8,y:8}})),{strokeWidth:1,fill:ro(t,"#aaaaaa"),stroke:oo(t,c)}),ze(_(e,i.getScaledPath("TASK_TYPE_BUSINESS_RULE_MAIN",{abspos:{x:8,y:8}})),{strokeWidth:1,stroke:oo(t,c)}),n},"bpmn:SubProcess":function(e,t,n){n=W({fill:ro(t,s),stroke:oo(t,c)},n);var i=w("bpmn:Activity")(e,t,n),r=Yr(t);return Zr(t)&&ze(i,{strokeDasharray:"1,2"}),M(e,t,r?"center-top":"center-middle"),r?D(e,t):D(e,t,["SubProcessMarker"]),i},"bpmn:AdHocSubProcess":function(e,t){return w("bpmn:SubProcess")(e,t)},"bpmn:Transaction":function(e,t){var i=w("bpmn:SubProcess")(e,t),r=n.style(["no-fill","no-events"],{stroke:oo(t,c)});return y(e,t.width,t.height,8,3,r),i},"bpmn:CallActivity":function(e,t){return w("bpmn:SubProcess")(e,t,{strokeWidth:5})},"bpmn:Participant":function(e,t){var n={fillOpacity:co,fill:ro(t,s),stroke:oo(t,c)},i=w("bpmn:Lane")(e,t,n);Yr(t)?(b(e,[{x:30,y:0},{x:30,y:t.height}],{stroke:oo(t,c)}),R(e,io(t).name,t)):P(e,io(t).name,{box:t,align:"center-middle",style:{fill:ao(t,l,c)}});return!!io(t).participantMultiplicity&&w("ParticipantMultiplicityMarker")(e,t),i},"bpmn:Lane":function(e,t,n){var i=y(e,t.width,t.height,0,W({fill:ro(t,s),fillOpacity:.35,stroke:oo(t,c)},n)),r=io(t);"bpmn:Lane"===r.$type&&R(e,r.name,t);return i},"bpmn:InclusiveGateway":function(e,t){var n=w("bpmn:Gateway")(e,t);return g(e,t.width,t.height,.24*t.height,{strokeWidth:2.5,fill:ro(t,s),stroke:oo(t,c)}),n},"bpmn:ExclusiveGateway":function(e,t){var n=w("bpmn:Gateway")(e,t),r=i.getScaledPath("GATEWAY_EXCLUSIVE",{xScaleFactor:.4,yScaleFactor:.4,containerWidth:t.width,containerHeight:t.height,position:{mx:.32,my:.3}});return zr(t).isMarkerVisible&&_(e,r,{strokeWidth:1,fill:oo(t,c),stroke:oo(t,c)}),n},"bpmn:ComplexGateway":function(e,t){var n=w("bpmn:Gateway")(e,t);return _(e,i.getScaledPath("GATEWAY_COMPLEX",{xScaleFactor:.5,yScaleFactor:.5,containerWidth:t.width,containerHeight:t.height,position:{mx:.46,my:.26}}),{strokeWidth:1,fill:oo(t,c),stroke:oo(t,c)}),n},"bpmn:ParallelGateway":function(e,t){var n=w("bpmn:Gateway")(e,t);return _(e,i.getScaledPath("GATEWAY_PARALLEL",{xScaleFactor:.6,yScaleFactor:.6,containerWidth:t.width,containerHeight:t.height,position:{mx:.46,my:.2}}),{strokeWidth:1,fill:oo(t,c),stroke:oo(t,c)}),n},"bpmn:EventBasedGateway":function(e,t){var n=io(t),r=w("bpmn:Gateway")(e,t);g(e,t.width,t.height,.2*t.height,{strokeWidth:1,fill:"none",stroke:oo(t,c)});var o=n.eventGatewayType,a=!!n.instantiate;if("Parallel"===o){var s=i.getScaledPath("GATEWAY_PARALLEL",{xScaleFactor:.4,yScaleFactor:.4,containerWidth:t.width,containerHeight:t.height,position:{mx:.474,my:.296}});ze(_(e,s),{strokeWidth:1,fill:"none"})}else if("Exclusive"===o){if(!a)ze(g(e,t.width,t.height,.26*t.height),{strokeWidth:1,fill:"none",stroke:oo(t,c)});!function(){var n=i.getScaledPath("GATEWAY_EVENT_BASED",{xScaleFactor:.18,yScaleFactor:.18,containerWidth:t.width,containerHeight:t.height,position:{mx:.36,my:.44}}),r={strokeWidth:2,fill:ro(t,"none"),stroke:oo(t,c)};_(e,n,r)}()}return r},"bpmn:Gateway":function(e,t){var n={fill:ro(t,s),fillOpacity:co,stroke:oo(t,c)};return function(e,t,n,i){var r=t/2,o=n/2,a=[{x:r,y:0},{x:t,y:o},{x:r,y:n},{x:0,y:o}].map((function(e){return e.x+","+e.y})).join(" ");i=h(i,{stroke:to,strokeWidth:2,fill:"white"});var s=Ue("polygon");return ze(s,{points:a}),ze(s,i),ke(e,s),s}(e,t.width,t.height,n)},"bpmn:SequenceFlow":function(e,t){var n,i=A(t),r=ro(t,s),o=oo(t,c),a=_(e,i,{strokeLinejoin:"round",markerEnd:v("sequenceflow-end",r,o),stroke:oo(t,c)}),l=io(t);return t.source&&(n=t.source.businessObject,l.conditionExpression&&n.$instanceOf("bpmn:Activity")&&ze(a,{markerStart:v("conditional-flow-marker",r,o)}),n.default&&(n.$instanceOf("bpmn:Gateway")||n.$instanceOf("bpmn:Activity"))&&n.default===l&&ze(a,{markerStart:v("conditional-default-flow-marker",r,o)})),a},"bpmn:Association":function(e,t,n){var i=io(t),r=ro(t,s),o=oo(t,c);return n=W({strokeDasharray:"0.5, 5",strokeLinecap:"round",strokeLinejoin:"round",stroke:oo(t,c)},n||{}),"One"!==i.associationDirection&&"Both"!==i.associationDirection||(n.markerEnd=v("association-end",r,o)),"Both"===i.associationDirection&&(n.markerStart=v("association-start",r,o)),b(e,t.waypoints,n)},"bpmn:DataInputAssociation":function(e,t){var n=ro(t,s),i=oo(t,c);return w("bpmn:Association")(e,t,{markerEnd:v("association-end",n,i)})},"bpmn:DataOutputAssociation":function(e,t){var n=ro(t,s),i=oo(t,c);return w("bpmn:Association")(e,t,{markerEnd:v("association-end",n,i)})},"bpmn:MessageFlow":function(e,t){var n=io(t),r=zr(t),o=ro(t,s),a=oo(t,c),p=_(e,A(t),{markerEnd:v("messageflow-end",o,a),markerStart:v("messageflow-start",o,a),strokeDasharray:"10, 12",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5px",stroke:oo(t,c)});if(n.messageRef){var u=p.getPointAtLength(p.getTotalLength()/2),h=i.getScaledPath("MESSAGE_FLOW_MARKER",{abspos:{x:u.x,y:u.y}}),d={strokeWidth:1};"initiating"===r.messageVisibleKind?(d.fill="white",d.stroke=to):(d.fill="#888",d.stroke="white");var m=_(e,h,d),f=P(e,n.messageRef.name,{align:"center-top",fitBox:!0,style:{fill:oo(t,l)}}),g=m.getBBox(),y=f.getBBox();ni(f,u.x-y.width/2,u.y+g.height/2+10,0)}return p},"bpmn:DataObject":function(e,t){var n=_(e,i.getScaledPath("DATA_OBJECT_PATH",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:.474,my:.296}}),{fill:ro(t,s),fillOpacity:co,stroke:oo(t,c)});return function(e){var t=e.dataObjectRef;return e.isCollection||t&&t.isCollection}(io(t))&&function(e,t){var n=(t.height-18)/t.height,r=i.getScaledPath("DATA_OBJECT_COLLECTION_PATH",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:.33,my:n}});_(e,r,{strokeWidth:2})}(e,t),n},"bpmn:DataObjectReference":S("bpmn:DataObject"),"bpmn:DataInput":function(e,t){var n=i.getRawPath("DATA_ARROW"),r=w("bpmn:DataObject")(e,t);return _(e,n,{strokeWidth:1}),r},"bpmn:DataOutput":function(e,t){var n=i.getRawPath("DATA_ARROW"),r=w("bpmn:DataObject")(e,t);return _(e,n,{strokeWidth:1,fill:to}),r},"bpmn:DataStoreReference":function(e,t){return _(e,i.getScaledPath("DATA_STORE",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:0,my:.133}}),{strokeWidth:2,fill:ro(t,s),fillOpacity:co,stroke:oo(t,c)})},"bpmn:BoundaryEvent":function(e,t){var n=io(t).cancelActivity,i={strokeWidth:1,fill:ro(t,s),stroke:oo(t,c)};n||(i.strokeDasharray="6",i.strokeLinecap="round");var r=W({},i,{fillOpacity:1}),o=W({},i,{fill:"none"}),a=w("bpmn:Event")(e,t,r);return g(e,t.width,t.height,3,o),C(t,e),a},"bpmn:Group":function(e,t){return y(e,t.width,t.height,10,{stroke:oo(t,c),strokeWidth:1,strokeDasharray:"8,3,1,3",fill:"none",pointerEvents:"none"})},label:function(e,t){return function(e,t){var n={width:90,height:30,x:t.width/2+t.x,y:t.height/2+t.y};return P(e,eo(t),{box:n,fitBox:!0,style:W({},o.getExternalStyle(),{fill:ao(t,l,c)})})}(e,t)},"bpmn:TextAnnotation":function(e,t){var n=y(e,t.width,t.height,0,0,{fill:"none",stroke:"none"});return _(e,i.getScaledPath("TEXT_ANNOTATION",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:0,my:0}}),{stroke:oo(t,c)}),P(e,io(t).text||"",{box:t,align:"left-top",padding:5,style:{fill:ao(t,l,c)}}),n},ParticipantMultiplicityMarker:function(e,t){x("participant-multiplicity",e,i.getScaledPath("MARKER_PARALLEL",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:t.width/2/t.width,my:(t.height-15)/t.height}}),{strokeWidth:2,fill:ro(t,s),stroke:oo(t,c)})},SubProcessMarker:function(e,t){ii(y(e,14,14,0,{strokeWidth:1,fill:ro(t,s),stroke:oo(t,c)}),t.width/2-7.5,t.height-20),x("sub-process",e,i.getScaledPath("MARKER_SUB_PROCESS",{xScaleFactor:1.5,yScaleFactor:1.5,containerWidth:t.width,containerHeight:t.height,position:{mx:(t.width/2-7.5)/t.width,my:(t.height-20)/t.height}}),{fill:ro(t,s),stroke:oo(t,c)})},ParallelMarker:function(e,t,n){x("parallel",e,i.getScaledPath("MARKER_PARALLEL",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:(t.width/2+n.parallel)/t.width,my:(t.height-20)/t.height}}),{fill:ro(t,s),stroke:oo(t,c)})},SequentialMarker:function(e,t,n){x("sequential",e,i.getScaledPath("MARKER_SEQUENTIAL",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:(t.width/2+n.seq)/t.width,my:(t.height-19)/t.height}}),{fill:ro(t,s),stroke:oo(t,c)})},CompensationMarker:function(e,t,n){x("compensation",e,i.getScaledPath("MARKER_COMPENSATION",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:(t.width/2+n.compensation)/t.width,my:(t.height-13)/t.height}}),{strokeWidth:1,fill:ro(t,s),stroke:oo(t,c)})},LoopMarker:function(e,t,n){x("loop",e,i.getScaledPath("MARKER_LOOP",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:(t.width/2+n.loop)/t.width,my:(t.height-7)/t.height}}),{strokeWidth:1,fill:ro(t,s),stroke:oo(t,c),strokeLinecap:"round",strokeMiterlimit:.5})},AdhocMarker:function(e,t,n){x("adhoc",e,i.getScaledPath("MARKER_ADHOC",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:(t.width/2+n.adhoc)/t.width,my:(t.height-15)/t.height}}),{strokeWidth:1,fill:oo(t,c),stroke:oo(t,c)})}};function D(e,t,n){var i,r=io(t),o=n&&-1!==n.indexOf("SubProcessMarker");i=o?{seq:-21,parallel:-22,compensation:-42,loop:-18,adhoc:10}:{seq:-3,parallel:-6,compensation:-27,loop:0,adhoc:10},E(n,(function(n){w(n)(e,t,i)})),r.isForCompensation&&w("CompensationMarker")(e,t,i),"bpmn:AdHocSubProcess"===r.$type&&w("AdhocMarker")(e,t,i);var a=r.loopCharacteristics,s=a&&a.isSequential;a&&(void 0===s&&w("LoopMarker")(e,t,i),!1===s&&w("ParallelMarker")(e,t,i),!0===s&&w("SequentialMarker")(e,t,i))}this._drawPath=_,this._renderer=w}r(lo,ft),lo.$inject=["config.bpmnRenderer","eventBus","styles","pathMap","canvas","textRenderer"],lo.prototype.canRender=function(e){return kr(e,"bpmn:BaseElement")},lo.prototype.drawShape=function(e,t){var n=t.type;return this._renderer(n)(e,t)},lo.prototype.drawConnection=function(e,t){var n=t.type;return this._renderer(n)(e,t)},lo.prototype.getShapePath=function(e){return kr(e,"bpmn:Event")?(n=(t=e).x+t.width/2,i=t.y+t.height/2,r=t.width/2,vt([["M",n,i],["m",0,-r],["a",r,r,0,1,1,0,2*r],["a",r,r,0,1,1,0,-2*r],["z"]])):kr(e,"bpmn:Activity")?function(e,t){var n=e.x,i=e.y,r=e.width,o=e.height;return vt([["M",n+t,i],["l",r-2*t,0],["a",t,t,0,0,1,t,t],["l",0,o-2*t],["a",t,t,0,0,1,-t,t],["l",2*t-r,0],["a",t,t,0,0,1,-t,-t],["l",0,2*t-o],["a",t,t,0,0,1,t,-t],["z"]])}(e,10):kr(e,"bpmn:Gateway")?function(e){var t=e.width/2,n=e.height/2;return vt([["M",e.x+t,e.y],["l",t,n],["l",-t,n],["l",-t,-n],["z"]])}(e):function(e){var t=e.x,n=e.y,i=e.width;return vt([["M",t,n],["l",i,0],["l",0,e.height],["l",-i,0],["z"]])}(e);var t,n,i,r};var po={width:150,height:50};function uo(e,t){var n;t.textContent=e;try{var i,r=""===e;return t.textContent=r?"dummy":e,i={width:(n=t.getBBox()).width+2*n.x,height:n.height},r&&(i.width=0),i}catch(e){return{width:0,height:0}}}function ho(e,t,n){for(var i,r=e.shift(),o=r;;){if((i=uo(o,n)).width=o?i.width:0," "===o||""===o||i.width<Math.round(t)||o.length<2)return mo(e,o,r,i);o=fo(o,i.width,t)}}function mo(e,t,n,i){if(t.length<n.length){var r=n.slice(t.length).trim();e.unshift(r)}return{width:i.width,height:i.height,text:t}}function fo(e,t,n){var i=Math.max(e.length*(n/t),1),r=function(e,t){var n,i=e.split(/(\s|-|\u00AD)/g),r=[],o=0;if(i.length>1)for(;n=i.shift();){if(!(n.length+o<t)){"-"!==n&&"­"!==n||r.pop();break}r.push(n),o+=n.length}var a=r[r.length-1];return a&&"­"===a&&(r[r.length-1]="-"),r.join("")}(e,i);return r||(r=e.slice(0,Math.max(Math.round(i-1),1))),r}function vo(e){this._config=W({},{size:po,padding:0,style:{},align:"center-top"},e||{})}vo.prototype.createText=function(e,t){return this.layoutText(e,t).element},vo.prototype.getDimensions=function(e,t){return this.layoutText(e,t).dimensions},vo.prototype.layoutText=function(e,t){var n=W({},this._config.size,t.box),i=W({},this._config.style,t.style),r=function(e){var t=e.split("-");return{horizontal:t[0]||"center",vertical:t[1]||"top"}}(t.align||this._config.align),o=function(e){return m(e)?W({top:0,left:0,right:0,bottom:0},e):{top:e,left:e,right:e,bottom:e}}(void 0!==t.padding?t.padding:this._config.padding),a=t.fitBox||!1,s=function(e){if("fontSize"in e&&"lineHeight"in e)return e.lineHeight*parseInt(e.fontSize,10)}(i),c=e.split(/\u00AD?\r?\n/),l=[],p=n.width-o.left-o.right,u=Ue("text");for(ze(u,{x:0,y:0}),ze(u,i),ke(function(){var e=document.getElementById("helper-svg");return e||(ze(e=Ue("svg"),{id:"helper-svg",width:0,height:0,visibility:"hidden",position:"fixed"}),document.body.appendChild(e)),e}(),u);c.length;)l.push(ho(c,p,u));"middle"===r.vertical&&(o.top=o.bottom=0);var h=C(l,(function(e,t,n){return e+(s||t.height)}),0)+o.top+o.bottom,d=C(l,(function(e,t,n){return t.width>e?t.width:e}),0),f=o.top;"middle"===r.vertical&&(f+=(n.height-h)/2),f-=(s||l[0].height)/4;var v=Ue("text");return ze(v,i),E(l,(function(e){var t;switch(f+=s||e.height,r.horizontal){case"left":t=o.left;break;case"right":t=(a?d:p)-o.right-e.width;break;default:t=Math.max(((a?d:p)-e.width)/2+o.left,0)}var n=Ue("tspan");ze(n,{x:t,y:f}),n.textContent=e.text,ke(v,n)})),Fe(u),{dimensions:{width:d,height:h},element:v}};function go(e){var t=W({fontFamily:"Arial, sans-serif",fontSize:12,fontWeight:"normal",lineHeight:1.2},e&&e.defaultStyle||{}),n=parseInt(t.fontSize,10)-1,i=W({},t,{fontSize:n},e&&e.externalStyle||{}),r=new vo({style:t});this.getExternalLabelBounds=function(e,t){var n=r.getDimensions(t,{box:{width:90,height:30,x:e.width/2+e.x,y:e.height/2+e.y},style:i});return{x:Math.round(e.x+e.width/2-n.width/2),y:Math.round(e.y),width:Math.ceil(n.width),height:Math.ceil(n.height)}},this.getTextAnnotationBounds=function(e,n){var i=r.getDimensions(n,{box:e,style:t,align:"left-top",padding:5});return{x:e.x,y:e.y,width:e.width,height:Math.max(30,Math.round(i.height))}},this.createText=function(e,t){return r.createText(e,t||{})},this.getDefaultStyle=function(){return t},this.getExternalStyle=function(){return i}}go.$inject=["config.textRenderer"];var yo=/\{([^{}]+)\}/g,bo=/(?:(?:^|\.)(.+?)(?=\[|\.|$|\()|\[('|")(.+?)\2\])(\(\))?/g;var _o={__init__:["bpmnRenderer"],bpmnRenderer:["type",lo],textRenderer:["type",go],pathMap:["type",function(){this.pathMap={EVENT_MESSAGE:{d:"m {mx},{my} l 0,{e.y1} l {e.x1},0 l 0,-{e.y1} z l {e.x0},{e.y0} l {e.x0},-{e.y0}",height:36,width:36,heightElements:[6,14],widthElements:[10.5,21]},EVENT_SIGNAL:{d:"M {mx},{my} l {e.x0},{e.y0} l -{e.x1},0 Z",height:36,width:36,heightElements:[18],widthElements:[10,20]},EVENT_ESCALATION:{d:"M {mx},{my} l {e.x0},{e.y0} l -{e.x0},-{e.y1} l -{e.x0},{e.y1} Z",height:36,width:36,heightElements:[20,7],widthElements:[8]},EVENT_CONDITIONAL:{d:"M {e.x0},{e.y0} l {e.x1},0 l 0,{e.y2} l -{e.x1},0 Z M {e.x2},{e.y3} l {e.x0},0 M {e.x2},{e.y4} l {e.x0},0 M {e.x2},{e.y5} l {e.x0},0 M {e.x2},{e.y6} l {e.x0},0 M {e.x2},{e.y7} l {e.x0},0 M {e.x2},{e.y8} l {e.x0},0 ",height:36,width:36,heightElements:[8.5,14.5,18,11.5,14.5,17.5,20.5,23.5,26.5],widthElements:[10.5,14.5,12.5]},EVENT_LINK:{d:"m {mx},{my} 0,{e.y0} -{e.x1},0 0,{e.y1} {e.x1},0 0,{e.y0} {e.x0},-{e.y2} -{e.x0},-{e.y2} z",height:36,width:36,heightElements:[4.4375,6.75,7.8125],widthElements:[9.84375,13.5]},EVENT_ERROR:{d:"m {mx},{my} {e.x0},-{e.y0} {e.x1},-{e.y1} {e.x2},{e.y2} {e.x3},-{e.y3} -{e.x4},{e.y4} -{e.x5},-{e.y5} z",height:36,width:36,heightElements:[.023,8.737,8.151,16.564,10.591,8.714],widthElements:[.085,6.672,6.97,4.273,5.337,6.636]},EVENT_CANCEL_45:{d:"m {mx},{my} -{e.x1},0 0,{e.x0} {e.x1},0 0,{e.y1} {e.x0},0 0,-{e.y1} {e.x1},0 0,-{e.y0} -{e.x1},0 0,-{e.y1} -{e.x0},0 z",height:36,width:36,heightElements:[4.75,8.5],widthElements:[4.75,8.5]},EVENT_COMPENSATION:{d:"m {mx},{my} {e.x0},-{e.y0} 0,{e.y1} z m {e.x1},-{e.y2} {e.x2},-{e.y3} 0,{e.y1} -{e.x2},-{e.y3} z",height:36,width:36,heightElements:[6.5,13,.4,6.1],widthElements:[9,9.3,8.7]},EVENT_TIMER_WH:{d:"M {mx},{my} l {e.x0},-{e.y0} m -{e.x0},{e.y0} l {e.x1},{e.y1} ",height:36,width:36,heightElements:[10,2],widthElements:[3,7]},EVENT_TIMER_LINE:{d:"M {mx},{my} m {e.x0},{e.y0} l -{e.x1},{e.y1} ",height:36,width:36,heightElements:[10,3],widthElements:[0,0]},EVENT_MULTIPLE:{d:"m {mx},{my} {e.x1},-{e.y0} {e.x1},{e.y0} -{e.x0},{e.y1} -{e.x2},0 z",height:36,width:36,heightElements:[6.28099,12.56199],widthElements:[3.1405,9.42149,12.56198]},EVENT_PARALLEL_MULTIPLE:{d:"m {mx},{my} {e.x0},0 0,{e.y1} {e.x1},0 0,{e.y0} -{e.x1},0 0,{e.y1} -{e.x0},0 0,-{e.y1} -{e.x1},0 0,-{e.y0} {e.x1},0 z",height:36,width:36,heightElements:[2.56228,7.68683],widthElements:[2.56228,7.68683]},GATEWAY_EXCLUSIVE:{d:"m {mx},{my} {e.x0},{e.y0} {e.x1},{e.y0} {e.x2},0 {e.x4},{e.y2} {e.x4},{e.y1} {e.x2},0 {e.x1},{e.y3} {e.x0},{e.y3} {e.x3},0 {e.x5},{e.y1} {e.x5},{e.y2} {e.x3},0 z",height:17.5,width:17.5,heightElements:[8.5,6.5312,-6.5312,-8.5],widthElements:[6.5,-6.5,3,-3,5,-5]},GATEWAY_PARALLEL:{d:"m {mx},{my} 0,{e.y1} -{e.x1},0 0,{e.y0} {e.x1},0 0,{e.y1} {e.x0},0 0,-{e.y1} {e.x1},0 0,-{e.y0} -{e.x1},0 0,-{e.y1} -{e.x0},0 z",height:30,width:30,heightElements:[5,12.5],widthElements:[5,12.5]},GATEWAY_EVENT_BASED:{d:"m {mx},{my} {e.x0},{e.y0} {e.x0},{e.y1} {e.x1},{e.y2} {e.x2},0 z",height:11,width:11,heightElements:[-6,6,12,-12],widthElements:[9,-3,-12]},GATEWAY_COMPLEX:{d:"m {mx},{my} 0,{e.y0} -{e.x0},-{e.y1} -{e.x1},{e.y2} {e.x0},{e.y1} -{e.x2},0 0,{e.y3} {e.x2},0 -{e.x0},{e.y1} l {e.x1},{e.y2} {e.x0},-{e.y1} 0,{e.y0} {e.x3},0 0,-{e.y0} {e.x0},{e.y1} {e.x1},-{e.y2} -{e.x0},-{e.y1} {e.x2},0 0,-{e.y3} -{e.x2},0 {e.x0},-{e.y1} -{e.x1},-{e.y2} -{e.x0},{e.y1} 0,-{e.y0} -{e.x3},0 z",height:17.125,width:17.125,heightElements:[4.875,3.4375,2.125,3],widthElements:[3.4375,2.125,4.875,3]},DATA_OBJECT_PATH:{d:"m 0,0 {e.x1},0 {e.x0},{e.y0} 0,{e.y1} -{e.x2},0 0,-{e.y2} {e.x1},0 0,{e.y0} {e.x0},0",height:61,width:51,heightElements:[10,50,60],widthElements:[10,40,50,60]},DATA_OBJECT_COLLECTION_PATH:{d:"m{mx},{my} m 3,2 l 0,10 m 3,-10 l 0,10 m 3,-10 l 0,10",height:10,width:10,heightElements:[],widthElements:[]},DATA_ARROW:{d:"m 5,9 9,0 0,-3 5,5 -5,5 0,-3 -9,0 z",height:61,width:51,heightElements:[],widthElements:[]},DATA_STORE:{d:"m {mx},{my} l 0,{e.y2} c {e.x0},{e.y1} {e.x1},{e.y1} {e.x2},0 l 0,-{e.y2} c -{e.x0},-{e.y1} -{e.x1},-{e.y1} -{e.x2},0c {e.x0},{e.y1} {e.x1},{e.y1} {e.x2},0 m -{e.x2},{e.y0}c {e.x0},{e.y1} {e.x1},{e.y1} {e.x2},0m -{e.x2},{e.y0}c {e.x0},{e.y1} {e.x1},{e.y1} {e.x2},0",height:61,width:61,heightElements:[7,10,45],widthElements:[2,58,60]},TEXT_ANNOTATION:{d:"m {mx}, {my} m 10,0 l -10,0 l 0,{e.y0} l 10,0",height:30,width:10,heightElements:[30],widthElements:[10]},MARKER_SUB_PROCESS:{d:"m{mx},{my} m 7,2 l 0,10 m -5,-5 l 10,0",height:10,width:10,heightElements:[],widthElements:[]},MARKER_PARALLEL:{d:"m{mx},{my} m 3,2 l 0,10 m 3,-10 l 0,10 m 3,-10 l 0,10",height:10,width:10,heightElements:[],widthElements:[]},MARKER_SEQUENTIAL:{d:"m{mx},{my} m 0,3 l 10,0 m -10,3 l 10,0 m -10,3 l 10,0",height:10,width:10,heightElements:[],widthElements:[]},MARKER_COMPENSATION:{d:"m {mx},{my} 7,-5 0,10 z m 7.1,-0.3 6.9,-4.7 0,10 -6.9,-4.7 z",height:10,width:21,heightElements:[],widthElements:[]},MARKER_LOOP:{d:"m {mx},{my} c 3.526979,0 6.386161,-2.829858 6.386161,-6.320661 0,-3.490806 -2.859182,-6.320661 -6.386161,-6.320661 -3.526978,0 -6.38616,2.829855 -6.38616,6.320661 0,1.745402 0.714797,3.325567 1.870463,4.469381 0.577834,0.571908 1.265885,1.034728 2.029916,1.35457 l -0.718163,-3.909793 m 0.718163,3.909793 -3.885211,0.802902",height:13.9,width:13.7,heightElements:[],widthElements:[]},MARKER_ADHOC:{d:"m {mx},{my} m 0.84461,2.64411 c 1.05533,-1.23780996 2.64337,-2.07882 4.29653,-1.97997996 2.05163,0.0805 3.85579,1.15803 5.76082,1.79107 1.06385,0.34139996 2.24454,0.1438 3.18759,-0.43767 0.61743,-0.33642 1.2775,-0.64078 1.7542,-1.17511 0,0.56023 0,1.12046 0,1.6807 -0.98706,0.96237996 -2.29792,1.62393996 -3.6918,1.66181996 -1.24459,0.0927 -2.46671,-0.2491 -3.59505,-0.74812 -1.35789,-0.55965 -2.75133,-1.33436996 -4.27027,-1.18121996 -1.37741,0.14601 -2.41842,1.13685996 -3.44288,1.96782996 z",height:4,width:15,heightElements:[],widthElements:[]},TASK_TYPE_SEND:{d:"m {mx},{my} l 0,{e.y1} l {e.x1},0 l 0,-{e.y1} z l {e.x0},{e.y0} l {e.x0},-{e.y0}",height:14,width:21,heightElements:[6,14],widthElements:[10.5,21]},TASK_TYPE_SCRIPT:{d:"m {mx},{my} c 9.966553,-6.27276 -8.000926,-7.91932 2.968968,-14.938 l -8.802728,0 c -10.969894,7.01868 6.997585,8.66524 -2.968967,14.938 z m -7,-12 l 5,0 m -4.5,3 l 4.5,0 m -3,3 l 5,0m -4,3 l 5,0",height:15,width:12.6,heightElements:[6,14],widthElements:[10.5,21]},TASK_TYPE_USER_1:{d:"m {mx},{my} c 0.909,-0.845 1.594,-2.049 1.594,-3.385 0,-2.554 -1.805,-4.62199999 -4.357,-4.62199999 -2.55199998,0 -4.28799998,2.06799999 -4.28799998,4.62199999 0,1.348 0.974,2.562 1.89599998,3.405 -0.52899998,0.187 -5.669,2.097 -5.794,4.7560005 v 6.718 h 17 v -6.718 c 0,-2.2980005 -5.5279996,-4.5950005 -6.0509996,-4.7760005 zm -8,6 l 0,5.5 m 11,0 l 0,-5"},TASK_TYPE_USER_2:{d:"m {mx},{my} m 2.162,1.009 c 0,2.4470005 -2.158,4.4310005 -4.821,4.4310005 -2.66499998,0 -4.822,-1.981 -4.822,-4.4310005 "},TASK_TYPE_USER_3:{d:"m {mx},{my} m -6.9,-3.80 c 0,0 2.25099998,-2.358 4.27399998,-1.177 2.024,1.181 4.221,1.537 4.124,0.965 -0.098,-0.57 -0.117,-3.79099999 -4.191,-4.13599999 -3.57499998,0.001 -4.20799998,3.36699999 -4.20699998,4.34799999 z"},TASK_TYPE_MANUAL:{d:"m {mx},{my} c 0.234,-0.01 5.604,0.008 8.029,0.004 0.808,0 1.271,-0.172 1.417,-0.752 0.227,-0.898 -0.334,-1.314 -1.338,-1.316 -2.467,-0.01 -7.886,-0.004 -8.108,-0.004 -0.014,-0.079 0.016,-0.533 0,-0.61 0.195,-0.042 8.507,0.006 9.616,0.002 0.877,-0.007 1.35,-0.438 1.353,-1.208 0.003,-0.768 -0.479,-1.09 -1.35,-1.091 -2.968,-0.002 -9.619,-0.013 -9.619,-0.013 v -0.591 c 0,0 5.052,-0.016 7.225,-0.016 0.888,-0.002 1.354,-0.416 1.351,-1.193 -0.006,-0.761 -0.492,-1.196 -1.361,-1.196 -3.473,-0.005 -10.86,-0.003 -11.0829995,-0.003 -0.022,-0.047 -0.045,-0.094 -0.069,-0.139 0.3939995,-0.319 2.0409995,-1.626 2.4149995,-2.017 0.469,-0.4870005 0.519,-1.1650005 0.162,-1.6040005 -0.414,-0.511 -0.973,-0.5 -1.48,-0.236 -1.4609995,0.764 -6.5999995,3.6430005 -7.7329995,4.2710005 -0.9,0.499 -1.516,1.253 -1.882,2.19 -0.37000002,0.95 -0.17,2.01 -0.166,2.979 0.004,0.718 -0.27300002,1.345 -0.055,2.063 0.629,2.087 2.425,3.312 4.859,3.318 4.6179995,0.014 9.2379995,-0.139 13.8569995,-0.158 0.755,-0.004 1.171,-0.301 1.182,-1.033 0.012,-0.754 -0.423,-0.969 -1.183,-0.973 -1.778,-0.01 -5.824,-0.004 -6.04,-0.004 10e-4,-0.084 0.003,-0.586 10e-4,-0.67 z"},TASK_TYPE_INSTANTIATING_SEND:{d:"m {mx},{my} l 0,8.4 l 12.6,0 l 0,-8.4 z l 6.3,3.6 l 6.3,-3.6"},TASK_TYPE_SERVICE:{d:"m {mx},{my} v -1.71335 c 0.352326,-0.0705 0.703932,-0.17838 1.047628,-0.32133 0.344416,-0.14465 0.665822,-0.32133 0.966377,-0.52145 l 1.19431,1.18005 1.567487,-1.57688 -1.195028,-1.18014 c 0.403376,-0.61394 0.683079,-1.29908 0.825447,-2.01824 l 1.622133,-0.01 v -2.2196 l -1.636514,0.01 c -0.07333,-0.35153 -0.178319,-0.70024 -0.323564,-1.04372 -0.145244,-0.34406 -0.321407,-0.6644 -0.522735,-0.96217 l 1.131035,-1.13631 -1.583305,-1.56293 -1.129598,1.13589 c -0.614052,-0.40108 -1.302883,-0.68093 -2.022633,-0.82247 l 0.0093,-1.61852 h -2.241173 l 0.0042,1.63124 c -0.353763,0.0736 -0.705369,0.17977 -1.049785,0.32371 -0.344415,0.14437 -0.665102,0.32092 -0.9635006,0.52046 l -1.1698628,-1.15823 -1.5667691,1.5792 1.1684265,1.15669 c -0.4026573,0.61283 -0.68308,1.29797 -0.8247287,2.01713 l -1.6588041,0.003 v 2.22174 l 1.6724648,-0.006 c 0.073327,0.35077 0.1797598,0.70243 0.3242851,1.04472 0.1452428,0.34448 0.3214064,0.6644 0.5227339,0.96066 l -1.1993431,1.19723 1.5840256,1.56011 1.1964668,-1.19348 c 0.6140517,0.40346 1.3028827,0.68232 2.0233517,0.82331 l 7.19e-4,1.69892 h 2.226848 z m 0.221462,-3.9957 c -1.788948,0.7502 -3.8576,-0.0928 -4.6097055,-1.87438 -0.7521065,-1.78321 0.090598,-3.84627 1.8802645,-4.59604 1.78823,-0.74936 3.856881,0.0929 4.608987,1.87437 0.752106,1.78165 -0.0906,3.84612 -1.879546,4.59605 z"},TASK_TYPE_SERVICE_FILL:{d:"m {mx},{my} c -1.788948,0.7502 -3.8576,-0.0928 -4.6097055,-1.87438 -0.7521065,-1.78321 0.090598,-3.84627 1.8802645,-4.59604 1.78823,-0.74936 3.856881,0.0929 4.608987,1.87437 0.752106,1.78165 -0.0906,3.84612 -1.879546,4.59605 z"},TASK_TYPE_BUSINESS_RULE_HEADER:{d:"m {mx},{my} 0,4 20,0 0,-4 z"},TASK_TYPE_BUSINESS_RULE_MAIN:{d:"m {mx},{my} 0,12 20,0 0,-12 zm 0,8 l 20,0 m -13,-4 l 0,8"},MESSAGE_FLOW_MARKER:{d:"m {mx},{my} m -10.5 ,-7 l 0,14 l 21,0 l 0,-14 z l 10.5,6 l 10.5,-6"}},this.getRawPath=function(e){return this.pathMap[e].d},this.getScaledPath=function(e,t){var n,i,r=this.pathMap[e];t.abspos?(n=t.abspos.x,i=t.abspos.y):(n=t.containerWidth*t.position.mx,i=t.containerHeight*t.position.my);var o,a,s={};if(t.position){for(var c=t.containerHeight/r.height*t.yScaleFactor,l=t.containerWidth/r.width*t.xScaleFactor,p=0;p<r.heightElements.length;p++)s["y"+p]=r.heightElements[p]*c;for(var u=0;u<r.widthElements.length;u++)s["x"+u]=r.widthElements[u]*l}return o=r.d,a={mx:n,my:i,e:s},String(o).replace(yo,(function(e,t){return function(e,t,n){var i=n;return t.replace(bo,(function(e,t,n,r,o){t=t||r,i&&(t in i&&(i=i[t]),"function"==typeof i&&o&&(i=i()))})),i=(null==i||i==n?e:i)+""}(e,t,a)}))}}]};var xo={translate:["value",function(e,t){return t=t||{},e.replace(/{([^}]+)}/g,(function(e,n){return t[n]||"{"+n+"}"}))}]},wo={width:90,height:20};function Eo(e){return kr(e,"bpmn:Event")||kr(e,"bpmn:Gateway")||kr(e,"bpmn:DataStoreReference")||kr(e,"bpmn:DataObjectReference")||kr(e,"bpmn:DataInput")||kr(e,"bpmn:DataOutput")||kr(e,"bpmn:SequenceFlow")||kr(e,"bpmn:MessageFlow")||kr(e,"bpmn:Group")}function So(e){return Mo(e.label)}function Co(e){var t=e.length/2-1,n=e[Math.floor(t)],i=e[Math.ceil(t+.01)],r=function(e){var t=e.length/2-1,n=e[Math.floor(t)],i=e[Math.ceil(t+.01)];return{x:n.x+(i.x-n.x)/2,y:n.y+(i.y-n.y)/2}}(e),o=Math.atan((i.y-n.y)/(i.x-n.x)),a=r.x,s=r.y;return Math.abs(o)<Math.PI/2?s-=15:a+=15,{x:a,y:s}}function Po(e){return e.waypoints?Co(e.waypoints):kr(e,"bpmn:Group")?{x:e.x+e.width/2,y:e.y+wo.height/2}:{x:e.x+e.width/2,y:e.y+e.height+wo.height/2}}function Mo(e){return e&&!!e.labelTarget}function Ro(e,t,n){return W({id:e.id,type:e.$type,businessObject:e,di:t},n)}function Ao(e,t,n){var i=e.waypoint;return!i||i.length<2?[Sn(t),Sn(n)]:i.map((function(e){return{x:e.x,y:e.y}}))}function ko(e,t,n,i){return new Error(e("element {element} referenced by {referenced}#{property} not yet drawn",{element:Cr(n),referenced:Cr(t),property:i}))}function Do(e,t,n,i,r,o){this._eventBus=e,this._canvas=t,this._elementFactory=n,this._elementRegistry=i,this._translate=r,this._textRenderer=o}Do.$inject=["eventBus","canvas","elementFactory","elementRegistry","translate","textRenderer"],Do.prototype.add=function(e,t,n){var i,r,o,a=this._translate;if(kr(t,"bpmndi:BPMNPlane")){var s=kr(e,"bpmn:SubProcess")?{id:e.id+"_plane"}:{};i=this._elementFactory.createRoot(Ro(e,t,s)),this._canvas.addRootElement(i)}else if(kr(t,"bpmndi:BPMNShape")){var c=!Yr(e,t),l=function(e){return kr(e,"bpmn:Group")}(e);r=n&&(n.hidden||n.collapsed);var p=t.bounds;i=this._elementFactory.createShape(Ro(e,t,{collapsed:c,hidden:r,x:Math.round(p.x),y:Math.round(p.y),width:Math.round(p.width),height:Math.round(p.height),isFrame:l})),kr(e,"bpmn:BoundaryEvent")&&this._attachBoundary(e,i),kr(e,"bpmn:Lane")&&(o=0),kr(e,"bpmn:DataStoreReference")&&(function(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}(n,Sn(p))||(n=this._canvas.findRoot(n))),this._canvas.addShape(i,n,o)}else{if(!kr(t,"bpmndi:BPMNEdge"))throw new Error(a("unknown di {di} for element {semantic}",{di:Cr(t),semantic:Cr(e)}));var u=this._getSource(e),h=this._getTarget(e);r=n&&(n.hidden||n.collapsed),i=this._elementFactory.createConnection(Ro(e,t,{hidden:r,source:u,target:h,waypoints:Ao(t,u,h)})),kr(e,"bpmn:DataAssociation")&&(n=this._canvas.findRoot(n)),kr(e,"bpmn:SequenceFlow")&&(o=0),this._canvas.addConnection(i,n,o)}return Eo(e)&&eo(i)&&this.addLabel(e,t,i),this._eventBus.fire("bpmnElement.added",{element:i}),i},Do.prototype._attachBoundary=function(e,t){var n=this._translate,i=e.attachedToRef;if(!i)throw new Error(n("missing {semantic}#attachedToRef",{semantic:Cr(e)}));var r=this._elementRegistry.get(i.id),o=r&&r.attachers;if(!r)throw ko(n,e,i,"attachedToRef");t.host=r,o||(r.attachers=o=[]),-1===o.indexOf(t)&&o.push(t)},Do.prototype.addLabel=function(e,t,n){var i,r,o;return i=function(e,t){var n,i,r,o=e.label;return o&&o.bounds?(r=o.bounds,i={width:Math.max(wo.width,r.width),height:r.height},n={x:r.x+r.width/2,y:r.y+r.height/2}):(n=Po(t),i=wo),W({x:n.x-i.width/2,y:n.y-i.height/2},i)}(t,n),(r=eo(n))&&(i=this._textRenderer.getExternalLabelBounds(i,r)),o=this._elementFactory.createLabel(Ro(e,t,{id:e.id+"_label",labelTarget:n,type:"label",hidden:n.hidden||!eo(n),x:Math.round(i.x),y:Math.round(i.y),width:Math.round(i.width),height:Math.round(i.height)})),this._canvas.addShape(o,n.parent)},Do.prototype._getEnd=function(e,t){var n,i,r=e.$type,o=this._translate;if(i=e[t+"Ref"],"source"===t&&"bpmn:DataInputAssociation"===r&&(i=i&&i[0]),("source"===t&&"bpmn:DataOutputAssociation"===r||"target"===t&&"bpmn:DataInputAssociation"===r)&&(i=e.$parent),n=i&&this._getElement(i))return n;throw i?ko(o,e,i,t+"Ref"):new Error(o("{semantic}#{side} Ref not specified",{semantic:Cr(e),side:t}))},Do.prototype._getSource=function(e){return this._getEnd(e,"source")},Do.prototype._getTarget=function(e){return this._getEnd(e,"target")},Do.prototype._getElement=function(e){return this._elementRegistry.get(e.id)};var To={__depends__:[_o,{__depends__:[xo],bpmnImporter:["type",Do]}]};function zo(e){e&&"function"==typeof e.stopPropagation&&e.stopPropagation()}function Oo(e){return e.originalEvent||e.srcEvent}function Bo(e,t){zo(e),zo(Oo(e))}function jo(e){return e.pointers&&e.pointers.length&&(e=e.pointers[0]),e.touches&&e.touches.length&&(e=e.touches[0]),e?{x:e.clientX,y:e.clientY}:null}function No(e,t){return(Oo(e)||e).button===t}function Lo(e){return No(e,0)}function Io(e){var t=Oo(e)||e;return!!Lo(e)&&(/mac/i.test(navigator.platform)?t.metaKey:t.ctrlKey)}function Fo(e){var t=Oo(e)||e;return Lo(e)&&t.shiftKey}function Vo(e){return!0}function Ho(e){return Lo(e)||function(e){return No(e,1)}(e)}function $o(e,t,n){var i=this;function r(n,i,r){var o,a;(function(e,t){return!(c[e]||Lo)(t)})(n,i)||(r?a=t.getGraphics(r):(o=i.delegateTarget||i.target)&&(a=o,r=t.get(a)),a&&r&&!1===e.fire(n,{element:r,gfx:a,originalEvent:i})&&(i.stopPropagation(),i.preventDefault()))}var o={};function a(e){return o[e]}var s={click:"element.click",contextmenu:"element.contextmenu",dblclick:"element.dblclick",mousedown:"element.mousedown",mousemove:"element.mousemove",mouseover:"element.hover",mouseout:"element.out",mouseup:"element.mouseup"},c={"element.contextmenu":Vo,"element.mousedown":Ho,"element.mouseup":Ho,"element.click":Ho,"element.dblclick":Ho};function l(e,t,n,i){var a=o[n]=function(e){r(n,e)};i&&(c[n]=i),a.$delegate=we.bind(e,"svg, .djs-element",t,a)}function p(e,t,n){var i=a(n);i&&we.unbind(e,t,i.$delegate)}e.on("canvas.destroy",(function(e){var t;t=e.svg,E(s,(function(e,n){p(t,n,e)}))})),e.on("canvas.init",(function(e){var t;t=e.svg,E(s,(function(e,n){l(t,n,e)}))})),e.on(["shape.added","connection.added"],(function(t){var n=t.element,i=t.gfx;e.fire("interactionEvents.createHit",{element:n,gfx:i})})),e.on(["shape.changed","connection.changed"],500,(function(t){var n=t.element,i=t.gfx;e.fire("interactionEvents.updateHit",{element:n,gfx:i})})),e.on("interactionEvents.createHit",500,(function(e){var t=e.element,n=e.gfx;i.createDefaultHit(t,n)})),e.on("interactionEvents.updateHit",(function(e){var t=e.element,n=e.gfx;i.updateDefaultHit(t,n)}));var u=m("djs-hit djs-hit-stroke"),h=m("djs-hit djs-hit-click-stroke"),d={all:m("djs-hit djs-hit-all"),"click-stroke":h,stroke:u,"no-move":m("djs-hit djs-hit-no-move")};function m(e,t){return t=W({stroke:"white",strokeWidth:15},t||{}),n.cls(e,["no-fill","no-border"],t)}function f(e,t){var n=d[t];if(!n)throw new Error("invalid hit type <"+t+">");return ze(e,n),e}function v(e,t){ke(e,t)}this.removeHits=function(e){E(Me(".djs-hit",e),Fe)},this.createDefaultHit=function(e,t){var n,i=e.waypoints,r=e.isFrame;return i?this.createWaypointsHit(t,i):(n=r?"stroke":"all",this.createBoxHit(t,n,{width:e.width,height:e.height}))},this.createWaypointsHit=function(e,t){var n=yt(t);return f(n,"stroke"),v(e,n),n},this.createBoxHit=function(e,t,n){n=W({x:0,y:0},n);var i=Ue("rect");return f(i,t),ze(i,n),v(e,i),i},this.updateDefaultHit=function(e,t){var n=Pe(".djs-hit",t);if(n)return e.waypoints?function(e,t){ze(e,{points:gt(t)})}(n,e.waypoints):ze(n,{width:e.width,height:e.height}),n},this.fire=r,this.triggerMouseEvent=function(e,t,n){var i=s[e];if(!i)throw new Error("unmapped DOM event name <"+e+">");return r(i,t,n)},this.mouseHandler=a,this.registerEvent=l,this.unregisterEvent=p}$o.$inject=["eventBus","elementRegistry","styles"];var Go={__init__:["interactionEvents"],interactionEvents:["type",$o]};function Wo(e,t,n){this.offset=6;var i=t.cls("djs-outline",["no-fill"]),r=this;function o(e,t){var n=Ue("rect");return ze(n,W({x:10,y:10,rx:3,width:100,height:100},i)),ke(e,n),n}e.on(["shape.added","shape.changed"],500,(function(e){var t=e.element,n=e.gfx,i=Pe(".djs-outline",n);i||(i=o(n)),r.updateShapeOutline(i,t)})),e.on(["connection.added","connection.changed"],(function(e){var t=e.element,n=e.gfx,i=Pe(".djs-outline",n);i||(i=o(n)),r.updateConnectionOutline(i,t)}))}Wo.prototype.updateShapeOutline=function(e,t){ze(e,{x:-this.offset,y:-this.offset,width:t.width+2*this.offset,height:t.height+2*this.offset})},Wo.prototype.updateConnectionOutline=function(e,t){var n=St(t);ze(e,{x:n.x-this.offset,y:n.y-this.offset,width:n.width+2*this.offset,height:n.height+2*this.offset})},Wo.$inject=["eventBus","styles","elementRegistry"];var Uo={__init__:["outline"],outline:["type",Wo]};function qo(e,t){this._eventBus=e,this._canvas=t,this._selectedElements=[];var n=this;e.on(["shape.remove","connection.remove"],(function(e){var t=e.element;n.deselect(t)})),e.on(["diagram.clear","root.set"],(function(e){n.select(null)}))}qo.$inject=["eventBus","canvas"],qo.prototype.deselect=function(e){var t=this._selectedElements,n=t.indexOf(e);if(-1!==n){var i=t.slice();t.splice(n,1),this._eventBus.fire("selection.changed",{oldSelection:i,newSelection:t})}},qo.prototype.get=function(){return this._selectedElements},qo.prototype.isSelected=function(e){return-1!==this._selectedElements.indexOf(e)},qo.prototype.select=function(e,t){var n=this._selectedElements,i=n.slice();d(e)||(e=e?[e]:[]);var r=this._canvas,o=r.getRootElement();e=e.filter((function(e){var t=r.findRoot(e);return o===t})),t?E(e,(function(e){-1===n.indexOf(e)&&n.push(e)})):this._selectedElements=n=e.slice(),this._eventBus.fire("selection.changed",{oldSelection:i,newSelection:n})};var Ko="hover",Yo="selected";function Xo(e,t,n){this._canvas=e;var i=this;function r(t,n){e.addMarker(t,n)}function o(t,n){e.removeMarker(t,n)}this._multiSelectionBox=null,t.on("element.hover",(function(e){r(e.element,Ko)})),t.on("element.out",(function(e){o(e.element,Ko)})),t.on("selection.changed",(function(e){var t=e.oldSelection,n=e.newSelection;E(t,(function(e){-1===n.indexOf(e)&&function(e){o(e,Yo)}(e)})),E(n,(function(e){-1===t.indexOf(e)&&function(e){r(e,Yo)}(e)})),i._updateSelectionOutline(n)})),t.on("element.changed",(function(e){n.isSelected(e.element)&&i._updateSelectionOutline(n.get())}))}function Zo(e,t,n,i){e.on("create.end",500,(function(e){var n=e.context,i=n.canExecute,r=n.elements,o=(n.hints||{}).autoSelect;if(i){if(!1===o)return;d(o)?t.select(o):t.select(r.filter(Qo))}})),e.on("connect.end",500,(function(e){var n=e.context.connection;n&&t.select(n)})),e.on("shape.move.end",500,(function(e){var n=e.previousSelection||[],r=i.get(e.context.shape.id);_(n,(function(e){return r.id===e.id}))||t.select(r)})),e.on("element.click",(function(e){if(Lo(e)){var i=e.element;i===n.getRootElement()&&(i=null);var r=t.isSelected(i),o=t.get().length>1,a=Io(e)||Fo(e);if(r&&o)return a?t.deselect(i):t.select(i);r?t.deselect(i):t.select(i,a)}}))}function Qo(e){return!e.hidden}Xo.$inject=["canvas","eventBus","selection"],Xo.prototype._updateSelectionOutline=function(e){var t=this._canvas.getLayer("selectionOutline");Ve(t);var n=e.length>1;if(Le(this._canvas.getContainer())[n?"add":"remove"]("djs-multi-select"),n){var i=function(e){return{x:e.x-6,y:e.y-6,width:e.width+12,height:e.height+12}}(St(e)),r=Ue("rect");ze(r,W({rx:3},i)),Le(r).add("djs-selection-outline"),ke(t,r)}},Zo.$inject=["eventBus","selection","canvas","elementRegistry"];var Jo={__init__:["selectionVisuals","selectionBehavior"],__depends__:[Go,Uo],selection:["type",qo],selectionVisuals:["type",Xo],selectionBehavior:["type",Zo]};function ea(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(1e9*Math.random())+"-"}ea.prototype.next=function(){return this._prefix+ ++this._counter};var ta=new ea("ov");function na(e,t,n,i){var r,o;this._eventBus=t,this._canvas=n,this._elementRegistry=i,this._ids=ta,this._overlayDefaults=W({show:null,scale:!0},e&&e.defaults),this._overlays={},this._overlayContainers=[],this._overlayRoot=(r=n.getContainer(),ie(o=Ee('<div class="djs-overlay-container" />'),{position:"absolute",width:0,height:0}),r.insertBefore(o,r.firstChild),o),this._init()}function ia(e,t,n){ie(e,{left:t+"px",top:n+"px"})}function ra(e,t){e.style.display=!1===t?"none":""}function oa(e,t){e.style["transform-origin"]="top left",["","-ms-","-webkit-"].forEach((function(n){e.style[n+"transform"]=t}))}na.$inject=["config.overlays","eventBus","canvas","elementRegistry"],na.prototype.get=function(e){if(g(e)&&(e={id:e}),g(e.element)&&(e.element=this._elementRegistry.get(e.element)),e.element){var t=this._getOverlayContainer(e.element,!0);return t?e.type?w(t.overlays,j({type:e.type})):t.overlays.slice():[]}return e.type?w(this._overlays,j({type:e.type})):e.id?this._overlays[e.id]:null},na.prototype.add=function(e,t,n){if(m(t)&&(n=t,t=null),e.id||(e=this._elementRegistry.get(e)),!n.position)throw new Error("must specifiy overlay position");if(!n.html)throw new Error("must specifiy overlay html");if(!e)throw new Error("invalid element specified");var i=this._ids.next();return n=W({},this._overlayDefaults,n,{id:i,type:t,element:e,html:n.html}),this._addOverlay(n),i},na.prototype.remove=function(e){var t=this.get(e)||[];d(t)||(t=[t]);var n=this;E(t,(function(e){var t=n._getOverlayContainer(e.element,!0);if(e&&(Re(e.html),Re(e.htmlContainer),delete e.htmlContainer,delete e.element,delete n._overlays[e.id]),t){var i=t.overlays.indexOf(e);-1!==i&&t.overlays.splice(i,1)}}))},na.prototype.show=function(){ra(this._overlayRoot)},na.prototype.hide=function(){ra(this._overlayRoot,!1)},na.prototype.clear=function(){this._overlays={},this._overlayContainers=[],ue(this._overlayRoot)},na.prototype._updateOverlayContainer=function(e){var t=e.element,n=e.html,i=t.x,r=t.y;if(t.waypoints){var o=St(t);i=o.x,r=o.y}ia(n,i,r),re(e.html,"data-container-id",t.id)},na.prototype._updateOverlay=function(e){var t,n,i=e.position,r=e.htmlContainer,o=e.element,a=i.left,s=i.top;void 0!==i.right&&(t=o.waypoints?St(o).width:o.width,a=-1*i.right+t);void 0!==i.bottom&&(n=o.waypoints?St(o).height:o.height,s=-1*i.bottom+n);ia(r,a||0,s||0),this._updateOverlayVisibilty(e,this._canvas.viewbox())},na.prototype._createOverlayContainer=function(e){var t=Ee('<div class="djs-overlays" />');ie(t,{position:"absolute"}),this._overlayRoot.appendChild(t);var n={html:t,element:e,overlays:[]};return this._updateOverlayContainer(n),this._overlayContainers.push(n),n},na.prototype._updateRoot=function(e){var t=e.scale||1,n="matrix("+[t,0,0,t,-1*e.x*t,-1*e.y*t].join(",")+")";oa(this._overlayRoot,n)},na.prototype._getOverlayContainer=function(e,t){var n=_(this._overlayContainers,(function(t){return t.element===e}));return n||t?n:this._createOverlayContainer(e)},na.prototype._addOverlay=function(e){var t,n,i=e.id,r=e.element,o=e.html;o.get&&o.constructor.prototype.jquery&&(o=o.get(0)),g(o)&&(o=Ee(o)),n=this._getOverlayContainer(r),ie(t=Ee('<div class="djs-overlay" data-overlay-id="'+i+'">'),{position:"absolute"}),t.appendChild(o),e.type&&le(t).add("djs-overlay-"+e.type),ra(t,this._canvas.findRoot(r)===this._canvas.getRootElement()),e.htmlContainer=t,n.overlays.push(e),n.html.appendChild(t),this._overlays[i]=e,this._updateOverlay(e),this._updateOverlayVisibilty(e,this._canvas.viewbox())},na.prototype._updateOverlayVisibilty=function(e,t){var n=e.show,i=this._canvas.findRoot(e.element),r=n&&n.minZoom,o=n&&n.maxZoom,a=e.htmlContainer,s=!0;(i!==this._canvas.getRootElement()||n&&(u(r)&&r>t.scale||u(o)&&o<t.scale))&&(s=!1),ra(a,s),this._updateOverlayScale(e,t)},na.prototype._updateOverlayScale=function(e,t){var n,i,r,o=e.scale,a=e.htmlContainer,s="";!0!==o&&(!1===o?(n=1,i=1):(n=o.min,i=o.max),u(n)&&t.scale<n&&(r=(1/t.scale||1)*n),u(i)&&t.scale>i&&(r=(1/t.scale||1)*i)),u(r)&&(s="scale("+r+","+r+")"),oa(a,s)},na.prototype._updateOverlaysVisibilty=function(e){var t=this;E(this._overlays,(function(n){t._updateOverlayVisibilty(n,e)}))},na.prototype._init=function(){var e=this._eventBus,t=this;e.on("canvas.viewbox.changing",(function(e){t.hide()})),e.on("canvas.viewbox.changed",(function(e){var n;n=e.viewbox,t._updateRoot(n),t._updateOverlaysVisibilty(n),t.show()})),e.on(["shape.remove","connection.remove"],(function(e){var n=e.element;E(t.get({element:n}),(function(e){t.remove(e.id)}));var i=t._getOverlayContainer(n);if(i){Re(i.html);var r=t._overlayContainers.indexOf(i);-1!==r&&t._overlayContainers.splice(r,1)}})),e.on("element.changed",500,(function(e){var n=e.element,i=t._getOverlayContainer(n,!0);i&&(E(i.overlays,(function(e){t._updateOverlay(e)})),t._updateOverlayContainer(i))})),e.on("element.marker.update",(function(e){var n=t._getOverlayContainer(e.element,!0);n&&le(n.html)[e.add?"add":"remove"](e.marker)})),e.on("root.set",(function(){t._updateOverlaysVisibilty(t._canvas.viewbox())})),e.on("diagram.clear",this.clear,this)};var aa={__init__:["overlays"],overlays:["type",na]};function sa(e,t,n,i){e.on("element.changed",(function(i){var r=i.element;(r.parent||r===t.getRootElement())&&(i.gfx=n.getGraphics(r)),i.gfx&&e.fire(Ct(r)+".changed",i)})),e.on("elements.changed",(function(t){var n=t.elements;n.forEach((function(t){e.fire("element.changed",{element:t})})),i.updateContainments(n)})),e.on("shape.changed",(function(e){i.update("shape",e.element,e.gfx)})),e.on("connection.changed",(function(e){i.update("connection",e.element,e.gfx)}))}sa.$inject=["eventBus","canvas","elementRegistry","graphicsFactory"];var ca={__init__:["changeSupport"],changeSupport:["type",sa]};function la(e){this._eventBus=e}la.$inject=["eventBus"],la.prototype.on=function(e,t,n,i,r,o){if((v(t)||f(t))&&(o=r,r=i,i=n,n=t,t=null),v(n)&&(o=r,r=i,i=n,n=1e3),m(r)&&(o=r,r=!1),!v(i))throw new Error("handlerFn must be a function");d(e)||(e=[e]);var a=this._eventBus;E(e,(function(e){var s=["commandStack",e,t].filter((function(e){return e})).join(".");a.on(s,n,r?function(e,t){return function(n){return e.call(t||null,n.context,n.command,n)}}(i,o):i,o)}))};function pa(e,t){t.invoke(la,this),this.executed((function(t){var n=t.context;n.rootElement?e.setRootElement(n.rootElement):n.rootElement=e.getRootElement()})),this.revert((function(t){var n=t.context;n.rootElement&&e.setRootElement(n.rootElement)}))}E(["canExecute","preExecute","preExecuted","execute","executed","postExecute","postExecuted","revert","reverted"],(function(e){la.prototype[e]=function(t,n,i,r,o){(v(t)||f(t))&&(o=r,r=i,i=n,n=t,t=null),this.on(t,e,n,i,r,o)}})),r(pa,la),pa.$inject=["canvas","injector"];var ua={__init__:["rootElementsBehavior"],rootElementsBehavior:["type",pa]},ha=n((function(t,n){var i;i=e,t.exports=function(e){if(e.CSS&&e.CSS.escape)return e.CSS.escape;var t=function(e){if(0==arguments.length)throw new TypeError("`CSS.escape` requires an argument.");for(var t,n=String(e),i=n.length,r=-1,o="",a=n.charCodeAt(0);++r<i;)0!=(t=n.charCodeAt(r))?o+=t>=1&&t<=31||127==t||0==r&&t>=48&&t<=57||1==r&&t>=48&&t<=57&&45==a?"\\"+t.toString(16)+" ":0==r&&1==i&&45==t||!(t>=128||45==t||95==t||t>=48&&t<=57||t>=65&&t<=90||t>=97&&t<=122)?"\\"+n.charAt(r):n.charAt(r):o+="�";return o};return e.CSS||(e.CSS={}),e.CSS.escape=t,t}(i)})),da={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"};
1
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).BpmnModeler=t()}(this,(function(){"use strict";var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=Object.defineProperty({},"__esModule",{value:!0});return Object.keys(e).forEach((function(n){var i=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,i.get?i:{enumerable:!0,get:function(){return e[n]}})})),t}function n(e){var t={exports:{}};return e(t,t.exports),t.exports}var i=n((function(e){"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}}}));function r(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}var o=function(e,t){return e(t={exports:{}},t.exports),t.exports}((function(e){var t=e.exports=function(e,n){if(n||(n=16),void 0===e&&(e=128),e<=0)return"0";for(var i=Math.log(Math.pow(2,e))/Math.log(n),r=2;i===1/0;r*=2)i=Math.log(Math.pow(2,e/r))/Math.log(n)*r;var o=i-Math.floor(i),a="";for(r=0;r<Math.floor(i);r++){a=Math.floor(Math.random()*n).toString(n)+a}if(o){var s=Math.pow(n,o);a=Math.floor(Math.random()*s).toString(n)+a}var c=parseInt(a,n);return c!==1/0&&c>=Math.pow(2,e)?t(e,n):a};t.rack=function(e,n,i){var r=function(r){var a=0;do{if(a++>10){if(!i)throw new Error("too many ID collisions, use more bits");e+=i}var s=t(e,n)}while(Object.hasOwnProperty.call(o,s));return o[s]=r,s},o=r.hats={};return r.get=function(e){return r.hats[e]},r.set=function(e,t){return r.hats[e]=t,r},r.bits=e||128,r.base=n||16,r}}));function a(e){if(!(this instanceof a))return new a(e);e=e||[128,36,1],this._seed=e.length?o.rack(e[0],e[1],e[2]):e}function s(e){return Array.prototype.concat.apply([],e)}a.prototype.next=function(e){return this._seed(e||!0)},a.prototype.nextPrefixed=function(e,t){var n;do{n=e+this.next(!0)}while(this.assigned(n));return this.claim(n,t),n},a.prototype.claim=function(e,t){this._seed.set(e,t||!0)},a.prototype.assigned=function(e){return this._seed.get(e)||!1},a.prototype.unclaim=function(e){delete this._seed.hats[e]},a.prototype.clear=function(){var e,t=this._seed.hats;for(e in t)this.unclaim(e)};var c=Object.prototype.toString,l=Object.prototype.hasOwnProperty;function p(e){return void 0===e}function u(e){return void 0!==e}function h(e){return null==e}function d(e){return"[object Array]"===c.call(e)}function m(e){return"[object Object]"===c.call(e)}function f(e){return"[object Number]"===c.call(e)}function v(e){var t=c.call(e);return"[object Function]"===t||"[object AsyncFunction]"===t||"[object GeneratorFunction]"===t||"[object AsyncGeneratorFunction]"===t||"[object Proxy]"===t}function g(e){return"[object String]"===c.call(e)}function y(e){if(!d(e))throw new Error("must supply array")}function b(e,t){return l.call(e,t)}function _(e,t){var n;return t=L(t),E(e,(function(e,i){if(t(e,i))return n=e,!1})),n}function x(e,t){t=L(t);var n=d(e)?-1:void 0;return E(e,(function(e,i){if(t(e,i))return n=i,!1})),n}function w(e,t){var n=[];return E(e,(function(e,i){t(e,i)&&n.push(e)})),n}function E(e,t){var n;if(!p(e)){var i=d(e)?F:I;for(var r in e)if(b(e,r)&&!1===t(n=e[r],i(r)))return n}}function S(e,t){return p(e)?[]:(y(e),t=L(t),e.filter((function(e,n){return!t(e,n)})))}function C(e,t,n){return E(e,(function(e,i){n=t(n,e,i)})),n}function P(e,t){return!!C(e,(function(e,n,i){return e&&t(n,i)}),!0)}function M(e,t){return!!_(e,t)}function R(e,t){var n=[];return E(e,(function(e,i){n.push(t(e,i))})),n}function A(e){return e&&Object.keys(e)||[]}function k(e){return A(e).length}function D(e){return R(e,(function(e){return e}))}function T(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return t=N(t),E(e,(function(e){var i=t(e)||"_",r=n[i];r||(r=n[i]=[]),r.push(e)})),n}function z(e){e=N(e);for(var t={},n=arguments.length,i=new Array(n>1?n-1:0),r=1;r<n;r++)i[r-1]=arguments[r];E(i,(function(n){return T(n,e,t)}));var o=R(t,(function(e,t){return e[0]}));return o}var O=z;function B(e,t){t=N(t);var n=[];return E(e,(function(e,i){for(var r=t(e,i),o={d:r,v:e},a=0;a<n.length;a++){if(r<n[a].d)return void n.splice(a,0,o)}n.push(o)})),R(n,(function(e){return e.v}))}function j(e){return function(t){return P(e,(function(e,n){return t[n]===e}))}}function N(e){return v(e)?e:function(t){return t[e]}}function L(e){return v(e)?e:function(t){return t===e}}function I(e){return e}function F(e){return Number(e)}function V(e,t){var n,i,r,o;function a(n){var a=Date.now(),l=n?0:o+t-a;if(l>0)return s(l);e.apply(r,i),c()}function s(e){n=setTimeout(a,e)}function c(){n&&clearTimeout(n),n=o=i=r=void 0}function l(){o=Date.now();for(var e=arguments.length,a=new Array(e),c=0;c<e;c++)a[c]=arguments[c];i=a,r=this,n||s(t)}return l.flush=function(){n&&a(!0),c()},l.cancel=c,l}function H(e,t){return e.bind(t)}function $(e){return($="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function G(){return(G=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e}).apply(this,arguments)}function W(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];return G.apply(void 0,[e].concat(n))}function U(e,t,n){var i=e;return E(t,(function(e,r){if("number"!=typeof e&&"string"!=typeof e)throw new Error("illegal key type: "+$(e)+". Key should be of type number or string.");if("constructor"===e)throw new Error("illegal key: constructor");if("__proto__"===e)throw new Error("illegal key: __proto__");var o=t[r+1],a=i[e];u(o)&&h(a)&&(a=i[e]=isNaN(+o)?{}:[]),p(o)?p(n)?delete i[e]:i[e]=n:i=a})),e}function q(e,t,n){var i=e;return E(t,(function(e){if(h(i))return i=void 0,!1;i=i[e]})),p(i)?n:i}function K(e,t){var n={},i=Object(e);return E(t,(function(t){t in i&&(n[t]=e[t])})),n}function Y(e,t){var n={};return E(Object(e),(function(e,i){-1===t.indexOf(i)&&(n[i]=e)})),n}var X=Object.freeze({__proto__:null,assign:W,bind:H,debounce:V,ensureArray:y,every:P,filter:w,find:_,findIndex:x,flatten:s,forEach:E,get:q,groupBy:T,has:b,isArray:d,isDefined:u,isFunction:v,isNil:h,isNumber:f,isObject:m,isString:g,isUndefined:p,keys:A,map:R,matchPattern:j,merge:function e(t){for(var n=arguments.length,i=new Array(n>1?n-1:0),r=1;r<n;r++)i[r-1]=arguments[r];return i.length?(E(i,(function(n){n&&m(n)&&E(n,(function(n,i){if("__proto__"!==i){var r=t[i];m(n)?(m(r)||(r={}),t[i]=e(r,n)):t[i]=n}}))})),t):t},omit:Y,pick:K,reduce:C,set:U,size:k,some:M,sortBy:B,throttle:function(e,t){var n=!1;return function(){n||(e.apply(void 0,arguments),n=!0,setTimeout((function(){n=!1}),t))}},unionBy:O,uniqueBy:z,values:D,without:S}),Z=Object.prototype.toString,Q=Object.prototype.hasOwnProperty;function J(e,t){return Q.call(e,t)}function ee(e,t){var n;if(void 0!==e){var i=function(e){return"[object Array]"===Z.call(e)}(e)?ne:te;for(var r in e)if(J(e,r)&&!1===t(n=e[r],i(r)))return n}}function te(e){return e}function ne(e){return Number(e)}function ie(e){for(var t=e.style,n=arguments.length,i=Array(n>1?n-1:0),r=1;r<n;r++)i[r-1]=arguments[r];return ee(i,(function(e){e&&ee(e,(function(e,n){t[n]=e}))})),e}function re(e,t,n){return 2==arguments.length?e.getAttribute(t):null===n?e.removeAttribute(t):(e.setAttribute(t,n),e)}var oe=[].indexOf,ae=function(e,t){if(oe)return e.indexOf(t);for(var n=0;n<e.length;++n)if(e[n]===t)return n;return-1},se=/\s+/,ce=Object.prototype.toString;function le(e){return new pe(e)}function pe(e){if(!e||!e.nodeType)throw new Error("A DOM element reference is required");this.el=e,this.list=e.classList}function ue(e){for(var t;e.childNodes.length;)t=e.childNodes[0],e.removeChild(t);return e}pe.prototype.add=function(e){if(this.list)return this.list.add(e),this;var t=this.array();return~ae(t,e)||t.push(e),this.el.className=t.join(" "),this},pe.prototype.remove=function(e){if("[object RegExp]"==ce.call(e))return this.removeMatching(e);if(this.list)return this.list.remove(e),this;var t=this.array(),n=ae(t,e);return~n&&t.splice(n,1),this.el.className=t.join(" "),this},pe.prototype.removeMatching=function(e){for(var t=this.array(),n=0;n<t.length;n++)e.test(t[n])&&this.remove(t[n]);return this},pe.prototype.toggle=function(e,t){return this.list?(void 0!==t?t!==this.list.toggle(e,t)&&this.list.toggle(e):this.list.toggle(e),this):(void 0!==t?t?this.add(e):this.remove(e):this.has(e)?this.remove(e):this.add(e),this)},pe.prototype.array=function(){var e=(this.el.getAttribute("class")||"").replace(/^\s+|\s+$/g,"").split(se);return""===e[0]&&e.shift(),e},pe.prototype.has=pe.prototype.contains=function(e){return this.list?this.list.contains(e):!!~ae(this.array(),e)};var he="undefined"!=typeof Element?Element.prototype:{},de=he.matches||he.matchesSelector||he.webkitMatchesSelector||he.mozMatchesSelector||he.msMatchesSelector||he.oMatchesSelector,me=function(e,t){if(!e||1!==e.nodeType)return!1;if(de)return de.call(e,t);for(var n=e.parentNode.querySelectorAll(t),i=0;i<n.length;i++)if(n[i]==e)return!0;return!1};function fe(e,t,n){for(var i=n?e:e.parentNode;i&&i.nodeType!==document.DOCUMENT_NODE&&i.nodeType!==document.DOCUMENT_FRAGMENT_NODE;){if(me(i,t))return i;i=i.parentNode}return me(i,t)?i:null}var ve=window.addEventListener?"addEventListener":"attachEvent",ge=window.removeEventListener?"removeEventListener":"detachEvent",ye="addEventListener"!==ve?"on":"",be={bind:function(e,t,n,i){return e[ve](ye+t,n,i||!1),n},unbind:function(e,t,n,i){return e[ge](ye+t,n,i||!1),n}},_e=["focus","blur"];var xe,we={bind:function(e,t,n,i,r){return-1!==_e.indexOf(n)&&(r=!0),be.bind(e,n,(function(n){var r=n.target||n.srcElement;n.delegateTarget=fe(r,t,!0),n.delegateTarget&&i.call(e,n)}),r)},unbind:function(e,t,n,i){return-1!==_e.indexOf(t)&&(i=!0),be.unbind(e,t,n,i)}},Ee=function(e,t){if("string"!=typeof e)throw new TypeError("String expected");t||(t=document);var n=/<([\w:]+)/.exec(e);if(!n)return t.createTextNode(e);e=e.replace(/^\s+|\s+$/g,"");var i=n[1];if("body"==i){return(r=t.createElement("html")).innerHTML=e,r.removeChild(r.lastChild)}var r,o=Ce[i]||Ce._default,a=o[0],s=o[1],c=o[2];(r=t.createElement("div")).innerHTML=s+e+c;for(;a--;)r=r.lastChild;if(r.firstChild==r.lastChild)return r.removeChild(r.firstChild);var l=t.createDocumentFragment();for(;r.firstChild;)l.appendChild(r.removeChild(r.firstChild));return l},Se=!1;"undefined"!=typeof document&&((xe=document.createElement("div")).innerHTML=' <link/><table></table><a href="/a">a</a><input type="checkbox"/>',Se=!xe.getElementsByTagName("link").length,xe=void 0);var Ce={legend:[1,"<fieldset>","</fieldset>"],tr:[2,"<table><tbody>","</tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],_default:Se?[1,"X<div>","</div>"]:[0,"",""]};function Pe(e,t){return(t=t||document).querySelector(e)}function Me(e,t){return(t=t||document).querySelectorAll(e)}function Re(e){e.parentNode&&e.parentNode.removeChild(e)}function Ae(e,t){return t.appendChild(function(e,t){if(e.ownerDocument!==t.ownerDocument)try{return t.ownerDocument.importNode(e,!0)}catch(e){}return e}(e,t))}function ke(e,t){return Ae(t,e),e}Ce.td=Ce.th=[3,"<table><tbody><tr>","</tr></tbody></table>"],Ce.option=Ce.optgroup=[1,'<select multiple="multiple">',"</select>"],Ce.thead=Ce.tbody=Ce.colgroup=Ce.caption=Ce.tfoot=[1,"<table>","</table>"],Ce.polyline=Ce.ellipse=Ce.polygon=Ce.circle=Ce.text=Ce.line=Ce.path=Ce.rect=Ce.g=[1,'<svg xmlns="http://www.w3.org/2000/svg" version="1.1">',"</svg>"];var De={"alignment-baseline":1,"baseline-shift":1,clip:1,"clip-path":1,"clip-rule":1,color:1,"color-interpolation":1,"color-interpolation-filters":1,"color-profile":1,"color-rendering":1,cursor:1,direction:1,display:1,"dominant-baseline":1,"enable-background":1,fill:1,"fill-opacity":1,"fill-rule":1,filter:1,"flood-color":1,"flood-opacity":1,font:1,"font-family":1,"font-size":2,"font-size-adjust":1,"font-stretch":1,"font-style":1,"font-variant":1,"font-weight":1,"glyph-orientation-horizontal":1,"glyph-orientation-vertical":1,"image-rendering":1,kerning:1,"letter-spacing":1,"lighting-color":1,marker:1,"marker-end":1,"marker-mid":1,"marker-start":1,mask:1,opacity:1,overflow:1,"pointer-events":1,"shape-rendering":1,"stop-color":1,"stop-opacity":1,stroke:1,"stroke-dasharray":1,"stroke-dashoffset":1,"stroke-linecap":1,"stroke-linejoin":1,"stroke-miterlimit":1,"stroke-opacity":1,"stroke-width":2,"text-anchor":1,"text-decoration":1,"text-rendering":1,"unicode-bidi":1,visibility:1,"word-spacing":1,"writing-mode":1};function Te(e,t,n){var i=t.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),r=De[i];r?(2===r&&"number"==typeof n&&(n=String(n)+"px"),e.style[i]=n):e.setAttributeNS(null,t,n)}function ze(e,t,n){if("string"==typeof t){if(void 0===n)return function(e,t){return De[t]?e.style[t]:e.getAttributeNS(null,t)}(e,t);Te(e,t,n)}else!function(e,t){var n,i,r=Object.keys(t);for(n=0;i=r[n];n++)Te(e,i,t[i])}(e,t);return e}function Oe(e,t){if(e.indexOf)return e.indexOf(t);for(var n=0;n<e.length;++n)if(e[n]===t)return n;return-1}var Be=/\s+/,je=Object.prototype.toString;function Ne(e){return void 0!==e}function Le(e){return new Ie(e)}function Ie(e){if(!e||!e.nodeType)throw new Error("A DOM element reference is required");this.el=e,this.list=e.classList}function Fe(e){var t=e.parentNode;return t&&t.removeChild(e),e}function Ve(e){for(var t;t=e.firstChild;)Fe(t);return e}function He(e){return e.cloneNode(!0)}Ie.prototype.add=function(e){if(this.list)return this.list.add(e),this;var t=this.array();return~Oe(t,e)||t.push(e),Ne(this.el.className.baseVal)?this.el.className.baseVal=t.join(" "):this.el.className=t.join(" "),this},Ie.prototype.remove=function(e){if("[object RegExp]"===je.call(e))return this.removeMatching(e);if(this.list)return this.list.remove(e),this;var t=this.array(),n=Oe(t,e);return~n&&t.splice(n,1),this.el.className.baseVal=t.join(" "),this},Ie.prototype.removeMatching=function(e){for(var t=this.array(),n=0;n<t.length;n++)e.test(t[n])&&this.remove(t[n]);return this},Ie.prototype.toggle=function(e,t){return this.list?(Ne(t)?t!==this.list.toggle(e,t)&&this.list.toggle(e):this.list.toggle(e),this):(Ne(t)?t?this.add(e):this.remove(e):this.has(e)?this.remove(e):this.add(e),this)},Ie.prototype.array=function(){var e=(this.el.getAttribute("class")||"").replace(/^\s+|\s+$/g,"").split(Be);return""===e[0]&&e.shift(),e},Ie.prototype.has=Ie.prototype.contains=function(e){return this.list?this.list.contains(e):!!~Oe(this.array(),e)};var $e="http://www.w3.org/2000/svg",Ge='<svg xmlns="'+$e+'"';function We(e){var t=!1;"<svg"===e.substring(0,4)?-1===e.indexOf($e)&&(e=Ge+e.substring(4)):(e=Ge+">"+e+"</svg>",t=!0);var n=function(e){var t;return(t=new DOMParser).async=!1,t.parseFromString(e,"text/xml")}(e);if(!t)return n;for(var i=document.createDocumentFragment(),r=n.firstChild;r.firstChild;)i.appendChild(r.firstChild);return i}function Ue(e,t){var n;return"<"===e.charAt(0)?(n=We(e).firstChild,n=document.importNode(n,!0)):n=document.createElementNS($e,e),t&&ze(n,t),n}var qe=Ue("svg");function Ke(e,t){var n,i,r=Object.keys(t);for(n=0;i=r[n];n++)e[i]=t[i];return e}function Ye(e){return e?qe.createSVGTransformFromMatrix(e):qe.createSVGTransform()}var Xe=/([&<>]{1})/g,Ze=/([\n\r"]{1})/g,Qe={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"'"};function Je(e,t){return e.replace(t,(function(e,t){return Qe[t]||t}))}function et(e,t){var n,i,r,o,a;switch(e.nodeType){case 3:t.push(Je(e.textContent,Xe));break;case 1:if(t.push("<",e.tagName),e.hasAttributes())for(n=0,i=(r=e.attributes).length;n<i;++n)o=r.item(n),t.push(" ",o.name,'="',Je(o.value,Ze),'"');if(e.hasChildNodes()){for(t.push(">"),n=0,i=(a=e.childNodes).length;n<i;++n)et(a.item(n),t);t.push("</",e.tagName,">")}else t.push("/>");break;case 8:t.push("\x3c!--",Je(e.nodeValue,Xe),"--\x3e");break;case 4:t.push("<![CDATA[",e.nodeValue,"]]>");break;default:throw new Error("unable to handle node "+e.nodeType)}return t}function tt(e,t){var n=We(t);if(Ve(e),t){(function(e){return"#document-fragment"===e.nodeName})(n)||(n=n.documentElement);for(var i,r=(i=n.childNodes,Array.prototype.slice.call(i)),o=0;o<r.length;o++)Ae(r[o],e)}}function nt(e,t){if(void 0!==t){try{tt(e,t)}catch(e){throw new Error("error parsing SVG: "+e.message)}return e}return function(e){for(var t=e.firstChild,n=[];t;)et(t,n),t=t.nextSibling;return n.join("")}(e)}function it(e,t){return t instanceof SVGMatrix?e.createSVGTransformFromMatrix(t):t}function rt(e,t){var n=e.transform.baseVal;return t&&(Array.isArray(t)||(t=[t]),function(e,t){var n,i;for(e.clear(),n=0;i=t[n];n++)e.appendItem(it(e,i))}(n,t)),n.consolidate()}var ot=/^class /;function at(e){return"[object Array]"===Object.prototype.toString.call(e)}function st(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function ct(){var e=Array.prototype.slice.call(arguments);1===e.length&&at(e[0])&&(e=e[0]);var t=e.pop();return t.$inject=e,t}var lt=/constructor\s*[^(]*\(\s*([^)]*)\)/m,pt=/^(?:async\s+)?(?:function\s*[^(]*)?(?:\(\s*([^)]*)\)|(\w+))/m,ut=/\/\*([^*]*)\*\//m;function ht(e){if("function"!=typeof e)throw new Error('Cannot annotate "'+e+'". Expected a function!');var t=e.toString().match(function(e){return ot.test(e.toString())}(e)?lt:pt);if(!t)return[];var n=t[1]||t[2];return n&&n.split(",").map((function(e){var t=e.match(ut);return(t&&t[1]||e).trim()}))||[]}function dt(e,t){t=t||{get:function(e,t){if(n.push(e),!1===t)return null;throw a('No provider for "'+e+'"!')}};var n=[],i=this._providers=Object.create(t._providers||null),r=this._instances=Object.create(null),o=r.injector=this,a=function(e){var t=n.join(" -> ");return n.length=0,new Error(t?e+" (Resolving: "+t+")":e)};function s(e,o){if(!i[e]&&-1!==e.indexOf(".")){for(var c=e.split("."),l=s(c.shift());c.length;)l=l[c.shift()];return l}if(st(r,e))return r[e];if(st(i,e)){if(-1!==n.indexOf(e))throw n.push(e),a("Cannot resolve circular dependency!");return n.push(e),r[e]=i[e][0](i[e][1]),n.pop(),r[e]}return t.get(e,o)}function c(e,t){if(void 0===t&&(t={}),"function"!=typeof e){if(!at(e))throw new Error('Cannot invoke "'+e+'". Expected a function!');e=ct(e.slice())}return{fn:e,dependencies:(e.$inject||ht(e)).map((function(e){return st(t,e)?t[e]:s(e)}))}}function l(e){var t=c(e),n=t.fn,i=t.dependencies;return new(Function.prototype.bind.apply(n,[null].concat(i)))}function p(e,t,n){var i=c(e,n),r=i.fn,o=i.dependencies;return r.apply(t,o)}function u(e){return ct((function(t){return e.get(t)}))}function h(e,t){if(t&&t.length){var n,r,a,s,c=Object.create(null),l=Object.create(null),p=[],h=[],d=[];for(var m in i)n=i[m],-1!==t.indexOf(m)&&("private"===n[2]?-1===(r=p.indexOf(n[3]))?(s=u(a=n[3].createChild([],t)),p.push(n[3]),h.push(a),d.push(s),c[m]=[s,m,"private",a]):c[m]=[d[r],m,"private",h[r]]:c[m]=[n[2],n[1]],l[m]=!0),"factory"!==n[2]&&"type"!==n[2]||!n[1].$scope||t.forEach((function(e){-1!==n[1].$scope.indexOf(e)&&(c[m]=[n[2],n[1]],l[e]=!0)}));t.forEach((function(e){if(!l[e])throw new Error('No provider for "'+e+'". Cannot use provider from the parent!')})),e.unshift(c)}return new dt(e,o)}var d,m,f={factory:p,type:l,value:function(e){return e}};function v(e,t){var n=e.__init__||[];return function(){n.forEach((function(e){try{"string"==typeof e?t.get(e):t.invoke(e)}catch(e){if("undefined"!=typeof AggregateError)throw new AggregateError([e],"Failed to initialize!");throw new Error("Failed to initialize! "+e.message)}}))}}function g(e){var t=e.__exports__;if(t){var n=e.__modules__,r=Object.keys(e).reduce((function(t,n){return"__exports__"!==n&&"__modules__"!==n&&"__init__"!==n&&"__depends__"!==n&&(t[n]=e[n]),t}),Object.create(null)),a=h((n||[]).concat(r)),s=ct((function(e){return a.get(e)}));t.forEach((function(e){i[e]=[s,e,"private",a]}));var c=(e.__init__||[]).slice();return c.unshift((function(){a.init()})),v(e=Object.assign({},e,{__init__:c}),a)}return Object.keys(e).forEach((function(t){if("__init__"!==t&&"__depends__"!==t)if("private"!==e[t][2]){var n=e[t][0],r=e[t][1];i[t]=[f[n],mt(n,r),n]}else i[t]=e[t]})),v(e,o)}function y(e,t){return-1!==e.indexOf(t)||-1!==(e=(t.__depends__||[]).reduce(y,e)).indexOf(t)?e:e.concat(t)}this.get=s,this.invoke=p,this.instantiate=l,this.createChild=h,this.init=(d=e.reduce(y,[]).map(g),m=!1,function(){m||(m=!0,d.forEach((function(e){return e()})))})}function mt(e,t){return"value"!==e&&at(t)&&(t=ct(t.slice())),t}function ft(e,t){var n=this;t=t||1e3,e.on(["render.shape","render.connection"],t,(function(e,t){var i=e.type,r=t.element,o=t.gfx,a=t.attrs;if(n.canRender(r))return"render.shape"===i?n.drawShape(o,r,a):n.drawConnection(o,r,a)})),e.on(["render.getShapePath","render.getConnectionPath"],t,(function(e,t){if(n.canRender(t))return"render.getShapePath"===e.type?n.getShapePath(t):n.getConnectionPath(t)}))}function vt(e){return e.join(",").replace(/,?([A-z]),?/g,"$1")}function gt(e){for(var t,n="",i=0;t=e[i];i++)n+=t.x+","+t.y+" ";return n}function yt(e,t){var n=Ue("polyline");return ze(n,{points:gt(e)}),t&&ze(n,t),n}function bt(e){return w(e,(function(t){return!_(e,(function(e){return e!==t&&_t(t,e)}))}))}function _t(e,t){if(t){if(e===t)return t;if(e.parent)return _t(e.parent,t)}}function xt(e,t,n){var i=!n||-1===e.indexOf(t);return i&&e.push(t),i}function wt(e,t,n){n=n||0,d(e)||(e=[e]),E(e,(function(e,i){var r=t(e,i,n);d(r)&&r.length&&wt(r,t,n+1)}))}function Et(e,t){return function(e,t,n){var i=[],r=[];return wt(e,(function(e,o,a){xt(i,e,t);var s=e.children;if((-1===n||a<n)&&s&&xt(r,s,t))return s})),i}(e,!t,-1)}function St(e,t){var n,i,r,o;return t=!!t,d(e)||(e=[e]),E(e,(function(e){var a=e;e.waypoints&&!t&&(a=St(e.waypoints,!0));var s=a.x,c=a.y,l=a.height||0,p=a.width||0;(s<n||void 0===n)&&(n=s),(c<i||void 0===i)&&(i=c),(s+p>r||void 0===r)&&(r=s+p),(c+l>o||void 0===o)&&(o=c+l)})),{x:n,y:i,height:o-i,width:r-n}}function Ct(e){return"waypoints"in e?"connection":"x"in e?"shape":"root"}function Pt(e){return!(!e||!e.isFrame)}function Mt(e,t){return W({},e||{},t||{})}ft.prototype.canRender=function(){},ft.prototype.drawShape=function(){},ft.prototype.drawConnection=function(){},ft.prototype.getShapePath=function(){},ft.prototype.getConnectionPath=function(){};function Rt(e,t){ft.call(this,e,1),this.CONNECTION_STYLE=t.style(["no-fill"],{strokeWidth:5,stroke:"fuchsia"}),this.SHAPE_STYLE=t.style({fill:"white",stroke:"fuchsia",strokeWidth:2}),this.FRAME_STYLE=t.style(["no-fill"],{stroke:"fuchsia",strokeDasharray:4,strokeWidth:2})}r(Rt,ft),Rt.prototype.canRender=function(){return!0},Rt.prototype.drawShape=function(e,t,n){var i=Ue("rect");return ze(i,{x:0,y:0,width:t.width||0,height:t.height||0}),Pt(t)?ze(i,W({},this.FRAME_STYLE,n||{})):ze(i,W({},this.SHAPE_STYLE,n||{})),ke(e,i),i},Rt.prototype.drawConnection=function(e,t,n){var i=yt(t.waypoints,W({},this.CONNECTION_STYLE,n||{}));return ke(e,i),i},Rt.prototype.getShapePath=function(e){var t=e.x,n=e.y,i=e.width;return vt([["M",t,n],["l",i,0],["l",0,e.height],["l",-i,0],["z"]])},Rt.prototype.getConnectionPath=function(e){var t,n,i=e.waypoints,r=[];for(t=0;n=i[t];t++)n=n.original||n,r.push([0===t?"M":"L",n.x,n.y]);return vt(r)},Rt.$inject=["eventBus","styles"];var At={__init__:["defaultRenderer"],defaultRenderer:["type",Rt],styles:["type",function(){var e={"no-fill":{fill:"none"},"no-border":{strokeOpacity:0},"no-events":{pointerEvents:"none"}},t=this;this.cls=function(e,t,n){return W(this.style(t,n),{class:e})},this.style=function(t,n){d(t)||n||(n=t,t=[]);var i=C(t,(function(t,n){return W(t,e[n]||{})}),{});return n?W(i,n):i},this.computeStyle=function(e,n,i){return d(n)||(i=n,n=[]),t.style(n||[],W({},i,e||{}))}}]};function kt(e,t){if(!e||!t)return-1;var n=e.indexOf(t);return-1!==n&&e.splice(n,1),n}function Dt(e,t,n){if(e&&t){"number"!=typeof n&&(n=-1);var i=e.indexOf(t);if(-1!==i){if(i===n)return;if(-1===n)return;e.splice(i,1)}-1!==n?e.splice(n,0,t):e.push(t)}}function Tt(e,t){return e&&t?e.indexOf(t):-1}function zt(e,t){return e&&t?Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2)):-1}function Ot(e,t,n,i){if(void 0===i&&(i=5),!e||!t||!n)return!1;var r=(t.x-e.x)*(n.y-e.y)-(t.y-e.y)*(n.x-e.x),o=zt(e,t);return Math.abs(r/o)<=i}function Bt(e,t){var n;return function(e,t){var n;n=d(e)?e:[e,t];var i=n.slice().shift();return P(n,(function(e){return Math.abs(i.y-e.y)<=2}))}(n=d(e)?e:[e,t])?"h":!!function(e,t){var n;n=d(e)?e:[e,t];var i=n.slice().shift();return P(n,(function(e){return Math.abs(i.x-e.x)<=2}))}(n)&&"v"}function jt(e,t,n){return n=n||0,e.x>t.x-n&&e.y>t.y-n&&e.x<t.x+t.width+n&&e.y<t.y+t.height+n}function Nt(e,t){return{x:Math.round(e.x+(t.x-e.x)/2),y:Math.round(e.y+(t.y-e.y)/2)}}var Lt=/,?([a-z]),?/gi,It=parseFloat,Ft=Math,Vt=Ft.PI,Ht=Ft.min,$t=Ft.max,Gt=Ft.pow,Wt=Ft.abs,Ut=/([a-z])[\s,]*((-?\d*\.?\d*(?:e[-+]?\d+)?[\s]*,?[\s]*)+)/gi,qt=/(-?\d*\.?\d*(?:e[-+]?\d+)?)[\s]*,?[\s]*/gi,Kt=Array.isArray||function(e){return e instanceof Array};function Yt(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function Xt(e){if("function"==typeof e||Object(e)!==e)return e;var t=new e.constructor;for(var n in e)Yt(e,n)&&(t[n]=Xt(e[n]));return t}function Zt(e,t){for(var n=0,i=e.length;n<i;n++)if(e[n]===t)return e.push(e.splice(n,1)[0])}function Qt(e){var t=Qt.ps=Qt.ps||{};return t[e]?t[e].sleep=100:t[e]={sleep:100},setTimeout((function(){for(var n in t)Yt(t,n)&&n!=e&&(t[n].sleep--,!t[n].sleep&&delete t[n])})),t[e]}function Jt(e,t,n,i){return 1===arguments.length&&(t=e.y,n=e.width,i=e.height,e=e.x),{x:e,y:t,width:n,height:i,x2:e+n,y2:t+i}}function en(){return this.join(",").replace(Lt,"$1")}function tn(e){var t=Xt(e);return t.toString=en,t}function nn(e,t,n,i,r,o,a,s,c){var l=1-c,p=Gt(l,3),u=Gt(l,2),h=c*c*c,d=p*t+3*u*c*i+3*l*c*c*o+h*s;return{x:ln(p*e+3*u*c*n+3*l*c*c*r+h*a),y:ln(d)}}function rn(e){var t=vn.apply(null,e);return Jt(t.x0,t.y0,t.x1-t.x0,t.y1-t.y0)}function on(e,t,n){return t>=e.x&&t<=e.x+e.width&&n>=e.y&&n<=e.y+e.height}function an(e,t,n,i,r){return e*(e*(-3*t+9*n-9*i+3*r)+6*t-12*n+6*i)-3*t+3*n}function sn(e,t,n,i,r,o,a,s,c){null==c&&(c=1);for(var l=(c=c>1?1:c<0?0:c)/2,p=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],u=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472],h=0,d=0;d<12;d++){var m=l*p[d]+l,f=an(m,e,n,r,a),v=an(m,t,i,o,s),g=f*f+v*v;h+=u[d]*Ft.sqrt(g)}return l*h}function cn(e,t,n,i,r,o,a,s){if(!($t(e,n)<Ht(r,a)||Ht(e,n)>$t(r,a)||$t(t,i)<Ht(o,s)||Ht(t,i)>$t(o,s))){var c=(e*i-t*n)*(o-s)-(t-i)*(r*s-o*a),l=(e-n)*(o-s)-(t-i)*(r-a);if(l){var p=ln(((e*i-t*n)*(r-a)-(e-n)*(r*s-o*a))/l),u=ln(c/l),h=+p.toFixed(2),d=+u.toFixed(2);if(!(h<+Ht(e,n).toFixed(2)||h>+$t(e,n).toFixed(2)||h<+Ht(r,a).toFixed(2)||h>+$t(r,a).toFixed(2)||d<+Ht(t,i).toFixed(2)||d>+$t(t,i).toFixed(2)||d<+Ht(o,s).toFixed(2)||d>+$t(o,s).toFixed(2)))return{x:p,y:u}}}}function ln(e){return Math.round(1e11*e)/1e11}function pn(e,t,n){if(!function(e,t){return e=Jt(e),on(t=Jt(t),e.x,e.y)||on(t,e.x2,e.y)||on(t,e.x,e.y2)||on(t,e.x2,e.y2)||on(e,t.x,t.y)||on(e,t.x2,t.y)||on(e,t.x,t.y2)||on(e,t.x2,t.y2)||(e.x<t.x2&&e.x>t.x||t.x<e.x2&&t.x>e.x)&&(e.y<t.y2&&e.y>t.y||t.y<e.y2&&t.y>e.y)}(rn(e),rn(t)))return n?0:[];for(var i=sn.apply(0,e),r=sn.apply(0,t),o=hn(e)?1:~~(i/5)||1,a=hn(t)?1:~~(r/5)||1,s=[],c=[],l={},p=n?0:[],u=0;u<o+1;u++){var h=nn.apply(0,e.concat(u/o));s.push({x:h.x,y:h.y,t:u/o})}for(u=0;u<a+1;u++)h=nn.apply(0,t.concat(u/a)),c.push({x:h.x,y:h.y,t:u/a});for(u=0;u<o;u++)for(var d=0;d<a;d++){var m,f=s[u],v=s[u+1],g=c[d],y=c[d+1],b=Wt(v.x-f.x)<.01?"y":"x",_=Wt(y.x-g.x)<.01?"y":"x",x=cn(f.x,f.y,v.x,v.y,g.x,g.y,y.x,y.y);if(x){if(l[m=x.x.toFixed(9)+"#"+x.y.toFixed(9)])continue;l[m]=!0;var w=f.t+Wt((x[b]-f[b])/(v[b]-f[b]))*(v.t-f.t),E=g.t+Wt((x[_]-g[_])/(y[_]-g[_]))*(y.t-g.t);w>=0&&w<=1&&E>=0&&E<=1&&(n?p++:p.push({x:x.x,y:x.y,t1:w,t2:E}))}}return p}function un(e){var t=Qt(e);if(t.abs)return tn(t.abs);if(Kt(e)&&Kt(e&&e[0])||(e=function(e){if(!e)return null;var t=Qt(e);if(t.arr)return Xt(t.arr);var n={a:7,c:6,h:1,l:2,m:2,q:4,s:4,t:2,v:1,z:0},i=[];return Kt(e)&&Kt(e[0])&&(i=Xt(e)),i.length||String(e).replace(Ut,(function(e,t,r){var o=[],a=t.toLowerCase();for(r.replace(qt,(function(e,t){t&&o.push(+t)})),"m"==a&&o.length>2&&(i.push([t].concat(o.splice(0,2))),a="l",t="m"==t?"l":"L");o.length>=n[a]&&(i.push([t].concat(o.splice(0,n[a]))),n[a]););})),i.toString=Qt.toString,t.arr=Xt(i),i}(e)),!e||!e.length)return[["M",0,0]];var n,i=[],r=0,o=0,a=0,s=0,c=0;"M"==e[0][0]&&(a=r=+e[0][1],s=o=+e[0][2],c++,i[0]=["M",r,o]);for(var l,p,u=c,h=e.length;u<h;u++){if(i.push(l=[]),(n=(p=e[u])[0])!=n.toUpperCase())switch(l[0]=n.toUpperCase(),l[0]){case"A":l[1]=p[1],l[2]=p[2],l[3]=p[3],l[4]=p[4],l[5]=p[5],l[6]=+p[6]+r,l[7]=+p[7]+o;break;case"V":l[1]=+p[1]+o;break;case"H":l[1]=+p[1]+r;break;case"M":a=+p[1]+r,s=+p[2]+o;default:for(var d=1,m=p.length;d<m;d++)l[d]=+p[d]+(d%2?r:o)}else for(var f=0,v=p.length;f<v;f++)l[f]=p[f];switch(n=n.toUpperCase(),l[0]){case"Z":r=+a,o=+s;break;case"H":r=l[1];break;case"V":o=l[1];break;case"M":a=l[l.length-2],s=l[l.length-1];default:r=l[l.length-2],o=l[l.length-1]}}return i.toString=en,t.abs=tn(i),i}function hn(e){return e[0]===e[2]&&e[1]===e[3]&&e[4]===e[6]&&e[5]===e[7]}function dn(e,t,n,i){return[e,t,n,i,n,i]}function mn(e,t,n,i,r,o){var a=1/3,s=2/3;return[a*e+s*n,a*t+s*i,a*r+s*n,a*o+s*i,r,o]}function fn(e,t,n,i,r,o,a,s,c,l){var p,u=120*Vt/180,h=Vt/180*(+r||0),d=[],m=function(e){return function t(){var n=Array.prototype.slice.call(arguments,0),i=n.join("␀"),r=t.cache=t.cache||{},o=t.count=t.count||[];return Yt(r,i)?(Zt(o,i),r[i]):(o.length>=1e3&&delete r[o.shift()],o.push(i),r[i]=e.apply(0,n),r[i])}}((function(e,t,n){return{x:e*Ft.cos(n)-t*Ft.sin(n),y:e*Ft.sin(n)+t*Ft.cos(n)}}));if(l)E=l[0],S=l[1],x=l[2],w=l[3];else{e=(p=m(e,t,-h)).x,t=p.y;var f=(e-(s=(p=m(s,c,-h)).x))/2,v=(t-(c=p.y))/2,g=f*f/(n*n)+v*v/(i*i);g>1&&(n*=g=Ft.sqrt(g),i*=g);var y=n*n,b=i*i,_=(o==a?-1:1)*Ft.sqrt(Wt((y*b-y*v*v-b*f*f)/(y*v*v+b*f*f))),x=_*n*v/i+(e+s)/2,w=_*-i*f/n+(t+c)/2,E=Ft.asin(((t-w)/i).toFixed(9)),S=Ft.asin(((c-w)/i).toFixed(9));(E=e<x?Vt-E:E)<0&&(E=2*Vt+E),(S=s<x?Vt-S:S)<0&&(S=2*Vt+S),a&&E>S&&(E-=2*Vt),!a&&S>E&&(S-=2*Vt)}var C=S-E;if(Wt(C)>u){var P=S,M=s,R=c;S=E+u*(a&&S>E?1:-1),d=fn(s=x+n*Ft.cos(S),c=w+i*Ft.sin(S),n,i,r,0,a,M,R,[S,P,x,w])}C=S-E;var A=Ft.cos(E),k=Ft.sin(E),D=Ft.cos(S),T=Ft.sin(S),z=Ft.tan(C/4),O=4/3*n*z,B=4/3*i*z,j=[e,t],N=[e+O*k,t-B*A],L=[s+O*T,c-B*D],I=[s,c];if(N[0]=2*j[0]-N[0],N[1]=2*j[1]-N[1],l)return[N,L,I].concat(d);for(var F=[],V=0,H=(d=[N,L,I].concat(d).join().split(",")).length;V<H;V++)F[V]=V%2?m(d[V-1],d[V],h).y:m(d[V],d[V+1],h).x;return F}function vn(e,t,n,i,r,o,a,s){for(var c,l,p,u,h,d,m,f,v=[],g=[[],[]],y=0;y<2;++y)if(0==y?(l=6*e-12*n+6*r,c=-3*e+9*n-9*r+3*a,p=3*n-3*e):(l=6*t-12*i+6*o,c=-3*t+9*i-9*o+3*s,p=3*i-3*t),Wt(c)<1e-12){if(Wt(l)<1e-12)continue;0<(u=-p/l)&&u<1&&v.push(u)}else m=l*l-4*p*c,f=Ft.sqrt(m),m<0||(0<(h=(-l+f)/(2*c))&&h<1&&v.push(h),0<(d=(-l-f)/(2*c))&&d<1&&v.push(d));for(var b,_=v.length,x=_;_--;)b=1-(u=v[_]),g[0][_]=b*b*b*e+3*b*b*u*n+3*b*u*u*r+u*u*u*a,g[1][_]=b*b*b*t+3*b*b*u*i+3*b*u*u*o+u*u*u*s;return g[0][x]=e,g[1][x]=t,g[0][x+1]=a,g[1][x+1]=s,g[0].length=g[1].length=x+2,{x0:Ht.apply(0,g[0]),y0:Ht.apply(0,g[1]),x1:$t.apply(0,g[0]),y1:$t.apply(0,g[1])}}function gn(e){var t=Qt(e);if(t.curve)return tn(t.curve);for(var n=un(e),i={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},r=function(e,t,n){var i,r;if(!e)return["C",t.x,t.y,t.x,t.y,t.x,t.y];switch(!(e[0]in{T:1,Q:1})&&(t.qx=t.qy=null),e[0]){case"M":t.X=e[1],t.Y=e[2];break;case"A":e=["C"].concat(fn.apply(0,[t.x,t.y].concat(e.slice(1))));break;case"S":"C"==n||"S"==n?(i=2*t.x-t.bx,r=2*t.y-t.by):(i=t.x,r=t.y),e=["C",i,r].concat(e.slice(1));break;case"T":"Q"==n||"T"==n?(t.qx=2*t.x-t.qx,t.qy=2*t.y-t.qy):(t.qx=t.x,t.qy=t.y),e=["C"].concat(mn(t.x,t.y,t.qx,t.qy,e[1],e[2]));break;case"Q":t.qx=e[1],t.qy=e[2],e=["C"].concat(mn(t.x,t.y,e[1],e[2],e[3],e[4]));break;case"L":e=["C"].concat(dn(t.x,t.y,e[1],e[2]));break;case"H":e=["C"].concat(dn(t.x,t.y,e[1],t.y));break;case"V":e=["C"].concat(dn(t.x,t.y,t.x,e[1]));break;case"Z":e=["C"].concat(dn(t.x,t.y,t.X,t.Y))}return e},o=function(e,t){if(e[t].length>7){e[t].shift();for(var i=e[t];i.length;)a[t]="A",e.splice(t++,0,["C"].concat(i.splice(0,6)));e.splice(t,1),p=n.length}},a=[],s="",c="",l=0,p=n.length;l<p;l++){n[l]&&(s=n[l][0]),"C"!=s&&(a[l]=s,l&&(c=a[l-1])),n[l]=r(n[l],i,c),"A"!=a[l]&&"C"==s&&(a[l]="C"),o(n,l);var u=n[l],h=u.length;i.x=u[h-2],i.y=u[h-1],i.bx=It(u[h-4])||i.x,i.by=It(u[h-3])||i.y}return t.curve=tn(n),n}var yn=function(e,t,n){e=gn(e),t=gn(t);for(var i,r,o,a,s,c,l,p,u,h,d=n?0:[],m=0,f=e.length;m<f;m++){var v=e[m];if("M"==v[0])i=s=v[1],r=c=v[2];else{"C"==v[0]?(u=[i,r].concat(v.slice(1)),i=u[6],r=u[7]):(u=[i,r,i,r,s,c,s,c],i=s,r=c);for(var g=0,y=t.length;g<y;g++){var b=t[g];if("M"==b[0])o=l=b[1],a=p=b[2];else{"C"==b[0]?(h=[o,a].concat(b.slice(1)),o=h[6],a=h[7]):(h=[o,a,o,a,l,p,l,p],o=l,a=p);var _=pn(u,h,n);if(n)d+=_;else{for(var x=0,w=_.length;x<w;x++)_[x].segment1=m,_[x].segment2=g,_[x].bez1=u,_[x].bez2=h;d=d.concat(_)}}}}}return d};function bn(e){return{x:Math.round(e.x),y:Math.round(e.y),width:Math.round(e.width),height:Math.round(e.height)}}function _n(e){return{x:Math.round(e.x),y:Math.round(e.y)}}function xn(e){return{top:e.y,right:e.x+(e.width||0),bottom:e.y+(e.height||0),left:e.x}}function wn(e){return{x:e.left,y:e.top,width:e.right-e.left,height:e.bottom-e.top}}function En(e){for(var t=e.waypoints,n=t.reduce((function(e,n,i){var r=t[i-1];if(r){var o=e[e.length-1],a=o&&o.endLength||0,s=function(e,t){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))}(r,n);e.push({start:r,end:n,startLength:a,endLength:a+s,length:s})}return e}),[]),i=n.reduce((function(e,t){return e+t.length}),0)/2,r=0,o=n[r];o.endLength<i;)o=n[++r];var a=(i-o.startLength)/o.length;return{x:o.start.x+(o.end.x-o.start.x)*a,y:o.start.y+(o.end.y-o.start.y)*a}}function Sn(e){return function(e){return!!e.waypoints}(e)?En(e):_n({x:(t=e).x+(t.width||0)/2,y:t.y+(t.height||0)/2});var t}function Cn(e,t,n){m(n=n||0)||(n={x:n,y:n});var i=xn(e),r=xn(t),o=i.bottom+n.y<=r.top,a=i.left-n.x>=r.right,s=i.top-n.y>=r.bottom,c=o?"top":s?"bottom":null,l=i.right+n.x<=r.left?"left":a?"right":null;return l&&c?c+"-"+l:l||c||"intersect"}function Pn(e,t,n){var i=function(e,t){return yn(e,t)}(e,t);return 1===i.length||2===i.length&&zt(i[0],i[1])<1?_n(i[0]):i.length>1?_n((i=B(i,(function(e){var t=Math.floor(100*e.t2)||1;return t=((t=100-t)<10?"0":"")+t,e.segment2+"#"+t})))[n?0:i.length-1]):null}function Mn(e,t){return Math.round(e*t)/t}function Rn(e){return f(e)?e+"px":e}function An(e,t,n){var i=Ue("g");Le(i).add(t);var r=void 0!==n?n:e.childNodes.length-1;return e.insertBefore(i,e.childNodes[r]||null),i}var kn={shape:["x","y","width","height"],connection:["waypoints"]};function Dn(e,t,n,i){this._eventBus=t,this._elementRegistry=i,this._graphicsFactory=n,this._rootsIdx=0,this._layers={},this._planes=[],this._rootElement=null,this._init(e||{})}function Tn(e,t){var n="matrix("+t.a+","+t.b+","+t.c+","+t.d+","+t.e+","+t.f+")";e.setAttribute("transform",n)}Dn.$inject=["config.canvas","eventBus","graphicsFactory","elementRegistry"],Dn.prototype._init=function(e){var t=this._eventBus,n=this._container=function(e){var t=(e=W({},{width:"100%",height:"100%"},e)).container||document.body,n=document.createElement("div");return n.setAttribute("class","djs-container"),ie(n,{position:"relative",overflow:"hidden",width:Rn(e.width),height:Rn(e.height)}),t.appendChild(n),n}(e),i=this._svg=Ue("svg");ze(i,{width:"100%",height:"100%"}),ke(n,i);var r=this._viewport=An(i,"viewport");!1!==e.deferUpdate&&(this._viewboxChanged=V(H(this._viewboxChanged,this),300)),t.on("diagram.init",(function(){t.fire("canvas.init",{svg:i,viewport:r})}),this),t.on(["shape.added","connection.added","shape.removed","connection.removed","elements.changed","root.set"],(function(){delete this._cachedViewbox}),this),t.on("diagram.destroy",500,this._destroy,this),t.on("diagram.clear",500,this._clear,this)},Dn.prototype._destroy=function(e){this._eventBus.fire("canvas.destroy",{svg:this._svg,viewport:this._viewport});var t=this._container.parentNode;t&&t.removeChild(this._container),delete this._svg,delete this._container,delete this._layers,delete this._planes,delete this._rootElement,delete this._viewport},Dn.prototype._clear=function(){var e=this;this._elementRegistry.getAll().forEach((function(t){var n=Ct(t);"root"===n?e.removeRootElement(t):e._removeElement(t,n)})),this._planes=[],this._rootElement=null,delete this._cachedViewbox},Dn.prototype.getDefaultLayer=function(){return this.getLayer("base",0)},Dn.prototype.getLayer=function(e,t){if(!e)throw new Error("must specify a name");var n=this._layers[e];if(n||(n=this._layers[e]=this._createLayer(e,t)),void 0!==t&&n.index!==t)throw new Error("layer <"+e+"> already created at index <"+t+">");return n.group},Dn.prototype._getChildIndex=function(e){return C(this._layers,(function(t,n){return n.visible&&e>=n.index&&t++,t}),0)},Dn.prototype._createLayer=function(e,t){void 0===t&&(t=1);var n=this._getChildIndex(t);return{group:An(this._viewport,"layer-"+e,n),index:t,visible:!0}},Dn.prototype.showLayer=function(e){if(!e)throw new Error("must specify a name");var t=this._layers[e];if(!t)throw new Error("layer <"+e+"> does not exist");var n=this._viewport,i=t.group,r=t.index;if(t.visible)return i;var o=this._getChildIndex(r);return n.insertBefore(i,n.childNodes[o]||null),t.visible=!0,i},Dn.prototype.hideLayer=function(e){if(!e)throw new Error("must specify a name");var t=this._layers[e];if(!t)throw new Error("layer <"+e+"> does not exist");var n=t.group;return t.visible?(Fe(n),t.visible=!1,n):n},Dn.prototype._removeLayer=function(e){var t=this._layers[e];t&&(delete this._layers[e],Fe(t.group))},Dn.prototype.getActiveLayer=function(){var e=this._findPlaneForRoot(this.getRootElement());return e?e.layer:null},Dn.prototype.findRoot=function(e){if("string"==typeof e&&(e=this._elementRegistry.get(e)),e)return(this._findPlaneForRoot(function(e){for(;e.parent;)e=e.parent;return e}(e))||{}).rootElement},Dn.prototype.getRootElements=function(){return this._planes.map((function(e){return e.rootElement}))},Dn.prototype._findPlaneForRoot=function(e){return _(this._planes,(function(t){return t.rootElement===e}))},Dn.prototype.getContainer=function(){return this._container},Dn.prototype._updateMarker=function(e,t,n){var i;e.id||(e=this._elementRegistry.get(e)),(i=this._elementRegistry._elements[e.id])&&(E([i.gfx,i.secondaryGfx],(function(e){e&&(n?Le(e).add(t):Le(e).remove(t))})),this._eventBus.fire("element.marker.update",{element:e,gfx:i.gfx,marker:t,add:!!n}))},Dn.prototype.addMarker=function(e,t){this._updateMarker(e,t,!0)},Dn.prototype.removeMarker=function(e,t){this._updateMarker(e,t,!1)},Dn.prototype.hasMarker=function(e,t){return e.id||(e=this._elementRegistry.get(e)),Le(this.getGraphics(e)).has(t)},Dn.prototype.toggleMarker=function(e,t){this.hasMarker(e,t)?this.removeMarker(e,t):this.addMarker(e,t)},Dn.prototype.getRootElement=function(){var e=this._rootElement;return e||this._planes.length?e:this.setRootElement(this.addRootElement(null))},Dn.prototype.addRootElement=function(e){var t=this._rootsIdx++;e||(e={id:"__implicitroot_"+t,children:[],isImplicit:!0});var n=e.layer="root-"+t;this._ensureValid("root",e);var i=this.getLayer(n,0);return this.hideLayer(n),this._addRoot(e,i),this._planes.push({rootElement:e,layer:i}),e},Dn.prototype.removeRootElement=function(e){if("string"==typeof e&&(e=this._elementRegistry.get(e)),this._findPlaneForRoot(e))return this._removeRoot(e),this._removeLayer(e.layer),this._planes=this._planes.filter((function(t){return t.rootElement!==e})),this._rootElement===e&&(this._rootElement=null),e},Dn.prototype.setRootElement=function(e,t){if(u(t))throw new Error("override not supported");if(e!==this._rootElement){if(!e)throw new Error("rootElement required");return this._findPlaneForRoot(e)||(e=this.addRootElement(e)),this._setRoot(e),e}},Dn.prototype._removeRoot=function(e){var t=this._elementRegistry,n=this._eventBus;n.fire("root.remove",{element:e}),n.fire("root.removed",{element:e}),t.remove(e)},Dn.prototype._addRoot=function(e,t){var n=this._elementRegistry,i=this._eventBus;i.fire("root.add",{element:e}),n.add(e,t),i.fire("root.added",{element:e,gfx:t})},Dn.prototype._setRoot=function(e,t){var n=this._rootElement;n&&(this._elementRegistry.updateGraphics(n,null,!0),this.hideLayer(n.layer)),e&&(t||(t=this._findPlaneForRoot(e).layer),this._elementRegistry.updateGraphics(e,this._svg,!0),this.showLayer(e.layer)),this._rootElement=e,this._eventBus.fire("root.set",{element:e})},Dn.prototype._ensureValid=function(e,t){if(!t.id)throw new Error("element must have an id");if(this._elementRegistry.get(t.id))throw new Error("element <"+t.id+"> already exists");var n=kn[e];if(!P(n,(function(e){return void 0!==t[e]})))throw new Error("must supply { "+n.join(", ")+" } with "+e)},Dn.prototype._setParent=function(e,t,n){Dt(t.children,e,n),e.parent=t},Dn.prototype._addElement=function(e,t,n,i){n=n||this.getRootElement();var r=this._eventBus,o=this._graphicsFactory;this._ensureValid(e,t),r.fire(e+".add",{element:t,parent:n}),this._setParent(t,n,i);var a=o.create(e,t,i);return this._elementRegistry.add(t,a),o.update(e,t,a),r.fire(e+".added",{element:t,gfx:a}),t},Dn.prototype.addShape=function(e,t,n){return this._addElement("shape",e,t,n)},Dn.prototype.addConnection=function(e,t,n){return this._addElement("connection",e,t,n)},Dn.prototype._removeElement=function(e,t){var n=this._elementRegistry,i=this._graphicsFactory,r=this._eventBus;if(e=n.get(e.id||e))return r.fire(t+".remove",{element:e}),i.remove(e),kt(e.parent&&e.parent.children,e),e.parent=null,r.fire(t+".removed",{element:e}),n.remove(e),e},Dn.prototype.removeShape=function(e){return this._removeElement(e,"shape")},Dn.prototype.removeConnection=function(e){return this._removeElement(e,"connection")},Dn.prototype.getGraphics=function(e,t){return this._elementRegistry.getGraphics(e,t)},Dn.prototype._changeViewbox=function(e){this._eventBus.fire("canvas.viewbox.changing"),e.apply(this),this._cachedViewbox=null,this._viewboxChanged()},Dn.prototype._viewboxChanged=function(){this._eventBus.fire("canvas.viewbox.changed",{viewbox:this.viewbox()})},Dn.prototype.viewbox=function(e){if(void 0===e&&this._cachedViewbox)return this._cachedViewbox;var t,n,i,r,o,a,s,c=this._viewport,l=this.getSize();return e?(this._changeViewbox((function(){o=Math.min(l.width/e.width,l.height/e.height);var t=this._svg.createSVGMatrix().scale(o).translate(-e.x,-e.y);rt(c,t)})),e):(t=(i=this._rootElement?this.getActiveLayer():null)&&i.getBBox()||{},n=(r=rt(c))?r.matrix:function(e,t,n,i,r,o){var a=qe.createSVGMatrix();switch(arguments.length){case 0:return a;case 1:return Ke(a,e);case 6:return Ke(a,{a:e,b:t,c:n,d:i,e:r,f:o})}}(),o=Mn(n.a,1e3),a=Mn(-n.e||0,1e3),s=Mn(-n.f||0,1e3),e=this._cachedViewbox={x:a?a/o:0,y:s?s/o:0,width:l.width/o,height:l.height/o,scale:o,inner:{width:t.width||0,height:t.height||0,x:t.x||0,y:t.y||0},outer:l})},Dn.prototype.scroll=function(e){var t=this._viewport,n=t.getCTM();return e&&this._changeViewbox((function(){e=W({dx:0,dy:0},e||{}),n=this._svg.createSVGMatrix().translate(e.dx,e.dy).multiply(n),Tn(t,n)})),{x:n.e,y:n.f}},Dn.prototype.scrollToElement=function(e,t){var n=100;"string"==typeof e&&(e=this._elementRegistry.get(e));var i=this.findRoot(e);i!==this.getRootElement()&&this.setRootElement(i),t||(t={}),"number"==typeof t&&(n=t),t={top:t.top||n,right:t.right||n,bottom:t.bottom||n,left:t.left||n};var r,o,a=St(e),s=xn(a),c=this.viewbox(),l=this.zoom();c.y+=t.top/l,c.x+=t.left/l,c.width-=(t.right+t.left)/l,c.height-=(t.bottom+t.top)/l;var p=xn(c);if(a.width<c.width&&a.height<c.height){var u=Math.max(0,s.right-p.right),h=Math.min(0,s.left-p.left),d=Math.max(0,s.bottom-p.bottom),m=Math.min(0,s.top-p.top);r=u||h,o=d||m}else r=a.x-c.x,o=a.y-c.y;this.scroll({dx:-r*l,dy:-o*l})},Dn.prototype.zoom=function(e,t){return e?"fit-viewport"===e?this._fitViewport(t):(this._changeViewbox((function(){"object"!=typeof t&&(n=this.viewbox().outer,t={x:n.width/2,y:n.height/2}),i=this._setZoom(e,t)})),Mn(i.a,1e3)):this.viewbox(e).scale;var n,i},Dn.prototype._fitViewport=function(e){var t,n,i=this.viewbox(),r=i.outer,o=i.inner;return o.x>=0&&o.y>=0&&o.x+o.width<=r.width&&o.y+o.height<=r.height&&!e?n={x:0,y:0,width:Math.max(o.width+o.x,r.width),height:Math.max(o.height+o.y,r.height)}:(t=Math.min(1,r.width/o.width,r.height/o.height),n={x:o.x+(e?o.width/2-r.width/t/2:0),y:o.y+(e?o.height/2-r.height/t/2:0),width:r.width/t,height:r.height/t}),this.viewbox(n),this.viewbox(!1).scale},Dn.prototype._setZoom=function(e,t){var n,i,r,o,a=this._svg,s=this._viewport,c=a.createSVGMatrix(),l=a.createSVGPoint(),p=(i=s.getCTM()).a;return t?(n=W(l,t).matrixTransform(i.inverse()),r=c.translate(n.x,n.y).scale(1/p*e).translate(-n.x,-n.y),o=i.multiply(r)):o=c.scale(e),Tn(this._viewport,o),o},Dn.prototype.getSize=function(){return{width:this._container.clientWidth,height:this._container.clientHeight}},Dn.prototype.getAbsoluteBBox=function(e){var t,n=this.viewbox();e.waypoints?t=this.getGraphics(e).getBBox():t=e;return{x:t.x*n.scale-n.x*n.scale,y:t.y*n.scale-n.y*n.scale,width:t.width*n.scale,height:t.height*n.scale}},Dn.prototype.resized=function(){delete this._cachedViewbox,this._eventBus.fire("canvas.resized")};var zn="data-element-id";function On(e){this._elements={},this._eventBus=e}On.$inject=["eventBus"],On.prototype.add=function(e,t,n){var i=e.id;this._validateId(i),ze(t,zn,i),n&&ze(n,zn,i),this._elements[i]={element:e,gfx:t,secondaryGfx:n}},On.prototype.remove=function(e){var t=this._elements,n=e.id||e,i=n&&t[n];i&&(ze(i.gfx,zn,""),i.secondaryGfx&&ze(i.secondaryGfx,zn,""),delete t[n])},On.prototype.updateId=function(e,t){this._validateId(t),"string"==typeof e&&(e=this.get(e)),this._eventBus.fire("element.updateId",{element:e,newId:t});var n=this.getGraphics(e),i=this.getGraphics(e,!0);this.remove(e),e.id=t,this.add(e,n,i)},On.prototype.updateGraphics=function(e,t,n){var i=e.id||e,r=this._elements[i];return n?r.secondaryGfx=t:r.gfx=t,t&&ze(t,zn,i),t},On.prototype.get=function(e){var t;t="string"==typeof e?e:e&&ze(e,zn);var n=this._elements[t];return n&&n.element},On.prototype.filter=function(e){var t=[];return this.forEach((function(n,i){e(n,i)&&t.push(n)})),t},On.prototype.find=function(e){for(var t=this._elements,n=Object.keys(t),i=0;i<n.length;i++){var r=t[n[i]],o=r.element;if(e(o,r.gfx))return o}},On.prototype.getAll=function(){return this.filter((function(e){return e}))},On.prototype.forEach=function(e){var t=this._elements;Object.keys(t).forEach((function(n){var i=t[n],r=i.element,o=i.gfx;return e(r,o)}))},On.prototype.getGraphics=function(e,t){var n=e.id||e,i=this._elements[n];return i&&(t?i.secondaryGfx:i.gfx)},On.prototype._validateId=function(e){if(!e)throw new Error("element must have an id");if(this._elements[e])throw new Error("element with id "+e+" already added")};var Bn={extend:function(e,t,n,i){var r=n.inverse;return Object.defineProperty(e,"remove",{value:function(e){var n=this.indexOf(e);return-1!==n&&(this.splice(n,1),t.unset(e,r,i)),e}}),Object.defineProperty(e,"contains",{value:function(e){return-1!==this.indexOf(e)}}),Object.defineProperty(e,"add",{value:function(e,n){var o=this.indexOf(e);if(void 0===n){if(-1!==o)return;n=this.length}-1!==o&&this.splice(o,1),this.splice(n,0,e),-1===o&&t.set(e,r,i)}}),Object.defineProperty(e,"__refs_collection",{value:!0}),e},isExtended:function(e){return!0===e.__refs_collection}};function jn(e,t,n){var i=Bn.extend(n[t.name]||[],e,t,n);Object.defineProperty(n,t.name,{enumerable:t.enumerable,value:i}),i.length&&i.forEach((function(i){e.set(i,t.inverse,n)}))}function Nn(e,t){if(!(this instanceof Nn))return new Nn(e,t);e.inverse=t,t.inverse=e,this.props={},this.props[e.name]=e,this.props[t.name]=t}Nn.prototype.bind=function(e,t){if("string"==typeof t){if(!this.props[t])throw new Error("no property <"+t+"> in ref");t=this.props[t]}t.collection?jn(this,t,e):function(e,t,n){var i=t.inverse,r=n[t.name];Object.defineProperty(n,t.name,{configurable:t.configurable,enumerable:t.enumerable,get:function(){return r},set:function(t){if(t!==r){var o=r;r=null,o&&e.unset(o,i,n),r=t,e.set(r,i,n)}}})}(this,t,e)},Nn.prototype.ensureRefsCollection=function(e,t){var n=e[t.name];return Bn.isExtended(n)||jn(this,t,e),n},Nn.prototype.ensureBound=function(e,t){(function(e,t){return Object.prototype.hasOwnProperty.call(e,t.name||t)})(e,t)||this.bind(e,t)},Nn.prototype.unset=function(e,t,n){e&&(this.ensureBound(e,t),t.collection?this.ensureRefsCollection(e,t).remove(n):e[t.name]=void 0)},Nn.prototype.set=function(e,t,n){e&&(this.ensureBound(e,t),t.collection?this.ensureRefsCollection(e,t).add(n):e[t.name]=n)};var Ln=Nn,In=Bn;Ln.Collection=In;var Fn=new Ln({name:"children",enumerable:!0,collection:!0},{name:"parent"}),Vn=new Ln({name:"labels",enumerable:!0,collection:!0},{name:"labelTarget"}),Hn=new Ln({name:"attachers",collection:!0},{name:"host"}),$n=new Ln({name:"outgoing",collection:!0},{name:"source"}),Gn=new Ln({name:"incoming",collection:!0},{name:"target"});function Wn(){Object.defineProperty(this,"businessObject",{writable:!0}),Object.defineProperty(this,"label",{get:function(){return this.labels[0]},set:function(e){var t=this.label,n=this.labels;!e&&t?n.remove(t):n.add(e,0)}}),Fn.bind(this,"parent"),Vn.bind(this,"labels"),$n.bind(this,"outgoing"),Gn.bind(this,"incoming")}function Un(){Wn.call(this),Fn.bind(this,"children"),Hn.bind(this,"host"),Hn.bind(this,"attachers")}function qn(){Un.call(this)}function Kn(){Un.call(this),Vn.bind(this,"labelTarget")}function Yn(){Wn.call(this),$n.bind(this,"source"),Gn.bind(this,"target")}r(Un,Wn),r(qn,Un),r(Kn,Un),r(Yn,Wn);var Xn={connection:Yn,shape:Un,label:Kn,root:qn};function Zn(){this._uid=12}Zn.prototype.createRoot=function(e){return this.create("root",e)},Zn.prototype.createLabel=function(e){return this.create("label",e)},Zn.prototype.createShape=function(e){return this.create("shape",e)},Zn.prototype.createConnection=function(e){return this.create("connection",e)},Zn.prototype.create=function(e,t){return(t=W({},t||{})).id||(t.id=e+"_"+this._uid++),function(e,t){var n=Xn[e];if(!n)throw new Error("unknown type: <"+e+">");return W(new n,t)}(e,t)};var Qn=Array.prototype.slice;function Jn(){this._listeners={},this.on("diagram.destroy",1,this._destroy,this)}function ei(){}function ti(e){return e.childNodes[0]}function ni(e,t,n,i,r){var o=Ye();o.setTranslate(t,n);var a=Ye();a.setRotate(i||0,0,0);var s=Ye();s.setScale(r||1,r||1),rt(e,[o,a,s])}function ii(e,t,n){var i=Ye();i.setTranslate(t,n),rt(e,i)}function ri(e,t){var n=Ye();n.setRotate(t,0,0),rt(e,n)}function oi(e,t){this._eventBus=e,this._elementRegistry=t}function ai(e,t,n){var i=n||t.firstChild;e!==i&&t.insertBefore(e,i)}Jn.prototype.on=function(e,t,n,i){if(e=d(e)?e:[e],v(t)&&(i=n,n=t,t=1e3),!f(t))throw new Error("priority must be a number");var r=n;i&&((r=H(n,i)).__fn=n.__fn||n);var o=this;e.forEach((function(e){o._addListener(e,{priority:t,callback:r,next:null})}))},Jn.prototype.once=function(e,t,n,i){var r=this;if(v(t)&&(i=n,n=t,t=1e3),!f(t))throw new Error("priority must be a number");function o(){o.__isTomb=!0;var t=n.apply(i,arguments);return r.off(e,o),t}o.__fn=n,this.on(e,t,o)},Jn.prototype.off=function(e,t){e=d(e)?e:[e];var n=this;e.forEach((function(e){n._removeListener(e,t)}))},Jn.prototype.createEvent=function(e){var t=new ei;return t.init(e),t},Jn.prototype.fire=function(e,t){var n,i,r,o;if(o=Qn.call(arguments),"object"==typeof e&&(e=(t=e).type),!e)throw new Error("no event type specified");if(i=this._listeners[e]){n=t instanceof ei?t:this.createEvent(t),o[0]=n;var a=n.type;e!==a&&(n.type=e);try{r=this._invokeListeners(n,o,i)}finally{e!==a&&(n.type=a)}return void 0===r&&n.defaultPrevented&&(r=!1),r}},Jn.prototype.handleError=function(e){return!1===this.fire("error",{error:e})},Jn.prototype._destroy=function(){this._listeners={}},Jn.prototype._invokeListeners=function(e,t,n){for(var i;n&&!e.cancelBubble;)i=this._invokeListener(e,t,n),n=n.next;return i},Jn.prototype._invokeListener=function(e,t,n){var i;if(n.callback.__isTomb)return i;try{void 0!==(i=function(e,t){return e.apply(null,t)}(n.callback,t))&&(e.returnValue=i,e.stopPropagation()),!1===i&&e.preventDefault()}catch(e){if(!this.handleError(e))throw console.error("unhandled error in event listener",e),e}return i},Jn.prototype._addListener=function(e,t){var n,i=this._getListeners(e);if(i){for(;i;){if(i.priority<t.priority)return t.next=i,void(n?n.next=t:this._setListeners(e,t));n=i,i=i.next}n.next=t}else this._setListeners(e,t)},Jn.prototype._getListeners=function(e){return this._listeners[e]},Jn.prototype._setListeners=function(e,t){this._listeners[e]=t},Jn.prototype._removeListener=function(e,t){var n,i,r,o=this._getListeners(e);if(t)for(;o;)n=o.next,(r=o.callback)!==t&&r.__fn!==t||(i?i.next=n:this._setListeners(e,n)),i=o,o=n;else this._setListeners(e,null)},ei.prototype.stopPropagation=function(){this.cancelBubble=!0},ei.prototype.preventDefault=function(){this.defaultPrevented=!0},ei.prototype.init=function(e){W(this,e||{})},oi.$inject=["eventBus","elementRegistry"],oi.prototype._getChildrenContainer=function(e){var t,n=this._elementRegistry.getGraphics(e);return e.parent?(t=function(e){return e.parentNode.childNodes[1]}(n))||(Le(t=Ue("g")).add("djs-children"),ke(n.parentNode,t)):t=n,t},oi.prototype._clear=function(e){var t=ti(e);return ue(t),t},oi.prototype._createContainer=function(e,t,n,i){var r=Ue("g");Le(r).add("djs-group"),void 0!==n?ai(r,t,t.childNodes[n]):ke(t,r);var o=Ue("g");Le(o).add("djs-element"),Le(o).add("djs-"+e),i&&Le(o).add("djs-frame"),ke(r,o);var a=Ue("g");return Le(a).add("djs-visual"),ke(o,a),o},oi.prototype.create=function(e,t,n){var i=this._getChildrenContainer(t.parent);return this._createContainer(e,i,n,Pt(t))},oi.prototype.updateContainments=function(e){var t=this,n=this._elementRegistry;E(C(e,(function(e,t){return t.parent&&(e[t.parent.id]=t.parent),e}),{}),(function(e){var i=e.children;if(i){var r=t._getChildrenContainer(e);E(i.slice().reverse(),(function(e){ai(n.getGraphics(e).parentNode,r)}))}}))},oi.prototype.drawShape=function(e,t){return this._eventBus.fire("render.shape",{gfx:e,element:t})},oi.prototype.getShapePath=function(e){return this._eventBus.fire("render.getShapePath",e)},oi.prototype.drawConnection=function(e,t){return this._eventBus.fire("render.connection",{gfx:e,element:t})},oi.prototype.getConnectionPath=function(e){return this._eventBus.fire("render.getConnectionPath",e)},oi.prototype.update=function(e,t,n){if(t.parent){var i=this._clear(n);if("shape"===e)this.drawShape(i,t),ii(n,t.x,t.y);else{if("connection"!==e)throw new Error("unknown type: "+e);this.drawConnection(i,t)}t.hidden?ze(n,"display","none"):ze(n,"display","block")}},oi.prototype.remove=function(e){Fe(this._elementRegistry.getGraphics(e).parentNode)};var si={__depends__:[At],__init__:["canvas"],canvas:["type",Dn],elementRegistry:["type",On],elementFactory:["type",Zn],eventBus:["type",Jn],graphicsFactory:["type",oi]};function ci(e){return function(e){var t=new dt(e);return t.init(),t}([{config:["value",e=e||{}]},si].concat(e.modules||[]))}function li(e,t){this.injector=t=t||ci(e),this.get=t.get,this.invoke=t.invoke,this.get("eventBus").fire("diagram.init")}function pi(){}function ui(e,t){this.model=e,this.properties=t}li.prototype.destroy=function(){this.get("eventBus").fire("diagram.destroy")},li.prototype.clear=function(){this.get("eventBus").fire("diagram.clear")},pi.prototype.get=function(e){return this.$model.properties.get(this,e)},pi.prototype.set=function(e,t){this.$model.properties.set(this,e,t)},ui.prototype.createType=function(e){var t=this.model,n=this.properties,i=Object.create(pi.prototype);E(e.properties,(function(e){e.isMany||void 0===e.default||(i[e.name]=e.default)})),n.defineModel(i,t),n.defineDescriptor(i,e);var r=e.ns.name;function o(e){n.define(this,"$type",{value:r,enumerable:!0}),n.define(this,"$attrs",{value:{}}),n.define(this,"$parent",{writable:!0}),E(e,H((function(e,t){this.set(t,e)}),this))}return o.prototype=i,o.hasType=i.$instanceOf=this.model.hasType,n.defineModel(o,t),n.defineDescriptor(o,e),o};var hi={String:!0,Boolean:!0,Integer:!0,Real:!0,Element:!0},di={String:function(e){return e},Boolean:function(e){return"true"===e},Integer:function(e){return parseInt(e,10)},Real:function(e){return parseFloat(e)}};function mi(e,t){var n=di[e];return n?n(t):t}function fi(e){return!!hi[e]}function vi(e){return!!di[e]}function gi(e,t){var n,i,r=e.split(/:/);if(1===r.length)n=e,i=t;else{if(2!==r.length)throw new Error("expected <prefix:localName> or <localName>, got "+e);n=r[1],i=r[0]}return{name:e=(i?i+":":"")+n,prefix:i,localName:n}}function yi(e){this.ns=e,this.name=e.name,this.allTypes=[],this.allTypesByName={},this.properties=[],this.propertiesByName={}}function bi(e,t){this.packageMap={},this.typeMap={},this.packages=[],this.properties=t,E(e,H(this.registerPackage,this))}function _i(e,t,n){var i=t[n];if(i in e)throw new Error("package with "+n+" <"+i+"> already defined")}function xi(e){this.model=e}function wi(e,t,n){Object.defineProperty(e,t.name,{enumerable:!t.isReference,writable:!0,value:n,configurable:!0})}function Ei(e){this.properties=new xi(this),this.factory=new ui(this,this.properties),this.registry=new bi(e,this.properties),this.typeCache={}}yi.prototype.build=function(){return K(this,["ns","name","allTypes","allTypesByName","properties","propertiesByName","bodyProperty","idProperty"])},yi.prototype.addProperty=function(e,t,n){"boolean"==typeof t&&(n=t,t=void 0),this.addNamedProperty(e,!1!==n);var i=this.properties;void 0!==t?i.splice(t,0,e):i.push(e)},yi.prototype.replaceProperty=function(e,t,n){var i=e.ns,r=this.properties,o=this.propertiesByName,a=e.name!==t.name;if(e.isId){if(!t.isId)throw new Error("property <"+t.ns.name+"> must be id property to refine <"+e.ns.name+">");this.setIdProperty(t,!1)}if(e.isBody){if(!t.isBody)throw new Error("property <"+t.ns.name+"> must be body property to refine <"+e.ns.name+">");this.setBodyProperty(t,!1)}var s=r.indexOf(e);if(-1===s)throw new Error("property <"+i.name+"> not found in property list");r.splice(s,1),this.addProperty(t,n?void 0:s,a),o[i.name]=o[i.localName]=t},yi.prototype.redefineProperty=function(e,t,n){var i=e.ns.prefix,r=t.split("#"),o=gi(r[0],i),a=gi(r[1],o.prefix).name,s=this.propertiesByName[a];if(!s)throw new Error("refined property <"+a+"> not found");this.replaceProperty(s,e,n),delete e.redefines},yi.prototype.addNamedProperty=function(e,t){var n=e.ns,i=this.propertiesByName;t&&(this.assertNotDefined(e,n.name),this.assertNotDefined(e,n.localName)),i[n.name]=i[n.localName]=e},yi.prototype.removeNamedProperty=function(e){var t=e.ns,n=this.propertiesByName;delete n[t.name],delete n[t.localName]},yi.prototype.setBodyProperty=function(e,t){if(t&&this.bodyProperty)throw new Error("body property defined multiple times (<"+this.bodyProperty.ns.name+">, <"+e.ns.name+">)");this.bodyProperty=e},yi.prototype.setIdProperty=function(e,t){if(t&&this.idProperty)throw new Error("id property defined multiple times (<"+this.idProperty.ns.name+">, <"+e.ns.name+">)");this.idProperty=e},yi.prototype.assertNotDefined=function(e,t){var n=e.name,i=this.propertiesByName[n];if(i)throw new Error("property <"+n+"> already defined; override of <"+i.definedBy.ns.name+"#"+i.ns.name+"> by <"+e.definedBy.ns.name+"#"+e.ns.name+"> not allowed without redefines")},yi.prototype.hasProperty=function(e){return this.propertiesByName[e]},yi.prototype.addTrait=function(e,t){var n=this.allTypesByName,i=this.allTypes,r=e.name;r in n||(E(e.properties,H((function(n){n=W({},n,{name:n.ns.localName,inherited:t}),Object.defineProperty(n,"definedBy",{value:e});var i=n.replaces,r=n.redefines;i||r?this.redefineProperty(n,i||r,i):(n.isBody&&this.setBodyProperty(n),n.isId&&this.setIdProperty(n),this.addProperty(n))}),this)),i.push(e),n[r]=e)},bi.prototype.getPackage=function(e){return this.packageMap[e]},bi.prototype.getPackages=function(){return this.packages},bi.prototype.registerPackage=function(e){e=W({},e);var t=this.packageMap;_i(t,e,"prefix"),_i(t,e,"uri"),E(e.types,H((function(t){this.registerType(t,e)}),this)),t[e.uri]=t[e.prefix]=e,this.packages.push(e)},bi.prototype.registerType=function(e,t){var n=gi((e=W({},e,{superClass:(e.superClass||[]).slice(),extends:(e.extends||[]).slice(),properties:(e.properties||[]).slice(),meta:W(e.meta||{})})).name,t.prefix),i=n.name,r={};E(e.properties,H((function(e){var t=gi(e.name,n.prefix),i=t.name;fi(e.type)||(e.type=gi(e.type,t.prefix).name),W(e,{ns:t,name:i}),r[i]=e}),this)),W(e,{ns:n,name:i,propertiesByName:r}),E(e.extends,H((function(e){var t=this.typeMap[e];t.traits=t.traits||[],t.traits.push(i)}),this)),this.definePackage(e,t),this.typeMap[i]=e},bi.prototype.mapTypes=function(e,t,n){var i=fi(e.name)?{name:e.name}:this.typeMap[e.name],r=this;function o(e){return a(e,!0)}function a(n,i){var o=gi(n,fi(n)?"":e.prefix);r.mapTypes(o,t,i)}if(!i)throw new Error("unknown type <"+e.name+">");E(i.superClass,n?o:a),t(i,!n),E(i.traits,o)},bi.prototype.getEffectiveDescriptor=function(e){var t=gi(e),n=new yi(t);this.mapTypes(t,(function(e,t){n.addTrait(e,t)}));var i=n.build();return this.definePackage(i,i.allTypes[i.allTypes.length-1].$pkg),i},bi.prototype.definePackage=function(e,t){this.properties.define(e,"$pkg",{value:t})},xi.prototype.set=function(e,t,n){var i=this.model.getPropertyDescriptor(e,t),r=i&&i.name;void 0===n?i?delete e[r]:delete e.$attrs[t]:i?r in e?e[r]=n:wi(e,i,n):e.$attrs[t]=n},xi.prototype.get=function(e,t){var n=this.model.getPropertyDescriptor(e,t);if(!n)return e.$attrs[t];var i=n.name;return!e[i]&&n.isMany&&wi(e,n,[]),e[i]},xi.prototype.define=function(e,t,n){if(!n.writable){var i=n.value;delete(n=W({},n,{get:function(){return i}})).value}Object.defineProperty(e,t,n)},xi.prototype.defineDescriptor=function(e,t){this.define(e,"$descriptor",{value:t})},xi.prototype.defineModel=function(e,t){this.define(e,"$model",{value:t})},Ei.prototype.create=function(e,t){var n=this.getType(e);if(!n)throw new Error("unknown type <"+e+">");return new n(t)},Ei.prototype.getType=function(e){var t=this.typeCache,n=g(e)?e:e.ns.name,i=t[n];return i||(e=this.registry.getEffectiveDescriptor(n),i=t[n]=this.factory.createType(e)),i},Ei.prototype.createAny=function(e,t,n){var i=gi(e),r={$type:e,$instanceOf:function(e){return e===this.$type}},o={name:e,isGeneric:!0,ns:{prefix:i.prefix,localName:i.localName,uri:t}};return this.properties.defineDescriptor(r,o),this.properties.defineModel(r,this),this.properties.define(r,"$parent",{enumerable:!1,writable:!0}),this.properties.define(r,"$instanceOf",{enumerable:!1,writable:!0}),E(n,(function(e,t){m(e)&&void 0!==e.value?r[e.name]=e.value:r[t]=e})),r},Ei.prototype.getPackage=function(e){return this.registry.getPackage(e)},Ei.prototype.getPackages=function(){return this.registry.getPackages()},Ei.prototype.getElementDescriptor=function(e){return e.$descriptor},Ei.prototype.hasType=function(e,t){return void 0===t&&(t=e,e=this),t in e.$model.getElementDescriptor(e).allTypesByName},Ei.prototype.getPropertyDescriptor=function(e,t){return this.getElementDescriptor(e).propertiesByName[t]},Ei.prototype.getTypeDescriptor=function(e){return this.registry.typeMap[e]};var Si=String.fromCharCode,Ci=Object.prototype.hasOwnProperty,Pi=/&#(\d+);|&#x([0-9a-f]+);|&(\w+);/gi,Mi={amp:"&",apos:"'",gt:">",lt:"<",quot:'"'};function Ri(e,t,n,i){return i?Ci.call(Mi,i)?Mi[i]:"&"+i+";":Si(t||parseInt(n,16))}function Ai(e){return e.length>3&&-1!==e.indexOf("&")?e.replace(Pi,Ri):e}Object.keys(Mi).forEach((function(e){Mi[e.toUpperCase()]=Mi[e]}));var ki="xsi:type",Di="non-whitespace outside of root node";function Ti(e){return new Error(e)}function zi(e){return"missing namespace for prefix <"+e+">"}function Oi(e){return{get:e,enumerable:!0}}function Bi(e){var t,n={};for(t in e)n[t]=e[t];return n}function ji(e){return e+"$uri"}function Ni(){return{line:0,column:0}}function Li(e){throw e}function Ii(e){if(!this)return new Ii(e);var t,n,i,r,o,a,s,c,l,p=e&&e.proxy,u=Li,h=Ni,d=!1,m=!1,f=null,v=!1;function g(e){e instanceof Error||(e=Ti(e)),f=e,u(e,h)}function y(e){o&&(e instanceof Error||(e=Ti(e)),o(e,h))}this.on=function(e,l){if("function"!=typeof l)throw Ti("required args <name, cb>");switch(e){case"openTag":n=l;break;case"text":t=l;break;case"closeTag":i=l;break;case"error":u=l;break;case"warn":o=l;break;case"cdata":r=l;break;case"attention":c=l;break;case"question":s=l;break;case"comment":a=l;break;default:throw Ti("unsupported event: "+e)}return this},this.ns=function(e){if(void 0===e&&(e={}),"object"!=typeof e)throw Ti("required args <nsMap={}>");var t,n={};for(t in e)n[t]=e[t];return n["http://www.w3.org/2001/XMLSchema-instance"]="xsi",m=!0,l=n,this},this.parse=function(e){if("string"!=typeof e)throw Ti("required args <xml=string>");return f=null,function(e){var o,u,f,b,_,x,w,E,S,C,P,M=m?[]:null,R=m?function(e){var t,n,i={};for(t in e)i[n=e[t]]=n,i[ji(n)]=t;return i}(l):null,A=[],k=0,D=!1,T=!1,z=0,O=0,B="",j=0;function N(){if(null!==P)return P;var e,t,n,i,r,o,a,s,c,p,u,h=m&&R.xmlns,f=m&&d?[]:null,v=j,g=B,b=g.length,_={},x={};e:for(;v<b;v++)if(c=!1,!(32===(p=g.charCodeAt(v))||p<14&&p>8)){for((p<65||p>122||p>90&&p<97)&&95!==p&&58!==p&&(y("illegal first char attribute name"),c=!0),u=v+1;u<b;u++)if(!((p=g.charCodeAt(u))>96&&p<123||p>64&&p<91||p>47&&p<59||46===p||45===p||95===p)){if(32===p||p<14&&p>8){y("missing attribute value"),v=u;continue e}if(61===p)break;y("illegal attribute name char"),c=!0}if("xmlns:xmlns"===(s=g.substring(v,u))&&(y("illegal declaration of xmlns"),c=!0),34===(p=g.charCodeAt(u+1)))-1===(u=g.indexOf('"',v=u+2))&&-1!==(u=g.indexOf("'",v))&&(y("attribute value quote missmatch"),c=!0);else if(39===p)-1===(u=g.indexOf("'",v=u+2))&&-1!==(u=g.indexOf('"',v))&&(y("attribute value quote missmatch"),c=!0);else for(y("missing attribute value quotes"),c=!0,u+=1;u<b&&!(32===(p=g.charCodeAt(u+1))||p<14&&p>8);u++);for(-1===u&&(y("missing closing quotes"),u=b,c=!0),c||(o=g.substring(v,u)),v=u;u+1<b&&!(32===(p=g.charCodeAt(u+1))||p<14&&p>8);u++)v===u&&(y("illegal character after attribute end"),c=!0);if(v=u+1,!c)if(s in x)y("attribute <"+s+"> already defined");else if(x[s]=!0,m)if(d){if(null!==(r="xmlns"===s?"xmlns":120===s.charCodeAt(0)&&"xmlns:"===s.substr(0,6)?s.substr(6):null)){if(e=Ai(o),t=ji(r),!(a=l[e])){if("xmlns"===r||t in R&&R[t]!==e)do{a="ns"+k++}while(void 0!==R[a]);else a=r;l[e]=a}R[r]!==a&&(i||(R=Bi(R),i=!0),R[r]=a,"xmlns"===r&&(R[ji(a)]=e,h=a),R[t]=e),_[s]=o;continue}f.push(s,o)}else-1!==(p=s.indexOf(":"))?(n=R[s.substring(0,p)])?((s=h===n?s.substr(p+1):n+s.substr(p))===ki&&(-1!==(p=o.indexOf(":"))?(n=o.substring(0,p),o=(n=R[n]||n)+o.substring(p)):o=h+":"+o),_[s]=o):y(zi(s.substring(0,p))):_[s]=o;else _[s]=o}if(d)for(v=0,b=f.length;v<b;v++){if(s=f[v++],o=f[v],-1!==(p=s.indexOf(":"))){if(!(n=R[s.substring(0,p)])){y(zi(s.substring(0,p)));continue}(s=h===n?s.substr(p+1):n+s.substr(p))===ki&&(-1!==(p=o.indexOf(":"))?(n=o.substring(0,p),o=(n=R[n]||n)+o.substring(p)):o=h+":"+o)}_[s]=o}return P=_}function L(){for(var t,n,i=/(\r\n|\r|\n)/g,r=0,o=0,a=0,s=O;z>=a&&(t=i.exec(e))&&!((s=t[0].length+t.index)>z);)r+=1,a=s;return-1==z?(o=s,n=e.substring(O)):0===O?n=e.substring(O,z):(o=z-a,n=-1==O?e.substring(z):e.substring(z,O+1)),{data:n,line:r,column:o}}h=L,p&&(C=Object.create({},{name:Oi((function(){return E})),originalName:Oi((function(){return S})),attrs:Oi(N),ns:Oi((function(){return R}))}));for(;-1!==O;){if(-1===(z=60===e.charCodeAt(O)?O:e.indexOf("<",O)))return A.length?g("unexpected end of file"):0===O?g("missing start tag"):void(O<e.length&&e.substring(O).trim()&&y(Di));if(O!==z)if(A.length){if(t&&(t(e.substring(O,z),Ai,h),v))return}else if(e.substring(O,z).trim()&&(y(Di),v))return;if(33===(_=e.charCodeAt(z+1))){if(91===(b=e.charCodeAt(z+2))&&"CDATA["===e.substr(z+3,6)){if(-1===(O=e.indexOf("]]>",z)))return g("unclosed cdata");if(r&&(r(e.substring(z+9,O),h),v))return;O+=3;continue}if(45===b&&45===e.charCodeAt(z+3)){if(-1===(O=e.indexOf("--\x3e",z)))return g("unclosed comment");if(a&&(a(e.substring(z+4,O),Ai,h),v))return;O+=3;continue}}if(63!==_){for(u=z+1;;u++){if(x=e.charCodeAt(u),isNaN(x))return O=-1,g("unclosed tag");if(34===x)u=-1!==(b=e.indexOf('"',u+1))?b:u;else if(39===x)u=-1!==(b=e.indexOf("'",u+1))?b:u;else if(62===x){O=u;break}}if(33!==_){if(P={},47===_){if(D=!1,T=!0,!A.length)return g("missing open tag");if(u=E=A.pop(),b=z+2+u.length,e.substring(z+2,b)!==u)return g("closing tag mismatch");for(;b<O;b++)if(!(32===(_=e.charCodeAt(b))||_>8&&_<14))return g("close tag")}else{if(47===e.charCodeAt(O-1)?(u=E=e.substring(z+1,O-1),D=!0,T=!0):(u=E=e.substring(z+1,O),D=!0,T=!1),!(_>96&&_<123||_>64&&_<91||95===_||58===_))return g("illegal first char nodeName");for(b=1,f=u.length;b<f;b++)if(!((_=u.charCodeAt(b))>96&&_<123||_>64&&_<91||_>47&&_<59||45===_||95===_||46==_)){if(32===_||_<14&&_>8){E=u.substring(0,b),P=null;break}return g("invalid nodeName")}T||A.push(E)}if(m){if(o=R,D&&(T||M.push(o),null===P&&(d=-1!==u.indexOf("xmlns",b))&&(j=b,B=u,N(),d=!1)),S=E,-1!==(_=E.indexOf(":"))){if(!(w=R[E.substring(0,_)]))return g("missing namespace on <"+S+">");E=E.substr(_+1)}else w=R.xmlns;w&&(E=w+":"+E)}if(D&&(j=b,B=u,n&&(p?n(C,Ai,T,h):n(E,N,Ai,T,h),v)))return;if(T){if(i&&(i(p?C:E,Ai,D,h),v))return;m&&(R=D?o:M.pop())}O+=1}else{if(c&&(c(e.substring(z,O+1),Ai,h),v))return;O+=1}}else{if(-1===(O=e.indexOf("?>",z)))return g("unclosed question");if(s&&(s(e.substring(z,O+2),h),v))return;O+=2}}}(e),h=Ni,v=!1,f},this.stop=function(){v=!0}}function Fi(e){return e.xml&&"lowerCase"===e.xml.tagAlias}var Vi={xsi:"http://www.w3.org/2001/XMLSchema-instance",xml:"http://www.w3.org/XML/1998/namespace"},Hi="xsi:type";function $i(e){return e.xml&&e.xml.serialize}function Gi(e){return $i(e)===Hi}function Wi(e,t){return Fi(t)?e.prefix+":"+((n=e.localName).charAt(0).toUpperCase()+n.slice(1)):e.name;var n}function Ui(e){return new Error(e)}function qi(e){return e.$descriptor}function Ki(e){W(this,e),this.elementsById={},this.references=[],this.warnings=[],this.addReference=function(e){this.references.push(e)},this.addElement=function(e){if(!e)throw Ui("expected element");var t,n=this.elementsById,i=qi(e).idProperty;if(i&&(t=e.get(i.name))){if(!/^([a-z][\w-.]*:)?[a-z_][\w-.]*$/i.test(t))throw new Error("illegal ID <"+t+">");if(n[t])throw Ui("duplicate ID <"+t+">");n[t]=e}},this.addWarning=function(e){this.warnings.push(e)}}function Yi(){}function Xi(){}function Zi(){}function Qi(e,t){this.property=e,this.context=t}function Ji(e,t){this.element=t,this.propertyDesc=e}function er(){}function tr(e,t,n){this.model=e,this.type=e.getType(t),this.context=n}function nr(e,t,n){tr.call(this,e,t,n)}function ir(e,t,n){this.model=e,this.context=n}function rr(e){e instanceof Ei&&(e={model:e}),W(this,{lax:!1},e)}Yi.prototype.handleEnd=function(){},Yi.prototype.handleText=function(){},Yi.prototype.handleNode=function(){},Xi.prototype=Object.create(Yi.prototype),Xi.prototype.handleNode=function(){return this},Zi.prototype=Object.create(Yi.prototype),Zi.prototype.handleText=function(e){this.body=(this.body||"")+e},Qi.prototype=Object.create(Zi.prototype),Qi.prototype.handleNode=function(e){if(this.element)throw Ui("expected no sub nodes");return this.element=this.createReference(e),this},Qi.prototype.handleEnd=function(){this.element.id=this.body},Qi.prototype.createReference=function(e){return{property:this.property.ns.name,id:""}},Ji.prototype=Object.create(Zi.prototype),Ji.prototype.handleEnd=function(){var e=this.body||"",t=this.element,n=this.propertyDesc;e=mi(n.type,e),n.isMany?t.get(n.name).push(e):t.set(n.name,e)},er.prototype=Object.create(Zi.prototype),er.prototype.handleNode=function(e){var t=this,n=this.element;return n?t=this.handleChild(e):(n=this.element=this.createElement(e),this.context.addElement(n)),t},tr.prototype=Object.create(er.prototype),tr.prototype.addReference=function(e){this.context.addReference(e)},tr.prototype.handleText=function(e){if(!qi(this.element).bodyProperty)throw Ui("unexpected body text <"+e+">");Zi.prototype.handleText.call(this,e)},tr.prototype.handleEnd=function(){var e=this.body,t=this.element,n=qi(t).bodyProperty;n&&void 0!==e&&(e=mi(n.type,e),t.set(n.name,e))},tr.prototype.createElement=function(e){var t,n=e.attributes,i=this.type,r=qi(i),o=this.context,a=new i({}),s=this.model;return E(n,(function(e,n){var i=r.propertiesByName[n];i&&i.isReference?i.isMany?E(e.split(" "),(function(e){o.addReference({element:a,property:i.ns.name,id:e})})):o.addReference({element:a,property:i.ns.name,id:e}):(i?e=mi(i.type,e):"xmlns"!==n&&(t=gi(n,r.ns.prefix),s.getPackage(t.prefix)&&o.addWarning({message:"unknown attribute <"+n+">",element:a,property:n,value:e})),a.set(n,e))})),a},tr.prototype.getPropertyForNode=function(e){var t,n,i=gi(e.name),r=this.type,o=this.model,a=qi(r),s=i.name,c=a.propertiesByName[s];if(c&&!c.isAttr)return Gi(c)&&(t=e.attributes[Hi])?(t=function(e,t){var n=gi(e);return function(e,t){var n=e.name,i=e.localName,r=t.xml&&t.xml.typePrefix;return r&&0===i.indexOf(r)?e.prefix+":"+i.slice(r.length):n}(n,t.getPackage(n.prefix))}(t,o),W({},c,{effectiveType:qi(n=o.getType(t)).name})):c;var l=o.getPackage(i.prefix);if(l){if(t=Wi(i,l),n=o.getType(t),c=_(a.properties,(function(e){return!e.isVirtual&&!e.isReference&&!e.isAttribute&&n.hasType(e.type)})))return W({},c,{effectiveType:qi(n).name})}else if(c=_(a.properties,(function(e){return!e.isReference&&!e.isAttribute&&"Element"===e.type})))return c;throw Ui("unrecognized element <"+i.name+">")},tr.prototype.toString=function(){return"ElementDescriptor["+qi(this.type).name+"]"},tr.prototype.valueHandler=function(e,t){return new Ji(e,t)},tr.prototype.referenceHandler=function(e){return new Qi(e,this.context)},tr.prototype.handler=function(e){return"Element"===e?new ir(this.model,e,this.context):new tr(this.model,e,this.context)},tr.prototype.handleChild=function(e){var t,n,i,r;if(t=this.getPropertyForNode(e),i=this.element,vi(n=t.effectiveType||t.type))return this.valueHandler(t,i);var o=(r=t.isReference?this.referenceHandler(t).handleNode(e):this.handler(n).handleNode(e)).element;return void 0!==o&&(t.isMany?i.get(t.name).push(o):i.set(t.name,o),t.isReference?(W(o,{element:i}),this.context.addReference(o)):o.$parent=i),r},nr.prototype=Object.create(tr.prototype),nr.prototype.createElement=function(e){var t=e.name,n=gi(t),i=this.model,r=this.type,o=i.getPackage(n.prefix),a=o&&Wi(n,o)||t;if(!r.hasType(a))throw Ui("unexpected element <"+e.originalName+">");return tr.prototype.createElement.call(this,e)},ir.prototype=Object.create(er.prototype),ir.prototype.createElement=function(e){var t=e.name,n=gi(t).prefix,i=e.ns[n+"$uri"],r=e.attributes;return this.model.createAny(t,i,r)},ir.prototype.handleChild=function(e){var t=new ir(this.model,"Element",this.context).handleNode(e),n=this.element,i=t.element;return void 0!==i&&((n.$children=n.$children||[]).push(i),i.$parent=n),t},ir.prototype.handleEnd=function(){this.body&&(this.element.$body=this.body)},rr.prototype.fromXML=function(e,t,n){var i=t.rootHandler;t instanceof tr?(i=t,t={}):"string"==typeof t?(i=this.handler(t),t={}):"string"==typeof i&&(i=this.handler(i));var r=this.model,o=this.lax,a=new Ki(W({},t,{rootHandler:i})),s=new Ii({proxy:!0}),c=function(){var e=[];return Object.defineProperty(e,"peek",{value:function(){return this[this.length-1]}}),e}();function l(e,t,n){var i=t(),r=i.line,o=i.column,s=i.data;"<"===s.charAt(0)&&-1!==s.indexOf(" ")&&(s=s.slice(0,s.indexOf(" "))+">");var c="unparsable content "+(s?s+" ":"")+"detected\n\tline: "+r+"\n\tcolumn: "+o+"\n\tnested error: "+e.message;if(n)return a.addWarning({message:c,error:e}),!0;throw Ui(c)}function p(e,t){return l(e,t,!0)}i.context=a,c.push(i);var u=/^<\?xml /i,h=/ encoding="([^"]+)"/i,d=/^utf-8$/i;function m(e,t){try{c.peek().handleText(e)}catch(e){p(e,t)}}var f=r.getPackages().reduce((function(e,t){return e[t.uri]=t.prefix,e}),{"http://www.w3.org/XML/1998/namespace":"xml"});return s.ns(f).on("openTag",(function(e,t,n,i){var r=e.attrs||{},a=Object.keys(r).reduce((function(e,n){var i=t(r[n]);return e[n]=i,e}),{});!function(e,t){var n=c.peek();try{c.push(n.handleNode(e))}catch(e){l(e,t,o)&&c.push(new Xi)}}({name:e.name,originalName:e.originalName,attributes:a,ns:e.ns},i)})).on("question",(function(e){if(u.test(e)){var t=h.exec(e),n=t&&t[1];n&&!d.test(n)&&a.addWarning({message:"unsupported document encoding <"+n+">, falling back to UTF-8"})}})).on("closeTag",(function(){c.pop().handleEnd()})).on("cdata",m).on("text",(function(e,t,n){!function(e,t){e.trim()&&m(e,t)}(t(e),n)})).on("error",l).on("warn",p),new Promise((function(t,n){var r;try{s.parse(e),function(){var e,t,n=a.elementsById,i=a.references;for(e=0;t=i[e];e++){var r=t.element,o=n[t.id],s=qi(r).propertiesByName[t.property];if(o||a.addWarning({message:"unresolved reference <"+t.id+">",element:t.element,property:t.property,value:t.id}),s.isMany){var c=r.get(s.name),l=c.indexOf(t);-1===l&&(l=c.length),o?c[l]=o:c.splice(l,1)}else r.set(s.name,o)}}()}catch(e){r=e}var o=i.element;r||o||(r=Ui("failed to parse document as <"+i.type.$descriptor.name+">"));var c=a.warnings,l=a.references,p=a.elementsById;return r?(r.warnings=c,n(r)):t({rootElement:o,elementsById:p,references:l,warnings:c})}))},rr.prototype.handler=function(e){return new nr(this.model,e)};var or=/<|>|'|"|&|\n\r|\n/g,ar=/<|>|&/g;function sr(e){var t={},n={},i={},r=[],o=[];this.byUri=function(t){return n[t]||e&&e.byUri(t)},this.add=function(e,t){n[e.uri]=e,t?r.push(e):o.push(e),this.mapPrefix(e.prefix,e.uri)},this.uriByPrefix=function(e){return t[e||"xmlns"]},this.mapPrefix=function(e,n){t[e||"xmlns"]=n},this.getNSKey=function(e){return void 0!==e.prefix?e.uri+"|"+e.prefix:e.uri},this.logUsed=function(t){var n=t.uri,r=this.getNSKey(t);i[r]=this.byUri(n),e&&e.logUsed(t)},this.getUsed=function(e){var t=this;return[].concat(r,o).filter((function(e){var n=t.getNSKey(e);return i[n]}))}}function cr(e,t){return Fi(t)?(n=e).charAt(0).toLowerCase()+n.slice(1):e;var n}function lr(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}function pr(e){return g(e)?e:(e.prefix?e.prefix+":":"")+e.localName}var ur={"\n":"#10","\n\r":"#10",'"':"#34","'":"#39","<":"#60",">":"#62","&":"#38"},hr={"<":"lt",">":"gt","&":"amp"};function dr(e,t,n){return(e=g(e)?e:""+e).replace(t,(function(e){return"&"+n[e]+";"}))}function mr(e){this.tagName=e}function fr(){}function vr(e){this.tagName=e}function gr(e,t){this.body=[],this.attrs=[],this.parent=e,this.propertyDescriptor=t}function yr(e,t){gr.call(this,e,t)}function br(){this.value="",this.write=function(e){this.value+=e}}function _r(e,t){var n=[""];this.append=function(t){return e.write(t),this},this.appendNewLine=function(){return t&&e.write("\n"),this},this.appendIndent=function(){return t&&e.write(n.join(" ")),this},this.indent=function(){return n.push(""),this},this.unindent=function(){return n.pop(),this}}function xr(e){return e=W({format:!1,preamble:!0},e||{}),{toXML:function(t,n){var i=n||new br,r=new _r(i,e.format);if(e.preamble&&r.append('<?xml version="1.0" encoding="UTF-8"?>\n'),(new gr).build(t).serializeTo(r),!n)return i.value}}}function wr(e,t){Ei.call(this,e,t)}mr.prototype.build=function(e){return this.element=e,this},mr.prototype.serializeTo=function(e){e.appendIndent().append("<"+this.tagName+">"+this.element.id+"</"+this.tagName+">").appendNewLine()},fr.prototype.serializeValue=fr.prototype.serializeTo=function(e){e.append(this.escape?dr(this.value,ar,hr):this.value)},fr.prototype.build=function(e,t){return this.value=t,"String"===e.type&&-1!==t.search(ar)&&(this.escape=!0),this},lr(vr,fr),vr.prototype.serializeTo=function(e){e.appendIndent().append("<"+this.tagName+">"),this.serializeValue(e),e.append("</"+this.tagName+">").appendNewLine()},gr.prototype.build=function(e){this.element=e;var t,n,i=e.$descriptor,r=this.propertyDescriptor,o=i.isGeneric;return t=o?this.parseGeneric(e):this.parseNsAttributes(e),this.ns=r?this.nsPropertyTagName(r):this.nsTagName(i),this.tagName=this.addTagName(this.ns),o||(n=function(e){return w(e.$descriptor.properties,(function(t){var n=t.name;if(t.isVirtual)return!1;if(!b(e,n))return!1;var i=e[n];return i!==t.default&&null!==i&&(!t.isMany||i.length)}))}(e),this.parseAttributes(w(n,(function(e){return e.isAttr}))),this.parseContainments(function(e){return w(e,(function(e){return!e.isAttr}))}(n))),this.parseGenericAttributes(e,t),this},gr.prototype.nsTagName=function(e){return function(e,t){return t.isGeneric?W({localName:t.ns.localName},e):W({localName:cr(t.ns.localName,t.$pkg)},e)}(this.logNamespaceUsed(e.ns),e)},gr.prototype.nsPropertyTagName=function(e){return function(e,t){return W({localName:t.ns.localName},e)}(this.logNamespaceUsed(e.ns),e)},gr.prototype.isLocalNs=function(e){return e.uri===this.ns.uri},gr.prototype.nsAttributeName=function(e){var t;if(t=g(e)?gi(e):e.ns,e.inherited)return{localName:t.localName};var n=this.logNamespaceUsed(t);return this.getNamespaces().logUsed(n),this.isLocalNs(n)?{localName:t.localName}:W({localName:t.localName},n)},gr.prototype.parseGeneric=function(e){var t=this,n=this.body,i=[];return E(e,(function(r,o){"$body"===o?n.push((new fr).build({type:"String"},r)):"$children"===o?E(r,(function(e){n.push(new gr(t).build(e))})):0!==o.indexOf("$")&&t.parseNsAttribute(e,o,r)&&i.push({name:o,value:r})})),i},gr.prototype.parseNsAttribute=function(e,t,n){var i,r=e.$model,o=gi(t);if("xmlns"===o.prefix&&(i={prefix:o.localName,uri:n}),o.prefix||"xmlns"!==o.localName||(i={uri:n}),!i)return{name:t,value:n};if(r&&r.getPackage(n))this.logNamespace(i,!0,!0);else{var a=this.logNamespaceUsed(i,!0);this.getNamespaces().logUsed(a)}},gr.prototype.parseNsAttributes=function(e,t){var n=this,i=e.$attrs,r=[];return E(i,(function(t,i){var o=n.parseNsAttribute(e,i,t);o&&r.push(o)})),r},gr.prototype.parseGenericAttributes=function(e,t){var n=this;E(t,(function(t){if(t.name!==Hi)try{n.addAttribute(n.nsAttributeName(t.name),t.value)}catch(n){console.warn("missing namespace information for ",t.name,"=",t.value,"on",e,n)}}))},gr.prototype.parseContainments=function(e){var t=this,n=this.body,i=this.element;E(e,(function(e){var r=i.get(e.name),o=e.isReference;if(e.isMany||(r=[r]),e.isBody)n.push((new fr).build(e,r[0]));else if(vi(e.type))E(r,(function(i){n.push(new vr(t.addTagName(t.nsPropertyTagName(e))).build(e,i))}));else if(o)E(r,(function(i){n.push(new mr(t.addTagName(t.nsPropertyTagName(e))).build(i))}));else{var a=Gi(e),s=function(e){return"property"===$i(e)}(e);E(r,(function(i){var r;r=a?new yr(t,e):s?new gr(t,e):new gr(t),n.push(r.build(i))}))}}))},gr.prototype.getNamespaces=function(e){var t,n=this.namespaces,i=this.parent;return n||(t=i&&i.getNamespaces(),e||!t?this.namespaces=n=new sr(t):n=t),n},gr.prototype.logNamespace=function(e,t,n){var i=this.getNamespaces(n),r=e.uri,o=e.prefix;return i.byUri(r)&&!n||i.add(e,t),i.mapPrefix(o,r),e},gr.prototype.logNamespaceUsed=function(e,t){var n,i,r,o=this.element.$model,a=this.getNamespaces(t),s=e.prefix,c=e.uri;if(!s&&!c)return{localName:e.localName};if(r=Vi[s]||o&&(o.getPackage(s)||{}).uri,!(c=c||r||a.uriByPrefix(s)))throw new Error("no namespace uri given for prefix <"+s+">");if(!(e=a.byUri(c))){for(n=s,i=1;a.uriByPrefix(n);)n=s+"_"+i++;e=this.logNamespace({prefix:n,uri:c},r===c)}return s&&a.mapPrefix(s,c),e},gr.prototype.parseAttributes=function(e){var t=this,n=this.element;E(e,(function(e){var i=n.get(e.name);if(e.isReference)if(e.isMany){var r=[];E(i,(function(e){r.push(e.id)})),i=r.join(" ")}else i=i.id;t.addAttribute(t.nsAttributeName(e),i)}))},gr.prototype.addTagName=function(e){var t=this.logNamespaceUsed(e);return this.getNamespaces().logUsed(t),pr(e)},gr.prototype.addAttribute=function(e,t){var n=this.attrs;g(t)&&(t=dr(t,or,ur)),n.push({name:e,value:t})},gr.prototype.serializeAttributes=function(e){var t=this.attrs,n=this.namespaces;n&&(t=function(e){return e.getUsed().filter((function(e){return"xml"!==e.prefix})).map((function(e){return{name:"xmlns"+(e.prefix?":"+e.prefix:""),value:e.uri}}))}(n).concat(t)),E(t,(function(t){e.append(" ").append(pr(t.name)).append('="').append(t.value).append('"')}))},gr.prototype.serializeTo=function(e){var t=this.body[0],n=t&&t.constructor!==fr;e.appendIndent().append("<"+this.tagName),this.serializeAttributes(e),e.append(t?">":" />"),t&&(n&&e.appendNewLine().indent(),E(this.body,(function(t){t.serializeTo(e)})),n&&e.unindent().appendIndent(),e.append("</"+this.tagName+">")),e.appendNewLine()},lr(yr,gr),yr.prototype.parseNsAttributes=function(e){var t=gr.prototype.parseNsAttributes.call(this,e),n=e.$descriptor;if(n.name===this.propertyDescriptor.type)return t;var i=this.typeNs=this.nsTagName(n);this.getNamespaces().logUsed(this.typeNs);var r=e.$model.getPackage(i.uri),o=r.xml&&r.xml.typePrefix||"";return this.addAttribute(this.nsAttributeName(Hi),(i.prefix?i.prefix+":":"")+o+n.ns.localName),t},yr.prototype.isLocalNs=function(e){return e.uri===(this.typeNs||this.ns).uri},wr.prototype=Object.create(Ei.prototype),wr.prototype.fromXML=function(e,t,n){g(t)||(n=t,t="bpmn:Definitions");var i=new rr(W({model:this,lax:!0},n)),r=i.handler(t);return i.fromXML(e,r)},wr.prototype.toXML=function(e,t){var n=new xr(t);return new Promise((function(t,i){try{return t({xml:n.toXML(e)})}catch(e){return i(e)}}))};var Er={bpmn:{name:"BPMN20",uri:"http://www.omg.org/spec/BPMN/20100524/MODEL",prefix:"bpmn",associations:[],types:[{name:"Interface",superClass:["RootElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"operations",type:"Operation",isMany:!0},{name:"implementationRef",isAttr:!0,type:"String"}]},{name:"Operation",superClass:["BaseElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"inMessageRef",type:"Message",isReference:!0},{name:"outMessageRef",type:"Message",isReference:!0},{name:"errorRef",type:"Error",isMany:!0,isReference:!0},{name:"implementationRef",isAttr:!0,type:"String"}]},{name:"EndPoint",superClass:["RootElement"]},{name:"Auditing",superClass:["BaseElement"]},{name:"GlobalTask",superClass:["CallableElement"],properties:[{name:"resources",type:"ResourceRole",isMany:!0}]},{name:"Monitoring",superClass:["BaseElement"]},{name:"Performer",superClass:["ResourceRole"]},{name:"Process",superClass:["FlowElementsContainer","CallableElement"],properties:[{name:"processType",type:"ProcessType",isAttr:!0},{name:"isClosed",isAttr:!0,type:"Boolean"},{name:"auditing",type:"Auditing"},{name:"monitoring",type:"Monitoring"},{name:"properties",type:"Property",isMany:!0},{name:"laneSets",isMany:!0,replaces:"FlowElementsContainer#laneSets",type:"LaneSet"},{name:"flowElements",isMany:!0,replaces:"FlowElementsContainer#flowElements",type:"FlowElement"},{name:"artifacts",type:"Artifact",isMany:!0},{name:"resources",type:"ResourceRole",isMany:!0},{name:"correlationSubscriptions",type:"CorrelationSubscription",isMany:!0},{name:"supports",type:"Process",isMany:!0,isReference:!0},{name:"definitionalCollaborationRef",type:"Collaboration",isAttr:!0,isReference:!0},{name:"isExecutable",isAttr:!0,type:"Boolean"}]},{name:"LaneSet",superClass:["BaseElement"],properties:[{name:"lanes",type:"Lane",isMany:!0},{name:"name",isAttr:!0,type:"String"}]},{name:"Lane",superClass:["BaseElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"partitionElementRef",type:"BaseElement",isAttr:!0,isReference:!0},{name:"partitionElement",type:"BaseElement"},{name:"flowNodeRef",type:"FlowNode",isMany:!0,isReference:!0},{name:"childLaneSet",type:"LaneSet",xml:{serialize:"xsi:type"}}]},{name:"GlobalManualTask",superClass:["GlobalTask"]},{name:"ManualTask",superClass:["Task"]},{name:"UserTask",superClass:["Task"],properties:[{name:"renderings",type:"Rendering",isMany:!0},{name:"implementation",isAttr:!0,type:"String"}]},{name:"Rendering",superClass:["BaseElement"]},{name:"HumanPerformer",superClass:["Performer"]},{name:"PotentialOwner",superClass:["HumanPerformer"]},{name:"GlobalUserTask",superClass:["GlobalTask"],properties:[{name:"implementation",isAttr:!0,type:"String"},{name:"renderings",type:"Rendering",isMany:!0}]},{name:"Gateway",isAbstract:!0,superClass:["FlowNode"],properties:[{name:"gatewayDirection",type:"GatewayDirection",default:"Unspecified",isAttr:!0}]},{name:"EventBasedGateway",superClass:["Gateway"],properties:[{name:"instantiate",default:!1,isAttr:!0,type:"Boolean"},{name:"eventGatewayType",type:"EventBasedGatewayType",isAttr:!0,default:"Exclusive"}]},{name:"ComplexGateway",superClass:["Gateway"],properties:[{name:"activationCondition",type:"Expression",xml:{serialize:"xsi:type"}},{name:"default",type:"SequenceFlow",isAttr:!0,isReference:!0}]},{name:"ExclusiveGateway",superClass:["Gateway"],properties:[{name:"default",type:"SequenceFlow",isAttr:!0,isReference:!0}]},{name:"InclusiveGateway",superClass:["Gateway"],properties:[{name:"default",type:"SequenceFlow",isAttr:!0,isReference:!0}]},{name:"ParallelGateway",superClass:["Gateway"]},{name:"RootElement",isAbstract:!0,superClass:["BaseElement"]},{name:"Relationship",superClass:["BaseElement"],properties:[{name:"type",isAttr:!0,type:"String"},{name:"direction",type:"RelationshipDirection",isAttr:!0},{name:"source",isMany:!0,isReference:!0,type:"Element"},{name:"target",isMany:!0,isReference:!0,type:"Element"}]},{name:"BaseElement",isAbstract:!0,properties:[{name:"id",isAttr:!0,type:"String",isId:!0},{name:"documentation",type:"Documentation",isMany:!0},{name:"extensionDefinitions",type:"ExtensionDefinition",isMany:!0,isReference:!0},{name:"extensionElements",type:"ExtensionElements"}]},{name:"Extension",properties:[{name:"mustUnderstand",default:!1,isAttr:!0,type:"Boolean"},{name:"definition",type:"ExtensionDefinition",isAttr:!0,isReference:!0}]},{name:"ExtensionDefinition",properties:[{name:"name",isAttr:!0,type:"String"},{name:"extensionAttributeDefinitions",type:"ExtensionAttributeDefinition",isMany:!0}]},{name:"ExtensionAttributeDefinition",properties:[{name:"name",isAttr:!0,type:"String"},{name:"type",isAttr:!0,type:"String"},{name:"isReference",default:!1,isAttr:!0,type:"Boolean"},{name:"extensionDefinition",type:"ExtensionDefinition",isAttr:!0,isReference:!0}]},{name:"ExtensionElements",properties:[{name:"valueRef",isAttr:!0,isReference:!0,type:"Element"},{name:"values",type:"Element",isMany:!0},{name:"extensionAttributeDefinition",type:"ExtensionAttributeDefinition",isAttr:!0,isReference:!0}]},{name:"Documentation",superClass:["BaseElement"],properties:[{name:"text",type:"String",isBody:!0},{name:"textFormat",default:"text/plain",isAttr:!0,type:"String"}]},{name:"Event",isAbstract:!0,superClass:["FlowNode","InteractionNode"],properties:[{name:"properties",type:"Property",isMany:!0}]},{name:"IntermediateCatchEvent",superClass:["CatchEvent"]},{name:"IntermediateThrowEvent",superClass:["ThrowEvent"]},{name:"EndEvent",superClass:["ThrowEvent"]},{name:"StartEvent",superClass:["CatchEvent"],properties:[{name:"isInterrupting",default:!0,isAttr:!0,type:"Boolean"}]},{name:"ThrowEvent",isAbstract:!0,superClass:["Event"],properties:[{name:"dataInputs",type:"DataInput",isMany:!0},{name:"dataInputAssociations",type:"DataInputAssociation",isMany:!0},{name:"inputSet",type:"InputSet"},{name:"eventDefinitions",type:"EventDefinition",isMany:!0},{name:"eventDefinitionRef",type:"EventDefinition",isMany:!0,isReference:!0}]},{name:"CatchEvent",isAbstract:!0,superClass:["Event"],properties:[{name:"parallelMultiple",isAttr:!0,type:"Boolean",default:!1},{name:"dataOutputs",type:"DataOutput",isMany:!0},{name:"dataOutputAssociations",type:"DataOutputAssociation",isMany:!0},{name:"outputSet",type:"OutputSet"},{name:"eventDefinitions",type:"EventDefinition",isMany:!0},{name:"eventDefinitionRef",type:"EventDefinition",isMany:!0,isReference:!0}]},{name:"BoundaryEvent",superClass:["CatchEvent"],properties:[{name:"cancelActivity",default:!0,isAttr:!0,type:"Boolean"},{name:"attachedToRef",type:"Activity",isAttr:!0,isReference:!0}]},{name:"EventDefinition",isAbstract:!0,superClass:["RootElement"]},{name:"CancelEventDefinition",superClass:["EventDefinition"]},{name:"ErrorEventDefinition",superClass:["EventDefinition"],properties:[{name:"errorRef",type:"Error",isAttr:!0,isReference:!0}]},{name:"TerminateEventDefinition",superClass:["EventDefinition"]},{name:"EscalationEventDefinition",superClass:["EventDefinition"],properties:[{name:"escalationRef",type:"Escalation",isAttr:!0,isReference:!0}]},{name:"Escalation",properties:[{name:"structureRef",type:"ItemDefinition",isAttr:!0,isReference:!0},{name:"name",isAttr:!0,type:"String"},{name:"escalationCode",isAttr:!0,type:"String"}],superClass:["RootElement"]},{name:"CompensateEventDefinition",superClass:["EventDefinition"],properties:[{name:"waitForCompletion",isAttr:!0,type:"Boolean",default:!0},{name:"activityRef",type:"Activity",isAttr:!0,isReference:!0}]},{name:"TimerEventDefinition",superClass:["EventDefinition"],properties:[{name:"timeDate",type:"Expression",xml:{serialize:"xsi:type"}},{name:"timeCycle",type:"Expression",xml:{serialize:"xsi:type"}},{name:"timeDuration",type:"Expression",xml:{serialize:"xsi:type"}}]},{name:"LinkEventDefinition",superClass:["EventDefinition"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"target",type:"LinkEventDefinition",isAttr:!0,isReference:!0},{name:"source",type:"LinkEventDefinition",isMany:!0,isReference:!0}]},{name:"MessageEventDefinition",superClass:["EventDefinition"],properties:[{name:"messageRef",type:"Message",isAttr:!0,isReference:!0},{name:"operationRef",type:"Operation",isAttr:!0,isReference:!0}]},{name:"ConditionalEventDefinition",superClass:["EventDefinition"],properties:[{name:"condition",type:"Expression",xml:{serialize:"xsi:type"}}]},{name:"SignalEventDefinition",superClass:["EventDefinition"],properties:[{name:"signalRef",type:"Signal",isAttr:!0,isReference:!0}]},{name:"Signal",superClass:["RootElement"],properties:[{name:"structureRef",type:"ItemDefinition",isAttr:!0,isReference:!0},{name:"name",isAttr:!0,type:"String"}]},{name:"ImplicitThrowEvent",superClass:["ThrowEvent"]},{name:"DataState",superClass:["BaseElement"],properties:[{name:"name",isAttr:!0,type:"String"}]},{name:"ItemAwareElement",superClass:["BaseElement"],properties:[{name:"itemSubjectRef",type:"ItemDefinition",isAttr:!0,isReference:!0},{name:"dataState",type:"DataState"}]},{name:"DataAssociation",superClass:["BaseElement"],properties:[{name:"sourceRef",type:"ItemAwareElement",isMany:!0,isReference:!0},{name:"targetRef",type:"ItemAwareElement",isReference:!0},{name:"transformation",type:"FormalExpression",xml:{serialize:"property"}},{name:"assignment",type:"Assignment",isMany:!0}]},{name:"DataInput",superClass:["ItemAwareElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"isCollection",default:!1,isAttr:!0,type:"Boolean"},{name:"inputSetRef",type:"InputSet",isMany:!0,isVirtual:!0,isReference:!0},{name:"inputSetWithOptional",type:"InputSet",isMany:!0,isVirtual:!0,isReference:!0},{name:"inputSetWithWhileExecuting",type:"InputSet",isMany:!0,isVirtual:!0,isReference:!0}]},{name:"DataOutput",superClass:["ItemAwareElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"isCollection",default:!1,isAttr:!0,type:"Boolean"},{name:"outputSetRef",type:"OutputSet",isMany:!0,isVirtual:!0,isReference:!0},{name:"outputSetWithOptional",type:"OutputSet",isMany:!0,isVirtual:!0,isReference:!0},{name:"outputSetWithWhileExecuting",type:"OutputSet",isMany:!0,isVirtual:!0,isReference:!0}]},{name:"InputSet",superClass:["BaseElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"dataInputRefs",type:"DataInput",isMany:!0,isReference:!0},{name:"optionalInputRefs",type:"DataInput",isMany:!0,isReference:!0},{name:"whileExecutingInputRefs",type:"DataInput",isMany:!0,isReference:!0},{name:"outputSetRefs",type:"OutputSet",isMany:!0,isReference:!0}]},{name:"OutputSet",superClass:["BaseElement"],properties:[{name:"dataOutputRefs",type:"DataOutput",isMany:!0,isReference:!0},{name:"name",isAttr:!0,type:"String"},{name:"inputSetRefs",type:"InputSet",isMany:!0,isReference:!0},{name:"optionalOutputRefs",type:"DataOutput",isMany:!0,isReference:!0},{name:"whileExecutingOutputRefs",type:"DataOutput",isMany:!0,isReference:!0}]},{name:"Property",superClass:["ItemAwareElement"],properties:[{name:"name",isAttr:!0,type:"String"}]},{name:"DataInputAssociation",superClass:["DataAssociation"]},{name:"DataOutputAssociation",superClass:["DataAssociation"]},{name:"InputOutputSpecification",superClass:["BaseElement"],properties:[{name:"dataInputs",type:"DataInput",isMany:!0},{name:"dataOutputs",type:"DataOutput",isMany:!0},{name:"inputSets",type:"InputSet",isMany:!0},{name:"outputSets",type:"OutputSet",isMany:!0}]},{name:"DataObject",superClass:["FlowElement","ItemAwareElement"],properties:[{name:"isCollection",default:!1,isAttr:!0,type:"Boolean"}]},{name:"InputOutputBinding",properties:[{name:"inputDataRef",type:"InputSet",isAttr:!0,isReference:!0},{name:"outputDataRef",type:"OutputSet",isAttr:!0,isReference:!0},{name:"operationRef",type:"Operation",isAttr:!0,isReference:!0}]},{name:"Assignment",superClass:["BaseElement"],properties:[{name:"from",type:"Expression",xml:{serialize:"xsi:type"}},{name:"to",type:"Expression",xml:{serialize:"xsi:type"}}]},{name:"DataStore",superClass:["RootElement","ItemAwareElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"capacity",isAttr:!0,type:"Integer"},{name:"isUnlimited",default:!0,isAttr:!0,type:"Boolean"}]},{name:"DataStoreReference",superClass:["ItemAwareElement","FlowElement"],properties:[{name:"dataStoreRef",type:"DataStore",isAttr:!0,isReference:!0}]},{name:"DataObjectReference",superClass:["ItemAwareElement","FlowElement"],properties:[{name:"dataObjectRef",type:"DataObject",isAttr:!0,isReference:!0}]},{name:"ConversationLink",superClass:["BaseElement"],properties:[{name:"sourceRef",type:"InteractionNode",isAttr:!0,isReference:!0},{name:"targetRef",type:"InteractionNode",isAttr:!0,isReference:!0},{name:"name",isAttr:!0,type:"String"}]},{name:"ConversationAssociation",superClass:["BaseElement"],properties:[{name:"innerConversationNodeRef",type:"ConversationNode",isAttr:!0,isReference:!0},{name:"outerConversationNodeRef",type:"ConversationNode",isAttr:!0,isReference:!0}]},{name:"CallConversation",superClass:["ConversationNode"],properties:[{name:"calledCollaborationRef",type:"Collaboration",isAttr:!0,isReference:!0},{name:"participantAssociations",type:"ParticipantAssociation",isMany:!0}]},{name:"Conversation",superClass:["ConversationNode"]},{name:"SubConversation",superClass:["ConversationNode"],properties:[{name:"conversationNodes",type:"ConversationNode",isMany:!0}]},{name:"ConversationNode",isAbstract:!0,superClass:["InteractionNode","BaseElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"participantRef",type:"Participant",isMany:!0,isReference:!0},{name:"messageFlowRefs",type:"MessageFlow",isMany:!0,isReference:!0},{name:"correlationKeys",type:"CorrelationKey",isMany:!0}]},{name:"GlobalConversation",superClass:["Collaboration"]},{name:"PartnerEntity",superClass:["RootElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"participantRef",type:"Participant",isMany:!0,isReference:!0}]},{name:"PartnerRole",superClass:["RootElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"participantRef",type:"Participant",isMany:!0,isReference:!0}]},{name:"CorrelationProperty",superClass:["RootElement"],properties:[{name:"correlationPropertyRetrievalExpression",type:"CorrelationPropertyRetrievalExpression",isMany:!0},{name:"name",isAttr:!0,type:"String"},{name:"type",type:"ItemDefinition",isAttr:!0,isReference:!0}]},{name:"Error",superClass:["RootElement"],properties:[{name:"structureRef",type:"ItemDefinition",isAttr:!0,isReference:!0},{name:"name",isAttr:!0,type:"String"},{name:"errorCode",isAttr:!0,type:"String"}]},{name:"CorrelationKey",superClass:["BaseElement"],properties:[{name:"correlationPropertyRef",type:"CorrelationProperty",isMany:!0,isReference:!0},{name:"name",isAttr:!0,type:"String"}]},{name:"Expression",superClass:["BaseElement"],isAbstract:!1,properties:[{name:"body",isBody:!0,type:"String"}]},{name:"FormalExpression",superClass:["Expression"],properties:[{name:"language",isAttr:!0,type:"String"},{name:"evaluatesToTypeRef",type:"ItemDefinition",isAttr:!0,isReference:!0}]},{name:"Message",superClass:["RootElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"itemRef",type:"ItemDefinition",isAttr:!0,isReference:!0}]},{name:"ItemDefinition",superClass:["RootElement"],properties:[{name:"itemKind",type:"ItemKind",isAttr:!0},{name:"structureRef",isAttr:!0,type:"String"},{name:"isCollection",default:!1,isAttr:!0,type:"Boolean"},{name:"import",type:"Import",isAttr:!0,isReference:!0}]},{name:"FlowElement",isAbstract:!0,superClass:["BaseElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"auditing",type:"Auditing"},{name:"monitoring",type:"Monitoring"},{name:"categoryValueRef",type:"CategoryValue",isMany:!0,isReference:!0}]},{name:"SequenceFlow",superClass:["FlowElement"],properties:[{name:"isImmediate",isAttr:!0,type:"Boolean"},{name:"conditionExpression",type:"Expression",xml:{serialize:"xsi:type"}},{name:"sourceRef",type:"FlowNode",isAttr:!0,isReference:!0},{name:"targetRef",type:"FlowNode",isAttr:!0,isReference:!0}]},{name:"FlowElementsContainer",isAbstract:!0,superClass:["BaseElement"],properties:[{name:"laneSets",type:"LaneSet",isMany:!0},{name:"flowElements",type:"FlowElement",isMany:!0}]},{name:"CallableElement",isAbstract:!0,superClass:["RootElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"ioSpecification",type:"InputOutputSpecification",xml:{serialize:"property"}},{name:"supportedInterfaceRef",type:"Interface",isMany:!0,isReference:!0},{name:"ioBinding",type:"InputOutputBinding",isMany:!0,xml:{serialize:"property"}}]},{name:"FlowNode",isAbstract:!0,superClass:["FlowElement"],properties:[{name:"incoming",type:"SequenceFlow",isMany:!0,isReference:!0},{name:"outgoing",type:"SequenceFlow",isMany:!0,isReference:!0},{name:"lanes",type:"Lane",isMany:!0,isVirtual:!0,isReference:!0}]},{name:"CorrelationPropertyRetrievalExpression",superClass:["BaseElement"],properties:[{name:"messagePath",type:"FormalExpression"},{name:"messageRef",type:"Message",isAttr:!0,isReference:!0}]},{name:"CorrelationPropertyBinding",superClass:["BaseElement"],properties:[{name:"dataPath",type:"FormalExpression"},{name:"correlationPropertyRef",type:"CorrelationProperty",isAttr:!0,isReference:!0}]},{name:"Resource",superClass:["RootElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"resourceParameters",type:"ResourceParameter",isMany:!0}]},{name:"ResourceParameter",superClass:["BaseElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"isRequired",isAttr:!0,type:"Boolean"},{name:"type",type:"ItemDefinition",isAttr:!0,isReference:!0}]},{name:"CorrelationSubscription",superClass:["BaseElement"],properties:[{name:"correlationKeyRef",type:"CorrelationKey",isAttr:!0,isReference:!0},{name:"correlationPropertyBinding",type:"CorrelationPropertyBinding",isMany:!0}]},{name:"MessageFlow",superClass:["BaseElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"sourceRef",type:"InteractionNode",isAttr:!0,isReference:!0},{name:"targetRef",type:"InteractionNode",isAttr:!0,isReference:!0},{name:"messageRef",type:"Message",isAttr:!0,isReference:!0}]},{name:"MessageFlowAssociation",superClass:["BaseElement"],properties:[{name:"innerMessageFlowRef",type:"MessageFlow",isAttr:!0,isReference:!0},{name:"outerMessageFlowRef",type:"MessageFlow",isAttr:!0,isReference:!0}]},{name:"InteractionNode",isAbstract:!0,properties:[{name:"incomingConversationLinks",type:"ConversationLink",isMany:!0,isVirtual:!0,isReference:!0},{name:"outgoingConversationLinks",type:"ConversationLink",isMany:!0,isVirtual:!0,isReference:!0}]},{name:"Participant",superClass:["InteractionNode","BaseElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"interfaceRef",type:"Interface",isMany:!0,isReference:!0},{name:"participantMultiplicity",type:"ParticipantMultiplicity"},{name:"endPointRefs",type:"EndPoint",isMany:!0,isReference:!0},{name:"processRef",type:"Process",isAttr:!0,isReference:!0}]},{name:"ParticipantAssociation",superClass:["BaseElement"],properties:[{name:"innerParticipantRef",type:"Participant",isAttr:!0,isReference:!0},{name:"outerParticipantRef",type:"Participant",isAttr:!0,isReference:!0}]},{name:"ParticipantMultiplicity",properties:[{name:"minimum",default:0,isAttr:!0,type:"Integer"},{name:"maximum",default:1,isAttr:!0,type:"Integer"}],superClass:["BaseElement"]},{name:"Collaboration",superClass:["RootElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"isClosed",isAttr:!0,type:"Boolean"},{name:"participants",type:"Participant",isMany:!0},{name:"messageFlows",type:"MessageFlow",isMany:!0},{name:"artifacts",type:"Artifact",isMany:!0},{name:"conversations",type:"ConversationNode",isMany:!0},{name:"conversationAssociations",type:"ConversationAssociation"},{name:"participantAssociations",type:"ParticipantAssociation",isMany:!0},{name:"messageFlowAssociations",type:"MessageFlowAssociation",isMany:!0},{name:"correlationKeys",type:"CorrelationKey",isMany:!0},{name:"choreographyRef",type:"Choreography",isMany:!0,isReference:!0},{name:"conversationLinks",type:"ConversationLink",isMany:!0}]},{name:"ChoreographyActivity",isAbstract:!0,superClass:["FlowNode"],properties:[{name:"participantRef",type:"Participant",isMany:!0,isReference:!0},{name:"initiatingParticipantRef",type:"Participant",isAttr:!0,isReference:!0},{name:"correlationKeys",type:"CorrelationKey",isMany:!0},{name:"loopType",type:"ChoreographyLoopType",default:"None",isAttr:!0}]},{name:"CallChoreography",superClass:["ChoreographyActivity"],properties:[{name:"calledChoreographyRef",type:"Choreography",isAttr:!0,isReference:!0},{name:"participantAssociations",type:"ParticipantAssociation",isMany:!0}]},{name:"SubChoreography",superClass:["ChoreographyActivity","FlowElementsContainer"],properties:[{name:"artifacts",type:"Artifact",isMany:!0}]},{name:"ChoreographyTask",superClass:["ChoreographyActivity"],properties:[{name:"messageFlowRef",type:"MessageFlow",isMany:!0,isReference:!0}]},{name:"Choreography",superClass:["Collaboration","FlowElementsContainer"]},{name:"GlobalChoreographyTask",superClass:["Choreography"],properties:[{name:"initiatingParticipantRef",type:"Participant",isAttr:!0,isReference:!0}]},{name:"TextAnnotation",superClass:["Artifact"],properties:[{name:"text",type:"String"},{name:"textFormat",default:"text/plain",isAttr:!0,type:"String"}]},{name:"Group",superClass:["Artifact"],properties:[{name:"categoryValueRef",type:"CategoryValue",isAttr:!0,isReference:!0}]},{name:"Association",superClass:["Artifact"],properties:[{name:"associationDirection",type:"AssociationDirection",isAttr:!0},{name:"sourceRef",type:"BaseElement",isAttr:!0,isReference:!0},{name:"targetRef",type:"BaseElement",isAttr:!0,isReference:!0}]},{name:"Category",superClass:["RootElement"],properties:[{name:"categoryValue",type:"CategoryValue",isMany:!0},{name:"name",isAttr:!0,type:"String"}]},{name:"Artifact",isAbstract:!0,superClass:["BaseElement"]},{name:"CategoryValue",superClass:["BaseElement"],properties:[{name:"categorizedFlowElements",type:"FlowElement",isMany:!0,isVirtual:!0,isReference:!0},{name:"value",isAttr:!0,type:"String"}]},{name:"Activity",isAbstract:!0,superClass:["FlowNode"],properties:[{name:"isForCompensation",default:!1,isAttr:!0,type:"Boolean"},{name:"default",type:"SequenceFlow",isAttr:!0,isReference:!0},{name:"ioSpecification",type:"InputOutputSpecification",xml:{serialize:"property"}},{name:"boundaryEventRefs",type:"BoundaryEvent",isMany:!0,isReference:!0},{name:"properties",type:"Property",isMany:!0},{name:"dataInputAssociations",type:"DataInputAssociation",isMany:!0},{name:"dataOutputAssociations",type:"DataOutputAssociation",isMany:!0},{name:"startQuantity",default:1,isAttr:!0,type:"Integer"},{name:"resources",type:"ResourceRole",isMany:!0},{name:"completionQuantity",default:1,isAttr:!0,type:"Integer"},{name:"loopCharacteristics",type:"LoopCharacteristics"}]},{name:"ServiceTask",superClass:["Task"],properties:[{name:"implementation",isAttr:!0,type:"String"},{name:"operationRef",type:"Operation",isAttr:!0,isReference:!0}]},{name:"SubProcess",superClass:["Activity","FlowElementsContainer","InteractionNode"],properties:[{name:"triggeredByEvent",default:!1,isAttr:!0,type:"Boolean"},{name:"artifacts",type:"Artifact",isMany:!0}]},{name:"LoopCharacteristics",isAbstract:!0,superClass:["BaseElement"]},{name:"MultiInstanceLoopCharacteristics",superClass:["LoopCharacteristics"],properties:[{name:"isSequential",default:!1,isAttr:!0,type:"Boolean"},{name:"behavior",type:"MultiInstanceBehavior",default:"All",isAttr:!0},{name:"loopCardinality",type:"Expression",xml:{serialize:"xsi:type"}},{name:"loopDataInputRef",type:"ItemAwareElement",isReference:!0},{name:"loopDataOutputRef",type:"ItemAwareElement",isReference:!0},{name:"inputDataItem",type:"DataInput",xml:{serialize:"property"}},{name:"outputDataItem",type:"DataOutput",xml:{serialize:"property"}},{name:"complexBehaviorDefinition",type:"ComplexBehaviorDefinition",isMany:!0},{name:"completionCondition",type:"Expression",xml:{serialize:"xsi:type"}},{name:"oneBehaviorEventRef",type:"EventDefinition",isAttr:!0,isReference:!0},{name:"noneBehaviorEventRef",type:"EventDefinition",isAttr:!0,isReference:!0}]},{name:"StandardLoopCharacteristics",superClass:["LoopCharacteristics"],properties:[{name:"testBefore",default:!1,isAttr:!0,type:"Boolean"},{name:"loopCondition",type:"Expression",xml:{serialize:"xsi:type"}},{name:"loopMaximum",type:"Integer",isAttr:!0}]},{name:"CallActivity",superClass:["Activity","InteractionNode"],properties:[{name:"calledElement",type:"String",isAttr:!0}]},{name:"Task",superClass:["Activity","InteractionNode"]},{name:"SendTask",superClass:["Task"],properties:[{name:"implementation",isAttr:!0,type:"String"},{name:"operationRef",type:"Operation",isAttr:!0,isReference:!0},{name:"messageRef",type:"Message",isAttr:!0,isReference:!0}]},{name:"ReceiveTask",superClass:["Task"],properties:[{name:"implementation",isAttr:!0,type:"String"},{name:"instantiate",default:!1,isAttr:!0,type:"Boolean"},{name:"operationRef",type:"Operation",isAttr:!0,isReference:!0},{name:"messageRef",type:"Message",isAttr:!0,isReference:!0}]},{name:"ScriptTask",superClass:["Task"],properties:[{name:"scriptFormat",isAttr:!0,type:"String"},{name:"script",type:"String"}]},{name:"BusinessRuleTask",superClass:["Task"],properties:[{name:"implementation",isAttr:!0,type:"String"}]},{name:"AdHocSubProcess",superClass:["SubProcess"],properties:[{name:"completionCondition",type:"Expression",xml:{serialize:"xsi:type"}},{name:"ordering",type:"AdHocOrdering",isAttr:!0},{name:"cancelRemainingInstances",default:!0,isAttr:!0,type:"Boolean"}]},{name:"Transaction",superClass:["SubProcess"],properties:[{name:"protocol",isAttr:!0,type:"String"},{name:"method",isAttr:!0,type:"String"}]},{name:"GlobalScriptTask",superClass:["GlobalTask"],properties:[{name:"scriptLanguage",isAttr:!0,type:"String"},{name:"script",isAttr:!0,type:"String"}]},{name:"GlobalBusinessRuleTask",superClass:["GlobalTask"],properties:[{name:"implementation",isAttr:!0,type:"String"}]},{name:"ComplexBehaviorDefinition",superClass:["BaseElement"],properties:[{name:"condition",type:"FormalExpression"},{name:"event",type:"ImplicitThrowEvent"}]},{name:"ResourceRole",superClass:["BaseElement"],properties:[{name:"resourceRef",type:"Resource",isReference:!0},{name:"resourceParameterBindings",type:"ResourceParameterBinding",isMany:!0},{name:"resourceAssignmentExpression",type:"ResourceAssignmentExpression"},{name:"name",isAttr:!0,type:"String"}]},{name:"ResourceParameterBinding",properties:[{name:"expression",type:"Expression",xml:{serialize:"xsi:type"}},{name:"parameterRef",type:"ResourceParameter",isAttr:!0,isReference:!0}],superClass:["BaseElement"]},{name:"ResourceAssignmentExpression",properties:[{name:"expression",type:"Expression",xml:{serialize:"xsi:type"}}],superClass:["BaseElement"]},{name:"Import",properties:[{name:"importType",isAttr:!0,type:"String"},{name:"location",isAttr:!0,type:"String"},{name:"namespace",isAttr:!0,type:"String"}]},{name:"Definitions",superClass:["BaseElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"targetNamespace",isAttr:!0,type:"String"},{name:"expressionLanguage",default:"http://www.w3.org/1999/XPath",isAttr:!0,type:"String"},{name:"typeLanguage",default:"http://www.w3.org/2001/XMLSchema",isAttr:!0,type:"String"},{name:"imports",type:"Import",isMany:!0},{name:"extensions",type:"Extension",isMany:!0},{name:"rootElements",type:"RootElement",isMany:!0},{name:"diagrams",isMany:!0,type:"bpmndi:BPMNDiagram"},{name:"exporter",isAttr:!0,type:"String"},{name:"relationships",type:"Relationship",isMany:!0},{name:"exporterVersion",isAttr:!0,type:"String"}]}],enumerations:[{name:"ProcessType",literalValues:[{name:"None"},{name:"Public"},{name:"Private"}]},{name:"GatewayDirection",literalValues:[{name:"Unspecified"},{name:"Converging"},{name:"Diverging"},{name:"Mixed"}]},{name:"EventBasedGatewayType",literalValues:[{name:"Parallel"},{name:"Exclusive"}]},{name:"RelationshipDirection",literalValues:[{name:"None"},{name:"Forward"},{name:"Backward"},{name:"Both"}]},{name:"ItemKind",literalValues:[{name:"Physical"},{name:"Information"}]},{name:"ChoreographyLoopType",literalValues:[{name:"None"},{name:"Standard"},{name:"MultiInstanceSequential"},{name:"MultiInstanceParallel"}]},{name:"AssociationDirection",literalValues:[{name:"None"},{name:"One"},{name:"Both"}]},{name:"MultiInstanceBehavior",literalValues:[{name:"None"},{name:"One"},{name:"All"},{name:"Complex"}]},{name:"AdHocOrdering",literalValues:[{name:"Parallel"},{name:"Sequential"}]}],xml:{tagAlias:"lowerCase",typePrefix:"t"}},bpmndi:{name:"BPMNDI",uri:"http://www.omg.org/spec/BPMN/20100524/DI",prefix:"bpmndi",types:[{name:"BPMNDiagram",properties:[{name:"plane",type:"BPMNPlane",redefines:"di:Diagram#rootElement"},{name:"labelStyle",type:"BPMNLabelStyle",isMany:!0}],superClass:["di:Diagram"]},{name:"BPMNPlane",properties:[{name:"bpmnElement",isAttr:!0,isReference:!0,type:"bpmn:BaseElement",redefines:"di:DiagramElement#modelElement"}],superClass:["di:Plane"]},{name:"BPMNShape",properties:[{name:"bpmnElement",isAttr:!0,isReference:!0,type:"bpmn:BaseElement",redefines:"di:DiagramElement#modelElement"},{name:"isHorizontal",isAttr:!0,type:"Boolean"},{name:"isExpanded",isAttr:!0,type:"Boolean"},{name:"isMarkerVisible",isAttr:!0,type:"Boolean"},{name:"label",type:"BPMNLabel"},{name:"isMessageVisible",isAttr:!0,type:"Boolean"},{name:"participantBandKind",type:"ParticipantBandKind",isAttr:!0},{name:"choreographyActivityShape",type:"BPMNShape",isAttr:!0,isReference:!0}],superClass:["di:LabeledShape"]},{name:"BPMNEdge",properties:[{name:"label",type:"BPMNLabel"},{name:"bpmnElement",isAttr:!0,isReference:!0,type:"bpmn:BaseElement",redefines:"di:DiagramElement#modelElement"},{name:"sourceElement",isAttr:!0,isReference:!0,type:"di:DiagramElement",redefines:"di:Edge#source"},{name:"targetElement",isAttr:!0,isReference:!0,type:"di:DiagramElement",redefines:"di:Edge#target"},{name:"messageVisibleKind",type:"MessageVisibleKind",isAttr:!0,default:"initiating"}],superClass:["di:LabeledEdge"]},{name:"BPMNLabel",properties:[{name:"labelStyle",type:"BPMNLabelStyle",isAttr:!0,isReference:!0,redefines:"di:DiagramElement#style"}],superClass:["di:Label"]},{name:"BPMNLabelStyle",properties:[{name:"font",type:"dc:Font"}],superClass:["di:Style"]}],enumerations:[{name:"ParticipantBandKind",literalValues:[{name:"top_initiating"},{name:"middle_initiating"},{name:"bottom_initiating"},{name:"top_non_initiating"},{name:"middle_non_initiating"},{name:"bottom_non_initiating"}]},{name:"MessageVisibleKind",literalValues:[{name:"initiating"},{name:"non_initiating"}]}],associations:[]},dc:{name:"DC",uri:"http://www.omg.org/spec/DD/20100524/DC",prefix:"dc",types:[{name:"Boolean"},{name:"Integer"},{name:"Real"},{name:"String"},{name:"Font",properties:[{name:"name",type:"String",isAttr:!0},{name:"size",type:"Real",isAttr:!0},{name:"isBold",type:"Boolean",isAttr:!0},{name:"isItalic",type:"Boolean",isAttr:!0},{name:"isUnderline",type:"Boolean",isAttr:!0},{name:"isStrikeThrough",type:"Boolean",isAttr:!0}]},{name:"Point",properties:[{name:"x",type:"Real",default:"0",isAttr:!0},{name:"y",type:"Real",default:"0",isAttr:!0}]},{name:"Bounds",properties:[{name:"x",type:"Real",default:"0",isAttr:!0},{name:"y",type:"Real",default:"0",isAttr:!0},{name:"width",type:"Real",isAttr:!0},{name:"height",type:"Real",isAttr:!0}]}],associations:[]},di:{name:"DI",uri:"http://www.omg.org/spec/DD/20100524/DI",prefix:"di",types:[{name:"DiagramElement",isAbstract:!0,properties:[{name:"id",isAttr:!0,isId:!0,type:"String"},{name:"extension",type:"Extension"},{name:"owningDiagram",type:"Diagram",isReadOnly:!0,isVirtual:!0,isReference:!0},{name:"owningElement",type:"DiagramElement",isReadOnly:!0,isVirtual:!0,isReference:!0},{name:"modelElement",isReadOnly:!0,isVirtual:!0,isReference:!0,type:"Element"},{name:"style",type:"Style",isReadOnly:!0,isVirtual:!0,isReference:!0},{name:"ownedElement",type:"DiagramElement",isReadOnly:!0,isMany:!0,isVirtual:!0}]},{name:"Node",isAbstract:!0,superClass:["DiagramElement"]},{name:"Edge",isAbstract:!0,superClass:["DiagramElement"],properties:[{name:"source",type:"DiagramElement",isReadOnly:!0,isVirtual:!0,isReference:!0},{name:"target",type:"DiagramElement",isReadOnly:!0,isVirtual:!0,isReference:!0},{name:"waypoint",isUnique:!1,isMany:!0,type:"dc:Point",xml:{serialize:"xsi:type"}}]},{name:"Diagram",isAbstract:!0,properties:[{name:"id",isAttr:!0,isId:!0,type:"String"},{name:"rootElement",type:"DiagramElement",isReadOnly:!0,isVirtual:!0},{name:"name",isAttr:!0,type:"String"},{name:"documentation",isAttr:!0,type:"String"},{name:"resolution",isAttr:!0,type:"Real"},{name:"ownedStyle",type:"Style",isReadOnly:!0,isMany:!0,isVirtual:!0}]},{name:"Shape",isAbstract:!0,superClass:["Node"],properties:[{name:"bounds",type:"dc:Bounds"}]},{name:"Plane",isAbstract:!0,superClass:["Node"],properties:[{name:"planeElement",type:"DiagramElement",subsettedProperty:"DiagramElement-ownedElement",isMany:!0}]},{name:"LabeledEdge",isAbstract:!0,superClass:["Edge"],properties:[{name:"ownedLabel",type:"Label",isReadOnly:!0,subsettedProperty:"DiagramElement-ownedElement",isMany:!0,isVirtual:!0}]},{name:"LabeledShape",isAbstract:!0,superClass:["Shape"],properties:[{name:"ownedLabel",type:"Label",isReadOnly:!0,subsettedProperty:"DiagramElement-ownedElement",isMany:!0,isVirtual:!0}]},{name:"Label",isAbstract:!0,superClass:["Node"],properties:[{name:"bounds",type:"dc:Bounds"}]},{name:"Style",isAbstract:!0,properties:[{name:"id",isAttr:!0,isId:!0,type:"String"}]},{name:"Extension",properties:[{name:"values",isMany:!0,type:"Element"}]}],associations:[],xml:{tagAlias:"lowerCase"}},bioc:{name:"bpmn.io colors for BPMN",uri:"http://bpmn.io/schema/bpmn/biocolor/1.0",prefix:"bioc",types:[{name:"ColoredShape",extends:["bpmndi:BPMNShape"],properties:[{name:"stroke",isAttr:!0,type:"String"},{name:"fill",isAttr:!0,type:"String"}]},{name:"ColoredEdge",extends:["bpmndi:BPMNEdge"],properties:[{name:"stroke",isAttr:!0,type:"String"},{name:"fill",isAttr:!0,type:"String"}]}],enumerations:[],associations:[]},color:{name:"BPMN in Color",uri:"http://www.omg.org/spec/BPMN/non-normative/color/1.0",prefix:"color",types:[{name:"ColoredLabel",extends:["bpmndi:BPMNLabel"],properties:[{name:"color",isAttr:!0,type:"String"}]},{name:"ColoredShape",extends:["bpmndi:BPMNShape"],properties:[{name:"background-color",isAttr:!0,type:"String"},{name:"border-color",isAttr:!0,type:"String"}]},{name:"ColoredEdge",extends:["bpmndi:BPMNEdge"],properties:[{name:"border-color",isAttr:!0,type:"String"}]}],enumerations:[],associations:[]}};function Sr(e,t){return new wr(W({},Er,e),t)}function Cr(e){return e?"<"+e.$type+(e.id?' id="'+e.id:"")+'" />':"<null>"}function Pr(e){return function(){if(!window.Promise)throw new Error("Promises is not supported in this environment. Please polyfill Promise.");var t=arguments.length;if(!(t>=1&&v(arguments[t-1])))return e.apply(this,arguments);var n=arguments[t-1];console.warn(new Error("Passing callbacks to "+e.name+" is deprecated and will be removed in a future major release. Please switch to promises: https://bpmn.io/l/moving-to-promises.html"));var i=Array.prototype.slice.call(arguments,0,-1);e.apply(this,i).then((function(e){var t=Object.keys(e)[0];return n(null,e[t])}),(function(e){return n(e,e.warnings)}))}}function Mr(e){b(e,"di")||Object.defineProperty(e,"di",{get:function(){throw new Error("Tried to access di from the businessObject. The di is available through the diagram element only. For more information, see https://github.com/bpmn-io/bpmn-js/issues/1472")}})}function Rr(e,t){return e.$instanceOf(t)}function Ar(e,t){var n={},i=[],r={};function o(e,t){return function(n){e(n,t)}}function a(e){n[e.id]=e}function s(n,i){try{var o=r[n.id]&&function(n,i){if(n.gfx)throw new Error(t("already rendered {element}",{element:Cr(n)}));return e.element(n,r[n.id],i)}(n,i);return a(n),o}catch(e){c(e.message,{element:n,error:e}),console.error(t("failed to import {element}",{element:Cr(n)})),console.error(e)}}function c(t,n){e.error(t,n)}function l(e){var n=e.bpmnElement;n?r[n.id]?c(t("multiple DI elements defined for {element}",{element:Cr(n)}),{element:n}):(r[n.id]=e,Mr(n)):c(t("no bpmnElement referenced in {element}",{element:Cr(e)}),{element:e})}function p(e){var t;l(t=e.plane),E(t.planeElement,u)}function u(e){l(e)}function h(){for(;i.length;)i.shift()()}function d(e,t){A(e,t),x(e.ioSpecification,t),b(e.artifacts,t),a(e)}function m(e,t){s(e,t)}function f(e,t){s(e,t)}function v(e,t){s(e,t)}function g(e,t){s(e,t)}function y(e,t){s(e,t)}function b(e,t){E(e,(function(e){Rr(e,"bpmn:Association")?i.push((function(){y(e,t)})):y(e,t)}))}function x(e,t){e&&(E(e.dataInputs,o(v,t)),E(e.dataOutputs,o(g,t)))}function S(e,t){A(e,t),b(e.artifacts,t)}function C(e,t){var n=s(e,t);Rr(e,"bpmn:SubProcess")&&S(e,n||t),Rr(e,"bpmn:Activity")&&x(e.ioSpecification,t),i.push((function(){E(e.dataInputAssociations,o(f,t)),E(e.dataOutputAssociations,o(f,t))}))}function P(e,t){s(e,t)}function M(e,t){i.push((function(){var n=s(e,t);e.childLaneSet&&R(e.childLaneSet,n||t),function(e){E(e.flowNodeRef,(function(t){var n=t.get("lanes");n&&n.push(e)}))}(e)}))}function R(e,t){E(e.lanes,o(M,t))}function A(e,n){!function(e,n){E(e,(function(e){Rr(e,"bpmn:SequenceFlow")?i.push((function(){!function(e,t){s(e,t)}(e,n)})):Rr(e,"bpmn:BoundaryEvent")?i.unshift((function(){C(e,n)})):Rr(e,"bpmn:FlowNode")?C(e,n):Rr(e,"bpmn:DataObject")||(Rr(e,"bpmn:DataStoreReference")||Rr(e,"bpmn:DataObjectReference")?P(e,n):c(t("unrecognized flowElement {element} in context {context}",{element:Cr(e),context:n?Cr(n.businessObject):"null"}),{element:e,context:n}))}))}(e.flowElements,n),e.laneSets&&function(e,t){E(e,o(R,t))}(e.laneSets,n)}function k(e,t){var n=s(e,t),i=e.processRef;i&&d(i,n||t)}return{handleDeferred:h,handleDefinitions:function(a,s){var u=a.diagrams;if(s&&-1===u.indexOf(s))throw new Error(t("diagram not part of bpmn:Definitions"));if(!s&&u&&u.length&&(s=u[0]),!s)throw new Error(t("no diagram to display"));r={},p(s);var f=s.plane;if(!f)throw new Error(t("no plane for {element}",{element:Cr(s)}));var v=f.bpmnElement;if(!v){if(!(v=function(e){return _(e.rootElements,(function(e){return Rr(e,"bpmn:Process")||Rr(e,"bpmn:Collaboration")}))}(a)))throw new Error(t("no process or collaboration to display"));c(t("correcting missing bpmnElement on {plane} to {rootElement}",{plane:Cr(f),rootElement:Cr(v)})),f.bpmnElement=v,l(f)}var g,y,x=function(t,n){return e.root(t,r[t.id],n)}(v,f);if(Rr(v,"bpmn:Process")||Rr(v,"bpmn:SubProcess"))d(v,x);else{if(!Rr(v,"bpmn:Collaboration"))throw new Error(t("unsupported bpmnElement for {plane}: {rootElement}",{plane:Cr(f),rootElement:Cr(v)}));y=x,E((g=v).participants,o(k,y)),b(g.artifacts,y),i.push((function(){!function(e,t){E(e,o(m,t))}(g.messageFlows,y)})),function(e,t){w(e,(function(e){return!n[e.id]&&Rr(e,"bpmn:Process")&&e.laneSets})).forEach(o(d,t))}(a.rootElements,x)}h()},handleSubProcess:S,registerDi:l}}function kr(e,t){var n=Tr(e);return n&&"function"==typeof n.$instanceOf&&n.$instanceOf(t)}function Dr(e,t){return M(t,(function(t){return kr(e,t)}))}function Tr(e){return e&&e.businessObject||e}function zr(e){return e&&e.di}function Or(e,t,n){var i,r,o,a,s=[];function c(e,t){var n=new Ar({root:function(e,t){return i.add(e,t)},element:function(e,t,n){return i.add(e,t,n)},error:function(e,t){s.push({message:e,context:t})}},o);t=t||e.diagrams&&e.diagrams[0];var r=function(e,t){if(!t)return;var n,i=t.plane.bpmnElement,r=i;kr(i,"bpmn:Process")||kr(i,"bpmn:Collaboration")||(r=function(e){var t=e;for(;t;){if(kr(t,"bpmn:Process"))return t;t=t.$parent}}(i));n=kr(r,"bpmn:Collaboration")?r:_(e.rootElements,(function(e){if(kr(e,"bpmn:Collaboration"))return _(e.participants,(function(e){return e.processRef===r}))}));var o=[r];n&&(o=R(n.participants,(function(e){return e.processRef}))).push(n);var a=Br(o),s=[t],c=[i];return E(e.diagrams,(function(e){var t=e.plane.bpmnElement;-1!==a.indexOf(t)&&-1===c.indexOf(t)&&(s.push(e),c.push(t))})),s}(e,t);if(!r)throw new Error(o("no diagram to display"));E(r,(function(t){n.handleDefinitions(e,t)}));var c=t.plane.bpmnElement.id;a.setRootElement(a.findRoot(c+"_plane")||a.findRoot(c))}return new Promise((function(l,p){try{return i=e.get("bpmnImporter"),r=e.get("eventBus"),o=e.get("translate"),a=e.get("canvas"),r.fire("import.render.start",{definitions:t}),c(t,n),r.fire("import.render.complete",{error:undefined,warnings:s}),l({warnings:s})}catch(e){return e.warnings=s,p(e)}}))}function Br(e){var t=[];return E(e,(function(e){e&&(t.push(e),t=t.concat(Br(e.flowElements)))})),t}var jr,Nr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.02 5.57" width="53" height="21"><path fill="currentColor" d="M1.88.92v.14c0 .41-.13.68-.4.8.33.14.46.44.46.86v.33c0 .61-.33.95-.95.95H0V0h.95c.65 0 .93.3.93.92zM.63.57v1.06h.24c.24 0 .38-.1.38-.43V.98c0-.28-.1-.4-.32-.4zm0 1.63v1.22h.36c.2 0 .32-.1.32-.39v-.35c0-.37-.12-.48-.4-.48H.63zM4.18.99v.52c0 .64-.31.98-.94.98h-.3V4h-.62V0h.92c.63 0 .94.35.94.99zM2.94.57v1.35h.3c.2 0 .3-.09.3-.37v-.6c0-.29-.1-.38-.3-.38h-.3zm2.89 2.27L6.25 0h.88v4h-.6V1.12L6.1 3.99h-.6l-.46-2.82v2.82h-.55V0h.87zM8.14 1.1V4h-.56V0h.79L9 2.4V0h.56v4h-.64zm2.49 2.29v.6h-.6v-.6zM12.12 1c0-.63.33-1 .95-1 .61 0 .95.37.95 1v2.04c0 .64-.34 1-.95 1-.62 0-.95-.37-.95-1zm.62 2.08c0 .28.13.39.33.39s.32-.1.32-.4V.98c0-.29-.12-.4-.32-.4s-.33.11-.33.4z"/><path fill="currentColor" d="M0 4.53h14.02v1.04H0zM11.08 0h.63v.62h-.63zm.63 4V1h-.63v2.98z"/></svg>',Lr={verticalAlign:"middle"},Ir={color:"#404040"},Fr={zIndex:"1001",position:"fixed",top:"0",left:"0",right:"0",bottom:"0"},Vr={width:"100%",height:"100%",background:"rgba(40,40,40,0.2)"},Hr={position:"absolute",left:"50%",top:"40%",transform:"translate(-50%)",width:"260px",padding:"10px",background:"white",boxShadow:"0 1px 4px rgba(0,0,0,0.3)",fontFamily:"Helvetica, Arial, sans-serif",fontSize:"14px",display:"flex",lineHeight:"1.3"};function $r(){jr||(ie(jr=Ee('<div class="bjs-powered-by-lightbox"><div class="backdrop"></div><div class="notice"><a href="https://bpmn.io" target="_blank" rel="noopener" class="link"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.02 5.57" width="53" height="21"><path fill="currentColor" d="M1.88.92v.14c0 .41-.13.68-.4.8.33.14.46.44.46.86v.33c0 .61-.33.95-.95.95H0V0h.95c.65 0 .93.3.93.92zM.63.57v1.06h.24c.24 0 .38-.1.38-.43V.98c0-.28-.1-.4-.32-.4zm0 1.63v1.22h.36c.2 0 .32-.1.32-.39v-.35c0-.37-.12-.48-.4-.48H.63zM4.18.99v.52c0 .64-.31.98-.94.98h-.3V4h-.62V0h.92c.63 0 .94.35.94.99zM2.94.57v1.35h.3c.2 0 .3-.09.3-.37v-.6c0-.29-.1-.38-.3-.38h-.3zm2.89 2.27L6.25 0h.88v4h-.6V1.12L6.1 3.99h-.6l-.46-2.82v2.82h-.55V0h.87zM8.14 1.1V4h-.56V0h.79L9 2.4V0h.56v4h-.64zm2.49 2.29v.6h-.6v-.6zM12.12 1c0-.63.33-1 .95-1 .61 0 .95.37.95 1v2.04c0 .64-.34 1-.95 1-.62 0-.95-.37-.95-1zm.62 2.08c0 .28.13.39.33.39s.32-.1.32-.4V.98c0-.29-.12-.4-.32-.4s-.33.11-.33.4z"/><path fill="currentColor" d="M0 4.53h14.02v1.04H0zM11.08 0h.63v.62h-.63zm.63 4V1h-.63v2.98z"/></svg></a><span>Web-based tooling for BPMN, DMN and CMMN diagrams powered by <a href="https://bpmn.io" target="_blank" rel="noopener">bpmn.io</a>.</span></div></div>'),Fr),ie(Pe("svg",jr),Lr),ie(Pe(".backdrop",jr),Vr),ie(Pe(".notice",jr),Hr),ie(Pe(".link",jr),Ir,{margin:"15px 20px 15px 10px",alignSelf:"center"}),we.bind(jr,".backdrop","click",(function(e){document.body.removeChild(jr)}))),document.body.appendChild(jr)}function Gr(e){var t,n;e=W({},Ur,e),this._moddle=this._createModdle(e),this._container=this._createContainer(e),t=this._container,ie(Pe("svg",n=Ee('<a href="http://bpmn.io" target="_blank" class="bjs-powered-by" title="Powered by bpmn.io" >'+Nr+"</a>")),Lr),ie(n,Ir,{position:"absolute",bottom:"15px",right:"15px",zIndex:"100"}),t.appendChild(n),be.bind(n,"click",(function(e){$r(),e.preventDefault()})),this._init(this._container,this._moddle,e)}function Wr(e,t){return e.warnings=t,e}r(Gr,li),Gr.prototype.importXML=Pr((function(e,t){var n=this;return new Promise((function(i,r){e=n._emit("import.parse.start",{xml:e})||e,n._moddle.fromXML(e,"bpmn:Definitions").then((function(e){var o,a,s=e.rootElement,c=e.references,l=e.warnings,p=e.elementsById;s=n._emit("import.parse.complete",(o={error:null,definitions:s,elementsById:p,references:c,warnings:l},a=n.get("eventBus").createEvent(o),Object.defineProperty(a,"context",{enumerable:!0,get:function(){return console.warn(new Error("import.parse.complete <context> is deprecated and will be removed in future library versions")),{warnings:o.warnings,references:o.references,elementsById:o.elementsById}}}),a))||s,n.importDefinitions(s,t).then((function(e){var t=[].concat(l,e.warnings||[]);return n._emit("import.done",{error:null,warnings:t}),i({warnings:t})})).catch((function(e){var t=[].concat(l,e.warnings||[]);return n._emit("import.done",{error:e,warnings:t}),r(Wr(e,t))}))})).catch((function(e){return n._emit("import.parse.complete",{error:e}),e=function(e){var t=/unparsable content <([^>]+)> detected([\s\S]*)$/.exec(e.message);t&&(e.message="unparsable content <"+t[1]+"> detected; this may indicate an invalid BPMN 2.0 diagram file"+t[2]);return e}(e),n._emit("import.done",{error:e,warnings:e.warnings}),r(e)}))}))})),Gr.prototype.importDefinitions=Pr((function(e,t){var n=this;return new Promise((function(i,r){n._setDefinitions(e),n.open(t).then((function(e){var t=e.warnings;return i({warnings:t})})).catch((function(e){return r(e)}))}))})),Gr.prototype.open=Pr((function(e){var t=this._definitions,n=e,i=this;return new Promise((function(r,o){if(!t){var a=new Error("no XML imported");return o(Wr(a,[]))}if("string"==typeof e&&!(n=function(e,t){if(!t)return null;return _(e.diagrams,(function(e){return e.id===t}))||null}(t,e))){var s=new Error("BPMNDiagram <"+e+"> not found");return o(Wr(s,[]))}try{i.clear()}catch(e){return o(Wr(e,[]))}Or(i,t,n).then((function(e){var t=e.warnings;return r({warnings:t})})).catch((function(e){return o(e)}))}))})),Gr.prototype.saveXML=Pr((function(e){e=e||{};var t=this,n=this._definitions;return new Promise((function(i){if(!n)return i({error:new Error("no definitions loaded")});n=t._emit("saveXML.start",{definitions:n})||n,t._moddle.toXML(n,e).then((function(e){var n=e.xml;return n=t._emit("saveXML.serialized",{xml:n})||n,i({xml:n})}))})).catch((function(e){return{error:e}})).then((function(e){t._emit("saveXML.done",e);var n=e.error;return n?Promise.reject(n):e}))})),Gr.prototype.saveSVG=Pr((function(e){var t=this;return new Promise((function(e,n){var i,r;t._emit("saveSVG.start");try{var o=t.get("canvas"),a=o.getActiveLayer(),s=Pe("defs",o._svg),c=nt(a),l=s?"<defs>"+nt(s)+"</defs>":"",p=a.getBBox();i='<?xml version="1.0" encoding="utf-8"?>\n\x3c!-- created with bpmn-js / http://bpmn.io --\x3e\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="'+p.width+'" height="'+p.height+'" viewBox="'+p.x+" "+p.y+" "+p.width+" "+p.height+'" version="1.1">'+l+c+"</svg>"}catch(e){r=e}return t._emit("saveSVG.done",{error:r,svg:i}),r?n(r):e({svg:i})}))})),Gr.prototype._setDefinitions=function(e){this._definitions=e},Gr.prototype.getModules=function(){return this._modules},Gr.prototype.clear=function(){this.getDefinitions()&&li.prototype.clear.call(this)},Gr.prototype.destroy=function(){li.prototype.destroy.call(this),Re(this._container)},Gr.prototype.on=function(e,t,n,i){return this.get("eventBus").on(e,t,n,i)},Gr.prototype.off=function(e,t){this.get("eventBus").off(e,t)},Gr.prototype.attachTo=function(e){if(!e)throw new Error("parentNode required");this.detach(),e.get&&e.constructor.prototype.jquery&&(e=e.get(0)),"string"==typeof e&&(e=Pe(e)),e.appendChild(this._container),this._emit("attach",{}),this.get("canvas").resized()},Gr.prototype.getDefinitions=function(){return this._definitions},Gr.prototype.detach=function(){var e=this._container,t=e.parentNode;t&&(this._emit("detach",{}),t.removeChild(e))},Gr.prototype._init=function(e,t,n){var i=n.modules||this.getModules(),r=n.additionalModules||[],o=[].concat([{bpmnjs:["value",this],moddle:["value",t]}],i,r),a=W(Y(n,["additionalModules"]),{canvas:W({},n.canvas,{container:e}),modules:o});li.call(this,a),n&&n.container&&this.attachTo(n.container)},Gr.prototype._emit=function(e,t){return this.get("eventBus").fire(e,t)},Gr.prototype._createContainer=function(e){var t=Ee('<div class="bjs-container"></div>');return ie(t,{width:qr(e.width),height:qr(e.height),position:e.position}),t},Gr.prototype._createModdle=function(e){return new Sr(W({},this._moddleExtensions,e.moddleExtensions))},Gr.prototype._modules=[];var Ur={width:"100%",height:"100%",position:"relative"};function qr(e){return e+(f(e)?"px":"")}function Kr(e){Gr.call(this,e),this.on("import.parse.complete",(function(e){e.error||this._collectIds(e.definitions,e.elementsById)}),this),this.on("diagram.destroy",(function(){this.get("moddle").ids.clear()}),this)}function Yr(e,t){return!kr(e,"bpmn:CallActivity")&&(kr(e,"bpmn:SubProcess")?!(!(t=t||zr(e))||!kr(t,"bpmndi:BPMNPlane"))||t&&!!t.isExpanded:!kr(e,"bpmn:Participant")||!!Tr(e).processRef)}function Xr(e){return e&&!1!==Tr(e).isInterrupting}function Zr(e){return e&&!!Tr(e).triggeredByEvent}function Qr(e,t){var n=Tr(e),i=!1;return n.eventDefinitions&&E(n.eventDefinitions,(function(e){kr(e,t)&&(i=!0)})),i}function Jr(e){return kr(e,"bpmn:FlowElement")||kr(e,"bpmn:Participant")||kr(e,"bpmn:Lane")||kr(e,"bpmn:SequenceFlow")||kr(e,"bpmn:MessageFlow")||kr(e,"bpmn:DataInput")||kr(e,"bpmn:DataOutput")?"name":kr(e,"bpmn:TextAnnotation")?"text":kr(e,"bpmn:Group")?"categoryValueRef":void 0}function eo(e){var t=e.businessObject,n=Jr(t);if(n)return"categoryValueRef"===n?function(e){var t=e.categoryValueRef;return t&&t.value||""}(t):t[n]||""}r(Kr,Gr),Kr.prototype._createModdle=function(e){var t=Gr.prototype._createModdle.call(this,e);return t.ids=new a([32,36,1]),t},Kr.prototype._collectIds=function(e,t){var n,i=e.$model.ids;for(n in i.clear(),t)i.claim(n,t[n])};var to="hsl(225, 10%, 15%)";function no(e,t,n){return M(e.eventDefinitions,(function(i){return i.$type===t&&function(e,t){return P(t,(function(t,n){return e[n]==t}))}(e,n)}))}function io(e){return e.businessObject}function ro(e,t){var n=zr(e);return n.get("color:background-color")||n.get("bioc:fill")||t||"white"}function oo(e,t){var n=zr(e);return n.get("color:border-color")||n.get("bioc:stroke")||t||to}function ao(e,t,n){var i=zr(e).get("label");return i&&i.get("color:color")||t||oo(e,n)}var so=new a,co=.95;function lo(e,t,n,i,r,o,a){ft.call(this,t,a);var s=e&&e.defaultFillColor,c=e&&e.defaultStrokeColor,l=e&&e.defaultLabelColor,p=so.next(),u={},h=n.computeStyle;function d(e,t){var n=W({fill:to,strokeWidth:1,strokeLinecap:"round",strokeDasharray:"none"},t.attrs),i=t.ref||{x:0,y:0},o=t.scale||1;"none"===n.strokeDasharray&&(n.strokeDasharray=[1e4,1]);var a=Ue("marker");ze(t.element,n),ke(a,t.element),ze(a,{id:e,viewBox:"0 0 20 20",refX:i.x,refY:i.y,markerWidth:20*o,markerHeight:20*o,orient:"auto"});var s=Pe("defs",r._svg);s||(s=Ue("defs"),ke(r._svg,s)),ke(s,a),u[e]=a}function f(e){return e.replace(/[^0-9a-zA-z]+/g,"_")}function v(e,t,n){var i=e+"-"+f(t)+"-"+f(n)+"-"+p;return u[i]||function(e,t,n,i){if("sequenceflow-end"===t){var r=Ue("path");ze(r,{d:"M 1 5 L 11 10 L 1 15 Z"}),d(e,{element:r,ref:{x:11,y:10},scale:.5,attrs:{fill:i,stroke:i}})}if("messageflow-start"===t){var o=Ue("circle");ze(o,{cx:6,cy:6,r:3.5}),d(e,{element:o,attrs:{fill:n,stroke:i},ref:{x:6,y:6}})}if("messageflow-end"===t){var a=Ue("path");ze(a,{d:"m 1 5 l 0 -3 l 7 3 l -7 3 z"}),d(e,{element:a,attrs:{fill:n,stroke:i,strokeLinecap:"butt"},ref:{x:8.5,y:5}})}if("association-start"===t){var s=Ue("path");ze(s,{d:"M 11 5 L 1 10 L 11 15"}),d(e,{element:s,attrs:{fill:"none",stroke:i,strokeWidth:1.5},ref:{x:1,y:10},scale:.5})}if("association-end"===t){var c=Ue("path");ze(c,{d:"M 1 5 L 11 10 L 1 15"}),d(e,{element:c,attrs:{fill:"none",stroke:i,strokeWidth:1.5},ref:{x:12,y:10},scale:.5})}if("conditional-flow-marker"===t){var l=Ue("path");ze(l,{d:"M 0 10 L 8 6 L 16 10 L 8 14 Z"}),d(e,{element:l,attrs:{fill:n,stroke:i},ref:{x:-1,y:10},scale:.5})}if("conditional-default-flow-marker"===t){var p=Ue("path");ze(p,{d:"M 6 4 L 10 16"}),d(e,{element:p,attrs:{stroke:i},ref:{x:0,y:10},scale:.5})}}(i,e,t,n),"url(#"+i+")"}function g(e,t,n,i,r){m(i)&&(r=i,i=0),i=i||0,"none"===(r=h(r,{stroke:to,strokeWidth:2,fill:"white"})).fill&&delete r.fillOpacity;var o=t/2,a=n/2,s=Ue("circle");return ze(s,{cx:o,cy:a,r:Math.round((t+n)/4-i)}),ze(s,r),ke(e,s),s}function y(e,t,n,i,r,o){m(r)&&(o=r,r=0),r=r||0,o=h(o,{stroke:to,strokeWidth:2,fill:"white"});var a=Ue("rect");return ze(a,{x:r,y:r,width:t-2*r,height:n-2*r,rx:i,ry:i}),ze(a,o),ke(e,a),a}function b(e,t,n){var i=yt(t,n=h(n,["no-fill"],{stroke:to,strokeWidth:2,fill:"none"}));return ke(e,i),i}function _(e,t,n){n=h(n,["no-fill"],{strokeWidth:2,stroke:to});var i=Ue("path");return ze(i,{d:t}),ze(i,n),ke(e,i),i}function x(e,t,n,i){return _(t,n,W({"data-marker":e},i))}function w(e){return k[e]}function S(e){return function(t,n){return w(e)(t,n)}}function C(e,t){var n=io(e),i=function(e){return"bpmn:IntermediateThrowEvent"===e.$type||"bpmn:EndEvent"===e.$type}(n);return n.eventDefinitions&&n.eventDefinitions.length>1?n.parallelMultiple?w("bpmn:ParallelMultipleEventDefinition")(t,e,i):w("bpmn:MultipleEventDefinition")(t,e,i):no(n,"bpmn:MessageEventDefinition")?w("bpmn:MessageEventDefinition")(t,e,i):no(n,"bpmn:TimerEventDefinition")?w("bpmn:TimerEventDefinition")(t,e,i):no(n,"bpmn:ConditionalEventDefinition")?w("bpmn:ConditionalEventDefinition")(t,e):no(n,"bpmn:SignalEventDefinition")?w("bpmn:SignalEventDefinition")(t,e,i):no(n,"bpmn:EscalationEventDefinition")?w("bpmn:EscalationEventDefinition")(t,e,i):no(n,"bpmn:LinkEventDefinition")?w("bpmn:LinkEventDefinition")(t,e,i):no(n,"bpmn:ErrorEventDefinition")?w("bpmn:ErrorEventDefinition")(t,e,i):no(n,"bpmn:CancelEventDefinition")?w("bpmn:CancelEventDefinition")(t,e,i):no(n,"bpmn:CompensateEventDefinition")?w("bpmn:CompensateEventDefinition")(t,e,i):no(n,"bpmn:TerminateEventDefinition")?w("bpmn:TerminateEventDefinition")(t,e,i):null}function P(e,t,n){n=W({size:{width:100}},n);var i=o.createText(t||"",n);return Le(i).add("djs-label"),ke(e,i),i}function M(e,t,n){return P(e,io(t).name,{box:t,align:n,padding:5,style:{fill:ao(t,l,c)}})}function R(e,t,n){ni(P(e,t,{box:{height:30,width:n.height},align:"center-middle",style:{fill:ao(n,l,c)}}),0,-(-1*n.height),270)}function A(e){for(var t=e.waypoints,n="m "+t[0].x+","+t[0].y,i=1;i<t.length;i++)n+="L"+t[i].x+","+t[i].y+" ";return n}var k=this.handlers={"bpmn:Event":function(e,t,n){return"fillOpacity"in n||(n.fillOpacity=co),g(e,t.width,t.height,n)},"bpmn:StartEvent":function(e,t){var n={fill:ro(t,s),stroke:oo(t,c)};io(t).isInterrupting||(n={strokeDasharray:"6",strokeLinecap:"round",fill:ro(t,s),stroke:oo(t,c)});var i=w("bpmn:Event")(e,t,n);return C(t,e),i},"bpmn:MessageEventDefinition":function(e,t,n){return _(e,i.getScaledPath("EVENT_MESSAGE",{xScaleFactor:.9,yScaleFactor:.9,containerWidth:t.width,containerHeight:t.height,position:{mx:.235,my:.315}}),{strokeWidth:1,fill:n?oo(t,c):ro(t,s),stroke:n?ro(t,s):oo(t,c)})},"bpmn:TimerEventDefinition":function(e,t){var n=g(e,t.width,t.height,.2*t.height,{strokeWidth:2,fill:ro(t,s),stroke:oo(t,c)});_(e,i.getScaledPath("EVENT_TIMER_WH",{xScaleFactor:.75,yScaleFactor:.75,containerWidth:t.width,containerHeight:t.height,position:{mx:.5,my:.5}}),{strokeWidth:2,strokeLinecap:"square",stroke:oo(t,c)});for(var r=0;r<12;r++){var o=i.getScaledPath("EVENT_TIMER_LINE",{xScaleFactor:.75,yScaleFactor:.75,containerWidth:t.width,containerHeight:t.height,position:{mx:.5,my:.5}}),a=t.width/2;_(e,o,{strokeWidth:1,strokeLinecap:"square",transform:"rotate("+30*r+","+t.height/2+","+a+")",stroke:oo(t,c)})}return n},"bpmn:EscalationEventDefinition":function(e,t,n){return _(e,i.getScaledPath("EVENT_ESCALATION",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:.5,my:.2}}),{strokeWidth:1,fill:n?oo(t,c):"none",stroke:oo(t,c)})},"bpmn:ConditionalEventDefinition":function(e,t){return _(e,i.getScaledPath("EVENT_CONDITIONAL",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:.5,my:.222}}),{strokeWidth:1,stroke:oo(t,c)})},"bpmn:LinkEventDefinition":function(e,t,n){return _(e,i.getScaledPath("EVENT_LINK",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:.57,my:.263}}),{strokeWidth:1,fill:n?oo(t,c):"none",stroke:oo(t,c)})},"bpmn:ErrorEventDefinition":function(e,t,n){return _(e,i.getScaledPath("EVENT_ERROR",{xScaleFactor:1.1,yScaleFactor:1.1,containerWidth:t.width,containerHeight:t.height,position:{mx:.2,my:.722}}),{strokeWidth:1,fill:n?oo(t,c):"none",stroke:oo(t,c)})},"bpmn:CancelEventDefinition":function(e,t,n){var r=_(e,i.getScaledPath("EVENT_CANCEL_45",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:.638,my:-.055}}),{strokeWidth:1,fill:n?oo(t,c):"none",stroke:oo(t,c)});return ri(r,45),r},"bpmn:CompensateEventDefinition":function(e,t,n){return _(e,i.getScaledPath("EVENT_COMPENSATION",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:.22,my:.5}}),{strokeWidth:1,fill:n?oo(t,c):"none",stroke:oo(t,c)})},"bpmn:SignalEventDefinition":function(e,t,n){return _(e,i.getScaledPath("EVENT_SIGNAL",{xScaleFactor:.9,yScaleFactor:.9,containerWidth:t.width,containerHeight:t.height,position:{mx:.5,my:.2}}),{strokeWidth:1,fill:n?oo(t,c):"none",stroke:oo(t,c)})},"bpmn:MultipleEventDefinition":function(e,t,n){return _(e,i.getScaledPath("EVENT_MULTIPLE",{xScaleFactor:1.1,yScaleFactor:1.1,containerWidth:t.width,containerHeight:t.height,position:{mx:.222,my:.36}}),{strokeWidth:1,fill:n?oo(t,c):"none"})},"bpmn:ParallelMultipleEventDefinition":function(e,t){return _(e,i.getScaledPath("EVENT_PARALLEL_MULTIPLE",{xScaleFactor:1.2,yScaleFactor:1.2,containerWidth:t.width,containerHeight:t.height,position:{mx:.458,my:.194}}),{strokeWidth:1,fill:oo(t,c),stroke:oo(t,c)})},"bpmn:EndEvent":function(e,t){var n=w("bpmn:Event")(e,t,{strokeWidth:4,fill:ro(t,s),stroke:oo(t,c)});return C(t,e),n},"bpmn:TerminateEventDefinition":function(e,t){return g(e,t.width,t.height,8,{strokeWidth:4,fill:oo(t,c),stroke:oo(t,c)})},"bpmn:IntermediateEvent":function(e,t){var n=w("bpmn:Event")(e,t,{strokeWidth:1,fill:ro(t,s),stroke:oo(t,c)});return g(e,t.width,t.height,3,{strokeWidth:1,fill:ro(t,"none"),stroke:oo(t,c)}),C(t,e),n},"bpmn:IntermediateCatchEvent":S("bpmn:IntermediateEvent"),"bpmn:IntermediateThrowEvent":S("bpmn:IntermediateEvent"),"bpmn:Activity":function(e,t,n){return"fillOpacity"in(n=n||{})||(n.fillOpacity=co),y(e,t.width,t.height,10,n)},"bpmn:Task":function(e,t){var n={fill:ro(t,s),stroke:oo(t,c)},i=w("bpmn:Activity")(e,t,n);return M(e,t,"center-middle"),D(e,t),i},"bpmn:ServiceTask":function(e,t){var n=w("bpmn:Task")(e,t);return _(e,i.getScaledPath("TASK_TYPE_SERVICE",{abspos:{x:12,y:18}}),{strokeWidth:1,fill:ro(t,s),stroke:oo(t,c)}),_(e,i.getScaledPath("TASK_TYPE_SERVICE_FILL",{abspos:{x:17.2,y:18}}),{strokeWidth:0,fill:ro(t,s)}),_(e,i.getScaledPath("TASK_TYPE_SERVICE",{abspos:{x:17,y:22}}),{strokeWidth:1,fill:ro(t,s),stroke:oo(t,c)}),n},"bpmn:UserTask":function(e,t){var n=w("bpmn:Task")(e,t);return _(e,i.getScaledPath("TASK_TYPE_USER_1",{abspos:{x:15,y:12}}),{strokeWidth:.5,fill:ro(t,s),stroke:oo(t,c)}),_(e,i.getScaledPath("TASK_TYPE_USER_2",{abspos:{x:15,y:12}}),{strokeWidth:.5,fill:ro(t,s),stroke:oo(t,c)}),_(e,i.getScaledPath("TASK_TYPE_USER_3",{abspos:{x:15,y:12}}),{strokeWidth:.5,fill:oo(t,c),stroke:oo(t,c)}),n},"bpmn:ManualTask":function(e,t){var n=w("bpmn:Task")(e,t);return _(e,i.getScaledPath("TASK_TYPE_MANUAL",{abspos:{x:17,y:15}}),{strokeWidth:.5,fill:ro(t,s),stroke:oo(t,c)}),n},"bpmn:SendTask":function(e,t){var n=w("bpmn:Task")(e,t);return _(e,i.getScaledPath("TASK_TYPE_SEND",{xScaleFactor:1,yScaleFactor:1,containerWidth:21,containerHeight:14,position:{mx:.285,my:.357}}),{strokeWidth:1,fill:oo(t,c),stroke:ro(t,s)}),n},"bpmn:ReceiveTask":function(e,t){var n,r=io(t),o=w("bpmn:Task")(e,t);return r.instantiate?(g(e,28,28,4.4,{strokeWidth:1}),n=i.getScaledPath("TASK_TYPE_INSTANTIATING_SEND",{abspos:{x:7.77,y:9.52}})):n=i.getScaledPath("TASK_TYPE_SEND",{xScaleFactor:.9,yScaleFactor:.9,containerWidth:21,containerHeight:14,position:{mx:.3,my:.4}}),_(e,n,{strokeWidth:1,fill:ro(t,s),stroke:oo(t,c)}),o},"bpmn:ScriptTask":function(e,t){var n=w("bpmn:Task")(e,t);return _(e,i.getScaledPath("TASK_TYPE_SCRIPT",{abspos:{x:15,y:20}}),{strokeWidth:1,stroke:oo(t,c)}),n},"bpmn:BusinessRuleTask":function(e,t){var n=w("bpmn:Task")(e,t);return ze(_(e,i.getScaledPath("TASK_TYPE_BUSINESS_RULE_HEADER",{abspos:{x:8,y:8}})),{strokeWidth:1,fill:ro(t,"#aaaaaa"),stroke:oo(t,c)}),ze(_(e,i.getScaledPath("TASK_TYPE_BUSINESS_RULE_MAIN",{abspos:{x:8,y:8}})),{strokeWidth:1,stroke:oo(t,c)}),n},"bpmn:SubProcess":function(e,t,n){n=W({fill:ro(t,s),stroke:oo(t,c)},n);var i=w("bpmn:Activity")(e,t,n),r=Yr(t);return Zr(t)&&ze(i,{strokeDasharray:"1,2"}),M(e,t,r?"center-top":"center-middle"),r?D(e,t):D(e,t,["SubProcessMarker"]),i},"bpmn:AdHocSubProcess":function(e,t){return w("bpmn:SubProcess")(e,t)},"bpmn:Transaction":function(e,t){var i=w("bpmn:SubProcess")(e,t),r=n.style(["no-fill","no-events"],{stroke:oo(t,c)});return y(e,t.width,t.height,8,3,r),i},"bpmn:CallActivity":function(e,t){return w("bpmn:SubProcess")(e,t,{strokeWidth:5})},"bpmn:Participant":function(e,t){var n={fillOpacity:co,fill:ro(t,s),stroke:oo(t,c)},i=w("bpmn:Lane")(e,t,n);Yr(t)?(b(e,[{x:30,y:0},{x:30,y:t.height}],{stroke:oo(t,c)}),R(e,io(t).name,t)):P(e,io(t).name,{box:t,align:"center-middle",style:{fill:ao(t,l,c)}});return!!io(t).participantMultiplicity&&w("ParticipantMultiplicityMarker")(e,t),i},"bpmn:Lane":function(e,t,n){var i=y(e,t.width,t.height,0,W({fill:ro(t,s),fillOpacity:.35,stroke:oo(t,c)},n)),r=io(t);"bpmn:Lane"===r.$type&&R(e,r.name,t);return i},"bpmn:InclusiveGateway":function(e,t){var n=w("bpmn:Gateway")(e,t);return g(e,t.width,t.height,.24*t.height,{strokeWidth:2.5,fill:ro(t,s),stroke:oo(t,c)}),n},"bpmn:ExclusiveGateway":function(e,t){var n=w("bpmn:Gateway")(e,t),r=i.getScaledPath("GATEWAY_EXCLUSIVE",{xScaleFactor:.4,yScaleFactor:.4,containerWidth:t.width,containerHeight:t.height,position:{mx:.32,my:.3}});return zr(t).isMarkerVisible&&_(e,r,{strokeWidth:1,fill:oo(t,c),stroke:oo(t,c)}),n},"bpmn:ComplexGateway":function(e,t){var n=w("bpmn:Gateway")(e,t);return _(e,i.getScaledPath("GATEWAY_COMPLEX",{xScaleFactor:.5,yScaleFactor:.5,containerWidth:t.width,containerHeight:t.height,position:{mx:.46,my:.26}}),{strokeWidth:1,fill:oo(t,c),stroke:oo(t,c)}),n},"bpmn:ParallelGateway":function(e,t){var n=w("bpmn:Gateway")(e,t);return _(e,i.getScaledPath("GATEWAY_PARALLEL",{xScaleFactor:.6,yScaleFactor:.6,containerWidth:t.width,containerHeight:t.height,position:{mx:.46,my:.2}}),{strokeWidth:1,fill:oo(t,c),stroke:oo(t,c)}),n},"bpmn:EventBasedGateway":function(e,t){var n=io(t),r=w("bpmn:Gateway")(e,t);g(e,t.width,t.height,.2*t.height,{strokeWidth:1,fill:"none",stroke:oo(t,c)});var o=n.eventGatewayType,a=!!n.instantiate;if("Parallel"===o){var s=i.getScaledPath("GATEWAY_PARALLEL",{xScaleFactor:.4,yScaleFactor:.4,containerWidth:t.width,containerHeight:t.height,position:{mx:.474,my:.296}});ze(_(e,s),{strokeWidth:1,fill:"none"})}else if("Exclusive"===o){if(!a)ze(g(e,t.width,t.height,.26*t.height),{strokeWidth:1,fill:"none",stroke:oo(t,c)});!function(){var n=i.getScaledPath("GATEWAY_EVENT_BASED",{xScaleFactor:.18,yScaleFactor:.18,containerWidth:t.width,containerHeight:t.height,position:{mx:.36,my:.44}}),r={strokeWidth:2,fill:ro(t,"none"),stroke:oo(t,c)};_(e,n,r)}()}return r},"bpmn:Gateway":function(e,t){var n={fill:ro(t,s),fillOpacity:co,stroke:oo(t,c)};return function(e,t,n,i){var r=t/2,o=n/2,a=[{x:r,y:0},{x:t,y:o},{x:r,y:n},{x:0,y:o}].map((function(e){return e.x+","+e.y})).join(" ");i=h(i,{stroke:to,strokeWidth:2,fill:"white"});var s=Ue("polygon");return ze(s,{points:a}),ze(s,i),ke(e,s),s}(e,t.width,t.height,n)},"bpmn:SequenceFlow":function(e,t){var n,i=A(t),r=ro(t,s),o=oo(t,c),a=_(e,i,{strokeLinejoin:"round",markerEnd:v("sequenceflow-end",r,o),stroke:oo(t,c)}),l=io(t);return t.source&&(n=t.source.businessObject,l.conditionExpression&&n.$instanceOf("bpmn:Activity")&&ze(a,{markerStart:v("conditional-flow-marker",r,o)}),n.default&&(n.$instanceOf("bpmn:Gateway")||n.$instanceOf("bpmn:Activity"))&&n.default===l&&ze(a,{markerStart:v("conditional-default-flow-marker",r,o)})),a},"bpmn:Association":function(e,t,n){var i=io(t),r=ro(t,s),o=oo(t,c);return n=W({strokeDasharray:"0.5, 5",strokeLinecap:"round",strokeLinejoin:"round",stroke:oo(t,c)},n||{}),"One"!==i.associationDirection&&"Both"!==i.associationDirection||(n.markerEnd=v("association-end",r,o)),"Both"===i.associationDirection&&(n.markerStart=v("association-start",r,o)),b(e,t.waypoints,n)},"bpmn:DataInputAssociation":function(e,t){var n=ro(t,s),i=oo(t,c);return w("bpmn:Association")(e,t,{markerEnd:v("association-end",n,i)})},"bpmn:DataOutputAssociation":function(e,t){var n=ro(t,s),i=oo(t,c);return w("bpmn:Association")(e,t,{markerEnd:v("association-end",n,i)})},"bpmn:MessageFlow":function(e,t){var n=io(t),r=zr(t),o=ro(t,s),a=oo(t,c),p=_(e,A(t),{markerEnd:v("messageflow-end",o,a),markerStart:v("messageflow-start",o,a),strokeDasharray:"10, 12",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5px",stroke:oo(t,c)});if(n.messageRef){var u=p.getPointAtLength(p.getTotalLength()/2),h=i.getScaledPath("MESSAGE_FLOW_MARKER",{abspos:{x:u.x,y:u.y}}),d={strokeWidth:1};"initiating"===r.messageVisibleKind?(d.fill="white",d.stroke=to):(d.fill="#888",d.stroke="white");var m=_(e,h,d),f=P(e,n.messageRef.name,{align:"center-top",fitBox:!0,style:{fill:oo(t,l)}}),g=m.getBBox(),y=f.getBBox();ni(f,u.x-y.width/2,u.y+g.height/2+10,0)}return p},"bpmn:DataObject":function(e,t){var n=_(e,i.getScaledPath("DATA_OBJECT_PATH",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:.474,my:.296}}),{fill:ro(t,s),fillOpacity:co,stroke:oo(t,c)});return function(e){var t=e.dataObjectRef;return e.isCollection||t&&t.isCollection}(io(t))&&function(e,t){var n=(t.height-18)/t.height,r=i.getScaledPath("DATA_OBJECT_COLLECTION_PATH",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:.33,my:n}});_(e,r,{strokeWidth:2})}(e,t),n},"bpmn:DataObjectReference":S("bpmn:DataObject"),"bpmn:DataInput":function(e,t){var n=i.getRawPath("DATA_ARROW"),r=w("bpmn:DataObject")(e,t);return _(e,n,{strokeWidth:1}),r},"bpmn:DataOutput":function(e,t){var n=i.getRawPath("DATA_ARROW"),r=w("bpmn:DataObject")(e,t);return _(e,n,{strokeWidth:1,fill:to}),r},"bpmn:DataStoreReference":function(e,t){return _(e,i.getScaledPath("DATA_STORE",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:0,my:.133}}),{strokeWidth:2,fill:ro(t,s),fillOpacity:co,stroke:oo(t,c)})},"bpmn:BoundaryEvent":function(e,t){var n=io(t).cancelActivity,i={strokeWidth:1,fill:ro(t,s),stroke:oo(t,c)};n||(i.strokeDasharray="6",i.strokeLinecap="round");var r=W({},i,{fillOpacity:1}),o=W({},i,{fill:"none"}),a=w("bpmn:Event")(e,t,r);return g(e,t.width,t.height,3,o),C(t,e),a},"bpmn:Group":function(e,t){return y(e,t.width,t.height,10,{stroke:oo(t,c),strokeWidth:1,strokeDasharray:"8,3,1,3",fill:"none",pointerEvents:"none"})},label:function(e,t){return function(e,t){var n={width:90,height:30,x:t.width/2+t.x,y:t.height/2+t.y};return P(e,eo(t),{box:n,fitBox:!0,style:W({},o.getExternalStyle(),{fill:ao(t,l,c)})})}(e,t)},"bpmn:TextAnnotation":function(e,t){var n=y(e,t.width,t.height,0,0,{fill:"none",stroke:"none"});return _(e,i.getScaledPath("TEXT_ANNOTATION",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:0,my:0}}),{stroke:oo(t,c)}),P(e,io(t).text||"",{box:t,align:"left-top",padding:5,style:{fill:ao(t,l,c)}}),n},ParticipantMultiplicityMarker:function(e,t){x("participant-multiplicity",e,i.getScaledPath("MARKER_PARALLEL",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:t.width/2/t.width,my:(t.height-15)/t.height}}),{strokeWidth:2,fill:ro(t,s),stroke:oo(t,c)})},SubProcessMarker:function(e,t){ii(y(e,14,14,0,{strokeWidth:1,fill:ro(t,s),stroke:oo(t,c)}),t.width/2-7.5,t.height-20),x("sub-process",e,i.getScaledPath("MARKER_SUB_PROCESS",{xScaleFactor:1.5,yScaleFactor:1.5,containerWidth:t.width,containerHeight:t.height,position:{mx:(t.width/2-7.5)/t.width,my:(t.height-20)/t.height}}),{fill:ro(t,s),stroke:oo(t,c)})},ParallelMarker:function(e,t,n){x("parallel",e,i.getScaledPath("MARKER_PARALLEL",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:(t.width/2+n.parallel)/t.width,my:(t.height-20)/t.height}}),{fill:ro(t,s),stroke:oo(t,c)})},SequentialMarker:function(e,t,n){x("sequential",e,i.getScaledPath("MARKER_SEQUENTIAL",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:(t.width/2+n.seq)/t.width,my:(t.height-19)/t.height}}),{fill:ro(t,s),stroke:oo(t,c)})},CompensationMarker:function(e,t,n){x("compensation",e,i.getScaledPath("MARKER_COMPENSATION",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:(t.width/2+n.compensation)/t.width,my:(t.height-13)/t.height}}),{strokeWidth:1,fill:ro(t,s),stroke:oo(t,c)})},LoopMarker:function(e,t,n){x("loop",e,i.getScaledPath("MARKER_LOOP",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:(t.width/2+n.loop)/t.width,my:(t.height-7)/t.height}}),{strokeWidth:1,fill:ro(t,s),stroke:oo(t,c),strokeLinecap:"round",strokeMiterlimit:.5})},AdhocMarker:function(e,t,n){x("adhoc",e,i.getScaledPath("MARKER_ADHOC",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:(t.width/2+n.adhoc)/t.width,my:(t.height-15)/t.height}}),{strokeWidth:1,fill:oo(t,c),stroke:oo(t,c)})}};function D(e,t,n){var i,r=io(t),o=n&&-1!==n.indexOf("SubProcessMarker");i=o?{seq:-21,parallel:-22,compensation:-42,loop:-18,adhoc:10}:{seq:-3,parallel:-6,compensation:-27,loop:0,adhoc:10},E(n,(function(n){w(n)(e,t,i)})),r.isForCompensation&&w("CompensationMarker")(e,t,i),"bpmn:AdHocSubProcess"===r.$type&&w("AdhocMarker")(e,t,i);var a=r.loopCharacteristics,s=a&&a.isSequential;a&&(void 0===s&&w("LoopMarker")(e,t,i),!1===s&&w("ParallelMarker")(e,t,i),!0===s&&w("SequentialMarker")(e,t,i))}this._drawPath=_,this._renderer=w}r(lo,ft),lo.$inject=["config.bpmnRenderer","eventBus","styles","pathMap","canvas","textRenderer"],lo.prototype.canRender=function(e){return kr(e,"bpmn:BaseElement")},lo.prototype.drawShape=function(e,t){var n=t.type;return this._renderer(n)(e,t)},lo.prototype.drawConnection=function(e,t){var n=t.type;return this._renderer(n)(e,t)},lo.prototype.getShapePath=function(e){return kr(e,"bpmn:Event")?(n=(t=e).x+t.width/2,i=t.y+t.height/2,r=t.width/2,vt([["M",n,i],["m",0,-r],["a",r,r,0,1,1,0,2*r],["a",r,r,0,1,1,0,-2*r],["z"]])):kr(e,"bpmn:Activity")?function(e,t){var n=e.x,i=e.y,r=e.width,o=e.height;return vt([["M",n+t,i],["l",r-2*t,0],["a",t,t,0,0,1,t,t],["l",0,o-2*t],["a",t,t,0,0,1,-t,t],["l",2*t-r,0],["a",t,t,0,0,1,-t,-t],["l",0,2*t-o],["a",t,t,0,0,1,t,-t],["z"]])}(e,10):kr(e,"bpmn:Gateway")?function(e){var t=e.width/2,n=e.height/2;return vt([["M",e.x+t,e.y],["l",t,n],["l",-t,n],["l",-t,-n],["z"]])}(e):function(e){var t=e.x,n=e.y,i=e.width;return vt([["M",t,n],["l",i,0],["l",0,e.height],["l",-i,0],["z"]])}(e);var t,n,i,r};var po={width:150,height:50};function uo(e,t){var n;t.textContent=e;try{var i,r=""===e;return t.textContent=r?"dummy":e,i={width:(n=t.getBBox()).width+2*n.x,height:n.height},r&&(i.width=0),i}catch(e){return{width:0,height:0}}}function ho(e,t,n){for(var i,r=e.shift(),o=r;;){if((i=uo(o,n)).width=o?i.width:0," "===o||""===o||i.width<Math.round(t)||o.length<2)return mo(e,o,r,i);o=fo(o,i.width,t)}}function mo(e,t,n,i){if(t.length<n.length){var r=n.slice(t.length).trim();e.unshift(r)}return{width:i.width,height:i.height,text:t}}function fo(e,t,n){var i=Math.max(e.length*(n/t),1),r=function(e,t){var n,i=e.split(/(\s|-|\u00AD)/g),r=[],o=0;if(i.length>1)for(;n=i.shift();){if(!(n.length+o<t)){"-"!==n&&"­"!==n||r.pop();break}r.push(n),o+=n.length}var a=r[r.length-1];return a&&"­"===a&&(r[r.length-1]="-"),r.join("")}(e,i);return r||(r=e.slice(0,Math.max(Math.round(i-1),1))),r}function vo(e){this._config=W({},{size:po,padding:0,style:{},align:"center-top"},e||{})}vo.prototype.createText=function(e,t){return this.layoutText(e,t).element},vo.prototype.getDimensions=function(e,t){return this.layoutText(e,t).dimensions},vo.prototype.layoutText=function(e,t){var n=W({},this._config.size,t.box),i=W({},this._config.style,t.style),r=function(e){var t=e.split("-");return{horizontal:t[0]||"center",vertical:t[1]||"top"}}(t.align||this._config.align),o=function(e){return m(e)?W({top:0,left:0,right:0,bottom:0},e):{top:e,left:e,right:e,bottom:e}}(void 0!==t.padding?t.padding:this._config.padding),a=t.fitBox||!1,s=function(e){if("fontSize"in e&&"lineHeight"in e)return e.lineHeight*parseInt(e.fontSize,10)}(i),c=e.split(/\u00AD?\r?\n/),l=[],p=n.width-o.left-o.right,u=Ue("text");for(ze(u,{x:0,y:0}),ze(u,i),ke(function(){var e=document.getElementById("helper-svg");return e||(ze(e=Ue("svg"),{id:"helper-svg"}),ie(e,{visibility:"hidden",position:"fixed",width:0,height:0}),document.body.appendChild(e)),e}(),u);c.length;)l.push(ho(c,p,u));"middle"===r.vertical&&(o.top=o.bottom=0);var h=C(l,(function(e,t,n){return e+(s||t.height)}),0)+o.top+o.bottom,d=C(l,(function(e,t,n){return t.width>e?t.width:e}),0),f=o.top;"middle"===r.vertical&&(f+=(n.height-h)/2),f-=(s||l[0].height)/4;var v=Ue("text");return ze(v,i),E(l,(function(e){var t;switch(f+=s||e.height,r.horizontal){case"left":t=o.left;break;case"right":t=(a?d:p)-o.right-e.width;break;default:t=Math.max(((a?d:p)-e.width)/2+o.left,0)}var n=Ue("tspan");ze(n,{x:t,y:f}),n.textContent=e.text,ke(v,n)})),Fe(u),{dimensions:{width:d,height:h},element:v}};function go(e){var t=W({fontFamily:"Arial, sans-serif",fontSize:12,fontWeight:"normal",lineHeight:1.2},e&&e.defaultStyle||{}),n=parseInt(t.fontSize,10)-1,i=W({},t,{fontSize:n},e&&e.externalStyle||{}),r=new vo({style:t});this.getExternalLabelBounds=function(e,t){var n=r.getDimensions(t,{box:{width:90,height:30,x:e.width/2+e.x,y:e.height/2+e.y},style:i});return{x:Math.round(e.x+e.width/2-n.width/2),y:Math.round(e.y),width:Math.ceil(n.width),height:Math.ceil(n.height)}},this.getTextAnnotationBounds=function(e,n){var i=r.getDimensions(n,{box:e,style:t,align:"left-top",padding:5});return{x:e.x,y:e.y,width:e.width,height:Math.max(30,Math.round(i.height))}},this.createText=function(e,t){return r.createText(e,t||{})},this.getDefaultStyle=function(){return t},this.getExternalStyle=function(){return i}}go.$inject=["config.textRenderer"];var yo=/\{([^{}]+)\}/g,bo=/(?:(?:^|\.)(.+?)(?=\[|\.|$|\()|\[('|")(.+?)\2\])(\(\))?/g;var _o={__init__:["bpmnRenderer"],bpmnRenderer:["type",lo],textRenderer:["type",go],pathMap:["type",function(){this.pathMap={EVENT_MESSAGE:{d:"m {mx},{my} l 0,{e.y1} l {e.x1},0 l 0,-{e.y1} z l {e.x0},{e.y0} l {e.x0},-{e.y0}",height:36,width:36,heightElements:[6,14],widthElements:[10.5,21]},EVENT_SIGNAL:{d:"M {mx},{my} l {e.x0},{e.y0} l -{e.x1},0 Z",height:36,width:36,heightElements:[18],widthElements:[10,20]},EVENT_ESCALATION:{d:"M {mx},{my} l {e.x0},{e.y0} l -{e.x0},-{e.y1} l -{e.x0},{e.y1} Z",height:36,width:36,heightElements:[20,7],widthElements:[8]},EVENT_CONDITIONAL:{d:"M {e.x0},{e.y0} l {e.x1},0 l 0,{e.y2} l -{e.x1},0 Z M {e.x2},{e.y3} l {e.x0},0 M {e.x2},{e.y4} l {e.x0},0 M {e.x2},{e.y5} l {e.x0},0 M {e.x2},{e.y6} l {e.x0},0 M {e.x2},{e.y7} l {e.x0},0 M {e.x2},{e.y8} l {e.x0},0 ",height:36,width:36,heightElements:[8.5,14.5,18,11.5,14.5,17.5,20.5,23.5,26.5],widthElements:[10.5,14.5,12.5]},EVENT_LINK:{d:"m {mx},{my} 0,{e.y0} -{e.x1},0 0,{e.y1} {e.x1},0 0,{e.y0} {e.x0},-{e.y2} -{e.x0},-{e.y2} z",height:36,width:36,heightElements:[4.4375,6.75,7.8125],widthElements:[9.84375,13.5]},EVENT_ERROR:{d:"m {mx},{my} {e.x0},-{e.y0} {e.x1},-{e.y1} {e.x2},{e.y2} {e.x3},-{e.y3} -{e.x4},{e.y4} -{e.x5},-{e.y5} z",height:36,width:36,heightElements:[.023,8.737,8.151,16.564,10.591,8.714],widthElements:[.085,6.672,6.97,4.273,5.337,6.636]},EVENT_CANCEL_45:{d:"m {mx},{my} -{e.x1},0 0,{e.x0} {e.x1},0 0,{e.y1} {e.x0},0 0,-{e.y1} {e.x1},0 0,-{e.y0} -{e.x1},0 0,-{e.y1} -{e.x0},0 z",height:36,width:36,heightElements:[4.75,8.5],widthElements:[4.75,8.5]},EVENT_COMPENSATION:{d:"m {mx},{my} {e.x0},-{e.y0} 0,{e.y1} z m {e.x1},-{e.y2} {e.x2},-{e.y3} 0,{e.y1} -{e.x2},-{e.y3} z",height:36,width:36,heightElements:[6.5,13,.4,6.1],widthElements:[9,9.3,8.7]},EVENT_TIMER_WH:{d:"M {mx},{my} l {e.x0},-{e.y0} m -{e.x0},{e.y0} l {e.x1},{e.y1} ",height:36,width:36,heightElements:[10,2],widthElements:[3,7]},EVENT_TIMER_LINE:{d:"M {mx},{my} m {e.x0},{e.y0} l -{e.x1},{e.y1} ",height:36,width:36,heightElements:[10,3],widthElements:[0,0]},EVENT_MULTIPLE:{d:"m {mx},{my} {e.x1},-{e.y0} {e.x1},{e.y0} -{e.x0},{e.y1} -{e.x2},0 z",height:36,width:36,heightElements:[6.28099,12.56199],widthElements:[3.1405,9.42149,12.56198]},EVENT_PARALLEL_MULTIPLE:{d:"m {mx},{my} {e.x0},0 0,{e.y1} {e.x1},0 0,{e.y0} -{e.x1},0 0,{e.y1} -{e.x0},0 0,-{e.y1} -{e.x1},0 0,-{e.y0} {e.x1},0 z",height:36,width:36,heightElements:[2.56228,7.68683],widthElements:[2.56228,7.68683]},GATEWAY_EXCLUSIVE:{d:"m {mx},{my} {e.x0},{e.y0} {e.x1},{e.y0} {e.x2},0 {e.x4},{e.y2} {e.x4},{e.y1} {e.x2},0 {e.x1},{e.y3} {e.x0},{e.y3} {e.x3},0 {e.x5},{e.y1} {e.x5},{e.y2} {e.x3},0 z",height:17.5,width:17.5,heightElements:[8.5,6.5312,-6.5312,-8.5],widthElements:[6.5,-6.5,3,-3,5,-5]},GATEWAY_PARALLEL:{d:"m {mx},{my} 0,{e.y1} -{e.x1},0 0,{e.y0} {e.x1},0 0,{e.y1} {e.x0},0 0,-{e.y1} {e.x1},0 0,-{e.y0} -{e.x1},0 0,-{e.y1} -{e.x0},0 z",height:30,width:30,heightElements:[5,12.5],widthElements:[5,12.5]},GATEWAY_EVENT_BASED:{d:"m {mx},{my} {e.x0},{e.y0} {e.x0},{e.y1} {e.x1},{e.y2} {e.x2},0 z",height:11,width:11,heightElements:[-6,6,12,-12],widthElements:[9,-3,-12]},GATEWAY_COMPLEX:{d:"m {mx},{my} 0,{e.y0} -{e.x0},-{e.y1} -{e.x1},{e.y2} {e.x0},{e.y1} -{e.x2},0 0,{e.y3} {e.x2},0 -{e.x0},{e.y1} l {e.x1},{e.y2} {e.x0},-{e.y1} 0,{e.y0} {e.x3},0 0,-{e.y0} {e.x0},{e.y1} {e.x1},-{e.y2} -{e.x0},-{e.y1} {e.x2},0 0,-{e.y3} -{e.x2},0 {e.x0},-{e.y1} -{e.x1},-{e.y2} -{e.x0},{e.y1} 0,-{e.y0} -{e.x3},0 z",height:17.125,width:17.125,heightElements:[4.875,3.4375,2.125,3],widthElements:[3.4375,2.125,4.875,3]},DATA_OBJECT_PATH:{d:"m 0,0 {e.x1},0 {e.x0},{e.y0} 0,{e.y1} -{e.x2},0 0,-{e.y2} {e.x1},0 0,{e.y0} {e.x0},0",height:61,width:51,heightElements:[10,50,60],widthElements:[10,40,50,60]},DATA_OBJECT_COLLECTION_PATH:{d:"m{mx},{my} m 3,2 l 0,10 m 3,-10 l 0,10 m 3,-10 l 0,10",height:10,width:10,heightElements:[],widthElements:[]},DATA_ARROW:{d:"m 5,9 9,0 0,-3 5,5 -5,5 0,-3 -9,0 z",height:61,width:51,heightElements:[],widthElements:[]},DATA_STORE:{d:"m {mx},{my} l 0,{e.y2} c {e.x0},{e.y1} {e.x1},{e.y1} {e.x2},0 l 0,-{e.y2} c -{e.x0},-{e.y1} -{e.x1},-{e.y1} -{e.x2},0c {e.x0},{e.y1} {e.x1},{e.y1} {e.x2},0 m -{e.x2},{e.y0}c {e.x0},{e.y1} {e.x1},{e.y1} {e.x2},0m -{e.x2},{e.y0}c {e.x0},{e.y1} {e.x1},{e.y1} {e.x2},0",height:61,width:61,heightElements:[7,10,45],widthElements:[2,58,60]},TEXT_ANNOTATION:{d:"m {mx}, {my} m 10,0 l -10,0 l 0,{e.y0} l 10,0",height:30,width:10,heightElements:[30],widthElements:[10]},MARKER_SUB_PROCESS:{d:"m{mx},{my} m 7,2 l 0,10 m -5,-5 l 10,0",height:10,width:10,heightElements:[],widthElements:[]},MARKER_PARALLEL:{d:"m{mx},{my} m 3,2 l 0,10 m 3,-10 l 0,10 m 3,-10 l 0,10",height:10,width:10,heightElements:[],widthElements:[]},MARKER_SEQUENTIAL:{d:"m{mx},{my} m 0,3 l 10,0 m -10,3 l 10,0 m -10,3 l 10,0",height:10,width:10,heightElements:[],widthElements:[]},MARKER_COMPENSATION:{d:"m {mx},{my} 7,-5 0,10 z m 7.1,-0.3 6.9,-4.7 0,10 -6.9,-4.7 z",height:10,width:21,heightElements:[],widthElements:[]},MARKER_LOOP:{d:"m {mx},{my} c 3.526979,0 6.386161,-2.829858 6.386161,-6.320661 0,-3.490806 -2.859182,-6.320661 -6.386161,-6.320661 -3.526978,0 -6.38616,2.829855 -6.38616,6.320661 0,1.745402 0.714797,3.325567 1.870463,4.469381 0.577834,0.571908 1.265885,1.034728 2.029916,1.35457 l -0.718163,-3.909793 m 0.718163,3.909793 -3.885211,0.802902",height:13.9,width:13.7,heightElements:[],widthElements:[]},MARKER_ADHOC:{d:"m {mx},{my} m 0.84461,2.64411 c 1.05533,-1.23780996 2.64337,-2.07882 4.29653,-1.97997996 2.05163,0.0805 3.85579,1.15803 5.76082,1.79107 1.06385,0.34139996 2.24454,0.1438 3.18759,-0.43767 0.61743,-0.33642 1.2775,-0.64078 1.7542,-1.17511 0,0.56023 0,1.12046 0,1.6807 -0.98706,0.96237996 -2.29792,1.62393996 -3.6918,1.66181996 -1.24459,0.0927 -2.46671,-0.2491 -3.59505,-0.74812 -1.35789,-0.55965 -2.75133,-1.33436996 -4.27027,-1.18121996 -1.37741,0.14601 -2.41842,1.13685996 -3.44288,1.96782996 z",height:4,width:15,heightElements:[],widthElements:[]},TASK_TYPE_SEND:{d:"m {mx},{my} l 0,{e.y1} l {e.x1},0 l 0,-{e.y1} z l {e.x0},{e.y0} l {e.x0},-{e.y0}",height:14,width:21,heightElements:[6,14],widthElements:[10.5,21]},TASK_TYPE_SCRIPT:{d:"m {mx},{my} c 9.966553,-6.27276 -8.000926,-7.91932 2.968968,-14.938 l -8.802728,0 c -10.969894,7.01868 6.997585,8.66524 -2.968967,14.938 z m -7,-12 l 5,0 m -4.5,3 l 4.5,0 m -3,3 l 5,0m -4,3 l 5,0",height:15,width:12.6,heightElements:[6,14],widthElements:[10.5,21]},TASK_TYPE_USER_1:{d:"m {mx},{my} c 0.909,-0.845 1.594,-2.049 1.594,-3.385 0,-2.554 -1.805,-4.62199999 -4.357,-4.62199999 -2.55199998,0 -4.28799998,2.06799999 -4.28799998,4.62199999 0,1.348 0.974,2.562 1.89599998,3.405 -0.52899998,0.187 -5.669,2.097 -5.794,4.7560005 v 6.718 h 17 v -6.718 c 0,-2.2980005 -5.5279996,-4.5950005 -6.0509996,-4.7760005 zm -8,6 l 0,5.5 m 11,0 l 0,-5"},TASK_TYPE_USER_2:{d:"m {mx},{my} m 2.162,1.009 c 0,2.4470005 -2.158,4.4310005 -4.821,4.4310005 -2.66499998,0 -4.822,-1.981 -4.822,-4.4310005 "},TASK_TYPE_USER_3:{d:"m {mx},{my} m -6.9,-3.80 c 0,0 2.25099998,-2.358 4.27399998,-1.177 2.024,1.181 4.221,1.537 4.124,0.965 -0.098,-0.57 -0.117,-3.79099999 -4.191,-4.13599999 -3.57499998,0.001 -4.20799998,3.36699999 -4.20699998,4.34799999 z"},TASK_TYPE_MANUAL:{d:"m {mx},{my} c 0.234,-0.01 5.604,0.008 8.029,0.004 0.808,0 1.271,-0.172 1.417,-0.752 0.227,-0.898 -0.334,-1.314 -1.338,-1.316 -2.467,-0.01 -7.886,-0.004 -8.108,-0.004 -0.014,-0.079 0.016,-0.533 0,-0.61 0.195,-0.042 8.507,0.006 9.616,0.002 0.877,-0.007 1.35,-0.438 1.353,-1.208 0.003,-0.768 -0.479,-1.09 -1.35,-1.091 -2.968,-0.002 -9.619,-0.013 -9.619,-0.013 v -0.591 c 0,0 5.052,-0.016 7.225,-0.016 0.888,-0.002 1.354,-0.416 1.351,-1.193 -0.006,-0.761 -0.492,-1.196 -1.361,-1.196 -3.473,-0.005 -10.86,-0.003 -11.0829995,-0.003 -0.022,-0.047 -0.045,-0.094 -0.069,-0.139 0.3939995,-0.319 2.0409995,-1.626 2.4149995,-2.017 0.469,-0.4870005 0.519,-1.1650005 0.162,-1.6040005 -0.414,-0.511 -0.973,-0.5 -1.48,-0.236 -1.4609995,0.764 -6.5999995,3.6430005 -7.7329995,4.2710005 -0.9,0.499 -1.516,1.253 -1.882,2.19 -0.37000002,0.95 -0.17,2.01 -0.166,2.979 0.004,0.718 -0.27300002,1.345 -0.055,2.063 0.629,2.087 2.425,3.312 4.859,3.318 4.6179995,0.014 9.2379995,-0.139 13.8569995,-0.158 0.755,-0.004 1.171,-0.301 1.182,-1.033 0.012,-0.754 -0.423,-0.969 -1.183,-0.973 -1.778,-0.01 -5.824,-0.004 -6.04,-0.004 10e-4,-0.084 0.003,-0.586 10e-4,-0.67 z"},TASK_TYPE_INSTANTIATING_SEND:{d:"m {mx},{my} l 0,8.4 l 12.6,0 l 0,-8.4 z l 6.3,3.6 l 6.3,-3.6"},TASK_TYPE_SERVICE:{d:"m {mx},{my} v -1.71335 c 0.352326,-0.0705 0.703932,-0.17838 1.047628,-0.32133 0.344416,-0.14465 0.665822,-0.32133 0.966377,-0.52145 l 1.19431,1.18005 1.567487,-1.57688 -1.195028,-1.18014 c 0.403376,-0.61394 0.683079,-1.29908 0.825447,-2.01824 l 1.622133,-0.01 v -2.2196 l -1.636514,0.01 c -0.07333,-0.35153 -0.178319,-0.70024 -0.323564,-1.04372 -0.145244,-0.34406 -0.321407,-0.6644 -0.522735,-0.96217 l 1.131035,-1.13631 -1.583305,-1.56293 -1.129598,1.13589 c -0.614052,-0.40108 -1.302883,-0.68093 -2.022633,-0.82247 l 0.0093,-1.61852 h -2.241173 l 0.0042,1.63124 c -0.353763,0.0736 -0.705369,0.17977 -1.049785,0.32371 -0.344415,0.14437 -0.665102,0.32092 -0.9635006,0.52046 l -1.1698628,-1.15823 -1.5667691,1.5792 1.1684265,1.15669 c -0.4026573,0.61283 -0.68308,1.29797 -0.8247287,2.01713 l -1.6588041,0.003 v 2.22174 l 1.6724648,-0.006 c 0.073327,0.35077 0.1797598,0.70243 0.3242851,1.04472 0.1452428,0.34448 0.3214064,0.6644 0.5227339,0.96066 l -1.1993431,1.19723 1.5840256,1.56011 1.1964668,-1.19348 c 0.6140517,0.40346 1.3028827,0.68232 2.0233517,0.82331 l 7.19e-4,1.69892 h 2.226848 z m 0.221462,-3.9957 c -1.788948,0.7502 -3.8576,-0.0928 -4.6097055,-1.87438 -0.7521065,-1.78321 0.090598,-3.84627 1.8802645,-4.59604 1.78823,-0.74936 3.856881,0.0929 4.608987,1.87437 0.752106,1.78165 -0.0906,3.84612 -1.879546,4.59605 z"},TASK_TYPE_SERVICE_FILL:{d:"m {mx},{my} c -1.788948,0.7502 -3.8576,-0.0928 -4.6097055,-1.87438 -0.7521065,-1.78321 0.090598,-3.84627 1.8802645,-4.59604 1.78823,-0.74936 3.856881,0.0929 4.608987,1.87437 0.752106,1.78165 -0.0906,3.84612 -1.879546,4.59605 z"},TASK_TYPE_BUSINESS_RULE_HEADER:{d:"m {mx},{my} 0,4 20,0 0,-4 z"},TASK_TYPE_BUSINESS_RULE_MAIN:{d:"m {mx},{my} 0,12 20,0 0,-12 zm 0,8 l 20,0 m -13,-4 l 0,8"},MESSAGE_FLOW_MARKER:{d:"m {mx},{my} m -10.5 ,-7 l 0,14 l 21,0 l 0,-14 z l 10.5,6 l 10.5,-6"}},this.getRawPath=function(e){return this.pathMap[e].d},this.getScaledPath=function(e,t){var n,i,r=this.pathMap[e];t.abspos?(n=t.abspos.x,i=t.abspos.y):(n=t.containerWidth*t.position.mx,i=t.containerHeight*t.position.my);var o,a,s={};if(t.position){for(var c=t.containerHeight/r.height*t.yScaleFactor,l=t.containerWidth/r.width*t.xScaleFactor,p=0;p<r.heightElements.length;p++)s["y"+p]=r.heightElements[p]*c;for(var u=0;u<r.widthElements.length;u++)s["x"+u]=r.widthElements[u]*l}return o=r.d,a={mx:n,my:i,e:s},String(o).replace(yo,(function(e,t){return function(e,t,n){var i=n;return t.replace(bo,(function(e,t,n,r,o){t=t||r,i&&(t in i&&(i=i[t]),"function"==typeof i&&o&&(i=i()))})),i=(null==i||i==n?e:i)+""}(e,t,a)}))}}]};var xo={translate:["value",function(e,t){return t=t||{},e.replace(/{([^}]+)}/g,(function(e,n){return t[n]||"{"+n+"}"}))}]},wo={width:90,height:20};function Eo(e){return kr(e,"bpmn:Event")||kr(e,"bpmn:Gateway")||kr(e,"bpmn:DataStoreReference")||kr(e,"bpmn:DataObjectReference")||kr(e,"bpmn:DataInput")||kr(e,"bpmn:DataOutput")||kr(e,"bpmn:SequenceFlow")||kr(e,"bpmn:MessageFlow")||kr(e,"bpmn:Group")}function So(e){return Mo(e.label)}function Co(e){var t=e.length/2-1,n=e[Math.floor(t)],i=e[Math.ceil(t+.01)],r=function(e){var t=e.length/2-1,n=e[Math.floor(t)],i=e[Math.ceil(t+.01)];return{x:n.x+(i.x-n.x)/2,y:n.y+(i.y-n.y)/2}}(e),o=Math.atan((i.y-n.y)/(i.x-n.x)),a=r.x,s=r.y;return Math.abs(o)<Math.PI/2?s-=15:a+=15,{x:a,y:s}}function Po(e){return e.waypoints?Co(e.waypoints):kr(e,"bpmn:Group")?{x:e.x+e.width/2,y:e.y+wo.height/2}:{x:e.x+e.width/2,y:e.y+e.height+wo.height/2}}function Mo(e){return e&&!!e.labelTarget}function Ro(e,t,n){return W({id:e.id,type:e.$type,businessObject:e,di:t},n)}function Ao(e,t,n){var i=e.waypoint;return!i||i.length<2?[Sn(t),Sn(n)]:i.map((function(e){return{x:e.x,y:e.y}}))}function ko(e,t,n,i){return new Error(e("element {element} referenced by {referenced}#{property} not yet drawn",{element:Cr(n),referenced:Cr(t),property:i}))}function Do(e,t,n,i,r,o){this._eventBus=e,this._canvas=t,this._elementFactory=n,this._elementRegistry=i,this._translate=r,this._textRenderer=o}Do.$inject=["eventBus","canvas","elementFactory","elementRegistry","translate","textRenderer"],Do.prototype.add=function(e,t,n){var i,r,o,a=this._translate;if(kr(t,"bpmndi:BPMNPlane")){var s=kr(e,"bpmn:SubProcess")?{id:e.id+"_plane"}:{};i=this._elementFactory.createRoot(Ro(e,t,s)),this._canvas.addRootElement(i)}else if(kr(t,"bpmndi:BPMNShape")){var c=!Yr(e,t),l=function(e){return kr(e,"bpmn:Group")}(e);r=n&&(n.hidden||n.collapsed);var p=t.bounds;i=this._elementFactory.createShape(Ro(e,t,{collapsed:c,hidden:r,x:Math.round(p.x),y:Math.round(p.y),width:Math.round(p.width),height:Math.round(p.height),isFrame:l})),kr(e,"bpmn:BoundaryEvent")&&this._attachBoundary(e,i),kr(e,"bpmn:Lane")&&(o=0),kr(e,"bpmn:DataStoreReference")&&(function(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}(n,Sn(p))||(n=this._canvas.findRoot(n))),this._canvas.addShape(i,n,o)}else{if(!kr(t,"bpmndi:BPMNEdge"))throw new Error(a("unknown di {di} for element {semantic}",{di:Cr(t),semantic:Cr(e)}));var u=this._getSource(e),h=this._getTarget(e);r=n&&(n.hidden||n.collapsed),i=this._elementFactory.createConnection(Ro(e,t,{hidden:r,source:u,target:h,waypoints:Ao(t,u,h)})),kr(e,"bpmn:DataAssociation")&&(n=this._canvas.findRoot(n)),kr(e,"bpmn:SequenceFlow")&&(o=0),this._canvas.addConnection(i,n,o)}return Eo(e)&&eo(i)&&this.addLabel(e,t,i),this._eventBus.fire("bpmnElement.added",{element:i}),i},Do.prototype._attachBoundary=function(e,t){var n=this._translate,i=e.attachedToRef;if(!i)throw new Error(n("missing {semantic}#attachedToRef",{semantic:Cr(e)}));var r=this._elementRegistry.get(i.id),o=r&&r.attachers;if(!r)throw ko(n,e,i,"attachedToRef");t.host=r,o||(r.attachers=o=[]),-1===o.indexOf(t)&&o.push(t)},Do.prototype.addLabel=function(e,t,n){var i,r,o;return i=function(e,t){var n,i,r,o=e.label;return o&&o.bounds?(r=o.bounds,i={width:Math.max(wo.width,r.width),height:r.height},n={x:r.x+r.width/2,y:r.y+r.height/2}):(n=Po(t),i=wo),W({x:n.x-i.width/2,y:n.y-i.height/2},i)}(t,n),(r=eo(n))&&(i=this._textRenderer.getExternalLabelBounds(i,r)),o=this._elementFactory.createLabel(Ro(e,t,{id:e.id+"_label",labelTarget:n,type:"label",hidden:n.hidden||!eo(n),x:Math.round(i.x),y:Math.round(i.y),width:Math.round(i.width),height:Math.round(i.height)})),this._canvas.addShape(o,n.parent)},Do.prototype._getEnd=function(e,t){var n,i,r=e.$type,o=this._translate;if(i=e[t+"Ref"],"source"===t&&"bpmn:DataInputAssociation"===r&&(i=i&&i[0]),("source"===t&&"bpmn:DataOutputAssociation"===r||"target"===t&&"bpmn:DataInputAssociation"===r)&&(i=e.$parent),n=i&&this._getElement(i))return n;throw i?ko(o,e,i,t+"Ref"):new Error(o("{semantic}#{side} Ref not specified",{semantic:Cr(e),side:t}))},Do.prototype._getSource=function(e){return this._getEnd(e,"source")},Do.prototype._getTarget=function(e){return this._getEnd(e,"target")},Do.prototype._getElement=function(e){return this._elementRegistry.get(e.id)};var To={__depends__:[_o,{__depends__:[xo],bpmnImporter:["type",Do]}]};function zo(e){e&&"function"==typeof e.stopPropagation&&e.stopPropagation()}function Oo(e){return e.originalEvent||e.srcEvent}function Bo(e,t){zo(e),zo(Oo(e))}function jo(e){return e.pointers&&e.pointers.length&&(e=e.pointers[0]),e.touches&&e.touches.length&&(e=e.touches[0]),e?{x:e.clientX,y:e.clientY}:null}function No(e,t){return(Oo(e)||e).button===t}function Lo(e){return No(e,0)}function Io(e){var t=Oo(e)||e;return!!Lo(e)&&(/mac/i.test(navigator.platform)?t.metaKey:t.ctrlKey)}function Fo(e){var t=Oo(e)||e;return Lo(e)&&t.shiftKey}function Vo(e){return!0}function Ho(e){return Lo(e)||function(e){return No(e,1)}(e)}function $o(e,t,n){var i=this;function r(n,i,r){var o,a;(function(e,t){return!(c[e]||Lo)(t)})(n,i)||(r?a=t.getGraphics(r):(o=i.delegateTarget||i.target)&&(a=o,r=t.get(a)),a&&r&&!1===e.fire(n,{element:r,gfx:a,originalEvent:i})&&(i.stopPropagation(),i.preventDefault()))}var o={};function a(e){return o[e]}var s={click:"element.click",contextmenu:"element.contextmenu",dblclick:"element.dblclick",mousedown:"element.mousedown",mousemove:"element.mousemove",mouseover:"element.hover",mouseout:"element.out",mouseup:"element.mouseup"},c={"element.contextmenu":Vo,"element.mousedown":Ho,"element.mouseup":Ho,"element.click":Ho,"element.dblclick":Ho};function l(e,t,n,i){var a=o[n]=function(e){r(n,e)};i&&(c[n]=i),a.$delegate=we.bind(e,"svg, .djs-element",t,a)}function p(e,t,n){var i=a(n);i&&we.unbind(e,t,i.$delegate)}e.on("canvas.destroy",(function(e){var t;t=e.svg,E(s,(function(e,n){p(t,n,e)}))})),e.on("canvas.init",(function(e){var t;t=e.svg,E(s,(function(e,n){l(t,n,e)}))})),e.on(["shape.added","connection.added"],(function(t){var n=t.element,i=t.gfx;e.fire("interactionEvents.createHit",{element:n,gfx:i})})),e.on(["shape.changed","connection.changed"],500,(function(t){var n=t.element,i=t.gfx;e.fire("interactionEvents.updateHit",{element:n,gfx:i})})),e.on("interactionEvents.createHit",500,(function(e){var t=e.element,n=e.gfx;i.createDefaultHit(t,n)})),e.on("interactionEvents.updateHit",(function(e){var t=e.element,n=e.gfx;i.updateDefaultHit(t,n)}));var u=m("djs-hit djs-hit-stroke"),h=m("djs-hit djs-hit-click-stroke"),d={all:m("djs-hit djs-hit-all"),"click-stroke":h,stroke:u,"no-move":m("djs-hit djs-hit-no-move")};function m(e,t){return t=W({stroke:"white",strokeWidth:15},t||{}),n.cls(e,["no-fill","no-border"],t)}function f(e,t){var n=d[t];if(!n)throw new Error("invalid hit type <"+t+">");return ze(e,n),e}function v(e,t){ke(e,t)}this.removeHits=function(e){E(Me(".djs-hit",e),Fe)},this.createDefaultHit=function(e,t){var n,i=e.waypoints,r=e.isFrame;return i?this.createWaypointsHit(t,i):(n=r?"stroke":"all",this.createBoxHit(t,n,{width:e.width,height:e.height}))},this.createWaypointsHit=function(e,t){var n=yt(t);return f(n,"stroke"),v(e,n),n},this.createBoxHit=function(e,t,n){n=W({x:0,y:0},n);var i=Ue("rect");return f(i,t),ze(i,n),v(e,i),i},this.updateDefaultHit=function(e,t){var n=Pe(".djs-hit",t);if(n)return e.waypoints?function(e,t){ze(e,{points:gt(t)})}(n,e.waypoints):ze(n,{width:e.width,height:e.height}),n},this.fire=r,this.triggerMouseEvent=function(e,t,n){var i=s[e];if(!i)throw new Error("unmapped DOM event name <"+e+">");return r(i,t,n)},this.mouseHandler=a,this.registerEvent=l,this.unregisterEvent=p}$o.$inject=["eventBus","elementRegistry","styles"];var Go={__init__:["interactionEvents"],interactionEvents:["type",$o]};function Wo(e,t,n){this.offset=6;var i=t.cls("djs-outline",["no-fill"]),r=this;function o(e,t){var n=Ue("rect");return ze(n,W({x:10,y:10,rx:3,width:100,height:100},i)),ke(e,n),n}e.on(["shape.added","shape.changed"],500,(function(e){var t=e.element,n=e.gfx,i=Pe(".djs-outline",n);i||(i=o(n)),r.updateShapeOutline(i,t)})),e.on(["connection.added","connection.changed"],(function(e){var t=e.element,n=e.gfx,i=Pe(".djs-outline",n);i||(i=o(n)),r.updateConnectionOutline(i,t)}))}Wo.prototype.updateShapeOutline=function(e,t){ze(e,{x:-this.offset,y:-this.offset,width:t.width+2*this.offset,height:t.height+2*this.offset})},Wo.prototype.updateConnectionOutline=function(e,t){var n=St(t);ze(e,{x:n.x-this.offset,y:n.y-this.offset,width:n.width+2*this.offset,height:n.height+2*this.offset})},Wo.$inject=["eventBus","styles","elementRegistry"];var Uo={__init__:["outline"],outline:["type",Wo]};function qo(e,t){this._eventBus=e,this._canvas=t,this._selectedElements=[];var n=this;e.on(["shape.remove","connection.remove"],(function(e){var t=e.element;n.deselect(t)})),e.on(["diagram.clear","root.set"],(function(e){n.select(null)}))}qo.$inject=["eventBus","canvas"],qo.prototype.deselect=function(e){var t=this._selectedElements,n=t.indexOf(e);if(-1!==n){var i=t.slice();t.splice(n,1),this._eventBus.fire("selection.changed",{oldSelection:i,newSelection:t})}},qo.prototype.get=function(){return this._selectedElements},qo.prototype.isSelected=function(e){return-1!==this._selectedElements.indexOf(e)},qo.prototype.select=function(e,t){var n=this._selectedElements,i=n.slice();d(e)||(e=e?[e]:[]);var r=this._canvas,o=r.getRootElement();e=e.filter((function(e){var t=r.findRoot(e);return o===t})),t?E(e,(function(e){-1===n.indexOf(e)&&n.push(e)})):this._selectedElements=n=e.slice(),this._eventBus.fire("selection.changed",{oldSelection:i,newSelection:n})};var Ko="hover",Yo="selected";function Xo(e,t,n){this._canvas=e;var i=this;function r(t,n){e.addMarker(t,n)}function o(t,n){e.removeMarker(t,n)}this._multiSelectionBox=null,t.on("element.hover",(function(e){r(e.element,Ko)})),t.on("element.out",(function(e){o(e.element,Ko)})),t.on("selection.changed",(function(e){var t=e.oldSelection,n=e.newSelection;E(t,(function(e){-1===n.indexOf(e)&&function(e){o(e,Yo)}(e)})),E(n,(function(e){-1===t.indexOf(e)&&function(e){r(e,Yo)}(e)})),i._updateSelectionOutline(n)})),t.on("element.changed",(function(e){n.isSelected(e.element)&&i._updateSelectionOutline(n.get())}))}function Zo(e,t,n,i){e.on("create.end",500,(function(e){var n=e.context,i=n.canExecute,r=n.elements,o=(n.hints||{}).autoSelect;if(i){if(!1===o)return;d(o)?t.select(o):t.select(r.filter(Qo))}})),e.on("connect.end",500,(function(e){var n=e.context.connection;n&&t.select(n)})),e.on("shape.move.end",500,(function(e){var n=e.previousSelection||[],r=i.get(e.context.shape.id);_(n,(function(e){return r.id===e.id}))||t.select(r)})),e.on("element.click",(function(e){if(Lo(e)){var i=e.element;i===n.getRootElement()&&(i=null);var r=t.isSelected(i),o=t.get().length>1,a=Io(e)||Fo(e);if(r&&o)return a?t.deselect(i):t.select(i);r?t.deselect(i):t.select(i,a)}}))}function Qo(e){return!e.hidden}Xo.$inject=["canvas","eventBus","selection"],Xo.prototype._updateSelectionOutline=function(e){var t=this._canvas.getLayer("selectionOutline");Ve(t);var n=e.length>1;if(Le(this._canvas.getContainer())[n?"add":"remove"]("djs-multi-select"),n){var i=function(e){return{x:e.x-6,y:e.y-6,width:e.width+12,height:e.height+12}}(St(e)),r=Ue("rect");ze(r,W({rx:3},i)),Le(r).add("djs-selection-outline"),ke(t,r)}},Zo.$inject=["eventBus","selection","canvas","elementRegistry"];var Jo={__init__:["selectionVisuals","selectionBehavior"],__depends__:[Go,Uo],selection:["type",qo],selectionVisuals:["type",Xo],selectionBehavior:["type",Zo]};function ea(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(1e9*Math.random())+"-"}ea.prototype.next=function(){return this._prefix+ ++this._counter};var ta=new ea("ov");function na(e,t,n,i){var r,o;this._eventBus=t,this._canvas=n,this._elementRegistry=i,this._ids=ta,this._overlayDefaults=W({show:null,scale:!0},e&&e.defaults),this._overlays={},this._overlayContainers=[],this._overlayRoot=(r=n.getContainer(),ie(o=Ee('<div class="djs-overlay-container" />'),{position:"absolute",width:0,height:0}),r.insertBefore(o,r.firstChild),o),this._init()}function ia(e,t,n){ie(e,{left:t+"px",top:n+"px"})}function ra(e,t){e.style.display=!1===t?"none":""}function oa(e,t){e.style["transform-origin"]="top left",["","-ms-","-webkit-"].forEach((function(n){e.style[n+"transform"]=t}))}na.$inject=["config.overlays","eventBus","canvas","elementRegistry"],na.prototype.get=function(e){if(g(e)&&(e={id:e}),g(e.element)&&(e.element=this._elementRegistry.get(e.element)),e.element){var t=this._getOverlayContainer(e.element,!0);return t?e.type?w(t.overlays,j({type:e.type})):t.overlays.slice():[]}return e.type?w(this._overlays,j({type:e.type})):e.id?this._overlays[e.id]:null},na.prototype.add=function(e,t,n){if(m(t)&&(n=t,t=null),e.id||(e=this._elementRegistry.get(e)),!n.position)throw new Error("must specifiy overlay position");if(!n.html)throw new Error("must specifiy overlay html");if(!e)throw new Error("invalid element specified");var i=this._ids.next();return n=W({},this._overlayDefaults,n,{id:i,type:t,element:e,html:n.html}),this._addOverlay(n),i},na.prototype.remove=function(e){var t=this.get(e)||[];d(t)||(t=[t]);var n=this;E(t,(function(e){var t=n._getOverlayContainer(e.element,!0);if(e&&(Re(e.html),Re(e.htmlContainer),delete e.htmlContainer,delete e.element,delete n._overlays[e.id]),t){var i=t.overlays.indexOf(e);-1!==i&&t.overlays.splice(i,1)}}))},na.prototype.show=function(){ra(this._overlayRoot)},na.prototype.hide=function(){ra(this._overlayRoot,!1)},na.prototype.clear=function(){this._overlays={},this._overlayContainers=[],ue(this._overlayRoot)},na.prototype._updateOverlayContainer=function(e){var t=e.element,n=e.html,i=t.x,r=t.y;if(t.waypoints){var o=St(t);i=o.x,r=o.y}ia(n,i,r),re(e.html,"data-container-id",t.id)},na.prototype._updateOverlay=function(e){var t,n,i=e.position,r=e.htmlContainer,o=e.element,a=i.left,s=i.top;void 0!==i.right&&(t=o.waypoints?St(o).width:o.width,a=-1*i.right+t);void 0!==i.bottom&&(n=o.waypoints?St(o).height:o.height,s=-1*i.bottom+n);ia(r,a||0,s||0),this._updateOverlayVisibilty(e,this._canvas.viewbox())},na.prototype._createOverlayContainer=function(e){var t=Ee('<div class="djs-overlays" />');ie(t,{position:"absolute"}),this._overlayRoot.appendChild(t);var n={html:t,element:e,overlays:[]};return this._updateOverlayContainer(n),this._overlayContainers.push(n),n},na.prototype._updateRoot=function(e){var t=e.scale||1,n="matrix("+[t,0,0,t,-1*e.x*t,-1*e.y*t].join(",")+")";oa(this._overlayRoot,n)},na.prototype._getOverlayContainer=function(e,t){var n=_(this._overlayContainers,(function(t){return t.element===e}));return n||t?n:this._createOverlayContainer(e)},na.prototype._addOverlay=function(e){var t,n,i=e.id,r=e.element,o=e.html;o.get&&o.constructor.prototype.jquery&&(o=o.get(0)),g(o)&&(o=Ee(o)),n=this._getOverlayContainer(r),ie(t=Ee('<div class="djs-overlay" data-overlay-id="'+i+'">'),{position:"absolute"}),t.appendChild(o),e.type&&le(t).add("djs-overlay-"+e.type),ra(t,this._canvas.findRoot(r)===this._canvas.getRootElement()),e.htmlContainer=t,n.overlays.push(e),n.html.appendChild(t),this._overlays[i]=e,this._updateOverlay(e),this._updateOverlayVisibilty(e,this._canvas.viewbox())},na.prototype._updateOverlayVisibilty=function(e,t){var n=e.show,i=this._canvas.findRoot(e.element),r=n&&n.minZoom,o=n&&n.maxZoom,a=e.htmlContainer,s=!0;(i!==this._canvas.getRootElement()||n&&(u(r)&&r>t.scale||u(o)&&o<t.scale))&&(s=!1),ra(a,s),this._updateOverlayScale(e,t)},na.prototype._updateOverlayScale=function(e,t){var n,i,r,o=e.scale,a=e.htmlContainer,s="";!0!==o&&(!1===o?(n=1,i=1):(n=o.min,i=o.max),u(n)&&t.scale<n&&(r=(1/t.scale||1)*n),u(i)&&t.scale>i&&(r=(1/t.scale||1)*i)),u(r)&&(s="scale("+r+","+r+")"),oa(a,s)},na.prototype._updateOverlaysVisibilty=function(e){var t=this;E(this._overlays,(function(n){t._updateOverlayVisibilty(n,e)}))},na.prototype._init=function(){var e=this._eventBus,t=this;e.on("canvas.viewbox.changing",(function(e){t.hide()})),e.on("canvas.viewbox.changed",(function(e){var n;n=e.viewbox,t._updateRoot(n),t._updateOverlaysVisibilty(n),t.show()})),e.on(["shape.remove","connection.remove"],(function(e){var n=e.element;E(t.get({element:n}),(function(e){t.remove(e.id)}));var i=t._getOverlayContainer(n);if(i){Re(i.html);var r=t._overlayContainers.indexOf(i);-1!==r&&t._overlayContainers.splice(r,1)}})),e.on("element.changed",500,(function(e){var n=e.element,i=t._getOverlayContainer(n,!0);i&&(E(i.overlays,(function(e){t._updateOverlay(e)})),t._updateOverlayContainer(i))})),e.on("element.marker.update",(function(e){var n=t._getOverlayContainer(e.element,!0);n&&le(n.html)[e.add?"add":"remove"](e.marker)})),e.on("root.set",(function(){t._updateOverlaysVisibilty(t._canvas.viewbox())})),e.on("diagram.clear",this.clear,this)};var aa={__init__:["overlays"],overlays:["type",na]};function sa(e,t,n,i){e.on("element.changed",(function(i){var r=i.element;(r.parent||r===t.getRootElement())&&(i.gfx=n.getGraphics(r)),i.gfx&&e.fire(Ct(r)+".changed",i)})),e.on("elements.changed",(function(t){var n=t.elements;n.forEach((function(t){e.fire("element.changed",{element:t})})),i.updateContainments(n)})),e.on("shape.changed",(function(e){i.update("shape",e.element,e.gfx)})),e.on("connection.changed",(function(e){i.update("connection",e.element,e.gfx)}))}sa.$inject=["eventBus","canvas","elementRegistry","graphicsFactory"];var ca={__init__:["changeSupport"],changeSupport:["type",sa]};function la(e){this._eventBus=e}la.$inject=["eventBus"],la.prototype.on=function(e,t,n,i,r,o){if((v(t)||f(t))&&(o=r,r=i,i=n,n=t,t=null),v(n)&&(o=r,r=i,i=n,n=1e3),m(r)&&(o=r,r=!1),!v(i))throw new Error("handlerFn must be a function");d(e)||(e=[e]);var a=this._eventBus;E(e,(function(e){var s=["commandStack",e,t].filter((function(e){return e})).join(".");a.on(s,n,r?function(e,t){return function(n){return e.call(t||null,n.context,n.command,n)}}(i,o):i,o)}))};function pa(e,t){t.invoke(la,this),this.executed((function(t){var n=t.context;n.rootElement?e.setRootElement(n.rootElement):n.rootElement=e.getRootElement()})),this.revert((function(t){var n=t.context;n.rootElement&&e.setRootElement(n.rootElement)}))}E(["canExecute","preExecute","preExecuted","execute","executed","postExecute","postExecuted","revert","reverted"],(function(e){la.prototype[e]=function(t,n,i,r,o){(v(t)||f(t))&&(o=r,r=i,i=n,n=t,t=null),this.on(t,e,n,i,r,o)}})),r(pa,la),pa.$inject=["canvas","injector"];var ua={__init__:["rootElementsBehavior"],rootElementsBehavior:["type",pa]},ha=n((function(t,n){var i;i=e,t.exports=function(e){if(e.CSS&&e.CSS.escape)return e.CSS.escape;var t=function(e){if(0==arguments.length)throw new TypeError("`CSS.escape` requires an argument.");for(var t,n=String(e),i=n.length,r=-1,o="",a=n.charCodeAt(0);++r<i;)0!=(t=n.charCodeAt(r))?o+=t>=1&&t<=31||127==t||0==r&&t>=48&&t<=57||1==r&&t>=48&&t<=57&&45==a?"\\"+t.toString(16)+" ":0==r&&1==i&&45==t||!(t>=128||45==t||95==t||t>=48&&t<=57||t>=65&&t<=90||t>=97&&t<=122)?"\\"+n.charAt(r):n.charAt(r):o+="�";return o};return e.CSS||(e.CSS={}),e.CSS.escape=t,t}(i)})),da={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"};
2
2
  /*! https://mths.be/cssescape v1.5.1 by @mathias | MIT license */function ma(e){return(e=""+e)&&e.replace(/[&<>"']/g,(function(e){return da[e]}))}var fa="_plane";function va(e){return function(e){return e.replace(new RegExp("_plane$"),"")}(e.id)}function ga(e){var t=e.id;return kr(e,"bpmn:SubProcess")?_a(t):t}function ya(e){return _a(e)}function ba(e){return kr(zr(e),"bpmndi:BPMNPlane")}function _a(e){return e+fa}function xa(e,t,n,i){var r=Ee('<ul class="bjs-breadcrumbs"></ul>'),o=i.getContainer(),a=le(o);o.appendChild(r);var s=[];function c(e){e&&(s=function(e){for(var t=Tr(e),n=[],i=t;i;i=i.$parent)(kr(i,"bpmn:SubProcess")||kr(i,"bpmn:Process"))&&n.push(i);return n.reverse()}(e));var n=s.map((function(e){var n=ma(e.name||e.id),r=Ee('<li><span class="bjs-crumb"><a title="'+n+'">'+n+"</a></span></li>"),o=i.findRoot(ga(e))||i.findRoot(e.id);if(!o&&kr(e,"bpmn:Process")){var a=t.find((function(t){var n=Tr(t);return n&&n.processRef&&n.processRef===e}));o=i.findRoot(a.id)}return r.addEventListener("click",(function(){i.setRootElement(o)})),r}));r.innerHTML="";var o=n.length>1;a.toggle("bjs-breadcrumbs-shown",o),n.forEach((function(e){r.appendChild(e)}))}e.on("element.changed",(function(e){var t=Tr(e.element);_(s,(function(e){return e===t}))&&c()})),e.on("root.set",(function(e){c(e.element)}))}function wa(e,t){var n=null,i=new Ea;e.on("root.set",(function(e){var r=e.element,o=t.viewbox(),a=i.get(r);if(i.set(n,{x:o.x,y:o.y,zoom:o.scale}),n=r,!kr(r,"bpmn:Collaboration")||a){a=a||{x:0,y:0,zoom:1};var s=(o.x-a.x)*o.scale,c=(o.y-a.y)*o.scale;0===s&&0===c||t.scroll({dx:s,dy:c}),a.zoom!==o.scale&&t.zoom(a.zoom,{x:0,y:0})}})),e.on("diagram.clear",(function(){i.clear(),n=null}))}function Ea(){this._entries=[],this.set=function(e,t){var n=!1;for(var i in this._entries)if(this._entries[i][0]===e){this._entries[i][1]=t,n=!0;break}n||this._entries.push([e,t])},this.get=function(e){for(var t in this._entries)if(this._entries[t][0]===e)return this._entries[t][1];return null},this.clear=function(){this._entries.length=0},this.remove=function(e){var t=-1;for(var n in this._entries)if(this._entries[n][0]===e){t=n;break}-1!==t&&this._entries.splice(t,1)}}xa.$inject=["eventBus","elementRegistry","overlays","canvas"],wa.$inject=["eventBus","canvas"];var Sa=180,Ca=160;function Pa(e,t){this._eventBus=e,this._moddle=t;var n=this;e.on("import.render.start",1500,(function(e,t){n.handleImport(t.definitions)}))}function Ma(e){return kr(e,"bpmndi:BPMNDiagram")?e:Ma(e.$parent)}Pa.prototype.handleImport=function(e){if(e.diagrams){var t=this;this._definitions=e,this._processToDiagramMap={},e.diagrams.forEach((function(e){e.plane&&e.plane.bpmnElement&&(t._processToDiagramMap[e.plane.bpmnElement.id]=e)}));var n=[];e.diagrams.forEach((function(e){var i=t.createNewDiagrams(e.plane);Array.prototype.push.apply(n,i)})),n.forEach((function(e){t.movePlaneElementsToOrigin(e.plane)}))}},Pa.prototype.createNewDiagrams=function(e){var t=this,n=[],i=[];e.get("planeElement").forEach((function(t){var r=t.bpmnElement;if(r){var o=r.$parent;kr(r,"bpmn:SubProcess")&&!t.isExpanded&&n.push(r),function(e,t){var n=e.$parent;if(!kr(n,"bpmn:SubProcess")||n===t.bpmnElement)return!1;if(Dr(e,["bpmn:DataInputAssociation","bpmn:DataOutputAssociation"]))return!1;return!0}(r,e)&&i.push({diElement:t,parent:o})}}));var r=[];return n.forEach((function(e){if(!t._processToDiagramMap[e.id]){var n=t.createDiagram(e);t._processToDiagramMap[e.id]=n,r.push(n)}})),i.forEach((function(e){for(var i=e.diElement,r=e.parent;r&&-1===n.indexOf(r);)r=r.$parent;if(r){var o=t._processToDiagramMap[r.id];t.moveToDiPlane(i,o.plane)}})),r},Pa.prototype.movePlaneElementsToOrigin=function(e){var t=e.get("planeElement"),n=function(e){var t={top:1/0,right:-1/0,bottom:-1/0,left:1/0};return e.planeElement.forEach((function(e){if(e.bounds){var n=xn(e.bounds);t.top=Math.min(n.top,t.top),t.left=Math.min(n.left,t.left)}})),wn(t)}(e),i=n.x-Sa,r=n.y-Ca;t.forEach((function(e){e.waypoint?e.waypoint.forEach((function(e){e.x=e.x-i,e.y=e.y-r})):e.bounds&&(e.bounds.x=e.bounds.x-i,e.bounds.y=e.bounds.y-r)}))},Pa.prototype.moveToDiPlane=function(e,t){var n=Ma(e).plane.get("planeElement");n.splice(n.indexOf(e),1),t.get("planeElement").push(e)},Pa.prototype.createDiagram=function(e){var t=this._moddle.create("bpmndi:BPMNPlane",{bpmnElement:e}),n=this._moddle.create("bpmndi:BPMNDiagram",{plane:t});return t.$parent=n,t.bpmnElement=e,n.$parent=this._definitions,this._definitions.diagrams.push(n),n},Pa.$inject=["eventBus","moddle"];var Ra=250;function Aa(e,t,n,i){la.call(this,t),this._canvas=e,this._eventBus=t,this._elementRegistry=n,this._overlays=i;var r=this;this.executed("shape.toggleCollapse",Ra,(function(e){var t=e.shape;r.canDrillDown(t)?r.addOverlay(t):r.removeOverlay(t)}),!0),this.reverted("shape.toggleCollapse",Ra,(function(e){var t=e.shape;r.canDrillDown(t)?r.addOverlay(t):r.removeOverlay(t)}),!0),this.executed(["shape.create","shape.move","shape.delete"],Ra,(function(e){var t=e.oldParent,n=e.newParent||e.parent,i=e.shape;r.canDrillDown(i)&&r.addOverlay(i),r.updateDrilldownOverlay(t),r.updateDrilldownOverlay(n),r.updateDrilldownOverlay(i)}),!0),this.reverted(["shape.create","shape.move","shape.delete"],Ra,(function(e){var t=e.oldParent,n=e.newParent||e.parent,i=e.shape;r.canDrillDown(i)&&r.addOverlay(i),r.updateDrilldownOverlay(t),r.updateDrilldownOverlay(n),r.updateDrilldownOverlay(i)}),!0),t.on("import.render.complete",(function(){n.filter((function(e){return r.canDrillDown(e)})).map((function(e){r.addOverlay(e)}))}))}r(Aa,la),Aa.prototype.updateDrilldownOverlay=function(e){var t=this._canvas;if(e){var n=t.findRoot(e);n&&this.updateOverlayVisibility(n)}},Aa.prototype.canDrillDown=function(e){var t=this._canvas;return kr(e,"bpmn:SubProcess")&&t.findRoot(ga(e))},Aa.prototype.updateOverlayVisibility=function(e){var t=this._overlays,n=e.businessObject,i=t.get({element:n.id,type:"drilldown"})[0];if(i){var r=n&&n.flowElements&&n.flowElements.length;le(i.html).toggle("bjs-drilldown-empty",!r)}},Aa.prototype.addOverlay=function(e){var t=this._canvas,n=this._overlays;n.get({element:e,type:"drilldown"}).length&&this.removeOverlay(e);var i=Ee('<button class="bjs-drilldown"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.81801948,3.50735931 L10.4996894,9.1896894 L10.5,4 L12,4 L12,12 L4,12 L4,10.5 L9.6896894,10.4996894 L3.75735931,4.56801948 C3.46446609,4.27512627 3.46446609,3.80025253 3.75735931,3.50735931 C4.05025253,3.21446609 4.52512627,3.21446609 4.81801948,3.50735931 Z"/></svg></button>');i.addEventListener("click",(function(){t.setRootElement(t.findRoot(ga(e)))})),n.add(e,"drilldown",{position:{bottom:-7,right:-8},html:i}),this.updateOverlayVisibility(e)},Aa.prototype.removeOverlay=function(e){this._overlays.remove({element:e,type:"drilldown"})},Aa.$inject=["canvas","eventBus","elementRegistry","overlays"];var ka={__depends__:[aa,ca,ua],__init__:["drilldownBreadcrumbs","drilldownOverlayBehavior","drilldownCentering","subprocessCompatibility"],drilldownBreadcrumbs:["type",xa],drilldownCentering:["type",wa],drilldownOverlayBehavior:["type",Aa],subprocessCompatibility:["type",Pa]};function Da(e){Gr.call(this,e)}function Ta(e){return!e.altKey&&(e.ctrlKey||e.metaKey)}function za(e,t){return-1!==(e=d(e)?e:[e]).indexOf(t.key)||-1!==e.indexOf(t.keyCode)}function Oa(e){return e.shiftKey}r(Da,Gr),Da.prototype._modules=[To,xo,Jo,aa,ka],Da.prototype._moddleExtensions={};var Ba="keyboard.keydown",ja="input-handle-modified-keys";function Na(e,t){var n=this;this._config=e||{},this._eventBus=t,this._keydownHandler=this._keydownHandler.bind(this),this._keyupHandler=this._keyupHandler.bind(this),t.on("diagram.destroy",(function(){n._fire("destroy"),n.unbind()})),t.on("diagram.init",(function(){n._fire("init")})),t.on("attach",(function(){e&&e.bindTo&&n.bind(e.bindTo)})),t.on("detach",(function(){n.unbind()}))}Na.$inject=["config.keyboard","eventBus"],Na.prototype._keydownHandler=function(e){this._keyHandler(e,Ba)},Na.prototype._keyupHandler=function(e){this._keyHandler(e,"keyboard.keyup")},Na.prototype._keyHandler=function(e,t){if(!this._isEventIgnored(e)){var n={keyEvent:e};this._eventBus.fire(t||Ba,n)&&e.preventDefault()}},Na.prototype._isEventIgnored=function(e){return(t=e.target)&&(me(t,"input, textarea")||"true"===t.contentEditable)&&this._isModifiedKeyIgnored(e);var t},Na.prototype._isModifiedKeyIgnored=function(e){return!Ta(e)||-1===this._getAllowedModifiers(e.target).indexOf(e.key)},Na.prototype._getAllowedModifiers=function(e){var t=fe(e,"[input-handle-modified-keys]",!0);return!t||this._node&&!this._node.contains(t)?[]:t.getAttribute(ja).split(",")},Na.prototype.bind=function(e){this.unbind(),this._node=e,be.bind(e,"keydown",this._keydownHandler,!0),be.bind(e,"keyup",this._keyupHandler,!0),this._fire("bind")},Na.prototype.getBinding=function(){return this._node},Na.prototype.unbind=function(){var e=this._node;e&&(this._fire("unbind"),be.unbind(e,"keydown",this._keydownHandler,!0),be.unbind(e,"keyup",this._keyupHandler,!0)),this._node=null},Na.prototype._fire=function(e){this._eventBus.fire("keyboard."+e,{node:this._node})},Na.prototype.addListener=function(e,t,n){v(e)&&(n=t,t=e,e=1e3),this._eventBus.on(n||Ba,e,t)},Na.prototype.removeListener=function(e,t){this._eventBus.off(t||Ba,e)},Na.prototype.hasModifier=function(e){return e.ctrlKey||e.metaKey||e.shiftKey||e.altKey},Na.prototype.isCmd=Ta,Na.prototype.isShift=Oa,Na.prototype.isKey=za;var La=["c","C",67],Ia=["v","V",86],Fa=["y","Y",89],Va=["z","Z",90];function Ha(e,t){var n=this;e.on("editorActions.init",500,(function(e){var i=e.editorActions;n.registerBindings(t,i)}))}Ha.$inject=["eventBus","keyboard"],Ha.prototype.registerBindings=function(e,t){function n(n,i){t.isRegistered(n)&&e.addListener(i)}n("undo",(function(e){var n=e.keyEvent;if(Ta(n)&&!Oa(n)&&za(Va,n))return t.trigger("undo"),!0})),n("redo",(function(e){var n=e.keyEvent;if(Ta(n)&&(za(Fa,n)||za(Va,n)&&Oa(n)))return t.trigger("redo"),!0})),n("copy",(function(e){var n=e.keyEvent;if(Ta(n)&&za(La,n))return t.trigger("copy"),!0})),n("paste",(function(e){var n=e.keyEvent;if(Ta(n)&&za(Ia,n))return t.trigger("paste"),!0})),n("stepZoom",(function(e){var n=e.keyEvent;if(za(["+","Add","="],n)&&Ta(n))return t.trigger("stepZoom",{value:1}),!0})),n("stepZoom",(function(e){var n=e.keyEvent;if(za(["-","Subtract"],n)&&Ta(n))return t.trigger("stepZoom",{value:-1}),!0})),n("zoom",(function(e){var n=e.keyEvent;if(za("0",n)&&Ta(n))return t.trigger("zoom",{value:1}),!0})),n("removeSelection",(function(e){if(za(["Backspace","Delete","Del"],e.keyEvent))return t.trigger("removeSelection"),!0}))};var $a={__init__:["keyboard","keyboardBindings"],keyboard:["type",Na],keyboardBindings:["type",Ha]},Ga={moveSpeed:50,moveSpeedAccelerated:200};function Wa(e,t,n){var i=this;this._config=W({},Ga,e||{}),t.addListener((function(e){var n=e.keyEvent,r=i._config;if(!t.isCmd(n))return;if(t.isKey(["ArrowLeft","Left","ArrowUp","Up","ArrowDown","Down","ArrowRight","Right"],n)){var o,a=t.isShift(n)?r.moveSpeedAccelerated:r.moveSpeed;switch(n.key){case"ArrowLeft":case"Left":o="left";break;case"ArrowUp":case"Up":o="up";break;case"ArrowRight":case"Right":o="right";break;case"ArrowDown":case"Down":o="down"}return i.moveCanvas({speed:a,direction:o}),!0}})),this.moveCanvas=function(e){var t=0,i=0,r=e.speed/Math.min(Math.sqrt(n.viewbox().scale),1);switch(e.direction){case"left":t=r;break;case"up":i=r;break;case"right":t=-r;break;case"down":i=-r}n.scroll({dx:t,dy:i})}}Wa.$inject=["config.keyboardMove","keyboard","canvas"];var Ua={__depends__:[$a],__init__:["keyboardMove"],keyboardMove:["type",Wa]},qa=/^djs-cursor-.*$/;function Ka(e){var t=le(document.body);t.removeMatching(qa),e&&t.add("djs-cursor-"+e)}function Ya(){Ka(null)}function Xa(e,t){function n(){return!1}return t=t||"element.click",e.once(t,5e3,n),function(){e.off(t,n)}}function Za(e){return{x:e.x+e.width/2,y:e.y+e.height/2}}function Qa(e,t){return{x:e.x-t.x,y:e.y-t.y}}function Ja(e,t){var n;function i(i){var r,o=n.start,a=n.button,s=jo(i),c=Qa(s,o);(!n.dragging&&(r=c,Math.sqrt(Math.pow(r.x,2)+Math.pow(r.y,2))>15)&&(n.dragging=!0,0===a&&Xa(e),Ka("grab")),n.dragging)&&(c=Qa(s,n.last||n.start),t.scroll({dx:c.x,dy:c.y}),n.last=s);i.preventDefault()}function r(e){be.unbind(document,"mousemove",i),be.unbind(document,"mouseup",r),n=null,Ya()}e.on("element.mousedown",500,(function(e){return function(e){if(fe(e.target,".djs-draggable"))return;var t=e.button;if(t>=2||e.ctrlKey||e.shiftKey||e.altKey)return;return n={button:t,start:jo(e)},be.bind(document,"mousemove",i),be.bind(document,"mouseup",r),!0}(e.originalEvent)})),this.isActive=function(){return!!n}}Ja.$inject=["eventBus","canvas"];var es={__init__:["moveCanvas"],moveCanvas:["type",Ja]};function ts(e){return Math.log(e)/Math.log(10)}function ns(e,t){var n=ts(e.min),i=ts(e.max);return(Math.abs(n)+Math.abs(i))/t}var is=Math.sign||function(e){return e>=0?1:-1},rs={min:.2,max:4};function os(e,t,n){e=e||{},this._enabled=!1,this._canvas=n,this._container=n._container,this._handleWheel=H(this._handleWheel,this),this._totalDelta=0,this._scale=e.scale||.75;var i=this;t.on("canvas.init",(function(t){i._init(!1!==e.enabled)}))}os.$inject=["config.zoomScroll","eventBus","canvas"],os.prototype.scroll=function(e){this._canvas.scroll(e)},os.prototype.reset=function(){this._canvas.zoom("fit-viewport")},os.prototype.zoom=function(e,t){var n=ns(rs,20);this._totalDelta+=e,Math.abs(this._totalDelta)>.1&&(this._zoom(e,t,n),this._totalDelta=0)},os.prototype._handleWheel=function(e){if(!fe(e.target,".djs-scrollable",!0)){var t=this._container;e.preventDefault();var n,i=e.ctrlKey,r=e.shiftKey,o=-1*this._scale;if(o*=i?0===e.deltaMode?.02:.32:0===e.deltaMode?1:16,i){var a=t.getBoundingClientRect(),s={x:e.clientX-a.left,y:e.clientY-a.top};n=Math.sqrt(Math.pow(e.deltaY,2)+Math.pow(e.deltaX,2))*is(e.deltaY)*o,this.zoom(n,s)}else n=r?{dx:o*e.deltaY,dy:0}:{dx:o*e.deltaX,dy:o*e.deltaY},this.scroll(n)}},os.prototype.stepZoom=function(e,t){var n=ns(rs,10);this._zoom(e,t,n)},os.prototype._zoom=function(e,t,n){var i=this._canvas,r=e>0?1:-1,o=ts(i.zoom()),a=Math.round(o/n)*n;a+=n*r;var s,c,l=Math.pow(10,a);i.zoom((s=rs,c=l,Math.max(s.min,Math.min(s.max,c))),t)},os.prototype.toggle=function(e){var t=this._container,n=this._handleWheel,i=this._enabled;return void 0===e&&(e=!i),i!==e&&be[e?"bind":"unbind"](t,"wheel",n,!1),this._enabled=e,e},os.prototype._init=function(e){this.toggle(e)};var as={__init__:["zoomScroll"],zoomScroll:["type",os]};function ss(e){Da.call(this,e)}r(ss,Da),ss.prototype._navigationModules=[Ua,es,as],ss.prototype._modules=[].concat(Da.prototype._modules,ss.prototype._navigationModules);
3
3
  /*! Hammer.JS - v2.0.7 - 2016-04-22
4
4
  * http://hammerjs.github.io/