@g1cloud/bpmn-modeler-next 5.0.0-alpha.1 → 5.0.0-alpha.10

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.
@@ -1 +1,342 @@
1
- (function(f,C){typeof exports=="object"&&typeof module<"u"?C(exports,require("bpmn-moddle"),require("bpmn-i18n-moddle/resources/bpmn-i18n.json"),require("vue"),require("bpmn-js/lib/BaseModeler"),require("bpmn-js/lib/core"),require("bpmn-js/lib/features/modeling"),require("bpmn-js/lib/features/auto-place"),require("diagram-js/lib/i18n/translate"),require("bpmn-js/lib/Modeler")):typeof define=="function"&&define.amd?define(["exports","bpmn-moddle","bpmn-i18n-moddle/resources/bpmn-i18n.json","vue","bpmn-js/lib/BaseModeler","bpmn-js/lib/core","bpmn-js/lib/features/modeling","bpmn-js/lib/features/auto-place","diagram-js/lib/i18n/translate","bpmn-js/lib/Modeler"],C):(f=typeof globalThis<"u"?globalThis:f||self,C(f.BpmnModeler={},f.bpmnModdle,f.bpmnI18nSchema,f.Vue,f.BaseModeler,f.CoreModule,f.ModelingModule,f.AutoPlaceModule,f.TranslateModule,f.Modeler))})(this,(function(f,C,te,Y,Ke,ze,Qe,Ze,Je,et){"use strict";var Rt=Object.defineProperty;var Ct=(f,C,te)=>C in f?Rt(f,C,{enumerable:!0,configurable:!0,writable:!0,value:te}):f[C]=te;var ee=(f,C,te)=>Ct(f,typeof C!="symbol"?C+"":C,te);const pe=["startEvent","endEvent","userTask","serviceTask","task","sendTask","receiveTask","exclusiveGateway","parallelGateway"];function Oe(t){return pe.includes(t)}const ve="http://g1project.net/spec/bpmn/bwl/1.0",he="bwl",be=["top-left","top","top-right","right","bottom-right","bottom","bottom-left","left"],Me={name:"bwl-hints",uri:ve,prefix:he,xml:{tagAlias:"lowerCase"},types:[{name:"Placement",superClass:["Element"],properties:[{name:"anchor",isAttr:!0,type:"String"},{name:"side",isAttr:!0,type:"String"},{name:"offset",isAttr:!0,type:"Real"}]},{name:"Members",superClass:["Element"],properties:[{name:"refs",isAttr:!0,type:"String"}]},{name:"BandHint",extends:["bpmn:FlowNode"],properties:[{name:"band",isAttr:!0,type:"Integer"}]},{name:"PoolOrderHint",extends:["bpmn:Participant"],properties:[{name:"poolOrder",isAttr:!0,type:"Integer"}]}]},ye="bwl.undoEpisode",Pe=new WeakSet;function tt(t){Pe.has(t)||(t.register(ye,{preExecute(i){try{i.run()}catch(n){i.error=n}}}),Pe.add(t))}function Ae(t,i){tt(t);const n={run:i};if(t.execute(ye,n),n.error!==void 0)throw t.canUndo()&&t.undo(),n.error}const xe=["participant.add","participant.update","node.add","node.update","sequenceFlow.add","sequenceFlow.update","messageFlow.add","messageFlow.update","dataStore.add","dataStore.update","dataAssociation.add","association.add","annotation.add","annotation.update","group.add","group.update","element.remove"],nt={description:"생략 = 보존, null = 제거.",anyOf:[{type:"string"},{type:"null"}]},ot={type:"object",description:"레인. 배열 선언 순서 = 풀 내 상→하 순서.",properties:{id:{type:"string"},name:{type:"string"}},required:["id"],additionalProperties:!1},at={type:"object",description:"풀(participant). 레인은 여기 선언하고 노드가 lane 인자로 배정된다 — 별도 레인 op 없음.",properties:{id:{type:"string",description:"문서 내 유일, XML NCName(공백 없이 문자/밑줄로 시작)."},name:{type:"string"},blackBox:{type:"boolean",description:"true = 내부 프로세스 없는 블랙박스 풀."},lanes:{type:"array",items:{$ref:"#/$defs/irLane"}}},required:["id"],additionalProperties:!1},it={type:"object",description:"플로우 노드. 좌표는 지정하지 않는다 — 배치는 resolver 가 결정한다.",properties:{id:{type:"string"},type:{type:"string",enum:[...pe]},name:{type:"string"},participant:{type:"string",description:"소속 풀 id(협업 문서)."},lane:{type:"string",description:"소속 레인 id(풀 정의에 선언된 것)."}},required:["id","type"],additionalProperties:!1},st={type:"object",description:"분기 조건 — 게이트웨이가 아닌 플로우에 붙인다. MVP 는 label 만.",properties:{label:{type:"string"}},required:["label"],additionalProperties:!1},rt={type:"object",description:"시퀀스 플로우(같은 풀 안 노드 간).",properties:{id:{type:"string"},source:{type:"string"},target:{type:"string"},name:{type:"string"},condition:{$ref:"#/$defs/irFlowCondition"}},required:["id","source","target"],additionalProperties:!1},dt={type:"object",description:"메시지 플로우(풀 경계를 넘는 연결 — 노드 또는 블랙박스 풀 자체가 끝점).",properties:{id:{type:"string"},source:{type:"string"},target:{type:"string"},name:{type:"string"}},required:["id","source","target"],additionalProperties:!1},ct={type:"object",properties:{id:{type:"string"},name:{type:"string"}},required:["id"],additionalProperties:!1},pt={type:"object",description:"데이터 입출력 연관. 방향 = source→target(태스크→스토어 = 쓰기, 스토어→태스크 = 읽기).",properties:{id:{type:"string"},source:{type:"string"},target:{type:"string"}},required:["source","target"],additionalProperties:!1},lt={type:"object",properties:{id:{type:"string"},text:{type:"string"}},required:["id","text"],additionalProperties:!1},ft={type:"object",description:"연관선(주석 ↔ 요소).",properties:{id:{type:"string"},source:{type:"string"},target:{type:"string"}},required:["source","target"],additionalProperties:!1},ut={type:"object",description:"그룹 — members(요소 id 목록)가 bwl:members 힌트로 기록되고 바운즈는 멤버 bbox 로 산출된다.",properties:{id:{type:"string"},name:{type:"string"},members:{type:"array",items:{type:"string"}}},required:["id"],additionalProperties:!1},mt={type:"object",description:"주석 방위 힌트 — 앵커 요소 기준 상대 배치. 있으면 결정적 배치, 없으면 휴리스틱.",properties:{anchor:{type:"string",description:"기준 요소 id."},side:{type:"string",enum:[...be]},offset:{type:"number"}},required:["anchor","side"],additionalProperties:!1};function $(t,i){return{type:"object",description:i.description,properties:{kind:{const:t},...i.properties},required:["kind",...i.required??[]],additionalProperties:!1}}const gt={"participant.add":$("participant.add",{description:"풀 추가. order = 풀 세로 순서 힌트(생략 시 op 순서가 곧 배치 순서).",properties:{participant:{$ref:"#/$defs/irParticipant"},order:{type:"integer"}},required:["participant"]}),"participant.update":$("participant.update",{description:"풀 이름/레인 갱신. lanes 는 전체 재선언(생략 = 보존) — 기존 레인을 유지하려면 함께 다시 나열한다.",properties:{id:{type:"string"},name:{$ref:"#/$defs/nullableString"},lanes:{type:"array",items:{$ref:"#/$defs/irLane"}}},required:["id"]}),"node.add":$("node.add",{description:"플로우 노드 추가. band = 프로세스 내부 가로 밴드 순번 힌트(주 흐름 0, 보조 스트랜드 1…).",properties:{node:{$ref:"#/$defs/irNode"},band:{type:"integer"}},required:["node"]}),"node.update":$("node.update",{description:"노드 이름/레인/타입 갱신. lane = 레인 재배정(이동), type = 태스크·이벤트 타입 전환.",properties:{id:{type:"string"},name:{$ref:"#/$defs/nullableString"},lane:{type:"string"},type:{type:"string",enum:[...pe]}},required:["id"]}),"sequenceFlow.add":$("sequenceFlow.add",{description:"시퀀스 플로우 추가. 분기 조건은 게이트웨이가 아닌 플로우의 condition 에 싣는다.",properties:{flow:{$ref:"#/$defs/irSequenceFlow"}},required:["flow"]}),"sequenceFlow.update":$("sequenceFlow.update",{description:"시퀀스 플로우 이름/조건 갱신. condition: null = 조건 제거.",properties:{id:{type:"string"},name:{$ref:"#/$defs/nullableString"},condition:{description:"생략 = 보존, null = 제거.",anyOf:[{$ref:"#/$defs/irFlowCondition"},{type:"null"}]}},required:["id"]}),"messageFlow.add":$("messageFlow.add",{description:"메시지 플로우 추가(풀 경계를 넘는 연결).",properties:{flow:{$ref:"#/$defs/irMessageFlow"}},required:["flow"]}),"messageFlow.update":$("messageFlow.update",{description:"메시지 플로우 이름 갱신.",properties:{id:{type:"string"},name:{$ref:"#/$defs/nullableString"}},required:["id"]}),"dataStore.add":$("dataStore.add",{description:"데이터 스토어 추가(+ 입출력 연관 동반 가능).",properties:{dataStore:{$ref:"#/$defs/irDataStore"},associations:{type:"array",items:{$ref:"#/$defs/irDataAssociation"}}},required:["dataStore"]}),"dataStore.update":$("dataStore.update",{description:"데이터 스토어 이름 갱신.",properties:{id:{type:"string"},name:{$ref:"#/$defs/nullableString"}},required:["id"]}),"dataAssociation.add":$("dataAssociation.add",{description:"기존 노드 ↔ 기존 데이터 스토어의 입출력 연관 추가.",properties:{association:{$ref:"#/$defs/irDataAssociation"}},required:["association"]}),"association.add":$("association.add",{description:"주석 ↔ 요소 연관 추가(한쪽 끝은 주석). 주석 신설과 함께면 annotation.add 의 association 을 쓰고, 이 op 는 추가 연관(한 주석에 여러 연관)용.",properties:{association:{$ref:"#/$defs/irAssociation"}},required:["association"]}),"annotation.add":$("annotation.add",{description:"텍스트 주석 추가. association 으로 대상 요소와 연결하고, placement 로 방위를 지정하면 결정적 배치된다.",properties:{annotation:{$ref:"#/$defs/irTextAnnotation"},association:{$ref:"#/$defs/irAssociation"},placement:{$ref:"#/$defs/bwlPlacement"}},required:["annotation"]}),"annotation.update":$("annotation.update",{description:"주석 본문/방위 힌트 갱신. placement: null = 힌트 제거(휴리스틱 복귀). 주석 삭제는 element.remove.",properties:{id:{type:"string"},text:{type:"string"},placement:{description:"생략 = 보존, null = 힌트 제거.",anyOf:[{$ref:"#/$defs/bwlPlacement"},{type:"null"}]}},required:["id"]}),"group.add":$("group.add",{description:"그룹 추가 — 바운즈는 members 의 bbox 로 산출되므로 좌표를 지정하지 않는다.",properties:{group:{$ref:"#/$defs/irGroup"}},required:["group"]}),"group.update":$("group.update",{description:"그룹 이름/멤버 갱신. members 는 전체 재선언(생략 = 보존).",properties:{id:{type:"string"},name:{$ref:"#/$defs/nullableString"},members:{type:"array",items:{type:"string"}}},required:["id"]}),"element.remove":$("element.remove",{description:"요소 제거(카테고리 무관). 부착된 연결선은 함께 제거된다.",properties:{id:{type:"string"}},required:["id"]})},ke={anyOf:xe.map(t=>gt[t])},ht={type:"object",description:"BPMN 문서에 요소를 추가·수정·삭제할 때 호출한다. 기존 요소는 describeProcess 가 노출하는 id 로 지정하고, 신규 요소 id 는 문서 내 유일한 XML NCName(공백 없이 문자/밑줄 시작)으로 짓는다. 좌표는 지정하지 않는다 — 배치는 서버가 결정하며, 필요하면 힌트(placement/band/order)로 의도만 전달하라.",properties:{ops:{type:"array",items:{$ref:"#/$defs/symbolicOp"}}},required:["ops"],additionalProperties:!1,$defs:{irLane:ot,irParticipant:at,irNode:it,irFlowCondition:st,irSequenceFlow:rt,irMessageFlow:dt,irDataStore:ct,irDataAssociation:pt,irTextAnnotation:lt,irAssociation:ft,irGroup:ut,bwlPlacement:mt,nullableString:nt,symbolicOp:ke}},bt={"bpmn:Participant":"participant","bpmn:Lane":"lane","bpmn:SequenceFlow":"sequenceFlow","bpmn:MessageFlow":"messageFlow","bpmn:DataStoreReference":"dataStore","bpmn:DataInputAssociation":"dataAssociation","bpmn:DataOutputAssociation":"dataAssociation","bpmn:TextAnnotation":"annotation","bpmn:Association":"association","bpmn:Group":"group"};function yt(t,i){const n=bt[t];return n||(t==="label"||t.startsWith("bpmndi:")?"other":t.startsWith("bpmn:")&&!("waypoints"in i&&i.waypoints)?"flowNode":"other")}function _e(t){let i=t.parent;for(;i;){if(i.type==="bpmn:Participant")return i.id;i=i.parent}}function Ie(t){const i=()=>t.getAll().filter(n=>n.type!=="label"&&!("labelTarget"in n&&n.labelTarget));return{isCollaboration:()=>i().some(n=>n.type==="bpmn:Participant"),categoryOf:n=>{const s=t.get(n);if(!(!s||s.type==="label"))return yt(s.type,s)},lanesOf:n=>i().filter(s=>s.type==="bpmn:Lane"&&_e(s)===n).sort((s,g)=>s.y-g.y).map(s=>s.id),participantOf:n=>{const s=t.get(n);return s?_e(s):void 0}}}const wt=/^[\p{L}_][\p{L}\p{N}_.\-]*$/u,Be=new Set(["sequenceFlow","messageFlow","dataAssociation","association"]);function Fe(t,i){const n=[],s=new Map,g=new Map;function S(o,r,L){if(!wt.test(r)){n.push({kind:"id-invalid",opIndex:o,id:r});return}if(i.categoryOf(r)!==void 0||s.has(r)){n.push({kind:"id-duplicate",opIndex:o,id:r});return}s.set(r,{...L,opIndex:o})}t.forEach((o,r)=>{var L;switch(o.kind){case"participant.add":S(r,o.participant.id,{category:"participant",lanes:(o.participant.lanes??[]).map(c=>c.id)});for(const c of o.participant.lanes??[])S(r,c.id,{category:"lane"});break;case"node.add":S(r,o.node.id,{category:"flowNode",participant:o.node.participant});break;case"sequenceFlow.add":S(r,o.flow.id,{category:"sequenceFlow"});break;case"messageFlow.add":S(r,o.flow.id,{category:"messageFlow"});break;case"dataStore.add":S(r,o.dataStore.id,{category:"dataStore"});for(const c of o.associations??[])c.id&&S(r,c.id,{category:"dataAssociation"});break;case"dataAssociation.add":o.association.id&&S(r,o.association.id,{category:"dataAssociation"});break;case"association.add":o.association.id&&S(r,o.association.id,{category:"association"});break;case"annotation.add":S(r,o.annotation.id,{category:"annotation"}),(L=o.association)!=null&&L.id&&S(r,o.association.id,{category:"association"});break;case"group.add":S(r,o.group.id,{category:"group"});break;case"participant.update":if(o.lanes){g.set(o.id,o.lanes.map(c=>c.id));for(const c of o.lanes)i.categoryOf(c.id)===void 0&&S(r,c.id,{category:"lane"})}break}});const u=o=>{var r;return((r=s.get(o))==null?void 0:r.category)??i.categoryOf(o)},P=o=>{const r=s.get(o);return r?r.category==="participant"?o:r.participant:i.categoryOf(o)==="participant"?o:i.participantOf(o)};function v(o,r,L,c){const y=u(r);if(y===void 0){n.push({kind:"ref-missing",opIndex:o,ref:r,role:L});return}if(c&&!c.includes(y)){n.push({kind:"ref-category",opIndex:o,ref:r,role:L,expected:c.join("|"),actual:y});return}return y}const l=i.isCollaboration()||t.some(o=>o.kind==="participant.add");return t.forEach((o,r)=>{var L;switch(o.kind){case"participant.add":break;case"node.add":{const{participant:c,lane:y}=o.node;if(c===void 0){(l||y!==void 0)&&n.push({kind:"participant-required",opIndex:r,id:o.node.id});break}if(v(r,c,"participant",["participant"])===void 0)break;y!==void 0&&((((L=s.get(c))==null?void 0:L.lanes)??g.get(c)??i.lanesOf(c)).includes(y)||n.push({kind:"lane-unknown",opIndex:r,lane:y,participant:c}));break}case"sequenceFlow.add":{const{id:c,source:y,target:I,name:A,condition:F}=o.flow,j=v(r,y,"source",["flowNode"]),X=v(r,I,"target",["flowNode"]);j&&X&&P(y)!==P(I)&&n.push({kind:"flow-cross-pool",opIndex:r,id:c}),A!==void 0&&F!==void 0&&n.push({kind:"condition-name-conflict",opIndex:r,id:c});break}case"messageFlow.add":{const{id:c,source:y,target:I}=o.flow,A=v(r,y,"source",["flowNode","participant"]),F=v(r,I,"target",["flowNode","participant"]);if(A&&F){const j=P(y),X=P(I);j!==void 0&&j===X&&n.push({kind:"message-flow-same-pool",opIndex:r,id:c})}break}case"dataStore.add":{for(const c of o.associations??[]){if([c.source,c.target].filter(A=>A===o.dataStore.id).length!==1){n.push({kind:"data-association-ends",opIndex:r,source:c.source,target:c.target});continue}const I=c.source===o.dataStore.id?c.target:c.source;v(r,I,"dataAssociation",["flowNode"])}break}case"dataAssociation.add":{const{source:c,target:y}=o.association,I=v(r,c,"source"),A=v(r,y,"target");if(I&&A){const F=new Set([I,A]);F.has("dataStore")&&F.has("flowNode")||n.push({kind:"data-association-ends",opIndex:r,source:c,target:y})}break}case"association.add":{const{id:c,source:y,target:I}=o.association,A=v(r,y,"source"),F=v(r,I,"target");A&&F&&A!=="annotation"&&F!=="annotation"&&n.push({kind:"association-detached",opIndex:r,annotation:c??`${y}->${I}`});break}case"annotation.add":{if(o.association){const{source:c,target:y}=o.association;if(c!==o.annotation.id&&y!==o.annotation.id)n.push({kind:"association-detached",opIndex:r,annotation:o.annotation.id});else{const I=c===o.annotation.id?y:c;v(r,I,"association")}}o.placement&&v(r,o.placement.anchor,"anchor");break}case"group.add":{for(const c of o.group.members??[]){const y=v(r,c,"member");y&&Be.has(y)&&n.push({kind:"ref-category",opIndex:r,ref:c,role:"member",expected:"shape",actual:y})}break}case"participant.update":{if(E(r,o.id,"participant")===void 0)break;if(o.lanes){const c=i.lanesOf(o.id),y=o.lanes.map(A=>A.id);for(const A of c)y.includes(A)||n.push({kind:"lane-shrink-unsupported",opIndex:r,participant:o.id,lane:A});for(const A of y)i.categoryOf(A)!==void 0&&!c.includes(A)&&n.push({kind:"id-duplicate",opIndex:r,id:A});const I=y.filter(A=>c.includes(A));I.length===c.length&&I.some((A,F)=>A!==c[F])&&n.push({kind:"lane-reorder-unsupported",opIndex:r,participant:o.id})}break}case"node.update":{if(E(r,o.id,"flowNode")===void 0)break;if(o.lane!==void 0){const c=i.participantOf(o.id);(c?g.get(c)??i.lanesOf(c):[]).includes(o.lane)||n.push({kind:"lane-unknown",opIndex:r,lane:o.lane,participant:c??""})}break}case"sequenceFlow.update":{if(E(r,o.id,"sequenceFlow")===void 0)break;o.name!==void 0&&o.condition!==void 0&&n.push({kind:"condition-name-conflict",opIndex:r,id:o.id});break}case"messageFlow.update":E(r,o.id,"messageFlow");break;case"dataStore.update":E(r,o.id,"dataStore");break;case"annotation.update":{if(E(r,o.id,"annotation")===void 0)break;o.placement&&v(r,o.placement.anchor,"anchor");break}case"group.update":{if(E(r,o.id,"group")===void 0)break;for(const c of o.members??[]){const y=v(r,c,"member");y&&Be.has(y)&&n.push({kind:"ref-category",opIndex:r,ref:c,role:"member",expected:"shape",actual:y})}break}case"element.remove":{E(r,o.id)==="lane"&&n.push({kind:"ref-category",opIndex:r,ref:o.id,role:"target",expected:"removable",actual:"lane"});break}}}),n;function E(o,r,L){if(s.has(r)){n.push({kind:"target-added-in-batch",opIndex:o,id:r});return}const c=i.categoryOf(r);if(c===void 0){n.push({kind:"ref-missing",opIndex:o,ref:r,role:"target"});return}if(L&&c!==L){n.push({kind:"ref-category",opIndex:o,ref:r,role:"target",expected:L,actual:c});return}return c}}function Ne(t){return{modeling:t.get("modeling"),bpmnFactory:t.get("bpmnFactory"),elementFactory:t.get("elementFactory"),elementRegistry:t.get("elementRegistry"),canvas:t.get("canvas"),autoPlace:t.get("autoPlace"),bpmnReplace:t.get("bpmnReplace")}}function le(t){return`bpmn:${t[0].toUpperCase()}${t.slice(1)}`}const Te={"top-left":[-1,-1],top:[0,-1],"top-right":[1,-1],right:[1,0],"bottom-right":[1,1],bottom:[0,1],"bottom-left":[-1,1],left:[-1,0]};function D(t,i){return t.filter(n=>n.kind===i)}function qe(t,i){var w,K,G,N;const{modeling:n,bpmnFactory:s,elementFactory:g,elementRegistry:S,canvas:u,autoPlace:P,bpmnReplace:v}=i,l=()=>u.getRootElement(),E=e=>S.get(e),o=e=>{const a=E(e);if(!a)throw new Error(`하강 참조 해소 실패: ${e}`);return a},r=e=>{let a=e.parent;for(;a;){if(a.type==="bpmn:Participant")return a;a=a.parent}},L=D(t,"participant.add"),c=D(t,"node.add"),y=D(t,"sequenceFlow.add"),I=D(t,"messageFlow.add"),A=D(t,"dataStore.add"),F=D(t,"dataAssociation.add"),j=D(t,"annotation.add"),X=D(t,"group.add"),ue=new Map(c.map(e=>[e.node.id,e])),Q=(e,a,p)=>{var T;const h=e.businessObject,b=(((T=h.extensionElements)==null?void 0:T.values)??[]).filter(k=>k.$type!==a),O=p?[...b,s.create(a,p)]:b;if(!O.length){h.extensionElements&&n.updateProperties(e,{extensionElements:void 0});return}const B=s.create("bpmn:ExtensionElements",{values:O});O.forEach(k=>{k.$parent=B}),n.updateProperties(e,{extensionElements:B})},se=e=>({anchor:e.anchor,side:e.side,...e.offset!==void 0?{offset:e.offset}:{}});for(const e of D(t,"element.remove")){const a=E(e.id);a&&n.removeElements([a])}const oe=e=>S.filter(a=>{var p;return a.type==="bpmn:Lane"&&((p=r(a))==null?void 0:p.id)===e}).sort((a,p)=>a.y-p.y);for(const e of D(t,"participant.update")){const a=o(e.id);if(e.name!==void 0&&n.updateProperties(a,{name:e.name??void 0}),!e.lanes)continue;const p=oe(e.id);if(!p.length){e.lanes.length>=2?n.splitLane(a,e.lanes.length):n.addLane(a,"bottom"),oe(e.id).forEach((b,O)=>{const B=e.lanes[O];B&&n.updateProperties(b,{id:B.id,name:B.name})});continue}const h=new Set(p.map(b=>b.id));e.lanes.forEach((b,O)=>{if(h.has(b.id)){n.updateProperties(o(b.id),{name:b.name});return}const B=O===0?n.addLane(oe(e.id)[0],"top"):n.addLane(o(e.lanes[O-1].id),"bottom");n.updateProperties(B,{id:b.id,name:b.name})})}const re=L.map((e,a)=>({op:e,declared:a}));re.sort((e,a)=>{const p=e.op.order??Number.POSITIVE_INFINITY,h=a.op.order??Number.POSITIVE_INFINITY;return p!==h?p-h:e.declared-a.declared});let U=80;for(const e of S.getAll())e.parent===l()&&"height"in e&&typeof e.y=="number"&&(U=Math.max(U,e.y+e.height+60));for(const{op:e}of re){const a=e.participant,p=c.filter(q=>q.node.participant===a.id).length,h=((w=a.lanes)==null?void 0:w.length)??0,b=Math.max(1200,p*160+300),O=a.blackBox||p+h===0?120:Math.max(300,h*180),B=g.createShape({type:"bpmn:Participant",businessObject:s.create("bpmn:Participant",{id:a.id,name:a.name,...e.order!==void 0?{"bwl:poolOrder":e.order}:{},...a.blackBox?{}:{processRef:s.create("bpmn:Process")}}),width:b,height:O,isExpanded:!0}),T=n.createShape(B,{x:100+b/2,y:U+O/2},l()),k=a.lanes??[];k.length>=2?n.splitLane(T,k.length):k.length===1&&n.addLane(T,"bottom"),k.length&&S.filter(W=>{var x;return W.type==="bpmn:Lane"&&((x=r(W))==null?void 0:x.id)===a.id}).sort((W,x)=>W.y-x.y).forEach((W,x)=>{const R=k[x];R&&n.updateProperties(W,{id:R.id,name:R.name})}),U=T.y+T.height+60}const de=e=>{var h;const a=ue.get(e);if(a)return a.node.participant??"";const p=E(e);return p?p.type==="bpmn:Participant"?p.id:((h=r(p))==null?void 0:h.id)??"":""},Z=new Map,J=e=>{let a=Z.get(e);return a||Z.set(e,a={nodes:[],flows:[]}),a};for(const e of c)J(e.node.participant??"").nodes.push(e);for(const e of y)J(de(e.flow.source)).flows.push(e);const ce=e=>{var a;return s.create("bpmn:SequenceFlow",{id:e.id,name:e.name??((a=e.condition)==null?void 0:a.label)})},me=(e,a)=>g.createShape({type:le(e.type),businessObject:s.create(le(e.type),{id:e.id,name:e.name,...a!==void 0?{"bwl:band":a}:{}})});for(const[e,a]of Z){const p=e?o(e):void 0,h=p?p.x+150:250;let b=p?p.y+80:120;const O=x=>{const R=o(x);return R.y+R.height/2},B=(x,R)=>x.node.lane?O(x.node.lane):x.band!==void 0&&p?p.y+80+x.band*150:R,T=x=>x.participant?o(x.participant):l(),k=new Set(a.flows.map(x=>x.flow.target));for(const x of a.nodes)k.has(x.node.id)||(n.createShape(me(x.node,x.band),{x:h,y:B(x,b)},T(x.node)),!x.node.lane&&x.band===void 0&&(b+=160));const q=new Set;let W=0;for(;W++<a.nodes.length+2;){for(let ge=0;ge<a.nodes.length+a.flows.length+2;ge++){let He=!1;for(const $t of a.flows){const z=$t.flow;if(q.has(z.id))continue;const ae=E(z.source);if(!ae)continue;const Ee=E(z.target),ie=ue.get(z.target);if(!Ee&&ie){const Ue=me(ie.node,ie.band);if(ie.node.lane){const Dt=n.createShape(Ue,{x:ae.x+ae.width+130,y:O(ie.node.lane)},T(ie.node));n.connect(ae,Dt,{type:"bpmn:SequenceFlow",businessObject:ce(z)})}else P.append(ae,Ue,{connection:{type:"bpmn:SequenceFlow",businessObject:ce(z)}})}else if(Ee)n.connect(ae,Ee,{type:"bpmn:SequenceFlow",businessObject:ce(z)});else continue;q.add(z.id),He=!0}if(!He)break}const x=a.nodes.filter(ge=>!E(ge.node.id));if(!x.length)break;const R=x[0];n.createShape(me(R.node,R.band),{x:h,y:B(R,b)},T(R.node)),!R.node.lane&&R.band===void 0&&(b+=160)}}const d=(e,a)=>{const p=a.target===e,h=o(a.source),b=o(a.target),O=p?"bpmn:DataOutputAssociation":"bpmn:DataInputAssociation";n.connect(h,b,a.id?{type:O,businessObject:s.create(O,{id:a.id})}:{type:O})};for(const e of A){const a=e.associations??[],p=a.map(O=>O.source===e.dataStore.id?O.target:O.source).map(E).find(Boolean),h=p?r(p)??l():l(),b=p?{x:p.x+p.width/2,y:p.y+p.height+110}:{x:200,y:U+60};n.createShape({type:"bpmn:DataStoreReference",businessObject:s.create("bpmn:DataStoreReference",{id:e.dataStore.id,name:e.dataStore.name})},b,h);for(const O of a)d(e.dataStore.id,O)}for(const e of F){const p=o(e.association.target).type==="bpmn:DataStoreReference"?e.association.target:e.association.source;d(p,e.association)}for(const e of I){const a=e.flow;n.connect(o(a.source),o(a.target),{type:"bpmn:MessageFlow",businessObject:s.create("bpmn:MessageFlow",{id:a.id,name:a.name})})}let m=0;for(const e of X){const a=(e.group.members??[]).map(E).filter(O=>!!O),p=40;let h;if(a.length){const O=Math.min(...a.map(q=>q.x))-p,B=Math.min(...a.map(q=>q.y))-p,T=Math.max(...a.map(q=>q.x+q.width))+p,k=Math.max(...a.map(q=>q.y+q.height))+p;h={x:O,y:B,width:T-O,height:k-B}}else h={x:300+m*350,y:40,width:300,height:200},m++;const b=n.createShape({type:"bpmn:Group",businessObject:s.create("bpmn:Group",{id:e.group.id}),width:h.width,height:h.height},{x:h.x+h.width/2,y:h.y+h.height/2},l());e.group.name&&n.updateLabel(b,e.group.name),(K=e.group.members)!=null&&K.length&&Q(b,"bwl:Members",{refs:e.group.members.join(" ")})}const M=e=>{const a=e.waypoints;if(a!=null&&a.length){const h=a[Math.floor((a.length-1)/2)];return{x:h.x,y:h.y,width:0,height:0}}const p=e;return{x:p.x,y:p.y,width:p.width,height:p.height}};let _=0;const V={width:100,height:30};for(const e of j){const a=e.association,p=((G=e.placement)==null?void 0:G.anchor)??(a?a.source===e.annotation.id?a.target:a.source:void 0),h=p?E(p):void 0,b=h?M(h):void 0;let O;if(b&&e.placement){const[k,q]=Te[e.placement.side],W=e.placement.offset??50;O={x:b.x+b.width/2+k*(b.width/2+V.width/2+W),y:b.y+b.height/2+q*(b.height/2+V.height/2+W)}}else b?(O={x:b.x+b.width/2+180+_%3*260,y:b.y-110-_%2*95},_++):(O={x:300+_*260,y:60},_++);const B=h?r(h)??l():l(),T=n.createShape({type:"bpmn:TextAnnotation",businessObject:s.create("bpmn:TextAnnotation",{id:e.annotation.id,text:e.annotation.text})},O,B);if(a){const k=q=>q===e.annotation.id?T:o(q);n.connect(k(a.source),k(a.target),a.id?{type:"bpmn:Association",businessObject:s.create("bpmn:Association",{id:a.id})}:{type:"bpmn:Association"})}e.placement&&Q(T,"bwl:Placement",se(e.placement))}for(const e of D(t,"association.add")){const a=e.association;n.connect(o(a.source),o(a.target),a.id?{type:"bpmn:Association",businessObject:s.create("bpmn:Association",{id:a.id})}:{type:"bpmn:Association"})}for(const e of D(t,"node.update")){let a=o(e.id);if(e.type&&le(e.type)!==a.type&&(a=v.replaceElement(a,{type:le(e.type)})),e.name!==void 0&&n.updateProperties(a,{name:e.name??void 0}),e.lane){const p=o(e.lane),h=p.y+p.height/2-(a.y+a.height/2);h!==0&&n.moveElements([a],{x:0,y:h})}}for(const e of D(t,"sequenceFlow.update")){const a=o(e.id);e.name!==void 0&&n.updateProperties(a,{name:e.name??void 0}),e.condition!==void 0&&n.updateProperties(a,{name:((N=e.condition)==null?void 0:N.label)??void 0})}for(const e of D(t,"messageFlow.update"))e.name!==void 0&&n.updateProperties(o(e.id),{name:e.name??void 0});for(const e of D(t,"dataStore.update"))e.name!==void 0&&n.updateProperties(o(e.id),{name:e.name??void 0});for(const e of D(t,"annotation.update")){const a=o(e.id);if(e.text!==void 0&&n.updateProperties(a,{text:e.text}),e.placement===null)Q(a,"bwl:Placement",null);else if(e.placement){const p=M(o(e.placement.anchor)),[h,b]=Te[e.placement.side],O=e.placement.offset??50,B=p.x+p.width/2+h*(p.width/2+a.width/2+O),T=p.y+p.height/2+b*(p.height/2+a.height/2+O);n.moveElements([a],{x:B-(a.x+a.width/2),y:T-(a.y+a.height/2)}),Q(a,"bwl:Placement",se(e.placement))}}for(const e of D(t,"group.update")){const a=o(e.id);if(e.name!==void 0&&n.updateLabel(a,e.name??""),e.members){const p=e.members.map(E).filter(h=>!!h);if(p.length){const b=Math.min(...p.map(k=>k.x))-40,O=Math.min(...p.map(k=>k.y))-40,B=Math.max(...p.map(k=>k.x+k.width))+40,T=Math.max(...p.map(k=>k.y+k.height))+40;n.resizeShape(a,{x:b,y:O,width:B-b,height:T-O})}Q(a,"bwl:Members",{refs:e.members.join(" ")})}}}function Le(t,i,n=qe){const s=Ne(t),g=Fe(i,Ie(s.elementRegistry));if(g.length)return{ok:!1,issues:g};const S=t.get("commandStack");try{return Ae(S,()=>n(i,s)),{ok:!0,issues:[]}}catch(u){return{ok:!1,issues:[{kind:"lower-failed",message:u instanceof Error?u.message:String(u)}]}}}const St="http://www.omg.org/spec/BPMN/non-normative/extensions/i18n/1.0",$e="i18n",fe={[$e]:te,[he]:Me};function De(){return C.BpmnModdle(fe)}const Re=De();async function Ce(t){const{rootElement:i,warnings:n}=await Re.fromXML(t,"bpmn:Definitions");return{definitions:i,warnings:n}}async function Et(t){const{xml:i}=await Re.toXML(t,{format:!0});return i}function we(t){return t.map(i=>typeof i=="string"?i:i.message??String(i))}function Ot(t){const i=t.slice(t.indexOf(":")+1);return i.charAt(0).toLowerCase()+i.slice(1)}function vt(t,i){return typeof t.get=="function"?t.get(i):t[i]}function je(t,i){const n=vt(t,i);return typeof n=="number"&&Number.isFinite(n)?n:void 0}function Xe(t,i){var s;return(((s=t.extensionElements)==null?void 0:s.values)??[]).find(g=>(g==null?void 0:g.$type)===i)}function Mt(t){return typeof t=="string"&&be.includes(t)}function H(t){if(typeof t=="string")return t;const i=t==null?void 0:t.id;return typeof i=="string"?i:void 0}function Ve(t){const i=t.rootElements??[],n=i.find(d=>d.$type==="bpmn:Collaboration"),s=new Map(i.filter(d=>d.$type==="bpmn:Process").map(d=>[d.id,d])),g=[],S=[],u=[],P=[],v=[],l=[],E={poolOrders:{},bands:{},placements:{}},o=[],r=[],L=[],c=[],y=[],I=[],A=new Set,F=new Set,j=d=>{d&&A.add(d)},X=d=>{A.add(d),F.add(d)},ue=d=>{const m=Xe(d,"bwl:Placement");if(!m)return;const M=typeof m.anchor=="string"?m.anchor:void 0;if(!M||!Mt(m.side))return;const _=typeof m.offset=="number"?m.offset:void 0;y.push({owner:d.id,anchor:M,side:m.side,..._!==void 0?{offset:_}:{}})},Q=d=>{const m=Xe(d,"bwl:Members"),M=typeof(m==null?void 0:m.refs)=="string"?m.refs.split(/\s+/).filter(Boolean):[];M.length&&I.push({owner:d.id,refs:M})},se=d=>{var m;for(const M of d)switch(j(M.id),M.$type){case"bpmn:TextAnnotation":X(M.id),P.push({id:M.id,text:typeof M.text=="string"?M.text:""}),ue(M);break;case"bpmn:Association":L.push({id:M.id,type:M.$type,source:H(M.sourceRef),target:H(M.targetRef)});break;case"bpmn:Group":{X(M.id);const _=(m=M.categoryValueRef)==null?void 0:m.value;v.push({id:M.id,...typeof _=="string"&&_?{name:_}:{}}),Q(M);break}default:l.push({id:M.id,type:M.$type,reason:"type-outside-mvp"})}},oe=(d,m)=>{const M=d.flowElements??[],_=(d.laneSets??[]).flatMap(w=>w.lanes??[]),V=new Map;for(const w of _){j(w.id);for(const K of w.flowNodeRef??[]){const G=H(K);G&&V.set(G,w.id)}}for(const w of M){if(j(w.id),w.$type==="bpmn:SequenceFlow"){o.push({id:w.id,source:H(w.sourceRef),target:H(w.targetRef),...typeof w.name=="string"&&w.name?{name:w.name}:{}});continue}if(w.$type==="bpmn:DataStoreReference"){X(w.id),u.push({id:w.id,...w.name?{name:w.name}:{}});continue}const K=Ot(w.$type);if(!Oe(K)){l.push({id:w.id,type:w.$type,reason:"type-outside-mvp"});continue}X(w.id),S.push({id:w.id,type:K,...w.name?{name:w.name}:{},...m?{participant:m}:{},...V.has(w.id)?{lane:V.get(w.id)}:{}});const G=je(w,"bwl:band");G!==void 0&&(E.bands[w.id]=G);for(const N of w.dataOutputAssociations??[])j(N.id),c.push({id:N.id,type:N.$type,source:w.id,target:H(N.targetRef)});for(const N of w.dataInputAssociations??[])j(N.id),c.push({id:N.id,type:N.$type,source:H((N.sourceRef??[])[0]),target:w.id})}se(d.artifacts??[])};if(n){const d=new Set;for(const m of n.participants??[]){X(m.id);const M=H(m.processRef);M&&d.add(M);const _=M?s.get(M):void 0,V=((_==null?void 0:_.laneSets)??[]).flatMap(N=>N.lanes??[]),w=V.map(N=>({id:N.id,...N.name?{name:N.name}:{}}));for(const N of w)X(N.id);const K=!_||(_.flowElements??[]).length===0&&V.length===0&&(_.artifacts??[]).length===0;g.push({id:m.id,...m.name?{name:m.name}:{},...K?{blackBox:!0}:{},...w.length?{lanes:w}:{}});const G=je(m,"bwl:poolOrder");G!==void 0&&(E.poolOrders[m.id]=G),_&&oe(_,m.id)}for(const m of n.messageFlows??[])j(m.id),r.push({id:m.id,source:H(m.sourceRef),target:H(m.targetRef),...typeof m.name=="string"&&m.name?{name:m.name}:{}});se(n.artifacts??[]);for(const[m,M]of s)!d.has(m)&&(M.flowElements??[]).length>0&&l.push({id:m,type:M.$type,reason:"unreachable-process"})}else for(const d of s.values())oe(d);const re=[],U=[],de=[],Z=[],J=(d,m)=>!!d&&!!m&&F.has(d)&&F.has(m);for(const d of o){if(!J(d.source,d.target)){l.push({id:d.id,type:"bpmn:SequenceFlow",reason:"endpoint-outside-mvp"});continue}re.push({id:d.id,source:d.source,target:d.target,...d.name?{name:d.name}:{}}),F.add(d.id)}for(const d of r){if(!J(d.source,d.target)){l.push({id:d.id,type:"bpmn:MessageFlow",reason:"endpoint-outside-mvp"});continue}U.push({id:d.id,source:d.source,target:d.target,...d.name?{name:d.name}:{}}),F.add(d.id)}for(const d of c){if(!J(d.source,d.target)){l.push({id:d.id??"",type:d.type,reason:"endpoint-outside-mvp"});continue}Z.push({...d.id?{id:d.id}:{},source:d.source,target:d.target}),d.id&&F.add(d.id)}for(const d of L){if(!J(d.source,d.target)){l.push({id:d.id??"",type:d.type,reason:"endpoint-outside-mvp"});continue}de.push({...d.id?{id:d.id}:{},source:d.source,target:d.target})}const ce=new Map(v.map(d=>[d.id,d]));for(const{owner:d,refs:m}of I){const M=m.filter(V=>A.has(V)),_=ce.get(d);_&&M.length&&(_.members=M)}for(const d of y)A.has(d.anchor)&&(E.placements[d.owner]={anchor:d.anchor,side:d.side,...d.offset!==void 0?{offset:d.offset}:{}});return{definition:{...g.length?{participants:g}:{},nodes:S,sequenceFlows:re,...U.length?{messageFlows:U}:{},...u.length?{dataStores:u}:{},...Z.length?{dataAssociations:Z}:{},...P.length?{annotations:P}:{},...de.length?{associations:de}:{},...v.length?{groups:v}:{}},hints:E,omitted:l}}async function Pt(t){const{definitions:i,warnings:n}=await Ce(t);return{...Ve(i),warnings:n}}function At(t,i,n,s={}){return{documentId:t,baseVersion:i,ops:[...n],origin:s.origin??"agent",clientOpId:(s.mkClientOpId??(()=>crypto.randomUUID()))()}}async function Ge(t,i,{currentVersion:n}){if(i.baseVersion!==n)return{status:"conflict",baseVersion:i.baseVersion,currentVersion:n};const s=Le(t,i.ops);if(!s.ok)return{status:"rejected",issues:s.issues};const{xml:g}=await t.saveXML({format:!0});return{status:"applied",version:n+1,xml:g??""}}const xt=Symbol("bpmn-editor");function kt(){const t=Y.ref(!1),i=Y.ref(!0),n=Y.ref(!1);let s,g;const S=()=>{t.value=!0};function u(l,E){l.get("canvas").getContainer().style.pointerEvents=E?"":"none";const o=l.get("keyboard");E?(g&&o.bind(g),g=void 0):g||(g=o.getBinding(),o.unbind())}function P(){if(!s)throw new Error("modeler not attached — 뷰 @ready 후 attach() 필요");return s}function v(){return s==null?void 0:s.get("commandStack")}return{dirty:t,editable:i,agentBusy:n,attach(l){s&&this.detach(),s=l,s.get("eventBus").on("commandStack.changed",S),i.value||u(s,!1)},detach(){s==null||s.get("eventBus").off("commandStack.changed",S),s&&!i.value&&u(s,!0),g=void 0,s=void 0},setEditable(l){i.value=l,s&&u(s,l)},async applyAgentBatch(l,E){const o=P();n.value=!0;try{const r=await Ge(o,l,{currentVersion:E});return r.status==="applied"&&(t.value=!1),r}finally{n.value=!1}},async importXml(l){const{warnings:E}=await P().importXML(l);return t.value=!1,{warnings:we(E)}},async saveXml(){const{xml:l}=await P().saveXML({format:!0});return t.value=!1,l??""},undo:()=>{var l;return(l=v())==null?void 0:l.undo()},redo:()=>{var l;return(l=v())==null?void 0:l.redo()},canUndo:()=>{var l;return((l=v())==null?void 0:l.canUndo())??!1},canRedo:()=>{var l;return((l=v())==null?void 0:l.canRedo())??!1}}}const ne={cjkEm:.865,upperEm:.68,lowerEm:.5,digitEm:.556,spaceEm:.278,otherEm:.35,ascentEm:.9,descentEm:.25},_t=/[ᄀ-ᇿ -〿぀-ヿ㐀-鿿가-힯＀-⦆]/;function It(t){const i=ne;return _t.test(t)?i.cjkEm:t===" "?i.spaceEm:t>="0"&&t<="9"?i.digitEm:t>="A"&&t<="Z"?i.upperEm:t>="a"&&t<="z"?i.lowerEm:i.otherEm}function Se(t,i){let n=0;for(const s of t)n+=i*It(s);return n}function We(t=globalThis,{textMeasurement:i="approximate"}={}){if(!(t!=null&&t.SVGElement))throw new Error("installHeadlessBpmnDom: DOM 전역이 없다 — jsdom window 를 전역에 올린 뒤 호출할 것");i==="approximate"&&Bt(t),Ft(t),Nt(t),Tt(t)}function Bt(t){var s;const i=(s=t.HTMLCanvasElement)==null?void 0:s.prototype;if(!i||i.__headlessTextMeasurement)return;i.__headlessTextMeasurement=!0;const n={font:"12px sans-serif",letterSpacing:"0px",measureText(g){var u;const S=Number.parseFloat(((u=String(n.font).match(/(\d+(?:\.\d+)?)px/))==null?void 0:u[1])??"12");return{width:Se(g,S),fontBoundingBoxAscent:S*ne.ascentEm,fontBoundingBoxDescent:S*ne.descentEm,actualBoundingBoxAscent:S*ne.ascentEm,actualBoundingBoxDescent:S*ne.descentEm}}};i.getContext=()=>n}function Ft(t){if(t.SVGMatrix)return;class i{constructor(){ee(this,"a",1);ee(this,"b",0);ee(this,"c",0);ee(this,"d",1);ee(this,"e",0);ee(this,"f",0)}static of(s,g,S,u,P,v){return Object.assign(new i,{a:s,b:g,c:S,d:u,e:P,f:v})}multiply(s){return i.of(this.a*s.a+this.c*s.b,this.b*s.a+this.d*s.b,this.a*s.c+this.c*s.d,this.b*s.c+this.d*s.d,this.a*s.e+this.c*s.f+this.e,this.b*s.e+this.d*s.f+this.f)}translate(s,g){return this.multiply(i.of(1,0,0,1,s,g))}scale(s,g=s){return this.multiply(i.of(s,0,0,g,0,0))}inverse(){const s=this.a*this.d-this.b*this.c;return i.of(this.d/s,-this.b/s,-this.c/s,this.a/s,(this.c*this.f-this.d*this.e)/s,(this.b*this.e-this.a*this.f)/s)}}t.SVGMatrix=i}function Nt(t){var S;const i=()=>{const u=new t.SVGMatrix;return{type:0,matrix:u,setTranslate(P,v){u.e=P,u.f=v},setScale(P,v){u.a=P,u.d=v},setRotate(P,v=0,l=0){const E=P*Math.PI/180,o=Math.cos(E),r=Math.sin(E);u.a=o,u.b=r,u.c=-r,u.d=o,u.e=v-o*v+r*l,u.f=l-r*v-o*l},setMatrix(P){Object.assign(u,P)}}},n=u=>{const P=i();return Object.assign(P.matrix,u),P},s=(S=t.SVGSVGElement)==null?void 0:S.prototype;s&&!s.createSVGTransform&&(s.createSVGTransform=i,s.createSVGTransformFromMatrix=n,s.createSVGMatrix=()=>new t.SVGMatrix,s.createSVGPoint=()=>({x:0,y:0,matrixTransform:()=>({x:0,y:0})}));const g=t.SVGElement.prototype;Object.getOwnPropertyDescriptor(g,"transform")||Object.defineProperty(g,"transform",{configurable:!0,get(){if(!this.__headlessTransformList){const u=[];this.__headlessTransformList={baseVal:{get numberOfItems(){return u.length},clear:()=>{u.length=0},appendItem:P=>(u.push(P),P),getItem:P=>u[P],createSVGTransformFromMatrix:n,consolidate:()=>u[u.length-1]??null}}}return this.__headlessTransformList}})}function Tt(t){const i=t.SVGElement.prototype;if(!i.getCTM){const n=()=>new t.SVGMatrix;i.getCTM=n,i.getScreenCTM=n}i.getBBox||(i.getBBox=function(){const n=String(this.textContent??"");return{x:0,y:0,width:Se(n,12),height:14}})}const Ye=[ze,Je,Qe,Ze];function qt(t={}){We(globalThis,t.dom);const i=document.createElement("div");return document.body.appendChild(i),new Ke({container:i,moddleExtensions:t.moddleExtensions??fe,additionalModules:[...Ye,...t.additionalModules??[]]})}const Lt=((t,i)=>{const n=t.__vccOpts||t;for(const[s,g]of i)n[s]=g;return n})(Y.defineComponent({__name:"BpmnModelerView",props:{xml:{}},emits:["ready","imported","import-error"],setup(t,{expose:i,emit:n}){const s=t,g=n,S=Y.ref();let u;async function P(l){if(!u)throw new Error("modeler not mounted");try{const{warnings:E}=await u.importXML(l),o=we(E);return g("imported",o),{warnings:o}}catch(E){throw g("import-error",E),E}}async function v(){if(!u)throw new Error("modeler not mounted");const{xml:l}=await u.saveXML({format:!0});return l??""}return Y.onMounted(async()=>{u=new et({container:S.value,moddleExtensions:fe}),s.xml&&await P(s.xml),g("ready")}),Y.watch(()=>s.xml,l=>{l&&u&&P(l)}),Y.onBeforeUnmount(()=>{u==null||u.destroy(),u=void 0}),i({importXml:P,saveXml:v,getModeler:()=>u}),(l,E)=>(Y.openBlock(),Y.createElementBlock("div",{ref_key:"container",ref:S,class:"bpmn-modeler-view"},null,512))}}),[["__scopeId","data-v-399ca5f0"]]);f.APPLY_BPMN_OPS_SCHEMA=ht,f.BPMN_MODDLE_EXTENSIONS=fe,f.BWL_MODDLE_SCHEMA=Me,f.BWL_NS=ve,f.BWL_PREFIX=he,f.BWL_SIDES=be,f.BpmnModelerView=Lt,f.EDITOR=xt,f.HEADLESS_BPMN_MODULES=Ye,f.HEADLESS_TEXT_METRICS=ne,f.I18N_NS=St,f.I18N_PREFIX=$e,f.MVP_FLOW_NODE_TYPES=pe,f.SYMBOLIC_OP_KINDS=xe,f.SYMBOLIC_OP_SCHEMA=ke,f.UNDO_EPISODE_COMMAND=ye,f.applyBpmnOpBatch=Ge,f.applyBpmnOps=Le,f.approximateTextWidth=Se,f.buildBpmnOpBatch=At,f.buildRegistryIndex=Ie,f.createBpmnEditorController=kt,f.createBpmnModdle=De,f.createHeadlessBpmnModeler=qt,f.describeProcess=Ve,f.describeProcessXml=Pt,f.executeAsUndoEpisode=Ae,f.installHeadlessBpmnDom=We,f.isMvpFlowNodeType=Oe,f.loadBpmnXml=Ce,f.lowerOps=qe,f.resolverServicesOf=Ne,f.saveBpmnXml=Et,f.validateOps=Fe,f.warningMessages=we,Object.defineProperty(f,Symbol.toStringTag,{value:"Module"})}));
1
+ (function(Q,ut){typeof exports=="object"&&typeof module<"u"?ut(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],ut):(Q=typeof globalThis<"u"?globalThis:Q||self,ut(Q.BpmnModeler={},Q.Vue))})(this,(function(Q,ut){"use strict";var Gk=Object.defineProperty;var Wk=(Q,ut,si)=>ut in Q?Gk(Q,ut,{enumerable:!0,configurable:!0,writable:!0,value:si}):Q[ut]=si;var Or=(Q,ut,si)=>Wk(Q,typeof ut!="symbol"?ut+"":ut,si);const si=["startEvent","endEvent","userTask","serviceTask","task","sendTask","receiveTask","exclusiveGateway","parallelGateway"];function df(e){return si.includes(e)}const hf="http://g1project.net/spec/bpmn/bwl/1.0",Kc="bwl",Xc=["top-left","top","top-right","right","bottom-right","bottom","bottom-left","left"],mf={name:"bwl-hints",uri:hf,prefix:Kc,xml:{tagAlias:"lowerCase"},types:[{name:"Placement",superClass:["Element"],properties:[{name:"anchor",isAttr:!0,type:"String"},{name:"side",isAttr:!0,type:"String"},{name:"offset",isAttr:!0,type:"Real"}]},{name:"Members",superClass:["Element"],properties:[{name:"refs",isAttr:!0,type:"String"}]},{name:"BandHint",extends:["bpmn:FlowNode"],properties:[{name:"band",isAttr:!0,type:"Integer"}]},{name:"PoolOrderHint",extends:["bpmn:Participant"],properties:[{name:"poolOrder",isAttr:!0,type:"Integer"}]}]},Zc="bwl.undoEpisode",gf=new WeakSet;function Mb(e){gf.has(e)||(e.register(Zc,{preExecute(t){try{t.run()}catch(n){t.error=n}}}),gf.add(e))}function vf(e,t){Mb(e);const n={run:t};if(e.execute(Zc,n),n.error!==void 0)throw e.canUndo()&&e.undo(),n.error}const yf=["participant.add","participant.update","node.add","node.update","sequenceFlow.add","sequenceFlow.update","messageFlow.add","messageFlow.update","dataStore.add","dataStore.update","dataAssociation.add","association.add","annotation.add","annotation.update","group.add","group.update","element.remove"],kb={description:"생략 = 보존, null = 제거.",anyOf:[{type:"string"},{type:"null"}]},Db={type:"object",description:"레인. 배열 선언 순서 = 풀 내 상→하 순서.",properties:{id:{type:"string"},name:{type:"string"}},required:["id"],additionalProperties:!1},Ob={type:"object",description:"풀(participant). 레인은 여기 선언하고 노드가 lane 인자로 배정된다 — 별도 레인 op 없음.",properties:{id:{type:"string",description:"문서 내 유일, XML NCName(공백 없이 문자/밑줄로 시작)."},name:{type:"string"},blackBox:{type:"boolean",description:"true = 내부 프로세스 없는 블랙박스 풀."},lanes:{type:"array",items:{$ref:"#/$defs/irLane"}}},required:["id"],additionalProperties:!1},Ib={type:"object",description:"플로우 노드. 좌표는 지정하지 않는다 — 배치는 resolver 가 결정한다.",properties:{id:{type:"string"},type:{type:"string",enum:[...si]},name:{type:"string"},participant:{type:"string",description:"소속 풀 id(협업 문서)."},lane:{type:"string",description:"소속 레인 id(풀 정의에 선언된 것)."}},required:["id","type"],additionalProperties:!1},Lb={type:"object",description:"분기 조건 — 게이트웨이가 아닌 플로우에 붙인다. MVP 는 label 만.",properties:{label:{type:"string"}},required:["label"],additionalProperties:!1},Nb={type:"object",description:"시퀀스 플로우(같은 풀 안 노드 간).",properties:{id:{type:"string"},source:{type:"string"},target:{type:"string"},name:{type:"string"},condition:{$ref:"#/$defs/irFlowCondition"}},required:["id","source","target"],additionalProperties:!1},Bb={type:"object",description:"메시지 플로우(풀 경계를 넘는 연결 — 노드 또는 블랙박스 풀 자체가 끝점).",properties:{id:{type:"string"},source:{type:"string"},target:{type:"string"},name:{type:"string"}},required:["id","source","target"],additionalProperties:!1},$b={type:"object",properties:{id:{type:"string"},name:{type:"string"}},required:["id"],additionalProperties:!1},jb={type:"object",description:"데이터 입출력 연관. 방향 = source→target(태스크→스토어 = 쓰기, 스토어→태스크 = 읽기).",properties:{id:{type:"string"},source:{type:"string"},target:{type:"string"}},required:["source","target"],additionalProperties:!1},Fb={type:"object",properties:{id:{type:"string"},text:{type:"string"}},required:["id","text"],additionalProperties:!1},Hb={type:"object",description:"연관선(주석 ↔ 요소).",properties:{id:{type:"string"},source:{type:"string"},target:{type:"string"}},required:["source","target"],additionalProperties:!1},zb={type:"object",description:"그룹 — members(요소 id 목록)가 bwl:members 힌트로 기록되고 바운즈는 멤버 bbox 로 산출된다.",properties:{id:{type:"string"},name:{type:"string"},members:{type:"array",items:{type:"string"}}},required:["id"],additionalProperties:!1},Vb={type:"object",description:"주석 방위 힌트 — 앵커 요소 기준 상대 배치. 있으면 결정적 배치, 없으면 휴리스틱.",properties:{anchor:{type:"string",description:"기준 요소 id."},side:{type:"string",enum:[...Xc]},offset:{type:"number"}},required:["anchor","side"],additionalProperties:!1};function Ft(e,t){return{type:"object",description:t.description,properties:{kind:{const:e},...t.properties},required:["kind",...t.required??[]],additionalProperties:!1}}const Gb={"participant.add":Ft("participant.add",{description:"풀 추가. order = 풀 세로 순서 힌트(생략 시 op 순서가 곧 배치 순서).",properties:{participant:{$ref:"#/$defs/irParticipant"},order:{type:"integer"}},required:["participant"]}),"participant.update":Ft("participant.update",{description:"풀 이름/레인 갱신. lanes 는 전체 재선언(생략 = 보존) — 기존 레인을 유지하려면 함께 다시 나열한다.",properties:{id:{type:"string"},name:{$ref:"#/$defs/nullableString"},lanes:{type:"array",items:{$ref:"#/$defs/irLane"}}},required:["id"]}),"node.add":Ft("node.add",{description:"플로우 노드 추가. band = 가로 밴드 순번 힌트(주 흐름 0, 보조 스트랜드 1…). 레인이 있으면 그 레인 안의 밴드다 — 한 레인 안에서 게이트웨이 출구를 갈라 놓을 때 쓴다. 컨테이너(풀·레인)는 밴드 수만큼 자란다.",properties:{node:{$ref:"#/$defs/irNode"},band:{type:"integer"}},required:["node"]}),"node.update":Ft("node.update",{description:"노드 이름/레인/타입 갱신. lane = 레인 재배정(이동), type = 태스크·이벤트 타입 전환.",properties:{id:{type:"string"},name:{$ref:"#/$defs/nullableString"},lane:{type:"string"},type:{type:"string",enum:[...si]}},required:["id"]}),"sequenceFlow.add":Ft("sequenceFlow.add",{description:"시퀀스 플로우 추가. 분기 조건은 게이트웨이가 아닌 플로우의 condition 에 싣는다.",properties:{flow:{$ref:"#/$defs/irSequenceFlow"}},required:["flow"]}),"sequenceFlow.update":Ft("sequenceFlow.update",{description:"시퀀스 플로우 이름/조건/끝점 갱신. condition: null = 조건 제거. source/target = 끝점 재배선 — 중간 삽입은 기존 플로우를 지우지 말고 이것으로 한쪽 끝을 옮긴 뒤 새 플로우를 추가한다.",properties:{id:{type:"string"},name:{$ref:"#/$defs/nullableString"},condition:{description:"생략 = 보존, null = 제거.",anyOf:[{$ref:"#/$defs/irFlowCondition"},{type:"null"}]},source:{description:"새 출발 노드 id(생략 = 보존). 같은 배치에서 추가한 노드도 지목할 수 있다.",type:"string"},target:{description:"새 도착 노드 id(생략 = 보존). 같은 배치에서 추가한 노드도 지목할 수 있다.",type:"string"}},required:["id"]}),"messageFlow.add":Ft("messageFlow.add",{description:"메시지 플로우 추가(풀 경계를 넘는 연결).",properties:{flow:{$ref:"#/$defs/irMessageFlow"}},required:["flow"]}),"messageFlow.update":Ft("messageFlow.update",{description:"메시지 플로우 이름 갱신.",properties:{id:{type:"string"},name:{$ref:"#/$defs/nullableString"}},required:["id"]}),"dataStore.add":Ft("dataStore.add",{description:"데이터 스토어 추가(+ 입출력 연관 동반 가능).",properties:{dataStore:{$ref:"#/$defs/irDataStore"},associations:{type:"array",items:{$ref:"#/$defs/irDataAssociation"}}},required:["dataStore"]}),"dataStore.update":Ft("dataStore.update",{description:"데이터 스토어 이름 갱신.",properties:{id:{type:"string"},name:{$ref:"#/$defs/nullableString"}},required:["id"]}),"dataAssociation.add":Ft("dataAssociation.add",{description:"기존 노드 ↔ 기존 데이터 스토어의 입출력 연관 추가.",properties:{association:{$ref:"#/$defs/irDataAssociation"}},required:["association"]}),"association.add":Ft("association.add",{description:"주석 ↔ 요소 연관 추가(한쪽 끝은 주석). 주석 신설과 함께면 annotation.add 의 association 을 쓰고, 이 op 는 추가 연관(한 주석에 여러 연관)용.",properties:{association:{$ref:"#/$defs/irAssociation"}},required:["association"]}),"annotation.add":Ft("annotation.add",{description:"텍스트 주석 추가. association 으로 대상 요소와 연결하고, placement 로 방위를 지정하면 결정적 배치된다.",properties:{annotation:{$ref:"#/$defs/irTextAnnotation"},association:{$ref:"#/$defs/irAssociation"},placement:{$ref:"#/$defs/bwlPlacement"}},required:["annotation"]}),"annotation.update":Ft("annotation.update",{description:"주석 본문/방위 힌트 갱신. placement: null = 힌트 제거(휴리스틱 복귀). 주석 삭제는 element.remove.",properties:{id:{type:"string"},text:{type:"string"},placement:{description:"생략 = 보존, null = 힌트 제거.",anyOf:[{$ref:"#/$defs/bwlPlacement"},{type:"null"}]}},required:["id"]}),"group.add":Ft("group.add",{description:"그룹 추가 — 바운즈는 members 의 bbox 로 산출되므로 좌표를 지정하지 않는다.",properties:{group:{$ref:"#/$defs/irGroup"}},required:["group"]}),"group.update":Ft("group.update",{description:"그룹 이름/멤버 갱신. members 는 전체 재선언(생략 = 보존).",properties:{id:{type:"string"},name:{$ref:"#/$defs/nullableString"},members:{type:"array",items:{type:"string"}}},required:["id"]}),"element.remove":Ft("element.remove",{description:"요소 제거(카테고리 무관). 부착된 연결선은 함께 제거된다.",properties:{id:{type:"string"}},required:["id"]})},_f={anyOf:yf.map(e=>Gb[e])},Wb={type:"object",description:"BPMN 문서에 요소를 추가·수정·삭제할 때 호출한다. 기존 요소는 describeProcess 가 노출하는 id 로 지정하고, 신규 요소 id 는 문서 내 유일한 XML NCName(공백 없이 문자/밑줄 시작)으로 짓는다. 좌표는 지정하지 않는다 — 배치는 서버가 결정하며, 필요하면 힌트(placement/band/order)로 의도만 전달하라.",properties:{ops:{type:"array",items:{$ref:"#/$defs/symbolicOp"}}},required:["ops"],additionalProperties:!1,$defs:{irLane:Db,irParticipant:Ob,irNode:Ib,irFlowCondition:Lb,irSequenceFlow:Nb,irMessageFlow:Bb,irDataStore:$b,irDataAssociation:jb,irTextAnnotation:Fb,irAssociation:Hb,irGroup:zb,bwlPlacement:Vb,nullableString:kb,symbolicOp:_f}};function Qc(e){return Array.prototype.concat.apply([],e)}const Eo=Object.prototype.toString,Ub=Object.prototype.hasOwnProperty;function cr(e){return e===void 0}function _t(e){return e!==void 0}function Ir(e){return e==null}function le(e){return Eo.call(e)==="[object Array]"}function Ct(e){return Eo.call(e)==="[object Object]"}function de(e){return Eo.call(e)==="[object Number]"}function Pt(e){const t=Eo.call(e);return t==="[object Function]"||t==="[object AsyncFunction]"||t==="[object GeneratorFunction]"||t==="[object AsyncGeneratorFunction]"||t==="[object Proxy]"}function nn(e){return Eo.call(e)==="[object String]"}function qb(e){if(!le(e))throw new Error("must supply array")}function rn(e,t){return!Ir(e)&&Ub.call(e,t)}function Ve(e,t){const n=Ta(t);let i;return T(e,function(r,o){if(n(r,o))return i=r,!1}),i}function bf(e,t){const n=Ta(t);let i=le(e)?-1:void 0;return T(e,function(r,o){if(n(r,o))return i=o,!1}),i}function Ee(e,t){const n=Ta(t);let i=[];return T(e,function(r,o){n(r,o)&&i.push(r)}),i}function T(e,t){let n,i;if(cr(e))return;const r=le(e)?Qb:Zb;for(let o in e)if(rn(e,o)&&(n=e[o],i=t(n,r(o)),i===!1))return n}function Yb(e,t){if(cr(e))return[];qb(e);const n=Ta(t);return e.filter(function(i,r){return!n(i,r)})}function on(e,t,n){return T(e,function(i,r){n=t(n,i,r)}),n}function ur(e,t){return!!on(e,function(n,i,r){return n&&t(i,r)},!0)}function Ci(e,t){return!!Ve(e,t)}function Ht(e,t){let n=[];return T(e,function(i,r){n.push(t(i,r))}),n}function Aa(e){return e&&Object.keys(e)||[]}function Kb(e){return Aa(e).length}function Lr(e){return Ht(e,t=>t)}function Nr(e,t,n={}){return t=Jc(t),T(e,function(i){let r=t(i)||"_",o=n[r];o||(o=n[r]=[]),o.push(i)}),n}function xf(e,...t){e=Jc(e);let n={};return T(t,r=>Nr(r,e,n)),Ht(n,function(r,o){return r[0]})}const Xb=xf;function Vn(e,t){t=Jc(t);let n=[];return T(e,function(i,r){let o=t(i,r),a={d:o,v:i};for(var s=0;s<n.length;s++){let{d:c}=n[s];if(o<c){n.splice(s,0,a);return}}n.push(a)}),Ht(n,i=>i.v)}function Br(e){return function(t){return ur(e,function(n,i){return t[i]===n})}}function Jc(e){return Pt(e)?e:t=>t[e]}function Ta(e){return Pt(e)?e:t=>t===e}function Zb(e){return e}function Qb(e){return Number(e)}function eu(e,t){let n,i,r,o;function a(p){let f=Date.now(),d=p?0:o+t-f;if(d>0)return s(d);e.apply(r,i),c()}function s(p){n=setTimeout(a,p)}function c(){n&&clearTimeout(n),n=o=i=r=void 0}function u(){n&&a(!0),c()}function l(...p){o=Date.now(),i=p,r=this,n||s(t)}return l.flush=u,l.cancel=c,l}function Jt(e,t){return e.bind(t)}function D(e,...t){return Object.assign(e,...t)}function Jb(e,t,n){let i=e;return T(t,function(r,o){if(typeof r!="number"&&typeof r!="string")throw new Error("illegal key type: "+typeof r+". Key should be of type number or string.");if(r==="constructor")throw new Error("illegal key: constructor");if(r==="__proto__")throw new Error("illegal key: __proto__");let a=t[o+1],s=i[r];_t(a)&&Ir(s)&&(s=i[r]=isNaN(+a)?{}:[]),cr(a)?cr(n)?delete i[r]:i[r]=n:i=s}),e}function Bn(e,t){let n={},i=Object(e);return T(t,function(r){r in i&&(n[r]=e[r])}),n}function Gn(e,t){let n={},i=Object(e);return T(i,function(r,o){t.indexOf(o)===-1&&(n[o]=r)}),n}function tu(){}tu.prototype.get=function(e){return this.$model.properties.get(this,e)},tu.prototype.set=function(e,t){this.$model.properties.set(this,e,t)};function Ef(e,t){this.model=e,this.properties=t}Ef.prototype.createType=function(e){var t=this.model,n=this.properties,i=Object.create(tu.prototype);T(e.properties,function(a){!a.isMany&&a.default!==void 0&&(i[a.name]=a.default)}),n.defineModel(i,t),n.defineDescriptor(i,e);var r=e.ns.name;function o(a){n.define(this,"$type",{value:r,enumerable:!0}),n.define(this,"$attrs",{value:{}}),n.define(this,"$parent",{writable:!0}),T(a,Jt(function(s,c){this.set(c,s)},this))}return o.prototype=i,o.hasType=i.$instanceOf=this.model.hasType,n.defineModel(o,t),n.defineDescriptor(o,e),o};var e0=D(Object.create(null),{String:!0,Boolean:!0,Integer:!0,Real:!0,Element:!0}),wf=D(Object.create(null),{String:function(e){return e},Boolean:function(e){return e==="true"},Integer:function(e){return parseInt(e,10)},Real:function(e){return parseFloat(e)}});function nu(e,t){var n=wf[e];return n?n(t):t}function iu(e){return!!e0[e]}function Sf(e){return!!wf[e]}function zt(e,t){var n=e.split(/:/),i,r;if(n.length===1)i=e,r=t;else if(n.length===2)i=n[1],r=n[0];else throw new Error("expected <prefix:localName> or <localName>, got "+e);return e=(r?r+":":"")+i,{name:e,prefix:r,localName:i}}function gn(e){this.ns=e,this.name=e.name,this.allTypes=[],this.allTypesByName=Object.create(null),this.properties=[],this.propertiesByName=Object.create(null)}gn.prototype.build=function(){return Bn(this,["ns","name","allTypes","allTypesByName","properties","propertiesByName","bodyProperty","idProperty"])},gn.prototype.addProperty=function(e,t,n){typeof t=="boolean"&&(n=t,t=void 0),this.addNamedProperty(e,n!==!1);var i=this.properties;t!==void 0?i.splice(t,0,e):i.push(e)},gn.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(s===-1)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},gn.prototype.redefineProperty=function(e,t,n){var i=e.ns.prefix,r=t.split("#"),o=zt(r[0],i),a=zt(r[1],o.prefix).name,s=this.propertiesByName[a];if(s)this.replaceProperty(s,e,n);else throw new Error("refined property <"+a+"> not found");delete e.redefines},gn.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},gn.prototype.removeNamedProperty=function(e){var t=e.ns,n=this.propertiesByName;delete n[t.name],delete n[t.localName]},gn.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},gn.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},gn.prototype.assertNotTrait=function(e){if((e.extends||[]).length)throw new Error(`cannot create <${e.name}> extending <${e.extends}>`)},gn.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")},gn.prototype.hasProperty=function(e){return this.propertiesByName[e]},gn.prototype.addTrait=function(e,t){t&&this.assertNotTrait(e);var n=this.allTypesByName,i=this.allTypes,r=e.name;r in n||(T(e.properties,Jt(function(o){o=D({},o,{name:o.ns.localName,inherited:t}),Object.defineProperty(o,"definedBy",{value:e});var a=o.replaces,s=o.redefines;a||s?this.redefineProperty(o,a||s,a):(o.isBody&&this.setBodyProperty(o),o.isId&&this.setIdProperty(o),this.addProperty(o))},this)),i.push(e),n[r]=e)};function Pi(e,t){this.packageMap=Object.create(null),this.typeMap=Object.create(null),this.packages=[],this.properties=t,T(e,Jt(this.registerPackage,this))}Pi.prototype.getPackage=function(e){return this.packageMap[e]},Pi.prototype.getPackages=function(){return this.packages},Pi.prototype.registerPackage=function(e){e=D({},e);var t=this.packageMap;Rf(t,e,"prefix"),Rf(t,e,"uri"),T(e.types,Jt(function(n){this.registerType(n,e)},this)),t[e.uri]=t[e.prefix]=e,this.packages.push(e)},Pi.prototype.registerType=function(e,t){e=D({},e,{superClass:(e.superClass||[]).slice(),extends:(e.extends||[]).slice(),properties:(e.properties||[]).slice(),meta:D({},e.meta||{})});var n=zt(e.name,t.prefix),i=n.name,r=Object.create(null);T(e.properties,Jt(function(o){var a=zt(o.name,n.prefix),s=a.name;iu(o.type)||(o.type=zt(o.type,a.prefix).name),D(o,{ns:a,name:s}),r[s]=o},this)),D(e,{ns:n,name:i,propertiesByName:r}),T(e.extends,Jt(function(o){var a=zt(o,n.prefix),s=this.typeMap[a.name];s.traits=s.traits||[],s.traits.push(i)},this)),this.definePackage(e,t),this.typeMap[i]=e},Pi.prototype.mapTypes=function(e,t,n){var i=iu(e.name)?{name:e.name}:this.typeMap[e.name],r=this;function o(c,u){var l=zt(c,iu(c)?"":e.prefix);r.mapTypes(l,t,u)}function a(c){return o(c,!0)}function s(c){return o(c,!1)}if(!i)throw new Error("unknown type <"+e.name+">");T(i.superClass,n?a:s),t(i,!n),T(i.traits,a)},Pi.prototype.getEffectiveDescriptor=function(e){var t=zt(e),n=new gn(t);this.mapTypes(t,function(r,o){n.addTrait(r,o)});var i=n.build();return this.definePackage(i,i.allTypes[i.allTypes.length-1].$pkg),i},Pi.prototype.definePackage=function(e,t){this.properties.define(e,"$pkg",{value:t})};function Rf(e,t,n){var i=t[n];if(i in e)throw new Error("package with "+n+" <"+i+"> already defined")}function lr(e){this.model=e}lr.prototype.set=function(e,t,n){if(!nn(t)||!t.length)throw new TypeError("property name must be a non-empty string");var i=this.getProperty(e,t),r=i&&i.name;t0(n)?i?delete e[r]:delete e.$attrs[ru(t)]:i?r in e?e[r]=n:Cf(e,i,n):e.$attrs[ru(t)]=n},lr.prototype.get=function(e,t){var n=this.getProperty(e,t);if(!n)return e.$attrs[ru(t)];var i=n.name;return!e[i]&&n.isMany&&Cf(e,n,[]),e[i]},lr.prototype.define=function(e,t,n){if(!n.writable){var i=n.value;n=D({},n,{get:function(){return i}}),delete n.value}Object.defineProperty(e,t,n)},lr.prototype.defineDescriptor=function(e,t){this.define(e,"$descriptor",{value:t})},lr.prototype.defineModel=function(e,t){this.define(e,"$model",{value:t})},lr.prototype.getProperty=function(e,t){var n=this.model,i=n.getPropertyDescriptor(e,t);if(i)return i;if(t.includes(":"))return null;const r=n.config.strict;if(typeof r<"u"){const o=new TypeError(`unknown property <${t}> on <${e.$type}>`);if(r)throw o;typeof console<"u"&&console.warn(o)}return null};function t0(e){return typeof e>"u"}function Cf(e,t,n){Object.defineProperty(e,t.name,{enumerable:!t.isReference,writable:!0,value:n,configurable:!0})}function ru(e){return e.replace(/^:/,"")}function En(e,t={}){this.properties=new lr(this),this.factory=new Ef(this,this.properties),this.registry=new Pi(e,this.properties),this.typeCache=Object.create(null),this.config=t}En.prototype.create=function(e,t){var n=this.getType(e);if(!n)throw new Error("unknown type <"+e+">");return new n(t)},En.prototype.getType=function(e){var t=this.typeCache,n=nn(e)?e:e.ns.name,i=t[n];return i||(e=this.registry.getEffectiveDescriptor(n),i=t[n]=this.factory.createType(e)),i},En.prototype.createAny=function(e,t,n){var i=zt(e),r={$type:e,$instanceOf:function(a){return a===this.$type},get:function(a){return this[a]},set:function(a,s){Jb(this,[a],s)}},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,"get",{enumerable:!1,writable:!0}),this.properties.define(r,"set",{enumerable:!1,writable:!0}),this.properties.define(r,"$parent",{enumerable:!1,writable:!0}),this.properties.define(r,"$instanceOf",{enumerable:!1,writable:!0}),T(n,function(a,s){Ct(a)&&a.value!==void 0?r[a.name]=a.value:r[s]=a}),r},En.prototype.getPackage=function(e){return this.registry.getPackage(e)},En.prototype.getPackages=function(){return this.registry.getPackages()},En.prototype.getElementDescriptor=function(e){return e.$descriptor},En.prototype.hasType=function(e,t){t===void 0&&(t=e,e=this);var n=e.$model.getElementDescriptor(e);return t in n.allTypesByName},En.prototype.getPropertyDescriptor=function(e,t){return this.getElementDescriptor(e).propertiesByName[t]},En.prototype.getTypeDescriptor=function(e){return this.registry.typeMap[e]};var Pf=String.fromCharCode,n0=Object.prototype.hasOwnProperty,i0=/&#(\d+);|&#x([0-9a-f]+);|&(\w+);/ig,wo={amp:"&",apos:"'",gt:">",lt:"<",quot:'"'};Object.keys(wo).forEach(function(e){wo[e.toUpperCase()]=wo[e]});function r0(e,t,n,i){return i?n0.call(wo,i)?wo[i]:"&"+i+";":Pf(t||parseInt(n,16))}function pr(e){return e.length>3&&e.indexOf("&")!==-1?e.replace(i0,r0):e}var Af="non-whitespace outside of root node";function Ai(e){return new Error(e)}function o0(e){return"missing namespace for prefix <"+e+">"}function Ma(e){return{get:e,enumerable:!0}}function a0(e){var t=Object.create(null),n;for(n in e)t[n]=e[n];return t}var Tf=Symbol("nameCache");function ou(e){return e+"$uri"}function s0(e){var t=Object.create(null),n,i;for(n in e)i=e[n],t[i]=i,t[ou(i)]=n;return t}function ka(){return{line:0,column:0}}function c0(e){throw e}function Mf(e){if(!this)return new Mf(e);var t=e&&e.proxy,n,i,r,o,a=c0,s,c,u,l,p=ka,f=!1,d=!1,h="",m=!1,g=!1,w=null,E=!1,b,x,S,A;function I(L){L instanceof Error||(L=Ai(L)),w=L,a(L,p)}function P(L){s&&(L instanceof Error||(L=Ai(L)),s(L,p))}this.on=function(L,F){if(typeof F!="function")throw Ai("required args <name, cb>");switch(L){case"openTag":i=F;break;case"text":n=F;break;case"closeTag":r=F;break;case"error":a=F;break;case"warn":s=F;break;case"cdata":o=F;break;case"attention":l=F;break;case"question":u=F;break;case"comment":c=F;break;default:throw Ai("unsupported event: "+L)}return this},this.ns=function(L){if(typeof L>"u"&&(L={}),typeof L!="object")throw Ai("required args <nsMap={}>");var F=Object.create(null),re;for(re in L)F[re]=L[re];return g=!0,A=F,this};function $(){b=g?[]:null,x=g?s0(A):null,S=[],p=ka,E=!1,w=null,d=!1,h=""}this.parse=function(L){if(typeof L!="string")throw Ai("required args <xml=string>");if(f)throw Ai("parse during stream; call end() first");return $(),j(L),p=ka,E=!1,w},this.write=function(L){if(typeof L!="string")throw Ai("required args <xml=string>");return f||($(),f=!0),w||(h=j(h+L,!0)||""),this},this.end=function(){return f||$(),f=!1,w||j(h),h="",p=ka,E=!1,w},this.stop=function(){E=!0};function j(L,F=!1){var re=null,Pe=null,nt,q=0,ie=!1,ce=!1,oe=0,se=0,K,N,B,V,be,St,R,_,v,k="",O=0,z;function ne(je,ot){var jt=je.indexOf(":");if(jt===-1)return je;var qt=x[je.substring(0,jt)];return qt?ot===qt?je.substr(jt+1):qt+je.substr(jt):(P(o0(je.substring(0,jt))),null)}function ye(){if(z!==null)return z;var je,ot,jt=g&&x.xmlns,qt=g&&m?[]:null,Ge=O,gt=k,Dt=gt.length,Dr,bn,Hn,xn,vt,zn={},Pa=new Set,hn,Oe,Ne;e:for(;Ge<Dt;Ge++)if(hn=!1,Oe=gt.charCodeAt(Ge),!(Oe===32||Oe<14&&Oe>8)){for((Oe<65||Oe>122||Oe>90&&Oe<97)&&Oe!==95&&Oe!==58&&(P("illegal first char attribute name"),hn=!0),Ne=Ge+1;Ne<Dt;Ne++)if(Oe=gt.charCodeAt(Ne),!(Oe>96&&Oe<123||Oe>64&&Oe<91||Oe>47&&Oe<59||Oe===46||Oe===45||Oe===95)){if(Oe===32||Oe<14&&Oe>8){P("missing attribute value"),Ge=Ne;continue e}if(Oe===61)break;P("illegal attribute name char"),hn=!0}if(vt=gt.substring(Ge,Ne),vt==="xmlns:xmlns"&&(P("illegal declaration of xmlns"),hn=!0),Oe=gt.charCodeAt(Ne+1),Oe===34)Ne=gt.indexOf('"',Ge=Ne+2),Ne===-1&&(Ne=gt.indexOf("'",Ge),Ne!==-1&&(P("attribute value quote missmatch"),hn=!0));else if(Oe===39)Ne=gt.indexOf("'",Ge=Ne+2),Ne===-1&&(Ne=gt.indexOf('"',Ge),Ne!==-1&&(P("attribute value quote missmatch"),hn=!0));else for(P("missing attribute value quotes"),hn=!0,Ne=Ne+1;Ne<Dt&&(Oe=gt.charCodeAt(Ne+1),!(Oe===32||Oe<14&&Oe>8));Ne++);for(Ne===-1&&(P("missing closing quotes"),Ne=Dt,hn=!0),hn||(Hn=gt.substring(Ge,Ne)),Ge=Ne;Ne+1<Dt&&(Oe=gt.charCodeAt(Ne+1),!(Oe===32||Oe<14&&Oe>8));Ne++)Ge===Ne&&(P("illegal character after attribute end"),hn=!0);if(Ge=Ne+1,hn)continue e;if(Pa.has(vt)){P("attribute <"+vt+"> already defined");continue}if(Pa.add(vt),!g){zn[vt]=Hn;continue}if(m){if(bn=vt==="xmlns"?"xmlns":vt.charCodeAt(0)===120&&vt.substr(0,6)==="xmlns:"?vt.substr(6):null,bn!==null){if(je=pr(Hn),ot=ou(bn),xn=A[je],!xn){if(bn==="xmlns"||ot in x&&x[ot]!==je)do xn="ns"+q++;while(typeof x[xn]<"u");else xn=bn;A[je]=xn}x[bn]!==xn&&(Dr||(x=a0(x),Dr=!0),x[bn]=xn,bn==="xmlns"&&(x[ou(xn)]=je,jt=xn),x[ot]=je),zn[vt]=Hn;continue}qt.push(vt,Hn);continue}vt=ne(vt,jt),vt!==null&&(zn[vt]=Hn)}if(m)for(Ge=0,Dt=qt.length;Ge<Dt;Ge++)vt=ne(qt[Ge++],jt),Hn=qt[Ge],vt!==null&&(zn[vt]=Hn);return z=zn}function Ie(){for(var je=/(\r\n|\r|\n)/g,ot=0,jt=0,qt=0,Ge=se,gt,Dt;oe>=qt&&(gt=je.exec(L),!(!gt||(Ge=gt[0].length+gt.index,Ge>oe)));)ot+=1,qt=Ge;return oe==-1?(jt=Ge,Dt=L.substring(se)):se===0?Dt=L.substring(se,oe):(jt=oe-qt,Dt=se==-1?L.substring(oe):L.substring(oe,se+1)),{data:Dt,line:ot,column:jt}}for(p=Ie,t&&(v=Object.create({},{name:Ma(function(){return R}),originalName:Ma(function(){return _}),attrs:Ma(ye),ns:Ma(function(){return x})}));se!==-1;){if(L.charCodeAt(se)===60?oe=se:oe=L.indexOf("<",se),oe===-1){if(F)return L.substring(se);if(S.length)return I("unexpected end of file");if(!d)return I("missing start tag");se<L.length&&L.substring(se).trim()&&P(Af);return}if(d||(d=!0),se!==oe){if(S.length){if(n&&(n(L.substring(se,oe),pr,p),E))return}else if(L.substring(se,oe).trim()&&(P(Af),E))return}if(V=L.charCodeAt(oe+1),V===33){if(B=L.charCodeAt(oe+2),B===91&&L.substr(oe+3,6)==="CDATA["){if(se=L.indexOf("]]>",oe),se===-1)return F?L.substring(oe):I("unclosed cdata");if(o&&(o(L.substring(oe+9,se),p),E))return;se+=3;continue}if(B===45&&L.charCodeAt(oe+3)===45){if(se=L.indexOf("-->",oe),se===-1)return F?L.substring(oe):I("unclosed comment");if(c&&(c(L.substring(oe+4,se),pr,p),E))return;se+=3;continue}}if(V===63){if(se=L.indexOf("?>",oe),se===-1)return F?L.substring(oe):I("unclosed question");if(u&&(u(L.substring(oe,se+2),p),E))return;se+=2;continue}for(K=oe+1;;K++){if(be=L.charCodeAt(K),isNaN(be))return F?L.substring(oe):(se=-1,I("unclosed tag"));if(be===34)B=L.indexOf('"',K+1),K=B!==-1?B:K;else if(be===39)B=L.indexOf("'",K+1),K=B!==-1?B:K;else if(be===62){se=K;break}}if(V===33){if(l&&(l(L.substring(oe,se+1),pr,p),E))return;se+=1;continue}if(z={},V===47){if(ie=!1,ce=!0,!S.length)return I("missing open tag");if(K=R=S.pop(),B=oe+2+K.length,L.substring(oe+2,B)!==K)return I("closing tag mismatch");for(;B<se;B++)if(V=L.charCodeAt(B),!(V===32||V>8&&V<14))return I("close tag")}else{if(L.charCodeAt(se-1)===47?(K=R=L.substring(oe+1,se-1),ie=!0,ce=!0):(K=R=L.substring(oe+1,se),ie=!0,ce=!1),!(V>96&&V<123||V>64&&V<91||V===95||V===58))return I("illegal first char nodeName");for(B=1,N=K.length;B<N;B++)if(V=K.charCodeAt(B),!(V>96&&V<123||V>64&&V<91||V>47&&V<59||V===45||V===95||V==46)){if(V===32||V<14&&V>8){R=K.substring(0,B),z=null;break}return I("invalid nodeName")}ce||S.push(R)}if(g){nt=x,ie&&(ce||b.push(nt),z===null&&(m=K.indexOf("xmlns",B)!==-1)&&(O=B,k=K,ye(),m=!1)),_=R,Pe!==x&&(re=x[Tf],re===void 0&&(re=x[Tf]=Object.create(null)),Pe=x);var it=re[R];if(it!==void 0)R=it;else{if(V=R.indexOf(":"),V!==-1){if(St=x[R.substring(0,V)],!St)return I("missing namespace on <"+_+">");R=R.substr(V+1)}else St=x.xmlns;St&&(R=St+":"+R),re[_]=R}}if(ie&&(O=B,k=K,i&&(t?i(v,pr,ce,p):i(R,ye,pr,ce,p),E)))return;if(ce){if(r&&(r(t?v:R,pr,ie,p),E))return;g&&(ie?x=nt:x=b.pop())}se+=1}}}function kf(e){return e.xml&&e.xml.tagAlias==="lowerCase"}var au={xsi:"http://www.w3.org/2001/XMLSchema-instance",xml:"http://www.w3.org/XML/1998/namespace"},Df="property";function Of(e){return e.xml&&e.xml.serialize}function u0(e){const t=Of(e);return t!==Df&&(t||null)}function l0(e){return e.charAt(0).toUpperCase()+e.slice(1)}function If(e,t){return kf(t)?e.prefix+":"+l0(e.localName):e.name}function p0(e,t){var n=e.name,i=e.localName,r=t&&t.xml&&t.xml.typePrefix;return r&&i.indexOf(r)===0?e.prefix+":"+i.slice(r.length):n}function f0(e,t,n){const i=zt(e,t.xmlns),r=`${t[i.prefix]||i.prefix}:${i.localName}`,o=zt(r);var a=n.getPackage(o.prefix);return p0(o,a)}function Ti(e){return new Error(e)}function ci(e){return e.$descriptor}function d0(e){D(this,e),this.elementsById={},this.references=[],this.warnings=[],this.addReference=function(t){this.references.push(t)},this.addElement=function(t){if(!t)throw Ti("expected element");var n=this.elementsById,i=ci(t),r=i.idProperty,o;if(r&&(o=t.get(r.name),o)){if(!/^([a-z][\w-.]*:)?[a-z_][\w-.]*$/i.test(o))throw new Error("illegal ID <"+o+">");if(n[o])throw Ti("duplicate ID <"+o+">");n[o]=t}},this.addWarning=function(t){this.warnings.push(t)}}function So(){}So.prototype.handleEnd=function(){},So.prototype.handleText=function(){},So.prototype.handleNode=function(){};function su(){}su.prototype=Object.create(So.prototype),su.prototype.handleNode=function(){return this};function $r(){}$r.prototype=Object.create(So.prototype),$r.prototype.handleText=function(e){this.body=(this.body||"")+e};function Ro(e,t){this.property=e,this.context=t}Ro.prototype=Object.create($r.prototype),Ro.prototype.handleNode=function(e){if(this.element)throw Ti("expected no sub nodes");return this.element=this.createReference(e),this},Ro.prototype.handleEnd=function(){this.element.id=this.body},Ro.prototype.createReference=function(e){return{property:this.property.ns.name,id:""}};function cu(e,t){this.element=t,this.propertyDesc=e}cu.prototype=Object.create($r.prototype),cu.prototype.handleEnd=function(){var e=this.body||"",t=this.element,n=this.propertyDesc;e=nu(n.type,e),n.isMany?t.get(n.name).push(e):t.set(n.name,e)};function Da(){}Da.prototype=Object.create($r.prototype),Da.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};function Yt(e,t,n){this.model=e,this.type=e.getType(t),this.context=n}Yt.prototype=Object.create(Da.prototype),Yt.prototype.addReference=function(e){this.context.addReference(e)},Yt.prototype.handleText=function(e){var t=this.element,n=ci(t),i=n.bodyProperty;if(!i)throw Ti("unexpected body text <"+e+">");$r.prototype.handleText.call(this,e)},Yt.prototype.handleEnd=function(){var e=this.body,t=this.element,n=ci(t),i=n.bodyProperty;i&&e!==void 0&&(e=nu(i.type,e),t.set(i.name,e))},Yt.prototype.createElement=function(e){var t=e.attributes,n=this.type,i=ci(n),r=this.context,o=new n({}),a=this.model,s;return T(t,function(c,u){var l=i.propertiesByName[u],p;l&&l.isReference?l.isMany?(p=c.split(" "),T(p,function(f){r.addReference({element:o,property:l.ns.name,id:f})})):r.addReference({element:o,property:l.ns.name,id:c}):(l?c=nu(l.type,c):u==="xmlns"?u=":"+u:(s=zt(u,i.ns.prefix),a.getPackage(s.prefix)&&r.addWarning({message:"unknown attribute <"+u+">",element:o,property:u,value:c})),o.set(u,c))}),o},Yt.prototype.getPropertyForNode=function(e){var t=e.name,n=zt(t),i=this.type,r=this.model,o=ci(i),a=n.name,s=o.propertiesByName[a];if(s&&!s.isAttr){const u=u0(s);if(u){const l=e.attributes[u];if(l){const p=f0(l,e.ns,r),f=r.getType(p);return D({},s,{effectiveType:ci(f).name})}}return s}var c=r.getPackage(n.prefix);if(c){const u=If(n,c),l=r.getType(u);if(s=Ve(o.properties,function(p){return!p.isVirtual&&!p.isReference&&!p.isAttribute&&l.hasType(p.type)}),s)return D({},s,{effectiveType:ci(l).name})}else if(s=Ve(o.properties,function(u){return!u.isReference&&!u.isAttribute&&u.type==="Element"}),s)return s;throw Ti("unrecognized element <"+n.name+">")},Yt.prototype.toString=function(){return"ElementDescriptor["+ci(this.type).name+"]"},Yt.prototype.valueHandler=function(e,t){return new cu(e,t)},Yt.prototype.referenceHandler=function(e){return new Ro(e,this.context)},Yt.prototype.handler=function(e){return e==="Element"?new jr(this.model,e,this.context):new Yt(this.model,e,this.context)},Yt.prototype.handleChild=function(e){var t,n,i,r;if(t=this.getPropertyForNode(e),i=this.element,n=t.effectiveType||t.type,Sf(n))return this.valueHandler(t,i);t.isReference?r=this.referenceHandler(t).handleNode(e):r=this.handler(n).handleNode(e);var o=r.element;return o!==void 0&&(t.isMany?i.get(t.name).push(o):i.set(t.name,o),t.isReference?(D(o,{element:i}),this.context.addReference(o)):o.$parent=i),r};function uu(e,t,n){Yt.call(this,e,t,n)}uu.prototype=Object.create(Yt.prototype),uu.prototype.createElement=function(e){var t=e.name,n=zt(t),i=this.model,r=this.type,o=i.getPackage(n.prefix),a=o&&If(n,o)||t;if(!r.hasType(a))throw Ti("unexpected element <"+e.originalName+">");return Yt.prototype.createElement.call(this,e)};function jr(e,t,n){this.model=e,this.context=n}jr.prototype=Object.create(Da.prototype),jr.prototype.createElement=function(e){var t=e.name,n=zt(t),i=n.prefix,r=e.ns[i+"$uri"],o=e.attributes;return this.model.createAny(t,r,o)},jr.prototype.handleChild=function(e){var t=new jr(this.model,"Element",this.context).handleNode(e),n=this.element,i=t.element,r;return i!==void 0&&(r=n.$children=n.$children||[],r.push(i),i.$parent=n),t},jr.prototype.handleEnd=function(){this.body&&(this.element.$body=this.body)};function lu(e){e instanceof En&&(e={model:e}),D(this,{lax:!1},e)}lu.prototype.fromXML=function(e,t,n){var i=t.rootHandler;t instanceof Yt?(i=t,t={}):typeof t=="string"?(i=this.handler(t),t={}):typeof i=="string"&&(i=this.handler(i));var r=this.model,o=this.lax,a=new d0(D({},t,{rootHandler:i})),s=new Mf({proxy:!0}),c=h0();i.context=a,c.push(i);function u(S,A,I){var P=A(),$=P.line,j=P.column,L=P.data;L.charAt(0)==="<"&&L.indexOf(" ")!==-1&&(L=L.slice(0,L.indexOf(" "))+">");var F="unparsable content "+(L?L+" ":"")+`detected
2
+ line: `+$+`
3
+ column: `+j+`
4
+ nested error: `+S.message;if(I)return a.addWarning({message:F,error:S}),!0;throw Ti(F)}function l(S,A){return u(S,A,!0)}function p(){var S=a.elementsById,A=a.references,I,P;for(I=0;P=A[I];I++){var $=P.element,j=S[P.id],L=ci($).propertiesByName[P.property];if(j||a.addWarning({message:"unresolved reference <"+P.id+">",element:P.element,property:P.property,value:P.id}),L.isMany){var F=$.get(L.name),re=F.indexOf(P);re===-1&&(re=F.length),j?F[re]=j:F.splice(re,1)}else $.set(L.name,j)}}function f(){c.pop().handleEnd()}var d=/^<\?xml /i,h=/ encoding="([^"]+)"/i,m=/^utf-8$/i;function g(S){if(d.test(S)){var A=h.exec(S),I=A&&A[1];!I||m.test(I)||a.addWarning({message:"unsupported document encoding <"+I+">, falling back to UTF-8"})}}function w(S,A){var I=c.peek();try{c.push(I.handleNode(S))}catch(P){u(P,A,o)&&c.push(new su)}}function E(S,A){try{c.peek().handleText(S)}catch(I){l(I,A)}}function b(S,A){S.trim()&&E(S,A)}var x=r.getPackages().reduce(function(S,A){return S[A.uri]=A.prefix,S},Object.entries(au).reduce(function(S,[A,I]){return S[I]=A,S},r.config&&r.config.nsMap||{}));return s.ns(x).on("openTag",function(S,A,I,P){var $=S.attrs||{},j=Object.keys($).reduce(function(F,re){var Pe=A($[re]);return F[re]=Pe,F},{}),L={name:S.name,originalName:S.originalName,attributes:j,ns:S.ns};w(L,P)}).on("question",g).on("closeTag",f).on("cdata",E).on("text",function(S,A,I){b(A(S),I)}).on("error",u).on("warn",l),new Promise(function(S,A){var I;try{s.parse(e),p()}catch(F){I=F}var P=i.element;!I&&!P&&(I=Ti("failed to parse document as <"+i.type.$descriptor.name+">"));var $=a.warnings,j=a.references,L=a.elementsById;return I?(I.warnings=$,A(I)):S({rootElement:P,elementsById:L,references:j,warnings:$})})},lu.prototype.handler=function(e){return new uu(this.model,e)};function h0(){var e=[];return Object.defineProperty(e,"peek",{value:function(){return this[this.length-1]}}),e}var m0=`<?xml version="1.0" encoding="UTF-8"?>
5
+ `,g0=/<|>|'|"|&|\n\r|\n/g,Lf=/<|>|&/g;function Wn(e){this.prefixMap={},this.uriMap={},this.used={},this.wellknown=[],this.custom=[],this.parent=e,this.defaultPrefixMap=e&&e.defaultPrefixMap||{}}Wn.prototype.mapDefaultPrefixes=function(e){this.defaultPrefixMap=e},Wn.prototype.defaultUriByPrefix=function(e){return this.defaultPrefixMap[e]},Wn.prototype.byUri=function(e){return this.uriMap[e]||this.parent&&this.parent.byUri(e)},Wn.prototype.add=function(e,t){this.uriMap[e.uri]=e,t?this.wellknown.push(e):this.custom.push(e),this.mapPrefix(e.prefix,e.uri)},Wn.prototype.uriByPrefix=function(e){return this.prefixMap[e||"xmlns"]||this.parent&&this.parent.uriByPrefix(e)},Wn.prototype.mapPrefix=function(e,t){this.prefixMap[e||"xmlns"]=t},Wn.prototype.getNSKey=function(e){return e.prefix!==void 0?e.uri+"|"+e.prefix:e.uri},Wn.prototype.logUsed=function(e){var t=e.uri,n=this.getNSKey(e);this.used[n]=this.byUri(t),this.parent&&this.parent.logUsed(e)},Wn.prototype.getUsed=function(e){var t=[].concat(this.wellknown,this.custom);return t.filter(n=>{var i=this.getNSKey(n);return this.used[i]})};function v0(e){return e.charAt(0).toLowerCase()+e.slice(1)}function y0(e,t){return kf(t)?v0(e):e}function Nf(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}function Bf(e){return nn(e)?e:(e.prefix?e.prefix+":":"")+e.localName}function _0(e){return e.getUsed().filter(function(t){return t.prefix!=="xml"}).map(function(t){var n="xmlns"+(t.prefix?":"+t.prefix:"");return{name:n,value:t.uri}})}function b0(e,t){return t.isGeneric?D({localName:t.ns.localName},e):D({localName:y0(t.ns.localName,t.$pkg)},e)}function x0(e,t){return D({localName:t.ns.localName},e)}function E0(e){var t=e.$descriptor;return Ee(t.properties,function(n){var i=n.name;if(n.isVirtual||!rn(e,i))return!1;var r=e[i];return r===n.default||r===null?!1:n.isMany?r.length:!0})}var w0={"\n":"#10","\n\r":"#10",'"':"#34","'":"#39","<":"#60",">":"#62","&":"#38"},S0={"<":"lt",">":"gt","&":"amp"};function $f(e,t,n){return e=nn(e)?e:""+e,e.replace(t,function(i){return"&"+n[i]+";"})}function R0(e){return $f(e,g0,w0)}function C0(e){return $f(e,Lf,S0)}function P0(e){return Ee(e,function(t){return t.isAttr})}function A0(e){return Ee(e,function(t){return!t.isAttr})}function pu(e){this.tagName=e}pu.prototype.build=function(e){return this.element=e,this},pu.prototype.serializeTo=function(e){e.appendIndent().append("<"+this.tagName+">"+this.element.id+"</"+this.tagName+">").appendNewLine()};function fr(){}fr.prototype.serializeValue=fr.prototype.serializeTo=function(e){e.append(this.escape?C0(this.value):this.value)},fr.prototype.build=function(e,t){return this.value=t,e.type==="String"&&t.search(Lf)!==-1&&(this.escape=!0),this};function fu(e){this.tagName=e}Nf(fu,fr),fu.prototype.serializeTo=function(e){e.appendIndent().append("<"+this.tagName+">"),this.serializeValue(e),e.append("</"+this.tagName+">").appendNewLine()};function Xe(e,t){this.body=[],this.attrs=[],this.parent=e,this.propertyDescriptor=t}Xe.prototype.build=function(e){this.element=e;var t=e.$descriptor,n=this.propertyDescriptor,i,r,o=t.isGeneric;return o?i=this.parseGenericNsAttributes(e):i=this.parseNsAttributes(e),n?this.ns=this.nsPropertyTagName(n):this.ns=this.nsTagName(t),this.tagName=this.addTagName(this.ns),o?this.parseGenericContainments(e):(r=E0(e),this.parseAttributes(P0(r)),this.parseContainments(A0(r))),this.parseGenericAttributes(e,i),this},Xe.prototype.nsTagName=function(e){var t=this.logNamespaceUsed(e.ns);return b0(t,e)},Xe.prototype.nsPropertyTagName=function(e){var t=this.logNamespaceUsed(e.ns);return x0(t,e)},Xe.prototype.isLocalNs=function(e){return e.uri===this.ns.uri},Xe.prototype.nsAttributeName=function(e){var t;if(nn(e)?t=zt(e):t=e.ns,e.inherited)return{localName:t.localName};var n=this.logNamespaceUsed(t);return this.getNamespaces().logUsed(n),this.isLocalNs(n)?{localName:t.localName}:D({localName:t.localName},n)},Xe.prototype.parseGenericNsAttributes=function(e){return Object.entries(e).filter(([t,n])=>!t.startsWith("$")&&this.parseNsAttribute(e,t,n)).map(([t,n])=>({name:t,value:n}))},Xe.prototype.parseGenericContainments=function(e){var t=e.$body;t&&this.body.push(new fr().build({type:"String"},t));var n=e.$children;n&&T(n,i=>{this.body.push(new Xe(this).build(i))})},Xe.prototype.parseNsAttribute=function(e,t,n){var i=e.$model,r=zt(t),o;if(r.prefix==="xmlns"&&(o={prefix:r.localName,uri:n}),!r.prefix&&r.localName==="xmlns"&&(o={uri:n}),!o)return{name:t,value:n};if(i&&i.getPackage(n))this.logNamespace(o,!0,!0);else{var a=this.logNamespaceUsed(o,!0);this.getNamespaces().logUsed(a)}},Xe.prototype.parseNsAttributes=function(e){var t=this,n=e.$attrs,i=[];return T(n,function(r,o){var a=t.parseNsAttribute(e,o,r);a&&i.push(a)}),i},Xe.prototype.parseGenericAttributes=function(e,t){var n=this;T(t,function(i){try{n.addAttribute(n.nsAttributeName(i.name),i.value)}catch(r){typeof console<"u"&&console.warn(`missing namespace information for <${i.name}=${i.value}> on`,e,r)}})},Xe.prototype.parseContainments=function(e){var t=this,n=this.body,i=this.element;T(e,function(r){var o=i.get(r.name),a=r.isReference,s=r.isMany;if(s||(o=[o]),r.isBody)n.push(new fr().build(r,o[0]));else if(Sf(r.type))T(o,function(u){n.push(new fu(t.addTagName(t.nsPropertyTagName(r))).build(r,u))});else if(a)T(o,function(u){n.push(new pu(t.addTagName(t.nsPropertyTagName(r))).build(u))});else{var c=Of(r);T(o,function(u){var l;c?c===Df?l=new Xe(t,r):l=new Oa(t,r,c):l=new Xe(t),n.push(l.build(u))})}})},Xe.prototype.getNamespaces=function(e){var t=this.namespaces,n=this.parent,i;return t||(i=n&&n.getNamespaces(),e||!i?this.namespaces=t=new Wn(i):t=i),t},Xe.prototype.logNamespace=function(e,t,n){var i=this.getNamespaces(n),r=e.uri,o=e.prefix,a=i.byUri(r);return(!a||n)&&i.add(e,t),i.mapPrefix(o,r),e},Xe.prototype.logNamespaceUsed=function(e,t){var n=this.getNamespaces(t),i=e.prefix,r=e.uri,o,a,s;if(!i&&!r)return{localName:e.localName};if(s=n.defaultUriByPrefix(i),r=r||s||n.uriByPrefix(i),!r)throw new Error("no namespace uri given for prefix <"+i+">");if(e=n.byUri(r),!e&&!i&&(e=this.logNamespace({uri:r},s===r,!0)),!e){for(o=i,a=1;n.uriByPrefix(o);)o=i+"_"+a++;e=this.logNamespace({prefix:o,uri:r},s===r)}return i&&n.mapPrefix(i,r),e},Xe.prototype.parseAttributes=function(e){var t=this,n=this.element;T(e,function(i){var r=n.get(i.name);if(i.isReference)if(!i.isMany)r=r.id;else{var o=[];T(r,function(a){o.push(a.id)}),r=o.join(" ")}t.addAttribute(t.nsAttributeName(i),r)})},Xe.prototype.addTagName=function(e){var t=this.logNamespaceUsed(e);return this.getNamespaces().logUsed(t),Bf(e)},Xe.prototype.addAttribute=function(e,t){var n=this.attrs;nn(t)&&(t=R0(t));var i=bf(n,function(o){return o.name.localName===e.localName&&o.name.uri===e.uri&&o.name.prefix===e.prefix}),r={name:e,value:t};i!==-1?n.splice(i,1,r):n.push(r)},Xe.prototype.serializeAttributes=function(e){var t=this.attrs,n=this.namespaces;n&&(t=_0(n).concat(t)),T(t,function(i){e.append(" ").append(Bf(i.name)).append('="').append(i.value).append('"')})},Xe.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(),T(this.body,function(i){i.serializeTo(e)}),n&&e.unindent().appendIndent(),e.append("</"+this.tagName+">")),e.appendNewLine()};function Oa(e,t,n){Xe.call(this,e,t),this.serialization=n}Nf(Oa,Xe),Oa.prototype.parseNsAttributes=function(e){var t=Xe.prototype.parseNsAttributes.call(this,e).filter(a=>a.name!==this.serialization),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(this.serialization),(i.prefix?i.prefix+":":"")+o+n.ns.localName),t},Oa.prototype.isLocalNs=function(e){return e.uri===(this.typeNs||this.ns).uri};function T0(){this.value="",this.write=function(e){this.value+=e}}function M0(e,t){var n=[""];this.append=function(i){return e.write(i),this},this.appendNewLine=function(){return t&&e.write(`
6
+ `),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 k0(e){e=D({format:!1,preamble:!0},e||{});function t(n,i){var r=i||new T0,o=new M0(r,e.format);e.preamble&&o.append(m0);var a=new Xe,s=n.$model;if(a.getNamespaces().mapDefaultPrefixes(D0(s)),a.build(n).serializeTo(o),!i)return r.value}return{toXML:t}}function D0(e){const t=e.config&&e.config.nsMap||{},n={};for(const i in au)n[i]=au[i];for(const i in t){const r=t[i];n[r]=i}for(const i of e.getPackages())n[i.prefix]=i.uri;return n}function Ia(e,t){En.call(this,e,t)}Ia.prototype=Object.create(En.prototype),Ia.prototype.fromXML=function(e,t,n){nn(t)||(n=t,t="bpmn:Definitions");var i=new lu(D({model:this,lax:!0},n)),r=i.handler(t);return i.fromXML(e,r)},Ia.prototype.toXML=function(e,t){var n=new k0(t);return new Promise(function(i,r){try{var o=n.toXML(e);return i({xml:o})}catch(a){return r(a)}})};var O0="BPMN20",I0="http://www.omg.org/spec/BPMN/20100524/MODEL",L0="bpmn",N0=[],B0=[{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",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",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"}]}],$0=[{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"}]}],j0={tagAlias:"lowerCase",typePrefix:"t"},F0={name:O0,uri:I0,prefix:L0,associations:N0,types:B0,enumerations:$0,xml:j0},H0="BPMNDI",z0="http://www.omg.org/spec/BPMN/20100524/DI",V0="bpmndi",G0=[{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"]}],W0=[{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"}]}],U0=[],q0={name:H0,uri:z0,prefix:V0,types:G0,enumerations:W0,associations:U0},Y0="DC",K0="http://www.omg.org/spec/DD/20100524/DC",X0="dc",Z0=[{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}]}],Q0=[],J0={name:Y0,uri:K0,prefix:X0,types:Z0,associations:Q0},ex="DI",tx="http://www.omg.org/spec/DD/20100524/DI",nx="di",ix=[{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"}]}],rx=[],ox={tagAlias:"lowerCase"},ax={name:ex,uri:tx,prefix:nx,types:ix,associations:rx,xml:ox},sx="bpmn.io colors for BPMN",cx="http://bpmn.io/schema/bpmn/biocolor/1.0",ux="bioc",lx=[{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"}]}],px=[],fx=[],dx={name:sx,uri:cx,prefix:ux,types:lx,enumerations:px,associations:fx},hx="BPMN in Color",mx="http://www.omg.org/spec/BPMN/non-normative/color/1.0",gx="color",vx=[{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"}]}],yx=[],_x=[],bx={name:hx,uri:mx,prefix:gx,types:vx,enumerations:yx,associations:_x};const xx={bpmn:F0,bpmndi:q0,dc:J0,di:ax,bioc:dx,color:bx};function jf(e,t){const n=D({},xx,e);return new Ia(n,t)}const Ex={name:"bpmn-i18n",uri:"http://www.omg.org/spec/BPMN/non-normative/extensions/i18n/1.0",prefix:"i18n",types:[{name:"Translation",superClass:["Element"],properties:[{name:"id",isAttr:!0,isId:!0,type:"String"},{name:"body",isBody:!0,type:"String"},{name:"target",isAttr:!0,type:"String",default:"@name"},{name:"textFormat",isAttr:"true",type:"String",default:"text/plain"}]}],enumerations:[],associations:[],xml:{tagAlias:"lowerCase",typePrefix:"t"}},wx="http://www.omg.org/spec/BPMN/non-normative/extensions/i18n/1.0",Ff="i18n",La={[Ff]:Ex,[Kc]:mf};function Hf(){return jf(La)}const zf=Hf();async function du(e){const{rootElement:t,warnings:n}=await zf.fromXML(e,"bpmn:Definitions");return{definitions:t,warnings:n}}async function Sx(e){const{xml:t}=await zf.toXML(e,{format:!0});return t}function hu(e){return e.map(t=>typeof t=="string"?t:t.message??String(t))}const Na=new Set(["bpmn:Participant","bpmn:Lane","bpmn:Group","bpmn:SubProcess","bpmn:AdHocSubProcess","bpmn:Transaction"]),Rx=1,Cx=2;function Mi(e){switch(e.kind){case"edge-crosses-shape":return`x|${e.edge}|${e.shape}`;case"shape-overlap":return`o|${e.shapes[0]}|${e.shapes[1]}`;case"shape-outside-container":return`c|${e.shape}|${e.container}`;case"edge-overlap-opposite":return`p|${e.edges[0]}|${e.edges[1]}`;case"edge-overlap-mixed":return`m|${e.edges[0]}|${e.edges[1]}`;case"label-on-shared-segment":return`l|${e.edge}|${e.other}`}}const Vf=20,Gf=1;function dr(e){const t=[];for(let n=0;n+1<e.waypoints.length;n++){const i=e.waypoints[n],r=e.waypoints[n+1];Math.abs(i.y-r.y)<.5&&Math.abs(i.x-r.x)>=.5?t.push({axis:"h",at:i.y,lo:Math.min(i.x,r.x),hi:Math.max(i.x,r.x),dir:r.x>i.x?1:-1}):Math.abs(i.x-r.x)<.5&&Math.abs(i.y-r.y)>=.5&&t.push({axis:"v",at:i.x,lo:Math.min(i.y,r.y),hi:Math.max(i.y,r.y),dir:r.y>i.y?1:-1})}return t}function Ba(e,t){let n=null;const i=e.type!==t.type;for(const r of dr(e))for(const o of dr(t)){if(r.axis!==o.axis||Math.abs(r.at-o.at)>Gf)continue;const a=r.dir!==o.dir?"opposite":i?"mixed":null;if(!a)continue;const s=Math.min(r.hi,o.hi)-Math.max(r.lo,o.lo);s>=Vf&&(!n||s>n.length)&&(n={axis:r.axis,length:s,kind:a})}return n}function Wf(e,t){const n=Ba(e,t);return n&&n.kind==="opposite"?{axis:n.axis,length:n.length}:null}function Px(e,t){let n=0;for(const i of t)i.id!==e.id&&Wf(e,i)&&n++;return n}function mu(e,t){let n=0;for(const i of t)i.id!==e.id&&Ba(e,i)&&n++;return n}const gu=15,Uf=20;function Ax(e,t){const n=t.axis==="v"?[e.x,e.x+e.width]:[e.y,e.y+e.height];if(t.at<n[0]-Uf||t.at>n[1]+Uf)return null;const i=t.axis==="v"?[e.y,e.y+e.height]:[e.x,e.x+e.width],r=Math.max(i[0],t.lo),o=Math.min(i[1],t.hi);return o>r?[r,o]:null}const vu=20;function yu(e,t){const n=[];for(const i of t){if(i.axis!==e.axis||Math.abs(i.at-e.at)>Gf)continue;const r=Math.max(e.lo,i.lo),o=Math.min(e.hi,i.hi);o-r<Vf||n.push([r-vu,o+vu])}return n}function $a(e,t){const n=e.label;if(!n)return null;let i=null;for(const r of dr(e)){const o=Ax(n,r);if(o){for(const a of t)if(a.id!==e.id&&!(i&&a.id>=i.other)){for(const[s,c]of yu(r,dr(a)))if(Math.min(c,o[1])>Math.max(s,o[0])){i={other:a.id,axis:r.axis};break}}}}return i}const Tx=1,Mx=(e,t,n)=>t.x>=e.x-n&&t.y>=e.y-n&&t.x+t.width<=e.x+e.width+n&&t.y+t.height<=e.y+e.height+n;function kx(e,t,n,i){const r=n.x+i,o=n.y+i,a=n.x+n.width-i,s=n.y+n.height-i;if(a<=r||s<=o)return!1;const c=t.x-e.x,u=t.y-e.y;let l=0,p=1;const f=(d,h)=>{if(h===0)return d<=0;const m=d/h;if(h>0){if(m>p)return!1;m>l&&(l=m)}else{if(m<l)return!1;m<p&&(p=m)}return!0};return f(r-e.x,c)&&f(e.x-a,-c)&&f(o-e.y,u)&&f(e.y-s,-u)&&p>l}function Dx(e,t,n){return e.x+n<t.x+t.width-n&&t.x+n<e.x+e.width-n&&e.y+n<t.y+t.height-n&&t.y+n<e.y+e.height-n}const Ox=(e,t)=>e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height;function ki(e,t){const n=new Set(e.endpoints),i=[];for(const r of t)if(!n.has(r.id)){for(let o=0;o+1<e.waypoints.length;o++)if(kx(e.waypoints[o],e.waypoints[o+1],r,Cx)){i.push(r);break}}return i}function Ix(e,t,n,i){const r=(u,l,p)=>(l.x-u.x)*(p.y-u.y)-(l.y-u.y)*(p.x-u.x),o=r(n,i,e),a=r(n,i,t),s=r(e,t,n),c=r(e,t,i);return o*a<0&&s*c<0}const Lx=(e,t)=>e.endpoints.some(n=>t.endpoints.includes(n));function Fr(e,t){let n=0;for(const i of t){if(i.id===e.id||Lx(e,i))continue;let r=!1;for(let o=0;o+1<e.waypoints.length&&!r;o++)for(let a=0;a+1<i.waypoints.length&&!r;a++)Ix(e.waypoints[o],e.waypoints[o+1],i.waypoints[a],i.waypoints[a+1])&&(r=!0);r&&n++}return n}function ja(e){const t=[],n=e.edges;for(let i=0;i<n.length;i++)for(let r=i+1;r<n.length;r++)if(Fr(n[i],[n[r]])>0){const o=n[i].id,a=n[r].id;t.push(o<a?[o,a]:[a,o])}return t.sort((i,r)=>`${i[0]}|${i[1]}`.localeCompare(`${r[0]}|${r[1]}`))}const Hr=e=>e.shapes.filter(t=>!t.container);function Di(e){const t=[],n=e.shapes.filter(o=>!o.container);for(const o of e.edges)for(const a of ki(o,n))t.push({kind:"edge-crosses-shape",edge:o.id,shape:a.id});const i=n.filter(o=>!o.attached);for(let o=0;o<i.length;o++)for(let a=o+1;a<i.length;a++){const s=i[o],c=i[a];if(!Dx(s,c,Rx))continue;const u=s.id<c.id?[s.id,c.id]:[c.id,s.id];t.push({kind:"shape-overlap",shapes:u,identical:Ox(s,c)})}for(let o=0;o<e.edges.length;o++)for(let a=o+1;a<e.edges.length;a++){const s=e.edges[o],c=e.edges[a],u=Ba(s,c);if(!u)continue;const l=s.id<c.id?[s.id,c.id]:[c.id,s.id];t.push({kind:u.kind==="opposite"?"edge-overlap-opposite":"edge-overlap-mixed",edges:l,axis:u.axis,length:Math.round(u.length)})}for(const o of e.edges){if(!o.label)continue;const a=$a(o,e.edges);a&&t.push({kind:"label-on-shared-segment",edge:o.id,other:a.other,axis:a.axis})}const r=new Map(e.shapes.map(o=>[o.id,o]));for(const o of n){if(!o.parent)continue;const a=r.get(o.parent);!a||!a.container||Mx(a,o,Tx)||t.push({kind:"shape-outside-container",shape:o.id,container:a.id})}return t.sort((o,a)=>Mi(o).localeCompare(Mi(a)))}const At=e=>typeof e=="object"&&e!==null?e:void 0,Vt=e=>typeof e=="number"?e:0,hr=e=>{const t=At(e);return typeof(t==null?void 0:t.id)=="string"?t.id:void 0};function Nx(e){const t=At(e);if(!t)return[];const n=[];for(const i of["sourceRef","targetRef"]){const r=t[i];for(const o of Array.isArray(r)?r:[r]){const a=hr(o);a&&n.push(a)}}return n}function Bx(e,t){const n=At(e.$parent);if(!n)return;const i=typeof n.$type=="string"?n.$type:"";if(i==="bpmn:Process"){const r=hr(n);return r?t.get(r):void 0}if(Na.has(i)&&i!=="bpmn:Lane"&&i!=="bpmn:Group")return hr(n)}function qf(e){var o,a,s,c;const t=[],n=[],i=((o=At(e))==null?void 0:o.diagrams)??[],r=new Map;for(const u of((a=At(e))==null?void 0:a.rootElements)??[]){const l=At(u);if((l==null?void 0:l.$type)==="bpmn:Collaboration")for(const p of l.participants??[]){const f=At(p),d=hr(f),h=hr(f==null?void 0:f.processRef);d&&h&&r.set(h,d)}}for(const u of i){const l=At((s=At(u))==null?void 0:s.plane),p=(l==null?void 0:l.planeElement)??[];for(const f of p){const d=At(f);if(!d)continue;const h=At(d.bpmnElement),m=typeof(h==null?void 0:h.id)=="string"?h.id:void 0;if(!m)continue;const g=typeof(h==null?void 0:h.$type)=="string"?h.$type:"",w=At(d.bounds);if(w){const b=d.isExpanded===!1;t.push({id:m,type:g,x:Vt(w.x),y:Vt(w.y),width:Vt(w.width),height:Vt(w.height),container:Na.has(g)&&!b,attached:(h==null?void 0:h.attachedToRef)!==void 0,...h?{parent:Bx(h,r)}:{}});continue}const E=d.waypoint;if(Array.isArray(E)){const b=At((c=At(d.label))==null?void 0:c.bounds);n.push({id:m,type:g,waypoints:E.map(x=>{var S,A;return{x:Vt((S=At(x))==null?void 0:S.x),y:Vt((A=At(x))==null?void 0:A.y)}}),endpoints:Nx(h),...b?{label:{x:Vt(b.x),y:Vt(b.y),width:Vt(b.width),height:Vt(b.height)}}:{}})}}}return{shapes:t,edges:n}}function Yf(e){return Di(qf(e))}async function $x(e){const{definitions:t,warnings:n}=await du(e);return{findings:Yf(t),warnings:n}}function $n(e){const t=[],n=[];for(const i of e.getAll()){const r=i;if(r.type==="label"||r.labelTarget)continue;const o=typeof r.type=="string"?r.type:"";if(o==="bpmn:Definitions"||o.startsWith("bpmndi:"))continue;const a=r.waypoints;if(a){const p=At(r.label);n.push({id:r.id,type:o,waypoints:a.map(f=>({x:Vt(f.x),y:Vt(f.y)})),endpoints:[hr(r.source),hr(r.target)].filter(f=>!!f),...p&&typeof p.x=="number"?{label:{x:p.x,y:Vt(p.y),width:Vt(p.width),height:Vt(p.height)}}:{}});continue}if(typeof r.x!="number"||typeof r.y!="number")continue;const s=At(r.businessObject);let c=At(r.parent);for(;c&&c.type==="bpmn:Lane";)c=At(c.parent);const u=typeof(c==null?void 0:c.type)=="string"?c.type:"",l=c&&Na.has(u)&&u!=="bpmn:Group"&&typeof c.id=="string"?c.id:void 0;t.push({id:r.id,type:o,x:r.x,y:r.y,width:Vt(r.width),height:Vt(r.height),container:Na.has(o)&&r.collapsed!==!0,attached:(s==null?void 0:s.attachedToRef)!==void 0,...l!==void 0?{parent:l}:{}})}return{shapes:t,edges:n}}const jx={"bpmn:Participant":"participant","bpmn:Lane":"lane","bpmn:SequenceFlow":"sequenceFlow","bpmn:MessageFlow":"messageFlow","bpmn:DataStoreReference":"dataStore","bpmn:DataInputAssociation":"dataAssociation","bpmn:DataOutputAssociation":"dataAssociation","bpmn:TextAnnotation":"annotation","bpmn:Association":"association","bpmn:Group":"group"};function Fx(e,t){const n=jx[e];return n||(e==="label"||e.startsWith("bpmndi:")?"other":e.startsWith("bpmn:")&&!("waypoints"in t&&t.waypoints)?"flowNode":"other")}function Kf(e){let t=e.parent;for(;t;){if(t.type==="bpmn:Participant")return t.id;t=t.parent}}function Xf(e){const t=()=>e.getAll().filter(n=>n.type!=="label"&&!("labelTarget"in n&&n.labelTarget));return{isCollaboration:()=>t().some(n=>n.type==="bpmn:Participant"),categoryOf:n=>{const i=e.get(n);if(!(!i||i.type==="label"))return Fx(i.type,i)},lanesOf:n=>t().filter(i=>i.type==="bpmn:Lane"&&Kf(i)===n).sort((i,r)=>i.y-r.y).map(i=>i.id),participantOf:n=>{const i=e.get(n);return i?Kf(i):void 0},endpointsOf:n=>{var r,o;const i=e.get(n);if(!(!i||i.type==="label")&&"waypoints"in i)return{source:(r=i.source)==null?void 0:r.id,target:(o=i.target)==null?void 0:o.id}}}}const Zf=20,Hx=4,Kt=(e,t)=>Math.abs(e-t)<.5;function Qf(e,t,n,i=Zf){if(Kt(e.y,t.y)&&!Kt(e.x,t.x)){const r=Math.min(e.x,t.x),o=Math.max(e.x,t.x);if(!(r<n.x-i&&n.x+n.width+i<o))return null;const a=e.x<t.x?n.x-i:n.x+n.width+i,s=e.x<t.x?n.x+n.width+i:n.x-i,c=u=>[{x:a,y:e.y},{x:a,y:u},{x:s,y:u},{x:s,y:e.y}];return[c(n.y-i),c(n.y+n.height+i)]}if(Kt(e.x,t.x)&&!Kt(e.y,t.y)){const r=Math.min(e.y,t.y),o=Math.max(e.y,t.y);if(!(r<n.y-i&&n.y+n.height+i<o))return null;const a=e.y<t.y?n.y-i:n.y+n.height+i,s=e.y<t.y?n.y+n.height+i:n.y-i,c=u=>[{x:e.x,y:a},{x:u,y:a},{x:u,y:s},{x:e.x,y:s}];return[c(n.x-i),c(n.x+n.width+i)]}return null}function Jf(e,t,n=Zf){if(e.length!==4)return null;const[i,r,o,a]=e;if(Kt(i.y,r.y)&&Kt(r.x,o.x)&&Kt(o.y,a.y)){const s=c=>[i,{x:c,y:i.y},{x:c,y:a.y},a];return[s(t.x-n),s(t.x+t.width+n)]}if(Kt(i.x,r.x)&&Kt(r.y,o.y)&&Kt(o.x,a.x)){const s=c=>[i,{x:i.x,y:c},{x:a.x,y:c},a];return[s(t.y-n),s(t.y+t.height+n)]}return null}function ed(e,t){if(e.endpoints.length!==2)return[];const n=t.find(p=>p.id===e.endpoints[0]),i=t.find(p=>p.id===e.endpoints[1]);if(!n||!i)return[];if(i.x<=n.x+n.width)return[];const r=n.y+n.height/2,o=i.y+i.height/2;if(r>=i.y&&r<=i.y+i.height)return[];const a=i.x+i.width/2,s=n.x+n.width/2,c=r>o,u=[{x:n.x+n.width,y:r},{x:a,y:r},{x:a,y:c?i.y+i.height:i.y}],l=[{x:s,y:c?n.y:n.y+n.height},{x:s,y:o},{x:i.x,y:o}];return[u,l]}const zx=(e,t,n)=>[...e.slice(0,t+1),...n,...e.slice(t+1)],_u=(e,t,n)=>ki({...e,waypoints:t},n).length;function td(e,t,n){let i=[...e.waypoints],r=_u(e,i,t);if(r===0)return null;let o=!1;for(const s of ed(e,t))if(_u(e,s,t)===0)return s;const a=s=>!n||s.every(c=>c.x>=n.x&&c.x<=n.x+n.width&&c.y>=n.y&&c.y<=n.y+n.height);for(let s=0;s<Hx&&r>0;s++){let c=!1;for(let u=0;u+1<i.length&&!c;u++){const l=i[u],p=i[u+1];for(const f of t){if(e.endpoints.includes(f.id)||ki({...e,waypoints:[l,p]},[f]).length===0)continue;const d=Qf(l,p,f),h=d?d.map(g=>zx(i,u,g)):Jf(i,f)??[];if(!h.length)continue;const m=[...h].sort((g,w)=>Number(a(w))-Number(a(g)));for(const g of m){const w=_u(e,g,t);if(w<r){i=g,r=w,c=!0,o=!0;break}}if(c)break}}if(!c)break}return o&&r===0?i:null}function nd(e,t){const{elementRegistry:n}=e,i=e.modeling,r=$n(n),o=Hr(r),a=Di(r).filter(c=>c.kind==="edge-crosses-shape"&&!t.has(Mi(c)));if(!a.length)return;const s=new Map;for(const c of a){if(c.kind!=="edge-crosses-shape"||s.has(c.edge))continue;const u=r.edges.find(l=>l.id===c.edge);u&&s.set(c.edge,u)}for(const[c,u]of s){const l=n.get(c);if(!l)continue;const p=l.parent,f=p&&typeof p.x=="number"&&typeof p.width=="number"?{x:p.x,y:p.y,width:p.width,height:p.height}:void 0,d=td(u,o,f);d&&i.updateWaypoints(l,d)}}const Vx=10;function id(e,t){if(e.parent){const r=t.find(o=>o.id===e.parent);if(r)return r}const n=e.x+e.width/2,i=e.y+e.height/2;return t.find(r=>n>=r.x&&n<=r.x+r.width&&i>=r.y&&i<=r.y+r.height)}function rd(e,t){if(e.waypoints.length<2||e.endpoints.length!==2)return null;const n=t.shapes.filter(F=>F.type==="bpmn:Participant"&&F.container),i=t.shapes.find(F=>F.id===e.endpoints[0]),r=t.shapes.find(F=>F.id===e.endpoints[1]);if(!i||!r)return null;const o=id(i,n),a=id(r,n);if(!o||!a||o.id===a.id)return null;const s=a.y>o.y,c=s?o:a,u=s?a:o,l=n.filter(F=>F.id!==o.id&&F.id!==a.id&&F.y>=c.y+c.height&&F.y+F.height<=u.y).sort((F,re)=>F.y-re.y);if(!l.length)return null;const p=l[0],f=l[l.length-1],d=(c.y+c.height+p.y)/2,h=(f.y+f.height+u.y)/2,m=s?d:h,g=s?h:d,w=e.waypoints[0],E=e.waypoints[e.waypoints.length-1],b=Hr(t),x=t.edges.filter(F=>F.id!==e.id),S=Fr(e,x),A=ki(e,b).length;if(S===0&&A===0)return null;const I=Math.min(...l.map(F=>F.x)),P=Math.max(...l.map(F=>F.x+F.width)),$=(w.x+E.x)/2,j=F=>F.filter((re,Pe)=>Pe===0||!(Kt(re.x,F[Pe-1].x)&&Kt(re.y,F[Pe-1].y)));let L;for(let F=I;F<=P;F+=Vx){const re=j([w,{x:w.x,y:m},{x:F,y:m},{x:F,y:g},{x:E.x,y:g},E]),Pe={...e,waypoints:re};if(ki(Pe,b).length>0)continue;const nt=Fr(Pe,x),q=Math.abs(F-$);(!L||nt<L.cross||nt===L.cross&&q<L.detour)&&(L={pts:re,cross:nt,detour:q})}return L&&(A>0?L.cross<=S:L.cross<S)?L.pts:null}function od(e,t){const{elementRegistry:n}=e,i=e.modeling,r=$n(n);for(const o of r.edges){if(o.type!=="bpmn:MessageFlow"||t.has(o.id))continue;const a=$n(n),s=a.edges.find(l=>l.id===o.id);if(!s)continue;const c=rd(s,a);if(!c)continue;const u=n.get(o.id);u&&i.updateWaypoints(u,c)}}const ad=[25,-25,40,-40],sd=35;function Gx(e,t){if(e.type!=="bpmn:SequenceFlow")return[];const n=t.get(e.endpoints[0]??""),i=t.get(e.endpoints[1]??"");if(!n||!i)return[];if(i.x+i.width>n.x)return[];const r=n.y+n.height/2;if(r>=i.y&&r<=i.y+i.height)return[];const o=i.x+i.width/2,a=n.x+n.width/2,s=r<i.y,c=s?i.y:i.y+i.height,u=s?n.y:n.y+n.height,l=s?n.y-sd:n.y+n.height+sd,p=[];for(const f of[0,...ad]){if(Math.abs(f)>=i.width/2-5)continue;const d=o+f;p.push({pts:[{x:n.x,y:r},{x:d,y:r},{x:d,y:c}],cost:Math.abs(f)}),p.push({pts:[{x:a,y:u},{x:a,y:l},{x:d,y:l},{x:d,y:c}],cost:Math.abs(f)})}return p}function Wx(e,t){const n=e.waypoints;if(n.length<3)return[];const i=[],r=t.get(e.endpoints[0]??""),o=t.get(e.endpoints[1]??""),a=Kt(n[0].x,n[1].x)&&!Kt(n[0].y,n[1].y),s=Kt(n[n.length-1].x,n[n.length-2].x)&&!Kt(n[n.length-1].y,n[n.length-2].y);for(const c of ad){if(a&&r&&Math.abs(c)<r.width/2-5){const u=n.map(l=>({...l}));u[0].x+=c,u[1].x+=c,i.push({pts:u,cost:Math.abs(c)})}if(s&&o&&Math.abs(c)<o.width/2-5){const u=n.map(l=>({...l}));u[u.length-1].x+=c,u[u.length-2].x+=c,i.push({pts:u,cost:Math.abs(c)})}}return i}function cd(e,t){const n=new Map(t.shapes.map(l=>[l.id,l])),i=Hr(t),r=t.edges.filter(l=>l.id!==e.id),o=mu(e,r);if(o===0)return null;const a=Fr(e,r);let s;const c=l=>l.reduce((p,f,d)=>d?p+Math.abs(f.x-l[d-1].x)+Math.abs(f.y-l[d-1].y):0,0),u=[...Gx(e,n),...Wx(e,n)];for(const{pts:l,cost:p}of u){const f={...e,waypoints:l};if(ki(f,i).length>0)continue;const d=mu(f,r),h=Fr(f,r);if(d>=o||h-a>o-d)continue;const m=c(l);(!s||d<s.opposite||d===s.opposite&&(h<s.cross||h===s.cross&&(p<s.cost||p===s.cost&&m<s.len)))&&(s={pts:l,opposite:d,cross:h,cost:p,len:m})}return(s==null?void 0:s.pts)??null}function ud(e,t,n){const{elementRegistry:i}=e,r=e.modeling,o=$n(i),a=Di(o).filter(l=>(l.kind==="edge-overlap-opposite"||l.kind==="edge-overlap-mixed")&&!t.has(Mi(l)));if(!a.length)return;const s=new Set;for(const l of a)if(!(l.kind!=="edge-overlap-opposite"&&l.kind!=="edge-overlap-mixed"))for(const p of l.edges)n.has(p)||s.add(p);const c=l=>{var p;return((p=o.edges.find(f=>f.id===l))==null?void 0:p.type)??""},u=[...s].sort((l,p)=>{const f=c(l)==="bpmn:SequenceFlow"?0:1,d=c(p)==="bpmn:SequenceFlow"?0:1;return f!==d?f-d:l.localeCompare(p)});for(const l of u){const p=$n(i),f=p.edges.find(m=>m.id===l);if(!f)continue;const d=cd(f,p);if(!d)continue;const h=i.get(l);h&&r.updateWaypoints(h,d)}}const Ux=10,qx=(e,t)=>e.x<t.x+t.width&&t.x<e.x+e.width&&e.y<t.y+t.height&&t.y<e.y+e.height;function ld(e,t){const n=e.label;if(!n)return null;const i=t.edges.filter(a=>a.id!==e.id);if(!$a(e,i))return null;const r=Hr(t),o=i.flatMap(dr);for(const a of dr(e)){let s=[[a.lo,a.hi]];for(const[d,h]of yu(a,o))s=s.flatMap(([m,g])=>{const w=[];return d>m&&w.push([m,Math.min(g,d)]),h<g&&w.push([Math.max(m,h),g]),w.filter(([E,b])=>b>E)});const c=a.axis==="h"?n.width:n.height,u=s.find(([d,h])=>h-d>=c+Ux*2);if(!u)continue;const l=(u[0]+u[1])/2,p=a.axis==="h"?{x:l,y:a.at-gu}:{x:a.at+gu,y:l},f={x:p.x-n.width/2,y:p.y-n.height/2,width:n.width,height:n.height};if(!$a({...e,label:f},i)&&!r.some(d=>!e.endpoints.includes(d.id)&&qx(f,d)))return f}return null}function pd(e,t,n){const{elementRegistry:i}=e,r=e.modeling,o=$n(i),a=Di(o).filter(s=>s.kind==="label-on-shared-segment"&&!t.has(Mi(s)));for(const s of a){if(s.kind!=="label-on-shared-segment"||n.has(s.edge))continue;const c=o.edges.find(f=>f.id===s.edge);if(!c)continue;const u=ld(c,o);if(!u)continue;const l=i.get(s.edge),p=l==null?void 0:l.label;p&&r.moveElements([p],{x:u.x-p.x,y:u.y-p.y})}}const Yx=/^[\p{L}_][\p{L}\p{N}_.\-]*$/u,fd=new Set(["sequenceFlow","messageFlow","dataAssociation","association"]),dd={"participant.add":[{path:"participant",shape:["id"]},{path:"participant.lanes[]",shape:["id"],optional:!0}],"participant.update":[{path:"id",shape:null},{path:"lanes[]",shape:["id"],optional:!0}],"node.add":[{path:"node",shape:["id","type"]}],"node.update":[{path:"id",shape:null}],"sequenceFlow.add":[{path:"flow",shape:["id","source","target"]}],"sequenceFlow.update":[{path:"id",shape:null}],"messageFlow.add":[{path:"flow",shape:["id","source","target"]}],"messageFlow.update":[{path:"id",shape:null}],"dataStore.add":[{path:"dataStore",shape:["id"]},{path:"associations[]",shape:["source","target"],optional:!0}],"dataStore.update":[{path:"id",shape:null}],"dataAssociation.add":[{path:"association",shape:["source","target"]}],"association.add":[{path:"association",shape:["source","target"]}],"annotation.add":[{path:"annotation",shape:["id","text"]},{path:"association",shape:["source","target"],optional:!0},{path:"placement",shape:["anchor","side"],optional:!0}],"annotation.update":[{path:"id",shape:null},{path:"placement",shape:["anchor","side"],optional:!0}],"group.add":[{path:"group",shape:["id"]},{path:"group.members[]",shape:null,optional:!0}],"group.update":[{path:"id",shape:null},{path:"members[]",shape:null,optional:!0}],"element.remove":[{path:"id",shape:null}]},Fa=e=>typeof e=="object"&&e!==null&&!Array.isArray(e),bu=e=>typeof e=="string"&&e!=="";function Kx(e){const t=[];function n(i,r,o,a){if(a===null){bu(o)||t.push({kind:"payload-invalid",opIndex:i,field:r});return}if(!Fa(o)){t.push({kind:"payload-invalid",opIndex:i,field:r});return}for(const s of a)bu(o[s])||t.push({kind:"payload-invalid",opIndex:i,field:`${r}.${s}`})}return e.forEach((i,r)=>{if(!Fa(i)||!bu(i.kind)||!(i.kind in dd)){t.push({kind:"payload-invalid",opIndex:r,field:"kind"});return}for(const o of dd[i.kind]){const a=o.path.endsWith("[]"),s=a?o.path.slice(0,-2):o.path,c=s.split(".");let u=i;for(const p of c.slice(0,-1)){if(!Fa(u))break;u=u[p]}if(!Fa(u))continue;const l=u[c[c.length-1]];if(!(l===void 0&&o.optional)&&!(l===null&&o.optional)){if(!a){n(r,o.path,l,o.shape);continue}if(!Array.isArray(l)){t.push({kind:"payload-invalid",opIndex:r,field:o.path});continue}l.forEach((p,f)=>n(r,`${s}[${f}]`,p,o.shape))}}if(i.kind==="node.add"){const o=i.band;o!==void 0&&(!Number.isInteger(o)||o<0)&&t.push({kind:"payload-invalid",opIndex:r,field:"band"})}}),t}function hd(e,t){const n=Kx(e);if(n.length>0)return n;const i=[],r=new Map,o=new Map;function a(f,d,h){if(!Yx.test(d)){i.push({kind:"id-invalid",opIndex:f,id:d});return}if(t.categoryOf(d)!==void 0||r.has(d)){i.push({kind:"id-duplicate",opIndex:f,id:d});return}r.set(d,{...h,opIndex:f})}e.forEach((f,d)=>{var h;switch(f.kind){case"participant.add":a(d,f.participant.id,{category:"participant",lanes:(f.participant.lanes??[]).map(m=>m.id)});for(const m of f.participant.lanes??[])a(d,m.id,{category:"lane"});break;case"node.add":a(d,f.node.id,{category:"flowNode",participant:f.node.participant});break;case"sequenceFlow.add":a(d,f.flow.id,{category:"sequenceFlow"});break;case"messageFlow.add":a(d,f.flow.id,{category:"messageFlow"});break;case"dataStore.add":a(d,f.dataStore.id,{category:"dataStore"});for(const m of f.associations??[])m.id&&a(d,m.id,{category:"dataAssociation"});break;case"dataAssociation.add":f.association.id&&a(d,f.association.id,{category:"dataAssociation"});break;case"association.add":f.association.id&&a(d,f.association.id,{category:"association"});break;case"annotation.add":a(d,f.annotation.id,{category:"annotation"}),(h=f.association)!=null&&h.id&&a(d,f.association.id,{category:"association"});break;case"group.add":a(d,f.group.id,{category:"group"});break;case"participant.update":if(f.lanes){o.set(f.id,f.lanes.map(m=>m.id));for(const m of f.lanes)t.categoryOf(m.id)===void 0&&a(d,m.id,{category:"lane"})}break}});const s=f=>{var d;return((d=r.get(f))==null?void 0:d.category)??t.categoryOf(f)},c=f=>{const d=r.get(f);return d?d.category==="participant"?f:d.participant:t.categoryOf(f)==="participant"?f:t.participantOf(f)};function u(f,d,h,m){const g=s(d);if(g===void 0){i.push({kind:"ref-missing",opIndex:f,ref:d,role:h});return}if(m&&!m.includes(g)){i.push({kind:"ref-category",opIndex:f,ref:d,role:h,expected:m.join("|"),actual:g});return}return g}const l=t.isCollaboration()||e.some(f=>f.kind==="participant.add");return e.forEach((f,d)=>{var h;switch(f.kind){case"participant.add":break;case"node.add":{const{participant:m,lane:g}=f.node;if(m===void 0){(l||g!==void 0)&&i.push({kind:"participant-required",opIndex:d,id:f.node.id});break}if(u(d,m,"participant",["participant"])===void 0)break;g!==void 0&&((((h=r.get(m))==null?void 0:h.lanes)??o.get(m)??t.lanesOf(m)).includes(g)||i.push({kind:"lane-unknown",opIndex:d,lane:g,participant:m}));break}case"sequenceFlow.add":{const{id:m,source:g,target:w,name:E,condition:b}=f.flow,x=u(d,g,"source",["flowNode"]),S=u(d,w,"target",["flowNode"]);x&&S&&c(g)!==c(w)&&i.push({kind:"flow-cross-pool",opIndex:d,id:m}),E!==void 0&&b!==void 0&&i.push({kind:"condition-name-conflict",opIndex:d,id:m});break}case"messageFlow.add":{const{id:m,source:g,target:w}=f.flow,E=u(d,g,"source",["flowNode","participant"]),b=u(d,w,"target",["flowNode","participant"]);if(E&&b){const x=c(g),S=c(w);x!==void 0&&x===S&&i.push({kind:"message-flow-same-pool",opIndex:d,id:m})}break}case"dataStore.add":{for(const m of f.associations??[]){if([m.source,m.target].filter(E=>E===f.dataStore.id).length!==1){i.push({kind:"data-association-ends",opIndex:d,source:m.source,target:m.target});continue}const w=m.source===f.dataStore.id?m.target:m.source;u(d,w,"dataAssociation",["flowNode"])}break}case"dataAssociation.add":{const{source:m,target:g}=f.association,w=u(d,m,"source"),E=u(d,g,"target");if(w&&E){const b=new Set([w,E]);b.has("dataStore")&&b.has("flowNode")||i.push({kind:"data-association-ends",opIndex:d,source:m,target:g})}break}case"association.add":{const{id:m,source:g,target:w}=f.association,E=u(d,g,"source"),b=u(d,w,"target");E&&b&&E!=="annotation"&&b!=="annotation"&&i.push({kind:"association-detached",opIndex:d,annotation:m??`${g}->${w}`});break}case"annotation.add":{if(f.association){const{source:m,target:g}=f.association;if(m!==f.annotation.id&&g!==f.annotation.id)i.push({kind:"association-detached",opIndex:d,annotation:f.annotation.id});else{const w=m===f.annotation.id?g:m;u(d,w,"association")}}f.placement&&u(d,f.placement.anchor,"anchor");break}case"group.add":{for(const m of f.group.members??[]){const g=u(d,m,"member");g&&fd.has(g)&&i.push({kind:"ref-category",opIndex:d,ref:m,role:"member",expected:"shape",actual:g})}break}case"participant.update":{if(p(d,f.id,"participant")===void 0)break;if(f.lanes){const m=t.lanesOf(f.id),g=f.lanes.map(E=>E.id);for(const E of m)g.includes(E)||i.push({kind:"lane-shrink-unsupported",opIndex:d,participant:f.id,lane:E});for(const E of g)t.categoryOf(E)!==void 0&&!m.includes(E)&&i.push({kind:"id-duplicate",opIndex:d,id:E});const w=g.filter(E=>m.includes(E));w.length===m.length&&w.some((E,b)=>E!==m[b])&&i.push({kind:"lane-reorder-unsupported",opIndex:d,participant:f.id})}break}case"node.update":{if(p(d,f.id,"flowNode")===void 0)break;if(f.lane!==void 0){const m=t.participantOf(f.id);(m?o.get(m)??t.lanesOf(m):[]).includes(f.lane)||i.push({kind:"lane-unknown",opIndex:d,lane:f.lane,participant:m??""})}break}case"sequenceFlow.update":{if(p(d,f.id,"sequenceFlow")===void 0)break;if(f.name!==void 0&&f.condition!==void 0&&i.push({kind:"condition-name-conflict",opIndex:d,id:f.id}),f.source!==void 0||f.target!==void 0){const m=f.source===void 0||u(d,f.source,"source",["flowNode"])!==void 0,g=f.target===void 0||u(d,f.target,"target",["flowNode"])!==void 0,w=t.endpointsOf(f.id),E=f.source??(w==null?void 0:w.source),b=f.target??(w==null?void 0:w.target);m&&g&&E!==void 0&&b!==void 0&&new Set([c(E),c(b),c(f.id)]).size>1&&i.push({kind:"flow-cross-pool",opIndex:d,id:f.id})}break}case"messageFlow.update":p(d,f.id,"messageFlow");break;case"dataStore.update":p(d,f.id,"dataStore");break;case"annotation.update":{if(p(d,f.id,"annotation")===void 0)break;f.placement&&u(d,f.placement.anchor,"anchor");break}case"group.update":{if(p(d,f.id,"group")===void 0)break;for(const m of f.members??[]){const g=u(d,m,"member");g&&fd.has(g)&&i.push({kind:"ref-category",opIndex:d,ref:m,role:"member",expected:"shape",actual:g})}break}case"element.remove":{p(d,f.id)==="lane"&&i.push({kind:"ref-category",opIndex:d,ref:f.id,role:"target",expected:"removable",actual:"lane"});break}}}),i;function p(f,d,h){if(r.has(d)){i.push({kind:"target-added-in-batch",opIndex:f,id:d});return}const m=t.categoryOf(d);if(m===void 0){i.push({kind:"ref-missing",opIndex:f,ref:d,role:"target"});return}if(h&&m!==h){i.push({kind:"ref-category",opIndex:f,ref:d,role:"target",expected:h,actual:m});return}return m}}function md(e){return{modeling:e.get("modeling"),bpmnFactory:e.get("bpmnFactory"),elementFactory:e.get("elementFactory"),elementRegistry:e.get("elementRegistry"),canvas:e.get("canvas"),autoPlace:e.get("autoPlace"),bpmnReplace:e.get("bpmnReplace")}}function Ha(e){return`bpmn:${e[0].toUpperCase()}${e.slice(1)}`}const gd={"top-left":[-1,-1],top:[0,-1],"top-right":[1,-1],right:[1,0],"bottom-right":[1,1],bottom:[0,1],"bottom-left":[-1,1],left:[-1,0]};function It(e,t){return e.filter(n=>n.kind===t)}function vd(e,t){var hn,Oe,Ne,Ab;const{modeling:n,bpmnFactory:i,elementFactory:r,elementRegistry:o,canvas:a,autoPlace:s,bpmnReplace:c}=t,u=()=>a.getRootElement(),l=C=>o.get(C),p=C=>{const M=l(C);if(!M)throw new Error(`하강 참조 해소 실패: ${C}`);return M},f=C=>{let M=C.parent;for(;M;){if(M.type==="bpmn:Participant")return M;M=M.parent}},d=It(e,"participant.add"),h=It(e,"node.add"),m=It(e,"sequenceFlow.add"),g=It(e,"messageFlow.add"),w=It(e,"dataStore.add"),E=It(e,"dataAssociation.add"),b=It(e,"annotation.add"),x=It(e,"group.add"),S=new Map(h.map(C=>[C.node.id,C])),A=(C,M,H)=>{var yt;const X=C.businessObject,te=(((yt=X.extensionElements)==null?void 0:yt.values)??[]).filter(Le=>Le.$type!==M),Y=H?[...te,i.create(M,H)]:te;if(!Y.length){X.extensionElements&&n.updateProperties(C,{extensionElements:void 0});return}const me=i.create("bpmn:ExtensionElements",{values:Y});Y.forEach(Le=>{Le.$parent=me}),n.updateProperties(C,{extensionElements:me})},I=C=>({anchor:C.anchor,side:C.side,...C.offset!==void 0?{offset:C.offset}:{}});for(const C of It(e,"element.remove")){const M=l(C.id);M&&n.removeElements([M])}const P=C=>o.filter(M=>{var H;return M.type==="bpmn:Lane"&&((H=f(M))==null?void 0:H.id)===C}).sort((M,H)=>M.y-H.y);for(const C of It(e,"participant.update")){const M=p(C.id);if(C.name!==void 0&&n.updateProperties(M,{name:C.name??void 0}),!C.lanes)continue;const H=P(C.id);if(!H.length){n.splitLane(M,C.lanes.length),P(C.id).forEach((te,Y)=>{const me=C.lanes[Y];me&&n.updateProperties(te,{id:me.id,name:me.name})});continue}const X=new Set(H.map(te=>te.id));C.lanes.forEach((te,Y)=>{if(X.has(te.id)){n.updateProperties(p(te.id),{name:te.name});return}const me=Y===0?n.addLane(P(C.id)[0],"top"):n.addLane(p(C.lanes[Y-1].id),"bottom");n.updateProperties(me,{id:te.id,name:te.name})})}const $=150,j=80,L=90,F=180,re=new Set;for(const C of d){re.add(`pool:${C.participant.id}`);for(const M of C.participant.lanes??[])re.add(M.id)}const Pe=new Map;for(const C of h){const M=C.node.lane??`pool:${C.node.participant??""}`;let H=Pe.get(M);H||Pe.set(M,H=new Set([0])),C.band!==void 0&&H.add(C.band)}const nt=new Map;for(const[C,M]of Pe){if(!re.has(C))continue;const H=[...M].sort((Y,me)=>Y-me),X=H.map((Y,me)=>me===0?0:me%2===1?Math.ceil(me/2):-(me/2)),te=Math.min(...X);nt.set(C,new Map(H.map((Y,me)=>[Y,X[me]-te])))}const q=C=>{var M;return(((M=Pe.get(C))==null?void 0:M.size)??0)>1},ie=C=>C.band??(C.node.lane||!q(`pool:${C.node.participant??""}`)?void 0:0),ce=(C,M)=>{var H;return((H=nt.get(C))==null?void 0:H.get(M))??M},oe=new Map;for(const[C,M]of Pe){let H=0;for(const X of M)H=Math.max(H,ce(C,X));oe.set(C,H)}const se=C=>F+$*C,K=d.map((C,M)=>({op:C,declared:M}));K.sort((C,M)=>{const H=C.op.order??Number.POSITIVE_INFINITY,X=M.op.order??Number.POSITIVE_INFINITY;return H!==X?H-X:C.declared-M.declared});let N=80;for(const C of o.getAll())C.parent===u()&&"height"in C&&typeof C.y=="number"&&(N=Math.max(N,C.y+C.height+60));for(const{op:C}of K){const M=C.participant,H=h.filter(mn=>mn.node.participant===M.id).length,X=((hn=M.lanes)==null?void 0:hn.length)??0,te=Math.max(1200,H*160+300),Y=(M.lanes??[]).map(mn=>se(oe.get(mn.id)??0)),me=Y.reduce((mn,qe)=>mn+qe,0);X&&me<300&&(Y[X-1]+=300-me);const yt=Math.max(300,$*((oe.get(`pool:${M.id}`)??0)+1)),Le=M.blackBox||H+X===0?120:X?Math.max(300,me):yt,Te=r.createShape({type:"bpmn:Participant",businessObject:i.create("bpmn:Participant",{id:M.id,name:M.name,...C.order!==void 0?{"bwl:poolOrder":C.order}:{},...M.blackBox?{}:{processRef:i.create("bpmn:Process")}}),width:te,height:Le,isExpanded:!0}),Rt=n.createShape(Te,{x:100+te/2,y:N+Le/2},u()),ai=M.lanes??[];if(ai.length&&n.splitLane(Rt,ai.length),ai.length){const mn=o.filter(qe=>{var Qt;return qe.type==="bpmn:Lane"&&((Qt=f(qe))==null?void 0:Qt.id)===M.id}).sort((qe,Qt)=>qe.y-Qt.y);if(mn.forEach((qe,Qt)=>{const Ln=ai[Qt];Ln&&n.updateProperties(qe,{id:Ln.id,name:Ln.name})}),Y.some(qe=>qe!==Rt.height/X)){let qe=Rt.y;mn.forEach((Qt,Ln)=>{const sr=Y[Ln];n.resizeShape(Qt,{x:Qt.x,y:qe,width:Qt.width,height:sr}),qe+=sr})}}N=Rt.y+Rt.height+60}const B=C=>{var X;const M=S.get(C);if(M)return M.node.participant??"";const H=l(C);return H?H.type==="bpmn:Participant"?H.id:((X=f(H))==null?void 0:X.id)??"":""},V=new Map,be=C=>{let M=V.get(C);return M||V.set(C,M={nodes:[],flows:[]}),M};for(const C of h)be(C.node.participant??"").nodes.push(C);for(const C of m)be(B(C.flow.source)).flows.push(C);const St=C=>{var M;return i.create("bpmn:SequenceFlow",{id:C.id,name:C.name??((M=C.condition)==null?void 0:M.label)})},R=(C,M)=>r.createShape({type:Ha(C.type),businessObject:i.create(Ha(C.type),{id:C.id,name:C.name,...M!==void 0?{"bwl:band":M}:{}})}),_=[...K.map(({op:C})=>C.participant.id).filter(C=>V.has(C)),...[...V.keys()].filter(C=>!d.some(M=>M.participant.id===C))],v=C=>C.endsWith("Gateway");for(const C of _){const M=V.get(C),H=C?p(C):void 0,X=H?H.x+150:250;let te=H?H.y+80:120;const Y=(De,Be,we)=>{const We=u().children.filter(ct=>!("waypoints"in ct&&ct.waypoints)&&ct.id!==Be&&typeof ct.y=="number"&&ct.y>=De);We.length&&n.moveElements(We,{x:0,y:we})},me=(De,Be)=>{if(De){const Ae=p(De),Ke=se(Be);if(Ae.height>=Ke)return;const Ot=Ke-Ae.height,Ye=f(Ae),Mt=Ye?Ye.y+Ye.height:Ae.y+Ae.height;n.resizeLane(Ae,{x:Ae.x,y:Ae.y,width:Ae.width,height:Ke},!1),Y(Mt,Ye==null?void 0:Ye.id,Ot);return}if(!H)return;const we=$*(Be+1);if(H.height>=we)return;const We=we-H.height,ct=H.y+H.height;n.resizeShape(H,{x:H.x,y:H.y,width:H.width,height:we}),Y(ct,H.id,We)},yt=(De,Be,we)=>{if(De){const We=p(De);return We.y+Math.min(We.height/2,L)+ce(De,Be??0)*$}return Be!==void 0&&H?H.y+j+ce(`pool:${C}`,Be)*$:we},Le=(De,Be,we)=>{if(De){const We=p(De);return We.y+Math.min(We.height/2,L)+Be*$}return H?H.y+j+Be*$:we},Te=De=>De.participant?p(De.participant):u(),Rt=30,ai=(De,Be,we,We)=>{const ct=we-Be.width/2,Ae=We-Be.height/2;return(De.children??[]).find(Ke=>!("waypoints"in Ke&&Ke.waypoints)&&Ke.type!=="bpmn:Lane"&&Ke.type!=="label"&&typeof Ke.x=="number"&&ct<Ke.x+Ke.width+Rt&&ct+Be.width+Rt>Ke.x&&Ae<Ke.y+Ke.height&&Ae+Be.height>Ke.y)},mn=(De,Be,we,We,ct,Ae)=>{const Ke=we!==void 0||We!==void 0,Ot=ce(we??`pool:${C}`,We??0);if(Ke)for(let at=0;at<4;at++){const Ri=Le(we,Ot+at,Ae);if(!ai(De,Be,ct,Ri))return me(we,Ot+at),{x:ct,y:Ri}}const Ye=yt(we,We,Ae);Ke&&me(we,Ot);let Mt=ct;for(let at=0;at<64;at++){const Ri=ai(De,Be,Mt,Ye);if(!Ri)break;Mt=Ri.x+Ri.width+130+Be.width/2}return{x:Mt,y:Ye}},qe=new Set(M.flows.map(De=>De.flow.target)),Qt=new Map;for(const De of M.nodes){if(qe.has(De.node.id))continue;const Be=R(De.node,De.band),we=ie(De),We=De.node.lane?`${De.node.lane}|${we??""}`:we!==void 0?`band:${we}`:"",ct=Te(De.node),Ae=mn(ct,Be,De.node.lane,we,Qt.get(We)??X,te);n.createShape(Be,Ae,ct),Qt.set(We,Ae.x+Be.width+130),!De.node.lane&&we===void 0&&(te+=160)}const Ln=new Set,sr=new Map,Uc=new Map;if(C&&re.has(`pool:${C}`)){const De=new Map;for(const we of M.flows)De.set(we.flow.target,(De.get(we.flow.target)??0)+1);const Be=we=>yt(we.node.lane,ie(we),Number.NaN);for(const we of M.nodes){if(!v(we.node.type))continue;const We=Be(we);if(Number.isNaN(We)||b.some(Ye=>{var Mt,at;return(((Mt=Ye.placement)==null?void 0:Mt.anchor)??(Ye.association?Ye.association.source===Ye.annotation.id?Ye.association.target:Ye.association.source:void 0))===we.node.id&&((at=Ye.placement)==null?void 0:at.side.startsWith("bottom"))}))continue;let Ae,Ke=!1,Ot;for(const Ye of M.flows){if(Ye.flow.source!==we.node.id)continue;const Mt=S.get(Ye.flow.target);if(!Mt||!Mt.node.lane&&ie(Mt)===void 0)continue;const at=Be(Mt);Number.isNaN(at)||(Math.abs(at-We)<.5&&(Ke=!0),at>We?!Ae||at>Ae.row?Ae={id:Mt.node.id,row:at,count:1}:at===Ae.row&&Ae.count++:at<We&&Mt.node.lane===we.node.lane&&(!Ot||at>Ot.row?Ot={op:Mt,row:at,count:1}:at===Ot.row&&Ot.count++))}Ae&&Ae.count===1&&(De.get(Ae.id)??0)===1&&Ln.add(Ae.id),!Ke&&Ot&&Ot.count===1&&(De.get(Ot.op.node.id)??0)===1&&sr.set(Ot.op.node.id,{lane:we.node.lane,band:ie(we)})}}const Nn=new Set;let zk=0;for(;zk++<M.nodes.length+2;){for(let we=0;we<M.nodes.length+M.flows.length+2;we++){let We=!1;for(const ct of M.flows){const Ae=ct.flow;if(Nn.has(Ae.id))continue;const Ke=l(Ae.source);if(!Ke)continue;const Ot=l(Ae.target),Ye=S.get(Ae.target);if(!Ot&&Ye){const Mt=R(Ye.node,Ye.band),at=ie(Ye);if(Ye.node.lane||at!==void 0){const Ri=Te(Ye.node),qc=Ke,Tb=qc.x+(Uc.get(Ae.source)??0)+qc.width+130,Yc=sr.get(Ae.target),Vk=mn(Ri,Mt,Yc?Yc.lane:Ye.node.lane,Yc?Yc.band:at,Ln.has(Ae.target)?qc.x+qc.width/2:Tb,Number.NaN),ff=n.createShape(Mt,Vk,Ri);Ln.has(Ae.target)&&Uc.set(Ae.target,Tb-(ff.x+ff.width/2)),n.connect(Ke,ff,{type:"bpmn:SequenceFlow",businessObject:St(Ae)})}else s.append(Ke,Mt,{connection:{type:"bpmn:SequenceFlow",businessObject:St(Ae)}})}else if(Ot)n.connect(Ke,Ot,{type:"bpmn:SequenceFlow",businessObject:St(Ae)});else continue;Nn.add(Ae.id),We=!0}if(!We)break}const De=M.nodes.filter(we=>!l(we.node.id));if(!De.length)break;const Be=De[0];{const we=R(Be.node,Be.band),We=Te(Be.node),ct=ie(Be);n.createShape(we,mn(We,we,Be.node.lane,ct,X,te),We),!Be.node.lane&&ct===void 0&&(te+=160)}}}const k=40,O=(C,M=()=>!0)=>{const H=l(C);if(!H)return[];const X=[H],te=new Set([C]);for(let Y=0;Y<X.length;Y++){const me=X[Y].id;for(const yt of m){const Le=yt.flow.target;if(yt.flow.source!==me||te.has(Le)||!S.has(Le))continue;te.add(Le);const Te=l(Le);Te&&M(Te)&&X.push(Te)}}return X};for(const C of It(e,"sequenceFlow.update")){if(C.target===void 0)continue;const M=S.get(C.target);if(!M)continue;const H=l(C.target),X=l(C.id);if(!H||!X)continue;const te=C.source!==void 0?l(C.source):X.source,Y=X.target;if(!te||!Y||Y.id===H.id)continue;const me=O(C.target),yt=new Set(me.map(qe=>qe.id)),Le=Math.min(...me.map(qe=>qe.x)),Te=Math.max(...me.map(qe=>qe.x+qe.width)),Rt=te.x+te.width,ai=Te-Le+k*2-(Y.x-Rt);if(ai>0){const qe=f(H),Qt=(qe==null?void 0:qe.children)??[],Ln=Nn=>Nn.type==="bpmn:Lane",sr=Qt.filter(Nn=>!("waypoints"in Nn&&Nn.waypoints)&&!Ln(Nn)&&!yt.has(Nn.id)&&Nn.x>=Y.x),Uc=qe?[qe,...Qt.filter(Nn=>Ln(Nn))]:[];sr.length&&n.createSpace(sr,Uc,{x:ai,y:0},"e",Y.x-1)}const mn=M.node.lane||M.band!==void 0?H.y+H.height/2:te.y+te.height/2;n.moveElements(me,{x:Rt+k-Le,y:mn-(H.y+H.height/2)})}const z=(C,M)=>{const H=M.target===C,X=p(M.source),te=p(M.target),Y=H?"bpmn:DataOutputAssociation":"bpmn:DataInputAssociation";n.connect(X,te,M.id?{type:Y,businessObject:i.create(Y,{id:M.id})}:{type:Y})};for(const C of w){const M=C.associations??[],H=M.map(Y=>Y.source===C.dataStore.id?Y.target:Y.source).map(l).find(Boolean),X=H?f(H)??u():u(),te=H?{x:H.x+H.width/2,y:H.y+H.height+110}:{x:200,y:N+60};n.createShape({type:"bpmn:DataStoreReference",businessObject:i.create("bpmn:DataStoreReference",{id:C.dataStore.id,name:C.dataStore.name})},te,X);for(const Y of M)z(C.dataStore.id,Y)}for(const C of E){const H=p(C.association.target).type==="bpmn:DataStoreReference"?C.association.target:C.association.source;z(H,C.association)}for(const C of g){const M=C.flow;n.connect(p(M.source),p(M.target),{type:"bpmn:MessageFlow",businessObject:i.create("bpmn:MessageFlow",{id:M.id,name:M.name})})}const ne=100,ye=30,Ie=4,it=new Map;for(const C of g)it.set(C.flow.target,(it.get(C.flow.target)??0)+1);const je=C=>!("waypoints"in C&&C.waypoints)&&C.type!=="bpmn:Lane"&&C.type!=="label"&&typeof C.x=="number",ot=()=>{const C=$n(o);return{bad:Di(C).filter(M=>M.kind==="edge-crosses-shape"||M.kind==="edge-overlap-opposite"||M.kind==="edge-overlap-mixed").length,crossings:ja(C).length}},jt=C=>{const M=$n(o),H=M.edges.find(X=>X.id===C);return!!H&&ki(H,Hr(M)).length>0},qt=(C,M,H)=>{const X=new Set(C.map(Te=>Te.id)),te=(M.children??[]).filter(je).filter(Te=>!X.has(Te.id));if(C.some(Te=>te.some(Rt=>Te.x+H<Rt.x+Rt.width+ye&&Te.x+H+Te.width+ye>Rt.x&&Te.y<Rt.y+Rt.height&&Te.y+Te.height>Rt.y)))return null;const me=M.width;n.moveElements(C,{x:H,y:0});const Le=Math.max(...C.map(Te=>Te.x+Te.width))+150-(M.x+M.width);return Le>0&&n.resizeShape(M,{x:M.x,y:M.y,width:M.width+Le,height:M.height}),()=>{n.moveElements(C,{x:-H,y:0}),Le>0&&n.resizeShape(M,{x:M.x,y:M.y,width:me,height:M.height})}},Ge=(C,M)=>M.bad>C.bad||M.crossings>C.crossings,gt=(C,M,H,X=()=>!0)=>{const te=ot(),Y=qt(C,M,H);if(!Y)return!1;const me=ot();return Ge(te,me)||!X()?(Y(),!1):!0},Dt=g.filter(C=>{const M=S.get(C.flow.target),H=M==null?void 0:M.node.participant;return!!M&&!!H&&re.has(`pool:${H}`)&&(it.get(C.flow.target)??0)===1}),Dr=new Set(m.map(C=>C.flow.target)),bn=C=>K.findIndex(({op:M})=>M.participant.id===C);Dt.sort((C,M)=>{var te,Y;const H=Dr.has(C.flow.target)?1:0,X=Dr.has(M.flow.target)?1:0;return H!==X?H-X:bn((te=S.get(C.flow.target))==null?void 0:te.node.participant)-bn((Y=S.get(M.flow.target))==null?void 0:Y.node.participant)});const Hn=C=>{const M=l(C.flow.target),H=l(C.flow.source);if(!M||!H)return null;const X=H.x+H.width/2-(M.x+M.width/2);if(X<ne)return null;const te=p(S.get(C.flow.target).node.participant);return{subtree:O(C.flow.target,Y=>Y.x>=M.x),pool:te,dx:X}};for(let C=0;C<3;C++){const M=ot(),H=[];for(const te of Dt){const Y=Hn(te);if(!Y)continue;const me=qt(Y.subtree,Y.pool,Y.dx);me&&H.push(me)}if(!H.length)break;if(!Ge(M,ot()))continue;for(const te of H.reverse())te();let X=!1;for(const te of Dt){const Y=Hn(te);Y&&gt(Y.subtree,Y.pool,Y.dx)&&(X=!0)}if(!X)break}for(const C of Dt){if(!jt(C.flow.id))continue;const M=l(C.flow.target);if(!M)continue;const H=p(S.get(C.flow.target).node.participant),X=O(C.flow.target,Y=>Y.x>=M.x),te=M.width+130;for(let Y=1;Y<=Ie&&!gt(X,H,te*Y,()=>!jt(C.flow.id));Y++);}let xn=0;for(const C of x){const M=(C.group.members??[]).map(l).filter(Y=>!!Y),H=40;let X;if(M.length){const Y=Math.min(...M.map(Te=>Te.x))-H,me=Math.min(...M.map(Te=>Te.y))-H,yt=Math.max(...M.map(Te=>Te.x+Te.width))+H,Le=Math.max(...M.map(Te=>Te.y+Te.height))+H;X={x:Y,y:me,width:yt-Y,height:Le-me}}else X={x:300+xn*350,y:40,width:300,height:200},xn++;const te=n.createShape({type:"bpmn:Group",businessObject:i.create("bpmn:Group",{id:C.group.id}),width:X.width,height:X.height},{x:X.x+X.width/2,y:X.y+X.height/2},u());C.group.name&&n.updateLabel(te,C.group.name),(Oe=C.group.members)!=null&&Oe.length&&A(te,"bwl:Members",{refs:C.group.members.join(" ")})}const vt=C=>{const M=C.waypoints;if(M!=null&&M.length){const X=M[Math.floor((M.length-1)/2)];return{x:X.x,y:X.y,width:0,height:0}}const H=C;return{x:H.x,y:H.y,width:H.width,height:H.height}};let zn=0;const Pa={width:100,height:30};for(const C of b){const M=C.association,H=((Ne=C.placement)==null?void 0:Ne.anchor)??(M?M.source===C.annotation.id?M.target:M.source:void 0),X=H?l(H):void 0,te=X?vt(X):void 0;let Y;if(te&&C.placement){const[Le,Te]=gd[C.placement.side],Rt=C.placement.offset??50;Y={x:te.x+te.width/2+Le*(te.width/2+Pa.width/2+Rt),y:te.y+te.height/2+Te*(te.height/2+Pa.height/2+Rt)}}else te?(Y={x:te.x+te.width/2+180+zn%3*260,y:te.y-110-zn%2*95},zn++):(Y={x:300+zn*260,y:60},zn++);const me=X?f(X)??u():u(),yt=n.createShape({type:"bpmn:TextAnnotation",businessObject:i.create("bpmn:TextAnnotation",{id:C.annotation.id,text:C.annotation.text})},Y,me);if(M){const Le=Te=>Te===C.annotation.id?yt:p(Te);n.connect(Le(M.source),Le(M.target),M.id?{type:"bpmn:Association",businessObject:i.create("bpmn:Association",{id:M.id})}:{type:"bpmn:Association"})}C.placement&&A(yt,"bwl:Placement",I(C.placement))}for(const C of It(e,"association.add")){const M=C.association;n.connect(p(M.source),p(M.target),M.id?{type:"bpmn:Association",businessObject:i.create("bpmn:Association",{id:M.id})}:{type:"bpmn:Association"})}for(const C of It(e,"node.update")){let M=p(C.id);if(C.type&&Ha(C.type)!==M.type&&(M=c.replaceElement(M,{type:Ha(C.type)})),C.name!==void 0&&n.updateProperties(M,{name:C.name??void 0}),C.lane){const H=p(C.lane),X=H.y+H.height/2-(M.y+M.height/2);X!==0&&n.moveElements([M],{x:0,y:X})}}for(const C of It(e,"sequenceFlow.update")){const M=p(C.id);if(C.source!==void 0||C.target!==void 0){const H=M,X=C.source!==void 0?p(C.source):H.source,te=C.target!==void 0?p(C.target):H.target,Y=me=>({x:me.x+me.width/2,y:me.y+me.height/2});n.reconnect(H,X,te,[Y(X),Y(te)])}C.name!==void 0&&n.updateProperties(M,{name:C.name??void 0}),C.condition!==void 0&&n.updateProperties(M,{name:((Ab=C.condition)==null?void 0:Ab.label)??void 0})}for(const C of It(e,"messageFlow.update"))C.name!==void 0&&n.updateProperties(p(C.id),{name:C.name??void 0});for(const C of It(e,"dataStore.update"))C.name!==void 0&&n.updateProperties(p(C.id),{name:C.name??void 0});for(const C of It(e,"annotation.update")){const M=p(C.id);if(C.text!==void 0&&n.updateProperties(M,{text:C.text}),C.placement===null)A(M,"bwl:Placement",null);else if(C.placement){const H=vt(p(C.placement.anchor)),[X,te]=gd[C.placement.side],Y=C.placement.offset??50,me=H.x+H.width/2+X*(H.width/2+M.width/2+Y),yt=H.y+H.height/2+te*(H.height/2+M.height/2+Y);n.moveElements([M],{x:me-(M.x+M.width/2),y:yt-(M.y+M.height/2)}),A(M,"bwl:Placement",I(C.placement))}}for(const C of It(e,"group.update")){const M=p(C.id);if(C.name!==void 0&&n.updateLabel(M,C.name??""),C.members){const H=C.members.map(l).filter(X=>!!X);if(H.length){const te=Math.min(...H.map(Le=>Le.x))-40,Y=Math.min(...H.map(Le=>Le.y))-40,me=Math.max(...H.map(Le=>Le.x+Le.width))+40,yt=Math.max(...H.map(Le=>Le.y+Le.height))+40;n.resizeShape(M,{x:te,y:Y,width:me-te,height:yt-Y})}A(M,"bwl:Members",{refs:C.members.join(" ")})}}}function yd(e,t,n=vd){const i=md(e),r=hd(t,Xf(i.elementRegistry)),o={edgeCrossings:{before:0,after:0}};if(r.length)return{ok:!1,issues:r,findings:[],stats:o};const a=$n(i.elementRegistry),s=new Set(Di(a).map(Mi)),c=new Set(a.edges.map(d=>d.id)),u=ja(a).length,l=e.get("commandStack");try{vf(l,()=>{n(t,i),od(i,c),nd(i,s),ud(i,s,c),pd(i,s,c)})}catch(d){return{ok:!1,issues:[{kind:"lower-failed",message:d instanceof Error?d.message:String(d)}],findings:[],stats:o}}const p=$n(i.elementRegistry),f=Di(p).filter(d=>!s.has(Mi(d)));return{ok:!0,issues:[],findings:f,stats:{edgeCrossings:{before:u,after:ja(p).length}}}}function Xx(e){const t=e.slice(e.indexOf(":")+1);return t.charAt(0).toLowerCase()+t.slice(1)}function Zx(e,t){return typeof e.get=="function"?e.get(t):e[t]}function _d(e,t){const n=Zx(e,t);return typeof n=="number"&&Number.isFinite(n)?n:void 0}function bd(e,t){var i;return(((i=e.extensionElements)==null?void 0:i.values)??[]).find(r=>(r==null?void 0:r.$type)===t)}function Qx(e){return typeof e=="string"&&Xc.includes(e)}function Un(e){if(typeof e=="string")return e;const t=e==null?void 0:e.id;return typeof t=="string"?t:void 0}function xd(e){const t=e.rootElements??[],n=t.find(q=>q.$type==="bpmn:Collaboration"),i=new Map(t.filter(q=>q.$type==="bpmn:Process").map(q=>[q.id,q])),r=[],o=[],a=[],s=[],c=[],u=[],l={poolOrders:{},bands:{},placements:{}},p=[],f=[],d=[],h=[],m=[],g=[],w=new Set,E=new Set,b=q=>{q&&w.add(q)},x=q=>{w.add(q),E.add(q)},S=q=>{const ie=bd(q,"bwl:Placement");if(!ie)return;const ce=typeof ie.anchor=="string"?ie.anchor:void 0;if(!ce||!Qx(ie.side))return;const oe=typeof ie.offset=="number"?ie.offset:void 0;m.push({owner:q.id,anchor:ce,side:ie.side,...oe!==void 0?{offset:oe}:{}})},A=q=>{const ie=bd(q,"bwl:Members"),ce=typeof(ie==null?void 0:ie.refs)=="string"?ie.refs.split(/\s+/).filter(Boolean):[];ce.length&&g.push({owner:q.id,refs:ce})},I=q=>{var ie;for(const ce of q)switch(b(ce.id),ce.$type){case"bpmn:TextAnnotation":x(ce.id),s.push({id:ce.id,text:typeof ce.text=="string"?ce.text:""}),S(ce);break;case"bpmn:Association":d.push({id:ce.id,type:ce.$type,source:Un(ce.sourceRef),target:Un(ce.targetRef)});break;case"bpmn:Group":{x(ce.id);const oe=(ie=ce.categoryValueRef)==null?void 0:ie.value;c.push({id:ce.id,...typeof oe=="string"&&oe?{name:oe}:{}}),A(ce);break}default:u.push({id:ce.id,type:ce.$type,reason:"type-outside-mvp"})}},P=(q,ie)=>{const ce=q.flowElements??[],oe=(q.laneSets??[]).flatMap(K=>K.lanes??[]),se=new Map;for(const K of oe){b(K.id);for(const N of K.flowNodeRef??[]){const B=Un(N);B&&se.set(B,K.id)}}for(const K of ce){if(b(K.id),K.$type==="bpmn:SequenceFlow"){p.push({id:K.id,source:Un(K.sourceRef),target:Un(K.targetRef),...typeof K.name=="string"&&K.name?{name:K.name}:{}});continue}if(K.$type==="bpmn:DataStoreReference"){x(K.id),a.push({id:K.id,...K.name?{name:K.name}:{}});continue}const N=Xx(K.$type);if(!df(N)){u.push({id:K.id,type:K.$type,reason:"type-outside-mvp"});continue}x(K.id),o.push({id:K.id,type:N,...K.name?{name:K.name}:{},...ie?{participant:ie}:{},...se.has(K.id)?{lane:se.get(K.id)}:{}});const B=_d(K,"bwl:band");B!==void 0&&(l.bands[K.id]=B);for(const V of K.dataOutputAssociations??[])b(V.id),h.push({id:V.id,type:V.$type,source:K.id,target:Un(V.targetRef)});for(const V of K.dataInputAssociations??[])b(V.id),h.push({id:V.id,type:V.$type,source:Un((V.sourceRef??[])[0]),target:K.id})}I(q.artifacts??[])};if(n){const q=new Set;for(const ie of n.participants??[]){x(ie.id);const ce=Un(ie.processRef);ce&&q.add(ce);const oe=ce?i.get(ce):void 0,se=((oe==null?void 0:oe.laneSets)??[]).flatMap(V=>V.lanes??[]),K=se.map(V=>({id:V.id,...V.name?{name:V.name}:{}}));for(const V of K)x(V.id);const N=!oe||(oe.flowElements??[]).length===0&&se.length===0&&(oe.artifacts??[]).length===0;r.push({id:ie.id,...ie.name?{name:ie.name}:{},...N?{blackBox:!0}:{},...K.length?{lanes:K}:{}});const B=_d(ie,"bwl:poolOrder");B!==void 0&&(l.poolOrders[ie.id]=B),oe&&P(oe,ie.id)}for(const ie of n.messageFlows??[])b(ie.id),f.push({id:ie.id,source:Un(ie.sourceRef),target:Un(ie.targetRef),...typeof ie.name=="string"&&ie.name?{name:ie.name}:{}});I(n.artifacts??[]);for(const[ie,ce]of i)!q.has(ie)&&(ce.flowElements??[]).length>0&&u.push({id:ie,type:ce.$type,reason:"unreachable-process"})}else for(const q of i.values())P(q);const $=[],j=[],L=[],F=[],re=(q,ie)=>!!q&&!!ie&&E.has(q)&&E.has(ie);for(const q of p){if(!re(q.source,q.target)){u.push({id:q.id,type:"bpmn:SequenceFlow",reason:"endpoint-outside-mvp"});continue}$.push({id:q.id,source:q.source,target:q.target,...q.name?{name:q.name}:{}}),E.add(q.id)}for(const q of f){if(!re(q.source,q.target)){u.push({id:q.id,type:"bpmn:MessageFlow",reason:"endpoint-outside-mvp"});continue}j.push({id:q.id,source:q.source,target:q.target,...q.name?{name:q.name}:{}}),E.add(q.id)}for(const q of h){if(!re(q.source,q.target)){u.push({id:q.id??"",type:q.type,reason:"endpoint-outside-mvp"});continue}F.push({...q.id?{id:q.id}:{},source:q.source,target:q.target}),q.id&&E.add(q.id)}for(const q of d){if(!re(q.source,q.target)){u.push({id:q.id??"",type:q.type,reason:"endpoint-outside-mvp"});continue}L.push({...q.id?{id:q.id}:{},source:q.source,target:q.target})}const Pe=new Map(c.map(q=>[q.id,q]));for(const{owner:q,refs:ie}of g){const ce=ie.filter(se=>w.has(se)),oe=Pe.get(q);oe&&ce.length&&(oe.members=ce)}for(const q of m)w.has(q.anchor)&&(l.placements[q.owner]={anchor:q.anchor,side:q.side,...q.offset!==void 0?{offset:q.offset}:{}});return{definition:{...r.length?{participants:r}:{},nodes:o,sequenceFlows:$,...j.length?{messageFlows:j}:{},...a.length?{dataStores:a}:{},...F.length?{dataAssociations:F}:{},...s.length?{annotations:s}:{},...L.length?{associations:L}:{},...c.length?{groups:c}:{}},hints:l,omitted:u}}async function Jx(e){const{definitions:t,warnings:n}=await du(e);return{...xd(t),warnings:n}}function eE(e,t,n,i={}){return{documentId:e,baseVersion:t,ops:[...n],origin:i.origin??"agent",clientOpId:(i.mkClientOpId??(()=>crypto.randomUUID()))()}}async function Ed(e,t,{currentVersion:n}){if(t.baseVersion!==n)return{status:"conflict",baseVersion:t.baseVersion,currentVersion:n};const i=yd(e,t.ops);if(!i.ok)return{status:"rejected",issues:i.issues};const{xml:r}=await e.saveXML({format:!0});return{status:"applied",version:n+1,xml:r??"",findings:i.findings,stats:i.stats}}const tE=Symbol("bpmn-editor");function nE(){const e=ut.ref(!1),t=ut.ref(!0),n=ut.ref(!1);let i,r;const o=()=>{e.value=!0};function a(u,l){u.get("canvas").getContainer().style.pointerEvents=l?"":"none";const p=u.get("keyboard");l?(r&&p.bind(r),r=void 0):r||(r=p.getBinding(),p.unbind())}function s(){if(!i)throw new Error("modeler not attached — 뷰 @ready 후 attach() 필요");return i}function c(){return i==null?void 0:i.get("commandStack")}return{dirty:e,editable:t,agentBusy:n,attach(u){i&&this.detach(),i=u,i.get("eventBus").on("commandStack.changed",o),t.value||a(i,!1)},detach(){i==null||i.get("eventBus").off("commandStack.changed",o),i&&!t.value&&a(i,!0),r=void 0,i=void 0},setEditable(u){t.value=u,i&&a(i,u)},async applyAgentBatch(u,l){const p=s();n.value=!0;try{const f=await Ed(p,u,{currentVersion:l});return f.status==="applied"&&(e.value=!1),f}finally{n.value=!1}},async importXml(u){const{warnings:l}=await s().importXML(u);return e.value=!1,{warnings:hu(l)}},async saveXml(){const{xml:u}=await s().saveXML({format:!0});return e.value=!1,u??""},undo:()=>{var u;return(u=c())==null?void 0:u.undo()},redo:()=>{var u;return(u=c())==null?void 0:u.redo()},canUndo:()=>{var u;return((u=c())==null?void 0:u.canUndo())??!1},canRedo:()=>{var u;return((u=c())==null?void 0:u.canRedo())??!1}}}function J(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}function iE(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var xu={exports:{}},wd;function rE(){if(wd)return xu.exports;wd=1;var e=xu.exports=function(t,n){if(n||(n=16),t===void 0&&(t=128),t<=0)return"0";for(var i=Math.log(Math.pow(2,t))/Math.log(n),r=2;i===1/0;r*=2)i=Math.log(Math.pow(2,t/r))/Math.log(n)*r;for(var o=i-Math.floor(i),a="",r=0;r<Math.floor(i);r++){var s=Math.floor(Math.random()*n).toString(n);a=s+a}if(o){var c=Math.pow(n,o),s=Math.floor(Math.random()*c).toString(n);a=s+a}var u=parseInt(a,n);return u!==1/0&&u>=Math.pow(2,t)?e(t,n):a};return e.rack=function(t,n,i){var r=function(a){var s=0;do{if(s++>10)if(i)t+=i;else throw new Error("too many ID collisions, use more bits");var c=e(t,n)}while(Object.hasOwnProperty.call(o,c));return o[c]=a,c},o=r.hats={};return r.get=function(a){return r.hats[a]},r.set=function(a,s){return r.hats[a]=s,r},r.bits=t||128,r.base=n||16,r},xu.exports}var oE=rE(),aE=iE(oE);function qn(e){if(!(this instanceof qn))return new qn(e);e=e||[128,36,1],this._seed=e.length?aE.rack(e[0],e[1],e[2]):e}qn.prototype.next=function(e){return this._seed(e||!0)},qn.prototype.nextPrefixed=function(e,t){var n;do n=e+this.next(!0);while(this.assigned(n));return this.claim(n,t),n},qn.prototype.claim=function(e,t){this._seed.set(e,t||!0)},qn.prototype.assigned=function(e){return this._seed.get(e)||!1},qn.prototype.unclaim=function(e){delete this._seed.hats[e]},qn.prototype.clear=function(){var e=this._seed.hats,t;for(t in e)this.unclaim(t)};const bt={legend:[1,"<fieldset>","</fieldset>"],tr:[2,"<table><tbody>","</tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],_default:[0,"",""]};bt.td=bt.th=[3,"<table><tbody><tr>","</tr></tbody></table>"],bt.option=bt.optgroup=[1,'<select multiple="multiple">',"</select>"],bt.thead=bt.tbody=bt.colgroup=bt.caption=bt.tfoot=[1,"<table>","</table>"],bt.polyline=bt.ellipse=bt.polygon=bt.circle=bt.text=bt.line=bt.path=bt.rect=bt.g=[1,'<svg xmlns="http://www.w3.org/2000/svg" version="1.1">',"</svg>"];function Ue(e,t=globalThis.document){var u;if(typeof e!="string")throw new TypeError("String expected");const n=/^<!--(.*?)-->$/s.exec(e);if(n)return t.createComment(n[1]);const i=(u=/<([\w:]+)/.exec(e))==null?void 0:u[1];if(!i)return t.createTextNode(e);if(e=e.trim(),i==="body"){const l=t.createElement("html");l.innerHTML=e;const{lastChild:p}=l;return p.remove(),p}let[r,o,a]=Object.hasOwn(bt,i)?bt[i]:bt._default,s=t.createElement("div");for(s.innerHTML=o+e+a;r--;)s=s.lastChild;if(s.firstChild===s.lastChild){const{firstChild:l}=s;return l.remove(),l}const c=t.createDocumentFragment();return c.append(...s.childNodes),c}function sE(e,t){return t.forEach(function(n){n&&typeof n!="string"&&!Array.isArray(n)&&Object.keys(n).forEach(function(i){if(i!=="default"&&!(i in e)){var r=Object.getOwnPropertyDescriptor(n,i);Object.defineProperty(e,i,r.get?r:{enumerable:!0,get:function(){return n[i]}})}})}),Object.freeze(e)}function Xt(e,...t){const n=e.style;return T(t,function(i){i&&T(i,function(r,o){n[o]=r})}),e}function Gt(e,t,n){return arguments.length==2?e.getAttribute(t):n===null?e.removeAttribute(t):(e.setAttribute(t,n),e)}const cE=Object.prototype.toString;function Ze(e){return new Oi(e)}function Oi(e){if(!e||!e.nodeType)throw new Error("A DOM element reference is required");this.el=e,this.list=e.classList}Oi.prototype.add=function(e){return this.list.add(e),this},Oi.prototype.remove=function(e){return cE.call(e)=="[object RegExp]"?this.removeMatching(e):(this.list.remove(e),this)},Oi.prototype.removeMatching=function(e){const t=this.array();for(let n=0;n<t.length;n++)e.test(t[n])&&this.remove(t[n]);return this},Oi.prototype.toggle=function(e,t){return typeof t<"u"?t!==this.list.toggle(e,t)&&this.list.toggle(e):this.list.toggle(e),this},Oi.prototype.array=function(){return Array.from(this.list)},Oi.prototype.has=Oi.prototype.contains=function(e){return this.list.contains(e)};function za(e){for(var t;t=e.firstChild;)e.removeChild(t);return e}function mr(e,t,n){var i=n?e:e.parentNode;return i&&typeof i.closest=="function"&&i.closest(t)||null}function uE(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Va={},Sd;function lE(){if(Sd)return Va;Sd=1;var e,t,n;function i(){e=window.addEventListener?"addEventListener":"attachEvent",t=window.removeEventListener?"removeEventListener":"detachEvent",n=e!=="addEventListener"?"on":""}return Va.bind=function(r,o,a,s){return e||i(),r[e](n+o,a,s||!1),a},Va.unbind=function(r,o,a,s){return t||i(),r[t](n+o,a,s||!1),a},Va}var Rd=lE(),pE=uE(Rd),he=sE({__proto__:null,default:pE},[Rd]),Cd=["focus","blur"];function fE(e,t,n,i,r){return Cd.indexOf(n)!==-1&&(r=!0),he.bind(e,n,function(o){var a=o.target||o.srcElement;o.delegateTarget=mr(a,t,!0),o.delegateTarget&&i.call(e,o)},r)}function dE(e,t,n,i){return Cd.indexOf(t)!==-1&&(i=!0),he.unbind(e,t,n,i)}var an={bind:fE,unbind:dE};function Eu(e,t){return e&&typeof e.matches=="function"&&e.matches(t)||!1}function $e(e,t){return t=t||document,t.querySelector(e)}function Ga(e,t){return t=t||document,t.querySelectorAll(e)}function Yn(e){e.parentNode&&e.parentNode.removeChild(e)}function hE(e,t){if(e.ownerDocument!==t.ownerDocument)try{return t.ownerDocument.importNode(e,!0)}catch{}return e}function mE(e,t){return t.appendChild(hE(e,t))}function ge(e,t){return mE(t,e),e}var wu=2,Pd={"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":wu,"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":wu,"text-anchor":1,"text-decoration":1,"text-rendering":1,"unicode-bidi":1,visibility:1,"word-spacing":1,"writing-mode":1};function gE(e,t){return Pd[t]?e.style[t]:e.getAttributeNS(null,t)}function Ad(e,t,n){var i=t.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),r=Pd[i];r?(r===wu&&typeof n=="number"&&(n=String(n)+"px"),e.style[i]=n):e.setAttributeNS(null,t,n)}function vE(e,t){var n=Object.keys(t),i,r;for(i=0,r;r=n[i];i++)Ad(e,r,t[r])}function ee(e,t,n){if(typeof t=="string")if(n!==void 0)Ad(e,t,n);else return gE(e,t);else vE(e,t);return e}const yE=Object.prototype.toString;function Ce(e){return new Ii(e)}function Ii(e){if(!e||!e.nodeType)throw new Error("A DOM element reference is required");this.el=e,this.list=e.classList}Ii.prototype.add=function(e){return this.list.add(e),this},Ii.prototype.remove=function(e){return yE.call(e)=="[object RegExp]"?this.removeMatching(e):(this.list.remove(e),this)},Ii.prototype.removeMatching=function(e){const t=this.array();for(let n=0;n<t.length;n++)e.test(t[n])&&this.remove(t[n]);return this},Ii.prototype.toggle=function(e,t){return typeof t<"u"?t!==this.list.toggle(e,t)&&this.list.toggle(e):this.list.toggle(e),this},Ii.prototype.array=function(){return Array.from(this.list)},Ii.prototype.has=Ii.prototype.contains=function(e){return this.list.contains(e)};function Wa(e){for(var t;t=e.firstChild;)e.removeChild(t);return e}function Td(e){return e.cloneNode(!0)}var Su={svg:"http://www.w3.org/2000/svg"},Md='<svg xmlns="'+Su.svg+'"';function _E(e){var t=!1;e.substring(0,4)==="<svg"?e.indexOf(Su.svg)===-1&&(e=Md+e.substring(4)):(e=Md+">"+e+"</svg>",t=!0);var n=bE(e);if(!t)return n;for(var i=document.createDocumentFragment(),r=n.firstChild;r.firstChild;)i.appendChild(r.firstChild);return i}function bE(e){var t;return t=new DOMParser,t.async=!1,t.parseFromString(e,"text/xml")}function ae(e,t){var n;return e=e.trim(),e.charAt(0)==="<"?(n=_E(e).firstChild,n=document.importNode(n,!0)):n=document.createElementNS(Su.svg,e),t&&ee(n,t),n}var Ru=null;function kd(){return Ru===null&&(Ru=ae("svg")),Ru}function Dd(e,t){var n,i,r=Object.keys(t);for(n=0;i=r[n];n++)e[i]=t[i];return e}function xE(e,t,n,i,r,o){var a=kd().createSVGMatrix();switch(arguments.length){case 0:return a;case 1:return Dd(a,e);case 6:return Dd(a,{a:e,b:t,c:n,d:i,e:r,f:o})}}function Co(e){return kd().createSVGTransform()}var Od=/([&<>]{1})/g,EE=/([&<>\n\r"]{1})/g,wE={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"'"};function Cu(e,t){function n(i,r){return wE[r]||r}return e.replace(t,n)}function Id(e,t){var n,i,r,o,a;switch(e.nodeType){case 3:t.push(Cu(e.textContent,Od));break;case 1:if(t.push("<",e.tagName),e.hasAttributes())for(r=e.attributes,n=0,i=r.length;n<i;++n)o=r.item(n),t.push(" ",o.name,'="',Cu(o.value,EE),'"');if(e.hasChildNodes()){for(t.push(">"),a=e.childNodes,n=0,i=a.length;n<i;++n)Id(a.item(n),t);t.push("</",e.tagName,">")}else t.push("/>");break;case 8:t.push("<!--",Cu(e.nodeValue,Od),"-->");break;case 4:t.push("<![CDATA[",e.nodeValue,"]]>");break;default:throw new Error("unable to handle node "+e.nodeType)}return t}function SE(e){for(var t=e.firstChild,n=[];t;)Id(t,n),t=t.nextSibling;return n.join("")}function Ld(e,t){return SE(e)}function xt(e){var t=e.parentNode;return t&&t.removeChild(e),e}function RE(e,t){return t instanceof SVGMatrix?e.createSVGTransformFromMatrix(t):t}function CE(e,t){var n,i;for(e.clear(),n=0;i=t[n];n++)e.appendItem(RE(e,i))}function Po(e,t){var n=e.transform.baseVal;return t&&(Array.isArray(t)||(t=[t]),CE(n,t)),n.consolidate()}const PE=/^class[ {]/;function AE(e){return PE.test(e.toString())}function Pu(e){return Array.isArray(e)}function Au(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function Ua(...e){e.length===1&&Pu(e[0])&&(e=e[0]),e=[...e];const t=e.pop();return t.$inject=e,t}const TE=/constructor\s*[^(]*\(\s*([^)]*)\)/m,ME=/^(?:async\s+)?(?:function\s*[^(]*)?(?:\(\s*([^)]*)\)|(\w+))/m,kE=/\/\*([^*]*)\*\//m;function DE(e){if(typeof e!="function")throw new Error(`Cannot annotate "${e}". Expected a function!`);const t=e.toString().match(AE(e)?TE:ME);if(!t)return[];const n=t[1]||t[2];return n&&n.split(",").map(i=>{const r=i.match(kE);return(r&&r[1]||i).trim()})||[]}function Nd(e,t){const n=t||{get:function(b,x){if(i.push(b),x===!1)return null;throw s(`No provider for "${b}"!`)}},i=[],r=this._providers=Object.create(n._providers||null),o=this._instances=Object.create(null),a=o.injector=this,s=function(b){const x=i.join(" -> ");return i.length=0,new Error(x?`${b} (Resolving: ${x})`:b)};function c(b,x){if(!r[b]&&b.includes(".")){const S=b.split(".");let A=c(S.shift());for(;S.length;)A=A[S.shift()];return A}if(Au(o,b))return o[b];if(Au(r,b)){if(i.indexOf(b)!==-1)throw i.push(b),s("Cannot resolve circular dependency!");return i.push(b),o[b]=r[b][0](r[b][1]),i.pop(),o[b]}return n.get(b,x)}function u(b,x){if(typeof x>"u"&&(x={}),typeof b!="function")if(Pu(b))b=Ua(b.slice());else throw s(`Cannot invoke "${b}". Expected a function!`);const A=(b.$inject||DE(b)).map(I=>Au(x,I)?x[I]:c(I));return{fn:b,dependencies:A}}function l(b){const{fn:x,dependencies:S}=u(b),A=Function.prototype.bind.call(x,null,...S);return new A}function p(b,x,S){const{fn:A,dependencies:I}=u(b,S);return A.apply(x,I)}function f(b){return Ua(x=>b.get(x))}function d(b,x){if(x&&x.length){const S=Object.create(null),A=Object.create(null),I=[],P=[],$=[];let j,L,F,re;for(let Pe in r)j=r[Pe],x.indexOf(Pe)!==-1&&(j[2]==="private"?(L=I.indexOf(j[3]),L===-1?(F=j[3].createChild([],x),re=f(F),I.push(j[3]),P.push(F),$.push(re),S[Pe]=[re,Pe,"private",F]):S[Pe]=[$[L],Pe,"private",P[L]]):S[Pe]=[j[2],j[1]],A[Pe]=!0),(j[2]==="factory"||j[2]==="type")&&j[1].$scope&&x.forEach(nt=>{j[1].$scope.indexOf(nt)!==-1&&(S[Pe]=[j[2],j[1]],A[nt]=!0)});x.forEach(Pe=>{if(!A[Pe])throw new Error('No provider for "'+Pe+'". Cannot use provider from the parent!')}),b.unshift(S)}return new Nd(b,a)}const h={factory:p,type:l,value:function(b){return b}};function m(b,x){const S=b.__init__||[];return function(){S.forEach(A=>{typeof A=="string"?x.get(A):x.invoke(A)})}}function g(b){const x=b.__exports__;if(x){const S=b.__modules__,A=Object.keys(b).reduce((L,F)=>(F!=="__exports__"&&F!=="__modules__"&&F!=="__init__"&&F!=="__depends__"&&(L[F]=b[F]),L),Object.create(null)),I=(S||[]).concat(A),P=d(I),$=Ua(function(L){return P.get(L)});x.forEach(function(L){r[L]=[$,L,"private",P]});const j=(b.__init__||[]).slice();return j.unshift(function(){P.init()}),b=Object.assign({},b,{__init__:j}),m(b,P)}return Object.keys(b).forEach(function(S){if(S==="__init__"||S==="__depends__")return;const A=b[S];if(A[2]==="private"){r[S]=A;return}const I=A[0],P=A[1];r[S]=[h[I],OE(I,P),I]}),m(b,a)}function w(b,x){return b.indexOf(x)!==-1||(b=(x.__depends__||[]).reduce(w,b),b.indexOf(x)!==-1)?b:b.concat(x)}function E(b){const x=b.reduce(w,[]).map(g);let S=!1;return function(){S||(S=!0,x.forEach(A=>A()))}}this.get=c,this.invoke=p,this.instantiate=l,this.createChild=d,this.init=E(e)}function OE(e,t){return e!=="value"&&Pu(t)&&(t=Ua(t.slice())),t}var IE=1e3;function ui(e,t){var n=this;t=t||IE,e.on(["render.shape","render.connection"],t,function(i,r){var o=i.type,a=r.element,s=r.gfx,c=r.attrs;if(n.canRender(a))return o==="render.shape"?n.drawShape(s,a,c):n.drawConnection(s,a,c)}),e.on(["render.getShapePath","render.getConnectionPath"],t,function(i,r){if(n.canRender(r))return i.type==="render.getShapePath"?n.getShapePath(r):n.getConnectionPath(r)})}ui.prototype.canRender=function(e){},ui.prototype.drawShape=function(e,t){},ui.prototype.drawConnection=function(e,t){},ui.prototype.getShapePath=function(e){},ui.prototype.getConnectionPath=function(e){};function gr(e){return e.flat().join(",").replace(/,?([A-Za-z]),?/g,"$1")}function LE(e){return["M",e.x,e.y]}function Tu(e){return["L",e.x,e.y]}function NE(e,t,n){return["C",e.x,e.y,t.x,t.y,n.x,n.y]}function BE(e,t){const n=e.length,i=[LE(e[0])];for(let r=1;r<n;r++){const o=e[r-1],a=e[r],s=e[r+1];if(!s||!t){i.push(Tu(a));continue}const c=Math.min(t,Mu(a.x-o.x,a.y-o.y),Mu(s.x-a.x,s.y-a.y));if(!c){i.push(Tu(a));continue}const u=qa(a,o,c),l=qa(a,o,c*.5),p=qa(a,s,c),f=qa(a,s,c*.5);i.push(Tu(u)),i.push(NE(l,f,p))}return i}function qa(e,t,n){const i=t.x-e.x,r=t.y-e.y,o=Mu(i,r),a=n/o;return{x:e.x+i*a,y:e.y+r*a}}function Mu(e,t){return Math.sqrt(Math.pow(e,2)+Math.pow(t,2))}function Ao(e,t,n){de(t)&&(n=t,t=null),t||(t={});const i=ae("path",t);return de(n)&&(i.dataset.cornerRadius=String(n)),ku(i,e)}function ku(e,t){const n=parseInt(e.dataset.cornerRadius,10)||0;return ee(e,{d:gr(BE(t,n))}),e}function Ya(e){var t=new Set(e);return Ee(e,function(n){for(var i=n.parent;i;){if(t.has(i))return!1;i=i.parent}return!0})}function vr(e,t,n){n=n||0,le(e)||(e=[e]),T(e,function(i,r){var o=t(i,r,n);le(o)&&o.length&&vr(o,t,n+1)})}function Du(e,t,n){var i=new Set,r=new Set;return vr(e,function(o,a,s){i.add(o);var c=o.children;if(c&&!r.has(c))return r.add(c),c}),Array.from(i)}function To(e,t){return Du(e)}function $E(e,t,n){cr(t)&&(t=!0),Ct(t)&&(n=t,t=!0),n=n||{};var i=Mo(n.allShapes),r=Mo(n.allConnections),o=Mo(n.enclosedElements),a=Mo(n.enclosedConnections),s=Mo(n.topLevel,t&&Nr(e,function(l){return l.id}));function c(l){s[l.source.id]&&s[l.target.id]&&(s[l.id]=[l]),i[l.source.id]&&i[l.target.id]&&(a[l.id]=o[l.id]=l),r[l.id]=l}function u(l){if(o[l.id]=l,l.waypoints)a[l.id]=r[l.id]=l;else return i[l.id]=l,T(l.incoming,c),T(l.outgoing,c),l.children}return vr(e,u),{allShapes:i,allConnections:r,topLevel:s,enclosedConnections:a,enclosedElements:o}}function lt(e,t){t=!!t,le(e)||(e=[e]);var n,i,r,o;return T(e,function(a){var s=a;a.waypoints&&!t&&(s=lt(a.waypoints,!0));var c=s.x,u=s.y,l=s.height||0,p=s.width||0;(c<n||n===void 0)&&(n=c),(u<i||i===void 0)&&(i=u),(c+p>r||r===void 0)&&(r=c+p),(u+l>o||o===void 0)&&(o=u+l)}),{x:n,y:i,height:o-i,width:r-n}}function zr(e,t){var n={};return T(e,function(i){var r=i;r.waypoints&&(r=lt(r)),!de(t.y)&&r.x>t.x&&(n[i.id]=i),!de(t.x)&&r.y>t.y&&(n[i.id]=i),r.x>t.x&&r.y>t.y&&(de(t.width)&&de(t.height)&&r.width+r.x<t.width+t.x&&r.height+r.y<t.height+t.y||!de(t.width)||!de(t.height))&&(n[i.id]=i)}),n}function Bd(e){return"waypoints"in e?"connection":"x"in e?"shape":"root"}function $d(e){return!!(e&&e.isFrame)}function Mo(e,t){return D({},e||{},t||{})}var jE=1;function Li(e,t){ui.call(this,e,jE),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})}J(Li,ui),Li.prototype.canRender=function(){return!0},Li.prototype.drawShape=function(t,n,i){var r=ae("rect");return ee(r,{x:0,y:0,width:n.width||0,height:n.height||0}),$d(n)?ee(r,D({},this.FRAME_STYLE,i||{})):ee(r,D({},this.SHAPE_STYLE,i||{})),ge(t,r),r},Li.prototype.drawConnection=function(t,n,i){var r=Ao(n.waypoints,D({},this.CONNECTION_STYLE,i||{}));return ge(t,r),r},Li.prototype.getShapePath=function(t){var n=t.x,i=t.y,r=t.width,o=t.height,a=[["M",n,i],["l",r,0],["l",0,o],["l",-r,0],["z"]];return gr(a)},Li.prototype.getConnectionPath=function(t){var n=t.waypoints,i,r,o=[];for(i=0;r=n[i];i++)r=r.original||r,o.push([i===0?"M":"L",r.x,r.y]);return gr(o)},Li.$inject=["eventBus","styles"];function FE(){var e={"no-fill":{fill:"none"},"no-border":{strokeOpacity:0},"no-events":{pointerEvents:"none"}},t=this;this.cls=function(n,i,r){var o=this.style(i,r);return D(o,{class:n})},this.style=function(n,i){!le(n)&&!i&&(i=n,n=[]);var r=on(n,function(o,a){return D(o,e[a]||{})},{});return i?D(r,i):r},this.computeStyle=function(n,i,r){return le(i)||(r=i,i=[]),t.style(i||[],D({},r,n||{}))}}const HE={__init__:["defaultRenderer"],defaultRenderer:["type",Li],styles:["type",FE]};function rt(e,t){if(!e||!t)return-1;var n=e.indexOf(t);return n!==-1&&e.splice(n,1),n}function st(e,t,n){if(!(!e||!t)){typeof n!="number"&&(n=-1);var i=e.indexOf(t);if(i!==-1){if(i===n)return;if(n!==-1)e.splice(i,1);else return}n!==-1?e.splice(n,0,t):e.push(t)}}function Ou(e,t){return!e||!t?-1:e.indexOf(t)}function ko(e,t){return!e||!t?-1:Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))}function Iu(e,t,n,i){if(typeof i>"u"&&(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=ko(e,t);return Math.abs(r/o)<=i}var zE=2;function li(e,t){var n=Array.from(arguments).flat();const i={x:"v",y:"h"};for(const[r,o]of Object.entries(i))if(VE(r,n))return o;return!1}function VE(e,t){const n=t[0];return ur(t,function(i){return Math.abs(n[e]-i[e])<=zE})}function jd(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 Lu(e,t){return{x:Math.round(e.x+(t.x-e.x)/2),y:Math.round(e.y+(t.y-e.y)/2)}}var GE=/,?([a-z]),?/gi,Fd=parseFloat,pt=Math,Ni=pt.PI,Kn=pt.min,Xn=pt.max,Hd=pt.pow,Bi=pt.abs,WE=/([a-z])[\s,]*((-?\d*\.?\d*(?:e[-+]?\d+)?[\s]*,?[\s]*)+)/ig,UE=/(-?\d*\.?\d*(?:e[-+]?\d+)?)[\s]*,?[\s]*/ig,zd=Array.isArray||function(e){return e instanceof Array};function qE(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function YE(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 KE(e){function t(){var n=Array.prototype.slice.call(arguments,0),i=n.join("␀"),r=t.cache=t.cache||{},o=t.count=t.count||[];return qE(r,i)?(YE(o,i),r[i]):(o.length>=1e3&&delete r[o.shift()],o.push(i),r[i]=e(...arguments),r[i])}return t}function XE(e){if(!e)return null;var t={a:7,c:6,h:1,l:2,m:2,q:4,s:4,t:2,v:1,z:0},n=[];return String(e).replace(WE,function(i,r,o){var a=[],s=r.toLowerCase();for(o.replace(UE,function(c,u){u&&a.push(+u)}),s=="m"&&a.length>2&&(n.push([r,...a.splice(0,2)]),s="l",r=r=="m"?"l":"L");a.length>=t[s]&&(n.push([r,...a.splice(0,t[s])]),!!t[s]););}),n.toString=Bu,n}function ZE(e){for(var t=0,n=e.length;t<n;t++){var i=e[t][0];if(typeof i=="string"&&i!==i.toUpperCase())return!1}return!0}function QE(e){for(var t=0,n=e.length;t<n;t++){var i=e[t][0];if(i!=="M"&&i!=="C")return!1}return!0}function Nu(e,t,n,i){return arguments.length===1&&(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 Bu(){return this.join(",").replace(GE,"$1")}function JE(e){for(var t=new Array(e.length),n=0,i=e.length;n<i;n++)for(var r=e[n],o=t[n]=new Array(r.length),a=0,s=r.length;a<s;a++)o[a]=r[a];return t.toString=Bu,t}function Vd(e,t,n,i,r,o,a,s,c){var u=1-c,l=Hd(u,3),p=Hd(u,2),f=c*c,d=f*c,h=l*e+p*3*c*n+u*3*c*c*r+d*a,m=l*t+p*3*c*i+u*3*c*c*o+d*s;return{x:Ka(h),y:Ka(m)}}function Gd(e){var t=ow(...e);return Nu(t.x0,t.y0,t.x1-t.x0,t.y1-t.y0)}function $i(e,t,n){return t>=e.x&&t<=e.x+e.width&&n>=e.y&&n<=e.y+e.height}function ew(e,t){return e=Nu(e),t=Nu(t),$i(t,e.x,e.y)||$i(t,e.x2,e.y)||$i(t,e.x,e.y2)||$i(t,e.x2,e.y2)||$i(e,t.x,t.y)||$i(e,t.x2,t.y)||$i(e,t.x,t.y2)||$i(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)}function Wd(e,t,n,i,r){var o=-3*t+9*n-9*i+3*r,a=e*o+6*t-12*n+6*i;return e*a-3*t+3*n}function Ud(e,t,n,i,r,o,a,s,c){c==null&&(c=1),c=c>1?1:c<0?0:c;for(var u=c/2,l=12,p=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],f=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472],d=0,h=0;h<l;h++){var m=u*p[h]+u,g=Wd(m,e,n,r,a),w=Wd(m,t,i,o,s),E=g*g+w*w;d+=f[h]*pt.sqrt(E)}return u*d}function tw(e,t,n,i,r,o,a,s){if(!(Xn(e,n)<Kn(r,a)||Kn(e,n)>Xn(r,a)||Xn(t,i)<Kn(o,s)||Kn(t,i)>Xn(o,s))){var c=(e*i-t*n)*(r-a)-(e-n)*(r*s-o*a),u=(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=Ka(c/l),f=Ka(u/l),d=+p.toFixed(2),h=+f.toFixed(2);if(!(d<+Kn(e,n).toFixed(2)||d>+Xn(e,n).toFixed(2)||d<+Kn(r,a).toFixed(2)||d>+Xn(r,a).toFixed(2)||h<+Kn(t,i).toFixed(2)||h>+Xn(t,i).toFixed(2)||h<+Kn(o,s).toFixed(2)||h>+Xn(o,s).toFixed(2)))return{x:p,y:f}}}}function Ka(e){return Math.round(e*1e11)/1e11}function nw(e,t,n){var i=Gd(e),r=Gd(t);if(!ew(i,r))return[];var o=Ud(...e),a=Ud(...t),s=Yd(e)?1:~~(o/5)||1,c=Yd(t)?1:~~(a/5)||1,u=new Array(s+1),l=new Array(c+1),p={},f=[],d,h;for(d=0;d<s+1;d++){var m=Vd(...e,d/s);u[d]={x:m.x,y:m.y,t:d/s}}for(d=0;d<c+1;d++)m=Vd(...t,d/c),l[d]={x:m.x,y:m.y,t:d/c};for(d=0;d<s;d++)for(h=0;h<c;h++){var g=u[d],w=u[d+1],E=l[h],b=l[h+1],x=Bi(w.x-g.x)<.01?"y":"x",S=Bi(b.x-E.x)<.01?"y":"x",A=tw(g.x,g.y,w.x,w.y,E.x,E.y,b.x,b.y),I;if(A){if(I=A.x.toFixed(9)+"#"+A.y.toFixed(9),p[I])continue;p[I]=!0;var P=g.t+Bi((A[x]-g[x])/(w[x]-g[x]))*(w.t-g.t),$=E.t+Bi((A[S]-E[S])/(b[S]-E[S]))*(b.t-E.t);P>=0&&P<=1&&$>=0&&$<=1&&f.push({x:A.x,y:A.y,t1:P,t2:$})}}return f}function qd(e,t,n){e=Zd(e),t=Zd(t);for(var i,r,o,a,s,c,u,l,p,f,d=n?0:[],h=0,m=e.length;h<m;h++){var g=e[h];if(g[0]=="M")i=s=g[1],r=c=g[2];else{g[0]=="C"?(p=[i,r,...g.slice(1)],i=p[6],r=p[7]):(p=[i,r,i,r,s,c,s,c],i=s,r=c);for(var w=0,E=t.length;w<E;w++){var b=t[w];if(b[0]=="M")o=u=b[1],a=l=b[2];else{b[0]=="C"?(f=[o,a,...b.slice(1)],o=f[6],a=f[7]):(f=[o,a,o,a,u,l,u,l],o=u,a=l);var x=nw(p,f);{for(var S=0,A=x.length;S<A;S++)x[S].segment1=h,x[S].segment2=w,x[S].bez1=p,x[S].bez2=f;d=d.concat(x)}}}}}return d}function iw(e){return zd(e)&&zd(e[0])}function rw(e){if(ZE(e))return e;var t=new Array(e.length),n=0,i=0,r=0,o=0,a=0,s;e[0][0]=="M"&&(n=+e[0][1],i=+e[0][2],r=n,o=i,a++,t[0]=["M",n,i]);for(var c,u,l=a,p=e.length;l<p;l++){if(u=e[l],s=u[0],t[l]=c=new Array(u.length),s!=s.toUpperCase())switch(c[0]=s.toUpperCase(),c[0]){case"A":c[1]=u[1],c[2]=u[2],c[3]=u[3],c[4]=u[4],c[5]=u[5],c[6]=+u[6]+n,c[7]=+u[7]+i;break;case"V":c[1]=+u[1]+i;break;case"H":c[1]=+u[1]+n;break;case"M":r=+u[1]+n,o=+u[2]+i;default:for(var f=1,d=u.length;f<d;f++)c[f]=+u[f]+(f%2?n:i)}else for(var h=0,m=u.length;h<m;h++)c[h]=u[h];switch(s=s.toUpperCase(),c[0]){case"Z":n=+r,i=+o;break;case"H":n=c[1];break;case"V":i=c[1];break;case"M":r=c[c.length-2],o=c[c.length-1];default:n=c[c.length-2],i=c[c.length-1]}}return t.toString=Bu,t}function Yd(e){return e[0]===e[2]&&e[1]===e[3]&&e[4]===e[6]&&e[5]===e[7]}function Xa(e,t,n,i){return[e,t,n,i,n,i]}function Kd(e,t,n,i,r,o){var a=.3333333333333333,s=2/3;return[a*e+s*n,a*t+s*i,a*r+s*n,a*o+s*i,r,o]}function Xd(e,t,n,i,r,o,a,s,c,u){var l=Ni*120/180,p=Ni/180*(+r||0),f=[],d,h=KE(function(R,_,v){var k=R*pt.cos(v)-_*pt.sin(v),O=R*pt.sin(v)+_*pt.cos(v);return{x:k,y:O}});if(u)I=u[0],P=u[1],S=u[2],A=u[3];else{d=h(e,t,-p),e=d.x,t=d.y,d=h(s,c,-p),s=d.x,c=d.y;var m=(e-s)/2,g=(t-c)/2,w=m*m/(n*n)+g*g/(i*i);w>1&&(w=pt.sqrt(w),n=w*n,i=w*i);var E=n*n,b=i*i,x=(o==a?-1:1)*pt.sqrt(Bi((E*b-E*g*g-b*m*m)/(E*g*g+b*m*m))),S=x*n*g/i+(e+s)/2,A=x*-i*m/n+(t+c)/2,I=pt.asin(((t-A)/i).toFixed(9)),P=pt.asin(((c-A)/i).toFixed(9));I=e<S?Ni-I:I,P=s<S?Ni-P:P,I<0&&(I=Ni*2+I),P<0&&(P=Ni*2+P),a&&I>P&&(I=I-Ni*2),!a&&P>I&&(P=P-Ni*2)}var $=P-I;if(Bi($)>l){var j=P,L=s,F=c;P=I+l*(a&&P>I?1:-1),s=S+n*pt.cos(P),c=A+i*pt.sin(P),f=Xd(s,c,n,i,r,0,a,L,F,[P,j,S,A])}$=P-I;var re=pt.cos(I),Pe=pt.sin(I),nt=pt.cos(P),q=pt.sin(P),ie=pt.tan($/4),ce=4/3*n*ie,oe=4/3*i*ie,se=[e,t],K=[e+ce*Pe,t-oe*re],N=[s+ce*q,c-oe*nt],B=[s,c];if(K[0]=2*se[0]-K[0],K[1]=2*se[1]-K[1],u)return[K,N,B].concat(f);f=[K,N,B].concat(f).join().split(",");for(var V=[],be=0,St=f.length;be<St;be++)V[be]=be%2?h(f[be-1],f[be],p).y:h(f[be],f[be+1],p).x;return V}function ow(e,t,n,i,r,o,a,s){for(var c=[],u=[[],[]],l,p,f,d,h,m,g,w,E=0;E<2;++E){if(E==0?(p=6*e-12*n+6*r,l=-3*e+9*n-9*r+3*a,f=3*n-3*e):(p=6*t-12*i+6*o,l=-3*t+9*i-9*o+3*s,f=3*i-3*t),Bi(l)<1e-12){if(Bi(p)<1e-12)continue;d=-f/p,0<d&&d<1&&c.push(d);continue}g=p*p-4*f*l,w=pt.sqrt(g),!(g<0)&&(h=(-p+w)/(2*l),0<h&&h<1&&c.push(h),m=(-p-w)/(2*l),0<m&&m<1&&c.push(m))}for(var b=c.length,x=b,S;b--;)d=c[b],S=1-d,u[0][b]=S*S*S*e+3*S*S*d*n+3*S*d*d*r+d*d*d*a,u[1][b]=S*S*S*t+3*S*S*d*i+3*S*d*d*o+d*d*d*s;return u[0][x]=e,u[1][x]=t,u[0][x+1]=a,u[1][x+1]=s,u[0].length=u[1].length=x+2,{x0:Kn(...u[0]),y0:Kn(...u[1]),x1:Xn(...u[0]),y1:Xn(...u[1])}}function Zd(e){if(iw(e)||(e=XE(e)),QE(e))return e;for(var t=JE(rw(e)),n={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},i=function(f,d,h){var m,g;if(!f)return["C",d.x,d.y,d.x,d.y,d.x,d.y];switch(!(f[0]in{T:1,Q:1})&&(d.qx=d.qy=null),f[0]){case"M":d.X=f[1],d.Y=f[2];break;case"A":f=["C",...Xd(d.x,d.y,...f.slice(1))];break;case"S":h=="C"||h=="S"?(m=d.x*2-d.bx,g=d.y*2-d.by):(m=d.x,g=d.y),f=["C",m,g,...f.slice(1)];break;case"T":h=="Q"||h=="T"?(d.qx=d.x*2-d.qx,d.qy=d.y*2-d.qy):(d.qx=d.x,d.qy=d.y),f=["C",...Kd(d.x,d.y,d.qx,d.qy,f[1],f[2])];break;case"Q":d.qx=f[1],d.qy=f[2],f=["C",...Kd(d.x,d.y,f[1],f[2],f[3],f[4])];break;case"L":f=["C",...Xa(d.x,d.y,f[1],f[2])];break;case"H":f=["C",...Xa(d.x,d.y,f[1],d.y)];break;case"V":f=["C",...Xa(d.x,d.y,d.x,f[1])];break;case"Z":f=["C",...Xa(d.x,d.y,d.X,d.Y)];break}return f},r=function(f,d){if(f[d].length>7){f[d].shift();for(var h=f[d];h.length;)o[d]="A",f.splice(d++,0,["C",...h.splice(0,6)]);f.splice(d,1),u=t.length}},o=[],a="",s="",c=0,u=t.length;c<u;c++){t[c]&&(a=t[c][0]),a!="C"&&(o[c]=a,c&&(s=o[c-1])),t[c]=i(t[c],n,s),o[c]!="A"&&a=="C"&&(o[c]="C"),r(t,c);var l=t[c],p=l.length;n.x=l[p-2],n.y=l[p-1],n.bx=Fd(l[p-4])||n.x,n.by=Fd(l[p-3])||n.y}return t}function Fe(e){return Ct(e)&&rn(e,"waypoints")}function _e(e){return Ct(e)&&rn(e,"labelTarget")}function aw(e){return Ct(e)&&Ir(e.parent)}function Qd(e){return{x:Math.round(e.x),y:Math.round(e.y),width:Math.round(e.width),height:Math.round(e.height)}}function pi(e){return{x:Math.round(e.x),y:Math.round(e.y)}}function ue(e){return{top:e.y,right:e.x+(e.width||0),bottom:e.y+(e.height||0),left:e.x}}function Za(e){return{x:e.left,y:e.top,width:e.right-e.left,height:e.bottom-e.top}}function sw(e){return pi({x:e.x+(e.width||0)/2,y:e.y+(e.height||0)/2})}function cw(e){for(var t=e.waypoints,n=t.reduce(function(u,l,p){var f=t[p-1];if(f){var d=u[u.length-1],h=d&&d.endLength||0,m=pw(f,l);u.push({start:f,end:l,startLength:h,endLength:h+m,length:m})}return u},[]),i=n.reduce(function(u,l){return u+l.length},0),r=i/2,o=0,a=n[o];a.endLength<r;)a=n[++o];var s=(r-a.startLength)/a.length,c={x:a.start.x+(a.end.x-a.start.x)*s,y:a.start.y+(a.end.y-a.start.y)*s};return c}function pe(e){return Fe(e)?cw(e):sw(e)}function Lt(e,t,n){n=n||0,Ct(n)||(n={x:n,y:n});var i=ue(e),r=ue(t),o=i.bottom+n.y<=r.top,a=i.left-n.x>=r.right,s=i.top-n.y>=r.bottom,c=i.right+n.x<=r.left,u=o?"top":s?"bottom":null,l=c?"left":a?"right":null;return l&&u?u+"-"+l:l||u||"intersect"}function Do(e,t,n){var i=uw(e,t);return i.length===1||i.length===2&&ko(i[0],i[1])<1?pi(i[0]):i.length>1?(i=Vn(i,function(r){var o=Math.floor(r.t2*100)||1;return o=100-o,o=(o<10?"0":"")+o,r.segment2+"#"+o}),pi(i[n?0:i.length-1])):null}function uw(e,t){return qd(e,t)}function lw(e){e=e.slice();for(var t=0,n,i,r;e[t];)n=e[t],i=e[t-1],r=e[t+1],ko(n,r)===0||Iu(i,r,n)?e.splice(t,1):t++;return e}function pw(e,t){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))}function Qa(e,t){return Math.round(e*t)/t}function Jd(e){return de(e)?e+"px":e}function fw(e){for(;e.parent;)e=e.parent;return e}function dw(e){e=D({},{width:"100%",height:"100%"},e);const t=e.container||document.body,n=document.createElement("div");return n.setAttribute("class","djs-container djs-parent"),Xt(n,{position:"relative",overflow:"hidden",width:Jd(e.width),height:Jd(e.height)}),t.appendChild(n),n}function eh(e,t,n){const i=ae("g");Ce(i).add(t);const r=n!==void 0?n:e.childNodes.length-1;return e.insertBefore(i,e.childNodes[r]||null),i}const hw="base",th=0,mw=1,gw={shape:["x","y","width","height"],connection:["waypoints"]};function fe(e,t,n,i){this._eventBus=t,this._elementRegistry=i,this._graphicsFactory=n,this._rootsIdx=0,this._layers={},this._planes=[],this._rootElement=null,this._focused=!1,this._init(e||{})}fe.$inject=["config.canvas","eventBus","graphicsFactory","elementRegistry"],fe.prototype._init=function(e){const t=this._eventBus,n=this._container=dw(e),i=this._svg=ae("svg");ee(i,{width:"100%",height:"100%"}),Gt(i,"tabindex",0),e.autoFocus&&t.on("element.hover",()=>{this.restoreFocus()}),t.on("element.mousedown",500,o=>{this.focus()}),i.addEventListener("focusin",()=>{this._setFocused(!0)}),i.addEventListener("focusout",()=>{this._setFocused(!1)}),i.addEventListener("mouseover",()=>{this._eventBus.fire("canvas.mouseover")}),i.addEventListener("mouseout",()=>{this._eventBus.fire("canvas.mouseout")}),ge(n,i);const r=this._viewport=eh(i,"viewport");e.deferUpdate&&(this._viewboxChanged=eu(this._viewboxChanged,300)),this._restoreFocus=eu(this._restoreFocus,0),t.on("diagram.init",()=>{t.fire("canvas.init",{svg:i,viewport:r})}),t.on(["shape.added","connection.added","shape.removed","connection.removed","elements.changed","root.set"],()=>{delete this._cachedViewbox}),t.on("diagram.destroy",500,this._destroy,this),t.on("diagram.clear",500,this._clear,this)},fe.prototype._destroy=function(){this._restoreFocus.cancel(),this._eventBus.fire("canvas.destroy",{svg:this._svg,viewport:this._viewport});const e=this._container.parentNode;e&&e.removeChild(this._container),delete this._svg,delete this._container,delete this._layers,delete this._planes,delete this._rootElement,delete this._viewport},fe.prototype._setFocused=function(e){e!=this._focused&&(this._focused=e,this._eventBus.fire("canvas.focus.changed",{focused:e}))},fe.prototype._clear=function(){this._elementRegistry.getAll().forEach(t=>{const n=Bd(t);n==="root"?this.removeRootElement(t):this._removeElement(t,n)}),this._planes=[],this._rootElement=null,delete this._cachedViewbox},fe.prototype.focus=function(){this._svg.focus({preventScroll:!0}),this._setFocused(!0)},fe.prototype.restoreFocus=function(){this._restoreFocus()},fe.prototype._restoreFocus=function(){document.activeElement===document.body&&this.focus()},fe.prototype.isFocused=function(){return this._focused},fe.prototype.getDefaultLayer=function(){return this.getLayer(hw,th)},fe.prototype.getLayer=function(e,t){if(!e)throw new Error("must specify a name");let n=this._layers[e];if(n||(n=this._layers[e]=this._createLayer(e,t)),typeof t<"u"&&n.index!==t)throw new Error("layer <"+e+"> already created at index <"+t+">");return n.group},fe.prototype._getChildIndex=function(e){return on(this._layers,function(t,n){return n.visible&&e>=n.index&&t++,t},0)},fe.prototype._createLayer=function(e,t){typeof t>"u"&&(t=mw);const n=this._getChildIndex(t);return{group:eh(this._viewport,"layer-"+e,n),index:t,visible:!0}},fe.prototype.showLayer=function(e){if(!e)throw new Error("must specify a name");const t=this._layers[e];if(!t)throw new Error("layer <"+e+"> does not exist");const n=this._viewport,i=t.group,r=t.index;if(t.visible)return i;const o=this._getChildIndex(r);return n.insertBefore(i,n.childNodes[o]||null),t.visible=!0,i},fe.prototype.hideLayer=function(e){if(!e)throw new Error("must specify a name");const t=this._layers[e];if(!t)throw new Error("layer <"+e+"> does not exist");const n=t.group;return t.visible&&(xt(n),t.visible=!1),n},fe.prototype._removeLayer=function(e){const t=this._layers[e];t&&(delete this._layers[e],xt(t.group))},fe.prototype.getActiveLayer=function(){const e=this._findPlaneForRoot(this.getRootElement());return e?e.layer:null},fe.prototype.findRoot=function(e){const t=this._resolveElements(e);let n;for(const i of t){const r=this._findPlaneForRoot(fw(i));if(!r||n&&r.rootElement!==n)return;n=r.rootElement}return n},fe.prototype.getRootElements=function(){return this._planes.map(function(e){return e.rootElement})},fe.prototype._findPlaneForRoot=function(e){return Ve(this._planes,function(t){return t.rootElement===e})},fe.prototype._resolveElement=function(e){return typeof e=="string"?this._elementRegistry.get(e):e},fe.prototype._resolveElements=function(e){return le(e)||(e=[e]),e.map(t=>this._resolveElement(t)).filter(Boolean)},fe.prototype.getContainer=function(){return this._container},fe.prototype._updateMarker=function(e,t,n){let i;e=this._resolveElement(e),e.markers=e.markers||new Set,i=this._elementRegistry._elements[e.id],i&&(T([i.gfx,i.secondaryGfx],function(r){r&&(n?(e.markers.add(t),Ce(r).add(t)):(e.markers.delete(t),Ce(r).remove(t)))}),this._eventBus.fire("element.marker.update",{element:e,gfx:i.gfx,marker:t,add:!!n}))},fe.prototype.addMarker=function(e,t){this._updateMarker(e,t,!0)},fe.prototype.removeMarker=function(e,t){this._updateMarker(e,t,!1)},fe.prototype.hasMarker=function(e,t){return e=this._resolveElement(e),e.markers?e.markers.has(t):!1},fe.prototype.toggleMarker=function(e,t){this.hasMarker(e,t)?this.removeMarker(e,t):this.addMarker(e,t)},fe.prototype.getRootElement=function(){const e=this._rootElement;return e||this._planes.length?e:this.setRootElement(this.addRootElement(null))},fe.prototype.addRootElement=function(e){const t=this._rootsIdx++;e||(e={id:"__implicitroot_"+t,children:[],isImplicit:!0});const n=e.layer="root-"+t;this._ensureValid("root",e);const i=this.getLayer(n,th);return this.hideLayer(n),this._addRoot(e,i),this._planes.push({rootElement:e,layer:i}),e},fe.prototype.removeRootElement=function(e){if(e=this._resolveElement(e),!!this._findPlaneForRoot(e))return this._removeRoot(e),this._removeLayer(e.layer),this._planes=this._planes.filter(function(n){return n.rootElement!==e}),this._rootElement===e&&(this._rootElement=null),e},fe.prototype.setRootElement=function(e){if(e===this._rootElement)return e;let t;if(!e)throw new Error("rootElement required");return t=this._findPlaneForRoot(e),t||(e=this.addRootElement(e)),this._setRoot(e),e},fe.prototype._removeRoot=function(e){const t=this._elementRegistry,n=this._eventBus;n.fire("root.remove",{element:e}),n.fire("root.removed",{element:e}),t.remove(e)},fe.prototype._addRoot=function(e,t){const n=this._elementRegistry,i=this._eventBus;i.fire("root.add",{element:e}),n.add(e,t),i.fire("root.added",{element:e,gfx:t})},fe.prototype._setRoot=function(e,t){const 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})},fe.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");const n=gw[e];if(!ur(n,function(r){return typeof t[r]<"u"}))throw new Error("must supply { "+n.join(", ")+" } with "+e)},fe.prototype._setParent=function(e,t,n){st(t.children,e,n),e.parent=t},fe.prototype._addElement=function(e,t,n,i){n=n||this.getRootElement();const r=this._eventBus,o=this._graphicsFactory;this._ensureValid(e,t),r.fire(e+".add",{element:t,parent:n}),this._setParent(t,n,i);const 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},fe.prototype.addShape=function(e,t,n){return this._addElement("shape",e,t,n)},fe.prototype.addConnection=function(e,t,n){return this._addElement("connection",e,t,n)},fe.prototype._removeElement=function(e,t){const n=this._elementRegistry,i=this._graphicsFactory,r=this._eventBus;if(e=n.get(e.id||e),!!e)return r.fire(t+".remove",{element:e}),i.remove(e),rt(e.parent&&e.parent.children,e),e.parent=null,r.fire(t+".removed",{element:e}),n.remove(e),e},fe.prototype.removeShape=function(e){return this._removeElement(e,"shape")},fe.prototype.removeConnection=function(e){return this._removeElement(e,"connection")},fe.prototype.getGraphics=function(e,t){return this._elementRegistry.getGraphics(e,t)},fe.prototype._changeViewbox=function(e){this._eventBus.fire("canvas.viewbox.changing"),e.apply(this),this._cachedViewbox=null,this._viewboxChanged()},fe.prototype._viewboxChanged=function(){this._eventBus.fire("canvas.viewbox.changed",{viewbox:this.viewbox()})},fe.prototype.viewbox=function(e){if(e===void 0&&this._cachedViewbox)return structuredClone(this._cachedViewbox);const t=this._viewport,n=this.getSize();let i,r,o,a,s,c,u;if(e)this._changeViewbox(function(){s=Math.min(n.width/e.width,n.height/e.height);const l=this._svg.createSVGMatrix().scale(s).translate(-e.x,-e.y);Po(t,l)});else return o=this._rootElement?this.getActiveLayer():null,i=o&&o.getBBox()||{},a=Po(t),r=a?a.matrix:xE(),s=Qa(r.a,1e3),c=Qa(-r.e||0,1e3),u=Qa(-r.f||0,1e3),e=this._cachedViewbox={x:c?c/s:0,y:u?u/s:0,width:n.width/s,height:n.height/s,scale:s,inner:{width:i.width||0,height:i.height||0,x:i.x||0,y:i.y||0},outer:n},e;return e},fe.prototype.scroll=function(e){const t=this._viewport;let n=t.getCTM();return e&&this._changeViewbox(function(){e=D({dx:0,dy:0},e||{}),n=this._svg.createSVGMatrix().translate(e.dx,e.dy).multiply(n),nh(t,n)}),{x:n.e,y:n.f}},fe.prototype.scrollToElement=function(e,t){let n=100;const i=this._resolveElements(e);if(!i.length)return;const r=this.findRoot(i);if(!r)return;r!==this.getRootElement()&&this.setRootElement(r);const o=i.filter(h=>h!=r);if(!o.length)return;t||(t={}),typeof t=="number"&&(n=t),t={top:t.top||n,right:t.right||n,bottom:t.bottom||n,left:t.left||n};const a=lt(o),s=ue(a),c=this.viewbox(),u=this.zoom();let l,p;c.y+=t.top/u,c.x+=t.left/u,c.width-=(t.right+t.left)/u,c.height-=(t.bottom+t.top)/u;const f=ue(c);if(!(a.width<c.width&&a.height<c.height))l=a.x-c.x,p=a.y-c.y;else{const h=Math.max(0,s.right-f.right),m=Math.min(0,s.left-f.left),g=Math.max(0,s.bottom-f.bottom),w=Math.min(0,s.top-f.top);l=h||m,p=g||w}this.scroll({dx:-l*u,dy:-p*u})},fe.prototype.zoom=function(e,t){if(!e)return this.viewbox(e).scale;if(e==="fit-viewport")return this._fitViewport(t);let n,i;return this._changeViewbox(function(){typeof t!="object"&&(n=this.viewbox().outer,t={x:n.width/2,y:n.height/2}),i=this._setZoom(e,t)}),Qa(i.a,1e3)};function nh(e,t){const n="matrix("+t.a+","+t.b+","+t.c+","+t.d+","+t.e+","+t.f+")";e.setAttribute("transform",n)}fe.prototype._fitViewport=function(e){const t=this.viewbox(),n=t.outer,i=t.inner;let r,o;return i.x>=0&&i.y>=0&&i.x+i.width<=n.width&&i.y+i.height<=n.height&&!e?o={x:0,y:0,width:Math.max(i.width+i.x,n.width),height:Math.max(i.height+i.y,n.height)}:(r=Math.min(1,n.width/i.width,n.height/i.height),o={x:i.x+(e?i.width/2-n.width/r/2:0),y:i.y+(e?i.height/2-n.height/r/2:0),width:n.width/r,height:n.height/r}),this.viewbox(o),this.viewbox(!1).scale},fe.prototype._setZoom=function(e,t){const n=this._svg,i=this._viewport,r=n.createSVGMatrix(),o=n.createSVGPoint();let a,s,c,u,l;c=i.getCTM();const p=c.a;return t?(a=D(o,t),s=a.matrixTransform(c.inverse()),u=r.translate(s.x,s.y).scale(1/p*e).translate(-s.x,-s.y),l=c.multiply(u)):l=r.scale(e),nh(this._viewport,l),l},fe.prototype.getSize=function(){return{width:this._container.clientWidth,height:this._container.clientHeight}},fe.prototype.getAbsoluteBBox=function(e){const t=this.viewbox();let n;e.waypoints?n=this.getGraphics(e).getBBox():n=e;const i=n.x*t.scale-t.x*t.scale,r=n.y*t.scale-t.y*t.scale,o=n.width*t.scale,a=n.height*t.scale;return{x:i,y:r,width:o,height:a}},fe.prototype.resized=function(){delete this._cachedViewbox,this._eventBus.fire("canvas.resized")};var Vr="data-element-id";function vn(e){this._elements={},this._eventBus=e}vn.$inject=["eventBus"],vn.prototype.add=function(e,t,n){var i=e.id;this._validateId(i),ee(t,Vr,i),n&&ee(n,Vr,i),this._elements[i]={element:e,gfx:t,secondaryGfx:n}},vn.prototype.remove=function(e){var t=this._elements,n=e.id||e,i=n&&t[n];i&&(ee(i.gfx,Vr,""),i.secondaryGfx&&ee(i.secondaryGfx,Vr,""),delete t[n])},vn.prototype.updateId=function(e,t){this._validateId(t),typeof e=="string"&&(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)},vn.prototype.updateGraphics=function(e,t,n){var i=e.id||e,r=this._elements[i];return n?r.secondaryGfx=t:r.gfx=t,t&&ee(t,Vr,i),t},vn.prototype.get=function(e){var t;typeof e=="string"?t=e:t=e&&ee(e,Vr);var n=this._elements[t];return n&&n.element},vn.prototype.filter=function(e){var t=[];return this.forEach(function(n,i){e(n,i)&&t.push(n)}),t},vn.prototype.find=function(e){for(var t=this._elements,n=Object.keys(t),i=0;i<n.length;i++){var r=n[i],o=t[r],a=o.element,s=o.gfx;if(e(a,s))return a}},vn.prototype.getAll=function(){return this.filter(function(e){return e})},vn.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)})},vn.prototype.getGraphics=function(e,t){var n=e.id||e,i=this._elements[n];return i&&(t?i.secondaryGfx:i.gfx)},vn.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")};function vw(e,t,n,i){var r=n.inverse;return Object.defineProperty(e,"remove",{value:function(o){var a=this.indexOf(o);return a!==-1&&(this.splice(a,1),t.unset(o,r,i)),o}}),Object.defineProperty(e,"contains",{value:function(o){return this.indexOf(o)!==-1}}),Object.defineProperty(e,"add",{value:function(o,a){var s=this.indexOf(o);if(typeof a>"u"){if(s!==-1)return;a=this.length}s!==-1&&this.splice(s,1),this.splice(a,0,o),s===-1&&t.set(o,r,i)}}),Object.defineProperty(e,"__refs_collection",{value:!0}),e}function yw(e){return e.__refs_collection===!0}function _w(e,t){return Object.prototype.hasOwnProperty.call(e,t.name||t)}function ih(e,t,n){var i=vw(n[t.name]||[],e,t,n);Object.defineProperty(n,t.name,{enumerable:t.enumerable,value:i}),i.length&&i.forEach(function(r){e.set(r,t.inverse,n)})}function bw(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(o){if(o!==r){var a=r;r=null,a&&e.unset(a,i,n),r=o,e.set(r,i,n)}}})}function wn(e,t){if(!(this instanceof wn))return new wn(e,t);e.inverse=t,t.inverse=e,this.props={},this.props[e.name]=e,this.props[t.name]=t}wn.prototype.bind=function(e,t){if(typeof t=="string"){if(!this.props[t])throw new Error("no property <"+t+"> in ref");t=this.props[t]}t.collection?ih(this,t,e):bw(this,t,e)},wn.prototype.ensureRefsCollection=function(e,t){var n=e[t.name];return yw(n)||ih(this,t,e),n},wn.prototype.ensureBound=function(e,t){_w(e,t)||this.bind(e,t)},wn.prototype.unset=function(e,t,n){e&&(this.ensureBound(e,t),t.collection?this.ensureRefsCollection(e,t).remove(n):e[t.name]=void 0)},wn.prototype.set=function(e,t,n){e&&(this.ensureBound(e,t),t.collection?this.ensureRefsCollection(e,t).add(n):e[t.name]=n)};var $u=new wn({name:"children",enumerable:!0,collection:!0},{name:"parent"}),rh=new wn({name:"labels",enumerable:!0,collection:!0},{name:"labelTarget"}),oh=new wn({name:"attachers",collection:!0},{name:"host"}),ah=new wn({name:"outgoing",collection:!0},{name:"source"}),sh=new wn({name:"incoming",collection:!0},{name:"target"});function Gr(){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)}}),$u.bind(this,"parent"),rh.bind(this,"labels"),ah.bind(this,"outgoing"),sh.bind(this,"incoming")}function Oo(){Gr.call(this),$u.bind(this,"children"),oh.bind(this,"host"),oh.bind(this,"attachers")}J(Oo,Gr);function ch(){Gr.call(this),$u.bind(this,"children")}J(ch,Oo);function uh(){Oo.call(this),rh.bind(this,"labelTarget")}J(uh,Oo);function lh(){Gr.call(this),ah.bind(this,"source"),sh.bind(this,"target")}J(lh,Gr);var xw={connection:lh,shape:Oo,label:uh,root:ch};function Ew(e,t){var n=xw[e];if(!n)throw new Error("unknown type: <"+e+">");return D(new n,t)}function ww(e){return e instanceof Gr}function fi(){this._uid=12}fi.prototype.createRoot=function(e){return this.create("root",e)},fi.prototype.createLabel=function(e){return this.create("label",e)},fi.prototype.createShape=function(e){return this.create("shape",e)},fi.prototype.createConnection=function(e){return this.create("connection",e)},fi.prototype.create=function(e,t){return t=D({},t||{}),t.id||(t.id=e+"_"+this._uid++),Ew(e,t)};var Ja="__fn",ph=1e3,Sw=Array.prototype.slice;function sn(){this._listeners={},this.on("diagram.destroy",1,this._destroy,this)}sn.prototype.on=function(e,t,n,i){if(e=le(e)?e:[e],Pt(t)&&(i=n,n=t,t=ph),!de(t))throw new Error("priority must be a number");var r=n;i&&(r=Jt(n,i),r[Ja]=n[Ja]||n);var o=this;e.forEach(function(a){o._addListener(a,{priority:t,callback:r,next:null})})},sn.prototype.once=function(e,t,n,i){var r=this;if(Pt(t)&&(i=n,n=t,t=ph),!de(t))throw new Error("priority must be a number");function o(){o.__isTomb=!0;var a=n.apply(i,arguments);return r.off(e,o),a}o[Ja]=n,this.on(e,t,o)},sn.prototype.off=function(e,t){e=le(e)?e:[e];var n=this;e.forEach(function(i){n._removeListener(i,t)})},sn.prototype.createEvent=function(e){var t=new Io;return t.init(e),t},sn.prototype.fire=function(e,t){var n,i,r,o;if(o=Sw.call(arguments),typeof e=="object"&&(t=e,e=t.type),!e)throw new Error("no event type specified");if(i=this._listeners[e],!!i){t instanceof Io?n=t:n=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 r===void 0&&n.defaultPrevented&&(r=!1),r}},sn.prototype.handleError=function(e){return this.fire("error",{error:e})===!1},sn.prototype._destroy=function(){this._listeners={}},sn.prototype._invokeListeners=function(e,t,n){for(var i;n&&!e.cancelBubble;)i=this._invokeListener(e,t,n),n=n.next;return i},sn.prototype._invokeListener=function(e,t,n){var i;if(n.callback.__isTomb)return i;try{i=Rw(n.callback,t),i!==void 0&&(e.returnValue=i,e.stopPropagation()),i===!1&&e.preventDefault()}catch(r){if(!this.handleError(r))throw console.error("unhandled error in event listener",r),r}return i},sn.prototype._addListener=function(e,t){var n=this._getListeners(e),i;if(!n){this._setListeners(e,t);return}for(;n;){if(n.priority<t.priority){t.next=n,i?i.next=t:this._setListeners(e,t);return}i=n,n=n.next}i.next=t},sn.prototype._getListeners=function(e){return this._listeners[e]},sn.prototype._setListeners=function(e,t){this._listeners[e]=t},sn.prototype._removeListener=function(e,t){var n=this._getListeners(e),i,r,o;if(!t){this._setListeners(e,null);return}for(;n;)i=n.next,o=n.callback,(o===t||o[Ja]===t)&&(r?r.next=i:this._setListeners(e,i)),r=n,n=i};function Io(){}Io.prototype.stopPropagation=function(){this.cancelBubble=!0},Io.prototype.preventDefault=function(){this.defaultPrevented=!0},Io.prototype.init=function(e){D(this,e||{})};function Rw(e,t){return e.apply(null,t)}function yr(e){return e.childNodes[0]}function Cw(e){return e.parentNode.childNodes[1]}function es(e,t,n,i,r){var o=Co();o.setTranslate(t,n);var a=Co();a.setRotate(i||0,0,0);var s=Co();s.setScale(1,1),Po(e,[o,a,s])}function Nt(e,t,n){var i=Co();i.setTranslate(t,n),Po(e,i)}function fh(e,t){var n=Co();n.setRotate(t,0,0),Po(e,n)}function yn(e,t){this._eventBus=e,this._elementRegistry=t}yn.$inject=["eventBus","elementRegistry"],yn.prototype._getChildrenContainer=function(e){var t=this._elementRegistry.getGraphics(e),n;return e.parent?(n=Cw(t),n||(n=ae("g"),Ce(n).add("djs-children"),ge(t.parentNode,n))):n=t,n},yn.prototype._clear=function(e){var t=yr(e);return za(t),t},yn.prototype._createContainer=function(e,t,n,i){var r=ae("g");Ce(r).add("djs-group"),typeof n<"u"?Pw(r,t,t.childNodes[n]):ge(t,r);var o=ae("g");Ce(o).add("djs-element"),Ce(o).add("djs-"+e),i&&Ce(o).add("djs-frame"),ge(r,o);var a=ae("g");return Ce(a).add("djs-visual"),ge(o,a),o},yn.prototype.create=function(e,t,n){var i=this._getChildrenContainer(t.parent);return this._createContainer(e,i,n,$d(t))},yn.prototype.updateContainments=function(e){var t=this,n=this._elementRegistry,i;i=on(e,function(r,o){return o.parent&&(r[o.parent.id]=o.parent),r},{}),T(i,function(r){var o=r.children;if(o){var a=t._getChildrenContainer(r),s=a.firstChild;T(o,function(c){var u=n.getGraphics(c).parentNode;u===s?s=s.nextSibling:a.insertBefore(u,s)})}})},yn.prototype.drawShape=function(e,t,n={}){var i=this._eventBus;return i.fire("render.shape",{gfx:e,element:t,attrs:n})},yn.prototype.getShapePath=function(e){var t=this._eventBus;return t.fire("render.getShapePath",e)},yn.prototype.drawConnection=function(e,t,n={}){var i=this._eventBus;return i.fire("render.connection",{gfx:e,element:t,attrs:n})},yn.prototype.getConnectionPath=function(e){var t=this._eventBus;return t.fire("render.getConnectionPath",e)},yn.prototype.update=function(e,t,n){if(t.parent){var i=this._clear(n);if(e==="shape")this.drawShape(i,t),Nt(n,t.x,t.y);else if(e==="connection")this.drawConnection(i,t);else throw new Error("unknown type: "+e);t.hidden?ee(n,"display","none"):ee(n,"display","block")}},yn.prototype.remove=function(e){var t=this._elementRegistry.getGraphics(e);xt(t.parentNode)};function Pw(e,t,n){var i=n||t.firstChild;e!==i&&t.insertBefore(e,i)}const Aw={__depends__:[HE],__init__:["canvas"],canvas:["type",fe],elementRegistry:["type",vn],elementFactory:["type",fi],eventBus:["type",sn],graphicsFactory:["type",yn]};function Tw(e){var t=new Nd(e);return t.init(),t}function Mw(e){e=e||{};var t={config:["value",e]},n=[t,Aw].concat(e.modules||[]);return Tw(n)}function ji(e,t){this._injector=t||Mw(e),this.get("eventBus").fire("diagram.init")}ji.prototype.get=function(e,t){return this._injector.get(e,t)},ji.prototype.invoke=function(e,t,n){return this._injector.invoke(e,t,n)},ji.prototype.destroy=function(){this.get("eventBus").fire("diagram.destroy")},ji.prototype.clear=function(){this.get("eventBus").fire("diagram.clear")};function Wt(e){return e?"<"+e.$type+(e.id?' id="'+e.id:"")+'" />':"<null>"}function en(e,t){return e.$instanceOf(t)}function kw(e){return Ve(e.rootElements,function(t){return en(t,"bpmn:Process")||en(t,"bpmn:Collaboration")})}function Dw(e){var t={},n=[],i={};function r(N,B){return function(V){N(V,B)}}function o(N){t[N.id]=N}function a(N){return t[N.id]}function s(N,B){var V=N.gfx;if(V)throw new Error(`already rendered ${Wt(N)}`);return e.element(N,i[N.id],B)}function c(N,B){return e.root(N,i[N.id],B)}function u(N,B){try{var V=i[N.id]&&s(N,B);return o(N),V}catch(be){l(be.message,{element:N,error:be}),console.error(`failed to import ${Wt(N)}`,be)}}function l(N,B){e.error(N,B)}var p=this.registerDi=function(B){var V=B.bpmnElement;V?i[V.id]?l(`multiple DI elements defined for ${Wt(V)}`,{element:V}):i[V.id]=B:l(`no bpmnElement referenced in ${Wt(B)}`,{element:B})};function f(N){d(N.plane)}function d(N){p(N),T(N.planeElement,h)}function h(N){p(N)}this.handleDefinitions=function(B,V){var be=B.diagrams;if(V&&be.indexOf(V)===-1)throw new Error("diagram not part of <bpmn:Definitions />");if(!V&&be&&be.length&&(V=be[0]),!V)throw new Error("no diagram to display");i={},f(V);var St=V.plane;if(!St)throw new Error(`no plane for ${Wt(V)}`);var R=St.bpmnElement;if(!R)if(R=kw(B),R)l(`correcting missing bpmnElement on ${Wt(St)} to ${Wt(R)}`),St.bpmnElement=R,p(St);else throw new Error("no process or collaboration to display");var _=c(R,St);if(en(R,"bpmn:Process")||en(R,"bpmn:SubProcess"))g(R,_);else if(en(R,"bpmn:Collaboration"))se(R,_),w(B.rootElements,_);else throw new Error(`unsupported bpmnElement for ${Wt(St)}: ${Wt(R)}`);m(n)};var m=this.handleDeferred=function(){for(var B;n.length;)B=n.shift(),B()};function g(N,B){ie(N,B),$(N.ioSpecification,B),P(N.artifacts,B),o(N)}function w(N,B){var V=Ee(N,function(be){return!a(be)&&en(be,"bpmn:Process")&&be.laneSets});V.forEach(r(g,B))}function E(N,B){u(N,B)}function b(N,B){T(N,r(E,B))}function x(N,B){u(N,B)}function S(N,B){u(N,B)}function A(N,B){u(N,B)}function I(N,B){u(N,B)}function P(N,B){T(N,function(V){en(V,"bpmn:Association")?n.push(function(){I(V,B)}):I(V,B)})}function $(N,B){N&&(T(N.dataInputs,r(S,B)),T(N.dataOutputs,r(A,B)))}var j=this.handleSubProcess=function(B,V){ie(B,V),P(B.artifacts,V)};function L(N,B){var V=u(N,B);en(N,"bpmn:SubProcess")&&j(N,V||B),en(N,"bpmn:Activity")&&$(N.ioSpecification,B),n.push(function(){T(N.dataInputAssociations,r(x,B)),T(N.dataOutputAssociations,r(x,B))})}function F(N,B){u(N,B)}function re(N,B){u(N,B)}function Pe(N,B){n.push(function(){var V=u(N,B);N.childLaneSet&&nt(N.childLaneSet,V||B),K(N)})}function nt(N,B){T(N.lanes,r(Pe,B))}function q(N,B){T(N,r(nt,B))}function ie(N,B){ce(N.flowElements,B),N.laneSets&&q(N.laneSets,B)}function ce(N,B){T(N,function(V){en(V,"bpmn:SequenceFlow")?n.push(function(){F(V,B)}):en(V,"bpmn:BoundaryEvent")?n.unshift(function(){L(V,B)}):en(V,"bpmn:FlowNode")?L(V,B):en(V,"bpmn:DataObject")||(en(V,"bpmn:DataStoreReference")||en(V,"bpmn:DataObjectReference")?re(V,B):l(`unrecognized flowElement ${Wt(V)} in context ${Wt(B&&B.businessObject)}`,{element:V,context:B}))})}function oe(N,B){var V=u(N,B),be=N.processRef;be&&g(be,V||B)}function se(N,B){T(N.participants,r(oe,B)),n.push(function(){b(N.messageFlows,B)}),P(N.artifacts,B)}function K(N){T(N.flowNodeRef,function(B){var V=B.get("lanes");V&&V.push(N)})}}function y(e,t){var n=U(e);return n&&typeof n.$instanceOf=="function"&&n.$instanceOf(t)}function xe(e,t){return Ci(t,function(n){return y(e,n)})}function U(e){return e&&e.businessObject||e}function Me(e){return e&&e.di}function Ow(e,t,n){var i,r,o,a,s=[];function c(u,l){var p={root:function(m,g){return i.add(m,g)},element:function(m,g,w){return i.add(m,g,w)},error:function(m,g){s.push({message:m,context:g})}},f=new Dw(p);l=l||u.diagrams&&u.diagrams[0];var d=Iw(u,l);if(!d)throw new Error("no diagram to display");T(d,function(m){f.handleDefinitions(u,m)});var h=l.plane.bpmnElement.id;o.setRootElement(o.findRoot(h+"_plane")||o.findRoot(h))}return new Promise(function(u,l){try{return i=e.get("bpmnImporter"),r=e.get("eventBus"),o=e.get("canvas"),r.fire("import.render.start",{definitions:t}),c(t,n),r.fire("import.render.complete",{error:a,warnings:s}),u({warnings:s})}catch(p){return p.warnings=s,l(p)}})}function Iw(e,t){if(!(!t||!t.plane)){var n=t.plane.bpmnElement,i=n;!y(n,"bpmn:Process")&&!y(n,"bpmn:Collaboration")&&(i=Lw(n));var r;y(i,"bpmn:Collaboration")?r=i:r=Ve(e.rootElements,function(u){if(y(u,"bpmn:Collaboration"))return Ve(u.participants,function(l){return l.processRef===i})});var o=[i];r&&(o=Ht(r.participants,function(u){return u.processRef}),o.push(r));var a=dh(o),s=[t],c=[n];return T(e.diagrams,function(u){if(u.plane){var l=u.plane.bpmnElement;a.indexOf(l)!==-1&&c.indexOf(l)===-1&&(s.push(u),c.push(l))}}),s}}function dh(e){var t=[];return T(e,function(n){n&&(t.push(n),t=t.concat(dh(n.flowElements)))}),t}function Lw(e){for(var t=e;t;){if(y(t,"bpmn:Process"))return t;t=t.$parent}}var Nw='<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>',hh=Nw,mh={verticalAlign:"middle"},gh={color:"#404040"},Bw={zIndex:"1001",position:"fixed",top:"0",left:"0",right:"0",bottom:"0"},$w={width:"100%",height:"100%",background:"rgba(40,40,40,0.2)"},jw={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"},Fw='<div class="bjs-powered-by-lightbox"><div class="backdrop"></div><div class="notice"><a href="https://bpmn.io" target="_blank" rel="noopener" class="link">'+hh+'</a><span>Web-based tooling for BPMN, DMN and forms powered by <a href="https://bpmn.io" target="_blank" rel="noopener">bpmn.io</a>.</span></div></div>',Zn;function Hw(){Zn=Ue(Fw),Xt(Zn,Bw),Xt($e("svg",Zn),mh),Xt($e(".backdrop",Zn),$w),Xt($e(".notice",Zn),jw),Xt($e(".link",Zn),gh,{margin:"15px 20px 15px 10px",alignSelf:"center"})}function zw(){Zn||(Hw(),an.bind(Zn,".backdrop","click",function(e){document.body.removeChild(Zn)})),document.body.appendChild(Zn)}const ts=5,vh="djs-outline-hidden";function Qe(e){e=D({},Gw,e),this._moddle=this._createModdle(e),this._container=this._createContainer(e),this._init(this._container,this._moddle,e),Uw(this._container)}J(Qe,ji),Qe.prototype.importXML=async function(t,n){const i=this;function r(a){return i.get("eventBus").createEvent(a)}let o=[];try{t=this._emit("import.parse.start",{xml:t})||t;let a;try{a=await this._moddle.fromXML(t,"bpmn:Definitions")}catch(f){throw this._emit("import.parse.complete",{error:f}),f}let s=a.rootElement;const c=a.references,u=a.warnings,l=a.elementsById;o=o.concat(u),s=this._emit("import.parse.complete",r({error:null,definitions:s,elementsById:l,references:c,warnings:o}))||s;const p=await this.importDefinitions(s,n);return o=o.concat(p.warnings),this._emit("import.done",{error:null,warnings:o}),{warnings:o}}catch(a){let s=a;throw o=o.concat(s.warnings||[]),ns(s,o),s=Vw(s),this._emit("import.done",{error:s,warnings:s.warnings}),s}},Qe.prototype.importDefinitions=async function(t,n){return this._setDefinitions(t),{warnings:(await this.open(n)).warnings}},Qe.prototype.open=async function(t){const n=this._definitions;let i=t;if(!n){const o=new Error("no XML imported");throw ns(o,[]),o}if(typeof t=="string"&&(i=Ww(n,t),!i)){const o=new Error("BPMNDiagram <"+t+"> not found");throw ns(o,[]),o}try{this.clear()}catch(o){throw ns(o,[]),o}const{warnings:r}=await Ow(this,n,i);return{warnings:r}},Qe.prototype.saveXML=async function(t){t=t||{};let n=this._definitions,i,r;try{if(!n)throw new Error("no definitions loaded");n=this._emit("saveXML.start",{definitions:n})||n,r=(await this._moddle.toXML(n,t)).xml,r=this._emit("saveXML.serialized",{xml:r})||r}catch(a){i=a}const o=i?{error:i}:{xml:r};if(this._emit("saveXML.done",o),i)throw i;return o},Qe.prototype.saveSVG=async function(){this._emit("saveSVG.start");let t,n;try{const i=this.get("canvas"),r=i.getActiveLayer(),o=$e(":scope > defs",i._svg),a=Ld(r),s=o?"<defs>"+Ld(o)+"</defs>":"",c=i.getContainer();Ze(c).add(vh);let u;try{u=r.getBBox()}finally{Ze(c).remove(vh)}const l=u.x-ts,p=u.y-ts,f=u.width+ts*2,d=u.height+ts*2;t=`<?xml version="1.0" encoding="utf-8"?>
7
+ <!-- created with bpmn-js / http://bpmn.io -->
8
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
9
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="`+f+'" height="'+d+'" viewBox="'+l+" "+p+" "+f+" "+d+'" version="1.1">'+s+a+"</svg>"}catch(i){n=i}if(this._emit("saveSVG.done",{error:n,svg:t}),n)throw n;return{svg:t}},Qe.prototype._setDefinitions=function(e){this._definitions=e},Qe.prototype.getModules=function(){return this._modules},Qe.prototype.clear=function(){this.getDefinitions()&&ji.prototype.clear.call(this)},Qe.prototype.destroy=function(){ji.prototype.destroy.call(this),Yn(this._container)},Qe.prototype.on=function(e,t,n,i){return this.get("eventBus").on(e,t,n,i)},Qe.prototype.off=function(e,t){this.get("eventBus").off(e,t)},Qe.prototype.attachTo=function(e){if(!e)throw new Error("parentNode required");this.detach(),e.get&&e.constructor.prototype.jquery&&(e=e.get(0)),typeof e=="string"&&(e=$e(e)),e.appendChild(this._container),this._emit("attach",{}),this.get("canvas").resized()},Qe.prototype.getDefinitions=function(){return this._definitions},Qe.prototype.detach=function(){const e=this._container,t=e.parentNode;t&&(this._emit("detach",{}),t.removeChild(e))},Qe.prototype._init=function(e,t,n){const i=n.modules||this.getModules(n),r=n.additionalModules||[],o=[{bpmnjs:["value",this],moddle:["value",t]}],a=[].concat(o,i,r),s=D(Gn(n,["additionalModules"]),{canvas:D({},n.canvas,{container:e}),modules:a});ji.call(this,s),n&&n.container&&this.attachTo(n.container)},Qe.prototype._emit=function(e,t){return this.get("eventBus").fire(e,t)},Qe.prototype._createContainer=function(e){const t=Ue('<div class="bjs-container"></div>');return Xt(t,{width:yh(e.width),height:yh(e.height),position:e.position}),t},Qe.prototype._createModdle=function(e){const t=D({},this._moddleExtensions,e.moddleExtensions);return new jf(t)},Qe.prototype._modules=[];function ns(e,t){return e.warnings=t,e}function Vw(e){const n=/unparsable content <([^>]+)> detected([\s\S]*)$/.exec(e.message);return n&&(e.message="unparsable content <"+n[1]+"> detected; this may indicate an invalid BPMN 2.0 diagram file"+n[2]),e}const Gw={width:"100%",height:"100%",position:"relative"};function yh(e){return e+(de(e)?"px":"")}function Ww(e,t){return t&&Ve(e.diagrams,function(n){return n.id===t})||null}function Uw(e){const n='<a href="http://bpmn.io" target="_blank" class="bjs-powered-by" title="Powered by bpmn.io" >'+hh+"</a>",i=Ue(n);Xt($e("svg",i),mh),Xt(i,gh,{position:"absolute",bottom:"15px",right:"15px",zIndex:"100"}),e.appendChild(i),he.bind(i,"click",function(r){zw(),r.preventDefault()})}function Wr(e){Qe.call(this,e),this.on("import.parse.complete",function(t){t.error||this._collectIds(t.definitions,t.elementsById)},this),this.on("diagram.destroy",function(){this.get("moddle").ids.clear()},this)}J(Wr,Qe),Wr.prototype._createModdle=function(e){var t=Qe.prototype._createModdle.call(this,e);return t.ids=new qn([32,36,1]),t},Wr.prototype._collectIds=function(e,t){var n=e.$model,i=n.ids,r;i.clear();for(r in t)i.claim(r,t[r])};function Re(e,t){return y(e,"bpmn:CallActivity")?!1:y(e,"bpmn:SubProcess")?(t=t||Me(e),t&&y(t,"bpmndi:BPMNPlane")?!0:t&&!!t.isExpanded):y(e,"bpmn:Participant")?!!U(e).processRef:!0}function Tt(e){if(!(!y(e,"bpmn:Participant")&&!y(e,"bpmn:Lane"))){var t=Me(e).isHorizontal;return t===void 0?!0:t}}function qw(e){return e&&U(e).isInterrupting!==!1}function Ut(e){return e&&!!U(e).triggeredByEvent}function Ur(e,t){var n=U(e).eventDefinitions;return Ci(n,function(i){return y(i,t)})}function Yw(e){return Ur(e,"bpmn:ErrorEventDefinition")}function Kw(e){return Ur(e,"bpmn:EscalationEventDefinition")}function Xw(e){return Ur(e,"bpmn:CompensateEventDefinition")}var _r={width:90,height:20},_h=15;function Fi(e){return y(e,"bpmn:Event")||y(e,"bpmn:Gateway")||y(e,"bpmn:DataStoreReference")||y(e,"bpmn:DataObjectReference")||y(e,"bpmn:DataInput")||y(e,"bpmn:DataOutput")||y(e,"bpmn:SequenceFlow")||y(e,"bpmn:MessageFlow")||y(e,"bpmn:Group")}function is(e){return _e(e.label)}function Zw(e){var t=e.length/2-1,n=e[Math.floor(t)],i=e[Math.ceil(t+.01)],r=Qw(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-=_h:a+=_h,{x:a,y:s}}function Qw(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}}function ju(e){return e.waypoints?Zw(e.waypoints):y(e,"bpmn:Group")?{x:e.x+e.width/2,y:e.y+_r.height/2}:{x:e.x+e.width/2,y:e.y+e.height+_r.height/2}}function Jw(e,t){var n,i,r,o=e.label;return o&&o.bounds?(r=o.bounds,i={width:Math.max(_r.width,r.width),height:r.height},n={x:r.x+r.width/2,y:r.y+r.height/2}):(n=ju(t),i=_r),D({x:n.x-i.width/2,y:n.y-i.height/2},i)}function bh(e){if(y(e,"bpmn:FlowElement")||y(e,"bpmn:Participant")||y(e,"bpmn:Lane")||y(e,"bpmn:SequenceFlow")||y(e,"bpmn:MessageFlow")||y(e,"bpmn:DataInput")||y(e,"bpmn:DataOutput"))return"name";if(y(e,"bpmn:TextAnnotation"))return"text";if(y(e,"bpmn:Group"))return"categoryValueRef"}function e1(e){var t=e.categoryValueRef;return t&&t.value||""}function _n(e){var t=e.businessObject,n=bh(t);if(n)return n==="categoryValueRef"?e1(t):t[n]||""}function t1(e,t){var n=e.businessObject,i=bh(n);if(i)if(i==="categoryValueRef"){if(!n[i])return e;n[i].value=t}else n[i]=t;return e}function n1(e){return _e(e)&&Fi(e.labelTarget)}var qr=7;function xh(e){let t=[];return T(e.incoming,n=>{y(n,"bpmn:Association")&&y(n.source,"bpmn:TextAnnotation")&&t.push({annotation:n.source,association:n})}),T(e.outgoing,n=>{y(n,"bpmn:Association")&&y(n.target,"bpmn:TextAnnotation")&&t.push({annotation:n.target,association:n})}),t}function Lo(e){const t=new Map;return T(Du(e),n=>{T(xh(n),i=>{t.has(i.annotation)||t.set(i.annotation,{annotation:i.annotation,associations:[]}),t.get(i.annotation).associations.push(i.association)})}),[...t.values()]}var Fu="hsl(225, 10%, 15%)",i1="white";function Qn(e,t){return Ci(e.eventDefinitions,function(n){return n.$type===t})}function r1(e){return e.$type==="bpmn:IntermediateThrowEvent"||e.$type==="bpmn:EndEvent"}function o1(e){var t=e.dataObjectRef;return e.isCollection||t&&t.isCollection}function Se(e,t,n){var i=Me(e);return n||i.get("color:background-color")||i.get("bioc:fill")||t||i1}function Z(e,t,n){var i=Me(e);return n||i.get("color:border-color")||i.get("bioc:stroke")||t||Fu}function No(e,t,n,i){var r=Me(e),o=r.get("label");return i||o&&o.get("color:color")||t||Z(e,n)}function Eh(e){var t=e.x+e.width/2,n=e.y+e.height/2,i=e.width/2,r=[["M",t,n],["m",0,-i],["a",i,i,0,1,1,0,2*i],["a",i,i,0,1,1,0,-2*i],["z"]];return gr(r)}function Hu(e,t){var n=e.x,i=e.y,r=e.width,o=e.height,a=[["M",n+t,i],["l",r-t*2,0],["a",t,t,0,0,1,t,t],["l",0,o-t*2],["a",t,t,0,0,1,-t,t],["l",t*2-r,0],["a",t,t,0,0,1,-t,-t],["l",0,t*2-o],["a",t,t,0,0,1,t,-t],["z"]];return gr(a)}function a1(e){var t=e.width,n=e.height,i=e.x,r=e.y,o=t/2,a=n/2,s=[["M",i+o,r],["l",o,a],["l",-o,a],["l",-o,-a],["z"]];return gr(s)}function s1(e){var t=e.x,n=e.y,i=e.width,r=e.height,o=[["M",t,n],["l",i,0],["l",0,r],["l",-i,0],["z"]];return gr(o)}function Bo(e,t={}){return{width:Sn(e,t),height:cn(e,t)}}function Sn(e,t={}){return rn(t,"width")?t.width:e.width}function cn(e,t={}){return rn(t,"height")?t.height:e.height}var c1=new qn,u1=10,rs=3,l1=1.5,os=10,p1=4,Yr=.95,f1=1,d1=.25;function br(e,t,n,i,r,o,a){ui.call(this,t,a);var s=e&&e.defaultFillColor,c=e&&e.defaultStrokeColor,u=e&&e.defaultLabelColor;function l(R){return n.computeStyle(R,{strokeLinecap:"round",strokeLinejoin:"round",stroke:Fu,strokeWidth:2,fill:"white"})}function p(R){return n.computeStyle(R,["no-fill"],{strokeLinecap:"round",strokeLinejoin:"round",stroke:Fu,strokeWidth:2})}function f(R,_){var{ref:v={x:0,y:0},scale:k=1,element:O,parentGfx:z=r._svg}=_,ne=ae("marker",{id:R,viewBox:"0 0 20 20",refX:v.x,refY:v.y,markerWidth:20*k,markerHeight:20*k,orient:"auto"});ge(ne,O);var ye=$e(":scope > defs",z);ye||(ye=ae("defs"),ge(z,ye)),ge(ye,ne)}function d(R,_,v,k){var O=c1.nextPrefixed("marker-");return h(R,O,_,v,k),"url(#"+O+")"}function h(R,_,v,k,O){if(v==="sequenceflow-end"){var z=ae("path",{d:"M 1 5 L 11 10 L 1 15 Z",...l({fill:O,stroke:O,strokeWidth:1})});f(_,{element:z,ref:{x:11,y:10},scale:.5,parentGfx:R})}if(v==="messageflow-start"){var ne=ae("circle",{cx:6,cy:6,r:3.5,...l({fill:k,stroke:O,strokeWidth:1,strokeDasharray:[1e4,1]})});f(_,{element:ne,ref:{x:6,y:6},parentGfx:R})}if(v==="messageflow-end"){var ye=ae("path",{d:"m 1 5 l 0 -3 l 7 3 l -7 3 z",...l({fill:k,stroke:O,strokeWidth:1,strokeDasharray:[1e4,1]})});f(_,{element:ye,ref:{x:8.5,y:5},parentGfx:R})}if(v==="association-start"){var Ie=ae("path",{d:"M 11 5 L 1 10 L 11 15",...p({fill:"none",stroke:O,strokeWidth:1.5,strokeDasharray:[1e4,1]})});f(_,{element:Ie,ref:{x:1,y:10},scale:.5,parentGfx:R})}if(v==="association-end"){var it=ae("path",{d:"M 1 5 L 11 10 L 1 15",...p({fill:"none",stroke:O,strokeWidth:1.5,strokeDasharray:[1e4,1]})});f(_,{element:it,ref:{x:11,y:10},scale:.5,parentGfx:R})}if(v==="conditional-flow-marker"){var je=ae("path",{d:"M 0 10 L 8 6 L 16 10 L 8 14 Z",...l({fill:k,stroke:O})});f(_,{element:je,ref:{x:-1,y:10},scale:.5,parentGfx:R})}if(v==="conditional-default-flow-marker"){var ot=ae("path",{d:"M 6 4 L 10 16",...l({stroke:O,fill:"none"})});f(_,{element:ot,ref:{x:0,y:10},scale:.5,parentGfx:R})}}function m(R,_,v,k,O={}){Ct(k)&&(O=k,k=0),k=k||0,O=l(O);var z=_/2,ne=v/2,ye=ae("circle",{cx:z,cy:ne,r:Math.round((_+v)/4-k),...O});return ge(R,ye),ye}function g(R,_,v,k,O,z){Ct(O)&&(z=O,O=0),O=O||0,z=l(z);var ne=ae("rect",{x:O,y:O,width:_-O*2,height:v-O*2,rx:k,ry:k,...z});return ge(R,ne),ne}function w(R,_,v,k){var O=_/2,z=v/2,ne=[{x:O,y:0},{x:_,y:z},{x:O,y:v},{x:0,y:z}],ye=ne.map(function(it){return it.x+","+it.y}).join(" ");k=l(k);var Ie=ae("polygon",{...k,points:ye});return ge(R,Ie),Ie}function E(R,_,v,k){v=p(v);var O=Ao(_,v,k);return ge(R,O),O}function b(R,_,v){return E(R,_,v,5)}function x(R,_,v){v=p(v);var k=ae("path",{...v,d:_});return ge(R,k),k}function S(R,_,v,k){return x(_,v,D({"data-marker":R},k))}function A(R){return St[R]}function I(R){return function(_,v,k){return A(R)(_,v,k)}}var P={"bpmn:MessageEventDefinition":function(R,_,v={},k){var O=i.getScaledPath("EVENT_MESSAGE",{xScaleFactor:.9,yScaleFactor:.9,containerWidth:v.width||_.width,containerHeight:v.height||_.height,position:{mx:.235,my:.315}}),z=k?Z(_,c,v.stroke):Se(_,s,v.fill),ne=k?Se(_,s,v.fill):Z(_,c,v.stroke),ye=x(R,O,{fill:z,stroke:ne,strokeWidth:1});return ye},"bpmn:TimerEventDefinition":function(R,_,v={}){var k=v.width||_.width,O=v.height||_.height,z=v.width?1:2,ne=m(R,k,O,.2*O,{fill:Se(_,s,v.fill),stroke:Z(_,c,v.stroke),strokeWidth:z}),ye=i.getScaledPath("EVENT_TIMER_WH",{xScaleFactor:.75,yScaleFactor:.75,containerWidth:k,containerHeight:O,position:{mx:.5,my:.5}});x(R,ye,{stroke:Z(_,c,v.stroke),strokeWidth:z});for(var Ie=0;Ie<12;Ie++){var it=i.getScaledPath("EVENT_TIMER_LINE",{xScaleFactor:.75,yScaleFactor:.75,containerWidth:k,containerHeight:O,position:{mx:.5,my:.5}}),je=k/2,ot=O/2;x(R,it,{strokeWidth:1,stroke:Z(_,c,v.stroke),transform:"rotate("+Ie*30+","+ot+","+je+")"})}return ne},"bpmn:EscalationEventDefinition":function(R,_,v={},k){var O=i.getScaledPath("EVENT_ESCALATION",{xScaleFactor:1,yScaleFactor:1,containerWidth:v.width||_.width,containerHeight:v.height||_.height,position:{mx:.5,my:.2}}),z=k?Z(_,c,v.stroke):Se(_,s,v.fill);return x(R,O,{fill:z,stroke:Z(_,c,v.stroke),strokeWidth:1})},"bpmn:ConditionalEventDefinition":function(R,_,v={}){var k=i.getScaledPath("EVENT_CONDITIONAL",{xScaleFactor:1,yScaleFactor:1,containerWidth:v.width||_.width,containerHeight:v.height||_.height,position:{mx:.5,my:.222}});return x(R,k,{fill:Se(_,s,v.fill),stroke:Z(_,c,v.stroke),strokeWidth:1})},"bpmn:LinkEventDefinition":function(R,_,v={},k){var O=i.getScaledPath("EVENT_LINK",{xScaleFactor:1,yScaleFactor:1,containerWidth:_.width,containerHeight:_.height,position:{mx:.57,my:.263}}),z=k?Z(_,c,v.stroke):Se(_,s,v.fill);return x(R,O,{fill:z,stroke:Z(_,c,v.stroke),strokeWidth:1})},"bpmn:ErrorEventDefinition":function(R,_,v={},k){var O=i.getScaledPath("EVENT_ERROR",{xScaleFactor:1.1,yScaleFactor:1.1,containerWidth:v.width||_.width,containerHeight:v.height||_.height,position:{mx:.2,my:.722}}),z=k?Z(_,c,v.stroke):Se(_,s,v.fill);return x(R,O,{fill:z,stroke:Z(_,c,v.stroke),strokeWidth:1})},"bpmn:CancelEventDefinition":function(R,_,v={},k){var O=i.getScaledPath("EVENT_CANCEL_45",{xScaleFactor:1,yScaleFactor:1,containerWidth:_.width,containerHeight:_.height,position:{mx:.638,my:-.055}}),z=k?Z(_,c,v.stroke):"none",ne=x(R,O,{fill:z,stroke:Z(_,c,v.stroke),strokeWidth:1});return fh(ne,45),ne},"bpmn:CompensateEventDefinition":function(R,_,v={},k){var O=i.getScaledPath("EVENT_COMPENSATION",{xScaleFactor:1,yScaleFactor:1,containerWidth:v.width||_.width,containerHeight:v.height||_.height,position:{mx:.22,my:.5}}),z=k?Z(_,c,v.stroke):Se(_,s,v.fill);return x(R,O,{fill:z,stroke:Z(_,c,v.stroke),strokeWidth:1})},"bpmn:SignalEventDefinition":function(R,_,v={},k){var O=i.getScaledPath("EVENT_SIGNAL",{xScaleFactor:.9,yScaleFactor:.9,containerWidth:v.width||_.width,containerHeight:v.height||_.height,position:{mx:.5,my:.2}}),z=k?Z(_,c,v.stroke):Se(_,s,v.fill);return x(R,O,{strokeWidth:1,fill:z,stroke:Z(_,c,v.stroke)})},"bpmn:MultipleEventDefinition":function(R,_,v={},k){var O=i.getScaledPath("EVENT_MULTIPLE",{xScaleFactor:1.1,yScaleFactor:1.1,containerWidth:v.width||_.width,containerHeight:v.height||_.height,position:{mx:.211,my:.36}}),z=k?Z(_,c,v.stroke):Se(_,s,v.fill);return x(R,O,{fill:z,stroke:Z(_,c,v.stroke),strokeWidth:1})},"bpmn:ParallelMultipleEventDefinition":function(R,_,v={}){var k=i.getScaledPath("EVENT_PARALLEL_MULTIPLE",{xScaleFactor:1.2,yScaleFactor:1.2,containerWidth:v.width||_.width,containerHeight:v.height||_.height,position:{mx:.458,my:.194}});return x(R,k,{fill:Se(_,s,v.fill),stroke:Z(_,c,v.stroke),strokeWidth:1})},"bpmn:TerminateEventDefinition":function(R,_,v={}){var k=m(R,_.width,_.height,8,{fill:Z(_,c,v.stroke),stroke:Z(_,c,v.stroke),strokeWidth:4});return k}};function $(R,_,v={},k){var O=U(R),z=r1(O),ne=k||R;return O.get("eventDefinitions")&&O.get("eventDefinitions").length>1?O.get("parallelMultiple")?P["bpmn:ParallelMultipleEventDefinition"](_,ne,v,z):P["bpmn:MultipleEventDefinition"](_,ne,v,z):Qn(O,"bpmn:MessageEventDefinition")?P["bpmn:MessageEventDefinition"](_,ne,v,z):Qn(O,"bpmn:TimerEventDefinition")?P["bpmn:TimerEventDefinition"](_,ne,v,z):Qn(O,"bpmn:ConditionalEventDefinition")?P["bpmn:ConditionalEventDefinition"](_,ne,v,z):Qn(O,"bpmn:SignalEventDefinition")?P["bpmn:SignalEventDefinition"](_,ne,v,z):Qn(O,"bpmn:EscalationEventDefinition")?P["bpmn:EscalationEventDefinition"](_,ne,v,z):Qn(O,"bpmn:LinkEventDefinition")?P["bpmn:LinkEventDefinition"](_,ne,v,z):Qn(O,"bpmn:ErrorEventDefinition")?P["bpmn:ErrorEventDefinition"](_,ne,v,z):Qn(O,"bpmn:CancelEventDefinition")?P["bpmn:CancelEventDefinition"](_,ne,v,z):Qn(O,"bpmn:CompensateEventDefinition")?P["bpmn:CompensateEventDefinition"](_,ne,v,z):Qn(O,"bpmn:TerminateEventDefinition")?P["bpmn:TerminateEventDefinition"](_,ne,v,z):null}var j={ParticipantMultiplicityMarker:function(R,_,v={}){var k=Sn(_,v),O=cn(_,v),z=i.getScaledPath("MARKER_PARALLEL",{xScaleFactor:1,yScaleFactor:1,containerWidth:k,containerHeight:O,position:{mx:(k/2-6)/k,my:(O-15)/O}});S("participant-multiplicity",R,z,{strokeWidth:2,fill:Se(_,s,v.fill),stroke:Z(_,c,v.stroke)})},SubProcessMarker:function(R,_,v={}){var k=g(R,14,14,0,{strokeWidth:1,fill:Se(_,s,v.fill),stroke:Z(_,c,v.stroke)});Nt(k,_.width/2-7.5,_.height-20);var O=i.getScaledPath("MARKER_SUB_PROCESS",{xScaleFactor:1.5,yScaleFactor:1.5,containerWidth:_.width,containerHeight:_.height,position:{mx:(_.width/2-7.5)/_.width,my:(_.height-20)/_.height}});S("sub-process",R,O,{fill:Se(_,s,v.fill),stroke:Z(_,c,v.stroke)})},ParallelMarker:function(R,_,v){var k=Sn(_,v),O=cn(_,v),z=i.getScaledPath("MARKER_PARALLEL",{xScaleFactor:1,yScaleFactor:1,containerWidth:k,containerHeight:O,position:{mx:(k/2+v.parallel)/k,my:(O-20)/O}});S("parallel",R,z,{fill:Se(_,s,v.fill),stroke:Z(_,c,v.stroke)})},SequentialMarker:function(R,_,v){var k=i.getScaledPath("MARKER_SEQUENTIAL",{xScaleFactor:1,yScaleFactor:1,containerWidth:_.width,containerHeight:_.height,position:{mx:(_.width/2+v.seq)/_.width,my:(_.height-19)/_.height}});S("sequential",R,k,{fill:Se(_,s,v.fill),stroke:Z(_,c,v.stroke)})},CompensationMarker:function(R,_,v){var k=i.getScaledPath("MARKER_COMPENSATION",{xScaleFactor:1,yScaleFactor:1,containerWidth:_.width,containerHeight:_.height,position:{mx:(_.width/2+v.compensation)/_.width,my:(_.height-13)/_.height}});S("compensation",R,k,{strokeWidth:1,fill:Se(_,s,v.fill),stroke:Z(_,c,v.stroke)})},LoopMarker:function(R,_,v){var k=Sn(_,v),O=cn(_,v),z=i.getScaledPath("MARKER_LOOP",{xScaleFactor:1,yScaleFactor:1,containerWidth:k,containerHeight:O,position:{mx:(k/2+v.loop)/k,my:(O-7)/O}});S("loop",R,z,{strokeWidth:1.5,fill:"none",stroke:Z(_,c,v.stroke),strokeMiterlimit:.5})},AdhocMarker:function(R,_,v){var k=Sn(_,v),O=cn(_,v),z=i.getScaledPath("MARKER_ADHOC",{xScaleFactor:1,yScaleFactor:1,containerWidth:k,containerHeight:O,position:{mx:(k/2+v.adhoc)/k,my:(O-15)/O}});S("adhoc",R,z,{strokeWidth:1,fill:Z(_,c,v.stroke),stroke:Z(_,c,v.stroke)})}};function L(R,_,v,k){j[R](_,v,k)}function F(R,_,v=[],k={}){k={fill:k.fill,stroke:k.stroke,width:Sn(_,k),height:cn(_,k)};var O=U(_),z=v.includes("SubProcessMarker");z?k={...k,seq:-21,parallel:-22,compensation:-25,loop:-18,adhoc:10}:k={...k,seq:-5,parallel:-6,compensation:-7,loop:0,adhoc:-8},O.get("isForCompensation")&&v.push("CompensationMarker"),y(O,"bpmn:AdHocSubProcess")&&(v.push("AdhocMarker"),z||D(k,{compensation:k.compensation-18}));var ne=O.get("loopCharacteristics"),ye=ne&&ne.get("isSequential");ne&&(D(k,{compensation:k.compensation-18}),v.includes("AdhocMarker")&&D(k,{seq:-23,loop:-18,parallel:-24}),ye===void 0&&v.push("LoopMarker"),ye===!1&&v.push("ParallelMarker"),ye===!0&&v.push("SequentialMarker")),v.includes("CompensationMarker")&&v.length===1&&D(k,{compensation:-8}),T(v,function(Ie){L(Ie,R,_,k)})}function re(R,_,v={}){v=D({size:{width:100}},v);var k=o.createText(_||"",v);return Ce(k).add("djs-label"),ge(R,k),k}function Pe(R,_,v,k={}){var O=U(_),z=Bo({x:_.x,y:_.y,width:_.width,height:_.height},k);return re(R,O.name,{align:v,box:z,padding:7,style:{fill:No(_,u,c,k.stroke)}})}function nt(R,_,v={}){var k={width:_.width,height:_.height,x:_.width/2+_.x,y:_.height/2+_.y};return re(R,_n(_),{box:k,style:D({},o.getExternalStyle(),{fill:No(_,u,c,v.stroke)})})}function q(R,_,v,k={}){var O=Tt(v),z=re(R,_,{box:{height:30,width:O?cn(v,k):Sn(v,k)},align:"center-middle",style:{fill:No(v,u,c,k.stroke)}});if(O){var ne=-1*cn(v,k);es(z,0,-ne,270)}}function ie(R,_,v={}){var{width:k,height:O}=Bo(_,v);return g(R,k,O,os,{...v,fill:Se(_,s,v.fill),fillOpacity:Yr,stroke:Z(_,c,v.stroke)})}function ce(R,_,v={}){var k=U(_),O=Se(_,s,v.fill),z=Z(_,c,v.stroke);return(k.get("associationDirection")==="One"||k.get("associationDirection")==="Both")&&(v.markerEnd=d(R,"association-end",O,z)),k.get("associationDirection")==="Both"&&(v.markerStart=d(R,"association-start",O,z)),v=ke(v,["markerStart","markerEnd"]),b(R,_.waypoints,{...v,stroke:z,strokeDasharray:"0, 5"})}function oe(R,_,v={}){var k=Se(_,s,v.fill),O=Z(_,c,v.stroke),z=i.getScaledPath("DATA_OBJECT_PATH",{xScaleFactor:1,yScaleFactor:1,containerWidth:_.width,containerHeight:_.height,position:{mx:.474,my:.296}}),ne=x(R,z,{fill:k,fillOpacity:Yr,stroke:O}),ye=U(_);if(o1(ye)){var Ie=i.getScaledPath("DATA_OBJECT_COLLECTION_PATH",{xScaleFactor:1,yScaleFactor:1,containerWidth:_.width,containerHeight:_.height,position:{mx:.33,my:(_.height-18)/_.height}});x(R,Ie,{strokeWidth:2,fill:k,stroke:O})}return ne}function se(R,_,v={}){return m(R,_.width,_.height,{fillOpacity:Yr,...v,fill:Se(_,s,v.fill),stroke:Z(_,c,v.stroke)})}function K(R,_,v={}){return w(R,_.width,_.height,{fill:Se(_,s,v.fill),fillOpacity:Yr,stroke:Z(_,c,v.stroke)})}function N(R,_,v={}){var k=g(R,Sn(_,v),cn(_,v),0,{fill:Se(_,s,v.fill),fillOpacity:v.fillOpacity||Yr,stroke:Z(_,c,v.stroke),strokeWidth:1.5}),O=U(_);if(y(O,"bpmn:Lane")){var z=O.get("name");q(R,z,_,v)}return k}function B(R,_,v={}){var k=ie(R,_,v),O=Re(_);if(Ut(_)&&(ee(k,{strokeDasharray:"0, 5.5",strokeWidth:2.5}),!O)){var z=U(_).flowElements||[],ne=z.filter(ye=>y(ye,"bpmn:StartEvent"));ne.length===1&&V(ne[0],R,v,_)}return Pe(R,_,O?"center-top":"center-middle",v),O?F(R,_,void 0,v):F(R,_,["SubProcessMarker"],v),k}function V(R,_,v,k){var O=22,z={fill:Se(k,s,v.fill),stroke:Z(k,c,v.stroke),width:O,height:O},ne=U(R).isInterrupting,ye=ne?0:3,Ie=ne?1:1.2,it=20,je=(O-it)/2,ot="translate("+je+","+je+")";m(_,it,it,{fill:z.fill,stroke:z.stroke,strokeWidth:Ie,strokeDasharray:ye,transform:ot}),$(R,_,z,k)}function be(R,_,v={}){var k=ie(R,_,v);return Pe(R,_,"center-middle",v),F(R,_,void 0,v),k}var St=this.handlers={"bpmn:AdHocSubProcess":function(R,_,v={}){return Re(_)?v=ke(v,["fill","stroke","width","height"]):v=ke(v,["fill","stroke"]),B(R,_,v)},"bpmn:Association":function(R,_,v={}){return v=ke(v,["fill","stroke"]),ce(R,_,v)},"bpmn:BoundaryEvent":function(R,_,v={}){var{renderIcon:k=!0}=v;v=ke(v,["fill","stroke"]);var O=U(_),z=O.get("cancelActivity");v={strokeWidth:1.5,fill:Se(_,s,v.fill),fillOpacity:f1,stroke:Z(_,c,v.stroke)},z||(v.strokeDasharray="6");var ne=se(R,_,v);return m(R,_.width,_.height,rs,{...v,fill:"none"}),k&&$(_,R,v),ne},"bpmn:BusinessRuleTask":function(R,_,v={}){v=ke(v,["fill","stroke"]);var k=be(R,_,v),O=i.getScaledPath("TASK_TYPE_BUSINESS_RULE_MAIN",{abspos:{x:8,y:8}}),z=x(R,O);ee(z,{fill:Se(_,s,v.fill),stroke:Z(_,c,v.stroke),strokeWidth:1});var ne=i.getScaledPath("TASK_TYPE_BUSINESS_RULE_HEADER",{abspos:{x:8,y:8}}),ye=x(R,ne);return ee(ye,{fill:Z(_,c,v.stroke),stroke:Z(_,c,v.stroke),strokeWidth:1}),k},"bpmn:CallActivity":function(R,_,v={}){return v=ke(v,["fill","stroke"]),B(R,_,{strokeWidth:5,...v})},"bpmn:ComplexGateway":function(R,_,v={}){v=ke(v,["fill","stroke"]);var k=K(R,_,v),O=i.getScaledPath("GATEWAY_COMPLEX",{xScaleFactor:.5,yScaleFactor:.5,containerWidth:_.width,containerHeight:_.height,position:{mx:.46,my:.26}});return x(R,O,{fill:Z(_,c,v.stroke),stroke:Z(_,c,v.stroke),strokeWidth:1}),k},"bpmn:DataInput":function(R,_,v={}){v=ke(v,["fill","stroke"]);var k=i.getRawPath("DATA_ARROW"),O=oe(R,_,v);return x(R,k,{fill:"none",stroke:Z(_,c,v.stroke),strokeWidth:1}),O},"bpmn:DataInputAssociation":function(R,_,v={}){return v=ke(v,["fill","stroke"]),ce(R,_,{...v,markerEnd:d(R,"association-end",Se(_,s,v.fill),Z(_,c,v.stroke))})},"bpmn:DataObject":function(R,_,v={}){return v=ke(v,["fill","stroke"]),oe(R,_,v)},"bpmn:DataObjectReference":I("bpmn:DataObject"),"bpmn:DataOutput":function(R,_,v={}){v=ke(v,["fill","stroke"]);var k=i.getRawPath("DATA_ARROW"),O=oe(R,_,v);return x(R,k,{strokeWidth:1,fill:Z(_,c,v.stroke),stroke:Z(_,c,v.stroke)}),O},"bpmn:DataOutputAssociation":function(R,_,v={}){return v=ke(v,["fill","stroke"]),ce(R,_,{...v,markerEnd:d(R,"association-end",Se(_,s,v.fill),Z(_,c,v.stroke))})},"bpmn:DataStoreReference":function(R,_,v={}){v=ke(v,["fill","stroke"]);var k=i.getScaledPath("DATA_STORE",{xScaleFactor:1,yScaleFactor:1,containerWidth:_.width,containerHeight:_.height,position:{mx:0,my:.133}});return x(R,k,{fill:Se(_,s,v.fill),fillOpacity:Yr,stroke:Z(_,c,v.stroke),strokeWidth:2})},"bpmn:EndEvent":function(R,_,v={}){var{renderIcon:k=!0}=v;v=ke(v,["fill","stroke"]);var O=se(R,_,{...v,strokeWidth:4});return k&&$(_,R,v),O},"bpmn:EventBasedGateway":function(R,_,v={}){v=ke(v,["fill","stroke"]);var k=U(_),O=K(R,_,v);m(R,_.width,_.height,_.height*.2,{fill:Se(_,"none",v.fill),stroke:Z(_,c,v.stroke),strokeWidth:1});var z=k.get("eventGatewayType"),ne=!!k.get("instantiate");function ye(){var it=i.getScaledPath("GATEWAY_EVENT_BASED",{xScaleFactor:.18,yScaleFactor:.18,containerWidth:_.width,containerHeight:_.height,position:{mx:.36,my:.44}});x(R,it,{fill:"none",stroke:Z(_,c,v.stroke),strokeWidth:2})}if(z==="Parallel"){var Ie=i.getScaledPath("GATEWAY_PARALLEL",{xScaleFactor:.4,yScaleFactor:.4,containerWidth:_.width,containerHeight:_.height,position:{mx:.474,my:.296}});x(R,Ie,{fill:"none",stroke:Z(_,c,v.stroke),strokeWidth:1})}else z==="Exclusive"&&(ne||m(R,_.width,_.height,_.height*.26,{fill:"none",stroke:Z(_,c,v.stroke),strokeWidth:1}),ye());return O},"bpmn:ExclusiveGateway":function(R,_,v={}){v=ke(v,["fill","stroke"]);var k=K(R,_,v),O=i.getScaledPath("GATEWAY_EXCLUSIVE",{xScaleFactor:.4,yScaleFactor:.4,containerWidth:_.width,containerHeight:_.height,position:{mx:.32,my:.3}}),z=Me(_);return z.get("isMarkerVisible")&&x(R,O,{fill:Z(_,c,v.stroke),stroke:Z(_,c,v.stroke),strokeWidth:1}),k},"bpmn:Gateway":function(R,_,v={}){return v=ke(v,["fill","stroke"]),K(R,_,v)},"bpmn:Group":function(R,_,v={}){return v=ke(v,["fill","stroke","width","height"]),g(R,_.width,_.height,os,{stroke:Z(_,c,v.stroke),strokeWidth:1.5,strokeDasharray:"10, 6, 0, 6",fill:"none",pointerEvents:"none",width:Sn(_,v),height:cn(_,v)})},"bpmn:InclusiveGateway":function(R,_,v={}){v=ke(v,["fill","stroke"]);var k=K(R,_,v);return m(R,_.width,_.height,_.height*.24,{fill:Se(_,s,v.fill),stroke:Z(_,c,v.stroke),strokeWidth:2.5}),k},"bpmn:IntermediateEvent":function(R,_,v={}){var{renderIcon:k=!0}=v;v=ke(v,["fill","stroke"]);var O=se(R,_,{...v,strokeWidth:1.5});return m(R,_.width,_.height,rs,{fill:"none",stroke:Z(_,c,v.stroke),strokeWidth:1.5}),k&&$(_,R,v),O},"bpmn:IntermediateCatchEvent":I("bpmn:IntermediateEvent"),"bpmn:IntermediateThrowEvent":I("bpmn:IntermediateEvent"),"bpmn:Lane":function(R,_,v={}){return v=ke(v,["fill","stroke","width","height"]),N(R,_,{...v,fillOpacity:d1})},"bpmn:ManualTask":function(R,_,v={}){v=ke(v,["fill","stroke"]);var k=be(R,_,v),O=i.getScaledPath("TASK_TYPE_MANUAL",{abspos:{x:17,y:15}});return x(R,O,{fill:Se(_,s,v.fill),stroke:Z(_,c,v.stroke),strokeWidth:.5}),k},"bpmn:MessageFlow":function(R,_,v={}){v=ke(v,["fill","stroke"]);var k=U(_),O=Me(_),z=Se(_,s,v.fill),ne=Z(_,c,v.stroke),ye=b(R,_.waypoints,{markerEnd:d(R,"messageflow-end",z,ne),markerStart:d(R,"messageflow-start",z,ne),stroke:ne,strokeDasharray:"10, 11",strokeWidth:1.5});if(k.get("messageRef")){var Ie=ye.getPointAtLength(ye.getTotalLength()/2),it=i.getScaledPath("MESSAGE_FLOW_MARKER",{abspos:{x:Ie.x,y:Ie.y}}),je={strokeWidth:1};O.get("messageVisibleKind")==="initiating"?(je.fill=z,je.stroke=ne):(je.fill=ne,je.stroke=z);var ot=x(R,it,je),jt=k.get("messageRef"),qt=jt.get("name"),Ge=re(R,qt,{align:"center-top",fitBox:!0,style:{fill:ne}}),gt=ot.getBBox(),Dt=Ge.getBBox(),Dr=Ie.x-Dt.width/2,bn=Ie.y+gt.height/2+u1;es(Ge,Dr,bn,0)}return ye},"bpmn:ParallelGateway":function(R,_,v={}){v=ke(v,["fill","stroke"]);var k=K(R,_,v),O=i.getScaledPath("GATEWAY_PARALLEL",{xScaleFactor:.6,yScaleFactor:.6,containerWidth:_.width,containerHeight:_.height,position:{mx:.46,my:.2}});return x(R,O,{fill:Z(_,c,v.stroke),stroke:Z(_,c,v.stroke),strokeWidth:1}),k},"bpmn:Participant":function(R,_,v={}){v=ke(v,["fill","stroke","width","height"]);var k=N(R,_,v),O=Re(_),z=Tt(_),ne=U(_),ye=ne.get("name");if(O){var Ie=z?[{x:30,y:0},{x:30,y:cn(_,v)}]:[{x:0,y:30},{x:Sn(_,v),y:30}];E(R,Ie,{stroke:Z(_,c,v.stroke),strokeWidth:l1}),q(R,ye,_,v)}else{var it=Bo(_,v);z||(it.height=Sn(_,v),it.width=cn(_,v));var je=re(R,ye,{box:it,align:"center-middle",style:{fill:No(_,u,c,v.stroke)}});if(!z){var ot=-1*cn(_,v);es(je,0,-ot,270)}}return ne.get("participantMultiplicity")&&L("ParticipantMultiplicityMarker",R,_,v),k},"bpmn:ReceiveTask":function(R,_,v={}){v=ke(v,["fill","stroke"]);var k=U(_),O=be(R,_,v),z;return k.get("instantiate")?(m(R,28,28,20*.22,{fill:Se(_,s,v.fill),stroke:Z(_,c,v.stroke),strokeWidth:1}),z=i.getScaledPath("TASK_TYPE_INSTANTIATING_SEND",{abspos:{x:7.77,y:9.52}})):z=i.getScaledPath("TASK_TYPE_SEND",{xScaleFactor:.9,yScaleFactor:.9,containerWidth:21,containerHeight:14,position:{mx:.3,my:.4}}),x(R,z,{fill:Se(_,s,v.fill),stroke:Z(_,c,v.stroke),strokeWidth:1}),O},"bpmn:ScriptTask":function(R,_,v={}){v=ke(v,["fill","stroke"]);var k=be(R,_,v),O=i.getScaledPath("TASK_TYPE_SCRIPT",{abspos:{x:15,y:20}});return x(R,O,{fill:Se(_,s,v.fill),stroke:Z(_,c,v.stroke),strokeWidth:1}),k},"bpmn:SendTask":function(R,_,v={}){v=ke(v,["fill","stroke"]);var k=be(R,_,v),O=i.getScaledPath("TASK_TYPE_SEND",{xScaleFactor:1,yScaleFactor:1,containerWidth:21,containerHeight:14,position:{mx:.285,my:.357}});return x(R,O,{fill:Z(_,c,v.stroke),stroke:Se(_,s,v.fill),strokeWidth:1}),k},"bpmn:SequenceFlow":function(R,_,v={}){v=ke(v,["fill","stroke"]);var k=Se(_,s,v.fill),O=Z(_,c,v.stroke),z=b(R,_.waypoints,{markerEnd:d(R,"sequenceflow-end",k,O),stroke:O}),ne=U(_),{source:ye}=_;if(ye){var Ie=U(ye);ne.get("conditionExpression")&&y(Ie,"bpmn:Activity")&&ee(z,{markerStart:d(R,"conditional-flow-marker",k,O)}),Ie.get("default")&&(y(Ie,"bpmn:Gateway")||y(Ie,"bpmn:Activity"))&&Ie.get("default")===ne&&ee(z,{markerStart:d(R,"conditional-default-flow-marker",k,O)})}return z},"bpmn:ServiceTask":function(R,_,v={}){v=ke(v,["fill","stroke"]);var k=be(R,_,v);m(R,10,10,{fill:Se(_,s,v.fill),stroke:"none",transform:"translate(6, 6)"});var O=i.getScaledPath("TASK_TYPE_SERVICE",{abspos:{x:12,y:18}});x(R,O,{fill:Se(_,s,v.fill),stroke:Z(_,c,v.stroke),strokeWidth:1}),m(R,10,10,{fill:Se(_,s,v.fill),stroke:"none",transform:"translate(11, 10)"});var z=i.getScaledPath("TASK_TYPE_SERVICE",{abspos:{x:17,y:22}});return x(R,z,{fill:Se(_,s,v.fill),stroke:Z(_,c,v.stroke),strokeWidth:1}),k},"bpmn:StartEvent":function(R,_,v={}){var{renderIcon:k=!0}=v;v=ke(v,["fill","stroke"]);var O=U(_);O.get("isInterrupting")||(v={...v,strokeDasharray:"6"});var z=se(R,_,v);return k&&$(_,R,v),z},"bpmn:SubProcess":function(R,_,v={}){return Re(_)?v=ke(v,["fill","stroke","width","height"]):v=ke(v,["fill","stroke"]),B(R,_,v)},"bpmn:Task":function(R,_,v={}){return v=ke(v,["fill","stroke"]),be(R,_,v)},"bpmn:TextAnnotation":function(R,_,v={}){v=ke(v,["fill","stroke"]);var{width:k,height:O}=Bo(_,v),z=g(R,k,O,0,0,{fill:"none",stroke:"none"}),ne=i.getScaledPath("TEXT_ANNOTATION",{xScaleFactor:1,yScaleFactor:1,containerWidth:k,containerHeight:O,position:{mx:0,my:0}});x(R,ne,{stroke:Z(_,c,v.stroke)});var ye=U(_),Ie=ye.get("text")||"";return re(R,Ie,{align:"left-top",box:Bo(_,v),padding:qr,style:{fill:No(_,u,c,v.stroke)}}),z},"bpmn:Transaction":function(R,_,v={}){Re(_)?v=ke(v,["fill","stroke","width","height"]):v=ke(v,["fill","stroke"]);var k=B(R,_,{strokeWidth:1.5,...v}),O=n.style(["no-fill","no-events"],{stroke:Z(_,c,v.stroke),strokeWidth:1.5}),z=Re(_);return z||(v={}),g(R,Sn(_,v),cn(_,v),os-rs,rs,O),k},"bpmn:UserTask":function(R,_,v={}){v=ke(v,["fill","stroke"]);var k=be(R,_,v),O=15,z=12,ne=i.getScaledPath("TASK_TYPE_USER_1",{abspos:{x:O,y:z}});x(R,ne,{fill:Se(_,s,v.fill),stroke:Z(_,c,v.stroke),strokeWidth:.5});var ye=i.getScaledPath("TASK_TYPE_USER_2",{abspos:{x:O,y:z}});x(R,ye,{fill:Se(_,s,v.fill),stroke:Z(_,c,v.stroke),strokeWidth:.5});var Ie=i.getScaledPath("TASK_TYPE_USER_3",{abspos:{x:O,y:z}});return x(R,Ie,{fill:Z(_,c,v.stroke),stroke:Z(_,c,v.stroke),strokeWidth:.5}),k},label:function(R,_,v={}){return nt(R,_,v)}};this._drawPath=x,this._renderer=A}J(br,ui),br.$inject=["config.bpmnRenderer","eventBus","styles","pathMap","canvas","textRenderer"],br.prototype.canRender=function(e){return y(e,"bpmn:BaseElement")},br.prototype.drawShape=function(e,t,n={}){var{type:i}=t,r=this._renderer(i);return r(e,t,n)},br.prototype.drawConnection=function(e,t,n={}){var{type:i}=t,r=this._renderer(i);return r(e,t,n)},br.prototype.getShapePath=function(e){return _e(e)?Hu(e,p1):y(e,"bpmn:Event")?Eh(e):y(e,"bpmn:Activity")?Hu(e,os):y(e,"bpmn:Gateway")?a1(e):s1(e)};function ke(e,t=[]){return t.reduce((n,i)=>(e[i]&&(n[i]=e[i]),n),{})}var h1=0,m1={width:150,height:50};function g1(e){var t=e.split("-");return{horizontal:t[0]||"center",vertical:t[1]||"top"}}function v1(e){return Ct(e)?D({top:0,left:0,right:0,bottom:0},e):{top:e,left:e,right:e,bottom:e}}var zu=null;function y1(){return zu||(zu=document.createElement("canvas").getContext("2d")),zu}function _1(e){var t=[];return e.fontStyle&&t.push(e.fontStyle),e.fontVariant&&t.push(e.fontVariant),e.fontWeight&&t.push(e.fontWeight),e.fontStretch&&t.push(e.fontStretch),t.push(wh(e.fontSize)||"12px"),t.push(e.fontFamily||"sans-serif"),t.join(" ")}function wh(e){if(e!=null)return typeof e=="number"||/^-?\d+(\.\d+)?$/.test(e)?e+"px":e}function b1(e,t){var n=y1();if(!n)return{width:0,height:0};n.font=_1(t),"letterSpacing"in n&&(n.letterSpacing=wh(t.letterSpacing)||"0px");var i=e==="",r=i?"dummy":e.replace(/\s+$/,""),o=n.measureText(r);return{width:i?0:o.width,height:"fontBoundingBoxAscent"in o?o.fontBoundingBoxAscent+o.fontBoundingBoxDescent:o.actualBoundingBoxAscent+o.actualBoundingBoxDescent}}function x1(e,t,n){for(var i=e.shift(),r=i,o;;){if(o=b1(r,n),o.width=r?o.width:0,r===" "||r===""||o.width<Math.round(t)||r.length<2)return E1(e,r,i,o);r=S1(r,o.width,t)}}function E1(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}}var Sh="­";function w1(e,t){var n=e.split(/(\s|-|\u00AD)/g),i,r=[],o=0;if(n.length>1)for(;i=n.shift();)if(i.length+o<t)r.push(i),o+=i.length;else{(i==="-"||i===Sh)&&r.pop();break}var a=r[r.length-1];return a&&a===Sh&&(r[r.length-1]="-"),r.join("")}function S1(e,t,n){var i=Math.max(e.length*(n/t),1),r=w1(e,i);return r||(r=e.slice(0,Math.max(Math.round(i-1),1))),r}function as(e){this._config=D({},{size:m1,padding:h1,style:{},align:"center-top"},e||{})}as.prototype.createText=function(e,t){return this.layoutText(e,t).element},as.prototype.getDimensions=function(e,t){return this.layoutText(e,t).dimensions},as.prototype.layoutText=function(e,t){for(var n=D({},this._config.size,t.box),i=D({},this._config.style,t.style),r=g1(t.align||this._config.align),o=v1(t.padding!==void 0?t.padding:this._config.padding),a=t.fitBox||!1,s=R1(i),c=e.split(/\u00AD?\r?\n/),u=[],l=n.width-o.left-o.right;c.length;)u.push(x1(c,l,i));r.vertical==="middle"&&(o.top=o.bottom=0);var p=on(u,function(g,w,E){return g+(s||w.height)},0)+o.top+o.bottom,f=on(u,function(g,w,E){return w.width>g?w.width:g},0),d=o.top;r.vertical==="middle"&&(d+=(n.height-p)/2),d-=(s||u[0].height)/4;var h=ae("text");ee(h,i),T(u,function(g){var w;switch(d+=s||g.height,r.horizontal){case"left":w=o.left;break;case"right":w=(a?f:l)-o.right-g.width;break;default:w=Math.max(((a?f:l)-g.width)/2+o.left,0)}var E=ae("tspan");ee(E,{x:w,y:d}),E.textContent=g.text,ge(h,E)});var m={width:f,height:p};return{dimensions:m,element:h}};function R1(e){if("fontSize"in e&&"lineHeight"in e)return e.lineHeight*parseInt(e.fontSize,10)}var C1=12,P1=1.2,A1=40;function Rh(e){var t=D({fontFamily:"Arial, sans-serif",fontSize:C1,fontWeight:"normal",lineHeight:P1},e&&e.defaultStyle||{}),n=parseInt(t.fontSize,10)-1,i=D({},t,{fontSize:n},e&&e.externalStyle||{}),r=new as({style:t});this.getExternalLabelBounds=function(a,s){var c={width:Math.max(a.width,_r.width),height:30},u=o(s,c,{style:i});return{x:Math.round(a.x+a.width/2-u.width/2),y:a.y,width:Math.ceil(u.width),height:Math.ceil(u.height)}},this.getTextAnnotationBounds=function(a,s){var c=o(s,a,{style:t,align:"left-top",padding:qr});return{x:a.x,y:a.y,width:a.width,height:Math.max(A1,Math.round(c.height))}},this.getDimensions=function(a,s){return r.getDimensions(a,s||{})};function o(a,s,c){return r.getDimensions(a,D({box:s},c))}this.createText=function(a,s){return r.createText(a,s||{})},this.getDefaultStyle=function(){return t},this.getExternalStyle=function(){return i}}Rh.$inject=["config.textRenderer"];function T1(){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(t){return this.pathMap[t].d},this.getScaledPath=function(t,n){var i=this.pathMap[t],r,o;n.abspos?(r=n.abspos.x,o=n.abspos.y):(r=n.containerWidth*n.position.mx,o=n.containerHeight*n.position.my);var a={};if(n.position){for(var s=n.containerHeight/i.height*n.yScaleFactor,c=n.containerWidth/i.width*n.xScaleFactor,u=0;u<i.heightElements.length;u++)a["y"+u]=i.heightElements[u]*s;for(var l=0;l<i.widthElements.length;l++)a["x"+l]=i.widthElements[l]*c}var p=O1(i.d,{mx:r,my:o,e:a});return p}}var M1=/\{([^{}]+)\}/g,k1=/(?:(?:^|\.)(.+?)(?=\[|\.|$|\()|\[('|")(.+?)\2\])(\(\))?/g;function D1(e,t,n){var i=n;return t.replace(k1,function(r,o,a,s,c){o=o||s,i&&(o in i&&(i=i[o]),typeof i=="function"&&c&&(i=i()))}),i=(i==null||i==n?e:i)+"",i}function O1(e,t){return String(e).replace(M1,function(n,i){return D1(n,i,t)})}const I1={__init__:["bpmnRenderer"],bpmnRenderer:["type",br],textRenderer:["type",Rh],pathMap:["type",T1]};function L1(e,t){return t=t||{},e.replace(/{([^}]+)}/g,function(n,i){return t[i]||"{"+i+"}"})}const $o={translate:["value",L1]};function ss(e,t,n){return D({id:e.id,type:e.$type,businessObject:e,di:t},n)}function N1(e,t,n){var i=e.waypoint;return!i||i.length<2?[pe(t),pe(n)]:i.map(function(r){return{x:r.x,y:r.y}})}function Ch(e,t,n){return new Error(`element ${Wt(t)} referenced by ${Wt(e)}#${n} not yet drawn`)}function di(e,t,n,i,r){this._eventBus=e,this._canvas=t,this._elementFactory=n,this._elementRegistry=i,this._textRenderer=r}di.$inject=["eventBus","canvas","elementFactory","elementRegistry","textRenderer"],di.prototype.add=function(e,t,n){var i,r,o;if(y(t,"bpmndi:BPMNPlane")){var a=y(e,"bpmn:SubProcess")?{id:e.id+"_plane"}:{};i=this._elementFactory.createRoot(ss(e,t,a)),this._canvas.addRootElement(i)}else if(y(t,"bpmndi:BPMNShape")){var s=!Re(e,t),c=$1(e);r=n&&(n.hidden||n.collapsed);var u=t.bounds;i=this._elementFactory.createShape(ss(e,t,{collapsed:s,hidden:r,x:Math.round(u.x),y:Math.round(u.y),width:Math.round(u.width),height:Math.round(u.height),isFrame:c})),y(e,"bpmn:BoundaryEvent")&&this._attachBoundary(e,i),y(e,"bpmn:Lane")&&(o=0),y(e,"bpmn:DataStoreReference")&&(B1(n,pe(u))||(n=this._canvas.findRoot(n))),this._canvas.addShape(i,n,o)}else if(y(t,"bpmndi:BPMNEdge")){var l=this._getSource(e),p=this._getTarget(e);r=n&&(n.hidden||n.collapsed),i=this._elementFactory.createConnection(ss(e,t,{hidden:r,source:l,target:p,waypoints:N1(t,l,p)})),y(e,"bpmn:DataAssociation")&&(n=this._canvas.findRoot(n)),this._canvas.addConnection(i,n,o)}else throw new Error(`unknown di ${Wt(t)} for element ${Wt(e)}`);return Fi(e)&&_n(i)&&this.addLabel(e,t,i),this._eventBus.fire("bpmnElement.added",{element:i}),i},di.prototype._attachBoundary=function(e,t){var n=e.attachedToRef;if(!n)throw new Error(`missing ${Wt(e)}#attachedToRef`);var i=this._elementRegistry.get(n.id),r=i&&i.attachers;if(!i)throw Ch(e,n,"attachedToRef");t.host=i,r||(i.attachers=r=[]),r.indexOf(t)===-1&&r.push(t)},di.prototype.addLabel=function(e,t,n){var i,r,o;return i=Jw(t,n),r=_n(n),r&&(i=this._textRenderer.getExternalLabelBounds(i,r)),o=this._elementFactory.createLabel(ss(e,t,{id:e.id+"_label",labelTarget:n,type:"label",hidden:n.hidden||!_n(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)},di.prototype._getConnectedElement=function(e,t){var n,i,r=e.$type;if(i=e[t+"Ref"],t==="source"&&r==="bpmn:DataInputAssociation"&&(i=i&&i[0]),(t==="source"&&r==="bpmn:DataOutputAssociation"||t==="target"&&r==="bpmn:DataInputAssociation")&&(i=e.$parent),n=i&&this._getElement(i),n)return n;throw i?Ch(e,i,t+"Ref"):new Error(`${Wt(e)}#${t} Ref not specified`)},di.prototype._getSource=function(e){return this._getConnectedElement(e,"source")},di.prototype._getTarget=function(e){return this._getConnectedElement(e,"target")},di.prototype._getElement=function(e){return this._elementRegistry.get(e.id)};function B1(e,t){var n=t.x,i=t.y;return n>=e.x&&n<=e.x+e.width&&i>=e.y&&i<=e.y+e.height}function $1(e){return y(e,"bpmn:Group")}const Ph={__depends__:[I1,{__depends__:[$o],bpmnImporter:["type",di]}]};function jo(e){return{x:e.x+e.width/2,y:e.y+e.height/2}}function jn(e,t){return{x:e.x-t.x,y:e.y-t.y}}function Vu(e){return Math.log(e)/Math.log(10)}var j1=1e3;function W(e){this._eventBus=e}W.$inject=["eventBus"];function F1(e,t){return function(n){return e.call(t||null,n.context,n.command,n)}}W.prototype.on=function(e,t,n,i,r,o){if((Pt(t)||de(t))&&(o=r,r=i,i=n,n=t,t=null),Pt(n)&&(o=r,r=i,i=n,n=j1),Ct(r)&&(o=r,r=!1),!Pt(i))throw new Error("handlerFn must be a function");le(e)||(e=[e]);var a=this._eventBus;T(e,function(s){var c=["commandStack",s,t].filter(function(u){return u}).join(".");a.on(c,n,r?F1(i,o):i,o)})},W.prototype.canExecute=hi("canExecute"),W.prototype.preExecute=hi("preExecute"),W.prototype.preExecuted=hi("preExecuted"),W.prototype.execute=hi("execute"),W.prototype.executed=hi("executed"),W.prototype.postExecute=hi("postExecute"),W.prototype.postExecuted=hi("postExecuted"),W.prototype.revert=hi("revert"),W.prototype.reverted=hi("reverted");function hi(e){return function(n,i,r,o,a){(Pt(n)||de(n))&&(a=o,o=r,r=i,i=n,n=null),this.on(n,e,i,r,o,a)}}var Gu=["top","bottom","left","right"],cs=10;function Wu(e,t){W.call(this,e),this.postExecuted(["connection.create","connection.layout","connection.updateWaypoints"],function(r){var o=r.context,a=o.connection,s=a.source,c=a.target,u=o.hints||{};u.createElementsBehavior!==!1&&(n(s),n(c))}),this.postExecuted(["label.create"],function(r){var o=r.context,a=o.shape,s=o.hints||{};s.createElementsBehavior!==!1&&n(a.labelTarget)}),this.postExecuted(["elements.create"],function(r){var o=r.context,a=o.elements,s=o.hints||{};s.createElementsBehavior!==!1&&a.forEach(function(c){n(c)})});function n(r){if(is(r)&&!Fe(r)){var o=V1(r);o&&i(r,o)}}function i(r,o){var a=pe(r),s=r.label,c=pe(s);if(s.parent){var u=ue(r),l;switch(o){case"top":l={x:a.x,y:u.top-cs-s.height/2};break;case"left":l={x:u.left-cs-s.width/2,y:a.y};break;case"bottom":l={x:a.x,y:u.bottom+cs+s.height/2};break;case"right":l={x:u.right+cs+s.width/2,y:a.y};break}var p=jn(l,c);t.moveShape(s,p)}}}J(Wu,W),Wu.$inject=["eventBus","modeling"];function H1(e){var t=e.host,n=pe(e),i=Lt(n,t),r;i.indexOf("-")>=0?r=i.split("-"):r=[i];var o=Gu.filter(function(a){return r.indexOf(a)===-1});return o}function z1(e){var t=pe(e),n=[].concat(e.incoming.map(function(i){return i.waypoints[i.waypoints.length-2]}),e.outgoing.map(function(i){return i.waypoints[1]})).map(function(i){return Ah(t,i)});return n}function V1(e){var t=pe(e.label),n=pe(e),i=Ah(n,t);if(G1(i)){var r=z1(e);if(e.host){var o=H1(e);r=r.concat(o)}var a=Gu.filter(function(s){return r.indexOf(s)===-1});return a.indexOf(i)!==-1?Lt(e.label,e)!=="intersect"?void 0:i:a[0]}}function Ah(e,t){return Lt(t,e,5)}function G1(e){return Gu.indexOf(e)!==-1}function Uu(e){W.call(this,e),this.preExecute("shape.append",function(t){var n=t.source,i=t.shape;t.position||(y(i,"bpmn:TextAnnotation")?t.position={x:n.x+n.width/2+75,y:n.y-50-i.height/2}:t.position={x:n.x+n.width+80+i.width/2,y:n.y+n.height/2})},!0)}J(Uu,W),Uu.$inject=["eventBus"];var W1=1500;function qu(e,t,n){e.invoke(W,this),this.preExecute("elements.delete",W1,function(r){var o=r.context,a=o.elements,s=i(a);s.length&&(o.elements=a.concat(s))}),t.on("shape.move.start",function(r){var o=r.context.shapes,a=i(o);a.length&&(r.context.shapes=o.concat(a))});function i(r){var o=Ee(r,u=>y(u,"bpmn:Participant")||y(u,"bpmn:SubProcess"));if(!o.length)return[];var a=n.getRootElement(),s=new Set(a.children.filter(u=>y(u,"bpmn:Artifact"))),c=new Set;return T(o,u=>{const l=new Set(Lr(zr(Array.from(s),lt(u))));c=c.union(l),s=s.difference(l)}),Array.from(c)}}J(qu,W),qu.$inject=["injector","eventBus","canvas"];function Yu(e,t){e.invoke(W,this),this.postExecute("shape.move",function(n){var i=n.newParent,r=n.shape,o=Ee(r.incoming.concat(r.outgoing),function(a){return y(a,"bpmn:Association")});T(o,function(a){t.moveConnection(a,{x:0,y:0},i)})},!0)}J(Yu,W),Yu.$inject=["injector","modeling"];function Kr(e,t){for(nn(t)&&(t=[t]);e=e.parent;)if(xe(e,t))return e;return null}function Th(e,t){var n=Kr(e,"bpmn:Process");if(n)return!0;var i=["bpmn:Participant","bpmn:Lane"];if(n=Kr(e,i),n)return Tt(n);if(xe(e,i))return Tt(e);var r;for(r=U(e);r&&!y(r,"bpmn:Process");r=r.$parent);if(!t)return!0;var o=t.find(function(a){var s=U(a);return s&&s.get("processRef")===r});return o?Tt(o):!0}var Mh=500;function us(e,t){t.invoke(W,this),this._bpmnReplace=e;var n=this;this.postExecuted("elements.create",Mh,function(i){var r=i.elements;r=r.filter(function(o){var a=o.host;return kh(o,a)}),r.length===1&&r.map(function(o){return r.indexOf(o)}).forEach(function(o){var a=r[o];i.elements[o]=n._replaceShape(r[o],a)})},!0),this.preExecute("elements.move",Mh,function(i){var r=i.shapes,o=i.newHost;if(r.length===1){var a=r[0];kh(a,o)&&(i.shapes=[n._replaceShape(a,o)])}},!0)}us.$inject=["bpmnReplace","injector"],J(us,W),us.prototype._replaceShape=function(e,t){var n=U1(e),i={type:"bpmn:BoundaryEvent",host:t};return n&&(i.eventDefinitionType=n.$type),this._bpmnReplace.replaceElement(e,i,{layoutConnection:!1})};function U1(e){var t=U(e),n=t.eventDefinitions;return n&&n[0]}function kh(e,t){return!_e(e)&&xe(e,["bpmn:IntermediateThrowEvent","bpmn:IntermediateCatchEvent"])&&!!t}function Ku(e,t){W.call(this,e);function n(i){return Ee(i.attachers,function(r){return y(r,"bpmn:BoundaryEvent")})}this.postExecute("connection.create",function(i){var r=i.context.source,o=i.context.target,a=n(o);y(r,"bpmn:EventBasedGateway")&&y(o,"bpmn:ReceiveTask")&&a.length>0&&t.removeElements(a)}),this.postExecute("connection.reconnect",function(i){var r=i.context.oldSource,o=i.context.newSource;y(r,"bpmn:Gateway")&&y(o,"bpmn:EventBasedGateway")&&T(o.outgoing,function(a){var s=a.target,c=n(s);y(s,"bpmn:ReceiveTask")&&c.length>0&&t.removeElements(c)})})}Ku.$inject=["eventBus","modeling"],J(Ku,W);function Dh(e){return e.create("bpmn:Category")}function q1(e){return e.create("bpmn:CategoryValue")}function Oh(e,t){var n=t.get("categoryValueRef");return n||(n=t.categoryValueRef=q1(e)),n.$parent||(n.$parent=Dh(e)),n}function Y1(e,t,n){return st(t.get("categoryValue"),e),e.$parent=t,st(n.get("rootElements"),t),t.$parent=n,e}function K1(e){var t=e.$parent;return t&&(rt(t.get("categoryValue"),e),e.$parent=null),e}function X1(e){var t=e.$parent;return t&&(rt(t.get("rootElements"),e),e.$parent=null),e}var Z1=500;function Xu(e,t,n){n.invoke(W,this);function i(c){return t.filter(function(u){return y(u,"bpmn:Group")&&!u.labelTarget}).map(U).filter(function(u){return u!==c})}function r(c,u){return i(u).some(function(l){return l.get("categoryValueRef")===c})}function o(c,u){return i(u).some(function(l){var p=l.get("categoryValueRef");return p&&p.$parent===c})}function a(c,u){c&&u&&Y1(c,u,e.getDefinitions())}function s(c,u,l){u&&!o(u,l)&&X1(u),c&&!r(c,l)&&K1(c)}this.executed(["shape.create","label.create"],function(c){var u=c.labelTarget||c.shape;!y(u,"bpmn:Group")||u.labelTarget||a(c.categoryValue,c.category)},!0),this.reverted(["shape.create","label.create"],function(c){var u=c.labelTarget||c.shape;!y(u,"bpmn:Group")||u.labelTarget||s(c.categoryValue,c.category,U(u))},!0),this.executed(["shape.move","shape.resize"],Z1,function(c){a(c.categoryValue,c.category)},!0),this.reverted(["shape.move","shape.resize"],function(c){var u=c.shape;c.categoryValue&&s(c.categoryValue,c.category,U(u))},!0),this.executed("group.updateRefs",function(c){Ih(c).forEach(function(u){a(u.categoryValue,u.category)})},!0),this.reverted("group.updateRefs",function(c){Ih(c).forEach(function(u){s(u.categoryValue,u.category,U(u.groupShape))})},!0),this.executed("shape.delete",function(c){var u=c.shape;!y(u,"bpmn:Group")||u.labelTarget||s(c.categoryValue,c.category,U(u))},!0),this.reverted("shape.delete",function(c){var u=c.shape;!y(u,"bpmn:Group")||u.labelTarget||a(c.categoryValue,c.category)},!0)}Xu.$inject=["bpmnjs","elementRegistry","injector"],J(Xu,W);function Ih(e){var t;return((t=e.updates)==null?void 0:t.groups)||[]}function Zu(e,t,n){W.call(this,e),this.preExecute("shape.replace",s,!0),this.postExecuted("shape.replace",c,!0),this.preExecute("connection.create",r,!0),this.postExecuted("connection.delete",i,!0),this.postExecuted("connection.reconnect",o,!0),this.postExecuted("element.updateProperties",a,!0);function i(g){const w=g.source,E=g.target;Xr(w)&&Fo(E)&&l(E)}function r(g){const w=g.connection,E=g.source,b=g.target;Xr(E)&&ls(b)&&(u(b),f(E,[w]))}function o(g){const w=g.newTarget,E=g.oldSource,b=g.oldTarget;if(b!==w){const x=E;Fo(b)&&l(b),Xr(x)&&ls(w)&&u(w)}}function a(g){const{element:w}=g;Fo(w)?(p(w),d(w)):ls(w)&&h(w)}function s(g){const{newData:w,oldShape:E}=g;if(Xr(g.oldShape)&&w.eventDefinitionType!=="bpmn:CompensateEventDefinition"||w.type!=="bpmn:BoundaryEvent"){const b=E.outgoing.find(({target:x})=>Fo(x));b&&b.target&&(g._connectionTarget=b.target)}else if(!Xr(g.oldShape)&&w.eventDefinitionType==="bpmn:CompensateEventDefinition"&&w.type==="bpmn:BoundaryEvent"){const b=E.outgoing.find(({target:x})=>ls(x));b&&b.target&&(g._connectionTarget=b.target),m(E)}}function c(g){const{_connectionTarget:w,newShape:E}=g;w&&t.connect(E,w)}function u(g){t.updateProperties(g,{isForCompensation:!0})}function l(g){t.updateProperties(g,{isForCompensation:void 0})}function p(g){for(const w of g.incoming)n.canConnect(w.source,g)||t.removeConnection(w);for(const w of g.outgoing)n.canConnect(g,w.target)||t.removeConnection(w)}function f(g,w){g.outgoing.filter(x=>y(x,"bpmn:Association")).filter(x=>Fo(x.target)&&!w.includes(x)).forEach(x=>t.removeConnection(x))}function d(g){const w=g.attachers.slice();w.length&&t.removeElements(w)}function h(g){const w=g.incoming.filter(E=>Xr(E.source));t.removeElements(w)}function m(g){const w=g.outgoing.filter(E=>y(E,"bpmn:SequenceFlow"));t.removeElements(w)}}J(Zu,W),Zu.$inject=["eventBus","modeling","bpmnRules"];function Fo(e){const t=U(e);return t&&t.get("isForCompensation")}function Xr(e){return e&&y(e,"bpmn:BoundaryEvent")&&Ur(e,"bpmn:CompensateEventDefinition")}function ls(e){return e&&y(e,"bpmn:Activity")&&!Ut(e)}function Qu(e){e.invoke(W,this),this.preExecute("shape.create",1500,function(t){var n=t.context,i=n.parent,r=n.shape;y(i,"bpmn:Lane")&&!y(r,"bpmn:Lane")&&(n.parent=Kr(i,"bpmn:Participant"))})}Qu.$inject=["injector"],J(Qu,W);function Ju(e,t){W.call(this,e),this.preExecute("shape.create",function(n){var a;var i=n.context,r=i.shape;if(y(r,"bpmn:DataObjectReference")&&r.type!=="label"){var o=t.create("bpmn:DataObject");o.isCollection=((a=r.businessObject.dataObjectRef)==null?void 0:a.isCollection)||!1,r.businessObject.dataObjectRef=o}})}Ju.$inject=["eventBus","bpmnFactory"],J(Ju,W);var el=20,tl=20,Lh=30,ps=2e3;function nl(e,t,n){W.call(this,t),t.on(["create.start","shape.move.start"],ps,function(r){var o=r.context,a=o.shape,s=e.getRootElement();if(!(!y(a,"bpmn:Participant")||!y(s,"bpmn:Process")||!s.children.length)){var c=s.children.filter(function(p){return!y(p,"bpmn:Group")&&!_e(p)&&!Fe(p)});if(c.length){var u=lt(c),l=Q1(a,u);D(a,l),o.createConstraints=J1(a,u)}}}),t.on("create.start",ps,function(r){var o=r.context,a=o.shape,s=e.getRootElement(),c=e.getGraphics(s);function u(l){l.element=s,l.gfx=c}y(a,"bpmn:Participant")&&y(s,"bpmn:Process")&&(t.on("element.hover",ps,u),t.once("create.cleanup",function(){t.off("element.hover",u)}))});function i(){var r=e.getRootElement();return y(r,"bpmn:Collaboration")?r:n.makeCollaboration()}this.preExecute("elements.create",ps,function(r){var o=r.elements,a=r.parent,s=eS(o),c;s&&y(a,"bpmn:Process")&&(r.parent=i(),c=r.hints=r.hints||{},c.participant=s,c.process=a,c.processRef=U(s).get("processRef"))},!0),this.preExecute("shape.create",function(r){var o=r.parent,a=r.shape;y(a,"bpmn:Participant")&&y(o,"bpmn:Process")&&(r.parent=i(),r.process=o,r.processRef=U(a).get("processRef"))},!0),this.execute("shape.create",function(r){var o=r.hints||{},a=r.process||o.process,s=r.shape,c=o.participant;a&&(!c||s===c)&&U(s).set("processRef",U(a))},!0),this.revert("shape.create",function(r){var o=r.hints||{},a=r.process||o.process,s=r.processRef||o.processRef,c=r.shape,u=o.participant;a&&(!u||c===u)&&U(c).set("processRef",s)},!0),this.postExecute("shape.create",function(r){var o=r.hints||{},a=r.process||r.hints.process,s=r.shape,c=o.participant;if(a){var u=a.children.slice();c?s===c&&n.moveElements(u,{x:0,y:0},c):n.moveElements(u,{x:0,y:0},s)}},!0)}nl.$inject=["canvas","eventBus","modeling"],J(nl,W);function Q1(e,t){t={width:t.width+el*2+Lh,height:t.height+tl*2};var n=Math.max(e.width,t.width),i=Math.max(e.height,t.height);return{x:-n/2,y:-i/2,width:n,height:i}}function J1(e,t){return t=ue(t),{bottom:t.top+e.height/2-tl,left:t.right-e.width/2+el,top:t.bottom-e.height/2+tl,right:t.left+e.width/2-el-Lh}}function eS(e){return Ve(e,function(t){return y(t,"bpmn:Participant")})}var Nh="__targetRef_placeholder";function il(e,t){W.call(this,e),this.executed(["connection.create","connection.delete","connection.move","connection.reconnect"],Bh(o)),this.reverted(["connection.create","connection.delete","connection.move","connection.reconnect"],Bh(o));function n(a,s,c){var u=a.get("dataInputAssociations");return Ve(u,function(l){return l!==c&&l.targetRef===s})}function i(a,s){var c=a.get("properties"),u=Ve(c,function(l){return l.name===Nh});return!u&&s&&(u=t.create("bpmn:Property",{name:Nh}),st(c,u)),u}function r(a,s){var c=i(a);c&&(n(a,c,s)||rt(a.get("properties"),c))}function o(a){var s=a.context,c=s.connection,u=c.businessObject,l=c.target,p=l&&l.businessObject,f=s.newTarget,d=f&&f.businessObject,h=s.oldTarget||s.target,m=h&&h.businessObject,g=c.businessObject,w;m&&m!==p&&r(m,u),d&&d!==p&&r(d,u),p?(w=i(p,!0),g.targetRef=w):g.targetRef=null}}il.$inject=["eventBus","bpmnFactory"],J(il,W);function Bh(e){return function(t){var n=t.context,i=n.connection;if(y(i,"bpmn:DataInputAssociation"))return e(t)}}function fs(e){this._bpmnUpdater=e}fs.$inject=["bpmnUpdater"],fs.prototype.execute=function(e){var t=e.dataStoreBo,n=e.dataStoreDi,i=e.newSemanticParent,r=e.newDiParent;return e.oldSemanticParent=t.$parent,e.oldDiParent=n.$parent,this._bpmnUpdater.updateSemanticParent(t,i),this._bpmnUpdater.updateDiParent(n,r),[]},fs.prototype.revert=function(e){var t=e.dataStoreBo,n=e.dataStoreDi,i=e.oldSemanticParent,r=e.oldDiParent;return this._bpmnUpdater.updateSemanticParent(t,i),this._bpmnUpdater.updateDiParent(n,r),[]};function rl(e,t,n,i){W.call(this,i),t.registerHandler("dataStore.updateContainment",fs);function r(){return n.filter(function(s){return y(s,"bpmn:Participant")&&U(s).processRef})[0]}function o(s){return s.children.filter(function(c){return y(c,"bpmn:DataStoreReference")&&!c.labelTarget})}function a(s,c){var u=s.businessObject||s;if(c=c||r(),c){var l=c.businessObject||c;t.execute("dataStore.updateContainment",{dataStoreBo:u,dataStoreDi:Me(s),newSemanticParent:l.processRef||l,newDiParent:Me(c)})}}this.preExecute("shape.create",function(s){var c=s.context,u=c.shape;y(u,"bpmn:DataStoreReference")&&u.type!=="label"&&(c.hints||(c.hints={}),c.hints.autoResize=!1)}),this.preExecute("elements.move",function(s){var c=s.context,u=c.shapes,l=u.filter(function(p){return y(p,"bpmn:DataStoreReference")});l.length&&(c.hints||(c.hints={}),c.hints.autoResize=u.filter(function(p){return!y(p,"bpmn:DataStoreReference")}))}),this.postExecute("shape.create",function(s){var c=s.context,u=c.shape,l=u.parent;y(u,"bpmn:DataStoreReference")&&u.type!=="label"&&y(l,"bpmn:Collaboration")&&a(u)}),this.postExecute("shape.move",function(s){var c=s.context,u=c.shape,l=c.oldParent,p=u.parent;if(!y(l,"bpmn:Collaboration")&&y(u,"bpmn:DataStoreReference")&&u.type!=="label"&&y(p,"bpmn:Collaboration")){var f=y(l,"bpmn:Participant")?l:nS(l,"bpmn:Participant");a(u,f)}}),this.postExecute("shape.delete",function(s){var c=s.context,u=c.shape,l=e.getRootElement();xe(u,["bpmn:Participant","bpmn:SubProcess"])&&y(l,"bpmn:Collaboration")&&o(l).filter(function(p){return tS(p,u)}).forEach(function(p){a(p)})}),this.postExecute("canvas.updateRoot",function(s){var c=s.context,u=c.oldRoot,l=c.newRoot,p=o(u);p.forEach(function(f){y(l,"bpmn:Process")&&a(f,l)})})}rl.$inject=["canvas","commandStack","elementRegistry","eventBus"],J(rl,W);function tS(e,t){for(var n=e.businessObject||e,i=t.businessObject||t;n.$parent;){if(n.$parent===i.processRef||i)return!0;n=n.$parent}return!1}function nS(e,t){for(;e.parent;){if(y(e.parent,t))return e.parent;e=e.parent}}var ds=Math.max,hs=Math.min,iS=20;function $h(e,t){return{top:e.top-t.top,right:e.right-t.right,bottom:e.bottom-t.bottom,left:e.left-t.left}}function rS(e,t,n){var i=n.x,r=n.y,o={x:e.x,y:e.y,width:e.width,height:e.height};return t.indexOf("n")!==-1?(o.y=e.y+r,o.height=e.height-r):t.indexOf("s")!==-1&&(o.height=e.height+r),t.indexOf("e")!==-1?o.width=e.width+i:t.indexOf("w")!==-1&&(o.x=e.x+i,o.width=e.width-i),o}function oS(e,t){return{x:e.x+(t.left||0),y:e.y+(t.top||0),width:e.width-(t.left||0)+(t.right||0),height:e.height-(t.top||0)+(t.bottom||0)}}function ms(e,t,n){var i=t[e],r=n.min&&n.min[e],o=n.max&&n.max[e];return de(r)&&(i=(/top|left/.test(e)?hs:ds)(i,r)),de(o)&&(i=(/top|left/.test(e)?ds:hs)(i,o)),i}function aS(e,t){if(!t)return e;var n=ue(e);return Za({top:ms("top",n,t),right:ms("right",n,t),bottom:ms("bottom",n,t),left:ms("left",n,t)})}function sS(e,t,n,i){var r=ue(t),o={top:/n/.test(e)?r.bottom-n.height:r.top,left:/w/.test(e)?r.right-n.width:r.left,bottom:/s/.test(e)?r.top+n.height:r.bottom,right:/e/.test(e)?r.left+n.width:r.right},a=i?ue(i):o,s={top:hs(o.top,a.top),left:hs(o.left,a.left),bottom:ds(o.bottom,a.bottom),right:ds(o.right,a.right)};return Za(s)}function Ho(e,t){return typeof e<"u"?e:iS}function cS(e,t){var n,i,r,o;return typeof t=="object"?(n=Ho(t.left),i=Ho(t.right),r=Ho(t.top),o=Ho(t.bottom)):n=i=r=o=Ho(t),{x:e.x-n,y:e.y-r,width:e.width+n+i,height:e.height+r+o}}function uS(e){return!(e.waypoints||e.type==="label")}function jh(e,t){var n;if(e.length===void 0?n=Ee(e.children,uS):n=e,n.length)return cS(lt(n),t)}var Hi=Math.abs;function lS(e,t){return $h(ue(t),ue(e))}var pS=["bpmn:Participant","bpmn:Process","bpmn:SubProcess"],Rn=30;function gs(e,t){return t=t||[],e.children.filter(function(n){y(n,"bpmn:Lane")&&(gs(n,t),t.push(n))}),t}function zi(e){return e.children.filter(function(t){return y(t,"bpmn:Lane")})}function Cn(e){return Kr(e,pS)||e}function fS(e,t){var n=Cn(e),i=y(n,"bpmn:Process")?[]:[n],r=gs(n,i),o=ue(e),a=ue(t),s=lS(e,t),c=[],u=Tt(e);return r.forEach(function(l){if(l!==e){var p=u?0:s.top,f=u?s.right:0,d=u?0:s.bottom,h=u?s.left:0,m=ue(l);s.top&&(Hi(m.bottom-o.top)<10&&(d=a.top-m.bottom),Hi(m.top-o.top)<5&&(p=a.top-m.top)),s.left&&(Hi(m.right-o.left)<10&&(f=a.left-m.right),Hi(m.left-o.left)<5&&(h=a.left-m.left)),s.bottom&&(Hi(m.top-o.bottom)<10&&(p=a.bottom-m.top),Hi(m.bottom-o.bottom)<5&&(d=a.bottom-m.bottom)),s.right&&(Hi(m.left-o.right)<10&&(h=a.right-m.left),Hi(m.right-o.right)<5&&(f=a.right-m.right)),(p||f||d||h)&&c.push({shape:l,newBounds:oS(l,{top:p,right:f,bottom:d,left:h})})}}),c}var dS=500;function ol(e,t){W.call(this,e);function n(i,r){var o=Tt(i),a=zi(r),s=[],c=[],u=[],l=[];if(vr(a,function(g){return o?g.y>i.y?c.push(g):s.push(g):g.x>i.x?l.push(g):u.push(g),g.children}),!!a.length){var p;o?c.length&&s.length?p=i.height/2:p=i.height:l.length&&u.length?p=i.width/2:p=i.width;var f,d,h,m;s.length&&(f=t.calculateAdjustments(s,"y",p,i.y-10),t.makeSpace(f.movingShapes,f.resizingShapes,{x:0,y:p},"s")),c.length&&(d=t.calculateAdjustments(c,"y",-p,i.y+i.height+10),t.makeSpace(d.movingShapes,d.resizingShapes,{x:0,y:-p},"n")),u.length&&(h=t.calculateAdjustments(u,"x",p,i.x-10),t.makeSpace(h.movingShapes,h.resizingShapes,{x:p,y:0},"e")),l.length&&(m=t.calculateAdjustments(l,"x",-p,i.x+i.width+10),t.makeSpace(m.movingShapes,m.resizingShapes,{x:-p,y:0},"w"))}}this.postExecuted("shape.delete",dS,function(i){var r=i.context,o=r.hints,a=r.shape,s=r.oldParent;y(a,"bpmn:Lane")&&(o&&o.nested||n(a,s))})}ol.$inject=["eventBus","spaceTool"],J(ol,W);var Fh=500;function vs(e,t){t.invoke(W,this),this._bpmnReplace=e;var n=this;this.postExecuted("elements.create",Fh,function(i){var r=i.elements;r.filter(function(o){var a=o.host;return Hh(o,a)}).map(function(o){return r.indexOf(o)}).forEach(function(o){i.elements[o]=n._replaceShape(r[o])})},!0),this.preExecute("elements.move",Fh,function(i){var r=i.shapes,o=i.newHost;r.forEach(function(a,s){var c=a.host;Hh(a,mS(r,c)?c:o)&&(r[s]=n._replaceShape(a))})},!0)}vs.$inject=["bpmnReplace","injector"],J(vs,W),vs.prototype._replaceShape=function(e){var t=hS(e),n;return t?n={type:"bpmn:IntermediateCatchEvent",eventDefinitionType:t.$type}:n={type:"bpmn:IntermediateThrowEvent"},this._bpmnReplace.replaceElement(e,n,{layoutConnection:!1})};function hS(e){var t=U(e),n=t.eventDefinitions;return n&&n[0]}function Hh(e,t){return!_e(e)&&y(e,"bpmn:BoundaryEvent")&&!t}function mS(e,t){return e.indexOf(t)!==-1}var ys=Math.round,gS=Math.max;function vS(e,t){var n=e.x,i=e.y;return[["M",n,i],["m",0,-t],["a",t,t,0,1,1,0,2*t],["a",t,t,0,1,1,0,-2*t],["z"]]}function yS(e){var t=[];return e.forEach(function(n,i){t.push([i===0?"M":"L",n.x,n.y])}),t}var zh=10;function _S(e,t){var n,i;for(n=0;i=e[n];n++)if(ko(i,t)<=zh)return{point:e[n],bendpoint:!0,index:n};return null}function bS(e,t){var n=qd(vS(t,zh),yS(e)),i=n[0],r=n[n.length-1],o;return i?i!==r?i.segment2!==r.segment2?(o=gS(i.segment2,r.segment2)-1,{point:e[o],bendpoint:!0,index:o}):{point:{x:ys(i.x+r.x)/2,y:ys(i.y+r.y)/2},index:i.segment2}:{point:{x:ys(i.x),y:ys(i.y)},index:i.segment2}:null}function al(e,t){return _S(e,t)||bS(e,t)}function sl(e,t,n){W.call(this,e);function i(r,o,a){var s=o.waypoints,c,u,l,p,f,d,h,m=r.outgoing.slice(),g=r.incoming.slice(),w;de(a.width)?w=pe(a):w=a;var E=al(s,w);if(E){if(c=s.slice(0,E.index),u=s.slice(E.index+(E.bendpoint?1:0)),!c.length||!u.length)return;l=E.bendpoint?s[E.index]:w,(c.length===1||!Vh(r,c[c.length-1]))&&c.push(Gh(l)),(u.length===1||!Vh(r,u[0]))&&u.unshift(Gh(l))}p=o.source,f=o.target,t.canConnect(p,r,o)&&(n.reconnectEnd(o,r,c||w),d=o),t.canConnect(r,f,o)&&(d?h=n.connect(r,f,{type:o.type,waypoints:u}):(n.reconnectStart(o,r,u||w),h=o));var b=[].concat(d&&Ee(g,function(x){return x.source===d.source})||[],h&&Ee(m,function(x){return x.target===h.target})||[]);b.length&&n.removeElements(b)}this.preExecute("elements.move",function(r){var o=r.newParent,a=r.shapes,s=r.delta,c=a[0];if(!(!c||!o)){o&&o.waypoints&&(r.newParent=o=o.parent);var u=pe(c),l={x:u.x+s.x,y:u.y+s.y},p=Ve(o.children,function(f){var d=t.canInsert(a,f);return d&&al(f.waypoints,l)});p&&(r.targetFlow=p,r.position=l)}},!0),this.postExecuted("elements.move",function(r){var o=r.shapes,a=r.targetFlow,s=r.position;a&&i(o[0],a,s)},!0),this.preExecute("shape.create",function(r){var o=r.parent,a=r.shape;t.canInsert(a,o)&&(r.targetFlow=o,r.parent=o.parent)},!0),this.postExecuted("shape.create",function(r){var o=r.shape,a=r.targetFlow,s=r.position;a&&i(o,a,s)},!0)}J(sl,W),sl.$inject=["eventBus","bpmnRules","modeling"];function Vh(e,t){var n=t.x,i=t.y;return n>=e.x&&n<=e.x+e.width&&i>=e.y&&i<=e.y+e.height}function Gh(e){return D({},e)}function cl(e,t){W.call(this,e),this.preExecuted("connection.create",function(n){var i=n.context,r=i.connection,o=i.source,a=i.target,s=i.hints;if(!(s&&s.createElementsBehavior===!1)&&Zr(r)){var c=[];y(o,"bpmn:EventBasedGateway")?c=a.incoming.filter(u=>u!==r&&Zr(u)):c=a.incoming.filter(u=>u!==r&&Zr(u)&&y(u.source,"bpmn:EventBasedGateway")),c.forEach(function(u){t.removeConnection(u)})}}),this.preExecuted("shape.replace",function(n){var i=n.context,r=i.newShape;if(y(r,"bpmn:EventBasedGateway")){var o=r.outgoing.filter(Zr).reduce(function(a,s){return a.includes(s.target)?a:a.concat(s.target)},[]);o.forEach(function(a){a.incoming.filter(Zr).forEach(function(s){const c=a.incoming.filter(Zr).filter(function(u){return u.source===r});(s.source!==r||c.length>1)&&t.removeConnection(s)})})}})}cl.$inject=["eventBus","modeling"],J(cl,W);function Zr(e){return y(e,"bpmn:SequenceFlow")}var _s=1500,Wh=2e3;function Uh(e,t,n){t.on(["create.hover","create.move","create.out","create.end","shape.move.hover","shape.move.move","shape.move.out","shape.move.end"],_s,function(i){var r=i.context,o=r.shape||i.shape,a=i.hover;y(a,"bpmn:Lane")&&!xe(o,["bpmn:Lane","bpmn:Participant"])&&(i.hover=Cn(a),i.hoverGfx=e.getGraphics(i.hover));var s=n.getRootElement();a&&a!==s&&(o.labelTarget||xe(o,["bpmn:Group","bpmn:TextAnnotation"]))&&(i.hover=s,i.hoverGfx=e.getGraphics(i.hover))}),t.on(["connect.hover","connect.out","connect.end","connect.cleanup","global-connect.hover","global-connect.out","global-connect.end","global-connect.cleanup"],_s,function(i){var r=i.hover;y(r,"bpmn:Lane")&&(i.hover=Cn(r)||r,i.hoverGfx=e.getGraphics(i.hover))}),t.on(["bendpoint.move.hover"],_s,function(i){var r=i.context,o=i.hover,a=r.type;y(o,"bpmn:Lane")&&/reconnect/.test(a)&&(i.hover=Cn(o)||o,i.hoverGfx=e.getGraphics(i.hover))}),t.on(["connect.start"],_s,function(i){var r=i.context,o=r.start;y(o,"bpmn:Lane")&&(r.start=Cn(o)||o)}),t.on("shape.move.start",Wh,function(i){var r=i.shape;y(r,"bpmn:Lane")&&(i.shape=Cn(r)||r)}),t.on("spaceTool.move",Wh,function(i){var r=i.hover;r&&y(r,"bpmn:Lane")&&(i.hover=Cn(r))})}Uh.$inject=["elementRegistry","eventBus","canvas"];var qh=770;function ul(e,t,n,i){n.invoke(W,this);function r(s,c){var u=U(s),l=c.categoryValue||u.categoryValueRef;l||(l=Oh(e,u));var p=c.category||l.$parent||Dh(e);u.categoryValueRef=l,l.$parent=p,c.categoryValue=l,c.category=p}function o(s,c){var u=U(s),l=c.categoryValue||u.categoryValueRef,p=c.category||l&&l.$parent;l&&(c.categoryValue=l,c.category=p,u.categoryValueRef=null)}this.execute("label.create",function(s){var c=s.context,u=c.labelTarget;y(u,"bpmn:Group")&&r(u,c)}),this.revert("label.create",function(s){var c=s.context,u=c.labelTarget;y(u,"bpmn:Group")&&o(u,c)}),this.execute("shape.delete",function(s){var c=s.context,u=c.shape,l=U(u);if(!(!y(u,"bpmn:Group")||u.labelTarget)){var p=c.categoryValue=l.categoryValueRef;p&&(c.category=p.$parent,l.categoryValueRef=null)}}),this.reverted("shape.delete",function(s){var c=s.context,u=c.shape;if(!(!y(u,"bpmn:Group")||u.labelTarget)){var l=c.category,p=c.categoryValue,f=U(u);p&&(f.categoryValueRef=p,p.$parent=l)}}),this.execute("shape.create",function(s){var c=s.context,u=c.shape,l=c.hints||{};!y(u,"bpmn:Group")||u.labelTarget||l.createElementsBehavior===!1&&!U(u).categoryValueRef&&!c.categoryValue||r(u,c)}),this.reverted("shape.create",function(s){var c=s.context,u=c.shape,l=c.hints||{};!y(u,"bpmn:Group")||u.labelTarget||l.createElementsBehavior===!1&&!U(u).categoryValueRef&&!c.categoryValue||o(u,c)}),this.executed(["shape.move","shape.resize"],function(s){var c=s.context,u=c.shape;!y(u,"bpmn:Group")||u.labelTarget||U(u).categoryValueRef||r(u,c)}),this.reverted(["shape.move","shape.resize"],function(s){var c=s.context,u=c.shape;!y(u,"bpmn:Group")||u.labelTarget||!c.categoryValue||o(u,c)});function a(s,c){var u=e.create(s.$type);return i.copyElement(s,u,null,c)}t.on("copyPaste.copyElement",qh,function(s){var c=s.descriptor,u=s.element;if(!(!y(u,"bpmn:Group")||u.labelTarget)){var l=U(u);if(l.categoryValueRef){var p=l.categoryValueRef;c.categoryValue=a(p,!0),p.$parent&&(c.category=a(p.$parent,!0))}}}),t.on("copyPaste.pasteElement",qh,function(s){var c=s.descriptor,u=c.businessObject,l=c.categoryValue,p=c.category;l&&(l=u.categoryValueRef=a(l)),p&&(l.$parent=a(p)),delete c.category,delete c.categoryValue})}ul.$inject=["bpmnFactory","eventBus","injector","moddleCopy"],J(ul,W);function ll(e,t,n,i){var r,o,a,s,c;return r=(i.y-n.y)*(t.x-e.x)-(i.x-n.x)*(t.y-e.y),r==0?null:(o=e.y-n.y,a=e.x-n.x,c=(i.x-n.x)*o-(i.y-n.y)*a,s=c/r,{x:Math.round(e.x+s*(t.x-e.x)),y:Math.round(e.y+s*(t.y-e.y))})}function Yh(e){function t(i,r,o){var a={x:o.x,y:o.y-50},s={x:o.x-50,y:o.y},c=ll(i,r,o,a),u=ll(i,r,o,s),l;c&&u?Kh(c,o)>Kh(u,o)?l=u:l=c:l=c||u,i.original=l}function n(i){var r=i.waypoints;t(r[0],r[1],pe(i.source)),t(r[r.length-1],r[r.length-2],pe(i.target))}e.on("bpmnElement.added",function(i){var r=i.element;r.waypoints&&n(r)})}Yh.$inject=["eventBus"];function Kh(e,t){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))}function pl(e){W.call(this,e);var t=["bpmn:Participant","bpmn:Lane"];this.executed(["shape.move","shape.create","shape.resize"],function(n){var i=n.context.shape,r=U(i),o=Me(i);if(xe(r,t)){var a=o.get("isHorizontal");a===void 0&&(a=!0),o.set("isHorizontal",a)}})}pl.$inject=["eventBus"],J(pl,W);function Xh(e){return Math.sqrt(Math.pow(e.x,2)+Math.pow(e.y,2))}function Zh(e){return Math.atan((e[1].y-e[0].y)/(e[1].x-e[0].x))}function xS(e,t){return t?{x:Math.cos(t)*e.x-Math.sin(t)*e.y,y:Math.sin(t)*e.x+Math.cos(t)*e.y}:e}function ES(e,t,n){var i=[{n:e[0]-n[0],lambda:t[0]},{n:e[1]-n[1],lambda:t[1]}],r=i[0].n*t[0]+i[1].n*t[1],o=i[0].lambda*t[0]+i[1].lambda*t[1];return-r/o}function fl(e,t){var n=t[0],i=t[1],r={x:i.x-n.x,y:i.y-n.y},o=ES([n.x,n.y],[r.x,r.y],[e.x,e.y]);return{x:n.x+o*r.x,y:n.y+o*r.y}}function Qh(e,t){var n=fl(e,t),i={x:n.x-e.x,y:n.y-e.y};return Xh(i)}function zo(e,t){return Xh({x:e.x-t.x,y:e.y-t.y})}var Jh=Math.sqrt,em=Math.min,wS=Math.max,tm=Math.abs;function nm(e){return Math.pow(e,2)}function Vo(e,t){return Jh(nm(e.x-t.x)+nm(e.y-t.y))}function SS(e,t){var n=0,i,r,o,a,s,c,u,l,p,f,d;for(n=0;n<t.length-1;n++){if(i=t[n],r=t[n+1],rm(i,r)?u=[i]:(o=Vo(e,i),a=Vo(e,r),c=em(o,a),u=RS(i,r,e,c)),u.length<1)throw new Error("expected between [1, 2] circle -> line intersections");u.length===1&&(l={type:"bendpoint",position:u[0],segmentIndex:n,bendpointIndex:rm(i,u[0])?n:n+1}),u.length===2&&(s=PS(u[0],u[1]),l={type:"segment",position:s,segmentIndex:n,relativeLocation:Vo(i,s)/Vo(i,r)}),p=Vo(l.position,e),(!d||f>p)&&(d=l,f=p)}return d}function RS(e,t,n,i){var r=t.x-e.x,o=t.y-e.y,a=n.x-e.x,s=n.y-e.y,c=r*r+o*o,u=r*a+o*s,l=a*a+s*s-i*i,p=u/c,f=l/c,d=p*p-f;if(d<0&&d>-1e-6&&(d=0),d<0)return[];var h=Jh(d),m=-p+h,g=-p-h,w={x:e.x-r*m,y:e.y-o*m};if(d===0)return[w];var E={x:e.x-r*g,y:e.y-o*g};return[w,E].filter(function(b){return CS(b,e,t)})}function CS(e,t,n){return im(e.x,t.x,n.x)&&im(e.y,t.y,n.y)}function im(e,t,n){return e>=em(t,n)-bs&&e<=wS(t,n)+bs}function PS(e,t){return{x:(e.x+t.x)/2,y:(e.y+t.y)/2}}var bs=.1;function rm(e,t){return tm(e.x-t.x)<=bs&&tm(e.y-t.y)<=bs}function AS(e,t,n,i){var r=n.segmentIndex,o=t.length-e.length;if(i.segmentMove){var a=i.segmentMove.segmentStartIndex,s=i.segmentMove.newSegmentStartIndex;return r===a?s:r>=s?r+o<s?s:r+o:r}if(i.bendpointMove){var c=i.bendpointMove.insert,u=i.bendpointMove.bendpointIndex,l;if(o===0)return r;if(r>=u&&(l=c?r+1:r-1),r<u&&(l=r,c&&n.type!=="bendpoint"&&u-1===r)){var p=am(t,u);p<n.relativeLocation&&l++}return l}return o===0?r:i.connectionStart&&r===0?0:i.connectionEnd&&r===e.length-2?t.length-2:Math.floor((t.length-2)/2)}function om(e,t,n,i){var r=0,o=0,a={point:e,delta:{x:0,y:0}},s=SS(e,n),c=s.segmentIndex,u=AS(n,t,s,i);if(u<0||u>t.length-2||u===null)return a;var l=sm(n,c),p=sm(t,u),f=s.position,d=MS(l,f),h=TS(l,p);if(s.type==="bendpoint"){var m=t.length-n.length,g=s.bendpointIndex,w=n[g];if(t.indexOf(w)!==-1)return a;if(m===0){var E=t[g];return r=E.x-s.position.x,o=E.y-s.position.y,{delta:{x:r,y:o},point:{x:e.x+r,y:e.y+o}}}m<0&&g!==0&&g<n.length-1&&(d=am(n,g))}var b={x:(p[1].x-p[0].x)*d+p[0].x,y:(p[1].y-p[0].y)*d+p[0].y},x=xS({x:e.x-f.x,y:e.y-f.y},h);return r=b.x+x.x-e.x,o=b.y+x.y-e.y,{point:pi(b),delta:pi({x:r,y:o})}}function am(e,t){var n=zo(e[t-1],e[t]),i=zo(e[t],e[t+1]),r=n/(n+i);return r}function TS(e,t){var n=Zh(e),i=Zh(t);return i-n}function sm(e,t){return[e[t],e[t+1]]}function MS(e,t){var n=zo(e[0],e[1]),i=zo(e[0],t);return n===0?0:i/n}function kS(e,t,n,i){var r=pe(e);return om(r,t,n,i).delta}function Go(e,t,n){var i=jo(t),r=jo(n),o=jn(e,i),a={x:o.x*(n.width/t.width),y:o.y*(n.height/t.height)};return pi({x:r.x+a.x,y:r.y+a.y})}function cm(e,t,n){var i=jo(e),r=jo(t),o=jo(n),a=jn(e,i),s=jn(i,r),c=DS(i,t,n);if(c)return c;var u={x:s.x*(n.width/t.width),y:s.y*(n.height/t.height)},l={x:o.x+u.x,y:o.y+u.y};return pi({x:l.x+a.x-e.x,y:l.y+a.y-e.y})}function DS(e,t,n){var i=ue(t),r=ue(n);if(OS(i,r))return null;var o=Lt(t,e),a,s,c;if(o==="top")a={x:0,y:r.bottom-i.bottom};else if(o==="bottom")a={x:0,y:r.top-i.top};else if(o==="right")a={x:r.left-i.left,y:0};else if(o==="left")a={x:r.right-i.right,y:0};else return null;return s={x:e.x+a.x,y:e.y+a.y},c=Lt(n,s),c!==o?null:a}function OS(e,t){return IS(e,t)||LS(e,t)}function IS(e,t){return e.right!==t.right&&e.left!==t.left}function LS(e,t){return e.top!==t.top&&e.bottom!==t.bottom}var um="name",lm="text";function dl(e,t,n,i){W.call(this,e),this.postExecute("element.updateProperties",r),this.postExecute("element.updateModdleProperties",a=>{U(a.context.element)===a.context.moddleElement&&r(a)});function r(a){var s=a.context,c=s.element,u=s.properties;if(um in u&&t.updateLabel(c,u[um]),lm in u&&y(c,"bpmn:TextAnnotation")){var l=i.getTextAnnotationBounds({x:c.x,y:c.y,width:c.width,height:c.height},u[lm]||"");t.updateLabel(c,u.text,l)}}this.postExecute(["shape.create","connection.create"],function(a){var s=a.context,c=s.hints||{};if(c.createElementsBehavior!==!1){var u=s.shape||s.connection;_e(u)||!Fi(u)||_n(u)&&t.updateLabel(u,_n(u))}}),this.postExecute("shape.delete",function(a){var s=a.context,c=s.labelTarget,u=s.hints||{};c&&u.unsetLabel!==!1&&t.updateLabel(c,null,null,{removeShape:!1})});function o(a){var s=a.context,c=s.connection,u=c.label,l=D({},s.hints),p=s.newWaypoints||c.waypoints,f=s.oldWaypoints;return typeof l.startChanged>"u"&&(l.startChanged=!!l.connectionStart),typeof l.endChanged>"u"&&(l.endChanged=!!l.connectionEnd),kS(u,p,f,l)}this.postExecute(["connection.layout","connection.updateWaypoints"],function(a){var s=a.context,c=s.hints||{};if(c.labelBehavior!==!1){var u=s.connection,l=u.label,p;!l||!l.parent||(p=o(a),t.moveShape(l,p))}}),this.postExecute(["shape.replace"],function(a){var s=a.context,c=s.newShape,u=s.oldShape,l=U(c);l&&Fi(l)&&u.label&&c.label&&(c.label.x=u.label.x,c.label.y=u.label.y)}),this.preExecute("shape.resize",function(a){var s=a.context,c=s.shape,u=s.hints||{};if(!(!_e(c)||u.autoResize)){var l=s.newBounds,p=i.getDimensions(_n(c)||"",{box:l,style:i.getExternalStyle()}),f=Math.ceil(p.height),d=l.y!==c.y,h=c.y+c.height;s.newBounds={width:l.width,height:f,x:l.x,y:d?h-f:l.y}}}),this.postExecute("shape.resize",function(a){var s=a.context,c=s.shape,u=s.newBounds,l=s.oldBounds;if(is(c)){var p=c.label,f=pe(p),d=$S(l),h=BS(f,d),m=NS(h,l,u);t.moveShape(p,m)}})}J(dl,W),dl.$inject=["eventBus","modeling","bpmnFactory","textRenderer"];function NS(e,t,n){var i=Go(e,t,n);return pi(jn(i,e))}function BS(e,t){if(t.length){var n=jS(e,t);return fl(e,n)}}function $S(e){return[[{x:e.x,y:e.y},{x:e.x+(e.width||0),y:e.y}],[{x:e.x+(e.width||0),y:e.y},{x:e.x+(e.width||0),y:e.y+(e.height||0)}],[{x:e.x,y:e.y+(e.height||0)},{x:e.x+(e.width||0),y:e.y+(e.height||0)}],[{x:e.x,y:e.y},{x:e.x,y:e.y+(e.height||0)}]]}function jS(e,t){var n=t.map(function(r){return{line:r,distance:Qh(e,r)}}),i=Vn(n,"distance");return i[0].line}function FS(e,t,n,i){return om(e,t,n,i).point}function hl(e,t){W.call(this,e);function n(i,r){var o=i.context,a=o.connection,s=D({},o.hints),c=o.newWaypoints||a.waypoints,u=o.oldWaypoints;return typeof s.startChanged>"u"&&(s.startChanged=!!s.connectionStart),typeof s.endChanged>"u"&&(s.endChanged=!!s.connectionEnd),FS(r,c,u,s)}this.postExecute(["connection.layout","connection.updateWaypoints"],function(i){var r=i.context,o=r.connection,a=o.outgoing,s=o.incoming;s.forEach(function(c){var u=c.waypoints[c.waypoints.length-1],l=n(i,u),p=[].concat(c.waypoints.slice(0,-1),[l]);t.updateWaypoints(c,p)}),a.forEach(function(c){var u=c.waypoints[0],l=n(i,u),p=[].concat([l],c.waypoints.slice(1));t.updateWaypoints(c,p)})}),this.postExecute(["connection.move"],function(i){var r=i.context,o=r.connection,a=o.outgoing,s=o.incoming,c=r.delta;s.forEach(function(u){var l=u.waypoints[u.waypoints.length-1],p={x:l.x+c.x,y:l.y+c.y},f=[].concat(u.waypoints.slice(0,-1),[p]);t.updateWaypoints(u,f)}),a.forEach(function(u){var l=u.waypoints[0],p={x:l.x+c.x,y:l.y+c.y},f=[].concat([p],u.waypoints.slice(1));t.updateWaypoints(u,f)})})}J(hl,W),hl.$inject=["eventBus","modeling"];function xs(e,t,n){var i=ws(e),r=fm(i,t),o=i[0];return r.length?r[r.length-1]:Go(o.original||o,n,t)}function Es(e,t,n){var i=ws(e),r=fm(i,t),o=i[i.length-1];return r.length?r[0]:Go(o.original||o,n,t)}function ml(e,t,n){var i=ws(e),r=pm(t,n),o=i[0];return Go(o.original||o,r,t)}function gl(e,t,n){var i=ws(e),r=pm(t,n),o=i[i.length-1];return Go(o.original||o,r,t)}function pm(e,t){return{x:e.x-t.x,y:e.y-t.y,width:e.width,height:e.height}}function ws(e){var t=e.waypoints;if(!t.length)throw new Error("connection#"+e.id+": no waypoints");return t}function fm(e,t){var n=Ht(e,zS);return Ee(n,function(i){return HS(i,t)})}function HS(e,t){return Lt(t,e,1)==="intersect"}function zS(e){return e.original||e}function vl(e,t){W.call(this,e),this.postExecute("shape.replace",function(n){var i=n.oldShape,r=n.newShape;if(VS(i,r)){var o=GS(i);o.incoming.forEach(function(a){var s=Es(a,r,i);t.reconnectEnd(a,r,s)}),o.outgoing.forEach(function(a){var s=xs(a,r,i);t.reconnectStart(a,r,s)})}},!0)}vl.$inject=["eventBus","modeling"],J(vl,W);function VS(e,t){return y(e,"bpmn:Participant")&&Re(e)&&y(t,"bpmn:Participant")&&!Re(t)}function GS(e){var t=To([e]),n=[],i=[];return t.forEach(function(r){r!==e&&(r.incoming.forEach(function(o){y(o,"bpmn:MessageFlow")&&n.push(o)}),r.outgoing.forEach(function(o){y(o,"bpmn:MessageFlow")&&i.push(o)}))},[]),{incoming:n,outgoing:i}}const WS=["bpmn:MessageEventDefinition","bpmn:TimerEventDefinition","bpmn:EscalationEventDefinition","bpmn:ConditionalEventDefinition","bpmn:SignalEventDefinition"];function dm(e){const t=U(e);if(!y(t,"bpmn:BoundaryEvent")&&!(y(t,"bpmn:StartEvent")&&Ut(t.$parent)))return!1;const n=t.get("eventDefinitions");return!n||!n.length?!1:WS.some(i=>y(n[0],i))}function hm(e){return y(e,"bpmn:BoundaryEvent")?"cancelActivity":"isInterrupting"}function yl(e,t){e.invoke(W,this),this.postExecuted("shape.replace",function(n){const i=n.context.oldShape,r=n.context.newShape,o=n.context.hints;if(!dm(r))return;const a=hm(r);if(o.targetElement&&o.targetElement[a]!==void 0)return;const c=U(i).get(a),u=U(r).get(a);c!==u&&t.updateProperties(r,{[a]:c})})}yl.$inject=["injector","modeling"],J(yl,W);function _l(e,t){W.call(this,e),this.preExecute("shape.resize",function(n){var i=n.shape,r=Me(i),o=r&&r.get("label"),a=o&&o.get("bounds");a&&t.updateModdleProperties(i,o,{bounds:void 0})},!0)}J(_l,W),_l.$inject=["eventBus","modeling"];function bl(e,t,n){W.call(this,e),this.preExecute("shape.delete",function(i){var r=i.context.shape;if(!(r.incoming.length!==1||r.outgoing.length!==1)){var o=r.incoming[0],a=r.outgoing[0];if(!(!y(o,"bpmn:SequenceFlow")||!y(a,"bpmn:SequenceFlow"))&&t.canConnect(o.source,a.target,o)){var s=US(o.waypoints,a.waypoints);n.reconnectEnd(o,a.target,s)}}})}J(bl,W),bl.$inject=["eventBus","bpmnRules","modeling"];function Qr(e){return e.original||e}function US(e,t){var n=ll(Qr(e[e.length-2]),Qr(e[e.length-1]),Qr(t[1]),Qr(t[0]));return n?[].concat(e.slice(0,e.length-1),[n],t.slice(1)):[Qr(e[0]),Qr(t[t.length-1])]}function xl(e,t){W.call(this,e),this.preExecute("shape.delete",function(n){var i=n.shape,r=i.parent;y(i,"bpmn:Participant")&&(n.collaborationRoot=r)},!0),this.postExecute("shape.delete",function(n){var i=n.collaborationRoot;if(i&&!i.businessObject.participants.length){var r=t.makeProcess(),o=i.children.slice();t.moveElements(o,{x:0,y:0},r)}},!0)}xl.$inject=["eventBus","modeling"],J(xl,W);function El(e,t,n,i){W.call(this,e);var r=i.get("dragging",!1);function o(c){var u=c.source,l=c.target,p=c.parent;if(p){var f,d;y(c,"bpmn:SequenceFlow")&&(n.canConnectSequenceFlow(u,l)||(d=!0),n.canConnectMessageFlow(u,l)&&(f="bpmn:MessageFlow")),y(c,"bpmn:MessageFlow")&&(n.canConnectMessageFlow(u,l)||(d=!0),n.canConnectSequenceFlow(u,l)&&(f="bpmn:SequenceFlow")),d&&t.removeConnection(c),f&&t.connect(u,l,{type:f,waypoints:c.waypoints.slice()})}}function a(c){var u=c.context,l=u.connection,p=u.newSource||l.source,f=u.newTarget||l.target,d,h;d=n.canConnect(p,f),!(!d||d.type===l.type)&&(h=t.connect(p,f,{type:d.type,associationDirection:d.associationDirection,waypoints:l.waypoints.slice()}),l.parent&&t.removeConnection(l),u.connection=h,r&&s(l,h))}function s(c,u){var l=r.context(),p=l&&l.payload.previousSelection,f;!p||!p.length||(f=p.indexOf(c),f!==-1&&p.splice(f,1,u))}this.postExecuted("elements.move",function(c){var u=c.closure,l=u.allConnections;T(l,o)},!0),this.preExecute("connection.reconnect",a),this.postExecuted("element.updateProperties",function(c){var u=c.context,l=u.properties,p=u.element,f=p.businessObject,d;l.default&&(d=Ve(p.outgoing,Br({id:p.businessObject.default.id})),d&&t.updateProperties(d,{conditionExpression:void 0})),l.conditionExpression&&f.sourceRef.default===f&&t.updateProperties(p.source,{default:void 0})})}J(El,W),El.$inject=["eventBus","modeling","bpmnRules","injector"];function Ss(e,t,n,i,r,o){i.invoke(W,this),this._bpmnReplace=e,this._elementRegistry=n,this._selection=o,this.postExecuted(["elements.create"],500,function(a){var s=a.context,c=s.parent,u=s.elements,l=on(u,function(p,f){var d=t.canReplace([f],f.host||f.parent||c);return d?p.concat(d.replacements):p},[]);l.length&&this._replaceElements(u,l)},this),this.postExecuted(["elements.move"],500,function(a){var s=a.context,c=s.newParent,u=s.newHost,l=[];T(s.closure.topLevel,function(f){Ut(f)?l=l.concat(f.children):l=l.concat(f)}),l.length===1&&u&&(c=u);var p=t.canReplace(l,c);p&&this._replaceElements(l,p.replacements,u)},this),this.postExecute(["shape.replace"],1500,function(a){var s=a.context,c=s.oldShape,u=s.newShape,l=c.attachers,p;l&&l.length&&(p=t.canReplace(l,u),this._replaceElements(l,p.replacements))},this),this.postExecuted(["shape.replace"],1500,function(a){var s=a.context,c=s.oldShape,u=s.newShape;r.unclaimId(c.businessObject.id,c.businessObject),r.updateProperties(u,{id:c.id})})}J(Ss,W),Ss.prototype._replaceElements=function(e,t){var n=this._elementRegistry,i=this._bpmnReplace,r=this._selection;T(t,function(o){var a={type:o.newElementType},s=n.get(o.oldElementId),c=e.indexOf(s);e[c]=i.replaceElement(s,a,{select:!1})}),t&&r.select(e)},Ss.$inject=["bpmnReplace","bpmnRules","elementRegistry","injector","modeling","selection"];var qS=1500,YS={width:140,height:120},wl={width:300,height:60},Sl={width:60,height:300},Rs={width:300,height:150},Cs={width:150,height:300},mm={width:140,height:120},gm={width:100,height:40};function vm(e){e.on("resize.start",qS,function(t){var n=t.context,i=n.shape,r=n.direction,o=n.balanced;(y(i,"bpmn:Lane")||y(i,"bpmn:Participant"))&&(n.resizeConstraints=JS(i,r,o)),y(i,"bpmn:SubProcess")&&Re(i)&&(n.minDimensions=mm),y(i,"bpmn:TextAnnotation")&&(n.minDimensions=gm)})}vm.$inject=["eventBus"];var Vi=Math.abs,KS=Math.min,XS=Math.max;function ym(e,t,n,i){var r=e[t];e[t]=r===void 0?n:i(n,r)}function Jr(e,t,n){return ym(e,t,n,KS)}function eo(e,t,n){return ym(e,t,n,XS)}var ZS={top:20,left:50,right:20,bottom:20},QS={top:50,left:20,right:20,bottom:20};function JS(e,t,n){var i=Cn(e),r=!0,o=!0,a=gs(i,[i]),s=ue(e),c={},u={},l=Tt(e),p=l?wl:Sl;/n/.test(t)?u.top=s.bottom-p.height:/e/.test(t)?u.right=s.left+p.width:/s/.test(t)?u.bottom=s.top+p.height:/w/.test(t)&&(u.left=s.right-p.width),a.forEach(function(h){var m=ue(h);l?(m.top<s.top-10&&(r=!1),m.bottom>s.bottom+10&&(o=!1)):(m.left<s.left-10&&(r=!1),m.right>s.right+10&&(o=!1)),/n/.test(t)&&(n&&Vi(s.top-m.bottom)<10&&eo(c,"top",m.top+p.height),Vi(s.top-m.top)<5&&Jr(u,"top",m.bottom-p.height)),/e/.test(t)&&(n&&Vi(s.right-m.left)<10&&Jr(c,"right",m.right-p.width),Vi(s.right-m.right)<5&&eo(u,"right",m.left+p.width)),/s/.test(t)&&(n&&Vi(s.bottom-m.top)<10&&Jr(c,"bottom",m.bottom-p.height),Vi(s.bottom-m.bottom)<5&&eo(u,"bottom",m.top+p.height)),/w/.test(t)&&(n&&Vi(s.left-m.right)<10&&eo(c,"left",m.left+p.width),Vi(s.left-m.left)<5&&Jr(u,"left",m.right-p.width))});var f=i.children.filter(function(h){return!h.hidden&&!h.waypoints&&(y(h,"bpmn:FlowElement")||y(h,"bpmn:Artifact"))}),d=l?ZS:QS;return f.forEach(function(h){var m=ue(h);/n/.test(t)&&(!l||r)&&Jr(u,"top",m.top-d.top),/e/.test(t)&&(l||o)&&eo(u,"right",m.right+d.right),/s/.test(t)&&(!l||o)&&eo(u,"bottom",m.bottom+d.bottom),/w/.test(t)&&(l||r)&&Jr(u,"left",m.left-d.left)}),{min:u,max:c}}function _m(e){!e||typeof e.stopPropagation!="function"||e.stopPropagation()}function to(e){return e.originalEvent||e.srcEvent}function Rl(e){_m(e),_m(to(e))}function xr(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 bm(){return/mac/i.test(navigator.platform)}function xm(e,t){return(to(e)||e).button===t}function Gi(e){return xm(e,0)}function eR(e){return xm(e,1)}function Wo(e){var t=to(e)||e;return Gi(e)?bm()?t.metaKey:t.ctrlKey:!1}function Ps(e){var t=to(e)||e;return Gi(e)&&t.shiftKey}var Em=1001;function wm(e,t){e.on("resize.start",Em+500,function(n){var i=n.context,r=i.shape;(y(r,"bpmn:Lane")||y(r,"bpmn:Participant"))&&(i.balanced=!Wo(n))}),e.on("resize.end",Em,function(n){var i=n.context,r=i.shape,o=i.canExecute,a=i.newBounds;if(y(r,"bpmn:Lane")||y(r,"bpmn:Participant"))return o&&(a=Qd(a),t.resizeLane(r,a,i.balanced)),!1})}wm.$inject=["eventBus","modeling"];var tR=500;function Cl(e,t,n,i,r){n.invoke(W,this);function o(l){return xe(l,["bpmn:ReceiveTask","bpmn:SendTask"])||nR(l,["bpmn:ErrorEventDefinition","bpmn:EscalationEventDefinition","bpmn:MessageEventDefinition","bpmn:SignalEventDefinition"])}function a(l){var p=e.getDefinitions(),f=p.get("rootElements");return!!Ve(f,Br({id:l.id}))}function s(l){if(y(l,"bpmn:ErrorEventDefinition"))return"errorRef";if(y(l,"bpmn:EscalationEventDefinition"))return"escalationRef";if(y(l,"bpmn:MessageEventDefinition"))return"messageRef";if(y(l,"bpmn:SignalEventDefinition"))return"signalRef"}function c(l){if(xe(l,["bpmn:ReceiveTask","bpmn:SendTask"]))return l.get("messageRef");var p=l.get("eventDefinitions"),f=p[0];return f.get(s(f))}function u(l,p){if(xe(l,["bpmn:ReceiveTask","bpmn:SendTask"]))return l.set("messageRef",p);var f=l.get("eventDefinitions"),d=f[0];return d.set(s(d),p)}this.executed(["shape.create","element.updateProperties","element.updateModdleProperties"],function(l){var p=l.shape||l.element;if(o(p)){var f=U(p),d=c(f),h;d&&!a(d)&&(h=e.getDefinitions().get("rootElements"),st(h,d),l.addedRootElement=d)}},!0),this.reverted(["shape.create","element.updateProperties","element.updateModdleProperties"],function(l){var p=l.addedRootElement;if(p){var f=e.getDefinitions().get("rootElements");rt(f,p)}},!0),t.on("copyPaste.copyElement",function(l){var p=l.descriptor,f=l.element;if(!(f.labelTarget||!o(f))){var d=U(f),h=c(d);h&&(p.referencedRootElement=h)}}),t.on("copyPaste.pasteElement",tR,function(l){var p=l.descriptor,f=p.businessObject,d=p.referencedRootElement;d&&(a(d)||(d=i.copyElement(d,r.create(d.$type))),u(f,d),delete p.referencedRootElement)})}Cl.$inject=["bpmnjs","eventBus","injector","moddleCopy","bpmnFactory"],J(Cl,W);function nR(e,t){return le(t)||(t=[t]),Ci(t,function(n){return Ur(e,n)})}var Sm=Math.max;function Rm(e){e.on("spaceTool.getMinDimensions",function(t){var n=t.shapes,i=t.axis,r=t.start,o={};return T(n,function(a){var s=a.id;y(a,"bpmn:Participant")&&(o[s]=rR(a,i,r)),y(a,"bpmn:Lane")&&(o[s]=Tt(a)?wl:Sl),y(a,"bpmn:SubProcess")&&Re(a)&&(o[s]=mm),y(a,"bpmn:TextAnnotation")&&(o[s]=gm),y(a,"bpmn:Group")&&(o[s]=YS)}),o})}Rm.$inject=["eventBus"];function iR(e){return e==="x"}function rR(e,t,n){var i=Tt(e);if(!sR(e))return i?Rs:Cs;var r=iR(t),o={};return r?i?o=Rs:o={width:aR(e,n,r),height:Cs.height}:i?o={width:Rs.width,height:oR(e,n,r)}:o=Cs,o}function oR(e,t,n){var i;return i=cR(e,t,n),Sm(Rs.height,i)}function aR(e,t,n){var i;return i=uR(e,t,n),Sm(Cs.width,i)}function sR(e){return!!zi(e).length}function cR(e,t,n){var i=zi(e),r;return r=Pl(i,t,n),e.height-r.height+wl.height}function uR(e,t,n){var i=zi(e),r;return r=Pl(i,t,n),e.width-r.width+Sl.width}function Pl(e,t,n){var i,r,o;for(i=0;i<e.length;i++)if(r=e[i],!n&&t>=r.y&&t<=r.y+r.height||n&&t>=r.x&&t<=r.x+r.width)return o=zi(r),o.length?Pl(o,t,n):r}var Cm="_plane";function Pm(e){var t=e.id;return lR(t)}function Jn(e){var t=e.id;return y(e,"bpmn:SubProcess")?Am(t):t}function Er(e){return Am(e)}function As(e){var t=Me(e);return y(t,"bpmndi:BPMNPlane")}function Am(e){return e+Cm}function lR(e){return e.replace(new RegExp(Cm+"$"),"")}var Tm=400,pR=600,Mm={x:180,y:160};function mi(e,t,n,i,r,o,a){W.call(this,t),this._canvas=e,this._eventBus=t,this._modeling=n,this._elementFactory=i,this._bpmnFactory=r,this._bpmnjs=o,this._elementRegistry=a;var s=this;function c(p){return y(p,"bpmn:SubProcess")&&!Re(p)}function u(p){var f=p.shape,d=p.newRootElement,h=U(f);d=s._addDiagram(d||h),p.newRootElement=e.addRootElement(d)}function l(p){var f=p.shape,d=U(f);s._removeDiagram(d);var h=p.newRootElement=a.get(Jn(d));e.removeRootElement(h)}this.executed("shape.create",function(p){var f=p.shape;c(f)&&u(p)},!0),this.postExecuted("elements.create",function(p){var f=p.elements;T(f,function(d){if(c(d)){var h=a.get(Jn(d));if(!(!h||!d.children||!d.children.length)){var m=km(d);s._showRecursively(m),s._moveChildrenToShape(m,h)}}})},!0),this.reverted("shape.create",function(p){var f=p.shape;c(f)&&l(p)},!0),this.preExecute("shape.delete",function(p){var f=p.shape;!y(f,"bpmn:SubProcess")||!Re(f)||T(Lo([f]),d=>{n.removeShape(d.annotation)})},!0),this.preExecuted("shape.delete",function(p){var f=p.shape;if(c(f)){var d=a.get(Jn(f));d&&n.removeElements(d.children.slice())}},!0),this.executed("shape.delete",function(p){var f=p.shape;c(f)&&l(p)},!0),this.reverted("shape.delete",function(p){var f=p.shape;c(f)&&u(p)},!0),this.preExecuted("shape.replace",function(p){var f=p.oldShape,d=p.newShape;!c(f)||!c(d)||(p.oldRoot=e.removeRootElement(Jn(f)))},!0),this.postExecuted("shape.replace",function(p){var f=p.newShape,d=p.oldRoot,h=e.findRoot(Jn(f));if(!(!d||!h)){var m=d.children;n.moveElements(m,{x:0,y:0},h)}},!0),this.executed("element.updateProperties",function(p){var f=p.element;if(y(f,"bpmn:SubProcess")){var d=p.properties,h=p.oldProperties,m=h.id,g=d.id;if(m!==g){if(As(f)){a.updateId(f,Er(g)),a.updateId(m,g);return}var w=a.get(Er(m));w&&a.updateId(Er(m),Er(g))}}},!0),this.reverted("element.updateProperties",function(p){var f=p.element;if(y(f,"bpmn:SubProcess")){var d=p.properties,h=p.oldProperties,m=h.id,g=d.id;if(m!==g){if(As(f)){a.updateId(f,Er(m)),a.updateId(g,m);return}var w=a.get(Er(g));w&&a.updateId(w,Er(m))}}},!0),t.on("element.changed",function(p){var f=p.element;if(As(f)){var d=f,h=a.get(Pm(d));!h||h===d||t.fire("element.changed",{element:h})}}),this.executed("shape.toggleCollapse",Tm,function(p){var f=p.shape;y(f,"bpmn:SubProcess")&&(Re(f)?l(p):(u(p),s._showRecursively(f.children)))},!0),this.reverted("shape.toggleCollapse",Tm,function(p){var f=p.shape;y(f,"bpmn:SubProcess")&&(Re(f)?l(p):(u(p),s._showRecursively(f.children)))},!0),this.postExecuted("shape.toggleCollapse",pR,function(p){var f=p.shape;if(y(f,"bpmn:SubProcess")){var d=p.newRootElement;if(d)if(Re(f))s._moveChildrenToShape(d.children.slice(),f),T(Lo(f.children),m=>{n.moveShape(m.annotation,{x:0,y:0},f.parent),T(m.associations,g=>{n.moveConnection(g,{x:0,y:0},f.parent)})});else{s._disconnectSharedAnnotations(f);var h=km(f);s._moveChildrenToShape(h,d)}}},!0),t.on("copyPaste.createTree",function(p){var f=p.element,d=p.children;if(c(f)){var h=Jn(f),m=a.get(h);m&&d.push.apply(d,m.children)}}),t.on("copyPaste.copyElement",function(p){var f=p.descriptor,d=p.element,h=p.elements,m=d.parent,g=y(Me(m),"bpmndi:BPMNPlane");if(g){var w=Pm(m),E=Ve(h,function(b){return b.id===w});E&&(f.parent=E.id)}}),t.on("copyPaste.pasteElement",function(p){var f=p.descriptor;f.parent&&(c(f.parent)||f.parent.hidden)&&(f.hidden=!0)})}J(mi,W),mi.prototype._moveChildrenToShape=function(e,t){var n=this._modeling;if(e.length){var i=e.filter(function(c){return!c.hidden});if(!i.length){n.moveElements(e,{x:0,y:0},t,{autoResize:!1});return}var r=lt(i),o;if(!t.x)o={x:Mm.x-r.x,y:Mm.y-r.y};else{var a=pe(t),s=pe(r);o={x:a.x-s.x,y:a.y-s.y}}n.moveElements(e,o,t,{autoResize:!1})}},mi.prototype._disconnectSharedAnnotations=function(e){var t=this._modeling,n=new Set(xh(e).map(i=>i.annotation));n.size&&T(Lo(e.children),i=>{n.has(i.annotation)&&T(i.associations,r=>{t.removeConnection(r)})})},mi.prototype._showRecursively=function(e,t){var n=this,i=[];return e.forEach(function(r){r.hidden=!!t,i=i.concat(r),r.children&&(i=i.concat(n._showRecursively(r.children,r.collapsed||t)))}),i},mi.prototype._addDiagram=function(e){var t=this._bpmnjs,n=t.getDefinitions().diagrams;return e.businessObject||(e=this._createNewDiagram(e)),n.push(e.di.$parent),e},mi.prototype._createNewDiagram=function(e){var t=this._bpmnFactory,n=this._elementFactory,i=t.create("bpmndi:BPMNPlane",{bpmnElement:e}),r=t.create("bpmndi:BPMNDiagram",{plane:i});i.$parent=r;var o=n.createRoot({id:Jn(e),type:e.$type,di:i,businessObject:e,collapsed:!0});return o},mi.prototype._removeDiagram=function(e){var t=this._bpmnjs,n=t.getDefinitions().diagrams,i=Ve(n,function(r){return r.plane.bpmnElement.id===e.id});return n.splice(n.indexOf(i),1),i},mi.$inject=["canvas","eventBus","modeling","elementFactory","bpmnFactory","bpmnjs","elementRegistry"];function fR(e){var t=[];return T(Lo(e),n=>{t.push(n.annotation),t.push.apply(t,n.associations)}),t}function km(e){return e.children.slice().concat(fR(e.children)).concat(dR(e))}function dR(e){return Du(e.children||[]).reduce(function(t,n){return n.label&&n.label.parent!==e&&t.push(n.label),t},[])}function Al(e,t){e.invoke(W,this),this.postExecuted("shape.replace",function(n){var i=n.context.oldShape,r=n.context.newShape;if(!(!y(r,"bpmn:SubProcess")||y(r,"bpmn:AdHocSubProcess")||!(y(i,"bpmn:Task")||y(i,"bpmn:CallActivity"))||!Re(r))){var o=hR(r);t.createShape({type:"bpmn:StartEvent"},o,r)}})}Al.$inject=["injector","modeling"],J(Al,W);function hR(e){return{x:e.x+e.width/6,y:e.y+e.height/2}}function Tl(e,t){W.call(this,e),this.preExecute("connection.create",function(n){const{target:i}=n;y(i,"bpmn:TextAnnotation")&&(n.parent=i.parent)},!0),this.preExecute(["shape.create","shape.resize","elements.move"],function(n){const i=n.shapes||[n.shape];i.length===1&&y(i[0],"bpmn:TextAnnotation")&&(n.hints=n.hints||{},n.hints.autoResize=!1)},!0),this.preExecute("shape.resize",function(n){var i=n.context,r=i.shape,o=i.hints||{};if(!(!y(r,"bpmn:TextAnnotation")||o.autoResize)){var a=i.newBounds,s=t.getTextAnnotationBounds(a,_n(r)||""),c=a.y!==r.y&&Math.abs(a.y+a.height-(r.y+r.height))<=1,u=r.y+r.height;i.newBounds={width:a.width,height:s.height,x:a.x,y:c?u-s.height:a.y}}})}J(Tl,W),Tl.$inject=["eventBus","textRenderer"];function Ml(e,t){W.call(this,e),this.postExecuted("shape.toggleCollapse",1500,function(n){var i=n.shape;if(Re(i))return;var r=To(i);r.forEach(function(a){var s=a.incoming.slice(),c=a.outgoing.slice();T(s,function(u){o(u,!0)}),T(c,function(u){o(u,!1)})});function o(a,s){r.indexOf(a.source)!==-1&&r.indexOf(a.target)!==-1||y(a,"bpmn:Association")&&(y(a.source,"bpmn:TextAnnotation")||y(a.target,"bpmn:TextAnnotation"))||(s?t.reconnectEnd(a,i,pe(i)):t.reconnectStart(a,i,pe(i)))}},!0)}J(Ml,W),Ml.$inject=["eventBus","modeling"];var kl=500;function Dl(e,t,n){W.call(this,e);function i(a){a.length&&a.forEach(function(s){s.type==="label"&&!s.businessObject.name&&(s.hidden=!0)})}function r(a,s){var c=a.children,u=s,l,p;return l=mR(c).concat([a]),p=jh(l),p?(u.width=Math.max(p.width,u.width),u.height=Math.max(p.height,u.height),u.x=p.x+(p.width-u.width)/2,u.y=p.y+(p.height-u.height)/2):(u.x=a.x+(a.width-u.width)/2,u.y=a.y+(a.height-u.height)/2),u}function o(a,s){return{x:a.x+(a.width-s.width)/2,y:a.y+(a.height-s.height)/2,width:s.width,height:s.height}}this.executed(["shape.toggleCollapse"],kl,function(a){var s=a.context,c=s.shape;y(c,"bpmn:SubProcess")&&(c.collapsed?Me(c).isExpanded=!1:(i(c.children),Me(c).isExpanded=!0))}),this.reverted(["shape.toggleCollapse"],kl,function(a){var s=a.context,c=s.shape;c.collapsed?Me(c).isExpanded=!1:Me(c).isExpanded=!0}),this.postExecuted(["shape.toggleCollapse"],kl,function(a){var s=a.context.shape,c=t.getDefaultSize(s),u;s.collapsed?u=o(s,c):u=r(s,c),n.resizeShape(s,u,null,{autoResize:s.collapsed?!1:"nwse"})})}J(Dl,W),Dl.$inject=["eventBus","elementFactory","modeling"];function mR(e){return e.filter(function(t){return!t.hidden})}function Ol(e,t,n,i){t.invoke(W,this),this.preExecute("shape.delete",function(r){var o=r.context,a=o.shape,s=a.businessObject;_e(a)||(y(a,"bpmn:Participant")&&Re(a)&&n.ids.unclaim(s.processRef.id),i.unclaimId(s.id,s))}),this.preExecute("connection.delete",function(r){var o=r.context,a=o.connection,s=a.businessObject;i.unclaimId(s.id,s)}),this.preExecute("canvas.updateRoot",function(){var r=e.getRootElement(),o=r.businessObject;y(r,"bpmn:Collaboration")&&n.ids.unclaim(o.id)})}J(Ol,W),Ol.$inject=["canvas","injector","moddle","modeling"];function Il(e,t){W.call(this,e),this.preExecute("connection.delete",function(n){var i=n.context,r=i.connection,o=r.source;gR(r,o)&&t.updateProperties(o,{default:null})})}J(Il,W),Il.$inject=["eventBus","modeling"];function gR(e,t){if(!y(e,"bpmn:SequenceFlow"))return!1;var n=U(t),i=U(e);return n.get("default")===i}var vR=500,yR=5e3,Dm=["shape.create","shape.delete","shape.move","shape.resize"],Om=[...Dm,"spaceTool","lane.add","lane.resize","lane.split","elements.create","elements.delete","elements.move"];function Ll(e,t){W.call(this,e);var n;function i(){return n=n||new _R,n.enter(),n}function r(){if(!n)throw new Error("out of bounds release");return n}function o(){if(!n)throw new Error("out of bounds release");var a=n.leave();return a&&(t.updateLaneRefs(n.flowNodes,n.lanes),n=null),a}this.preExecute(Om,yR,function(){i()}),this.postExecuted(Om,vR,function(){o()}),this.preExecute(Dm,function(a){var s=a.context,c=s.shape,u=r();!c||c.labelTarget||(y(c,"bpmn:Lane")&&u.addLane(c),y(c,"bpmn:FlowNode")&&u.addFlowNode(c))})}Ll.$inject=["eventBus","modeling"],J(Ll,W);function _R(){this.flowNodes=[],this.lanes=[],this.counter=0,this.addLane=function(e){this.lanes.push(e)},this.addFlowNode=function(e){this.flowNodes.push(e)},this.enter=function(){this.counter++},this.leave=function(){return this.counter--,!this.counter}}var bR=500,xR=5e3,Im=["connection.create","connection.delete","connection.layout","connection.move","connection.reconnect","connection.updateWaypoints","shape.create","shape.delete","shape.move","shape.resize"],Lm=[...Im,"elements.create","elements.delete","elements.move","label.create","spaceTool"];function Nl(e,t){W.call(this,e);var n;function i(){return n=n||new ER,n.enter(),n}function r(){if(!n)throw new Error("out of bounds release");return n}function o(){if(!n)throw new Error("out of bounds release");var a=n.leave();return a&&(t.updateCategoryValueRefs(Array.from(n.affectedFlowElements),Array.from(n.affectedGroupEntries.values())),n=null),a}this.preExecute(Lm,xR,function(){i()}),this.postExecuted(Lm,bR,function(){o()}),this.preExecute(Im,function(a){var s=a.context.connection||a.context.shape,c=r();!s||s.labelTarget||(y(s,"bpmn:FlowElement")&&c.addFlowElement(s),y(s,"bpmn:Group")&&c.addGroup(s))}),this.preExecute("label.create",function(a){var s=a.context.labelTarget;y(s,"bpmn:Group")&&r().addGroup(s)})}Nl.$inject=["eventBus","modeling"],J(Nl,W);function ER(){this.affectedFlowElements=new Set,this.affectedGroupEntries=new Map,this.counter=0,this.addFlowElement=function(e){this.affectedFlowElements.add(e)},this.addGroup=function(e){this.affectedGroupEntries.has(e)||this.affectedGroupEntries.set(e,{categoryValue:e.businessObject.categoryValueRef,groupShape:e})},this.enter=function(){this.counter++},this.leave=function(){return this.counter--,!this.counter}}function Bl(e,t){W.call(this,e),this.postExecuted("elements.create",function(n){const i=n.context,r=i.elements;for(const o of r)wR(o)&&!RR(o)&&t.updateProperties(o,{isForCompensation:void 0})})}J(Bl,W),Bl.$inject=["eventBus","modeling"];function wR(e){const t=U(e);return t&&t.isForCompensation}function SR(e){return e&&y(e,"bpmn:BoundaryEvent")&&Ur(e,"bpmn:CompensateEventDefinition")}function RR(e){return e.incoming.filter(n=>SR(n.source)).length>0}const CR={__init__:["adaptiveLabelPositioningBehavior","appendBehavior","artifactBehavior","associationBehavior","attachEventBehavior","boundaryEventBehavior","categoryRootElementReferenceBehavior","compensateBoundaryEventBehaviour","createBehavior","createDataObjectBehavior","createParticipantBehavior","dataInputAssociationBehavior","dataStoreBehavior","deleteLaneBehavior","detachEventBehavior","dropOnFlowBehavior","eventBasedGatewayBehavior","fixHoverBehavior","groupBehavior","importDockingFix","isHorizontalFix","labelBehavior","layoutConnectionBehavior","messageFlowBehavior","nonInterruptingBehavior","removeElementBehavior","removeEmbeddedLabelBoundsBehavior","removeParticipantBehavior","replaceConnectionBehavior","replaceElementBehaviour","resizeBehavior","resizeLaneBehavior","rootElementReferenceBehavior","spaceToolBehavior","subProcessPlaneBehavior","subProcessStartEventBehavior","textAnnotationBehavior","toggleCollapseConnectionBehaviour","toggleElementCollapseBehaviour","unclaimIdBehavior","updateFlowNodeRefsBehavior","updateCategoryValueRefsBehavior","unsetDefaultFlowBehavior","setCompensationActivityAfterPasteBehavior"],adaptiveLabelPositioningBehavior:["type",Wu],appendBehavior:["type",Uu],associationBehavior:["type",Yu],attachEventBehavior:["type",us],artifactBehavior:["type",qu],boundaryEventBehavior:["type",Ku],categoryRootElementReferenceBehavior:["type",Xu],compensateBoundaryEventBehaviour:["type",Zu],createBehavior:["type",Qu],createDataObjectBehavior:["type",Ju],createParticipantBehavior:["type",nl],dataInputAssociationBehavior:["type",il],dataStoreBehavior:["type",rl],deleteLaneBehavior:["type",ol],detachEventBehavior:["type",vs],dropOnFlowBehavior:["type",sl],eventBasedGatewayBehavior:["type",cl],fixHoverBehavior:["type",Uh],groupBehavior:["type",ul],importDockingFix:["type",Yh],isHorizontalFix:["type",pl],labelBehavior:["type",dl],layoutConnectionBehavior:["type",hl],messageFlowBehavior:["type",vl],nonInterruptingBehavior:["type",yl],removeElementBehavior:["type",bl],removeEmbeddedLabelBoundsBehavior:["type",_l],removeParticipantBehavior:["type",xl],replaceConnectionBehavior:["type",El],replaceElementBehaviour:["type",Ss],resizeBehavior:["type",vm],resizeLaneBehavior:["type",wm],rootElementReferenceBehavior:["type",Cl],spaceToolBehavior:["type",Rm],subProcessPlaneBehavior:["type",mi],subProcessStartEventBehavior:["type",Al],textAnnotationBehavior:["type",Tl],toggleCollapseConnectionBehaviour:["type",Ml],toggleElementCollapseBehaviour:["type",Dl],unclaimIdBehavior:["type",Ol],unsetDefaultFlowBehavior:["type",Il],updateFlowNodeRefsBehavior:["type",Ll],updateCategoryValueRefsBehavior:["type",Nl],setCompensationActivityAfterPasteBehavior:["type",Bl]};function $l(e){this._commandStack=e.get("commandStack",!1)}$l.$inject=["injector"],$l.prototype.allowed=function(e,t){var n=!0,i=this._commandStack;return i&&(n=i.canExecute(e,t)),n===void 0?!0:n};const ei={__init__:["rules"],rules:["type",$l]};function Pn(e){W.call(this,e),this.init()}Pn.$inject=["eventBus"],J(Pn,W),Pn.prototype.addRule=function(e,t,n){var i=this;typeof e=="string"&&(e=[e]),e.forEach(function(r){i.canExecute(r,t,function(o,a,s){return n(o)},!0)})},Pn.prototype.init=function(){};function Nm(e,t){var n=Lt(e,t,-15);return n!=="intersect"?n:null}function Bt(e){Pn.call(this,e)}J(Bt,Pn),Bt.$inject=["eventBus"],Bt.prototype.init=function(){this.addRule("connection.start",function(e){var t=e.source;return PR(t)}),this.addRule("connection.create",function(e){var t=e.source,n=e.target,i=e.hints||{},r=i.targetParent,o=i.targetAttach;if(o)return!1;r&&(n.parent=r);try{return Ms(t,n)}finally{r&&(n.parent=null)}}),this.addRule("connection.reconnect",function(e){var t=e.connection,n=e.source,i=e.target;return Ms(n,i,t)}),this.addRule("connection.updateWaypoints",function(e){return{type:e.connection.type}}),this.addRule("shape.resize",function(e){var t=e.shape,n=e.newBounds,i=e.direction;return Km(t,n,i)}),this.addRule("elements.create",function(e){var t=e.elements,n=e.position,i=e.target;return Fe(i)&&!ks(t,i)?!1:ur(t,function(r){return Fe(r)?Ms(r.source,r.target,r):r.host?Uo(r,r.host,null,n):zl(r,i)})}),this.addRule("elements.move",function(e){var t=e.target,n=e.shapes,i=e.position,r=e.hints;return r!=null&&r.keyboardMove&&n.some(function(a){return Vm(a)&&!n.includes(a.host)})?!1:Uo(n,t,null,i)||qm(n,t,i)||Ym(n,t)||ks(n,t)}),this.addRule("shape.create",function(e){return zl(e.shape,e.target,e.source,e.position)}),this.addRule("shape.attach",function(e){return Uo(e.shape,e.target,null,e.position)}),this.addRule("element.copy",function(e){var t=e.element,n=e.elements;return eg(n,t)})},Bt.prototype.canConnectMessageFlow=Qm,Bt.prototype.canConnectSequenceFlow=Jm,Bt.prototype.canConnectDataAssociation=Vl,Bt.prototype.canConnectAssociation=Xm,Bt.prototype.canConnectCompensationAssociation=Zm,Bt.prototype.canMove=Ym,Bt.prototype.canAttach=Uo,Bt.prototype.canReplace=qm,Bt.prototype.canDrop=no,Bt.prototype.canInsert=ks,Bt.prototype.canCreate=zl,Bt.prototype.canConnect=Ms,Bt.prototype.canResize=Km,Bt.prototype.canCopy=eg;function PR(e){return jl(e)?null:xe(e,["bpmn:FlowNode","bpmn:InteractionNode","bpmn:DataObjectReference","bpmn:DataStoreReference","bpmn:Group","bpmn:TextAnnotation"])}function jl(e){return!e||_e(e)}function Bm(e){do{if(y(e,"bpmn:Process"))return U(e);if(y(e,"bpmn:Participant"))return U(e).processRef||U(e)}while(e=e.parent)}function Fl(e){return y(e,"bpmn:TextAnnotation")}function Hl(e){return y(e,"bpmn:Group")&&!e.labelTarget}function $m(e){return y(e,"bpmn:BoundaryEvent")&&ti(e,"bpmn:CompensateEventDefinition")}function Ts(e){return U(e).isForCompensation}function AR(e,t){var n=Bm(e),i=Bm(t);return n===i}function TR(e){return y(e,"bpmn:InteractionNode")&&!y(e,"bpmn:BoundaryEvent")&&(!y(e,"bpmn:Event")||y(e,"bpmn:ThrowEvent")&&Hm(e,"bpmn:MessageEventDefinition"))}function MR(e){return y(e,"bpmn:InteractionNode")&&!Ts(e)&&(!y(e,"bpmn:Event")||y(e,"bpmn:CatchEvent")&&Hm(e,"bpmn:MessageEventDefinition"))&&!(y(e,"bpmn:BoundaryEvent")&&!ti(e,"bpmn:MessageEventDefinition"))}function jm(e){for(var t=e;t=t.parent;){if(y(t,"bpmn:FlowElementsContainer"))return U(t);if(y(t,"bpmn:Participant"))return U(t).processRef}return null}function Fm(e,t){var n=jm(e),i=jm(t);return n===i}function ti(e,t){var n=U(e);return!!Ve(n.eventDefinitions||[],function(i){return y(i,t)})}function Hm(e,t){var n=U(e);return(n.eventDefinitions||[]).every(function(i){return y(i,t)})}function kR(e){return y(e,"bpmn:FlowNode")&&!y(e,"bpmn:EndEvent")&&!Ut(e)&&!(y(e,"bpmn:IntermediateThrowEvent")&&ti(e,"bpmn:LinkEventDefinition"))&&!$m(e)&&!Ts(e)}function DR(e){return y(e,"bpmn:FlowNode")&&!y(e,"bpmn:StartEvent")&&!y(e,"bpmn:BoundaryEvent")&&!Ut(e)&&!(y(e,"bpmn:IntermediateCatchEvent")&&ti(e,"bpmn:LinkEventDefinition"))&&!Ts(e)}function OR(e){return y(e,"bpmn:ReceiveTask")||y(e,"bpmn:IntermediateCatchEvent")&&(ti(e,"bpmn:MessageEventDefinition")||ti(e,"bpmn:TimerEventDefinition")||ti(e,"bpmn:ConditionalEventDefinition")||ti(e,"bpmn:SignalEventDefinition"))}function IR(e){for(var t=[];e;)e=e.parent,e&&t.push(e);return t}function zm(e,t){var n=IR(t);return n.indexOf(e)!==-1}function Ms(e,t,n){if(jl(e)||jl(t))return null;if(!y(n,"bpmn:DataAssociation")){if(Qm(e,t))return{type:"bpmn:MessageFlow"};if(Jm(e,t))return{type:"bpmn:SequenceFlow"}}var i=Vl(e,t);return i||(Zm(e,t)?{type:"bpmn:Association",associationDirection:"One"}:Xm(e,t)?{type:"bpmn:Association",associationDirection:"None"}:!1)}function no(e,t){return _e(e)||Hl(e)?!0:y(t,"bpmn:Participant")&&!Re(t)?!1:y(e,"bpmn:Participant")?y(t,"bpmn:Process")||y(t,"bpmn:Collaboration"):xe(e,["bpmn:DataInput","bpmn:DataOutput"])&&e.parent?t===e.parent:y(e,"bpmn:Lane")?y(t,"bpmn:Participant")||y(t,"bpmn:Lane"):y(e,"bpmn:BoundaryEvent")&&!LR(e)?!1:y(e,"bpmn:FlowElement")&&!y(e,"bpmn:DataStoreReference")?y(t,"bpmn:FlowElementsContainer")?Re(t):xe(t,["bpmn:Participant","bpmn:Lane"]):y(e,"bpmn:DataStoreReference")&&y(t,"bpmn:Collaboration")?Ci(U(t).get("participants"),function(n){return!!n.get("processRef")}):xe(e,["bpmn:Artifact","bpmn:DataAssociation","bpmn:DataStoreReference"])?xe(t,["bpmn:Collaboration","bpmn:Lane","bpmn:Participant","bpmn:Process","bpmn:SubProcess"]):y(e,"bpmn:MessageFlow")?y(t,"bpmn:Collaboration")||e.source.parent==t||e.target.parent==t:!1}function LR(e){return U(e).cancelActivity&&(Gm(e)||Wm(e))}function Vm(e){return!_e(e)&&y(e,"bpmn:BoundaryEvent")}function NR(e){return y(e,"bpmn:Lane")}function BR(e){return Vm(e)||y(e,"bpmn:IntermediateThrowEvent")&&Gm(e)?!0:y(e,"bpmn:IntermediateCatchEvent")&&Wm(e)}function Gm(e){var t=U(e);return t&&!(t.eventDefinitions&&t.eventDefinitions.length)}function Wm(e){return Um(e,["bpmn:MessageEventDefinition","bpmn:TimerEventDefinition","bpmn:SignalEventDefinition","bpmn:ConditionalEventDefinition"])}function Um(e,t){return t.some(function(n){return ti(e,n)})}function $R(e){return y(e,"bpmn:ReceiveTask")&&Ve(e.incoming,function(t){return y(t.source,"bpmn:EventBasedGateway")})}function Uo(e,t,n,i){if(Array.isArray(e)||(e=[e]),e.length!==1)return!1;var r=e[0];return _e(r)||!BR(r)||Ut(t)||!y(t,"bpmn:Activity")||Ts(t)||i&&!Nm(i,t)||$R(t)?!1:"attach"}function qm(e,t,n){if(!t)return!1;var i={replacements:[]};return T(e,function(r){Ut(t)||y(r,"bpmn:StartEvent")&&r.type!=="label"&&no(r,t)&&(qw(r)||i.replacements.push({oldElementId:r.id,newElementType:"bpmn:StartEvent"}),(Yw(r)||Kw(r)||Xw(r))&&i.replacements.push({oldElementId:r.id,newElementType:"bpmn:StartEvent"}),Um(r,["bpmn:MessageEventDefinition","bpmn:TimerEventDefinition","bpmn:SignalEventDefinition","bpmn:ConditionalEventDefinition"])&&y(t,"bpmn:SubProcess")&&i.replacements.push({oldElementId:r.id,newElementType:"bpmn:StartEvent"})),y(t,"bpmn:Transaction")||ti(r,"bpmn:CancelEventDefinition")&&r.type!=="label"&&(y(r,"bpmn:EndEvent")&&no(r,t)&&i.replacements.push({oldElementId:r.id,newElementType:"bpmn:EndEvent"}),y(r,"bpmn:BoundaryEvent")&&Uo(r,t,null,n)&&i.replacements.push({oldElementId:r.id,newElementType:"bpmn:BoundaryEvent"}))}),i.replacements.length?i:!1}function Ym(e,t){return Ci(e,NR)?!1:t===void 0?!0:t===null?!1:e.every(function(n){return no(n,t)})}function zl(e,t,n,i){return t?_e(e)||Hl(e)?!0:no(e,t)||ks(e,t):!1}function Km(e,t,n){return y(e,"bpmn:SubProcess")?Re(e)&&(!t||t.width>=100&&t.height>=80):y(e,"bpmn:Lane")||y(e,"bpmn:Participant")?!0:Fl(e)?n?n==="e"||n==="w":!0:Hl(e)?!0:_e(e)?n?n==="e"||n==="w":!0:!1}function jR(e,t){var n=Fl(e),i=Fl(t);return(n||i)&&n!==i}function Xm(e,t){return zm(t,e)||zm(e,t)?!1:jR(e,t)?!0:!!Vl(e,t)}function Zm(e,t){return Fm(e,t)&&$m(e)&&y(t,"bpmn:Activity")&&!HR(t,e)&&!Ut(t)}function Qm(e,t){return ng(e)&&!ng(t)?!1:TR(e)&&MR(t)&&!AR(e,t)}function Jm(e,t){return kR(e)&&DR(t)&&Fm(e,t)&&!(y(e,"bpmn:EventBasedGateway")&&!OR(t))}function Vl(e,t){return xe(e,["bpmn:DataObjectReference","bpmn:DataStoreReference"])&&xe(t,["bpmn:Activity","bpmn:ThrowEvent"])?{type:"bpmn:DataInputAssociation"}:xe(t,["bpmn:DataObjectReference","bpmn:DataStoreReference"])&&xe(e,["bpmn:Activity","bpmn:CatchEvent"])?{type:"bpmn:DataOutputAssociation"}:!1}function ks(e,t,n){if(!t)return!1;if(Array.isArray(e)){if(e.length!==1)return!1;e=e[0]}return t.source===e||t.target===e?!1:xe(t,["bpmn:SequenceFlow","bpmn:MessageFlow"])&&!_e(t)&&y(e,"bpmn:FlowNode")&&!y(e,"bpmn:BoundaryEvent")&&no(e,t.parent)}function Gl(e,t){return e&&t&&e.indexOf(t)!==-1}function eg(e,t){return _e(t)?!0:!(y(t,"bpmn:Lane")&&!Gl(e,t.parent)||y(t,"bpmn:MessageFlow")&&!FR(e,t))}function FR(e,t){var n=tg(t.source),i=tg(t.target);return Gl(e,n)&&Gl(e,i)}function tg(e){for(;e;e=e.parent)if(y(e,"bpmn:Participant"))return e;return null}function ng(e){return Kr(e,"bpmn:Process")||Kr(e,"bpmn:Collaboration")}function HR(e,t){return e.attachers.includes(t)}const zR={__depends__:[ei],__init__:["bpmnRules"],bpmnRules:["type",Bt]};var VR=2e3;function ig(e,t){e.on("saveXML.start",VR,n);function n(){var i=t.getRootElements();T(i,function(r){var o=Me(r),a,s;a=To([r]),a=Ee(a,function(c){return c!==r&&!c.labelTarget}),s=Ht(a,Me),o.set("planeElement",s)})}}ig.$inject=["eventBus","canvas"];const GR={__init__:["bpmnDiOrdering"],bpmnDiOrdering:["type",ig]};function Ds(e){W.call(this,e);var t=this;this.preExecute(["shape.create","connection.create"],function(n){var i=n.context,r=i.shape||i.connection,o=i.parent,a=t.getOrdering(r,o);a&&(a.parent!==void 0&&(i.parent=a.parent),i.parentIndex=a.index)}),this.preExecute(["shape.move","connection.move"],function(n){var i=n.context,r=i.shape||i.connection,o=i.newParent||r.parent,a=t.getOrdering(r,o);a&&(a.parent!==void 0&&(i.newParent=a.parent),i.newParentIndex=a.index)})}Ds.prototype.getOrdering=function(e,t){return null},J(Ds,W);function Wl(e,t){Ds.call(this,e);var n=[{type:"bpmn:SubProcess",order:{level:6}},{type:"bpmn:SequenceFlow",order:{level:9,containers:["bpmn:Participant","bpmn:FlowElementsContainer"]}},{type:"bpmn:DataAssociation",order:{level:9,containers:["bpmn:Collaboration","bpmn:FlowElementsContainer"]}},{type:"bpmn:TextAnnotation",order:{level:9}},{type:"bpmn:MessageFlow",order:{level:9,containers:["bpmn:Collaboration"]}},{type:"bpmn:Association",order:{level:6,containers:["bpmn:Participant","bpmn:FlowElementsContainer","bpmn:Collaboration"]}},{type:"bpmn:BoundaryEvent",order:{level:8}},{type:"bpmn:Group",order:{level:10,containers:["bpmn:Collaboration","bpmn:FlowElementsContainer"]}},{type:"bpmn:FlowElement",order:{level:5}},{type:"bpmn:Participant",order:{level:-2}},{type:"bpmn:Lane",order:{level:-1}}];function i(a){if(a.labelTarget)return{level:10};var s=Ve(n,function(c){return xe(a,[c.type])});return s&&s.order||{level:1}}function r(a){var s=a.order;if(s||(a.order=s=i(a)),!s)throw new Error(`no order for <${a.id}>`);return s}function o(a,s,c){for(var u=s;u&&!xe(u,c);)u=u.parent;if(!u)throw new Error(`no parent for <${a.id}> in <${s&&s.id}>`);return u}this.getOrdering=function(a,s){if(a.labelTarget||y(a,"bpmn:TextAnnotation"))return{parent:t.findRoot(s)||t.getRootElement(),index:-1};var c=r(a);c.containers&&(s=o(a,s,c.containers));var u=s.children.indexOf(a),l=bf(s.children,function(p){return!a.labelTarget&&p.labelTarget?!1:c.level<r(p).level});return l!==-1&&u!==-1&&u<l&&(l-=1),{index:l,parent:s}}}Wl.$inject=["eventBus","canvas"],J(Wl,Ds);const WR={__init__:["bpmnOrderingProvider"],bpmnOrderingProvider:["type",Wl]};function qo(){}qo.prototype.get=function(){return this._data},qo.prototype.set=function(e){this._data=e},qo.prototype.clear=function(){var e=this._data;return delete this._data,e},qo.prototype.isEmpty=function(){return!this._data};const UR={clipboard:["type",qo]};var rg=1500;function og(e,t,n){var i=this,r=n.get("dragging",!1);function o(a){if(!a.hover){var s=a.originalEvent,c=i._findTargetGfx(s),u=c&&e.get(c);c&&u&&(a.stopPropagation(),r.hover({element:u,gfx:c}),r.move(s))}}r&&t.on("drag.start",function(a){t.once("drag.move",rg,function(s){o(s)})}),(function(){var a,s;t.on("element.hover",function(c){a=c.gfx,s=c.element}),t.on("element.hover",rg,function(c){s&&t.fire("element.out",{element:s,gfx:a})}),t.on("element.out",function(){a=null,s=null})})(),this._findTargetGfx=function(a){var s,c;if(a instanceof MouseEvent)return s=xr(a),c=document.elementFromPoint(s.x,s.y),qR(c)}}og.$inject=["elementRegistry","eventBus","injector"];function qR(e){return mr(e,"svg, .djs-element",!0)}const YR={__init__:["hoverFix"],hoverFix:["type",og]};function KR(e){return!0}function Os(e){return Gi(e)||eR(e)}var ag=500;function sg(e,t,n){var i=this;function r(P,$,j){if(!s(P,$)){var L,F,re;j?F=t.getGraphics(j):(L=$.delegateTarget||$.target,L&&(F=L,j=t.get(F))),!(!F||!j)&&(re=e.fire(P,{element:j,gfx:F,originalEvent:$}),re===!1&&($.stopPropagation(),$.preventDefault()))}}var o={};function a(P){return o[P]}function s(P,$){var j=u[P]||Gi;return!j($)}var c={click:"element.click",contextmenu:"element.contextmenu",dblclick:"element.dblclick",mousedown:"element.mousedown",mousemove:"element.mousemove",mouseover:"element.hover",mouseout:"element.out",mouseup:"element.mouseup"},u={"element.contextmenu":KR,"element.mousedown":Os,"element.mouseup":Os,"element.click":Os,"element.dblclick":Os};function l(P,$,j){var L=c[P];if(!L)throw new Error("unmapped DOM event name <"+P+">");return r(L,$,j)}var p="svg, .djs-element";function f(P,$,j,L){var F=o[j]=function(re){r(j,re)};L&&(u[j]=L),F.$delegate=an.bind(P,p,$,F)}function d(P,$,j){var L=a(j);L&&an.unbind(P,$,L.$delegate)}function h(P){T(c,function($,j){f(P,j,$)})}function m(P){T(c,function($,j){d(P,j,$)})}e.on("canvas.destroy",function(P){m(P.svg)}),e.on("canvas.init",function(P){h(P.svg)}),e.on(["shape.added","connection.added"],function(P){var $=P.element,j=P.gfx;e.fire("interactionEvents.createHit",{element:$,gfx:j})}),e.on(["shape.changed","connection.changed"],ag,function(P){var $=P.element,j=P.gfx;e.fire("interactionEvents.updateHit",{element:$,gfx:j})}),e.on("interactionEvents.createHit",ag,function(P){var $=P.element,j=P.gfx;i.createDefaultHit($,j)}),e.on("interactionEvents.updateHit",function(P){var $=P.element,j=P.gfx;i.updateDefaultHit($,j)});var g=S("djs-hit djs-hit-stroke"),w=S("djs-hit djs-hit-click-stroke"),E=S("djs-hit djs-hit-all"),b=S("djs-hit djs-hit-no-move"),x={all:E,"click-stroke":w,stroke:g,"no-move":b};function S(P,$){return $=D({stroke:"white",strokeWidth:15},$||{}),n.cls(P,["no-fill","no-border"],$)}function A(P,$){var j=x[$];if(!j)throw new Error("invalid hit type <"+$+">");return ee(P,j),P}function I(P,$){ge(P,$)}this.removeHits=function(P){var $=Ga(".djs-hit",P);T($,xt)},this.createDefaultHit=function(P,$){var j=P.waypoints,L=P.isFrame,F;return j?this.createWaypointsHit($,j):(F=L?"stroke":"all",this.createBoxHit($,F,{width:P.width,height:P.height}))},this.createWaypointsHit=function(P,$){var j=Ao($);return A(j,"stroke"),I(P,j),j},this.createBoxHit=function(P,$,j){j=D({x:0,y:0},j);var L=ae("rect");return A(L,$),ee(L,j),I(P,L),L},this.updateDefaultHit=function(P,$){var j=$e(".djs-hit",$);if(j)return P.waypoints?ku(j,P.waypoints):ee(j,{width:P.width,height:P.height}),j},this.fire=r,this.triggerMouseEvent=l,this.mouseHandler=a,this.registerEvent=f,this.unregisterEvent=d}sg.$inject=["eventBus","elementRegistry","styles"];const Is={__init__:["interactionEvents"],interactionEvents:["type",sg]};function io(e,t){this._eventBus=e,this._canvas=t,this._selectedElements=new Set;var n=this;e.on(["shape.remove","connection.remove"],function(i){var r=i.element;n.deselect(r)}),e.on(["diagram.clear","root.set"],function(i){n.select(null)})}io.$inject=["eventBus","canvas"],io.prototype.deselect=function(e){if(this._selectedElements.has(e)){var t=this.get();this._selectedElements.delete(e),this._eventBus.fire("selection.changed",{oldSelection:t,newSelection:this.get()})}},io.prototype.get=function(){return Array.from(this._selectedElements)},io.prototype.isSelected=function(e){return this._selectedElements.has(e)},io.prototype.select=function(e,t){var n=this.get();le(e)||(e=e?[e]:[]);var i=this._canvas,r=i.getRootElement();e=e.filter(function(o){var a=i.findRoot(o);return r===a}),t?T(e,o=>{this._selectedElements.add(o)}):this._selectedElements=new Set(e),this._eventBus.fire("selection.changed",{oldSelection:n,newSelection:this.get()})};var cg="hover",ug="selected";function lg(e,t){this._canvas=e;function n(r,o){e.addMarker(r,o)}function i(r,o){e.removeMarker(r,o)}t.on("element.hover",function(r){n(r.element,cg)}),t.on("element.out",function(r){i(r.element,cg)}),t.on("selection.changed",function(r){function o(u){i(u,ug)}function a(u){n(u,ug)}var s=new Set(r.oldSelection),c=new Set(r.newSelection);for(let u of s)c.has(u)||o(u);for(let u of c)s.has(u)||a(u)})}lg.$inject=["canvas","eventBus"];function pg(e,t,n,i){e.on("create.end",500,function(r){var o=r.context,a=o.canExecute,s=o.elements,c=o.hints||{},u=c.autoSelect;if(a){if(u===!1)return;le(u)?t.select(u):t.select(s.filter(XR))}}),e.on("connect.end",500,function(r){var o=r.context,a=o.connection;a&&t.select(a)}),e.on("shape.move.end",500,function(r){var o=r.previousSelection||[],a=i.get(r.context.shape.id),s=Ve(o,function(c){return a.id===c.id});s||t.select(a)}),e.on("element.click",function(r){if(Gi(r)){var o=r.element;o===n.getRootElement()&&(o=null);var a=t.isSelected(o),s=t.get().length>1,c=Ps(r);if(a&&s)return c?t.deselect(o):t.select(o);a?t.deselect(o):t.select(o,c)}})}pg.$inject=["eventBus","selection","canvas","elementRegistry"];function XR(e){return!e.hidden}const An={__init__:["selectionVisuals","selectionBehavior"],__depends__:[Is],selection:["type",io],selectionVisuals:["type",lg],selectionBehavior:["type",pg]};var ZR=/^djs-cursor-.*$/;function Ls(e){var t=Ze(document.body);t.removeMatching(ZR),e&&t.add("djs-cursor-"+e)}function fg(){Ls(null)}var QR=5e3;function dg(e,t){t=t||"element.click";function n(){return!1}return e.once(t,QR,n),function(){e.off(t,n)}}var JR=["c","C"],eC=["v","V"],tC=["d","D"],nC=["x","X"],iC=["y","Y"],hg=["z","Z"];function rC(e){return e.ctrlKey||e.metaKey||e.shiftKey||e.altKey}function un(e){return e.altKey?!1:e.ctrlKey||e.metaKey}function Et(e,t){return e=le(e)?e:[e],e.indexOf(t.key)!==-1||e.indexOf(t.code)!==-1}function Ul(e){return e.shiftKey}function oC(e){return un(e)&&Et(JR,e)}function aC(e){return un(e)&&Et(eC,e)}function sC(e){return un(e)&&Et(tC,e)}function cC(e){return un(e)&&Et(nC,e)}function uC(e){return un(e)&&!Ul(e)&&Et(hg,e)}function lC(e){return un(e)&&(Et(iC,e)||Et(hg,e)&&Ul(e))}var ro=Math.round,mg="djs-drag-active";function wr(e){e.preventDefault()}function pC(e){return typeof TouchEvent<"u"&&e instanceof TouchEvent}function fC(e){return Math.sqrt(Math.pow(e.x,2)+Math.pow(e.y,2))}function gg(e,t,n,i){var r={threshold:5,trapClick:!0},o;function a(b){var x=t.viewbox(),S=t._container.getBoundingClientRect();return{x:x.x+(b.x-S.left)/x.scale,y:x.y+(b.y-S.top)/x.scale}}function s(b,x){x=x||o;var S=e.createEvent(D({},x.payload,x.data,{isTouch:x.isTouch}));return e.fire("drag."+b,S)===!1?!1:e.fire(x.prefix+"."+b,S)}function c(b){var x=b.filter(function(S){return i.get(S.id)});x.length&&n.select(x)}function u(b,x){var S=o.payload,A=o.displacement,I=o.globalStart,P=xr(b),$=jn(P,I),j=o.localStart,L=a(P),F=jn(L,j);if(!o.active&&(x||fC($)>o.threshold)){if(D(S,{x:ro(j.x+A.x),y:ro(j.y+A.y),dx:0,dy:0},{originalEvent:b}),s("start")===!1)return g();o.active=!0,o.keepSelection||(S.previousSelection=n.get(),n.select(null)),o.cursor&&Ls(o.cursor),t.addMarker(t.getRootElement(),mg)}Rl(b),o.active&&(D(S,{x:ro(L.x+A.x),y:ro(L.y+A.y),dx:ro(F.x),dy:ro(F.y)},{originalEvent:b}),s("move"))}function l(b){var x,S=!0;o.active&&(b&&(o.payload.originalEvent=b,Rl(b)),S=s("end")),S===!1&&s("rejected"),x=w(S!==!0),s("ended",x)}function p(b){Et("Escape",b)&&(wr(b),g())}function f(b){var x;o.active&&(x=dg(e),setTimeout(x,400),wr(b)),l(b)}function d(b){u(b)}function h(b){var x=o.payload;x.hoverGfx=b.gfx,x.hover=b.element,s("hover")}function m(b){s("out");var x=o.payload;x.hoverGfx=null,x.hover=null}function g(b){var x;if(o){var S=o.active;S&&s("cancel"),x=w(b),S&&s("canceled",x)}}function w(b){var x,S;s("cleanup"),fg(),o.trapClick?S=f:S=l,he.unbind(document,"mousemove",u),he.unbind(document,"dragstart",wr),he.unbind(document,"selectstart",wr),he.unbind(document,"mousedown",S,!0),he.unbind(document,"mouseup",S,!0),he.unbind(document,"keyup",p),he.unbind(document,"touchstart",d,!0),he.unbind(document,"touchcancel",g,!0),he.unbind(document,"touchmove",u,!0),he.unbind(document,"touchend",l,!0),e.off("element.hover",h),e.off("element.out",m),t.removeMarker(t.getRootElement(),mg);var A=o.payload.previousSelection;return b!==!1&&A&&!n.get().length&&c(A),x=o,o=null,x}function E(b,x,S,A){o&&g(!1),typeof x=="string"&&(A=S,S=x,x=null),A=D({},r,A||{});var I=A.data||{},P,$,j,L,F;if(A.trapClick?L=f:L=l,b?(P=to(b)||b,$=xr(b),Rl(b),P.type==="dragstart"&&wr(P)):(P=null,$={x:0,y:0}),j=a($),x||(x=j),F=pC(P),o=D({prefix:S,data:I,payload:{},globalStart:$,displacement:jn(x,j),localStart:j,isTouch:F},A),A.manual||(F?(he.bind(document,"touchstart",d,!0),he.bind(document,"touchcancel",g,!0),he.bind(document,"touchmove",u,!0),he.bind(document,"touchend",l,!0)):(he.bind(document,"mousemove",u),he.bind(document,"dragstart",wr),he.bind(document,"selectstart",wr),he.bind(document,"mousedown",L,!0),he.bind(document,"mouseup",L,!0)),he.bind(document,"keyup",p),e.on("element.hover",h),e.on("element.out",m)),s("init")===!1)return g(),!1;A.autoActivate&&u(b,!0)}e.on("diagram.destroy",g),this.init=E,this.move=u,this.hover=h,this.out=m,this.end=l,this.cancel=g,this.context=function(){return o},this.setOptions=function(b){D(r,b)}}gg.$inject=["eventBus","canvas","selection","elementRegistry"];const gi={__depends__:[YR,An],dragging:["type",gg]};function oo(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(Math.random()*1e9)+"-"}oo.prototype.next=function(){return this._prefix+ ++this._counter};const dC=new oo("ps");var hC=["marker-start","marker-mid","marker-end"],mC=["circle","ellipse","line","path","polygon","polyline","path","rect"];function Wi(e,t,n,i){this._elementRegistry=e,this._canvas=n,this._styles=i}Wi.$inject=["elementRegistry","eventBus","canvas","styles"],Wi.prototype.cleanUp=function(){console.warn("PreviewSupport#cleanUp is deprecated and will be removed in future versions. You do not need to manually clean up previews anymore. cf. https://github.com/bpmn-io/diagram-js/pull/906")},Wi.prototype.getGfx=function(e){return this._elementRegistry.getGraphics(e)},Wi.prototype.addDragger=function(e,t,n,i="djs-dragger"){n=n||this.getGfx(e);var r=Td(n);return this._cloneMarkers(yr(r),i),ee(r,this._styles.cls(i,[])),ge(t,r),ee(r,"data-preview-support-element-id",e.id),r},Wi.prototype.addFrame=function(e,t){var n=ae("rect",{class:"djs-resize-overlay",width:e.width,height:e.height,x:e.x,y:e.y});return ge(t,n),ee(n,"data-preview-support-element-id",e.id),n},Wi.prototype._cloneMarkers=function(e,t="djs-dragger",n=e){var i=this;e.childNodes&&e.childNodes.forEach(r=>{i._cloneMarkers(r,t,n)}),_C(e)&&hC.forEach(function(r){if(ee(e,r)){var o=gC(e,r,i._canvas.getContainer());o&&i._cloneMarker(n,e,o,r,t)}})},Wi.prototype._cloneMarker=function(e,t,n,i,r="djs-dragger"){var o=[n.id,r,dC.next()].join("-"),a=$e("marker#"+n.id,e);e=e||this._canvas._svg;var s=a||Td(n);s.id=o,Ce(s).add(r);var c=$e(":scope > defs",e);c||(c=ae("defs"),ge(e,c)),ge(c,s);var u=yC(s.id);ee(t,i,u)};function gC(e,t,n){var i=vC(ee(e,t));return $e("marker#"+i,n||document)}function vC(e){return e.match(/url\(['"]?#([^'"]*)['"]?\)/)[1]}function yC(e){return"url(#"+e+")"}function _C(e){return mC.indexOf(e.nodeName)!==-1}const ao={__init__:["previewSupport"],previewSupport:["type",Wi]};var bC="drop-ok",vg="drop-not-ok",yg="attach-ok",_g="new-parent",bg="create",xC=2e3;function xg(e,t,n,i,r){function o(c,u,l,p,f){if(!u)return!1;c=Ee(c,function(E){var b=E.labelTarget;return!E.parent&&!(_e(E)&&c.indexOf(b)!==-1)});var d=Ve(c,function(E){return!Fe(E)}),h=!1,m=!1,g=!1;wg(c)&&(h=r.allowed("shape.attach",{position:l,shape:d,target:u})),h||(wg(c)?g=r.allowed("shape.create",{position:l,shape:d,source:p,target:u}):g=r.allowed("elements.create",{elements:c,position:l,target:u}));var w=f.connectionTarget;return g||h?(d&&p&&(m=r.allowed("connection.create",{source:w===p?d:p,target:w===p?p:d,hints:{targetParent:u,targetAttach:h}})),{attach:h,connect:m}):g===null||h===null?null:!1}function a(c,u){[yg,bC,vg,_g].forEach(function(l){l===u?e.addMarker(c,l):e.removeMarker(c,l)})}n.on(["create.move","create.hover"],function(c){var u=c.context,l=u.elements,p=c.hover,f=u.source,d=u.hints||{};if(!p){u.canExecute=!1,u.target=null;return}Eg(c);var h={x:c.x,y:c.y},m=u.canExecute=p&&o(l,p,h,f,d);p&&m!==null&&(u.target=p,m&&m.attach?a(p,yg):a(p,m?_g:vg))}),n.on(["create.end","create.out","create.cleanup"],function(c){var u=c.hover;u&&a(u,null)}),n.on("create.end",function(c){var u=c.context,l=u.source,p=u.shape,f=u.elements,d=u.target,h=u.canExecute,m=h&&h.attach,g=h&&h.connect,w=u.hints||{};if(h===!1||!d)return!1;Eg(c);var E={x:c.x,y:c.y};g?p=i.appendShape(l,p,E,d,{attach:m,connection:g===!0?{}:g,connectionTarget:w.connectionTarget}):(f=i.createElements(f,E,d,D({},w,{attach:m})),p=Ve(f,function(b){return!Fe(b)})),D(u,{elements:f,shape:p}),D(c,{elements:f,shape:p})});function s(){var c=t.context();c&&c.prefix===bg&&t.cancel()}n.on("create.init",function(){n.on("elements.changed",s),n.once(["create.cancel","create.end"],xC,function(){n.off("elements.changed",s)})}),this.start=function(c,u,l){le(u)||(u=[u]);var p=Ve(u,function(h){return!Fe(h)});if(p){l=D({elements:u,hints:{},shape:p},l||{}),T(u,function(h){de(h.x)||(h.x=0),de(h.y)||(h.y=0)});var f=Ee(u,function(h){return!h.hidden}),d=lt(f);T(u,function(h){Fe(h)&&(h.waypoints=Ht(h.waypoints,function(m){return{x:m.x-d.x-d.width/2,y:m.y-d.y-d.height/2}})),D(h,{x:h.x-d.x-d.width/2,y:h.y-d.y-d.height/2})}),t.init(c,bg,{cursor:"grabbing",autoActivate:!0,data:{shape:p,elements:u,context:l}})}}}xg.$inject=["canvas","dragging","eventBus","modeling","rules"];function Eg(e){var t=e.context,n=t.createConstraints;n&&(n.left&&(e.x=Math.max(e.x,n.left)),n.right&&(e.x=Math.min(e.x,n.right)),n.top&&(e.y=Math.max(e.y,n.top)),n.bottom&&(e.y=Math.min(e.y,n.bottom)))}function wg(e){return e&&e.length===1&&!Fe(e[0])}var EC=750;function Sg(e,t,n,i,r){function o(a){var s=ae("g");ee(s,r.cls("djs-drag-group",["no-events"]));var c=ae("g");return a.forEach(function(u){var l;u.hidden||(u.waypoints?(l=n._createContainer("connection",c),n.drawConnection(yr(l),u)):(l=n._createContainer("shape",c),n.drawShape(yr(l),u),Nt(l,u.x,u.y)),i.addDragger(u,s,l))}),s}t.on("create.move",EC,function(a){var s=a.hover,c=a.context,u=c.elements,l=c.dragGroup;l||(l=c.dragGroup=o(u));var p;s?(l.parentNode||(p=e.getActiveLayer(),ge(p,l)),Nt(l,a.x,a.y)):xt(l)}),t.on("create.cleanup",function(a){var s=a.context,c=s.dragGroup;c&&xt(c)})}Sg.$inject=["canvas","eventBus","graphicsFactory","previewSupport","styles"];const Ns={__depends__:[gi,ao,ei,An],__init__:["create","createPreview"],create:["type",xg],createPreview:["type",Sg]};function ql(e){var t=this;this._lastMoveEvent=null;function n(i){t._lastMoveEvent=i}e.on("canvas.init",function(i){var r=t._svg=i.svg;r.addEventListener("mousemove",n)}),e.on("canvas.destroy",function(){t._lastMouseEvent=null,t._svg.removeEventListener("mousemove",n)})}ql.$inject=["eventBus"],ql.prototype.getLastMoveEvent=function(){return this._lastMoveEvent||wC(0,0)};function wC(e,t){var n=document.createEvent("MouseEvent"),i=e,r=t,o=e,a=t;return n.initMouseEvent&&n.initMouseEvent("mousemove",!0,!0,window,0,i,r,o,a,!1,!1,!1,!1,0,null),n}const Yo={__init__:["mouse"],mouse:["type",ql]};var Rg=2e3;function ln(e,t,n,i,r,o,a,s){this._canvas=e,this._create=t,this._elementFactory=i,this._eventBus=r,this._modeling=o,this._mouse=a,this._rules=s,r.on("copyPaste.copyElement",function(c){var u=c.descriptor,l=c.element,p=c.elementsSet;u.priority=1,u.id=l.id,p.has(l.parent)&&(u.parent=l.parent.id),SC(l)&&(u.priority=2,u.host=l.host.id),Fe(l)&&(u.priority=3,u.source=l.source.id,u.target=l.target.id,u.waypoints=RC(l)),_e(l)&&(u.priority=4,u.labelTarget=l.labelTarget.id),T(["x","y","width","height"],function(f){de(l[f])&&(u[f]=l[f])}),u.hidden=l.hidden,u.collapsed=l.collapsed}),r.on("copyPaste.elementsCopied",Rg,function(c){var u;((u=c.hints)==null?void 0:u.clip)!==!1&&n.set(c.tree)}),r.on("copyPaste.pasteElements",Rg,function(c){c.tree||(c.tree=n.get())}),r.on("copyPaste.pasteElements",function(c){var u=c.hints;D(u,{createElementsBehavior:!1})})}ln.$inject=["canvas","create","clipboard","elementFactory","eventBus","modeling","mouse","rules"],ln.prototype.copy=function(e,t={}){var n,i;return le(e)||(e=e?[e]:[]),n=this._eventBus.fire("copyPaste.canCopyElements",{elements:e}),n===!1?i={}:i=this.createTree(le(n)?n:e),this._eventBus.fire("copyPaste.elementsCopied",{elements:e,tree:i,hints:t}),i},ln.prototype.paste=function(e={}){var t=this._eventBus.createEvent({type:"copyPaste.pasteElements",hints:{},...e}),n=this._eventBus.fire(t);if(n!==!1){var i=t.tree;if(i){var r=t.hints,o=this._createElements(i);if(t.element&&t.point)return this._paste(o,t.element,t.point,r);this._create.start(this._mouse.getLastMoveEvent(),o,{hints:r})}}},ln.prototype.duplicate=function(e,t={}){var n=this.copy(e,{clip:!1});return this.paste({...t,tree:n})},ln.prototype.cut=function(e){var t=this.copy(e),n=this._getElementIdsFromTree(t),i=e.filter(function(r){return n[r.id]});return i.length>0&&this._modeling.removeElements(i),t},ln.prototype._getElementIdsFromTree=function(e){var t={};return T(e,function(n){T(n,function(i){i.id&&(t[i.id]=!0)})}),t},ln.prototype._paste=function(e,t,n,i){T(e,function(o){de(o.x)||(o.x=0),de(o.y)||(o.y=0)});var r=lt(e);return T(e,function(o){Fe(o)&&(o.waypoints=Ht(o.waypoints,function(a){return{x:a.x-r.x-r.width/2,y:a.y-r.y-r.height/2}})),D(o,{x:o.x-r.x-r.width/2,y:o.y-r.y-r.height/2})}),this._modeling.createElements(e,n,t,D({},i))},ln.prototype._createElements=function(e){var t=this,n=this._eventBus,i={},r=[];return T(e,function(o,a){o=Vn(o,"priority"),T(o,function(s){var c=D({},Gn(s,["priority"]));i[s.parent]?c.parent=i[s.parent]:delete c.parent,n.fire("copyPaste.pasteElement",{cache:i,descriptor:c});var u;if(Fe(c)){c.source=i[s.source],c.target=i[s.target],u=i[s.id]=t.createConnection(c),r.push(u);return}if(_e(c)){c.labelTarget=i[c.labelTarget],u=i[s.id]=t.createLabel(c),r.push(u);return}c.host&&(c.host=i[c.host]),u=i[s.id]=t.createShape(c),r.push(u)})}),r},ln.prototype.createConnection=function(e){var t=this._elementFactory.createConnection(Gn(e,["id"]));return t},ln.prototype.createLabel=function(e){var t=this._elementFactory.createLabel(Gn(e,["id"]));return t},ln.prototype.createShape=function(e){var t=this._elementFactory.createShape(Gn(e,["id"]));return t},ln.prototype.hasRelations=function(e,t,n){return n||(n=new Set(t)),!(Fe(e)&&(!n.has(e.source)||!n.has(e.target))||_e(e)&&!n.has(e.labelTarget))},ln.prototype.createTree=function(e){var t=this._rules,n=this,i={},r=[],o=new Map,a=Ya(e);function s(p,f){return t.allowed("element.copy",{element:p,elements:f})}function c(p,f){var d=o.get(p);if(!d){var h={element:p,depth:f};r.push(h),o.set(p,h);return}if(d.depth<f){r=u(d,r);var m={element:d.element,depth:f};r.push(m),o.set(p,m)}}function u(p,f){var d=f.indexOf(p);return d!==-1&&f.splice(d,1),f}vr(a,function(p,f,d){if(_e(p))return;T(p.labels,function(g){c(g,d)});function h(g){g&&g.length&&T(g,function(w){T(w.labels,function(E){c(E,d)}),c(w,d)})}T([p.attachers,p.incoming,p.outgoing],h),c(p,d);var m=[];return p.children&&(m=p.children.slice()),n._eventBus.fire("copyPaste.createTree",{element:p,children:m}),m}),e=Ht(r,function(p){return p.element});var l=new Set(e);return r=Ht(r,function(p){return p.descriptor={},n._eventBus.fire("copyPaste.copyElement",{descriptor:p.descriptor,element:p.element,elements:e,elementsSet:l}),p}),r=Vn(r,function(p){return p.descriptor.priority}),e=Ht(r,function(p){return p.element}),T(r,function(p){var f=p.depth;if(!n.hasRelations(p.element,e,l)){Pg(p.element,e),l.delete(p.element);return}if(!s(p.element,e)){Pg(p.element,e),l.delete(p.element);return}i[f]||(i[f]=[]),i[f].push(p.descriptor)}),i};function SC(e){return!!e.host}function RC(e){return Ht(e.waypoints,function(t){return t=Cg(t),t.original&&(t.original=Cg(t.original)),t})}function Cg(e){return D({},e)}function Pg(e,t){var n=t.indexOf(e);return n===-1?t:t.splice(n,1)}const CC={__depends__:[UR,Ns,Yo,ei],__init__:["copyPaste"],copyPaste:["type",ln]};function Yl(e,t,n){le(n)||(n=[n]),T(n,function(i){cr(e[i])||(t[i]=e[i])})}var Kl=750;function Ag(e,t,n){function i(c,u){var l=e.create(c.$type);return n.copyElement(c,l,null,u)}t.on("copyPaste.copyElement",Kl,function(c){var u=c.descriptor,l=c.element,p=U(l);if(_e(l))return u;var f=u.businessObject=i(p,!0),d=u.di=i(Me(l),!0);d.bpmnElement=f,Yl(f,u,"name"),Yl(d,u,"isExpanded"),p.default&&(u.default=p.default.id)});var r="-bpmn-js-refs";function o(c){return c[r]=c[r]||{}}function a(c,u){c[r]=u}function s(c,u,l){var p=U(c);return c.default&&(l[c.default]={element:p,property:"default"}),c.host&&(U(c).attachedToRef=U(u[c.host])),Gn(l,on(l,function(f,d,h){var m=d.element,g=d.property;return h===c.id&&(m.set(g,p),f.push(c.id)),f},[]))}t.on("copyPaste.pasteElement",function(c){var u=c.cache,l=c.descriptor,p=l.businessObject,f=l.di;if(_e(l)){l.businessObject=U(u[l.labelTarget]),l.di=Me(u[l.labelTarget]);return}p=l.businessObject=i(p),f=l.di=i(f),f.bpmnElement=p,Yl(l,p,["isExpanded","name"]),l.type=p.$type}),t.on("copyPaste.copyElement",Kl,function(c){var u=c.descriptor,l=c.element;if(y(l,"bpmn:Participant")){var p=U(l);p.processRef&&(u.processRef=i(p.processRef,!0))}}),t.on("copyPaste.pasteElement",function(c){var u=c.descriptor,l=u.processRef;l&&(u.processRef=i(l))}),t.on("copyPaste.createTree",function(c){var u=c.element,l=c.children;y(u,"bpmn:SubProcess")&&T(Lo(l),p=>{l.push(p.annotation)})}),t.on("copyPaste.pasteElement",Kl,function(c){var u=c.cache,l=c.descriptor;a(u,s(l,u,o(u)))})}Ag.$inject=["bpmnFactory","eventBus","moddleCopy"];const PC=["artifacts","dataInputAssociations","dataOutputAssociations","default","flowElements","lanes","incoming","outgoing","categoryValue"],AC=["errorRef","escalationRef","messageRef","signalRef","dataObjectRef"];function Ko(e,t,n){this._bpmnFactory=t,this._eventBus=e,this._moddle=n,e.on("moddleCopy.canCopyProperties",i=>{const{propertyNames:r}=i;if(!(!r||!r.length))return Vn(r,o=>o==="extensionElements")}),e.on("moddleCopy.canCopyProperty",i=>{const{parent:r,property:o,propertyName:a}=i,s=Ct(r)&&r.$descriptor;if(a&&AC.includes(a))return o;if(a&&PC.includes(a)||a&&s&&!Ve(s.properties,Br({name:a})))return!1}),e.on("moddleCopy.canSetCopiedProperty",i=>{const{property:r}=i;if(y(r,"bpmn:ExtensionElements")&&(!r.values||!r.values.length))return!1})}Ko.$inject=["eventBus","bpmnFactory","moddle"],Ko.prototype.copyElement=function(e,t,n,i=!1){n&&!le(n)&&(n=[n]),n=n||Xl(e.$descriptor);const r=this._eventBus.fire("moddleCopy.canCopyProperties",{propertyNames:n,sourceElement:e,targetElement:t,clone:i});return r===!1||(le(r)&&(n=r),T(n,o=>{let a;rn(e,o)&&(a=e.get(o));const s=this.copyProperty(a,t,o,i);!_t(s)||this._eventBus.fire("moddleCopy.canSetCopiedProperty",{parent:t,property:s,propertyName:o})===!1||t.set(o,s)})),t},Ko.prototype.copyProperty=function(e,t,n,i=!1){let r=this._eventBus.fire("moddleCopy.canCopyProperty",{parent:t,property:e,propertyName:n,clone:i});if(r===!1)return;if(r)return Ct(r)&&r.$type&&!r.$parent&&(r.$parent=t),r;const o=this._moddle.getPropertyDescriptor(t,n);if(!o.isReference)return o.isId?e&&this._copyId(e,t,i):le(e)?on(e,(a,s)=>{const c=this.copyProperty(s,t,n,i);return c?a.concat(c):a},[]):Ct(e)&&e.$type?this._moddle.getElementDescriptor(e).isGeneric?void 0:(r=this._bpmnFactory.create(e.$type),r.$parent=t,r=this.copyElement(e,r,null,i),r):e},Ko.prototype._copyId=function(e,t,n=!1){if(n)return e;if(!this._moddle.ids.assigned(e))return this._moddle.ids.claim(e,t),e};function Xl(e,t){return on(e.properties,(n,i)=>t&&i.default?n:n.concat(i.name),[])}const Tg={__depends__:[CC],__init__:["bpmnCopyPaste","moddleCopy"],bpmnCopyPaste:["type",Ag],moddleCopy:["type",Ko]};var Mg=Math.round;function Zl(e,t){this._modeling=e,this._eventBus=t}Zl.$inject=["modeling","eventBus"],Zl.prototype.replaceElement=function(e,t,n){if(e.waypoints)return null;var i=this._modeling,r=this._eventBus;r.fire("replace.start",{element:e,attrs:t,hints:n});var o=t.width||e.width,a=t.height||e.height,s=t.x||e.x,c=t.y||e.y,u=Mg(s+o/2),l=Mg(c+a/2),p=i.replaceShape(e,D({},t,{x:u,y:l,width:o,height:a}),n);return r.fire("replace.end",{element:e,newElement:p,hints:n}),p};function kg(e,t){t.on("replace.end",500,function(n){const{newElement:i,hints:r={}}=n;r.select!==!1&&e.select(i)})}kg.$inject=["selection","eventBus"];const TC={__init__:["replace","replaceSelectionBehavior"],replaceSelectionBehavior:["type",kg],replace:["type",Zl]};function MC(e,t,n){le(n)||(n=[n]),T(n,function(i){cr(e[i])||(t[i]=e[i])})}var kC=["cancelActivity","instantiate","eventGatewayType","triggeredByEvent","isInterrupting"];function DC(e,t){var n=e&&rn(e,"collapsed")?e.collapsed:!Re(e),i;return t&&(rn(t,"collapsed")||rn(t,"isExpanded"))?i=rn(t,"collapsed")?t.collapsed:!t.isExpanded:i=n,n!==i}function Dg(e,t,n,i,r,o){function a(s,c,u){u=u||{};var l=c.type,p=s.businessObject;if(Bs(p)&&(l==="bpmn:SubProcess"||l==="bpmn:AdHocSubProcess")&&DC(s,c))return i.toggleCollapse(s),s;var f=e.create(l),d={type:l,businessObject:f};d.di={},l==="bpmn:ExclusiveGateway"&&(d.di.isMarkerVisible=!0),MC(s.di,d.di,["fill","stroke","background-color","border-color","color"]);var h=Xl(p.$descriptor),m=Xl(f.$descriptor,!0),g=OC(h,m);D(f,Bn(c,kC));var w=Ee(g,function(x){return x==="eventDefinitions"?Og(s,c.eventDefinitionType):x==="loopCharacteristics"?!Ut(f):rn(f,x)||x==="processRef"&&c.isExpanded===!1||x==="triggeredByEvent"?!1:x==="isForCompensation"?!Ut(f):!0});if(f=n.copyElement(p,f,w),c.eventDefinitionType&&(Og(f,c.eventDefinitionType)||(d.eventDefinitionType=c.eventDefinitionType,d.eventDefinitionAttrs=c.eventDefinitionAttrs)),y(p,"bpmn:Activity")){if(Bs(p))d.isExpanded=Re(s);else if(c&&rn(c,"isExpanded")){d.isExpanded=c.isExpanded;var E=t.getDefaultSize(f,{isExpanded:d.isExpanded});d.width=E.width,d.height=E.height,d.x=s.x-(d.width-s.width)/2,d.y=s.y-(d.height-s.height)/2}Re(s)&&!y(p,"bpmn:Task")&&d.isExpanded&&(d.width=s.width,d.height=s.height)}if(Bs(p)&&!Bs(f)&&(u.moveChildren=!1),y(p,"bpmn:Participant")){c.isExpanded===!0?f.processRef=e.create("bpmn:Process"):u.moveChildren=!1;var b=Tt(s);Me(s).isHorizontal||(Me(d).isHorizontal=b),d.width=b?s.width:t.getDefaultSize(d).width,d.height=b?t.getDefaultSize(d).height:s.height}return o.allowed("shape.resize",{shape:f})||(d.height=t.getDefaultSize(d).height,d.width=t.getDefaultSize(d).width),f.name=p.name,xe(p,["bpmn:ExclusiveGateway","bpmn:InclusiveGateway","bpmn:Activity"])&&xe(f,["bpmn:ExclusiveGateway","bpmn:InclusiveGateway","bpmn:Activity"])&&(f.default=p.default),c.host&&!y(p,"bpmn:BoundaryEvent")&&y(f,"bpmn:BoundaryEvent")&&(d.host=c.host),(d.type==="bpmn:DataStoreReference"||d.type==="bpmn:DataObjectReference")&&(d.x=s.x+(s.width-d.width)/2),r.replaceElement(s,d,{...u,targetElement:c})}this.replaceElement=a}Dg.$inject=["bpmnFactory","elementFactory","moddleCopy","modeling","replace","rules"];function Bs(e){return y(e,"bpmn:SubProcess")}function Og(e,t){var n=U(e);return t&&n.get("eventDefinitions").some(function(i){return y(i,t)})}function OC(e,t){return e.filter(function(n){return t.includes(n)})}const Ig={__depends__:[Tg,TC,An],bpmnReplace:["type",Dg]};var IC=250;function Sr(e){this._eventBus=e,this._tools=[],this._active=null}Sr.$inject=["eventBus"],Sr.prototype.registerTool=function(e,t){var n=this._tools;if(!t)throw new Error(`A tool has to be registered with it's "events"`);n.push(e),this.bindEvents(e,t)},Sr.prototype.isActive=function(e){return e&&this._active===e},Sr.prototype.length=function(e){return this._tools.length},Sr.prototype.setActive=function(e){var t=this._eventBus;this._active!==e&&(this._active=e,t.fire("tool-manager.update",{tool:e}))},Sr.prototype.bindEvents=function(e,t){var n=this._eventBus,i=[];n.on(t.tool+".init",function(r){var o=r.context;if(!o.reactivate&&this.isActive(e)){this.setActive(null);return}this.setActive(e)},this),T(t,function(r){i.push(r+".ended"),i.push(r+".canceled")}),n.on(i,IC,function(r){this._active&&(LC(r)||this.setActive(null))},this)};function LC(e){var t=e.originalEvent&&e.originalEvent.target;return t&&mr(t,'.group[data-group="tools"]')}const $s={__depends__:[gi],__init__:["toolManager"],toolManager:["type",Sr]};function NC(e,t){if(e==="x"){if(t>0)return"e";if(t<0)return"w"}if(e==="y"){if(t>0)return"s";if(t<0)return"n"}return null}function BC(e,t){var n=[],i=new Set(e);T(t,function(o){i.add(o)});var r=new Set;return i.forEach(function(o){var a=o.incoming,s=o.outgoing;T(a.concat(s),function(c){var u=c.source,l=c.target;(i.has(u)||i.has(l))&&(r.has(c)||(r.add(c),n.push(c)))})}),n}function $C(e,t,n){var i=e.x,r=e.y,o=e.width,a=e.height,s=n.x,c=n.y;switch(t){case"n":return{x:i,y:r+c,width:o,height:a-c};case"s":return{x:i,y:r,width:o,height:a+c};case"w":return{x:i+s,y:r,width:o-s,height:a};case"e":return{x:i,y:r,width:o+s,height:a};default:throw new Error("unknown direction: "+t)}}var Ql=Math.abs,jC=Math.round,vi={x:"width",y:"height"},Lg="crosshair",Ui={n:"top",w:"left",s:"bottom",e:"right"},FC=1500,js={n:"s",w:"e",s:"n",e:"w"},Fs=20;function Tn(e,t,n,i,r,o,a){this._canvas=e,this._dragging=t,this._eventBus=n,this._modeling=i,this._rules=r,this._toolManager=o,this._mouse=a;var s=this;o.registerTool("space",{tool:"spaceTool.selection",dragging:"spaceTool"}),n.on("spaceTool.selection.end",function(c){n.once("spaceTool.selection.ended",function(){s.activateMakeSpace(c.originalEvent)})}),n.on("spaceTool.move",FC,function(c){var u=c.context,l=u.initialized;l||(l=u.initialized=s.init(c,u)),l&&Bg(c)}),n.on("spaceTool.end",function(c){var u=c.context,l=u.axis,p=u.direction,f=u.movingShapes,d=u.resizingShapes,h=u.start;if(u.initialized){Bg(c);var m={x:0,y:0};m[l]=jC(c["d"+l]),s.makeSpace(f,d,m,p,h),n.once("spaceTool.ended",function(g){s.activateSelection(g.originalEvent,!0,!0)})}})}Tn.$inject=["canvas","dragging","eventBus","modeling","rules","toolManager","mouse"],Tn.prototype.activateSelection=function(e,t,n){this._dragging.init(e,"spaceTool.selection",{autoActivate:t,cursor:Lg,data:{context:{reactivate:n}},trapClick:!1})},Tn.prototype.activateMakeSpace=function(e){this._dragging.init(e,"spaceTool",{autoActivate:!0,cursor:Lg,data:{context:{}}})},Tn.prototype.makeSpace=function(e,t,n,i,r){return this._modeling.createSpace(e,t,n,i,r)},Tn.prototype.init=function(e,t){var n=Ql(e.dx)>Ql(e.dy)?"x":"y",i=e["d"+n],r=e[n]-i;if(Ql(i)<5)return!1;i<0&&(i*=-1),Wo(e)&&(i*=-1);var o=NC(n,i),a=this._canvas.getRootElement();!Ps(e)&&e.hover&&(a=e.hover);var s=[...To(a),...a.attachers||[]],c=this.calculateAdjustments(s,n,i,r),u=this._eventBus.fire("spaceTool.getMinDimensions",{axis:n,direction:o,shapes:c.resizingShapes,start:r}),l=HC(c,n,o,r,u);return D(t,c,{axis:n,direction:o,spaceToolConstraints:l,start:r}),Ls("resize-"+(n==="x"?"ew":"ns")),!0},Tn.prototype.calculateAdjustments=function(e,t,n,i){var r=this._rules,o=[],a=[],s=new Set,c=new Set,u=[],l=[];function p(d){s.has(d)||(s.add(d),o.push(d));var h=d.label;h&&!s.has(h)&&(s.add(h),o.push(h))}function f(d){c.has(d)||(c.add(d),a.push(d))}return T(e,function(d){if(!(!d.parent||_e(d))){if(Fe(d)){l.push(d);return}var h=d[t],m=h+d[vi[t]];if(zC(d)&&(n>0&&pe(d)[t]>i||n<0&&pe(d)[t]<i)){u.push(d);return}if(n>0&&h>i||n<0&&m<i){p(d);return}if(h<i&&m>i&&r.allowed("shape.resize",{shape:d})){f(d);return}}}),T(o,function(d){var h=d.attachers;h&&T(h,function(m){p(m)})}),T(u,function(d){var h=d.host;(s.has(h)||c.has(h))&&p(d)}),T(l,function(d){var h=d.source,m=d.target,g=d.label;(s.has(h)||c.has(h))&&(s.has(m)||c.has(m))&&g&&p(g)}),{movingShapes:o,resizingShapes:a}},Tn.prototype.toggle=function(){if(this.isActive())return this._dragging.cancel();var e=this._mouse.getLastMoveEvent();this.activateSelection(e,!!e)},Tn.prototype.isActive=function(){var e=this._dragging.context();return e?/^spaceTool/.test(e.prefix):!1};function Ng(e){return{top:e.top-Fs,right:e.right+Fs,bottom:e.bottom+Fs,left:e.left-Fs}}function Bg(e){var t=e.context,n=t.spaceToolConstraints;if(n){var i,r;de(n.left)&&(i=Math.max(e.x,n.left),e.dx=e.dx+i-e.x,e.x=i),de(n.right)&&(i=Math.min(e.x,n.right),e.dx=e.dx+i-e.x,e.x=i),de(n.top)&&(r=Math.max(e.y,n.top),e.dy=e.dy+r-e.y,e.y=r),de(n.bottom)&&(r=Math.min(e.y,n.bottom),e.dy=e.dy+r-e.y,e.y=r)}}function HC(e,t,n,i,r){var o=e.movingShapes,a=e.resizingShapes;if(a.length){var s={},c,u,l=new Set(o),p=new Set(a);return T(a,function(f){var d=f.attachers,h=f.children,m=ue(f),g=Ee(h,function(F){return!Fe(F)&&!_e(F)&&!l.has(F)&&!p.has(F)}),w=Ee(h,function(F){return!Fe(F)&&!_e(F)&&l.has(F)}),E,b,x,S=[],A=[],I,P,$,j;g.length&&(b=Ng(ue(lt(g))),E=i-m[Ui[n]]+b[Ui[n]],n==="n"?s.bottom=u=de(u)?Math.min(u,E):E:n==="w"?s.right=u=de(u)?Math.min(u,E):E:n==="s"?s.top=c=de(c)?Math.max(c,E):E:n==="e"&&(s.left=c=de(c)?Math.max(c,E):E)),w.length&&(x=Ng(ue(lt(w))),E=i-x[Ui[js[n]]]+m[Ui[js[n]]],n==="n"?s.bottom=u=de(u)?Math.min(u,E):E:n==="w"?s.right=u=de(u)?Math.min(u,E):E:n==="s"?s.top=c=de(c)?Math.max(c,E):E:n==="e"&&(s.left=c=de(c)?Math.max(c,E):E)),d&&d.length&&(d.forEach(function(F){l.has(F)?S.push(F):A.push(F)}),S.length&&(I=ue(lt(S.map(pe))),P=m[Ui[js[n]]]-(I[Ui[js[n]]]-i)),A.length&&($=ue(lt(A.map(pe))),j=$[Ui[n]]-(m[Ui[n]]-i)),n==="n"?(E=Math.min(P||1/0,j||1/0),s.bottom=u=de(u)?Math.min(u,E):E):n==="w"?(E=Math.min(P||1/0,j||1/0),s.right=u=de(u)?Math.min(u,E):E):n==="s"?(E=Math.max(P||-1/0,j||-1/0),s.top=c=de(c)?Math.max(c,E):E):n==="e"&&(E=Math.max(P||-1/0,j||-1/0),s.left=c=de(c)?Math.max(c,E):E));var L=r&&r[f.id];L&&(n==="n"?(E=i+f[vi[t]]-L[vi[t]],s.bottom=u=de(u)?Math.min(u,E):E):n==="w"?(E=i+f[vi[t]]-L[vi[t]],s.right=u=de(u)?Math.min(u,E):E):n==="s"?(E=i-f[vi[t]]+L[vi[t]],s.top=c=de(c)?Math.max(c,E):E):n==="e"&&(E=i-f[vi[t]]+L[vi[t]],s.left=c=de(c)?Math.max(c,E):E))}),s}}function zC(e){return!!e.host}var Jl="djs-dragging",$g="djs-resizing",VC=250,Hs=Math.max;function jg(e,t,n,i,r){function o(a,s){T(a,function(c){r.addDragger(c,s),n.addMarker(c,Jl)})}e.on("spaceTool.selection.start",function(a){var s=n.getLayer("space"),c=a.context,u={x:"M 0,-10000 L 0,10000",y:"M -10000,0 L 10000,0"},l=ae("g");ee(l,i.cls("djs-crosshair-group",["no-events"])),ge(s,l);var p=ae("path");ee(p,"d",u.x),Ce(p).add("djs-crosshair"),ge(l,p);var f=ae("path");ee(f,"d",u.y),Ce(f).add("djs-crosshair"),ge(l,f),c.crosshairGroup=l}),e.on("spaceTool.selection.move",function(a){var s=a.context.crosshairGroup;Nt(s,a.x,a.y)}),e.on("spaceTool.selection.cleanup",function(a){var s=a.context,c=s.crosshairGroup;c&&xt(c)}),e.on("spaceTool.move",VC,function(a){var s=a.context,c=s.line,u=s.axis,l=s.movingShapes,p=s.resizingShapes;if(s.initialized){if(!s.dragGroup){var f=n.getLayer("space");c=ae("path"),ee(c,"d","M0,0 L0,0"),Ce(c).add("djs-crosshair"),ge(f,c),s.line=c;var d=ae("g");ee(d,i.cls("djs-drag-group",["no-events"])),ge(n.getActiveLayer(),d),o(l,d);var h=new Set(l);T(p,function(A){h.add(A)});var m=new Set,g=s.movingConnections=[];h.forEach(function(A){T(A.outgoing,function(I){m.has(I)||!Fe(I)||!h.has(I.target)||(m.add(I),g.push(I))})}),o(g,d),s.dragGroup=d}if(!s.frameGroup){var w=ae("g");ee(w,i.cls("djs-frame-group",["no-events"])),ge(n.getActiveLayer(),w);var E=[];T(p,function(A){var I=r.addFrame(A,w),P=I.getBBox();E.push({element:I,initialBounds:P}),n.addMarker(A,$g)}),s.frameGroup=w,s.frames=E}var b={x:"M"+a.x+", -10000 L"+a.x+", 10000",y:"M -10000, "+a.y+" L 10000, "+a.y};ee(c,{d:b[u]});var x={x:"y",y:"x"},S={x:a.dx,y:a.dy};S[x[s.axis]]=0,Nt(s.dragGroup,S.x,S.y),T(s.frames,function(A){var I=A.element,P=A.initialBounds,$,j;s.direction==="e"?ee(I,{width:Hs(P.width+S.x,5)}):($=Hs(P.width-S.x,5),ee(I,{width:$,x:P.x+P.width-$})),s.direction==="s"?ee(I,{height:Hs(P.height+S.y,5)}):(j=Hs(P.height-S.y,5),ee(I,{height:j,y:P.y+P.height-j}))})}}),e.on("spaceTool.cleanup",function(a){var s=a.context,c=s.movingShapes,u=s.movingConnections,l=s.resizingShapes,p=s.line,f=s.dragGroup,d=s.frameGroup;T(c,function(h){n.removeMarker(h,Jl)}),T(u,function(h){n.removeMarker(h,Jl)}),f&&(xt(p),xt(f)),T(l,function(h){n.removeMarker(h,$g)}),d&&xt(d)})}jg.$inject=["eventBus","elementRegistry","canvas","styles","previewSupport"];const GC={__init__:["spaceToolPreview"],__depends__:[gi,ei,$s,ao,Yo],spaceTool:["type",Tn],spaceToolPreview:["type",jg]};function zs(e,t){e.invoke(Tn,this),this._canvas=t}zs.$inject=["injector","canvas"],J(zs,Tn),zs.prototype.calculateAdjustments=function(e,t,n,i){var r=this._canvas.getRootElement(),o=e[0]===r?null:e[0],a=[];o&&(a=Lr(zr(r.children.filter(u=>y(u,"bpmn:Artifact")),lt(o))));const s=[...e,...a];var c=Tn.prototype.calculateAdjustments.call(this,s,t,n,i);return c.resizingShapes=c.resizingShapes.filter(function(u){return!(y(u,"bpmn:TextAnnotation")||WC(u)&&(t==="y"&&Tt(u)||t==="x"&&!Tt(u)))}),c};function WC(e){return y(e,"bpmn:Participant")&&!U(e).processRef}const Fg={__depends__:[GC],spaceTool:["type",zs]};function Je(e,t){this._handlerMap={},this._stack=[],this._stackIdx=-1,this._currentExecution={actions:[],dirty:[],trigger:null},this._injector=t,this._eventBus=e,this._uid=1,e.on(["diagram.destroy","diagram.clear"],function(){this.clear(!1)},this)}Je.$inject=["eventBus","injector"],Je.prototype.execute=function(e,t){if(!e)throw new Error("command required");this._currentExecution.trigger="execute";const n={command:e,context:t};this._pushAction(n),this._internalExecute(n),this._popAction()},Je.prototype.canExecute=function(e,t){const n={command:e,context:t},i=this._getHandler(e);let r=this._fire(e,"canExecute",n);if(r===void 0){if(!i)return!1;i.canExecute&&(r=i.canExecute(t))}return r},Je.prototype.clear=function(e){this._stack.length=0,this._stackIdx=-1,e!==!1&&this._fire("changed",{trigger:"clear"})},Je.prototype.undo=function(){let e=this._getUndoAction(),t;if(e){for(this._currentExecution.trigger="undo",this._pushAction(e);e&&(this._internalUndo(e),t=this._getUndoAction(),!(!t||t.id!==e.id));)e=t;this._popAction()}},Je.prototype.redo=function(){let e=this._getRedoAction(),t;if(e){for(this._currentExecution.trigger="redo",this._pushAction(e);e&&(this._internalExecute(e,!0),t=this._getRedoAction(),!(!t||t.id!==e.id));)e=t;this._popAction()}},Je.prototype.register=function(e,t){this._setHandler(e,t)},Je.prototype.registerHandler=function(e,t){if(!e||!t)throw new Error("command and handlerCls must be defined");const n=this._injector.instantiate(t);this.register(e,n)},Je.prototype.canUndo=function(){return!!this._getUndoAction()},Je.prototype.canRedo=function(){return!!this._getRedoAction()},Je.prototype._getRedoAction=function(){return this._stack[this._stackIdx+1]},Je.prototype._getUndoAction=function(){return this._stack[this._stackIdx]},Je.prototype._internalUndo=function(e){const t=e.command,n=e.context,i=this._getHandler(t);this._atomicDo(()=>{this._fire(t,"revert",e),i.revert&&this._markDirty(i.revert(n)),this._revertedAction(e),this._fire(t,"reverted",e)})},Je.prototype._fire=function(e,t,n){arguments.length<3&&(n=t,t=null);const i=t?[e+"."+t,t]:[e];let r;n=this._eventBus.createEvent(n);for(const o of i)if(r=this._eventBus.fire("commandStack."+o,n),n.cancelBubble)break;return r},Je.prototype._createId=function(){return this._uid++},Je.prototype._atomicDo=function(e){const t=this._currentExecution;t.atomic=!0;try{e()}finally{t.atomic=!1}},Je.prototype._internalExecute=function(e,t){const n=e.command,i=e.context,r=this._getHandler(n);if(!r)throw new Error("no command handler registered for <"+n+">");this._pushAction(e),t||(this._fire(n,"preExecute",e),r.preExecute&&r.preExecute(i),this._fire(n,"preExecuted",e)),this._atomicDo(()=>{this._fire(n,"execute",e),r.execute&&this._markDirty(r.execute(i)),this._executedAction(e,t),this._fire(n,"executed",e)}),t||(this._fire(n,"postExecute",e),r.postExecute&&r.postExecute(i),this._fire(n,"postExecuted",e)),this._popAction()},Je.prototype._pushAction=function(e){const t=this._currentExecution,n=t.actions,i=n[0];if(t.atomic)throw new Error("illegal invocation in <execute> or <revert> phase (action: "+e.command+")");e.id||(e.id=i&&i.id||this._createId()),n.push(e)},Je.prototype._popAction=function(){const e=this._currentExecution,t=e.trigger,n=e.actions,i=e.dirty;n.pop(),n.length||(this._eventBus.fire("elements.changed",{elements:xf("id",i.reverse())}),i.length=0,this._fire("changed",{trigger:t}),e.trigger=null)},Je.prototype._markDirty=function(e){const t=this._currentExecution;e&&(e=le(e)?e:[e],t.dirty=t.dirty.concat(e))},Je.prototype._executedAction=function(e,t){const n=++this._stackIdx;t||this._stack.splice(n,this._stack.length,e)},Je.prototype._revertedAction=function(e){this._stackIdx--},Je.prototype._getHandler=function(e){return this._handlerMap[e]},Je.prototype._setHandler=function(e,t){if(!e||!t)throw new Error("command and handler required");if(this._handlerMap[e])throw new Error("overriding handler for command <"+e+">");this._handlerMap[e]=t};const UC={commandStack:["type",Je]};function qi(e,t){if(typeof t!="function")throw new Error("removeFn iterator must be a function");if(!e)return[];for(var n;n=e[0];)t(n);return e}var qC=250,Hg=1400;function ep(e,t,n){W.call(this,t);var i=e.get("movePreview",!1);t.on("shape.move.start",Hg,function(r){var o=r.context,a=o.shapes,s=o.validatedShapes;o.shapes=zg(a),o.validatedShapes=zg(s)}),i&&t.on("shape.move.start",qC,function(r){var o=r.context,a=new Set(o.shapes),s=new Set;for(const c of a)for(const u of c.labels)!u.hidden&&!a.has(u)&&s.add(u),c.labelTarget&&s.add(c);for(const c of s)i.makeDraggable(o,c,!0)}),this.preExecuted("elements.move",Hg,function(r){var o=r.context,a=o.closure,s=a.enclosedElements,c=[];T(s,function(u){T(u.labels,function(l){s[l.id]||c.push(l)})}),a.addAll(c)}),this.preExecute(["connection.delete","shape.delete"],function(r){var o=r.context,a=o.connection||o.shape;qi(a.labels,function(s){n.removeShape(s,{nested:!0})})}),this.execute("shape.delete",function(r){var o=r.context,a=o.shape,s=a.labelTarget;s&&(o.labelTargetIndex=Ou(s.labels,a),o.labelTarget=s,a.labelTarget=null)}),this.revert("shape.delete",function(r){var o=r.context,a=o.shape,s=o.labelTarget,c=o.labelTargetIndex;s&&(st(s.labels,a,c),a.labelTarget=s)})}J(ep,W),ep.$inject=["injector","eventBus","modeling"];function zg(e){var t=new Set(e);return Ee(e,function(n){return!t.has(n.labelTarget)})}const YC={__init__:["labelSupport"],labelSupport:["type",ep]};var KC=251,Vg=1401,Gg="attach-ok";function tp(e,t,n,i,r){W.call(this,t);var o=e.get("movePreview",!1);t.on("shape.move.start",Vg,function(a){var s=a.context,c=s.shapes,u=s.validatedShapes;s.shapes=XC(c),s.validatedShapes=ZC(u)}),o&&t.on("shape.move.start",KC,function(a){var s=a.context,c=s.shapes,u=np(c);T(u,function(l){o.makeDraggable(s,l,!0),T(l.labels,function(p){o.makeDraggable(s,p,!0)})})}),o&&t.on("shape.move.start",function(a){var s=a.context,c=s.shapes;if(c.length===1){var u=c[0],l=u.host;l&&(n.addMarker(l,Gg),t.once(["shape.move.out","shape.move.cleanup"],function(){n.removeMarker(l,Gg)}))}}),this.preExecuted("elements.move",Vg,function(a){var s=a.context,c=s.closure,u=s.shapes,l=np(u);T(l,function(p){c.add(p,c.topLevel[p.host.id])})}),this.postExecuted("elements.move",function(a){var s=a.context,c=s.shapes,u=s.newHost,l;u&&c.length!==1||(u?l=c:l=Ee(c,function(p){var f=p.host;return QC(p)&&!JC(c,f)}),T(l,function(p){r.updateAttachment(p,u)}))}),this.postExecuted("elements.move",function(a){var s=a.context.shapes;T(s,function(c){T(c.attachers,function(u){T(u.outgoing.slice(),function(l){var p=i.allowed("connection.reconnect",{connection:l,source:l.source,target:l.target});p||r.removeConnection(l)}),T(u.incoming.slice(),function(l){var p=i.allowed("connection.reconnect",{connection:l,source:l.source,target:l.target});p||r.removeConnection(l)})})})}),this.postExecute("shape.create",function(a){var s=a.context,c=s.shape,u=s.host;u&&r.updateAttachment(c,u)}),this.postExecute("shape.replace",function(a){var s=a.context,c=s.oldShape,u=s.newShape;qi(c.attachers,function(l){var p=i.allowed("elements.move",{target:u,shapes:[l]});p==="attach"?r.updateAttachment(l,u):r.removeShape(l)}),u.attachers.length&&T(u.attachers,function(l){var p=cm(l,c,u);r.moveShape(l,p,l.parent)})}),this.postExecute("shape.resize",function(a){var s=a.context,c=s.shape,u=s.oldBounds,l=s.newBounds,p=c.attachers,f=s.hints||{};f.attachSupport!==!1&&T(p,function(d){var h=cm(d,u,l);r.moveShape(d,h,d.parent),T(d.labels,function(m){r.moveShape(m,h,m.parent)})})}),this.preExecute("shape.delete",function(a){var s=a.context.shape;qi(s.attachers,function(c){r.removeShape(c)}),s.host&&r.updateAttachment(s,null)})}J(tp,W),tp.$inject=["injector","eventBus","canvas","rules","modeling"];function np(e){return Qc(Ht(e,function(t){return t.attachers||[]}))}function XC(e){var t=np(e);return Xb("id",e,t)}function ZC(e){var t=Nr(e,"id");return Ee(e,function(n){for(;n;){if(n.host&&t[n.host.id])return!1;n=n.parent}return!0})}function QC(e){return!!e.host}function JC(e,t){return e.indexOf(t)!==-1}const eP={__depends__:[ei],__init__:["attachSupport"],attachSupport:["type",tp]};function Wg(e,t,n,i){e.on("element.changed",function(r){var o=r.element;(o.parent||o===t.getRootElement())&&(r.gfx=n.getGraphics(o)),r.gfx&&e.fire(Bd(o)+".changed",r)}),e.on("elements.changed",function(r){var o=r.elements;o.forEach(function(a){e.fire("element.changed",{element:a})}),i.updateContainments(o)}),e.on("shape.changed",function(r){i.update("shape",r.element,r.gfx)}),e.on("connection.changed",function(r){i.update("connection",r.element,r.gfx)})}Wg.$inject=["eventBus","canvas","elementRegistry","graphicsFactory"];const ip={__init__:["changeSupport"],changeSupport:["type",Wg]};function Mn(e){this._model=e}Mn.$inject=["moddle"],Mn.prototype._needsId=function(e){return xe(e,["bpmn:RootElement","bpmn:FlowElement","bpmn:MessageFlow","bpmn:DataAssociation","bpmn:Artifact","bpmn:Participant","bpmn:Lane","bpmn:LaneSet","bpmn:Process","bpmn:Collaboration","bpmndi:BPMNShape","bpmndi:BPMNEdge","bpmndi:BPMNDiagram","bpmndi:BPMNPlane","bpmn:Property","bpmn:CategoryValue"])},Mn.prototype._ensureId=function(e){if(e.id){this._model.ids.claim(e.id,e);return}var t;y(e,"bpmn:Activity")?t="Activity":y(e,"bpmn:Event")?t="Event":y(e,"bpmn:Gateway")?t="Gateway":xe(e,["bpmn:SequenceFlow","bpmn:MessageFlow"])?t="Flow":t=(e.$type||"").replace(/^[^:]*:/g,""),t+="_",!e.id&&this._needsId(e)&&(e.id=this._model.ids.nextPrefixed(t,e))},Mn.prototype.create=function(e,t){var n=this._model.create(e,t||{});return this._ensureId(n),n},Mn.prototype.createDiLabel=function(){return this.create("bpmndi:BPMNLabel",{bounds:this.createDiBounds()})},Mn.prototype.createDiShape=function(e,t){return this.create("bpmndi:BPMNShape",D({bpmnElement:e,bounds:this.createDiBounds()},t))},Mn.prototype.createDiBounds=function(e){return this.create("dc:Bounds",e)},Mn.prototype.createDiWaypoints=function(e){var t=this;return Ht(e,function(n){return t.createDiWaypoint(n)})},Mn.prototype.createDiWaypoint=function(e){return this.create("dc:Point",Bn(e,["x","y"]))},Mn.prototype.createDiEdge=function(e,t){return this.create("bpmndi:BPMNEdge",D({bpmnElement:e,waypoint:this.createDiWaypoints([])},t))},Mn.prototype.createDiPlane=function(e,t){return this.create("bpmndi:BPMNPlane",D({bpmnElement:e},t))};function pn(e,t,n){W.call(this,e),this._bpmnFactory=t;var i=this;function r(d){var h=d.context,m=h.hints||{},g;!h.cropped&&m.createElementsBehavior!==!1&&(g=h.connection,g.waypoints=n.getCroppedWaypoints(g),h.cropped=!0)}this.executed(["connection.layout","connection.create"],r),this.reverted(["connection.layout"],function(d){delete d.context.cropped});function o(d){var h=d.context;i.updateParent(h.shape||h.connection,h.oldParent)}function a(d){var h=d.context,m=h.shape||h.connection,g=h.parent||h.newParent;i.updateParent(m,g)}this.executed(["shape.move","shape.create","shape.delete","connection.create","connection.move","connection.delete"],fn(o)),this.reverted(["shape.move","shape.create","shape.delete","connection.create","connection.move","connection.delete"],fn(a));function s(d){var h=d.context,m=h.oldRoot,g=m.children;T(g,function(w){y(w,"bpmn:BaseElement")&&i.updateParent(w)})}this.executed(["canvas.updateRoot"],s),this.reverted(["canvas.updateRoot"],s);function c(d){var h=d.context.shape;y(h,"bpmn:BaseElement")&&i.updateBounds(h)}this.executed(["shape.move","shape.create","shape.resize"],fn(function(d){d.context.shape.type!=="label"&&c(d)})),this.reverted(["shape.move","shape.create","shape.resize"],fn(function(d){d.context.shape.type!=="label"&&c(d)})),e.on("shape.changed",function(d){d.element.type==="label"&&c({context:{shape:d.element}})});function u(d){i.updateConnection(d.context)}this.executed(["connection.create","connection.move","connection.delete","connection.reconnect"],fn(u)),this.reverted(["connection.create","connection.move","connection.delete","connection.reconnect"],fn(u));function l(d){i.updateConnectionWaypoints(d.context.connection)}this.executed(["connection.layout","connection.move","connection.updateWaypoints"],fn(l)),this.reverted(["connection.layout","connection.move","connection.updateWaypoints"],fn(l)),this.executed("connection.reconnect",fn(function(d){var h=d.context,m=h.connection,g=h.oldSource,w=h.newSource,E=U(m),b=U(g),x=U(w);E.conditionExpression&&!xe(x,["bpmn:Activity","bpmn:ExclusiveGateway","bpmn:InclusiveGateway"])&&(h.oldConditionExpression=E.conditionExpression,delete E.conditionExpression),g!==w&&b.default===E&&(h.oldDefault=b.default,delete b.default)})),this.reverted("connection.reconnect",fn(function(d){var h=d.context,m=h.connection,g=h.oldSource,w=h.newSource,E=U(m),b=U(g),x=U(w);h.oldConditionExpression&&(E.conditionExpression=h.oldConditionExpression),h.oldDefault&&(b.default=h.oldDefault,delete x.default)}));function p(d){i.updateAttachment(d.context)}this.executed(["element.updateAttachment"],fn(p)),this.reverted(["element.updateAttachment"],fn(p)),this.executed("element.updateLabel",fn(f)),this.reverted("element.updateLabel",fn(f));function f(d){const{element:h}=d.context,m=_n(h),g=Me(h),w=g&&g.get("label");Fi(h)||As(h)||(m&&!w?g.set("label",t.create("bpmndi:BPMNLabel")):!m&&w&&g.set("label",void 0))}}J(pn,W),pn.$inject=["eventBus","bpmnFactory","connectionDocking"],pn.prototype.updateAttachment=function(e){var t=e.shape,n=t.businessObject,i=t.host;n.attachedToRef=i&&i.businessObject},pn.prototype.updateParent=function(e,t){if(!_e(e)&&!(y(e,"bpmn:DataStoreReference")&&e.parent&&y(e.parent,"bpmn:Collaboration"))){var n=e.parent,i=e.businessObject,r=Me(e),o=n&&n.businessObject,a=Me(n);y(e,"bpmn:FlowNode")&&this.updateFlowNodeRefs(i,o,t&&t.businessObject),y(e,"bpmn:DataOutputAssociation")&&(e.source?o=e.source.businessObject:o=null),y(e,"bpmn:DataInputAssociation")&&(e.target?o=e.target.businessObject:o=null),this.updateSemanticParent(i,o),y(e,"bpmn:DataObjectReference")&&i.dataObjectRef&&this.updateSemanticParent(i.dataObjectRef,o),this.updateDiParent(r,a)}},pn.prototype.updateBounds=function(e){var t=Me(e),n=nP(e);if(n){var i=jn(n,t.get("bounds"));D(n,{x:e.x+i.x,y:e.y+i.y})}var r=_e(e)?this._getLabel(t):t,o=r.bounds;o||(o=this._bpmnFactory.createDiBounds(),r.set("bounds",o)),D(o,{x:e.x,y:e.y,width:e.width,height:e.height})},pn.prototype.updateFlowNodeRefs=function(e,t,n){if(n!==t){var i,r;y(n,"bpmn:Lane")&&(i=n.get("flowNodeRef"),rt(i,e)),y(t,"bpmn:Lane")&&(r=t.get("flowNodeRef"),st(r,e))}},pn.prototype.updateDiConnection=function(e,t,n){var i=Me(e),r=Me(t),o=Me(n);i.sourceElement&&i.sourceElement.bpmnElement!==U(t)&&(i.sourceElement=t&&r),i.targetElement&&i.targetElement.bpmnElement!==U(n)&&(i.targetElement=n&&o)},pn.prototype.updateDiParent=function(e,t){if(t&&!y(t,"bpmndi:BPMNPlane")&&(t=t.$parent),e.$parent!==t){var n=(t||e.$parent).get("planeElement");t?(n.push(e),e.$parent=t):(rt(n,e),e.$parent=null)}};function tP(e){for(;e&&!y(e,"bpmn:Definitions");)e=e.$parent;return e}pn.prototype.getLaneSet=function(e){var t,n;return y(e,"bpmn:Lane")?(t=e.childLaneSet,t||(t=this._bpmnFactory.create("bpmn:LaneSet"),e.childLaneSet=t,t.$parent=e),t):(y(e,"bpmn:Participant")&&(e=e.processRef),n=e.get("laneSets"),t=n[0],t||(t=this._bpmnFactory.create("bpmn:LaneSet"),t.$parent=e,n.push(t)),t)},pn.prototype.updateSemanticParent=function(e,t,n){var i;if(e.$parent!==t&&!((y(e,"bpmn:DataInput")||y(e,"bpmn:DataOutput"))&&(y(t,"bpmn:Participant")&&"processRef"in t&&(t=t.processRef),"ioSpecification"in t&&t.ioSpecification===e.$parent))){if(y(e,"bpmn:Lane"))t&&(t=this.getLaneSet(t)),i="lanes";else if(y(e,"bpmn:FlowElement")){if(t){if(y(t,"bpmn:Participant"))t=t.processRef;else if(y(t,"bpmn:Lane"))do t=t.$parent.$parent;while(y(t,"bpmn:Lane"))}i="flowElements"}else if(y(e,"bpmn:Artifact")){for(;t&&!y(t,"bpmn:Process")&&!y(t,"bpmn:SubProcess")&&!y(t,"bpmn:Collaboration");)if(y(t,"bpmn:Participant")){t=t.processRef;break}else t=t.$parent;i="artifacts"}else if(y(e,"bpmn:MessageFlow"))i="messageFlows";else if(y(e,"bpmn:Participant")){i="participants";var r=e.processRef,o;r&&(o=tP(e.$parent||t),e.$parent&&(rt(o.get("rootElements"),r),r.$parent=null),t&&(st(o.get("rootElements"),r),r.$parent=o))}else y(e,"bpmn:DataOutputAssociation")?i="dataOutputAssociations":y(e,"bpmn:DataInputAssociation")&&(i="dataInputAssociations");if(!i)throw new Error(`no parent for <${e.id}> in <${t.id}>`);var a;if(e.$parent&&(a=e.$parent.get(i),rt(a,e)),t?(a=t.get(i),a.push(e),e.$parent=t):e.$parent=null,n){var s=n.get(i);rt(a,e),t&&(s||(s=[],t.set(i,s)),s.push(e))}}},pn.prototype.updateConnectionWaypoints=function(e){var t=Me(e);t.set("waypoint",this._bpmnFactory.createDiWaypoints(e.waypoints))},pn.prototype.updateConnection=function(e){var t=e.connection,n=U(t),i=t.source,r=U(i),o=t.target,a=U(t.target),s;if(y(n,"bpmn:DataAssociation"))y(n,"bpmn:DataInputAssociation")?(n.get("sourceRef")[0]=r,s=e.parent||e.newParent||a,this.updateSemanticParent(n,a,s)):y(n,"bpmn:DataOutputAssociation")&&(s=e.parent||e.newParent||r,this.updateSemanticParent(n,r,s),n.targetRef=a);else{var c=y(n,"bpmn:SequenceFlow");n.sourceRef!==r&&(c&&(rt(n.sourceRef&&n.sourceRef.get("outgoing"),n),r&&r.get("outgoing")&&r.get("outgoing").push(n)),n.sourceRef=r),n.targetRef!==a&&(c&&(rt(n.targetRef&&n.targetRef.get("incoming"),n),a&&a.get("incoming")&&a.get("incoming").push(n)),n.targetRef=a)}this.updateConnectionWaypoints(t),this.updateDiConnection(t,i,o)},pn.prototype._getLabel=function(e){return e.label||(e.label=this._bpmnFactory.createDiLabel()),e.label};function fn(e){return function(t){var n=t.context,i=n.shape||n.connection||n.element;y(i,"bpmn:BaseElement")&&e(t)}}function nP(e){if(y(e,"bpmn:Activity")){var t=Me(e);if(t){var n=t.get("label");if(n)return n.get("bounds")}}}function Yi(e,t){fi.call(this),this._bpmnFactory=e,this._moddle=t}J(Yi,fi),Yi.$inject=["bpmnFactory","moddle"],Yi.prototype._baseCreate=fi.prototype.create,Yi.prototype.create=function(e,t){if(e==="label"){var n=t.di||this._bpmnFactory.createDiLabel();return this._baseCreate(e,D({type:"label",di:n},_r,t))}return this.createElement(e,t)},Yi.prototype.createElement=function(e,t){t=D({},t||{});var n,i=t.businessObject,r=t.di;if(!i){if(!t.type)throw new Error("no shape type specified");i=this._bpmnFactory.create(t.type)}if(!rP(r)){var o=D({},r||{},{id:i.id+"_di"});e==="root"?r=this._bpmnFactory.createDiPlane(i,o):e==="connection"?r=this._bpmnFactory.createDiEdge(i,o):r=this._bpmnFactory.createDiShape(i,o)}y(i,"bpmn:Group")&&(t=D({isFrame:!0},t)),t=iP(i,t,["processRef","isInterrupting","associationDirection","isForCompensation"]),t.isExpanded&&(t=rp(r,t,"isExpanded")),xe(i,["bpmn:Lane","bpmn:Participant"])&&(t=rp(r,t,"isHorizontal")),y(i,"bpmn:SubProcess")&&(t.collapsed=!Re(i,r)),y(i,"bpmn:ExclusiveGateway")&&(rn(r,"isMarkerVisible")?r.isMarkerVisible===void 0&&(r.isMarkerVisible=!1):r.isMarkerVisible=!0),_t(t.triggeredByEvent)&&(i.triggeredByEvent=t.triggeredByEvent,delete t.triggeredByEvent),_t(t.cancelActivity)&&(i.cancelActivity=t.cancelActivity,delete t.cancelActivity);var a,s;return t.eventDefinitionType&&(a=i.get("eventDefinitions")||[],s=this._bpmnFactory.create(t.eventDefinitionType,t.eventDefinitionAttrs),t.eventDefinitionType==="bpmn:ConditionalEventDefinition"&&(s.condition=this._bpmnFactory.create("bpmn:FormalExpression")),a.push(s),s.$parent=i,i.eventDefinitions=a,delete t.eventDefinitionType),n=this.getDefaultSize(i,r),t=D({id:i.id},n,t,{businessObject:i,di:r}),this._baseCreate(e,t)},Yi.prototype.getDefaultSize=function(e,t){var n=U(e);if(t=t||Me(e),y(n,"bpmn:SubProcess"))return Re(n,t)?{width:350,height:200}:{width:100,height:80};if(y(n,"bpmn:Task"))return{width:100,height:80};if(y(n,"bpmn:Gateway"))return{width:50,height:50};if(y(n,"bpmn:Event"))return{width:36,height:36};if(y(n,"bpmn:Participant")){var i=t.isHorizontal===void 0||t.isHorizontal===!0;return Re(n,t)?i?{width:600,height:250}:{width:250,height:600}:i?{width:400,height:60}:{width:60,height:400}}return y(n,"bpmn:Lane")?{width:400,height:100}:y(n,"bpmn:DataObjectReference")?{width:36,height:50}:y(n,"bpmn:DataStoreReference")?{width:50,height:50}:y(n,"bpmn:TextAnnotation")?{width:100,height:40}:y(n,"bpmn:Group")?{width:300,height:300}:{width:100,height:80}},Yi.prototype.createParticipantShape=function(e){return Ct(e)||(e={isExpanded:e}),e=D({type:"bpmn:Participant"},e||{}),e.isExpanded!==!1&&(e.processRef=this._bpmnFactory.create("bpmn:Process")),this.createShape(e)};function iP(e,t,n){return T(n,function(i){t=rp(e,t,i)}),t}function rp(e,t,n){return t[n]===void 0?t:(e[n]=t[n],Gn(t,[n]))}function rP(e){return xe(e,["bpmndi:BPMNShape","bpmndi:BPMNEdge","bpmndi:BPMNDiagram","bpmndi:BPMNPlane"])}function Vs(e,t){this._modeling=e,this._canvas=t}Vs.$inject=["modeling","canvas"],Vs.prototype.preExecute=function(e){var t=this._modeling,n=e.elements,i=e.alignment;T(n,function(r){var o={x:0,y:0};_t(i.left)?o.x=i.left-r.x:_t(i.right)?o.x=i.right-r.width-r.x:_t(i.center)?o.x=i.center-Math.round(r.width/2)-r.x:_t(i.top)?o.y=i.top-r.y:_t(i.bottom)?o.y=i.bottom-r.height-r.y:_t(i.middle)&&(o.y=i.middle-Math.round(r.height/2)-r.y),t.moveElements([r],o,r.parent)})},Vs.prototype.postExecute=function(e){};function Gs(e){this._modeling=e}Gs.$inject=["modeling"],Gs.prototype.preExecute=function(e){var t=e.source;if(!t)throw new Error("source required");var n=e.target||t.parent,i=e.shape,r=e.hints||{};i=e.shape=this._modeling.createShape(i,e.position,n,{attach:r.attach}),e.shape=i},Gs.prototype.postExecute=function(e){var t=e.hints||{};oP(e.source,e.shape)||(t.connectionTarget===e.source?this._modeling.connect(e.shape,e.source,e.connection):this._modeling.connect(e.source,e.shape,e.connection))};function oP(e,t){return Ci(e.outgoing,function(n){return n.target===t})}function Ws(e,t){this._canvas=e,this._layouter=t}Ws.$inject=["canvas","layouter"],Ws.prototype.execute=function(e){var t=e.connection,n=e.source,i=e.target,r=e.parent,o=e.parentIndex,a=e.hints;if(!n||!i)throw new Error("source and target required");if(!r)throw new Error("parent required");return t.source=n,t.target=i,t.waypoints||(t.waypoints=this._layouter.layoutConnection(t,a)),this._canvas.addConnection(t,r,o),t},Ws.prototype.revert=function(e){var t=e.connection;return this._canvas.removeConnection(t),t.source=null,t.target=null,t};var Us=Math.round;function op(e){this._modeling=e}op.$inject=["modeling"],op.prototype.preExecute=function(e){var t=e.elements,n=e.parent,i=e.parentIndex,r=e.position,o=e.hints,a=this._modeling;T(t,function(p){de(p.x)||(p.x=0),de(p.y)||(p.y=0)});var s=Ee(t,function(p){return!p.hidden}),c=lt(s);T(t,function(p){Fe(p)&&(p.waypoints=Ht(p.waypoints,function(f){return{x:Us(f.x-c.x-c.width/2+r.x),y:Us(f.y-c.y-c.height/2+r.y)}})),D(p,{x:Us(p.x-c.x-c.width/2+r.x),y:Us(p.y-c.y-c.height/2+r.y)})});var u=new Set(Ya(t)),l={};T(t,function(p){if(Fe(p)){l[p.id]=de(i)?a.createConnection(l[p.source.id],l[p.target.id],i,p,p.parent||n,o):a.createConnection(l[p.source.id],l[p.target.id],p,p.parent||n,o);return}var f=D({},o);u.has(p)||(f.autoResize=!1),_e(p)&&(f=Gn(f,["attach"])),l[p.id]=de(i)?a.createShape(p,Bn(p,["x","y","width","height"]),p.parent||n,i,f):a.createShape(p,Bn(p,["x","y","width","height"]),p.parent||n,f)}),e.elements=Lr(l)};var Ug=Math.round;function Ki(e){this._canvas=e}Ki.$inject=["canvas"],Ki.prototype.execute=function(e){var t=e.shape,n=e.position,i=e.parent,r=e.parentIndex;if(!i)throw new Error("parent required");if(!n)throw new Error("position required");return n.width!==void 0?D(t,n):D(t,{x:n.x-Ug(t.width/2),y:n.y-Ug(t.height/2)}),this._canvas.addShape(t,i,r),t},Ki.prototype.revert=function(e){var t=e.shape;return this._canvas.removeShape(t),t};function Xo(e){Ki.call(this,e)}J(Xo,Ki),Xo.$inject=["canvas"];var aP=Ki.prototype.execute;Xo.prototype.execute=function(e){var t=e.shape;return cP(t),t.labelTarget=e.labelTarget,aP.call(this,e)};var sP=Ki.prototype.revert;Xo.prototype.revert=function(e){return e.shape.labelTarget=null,sP.call(this,e)};function cP(e){["width","height"].forEach(function(t){typeof e[t]>"u"&&(e[t]=0)})}function Zo(e,t){this._canvas=e,this._modeling=t}Zo.$inject=["canvas","modeling"],Zo.prototype.preExecute=function(e){var t=this._modeling,n=e.connection;qi(n.incoming,function(i){t.removeConnection(i,{nested:!0})}),qi(n.outgoing,function(i){t.removeConnection(i,{nested:!0})})},Zo.prototype.execute=function(e){var t=e.connection,n=t.parent;return e.parent=n,e.parentIndex=Ou(n.children,t),e.source=t.source,e.target=t.target,this._canvas.removeConnection(t),t.source=null,t.target=null,t},Zo.prototype.revert=function(e){var t=e.connection,n=e.parent,i=e.parentIndex;return t.source=e.source,t.target=e.target,st(n.children,t,i),this._canvas.addConnection(t,n),t};function ap(e,t){this._modeling=e,this._elementRegistry=t}ap.$inject=["modeling","elementRegistry"],ap.prototype.postExecute=function(e){var t=this._modeling,n=this._elementRegistry,i=e.elements;T(i,function(r){n.get(r.id)&&(r.waypoints?t.removeConnection(r):t.removeShape(r))})};function Qo(e,t){this._canvas=e,this._modeling=t}Qo.$inject=["canvas","modeling"],Qo.prototype.preExecute=function(e){var t=this._modeling,n=e.shape;qi(n.incoming,function(i){t.removeConnection(i,{nested:!0})}),qi(n.outgoing,function(i){t.removeConnection(i,{nested:!0})}),qi(n.children,function(i){Fe(i)?t.removeConnection(i,{nested:!0}):t.removeShape(i,{nested:!0})})},Qo.prototype.execute=function(e){var t=this._canvas,n=e.shape,i=n.parent;return e.oldParent=i,e.oldParentIndex=Ou(i.children,n),t.removeShape(n),n},Qo.prototype.revert=function(e){var t=this._canvas,n=e.shape,i=e.oldParent,r=e.oldParentIndex;return st(i.children,n,r),t.addShape(n,i),n};function qs(e){this._modeling=e}qs.$inject=["modeling"];var qg={x:"y",y:"x"};qs.prototype.preExecute=function(e){var t=this._modeling,n=e.groups,i=e.axis,r=e.dimension;function o(g,w){g.range.min=Math.min(w[i],g.range.min),g.range.max=Math.max(w[i]+w[r],g.range.max)}function a(g){return g[i]+g[r]/2}function s(g){return g.length-1}function c(g){return g.max-g.min}function u(g,w){var E={y:0};E[i]=g-a(w),E[i]&&(E[qg[i]]=0,t.moveElements([w],E,w.parent))}var l=n[0],p=s(n),f=n[p],d,h,m=0;T(n,function(g,w){var E,b,x;if(g.elements.length<2){w&&w!==n.length-1&&(o(g,g.elements[0]),m+=c(g.range));return}E=Vn(g.elements,i),b=E[0],w===p&&(b=E[s(E)]),x=a(b),g.range=null,T(E,function(S){if(u(x,S),g.range===null){g.range={min:S[i],max:S[i]+S[r]};return}o(g,S)}),w&&w!==n.length-1&&(m+=c(g.range))}),h=Math.abs(f.range.min-l.range.max),d=Math.round((h-m)/(n.length-1)),!(d<n.length-1)&&T(n,function(g,w){var E={},b;g===l||g===f||(b=n[w-1],g.range.max=0,T(g.elements,function(x,S){E[qg[i]]=0,E[i]=b.range.max-x[i]+d,g.range.min!==x[i]&&(E[i]+=x[i]-g.range.min),E[i]&&t.moveElements([x],E,x.parent),g.range.max=Math.max(x[i]+x[r],S?g.range.max:0)}))})},qs.prototype.postExecute=function(e){};function Ys(e,t){this._layouter=e,this._canvas=t}Ys.$inject=["layouter","canvas"],Ys.prototype.execute=function(e){var t=e.connection,n=t.waypoints;return D(e,{oldWaypoints:n}),t.waypoints=this._layouter.layoutConnection(t,e.hints),t},Ys.prototype.revert=function(e){var t=e.connection;return t.waypoints=e.oldWaypoints,t};function sp(){}sp.prototype.execute=function(e){var t=e.connection,n=e.delta,i=e.newParent||t.parent,r=e.newParentIndex,o=t.parent;return e.oldParent=o,e.oldParentIndex=rt(o.children,t),st(i.children,t,r),t.parent=i,T(t.waypoints,function(a){a.x+=n.x,a.y+=n.y,a.original&&(a.original.x+=n.x,a.original.y+=n.y)}),t},sp.prototype.revert=function(e){var t=e.connection,n=t.parent,i=e.oldParent,r=e.oldParentIndex,o=e.delta;return rt(n.children,t),st(i.children,t,r),t.parent=i,T(t.waypoints,function(a){a.x-=o.x,a.y-=o.y,a.original&&(a.original.x-=o.x,a.original.y-=o.y)}),t};function cp(){this.allShapes={},this.allConnections={},this.enclosedElements={},this.enclosedConnections={},this.topLevel={}}cp.prototype.add=function(e,t){return this.addAll([e],t)},cp.prototype.addAll=function(e,t){var n=$E(e,!!t,this);return D(this,n),this};function Jo(e){this._modeling=e}Jo.prototype.moveRecursive=function(e,t,n){return e?this.moveClosure(this.getClosure(e),t,n):[]},Jo.prototype.moveClosure=function(e,t,n,i,r){var o=this._modeling,a=e.allShapes,s=e.allConnections,c=e.enclosedConnections,u=e.topLevel,l=!1;r&&r.parent===n&&(l=!0),T(a,function(p){o.moveShape(p,t,u[p.id]&&!l&&n,{recurse:!1,layout:!1})}),T(s,function(p){var f=!!a[p.source.id],d=!!a[p.target.id];c[p.id]&&f&&d?o.moveConnection(p,t,u[p.id]&&!l&&n):o.layoutConnection(p,{connectionStart:f&&ml(p,p.source,t),connectionEnd:d&&gl(p,p.target,t)})})},Jo.prototype.getClosure=function(e){return new cp().addAll(e,!0)};function Ks(e){this._helper=new Jo(e)}Ks.$inject=["modeling"],Ks.prototype.preExecute=function(e){e.closure=this._helper.getClosure(e.shapes)},Ks.prototype.postExecute=function(e){var t=e.hints,n;t&&t.primaryShape&&(n=t.primaryShape,t.oldParent=n.parent),this._helper.moveClosure(e.closure,e.delta,e.newParent,e.newHost,n)};function Rr(e){this._modeling=e,this._helper=new Jo(e)}Rr.$inject=["modeling"],Rr.prototype.execute=function(e){var t=e.shape,n=e.delta,i=e.newParent||t.parent,r=e.newParentIndex,o=t.parent;return e.oldBounds=Bn(t,["x","y","width","height"]),e.oldParent=o,e.oldParentIndex=rt(o.children,t),st(i.children,t,r),D(t,{parent:i,x:t.x+n.x,y:t.y+n.y}),t},Rr.prototype.postExecute=function(e){var t=e.shape,n=e.delta,i=e.hints,r=this._modeling;i.layout!==!1&&(T(t.incoming,function(o){r.layoutConnection(o,{connectionEnd:gl(o,t,n)})}),T(t.outgoing,function(o){r.layoutConnection(o,{connectionStart:ml(o,t,n)})})),i.recurse!==!1&&this.moveChildren(e)},Rr.prototype.revert=function(e){var t=e.shape,n=e.oldParent,i=e.oldParentIndex,r=e.delta;return st(n.children,t,i),D(t,{parent:n,x:t.x-r.x,y:t.y-r.y}),t},Rr.prototype.moveChildren=function(e){var t=e.delta,n=e.shape;this._helper.moveRecursive(n.children,t,null)},Rr.prototype.getNewParent=function(e){return e.newParent||e.shape.parent};function ea(e){this._modeling=e}ea.$inject=["modeling"],ea.prototype.execute=function(e){var t=e.newSource,n=e.newTarget,i=e.connection,r=e.dockingOrPoints;if(!t&&!n)throw new Error("newSource or newTarget required");return le(r)&&(e.oldWaypoints=i.waypoints,i.waypoints=r),t&&(e.oldSource=i.source,i.source=t),n&&(e.oldTarget=i.target,i.target=n),i},ea.prototype.postExecute=function(e){var t=e.connection,n=e.newSource,i=e.newTarget,r=e.dockingOrPoints,o=e.hints||{},a={};o.connectionStart&&(a.connectionStart=o.connectionStart),o.connectionEnd&&(a.connectionEnd=o.connectionEnd),o.layoutConnection!==!1&&(n&&(!i||o.docking==="source")&&(a.connectionStart=a.connectionStart||Yg(le(r)?r[0]:r)),i&&(!n||o.docking==="target")&&(a.connectionEnd=a.connectionEnd||Yg(le(r)?r[r.length-1]:r)),o.newWaypoints&&(a.waypoints=o.newWaypoints),this._modeling.layoutConnection(t,a))},ea.prototype.revert=function(e){var t=e.oldSource,n=e.oldTarget,i=e.oldWaypoints,r=e.connection;return t&&(r.source=t),n&&(r.target=n),i&&(r.waypoints=i),r};function Yg(e){return e.original||e}function yi(e,t){this._modeling=e,this._rules=t}yi.$inject=["modeling","rules"],yi.prototype.preExecute=function(e){var t=this,n=this._modeling,i=this._rules,r=e.oldShape,o=e.newData,a=e.hints||{},s;function c(h,m,g){return i.allowed("connection.reconnect",{connection:g,source:h,target:m})}var u={x:o.x,y:o.y},l={x:r.x,y:r.y,width:r.width,height:r.height};s=e.newShape=e.newShape||t.createShape(o,u,r.parent,a),r.host&&n.updateAttachment(s,r.host);var p;a.moveChildren!==!1&&(p=r.children.slice(),n.moveElements(p,{x:0,y:0},s,a));var f=r.incoming.slice(),d=r.outgoing.slice();T(f,function(h){var m=h.source,g=c(m,s,h);g&&t.reconnectEnd(h,s,Es(h,s,l),a)}),T(d,function(h){var m=h.target,g=c(s,m,h);g&&t.reconnectStart(h,s,xs(h,s,l),a)})},yi.prototype.postExecute=function(e){var t=e.oldShape;this._modeling.removeShape(t)},yi.prototype.execute=function(e){},yi.prototype.revert=function(e){},yi.prototype.createShape=function(e,t,n,i){return this._modeling.createShape(e,t,n,i)},yi.prototype.reconnectStart=function(e,t,n,i){this._modeling.reconnectStart(e,t,n,i)},yi.prototype.reconnectEnd=function(e,t,n,i){this._modeling.reconnectEnd(e,t,n,i)};function ta(e){this._modeling=e}ta.$inject=["modeling"],ta.prototype.execute=function(e){var t=e.shape,n=e.newBounds,i=e.minBounds;if(n.x===void 0||n.y===void 0||n.width===void 0||n.height===void 0)throw new Error("newBounds must have {x, y, width, height} properties");if(i&&(n.width<i.width||n.height<i.height))throw new Error("width and height cannot be less than minimum height and width");if(!i&&n.width<10||n.height<10)throw new Error("width and height cannot be less than 10px");return e.oldBounds={width:t.width,height:t.height,x:t.x,y:t.y},D(t,{width:n.width,height:n.height,x:n.x,y:n.y}),t},ta.prototype.postExecute=function(e){var t=this._modeling,n=e.shape,i=e.oldBounds,r=e.hints||{};r.layout!==!1&&(T(n.incoming,function(o){t.layoutConnection(o,{connectionEnd:Es(o,n,i)})}),T(n.outgoing,function(o){t.layoutConnection(o,{connectionStart:xs(o,n,i)})}))},ta.prototype.revert=function(e){var t=e.shape,n=e.oldBounds;return D(t,{width:n.width,height:n.height,x:n.x,y:n.y}),t};function Xi(e){this._modeling=e}Xi.$inject=["modeling"],Xi.prototype.preExecute=function(e){var t=e.delta,n=e.direction,i=e.movingShapes,r=e.resizingShapes,o=e.start,a={};this.moveShapes(i,t),T(r,function(s){a[s.id]=lP(s)}),this.resizeShapes(r,t,n),this.updateConnectionWaypoints(BC(i,r),t,n,o,i,r,a)},Xi.prototype.execute=function(){},Xi.prototype.revert=function(){},Xi.prototype.moveShapes=function(e,t){var n=this;T(e,function(i){n._modeling.moveShape(i,t,null,{autoResize:!1,layout:!1,recurse:!1})})},Xi.prototype.resizeShapes=function(e,t,n){var i=this;T(e,function(r){var o=$C(r,n,t);i._modeling.resizeShape(r,o,null,{attachSupport:!1,autoResize:!1,layout:!1})})},Xi.prototype.updateConnectionWaypoints=function(e,t,n,i,r,o,a){var s=this,c=new Set(r),u=new Set(o);T(e,function(l){var p=l.source,f=l.target,d=uP(l),h=Xg(n),m={},g=c.has(p)||u.has(p),w=c.has(f)||u.has(f);g&&w?(d=Ht(d,function(E){return Zg(E,i,n)&&(E[h]=E[h]+t[h]),E.original&&Zg(E.original,i,n)&&(E.original[h]=E.original[h]+t[h]),E}),s._modeling.updateWaypoints(l,d,{labelBehavior:!1})):(g||w)&&(c.has(p)?m.connectionStart=ml(l,p,t):c.has(f)?m.connectionEnd=gl(l,f,t):u.has(p)?m.connectionStart=xs(l,p,a[p.id]):u.has(f)&&(m.connectionEnd=Es(l,f,a[f.id])),s._modeling.layoutConnection(l,m))})};function Kg(e){return D({},e)}function uP(e){return Ht(e.waypoints,function(t){return t=Kg(t),t.original&&(t.original=Kg(t.original)),t})}function Xg(e){switch(e){case"n":return"y";case"w":return"x";case"s":return"y";case"e":return"x"}}function Zg(e,t,n){var i=Xg(n);if(/e|s/.test(n))return e[i]>t;if(/n|w/.test(n))return e[i]<t}function lP(e){return{x:e.x,y:e.y,height:e.height,width:e.width}}function Xs(e){this._modeling=e}Xs.$inject=["modeling"],Xs.prototype.execute=function(e){var t=e.shape,n=t.children;e.oldChildrenVisibility=Qg(n),t.collapsed=!t.collapsed;var i=Jg(n,t.collapsed);return[t].concat(i)},Xs.prototype.revert=function(e){var t=e.shape,n=e.oldChildrenVisibility,i=t.children,r=ev(i,n);return t.collapsed=!t.collapsed,[t].concat(r)};function Qg(e){var t={};return T(e,function(n){t[n.id]=n.hidden,n.children&&(t=D({},t,Qg(n.children)))}),t}function Jg(e,t){var n=[];return T(e,function(i){i.hidden=t,n=n.concat(i),i.children&&(n=n.concat(Jg(i.children,i.collapsed||t)))}),n}function ev(e,t){var n=[];return T(e,function(i){i.hidden=t[i.id],n=n.concat(i),i.children&&(n=n.concat(ev(i.children,t)))}),n}function Zs(e){this._modeling=e}Zs.$inject=["modeling"],Zs.prototype.execute=function(e){var t=e.shape,n=e.newHost,i=t.host;return e.oldHost=i,e.attacherIdx=tv(i,t),nv(n,t),t.host=n,t},Zs.prototype.revert=function(e){var t=e.shape,n=e.newHost,i=e.oldHost,r=e.attacherIdx;return t.host=i,tv(n,t),nv(i,t,r),t};function tv(e,t){return rt(e&&e.attachers,t)}function nv(e,t,n){if(e){var i=e.attachers;i||(e.attachers=i=[]),st(i,t,n)}}function up(){}up.prototype.execute=function(e){var t=e.connection,n=e.newWaypoints;return e.oldWaypoints=t.waypoints,t.waypoints=n,t},up.prototype.revert=function(e){var t=e.connection,n=e.oldWaypoints;return t.waypoints=n,t};function He(e,t,n){this._eventBus=e,this._elementFactory=t,this._commandStack=n;var i=this;e.on("diagram.init",function(){i.registerHandlers(n)})}He.$inject=["eventBus","elementFactory","commandStack"],He.prototype.getHandlers=function(){return{"shape.append":Gs,"shape.create":Ki,"shape.delete":Qo,"shape.move":Rr,"shape.resize":ta,"shape.replace":yi,"shape.toggleCollapse":Xs,spaceTool:Xi,"label.create":Xo,"connection.create":Ws,"connection.delete":Zo,"connection.move":sp,"connection.layout":Ys,"connection.updateWaypoints":up,"connection.reconnect":ea,"elements.create":op,"elements.move":Ks,"elements.delete":ap,"elements.distribute":qs,"elements.align":Vs,"element.updateAttachment":Zs}},He.prototype.registerHandlers=function(e){T(this.getHandlers(),function(t,n){e.registerHandler(n,t)})},He.prototype.moveShape=function(e,t,n,i,r){typeof i=="object"&&(r=i,i=null);var o={shape:e,delta:t,newParent:n,newParentIndex:i,hints:r||{}};this._commandStack.execute("shape.move",o)},He.prototype.updateAttachment=function(e,t){var n={shape:e,newHost:t};this._commandStack.execute("element.updateAttachment",n)},He.prototype.moveElements=function(e,t,n,i){i=i||{};var r=i.attach,o=n,a;r===!0?(a=n,o=n.parent):r===!1&&(a=null);var s={shapes:e,delta:t,newParent:o,newHost:a,hints:i};this._commandStack.execute("elements.move",s)},He.prototype.moveConnection=function(e,t,n,i,r){typeof i=="object"&&(r=i,i=void 0);var o={connection:e,delta:t,newParent:n,newParentIndex:i,hints:r||{}};this._commandStack.execute("connection.move",o)},He.prototype.layoutConnection=function(e,t){var n={connection:e,hints:t||{}};this._commandStack.execute("connection.layout",n)},He.prototype.createConnection=function(e,t,n,i,r,o){typeof n=="object"&&(o=r,r=i,i=n,n=void 0),i=this._create("connection",i);var a={source:e,target:t,parent:r,parentIndex:n,connection:i,hints:o};return this._commandStack.execute("connection.create",a),a.connection},He.prototype.createShape=function(e,t,n,i,r){typeof i!="number"&&(r=i,i=void 0),r=r||{};var o=r.attach,a,s;e=this._create("shape",e),o?(a=n.parent,s=n):a=n;var c={position:t,shape:e,parent:a,parentIndex:i,host:s,hints:r};return this._commandStack.execute("shape.create",c),c.shape},He.prototype.createElements=function(e,t,n,i,r){le(e)||(e=[e]),typeof i!="number"&&(r=i,i=void 0),r=r||{};var o={position:t,elements:e,parent:n,parentIndex:i,hints:r};return this._commandStack.execute("elements.create",o),o.elements},He.prototype.createLabel=function(e,t,n,i){n=this._create("label",n);var r={labelTarget:e,position:t,parent:i||e.parent,shape:n};return this._commandStack.execute("label.create",r),r.shape},He.prototype.appendShape=function(e,t,n,i,r){r=r||{},t=this._create("shape",t);var o={source:e,position:n,target:i,shape:t,connection:r.connection,connectionParent:r.connectionParent,hints:r};return this._commandStack.execute("shape.append",o),o.shape},He.prototype.removeElements=function(e){var t={elements:e};this._commandStack.execute("elements.delete",t)},He.prototype.distributeElements=function(e,t,n){var i={groups:e,axis:t,dimension:n};this._commandStack.execute("elements.distribute",i)},He.prototype.removeShape=function(e,t){var n={shape:e,hints:t||{}};this._commandStack.execute("shape.delete",n)},He.prototype.removeConnection=function(e,t){var n={connection:e,hints:t||{}};this._commandStack.execute("connection.delete",n)},He.prototype.replaceShape=function(e,t,n){var i={oldShape:e,newData:t,hints:n||{}};return this._commandStack.execute("shape.replace",i),i.newShape},He.prototype.alignElements=function(e,t){var n={elements:e,alignment:t};this._commandStack.execute("elements.align",n)},He.prototype.resizeShape=function(e,t,n,i){var r={shape:e,newBounds:t,minBounds:n,hints:i};this._commandStack.execute("shape.resize",r)},He.prototype.createSpace=function(e,t,n,i,r){var o={delta:n,direction:i,movingShapes:e,resizingShapes:t,start:r};this._commandStack.execute("spaceTool",o)},He.prototype.updateWaypoints=function(e,t,n){var i={connection:e,newWaypoints:t,hints:n||{}};this._commandStack.execute("connection.updateWaypoints",i)},He.prototype.reconnect=function(e,t,n,i,r){var o={connection:e,newSource:t,newTarget:n,dockingOrPoints:i,hints:r||{}};this._commandStack.execute("connection.reconnect",o)},He.prototype.reconnectStart=function(e,t,n,i){i||(i={}),this.reconnect(e,t,e.target,n,D(i,{docking:"source"}))},He.prototype.reconnectEnd=function(e,t,n,i){i||(i={}),this.reconnect(e,e.source,t,n,D(i,{docking:"target"}))},He.prototype.connect=function(e,t,n,i){return this.createConnection(e,t,n||{},e.parent,i)},He.prototype._create=function(e,t){return ww(t)?t:this._elementFactory.create(e,t)},He.prototype.toggleCollapse=function(e,t){var n={shape:e,hints:t||{}};this._commandStack.execute("shape.toggleCollapse",n)};function na(e){this._elementRegistry=e}na.$inject=["elementRegistry"],na.prototype.execute=function(e){var t=e.element,n=e.moddleElement,i=e.properties;if(!n)throw new Error("<moddleElement> required");var r=e.changed||this._getVisualReferences(n).concat(t),o=e.oldProperties||pP(n,Aa(i));return iv(n,i),e.oldProperties=o,e.changed=r,r},na.prototype.revert=function(e){var t=e.oldProperties,n=e.moddleElement,i=e.changed;return iv(n,t),i},na.prototype._getVisualReferences=function(e){var t=this._elementRegistry;return y(e,"bpmn:DataObject")?fP(e,t):[]};function pP(e,t){return on(t,function(n,i){return n[i]=e.get(i),n},{})}function iv(e,t){T(t,function(n,i){e.set(i,n)})}function fP(e,t){return t.filter(function(n){return y(n,"bpmn:DataObjectReference")&&U(n).dataObjectRef===e})}var ia="default",_i="id",rv="di",dP={width:0,height:0};function ra(e,t,n,i){this._elementRegistry=e,this._moddle=t,this._modeling=n,this._textRenderer=i}ra.$inject=["elementRegistry","moddle","modeling","textRenderer"],ra.prototype.execute=function(e){var t=e.element,n=[t];if(!t)throw new Error("element required");var i=this._elementRegistry,r=this._moddle.ids,o=t.businessObject,a=yP(e.properties),s=e.oldProperties||hP(t,a);return ov(a,o)&&(r.unclaim(o[_i]),i.updateId(t,a[_i]),r.claim(a[_i],o)),ia in a&&(a[ia]&&n.push(i.get(a[ia].id)),o[ia]&&n.push(i.get(o[ia].id))),av(t,a),e.oldProperties=s,e.changed=n,n},ra.prototype.postExecute=function(e){var t=e.element,n=t.label,i=n&&U(n).name;if(i){var r=this._textRenderer.getExternalLabelBounds(n,i);this._modeling.resizeShape(n,r,dP)}},ra.prototype.revert=function(e){var t=e.element,n=e.properties,i=e.oldProperties,r=t.businessObject,o=this._elementRegistry,a=this._moddle.ids;return av(t,i),ov(n,r)&&(a.unclaim(n[_i]),o.updateId(t,i[_i]),a.claim(i[_i],r)),e.changed};function ov(e,t){return _i in e&&e[_i]!==t[_i]}function hP(e,t){var n=Aa(t),i=e.businessObject,r=Me(e);return on(n,function(o,a){return a!==rv?o[a]=i.get(a):o[a]=mP(r,Aa(t.di)),o},{})}function mP(e,t){return on(t,function(n,i){return n[i]=e&&e.get(i),n},{})}function av(e,t){var n=e.businessObject,i=Me(e);T(t,function(r,o){o!==rv?n.set(o,r):i&&gP(i,r)})}function gP(e,t){T(t,function(n,i){e.set(i,n)})}var vP=["default"];function yP(e){var t=D({},e);return vP.forEach(function(n){n in e&&(t[n]=U(t[n]))}),t}function Qs(e,t){this._canvas=e,this._modeling=t}Qs.$inject=["canvas","modeling"],Qs.prototype.execute=function(e){var t=this._canvas,n=e.newRoot,i=n.businessObject,r=t.getRootElement(),o=r.businessObject,a=o.$parent,s=Me(r);return t.setRootElement(n),t.removeRootElement(r),st(a.rootElements,i),i.$parent=a,rt(a.rootElements,o),o.$parent=null,r.di=null,s.bpmnElement=i,n.di=s,e.oldRoot=r,[]},Qs.prototype.revert=function(e){var t=this._canvas,n=e.newRoot,i=n.businessObject,r=e.oldRoot,o=r.businessObject,a=i.$parent,s=Me(n);return t.setRootElement(r),t.removeRootElement(n),rt(a.rootElements,i),i.$parent=null,st(a.rootElements,o),o.$parent=a,n.di=null,s.bpmnElement=o,r.di=s,[]};function lp(e,t){this._modeling=e,this._spaceTool=t}lp.$inject=["modeling","spaceTool"],lp.prototype.preExecute=function(e){var t=this._spaceTool,n=this._modeling,i=e.shape,r=e.location,o=Cn(i),a=o===i,s=a?i:i.parent,c=zi(s),u=Tt(i);if(u?r==="left"?r="top":r==="right"&&(r="bottom"):r==="top"?r="left":r==="bottom"&&(r="right"),!c.length){var l=u?{x:i.x+Rn,y:i.y,width:i.width-Rn,height:i.height}:{x:i.x,y:i.y+Rn,width:i.width,height:i.height-Rn};n.createShape({type:"bpmn:Lane",isHorizontal:u},l,s)}var p=[];vr(o,function(x){return p.push(x),x.label&&p.push(x.label),x===i?[]:Ee(x.children,function(S){return S!==i})});var f,d,h,m,g;r==="top"?(f=-120,d=i.y,h=d+10,m="n",g="y"):r==="left"?(f=-120,d=i.x,h=d+10,m="w",g="x"):r==="bottom"?(f=120,d=i.y+i.height,h=d-10,m="s",g="y"):r==="right"&&(f=120,d=i.x+i.width,h=d-10,m="e",g="x");var w=t.calculateAdjustments(p,g,f,h),E=u?{x:0,y:f}:{x:f,y:0};t.makeSpace(w.movingShapes,w.resizingShapes,E,m,h);var b=u?{x:i.x+(a?Rn:0),y:d-(r==="top"?120:0),width:i.width-(a?Rn:0),height:120}:{x:d-(r==="left"?120:0),y:i.y+(a?Rn:0),width:120,height:i.height-(a?Rn:0)};e.newLane=n.createShape({type:"bpmn:Lane",isHorizontal:u},b,s)};function pp(e){this._modeling=e}pp.$inject=["modeling"],pp.prototype.preExecute=function(e){var t=this._modeling,n=e.shape,i=e.count,r=zi(n),o=r.length;if(o>i)throw new Error(`more than <${i}> child lanes`);var a=Tt(n),s=a?n.height:n.width,c=Math.round(s/i),u,l,p,f;for(f=0;f<i;f++)f===i-1?u=s-c*f:u=c,l=a?{x:n.x+Rn,y:n.y+f*c,width:n.width-Rn,height:u}:{x:n.x+f*c,y:n.y+Rn,width:u,height:n.height-Rn},f<o?t.resizeShape(r[f],l):(p={type:"bpmn:Lane",isHorizontal:a},t.createShape(p,l,n))};function oa(e,t){this._modeling=e,this._spaceTool=t}oa.$inject=["modeling","spaceTool"],oa.prototype.preExecute=function(e){var t=e.shape,n=e.newBounds,i=e.balanced;i!==!1?this.resizeBalanced(t,n):this.resizeSpace(t,n)},oa.prototype.resizeBalanced=function(e,t){var n=this._modeling,i=fS(e,t);n.resizeShape(e,t),i.forEach(function(r){n.resizeShape(r.shape,r.newBounds)})},oa.prototype.resizeSpace=function(e,t){var n=this._spaceTool,i=ue(e),r=ue(t),o=$h(r,i),a=Cn(e),s=[],c=[];vr(a,function(h){return s.push(h),(y(h,"bpmn:Lane")||y(h,"bpmn:Participant"))&&c.push(h),h.children});var u,l,p,f,d;(o.bottom||o.top)&&(u=o.bottom||o.top,l=e.y+(o.bottom?e.height:0)+(o.bottom?-10:10),p=o.bottom?"s":"n",f=o.top>0||o.bottom<0?-u:u,d=n.calculateAdjustments(s,"y",f,l),n.makeSpace(d.movingShapes,d.resizingShapes,{x:0,y:u},p)),(o.left||o.right)&&(u=o.right||o.left,l=e.x+(o.right?e.width:0)+(o.right?-10:100),p=o.right?"e":"w",f=o.left>0||o.right<0?-u:u,d=n.calculateAdjustments(c,"x",f,l),n.makeSpace(d.movingShapes,d.resizingShapes,{x:u,y:0},p))};var aa="flowNodeRef",fp="lanes";function Js(){}Js.prototype._computeUpdates=function(e,t){var n=[],i=[],r={},o=[];function a(l,p){var f=ue(p),d={x:l.x+l.width/2,y:l.y+l.height/2};return d.x>f.left&&d.x<f.right&&d.y>f.top&&d.y<f.bottom}function s(l){n.indexOf(l)===-1&&(o.push(l),n.push(l))}function c(l){var p=Cn(l);return r[p.id]||(r[p.id]=gs(p)),r[p.id]}function u(l){if(!l.parent)return[];var p=c(l);return p.filter(function(f){return a(l,f)}).map(function(f){return f.businessObject})}return t.forEach(function(l){var p=Cn(l);if(!(!p||n.indexOf(p)!==-1)){var f=p.children.filter(function(d){return y(d,"bpmn:FlowNode")});f.forEach(s),n.push(p)}}),e.forEach(s),o.forEach(function(l){var p=l.businessObject,f=p.get(fp),d=f.slice(),h=u(l);i.push({flowNode:p,remove:d,add:h})}),t.forEach(function(l){var p=l.businessObject;l.parent||p.get(aa).forEach(function(f){i.push({flowNode:f,remove:[p],add:[]})})}),i},Js.prototype.execute=function(e){var t=e.updates;return t||(t=e.updates=this._computeUpdates(e.flowNodeShapes,e.laneShapes)),t.forEach(function(n){var i=n.flowNode,r=i.get(fp);n.remove.forEach(function(o){rt(r,o),rt(o.get(aa),i)}),n.add.forEach(function(o){st(r,o),st(o.get(aa),i)})}),[]},Js.prototype.revert=function(e){var t=e.updates;return t.forEach(function(n){var i=n.flowNode,r=i.get(fp);n.add.forEach(function(o){rt(r,o),rt(o.get(aa),i)}),n.remove.forEach(function(o){st(r,o),st(o.get(aa),i)})}),[]};var dp="categoryValueRef";function sa(e,t){this._bpmnFactory=e,this._elementRegistry=t}sa.$inject=["bpmnFactory","elementRegistry"],sa.prototype._computeUpdates=function(e,t){var n=this._elementRegistry,i=this._bpmnFactory,r=new Map,o=[],a=new Map;function s(E,b,x){if(b){var S=a.get(E);S||(S={},a.set(E,S)),!(x&&S.present)&&(!x&&S.past||(x?S.present={categoryValue:b,root:hp(E)}:S.past={categoryValue:b}))}}function c(E){r.set(E,U(E))}function u(){n.filter(function(E){return y(E,"bpmn:FlowElement")&&!_e(E)&&E.parent}).forEach(c)}function l(E){var b=U(E),x=b.get("categoryValueRef");return x||(x=Oh(i,b),o.push(_P(E,x))),x}function p(E){return E.reduce(function(b,x){var S=hp(x),A=b.get(S);return A||(A=[],b.set(S,A)),A.push(x),b},new Map)}e=Array.from(e||[]);var f=p(e);t.length&&u(),e.forEach(c),n.filter(function(E){return y(E,"bpmn:Group")&&!_e(E)&&E.parent}).forEach(function(E){var b=U(E).get("categoryValueRef");if(!b){var x=hp(E),S=f.get(x)||[],A=zr(S,E),I=Object.keys(A).length>0;I&&(b=l(E))}s(E,b,!0)}),t.forEach(function(E){s(E.groupShape,E.categoryValue,!1)}),o.length&&u();var d=Array.from(r.keys()),h=Array.from(a.values()).reduce(function(E,b){return b.present&&E.add(b.present.categoryValue),b.past&&E.add(b.past.categoryValue),E},new Set),m=new Map,g=p(d);a.forEach(function(E,b){var x=E.present;if(x){var S=g.get(x.root)||[],A=zr(S,b);S.forEach(function(I){if(A[I.id]){var P=m.get(I);P||(P=new Set,m.set(I,P)),P.add(x.categoryValue)}})}});var w=d.reduce(function(E,b){var x=r.get(b),S=x.get(dp),A=new Set(S),I=m.get(b)||new Set,P=Array.from(I).filter(function(j){return!A.has(j)}),$=S.filter(function(j){return h.has(j)&&!I.has(j)});return(P.length||$.length)&&E.push({businessObject:x,categoryValuesToAdd:P,categoryValuesToRemove:$}),E},[]);return{flowElements:w,groups:o}},sa.prototype.execute=function(e){var t=e.updates;return t||(t=e.updates=this._computeUpdates(e.affectedFlowElements,e.affectedGroupEntries)),bP(t.groups),EP(t.flowElements),[]},sa.prototype.revert=function(e){var t=e.updates;return wP(t.flowElements),xP(t.groups),[]};function _P(e,t){return{groupShape:e,categoryValue:t,category:t.$parent}}function bP(e){e.forEach(function(t){U(t.groupShape).categoryValueRef=t.categoryValue,t.categoryValue.$parent=t.category})}function xP(e){e.forEach(function(t){U(t.groupShape).categoryValueRef=null})}function EP(e){e.forEach(function(t){var n=t.businessObject,i=n.get(dp);t.categoryValuesToRemove.forEach(function(r){rt(i,r)}),t.categoryValuesToAdd.forEach(function(r){st(i,r,!0)})})}function wP(e){e.forEach(function(t){var n=t.businessObject,i=n.get(dp);t.categoryValuesToAdd.forEach(function(r){rt(i,r)}),t.categoryValuesToRemove.forEach(function(r){st(i,r,!0)})})}function hp(e){for(;e.parent;)e=e.parent;return e}function ec(e){this._moddle=e}ec.$inject=["moddle"],ec.prototype.execute=function(e){var t=this._moddle.ids,n=e.id,i=e.element,r=e.claiming;return r?t.claim(n,i):t.unclaim(n),[]},ec.prototype.revert=function(e){var t=this._moddle.ids,n=e.id,i=e.element,r=e.claiming;return r?t.unclaim(n):t.claim(n,i),[]};var SP={fill:void 0,stroke:void 0};function mp(e){this._commandStack=e,this._normalizeColor=function(t){if(t){if(nn(t)){var n=RP(t);if(n)return n}throw new Error(`invalid color value: ${t}`)}}}mp.$inject=["commandStack"],mp.prototype.postExecute=function(e){var t=e.elements,n=e.colors||SP,i=this,r={};"fill"in n&&D(r,{"background-color":this._normalizeColor(n.fill)}),"stroke"in n&&D(r,{"border-color":this._normalizeColor(n.stroke)}),T(t,function(o){var a=Fe(o)?Bn(r,["border-color"]):r,s=Me(o);if(CP(a),_e(o)){if(!s||!y(s.label,"bpmndi:BPMNLabel"))return;i._commandStack.execute("element.updateModdleProperties",{element:o,moddleElement:s.label,properties:{color:r["border-color"]}})}else{if(!xe(s,["bpmndi:BPMNEdge","bpmndi:BPMNShape"]))return;i._commandStack.execute("element.updateProperties",{element:o,properties:{di:a}})}})};function RP(e){var t=document.createElement("canvas").getContext("2d");return t.fillStyle="transparent",t.fillStyle=e,/^#[0-9a-fA-F]{6}$/.test(t.fillStyle)?t.fillStyle:null}function CP(e){"border-color"in e&&(e.stroke=e["border-color"]),"background-color"in e&&(e.fill=e["background-color"])}var PP={width:0,height:0};function sv(e,t,n){function i(c,u){var l=c.label||c,p=c.labelTarget||c;return t1(l,u),[l,p]}function r(c){var u=c.element,l=u.businessObject,p=c.newLabel;if(!_e(u)&&Fi(u)&&!is(u)&&!cv(p)){var f=7,d=ju(u);d={x:d.x,y:d.y+f},e.createLabel(u,d,{id:l.id+"_label",businessObject:l,di:u.di})}}function o(c){return c.oldLabel=_n(c.element),i(c.element,c.newLabel)}function a(c){return i(c.element,c.oldLabel)}function s(c){var u=c.element,l=u.label||u,p=c.newLabel,f=c.newBounds,d=c.hints||{};if(!(!_e(l)&&!y(l,"bpmn:TextAnnotation"))){if(_e(l)&&cv(p)){d.removeShape!==!1&&e.removeShape(l,{unsetLabel:!1});return}var h=_n(u);typeof f>"u"&&(f=t.getExternalLabelBounds(l,h)),f&&e.resizeShape(l,f,PP)}}this.preExecute=r,this.execute=o,this.revert=a,this.postExecute=s}sv.$inject=["modeling","textRenderer","bpmnFactory"];function cv(e){return!e||!e.trim()}function $t(e,t,n,i){He.call(this,e,t,n),this._bpmnRules=i}J($t,He),$t.$inject=["eventBus","elementFactory","commandStack","bpmnRules"],$t.prototype.getHandlers=function(){var e=He.prototype.getHandlers.call(this);return e["element.updateModdleProperties"]=na,e["element.updateProperties"]=ra,e["canvas.updateRoot"]=Qs,e["lane.add"]=lp,e["lane.resize"]=oa,e["lane.split"]=pp,e["lane.updateRefs"]=Js,e["group.updateRefs"]=sa,e["id.updateClaim"]=ec,e["element.setColor"]=mp,e["element.updateLabel"]=sv,e},$t.prototype.updateLabel=function(e,t,n,i){this._commandStack.execute("element.updateLabel",{element:e,newLabel:t,newBounds:n,hints:i||{}})},$t.prototype.connect=function(e,t,n,i){var r=this._bpmnRules;if(n||(n=r.canConnect(e,t)),!!n)return this.createConnection(e,t,n,e.parent,i)},$t.prototype.updateModdleProperties=function(e,t,n){this._commandStack.execute("element.updateModdleProperties",{element:e,moddleElement:t,properties:n})},$t.prototype.updateProperties=function(e,t){this._commandStack.execute("element.updateProperties",{element:e,properties:t})},$t.prototype.resizeLane=function(e,t,n){this._commandStack.execute("lane.resize",{shape:e,newBounds:t,balanced:n})},$t.prototype.addLane=function(e,t){var n={shape:e,location:t};return this._commandStack.execute("lane.add",n),n.newLane},$t.prototype.splitLane=function(e,t){this._commandStack.execute("lane.split",{shape:e,count:t})},$t.prototype.makeCollaboration=function(){var e=this._create("root",{type:"bpmn:Collaboration"}),t={newRoot:e};return this._commandStack.execute("canvas.updateRoot",t),e},$t.prototype.makeProcess=function(){var e=this._create("root",{type:"bpmn:Process"}),t={newRoot:e};return this._commandStack.execute("canvas.updateRoot",t),e},$t.prototype.updateLaneRefs=function(e,t){this._commandStack.execute("lane.updateRefs",{flowNodeShapes:e,laneShapes:t})},$t.prototype.updateCategoryValueRefs=function(e,t){this._commandStack.execute("group.updateRefs",{affectedFlowElements:e,affectedGroupEntries:t})},$t.prototype.claimId=function(e,t){this._commandStack.execute("id.updateClaim",{id:e,element:t,claiming:!0})},$t.prototype.unclaimId=function(e,t){this._commandStack.execute("id.updateClaim",{id:e,element:t})},$t.prototype.setColor=function(e,t){e.length||(e=[e]),this._commandStack.execute("element.setColor",{elements:e,colors:t})};function uv(){}uv.prototype.layoutConnection=function(e,t){return t=t||{},[t.connectionStart||pe(t.source||e.source),t.connectionEnd||pe(t.target||e.target)]};var tc=20,AP=5,nc=Math.round,lv=20,TP={"h:h":20,"v:v":20,"h:v":-10,"v:h":-10};function MP(e,t){return!{t:/top/,r:/right/,b:/bottom/,l:/left/,h:/./,v:/./}[t].test(e)}function kP(e,t){return{t:/top/,r:/right/,b:/bottom/,l:/left/,h:/left|right/,v:/top|bottom/}[e].test(t)}function pv(e,t,n){var i=Lt(t,e,AP),r=n.split(":")[0],o=nc((t.x-e.x)/2+e.x),a=nc((t.y-e.y)/2+e.y),s,c,u=kP(r,i),l=/h|r|l/.test(r),p=!1,f=!1;return u?(s=l?{x:o,y:e.y}:{x:e.x,y:a},c=l?"h:h":"v:v"):(p=MP(i,r),c=l?"h:v":"v:h",p?l?(f=a===e.y,s={x:e.x+tc*(/l/.test(r)?-1:1),y:f?a+tc:a}):(f=o===e.x,s={x:f?o+tc:o,y:e.y+tc*(/t/.test(r)?-1:1)}):s={x:o,y:a}),{waypoints:gp(e,s,c).concat(s),directions:c,turnNextDirections:f}}function DP(e,t,n){return pv(e,t,n)}function OP(e,t,n){var i=pv(t,e,fv(n));return{waypoints:i.waypoints.slice().reverse(),directions:fv(i.directions),turnNextDirections:i.turnNextDirections}}function IP(e,t){var n=e.directions.split(":")[1],i=t.directions.split(":")[0];e.turnNextDirections&&(n=n=="h"?"v":"h"),t.turnNextDirections&&(i=i=="h"?"v":"h");var r=n+":"+i,o=gp(e.waypoints[e.waypoints.length-1],t.waypoints[0],r);return{waypoints:o,directions:r}}function fv(e){return e.split(":").reverse().join(":")}function LP(e,t,n){var i=nc((t.x-e.x)/2+e.x),r=nc((t.y-e.y)/2+e.y);if(n==="h:v")return[{x:t.x,y:e.y}];if(n==="v:h")return[{x:e.x,y:t.y}];if(n==="h:h")return[{x:i,y:e.y},{x:i,y:t.y}];if(n==="v:v")return[{x:e.x,y:r},{x:t.x,y:r}];throw new Error("invalid directions: can only handle varians of [hv]:[hv]")}function gp(e,t,n){if(n=n||"h:h",!GP(n))throw new Error("unknown directions: <"+n+">: must be specified as <start>:<end> with start/end in { h,v,t,r,b,l }");if(hv(n)){var i=DP(e,t,n),r=OP(e,t,n),o=IP(i,r);return[].concat(i.waypoints,o.waypoints,r.waypoints)}return LP(e,t,n)}function NP(e,t,n){var i=gp(e,t,n);return i.unshift(e),i.push(t),gv(i)}function BP(e,t,n,i,r){var o=r&&r.preferredLayouts||[],a=Yb(o,"straight")[0]||"h:h",s=TP[a]||0,c=Lt(e,t,s),u=VP(c,a);n=n||pe(e),i=i||pe(t);var l=u.split(":"),p=mv(n,e,l[0],WP(c)),f=mv(i,t,l[1],c);return NP(p,f,u)}function $P(e,t,n,i,r,o){le(n)&&(r=n,o=i,n=pe(e),i=pe(t)),o=D({preferredLayouts:[]},o),r=r||[];var a=o.preferredLayouts,s=a.indexOf("straight")!==-1,c;return c=s&&FP(e,t,n,i,o),c||(c=o.connectionEnd&&zP(t,e,i,r),c)||(c=o.connectionStart&&HP(e,t,n,r),c)?c:!o.connectionStart&&!o.connectionEnd&&r&&r.length?r:BP(e,t,n,i,o)}function jP(e,t,n){return e>=t&&e<=n}function dv(e,t,n){var i={x:"width",y:"height"};return jP(t[e],n[e],n[e]+n[i[e]])}function FP(e,t,n,i,r){var o={},a,s;return s=Lt(e,t),/^(top|bottom|left|right)$/.test(s)?(/top|bottom/.test(s)&&(a="x"),/left|right/.test(s)&&(a="y"),r.preserveDocking==="target"?dv(a,i,e)?(o[a]=i[a],[{x:o.x!==void 0?o.x:n.x,y:o.y!==void 0?o.y:n.y,original:{x:o.x!==void 0?o.x:n.x,y:o.y!==void 0?o.y:n.y}},{x:i.x,y:i.y}]):null:dv(a,n,t)?(o[a]=n[a],[{x:n.x,y:n.y},{x:o.x!==void 0?o.x:i.x,y:o.y!==void 0?o.y:i.y,original:{x:o.x!==void 0?o.x:i.x,y:o.y!==void 0?o.y:i.y}}]):null):null}function HP(e,t,n,i){return vp(e,t,n,i)}function zP(e,t,n,i){var r=i.slice().reverse();return r=vp(e,t,n,r),r?r.reverse():null}function vp(e,t,n,i){function r(l){return l.length<3?!0:l.length>4?!1:!!Ve(l,function(p,f){var d=l[f-1];return d&&ko(p,d)<3})}function o(l,p,f){var d=li(p,l);switch(d){case"v":return{x:f.x,y:l.y};case"h":return{x:l.x,y:f.y}}return{x:l.x,y:l.y}}function a(l,p,f){var d;for(d=l.length-2;d!==0;d--)if(jd(l[d],p,lv)||jd(l[d],f,lv))return l.slice(d);return l}if(r(i))return null;var s=i[0],c=i.slice(),u;return c[0]=n,c[1]=o(c[1],s,n),u=a(c,e,t),u!==c&&(c=vp(e,t,n,u)),c&&li(c)?null:c}function VP(e,t){if(hv(t))return t;switch(e){case"intersect":return"t:t";case"top":case"bottom":return"v:v";case"left":case"right":return"h:h";default:return t}}function GP(e){return e&&/^h|v|t|r|b|l:h|v|t|r|b|l$/.test(e)}function hv(e){return e&&/t|r|b|l/.test(e)}function WP(e){return{top:"bottom",bottom:"top",left:"right",right:"left","top-left":"bottom-right","bottom-right":"top-left","top-right":"bottom-left","bottom-left":"top-right"}[e]}function mv(e,t,n,i){if(n==="h"&&(n=/left/.test(i)?"l":"r"),n==="v"&&(n=/top/.test(i)?"t":"b"),n==="t")return{original:e,x:e.x,y:t.y};if(n==="r")return{original:e,x:t.x+t.width,y:e.y};if(n==="b")return{original:e,x:e.x,y:t.y+t.height};if(n==="l")return{original:e,x:t.x,y:e.y};throw new Error("unexpected dockingDirection: <"+n+">")}function gv(e){return e.reduce(function(t,n,i){var r=t[t.length-1],o=e[i+1];return Iu(r,o,n,0)||t.push(n),t},[])}var UP=-10,qP=40,YP={default:["h:h"],fromGateway:["v:h"],toGateway:["h:v"],loop:{fromTop:["t:r"],fromRight:["r:b"],fromLeft:["l:t"],fromBottom:["b:l"]},boundaryLoop:{alternateHorizontalSide:"b",alternateVerticalSide:"l",default:"v"},messageFlow:["straight","v:v"],subProcess:["straight","h:h"],isHorizontal:!0},KP={default:["v:v"],fromGateway:["h:v"],toGateway:["v:h"],loop:{fromTop:["t:l"],fromRight:["r:t"],fromLeft:["l:b"],fromBottom:["b:r"]},boundaryLoop:{alternateHorizontalSide:"t",alternateVerticalSide:"r",default:"h"},messageFlow:["straight","h:h"],subProcess:["straight","v:v"],isHorizontal:!1},yp={top:"bottom","top-right":"bottom-left","top-left":"bottom-right",right:"left",bottom:"top","bottom-right":"top-left","bottom-left":"top-right",left:"right"},ca={top:"t",right:"r",bottom:"b",left:"l"};function ic(e){this._elementRegistry=e}J(ic,uv),ic.prototype.layoutConnection=function(e,t){t||(t={});var n=t.source||e.source,i=t.target||e.target,r=t.waypoints||e.waypoints,o=t.connectionStart,a=t.connectionEnd,s=this._elementRegistry,c,u;if(o||(o=vv(r&&r[0],n)),a||(a=vv(r&&r[r.length-1],i)),(y(e,"bpmn:Association")||y(e,"bpmn:DataAssociation"))&&r&&!yv(n,i))return[].concat([o],r.slice(1,-1),[a]);var l=Th(n,s)?YP:KP;return y(e,"bpmn:MessageFlow")?c=ZP(n,i,l):(y(e,"bpmn:SequenceFlow")||yv(n,i))&&(n===i?c={preferredLayouts:iA(n,e,l)}:y(n,"bpmn:BoundaryEvent")?c={preferredLayouts:rA(n,i,a,l)}:ua(n)||ua(i)?c={preferredLayouts:l.subProcess,preserveDocking:JP(n)}:y(n,"bpmn:Gateway")?c={preferredLayouts:l.fromGateway}:y(i,"bpmn:Gateway")?c={preferredLayouts:l.toGateway}:c={preferredLayouts:l.default}),c&&(c=D(c,t),u=gv($P(n,i,o,a,r,c))),u||[o,a]};function XP(e){var t=e.host;return Lt(pe(e),t,UP)}function ZP(e,t,n){return{preferredLayouts:n.messageFlow,preserveDocking:QP(e,t)}}function QP(e,t){return y(t,"bpmn:Participant")?"source":y(e,"bpmn:Participant")?"target":ua(t)?"source":ua(e)||y(t,"bpmn:Event")?"target":y(e,"bpmn:Event")?"source":null}function JP(e){return ua(e)?"target":"source"}function vv(e,t){return e?e.original||e:pe(t)}function yv(e,t){return y(t,"bpmn:Activity")&&y(e,"bpmn:BoundaryEvent")&&t.businessObject.isForCompensation}function ua(e){return y(e,"bpmn:SubProcess")&&Re(e)}function Cr(e,t){return e===t}function eA(e,t){return t.indexOf(e)!==-1}function so(e){var t=/right|left/.exec(e);return t&&t[0]}function co(e){var t=/top|bottom/.exec(e);return t&&t[0]}function _v(e,t){return yp[e]===t}function tA(e,t){var n=so(e),i=yp[n];return t.indexOf(i)!==-1}function nA(e,t){var n=co(e),i=yp[n];return t.indexOf(i)!==-1}function bv(e){return e==="right"||e==="left"}function iA(e,t,n){var i=t.waypoints,r=i&&i.length&&Lt(i[0],e);return r==="top"?n.loop.fromTop:r==="right"?n.loop.fromRight:r==="left"?n.loop.fromLeft:n.loop.fromBottom}function rA(e,t,n,i){var r=pe(e),o=pe(t),a=XP(e),s,c,u=Cr(e.host,t),l=eA(a,["top","right","bottom","left"]),p=Lt(o,r,{x:e.width/2+t.width/2,y:e.height/2+t.height/2});return u?oA(a,l,e,t,n,i):(s=aA(a,p,l,i.isHorizontal),c=sA(a,p,l,i.isHorizontal),[s+":"+c])}function oA(e,t,n,i,r,o){var a=t?e:o.isHorizontal?co(e):so(e),s=ca[a],c;return t?bv(e)?c=xv("y",n,i,r)?"h":o.boundaryLoop.alternateHorizontalSide:c=xv("x",n,i,r)?"v":o.boundaryLoop.alternateVerticalSide:c=o.boundaryLoop.default,[s+":"+c]}function xv(e,t,n,i){var r=qP;return!(_p(e,i,n,r)||_p(e,i,{x:n.x+n.width,y:n.y+n.height},r)||_p(e,i,pe(t),r))}function _p(e,t,n,i){return Math.abs(t[e]-n[e])<i}function aA(e,t,n,i){if(n)return ca[e];var r=co(e),o=so(e),a=co(t),s=so(t);if(i){if(Cr(r,a)||_v(o,s))return ca[r]}else if(Cr(o,s)||_v(r,a))return ca[o];return ca[i?o:r]}function sA(e,t,n,i){if(n)return bv(e)?tA(e,t)||Cr(e,t)?"h":"v":nA(e,t)||Cr(e,t)?"v":"h";var r=co(e),o=so(e),a=co(t),s=so(t);return a&&!s?"v":s&&!a?"h":i?Cr(r,a)?"h":"v":Cr(o,s)?"v":"h"}ic.$inject=["elementRegistry"];function Ev(e){return D({original:e.point.original||e.point},e.actual)}function Zi(e,t){this._elementRegistry=e,this._graphicsFactory=t}Zi.$inject=["elementRegistry","graphicsFactory"],Zi.prototype.getCroppedWaypoints=function(e,t,n){t=t||e.source,n=n||e.target;var i=this.getDockingPoint(e,t,!0),r=this.getDockingPoint(e,n),o=e.waypoints.slice(i.idx+1,r.idx);return o.unshift(Ev(i)),o.push(Ev(r)),o},Zi.prototype.getDockingPoint=function(e,t,n){var i=e.waypoints,r,o,a;return r=n?0:i.length-1,o=i[r],a=this._getIntersection(t,e,n),{point:o,actual:a||o,idx:r}},Zi.prototype._getIntersection=function(e,t,n){var i=this._getShapePath(e),r=this._getConnectionPath(t);return Do(i,r,n)},Zi.prototype._getConnectionPath=function(e){return this._graphicsFactory.getConnectionPath(e)},Zi.prototype._getShapePath=function(e){return this._graphicsFactory.getShapePath(e)},Zi.prototype._getGfx=function(e){return this._elementRegistry.getGraphics(e)};const bp={__init__:["modeling","bpmnUpdater"],__depends__:[CR,zR,GR,WR,Ig,UC,YC,eP,An,ip,Fg],bpmnFactory:["type",Mn],bpmnUpdater:["type",pn],elementFactory:["type",Yi],modeling:["type",$t],layouter:["type",ic],connectionDocking:["type",Zi]};var cA=10,wv=50,uA=250;function xp(e,t,n,i){for(var r;r=lA(e,n,t);)n=i(t,n,r);return n}function Ep(e){return function(t,n,i){var r={x:n.x,y:n.y};return["x","y"].forEach(function(o){var a=e[o];if(a){var s=o==="x"?"width":"height",c=a.margin,u=a.minDistance;c<0?r[o]=Math.min(i[o]+c-t[s]/2,n[o]-u+c):r[o]=Math.max(i[o]+i[s]+c+t[s]/2,n[o]+u+c)}}),r}}function lA(e,t,n){var i={x:t.x-n.width/2,y:t.y-n.height/2,width:n.width,height:n.height},r=fA(e);return Ve(r,function(o){if(o===n)return!1;var a=Lt(o,i,cA);return a==="intersect"})}function pA(e,t){t||(t={});function n(h){return h.source===e?1:-1}var i=t.defaultDistance||wv,r=t.direction||"e",o=t.filter,a=t.getWeight||n,s=t.maxDistance||uA,c=t.reference||"start";o||(o=mA);function u(h,m){return r==="n"?c==="start"?ue(h).top-ue(m).bottom:c==="center"?ue(h).top-pe(m).y:ue(h).top-ue(m).top:r==="w"?c==="start"?ue(h).left-ue(m).right:c==="center"?ue(h).left-pe(m).x:ue(h).left-ue(m).left:r==="s"?c==="start"?ue(m).top-ue(h).bottom:c==="center"?pe(m).y-ue(h).bottom:ue(m).bottom-ue(h).bottom:c==="start"?ue(m).left-ue(h).right:c==="center"?pe(m).x-ue(h).right:ue(m).right-ue(h).right}var l=e.incoming.filter(o).map(function(h){var m=a(h),g=m<0?u(h.source,e):u(e,h.source);return{id:h.source.id,distance:g,weight:m}}),p=e.outgoing.filter(o).map(function(h){var m=a(h),g=m>0?u(e,h.target):u(h.target,e);return{id:h.target.id,distance:g,weight:m}}),f=l.concat(p).reduce(function(h,m){return h[m.id+"__weight_"+m.weight]=m,h},{}),d=on(f,function(h,m){var g=m.distance,w=m.weight;return g<0||g>s||(h[String(g)]||(h[String(g)]=0),h[String(g)]+=1*w,(!h.distance||h[h.distance]<h[String(g)])&&(h.distance=g)),h},{});return d.distance||i}function fA(e){var t=wp(e);return e.host&&(t=t.concat(wp(e.host))),e.attachers&&(t=t.concat(e.attachers.reduce(function(n,i){return n.concat(wp(i))},[]))),t}function wp(e){return hA(e).concat(dA(e))}function dA(e){return e.incoming.map(function(t){return t.source})}function hA(e){return e.outgoing.map(function(t){return t.target})}function mA(){return!0}var gA=100;function Sv(e,t,n){e.on("autoPlace",gA,function(i){var r=i.shape,o=i.source;return vA(o,r)}),e.on("autoPlace.end",function(i){n.scrollToElement(i.shape)}),this.append=function(i,r,o){e.fire("autoPlace.start",{source:i,shape:r});var a=e.fire("autoPlace",{source:i,shape:r}),s=t.appendShape(i,r,a,i.parent,o);return e.fire("autoPlace.end",{source:i,shape:s}),s}}Sv.$inject=["eventBus","modeling","canvas"];function vA(e,t,n){n||(n={});var i=n.defaultDistance||wv,r=pe(e),o=ue(e);return{x:o.right+i+t.width/2,y:r.y}}function Rv(e,t){e.on("autoPlace.end",500,function(n){t.select(n.shape)})}Rv.$inject=["eventBus","selection"];const yA={__init__:["autoPlaceSelectionBehavior"],autoPlace:["type",Sv],autoPlaceSelectionBehavior:["type",Rv]};function Cv(e,t,n){var i=Th(e,n);if(y(t,"bpmn:TextAnnotation"))return bA(e,t,i);if(xe(t,["bpmn:DataObjectReference","bpmn:DataStoreReference"]))return xA(e,t,i);if(y(t,"bpmn:FlowNode"))return _A(e,t,i)}function _A(e,t,n){var i=ue(e),r=pe(e),o=n?{directionHint:"e",minDistance:80,baseOrientation:"left",boundaryOrientation:"top",start:"top",end:"bottom"}:{directionHint:"s",minDistance:90,baseOrientation:"top",boundaryOrientation:"left",start:"left",end:"right"},a=pA(e,{filter:function(d){return y(d,"bpmn:SequenceFlow")},direction:o.directionHint}),s=30,c=o.minDistance,u=o.baseOrientation;y(e,"bpmn:BoundaryEvent")&&(u=Lt(e,e.host,-25),u.indexOf(o.boundaryOrientation)!==-1&&(s*=-1));var l=n?{x:i.right+a+t.width/2,y:r.y+Pv(u,c,o)}:{x:r.x+Pv(u,c,o),y:i.bottom+a+t.height/2},p={margin:s,minDistance:c},f=n?{y:p}:{x:p};return xp(e,t,l,Ep(f))}function Pv(e,t,n){return e.includes(n.start)?-1*t:e.includes(n.end)?t:0}function bA(e,t,n){var i=ue(e),r=n?{x:i.right+t.width/2,y:i.top-50-t.height/2}:{x:i.right+50+t.width/2,y:i.bottom+t.height/2};Fe(e)&&(r=pe(e),n?(r.x+=100,r.y-=50):(r.x+=100,r.y+=50));var o={margin:n?-30:30,minDistance:20},a=n?{y:o}:{x:o};return xp(e,t,r,Ep(a))}function xA(e,t,n){var i=ue(e),r=n?{x:i.right-10+t.width/2,y:i.bottom+40+t.width/2}:{x:i.left-40-t.width/2,y:i.bottom-10+t.height/2},o={margin:30,minDistance:30},a=n?{x:o}:{y:o};return xp(e,t,r,Ep(a))}function Av(e,t){e.on("autoPlace",function(n){var i=n.shape,r=n.source;return Cv(r,i,t)})}Av.$inject=["eventBus","elementRegistry"];const rc={__depends__:[yA],__init__:["bpmnAutoPlace"],bpmnAutoPlace:["type",Av]},uo={cjkEm:.865,upperEm:.68,lowerEm:.5,digitEm:.556,spaceEm:.278,otherEm:.35,ascentEm:.9,descentEm:.25},EA=/[ᄀ-ᇿ -〿぀-ヿ㐀-鿿가-힯＀-⦆]/;function wA(e){const t=uo;return EA.test(e)?t.cjkEm:e===" "?t.spaceEm:e>="0"&&e<="9"?t.digitEm:e>="A"&&e<="Z"?t.upperEm:e>="a"&&e<="z"?t.lowerEm:t.otherEm}function Sp(e,t){let n=0;for(const i of e)n+=t*wA(i);return n}function Tv(e=globalThis,{textMeasurement:t="approximate"}={}){if(!(e!=null&&e.SVGElement))throw new Error("installHeadlessBpmnDom: DOM 전역이 없다 — jsdom window 를 전역에 올린 뒤 호출할 것");t==="approximate"&&SA(e),RA(e),CA(e),PA(e)}function SA(e){var i;const t=(i=e.HTMLCanvasElement)==null?void 0:i.prototype;if(!t||t.__headlessTextMeasurement)return;t.__headlessTextMeasurement=!0;const n={font:"12px sans-serif",letterSpacing:"0px",measureText(r){var a;const o=Number.parseFloat(((a=String(n.font).match(/(\d+(?:\.\d+)?)px/))==null?void 0:a[1])??"12");return{width:Sp(r,o),fontBoundingBoxAscent:o*uo.ascentEm,fontBoundingBoxDescent:o*uo.descentEm,actualBoundingBoxAscent:o*uo.ascentEm,actualBoundingBoxDescent:o*uo.descentEm}}};t.getContext=()=>n}function RA(e){if(e.SVGMatrix)return;class t{constructor(){Or(this,"a",1);Or(this,"b",0);Or(this,"c",0);Or(this,"d",1);Or(this,"e",0);Or(this,"f",0)}static of(i,r,o,a,s,c){return Object.assign(new t,{a:i,b:r,c:o,d:a,e:s,f:c})}multiply(i){return t.of(this.a*i.a+this.c*i.b,this.b*i.a+this.d*i.b,this.a*i.c+this.c*i.d,this.b*i.c+this.d*i.d,this.a*i.e+this.c*i.f+this.e,this.b*i.e+this.d*i.f+this.f)}translate(i,r){return this.multiply(t.of(1,0,0,1,i,r))}scale(i,r=i){return this.multiply(t.of(i,0,0,r,0,0))}inverse(){const i=this.a*this.d-this.b*this.c;return t.of(this.d/i,-this.b/i,-this.c/i,this.a/i,(this.c*this.f-this.d*this.e)/i,(this.b*this.e-this.a*this.f)/i)}}e.SVGMatrix=t}function CA(e){var o;const t=()=>{const a=new e.SVGMatrix;return{type:0,matrix:a,setTranslate(s,c){a.e=s,a.f=c},setScale(s,c){a.a=s,a.d=c},setRotate(s,c=0,u=0){const l=s*Math.PI/180,p=Math.cos(l),f=Math.sin(l);a.a=p,a.b=f,a.c=-f,a.d=p,a.e=c-p*c+f*u,a.f=u-f*c-p*u},setMatrix(s){Object.assign(a,s)}}},n=a=>{const s=t();return Object.assign(s.matrix,a),s},i=(o=e.SVGSVGElement)==null?void 0:o.prototype;i&&!i.createSVGTransform&&(i.createSVGTransform=t,i.createSVGTransformFromMatrix=n,i.createSVGMatrix=()=>new e.SVGMatrix,i.createSVGPoint=()=>({x:0,y:0,matrixTransform:()=>({x:0,y:0})}));const r=e.SVGElement.prototype;Object.getOwnPropertyDescriptor(r,"transform")||Object.defineProperty(r,"transform",{configurable:!0,get(){if(!this.__headlessTransformList){const a=[];this.__headlessTransformList={baseVal:{get numberOfItems(){return a.length},clear:()=>{a.length=0},appendItem:s=>(a.push(s),s),getItem:s=>a[s],createSVGTransformFromMatrix:n,consolidate:()=>a[a.length-1]??null}}}return this.__headlessTransformList}})}function PA(e){const t=e.SVGElement.prototype;if(!t.getCTM){const n=()=>new e.SVGMatrix;t.getCTM=n,t.getScreenCTM=n}t.getBBox||(t.getBBox=function(){const n=String(this.textContent??"");return{x:0,y:0,width:Sp(n,12),height:14}})}const Mv=[Ph,$o,bp,rc];function AA(e={}){Tv(globalThis,e.dom);const t=document.createElement("div");return document.body.appendChild(t),new Wr({container:t,moddleExtensions:e.moddleExtensions??La,additionalModules:[...Mv,...e.additionalModules??[]]})}var TA=new oo("ov"),MA=500;function kt(e,t,n,i){this._eventBus=t,this._canvas=n,this._elementRegistry=i,this._ids=TA,this._overlayDefaults=D({show:null,scale:!0},e&&e.defaults),this._overlays={},this._overlayContainers=[],this._overlayRoot=kA(n.getContainer()),this._init()}kt.$inject=["config.overlays","eventBus","canvas","elementRegistry"],kt.prototype.get=function(e){if(nn(e)&&(e={id:e}),nn(e.element)&&(e.element=this._elementRegistry.get(e.element)),e.element){var t=this._getOverlayContainer(e.element,!0);return t?e.type?Ee(t.overlays,Br({type:e.type})):t.overlays.slice():[]}else return e.type?Ee(this._overlays,Br({type:e.type})):e.id?this._overlays[e.id]:null},kt.prototype.add=function(e,t,n){if(Ct(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=D({},this._overlayDefaults,n,{id:i,type:t,element:e,html:n.html}),this._addOverlay(n),i},kt.prototype.remove=function(e){var t=this.get(e)||[];le(t)||(t=[t]);var n=this;T(t,function(i){var r=n._getOverlayContainer(i.element,!0);if(i&&(Yn(i.html),Yn(i.htmlContainer),delete i.htmlContainer,delete i.element,delete n._overlays[i.id]),r){var o=r.overlays.indexOf(i);o!==-1&&r.overlays.splice(o,1)}})},kt.prototype.isShown=function(){return this._overlayRoot.style.display!=="none"},kt.prototype.show=function(){oc(this._overlayRoot)},kt.prototype.hide=function(){oc(this._overlayRoot,!1)},kt.prototype.clear=function(){this._overlays={},this._overlayContainers=[],za(this._overlayRoot)},kt.prototype._updateOverlayContainer=function(e){var t=e.element,n=e.html,i=t.x,r=t.y;if(t.waypoints){var o=lt(t);i=o.x,r=o.y}kv(n,i,r),Gt(e.html,"data-container-id",t.id)},kt.prototype._updateOverlay=function(e){var t=e.position,n=e.htmlContainer,i=e.element,r=t.left,o=t.top;if(t.right!==void 0){var a;i.waypoints?a=lt(i).width:a=i.width,r=t.right*-1+a}if(t.bottom!==void 0){var s;i.waypoints?s=lt(i).height:s=i.height,o=t.bottom*-1+s}kv(n,r||0,o||0),this._updateOverlayVisibilty(e,this._canvas.viewbox())},kt.prototype._createOverlayContainer=function(e){var t=Ue('<div class="djs-overlays" />');Xt(t,{position:"absolute"}),this._overlayRoot.appendChild(t);var n={html:t,element:e,overlays:[]};return this._updateOverlayContainer(n),this._overlayContainers.push(n),n},kt.prototype._updateRoot=function(e){var t=e.scale||1,n="matrix("+[t,0,0,t,-1*e.x*t,-1*e.y*t].join(",")+")";Dv(this._overlayRoot,n)},kt.prototype._getOverlayContainer=function(e,t){var n=Ve(this._overlayContainers,function(i){return i.element===e});return!n&&!t?this._createOverlayContainer(e):n},kt.prototype._addOverlay=function(e){var t=e.id,n=e.element,i=e.html,r,o;i.get&&i.constructor.prototype.jquery&&(i=i.get(0)),nn(i)&&(i=Ue(i)),o=this._getOverlayContainer(n),r=Ue('<div class="djs-overlay" data-overlay-id="'+t+'">'),Xt(r,{position:"absolute"}),r.appendChild(i),e.type&&Ze(r).add("djs-overlay-"+e.type);var a=this._canvas.findRoot(n),s=this._canvas.getRootElement();oc(r,a===s),e.htmlContainer=r,o.overlays.push(e),o.html.appendChild(r),this._overlays[t]=e,this._updateOverlay(e),this._updateOverlayVisibilty(e,this._canvas.viewbox())},kt.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=this._canvas.getRootElement(),c=!0;(i!==s||n&&(_t(r)&&r>t.scale||_t(o)&&o<t.scale))&&(c=!1),oc(a,c),this._updateOverlayScale(e,t)},kt.prototype._updateOverlayScale=function(e,t){var n=e.scale,i,r,o=e.htmlContainer,a,s="";n!==!0&&(n===!1?(i=1,r=1):(i=n.min,r=n.max),_t(i)&&t.scale<i&&(a=(1/t.scale||1)*i),_t(r)&&t.scale>r&&(a=(1/t.scale||1)*r)),_t(a)&&(s="scale("+a+","+a+")"),Dv(o,s)},kt.prototype._updateOverlaysVisibilty=function(e){var t=this;T(this._overlays,function(n){t._updateOverlayVisibilty(n,e)})},kt.prototype._init=function(){var e=this._eventBus,t=this;function n(i){t._updateRoot(i),t._updateOverlaysVisibilty(i),t.show()}e.on("canvas.viewbox.changing",function(i){t.hide()}),e.on("canvas.viewbox.changed",function(i){n(i.viewbox)}),e.on(["shape.remove","connection.remove"],function(i){var r=i.element,o=t.get({element:r});T(o,function(c){t.remove(c.id)});var a=t._getOverlayContainer(r);if(a){Yn(a.html);var s=t._overlayContainers.indexOf(a);s!==-1&&t._overlayContainers.splice(s,1)}}),e.on("element.changed",MA,function(i){var r=i.element,o=t._getOverlayContainer(r,!0);o&&(T(o.overlays,function(a){t._updateOverlay(a)}),t._updateOverlayContainer(o))}),e.on("element.marker.update",function(i){var r=t._getOverlayContainer(i.element,!0);r&&Ze(r.html)[i.add?"add":"remove"](i.marker)}),e.on("root.set",function(){t._updateOverlaysVisibilty(t._canvas.viewbox())}),e.on("diagram.clear",this.clear,this)};function kA(e){var t=Ue('<div class="djs-overlay-container" />');return Xt(t,{position:"absolute",width:0,height:0}),e.insertBefore(t,e.firstChild),t}function kv(e,t,n){Xt(e,{left:t+"px",top:n+"px"})}function oc(e,t){e.style.display=t===!1?"none":""}function Dv(e,t){e.style["transform-origin"]="top left",["","-ms-","-webkit-"].forEach(function(n){e.style[n+"transform"]=t})}const ac={__init__:["overlays"],overlays:["type",kt]};function Rp(e,t){t.invoke(W,this),this.executed(function(n){var i=n.context;i.rootElement?e.setRootElement(i.rootElement):i.rootElement=e.getRootElement()}),this.revert(function(n){var i=n.context;i.rootElement&&e.setRootElement(i.rootElement)})}J(Rp,W),Rp.$inject=["canvas","injector"];const DA={__init__:["rootElementsBehavior"],rootElementsBehavior:["type",Rp]};function la(e){return CSS.escape(e)}var OA={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"};function Ov(e){return e=""+e,e&&e.replace(/[&<>"']/g,function(t){return OA[t]})}var IA="bjs-breadcrumbs-shown";function Iv(e,t,n){var i=Ue('<ul class="bjs-breadcrumbs"></ul>'),r=n.getContainer(),o=Ze(r);r.appendChild(i);var a=[];e.on("element.changed",function(c){var u=c.element,l=U(u),p=Ve(a,function(f){return f===l});p&&s()});function s(c){c&&(a=LA(c));var u=a.flatMap(function(p){var f=n.findRoot(Jn(p))||n.findRoot(p.id);if(!f&&y(p,"bpmn:Process")){var d=t.find(function(g){var w=U(g);return w&&w.get("processRef")===p});f=d&&n.findRoot(d.id)}if(!f)return[];var h=Ov(p.name||p.id),m=Ue('<li><span class="bjs-crumb"><a title="'+h+'">'+h+"</a></span></li>");return m.addEventListener("click",function(){n.setRootElement(f)}),m});i.innerHTML="";var l=u.length>1;o.toggle(IA,l),u.forEach(function(p){i.appendChild(p)})}e.on("root.set",function(c){s(c.element)})}Iv.$inject=["eventBus","elementRegistry","canvas"];function LA(e){for(var t=U(e),n=[],i=t;i;i=i.$parent)(y(i,"bpmn:SubProcess")||y(i,"bpmn:Process"))&&n.push(i);return n.reverse()}function Lv(e,t){var n=null,i=new NA;e.on("root.set",function(r){var o=r.element,a=t.viewbox(),s=i.get(o);if(i.set(n,{x:a.x,y:a.y,zoom:a.scale}),n=o,!(!y(o,"bpmn:SubProcess")&&!s)){s=s||{x:0,y:0,zoom:1};var c=(a.x-s.x)*a.scale,u=(a.y-s.y)*a.scale;(c!==0||u!==0)&&t.scroll({dx:c,dy:u}),s.zoom!==a.scale&&t.zoom(s.zoom,{x:0,y:0})}}),e.on("diagram.clear",function(){i.clear(),n=null})}Lv.$inject=["eventBus","canvas"];function NA(){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}t!==-1&&this._entries.splice(t,1)}}var Nv={x:180,y:160};function Pr(e,t){this._eventBus=e,this._moddle=t;var n=this;e.on("import.render.start",1500,function(i,r){n._handleImport(r.definitions)})}Pr.prototype._handleImport=function(e){if(e.diagrams){var t=this;this._definitions=e,this._processToDiagramMap={},e.diagrams.forEach(function(i){!i.plane||!i.plane.bpmnElement||(t._processToDiagramMap[i.plane.bpmnElement.id]=i)});var n=e.diagrams.filter(i=>i.plane).flatMap(i=>t._createNewDiagrams(i.plane));n.forEach(function(i){t._movePlaneElementsToOrigin(i.plane)})}},Pr.prototype._createNewDiagrams=function(e){var t=this,n=[],i=[];e.get("planeElement").forEach(function(o){var a=o.bpmnElement;if(a){var s=a.$parent;y(a,"bpmn:SubProcess")&&!o.isExpanded&&n.push(a),$A(a,e)&&i.push({diElement:o,parent:s})}});var r=[];return n.forEach(function(o){if(!t._processToDiagramMap[o.id]){var a=t._createDiagram(o);t._processToDiagramMap[o.id]=a,r.push(a)}}),i.forEach(function(o){for(var a=o.diElement,s=o.parent;s&&n.indexOf(s)===-1;)s=s.$parent;if(s){var c=t._processToDiagramMap[s.id];t._moveToDiPlane(a,c.plane)}}),r},Pr.prototype._movePlaneElementsToOrigin=function(e){var t=e.get("planeElement"),n=BA(e),i={x:n.x-Nv.x,y:n.y-Nv.y};t.forEach(function(r){r.waypoint?r.waypoint.forEach(function(o){o.x=o.x-i.x,o.y=o.y-i.y}):r.bounds&&(r.bounds.x=r.bounds.x-i.x,r.bounds.y=r.bounds.y-i.y)})},Pr.prototype._moveToDiPlane=function(e,t){var n=Bv(e),i=n.plane.get("planeElement");i.splice(i.indexOf(e),1),t.get("planeElement").push(e)},Pr.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},Pr.$inject=["eventBus","moddle"];function Bv(e){return y(e,"bpmndi:BPMNDiagram")?e:Bv(e.$parent)}function BA(e){var t={top:1/0,right:-1/0,bottom:-1/0,left:1/0};return e.planeElement.forEach(function(n){if(n.bounds){var i=ue(n.bounds);t.top=Math.min(i.top,t.top),t.left=Math.min(i.left,t.left)}}),Za(t)}function $A(e,t){var n=e.$parent;return!(!y(n,"bpmn:SubProcess")||n===t.bpmnElement||xe(e,["bpmn:DataInputAssociation","bpmn:DataOutputAssociation"]))}var sc=250,jA='<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>',FA="bjs-drilldown-empty";function Qi(e,t,n,i,r){W.call(this,t),this._canvas=e,this._eventBus=t,this._elementRegistry=n,this._overlays=i,this._translate=r;var o=this;this.executed("shape.toggleCollapse",sc,function(a){var s=a.shape;o._canDrillDown(s)?o._addOverlay(s):o._removeOverlay(s)},!0),this.reverted("shape.toggleCollapse",sc,function(a){var s=a.shape;o._canDrillDown(s)?o._addOverlay(s):o._removeOverlay(s)},!0),this.executed(["shape.create","shape.move","shape.delete"],sc,function(a){var s=a.oldParent,c=a.newParent||a.parent,u=a.shape;o._canDrillDown(u)&&o._addOverlay(u),o._updateDrilldownOverlay(s),o._updateDrilldownOverlay(c),o._updateDrilldownOverlay(u)},!0),this.reverted(["shape.create","shape.move","shape.delete"],sc,function(a){var s=a.oldParent,c=a.newParent||a.parent,u=a.shape;o._canDrillDown(u)&&o._addOverlay(u),o._updateDrilldownOverlay(s),o._updateDrilldownOverlay(c),o._updateDrilldownOverlay(u)},!0),t.on("import.render.complete",function(){n.filter(function(a){return o._canDrillDown(a)}).map(function(a){o._addOverlay(a)})})}J(Qi,W),Qi.prototype._updateDrilldownOverlay=function(e){var t=this._canvas;if(e){var n=t.findRoot(e);n&&this._updateOverlayVisibility(n)}},Qi.prototype._canDrillDown=function(e){var t=this._canvas;return y(e,"bpmn:SubProcess")&&t.findRoot(Jn(e))},Qi.prototype._updateOverlayVisibility=function(e){var t=this._overlays,n=U(e),i=t.get({element:n.id,type:"drilldown"})[0];if(i){var r=n&&n.get("flowElements")&&n.get("flowElements").length;Ze(i.html).toggle(FA,!r)}},Qi.prototype._addOverlay=function(e){var t=this._canvas,n=this._overlays,i=U(e),r=n.get({element:e,type:"drilldown"});r.length&&this._removeOverlay(e);var o=Ue('<button type="button" class="bjs-drilldown">'+jA+"</button>"),a=i.get("name")||i.get("id"),s=this._translate("Open {element}",{element:a});o.setAttribute("title",s),o.addEventListener("click",function(){t.setRootElement(t.findRoot(Jn(e)))}),n.add(e,"drilldown",{position:{bottom:-7,right:-8},html:o}),this._updateOverlayVisibility(e)},Qi.prototype._removeOverlay=function(e){var t=this._overlays;t.remove({element:e,type:"drilldown"})},Qi.$inject=["canvas","eventBus","elementRegistry","overlays","translate"];const HA={__depends__:[ac,ip,DA],__init__:["drilldownBreadcrumbs","drilldownOverlayBehavior","drilldownCentering","subprocessCompatibility"],drilldownBreadcrumbs:["type",Iv],drilldownCentering:["type",Lv],drilldownOverlayBehavior:["type",Qi],subprocessCompatibility:["type",Pr]};function Ji(e){Qe.call(this,e)}J(Ji,Qe),Ji.prototype._modules=[Ph,HA,ac,An,$o],Ji.prototype._moddleExtensions={};var cc="keyboard.keydown",zA="keyboard.keyup",VA=1e3,$v="Keyboard binding is now implicit; explicit binding to an element got removed. For more information, see https://github.com/bpmn-io/diagram-js/issues/661";function Zt(e,t){var n=this;this._config=e=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()}),e.bindTo&&console.error("unsupported configuration <keyboard.bindTo>",new Error($v));var i=e&&e.bind!==!1;t.on("canvas.init",function(r){n._target=r.svg,i&&n.bind(),n._fire("init")})}Zt.$inject=["config.keyboard","eventBus"],Zt.prototype._keydownHandler=function(e){this._keyHandler(e,cc)},Zt.prototype._keyupHandler=function(e){this._keyHandler(e,zA)},Zt.prototype._keyHandler=function(e,t){var n;if(!this._isEventIgnored(e)){var i={keyEvent:e};n=this._eventBus.fire(t||cc,i),n&&e.preventDefault()}},Zt.prototype._isEventIgnored=function(e){return!1},Zt.prototype.bind=function(e){e&&console.error("unsupported argument <node>",new Error($v)),this.unbind(),e=this._node=this._target,he.bind(e,"keydown",this._keydownHandler),he.bind(e,"keyup",this._keyupHandler),this._fire("bind")},Zt.prototype.getBinding=function(){return this._node},Zt.prototype.unbind=function(){var e=this._node;e&&(this._fire("unbind"),he.unbind(e,"keydown",this._keydownHandler),he.unbind(e,"keyup",this._keyupHandler)),this._node=null},Zt.prototype._fire=function(e){this._eventBus.fire("keyboard."+e,{node:this._node})},Zt.prototype.addListener=function(e,t,n){Pt(e)&&(n=t,t=e,e=VA),this._eventBus.on(n||cc,e,t)},Zt.prototype.removeListener=function(e,t){this._eventBus.off(t||cc,e)},Zt.prototype.hasModifier=rC,Zt.prototype.isCmd=un,Zt.prototype.isShift=Ul,Zt.prototype.isKey=Et;var GA=500;function lo(e,t){var n=this;e.on("editorActions.init",GA,function(i){var r=i.editorActions;n.registerBindings(t,r)})}lo.$inject=["eventBus","keyboard"],lo.prototype.registerBindings=function(e,t){function n(i,r){t.isRegistered(i)&&e.addListener(r)}n("undo",function(i){var r=i.keyEvent;if(uC(r))return t.trigger("undo"),!0}),n("redo",function(i){var r=i.keyEvent;if(lC(r))return t.trigger("redo"),!0}),n("copy",function(i){var r=i.keyEvent;if(oC(r))return t.trigger("copy"),!0}),n("paste",function(i){var r=i.keyEvent;if(aC(r))return t.trigger("paste"),!0}),n("duplicate",function(i){var r=i.keyEvent;if(sC(r))return t.trigger("duplicate"),!0}),n("cut",function(i){var r=i.keyEvent;if(cC(r))return t.trigger("cut"),!0}),n("stepZoom",function(i){var r=i.keyEvent;if(Et(["+","Add","="],r)&&un(r))return t.trigger("stepZoom",{value:1}),!0}),n("stepZoom",function(i){var r=i.keyEvent;if(Et(["-","Subtract"],r)&&un(r))return t.trigger("stepZoom",{value:-1}),!0}),n("zoom",function(i){var r=i.keyEvent;if(Et("0",r)&&un(r))return t.trigger("zoom",{value:1}),!0}),n("removeSelection",function(i){var r=i.keyEvent;if(Et(["Backspace","Delete","Del"],r))return t.trigger("removeSelection"),!0})};const Cp={__init__:["keyboard","keyboardBindings"],keyboard:["type",Zt],keyboardBindings:["type",lo]};var WA={moveSpeed:50,moveSpeedAccelerated:200};function jv(e,t,n){var i=this;this._config=D({},WA,e||{}),t.addListener(r);function r(o){var a=o.keyEvent,s=i._config;if(t.isCmd(a)&&t.isKey(["ArrowLeft","Left","ArrowUp","Up","ArrowDown","Down","ArrowRight","Right"],a)){var c=t.isShift(a)?s.moveSpeedAccelerated:s.moveSpeed,u;switch(a.key){case"ArrowLeft":case"Left":u="left";break;case"ArrowUp":case"Up":u="up";break;case"ArrowRight":case"Right":u="right";break;case"ArrowDown":case"Down":u="down";break}return i.moveCanvas({speed:c,direction:u}),!0}}this.moveCanvas=function(o){var a=0,s=0,c=o.speed,u=c/Math.min(Math.sqrt(n.viewbox().scale),1);switch(o.direction){case"left":a=u;break;case"up":s=u;break;case"right":a=-u;break;case"down":s=-u;break}n.scroll({dx:a,dy:s})}}jv.$inject=["config.keyboardMove","keyboard","canvas"];const Fv={__depends__:[Cp],__init__:["keyboardMove"],keyboardMove:["type",jv]};var UA=15;function Hv(e,t){var n;function i(s){return a(s.originalEvent)}e.on("canvas.focus.changed",function(s){s.focused?e.on("element.mousedown",500,i):e.off("element.mousedown",i)});function r(s){var c=n.start,u=n.button,l=xr(s),p=jn(l,c);if(!n.dragging&&qA(p)>UA&&(n.dragging=!0,u===0&&dg(e),Ls("grab")),n.dragging){var f=n.last||n.start;p=jn(l,f),t.scroll({dx:p.x,dy:p.y}),n.last=l}s.preventDefault()}function o(s){he.unbind(document,"mousemove",r),he.unbind(document,"mouseup",o),n=null,fg()}function a(s){if(!mr(s.target,".djs-draggable")){var c=s.button;if(!(c>=2||s.ctrlKey||s.shiftKey||s.altKey))return n={button:c,start:xr(s)},he.bind(document,"mousemove",r),he.bind(document,"mouseup",o),!0}}this.isActive=function(){return!!n}}Hv.$inject=["eventBus","canvas"];function qA(e){return Math.sqrt(Math.pow(e.x,2)+Math.pow(e.y,2))}const zv={__init__:["moveCanvas"],moveCanvas:["type",Hv]};function Vv(e,t){var n=Vu(e.min),i=Vu(e.max),r=Math.abs(n)+Math.abs(i);return r/t}function YA(e,t){return Math.max(e.min,Math.min(e.max,t))}var KA=Math.sign||function(e){return e>=0?1:-1},Pp={min:.2,max:4},Gv=10,XA=.1,ZA=.75;function ni(e,t,n){e=e||{},this._enabled=!1,this._canvas=n,this._container=n._container,this._handleWheel=Jt(this._handleWheel,this),this._totalDelta=0,this._scale=e.scale||ZA;var i=this;t.on("canvas.mouseover",function(){i._init(e.enabled!==!1)}),t.on("canvas.mouseout",function(){i._init(!1)})}ni.$inject=["config.zoomScroll","eventBus","canvas"],ni.prototype.scroll=function(t){this._canvas.scroll(t)},ni.prototype.reset=function(){this._canvas.zoom("fit-viewport")},ni.prototype.zoom=function(t,n){var i=Vv(Pp,Gv*2);this._totalDelta+=t,Math.abs(this._totalDelta)>XA&&(this._zoom(t,n,i),this._totalDelta=0)},ni.prototype._handleWheel=function(t){if(this._enabled){var n=this._container;t.preventDefault();var i=t.ctrlKey||bm()&&t.metaKey,r=t.shiftKey,o=-1*this._scale,a;if(i?o*=t.deltaMode===0?.02:.32:o*=t.deltaMode===0?1:16,i){var s=n.getBoundingClientRect(),c={x:t.clientX-s.left,y:t.clientY-s.top};a=Math.sqrt(Math.pow(t.deltaY,2)+Math.pow(t.deltaX,2))*KA(t.deltaY)*o,this.zoom(a,c)}else r?a={dx:o*t.deltaY,dy:0}:a={dx:o*t.deltaX,dy:o*t.deltaY},this.scroll(a)}},ni.prototype.stepZoom=function(t,n){var i=Vv(Pp,Gv);this._zoom(t,n,i)},ni.prototype._zoom=function(e,t,n){var i=this._canvas,r=e>0?1:-1,o=Vu(i.zoom()),a=Math.round(o/n)*n;a+=n*r;var s=Math.pow(10,a);i.zoom(YA(Pp,s),t)},ni.prototype.toggle=function(t){var n=this._container,i=this._handleWheel,r=this._enabled;return typeof t>"u"&&(t=!r),r!==t&&he[t?"bind":"unbind"](n,"wheel",i,!1),this._enabled=t,t},ni.prototype._init=function(e){this.toggle(e)};const Wv={__init__:["zoomScroll"],zoomScroll:["type",ni]};function pa(e){Ji.call(this,e)}J(pa,Ji),pa.prototype._navigationModules=[Fv,zv,Wv],pa.prototype._modules=[].concat(Ji.prototype._modules,pa.prototype._navigationModules);function Ap(e){return e&&e[e.length-1]}function Uv(e){return e.y}function qv(e){return e.x}var QA={left:qv,center:qv,right:function(e){return e.x+e.width},top:Uv,middle:Uv,bottom:function(e){return e.y+e.height}};function po(e,t){this._modeling=e,this._rules=t}po.$inject=["modeling","rules"],po.prototype._getOrientationDetails=function(e){var t=["top","bottom","middle"],n="x",i="width";return t.indexOf(e)!==-1&&(n="y",i="height"),{axis:n,dimension:i}},po.prototype._isType=function(e,t){return t.indexOf(e)!==-1},po.prototype._alignmentPosition=function(e,t){var n=this._getOrientationDetails(e),i=n.axis,r=n.dimension,o={},a={},s=!1,c,u,l;function p(f,d){return Math.round((f[i]+d[i]+d[r])/2)}if(this._isType(e,["left","top"]))o[e]=t[0][i];else if(this._isType(e,["right","bottom"]))l=Ap(t),o[e]=l[i]+l[r];else if(this._isType(e,["center","middle"])){if(T(t,function(f){var d=f[i]+Math.round(f[r]/2);a[d]?a[d].elements.push(f):a[d]={elements:[f],center:d}}),c=Vn(a,function(f){return f.elements.length>1&&(s=!0),f.elements.length}),s)return o[e]=Ap(c).center,o;u=t[0],t=Vn(t,function(f){return f[i]+f[r]}),l=Ap(t),o[e]=p(u,l)}return o},po.prototype.trigger=function(e,t){var n=this._modeling,i,r=Ee(e,function(c){return!(c.waypoints||c.host||c.labelTarget)});if(i=this._rules.allowed("elements.align",{elements:r}),le(i)&&(r=i),!(r.length<2||!i)){var o=QA[t],a=Vn(r,o),s=this._alignmentPosition(t,a);n.alignElements(a,s)}};const JA={__init__:["alignElements"],alignElements:["type",po]},eT=new oo;function fo(e){this._scheduled={},e.on("diagram.destroy",()=>{Object.keys(this._scheduled).forEach(t=>{this.cancel(t)})})}fo.$inject=["eventBus"],fo.prototype.schedule=function(e,t=eT.next()){this.cancel(t);const n=this._schedule(e,t);return this._scheduled[t]=n,n.promise},fo.prototype._schedule=function(e,t){const n=tT();return{executionId:setTimeout(()=>{try{this._scheduled[t]=null;try{n.resolve(e())}catch(r){n.reject(r)}}catch(r){console.error("Scheduler#_schedule execution failed",r)}}),promise:n.promise}},fo.prototype.cancel=function(e){const t=this._scheduled[e];t&&(this._cancel(t),this._scheduled[e]=null)},fo.prototype._cancel=function(e){clearTimeout(e.executionId)};function tT(){const e={};return e.promise=new Promise((t,n)=>{e.resolve=t,e.reject=n}),e}const nT={scheduler:["type",fo]};var iT="djs-element-hidden",uc=".entry",rT=1e3,Yv=8,oT=300;function ft(e,t,n,i){this._canvas=e,this._elementRegistry=t,this._eventBus=n,this._scheduler=i,this._current=null,this._init()}ft.$inject=["canvas","elementRegistry","eventBus","scheduler"],ft.prototype._init=function(){var e=this;this._eventBus.on("selection.changed",function(t){var n=t.newSelection,i=n.length?n.length===1?n[0]:n:null;i?e.open(i,!0):e.close()}),this._eventBus.on("elements.changed",function(t){var n=t.elements,i=e._current;if(i){var r=i.target,o=le(r)?r:[r],a=o.filter(function(c){return n.includes(c)});if(a.length){e.close();var s=o.filter(function(c){return e._elementRegistry.get(c.id)});s.length&&e._updateAndOpen(s.length>1?s:s[0])}}}),this._eventBus.on("canvas.viewbox.changed",function(){e._updatePosition()}),this._eventBus.on("element.marker.update",function(t){if(e.isOpen()){var n=t.element,i=e._current,r=le(i.target)?i.target:[i.target];r.includes(n)&&e._updateVisibility()}}),this._container=this._createContainer()},ft.prototype._createContainer=function(){var e=Ue('<div class="djs-context-pad-parent"></div>');return this._canvas.getContainer().appendChild(e),e},ft.prototype.registerProvider=function(e,t){t||(t=e,e=rT),this._eventBus.on("contextPad.getProviders",e,function(n){n.providers.push(t)})},ft.prototype.getEntries=function(e){var t=this._getProviders(),n=le(e)?"getMultiElementContextPadEntries":"getContextPadEntries",i={};return T(t,function(r){if(Pt(r[n])){var o=r[n](e);Pt(o)?i=o(i):T(o,function(a,s){i[s]=a})}}),i},ft.prototype.trigger=function(e,t,n){var i=this,r,o,a=t.delegateTarget||t.target;if(!a)return t.preventDefault();if(r=Gt(a,"data-action"),o=t.originalEvent||t,e==="mouseover"){this._timeout=setTimeout(function(){i._mouseout=i.triggerEntry(r,"hover",o,n)},oT);return}else if(e==="mouseout"){clearTimeout(this._timeout),this._mouseout&&(this._mouseout(),this._mouseout=null);return}return this.triggerEntry(r,e,o,n)},ft.prototype.triggerEntry=function(e,t,n,i){if(this.isShown()){var r=this._current.target,o=this._current.entries,a=o[e];if(a){var s=a.action;if(this._eventBus.fire("contextPad.trigger",{entry:a,event:n})!==!1){if(Pt(s)){if(t==="click")return s(n,r,i)}else if(s[t])return s[t](n,r,i);n.preventDefault()}}}},ft.prototype.open=function(e,t){if(!(!t&&this.isOpen(e))){var n=this._eventBus.fire("contextPad.open.allowed",{target:e});n!==!1&&(this.close(),this._updateAndOpen(e))}},ft.prototype._getProviders=function(){var e=this._eventBus.createEvent({type:"contextPad.getProviders",providers:[]});return this._eventBus.fire(e),e.providers},ft.prototype._updateAndOpen=function(e){var t=this.getEntries(e),n=this._createHtml(e),i;T(t,function(r,o){var a=r.group||"default",s=Ue(r.html||'<div class="entry" draggable="true"></div>'),c;Gt(s,"data-action",o),c=$e("[data-group="+la(a)+"]",n),c||(c=Ue('<div class="group"></div>'),Gt(c,"data-group",a),n.appendChild(c)),c.appendChild(s),r.className&&aT(s,r.className),r.title&&Gt(s,"title",r.title),r.imageUrl&&(i=Ue("<img>"),Gt(i,"src",r.imageUrl),i.style.width="100%",i.style.height="100%",s.appendChild(i))}),Ze(n).add("open"),this._current={entries:t,html:n,target:e},this._updatePosition(),this._updateVisibility(),this._eventBus.fire("contextPad.open",{current:this._current})},ft.prototype._createHtml=function(e){var t=this,n=Ue('<div class="djs-context-pad"></div>');return an.bind(n,uc,"click",function(i){t.trigger("click",i)}),an.bind(n,uc,"dragstart",function(i){t.trigger("dragstart",i)}),an.bind(n,uc,"mouseover",function(i){t.trigger("mouseover",i)}),an.bind(n,uc,"mouseout",function(i){t.trigger("mouseout",i)}),he.bind(n,"mousedown",function(i){i.stopPropagation()}),this._container.appendChild(n),this._eventBus.fire("contextPad.create",{target:e,pad:n}),n},ft.prototype.getPad=function(e){console.warn(new Error("ContextPad#getPad is deprecated and will be removed in future library versions, cf. https://github.com/bpmn-io/diagram-js/pull/888"));let t;return this.isOpen()&&cT(this._current.target,e)?t=this._current.html:t=this._createHtml(e),{html:t}},ft.prototype.close=function(){this.isOpen()&&(clearTimeout(this._timeout),this._container.innerHTML="",this._eventBus.fire("contextPad.close",{current:this._current}),this._current=null)},ft.prototype.isOpen=function(e){var t=this._current;if(!t)return!1;if(!e)return!0;var n=t.target;return le(e)!==le(n)?!1:le(e)?e.length===n.length&&ur(e,function(i){return n.includes(i)}):n===e},ft.prototype.isShown=function(){return this.isOpen()&&Ze(this._current.html).has("open")},ft.prototype.show=function(){this.isOpen()&&(Ze(this._current.html).add("open"),this._updatePosition(),this._eventBus.fire("contextPad.show",{current:this._current}))},ft.prototype.hide=function(){this.isOpen()&&(Ze(this._current.html).remove("open"),this._eventBus.fire("contextPad.hide",{current:this._current}))},ft.prototype._getPosition=function(e){if(!le(e)&&Fe(e)){var t=this._canvas.viewbox(),n=sT(e),i=n.x*t.scale-t.x*t.scale,r=n.y*t.scale-t.y*t.scale;return{left:i+Yv*this._canvas.zoom(),top:r}}var o=this._canvas.getContainer(),a=o.getBoundingClientRect(),s=this._getTargetBounds(e);return{left:s.right-a.left+Yv*this._canvas.zoom(),top:s.top-a.top}},ft.prototype._updatePosition=function(){const e=()=>{if(this.isOpen()){var t=this._current.html,n=this._getPosition(this._current.target);"x"in n&&"y"in n?(t.style.left=n.x+"px",t.style.top=n.y+"px"):["top","right","bottom","left"].forEach(function(i){i in n&&(t.style[i]=n[i]+"px")})}};this._scheduler.schedule(e,"ContextPad#_updatePosition")},ft.prototype._updateVisibility=function(){const e=()=>{if(this.isOpen()){var t=this,n=this._current.target,i=le(n)?n:[n],r=i.some(function(o){return t._canvas.hasMarker(o,iT)});r?t.hide():t.show()}};this._scheduler.schedule(e,"ContextPad#_updateVisibility")},ft.prototype._getTargetBounds=function(e){var t=this,n=le(e)?e:[e],i=n.map(function(r){return t._canvas.getGraphics(r)});return i.reduce(function(r,o){const a=o.getBoundingClientRect();return r.top=Math.min(r.top,a.top),r.right=Math.max(r.right,a.right),r.bottom=Math.max(r.bottom,a.bottom),r.left=Math.min(r.left,a.left),r.x=r.left,r.y=r.top,r.width=r.right-r.left,r.height=r.bottom-r.top,r},{top:1/0,right:-1/0,bottom:-1/0,left:1/0})};function aT(e,t){var n=Ze(e);t=le(t)?t:t.split(/\s+/g),t.forEach(function(i){n.add(i)})}function sT(e){return e.waypoints[e.waypoints.length-1]}function cT(e,t){return e=le(e)?e:[e],t=le(t)?t:[t],e.length===t.length&&ur(e,function(n){return t.includes(n)})}const Kv={__depends__:[Is,nT,ac],contextPad:["type",ft]};var lc,et,Xv,er,Zv,Qv,Jv,Tp,pc,fa,ey,Mp,kp,Dp,fc={},dc=[],uT=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,hc=Array.isArray;function bi(e,t){for(var n in t)e[n]=t[n];return e}function Op(e){e&&e.parentNode&&e.parentNode.removeChild(e)}function ty(e,t,n){var i,r,o,a={};for(o in t)o=="key"?i=t[o]:o=="ref"?r=t[o]:a[o]=t[o];if(arguments.length>2&&(a.children=arguments.length>3?lc.call(arguments,2):n),typeof e=="function"&&e.defaultProps!=null)for(o in e.defaultProps)a[o]===void 0&&(a[o]=e.defaultProps[o]);return mc(e,a,i,r,null)}function mc(e,t,n,i,r){var o={type:e,props:t,key:n,ref:i,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:r??++Xv,__i:-1,__u:0};return r==null&&et.vnode!=null&&et.vnode(o),o}function gc(e){return e.children}function vc(e,t){this.props=e,this.context=t}function Ar(e,t){if(t==null)return e.__?Ar(e.__,e.__i+1):null;for(var n;t<e.__k.length;t++)if((n=e.__k[t])!=null&&n.__e!=null)return n.__e;return typeof e.type=="function"?Ar(e):null}function lT(e){if(e.__P&&e.__d){var t=e.__v,n=t.__e,i=[],r=[],o=bi({},t);o.__v=t.__v+1,et.vnode&&et.vnode(o),Ip(e.__P,o,t,e.__n,e.__P.namespaceURI,32&t.__u?[n]:null,i,n??Ar(t),!!(32&t.__u),r),o.__v=t.__v,o.__.__k[o.__i]=o,uy(i,o,r),t.__e=t.__=null,o.__e!=n&&ny(o)}}function ny(e){if((e=e.__)!=null&&e.__c!=null)return e.__e=e.__c.base=null,e.__k.some(function(t){if(t!=null&&t.__e!=null)return e.__e=e.__c.base=t.__e}),ny(e)}function iy(e){(!e.__d&&(e.__d=!0)&&er.push(e)&&!yc.__r++||Zv!=et.debounceRendering)&&((Zv=et.debounceRendering)||Qv)(yc)}function yc(){try{for(var e,t=1;er.length;)er.length>t&&er.sort(Jv),e=er.shift(),t=er.length,lT(e)}finally{er.length=yc.__r=0}}function ry(e,t,n,i,r,o,a,s,c,u,l){var p,f,d,h,m,g,w=i&&i.__k||dc,E=t.length;for(c=pT(n,t,w,c,E),p=0;p<E;p++)(d=n.__k[p])!=null&&(f=d.__i!=-1&&w[d.__i]||fc,d.__i=p,g=Ip(e,d,f,r,o,a,s,c,u,l),h=d.__e,d.ref&&f.ref!=d.ref&&(f.ref&&Lp(f.ref,null,d),l.push(d.ref,d.__c||h,d)),m==null&&h!=null&&(m=h),4&d.__u?(c=oy(d,c,e),f.__e&&(f.__e=null)):typeof d.type=="function"&&g!==void 0?c=g:h&&(c=h.nextSibling),d.__u&=-7);return n.__e=m,c}function pT(e,t,n,i,r){var o,a,s,c,u,l=n.length,p=l,f=0;for(e.__k=new Array(r),o=0;o<r;o++)(a=t[o])!=null&&typeof a!="boolean"&&typeof a!="function"?(typeof a=="string"||typeof a=="number"||typeof a=="bigint"||a.constructor==String?a=e.__k[o]=mc(null,a,null,null,null):hc(a)?a=e.__k[o]=mc(gc,{children:a},null,null,null):a.constructor===void 0&&a.__b>0?a=e.__k[o]=mc(a.type,a.props,a.key,a.ref?a.ref:null,a.__v):e.__k[o]=a,c=o+f,a.__=e,a.__b=e.__b+1,s=null,(u=a.__i=fT(a,n,c,p))!=-1&&(p--,(s=n[u])&&(s.__u|=2)),s==null||s.__v==null?(u==-1&&(r>l?f--:r<l&&f++),typeof a.type!="function"&&(a.__u|=4)):u!=c&&(u==c-1?f--:u==c+1?f++:(u>c?f--:f++,a.__u|=4))):e.__k[o]=null;if(p)for(o=0;o<l;o++)(s=n[o])!=null&&(2&s.__u)==0&&(s.__e==i&&(i=Ar(s)),py(s,s));return i}function oy(e,t,n){var i,r;if(typeof e.type=="function"){for(i=e.__k,r=0;i&&r<i.length;r++)i[r]&&(i[r].__=e,t=oy(i[r],t,n));return t}e.__e!=t&&(t&&e.type&&!t.parentNode&&(t=Ar(e)),t=n.insertBefore(e.__e,t||null));do t=t&&t.nextSibling;while(t!=null&&t.nodeType==8);return t}function fT(e,t,n,i){var r,o,a,s=e.key,c=e.type,u=t[n],l=u!=null&&(2&u.__u)==0;if(u===null&&s==null||l&&s==u.key&&c==u.type)return n;if(i>(l?1:0)){for(r=n-1,o=n+1;r>=0||o<t.length;)if((u=t[a=r>=0?r--:o++])!=null&&(2&u.__u)==0&&s==u.key&&c==u.type)return a}return-1}function ay(e,t,n){t[0]=="-"?e.setProperty(t,n??""):e[t]=n==null?"":typeof n!="number"||uT.test(t)?n:n+"px"}function _c(e,t,n,i,r){var o,a;e:if(t=="style")if(typeof n=="string")e.style.cssText=n;else{if(typeof i=="string"&&(e.style.cssText=i=""),i)for(t in i)n&&t in n||ay(e.style,t,"");if(n)for(t in n)i&&n[t]==i[t]||ay(e.style,t,n[t])}else if(t[0]=="o"&&t[1]=="n")o=t!=(t=t.replace(ey,"$1")),a=t.toLowerCase(),t=a in e||t=="onFocusOut"||t=="onFocusIn"?a.slice(2):t.slice(2),e.l||(e.l={}),e.l[t+o]=n,n?i?n[fa]=i[fa]:(n[fa]=Mp,e.addEventListener(t,o?Dp:kp,o)):e.removeEventListener(t,o?Dp:kp,o);else{if(r=="http://www.w3.org/2000/svg")t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(t!="width"&&t!="height"&&t!="href"&&t!="list"&&t!="form"&&t!="tabIndex"&&t!="download"&&t!="rowSpan"&&t!="colSpan"&&t!="role"&&t!="popover"&&t in e)try{e[t]=n??"";break e}catch{}typeof n=="function"||(n==null||n===!1&&t[4]!="-"?e.removeAttribute(t):e.setAttribute(t,t=="popover"&&n==1?"":n))}}function sy(e){return function(t){if(this.l){var n=this.l[t.type+e];if(t[pc]==null)t[pc]=Mp++;else if(t[pc]<n[fa])return;return n(et.event?et.event(t):t)}}}function Ip(e,t,n,i,r,o,a,s,c,u){var l,p,f,d,h,m,g,w,E,b,x,S,A,I,P,$,j=t.type;if(t.constructor!==void 0)return null;128&n.__u&&(c=!!(32&n.__u),o=[s=t.__e=n.__e]),(l=et.__b)&&l(t);e:if(typeof j=="function"){p=a.length;try{if(E=t.props,b=j.prototype&&j.prototype.render,x=(l=j.contextType)&&i[l.__c],S=l?x?x.props.value:l.__:i,n.__c?w=(f=t.__c=n.__c).__=f.__E:(b?t.__c=f=new j(E,S):(t.__c=f=new vc(E,S),f.constructor=j,f.render=hT),x&&x.sub(f),f.state||(f.state={}),f.__n=i,d=f.__d=!0,f.__h=[],f._sb=[]),b&&f.__s==null&&(f.__s=f.state),b&&j.getDerivedStateFromProps!=null&&(f.__s==f.state&&(f.__s=bi({},f.__s)),bi(f.__s,j.getDerivedStateFromProps(E,f.__s))),h=f.props,m=f.state,f.__v=t,d)b&&j.getDerivedStateFromProps==null&&f.componentWillMount!=null&&f.componentWillMount(),b&&f.componentDidMount!=null&&f.__h.push(f.componentDidMount);else{if(b&&j.getDerivedStateFromProps==null&&E!==h&&f.componentWillReceiveProps!=null&&f.componentWillReceiveProps(E,S),t.__v==n.__v||!f.__e&&f.shouldComponentUpdate!=null&&f.shouldComponentUpdate(E,f.__s,S)===!1){t.__v!=n.__v&&(f.props=E,f.state=f.__s,f.__d=!1),t.__e=n.__e,t.__k=n.__k,t.__k.some(function(L){L&&(L.__=t)}),dc.push.apply(f.__h,f._sb),f._sb=[],f.__h.length&&a.push(f),s=Ar(n);break e}f.componentWillUpdate!=null&&f.componentWillUpdate(E,f.__s,S),b&&f.componentDidUpdate!=null&&f.__h.push(function(){f.componentDidUpdate(h,m,g)})}if(f.context=S,f.props=E,f.__P=e,f.__e=!1,A=et.__r,I=0,b)f.state=f.__s,f.__d=!1,A&&A(t),l=f.render(f.props,f.state,f.context),dc.push.apply(f.__h,f._sb),f._sb=[];else do f.__d=!1,A&&A(t),l=f.render(f.props,f.state,f.context),f.state=f.__s;while(f.__d&&++I<25);f.state=f.__s,f.getChildContext!=null&&(i=bi(bi({},i),f.getChildContext())),b&&!d&&f.getSnapshotBeforeUpdate!=null&&(g=f.getSnapshotBeforeUpdate(h,m)),P=l!=null&&l.type===gc&&l.key==null?ly(l.props.children):l,s=ry(e,hc(P)?P:[P],t,n,i,r,o,a,s,c,u),f.base=t.__e,t.__u&=-161,f.__h.length&&a.push(f),w&&(f.__E=f.__=null)}catch(L){if(a.length=p,t.__v=null,c||o!=null){if(L.then){for(t.__u|=c?160:128;s&&s.nodeType==8&&s.nextSibling;)s=s.nextSibling;o!=null&&(o[o.indexOf(s)]=null),t.__e=s}else if(o!=null)for($=o.length;$--;)Op(o[$])}else t.__e=n.__e;t.__k==null&&(t.__k=n.__k||[]),L.then||cy(t),et.__e(L,t,n)}}else o==null&&t.__v==n.__v?(t.__k=n.__k,t.__e=n.__e):s=t.__e=dT(n.__e,t,n,i,r,o,a,c,u);return(l=et.diffed)&&l(t),128&t.__u?void 0:s}function cy(e){e&&(e.__c&&(e.__c.__e=!0),e.__k&&e.__k.some(cy))}function uy(e,t,n){for(var i=0;i<n.length;i++)Lp(n[i],n[++i],n[++i]);et.__c&&et.__c(t,e),e.some(function(r){try{e=r.__h,r.__h=[],e.some(function(o){o.call(r)})}catch(o){et.__e(o,r.__v)}})}function ly(e){return typeof e!="object"||e==null||e.__b>0?e:hc(e)?e.map(ly):e.constructor!==void 0?null:bi({},e)}function dT(e,t,n,i,r,o,a,s,c){var u,l,p,f,d,h,m,g=n.props||fc,w=t.props,E=t.type;if(E=="svg"?r="http://www.w3.org/2000/svg":E=="math"?r="http://www.w3.org/1998/Math/MathML":r||(r="http://www.w3.org/1999/xhtml"),o!=null){for(u=0;u<o.length;u++)if((d=o[u])&&"setAttribute"in d==!!E&&(E?d.localName==E:d.nodeType==3)){e=d,o[u]=null;break}}if(e==null){if(E==null)return document.createTextNode(w);e=document.createElementNS(r,E,w.is&&w),s&&(et.__m&&et.__m(t,o),s=!1),o=null}if(E==null)g===w||s&&e.data==w||(e.data=w);else{if(o=E=="textarea"&&w.defaultValue!=null?null:o&&lc.call(e.childNodes),!s&&o!=null)for(g={},u=0;u<e.attributes.length;u++)g[(d=e.attributes[u]).name]=d.value;for(u in g)d=g[u],u=="dangerouslySetInnerHTML"?p=d:u=="children"||u in w||u=="value"&&"defaultValue"in w||u=="checked"&&"defaultChecked"in w||_c(e,u,null,d,r);for(u in w)d=w[u],u=="children"?f=d:u=="dangerouslySetInnerHTML"?l=d:u=="value"?h=d:u=="checked"?m=d:s&&typeof d!="function"||g[u]===d||_c(e,u,d,g[u],r);if(l)s||p&&(l.__html==p.__html||l.__html==e.innerHTML)||(e.innerHTML=l.__html),t.__k=[];else if(p&&(e.innerHTML=""),ry(t.type=="template"?e.content:e,hc(f)?f:[f],t,n,i,E=="foreignObject"?"http://www.w3.org/1999/xhtml":r,o,a,o?o[0]:n.__k&&Ar(n,0),s,c),o!=null)for(u=o.length;u--;)Op(o[u]);s&&E!="textarea"||(u="value",E=="progress"&&h==null?e.removeAttribute("value"):h!=null&&(h!==e[u]||E=="progress"&&!h||E=="option"&&h!=g[u])&&_c(e,u,h,g[u],r),u="checked",m!=null&&m!=e[u]&&_c(e,u,m,g[u],r))}return e}function Lp(e,t,n){try{if(typeof e=="function"){var i=typeof e.__u=="function";i&&e.__u(),i&&t==null||(e.__u=e(t))}else e.current=t}catch(r){et.__e(r,n)}}function py(e,t,n){var i,r;if(et.unmount&&et.unmount(e),(i=e.ref)&&(i.current&&i.current!=e.__e||Lp(i,null,t)),(i=e.__c)!=null){if(i.componentWillUnmount)try{i.componentWillUnmount()}catch(o){et.__e(o,t)}i.base=i.__P=i.__n=null}if(i=e.__k)for(r=0;r<i.length;r++)i[r]&&py(i[r],t,n||typeof e.type!="function");n||Op(e.__e),e.__c=e.__=e.__e=void 0}function hT(e,t,n){return this.constructor(e,n)}function fy(e,t,n){var i,r,o,a;t==document&&(t=document.documentElement),et.__&&et.__(e,t),r=(i=!1)?null:t.__k,o=[],a=[],Ip(t,e=t.__k=ty(gc,null,[e]),r||fc,fc,t.namespaceURI,r?null:t.firstChild?lc.call(t.childNodes):null,o,r?r.__e:t.firstChild,i,a),uy(o,e,a),e.props.children=null}lc=dc.slice,et={__e:function(e,t,n,i){for(var r,o,a;t=t.__;)if((r=t.__c)&&!r.__)try{if((o=r.constructor)&&o.getDerivedStateFromError!=null&&(r.setState(o.getDerivedStateFromError(e)),a=r.__d),r.componentDidCatch!=null&&(r.componentDidCatch(e,i||{}),a=r.__d),a)return r.__E=r}catch(s){e=s}throw e}},Xv=0,vc.prototype.setState=function(e,t){var n;n=this.__s!=null&&this.__s!=this.state?this.__s:this.__s=bi({},this.state),typeof e=="function"&&(e=e(bi({},n),this.props)),e&&bi(n,e),e!=null&&this.__v&&(t&&this._sb.push(t),iy(this))},vc.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),iy(this))},vc.prototype.render=gc,er=[],Qv=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,Jv=function(e,t){return e.__v.__b-t.__v.__b},yc.__r=0,Tp=Math.random().toString(8),pc="__d"+Tp,fa="__a"+Tp,ey=/(PointerCapture)$|Capture$/i,Mp=0,kp=sy(!1),Dp=sy(!0);var dy=function(e,t,n,i){var r;t[0]=0;for(var o=1;o<t.length;o++){var a=t[o++],s=t[o]?(t[0]|=a?1:2,n[t[o++]]):t[++o];a===3?i[0]=s:a===4?i[1]=Object.assign(i[1]||{},s):a===5?(i[1]=i[1]||{})[t[++o]]=s:a===6?i[1][t[++o]]+=s+"":a?(r=e.apply(s,dy(e,s,n,["",null])),i.push(r),s[0]?t[0]|=2:(t[o-2]=0,t[o]=r)):i.push(s)}return i},hy=new Map;function mT(e){var t=hy.get(this);return t||(t=new Map,hy.set(this,t)),(t=dy(this,t.get(e)||(t.set(e,t=(function(n){for(var i,r,o=1,a="",s="",c=[0],u=function(f){o===1&&(f||(a=a.replace(/^\s*\n\s*|\s*\n\s*$/g,"")))?c.push(0,f,a):o===3&&(f||a)?(c.push(3,f,a),o=2):o===2&&a==="..."&&f?c.push(4,f,0):o===2&&a&&!f?c.push(5,0,!0,a):o>=5&&((a||!f&&o===5)&&(c.push(o,0,a,r),o=6),f&&(c.push(o,f,0,r),o=6)),a=""},l=0;l<n.length;l++){l&&(o===1&&u(),u(l));for(var p=0;p<n[l].length;p++)i=n[l][p],o===1?i==="<"?(u(),c=[c],o=3):a+=i:o===4?a==="--"&&i===">"?(o=1,a=""):a=i+a[0]:s?i===s?s="":a+=i:i==='"'||i==="'"?s=i:i===">"?(u(),o=1):o&&(i==="="?(o=5,r=a,a=""):i==="/"&&(o<5||n[l][p+1]===">")?(u(),o===3&&(c=c[0]),o=c,(c=c[0]).push(2,0,o),o=0):i===" "||i===" "||i===`
10
+ `||i==="\r"?(u(),o=2):a+=i),o===3&&a==="!--"&&(o=4,c=c[0])}return u(),c})(e)),t),arguments,[])).length>1?t:t[0]}var ze=mT.bind(ty),ho,dt,Np,my,da=0,gy=[],wt=et,vy=wt.__b,yy=wt.__r,_y=wt.diffed,by=wt.__c,xy=wt.unmount,Ey=wt.__;function bc(e,t){wt.__h&&wt.__h(dt,e,da||t),da=0;var n=dt.__H||(dt.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({}),n.__[e]}function Bp(e){return da=1,gT(Sy,e)}function gT(e,t,n){var i=bc(ho++,2);if(i.t=e,!i.__c&&(i.__=[Sy(void 0,t),function(s){var c=i.__N?i.__N[0]:i.__[0],u=i.t(c,s);c!==u&&(i.__N=[u,i.__[1]],i.__c.setState({}))}],i.__c=dt,!dt.__f)){var r=function(s,c,u){if(!i.__c.__H)return!0;var l=!1,p=i.__c.props!==s;if(i.__c.__H.__.some(function(d){if(d.__N){l=!0;var h=d.__[0];d.__=d.__N,d.__N=void 0,h!==d.__[0]&&(p=!0)}}),o){var f=o.call(this,s,c,u);return l?f||p:f}return!l||p};dt.__f=!0;var o=dt.shouldComponentUpdate,a=dt.componentWillUpdate;dt.componentWillUpdate=function(s,c,u){if(this.__e){var l=o;o=void 0,r(s,c,u),o=l}a&&a.call(this,s,c,u)},dt.shouldComponentUpdate=r}return i.__N||i.__}function xc(e,t){var n=bc(ho++,3);!wt.__s&&Fp(n.__H,t)&&(n.__=e,n.u=t,dt.__H.__h.push(n))}function $p(e,t){var n=bc(ho++,4);!wt.__s&&Fp(n.__H,t)&&(n.__=e,n.u=t,dt.__h.push(n))}function Ec(e){return da=5,xi(function(){return{current:e}},[])}function xi(e,t){var n=bc(ho++,7);return Fp(n.__H,t)&&(n.__=e(),n.__H=t,n.__h=e),n.__}function ha(e,t){return da=8,xi(function(){return e},t)}function vT(){for(var e;e=gy.shift();){var t=e.__H;if(e.__P&&t)try{t.__h.some(wc),t.__h.some(jp),t.__h=[]}catch(n){t.__h=[],wt.__e(n,e.__v)}}}wt.__b=function(e){dt=null,vy&&vy(e)},wt.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),Ey&&Ey(e,t)},wt.__r=function(e){yy&&yy(e),ho=0;var t=(dt=e.__c).__H;t&&(Np===dt?(t.__h=[],dt.__h=[],t.__.some(function(n){n.__N&&(n.__=n.__N),n.u=n.__N=void 0})):(t.__h.some(wc),t.__h.some(jp),t.__h=[],ho=0)),Np=dt},wt.diffed=function(e){_y&&_y(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(gy.push(t)!==1&&my===wt.requestAnimationFrame||((my=wt.requestAnimationFrame)||yT)(vT)),t.__H.__.some(function(n){n.u&&(n.__H=n.u,n.u=void 0)})),Np=dt=null},wt.__c=function(e,t){t.some(function(n){try{n.__h.some(wc),n.__h=n.__h.filter(function(i){return!i.__||jp(i)})}catch(i){t.some(function(r){r.__h&&(r.__h=[])}),t=[],wt.__e(i,n.__v)}}),by&&by(e,t)},wt.unmount=function(e){xy&&xy(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.some(function(i){try{wc(i)}catch(r){t=r}}),n.__H=void 0,t&&wt.__e(t,n.__v))};var wy=typeof requestAnimationFrame=="function";function yT(e){var t,n=function(){clearTimeout(i),wy&&cancelAnimationFrame(t),setTimeout(e)},i=setTimeout(n,35);wy&&(t=requestAnimationFrame(n))}function wc(e){var t=dt,n=e.__c;typeof n=="function"&&(e.__c=void 0,n()),dt=t}function jp(e){var t=dt;e.__c=e.__(),dt=t}function Fp(e,t){return!e||e.length!==t.length||t.some(function(n,i){return n!==e[i]})}function Sy(e,t){return typeof t=="function"?t(e):t}function _T(e){const{navigationStack:t,setNavigationStack:n}=e,i=xi(()=>t.length<=1?[]:t.slice(0,-1).map((a,s)=>({label:a.label,onClick:()=>n(c=>c.slice(0,s+1))})),[t,n]),r=t.length>0?()=>n([]):null,o=t.length>0?t[t.length-1].label:null;return ze`
11
+ <div class="djs-popup-breadcrumbs">
12
+ ${r&&ze`
13
+ <button
14
+ type="button"
15
+ class="djs-popup-breadcrumbs-item djs-popup-breadcrumbs-item--back"
16
+ title="Back"
17
+ aria-label="Back"
18
+ onClick=${r}
19
+ >
20
+ <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.03033 1.46967C8.32322 1.76256 8.32322 2.23744 8.03033 2.53033L4.56066 6L8.03033 9.46967C8.32322 9.76256 8.32322 10.2374 8.03033 10.5303C7.73744 10.8232 7.26256 10.8232 6.96967 10.5303L2.96967 6.53033C2.67678 6.23744 2.67678 5.76256 2.96967 5.46967L6.96967 1.46967C7.26256 1.17678 7.73744 1.17678 8.03033 1.46967Z" fill="currentColor"/>
22
+ </svg>
23
+ </button>
24
+ `}
25
+ ${i.map((a,s)=>ze`
26
+ <button
27
+ key=${s}
28
+ type="button"
29
+ class="djs-popup-breadcrumbs-item"
30
+ onClick=${a.onClick}
31
+ title=${a.label}
32
+ >
33
+ ${a.label}
34
+ </button>
35
+ <span class="djs-popup-breadcrumbs-item--separator" aria-hidden="true"></span>
36
+ `)}
37
+ ${o&&ze`
38
+ <span class="djs-popup-breadcrumbs-item djs-popup-breadcrumbs-item--current" title=${o}>
39
+ ${o}
40
+ </span>
41
+ `}
42
+ </div>
43
+ `}function Ry(e){var t,n,i="";if(typeof e=="string"||typeof e=="number")i+=e;else if(typeof e=="object")if(Array.isArray(e)){var r=e.length;for(t=0;t<r;t++)e[t]&&(n=Ry(e[t]))&&(i&&(i+=" "),i+=n)}else for(n in e)e[n]&&(i&&(i+=" "),i+=n);return i}function Sc(){for(var e,t,n=0,i="",r=arguments.length;n<r;n++)(e=arguments[n])&&(t=Ry(e))&&(i&&(i+=" "),i+=t);return i}function bT(e){const{headerEntries:t,onSelect:n,selectedEntry:i,setSelectedEntry:r,title:o}=e,a=xi(()=>xT(t),[t]),s=u=>u.action&&!u.disabled,c=(u,l)=>{if(s(l))return n(u,l)};return ze`
44
+ <div class="djs-popup-header">
45
+ <h3 class="djs-popup-title" title=${o}>${o}</h3>
46
+ ${a.map(u=>ze`
47
+ <ul key=${u.id} class="djs-popup-header-group" data-header-group=${u.id}>
48
+
49
+ ${u.entries.map(l=>ze`
50
+ <li key=${l.id}>
51
+ <${s(l)?"button":"span"}
52
+ class=${ET(l,l===i)}
53
+ onClick=${p=>c(p,l)}
54
+ title=${l.title||l.label}
55
+ data-id=${l.id}
56
+ aria-disabled=${l.disabled||void 0}
57
+ onMouseEnter=${()=>s(l)&&r(l)}
58
+ onMouseLeave=${()=>s(l)&&r(null)}
59
+ onFocus=${()=>s(l)&&r(l)}
60
+ onBlur=${()=>s(l)&&r(null)}
61
+ >
62
+ ${l.imageUrl&&ze`<img class="djs-popup-entry-icon" src=${l.imageUrl} alt="" />`||l.imageHtml&&ze`<div class="djs-popup-entry-icon" dangerouslySetInnerHTML=${{__html:l.imageHtml}} />`}
63
+ ${l.label?ze`
64
+ <span class="djs-popup-label">${l.label}</span>
65
+ `:null}
66
+ </${l.action?"button":"span"}>
67
+ </li>
68
+ `)}
69
+ </ul>
70
+ `)}
71
+ </div>
72
+ `}function xT(e){return e.reduce((t,n)=>{const i=n.group||"default",r=t.find(o=>o.id===i);return r?r.entries.push(n):t.push({id:i,entries:[n]}),t},[])}function ET(e,t){return Sc("entry",e.className,e.active?"active":"",e.disabled?"disabled":"",t?"selected":"")}function Cy(e,t){return`${e}-entry-${t.id}`}function wT(e){const{idPrefix:t,entry:n,selected:i,onMouseEnter:r,onMouseLeave:o,onAction:a}=e,s=(u,l)=>{if(!n.disabled)return a(u,n,l)},c=!n.entries;return ze`
73
+ <li
74
+ class=${Sc("entry",{selected:i,disabled:n.disabled})}
75
+ data-id=${n.id}
76
+ id=${Cy(t,n)}
77
+ role="option"
78
+ aria-selected=${i||void 0}
79
+ aria-haspopup=${n.entries?"true":void 0}
80
+ title=${n.title}
81
+ aria-disabled=${n.disabled||void 0}
82
+ onClick=${s}
83
+ onMouseEnter=${r}
84
+ onMouseLeave=${o}
85
+ onDragStart=${u=>c&&s(u,"dragstart")}
86
+ draggable=${c}
87
+ >
88
+ <div class="djs-popup-entry-content">
89
+ <span
90
+ class=${Sc("djs-popup-entry-name",n.className)}
91
+ >
92
+ ${n.imageUrl&&ze`<img class="djs-popup-entry-icon" src=${n.imageUrl} alt="" />`||n.imageHtml&&ze`<div class="djs-popup-entry-icon" dangerouslySetInnerHTML=${{__html:n.imageHtml}} />`}
93
+
94
+ ${n.label?ze`
95
+ <span class="djs-popup-label">
96
+ ${n.label}
97
+ </span>
98
+ `:null}
99
+
100
+ ${n.documentationRef&&ze`
101
+ <a
102
+ class="djs-popup-entry-docs"
103
+ href=${n.documentationRef}
104
+ onClick=${u=>u.stopPropagation()}
105
+ title="Open entry documentation"
106
+ tabIndex="-1"
107
+ aria-hidden="true"
108
+ target="_blank"
109
+ rel="noopener"
110
+ >
111
+ <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
112
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.6368 10.6375V5.91761H11.9995V10.6382C11.9995 10.9973 11.8623 11.3141 11.5878 11.5885C11.3134 11.863 10.9966 12.0002 10.6375 12.0002H1.36266C0.982345 12.0002 0.660159 11.8681 0.396102 11.6041C0.132044 11.34 1.52588e-05 11.0178 1.52588e-05 10.6375V1.36267C1.52588e-05 0.98236 0.132044 0.660173 0.396102 0.396116C0.660159 0.132058 0.982345 2.95639e-05 1.36266 2.95639e-05H5.91624V1.36267H1.36266V10.6375H10.6368ZM12 0H7.2794L7.27873 1.36197H9.68701L3.06507 7.98391L4.01541 8.93425L10.6373 2.31231V4.72059H12V0Z" fill="#818798"/>
113
+ </svg>
114
+ </a>
115
+ `}
116
+ </span>
117
+ ${n.description&&ze`
118
+ <span
119
+ class="djs-popup-entry-description"
120
+ >
121
+ ${n.description}
122
+ </span>
123
+ `}
124
+ </div>
125
+ ${n.entries&&ze`
126
+ <div class="djs-popup-entry-chevron" aria-hidden="true">
127
+ <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
128
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.96967 1.46967C4.26256 1.17678 4.73744 1.17678 5.03033 1.46967L9.03033 5.46967C9.32322 5.76256 9.32322 6.23744 9.03033 6.53033L5.03033 10.5303C4.73744 10.8232 4.26256 10.8232 3.96967 10.5303C3.67678 10.2374 3.67678 9.76256 3.96967 9.46967L7.43934 6L3.96967 2.53033C3.67678 2.23744 3.67678 1.76256 3.96967 1.46967Z" fill="currentColor"/>
129
+ </svg>
130
+ </div>
131
+ `}
132
+ </li>
133
+ `}function ST(e){const{selectedEntry:t,setSelectedEntry:n,groupedEntries:i,keyboardSelection:r,idPrefix:o,id:a,ariaLabel:s,tabIndex:c,ariaActivedescendant:u,...l}=e,p=Ec();$p(()=>{if(!r||!r.current)return;const m=p.current;if(!m)return;const g=m.querySelector(".selected");g&&RT(g)},[t]);const f=()=>{r.current=!1},d=m=>{r.current||n(m)},h=()=>{r.current||n(null)};return ze`
134
+ <div
135
+ class="djs-popup-results"
136
+ ref=${p}
137
+ id=${a}
138
+ role="listbox"
139
+ aria-label=${s}
140
+ tabIndex=${c}
141
+ aria-activedescendant=${u}
142
+ onMouseMove=${f}
143
+ >
144
+ ${i.map(m=>ze`
145
+ ${m.name&&ze`
146
+ <div key=${m.id} id=${Py(o,m)} class="entry-header" title=${m.name}>
147
+ ${m.name}
148
+ </div>
149
+ `}
150
+ <ul
151
+ class="djs-popup-group"
152
+ data-group=${m.id}
153
+ role="group"
154
+ aria-labelledby=${m.name?Py(o,m):void 0}
155
+ >
156
+ ${m.entries.map(g=>ze`
157
+ <${wT}
158
+ key=${g.id}
159
+ idPrefix=${o}
160
+ entry=${g}
161
+ selected=${g===t}
162
+ onMouseEnter=${()=>d(g)}
163
+ onMouseLeave=${h}
164
+ ...${l}
165
+ />
166
+ `)}
167
+ </ul>
168
+ `)}
169
+ </div>
170
+ `}function Py(e,t){return`${e}-group-${t.id}`}function RT(e){typeof e.scrollIntoViewIfNeeded=="function"?e.scrollIntoViewIfNeeded():e.scrollIntoView({scrollMode:"if-needed",block:"nearest"})}const CT=new oo("djs-popup");function PT(e){const{onClose:t,onSelect:n,className:i,headerEntries:r,position:o,title:a,width:s,scale:c,search:u,emptyPlaceholder:l,searchFn:p,entries:f,onOpened:d,onClosed:h}=e,[m,g]=Bp([]);xc(()=>{g([])},[f]);const[w,E]=Bp(""),b=w.trim().length>0,x=xi(()=>MT(f),[f]),S=xi(()=>_t(u)?x.length>5:!1,[u,x]),A=xi(()=>{const N=m.length?m[m.length-1].entries:f;return S?b?p(x.filter(({searchable:B})=>B!==!1),w,{keys:["label","search","description"]}).map(({item:B})=>B):N.filter(({rank:B=0})=>B>=0):N},[S,b,x,w,p,m,f]),I=xi(()=>b?A.length?[{id:"default",entries:A}]:[]:kT(A),[A,b]),[P,$]=Bp(A[0]),j=Ec(null),L=Ec(!1),F=xi(()=>CT.next(),[]),re=`${F}-results`,Pe=P&&Cy(F,P);xc(()=>{const N=j.current;N&&A.includes(N)?$(N):$(A[0]),j.current=null},[A]);const nt=ha(N=>{const B=TT(I);let be=B.indexOf(P)+N;be<0&&(be=B.length-1),be>=B.length&&(be=0),L.current=!0,$(B[be])},[I,P]),q=ha(N=>{N>0&&P&&P.entries&&(L.current=!0,g(B=>[...B,P])),N<0&&m.length>0&&(L.current=!0,j.current=m[m.length+N],g(B=>B.slice(0,N)))},[P,m]),ie=ha((N,B,V)=>{if(!(!B||B.disabled))return B.entries?(N.preventDefault(),q(1)):n(N,B,V)},[n,q]),ce=ha(N=>{if(N.key==="Enter"&&P){const B=N.target;return!!mr(B,"a, button",!0)||P.disabled?void 0:ie(N,P)}if(N.key==="Backspace"){const B=N.target;if(!(Eu(B,"input")&&B.value!==""))return q(-1),N.preventDefault()}if(N.key==="ArrowUp")return nt(-1),N.preventDefault();if(N.key==="ArrowDown")return nt(1),N.preventDefault();if(N.key==="ArrowRight")return q(1),N.preventDefault();if(N.key==="ArrowLeft")return q(-1),N.preventDefault()},[P,nt,q,ie]),oe=ha(N=>{Eu(N.target,"input")&&E(()=>N.target.value)},[E]);xc(()=>(d(),()=>{h()}),[]);const se=!b&&m.length>0,K=(a||r.length>0)&&!se;return ze`
171
+ <${Ay}
172
+ onClose=${t}
173
+ onKeyup=${oe}
174
+ onKeydown=${ce}
175
+ className=${i}
176
+ position=${o}
177
+ width=${s}
178
+ scale=${c}
179
+ navigationStack=${m}
180
+ >
181
+ ${K&&ze`
182
+ <${bT}
183
+ headerEntries=${r}
184
+ onSelect=${n}
185
+ selectedEntry=${P}
186
+ setSelectedEntry=${$}
187
+ title=${a}
188
+ />
189
+ `}
190
+ ${se&&ze`
191
+ <${_T}
192
+ navigationStack=${m}
193
+ setNavigationStack=${g}
194
+ />
195
+ `}
196
+ ${f.length>0&&ze`
197
+ <div class="djs-popup-body">
198
+
199
+ ${S&&ze`
200
+ <div class="djs-popup-search">
201
+ <svg class="djs-popup-search-icon" width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
202
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.0325 8.5H9.625L13.3675 12.25L12.25 13.3675L8.5 9.625V9.0325L8.2975 8.8225C7.4425 9.5575 6.3325 10 5.125 10C2.4325 10 0.25 7.8175 0.25 5.125C0.25 2.4325 2.4325 0.25 5.125 0.25C7.8175 0.25 10 2.4325 10 5.125C10 6.3325 9.5575 7.4425 8.8225 8.2975L9.0325 8.5ZM1.75 5.125C1.75 6.9925 3.2575 8.5 5.125 8.5C6.9925 8.5 8.5 6.9925 8.5 5.125C8.5 3.2575 6.9925 1.75 5.125 1.75C3.2575 1.75 1.75 3.2575 1.75 5.125Z" fill="#22242A"/>
203
+ </svg>
204
+ <input
205
+ type="text"
206
+ spellcheck=${!1}
207
+ role="combobox"
208
+ aria-label="${a||"Search"}"
209
+ aria-expanded="true"
210
+ aria-controls=${re}
211
+ aria-activedescendant=${Pe||void 0}
212
+ aria-autocomplete="list"
213
+ />
214
+ </div>
215
+ `}
216
+
217
+ ${b&&ze`
218
+ <div class="djs-popup-search-count" aria-live="polite">
219
+ ${A.length} ${A.length===1?"result":"results"} found
220
+ </div>
221
+ `}
222
+
223
+ <${ST}
224
+ groupedEntries=${I}
225
+ selectedEntry=${P}
226
+ setSelectedEntry=${$}
227
+ keyboardSelection=${L}
228
+ onAction=${ie}
229
+ idPrefix=${F}
230
+ id=${re}
231
+ ariaLabel=${a||"Results"}
232
+ tabIndex=${S?-1:0}
233
+ ariaActivedescendant=${S?void 0:Pe||void 0}
234
+ />
235
+
236
+ ${P&&P.documentationRef&&ze`
237
+ <div class="djs-popup-footer">
238
+ <a
239
+ class="djs-popup-footer-docs"
240
+ href=${P.documentationRef}
241
+ onClick=${N=>N.stopPropagation()}
242
+ aria-label=${P.label?`Open entry documentation for ${P.label}`:"Open entry documentation"}
243
+ target="_blank"
244
+ rel="noopener"
245
+ >
246
+ Open entry documentation
247
+
248
+ <svg aria-hidden="true" width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
249
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.6368 10.6375V5.91761H11.9995V10.6382C11.9995 10.9973 11.8623 11.3141 11.5878 11.5885C11.3134 11.863 10.9966 12.0002 10.6375 12.0002H1.36266C0.982345 12.0002 0.660159 11.8681 0.396102 11.6041C0.132044 11.34 1.52588e-05 11.0178 1.52588e-05 10.6375V1.36267C1.52588e-05 0.98236 0.132044 0.660173 0.396102 0.396116C0.660159 0.132058 0.982345 2.95639e-05 1.36266 2.95639e-05H5.91624V1.36267H1.36266V10.6375H10.6368ZM12 0H7.2794L7.27873 1.36197H9.68701L3.06507 7.98391L4.01541 8.93425L10.6373 2.31231V4.72059H12V0Z" fill="#818798"/>
250
+ </svg>
251
+ </a>
252
+ </div>
253
+ `}
254
+ </div>
255
+ `}
256
+ ${l&&A.length===0&&ze`
257
+ <div class="djs-popup-no-results">${Pt(l)?l(w):l}</div>
258
+ `}
259
+ </${Ay}>
260
+ `}function Ay(e){const{onClose:t,onKeydown:n,onKeyup:i,className:r,children:o,navigationStack:a,position:s}=e,c=Ec();return $p(()=>{if(typeof s!="function")return;const u=c.current,l=s(u);u.style.left=`${l.x}px`,u.style.top=`${l.y}px`},[c.current,s]),$p(()=>{const u=c.current;if(!u)return;(u.querySelector("input")||u.querySelector('[role="listbox"]')||u).focus()},[a]),xc(()=>{const u=p=>{if(p.key==="Escape")return p.preventDefault(),t()},l=p=>{if(!mr(p.target,".djs-popup",!0))return t()};return document.documentElement.addEventListener("keydown",u),document.body.addEventListener("click",l,!0),()=>{document.documentElement.removeEventListener("keydown",u),document.body.removeEventListener("click",l,!0)}},[]),ze`
261
+ <div
262
+ class=${Sc("djs-popup",r)}
263
+ style=${AT(e)}
264
+ onKeydown=${n}
265
+ onKeyup=${i}
266
+ ref=${c}
267
+ tabIndex="-1"
268
+ >
269
+ ${o}
270
+ </div>
271
+ `}function AT(e){const{width:t}=e,n=typeof t=="number"?`${t}px`:t;return{transform:`scale(${e.scale})`,width:_t(t)?n:void 0,maxWidth:_t(t)?"unset":void 0,"transform-origin":"top left"}}function TT(e){const t=[];return e.forEach(n=>{n.entries.forEach(i=>{t.push(i)})}),t}function MT(e){const t=[];function n(i){i.forEach(r=>{if(r.entries){n(r.entries);return}t.push(r)})}return n(e),t}function kT(e){const t=[],n=o=>t.find(a=>o.id===a.id),i=o=>!!n(o),r=o=>typeof o=="string"?{id:o}:o;return e.forEach(o=>{const a=o.group?r(o.group):{id:"default"};i(a)?n(a).entries.push(o):t.push({...a,entries:[o]})}),t}var DT="data-id",Ty=["contextPad.close","canvas.viewbox.changing","commandStack.changed"],OT=1e3;function tt(e,t,n,i){this._eventBus=t,this._canvas=n,this._search=i,this._current=null;var r=_t(e&&e.scale)?e.scale:{min:1,max:1};this._config={scale:r},t.on("diagram.destroy",()=>{this.close()}),t.on("element.changed",o=>{const a=this.isOpen()&&this._current.target;o.element===a&&this.refresh()})}tt.$inject=["config.popupMenu","eventBus","canvas","search"],tt.prototype._render=function(){const{position:e,providerId:t,entries:n,headerEntries:i,emptyPlaceholder:r,options:o}=this._current,a=My(n),s=Object.entries(i).map(([f,d])=>({id:f,...d})),c=e&&(f=>this._ensureVisible(f,e)),u=this._updateScale(this._current.container);fy(ze`
272
+ <${PT}
273
+ onClose=${f=>this.close(f)}
274
+ onSelect=${(f,d,h)=>this.trigger(f,d,h)}
275
+ position=${c}
276
+ className=${t}
277
+ entries=${a}
278
+ headerEntries=${s}
279
+ emptyPlaceholder=${r}
280
+ scale=${u}
281
+ onOpened=${this._onOpened.bind(this)}
282
+ onClosed=${this._onClosed.bind(this)}
283
+ searchFn=${this._search}
284
+ ...${{...o}}
285
+ />
286
+ `,this._current.container)},tt.prototype.open=function(e,t,n,i){if(!e)throw new Error("target is missing");if(!t)throw new Error("providers for <"+t+"> not found");if(!n)throw new Error("position is missing");var r=this._eventBus.fire("popupMenu.open.allowed",{target:e,providerId:t});if(r===!1)return;this.isOpen()&&this.close();const{entries:o,headerEntries:a,emptyPlaceholder:s}=this._getContext(e,t);this._current={position:n,providerId:t,target:e,entries:o,headerEntries:a,emptyPlaceholder:s,container:this._createContainer({provider:t}),options:i},this._emit("open"),this._bindAutoClose(),this._render()},tt.prototype.refresh=function(){if(!this.isOpen())return;const{target:e,providerId:t}=this._current,{entries:n,headerEntries:i,emptyPlaceholder:r}=this._getContext(e,t);this._current={...this._current,entries:n,headerEntries:i,emptyPlaceholder:r},this._emit("refresh"),this._render()},tt.prototype._getContext=function(e,t){const n=this._getProviders(t);if(!n||!n.length)throw new Error("provider for <"+t+"> not found");const i=this._getEntries(e,n),r=this._getHeaderEntries(e,n),o=this._getEmptyPlaceholder(n);return{entries:i,headerEntries:r,emptyPlaceholder:o,empty:!(Object.keys(i).length||Object.keys(r).length)}},tt.prototype.close=function(){this.isOpen()&&(this._emit("close"),this.reset(),this._canvas.restoreFocus(),this._current=null)},tt.prototype.reset=function(){const e=this._current.container;fy(null,e),Yn(e)},tt.prototype._emit=function(e,t){this._eventBus.fire(`popupMenu.${e}`,t)},tt.prototype._onOpened=function(){this._emit("opened")},tt.prototype._onClosed=function(){this._emit("closed")},tt.prototype._createContainer=function(e){var t=this._canvas,n=t.getContainer();const i=Ue(`<div class="djs-popup-parent djs-scrollable" data-popup=${e.provider}></div>`);return n.appendChild(i),i},tt.prototype._bindAutoClose=function(){this._eventBus.once(Ty,this.close,this)},tt.prototype._unbindAutoClose=function(){this._eventBus.off(Ty,this.close,this)},tt.prototype._updateScale=function(){var e=this._canvas.zoom(),t=this._config.scale,n,i,r=e;return t!==!0&&(t===!1?(n=1,i=1):(n=t.min,i=t.max),_t(n)&&e<n&&(r=n),_t(i)&&e>i&&(r=i)),r},tt.prototype._ensureVisible=function(e,t){var n=document.documentElement.getBoundingClientRect(),i=e.getBoundingClientRect(),r={},o=t.x,a=t.y;return t.x+i.width>n.width&&(r.x=!0),t.y+i.height>n.height&&(r.y=!0),r.x&&r.y?(o=t.x-i.width,a=t.y-i.height):r.x?(o=t.x-i.width,a=t.y):r.y&&t.y<i.height?(o=t.x,a=10):r.y&&(o=t.x,a=t.y-i.height),t.y<n.top&&(a=t.y+i.height),{x:o,y:a}},tt.prototype.isEmpty=function(e,t){if(!e)throw new Error("target is missing");if(!t)throw new Error("provider ID is missing");const n=this._getProviders(t);return!n||!n.length?!0:this._getContext(e,t).empty},tt.prototype.registerProvider=function(e,t,n){n||(n=t,t=OT),this._eventBus.on("popupMenu.getProviders."+e,t,function(i){i.providers.push(n)})},tt.prototype._getProviders=function(e){var t=this._eventBus.createEvent({type:"popupMenu.getProviders."+e,providers:[]});return this._eventBus.fire(t),t.providers},tt.prototype._getEntries=function(e,t){var n={};return T(t,function(i){if(!i.getPopupMenuEntries){T(i.getEntries(e),function(o){var a=o.id;if(!a)throw new Error("entry ID is missing");n[a]=Gn(o,["id"])});return}var r=i.getPopupMenuEntries(e);Pt(r)?n=r(n):T(r,function(o,a){n[a]=o})}),n},tt.prototype._getHeaderEntries=function(e,t){var n={};return T(t,function(i){if(!i.getPopupMenuHeaderEntries){if(!i.getHeaderEntries)return;T(i.getHeaderEntries(e),function(o){var a=o.id;if(!a)throw new Error("entry ID is missing");n[a]=Gn(o,["id"])});return}var r=i.getPopupMenuHeaderEntries(e);Pt(r)?n=r(n):T(r,function(o,a){n[a]=o})}),n},tt.prototype._getEmptyPlaceholder=function(e){const t=e.find(n=>Pt(n.getEmptyPlaceholder));return t&&t.getEmptyPlaceholder()},tt.prototype.isOpen=function(){return!!this._current},tt.prototype.trigger=function(e,t,n="click"){if(e.preventDefault(),!t){let r=mr(e.delegateTarget||e.target,".entry",!0),o=Gt(r,DT);t={id:o,...this._getEntry(o)}}const i=t.action;if(this._emit("trigger",{entry:t,event:e})!==!1){if(Pt(i)){if(n==="click")return i(e,t)}else if(i[n])return i[n](e,t)}},tt.prototype._getEntry=function(e){var t=this._current.entries[e]||this._current.headerEntries[e];if(!t)throw new Error("entry not found");return t};function My(e,t=[]){return Object.entries(e).map(([n,i])=>{const r={id:n,...i};return r.entries?r.entries=My(r.entries,[...t,...ky(r.search)]):t.length&&(r.search=[...t,...ky(r.search)]),r})}function ky(e){return e?le(e)?e:[e]:[]}function IT(e,t,n){const{keys:i}=n;if(t=t.trim().toLowerCase(),!t)throw new Error("<pattern> must not be empty");const r=t.trim().toLowerCase().split(/\s+/);return e.flatMap(o=>{const a=LT(o,r,i);return a?{item:o,tokens:a}:[]}).sort(NT(i))}function LT(e,t,n){const{matchedWords:i,tokens:r}=n.reduce((o,a)=>{const s=e[a],{tokens:c,matchedWords:u}=le(s)?s.reduce((l,p)=>{const{tokens:f,matchedWords:d}=Ny(p,t);return{tokens:[...l.tokens,f],matchedWords:{...l.matchedWords,...d}}},{matchedWords:{},tokens:[]}):Ny(s,t);return{tokens:{...o.tokens,[a]:c},matchedWords:{...o.matchedWords,...u}}},{matchedWords:{},tokens:{}});return Object.keys(i).length!==t.length?null:r}function NT(e){return(t,n)=>{let i=0,r=1;for(const o of e){const a=BT(t.tokens[o],n.tokens[o]);if(a!==0){i+=a*r,r*=Dy;continue}const s=$T(t.item[o],n.item[o]);if(s!==0){i+=s*r,r*=Dy;continue}}return i}}function BT(e,t){return Oy(t)-Oy(e)}const Dy=.5,mo={FULL:131.9,START_FULL_WORD:8,START_WORD_PART:7.87,WORD_START:2.19,WORD_PART:1,NO_MATCH:-.07};function Oy(e){const t=e.reduce((s,c)=>s+Iy(c),0),n=e.flat(),i=n.reduce((s,c)=>s+c.value.length,0),r=n.reduce((s,c)=>s+(c.match?c.value.length:0),0),o=i?r/i:0;return t*(1+o)}function Iy(e){if(le(e))return Math.max(...e.map(Iy));const t=Math.log(e.value.length);return e.match?(e.start?e.end?mo.FULL:e.wordEnd?mo.START_FULL_WORD:mo.START_WORD_PART:e.wordStart?mo.WORD_START:mo.WORD_PART)*t:mo.NO_MATCH*t}function Ly(e=""){return le(e)?e.join(", "):e}function $T(e,t){return Ly(e).localeCompare(Ly(t))}function Ny(e,t){var u;if(!e)return{tokens:[],matchedWords:{}};const n=[],i={},r=t.map(jT),o=[`(?<all>${r.join("\\s+")})`,...r].join("|"),a=new RegExp(o,"ig");let s,c=0;for(;s=a.exec(e);){const[l]=s,p=s.index,f=s.index+l.length,d=p===0,h=f===e.length,m=!!((u=s.groups)!=null&&u.all),g=d||/\s/.test(e.charAt(p-1)),w=h||/\s/.test(e.charAt(f));s.index>c&&n.push({value:e.slice(c,s.index),index:c}),n.push({value:l,index:s.index,match:!0,wordStart:g,wordEnd:w,start:d,end:h,all:m});const E=m?t:[l];for(const b of E)i[b.toLowerCase()]=!0;c=s.index+l.length}return c<e.length&&n.push({value:e.slice(c),index:c}),{tokens:n,matchedWords:i}}function jT(e){return e.replace(/[/\-\\^$*+?.()|[\]{}]/g,"\\$&")}const By={search:["value",IT]},Hp={__depends__:[By],__init__:["popupMenu"],popupMenu:["type",tt]};var $y={align:`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2000 2000">
287
+ <line x1="200" y1="150" x2="200" y2="1850" style="stroke:currentColor;stroke-width:100;stroke-linecap:round;"/>
288
+ <rect x="500" y="150" width="1300" height="700" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>
289
+ <rect x="500" y="1150" width="700" height="700" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>
290
+ </svg>`,bottom:`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1800">
291
+ <line x1="150" y1="1650" x2="1650" y2="1650" style="stroke:currentColor;stroke-width:100;stroke-linecap:round;"/>
292
+ <rect x="150" y="350" width="600" height="1300" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>
293
+ <rect x="1050" y="850" width="600" height="800" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>
294
+ </svg>`,center:`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1800">
295
+ <line x1="900" y1="150" x2="900" y2="1650" style="stroke:currentColor;stroke-width:100;stroke-linecap:round;"/>
296
+ <rect x="250" y="150" width="1300" height="600" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>
297
+ <rect x="500" y="1050" width="800" height="600" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>
298
+ </svg>`,left:`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1800">
299
+ <line x1="100" y1="150" x2="100" y2="1650" style="stroke:currentColor;stroke-width:100;stroke-linecap:round;"/>
300
+ <rect x="100" y="150" width="1300" height="600" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>
301
+ <rect x="100" y="1050" width="800" height="600" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>
302
+ </svg>`,right:`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1800">
303
+ <line x1="1650" y1="150" x2="1650" y2="1650" style="stroke:currentColor;stroke-width:100;stroke-linecap:round;"/>
304
+ <rect x="350" y="150" width="1300" height="600" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>
305
+ <rect x="850" y="1050" width="800" height="600" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>
306
+ </svg>`,top:`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1800">
307
+ <line x1="150" y1="150" x2="1650" y2="150" style="stroke:currentColor;stroke-width:100;stroke-linecap:round;"/>
308
+ <rect x="150" y="150" width="600" height="1300" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>
309
+ <rect x="1050" y="150" width="600" height="800" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>
310
+ </svg>`,middle:`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1800">
311
+ <line x1="150" y1="900" x2="1650" y2="900" style="stroke:currentColor;stroke-width:100;stroke-linecap:round;"/>
312
+ <rect x="150" y="250" width="600" height="1300" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>
313
+ <rect x="1050" y="500" width="600" height="800" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>
314
+ </svg>`},FT=900;function go(e,t,n,i){e.registerProvider(FT,this),this._contextPad=e,this._popupMenu=t,this._translate=n,this._canvas=i}go.$inject=["contextPad","popupMenu","translate","canvas"],go.prototype.getMultiElementContextPadEntries=function(e){var t={};return this._isAllowed(e)&&D(t,this._getEntries(e)),t},go.prototype._isAllowed=function(e){return!this._popupMenu.isEmpty(e,"align-elements")},go.prototype._getEntries=function(){var e=this;return{"align-elements":{group:"align-elements",title:e._translate("Align elements"),html:`<div class="entry">${$y.align}</div>`,action:{click:function(t,n){var i=e._getMenuPosition(n);D(i,{cursor:{x:t.x,y:t.y}}),e._popupMenu.open(n,"align-elements",i)}}}}},go.prototype._getMenuPosition=function(e){var t=5,n=this._contextPad.getPad(e).html,i=n.getBoundingClientRect(),r={x:i.left,y:i.bottom+t};return r};var HT=["left","center","right","top","middle","bottom"];function ma(e,t,n,i){this._alignElements=t,this._translate=n,this._popupMenu=e,this._rules=i,e.registerProvider("align-elements",this)}ma.$inject=["popupMenu","alignElements","translate","rules"],ma.prototype.getPopupMenuEntries=function(e){var t={};return this._isAllowed(e)&&D(t,this._getEntries(e)),t},ma.prototype._isAllowed=function(e){return this._rules.allowed("elements.align",{elements:e})},ma.prototype._getEntries=function(e){var t=this._alignElements,n=this._translate,i=this._popupMenu,r={};return T(HT,function(o){r["align-elements-"+o]={group:"align",title:n("Align elements "+o),className:"bjs-align-elements-menu-entry",imageHtml:$y[o],action:function(){t.trigger(e,o),i.close()}}}),r};function Rc(e){Pn.call(this,e)}Rc.$inject=["eventBus"],J(Rc,Pn),Rc.prototype.init=function(){this.addRule("elements.align",function(e){var t=e.elements,n=Ee(t,function(i){return!(i.waypoints||i.host||i.labelTarget)});return n=Ya(n),n.length<2?!1:n})};const zT={__depends__:[JA,Kv,Hp],__init__:["alignElementsContextPadProvider","alignElementsMenuProvider","bpmnAlignElements"],alignElementsContextPadProvider:["type",go],alignElementsMenuProvider:["type",ma],bpmnAlignElements:["type",Rc]};function Ei(e,t,n,i){W.call(this,e),this._elementRegistry=t,this._modeling=n,this._rules=i;var r=this;this.postExecuted(["shape.create"],function(o){var a=o.context,s=a.hints||{},c=a.shape,u=a.parent||a.newParent;s.autoResize!==!1&&r._expand([c],u)}),this.postExecuted(["elements.move"],function(o){var a=o.context,s=Qc(Lr(a.closure.topLevel)),c=a.hints,u=c?c.autoResize:!0;if(u!==!1){var l=Nr(s,function(p){return p.parent.id});T(l,function(p,f){le(u)&&(p=p.filter(function(d){return Ve(u,Br({id:d.id}))})),r._expand(p,f)})}}),this.postExecuted(["shape.toggleCollapse"],function(o){var a=o.context,s=a.hints,c=a.shape;s&&s.autoResize===!1||c.collapsed||r._expand(c.children||[],c)}),this.postExecuted(["shape.resize"],function(o){var a=o.context,s=a.hints,c=a.shape,u=c.parent;s&&s.autoResize===!1||u&&r._expand([c],u)})}Ei.$inject=["eventBus","elementRegistry","modeling","rules"],J(Ei,W),Ei.prototype._getOptimalBounds=function(e,t){var n=this.getOffset(t),i=this.getPadding(t),r=ue(lt(e)),o=ue(t),a={};return r.top-o.top<i.top&&(a.top=r.top-n.top),r.left-o.left<i.left&&(a.left=r.left-n.left),o.right-r.right<i.right&&(a.right=r.right+n.right),o.bottom-r.bottom<i.bottom&&(a.bottom=r.bottom+n.bottom),Za(D({},o,a))},Ei.prototype._expand=function(e,t){typeof t=="string"&&(t=this._elementRegistry.get(t));var n=this._rules.allowed("element.autoResize",{elements:e,target:t});if(n){var i=this._getOptimalBounds(e,t);if(VT(i,t)){var r=GT(Bn(t,["x","y","width","height"]),i);this.resize(t,i,{autoResize:r});var o=t.parent;o&&this._expand([t],o)}}},Ei.prototype.getOffset=function(e){return{top:60,bottom:60,left:100,right:100}},Ei.prototype.getPadding=function(e){return{top:2,bottom:2,left:15,right:15}},Ei.prototype.resize=function(e,t,n){this._modeling.resizeShape(e,t,null,n)};function VT(e,t){return e.x!==t.x||e.y!==t.y||e.width!==t.width||e.height!==t.height}function GT(e,t){var n="";return e=ue(e),t=ue(t),e.top>t.top&&(n=n.concat("n")),e.right<t.right&&(n=n.concat("w")),e.bottom<t.bottom&&(n=n.concat("s")),e.left>t.left&&(n=n.concat("e")),n}function Cc(e){e.invoke(Ei,this)}Cc.$inject=["injector"],J(Cc,Ei),Cc.prototype.resize=function(e,t,n){y(e,"bpmn:Participant")?this._modeling.resizeLane(e,t,null,n):this._modeling.resizeShape(e,t,null,n)};function ga(e){Pn.call(this,e);var t=this;this.addRule("element.autoResize",function(n){return t.canResize(n.elements,n.target)})}ga.$inject=["eventBus"],J(ga,Pn),ga.prototype.canResize=function(e,t){return!1};function Pc(e,t){ga.call(this,e),this._modeling=t}J(Pc,ga),Pc.$inject=["eventBus","modeling"],Pc.prototype.canResize=function(e,t){if(y(t.di,"bpmndi:BPMNPlane")||!y(t,"bpmn:Participant")&&!y(t,"bpmn:Lane")&&!y(t,"bpmn:SubProcess"))return!1;var n=!0;return T(e,function(i){if(y(i,"bpmn:Lane")||_e(i)){n=!1;return}}),n};const WT={__init__:["bpmnAutoResize","bpmnAutoResizeProvider"],bpmnAutoResize:["type",Cc],bpmnAutoResizeProvider:["type",Pc]};function vo(e,t,n){this._canvas=n,this._opts=D({scrollThresholdIn:[20,20,20,20],scrollThresholdOut:[0,0,0,0],scrollRepeatTimeout:15,scrollStep:10},e);var i=this;t.on("drag.move",function(r){var o=i._toBorderPoint(r);i.startScroll(o)}),t.on(["drag.cleanup"],function(){i.stopScroll()})}vo.$inject=["config.autoScroll","eventBus","canvas"],vo.prototype.startScroll=function(e){var t=this._canvas,n=this._opts,i=this,r=t.getContainer().getBoundingClientRect(),o=[e.x,e.y,r.width-e.x,r.height-e.y];this.stopScroll();for(var a=0,s=0,c=0;c<4;c++)UT(o[c],n.scrollThresholdOut[c],n.scrollThresholdIn[c])&&(c===0?a=n.scrollStep:c==1?s=n.scrollStep:c==2?a=-n.scrollStep:c==3&&(s=-n.scrollStep));(a!==0||s!==0)&&(t.scroll({dx:a,dy:s}),this._scrolling=setTimeout(function(){i.startScroll(e)},n.scrollRepeatTimeout))};function UT(e,t,n){return t<e&&e<n}vo.prototype.stopScroll=function(){clearTimeout(this._scrolling)},vo.prototype.setOptions=function(e){this._opts=D({},this._opts,e)},vo.prototype._toBorderPoint=function(e){var t=this._canvas._container.getBoundingClientRect(),n=xr(e.originalEvent);return{x:n.x-t.left,y:n.y-t.top}};const qT={__depends__:[gi],__init__:["autoScroll"],autoScroll:["type",vo]};var jy="djs-bendpoint",Fy="djs-segment-dragger";function YT(e,t){var n=xr(t),i=e._container.getBoundingClientRect(),r;r={x:i.left,y:i.top};var o=e.viewbox();return{x:o.x+(n.x-r.x)/o.scale,y:o.y+(n.y-r.y)/o.scale}}function zp(e,t,n){var i=YT(e,n),r=al(t,i);return r}function Vp(e,t){var n=ae("g");Ce(n).add(jy),ge(e,n);var i=ae("circle");ee(i,{cx:0,cy:0,r:4}),Ce(i).add("djs-visual"),ge(n,i);var r=ae("circle");return ee(r,{cx:0,cy:0,r:10}),Ce(r).add("djs-hit"),ge(n,r),t&&Ce(n).add(t),n}function KT(e,t,n,i){var r=ae("g");ge(e,r);var o=18,a=6,s=11,c=ZT(t,n,i),u=a+s,l=ae("rect");ee(l,{x:-o/2,y:-a/2,width:o,height:a}),Ce(l).add("djs-visual"),ge(r,l);var p=ae("rect");return ee(p,{x:-c/2,y:-u/2,width:c,height:u}),Ce(p).add("djs-hit"),ge(r,p),fh(r,i==="v"?90:0),r}function Hy(e,t,n){var i=ae("g"),r=Lu(t,n),o=li(t,n);return ge(e,i),KT(i,t,n,o),Ce(i).add(Fy),Ce(i).add(o==="h"?"horizontal":"vertical"),Nt(i,r.x,r.y),i}function Gp(e){return Math.abs(Math.round(e*2/3))}function XT(e,t){var n=QT(e,t);return fl(e,n)}function ZT(e,t,n){var i=t.x-e.x,r=t.y-e.y;return Gp(n==="h"?i:r)}function QT(e,t){for(var n=t.waypoints,i=1/0,r,o=0;o<n.length-1;o++){var a=n[o],s=n[o+1],c=Qh(e,[a,s]);c<i&&(i=c,r=o)}return[n[r],n[r+1]]}function zy(e,t,n,i,r){function o(b,x,S){var A=b.index,I=b.point,P,$,j,L,F,re;return A<=0||b.bendpoint?!1:(P=x[A-1],$=x[A],j=Lu(P,$),L=li(P,$),F=Math.abs(I.x-j.x),re=Math.abs(I.y-j.y),L&&F<=S&&re<=S)}function a(b,x){var S=b.waypoints,A,I,P,$;return x.index<=0||x.bendpoint||(A={start:S[x.index-1],end:S[x.index]},I=li(A.start,A.end),!I)?null:(I==="h"?P=A.end.x-A.start.x:P=A.end.y-A.start.y,$=Gp(P)/2,$)}function s(b,x){var S=x.waypoints,A=zp(t,S,b),I;if(A){I=a(x,A);var P;if(o(A,S,I)?P=r.start(b,x,A.index):P=i.start(b,x,A.index,!A.bendpoint),P!==!1)return!0}}function c(b,x,S){he.bind(b,x,function(A){n.triggerMouseEvent(x,A,S),A.stopPropagation()})}function u(b,x){var S=t.getLayer("overlays"),A=$e('.djs-bendpoints[data-element-id="'+la(b.id)+'"]',S);return!A&&x&&(A=ae("g"),ee(A,{"data-element-id":b.id}),Ce(A).add("djs-bendpoints"),ge(S,A),c(A,"mousedown",b),c(A,"click",b),c(A,"dblclick",b)),A}function l(b,x){return $e('.djs-segment-dragger[data-segment-idx="'+b+'"]',x)}function p(b,x){x.waypoints.forEach(function(S,A){var I=Vp(b);ge(b,I),Nt(I,S.x,S.y)}),Vp(b,"floating")}function f(b,x){for(var S=x.waypoints,A,I,P,$=1;$<S.length;$++)A=S[$-1],I=S[$],li(A,I)&&(P=Hy(b,A,I),ee(P,{"data-segment-idx":$}),c(P,"mousemove",x))}function d(b){T(Ga("."+jy,b),function(x){xt(x)})}function h(b){T(Ga("."+Fy,b),function(x){xt(x)})}function m(b){var x=u(b);return x||(x=u(b,!0),p(x,b),f(x,b)),x}function g(b){var x=u(b);x&&(h(x),d(x),f(x,b),p(x,b))}function w(b,x){var S=$e(".floating",b),A=x.point;S&&(Nt(S,A.x,A.y),Ce(S).add("positioned"))}function E(b,x,S){var A=l(x.index,b),I=S[x.index-1],P=S[x.index],$=x.point,j=Lu(I,P),L=li(I,P),F,re;A&&(F=JT(A),re={x:$.x-j.x,y:$.y-j.y},L==="v"&&(re={x:re.y,y:re.x}),Nt(F,re.x,re.y))}e.on("connection.changed",function(b){g(b.element)}),e.on("connection.remove",function(b){var x=u(b.element);x&&xt(x)}),e.on("element.marker.update",function(b){var x=b.element,S;x.waypoints&&(S=m(x),b.add?Ce(S).add(b.marker):Ce(S).remove(b.marker))}),e.on("element.mousemove",function(b){var x=b.element,S=x.waypoints,A,I;if(S){if(A=u(x,!0),I=zp(t,S,b.originalEvent),!I)return;w(A,I),I.bendpoint||E(A,I,S)}}),e.on("element.mousedown",function(b){if(Gi(b)){var x=b.originalEvent,S=b.element;if(S.waypoints)return s(x,S)}}),e.on("selection.changed",function(b){var x=b.newSelection,S=x[0];S&&S.waypoints&&m(S)}),e.on("element.hover",function(b){var x=b.element;x.waypoints&&m(x)}),e.on("element.out",function(b){var x=b.element;if(x.waypoints){var S=u(x);if(S){var A=$e(".floating",S);A&&Ce(A).remove("positioned")}}}),e.on("element.updateId",function(b){var x=b.element,S=b.newId;if(x.waypoints){var A=u(x);A&&ee(A,{"data-element-id":S})}}),this.addHandles=m,this.updateHandles=g,this.getBendpointsContainer=u,this.getSegmentDragger=l}zy.$inject=["eventBus","canvas","interactionEvents","bendpointMove","connectionSegmentMove"];function JT(e){return $e(".djs-visual",e)}var Vy=Math.round,Tr="reconnectStart",Mr="reconnectEnd",va="updateWaypoints";function Wp(e,t,n,i,r,o){this._injector=e,this.start=function(a,s,c,u){var l=n.getGraphics(s),p=s.source,f=s.target,d=s.waypoints,h;!u&&c===0?h=Tr:!u&&c===d.length-1?h=Mr:h=va;var m=h===va?"connection.updateWaypoints":"connection.reconnect",g=r.allowed(m,{connection:s,source:p,target:f});if(g===!1&&(g=r.allowed(m,{connection:s,source:f,target:p})),g!==!1)return i.init(a,"bendpoint.move",{data:{connection:s,connectionGfx:l,context:{allowed:g,bendpointIndex:c,connection:s,source:p,target:f,insert:u,type:h}}})},t.on("bendpoint.move.hover",function(a){var s=a.context,c=s.connection,u=c.source,l=c.target,p=a.hover,f=s.type;s.hover=p;var d;if(p){var h=f===va?"connection.updateWaypoints":"connection.reconnect";if(d=s.allowed=r.allowed(h,{connection:c,source:f===Tr?p:u,target:f===Mr?p:l}),d){s.source=f===Tr?p:u,s.target=f===Mr?p:l;return}d===!1&&(d=s.allowed=r.allowed(h,{connection:c,source:f===Mr?p:l,target:f===Tr?p:u})),d&&(s.source=f===Mr?p:l,s.target=f===Tr?p:u)}}),t.on(["bendpoint.move.out","bendpoint.move.cleanup"],function(a){var s=a.context,c=s.type;s.hover=null,s.source=null,s.target=null,c!==va&&(s.allowed=!1)}),t.on("bendpoint.move.end",function(a){var s=a.context,c=s.allowed,u=s.bendpointIndex,l=s.connection,p=s.insert,f=l.waypoints.slice(),d=s.source,h=s.target,m=s.type,g=s.hints||{},w={x:Vy(a.x),y:Vy(a.y)};if(!c)return!1;m===va?(p?f.splice(u,0,w):f[u]=w,g.bendpointMove={insert:p,bendpointIndex:u},f=this.cropWaypoints(l,f),o.updateWaypoints(l,lw(f),g)):(m===Tr?(g.docking="source",Ac(s)&&(g.docking="target",g.newWaypoints=f.reverse())):m===Mr&&(g.docking="target",Ac(s)&&(g.docking="source",g.newWaypoints=f.reverse())),o.reconnect(l,d,h,w,g))},this)}Wp.$inject=["injector","eventBus","canvas","dragging","rules","modeling"],Wp.prototype.cropWaypoints=function(e,t){var n=this._injector.get("connectionDocking",!1);if(!n)return t;var i=e.waypoints;return e.waypoints=t,e.waypoints=n.getCroppedWaypoints(e),t=e.waypoints,e.waypoints=i,t};function Ac(e){var t=e.hover,n=e.source,i=e.target,r=e.type;if(r===Tr)return t&&i&&t===i&&n!==i;if(r===Mr)return t&&n&&t===n&&n!==i}var eM="reconnectStart",tM="reconnectEnd",Gy="updateWaypoints",ya="connect-ok",Tc="connect-not-ok",Wy="connect-hover",Uy="djs-updating",qy="djs-dragging",Yy=1100;function Ky(e,t,n,i){this._injector=t;var r=t.get("connectionPreview",!1);n.on("bendpoint.move.start",function(o){var a=o.context,s=a.bendpointIndex,c=a.connection,u=a.insert,l=c.waypoints,p=l.slice();a.waypoints=l,u&&p.splice(s,0,{x:o.x,y:o.y}),c.waypoints=p;var f=a.draggerGfx=Vp(i.getLayer("overlays"));Ce(f).add("djs-dragging"),i.addMarker(c,qy),i.addMarker(c,Uy)}),n.on("bendpoint.move.hover",function(o){var a=o.context,s=a.allowed,c=a.hover,u=a.type;if(c){if(i.addMarker(c,Wy),u===Gy)return;s?(i.removeMarker(c,Tc),i.addMarker(c,ya)):s===!1&&(i.removeMarker(c,ya),i.addMarker(c,Tc))}}),n.on(["bendpoint.move.out","bendpoint.move.cleanup"],Yy,function(o){var a=o.context,s=a.hover,c=a.target;s&&(i.removeMarker(s,Wy),i.removeMarker(s,c?ya:Tc))}),n.on("bendpoint.move.move",function(o){var a=o.context,s=a.allowed,c=a.bendpointIndex,u=a.draggerGfx,l=a.hover,p=a.type,f=a.connection,d=f.source,h=f.target,m=f.waypoints.slice(),g={x:o.x,y:o.y},w=a.hints||{},E={};r&&(w.connectionStart&&(E.connectionStart=w.connectionStart),w.connectionEnd&&(E.connectionEnd=w.connectionEnd),p===eM?Ac(a)?(E.connectionEnd=E.connectionEnd||g,E.source=h,E.target=l||d,m=m.reverse()):(E.connectionStart=E.connectionStart||g,E.source=l||d,E.target=h):p===tM?Ac(a)?(E.connectionStart=E.connectionStart||g,E.source=l||h,E.target=d,m=m.reverse()):(E.connectionEnd=E.connectionEnd||g,E.source=d,E.target=l||h):(E.noCropping=!0,E.noLayout=!0,m[c]=g),p===Gy&&(m=e.cropWaypoints(f,m)),E.waypoints=m,r.drawPreview(a,s,E)),Nt(u,o.x,o.y)},this),n.on(["bendpoint.move.end","bendpoint.move.cancel"],Yy,function(o){var a=o.context,s=a.connection,c=a.draggerGfx,u=a.hover,l=a.target,p=a.waypoints;s.waypoints=p,xt(c),i.removeMarker(s,Uy),i.removeMarker(s,qy),u&&(i.removeMarker(u,ya),i.removeMarker(u,l?ya:Tc)),r&&r.cleanUp(a)})}Ky.$inject=["bendpointMove","injector","eventBus","canvas"];var Xy="connect-hover",Zy="djs-updating";function Qy(e,t,n){return Up(e,t,e[t]+n)}function Up(e,t,n){return{x:t==="x"?n:e.x,y:t==="y"?n:e.y}}function nM(e,t,n,i){var r=Math.max(t[i],n[i]),o=Math.min(t[i],n[i]),a=20,s=Math.min(Math.max(o+a,e[i]),r-a);return Up(t,i,s)}function Jy(e){return e==="x"?"y":"x"}function e_(e,t,n){var i,r;return e.original?e.original:(i=pe(t),r=Jy(n),Up(e,r,i[r]))}function t_(e,t,n,i,r,o){var a=e.get("connectionDocking",!1);this.start=function(p,f,d){var h,m=n.getGraphics(f),g=d-1,w=d,E=f.waypoints,b=E[g],x=E[w],S=zp(n,E,p),A,I,P;if(A=li(b,x),!!A)return I=A==="v"?"x":"y",g===0&&(b=e_(b,f.source,I)),w===E.length-1&&(x=e_(x,f.target,I)),S?P=S.point:P={x:(b.x+x.x)/2,y:(b.y+x.y)/2},h={connection:f,segmentStartIndex:g,segmentEndIndex:w,segmentStart:b,segmentEnd:x,axis:I,dragPosition:P},i.init(p,P,"connectionSegment.move",{cursor:I==="x"?"resize-ew":"resize-ns",data:{connection:f,connectionGfx:m,context:h}})};function s(p,f){if(!a)return f;var d=p.waypoints,h;return p.waypoints=f,h=a.getCroppedWaypoints(p),p.waypoints=d,h}function c(p){r.update("connection",p.connection,p.connectionGfx)}function u(p,f,d){var h=p.newWaypoints,m=p.segmentStartIndex+f,g=h[m],w=p.segmentEndIndex+f,E=h[w],b=Jy(p.axis),x=nM(d,g,E,b);Nt(p.draggerGfx,x.x,x.y)}function l(p,f){var d=0,h=p.filter(function(m,g){return Iu(p[g-1],p[g+1],m)?(d=g<=f?d-1:d,!1):!0});return{waypoints:h,segmentOffset:d}}t.on("connectionSegment.move.start",function(p){var f=p.context,d=p.connection,h=n.getLayer("overlays");f.originalWaypoints=d.waypoints.slice(),f.draggerGfx=Hy(h,f.segmentStart,f.segmentEnd),Ce(f.draggerGfx).add("djs-dragging"),n.addMarker(d,Zy)}),t.on("connectionSegment.move.move",function(p){var f=p.context,d=f.connection,h=f.segmentStartIndex,m=f.segmentEndIndex,g=f.segmentStart,w=f.segmentEnd,E=f.axis,b=f.originalWaypoints.slice(),x=Qy(g,E,p["d"+E]),S=Qy(w,E,p["d"+E]),A=b.length,I=0;b[h]=x,b[m]=S;var P,$;h<2&&(P=Lt(d.source,x),h===1?P==="intersect"&&(b.shift(),b[0]=x,I--):P!=="intersect"&&(b.unshift(g),I++)),m>A-3&&($=Lt(d.target,S),m===A-2?$==="intersect"&&(b.pop(),b[b.length-1]=S):$!=="intersect"&&b.push(w)),f.newWaypoints=d.waypoints=s(d,b),u(f,I,p),f.newSegmentStartIndex=h+I,c(p)}),t.on("connectionSegment.move.hover",function(p){p.context.hover=p.hover,n.addMarker(p.hover,Xy)}),t.on(["connectionSegment.move.out","connectionSegment.move.cleanup"],function(p){var f=p.context.hover;f&&n.removeMarker(f,Xy)}),t.on("connectionSegment.move.cleanup",function(p){var f=p.context,d=f.connection;f.draggerGfx&&xt(f.draggerGfx),n.removeMarker(d,Zy)}),t.on(["connectionSegment.move.cancel","connectionSegment.move.end"],function(p){var f=p.context,d=f.connection;d.waypoints=f.originalWaypoints,c(p)}),t.on("connectionSegment.move.end",function(p){var f=p.context,d=f.connection,h=f.newWaypoints,m=f.newSegmentStartIndex;h=h.map(function(S){return{original:S.original,x:Math.round(S.x),y:Math.round(S.y)}});var g=l(h,m),w=g.waypoints,E=s(d,w),b=g.segmentOffset,x={segmentMove:{segmentStartIndex:f.segmentStartIndex,newSegmentStartIndex:m+b}};o.updateWaypoints(d,E,x)})}t_.$inject=["injector","eventBus","canvas","dragging","graphicsFactory","modeling"];var iM=Math.abs,n_=Math.round;function rM(e,t,n){n=n===void 0?10:n;var i,r;for(i=0;i<t.length;i++)if(r=t[i],iM(r-e)<=n)return r}function i_(e){return{x:e.x,y:e.y}}function r_(e){return{x:e.x+e.width,y:e.y+e.height}}function kn(e,t){return!e||isNaN(e.x)||isNaN(e.y)?t:{x:n_(e.x+e.width/2),y:n_(e.y+e.height/2)}}function yo(e,t){var n=e.snapped;return n?typeof t=="string"?n[t]:n.x&&n.y:!1}function ht(e,t,n){if(typeof t!="string")throw new Error("axis must be in [x, y]");if(typeof n!="number"&&n!==!1)throw new Error("value must be Number or false");var i,r=e[t],o=e.snapped=e.snapped||{};return n===!1?o[t]=!1:(o[t]=!0,i=n-r,e[t]+=i,e["d"+t]+=i),r}function o_(e){return e.children||[]}var oM=Math.abs,a_=Math.round,qp=10;function s_(e){function t(o,a){if(le(o)){for(var s=o.length;s--;)if(oM(o[s]-a)<=qp)return o[s]}else{o=+o;var c=a%o;if(c<qp)return a-c;if(c>o-qp)return a-c+o}return a}function n(o,a){if(o.waypoints)return XT(a,o);if(o.width)return{x:a_(o.width/2+o.x),y:a_(o.height/2+o.y)}}function i(o){var a=o.context,s=a.snapPoints,c=a.connection,u=c.waypoints,l=a.segmentStart,p=a.segmentStartIndex,f=a.segmentEnd,d=a.segmentEndIndex,h=a.axis;if(s)return s;var m=[u[p-1],l,f,u[d+1]];return p<2&&m.unshift(n(c.source,o)),d>u.length-3&&m.unshift(n(c.target,o)),a.snapPoints=s={horizontal:[],vertical:[]},T(m,function(g){g&&(g=g.original||g,h==="y"&&s.horizontal.push(g.y),h==="x"&&s.vertical.push(g.x))}),s}e.on("connectionSegment.move.move",1500,function(o){var a=i(o),s=o.x,c=o.y,u,l;if(a){u=t(a.vertical,s),l=t(a.horizontal,c);var p=s-u,f=c-l;D(o,{dx:o.dx-p,dy:o.dy-f,x:u,y:l}),(p||a.vertical.indexOf(s)!==-1)&&ht(o,"x",u),(f||a.horizontal.indexOf(c)!==-1)&&ht(o,"y",l)}});function r(o){var a=o.snapPoints,s=o.connection.waypoints,c=o.bendpointIndex;if(a)return a;var u=[s[c-1],s[c+1]];return o.snapPoints=a={horizontal:[],vertical:[]},T(u,function(l){l&&(l=l.original||l,a.horizontal.push(l.y),a.vertical.push(l.x))}),a}e.on(["connect.hover","connect.move","connect.end"],1500,function(o){var a=o.context,s=a.hover,c=s&&n(s,o);!Fe(s)||!c||!c.x||!c.y||(ht(o,"x",c.x),ht(o,"y",c.y))}),e.on(["bendpoint.move.move","bendpoint.move.end"],1500,function(o){var a=o.context,s=r(a),c=a.hover,u=c&&n(c,o),l=o.x,p=o.y,f,d;if(s){f=t(u?s.vertical.concat([u.x]):s.vertical,l),d=t(u?s.horizontal.concat([u.y]):s.horizontal,p);var h=l-f,m=p-d;D(o,{dx:o.dx-h,dy:o.dy-m,x:o.x-h,y:o.y-m}),(h||s.vertical.indexOf(l)!==-1)&&ht(o,"x",f),(m||s.horizontal.indexOf(p)!==-1)&&ht(o,"y",d)}})}s_.$inject=["eventBus"];const aM={__depends__:[gi,ei],__init__:["bendpoints","bendpointSnapping","bendpointMovePreview"],bendpoints:["type",zy],bendpointMove:["type",Wp],bendpointMovePreview:["type",Ky],connectionSegmentMove:["type",t_],bendpointSnapping:["type",s_]};function c_(e,t,n,i){function r(a,s){return i.allowed("connection.create",{source:a,target:s})}function o(a,s){return r(s,a)}e.on("connect.hover",function(a){var s=a.context,c=s.start,u=a.hover,l;if(s.hover=u,l=s.canExecute=r(c,u),!Ir(l)){if(l!==!1){s.source=c,s.target=u;return}l=s.canExecute=o(c,u),!Ir(l)&&l!==!1&&(s.source=u,s.target=c)}}),e.on(["connect.out","connect.cleanup"],function(a){var s=a.context;s.hover=null,s.source=null,s.target=null,s.canExecute=!1}),e.on("connect.end",function(a){var s=a.context,c=s.canExecute,u=s.connectionStart,l={x:a.x,y:a.y},p=s.source,f=s.target;if(!c)return!1;var d=null,h={connectionStart:Yp(s)?l:u,connectionEnd:Yp(s)?u:l};Ct(c)&&(d=c),s.connection=n.connect(p,f,d,h)}),this.start=function(a,s,c,u){Ct(c)||(u=c,c=pe(s)),t.init(a,"connect",{autoActivate:u,data:{shape:s,context:{start:s,connectionStart:c}}})}}c_.$inject=["eventBus","dragging","modeling","rules"];function Yp(e){var t=e.hover,n=e.source,i=e.target;return t&&n&&t===n&&n!==i}var sM=1100,cM=900,u_="connect-ok",l_="connect-not-ok";function p_(e,t,n){var i=e.get("connectionPreview",!1);i&&t.on("connect.move",function(r){var o=r.context,a=o.canExecute,s=o.hover,c=o.source,u=o.start,l=o.startPosition,p=o.target,f=o.connectionStart||l,d=o.connectionEnd||{x:r.x,y:r.y},h=f,m=d;Yp(o)&&(h=d,m=f),i.drawPreview(o,a,{source:c||u,target:p||s,connectionStart:h,connectionEnd:m})}),t.on("connect.hover",cM,function(r){var o=r.context,a=r.hover,s=o.canExecute;s!==null&&n.addMarker(a,s?u_:l_)}),t.on(["connect.out","connect.cleanup"],sM,function(r){var o=r.hover;o&&(n.removeMarker(o,u_),n.removeMarker(o,l_))}),i&&t.on("connect.cleanup",function(r){i.cleanUp(r.context)})}p_.$inject=["injector","eventBus","canvas"];const Kp={__depends__:[An,ei,gi],__init__:["connectPreview"],connect:["type",c_],connectPreview:["type",p_]};var uM="djs-dragger";function wi(e,t,n,i){this._canvas=t,this._graphicsFactory=n,this._elementFactory=i,this._connectionDocking=e.get("connectionDocking",!1),this._layouter=e.get("layouter",!1)}wi.$inject=["injector","canvas","graphicsFactory","elementFactory"],wi.prototype.drawPreview=function(e,t,n){n=n||{};var i=e.connectionPreviewGfx,r=e.getConnection,o=n.source,a=n.target,s=n.waypoints,c=n.connectionStart,u=n.connectionEnd,l=n.noLayout,p=n.noCropping,f=n.noNoop,d,h=this;if(i||(i=e.connectionPreviewGfx=this.createConnectionPreviewGfx()),Wa(i),r||(r=e.getConnection=lM(function(m,g,w){return h.getConnection(m,g,w)})),t&&(d=r(t,o,a)),!d){!f&&this.drawNoopPreview(i,n);return}d.waypoints=s||[],this._layouter&&!l&&(d.waypoints=this._layouter.layoutConnection(d,{source:o,target:a,connectionStart:c,connectionEnd:u,waypoints:n.waypoints||d.waypoints})),(!d.waypoints||!d.waypoints.length)&&(d.waypoints=[o?pe(o):c,a?pe(a):u]),this._connectionDocking&&(o||a)&&!p&&(d.waypoints=this._connectionDocking.getCroppedWaypoints(d,o,a)),this._graphicsFactory.drawConnection(i,d,{stroke:"var(--element-dragger-color)"})},wi.prototype.drawNoopPreview=function(e,t){var n=t.source,i=t.target,r=t.connectionStart||pe(n),o=t.connectionEnd||pe(i),a=this.cropWaypoints(r,o,n,i),s=this.createNoopConnection(a[0],a[1]);ge(e,s)},wi.prototype.cropWaypoints=function(e,t,n,i){var r=this._graphicsFactory,o=n&&r.getShapePath(n),a=i&&r.getShapePath(i),s=r.getConnectionPath({waypoints:[e,t]});return e=n&&Do(o,s,!0)||e,t=i&&Do(a,s,!1)||t,[e,t]},wi.prototype.cleanUp=function(e){e&&e.connectionPreviewGfx&&xt(e.connectionPreviewGfx)},wi.prototype.getConnection=function(e){var t=pM(e);return this._elementFactory.createConnection(t)},wi.prototype.createConnectionPreviewGfx=function(){var e=ae("g");return ee(e,{pointerEvents:"none"}),Ce(e).add(uM),ge(this._canvas.getActiveLayer(),e),e},wi.prototype.createNoopConnection=function(e,t){return Ao([e,t],{stroke:"#333",strokeDasharray:[1],strokeWidth:2,"pointer-events":"none"})};function lM(e){var t={};return function(n){var i=JSON.stringify(n),r=t[i];return r||(r=t[i]=e.apply(null,arguments)),r}}function pM(e){return Ct(e)?e:{}}const fM={__init__:["connectionPreview"],connectionPreview:["type",wi]},Mc="complex-preview";class f_{constructor(t,n,i){this._canvas=t,this._graphicsFactory=n,this._previewSupport=i,this._markers=[]}create(t){this.cleanUp();const{created:n=[],moved:i=[],removed:r=[],resized:o=[]}=t,a=this._canvas.getLayer(Mc);n.filter(s=>!dM(s)).forEach(s=>{let c;Fe(s)?(c=this._graphicsFactory._createContainer("connection",ae("g")),this._graphicsFactory.drawConnection(yr(c),s)):(c=this._graphicsFactory._createContainer("shape",ae("g")),this._graphicsFactory.drawShape(yr(c),s),Nt(c,s.x,s.y)),this._previewSupport.addDragger(s,a,c)}),i.forEach(({element:s,delta:c})=>{this._previewSupport.addDragger(s,a,void 0,"djs-dragging"),this._canvas.addMarker(s,"djs-element-hidden"),this._markers.push([s,"djs-element-hidden"]);const u=this._previewSupport.addDragger(s,a);Fe(s)?Nt(u,c.x,c.y):Nt(u,s.x+c.x,s.y+c.y)}),r.forEach(s=>{this._previewSupport.addDragger(s,a,void 0,"djs-dragging"),this._canvas.addMarker(s,"djs-element-hidden"),this._markers.push([s,"djs-element-hidden"])}),o.forEach(({shape:s,bounds:c})=>{this._canvas.addMarker(s,"djs-hidden"),this._markers.push([s,"djs-hidden"]),this._previewSupport.addDragger(s,a,void 0,"djs-dragging");const u=this._graphicsFactory._createContainer("shape",ae("g"));this._graphicsFactory.drawShape(yr(u),s,{width:c.width,height:c.height}),Nt(u,c.x,c.y),this._previewSupport.addDragger(s,a,u)})}cleanUp(){Wa(this._canvas.getLayer(Mc)),this._markers.forEach(([t,n])=>this._canvas.removeMarker(t,n)),this._markers=[]}show(){this._canvas.showLayer(Mc)}hide(){this._canvas.hideLayer(Mc)}}f_.$inject=["canvas","graphicsFactory","previewSupport"];function dM(e){return e.hidden}const hM={__depends__:[ao],__init__:["complexPreview"],complexPreview:["type",f_]},d_=Math.round;function kc(e,t,n,i,r,o){this._complexPreview=e,this._connectionDocking=t,this._elementFactory=n,this._eventBus=i,this._layouter=r,this._rules=o}kc.prototype.create=function(e,t,n){const i=this._complexPreview,r=this._connectionDocking,o=this._elementFactory,a=this._eventBus,s=this._layouter,c=this._rules,u=o.createShape(D({type:t},n)),l=a.fire("autoPlace",{source:e,shape:u});if(!l)return;D(u,{x:l.x-d_(u.width/2),y:l.y-d_(u.height/2)});const p=c.allowed("connection.create",{source:e,target:u,hints:{targetParent:e.parent}});let f=null;p&&(f=o.createConnection(p),f.waypoints=s.layoutConnection(f,{source:e,target:u}),f.waypoints=r.getCroppedWaypoints(f,e,u)),i.create({created:[u,f].filter(d=>!Ir(d))})},kc.prototype.cleanUp=function(){this._complexPreview.cleanUp()},kc.$inject=["complexPreview","connectionDocking","elementFactory","eventBus","layouter","rules"];const mM={__depends__:[rc,hM,bp],__init__:["appendPreview"],appendPreview:["type",kc]};var h_=Math.min,m_=Math.max;function Xp(e){e.preventDefault()}function _a(e){e.stopPropagation()}function gM(e){return e.nodeType===Node.TEXT_NODE}function vM(e){return[].slice.call(e)}function Fn(e){this.container=e.container,this.parent=Ue('<div class="djs-direct-editing-parent"><div class="djs-direct-editing-content" contenteditable="true"></div></div>'),this.content=$e("[contenteditable]",this.parent),this.keyHandler=e.keyHandler||function(){},this.resizeHandler=e.resizeHandler||function(){},this.focusoutHandler=e.focusoutHandler||function(){},this.autoResize=Jt(this.autoResize,this),this.handlePaste=Jt(this.handlePaste,this)}Fn.prototype.create=function(e,t,n,i){var r=this,o=this.parent,a=this.content,s=this.container;i=this.options=i||{},t=this.style=t||{};var c=Bn(t,["width","height","maxWidth","maxHeight","minWidth","minHeight","left","top","backgroundColor","position","overflow","border","wordWrap","textAlign","outline","transform"]);D(o.style,{width:e.width+"px",height:e.height+"px",maxWidth:e.maxWidth+"px",maxHeight:e.maxHeight+"px",minWidth:e.minWidth+"px",minHeight:e.minHeight+"px",left:e.x+"px",top:e.y+"px",backgroundColor:"#ffffff",position:"absolute",overflow:"visible",border:"1px solid #ccc",boxSizing:"border-box",wordWrap:"normal",textAlign:"center",outline:"none"},c);var u=Bn(t,["fontFamily","fontSize","fontWeight","lineHeight","padding","paddingTop","paddingRight","paddingBottom","paddingLeft"]);return D(a.style,{boxSizing:"border-box",width:"100%",outline:"none",wordWrap:"break-word"},u),i.centerVertically&&D(a.style,{position:"absolute",top:"50%",transform:"translate(0, -50%)"},u),a.innerText=n,he.bind(a,"keydown",this.keyHandler),he.bind(a,"mousedown",_a),he.bind(a,"paste",r.handlePaste),he.bind(a,"focusout",this.focusoutHandler),i.autoResize&&he.bind(a,"input",this.autoResize),i.resizable&&this.resizable(t),s.appendChild(o),this.setSelection(a.lastChild,a.lastChild&&a.lastChild.length),o},Fn.prototype.handlePaste=function(e){var t=this.options,n=this.style;e.preventDefault();var i;if(e.clipboardData?i=e.clipboardData.getData("text/plain"):i=window.clipboardData.getData("Text"),this.insertText(i),t.autoResize){var r=this.autoResize(n);r&&this.resizeHandler(r)}},Fn.prototype.insertText=function(e){e=yM(e);var t=document.execCommand("insertText",!1,e);t||this._insertTextIE(e)},Fn.prototype._insertTextIE=function(e){var t=this.getSelection(),n=t.startContainer,i=t.endContainer,r=t.startOffset,o=t.endOffset,a=t.commonAncestorContainer,s=vM(a.childNodes),c,u;if(gM(a)){var l=n.textContent;n.textContent=l.substring(0,r)+e+l.substring(o),c=n,u=r+e.length}else if(n===this.content&&i===this.content){var p=document.createTextNode(e);this.content.insertBefore(p,s[r]),c=p,u=p.textContent.length}else{var f=s.indexOf(n),d=s.indexOf(i);s.forEach(function(h,m){m===f?h.textContent=n.textContent.substring(0,r)+e+i.textContent.substring(o):m>f&&m<=d&&Yn(h)}),c=n,u=r+e.length}c&&u!==void 0&&setTimeout(function(){self.setSelection(c,u)})},Fn.prototype.autoResize=function(){var e=this.parent,t=this.content,n=parseInt(this.style.fontSize)||12;if(t.scrollHeight>e.offsetHeight||t.scrollHeight<e.offsetHeight-n){var i=e.getBoundingClientRect(),r=t.scrollHeight;e.style.height=r+"px",this.resizeHandler({width:i.width,height:i.height,dx:0,dy:r-i.height})}},Fn.prototype.resizable=function(){var e=this,t=this.parent,n=this.resizeHandle,i=parseInt(this.style.minWidth)||0,r=parseInt(this.style.minHeight)||0,o=parseInt(this.style.maxWidth)||1/0,a=parseInt(this.style.maxHeight)||1/0;if(!n){n=this.resizeHandle=Ue('<div class="djs-direct-editing-resize-handle"></div>');var s,c,u,l,p=function(h){Xp(h),_a(h),s=h.clientX,c=h.clientY;var m=t.getBoundingClientRect();u=m.width,l=m.height,he.bind(document,"mousemove",f),he.bind(document,"mouseup",d)},f=function(h){Xp(h),_a(h);var m=h_(m_(u+h.clientX-s,i),o),g=h_(m_(l+h.clientY-c,r),a);t.style.width=m+"px",t.style.height=g+"px",e.resizeHandler({width:u,height:l,dx:h.clientX-s,dy:h.clientY-c})},d=function(h){Xp(h),_a(h),he.unbind(document,"mousemove",f,!1),he.unbind(document,"mouseup",d,!1)};he.bind(n,"mousedown",p)}D(n.style,{position:"absolute",bottom:"0px",right:"0px",cursor:"nwse-resize",width:"0",height:"0",borderTop:(parseInt(this.style.fontSize)/4||3)+"px solid transparent",borderRight:(parseInt(this.style.fontSize)/4||3)+"px solid #ccc",borderBottom:(parseInt(this.style.fontSize)/4||3)+"px solid #ccc",borderLeft:(parseInt(this.style.fontSize)/4||3)+"px solid transparent"}),t.appendChild(n)},Fn.prototype.destroy=function(){var e=this.parent,t=this.content,n=this.resizeHandle;t.innerText="",e.removeAttribute("style"),t.removeAttribute("style"),he.unbind(t,"keydown",this.keyHandler),he.unbind(t,"mousedown",_a),he.unbind(t,"input",this.autoResize),he.unbind(t,"paste",this.handlePaste),he.unbind(t,"focusout",this.focusoutHandler),n&&(n.removeAttribute("style"),Yn(n)),Yn(e)},Fn.prototype.getValue=function(){return this.content.innerText.trim()},Fn.prototype.getSelection=function(){var e=window.getSelection(),t=e.getRangeAt(0);return t},Fn.prototype.setSelection=function(e,t){var n=document.createRange();e===null?n.selectNodeContents(this.content):(n.setStart(e,t),n.setEnd(e,t));var i=window.getSelection();i.removeAllRanges(),i.addRange(n)};function yM(e){return e.replace(/\r\n|\r|\n/g,`
315
+ `)}function dn(e,t){this._eventBus=e,this._canvas=t,this._providers=[],this._textbox=new Fn({container:t.getContainer(),keyHandler:Jt(this._handleKey,this),resizeHandler:Jt(this._handleResize,this),focusoutHandler:Jt(this._handleFocusout,this)}),e.on(["diagram.clear","diagram.destroy"],()=>this._cleanup())}dn.$inject=["eventBus","canvas"],dn.prototype.registerProvider=function(e){this._providers.push(e)},dn.prototype.isActive=function(e){return!!(this._active&&(!e||this._active.element===e))},dn.prototype.cancel=function(){this._active&&(this._fire("cancel"),this.close())},dn.prototype._fire=function(e,t){this._eventBus.fire("directEditing."+e,t||{active:this._active})},dn.prototype.close=function(){this._fire("deactivate"),this._cleanup(),this._canvas.restoreFocus&&this._canvas.restoreFocus()},dn.prototype._cleanup=function(){this._active&&(this._textbox.destroy(),this._active=null,this.resizable=void 0)},dn.prototype.complete=function(){var e=this._active;if(e){var t,n=e.context.bounds,i=this.$textbox.getBoundingClientRect(),r=this.getValue(),o=e.context.text;(r!==o||i.height!==n.height||i.width!==n.width)&&(t=this._textbox.container.getBoundingClientRect(),e.provider.update(e.element,r,e.context.text,{x:i.left-t.left,y:i.top-t.top,width:i.width,height:i.height})),this._fire("complete"),this.close()}},dn.prototype.getValue=function(){return this._textbox.getValue()},dn.prototype._handleKey=function(e){e.stopPropagation();var t=e.keyCode||e.charCode;if(t===27)return e.preventDefault(),this.cancel();if(t===13&&!e.shiftKey)return e.preventDefault(),this.complete()},dn.prototype._handleResize=function(e){this._fire("resize",e)},dn.prototype._handleFocusout=function(e){e.relatedTarget&&this._textbox.parent.contains(e.relatedTarget)||this.complete()},dn.prototype.activate=function(e){if(this.isActive()&&this.cancel(),this._eventBus.fire("directEditing.activate.allowed",{element:e})===!1)return!1;var t,n=Ve(this._providers,function(i){return(t=i.activate(e))?i:null});return t&&(this.$textbox=this._textbox.create(t.bounds,t.style,t.text,t.options),this._active={element:e,context:t,provider:n},t.options&&t.options.resizable&&(this.resizable=!0),this._fire("activate")),!!t};const g_={__depends__:[Is],__init__:["directEditing"],directEditing:["type",dn]};function _M(e){return function(t){var n=t.target,i=U(e),r=i.eventDefinitions&&i.eventDefinitions[0],o=i.$type===n.type,a=(r&&r.$type)===n.eventDefinitionType,s=!!n.triggeredByEvent==!!i.triggeredByEvent,c=n.isExpanded===void 0||n.isExpanded===Re(e);return!o||!a||!s||!c}}const bM={task:{label:"Task",className:"bpmn-icon-task",target:{type:"bpmn:Task"}},"user-task":{label:"User task",className:"bpmn-icon-user",target:{type:"bpmn:UserTask"}},"service-task":{label:"Service task",className:"bpmn-icon-service",target:{type:"bpmn:ServiceTask"}},"send-task":{label:"Send task",className:"bpmn-icon-send",target:{type:"bpmn:SendTask"}},"receive-task":{label:"Receive task",className:"bpmn-icon-receive",target:{type:"bpmn:ReceiveTask"}},"manual-task":{label:"Manual task",className:"bpmn-icon-manual",target:{type:"bpmn:ManualTask"}},"rule-task":{label:"Business rule task",className:"bpmn-icon-business-rule",target:{type:"bpmn:BusinessRuleTask"}},"script-task":{label:"Script task",className:"bpmn-icon-script",target:{type:"bpmn:ScriptTask"}},"call-activity":{label:"Call activity",className:"bpmn-icon-call-activity",target:{type:"bpmn:CallActivity"}},transaction:{label:"Transaction",className:"bpmn-icon-transaction",target:{type:"bpmn:Transaction",isExpanded:!0}},"event-subprocess":{label:"Event sub-process",className:"bpmn-icon-event-subprocess-expanded",target:{type:"bpmn:SubProcess",triggeredByEvent:!0,isExpanded:!0}},"collapsed-subprocess":{label:"Sub-process (collapsed)",className:"bpmn-icon-subprocess-collapsed",target:{type:"bpmn:SubProcess",isExpanded:!1}},"expanded-subprocess":{label:"Sub-process (expanded)",className:"bpmn-icon-subprocess-expanded",target:{type:"bpmn:SubProcess",isExpanded:!0}},"collapsed-ad-hoc-subprocess":{label:"Ad-hoc sub-process (collapsed)",className:"bpmn-icon-subprocess-collapsed",target:{type:"bpmn:AdHocSubProcess",isExpanded:!1}},"expanded-ad-hoc-subprocess":{label:"Ad-hoc sub-process (expanded)",className:"bpmn-icon-subprocess-expanded",target:{type:"bpmn:AdHocSubProcess",isExpanded:!0}},"exclusive-gateway":{label:"Exclusive gateway",className:"bpmn-icon-gateway-xor",target:{type:"bpmn:ExclusiveGateway"}},"parallel-gateway":{label:"Parallel gateway",className:"bpmn-icon-gateway-parallel",target:{type:"bpmn:ParallelGateway"}},"inclusive-gateway":{label:"Inclusive gateway",className:"bpmn-icon-gateway-or",target:{type:"bpmn:InclusiveGateway"}},"complex-gateway":{label:"Complex gateway",className:"bpmn-icon-gateway-complex",target:{type:"bpmn:ComplexGateway"}},"event-based-gateway":{label:"Event-based gateway",className:"bpmn-icon-gateway-eventbased",target:{type:"bpmn:EventBasedGateway",instantiate:!1,eventGatewayType:"Exclusive"}},"data-store-reference":{label:"Data store reference",className:"bpmn-icon-data-store",target:{type:"bpmn:DataStoreReference"}},"data-object-reference":{label:"Data object reference",className:"bpmn-icon-data-object",target:{type:"bpmn:DataObjectReference"}},"expanded-pool":{label:"Expanded pool/participant",className:"bpmn-icon-participant",target:{type:"bpmn:Participant",isExpanded:!0}},"collapsed-pool":{label:"Empty pool/participant",className:"bpmn-icon-lane",target:{type:"bpmn:Participant",isExpanded:!1}},"none-start-event":{label:"Start event",className:"bpmn-icon-start-event-none",target:{type:"bpmn:StartEvent"}},"none-intermediate-throwing":{label:"Intermediate throw event",className:"bpmn-icon-intermediate-event-none",target:{type:"bpmn:IntermediateThrowEvent"}},"none-boundary-event":{label:"Boundary event",className:"bpmn-icon-intermediate-event-none",target:{type:"bpmn:BoundaryEvent"}},"none-end-event":{label:"End event",className:"bpmn-icon-end-event-none",target:{type:"bpmn:EndEvent"}},"message-start":{label:"Message start event",className:"bpmn-icon-start-event-message",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:MessageEventDefinition",isInterrupting:!0}},"timer-start":{label:"Timer start event",className:"bpmn-icon-start-event-timer",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:TimerEventDefinition",isInterrupting:!0}},"conditional-start":{label:"Conditional start event",className:"bpmn-icon-start-event-condition",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:ConditionalEventDefinition",isInterrupting:!0}},"signal-start":{label:"Signal start event",className:"bpmn-icon-start-event-signal",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:SignalEventDefinition",isInterrupting:!0}},"error-start":{label:"Error start event",className:"bpmn-icon-start-event-error",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:ErrorEventDefinition",isInterrupting:!0}},"escalation-start":{label:"Escalation start event",className:"bpmn-icon-start-event-escalation",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:EscalationEventDefinition",isInterrupting:!0}},"compensation-start":{label:"Compensation start event",className:"bpmn-icon-start-event-compensation",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:CompensateEventDefinition",isInterrupting:!0}},"non-interrupting-message-start":{label:"Message start event (non-interrupting)",className:"bpmn-icon-start-event-non-interrupting-message",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:MessageEventDefinition",isInterrupting:!1}},"non-interrupting-timer-start":{label:"Timer start event (non-interrupting)",className:"bpmn-icon-start-event-non-interrupting-timer",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:TimerEventDefinition",isInterrupting:!1}},"non-interrupting-conditional-start":{label:"Conditional start event (non-interrupting)",className:"bpmn-icon-start-event-non-interrupting-condition",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:ConditionalEventDefinition",isInterrupting:!1}},"non-interrupting-signal-start":{label:"Signal start event (non-interrupting)",className:"bpmn-icon-start-event-non-interrupting-signal",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:SignalEventDefinition",isInterrupting:!1}},"non-interrupting-escalation-start":{label:"Escalation start event (non-interrupting)",className:"bpmn-icon-start-event-non-interrupting-escalation",target:{type:"bpmn:StartEvent",eventDefinitionType:"bpmn:EscalationEventDefinition",isInterrupting:!1}},"message-intermediate-catch":{label:"Message intermediate catch event",className:"bpmn-icon-intermediate-event-catch-message",target:{type:"bpmn:IntermediateCatchEvent",eventDefinitionType:"bpmn:MessageEventDefinition"}},"message-intermediate-throw":{label:"Message intermediate throw event",className:"bpmn-icon-intermediate-event-throw-message",target:{type:"bpmn:IntermediateThrowEvent",eventDefinitionType:"bpmn:MessageEventDefinition"}},"timer-intermediate-catch":{label:"Timer intermediate catch event",className:"bpmn-icon-intermediate-event-catch-timer",target:{type:"bpmn:IntermediateCatchEvent",eventDefinitionType:"bpmn:TimerEventDefinition"}},"escalation-intermediate-throw":{label:"Escalation intermediate throw event",className:"bpmn-icon-intermediate-event-throw-escalation",target:{type:"bpmn:IntermediateThrowEvent",eventDefinitionType:"bpmn:EscalationEventDefinition"}},"conditional-intermediate-catch":{label:"Conditional intermediate catch event",className:"bpmn-icon-intermediate-event-catch-condition",target:{type:"bpmn:IntermediateCatchEvent",eventDefinitionType:"bpmn:ConditionalEventDefinition"}},"link-intermediate-catch":{label:"Link intermediate catch event",className:"bpmn-icon-intermediate-event-catch-link",target:{type:"bpmn:IntermediateCatchEvent",eventDefinitionType:"bpmn:LinkEventDefinition",eventDefinitionAttrs:{name:""}}},"link-intermediate-throw":{label:"Link intermediate throw event",className:"bpmn-icon-intermediate-event-throw-link",target:{type:"bpmn:IntermediateThrowEvent",eventDefinitionType:"bpmn:LinkEventDefinition",eventDefinitionAttrs:{name:""}}},"compensation-intermediate-throw":{label:"Compensation intermediate throw event",className:"bpmn-icon-intermediate-event-throw-compensation",target:{type:"bpmn:IntermediateThrowEvent",eventDefinitionType:"bpmn:CompensateEventDefinition"}},"signal-intermediate-catch":{label:"Signal intermediate catch event",className:"bpmn-icon-intermediate-event-catch-signal",target:{type:"bpmn:IntermediateCatchEvent",eventDefinitionType:"bpmn:SignalEventDefinition"}},"signal-intermediate-throw":{label:"Signal intermediate throw event",className:"bpmn-icon-intermediate-event-throw-signal",target:{type:"bpmn:IntermediateThrowEvent",eventDefinitionType:"bpmn:SignalEventDefinition"}},"message-boundary":{label:"Message boundary event",className:"bpmn-icon-intermediate-event-catch-message",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:MessageEventDefinition",cancelActivity:!0}},"timer-boundary":{label:"Timer boundary event",className:"bpmn-icon-intermediate-event-catch-timer",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:TimerEventDefinition",cancelActivity:!0}},"escalation-boundary":{label:"Escalation boundary event",className:"bpmn-icon-intermediate-event-catch-escalation",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:EscalationEventDefinition",cancelActivity:!0}},"conditional-boundary":{label:"Conditional boundary event",className:"bpmn-icon-intermediate-event-catch-condition",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:ConditionalEventDefinition",cancelActivity:!0}},"error-boundary":{label:"Error boundary event",className:"bpmn-icon-intermediate-event-catch-error",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:ErrorEventDefinition",cancelActivity:!0}},"cancel-boundary":{label:"Cancel boundary event",className:"bpmn-icon-intermediate-event-catch-cancel",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:CancelEventDefinition",cancelActivity:!0}},"signal-boundary":{label:"Signal boundary event",className:"bpmn-icon-intermediate-event-catch-signal",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:SignalEventDefinition",cancelActivity:!0}},"compensation-boundary":{label:"Compensation boundary event",className:"bpmn-icon-intermediate-event-catch-compensation",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:CompensateEventDefinition",cancelActivity:!0}},"non-interrupting-message-boundary":{label:"Message boundary event (non-interrupting)",className:"bpmn-icon-intermediate-event-catch-non-interrupting-message",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:MessageEventDefinition",cancelActivity:!1}},"non-interrupting-timer-boundary":{label:"Timer boundary event (non-interrupting)",className:"bpmn-icon-intermediate-event-catch-non-interrupting-timer",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:TimerEventDefinition",cancelActivity:!1}},"non-interrupting-escalation-boundary":{label:"Escalation boundary event (non-interrupting)",className:"bpmn-icon-intermediate-event-catch-non-interrupting-escalation",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:EscalationEventDefinition",cancelActivity:!1}},"non-interrupting-conditional-boundary":{label:"Conditional boundary event (non-interrupting)",className:"bpmn-icon-intermediate-event-catch-non-interrupting-condition",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:ConditionalEventDefinition",cancelActivity:!1}},"non-interrupting-signal-boundary":{label:"Signal boundary event (non-interrupting)",className:"bpmn-icon-intermediate-event-catch-non-interrupting-signal",target:{type:"bpmn:BoundaryEvent",eventDefinitionType:"bpmn:SignalEventDefinition",cancelActivity:!1}},"message-end":{label:"Message end event",className:"bpmn-icon-end-event-message",target:{type:"bpmn:EndEvent",eventDefinitionType:"bpmn:MessageEventDefinition"}},"escalation-end":{label:"Escalation end event",className:"bpmn-icon-end-event-escalation",target:{type:"bpmn:EndEvent",eventDefinitionType:"bpmn:EscalationEventDefinition"}},"error-end":{label:"Error end event",className:"bpmn-icon-end-event-error",target:{type:"bpmn:EndEvent",eventDefinitionType:"bpmn:ErrorEventDefinition"}},"cancel-end":{label:"Cancel end event",className:"bpmn-icon-end-event-cancel",target:{type:"bpmn:EndEvent",eventDefinitionType:"bpmn:CancelEventDefinition"}},"compensation-end":{label:"Compensation end event",className:"bpmn-icon-end-event-compensation",target:{type:"bpmn:EndEvent",eventDefinitionType:"bpmn:CompensateEventDefinition"}},"signal-end":{label:"Signal end event",className:"bpmn-icon-end-event-signal",target:{type:"bpmn:EndEvent",eventDefinitionType:"bpmn:SignalEventDefinition"}},"terminate-end":{label:"Terminate end event",className:"bpmn-icon-end-event-terminate",target:{type:"bpmn:EndEvent",eventDefinitionType:"bpmn:TerminateEventDefinition"}}};function G(e,t={}){var n=bM[e];if(!n)throw new Error("unknown popup entry <"+e+">");return{...n,actionName:"replace-with-"+e,...t}}var xM=[G("none-start-event",{actionName:"replace-with-none-start"}),G("none-intermediate-throwing"),G("none-end-event",{actionName:"replace-with-none-end"}),G("message-start"),G("timer-start"),G("conditional-start"),G("signal-start")],EM=[G("none-start-event",{actionName:"replace-with-none-start"}),G("none-intermediate-throwing"),G("none-end-event",{actionName:"replace-with-none-end"})],wM=[G("none-start-event",{actionName:"replace-with-none-start"}),G("none-intermediate-throwing",{actionName:"replace-with-none-intermediate-throw"}),G("none-end-event",{actionName:"replace-with-none-end"}),G("message-intermediate-catch"),G("message-intermediate-throw"),G("timer-intermediate-catch"),G("escalation-intermediate-throw"),G("conditional-intermediate-catch"),G("link-intermediate-catch"),G("link-intermediate-throw"),G("compensation-intermediate-throw"),G("signal-intermediate-catch"),G("signal-intermediate-throw")],SM=[G("none-start-event",{actionName:"replace-with-none-start"}),G("none-intermediate-throwing",{actionName:"replace-with-none-intermediate-throw"}),G("none-end-event",{actionName:"replace-with-none-end"}),G("message-end"),G("escalation-end"),G("error-end"),G("cancel-end"),G("compensation-end"),G("signal-end"),G("terminate-end")],RM=[G("exclusive-gateway"),G("parallel-gateway"),G("inclusive-gateway"),G("complex-gateway"),G("event-based-gateway")],CM=[G("transaction"),G("event-subprocess"),G("expanded-ad-hoc-subprocess",{actionName:"replace-with-ad-hoc-subprocess",label:"Ad-hoc sub-process"}),G("collapsed-subprocess")],PM=[G("expanded-subprocess",{actionName:"replace-with-subprocess",label:"Sub-process"}),G("transaction"),G("event-subprocess"),G("collapsed-ad-hoc-subprocess")],v_=[G("transaction"),G("expanded-subprocess",{actionName:"replace-with-subprocess",label:"Sub-process"}),G("expanded-ad-hoc-subprocess",{actionName:"replace-with-ad-hoc-subprocess",label:"Ad-hoc sub-process"}),G("event-subprocess")],AM=v_,y_=[G("task"),G("user-task"),G("service-task"),G("send-task"),G("receive-task"),G("manual-task"),G("rule-task"),G("script-task"),G("call-activity"),G("collapsed-subprocess"),G("expanded-subprocess"),G("collapsed-ad-hoc-subprocess"),G("expanded-ad-hoc-subprocess",{actionName:"replace-with-ad-hoc-subprocess"})],TM=[G("data-store-reference")],MM=[G("data-object-reference")],kM=[G("message-boundary"),G("timer-boundary"),G("escalation-boundary"),G("conditional-boundary"),G("error-boundary"),G("cancel-boundary"),G("signal-boundary"),G("compensation-boundary"),G("non-interrupting-message-boundary"),G("non-interrupting-timer-boundary"),G("non-interrupting-escalation-boundary"),G("non-interrupting-conditional-boundary"),G("non-interrupting-signal-boundary")],DM=[G("message-start"),G("timer-start"),G("conditional-start"),G("signal-start"),G("error-start"),G("escalation-start"),G("compensation-start"),G("non-interrupting-message-start"),G("non-interrupting-timer-start"),G("non-interrupting-conditional-start"),G("non-interrupting-signal-start"),G("non-interrupting-escalation-start")],OM=[{label:"Sequence flow",actionName:"replace-with-sequence-flow",className:"bpmn-icon-connection"},{label:"Default flow",actionName:"replace-with-default-flow",className:"bpmn-icon-default-flow"},{label:"Conditional flow",actionName:"replace-with-conditional-flow",className:"bpmn-icon-conditional-flow"}],IM=[G("expanded-pool"),G("collapsed-pool",{label:function(e){var t="Empty pool/participant";return e.children&&e.children.length&&(t+=" (removes content)"),t}})],LM={"bpmn:MessageEventDefinition":[G("message-start"),G("message-intermediate-catch"),G("message-intermediate-throw"),G("message-end")],"bpmn:TimerEventDefinition":[G("timer-start"),G("timer-intermediate-catch")],"bpmn:ConditionalEventDefinition":[G("conditional-start"),G("conditional-intermediate-catch")],"bpmn:SignalEventDefinition":[G("signal-start"),G("signal-intermediate-catch"),G("signal-intermediate-throw"),G("signal-end")],"bpmn:ErrorEventDefinition":[G("error-start"),G("error-end")],"bpmn:EscalationEventDefinition":[G("escalation-start"),G("escalation-intermediate-throw"),G("escalation-end")],"bpmn:CompensateEventDefinition":[G("compensation-start"),G("compensation-intermediate-throw"),G("compensation-end")]};const __={"start-event-non-interrupting":`
316
+ <svg viewBox="0 0 2048 2048" xmlns="http://www.w3.org/2000/svg">
317
+ <g transform="translate(0 995.64)">
318
+ <path d="m1899 28.357c21.545 567.43-598.38 1023.5-1133.6 835.92-548.09-147.21-801.57-873.95-463.59-1330 302.62-480.3 1071.7-507.54 1407.6-49.847 122.14 153.12 190.07 348.07 189.59 543.91z" fill="none" stroke="currentColor" stroke-dasharray="418.310422, 361.2328165" stroke-linecap="round" stroke-width="100"/>
319
+ </g>
320
+ </svg>`,"intermediate-event-non-interrupting":`
321
+ <svg viewBox="0 0 2048 2048" xmlns="http://www.w3.org/2000/svg">
322
+ <g transform="translate(0 995.64)" fill="none" stroke="currentColor" stroke-linecap="round">
323
+ <circle cx="1024" cy="28.357" r="875" stroke-dasharray="418.310422, 361.2328165" stroke-width="100"/>
324
+ <circle cx="1024" cy="28.357" r="685" stroke-dasharray="348.31044857,261.23283643" stroke-dashoffset="500" stroke-width="100"/>
325
+ </g>
326
+ </svg>`};function Dn(e,t,n,i,r,o,a,s){this._bpmnFactory=e,this._popupMenu=t,this._modeling=n,this._moddle=i,this._bpmnReplace=r,this._rules=o,this._translate=a,this._moddleCopy=s,this._register()}Dn.$inject=["bpmnFactory","popupMenu","modeling","moddle","bpmnReplace","rules","translate","moddleCopy"],Dn.prototype._register=function(){this._popupMenu.registerProvider("bpmn-replace",this)},Dn.prototype.getPopupMenuEntries=function(e){var s;var t=e.businessObject,n=this._rules,i=[],r,o=[];if(le(e)||!n.allowed("shape.replace",{element:e}))return{};var a=_M(e);return y(t,"bpmn:DataObjectReference")?this._createEntries(e,TM):y(t,"bpmn:DataStoreReference")&&!y(e.parent,"bpmn:Collaboration")?this._createEntries(e,MM):(y(t,"bpmn:Event")&&!y(t,"bpmn:BoundaryEvent")&&(r=(s=t.get("eventDefinitions")[0])==null?void 0:s.$type,i=LM[r]||[],!Ut(t.$parent)&&y(t.$parent,"bpmn:SubProcess")&&(i=Ee(i,function(c){return c.target.type!=="bpmn:StartEvent"}))),y(t,"bpmn:StartEvent")&&!y(t.$parent,"bpmn:SubProcess")?(o=Ee(xM.concat(i),a),this._createEntries(e,o)):y(t,"bpmn:Participant")?(o=Ee(IM,function(c){return Re(e)!==c.target.isExpanded}),this._createEntries(e,o)):y(t,"bpmn:StartEvent")&&Ut(t.$parent)?(o=Ee(DM.concat(i),function(c){var u=c.target,l=u.isInterrupting!==!1,p=t.isInterrupting===l;return a(c)||!a(c)&&!p}),this._createEntries(e,o)):y(t,"bpmn:StartEvent")&&!Ut(t.$parent)&&y(t.$parent,"bpmn:SubProcess")?(o=Ee(EM.concat(i),a),this._createEntries(e,o)):y(t,"bpmn:EndEvent")?(o=Ee(SM.concat(i),function(c){var u=c.target;return u.eventDefinitionType=="bpmn:CancelEventDefinition"&&!y(t.$parent,"bpmn:Transaction")?!1:a(c)}),this._createEntries(e,o)):y(t,"bpmn:BoundaryEvent")?(o=Ee(kM,function(c){var u=c.target;if(u.eventDefinitionType=="bpmn:CancelEventDefinition"&&!y(t.attachedToRef,"bpmn:Transaction"))return!1;var l=u.cancelActivity!==!1,p=t.cancelActivity==l;return a(c)||!a(c)&&!p}),this._createEntries(e,o)):y(t,"bpmn:IntermediateCatchEvent")||y(t,"bpmn:IntermediateThrowEvent")?(o=Ee(wM.concat(i),a),this._createEntries(e,o)):y(t,"bpmn:Gateway")?(o=Ee(RM,a),this._createEntries(e,o)):y(t,"bpmn:Transaction")?(o=Ee(v_,a),this._createEntries(e,o)):Ut(t)&&Re(e)?(o=Ee(AM,a),this._createEntries(e,o)):y(t,"bpmn:AdHocSubProcess")&&Re(e)?(o=Ee(PM,a),this._createEntries(e,o)):y(t,"bpmn:SubProcess")&&Re(e)?(o=Ee(CM,a),this._createEntries(e,o)):y(t,"bpmn:SubProcess")&&!Re(e)?(o=Ee(y_,function(c){var u=c.target.type===e.type,l=c.target.isExpanded===!0;return u===l}),this._createEntries(e,o)):y(t,"bpmn:SequenceFlow")?this._createSequenceFlowEntries(e,OM):y(t,"bpmn:FlowNode")?(o=Ee(y_,a),this._createEntries(e,o)):{})},Dn.prototype.getPopupMenuHeaderEntries=function(e){var t={};return y(e,"bpmn:Activity")&&!Ut(e)&&(t={...t,...this._getLoopCharacteristicsHeaderEntries(e)}),y(e,"bpmn:DataObjectReference")&&(t={...t,...this._getCollectionHeaderEntries(e)}),y(e,"bpmn:Participant")&&(t={...t,...this._getParticipantMultiplicityHeaderEntries(e)}),dm(e)&&(t={...t,...this._getNonInterruptingHeaderEntries(e)}),t},Dn.prototype._createEntries=function(e,t){var n={},i=this;return T(t,function(r){n[r.actionName]=i._createEntry(r,e)}),n},Dn.prototype._createSequenceFlowEntries=function(e,t){var n=U(e),i={},r=this._modeling,o=this._moddle,a=this;return T(t,function(s){switch(s.actionName){case"replace-with-default-flow":n.sourceRef.default!==n&&(y(n.sourceRef,"bpmn:ExclusiveGateway")||y(n.sourceRef,"bpmn:InclusiveGateway")||y(n.sourceRef,"bpmn:ComplexGateway")||y(n.sourceRef,"bpmn:Activity"))&&(i={...i,[s.actionName]:a._createEntry(s,e,function(){r.updateProperties(e.source,{default:n})})});break;case"replace-with-conditional-flow":!n.conditionExpression&&y(n.sourceRef,"bpmn:Activity")&&(i={...i,[s.actionName]:a._createEntry(s,e,function(){var c=o.create("bpmn:FormalExpression",{body:""});r.updateProperties(e,{conditionExpression:c})})});break;default:y(n.sourceRef,"bpmn:Activity")&&n.conditionExpression&&(i={...i,[s.actionName]:a._createEntry(s,e,function(){r.updateProperties(e,{conditionExpression:void 0})})}),(y(n.sourceRef,"bpmn:ExclusiveGateway")||y(n.sourceRef,"bpmn:InclusiveGateway")||y(n.sourceRef,"bpmn:ComplexGateway")||y(n.sourceRef,"bpmn:Activity"))&&n.sourceRef.default===n&&(i={...i,[s.actionName]:a._createEntry(s,e,function(){r.updateProperties(e.source,{default:void 0})})})}}),i},Dn.prototype._createEntry=function(e,t,n){var i=this._translate,r=this._bpmnReplace.replaceElement,o=function(){return r(t,e.target)},a=e.label;return a&&typeof a=="function"&&(a=a(t)),n=n||o,{label:i(a),className:e.className,action:n}},Dn.prototype._getLoopCharacteristicsHeaderEntries=function(e){var t=this,n=this._translate;function i(u,l){if(l.active){t._modeling.updateProperties(e,{loopCharacteristics:void 0});return}var p=e.businessObject.get("loopCharacteristics");p&&y(p,l.options.loopCharacteristics)?t._modeling.updateModdleProperties(e,p,{isSequential:l.options.isSequential}):(p=t._moddle.create(l.options.loopCharacteristics,{isSequential:l.options.isSequential}),t._modeling.updateProperties(e,{loopCharacteristics:p}))}var r=U(e),o=r.loopCharacteristics,a,s,c;return o&&(a=o.isSequential,s=o.isSequential===void 0,c=o.isSequential!==void 0&&!o.isSequential),{"toggle-parallel-mi":{className:"bpmn-icon-parallel-mi-marker",title:n("Parallel multi-instance"),active:c,action:i,options:{loopCharacteristics:"bpmn:MultiInstanceLoopCharacteristics",isSequential:!1}},"toggle-sequential-mi":{className:"bpmn-icon-sequential-mi-marker",title:n("Sequential multi-instance"),active:a,action:i,options:{loopCharacteristics:"bpmn:MultiInstanceLoopCharacteristics",isSequential:!0}},"toggle-loop":{className:"bpmn-icon-loop-marker",title:n("Loop"),active:s,action:i,options:{loopCharacteristics:"bpmn:StandardLoopCharacteristics"}}}},Dn.prototype._getCollectionHeaderEntries=function(e){var t=this,n=this._translate,i=e.businessObject.dataObjectRef;if(!i)return{};function r(a,s){t._modeling.updateModdleProperties(e,i,{isCollection:!s.active})}var o=i.isCollection;return{"toggle-is-collection":{className:"bpmn-icon-parallel-mi-marker",title:n("Collection"),active:o,action:r}}},Dn.prototype._getParticipantMultiplicityHeaderEntries=function(e){var t=this,n=this._bpmnFactory,i=this._translate;function r(a,s){var c=s.active,u;c||(u=n.create("bpmn:ParticipantMultiplicity")),t._modeling.updateProperties(e,{participantMultiplicity:u})}var o=e.businessObject.participantMultiplicity;return{"toggle-participant-multiplicity":{className:"bpmn-icon-parallel-mi-marker",title:i("Participant multiplicity"),active:!!o,action:r}}},Dn.prototype._getNonInterruptingHeaderEntries=function(e){const t=this._translate,n=U(e),i=this,r=hm(e),o=y(e,"bpmn:BoundaryEvent")?__["intermediate-event-non-interrupting"]:__["start-event-non-interrupting"],a=!n[r];return{"toggle-non-interrupting":{imageHtml:o,title:t("Toggle non-interrupting"),active:a,action:function(){i._modeling.updateProperties(e,{[r]:!!a})}}}};const NM={__depends__:[Hp,Ig,rc],__init__:["replaceMenuProvider"],replaceMenuProvider:["type",Dn]};function ba(e,t,n,i,r,o,a,s,c,u,l,p,f){e=e||{},i.registerProvider(this),this._contextPad=i,this._modeling=r,this._elementFactory=o,this._connect=a,this._create=s,this._popupMenu=c,this._canvas=u,this._rules=l,this._translate=p,this._eventBus=n,this._appendPreview=f,e.autoPlace!==!1&&(this._autoPlace=t.get("autoPlace",!1)),n.on("create.end",250,function(d){var h=d.context,m=h.shape;if(!(!Wo(d)||!i.isOpen(m))){var g=i.getEntries(m);g.replace&&g.replace.action.click(d,m)}}),n.on("contextPad.close",function(){f.cleanUp()})}ba.$inject=["config.contextPad","injector","eventBus","contextPad","modeling","elementFactory","connect","create","popupMenu","canvas","rules","translate","appendPreview"],ba.prototype.getMultiElementContextPadEntries=function(e){var t=this._modeling,n={};return this._isDeleteAllowed(e)&&D(n,{delete:{group:"edit",className:"bpmn-icon-trash",title:this._translate("Delete"),action:{click:function(i,r){t.removeElements(r.slice())}}}}),n},ba.prototype._isDeleteAllowed=function(e){var t=this._rules.allowed("elements.delete",{elements:e});return le(t)?ur(e,n=>t.includes(n)):t},ba.prototype.getContextPadEntries=function(e){var t=this._contextPad,n=this._modeling,i=this._elementFactory,r=this._connect,o=this._create,a=this._popupMenu,s=this._autoPlace,c=this._translate,u=this._appendPreview,l={};if(e.type==="label")return this._isDeleteAllowed([e])&&D(l,h()),l;var p=e.businessObject;function f(b,x){r.start(b,x)}function d(b,x){n.removeElements([x])}function h(){return{delete:{group:"edit",className:"bpmn-icon-trash",title:c("Delete"),action:{click:d}}}}function m(b){var x=5,S=t.getPad(b).html,A=S.getBoundingClientRect(),I={x:A.left,y:A.bottom+x};return I}function g(b,x,S,A){function I(j,L){var F=i.createShape(D({type:b},A));o.start(j,F,{source:L})}var P=s?function(j,L){var F=i.createShape(D({type:b},A));s.append(L,F)}:I,$=s?function(j,L){return u.create(L,b,A),()=>{u.cleanUp()}}:null;return{group:"model",className:x,title:S,action:{dragstart:I,click:P,hover:$}}}function w(b){return function(x,S){n.splitLane(S,b),t.open(S,!0)}}if(xe(p,["bpmn:Lane","bpmn:Participant"])&&Re(e)){var E=zi(e);D(l,{"lane-insert-above":{group:"lane-insert-above",className:"bpmn-icon-lane-insert-above",title:c("Add lane above"),action:{click:function(b,x){n.addLane(x,"top")}}}}),E.length<2&&((Tt(e)?e.height>=120:e.width>=120)&&D(l,{"lane-divide-two":{group:"lane-divide",className:"bpmn-icon-lane-divide-two",title:c("Divide into two lanes"),action:{click:w(2)}}}),(Tt(e)?e.height>=180:e.width>=180)&&D(l,{"lane-divide-three":{group:"lane-divide",className:"bpmn-icon-lane-divide-three",title:c("Divide into three lanes"),action:{click:w(3)}}})),D(l,{"lane-insert-below":{group:"lane-insert-below",className:"bpmn-icon-lane-insert-below",title:c("Add lane below"),action:{click:function(b,x){n.addLane(x,"bottom")}}}})}return y(p,"bpmn:FlowNode")&&(y(p,"bpmn:EventBasedGateway")?D(l,{"append.receive-task":g("bpmn:ReceiveTask","bpmn-icon-receive-task",c("Append receive task")),"append.message-intermediate-event":g("bpmn:IntermediateCatchEvent","bpmn-icon-intermediate-event-catch-message",c("Append message intermediate catch event"),{eventDefinitionType:"bpmn:MessageEventDefinition"}),"append.timer-intermediate-event":g("bpmn:IntermediateCatchEvent","bpmn-icon-intermediate-event-catch-timer",c("Append timer intermediate catch event"),{eventDefinitionType:"bpmn:TimerEventDefinition"}),"append.condition-intermediate-event":g("bpmn:IntermediateCatchEvent","bpmn-icon-intermediate-event-catch-condition",c("Append conditional intermediate catch event"),{eventDefinitionType:"bpmn:ConditionalEventDefinition"}),"append.signal-intermediate-event":g("bpmn:IntermediateCatchEvent","bpmn-icon-intermediate-event-catch-signal",c("Append signal intermediate catch event"),{eventDefinitionType:"bpmn:SignalEventDefinition"})}):b_(p,"bpmn:BoundaryEvent","bpmn:CompensateEventDefinition")?D(l,{"append.compensation-activity":g("bpmn:Task","bpmn-icon-task",c("Append compensation activity"),{isForCompensation:!0})}):!y(p,"bpmn:EndEvent")&&!p.isForCompensation&&!b_(p,"bpmn:IntermediateThrowEvent","bpmn:LinkEventDefinition")&&!Ut(p)&&D(l,{"append.end-event":g("bpmn:EndEvent","bpmn-icon-end-event-none",c("Append end event")),"append.gateway":g("bpmn:ExclusiveGateway","bpmn-icon-gateway-none",c("Append gateway")),"append.append-task":g("bpmn:Task","bpmn-icon-task",c("Append task")),"append.intermediate-event":g("bpmn:IntermediateThrowEvent","bpmn-icon-intermediate-event-none",c("Append intermediate/boundary event"))})),a.isEmpty(e,"bpmn-replace")||D(l,{replace:{group:"edit",className:"bpmn-icon-screw-wrench",title:c("Change element"),action:{click:function(b,x){var S=D(m(x),{cursor:{x:b.x,y:b.y}});a.open(x,"bpmn-replace",S,{title:c("Change element"),width:"var(--bpmn-replace-popup-width, 300px)",search:!0})}}}}),y(p,"bpmn:SequenceFlow")&&D(l,{"append.text-annotation":g("bpmn:TextAnnotation","bpmn-icon-text-annotation",c("Add text annotation"))}),y(p,"bpmn:MessageFlow")&&D(l,{"append.text-annotation":g("bpmn:TextAnnotation","bpmn-icon-text-annotation",c("Add text annotation"))}),xe(p,["bpmn:FlowNode","bpmn:InteractionNode","bpmn:DataObjectReference","bpmn:DataStoreReference"])&&D(l,{"append.text-annotation":g("bpmn:TextAnnotation","bpmn-icon-text-annotation",c("Add text annotation")),connect:{group:"connect",className:"bpmn-icon-connection-multi",title:c("Connect to other element"),action:{click:f,dragstart:f}}}),y(p,"bpmn:TextAnnotation")&&D(l,{connect:{group:"connect",className:"bpmn-icon-connection-multi",title:c("Connect using association"),action:{click:f,dragstart:f}}}),xe(p,["bpmn:DataObjectReference","bpmn:DataStoreReference"])&&D(l,{connect:{group:"connect",className:"bpmn-icon-connection-multi",title:c("Connect using data input association"),action:{click:f,dragstart:f}}}),y(p,"bpmn:Group")&&D(l,{"append.text-annotation":g("bpmn:TextAnnotation","bpmn-icon-text-annotation",c("Add text annotation"))}),this._isDeleteAllowed([e])&&D(l,h()),l};function b_(e,t,n){var i=e.$instanceOf(t),r=!1,o=e.eventDefinitions||[];return T(o,function(a){a.$type===n&&(r=!0)}),i&&r}const BM={__depends__:[mM,g_,Kv,An,Kp,Ns,NM],__init__:["contextPadProvider"],contextPadProvider:["type",ba]};var $M={horizontal:["x","width"],vertical:["y","height"]},x_=5;function Si(e,t){this._modeling=e,this._filters=[],this.registerFilter(function(n){var i=t.allowed("elements.distribute",{elements:n});return le(i)?i:i?n:[]})}Si.$inject=["modeling","rules"],Si.prototype.registerFilter=function(e){if(typeof e!="function")throw new Error("the filter has to be a function");this._filters.push(e)},Si.prototype.trigger=function(e,t){var n=this._modeling,i,r;if(!(e.length<3)&&(this._setOrientation(t),r=this._filterElements(e),i=this._createGroups(r),!(i.length<=2)))return n.distributeElements(i,this._axis,this._dimension),i},Si.prototype._filterElements=function(e){var t=this._filters,n=this._axis,i=this._dimension,r=[].concat(e);return t.length?(T(t,function(o){r=o(r,n,i)}),r):e},Si.prototype._createGroups=function(e){var t=[],n=this,i=this._axis,r=this._dimension;if(!i)throw new Error('must have a defined "axis" and "dimension"');var o=Vn(e,i);return T(o,function(a,s){var c=n._findRange(a,i,r),u,l=t[t.length-1];l&&n._hasIntersection(l.range,c)?t[t.length-1].elements.push(a):(u={range:c,elements:[a]},t.push(u))}),t},Si.prototype._setOrientation=function(e){var t=$M[e];this._axis=t[0],this._dimension=t[1]},Si.prototype._hasIntersection=function(e,t){return Math.max(e.min,e.max)>=Math.min(t.min,t.max)&&Math.min(e.min,e.max)<=Math.max(t.min,t.max)},Si.prototype._findRange=function(e){var t=e[this._axis],n=e[this._dimension];return{min:t+x_,max:t+n-x_}};const jM={__init__:["distributeElements"],distributeElements:["type",Si]};function Dc(e){Pn.call(this,e)}Dc.$inject=["eventBus"],J(Dc,Pn),Dc.prototype.init=function(){this.addRule("elements.distribute",function(e){var t=e.elements;return t=Ee(t,function(n){var i=xe(n,["bpmn:Association","bpmn:BoundaryEvent","bpmn:DataInputAssociation","bpmn:DataOutputAssociation","bpmn:Lane","bpmn:MessageFlow","bpmn:SequenceFlow","bpmn:TextAnnotation"]);return!(n.labelTarget||i)}),t=Ya(t),t.length<3?!1:t})};var E_={horizontal:`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1800">
327
+ <polyline points="450 400 450 150 1350 150 1350 400" style="fill:none;stroke:currentColor;stroke-width:100;stroke-linejoin:round;"/>
328
+ <rect x="150" y="450" width="600" height="1200" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>
329
+ <rect x="1050" y="450" width="600" height="800" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>
330
+ </svg>`,vertical:`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1800">
331
+ <polyline points="400 1350 150 1350 150 450 400 450" style="fill:none;stroke:currentColor;stroke-width:100;stroke-linejoin:round;"/>
332
+ <rect x="450" y="150" width="1200" height="600" rx="1" style="fill:none;stroke:currentColor;stroke-width:100;"></rect>
333
+ <rect x="450" y="1050" width="800" height="600" rx="1" style="fill:currentColor;stroke:currentColor;stroke-width:100;opacity:.5;"></rect>
334
+ </svg>`},FM=900;function xa(e,t,n,i){this._distributeElements=t,this._translate=n,this._popupMenu=e,this._rules=i,e.registerProvider("align-elements",FM,this)}xa.$inject=["popupMenu","distributeElements","translate","rules"],xa.prototype.getPopupMenuEntries=function(e){var t={};return this._isAllowed(e)&&D(t,this._getEntries(e)),t},xa.prototype._isAllowed=function(e){return this._rules.allowed("elements.distribute",{elements:e})},xa.prototype._getEntries=function(e){var t=this._distributeElements,n=this._translate,i=this._popupMenu,r={"distribute-elements-horizontal":{group:"distribute",title:n("Distribute elements horizontally"),className:"bjs-align-elements-menu-entry",imageHtml:E_.horizontal,action:function(o,a){t.trigger(e,"horizontal"),i.close()}},"distribute-elements-vertical":{group:"distribute",title:n("Distribute elements vertically"),imageHtml:E_.vertical,action:function(o,a){t.trigger(e,"vertical"),i.close()}}};return r};const HM={__depends__:[Hp,jM],__init__:["bpmnDistributeElements","distributeElementsMenuProvider"],bpmnDistributeElements:["type",Dc],distributeElementsMenuProvider:["type",xa]};var w_="is not a registered action",zM="is already registered";function On(e,t){this._eventBus=e,this._actions={};var n=this;e.on("diagram.init",function(){n._registerDefaultActions(t),e.fire("editorActions.init",{editorActions:n})})}On.$inject=["eventBus","injector"],On.prototype._registerDefaultActions=function(e){var t=e.get("commandStack",!1),n=e.get("modeling",!1),i=e.get("selection",!1),r=e.get("zoomScroll",!1),o=e.get("copyPaste",!1),a=e.get("canvas",!1),s=e.get("rules",!1),c=e.get("keyboardMove",!1),u=e.get("keyboardMoveSelection",!1);t&&(this.register("undo",function(){t.undo()}),this.register("redo",function(){t.redo()})),o&&i&&this.register("copy",function(){var l=i.get();if(l.length)return o.copy(l)}),o&&i&&this.register("duplicate",function(){var l=i.get();if(l.length)return o.duplicate(l)}),o&&this.register("paste",function(){o.paste()}),o&&i&&s&&this.register("cut",function(){var l=i.get();if(l.length){var p=s.allowed("elements.delete",{elements:l});if(p!==!1){var f=le(p)?p:l;return o.cut(f.slice())}}}),r&&this.register("stepZoom",function(l){r.stepZoom(l.value)}),a&&this.register("zoom",function(l){a.zoom(l.value)}),n&&i&&s&&this.register("removeSelection",function(){var l=i.get();if(l.length){var p=s.allowed("elements.delete",{elements:l}),f;p!==!1&&(le(p)?f=p:f=l,f.length&&n.removeElements(f.slice()))}}),c&&this.register("moveCanvas",function(l){c.moveCanvas(l)}),u&&this.register("moveSelection",function(l){u.moveSelection(l.direction,l.accelerated)})},On.prototype.trigger=function(e,t){if(!this._actions[e])throw Zp(e,w_);var n=this._eventBus.fire("editorActions.allowed",{action:e,opts:t});if(n!==!1)return this._actions[e](t)},On.prototype.register=function(e,t){var n=this;if(typeof e=="string")return this._registerAction(e,t);T(e,function(i,r){n._registerAction(r,i)})},On.prototype._registerAction=function(e,t){if(this.isRegistered(e))throw Zp(e,zM);this._actions[e]=t},On.prototype.unregister=function(e){if(!this.isRegistered(e))throw Zp(e,w_);this._actions[e]=void 0},On.prototype.getActions=function(){return Object.keys(this._actions)},On.prototype.isRegistered=function(e){return!!this._actions[e]};function Zp(e,t){return new Error(e+" "+t)}const VM={__init__:["editorActions"],editorActions:["type",On]};function Oc(e){e.invoke(On,this)}J(Oc,On),Oc.$inject=["injector"],Oc.prototype._registerDefaultActions=function(e){On.prototype._registerDefaultActions.call(this,e);var t=e.get("canvas",!1),n=e.get("elementRegistry",!1),i=e.get("selection",!1),r=e.get("spaceTool",!1),o=e.get("lassoTool",!1),a=e.get("handTool",!1),s=e.get("globalConnect",!1),c=e.get("distributeElements",!1),u=e.get("alignElements",!1),l=e.get("directEditing",!1),p=e.get("searchPad",!1),f=e.get("modeling",!1),d=e.get("contextPad",!1);t&&n&&i&&this._registerAction("selectElements",function(){var h=t.getRootElement(),m=n.filter(function(g){return g!==h});return i.select(m),m}),r&&this._registerAction("spaceTool",function(){r.toggle()}),o&&this._registerAction("lassoTool",function(){o.toggle()}),a&&this._registerAction("handTool",function(){a.toggle()}),s&&this._registerAction("globalConnectTool",function(){s.toggle()}),i&&c&&this._registerAction("distributeElements",function(h){var m=i.get(),g=h.type;m.length&&c.trigger(m,g)}),i&&u&&this._registerAction("alignElements",function(h){var m=i.get(),g=[],w=h.type;m.length&&(g=Ee(m,function(E){return!y(E,"bpmn:Lane")}),u.trigger(g,w))}),i&&f&&this._registerAction("setColor",function(h){var m=i.get();m.length&&f.setColor(m,h)}),i&&l&&this._registerAction("directEditing",function(){var h=i.get();h.length&&l.activate(h[0])}),p&&this._registerAction("find",function(){p.toggle()}),t&&f&&this._registerAction("moveToOrigin",function(){var h=t.getRootElement(),m,g;y(h,"bpmn:Collaboration")?g=n.filter(function(w){return y(w.parent,"bpmn:Collaboration")}):g=n.filter(function(w){return w!==h&&!y(w.parent,"bpmn:SubProcess")}),m=lt(g),f.moveElements(g,{x:-m.x,y:-m.y},h)}),i&&d&&this._registerAction("replaceElement",function(h){d.triggerEntry("replace","click",h)})};const GM={__depends__:[VM],editorActions:["type",Oc]};function S_(e){e.on(["create.init","shape.move.init"],function(t){var n=t.context,i=t.shape;xe(i,["bpmn:Participant","bpmn:SubProcess","bpmn:TextAnnotation"])&&(n.gridSnappingContext||(n.gridSnappingContext={}),n.gridSnappingContext.snapLocation="top-left")})}S_.$inject=["eventBus"];function kr(e,t){W.call(this,e),this._gridSnapping=t;var n=this;this.preExecute("shape.resize",function(i){var r=i.context,o=r.hints||{},a=o.autoResize;if(a){var s=r.shape,c=r.newBounds;nn(a)?r.newBounds=n.snapComplex(c,a):r.newBounds=n.snapSimple(s,c)}})}kr.$inject=["eventBus","gridSnapping","modeling"],J(kr,W),kr.prototype.snapSimple=function(e,t){var n=this._gridSnapping;return t.width=n.snapValue(t.width,{min:t.width}),t.height=n.snapValue(t.height,{min:t.height}),t.x=e.x+e.width/2-t.width/2,t.y=e.y+e.height/2-t.height/2,t},kr.prototype.snapComplex=function(e,t){return/w|e/.test(t)&&(e=this.snapHorizontally(e,t)),/n|s/.test(t)&&(e=this.snapVertically(e,t)),e},kr.prototype.snapHorizontally=function(e,t){var n=this._gridSnapping,i=/w/.test(t),r=/e/.test(t),o={};return o.width=n.snapValue(e.width,{min:e.width}),r&&(i?(o.x=n.snapValue(e.x,{max:e.x}),o.width+=n.snapValue(e.x-o.x,{min:e.x-o.x})):e.x=e.x+e.width-o.width),D(e,o),e},kr.prototype.snapVertically=function(e,t){var n=this._gridSnapping,i=/n/.test(t),r=/s/.test(t),o={};return o.height=n.snapValue(e.height,{min:e.height}),i&&(r?(o.y=n.snapValue(e.y,{max:e.y}),o.height+=n.snapValue(e.y-o.y,{min:e.y-o.y})):e.y=e.y+e.height-o.height),D(e,o),e};var WM=2e3;function R_(e,t){e.on(["spaceTool.move","spaceTool.end"],WM,function(n){var i=n.context;if(i.initialized){var r=i.axis,o;r==="x"?(o=t.snapValue(n.dx),n.x=n.x+o-n.dx,n.dx=o):(o=t.snapValue(n.dy),n.y=n.y+o-n.dy,n.dy=o)}})}R_.$inject=["eventBus","gridSnapping"];const UM={__init__:["gridSnappingResizeBehavior","gridSnappingSpaceToolBehavior"],gridSnappingResizeBehavior:["type",kr],gridSnappingSpaceToolBehavior:["type",R_]};var Ic=10;function Qp(e,t,n){return n||(n="round"),Math[n](e/t)*t}var qM=1200,YM=800;function tr(e,t,n){var i=!n||n.active!==!1;this._eventBus=t;var r=this;t.on("diagram.init",YM,function(){r.setActive(i)}),t.on(["create.move","create.end","bendpoint.move.move","bendpoint.move.end","connect.move","connect.end","connectionSegment.move.move","connectionSegment.move.end","resize.move","resize.end","shape.move.move","shape.move.end"],qM,function(o){var a=o.originalEvent;if(!(!r.active||a&&un(a))){var s=o.context,c=s.gridSnappingContext;c||(c=s.gridSnappingContext={}),["x","y"].forEach(function(u){var l={},p=XM(o,u,e);p&&(l.offset=p);var f=KM(o,u);f&&D(l,f),yo(o,u)||r.snapEvent(o,u,l)})}})}tr.prototype.snapEvent=function(e,t,n){var i=this.snapValue(e[t],n);ht(e,t,i)},tr.prototype.getGridSpacing=function(){return Ic},tr.prototype.snapValue=function(e,t){var n=0;t&&t.offset&&(n=t.offset),e+=n,e=Qp(e,Ic);var i,r;return t&&t.min&&(i=t.min,de(i)&&(i=Qp(i+n,Ic,"ceil"),e=Math.max(e,i))),t&&t.max&&(r=t.max,de(r)&&(r=Qp(r+n,Ic,"floor"),e=Math.min(e,r))),e-=n,e},tr.prototype.isActive=function(){return this.active},tr.prototype.setActive=function(e){this.active=e,this._eventBus.fire("gridSnapping.toggle",{active:e})},tr.prototype.toggleActive=function(){this.setActive(!this.active)},tr.$inject=["elementRegistry","eventBus","config.gridSnapping"];function KM(e,t){var n=e.context,i=n.createConstraints,r=n.resizeConstraints||{},o=n.gridSnappingContext,a=o.snapConstraints;if(a&&a[t])return a[t];a||(a=o.snapConstraints={}),a[t]||(a[t]={});var s=n.direction;i&&(Lc(t)?(a.x.min=i.left,a.x.max=i.right):(a.y.min=i.top,a.y.max=i.bottom));var c=r.min,u=r.max;return c&&(Lc(t)?P_(s)?a.x.max=c.left:a.x.min=c.right:C_(s)?a.y.max=c.top:a.y.min=c.bottom),u&&(Lc(t)?P_(s)?a.x.min=u.left:a.x.max=u.right:C_(s)?a.y.min=u.top:a.y.max=u.bottom),a[t]}function XM(e,t,n){var i=e.context,r=e.shape,o=i.gridSnappingContext,a=o.snapLocation,s=o.snapOffset;return s&&de(s[t])||(s||(s=o.snapOffset={}),de(s[t])||(s[t]=0),!r)||(n.get(r.id)||(Lc(t)?s[t]+=r[t]+r.width/2:s[t]+=r[t]+r.height/2),!a)||(t==="x"?/left/.test(a)?s[t]-=r.width/2:/right/.test(a)&&(s[t]+=r.width/2):/top/.test(a)?s[t]-=r.height/2:/bottom/.test(a)&&(s[t]+=r.height/2)),s[t]}function Lc(e){return e==="x"}function C_(e){return e.indexOf("n")!==-1}function P_(e){return e.indexOf("w")!==-1}const ZM={__depends__:[UM],__init__:["gridSnapping"],gridSnapping:["type",tr]};var QM=2e3;function A_(e,t,n){e.on("autoPlace",QM,function(i){var r=i.source,o=pe(r),a=i.shape,s=Cv(r,a,n);return["x","y"].forEach(function(c){var u={};s[c]!==o[c]&&(s[c]>o[c]?u.min=s[c]:u.max=s[c],y(a,"bpmn:TextAnnotation")&&(JM(c)?u.offset=-a.width/2:u.offset=-a.height/2),s[c]=t.snapValue(s[c],u))}),s})}A_.$inject=["eventBus","gridSnapping","elementRegistry"];function JM(e){return e==="x"}var e2=1750;function T_(e,t,n){t.on(["create.start","shape.move.start"],e2,function(i){var r=i.context,o=r.shape,a=e.getRootElement();if(!(!y(o,"bpmn:Participant")||!y(a,"bpmn:Process")||!a.children.length)){var s=r.createConstraints;s&&(o.width=n.snapValue(o.width,{min:o.width}),o.height=n.snapValue(o.height,{min:o.height}))}})}T_.$inject=["canvas","eventBus","gridSnapping"];var t2=3e3;function Nc(e,t,n){W.call(this,e),this._gridSnapping=t;var i=this;this.postExecuted(["connection.create","connection.layout"],t2,function(r){var o=r.context,a=o.connection,s=o.hints||{},c=a.waypoints;s.connectionStart||s.connectionEnd||s.createElementsBehavior===!1||n2(c)&&n.updateWaypoints(a,i.snapMiddleSegments(c))})}Nc.$inject=["eventBus","gridSnapping","modeling"],J(Nc,W),Nc.prototype.snapMiddleSegments=function(e){var t=this._gridSnapping,n;e=e.slice();for(var i=1;i<e.length-2;i++)n=o2(t,e[i],e[i+1]),e[i]=n[0],e[i+1]=n[1];return e};function n2(e){return e.length>3}function i2(e){return e==="h"}function r2(e){return e==="v"}function o2(e,t,n){var i=li(t,n),r={};return i2(i)&&(r.y=e.snapValue(t.y)),r2(i)&&(r.x=e.snapValue(t.x)),("x"in r||"y"in r)&&(t=D({},t,r),n=D({},n,r)),[t,n]}const a2={__depends__:[ZM,{__init__:["gridSnappingAutoPlaceBehavior","gridSnappingParticipantBehavior","gridSnappingLayoutConnectionBehavior"],gridSnappingAutoPlaceBehavior:["type",A_],gridSnappingParticipantBehavior:["type",T_],gridSnappingLayoutConnectionBehavior:["type",Nc]}],__init__:["bpmnGridSnapping"],bpmnGridSnapping:["type",S_]};var s2=30,M_=30;function Ea(e,t){this._interactionEvents=t;var n=this;e.on(["interactionEvents.createHit","interactionEvents.updateHit"],function(i){var r=i.element,o=i.gfx;if(y(r,"bpmn:Lane"))return n._createParticipantHit(r,o);if(y(r,"bpmn:Participant"))return Re(r)?n._createParticipantHit(r,o):n._createDefaultHit(r,o);if(y(r,"bpmn:SubProcess"))return Re(r)?n._createSubProcessHit(r,o):n._createDefaultHit(r,o)})}Ea.$inject=["eventBus","interactionEvents"],Ea.prototype._createDefaultHit=function(e,t){return this._interactionEvents.removeHits(t),this._interactionEvents.createDefaultHit(e,t),!0},Ea.prototype._createParticipantHit=function(e,t){this._interactionEvents.removeHits(t),this._interactionEvents.createBoxHit(t,"no-move",{width:e.width,height:e.height}),this._interactionEvents.createBoxHit(t,"click-stroke",{width:e.width,height:e.height});var n=Tt(e)?{width:s2,height:e.height}:{width:e.width,height:M_};return this._interactionEvents.createBoxHit(t,"all",n),!0},Ea.prototype._createSubProcessHit=function(e,t){return this._interactionEvents.removeHits(t),this._interactionEvents.createBoxHit(t,"no-move",{width:e.width,height:e.height}),this._interactionEvents.createBoxHit(t,"click-stroke",{width:e.width,height:e.height}),this._interactionEvents.createBoxHit(t,"all",{width:e.width,height:M_}),!0};const c2={__init__:["bpmnInteractionEvents"],bpmnInteractionEvents:["type",Ea]};function Bc(e){e.invoke(lo,this)}J(Bc,lo),Bc.$inject=["injector"],Bc.prototype.registerBindings=function(e,t){lo.prototype.registerBindings.call(this,e,t);function n(i,r){t.isRegistered(i)&&e.addListener(r)}n("selectElements",function(i){var r=i.keyEvent;if(e.isKey(["a","A"],r)&&e.isCmd(r))return t.trigger("selectElements"),!0}),n("find",function(i){var r=i.keyEvent;if(e.isKey(["f","F"],r)&&e.isCmd(r))return t.trigger("find"),!0}),n("spaceTool",function(i){var r=i.keyEvent;if(!e.hasModifier(r)&&e.isKey(["s","S"],r))return t.trigger("spaceTool"),!0}),n("lassoTool",function(i){var r=i.keyEvent;if(!e.hasModifier(r)&&e.isKey(["l","L"],r))return t.trigger("lassoTool"),!0}),n("handTool",function(i){var r=i.keyEvent;if(!e.hasModifier(r)&&e.isKey(["h","H"],r))return t.trigger("handTool"),!0}),n("globalConnectTool",function(i){var r=i.keyEvent;if(!e.hasModifier(r)&&e.isKey(["c","C"],r))return t.trigger("globalConnectTool"),!0}),n("directEditing",function(i){var r=i.keyEvent;if(!e.hasModifier(r)&&e.isKey(["e","E"],r))return t.trigger("directEditing"),!0}),n("replaceElement",function(i){var r=i.keyEvent;if(!e.hasModifier(r)&&e.isKey(["r","R"],r))return t.trigger("replaceElement",r),!0})};const u2={__depends__:[Cp],__init__:["keyboardBindings"],keyboardBindings:["type",Bc]};var l2={moveSpeed:1,moveSpeedAccelerated:10},p2=1500,k_="left",D_="up",O_="right",I_="down",f2={ArrowLeft:k_,Left:k_,ArrowUp:D_,Up:D_,ArrowRight:O_,Right:O_,ArrowDown:I_,Down:I_},d2={left:function(e){return{x:-e,y:0}},up:function(e){return{x:0,y:-e}},right:function(e){return{x:e,y:0}},down:function(e){return{x:0,y:e}}};function L_(e,t,n,i,r){var o=this;this._config=D({},l2,e||{}),t.addListener(p2,function(a){var s=a.keyEvent,c=f2[s.key];if(c&&!t.isCmd(s)){var u=t.isShift(s);return o.moveSelection(c,u),!0}}),this.moveSelection=function(a,s){var c=r.get();if(c.length){var u=this._config[s?"moveSpeedAccelerated":"moveSpeed"],l=d2[a](u),p=i.allowed("elements.move",{shapes:c,hints:{keyboardMove:!0}});p&&n.moveElements(c,l)}}}L_.$inject=["config.keyboardMoveSelection","keyboard","modeling","rules","selection"];const h2={__depends__:[Cp,An],__init__:["keyboardMoveSelection"],keyboardMoveSelection:["type",L_]};var N_=10;function wa(e,t,n,i){this._dragging=i,this._rules=t;var r=this;function o(c,u){var l=c.shape,p=c.direction,f=c.resizeConstraints,d;c.delta=u,d=rS(l,p,u),c.newBounds=aS(d,f),c.canExecute=r.canResize(c)}function a(c){var u=c.resizeConstraints,l=c.minBounds;u===void 0&&(l===void 0&&(l=r.computeMinResizeBox(c)),c.resizeConstraints={min:ue(l)})}function s(c){var u=c.shape,l=c.canExecute,p=c.newBounds;if(l){if(p=Qd(p),!m2(u,p))return;n.resizeShape(u,p)}}e.on("resize.start",function(c){a(c.context)}),e.on("resize.move",function(c){var u={x:c.dx,y:c.dy};o(c.context,u)}),e.on("resize.end",function(c){s(c.context)})}wa.prototype.canResize=function(e){var t=this._rules,n=Bn(e,["newBounds","shape","delta","direction"]);return t.allowed("shape.resize",n)},wa.prototype.activate=function(e,t,n){var i=this._dragging,r,o;if(typeof n=="string"&&(n={direction:n}),r=D({shape:t},n),o=r.direction,!o)throw new Error("must provide a direction (n|w|s|e|nw|se|ne|sw)");i.init(e,B_(t,o),"resize",{autoActivate:!0,cursor:g2(o),data:{shape:t,context:r}})},wa.prototype.computeMinResizeBox=function(e){var t=e.shape,n=e.direction,i,r;return i=e.minDimensions||{width:N_,height:N_},r=jh(t,e.childrenBoxPadding),sS(n,t,i,r)},wa.$inject=["eventBus","rules","modeling","dragging"];function m2(e,t){return e.x!==t.x||e.y!==t.y||e.width!==t.width||e.height!==t.height}function B_(e,t){var n=pe(e),i=ue(e),r={x:n.x,y:n.y};return t.indexOf("n")!==-1?r.y=i.top:t.indexOf("s")!==-1&&(r.y=i.bottom),t.indexOf("e")!==-1?r.x=i.right:t.indexOf("w")!==-1&&(r.x=i.left),r}function g2(e){var t="resize-";return e==="n"||e==="s"?t+"ns":e==="e"||e==="w"?t+"ew":e==="nw"||e==="se"?t+"nwse":t+"nesw"}var $_="djs-resizing",j_="resize-not-ok",v2=500;function F_(e,t,n){function i(o){var a=o.shape,s=o.newBounds,c=o.frame;c||(c=o.frame=n.addFrame(a,t.getActiveLayer()),t.addMarker(a,$_)),s.width>5&&ee(c,{x:s.x,width:s.width}),s.height>5&&ee(c,{y:s.y,height:s.height}),o.canExecute?Ce(c).remove(j_):Ce(c).add(j_)}function r(o){var a=o.shape,s=o.frame;s&&xt(o.frame),t.removeMarker(a,$_)}e.on("resize.move",v2,function(o){i(o.context)}),e.on("resize.cleanup",function(o){r(o.context)})}F_.$inject=["eventBus","canvas","previewSupport"];var $c=-6,jc=8,Fc=20,Sa="djs-resizer",y2=["n","w","s","e","nw","ne","se","sw"];function nr(e,t,n,i){this._resize=i,this._canvas=t;var r=this;e.on("selection.changed",function(o){var a=o.newSelection;r.removeResizers(),a.length===1&&T(a,Jt(r.addResizer,r))}),e.on("shape.changed",function(o){var a=o.element;n.isSelected(a)&&(r.removeResizers(),r.addResizer(a))})}nr.prototype.makeDraggable=function(e,t,n){var i=this._resize;function r(o){Gi(o)&&i.activate(o,e,n)}he.bind(t,"mousedown",r),he.bind(t,"touchstart",r)},nr.prototype._createResizer=function(e,t,n,i){var r=this._getResizersParent(),o=_2(i),a=ae("g");Ce(a).add(Sa),Ce(a).add(Sa+"-"+e.id),Ce(a).add(Sa+"-"+i),ge(r,a);var s=ae("rect");ee(s,{x:-jc/2+o.x,y:-jc/2+o.y,width:jc,height:jc}),Ce(s).add(Sa+"-visual"),ge(a,s);var c=ae("rect");return ee(c,{x:-Fc/2+o.x,y:-Fc/2+o.y,width:Fc,height:Fc}),Ce(c).add(Sa+"-hit"),ge(a,c),es(a,t,n),a},nr.prototype.createResizer=function(e,t){var n=B_(e,t),i=this._createResizer(e,n.x,n.y,t);this.makeDraggable(e,i,t)},nr.prototype.addResizer=function(e){var t=this;Fe(e)||T(y2,function(n){t._resize.canResize({shape:e,direction:n})&&t.createResizer(e,n)})},nr.prototype.removeResizers=function(){var e=this._getResizersParent();Wa(e)},nr.prototype._getResizersParent=function(){return this._canvas.getLayer("resizers")},nr.$inject=["eventBus","canvas","selection","resize"];function _2(e){var t={x:0,y:0};return e.indexOf("e")!==-1?t.x=-$c:e.indexOf("w")!==-1&&(t.x=$c),e.indexOf("s")!==-1?t.y=-$c:e.indexOf("n")!==-1&&(t.y=$c),t}const H_={__depends__:[ei,gi,ao],__init__:["resize","resizePreview","resizeHandles"],resize:["type",wa],resizePreview:["type",F_],resizeHandles:["type",nr]};var b2=2e3;function Ra(e,t,n,i,r,o,a){this._bpmnFactory=t,this._canvas=n,this._modeling=r,this._textRenderer=a,i.registerProvider(this),e.on("element.dblclick",function(c){s(c.element,!0)}),e.on(["autoPlace.start","canvas.viewbox.changing","drag.init","element.mousedown","popupMenu.open","root.set","selection.changed"],function(){i.isActive()&&i.complete()}),e.on(["shape.remove","connection.remove"],b2,function(c){i.isActive(c.element)&&i.cancel()}),e.on(["commandStack.changed"],function(c){i.isActive()&&i.cancel()}),e.on("directEditing.activate",function(c){o.removeResizers()}),e.on("create.end",500,function(c){var u=c.context,l=u.shape,p=c.context.canExecute,f=c.isTouch;f||p&&(u.hints&&u.hints.createElementsBehavior===!1||s(l))}),e.on("autoPlace.end",500,function(c){s(c.shape)});function s(c,u){(u||xe(c,["bpmn:Activity","bpmn:Event","bpmn:TextAnnotation","bpmn:Participant"]))&&i.activate(c)}}Ra.$inject=["eventBus","bpmnFactory","canvas","directEditing","modeling","resizeHandles","textRenderer"],Ra.prototype.activate=function(e){var t=_n(e);if(t!==void 0){var n={text:t},i=this.getEditingBBox(e);D(n,i);var r={},o=n.style||{};return D(o,{backgroundColor:null,border:null}),(xe(e,["bpmn:Task","bpmn:Participant","bpmn:Lane","bpmn:CallActivity"])||z_(e))&&D(r,{centerVertically:!0}),Fi(e)&&(D(r,{resizable:!0,autoResize:!0}),D(o,{backgroundColor:"#ffffff",border:"1px solid #ccc"})),y(e,"bpmn:TextAnnotation")&&(D(r,{resizable:!0,autoResize:!0}),D(o,{backgroundColor:"#ffffff",border:"1px solid #ccc"})),D(n,{options:r,style:o}),n}},Ra.prototype.getEditingBBox=function(e){var t=this._canvas,n=e.label||e,i=t.getAbsoluteBBox(n),r={x:i.x+i.width/2,y:i.y+i.height/2},o={x:i.x,y:i.y},a=t.zoom(),s=this._textRenderer.getDefaultStyle(),c=this._textRenderer.getExternalStyle(),u=c.fontSize*a,l=c.lineHeight,p=s.fontSize*a,f=s.lineHeight,d={fontFamily:this._textRenderer.getDefaultStyle().fontFamily,fontWeight:this._textRenderer.getDefaultStyle().fontWeight};if(y(e,"bpmn:Lane")||w2(e)){var h=Tt(e),m=h?{width:i.height,height:30*a,x:i.x-i.height/2+15*a,y:r.y-30*a/2}:{width:i.width,height:30*a};D(o,m),D(d,{fontSize:p+"px",lineHeight:f,paddingTop:7*a+"px",paddingBottom:7*a+"px",paddingLeft:5*a+"px",paddingRight:5*a+"px",transform:h?"rotate(-90deg)":null})}if(E2(e)){var g=Tt(e),w=g?{width:i.width,height:i.height}:{width:i.height,height:i.width,x:r.x-i.height/2,y:r.y-i.width/2};D(o,w),D(d,{fontSize:p+"px",lineHeight:f,paddingTop:7*a+"px",paddingBottom:7*a+"px",paddingLeft:5*a+"px",paddingRight:5*a+"px",transform:g?null:"rotate(-90deg)"})}(xe(e,["bpmn:Task","bpmn:CallActivity"])||z_(e))&&(D(o,{width:i.width,height:i.height}),D(d,{fontSize:p+"px",lineHeight:f,paddingTop:7*a+"px",paddingBottom:7*a+"px",paddingLeft:5*a+"px",paddingRight:5*a+"px"})),x2(e)&&(D(o,{width:i.width,x:i.x}),D(d,{fontSize:p+"px",lineHeight:f,paddingTop:7*a+"px",paddingBottom:7*a+"px",paddingLeft:5*a+"px",paddingRight:5*a+"px"}));var E=1,b=i.width+2*E;if(n.labelTarget&&(D(o,{width:b,height:i.height+2*E,x:i.x-E,y:i.y-E}),D(d,{fontSize:u+"px",lineHeight:l})),Fi(n)&&!is(n)&&!_e(n)){var x=ju(e),S=t.getAbsoluteBBox({x:x.x,y:x.y,width:0,height:0}),A=u,I=_r.width*a+2*E;D(o,{width:I,height:A+2*E,x:S.x-I/2,y:S.y-A/2-E}),D(d,{fontSize:u+"px",lineHeight:l})}return y(e,"bpmn:TextAnnotation")&&(D(o,{width:i.width+2*E,height:i.height+2*E,x:i.x-E,y:i.y-E,minWidth:30*a,minHeight:10*a}),D(d,{textAlign:"left",paddingTop:qr*a+"px",paddingBottom:qr*a+"px",paddingLeft:qr*a+"px",paddingRight:qr*a+"px",fontSize:p+"px",lineHeight:f})),{bounds:o,style:d}},Ra.prototype.update=function(e,t,n,i){var r,o;y(e,"bpmn:TextAnnotation")&&(o=this._canvas.getAbsoluteBBox(e),r={x:e.x,y:e.y,width:e.width/o.width*i.width,height:e.height/o.height*i.height}),S2(t)&&(t=null),this._modeling.updateLabel(e,t,r)};function z_(e){return y(e,"bpmn:SubProcess")&&!Re(e)}function x2(e){return y(e,"bpmn:SubProcess")&&Re(e)}function E2(e){return y(e,"bpmn:Participant")&&!Re(e)}function w2(e){return y(e,"bpmn:Participant")&&Re(e)}function S2(e){return!e||!e.trim()}var V_="djs-element-hidden",G_="djs-label-hidden";function W_(e,t,n){var i=this,r=t.getDefaultLayer(),o,a,s;e.on("directEditing.activate",function(c){var u=c.active;if(o=u.element.label||u.element,y(o,"bpmn:TextAnnotation")){a=t.getAbsoluteBBox(o),s=ae("g");var l=n.getScaledPath("TEXT_ANNOTATION",{xScaleFactor:1,yScaleFactor:1,containerWidth:o.width,containerHeight:o.height,position:{mx:0,my:0}}),p=i.path=ae("path");ee(p,{d:l,strokeWidth:2,stroke:R2(o)}),ge(s,p),ge(r,s),Nt(s,o.x,o.y)}y(o,"bpmn:TextAnnotation")||o.labelTarget?t.addMarker(o,V_):(y(o,"bpmn:Task")||y(o,"bpmn:CallActivity")||y(o,"bpmn:SubProcess")||y(o,"bpmn:Participant")||y(o,"bpmn:Lane"))&&t.addMarker(o,G_)}),e.on("directEditing.resize",function(c){if(y(o,"bpmn:TextAnnotation")){var u=c.height,l=c.dy,p=Math.max(o.height/a.height*(u+l),0),f=n.getScaledPath("TEXT_ANNOTATION",{xScaleFactor:1,yScaleFactor:1,containerWidth:o.width,containerHeight:p,position:{mx:0,my:0}});ee(i.path,{d:f})}}),e.on(["directEditing.complete","directEditing.cancel"],function(c){var u=c.active;u&&(t.removeMarker(u.element.label||u.element,V_),t.removeMarker(o,G_)),o=void 0,a=void 0,s&&(xt(s),s=void 0)})}W_.$inject=["eventBus","canvas","pathMap"];function R2(e,t){var n=Me(e);return n.get("stroke")||t||"black"}const C2={__depends__:[ip,H_,g_],__init__:["labelEditingProvider","labelEditingPreview"],labelEditingProvider:["type",Ra],labelEditingPreview:["type",W_]};var P2=500,A2=1e3;function ii(e,t,n){this._eventBus=e,this._elementRegistry=n,this._outlineOffset=5,this._outlineStyle=t.cls("djs-outline",["no-fill"]);var i=this;function r(o){aw(o)||i.createOutline(o)}e.on("element.hover",function(o){r(o.element)}),e.on("selection.changed",function(o){T(o.newSelection,r)}),e.on(["shape.changed","connection.changed"],P2,function(o){var a=o.element,s=o.gfx,c=$e(".djs-outline",s);c&&i.updateOutline(a,c)})}ii.prototype.createOutline=function(e){var t=this._elementRegistry.getGraphics(e);if(!t)throw new Error("cannot create outline for non-rendered element");var n=$e(".djs-outline",t);return n||(n=this.getOutline(e)||this._createOutlineGfx(),ge(t,n),this.updateOutline(e,n)),n},ii.prototype._createOutlineGfx=function(){var e=ae("rect");return ee(e,D({x:0,y:0,rx:4,width:100,height:100},this._outlineStyle)),e},ii.prototype.updateOutline=function(e,t){e.waypoints?this.updateConnectionOutline(t,e):this.updateShapeOutline(t,e)},ii.prototype.updateShapeOutline=function(e,t){var n=!1,i=this._getProviders();i.length&&T(i,function(r){n=n||r.updateOutline(t,e)}),n||ee(e,{x:-this._outlineOffset,y:-this._outlineOffset,width:t.width+this._outlineOffset*2,height:t.height+this._outlineOffset*2})},ii.prototype.updateConnectionOutline=function(e,t){var n=lt(t);ee(e,{x:n.x-this._outlineOffset,y:n.y-this._outlineOffset,width:n.width+this._outlineOffset*2,height:n.height+this._outlineOffset*2})},ii.prototype.registerProvider=function(e,t){t||(t=e,e=A2),this._eventBus.on("outline.getProviders",e,function(n){n.providers.push(t)})},ii.prototype._getProviders=function(){var e=this._eventBus.createEvent({type:"outline.getProviders",providers:[]});return this._eventBus.fire(e),e.providers},ii.prototype.getOutline=function(e){var t,n=this._getProviders();return T(n,function(i){Pt(i.getOutline)&&(t=t||i.getOutline(e))}),t},ii.$inject=["eventBus","styles","elementRegistry"];var Hc=6;function Jp(e,t,n){this._canvas=t;var i=this;e.on("element.changed",function(r){n.isSelected(r.element)&&i._updateMultiSelectionOutline(n.get())}),e.on("selection.changed",function(r){var o=r.newSelection;i._updateMultiSelectionOutline(o)})}Jp.prototype._updateMultiSelectionOutline=function(e){var t=this._canvas.getLayer("selectionOutline");Wa(t);var n=e.length>1,i=this._canvas.getContainer();if(Ce(i)[n?"add":"remove"]("djs-multi-select"),!!n){var r=T2(lt(e)),o=ae("rect");ee(o,D({rx:3},r)),Ce(o).add("djs-selection-outline"),ge(t,o)}},Jp.$inject=["eventBus","canvas","selection"];function T2(e){return{x:e.x-Hc,y:e.y-Hc,width:e.width+Hc*2,height:e.height+Hc*2}}const ef={__depends__:[An],__init__:["outline","multiSelectionOutline"],outline:["type",ii],multiSelectionOutline:["type",Jp]},U_=["bpmn:Event","bpmn:SequenceFlow","bpmn:Gateway"],q_={class:"bjs-label-link",stroke:"var(--element-selected-outline-secondary-stroke-color)",strokeDasharray:"5, 5"},M2=15,zc=2;function Y_(e,t,n,i,r){const o=t.getLayer("overlays");e.on(["selection.changed","shape.changed"],function(){s()}),e.on("selection.changed",function({newSelection:p}){var d;const f=p.filter(h=>xe(h,U_));if(f.length===1){const h=f[0];_e(h)?a(h,h.labelTarget):(d=h.labels)!=null&&d.length&&a(h.labels[0],h)}if(f.length===2){const h=f.find(_e),m=f.find(g=>{var w;return(w=g.labels)==null?void 0:w.includes(h)});h&&m&&a(h,m)}}),e.on("shape.changed",function({element:p}){var f;!xe(p,U_)||!l(p)||(_e(p)?a(p,p.labelTarget):(f=p.labels)!=null&&f.length&&a(p.labels[0],p))});function a(p,f){const d=Ao([pe(f),pe(p)],q_),h=d.getAttribute("d"),g=r.isSelected(p)?c(p):u(p),w=Do(g,h);if(!w)return;const b=r.isSelected(f)?c(f):u(f),x=Do(b,h)||pe(f);zo(x,w)<M2||(ku(d,[x,w]),ge(o,d))}function s(){Ga(`.${q_.class}`,o).forEach(xt)}function c(p){const f=i.getOutline(p);if(!f)return u(p);if(f.x){const d={x:p.x+ir(f,"x")-zc,y:p.y+ir(f,"y")-zc,width:ir(f,"width")+zc*2,height:ir(f,"height")+zc*2};return Hu(d,ir(f,"rx"))}if(f.cx){const d=ir(f,"r"),h={x:p.x+ir(f,"cx")-d,y:p.y+ir(f,"cy")-d,width:d*2,height:d*2};return Eh(h)}}function u(p){return n.getShapePath(p)}function l(p){return r.isSelected(p)}}Y_.$inject=["eventBus","canvas","graphicsFactory","outline","selection"];function ir(e,t){return parseFloat(ee(e,t)||0)}const k2={__depends__:[An,ef],__init__:["labelLink"],labelLink:["type",Y_]};var D2=new oo("tt");function O2(e){var t=Ue('<div class="djs-tooltip-container" />');return Xt(t,{position:"absolute",width:"0",height:"0"}),e.insertBefore(t,e.firstChild),t}function I2(e,t,n){Xt(e,{left:t+"px",top:n+"px"})}function tf(e,t){e.style.display=t===!1?"none":""}var K_="djs-tooltip",nf="."+K_;function tn(e,t){this._eventBus=e,this._canvas=t,this._ids=D2,this._tooltipDefaults={show:{minZoom:.7,maxZoom:5}},this._tooltips={},this._tooltipRoot=O2(t.getContainer());var n=this;an.bind(this._tooltipRoot,nf,"mousedown",function(i){i.stopPropagation()}),an.bind(this._tooltipRoot,nf,"mouseover",function(i){n.trigger("mouseover",i)}),an.bind(this._tooltipRoot,nf,"mouseout",function(i){n.trigger("mouseout",i)}),this._init()}tn.$inject=["eventBus","canvas"],tn.prototype.add=function(e){if(!e.position)throw new Error("must specifiy tooltip position");if(!e.html)throw new Error("must specifiy tooltip html");var t=this._ids.next();return e=D({},this._tooltipDefaults,e,{id:t}),this._addTooltip(e),e.timeout&&this.setTimeout(e),t},tn.prototype.trigger=function(e,t){var n=t.delegateTarget||t.target,i=this.get(Gt(n,"data-tooltip-id"));i&&(e==="mouseover"&&i.timeout&&this.clearTimeout(i),e==="mouseout"&&i.timeout&&(i.timeout=1e3,this.setTimeout(i)))},tn.prototype.get=function(e){return typeof e!="string"&&(e=e.id),this._tooltips[e]},tn.prototype.clearTimeout=function(e){if(e=this.get(e),!!e){var t=e.removeTimer;t&&(clearTimeout(t),e.removeTimer=null)}},tn.prototype.setTimeout=function(e){if(e=this.get(e),!!e){this.clearTimeout(e);var t=this;e.removeTimer=setTimeout(function(){t.remove(e)},e.timeout)}},tn.prototype.remove=function(e){var t=this.get(e);t&&(Yn(t.html),Yn(t.htmlContainer),delete t.htmlContainer,delete this._tooltips[t.id])},tn.prototype.show=function(){tf(this._tooltipRoot)},tn.prototype.hide=function(){tf(this._tooltipRoot,!1)},tn.prototype._updateRoot=function(e){var t=e.scale||1,n=e.scale||1,i="matrix("+t+",0,0,"+n+","+-1*e.x*t+","+-1*e.y*n+")";this._tooltipRoot.style.transform=i,this._tooltipRoot.style["-ms-transform"]=i},tn.prototype._addTooltip=function(e){var t=e.id,n=e.html,i,r=this._tooltipRoot;n.get&&n.constructor.prototype.jquery&&(n=n.get(0)),nn(n)&&(n=Ue(n)),i=Ue('<div data-tooltip-id="'+t+'" class="'+K_+'">'),Xt(i,{position:"absolute"}),i.appendChild(n),e.type&&Ze(i).add("djs-tooltip-"+e.type),e.className&&Ze(i).add(e.className),e.htmlContainer=i,r.appendChild(i),this._tooltips[t]=e,this._updateTooltip(e)},tn.prototype._updateTooltip=function(e){var t=e.position,n=e.htmlContainer;I2(n,t.x,t.y)},tn.prototype._updateTooltipVisibilty=function(e){T(this._tooltips,function(t){var n=t.show,i=t.htmlContainer,r=!0;n&&((n.minZoom>e.scale||n.maxZoom<e.scale)&&(r=!1),tf(i,r))})},tn.prototype._init=function(){var e=this;function t(n){e._updateRoot(n),e._updateTooltipVisibilty(n),e.show()}this._eventBus.on("canvas.viewbox.changing",function(n){e.hide()}),this._eventBus.on("canvas.viewbox.changed",function(n){t(n.viewbox)})};const L2={__init__:["tooltips"],tooltips:["type",tn]};var N2="flow elements must be children of pools/participants",B2="Data object must be placed within a pool/participant.";function X_(e,t,n){function i(r,o,a){t.add({position:{x:r.x+5,y:r.y+5},type:"error",timeout:2e3,html:"<div>"+o+"</div>"})}e.on(["shape.move.rejected","create.rejected"],function(r){var o=r.context,a=o.shape,s=o.target;y(s,"bpmn:Collaboration")&&(y(a,"bpmn:FlowNode")?i(r,n(N2)):y(a,"bpmn:DataObjectReference")&&i(r,n(B2)))})}X_.$inject=["eventBus","tooltips","translate"];const $2={__depends__:[L2],__init__:["modelingFeedback"],modelingFeedback:["type",X_]};var j2=500,F2=1250,H2=1500,Vc=Math.round;function z2(e){return{x:e.x+Vc(e.width/2),y:e.y+Vc(e.height/2)}}function Z_(e,t,n,i,r){function o(s,c,u,l){return r.allowed("elements.move",{shapes:s,delta:c,position:u,target:l})}e.on("shape.move.start",H2,function(s){var c=s.context,u=s.shape,l=i.get().slice();l.indexOf(u)===-1&&(l=[u]),l=V2(l),D(c,{shapes:l,validatedShapes:l,shape:u})}),e.on("shape.move.start",F2,function(s){var c=s.context,u=c.validatedShapes,l;if(l=c.canExecute=o(u),!l)return!1}),e.on("shape.move.move",j2,function(s){var c=s.context,u=c.validatedShapes,l=s.hover,p={x:s.dx,y:s.dy},f={x:s.x,y:s.y},d;if(d=o(u,p,f,l),c.delta=p,c.canExecute=d,d===null){c.target=null;return}c.target=l}),e.on("shape.move.end",function(s){var c=s.context,u=c.delta,l=c.canExecute,p=l==="attach",f=c.shapes;if(l===!1)return!1;u.x=Vc(u.x),u.y=Vc(u.y),!(u.x===0&&u.y===0)&&n.moveElements(f,u,c.target,{primaryShape:c.shape,attach:p})}),e.on("element.mousedown",function(s){if(Gi(s)){var c=to(s);if(!c)throw new Error("must supply DOM mousedown event");return a(c,s.element)}});function a(s,c,u,l){if(Ct(u)&&(l=u,u=!1),!(c.waypoints||!c.parent)&&!Ce(s.target).has("djs-hit-no-move")){var p=z2(c),f=t.init(s,p,"shape.move",{cursor:"grabbing",autoActivate:u,data:{shape:c,context:l||{}}});if(f!==!1)return!0}}this.start=a}Z_.$inject=["eventBus","dragging","modeling","selection","rules"];function V2(e){var t=Nr(e,"id");return Ee(e,function(n){for(;n=n.parent;)if(t[n.id])return!1;return!0})}var Q_=499,rf="djs-dragging",J_="drop-ok",eb="drop-not-ok",tb="new-parent",nb="attach-ok";function ib(e,t,n,i){function r(c){var u=o(c),l=G2(u);return l}function o(c){var u=To(c),l=u.flatMap(d=>(d.incoming||[]).concat(d.outgoing||[])),p=u.concat(l),f=[...new Set(p)];return f}function a(c,u){[nb,J_,eb,tb].forEach(function(l){l===u?t.addMarker(c,l):t.removeMarker(c,l)})}function s(c,u,l){i.addDragger(u,c.dragGroup),l&&t.addMarker(u,rf),c.allDraggedElements?c.allDraggedElements.push(u):c.allDraggedElements=[u]}e.on("shape.move.start",Q_,function(c){var u=c.context,l=u.shapes,p=u.allDraggedElements,f=r(l);if(!u.dragGroup){var d=ae("g");ee(d,n.cls("djs-drag-group",["no-events"]));var h=t.getActiveLayer();ge(h,d),u.dragGroup=d}f.forEach(function(m){i.addDragger(m,u.dragGroup)}),p?p=Qc([p,o(l)]):p=o(l),T(p,function(m){t.addMarker(m,rf)}),u.allDraggedElements=p,u.differentParents=W2(l)}),e.on("shape.move.move",Q_,function(c){var u=c.context,l=u.dragGroup,p=u.target,f=u.shape.parent,d=u.canExecute;p&&(d==="attach"?a(p,nb):u.canExecute&&f&&p.id!==f.id?a(p,tb):a(p,u.canExecute?J_:eb)),Nt(l,c.dx,c.dy)}),e.on(["shape.move.out","shape.move.cleanup"],function(c){var u=c.context,l=u.target;l&&a(l,null)}),e.on("shape.move.cleanup",function(c){var u=c.context,l=u.allDraggedElements,p=u.dragGroup;T(l,function(f){t.removeMarker(f,rf)}),p&&xt(p)}),this.makeDraggable=s}ib.$inject=["eventBus","canvas","styles","previewSupport"];function G2(e){var t=new Set;e.forEach(function(i){t.add(i.id)});var n=Ee(e,function(i){return Fe(i)?t.has(i.source.id)&&t.has(i.target.id):!0});return n}function W2(e){return Kb(Nr(e,function(t){return t.parent&&t.parent.id}))!==1}const U2={__depends__:[Is,An,ef,ei,gi,ao],__init__:["move","movePreview"],move:["type",Z_],movePreview:["type",ib]};var rb=".djs-palette-toggle",ob=".entry",q2=rb+", "+ob,of="djs-palette-",Y2="shown",af="open",ab="two-column",K2=1e3;function mt(e,t){this._eventBus=e,this._canvas=t;var n=this;e.on("tool-manager.update",function(i){var r=i.tool;n.updateToolHighlight(r)}),e.on("i18n.changed",function(){n._update()}),e.on("diagram.init",function(){n._diagramInitialized=!0,n._rebuild()})}mt.$inject=["eventBus","canvas"],mt.prototype.registerProvider=function(e,t){t||(t=e,e=K2),this._eventBus.on("palette.getProviders",e,function(n){n.providers.push(t)}),this._rebuild()},mt.prototype.getEntries=function(){var e=this._getProviders();return e.reduce(Z2,{})},mt.prototype._rebuild=function(){if(this._diagramInitialized){var e=this._getProviders();e.length&&(this._container||this._init(),this._update())}},mt.prototype._init=function(){var e=this,t=this._eventBus,n=this._getParentContainer(),i=this._container=Ue(mt.HTML_MARKUP);n.appendChild(i),Ze(n).add(of+Y2),an.bind(i,q2,"click",function(r){var o=r.delegateTarget;if(Eu(o,rb))return e.toggle();e.trigger("click",r)}),he.bind(i,"mousedown",function(r){r.stopPropagation()}),an.bind(i,ob,"dragstart",function(r){e.trigger("dragstart",r)}),t.on("canvas.resized",this._layoutChanged,this),t.fire("palette.create",{container:i})},mt.prototype._getProviders=function(e){var t=this._eventBus.createEvent({type:"palette.getProviders",providers:[]});return this._eventBus.fire(t),t.providers},mt.prototype._toggleState=function(e){e=e||{};var t=this._getParentContainer(),n=this._container,i=this._eventBus,r,o=Ze(n),a=Ze(t);"twoColumn"in e?r=e.twoColumn:r=this._needsCollapse(t.clientHeight,this._entries||{}),o.toggle(ab,r),a.toggle(of+ab,r),"open"in e&&(o.toggle(af,e.open),a.toggle(of+af,e.open)),i.fire("palette.changed",{twoColumn:r,open:this.isOpen()})},mt.prototype._update=function(){var e=$e(".djs-palette-entries",this._container),t=this._entries=this.getEntries();za(e),T(t,function(n,i){var r=n.group||"default",o=$e("[data-group="+la(r)+"]",e);o||(o=Ue('<div class="group"></div>'),Gt(o,"data-group",r),e.appendChild(o));var a=n.html||(n.separator?'<hr class="separator" />':'<div class="entry" draggable="true"></div>'),s=Ue(a);if(o.appendChild(s),!n.separator&&(Gt(s,"data-action",i),n.title&&Gt(s,"title",n.title),n.className&&X2(s,n.className),n.imageUrl)){var c=Ue("<img>");Gt(c,"src",n.imageUrl),s.appendChild(c)}}),this.open()},mt.prototype.trigger=function(e,t,n){var i,r,o=t.delegateTarget||t.target;return o?(i=Gt(o,"data-action"),r=t.originalEvent||t,this.triggerEntry(i,e,r,n)):t.preventDefault()},mt.prototype.triggerEntry=function(e,t,n,i){var r=this._entries,o,a;if(o=r[e],!!o&&(a=o.action,this._eventBus.fire("palette.trigger",{entry:o,event:n})!==!1)){if(Pt(a)){if(t==="click")return a(n,i)}else if(a[t])return a[t](n,i);n.preventDefault()}},mt.prototype._layoutChanged=function(){this._toggleState({})},mt.prototype._needsCollapse=function(e,t){var n=50,i=Object.keys(t).length*46;return e<i+n},mt.prototype.close=function(){this._toggleState({open:!1,twoColumn:!1})},mt.prototype.open=function(){this._toggleState({open:!0})},mt.prototype.toggle=function(){this.isOpen()?this.close():this.open()},mt.prototype.isActiveTool=function(e){return e&&this._activeTool===e},mt.prototype.updateToolHighlight=function(e){var t,n;this._toolsContainer||(t=$e(".djs-palette-entries",this._container),this._toolsContainer=$e("[data-group=tools]",t)),n=this._toolsContainer,T(n.children,function(i){var r=i.getAttribute("data-action");if(r){var o=Ze(i);r=r.replace("-tool",""),o.contains("entry")&&r===e?o.add("highlighted-entry"):o.remove("highlighted-entry")}})},mt.prototype.isOpen=function(){return Ze(this._container).has(af)},mt.prototype._getParentContainer=function(){return this._canvas.getContainer()},mt.HTML_MARKUP='<div class="djs-palette"><div class="djs-palette-entries"></div><div class="djs-palette-toggle"></div></div>';function X2(e,t){var n=Ze(e),i=le(t)?t:t.split(/\s+/g);i.forEach(function(r){n.add(r)})}function Z2(e,t){var n=t.getPaletteEntries();return Pt(n)?n(e):(T(n,function(i,r){e[r]=i}),e)}const Q2={__init__:["palette"],palette:["type",mt]};var sb="crosshair",cb="selected",J2="djs-dragging-active-lasso";function rr(e,t,n,i,r,o,a){this._selection=r,this._dragging=n,this._mouse=a;var s=this,c={create:function(p){var f=t.getActiveLayer(),d=p.frame=ae("rect");ee(d,{class:"djs-lasso-overlay",width:1,height:1,x:0,y:0}),ge(f,d),u(!0),this.update(p)},update:function(p){var f=p.frame,d=p.bbox;f&&d&&ee(f,{x:d.x,y:d.y,width:d.width,height:d.height});var h=p.marked,m=p.lastMarked;if(h&&m){for(const g of m)h.has(g)||t.removeMarker(g,cb);for(const g of h)m.has(g)||t.addMarker(g,cb)}},remove:function(p){this.update(p),p.frame&&xt(p.frame),u(!1)}};function u(p){Ce(t.getContainer()).toggle(J2,p)}function l(p){var f=i.getAll();return new Set(Lr(zr(f,p)))}o.registerTool("lasso",{tool:"lasso.selection",dragging:"lasso"}),e.on("lasso.selection.end",function(p){var f=p.originalEvent.target;!p.hover&&!(f instanceof SVGElement)||e.once("lasso.selection.ended",function(){s.activateLasso(p.originalEvent,!0)})}),e.on("lasso.end",0,function(p){var f=p.context;s._select(Array.from(f.marked))}),e.on("lasso.start",function(p){var f=p.context;f.bbox=ub(p),f.add=Ps(p),f.lastMarked=new Set(r.get()),f.add?f.marked=f.lastMarked:f.marked=new Set,f.initialMarked=f.marked,c.create(f)}),e.on("lasso.move",function(p){var f=p.context,d=f.bbox=ub(p),h=l(d),m=f.initialMarked.union(h);f.lastMarked=f.marked,f.marked=m,c.update(f)}),e.on("lasso.cleanup",function(p){var f=p.context;f.lastMarked=f.marked,f.marked=new Set(r.get()),c.remove(p.context)}),e.on("element.mousedown",1500,function(p){if(Ps(p))return s.activateLasso(p.originalEvent),!0})}rr.$inject=["eventBus","canvas","dragging","elementRegistry","selection","toolManager","mouse"],rr.prototype.activateLasso=function(e,t){this._dragging.init(e,"lasso",{autoActivate:t,cursor:sb,data:{context:{}},keepSelection:!0})},rr.prototype.activateSelection=function(e,t){this._dragging.init(e,"lasso.selection",{trapClick:!1,autoActivate:t,cursor:sb,data:{context:{}},keepSelection:!0})},rr.prototype._select=function(e){this._selection.select(e)},rr.prototype.select=function(e,t,n=[]){var i=Lr(zr(e,t));this._select([...n,...i])},rr.prototype.toggle=function(){if(this.isActive())return this._dragging.cancel();var e=this._mouse.getLastMoveEvent();this.activateSelection(e,!!e)},rr.prototype.isActive=function(){var e=this._dragging.context();return e&&/^lasso/.test(e.prefix)};function ub(e){var t={x:e.x-e.dx,y:e.y-e.dy},n={x:e.x,y:e.y},i;return t.x<=n.x&&t.y<n.y||t.x<n.x&&t.y<=n.y?i={x:t.x,y:t.y,width:n.x-t.x,height:n.y-t.y}:t.x>=n.x&&t.y<n.y||t.x>n.x&&t.y<=n.y?i={x:n.x,y:t.y,width:t.x-n.x,height:n.y-t.y}:t.x<=n.x&&t.y>n.y||t.x<n.x&&t.y>=n.y?i={x:t.x,y:n.y,width:n.x-t.x,height:t.y-n.y}:t.x>=n.x&&t.y>n.y||t.x>n.x&&t.y>=n.y?i={x:n.x,y:n.y,width:t.x-n.x,height:t.y-n.y}:i={x:n.x,y:n.y,width:0,height:0},i}const ek={__depends__:[$s,Yo],__init__:["lassoTool"],lassoTool:["type",rr]};var sf=1500,lb="grab";function _o(e,t,n,i,r,o){this._dragging=n,this._mouse=o;var a=this,s=i.get("keyboard",!1);r.registerTool("hand",{tool:"hand",dragging:"hand.move"}),e.on("element.mousedown",sf,function(c){if(Wo(c))return a.activateMove(c.originalEvent,!0),!1}),s&&s.addListener(sf,function(c){if(!(!pb(c.keyEvent)||a.isActive())){var u=a._mouse.getLastMoveEvent();a.activateMove(u,!!u)}},"keyboard.keydown"),s&&s.addListener(sf,function(c){!pb(c.keyEvent)||!a.isActive()||a.toggle()},"keyboard.keyup"),e.on("hand.end",function(c){var u=c.originalEvent.target;if(!c.hover&&!(u instanceof SVGElement))return!1;e.once("hand.ended",function(){a.activateMove(c.originalEvent,{reactivate:!0})})}),e.on("hand.move.move",function(c){var u=t.viewbox().scale;t.scroll({dx:c.dx*u,dy:c.dy*u})}),e.on("hand.move.end",function(c){var u=c.context,l=u.reactivate;return!Wo(c)&&l&&e.once("hand.move.ended",function(p){a.activateHand(p.originalEvent,!0,!0)}),!1})}_o.$inject=["eventBus","canvas","dragging","injector","toolManager","mouse"],_o.prototype.activateMove=function(e,t,n){typeof t=="object"&&(n=t,t=!1),this._dragging.init(e,"hand.move",{autoActivate:t,cursor:lb,data:{context:n||{}}})},_o.prototype.activateHand=function(e,t,n){this._dragging.init(e,"hand",{trapClick:!1,autoActivate:t,cursor:lb,data:{context:{reactivate:n}}})},_o.prototype.toggle=function(){if(this.isActive())return this._dragging.cancel();var e=this._mouse.getLastMoveEvent();this.activateHand(e,!!e)},_o.prototype.isActive=function(){var e=this._dragging.context();return e?/^(hand|hand\.move)$/.test(e.prefix):!1};function pb(e){return Et("Space",e)}const tk={__depends__:[$s,Yo],__init__:["handTool"],handTool:["type",_o]};var fb="connect-ok",db="connect-not-ok";function bo(e,t,n,i,r,o,a){var s=this;this._dragging=t,this._rules=o,this._mouse=a,r.registerTool("global-connect",{tool:"global-connect",dragging:"global-connect.drag"}),e.on("global-connect.hover",function(c){var u=c.context,l=c.hover,p=u.canStartConnect=s.canStartConnect(l);p!==null&&(u.startTarget=l,i.addMarker(l,p?fb:db))}),e.on(["global-connect.out","global-connect.cleanup"],function(c){var u=c.context.startTarget,l=c.context.canStartConnect;u&&i.removeMarker(u,l?fb:db)}),e.on(["global-connect.ended"],function(c){var u=c.context,l=u.startTarget,p={x:c.x,y:c.y},f=s.canStartConnect(l);if(f)return e.once("element.out",function(){e.once(["connect.ended","connect.canceled"],function(){e.fire("global-connect.drag.ended")}),n.start(null,l,p)}),!1})}bo.$inject=["eventBus","dragging","connect","canvas","toolManager","rules","mouse"],bo.prototype.start=function(e,t){this._dragging.init(e,"global-connect",{autoActivate:t,trapClick:!1,data:{context:{}}})},bo.prototype.toggle=function(){if(this.isActive())return this._dragging.cancel();var e=this._mouse.getLastMoveEvent();return this.start(e,!!e)},bo.prototype.isActive=function(){var e=this._dragging.context();return e&&/^global-connect/.test(e.prefix)},bo.prototype.canStartConnect=function(e){return this._rules.allowed("connection.start",{source:e})};const nk={__depends__:[Kp,ei,gi,$s,Yo],globalConnect:["type",bo]};function cf(e,t,n,i,r,o,a,s){this._palette=e,this._create=t,this._elementFactory=n,this._spaceTool=i,this._lassoTool=r,this._handTool=o,this._globalConnect=a,this._translate=s,e.registerProvider(this)}cf.$inject=["palette","create","elementFactory","spaceTool","lassoTool","handTool","globalConnect","translate"],cf.prototype.getPaletteEntries=function(){var e={},t=this._create,n=this._elementFactory,i=this._spaceTool,r=this._lassoTool,o=this._handTool,a=this._globalConnect,s=this._translate;function c(p,f,d,h,m){function g(w){var E=n.createShape(D({type:p},m));t.start(w,E)}return{group:f,className:d,title:h,action:{dragstart:g,click:g}}}function u(p){var f=n.createShape({type:"bpmn:SubProcess",x:0,y:0,isExpanded:!0}),d=n.createShape({type:"bpmn:StartEvent",x:40,y:82,parent:f});t.start(p,[f,d],{hints:{autoSelect:[f]}})}function l(p){t.start(p,n.createParticipantShape())}return D(e,{"hand-tool":{group:"tools",className:"bpmn-icon-hand-tool",title:s("Activate hand tool"),action:{click:function(p){o.activateHand(p)}}},"lasso-tool":{group:"tools",className:"bpmn-icon-lasso-tool",title:s("Activate lasso tool"),action:{click:function(p){r.activateSelection(p)}}},"space-tool":{group:"tools",className:"bpmn-icon-space-tool",title:s("Activate create/remove space tool"),action:{click:function(p){i.activateSelection(p)}}},"global-connect-tool":{group:"tools",className:"bpmn-icon-connection-multi",title:s("Activate global connect tool"),action:{click:function(p){a.start(p)}}},"tool-separator":{group:"tools",separator:!0},"create.start-event":c("bpmn:StartEvent","event","bpmn-icon-start-event-none",s("Create start event")),"create.intermediate-event":c("bpmn:IntermediateThrowEvent","event","bpmn-icon-intermediate-event-none",s("Create intermediate/boundary event")),"create.end-event":c("bpmn:EndEvent","event","bpmn-icon-end-event-none",s("Create end event")),"create.exclusive-gateway":c("bpmn:ExclusiveGateway","gateway","bpmn-icon-gateway-none",s("Create gateway")),"create.task":c("bpmn:Task","activity","bpmn-icon-task",s("Create task")),"create.data-object":c("bpmn:DataObjectReference","data-object","bpmn-icon-data-object",s("Create data object reference")),"create.data-store":c("bpmn:DataStoreReference","data-store","bpmn-icon-data-store",s("Create data store reference")),"create.subprocess-expanded":{group:"activity",className:"bpmn-icon-subprocess-expanded",title:s("Create expanded sub-process"),action:{dragstart:u,click:u}},"create.participant-expanded":{group:"collaboration",className:"bpmn-icon-participant",title:s("Create pool/participant"),action:{dragstart:l,click:l}},"create.group":c("bpmn:Group","artifact","bpmn-icon-group",s("Create group"))}),e};const ik={__depends__:[Q2,Ns,Fg,ek,tk,nk,$o],__init__:["paletteProvider"],paletteProvider:["type",cf]};var rk=250;function uf(e,t,n,i,r){W.call(this,e);function o(s){var c=s.canExecute.replacements;T(c,function(u){var l=u.oldElementId,p={type:u.newElementType};if(!s.visualReplacements[l]){var f=t.get(l);D(p,{x:f.x,y:f.y});var d=n.createShape(p);i.addShape(d,f.parent);var h=$e('[data-element-id="'+la(f.id)+'"]',s.dragGroup);h&&ee(h,{display:"none"});var m=r.addDragger(d,s.dragGroup);s.visualReplacements[l]=m,i.removeShape(d)}})}function a(s){var c=s.visualReplacements;T(c,function(u,l){var p=$e('[data-element-id="'+la(l)+'"]',s.dragGroup);p&&ee(p,{display:"inline"}),u.remove(),c[l]&&delete c[l]})}e.on("shape.move.move",rk,function(s){var c=s.context,u=c.canExecute;c.visualReplacements||(c.visualReplacements={}),u&&u.replacements?o(c):a(c)})}uf.$inject=["eventBus","elementRegistry","elementFactory","canvas","previewSupport"],J(uf,W);const ok={__depends__:[ao],__init__:["bpmnReplacePreview"],bpmnReplacePreview:["type",uf]};var ak=1250,lf=40,sk=20,ck=10,hb=20,mb=["x","y"],uk=Math.abs;function gb(e){e.on(["connect.hover","connect.move","connect.end"],ak,function(t){var n=t.context,i=n.canExecute,r=n.start,o=n.hover,a=n.source,s=n.target;t.originalEvent&&un(t.originalEvent)||(n.initialConnectionStart||(n.initialConnectionStart=n.connectionStart),i&&o&&lk(t,o,hk(o)),o&&dk(i,["bpmn:Association","bpmn:DataInputAssociation","bpmn:DataOutputAssociation","bpmn:SequenceFlow"])?(n.connectionStart=kn(r),xe(o,["bpmn:Event","bpmn:Gateway"])&&vb(t,kn(o)),xe(o,["bpmn:Task","bpmn:SubProcess"])&&pk(t,o),y(a,"bpmn:BoundaryEvent")&&s===a.host&&fk(t)):yb(i,"bpmn:MessageFlow")?(y(r,"bpmn:Event")&&(n.connectionStart=kn(r)),y(o,"bpmn:Event")&&vb(t,kn(o))):n.connectionStart=n.initialConnectionStart)})}gb.$inject=["eventBus"];function lk(e,t,n){mb.forEach(function(i){var r=_b(i,t);e[i]<t[i]+n?ht(e,i,t[i]+n):e[i]>t[i]+r-n&&ht(e,i,t[i]+r-n)})}function pk(e,t){var n=kn(t);mb.forEach(function(i){mk(e,t,i)&&ht(e,i,n[i])})}function fk(e){var t=e.context,n=t.source,i=t.target;if(!gk(t)){var r=kn(n),o=Lt(r,i,-10),a=[];/top|bottom/.test(o)&&a.push("x"),/left|right/.test(o)&&a.push("y"),a.forEach(function(s){var c=e[s],u;uk(c-r[s])<lf&&(c>r[s]?u=r[s]+lf:u=r[s]-lf,ht(e,s,u))})}}function vb(e,t){ht(e,"x",t.x),ht(e,"y",t.y)}function yb(e,t){return e&&e.type===t}function dk(e,t){return Ci(t,function(n){return yb(e,n)})}function _b(e,t){return e==="x"?t.width:t.height}function hk(e){return y(e,"bpmn:Task")?ck:sk}function mk(e,t,n){return e[n]>t[n]+hb&&e[n]<t[n]+_b(n,t)-hb}function gk(e){var t=e.hover,n=e.source;return t&&n&&t===n}function or(){this._targets={},this._snapOrigins={},this._snapLocations=[],this._defaultSnaps={}}or.prototype.getSnapOrigin=function(e){return this._snapOrigins[e]},or.prototype.setSnapOrigin=function(e,t){this._snapOrigins[e]=t,this._snapLocations.indexOf(e)===-1&&this._snapLocations.push(e)},or.prototype.addDefaultSnap=function(e,t){var n=this._defaultSnaps[e];n||(n=this._defaultSnaps[e]=[]),n.push(t)},or.prototype.getSnapLocations=function(){return this._snapLocations},or.prototype.setSnapLocations=function(e){this._snapLocations=e},or.prototype.pointsForTarget=function(e){var t=e.id||e,n=this._targets[t];return n||(n=this._targets[t]=new Gc,n.initDefaults(this._defaultSnaps)),n};function Gc(){this._snapValues={}}Gc.prototype.add=function(e,t){var n=this._snapValues[e];n||(n=this._snapValues[e]={x:[],y:[]}),n.x.indexOf(t.x)===-1&&n.x.push(t.x),n.y.indexOf(t.y)===-1&&n.y.push(t.y)},Gc.prototype.snap=function(e,t,n,i){var r=this._snapValues[t];return r&&rM(e[n],r[n],i)},Gc.prototype.initDefaults=function(e){var t=this;T(e||{},function(n,i){T(n,function(r){t.add(i,r)})})};var vk=1250;function ri(e,t,n){var i=this;this._elementRegistry=e,t.on(["create.start","shape.move.start"],function(r){i.initSnap(r)}),t.on(["create.move","create.end","shape.move.move","shape.move.end"],vk,function(r){var o=r.context,a=o.shape,s=o.snapContext,c=o.target;if(!(r.originalEvent&&un(r.originalEvent))&&!(yo(r)||!c)){var u=s.pointsForTarget(c);u.initialized||(u=i.addSnapTargetPoints(u,a,c),u.initialized=!0),n.snap(r,u)}}),t.on(["create.cleanup","shape.move.cleanup"],function(){n.hide()})}ri.$inject=["elementRegistry","eventBus","snapping"],ri.prototype.initSnap=function(e){var t=this._elementRegistry,n=e.context,i=n.shape,r=n.snapContext;r||(r=n.snapContext=new or);var o;t.get(i.id)?o=kn(i,e):o={x:e.x+kn(i).x,y:e.y+kn(i).y};var a={x:o.x-i.width/2,y:o.y-i.height/2},s={x:o.x+i.width/2,y:o.y+i.height/2};return r.setSnapOrigin("mid",{x:o.x-e.x,y:o.y-e.y}),_e(i)||(r.setSnapOrigin("top-left",{x:a.x-e.x,y:a.y-e.y}),r.setSnapOrigin("bottom-right",{x:s.x-e.x,y:s.y-e.y})),r},ri.prototype.addSnapTargetPoints=function(e,t,n){var i=this.getSnapTargets(t,n);return T(i,function(r){if(_e(r)){_e(t)&&e.add("mid",kn(r));return}if(Fe(r)){if(r.waypoints.length<3)return;var o=r.waypoints.slice(1,-1);T(o,function(a){e.add("mid",a)});return}e.add("mid",kn(r))}),!de(t.x)||!de(t.y)||this._elementRegistry.get(t.id)&&e.add("mid",kn(t)),e},ri.prototype.getSnapTargets=function(e,t){return o_(t).filter(function(n){return!yk(n)})};function yk(e){return!!e.hidden}var bb=1500;function xo(e,t){t.invoke(ri,this),e.on(["create.move","create.end"],bb,Ek),e.on(["create.move","create.end","shape.move.move","shape.move.end"],bb,function(n){var i=n.context,r=i.canExecute,o=i.target,a=r&&(r==="attach"||r.attach);a&&!yo(n)&&_k(n,o)})}J(xo,ri),xo.$inject=["eventBus","injector"],xo.prototype.initSnap=function(e){var t=ri.prototype.initSnap.call(this,e),n=e.shape,i=!!this._elementRegistry.get(n.id);return T(n.outgoing,function(r){var o=r.waypoints[0];o=o.original||o,t.setSnapOrigin(r.id+"-docking",Eb(o,i,e))}),T(n.incoming,function(r){var o=r.waypoints[r.waypoints.length-1];o=o.original||o,t.setSnapOrigin(r.id+"-docking",Eb(o,i,e))}),y(n,"bpmn:Participant")&&t.setSnapLocations(["top-left","bottom-right","mid"]),t},xo.prototype.addSnapTargetPoints=function(e,t,n){ri.prototype.addSnapTargetPoints.call(this,e,t,n);var i=this.getSnapTargets(t,n);T(i,function(o){(xk(o)||bk([t,o],"bpmn:TextAnnotation"))&&(e.add("top-left",i_(o)),e.add("bottom-right",r_(o)))});var r=this._elementRegistry;return T(t.incoming,function(o){if(r.get(t.id)){xb(i,o.source)||e.add("mid",pe(o.source));var a=o.waypoints[0];e.add(o.id+"-docking",a.original||a)}}),T(t.outgoing,function(o){if(r.get(t.id)){xb(i,o.target)||e.add("mid",pe(o.target));var a=o.waypoints[o.waypoints.length-1];e.add(o.id+"-docking",a.original||a)}}),y(n,"bpmn:SequenceFlow")&&(e=this.addSnapTargetPoints(e,t,n.parent)),e},xo.prototype.getSnapTargets=function(e,t){return ri.prototype.getSnapTargets.call(this,e,t).filter(function(n){return!y(n,"bpmn:Lane")})};function _k(e,t){var n=ue(t),i=Nm(e,t),r=e.context,o=r.shape,a;o.parent?a={x:0,y:0}:a=pe(o),/top/.test(i)?ht(e,"y",n.top-a.y):/bottom/.test(i)&&ht(e,"y",n.bottom-a.y),/left/.test(i)?ht(e,"x",n.left-a.x):/right/.test(i)&&ht(e,"x",n.right-a.x)}function bk(e,t){return e.every(function(n){return y(n,t)})}function xk(e){return y(e,"bpmn:SubProcess")&&Re(e)?!0:y(e,"bpmn:Participant")}function Ek(e){var t=e.context,n=t.createConstraints;if(n){var i=n.top,r=n.right,o=n.bottom,a=n.left;(a&&a>=e.x||r&&r<=e.x)&&ht(e,"x",e.x),(i&&i>=e.y||o&&o<=e.y)&&ht(e,"y",e.y)}}function xb(e,t){return e.indexOf(t)!==-1}function Eb(e,t,n){return t?{x:e.x-n.x,y:e.y-n.y}:{x:e.x,y:e.y}}var wk=1250;function Ca(e,t){var n=this;e.on(["resize.start"],function(i){n.initSnap(i)}),e.on(["resize.move","resize.end"],wk,function(i){var r=i.context,o=r.shape,a=o.parent,s=r.direction,c=r.snapContext;if(!(i.originalEvent&&un(i.originalEvent))&&!yo(i)){var u=c.pointsForTarget(a);u.initialized||(u=n.addSnapTargetPoints(u,o,a,s),u.initialized=!0),Ck(s)&&ht(i,"x",i.x),Pk(s)&&ht(i,"y",i.y),t.snap(i,u)}}),e.on(["resize.cleanup"],function(){t.hide()})}Ca.prototype.initSnap=function(e){var t=e.context,n=t.shape,i=t.direction,r=t.snapContext;r||(r=t.snapContext=new or);var o=wb(n,i);return r.setSnapOrigin("corner",{x:o.x-e.x,y:o.y-e.y}),r},Ca.prototype.addSnapTargetPoints=function(e,t,n,i){var r=this.getSnapTargets(t,n);return T(r,function(o){e.add("corner",r_(o)),e.add("corner",i_(o))}),e.add("corner",wb(t,i)),e},Ca.$inject=["eventBus","snapping"],Ca.prototype.getSnapTargets=function(e,t){return o_(t).filter(function(n){return!Sk(n,e)&&!Fe(n)&&!Rk(n)&&!_e(n)})};function wb(e,t){var n=pe(e),i=ue(e),r={x:n.x,y:n.y};return t.indexOf("n")!==-1?r.y=i.top:t.indexOf("s")!==-1&&(r.y=i.bottom),t.indexOf("e")!==-1?r.x=i.right:t.indexOf("w")!==-1&&(r.x=i.left),r}function Sk(e,t){return e.host===t}function Rk(e){return!!e.hidden}function Ck(e){return e==="n"||e==="s"}function Pk(e){return e==="e"||e==="w"}var Ak=7,Tk=1e3;function ar(e){this._canvas=e,this._asyncHide=eu(Jt(this.hide,this),Tk)}ar.$inject=["canvas"],ar.prototype.snap=function(e,t){var n=e.context,i=n.snapContext,r=i.getSnapLocations(),o={x:yo(e,"x"),y:yo(e,"y")};T(r,function(a){var s=i.getSnapOrigin(a),c={x:e.x+s.x,y:e.y+s.y};if(T(["x","y"],function(u){var l;o[u]||(l=t.snap(c,a,u,Ak),l!==void 0&&(o[u]={value:l,originValue:l-s[u]}))}),o.x&&o.y)return!1}),this.showSnapLine("vertical",o.x&&o.x.value),this.showSnapLine("horizontal",o.y&&o.y.value),T(["x","y"],function(a){var s=o[a];Ct(s)&&ht(e,a,s.originValue)})},ar.prototype._createLine=function(e){var t=this._canvas.getLayer("snap"),n=ae("path");return ee(n,{d:"M0,0 L0,0"}),Ce(n).add("djs-snap-line"),ge(t,n),{update:function(i){de(i)?e==="horizontal"?ee(n,{d:"M-100000,"+i+" L+100000,"+i,display:""}):ee(n,{d:"M "+i+",-100000 L "+i+", +100000",display:""}):ee(n,{display:"none"})}}},ar.prototype._createSnapLines=function(){this._snapLines={horizontal:this._createLine("horizontal"),vertical:this._createLine("vertical")}},ar.prototype.showSnapLine=function(e,t){var n=this.getSnapLine(e);n&&n.update(t),this._asyncHide()},ar.prototype.getSnapLine=function(e){return this._snapLines||this._createSnapLines(),this._snapLines[e]},ar.prototype.hide=function(){T(this._snapLines,function(e){e.update()})};const Mk={__depends__:[{__init__:["createMoveSnapping","resizeSnapping","snapping"],createMoveSnapping:["type",ri],resizeSnapping:["type",Ca],snapping:["type",ar]}],__init__:["connectSnapping","createMoveSnapping"],connectSnapping:["type",gb],createMoveSnapping:["type",xo]};var Sb=300;function ve(e,t,n,i){this._open=!1,this._results={},this._eventMaps=[],this._cachedRootElement=null,this._cachedSelection=null,this._cachedViewbox=null,this._canvas=e,this._eventBus=t,this._selection=n,this._translate=i,this._container=this._getBoxHtml(),this._searchInput=$e(ve.INPUT_SELECTOR,this._container),this._resultsContainer=$e(ve.RESULTS_CONTAINER_SELECTOR,this._container),this._canvas.getContainer().appendChild(this._container),t.on(["canvas.destroy","diagram.destroy","drag.init","elements.changed"],this.close,this)}ve.$inject=["canvas","eventBus","selection","translate"],ve.prototype._bindEvents=function(){var e=this;function t(n,i,r,o){e._eventMaps.push({el:n,type:r,listener:an.bind(n,i,r,o)})}t(document,"html","click",function(n){e.close(!1)}),t(this._container,ve.INPUT_SELECTOR,"click",function(n){n.stopPropagation(),n.delegateTarget.focus()}),t(this._container,ve.RESULT_SELECTOR,"mouseover",function(n){n.stopPropagation(),e._scrollToNode(n.delegateTarget),e._preselect(n.delegateTarget)}),t(this._container,ve.RESULT_SELECTOR,"click",function(n){n.stopPropagation(),e._select(n.delegateTarget)}),t(this._container,ve.INPUT_SELECTOR,"keydown",function(n){Et("ArrowUp",n)&&n.preventDefault(),Et("ArrowDown",n)&&n.preventDefault()}),t(this._container,ve.INPUT_SELECTOR,"keyup",function(n){if(Et("Escape",n))return e.close();if(Et("Enter",n)){var i=e._getCurrentResult();return i?e._select(i):e.close(!1)}if(Et("ArrowUp",n))return e._scrollToDirection(!0);if(Et("ArrowDown",n))return e._scrollToDirection();Et(["ArrowLeft","ArrowRight"],n)||e._search(n.delegateTarget.value)})},ve.prototype._unbindEvents=function(){this._eventMaps.forEach(function(e){an.unbind(e.el,e.type,e.listener)})},ve.prototype._search=function(e){var t=this;if(this._clearResults(),!!e.trim()){var n=this._searchProvider.find(e);if(n=n.filter(function(r){return!t._canvas.getRootElements().includes(r.element)}),!n.length){this._selection.select(null);return}n.forEach(function(r){var o=r.element.id,a=t._createResultNode(r,o);t._results[o]={element:r.element,node:a}});var i=$e(ve.RESULT_SELECTOR,this._resultsContainer);this._scrollToNode(i),this._preselect(i)}},ve.prototype._scrollToDirection=function(e){var t=this._getCurrentResult();if(t){var n=e?t.previousElementSibling:t.nextElementSibling;n&&(this._scrollToNode(n),this._preselect(n))}},ve.prototype._scrollToNode=function(e){if(!(!e||e===this._getCurrentResult())){var t=e.offsetTop,n=this._resultsContainer.scrollTop,i=t-this._resultsContainer.clientHeight+e.clientHeight;t<n?this._resultsContainer.scrollTop=t:n<i&&(this._resultsContainer.scrollTop=i)}},ve.prototype._clearResults=function(){za(this._resultsContainer),this._results={},this._eventBus.fire("searchPad.cleared")},ve.prototype._getCurrentResult=function(){return $e(ve.RESULT_SELECTED_SELECTOR,this._resultsContainer)},ve.prototype._createResultNode=function(e,t){var n=Ue(ve.RESULT_HTML);return e.primaryTokens.length>0&&Rb(n,e.primaryTokens,ve.RESULT_PRIMARY_HTML),Rb(n,e.secondaryTokens,ve.RESULT_SECONDARY_HTML),Gt(n,ve.RESULT_ID_ATTRIBUTE,t),this._resultsContainer.appendChild(n),n},ve.prototype.registerProvider=function(e){this._searchProvider=e},ve.prototype.open=function(){if(!this._searchProvider)throw new Error("no search provider registered");this.isOpen()||(this._cachedRootElement=this._canvas.getRootElement(),this._cachedSelection=this._selection.get(),this._cachedViewbox=this._canvas.viewbox(),this._selection.select(null),this._bindEvents(),this._open=!0,Ze(this._canvas.getContainer()).add("djs-search-open"),Ze(this._container).add("open"),this._searchInput.focus(),this._eventBus.fire("searchPad.opened"))},ve.prototype.close=function(e=!0){this.isOpen()&&(e&&(this._cachedRootElement&&this._canvas.setRootElement(this._cachedRootElement),this._cachedSelection&&this._selection.select(this._cachedSelection),this._cachedViewbox&&this._canvas.viewbox(this._cachedViewbox),this._eventBus.fire("searchPad.restored")),this._cachedRootElement=null,this._cachedSelection=null,this._cachedViewbox=null,this._unbindEvents(),this._open=!1,Ze(this._canvas.getContainer()).remove("djs-search-open"),Ze(this._container).remove("open"),this._clearResults(),this._searchInput.value="",this._searchInput.blur(),this._eventBus.fire("searchPad.closed"),this._canvas.restoreFocus())},ve.prototype.toggle=function(){this.isOpen()?this.close():this.open()},ve.prototype.isOpen=function(){return this._open},ve.prototype._preselect=function(e){var t=this._getCurrentResult();if(e!==t){t&&Ze(t).remove(ve.RESULT_SELECTED_CLASS);var n=Gt(e,ve.RESULT_ID_ATTRIBUTE),i=this._results[n].element;Ze(e).add(ve.RESULT_SELECTED_CLASS),this._canvas.scrollToElement(i,{top:Sb}),this._selection.select(i),this._eventBus.fire("searchPad.preselected",i)}},ve.prototype._select=function(e){var t=Gt(e,ve.RESULT_ID_ATTRIBUTE),n=this._results[t].element;this._cachedSelection=null,this._cachedViewbox=null,this.close(!1),this._canvas.scrollToElement(n,{top:Sb}),this._selection.select(n),this._eventBus.fire("searchPad.selected",n)},ve.prototype._getBoxHtml=function(){const e=Ue(ve.BOX_HTML),t=$e(ve.INPUT_SELECTOR,e);return t&&t.setAttribute("aria-label",this._translate("Search in diagram")),e};function Rb(e,t,n){var i=kk(t),r=Ue(n);r.innerHTML=i,e.appendChild(r)}function kk(e){var t="";return e.forEach(function(n){var i=Ov(n.value||n.matched||n.normal),r=n.match||n.matched;r?t+='<b class="'+ve.RESULT_HIGHLIGHT_CLASS+'">'+i+"</b>":t+=i}),t!==""?t:null}ve.CONTAINER_SELECTOR=".djs-search-container",ve.INPUT_SELECTOR=".djs-search-input input",ve.RESULTS_CONTAINER_SELECTOR=".djs-search-results",ve.RESULT_SELECTOR=".djs-search-result",ve.RESULT_SELECTED_CLASS="djs-search-result-selected",ve.RESULT_SELECTED_SELECTOR="."+ve.RESULT_SELECTED_CLASS,ve.RESULT_ID_ATTRIBUTE="data-result-id",ve.RESULT_HIGHLIGHT_CLASS="djs-search-highlight",ve.BOX_HTML=`<div class="djs-search-container djs-scrollable">
335
+ <div class="djs-search-input">
336
+ <svg class="djs-search-icon" width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
337
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.0325 8.5H9.625L13.3675 12.25L12.25 13.3675L8.5 9.625V9.0325L8.2975 8.8225C7.4425 9.5575 6.3325 10 5.125 10C2.4325 10 0.25 7.8175 0.25 5.125C0.25 2.4325 2.4325 0.25 5.125 0.25C7.8175 0.25 10 2.4325 10 5.125C10 6.3325 9.5575 7.4425 8.8225 8.2975L9.0325 8.5ZM1.75 5.125C1.75 6.9925 3.2575 8.5 5.125 8.5C6.9925 8.5 8.5 6.9925 8.5 5.125C8.5 3.2575 6.9925 1.75 5.125 1.75C3.2575 1.75 1.75 3.2575 1.75 5.125Z" fill="#22242A"/>
338
+ </svg>
339
+ <input type="text" spellcheck="false" />
340
+ </div>
341
+ <div class="djs-search-results" />
342
+ </div>`,ve.RESULT_HTML='<div class="djs-search-result"></div>',ve.RESULT_PRIMARY_HTML='<div class="djs-search-result-primary"></div>',ve.RESULT_SECONDARY_HTML='<p class="djs-search-result-secondary"></p>';const Dk={__depends__:[$o,ac,An],searchPad:["type",ve]};function pf(e,t,n,i){this._elementRegistry=e,this._canvas=n,this._search=i,t.registerProvider(this)}pf.$inject=["elementRegistry","searchPad","canvas","search"],pf.prototype.find=function(e){var t=this._canvas.getRootElements(),n=this._elementRegistry.filter(function(i){return!_e(i)&&!t.includes(i)});return this._search(n.map(i=>({element:i,label:_n(i),id:i.id})),e,{keys:["label","id"]}).map(Ok)};function Ok(e){const{item:{element:t},tokens:n}=e;return{element:t,primaryTokens:n.label,secondaryTokens:n.id}}const Ik={__depends__:[Dk,By],__init__:["bpmnSearch"],bpmnSearch:["type",pf]},Lk="M44.7648 11.3263L36.9892 2.64074C36.0451 1.58628 34.5651 0.988708 33.1904 0.988708H5.98667C3.22688 0.988708 0.989624 3.34892 0.989624 6.26039V55.0235C0.989624 57.9349 3.22688 60.2952 5.98667 60.2952H40.966C43.7257 60.2952 45.963 57.9349 45.963 55.0235V14.9459C45.963 13.5998 45.6407 12.3048 44.7648 11.3263Z",Nk="M1.03845 48.1347C1.03845 49.3511 1.07295 50.758 1.38342 52.064C1.69949 53.3938 2.32428 54.7154 3.56383 55.6428C6.02533 57.4841 10.1161 58.7685 14.8212 59.6067C19.5772 60.4538 25.1388 60.8738 30.6831 60.8738C36.2276 60.8738 41.7891 60.4538 46.545 59.6067C51.2504 58.7687 55.3412 57.4842 57.8028 55.6429C59.0424 54.7156 59.6673 53.3938 59.9834 52.064C60.2938 50.7579 60.3285 49.351 60.3285 48.1344V13.8415C60.3285 12.6249 60.2938 11.218 59.9834 9.91171C59.6673 8.58194 59.0423 7.2602 57.8027 6.33294C55.341 4.49168 51.2503 3.20723 46.545 2.36914C41.7891 1.522 36.2276 1.10204 30.6831 1.10205C25.1388 1.10206 19.5772 1.52206 14.8213 2.36923C10.1162 3.20734 6.02543 4.49183 3.5639 6.33314C2.32433 7.26038 1.69951 8.58206 1.38343 9.91181C1.07295 11.2179 1.03845 12.6247 1.03845 13.8411V48.1347Z",Bk={width:36,height:50},$k={width:50,height:50};function Cb(e,t,n){return ae("path",{d:e,strokeWidth:2,transform:`translate(${t.x}, ${t.y})`,...n})}const In=5;function Wc(e,t){this._styles=t,e.registerProvider(this)}Wc.$inject=["outline","styles"],Wc.prototype.getOutline=function(e){const t=this._styles.cls("djs-outline",["no-fill"]);var n;if(n1(e))return n=ae("rect"),ee(n,D({x:-In,y:-In,rx:4,width:e.width+In*2,height:e.height+In*2},t)),n;if(!_e(e))return y(e,"bpmn:Gateway")?(n=ae("rect"),D(n.style,{"transform-box":"fill-box",transform:"rotate(45deg)","transform-origin":"center"}),ee(n,D({x:2,y:2,rx:4,width:e.width-4,height:e.height-4},t))):xe(e,["bpmn:Task","bpmn:SubProcess","bpmn:Group","bpmn:CallActivity"])?(n=ae("rect"),ee(n,D({x:-In,y:-In,rx:14,width:e.width+In*2,height:e.height+In*2},t))):y(e,"bpmn:EndEvent")?(n=ae("circle"),ee(n,D({cx:e.width/2,cy:e.height/2,r:e.width/2+In+1},t))):y(e,"bpmn:Event")?(n=ae("circle"),ee(n,D({cx:e.width/2,cy:e.height/2,r:e.width/2+In},t))):y(e,"bpmn:DataObjectReference")&&Pb(e,"bpmn:DataObjectReference")?n=Cb(Lk,{x:-6,y:-6},t):y(e,"bpmn:DataStoreReference")&&Pb(e,"bpmn:DataStoreReference")&&(n=Cb(Nk,{x:-6,y:-6},t)),n},Wc.prototype.updateOutline=function(e,t){if(!_e(e))return xe(e,["bpmn:SubProcess","bpmn:Group"])?(ee(t,{width:e.width+In*2,height:e.height+In*2}),!0):!!xe(e,["bpmn:Event","bpmn:Gateway","bpmn:DataStoreReference","bpmn:DataObjectReference"])};function Pb(e,t){var n;return t==="bpmn:DataObjectReference"?n=Bk:t==="bpmn:DataStoreReference"&&(n=$k),e.width===n.width&&e.height===n.height}const jk={__depends__:[ef],__init__:["outlineProvider"],outlineProvider:["type",Wc]};var Fk='<?xml version="1.0" encoding="UTF-8"?><bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" targetNamespace="http://bpmn.io/schema/bpmn" id="Definitions_1"><bpmn:process id="Process_1" isExecutable="false"><bpmn:startEvent id="StartEvent_1"/></bpmn:process><bpmndi:BPMNDiagram id="BPMNDiagram_1"><bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1"><bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1"><dc:Bounds height="36.0" width="36.0" x="173.0" y="102.0"/></bpmndi:BPMNShape></bpmndi:BPMNPlane></bpmndi:BPMNDiagram></bpmn:definitions>';function oi(e){Wr.call(this,e)}J(oi,Wr),oi.Viewer=Ji,oi.NavigatedViewer=pa,oi.prototype.createDiagram=function(){return this.importXML(Fk)},oi.prototype._interactionModules=[Fv,zv,Wv],oi.prototype._modelingModules=[zT,rc,qT,WT,aM,Kp,fM,BM,Tg,Ns,HM,GM,a2,c2,u2,h2,C2,k2,bp,$2,U2,ik,ok,H_,Mk,Ik,jk],oi.prototype._modules=[].concat(Ji.prototype._modules,oi.prototype._interactionModules,oi.prototype._modelingModules);const Hk=((e,t)=>{const n=e.__vccOpts||e;for(const[i,r]of t)n[i]=r;return n})(ut.defineComponent({__name:"BpmnModelerView",props:{xml:{}},emits:["ready","imported","import-error"],setup(e,{expose:t,emit:n}){const i=e,r=n,o=ut.ref();let a;async function s(u){if(!a)throw new Error("modeler not mounted");try{const{warnings:l}=await a.importXML(u),p=hu(l);return r("imported",p),{warnings:p}}catch(l){throw r("import-error",l),l}}async function c(){if(!a)throw new Error("modeler not mounted");const{xml:u}=await a.saveXML({format:!0});return u??""}return ut.onMounted(async()=>{a=new oi({container:o.value,moddleExtensions:La}),i.xml&&await s(i.xml),r("ready")}),ut.watch(()=>i.xml,u=>{u&&a&&s(u)}),ut.onBeforeUnmount(()=>{a==null||a.destroy(),a=void 0}),t({importXml:s,saveXml:c,getModeler:()=>a}),(u,l)=>(ut.openBlock(),ut.createElementBlock("div",{ref_key:"container",ref:o,class:"bpmn-modeler-view"},null,512))}}),[["__scopeId","data-v-a9b41c97"]]);Q.APPLY_BPMN_OPS_SCHEMA=Wb,Q.BPMN_MODDLE_EXTENSIONS=La,Q.BWL_MODDLE_SCHEMA=mf,Q.BWL_NS=hf,Q.BWL_PREFIX=Kc,Q.BWL_SIDES=Xc,Q.BpmnModelerView=Hk,Q.EDITOR=tE,Q.FLOW_LABEL_INDENT=gu,Q.HEADLESS_BPMN_MODULES=Mv,Q.HEADLESS_TEXT_METRICS=uo,Q.I18N_NS=wx,Q.I18N_PREFIX=Ff,Q.LABEL_FORK_MARGIN=vu,Q.MVP_FLOW_NODE_TYPES=si,Q.SYMBOLIC_OP_KINDS=yf,Q.SYMBOLIC_OP_SCHEMA=_f,Q.UNDO_EPISODE_COMMAND=Zc,Q.applyBpmnOpBatch=Ed,Q.applyBpmnOps=yd,Q.approximateTextWidth=Sp,Q.auditBpmnGeometry=Yf,Q.auditBpmnGeometryXml=$x,Q.auditGeometry=Di,Q.auditTargetsOf=Hr,Q.axisSegmentsOf=dr,Q.buildBpmnOpBatch=eE,Q.buildRegistryIndex=Xf,Q.createBpmnEditorController=nE,Q.createBpmnModdle=Hf,Q.createHeadlessBpmnModeler=AA,Q.crossedShapesOf=ki,Q.describeProcess=xd,Q.describeProcessXml=Jx,Q.edgeCrossCount=Fr,Q.edgeCrossingPairsOf=ja,Q.executeAsUndoEpisode=vf,Q.forwardThreePointCandidates=ed,Q.geometryFindingKey=Mi,Q.installHeadlessBpmnDom=Tv,Q.isMvpFlowNodeType=df,Q.loadBpmnXml=du,Q.lowerOps=vd,Q.oppositeOverlapCount=Px,Q.oppositeOverlapOf=Wf,Q.planCrossPoolRoute=rd,Q.planEdgeRepair=td,Q.planLabelPlacement=ld,Q.planMiddleSegmentShifts=Jf,Q.planOppositeOverlapRepair=cd,Q.planSegmentDetours=Qf,Q.repairIntroducedCrossings=nd,Q.repairIntroducedOppositeOverlaps=ud,Q.repairIntroducedSharedSegmentLabels=pd,Q.rerouteIntroducedCrossPoolEdges=od,Q.resolverServicesOf=md,Q.saveBpmnXml=Sx,Q.sceneFromDefinitions=qf,Q.sceneFromRegistry=$n,Q.sharedSegmentUnderLabel=$a,Q.sharedSpansOf=yu,Q.unreadableOverlapCount=mu,Q.unreadableOverlapOf=Ba,Q.validateOps=hd,Q.warningMessages=hu,Object.defineProperty(Q,Symbol.toStringTag,{value:"Module"})}));