1/*! dmn-js - dmn-modeler v17.7.0 | Copyright (c) 2014-present, camunda Services GmbH | bpmn.io/license */ 2!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).DmnJS=t()}(this,function(){"use strict";const e=Object.prototype.toString,t=Object.prototype.hasOwnProperty;function n(e){return void 0===e}function i(e){return void 0!==e}function o(e){return null==e}function r(t){return"[object Array]"===e.call(t)}function s(t){return"[object Object]"===e.call(t)}function a(t){return"[object Number]"===e.call(t)}function l(t){const n=e.call(t);return"[object Function]"===n||"[object AsyncFunction]"===n||"[object GeneratorFunction]"===n||"[object AsyncGeneratorFunction]"===n||"[object Proxy]"===n}function c(t){return"[object String]"===e.call(t)}function u(e,n){return!o(e)&&t.call(e,n)}function h(e,t){const n=O(t);let i;return p(e,function(e,t){if(n(e,t))return i=e,!1}),i}function d(e,t){const n=O(t);let i=[];return p(e,function(e,t){n(e,t)&&i.push(e)}),i}function p(e,t){let i,o;if(n(e))return;const s=r(e)?S:E;for(let n in e)if(u(e,n)&&(i=e[n],o=t(i,s(n)),!1===o))return i}function f(e,t,n){return p(e,function(e,i){n=t(n,e,i)}),n}function g(e,t){return!!f(e,function(e,n,i){return e&&t(n,i)},!0)}function m(e,t){return!!h(e,t)}function v(e,t){let n=[];return p(e,function(e,i){n.push(t(e,i))}),n}function y(e){return e&&Object.keys(e)||[]}function x(e){return v(e,e=>e)}function b(e,t,n={}){return t=k(t),p(e,function(e){let i=t(e)||"_",o=n[i];o||(o=n[i]=[]),o.push(e)}),n}function _(e,...t){e=k(e);let n={};return p(t,t=>b(t,e,n)),v(n,function(e,t){return e[0]})}function w(e,t){t=k(t);let n=[];return p(e,function(e,i){let o=t(e,i),r={d:o,v:e};for(var s=0;s<n.length;s++){let{d:e}=n[s];if(o<e)return void n.splice(s,0,r)}n.push(r)}),v(n,e=>e.v)}function C(e){return function(t){return g(e,function(e,n){return t[n]===e})}}function k(e){return l(e)?e:t=>t[e]}function O(e){return l(e)?e:t=>t===e}function E(e){return e}function S(e){return Number(e)}function T(e,t){let n,i,o,r;function s(n){let s=Date.now(),c=n?0:r+t-s;if(c>0)return a(c);e.apply(o,i),l()}function a(e){n=setTimeout(s,e)}function l(){n&&clearTimeout(n),n=r=i=o=void 0}function c(...e){r=Date.now(),i=e,o=this,n||a(t)}return c.flush=function(){n&&s(!0),l()},c.cancel=l,c}function R(e,t){return e.bind(t)}function M(e,...t){return Object.assign(e,...t)}function A(e,t){let n={},i=Object(e);return p(t,function(t){t in i&&(n[t]=e[t])}),n}function P(e,t){let n={};return p(Object(e),function(e,i){-1===t.indexOf(i)&&(n[i]=e)}),n}var D="__fn",$=Array.prototype.slice;function I(){this._listeners={},this.on("diagram.destroy",1,this._destroy,this)}function B(){}function j(){}function L(e,t){this.model=e,this.properties=t}I.prototype.on=function(e,t,n,i){if(e=r(e)?e:[e],l(t)&&(i=n,n=t,t=1e3),!a(t))throw new Error("priority must be a number");var o=n;i&&((o=R(n,i))[D]=n[D]||n);var s=this;e.forEach(function(e){s._addListener(e,{priority:t,callback:o,next:null})})},I.prototype.once=function(e,t,n,i){var o=this;if(l(t)&&(i=n,n=t,t=1e3),!a(t))throw new Error("priority must be a number");function r(){r.__isTomb=!0;var t=n.apply(i,arguments);return o.off(e,r),t}r[D]=n,this.on(e,t,r)},I.prototype.off=function(e,t){e=r(e)?e:[e];var n=this;e.forEach(function(e){n._removeListener(e,t)})},I.prototype.createEvent=function(e){var t=new B;return t.init(e),t},I.prototype.fire=function(e,t){var n,i,o,r;if(r=$.call(arguments),"object"==typeof e&&(e=(t=e).type),!e)throw new Error("no event type specified");if(i=this._listeners[e]){n=t instanceof B?t:this.createEvent(t),r[0]=n;var s=n.type;e!==s&&(n.type=e);try{o=this._invokeListeners(n,r,i)}finally{e!==s&&(n.type=s)}return void 0===o&&n.defaultPrevented&&(o=!1),o}},I.prototype.handleError=function(e){return!1===this.fire("error",{error:e})},I.prototype._destroy=function(){this._listeners={}},I.prototype._invokeListeners=function(e,t,n){for(var i;n&&!e.cancelBubble;)i=this._invokeListener(e,t,n),n=n.next;return i},I.prototype._invokeListener=function(e,t,n){var i;if(n.callback.__isTomb)return i;try{i=function(e,t){return e.apply(null,t)}(n.callback,t),void 0!==i&&(e.returnValue=i,e.stopPropagation()),!1===i&&e.preventDefault()}catch(e){if(!this.handleError(e))throw console.error("unhandled error in event listener",e),e}return i},I.prototype._addListener=function(e,t){var n,i=this._getListeners(e);if(i){for(;i;){if(i.priority<t.priority)return t.next=i,void(n?n.next=t:this._setListeners(e,t));n=i,i=i.next}n.next=t}else this._setListeners(e,t)},I.prototype._getListeners=function(e){return this._listeners[e]},I.prototype._setListeners=function(e,t){this._listeners[e]=t},I.prototype._removeListener=function(e,t){var n,i,o,r=this._getListeners(e);if(t)for(;r;)n=r.next,(o=r.callback)!==t&&o[D]!==t||(i?i.next=n:this._setListeners(e,n)),i=r,r=n;else this._setListeners(e,null)},B.prototype.stopPropagation=function(){this.cancelBubble=!0},B.prototype.preventDefault=function(){this.defaultPrevented=!0},B.prototype.init=function(e){M(this,e||{})},j.prototype.get=function(e){return this.$model.properties.get(this,e)},j.prototype.set=function(e,t){this.$model.properties.set(this,e,t)},L.prototype.createType=function(e){var t=this.model,n=this.properties,i=Object.create(j.prototype);p(e.properties,function(e){e.isMany||void 0===e.default||(i[e.name]=e.default)}),n.defineModel(i,t),n.defineDescriptor(i,e);var o=e.ns.name;function r(e){n.define(this,"$type",{value:o,enumerable:!0}),n.define(this,"$attrs",{value:{}}),n.define(this,"$parent",{writable:!0}),p(e,R(function(e,t){this.set(t,e)},this))}return r.prototype=i,r.hasType=i.$instanceOf=this.model.hasType,n.defineModel(r,t),n.defineDescriptor(r,e),r};var N={String:!0,Boolean:!0,Integer:!0,Real:!0,Element:!0},q={String:function(e){return e},Boolean:function(e){return"true"===e},Integer:function(e){return parseInt(e,10)},Real:function(e){return parseFloat(e)}};function V(e,t){var n=q[e];return n?n(t):t}function F(e){return!!N[e]}function z(e){return!!q[e]}function W(e,t){var n,i,o=e.split(/:/);if(1===o.length)n=e,i=t;else{if(2!==o.length)throw new Error("expected <prefix:localName> or <localName>, got "+e);n=o[1],i=o[0]}return{name:e=(i?i+":":"")+n,prefix:i,localName:n}}function Q(e){this.ns=e,this.name=e.name,this.allTypes=[],this.allTypesByName={},this.properties=[],this.propertiesByName={}}function H(e,t){this.packageMap={},this.typeMap={},this.packages=[],this.properties=t,p(e,R(this.registerPackage,this))}function U(e,t,n){var i=t[n];if(i in e)throw new Error("package with "+n+" <"+i+"> already defined")}function X(e){this.model=e}function K(e,t,n){Object.defineProperty(e,t.name,{enumerable:!t.isReference,writable:!0,value:n,configurable:!0})}function Y(e){return e.replace(/^:/,"")}function G(e,t={}){this.properties=new X(this),this.factory=new L(this,this.properties),this.registry=new H(e,this.properties),this.typeCache={},this.config=t}Q.prototype.build=function(){return A(this,["ns","name","allTypes","allTypesByName","properties","propertiesByName","bodyProperty","idProperty"])},Q.prototype.addProperty=function(e,t,n){"boolean"==typeof t&&(n=t,t=void 0),this.addNamedProperty(e,!1!==n);var i=this.properties;void 0!==t?i.splice(t,0,e):i.push(e)},Q.prototype.replaceProperty=function(e,t,n){var i=e.ns,o=this.properties,r=this.propertiesByName,s=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 a=o.indexOf(e);if(-1===a)throw new Error("property <"+i.name+"> not found in property list");o.splice(a,1),this.addProperty(t,n?void 0:a,s),r[i.name]=r[i.localName]=t},Q.prototype.redefineProperty=function(e,t,n){var i=e.ns.prefix,o=t.split("#"),r=W(o[0],i),s=W(o[1],r.prefix).name,a=this.propertiesByName[s];if(!a)throw new Error("refined property <"+s+"> not found");this.replaceProperty(a,e,n),delete e.redefines},Q.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},Q.prototype.removeNamedProperty=function(e){var t=e.ns,n=this.propertiesByName;delete n[t.name],delete n[t.localName]},Q.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},Q.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},Q.prototype.assertNotTrait=function(e){if((e.extends||[]).length)throw new Error(`cannot create <${e.name}> extending <${e.extends}>`)},Q.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")},Q.prototype.hasProperty=function(e){return this.propertiesByName[e]},Q.prototype.addTrait=function(e,t){t&&this.assertNotTrait(e);var n=this.allTypesByName,i=this.allTypes,o=e.name;o in n||(p(e.properties,R(function(n){n=M({},n,{name:n.ns.localName,inherited:t}),Object.defineProperty(n,"definedBy",{value:e});var i=n.replaces,o=n.redefines;i||o?this.redefineProperty(n,i||o,i):(n.isBody&&this.setBodyProperty(n),n.isId&&this.setIdProperty(n),this.addProperty(n))},this)),i.push(e),n[o]=e)},H.prototype.getPackage=function(e){return this.packageMap[e]},H.prototype.getPackages=function(){return this.packages},H.prototype.registerPackage=function(e){e=M({},e);var t=this.packageMap;U(t,e,"prefix"),U(t,e,"uri"),p(e.types,R(function(t){this.registerType(t,e)},this)),t[e.uri]=t[e.prefix]=e,this.packages.push(e)},H.prototype.registerType=function(e,t){var n=W((e=M({},e,{superClass:(e.superClass||[]).slice(),extends:(e.extends||[]).slice(),properties:(e.properties||[]).slice(),meta:M(e.meta||{})})).name,t.prefix),i=n.name,o={};p(e.properties,R(function(e){var t=W(e.name,n.prefix),i=t.name;F(e.type)||(e.type=W(e.type,t.prefix).name),M(e,{ns:t,name:i}),o[i]=e},this)),M(e,{ns:n,name:i,propertiesByName:o}),p(e.extends,R(function(e){var t=W(e,n.prefix),o=this.typeMap[t.name];o.traits=o.traits||[],o.traits.push(i)},this)),this.definePackage(e,t),this.typeMap[i]=e},H.prototype.mapTypes=function(e,t,n){var i=F(e.name)?{name:e.name}:this.typeMap[e.name],o=this;function r(n,i){var r=W(n,F(n)?"":e.prefix);o.mapTypes(r,t,i)}function s(e){return r(e,!0)}if(!i)throw new Error("unknown type <"+e.name+">");p(i.superClass,n?s:function(e){return r(e,!1)}),t(i,!n),p(i.traits,s)},H.prototype.getEffectiveDescriptor=function(e){var t=W(e),n=new Q(t);this.mapTypes(t,function(e,t){n.addTrait(e,t)});var i=n.build();return this.definePackage(i,i.allTypes[i.allTypes.length-1].$pkg),i},H.prototype.definePackage=function(e,t){this.properties.define(e,"$pkg",{value:t})},X.prototype.set=function(e,t,n){if(!c(t)||!t.length)throw new TypeError("property name must be a non-empty string");var i=this.getProperty(e,t),o=i&&i.name;void 0===n?i?delete e[o]:delete e.$attrs[Y(t)]:i?o in e?e[o]=n:K(e,i,n):e.$attrs[Y(t)]=n},X.prototype.get=function(e,t){var n=this.getProperty(e,t);if(!n)return e.$attrs[Y(t)];var i=n.name;return!e[i]&&n.isMany&&K(e,n,[]),e[i]},X.prototype.define=function(e,t,n){if(!n.writable){var i=n.value;delete(n=M({},n,{get:function(){return i}})).value}Object.defineProperty(e,t,n)},X.prototype.defineDescriptor=function(e,t){this.define(e,"$descriptor",{value:t})},X.prototype.defineModel=function(e,t){this.define(e,"$model",{value:t})},X.prototype.getProperty=function(e,t){var n=this.model,i=n.getPropertyDescriptor(e,t);if(i)return i;if(t.includes(":"))return null;const o=n.config.strict;if(void 0!==o){const n=new TypeError(`unknown property <${t}> on <${e.$type}>`);if(o)throw n;"undefined"!=typeof console&&console.warn(n)}return null},G.prototype.create=function(e,t){var n=this.getType(e);if(!n)throw new Error("unknown type <"+e+">");return new n(t)},G.prototype.getType=function(e){var t=this.typeCache,n=c(e)?e:e.ns.name,i=t[n];return i||(e=this.registry.getEffectiveDescriptor(n),i=t[n]=this.factory.createType(e)),i},G.prototype.createAny=function(e,t,r){var a=W(e),l={$type:e,$instanceOf:function(e){return e===this.$type},get:function(e){return this[e]},set:function(e,t){!function(e,t,r){let s=e;p(t,function(e,a){if("number"!=typeof e&&"string"!=typeof e)throw new Error("illegal key type: "+typeof e+". Key should be of type number or string.");if("constructor"===e)throw new Error("illegal key: constructor");if("__proto__"===e)throw new Error("illegal key: __proto__");let l=t[a+1],c=s[e];i(l)&&o(c)&&(c=s[e]=isNaN(+l)?{}:[]),n(l)?n(r)?delete s[e]:s[e]=r:s=c})}(this,[e],t)}},c={name:e,isGeneric:!0,ns:{prefix:a.prefix,localName:a.localName,uri:t}};return this.properties.defineDescriptor(l,c),this.properties.defineModel(l,this),this.properties.define(l,"get",{enumerable:!1,writable:!0}),this.properties.define(l,"set",{enumerable:!1,writable:!0}),this.properties.define(l,"$parent",{enumerable:!1,writable:!0}),this.properties.define(l,"$instanceOf",{enumerable:!1,writable:!0}),p(r,function(e,t){s(e)&&void 0!==e.value?l[e.name]=e.value:l[t]=e}),l},G.prototype.getPackage=function(e){return this.registry.getPackage(e)},G.prototype.getPackages=function(){return this.registry.getPackages()},G.prototype.getElementDescriptor=function(e){return e.$descriptor},G.prototype.hasType=function(e,t){return void 0===t&&(t=e,e=this),t in e.$model.getElementDescriptor(e).allTypesByName},G.prototype.getPropertyDescriptor=function(e,t){return this.getElementDescriptor(e).propertiesByName[t]},G.prototype.getTypeDescriptor=function(e){return this.registry.typeMap[e]};var Z=String.fromCharCode,J=Object.prototype.hasOwnProperty,ee=/&#(\d+);|&#x([0-9a-f]+);|&(\w+);/gi,te={amp:"&",apos:"'",gt:">",lt:"<",quot:'"'};function ne(e,t,n,i){return i?J.call(te,i)?te[i]:"&"+i+";":Z(t||parseInt(n,16))}function ie(e){return e.length>3&&-1!==e.indexOf("&")?e.replace(ee,ne):e}Object.keys(te).forEach(function(e){te[e.toUpperCase()]=te[e]});var oe="non-whitespace outside of root node";function re(e){return new Error(e)}function se(e){return"missing namespace for prefix <"+e+">"}function ae(e){return{get:e,enumerable:!0}}function le(e){var t,n={};for(t in e)n[t]=e[t];return n}function ce(e){return e+"$uri"}function ue(){return{line:0,column:0}}function he(e){throw e}function de(e){if(!this)return new de(e);var t,n,i,o,r,s,a,l,c,u=e&&e.proxy,h=he,d=ue,p=!1,f=!1,g=null,m=!1;function v(e){e instanceof Error||(e=re(e)),g=e,h(e,d)}function y(e){r&&(e instanceof Error||(e=re(e)),r(e,d))}this.on=function(e,c){if("function"!=typeof c)throw re("required args <name, cb>");switch(e){case"openTag":n=c;break;case"text":t=c;break;case"closeTag":i=c;break;case"error":h=c;break;case"warn":r=c;break;case"cdata":o=c;break;case"attention":l=c;break;case"question":a=c;break;case"comment":s=c;break;default:throw re("unsupported event: "+e)}return this},this.ns=function(e){if(void 0===e&&(e={}),"object"!=typeof e)throw re("required args <nsMap={}>");var t,n={};for(t in e)n[t]=e[t];return f=!0,c=n,this},this.parse=function(e){if("string"!=typeof e)throw re("required args <xml=string>");return g=null,function(e){var r,h,g,x,b,_,w,C,k,O,E,S=f?[]:null,T=f?function(e){var t,n,i={};for(t in e)i[n=e[t]]=n,i[ce(n)]=t;return i}(c):null,R=[],M=0,A=!1,P=!1,D=0,$=0,I="",B=0;function j(){if(null!==E)return E;var e,t,n,i,o,r,s,a,l,u,h,d=f&&T.xmlns,g=f&&p?[]:null,m=B,v=I,x=v.length,b={},_={};e:for(;m<x;m++)if(l=!1,!(32===(u=v.charCodeAt(m))||u<14&&u>8)){for((u<65||u>122||u>90&&u<97)&&95!==u&&58!==u&&(y("illegal first char attribute name"),l=!0),h=m+1;h<x;h++)if(!((u=v.charCodeAt(h))>96&&u<123||u>64&&u<91||u>47&&u<59||46===u||45===u||95===u)){if(32===u||u<14&&u>8){y("missing attribute value"),m=h;continue e}if(61===u)break;y("illegal attribute name char"),l=!0}if("xmlns:xmlns"===(a=v.substring(m,h))&&(y("illegal declaration of xmlns"),l=!0),34===(u=v.charCodeAt(h+1)))-1===(h=v.indexOf('"',m=h+2))&&-1!==(h=v.indexOf("'",m))&&(y("attribute value quote missmatch"),l=!0);else if(39===u)-1===(h=v.indexOf("'",m=h+2))&&-1!==(h=v.indexOf('"',m))&&(y("attribute value quote missmatch"),l=!0);else for(y("missing attribute value quotes"),l=!0,h+=1;h<x&&!(32===(u=v.charCodeAt(h+1))||u<14&&u>8);h++);for(-1===h&&(y("missing closing quotes"),h=x,l=!0),l||(r=v.substring(m,h)),m=h;h+1<x&&!(32===(u=v.charCodeAt(h+1))||u<14&&u>8);h++)m===h&&(y("illegal character after attribute end"),l=!0);if(m=h+1,!l)if(a in _)y("attribute <"+a+"> already defined");else if(_[a]=!0,f)if(p){if(null!==(o="xmlns"===a?"xmlns":120===a.charCodeAt(0)&&"xmlns:"===a.substr(0,6)?a.substr(6):null)){if(e=ie(r),t=ce(o),!(s=c[e])){if("xmlns"===o||t in T&&T[t]!==e)do{s="ns"+M++}while(void 0!==T[s]);else s=o;c[e]=s}T[o]!==s&&(i||(T=le(T),i=!0),T[o]=s,"xmlns"===o&&(T[ce(s)]=e,d=s),T[t]=e),b[a]=r;continue}g.push(a,r)}else-1!==(u=a.indexOf(":"))?(n=T[a.substring(0,u)])?b[a=d===n?a.substr(u+1):n+a.substr(u)]=r:y(se(a.substring(0,u))):b[a]=r;else b[a]=r}if(p)for(m=0,x=g.length;m<x;m++){if(a=g[m++],r=g[m],-1!==(u=a.indexOf(":"))){if(!(n=T[a.substring(0,u)])){y(se(a.substring(0,u)));continue}a=d===n?a.substr(u+1):n+a.substr(u)}b[a]=r}return E=b}function L(){for(var t,n,i=/(\r\n|\r|\n)/g,o=0,r=0,s=0,a=$;D>=s&&(t=i.exec(e))&&!((a=t[0].length+t.index)>D);)o+=1,s=a;return-1==D?(r=a,n=e.substring($)):0===$?n=e.substring($,D):(r=D-s,n=-1==$?e.substring(D):e.substring(D,$+1)),{data:n,line:o,column:r}}d=L,u&&(O=Object.create({},{name:ae(function(){return C}),originalName:ae(function(){return k}),attrs:ae(j),ns:ae(function(){return T})}));for(;-1!==$;){if(-1===(D=60===e.charCodeAt($)?$:e.indexOf("<",$)))return R.length?v("unexpected end of file"):0===$?v("missing start tag"):void($<e.length&&e.substring($).trim()&&y(oe));if($!==D)if(R.length){if(t&&(t(e.substring($,D),ie,d),m))return}else if(e.substring($,D).trim()&&(y(oe),m))return;if(33===(b=e.charCodeAt(D+1))){if(91===(x=e.charCodeAt(D+2))&&"CDATA["===e.substr(D+3,6)){if(-1===($=e.indexOf("]]>",D)))return v("unclosed cdata");if(o&&(o(e.substring(D+9,$),d),m))return;$+=3;continue}if(45===x&&45===e.charCodeAt(D+3)){if(-1===($=e.indexOf("--\x3e",D)))return v("unclosed comment");if(s&&(s(e.substring(D+4,$),ie,d),m))return;$+=3;continue}}if(63!==b){for(h=D+1;;h++){if(_=e.charCodeAt(h),isNaN(_))return $=-1,v("unclosed tag");if(34===_)h=-1!==(x=e.indexOf('"',h+1))?x:h;else if(39===_)h=-1!==(x=e.indexOf("'",h+1))?x:h;else if(62===_){$=h;break}}if(33!==b){if(E={},47===b){if(A=!1,P=!0,!R.length)return v("missing open tag");if(h=C=R.pop(),x=D+2+h.length,e.substring(D+2,x)!==h)return v("closing tag mismatch");for(;x<$;x++)if(!(32===(b=e.charCodeAt(x))||b>8&&b<14))return v("close tag")}else{if(47===e.charCodeAt($-1)?(h=C=e.substring(D+1,$-1),A=!0,P=!0):(h=C=e.substring(D+1,$),A=!0,P=!1),!(b>96&&b<123||b>64&&b<91||95===b||58===b))return v("illegal first char nodeName");for(x=1,g=h.length;x<g;x++)if(!((b=h.charCodeAt(x))>96&&b<123||b>64&&b<91||b>47&&b<59||45===b||95===b||46==b)){if(32===b||b<14&&b>8){C=h.substring(0,x),E=null;break}return v("invalid nodeName")}P||R.push(C)}if(f){if(r=T,A&&(P||S.push(r),null===E&&(p=-1!==h.indexOf("xmlns",x))&&(B=x,I=h,j(),p=!1)),k=C,-1!==(b=C.indexOf(":"))){if(!(w=T[C.substring(0,b)]))return v("missing namespace on <"+k+">");C=C.substr(b+1)}else w=T.xmlns;w&&(C=w+":"+C)}if(A&&(B=x,I=h,n&&(u?n(O,ie,P,d):n(C,j,ie,P,d),m)))return;if(P){if(i&&(i(u?O:C,ie,A,d),m))return;f&&(T=A?r:S.pop())}$+=1}else{if(l&&(l(e.substring(D,$+1),ie,d),m))return;$+=1}}else{if(-1===($=e.indexOf("?>",D)))return v("unclosed question");if(a&&(a(e.substring(D,$+2),d),m))return;$+=2}}}(e),d=ue,m=!1,g},this.stop=function(){m=!0}}function pe(e){return e.xml&&"lowerCase"===e.xml.tagAlias}var fe={xsi:"http://www.w3.org/2001/XMLSchema-instance",xml:"http://www.w3.org/XML/1998/namespace"},ge="property";function me(e){return e.xml&&e.xml.serialize}function ve(e,t){return pe(t)?e.prefix+":"+((n=e.localName).charAt(0).toUpperCase()+n.slice(1)):e.name;var n}function ye(e){return new Error(e)}function xe(e){return e.$descriptor}function be(e){M(this,e),this.elementsById={},this.references=[],this.warnings=[],this.addReference=function(e){this.references.push(e)},this.addElement=function(e){if(!e)throw ye("expected element");var t,n=this.elementsById,i=xe(e).idProperty;if(i&&(t=e.get(i.name))){if(!/^([a-z][\w-.]*:)?[a-z_][\w-.]*$/i.test(t))throw new Error("illegal ID <"+t+">");if(n[t])throw ye("duplicate ID <"+t+">");n[t]=e}},this.addWarning=function(e){this.warnings.push(e)}}function _e(){}function we(){}function Ce(){}function ke(e,t){this.property=e,this.context=t}function Oe(e,t){this.element=t,this.propertyDesc=e}function Ee(){}function Se(e,t,n){this.model=e,this.type=e.getType(t),this.context=n}function Te(e,t,n){Se.call(this,e,t,n)}function Re(e,t,n){this.model=e,this.context=n}function Me(e){e instanceof G&&(e={model:e}),M(this,{lax:!1},e)}_e.prototype.handleEnd=function(){},_e.prototype.handleText=function(){},_e.prototype.handleNode=function(){},we.prototype=Object.create(_e.prototype),we.prototype.handleNode=function(){return this},Ce.prototype=Object.create(_e.prototype),Ce.prototype.handleText=function(e){this.body=(this.body||"")+e},ke.prototype=Object.create(Ce.prototype),ke.prototype.handleNode=function(e){if(this.element)throw ye("expected no sub nodes");return this.element=this.createReference(e),this},ke.prototype.handleEnd=function(){this.element.id=this.body},ke.prototype.createReference=function(e){return{property:this.property.ns.name,id:""}},Oe.prototype=Object.create(Ce.prototype),Oe.prototype.handleEnd=function(){var e=this.body||"",t=this.element,n=this.propertyDesc;e=V(n.type,e),n.isMany?t.get(n.name).push(e):t.set(n.name,e)},Ee.prototype=Object.create(Ce.prototype),Ee.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},Se.prototype=Object.create(Ee.prototype),Se.prototype.addReference=function(e){this.context.addReference(e)},Se.prototype.handleText=function(e){if(!xe(this.element).bodyProperty)throw ye("unexpected body text <"+e+">");Ce.prototype.handleText.call(this,e)},Se.prototype.handleEnd=function(){var e=this.body,t=this.element,n=xe(t).bodyProperty;n&&void 0!==e&&(e=V(n.type,e),t.set(n.name,e))},Se.prototype.createElement=function(e){var t,n=e.attributes,i=this.type,o=xe(i),r=this.context,s=new i({}),a=this.model;return p(n,function(e,n){var i=o.propertiesByName[n];i&&i.isReference?i.isMany?p(e.split(" "),function(e){r.addReference({element:s,property:i.ns.name,id:e})}):r.addReference({element:s,property:i.ns.name,id:e}):(i?e=V(i.type,e):"xmlns"===n?n=":"+n:(t=W(n,o.ns.prefix),a.getPackage(t.prefix)&&r.addWarning({message:"unknown attribute <"+n+">",element:s,property:n,value:e})),s.set(n,e))}),s},Se.prototype.getPropertyForNode=function(e){var t=W(e.name),n=this.type,i=this.model,o=xe(n),r=t.name,s=o.propertiesByName[r];if(s&&!s.isAttr){const t=function(e){const t=me(e);return t!==ge&&(t||null)}(s);if(t){const n=e.attributes[t];if(n){const t=function(e,t,n){const i=W(e,t.xmlns),o=W(`${t[i.prefix]||i.prefix}:${i.localName}`);return function(e,t){var n=e.name,i=e.localName,o=t&&t.xml&&t.xml.typePrefix;return o&&0===i.indexOf(o)?e.prefix+":"+i.slice(o.length):n}(o,n.getPackage(o.prefix))}(n,e.ns,i);return M({},s,{effectiveType:xe(i.getType(t)).name})}}return s}var a=i.getPackage(t.prefix);if(a){const e=ve(t,a),n=i.getType(e);if(s=h(o.properties,function(e){return!e.isVirtual&&!e.isReference&&!e.isAttribute&&n.hasType(e.type)}),s)return M({},s,{effectiveType:xe(n).name})}else if(s=h(o.properties,function(e){return!e.isReference&&!e.isAttribute&&"Element"===e.type}),s)return s;throw ye("unrecognized element <"+t.name+">")},Se.prototype.toString=function(){return"ElementDescriptor["+xe(this.type).name+"]"},Se.prototype.valueHandler=function(e,t){return new Oe(e,t)},Se.prototype.referenceHandler=function(e){return new ke(e,this.context)},Se.prototype.handler=function(e){return"Element"===e?new Re(this.model,e,this.context):new Se(this.model,e,this.context)},Se.prototype.handleChild=function(e){var t,n,i,o;if(t=this.getPropertyForNode(e),i=this.element,z(n=t.effectiveType||t.type))return this.valueHandler(t,i);var r=(o=t.isReference?this.referenceHandler(t).handleNode(e):this.handler(n).handleNode(e)).element;return void 0!==r&&(t.isMany?i.get(t.name).push(r):i.set(t.name,r),t.isReference?(M(r,{element:i}),this.context.addReference(r)):r.$parent=i),o},Te.prototype=Object.create(Se.prototype),Te.prototype.createElement=function(e){var t=e.name,n=W(t),i=this.model,o=this.type,r=i.getPackage(n.prefix),s=r&&ve(n,r)||t;if(!o.hasType(s))throw ye("unexpected element <"+e.originalName+">");return Se.prototype.createElement.call(this,e)},Re.prototype=Object.create(Ee.prototype),Re.prototype.createElement=function(e){var t=e.name,n=W(t).prefix,i=e.ns[n+"$uri"],o=e.attributes;return this.model.createAny(t,i,o)},Re.prototype.handleChild=function(e){var t=new Re(this.model,"Element",this.context).handleNode(e),n=this.element,i=t.element;return void 0!==i&&((n.$children=n.$children||[]).push(i),i.$parent=n),t},Re.prototype.handleEnd=function(){this.body&&(this.element.$body=this.body)},Me.prototype.fromXML=function(e,t,n){var i=t.rootHandler;t instanceof Se?(i=t,t={}):"string"==typeof t?(i=this.handler(t),t={}):"string"==typeof i&&(i=this.handler(i));var o=this.model,r=this.lax,s=new be(M({},t,{rootHandler:i})),a=new de({proxy:!0}),l=function(){var e=[];return Object.defineProperty(e,"peek",{value:function(){return this[this.length-1]}}),e}();function c(e,t,n){var i=t(),o=i.line,r=i.column,a=i.data;"<"===a.charAt(0)&&-1!==a.indexOf(" ")&&(a=a.slice(0,a.indexOf(" "))+">");var l="unparsable content "+(a?a+" ":"")+"detected\n\tline: "+o+"\n\tcolumn: "+r+"\n\tnested error: "+e.message;if(n)return s.addWarning({message:l,error:e}),!0;throw ye(l)}function u(e,t){return c(e,t,!0)}i.context=s,l.push(i);var h=/^<\?xml /i,d=/ encoding="([^"]+)"/i,p=/^utf-8$/i;function f(e,t){try{l.peek().handleText(e)}catch(e){u(e,t)}}var g=o.getPackages().reduce(function(e,t){return e[t.uri]=t.prefix,e},Object.entries(fe).reduce(function(e,[t,n]){return e[n]=t,e},o.config&&o.config.nsMap||{}));return a.ns(g).on("openTag",function(e,t,n,i){var o=e.attrs||{},s=Object.keys(o).reduce(function(e,n){var i=t(o[n]);return e[n]=i,e},{});!function(e,t){var n=l.peek();try{l.push(n.handleNode(e))}catch(e){c(e,t,r)&&l.push(new we)}}({name:e.name,originalName:e.originalName,attributes:s,ns:e.ns},i)}).on("question",function(e){if(h.test(e)){var t=d.exec(e),n=t&&t[1];n&&!p.test(n)&&s.addWarning({message:"unsupported document encoding <"+n+">, falling back to UTF-8"})}}).on("closeTag",function(){l.pop().handleEnd()}).on("cdata",f).on("text",function(e,t,n){!function(e,t){e.trim()&&f(e,t)}(t(e),n)}).on("error",c).on("warn",u),new Promise(function(t,n){var o;try{a.parse(e),function(){var e,t,n=s.elementsById,i=s.references;for(e=0;t=i[e];e++){var o=t.element,r=n[t.id],a=xe(o).propertiesByName[t.property];if(r||s.addWarning({message:"unresolved reference <"+t.id+">",element:t.element,property:t.property,value:t.id}),a.isMany){var l=o.get(a.name),c=l.indexOf(t);-1===c&&(c=l.length),r?l[c]=r:l.splice(c,1)}else o.set(a.name,r)}}()}catch(e){o=e}var r=i.element;o||r||(o=ye("failed to parse document as <"+i.type.$descriptor.name+">"));var l=s.warnings,c=s.references,u=s.elementsById;return o?(o.warnings=l,n(o)):t({rootElement:r,elementsById:u,references:c,warnings:l})})},Me.prototype.handler=function(e){return new Te(this.model,e)};var Ae=/<|>|'|"|&|\n\r|\n/g,Pe=/<|>|&/g;function De(e){this.prefixMap={},this.uriMap={},this.used={},this.wellknown=[],this.custom=[],this.parent=e,this.defaultPrefixMap=e&&e.defaultPrefixMap||{}}function $e(e,t){return pe(t)?function(e){return e.charAt(0).toLowerCase()+e.slice(1)}(e):e}function Ie(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}function Be(e){return c(e)?e:(e.prefix?e.prefix+":":"")+e.localName}De.prototype.mapDefaultPrefixes=function(e){this.defaultPrefixMap=e},De.prototype.defaultUriByPrefix=function(e){return this.defaultPrefixMap[e]},De.prototype.byUri=function(e){return this.uriMap[e]||this.parent&&this.parent.byUri(e)},De.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)},De.prototype.uriByPrefix=function(e){return this.prefixMap[e||"xmlns"]||this.parent&&this.parent.uriByPrefix(e)},De.prototype.mapPrefix=function(e,t){this.prefixMap[e||"xmlns"]=t},De.prototype.getNSKey=function(e){return void 0!==e.prefix?e.uri+"|"+e.prefix:e.uri},De.prototype.logUsed=function(e){var t=e.uri,n=this.getNSKey(e);this.used[n]=this.byUri(t),this.parent&&this.parent.logUsed(e)},De.prototype.getUsed=function(e){return[].concat(this.wellknown,this.custom).filter(e=>{var t=this.getNSKey(e);return this.used[t]})};var je={"\n":"#10","\n\r":"#10",'"':"#34","'":"#39","<":"#60",">":"#62","&":"#38"},Le={"<":"lt",">":"gt","&":"amp"};function Ne(e,t,n){return(e=c(e)?e:""+e).replace(t,function(e){return"&"+n[e]+";"})}function qe(e){this.tagName=e}function Ve(){}function Fe(e){this.tagName=e}function ze(e,t){this.body=[],this.attrs=[],this.parent=e,this.propertyDescriptor=t}function We(e,t,n){ze.call(this,e,t),this.serialization=n}function Qe(){this.value="",this.write=function(e){this.value+=e}}function He(e,t){var n=[""];this.append=function(t){return e.write(t),this},this.appendNewLine=function(){return t&&e.write("\n"),this},this.appendIndent=function(){return t&&e.write(n.join(" ")),this},this.indent=function(){return n.push(""),this},this.unindent=function(){return n.pop(),this}}function Ue(e){return e=M({format:!1,preamble:!0},e||{}),{toXML:function(t,n){var i=n||new Qe,o=new He(i,e.format);e.preamble&&o.append('<?xml version="1.0" encoding="UTF-8"?>\n');var r=new ze,s=t.$model;if(r.getNamespaces().mapDefaultPrefixes(function(e){const t=e.config&&e.config.nsMap||{},n={};for(const e in fe)n[e]=fe[e];for(const e in t){n[t[e]]=e}for(const t of e.getPackages())n[t.prefix]=t.uri;return n}(s)),r.build(t).serializeTo(o),!n)return i.value}}}function Xe(e,t){G.call(this,e,t)}qe.prototype.build=function(e){return this.element=e,this},qe.prototype.serializeTo=function(e){e.appendIndent().append("<"+this.tagName+">"+this.element.id+"</"+this.tagName+">").appendNewLine()},Ve.prototype.serializeValue=Ve.prototype.serializeTo=function(e){e.append(this.escape?Ne(this.value,Pe,Le):this.value)},Ve.prototype.build=function(e,t){return this.value=t,"String"===e.type&&-1!==t.search(Pe)&&(this.escape=!0),this},Ie(Fe,Ve),Fe.prototype.serializeTo=function(e){e.appendIndent().append("<"+this.tagName+">"),this.serializeValue(e),e.append("</"+this.tagName+">").appendNewLine()},ze.prototype.build=function(e){this.element=e;var t,n,i=e.$descriptor,o=this.propertyDescriptor,r=i.isGeneric;return t=r?this.parseGenericNsAttributes(e):this.parseNsAttributes(e),this.ns=o?this.nsPropertyTagName(o):this.nsTagName(i),this.tagName=this.addTagName(this.ns),r?this.parseGenericContainments(e):(n=function(e){return d(e.$descriptor.properties,function(t){var n=t.name;if(t.isVirtual)return!1;if(!u(e,n))return!1;var i=e[n];return i!==t.default&&null!==i&&(!t.isMany||i.length)})}(e),this.parseAttributes(d(n,function(e){return e.isAttr})),this.parseContainments(function(e){return d(e,function(e){return!e.isAttr})}(n))),this.parseGenericAttributes(e,t),this},ze.prototype.nsTagName=function(e){return function(e,t){return t.isGeneric?M({localName:t.ns.localName},e):M({localName:$e(t.ns.localName,t.$pkg)},e)}(this.logNamespaceUsed(e.ns),e)},ze.prototype.nsPropertyTagName=function(e){return function(e,t){return M({localName:t.ns.localName},e)}(this.logNamespaceUsed(e.ns),e)},ze.prototype.isLocalNs=function(e){return e.uri===this.ns.uri},ze.prototype.nsAttributeName=function(e){var t;if(t=c(e)?W(e):e.ns,e.inherited)return{localName:t.localName};var n=this.logNamespaceUsed(t);return this.getNamespaces().logUsed(n),this.isLocalNs(n)?{localName:t.localName}:M({localName:t.localName},n)},ze.prototype.parseGenericNsAttributes=function(e){return Object.entries(e).filter(([t,n])=>!t.startsWith("$")&&this.parseNsAttribute(e,t,n)).map(([e,t])=>({name:e,value:t}))},ze.prototype.parseGenericContainments=function(e){var t=e.$body;t&&this.body.push((new Ve).build({type:"String"},t));var n=e.$children;n&&p(n,e=>{this.body.push(new ze(this).build(e))})},ze.prototype.parseNsAttribute=function(e,t,n){var i,o=e.$model,r=W(t);if("xmlns"===r.prefix&&(i={prefix:r.localName,uri:n}),r.prefix||"xmlns"!==r.localName||(i={uri:n}),!i)return{name:t,value:n};if(o&&o.getPackage(n))this.logNamespace(i,!0,!0);else{var s=this.logNamespaceUsed(i,!0);this.getNamespaces().logUsed(s)}},ze.prototype.parseNsAttributes=function(e){var t=this,n=e.$attrs,i=[];return p(n,function(n,o){var r=t.parseNsAttribute(e,o,n);r&&i.push(r)}),i},ze.prototype.parseGenericAttributes=function(e,t){var n=this;p(t,function(t){try{n.addAttribute(n.nsAttributeName(t.name),t.value)}catch(n){"undefined"!=typeof console&&console.warn(`missing namespace information for <${t.name}=${t.value}> on`,e,n)}})},ze.prototype.parseContainments=function(e){var t=this,n=this.body,i=this.element;p(e,function(e){var o=i.get(e.name),r=e.isReference;if(e.isMany||(o=[o]),e.isBody)n.push((new Ve).build(e,o[0]));else if(z(e.type))p(o,function(i){n.push(new Fe(t.addTagName(t.nsPropertyTagName(e))).build(e,i))});else if(r)p(o,function(i){n.push(new qe(t.addTagName(t.nsPropertyTagName(e))).build(i))});else{var s=me(e);p(o,function(i){var o;o=s?s===ge?new ze(t,e):new We(t,e,s):new ze(t),n.push(o.build(i))})}})},ze.prototype.getNamespaces=function(e){var t,n=this.namespaces,i=this.parent;return n||(t=i&&i.getNamespaces(),e||!t?this.namespaces=n=new De(t):n=t),n},ze.prototype.logNamespace=function(e,t,n){var i=this.getNamespaces(n),o=e.uri,r=e.prefix;return i.byUri(o)&&!n||i.add(e,t),i.mapPrefix(r,o),e},ze.prototype.logNamespaceUsed=function(e,t){var n,i,o,r=this.getNamespaces(t),s=e.prefix,a=e.uri;if(!s&&!a)return{localName:e.localName};if(o=r.defaultUriByPrefix(s),!(a=a||o||r.uriByPrefix(s)))throw new Error("no namespace uri given for prefix <"+s+">");if((e=r.byUri(a))||s||(e=this.logNamespace({uri:a},o===a,!0)),!e){for(n=s,i=1;r.uriByPrefix(n);)n=s+"_"+i++;e=this.logNamespace({prefix:n,uri:a},o===a)}return s&&r.mapPrefix(s,a),e},ze.prototype.parseAttributes=function(e){var t=this,n=this.element;p(e,function(e){var i=n.get(e.name);if(e.isReference)if(e.isMany){var o=[];p(i,function(e){o.push(e.id)}),i=o.join(" ")}else i=i.id;t.addAttribute(t.nsAttributeName(e),i)})},ze.prototype.addTagName=function(e){var t=this.logNamespaceUsed(e);return this.getNamespaces().logUsed(t),Be(e)},ze.prototype.addAttribute=function(e,t){var n=this.attrs;c(t)&&(t=Ne(t,Ae,je));var i=function(e,t){const n=O(t);let i=r(e)?-1:void 0;return p(e,function(e,t){if(n(e,t))return i=t,!1}),i}(n,function(t){return t.name.localName===e.localName&&t.name.uri===e.uri&&t.name.prefix===e.prefix}),o={name:e,value:t};-1!==i?n.splice(i,1,o):n.push(o)},ze.prototype.serializeAttributes=function(e){var t=this.attrs,n=this.namespaces;n&&(t=function(e){return e.getUsed().filter(function(e){return"xml"!==e.prefix}).map(function(e){return{name:"xmlns"+(e.prefix?":"+e.prefix:""),value:e.uri}})}(n).concat(t)),p(t,function(t){e.append(" ").append(Be(t.name)).append('="').append(t.value).append('"')})},ze.prototype.serializeTo=function(e){var t=this.body[0],n=t&&t.constructor!==Ve;e.appendIndent().append("<"+this.tagName),this.serializeAttributes(e),e.append(t?">":" />"),t&&(n&&e.appendNewLine().indent(),p(this.body,function(t){t.serializeTo(e)}),n&&e.unindent().appendIndent(),e.append("</"+this.tagName+">")),e.appendNewLine()},Ie(We,ze),We.prototype.parseNsAttributes=function(e){var t=ze.prototype.parseNsAttributes.call(this,e).filter(e=>e.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 o=e.$model.getPackage(i.uri),r=o.xml&&o.xml.typePrefix||"";return this.addAttribute(this.nsAttributeName(this.serialization),(i.prefix?i.prefix+":":"")+r+n.ns.localName),t},We.prototype.isLocalNs=function(e){return e.uri===(this.typeNs||this.ns).uri},Xe.prototype=Object.create(G.prototype),Xe.prototype.fromXML=function(e,t,n){c(t)||(n=t,t="dmn:Definitions");var i=new Me(M({model:this,lax:!0},n)),o=i.handler(t);return i.fromXML(e,o)},Xe.prototype.toXML=function(e,t){var n=new Ue(t);return new Promise(function(t,i){try{return t({xml:n.toXML(e)})}catch(e){return i(e)}})};var Ke={dc:{name:"DC",prefix:"dc",uri:"http://www.omg.org/spec/DMN/20180521/DC/",types:[{name:"Dimension",properties:[{name:"width",isAttr:!0,type:"Real"},{name:"height",isAttr:!0,type:"Real"}]},{name:"Bounds",properties:[{name:"height",isAttr:!0,type:"Real"},{name:"width",isAttr:!0,type:"Real"},{name:"x",isAttr:!0,type:"Real"},{name:"y",isAttr:!0,type:"Real"}]},{name:"Point",properties:[{name:"x",isAttr:!0,type:"Real"},{name:"y",isAttr:!0,type:"Real"}]},{name:"Color",properties:[{name:"red",type:"UML_Standard_Profile.mdzip:eee_1045467100323_917313_65"},{name:"green",type:"UML_Standard_Profile.mdzip:eee_1045467100323_917313_65"},{name:"blue",type:"UML_Standard_Profile.mdzip:eee_1045467100323_917313_65"}]}],associations:[],enumerations:[{name:"AlignmentKind",literalValues:[{name:"start"},{name:"center"},{name:"end"}]}]},di:{name:"DI",prefix:"di",uri:"http://www.omg.org/spec/DMN/20180521/DI/",types:[{name:"DiagramElement",isAbstract:!0,properties:[{name:"extension",type:"Extension"},{name:"id",isAttr:!0,isId:!0,type:"String"},{name:"style",isReference:!0,type:"Style",xml:{serialize:"property"}},{name:"sharedStyle",isReference:!0,isVirtual:!0,type:"Style"}]},{name:"Diagram",superClass:["DiagramElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"documentation",isAttr:!0,type:"String"},{name:"resolution",isAttr:!0,type:"Real"}]},{name:"Shape",isAbstract:!0,properties:[{name:"bounds",type:"dc:Bounds"}],superClass:["DiagramElement"]},{name:"Edge",isAbstract:!0,properties:[{name:"waypoint",type:"dc:Point",isMany:!0,xml:{serialize:"property"}}],superClass:["DiagramElement"]},{name:"Style",isAbstract:!0,properties:[{name:"id",isAttr:!0,isId:!0,type:"String"}]},{name:"Extension",properties:[{name:"values",isMany:!0,type:"Element"}]}],associations:[],enumerations:[],xml:{tagAlias:"lowerCase"}},dmn:{name:"DMN",prefix:"dmn",uri:"https://www.omg.org/spec/DMN/20191111/MODEL/",types:[{name:"AuthorityRequirement",superClass:["DMNElement"],properties:[{name:"requiredAuthority",type:"DMNElementReference",xml:{serialize:"property"}},{name:"requiredDecision",type:"DMNElementReference",xml:{serialize:"property"}},{name:"requiredInput",type:"DMNElementReference",xml:{serialize:"property"}}]},{name:"ItemDefinition",superClass:["NamedElement"],properties:[{name:"typeRef",type:"String"},{name:"allowedValues",type:"UnaryTests",xml:{serialize:"property"}},{name:"typeLanguage",type:"String",isAttr:!0},{name:"itemComponent",type:"ItemDefinition",isMany:!0,xml:{serialize:"property"}},{name:"functionItem",type:"FunctionItem"},{name:"isCollection",isAttr:!0,type:"Boolean"}]},{name:"Definitions",superClass:["NamedElement"],properties:[{name:"import",type:"Import",isMany:!0},{name:"itemDefinition",type:"ItemDefinition",isMany:!0},{name:"drgElement",type:"DRGElement",isMany:!0},{name:"artifact",type:"Artifact",isMany:!0},{name:"elementCollection",type:"ElementCollection",isMany:!0},{name:"businessContextElement",type:"BusinessContextElement",isMany:!0},{name:"namespace",type:"String",isAttr:!0},{name:"expressionLanguage",type:"String",isAttr:!0},{name:"typeLanguage",type:"String",isAttr:!0},{name:"exporter",isAttr:!0,type:"String"},{name:"exporterVersion",isAttr:!0,type:"String"},{name:"dmnDI",type:"dmndi:DMNDI"}]},{name:"KnowledgeSource",superClass:["DRGElement"],properties:[{name:"authorityRequirement",type:"AuthorityRequirement",isMany:!0},{name:"type",type:"String"},{name:"owner",type:"DMNElementReference",xml:{serialize:"property"}},{name:"locationURI",type:"String",isAttr:!0}]},{name:"DecisionRule",superClass:["DMNElement"],properties:[{name:"inputEntry",type:"UnaryTests",isMany:!0,xml:{serialize:"property"}},{name:"outputEntry",type:"LiteralExpression",isMany:!0,xml:{serialize:"property"}},{name:"annotationEntry",type:"RuleAnnotation",isMany:!0,xml:{serialize:"property"}}]},{name:"Expression",isAbstract:!0,superClass:["DMNElement"],properties:[{name:"typeRef",isAttr:!0,type:"String"}]},{name:"InformationItem",superClass:["NamedElement"],properties:[{name:"typeRef",isAttr:!0,type:"String"}]},{name:"Decision",superClass:["DRGElement"],properties:[{name:"question",type:"String",xml:{serialize:"property"}},{name:"allowedAnswers",type:"String",xml:{serialize:"property"}},{name:"variable",type:"InformationItem",xml:{serialize:"property"}},{name:"informationRequirement",type:"InformationRequirement",isMany:!0},{name:"knowledgeRequirement",type:"KnowledgeRequirement",isMany:!0},{name:"authorityRequirement",type:"AuthorityRequirement",isMany:!0},{name:"supportedObjective",isMany:!0,type:"DMNElementReference",xml:{serialize:"property"}},{name:"impactedPerformanceIndicator",type:"DMNElementReference",isMany:!0,xml:{serialize:"property"}},{name:"decisionMaker",type:"DMNElementReference",isMany:!0,xml:{serialize:"property"}},{name:"decisionOwner",type:"DMNElementReference",isMany:!0,xml:{serialize:"property"}},{name:"usingProcess",isMany:!0,type:"DMNElementReference",xml:{serialize:"property"}},{name:"usingTask",isMany:!0,type:"DMNElementReference",xml:{serialize:"property"}},{name:"decisionLogic",type:"Expression"}]},{name:"Invocation",superClass:["Expression"],properties:[{name:"calledFunction",type:"Expression"},{name:"binding",type:"Binding",isMany:!0}]},{name:"OrganisationalUnit",superClass:["BusinessContextElement"],properties:[{name:"decisionMade",type:"Decision",isReference:!0,isMany:!0},{name:"decisionOwned",type:"Decision",isReference:!0,isMany:!0}]},{name:"Import",superClass:["NamedElement"],properties:[{name:"importType",type:"String",isAttr:!0},{name:"locationURI",type:"String",isAttr:!0},{name:"namespace",type:"String",isAttr:!0}]},{name:"InformationRequirement",superClass:["DMNElement"],properties:[{name:"requiredDecision",type:"DMNElementReference",xml:{serialize:"property"}},{name:"requiredInput",type:"DMNElementReference",xml:{serialize:"property"}}]},{name:"ElementCollection",superClass:["NamedElement"],properties:[{name:"drgElement",type:"DMNElementReference",isMany:!0,xml:{serialize:"property"}}]},{name:"DRGElement",isAbstract:!0,superClass:["NamedElement"],properties:[]},{name:"InputData",superClass:["DRGElement"],properties:[{name:"variable",type:"InformationItem",xml:{serialize:"property"}}]},{name:"DMNElement",isAbstract:!0,properties:[{name:"description",type:"String"},{name:"extensionElements",type:"ExtensionElements"},{name:"id",type:"String",isAttr:!0,isId:!0},{name:"extensionAttribute",type:"ExtensionAttribute",isMany:!0},{name:"label",isAttr:!0,type:"String"}]},{name:"InputClause",superClass:["DMNElement"],properties:[{name:"inputExpression",type:"LiteralExpression",xml:{serialize:"property"}},{name:"inputValues",type:"UnaryTests",xml:{serialize:"property"}}]},{name:"DecisionTable",superClass:["Expression"],properties:[{name:"input",type:"InputClause",isMany:!0,xml:{serialize:"property"}},{name:"output",type:"OutputClause",isMany:!0,xml:{serialize:"property"}},{name:"annotation",type:"RuleAnnotationClause",isMany:!0,xml:{serialize:"property"}},{name:"rule",type:"DecisionRule",isMany:!0,xml:{serialize:"property"}},{name:"hitPolicy",type:"HitPolicy",isAttr:!0,default:"UNIQUE"},{name:"aggregation",type:"BuiltinAggregator",isAttr:!0},{name:"preferredOrientation",type:"DecisionTableOrientation",isAttr:!0},{name:"outputLabel",isAttr:!0,type:"String"}]},{name:"LiteralExpression",superClass:["Expression"],properties:[{name:"expressionLanguage",type:"String",isAttr:!0},{name:"text",type:"String"},{name:"importedValues",type:"ImportedValues"}]},{name:"Binding",properties:[{name:"parameter",type:"InformationItem",xml:{serialize:"property"}},{name:"bindingFormula",type:"Expression"}]},{name:"KnowledgeRequirement",superClass:["DMNElement"],properties:[{name:"requiredKnowledge",type:"DMNElementReference",xml:{serialize:"property"}}]},{name:"BusinessKnowledgeModel",superClass:["Invocable"],properties:[{name:"encapsulatedLogic",type:"FunctionDefinition",xml:{serialize:"property"}},{name:"knowledgeRequirement",type:"KnowledgeRequirement",isMany:!0},{name:"authorityRequirement",type:"AuthorityRequirement",isMany:!0}]},{name:"BusinessContextElement",isAbstract:!0,superClass:["NamedElement"],properties:[{name:"URI",type:"String",isAttr:!0}]},{name:"PerformanceIndicator",superClass:["BusinessContextElement"],properties:[{name:"impactingDecision",type:"DMNElementReference",isMany:!0,xml:{serialize:"property"}}]},{name:"FunctionDefinition",superClass:["Expression"],properties:[{name:"formalParameter",type:"InformationItem",isMany:!0,xml:{serialize:"property"}},{name:"body",type:"Expression"},{name:"kind",type:"FunctionKind",isAttr:!0}]},{name:"Context",superClass:["Expression"],properties:[{name:"contextEntry",type:"ContextEntry",isMany:!0}]},{name:"ContextEntry",superClass:["DMNElement"],properties:[{name:"variable",type:"InformationItem",xml:{serialize:"property"}},{name:"value",type:"Expression"}]},{name:"List",superClass:["Expression"],properties:[{name:"elements",isMany:!0,type:"Expression"}]},{name:"Relation",superClass:["Expression"],properties:[{name:"column",type:"InformationItem",isMany:!0,xml:{serialize:"property"}},{name:"row",type:"List",isMany:!0,xml:{serialize:"property"}}]},{name:"OutputClause",superClass:["DMNElement"],properties:[{name:"outputValues",type:"UnaryTests",xml:{serialize:"property"}},{name:"defaultOutputEntry",type:"LiteralExpression",xml:{serialize:"property"}},{name:"name",isAttr:!0,type:"String"},{name:"typeRef",isAttr:!0,type:"String"}]},{name:"UnaryTests",superClass:["Expression"],properties:[{name:"text",type:"String"},{name:"expressionLanguage",type:"String",isAttr:!0}]},{name:"NamedElement",isAbstract:!0,superClass:["DMNElement"],properties:[{name:"name",isAttr:!0,type:"String"}]},{name:"ImportedValues",superClass:["Import"],properties:[{name:"importedElement",type:"String"},{name:"expressionLanguage",type:"String",isAttr:!0}]},{name:"DecisionService",superClass:["Invocable"],properties:[{name:"outputDecision",type:"DMNElementReference",isMany:!0,xml:{serialize:"property"}},{name:"encapsulatedDecision",type:"DMNElementReference",isMany:!0,xml:{serialize:"property"}},{name:"inputDecision",type:"DMNElementReference",isMany:!0,xml:{serialize:"property"}},{name:"inputData",type:"DMNElementReference",isMany:!0,xml:{serialize:"property"}}]},{name:"ExtensionElements",properties:[{name:"values",type:"Element",isMany:!0}]},{name:"ExtensionAttribute",properties:[{name:"value",type:"Element"},{name:"valueRef",type:"Element",isAttr:!0,isReference:!0},{name:"name",isAttr:!0,type:"String"}]},{name:"Element",isAbstract:!0,properties:[{name:"extensionAttribute",type:"ExtensionAttribute",isAttr:!0,isReference:!0},{name:"elements",type:"ExtensionElements",isAttr:!0,isReference:!0}]},{name:"Artifact",isAbstract:!0,superClass:["DMNElement"],properties:[]},{name:"Association",superClass:["Artifact"],properties:[{name:"sourceRef",type:"DMNElementReference",xml:{serialize:"property"}},{name:"targetRef",type:"DMNElementReference",xml:{serialize:"property"}},{name:"associationDirection",type:"AssociationDirection",isAttr:!0}]},{name:"TextAnnotation",superClass:["Artifact"],properties:[{name:"text",type:"String"},{name:"textFormat",isAttr:!0,type:"String",default:"text/plain"}]},{name:"RuleAnnotationClause",properties:[{name:"name",isAttr:!0,type:"String"}]},{name:"RuleAnnotation",properties:[{name:"text",type:"String"}]},{name:"Invocable",isAbstract:!0,superClass:["DRGElement"],properties:[{name:"variable",type:"InformationItem",xml:{serialize:"property"}}]},{name:"Group",superClass:["Artifact"],properties:[{name:"name",isAttr:!0,type:"String"}]},{name:"FunctionItem",superClass:["DMNElement"],properties:[{name:"parameters",isMany:!0,type:"InformationItem",xml:{serialize:"property"}},{name:"outputTypeRef",isAttr:!0,type:"String"}]},{name:"DMNElementReference",properties:[{isAttr:!0,name:"href",type:"String"}]}],enumerations:[{name:"HitPolicy",literalValues:[{name:"UNIQUE"},{name:"FIRST"},{name:"PRIORITY"},{name:"ANY"},{name:"COLLECT"},{name:"RULE ORDER"},{name:"OUTPUT ORDER"}]},{name:"BuiltinAggregator",literalValues:[{name:"SUM"},{name:"COUNT"},{name:"MIN"},{name:"MAX"}]},{name:"DecisionTableOrientation",literalValues:[{name:"Rule-as-Row"},{name:"Rule-as-Column"},{name:"CrossTable"}]},{name:"AssociationDirection",literalValues:[{name:"None"},{name:"One"},{name:"Both"}]},{name:"FunctionKind",literalValues:[{name:"FEEL"},{name:"Java"},{name:"PMML"}]}],associations:[],xml:{tagAlias:"lowerCase"}},dmndi:{name:"DMNDI",prefix:"dmndi",uri:"https://www.omg.org/spec/DMN/20191111/DMNDI/",types:[{name:"DMNDI",properties:[{name:"diagrams",type:"DMNDiagram",isMany:!0},{name:"styles",type:"DMNStyle",isMany:!0}]},{name:"DMNStyle",superClass:["di:Style"],properties:[{name:"fillColor",type:"dc:Color",isAttr:!0},{name:"strokeColor",type:"dc:Color",isAttr:!0},{name:"fontColor",type:"dc:Color",isAttr:!0},{name:"fontSize",isAttr:!0,type:"Real"},{name:"fontFamily",isAttr:!0,type:"String"},{name:"fontItalic",isAttr:!0,type:"Boolean"},{name:"fontBold",isAttr:!0,type:"Boolean"},{name:"fontUnderline",isAttr:!0,type:"Boolean"},{name:"fontStrikeThrough",isAttr:!0,type:"Boolean"},{name:"labelHorizontalAlignment",type:"dc:AlignmentKind",isAttr:!0},{name:"labelVerticalAlignment",type:"dc:AlignmentKind",isAttr:!0}]},{name:"DMNDiagram",superClass:["di:Diagram"],properties:[{name:"dmnElementRef",type:"dmn:DMNElement",isAttr:!0,isReference:!0},{name:"size",type:"Size"},{name:"localStyle",type:"DMNStyle",isVirtual:!0},{name:"sharedStyle",type:"DMNStyle",isVirtual:!0,isReference:!0,redefines:"di:DiagramElement#sharedStyle"},{name:"diagramElements",type:"DMNDiagramElement",isMany:!0}]},{name:"DMNDiagramElement",isAbstract:!0,superClass:["di:DiagramElement"],properties:[{name:"dmnElementRef",type:"dmn:DMNElement",isAttr:!0,isReference:!0},{name:"sharedStyle",type:"DMNStyle",isVirtual:!0,isReference:!0,redefines:"di:DiagramElement#sharedStyle"},{name:"localStyle",type:"DMNStyle",isVirtual:!0},{name:"label",type:"DMNLabel"}]},{name:"DMNLabel",superClass:["di:Shape"],properties:[{name:"text",type:"Text"}]},{name:"DMNShape",superClass:["di:Shape","DMNDiagramElement"],properties:[{name:"isListedInputData",isAttr:!0,type:"Boolean"},{name:"decisionServiceDividerLine",type:"DMNDecisionServiceDividerLine"},{name:"isCollapsed",isAttr:!0,type:"Boolean"}]},{name:"DMNEdge",superClass:["di:Edge","DMNDiagramElement"],properties:[{name:"sourceElement",type:"DMNDiagramElement",isAttr:!0,isReference:!0},{name:"targetElement",type:"DMNDiagramElement",isAttr:!0,isReference:!0}]},{name:"DMNDecisionServiceDividerLine",superClass:["di:Edge"]},{name:"Text",properties:[{name:"text",isBody:!0,type:"String"}]},{name:"Size",superClass:["dc:Dimension"]}],associations:[],enumerations:[]},biodi:{name:"bpmn.io DI for DMN",uri:"http://bpmn.io/schema/dmn/biodi/2.0",prefix:"biodi",xml:{tagAlias:"lowerCase"},types:[{name:"DecisionTable",isAbstract:!0,extends:["dmn:DecisionTable"],properties:[{name:"annotationsWidth",isAttr:!0,type:"Integer"}]},{name:"OutputClause",isAbstract:!0,extends:["dmn:OutputClause"],properties:[{name:"width",isAttr:!0,type:"Integer"}]},{name:"InputClause",isAbstract:!0,extends:["dmn:InputClause"],properties:[{name:"width",isAttr:!0,type:"Integer"}]}]}};function Ye(e,t){return new Xe(M({},Ke,e),t)}const Ge={legend:[1,"<fieldset>","</fieldset>"],tr:[2,"<table><tbody>","</tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],_default:[0,"",""]};function Ze(e,t=globalThis.document){if("string"!=typeof e)throw new TypeError("String expected");const n=/^<!--(.*?)-->$/s.exec(e);if(n)return t.createComment(n[1]);const i=/<([\w:]+)/.exec(e)?.[1];if(!i)return t.createTextNode(e);if(e=e.trim(),"body"===i){const n=t.createElement("html");n.innerHTML=e;const{lastChild:i}=n;return i.remove(),i}let[o,r,s]=Object.hasOwn(Ge,i)?Ge[i]:Ge._default,a=t.createElement("div");for(a.innerHTML=r+e+s;o--;)a=a.lastChild;if(a.firstChild===a.lastChild){const{firstChild:e}=a;return e.remove(),e}const l=t.createDocumentFragment();return l.append(...a.childNodes),l}function Je(e,t){return t.forEach(function(t){t&&"string"!=typeof t&&!Array.isArray(t)&&Object.keys(t).forEach(function(n){if("default"!==n&&!(n in e)){var i=Object.getOwnPropertyDescriptor(t,n);Object.defineProperty(e,n,i.get?i:{enumerable:!0,get:function(){return t[n]}})}})}),Object.freeze(e)}function et(e,...t){const n=e.style;return p(t,function(e){e&&p(e,function(e,t){n[t]=e})}),e}function tt(e,t,n){return 2==arguments.length?e.getAttribute(t):null===n?e.removeAttribute(t):(e.setAttribute(t,n),e)}Ge.td=Ge.th=[3,"<table><tbody><tr>","</tr></tbody></table>"],Ge.option=Ge.optgroup=[1,'<select multiple="multiple">',"</select>"],Ge.thead=Ge.tbody=Ge.colgroup=Ge.caption=Ge.tfoot=[1,"<table>","</table>"],Ge.polyline=Ge.ellipse=Ge.polygon=Ge.circle=Ge.text=Ge.line=Ge.path=Ge.rect=Ge.g=[1,'<svg xmlns="http://www.w3.org/2000/svg" version="1.1">',"</svg>"];const nt=Object.prototype.toString;function it(e){return new ot(e)}function ot(e){if(!e||!e.nodeType)throw new Error("A DOM element reference is required");this.el=e,this.list=e.classList}function rt(e){for(var t;t=e.firstChild;)e.removeChild(t);return e}function st(e,t,n){var i=n?e:e.parentNode;return i&&"function"==typeof i.closest&&i.closest(t)||null}function at(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}ot.prototype.add=function(e){return this.list.add(e),this},ot.prototype.remove=function(e){return"[object RegExp]"==nt.call(e)?this.removeMatching(e):(this.list.remove(e),this)},ot.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},ot.prototype.toggle=function(e,t){return void 0!==t?t!==this.list.toggle(e,t)&&this.list.toggle(e):this.list.toggle(e),this},ot.prototype.array=function(){return Array.from(this.list)},ot.prototype.has=ot.prototype.contains=function(e){return this.list.contains(e)};var lt,ct={};var ut=function(){if(lt)return ct;var e,t,n;function i(){e=window.addEventListener?"addEventListener":"attachEvent",t=window.removeEventListener?"removeEventListener":"detachEvent",n="addEventListener"!==e?"on":""}return lt=1,ct.bind=function(t,o,r,s){return e||i(),t[e](n+o,r,s||!1),r},ct.unbind=function(e,o,r,s){return t||i(),e[t](n+o,r,s||!1),r},ct}(),ht=Je({__proto__:null,default:at(ut)},[ut]),dt=["focus","blur"];var pt={bind:function(e,t,n,i,o){return-1!==dt.indexOf(n)&&(o=!0),ht.bind(e,n,function(n){var o=n.target||n.srcElement;n.delegateTarget=st(o,t,!0),n.delegateTarget&&i.call(e,n)},o)},unbind:function(e,t,n,i){return-1!==dt.indexOf(t)&&(i=!0),ht.unbind(e,t,n,i)}};function ft(e,t){return e&&"function"==typeof e.matches&&e.matches(t)||!1}function gt(e,t){return(t=t||document).querySelector(e)}function mt(e,t){return(t=t||document).querySelectorAll(e)}function vt(e){e.parentNode&&e.parentNode.removeChild(e)}function yt(e){return function(){if(!window.Promise)throw new Error("Promises is not supported in this environment. Please polyfill Promise.");var t=arguments.length;if(!(t>=1&&l(arguments[t-1])))return e.apply(this,arguments);var n=arguments[t-1];console.warn(new Error("Passing callbacks to "+function(e){return e.replace("bound ","")}(e.name)+" is deprecated and will be removed in a future major release. Please switch to promises: https://bpmn.io/l/moving-to-promises.html"));var i=Array.prototype.slice.call(arguments,0,-1);e.apply(this,i).then(function(e){var t=Object.keys(e)[0];return n(null,e[t])},function(e){return n(e,e.warnings)})}}const xt={width:"100%",height:"100%",position:"relative"};class bt{constructor(e={}){this._eventBus=new I,this._viewsChanged=T(this._viewsChanged,0),this._views=[],this._viewers={},this.open=yt(this.open.bind(this)),this.importXML=yt(this.importXML.bind(this)),this.saveXML=yt(this.saveXML.bind(this)),this._init(e)}importXML(e,t){var n=this;return t=t||{open:!0},new Promise(function(o,r){var s=n._activeView;n._clear().then(()=>{var a;e=n._emit("import.parse.start",{xml:e})||e,n._moddle.fromXML(e,"dmn:Definitions").then(e=>{var l=e.rootElement,c=e.references,u=e.elementsById;if(a=e.warnings,l=n._emit("import.parse.complete",i({error:null,definitions:l,elementsById:u,references:c,warnings:a}))||l,n._setDefinitions(l),!t.open)return n._emit("import.done",{error:null,warnings:a}),void o({warnings:a});var h=n._getInitialView(n._views,s);if(!h){var d=new Error("no displayable contents");return n._emit("import.done",{error:d,warnings:a}),d.warnings=a,r(d)}n.open(h).then(e=>({warnings:e.warnings})).catch(e=>({error:e,warnings:e.warnings})).then(e=>{var t=[].concat(a,e.warnings);n._emit("import.done",{error:e.error,warnings:t}),e.error?(e.error.warnings=t,r(e.error)):o({warnings:t})})}).catch(t=>(a=t.warnings,t=function(e,t){if("failed to parse document as <dmn:Definitions>"!==e.message)return null;var n=-1!==t.indexOf('"http://www.omg.org/spec/DMN/20151101/dmn.xsd"')?"1.1":-1!==t.indexOf('"http://www.omg.org/spec/DMN/20180521/MODEL/"')&&"1.2";if(!n)return null;return e=new Error("unsupported DMN "+n+" file detected; only DMN 1.3 files can be opened"),console.error("Cannot open what looks like a DMN "+n+" diagram. Please refer to https://bpmn.io/l/dmn-compatibility.html to learn how to make the toolkit compatible with older DMN files",e),e}(t,e)||function(e){var t=/unparsable content <([^>]+)> detected([\s\S]*)$/.exec(e.message);if(!t)return null;return e.message="unparsable content <"+t[1]+"> detected; this may indicate an invalid DMN 1.3 diagram file"+t[2],e}(t)||t,n._emit("import.parse.complete",i({error:t,warnings:a})),n._emit("import.done",{error:t,warnings:a}),t.warnings=a,r(t)))}).catch(e=>(n._emit("import.done",{error:e,warnings:[]}),e.warnings=[],r(e)))});function i(e){var t=n._eventBus.createEvent(e);return Object.defineProperty(t,"context",{enumerable:!0,get:function(){return console.warn(new Error("import.parse.complete <context> is deprecated and will be removed in future library versions")),{warnings:e.warnings,references:e.references,elementsById:e.elementsById}}}),t}}getDefinitions(){return this._definitions}getActiveView(){return this._activeView}getActiveViewer(){var e=this.getActiveView();return e&&this._getViewer(e)}getView(e){return this._views.filter(function(t){return t.element===e})[0]}getViews(){return this._views}saveXML(e){var t=this;e=e||{};var n=this._definitions;return new Promise(function(i,o){n?(n=t._emit("saveXML.start",{definitions:n})||n,t._moddle.toXML(n,e).then(function(e){var n=e.xml;return{xml:n=t._emit("saveXML.serialized",{xml:n})||n}}).catch(e=>({error:e})).then(e=>{t._emit("saveXML.done",e),e.error?o(e.error):i({xml:e.xml})})):o(new Error("no definitions loaded"))})}on(...e){this._eventBus.on(...e)}off(...e){this._eventBus.off(...e)}once(...e){this._eventBus.once(...e)}attachTo(e){e.get&&e.constructor.prototype.jquery&&(e=e.get(0)),"string"==typeof e&&(e=gt(e)),e.appendChild(this._container),this._emit("attach",{})}detach(){this._emit("detach",{}),vt(this._container)}destroy(){Object.keys(this._viewers).forEach(e=>{kt(this._viewers[e],"destroy")}),vt(this._container)}_init(e){this._options=e,this._moddle=this._createModdle(e),this._viewers={},this._views=[];const t=Ze('<div class="dmn-js-parent"></div>'),n=M({},xt,e);M(t.style,{width:_t(n.width),height:_t(n.height),position:n.position}),this._container=t,e.container&&this.attachTo(e.container)}_clear(){return this._switchView(null)}open(e){return this._switchView(e)}_setDefinitions(e){this._definitions=e,this._updateViews()}_viewsChanged=()=>{this._emit("views.changed",{views:this._views,activeView:this._activeView})};_updateViews(){var e=this._definitions;if(!e)return this._views=[],void this._switchView(null);var t=this._getViewProviders(),n=[e,...e.drgElement||[]],i=this._views,o=[];for(var r of n){var s=h(t,function(e){return"string"==typeof e.opens?e.opens===r.$type:e.opens(r)});if(s){var a={element:r,id:r.id,name:r.name,type:s.id};o.push(a)}}var l,c=this._activeView;if(!c||(l=h(o,function(e){return wt(c,e)})||this._getInitialView(o),l)){var u=!wt(c,l)||Ct(c,l),d=i.length!==o.length||!g(o,function(e){return h(i,function(t){return wt(t,e)&&!Ct(t,e)})});this._activeView=l,this._views=o,(u||d)&&this._viewsChanged()}else this._switchView(null)}_getInitialView(e,t){var n;return t&&(n=h(e,function(e){return wt(e,t)})||h(e,function(e){return e.type===t})),n||e[0]}_switchView(e){var t=this;return new Promise(function(n,i){var o,r=(e,o)=>{t._viewsChanged(),e?i(e):n(o)},s=t.getActiveView(),a=e&&t._getViewer(e),l=e&&e.element;if(s&&(o=t._getViewer(s))!==a&&(kt(o,"clear"),o.detach()),t._activeView=e,a)return o!==a&&a.attachTo(t._container),t._emit("import.render.start",{view:e,element:l}),void a.open(l).then(n=>{t._emit("import.render.complete",{view:e,error:null,warnings:n.warnings}),r(null,n)}).catch(n=>{t._emit("import.render.complete",{view:e,error:n,warnings:n.warnings}),r(n,null)});r()})}_getViewer(e){var t=e.type,n=this._viewers[t];return n||(n=this._viewers[t]=this._createViewer(e.type),this._emit("viewer.created",{type:t,viewer:n})),n}_createViewer(e){var t=h(this._getViewProviders(),function(t){return t.id===e});if(!t)throw new Error("no provider for view type <"+e+">");var n=t.constructor,i=this._options[e]||{};return new n({...this._options.common||{},...i,additionalModules:[...i.additionalModules||[],{_parent:["value",this],moddle:["value",this._moddle]}]})}_emit(...e){return this._eventBus.fire(...e)}_createModdle(e){return new Ye(e.moddleExtensions)}_getViewProviders(){return[]}}function _t(e){return e+(a(e)?"px":"")}function wt(e,t){return i(e)?!!i(t)&&(e.element===t.element||e.id===t.id):!i(t)}function Ct(e,t){return!e||!t||e.name!==t.name}function kt(e,t){l(e[t])&&e[t]()}function Ot(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Et,St={exports:{}};var Tt=function(){if(Et)return St.exports;Et=1;var e=St.exports=function(t,n){if(n||(n=16),void 0===t&&(t=128),t<=0)return"0";for(var i=Math.log(Math.pow(2,t))/Math.log(n),o=2;i===1/0;o*=2)i=Math.log(Math.pow(2,t/o))/Math.log(n)*o;var r=i-Math.floor(i),s="";for(o=0;o<Math.floor(i);o++){s=Math.floor(Math.random()*n).toString(n)+s}if(r){var a=Math.pow(n,r);s=Math.floor(Math.random()*a).toString(n)+s}var l=parseInt(s,n);return l!==1/0&&l>=Math.pow(2,t)?e(t,n):s};return e.rack=function(t,n,i){var o=function(o){var s=0;do{if(s++>10){if(!i)throw new Error("too many ID collisions, use more bits");t+=i}var a=e(t,n)}while(Object.hasOwnProperty.call(r,a));return r[a]=o,a},r=o.hats={};return o.get=function(e){return o.hats[e]},o.set=function(e,t){return o.hats[e]=t,o},o.bits=t||128,o.base=n||16,o},St.exports}(),Rt=Ot(Tt);function Mt(e){if(!(this instanceof Mt))return new Mt(e);e=e||[128,36,1],this._seed=e.length?Rt.rack(e[0],e[1],e[2]):e}function At(e,t){var n=$t(e);return n&&"function"==typeof n.$instanceOf&&n.$instanceOf(t)}function Pt(e){return At(e,"dmn:InputClause")}function Dt(e){return At(e,"dmn:OutputClause")}function $t(e){return e&&e.businessObject||e}function It(e,t){return m(t,function(t){return At(e,t)})}function Bt(e){var t=$t(e);if(At(t,"dmn:Decision"))return t.get("decisionLogic");if(At(t,"dmn:BusinessKnowledgeModel")){var n=t.get("encapsulatedLogic");return n&&n.get("body")}}Mt.prototype.next=function(e){return this._seed(e||!0)},Mt.prototype.nextPrefixed=function(e,t){var n;do{n=e+this.next(!0)}while(this.assigned(n));return this.claim(n,t),n},Mt.prototype.claim=function(e,t){this._seed.set(e,t||!0)},Mt.prototype.assigned=function(e){return this._seed.get(e)||!1},Mt.prototype.unclaim=function(e){delete this._seed.hats[e]},Mt.prototype.clear=function(){var e,t=this._seed.hats;for(e in t)this.unclaim(e)};class jt extends bt{_init(e){super._init(e),this.on("import.parse.complete",e=>{e.error||this._collectIds(e.definitions,e.elementsById)}),this.on("destroy",()=>{this._moddle.ids.clear()}),this.on("viewer.created",({viewer:e})=>{e.on("elements.changed",({elements:e})=>{var t=e.some(function(e){return It(e,["dmn:Decision","dmn:Definitions","dmn:BusinessKnowledgeModel"])});t&&this._updateViews()})})}_collectIds(e,t){var n,i=e.$model.ids;for(n in i.clear(),t)i.claim(n,t[n])}_createModdle(e){var t=super._createModdle(e);return t.ids=new Mt([32,36,1]),t}}function Lt(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}const Nt=/^class[ {]/;function qt(e){return Array.isArray(e)}function Vt(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function Ft(...e){1===e.length&&qt(e[0])&&(e=e[0]);const t=(e=[...e]).pop();return t.$inject=e,t}const zt=/constructor\s*[^(]*\(\s*([^)]*)\)/m,Wt=/^(?:async\s+)?(?:function\s*[^(]*)?(?:\(\s*([^)]*)\)|(\w+))/m,Qt=/\/\*([^*]*)\*\//m;function Ht(e){if("function"!=typeof e)throw new Error(`Cannot annotate "${e}". Expected a function!`);const t=e.toString().match(function(e){return Nt.test(e.toString())}(e)?zt:Wt);if(!t)return[];const n=t[1]||t[2];return n&&n.split(",").map(e=>{const t=e.match(Qt);return(t&&t[1]||e).trim()})||[]}function Ut(e,t){const n=t||{get:function(e,t){if(i.push(e),!1===t)return null;throw a(`No provider for "${e}"!`)}},i=[],o=this._providers=Object.create(n._providers||null),r=this._instances=Object.create(null),s=r.injector=this,a=function(e){const t=i.join(" -> ");return i.length=0,new Error(t?`${e} (Resolving: ${t})`:e)};function l(e,t){if(!o[e]&&e.includes(".")){const t=e.split(".");let n=l(t.shift());for(;t.length;)n=n[t.shift()];return n}if(Vt(r,e))return r[e];if(Vt(o,e)){if(-1!==i.indexOf(e))throw i.push(e),a("Cannot resolve circular dependency!");return i.push(e),r[e]=o[e][0](o[e][1]),i.pop(),r[e]}return n.get(e,t)}function c(e,t){if(void 0===t&&(t={}),"function"!=typeof e){if(!qt(e))throw a(`Cannot invoke "${e}". Expected a function!`);e=Ft(e.slice())}return{fn:e,dependencies:(e.$inject||Ht(e)).map(e=>Vt(t,e)?t[e]:l(e))}}function u(e){const{fn:t,dependencies:n}=c(e);return new(Function.prototype.bind.call(t,null,...n))}function h(e,t,n){const{fn:i,dependencies:o}=c(e,n);return i.apply(t,o)}function d(e){return Ft(t=>e.get(t))}function p(e,t){if(t&&t.length){const n=Object.create(null),i=Object.create(null),r=[],s=[],a=[];let l,c,u,h;for(let e in o)l=o[e],-1!==t.indexOf(e)&&("private"===l[2]?(c=r.indexOf(l[3]),-1===c?(u=l[3].createChild([],t),h=d(u),r.push(l[3]),s.push(u),a.push(h),n[e]=[h,e,"private",u]):n[e]=[a[c],e,"private",s[c]]):n[e]=[l[2],l[1]],i[e]=!0),"factory"!==l[2]&&"type"!==l[2]||!l[1].$scope||t.forEach(t=>{-1!==l[1].$scope.indexOf(t)&&(n[e]=[l[2],l[1]],i[t]=!0)});t.forEach(e=>{if(!i[e])throw new Error('No provider for "'+e+'". Cannot use provider from the parent!')}),e.unshift(n)}return new Ut(e,s)}const f={factory:h,type:u,value:function(e){return e}};function g(e,t){const n=e.__init__||[];return function(){n.forEach(e=>{"string"==typeof e?t.get(e):t.invoke(e)})}}function m(e){const t=e.__exports__;if(t){const n=e.__modules__,i=Object.keys(e).reduce((t,n)=>("__exports__"!==n&&"__modules__"!==n&&"__init__"!==n&&"__depends__"!==n&&(t[n]=e[n]),t),Object.create(null)),r=p((n||[]).concat(i)),s=Ft(function(e){return r.get(e)});t.forEach(function(e){o[e]=[s,e,"private",r]});const a=(e.__init__||[]).slice();return a.unshift(function(){r.init()}),g(e=Object.assign({},e,{__init__:a}),r)}return Object.keys(e).forEach(function(t){if("__init__"===t||"__depends__"===t)return;const n=e[t];if("private"===n[2])return void(o[t]=n);const i=n[0],r=n[1];o[t]=[f[i],Xt(i,r),i]}),g(e,s)}function v(e,t){return-1!==e.indexOf(t)||-1!==(e=(t.__depends__||[]).reduce(v,e)).indexOf(t)?e:e.concat(t)}this.get=l,this.invoke=h,this.instantiate=u,this.createChild=p,this.init=function(e){const t=e.reduce(v,[]).map(m);let n=!1;return function(){n||(n=!0,t.forEach(e=>e()))}}(e)}function Xt(e,t){return"value"!==e&&qt(t)&&(t=Ft(t.slice())),t}function Kt(e,t){var n=this;t=t||1e3,e.on(["render.shape","render.connection"],t,function(e,t){var i=e.type,o=t.element,r=t.gfx,s=t.attrs;if(n.canRender(o))return"render.shape"===i?n.drawShape(r,o,s):n.drawConnection(r,o,s)}),e.on(["render.getShapePath","render.getConnectionPath"],t,function(e,t){if(n.canRender(t))return"render.getShapePath"===e.type?n.getShapePath(t):n.getConnectionPath(t)})}function Yt(e,t){return function(e,t){t.appendChild(function(e,t){if(e.ownerDocument!==t.ownerDocument)try{return t.ownerDocument.importNode(e,!0)}catch(e){}return e}(e,t))}(t,e),e}Kt.prototype.canRender=function(e){},Kt.prototype.drawShape=function(e,t){},Kt.prototype.drawConnection=function(e,t){},Kt.prototype.getShapePath=function(e){},Kt.prototype.getConnectionPath=function(e){};var Gt={"alignment-baseline":1,"baseline-shift":1,clip:1,"clip-path":1,"clip-rule":1,color:1,"color-interpolation":1,"color-interpolation-filters":1,"color-profile":1,"color-rendering":1,cursor:1,direction:1,display:1,"dominant-baseline":1,"enable-background":1,fill:1,"fill-opacity":1,"fill-rule":1,filter:1,"flood-color":1,"flood-opacity":1,font:1,"font-family":1,"font-size":2,"font-size-adjust":1,"font-stretch":1,"font-style":1,"font-variant":1,"font-weight":1,"glyph-orientation-horizontal":1,"glyph-orientation-vertical":1,"image-rendering":1,kerning:1,"letter-spacing":1,"lighting-color":1,marker:1,"marker-end":1,"marker-mid":1,"marker-start":1,mask:1,opacity:1,overflow:1,"pointer-events":1,"shape-rendering":1,"stop-color":1,"stop-opacity":1,stroke:1,"stroke-dasharray":1,"stroke-dashoffset":1,"stroke-linecap":1,"stroke-linejoin":1,"stroke-miterlimit":1,"stroke-opacity":1,"stroke-width":2,"text-anchor":1,"text-decoration":1,"text-rendering":1,"unicode-bidi":1,visibility:1,"word-spacing":1,"writing-mode":1};function Zt(e,t,n){var i=t.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),o=Gt[i];o?(2===o&&"number"==typeof n&&(n=String(n)+"px"),e.style[i]=n):e.setAttributeNS(null,t,n)}function Jt(e,t,n){if("string"==typeof t){if(void 0===n)return function(e,t){return Gt[t]?e.style[t]:e.getAttributeNS(null,t)}(e,t);Zt(e,t,n)}else!function(e,t){var n,i,o=Object.keys(t);for(n=0;i=o[n];n++)Zt(e,i,t[i])}(e,t);return e}const en=Object.prototype.toString;function tn(e){return new nn(e)}function nn(e){if(!e||!e.nodeType)throw new Error("A DOM element reference is required");this.el=e,this.list=e.classList}function on(e){for(var t;t=e.firstChild;)e.removeChild(t);return e}function rn(e){return e.cloneNode(!0)}nn.prototype.add=function(e){return this.list.add(e),this},nn.prototype.remove=function(e){return"[object RegExp]"==en.call(e)?this.removeMatching(e):(this.list.remove(e),this)},nn.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},nn.prototype.toggle=function(e,t){return void 0!==t?t!==this.list.toggle(e,t)&&this.list.toggle(e):this.list.toggle(e),this},nn.prototype.array=function(){return Array.from(this.list)},nn.prototype.has=nn.prototype.contains=function(e){return this.list.contains(e)};var sn="http://www.w3.org/2000/svg",an='<svg xmlns="'+sn+'"';function ln(e){var t=!1;"<svg"===e.substring(0,4)?-1===e.indexOf(sn)&&(e=an+e.substring(4)):(e=an+">"+e+"</svg>",t=!0);var n=function(e){var t;return t=new DOMParser,t.async=!1,t.parseFromString(e,"text/xml")}(e);if(!t)return n;for(var i=document.createDocumentFragment(),o=n.firstChild;o.firstChild;)i.appendChild(o.firstChild);return i}function cn(e,t){var n;return"<"===(e=e.trim()).charAt(0)?(n=ln(e).firstChild,n=document.importNode(n,!0)):n=document.createElementNS(sn,e),t&&Jt(n,t),n}var un=null;function hn(){return null===un&&(un=cn("svg")),un}function dn(e,t){var n,i,o=Object.keys(t);for(n=0;i=o[n];n++)e[i]=t[i];return e}function pn(e){return hn().createSVGTransform()}var fn=/([&<>]{1})/g,gn=/([&<>\n\r"]{1})/g,mn={"&":"&","<":"<",">":">",'"':"'"};function vn(e,t){return e.replace(t,function(e,t){return mn[t]||t})}function yn(e,t){var n,i,o,r,s;switch(e.nodeType){case 3:t.push(vn(e.textContent,fn));break;case 1:if(t.push("<",e.tagName),e.hasAttributes())for(n=0,i=(o=e.attributes).length;n<i;++n)r=o.item(n),t.push(" ",r.name,'="',vn(r.value,gn),'"');if(e.hasChildNodes()){for(t.push(">"),n=0,i=(s=e.childNodes).length;n<i;++n)yn(s.item(n),t);t.push("</",e.tagName,">")}else t.push("/>");break;case 8:t.push("\x3c!--",vn(e.nodeValue,fn),"--\x3e");break;case 4:t.push("<![CDATA[",e.nodeValue,"]]>");break;default:throw new Error("unable to handle node "+e.nodeType)}return t}function xn(e,t){return function(e){for(var t=e.firstChild,n=[];t;)yn(t,n),t=t.nextSibling;return n.join("")}(e)}function bn(e){var t=e.parentNode;return t&&t.removeChild(e),e}function _n(e,t){return t instanceof SVGMatrix?e.createSVGTransformFromMatrix(t):t}function wn(e,t){var n=e.transform.baseVal;return t&&(Array.isArray(t)||(t=[t]),function(e,t){var n,i;for(e.clear(),n=0;i=t[n];n++)e.appendItem(_n(e,i))}(n,t)),n.consolidate()}function Cn(e){return e.flat().join(",").replace(/,?([A-Za-z]),?/g,"$1")}function kn(e){return["L",e.x,e.y]}function On(e,t,n){return["C",e.x,e.y,t.x,t.y,n.x,n.y]}function En(e,t){const n=e.length,i=[(o=e[0],["M",o.x,o.y])];var o;for(let o=1;o<n;o++){const n=e[o-1],r=e[o],s=e[o+1];if(!s||!t){i.push(kn(r));continue}const a=Math.min(t,Tn(r.x-n.x,r.y-n.y),Tn(s.x-r.x,s.y-r.y));if(!a){i.push(kn(r));continue}const l=Sn(r,n,a),c=Sn(r,n,.5*a),u=Sn(r,s,a),h=Sn(r,s,.5*a);i.push(kn(l)),i.push(On(c,h,u))}return i}function Sn(e,t,n){const i=t.x-e.x,o=t.y-e.y,r=n/Tn(i,o);return{x:e.x+i*r,y:e.y+o*r}}function Tn(e,t){return Math.sqrt(Math.pow(e,2)+Math.pow(t,2))}function Rn(e,t,n){a(t)&&(n=t,t=null),t||(t={});const i=cn("path",t);return a(n)&&(i.dataset.cornerRadius=String(n)),Mn(i,e)}function Mn(e,t){return Jt(e,{d:Cn(En(t,parseInt(e.dataset.cornerRadius,10)||0))}),e}function An(e){return d(e,function(t){return!h(e,function(e){return e!==t&&Pn(t,e)})})}function Pn(e,t){if(t){if(e===t)return t;if(e.parent)return Pn(e.parent,t)}}function Dn(e,t,n){return e.push(t),!0}function $n(e,t,n){n=n||0,r(e)||(e=[e]),p(e,function(e,i){var o=t(e,i,n);r(o)&&o.length&&$n(o,t,n+1)})}function In(e,t){return function(e){var t=[],n=[];return $n(e,function(e,i,o){Dn(t,e);var r=e.children;if(r&&Dn(n,r))return r}),t}(e)}function Bn(e,t){var n,i,o,s;return t=!!t,r(e)||(e=[e]),p(e,function(e){var r=e;e.waypoints&&!t&&(r=Bn(e.waypoints,!0));var a=r.x,l=r.y,c=r.height||0,u=r.width||0;(a<n||void 0===n)&&(n=a),(l<i||void 0===i)&&(i=l),(a+u>o||void 0===o)&&(o=a+u),(l+c>s||void 0===s)&&(s=l+c)}),{x:n,y:i,height:s-i,width:o-n}}function jn(e){return"waypoints"in e?"connection":"x"in e?"shape":"root"}function Ln(e){return!(!e||!e.isFrame)}function Nn(e,t){return M({},e||{},t||{})}function qn(e,t){Kt.call(this,e,1),this.CONNECTION_STYLE=t.style(["no-fill"],{strokeWidth:5,stroke:"fuchsia"}),this.SHAPE_STYLE=t.style({fill:"white",stroke:"fuchsia",strokeWidth:2}),this.FRAME_STYLE=t.style(["no-fill"],{stroke:"fuchsia",strokeDasharray:4,strokeWidth:2})}Lt(qn,Kt),qn.prototype.canRender=function(){return!0},qn.prototype.drawShape=function(e,t,n){var i=cn("rect");return Jt(i,{x:0,y:0,width:t.width||0,height:t.height||0}),Ln(t)?Jt(i,M({},this.FRAME_STYLE,n||{})):Jt(i,M({},this.SHAPE_STYLE,n||{})),Yt(e,i),i},qn.prototype.drawConnection=function(e,t,n){var i=Rn(t.waypoints,M({},this.CONNECTION_STYLE,n||{}));return Yt(e,i),i},qn.prototype.getShapePath=function(e){var t=e.x,n=e.y,i=e.width;return Cn([["M",t,n],["l",i,0],["l",0,e.height],["l",-i,0],["z"]])},qn.prototype.getConnectionPath=function(e){var t,n,i=e.waypoints,o=[];for(t=0;n=i[t];t++)n=n.original||n,o.push([0===t?"M":"L",n.x,n.y]);return Cn(o)},qn.$inject=["eventBus","styles"];var Vn={__init__:["defaultRenderer"],defaultRenderer:["type",qn],styles:["type",function(){var e={"no-fill":{fill:"none"},"no-border":{strokeOpacity:0},"no-events":{pointerEvents:"none"}},t=this;this.cls=function(e,t,n){return M(this.style(t,n),{class:e})},this.style=function(t,n){r(t)||n||(n=t,t=[]);var i=f(t,function(t,n){return M(t,e[n]||{})},{});return n?M(i,n):i},this.computeStyle=function(e,n,i){return r(n)||(i=n,n=[]),t.style(n||[],M({},i,e||{}))}}]};function Fn(e,t){if(!e||!t)return-1;var n=e.indexOf(t);return-1!==n&&e.splice(n,1),n}function zn(e,t,n){if(e&&t){"number"!=typeof n&&(n=-1);var i=e.indexOf(t);if(-1!==i){if(i===n)return;if(-1===n)return;e.splice(i,1)}-1!==n?e.splice(n,0,t):e.push(t)}}function Wn(e,t){return e&&t?e.indexOf(t):-1}function Qn(e,t){return e&&t?Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2)):-1}function Hn(e,t,n,i){if(void 0===i&&(i=5),!e||!t||!n)return!1;var o=(t.x-e.x)*(n.y-e.y)-(t.y-e.y)*(n.x-e.x),r=Qn(e,t);return Math.abs(o/r)<=i}function Un(e,t){var n=Array.from(arguments).flat();const i={x:"v",y:"h"};for(const[e,t]of Object.entries(i))if(Xn(e,n))return t;return!1}function Xn(e,t){const n=t[0];return g(t,function(t){return Math.abs(n[e]-t[e])<=2})}function Kn(e,t){return{x:Math.round(e.x+(t.x-e.x)/2),y:Math.round(e.y+(t.y-e.y)/2)}} 3/** 4 * This file contains source code adapted from Snap.svg (licensed Apache-2.0). 5 * 6 * @see https://github.com/adobe-webplatform/Snap.svg/blob/master/src/path.js 7 */var Yn=/,?([a-z]),?/gi,Gn=parseFloat,Zn=Math,Jn=Zn.PI,ei=Zn.min,ti=Zn.max,ni=Zn.pow,ii=Zn.abs,oi=/([a-z])[\s,]*((-?\d*\.?\d*(?:e[-+]?\d+)?[\s]*,?[\s]*)+)/gi,ri=/(-?\d*\.?\d*(?:e[-+]?\d+)?)[\s]*,?[\s]*/gi,si=Array.isArray||function(e){return e instanceof Array};function ai(e){return function t(){var n,i,o=Array.prototype.slice.call(arguments,0).join("␀"),r=t.cache=t.cache||{},s=t.count=t.count||[];return n=r,i=o,Object.prototype.hasOwnProperty.call(n,i)?(function(e,t){for(var n=0,i=e.length;n<i;n++)if(e[n]===t)return e.push(e.splice(n,1)[0])}(s,o),r[o]):(s.length>=1e3&&delete r[s.shift()],s.push(o),r[o]=e(...arguments),r[o])}}function li(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(oi,function(e,i,o){var r=[],s=i.toLowerCase();for(o.replace(ri,function(e,t){t&&r.push(+t)}),"m"==s&&r.length>2&&(n.push([i,...r.splice(0,2)]),s="l",i="m"==i?"l":"L");r.length>=t[s]&&(n.push([i,...r.splice(0,t[s])]),t[s]););}),n.toString=ui,n}function ci(e,t,n,i){return 1===arguments.length&&(t=e.y,n=e.width,i=e.height,e=e.x),{x:e,y:t,width:n,height:i,x2:e+n,y2:t+i}}function ui(){return this.join(",").replace(Yn,"$1")}function hi(e,t,n,i,o,r,s,a,l){var c=1-l,u=ni(c,3),h=ni(c,2),d=l*l*l,p=u*t+3*h*l*i+3*c*l*l*r+d*a;return{x:vi(u*e+3*h*l*n+3*c*l*l*o+d*s),y:vi(p)}}function di(e){var t=function(e,t,n,i,o,r,s,a){for(var l,c,u,h,d,p,f,g,m=[],v=[[],[]],y=0;y<2;++y)if(0==y?(c=6*e-12*n+6*o,l=-3*e+9*n-9*o+3*s,u=3*n-3*e):(c=6*t-12*i+6*r,l=-3*t+9*i-9*r+3*a,u=3*i-3*t),ii(l)<1e-12){if(ii(c)<1e-12)continue;0<(h=-u/c)&&h<1&&m.push(h)}else f=c*c-4*u*l,g=Zn.sqrt(f),f<0||(0<(d=(-c+g)/(2*l))&&d<1&&m.push(d),0<(p=(-c-g)/(2*l))&&p<1&&m.push(p));var x,b=m.length,_=b;for(;b--;)x=1-(h=m[b]),v[0][b]=x*x*x*e+3*x*x*h*n+3*x*h*h*o+h*h*h*s,v[1][b]=x*x*x*t+3*x*x*h*i+3*x*h*h*r+h*h*h*a;return v[0][_]=e,v[1][_]=t,v[0][_+1]=s,v[1][_+1]=a,v[0].length=v[1].length=_+2,{x0:ei(...v[0]),y0:ei(...v[1]),x1:ti(...v[0]),y1:ti(...v[1])}}(...e);return ci(t.x0,t.y0,t.x1-t.x0,t.y1-t.y0)}function pi(e,t,n){return t>=e.x&&t<=e.x+e.width&&n>=e.y&&n<=e.y+e.height}function fi(e,t,n,i,o){return e*(e*(-3*t+9*n-9*i+3*o)+6*t-12*n+6*i)-3*t+3*n}function gi(e,t,n,i,o,r,s,a,l){null==l&&(l=1);for(var c=(l=l>1?1:l<0?0:l)/2,u=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],h=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472],d=0,p=0;p<12;p++){var f=c*u[p]+c,g=fi(f,e,n,o,s),m=fi(f,t,i,r,a),v=g*g+m*m;d+=h[p]*Zn.sqrt(v)}return c*d}function mi(e,t,n,i,o,r,s,a){if(!(ti(e,n)<ei(o,s)||ei(e,n)>ti(o,s)||ti(t,i)<ei(r,a)||ei(t,i)>ti(r,a))){var l=(e*i-t*n)*(r-a)-(t-i)*(o*a-r*s),c=(e-n)*(r-a)-(t-i)*(o-s);if(c){var u=vi(((e*i-t*n)*(o-s)-(e-n)*(o*a-r*s))/c),h=vi(l/c),d=+u.toFixed(2),p=+h.toFixed(2);if(!(d<+ei(e,n).toFixed(2)||d>+ti(e,n).toFixed(2)||d<+ei(o,s).toFixed(2)||d>+ti(o,s).toFixed(2)||p<+ei(t,i).toFixed(2)||p>+ti(t,i).toFixed(2)||p<+ei(r,a).toFixed(2)||p>+ti(r,a).toFixed(2)))return{x:u,y:h}}}}function vi(e){return Math.round(1e11*e)/1e11}function yi(e,t,n){if(!function(e,t){return e=ci(e),pi(t=ci(t),e.x,e.y)||pi(t,e.x2,e.y)||pi(t,e.x,e.y2)||pi(t,e.x2,e.y2)||pi(e,t.x,t.y)||pi(e,t.x2,t.y)||pi(e,t.x,t.y2)||pi(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)}(di(e),di(t)))return[];var i,o,r=gi(...e),s=gi(...t),a=bi(e)?1:~~(r/5)||1,l=bi(t)?1:~~(s/5)||1,c=new Array(a+1),u=new Array(l+1),h={},d=[];for(i=0;i<a+1;i++){var p=hi(...e,i/a);c[i]={x:p.x,y:p.y,t:i/a}}for(i=0;i<l+1;i++)p=hi(...t,i/l),u[i]={x:p.x,y:p.y,t:i/l};for(i=0;i<a;i++)for(o=0;o<l;o++){var f,g=c[i],m=c[i+1],v=u[o],y=u[o+1],x=ii(m.x-g.x)<.01?"y":"x",b=ii(y.x-v.x)<.01?"y":"x",_=mi(g.x,g.y,m.x,m.y,v.x,v.y,y.x,y.y);if(_){if(h[f=_.x.toFixed(9)+"#"+_.y.toFixed(9)])continue;h[f]=!0;var w=g.t+ii((_[x]-g[x])/(m[x]-g[x]))*(m.t-g.t),C=v.t+ii((_[b]-v[b])/(y[b]-v[b]))*(y.t-v.t);w>=0&&w<=1&&C>=0&&C<=1&&d.push({x:_.x,y:_.y,t1:w,t2:C})}}return d}function xi(e,t,n){e=ki(e),t=ki(t);for(var i,o,r,s,a,l,c,u,h,d,p=n?0:[],f=0,g=e.length;f<g;f++){var m=e[f];if("M"==m[0])i=a=m[1],o=l=m[2];else{"C"==m[0]?(i=(h=[i,o,...m.slice(1)])[6],o=h[7]):(h=[i,o,i,o,a,l,a,l],i=a,o=l);for(var v=0,y=t.length;v<y;v++){var x=t[v];if("M"==x[0])r=c=x[1],s=u=x[2];else{"C"==x[0]?(r=(d=[r,s,...x.slice(1)])[6],s=d[7]):(d=[r,s,r,s,c,u,c,u],r=c,s=u);for(var b=yi(h,d),_=0,w=b.length;_<w;_++)b[_].segment1=f,b[_].segment2=v,b[_].bez1=h,b[_].bez2=d;p=p.concat(b)}}}}return p}function bi(e){return e[0]===e[2]&&e[1]===e[3]&&e[4]===e[6]&&e[5]===e[7]}function _i(e,t,n,i){return[e,t,n,i,n,i]}function wi(e,t,n,i,o,r){var s=1/3,a=2/3;return[s*e+a*n,s*t+a*i,s*o+a*n,s*r+a*i,o,r]}function Ci(e,t,n,i,o,r,s,a,l,c){var u,h=120*Jn/180,d=Jn/180*(+o||0),p=[],f=ai(function(e,t,n){return{x:e*Zn.cos(n)-t*Zn.sin(n),y:e*Zn.sin(n)+t*Zn.cos(n)}});if(c)C=c[0],k=c[1],_=c[2],w=c[3];else{e=(u=f(e,t,-d)).x,t=u.y;var g=(e-(a=(u=f(a,l,-d)).x))/2,m=(t-(l=u.y))/2,v=g*g/(n*n)+m*m/(i*i);v>1&&(n*=v=Zn.sqrt(v),i*=v);var y=n*n,x=i*i,b=(r==s?-1:1)*Zn.sqrt(ii((y*x-y*m*m-x*g*g)/(y*m*m+x*g*g))),_=b*n*m/i+(e+a)/2,w=b*-i*g/n+(t+l)/2,C=Zn.asin(((t-w)/i).toFixed(9)),k=Zn.asin(((l-w)/i).toFixed(9));(C=e<_?Jn-C:C)<0&&(C=2*Jn+C),(k=a<_?Jn-k:k)<0&&(k=2*Jn+k),s&&C>k&&(C-=2*Jn),!s&&k>C&&(k-=2*Jn)}var O=k-C;if(ii(O)>h){var E=k,S=a,T=l;k=C+h*(s&&k>C?1:-1),p=Ci(a=_+n*Zn.cos(k),l=w+i*Zn.sin(k),n,i,o,0,s,S,T,[k,E,_,w])}O=k-C;var R=Zn.cos(C),M=Zn.sin(C),A=Zn.cos(k),P=Zn.sin(k),D=Zn.tan(O/4),$=4/3*n*D,I=4/3*i*D,B=[e,t],j=[e+$*M,t-I*R],L=[a+$*P,l-I*A],N=[a,l];if(j[0]=2*B[0]-j[0],j[1]=2*B[1]-j[1],c)return[j,L,N].concat(p);for(var q=[],V=0,F=(p=[j,L,N].concat(p).join().split(",")).length;V<F;V++)q[V]=V%2?f(p[V-1],p[V],d).y:f(p[V],p[V+1],d).x;return q}function ki(e){if(function(e){return si(e)&&si(e[0])}(e)||(e=li(e)),function(e){for(var t=0,n=e.length;t<n;t++){var i=e[t][0];if("M"!==i&&"C"!==i)return!1}return!0}(e))return e;for(var t=function(e){for(var t=new Array(e.length),n=0,i=e.length;n<i;n++)for(var o=e[n],r=t[n]=new Array(o.length),s=0,a=o.length;s<a;s++)r[s]=o[s];return t.toString=ui,t}(function(e){if(function(e){for(var t=0,n=e.length;t<n;t++){var i=e[t][0];if("string"==typeof i&&i!==i.toUpperCase())return!1}return!0}(e))return e;var t,n=new Array(e.length),i=0,o=0,r=0,s=0,a=0;"M"==e[0][0]&&(r=i=+e[0][1],s=o=+e[0][2],a++,n[0]=["M",i,o]);for(var l,c,u=a,h=e.length;u<h;u++){if(t=(c=e[u])[0],n[u]=l=new Array(c.length),t!=t.toUpperCase())switch(l[0]=t.toUpperCase(),l[0]){case"A":l[1]=c[1],l[2]=c[2],l[3]=c[3],l[4]=c[4],l[5]=c[5],l[6]=+c[6]+i,l[7]=+c[7]+o;break;case"V":l[1]=+c[1]+o;break;case"H":l[1]=+c[1]+i;break;case"M":r=+c[1]+i,s=+c[2]+o;default:for(var d=1,p=c.length;d<p;d++)l[d]=+c[d]+(d%2?i:o)}else for(var f=0,g=c.length;f<g;f++)l[f]=c[f];switch(t=t.toUpperCase(),l[0]){case"Z":i=+r,o=+s;break;case"H":i=l[1];break;case"V":o=l[1];break;case"M":r=l[l.length-2],s=l[l.length-1];default:i=l[l.length-2],o=l[l.length-1]}}return n.toString=ui,n}(e)),n={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},i=function(e,t,n){var i,o;if(!e)return["C",t.x,t.y,t.x,t.y,t.x,t.y];switch(!(e[0]in{T:1,Q:1})&&(t.qx=t.qy=null),e[0]){case"M":t.X=e[1],t.Y=e[2];break;case"A":e=["C",...Ci(t.x,t.y,...e.slice(1))];break;case"S":"C"==n||"S"==n?(i=2*t.x-t.bx,o=2*t.y-t.by):(i=t.x,o=t.y),e=["C",i,o,...e.slice(1)];break;case"T":"Q"==n||"T"==n?(t.qx=2*t.x-t.qx,t.qy=2*t.y-t.qy):(t.qx=t.x,t.qy=t.y),e=["C",...wi(t.x,t.y,t.qx,t.qy,e[1],e[2])];break;case"Q":t.qx=e[1],t.qy=e[2],e=["C",...wi(t.x,t.y,e[1],e[2],e[3],e[4])];break;case"L":e=["C",..._i(t.x,t.y,e[1],e[2])];break;case"H":e=["C",..._i(t.x,t.y,e[1],t.y)];break;case"V":e=["C",..._i(t.x,t.y,t.x,e[1])];break;case"Z":e=["C",..._i(t.x,t.y,t.X,t.Y)]}return e},o=function(e,n){if(e[n].length>7){e[n].shift();for(var i=e[n];i.length;)r[n]="A",e.splice(n++,0,["C",...i.splice(0,6)]);e.splice(n,1),c=t.length}},r=[],s="",a="",l=0,c=t.length;l<c;l++){t[l]&&(s=t[l][0]),"C"!=s&&(r[l]=s,l&&(a=r[l-1])),t[l]=i(t[l],n,a),"A"!=r[l]&&"C"==s&&(r[l]="C"),o(t,l);var u=t[l],h=u.length;n.x=u[h-2],n.y=u[h-1],n.bx=Gn(u[h-4])||n.x,n.by=Gn(u[h-3])||n.y}return t}function Oi(e){return s(e)&&u(e,"waypoints")}function Ei(e){return s(e)&&u(e,"labelTarget")}function Si(e){return{x:Math.round(e.x),y:Math.round(e.y)}}function Ti(e){return{top:e.y,right:e.x+(e.width||0),bottom:e.y+(e.height||0),left:e.x}}function Ri(e){return{x:e.left,y:e.top,width:e.right-e.left,height:e.bottom-e.top}}function Mi(e){for(var t=e.waypoints,n=t.reduce(function(e,n,i){var o=t[i-1];if(o){var r=e[e.length-1],s=r&&r.endLength||0,a=function(e,t){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))}(o,n);e.push({start:o,end:n,startLength:s,endLength:s+a,length:a})}return e},[]),i=n.reduce(function(e,t){return e+t.length},0),o=i/2,r=0,s=n[r];s.endLength<o;)s=n[++r];var a=(o-s.startLength)/s.length;return{x:s.start.x+(s.end.x-s.start.x)*a,y:s.start.y+(s.end.y-s.start.y)*a}}function Ai(e){return Oi(e)?Mi(e):Si({x:(t=e).x+(t.width||0)/2,y:t.y+(t.height||0)/2});var t}function Pi(e,t,n){s(n=n||0)||(n={x:n,y:n});var i=Ti(e),o=Ti(t),r=i.bottom+n.y<=o.top,a=i.left-n.x>=o.right,l=i.top-n.y>=o.bottom,c=r?"top":l?"bottom":null,u=i.right+n.x<=o.left?"left":a?"right":null;return u&&c?c+"-"+u:u||c||"intersect"}function Di(e,t,n){var i=function(e,t){return xi(e,t)}(e,t);return 1===i.length||2===i.length&&Qn(i[0],i[1])<1?Si(i[0]):i.length>1?(i=w(i,function(e){var t=Math.floor(100*e.t2)||1;return t=((t=100-t)<10?"0":"")+t,e.segment2+"#"+t}),Si(i[n?0:i.length-1])):null}function $i(e,t){return Math.round(e*t)/t}function Ii(e){return a(e)?e+"px":e}function Bi(e,t,n){const i=cn("g");tn(i).add(t);const o=void 0!==n?n:e.childNodes.length-1;return e.insertBefore(i,e.childNodes[o]||null),i}const ji={shape:["x","y","width","height"],connection:["waypoints"]};function Li(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||{})}function Ni(e,t){const n="matrix("+t.a+","+t.b+","+t.c+","+t.d+","+t.e+","+t.f+")";e.setAttribute("transform",n)}Li.$inject=["config.canvas","eventBus","graphicsFactory","elementRegistry"],Li.prototype._init=function(e){const t=this._eventBus,n=this._container=function(e){const t=(e=M({},{width:"100%",height:"100%"},e)).container||document.body,n=document.createElement("div");return n.setAttribute("class","djs-container djs-parent"),et(n,{position:"relative",overflow:"hidden",width:Ii(e.width),height:Ii(e.height)}),t.appendChild(n),n}(e),i=this._svg=cn("svg");Jt(i,{width:"100%",height:"100%"}),tt(i,"tabindex",0),e.autoFocus&&t.on("element.hover",()=>{this.restoreFocus()}),t.on("element.mousedown",500,e=>{this.focus()}),i.addEventListener("focusin",()=>{this._setFocused(!0)}),i.addEventListener("focusout",()=>{this._setFocused(!1)}),Yt(n,i);const o=this._viewport=Bi(i,"viewport");e.deferUpdate&&(this._viewboxChanged=T(R(this._viewboxChanged,this),300)),t.on("diagram.init",()=>{t.fire("canvas.init",{svg:i,viewport:o})}),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)},Li.prototype._destroy=function(){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},Li.prototype._setFocused=function(e){e!=this._focused&&(this._focused=e,this._eventBus.fire("canvas.focus.changed",{focused:e}))},Li.prototype._clear=function(){this._elementRegistry.getAll().forEach(e=>{const t=jn(e);"root"===t?this.removeRootElement(e):this._removeElement(e,t)}),this._planes=[],this._rootElement=null,delete this._cachedViewbox},Li.prototype.focus=function(){this._svg.focus({preventScroll:!0}),this._setFocused(!0)},Li.prototype.restoreFocus=function(){document.activeElement===document.body&&this.focus()},Li.prototype.isFocused=function(){return this._focused},Li.prototype.getDefaultLayer=function(){return this.getLayer("base",0)},Li.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)),void 0!==t&&n.index!==t)throw new Error("layer <"+e+"> already created at index <"+t+">");return n.group},Li.prototype._getChildIndex=function(e){return f(this._layers,function(t,n){return n.visible&&e>=n.index&&t++,t},0)},Li.prototype._createLayer=function(e,t){void 0===t&&(t=1);const n=this._getChildIndex(t);return{group:Bi(this._viewport,"layer-"+e,n),index:t,visible:!0}},Li.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,o=t.index;if(t.visible)return i;const r=this._getChildIndex(o);return n.insertBefore(i,n.childNodes[r]||null),t.visible=!0,i},Li.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?(bn(n),t.visible=!1,n):n},Li.prototype._removeLayer=function(e){const t=this._layers[e];t&&(delete this._layers[e],bn(t.group))},Li.prototype.getActiveLayer=function(){const e=this._findPlaneForRoot(this.getRootElement());return e?e.layer:null},Li.prototype.findRoot=function(e){if("string"==typeof e&&(e=this._elementRegistry.get(e)),!e)return;const t=this._findPlaneForRoot(function(e){for(;e.parent;)e=e.parent;return e}(e))||{};return t.rootElement},Li.prototype.getRootElements=function(){return this._planes.map(function(e){return e.rootElement})},Li.prototype._findPlaneForRoot=function(e){return h(this._planes,function(t){return t.rootElement===e})},Li.prototype.getContainer=function(){return this._container},Li.prototype._updateMarker=function(e,t,n){let i;e.id||(e=this._elementRegistry.get(e)),e.markers=e.markers||new Set,i=this._elementRegistry._elements[e.id],i&&(p([i.gfx,i.secondaryGfx],function(i){i&&(n?(e.markers.add(t),tn(i).add(t)):(e.markers.delete(t),tn(i).remove(t)))}),this._eventBus.fire("element.marker.update",{element:e,gfx:i.gfx,marker:t,add:!!n}))},Li.prototype.addMarker=function(e,t){this._updateMarker(e,t,!0)},Li.prototype.removeMarker=function(e,t){this._updateMarker(e,t,!1)},Li.prototype.hasMarker=function(e,t){return e.id||(e=this._elementRegistry.get(e)),!!e.markers&&e.markers.has(t)},Li.prototype.toggleMarker=function(e,t){this.hasMarker(e,t)?this.removeMarker(e,t):this.addMarker(e,t)},Li.prototype.getRootElement=function(){const e=this._rootElement;return e||this._planes.length?e:this.setRootElement(this.addRootElement(null))},Li.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,0);return this.hideLayer(n),this._addRoot(e,i),this._planes.push({rootElement:e,layer:i}),e},Li.prototype.removeRootElement=function(e){"string"==typeof e&&(e=this._elementRegistry.get(e));if(this._findPlaneForRoot(e))return this._removeRoot(e),this._removeLayer(e.layer),this._planes=this._planes.filter(function(t){return t.rootElement!==e}),this._rootElement===e&&(this._rootElement=null),e},Li.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},Li.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)},Li.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})},Li.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})},Li.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=ji[e],i=g(n,function(e){return void 0!==t[e]});if(!i)throw new Error("must supply { "+n.join(", ")+" } with "+e)},Li.prototype._setParent=function(e,t,n){zn(t.children,e,n),e.parent=t},Li.prototype._addElement=function(e,t,n,i){n=n||this.getRootElement();const o=this._eventBus,r=this._graphicsFactory;this._ensureValid(e,t),o.fire(e+".add",{element:t,parent:n}),this._setParent(t,n,i);const s=r.create(e,t,i);return this._elementRegistry.add(t,s),r.update(e,t,s),o.fire(e+".added",{element:t,gfx:s}),t},Li.prototype.addShape=function(e,t,n){return this._addElement("shape",e,t,n)},Li.prototype.addConnection=function(e,t,n){return this._addElement("connection",e,t,n)},Li.prototype._removeElement=function(e,t){const n=this._elementRegistry,i=this._graphicsFactory,o=this._eventBus;if(e=n.get(e.id||e))return o.fire(t+".remove",{element:e}),i.remove(e),Fn(e.parent&&e.parent.children,e),e.parent=null,o.fire(t+".removed",{element:e}),n.remove(e),e},Li.prototype.removeShape=function(e){return this._removeElement(e,"shape")},Li.prototype.removeConnection=function(e){return this._removeElement(e,"connection")},Li.prototype.getGraphics=function(e,t){return this._elementRegistry.getGraphics(e,t)},Li.prototype._changeViewbox=function(e){this._eventBus.fire("canvas.viewbox.changing"),e.apply(this),this._cachedViewbox=null,this._viewboxChanged()},Li.prototype._viewboxChanged=function(){this._eventBus.fire("canvas.viewbox.changed",{viewbox:this.viewbox()})},Li.prototype.viewbox=function(e){if(void 0===e&&this._cachedViewbox)return structuredClone(this._cachedViewbox);const t=this._viewport,n=this.getSize();let i,o,r,s,a,l,c;return e?(this._changeViewbox(function(){a=Math.min(n.width/e.width,n.height/e.height);const i=this._svg.createSVGMatrix().scale(a).translate(-e.x,-e.y);wn(t,i)}),e):(r=this._rootElement?this.getActiveLayer():null,i=r&&r.getBBox()||{},s=wn(t),o=s?s.matrix:function(e,t,n,i,o,r){var s=hn().createSVGMatrix();switch(arguments.length){case 0:return s;case 1:return dn(s,e);case 6:return dn(s,{a:e,b:t,c:n,d:i,e:o,f:r})}}(),a=$i(o.a,1e3),l=$i(-o.e||0,1e3),c=$i(-o.f||0,1e3),e=this._cachedViewbox={x:l?l/a:0,y:c?c/a:0,width:n.width/a,height:n.height/a,scale:a,inner:{width:i.width||0,height:i.height||0,x:i.x||0,y:i.y||0},outer:n})},Li.prototype.scroll=function(e){const t=this._viewport;let n=t.getCTM();return e&&this._changeViewbox(function(){e=M({dx:0,dy:0},e||{}),n=this._svg.createSVGMatrix().translate(e.dx,e.dy).multiply(n),Ni(t,n)}),{x:n.e,y:n.f}},Li.prototype.scrollToElement=function(e,t){let n=100;"string"==typeof e&&(e=this._elementRegistry.get(e));const i=this.findRoot(e);if(i!==this.getRootElement()&&this.setRootElement(i),i===e)return;t||(t={}),"number"==typeof t&&(n=t),t={top:t.top||n,right:t.right||n,bottom:t.bottom||n,left:t.left||n};const o=Bn(e),r=Ti(o),s=this.viewbox(),a=this.zoom();let l,c;s.y+=t.top/a,s.x+=t.left/a,s.width-=(t.right+t.left)/a,s.height-=(t.bottom+t.top)/a;const u=Ti(s);if(o.width<s.width&&o.height<s.height){const e=Math.max(0,r.right-u.right),t=Math.min(0,r.left-u.left),n=Math.max(0,r.bottom-u.bottom),i=Math.min(0,r.top-u.top);l=e||t,c=n||i}else l=o.x-s.x,c=o.y-s.y;this.scroll({dx:-l*a,dy:-c*a})},Li.prototype.zoom=function(e,t){if(!e)return this.viewbox(e).scale;if("fit-viewport"===e)return this._fitViewport(t);let n,i;return this._changeViewbox(function(){"object"!=typeof t&&(n=this.viewbox().outer,t={x:n.width/2,y:n.height/2}),i=this._setZoom(e,t)}),$i(i.a,1e3)},Li.prototype._fitViewport=function(e){const t=this.viewbox(),n=t.outer,i=t.inner;let o,r;return i.x>=0&&i.y>=0&&i.x+i.width<=n.width&&i.y+i.height<=n.height&&!e?r={x:0,y:0,width:Math.max(i.width+i.x,n.width),height:Math.max(i.height+i.y,n.height)}:(o=Math.min(1,n.width/i.width,n.height/i.height),r={x:i.x+(e?i.width/2-n.width/o/2:0),y:i.y+(e?i.height/2-n.height/o/2:0),width:n.width/o,height:n.height/o}),this.viewbox(r),this.viewbox(!1).scale},Li.prototype._setZoom=function(e,t){const n=this._svg,i=this._viewport,o=n.createSVGMatrix(),r=n.createSVGPoint();let s,a,l,c,u;l=i.getCTM();const h=l.a;return t?(s=M(r,t),a=s.matrixTransform(l.inverse()),c=o.translate(a.x,a.y).scale(1/h*e).translate(-a.x,-a.y),u=l.multiply(c)):u=o.scale(e),Ni(this._viewport,u),u},Li.prototype.getSize=function(){return{width:this._container.clientWidth,height:this._container.clientHeight}},Li.prototype.getAbsoluteBBox=function(e){const t=this.viewbox();let n;if(e.waypoints){n=this.getGraphics(e).getBBox()}else n=e;return{x:n.x*t.scale-t.x*t.scale,y:n.y*t.scale-t.y*t.scale,width:n.width*t.scale,height:n.height*t.scale}},Li.prototype.resized=function(){delete this._cachedViewbox,this._eventBus.fire("canvas.resized")};var qi="data-element-id";function Vi(e){this._elements={},this._eventBus=e}function Fi(e,t,n){var i=function(e,t,n,i){var o=n.inverse;return Object.defineProperty(e,"remove",{value:function(e){var n=this.indexOf(e);return-1!==n&&(this.splice(n,1),t.unset(e,o,i)),e}}),Object.defineProperty(e,"contains",{value:function(e){return-1!==this.indexOf(e)}}),Object.defineProperty(e,"add",{value:function(e,n){var r=this.indexOf(e);if(void 0===n){if(-1!==r)return;n=this.length}-1!==r&&this.splice(r,1),this.splice(n,0,e),-1===r&&t.set(e,o,i)}}),Object.defineProperty(e,"__refs_collection",{value:!0}),e}(n[t.name]||[],e,t,n);Object.defineProperty(n,t.name,{enumerable:t.enumerable,value:i}),i.length&&i.forEach(function(i){e.set(i,t.inverse,n)})}function zi(e,t){if(!(this instanceof zi))return new zi(e,t);e.inverse=t,t.inverse=e,this.props={},this.props[e.name]=e,this.props[t.name]=t}Vi.$inject=["eventBus"],Vi.prototype.add=function(e,t,n){var i=e.id;this._validateId(i),Jt(t,qi,i),n&&Jt(n,qi,i),this._elements[i]={element:e,gfx:t,secondaryGfx:n}},Vi.prototype.remove=function(e){var t=this._elements,n=e.id||e,i=n&&t[n];i&&(Jt(i.gfx,qi,""),i.secondaryGfx&&Jt(i.secondaryGfx,qi,""),delete t[n])},Vi.prototype.updateId=function(e,t){this._validateId(t),"string"==typeof e&&(e=this.get(e)),this._eventBus.fire("element.updateId",{element:e,newId:t});var n=this.getGraphics(e),i=this.getGraphics(e,!0);this.remove(e),e.id=t,this.add(e,n,i)},Vi.prototype.updateGraphics=function(e,t,n){var i=e.id||e,o=this._elements[i];return n?o.secondaryGfx=t:o.gfx=t,t&&Jt(t,qi,i),t},Vi.prototype.get=function(e){var t;t="string"==typeof e?e:e&&Jt(e,qi);var n=this._elements[t];return n&&n.element},Vi.prototype.filter=function(e){var t=[];return this.forEach(function(n,i){e(n,i)&&t.push(n)}),t},Vi.prototype.find=function(e){for(var t=this._elements,n=Object.keys(t),i=0;i<n.length;i++){var o=t[n[i]],r=o.element;if(e(r,o.gfx))return r}},Vi.prototype.getAll=function(){return this.filter(function(e){return e})},Vi.prototype.forEach=function(e){var t=this._elements;Object.keys(t).forEach(function(n){var i=t[n],o=i.element,r=i.gfx;return e(o,r)})},Vi.prototype.getGraphics=function(e,t){var n=e.id||e,i=this._elements[n];return i&&(t?i.secondaryGfx:i.gfx)},Vi.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")},zi.prototype.bind=function(e,t){if("string"==typeof t){if(!this.props[t])throw new Error("no property <"+t+"> in ref");t=this.props[t]}t.collection?Fi(this,t,e):function(e,t,n){var i=t.inverse,o=n[t.name];Object.defineProperty(n,t.name,{configurable:t.configurable,enumerable:t.enumerable,get:function(){return o},set:function(t){if(t!==o){var r=o;o=null,r&&e.unset(r,i,n),o=t,e.set(o,i,n)}}})}(this,t,e)},zi.prototype.ensureRefsCollection=function(e,t){var n=e[t.name];return function(e){return!0===e.__refs_collection}(n)||Fi(this,t,e),n},zi.prototype.ensureBound=function(e,t){(function(e,t){return Object.prototype.hasOwnProperty.call(e,t.name||t)})(e,t)||this.bind(e,t)},zi.prototype.unset=function(e,t,n){e&&(this.ensureBound(e,t),t.collection?this.ensureRefsCollection(e,t).remove(n):e[t.name]=void 0)},zi.prototype.set=function(e,t,n){e&&(this.ensureBound(e,t),t.collection?this.ensureRefsCollection(e,t).add(n):e[t.name]=n)};var Wi=new zi({name:"children",enumerable:!0,collection:!0},{name:"parent"}),Qi=new zi({name:"labels",enumerable:!0,collection:!0},{name:"labelTarget"}),Hi=new zi({name:"attachers",collection:!0},{name:"host"}),Ui=new zi({name:"outgoing",collection:!0},{name:"source"}),Xi=new zi({name:"incoming",collection:!0},{name:"target"});function Ki(){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)}}),Wi.bind(this,"parent"),Qi.bind(this,"labels"),Ui.bind(this,"outgoing"),Xi.bind(this,"incoming")}function Yi(){Ki.call(this),Wi.bind(this,"children"),Hi.bind(this,"host"),Hi.bind(this,"attachers")}function Gi(){Ki.call(this),Wi.bind(this,"children")}function Zi(){Yi.call(this),Qi.bind(this,"labelTarget")}function Ji(){Ki.call(this),Ui.bind(this,"source"),Xi.bind(this,"target")}Lt(Yi,Ki),Lt(Gi,Yi),Lt(Zi,Yi),Lt(Ji,Ki);var eo={connection:Ji,shape:Yi,label:Zi,root:Gi};function to(){this._uid=12}function no(e){return e.childNodes[0]}function io(e,t,n){var i=pn();i.setTranslate(t,n),wn(e,i)}function oo(e,t){this._eventBus=e,this._elementRegistry=t}function ro(e,t,n){var i=n||t.firstChild;e!==i&&t.insertBefore(e,i)}to.prototype.createRoot=function(e){return this.create("root",e)},to.prototype.createLabel=function(e){return this.create("label",e)},to.prototype.createShape=function(e){return this.create("shape",e)},to.prototype.createConnection=function(e){return this.create("connection",e)},to.prototype.create=function(e,t){return(t=M({},t||{})).id||(t.id=e+"_"+this._uid++),function(e,t){var n=eo[e];if(!n)throw new Error("unknown type: <"+e+">");return M(new n,t)}(e,t)},oo.$inject=["eventBus","elementRegistry"],oo.prototype._getChildrenContainer=function(e){var t,n=this._elementRegistry.getGraphics(e);return e.parent?(t=function(e){return e.parentNode.childNodes[1]}(n),t||(tn(t=cn("g")).add("djs-children"),Yt(n.parentNode,t))):t=n,t},oo.prototype._clear=function(e){var t=no(e);return rt(t),t},oo.prototype._createContainer=function(e,t,n,i){var o=cn("g");tn(o).add("djs-group"),void 0!==n?ro(o,t,t.childNodes[n]):Yt(t,o);var r=cn("g");tn(r).add("djs-element"),tn(r).add("djs-"+e),i&&tn(r).add("djs-frame"),Yt(o,r);var s=cn("g");return tn(s).add("djs-visual"),Yt(r,s),r},oo.prototype.create=function(e,t,n){var i=this._getChildrenContainer(t.parent);return this._createContainer(e,i,n,Ln(t))},oo.prototype.updateContainments=function(e){var t,n=this,i=this._elementRegistry;t=f(e,function(e,t){return t.parent&&(e[t.parent.id]=t.parent),e},{}),p(t,function(e){var t=e.children;if(t){var o=n._getChildrenContainer(e);p(t.slice().reverse(),function(e){ro(i.getGraphics(e).parentNode,o)})}})},oo.prototype.drawShape=function(e,t,n={}){return this._eventBus.fire("render.shape",{gfx:e,element:t,attrs:n})},oo.prototype.getShapePath=function(e){return this._eventBus.fire("render.getShapePath",e)},oo.prototype.drawConnection=function(e,t,n={}){return this._eventBus.fire("render.connection",{gfx:e,element:t,attrs:n})},oo.prototype.getConnectionPath=function(e){return this._eventBus.fire("render.getConnectionPath",e)},oo.prototype.update=function(e,t,n){if(t.parent){var i=this._clear(n);if("shape"===e)this.drawShape(i,t),io(n,t.x,t.y);else{if("connection"!==e)throw new Error("unknown type: "+e);this.drawConnection(i,t)}t.hidden?Jt(n,"display","none"):Jt(n,"display","block")}},oo.prototype.remove=function(e){bn(this._elementRegistry.getGraphics(e).parentNode)};var so={__depends__:[Vn],__init__:["canvas"],canvas:["type",Li],elementRegistry:["type",Vi],elementFactory:["type",to],eventBus:["type",I],graphicsFactory:["type",oo]};function ao(e){return function(e){var t=new Ut(e);return t.init(),t}([{config:["value",e=e||{}]},so].concat(e.modules||[]))}function lo(e,t){this._injector=t||ao(e),this.get("eventBus").fire("diagram.init")}lo.prototype.get=function(e,t){return this._injector.get(e,t)},lo.prototype.invoke=function(e,t,n){return this._injector.invoke(e,t,n)},lo.prototype.destroy=function(){this.get("eventBus").fire("diagram.destroy")},lo.prototype.clear=function(){this.get("eventBus").fire("diagram.clear")};var co=new zi({name:"dmnElementRef",enumerable:!0},{name:"di",configurable:!0});function uo(e,t){var n=[];function i(t){try{var n=t.di&&function(t){if(t.gfx)throw new Error("already rendered "+t.id);return e.element(t)}(t);return n}catch(e){s(e.message,{element:t,error:e})}}function o(e){var t,n;(n=(t=e).dmnElementRef)?n.di?s("multiple DI elements defined for element",{element:n}):(co.bind(n,"di"),n.di=t):s("no DMN element referenced in element",{element:t})}function r(e){n.push(e)}function s(t,n){e.error(t,n)}return{handleDefinitions:function(t,s){var a=t.dmnDI;if(!a)throw new Error("no dmndi:DMNDI");var l,c=a.diagrams||[];if(s&&-1===c.indexOf(s))throw new Error("diagram not part of dmndi:DMNDI");if(!s&&c&&c.length&&(s=c[0]),!s)throw new Error("no diagram to display");t.di=s,function(e){p(e.diagramElements,o)}(s),l=t,e.root(l),p(t.get("drgElement"),function(e){i(e),function(e){p(["informationRequirement","knowledgeRequirement","authorityRequirement"],function(t){p(e[t],function(e){r(function(){i(e)})})})}(e)}),function(e){p(e,function(e){At(e,"dmn:Association")?function(e){r(function(){i(e)})}(e):i(e)})}(t.get("artifact")),p(n,function(e){e()})}}}var ho="$NO_OP",po=!("undefined"==typeof window||!window.document),fo=Array.isArray;function go(e){var t=typeof e;return"string"===t||"number"===t}function mo(e){return wo(e)||_o(e)}function vo(e){return _o(e)||!1===e||function(e){return!0===e}(e)||wo(e)}function yo(e){return"function"==typeof e}function xo(e){return"string"==typeof e}function bo(e){return"number"==typeof e}function _o(e){return null===e}function wo(e){return void 0===e}function Co(e){throw e||(e="a runtime error occured! Use Inferno in development environment to find the error."),new Error("Inferno Error: "+e)}function ko(e){console.error(e)}function Oo(e,t){var n={};if(e)for(var i in e)n[i]=e[i];if(t)for(var o in t)n[o]=t[o];return n}function Eo(e){var t;if(fo(e))t="Array("+(e.length>3?e.slice(0,3).toString()+",...":e.toString())+")";else if(go(e))t="Text("+e+")";else if(vo(e))t="InvalidVNode("+e+")";else{var n=e.flags;if(481&n)t="<"+e.type+(e.className?' class="'+e.className+'"':"")+">";else if(16&n)t="Text("+e.children+")";else if(1024&n)t="Portal*";else{var i=e.type;t="<"+(i.name||i.displayName||i.constructor.name||(i.toString().match(/^function\s*([^\s(]+)/)||[])[1])+" />"}}return">> "+t+"\n"}function So(e,t){for(var n={},i=0,o=e.length;i<o;i++){var r=e[i];if(fo(r))return"Encountered ARRAY in mount, array must be flattened, or normalize used. Location: \n"+Eo(r);if(vo(r)){if(t)return"Encountered invalid node when preparing to keyed algorithm. Location: \n"+Eo(r);if(0!==Object.keys(n).length)return"Encountered invalid node with mixed keys. Location: \n"+Eo(r)}else{"object"==typeof r&&(r.isValidated=!0);var s=r.key;if(!mo(s)&&!go(s))return"Encountered child vNode where key property is not string or number. Location: \n"+Eo(r);var a=r.children,l=r.childFlags;if(!vo(a)){var c=void 0;if(12&l?c=So(a,8&r.childFlags):2===l&&(c=So([a],8&r.childFlags)),c)return c+=Eo(r)}if(t&&mo(s))return"Encountered child without key during keyed algorithm. If this error points to Array make sure children is flat list. Location: \n"+Eo(r);if(t||!mo(s)){if(n[s])return"Encountered two children with same key: {"+s+"}. Location: \n"+Eo(r);n[s]=!0}else if(0!==Object.keys(n).length)return"Encountered children with key missing. Location: \n"+Eo(r)}}}function To(e){if(!(1&e.childFlags)&&(64&e.flags&&Co("input elements can't have children."),128&e.flags&&Co("textarea elements can't have children."),481&e.flags)){var t=["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"],n=e.type.toLowerCase();"media"===n&&Co("media elements can't have children.");var i=t.indexOf(n);-1!==i&&Co(t[i]+" elements can't have children.")}}function Ro(e){if(!1===e.isValidated&&e.children&&481&e.flags){var t=So(Array.isArray(e.children)?e.children:[e.children],(8&e.childFlags)>0);t&&Co(t+Eo(e))}e.isValidated=!0}var Mo="$";function Ao(e,t,n,i,o,r,s,a){return{childFlags:e,children:t,className:n,dom:null,flags:i,isValidated:!1,key:void 0===o?null:o,parentVNode:null,props:void 0===r?null:r,ref:void 0===s?null:s,type:a}}function Po(e,t,n,i,o,r,s,a){14&e&&Co("Creating Component vNodes using createVNode is not allowed. Use Inferno.createComponentVNode method.");var l=void 0===o?1:o,c=Ao(l,i,n,e,s,r,a,t);return 0===l&&No(c,c.children),To(c),c}function Do(e,t,n,i,o){1&e&&Co("Creating element vNodes using createComponentVNode is not allowed. Use Inferno.createVNode method."),(2&e)>0&&(e=t.prototype&&yo(t.prototype.render)?4:8);var r=t.defaultProps;if(!mo(r))for(var s in n||(n={}),r)wo(n[s])&&(n[s]=r[s]);if((8&e)>0){var a=t.defaultHooks;if(!mo(a))if(o)for(var l in a)wo(o[l])&&(o[l]=a[l]);else o=a}var c=Ao(1,null,null,e,i,n,o,t),u=qo.createVNode;return yo(u)&&u(c),c}function $o(e,t){return Ao(1,mo(e)?"":e,null,16,t,null,null,null)}function Io(e){var t=e.props;if(t){var n=e.flags;481&n&&(void 0!==t.children&&mo(e.children)&&No(e,t.children),void 0!==t.className&&(e.className=t.className||null,t.className=void 0)),void 0!==t.key&&(e.key=t.key,t.key=void 0),void 0!==t.ref&&(e.ref=8&n?Oo(e.ref,t.ref):t.ref,t.ref=void 0)}return e}function Bo(e){var t,n=e.flags;if(14&n){var i,o=e.props;if(!_o(o))for(var r in i={},o)i[r]=o[r];t=Do(n,e.type,i,e.key,e.ref)}else 481&n?t=Po(n,e.type,e.className,e.children,e.childFlags,e.props,e.key,e.ref):16&n?t=$o(e.children,e.key):1024&n&&(t=e);return t}function jo(){return $o("",null)}function Lo(e,t,n,i){for(var o=e.length;n<o;n++){var r=e[n];if(!vo(r)){var s=i+Mo+n;if(fo(r))Lo(r,t,0,s);else{if(go(r))r=$o(r,s);else{var a=r.key,l=xo(a)&&a[0]===Mo;_o(r.dom)&&!l||(r=Bo(r)),_o(a)||l?r.key=s:r.key=i+a}t.push(r)}}}}function No(e,t){var n,i=1;if(vo(t))n=t;else if(xo(t))i=2,n=$o(t);else if(bo(t))i=2,n=$o(t+"");else if(fo(t)){var o=t.length;if(0===o)n=null,i=1;else{(Object.isFrozen(t)||!0===t.$)&&(t=t.slice()),i=8;for(var r=0;r<o;r++){var s=t[r];if(vo(s)||fo(s)){n=n||t.slice(0,r),Lo(t,n,r,"");break}if(go(s))(n=n||t.slice(0,r)).push($o(s,Mo+r));else{var a=s.key,l=_o(s.dom),c=_o(a),u=!c&&xo(a)&&a[0]===Mo;!l||c||u?(n=n||t.slice(0,r),l&&!u||(s=Bo(s)),(c||u)&&(s.key=Mo+r),n.push(s)):n&&n.push(s)}}(n=n||t).$=!0}}else n=t,_o(t.dom)||(n=Bo(t)),i=2;return e.children=n,e.childFlags=i,To(e),e}var qo={afterRender:null,beforeRender:null,createVNode:null,renderComplete:null},Vo="http://www.w3.org/1999/xlink",Fo="http://www.w3.org/XML/1998/namespace",zo={"xlink:actuate":Vo,"xlink:arcrole":Vo,"xlink:href":Vo,"xlink:role":Vo,"xlink:show":Vo,"xlink:title":Vo,"xlink:type":Vo,"xml:base":Fo,"xml:lang":Fo,"xml:space":Fo},Wo={},Qo=[];function Ho(e,t){e.appendChild(t)}function Uo(e,t,n){mo(n)?Ho(e,t):e.insertBefore(t,n)}function Xo(e,t,n){e.replaceChild(t,n)}function Ko(e){for(var t;void 0!==(t=e.shift());)t()}Object.freeze(Wo);var Yo={},Go={};function Zo(e,t,n){var i=Yo[e],o=n.$EV;t?(i||(Go[e]=function(e){var t=function(t){var n=t.type,i="click"===n||"dblclick"===n;if(i&&0!==t.button)return t.stopPropagation(),!1;t.stopPropagation=er;var o={dom:document};Object.defineProperty(t,"currentTarget",{configurable:!0,get:function(){return o.dom}}),function(e,t,n,i){var o=function(e){return yo(e.composedPath)?e.composedPath()[0]:e.target}(e);for(;!_o(o);){if(t&&o.disabled)return;var r=o.$EV;if(r){var s=r[n];if(s&&(i.dom=o,s.event?s.event(s.data,e):s(e),e.cancelBubble))return}o=o.parentNode}}(t,i,e,o)};return document.addEventListener(Jo(e),t),t}(e),Yo[e]=0),o||(o=n.$EV={}),o[e]||Yo[e]++,o[e]=t):o&&o[e]&&(Yo[e]--,1===i&&(document.removeEventListener(Jo(e),Go[e]),Go[e]=null),o[e]=t)}function Jo(e){return e.substr(2).toLowerCase()}function er(){this.cancelBubble=!0,this.immediatePropagationStopped||this.stopImmediatePropagation()}function tr(e,t){var n=document.createElement("i");return n.innerHTML=t,n.innerHTML===e.innerHTML}function nr(e,t,n){if(e[t]){var i=e[t];i.event?i.event(i.data,n):i(n)}else{var o=t.toLowerCase();e[o]&&e[o](n)}}function ir(e,t){var n=function(n){n.stopPropagation();var i=this.$V;if(i){var o=i.props||Wo,r=i.dom;if(xo(e))nr(o,e,n);else for(var s=0;s<e.length;s++)nr(o,e[s],n);if(yo(t)){var a=this.$V,l=a.props||Wo;t(l,r,!1,a)}}};return Object.defineProperty(n,"wrapped",{configurable:!1,enumerable:!1,value:!0,writable:!1}),n}function or(e){return"checkbox"===e||"radio"===e}var rr=ir("onInput",lr),sr=ir(["onClick","onChange"],lr);function ar(e){e.stopPropagation()}function lr(e,t){var n=e.type,i=e.value,o=e.checked,r=e.multiple,s=e.defaultValue,a=!mo(i);n&&n!==t.type&&t.setAttribute("type",n),mo(r)||r===t.multiple||(t.multiple=r),mo(s)||a||(t.defaultValue=s+""),or(n)?(a&&(t.value=i),mo(o)||(t.checked=o)):a&&t.value!==i?(t.defaultValue=i,t.value=i):mo(o)||(t.checked=o)}function cr(e,t){if("optgroup"===e.type){var n=e.children,i=e.childFlags;if(12&i)for(var o=0,r=n.length;o<r;o++)ur(n[o],t);else 2===i&&ur(n,t)}else ur(e,t)}function ur(e,t){var n=e.props||Wo,i=e.dom;i.value=n.value,fo(t)&&-1!==t.indexOf(n.value)||n.value===t?i.selected=!0:mo(t)&&mo(n.selected)||(i.selected=n.selected||!1)}ar.wrapped=!0;var hr=ir("onChange",dr);function dr(e,t,n,i){var o=Boolean(e.multiple);mo(e.multiple)||o===t.multiple||(t.multiple=o);var r=i.childFlags;if(!(1&r)){var s=i.children,a=e.value;if(n&&mo(a)&&(a=e.defaultValue),12&r)for(var l=0,c=s.length;l<c;l++)cr(s[l],a);else 2===r&&cr(s,a)}}var pr=ir("onInput",gr),fr=ir("onChange");function gr(e,t,n){var i=e.value,o=t.value;if(mo(i)){if(n){var r=e.defaultValue;mo(r)||r===o||(t.defaultValue=r,t.value=r)}}else o!==i&&(t.defaultValue=i,t.value=i)}function mr(e,t,n,i,o,r){64&e?lr(i,n):256&e?dr(i,n,o,t):128&e&&gr(i,n,o),r&&(n.$V=t)}function vr(e,t,n){64&e?function(e,t){or(t.type)?(e.onchange=sr,e.onclick=ar):e.oninput=rr}(t,n):256&e?function(e){e.onchange=hr}(t):128&e&&function(e,t){e.oninput=pr,t.onChange&&(e.onchange=fr)}(t,n)}function yr(e){return e.type&&or(e.type)?!mo(e.checked):!mo(e.value)}function xr(e,t){br(e),t&&e.dom&&(!function(e,t){e.removeChild(t)}(t,e.dom),e.dom=null)}function br(e){var t=e.flags;if(481&t){var n=e.ref,i=e.props;yo(n)&&n(null);var o=e.children,r=e.childFlags;if(12&r?_r(o):2===r&&br(o),!_o(i))for(var s in i)switch(s){case"onClick":case"onDblClick":case"onFocusIn":case"onFocusOut":case"onKeyDown":case"onKeyPress":case"onKeyUp":case"onMouseDown":case"onMouseMove":case"onMouseUp":case"onSubmit":case"onTouchEnd":case"onTouchMove":case"onTouchStart":Zo(s,null,e.dom)}}else{var a=e.children;if(a)if(14&t){var l=e.ref;4&t?(yo(a.componentWillUnmount)&&a.componentWillUnmount(),yo(l)&&l(null),a.$UN=!0,a.$LI&&br(a.$LI)):(!mo(l)&&yo(l.onComponentWillUnmount)&&l.onComponentWillUnmount(e.dom,e.props||Wo),br(a))}else 1024&t&&xr(a,e.type)}}function _r(e){for(var t=0,n=e.length;t<n;t++)br(e[t])}function wr(e,t){_r(t),e.textContent=""}function Cr(e,t){switch(e){case"animationIterationCount":case"borderImageOutset":case"borderImageSlice":case"borderImageWidth":case"boxFlex":case"boxFlexGroup":case"boxOrdinalGroup":case"columnCount":case"fillOpacity":case"flex":case"flexGrow":case"flexNegative":case"flexOrder":case"flexPositive":case"flexShrink":case"floodOpacity":case"fontWeight":case"gridColumn":case"gridRow":case"lineClamp":case"lineHeight":case"opacity":case"order":case"orphans":case"stopOpacity":case"strokeDasharray":case"strokeDashoffset":case"strokeMiterlimit":case"strokeOpacity":case"strokeWidth":case"tabSize":case"widows":case"zIndex":case"zoom":return t;default:return t+"px"}}function kr(e,t,n,i,o,r,s){switch(e){case"onClick":case"onDblClick":case"onFocusIn":case"onFocusOut":case"onKeyDown":case"onKeyPress":case"onKeyUp":case"onMouseDown":case"onMouseMove":case"onMouseUp":case"onSubmit":case"onTouchEnd":case"onTouchMove":case"onTouchStart":Zo(e,n,i);break;case"children":case"childrenType":case"className":case"defaultValue":case"key":case"multiple":case"ref":break;case"autoFocus":i.autofocus=!!n;break;case"allowfullscreen":case"autoplay":case"capture":case"checked":case"controls":case"default":case"disabled":case"hidden":case"indeterminate":case"loop":case"muted":case"novalidate":case"open":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"selected":i[e]=!!n;break;case"defaultChecked":case"value":case"volume":if(r&&"value"===e)return;var a=mo(n)?"":n;i[e]!==a&&(i[e]=a);break;case"dangerouslySetInnerHTML":var l=t&&t.__html||"",c=n&&n.__html||"";l!==c&&(mo(c)||tr(i,c)||(_o(s)||(12&s.childFlags?_r(s.children):2===s.childFlags&&br(s.children),s.children=null,s.childFlags=1),i.innerHTML=c));break;default:"o"===e[0]&&"n"===e[1]?function(e,t,n){var i=e.toLowerCase();if(yo(t)||mo(t)){var o=n[i];o&&o.wrapped||(n[i]=t)}else{var r=t.event;r&&yo(r)?n[i]=function(e,t){return function(n){e(t.data,n)}}(r,t):Co('an event on a VNode "'+e+'". was not a function or a valid linkEvent.')}}(e,n,i):mo(n)?i.removeAttribute(e):"style"===e?function(e,t,n){var i,o,r=n.style;if(xo(t))r.cssText=t;else if(mo(e)||xo(e))for(i in t)o=t[i],r[i]=bo(o)?Cr(i,o):o;else{for(i in t)(o=t[i])!==e[i]&&(r[i]=bo(o)?Cr(i,o):o);for(i in e)mo(t[i])&&(r[i]="")}}(t,n,i):o&&zo[e]?i.setAttributeNS(zo[e],e,n):i.setAttribute(e,n)}}function Or(e,t,n,i,o){var r=!1,s=(448&t)>0;for(var a in s&&(r=yr(n))&&vr(t,i,n),n)kr(a,null,n[a],i,o,r,null);s&&mr(t,e,i,n,!0,r)}function Er(e,t,n,i){var o=new t(n,i);if(e.children=o,o.$V=e,o.$BS=!1,o.context=i,o.props===Wo&&(o.props=n),o.$UN=!1,yo(o.componentWillMount)){if(o.$BR=!0,o.componentWillMount(),o.$PSS){var r=o.state,s=o.$PS;if(_o(r))o.state=s;else for(var a in s)r[a]=s[a];o.$PSS=!1,o.$PS=null}o.$BR=!1}yo(qo.beforeRender)&&qo.beforeRender(o);var l,c=Sr(o.render(n,o.state,i),e);return yo(o.getChildContext)&&(l=o.getChildContext()),mo(l)?o.$CX=i:o.$CX=Oo(i,l),yo(qo.afterRender)&&qo.afterRender(o),o.$LI=c,o}function Sr(e,t){return fo(e)&&Co("a valid Inferno VNode (or null) must be returned from a component render. You may have returned an array or an invalid object."),vo(e)?e=jo():go(e)?e=$o(e,null):(e.dom&&(e=Bo(e)),14&e.flags&&(e.parentVNode=t)),e}function Tr(e,t,n,i){var o=e.flags;return 481&o?Mr(e,t,n,i):14&o?function(e,t,n,i,o){var r,s=e.type,a=e.props||Wo,l=e.ref;if(o){var c=Er(e,s,a,n);e.dom=r=Tr(c.$LI,null,c.$CX,i),Pr(e,l,c),c.$UPD=!1}else{var u=Sr(s(a,n),e);e.children=u,e.dom=r=Tr(u,null,n,i),Dr(a,l,r)}_o(t)||Ho(t,r);return r}(e,t,n,i,(4&o)>0):512&o||16&o?Rr(e,t):1024&o?(Tr(e.children,e.type,n,!1),e.dom=Rr(jo(),t)):void Co("object"==typeof e?"mount() received an object that's not a valid VNode, you should stringify it first, fix createVNode flags or call normalizeChildren. Object: \""+JSON.stringify(e)+'".':'mount() expects a valid VNode, instead it received an object with the type "'+typeof e+'".')}function Rr(e,t){var n=e.dom=document.createTextNode(e.children);return _o(t)||Ho(t,n),n}function Mr(e,t,n,i){var o=e.flags,r=e.children,s=e.props,a=e.className,l=e.ref,c=e.childFlags;i=i||(32&o)>0;var u=function(e,t){return t?document.createElementNS("http://www.w3.org/2000/svg",e):document.createElement(e)}(e.type,i);if(e.dom=u,mo(a)||""===a||(i?u.setAttribute("class",a):u.className=a),Ro(e),_o(t)||Ho(t,u),!(1&c)){var h=!0===i&&"foreignObject"!==e.type;2===c?Tr(r,u,n,h):12&c&&Ar(r,u,n,h)}return _o(s)||Or(e,o,s,u,i),xo(l)&&Co('string "refs" are not supported in Inferno 1.0. Use callback "refs" instead.'),yo(l)&&$r(u,l),u}function Ar(e,t,n,i){for(var o=0,r=e.length;o<r;o++){var s=e[o];_o(s.dom)||(e[o]=s=Bo(s)),Tr(s,t,n,i)}}function Pr(e,t,n){yo(t)?t(n):go(t)?Co('string "refs" are not supported in Inferno 1.0. Use callback "refs" instead.'):!mo(t)&&function(e){return"object"==typeof e}(t)&&4&e.flags&&Co("functional component lifecycle events are not supported on ES2015 class components."),yo(n.componentDidMount)&&Qo.push(function(e){return function(){e.$UPD=!0,e.componentDidMount(),e.$UPD=!1}}(n))}function Dr(e,t,n){mo(t)||(yo(t.onComponentWillMount)&&t.onComponentWillMount(e),yo(t.onComponentDidMount)&&Qo.push(function(e,t,n){return function(){return e.onComponentDidMount(t,n)}}(t,n,e)))}function $r(e,t){Qo.push(function(){return t(e)})}function Ir(e,t,n,i){var o=e.children,r=e.props,s=e.className,a=e.flags,l=e.ref;if(i=i||(32&a)>0,1!==t.nodeType||t.tagName.toLowerCase()!==e.type){ko("Inferno hydration: Server-side markup doesn't match client-side markup or Initial render target is not empty");var c=Mr(e,null,n,i);e.dom=c,Xo(t.parentNode,c,t)}else{e.dom=t;var u=t.firstChild,h=e.childFlags;if(1&h)_o(t.firstChild)||function(e,t){return Boolean(t&&t.dangerouslySetInnerHTML&&t.dangerouslySetInnerHTML.__html&&tr(e,t.dangerouslySetInnerHTML.__html))}(t,r)||(t.textContent="",448&a&&(t.defaultValue=""));else{for(var d=null;u;)d=u.nextSibling,8===u.nodeType&&("!"===u.data?t.replaceChild(document.createTextNode(""),u):t.removeChild(u)),u=d;if(u=t.firstChild,2===h)_o(u)?Tr(o,t,n,i):(d=u.nextSibling,Br(o,u,n,i),u=d);else if(12&h)for(var p=0,f=o.length;p<f;p++){var g=o[p];_o(u)?Tr(g,t,n,i):(d=u.nextSibling,Br(g,u,n,i),u=d)}for(;u;)d=u.nextSibling,t.removeChild(u),u=d}_o(r)||Or(e,a,r,t,i),mo(s)?""!==t.className&&t.removeAttribute("class"):i?t.setAttribute("class",s):t.className=s,yo(l)?$r(t,l):xo(l)&&Co('string "refs" are not supported in Inferno 1.0. Use callback "refs" instead.')}}function Br(e,t,n,i){var o=e.flags;14&o?function(e,t,n,i,o){var r=e.type,s=e.ref,a=e.props||Wo;if(o){var l=Er(e,r,a,n),c=l.$LI;Br(c,t,l.$CX,i),e.dom=c.dom,Pr(e,s,l),l.$UPD=!1}else{var u=Sr(r(a,n),e);Br(u,t,n,i),e.children=u,e.dom=u.dom,Dr(a,s,t)}}(e,t,n,i,(4&o)>0):481&o?Ir(e,t,n,i):16&o?function(e,t){if(3!==t.nodeType){var n=Rr(e,null);e.dom=n,Xo(t.parentNode,n,t)}else{var i=e.children;t.nodeValue!==i&&(t.nodeValue=i),e.dom=t}}(e,t):512&o?e.dom=t:(Co('hydrate() expects a valid VNode, instead it received an object with the type "'+typeof e+'".'),Co())}function jr(e,t,n,i,o){br(e),Xo(n,Tr(t,null,i,o),e.dom)}function Lr(e,t,n,i,o){var r=0|t.flags;e.flags!==r||2048&r?jr(e,t,n,i,o):481&r?function(e,t,n,i,o,r){var s=t.type;if(e.type!==s)jr(e,t,n,i,o);else{var a,l=e.dom,c=e.props,u=t.props,h=!1,d=!1;if(t.dom=l,o=o||(32&r)>0,c!==u){var p=c||Wo;if((a=u||Wo)!==Wo)for(var f in(h=(448&r)>0)&&(d=yr(a)),a){var g=p[f],m=a[f];g!==m&&kr(f,g,m,l,o,d,e)}if(p!==Wo)for(var v in p)a.hasOwnProperty(v)||mo(p[v])||kr(v,p[v],null,l,o,d,e)}var y=e.children,x=t.children,b=t.ref,_=e.className,w=t.className;Ro(t),4096&r?function(e,t){e.textContent!==t.children&&(e.textContent=t.children)}(l,x):Nr(e.childFlags,t.childFlags,y,x,l,i,o&&"foreignObject"!==s),h&&mr(r,t,l,a,!1,d),_!==w&&(mo(w)?l.removeAttribute("class"):o?l.setAttribute("class",w):l.className=w),yo(b)&&e.ref!==b?$r(l,b):xo(b)&&Co('string "refs" are not supported in Inferno 1.0. Use callback "refs" instead.')}}(e,t,n,i,o,r):14&r?function(e,t,n,i,o,r){var s=t.type,a=e.key,l=t.key;if(e.type!==s||a!==l)jr(e,t,n,i,o);else{var c=t.props||Wo;if(r){var u=e.children;u.$UPD=!0,u.$V=t,qr(u,u.state,t,c,n,i,o,!1,!1),u.$UPD=!1}else{var h=!0,d=e.props,p=t.ref,f=!mo(p),g=e.children;if(t.dom=e.dom,t.children=g,f&&yo(p.onComponentShouldUpdate)&&(h=p.onComponentShouldUpdate(d,c)),!1!==h){f&&yo(p.onComponentWillUpdate)&&p.onComponentWillUpdate(d,c);var m=s(c,i);m!==ho&&(Lr(g,m=Sr(m,t),n,i,o),t.children=m,t.dom=m.dom,f&&yo(p.onComponentDidUpdate)&&p.onComponentDidUpdate(d,c))}else 14&g.flags&&(g.parentVNode=t)}}}(e,t,n,i,o,(4&r)>0):16&r?function(e,t){var n=t.children,i=e.dom;n!==e.children&&(i.nodeValue=n);t.dom=i}(e,t):512&r?t.dom=e.dom:function(e,t,n){var i=e.type,o=t.type,r=t.children;if(Nr(e.childFlags,t.childFlags,e.children,r,i,n,!1),t.dom=e.dom,i!==o&&!vo(r)){var s=r.dom;i.removeChild(s),o.appendChild(s)}}(e,t,i)}function Nr(e,t,n,i,o,r,s){switch(e){case 2:switch(t){case 2:Lr(n,i,o,r,s);break;case 1:xr(n,o);break;default:xr(n,o),Ar(i,o,r,s)}break;case 1:switch(t){case 2:Tr(i,o,r,s);break;case 1:break;default:Ar(i,o,r,s)}break;default:if(12&t){var a=n.length,l=i.length;0===a?l>0&&Ar(i,o,r,s):0===l?wr(o,n):8===t&&8===e?function(e,t,n,i,o,r,s){var a,l,c=r-1,u=s-1,h=0,d=e[h],p=t[h];e:{for(;d.key===p.key;){if(p.dom&&(t[h]=p=Bo(p)),Lr(d,p,n,i,o),e[h]=p,++h>c||h>u)break e;d=e[h],p=t[h]}for(d=e[c],p=t[u];d.key===p.key;){if(p.dom&&(t[u]=p=Bo(p)),Lr(d,p,n,i,o),e[c]=p,u--,h>--c||h>u)break e;d=e[c],p=t[u]}}if(h>c){if(h<=u)for(var f=(l=u+1)<s?t[l].dom:null;h<=u;)(p=t[h]).dom&&(t[h]=p=Bo(p)),h++,Uo(n,Tr(p,null,i,o),f)}else if(h>u)for(;h<=c;)xr(e[h++],n);else{var g=h,m=h,v=c-h+1,y=u-h+1,x=[];for(a=0;a<y;a++)x.push(0);var b=v===r,_=!1,w=0,C=0;if(s<4||(v|y)<32)for(a=g;a<=c;a++)if(d=e[a],C<y){for(h=m;h<=u;h++)if(p=t[h],d.key===p.key){if(x[h-m]=a+1,b)for(b=!1;a>g;)xr(e[g++],n);w>h?_=!0:w=h,p.dom&&(t[h]=p=Bo(p)),Lr(d,p,n,i,o),C++;break}!b&&h>u&&xr(d,n)}else b||xr(d,n);else{var k={};for(a=m;a<=u;a++)k[t[a].key]=a;for(a=g;a<=c;a++)if(d=e[a],C<y)if(void 0!==(h=k[d.key])){if(b)for(b=!1;a>g;)xr(e[g++],n);p=t[h],x[h-m]=a+1,w>h?_=!0:w=h,p.dom&&(t[h]=p=Bo(p)),Lr(d,p,n,i,o),C++}else b||xr(d,n);else b||xr(d,n)}if(b)wr(n,e),Ar(t,n,i,o);else if(_){var O=function(e){var t,n,i,o,r,s=e.slice(),a=[0],l=e.length;for(t=0;t<l;t++){var c=e[t];if(0!==c){if(e[n=a[a.length-1]]<c){s[t]=n,a.push(t);continue}for(i=0,o=a.length-1;i<o;)e[a[r=(i+o)/2|0]]<c?i=r+1:o=r;c<e[a[i]]&&(i>0&&(s[t]=a[i-1]),a[i]=t)}}i=a.length,o=a[i-1];for(;i-- >0;)a[i]=o,o=s[o];return a}(x);for(h=O.length-1,a=y-1;a>=0;a--)0===x[a]?((p=t[w=a+m]).dom&&(t[w]=p=Bo(p)),l=w+1,Uo(n,Tr(p,null,i,o),l<s?t[l].dom:null)):h<0||a!==O[h]?(l=(w=a+m)+1,Uo(n,(p=t[w]).dom,l<s?t[l].dom:null)):h--}else if(C!==y)for(a=y-1;a>=0;a--)0===x[a]&&((p=t[w=a+m]).dom&&(t[w]=p=Bo(p)),l=w+1,Uo(n,Tr(p,null,i,o),l<s?t[l].dom:null))}}(n,i,o,r,s,a,l):function(e,t,n,i,o,r,s){for(var a,l,c=r>s?s:r,u=0;u<c;u++)a=t[u],l=e[u],a.dom&&(a=t[u]=Bo(a)),Lr(l,a,n,i,o),e[u]=a;if(r<s)for(u=c;u<s;u++)(a=t[u]).dom&&(a=t[u]=Bo(a)),Tr(a,n,i,o);else if(r>s)for(u=c;u<r;u++)xr(e[u],n)}(n,i,o,r,s,a,l)}else 1===t?wr(o,n):2===t&&(wr(o,n),Tr(i,o,r,s))}}function qr(e,t,n,i,o,r,s,a,l){var c,u=e.state,h=e.props;if(n.children=e,e.$UN)ko("Inferno Error: Can only update a mounted or mounting component. This usually means you called setState() or forceUpdate() on an unmounted component. This is a no-op.");else{if(h!==i||i===Wo){if(!l&&yo(e.componentWillReceiveProps)){if(e.$BR=!0,e.componentWillReceiveProps(i,r),e.$UN)return;e.$BR=!1}e.$PSS&&(t=Oo(t,e.$PS),e.$PSS=!1,e.$PS=null)}var d=Boolean(e.shouldComponentUpdate);if(a||!d||d&&e.shouldComponentUpdate(i,t,r)){yo(e.componentWillUpdate)&&(e.$BS=!0,e.componentWillUpdate(i,t,r),e.$BS=!1),e.props=i,e.state=t,e.context=r,yo(qo.beforeRender)&&qo.beforeRender(e),c=e.render(i,t,r),yo(qo.afterRender)&&qo.afterRender(e);var p,f=c!==ho;if(yo(e.getChildContext)&&(p=e.getChildContext()),p=mo(p)?r:Oo(r,p),e.$CX=p,f){var g=e.$LI,m=Sr(c,n);Lr(g,m,o,p,s),e.$LI=m,yo(e.componentDidUpdate)&&e.componentDidUpdate(h,u)}}else e.props=i,e.state=t,e.context=r;n.dom=e.$LI.dom}}po&&null===document.body&&ko('Inferno warning: you cannot initialize inferno without "document.body". Wait on "DOMContentLoaded" event, add script to bottom of body, or use async/defer attributes on script tag.');var Vr=po?document.body:null;function Fr(e,t,n){if(Vr===t&&Co('you cannot render() to the "document.body". Use an empty element as a container instead.'),e!==ho){var i=t.$V;return mo(i)?vo(e)||(e.dom&&(e=Bo(e)),_o(t.firstChild)?(Tr(e,t,Wo,!1),t.$V=e):function(e,t,n){var i=t.firstChild;if(!_o(i))for(vo(e)||Br(e,i,Wo,!1),i=t.firstChild;i=i.nextSibling;)t.removeChild(i);Qo.length>0&&Ko(Qo),t.$V=e,yo(n)&&n()}(e,t),i=e):mo(e)?(xr(i,t),t.$V=null):(e.dom&&(e=Bo(e)),Lr(i,e,t,Wo,!1),i=t.$V=e),Qo.length>0&&Ko(Qo),yo(n)&&n(),yo(qo.renderComplete)&&qo.renderComplete(i),i&&14&i.flags?i.children:void 0}}var zr="undefined"==typeof Promise?null:Promise.resolve(),Wr="undefined"==typeof requestAnimationFrame?setTimeout:requestAnimationFrame.bind(window);function Qr(e,t,n,i){yo(t)&&(t=t(e.state,e.props,e.context));var o,r=e.$PS;if(mo(r))e.$PS=t;else for(var s in t)r[s]=t[s];if(e.$PSS||e.$BR)e.$PSS=!0,e.$BR&&yo(n)&&Qo.push(n.bind(e));else if(e.$UPD){var a=e.$QU;_o(a)&&(a=e.$QU=[],o=function(e,t){return function(){e.$QU=null,e.$UPD=!0,Hr(e,!1,function(){for(var n=0,i=t.length;n<i;n++)t[n].call(e)}),e.$UPD=!1}}(e,a),zr?zr.then(o):Wr(o)),yo(n)&&a.push(n)}else e.$PSS=!0,e.$UPD=!0,Hr(e,i,n),e.$UPD=!1}function Hr(e,t,n){if(!e.$UN){if(t||!e.$BR){e.$PSS=!1;var i=e.$PS,o=Oo(e.state,i),r=e.props,s=e.context;e.$PS=null;var a=e.$V,l=e.$LI;if(qr(e,o,a,r,l.dom&&l.dom.parentNode,s,(32&a.flags)>0,t,!0),e.$UN)return;if(!(1024&e.$LI.flags))for(var c=e.$LI.dom;!_o(a=a.parentVNode);)(14&a.flags)>0&&(a.dom=c);Qo.length>0&&Ko(Qo)}else e.state=e.$PS,e.$PS=null;yo(n)&&n.call(e)}}var Ur=function(){function e(e,t){this.state=null,this.props=void 0,this.context=void 0,this.refs=void 0,this.$BR=!1,this.$BS=!0,this.$PSS=!1,this.$PS=null,this.$LI=null,this.$V=null,this.$UN=!1,this.$CX=null,this.$UPD=!0,this.$QU=null,this.props=e||Wo,this.context=t||Wo}var t=e.prototype;return t.forceUpdate=function(e){this.$UN||Qr(this,{},e,!0)},t.setState=function(e,t){this.$UN||(this.$BS?Co("cannot update state via setState() in componentWillUpdate() or constructor."):Qr(this,e,t,!1))},t.render=function(e,t,n){},e}();Ur.defaultProps=void 0;var Xr=function(){};console.info("Inferno is in development mode."),-1===(Xr.name||Xr.toString()).indexOf("testFn")&&ko("It looks like you're using a minified copy of the development build of Inferno. When deploying Inferno apps to production, make sure to use the production build which skips development warnings and is faster. See http://infernojs.org for more details.");var Kr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.02 5.57" width="53" height="21" style="vertical-align:middle"><path fill="#000000" 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="#000000" d="M0 4.53h14.02v1.04H0zM11.08 0h.63v.62h-.63zm.63 4V1h-.63v2.98z"/></svg>'; 8/** 9 * Adds the project logo to the diagram container as 10 * required by the bpmn.io license. 11 * 12 * @see http://bpmn.io/license 13 * 14 * @param {Element} container 15 */function Yr(e){var t=Ze('<a href="http://bpmn.io" target="_blank" class="bjs-powered-by" title="Powered by bpmn.io" style="position: absolute; bottom: 15px; right: 15px; z-index: 100;">'+Kr+"</a>");e.appendChild(t),ht.bind(t,"click",function(e){!function(){Jr||(Jr=Ze(es),pt.bind(Jr,".backdrop","click",function(e){document.body.removeChild(Jr)}));document.body.appendChild(Jr)}(),e.preventDefault()})}class Gr extends Ur{constructor(e,t){super(e,t),this.node=null}componentDidMount(){Yr(this.node)}render(){return Po(1,"div",null,null,1,null,null,e=>this.node=e)}}function Zr(e){return e.join(";")}var Jr,es='<div class="bjs-powered-by-lightbox" style="'+Zr(["z-index: 1001","position: fixed","top: 0","left: 0","right: 0","bottom: 0"])+'"><div class="backdrop" style="'+Zr(["width: 100%","height: 100%","background: rgba(40,40,40,0.2)"])+'"></div><div class="notice" style="'+Zr(["position: absolute","left: 50%","top: 40%","transform: translate(-50%)","width: 260px","padding: 10px","background: white","box-shadow: 0 1px 4px rgba(0,0,0,0.3)","font-family: Helvetica, Arial, sans-serif","font-size: 14px","display: flex","line-height: 1.3"])+'"><a href="https://bpmn.io" target="_blank" rel="noopener" style="margin: 15px 20px 15px 10px; align-self: center;">'+Kr+'</a><span>Web-based tooling for BPMN, DMN and CMMN diagrams powered by <a href="https://bpmn.io" target="_blank" rel="noopener">bpmn.io</a>.</span></div></div>';var ts=new Mt,ns="hsl(225, 10%, 15%)";function is(e,t,n,i,o,r){Kt.call(this,t);var a=ts.next(),l=i.computeStyle,c={},u=e&&e.defaultFillColor||"white",h=e&&e.defaultStrokeColor||ns,d=e&&e.defaultLabelColor;function p(e,t,n){var i=e+"-"+rs(t)+"-"+rs(n)+"-"+a;return c[i]||function(e,t,n,i){if("association-start"===t){var o=cn("path");Jt(o,{d:"M 11 5 L 1 10 L 11 15"}),f(e,{element:o,attrs:{fill:"none",stroke:i,strokeWidth:1.5},ref:{x:1,y:10},scale:.5})}else if("association-end"===t){var r=cn("path");Jt(r,{d:"M 1 5 L 11 10 L 1 15"}),f(e,{element:r,attrs:{fill:"none",stroke:i,strokeWidth:1.5},ref:{x:12,y:10},scale:.5})}else if("information-requirement-end"===t){var s=cn("path");Jt(s,{d:"M 1 5 L 11 10 L 1 15 Z"}),f(e,{element:s,attrs:{fill:i,stroke:"none"},ref:{x:11,y:10},scale:1})}else if("knowledge-requirement-end"===t){var a=cn("path");Jt(a,{d:"M 1 3 L 11 10 L 1 17"}),f(e,{element:a,attrs:{fill:"none",stroke:i,strokeWidth:2},ref:{x:11,y:10},scale:.8})}else if("authority-requirement-end"===t){var l=cn("circle");Jt(l,{cx:3,cy:3,r:3}),f(e,{element:l,attrs:{fill:i,stroke:"none"},ref:{x:3,y:3},scale:.9})}}(i,e,0,n),"url(#"+i+")"}function f(e,t){var n=M({strokeWidth:1,strokeLinecap:"round",strokeDasharray:"none"},t.attrs),i=t.ref||{x:0,y:0},o=t.scale||1;"none"===n.strokeDasharray&&(n.strokeDasharray=[1e4,1]);var s=cn("marker");Jt(t.element,n),Yt(s,t.element),Jt(s,{id:e,viewBox:"0 0 20 20",refX:i.x,refY:i.y,markerWidth:20*o,markerHeight:20*o,orient:"auto"});var a=gt("defs",r._svg);a||(a=cn("defs"),Yt(r._svg,a)),Yt(a,s),c[e]=s}function g(e,t,n,i,o,r){s(o)&&(r=o,o=0),o=o||0,r=l(r,{stroke:ns,strokeWidth:2,fill:"white"});var a=cn("rect");return Jt(a,{x:o,y:o,width:t-2*o,height:n-2*o,rx:i,ry:i}),Jt(a,r),Yt(e,a),a}function m(e,t,n){var i=o.createText(t||"",n);return tt(i,"class","djs-label"),Yt(e,i),i}function v(e,t,n,i){var o=function(e){return $t(e).name}(t);return m(e,o,i=M({box:t,align:n,padding:5,style:{fill:ls(t,d,h)}},i))}function y(e,t,n){n=l(n,["no-fill"],{strokeWidth:2,stroke:ns});var i=cn("path");return Jt(i,{d:t}),Jt(i,n),Yt(e,i),i}var x={"dmn:Decision":function(e,t){var n=g(e,t.width,t.height,0,{stroke:ss(t,h),fill:as(t,u)});return v(e,t,"center-middle"),n},"dmn:KnowledgeSource":function(e,t){var i=y(e,n.getScaledPath("KNOWLEDGE_SOURCE",{xScaleFactor:1.021,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:0,my:.075}}),{strokeWidth:2,fill:as(t,u),stroke:ss(t,h)});return v(e,t,"center-middle"),i},"dmn:BusinessKnowledgeModel":function(e,t){var i=y(e,n.getScaledPath("BUSINESS_KNOWLEDGE_MODEL",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:0,my:.3}}),{strokeWidth:2,fill:as(t,u),stroke:ss(t,h)});return v(e,t,"center-middle"),i},"dmn:InputData":function(e,t){var n=g(e,t.width,t.height,22,{stroke:ss(t,h),fill:as(t,u)});return v(e,t,"center-middle"),n},"dmn:TextAnnotation":function(e,t){var i=g(e,t.width,t.height,0,0,{fill:"none",stroke:"none"});return y(e,n.getScaledPath("TEXT_ANNOTATION",{xScaleFactor:1,yScaleFactor:1,containerWidth:t.width,containerHeight:t.height,position:{mx:0,my:0}}),{stroke:ss(t,h)}),m(e,os(t).text||"",{style:{fill:ls(t,d,h)},box:t,align:"left-top",padding:5}),i},"dmn:Association":function(e,t){var n=os(t),i=as(t,u),o=ss(t,h),r={stroke:o,strokeDasharray:"0.5, 5",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"};return"One"!==n.associationDirection&&"Both"!==n.associationDirection||(r.markerEnd=p("association-end",i,o)),"Both"===n.associationDirection&&(r.markerStart=p("association-start",i,o)),b(e,t.waypoints,r)},"dmn:InformationRequirement":function(e,t){var n=as(t,u),i=ss(t,h),o={stroke:i,strokeWidth:1,strokeLinecap:"round",strokeLinejoin:"round",markerEnd:p("information-requirement-end",n,i)};return b(e,t.waypoints,o)},"dmn:KnowledgeRequirement":function(e,t){var n=as(t,u),i=ss(t,h),o={stroke:i,strokeWidth:1,strokeDasharray:5,strokeLinecap:"round",strokeLinejoin:"round",markerEnd:p("knowledge-requirement-end",n,i)};return b(e,t.waypoints,o)},"dmn:AuthorityRequirement":function(e,t){var n=as(t,u),i=ss(t,h),o={stroke:i,strokeWidth:1.5,strokeDasharray:5,strokeLinecap:"round",strokeLinejoin:"round",markerEnd:p("authority-requirement-end",n,i)};return b(e,t.waypoints,o)}};function b(e,t,n){var i=Rn(t,n=l(n,["no-fill"],{stroke:ns,strokeWidth:2,fill:"none"}));return Yt(e,i),i}this.canRender=function(e){return At(e,"dmn:DMNElement")||At(e,"dmn:InformationRequirement")||At(e,"dmn:KnowledgeRequirement")||At(e,"dmn:AuthorityRequirement")},this.drawShape=function(e,t){var n=x[t.type];return n?n(e,t):Kt.prototype.drawShape.apply(this,[e,t])},this.drawConnection=function(e,t){var n=t.type,i=x[n];return i?i(e,t):Kt.prototype.drawConnection.apply(this,[e,t])}}function os(e){return e.businessObject}function rs(e){return e.replace(/[^0-9a-zA-z]+/g,"_")}function ss(e,t){return t}function as(e,t){return t}function ls(e,t,n){return t||ss(0,n)}Lt(is,Kt),is.$inject=["config.drdRenderer","eventBus","pathMap","styles","textRenderer","canvas"];var cs={width:150,height:50};function us(e,t){var n;t.textContent=e;try{var i,o=""===e;return t.textContent=o?"dummy":e,i={width:(n=t.getBBox()).width+2*n.x,height:n.height},o&&(i.width=0),i}catch(e){return console.log(e),{width:0,height:0}}}function hs(e,t,n){for(var i,o=e.shift(),r=o;;){if((i=us(r,n)).width=r?i.width:0," "===r||""===r||i.width<Math.round(t)||r.length<2)return ds(e,r,o,i);r=fs(r,i.width,t)}}function ds(e,t,n,i){if(t.length<n.length){var o=n.slice(t.length).trim();e.unshift(o)}return{width:i.width,height:i.height,text:t}}var ps="";function fs(e,t,n){var i=Math.max(e.length*(n/t),1),o=function(e,t){var n,i=e.split(/(\s|-|\u00AD)/g),o=[],r=0;if(i.length>1)for(;n=i.shift();){if(!(n.length+r<t)){"-"!==n&&n!==ps||o.pop();break}o.push(n),r+=n.length}var s=o[o.length-1];return s&&s===ps&&(o[o.length-1]="-"),o.join("")}(e,i);return o||(o=e.slice(0,Math.max(Math.round(i-1),1))),o}function gs(e){this._config=M({},{size:cs,padding:0,style:{},align:"center-top"},e||{})}gs.prototype.createText=function(e,t){return this.layoutText(e,t).element},gs.prototype.getDimensions=function(e,t){return this.layoutText(e,t).dimensions},gs.prototype.layoutText=function(e,t){var n=M({},this._config.size,t.box),i=M({},this._config.style,t.style),o=function(e){var t=e.split("-");return{horizontal:t[0]||"center",vertical:t[1]||"top"}}(t.align||this._config.align),r=function(e){return s(e)?M({top:0,left:0,right:0,bottom:0},e):{top:e,left:e,right:e,bottom:e}}(void 0!==t.padding?t.padding:this._config.padding),a=t.fitBox||!1,l=function(e){if("fontSize"in e&&"lineHeight"in e)return e.lineHeight*parseInt(e.fontSize,10)}(i),c=e.split(/\u00AD?\r?\n/),u=[],h=n.width-r.left-r.right,d=cn("text");for(Jt(d,{x:0,y:0}),Jt(d,i),Yt(function(){var e=document.getElementById("helper-svg");return e||(Jt(e=cn("svg"),{id:"helper-svg"}),et(e,{visibility:"hidden",position:"fixed",width:0,height:0}),document.body.appendChild(e)),e}(),d);c.length;)u.push(hs(c,h,d));"middle"===o.vertical&&(r.top=r.bottom=0);var g=f(u,function(e,t,n){return e+(l||t.height)},0)+r.top+r.bottom,m=f(u,function(e,t,n){return t.width>e?t.width:e},0),v=r.top;"middle"===o.vertical&&(v+=(n.height-g)/2),v-=(l||u[0].height)/4;var y=cn("text");return Jt(y,i),p(u,function(e){var t;switch(v+=l||e.height,o.horizontal){case"left":t=r.left;break;case"right":t=(a?m:h)-r.right-e.width;break;default:t=Math.max(((a?m:h)-e.width)/2+r.left,0)}var n=cn("tspan");Jt(n,{x:t,y:v}),n.textContent=e.text,Yt(y,n)}),bn(d),{dimensions:{width:m,height:g},element:y}};function ms(e){var t=M({fontFamily:"Arial, sans-serif",fontSize:12,fontWeight:"normal",lineHeight:1.2},e&&e.defaultStyle||{}),n=parseInt(t.fontSize,10)-1,i=M({},t,{fontSize:n},e&&e.externalStyle||{}),o=new gs({style:t});this.getExternalLabelBounds=function(e,t){var n=o.getDimensions(t,{box:{width:90,height:30,x:e.width/2+e.x,y:e.height/2+e.y},style:i});return{x:Math.round(e.x+e.width/2-n.width/2),y:Math.round(e.y),width:Math.ceil(n.width),height:Math.ceil(n.height)}},this.getTextAnnotationBounds=function(e,n){var i=o.getDimensions(n,{box:e,style:t,align:"left-top",padding:5});return{x:e.x,y:e.y,width:e.width,height:Math.max(30,Math.round(i.height))}},this.createText=function(e,t){return o.createText(e,t||{})},this.getDefaultStyle=function(){return t},this.getExternalStyle=function(){return i}}ms.$inject=["config.textRenderer"];var vs=/\{([^{}]+)\}/g,ys=/(?:(?:^|\.)(.+?)(?=\[|\.|$|\()|\[('|")(.+?)\2\])(\(\))?/g;var xs={__init__:["drdRenderer"],drdRenderer:["type",is],textRenderer:["type",ms],pathMap:["type",function(){this.pathMap={KNOWLEDGE_SOURCE:{d:"m {mx},{my} l 0,{e.y0} c {e.x0},{e.y1} {e.x1},-{e.y2} {e.x2},-{e.y3} c {e.x3},-{e.y4} {e.x4},{e.y5} {e.x5},{e.y6} l 0,-{e.y7}z",width:100,height:65,widthElements:[29.8,48.4,67.2,12.2,19.8,30.8],heightElements:[55.3,19.7,4.2,6.7,2.3,1.6,6.2,54.6]},BUSINESS_KNOWLEDGE_MODEL:{d:"m {mx},{my} l {e.x0},-{e.y0} l {e.x1},0 l 0,{e.y1} l -{e.x2},{e.y2} l -{e.x3},0z",width:125,height:45,widthElements:[13.8,109.2,13.8,109.1],heightElements:[13.2,29.8,13.2]},TEXT_ANNOTATION:{d:"m {mx}, {my} m 10,0 l -10,0 l 0,{e.y0} l 10,0",width:10,height:30,widthElements:[10],heightElements:[30]}},this.getRawPath=function(e){return this.pathMap[e].d},this.getScaledPath=function(e,t){var n,i,o=this.pathMap[e];t.abspos?(n=t.abspos.x,i=t.abspos.y):(n=t.containerWidth*t.position.mx,i=t.containerHeight*t.position.my);var r={};if(t.position){for(var s=t.containerHeight/o.height*t.yScaleFactor,a=t.containerWidth/o.width*t.xScaleFactor,l=0;l<o.heightElements.length;l++)r["y"+l]=o.heightElements[l]*s;for(var c=0;c<o.widthElements.length;c++)r["x"+c]=o.widthElements[c]*a}var u,h,d=(u=o.d,h={mx:n,my:i,e:r},String(u).replace(vs,function(e,t){return function(e,t,n){var i=n;return t.replace(ys,function(e,t,n,o,r){t=t||o,i&&(t in i&&(i=i[t]),"function"==typeof i&&r&&(i=i()))}),i=(null==i||i==n?e:i)+""}(e,t,h)}));return d}}]};function bs(e,t,n,i){this._eventBus=e,this._canvas=t,this._elementRegistry=i,this._elementFactory=n}function _s(e,t){return M({id:e.id,type:e.$type,businessObject:e},t)}function ws(e){return e.split("#").pop()}bs.$inject=["eventBus","canvas","elementFactory","elementRegistry"],bs.prototype.root=function(e){var t=this._elementFactory.createRoot(_s(e));return this._canvas.setRootElement(t),t},bs.prototype.add=function(e){var t,n,i,o,r,s,a=this._elementFactory,l=this._canvas,c=this._eventBus,u=e.di;if(u.$instanceOf("dmndi:DMNShape"))s=u.bounds,r=_s(e,{x:Math.round(s.x),y:Math.round(s.y),width:Math.round(s.width),height:Math.round(s.height)}),t=a.createShape(r),l.addShape(t),c.fire("drdElement.added",{element:t,di:u});else{if(!u.$instanceOf("dmndi:DMNEdge"))throw new Error("unknown di for element "+e.id);n=function(e){var t=e.waypoint;if(t)return v(t,function(e){var t={x:e.x,y:e.y};return M({original:t},t)})}(u),i=this._getSource(e),o=this._getTarget(e),i&&o&&(r=_s(e,{hidden:!1,source:i,target:o,waypoints:n}),t=a.createConnection(r),l.addConnection(t),c.fire("drdElement.added",{element:t,di:u}))}return t},bs.prototype._getSource=function(e){var t,n;if(At(e,"dmn:Association")?n=e.sourceRef:At(e,"dmn:InformationRequirement")?n=e.requiredDecision||e.requiredInput:At(e,"dmn:KnowledgeRequirement")?n=e.requiredKnowledge:At(e,"dmn:AuthorityRequirement")&&(n=e.requiredDecision||e.requiredInput||e.requiredAuthority),n&&(t=n.href),t)return this._getShape(ws(t))},bs.prototype._getTarget=function(e){return At(e,"dmn:Association")?e.targetRef&&this._getShape(ws(e.targetRef.href)):this._getShape(e.$parent.id)},bs.prototype._getShape=function(e){return this._elementRegistry.get(e)};var Cs={__depends__:[xs,{drdImporter:["type",bs]}]};var ks={translate:["value",function(e,t){return t=t||{},e.replace(/{([^}]+)}/g,function(e,n){return t[n]||"{"+n+"}"})}]};function Os(e){e&&"function"==typeof e.stopPropagation&&e.stopPropagation()}function Es(e){return e.originalEvent||e.srcEvent}function Ss(e){Os(e),Os(Es(e))}function Ts(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 Rs(){return/mac/i.test(navigator.platform)}function Ms(e,t){return(Es(e)||e).button===t}function As(e){return Ms(e,0)}function Ps(e){var t=Es(e)||e;return!!As(e)&&(Rs()?t.metaKey:t.ctrlKey)}function Ds(e){var t=Es(e)||e;return As(e)&&t.shiftKey}function $s(e){return!0}function Is(e){return As(e)||function(e){return Ms(e,1)}(e)}function Bs(e,t,n){var i=this;function o(n,i,o){var r,s;(function(e,t){var n=l[e]||As;return!n(t)})(n,i)||(o?s=t.getGraphics(o):(r=i.delegateTarget||i.target)&&(s=r,o=t.get(s)),s&&o&&!1===e.fire(n,{element:o,gfx:s,originalEvent:i})&&(i.stopPropagation(),i.preventDefault()))}var r={};function s(e){return r[e]}var a={click:"element.click",contextmenu:"element.contextmenu",dblclick:"element.dblclick",mousedown:"element.mousedown",mousemove:"element.mousemove",mouseover:"element.hover",mouseout:"element.out",mouseup:"element.mouseup"},l={"element.contextmenu":$s,"element.mousedown":Is,"element.mouseup":Is,"element.click":Is,"element.dblclick":Is};function c(e,t,n,i){var s=r[n]=function(e){o(n,e)};i&&(l[n]=i),s.$delegate=pt.bind(e,"svg, .djs-element",t,s)}function u(e,t,n){var i=s(n);i&&pt.unbind(e,t,i.$delegate)}e.on("canvas.destroy",function(e){!function(e){p(a,function(t,n){u(e,n,t)})}(e.svg)}),e.on("canvas.init",function(e){!function(e){p(a,function(t,n){c(e,n,t)})}(e.svg)}),e.on(["shape.added","connection.added"],function(t){var n=t.element,i=t.gfx;e.fire("interactionEvents.createHit",{element:n,gfx:i})}),e.on(["shape.changed","connection.changed"],500,function(t){var n=t.element,i=t.gfx;e.fire("interactionEvents.updateHit",{element:n,gfx:i})}),e.on("interactionEvents.createHit",500,function(e){var t=e.element,n=e.gfx;i.createDefaultHit(t,n)}),e.on("interactionEvents.updateHit",function(e){var t=e.element,n=e.gfx;i.updateDefaultHit(t,n)});var h=g("djs-hit djs-hit-stroke"),d=g("djs-hit djs-hit-click-stroke"),f={all:g("djs-hit djs-hit-all"),"click-stroke":d,stroke:h,"no-move":g("djs-hit djs-hit-no-move")};function g(e,t){return t=M({stroke:"white",strokeWidth:15},t||{}),n.cls(e,["no-fill","no-border"],t)}function m(e,t){var n=f[t];if(!n)throw new Error("invalid hit type <"+t+">");return Jt(e,n),e}function v(e,t){Yt(e,t)}this.removeHits=function(e){p(mt(".djs-hit",e),bn)},this.createDefaultHit=function(e,t){var n,i=e.waypoints,o=e.isFrame;return i?this.createWaypointsHit(t,i):(n=o?"stroke":"all",this.createBoxHit(t,n,{width:e.width,height:e.height}))},this.createWaypointsHit=function(e,t){var n=Rn(t);return m(n,"stroke"),v(e,n),n},this.createBoxHit=function(e,t,n){n=M({x:0,y:0},n);var i=cn("rect");return m(i,t),Jt(i,n),v(e,i),i},this.updateDefaultHit=function(e,t){var n=gt(".djs-hit",t);if(n)return e.waypoints?Mn(n,e.waypoints):Jt(n,{width:e.width,height:e.height}),n},this.fire=o,this.triggerMouseEvent=function(e,t,n){var i=a[e];if(!i)throw new Error("unmapped DOM event name <"+e+">");return o(i,t,n)},this.mouseHandler=s,this.registerEvent=c,this.unregisterEvent=u}Bs.$inject=["eventBus","elementRegistry","styles"];var js={__init__:["interactionEvents"],interactionEvents:["type",Bs]};function Ls(e,t){this._eventBus=e,this._canvas=t,this._selectedElements=[];var n=this;e.on(["shape.remove","connection.remove"],function(e){var t=e.element;n.deselect(t)}),e.on(["diagram.clear","root.set"],function(e){n.select(null)})}Ls.$inject=["eventBus","canvas"],Ls.prototype.deselect=function(e){var t=this._selectedElements,n=t.indexOf(e);if(-1!==n){var i=t.slice();t.splice(n,1),this._eventBus.fire("selection.changed",{oldSelection:i,newSelection:t})}},Ls.prototype.get=function(){return this._selectedElements},Ls.prototype.isSelected=function(e){return-1!==this._selectedElements.indexOf(e)},Ls.prototype.select=function(e,t){var n=this._selectedElements,i=n.slice();r(e)||(e=e?[e]:[]);var o=this._canvas,s=o.getRootElement();e=e.filter(function(e){var t=o.findRoot(e);return s===t}),t?p(e,function(e){-1===n.indexOf(e)&&n.push(e)}):this._selectedElements=n=e.slice(),this._eventBus.fire("selection.changed",{oldSelection:i,newSelection:n})};var Ns="hover",qs="selected";function Vs(e,t){function n(t,n){e.addMarker(t,n)}function i(t,n){e.removeMarker(t,n)}this._canvas=e,t.on("element.hover",function(e){n(e.element,Ns)}),t.on("element.out",function(e){i(e.element,Ns)}),t.on("selection.changed",function(e){var t=e.oldSelection,o=e.newSelection;p(t,function(e){-1===o.indexOf(e)&&function(e){i(e,qs)}(e)}),p(o,function(e){-1===t.indexOf(e)&&function(e){n(e,qs)}(e)})})}function Fs(e,t,n,i){e.on("create.end",500,function(e){var n=e.context,i=n.canExecute,o=n.elements,s=(n.hints||{}).autoSelect;if(i){if(!1===s)return;r(s)?t.select(s):t.select(o.filter(zs))}}),e.on("connect.end",500,function(e){var n=e.context.connection;n&&t.select(n)}),e.on("shape.move.end",500,function(e){var n=e.previousSelection||[],o=i.get(e.context.shape.id);h(n,function(e){return o.id===e.id})||t.select(o)}),e.on("element.click",function(e){if(As(e)){var i=e.element;i===n.getRootElement()&&(i=null);var o=t.isSelected(i),r=t.get().length>1,s=Ds(e);if(o&&r)return s?t.deselect(i):t.select(i);o?t.deselect(i):t.select(i,s)}})}function zs(e){return!e.hidden}Vs.$inject=["canvas","eventBus"],Fs.$inject=["eventBus","selection","canvas","elementRegistry"];var Ws={__init__:["selectionVisuals","selectionBehavior"],__depends__:[js],selection:["type",Ls],selectionVisuals:["type",Vs],selectionBehavior:["type",Fs]};function Qs(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(1e9*Math.random())+"-"}Qs.prototype.next=function(){return this._prefix+ ++this._counter};var Hs=new Qs("ov");function Us(e,t,n,i){var o,r;this._eventBus=t,this._canvas=n,this._elementRegistry=i,this._ids=Hs,this._overlayDefaults=M({show:null,scale:!0},e&&e.defaults),this._overlays={},this._overlayContainers=[],this._overlayRoot=(o=n.getContainer(),et(r=Ze('<div class="djs-overlay-container" />'),{position:"absolute",width:0,height:0}),o.insertBefore(r,o.firstChild),r),this._init()}function Xs(e,t,n){et(e,{left:t+"px",top:n+"px"})}function Ks(e,t){e.style.display=!1===t?"none":""}function Ys(e,t){e.style["transform-origin"]="top left",["","-ms-","-webkit-"].forEach(function(n){e.style[n+"transform"]=t})}Us.$inject=["config.overlays","eventBus","canvas","elementRegistry"],Us.prototype.get=function(e){if(c(e)&&(e={id:e}),c(e.element)&&(e.element=this._elementRegistry.get(e.element)),e.element){var t=this._getOverlayContainer(e.element,!0);return t?e.type?d(t.overlays,C({type:e.type})):t.overlays.slice():[]}return e.type?d(this._overlays,C({type:e.type})):e.id?this._overlays[e.id]:null},Us.prototype.add=function(e,t,n){if(s(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=M({},this._overlayDefaults,n,{id:i,type:t,element:e,html:n.html}),this._addOverlay(n),i},Us.prototype.remove=function(e){var t=this.get(e)||[];r(t)||(t=[t]);var n=this;p(t,function(e){var t=n._getOverlayContainer(e.element,!0);if(e&&(vt(e.html),vt(e.htmlContainer),delete e.htmlContainer,delete e.element,delete n._overlays[e.id]),t){var i=t.overlays.indexOf(e);-1!==i&&t.overlays.splice(i,1)}})},Us.prototype.isShown=function(){return"none"!==this._overlayRoot.style.display},Us.prototype.show=function(){Ks(this._overlayRoot)},Us.prototype.hide=function(){Ks(this._overlayRoot,!1)},Us.prototype.clear=function(){this._overlays={},this._overlayContainers=[],rt(this._overlayRoot)},Us.prototype._updateOverlayContainer=function(e){var t=e.element,n=e.html,i=t.x,o=t.y;if(t.waypoints){var r=Bn(t);i=r.x,o=r.y}Xs(n,i,o),tt(e.html,"data-container-id",t.id)},Us.prototype._updateOverlay=function(e){var t,n,i=e.position,o=e.htmlContainer,r=e.element,s=i.left,a=i.top;void 0!==i.right&&(t=r.waypoints?Bn(r).width:r.width,s=-1*i.right+t);void 0!==i.bottom&&(n=r.waypoints?Bn(r).height:r.height,a=-1*i.bottom+n);Xs(o,s||0,a||0),this._updateOverlayVisibilty(e,this._canvas.viewbox())},Us.prototype._createOverlayContainer=function(e){var t=Ze('<div class="djs-overlays" />');et(t,{position:"absolute"}),this._overlayRoot.appendChild(t);var n={html:t,element:e,overlays:[]};return this._updateOverlayContainer(n),this._overlayContainers.push(n),n},Us.prototype._updateRoot=function(e){var t=e.scale||1,n="matrix("+[t,0,0,t,-1*e.x*t,-1*e.y*t].join(",")+")";Ys(this._overlayRoot,n)},Us.prototype._getOverlayContainer=function(e,t){var n=h(this._overlayContainers,function(t){return t.element===e});return n||t?n:this._createOverlayContainer(e)},Us.prototype._addOverlay=function(e){var t,n,i=e.id,o=e.element,r=e.html;r.get&&r.constructor.prototype.jquery&&(r=r.get(0)),c(r)&&(r=Ze(r)),n=this._getOverlayContainer(o),et(t=Ze('<div class="djs-overlay" data-overlay-id="'+i+'">'),{position:"absolute"}),t.appendChild(r),e.type&&it(t).add("djs-overlay-"+e.type),Ks(t,this._canvas.findRoot(o)===this._canvas.getRootElement()),e.htmlContainer=t,n.overlays.push(e),n.html.appendChild(t),this._overlays[i]=e,this._updateOverlay(e),this._updateOverlayVisibilty(e,this._canvas.viewbox())},Us.prototype._updateOverlayVisibilty=function(e,t){var n=e.show,o=this._canvas.findRoot(e.element),r=n&&n.minZoom,s=n&&n.maxZoom,a=e.htmlContainer,l=!0;(o!==this._canvas.getRootElement()||n&&(i(r)&&r>t.scale||i(s)&&s<t.scale))&&(l=!1),Ks(a,l),this._updateOverlayScale(e,t)},Us.prototype._updateOverlayScale=function(e,t){var n,o,r,s=e.scale,a=e.htmlContainer,l="";!0!==s&&(!1===s?(n=1,o=1):(n=s.min,o=s.max),i(n)&&t.scale<n&&(r=(1/t.scale||1)*n),i(o)&&t.scale>o&&(r=(1/t.scale||1)*o)),i(r)&&(l="scale("+r+","+r+")"),Ys(a,l)},Us.prototype._updateOverlaysVisibilty=function(e){var t=this;p(this._overlays,function(n){t._updateOverlayVisibilty(n,e)})},Us.prototype._init=function(){var e=this._eventBus,t=this;e.on("canvas.viewbox.changing",function(e){t.hide()}),e.on("canvas.viewbox.changed",function(e){var n;n=e.viewbox,t._updateRoot(n),t._updateOverlaysVisibilty(n),t.show()}),e.on(["shape.remove","connection.remove"],function(e){var n=e.element;p(t.get({element:n}),function(e){t.remove(e.id)});var i=t._getOverlayContainer(n);if(i){vt(i.html);var o=t._overlayContainers.indexOf(i);-1!==o&&t._overlayContainers.splice(o,1)}}),e.on("element.changed",500,function(e){var n=e.element,i=t._getOverlayContainer(n,!0);i&&(p(i.overlays,function(e){t._updateOverlay(e)}),t._updateOverlayContainer(i))}),e.on("element.marker.update",function(e){var n=t._getOverlayContainer(e.element,!0);n&&it(n.html)[e.add?"add":"remove"](e.marker)}),e.on("root.set",function(){t._updateOverlaysVisibilty(t._canvas.viewbox())}),e.on("diagram.clear",this.clear,this)};var Gs={__init__:["overlays"],overlays:["type",Us]};function Zs(e,t,n){this._eventBus=e,this._canvas=t,this._translate=n,e.on("diagram.init",function(){this._init()},this),e.on("import.done",function(e){e.error||this.update()},this),this.HTML_MARKUP='<div class="dmn-definitions"><div class="dmn-definitions-name" title="'+this._translate("Definition name")+'" spellcheck="false"></div><div class="dmn-definitions-id" title="'+this._translate("Definition ID")+'" spellcheck="false"></div></div>'}function Js(e,t){function n(e,n){it(t.getContainer()).toggle(e,n)}e.on("palette.create",function(){n("with-palette",!0)}),e.on("palette.changed",function(e){n("with-palette-two-column",e.twoColumn)})}Zs.$inject=["eventBus","canvas","translate"],Zs.prototype._init=function(){var e=this._canvas,t=this._eventBus,n=e.getContainer(),i=this._container=Ze(this.HTML_MARKUP);n.appendChild(i),this.nameElement=gt(".dmn-definitions-name",this._container),this.idElement=gt(".dmn-definitions-id",this._container),pt.bind(i,".dmn-definitions-name, .dmn-definitions-id","mousedown",function(e){e.stopPropagation()}),t.fire("definitionIdView.create",{html:i})},Zs.prototype.update=function(){var e=this._canvas.getRootElement().businessObject;this.nameElement.textContent=e.name,this.idElement.textContent=e.id},Js.$inject=["eventBus","canvas"];var ea={__depends__:[ks],__init__:["definitionPropertiesView","definitionPropertiesPaletteAdapter"],definitionPropertiesView:["type",Zs],definitionPropertiesPaletteAdapter:["type",Js]},ta=[{className:"dmn-icon-decision-table",matches:function(e){var t=$t(e);return At(t,"dmn:Decision")&&At(t.decisionLogic,"dmn:DecisionTable")},title:"Open decision table"},{className:"dmn-icon-literal-expression",matches:function(e){return At(Bt(e),"dmn:LiteralExpression")},title:"Open literal expression"}];class na{constructor(e,t,n,i,o){this._injector=e,this._eventBus=t,this._overlays=n,this._translate=o,this._config=i||{enabled:!0},t.on(["shape.added"],({element:e})=>{for(let t=0;t<ta.length;t++){const{matches:n,className:i,title:o}=ta[t];n&&n(e)&&this.addOverlay(e,i,o)}})}addOverlay(e,t,n){const i=!1!==this._config.enabled,o=this._getOverlayNode(t,n,i),r=this._overlays.add(e,{position:{top:2,left:2},html:o});i&&(it(o).add("interactive"),this.bindEventListener(e,o,r))}_getOverlayNode(e,t,n){const i=document.createElement("div");if(i.className="drill-down-overlay",!n){const t=document.createElement("span");return t.className=e,i.appendChild(t),i}const o=document.createElement("button");return o.type="button",o.className=e,o.title=this._translate(t),i.appendChild(o),i}bindEventListener(e,t,n){const i=this._overlays,o=this._eventBus,r=i._overlayRoot;pt.bind(r,'[data-overlay-id="'+n+'"]',"click",()=>{!1!==o.fire("drillDown.click",{element:e})&&this.drillDown(e)})}drillDown(e){const t=this._injector.get("_parent",!1);if(!t)return!1;const n=t.getView(e.businessObject);return!!n&&(t.open(n),!0)}}na.$inject=["injector","eventBus","overlays","config.drillDown","translate"];var ia={__depends__:[Gs,ks],__init__:["drillDown"],drillDown:["type",na]}; 16/** 17 * The code in the <project-logo></project-logo> area 18 * must not be changed. 19 * 20 * @see http://bpmn.io/license for more information. 21 */function oa(e){this._container=this._createContainer(),Yr(this._container),this._init(this._container,e)}function ra(e){return{x:e.x+e.width/2,y:e.y+e.height/2}}function sa(e,t){return{x:e.x-t.x,y:e.y-t.y}}function aa(e){return Math.log(e)/Math.log(10)}function la(e,t){var n=aa(e.min),i=aa(e.max);return(Math.abs(n)+Math.abs(i))/t}Lt(oa,lo),oa.prototype.saveSVG=yt(function(e){var t=this;return new Promise(function(e){var n=t.get("canvas"),i=n.getActiveLayer(),o=gt("defs",n._svg),r=xn(i),s=o&&o.outerHTML||"",a=i.getBBox();e({svg:'<?xml version="1.0" encoding="utf-8"?>\n\x3c!-- created with dmn-js / http://bpmn.io --\x3e\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="'+a.width+'" height="'+a.height+'" viewBox="'+a.x+" "+a.y+" "+a.width+" "+a.height+'" version="1.1">'+s+r+"</svg>"})})}),oa.prototype.getModules=function(){return this._modules},oa.prototype.destroy=function(){lo.prototype.destroy.call(this),vt(this._container)},oa.prototype.on=function(e,t,n,i){return this.get("eventBus").on(e,t,n,i)},oa.prototype.off=function(e,t){this.get("eventBus").off(e,t)},oa.prototype._init=function(e,t){var{additionalModules:n,canvas:i,...o}=t,r={...o,canvas:{...i,container:e},modules:[...[{drd:["value",this]}],...t.modules||this.getModules(),...n||[]]};lo.call(this,r),t&&t.container&&this.attachTo(t.container)},oa.prototype._emit=function(e,t){return this.get("eventBus").fire(e,t)},oa.prototype._createContainer=function(){return Ze('<div class="dmn-drd-container"></div>')},oa.prototype.open=function(e){var t=this;return new Promise((n,i)=>{var o;try{return t._definitions&&t.clear(),t._definitions=e,function(e,t,n){var i,o=e.get("drdImporter"),r=e.get("eventBus"),s=[];r.fire("import.start",{definitions:t});try{!function(e){new uo({root:function(e){return o.root(e)},element:function(e,t){return o.add(e,t)},error:function(e,t){s.push({message:e,context:t})}}).handleDefinitions(e)}(t)}catch(e){i=e}r.fire("import.done",{error:i,warnings:s}),n(i,s)}(t,e,function(e,t){e?(e.warnings=t||[],i(e)):n({warnings:t||[]})})}catch(e){o=e}o?(o.warnings=o.warnings||[],i(o)):n({warnings:[]})})},oa.prototype.attachTo=function(e){if(!e)throw new Error("parentNode required");this.detach();var t=this._container;e.appendChild(t),this._emit("attach",{}),this.get("canvas").resized()},oa.prototype.detach=function(){var e=this._container,t=e.parentNode;t&&(this._emit("detach",{}),t.removeChild(e))},oa.prototype._modules=[Cs,ks,Ws,Gs,ea,ia];var ca=Math.sign||function(e){return e>=0?1:-1},ua={min:.2,max:4};function ha(e,t,n){e=e||{},this._enabled=!1,this._canvas=n,this._container=n._container,this._handleWheel=R(this._handleWheel,this),this._totalDelta=0,this._scale=e.scale||.75;var i=this;t.on("canvas.focus.changed",function(t){i._init(t.focused&&!1!==e.enabled)})}ha.$inject=["config.zoomScroll","eventBus","canvas"],ha.prototype.scroll=function(e){this._canvas.scroll(e)},ha.prototype.reset=function(){this._canvas.zoom("fit-viewport")},ha.prototype.zoom=function(e,t){var n=la(ua,20);this._totalDelta+=e,Math.abs(this._totalDelta)>.1&&(this._zoom(e,t,n),this._totalDelta=0)},ha.prototype._handleWheel=function(e){if(this._canvas.isFocused()){var t=this._container;e.preventDefault();var n,i=e.ctrlKey||Rs()&&e.metaKey,o=e.shiftKey,r=-1*this._scale;if(r*=i?0===e.deltaMode?.02:.32:0===e.deltaMode?1:16,i){var s=t.getBoundingClientRect(),a={x:e.clientX-s.left,y:e.clientY-s.top};n=Math.sqrt(Math.pow(e.deltaY,2)+Math.pow(e.deltaX,2))*ca(e.deltaY)*r,this.zoom(n,a)}else n=o?{dx:r*e.deltaY,dy:0}:{dx:r*e.deltaX,dy:r*e.deltaY},this.scroll(n)}},ha.prototype.stepZoom=function(e,t){var n=la(ua,10);this._zoom(e,t,n)},ha.prototype._zoom=function(e,t,n){var i=this._canvas,o=e>0?1:-1,r=aa(i.zoom()),s=Math.round(r/n)*n;s+=n*o;var a,l,c=Math.pow(10,s);i.zoom((a=ua,l=c,Math.max(a.min,Math.min(a.max,l))),t)},ha.prototype.toggle=function(e){var t=this._container,n=this._handleWheel,i=this._enabled;return void 0===e&&(e=!i),i!==e&&ht[e?"bind":"unbind"](t,"wheel",n,!1),this._enabled=e,e},ha.prototype._init=function(e){this.toggle(e)};var da={__init__:["zoomScroll"],zoomScroll:["type",ha]},pa=/^djs-cursor-.*$/;function fa(e){var t=it(document.body);t.removeMatching(pa),e&&t.add("djs-cursor-"+e)}function ga(){fa(null)}function ma(e,t){function n(){return!1}return t=t||"element.click",e.once(t,5e3,n),function(){e.off(t,n)}}function va(e,t){var n;function i(e){return s(e.originalEvent)}function o(i){var o,r=n.start,s=n.button,a=Ts(i),l=sa(a,r);(!n.dragging&&(o=l,Math.sqrt(Math.pow(o.x,2)+Math.pow(o.y,2))>15)&&(n.dragging=!0,0===s&&ma(e),fa("grab")),n.dragging)&&(l=sa(a,n.last||n.start),t.scroll({dx:l.x,dy:l.y}),n.last=a);i.preventDefault()}function r(e){ht.unbind(document,"mousemove",o),ht.unbind(document,"mouseup",r),n=null,ga()}function s(e){if(!st(e.target,".djs-draggable")){var t=e.button;if(!(t>=2||e.ctrlKey||e.shiftKey||e.altKey))return n={button:t,start:Ts(e)},ht.bind(document,"mousemove",o),ht.bind(document,"mouseup",r),!0}}e.on("canvas.focus.changed",function(t){t.focused?e.on("element.mousedown",500,i):e.off("element.mousedown",i)}),this.isActive=function(){return!!n}}va.$inject=["eventBus","canvas"];var ya={__init__:["moveCanvas"],moveCanvas:["type",va]};function xa(e){return CSS.escape(e)}var ba={"&":"&","<":"<",">":">",'"':""","'":"'"};var _a=["c","C"],wa=["v","V"],Ca=["d","D"],ka=["x","X"],Oa=["y","Y"],Ea=["z","Z"];function Sa(e){return!e.altKey&&(e.ctrlKey||e.metaKey)}function Ta(e,t){return-1!==(e=r(e)?e:[e]).indexOf(t.key)||-1!==e.indexOf(t.code)}function Ra(e){return e.shiftKey}function Ma(e){return Sa(e)&&!Ra(e)&&Ta(Ea,e)}function Aa(e){return Sa(e)&&(Ta(Oa,e)||Ta(Ea,e)&&Ra(e))}function Pa(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=gt(Pa.INPUT_SELECTOR,this._container),this._resultsContainer=gt(Pa.RESULTS_CONTAINER_SELECTOR,this._container),this._canvas.getContainer().appendChild(this._container),t.on(["canvas.destroy","diagram.destroy","drag.init","elements.changed"],this.close,this)}function Da(e,t,n){var i=function(e){var t="";return e.forEach(function(e){var n,i=(n=""+(n=e.value||e.matched||e.normal))&&n.replace(/[&<>"']/g,function(e){return ba[e]}),o=e.match||e.matched;t+=o?'<b class="'+Pa.RESULT_HIGHLIGHT_CLASS+'">'+i+"</b>":i}),""!==t?t:null}(t),o=Ze(n);o.innerHTML=i,e.appendChild(o)}Pa.$inject=["canvas","eventBus","selection","translate"],Pa.prototype._bindEvents=function(){var e=this;function t(t,n,i,o){e._eventMaps.push({el:t,type:i,listener:pt.bind(t,n,i,o)})}t(document,"html","click",function(t){e.close(!1)}),t(this._container,Pa.INPUT_SELECTOR,"click",function(e){e.stopPropagation(),e.delegateTarget.focus()}),t(this._container,Pa.RESULT_SELECTOR,"mouseover",function(t){t.stopPropagation(),e._scrollToNode(t.delegateTarget),e._preselect(t.delegateTarget)}),t(this._container,Pa.RESULT_SELECTOR,"click",function(t){t.stopPropagation(),e._select(t.delegateTarget)}),t(this._container,Pa.INPUT_SELECTOR,"keydown",function(e){Ta("ArrowUp",e)&&e.preventDefault(),Ta("ArrowDown",e)&&e.preventDefault()}),t(this._container,Pa.INPUT_SELECTOR,"keyup",function(t){if(Ta("Escape",t))return e.close();if(Ta("Enter",t)){var n=e._getCurrentResult();return n?e._select(n):e.close(!1)}return Ta("ArrowUp",t)?e._scrollToDirection(!0):Ta("ArrowDown",t)?e._scrollToDirection():void(Ta(["ArrowLeft","ArrowRight"],t)||e._search(t.delegateTarget.value))})},Pa.prototype._unbindEvents=function(){this._eventMaps.forEach(function(e){pt.unbind(e.el,e.type,e.listener)})},Pa.prototype._search=function(e){var t=this;if(this._clearResults(),e.trim()){var n=this._searchProvider.find(e);if((n=n.filter(function(e){return!t._canvas.getRootElements().includes(e.element)})).length){n.forEach(function(e){var n=e.element.id,i=t._createResultNode(e,n);t._results[n]={element:e.element,node:i}});var i=gt(Pa.RESULT_SELECTOR,this._resultsContainer);this._scrollToNode(i),this._preselect(i)}else this._selection.select(null)}},Pa.prototype._scrollToDirection=function(e){var t=this._getCurrentResult();if(t){var n=e?t.previousElementSibling:t.nextElementSibling;n&&(this._scrollToNode(n),this._preselect(n))}},Pa.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)}},Pa.prototype._clearResults=function(){rt(this._resultsContainer),this._results={},this._eventBus.fire("searchPad.cleared")},Pa.prototype._getCurrentResult=function(){return gt(Pa.RESULT_SELECTED_SELECTOR,this._resultsContainer)},Pa.prototype._createResultNode=function(e,t){var n=Ze(Pa.RESULT_HTML);return e.primaryTokens.length>0&&Da(n,e.primaryTokens,Pa.RESULT_PRIMARY_HTML),Da(n,e.secondaryTokens,Pa.RESULT_SECONDARY_HTML),tt(n,Pa.RESULT_ID_ATTRIBUTE,t),this._resultsContainer.appendChild(n),n},Pa.prototype.registerProvider=function(e){this._searchProvider=e},Pa.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,it(this._canvas.getContainer()).add("djs-search-open"),it(this._container).add("open"),this._searchInput.focus(),this._eventBus.fire("searchPad.opened"))},Pa.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,it(this._canvas.getContainer()).remove("djs-search-open"),it(this._container).remove("open"),this._clearResults(),this._searchInput.value="",this._searchInput.blur(),this._eventBus.fire("searchPad.closed"),this._canvas.restoreFocus())},Pa.prototype.toggle=function(){this.isOpen()?this.close():this.open()},Pa.prototype.isOpen=function(){return this._open},Pa.prototype._preselect=function(e){var t=this._getCurrentResult();if(e!==t){t&&it(t).remove(Pa.RESULT_SELECTED_CLASS);var n=tt(e,Pa.RESULT_ID_ATTRIBUTE),i=this._results[n].element;it(e).add(Pa.RESULT_SELECTED_CLASS),this._canvas.scrollToElement(i,{top:300}),this._selection.select(i),this._eventBus.fire("searchPad.preselected",i)}},Pa.prototype._select=function(e){var t=tt(e,Pa.RESULT_ID_ATTRIBUTE),n=this._results[t].element;this._cachedSelection=null,this._cachedViewbox=null,this.close(!1),this._canvas.scrollToElement(n,{top:300}),this._selection.select(n),this._eventBus.fire("searchPad.selected",n)},Pa.prototype._getBoxHtml=function(){const e=Ze(Pa.BOX_HTML),t=gt(Pa.INPUT_SELECTOR,e);return t&&t.setAttribute("aria-label",this._translate("Search in diagram")),e},Pa.CONTAINER_SELECTOR=".djs-search-container",Pa.INPUT_SELECTOR=".djs-search-input input",Pa.RESULTS_CONTAINER_SELECTOR=".djs-search-results",Pa.RESULT_SELECTOR=".djs-search-result",Pa.RESULT_SELECTED_CLASS="djs-search-result-selected",Pa.RESULT_SELECTED_SELECTOR="."+Pa.RESULT_SELECTED_CLASS,Pa.RESULT_ID_ATTRIBUTE="data-result-id",Pa.RESULT_HIGHLIGHT_CLASS="djs-search-highlight",Pa.BOX_HTML='<div class="djs-search-container djs-scrollable">\n <div class="djs-search-input">\n <svg class="djs-search-icon" width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">\n <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"/>\n </svg>\n <input type="text" spellcheck="false" />\n </div>\n <div class="djs-search-results" />\n</div>',Pa.RESULT_HTML='<div class="djs-search-result"></div>',Pa.RESULT_PRIMARY_HTML='<div class="djs-search-result-primary"></div>',Pa.RESULT_SECONDARY_HTML='<p class="djs-search-result-secondary"></p>';var $a={__depends__:[ks,Gs,Ws],searchPad:["type",Pa]};function Ia(e){return At(e,"dmn:Decision")||At(e,"dmn:BusinessKnowledgeModel")||At(e,"dmn:InputData")||At(e,"dmn:KnowledgeSource")?"name":At(e,"dmn:TextAnnotation")?"text":void 0}function Ba(e){var t=e.businessObject,n=Ia(t);if(n)return t[n]||""}function ja(e,t,n){this._elementRegistry=e,this._canvas=n,t.registerProvider(this)}function La(e){return d(e,function(e){return!!e.matched}).length>0}function Na(e,t){const n=[],i=e;if(!e)return n;e=e.toLowerCase(),t=t.toLowerCase();const o=e.indexOf(t);return o>-1?(0!==o&&n.push({normal:i.substr(0,o)}),n.push({matched:i.substr(o,t.length)}),t.length+o<e.length&&n.push({normal:i.substr(t.length+o,e.length)})):n.push({normal:i}),n}ja.$inject=["elementRegistry","searchPad","canvas"],ja.prototype.find=function(e){const t=this._canvas.getRootElement();let n=this._elementRegistry.filter(function(e){return!e.labelTarget});return n=d(n,function(e){return e!==t}),n=v(n,function(t){return{primaryTokens:Na(Ba(t),e),secondaryTokens:Na(t.id,e),element:t}}),n=d(n,function(e){return La(e.primaryTokens)||La(e.secondaryTokens)}),n=w(n,function(e){return Ba(e.element)+e.element.id}),n};var qa={__depends__:[$a],__init__:["dmnSearch"],dmnSearch:["type",ja]};function Va(e){oa.call(this,e)}function Fa(e){return e&&e[e.length-1]}function za(e){return e.y}function Wa(e){return e.x}Lt(Va,oa),Va.prototype._navigationModules=[da,ya,qa],Va.prototype._modules=[].concat(Va.prototype._modules,Va.prototype._navigationModules);var Qa={left:Wa,center:Wa,right:function(e){return e.x+e.width},top:za,middle:za,bottom:function(e){return e.y+e.height}};function Ha(e,t){this._modeling=e,this._rules=t}Ha.$inject=["modeling","rules"],Ha.prototype._getOrientationDetails=function(e){var t="x",n="width";return-1!==["top","bottom","middle"].indexOf(e)&&(t="y",n="height"),{axis:t,dimension:n}},Ha.prototype._isType=function(e,t){return-1!==t.indexOf(e)},Ha.prototype._alignmentPosition=function(e,t){var n,i,o,r=this._getOrientationDetails(e),s=r.axis,a=r.dimension,l={},c={},u=!1;if(this._isType(e,["left","top"]))l[e]=t[0][s];else if(this._isType(e,["right","bottom"]))o=Fa(t),l[e]=o[s]+o[a];else if(this._isType(e,["center","middle"])){if(p(t,function(e){var t=e[s]+Math.round(e[a]/2);c[t]?c[t].elements.push(e):c[t]={elements:[e],center:t}}),n=w(c,function(e){return e.elements.length>1&&(u=!0),e.elements.length}),u)return l[e]=Fa(n).center,l;i=t[0],o=Fa(t=w(t,function(e){return e[s]+e[a]})),l[e]=function(e,t){return Math.round((e[s]+t[s]+t[a])/2)}(i,o)}return l},Ha.prototype.trigger=function(e,t){var n,i=this._modeling,o=d(e,function(e){return!(e.waypoints||e.host||e.labelTarget)});if(r(n=this._rules.allowed("elements.align",{elements:o}))&&(o=n),!(o.length<2)&&n){var s=w(o,Qa[t]),a=this._alignmentPosition(t,s);i.alignElements(s,a)}};var Ua={__init__:["alignElements"],alignElements:["type",Ha]};function Xa(e,t,n,i){for(var o;o=Ka(e,n,t);)n=i(t,n,o);return n}function Ka(e,t,n){var i={x:t.x-n.width/2,y:t.y-n.height/2,width:n.width,height:n.height},o=function(e){var t=Ya(e);e.host&&(t=t.concat(Ya(e.host)));e.attachers&&(t=t.concat(e.attachers.reduce(function(e,t){return e.concat(Ya(t))},[])));return t}(e);return h(o,function(e){return e!==n&&"intersect"===Pi(e,i,10)})}function Ya(e){return(t=e,t.outgoing.map(function(e){return e.target})).concat(function(e){return e.incoming.map(function(e){return e.source})}(e));var t}function Ga(){return!0}function Za(e,t,n){e.on("autoPlace",100,function(e){var t=e.shape;return function(e,t,n){n||(n={});var i=n.defaultDistance||50,o=Ai(e),r=Ti(e);return{x:r.right+i+t.width/2,y:o.y}}(e.source,t)}),e.on("autoPlace.end",function(e){n.scrollToElement(e.shape)}),this.append=function(n,i,o){e.fire("autoPlace.start",{source:n,shape:i});var r=e.fire("autoPlace",{source:n,shape:i}),s=t.appendShape(n,i,r,n.parent,o);return e.fire("autoPlace.end",{source:n,shape:s}),s}}function Ja(e,t){e.on("autoPlace.end",500,function(e){t.select(e.shape)})}Za.$inject=["eventBus","modeling","canvas"],Ja.$inject=["eventBus","selection"];var el={__init__:["autoPlaceSelectionBehavior"],autoPlace:["type",Za],autoPlaceSelectionBehavior:["type",Ja]},tl={width:135,height:46},nl={width:180,height:80},il={width:125,height:45},ol={width:100,height:63};function rl(e){to.call(this),this._drdFactory=e}Lt(rl,to),rl.$inject=["drdFactory"],rl.prototype.baseCreate=to.prototype.create,rl.prototype.create=function(e,t){return this.createDrdElement(e,t)},rl.prototype.createDrdElement=function(e,t){var n,i=this._drdFactory,o=(t=t||{}).businessObject;if(!o){if(!t.type)throw new Error("no shape type specified");o=i.create(t.type)}return o.di||("connection"===e?o.di=i.createDiEdge(o,[]):"shape"===e&&(o.di=i.createDiShape(o,{}))),n=this._getDefaultSize(o),t=M({businessObject:o,id:o.id},n,t),this.baseCreate(e,t)},rl.prototype._getDefaultSize=function(e){return At(e,"dmn:BusinessKnowledgeModel")?tl:At(e,"dmn:Decision")?nl:At(e,"dmn:InputData")?il:At(e,"dmn:KnowledgeSource")?ol:{width:100,height:80}};var sl="left",al="right",ll=60,cl=nl.width;function ul(e,t){return At(t,"dmn:TextAnnotation")?function(e,t){var n=Ti(e),i={x:n.right+t.width/2,y:n.top-50-t.height/2};return Xa(e,t,i,function(e){return function(t,n,i){var o={x:n.x,y:n.y};return["x","y"].forEach(function(r){var s=e[r];if(s){var a="x"===r?"width":"height",l=s.margin,c=s.minDistance;o[r]=l<0?Math.min(i[r]+l-t[a]/2,n[r]-c+l):Math.max(i[r]+i[a]+l+t[a]/2,n[r]+c+l)}}),o}}({y:{margin:-30,minDistance:20}}))}(e,t):At(t,"dmn:DRGElement")?function(e,t){var n=Ti(e),i=Ai(e);function o(t){return t.target===e?1:-1}var r=function(e,t){t||(t={});var n=t.defaultDistance||50,i=t.direction||"e",o=t.filter,r=t.getWeight||function(t){return t.source===e?1:-1},s=t.maxDistance||250,a=t.reference||"start";function l(e,t){return"n"===i?"start"===a?Ti(e).top-Ti(t).bottom:"center"===a?Ti(e).top-Ai(t).y:Ti(e).top-Ti(t).top:"w"===i?"start"===a?Ti(e).left-Ti(t).right:"center"===a?Ti(e).left-Ai(t).x:Ti(e).left-Ti(t).left:"s"===i?"start"===a?Ti(t).top-Ti(e).bottom:"center"===a?Ai(t).y-Ti(e).bottom:Ti(t).bottom-Ti(e).bottom:"start"===a?Ti(t).left-Ti(e).right:"center"===a?Ai(t).x-Ti(e).right:Ti(t).right-Ti(e).right}o||(o=Ga);var c=e.incoming.filter(o).map(function(t){var n=r(t),i=n<0?l(t.source,e):l(e,t.source);return{id:t.source.id,distance:i,weight:n}}),u=e.outgoing.filter(o).map(function(t){var n=r(t),i=n>0?l(e,t.target):l(t.target,e);return{id:t.target.id,distance:i,weight:n}}),h=f(c.concat(u).reduce(function(e,t){return e[t.id+"__weight_"+t.weight]=t,e},{}),function(e,t){var n=t.distance,i=t.weight;return n<0||n>s||(e[String(n)]||(e[String(n)]=0),e[String(n)]+=1*i,(!e.distance||e[e.distance]<e[String(n)])&&(e.distance=n)),e},{});return h.distance||n}(e,{defaultDistance:180,direction:"s",getWeight:o,filter:hl,reference:"center"}),s={x:i.x,y:n.bottom+r};return Xa(e,t,s,function(e){var t,n,i=Ai(e);return function(e,o,r){var s;return t?(o.x<i.x?t=r:n=r,s=dl(i,Ai(t))<dl(i,Ai(n))?sl:al):(t=r,n=r,s=Ai(r).x-i.x>0?sl:al),s===sl?{x:Math.min(Ai(t).x-cl-ll,Ti(t).left-ll-e.width/2),y:o.y}:{x:Math.max(Ai(n).x+cl+ll,Ti(n).right+ll+e.width/2),y:o.y}}}(e))}(e,t):void 0}function hl(e){return!At(e,"dmn:Association")}function dl(e,t){return Math.abs(t.x-e.x)}function pl(e){e.on("autoPlace",function(e){var t=e.shape;return ul(e.source,t)})}pl.$inject=["eventBus"];var fl={__depends__:[el],__init__:["dmnAutoPlace"],dmnAutoPlace:["type",pl]};function gl(e,t,n){var i,o,r=this,s=n.get("dragging",!1);s&&t.on("drag.start",function(n){t.once("drag.move",1500,function(t){!function(t){if(!t.hover){var n=t.originalEvent,i=r._findTargetGfx(n),o=i&&e.get(i);i&&o&&(t.stopPropagation(),s.hover({element:o,gfx:i}),s.move(n))}}(t)})}),t.on("element.hover",function(e){i=e.gfx,o=e.element}),t.on("element.hover",1500,function(e){o&&t.fire("element.out",{element:o,gfx:i})}),t.on("element.out",function(){i=null,o=null}),this._findTargetGfx=function(e){var t;if(e instanceof MouseEvent)return t=Ts(e),function(e){return st(e,"svg, .djs-element",!0)}(document.elementFromPoint(t.x,t.y))}}gl.$inject=["elementRegistry","eventBus","injector"];var ml={__init__:["hoverFix"],hoverFix:["type",gl]},vl=Math.round,yl="djs-drag-active";function xl(e){e.preventDefault()}function bl(e,t,n,i){var o,r={threshold:5,trapClick:!0};function s(e){var n=t.viewbox(),i=t._container.getBoundingClientRect();return{x:n.x+(e.x-i.left)/n.scale,y:n.y+(e.y-i.top)/n.scale}}function a(t,n){n=n||o;var i=e.createEvent(M({},n.payload,n.data,{isTouch:n.isTouch}));return!1!==e.fire("drag."+t,i)&&e.fire(n.prefix+"."+t,i)}function l(e,i){var r,l=o.payload,c=o.displacement,u=o.globalStart,h=Ts(e),d=sa(h,u),p=o.localStart,f=s(h),m=sa(f,p);if(!o.active&&(i||(r=d,Math.sqrt(Math.pow(r.x,2)+Math.pow(r.y,2))>o.threshold))){if(M(l,{x:vl(p.x+c.x),y:vl(p.y+c.y),dx:0,dy:0},{originalEvent:e}),!1===a("start"))return g();o.active=!0,o.keepSelection||(l.previousSelection=n.get(),n.select(null)),o.cursor&&fa(o.cursor),t.addMarker(t.getRootElement(),yl)}Ss(e),o.active&&(M(l,{x:vl(f.x+c.x),y:vl(f.y+c.y),dx:vl(m.x),dy:vl(m.y)},{originalEvent:e}),a("move"))}function c(e){var t=!0;o.active&&(e&&(o.payload.originalEvent=e,Ss(e)),t=a("end")),!1===t&&a("rejected"),a("ended",m(!0!==t))}function u(e){Ta("Escape",e)&&(xl(e),g())}function h(t){var n;o.active&&(n=ma(e),setTimeout(n,400),xl(t)),c(t)}function d(e){l(e)}function p(e){var t=o.payload;t.hoverGfx=e.gfx,t.hover=e.element,a("hover")}function f(e){a("out");var t=o.payload;t.hoverGfx=null,t.hover=null}function g(e){var t;if(o){var n=o.active;n&&a("cancel"),t=m(e),n&&a("canceled",t)}}function m(r){var s,m;a("cleanup"),ga(),m=o.trapClick?h:c,ht.unbind(document,"mousemove",l),ht.unbind(document,"dragstart",xl),ht.unbind(document,"selectstart",xl),ht.unbind(document,"mousedown",m,!0),ht.unbind(document,"mouseup",m,!0),ht.unbind(document,"keyup",u),ht.unbind(document,"touchstart",d,!0),ht.unbind(document,"touchcancel",g,!0),ht.unbind(document,"touchmove",l,!0),ht.unbind(document,"touchend",c,!0),e.off("element.hover",p),e.off("element.out",f),t.removeMarker(t.getRootElement(),yl);var v=o.payload.previousSelection;return!1!==r&&v&&!n.get().length&&function(e){var t=e.filter(function(e){return i.get(e.id)});t.length&&n.select(t)}(v),s=o,o=null,s}e.on("diagram.destroy",g),this.init=function(t,n,i,m){o&&g(!1),"string"==typeof n&&(m=i,i=n,n=null);var v,y,x,b,_,w=(m=M({},r,m||{})).data||{};b=m.trapClick?h:c,t?(v=Es(t)||t,y=Ts(t),Ss(t),"dragstart"===v.type&&xl(v)):(v=null,y={x:0,y:0}),x=s(y),n||(n=x),_=function(e){return"undefined"!=typeof TouchEvent&&e instanceof TouchEvent}(v),o=M({prefix:i,data:w,payload:{},globalStart:y,displacement:sa(n,x),localStart:x,isTouch:_},m),m.manual||(_?(ht.bind(document,"touchstart",d,!0),ht.bind(document,"touchcancel",g,!0),ht.bind(document,"touchmove",l,!0),ht.bind(document,"touchend",c,!0)):(ht.bind(document,"mousemove",l),ht.bind(document,"dragstart",xl),ht.bind(document,"selectstart",xl),ht.bind(document,"mousedown",b,!0),ht.bind(document,"mouseup",b,!0)),ht.bind(document,"keyup",u),e.on("element.hover",p),e.on("element.out",f)),a("init"),m.autoActivate&&l(t,!0)},this.move=l,this.hover=p,this.out=f,this.end=c,this.cancel=g,this.context=function(){return o},this.setOptions=function(e){M(r,e)}}bl.$inject=["eventBus","canvas","selection","elementRegistry"];var _l={__depends__:[ml,Ws],dragging:["type",bl]};function wl(e,t,n){this._canvas=n,this._opts=M({scrollThresholdIn:[20,20,20,20],scrollThresholdOut:[0,0,0,0],scrollRepeatTimeout:15,scrollStep:10},e);var i=this;t.on("drag.move",function(e){var t=i._toBorderPoint(e);i.startScroll(t)}),t.on(["drag.cleanup"],function(){i.stopScroll()})}function Cl(e,t,n){return t<e&&e<n}wl.$inject=["config.autoScroll","eventBus","canvas"],wl.prototype.startScroll=function(e){var t=this._canvas,n=this._opts,i=this,o=t.getContainer().getBoundingClientRect(),r=[e.x,e.y,o.width-e.x,o.height-e.y];this.stopScroll();for(var s=0,a=0,l=0;l<4;l++)Cl(r[l],n.scrollThresholdOut[l],n.scrollThresholdIn[l])&&(0===l?s=n.scrollStep:1==l?a=n.scrollStep:2==l?s=-n.scrollStep:3==l&&(a=-n.scrollStep));0===s&&0===a||(t.scroll({dx:s,dy:a}),this._scrolling=setTimeout(function(){i.startScroll(e)},n.scrollRepeatTimeout))},wl.prototype.stopScroll=function(){clearTimeout(this._scrolling)},wl.prototype.setOptions=function(e){this._opts=M({},this._opts,e)},wl.prototype._toBorderPoint=function(e){var t=this._canvas._container.getBoundingClientRect(),n=Ts(e.originalEvent);return{x:n.x-t.left,y:n.y-t.top}};var kl={__depends__:[_l],__init__:["autoScroll"],autoScroll:["type",wl]};function Ol(e){this._commandStack=e.get("commandStack",!1)}Ol.$inject=["injector"],Ol.prototype.allowed=function(e,t){var n=!0,i=this._commandStack;return i&&(n=i.canExecute(e,t)),void 0===n||n};var El={__init__:["rules"],rules:["type",Ol]},Sl=Math.round,Tl=Math.max;function Rl(e,t){return function(e,t){var n,i;for(n=0;i=e[n];n++)if(Qn(i,t)<=10)return{point:e[n],bendpoint:!0,index:n};return null}(e,t)||function(e,t){var n,i,o=xi(function(e,t){return[["M",e.x,e.y],["m",0,-t],["a",t,t,0,1,1,0,2*t],["a",t,t,0,1,1,0,-2*t],["z"]]}(t,10),(n=[],e.forEach(function(e,t){n.push([0===t?"M":"L",e.x,e.y])}),n)),r=o[0],s=o[o.length-1];return r?r!==s?r.segment2!==s.segment2?{point:e[i=Tl(r.segment2,s.segment2)-1],bendpoint:!0,index:i}:{point:{x:Sl(r.x+s.x)/2,y:Sl(r.y+s.y)/2},index:r.segment2}:{point:{x:Sl(r.x),y:Sl(r.y)},index:r.segment2}:null}(e,t)}function Ml(e,t){var n=t[0],i=t[1],o={x:i.x-n.x,y:i.y-n.y},r=function(e,t,n){var i=[{n:e[0]-n[0],lambda:t[0]},{n:e[1]-n[1],lambda:t[1]}];return-(i[0].n*t[0]+i[1].n*t[1])/(i[0].lambda*t[0]+i[1].lambda*t[1])}([n.x,n.y],[o.x,o.y],[e.x,e.y]);return{x:n.x+r*o.x,y:n.y+r*o.y}}function Al(e,t){var n,i=Ml(e,t),o={x:i.x-e.x,y:i.y-e.y};return n=o,Math.sqrt(Math.pow(n.x,2)+Math.pow(n.y,2))}var Pl="djs-bendpoint",Dl="djs-segment-dragger";function $l(e,t,n){var i=function(e,t){var n,i=Ts(t),o=e._container.getBoundingClientRect();n={x:o.left,y:o.top};var r=e.viewbox();return{x:r.x+(i.x-n.x)/r.scale,y:r.y+(i.y-n.y)/r.scale}}(e,n);return Rl(t,i)}function Il(e,t){var n=cn("g");tn(n).add(Pl),Yt(e,n);var i=cn("circle");Jt(i,{cx:0,cy:0,r:4}),tn(i).add("djs-visual"),Yt(n,i);var o=cn("circle");return Jt(o,{cx:0,cy:0,r:10}),tn(o).add("djs-hit"),Yt(n,o),t&&tn(n).add(t),n}function Bl(e,t,n,i){var o=cn("g");Yt(e,o);var r=function(e,t,n){var i=t.x-e.x,o=t.y-e.y;return Ll("h"===n?i:o)}(t,n,i),s=cn("rect");Jt(s,{x:-9,y:-3,width:18,height:6}),tn(s).add("djs-visual"),Yt(o,s);var a=cn("rect");return Jt(a,{x:-r/2,y:-8.5,width:r,height:17}),tn(a).add("djs-hit"),Yt(o,a),function(e,t){var n=pn();n.setRotate(t,0,0),wn(e,n)}(o,"v"===i?90:0),o}function jl(e,t,n){var i=cn("g"),o=Kn(t,n),r=Un(t,n);return Yt(e,i),Bl(i,t,n,r),tn(i).add(Dl),tn(i).add("h"===r?"horizontal":"vertical"),io(i,o.x,o.y),i}function Ll(e){return Math.abs(Math.round(2*e/3))}function Nl(e,t){var n=function(e,t){for(var n,i=t.waypoints,o=1/0,r=0;r<i.length-1;r++){var s=Al(e,[i[r],i[r+1]]);s<o&&(o=s,n=r)}return[i[n],i[n+1]]}(e,t);return Ml(e,n)}function ql(e,t,n,i,o){function r(e,n){var r,s=n.waypoints,a=$l(t,s,e);if(a)return r=function(e,t){var n,i,o=e.waypoints;return t.index<=0||t.bendpoint?null:(i=Un((n={start:o[t.index-1],end:o[t.index]}).start,n.end))?Ll("h"===i?n.end.x-n.start.x:n.end.y-n.start.y)/2:null}(n,a),!function(e,t,n){var i,o,r,s,a,l,c=e.index,u=e.point;return!(c<=0||e.bendpoint)&&(r=Kn(i=t[c-1],o=t[c]),s=Un(i,o),a=Math.abs(u.x-r.x),l=Math.abs(u.y-r.y),s&&a<=n&&l<=n)}(a,s,r)?i.start(e,n,a.index,!a.bendpoint):o.start(e,n,a.index),!0}function s(e,t,i){ht.bind(e,t,function(e){n.triggerMouseEvent(t,e,i),e.stopPropagation()})}function a(e,n){var i=t.getLayer("overlays"),o=gt('.djs-bendpoints[data-element-id="'+xa(e.id)+'"]',i);return!o&&n&&(Jt(o=cn("g"),{"data-element-id":e.id}),tn(o).add("djs-bendpoints"),Yt(i,o),s(o,"mousedown",e),s(o,"click",e),s(o,"dblclick",e)),o}function l(e,t){return gt('.djs-segment-dragger[data-segment-idx="'+e+'"]',t)}function c(e,t){t.waypoints.forEach(function(t,n){var i=Il(e);Yt(e,i),io(i,t.x,t.y)}),Il(e,"floating")}function u(e,t){for(var n,i,o,r=t.waypoints,a=1;a<r.length;a++)Un(n=r[a-1],i=r[a])&&(Jt(o=jl(e,n,i),{"data-segment-idx":a}),s(o,"mousemove",t))}function h(e){var t=a(e);return t||(c(t=a(e,!0),e),u(t,e)),t}function d(e){var t=a(e);t&&(!function(e){p(mt("."+Dl,e),function(e){bn(e)})}(t),function(e){p(mt("."+Pl,e),function(e){bn(e)})}(t),u(t,e),c(t,e))}function f(e,t,n){var i,o,r=l(t.index,e),s=n[t.index-1],a=n[t.index],c=t.point,u=Kn(s,a),h=Un(s,a);r&&(i=function(e){return gt(".djs-visual",e)}(r),o={x:c.x-u.x,y:c.y-u.y},"v"===h&&(o={x:o.y,y:o.x}),io(i,o.x,o.y))}e.on("connection.changed",function(e){d(e.element)}),e.on("connection.remove",function(e){var t=a(e.element);t&&bn(t)}),e.on("element.marker.update",function(e){var t,n=e.element;n.waypoints&&(t=h(n),e.add?tn(t).add(e.marker):tn(t).remove(e.marker))}),e.on("element.mousemove",function(e){var n,i,o=e.element,r=o.waypoints;if(r){if(n=a(o,!0),!(i=$l(t,r,e.originalEvent)))return;!function(e,t){var n=gt(".floating",e),i=t.point;n&&io(n,i.x,i.y)}(n,i),i.bendpoint||f(n,i,r)}}),e.on("element.mousedown",function(e){if(As(e)){var t=e.originalEvent,n=e.element;if(n.waypoints)return r(t,n)}}),e.on("selection.changed",function(e){var t=e.newSelection[0];t&&t.waypoints&&h(t)}),e.on("element.hover",function(e){var t=e.element;t.waypoints&&(h(t),n.registerEvent(e.gfx,"mousemove","element.mousemove"))}),e.on("element.out",function(e){n.unregisterEvent(e.gfx,"mousemove","element.mousemove")}),e.on("element.updateId",function(e){var t=e.element,n=e.newId;if(t.waypoints){var i=a(t);i&&Jt(i,{"data-element-id":n})}}),this.addHandles=h,this.updateHandles=d,this.getBendpointsContainer=a,this.getSegmentDragger=l}ql.$inject=["eventBus","canvas","interactionEvents","bendpointMove","connectionSegmentMove"];var Vl=Math.round,Fl="reconnectStart",zl="reconnectEnd",Wl="updateWaypoints";function Ql(e,t,n,i,o,r){this._injector=e,this.start=function(e,t,r,s){var a,l=n.getGraphics(t),c=t.source,u=t.target,h=t.waypoints,d=(a=s||0!==r?s||r!==h.length-1?Wl:zl:Fl)===Wl?"connection.updateWaypoints":"connection.reconnect",p=o.allowed(d,{connection:t,source:c,target:u});!1===p&&(p=o.allowed(d,{connection:t,source:u,target:c})),!1!==p&&i.init(e,"bendpoint.move",{data:{connection:t,connectionGfx:l,context:{allowed:p,bendpointIndex:r,connection:t,source:c,target:u,insert:s,type:a}}})},t.on("bendpoint.move.hover",function(e){var t,n=e.context,i=n.connection,r=i.source,s=i.target,a=e.hover,l=n.type;if(n.hover=a,a){var c=l===Wl?"connection.updateWaypoints":"connection.reconnect";if(t=n.allowed=o.allowed(c,{connection:i,source:l===Fl?a:r,target:l===zl?a:s}))return n.source=l===Fl?a:r,void(n.target=l===zl?a:s);!1===t&&(t=n.allowed=o.allowed(c,{connection:i,source:l===zl?a:s,target:l===Fl?a:r})),t&&(n.source=l===zl?a:s,n.target=l===Fl?a:r)}}),t.on(["bendpoint.move.out","bendpoint.move.cleanup"],function(e){var t=e.context,n=t.type;t.hover=null,t.source=null,t.target=null,n!==Wl&&(t.allowed=!1)}),t.on("bendpoint.move.end",function(e){var t=e.context,n=t.allowed,i=t.bendpointIndex,o=t.connection,s=t.insert,a=o.waypoints.slice(),l=t.source,c=t.target,u=t.type,h=t.hints||{},d={x:Vl(e.x),y:Vl(e.y)};if(!n)return!1;u===Wl?(s?a.splice(i,0,d):a[i]=d,h.bendpointMove={insert:s,bendpointIndex:i},a=this.cropWaypoints(o,a),r.updateWaypoints(o,function(e){e=e.slice();for(var t,n,i,o=0;e[o];)t=e[o],n=e[o-1],0===Qn(t,i=e[o+1])||Hn(n,i,t)?e.splice(o,1):o++;return e}(a),h)):(u===Fl?(h.docking="source",Hl(t)&&(h.docking="target",h.newWaypoints=a.reverse())):u===zl&&(h.docking="target",Hl(t)&&(h.docking="source",h.newWaypoints=a.reverse())),r.reconnect(o,l,c,d,h))},this)}function Hl(e){var t=e.hover,n=e.source,i=e.target,o=e.type;return o===Fl?t&&i&&t===i&&n!==i:o===zl?t&&n&&t===n&&n!==i:void 0}Ql.$inject=["injector","eventBus","canvas","dragging","rules","modeling"],Ql.prototype.cropWaypoints=function(e,t){var n=this._injector.get("connectionDocking",!1);if(!n)return t;var i=e.waypoints;return e.waypoints=t,e.waypoints=n.getCroppedWaypoints(e),t=e.waypoints,e.waypoints=i,t};var Ul="updateWaypoints",Xl="connect-ok",Kl="connect-not-ok",Yl="connect-hover",Gl="djs-updating",Zl="djs-dragging";function Jl(e,t,n,i){this._injector=t;var o=t.get("connectionPreview",!1);n.on("bendpoint.move.start",function(e){var t=e.context,n=t.bendpointIndex,o=t.connection,r=t.insert,s=o.waypoints,a=s.slice();t.waypoints=s,r&&a.splice(n,0,{x:e.x,y:e.y}),o.waypoints=a,tn(t.draggerGfx=Il(i.getLayer("overlays"))).add("djs-dragging"),i.addMarker(o,Zl),i.addMarker(o,Gl)}),n.on("bendpoint.move.hover",function(e){var t=e.context,n=t.allowed,o=t.hover,r=t.type;if(o){if(i.addMarker(o,Yl),r===Ul)return;n?(i.removeMarker(o,Kl),i.addMarker(o,Xl)):!1===n&&(i.removeMarker(o,Xl),i.addMarker(o,Kl))}}),n.on(["bendpoint.move.out","bendpoint.move.cleanup"],1100,function(e){var t=e.context,n=t.hover,o=t.target;n&&(i.removeMarker(n,Yl),i.removeMarker(n,o?Xl:Kl))}),n.on("bendpoint.move.move",function(t){var n=t.context,i=n.allowed,r=n.bendpointIndex,s=n.draggerGfx,a=n.hover,l=n.type,c=n.connection,u=c.source,h=c.target,d=c.waypoints.slice(),p={x:t.x,y:t.y},f=n.hints||{},g={};o&&(f.connectionStart&&(g.connectionStart=f.connectionStart),f.connectionEnd&&(g.connectionEnd=f.connectionEnd),"reconnectStart"===l?Hl(n)?(g.connectionEnd=g.connectionEnd||p,g.source=h,g.target=a||u,d=d.reverse()):(g.connectionStart=g.connectionStart||p,g.source=a||u,g.target=h):"reconnectEnd"===l?Hl(n)?(g.connectionStart=g.connectionStart||p,g.source=a||h,g.target=u,d=d.reverse()):(g.connectionEnd=g.connectionEnd||p,g.source=u,g.target=a||h):(g.noCropping=!0,g.noLayout=!0,d[r]=p),l===Ul&&(d=e.cropWaypoints(c,d)),g.waypoints=d,o.drawPreview(n,i,g)),io(s,t.x,t.y)},this),n.on(["bendpoint.move.end","bendpoint.move.cancel"],1100,function(e){var t=e.context,n=t.connection,r=t.draggerGfx,s=t.hover,a=t.target,l=t.waypoints;n.waypoints=l,bn(r),i.removeMarker(n,Gl),i.removeMarker(n,Zl),s&&(i.removeMarker(s,Xl),i.removeMarker(s,a?Xl:Kl)),o&&o.cleanUp(t)})}Jl.$inject=["bendpointMove","injector","eventBus","canvas"];var ec="connect-hover",tc="djs-updating";function nc(e,t,n){return ic(e,t,e[t]+n)}function ic(e,t,n){return{x:"x"===t?n:e.x,y:"y"===t?n:e.y}}function oc(e){return"x"===e?"y":"x"}function rc(e,t,n){var i,o;return e.original?e.original:(i=Ai(t),ic(e,o=oc(n),i[o]))}function sc(e,t,n,i,o,r){var s=e.get("connectionDocking",!1);function a(e,t){if(!s)return t;var n,i=e.waypoints;return e.waypoints=t,n=s.getCroppedWaypoints(e),e.waypoints=i,n}function l(e){o.update("connection",e.connection,e.connectionGfx)}function c(e,t,n){var i=e.newWaypoints,o=function(e,t,n,i){var o=Math.max(t[i],n[i]),r=Math.min(t[i],n[i]);return ic(t,i,Math.min(Math.max(r+20,e[i]),o-20))}(n,i[e.segmentStartIndex+t],i[e.segmentEndIndex+t],oc(e.axis));io(e.draggerGfx,o.x,o.y)}this.start=function(e,t,o){var r,s,a,l,c=n.getGraphics(t),u=o-1,h=o,d=t.waypoints,p=d[u],f=d[h],g=$l(n,d,e);(s=Un(p,f))&&(a="v"===s?"x":"y",0===u&&(p=rc(p,t.source,a)),h===d.length-1&&(f=rc(f,t.target,a)),r={connection:t,segmentStartIndex:u,segmentEndIndex:h,segmentStart:p,segmentEnd:f,axis:a,dragPosition:l=g?g.point:{x:(p.x+f.x)/2,y:(p.y+f.y)/2}},i.init(e,l,"connectionSegment.move",{cursor:"x"===a?"resize-ew":"resize-ns",data:{connection:t,connectionGfx:c,context:r}}))},t.on("connectionSegment.move.start",function(e){var t=e.context,i=e.connection,o=n.getLayer("overlays");t.originalWaypoints=i.waypoints.slice(),t.draggerGfx=jl(o,t.segmentStart,t.segmentEnd),tn(t.draggerGfx).add("djs-dragging"),n.addMarker(i,tc)}),t.on("connectionSegment.move.move",function(e){var t,n,i=e.context,o=i.connection,r=i.segmentStartIndex,s=i.segmentEndIndex,u=i.segmentStart,h=i.segmentEnd,d=i.axis,p=i.originalWaypoints.slice(),f=nc(u,d,e["d"+d]),g=nc(h,d,e["d"+d]),m=p.length,v=0;p[r]=f,p[s]=g,r<2&&(t=Pi(o.source,f),1===r?"intersect"===t&&(p.shift(),p[0]=f,v--):"intersect"!==t&&(p.unshift(u),v++)),s>m-3&&(n=Pi(o.target,g),s===m-2?"intersect"===n&&(p.pop(),p[p.length-1]=g):"intersect"!==n&&p.push(h)),i.newWaypoints=o.waypoints=a(o,p),c(i,v,e),i.newSegmentStartIndex=r+v,l(e)}),t.on("connectionSegment.move.hover",function(e){e.context.hover=e.hover,n.addMarker(e.hover,ec)}),t.on(["connectionSegment.move.out","connectionSegment.move.cleanup"],function(e){var t=e.context.hover;t&&n.removeMarker(t,ec)}),t.on("connectionSegment.move.cleanup",function(e){var t=e.context,i=t.connection;t.draggerGfx&&bn(t.draggerGfx),n.removeMarker(i,tc)}),t.on(["connectionSegment.move.cancel","connectionSegment.move.end"],function(e){var t=e.context;t.connection.waypoints=t.originalWaypoints,l(e)}),t.on("connectionSegment.move.end",function(e){var t=e.context,n=t.connection,i=t.newWaypoints,o=t.newSegmentStartIndex;i=i.map(function(e){return{original:e.original,x:Math.round(e.x),y:Math.round(e.y)}});var s=function(e,t){var n=0,i=e.filter(function(i,o){return!Hn(e[o-1],e[o+1],i)||(n=o<=t?n-1:n,!1)});return{waypoints:i,segmentOffset:n}}(i,o),l=a(n,s.waypoints),c=s.segmentOffset,u={segmentMove:{segmentStartIndex:t.segmentStartIndex,newSegmentStartIndex:o+c}};r.updateWaypoints(n,l,u)})}sc.$inject=["injector","eventBus","canvas","dragging","graphicsFactory","modeling"];var ac=Math.abs,lc=Math.round;function cc(e,t){return!e||isNaN(e.x)||isNaN(e.y)?t:{x:lc(e.x+e.width/2),y:lc(e.y+e.height/2)}}function uc(e,t){var n=e.snapped;return!!n&&("string"==typeof t?n[t]:n.x&&n.y)}function hc(e,t,n){if("string"!=typeof t)throw new Error("axis must be in [x, y]");if("number"!=typeof n&&!1!==n)throw new Error("value must be Number or false");var i,o=e[t],r=e.snapped=e.snapped||{};return!1===n?r[t]=!1:(r[t]=!0,i=n-o,e[t]+=i,e["d"+t]+=i),o}function dc(e){return e.children||[]}var pc=Math.abs,fc=Math.round;function gc(e){function t(e,t){if(r(e)){for(var n=e.length;n--;)if(pc(e[n]-t)<=10)return e[n]}else{var i=t%(e=+e);if(i<10)return t-i;if(i>e-10)return t-i+e}return t}function n(e,t){return e.waypoints?Nl(t,e):e.width?{x:fc(e.width/2+e.x),y:fc(e.height/2+e.y)}:void 0}e.on("connectionSegment.move.move",1500,function(e){var i,o,r=function(e){var t=e.context,i=t.snapPoints,o=t.connection,r=o.waypoints,s=t.segmentStart,a=t.segmentStartIndex,l=t.segmentEnd,c=t.segmentEndIndex,u=t.axis;if(i)return i;var h=[r[a-1],s,l,r[c+1]];return a<2&&h.unshift(n(o.source,e)),c>r.length-3&&h.unshift(n(o.target,e)),t.snapPoints=i={horizontal:[],vertical:[]},p(h,function(e){e&&(e=e.original||e,"y"===u&&i.horizontal.push(e.y),"x"===u&&i.vertical.push(e.x))}),i}(e),s=e.x,a=e.y;if(r){var l=s-(i=t(r.vertical,s)),c=a-(o=t(r.horizontal,a));M(e,{dx:e.dx-l,dy:e.dy-c,x:i,y:o}),(l||-1!==r.vertical.indexOf(s))&&hc(e,"x",i),(c||-1!==r.horizontal.indexOf(a))&&hc(e,"y",o)}}),e.on(["connect.hover","connect.move","connect.end"],1500,function(e){var t=e.context.hover,i=t&&n(t,e);Oi(t)&&i&&i.x&&i.y&&(hc(e,"x",i.x),hc(e,"y",i.y))}),e.on(["bendpoint.move.move","bendpoint.move.end"],1500,function(e){var i,o,r=e.context,s=function(e){var t=e.snapPoints,n=e.connection.waypoints,i=e.bendpointIndex;if(t)return t;var o=[n[i-1],n[i+1]];return e.snapPoints=t={horizontal:[],vertical:[]},p(o,function(e){e&&(e=e.original||e,t.horizontal.push(e.y),t.vertical.push(e.x))}),t}(r),a=r.hover,l=a&&n(a,e),c=e.x,u=e.y;if(s){var h=c-(i=t(l?s.vertical.concat([l.x]):s.vertical,c)),d=u-(o=t(l?s.horizontal.concat([l.y]):s.horizontal,u));M(e,{dx:e.dx-h,dy:e.dy-d,x:e.x-h,y:e.y-d}),(h||-1!==s.vertical.indexOf(c))&&hc(e,"x",i),(d||-1!==s.horizontal.indexOf(u))&&hc(e,"y",o)}})}gc.$inject=["eventBus"];var mc={__depends__:[_l,El],__init__:["bendpoints","bendpointSnapping","bendpointMovePreview"],bendpoints:["type",ql],bendpointMove:["type",Ql],bendpointMovePreview:["type",Jl],connectionSegmentMove:["type",sc],bendpointSnapping:["type",gc]};const vc=new Qs;function yc(e){this._scheduled={},e.on("diagram.destroy",()=>{Object.keys(this._scheduled).forEach(e=>{this.cancel(e)})})}yc.$inject=["eventBus"],yc.prototype.schedule=function(e,t=vc.next()){this.cancel(t);const n=this._schedule(e,t);return this._scheduled[t]=n,n.promise},yc.prototype._schedule=function(e,t){const n=function(){const e={};return e.promise=new Promise((t,n)=>{e.resolve=t,e.reject=n}),e}(),i=setTimeout(()=>{try{this._scheduled[t]=null;try{n.resolve(e())}catch(e){n.reject(e)}}catch(e){console.error("Scheduler#_schedule execution failed",e)}});return{executionId:i,promise:n.promise}},yc.prototype.cancel=function(e){const t=this._scheduled[e];t&&(this._cancel(t),this._scheduled[e]=null)},yc.prototype._cancel=function(e){clearTimeout(e.executionId)};var xc={scheduler:["type",yc]},bc=".entry";function _c(e,t,n,i){this._canvas=e,this._elementRegistry=t,this._eventBus=n,this._scheduler=i,this._current=null,this._init()}_c.$inject=["canvas","elementRegistry","eventBus","scheduler"],_c.prototype._init=function(){var e=this;this._eventBus.on("selection.changed",function(t){var n=t.newSelection,i=n.length?1===n.length?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 o=i.target,s=r(o)?o:[o];if(s.filter(function(e){return n.includes(e)}).length){e.close();var a=s.filter(function(t){return e._elementRegistry.get(t.id)});a.length&&e._updateAndOpen(a.length>1?a:a[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(i.target)?i.target:[i.target]).includes(n)&&e._updateVisibility()}}),this._container=this._createContainer()},_c.prototype._createContainer=function(){var e=Ze('<div class="djs-context-pad-parent"></div>');return this._canvas.getContainer().appendChild(e),e},_c.prototype.registerProvider=function(e,t){t||(t=e,e=1e3),this._eventBus.on("contextPad.getProviders",e,function(e){e.providers.push(t)})},_c.prototype.getEntries=function(e){var t=this._getProviders(),n=r(e)?"getMultiElementContextPadEntries":"getContextPadEntries",i={};return p(t,function(t){if(l(t[n])){var o=t[n](e);l(o)?i=o(i):p(o,function(e,t){i[t]=e})}}),i},_c.prototype.trigger=function(e,t,n){var i,o,r=this,s=t.delegateTarget||t.target;return s?(i=tt(s,"data-action"),o=t.originalEvent||t,"mouseover"!==e?"mouseout"===e?(clearTimeout(this._timeout),void(this._mouseout&&(this._mouseout(),this._mouseout=null))):this.triggerEntry(i,e,o,n):void(this._timeout=setTimeout(function(){r._mouseout=r.triggerEntry(i,"hover",o,n)},300))):t.preventDefault()},_c.prototype.triggerEntry=function(e,t,n,i){if(this.isShown()){var o=this._current.target,r=this._current.entries[e];if(r){var s=r.action;if(!1!==this._eventBus.fire("contextPad.trigger",{entry:r,event:n})){if(l(s)){if("click"===t)return s(n,o,i)}else if(s[t])return s[t](n,o,i);n.preventDefault()}}}},_c.prototype.open=function(e,t){!t&&this.isOpen(e)||(this.close(),this._updateAndOpen(e))},_c.prototype._getProviders=function(){var e=this._eventBus.createEvent({type:"contextPad.getProviders",providers:[]});return this._eventBus.fire(e),e.providers},_c.prototype._updateAndOpen=function(e){var t,n=this.getEntries(e),i=this._createHtml(e);p(n,function(e,n){var o,s=e.group||"default",a=Ze(e.html||'<div class="entry" draggable="true"></div>');tt(a,"data-action",n),(o=gt("[data-group="+xa(s)+"]",i))||(tt(o=Ze('<div class="group"></div>'),"data-group",s),i.appendChild(o)),o.appendChild(a),e.className&&function(e,t){var n=it(e);t=r(t)?t:t.split(/\s+/g),t.forEach(function(e){n.add(e)})}(a,e.className),e.title&&tt(a,"title",e.title),e.imageUrl&&(tt(t=Ze("<img>"),"src",e.imageUrl),t.style.width="100%",t.style.height="100%",a.appendChild(t))}),it(i).add("open"),this._current={entries:n,html:i,target:e},this._updatePosition(),this._updateVisibility(),this._eventBus.fire("contextPad.open",{current:this._current})},_c.prototype._createHtml=function(e){var t=this,n=Ze('<div class="djs-context-pad"></div>');return pt.bind(n,bc,"click",function(e){t.trigger("click",e)}),pt.bind(n,bc,"dragstart",function(e){t.trigger("dragstart",e)}),pt.bind(n,bc,"mouseover",function(e){t.trigger("mouseover",e)}),pt.bind(n,bc,"mouseout",function(e){t.trigger("mouseout",e)}),ht.bind(n,"mousedown",function(e){e.stopPropagation()}),this._container.appendChild(n),this._eventBus.fire("contextPad.create",{target:e,pad:n}),n},_c.prototype.getPad=function(e){let t;return 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")),t=this.isOpen()&&function(e,t){return e=r(e)?e:[e],t=r(t)?t:[t],e.length===t.length&&g(e,function(e){return t.includes(e)})}(this._current.target,e)?this._current.html:this._createHtml(e),{html:t}},_c.prototype.close=function(){this.isOpen()&&(clearTimeout(this._timeout),this._container.innerHTML="",this._eventBus.fire("contextPad.close",{current:this._current}),this._current=null)},_c.prototype.isOpen=function(e){var t=this._current;if(!t)return!1;if(!e)return!0;var n=t.target;return r(e)===r(n)&&(r(e)?e.length===n.length&&g(e,function(e){return n.includes(e)}):n===e)},_c.prototype.isShown=function(){return this.isOpen()&&it(this._current.html).has("open")},_c.prototype.show=function(){this.isOpen()&&(it(this._current.html).add("open"),this._updatePosition(),this._eventBus.fire("contextPad.show",{current:this._current}))},_c.prototype.hide=function(){this.isOpen()&&(it(this._current.html).remove("open"),this._eventBus.fire("contextPad.hide",{current:this._current}))},_c.prototype._getPosition=function(e){if(!r(e)&&Oi(e)){var t=this._canvas.viewbox(),n=(s=e).waypoints[s.waypoints.length-1],i=n.x*t.scale-t.x*t.scale,o=n.y*t.scale-t.y*t.scale;return{left:i+8*this._canvas.zoom(),top:o}}var s,a=this._canvas.getContainer().getBoundingClientRect(),l=this._getTargetBounds(e);return{left:l.right-a.left+8*this._canvas.zoom(),top:l.top-a.top}},_c.prototype._updatePosition=function(){this._scheduler.schedule(()=>{if(this.isOpen()){var e=this._current.html,t=this._getPosition(this._current.target);"x"in t&&"y"in t?(e.style.left=t.x+"px",e.style.top=t.y+"px"):["top","right","bottom","left"].forEach(function(n){n in t&&(e.style[n]=t[n]+"px")})}},"ContextPad#_updatePosition")},_c.prototype._updateVisibility=function(){this._scheduler.schedule(()=>{if(this.isOpen()){var e=this,t=this._current.target;(r(t)?t:[t]).some(function(t){return e._canvas.hasMarker(t,"djs-element-hidden")})?e.hide():e.show()}},"ContextPad#_updateVisibility")},_c.prototype._getTargetBounds=function(e){var t=this;return(r(e)?e:[e]).map(function(e){return t._canvas.getGraphics(e)}).reduce(function(e,t){const n=t.getBoundingClientRect();return e.top=Math.min(e.top,n.top),e.right=Math.max(e.right,n.right),e.bottom=Math.max(e.bottom,n.bottom),e.left=Math.min(e.left,n.left),e.x=e.left,e.y=e.top,e.width=e.right-e.left,e.height=e.bottom-e.top,e},{top:1/0,right:-1/0,bottom:-1/0,left:1/0})};var wc={__depends__:[js,xc,Gs],contextPad:["type",_c]};function Cc(e,t,n,i){function r(e,t){return i.allowed("connection.create",{source:e,target:t})}e.on("connect.hover",function(e){var t,n=e.context,i=n.start,s=e.hover;if(n.hover=s,!o(t=n.canExecute=r(i,s))){if(!1!==t)return n.source=i,void(n.target=s);o(t=n.canExecute=r(s,i))||!1!==t&&(n.source=s,n.target=i)}}),e.on(["connect.out","connect.cleanup"],function(e){var t=e.context;t.hover=null,t.source=null,t.target=null,t.canExecute=!1}),e.on("connect.end",function(e){var t=e.context,i=t.canExecute,o=t.connectionStart,r={x:e.x,y:e.y},a=t.source,l=t.target;if(!i)return!1;var c=null,u={connectionStart:kc(t)?r:o,connectionEnd:kc(t)?o:r};s(i)&&(c=i),t.connection=n.connect(a,l,c,u)}),this.start=function(e,n,i,o){s(i)||(o=i,i=Ai(n)),t.init(e,"connect",{autoActivate:o,data:{shape:n,context:{start:n,connectionStart:i}}})}}function kc(e){var t=e.hover,n=e.source,i=e.target;return t&&n&&t===n&&n!==i}Cc.$inject=["eventBus","dragging","modeling","rules"];var Oc="connect-ok",Ec="connect-not-ok";function Sc(e,t,n){var i=e.get("connectionPreview",!1);i&&t.on("connect.move",function(e){var t=e.context,n=t.canExecute,o=t.hover,r=t.source,s=t.start,a=t.startPosition,l=t.target,c=t.connectionStart||a,u=t.connectionEnd||{x:e.x,y:e.y},h=c,d=u;kc(t)&&(h=u,d=c),i.drawPreview(t,n,{source:r||s,target:l||o,connectionStart:h,connectionEnd:d})}),t.on("connect.hover",900,function(e){var t=e.context,i=e.hover,o=t.canExecute;null!==o&&n.addMarker(i,o?Oc:Ec)}),t.on(["connect.out","connect.cleanup"],1100,function(e){var t=e.hover;t&&(n.removeMarker(t,Oc),n.removeMarker(t,Ec))}),i&&t.on("connect.cleanup",function(e){i.cleanUp(e.context)})}Sc.$inject=["injector","eventBus","canvas"];var Tc={__depends__:[Ws,El,_l],__init__:["connectPreview"],connect:["type",Cc],connectPreview:["type",Sc]};const Rc=new Qs("ps");var Mc=["marker-start","marker-mid","marker-end"],Ac=["circle","ellipse","line","path","polygon","polyline","path","rect"];function Pc(e,t,n,i){this._elementRegistry=e,this._canvas=n,this._styles=i}Pc.$inject=["elementRegistry","eventBus","canvas","styles"],Pc.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")},Pc.prototype.getGfx=function(e){return this._elementRegistry.getGraphics(e)},Pc.prototype.addDragger=function(e,t,n,i="djs-dragger"){var o=rn(n=n||this.getGfx(e)),r=n.getBoundingClientRect();return this._cloneMarkers(no(o),i),Jt(o,this._styles.cls(i,[],{x:r.top,y:r.left})),Yt(t,o),Jt(o,"data-preview-support-element-id",e.id),o},Pc.prototype.addFrame=function(e,t){var n=cn("rect",{class:"djs-resize-overlay",width:e.width,height:e.height,x:e.x,y:e.y});return Yt(t,n),Jt(n,"data-preview-support-element-id",e.id),n},Pc.prototype._cloneMarkers=function(e,t="djs-dragger",n=e){var i=this;e.childNodes&&e.childNodes.forEach(e=>{i._cloneMarkers(e,t,n)}),function(e){return-1!==Ac.indexOf(e.nodeName)}(e)&&Mc.forEach(function(o){if(Jt(e,o)){var r=function(e,t,n){var i=(o=Jt(e,t),o.match(/url\(['"]?#([^'"]*)['"]?\)/)[1]);var o;return gt("marker#"+i,n||document)}(e,o,i._canvas.getContainer());r&&i._cloneMarker(n,e,r,o,t)}})},Pc.prototype._cloneMarker=function(e,t,n,i,o="djs-dragger"){var r=[n.id,o,Rc.next()].join("-"),s=gt("marker#"+n.id,e);e=e||this._canvas._svg;var a=s||rn(n);a.id=r,tn(a).add(o);var l=gt(":scope > defs",e);l||Yt(e,l=cn("defs")),Yt(l,a);var c=function(e){return"url(#"+e+")"}(a.id);Jt(t,i,c)};var Dc={__init__:["previewSupport"],previewSupport:["type",Pc]},$c="drop-ok",Ic="drop-not-ok",Bc="attach-ok",jc="new-parent",Lc="create";function Nc(e,t,n,i,o){function s(t,n){[Bc,$c,Ic,jc].forEach(function(i){i===n?e.addMarker(t,i):e.removeMarker(t,i)})}function l(){var e=t.context();e&&e.prefix===Lc&&t.cancel()}n.on(["create.move","create.hover"],function(e){var t=e.context,n=t.elements,i=e.hover,r=t.source,a=t.hints||{};if(!i)return t.canExecute=!1,void(t.target=null);qc(e);var l={x:e.x,y:e.y},c=t.canExecute=i&&function(e,t,n,i,r){if(!t)return!1;var s=h(e=d(e,function(t){var n=t.labelTarget;return!(t.parent||Ei(t)&&-1!==e.indexOf(n))}),function(e){return!Oi(e)}),a=!1,l=!1,c=!1;Vc(e)&&(a=o.allowed("shape.attach",{position:n,shape:s,target:t})),a||(c=Vc(e)?o.allowed("shape.create",{position:n,shape:s,source:i,target:t}):o.allowed("elements.create",{elements:e,position:n,target:t}));var u=r.connectionTarget;return c||a?(s&&i&&(l=o.allowed("connection.create",{source:u===i?s:i,target:u===i?i:s,hints:{targetParent:t,targetAttach:a}})),{attach:a,connect:l}):(null===c||null===a)&&null}(n,i,l,r,a);i&&null!==c&&(t.target=i,c&&c.attach?s(i,Bc):s(i,c?jc:Ic))}),n.on(["create.end","create.out","create.cleanup"],function(e){var t=e.hover;t&&s(t,null)}),n.on("create.end",function(e){var t=e.context,n=t.source,o=t.shape,r=t.elements,s=t.target,a=t.canExecute,l=a&&a.attach,c=a&&a.connect,u=t.hints||{};if(!1===a||!s)return!1;qc(e);var d={x:e.x,y:e.y};o=c?i.appendShape(n,o,d,s,{attach:l,connection:!0===c?{}:c,connectionTarget:u.connectionTarget}):h(r=i.createElements(r,d,s,M({},u,{attach:l})),function(e){return!Oi(e)}),M(t,{elements:r,shape:o}),M(e,{elements:r,shape:o})}),n.on("create.init",function(){n.on("elements.changed",l),n.once(["create.cancel","create.end"],2e3,function(){n.off("elements.changed",l)})}),this.start=function(e,n,i){r(n)||(n=[n]);var o=h(n,function(e){return!Oi(e)});if(o){i=M({elements:n,hints:{},shape:o},i||{}),p(n,function(e){a(e.x)||(e.x=0),a(e.y)||(e.y=0)});var s=Bn(d(n,function(e){return!e.hidden}));p(n,function(e){Oi(e)&&(e.waypoints=v(e.waypoints,function(e){return{x:e.x-s.x-s.width/2,y:e.y-s.y-s.height/2}})),M(e,{x:e.x-s.x-s.width/2,y:e.y-s.y-s.height/2})}),t.init(e,Lc,{cursor:"grabbing",autoActivate:!0,data:{shape:o,elements:n,context:i}})}}}function qc(e){var t=e.context.createConstraints;t&&(t.left&&(e.x=Math.max(e.x,t.left)),t.right&&(e.x=Math.min(e.x,t.right)),t.top&&(e.y=Math.max(e.y,t.top)),t.bottom&&(e.y=Math.min(e.y,t.bottom)))}function Vc(e){return e&&1===e.length&&!Oi(e[0])}Nc.$inject=["canvas","dragging","eventBus","modeling","rules"];function Fc(e,t,n,i,o){t.on("create.move",750,function(t){var r=t.hover,s=t.context,a=s.elements,l=s.dragGroup;l||(l=s.dragGroup=function(e){var t=cn("g");Jt(t,o.cls("djs-drag-group",["no-events"]));var r=cn("g");return e.forEach(function(e){var o;e.hidden||(e.waypoints?(o=n._createContainer("connection",r),n.drawConnection(no(o),e)):(o=n._createContainer("shape",r),n.drawShape(no(o),e),io(o,e.x,e.y)),i.addDragger(e,t,o))}),t}(a)),r?(l.parentNode||Yt(e.getActiveLayer(),l),io(l,t.x,t.y)):bn(l)}),t.on("create.cleanup",function(e){var t=e.context.dragGroup;t&&bn(t)})}Fc.$inject=["canvas","eventBus","graphicsFactory","previewSupport","styles"];var zc,Wc,Qc,Hc,Uc,Xc,Kc,Yc,Gc,Zc,Jc={__depends__:[_l,Dc,El,Ws],__init__:["create","createPreview"],create:["type",Nc],createPreview:["type",Fc]},eu={},tu=[],nu=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,iu=Array.isArray;function ou(e,t){for(var n in t)e[n]=t[n];return e}function ru(e){var t=e.parentNode;t&&t.removeChild(e)}function su(e,t,n){var i,o,r,s={};for(r in t)"key"==r?i=t[r]:"ref"==r?o=t[r]:s[r]=t[r];if(arguments.length>2&&(s.children=arguments.length>3?zc.call(arguments,2):n),"function"==typeof e&&null!=e.defaultProps)for(r in e.defaultProps)void 0===s[r]&&(s[r]=e.defaultProps[r]);return au(e,s,i,o,null)}function au(e,t,n,i,o){var r={type:e,props:t,key:n,ref:i,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:null==o?++Qc:o,__i:-1,__u:0};return null==o&&null!=Wc.vnode&&Wc.vnode(r),r}function lu(e){return e.children}function cu(e,t){this.props=e,this.context=t}function uu(e,t){if(null==t)return e.__?uu(e.__,e.__i+1):null;for(var n;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e)return n.__e;return"function"==typeof e.type?uu(e):null}function hu(e){var t,n;if(null!=(e=e.__)&&null!=e.__c){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e){e.__e=e.__c.base=n.__e;break}return hu(e)}}function du(e){(!e.__d&&(e.__d=!0)&&Hc.push(e)&&!pu.__r++||Uc!==Wc.debounceRendering)&&((Uc=Wc.debounceRendering)||Xc)(pu)}function pu(){var e,t,n,i,o,r,s,a;for(Hc.sort(Kc);e=Hc.shift();)e.__d&&(t=Hc.length,i=void 0,r=(o=(n=e).__v).__e,s=[],a=[],n.__P&&((i=ou({},o)).__v=o.__v+1,Wc.vnode&&Wc.vnode(i),_u(n.__P,i,o,n.__n,void 0!==n.__P.ownerSVGElement,32&o.__u?[r]:null,s,null==r?uu(o):r,!!(32&o.__u),a),i.__v=o.__v,i.__.__k[i.__i]=i,wu(s,i,a),i.__e!=r&&hu(i)),Hc.length>t&&Hc.sort(Kc));pu.__r=0}function fu(e,t,n,i,o,r,s,a,l,c,u){var h,d,p,f,g,m=i&&i.__k||tu,v=t.length;for(n.__d=l,gu(n,t,m),l=n.__d,h=0;h<v;h++)null!=(p=n.__k[h])&&"boolean"!=typeof p&&"function"!=typeof p&&(d=-1===p.__i?eu:m[p.__i]||eu,p.__i=h,_u(e,p,d,o,r,s,a,l,c,u),f=p.__e,p.ref&&d.ref!=p.ref&&(d.ref&&Cu(d.ref,null,p),u.push(p.ref,p.__c||f,p)),null==g&&null!=f&&(g=f),65536&p.__u||d.__k===p.__k?(l&&!l.isConnected&&(l=uu(d)),l=mu(p,l,e)):"function"==typeof p.type&&void 0!==p.__d?l=p.__d:f&&(l=f.nextSibling),p.__d=void 0,p.__u&=-196609);n.__d=l,n.__e=g}function gu(e,t,n){var i,o,r,s,a,l=t.length,c=n.length,u=c,h=0;for(e.__k=[],i=0;i<l;i++)s=i+h,null!=(o=e.__k[i]=null==(o=t[i])||"boolean"==typeof o||"function"==typeof o?null:"string"==typeof o||"number"==typeof o||"bigint"==typeof o||o.constructor==String?au(null,o,null,null,null):iu(o)?au(lu,{children:o},null,null,null):void 0===o.constructor&&o.__b>0?au(o.type,o.props,o.key,o.ref?o.ref:null,o.__v):o)?(o.__=e,o.__b=e.__b+1,a=vu(o,n,s,u),o.__i=a,r=null,-1!==a&&(u--,(r=n[a])&&(r.__u|=131072)),null==r||null===r.__v?(-1==a&&h--,"function"!=typeof o.type&&(o.__u|=65536)):a!==s&&(a===s+1?h++:a>s?u>l-s?h+=a-s:h--:a<s?a==s-1&&(h=a-s):h=0,a!==i+h&&(o.__u|=65536))):(r=n[s])&&null==r.key&&r.__e&&!(131072&r.__u)&&(r.__e==e.__d&&(e.__d=uu(r)),ku(r,r,!1),n[s]=null,u--);if(u)for(i=0;i<c;i++)null!=(r=n[i])&&!(131072&r.__u)&&(r.__e==e.__d&&(e.__d=uu(r)),ku(r,r))}function mu(e,t,n){var i,o;if("function"==typeof e.type){for(i=e.__k,o=0;i&&o<i.length;o++)i[o]&&(i[o].__=e,t=mu(i[o],t,n));return t}e.__e!=t&&(n.insertBefore(e.__e,t||null),t=e.__e);do{t=t&&t.nextSibling}while(null!=t&&8===t.nodeType);return t}function vu(e,t,n,i){var o=e.key,r=e.type,s=n-1,a=n+1,l=t[n];if(null===l||l&&o==l.key&&r===l.type&&!(131072&l.__u))return n;if(i>(null==l||131072&l.__u?0:1))for(;s>=0||a<t.length;){if(s>=0){if((l=t[s])&&!(131072&l.__u)&&o==l.key&&r===l.type)return s;s--}if(a<t.length){if((l=t[a])&&!(131072&l.__u)&&o==l.key&&r===l.type)return a;a++}}return-1}function yu(e,t,n){"-"===t[0]?e.setProperty(t,null==n?"":n):e[t]=null==n?"":"number"!=typeof n||nu.test(t)?n:n+"px"}function xu(e,t,n,i,o){var r;e:if("style"===t)if("string"==typeof n)e.style.cssText=n;else{if("string"==typeof i&&(e.style.cssText=i=""),i)for(t in i)n&&t in n||yu(e.style,t,"");if(n)for(t in n)i&&n[t]===i[t]||yu(e.style,t,n[t])}else if("o"===t[0]&&"n"===t[1])r=t!==(t=t.replace(/(PointerCapture)$|Capture$/i,"$1")),t=t.toLowerCase()in e||"onFocusOut"===t||"onFocusIn"===t?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+r]=n,n?i?n.u=i.u:(n.u=Yc,e.addEventListener(t,r?Zc:Gc,r)):e.removeEventListener(t,r?Zc:Gc,r);else{if(o)t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=t&&"height"!=t&&"href"!=t&&"list"!=t&&"form"!=t&&"tabIndex"!=t&&"download"!=t&&"rowSpan"!=t&&"colSpan"!=t&&"role"!=t&&t in e)try{e[t]=null==n?"":n;break e}catch(e){}"function"==typeof n||(null==n||!1===n&&"-"!==t[4]?e.removeAttribute(t):e.setAttribute(t,n))}}function bu(e){return function(t){if(this.l){var n=this.l[t.type+e];if(null==t.t)t.t=Yc++;else if(t.t<n.u)return;return n(Wc.event?Wc.event(t):t)}}}function _u(e,t,n,i,o,r,s,a,l,c){var u,h,d,p,f,g,m,v,y,x,b,_,w,C,k,O=t.type;if(void 0!==t.constructor)return null;128&n.__u&&(l=!!(32&n.__u),r=[a=t.__e=n.__e]),(u=Wc.__b)&&u(t);e:if("function"==typeof O)try{if(v=t.props,y=(u=O.contextType)&&i[u.__c],x=u?y?y.props.value:u.__:i,n.__c?m=(h=t.__c=n.__c).__=h.__E:("prototype"in O&&O.prototype.render?t.__c=h=new O(v,x):(t.__c=h=new cu(v,x),h.constructor=O,h.render=Ou),y&&y.sub(h),h.props=v,h.state||(h.state={}),h.context=x,h.__n=i,d=h.__d=!0,h.__h=[],h._sb=[]),null==h.__s&&(h.__s=h.state),null!=O.getDerivedStateFromProps&&(h.__s==h.state&&(h.__s=ou({},h.__s)),ou(h.__s,O.getDerivedStateFromProps(v,h.__s))),p=h.props,f=h.state,h.__v=t,d)null==O.getDerivedStateFromProps&&null!=h.componentWillMount&&h.componentWillMount(),null!=h.componentDidMount&&h.__h.push(h.componentDidMount);else{if(null==O.getDerivedStateFromProps&&v!==p&&null!=h.componentWillReceiveProps&&h.componentWillReceiveProps(v,x),!h.__e&&(null!=h.shouldComponentUpdate&&!1===h.shouldComponentUpdate(v,h.__s,x)||t.__v===n.__v)){for(t.__v!==n.__v&&(h.props=v,h.state=h.__s,h.__d=!1),t.__e=n.__e,t.__k=n.__k,t.__k.forEach(function(e){e&&(e.__=t)}),b=0;b<h._sb.length;b++)h.__h.push(h._sb[b]);h._sb=[],h.__h.length&&s.push(h);break e}null!=h.componentWillUpdate&&h.componentWillUpdate(v,h.__s,x),null!=h.componentDidUpdate&&h.__h.push(function(){h.componentDidUpdate(p,f,g)})}if(h.context=x,h.props=v,h.__P=e,h.__e=!1,_=Wc.__r,w=0,"prototype"in O&&O.prototype.render){for(h.state=h.__s,h.__d=!1,_&&_(t),u=h.render(h.props,h.state,h.context),C=0;C<h._sb.length;C++)h.__h.push(h._sb[C]);h._sb=[]}else do{h.__d=!1,_&&_(t),u=h.render(h.props,h.state,h.context),h.state=h.__s}while(h.__d&&++w<25);h.state=h.__s,null!=h.getChildContext&&(i=ou(ou({},i),h.getChildContext())),d||null==h.getSnapshotBeforeUpdate||(g=h.getSnapshotBeforeUpdate(p,f)),fu(e,iu(k=null!=u&&u.type===lu&&null==u.key?u.props.children:u)?k:[k],t,n,i,o,r,s,a,l,c),h.base=t.__e,t.__u&=-161,h.__h.length&&s.push(h),m&&(h.__E=h.__=null)}catch(e){t.__v=null,l||null!=r?(t.__e=a,t.__u|=l?160:32,r[r.indexOf(a)]=null):(t.__e=n.__e,t.__k=n.__k),Wc.__e(e,t,n)}else null==r&&t.__v===n.__v?(t.__k=n.__k,t.__e=n.__e):t.__e=function(e,t,n,i,o,r,s,a,l){var c,u,h,d,p,f,g,m=n.props,v=t.props,y=t.type;if("svg"===y&&(o=!0),null!=r)for(c=0;c<r.length;c++)if((p=r[c])&&"setAttribute"in p==!!y&&(y?p.localName===y:3===p.nodeType)){e=p,r[c]=null;break}if(null==e){if(null===y)return document.createTextNode(v);e=o?document.createElementNS("http://www.w3.org/2000/svg",y):document.createElement(y,v.is&&v),r=null,a=!1}if(null===y)m===v||a&&e.data===v||(e.data=v);else{if(r=r&&zc.call(e.childNodes),m=n.props||eu,!a&&null!=r)for(m={},c=0;c<e.attributes.length;c++)m[(p=e.attributes[c]).name]=p.value;for(c in m)p=m[c],"children"==c||("dangerouslySetInnerHTML"==c?h=p:"key"===c||c in v||xu(e,c,null,p,o));for(c in v)p=v[c],"children"==c?d=p:"dangerouslySetInnerHTML"==c?u=p:"value"==c?f=p:"checked"==c?g=p:"key"===c||a&&"function"!=typeof p||m[c]===p||xu(e,c,p,m[c],o);if(u)a||h&&(u.__html===h.__html||u.__html===e.innerHTML)||(e.innerHTML=u.__html),t.__k=[];else if(h&&(e.innerHTML=""),fu(e,iu(d)?d:[d],t,n,i,o&&"foreignObject"!==y,r,s,r?r[0]:n.__k&&uu(n,0),a,l),null!=r)for(c=r.length;c--;)null!=r[c]&&ru(r[c]);a||(c="value",void 0!==f&&(f!==e[c]||"progress"===y&&!f||"option"===y&&f!==m[c])&&xu(e,c,f,m[c],!1),c="checked",void 0!==g&&g!==e[c]&&xu(e,c,g,m[c],!1))}return e}(n.__e,t,n,i,o,r,s,l,c);(u=Wc.diffed)&&u(t)}function wu(e,t,n){t.__d=void 0;for(var i=0;i<n.length;i++)Cu(n[i],n[++i],n[++i]);Wc.__c&&Wc.__c(t,e),e.some(function(t){try{e=t.__h,t.__h=[],e.some(function(e){e.call(t)})}catch(e){Wc.__e(e,t.__v)}})}function Cu(e,t,n){try{"function"==typeof e?e(t):e.current=t}catch(e){Wc.__e(e,n)}}function ku(e,t,n){var i,o;if(Wc.unmount&&Wc.unmount(e),(i=e.ref)&&(i.current&&i.current!==e.__e||Cu(i,null,t)),null!=(i=e.__c)){if(i.componentWillUnmount)try{i.componentWillUnmount()}catch(e){Wc.__e(e,t)}i.base=i.__P=null}if(i=e.__k)for(o=0;o<i.length;o++)i[o]&&ku(i[o],t,n||"function"!=typeof e.type);n||null==e.__e||ru(e.__e),e.__c=e.__=e.__e=e.__d=void 0}function Ou(e,t,n){return this.constructor(e,n)}function Eu(e,t,n){var i,o,r;Wc.__&&Wc.__(e,t),i=!1?null:t.__k,o=[],r=[],_u(t,e=t.__k=su(lu,null,[e]),i||eu,eu,void 0!==t.ownerSVGElement,i?null:t.firstChild?zc.call(t.childNodes):null,o,i?i.__e:t.firstChild,false,r),wu(o,e,r)}zc=tu.slice,Wc={__e:function(e,t,n,i){for(var o,r,s;t=t.__;)if((o=t.__c)&&!o.__)try{if((r=o.constructor)&&null!=r.getDerivedStateFromError&&(o.setState(r.getDerivedStateFromError(e)),s=o.__d),null!=o.componentDidCatch&&(o.componentDidCatch(e,i||{}),s=o.__d),s)return o.__E=o}catch(t){e=t}throw e}},Qc=0,cu.prototype.setState=function(e,t){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=ou({},this.state),"function"==typeof e&&(e=e(ou({},n),this.props)),e&&ou(n,e),null!=e&&this.__v&&(t&&this._sb.push(t),du(this))},cu.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),du(this))},cu.prototype.render=lu,Hc=[],Xc="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,Kc=function(e,t){return e.__v.__b-t.__v.__b},pu.__r=0,Yc=0,Gc=bu(!1),Zc=bu(!0);var Su=function(e,t,n,i){var o;t[0]=0;for(var r=1;r<t.length;r++){var s=t[r++],a=t[r]?(t[0]|=s?1:2,n[t[r++]]):t[++r];3===s?i[0]=a:4===s?i[1]=Object.assign(i[1]||{},a):5===s?(i[1]=i[1]||{})[t[++r]]=a:6===s?i[1][t[++r]]+=a+"":s?(o=e.apply(a,Su(e,a,n,["",null])),i.push(o),a[0]?t[0]|=2:(t[r-2]=0,t[r]=o)):i.push(a)}return i},Tu=new Map;var Ru,Mu,Au,Pu,Du=function(e){var t=Tu.get(this);return t||(t=new Map,Tu.set(this,t)),(t=Su(this,t.get(e)||(t.set(e,t=function(e){for(var t,n,i=1,o="",r="",s=[0],a=function(e){1===i&&(e||(o=o.replace(/^\s*\n\s*|\s*\n\s*$/g,"")))?s.push(0,e,o):3===i&&(e||o)?(s.push(3,e,o),i=2):2===i&&"..."===o&&e?s.push(4,e,0):2===i&&o&&!e?s.push(5,0,!0,o):i>=5&&((o||!e&&5===i)&&(s.push(i,0,o,n),i=6),e&&(s.push(i,e,0,n),i=6)),o=""},l=0;l<e.length;l++){l&&(1===i&&a(),a(l));for(var c=0;c<e[l].length;c++)t=e[l][c],1===i?"<"===t?(a(),s=[s],i=3):o+=t:4===i?"--"===o&&">"===t?(i=1,o=""):o=t+o[0]:r?t===r?r="":o+=t:'"'===t||"'"===t?r=t:">"===t?(a(),i=1):i&&("="===t?(i=5,n=o,o=""):"/"===t&&(i<5||">"===e[l][c+1])?(a(),3===i&&(s=s[0]),i=s,(s=s[0]).push(2,0,i),i=0):" "===t||"\t"===t||"\n"===t||"\r"===t?(a(),i=2):o+=t),3===i&&"!--"===o&&(i=4,s=s[0])}return a(),s}(e)),t),arguments,[])).length>1?t:t[0]}.bind(su),$u=0,Iu=[],Bu=[],ju=Wc,Lu=ju.__b,Nu=ju.__r,qu=ju.diffed,Vu=ju.__c,Fu=ju.unmount,zu=ju.__;function Wu(e,t){ju.__h&&ju.__h(Mu,e,$u||t),$u=0;var n=Mu.__H||(Mu.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({__V:Bu}),n.__[e]}function Qu(e){return $u=1,function(e,t){var n=Wu(Ru++,2);if(n.t=e,!n.__c&&(n.__=[ih(void 0,t),function(e){var t=n.__N?n.__N[0]:n.__[0],i=n.t(t,e);t!==i&&(n.__N=[i,n.__[1]],n.__c.setState({}))}],n.__c=Mu,!Mu.u)){var i=function(e,t,i){if(!n.__c.__H)return!0;var r=n.__c.__H.__.filter(function(e){return!!e.__c});if(r.every(function(e){return!e.__N}))return!o||o.call(this,e,t,i);var s=!1;return r.forEach(function(e){if(e.__N){var t=e.__[0];e.__=e.__N,e.__N=void 0,t!==e.__[0]&&(s=!0)}}),!(!s&&n.__c.props===e)&&(!o||o.call(this,e,t,i))};Mu.u=!0;var o=Mu.shouldComponentUpdate,r=Mu.componentWillUpdate;Mu.componentWillUpdate=function(e,t,n){if(this.__e){var s=o;o=void 0,i(e,t,n),o=s}r&&r.call(this,e,t,n)},Mu.shouldComponentUpdate=i}return n.__N||n.__}(ih,e)}function Hu(e,t){var n=Wu(Ru++,3);!ju.__s&&nh(n.__H,t)&&(n.__=e,n.i=t,Mu.__H.__h.push(n))}function Uu(e,t){var n=Wu(Ru++,4);!ju.__s&&nh(n.__H,t)&&(n.__=e,n.i=t,Mu.__h.push(n))}function Xu(e){return $u=5,Ku(function(){return{current:e}},[])}function Ku(e,t){var n=Wu(Ru++,7);return nh(n.__H,t)?(n.__V=e(),n.i=t,n.__h=e,n.__V):n.__}function Yu(e,t){return $u=8,Ku(function(){return e},t)}function Gu(){for(var e;e=Iu.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(eh),e.__H.__h.forEach(th),e.__H.__h=[]}catch(t){e.__H.__h=[],ju.__e(t,e.__v)}}ju.__b=function(e){Mu=null,Lu&&Lu(e)},ju.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),zu&&zu(e,t)},ju.__r=function(e){Nu&&Nu(e),Ru=0;var t=(Mu=e.__c).__H;t&&(Au===Mu?(t.__h=[],Mu.__h=[],t.__.forEach(function(e){e.__N&&(e.__=e.__N),e.__V=Bu,e.__N=e.i=void 0})):(t.__h.forEach(eh),t.__h.forEach(th),t.__h=[],Ru=0)),Au=Mu},ju.diffed=function(e){qu&&qu(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(1!==Iu.push(t)&&Pu===ju.requestAnimationFrame||((Pu=ju.requestAnimationFrame)||Ju)(Gu)),t.__H.__.forEach(function(e){e.i&&(e.__H=e.i),e.__V!==Bu&&(e.__=e.__V),e.i=void 0,e.__V=Bu})),Au=Mu=null},ju.__c=function(e,t){t.some(function(e){try{e.__h.forEach(eh),e.__h=e.__h.filter(function(e){return!e.__||th(e)})}catch(n){t.some(function(e){e.__h&&(e.__h=[])}),t=[],ju.__e(n,e.__v)}}),Vu&&Vu(e,t)},ju.unmount=function(e){Fu&&Fu(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach(function(e){try{eh(e)}catch(e){t=e}}),n.__H=void 0,t&&ju.__e(t,n.__v))};var Zu="function"==typeof requestAnimationFrame;function Ju(e){var t,n=function(){clearTimeout(i),Zu&&cancelAnimationFrame(t),setTimeout(e)},i=setTimeout(n,100);Zu&&(t=requestAnimationFrame(n))}function eh(e){var t=Mu,n=e.__c;"function"==typeof n&&(e.__c=void 0,n()),Mu=t}function th(e){var t=Mu;e.__c=e.__(),Mu=t}function nh(e,t){return!e||e.length!==t.length||t.some(function(t,n){return t!==e[n]})}function ih(e,t){return"function"==typeof t?t(e):t}function oh(e){var t,n,i="";if("string"==typeof e||"number"==typeof e)i+=e;else if("object"==typeof e)if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(n=oh(e[t]))&&(i&&(i+=" "),i+=n)}else for(n in e)e[n]&&(i&&(i+=" "),i+=n);return i}function rh(){for(var e,t,n=0,i="",o=arguments.length;n<o;n++)(e=arguments[n])&&(t=oh(e))&&(i&&(i+=" "),i+=t);return i}function sh(e){const{headerEntries:t,onSelect:n,selectedEntry:i,setSelectedEntry:o,title:r}=e,s=Ku(()=>t.reduce((e,t)=>{const n=t.group||"default",i=e.find(e=>e.id===n);return i?i.entries.push(t):e.push({id:n,entries:[t]}),e},[]),[t]),a=e=>e.action&&!e.disabled;return Du` 22 <div class="djs-popup-header"> 23 <h3 class="djs-popup-title" title=${r}>${r}</h3> 24 ${s.map(e=>Du` 25 <ul key=${e.id} class="djs-popup-header-group" data-header-group=${e.id}> 26 27 ${e.entries.map(e=>Du` 28 <li key=${e.id}> 29 <${a(e)?"button":"span"} 30 class=${function(e,t){return rh("entry",e.className,e.active?"active":"",e.disabled?"disabled":"",t?"selected":"")}(e,e===i)} 31 onClick=${t=>((e,t)=>{if(a(t))return n(e,t)})(t,e)} 32 title=${e.title||e.label} 33 data-id=${e.id} 34 aria-disabled=${e.disabled||void 0} 35 onMouseEnter=${()=>a(e)&&o(e)} 36 onMouseLeave=${()=>a(e)&&o(null)} 37 onFocus=${()=>a(e)&&o(e)} 38 onBlur=${()=>a(e)&&o(null)} 39 > 40 ${e.imageUrl&&Du`<img class="djs-popup-entry-icon" src=${e.imageUrl} alt="" />`||e.imageHtml&&Du`<div class="djs-popup-entry-icon" dangerouslySetInnerHTML=${{__html:e.imageHtml}} />`} 41 ${e.label?Du` 42 <span class="djs-popup-label">${e.label}</span> 43 `:null} 44 </${e.action?"button":"span"}> 45 </li> 46 `)} 47 </ul> 48 `)} 49 </div> 50 `}function ah(e){const{entry:t,selected:n,onMouseEnter:i,onMouseLeave:o,onAction:r}=e,s=(e,n)=>{if(!t.disabled)return r(e,t,n)};return Du` 51 <li 52 class=${rh("entry",{selected:n,disabled:t.disabled})} 53 data-id=${t.id} 54 title=${t.title||t.label} 55 aria-disabled=${t.disabled||void 0} 56 tabIndex="0" 57 onClick=${s} 58 onFocus=${i} 59 onBlur=${o} 60 onMouseEnter=${i} 61 onMouseLeave=${o} 62 onDragStart=${e=>s(e,"dragstart")} 63 draggable=${!0} 64 > 65 <div class="djs-popup-entry-content"> 66 <span 67 class=${rh("djs-popup-entry-name",t.className)} 68 > 69 ${t.imageUrl&&Du`<img class="djs-popup-entry-icon" src=${t.imageUrl} alt="" />`||t.imageHtml&&Du`<div class="djs-popup-entry-icon" dangerouslySetInnerHTML=${{__html:t.imageHtml}} />`} 70 71 ${t.label?Du` 72 <span class="djs-popup-label"> 73 ${t.label} 74 </span> 75 `:null} 76 </span> 77 ${t.description&&Du` 78 <span 79 class="djs-popup-entry-description" 80 title=${t.description} 81 > 82 ${t.description} 83 </span> 84 `} 85 </div> 86 ${t.documentationRef&&Du` 87 <div class="djs-popup-entry-docs"> 88 <a 89 href="${t.documentationRef}" 90 onClick=${e=>e.stopPropagation()} 91 title="Open element documentation" 92 target="_blank" 93 rel="noopener" 94 > 95 <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> 96 <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"/> 97 </svg> 98 </a> 99 </div> 100 `} 101 </li> 102 `}function lh(e){const{selectedEntry:t,setSelectedEntry:n,groupedEntries:i,...o}=e,r=Xu();return Uu(()=>{const e=r.current;if(!e)return;const t=e.querySelector(".selected");var n;t&&("function"==typeof(n=t).scrollIntoViewIfNeeded?n.scrollIntoViewIfNeeded():n.scrollIntoView({scrollMode:"if-needed",block:"nearest"}))},[t]),Du` 103 <div class="djs-popup-results" ref=${r}> 104 ${i.map(e=>Du` 105 ${e.name&&Du` 106 <div key=${e.id} class="entry-header" title=${e.name}> 107 ${e.name} 108 </div> 109 `} 110 <ul class="djs-popup-group" data-group=${e.id}> 111 ${e.entries.map(e=>Du` 112 <${ah} 113 key=${e.id} 114 entry=${e} 115 selected=${e===t} 116 onMouseEnter=${()=>n(e)} 117 onMouseLeave=${()=>n(null)} 118 ...${o} 119 /> 120 `)} 121 </ul> 122 `)} 123 </div> 124 `}function ch(e){const{onClose:t,onSelect:n,className:o,headerEntries:r,position:s,title:a,width:c,scale:u,search:h,emptyPlaceholder:d,searchFn:p,entries:f,onOpened:g,onClosed:m}=e,v=Ku(()=>!!i(h)&&f.length>5,[h,f]),[y,x]=Qu(""),b=Yu((e,t)=>{if(!v)return e;if(!t.trim())return e.filter(({rank:e=0})=>e>=0);const n=e.filter(({searchable:e})=>!1!==e);return p(n,t,{keys:["label","search","description"]}).map(({item:e})=>e)},[v]),[_,w]=Qu(b(f,y)),[C,k]=Qu(_[0]),O=Ku(()=>function(e){const t=[],n=e=>t.find(t=>e.id===t.id),i=e=>!!n(e),o=e=>"string"==typeof e?{id:e}:e;return e.forEach(e=>{const r=e.group?o(e.group):{id:"default"};i(r)?n(r).entries.push(e):t.push({...r,entries:[e]})}),t}(_),[_]),E=Yu(e=>{k(e[0]),w(e)},[w,k]);Hu(()=>{E(b(f,y))},[y,f]);const S=Yu(e=>{const t=function(e){const t=[];return e.forEach(e=>{e.entries.forEach(e=>{t.push(e)})}),t}(O);let n=t.indexOf(C)+e;n<0&&(n=t.length-1),n>=t.length&&(n=0),k(t[n])},[O,C,k]),T=Yu(e=>{if("Enter"===e.key&&C){if(C.disabled)return;return n(e,C)}return"ArrowUp"===e.key?(S(-1),e.preventDefault()):"ArrowDown"===e.key?(S(1),e.preventDefault()):void 0},[n,C,S]),R=Yu(e=>{ft(e.target,"input")&&x(()=>e.target.value)},[x]);Hu(()=>(g(),()=>{m()}),[]);const M=Ku(()=>a||r.length>0,[a,r]);return Du` 125 <${uh} 126 onClose=${t} 127 onKeyup=${R} 128 onKeydown=${T} 129 className=${o} 130 position=${s} 131 width=${c} 132 scale=${u} 133 > 134 ${M&&Du` 135 <${sh} 136 headerEntries=${r} 137 onSelect=${n} 138 selectedEntry=${C} 139 setSelectedEntry=${k} 140 title=${a} 141 /> 142 `} 143 ${f.length>0&&Du` 144 <div class="djs-popup-body"> 145 146 ${v&&Du` 147 <div class="djs-popup-search"> 148 <svg class="djs-popup-search-icon" width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> 149 <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"/> 150 </svg> 151 <input type="text" spellcheck=${!1} aria-label="${a}" /> 152 </div> 153 `} 154 155 <${lh} 156 groupedEntries=${O} 157 selectedEntry=${C} 158 setSelectedEntry=${k} 159 onAction=${n} 160 /> 161 </div> 162 `} 163 ${d&&0===_.length&&Du` 164 <div class="djs-popup-no-results">${l(d)?d(y):d}</div> 165 `} 166 </${uh}> 167 `}function uh(e){const{onClose:t,onKeydown:n,onKeyup:i,className:o,children:r,position:s}=e,a=Xu();return Uu(()=>{if("function"!=typeof s)return;const e=a.current,t=s(e);e.style.left=`${t.x}px`,e.style.top=`${t.y}px`},[a.current,s]),Uu(()=>{const e=a.current;if(!e)return;(e.querySelector("input")||e).focus()},[]),Hu(()=>{const e=e=>{if("Escape"===e.key)return e.preventDefault(),t()},n=e=>{if(!st(e.target,".djs-popup",!0))return t()};return document.documentElement.addEventListener("keydown",e),document.body.addEventListener("click",n),()=>{document.documentElement.removeEventListener("keydown",e),document.body.removeEventListener("click",n)}},[]),Du` 168 <div 169 class=${rh("djs-popup",o)} 170 style=${function(e){return{transform:`scale(${e.scale})`,width:`${e.width}px`,"transform-origin":"top left"}}(e)} 171 onKeydown=${n} 172 onKeyup=${i} 173 ref=${a} 174 tabIndex="-1" 175 > 176 ${r} 177 </div> 178 `}var hh=["contextPad.close","canvas.viewbox.changing","commandStack.changed"];function dh(e,t,n,o){this._eventBus=t,this._canvas=n,this._search=o,this._current=null;var r=i(e&&e.scale)?e.scale:{min:1,max:1};this._config={scale:r},t.on("diagram.destroy",()=>{this.close()}),t.on("element.changed",e=>{const t=this.isOpen()&&this._current.target;e.element===t&&this.refresh()})}function ph(e,t){return fh(t)-fh(e)}function fh(e){return e.reduce((e,t)=>e+gh(t),0)}function gh(e){if(r(e))return Math.max(...e.map(gh));const t=Math.log(e.value.length);return e.match?(e.start?e.end?131.9:7.87:e.wordStart?2.19:1)*t:-.07*t}function mh(e=""){return r(e)?e.join(", "):e}function vh(e,t){return mh(e).localeCompare(mh(t))}function yh(e,t){if(!e)return{tokens:[],matchedWords:{}};const n=[],i={},o=t.map(xh),r=[`(?<all>${o.join("\\s+")})`,...o].join("|"),s=new RegExp(r,"ig");let a,l=0;for(;a=s.exec(e);){const[o]=a,r=a.index,s=a.index+o.length,c=0===r,u=s===e.length,h=!!a.groups.all,d=c||/\s/.test(e.charAt(r-1)),p=u||/\s/.test(e.charAt(s));a.index>l&&n.push({value:e.slice(l,a.index),index:l}),n.push({value:o,index:a.index,match:!0,wordStart:d,wordEnd:p,start:c,end:u,all:h});const f=h?t:[o];for(const e of f)i[e.toLowerCase()]=!0;l=a.index+o.length}return l<e.length&&n.push({value:e.slice(l),index:l}),{tokens:n,matchedWords:i}}function xh(e){return e.replace(/[/\-\\^$*+?.()|[\]{}]/g,"\\$&")}dh.$inject=["config.popupMenu","eventBus","canvas","search"],dh.prototype._render=function(){const{position:e,providerId:t,entries:n,headerEntries:i,emptyPlaceholder:o,options:r}=this._current,s=Object.entries(n).map(([e,t])=>({id:e,...t})),a=Object.entries(i).map(([e,t])=>({id:e,...t})),l=e&&(t=>this._ensureVisible(t,e)),c=this._updateScale(this._current.container);Eu(Du` 179 <${ch} 180 onClose=${e=>this.close(e)} 181 onSelect=${(e,t,n)=>this.trigger(e,t,n)} 182 position=${l} 183 className=${t} 184 entries=${s} 185 headerEntries=${a} 186 emptyPlaceholder=${o} 187 scale=${c} 188 onOpened=${this._onOpened.bind(this)} 189 onClosed=${this._onClosed.bind(this)} 190 searchFn=${this._search} 191 ...${{...r}} 192 /> 193 `,this._current.container)},dh.prototype.open=function(e,t,n,i){if(!e)throw new Error("target is missing");if(!t)throw new Error("providers for <"+t+"> not found");if(!n)throw new Error("position is missing");this.isOpen()&&this.close();const{entries:o,headerEntries:r,emptyPlaceholder:s}=this._getContext(e,t);this._current={position:n,providerId:t,target:e,entries:o,headerEntries:r,emptyPlaceholder:s,container:this._createContainer({provider:t}),options:i},this._emit("open"),this._bindAutoClose(),this._render()},dh.prototype.refresh=function(){if(!this.isOpen())return;const{target:e,providerId:t}=this._current,{entries:n,headerEntries:i,emptyPlaceholder:o}=this._getContext(e,t);this._current={...this._current,entries:n,headerEntries:i,emptyPlaceholder:o},this._emit("refresh"),this._render()},dh.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),o=this._getHeaderEntries(e,n);return{entries:i,headerEntries:o,emptyPlaceholder:this._getEmptyPlaceholder(n),empty:!(Object.keys(i).length||Object.keys(o).length)}},dh.prototype.close=function(){this.isOpen()&&(this._emit("close"),this.reset(),this._canvas.restoreFocus(),this._current=null)},dh.prototype.reset=function(){const e=this._current.container;Eu(null,e),vt(e)},dh.prototype._emit=function(e,t){this._eventBus.fire(`popupMenu.${e}`,t)},dh.prototype._onOpened=function(){this._emit("opened")},dh.prototype._onClosed=function(){this._emit("closed")},dh.prototype._createContainer=function(e){var t=this._canvas.getContainer();const n=Ze(`<div class="djs-popup-parent djs-scrollable" data-popup=${e.provider}></div>`);return t.appendChild(n),n},dh.prototype._bindAutoClose=function(){this._eventBus.once(hh,this.close,this)},dh.prototype._unbindAutoClose=function(){this._eventBus.off(hh,this.close,this)},dh.prototype._updateScale=function(){var e,t,n=this._canvas.zoom(),o=this._config.scale,r=n;return!0!==o&&(!1===o?(e=1,t=1):(e=o.min,t=o.max),i(e)&&n<e&&(r=e),i(t)&&n>t&&(r=t)),r},dh.prototype._ensureVisible=function(e,t){var n=document.documentElement.getBoundingClientRect(),i=e.getBoundingClientRect(),o={},r=t.x,s=t.y;return t.x+i.width>n.width&&(o.x=!0),t.y+i.height>n.height&&(o.y=!0),o.x&&o.y?(r=t.x-i.width,s=t.y-i.height):o.x?(r=t.x-i.width,s=t.y):o.y&&t.y<i.height?(r=t.x,s=10):o.y&&(r=t.x,s=t.y-i.height),t.y<n.top&&(s=t.y+i.height),{x:r,y:s}},dh.prototype.isEmpty=function(e,t){if(!e)throw new Error("target is missing");if(!t)throw new Error("provider ID is missing");const n=this._getProviders(t);return!n||!n.length||this._getContext(e,t).empty},dh.prototype.registerProvider=function(e,t,n){n||(n=t,t=1e3),this._eventBus.on("popupMenu.getProviders."+e,t,function(e){e.providers.push(n)})},dh.prototype._getProviders=function(e){var t=this._eventBus.createEvent({type:"popupMenu.getProviders."+e,providers:[]});return this._eventBus.fire(t),t.providers},dh.prototype._getEntries=function(e,t){var n={};return p(t,function(t){if(t.getPopupMenuEntries){var i=t.getPopupMenuEntries(e);l(i)?n=i(n):p(i,function(e,t){n[t]=e})}else p(t.getEntries(e),function(e){var t=e.id;if(!t)throw new Error("entry ID is missing");n[t]=P(e,["id"])})}),n},dh.prototype._getHeaderEntries=function(e,t){var n={};return p(t,function(t){if(t.getPopupMenuHeaderEntries){var i=t.getPopupMenuHeaderEntries(e);l(i)?n=i(n):p(i,function(e,t){n[t]=e})}else{if(!t.getHeaderEntries)return;p(t.getHeaderEntries(e),function(e){var t=e.id;if(!t)throw new Error("entry ID is missing");n[t]=P(e,["id"])})}}),n},dh.prototype._getEmptyPlaceholder=function(e){const t=e.find(e=>l(e.getEmptyPlaceholder));return t&&t.getEmptyPlaceholder()},dh.prototype.isOpen=function(){return!!this._current},dh.prototype.trigger=function(e,t,n="click"){if(e.preventDefault(),!t){let n=tt(st(e.delegateTarget||e.target,".entry",!0),"data-id");t={id:n,...this._getEntry(n)}}const i=t.action;if(!1!==this._emit("trigger",{entry:t,event:e}))if(l(i)){if("click"===n)return i(e,t)}else if(i[n])return i[n](e,t)},dh.prototype._getEntry=function(e){var t=this._current.entries[e]||this._current.headerEntries[e];if(!t)throw new Error("entry not found");return t};var bh={search:["value",function(e,t,n){const{keys:i}=n;if(!(t=t.trim().toLowerCase()))throw new Error("<pattern> must not be empty");const o=t.trim().toLowerCase().split(/\s+/);return e.flatMap(e=>{const t=function(e,t,n){const{matchedWords:i,tokens:o}=n.reduce((n,i)=>{const o=e[i],{tokens:s,matchedWords:a}=r(o)?o.reduce((e,n)=>{const{tokens:i,matchedWords:o}=yh(n,t);return{tokens:[...e.tokens,i],matchedWords:{...e.matchedWords,...o}}},{matchedWords:{},tokens:[]}):yh(o,t);return{tokens:{...n.tokens,[i]:s},matchedWords:{...n.matchedWords,...a}}},{matchedWords:{},tokens:{}});if(Object.keys(i).length!==t.length)return null;return o}(e,o,i);return t?{item:e,tokens:t}:[]}).sort(function(e){return(t,n)=>{let i=0,o=1;for(const r of e){const e=ph(t.tokens[r],n.tokens[r]);if(0!==e){i+=e*o,o*=.9;continue}const s=vh(t.item[r],n.item[r]);0===s||(i+=s*o,o*=.9)}return i}}(i))}]},_h={__depends__:[bh],__init__:["popupMenu"],popupMenu:["type",dh]},wh=Math.round;function Ch(e,t){this._modeling=e,this._eventBus=t}function kh(e,t){t.on("replace.end",500,function(t){const{newElement:n,hints:i={}}=t;!1!==i.select&&e.select(n)})}Ch.$inject=["modeling","eventBus"],Ch.prototype.replaceElement=function(e,t,n){if(e.waypoints)return null;var i=this._modeling,o=this._eventBus;o.fire("replace.start",{element:e,attrs:t,hints:n});var r=t.width||e.width,s=t.height||e.height,a=t.x||e.x,l=t.y||e.y,c=wh(a+r/2),u=wh(l+s/2),h=i.replaceShape(e,M({},t,{x:c,y:u,width:r,height:s}),n);return o.fire("replace.end",{element:e,newElement:h,hints:n}),h},kh.$inject=["selection","eventBus"];var Oh={__init__:["replace","replaceSelectionBehavior"],replaceSelectionBehavior:["type",kh],replace:["type",Ch]};function Eh(e,t,n,i){this.replaceElement=function(n,i,o){o=o||{};var r=i.type,s=n.businessObject,a=e.create(r),l={type:r,businessObject:a};if(l.width=n.width,l.height=n.height,a.name=s.name,i.table){var c=e.create("dmn:DecisionTable");c.$parent=a;var u=e.create("dmn:OutputClause");u.typeRef="string",u.$parent=c,c.output=[u];var h=e.create("dmn:InputClause");h.$parent=c;var d=e.create("dmn:LiteralExpression",{typeRef:"string"});h.inputExpression=d,d.$parent=h,c.input=[h],Sh(a,c,e)}if(i.expression){var p=e.create("dmn:LiteralExpression"),f=e.create("dmn:InformationItem",{name:s.name});Sh(a,p,e,f)}return t.replaceElement(n,l,o)}}function Sh(e,t,n,i){if(At(e,"dmn:Decision"))e.decisionLogic=t,t.$parent=e;else if(At(e,"dmn:BusinessKnowledgeModel")){var o=n.create("dmn:FunctionDefinition",{body:t});e.encapsulatedLogic=o,o.$parent=e,t.$parent=o}i&&(e.variable=i,i.$parent=e)}Eh.$inject=["drdFactory","replace","selection","modeling"];var Th={__depends__:[Oh,Ws],drdReplace:["type",Eh]},Rh=[{label:"Empty",actionName:"replace-with-empty-decision",className:"dmn-icon-clear",target:{type:"dmn:Decision",table:!1,expression:!1}},{label:"Decision table",actionName:"replace-with-decision-table",className:"dmn-icon-decision-table",target:{type:"dmn:Decision",table:!0,expression:!1}},{label:"Literal expression",actionName:"replace-with-literal-expression",className:"dmn-icon-literal-expression",target:{type:"dmn:Decision",table:!1,expression:!0}}],Mh=[{label:"Empty",actionName:"replace-with-empty",className:"dmn-icon-clear",target:{type:"dmn:BusinessKnowledgeModel",table:!1,expression:!1}},{label:"Literal Expression",actionName:"replace-with-literal-expression",className:"dmn-icon-literal-expression",target:{type:"dmn:BusinessKnowledgeModel",table:!1,expression:!0}}];function Ah(e,t,n,i,o,r){this._popupMenu=e,this._modeling=t,this._moddle=n,this._drdReplace=i,this._rules=o,this._translate=r,this.register()}Ah.$inject=["popupMenu","modeling","moddle","drdReplace","rules","translate"],Ah.prototype.register=function(){this._popupMenu.registerProvider("dmn-replace",this)},Ah.prototype.getEntries=function(e){var t,n,i=e.businessObject;return this._rules.allowed("shape.replace",{element:e})?At(i,"dmn:Decision")?(n=Bt(i),t=d(Rh,function(e){var t="replace-with-empty-decision"===e.actionName&&n,i="replace-with-decision-table"===e.actionName&&!At(n,"dmn:DecisionTable"),o="replace-with-literal-expression"===e.actionName&&!At(n,"dmn:LiteralExpression");return t||i||o}),this._createEntries(e,t)):At(i,"dmn:BusinessKnowledgeModel")?(n=Bt(i),t=d(Mh,function(e){var t="replace-with-empty"===e.actionName&&n,i="replace-with-decision-table"===e.actionName&&!At(n,"dmn:DecisionTable"),o="replace-with-literal-expression"===e.actionName&&!At(n,"dmn:LiteralExpression");return t||i||o}),this._createEntries(e,t)):[]:[]},Ah.prototype._createEntries=function(e,t){var n=[],i=this;return p(t,function(t){var o=i._createMenuEntry(t,e);n.push(o)}),n},Ah.prototype._createMenuEntry=function(e,t,n){var i=this._drdReplace.replaceElement;return n=n||function(){return i(t,e.target)},{label:(0,this._translate)(e.label),className:e.className,id:e.actionName,action:n}},Ah.prototype.getHeaderEntries=function(e){return[]};var Ph={__depends__:[ks,_h,Th],__init__:["replaceMenuProvider"],replaceMenuProvider:["type",Ah]};function Dh(e,t,n,i,o,r,s,a,l,c,u,h){u=u||{},t.registerProvider(this),this._contextPad=t,this._modeling=n,this._elementFactory=i,this._connect=o,this._create=r,this._rules=s,this._popupMenu=a,this._canvas=l,this._translate=c,!1!==u.autoPlace&&(this._autoPlace=h.get("autoPlace",!1)),e.on("create.end",250,function(e){var n=e.context.shape;if(Ps(e)){var i=t.getEntries(n);i.replace&&i.replace.action.click(e,n)}})}Dh.$inject=["eventBus","contextPad","modeling","elementFactory","connect","create","rules","popupMenu","canvas","translate","config.contextPad","injector"],Dh.prototype.getContextPadEntries=function(e){var t=this._modeling,n=this._elementFactory,i=this._connect,o=this._create,s=this._popupMenu,a=this._contextPad,l=this._rules,c=this._translate,u=this._autoPlace,h={};if("label"===e.type)return h;var d=e.businessObject;function p(e,t,n){i.start(e,t,n)}function f(e,t,i,r){function s(t,i){var s=n.createShape(M({type:e},r));o.start(t,s,{source:i,hints:{connectionTarget:i}})}var a=u?function(t,i){var o=n.createShape(M({type:e},r));u.append(i,o,{connectionTarget:i})}:s;return{group:"model",className:t,title:i,action:{dragstart:s,click:a}}}At(d,"dmn:Decision")&&M(h,{"append.decision":f("dmn:Decision","dmn-icon-decision",c("Append decision"))}),It(d,["dmn:BusinessKnowledgeModel","dmn:Decision","dmn:KnowledgeSource"])&&M(h,{"append.knowledge-source":f("dmn:KnowledgeSource","dmn-icon-knowledge-source",c("Append knowledge source"))}),It(d,["dmn:BusinessKnowledgeModel","dmn:Decision"])&&M(h,{"append.business-knowledge-model":f("dmn:BusinessKnowledgeModel","dmn-icon-business-knowledge",c("Append business knowledge model"))}),It(d,["dmn:Decision","dmn:KnowledgeSource"])&&M(h,{"append.input-data":f("dmn:InputData","dmn-icon-input-data",c("Append input data"))}),At(d,"dmn:DRGElement")&&M(h,{"append.text-annotation":f("dmn:TextAnnotation","dmn-icon-text-annotation",c("Add text annotation")),connect:{group:"connect",className:"dmn-icon-connection-multi",title:c("Connect to other element"),action:{click:p,dragstart:p}}}),At(d,"dmn:TextAnnotation")&&M(h,{connect:{group:"connect",className:"dmn-icon-connection-multi",title:c("Connect to other element"),action:{click:p,dragstart:p}}}),s.isEmpty(e,"dmn-replace")||M(h,{replace:{group:"edit",className:"dmn-icon-screw-wrench",title:c("Change type"),action:{click:function(e,t){var n=M(function(e){var t=a.getPad(e).html.getBoundingClientRect();return{x:t.left,y:t.bottom+5}}(t),{cursor:{x:e.x,y:e.y}});s.open(t,"dmn-replace",n)}}}});var g=l.allowed("elements.delete",{elements:[e]});return r(g)&&(g=g[0]===e),g&&M(h,{delete:{group:"edit",className:"dmn-icon-trash",title:c("Delete"),action:{click:function(n){t.removeElements([e])}}}}),h},Dh.prototype.getMultiElementContextPadEntries=function(e){var t=this._modeling,n=this._translate,i={};return this._isDeleteAllowed(e)&&M(i,{delete:{group:"edit",className:"dmn-icon-trash",title:n("Delete"),action:{click:(e,n)=>t.removeElements(n.slice())}}}),i},Dh.prototype._isDeleteAllowed=function(e){var t=this._rules.allowed("elements.delete",{elements:e});return r(t)?g(e,e=>t.includes(e)):t};var $h={__depends__:[ks,wc,Ws,Tc,Jc,Ph],__init__:["contextPadProvider"],contextPadProvider:["type",Dh]};function Ih(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)}Ih.$inject=["injector","canvas","graphicsFactory","elementFactory"],Ih.prototype.drawPreview=function(e,t,n){n=n||{};var i,o,r,s=e.connectionPreviewGfx,a=e.getConnection,l=n.source,c=n.target,u=n.waypoints,h=n.connectionStart,d=n.connectionEnd,p=n.noLayout,f=n.noCropping,g=n.noNoop,m=this;s||(s=e.connectionPreviewGfx=this.createConnectionPreviewGfx()),on(s),a||(a=e.getConnection=(o=function(e,t,n){return m.getConnection(e,t,n)},r={},function(e){var t=JSON.stringify(e),n=r[t];return n||(n=r[t]=o.apply(null,arguments)),n})),t&&(i=a(t,l,c)),i?(i.waypoints=u||[],this._layouter&&!p&&(i.waypoints=this._layouter.layoutConnection(i,{source:l,target:c,connectionStart:h,connectionEnd:d,waypoints:n.waypoints||i.waypoints})),i.waypoints&&i.waypoints.length||(i.waypoints=[l?Ai(l):h,c?Ai(c):d]),this._connectionDocking&&(l||c)&&!f&&(i.waypoints=this._connectionDocking.getCroppedWaypoints(i,l,c)),this._graphicsFactory.drawConnection(s,i,{stroke:"var(--element-dragger-color)"})):!g&&this.drawNoopPreview(s,n)},Ih.prototype.drawNoopPreview=function(e,t){var n=t.source,i=t.target,o=t.connectionStart||Ai(n),r=t.connectionEnd||Ai(i),s=this.cropWaypoints(o,r,n,i);Yt(e,this.createNoopConnection(s[0],s[1]))},Ih.prototype.cropWaypoints=function(e,t,n,i){var o=this._graphicsFactory,r=n&&o.getShapePath(n),s=i&&o.getShapePath(i),a=o.getConnectionPath({waypoints:[e,t]});return[e=n&&Di(r,a,!0)||e,t=i&&Di(s,a,!1)||t]},Ih.prototype.cleanUp=function(e){e&&e.connectionPreviewGfx&&bn(e.connectionPreviewGfx)},Ih.prototype.getConnection=function(e){var t=function(e){return s(e)?e:{}}(e);return this._elementFactory.createConnection(t)},Ih.prototype.createConnectionPreviewGfx=function(){var e=cn("g");return Jt(e,{pointerEvents:"none"}),tn(e).add("djs-dragger"),Yt(this._canvas.getActiveLayer(),e),e},Ih.prototype.createNoopConnection=function(e,t){return Rn([e,t],{stroke:"#333",strokeDasharray:[1],strokeWidth:2,"pointer-events":"none"})};var Bh={__init__:["connectionPreview"],connectionPreview:["type",Ih]};const jh=/\s/,Lh=/^([a-z][\w-.]*:)?[a-z_][\w-.]*$/i,Nh=/^[a-z_][\w-.]*$/i,qh=/\$\{([^}]*)\}/g;function Vh(e,t){const n=e.$model.ids.assigned(t);return t?n&&n!==e?"Element must have unique ID.":function(e){if(e=function(e){return e.replace(qh,"$1")}(e),function(e){return jh.test(e)}(e))return"Id must not contain spaces.";if(!Nh.test(e))return Lh.test(e)?"Id must not contain prefix.":"Id must be a valid QName."}(t):"Element must have ID."}function Fh(e,t,n,i,o){this._eventBus=e,this._modeling=t,this._canvas=n,this._definitionPropertiesView=i,this._translate=o,e.on("definitionIdView.create",function(e){this._container=e.html;var t=gt(".dmn-definitions-name",this._container),n=gt(".dmn-definitions-id",this._container);this._setup(t,"name"),this._setup(n,"id")},this)}Fh.$inject=["eventBus","modeling","canvas","definitionPropertiesView","translate"],Fh.prototype.update=function(e,t){var n=this._canvas.getRootElement(),i={};if(i[e]=t,"id"===e){var o=Vh($t(n),t);if(o)return void this._addErrorMessage(o);this._clearErrorMessage()}this._modeling.updateProperties(n,i)},Fh.prototype._setup=function(e,t){var n=this;e.setAttribute("contenteditable",!0),e.addEventListener("input",T(function(e){var i=e.target.value||e.target.textContent;n.update(t,i.trim())},300)),e.addEventListener("keydown",function(t){13===t.keyCode&&(e.blur(),window.getSelection().removeAllRanges())}),e.addEventListener("blur",function(){n._clearErrorMessage(),n._definitionPropertiesView.update()})},Fh.prototype._addErrorMessage=function(e){const t='<span class="dmn-definitions-error-message">'+this._translate(e)+"</span>";var n=gt(".dmn-definitions-id",this._container);this._clearErrorMessage(),it(n).add("dmn-definitions-error"),n.parentElement.appendChild(Ze(t))},Fh.prototype._clearErrorMessage=function(){var e=gt(".dmn-definitions-id",this._container);if(it(e).has("dmn-definitions-error")){it(e).remove("dmn-definitions-error");const t=gt(".dmn-definitions-error-message",this._container);e.parentNode.removeChild(t)}};var zh={__depends__:[ea],__init__:["definitionPropertiesEdit","definitionPropertiesPaletteAdapter"],definitionPropertiesEdit:["type",Fh],definitionPropertiesPaletteAdapter:["type",Js]},Wh={horizontal:["x","width"],vertical:["y","height"]};function Qh(e,t){this._modeling=e,this._filters=[],this.registerFilter(function(e){var n=t.allowed("elements.distribute",{elements:e});return r(n)?n:n?e:[]})}Qh.$inject=["modeling","rules"],Qh.prototype.registerFilter=function(e){if("function"!=typeof e)throw new Error("the filter has to be a function");this._filters.push(e)},Qh.prototype.trigger=function(e,t){var n,i,o=this._modeling;if(!(e.length<3||(this._setOrientation(t),i=this._filterElements(e),(n=this._createGroups(i)).length<=2)))return o.distributeElements(n,this._axis,this._dimension),n},Qh.prototype._filterElements=function(e){var t=this._filters,n=this._axis,i=this._dimension,o=[].concat(e);return t.length?(p(t,function(e){o=e(o,n,i)}),o):e},Qh.prototype._createGroups=function(e){var t=[],n=this,i=this._axis,o=this._dimension;if(!i)throw new Error('must have a defined "axis" and "dimension"');return p(w(e,i),function(e,r){var s,a=n._findRange(e,i,o),l=t[t.length-1];l&&n._hasIntersection(l.range,a)?t[t.length-1].elements.push(e):(s={range:a,elements:[e]},t.push(s))}),t},Qh.prototype._setOrientation=function(e){var t=Wh[e];this._axis=t[0],this._dimension=t[1]},Qh.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)},Qh.prototype._findRange=function(e){var t=e[this._axis];return{min:t+5,max:t+e[this._dimension]-5}};var Hh={__init__:["distributeElements"],distributeElements:["type",Qh]};function Uh(e){e.registerFilter(function(e){return d(e,function(e){var t=It(e,["dmn:AuthorityRequirement","dmn:InformationRequirement","dmn:KnowledgeRequirement","dmn:Association","dmn:TextAnnotation"]);return!(e.labelTarget||t)})})}Uh.$inject=["distributeElements"];var Xh={__depends__:[Hh],__init__:["drdDistributeElements"],drdDistributeElements:["type",Uh]},Kh="is not a registered action";function Yh(e,t){this._actions={};var n=this;e.on("diagram.init",function(){n._registerDefaultActions(t),e.fire("editorActions.init",{editorActions:n})})}function Gh(e,t){return new Error(e+" "+t)}Yh.$inject=["eventBus","injector"],Yh.prototype._registerDefaultActions=function(e){var t=e.get("commandStack",!1),n=e.get("modeling",!1),i=e.get("selection",!1),o=e.get("zoomScroll",!1),s=e.get("copyPaste",!1),a=e.get("canvas",!1),l=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()})),s&&i&&this.register("copy",function(){var e=i.get();if(e.length)return s.copy(e)}),s&&i&&this.register("duplicate",function(){var e=i.get();if(e.length)return s.duplicate(e)}),s&&this.register("paste",function(){s.paste()}),s&&i&&l&&this.register("cut",function(){var e=i.get();if(e.length){var t=l.allowed("elements.delete",{elements:e});if(!1!==t){var n=r(t)?t:e;return s.cut(n.slice())}}}),o&&this.register("stepZoom",function(e){o.stepZoom(e.value)}),a&&this.register("zoom",function(e){a.zoom(e.value)}),n&&i&&l&&this.register("removeSelection",function(){var e=i.get();if(e.length){var t,o=l.allowed("elements.delete",{elements:e});!1!==o&&(t=r(o)?o:e).length&&n.removeElements(t.slice())}}),c&&this.register("moveCanvas",function(e){c.moveCanvas(e)}),u&&this.register("moveSelection",function(e){u.moveSelection(e.direction,e.accelerated)})},Yh.prototype.trigger=function(e,t){if(!this._actions[e])throw Gh(e,Kh);return this._actions[e](t)},Yh.prototype.register=function(e,t){var n=this;if("string"==typeof e)return this._registerAction(e,t);p(e,function(e,t){n._registerAction(t,e)})},Yh.prototype._registerAction=function(e,t){if(this.isRegistered(e))throw Gh(e,"is already registered");this._actions[e]=t},Yh.prototype.unregister=function(e){if(!this.isRegistered(e))throw Gh(e,Kh);this._actions[e]=void 0},Yh.prototype.getActions=function(){return Object.keys(this._actions)},Yh.prototype.isRegistered=function(e){return!!this._actions[e]};var Zh={__init__:["editorActions"],editorActions:["type",Yh]};function Jh(e){e.invoke(Yh,this)}Lt(Jh,Yh),Jh.$inject=["injector"],Jh.prototype._registerDefaultActions=function(e){Yh.prototype._registerDefaultActions.call(this,e);const t=e.get("canvas",!1),n=e.get("elementRegistry",!1),i=e.get("selection",!1),o=e.get("lassoTool",!1),r=e.get("handTool",!1),s=e.get("directEditing",!1),a=e.get("distributeElements",!1),l=e.get("alignElements",!1),c=e.get("searchPad",!1);t&&n&&i&&this._registerAction("selectElements",function(){var e=t.getRootElement(),o=n.filter(function(t){return t!==e});return i.select(o),o}),i&&a&&this._registerAction("distributeElements",function(e){var t=i.get(),n=e.type;t.length>2&&a.trigger(t,n)}),i&&l&&this._registerAction("alignElements",function(e){var t=i.get(),n=e.type;t.length>1&&l.trigger(t,n)}),o&&this._registerAction("lassoTool",function(){o.toggle()}),r&&this._registerAction("handTool",function(){r.toggle()}),i&&s&&this._registerAction("directEditing",function(){var e=i.get();e.length&&s.activate(e[0])}),i&&c&&this._registerAction("find",function(){c.toggle()})};var ed={__depends__:[Zh],editorActions:["type",Jh]};function td(e){return e.dmnDI&&e.dmnDI.diagrams&&e.dmnDI.diagrams[0]}function nd(e,t,n,i){n.on("import.start",({definitions:n})=>{td(n)||function(n){var o=n.dmnDI;o||(o=e.create("dmndi:DMNDI"),n.set("dmnDI",o));var r=e.create("dmndi:DMNDiagram");o.set("diagrams",[r]);var s=0;p(n.get("drgElement"),function(n){if(At(n,"dmn:Decision")){var o=t._getDefaultSize(n),a=e.createDiShape(n,{x:150+30*s,y:150+30*s,width:o.width,height:o.height});i.updateDiParent(a,r),s++}})}(n)})}nd.$inject=["drdFactory","elementFactory","eventBus","drdUpdater"];var id={__init__:["diGenerator"],diGenerator:["type",nd]};function od(e,t,n){return n||(n="round"),Math[n](e/t)*t}function rd(e,t,n){var i=!n||!1!==n.active;this._eventBus=t;var o=this;t.on("diagram.init",800,function(){o.setActive(i)}),t.on(["create.move","create.end","bendpoint.move.move","bendpoint.move.end","connect.move","connect.end","connectionSegment.move.move","connectionSegment.move.end","resize.move","resize.end","shape.move.move","shape.move.end"],1200,function(t){var n=t.originalEvent;if(!(!o.active||n&&Sa(n))){var i=t.context,r=i.gridSnappingContext;r||(r=i.gridSnappingContext={}),["x","y"].forEach(function(n){var i={},r=function(e,t,n){var i=e.context,o=e.shape,r=i.gridSnappingContext,s=r.snapLocation,l=r.snapOffset;if(l&&a(l[t]))return l[t];l||(l=r.snapOffset={});a(l[t])||(l[t]=0);if(!o)return l[t];n.get(o.id)||(sd(t)?l[t]+=o[t]+o.width/2:l[t]+=o[t]+o.height/2);if(!s)return l[t];"x"===t?/left/.test(s)?l[t]-=o.width/2:/right/.test(s)&&(l[t]+=o.width/2):/top/.test(s)?l[t]-=o.height/2:/bottom/.test(s)&&(l[t]+=o.height/2);return l[t]}(t,n,e);r&&(i.offset=r);var s=function(e,t){var n=e.context,i=n.createConstraints,o=n.resizeConstraints||{},r=n.gridSnappingContext,s=r.snapConstraints;if(s&&s[t])return s[t];s||(s=r.snapConstraints={});s[t]||(s[t]={});var a=n.direction;i&&(sd(t)?(s.x.min=i.left,s.x.max=i.right):(s.y.min=i.top,s.y.max=i.bottom));var l=o.min,c=o.max;l&&(sd(t)?ld(a)?s.x.max=l.left:s.x.min=l.right:ad(a)?s.y.max=l.top:s.y.min=l.bottom);c&&(sd(t)?ld(a)?s.x.min=c.left:s.x.max=c.right:ad(a)?s.y.min=c.top:s.y.max=c.bottom);return s[t]}(t,n);s&&M(i,s),uc(t,n)||o.snapEvent(t,n,i)})}})}function sd(e){return"x"===e}function ad(e){return-1!==e.indexOf("n")}function ld(e){return-1!==e.indexOf("w")}rd.prototype.snapEvent=function(e,t,n){hc(e,t,this.snapValue(e[t],n))},rd.prototype.getGridSpacing=function(){return 10},rd.prototype.snapValue=function(e,t){var n,i,o=0;return t&&t.offset&&(o=t.offset),e=od(e+=o,10),t&&t.min&&a(n=t.min)&&(n=od(n+o,10,"ceil"),e=Math.max(e,n)),t&&t.max&&a(i=t.max)&&(i=od(i+o,10,"floor"),e=Math.min(e,i)),e-=o},rd.prototype.isActive=function(){return this.active},rd.prototype.setActive=function(e){this.active=e,this._eventBus.fire("gridSnapping.toggle",{active:e})},rd.prototype.toggleActive=function(){this.setActive(!this.active)},rd.$inject=["elementRegistry","eventBus","config.gridSnapping"];function cd(e){this._eventBus=e}function ud(e){return function(t,n,i,o,r){(l(t)||a(t))&&(r=o,o=i,i=n,n=t,t=null),this.on(t,e,n,i,o,r)}}function hd(e,t){cd.call(this,e),this._gridSnapping=t;var n=this;this.preExecute("shape.resize",function(e){var t=e.context,i=(t.hints||{}).autoResize;if(i){var o=t.shape,r=t.newBounds;c(i)?t.newBounds=n.snapComplex(r,i):t.newBounds=n.snapSimple(o,r)}})}cd.$inject=["eventBus"],cd.prototype.on=function(e,t,n,i,o,c){if((l(t)||a(t))&&(c=o,o=i,i=n,n=t,t=null),l(n)&&(c=o,o=i,i=n,n=1e3),s(o)&&(c=o,o=!1),!l(i))throw new Error("handlerFn must be a function");r(e)||(e=[e]);var u=this._eventBus;p(e,function(e){var r=["commandStack",e,t].filter(function(e){return e}).join(".");u.on(r,n,o?function(e,t){return function(n){return e.call(t||null,n.context,n.command,n)}}(i,c):i,c)})},cd.prototype.canExecute=ud("canExecute"),cd.prototype.preExecute=ud("preExecute"),cd.prototype.preExecuted=ud("preExecuted"),cd.prototype.execute=ud("execute"),cd.prototype.executed=ud("executed"),cd.prototype.postExecute=ud("postExecute"),cd.prototype.postExecuted=ud("postExecuted"),cd.prototype.revert=ud("revert"),cd.prototype.reverted=ud("reverted"),hd.$inject=["eventBus","gridSnapping","modeling"],Lt(hd,cd),hd.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},hd.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},hd.prototype.snapHorizontally=function(e,t){var n=this._gridSnapping,i=/w/.test(t),o=/e/.test(t),r={};return r.width=n.snapValue(e.width,{min:e.width}),o&&(i?(r.x=n.snapValue(e.x,{max:e.x}),r.width+=n.snapValue(e.x-r.x,{min:e.x-r.x})):e.x=e.x+e.width-r.width),M(e,r),e},hd.prototype.snapVertically=function(e,t){var n=this._gridSnapping,i=/n/.test(t),o=/s/.test(t),r={};return r.height=n.snapValue(e.height,{min:e.height}),i&&(o?(r.y=n.snapValue(e.y,{max:e.y}),r.height+=n.snapValue(e.y-r.y,{min:e.y-r.y})):e.y=e.y+e.height-r.height),M(e,r),e};function dd(e,t){e.on(["spaceTool.move","spaceTool.end"],2e3,function(e){var n,i=e.context;i.initialized&&("x"===i.axis?(n=t.snapValue(e.dx),e.x=e.x+n-e.dx,e.dx=n):(n=t.snapValue(e.dy),e.y=e.y+n-e.dy,e.dy=n))})}dd.$inject=["eventBus","gridSnapping"];var pd={__depends__:[{__init__:["gridSnappingResizeBehavior","gridSnappingSpaceToolBehavior"],gridSnappingResizeBehavior:["type",hd],gridSnappingSpaceToolBehavior:["type",dd]}],__init__:["gridSnapping"],gridSnapping:["type",rd]},fd="keyboard.keydown",gd="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 md(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(gd));var i=e&&!1!==e.bind;t.on("canvas.init",function(e){n._target=e.svg,i&&n.bind(),n._fire("init")})}md.$inject=["config.keyboard","eventBus"],md.prototype._keydownHandler=function(e){this._keyHandler(e,fd)},md.prototype._keyupHandler=function(e){this._keyHandler(e,"keyboard.keyup")},md.prototype._keyHandler=function(e,t){if(!this._isEventIgnored(e)){var n={keyEvent:e};this._eventBus.fire(t||fd,n)&&e.preventDefault()}},md.prototype._isEventIgnored=function(e){return!1},md.prototype.bind=function(e){e&&console.error("unsupported argument <node>",new Error(gd)),this.unbind(),e=this._node=this._target,ht.bind(e,"keydown",this._keydownHandler),ht.bind(e,"keyup",this._keyupHandler),this._fire("bind")},md.prototype.getBinding=function(){return this._node},md.prototype.unbind=function(){var e=this._node;e&&(this._fire("unbind"),ht.unbind(e,"keydown",this._keydownHandler),ht.unbind(e,"keyup",this._keyupHandler)),this._node=null},md.prototype._fire=function(e){this._eventBus.fire("keyboard."+e,{node:this._node})},md.prototype.addListener=function(e,t,n){l(e)&&(n=t,t=e,e=1e3),this._eventBus.on(n||fd,e,t)},md.prototype.removeListener=function(e,t){this._eventBus.off(t||fd,e)},md.prototype.hasModifier=function(e){return e.ctrlKey||e.metaKey||e.shiftKey||e.altKey},md.prototype.isCmd=Sa,md.prototype.isShift=Ra,md.prototype.isKey=Ta;function vd(e,t){var n=this;e.on("editorActions.init",500,function(e){var i=e.editorActions;n.registerBindings(t,i)})}vd.$inject=["eventBus","keyboard"],vd.prototype.registerBindings=function(e,t){function n(n,i){t.isRegistered(n)&&e.addListener(i)}n("undo",function(e){if(Ma(e.keyEvent))return t.trigger("undo"),!0}),n("redo",function(e){if(Aa(e.keyEvent))return t.trigger("redo"),!0}),n("copy",function(e){if(function(e){return Sa(e)&&Ta(_a,e)}(e.keyEvent))return t.trigger("copy"),!0}),n("paste",function(e){if(function(e){return Sa(e)&&Ta(wa,e)}(e.keyEvent))return t.trigger("paste"),!0}),n("duplicate",function(e){if(function(e){return Sa(e)&&Ta(Ca,e)}(e.keyEvent))return t.trigger("duplicate"),!0}),n("cut",function(e){if(function(e){return Sa(e)&&Ta(ka,e)}(e.keyEvent))return t.trigger("cut"),!0}),n("stepZoom",function(e){var n=e.keyEvent;if(Ta(["+","Add","="],n)&&Sa(n))return t.trigger("stepZoom",{value:1}),!0}),n("stepZoom",function(e){var n=e.keyEvent;if(Ta(["-","Subtract"],n)&&Sa(n))return t.trigger("stepZoom",{value:-1}),!0}),n("zoom",function(e){var n=e.keyEvent;if(Ta("0",n)&&Sa(n))return t.trigger("zoom",{value:1}),!0}),n("removeSelection",function(e){if(Ta(["Backspace","Delete","Del"],e.keyEvent))return t.trigger("removeSelection"),!0})};var yd={__init__:["keyboard","keyboardBindings"],keyboard:["type",md],keyboardBindings:["type",vd]};function xd(e){e.invoke(vd,this)}Lt(xd,vd),xd.$inject=["injector"],xd.prototype.registerBindings=function(e,t){function n(n,i){t.isRegistered(n)&&e.addListener(i)}vd.prototype.registerBindings.call(this,e,t),n("selectElements",function(n){var i=n.keyEvent;if(e.isKey(["a","A"],i)&&e.isCmd(i))return t.trigger("selectElements"),!0}),n("lassoTool",function(n){var i=n.keyEvent;if(!e.hasModifier(i))return e.isKey(["l","L"],i)?(t.trigger("lassoTool"),!0):void 0}),n("handTool",function(n){var i=n.keyEvent;if(!e.hasModifier(i))return e.isKey(["h","H"],i)?(t.trigger("handTool"),!0):void 0}),n("directEditing",function(n){var i=n.keyEvent;if(!e.hasModifier(i))return e.isKey(["e","E"],i)?(t.trigger("directEditing"),!0):void 0}),n("find",function(n){var i=n.keyEvent;if(e.isKey(["f","F"],i)&&e.isCmd(i))return t.trigger("find"),!0})};var bd={__depends__:[yd],__init__:["keyboardBindings"],keyboardBindings:["type",xd]},_d={moveSpeed:50,moveSpeedAccelerated:200};function wd(e,t,n){var i=this;this._config=M({},_d,e||{}),t.addListener(function(e){var n=e.keyEvent,o=i._config;if(!t.isCmd(n))return;if(t.isKey(["ArrowLeft","Left","ArrowUp","Up","ArrowDown","Down","ArrowRight","Right"],n)){var r,s=t.isShift(n)?o.moveSpeedAccelerated:o.moveSpeed;switch(n.key){case"ArrowLeft":case"Left":r="left";break;case"ArrowUp":case"Up":r="up";break;case"ArrowRight":case"Right":r="right";break;case"ArrowDown":case"Down":r="down"}return i.moveCanvas({speed:s,direction:r}),!0}}),this.moveCanvas=function(e){var t=0,i=0,o=e.speed/Math.min(Math.sqrt(n.viewbox().scale),1);switch(e.direction){case"left":t=o;break;case"up":i=o;break;case"right":t=-o;break;case"down":i=-o}n.scroll({dx:t,dy:i})}}wd.$inject=["config.keyboardMove","keyboard","canvas"];var Cd={__depends__:[yd],__init__:["keyboardMove"],keyboardMove:["type",wd]},kd={moveSpeed:1,moveSpeedAccelerated:10},Od="left",Ed="right",Sd="down",Td={ArrowLeft:Od,Left:Od,ArrowUp:"up",Up:"up",ArrowRight:Ed,Right:Ed,ArrowDown:Sd,Down:Sd},Rd={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 Md(e,t,n,i,o){var r=this;this._config=M({},kd,e||{}),t.addListener(1500,function(e){var n=e.keyEvent,i=Td[n.key];if(i&&!t.isCmd(n)){var o=t.isShift(n);return r.moveSelection(i,o),!0}}),this.moveSelection=function(e,t){var r=o.get();if(r.length){var s=this._config[t?"moveSpeedAccelerated":"moveSpeed"],a=Rd[e](s);i.allowed("elements.move",{shapes:r})&&n.moveElements(r,a)}}}Md.$inject=["config.keyboardMoveSelection","keyboard","modeling","rules","selection"];var Ad={__depends__:[yd,Ws],__init__:["keyboardMoveSelection"],keyboardMoveSelection:["type",Md]};function Pd(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)}Pd.$inject=["eventBus","injector"],Pd.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()},Pd.prototype.canExecute=function(e,t){const n={command:e,context:t},i=this._getHandler(e);let o=this._fire(e,"canExecute",n);if(void 0===o){if(!i)return!1;i.canExecute&&(o=i.canExecute(t))}return o},Pd.prototype.clear=function(e){this._stack.length=0,this._stackIdx=-1,!1!==e&&this._fire("changed",{trigger:"clear"})},Pd.prototype.undo=function(){let e,t=this._getUndoAction();if(t){for(this._currentExecution.trigger="undo",this._pushAction(t);t&&(this._internalUndo(t),e=this._getUndoAction(),e&&e.id===t.id);)t=e;this._popAction()}},Pd.prototype.redo=function(){let e,t=this._getRedoAction();if(t){for(this._currentExecution.trigger="redo",this._pushAction(t);t&&(this._internalExecute(t,!0),e=this._getRedoAction(),e&&e.id===t.id);)t=e;this._popAction()}},Pd.prototype.register=function(e,t){this._setHandler(e,t)},Pd.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)},Pd.prototype.canUndo=function(){return!!this._getUndoAction()},Pd.prototype.canRedo=function(){return!!this._getRedoAction()},Pd.prototype._getRedoAction=function(){return this._stack[this._stackIdx+1]},Pd.prototype._getUndoAction=function(){return this._stack[this._stackIdx]},Pd.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)})},Pd.prototype._fire=function(e,t,n){arguments.length<3&&(n=t,t=null);const i=t?[e+"."+t,t]:[e];let o;n=this._eventBus.createEvent(n);for(const e of i)if(o=this._eventBus.fire("commandStack."+e,n),n.cancelBubble)break;return o},Pd.prototype._createId=function(){return this._uid++},Pd.prototype._atomicDo=function(e){const t=this._currentExecution;t.atomic=!0;try{e()}finally{t.atomic=!1}},Pd.prototype._internalExecute=function(e,t){const n=e.command,i=e.context,o=this._getHandler(n);if(!o)throw new Error("no command handler registered for <"+n+">");this._pushAction(e),t||(this._fire(n,"preExecute",e),o.preExecute&&o.preExecute(i),this._fire(n,"preExecuted",e)),this._atomicDo(()=>{this._fire(n,"execute",e),o.execute&&this._markDirty(o.execute(i)),this._executedAction(e,t),this._fire(n,"executed",e)}),t||(this._fire(n,"postExecute",e),o.postExecute&&o.postExecute(i),this._fire(n,"postExecuted",e)),this._popAction()},Pd.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)},Pd.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:_("id",i.reverse())}),i.length=0,this._fire("changed",{trigger:t}),e.trigger=null)},Pd.prototype._markDirty=function(e){const t=this._currentExecution;e&&(e=r(e)?e:[e],t.dirty=t.dirty.concat(e))},Pd.prototype._executedAction=function(e,t){const n=++this._stackIdx;t||this._stack.splice(n,this._stack.length,e)},Pd.prototype._revertedAction=function(e){this._stackIdx--},Pd.prototype._getHandler=function(e){return this._handlerMap[e]},Pd.prototype._setHandler=function(e,t){if(!e||!t)throw new Error("command and handler required");if(this._handlerMap[e])throw new Error("overriding handler for command <"+e+">");this._handlerMap[e]=t};var Dd={commandStack:["type",Pd]};function $d(e,t,n,i){e.on("element.changed",function(i){var o=i.element;(o.parent||o===t.getRootElement())&&(i.gfx=n.getGraphics(o)),i.gfx&&e.fire(jn(o)+".changed",i)}),e.on("elements.changed",function(t){var n=t.elements;n.forEach(function(t){e.fire("element.changed",{element:t})}),i.updateContainments(n)}),e.on("shape.changed",function(e){i.update("shape",e.element,e.gfx)}),e.on("connection.changed",function(e){i.update("connection",e.element,e.gfx)})}$d.$inject=["eventBus","canvas","elementRegistry","graphicsFactory"];var Id={__init__:["changeSupport"],changeSupport:["type",$d]},Bd=Math.min,jd=Math.max;function Ld(e){e.preventDefault()}function Nd(e){e.stopPropagation()}function qd(e){this.container=e.container,this.parent=Ze('<div class="djs-direct-editing-parent"><div class="djs-direct-editing-content" contenteditable="true"></div></div>'),this.content=gt("[contenteditable]",this.parent),this.keyHandler=e.keyHandler||function(){},this.resizeHandler=e.resizeHandler||function(){},this.autoResize=R(this.autoResize,this),this.handlePaste=R(this.handlePaste,this)}function Vd(e,t){this._eventBus=e,this._canvas=t,this._providers=[],this._textbox=new qd({container:t.getContainer(),keyHandler:R(this._handleKey,this),resizeHandler:R(this._handleResize,this)})}qd.prototype.create=function(e,t,n,i){var o=this.parent,r=this.content,s=this.container;i=this.options=i||{};var a=A(t=this.style=t||{},["width","height","maxWidth","maxHeight","minWidth","minHeight","left","top","backgroundColor","position","overflow","border","wordWrap","textAlign","outline","transform"]);M(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"},a);var l=A(t,["fontFamily","fontSize","fontWeight","lineHeight","padding","paddingTop","paddingRight","paddingBottom","paddingLeft"]);return M(r.style,{boxSizing:"border-box",width:"100%",outline:"none",wordWrap:"break-word"},l),i.centerVertically&&M(r.style,{position:"absolute",top:"50%",transform:"translate(0, -50%)"},l),r.innerText=n,ht.bind(r,"keydown",this.keyHandler),ht.bind(r,"mousedown",Nd),ht.bind(r,"paste",this.handlePaste),i.autoResize&&ht.bind(r,"input",this.autoResize),i.resizable&&this.resizable(t),s.appendChild(o),this.setSelection(r.lastChild,r.lastChild&&r.lastChild.length),o},qd.prototype.handlePaste=function(e){var t,n=this.options,i=this.style;if(e.preventDefault(),t=e.clipboardData?e.clipboardData.getData("text/plain"):window.clipboardData.getData("Text"),this.insertText(t),n.autoResize){var o=this.autoResize(i);o&&this.resizeHandler(o)}},qd.prototype.insertText=function(e){e=function(e){return e.replace(/\r\n|\r|\n/g,"\n")}(e),document.execCommand("insertText",!1,e)||this._insertTextIE(e)},qd.prototype._insertTextIE=function(e){var t,n,i,o=this.getSelection(),r=o.startContainer,s=o.endContainer,a=o.startOffset,l=o.endOffset,c=o.commonAncestorContainer,u=(t=c.childNodes,[].slice.call(t));if(function(e){return e.nodeType===Node.TEXT_NODE}(c)){var h=r.textContent;r.textContent=h.substring(0,a)+e+h.substring(l),n=r,i=a+e.length}else if(r===this.content&&s===this.content){var d=document.createTextNode(e);this.content.insertBefore(d,u[a]),n=d,i=d.textContent.length}else{var p=u.indexOf(r),f=u.indexOf(s);u.forEach(function(t,n){n===p?t.textContent=r.textContent.substring(0,a)+e+s.textContent.substring(l):n>p&&n<=f&&vt(t)}),n=r,i=a+e.length}n&&void 0!==i&&setTimeout(function(){self.setSelection(n,i)})},qd.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(),o=t.scrollHeight;e.style.height=o+"px",this.resizeHandler({width:i.width,height:i.height,dx:0,dy:o-i.height})}},qd.prototype.resizable=function(){var e=this,t=this.parent,n=this.resizeHandle,i=parseInt(this.style.minWidth)||0,o=parseInt(this.style.minHeight)||0,r=parseInt(this.style.maxWidth)||1/0,s=parseInt(this.style.maxHeight)||1/0;if(!n){var a,l,c,u;n=this.resizeHandle=Ze('<div class="djs-direct-editing-resize-handle"></div>');var h=function(n){Ld(n),Nd(n);var h=Bd(jd(c+n.clientX-a,i),r),d=Bd(jd(u+n.clientY-l,o),s);t.style.width=h+"px",t.style.height=d+"px",e.resizeHandler({width:c,height:u,dx:n.clientX-a,dy:n.clientY-l})},d=function(e){Ld(e),Nd(e),ht.unbind(document,"mousemove",h,!1),ht.unbind(document,"mouseup",d,!1)};ht.bind(n,"mousedown",function(e){Ld(e),Nd(e),a=e.clientX,l=e.clientY;var n=t.getBoundingClientRect();c=n.width,u=n.height,ht.bind(document,"mousemove",h),ht.bind(document,"mouseup",d)})}M(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)},qd.prototype.destroy=function(){var e=this.parent,t=this.content,n=this.resizeHandle;t.innerText="",e.removeAttribute("style"),t.removeAttribute("style"),ht.unbind(t,"keydown",this.keyHandler),ht.unbind(t,"mousedown",Nd),ht.unbind(t,"input",this.autoResize),ht.unbind(t,"paste",this.handlePaste),n&&(n.removeAttribute("style"),vt(n)),vt(e)},qd.prototype.getValue=function(){return this.content.innerText.trim()},qd.prototype.getSelection=function(){return window.getSelection().getRangeAt(0)},qd.prototype.setSelection=function(e,t){var n=document.createRange();null===e?n.selectNodeContents(this.content):(n.setStart(e,t),n.setEnd(e,t));var i=window.getSelection();i.removeAllRanges(),i.addRange(n)},Vd.$inject=["eventBus","canvas"],Vd.prototype.registerProvider=function(e){this._providers.push(e)},Vd.prototype.isActive=function(e){return!(!this._active||e&&this._active.element!==e)},Vd.prototype.cancel=function(){this._active&&(this._fire("cancel"),this.close())},Vd.prototype._fire=function(e,t){this._eventBus.fire("directEditing."+e,t||{active:this._active})},Vd.prototype.close=function(){this._textbox.destroy(),this._fire("deactivate"),this._active=null,this.resizable=void 0,this._canvas.restoreFocus&&this._canvas.restoreFocus()},Vd.prototype.complete=function(){var e=this._active;if(e){var t,n=e.context.bounds,i=this.$textbox.getBoundingClientRect(),o=this.getValue();o===e.context.text&&i.height===n.height&&i.width===n.width||(t=this._textbox.container.getBoundingClientRect(),e.provider.update(e.element,o,e.context.text,{x:i.left-t.left,y:i.top-t.top,width:i.width,height:i.height})),this._fire("complete"),this.close()}},Vd.prototype.getValue=function(){return this._textbox.getValue()},Vd.prototype._handleKey=function(e){e.stopPropagation();var t=e.keyCode||e.charCode;return 27===t?(e.preventDefault(),this.cancel()):13!==t||e.shiftKey?void 0:(e.preventDefault(),this.complete())},Vd.prototype._handleResize=function(e){this._fire("resize",e)},Vd.prototype.activate=function(e){var t;this.isActive()&&this.cancel();var n=h(this._providers,function(n){return(t=n.activate(e))?n:null});return t&&(this.$textbox=this._textbox.create(t.bounds,t.style,t.text,t.options),this._active={element:e,context:t,provider:n},t.options&&t.options.resizable&&(this.resizable=!0),this._fire("activate")),!!t};var Fd={__depends__:[js],__init__:["directEditing"],directEditing:["type",Vd]},zd="djs-label-hidden";function Wd(e,t,n,i,o){this._canvas=e,this._modeling=i,this._textRenderer=o,this._eventBus=n,t.registerProvider(this),n.on("element.dblclick",function(e){t.activate(e.element)}),n.on(["autoPlace.start","canvas.viewbox.changing","drag.init","drillDown.click","element.mousedown","popupMenu.open","selection.changed"],function(){t.complete()}),n.on(["commandStack.changed"],function(){t.cancel()}),n.on("create.end",500,function(e){var n=e.shape;(At(n,"dmn:Decision")||At(n,"dmn:InputData")||At(n,"dmn:BusinessKnowledgeModel")||At(n,"dmn:KnowledgeSource")||At(n,"dmn:TextAnnotation"))&&t.activate(n)}),n.on("autoPlace.end",500,function(e){t.activate(e.shape)}),this._eventBus.on(["directEditing.complete","directEditing.cancel"],function(t){var n=t.active;if(n){var i=n.element.label||n.element;e.removeMarker(i,zd)}})}Wd.$inject=["canvas","directEditing","eventBus","modeling","textRenderer"],Wd.prototype.activate=function(e){var t=Ba(e);if(i(t)){var n={text:t};M(n,this.getEditingBBox(e));var o={},r=n.style||{};return At(e,"dmn:DRGElement")&&(M(o,{centerVertically:!0}),M(r,{backgroundColor:null,border:null})),At(e,"dmn:TextAnnotation")&&M(o,{resizable:!0}),M(n,{options:o,style:r}),this._canvas.addMarker(e,zd),n}},Wd.prototype.getEditingBBox=function(e){var t=this._canvas,n=e.label||e,i=t.getAbsoluteBBox(n),o={x:i.x,y:i.y},r=t.zoom(),s=this._textRenderer.getDefaultStyle(),a=s.fontSize*r,l=s.lineHeight,c={fontFamily:this._textRenderer.getDefaultStyle().fontFamily,fontWeight:this._textRenderer.getDefaultStyle().fontWeight};return At(e,"dmn:DRGElement")&&(M(o,{width:i.width,height:i.height}),M(c,{fontSize:a+"px",lineHeight:l,paddingTop:7*r+"px",paddingBottom:7*r+"px",paddingLeft:5*r+"px",paddingRight:5*r+"px"})),At(e,"dmn:TextAnnotation")&&(M(o,{width:i.width,height:i.height,minWidth:30*r,minHeight:10*r}),M(c,{textAlign:"left",paddingTop:5*r+"px",paddingBottom:7*r+"px",paddingLeft:7*r+"px",paddingRight:5*r+"px",fontSize:a+"px",lineHeight:l})),{bounds:o,style:c}},Wd.prototype.update=function(e,t,n,i){var o,r,s;At(e,"dmn:TextAnnotation")&&(r=this._canvas.getAbsoluteBBox(e),o={x:e.x,y:e.y,width:e.width/r.width*i.width,height:e.height/r.height*i.height}),(s=t)&&s.trim()||(t=null),this._modeling.updateLabel(e,t,o)};var Qd={__depends__:[Dd,Id,Fd],__init__:["labelEditingProvider"],labelEditingProvider:["type",Wd]};function Hd(e,t){t.invoke(cd,this),this.preExecute("connection.create",function(t){var n=t.connection,i=n.businessObject,o=t.source,r=t.target;At(n,"dmn:Association")?((i.sourceRef=e.create("dmn:DMNElementReference",{href:"#"+o.id})).$parent=i,(i.targetRef=e.create("dmn:DMNElementReference",{href:"#"+r.id})).$parent=i):(i["required"+function(e){if(At(e,"dmn:BusinessKnowledgeModel"))return"Knowledge";if(At(e,"dmn:Decision"))return"Decision";if(At(e,"dmn:InputData"))return"Input";if(At(e,"dmn:KnowledgeSource"))return"Authority"}(o)]=e.create("dmn:DMNElementReference",{href:"#"+o.id})).$parent=i},!0)}Hd.$inject=["drdFactory","injector"],Lt(Hd,cd);function Ud(e,t,n,i){function o(e,i,o){i||(i=e.incoming.filter(function(e){return At(e,"dmn:InformationRequirement")}));var r={};o?r[o]=i:r=function(e,t){var n={};return t.forEach(function(t){var i=Pi(t.source,e).split("-").shift();n[i]||(n[i]=[]),n[i].push(t)}),n}(e,i),p(r,function(i,o){i=function(e,t){var n;n=t.includes("top")||t.includes("bottom")?"x":"y";return e.sort(function(e,t){return Ai(e.source)[n]-Ai(t.source)[n]})}(i,o);var r=function(e,t,n){return e.map(function(i,o){var r=i.source,s=Ai(r),a=Ti(r),l=Ti(t),c=e.length;return n.includes("bottom")?{start:{x:s.x,y:a.top},end:{x:l.left+t.width/(c+1)*(o+1),y:l.bottom}}:n.includes("top")?{start:{x:s.x,y:a.bottom},end:{x:l.left+t.width/(c+1)*(o+1),y:l.top}}:n.includes("right")?{start:{x:a.left,y:s.y},end:{x:l.right,y:l.top+t.height/(c+1)*(o+1)}}:{start:{x:a.right,y:s.y},end:{x:l.left,y:l.top+t.height/(c+1)*(o+1)}}})}(i,e,o);i.forEach((e,i)=>{var o=r[i].start,s=r[i].end,a=t.layoutConnection(e,{connectionStart:o,connectionEnd:s});n.updateWaypoints(e,a)})})}e.invoke(cd,this),this.preExecute(["connection.create","connection.reconnect"],function(e){var t=e.connection,n=e.newSource||e.source,o=e.newTarget||e.target;if((!At(t,"dmn:InformationRequirement")||i.allowed("connection.connect",{connection:t,source:n,target:o}))&&At(t,"dmn:InformationRequirement")){var r=Pi(n,o);e.hints||(e.hints={}),M(e.hints,function(e,t,n){var i=Ai(e),o=Ai(t);n.includes("bottom")?(i.y=e.y,o.y=t.y+t.height):n.includes("top")?(i.y=e.y+e.height,o.y=t.y):n.includes("right")?(i.x=e.x,o.x=t.x+t.width):(i.x=e.x+e.width,o.x=t.x);return{connectionStart:i,connectionEnd:o}}(n,o,r))}},!0),this.postExecuted(["connection.create","connection.delete","connection.reconnect"],function(e){var t=e.connection,n=t.source||e.source,i=t.target||e.target;if(At(t,"dmn:InformationRequirement")){var r=Pi(n,i),s=i.incoming.filter(e=>{var t=Pi(e.source,e.target);return At(e,"dmn:InformationRequirement")&&Xd(t,r)});s.length&&o(i,s,r)}},!0),this.preExecute("connection.reconnect",function(e){var t=e.connection,n=t.source,i=t.target;if(At(t,"dmn:InformationRequirement")){var r=Pi(n,i),s=i.incoming.filter(e=>{var n=Pi(e.source,e.target);return e!==t&&At(e,"dmn:InformationRequirement")&&Xd(n,r)});s.length&&o(i,s,r)}},!0),this.postExecuted("elements.move",500,function(e){var t=e.shapes,n=e.closure.enclosedConnections;t.forEach(function(e){if(It(e,["dmn:Decision","dmn:InputData"])){var t=e.incoming.filter(function(e){return At(e,"dmn:InformationRequirement")&&!n[e.id]});t.length&&o(e,t),e.outgoing.forEach(function(e){At(e,"dmn:InformationRequirement")&&!n[e.id]&&o(e.target)})}})},!0)}function Xd(e,t){return e&&t&&e.split("-").shift()===t.split("-").shift()}function Kd(e,t,n){e.invoke(cd,this),this.preExecute("connection.reconnect",function(e){var i=e.connection,o=e.newSource||i.source,r=e.newTarget||i.target,s=i.waypoints.slice(),a=n.allowed("connection.reconnect",{connection:i,source:o,target:r});a&&a.type!==i.type&&(e.connection=t.connect(o,r,{type:a.type,waypoints:s}),t.removeConnection(i))},!0)}function Yd(e,t,n){cd.call(this,e),this._modeling=t,this.postExecuted(["shape.replace"],1500,function(e){var i=e.context,o=i.oldShape,r=i.newShape;t.unclaimId(o.businessObject.id,o.businessObject),t.updateProperties(r,{id:o.id}),n.select(r)})}Ud.$inject=["injector","layouter","modeling","rules"],Lt(Ud,cd),Lt(Kd,cd),Kd.$inject=["injector","modeling","rules"],Lt(Yd,cd),Yd.$inject=["eventBus","modeling","selection"];const Gd="id";class Zd extends cd{constructor(e){super(e),this.executed("element.updateProperties",this.updateIds.bind(this))}updateIds({context:e}){const{element:t,oldProperties:n,properties:i}=e,o=$t(t);if(this.shouldSkipUpdate(o,n,i))return;const r=function(e){let t=e;for(;!At(t,"dmn:Definitions");)t=t.$parent;return t}(o);r.get("drgElement").forEach(e=>{!function(e,t,n){const i={authorityRequirement:()=>{e.authorityRequirement.forEach(e=>{const{requiredAuthority:i,requiredDecision:o,requiredInput:r}=e;i&&i.href===`#${t}`&&(i.href=`#${n}`),o&&o.href===`#${t}`&&(o.href=`#${n}`),r&&r.href===`#${t}`&&(r.href=`#${n}`)})},informationRequirement:()=>{e.informationRequirement.forEach(e=>{const{requiredDecision:i,requiredInput:o}=e;i&&i.href===`#${t}`&&(i.href=`#${n}`),o&&o.href===`#${t}`&&(o.href=`#${n}`)})},knowledgeRequirement:()=>{e.knowledgeRequirement.forEach(e=>{const{requiredKnowledge:i}=e;i&&i.href===`#${t}`&&(i.href=`#${n}`)})}};p(i,(t,n)=>{e[n]&&t()})}(e,n.id,i.id)});r.get("artifact").forEach(e=>{!function(e,t,n){const i={sourceRef:()=>{const{sourceRef:i}=e;i.href===`#${t}`&&(i.href=`#${n}`)},targetRef:()=>{const{targetRef:i}=e;i.href===`#${t}`&&(i.href=`#${n}`)}};p(i,(t,n)=>{e[n]&&t()})}(e,n.id,i.id)})}shouldSkipUpdate(e,t,n){return!function(e,t){return Gd in e&&Gd in t}(t,n)||!At(e,"dmn:DRGElement")&&!At(e,"dmn:TextAnnotation")}}Zd.$inject=["eventBus"];let Jd=class extends cd{static $inject=["eventBus","modeling"];constructor(e,t){super(e),this._modeling=t,this.postExecuted("element.updateProperties",this.updateVariableFromElement),this.postExecuted("element.updateLabel",this.updateVariableFromLabel)}updateVariableFromLabel=({context:e})=>{const{element:t,newLabel:n}=e,i=$t(t).variable;i&&this._modeling.updateProperties(i,{name:n})};updateVariableFromElement=({context:e})=>{const{element:t,properties:n}=e,i=$t(t);i.variable&&(At(t,"dmn:Decision")||At(t,"dmn:BusinessKnowledgeModel"))&&this.isNameChanged(n)&&(this.isVariable(t)||this.shouldSyncVariable(t)||this.syncElementVariableChange(i))};isNameChanged(e){return"name"in e}isVariable(e){const t=function(e){return e.$parent}(e);return At(e,"dmn:InformationItem")&&t&&t.get("variable")===e}shouldSyncVariable(e){const t=$t(e),n=t.get("variable");return n&&t.name===n.name}syncElementVariableChange(e){const t=e.get("name"),n=e.variable;this._modeling.updateProperties(n,{name:t})}};var ep={__init__:["createConnectionBehavior","idChangeBehavior","nameChangeBehavior","layoutConnectionBehavior","replaceConnectionBehavior","replaceElementBehavior"],createConnectionBehavior:["type",Hd],idChangeBehavior:["type",Zd],nameChangeBehavior:["type",Jd],layoutConnectionBehavior:["type",Ud],replaceConnectionBehavior:["type",Kd],replaceElementBehavior:["type",Yd]};function tp(e){cd.call(this,e),this.init()}function np(e){e.invoke(tp,this)}function ip(e,t){if(!e||sp(e)||!t||sp(t))return null;if(e===t)return!1;if(At(e,"dmn:BusinessKnowledgeModel")&&It(t,["dmn:BusinessKnowledgeModel","dmn:Decision"]))return{type:"dmn:KnowledgeRequirement"};if(At(e,"dmn:Decision")){if(At(t,"dmn:Decision"))return{type:"dmn:InformationRequirement"};if(At(t,"dmn:KnowledgeSource"))return{type:"dmn:AuthorityRequirement"}}if(At(e,"dmn:Definitions")||At(t,"dmn:Definitions"))return!1;if(At(e,"dmn:InputData")){if(At(t,"dmn:Decision"))return{type:"dmn:InformationRequirement"};if(At(t,"dmn:KnowledgeSource"))return{type:"dmn:AuthorityRequirement"}}return At(e,"dmn:KnowledgeSource")&&It(t,["dmn:BusinessKnowledgeModel","dmn:Decision","dmn:KnowledgeSource"])?{type:"dmn:AuthorityRequirement"}:!!(At(e,"dmn:TextAnnotation")&&!At(t,"dmn:TextAnnotation")||!At(e,"dmn:TextAnnotation")&&At(t,"dmn:TextAnnotation"))&&{type:"dmn:Association"}}function op(e,t){return It(e,["dmn:BusinessKnowledgeModel","dmn:Decision","dmn:InputData","dmn:KnowledgeSource","dmn:TextAnnotation"])&&At(t,"dmn:Definitions")}function rp(e,t){return r(e)||(e=[e]),!t||!(!g(e,function(e){return It(e,["dmn:BusinessKnowledgeModel","dmn:Decision","dmn:InputData","dmn:KnowledgeSource","dmn:TextAnnotation","dmn:InformationRequirement","dmn:AuthorityRequirement","dmn:KnowledgeRequirement","dmn:Association"])})||!At(t,"dmn:Definitions"))}function sp(e){return!!e.labelTarget}tp.$inject=["eventBus"],Lt(tp,cd),tp.prototype.addRule=function(e,t,n){var i=this;"string"==typeof e&&(e=[e]),e.forEach(function(e){i.canExecute(e,t,function(e,t,i){return n(e)},!0)})},tp.prototype.init=function(){},Lt(np,tp),np.$inject=["injector"],np.prototype.init=function(){this.addRule("connection.create",function(e){return ip(e.source,e.target)}),this.addRule("connection.reconnect",function(e){return e.connection,ip(e.source,e.target)}),this.addRule("connection.updateWaypoints",function(e){const t=e.connection;return{type:t.type,businessObject:t.businessObject}}),this.addRule("elements.move",function(e){var t=e.target,n=e.shapes;return e.position,rp(n,t)}),this.addRule("shape.create",function(e){return op(e.shape,e.target)}),this.addRule("shape.resize",function(e){return At(e.shape,"dmn:TextAnnotation")})},np.prototype.canConnect=ip,np.prototype.canCreate=op,np.prototype.canMove=rp;var ap={__depends__:[El],__init__:["drdRules"],drdRules:["type",np]};function lp(e){this._model=e}function cp(e,t,n,i,o){o.invoke(cd,this),this._definitionPropertiesView=t,this._drdFactory=n,this._drdRules=i;var r=this;function s(e){var t=e.connection,n=e.parent,i=e.shape;t&&!At(t,"dmn:Association")&&(n=t.target),r.updateParent(i||t,n)}function a(e){var t=e.connection,n=e.shape,i=e.parent||e.newParent;t&&!At(t,"dmn:Association")&&(i=t.target),r.updateParent(n||t,i)}function l(e){var t=e.shape;(At(t,"dmn:DRGElement")||At(t,"dmn:TextAnnotation"))&&r.updateBounds(t)}function c(e){r.updateConnectionWaypoints(e)}this.executed(["connection.create","connection.layout"],function(t){var n=t.connection;t.cropped||(n.waypoints=e.getCroppedWaypoints(n),t.cropped=!0)},!0),this.reverted(["connection.layout"],function(e){delete e.cropped},!0),this.executed(["connection.create","connection.delete","connection.move","shape.create","shape.delete"],s,!0),this.reverted(["connection.create","connection.delete","connection.move","shape.create","shape.delete"],a,!0),this.executed(["shape.create","shape.move","shape.resize"],l,!0),this.reverted(["shape.create","shape.move","shape.resize"],l,!0),this.executed(["connection.create","connection.layout","connection.move","connection.updateWaypoints"],c,!0),this.reverted(["connection.create","connection.layout","connection.move","connection.updateWaypoints"],c,!0),this.executed("connection.create",function(e){var t=e.connection,n=t.businessObject,i=e.target.businessObject;At(t,"dmn:Association")?s(e):r.updateSemanticParent(n,i)},!0),this.reverted("connection.create",function(e){a(e)},!0),this.executed("connection.reconnect",function(e){var t=e.connection.businessObject,n=e.newTarget.businessObject;At(t,"dmn:Association")||r.updateSemanticParent(t,n)},!0),this.reverted("connection.reconnect",function(e){var t=e.connection.businessObject,n=e.oldTarget.businessObject;At(t,"dmn:Association")||r.updateSemanticParent(t,n)},!0),this.executed("element.updateProperties",function(e){t.update()},!0),this.reverted("element.updateProperties",function(e){t.update()},!0)}function up(e,t){this._modeling=e,this._canvas=t}function hp(e){this._modeling=e}function dp(e,t){this._canvas=e,this._layouter=t}lp.$inject=["moddle"],lp.prototype._needsId=function(e){return It(e,["dmn:Artifact","dmn:DMNElement","dmn:DRGElement","dmndi:DMNDiagram","dmndi:DMNDiagramElement"])},lp.prototype._ensureId=function(e){var t=(e.$type||"").replace(/^[^:]*:/g,"")+"_";!e.id&&this._needsId(e)&&(e.id=this._model.ids.nextPrefixed(t,e))},lp.prototype.create=function(e,t){var n=this._model.create(e,t||{});return this._ensureId(n),n},lp.prototype.createDiShape=function(e,t,n){return this.create("dmndi:DMNShape",M({dmnElementRef:e,bounds:this.createDiBounds(t)},n))},lp.prototype.createDiBounds=function(e){return this.create("dc:Bounds",e)},lp.prototype.createDiEdge=function(e,t,n){return this.create("dmndi:DMNEdge",{dmnElementRef:e,waypoint:this.createDiWaypoints(t)},n)},lp.prototype.createDiWaypoints=function(e){var t=this;return e.map(function(e){return t.createDiWaypoint(e)})},lp.prototype.createDiWaypoint=function(e){return this.create("dc:Point",A(e,["x","y"]))},lp.prototype.createExtensionElements=function(){return this.create("dmn:ExtensionElements",{values:[]})},Lt(cp,cd),cp.$inject=["connectionDocking","definitionPropertiesView","drdFactory","drdRules","injector"],cp.prototype.updateBounds=function(e){M(e.businessObject.di.bounds,{x:e.x,y:e.y,width:e.width,height:e.height})},cp.prototype.updateConnectionWaypoints=function(e){var t=this._drdFactory,n=e.connection,i=n.businessObject.di;i.waypoint=t.createDiWaypoints(n.waypoints).map(function(e){return e.$parent=i,e})},cp.prototype.updateParent=function(e,t){var n=e.parent;At(e,"dmn:DRGElement")||At(e,"dmn:Artifact")||(n=t);var i=e.businessObject,o=n&&n.businessObject;this.updateSemanticParent(i,o),this.updateDiParent(i.di,o&&o.di)},cp.prototype.updateSemanticParent=function(e,t){var n,i;e.$parent!==t&&(At(e,"dmn:DRGElement")?i="drgElement":At(e,"dmn:Artifact")?i="artifact":At(e,"dmn:InformationRequirement")?i="informationRequirement":At(e,"dmn:AuthorityRequirement")?i="authorityRequirement":At(e,"dmn:KnowledgeRequirement")&&(i="knowledgeRequirement"),e.$parent&&Fn(n=e.$parent.get(i),e),t?(n=t.get(i))&&(n.push(e),e.$parent=t):e.$parent=null)},cp.prototype.updateDiParent=function(e,t){if(e.$parent!==t){if(!It(e,["dmndi:DMNEdge","dmndi:DMNShape"]))throw new Error("unsupported");for(var n=t||e;!At(n,"dmndi:DMNDiagram");)n=n.$parent;var i=n.get("diagramElements");t?(e.$parent=n,zn(i,e)):(e.$parent=null,Fn(i,e))}},up.$inject=["modeling","canvas"],up.prototype.preExecute=function(e){var t=this._modeling,n=e.elements,o=e.alignment;p(n,function(e){var n={x:0,y:0};i(o.left)?n.x=o.left-e.x:i(o.right)?n.x=o.right-e.width-e.x:i(o.center)?n.x=o.center-Math.round(e.width/2)-e.x:i(o.top)?n.y=o.top-e.y:i(o.bottom)?n.y=o.bottom-e.height-e.y:i(o.middle)&&(n.y=o.middle-Math.round(e.height/2)-e.y),t.moveElements([e],n,e.parent)})},up.prototype.postExecute=function(e){},hp.$inject=["modeling"],hp.prototype.preExecute=function(e){var t=e.source;if(!t)throw new Error("source required");var n=e.target||t.parent,i=e.shape,o=e.hints||{};i=e.shape=this._modeling.createShape(i,e.position,n,{attach:o.attach}),e.shape=i},hp.prototype.postExecute=function(e){var t,n,i=e.hints||{};t=e.source,n=e.shape,m(t.outgoing,function(e){return e.target===n})||(i.connectionTarget===e.source?this._modeling.connect(e.shape,e.source,e.connection):this._modeling.connect(e.source,e.shape,e.connection))},dp.$inject=["canvas","layouter"],dp.prototype.execute=function(e){var t=e.connection,n=e.source,i=e.target,o=e.parent,r=e.parentIndex,s=e.hints;if(!n||!i)throw new Error("source and target required");if(!o)throw new Error("parent required");return t.source=n,t.target=i,t.waypoints||(t.waypoints=this._layouter.layoutConnection(t,s)),this._canvas.addConnection(t,o,r),t},dp.prototype.revert=function(e){var t=e.connection;return this._canvas.removeConnection(t),t.source=null,t.target=null,t};var pp=Math.round;function fp(e){this._modeling=e}fp.$inject=["modeling"],fp.prototype.preExecute=function(e){var t=e.elements,n=e.parent,i=e.parentIndex,o=e.position,r=e.hints,s=this._modeling;p(t,function(e){a(e.x)||(e.x=0),a(e.y)||(e.y=0)});var l=Bn(d(t,function(e){return!e.hidden}));p(t,function(e){Oi(e)&&(e.waypoints=v(e.waypoints,function(e){return{x:pp(e.x-l.x-l.width/2+o.x),y:pp(e.y-l.y-l.height/2+o.y)}})),M(e,{x:pp(e.x-l.x-l.width/2+o.x),y:pp(e.y-l.y-l.height/2+o.y)})});var c=An(t),u={};p(t,function(e){if(Oi(e))u[e.id]=a(i)?s.createConnection(u[e.source.id],u[e.target.id],i,e,e.parent||n,r):s.createConnection(u[e.source.id],u[e.target.id],e,e.parent||n,r);else{var t=M({},r);-1===c.indexOf(e)&&(t.autoResize=!1),Ei(e)&&(t=P(t,["attach"])),u[e.id]=a(i)?s.createShape(e,A(e,["x","y","width","height"]),e.parent||n,i,t):s.createShape(e,A(e,["x","y","width","height"]),e.parent||n,t)}}),e.elements=x(u)};var gp=Math.round;function mp(e){this._canvas=e}function vp(e){mp.call(this,e)}mp.$inject=["canvas"],mp.prototype.execute=function(e){var t=e.shape,n=e.position,i=e.parent,o=e.parentIndex;if(!i)throw new Error("parent required");if(!n)throw new Error("position required");return void 0!==n.width?M(t,n):M(t,{x:n.x-gp(t.width/2),y:n.y-gp(t.height/2)}),this._canvas.addShape(t,i,o),t},mp.prototype.revert=function(e){var t=e.shape;return this._canvas.removeShape(t),t},Lt(vp,mp),vp.$inject=["canvas"];var yp=mp.prototype.execute;vp.prototype.execute=function(e){var t=e.shape;return function(e){["width","height"].forEach(function(t){void 0===e[t]&&(e[t]=0)})}(t),t.labelTarget=e.labelTarget,yp.call(this,e)};var xp=mp.prototype.revert;function bp(e,t){if("function"!=typeof t)throw new Error("removeFn iterator must be a function");if(e){for(var n;n=e[0];)t(n);return e}}function _p(e,t){this._canvas=e,this._modeling=t}function wp(e,t){this._modeling=e,this._elementRegistry=t}function Cp(e,t){this._canvas=e,this._modeling=t}function kp(e){this._modeling=e}vp.prototype.revert=function(e){return e.shape.labelTarget=null,xp.call(this,e)},_p.$inject=["canvas","modeling"],_p.prototype.preExecute=function(e){var t=this._modeling,n=e.connection;bp(n.incoming,function(e){t.removeConnection(e,{nested:!0})}),bp(n.outgoing,function(e){t.removeConnection(e,{nested:!0})})},_p.prototype.execute=function(e){var t=e.connection,n=t.parent;return e.parent=n,e.parentIndex=Wn(n.children,t),e.source=t.source,e.target=t.target,this._canvas.removeConnection(t),t.source=null,t.target=null,t},_p.prototype.revert=function(e){var t=e.connection,n=e.parent,i=e.parentIndex;return t.source=e.source,t.target=e.target,zn(n.children,t,i),this._canvas.addConnection(t,n),t},wp.$inject=["modeling","elementRegistry"],wp.prototype.postExecute=function(e){var t=this._modeling,n=this._elementRegistry;p(e.elements,function(e){n.get(e.id)&&(e.waypoints?t.removeConnection(e):t.removeShape(e))})},Cp.$inject=["canvas","modeling"],Cp.prototype.preExecute=function(e){var t=this._modeling,n=e.shape;bp(n.incoming,function(e){t.removeConnection(e,{nested:!0})}),bp(n.outgoing,function(e){t.removeConnection(e,{nested:!0})}),bp(n.children,function(e){Oi(e)?t.removeConnection(e,{nested:!0}):t.removeShape(e,{nested:!0})})},Cp.prototype.execute=function(e){var t=this._canvas,n=e.shape,i=n.parent;return e.oldParent=i,e.oldParentIndex=Wn(i.children,n),t.removeShape(n),n},Cp.prototype.revert=function(e){var t=this._canvas,n=e.shape,i=e.oldParent,o=e.oldParentIndex;return zn(i.children,n,o),t.addShape(n,i),n},kp.$inject=["modeling"];var Op={x:"y",y:"x"};function Ep(e,t){this._layouter=e,this._canvas=t}function Sp(){}function Tp(e,t,n){var i=ra(t),o=ra(n),r=sa(e,i),s=r.x*(n.width/t.width),a=r.y*(n.height/t.height);return Si({x:o.x+s,y:o.y+a})}function Rp(e,t,n){var i=$p(e),o=Ip(i,t),r=i[0];return o.length?o[o.length-1]:Tp(r.original||r,n,t)}function Mp(e,t,n){var i=$p(e),o=Ip(i,t),r=i[i.length-1];return o.length?o[0]:Tp(r.original||r,n,t)}function Ap(e,t,n){var i=$p(e),o=Dp(t,n),r=i[0];return Tp(r.original||r,o,t)}function Pp(e,t,n){var i=$p(e),o=Dp(t,n),r=i[i.length-1];return Tp(r.original||r,o,t)}function Dp(e,t){return{x:e.x-t.x,y:e.y-t.y,width:e.width,height:e.height}}function $p(e){var t=e.waypoints;if(!t.length)throw new Error("connection#"+e.id+": no waypoints");return t}function Ip(e,t){return d(v(e,Bp),function(e){return function(e,t){return"intersect"===Pi(t,e,1)}(e,t)})}function Bp(e){return e.original||e}function jp(){this.allShapes={},this.allConnections={},this.enclosedElements={},this.enclosedConnections={},this.topLevel={}}function Lp(e){this._modeling=e}function Np(e){this._helper=new Lp(e)}function qp(e){this._modeling=e,this._helper=new Lp(e)}function Vp(e){this._modeling=e}function Fp(e){return e.original||e}function zp(e,t){this._modeling=e,this._rules=t}function Wp(e){this._modeling=e}function Qp(e,t){return-1!==e.indexOf(t)}function Hp(e){this._modeling=e}function Up(e){return M({},e)}function Xp(e){switch(e){case"n":case"s":return"y";case"w":case"e":return"x"}}function Kp(e,t,n){var i=Xp(n);return/e|s/.test(n)?e[i]>t:/n|w/.test(n)?e[i]<t:void 0}function Yp(e,t){return-1!==e.indexOf(t)}function Gp(e){this._modeling=e}function Zp(e){var t={};return p(e,function(e){t[e.id]=e.hidden,e.children&&(t=M({},t,Zp(e.children)))}),t}function Jp(e,t){var n=[];return p(e,function(e){e.hidden=t,n=n.concat(e),e.children&&(n=n.concat(Jp(e.children,e.collapsed||t)))}),n}function ef(e,t){var n=[];return p(e,function(e){e.hidden=t[e.id],n=n.concat(e),e.children&&(n=n.concat(ef(e.children,t)))}),n}function tf(e){this._modeling=e}function nf(e,t){return Fn(e&&e.attachers,t)}function of(e,t,n){if(e){var i=e.attachers;i||(e.attachers=i=[]),zn(i,t,n)}}function rf(){}function sf(e,t,n){this._eventBus=e,this._elementFactory=t,this._commandStack=n;var i=this;e.on("diagram.init",function(){i.registerHandlers(n)})}function af(e){this._moddle=e}function lf(){function e(e,t){var n=e.label||e,i=e.labelTarget||e;return function(e,t,n){var i=e.businessObject,o=Ia(i);o&&(i[o]=t),n&&(e.hidden=!t)}(n,t,i!==n),[n,i]}this.execute=function(t){return t.oldLabel=Ba(t.element),e(t.element,t.newLabel)},this.revert=function(t){return e(t.element,t.oldLabel)}}kp.prototype.preExecute=function(e){var t=this._modeling,n=e.groups,i=e.axis,o=e.dimension;function r(e,t){e.range.min=Math.min(t[i],e.range.min),e.range.max=Math.max(t[i]+t[o],e.range.max)}function s(e){return e[i]+e[o]/2}function a(e){return e.length-1}function l(e){return e.max-e.min}var c,u,h=n[0],d=a(n),f=n[d],g=0;p(n,function(e,c){var u,h,f;e.elements.length<2?c&&c!==n.length-1&&(r(e,e.elements[0]),g+=l(e.range)):(h=(u=w(e.elements,i))[0],c===d&&(h=u[a(u)]),f=s(h),e.range=null,p(u,function(n){!function(e,n){var o={y:0};o[i]=e-s(n),o[i]&&(o[Op[i]]=0,t.moveElements([n],o,n.parent))}(f,n),null!==e.range?r(e,n):e.range={min:n[i],max:n[i]+n[o]}}),c&&c!==n.length-1&&(g+=l(e.range)))}),u=Math.abs(f.range.min-h.range.max),(c=Math.round((u-g)/(n.length-1)))<n.length-1||p(n,function(e,r){var s,a={};e!==h&&e!==f&&(s=n[r-1],e.range.max=0,p(e.elements,function(n,r){a[Op[i]]=0,a[i]=s.range.max-n[i]+c,e.range.min!==n[i]&&(a[i]+=n[i]-e.range.min),a[i]&&t.moveElements([n],a,n.parent),e.range.max=Math.max(n[i]+n[o],r?e.range.max:0)}))})},kp.prototype.postExecute=function(e){},Ep.$inject=["layouter","canvas"],Ep.prototype.execute=function(e){var t=e.connection;return M(e,{oldWaypoints:t.waypoints}),t.waypoints=this._layouter.layoutConnection(t,e.hints),t},Ep.prototype.revert=function(e){var t=e.connection;return t.waypoints=e.oldWaypoints,t},Sp.prototype.execute=function(e){var t=e.connection,n=e.delta,i=e.newParent||t.parent,o=e.newParentIndex,r=t.parent;return e.oldParent=r,e.oldParentIndex=Fn(r.children,t),zn(i.children,t,o),t.parent=i,p(t.waypoints,function(e){e.x+=n.x,e.y+=n.y,e.original&&(e.original.x+=n.x,e.original.y+=n.y)}),t},Sp.prototype.revert=function(e){var t=e.connection,n=t.parent,i=e.oldParent,o=e.oldParentIndex,r=e.delta;return Fn(n.children,t),zn(i.children,t,o),t.parent=i,p(t.waypoints,function(e){e.x-=r.x,e.y-=r.y,e.original&&(e.original.x-=r.x,e.original.y-=r.y)}),t},jp.prototype.add=function(e,t){return this.addAll([e],t)},jp.prototype.addAll=function(e,t){var i=function(e,t,i){n(t)&&(t=!0),s(t)&&(i=t,t=!0);var o=Nn((i=i||{}).allShapes),r=Nn(i.allConnections),a=Nn(i.enclosedElements),l=Nn(i.enclosedConnections),c=Nn(i.topLevel,t&&b(e,function(e){return e.id}));function u(e){c[e.source.id]&&c[e.target.id]&&(c[e.id]=[e]),o[e.source.id]&&o[e.target.id]&&(l[e.id]=a[e.id]=e),r[e.id]=e}return $n(e,function(e){if(a[e.id]=e,!e.waypoints)return o[e.id]=e,p(e.incoming,u),p(e.outgoing,u),e.children;l[e.id]=r[e.id]=e}),{allShapes:o,allConnections:r,topLevel:c,enclosedConnections:l,enclosedElements:a}}(e,!!t,this);return M(this,i),this},Lp.prototype.moveRecursive=function(e,t,n){return e?this.moveClosure(this.getClosure(e),t,n):[]},Lp.prototype.moveClosure=function(e,t,n,i,o){var r=this._modeling,s=e.allShapes,a=e.allConnections,l=e.enclosedConnections,c=e.topLevel,u=!1;o&&o.parent===n&&(u=!0),p(s,function(e){r.moveShape(e,t,c[e.id]&&!u&&n,{recurse:!1,layout:!1})}),p(a,function(e){var i=!!s[e.source.id],o=!!s[e.target.id];l[e.id]&&i&&o?r.moveConnection(e,t,c[e.id]&&!u&&n):r.layoutConnection(e,{connectionStart:i&&Ap(e,e.source,t),connectionEnd:o&&Pp(e,e.target,t)})})},Lp.prototype.getClosure=function(e){return(new jp).addAll(e,!0)},Np.$inject=["modeling"],Np.prototype.preExecute=function(e){e.closure=this._helper.getClosure(e.shapes)},Np.prototype.postExecute=function(e){var t,n=e.hints;n&&n.primaryShape&&(t=n.primaryShape,n.oldParent=t.parent),this._helper.moveClosure(e.closure,e.delta,e.newParent,e.newHost,t)},qp.$inject=["modeling"],qp.prototype.execute=function(e){var t=e.shape,n=e.delta,i=e.newParent||t.parent,o=e.newParentIndex,r=t.parent;return e.oldBounds=A(t,["x","y","width","height"]),e.oldParent=r,e.oldParentIndex=Fn(r.children,t),zn(i.children,t,o),M(t,{parent:i,x:t.x+n.x,y:t.y+n.y}),t},qp.prototype.postExecute=function(e){var t=e.shape,n=e.delta,i=e.hints,o=this._modeling;!1!==i.layout&&(p(t.incoming,function(e){o.layoutConnection(e,{connectionEnd:Pp(e,t,n)})}),p(t.outgoing,function(e){o.layoutConnection(e,{connectionStart:Ap(e,t,n)})})),!1!==i.recurse&&this.moveChildren(e)},qp.prototype.revert=function(e){var t=e.shape,n=e.oldParent,i=e.oldParentIndex,o=e.delta;return zn(n.children,t,i),M(t,{parent:n,x:t.x-o.x,y:t.y-o.y}),t},qp.prototype.moveChildren=function(e){var t=e.delta,n=e.shape;this._helper.moveRecursive(n.children,t,null)},qp.prototype.getNewParent=function(e){return e.newParent||e.shape.parent},Vp.$inject=["modeling"],Vp.prototype.execute=function(e){var t=e.newSource,n=e.newTarget,i=e.connection,o=e.dockingOrPoints;if(!t&&!n)throw new Error("newSource or newTarget required");return r(o)&&(e.oldWaypoints=i.waypoints,i.waypoints=o),t&&(e.oldSource=i.source,i.source=t),n&&(e.oldTarget=i.target,i.target=n),i},Vp.prototype.postExecute=function(e){var t=e.connection,n=e.newSource,i=e.newTarget,o=e.dockingOrPoints,s=e.hints||{},a={};s.connectionStart&&(a.connectionStart=s.connectionStart),s.connectionEnd&&(a.connectionEnd=s.connectionEnd),!1!==s.layoutConnection&&(!n||i&&"source"!==s.docking||(a.connectionStart=a.connectionStart||Fp(r(o)?o[0]:o)),!i||n&&"target"!==s.docking||(a.connectionEnd=a.connectionEnd||Fp(r(o)?o[o.length-1]:o)),s.newWaypoints&&(a.waypoints=s.newWaypoints),this._modeling.layoutConnection(t,a))},Vp.prototype.revert=function(e){var t=e.oldSource,n=e.oldTarget,i=e.oldWaypoints,o=e.connection;return t&&(o.source=t),n&&(o.target=n),i&&(o.waypoints=i),o},zp.$inject=["modeling","rules"],zp.prototype.preExecute=function(e){var t,n=this,i=this._modeling,o=this._rules,r=e.oldShape,s=e.newData,a=e.hints||{};function l(e,t,n){return o.allowed("connection.reconnect",{connection:n,source:e,target:t})}var c,u={x:s.x,y:s.y},h={x:r.x,y:r.y,width:r.width,height:r.height};t=e.newShape=e.newShape||n.createShape(s,u,r.parent,a),r.host&&i.updateAttachment(t,r.host),!1!==a.moveChildren&&(c=r.children.slice(),i.moveElements(c,{x:0,y:0},t,a));var d=r.incoming.slice(),f=r.outgoing.slice();p(d,function(e){l(e.source,t,e)&&n.reconnectEnd(e,t,Mp(e,t,h),a)}),p(f,function(e){var i=e.target;l(t,i,e)&&n.reconnectStart(e,t,Rp(e,t,h),a)})},zp.prototype.postExecute=function(e){var t=e.oldShape;this._modeling.removeShape(t)},zp.prototype.execute=function(e){},zp.prototype.revert=function(e){},zp.prototype.createShape=function(e,t,n,i){return this._modeling.createShape(e,t,n,i)},zp.prototype.reconnectStart=function(e,t,n,i){this._modeling.reconnectStart(e,t,n,i)},zp.prototype.reconnectEnd=function(e,t,n,i){this._modeling.reconnectEnd(e,t,n,i)},Wp.$inject=["modeling"],Wp.prototype.execute=function(e){var t=e.shape,n=e.newBounds,i=e.minBounds;if(void 0===n.x||void 0===n.y||void 0===n.width||void 0===n.height)throw new Error("newBounds must have {x, y, width, height} properties");if(i&&(n.width<i.width||n.height<i.height))throw new Error("width and height cannot be less than minimum height and width");if(!i&&n.width<10||n.height<10)throw new Error("width and height cannot be less than 10px");return e.oldBounds={width:t.width,height:t.height,x:t.x,y:t.y},M(t,{width:n.width,height:n.height,x:n.x,y:n.y}),t},Wp.prototype.postExecute=function(e){var t=this._modeling,n=e.shape,i=e.oldBounds;!1!==(e.hints||{}).layout&&(p(n.incoming,function(e){t.layoutConnection(e,{connectionEnd:Mp(e,n,i)})}),p(n.outgoing,function(e){t.layoutConnection(e,{connectionStart:Rp(e,n,i)})}))},Wp.prototype.revert=function(e){var t=e.shape,n=e.oldBounds;return M(t,{width:n.width,height:n.height,x:n.x,y:n.y}),t},Hp.$inject=["modeling"],Hp.prototype.preExecute=function(e){var t=e.delta,n=e.direction,i=e.movingShapes,o=e.resizingShapes,r=e.start,s={};this.moveShapes(i,t),p(o,function(e){s[e.id]=function(e){return{x:e.x,y:e.y,height:e.height,width:e.width}}(e)}),this.resizeShapes(o,t,n),this.updateConnectionWaypoints(function(e,t){var n=[];return p(e.concat(t),function(i){var o=i.incoming,r=i.outgoing;p(o.concat(r),function(i){var o=i.source,r=i.target;(Qp(e,o)||Qp(e,r)||Qp(t,o)||Qp(t,r))&&(Qp(n,i)||n.push(i))})}),n}(i,o),t,n,r,i,o,s)},Hp.prototype.execute=function(){},Hp.prototype.revert=function(){},Hp.prototype.moveShapes=function(e,t){var n=this;p(e,function(e){n._modeling.moveShape(e,t,null,{autoResize:!1,layout:!1,recurse:!1})})},Hp.prototype.resizeShapes=function(e,t,n){var i=this;p(e,function(e){var o=function(e,t,n){var i=e.x,o=e.y,r=e.width,s=e.height,a=n.x,l=n.y;switch(t){case"n":return{x:i,y:o+l,width:r,height:s-l};case"s":return{x:i,y:o,width:r,height:s+l};case"w":return{x:i+a,y:o,width:r-a,height:s};case"e":return{x:i,y:o,width:r+a,height:s};default:throw new Error("unknown direction: "+t)}}(e,n,t);i._modeling.resizeShape(e,o,null,{attachSupport:!1,autoResize:!1,layout:!1})})},Hp.prototype.updateConnectionWaypoints=function(e,t,n,i,o,r,s){var a=this,l=o.concat(r);p(e,function(e){var c=e.source,u=e.target,h=function(e){return v(e.waypoints,function(e){return(e=Up(e)).original&&(e.original=Up(e.original)),e})}(e),d=Xp(n),p={};Yp(l,c)&&Yp(l,u)?(h=v(h,function(e){return Kp(e,i,n)&&(e[d]=e[d]+t[d]),e.original&&Kp(e.original,i,n)&&(e.original[d]=e.original[d]+t[d]),e}),a._modeling.updateWaypoints(e,h,{labelBehavior:!1})):(Yp(l,c)||Yp(l,u))&&(Yp(o,c)?p.connectionStart=Ap(e,c,t):Yp(o,u)?p.connectionEnd=Pp(e,u,t):Yp(r,c)?p.connectionStart=Rp(e,c,s[c.id]):Yp(r,u)&&(p.connectionEnd=Mp(e,u,s[u.id])),a._modeling.layoutConnection(e,p))})},Gp.$inject=["modeling"],Gp.prototype.execute=function(e){var t=e.shape,n=t.children;e.oldChildrenVisibility=Zp(n),t.collapsed=!t.collapsed;var i=Jp(n,t.collapsed);return[t].concat(i)},Gp.prototype.revert=function(e){var t=e.shape,n=e.oldChildrenVisibility,i=ef(t.children,n);return t.collapsed=!t.collapsed,[t].concat(i)},tf.$inject=["modeling"],tf.prototype.execute=function(e){var t=e.shape,n=e.newHost,i=t.host;return e.oldHost=i,e.attacherIdx=nf(i,t),of(n,t),t.host=n,t},tf.prototype.revert=function(e){var t=e.shape,n=e.newHost,i=e.oldHost,o=e.attacherIdx;return t.host=i,nf(n,t),of(i,t,o),t},rf.prototype.execute=function(e){var t=e.connection,n=e.newWaypoints;return e.oldWaypoints=t.waypoints,t.waypoints=n,t},rf.prototype.revert=function(e){var t=e.connection,n=e.oldWaypoints;return t.waypoints=n,t},sf.$inject=["eventBus","elementFactory","commandStack"],sf.prototype.getHandlers=function(){return{"shape.append":hp,"shape.create":mp,"shape.delete":Cp,"shape.move":qp,"shape.resize":Wp,"shape.replace":zp,"shape.toggleCollapse":Gp,spaceTool:Hp,"label.create":vp,"connection.create":dp,"connection.delete":_p,"connection.move":Sp,"connection.layout":Ep,"connection.updateWaypoints":rf,"connection.reconnect":Vp,"elements.create":fp,"elements.move":Np,"elements.delete":wp,"elements.distribute":kp,"elements.align":up,"element.updateAttachment":tf}},sf.prototype.registerHandlers=function(e){p(this.getHandlers(),function(t,n){e.registerHandler(n,t)})},sf.prototype.moveShape=function(e,t,n,i,o){"object"==typeof i&&(o=i,i=null);var r={shape:e,delta:t,newParent:n,newParentIndex:i,hints:o||{}};this._commandStack.execute("shape.move",r)},sf.prototype.updateAttachment=function(e,t){var n={shape:e,newHost:t};this._commandStack.execute("element.updateAttachment",n)},sf.prototype.moveElements=function(e,t,n,i){var o,r=(i=i||{}).attach,s=n;!0===r?(o=n,s=n.parent):!1===r&&(o=null);var a={shapes:e,delta:t,newParent:s,newHost:o,hints:i};this._commandStack.execute("elements.move",a)},sf.prototype.moveConnection=function(e,t,n,i,o){"object"==typeof i&&(o=i,i=void 0);var r={connection:e,delta:t,newParent:n,newParentIndex:i,hints:o||{}};this._commandStack.execute("connection.move",r)},sf.prototype.layoutConnection=function(e,t){var n={connection:e,hints:t||{}};this._commandStack.execute("connection.layout",n)},sf.prototype.createConnection=function(e,t,n,i,o,r){"object"==typeof n&&(r=o,o=i,i=n,n=void 0);var s={source:e,target:t,parent:o,parentIndex:n,connection:i=this._create("connection",i),hints:r};return this._commandStack.execute("connection.create",s),s.connection},sf.prototype.createShape=function(e,t,n,i,o){"number"!=typeof i&&(o=i,i=void 0);var r,s,a=(o=o||{}).attach;e=this._create("shape",e),a?(r=n.parent,s=n):r=n;var l={position:t,shape:e,parent:r,parentIndex:i,host:s,hints:o};return this._commandStack.execute("shape.create",l),l.shape},sf.prototype.createElements=function(e,t,n,i,o){r(e)||(e=[e]),"number"!=typeof i&&(o=i,i=void 0);var s={position:t,elements:e,parent:n,parentIndex:i,hints:o=o||{}};return this._commandStack.execute("elements.create",s),s.elements},sf.prototype.createLabel=function(e,t,n,i){n=this._create("label",n);var o={labelTarget:e,position:t,parent:i||e.parent,shape:n};return this._commandStack.execute("label.create",o),o.shape},sf.prototype.appendShape=function(e,t,n,i,o){o=o||{};var r={source:e,position:n,target:i,shape:t=this._create("shape",t),connection:o.connection,connectionParent:o.connectionParent,hints:o};return this._commandStack.execute("shape.append",r),r.shape},sf.prototype.removeElements=function(e){var t={elements:e};this._commandStack.execute("elements.delete",t)},sf.prototype.distributeElements=function(e,t,n){var i={groups:e,axis:t,dimension:n};this._commandStack.execute("elements.distribute",i)},sf.prototype.removeShape=function(e,t){var n={shape:e,hints:t||{}};this._commandStack.execute("shape.delete",n)},sf.prototype.removeConnection=function(e,t){var n={connection:e,hints:t||{}};this._commandStack.execute("connection.delete",n)},sf.prototype.replaceShape=function(e,t,n){var i={oldShape:e,newData:t,hints:n||{}};return this._commandStack.execute("shape.replace",i),i.newShape},sf.prototype.alignElements=function(e,t){var n={elements:e,alignment:t};this._commandStack.execute("elements.align",n)},sf.prototype.resizeShape=function(e,t,n,i){var o={shape:e,newBounds:t,minBounds:n,hints:i};this._commandStack.execute("shape.resize",o)},sf.prototype.createSpace=function(e,t,n,i,o){var r={delta:n,direction:i,movingShapes:e,resizingShapes:t,start:o};this._commandStack.execute("spaceTool",r)},sf.prototype.updateWaypoints=function(e,t,n){var i={connection:e,newWaypoints:t,hints:n||{}};this._commandStack.execute("connection.updateWaypoints",i)},sf.prototype.reconnect=function(e,t,n,i,o){var r={connection:e,newSource:t,newTarget:n,dockingOrPoints:i,hints:o||{}};this._commandStack.execute("connection.reconnect",r)},sf.prototype.reconnectStart=function(e,t,n,i){i||(i={}),this.reconnect(e,t,e.target,n,M(i,{docking:"source"}))},sf.prototype.reconnectEnd=function(e,t,n,i){i||(i={}),this.reconnect(e,e.source,t,n,M(i,{docking:"target"}))},sf.prototype.connect=function(e,t,n,i){return this.createConnection(e,t,n||{},e.parent,i)},sf.prototype._create=function(e,t){return t instanceof Ki?t:this._elementFactory.create(e,t)},sf.prototype.toggleCollapse=function(e,t){var n={shape:e,hints:t||{}};this._commandStack.execute("shape.toggleCollapse",n)},af.$inject=["moddle"],af.prototype.execute=function(e){var t=this._moddle.ids,n=e.id,i=e.element;e.claiming?t.claim(n,i):t.unclaim(n)},af.prototype.revert=function(e){var t=this._moddle.ids,n=e.id,i=e.element;e.claiming?t.unclaim(n):t.claim(n,i)};const cf="id";function uf(e,t){this._elementRegistry=e,this._moddle=t}function hf(e,t){return cf in e&&e[cf]!==t[cf]}function df(e,t){p(t,function(t,n){e.set(n,t)})}function pf(e){this._elementRegistry=e}function ff(e,t){p(t,function(t,n){e.set(n,t)})}function gf(e,t,n){this._canvas=e,this._drdRules=t,n.invoke(sf,this)}function mf(){}uf.$inject=["elementRegistry","moddle"],uf.prototype.execute=function(e){const{element:t,properties:n}=e,i=[t];if(!t)throw new Error("element required");const o=this._elementRegistry,r=this._moddle.ids,s=$t(t),a=e.oldProperties||function(e,t){return f(t,function(t,n){return t[n]=e.get(n),t},{})}(s,y(n));return hf(n,s)&&(r.unclaim(s[cf]),o.updateId(t,n[cf]),r.claim(n[cf],s)),"name"in n&&t.label&&i.push(t.label),df(s,n),e.oldProperties=a,e.changed=i,i},uf.prototype.revert=function(e){const{element:t,properties:n,oldProperties:i}=e,o=$t(t),r=this._elementRegistry,s=this._moddle.ids;return df(o,i),hf(n,o)&&(s.unclaim(n[cf]),r.updateId(t,i[cf]),s.claim(i[cf],o)),e.changed},pf.$inject=["elementRegistry"],pf.prototype.execute=function(e){var t=e.element,n=e.moddleElement,i=e.properties;if(!n)throw new Error("<moddleElement> required");var o=e.changed||[t],r=e.oldProperties||function(e,t){return f(t,function(t,n){return t[n]=e.get(n),t},{})}(n,y(i));return ff(n,i),e.oldProperties=r,e.changed=o,o},pf.prototype.revert=function(e){var t=e.oldProperties,n=e.moddleElement,i=e.changed;return ff(n,t),i},Lt(gf,sf),gf.$inject=["canvas","drdRules","injector"],gf.prototype.claimId=function(e,t){this._commandStack.execute("id.updateClaim",{id:e,element:t,claiming:!0})},gf.prototype.connect=function(e,t,n,i){var o=this._drdRules,r=this._canvas.getRootElement();return n||(n=o.canConnect(e,t)||{type:"dmn:Association"}),this.createConnection(e,t,n,r,i)},gf.prototype.getHandlers=function(){var e=sf.prototype.getHandlers.call(this);return e["id.updateClaim"]=af,e["element.updateLabel"]=lf,e["element.updateProperties"]=uf,e["element.updateModdleProperties"]=pf,e},gf.prototype.unclaimId=function(e,t){this._commandStack.execute("id.updateClaim",{id:e,element:t})},gf.prototype.updateModdleProperties=function(e,t,n){this._commandStack.execute("element.updateModdleProperties",{element:e,moddleElement:t,properties:n})},gf.prototype.updateProperties=function(e,t){this._commandStack.execute("element.updateProperties",{element:e,properties:t})},gf.prototype.updateLabel=function(e,t,n,i){this._commandStack.execute("element.updateLabel",{element:e,newLabel:t,newBounds:n,hints:i||{}})},mf.prototype.layoutConnection=function(e,t){return[(t=t||{}).connectionStart||Ai(t.source||e.source),t.connectionEnd||Ai(t.target||e.target)]};function vf(e){this._connectionDocking=e}function yf(e,t){return e?e.original||e:Ai(t)}function xf(e){return M({original:e.point.original||e.point},e.actual)}function bf(e,t){this._elementRegistry=e,this._graphicsFactory=t}Lt(vf,mf),vf.$inject=["connectionDocking"],vf.prototype.layoutConnection=function(e,t){var n=this._connectionDocking;t||(t={});var i=t.source||e.source,o=t.target||e.target,r=t.waypoints||e.waypoints||[],s=t.connectionStart,a=t.connectionEnd,l=Pi(i,o);if(s||(s=yf(r[0],i)),a||(a=yf(r[r.length-1],o)),At(e,"dmn:InformationRequirement")){r=[s,a];var c=n.getCroppedWaypoints(M({},e,{waypoints:r}),i,o),u={x:(a=c.pop()).x,y:a.y};return l.includes("bottom")?u.y+=20:l.includes("top")?u.y-=20:l.includes("right")?u.x+=20:u.x-=20,r=c.concat([u,a])}return[s,a]},bf.$inject=["elementRegistry","graphicsFactory"],bf.prototype.getCroppedWaypoints=function(e,t,n){t=t||e.source,n=n||e.target;var i=this.getDockingPoint(e,t,!0),o=this.getDockingPoint(e,n),r=e.waypoints.slice(i.idx+1,o.idx);return r.unshift(xf(i)),r.push(xf(o)),r},bf.prototype.getDockingPoint=function(e,t,n){var i,o,r=e.waypoints;return{point:o=r[i=n?0:r.length-1],actual:this._getIntersection(t,e,n)||o,idx:i}},bf.prototype._getIntersection=function(e,t,n){return Di(this._getShapePath(e),this._getConnectionPath(t),n)},bf.prototype._getConnectionPath=function(e){return this._graphicsFactory.getConnectionPath(e)},bf.prototype._getShapePath=function(e){return this._graphicsFactory.getShapePath(e)},bf.prototype._getGfx=function(e){return this._elementRegistry.getGraphics(e)};var _f={__init__:["modeling","drdUpdater"],__depends__:[ep,ap,ea,Dd,Ws,Id],drdFactory:["type",lp],drdUpdater:["type",cp],elementFactory:["type",rl],modeling:["type",gf],layouter:["type",vf],connectionDocking:["type",bf]};function wf(e,t){this._eventBus=e,this.offset=5;var n=t.cls("djs-outline",["no-fill"]),i=this;function o(e){var t=cn("rect");return Jt(t,M({x:0,y:0,rx:4,width:100,height:100},n)),t}e.on(["shape.added","shape.changed"],500,function(e){var t=e.element,n=e.gfx,r=gt(".djs-outline",n);r||Yt(n,r=i.getOutline(t)||o()),i.updateShapeOutline(r,t)}),e.on(["connection.added","connection.changed"],function(e){var t=e.element,n=e.gfx,r=gt(".djs-outline",n);r||Yt(n,r=o()),i.updateConnectionOutline(r,t)})}wf.prototype.updateShapeOutline=function(e,t){var n=!1,i=this._getProviders();i.length&&p(i,function(i){n=n||i.updateOutline(t,e)}),n||Jt(e,{x:-this.offset,y:-this.offset,width:t.width+2*this.offset,height:t.height+2*this.offset})},wf.prototype.updateConnectionOutline=function(e,t){var n=Bn(t);Jt(e,{x:n.x-this.offset,y:n.y-this.offset,width:n.width+2*this.offset,height:n.height+2*this.offset})},wf.prototype.registerProvider=function(e,t){t||(t=e,e=1e3),this._eventBus.on("outline.getProviders",e,function(e){e.providers.push(t)})},wf.prototype._getProviders=function(){var e=this._eventBus.createEvent({type:"outline.getProviders",providers:[]});return this._eventBus.fire(e),e.providers},wf.prototype.getOutline=function(e){var t;return p(this._getProviders(),function(n){l(n.getOutline)&&(t=t||n.getOutline(e))}),t},wf.$inject=["eventBus","styles","elementRegistry"];function Cf(e,t,n){this._canvas=t;var i=this;e.on("element.changed",function(e){n.isSelected(e.element)&&i._updateMultiSelectionOutline(n.get())}),e.on("selection.changed",function(e){var t=e.newSelection;i._updateMultiSelectionOutline(t)})}Cf.prototype._updateMultiSelectionOutline=function(e){var t=this._canvas.getLayer("selectionOutline");on(t);var n=e.length>1;if(tn(this._canvas.getContainer())[n?"add":"remove"]("djs-multi-select"),n){var i=function(e){return{x:e.x-6,y:e.y-6,width:e.width+12,height:e.height+12}}(Bn(e)),o=cn("rect");Jt(o,M({rx:3},i)),tn(o).add("djs-selection-outline"),Yt(t,o)}},Cf.$inject=["eventBus","canvas","selection"];var kf={__depends__:[Ws],__init__:["outline","multiSelectionOutline"],outline:["type",wf],multiSelectionOutline:["type",Cf]},Of=Math.round;function Ef(e,t,n,i,o){function r(e,t,n,i){return o.allowed("elements.move",{shapes:e,delta:t,position:n,target:i})}function a(e,n,i,o){if(s(i)&&(o=i,i=!1),!n.waypoints&&n.parent&&!tn(e.target).has("djs-hit-no-move")){var r=function(e){return{x:e.x+Of(e.width/2),y:e.y+Of(e.height/2)}}(n);return t.init(e,r,"shape.move",{cursor:"grabbing",autoActivate:i,data:{shape:n,context:o||{}}}),!0}}e.on("shape.move.start",1500,function(e){var t=e.context,n=e.shape,o=i.get().slice();-1===o.indexOf(n)&&(o=[n]),o=function(e){var t=b(e,"id");return d(e,function(e){for(;e=e.parent;)if(t[e.id])return!1;return!0})}(o),M(t,{shapes:o,validatedShapes:o,shape:n})}),e.on("shape.move.start",1250,function(e){var t=e.context,n=t.validatedShapes;if(!(t.canExecute=r(n)))return!1}),e.on("shape.move.move",500,function(e){var t,n=e.context,i=n.validatedShapes,o=e.hover,s={x:e.dx,y:e.dy};t=r(i,s,{x:e.x,y:e.y},o),n.delta=s,n.canExecute=t,n.target=null!==t?o:null}),e.on("shape.move.end",function(e){var t=e.context,i=t.delta,o=t.canExecute,r="attach"===o,s=t.shapes;if(!1===o)return!1;i.x=Of(i.x),i.y=Of(i.y),0===i.x&&0===i.y||n.moveElements(s,i,t.target,{primaryShape:t.shape,attach:r})}),e.on("element.mousedown",function(e){if(As(e)){var t=Es(e);if(!t)throw new Error("must supply DOM mousedown event");return a(t,e.element)}}),this.start=a}Ef.$inject=["eventBus","dragging","modeling","selection","rules"];var Sf="djs-dragging",Tf="drop-ok",Rf="drop-not-ok",Mf="new-parent",Af="attach-ok";function Pf(e,t,n,i){function o(e){var t=function(e){var t=d(e,function(t){return!Oi(t)||h(e,C({id:t.source.id}))&&h(e,C({id:t.target.id}))});return t}(r(e));return t}function r(e){var t=In(e),n=t.flatMap(e=>(e.incoming||[]).concat(e.outgoing||[])),i=t.concat(n);return[...new Set(i)]}function s(e,n){[Af,Tf,Rf,Mf].forEach(function(i){i===n?t.addMarker(e,i):t.removeMarker(e,i)})}e.on("shape.move.start",499,function(e){var s,a,l=e.context,c=l.shapes,u=l.allDraggedElements,h=o(c);if(!l.dragGroup){var d=cn("g");Jt(d,n.cls("djs-drag-group",["no-events"])),Yt(t.getActiveLayer(),d),l.dragGroup=d}h.forEach(function(e){i.addDragger(e,l.dragGroup)}),u?(s=[u,r(c)],u=Array.prototype.concat.apply([],s)):u=r(c),p(u,function(e){t.addMarker(e,Sf)}),l.allDraggedElements=u,l.differentParents=1!==(a=b(c,function(e){return e.parent&&e.parent.id}),y(a).length)}),e.on("shape.move.move",499,function(e){var t=e.context,n=t.dragGroup,i=t.target,o=t.shape.parent,r=t.canExecute;i&&("attach"===r?s(i,Af):t.canExecute&&o&&i.id!==o.id?s(i,Mf):s(i,t.canExecute?Tf:Rf)),io(n,e.dx,e.dy)}),e.on(["shape.move.out","shape.move.cleanup"],function(e){var t=e.context.target;t&&s(t,null)}),e.on("shape.move.cleanup",function(e){var n=e.context,i=n.allDraggedElements,o=n.dragGroup;p(i,function(e){t.removeMarker(e,Sf)}),o&&bn(o)}),this.makeDraggable=function(e,n,o){i.addDragger(n,e.dragGroup),o&&t.addMarker(n,Sf),e.allDraggedElements?e.allDraggedElements.push(n):e.allDraggedElements=[n]}}Pf.$inject=["eventBus","canvas","styles","previewSupport"];var Df={__depends__:[js,Ws,kf,El,_l,Dc],__init__:["move","movePreview"],move:["type",Ef],movePreview:["type",Pf]};const $f={width:135,height:46},If={width:100,height:63};function Bf(e,t,n){return cn("path",{d:e,strokeWidth:2,transform:`translate(${t.x}, ${t.y})`,...n})}function jf(e,t){this._styles=t,e.registerProvider(this)}function Lf(e,t){var n;return"dmn:BusinessKnowledgeModel"===t?n=$f:"dmn:KnowledgeSource"===t&&(n=If),e.width===n.width&&e.height===n.height}jf.$inject=["outline","styles"],jf.prototype.getOutline=function(e){const t=this._styles.cls("djs-outline",["no-fill"]);var n;return At(e,"dmn:InputData")?Jt(n=cn("rect"),M({x:-5,y:-5,rx:27,width:e.width+10,height:e.height+10},t)):At(e,"dmn:BusinessKnowledgeModel")&&Lf(e,"dmn:BusinessKnowledgeModel")?n=Bf("\nM2.45221 16.0068L18.7175 1.74436L18.0615 0.996331L18.7175 1.74436C19.2646 1.26455 19.9676 \n1 20.6953 1H140.926C142.583 1 143.926 2.34295 143.926 3.99967L143.93 37.5457C143.93 \n38.3668 143.593 39.152 142.999 39.7183L143.689 40.4424L142.999 39.7183L127.299 \n54.6723C126.741 55.2036 126 55.5 125.23 55.5H4.53787C2.88599 55.5 1.54491 54.1646 1.5379 \n52.5127L1.43066 27.229L1.43065 27.2248L1.4301 18.2626C1.43005 \n17.3986 1.80255 16.5765 2.45221 16.0068Z\n",{x:-6,y:-6},t):At(e,"dmn:KnowledgeSource")&&Lf(e,"dmn:KnowledgeSource")&&(n=Bf("\nM1.79494 63.0032L1.2941 63.6423L1.79493 63.0032C1.71778 62.9427 1.6428 62.8741 1.57288 \n62.8L1.01736 63.3241L1.57288 62.8C1.20495 62.41 1 61.8941 1 61.3579V2.65067C1 1.74066 \n1.73867 1.00345 2.64868 1.00526L108.006 1.2145C109.66 1.21778 111 2.55996 111 \n4.21449V21.7015V61.6762C111 63.3188 109.679 64.656 108.037 64.676L107.06 64.6879C106.66 \n64.6927 106.26 64.6165 105.89 64.4652C105.04 64.1176 104.222 63.78 103.43 \n63.4531C93.4866 59.3517 87.6891 56.9603 76.3991 58.1057C71.7035 58.5821 66.8747 60.74 \n61.5721 63.1744C61.3243 63.2881 61.0753 63.4026 60.825 63.5177C55.6712 65.8868 49.9696 \n68.5077 43.2365 70.3468C31.101 73.6617 15.2135 73.5179 1.79494 63.0032Z\n",{x:-6,y:-1.5},t)),n},jf.prototype.updateOutline=function(e){return!!It(e,["dmn:InputData","dmn:BusinessKnowledgeModel","dmn:KnowledgeSource"])};var Nf={__depends__:[kf],__init__:["outlineProvider"],outlineProvider:["type",jf]},qf=".djs-palette-toggle",Vf=".entry",Ff=qf+", "+Vf,zf="djs-palette-",Wf="open",Qf="two-column";function Hf(e,t){this._eventBus=e,this._canvas=t;var n=this;e.on("tool-manager.update",function(e){var t=e.tool;n.updateToolHighlight(t)}),e.on("i18n.changed",function(){n._update()}),e.on("diagram.init",function(){n._diagramInitialized=!0,n._rebuild()})}function Uf(e,t){var n=t.getPaletteEntries();return l(n)?n(e):(p(n,function(t,n){e[n]=t}),e)}Hf.$inject=["eventBus","canvas"],Hf.prototype.registerProvider=function(e,t){t||(t=e,e=1e3),this._eventBus.on("palette.getProviders",e,function(e){e.providers.push(t)}),this._rebuild()},Hf.prototype.getEntries=function(){return this._getProviders().reduce(Uf,{})},Hf.prototype._rebuild=function(){this._diagramInitialized&&(this._getProviders().length&&(this._container||this._init(),this._update()))},Hf.prototype._init=function(){var e=this,t=this._eventBus,n=this._getParentContainer(),i=this._container=Ze(Hf.HTML_MARKUP);n.appendChild(i),it(n).add(zf+"shown"),pt.bind(i,Ff,"click",function(t){if(ft(t.delegateTarget,qf))return e.toggle();e.trigger("click",t)}),ht.bind(i,"mousedown",function(e){e.stopPropagation()}),pt.bind(i,Vf,"dragstart",function(t){e.trigger("dragstart",t)}),t.on("canvas.resized",this._layoutChanged,this),t.fire("palette.create",{container:i})},Hf.prototype._getProviders=function(e){var t=this._eventBus.createEvent({type:"palette.getProviders",providers:[]});return this._eventBus.fire(t),t.providers},Hf.prototype._toggleState=function(e){e=e||{};var t,n=this._getParentContainer(),i=this._container,o=this._eventBus,r=it(i),s=it(n);t="twoColumn"in e?e.twoColumn:this._needsCollapse(n.clientHeight,this._entries||{}),r.toggle(Qf,t),s.toggle(zf+Qf,t),"open"in e&&(r.toggle(Wf,e.open),s.toggle(zf+Wf,e.open)),o.fire("palette.changed",{twoColumn:t,open:this.isOpen()})},Hf.prototype._update=function(){var e=gt(".djs-palette-entries",this._container),t=this._entries=this.getEntries();rt(e),p(t,function(t,n){var i=t.group||"default",o=gt("[data-group="+xa(i)+"]",e);o||(tt(o=Ze('<div class="group"></div>'),"data-group",i),e.appendChild(o));var s=Ze(t.html||(t.separator?'<hr class="separator" />':'<div class="entry" draggable="true"></div>'));if(o.appendChild(s),!t.separator&&(tt(s,"data-action",n),t.title&&tt(s,"title",t.title),t.className&&function(e,t){var n=it(e),i=r(t)?t:t.split(/\s+/g);i.forEach(function(e){n.add(e)})}(s,t.className),t.imageUrl)){var a=Ze("<img>");tt(a,"src",t.imageUrl),s.appendChild(a)}}),this.open()},Hf.prototype.trigger=function(e,t,n){var i,o,r=t.delegateTarget||t.target;return r?(i=tt(r,"data-action"),o=t.originalEvent||t,this.triggerEntry(i,e,o,n)):t.preventDefault()},Hf.prototype.triggerEntry=function(e,t,n,i){var o,r;if((o=this._entries[e])&&(r=o.action,!1!==this._eventBus.fire("palette.trigger",{entry:o,event:n}))){if(l(r)){if("click"===t)return r(n,i)}else if(r[t])return r[t](n,i);n.preventDefault()}},Hf.prototype._layoutChanged=function(){this._toggleState({})},Hf.prototype._needsCollapse=function(e,t){return e<46*Object.keys(t).length+50},Hf.prototype.close=function(){this._toggleState({open:!1,twoColumn:!1})},Hf.prototype.open=function(){this._toggleState({open:!0})},Hf.prototype.toggle=function(){this.isOpen()?this.close():this.open()},Hf.prototype.isActiveTool=function(e){return e&&this._activeTool===e},Hf.prototype.updateToolHighlight=function(e){var t;this._toolsContainer||(t=gt(".djs-palette-entries",this._container),this._toolsContainer=gt("[data-group=tools]",t)),p(this._toolsContainer.children,function(t){var n=t.getAttribute("data-action");if(n){var i=it(t);n=n.replace("-tool",""),i.contains("entry")&&n===e?i.add("highlighted-entry"):i.remove("highlighted-entry")}})},Hf.prototype.isOpen=function(){return it(this._container).has(Wf)},Hf.prototype._getParentContainer=function(){return this._canvas.getContainer()},Hf.HTML_MARKUP='<div class="djs-palette"><div class="djs-palette-entries"></div><div class="djs-palette-toggle"></div></div>';var Xf={__init__:["palette"],palette:["type",Hf]};function Kf(e){this._eventBus=e,this._tools=[],this._active=null}Kf.$inject=["eventBus"],Kf.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)},Kf.prototype.isActive=function(e){return e&&this._active===e},Kf.prototype.length=function(e){return this._tools.length},Kf.prototype.setActive=function(e){var t=this._eventBus;this._active!==e&&(this._active=e,t.fire("tool-manager.update",{tool:e}))},Kf.prototype.bindEvents=function(e,t){var n=this._eventBus,i=[];n.on(t.tool+".init",function(t){t.context.reactivate||!this.isActive(e)?this.setActive(e):this.setActive(null)},this),p(t,function(e){i.push(e+".ended"),i.push(e+".canceled")}),n.on(i,250,function(e){this._active&&(function(e){var t=e.originalEvent&&e.originalEvent.target;return t&&st(t,'.group[data-group="tools"]')}(e)||this.setActive(null))},this)};var Yf={__depends__:[_l],__init__:["toolManager"],toolManager:["type",Kf]};function Gf(e){var t=this;function n(e){t._lastMoveEvent=e}this._lastMoveEvent=null,e.on("canvas.init",function(e){(t._svg=e.svg).addEventListener("mousemove",n)}),e.on("canvas.destroy",function(){t._lastMouseEvent=null,t._svg.removeEventListener("mousemove",n)})}Gf.$inject=["eventBus"],Gf.prototype.getLastMoveEvent=function(){return this._lastMoveEvent||function(e,t){var n=document.createEvent("MouseEvent"),i=e,o=t,r=e,s=t;n.initMouseEvent&&n.initMouseEvent("mousemove",!0,!0,window,0,i,o,r,s,!1,!1,!1,!1,0,null);return n}(0,0)};var Zf={__init__:["mouse"],mouse:["type",Gf]},Jf="crosshair";function eg(e,t,n,i,o,r,s){this._selection=o,this._dragging=n,this._mouse=s;var a=this,l=function(e){var n,i=t.getActiveLayer();Jt(n=e.frame=cn("rect"),{class:"djs-lasso-overlay",width:1,height:1,x:0,y:0}),Yt(i,n)},c=function(e){var t=e.frame,n=e.bbox;Jt(t,{x:n.x,y:n.y,width:n.width,height:n.height})},u=function(e){e.frame&&bn(e.frame)};r.registerTool("lasso",{tool:"lasso.selection",dragging:"lasso"}),e.on("lasso.selection.end",function(t){var n=t.originalEvent.target;(t.hover||n instanceof SVGElement)&&e.once("lasso.selection.ended",function(){a.activateLasso(t.originalEvent,!0)})}),e.on("lasso.end",0,function(e){var t=e.context,n=tg(e),o=i.filter(function(e){return e}),r=Ds(e);a.select(o,n,r?t.selection:[])}),e.on("lasso.start",function(e){var t=e.context;t.bbox=tg(e),l(t),t.selection=o.get()}),e.on("lasso.move",function(e){var t=e.context;t.bbox=tg(e),c(t)}),e.on("lasso.cleanup",function(e){var t=e.context;u(t)}),e.on("element.mousedown",1500,function(e){if(Ds(e))return a.activateLasso(e.originalEvent),!0})}function tg(e){var t={x:e.x-e.dx,y:e.y-e.dy},n={x:e.x,y:e.y};return t.x<=n.x&&t.y<n.y||t.x<n.x&&t.y<=n.y?{x:t.x,y:t.y,width:n.x-t.x,height:n.y-t.y}:t.x>=n.x&&t.y<n.y||t.x>n.x&&t.y<=n.y?{x:n.x,y:t.y,width:t.x-n.x,height:n.y-t.y}:t.x<=n.x&&t.y>n.y||t.x<n.x&&t.y>=n.y?{x:t.x,y:n.y,width:n.x-t.x,height:t.y-n.y}:t.x>=n.x&&t.y>n.y||t.x>n.x&&t.y>=n.y?{x:n.x,y:n.y,width:t.x-n.x,height:t.y-n.y}:{x:n.x,y:n.y,width:0,height:0}}eg.$inject=["eventBus","canvas","dragging","elementRegistry","selection","toolManager","mouse"],eg.prototype.activateLasso=function(e,t){this._dragging.init(e,"lasso",{autoActivate:t,cursor:Jf,data:{context:{}}})},eg.prototype.activateSelection=function(e,t){this._dragging.init(e,"lasso.selection",{trapClick:!1,autoActivate:t,cursor:Jf,data:{context:{}},keepSelection:!0})},eg.prototype.select=function(e,t,n=[]){var i=function(e,t){var n={};return p(e,function(e){var i=e;i.waypoints&&(i=Bn(i)),!a(t.y)&&i.x>t.x&&(n[e.id]=e),!a(t.x)&&i.y>t.y&&(n[e.id]=e),i.x>t.x&&i.y>t.y&&(a(t.width)&&a(t.height)&&i.width+i.x<t.width+t.x&&i.height+i.y<t.height+t.y?n[e.id]=e:a(t.width)&&a(t.height)||(n[e.id]=e))}),n}(e,t);this._selection.select([...n,...x(i)])},eg.prototype.toggle=function(){if(this.isActive())return this._dragging.cancel();var e=this._mouse.getLastMoveEvent();this.activateSelection(e,!!e)},eg.prototype.isActive=function(){var e=this._dragging.context();return e&&/^lasso/.test(e.prefix)};var ng={__depends__:[Yf,Zf],__init__:["lassoTool"],lassoTool:["type",eg]},ig=1500,og="grab";function rg(e,t,n,i,o,r){this._dragging=n,this._mouse=r;var s=this,a=i.get("keyboard",!1);o.registerTool("hand",{tool:"hand",dragging:"hand.move"}),e.on("element.mousedown",ig,function(e){if(Ps(e))return s.activateMove(e.originalEvent,!0),!1}),a&&a.addListener(ig,function(e){if(sg(e.keyEvent)&&!s.isActive()){var t=s._mouse.getLastMoveEvent();s.activateMove(t,!!t)}},"keyboard.keydown"),a&&a.addListener(ig,function(e){sg(e.keyEvent)&&s.isActive()&&s.toggle()},"keyboard.keyup"),e.on("hand.end",function(t){var n=t.originalEvent.target;if(!(t.hover||n instanceof SVGElement))return!1;e.once("hand.ended",function(){s.activateMove(t.originalEvent,{reactivate:!0})})}),e.on("hand.move.move",function(e){var n=t.viewbox().scale;t.scroll({dx:e.dx*n,dy:e.dy*n})}),e.on("hand.move.end",function(t){var n=t.context.reactivate;return!Ps(t)&&n&&e.once("hand.move.ended",function(e){s.activateHand(e.originalEvent,!0,!0)}),!1})}function sg(e){return Ta("Space",e)}rg.$inject=["eventBus","canvas","dragging","injector","toolManager","mouse"],rg.prototype.activateMove=function(e,t,n){"object"==typeof t&&(n=t,t=!1),this._dragging.init(e,"hand.move",{autoActivate:t,cursor:og,data:{context:n||{}}})},rg.prototype.activateHand=function(e,t,n){this._dragging.init(e,"hand",{trapClick:!1,autoActivate:t,cursor:og,data:{context:{reactivate:n}}})},rg.prototype.toggle=function(){if(this.isActive())return this._dragging.cancel();var e=this._mouse.getLastMoveEvent();this.activateHand(e,!!e)},rg.prototype.isActive=function(){var e=this._dragging.context();return!!e&&/^(hand|hand\.move)$/.test(e.prefix)};var ag={__depends__:[Yf,Zf],__init__:["handTool"],handTool:["type",rg]};function lg(e,t,n,i,o,r){this._palette=e,this._create=t,this._elementFactory=n,this._handTool=i,this._lassoTool=o,this._translate=r,e.registerProvider(this)}lg.$inject=["palette","create","elementFactory","handTool","lassoTool","translate"],lg.prototype.getPaletteEntries=function(e){var t={},n=this._create,i=this._elementFactory,o=this._handTool,r=this._lassoTool,s=this._translate;function a(e,t,o,r,s){function a(t){var o=i.createShape(M({type:e},s));n.start(t,o)}return{group:t,className:o,title:r,action:{dragstart:a,click:a}}}return M(t,{"hand-tool":{group:"tools",className:"dmn-icon-hand-tool",title:s("Activate hand tool"),action:{click:function(e){o.activateHand(e)}}},"lasso-tool":{group:"tools",className:"dmn-icon-lasso-tool",title:s("Activate lasso tool"),action:{click:function(e){r.activateSelection(e)}}},"tool-separator":{group:"tools",separator:!0},"create.decision":a("dmn:Decision","drd","dmn-icon-decision",s("Create decision")),"create.input-data":a("dmn:InputData","drd","dmn-icon-input-data",s("Create input data")),"create.knowledge-source":a("dmn:KnowledgeSource","drd","dmn-icon-knowledge-source",s("Create knowledge source")),"create.business-knowledge-model":a("dmn:BusinessKnowledgeModel","drd","dmn-icon-business-knowledge",s("Create knowledge model"))}),t};var cg={__depends__:[ks,Xf,Jc,ng,ag],__init__:["paletteProvider"],paletteProvider:["type",lg]},ug=Math.max,hg=Math.min;function dg(e,t,n){var i=t[e],o=n.min&&n.min[e],r=n.max&&n.max[e];return a(o)&&(i=(/top|left/.test(e)?hg:ug)(i,o)),a(r)&&(i=(/top|left/.test(e)?ug:hg)(i,r)),i}function pg(e,t){return void 0!==e?e:20}function fg(e){return!e.waypoints&&"label"!==e.type}function gg(e,t){var n;if((n=void 0===e.length?d(e.children,fg):e).length)return function(e,t){var n,i,o,r;return"object"==typeof t?(n=pg(t.left),i=pg(t.right),o=pg(t.top),r=pg(t.bottom)):n=i=o=r=pg(t),{x:e.x-n,y:e.y-o,width:e.width+n+i,height:e.height+o+r}}(Bn(n),t)}function mg(e,t,n,i){this._dragging=i,this._rules=t;var o=this;function r(e,t){var n,i=e.shape,r=e.direction,s=e.resizeConstraints;e.delta=t,n=function(e,t,n){var i=n.x,o=n.y,r={x:e.x,y:e.y,width:e.width,height:e.height};return-1!==t.indexOf("n")?(r.y=e.y+o,r.height=e.height-o):-1!==t.indexOf("s")&&(r.height=e.height+o),-1!==t.indexOf("e")?r.width=e.width+i:-1!==t.indexOf("w")&&(r.x=e.x+i,r.width=e.width-i),r}(i,r,t),e.newBounds=function(e,t){if(!t)return e;var n=Ti(e);return Ri({top:dg("top",n,t),right:dg("right",n,t),bottom:dg("bottom",n,t),left:dg("left",n,t)})}(n,s),e.canExecute=o.canResize(e)}function s(e){var t,i=e.shape,o=e.canExecute,r=e.newBounds;if(o){if(t=r,!function(e,t){return e.x!==t.x||e.y!==t.y||e.width!==t.width||e.height!==t.height}(i,r={x:Math.round(t.x),y:Math.round(t.y),width:Math.round(t.width),height:Math.round(t.height)}))return;n.resizeShape(i,r)}}e.on("resize.start",function(e){var t,n,i;t=e.context,n=t.resizeConstraints,i=t.minBounds,void 0===n&&(void 0===i&&(i=o.computeMinResizeBox(t)),t.resizeConstraints={min:Ti(i)})}),e.on("resize.move",function(e){var t={x:e.dx,y:e.dy};r(e.context,t)}),e.on("resize.end",function(e){s(e.context)})}function vg(e,t){var n=Ai(e),i=Ti(e),o={x:n.x,y:n.y};return-1!==t.indexOf("n")?o.y=i.top:-1!==t.indexOf("s")&&(o.y=i.bottom),-1!==t.indexOf("e")?o.x=i.right:-1!==t.indexOf("w")&&(o.x=i.left),o}function yg(e){var t="resize-";return"n"===e||"s"===e?t+"ns":"e"===e||"w"===e?t+"ew":"nw"===e||"se"===e?t+"nwse":t+"nesw"}mg.prototype.canResize=function(e){var t=this._rules,n=A(e,["newBounds","shape","delta","direction"]);return t.allowed("shape.resize",n)},mg.prototype.activate=function(e,t,n){var i,o,r=this._dragging;if("string"==typeof n&&(n={direction:n}),!(o=(i=M({shape:t},n)).direction))throw new Error("must provide a direction (n|w|s|e|nw|se|ne|sw)");r.init(e,vg(t,o),"resize",{autoActivate:!0,cursor:yg(o),data:{shape:t,context:i}})},mg.prototype.computeMinResizeBox=function(e){var t=e.shape;return function(e,t,n,i){var o=Ti(t),r={top:/n/.test(e)?o.bottom-n.height:o.top,left:/w/.test(e)?o.right-n.width:o.left,bottom:/s/.test(e)?o.top+n.height:o.bottom,right:/e/.test(e)?o.left+n.width:o.right},s=i?Ti(i):r;return Ri({top:hg(r.top,s.top),left:hg(r.left,s.left),bottom:ug(r.bottom,s.bottom),right:ug(r.right,s.right)})}(e.direction,t,e.minDimensions||{width:10,height:10},gg(t,e.childrenBoxPadding))},mg.$inject=["eventBus","rules","modeling","dragging"];var xg="djs-resizing",bg="resize-not-ok";function _g(e,t,n){e.on("resize.move",500,function(e){var i,o,r,s;i=e.context,o=i.shape,r=i.newBounds,(s=i.frame)||(s=i.frame=n.addFrame(o,t.getActiveLayer()),t.addMarker(o,xg)),r.width>5&&Jt(s,{x:r.x,width:r.width}),r.height>5&&Jt(s,{y:r.y,height:r.height}),i.canExecute?tn(s).remove(bg):tn(s).add(bg)}),e.on("resize.cleanup",function(e){var n,i;n=e.context,i=n.shape,n.frame&&bn(n.frame),t.removeMarker(i,xg)})}_g.$inject=["eventBus","canvas","previewSupport"];var wg=-6,Cg="djs-resizer",kg=["n","w","s","e","nw","ne","se","sw"];function Og(e,t,n,i){this._resize=i,this._canvas=t;var o=this;e.on("selection.changed",function(e){var t=e.newSelection;o.removeResizers(),1===t.length&&p(t,R(o.addResizer,o))}),e.on("shape.changed",function(e){var t=e.element;n.isSelected(t)&&(o.removeResizers(),o.addResizer(t))})}Og.prototype.makeDraggable=function(e,t,n){var i=this._resize;function o(t){As(t)&&i.activate(t,e,n)}ht.bind(t,"mousedown",o),ht.bind(t,"touchstart",o)},Og.prototype._createResizer=function(e,t,n,i){var o=this._getResizersParent(),r=function(e){var t={x:0,y:0};-1!==e.indexOf("e")?t.x=6:-1!==e.indexOf("w")&&(t.x=wg);-1!==e.indexOf("s")?t.y=6:-1!==e.indexOf("n")&&(t.y=wg);return t}(i),s=cn("g");tn(s).add(Cg),tn(s).add(Cg+"-"+e.id),tn(s).add(Cg+"-"+i),Yt(o,s);var a=cn("rect");Jt(a,{x:-4+r.x,y:-4+r.y,width:8,height:8}),tn(a).add(Cg+"-visual"),Yt(s,a);var l=cn("rect");return Jt(l,{x:-10+r.x,y:-10+r.y,width:20,height:20}),tn(l).add(Cg+"-hit"),Yt(s,l),function(e,t,n){var i=pn();i.setTranslate(t,n);var o=pn();o.setRotate(0,0,0);var r=pn();r.setScale(1,1),wn(e,[i,o,r])}(s,t,n),s},Og.prototype.createResizer=function(e,t){var n=vg(e,t),i=this._createResizer(e,n.x,n.y,t);this.makeDraggable(e,i,t)},Og.prototype.addResizer=function(e){var t=this;!Oi(e)&&this._resize.canResize({shape:e})&&p(kg,function(n){t.createResizer(e,n)})},Og.prototype.removeResizers=function(){on(this._getResizersParent())},Og.prototype._getResizersParent=function(){return this._canvas.getLayer("resizers")},Og.$inject=["eventBus","canvas","selection","resize"];var Eg={__depends__:[El,_l,Dc],__init__:["resize","resizePreview","resizeHandles"],resize:["type",mg],resizePreview:["type",_g],resizeHandles:["type",Og]};function Sg(e){e.on(["bendpoint.move.move","bendpoint.move.end"],2e3,function(e){var t=e.context,n=t.allowed,i=t.hover,o=t.source,r=t.target,s=t.type;if(t.hints||(t.hints={}),delete t.hints.connectionStart,delete t.hints.connectionEnd,(!n||"dmn:InformationRequirement"===n.type)&&i&&It(i,["dmn:Decision","dmn:InputData"])&&o!==r){var a="reconnectStart"===s||"reconnectEnd"===s,l=Pi(o,r);a&&i===o?(!function(e,t){var n=e.context,i=n.source,o=Tg(i,t),r=e.x-o.x,s=e.y-o.y;e.x-=r,e.y-=s,e.dx-=r,e.dy-=s}(e,l),t.hints.connectionEnd=Rg(r,l)):a&&i===r&&(t.hints.connectionStart=Tg(o,l),function(e,t){var n=e.context,i=n.target,o=Rg(i,t),r=0,s=0;t.includes("top")||t.includes("bottom")?s=e.y-o.y:r=e.x-o.x;e.x-=r,e.y-=s,e.dx-=r,e.dy-=s}(e,l))}})}function Tg(e,t){var n=Ti(e),i=Ai(e);return t.includes("bottom")?i.y=n.top:t.includes("top")?i.y=n.bottom:t.includes("right")?i.x=n.left:i.x=n.right,i}function Rg(e,t){var n=Ti(e),i=Ai(e);return t.includes("bottom")?i.y=n.bottom:t.includes("top")?i.y=n.top:t.includes("right")?i.x=n.right:i.x=n.left,i}Sg.$inject=["eventBus"];function Mg(e){e.on(["connect.hover","connect.move","connect.end"],250,function(e){var t=e.context,n=t.canExecute,i=t.hover,o=t.source,r=t.target;if(n&&"dmn:InformationRequirement"===n.type){var s=Pi(o,r);t.connectionStart=Ai(o),t.connectionEnd=i===o?Ai(r):{x:e.x,y:e.y},s.includes("bottom")?(t.connectionStart.y=Ti(o).top,t.connectionEnd.y=Ti(r).bottom):s.includes("top")?(t.connectionStart.y=Ti(o).bottom,t.connectionEnd.y=Ti(r).top):s.includes("right")?(t.connectionStart.x=Ti(o).left,t.connectionEnd.x=Ti(r).right):(t.connectionStart.x=Ti(o).right,t.connectionEnd.x=Ti(r).left)}else delete t.connectionStart,delete t.connectionEnd})}function Ag(){this._targets={},this._snapOrigins={},this._snapLocations=[],this._defaultSnaps={}}function Pg(){this._snapValues={}}Mg.$inject=["eventBus"],Ag.prototype.getSnapOrigin=function(e){return this._snapOrigins[e]},Ag.prototype.setSnapOrigin=function(e,t){this._snapOrigins[e]=t,-1===this._snapLocations.indexOf(e)&&this._snapLocations.push(e)},Ag.prototype.addDefaultSnap=function(e,t){var n=this._defaultSnaps[e];n||(n=this._defaultSnaps[e]=[]),n.push(t)},Ag.prototype.getSnapLocations=function(){return this._snapLocations},Ag.prototype.setSnapLocations=function(e){this._snapLocations=e},Ag.prototype.pointsForTarget=function(e){var t=e.id||e,n=this._targets[t];return n||(n=this._targets[t]=new Pg).initDefaults(this._defaultSnaps),n},Pg.prototype.add=function(e,t){var n=this._snapValues[e];n||(n=this._snapValues[e]={x:[],y:[]}),-1===n.x.indexOf(t.x)&&n.x.push(t.x),-1===n.y.indexOf(t.y)&&n.y.push(t.y)},Pg.prototype.snap=function(e,t,n,i){var o=this._snapValues[t];return o&&function(e,t,n){var i,o;for(n=void 0===n?10:n,i=0;i<t.length;i++)if(o=t[i],ac(o-e)<=n)return o}(e[n],o[n],i)},Pg.prototype.initDefaults=function(e){var t=this;p(e||{},function(e,n){p(e,function(e){t.add(n,e)})})};function Dg(e,t,n){var i=this;this._elementRegistry=e,t.on(["create.start","shape.move.start"],function(e){i.initSnap(e)}),t.on(["create.move","create.end","shape.move.move","shape.move.end"],1250,function(e){var t=e.context,o=t.shape,r=t.snapContext,s=t.target;if((!e.originalEvent||!Sa(e.originalEvent))&&!uc(e)&&s){var a=r.pointsForTarget(s);a.initialized||((a=i.addSnapTargetPoints(a,o,s)).initialized=!0),n.snap(e,a)}}),t.on(["create.cleanup","shape.move.cleanup"],function(){n.hide()})}Dg.$inject=["elementRegistry","eventBus","snapping"],Dg.prototype.initSnap=function(e){var t,n=this._elementRegistry,i=e.context,o=i.shape,r=i.snapContext;r||(r=i.snapContext=new Ag);var s=(t=n.get(o.id)?cc(o,e):{x:e.x+cc(o).x,y:e.y+cc(o).y}).x-o.width/2,a=t.y-o.height/2,l=t.x+o.width/2,c=t.y+o.height/2;return r.setSnapOrigin("mid",{x:t.x-e.x,y:t.y-e.y}),Ei(o)||(r.setSnapOrigin("top-left",{x:s-e.x,y:a-e.y}),r.setSnapOrigin("bottom-right",{x:l-e.x,y:c-e.y})),r},Dg.prototype.addSnapTargetPoints=function(e,t,n){return p(this.getSnapTargets(t,n),function(n){if(Ei(n))Ei(t)&&e.add("mid",cc(n));else if(Oi(n)){if(n.waypoints.length<3)return;p(n.waypoints.slice(1,-1),function(t){e.add("mid",t)})}else e.add("mid",cc(n))}),a(t.x)&&a(t.y)?(this._elementRegistry.get(t.id)&&e.add("mid",cc(t)),e):e},Dg.prototype.getSnapTargets=function(e,t){return dc(t).filter(function(e){return!e.hidden})};function $g(e,t){var n=this;e.on(["resize.start"],function(e){n.initSnap(e)}),e.on(["resize.move","resize.end"],1250,function(e){var i=e.context,o=i.shape,r=o.parent,s=i.direction,a=i.snapContext;if(!(e.originalEvent&&Sa(e.originalEvent)||uc(e))){var l=a.pointsForTarget(r);l.initialized||((l=n.addSnapTargetPoints(l,o,r,s)).initialized=!0),function(e){return"n"===e||"s"===e}(s)&&hc(e,"x",e.x),function(e){return"e"===e||"w"===e}(s)&&hc(e,"y",e.y),t.snap(e,l)}}),e.on(["resize.cleanup"],function(){t.hide()})}function Ig(e,t){var n=Ai(e),i=Ti(e),o={x:n.x,y:n.y};return-1!==t.indexOf("n")?o.y=i.top:-1!==t.indexOf("s")&&(o.y=i.bottom),-1!==t.indexOf("e")?o.x=i.right:-1!==t.indexOf("w")&&(o.x=i.left),o}$g.prototype.initSnap=function(e){var t=e.context,n=t.shape,i=t.direction,o=t.snapContext;o||(o=t.snapContext=new Ag);var r=Ig(n,i);return o.setSnapOrigin("corner",{x:r.x-e.x,y:r.y-e.y}),o},$g.prototype.addSnapTargetPoints=function(e,t,n,i){return p(this.getSnapTargets(t,n),function(t){var n;e.add("corner",{x:(n=t).x+n.width,y:n.y+n.height}),e.add("corner",function(e){return{x:e.x,y:e.y}}(t))}),e.add("corner",Ig(t,i)),e},$g.$inject=["eventBus","snapping"],$g.prototype.getSnapTargets=function(e,t){return dc(t).filter(function(t){return!(n=t,i=e,n.host===i||Oi(t)||function(e){return!!e.hidden}(t)||Ei(t));var n,i})};function Bg(e){this._canvas=e,this._asyncHide=T(R(this.hide,this),1e3)}Bg.$inject=["canvas"],Bg.prototype.snap=function(e,t){var n=e.context.snapContext,i=n.getSnapLocations(),o={x:uc(e,"x"),y:uc(e,"y")};p(i,function(i){var r=n.getSnapOrigin(i),s={x:e.x+r.x,y:e.y+r.y};if(p(["x","y"],function(e){var n;o[e]||void 0!==(n=t.snap(s,i,e,7))&&(o[e]={value:n,originValue:n-r[e]})}),o.x&&o.y)return!1}),this.showSnapLine("vertical",o.x&&o.x.value),this.showSnapLine("horizontal",o.y&&o.y.value),p(["x","y"],function(t){var n=o[t];s(n)&&hc(e,t,n.originValue)})},Bg.prototype._createLine=function(e){var t=this._canvas.getLayer("snap"),n=cn("path");return Jt(n,{d:"M0,0 L0,0"}),tn(n).add("djs-snap-line"),Yt(t,n),{update:function(t){a(t)?Jt(n,"horizontal"===e?{d:"M-100000,"+t+" L+100000,"+t,display:""}:{d:"M "+t+",-100000 L "+t+", +100000",display:""}):Jt(n,{display:"none"})}}},Bg.prototype._createSnapLines=function(){this._snapLines={horizontal:this._createLine("horizontal"),vertical:this._createLine("vertical")}},Bg.prototype.showSnapLine=function(e,t){var n=this.getSnapLine(e);n&&n.update(t),this._asyncHide()},Bg.prototype.getSnapLine=function(e){return this._snapLines||this._createSnapLines(),this._snapLines[e]},Bg.prototype.hide=function(){p(this._snapLines,function(e){e.update()})};var jg={__depends__:[{__init__:["createMoveSnapping","resizeSnapping","snapping"],createMoveSnapping:["type",Dg],resizeSnapping:["type",$g],snapping:["type",Bg]}],__init__:["bendpointSnapping","connectSnapping"],bendpointSnapping:["type",Sg],connectSnapping:["type",Mg]};function Lg(e){Va.call(this,e)}function Ng(e,t){Hg(e,"dmn:Decision")?function(e,t){for(const n of e.get("informationRequirement"))qg(n,t);for(const n of e.get("knowledgeRequirement"))Fg(n,t)}(e,t):Hg(e,"dmn:BusinessKnowledgeModel")?function(e,t){for(const n of e.get("knowledgeRequirement"))Fg(n,t)}(e,t):Hg(e,"dmn:Expression")&&function(e,t){Hg(e,"dmn:FunctionDefinition")&&function(e,t){const n=e.get("formalParameter");for(const e of n)zg(e,t)}(e,t)}(e,t)}function qg(e,t){const n=e.get("requiredInput");n&&function(e,t){const n=Qg(e,t.rootElement);if(!n)return;const i=n.get("name");if(!i)return;t.variables.push({name:i,origin:n})}(n,t);const i=e.get("requiredDecision");i&&function(e,t){const n=Qg(e,t.rootElement);if(!n)return;const i=n.get("name");if(!i)return;const o={name:i,origin:n},r=n.get("decisionLogic");r&&function(e,t){if(Hg(e,"dmn:DecisionTable")){!function(e,t){if(1===e.length){const n={...Vg(e[0]),name:t.name};return void Object.assign(t,n)}const n=e.map(Vg);t.entries=n.filter(e=>!!e.name)}(e.get("output"),t)}}(r,o);t.variables.push(o)}(i,t)}function Vg(e){const t={name:e.name};return e.typeRef&&(t.detail=e.typeRef),t}function Fg(e,t){const n=e.get("requiredKnowledge");n&&function(e,t){const n=Qg(e,t.rootElement);if(!n)return;Hg(n,"dmn:BusinessKnowledgeModel")&&function(e,t){const n=e.get("name");if(!n)return;const i={name:n,origin:e},o=e.get("encapsulatedLogic");o&&function(e,t){const n=e.get("formalParameter"),i=n.map((e,t)=>{const n={name:e.get("name")||`param ${t+1}`,type:e.get("typeRef")};return n.type||delete n.type,n});Object.assign(t,{type:"function",params:i})}(o,i);t.variables.push(i)}(n,t)}(n,t)}function zg(e,t){const n=e.get("name");if(!n)return;const i={name:n,origin:e};e.get("typeRef")&&(i.detail=e.get("typeRef")),t.variables.push(i)}function Wg(e){let t=e;for(;t.$parent;)t=t.$parent;return t}function Qg(e,t){const n=e.get("href");if(!n||!n.startsWith("#"))return;const i=n.slice(1);return t.get("drgElement").find(e=>e.get("id")===i)}function Hg(e,t){return e.$instanceOf(t)}Lt(Lg,Va),Lg.prototype._modelingModules=[Ua,fl,kl,mc,$h,Bh,zh,Xh,ed,id,pd,bd,Cd,Ad,Qd,_f,Df,Nf,cg,Eg,jg],Lg.prototype._modules=[].concat(Lg.prototype._modules,Lg.prototype._modelingModules);class Ug{constructor(e){e.registerProvider(this)}getVariables(e,t){return e.concat(function(e){const t={variables:[],rootElement:Wg(e)};for(let n=e;n;n=n.$parent)Ng(n,t);return t.variables}(t))}}Ug.$inject=["variableResolver"];const Xg={__init__:["dmnVariableProvider"],dmnVariableProvider:["type",Ug],variableResolver:["type",class{constructor(){this._providers=[]}registerProvider(e){this._providers.push(e)}getVariables(e){return this._providers.reduce((t,n)=>n.getVariables(t,e),[])}}]};class Kg{constructor(e){M(this,e),em(this,"businessObject",{writable:!0})}}class Yg extends Kg{constructor(e){super(e),em(this,"root",{writable:!0}),em(this,"cells",{enumerable:!0,value:this.cells||[]})}}class Gg extends Kg{constructor(e){super(e),em(this,"root",{writable:!0}),em(this,"cells",{enumerable:!0,value:this.cells||[]})}}class Zg extends Kg{constructor(e){super(e),em(this,"row",{writable:!0}),em(this,"col",{writable:!0})}}const Jg={root:class extends Kg{constructor(e){super(e),em(this,"rows",{enumerable:!0,value:this.rows||[]}),em(this,"cols",{enumerable:!0,value:this.cols||[]})}},row:Yg,col:Gg,cell:Zg};function em(e,t,n){Object.defineProperty(e,t,n)}let tm=class{constructor(){this._uid=12}create(e,t={}){return t.id||(t.id=e+"_"+this._uid++),function(e,t){const n=Jg[e];if(!n)throw new Error("unknown type "+e);return new n(t)}(e,t)}createRoot(e){return this.create("root",e)}createRow(e){return this.create("row",e)}createCol(e){return this.create("col",e)}createCell(e){return this.create("cell",e)}},nm=class{constructor(e){this._eventBus=e,this._elements={},e.on("table.clear",this.clear.bind(this))}add(e,t){const{id:n}=e;this._elements[n]=e}remove(e){const t=e.id||e;delete this._elements[t]}get(e){return this._elements[e]}getAll(){return im(this._elements)}forEach(e){im(this._elements).forEach(t=>e(t))}filter(e){return im(this._elements).filter(t=>e(t))}clear(){this._elements={}}updateId(e,t){this._validateId(t),"string"==typeof e&&(e=this.get(e)),this._eventBus.fire("element.updateId",{element:e,newId:t}),this.remove(e),e.id=t,this.add(e)}_validateId(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 im(e){return Object.keys(e).map(function(t){return e[t]})}nm.$inject=["eventBus"];let om=class{constructor(e){this._listeners={},e.on("elements.changed",({elements:e})=>{this.elementsChanged(e)}),e.on("root.remove",t=>{const n=t.root.id;this._listeners[n]&&e.once("root.add",e=>{const t=e.root.id;this.updateId(n,t)})}),e.on("element.updateId",({element:e,newId:t})=>{this.updateId(e.id,t)})}elementsChanged(e){const t={},n=e.length;for(let i=0;i<n;i++){const{id:n}=e[i];if(t[n])return;t[n]=!0;const o=this._listeners[n]&&this._listeners[n].length;if(o)for(let e=0;e<o;e++)this._listeners[n][e]&&this._listeners[n][e]()}}onElementsChanged(e,t){this._listeners[e]||(this._listeners[e]=[]),this._listeners[e][this._listeners[e].length]=t}offElementsChanged(e,t){if(this._listeners[e])if(t){const n=this._listeners[e].indexOf(t);-1!==n&&this._listeners[e].splice(n,1)}else this._listeners[e].length=0}updateId(e,t){this._listeners[e]&&(this._listeners[t]=this._listeners[e],delete this._listeners[e])}};om.$inject=["eventBus"];class rm extends Ur{constructor(e){super(e);const t=this._injector=e.injector;this._sheet=t.get("sheet"),this._changeSupport=t.get("changeSupport"),this._components=t.get("components"),this._eventBus=t.get("eventBus");const n=t.get("throttle");this.onElementsChanged=this.onElementsChanged.bind(this),this.onScroll=n(this.onScroll.bind(this))}onElementsChanged(){this.forceUpdate()}onScroll(){this._eventBus.fire("sheet.scroll")}getChildContext(){return{changeSupport:this._changeSupport,components:this._components,injector:this._injector}}componentWillMount(){const{id:e}=this._sheet.getRoot();this._changeSupport.onElementsChanged(e,this.onElementsChanged)}componentWillUnmount(){const{id:e}=this._sheet.getRoot();this._changeSupport.offElementsChanged(e,this.onElementsChanged)}render(){const{rows:e,cols:t}=this._sheet.getRoot(),n=this._components.getComponents("table.before"),i=this._components.getComponents("table.after"),o=this._components.getComponent("table.head"),r=this._components.getComponent("table.body"),s=this._components.getComponent("table.foot");return Po(1,"div","tjs-container",[n&&n.map((e,t)=>Do(2,e,null,t)),Po(1,"div","tjs-table-container",Po(1,"table","tjs-table",[o&&Do(2,o,{rows:e,cols:t}),r&&Do(2,r,{rows:e,cols:t}),s&&Do(2,s,{rows:e,cols:t})],0),2,{onScroll:this.onScroll}),i&&i.map((e,t)=>Do(2,e,null,t))],0)}}let sm=class{constructor(e,t,n,i,o){const{container:r}=n;this._container=r,i.on("root.added",()=>{Fr(Do(2,rm,{injector:o}),r)}),i.on("root.remove",()=>{Fr(null,r)})}getContainer(){return this._container}};sm.$inject=["changeSupport","components","config.renderer","eventBus","injector"];var am={__init__:["changeSupport","components","renderer"],changeSupport:["type",om],components:["type",class{constructor(){this._listeners={}}getComponent(e,t){const n=this._listeners[e];if(!n)return;let i;for(let e=0;e<n.length&&(i=n[e].callback(t),!i);e++);return i}getComponents(e,t){const n=this._listeners[e],i=[];if(!n)return i;for(let e=0;e<n.length;e++){const o=n[e].callback(t);o&&i.push(o)}return i.length,i}onGetComponent(e,t,n){if(l(t)&&(n=t,t=1e3),!a(t))throw new Error("priority must be a number");const i=this._getListeners(e);let o,r;const s={priority:t,callback:n};for(r=0;o=i[r];r++)if(o.priority<t)return void i.splice(r,0,s);i.push(s)}offGetComponent(e,t){const n=this._getListeners(e);let i,o,r;if(t)for(r=n.length-1;i=n[r];r--)o=i.callback,o===t&&n.splice(r,1);else n.length=0}_getListeners(e){let t=this._listeners[e];return t||(this._listeners[e]=t=[]),t}}],renderer:["type",sm]};class lm{constructor(e,t){this._elementRegistry=e,this._eventBus=t,this._root=null,t.on("table.clear",()=>{this.setRoot(null)})}setRoot(e){if(this._root){const e=this._root;this._eventBus.fire("root.remove",{root:e}),this._root=null,this._eventBus.fire("root.removed",{root:e})}e&&this._eventBus.fire("root.add",{root:e}),this._root=e,e&&this._eventBus.fire("root.added",{root:e})}getRoot(){return this._root||this.setRoot({id:"__implicitroot",rows:[],cols:[]}),this._root}addRow(e,t){const n=this.getRoot();if(n.cols.length!=e.cells.length)throw new Error("number of cells is not equal to number of cols");return void 0===t&&(t=n.rows.length),cm(t,n.rows,e),e.root=n,this._elementRegistry.add(e),e.cells.forEach((i,o)=>{this._elementRegistry.add(i),i.row=e,i.col=n.cols[o],cm(t,n.cols[o].cells,i)}),this._eventBus.fire("row.add",{row:e}),e}removeRow(e){const t=this.getRoot();"string"==typeof e&&(e=this._elementRegistry.get(e));const n=t.rows.indexOf(e);-1!==n&&(um(n,t.rows),e.root=void 0,this._elementRegistry.remove(e),e.cells.forEach((e,i)=>{this._elementRegistry.remove(e),e.col=void 0,um(n,t.cols[i].cells)}),this._eventBus.fire("row.remove",{row:e}))}addCol(e,t){const n=this.getRoot();if(this._elementRegistry.add(e),n.rows.length!=e.cells.length)throw new Error("number of cells is not equal to number of rows");return void 0===t&&(t=n.cols.length),cm(t,n.cols,e),e.root=n,e.cells.forEach((i,o)=>{this._elementRegistry.add(i),i.col=e,i.row=n.rows[o],cm(t,n.rows[o].cells,i)}),this._eventBus.fire("col.add",{col:e}),e}removeCol(e){const t=this.getRoot();"string"==typeof e&&(e=this._elementRegistry.get(e));const n=t.cols.indexOf(e);-1!==n&&(um(n,t.cols),e.root=void 0,this._elementRegistry.remove(e),e.cells.forEach((e,i)=>{this._elementRegistry.remove(e),e.row=void 0,um(n,t.rows[i].cells)}),this._eventBus.fire("col.remove",{col:e}))}resized(){this._eventBus.fire("sheet.resized")}}function cm(e,t,n){return t.splice(e,0,n)}function um(e,t){return t.splice(e,1)}function hm(e=!0){const t="number"==typeof e?e:e?300:0;return t?e=>function(e,t){let n=!1;return function(...i){n||(e(...i),n=!0,setTimeout(()=>{n=!1},t))}}(e,t):e=>e}lm.$inject=["elementRegistry","eventBus"],hm.$inject=["config.throttle"];var dm={__depends__:[am],__init__:["elementFactory","sheet"],elementFactory:["type",tm],elementRegistry:["type",nm],eventBus:["type",I],sheet:["type",lm],throttle:["factory",hm]};class pm{constructor(e={}){let{injector:t}=e;if(!t){let{modules:n,config:i}=this._init(e);t=function(e,t){const n=[{config:["value",e]},dm].concat(t||[]),i=new Ut(n);return i.init(),i}(i,n)}this.get=t.get,this.invoke=t.invoke,this.get("eventBus").fire("table.init"),this.get("eventBus").fire("diagram.init")}_init(e){let{modules:t,...n}=e;return{modules:t,config:n}}destroy(){const e=this.get("eventBus");e.fire("table.destroy"),e.fire("diagram.destroy")}clear(){const e=this.get("eventBus");e.fire("table.clear"),e.fire("diagram.clear")}}function fm(e){if(!e)return"<null>";const t=e.id?` id="${e.id}"`:"";return`<${e.$type}${t} />`}function gm(e,t){function n(t,n,i){if(t.gfx)throw new Error(`already rendered ${fm(t)}`);return e.element(t,n,i)}function i(e,t,i){p(e,function(e){n(e,t,i)})}function o(e,t,i){p(e,function(e){n(e,t,i)})}return{handleDecision:function(t){t.id||(t.id="decision");const r=t.decisionLogic;if(!r)throw new Error(`no table for ${fm(t)}`);{if(!r.output)throw new Error(`missing output for ${fm(r)}`);const t=(c=r,e.table(c));r.input&&i(r.input,t,r),i(r.output,t,r),s=r.rule,a=t,l=r,p(s,function(e){n(e,a,l),o(e.inputEntry,e),o(e.outputEntry,e)})}var s,a,l,c}}}function mm(e,t){const{elements:n,index:i}=e;return i[t]?e:{elements:[...n,t],index:{...i,[t]:!0}}}function vm(...e){let t={elements:[],index:{}};return e.forEach(function(e){const n=typeof e;"string"===n&&e.length>0?t=mm(t,e):"object"===n&&null!==e&&Object.keys(e).forEach(function(n){e[n]&&(t=mm(t,n))})}),function(e,t){return e.elements.join(t)}(t," ")}function ym(e){return xm(e.constructor,e)}function xm(e,t){const n=e.$inject;if(!n)return;const{injector:i}=t.context,o=[...n,function(...e){for(const i in e){const o=n[i],r=e[i];t[o]=r}}];i.invoke(o)}function bm(e,t){Object.keys(t).forEach(function(n){if("$inject"===n||"__init"===n)return;const i=t[n];"constructor"===n&&i.call(e,e.props,e.context);const o=e[n];if(void 0!==o){if("function"!=typeof o)throw new Error(`failed to mixin <${n}>: cannot combine with non-fn component value`);e[n]=function(e,...t){return function(...n){let i;return t.forEach(function(t){if(i=t.call(e,...n),void 0!==i)return!1}),i}.bind(e)}(e,o,i)}else e[n]=i.bind(e)}),"$inject"in t&&xm(t,e),"__init"in t&&t.__init.call(e,e.props,e.context)}const _m={getSelectionClasses(){const{selected:e,selectedSecondary:t,focussed:n}=this.state;return vm({selected:e,"selected-secondary":t,focussed:n})},selectionChanged(e){this.setState(e)},componentWillUpdate(e){e.elementId!==this.props.elementId&&this.updateSelectionSubscription(!1)},componentDidUpdate(e){e.elementId!==this.props.elementId&&this.updateSelectionSubscription(!0)},componentDidMount(){this.updateSelectionSubscription(!0)},componentWillUnmount(){this.updateSelectionSubscription(!1)},updateSelectionSubscription(e){const{elementId:t}=this.props;t&&t&&this.eventBus[e?"on":"off"](`selection.${t}.changed`,this.selectionChanged)},$inject:["eventBus"]};class wm extends Ur{constructor(e,t){super(e,t),bm(this,_m),ym(this)}getRenderProps(...e){const{className:t,elementId:n,coords:i,...o}=this.props,r={className:vm(...e,this.getSelectionClasses(),t)};return n&&(r["data-element-id"]=n),i&&(r["data-coords"]=i),{...r,...o}}}class Cm extends wm{constructor(e,t){super(e,t),this.state={}}render(){const{children:e}=this.props;return Io(Po(1,"td",null,e,0,{...this.getRenderProps("cell")}))}}const km={slotFill(e,t){const{type:n,context:i,...o}=e,r=this.components.getComponent(n,i)||t;return r?Io(Do(2,r,{...i,...o})):null},slotFills(e){const{type:t,context:n,...i}=e;return this.components.getComponents(t,n).map(e=>Io(Do(2,e,{...n,...i})))},$inject:["components"]};class Om extends Ur{constructor(e,t){super(e,t),bm(this,km),ym(this)}componentDidMount(){this.changeSupport.onElementsChanged(this.getRoot(),this.onElementsChanged)}componentWillUnmount(){this.changeSupport.offElementsChanged(this.getRoot(),this.onElementsChanged)}onElementsChanged=()=>{this.forceUpdate()};getRoot(){return this.sheet.getRoot()}render(){const e=(this.getRoot().businessObject.get("annotationsWidth")||400)+"px";return Po(1,"th","annotation header",[this.slotFills({type:"cell-inner",context:{cellType:"annotations",col:this.sheet.getRoot(),minWidth:400}}),this.translate("Annotations")],0,{style:{width:e}})}}function Em(e){const{row:t}=e,{id:n,description:i}=t.businessObject;return Do(2,Cm,{className:"annotation",elementId:n,children:i||"-"})}function Sm(e){e.onGetComponent("cell",({cellType:e})=>"after-label-cells"===e?Om:"after-rule-cells"===e?Em:void 0)}Om.$inject=["changeSupport","sheet","translate"],Sm.$inject=["components"];var Tm={__init__:["annotationsProvider"],annotationsProvider:["type",Sm]};function Rm(e,t){return M({id:e.id,type:e.$type,businessObject:e},t)}class Mm{constructor(e,t,n){this._elementFactory=e,this._eventBus=t,this._sheet=n}add(e){let t;if(At(e,"dmn:DecisionTable"))t=this._elementFactory.createRoot(Rm(e)),this._sheet.setRoot(t);else if(At(e,"dmn:InputClause"))t=this._elementFactory.createCol(Rm(e)),this._sheet.addCol(t);else if(At(e,"dmn:OutputClause"))t=this._elementFactory.createCol(Rm(e)),this._sheet.addCol(t);else if(At(e,"dmn:DecisionRule")){e.inputEntry||(e.inputEntry=[]),e.outputEntry||(e.outputEntry=[]);const n=[...e.inputEntry,...e.outputEntry].map(e=>this._elementFactory.createCell(Rm(e)));t=this._elementFactory.createRow(M(Rm(e),{cells:n})),this._sheet.addRow(t)}return this._eventBus.fire("dmnElement.added",{element:t}),t}}Mm.$inject=["elementFactory","eventBus","sheet"];var Am={__depends__:[{__depends__:[ks],tableImporter:["type",Mm]},am]};class Pm extends Ur{constructor(e,t){super(e,t),bm(this,km),this._sheet=t.injector.get("sheet"),this._changeSupport=t.changeSupport}onElementsChanged=()=>{this.forceUpdate()};componentWillMount(){const e=this._sheet.getRoot();this._changeSupport.onElementsChanged(e.id,this.onElementsChanged)}componentWillUnmount(){const e=this._sheet.getRoot();this._changeSupport.offElementsChanged(e.id,this.onElementsChanged)}render(){const e=this._sheet.getRoot();if(!At(e,"dmn:DMNElement"))return null;const t=$t(e),n=t.input,i=t.output;return Po(1,"thead",null,Po(1,"tr",null,[Po(1,"th","index-column"),this.slotFills({type:"cell",context:{cellType:"before-label-cells"}}),n&&n.map((e,t)=>{const i=e.width||"192px";return this.slotFill({type:"cell",context:{cellType:"input-header",input:e,index:t,inputsLength:n.length,width:i},key:e.id},Dm)}),i.map((e,t)=>this.slotFill({type:"cell",context:{cellType:"output-header",output:e,index:t,outputsLength:i.length},key:e.id},$m)),this.slotFills({type:"cell",context:{cellType:"after-label-cells"}})],0),2)}}function Dm(e,t){const{input:n,className:i,index:o}=e,{label:r,inputExpression:s,inputValues:a}=n,l=t.injector.get("translate");return Po(1,"th",(i||"")+" input-cell",[Po(1,"div","clause",l(0===o?"When":"And"),0),r?Po(1,"div","input-label",r,0,{title:l("Input label: ")+r}):Po(1,"div","input-expression",s.text,0,{title:l("Input expression: ")+s.text}),Po(1,"div","input-variable",a&&a.text||s.typeRef,0,{title:a&&a.text?l("Input values"):l("Input type")})],0,{"data-col-id":n.id},n.id)}function $m(e,t){const{output:n,className:i,index:o}=e,{label:r,name:s,outputValues:a,typeRef:l}=n,c=t.injector.get("translate");return Po(1,"th",(i||"")+" output-cell",[Po(1,"div","clause",c(0===o?"Then":"And"),0),r?Po(1,"div","output-label",r,0,{title:c("Output label")}):Po(1,"div","output-name",s,0,{title:c("Output name")}),Po(1,"div","output-variable",a&&a.text||l,0,{title:a&&a.text?c("Output values"):c("Output type")})],0,null,n.id)}function Im(e){e.onGetComponent("table.head",()=>Pm)}Im.$inject=["components"];var Bm={__init__:["decisionTableHeadProvider"],decisionTableHeadProvider:["type",Im]};let jm=class extends Ur{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),ym(this)}render(){const e=this.sheet.getRoot();if(!At(e,"dmn:DMNElement"))return null;const{name:t}=e.businessObject.$parent,n=this.components.getComponent("hit-policy")||Lm;return Po(1,"div","decision-table-properties",[Po(1,"div","decision-table-name",t,0,{title:this._translate("Decision name: ")+t}),Po(1,"div","decision-table-header-separator"),Do(2,n)],4)}};function Lm(){return null}jm.$inject=["sheet","components"];let Nm=class{constructor(e){e.onGetComponent("table.before",500,()=>jm)}};Nm.$inject=["components"];var qm={__init__:["decisionTableProperties"],decisionTableProperties:["type",Nm]};class Vm extends Ur{render(){const{row:e,rowIndex:t}=this.props,{components:n}=this.context,i=n.getComponents("cell-inner",{cellType:"rule-index",row:e,rowIndex:t});return Po(1,"td","rule-index",[i&&i.map(n=>Do(2,n,{row:e,rowIndex:t})),t+1],0,{"data-element-id":e.id,"data-row-id":e.id})}}class Fm{constructor(e){e.onGetComponent("cell",({cellType:e})=>{if("before-rule-cells"===e)return Vm})}}Fm.$inject=["components"];var zm={__init__:["decisionRuleIndices"],decisionRuleIndices:["type",Fm]};const Wm=[{label:"FEEL",value:"feel"}];class Qm{constructor(e){this._injector=e;const t=e.get("config.expressionLanguages")||{};this._config={options:Wm,defaults:{editor:"feel"}},t.options&&(this._config.options=t.options);const n=this._getLegacyDefaults();M(this._config.defaults,n,t.defaults)}getDefault(e){const{defaults:t}=this._config,n=t[e]||t.editor;return this._getLanguageByValue(n)||this.getAll()[0]}getLabel(e){const t=this._getLanguageByValue(e);return t?t.label:e}getAll(){return this._config.options}_getLegacyDefaults(){const e={},t=this._injector,n=t.get("config.defaultInputExpressionLanguage"),i=t.get("config.defaultOutputExpressionLanguage");return n&&(e.inputCell=n),i&&(e.outputCell=i),e}_getLanguageByValue(e){return h(this.getAll(),t=>e===t.value)}}Qm.$inject=["injector"];var Hm={__init__:["expressionLanguages"],expressionLanguages:["type",Qm]};class Um{constructor(e){this._feelLanguageContext=e}getConfig(){return this._feelLanguageContext}}Um.$inject=["config.feelLanguageContext"];var Xm={__init__:["feelLanguageContext"],feelLanguageContext:["type",Um]};class Km extends Ur{render({rows:e,cols:t}){const{components:n}=this.context;return Po(1,"tbody",null,e.map((e,i)=>{const o=n.getComponent("row",{rowType:"rule"});return o&&Do(2,o,{row:e,rowIndex:i,cols:t},e.id)}),0)}}class Ym extends Ur{constructor(e,t){super(e,t),bm(this,km)}render(){const{row:e,rowIndex:t,cols:n}=this.props,{cells:i}=e;return Po(1,"tr",null,[this.slotFills({type:"cell",context:{cellType:"before-rule-cells",row:e,rowIndex:t}}),i.map((i,o)=>this.slotFill({type:"cell",context:{cellType:"rule",cell:i,rowIndex:t,colIndex:o},key:i.id,row:e,col:n[o]})),this.slotFills({type:"cell",context:{cellType:"after-rule-cells",row:e,rowIndex:t}})],0)}}class Gm extends Ur{render(){const{cell:e,row:t,col:n}=this.props;return At(e,"dmn:UnaryTests")?Do(2,Cm,{className:"input-cell",elementId:e.id,"data-row-id":t.id,"data-col-id":n.id,children:e.businessObject.text}):Do(2,Cm,{className:"output-cell",elementId:e.id,"data-row-id":t.id,"data-col-id":n.id,children:e.businessObject.text})}}let Zm=class{constructor(e){e.onGetComponent("table.body",()=>Km),e.onGetComponent("row",({rowType:e})=>{if("rule"===e)return Ym}),e.onGetComponent("cell",({cellType:e})=>{if("rule"===e)return Gm})}};Zm.$inject=["components"];var Jm={__depends__:[Hm,Xm],__init__:["decisionRules"],decisionRules:["type",Zm]};const ev=[{label:"Unique",value:{hitPolicy:"UNIQUE",aggregation:void 0},explanation:"No overlap is possible and all rules are disjoint. Only a single rule can be matched"},{label:"First",value:{hitPolicy:"FIRST",aggregation:void 0},explanation:"Rules may overlap. The first matching rule will be chosen"},{label:"Priority",value:{hitPolicy:"PRIORITY",aggregation:void 0},explanation:"Rules may overlap. The one with the highest priority will be chosen"},{label:"Any",value:{hitPolicy:"ANY",aggregation:void 0},explanation:"Rules may overlap. Their output have to match"},{label:"Collect",value:{hitPolicy:"COLLECT",aggregation:void 0},explanation:"Collects the values of all matching rules"},{label:"Collect (Sum)",value:{hitPolicy:"COLLECT",aggregation:"SUM"},explanation:"Collects the values of all matching rules and sums up to a single value"},{label:"Collect (Min)",value:{hitPolicy:"COLLECT",aggregation:"MIN"},explanation:"Collects the values of all matching rules and uses the lowest value"},{label:"Collect (Max)",value:{hitPolicy:"COLLECT",aggregation:"MAX"},explanation:"Collects the values of all matching rules and uses the highest value"},{label:"Collect (Count)",value:{hitPolicy:"COLLECT",aggregation:"COUNT"},explanation:"Collects the values of all matching rules and counts the number of them"},{label:"Rule order",value:{hitPolicy:"RULE ORDER",aggregation:void 0},explanation:"Collects the values of all matching rules in rule order"},{label:"Output order",value:{hitPolicy:"OUTPUT ORDER",aggregation:void 0},explanation:"Collects the values of all matching rules in decreasing output priority order"}];class tv extends Ur{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),ym(this)}getRoot(){return this.sheet.getRoot()}render(){const e=this.getRoot().businessObject,{aggregation:t,hitPolicy:n}=e,i=h(ev,e=>function(e,t){return e.hitPolicy===t.hitPolicy&&e.aggregation===t.aggregation}(e.value,{aggregation:t,hitPolicy:n}));return Po(1,"div","hit-policy header",[Po(1,"label","dms-label",this._translate("Hit policy:"),0),Po(1,"span","hit-policy-value",this._translate(i.label),0)],4,{title:this._translate(i.explanation)})}}function nv(e){e.onGetComponent("hit-policy",()=>tv)}tv.$inject=["sheet"],nv.$inject=["components"];var iv={__init__:["hitPolicyProvider"],hitPolicyProvider:["type",nv]};let ov=class extends Ur{constructor(e,t){super(e,t);const{injector:n}=t;this._translate=n.get("translate"),this._eventBus=n.get("eventBus")}onClick=()=>{this._eventBus.fire("showDrd")};render(){return Po(1,"div","view-drd",Po(1,"button","view-drd-button",this._translate("View DRD"),0,{type:"button",onClick:this.onClick}),2,null,null,e=>this.node=e)}},rv=class{constructor(e,t,n,i){this._injector=n,this._sheet=i,e.onGetComponent("table.before",()=>{if(this.canViewDrd())return ov}),t.on("showDrd",()=>{const e=n.get("_parent",!1),t=sv(i.getRoot());if(!t)return;const o=e.getView(t);e.open(o)})}canViewDrd(){const e=this._injector.get("_parent",!1);if(!e)return!1;const t=sv(this._sheet.getRoot());return!!e.getView(t)}};function sv(e){const{businessObject:t}=e;if(!t)return;return t.$parent.$parent}rv.$inject=["components","eventBus","injector","sheet"];var av={__init__:["viewDrd"],viewDrd:["type",rv]};let lv=class{constructor(e){e.onGetComponent("table.before",()=>Gr)}};lv.$inject=["components"];var cv={__init__:["poweredBy"],poweredBy:["type",lv]};let uv=class e extends pm{constructor(t={}){const n=e._createContainer();super(M(t,{renderer:{container:n}})),this._container=n}open(e){var t=this;return new Promise((n,i)=>{var o;try{return t._decision&&t.clear(),t._decision=e,function(e,t,n){const i=e.get("tableImporter"),o=e.get("eventBus"),r=e.get("sheet");e.get("modeling",!1);let s,a=[];o.fire("import.render.start",{decision:t});try{!function(e){new gm({create:(e,t,n,o)=>i.create(e,t,n,o),table:e=>i.add(e),element:(e,t,n)=>i.add(e,t,n),error(e,t){a.push({message:e,context:t})}}).handleDecision(e)}(t)}catch(e){s=e}o.fire("import.render.complete",{error:s,warnings:a}),o.fire("elements.changed",{elements:[r.getRoot()]}),n(s,a)}(t,e,function(e,t){e?(e.warnings=t||[],i(e)):n({warnings:t||[]})})}catch(e){o=e}o?(o.warnings=o.warnings||[],i(o)):n({warnings:[]})})}_init(e){let{modules:t,additionalModules:n,...i}=e,o=t||this.getModules();return{modules:[cv,...o,...n||[],...[{decisionTable:["value",this]}]],config:i}}on(e,t,n,i){return this.get("eventBus").on(e,t,n,i)}off(e,t){this.get("eventBus").off(e,t)}_emit(e,t){return this.get("eventBus").fire(e,t)}attachTo(e){if(!e)throw new Error("parentNode required");this.detach();const t=this._container;e.appendChild(t),this._emit("attach",{})}detach(){const e=this._container;e.parentNode&&(this._emit("detach",{}),vt(e))}destroy(){super.destroy(),this.detach()}getModules(){return e._getModules()}static _getModules(){return[Tm,Am,ks,Bm,qm,zm,Jm,iv,av]}static _createContainer(){return Ze('<div class="dmn-decision-table-container"></div>')}};class hv extends Ur{constructor(e,t){super(e,t),ym(this),this.addRule=this.addRule.bind(this)}componentWillMount(){this._eventBus=this.context.injector.get("eventBus")}handleClick=e=>{e.stopPropagation(),this.addRule(e.target.dataset.colIndex)};addRule(e){this._eventBus.fire("addRule",{colIndex:e})}render(){const{cols:e}=this.props,t=[Po(1,"td","add-rule-add",Po(1,"button","dmn-icon-plus action-icon",null,1,{title:this.translate("Add rule")}),2)],{businessObject:n}=this.sheet.getRoot();n.input&&n.input.length||t.push(Po(1,"td","input-cell",$o("-"),2));for(let n=0;n<e.length+1;n++){let i="add-rule";const o=e[n]&&e[n].businessObject;let r="";o?(o.$instanceOf("dmn:InputClause")&&(i+=" input-cell",r="-"),o.$instanceOf("dmn:OutputClause")&&(i+=" output-cell")):i+=" annotation",t.push(Po(1,"td",i,r,0,{"data-col-index":n}))}return Po(1,"tfoot","actionable add-rule",Po(1,"tr",null,t,0),2,{onClick:this.handleClick})}}hv.$inject=["sheet","translate"];class dv{constructor(e,t,n,i){e.onGetComponent("table.foot",()=>hv),n.on("addRule",(e,n)=>{const o=t.trigger("addRule"),r=n.colIndex;o.cells[r]?i.select(o.cells[r]):i.select(o.cells[0])})}}dv.$inject=["components","editorActions","eventBus","selection"];class pv{constructor(e,t,n){this._elementRegistry=e,this._eventBus=t,this._renderer=n,this._selection=void 0,t.on("diagram.clear",()=>{this._selection=void 0})}select(e){c(e)&&(e=this._elementRegistry.get(e));const t=this._selection;t!==e&&(this._selection=e,this._eventBus.fire("selection.changed",{oldSelection:t,selection:e}))}deselect(){const e=this._selection;this._selection=void 0,this._eventBus.fire("selection.changed",{oldSelection:e,selection:this._selection})}get(){return this._selection}hasSelection(){return!!this._selection}}pv.$inject=["elementRegistry","eventBus","renderer"];class fv{constructor(e,t,n,i){this._elementRegistry=e,this._renderer=n,this._selection=i,t.on(["cell.click","cell.contextmenu"],({id:t})=>{const n=e.get(t);n&&i.select(n)}),t.on("row.remove",({row:e})=>{const t=i.get();t&&e===t.row&&i.deselect()}),t.on("col.remove",({col:e})=>{const t=i.get();t&&e===t.col&&i.deselect()})}}fv.$inject=["elementRegistry","eventBus","renderer","selection"];var gv={__init__:["selection","selectionBehavior"],selection:["type",pv],selectionBehavior:["type",fv]};function mv(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t);if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const vv=["click","dblclick","contextmenu","mousedown","mouseup","mouseenter","mouseleave","mouseout","mouseover","mousemove","focusin","focusout","drag","dragstart","dragend","dragover","dragenter","dragleave","drop"];class yv{constructor(e,t){mv(this,"_handleEvent",e=>{const{target:t,type:n}=e,i=st(t,"[data-element-id]",!0);if(!i)return;const o=i.getAttribute("data-element-id");if(o){const t=this._eventBus.createEvent({id:o,event:e,node:i,target:i});this._eventBus.fire(`cell.${n}`,t),t.defaultPrevented&&e.preventDefault(),t.cancelBubble&&e.stopPropagation()}}),this._eventBus=t,this._container=e.container,t.on("table.init",()=>{this._addEventListeners(vv)}),t.on("table.destroy",()=>{this._removeEventListeners(vv)})}_addEventListeners(e){const t=this._container;e.forEach(e=>{t.addEventListener(e,this._handleEvent)})}_removeEventListeners(e){const t=this._container;e.forEach(e=>{t.removeEventListener(e,this._handleEvent)})}}yv.$inject=["config.renderer","eventBus"];var xv={__init__:["interactionEvents"],interactionEvents:["type",yv]},bv="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function _v(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var wv,Cv={exports:{}},kv=Cv.exports; 194/*! https://mths.be/cssescape v1.5.1 by @mathias | MIT license */var Ov,Ev,Sv,Tv,Rv,Mv,Av=(wv||(wv=1,function(e){var t;t=void 0!==bv?bv:kv,e.exports=function(e){if(e.CSS&&e.CSS.escape)return e.CSS.escape;var t=function(e){if(0==arguments.length)throw new TypeError("`CSS.escape` requires an argument.");for(var t,n=String(e),i=n.length,o=-1,r="",s=n.charCodeAt(0);++o<i;)0!=(t=n.charCodeAt(o))?r+=t>=1&&t<=31||127==t||0==o&&t>=48&&t<=57||1==o&&t>=48&&t<=57&&45==s?"\\"+t.toString(16)+" ":0==o&&1==i&&45==t||!(t>=128||45==t||95==t||t>=48&&t<=57||t>=65&&t<=90||t>=97&&t<=122)?"\\"+n.charAt(o):n.charAt(o):r+="�";return r};return e.CSS||(e.CSS={}),e.CSS.escape=t,t}(t)}(Cv)),Cv.exports),Pv=_v(Av);function Dv(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function $v(){if(Tv)return Sv;Tv=1;var e=/\b(Array|Date|Object|Math|JSON)\b/g;return Sv=function(t,n){var i=function(e){for(var t=[],n=0;n<e.length;n++)~t.indexOf(e[n])||t.push(e[n]);return t}(function(t){return t.replace(/\.\w+|\w+ *\(|"[^"]*"|'[^']*'|\/([^/]+)\//g,"").replace(e,"").match(/[a-zA-Z_]\w*/g)||[]}(t));return n&&"string"==typeof n&&(n=function(e){return function(t){return e+t}}(n)),n?function(e,t,n){var i=/\.\w+|\w+ *\(|"[^"]*"|'[^']*'|\/([^/]+)\/|[a-zA-Z_]\w*/g;return e.replace(i,function(e){return"("==e[e.length-1]||~t.indexOf(e)?n(e):e})}(t,i,n):i},Sv}var Iv=function(){if(Mv)return Rv;Mv=1;var e=(Ev||(Ev=1,Ov=function(e,t){return e^t}),Ov),t=$v();function n(e,t){if(!(this instanceof n))return new n(e,t);if(this.node=this.start=this.peeked=e,this.root=t,this.closingTag=!1,this._revisit=!0,this._selects=[],this._rejects=[],e&&this.higher(e))throw new Error("root must be a parent or ancestor to node")}function i(t,n){var i="nextSibling"==t;return function(o,r,s){o=this.compile(o),r=r&&r>0?r:1;for(var a=this.node,l=this.closingTag,c=this._revisit;a;){if(e(i,l)&&a[n])a=a[n],l=!i;else if(1==a.nodeType&&!a[n]&&e(i,l)){if(l=i,!c)continue}else if(a[t])a=a[t],l=!i;else if(a=a.parentNode,l=i,!c)continue;if(!a||this.higher(a,this.root))break;if(o(a)&&this.selects(a,s)&&this.rejects(a,s)){if(--r)continue;return s||(this.node=a),this.closingTag=l,a}}return null}}return Rv=n,n.prototype.reset=function(e){return this.node=e||this.start,this},n.prototype.revisit=function(e){return this._revisit=null==e||e,this},n.prototype.opening=function(){return 1==this.node.nodeType&&(this.closingTag=!1),this},n.prototype.atOpening=function(){return!this.closingTag},n.prototype.closing=function(){return 1==this.node.nodeType&&(this.closingTag=!0),this},n.prototype.atClosing=function(){return this.closingTag},n.prototype.next=i("nextSibling","firstChild"),n.prototype.previous=n.prototype.prev=i("previousSibling","lastChild"),n.prototype.select=function(e){return e=this.compile(e),this._selects.push(e),this},n.prototype.selects=function(e,t){var n=this._selects,i=n.length;if(!i)return!0;for(var o=0;o<i;o++)if(n[o].call(this,e,t))return!0;return!1},n.prototype.reject=function(e){return e=this.compile(e),this._rejects.push(e),this},n.prototype.rejects=function(e,t){var n=this._rejects,i=n.length;if(!i)return!0;for(var o=0;o<i;o++)if(n[o].call(this,e,t))return!1;return!0},n.prototype.higher=function(e){var t=this.root;if(!t)return!1;for(e=e.parentNode;e&&e!=t;)e=e.parentNode;return e!=t},n.prototype.compile=function(e){switch(typeof e){case"number":return function(t){return e==t.nodeType};case"string":return new Function("node","Object.freeze(node); return "+t(e,"node."));case"function":return e;default:return function(){return!0}}},n.prototype.peak=n.prototype.peek=function(e,t){return 1==arguments.length&&(t=e,e=!0),(t=null==t?1:t)?t>0?this.next(e,t,!0):this.prev(e,Math.abs(t),!0):this.node},n.prototype.use=function(e){return e(this),this},Rv}(),Bv=Dv(Iv),jv=window.getSelection();function Lv(e){jv?.removeAllRanges(),jv?.addRange(e)}function Nv(){return jv}function qv(e,t){var n=function(e,t){var n,i=t.start,o=t.end,r=document.createRange(),s=Bv(e.firstChild,e),a=s.node,l=!1,c=0;for(;a;){if(c===i&&(l?r.setStartAfter(a):r.setStartBefore(a)),c===o)return l?r.setEndAfter(a):r.setEndBefore(a),r;if(l||(zv(a)||a.previousSibling&&(Wv(a)||Qv(a)))&&c++,Fv(a)){if(n=a.textContent.length,c<=i&&c+n>i&&r.setStart(a,i-c),c+n>o)return r.setEnd(a,o-c),r;c+=n}a=s.next(),l=s.closingTag}c<=i&&(e.lastChild?r.setStartAfter(e.lastChild):r.setStart(e,0));e.lastChild?r.setEndAfter(e.lastChild):r.setEnd(e,0);return r}(e,t);Lv(n)}function Vv(e){if(!function(e){if(!jv?.rangeCount)return null;var t=jv.focusNode;return Fv(t)&&(t=t.parentNode),e==t||e.contains(t)}(e))return null;var t,n,i=jv.getRangeAt(0),o=i.startContainer,r=i.endContainer,s=i.startOffset,a=i.endOffset,l=Bv(e.firstChild,e),c=l.node,u=!1,h=0;function d(e,t){return 1===arguments.length&&(t=e),e.parentNode===r&&t==r.childNodes[a]}function p(e,t){return 1===arguments.length&&(t=e),e.parentNode===o&&t==o.childNodes[s]}for(;c&&(p(c)&&!u&&(n=h),!d(c))&&(!zv(c)||r!==c);){if(u||(zv(c)||t&&t.nextSibling==c&&(Wv(c)||Qv(c)))&&h++,Fv(c)){if(o===c&&(n=h+s),r===c){h+=a;break}h+=c.textContent.length}if((Fv(c)||u)&&(p(c,c.nextSibling)&&(n=h),d(c,c.nextSibling)))break;t=c,c=l.next(),u=l.closingTag}return{start:void 0===n?h:n,end:h}}function Fv(e){return 3===e.nodeType}function zv(e){return 1===e.nodeType&&"BR"===e.nodeName}function Wv(e){return 1===e.nodeType&&"DIV"===e.nodeName}function Qv(e){return 1===e.nodeType&&"P"===e.nodeName}function Hv(e){return e.getAttribute("data-element-id")}function Uv(e,t){return gt(`[data-element-id="${Pv(e)}"]`,t)}function Xv(e){return st(e,"[data-element-id]",!0)}function Kv(e){const t="[contenteditable]";return ft(e,t)?e:gt(t,e)}const Yv={above:!0,below:!0,right:!0,left:!0};function Gv(e,t,n,i,o){const{container:r}=e;let s=null;function a(e,n){t.fire("selection."+e+".changed",n),t.fire("cellSelection.changed",{elementId:e,selection:n})}function l(e,t=!0){s!==e&&a(s,{selected:!1,focussed:!1}),s=e,e&&a(e,{selected:!0,focussed:t}),e?i.select(e):i.deselect()}t.on("cell.click",500,function(e){const t=e.target;if(function(e){return st(e,".no-deselect",!0)}(t))return;const n=Xv(t);l(n&&Hv(n),!e.defaultPrevented)}),t.on("cell.focusin",500,function(e){const t=Hv(e.target),n=!e.defaultPrevented;return e.stopPropagation(),l(t,n)}),t.on("cell.focusout",500,function(e){a(Hv(e.target),{focussed:!1})}),t.on("cellSelection.changed",function(e){const{elementId:t,selection:n}=e,i=Uv(t,r);n.focussed&&i&&function(e){const t=Kv(e);if(!t)return;if(!document.body.contains(t))return;if(document.activeElement===t)return;t.focus();const n=Vv(t);n&&0!==n.end||window.getSelection().setPosition(t.firstChild,t.firstChild.length)}(i)}),t.on("selection.changed",function(e){const{selection:t,oldSelection:n}=e;var i=t&&t.id,o=n&&n.id;i&&i!==s?l(t.id):o&&o===s&&l()}),this.isCellSelected=function(){return!!s},this.getCellSelection=function(){return s},this.selectCell=function(e){if(!s)return;if(!(e in Yv))throw new Error("direction must be any of { above, below, left, right }");const t=function(e){const t=e.getAttribute("data-coords");if(!t)return null;const[n,i]=t.split(":");return{row:n,col:i}}(Uv(s,r));if(!t)return!1;const n=function(e,t){const{row:n,col:i}=e;if("above"===t||"below"===t){const o=parseInt(n,10);if(isNaN(o))return e;return{col:i,row:"above"===t?o-1:o+1}}if("left"===t||"right"===t){const o=parseInt(i,10);if(isNaN(o))return e;return{row:n,col:"left"===t?o-1:o+1}}throw new Error("invalid direction <"+t+">")}(t,e),i=function(e,t){const n=`${e.row}:${e.col}`;return gt(`[data-coords="${Pv(n)}"]`,t)}(n,r);if(!i)return!1;const o=Hv(i);return o&&l(o,{focussed:!0,selected:!0}),!0},t.on("contextMenu.close",function(){if(s)return l(s)})}Gv.$inject=["config.renderer","eventBus","sheet","selection","elementRegistry"];var Zv={__depends__:[xv,gv],__init__:["cellSelection"],cellSelection:["type",Gv]};function Jv(){}Jv.prototype.get=function(){return this._data},Jv.prototype.set=function(e){this._data=e},Jv.prototype.clear=function(){var e=this._data;return delete this._data,e},Jv.prototype.isEmpty=function(){return!this._data};var ey={clipboard:["type",Jv]};const ty=2e3;class ny extends tp{constructor(e,t){super(e),this._sheet=t}init(){this.addRule("col.move",ty,({col:e,index:t})=>{const{businessObject:n}=this._sheet.getRoot(),{input:i}=n;return Pt(e)?t<i.length:t>=i.length}),this.addRule("col.remove",ty,({col:e})=>{const{cols:t}=this._sheet.getRoot();return!Dt(e)||t.filter(e=>Dt(e)).length>1}),this.addRule("paste",ty,({data:e,target:t})=>{if(!e||!t)return!1;const{root:n}=e;return t instanceof Yg?this.canPasteRows(n):t instanceof Gg&&this.canPasteCols(n,t)})}canPasteRows(e){const{cols:t}=this._sheet.getRoot();return g(e,e=>"row"===e.type&&(e.cells.length===t.length&&g(e.cells,(e,n)=>Pt(t[n])?"dmn:UnaryTests"===e.businessObject.$type:"dmn:LiteralExpression"===e.businessObject.$type)))}canPasteCols(e,t){const{rows:n}=this._sheet.getRoot();return g(e,e=>"col"===e.type&&(e.cells.length===n.length&&(Pt(t)?"dmn:InputClause"===e.businessObject.$type:"dmn:OutputClause"===e.businessObject.$type)))}}ny.$inject=["eventBus","sheet"];var iy={__depends__:[{__depends__:[El]}],__init__:["decisionTableModelingRules"],decisionTableModelingRules:["type",ny]};class oy{constructor(e,t,n){this._clipboard=e,this._modeling=t,this._sheet=n}execute(e){let{data:t}=e;return e.oldData=this._clipboard.get(),this._clipboard.set(t),this._sheet.getRoot()}postExecute(e){let{elements:t}=e;t.forEach(e=>{e instanceof Yg?this._modeling.removeRow(e):e instanceof Gg&&this._modeling.removeCol(e)})}revert(e){const{oldData:t}=e;return this._clipboard.set(t),this._sheet.getRoot()}}oy.$inject=["clipboard","modeling","sheet"];const ry=[function(e,t,n,i){var o=n,r={...t,type:cy(e)};if(e instanceof Yg||e instanceof Gg){let t=i(e.cells,o);r.cells=t.root,o=t.descriptorCache}return{root:r,descriptorCache:o}},function(e,t,n){var i=e.businessObject;if(!i)return{root:t,descriptorCache:n};var o=uy(i,n);return{root:{...t,businessObject:o.root},descriptorCache:o.descriptorCache}}],sy=[function(e,t,n){var i=e.root.businessObject;if(!i)return{root:t,reviveCache:n};var o=py({root:i,descriptorCache:e.descriptorCache},n);return{root:{...t,businessObject:o.root},reviveCache:o.reviveCache}},function(e,t,n,i){var o=e.root,r=e.descriptorCache,s={...t};t.businessObject&&t.businessObject.id&&(s.id=t.businessObject.id);if("row"===o.type||"col"===o.type){let e=i({root:o.cells,descriptorCache:r},n);s.cells=e.root,n=e.reviveCache}var a=new(function(e){switch(e.type){case"row":return Yg;case"cell":return Zg;case"col":return Gg;default:throw new Error("unknown element type: #"+e.type)}}(o))(s);a instanceof Yg?a.cells.forEach(e=>{e.row=a}):a instanceof Gg&&a.cells.forEach(e=>{e.col=a});return{root:a,reviveCache:n}}];function ay(e,t,n){return n=n||ry,t=t||{},r(e)?function(e,t,n){return f(e,(e,t)=>{var i=e.descriptorCache,o=e.root;let{root:r,descriptorCache:s}=ly(t,i,n);return{root:[...o,r],descriptorCache:{...i,...s}}},{root:[],descriptorCache:t})}(e,t,n):ly(e,t,n)}function ly(e,t,n){var i=e.id,o={id:i},r=t.elements||{},s=r[i];if(s)return{root:s,descriptorCache:t};let a=function(e,t,n,i){function o(e,t){return ay(e,t,n)}return f(n,function(t,n){return n(e,t.root,t.descriptorCache,o)},{root:t,descriptorCache:i})}(e,o,n,{...t,elements:r});return{root:a.root,descriptorCache:{...a.descriptorCache,elements:{...a.descriptorCache.elements,[i]:a.root}}}}function cy(e){if(e instanceof Yg)return"row";if(e instanceof Gg)return"col";if(e instanceof Zg)return"cell";throw new Error("cannot deduce element type: #"+e.id)}function uy(e,t){var n,i,o=e.id;if(o&&(i=(n=t.boCache||{})[o]))return{root:i,descriptorCache:t};var s={$type:e.$type};return o&&(s.id=o,n={...n,[o]:s},t={...t,boCache:n}),e.$descriptor.properties.forEach(function(n){var i=e[n.name];if(i){if(r(i)&&(i=i.map(e=>{var n=uy(e,t);return t=n.descriptorCache,n.root})),i.$type){let e=uy(i,t);t=e.descriptorCache,i=e.root}s[n.name]=i}}),{root:s,descriptorCache:t}}function hy(e,t,n){return n=n||sy,t=t||{},r(e.root)?function(e,t,n){let i=e.root,o=e.descriptorCache;return f(i,(e,t)=>{var i=e.reviveCache,r=e.root;let{root:s,reviveCache:a}=dy({root:t,descriptorCache:o},i,n);return{root:[...r,s],reviveCache:a}},{root:[],reviveCache:t})}(e,t,n):dy(e,t,n)}function dy(e,t,n){var i=e.root.id,o=t.elements||{},r=o[i];if(r)return{root:r,reviveCache:t};let s=function(e,t,n,i){function o(e,t){return hy(e,t,n)}return f(n,function(t,n){return n(e,t.root,t.reviveCache,o)},{root:t,reviveCache:i})}(e,{id:i},n,{...t,elements:o});return{root:s.root,reviveCache:{...s.reviveCache,elements:{...s.reviveCache.elements,[i]:s.root}}}}function py(e,t){var n=e.root,i=n.id;let o,s;if(i&&(o=t.boCache||{},s=o[i],s))return{root:s,reviveCache:t};var a={};y(n).forEach(e=>{let i,s;n[e].$type?(s=py({root:n[e]},t),i=s.root,t=s.reviveCache,o=t.boCache||{}):i=r(n[e])?n[e].map(e=>(s=py({root:e},t),t=s.reviveCache,o=t.boCache||{},s.root)):n[e],a[e]=i});const l=a.$type;delete a.$type,t._keepIds&&!t._model.ids.assigned(a.id)||delete a.id;var c=t._dmnFactory.create(l,a);return p(a,e=>{e.$type&&(e.$parent=c),r(e)&&e.forEach(e=>e.$parent=c)}),i&&(o={...o,[i]:c},t={...t,boCache:o}),{root:c,reviveCache:t}}class fy{constructor(e,t,n,i,o,r,s,a){this._clipboard=e,this._dmnFactory=t,this._elementFactory=n,this._elementRegistry=i,this._eventBus=o,this._model=r,this._modeling=s,this._sheet=a}postExecute(e){let{element:t,after:n}=e;const i=this._clipboard.get();if(!i)throw new Error("missing clipboard data");const o=this._sheet.getRoot(),r=hy(i.elements,{_dmnFactory:this._dmnFactory,_keepIds:i.keepIds,_model:this._model}).root;if(t instanceof Yg){let e=o.rows.indexOf(t);if(-1===e)return;r.forEach(t=>{n&&e++,this._modeling.addRow(t,e)})}else if(t instanceof Gg){let e=o.cols.indexOf(t);if(-1===e)return;r.forEach(t=>{n&&e++,this._modeling.addCol(t,e)})}return e.oldElements=this._clipboard.get(),this._sheet.getRoot()}revert(e){}}fy.$inject=["clipboard","dmnFactory","elementFactory","elementRegistry","eventBus","moddle","modeling","sheet"];class gy{constructor(e,t,n,i,o,r){this._clipboard=e,this._commandStack=t,this._eventBus=n,this._modeling=i,this._sheet=o,this._rules=r,t.registerHandler("cut",oy),t.registerHandler("paste",fy)}copy(e){r(e)||(e=[e]);const t={elements:ay(e)};this._eventBus.fire("copyCutPaste.copy",{data:t}),this._clipboard.set(t)}cut(e){r(e)||(e=[e]);const t={elements:ay(e),keepIds:!0},n={elements:e,data:t};this._eventBus.fire("copyCutPaste.cut",{data:t}),this._commandStack.execute("cut",n)}pasteBefore(e){return this._paste(e,{before:!0})}pasteAfter(e){return this._paste(e,{after:!0})}_paste(e,t){const n=this._clipboard.get();if(!n)return;return!!this._rules.allowed("paste",{data:n.elements,target:e})&&(this._commandStack.execute("paste",{element:e,...t}),this._clipboard.clear(),!0)}pasteAt(e){}}gy.$inject=["clipboard","commandStack","eventBus","modeling","sheet","rules"];var my={__depends__:[ey,iy],__init__:["copyCutPaste"],copyCutPaste:["type",gy]};class vy{constructor(e,t,n,i,o,r){const s={addRule:()=>n.addRow({type:"dmn:DecisionRule"}),addRuleAbove(e){let t=e&&e.rule;if(!t&&!i.hasSelection())return;t=t||i.get().row;const o=r.getRoot().rows.indexOf(t);return-1!==o?n.addRow({type:"dmn:DecisionRule"},o):void 0},addRuleBelow(e){let t=e&&e.rule;if(!t&&!i.hasSelection())return;t=t||i.get().row;const o=r.getRoot().rows.indexOf(t);return-1!==o?n.addRow({type:"dmn:DecisionRule"},o+1):void 0},removeRule(e){let t=e&&e.rule;(t||i.hasSelection())&&(t=t||i.get().row,n.removeRow(t))},addInput(){const e=r.getRoot().businessObject,{input:t}=e;return n.addCol({type:"dmn:InputClause"},t?t.length:0)},addInputLeft(e){let t=e&&e.input;if(!t&&!i.hasSelection())return;t=t||i.get().col;const o=r.getRoot().cols.indexOf(t);return-1!==o?n.addCol({type:"dmn:InputClause"},o):void 0},addInputRight(e){let t=e&&e.input;if(!t&&!i.hasSelection())return;t=t||i.get().col;const o=r.getRoot().cols.indexOf(t);return-1!==o?n.addCol({type:"dmn:InputClause"},o+1):void 0},removeInput(e){let t=e&&e.input;(t||i.hasSelection())&&(t=t||i.get().col,n.removeCol(t))},addOutput(){const e=r.getRoot().businessObject,t=e.get("input"),i=e.get("output");return n.addCol({type:"dmn:OutputClause"},t.length+i.length)},addOutputLeft(e){let t=e&&e.output;if(!t&&!i.hasSelection())return;t=t||i.get().col;const o=r.getRoot().cols.indexOf(t);return-1!==o?n.addCol({type:"dmn:OutputClause"},o):void 0},addOutputRight(e){let t=e&&e.output;if(!t&&!i.hasSelection())return;t=t||i.get().col;const o=r.getRoot().cols.indexOf(t);return-1!==o?n.addCol({type:"dmn:OutputClause"},o+1):void 0},removeOutput(e){let t=e&&e.output;(t||i.hasSelection())&&(t=t||i.get().col,n.removeCol(t))},addClause(){if(!i.hasSelection())return;const e=i.get().col;return At(e,"dmn:InputClause")?s.addInput({input:e}):At(e,"dmn:OutputClause")?s.addOutput({output:e}):void 0},addClauseLeft(){if(!i.hasSelection())return;const e=i.get().col;return At(e,"dmn:InputClause")?s.addInputLeft({input:e}):At(e,"dmn:OutputClause")?s.addOutputLeft({output:e}):void 0},addClauseRight(){if(!i.hasSelection())return;const e=i.get().col;return At(e,"dmn:InputClause")?s.addInputRight({input:e}):At(e,"dmn:OutputClause")?s.addOutputRight({output:e}):void 0},removeClause(){if(!i.hasSelection())return;const e=i.get().col;return At(e,"dmn:InputClause")?s.removeInput({input:e}):At(e,"dmn:OutputClause")?s.removeOutput({output:e}):void 0},selectCellAbove:()=>o.selectCell("above"),selectCellBelow:()=>o.selectCell("below"),copy({element:t}){e.copy(t)},cut({element:t}){e.cut(t)},pasteBefore:({element:t})=>e.pasteBefore(t),pasteAfter:({element:t})=>e.pasteAfter(t)};t.register(s)}}vy.$inject=["copyCutPaste","editorActions","modeling","selection","cellSelection","sheet"];const yy="is not a registered action";let xy=class{constructor(e,t,n,i){this._actions={undo(){e.undo()},redo(){e.redo()},select({cell:e}){i.select(e)},deselect(){i.deselect()},addRow({attrs:e,index:t}){n.addRow(e,t)},removeRow({row:e}){n.removeRow(e)},moveRow({row:e,index:t}){n.moveRow(e,t)},addCol({attrs:e,index:t}){n.addCol(e,t)},removeCol({col:e}){n.removeCol(e)},moveCol({col:e,index:t}){n.moveCol(e,t)}}}trigger(e,t){if(!this._actions[e])throw by(e,yy);return this._actions[e](t)}register(e,t){if("string"==typeof e)return this._registerAction(e,t);p(e,(e,t)=>{this._registerAction(t,e)})}_registerAction(e,t){if(this.isRegistered(e))throw by(e,"is already registered");this._actions[e]=t}unregister(e){if(!this.isRegistered(e))throw by(e,yy);this._actions[e]=void 0}isRegistered(e){return!!this._actions[e]}};function by(e,t){return new Error(e+" "+t)}xy.$inject=["commandStack","eventBus","modeling","selection"];var _y,wy,Cy={__depends__:[gv],__init__:["editorActions"],editorActions:["type",xy]},ky={__depends__:[Zv,my,Cy,gv],__init__:["decisionTableEditorActions"],decisionTableEditorActions:["type",vy]},Oy={__depends__:[ky],__init__:["addRule"],addRule:["type",dv]};var Ey=function(){if(wy)return _y;wy=1;var e=/["'&<>]/;return _y=function(t){var n,i=""+t,o=e.exec(i);if(!o)return i;var r="",s=0,a=0;for(s=o.index;s<i.length;s++){switch(i.charCodeAt(s)){case 34:n=""";break;case 38:n="&";break;case 39:n="'";break;case 60:n="<";break;case 62:n=">";break;default:continue}a!==s&&(r+=i.substring(a,s)),a=s+1,r+=n}return a!==s?r+i.substring(a,s):r},_y}(),Sy=_v(Ey);function Ty(e,t,n){var i=e.start,o=i,r=t.substring(i);n.lastIndexOf(r)===n.length-r.length&&(t=t.substring(0,t.length-r.length),n=n.substring(0,n.length-r.length));var s,a,l=function(e,t){var n,i,o,r=0,s=0;t.length>e.length?(i=t,o=e):(i=e,o=t);for(;r<i.length;)i.charAt(r)!==o.charAt(s)?(n||(n={l_start:r,s_start:s}),r++):(n&&!n.complete&&(n.l_end=r,n.s_end=s,n.complete=!0),s++,r++);n&&!n.complete&&(n.complete=!0,n.s_end=o.length,n.l_end=i.length);if(!n)return;return t.length>e.length?{newStart:n.l_start,newEnd:n.l_end,type:"add"}:{newStart:n.s_start,newEnd:n.s_end,type:t.length<e.length?"remove":"replace"}}(t,n);return l&&(o="remove"===l.type?l.newStart:l.newEnd),{start:s=o,end:void 0===a?s:a}}class Ry extends Ur{constructor(e,t){super(e,t),this.state={}}componentWillUpdate(e,t){var n=this.node,i=t.focussed&&Vv(n);this.selected=i&&{range:i,text:My(n)}}componentDidUpdate(){var e=this.selected;if(!e)return;const t=e.range,n=e.text,i=this.node,o=My(i);qv(i,o!==n?Ty(t,n,o):t)}onFocus=e=>{var t=this.props.onFocus;this.setState({focussed:!0}),"function"==typeof t&&t(e)};onBlur=e=>{const{onBlur:t,onChange:n,value:i}=this.props;if(this.setState({focussed:!1}),"function"==typeof n&&this.node){const e=My(this.node);e!==i&&n(e)}"function"==typeof t&&t(e)};onkeydown=e=>{if(13===e.which){if(e.preventDefault(),this.props.ctrlForNewline&&!function(e){return e.metaKey||e.ctrlKey}(e))return;if(this.props.singleLine)return;e.stopPropagation(),function(){var e=Nv(),t=e.getRangeAt(0);if(!t)return;var n=t.cloneRange(),i=document.createElement("br");n.deleteContents(),n.insertNode(i),n.setStartAfter(i),n.setEndAfter(i),Lv(n)}(),this.onInput(e)}};onInput=e=>{var t=this.props.onInput;"function"==typeof t&&t(My(this.node))};onPaste=e=>{if(this.props.singleLine){const t=(e.clipboardData||window.clipboardData).getData("text");document.execCommand("insertText",!1,t.replace(/\n/g," ")),e.preventDefault()}};getClassName(){const{className:e,placeholder:t,value:n}=this.props;return[e||"","content-editable",!n&&t?"placeholder":""].join(" ")}render(e){var{label:t,value:n,placeholder:i}=e;return n=Sy(n).replace(/\r?\n/g,"<br/>")+"<br/>",Po(1,"div",this.getClassName(),null,1,{"aria-label":t,role:"textbox","aria-multiline":!this.props.singleLine,tabIndex:"0",contentEditable:"true",spellCheck:"false","data-placeholder":i||"",onInput:this.onInput,onkeypress:this.onkeypress,onPaste:this.onPaste,onFocus:this.onFocus,onBlur:this.onBlur,onkeydown:this.onkeydown,dangerouslySetInnerHTML:{__html:n}},null,e=>this.node=e)}}function My(e){return e.innerText.replace(/\n$/,"")}class Ay extends Ur{constructor(e,t){super(e,t),this.state={changing:!1,focussed:!1};const{injector:n}=t,i=n.get("debounceInput");this.inputChanged=i(e=>{const{onChange:t}=this.props;"function"==typeof t&&t(e);const n=this.state.changing;this.setState({changing:n!==e&&n})}),this.onInput=e=>{var t=(this.props.validate||function(){})(e);this.setState({changing:e,invalid:t}),t||this.inputChanged(e)}}onFocus=e=>{this.setState({focussed:!0});var{onFocus:t}=this.props;"function"==typeof t&&t(e)};onBlur=e=>{this.setState({focussed:!1});const{invalid:t}=this.state;t&&this.setState({changing:!1,invalid:!1});const{onBlur:n}=this.props;"function"==typeof n&&n(e)};getClassName(){var{className:e,value:t}=this.props,{changing:n,focussed:i,invalid:o}=this.state;return e+=" editable",i&&(e+=" focussed"),o&&(e+=" invalid"),t||n||(e+=" empty"),e}getDisplayValue(){var{value:e,placeholder:t}=this.props,{focussed:n,changing:i}=this.state;return"string"==typeof i&&(e=i),e||(e=n?"":t||""),e}getEditor(e={}){return Do(2,Ry,{className:e.className,ctrlForNewline:this.props.ctrlForNewline,label:this.props.label,onFocus:this.onFocus,onBlur:this.onBlur,onInput:this.onInput,value:this.getDisplayValue()})}}class Py extends Ur{constructor(e,t){super(e,t),ym(this)}componentWillMount(){const{row:e}=this.props;this.changeSupport.onElementsChanged(e.id,this.onElementsChanged)}componentWillUnmount(){const{row:e}=this.props;this.changeSupport.offElementsChanged(e.id,this.onElementsChanged)}onElementsChanged=()=>{this.forceUpdate()};setAnnotationValue=e=>{const{row:t}=this.props;this.modeling.editAnnotation(t.businessObject,e)};render(){const{row:e,rowIndex:t}=this.props,{description:n,id:i}=e.businessObject;return Do(2,Cm,{className:"annotation",onChange:this.setAnnotationValue,coords:`${t}:annotation`,value:n,elementId:i,"data-row-id":e.id,children:Do(2,Dy,{label:this.translate("Annotation"),ctrlForNewline:!0,className:"annotation-editor",onChange:this.setAnnotationValue,value:n})})}}Py.$inject=["changeSupport","modeling","translate"];class Dy extends Ay{render(){return Po(1,"div",this.getClassName(),this.getEditor(),0)}}function $y(e){e.onGetComponent("cell",({cellType:e})=>"after-label-cells"===e?Om:"after-rule-cells"===e?Py:void 0)}$y.$inject=["components"];function Iy(e){return function(t){return!1!==e?T(t,a(e)?e:300):t}}Iy.$inject=["config.debounceInput"];var By={debounceInput:["factory",Iy]},jy={__depends__:[By],__init__:["annotationsProvider"],annotationsProvider:["type",$y]};function Ly(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t);if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ny={position:"absolute"};class qy extends Ur{constructor(e,t){super(e,t),Ly(this,"open",({position:e,context:t})=>{this.close(),this.setState({isOpen:!0,position:e||{x:0,y:0},context:t||{}})}),Ly(this,"close",()=>{this.state.isOpen&&this.setState({context:void 0,isOpen:!1,position:{x:0,y:0}})}),Ly(this,"triggerClose",()=>{this.eventBus.fire("contextMenu.close")}),this.state={isOpen:!1,position:{x:0,y:0}},ym(this)}componentDidMount(){this.eventBus.on("contextMenu.open",this.open),this.eventBus.on("contextMenu.close",this.close)}componentWillUnmount(){this.eventBus.off("contextMenu.open",this.open),this.eventBus.off("contextMenu.close",this.close)}render(){const{isOpen:e,context:t,position:n}=this.state;if(!e)return null;const i=this.components.getComponents("context-menu",t);return i.length?Do(2,Vy,{className:"context-menu no-deselect",context:t,position:n,offset:t.offset||{x:0,y:0},autoFocus:!1!==t.autoFocus,autoClose:!1!==t.autoClose,components:i,onClose:this.triggerClose}):null}}qy.$inject=["eventBus","components"];let Vy=class extends Ur{constructor(e,t){super(e,t),Ly(this,"onGlobalMouseDown",e=>{this.checkClose(e.target)}),Ly(this,"onGlobalKey",e=>{var t=e.which;13!==t&&27!==t||(e.stopPropagation(),e.preventDefault(),this.close())}),Ly(this,"onFocusChanged",e=>{this.checkClose(e.target)}),Ly(this,"setNode",e=>{this.node=e;const{autoFocus:t}=this.props;var n;e&&(this.updatePosition(),t&&(n=gt(zy,e))&&(n.focus(),n.selectionStart&&"text"===n.type?n.selectionStart=1e5:"contentEditable"in n&&qv(n,{start:1e5,end:1e5})))}),ym(this)}close(){const{onClose:e}=this.props;l(e)&&e()}checkClose(e){const{autoClose:t}=this.props;if(t){var n=this.node;n&&n!==e&&(n.contains(e)||this.close())}}componentDidMount(){document.addEventListener("focusin",this.onFocusChanged),document.addEventListener("keydown",this.onGlobalKey),document.addEventListener("mousedown",this.onGlobalMouseDown)}componentWillUnmount(){document.removeEventListener("focusin",this.onFocusChanged),document.removeEventListener("keydown",this.onGlobalKey),document.removeEventListener("mousedown",this.onGlobalMouseDown)}updatePosition(){const{position:e,offset:t}=this.props,{node:n}=this,i=n.getBoundingClientRect();e.width||(e.width=0),e.height||(e.height=0);const o=this.renderer.getContainer().getBoundingClientRect();o.width>o.height?(this.node.classList.add("horizontal"),this.node.classList.remove("vertical")):(this.node.classList.add("vertical"),this.node.classList.remove("horizontal"));const{scrollLeft:r,scrollTop:s}=function(e){const t=st(e,".tjs-container");if(!t)return{scrollTop:0,scrollLeft:0};const{scrollLeft:n,scrollTop:i}=t;return{scrollTop:i,scrollLeft:n}}(n),a={};let l,c,u;e.align&&(l=e.align.split("-"));"left"===(l&&l[1]||(e.x+e.width/2>o.width/2?"left":"right"))?(c=e.x-o.left-i.width+t.x+r,n.classList.remove("right"),n.classList.add("left")):(c=-o.left+e.x+e.width-t.x+r,n.classList.remove("left"),n.classList.add("right")),c=l?c:Fy(c,0+r,o.width-i.width+r),a.left=c+"px";"top"===(l&&l[0]||(e.y+e.height/2>o.height/2?"top":"bottom"))?(u=e.y-o.top-i.height+t.y+s,n.classList.remove("bottom"),n.classList.add("top")):(u=-o.top+e.y-t.y+s,n.classList.remove("top"),n.classList.add("bottom")),u=l?u:Fy(u,0+s,o.height-i.height+s),a.top=u+"px",a.overflowY="auto",a.maxHeight=o.height-u+s+"px",M(this.node.style,Ny,a)}render(){const{context:e,components:t,className:n}=this.props;return Po(1,"div",n,t.map((t,n)=>Do(2,t,{context:e},n)),0,{onContextMenu:e=>e.preventDefault()},null,this.setNode)}};function Fy(e,t,n){return Math.max(t,Math.min(n,e))}Vy.$inject=["renderer"];const zy="\n input[type=text],\n input[type=number],\n input[type=button],\n input[type=submit],\n [contenteditable],\n [tabindex],\n a[href],\n textarea,\n button\n";let Wy=class{constructor(e,t,n){this._eventBus=t,e.onGetComponent("table.before",()=>qy)}open(e,t){this._eventBus.fire("contextMenu.open",{position:e,context:t})}close(){this._eventBus.fire("contextMenu.close")}};Wy.$inject=["components","eventBus","renderer"];var Qy={__init__:["contextMenu"],contextMenu:["type",Wy]};function Hy(e){return!e.altKey&&(e.ctrlKey||e.metaKey)}function Uy(e){return e.shiftKey}class Xy{constructor(e,t,n,i,o,r,s){this._clipboard=n,this._cellSelection=i,this._elementRegistry=o,this._editorActions=r,this._keyboard=e.get("keyboard",!1),this._renderer=s,this._keyboard&&(t.on("keyboard.init",this._registerBindings),t.on("keyboard.bind",()=>{ht.bind(document,"copy",this._clearClipboard,!0),ht.bind(document,"cut",this._clearClipboard,!0)}),t.on("keyboard.unbind",()=>{ht.unbind(document,"copy",this._clearClipboard,!0),ht.unbind(document,"cut",this._clearClipboard,!0)}))}_clearClipboard=()=>{this._clipboard.clear()};_getSelectedCell(){const e=this._cellSelection.getCellSelection();if(!e)return;const t=this._elementRegistry.get(e);if(!t)return;const n=Uv(e,this._renderer.getContainer()),i=Kv(n);if(document.activeElement!==i)return;const o=Vv(n);return o&&o.start!==o.end?void 0:t}_registerBindings=()=>{[(e,t)=>{if(Hy(t)&&67===e){const e=this._getSelectedCell();if(!e)return;return Uy(t)?this._editorActions.trigger("copy",{element:e.col}):this._editorActions.trigger("copy",{element:e.row}),!0}},(e,t)=>{if(Hy(t)&&88===e){const e=this._getSelectedCell();if(!e)return;return Uy(t)?this._editorActions.trigger("cut",{element:e.col}):this._editorActions.trigger("cut",{element:e.row}),!0}},(e,t)=>{let n;if(Hy(t)&&86===e){const e=this._getSelectedCell();if(!e)return;Uy(t)?(n=this._editorActions.trigger("pasteAfter",{element:e.col}),n&&this._cellSelection.selectCell("right")):(n=this._editorActions.trigger("pasteAfter",{element:e.row}),n&&this._cellSelection.selectCell("below"))}return void 0!==n}].forEach(e=>{this._keyboard.addListener(e)})}}Xy.$inject=["injector","eventBus","clipboard","cellSelection","elementRegistry","editorActions","renderer"];var Ky={__depends__:[ey,Zv],__init__:["copyCutPasteKeyBindings"],copyCutPasteKeyBindings:["type",Xy]};class Yy extends Ur{constructor(e,t){super(e,t),ym(this)}onClick=e=>{this.editorActions.trigger("addInput")};render(){return Po(1,"th","input-cell create-inputs header actionable",[this.translate("Input"),$o(" "),Po(1,"button","add-input dmn-icon-plus action-icon",null,1,{title:this.translate("Add input")})],0,{onClick:this.onClick,title:this.translate("Add input")})}}Yy.$inject=["editorActions","translate"];class Gy extends Ur{constructor(e,t){super(e,t),ym(this)}onClick=e=>{this.editorActions.trigger("addInput")};render(){return Po(1,"td","input-cell create-inputs",$o("-"),2,{onClick:this.onClick,title:this.translate("Add input")})}}Gy.$inject=["editorActions","translate"];class Zy{constructor(e,t){e.onGetComponent("cell",500,({cellType:e})=>{const{businessObject:n}=t.getRoot();if(!n.input||!n.input.length)return"before-label-cells"===e?Yy:"before-rule-cells"===e?Gy:void 0})}}Zy.$inject=["components","sheet"];var Jy={__depends__:[ky],__init__:["createInputsProvider"],createInputsProvider:["type",Zy]};const ex=["string","boolean","number","date","time","dateTime","dayTimeDuration","yearMonthDuration","Any"];class tx{constructor(e){this._dataTypes=e||ex}getAll(){return this._dataTypes}}tx.$inject=["config.dataTypes"];var nx={__init__:["dataTypes"],dataTypes:["type",tx]};class ix{constructor(e,t,n,i,o,r,s,a,l,c,u){this._contextMenu=t,this._clipboard=n,this._editorActions=i,this._elementRegistry=r,this._eventBus=o,this._modeling=s,this._selection=a,this._sheet=l,this._rules=c,this._translate=u,this._getEntries=this._getEntries.bind(this),e.onGetComponent("context-menu",(t={})=>{if(t.contextMenuType&&"context-menu"===t.contextMenuType){const n=this._getEntries(t),i=function(e){return e instanceof Zg}(this._elementRegistry.get(t.id))&&e.getComponents("context-menu-cell-additional",t);if(i&&i.length){const e=Po(1,"div","context-menu-group context-menu-group-cell",i,0,{role:"presentation"});n.push(e)}return()=>Po(1,"div","context-menu-flex",n,0,{tabIndex:0,role:"menu","aria-label":"Decision table context menu"})}}),o.on("cell.contextmenu",({event:e,id:n,node:i})=>{e.preventDefault(),t.open({x:e.pageX,y:e.pageY},{contextMenuType:"context-menu",event:e,id:n})})}_getEntries(e){const t=t=>{const n=t.cells.map(e=>e.id).indexOf(e.id),i=this._editorActions.trigger("addRuleAbove",{rule:t});i.cells[n]?this._selection.select(i.cells[n]):this._selection.select(i.cells[0]),this._contextMenu.close()},n=t=>{const n=t.cells.map(e=>e.id).indexOf(e.id),i=this._editorActions.trigger("addRuleBelow",{rule:t});i.cells[n]?this._selection.select(i.cells[n]):this._selection.select(i.cells[0]),this._contextMenu.close()},i=e=>{this._editorActions.trigger("removeRule",{rule:e}),this._contextMenu.close()},o=e=>{this._editorActions.trigger("addInputLeft",{input:e}),this._contextMenu.close()},r=e=>{this._editorActions.trigger("addInputRight",{input:e}),this._contextMenu.close()},s=e=>{this._editorActions.trigger("removeInput",{input:e}),this._contextMenu.close()},a=e=>{this._editorActions.trigger("addOutputLeft",{output:e}),this._contextMenu.close()},l=e=>{this._editorActions.trigger("addOutputRight",{output:e}),this._contextMenu.close()},c=e=>{this._editorActions.trigger("removeOutput",{output:e}),this._contextMenu.close()},u=e=>{this._editorActions.trigger("copy",{element:e}),this._contextMenu.close()},h=e=>{this._editorActions.trigger("cut",{element:e}),this._contextMenu.close()},d=e=>{this._editorActions.trigger("pasteBefore",{element:e}),this._contextMenu.close()},p=e=>{this._editorActions.trigger("pasteAfter",{element:e}),this._contextMenu.close()},f=e&&e.id;if(!f)return null;const g=this._elementRegistry.get(f);if(!g)return null;const m=this._clipboard.get()||{},v=[],y=g.row||g;if(At(y,"dmn:DecisionRule")){const e=this._rules.allowed("paste",{data:m.elements,target:y});v.push(Po(1,"div","context-menu-group",[Po(1,"div","context-menu-group-entry context-menu-entry-copy-rule",this._translate("Copy rule"),0,{onClick:()=>u(y),tabIndex:"-1",role:"menuitem"}),Po(1,"div","context-menu-group-entry context-menu-entry-cut-rule",this._translate("Cut rule"),0,{onClick:()=>h(y),tabIndex:"-1",role:"menuitem"}),Po(1,"div",`context-menu-group-entry ${e?"":"disabled"} context-menu-entry-paste-rule-above`,this._translate("Paste rule above"),0,{onClick:()=>d(y),tabIndex:"-1",role:"menuitem","aria-disabled":!e}),Po(1,"div",`context-menu-group-entry ${e?"":"disabled"} context-menu-entry-paste-rule-below`,this._translate("Paste rule below"),0,{onClick:()=>p(y),tabIndex:"-1",role:"menuitem","aria-disabled":!e})],4,{role:"presentation"}),Po(1,"div","context-menu-group",[Po(1,"div","context-menu-group-entry context-menu-entry-add-rule-above",this._translate("Add rule above"),0,{onClick:()=>t(y),tabIndex:"-1",role:"menuitem"}),Po(1,"div","context-menu-group-entry context-menu-entry-add-rule-below",this._translate("Add rule below"),0,{onClick:()=>n(y),tabIndex:"-1",role:"menuitem"}),Po(1,"div","context-menu-group-entry context-menu-entry-remove-rule",this._translate("Remove rule"),0,{onClick:()=>i(y),tabIndex:"-1",role:"menuitem"})],4,{role:"presentation"}))}else if(At(g,"dmn:InputClause")){const e=At(g,"dmn:InputClause")?g:g.col,t=this._rules.allowed("col.remove",{col:g.col||g}),n=this._rules.allowed("paste",{data:m.elements,target:g.col||g});v.push(Po(1,"div","context-menu-group",[Po(1,"div","context-menu-group-entry context-menu-entry-copy-input",this._translate("Copy input column"),0,{onClick:()=>u(e),tabIndex:"-1",role:"menuitem"}),Po(1,"div",`context-menu-group-entry ${t?"":"disabled"} context-menu-entry-cut-input`,this._translate("Cut input column"),0,{onClick:()=>h(e),tabIndex:"-1",role:"menuitem","aria-disabled":!t}),Po(1,"div",`context-menu-group-entry ${n?"":"disabled"} context-menu-entry-paste-input-left`,this._translate("Paste input column left"),0,{onClick:()=>d(e),tabIndex:"-1",role:"menuitem","aria-disabled":!n}),Po(1,"div",`context-menu-group-entry ${n?"":"disabled"} context-menu-entry-paste-input-right`,this._translate("Paste input column right"),0,{onClick:()=>p(e),tabIndex:"-1",role:"menuitem","aria-disabled":!n})],4,{role:"presentation"}),Po(1,"div","context-menu-group",[Po(1,"div","context-menu-group-entry context-menu-entry-add-input-left",this._translate("Add input column left"),0,{onClick:()=>o(e),tabIndex:"-1",role:"menuitem"}),Po(1,"div","context-menu-group-entry context-menu-entry-add-input-right",this._translate("Add input column right"),0,{onClick:()=>r(e),tabIndex:"-1",role:"menuitem"}),Po(1,"div",`context-menu-group-entry ${t?"":"disabled"} context-menu-entry-remove-input`,this._translate("Remove input column"),0,{onClick:()=>s(e),tabIndex:"-1",role:"menuitem","aria-disabled":!t})],4,{role:"presentation"}))}else if(At(g,"dmn:OutputClause")||At(g.col,"dmn:OutputClause")){const e=At(g,"dmn:OutputClause")?g:g.col,t=this._rules.allowed("col.remove",{col:g.col||g}),n=this._rules.allowed("paste",{data:m.elements,target:g.col||g});v.push(Po(1,"div","context-menu-group",[Po(1,"div","context-menu-group-entry context-menu-entry-copy-output",this._translate("Copy output column"),0,{onClick:()=>u(e),tabIndex:"-1",role:"menuitem"}),Po(1,"div",`context-menu-group-entry ${t?"":"disabled"} context-menu-entry-cut-output`,this._translate("Cut output column"),0,{onClick:()=>h(e),tabIndex:"-1",role:"menuitem","aria-disabled":!t}),Po(1,"div",`context-menu-group-entry ${n?"":"disabled"} context-menu-entry-paste-output-left`,this._translate("Paste output column left"),0,{onClick:()=>d(e),tabIndex:"-1",role:"menuitem","aria-disabled":!n}),Po(1,"div",`context-menu-group-entry ${n?"":"disabled"} context-menu-entry-paste-output-right`,this._translate("Paste output column right"),0,{onClick:()=>p(e),tabIndex:"-1",role:"menuitem","aria-disabled":!n})],4,{role:"presentation"}),Po(1,"div","context-menu-group",[Po(1,"div","context-menu-group-entry context-menu-entry-add-output-left",this._translate("Add output column left"),0,{onClick:()=>a(e),tabIndex:"-1",role:"menuitem"}),Po(1,"div","context-menu-group-entry context-menu-entry-add-output-right",this._translate("Add output column right"),0,{onClick:()=>l(e),tabIndex:"-1",role:"menuitem"}),Po(1,"div",`context-menu-group-entry ${t?"":"disabled"} context-menu-entry-remove-output`,this._translate("Remove output column"),0,{onClick:()=>c(e),tabIndex:"-1",role:"menuitem","aria-disabled":!t})],4,{role:"presentation"}))}return v}}ix.$inject=["components","contextMenu","clipboard","editorActions","eventBus","elementRegistry","modeling","selection","sheet","rules","translate"];const ox=["row.add","row.remove","col.add","col.remove"];class rx{constructor(e,t){t.on("commandStack.executed",({command:t})=>{-1!==ox.indexOf(t)&&e.close()}),t.on("commandStack.reverted",()=>{e.close()})}}rx.$inject=["contextMenu","eventBus"];class sx{constructor(e){e.on("contextMenu.open",()=>this.addEventListeners()),e.on("contextMenu.close",()=>this.removeEventListeners()),e.on("commandStack.executed",()=>this.removeEventListeners())}addEventListeners=()=>{document.addEventListener("keydown",this.handleKeyEvent),document.addEventListener("mouseover",this.handleMouseOver)};removeEventListeners=()=>{document.removeEventListener("keydown",this.handleKeyEvent),document.removeEventListener("mouseover",this.handleMouseOver)};handleKeyEvent=e=>{"ArrowUp"===e.key?(e.preventDefault(),this.move(e.target,-1)):"ArrowDown"===e.key?(e.preventDefault(),this.move(e.target,1)):"Enter"===e.key&&(e.preventDefault(),this.clickCurrentEntry())};handleMouseOver=()=>{this.getEntries().forEach(e=>{return(t=e).style.removeProperty("background-color"),void t.style.removeProperty("pointer-events");var t});const{focused:e}=this.getActiveEntries(document);e&&it(e).remove("focused")};getEntries=()=>Array.from(mt(".context-menu-group-entry")).filter(e=>!it(e).has("disabled"));getActiveEntries=e=>{const t=gt(".context-menu-group-entry:hover",e),n=gt(".context-menu-group-entry.focused",e);return{hover:t,focused:n,current:n||t}};move=(e,t)=>{const n=this.getEntries(),{current:i,hover:o}=this.getActiveEntries(e);if(!i){return void it(n[0]).add("focused")}const r=n.indexOf(i)+t;let s=n[r];var a;r<0&&(s=n[n.length-1]),r>=n.length&&(s=n[0]),o&&((a=o).style.setProperty("pointer-events","none"),a.style.setProperty("background-color","transparent")),it(i).remove("focused"),it(s).add("focused"),s.style.removeProperty("background-color")};clickCurrentEntry=()=>{const{current:e}=this.getActiveEntries(document);e&&e.click()}}sx.$inject=["eventBus"];var ax={__depends__:[ky,Qy,iy],__init__:["decisionTableContextMenu","contextMenuCloseBehavior","contextMenuKeyboard"],decisionTableContextMenu:["type",ix],contextMenuCloseBehavior:["type",rx],contextMenuKeyboard:["type",sx]};class lx extends Ur{constructor(e,t){super(e,t),bm(this,km),this._translate=t.injector.get("translate")}onClick=e=>{const{output:t}=this.props;this._eventBus.fire("output.edit",{event:e,output:t})};onContextmenu=e=>{const{id:t}=this.props.output;this._eventBus.fire("cell.contextmenu",{event:e,id:t})};onElementsChanged=()=>{this.forceUpdate()};componentWillMount(){const{injector:e}=this.context;this._changeSupport=this.context.changeSupport,this._eventBus=e.get("eventBus"),this._elementRegistry=e.get("elementRegistry");const{output:t}=this.props;this._changeSupport.onElementsChanged(t.id,this.onElementsChanged)}componentWillUnmount(){const{output:e}=this.props;this._changeSupport.offElementsChanged(e.id,this.onElementsChanged)}render(){const{output:e,index:t,outputsLength:n}=this.props,{label:i,name:o,outputValues:r,typeRef:s}=e,a=e.width?e.width+"px":"192px";return Po(1,"th","output-cell output-editor",[this.slotFills({type:"cell-inner",context:{cellType:"output-cell",col:this._elementRegistry.get(e.id),index:t,outputsLength:n},col:e}),Po(1,"div","clause",0===t?this._translate("Then"):this._translate("And"),0),i?Po(1,"div","output-label",i,0,{title:this._translate("Output label: ")+i}):Po(1,"div","output-name",o,0,{title:this._translate("Output name: ")+o}),Po(1,"div","output-variable",r&&r.text||this._translate(s||""),0,{title:r&&r.text?this._translate("Output values"):this._translate("Output type")})],0,{"data-col-id":e.id,onDblClick:this.onClick,onContextMenu:this.onContextmenu,style:{width:a}})}}class cx extends Ur{constructor(e,t){super(e,t),this.state={value:e.value}}onInput=e=>{const{onInput:t}=this.props,n=e.target.value;this.setState({value:n},()=>{"function"==typeof t&&t(n)})};onChange=e=>{const{onChange:t}=this.props;"function"==typeof t&&t(e.target.value)};onKeyDown=e=>{const{onKeyDown:t}=this.props;"function"==typeof t&&t(e)};onKeyUp=e=>{const{onKeyUp:t}=this.props;"function"==typeof t&&t(e)};componentDidUpdate(e){const{value:t}=this.props;t!==e.value&&t!==this.state.value&&this.setState({value:t})}render(){const{className:e,label:t,id:n,placeholder:i,type:o}=this.props,{value:r}=this.state;return Po(64,"input",[e||"","dms-input"].join(" "),null,1,{"aria-label":t,placeholder:i||"",onChange:this.onChange,onInput:this.onInput,onKeyDown:this.onKeyDown,onKeyUp:this.onKeyUp,spellCheck:"false",type:o||"text",value:r,id:n})}}class ux extends Ur{constructor(e,t){super(e,t),this.translate=t.injector?t.injector.get("translate"):hx,this.setName=e=>{e=e||void 0,this.handleChange({name:e})},this.setLabel=e=>{e=e||void 0,this.handleChange({label:e})}}handleChange(e){var{onChange:t}=this.props;"function"==typeof t&&t(e)}render(){const{name:e,label:t}=this.props;return Po(1,"div","context-menu-container ref-output-editor output-edit",[Po(1,"div","dms-form-control",Do(2,Ry,{label:this.translate("Output label"),className:"dms-output-label",value:t||"",placeholder:this.translate("Output"),singleLine:!0,onInput:this.setLabel}),2),Po(1,"div","dms-form-control",[Po(1,"label","dms-label",this.translate("Output name"),0),Do(2,cx,{label:this.translate("Output name"),className:"ref-output-name",value:e||"",onInput:this.setName})],4)],4)}}function hx(e){return e}class dx extends Ur{constructor(e,t){super(e,t),this.state={},ym(this),this.persistChanges=this.debounceInput(this.persistChanges)}persistChanges=()=>{const{output:e}=this.props.context,{unsaved:t}=this.state;t&&(this.modeling.updateProperties(e,t),this.setState({unsaved:!1}))};handleChange=e=>{this.setState({unsaved:{...this.state.unsaved,...e}},this.persistChanges)};getValue(e){const{output:t}=this.props.context,{unsaved:n}=this.state;return n&&e in n?n[e]:t.get(e)}render(){return Do(2,ux,{name:this.getValue("name"),label:this.getValue("label"),onChange:this.handleChange})}}dx.$inject=["debounceInput","modeling"];class px extends Ur{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),this._eventBus=t.injector.get("eventBus")}onClick=e=>{const{col:t}=this.props;this._eventBus.fire("output.edit",{event:e,output:t})};render(){return Po(1,"button","edit-button dmn-icon-edit",null,1,{"aria-label":this._translate("Edit output"),type:"button",onClick:this.onClick})}}class fx{constructor(e,t,n,i){e.onGetComponent("cell",({cellType:e})=>{if("output-header"===e)return lx}),e.onGetComponent("context-menu",(e={})=>{if("output-edit"===e.contextMenuType)return dx}),e.onGetComponent("cell-inner",(e={})=>{const{cellType:t}=e;if("output-cell"===t)return px}),n.on("output.edit",({event:e,output:n})=>{const{target:i}=e,o=st(i,"th",!0),{left:r,top:s}=o.getBoundingClientRect(),a=function(e){if(!ft(e,".output-cell + .output-cell"))return{x:-1,y:0}}(o);t.open({x:r,y:s,align:"bottom-right"},{contextMenuType:"output-edit",output:n,offset:a})})}}fx.$inject=["components","contextMenu","eventBus","renderer"];class gx extends Ur{constructor(e,t){super(e,t),bm(this,km),this._translate=t.injector.get("translate")}onClick=e=>{const{input:t}=this.props;this._eventBus.fire("input.edit",{event:e,input:t})};onContextmenu=e=>{const{id:t}=this.props.input;this._eventBus.fire("cell.contextmenu",{event:e,id:t})};onElementsChanged=()=>{this.forceUpdate()};componentWillMount(){const{injector:e}=this.context;this._changeSupport=this.context.changeSupport,this._sheet=e.get("sheet"),this._eventBus=e.get("eventBus"),this._elementRegistry=e.get("elementRegistry");const t=this._sheet.getRoot(),{input:n}=this.props;this._changeSupport.onElementsChanged(t.id,this.onElementsChanged),this._changeSupport.onElementsChanged(n.id,this.onElementsChanged)}componentWillUnmount(){const e=this._sheet.getRoot(),{input:t}=this.props;this._changeSupport.offElementsChanged(e.id,this.onElementsChanged),this._changeSupport.offElementsChanged(t.id,this.onElementsChanged)}render(){const{input:e,index:t,inputsLength:n}=this.props,{inputExpression:i,inputValues:o}=e,r=e.get("label"),s=e.width?e.width+"px":"192px";return Po(1,"th","input-cell input-editor",[this.slotFills({type:"cell-inner",context:{cellType:"input-cell",col:this._elementRegistry.get(e.id),index:t,inputsLength:n},col:e}),Po(1,"div","clause",0===t?this._translate("When"):this._translate("And"),0),r?Po(1,"div","input-label",r,0,{title:this._translate("Input label: ")+r}):Po(1,"div","input-expression",i.text,0,{title:this._translate("Input expression: ")+i.text}),Po(1,"div","input-variable",o&&o.text||this._translate(i.typeRef||""),0,{title:o&&o.text?this._translate("Input values"):this._translate("Input type")})],0,{"data-col-id":e.id,onDblClick:this.onClick,onContextMenu:this.onContextmenu,style:{width:s}})}}let mx=[],vx=[];function yx(e){if(e<768)return!1;for(let t=0,n=mx.length;;){let i=t+n>>1;if(e<mx[i])n=i;else{if(!(e>=vx[i]))return!0;t=i+1}if(t==n)return!1}}function xx(e){return e>=127462&&e<=127487}(()=>{let e="lc,34,7n,7,7b,19,,,,2,,2,,,20,b,1c,l,g,,2t,7,2,6,2,2,,4,z,,u,r,2j,b,1m,9,9,,o,4,,9,,3,,5,17,3,3b,f,,w,1j,,,,4,8,4,,3,7,a,2,t,,1m,,,,2,4,8,,9,,a,2,q,,2,2,1l,,4,2,4,2,2,3,3,,u,2,3,,b,2,1l,,4,5,,2,4,,k,2,m,6,,,1m,,,2,,4,8,,7,3,a,2,u,,1n,,,,c,,9,,14,,3,,1l,3,5,3,,4,7,2,b,2,t,,1m,,2,,2,,3,,5,2,7,2,b,2,s,2,1l,2,,,2,4,8,,9,,a,2,t,,20,,4,,2,3,,,8,,29,,2,7,c,8,2q,,2,9,b,6,22,2,r,,,,,,1j,e,,5,,2,5,b,,10,9,,2u,4,,6,,2,2,2,p,2,4,3,g,4,d,,2,2,6,,f,,jj,3,qa,3,t,3,t,2,u,2,1s,2,,7,8,,2,b,9,,19,3,3b,2,y,,3a,3,4,2,9,,6,3,63,2,2,,1m,,,7,,,,,2,8,6,a,2,,1c,h,1r,4,1c,7,,,5,,14,9,c,2,w,4,2,2,,3,1k,,,2,3,,,3,1m,8,2,2,48,3,,d,,7,4,,6,,3,2,5i,1m,,5,ek,,5f,x,2da,3,3x,,2o,w,fe,6,2x,2,n9w,4,,a,w,2,28,2,7k,,3,,4,,p,2,5,,47,2,q,i,d,,12,8,p,b,1a,3,1c,,2,4,2,2,13,,1v,6,2,2,2,2,c,,8,,1b,,1f,,,3,2,2,5,2,,,16,2,8,,6m,,2,,4,,fn4,,kh,g,g,g,a6,2,gt,,6a,,45,5,1ae,3,,2,5,4,14,3,4,,4l,2,fx,4,ar,2,49,b,4w,,1i,f,1k,3,1d,4,2,2,1x,3,10,5,,8,1q,,c,2,1g,9,a,4,2,,2n,3,2,,,2,6,,4g,,3,8,l,2,1l,2,,,,,m,,e,7,3,5,5f,8,2,3,,,n,,29,,2,6,,,2,,,2,,2,6j,,2,4,6,2,,2,r,2,2d,8,2,,,2,2y,,,,2,6,,,2t,3,2,4,,5,77,9,,2,6t,,a,2,,,4,,40,4,2,2,4,,w,a,14,6,2,4,8,,9,6,2,3,1a,d,,2,ba,7,,6,,,2a,m,2,7,,2,,2,3e,6,3,,,2,,7,,,20,2,3,,,,9n,2,f0b,5,1n,7,t4,,1r,4,29,,f5k,2,43q,,,3,4,5,8,8,2,7,u,4,44,3,1iz,1j,4,1e,8,,e,,m,5,,f,11s,7,,h,2,7,,2,,5,79,7,c5,4,15s,7,31,7,240,5,gx7k,2o,3k,6o".split(",").map(e=>e?parseInt(e,36):1);for(let t=0,n=0;t<e.length;t++)(t%2?vx:mx).push(n+=e[t])})();function bx(e,t,n=!0,i=!0){return(n?_x:wx)(e,t,i)}function _x(e,t,n){if(t==e.length)return t;t&&kx(e.charCodeAt(t))&&Ox(e.charCodeAt(t-1))&&t--;let i=Cx(e,t);for(t+=Ex(i);t<e.length;){let o=Cx(e,t);if(8205==i||8205==o||n&&yx(o))t+=Ex(o),i=o;else{if(!xx(o))break;{let n=0,i=t-2;for(;i>=0&&xx(Cx(e,i));)n++,i-=2;if(n%2==0)break;t+=2}}}return t}function wx(e,t,n){for(;t>0;){let i=_x(e,t-2,n);if(i<t)return i;t--}return 0}function Cx(e,t){let n=e.charCodeAt(t);if(!Ox(n)||t+1==e.length)return n;let i=e.charCodeAt(t+1);return kx(i)?i-56320+(n-55296<<10)+65536:n}function kx(e){return e>=56320&&e<57344}function Ox(e){return e>=55296&&e<56320}function Ex(e){return e<65536?1:2}class Sx{lineAt(e){if(e<0||e>this.length)throw new RangeError(`Invalid position ${e} in document of length ${this.length}`);return this.lineInner(e,!1,1,0)}line(e){if(e<1||e>this.lines)throw new RangeError(`Invalid line number ${e} in ${this.lines}-line document`);return this.lineInner(e,!0,1,0)}replace(e,t,n){[e,t]=Bx(this,e,t);let i=[];return this.decompose(0,e,i,2),n.length&&n.decompose(0,n.length,i,3),this.decompose(t,this.length,i,1),Rx.from(i,this.length-(t-e)+n.length)}append(e){return this.replace(this.length,this.length,e)}slice(e,t=this.length){[e,t]=Bx(this,e,t);let n=[];return this.decompose(e,t,n,0),Rx.from(n,t-e)}eq(e){if(e==this)return!0;if(e.length!=this.length||e.lines!=this.lines)return!1;let t=this.scanIdentical(e,1),n=this.length-this.scanIdentical(e,-1),i=new Px(this),o=new Px(e);for(let e=t,r=t;;){if(i.next(e),o.next(e),e=0,i.lineBreak!=o.lineBreak||i.done!=o.done||i.value!=o.value)return!1;if(r+=i.value.length,i.done||r>=n)return!0}}iter(e=1){return new Px(this,e)}iterRange(e,t=this.length){return new Dx(this,e,t)}iterLines(e,t){let n;if(null==e)n=this.iter();else{null==t&&(t=this.lines+1);let i=this.line(e).from;n=this.iterRange(i,Math.max(i,t==this.lines+1?this.length:t<=1?0:this.line(t-1).to))}return new $x(n)}toString(){return this.sliceString(0)}toJSON(){let e=[];return this.flatten(e),e}constructor(){}static of(e){if(0==e.length)throw new RangeError("A document must have at least one line");return 1!=e.length||e[0]?e.length<=32?new Tx(e):Rx.from(Tx.split(e,[])):Sx.empty}}class Tx extends Sx{constructor(e,t=function(e){let t=-1;for(let n of e)t+=n.length+1;return t}(e)){super(),this.text=e,this.length=t}get lines(){return this.text.length}get children(){return null}lineInner(e,t,n,i){for(let o=0;;o++){let r=this.text[o],s=i+r.length;if((t?n:s)>=e)return new Ix(i,s,n,r);i=s+1,n++}}decompose(e,t,n,i){let o=e<=0&&t>=this.length?this:new Tx(Ax(this.text,e,t),Math.min(t,this.length)-Math.max(0,e));if(1&i){let e=n.pop(),t=Mx(o.text,e.text.slice(),0,o.length);if(t.length<=32)n.push(new Tx(t,e.length+o.length));else{let e=t.length>>1;n.push(new Tx(t.slice(0,e)),new Tx(t.slice(e)))}}else n.push(o)}replace(e,t,n){if(!(n instanceof Tx))return super.replace(e,t,n);[e,t]=Bx(this,e,t);let i=Mx(this.text,Mx(n.text,Ax(this.text,0,e)),t),o=this.length+n.length-(t-e);return i.length<=32?new Tx(i,o):Rx.from(Tx.split(i,[]),o)}sliceString(e,t=this.length,n="\n"){[e,t]=Bx(this,e,t);let i="";for(let o=0,r=0;o<=t&&r<this.text.length;r++){let s=this.text[r],a=o+s.length;o>e&&r&&(i+=n),e<a&&t>o&&(i+=s.slice(Math.max(0,e-o),t-o)),o=a+1}return i}flatten(e){for(let t of this.text)e.push(t)}scanIdentical(){return 0}static split(e,t){let n=[],i=-1;for(let o of e)n.push(o),i+=o.length+1,32==n.length&&(t.push(new Tx(n,i)),n=[],i=-1);return i>-1&&t.push(new Tx(n,i)),t}}class Rx extends Sx{constructor(e,t){super(),this.children=e,this.length=t,this.lines=0;for(let t of e)this.lines+=t.lines}lineInner(e,t,n,i){for(let o=0;;o++){let r=this.children[o],s=i+r.length,a=n+r.lines-1;if((t?a:s)>=e)return r.lineInner(e,t,n,i);i=s+1,n=a+1}}decompose(e,t,n,i){for(let o=0,r=0;r<=t&&o<this.children.length;o++){let s=this.children[o],a=r+s.length;if(e<=a&&t>=r){let o=i&((r<=e?1:0)|(a>=t?2:0));r>=e&&a<=t&&!o?n.push(s):s.decompose(e-r,t-r,n,o)}r=a+1}}replace(e,t,n){if([e,t]=Bx(this,e,t),n.lines<this.lines)for(let i=0,o=0;i<this.children.length;i++){let r=this.children[i],s=o+r.length;if(e>=o&&t<=s){let a=r.replace(e-o,t-o,n),l=this.lines-r.lines+a.lines;if(a.lines<l>>4&&a.lines>l>>6){let o=this.children.slice();return o[i]=a,new Rx(o,this.length-(t-e)+n.length)}return super.replace(o,s,a)}o=s+1}return super.replace(e,t,n)}sliceString(e,t=this.length,n="\n"){[e,t]=Bx(this,e,t);let i="";for(let o=0,r=0;o<this.children.length&&r<=t;o++){let s=this.children[o],a=r+s.length;r>e&&o&&(i+=n),e<a&&t>r&&(i+=s.sliceString(e-r,t-r,n)),r=a+1}return i}flatten(e){for(let t of this.children)t.flatten(e)}scanIdentical(e,t){if(!(e instanceof Rx))return 0;let n=0,[i,o,r,s]=t>0?[0,0,this.children.length,e.children.length]:[this.children.length-1,e.children.length-1,-1,-1];for(;;i+=t,o+=t){if(i==r||o==s)return n;let a=this.children[i],l=e.children[o];if(a!=l)return n+a.scanIdentical(l,t);n+=a.length+1}}static from(e,t=e.reduce((e,t)=>e+t.length+1,-1)){let n=0;for(let t of e)n+=t.lines;if(n<32){let n=[];for(let t of e)t.flatten(n);return new Tx(n,t)}let i=Math.max(32,n>>5),o=i<<1,r=i>>1,s=[],a=0,l=-1,c=[];function u(e){let t;if(e.lines>o&&e instanceof Rx)for(let t of e.children)u(t);else e.lines>r&&(a>r||!a)?(h(),s.push(e)):e instanceof Tx&&a&&(t=c[c.length-1])instanceof Tx&&e.lines+t.lines<=32?(a+=e.lines,l+=e.length+1,c[c.length-1]=new Tx(t.text.concat(e.text),t.length+1+e.length)):(a+e.lines>i&&h(),a+=e.lines,l+=e.length+1,c.push(e))}function h(){0!=a&&(s.push(1==c.length?c[0]:Rx.from(c,l)),l=-1,a=c.length=0)}for(let t of e)u(t);return h(),1==s.length?s[0]:new Rx(s,t)}}function Mx(e,t,n=0,i=1e9){for(let o=0,r=0,s=!0;r<e.length&&o<=i;r++){let a=e[r],l=o+a.length;l>=n&&(l>i&&(a=a.slice(0,i-o)),o<n&&(a=a.slice(n-o)),s?(t[t.length-1]+=a,s=!1):t.push(a)),o=l+1}return t}function Ax(e,t,n){return Mx(e,[""],t,n)}Sx.empty=new Tx([""],0);class Px{constructor(e,t=1){this.dir=t,this.done=!1,this.lineBreak=!1,this.value="",this.nodes=[e],this.offsets=[t>0?1:(e instanceof Tx?e.text.length:e.children.length)<<1]}nextInner(e,t){for(this.done=this.lineBreak=!1;;){let n=this.nodes.length-1,i=this.nodes[n],o=this.offsets[n],r=o>>1,s=i instanceof Tx?i.text.length:i.children.length;if(r==(t>0?s:0)){if(0==n)return this.done=!0,this.value="",this;t>0&&this.offsets[n-1]++,this.nodes.pop(),this.offsets.pop()}else if((1&o)==(t>0?0:1)){if(this.offsets[n]+=t,0==e)return this.lineBreak=!0,this.value="\n",this;e--}else if(i instanceof Tx){let o=i.text[r+(t<0?-1:0)];if(this.offsets[n]+=t,o.length>Math.max(0,e))return this.value=0==e?o:t>0?o.slice(e):o.slice(0,o.length-e),this;e-=o.length}else{let o=i.children[r+(t<0?-1:0)];e>o.length?(e-=o.length,this.offsets[n]+=t):(t<0&&this.offsets[n]--,this.nodes.push(o),this.offsets.push(t>0?1:(o instanceof Tx?o.text.length:o.children.length)<<1))}}}next(e=0){return e<0&&(this.nextInner(-e,-this.dir),e=this.value.length),this.nextInner(e,this.dir)}}class Dx{constructor(e,t,n){this.value="",this.done=!1,this.cursor=new Px(e,t>n?-1:1),this.pos=t>n?e.length:0,this.from=Math.min(t,n),this.to=Math.max(t,n)}nextInner(e,t){if(t<0?this.pos<=this.from:this.pos>=this.to)return this.value="",this.done=!0,this;e+=Math.max(0,t<0?this.pos-this.to:this.from-this.pos);let n=t<0?this.pos-this.from:this.to-this.pos;e>n&&(e=n),n-=e;let{value:i}=this.cursor.next(e);return this.pos+=(i.length+e)*t,this.value=i.length<=n?i:t<0?i.slice(i.length-n):i.slice(0,n),this.done=!this.value,this}next(e=0){return e<0?e=Math.max(e,this.from-this.pos):e>0&&(e=Math.min(e,this.to-this.pos)),this.nextInner(e,this.cursor.dir)}get lineBreak(){return this.cursor.lineBreak&&""!=this.value}}class $x{constructor(e){this.inner=e,this.afterBreak=!0,this.value="",this.done=!1}next(e=0){let{done:t,lineBreak:n,value:i}=this.inner.next(e);return t&&this.afterBreak?(this.value="",this.afterBreak=!1):t?(this.done=!0,this.value=""):n?this.afterBreak?this.value="":(this.afterBreak=!0,this.next()):(this.value=i,this.afterBreak=!1),this}get lineBreak(){return!1}}"undefined"!=typeof Symbol&&(Sx.prototype[Symbol.iterator]=function(){return this.iter()},Px.prototype[Symbol.iterator]=Dx.prototype[Symbol.iterator]=$x.prototype[Symbol.iterator]=function(){return this});class Ix{constructor(e,t,n,i){this.from=e,this.to=t,this.number=n,this.text=i}get length(){return this.to-this.from}}function Bx(e,t,n){return[t=Math.max(0,Math.min(e.length,t)),Math.max(t,Math.min(e.length,n))]}function jx(e,t,n=!0,i=!0){return bx(e,t,n,i)}function Lx(e,t){let n=e.charCodeAt(t);if(!(i=n,i>=55296&&i<56320&&t+1!=e.length))return n;var i;let o=e.charCodeAt(t+1);return function(e){return e>=56320&&e<57344}(o)?o-56320+(n-55296<<10)+65536:n}function Nx(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.fromCharCode(55296+(e>>10),56320+(1023&e)))}function qx(e){return e<65536?1:2}const Vx=/\r\n?|\n/;var Fx=function(e){return e[e.Simple=0]="Simple",e[e.TrackDel=1]="TrackDel",e[e.TrackBefore=2]="TrackBefore",e[e.TrackAfter=3]="TrackAfter",e}(Fx||(Fx={}));class zx{constructor(e){this.sections=e}get length(){let e=0;for(let t=0;t<this.sections.length;t+=2)e+=this.sections[t];return e}get newLength(){let e=0;for(let t=0;t<this.sections.length;t+=2){let n=this.sections[t+1];e+=n<0?this.sections[t]:n}return e}get empty(){return 0==this.sections.length||2==this.sections.length&&this.sections[1]<0}iterGaps(e){for(let t=0,n=0,i=0;t<this.sections.length;){let o=this.sections[t++],r=this.sections[t++];r<0?(e(n,i,o),i+=o):i+=r,n+=o}}iterChangedRanges(e,t=!1){Ux(this,e,t)}get invertedDesc(){let e=[];for(let t=0;t<this.sections.length;){let n=this.sections[t++],i=this.sections[t++];i<0?e.push(n,i):e.push(i,n)}return new zx(e)}composeDesc(e){return this.empty?e:e.empty?this:Kx(this,e)}mapDesc(e,t=!1){return e.empty?this:Xx(this,e,t)}mapPos(e,t=-1,n=Fx.Simple){let i=0,o=0;for(let r=0;r<this.sections.length;){let s=this.sections[r++],a=this.sections[r++],l=i+s;if(a<0){if(l>e)return o+(e-i);o+=s}else{if(n!=Fx.Simple&&l>=e&&(n==Fx.TrackDel&&i<e&&l>e||n==Fx.TrackBefore&&i<e||n==Fx.TrackAfter&&l>e))return null;if(l>e||l==e&&t<0&&!s)return e==i||t<0?o:o+a;o+=a}i=l}if(e>i)throw new RangeError(`Position ${e} is out of range for changeset of length ${i}`);return o}touchesRange(e,t=e){for(let n=0,i=0;n<this.sections.length&&i<=t;){let o=i+this.sections[n++];if(this.sections[n++]>=0&&i<=t&&o>=e)return!(i<e&&o>t)||"cover";i=o}return!1}toString(){let e="";for(let t=0;t<this.sections.length;){let n=this.sections[t++],i=this.sections[t++];e+=(e?" ":"")+n+(i>=0?":"+i:"")}return e}toJSON(){return this.sections}static fromJSON(e){if(!Array.isArray(e)||e.length%2||e.some(e=>"number"!=typeof e))throw new RangeError("Invalid JSON representation of ChangeDesc");return new zx(e)}static create(e){return new zx(e)}}class Wx extends zx{constructor(e,t){super(e),this.inserted=t}apply(e){if(this.length!=e.length)throw new RangeError("Applying change set to a document with the wrong length");return Ux(this,(t,n,i,o,r)=>e=e.replace(i,i+(n-t),r),!1),e}mapDesc(e,t=!1){return Xx(this,e,t,!0)}invert(e){let t=this.sections.slice(),n=[];for(let i=0,o=0;i<t.length;i+=2){let r=t[i],s=t[i+1];if(s>=0){t[i]=s,t[i+1]=r;let a=i>>1;for(;n.length<a;)n.push(Sx.empty);n.push(r?e.slice(o,o+r):Sx.empty)}o+=r}return new Wx(t,n)}compose(e){return this.empty?e:e.empty?this:Kx(this,e,!0)}map(e,t=!1){return e.empty?this:Xx(this,e,t,!0)}iterChanges(e,t=!1){Ux(this,e,t)}get desc(){return zx.create(this.sections)}filter(e){let t=[],n=[],i=[],o=new Yx(this);e:for(let r=0,s=0;;){let a=r==e.length?1e9:e[r++];for(;s<a||s==a&&0==o.len;){if(o.done)break e;let e=Math.min(o.len,a-s);Qx(i,e,-1);let r=-1==o.ins?-1:0==o.off?o.ins:0;Qx(t,e,r),r>0&&Hx(n,t,o.text),o.forward(e),s+=e}let l=e[r++];for(;s<l;){if(o.done)break e;let e=Math.min(o.len,l-s);Qx(t,e,-1),Qx(i,e,-1==o.ins?-1:0==o.off?o.ins:0),o.forward(e),s+=e}}return{changes:new Wx(t,n),filtered:zx.create(i)}}toJSON(){let e=[];for(let t=0;t<this.sections.length;t+=2){let n=this.sections[t],i=this.sections[t+1];i<0?e.push(n):0==i?e.push([n]):e.push([n].concat(this.inserted[t>>1].toJSON()))}return e}static of(e,t,n){let i=[],o=[],r=0,s=null;function a(e=!1){if(!e&&!i.length)return;r<t&&Qx(i,t-r,-1);let n=new Wx(i,o);s=s?s.compose(n.map(s)):n,i=[],o=[],r=0}return function e(l){if(Array.isArray(l))for(let t of l)e(t);else if(l instanceof Wx){if(l.length!=t)throw new RangeError(`Mismatched change set length (got ${l.length}, expected ${t})`);a(),s=s?s.compose(l.map(s)):l}else{let{from:e,to:s=e,insert:c}=l;if(e>s||e<0||s>t)throw new RangeError(`Invalid change range ${e} to ${s} (in doc of length ${t})`);let u=c?"string"==typeof c?Sx.of(c.split(n||Vx)):c:Sx.empty,h=u.length;if(e==s&&0==h)return;e<r&&a(),e>r&&Qx(i,e-r,-1),Qx(i,s-e,h),Hx(o,i,u),r=s}}(e),a(!s),s}static empty(e){return new Wx(e?[e,-1]:[],[])}static fromJSON(e){if(!Array.isArray(e))throw new RangeError("Invalid JSON representation of ChangeSet");let t=[],n=[];for(let i=0;i<e.length;i++){let o=e[i];if("number"==typeof o)t.push(o,-1);else{if(!Array.isArray(o)||"number"!=typeof o[0]||o.some((e,t)=>t&&"string"!=typeof e))throw new RangeError("Invalid JSON representation of ChangeSet");if(1==o.length)t.push(o[0],0);else{for(;n.length<i;)n.push(Sx.empty);n[i]=Sx.of(o.slice(1)),t.push(o[0],n[i].length)}}}return new Wx(t,n)}static createSet(e,t){return new Wx(e,t)}}function Qx(e,t,n,i=!1){if(0==t&&n<=0)return;let o=e.length-2;o>=0&&n<=0&&n==e[o+1]?e[o]+=t:o>=0&&0==t&&0==e[o]?e[o+1]+=n:i?(e[o]+=t,e[o+1]+=n):e.push(t,n)}function Hx(e,t,n){if(0==n.length)return;let i=t.length-2>>1;if(i<e.length)e[e.length-1]=e[e.length-1].append(n);else{for(;e.length<i;)e.push(Sx.empty);e.push(n)}}function Ux(e,t,n){let i=e.inserted;for(let o=0,r=0,s=0;s<e.sections.length;){let a=e.sections[s++],l=e.sections[s++];if(l<0)o+=a,r+=a;else{let c=o,u=r,h=Sx.empty;for(;c+=a,u+=l,l&&i&&(h=h.append(i[s-2>>1])),!(n||s==e.sections.length||e.sections[s+1]<0);)a=e.sections[s++],l=e.sections[s++];t(o,c,r,u,h),o=c,r=u}}}function Xx(e,t,n,i=!1){let o=[],r=i?[]:null,s=new Yx(e),a=new Yx(t);for(let e=-1;;){if(s.done&&a.len||a.done&&s.len)throw new Error("Mismatched change set lengths");if(-1==s.ins&&-1==a.ins){let e=Math.min(s.len,a.len);Qx(o,e,-1),s.forward(e),a.forward(e)}else if(a.ins>=0&&(s.ins<0||e==s.i||0==s.off&&(a.len<s.len||a.len==s.len&&!n))){let t=a.len;for(Qx(o,a.ins,-1);t;){let n=Math.min(s.len,t);s.ins>=0&&e<s.i&&s.len<=n&&(Qx(o,0,s.ins),r&&Hx(r,o,s.text),e=s.i),s.forward(n),t-=n}a.next()}else{if(!(s.ins>=0)){if(s.done&&a.done)return r?Wx.createSet(o,r):zx.create(o);throw new Error("Mismatched change set lengths")}{let t=0,n=s.len;for(;n;)if(-1==a.ins){let e=Math.min(n,a.len);t+=e,n-=e,a.forward(e)}else{if(!(0==a.ins&&a.len<n))break;n-=a.len,a.next()}Qx(o,t,e<s.i?s.ins:0),r&&e<s.i&&Hx(r,o,s.text),e=s.i,s.forward(s.len-n)}}}}function Kx(e,t,n=!1){let i=[],o=n?[]:null,r=new Yx(e),s=new Yx(t);for(let e=!1;;){if(r.done&&s.done)return o?Wx.createSet(i,o):zx.create(i);if(0==r.ins)Qx(i,r.len,0,e),r.next();else if(0!=s.len||s.done){if(r.done||s.done)throw new Error("Mismatched change set lengths");{let t=Math.min(r.len2,s.len),n=i.length;if(-1==r.ins){let n=-1==s.ins?-1:s.off?0:s.ins;Qx(i,t,n,e),o&&n&&Hx(o,i,s.text)}else-1==s.ins?(Qx(i,r.off?0:r.len,t,e),o&&Hx(o,i,r.textBit(t))):(Qx(i,r.off?0:r.len,s.off?0:s.ins,e),o&&!s.off&&Hx(o,i,s.text));e=(r.ins>t||s.ins>=0&&s.len>t)&&(e||i.length>n),r.forward2(t),s.forward(t)}}else Qx(i,0,s.ins,e),o&&Hx(o,i,s.text),s.next()}}class Yx{constructor(e){this.set=e,this.i=0,this.next()}next(){let{sections:e}=this.set;this.i<e.length?(this.len=e[this.i++],this.ins=e[this.i++]):(this.len=0,this.ins=-2),this.off=0}get done(){return-2==this.ins}get len2(){return this.ins<0?this.len:this.ins}get text(){let{inserted:e}=this.set,t=this.i-2>>1;return t>=e.length?Sx.empty:e[t]}textBit(e){let{inserted:t}=this.set,n=this.i-2>>1;return n>=t.length&&!e?Sx.empty:t[n].slice(this.off,null==e?void 0:this.off+e)}forward(e){e==this.len?this.next():(this.len-=e,this.off+=e)}forward2(e){-1==this.ins?this.forward(e):e==this.ins?this.next():(this.ins-=e,this.off+=e)}}class Gx{constructor(e,t,n){this.from=e,this.to=t,this.flags=n}get anchor(){return 32&this.flags?this.to:this.from}get head(){return 32&this.flags?this.from:this.to}get empty(){return this.from==this.to}get assoc(){return 8&this.flags?-1:16&this.flags?1:0}get bidiLevel(){let e=7&this.flags;return 7==e?null:e}get goalColumn(){let e=this.flags>>6;return 16777215==e?void 0:e}map(e,t=-1){let n,i;return this.empty?n=i=e.mapPos(this.from,t):(n=e.mapPos(this.from,1),i=e.mapPos(this.to,-1)),n==this.from&&i==this.to?this:new Gx(n,i,this.flags)}extend(e,t=e){if(e<=this.anchor&&t>=this.anchor)return Zx.range(e,t);let n=Math.abs(e-this.anchor)>Math.abs(t-this.anchor)?e:t;return Zx.range(this.anchor,n)}eq(e,t=!1){return!(this.anchor!=e.anchor||this.head!=e.head||this.goalColumn!=e.goalColumn||t&&this.empty&&this.assoc!=e.assoc)}toJSON(){return{anchor:this.anchor,head:this.head}}static fromJSON(e){if(!e||"number"!=typeof e.anchor||"number"!=typeof e.head)throw new RangeError("Invalid JSON representation for SelectionRange");return Zx.range(e.anchor,e.head)}static create(e,t,n){return new Gx(e,t,n)}}class Zx{constructor(e,t){this.ranges=e,this.mainIndex=t}map(e,t=-1){return e.empty?this:Zx.create(this.ranges.map(n=>n.map(e,t)),this.mainIndex)}eq(e,t=!1){if(this.ranges.length!=e.ranges.length||this.mainIndex!=e.mainIndex)return!1;for(let n=0;n<this.ranges.length;n++)if(!this.ranges[n].eq(e.ranges[n],t))return!1;return!0}get main(){return this.ranges[this.mainIndex]}asSingle(){return 1==this.ranges.length?this:new Zx([this.main],0)}addRange(e,t=!0){return Zx.create([e].concat(this.ranges),t?0:this.mainIndex+1)}replaceRange(e,t=this.mainIndex){let n=this.ranges.slice();return n[t]=e,Zx.create(n,this.mainIndex)}toJSON(){return{ranges:this.ranges.map(e=>e.toJSON()),main:this.mainIndex}}static fromJSON(e){if(!e||!Array.isArray(e.ranges)||"number"!=typeof e.main||e.main>=e.ranges.length)throw new RangeError("Invalid JSON representation for EditorSelection");return new Zx(e.ranges.map(e=>Gx.fromJSON(e)),e.main)}static single(e,t=e){return new Zx([Zx.range(e,t)],0)}static create(e,t=0){if(0==e.length)throw new RangeError("A selection needs at least one range");for(let n=0,i=0;i<e.length;i++){let o=e[i];if(o.empty?o.from<=n:o.from<n)return Zx.normalized(e.slice(),t);n=o.to}return new Zx(e,t)}static cursor(e,t=0,n,i){return Gx.create(e,e,(0==t?0:t<0?8:16)|(null==n?7:Math.min(6,n))|(null!=i?i:16777215)<<6)}static range(e,t,n,i){let o=(null!=n?n:16777215)<<6|(null==i?7:Math.min(6,i));return t<e?Gx.create(t,e,48|o):Gx.create(e,t,(t>e?8:0)|o)}static normalized(e,t=0){let n=e[t];e.sort((e,t)=>e.from-t.from),t=e.indexOf(n);for(let n=1;n<e.length;n++){let i=e[n],o=e[n-1];if(i.empty?i.from<=o.to:i.from<o.to){let r=o.from,s=Math.max(i.to,o.to);n<=t&&t--,e.splice(--n,2,i.anchor>i.head?Zx.range(s,r):Zx.range(r,s))}}return new Zx(e,t)}}function Jx(e,t){for(let n of e.ranges)if(n.to>t)throw new RangeError("Selection points outside of document")}let eb=0;class tb{constructor(e,t,n,i,o){this.combine=e,this.compareInput=t,this.compare=n,this.isStatic=i,this.id=eb++,this.default=e([]),this.extensions="function"==typeof o?o(this):o}get reader(){return this}static define(e={}){return new tb(e.combine||(e=>e),e.compareInput||((e,t)=>e===t),e.compare||(e.combine?(e,t)=>e===t:nb),!!e.static,e.enables)}of(e){return new ib([],this,0,e)}compute(e,t){if(this.isStatic)throw new Error("Can't compute a static facet");return new ib(e,this,1,t)}computeN(e,t){if(this.isStatic)throw new Error("Can't compute a static facet");return new ib(e,this,2,t)}from(e,t){return t||(t=e=>e),this.compute([e],n=>t(n.field(e)))}}function nb(e,t){return e==t||e.length==t.length&&e.every((e,n)=>e===t[n])}class ib{constructor(e,t,n,i){this.dependencies=e,this.facet=t,this.type=n,this.value=i,this.id=eb++}dynamicSlot(e){var t;let n=this.value,i=this.facet.compareInput,o=this.id,r=e[o]>>1,s=2==this.type,a=!1,l=!1,c=[];for(let n of this.dependencies)"doc"==n?a=!0:"selection"==n?l=!0:1&(null!==(t=e[n.id])&&void 0!==t?t:1)||c.push(e[n.id]);return{create:e=>(e.values[r]=n(e),1),update(e,t){if(a&&t.docChanged||l&&(t.docChanged||t.selection)||rb(e,c)){let t=n(e);if(s?!ob(t,e.values[r],i):!i(t,e.values[r]))return e.values[r]=t,1}return 0},reconfigure:(e,t)=>{let a,l=t.config.address[o];if(null!=l){let o=bb(t,l);if(this.dependencies.every(n=>n instanceof tb?t.facet(n)===e.facet(n):!(n instanceof lb)||t.field(n,!1)==e.field(n,!1))||(s?ob(a=n(e),o,i):i(a=n(e),o)))return e.values[r]=o,0}else a=n(e);return e.values[r]=a,1}}}}function ob(e,t,n){if(e.length!=t.length)return!1;for(let i=0;i<e.length;i++)if(!n(e[i],t[i]))return!1;return!0}function rb(e,t){let n=!1;for(let i of t)1&xb(e,i)&&(n=!0);return n}function sb(e,t,n){let i=n.map(t=>e[t.id]),o=n.map(e=>e.type),r=i.filter(e=>!(1&e)),s=e[t.id]>>1;function a(e){let n=[];for(let t=0;t<i.length;t++){let r=bb(e,i[t]);if(2==o[t])for(let e of r)n.push(e);else n.push(r)}return t.combine(n)}return{create(e){for(let t of i)xb(e,t);return e.values[s]=a(e),1},update(e,n){if(!rb(e,r))return 0;let i=a(e);return t.compare(i,e.values[s])?0:(e.values[s]=i,1)},reconfigure(e,o){let r=rb(e,i),l=o.config.facets[t.id],c=o.facet(t);if(l&&!r&&nb(n,l))return e.values[s]=c,0;let u=a(e);return t.compare(u,c)?(e.values[s]=c,0):(e.values[s]=u,1)}}}const ab=tb.define({static:!0});class lb{constructor(e,t,n,i,o){this.id=e,this.createF=t,this.updateF=n,this.compareF=i,this.spec=o,this.provides=void 0}static define(e){let t=new lb(eb++,e.create,e.update,e.compare||((e,t)=>e===t),e);return e.provide&&(t.provides=e.provide(t)),t}create(e){let t=e.facet(ab).find(e=>e.field==this);return((null==t?void 0:t.create)||this.createF)(e)}slot(e){let t=e[this.id]>>1;return{create:e=>(e.values[t]=this.create(e),1),update:(e,n)=>{let i=e.values[t],o=this.updateF(i,n);return this.compareF(i,o)?0:(e.values[t]=o,1)},reconfigure:(e,n)=>{let i,o=e.facet(ab),r=n.facet(ab);return(i=o.find(e=>e.field==this))&&i!=r.find(e=>e.field==this)?(e.values[t]=i.create(e),1):null!=n.config.address[this.id]?(e.values[t]=n.field(this),0):(e.values[t]=this.create(e),1)}}}init(e){return[this,ab.of({field:this,create:e})]}get extension(){return this}}const cb=4,ub=3,hb=2,db=1;function pb(e){return t=>new gb(t,e)}const fb={highest:pb(0),high:pb(db),default:pb(hb),low:pb(ub),lowest:pb(cb)};class gb{constructor(e,t){this.inner=e,this.prec=t}}class mb{of(e){return new vb(this,e)}reconfigure(e){return mb.reconfigure.of({compartment:this,extension:e})}get(e){return e.config.compartments.get(this)}}class vb{constructor(e,t){this.compartment=e,this.inner=t}}class yb{constructor(e,t,n,i,o,r){for(this.base=e,this.compartments=t,this.dynamicSlots=n,this.address=i,this.staticValues=o,this.facets=r,this.statusTemplate=[];this.statusTemplate.length<n.length;)this.statusTemplate.push(0)}staticFacet(e){let t=this.address[e.id];return null==t?e.default:this.staticValues[t>>1]}static resolve(e,t,n){let i=[],o=Object.create(null),r=new Map;for(let n of function(e,t,n){let i=[[],[],[],[],[]],o=new Map;function r(e,s){let a=o.get(e);if(null!=a){if(a<=s)return;let t=i[a].indexOf(e);t>-1&&i[a].splice(t,1),e instanceof vb&&n.delete(e.compartment)}if(o.set(e,s),Array.isArray(e))for(let t of e)r(t,s);else if(e instanceof vb){if(n.has(e.compartment))throw new RangeError("Duplicate use of compartment in extensions");let i=t.get(e.compartment)||e.inner;n.set(e.compartment,i),r(i,s)}else if(e instanceof gb)r(e.inner,e.prec);else if(e instanceof lb)i[s].push(e),e.provides&&r(e.provides,s);else if(e instanceof ib)i[s].push(e),e.facet.extensions&&r(e.facet.extensions,hb);else{let t=e.extension;if(!t)throw new Error(`Unrecognized extension value in extension set (${e}). This sometimes happens because multiple instances of @codemirror/state are loaded, breaking instanceof checks.`);r(t,s)}}return r(e,hb),i.reduce((e,t)=>e.concat(t))}(e,t,r))n instanceof lb?i.push(n):(o[n.facet.id]||(o[n.facet.id]=[])).push(n);let s=Object.create(null),a=[],l=[];for(let e of i)s[e.id]=l.length<<1,l.push(t=>e.slot(t));let c=null==n?void 0:n.config.facets;for(let e in o){let t=o[e],i=t[0].facet,r=c&&c[e]||[];if(t.every(e=>0==e.type))if(s[i.id]=a.length<<1|1,nb(r,t))a.push(n.facet(i));else{let e=i.combine(t.map(e=>e.value));a.push(n&&i.compare(e,n.facet(i))?n.facet(i):e)}else{for(let e of t)0==e.type?(s[e.id]=a.length<<1|1,a.push(e.value)):(s[e.id]=l.length<<1,l.push(t=>e.dynamicSlot(t)));s[i.id]=l.length<<1,l.push(e=>sb(e,i,t))}}let u=l.map(e=>e(s));return new yb(e,r,u,s,a,o)}}function xb(e,t){if(1&t)return 2;let n=t>>1,i=e.status[n];if(4==i)throw new Error("Cyclic dependency between fields and/or facets");if(2&i)return i;e.status[n]=4;let o=e.computeSlot(e,e.config.dynamicSlots[n]);return e.status[n]=2|o}function bb(e,t){return 1&t?e.config.staticValues[t>>1]:e.values[t>>1]}const _b=tb.define(),wb=tb.define({combine:e=>e.some(e=>e),static:!0}),Cb=tb.define({combine:e=>e.length?e[0]:void 0,static:!0}),kb=tb.define(),Ob=tb.define(),Eb=tb.define(),Sb=tb.define({combine:e=>!!e.length&&e[0]});class Tb{constructor(e,t){this.type=e,this.value=t}static define(){return new Rb}}class Rb{of(e){return new Tb(this,e)}}class Mb{constructor(e){this.map=e}of(e){return new Ab(this,e)}}class Ab{constructor(e,t){this.type=e,this.value=t}map(e){let t=this.type.map(this.value,e);return void 0===t?void 0:t==this.value?this:new Ab(this.type,t)}is(e){return this.type==e}static define(e={}){return new Mb(e.map||(e=>e))}static mapEffects(e,t){if(!e.length)return e;let n=[];for(let i of e){let e=i.map(t);e&&n.push(e)}return n}}Ab.reconfigure=Ab.define(),Ab.appendConfig=Ab.define();class Pb{constructor(e,t,n,i,o,r){this.startState=e,this.changes=t,this.selection=n,this.effects=i,this.annotations=o,this.scrollIntoView=r,this._doc=null,this._state=null,n&&Jx(n,t.newLength),o.some(e=>e.type==Pb.time)||(this.annotations=o.concat(Pb.time.of(Date.now())))}static create(e,t,n,i,o,r){return new Pb(e,t,n,i,o,r)}get newDoc(){return this._doc||(this._doc=this.changes.apply(this.startState.doc))}get newSelection(){return this.selection||this.startState.selection.map(this.changes)}get state(){return this._state||this.startState.applyTransaction(this),this._state}annotation(e){for(let t of this.annotations)if(t.type==e)return t.value}get docChanged(){return!this.changes.empty}get reconfigured(){return this.startState.config!=this.state.config}isUserEvent(e){let t=this.annotation(Pb.userEvent);return!(!t||!(t==e||t.length>e.length&&t.slice(0,e.length)==e&&"."==t[e.length]))}}function Db(e,t){let n=[];for(let i=0,o=0;;){let r,s;if(i<e.length&&(o==t.length||t[o]>=e[i]))r=e[i++],s=e[i++];else{if(!(o<t.length))return n;r=t[o++],s=t[o++]}!n.length||n[n.length-1]<r?n.push(r,s):n[n.length-1]<s&&(n[n.length-1]=s)}}function $b(e,t,n){var i;let o,r,s;return n?(o=t.changes,r=Wx.empty(t.changes.length),s=e.changes.compose(t.changes)):(o=t.changes.map(e.changes),r=e.changes.mapDesc(t.changes,!0),s=e.changes.compose(o)),{changes:s,selection:t.selection?t.selection.map(r):null===(i=e.selection)||void 0===i?void 0:i.map(o),effects:Ab.mapEffects(e.effects,o).concat(Ab.mapEffects(t.effects,r)),annotations:e.annotations.length?e.annotations.concat(t.annotations):t.annotations,scrollIntoView:e.scrollIntoView||t.scrollIntoView}}function Ib(e,t,n){let i=t.selection,o=Lb(t.annotations);return t.userEvent&&(o=o.concat(Pb.userEvent.of(t.userEvent))),{changes:t.changes instanceof Wx?t.changes:Wx.of(t.changes||[],n,e.facet(Cb)),selection:i&&(i instanceof Zx?i:Zx.single(i.anchor,i.head)),effects:Lb(t.effects),annotations:o,scrollIntoView:!!t.scrollIntoView}}function Bb(e,t,n){let i=Ib(e,t.length?t[0]:{},e.doc.length);t.length&&!1===t[0].filter&&(n=!1);for(let o=1;o<t.length;o++){!1===t[o].filter&&(n=!1);let r=!!t[o].sequential;i=$b(i,Ib(e,t[o],r?i.changes.newLength:e.doc.length),r)}let o=Pb.create(e,i.changes,i.selection,i.effects,i.annotations,i.scrollIntoView);return function(e){let t=e.startState,n=t.facet(Eb),i=e;for(let o=n.length-1;o>=0;o--){let r=n[o](e);r&&Object.keys(r).length&&(i=$b(i,Ib(t,r,e.changes.newLength),!0))}return i==e?e:Pb.create(t,e.changes,e.selection,i.effects,i.annotations,i.scrollIntoView)}(n?function(e){let t=e.startState,n=!0;for(let i of t.facet(kb)){let t=i(e);if(!1===t){n=!1;break}Array.isArray(t)&&(n=!0===n?t:Db(n,t))}if(!0!==n){let i,o;if(!1===n)o=e.changes.invertedDesc,i=Wx.empty(t.doc.length);else{let t=e.changes.filter(n);i=t.changes,o=t.filtered.mapDesc(t.changes).invertedDesc}e=Pb.create(t,i,e.selection&&e.selection.map(o),Ab.mapEffects(e.effects,o),e.annotations,e.scrollIntoView)}let i=t.facet(Ob);for(let n=i.length-1;n>=0;n--){let o=i[n](e);e=o instanceof Pb?o:Array.isArray(o)&&1==o.length&&o[0]instanceof Pb?o[0]:Bb(t,Lb(o),!1)}return e}(o):o)}Pb.time=Tb.define(),Pb.userEvent=Tb.define(),Pb.addToHistory=Tb.define(),Pb.remote=Tb.define();const jb=[];function Lb(e){return null==e?jb:Array.isArray(e)?e:[e]}var Nb=function(e){return e[e.Word=0]="Word",e[e.Space=1]="Space",e[e.Other=2]="Other",e}(Nb||(Nb={}));const qb=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;let Vb;try{Vb=new RegExp("[\\p{Alphabetic}\\p{Number}_]","u")}catch(Hu){}function Fb(e){return t=>{if(!/\S/.test(t))return Nb.Space;if(function(e){if(Vb)return Vb.test(e);for(let t=0;t<e.length;t++){let n=e[t];if(/\w/.test(n)||n>""&&(n.toUpperCase()!=n.toLowerCase()||qb.test(n)))return!0}return!1}(t))return Nb.Word;for(let n=0;n<e.length;n++)if(t.indexOf(e[n])>-1)return Nb.Word;return Nb.Other}}class zb{constructor(e,t,n,i,o,r){this.config=e,this.doc=t,this.selection=n,this.values=i,this.status=e.statusTemplate.slice(),this.computeSlot=o,r&&(r._state=this);for(let e=0;e<this.config.dynamicSlots.length;e++)xb(this,e<<1);this.computeSlot=null}field(e,t=!0){let n=this.config.address[e.id];if(null!=n)return xb(this,n),bb(this,n);if(t)throw new RangeError("Field is not present in this state")}update(...e){return Bb(this,e,!0)}applyTransaction(e){let t,n=this.config,{base:i,compartments:o}=n;for(let t of e.effects)t.is(mb.reconfigure)?(n&&(o=new Map,n.compartments.forEach((e,t)=>o.set(t,e)),n=null),o.set(t.value.compartment,t.value.extension)):t.is(Ab.reconfigure)?(n=null,i=t.value):t.is(Ab.appendConfig)&&(n=null,i=Lb(i).concat(t.value));if(n)t=e.startState.values.slice();else{n=yb.resolve(i,o,this),t=new zb(n,this.doc,this.selection,n.dynamicSlots.map(()=>null),(e,t)=>t.reconfigure(e,this),null).values}let r=e.startState.facet(wb)?e.newSelection:e.newSelection.asSingle();new zb(n,e.newDoc,r,t,(t,n)=>n.update(t,e),e)}replaceSelection(e){return"string"==typeof e&&(e=this.toText(e)),this.changeByRange(t=>({changes:{from:t.from,to:t.to,insert:e},range:Zx.cursor(t.from+e.length)}))}changeByRange(e){let t=this.selection,n=e(t.ranges[0]),i=this.changes(n.changes),o=[n.range],r=Lb(n.effects);for(let n=1;n<t.ranges.length;n++){let s=e(t.ranges[n]),a=this.changes(s.changes),l=a.map(i);for(let e=0;e<n;e++)o[e]=o[e].map(l);let c=i.mapDesc(a,!0);o.push(s.range.map(c)),i=i.compose(l),r=Ab.mapEffects(r,l).concat(Ab.mapEffects(Lb(s.effects),c))}return{changes:i,selection:Zx.create(o,t.mainIndex),effects:r}}changes(e=[]){return e instanceof Wx?e:Wx.of(e,this.doc.length,this.facet(zb.lineSeparator))}toText(e){return Sx.of(e.split(this.facet(zb.lineSeparator)||Vx))}sliceDoc(e=0,t=this.doc.length){return this.doc.sliceString(e,t,this.lineBreak)}facet(e){let t=this.config.address[e.id];return null==t?e.default:(xb(this,t),bb(this,t))}toJSON(e){let t={doc:this.sliceDoc(),selection:this.selection.toJSON()};if(e)for(let n in e){let i=e[n];i instanceof lb&&null!=this.config.address[i.id]&&(t[n]=i.spec.toJSON(this.field(e[n]),this))}return t}static fromJSON(e,t={},n){if(!e||"string"!=typeof e.doc)throw new RangeError("Invalid JSON representation for EditorState");let i=[];if(n)for(let t in n)if(Object.prototype.hasOwnProperty.call(e,t)){let o=n[t],r=e[t];i.push(o.init(e=>o.spec.fromJSON(r,e)))}return zb.create({doc:e.doc,selection:Zx.fromJSON(e.selection),extensions:t.extensions?i.concat([t.extensions]):i})}static create(e={}){let t=yb.resolve(e.extensions||[],new Map),n=e.doc instanceof Sx?e.doc:Sx.of((e.doc||"").split(t.staticFacet(zb.lineSeparator)||Vx)),i=e.selection?e.selection instanceof Zx?e.selection:Zx.single(e.selection.anchor,e.selection.head):Zx.single(0);return Jx(i,n.length),t.staticFacet(wb)||(i=i.asSingle()),new zb(t,n,i,t.dynamicSlots.map(()=>null),(e,t)=>t.create(e),null)}get tabSize(){return this.facet(zb.tabSize)}get lineBreak(){return this.facet(zb.lineSeparator)||"\n"}get readOnly(){return this.facet(Sb)}phrase(e,...t){for(let t of this.facet(zb.phrases))if(Object.prototype.hasOwnProperty.call(t,e)){e=t[e];break}return t.length&&(e=e.replace(/\$(\$|\d*)/g,(e,n)=>{if("$"==n)return"$";let i=+(n||1);return!i||i>t.length?e:t[i-1]})),e}languageDataAt(e,t,n=-1){let i=[];for(let o of this.facet(_b))for(let r of o(this,t,n))Object.prototype.hasOwnProperty.call(r,e)&&i.push(r[e]);return i}charCategorizer(e){let t=this.languageDataAt("wordChars",e);return Fb(t.length?t[0]:"")}wordAt(e){let{text:t,from:n,length:i}=this.doc.lineAt(e),o=this.charCategorizer(e),r=e-n,s=e-n;for(;r>0;){let e=jx(t,r,!1);if(o(t.slice(e,r))!=Nb.Word)break;r=e}for(;s<i;){let e=jx(t,s);if(o(t.slice(s,e))!=Nb.Word)break;s=e}return r==s?null:Zx.range(r+n,s+n)}}function Wb(e,t,n={}){let i={};for(let t of e)for(let e of Object.keys(t)){let o=t[e],r=i[e];if(void 0===r)i[e]=o;else if(r===o||void 0===o);else{if(!Object.hasOwnProperty.call(n,e))throw new Error("Config merge conflict for field "+e);i[e]=n[e](r,o)}}for(let e in t)void 0===i[e]&&(i[e]=t[e]);return i}zb.allowMultipleSelections=wb,zb.tabSize=tb.define({combine:e=>e.length?e[0]:4}),zb.lineSeparator=Cb,zb.readOnly=Sb,zb.phrases=tb.define({compare(e,t){let n=Object.keys(e),i=Object.keys(t);return n.length==i.length&&n.every(n=>e[n]==t[n])}}),zb.languageData=_b,zb.changeFilter=kb,zb.transactionFilter=Ob,zb.transactionExtender=Eb,mb.reconfigure=Ab.define();class Qb{eq(e){return this==e}range(e,t=e){return Ub.create(e,t,this)}}function Hb(e,t){return e==t||e.constructor==t.constructor&&e.eq(t)}Qb.prototype.startSide=Qb.prototype.endSide=0,Qb.prototype.point=!1,Qb.prototype.mapMode=Fx.TrackDel;let Ub=class e{constructor(e,t,n){this.from=e,this.to=t,this.value=n}static create(t,n,i){return new e(t,n,i)}};function Xb(e,t){return e.from-t.from||e.value.startSide-t.value.startSide}class Kb{constructor(e,t,n,i){this.from=e,this.to=t,this.value=n,this.maxPoint=i}get length(){return this.to[this.to.length-1]}findIndex(e,t,n,i=0){let o=n?this.to:this.from;for(let r=i,s=o.length;;){if(r==s)return r;let i=r+s>>1,a=o[i]-e||(n?this.value[i].endSide:this.value[i].startSide)-t;if(i==r)return a>=0?r:s;a>=0?s=i:r=i+1}}between(e,t,n,i){for(let o=this.findIndex(t,-1e9,!0),r=this.findIndex(n,1e9,!1,o);o<r;o++)if(!1===i(this.from[o]+e,this.to[o]+e,this.value[o]))return!1}map(e,t){let n=[],i=[],o=[],r=-1,s=-1;for(let a=0;a<this.value.length;a++){let l,c,u=this.value[a],h=this.from[a]+e,d=this.to[a]+e;if(h==d){let e=t.mapPos(h,u.startSide,u.mapMode);if(null==e)continue;if(l=c=e,u.startSide!=u.endSide&&(c=t.mapPos(h,u.endSide),c<l))continue}else if(l=t.mapPos(h,u.startSide),c=t.mapPos(d,u.endSide),l>c||l==c&&u.startSide>0&&u.endSide<=0)continue;(c-l||u.endSide-u.startSide)<0||(r<0&&(r=l),u.point&&(s=Math.max(s,c-l)),n.push(u),i.push(l-r),o.push(c-r))}return{mapped:n.length?new Kb(i,o,n,s):null,pos:r}}}class Yb{constructor(e,t,n,i){this.chunkPos=e,this.chunk=t,this.nextLayer=n,this.maxPoint=i}static create(e,t,n,i){return new Yb(e,t,n,i)}get length(){let e=this.chunk.length-1;return e<0?0:Math.max(this.chunkEnd(e),this.nextLayer.length)}get size(){if(this.isEmpty)return 0;let e=this.nextLayer.size;for(let t of this.chunk)e+=t.value.length;return e}chunkEnd(e){return this.chunkPos[e]+this.chunk[e].length}update(e){let{add:t=[],sort:n=!1,filterFrom:i=0,filterTo:o=this.length}=e,r=e.filter;if(0==t.length&&!r)return this;if(n&&(t=t.slice().sort(Xb)),this.isEmpty)return t.length?Yb.of(t):this;let s=new Jb(this,null,-1).goto(0),a=0,l=[],c=new Gb;for(;s.value||a<t.length;)if(a<t.length&&(s.from-t[a].from||s.startSide-t[a].value.startSide)>=0){let e=t[a++];c.addInner(e.from,e.to,e.value)||l.push(e)}else 1==s.rangeIndex&&s.chunkIndex<this.chunk.length&&(a==t.length||this.chunkEnd(s.chunkIndex)<t[a].from)&&(!r||i>this.chunkEnd(s.chunkIndex)||o<this.chunkPos[s.chunkIndex])&&c.addChunk(this.chunkPos[s.chunkIndex],this.chunk[s.chunkIndex])?s.nextChunk():((!r||i>s.to||o<s.from||r(s.from,s.to,s.value))&&(c.addInner(s.from,s.to,s.value)||l.push(Ub.create(s.from,s.to,s.value))),s.next());return c.finishInner(this.nextLayer.isEmpty&&!l.length?Yb.empty:this.nextLayer.update({add:l,filter:r,filterFrom:i,filterTo:o}))}map(e){if(e.empty||this.isEmpty)return this;let t=[],n=[],i=-1;for(let o=0;o<this.chunk.length;o++){let r=this.chunkPos[o],s=this.chunk[o],a=e.touchesRange(r,r+s.length);if(!1===a)i=Math.max(i,s.maxPoint),t.push(s),n.push(e.mapPos(r));else if(!0===a){let{mapped:o,pos:a}=s.map(r,e);o&&(i=Math.max(i,o.maxPoint),t.push(o),n.push(a))}}let o=this.nextLayer.map(e);return 0==t.length?o:new Yb(n,t,o||Yb.empty,i)}between(e,t,n){if(!this.isEmpty){for(let i=0;i<this.chunk.length;i++){let o=this.chunkPos[i],r=this.chunk[i];if(t>=o&&e<=o+r.length&&!1===r.between(o,e-o,t-o,n))return}this.nextLayer.between(e,t,n)}}iter(e=0){return e_.from([this]).goto(e)}get isEmpty(){return this.nextLayer==this}static iter(e,t=0){return e_.from(e).goto(t)}static compare(e,t,n,i,o=-1){let r=e.filter(e=>e.maxPoint>0||!e.isEmpty&&e.maxPoint>=o),s=t.filter(e=>e.maxPoint>0||!e.isEmpty&&e.maxPoint>=o),a=Zb(r,s,n),l=new n_(r,a,o),c=new n_(s,a,o);n.iterGaps((e,t,n)=>i_(l,e,c,t,n,i)),n.empty&&0==n.length&&i_(l,0,c,0,0,i)}static eq(e,t,n=0,i){null==i&&(i=999999999);let o=e.filter(e=>!e.isEmpty&&t.indexOf(e)<0),r=t.filter(t=>!t.isEmpty&&e.indexOf(t)<0);if(o.length!=r.length)return!1;if(!o.length)return!0;let s=Zb(o,r),a=new n_(o,s,0).goto(n),l=new n_(r,s,0).goto(n);for(;;){if(a.to!=l.to||!o_(a.active,l.active)||a.point&&(!l.point||!Hb(a.point,l.point)))return!1;if(a.to>i)return!0;a.next(),l.next()}}static spans(e,t,n,i,o=-1){let r=new n_(e,null,o).goto(t),s=t,a=r.openStart;for(;;){let e=Math.min(r.to,n);if(r.point){let n=r.activeForPoint(r.to),o=r.pointFrom<t?n.length+1:r.point.startSide<0?n.length:Math.min(n.length,a);i.point(s,e,r.point,n,o,r.pointRank),a=Math.min(r.openEnd(e),n.length)}else e>s&&(i.span(s,e,r.active,a),a=r.openEnd(e));if(r.to>n)return a+(r.point&&r.to>n?1:0);s=r.to,r.next()}}static of(e,t=!1){let n=new Gb;for(let i of e instanceof Ub?[e]:t?function(e){if(e.length>1)for(let t=e[0],n=1;n<e.length;n++){let i=e[n];if(Xb(t,i)>0)return e.slice().sort(Xb);t=i}return e}(e):e)n.add(i.from,i.to,i.value);return n.finish()}static join(e){if(!e.length)return Yb.empty;let t=e[e.length-1];for(let n=e.length-2;n>=0;n--)for(let i=e[n];i!=Yb.empty;i=i.nextLayer)t=new Yb(i.chunkPos,i.chunk,t,Math.max(i.maxPoint,t.maxPoint));return t}}Yb.empty=new Yb([],[],null,-1),Yb.empty.nextLayer=Yb.empty;class Gb{finishChunk(e){this.chunks.push(new Kb(this.from,this.to,this.value,this.maxPoint)),this.chunkPos.push(this.chunkStart),this.chunkStart=-1,this.setMaxPoint=Math.max(this.setMaxPoint,this.maxPoint),this.maxPoint=-1,e&&(this.from=[],this.to=[],this.value=[])}constructor(){this.chunks=[],this.chunkPos=[],this.chunkStart=-1,this.last=null,this.lastFrom=-1e9,this.lastTo=-1e9,this.from=[],this.to=[],this.value=[],this.maxPoint=-1,this.setMaxPoint=-1,this.nextLayer=null}add(e,t,n){this.addInner(e,t,n)||(this.nextLayer||(this.nextLayer=new Gb)).add(e,t,n)}addInner(e,t,n){let i=e-this.lastTo||n.startSide-this.last.endSide;if(i<=0&&(e-this.lastFrom||n.startSide-this.last.startSide)<0)throw new Error("Ranges must be added sorted by `from` position and `startSide`");return!(i<0)&&(250==this.from.length&&this.finishChunk(!0),this.chunkStart<0&&(this.chunkStart=e),this.from.push(e-this.chunkStart),this.to.push(t-this.chunkStart),this.last=n,this.lastFrom=e,this.lastTo=t,this.value.push(n),n.point&&(this.maxPoint=Math.max(this.maxPoint,t-e)),!0)}addChunk(e,t){if((e-this.lastTo||t.value[0].startSide-this.last.endSide)<0)return!1;this.from.length&&this.finishChunk(!0),this.setMaxPoint=Math.max(this.setMaxPoint,t.maxPoint),this.chunks.push(t),this.chunkPos.push(e);let n=t.value.length-1;return this.last=t.value[n],this.lastFrom=t.from[n]+e,this.lastTo=t.to[n]+e,!0}finish(){return this.finishInner(Yb.empty)}finishInner(e){if(this.from.length&&this.finishChunk(!1),0==this.chunks.length)return e;let t=Yb.create(this.chunkPos,this.chunks,this.nextLayer?this.nextLayer.finishInner(e):e,this.setMaxPoint);return this.from=null,t}}function Zb(e,t,n){let i=new Map;for(let t of e)for(let e=0;e<t.chunk.length;e++)t.chunk[e].maxPoint<=0&&i.set(t.chunk[e],t.chunkPos[e]);let o=new Set;for(let e of t)for(let t=0;t<e.chunk.length;t++){let r=i.get(e.chunk[t]);null==r||(n?n.mapPos(r):r)!=e.chunkPos[t]||(null==n?void 0:n.touchesRange(r,r+e.chunk[t].length))||o.add(e.chunk[t])}return o}class Jb{constructor(e,t,n,i=0){this.layer=e,this.skip=t,this.minPoint=n,this.rank=i}get startSide(){return this.value?this.value.startSide:0}get endSide(){return this.value?this.value.endSide:0}goto(e,t=-1e9){return this.chunkIndex=this.rangeIndex=0,this.gotoInner(e,t,!1),this}gotoInner(e,t,n){for(;this.chunkIndex<this.layer.chunk.length;){let t=this.layer.chunk[this.chunkIndex];if(!(this.skip&&this.skip.has(t)||this.layer.chunkEnd(this.chunkIndex)<e||t.maxPoint<this.minPoint))break;this.chunkIndex++,n=!1}if(this.chunkIndex<this.layer.chunk.length){let i=this.layer.chunk[this.chunkIndex].findIndex(e-this.layer.chunkPos[this.chunkIndex],t,!0);(!n||this.rangeIndex<i)&&this.setRangeIndex(i)}this.next()}forward(e,t){(this.to-e||this.endSide-t)<0&&this.gotoInner(e,t,!0)}next(){for(;;){if(this.chunkIndex==this.layer.chunk.length){this.from=this.to=1e9,this.value=null;break}{let e=this.layer.chunkPos[this.chunkIndex],t=this.layer.chunk[this.chunkIndex],n=e+t.from[this.rangeIndex];if(this.from=n,this.to=e+t.to[this.rangeIndex],this.value=t.value[this.rangeIndex],this.setRangeIndex(this.rangeIndex+1),this.minPoint<0||this.value.point&&this.to-this.from>=this.minPoint)break}}}setRangeIndex(e){if(e==this.layer.chunk[this.chunkIndex].value.length){if(this.chunkIndex++,this.skip)for(;this.chunkIndex<this.layer.chunk.length&&this.skip.has(this.layer.chunk[this.chunkIndex]);)this.chunkIndex++;this.rangeIndex=0}else this.rangeIndex=e}nextChunk(){this.chunkIndex++,this.rangeIndex=0,this.next()}compare(e){return this.from-e.from||this.startSide-e.startSide||this.rank-e.rank||this.to-e.to||this.endSide-e.endSide}}class e_{constructor(e){this.heap=e}static from(e,t=null,n=-1){let i=[];for(let o=0;o<e.length;o++)for(let r=e[o];!r.isEmpty;r=r.nextLayer)r.maxPoint>=n&&i.push(new Jb(r,t,n,o));return 1==i.length?i[0]:new e_(i)}get startSide(){return this.value?this.value.startSide:0}goto(e,t=-1e9){for(let n of this.heap)n.goto(e,t);for(let e=this.heap.length>>1;e>=0;e--)t_(this.heap,e);return this.next(),this}forward(e,t){for(let n of this.heap)n.forward(e,t);for(let e=this.heap.length>>1;e>=0;e--)t_(this.heap,e);(this.to-e||this.value.endSide-t)<0&&this.next()}next(){if(0==this.heap.length)this.from=this.to=1e9,this.value=null,this.rank=-1;else{let e=this.heap[0];this.from=e.from,this.to=e.to,this.value=e.value,this.rank=e.rank,e.value&&e.next(),t_(this.heap,0)}}}function t_(e,t){for(let n=e[t];;){let i=1+(t<<1);if(i>=e.length)break;let o=e[i];if(i+1<e.length&&o.compare(e[i+1])>=0&&(o=e[i+1],i++),n.compare(o)<0)break;e[i]=n,e[t]=o,t=i}}class n_{constructor(e,t,n){this.minPoint=n,this.active=[],this.activeTo=[],this.activeRank=[],this.minActive=-1,this.point=null,this.pointFrom=0,this.pointRank=0,this.to=-1e9,this.endSide=0,this.openStart=-1,this.cursor=e_.from(e,t,n)}goto(e,t=-1e9){return this.cursor.goto(e,t),this.active.length=this.activeTo.length=this.activeRank.length=0,this.minActive=-1,this.to=e,this.endSide=t,this.openStart=-1,this.next(),this}forward(e,t){for(;this.minActive>-1&&(this.activeTo[this.minActive]-e||this.active[this.minActive].endSide-t)<0;)this.removeActive(this.minActive);this.cursor.forward(e,t)}removeActive(e){r_(this.active,e),r_(this.activeTo,e),r_(this.activeRank,e),this.minActive=a_(this.active,this.activeTo)}addActive(e){let t=0,{value:n,to:i,rank:o}=this.cursor;for(;t<this.activeRank.length&&(o-this.activeRank[t]||i-this.activeTo[t])>0;)t++;s_(this.active,t,n),s_(this.activeTo,t,i),s_(this.activeRank,t,o),e&&s_(e,t,this.cursor.from),this.minActive=a_(this.active,this.activeTo)}next(){let e=this.to,t=this.point;this.point=null;let n=this.openStart<0?[]:null;for(;;){let i=this.minActive;if(i>-1&&(this.activeTo[i]-this.cursor.from||this.active[i].endSide-this.cursor.startSide)<0){if(this.activeTo[i]>e){this.to=this.activeTo[i],this.endSide=this.active[i].endSide;break}this.removeActive(i),n&&r_(n,i)}else{if(!this.cursor.value){this.to=this.endSide=1e9;break}if(this.cursor.from>e){this.to=this.cursor.from,this.endSide=this.cursor.startSide;break}{let e=this.cursor.value;if(e.point){if(!(t&&this.cursor.to==this.to&&this.cursor.from<this.cursor.to)){this.point=e,this.pointFrom=this.cursor.from,this.pointRank=this.cursor.rank,this.to=this.cursor.to,this.endSide=e.endSide,this.cursor.next(),this.forward(this.to,this.endSide);break}this.cursor.next()}else this.addActive(n),this.cursor.next()}}}if(n){this.openStart=0;for(let t=n.length-1;t>=0&&n[t]<e;t--)this.openStart++}}activeForPoint(e){if(!this.active.length)return this.active;let t=[];for(let n=this.active.length-1;n>=0&&!(this.activeRank[n]<this.pointRank);n--)(this.activeTo[n]>e||this.activeTo[n]==e&&this.active[n].endSide>=this.point.endSide)&&t.push(this.active[n]);return t.reverse()}openEnd(e){let t=0;for(let n=this.activeTo.length-1;n>=0&&this.activeTo[n]>e;n--)t++;return t}}function i_(e,t,n,i,o,r){e.goto(t),n.goto(i);let s=i+o,a=i,l=i-t,c=!!r.boundChange;for(let t=!1;;){let i=e.to+l-n.to,o=i||e.endSide-n.endSide,u=o<0?e.to+l:n.to,h=Math.min(u,s);if(e.point||n.point?(e.point&&n.point&&Hb(e.point,n.point)&&o_(e.activeForPoint(e.to),n.activeForPoint(n.to))||r.comparePoint(a,h,e.point,n.point),t=!1):(t&&r.boundChange(a),h>a&&!o_(e.active,n.active)&&r.compareRange(a,h,e.active,n.active),c&&h<s&&(i||e.openEnd(u)!=n.openEnd(u))&&(t=!0)),u>s)break;a=u,o<=0&&e.next(),o>=0&&n.next()}}function o_(e,t){if(e.length!=t.length)return!1;for(let n=0;n<e.length;n++)if(e[n]!=t[n]&&!Hb(e[n],t[n]))return!1;return!0}function r_(e,t){for(let n=t,i=e.length-1;n<i;n++)e[n]=e[n+1];e.pop()}function s_(e,t,n){for(let n=e.length-1;n>=t;n--)e[n+1]=e[n];e[t]=n}function a_(e,t){let n=-1,i=1e9;for(let o=0;o<t.length;o++)(t[o]-i||e[o].endSide-e[n].endSide)<0&&(n=o,i=t[o]);return n}function l_(e,t,n=e.length){let i=0;for(let o=0;o<n&&o<e.length;)9==e.charCodeAt(o)?(i+=t-i%t,o++):(i++,o=jx(e,o));return i}const c_="undefined"==typeof Symbol?"__ͼ":Symbol.for("ͼ"),u_="undefined"==typeof Symbol?"__styleSet"+Math.floor(1e8*Math.random()):Symbol("styleSet"),h_="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:{};class d_{constructor(e,t){this.rules=[];let{finish:n}=t||{};function i(e){return/^@/.test(e)?[e]:e.split(/,\s*/)}function o(e,t,r,s){let a=[],l=/^@(\w+)\b/.exec(e[0]),c=l&&"keyframes"==l[1];if(l&&null==t)return r.push(e[0]+";");for(let n in t){let s=t[n];if(/&/.test(n))o(n.split(/,\s*/).map(t=>e.map(e=>t.replace(/&/,e))).reduce((e,t)=>e.concat(t)),s,r);else if(s&&"object"==typeof s){if(!l)throw new RangeError("The value of a property ("+n+") should be a primitive value.");o(i(n),s,a,c)}else null!=s&&a.push(n.replace(/_.*/,"").replace(/[A-Z]/g,e=>"-"+e.toLowerCase())+": "+s+";")}(a.length||c)&&r.push((!n||l||s?e:e.map(n)).join(", ")+" {"+a.join(" ")+"}")}for(let t in e)o(i(t),e[t],this.rules)}getRules(){return this.rules.join("\n")}static newName(){let e=h_[c_]||1;return h_[c_]=e+1,"ͼ"+e.toString(36)}static mount(e,t,n){let i=e[u_],o=n&&n.nonce;i?o&&i.setNonce(o):i=new f_(e,o),i.mount(Array.isArray(t)?t:[t],e)}}let p_=new Map;class f_{constructor(e,t){let n=e.ownerDocument||e,i=n.defaultView;if(!e.head&&e.adoptedStyleSheets&&i.CSSStyleSheet){let t=p_.get(n);if(t)return e[u_]=t;this.sheet=new i.CSSStyleSheet,p_.set(n,this)}else this.styleTag=n.createElement("style"),t&&this.styleTag.setAttribute("nonce",t);this.modules=[],e[u_]=this}mount(e,t){let n=this.sheet,i=0,o=0;for(let t=0;t<e.length;t++){let r=e[t],s=this.modules.indexOf(r);if(s<o&&s>-1&&(this.modules.splice(s,1),o--,s=-1),-1==s){if(this.modules.splice(o++,0,r),n)for(let e=0;e<r.rules.length;e++)n.insertRule(r.rules[e],i++)}else{for(;o<s;)i+=this.modules[o++].rules.length;i+=r.rules.length,o++}}if(n)t.adoptedStyleSheets.indexOf(this.sheet)<0&&(t.adoptedStyleSheets=[this.sheet,...t.adoptedStyleSheets]);else{let e="";for(let t=0;t<this.modules.length;t++)e+=this.modules[t].getRules()+"\n";this.styleTag.textContent=e;let n=t.head||t;this.styleTag.parentNode!=n&&n.insertBefore(this.styleTag,n.firstChild)}}setNonce(e){this.styleTag&&this.styleTag.getAttribute("nonce")!=e&&this.styleTag.setAttribute("nonce",e)}}for(var g_={8:"Backspace",9:"Tab",10:"Enter",12:"NumLock",13:"Enter",16:"Shift",17:"Control",18:"Alt",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",44:"PrintScreen",45:"Insert",46:"Delete",59:";",61:"=",91:"Meta",92:"Meta",106:"*",107:"+",108:",",109:"-",110:".",111:"/",144:"NumLock",145:"ScrollLock",160:"Shift",161:"Shift",162:"Control",163:"Control",164:"Alt",165:"Alt",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"},m_={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},v_="undefined"!=typeof navigator&&/Mac/.test(navigator.platform),y_="undefined"!=typeof navigator&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent),x_=0;x_<10;x_++)g_[48+x_]=g_[96+x_]=String(x_);for(x_=1;x_<=24;x_++)g_[x_+111]="F"+x_;for(x_=65;x_<=90;x_++)g_[x_]=String.fromCharCode(x_+32),m_[x_]=String.fromCharCode(x_);for(var b_ in g_)m_.hasOwnProperty(b_)||(m_[b_]=g_[b_]);function __(){var e=arguments[0];"string"==typeof e&&(e=document.createElement(e));var t=1,n=arguments[1];if(n&&"object"==typeof n&&null==n.nodeType&&!Array.isArray(n)){for(var i in n)if(Object.prototype.hasOwnProperty.call(n,i)){var o=n[i];"string"==typeof o?e.setAttribute(i,o):null!=o&&(e[i]=o)}t++}for(;t<arguments.length;t++)w_(e,arguments[t]);return e}function w_(e,t){if("string"==typeof t)e.appendChild(document.createTextNode(t));else if(null==t);else if(null!=t.nodeType)e.appendChild(t);else{if(!Array.isArray(t))throw new RangeError("Unsupported child node: "+t);for(var n=0;n<t.length;n++)w_(e,t[n])}}let C_="undefined"!=typeof navigator?navigator:{userAgent:"",vendor:"",platform:""},k_="undefined"!=typeof document?document:{documentElement:{style:{}}};const O_=/Edge\/(\d+)/.exec(C_.userAgent),E_=/MSIE \d/.test(C_.userAgent),S_=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(C_.userAgent),T_=!!(E_||S_||O_),R_=!T_&&/gecko\/(\d+)/i.test(C_.userAgent),M_=!T_&&/Chrome\/(\d+)/.exec(C_.userAgent),A_="webkitFontSmoothing"in k_.documentElement.style,P_=!T_&&/Apple Computer/.test(C_.vendor),D_=P_&&(/Mobile\/\w+/.test(C_.userAgent)||C_.maxTouchPoints>2);var $_={mac:D_||/Mac/.test(C_.platform),windows:/Win/.test(C_.platform),linux:/Linux|X11/.test(C_.platform),ie:T_,ie_version:E_?k_.documentMode||6:S_?+S_[1]:O_?+O_[1]:0,gecko:R_,gecko_version:R_?+(/Firefox\/(\d+)/.exec(C_.userAgent)||[0,0])[1]:0,chrome:!!M_,chrome_version:M_?+M_[1]:0,ios:D_,android:/Android\b/.test(C_.userAgent),webkit_version:A_?+(/\bAppleWebKit\/(\d+)/.exec(C_.userAgent)||[0,0])[1]:0,safari:P_,safari_version:P_?+(/\bVersion\/(\d+(\.\d+)?)/.exec(C_.userAgent)||[0,0])[1]:0,tabSize:null!=k_.documentElement.style.tabSize?"tab-size":"-moz-tab-size"};function I_(e,t){for(let n in e)"class"==n&&t.class?t.class+=" "+e.class:"style"==n&&t.style?t.style+=";"+e.style:t[n]=e[n];return t}const B_=Object.create(null);function j_(e,t,n){if(e==t)return!0;e||(e=B_),t||(t=B_);let i=Object.keys(e),o=Object.keys(t);if(i.length-0!=o.length-0)return!1;for(let r of i)if(r!=n&&(-1==o.indexOf(r)||e[r]!==t[r]))return!1;return!0}function L_(e,t,n){let i=!1;if(t)for(let o in t)n&&o in n||(i=!0,"style"==o?e.style.cssText="":e.removeAttribute(o));if(n)for(let o in n)t&&t[o]==n[o]||(i=!0,"style"==o?e.style.cssText=n[o]:e.setAttribute(o,n[o]));return i}function N_(e){let t=Object.create(null);for(let n=0;n<e.attributes.length;n++){let i=e.attributes[n];t[i.name]=i.value}return t}class q_{eq(e){return!1}updateDOM(e,t){return!1}compare(e){return this==e||this.constructor==e.constructor&&this.eq(e)}get estimatedHeight(){return-1}get lineBreaks(){return 0}ignoreEvent(e){return!0}coordsAt(e,t,n){return null}get isHidden(){return!1}get editable(){return!1}destroy(e){}}var V_=function(e){return e[e.Text=0]="Text",e[e.WidgetBefore=1]="WidgetBefore",e[e.WidgetAfter=2]="WidgetAfter",e[e.WidgetRange=3]="WidgetRange",e}(V_||(V_={}));class F_ extends Qb{constructor(e,t,n,i){super(),this.startSide=e,this.endSide=t,this.widget=n,this.spec=i}get heightRelevant(){return!1}static mark(e){return new z_(e)}static widget(e){let t=Math.max(-1e4,Math.min(1e4,e.side||0)),n=!!e.block;return t+=n&&!e.inlineOrder?t>0?3e8:-4e8:t>0?1e8:-1e8,new Q_(e,t,t,n,e.widget||null,!1)}static replace(e){let t,n,i=!!e.block;if(e.isBlockGap)t=-5e8,n=4e8;else{let{start:o,end:r}=H_(e,i);t=(o?i?-3e8:-1:5e8)-1,n=1+(r?i?2e8:1:-6e8)}return new Q_(e,t,n,i,e.widget||null,!0)}static line(e){return new W_(e)}static set(e,t=!1){return Yb.of(e,t)}hasHeight(){return!!this.widget&&this.widget.estimatedHeight>-1}}F_.none=Yb.empty;class z_ extends F_{constructor(e){let{start:t,end:n}=H_(e);super(t?-1:5e8,n?1:-6e8,null,e),this.tagName=e.tagName||"span",this.attrs=e.class&&e.attributes?I_(e.attributes,{class:e.class}):e.class?{class:e.class}:e.attributes||B_}eq(e){return this==e||e instanceof z_&&this.tagName==e.tagName&&j_(this.attrs,e.attrs)}range(e,t=e){if(e>=t)throw new RangeError("Mark decorations may not be empty");return super.range(e,t)}}z_.prototype.point=!1;class W_ extends F_{constructor(e){super(-2e8,-2e8,null,e)}eq(e){return e instanceof W_&&this.spec.class==e.spec.class&&j_(this.spec.attributes,e.spec.attributes)}range(e,t=e){if(t!=e)throw new RangeError("Line decoration ranges must be zero-length");return super.range(e,t)}}W_.prototype.mapMode=Fx.TrackBefore,W_.prototype.point=!0;class Q_ extends F_{constructor(e,t,n,i,o,r){super(t,n,o,e),this.block=i,this.isReplace=r,this.mapMode=i?t<=0?Fx.TrackBefore:Fx.TrackAfter:Fx.TrackDel}get type(){return this.startSide!=this.endSide?V_.WidgetRange:this.startSide<=0?V_.WidgetBefore:V_.WidgetAfter}get heightRelevant(){return this.block||!!this.widget&&(this.widget.estimatedHeight>=5||this.widget.lineBreaks>0)}eq(e){return e instanceof Q_&&function(e,t){return e==t||!!(e&&t&&e.compare(t))}(this.widget,e.widget)&&this.block==e.block&&this.startSide==e.startSide&&this.endSide==e.endSide}range(e,t=e){if(this.isReplace&&(e>t||e==t&&this.startSide>0&&this.endSide<=0))throw new RangeError("Invalid range for replacement decoration");if(!this.isReplace&&t!=e)throw new RangeError("Widget decorations can only have zero-length ranges");return super.range(e,t)}}function H_(e,t=!1){let{inclusiveStart:n,inclusiveEnd:i}=e;return null==n&&(n=e.inclusive),null==i&&(i=e.inclusive),{start:null!=n?n:t,end:null!=i?i:t}}function U_(e,t,n,i=0){let o=n.length-1;o>=0&&n[o]+i>=e?n[o]=Math.max(n[o],t):n.push(e,t)}Q_.prototype.point=!0;class X_ extends Qb{constructor(e,t){super(),this.tagName=e,this.attributes=t}eq(e){return e==this||e instanceof X_&&this.tagName==e.tagName&&j_(this.attributes,e.attributes)}static create(e){return new X_(e.tagName,e.attributes||B_)}static set(e,t=!1){return Yb.of(e,t)}}function K_(e){let t;return t=11==e.nodeType?e.getSelection?e:e.ownerDocument:e,t.getSelection()}function Y_(e,t){return!!t&&(e==t||e.contains(1!=t.nodeType?t.parentNode:t))}function G_(e,t){if(!t.anchorNode)return!1;try{return Y_(e,t.anchorNode)}catch(e){return!1}}function Z_(e){return 3==e.nodeType?hw(e,0,e.nodeValue.length).getClientRects():1==e.nodeType?e.getClientRects():[]}function J_(e,t,n,i){return!!n&&(nw(e,t,n,i,-1)||nw(e,t,n,i,1))}function ew(e){for(var t=0;;t++)if(!(e=e.previousSibling))return t}function tw(e){return 1==e.nodeType&&/^(DIV|P|LI|UL|OL|BLOCKQUOTE|DD|DT|H\d|SECTION|PRE)$/.test(e.nodeName)}function nw(e,t,n,i,o){for(;;){if(e==n&&t==i)return!0;if(t==(o<0?0:iw(e))){if("DIV"==e.nodeName)return!1;let n=e.parentNode;if(!n||1!=n.nodeType)return!1;t=ew(e)+(o<0?0:1),e=n}else{if(1!=e.nodeType)return!1;if(1==(e=e.childNodes[t+(o<0?-1:0)]).nodeType&&"false"==e.contentEditable)return!1;t=o<0?iw(e):0}}}function iw(e){return 3==e.nodeType?e.nodeValue.length:e.childNodes.length}function ow(e,t){let n=t?e.left:e.right;return{left:n,right:n,top:e.top,bottom:e.bottom}}function rw(e){let t=e.visualViewport;return t?{left:0,right:t.width,top:0,bottom:t.height}:{left:0,right:e.innerWidth,top:0,bottom:e.innerHeight}}function sw(e,t){let n=t.width/e.offsetWidth,i=t.height/e.offsetHeight;return(n>.995&&n<1.005||!isFinite(n)||Math.abs(t.width-e.offsetWidth)<1)&&(n=1),(i>.995&&i<1.005||!isFinite(i)||Math.abs(t.height-e.offsetHeight)<1)&&(i=1),{scaleX:n,scaleY:i}}X_.prototype.startSide=X_.prototype.endSide=-1;class aw{constructor(){this.anchorNode=null,this.anchorOffset=0,this.focusNode=null,this.focusOffset=0}eq(e){return this.anchorNode==e.anchorNode&&this.anchorOffset==e.anchorOffset&&this.focusNode==e.focusNode&&this.focusOffset==e.focusOffset}setRange(e){let{anchorNode:t,focusNode:n}=e;this.set(t,Math.min(e.anchorOffset,t?iw(t):0),n,Math.min(e.focusOffset,n?iw(n):0))}set(e,t,n,i){this.anchorNode=e,this.anchorOffset=t,this.focusNode=n,this.focusOffset=i}}let lw,cw=null;function uw(e){if(e.setActive)return e.setActive();if(cw)return e.focus(cw);let t=[];for(let n=e;n&&(t.push(n,n.scrollTop,n.scrollLeft),n!=n.ownerDocument);n=n.parentNode);if(e.focus(null==cw?{get preventScroll(){return cw={preventScroll:!0},!0}}:void 0),!cw){cw=!1;for(let e=0;e<t.length;){let n=t[e++],i=t[e++],o=t[e++];n.scrollTop!=i&&(n.scrollTop=i),n.scrollLeft!=o&&(n.scrollLeft=o)}}}function hw(e,t,n=t){let i=lw||(lw=document.createRange());return i.setEnd(e,n),i.setStart(e,t),i}function dw(e,t,n,i){let o={key:t,code:t,keyCode:n,which:n,cancelable:!0};i&&({altKey:o.altKey,ctrlKey:o.ctrlKey,shiftKey:o.shiftKey,metaKey:o.metaKey}=i);let r=new KeyboardEvent("keydown",o);r.synthetic=!0,e.dispatchEvent(r);let s=new KeyboardEvent("keyup",o);return s.synthetic=!0,e.dispatchEvent(s),r.defaultPrevented||s.defaultPrevented}function pw(e){return e.scrollTop>Math.max(1,e.scrollHeight-e.clientHeight-4)}function fw(e,t){for(let n=e,i=t;;){if(3==n.nodeType&&i>0)return{node:n,offset:i};if(1==n.nodeType&&i>0){if("false"==n.contentEditable)return null;n=n.childNodes[i-1],i=iw(n)}else{if(!n.parentNode||tw(n))return null;i=ew(n),n=n.parentNode}}}function gw(e,t){for(let n=e,i=t;;){if(3==n.nodeType&&i<n.nodeValue.length)return{node:n,offset:i};if(1==n.nodeType&&i<n.childNodes.length){if("false"==n.contentEditable)return null;n=n.childNodes[i],i=0}else{if(!n.parentNode||tw(n))return null;i=ew(n)+1,n=n.parentNode}}}$_.safari&&$_.safari_version>=26&&(cw=!1);class mw{constructor(e,t,n=!0){this.node=e,this.offset=t,this.precise=n}static before(e,t){return new mw(e.parentNode,ew(e),t)}static after(e,t){return new mw(e.parentNode,ew(e)+1,t)}}var vw=function(e){return e[e.LTR=0]="LTR",e[e.RTL=1]="RTL",e}(vw||(vw={}));const yw=vw.LTR,xw=vw.RTL;function bw(e){let t=[];for(let n=0;n<e.length;n++)t.push(1<<+e[n]);return t}const _w=bw("88888888888888888888888888888888888666888888787833333333337888888000000000000000000000000008888880000000000000000000000000088888888888888888888888888888888888887866668888088888663380888308888800000000000000000000000800000000000000000000000000000008"),ww=bw("4444448826627288999999999992222222222222222222222222222222222222222222222229999999999999999999994444444444644222822222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222999999949999999229989999223333333333"),Cw=Object.create(null),kw=[];for(let e of["()","[]","{}"]){let t=e.charCodeAt(0),n=e.charCodeAt(1);Cw[t]=n,Cw[n]=-t}function Ow(e){return e<=247?_w[e]:1424<=e&&e<=1524?2:1536<=e&&e<=1785?ww[e-1536]:1774<=e&&e<=2220?4:8192<=e&&e<=8204?256:64336<=e&&e<=65023?4:1}const Ew=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac\ufb50-\ufdff]/;class Sw{get dir(){return this.level%2?xw:yw}constructor(e,t,n){this.from=e,this.to=t,this.level=n}side(e,t){return this.dir==t==e?this.to:this.from}forward(e,t){return e==(this.dir==t)}static find(e,t,n,i){let o=-1;for(let r=0;r<e.length;r++){let s=e[r];if(s.from<=t&&s.to>=t){if(s.level==n)return r;(o<0||(0!=i?i<0?s.from<t:s.to>t:e[o].level>s.level))&&(o=r)}}if(o<0)throw new RangeError("Index out of range");return o}}function Tw(e,t){if(e.length!=t.length)return!1;for(let n=0;n<e.length;n++){let i=e[n],o=t[n];if(i.from!=o.from||i.to!=o.to||i.direction!=o.direction||!Tw(i.inner,o.inner))return!1}return!0}const Rw=[];function Mw(e,t,n,i,o,r,s){let a=i%2?2:1;if(i%2==o%2)for(let l=t,c=0;l<n;){let t=!0,u=!1;if(c==r.length||l<r[c].from){let e=Rw[l];e!=a&&(t=!1,u=16==e)}let h=t||1!=a?null:[],d=t?i:i+1,p=l;e:for(;;)if(c<r.length&&p==r[c].from){if(u)break e;let f=r[c];if(!t)for(let e=f.to,t=c+1;;){if(e==n)break e;if(!(t<r.length&&r[t].from==e)){if(Rw[e]==a)break e;break}e=r[t++].to}if(c++,h)h.push(f);else{f.from>l&&s.push(new Sw(l,f.from,d)),Aw(e,f.direction==yw!=!(d%2)?i+1:i,o,f.inner,f.from,f.to,s),l=f.to}p=f.to}else{if(p==n||(t?Rw[p]!=a:Rw[p]==a))break;p++}h?Mw(e,l,p,i+1,o,h,s):l<p&&s.push(new Sw(l,p,d)),l=p}else for(let l=n,c=r.length;l>t;){let n=!0,u=!1;if(!c||l>r[c-1].to){let e=Rw[l-1];e!=a&&(n=!1,u=16==e)}let h=n||1!=a?null:[],d=n?i:i+1,p=l;e:for(;;)if(c&&p==r[c-1].to){if(u)break e;let f=r[--c];if(!n)for(let e=f.from,n=c;;){if(e==t)break e;if(!n||r[n-1].to!=e){if(Rw[e-1]==a)break e;break}e=r[--n].from}if(h)h.push(f);else{f.to<l&&s.push(new Sw(f.to,l,d)),Aw(e,f.direction==yw!=!(d%2)?i+1:i,o,f.inner,f.from,f.to,s),l=f.from}p=f.from}else{if(p==t||(n?Rw[p-1]!=a:Rw[p-1]==a))break;p--}h?Mw(e,p,l,i+1,o,h,s):p<l&&s.push(new Sw(p,l,d)),l=p}}function Aw(e,t,n,i,o,r,s){let a=t%2?2:1;!function(e,t,n,i,o){for(let r=0;r<=i.length;r++){let s=r?i[r-1].to:t,a=r<i.length?i[r].from:n,l=r?256:o;for(let t=s,n=l,i=l;t<a;t++){let o=Ow(e.charCodeAt(t));512==o?o=n:8==o&&4==i&&(o=16),Rw[t]=4==o?2:o,7&o&&(i=o),n=o}for(let e=s,t=l,i=l;e<a;e++){let o=Rw[e];if(128==o)e<a-1&&t==Rw[e+1]&&24&t?o=Rw[e]=t:Rw[e]=256;else if(64==o){let o=e+1;for(;o<a&&64==Rw[o];)o++;let r=e&&8==t||o<n&&8==Rw[o]?1==i?1:8:256;for(let t=e;t<o;t++)Rw[t]=r;e=o-1}else 8==o&&1==i&&(Rw[e]=1);t=o,7&o&&(i=o)}}}(e,o,r,i,a),function(e,t,n,i,o){let r=1==o?2:1;for(let s=0,a=0,l=0;s<=i.length;s++){let c=s?i[s-1].to:t,u=s<i.length?i[s].from:n;for(let t,n,i,s=c;s<u;s++)if(n=Cw[t=e.charCodeAt(s)])if(n<0){for(let e=a-3;e>=0;e-=3)if(kw[e+1]==-n){let t=kw[e+2],n=2&t?o:4&t?1&t?r:o:0;n&&(Rw[s]=Rw[kw[e]]=n),a=e;break}}else{if(189==kw.length)break;kw[a++]=s,kw[a++]=t,kw[a++]=l}else if(2==(i=Rw[s])||1==i){let e=i==o;l=e?0:1;for(let t=a-3;t>=0;t-=3){let n=kw[t+2];if(2&n)break;if(e)kw[t+2]|=2;else{if(4&n)break;kw[t+2]|=4}}}}}(e,o,r,i,a),function(e,t,n,i){for(let o=0,r=i;o<=n.length;o++){let s=o?n[o-1].to:e,a=o<n.length?n[o].from:t;for(let l=s;l<a;){let s=Rw[l];if(256==s){let s=l+1;for(;;)if(s==a){if(o==n.length)break;s=n[o++].to,a=o<n.length?n[o].from:t}else{if(256!=Rw[s])break;s++}let c=1==r,u=c==(1==(s<t?Rw[s]:i))?c?1:2:i;for(let t=s,i=o,r=i?n[i-1].to:e;t>l;)t==r&&(t=n[--i].from,r=i?n[i-1].to:e),Rw[--t]=u;l=s}else r=s,l++}}}(o,r,i,a),Mw(e,o,r,t,n,i,s)}function Pw(e){return[new Sw(0,e,0)]}let Dw="";function $w(e,t,n,i,o){var r;let s=i.head-e.from,a=Sw.find(t,s,null!==(r=i.bidiLevel)&&void 0!==r?r:-1,i.assoc),l=t[a],c=l.side(o,n);if(s==c){let e=a+=o?1:-1;if(e<0||e>=t.length)return null;l=t[a=e],s=l.side(!o,n),c=l.side(o,n)}let u=jx(e.text,s,l.forward(o,n));(u<l.from||u>l.to)&&(u=c),Dw=e.text.slice(Math.min(s,u),Math.max(s,u));let h=a==(o?t.length-1:0)?null:t[a+(o?1:-1)];return h&&u==c&&h.level+(o?0:1)<l.level?Zx.cursor(h.side(!o,n)+e.from,h.forward(o,n)?1:-1,h.level):Zx.cursor(u+e.from,l.forward(o,n)?-1:1,l.level)}function Iw(e,t,n){for(let i=t;i<n;i++){let t=Ow(e.charCodeAt(i));if(1==t)return yw;if(2==t||4==t)return xw}return yw}const Bw=tb.define(),jw=tb.define(),Lw=tb.define(),Nw=tb.define(),qw=tb.define(),Vw=tb.define(),Fw=tb.define(),zw=tb.define(),Ww=tb.define(),Qw=tb.define({combine:e=>e.some(e=>e)}),Hw=tb.define({combine:e=>e.some(e=>e)}),Uw=tb.define();class Xw{constructor(e,t="nearest",n="nearest",i=5,o=5,r=!1){this.range=e,this.y=t,this.x=n,this.yMargin=i,this.xMargin=o,this.isSnapshot=r}map(e){return e.empty?this:new Xw(this.range.map(e),this.y,this.x,this.yMargin,this.xMargin,this.isSnapshot)}clip(e){return this.range.to<=e.doc.length?this:new Xw(Zx.cursor(e.doc.length),this.y,this.x,this.yMargin,this.xMargin,this.isSnapshot)}}const Kw=Ab.define({map:(e,t)=>e.map(t)}),Yw=Ab.define();function Gw(e,t,n){let i=e.facet(Nw);i.length?i[0](t):window.onerror&&window.onerror(String(t),n,void 0,void 0,t)||(n?console.error(n+":",t):console.error(t))}const Zw=tb.define({combine:e=>!e.length||e[0]});let Jw=0;const eC=tb.define({combine:e=>e.filter((t,n)=>{for(let i=0;i<n;i++)if(e[i].plugin==t.plugin)return!1;return!0})});class tC{constructor(e,t,n,i,o){this.id=e,this.create=t,this.domEventHandlers=n,this.domEventObservers=i,this.baseExtensions=o(this),this.extension=this.baseExtensions.concat(eC.of({plugin:this,arg:void 0}))}of(e){return this.baseExtensions.concat(eC.of({plugin:this,arg:e}))}static define(e,t){const{eventHandlers:n,eventObservers:i,provide:o,decorations:r}=t||{};return new tC(Jw++,e,n,i,e=>{let t=[];return r&&t.push(rC.of(t=>{let n=t.plugin(e);return n?r(n):F_.none})),o&&t.push(o(e)),t})}static fromClass(e,t){return tC.define((t,n)=>new e(t,n),t)}}class nC{constructor(e){this.spec=e,this.mustUpdate=null,this.value=null}get plugin(){return this.spec&&this.spec.plugin}update(e){if(this.value){if(this.mustUpdate){let e=this.mustUpdate;if(this.mustUpdate=null,this.value.update)try{this.value.update(e)}catch(t){if(Gw(e.state,t,"CodeMirror plugin crashed"),this.value.destroy)try{this.value.destroy()}catch(e){}this.deactivate()}}}else if(this.spec)try{this.value=this.spec.plugin.create(e,this.spec.arg)}catch(t){Gw(e.state,t,"CodeMirror plugin crashed"),this.deactivate()}return this}destroy(e){var t;if(null===(t=this.value)||void 0===t?void 0:t.destroy)try{this.value.destroy()}catch(t){Gw(e.state,t,"CodeMirror plugin crashed")}}deactivate(){this.spec=this.value=null}}const iC=tb.define(),oC=tb.define(),rC=tb.define(),sC=tb.define(),aC=tb.define(),lC=tb.define(),cC=tb.define();function uC(e,t){let n=e.state.facet(cC);if(!n.length)return n;let i=n.map(t=>t instanceof Function?t(e):t),o=[];return Yb.spans(i,t.from,t.to,{point(){},span(e,n,i,r){let s=e-t.from,a=n-t.from,l=o;for(let e=i.length-1;e>=0;e--,r--){let n,o=i[e].spec.bidiIsolate;if(null==o&&(o=Iw(t.text,s,a)),r>0&&l.length&&(n=l[l.length-1]).to==s&&n.direction==o)n.to=a,l=n.inner;else{let e={from:s,to:a,direction:o,inner:[]};l.push(e),l=e.inner}}}}),o}const hC=tb.define();function dC(e){let t=0,n=0,i=0,o=0;for(let r of e.state.facet(hC)){let s=r(e);s&&(null!=s.left&&(t=Math.max(t,s.left)),null!=s.right&&(n=Math.max(n,s.right)),null!=s.top&&(i=Math.max(i,s.top)),null!=s.bottom&&(o=Math.max(o,s.bottom)))}return{left:t,right:n,top:i,bottom:o}}const pC=tb.define();class fC{constructor(e,t,n,i){this.fromA=e,this.toA=t,this.fromB=n,this.toB=i}join(e){return new fC(Math.min(this.fromA,e.fromA),Math.max(this.toA,e.toA),Math.min(this.fromB,e.fromB),Math.max(this.toB,e.toB))}addToSet(e){let t=e.length,n=this;for(;t>0;t--){let i=e[t-1];if(!(i.fromA>n.toA)){if(i.toA<n.fromA)break;n=n.join(i),e.splice(t-1,1)}}return e.splice(t,0,n),e}static extendWithRanges(e,t){if(0==t.length)return e;let n=[];for(let i=0,o=0,r=0;;){let s=i<e.length?e[i].fromB:1e9,a=o<t.length?t[o]:1e9,l=Math.min(s,a);if(1e9==l)break;let c=l+r,u=l,h=c;for(;;)if(o<t.length&&t[o]<=u){let n=t[o+1];o+=2,u=Math.max(u,n);for(let t=i;t<e.length&&e[t].fromB<=u;t++)r=e[t].toA-e[t].toB;h=Math.max(h,n+r)}else{if(!(i<e.length&&e[i].fromB<=u))break;{let t=e[i++];u=Math.max(u,t.toB),h=Math.max(h,t.toA),r=t.toA-t.toB}}n.push(new fC(c,h,l,u))}return n}}class gC{constructor(e,t,n){this.view=e,this.state=t,this.transactions=n,this.flags=0,this.startState=e.state,this.changes=Wx.empty(this.startState.doc.length);for(let e of n)this.changes=this.changes.compose(e.changes);let i=[];this.changes.iterChangedRanges((e,t,n,o)=>i.push(new fC(e,t,n,o))),this.changedRanges=i}static create(e,t,n){return new gC(e,t,n)}get viewportChanged(){return(4&this.flags)>0}get viewportMoved(){return(8&this.flags)>0}get heightChanged(){return(2&this.flags)>0}get geometryChanged(){return this.docChanged||(18&this.flags)>0}get focusChanged(){return(1&this.flags)>0}get docChanged(){return!this.changes.empty}get selectionSet(){return this.transactions.some(e=>e.selection)}get empty(){return 0==this.flags&&0==this.transactions.length}}const mC=[];class vC{constructor(e,t,n=0){this.dom=e,this.length=t,this.flags=n,this.parent=null,e.cmTile=this}get breakAfter(){return 1&this.flags}get children(){return mC}isWidget(){return!1}get isHidden(){return!1}isComposite(){return!1}isLine(){return!1}isText(){return!1}isBlock(){return!1}get domAttrs(){return null}sync(e){if(this.flags|=2,4&this.flags){this.flags&=-5;let e=this.domAttrs;e&&function(e,t){for(let n=e.attributes.length-1;n>=0;n--){let i=e.attributes[n].name;null==t[i]&&e.removeAttribute(i)}for(let n in t){let i=t[n];"style"==n?e.style.cssText=i:e.getAttribute(n)!=i&&e.setAttribute(n,i)}}(this.dom,e)}}toString(){return this.constructor.name+(this.children.length?`(${this.children})`:"")+(this.breakAfter?"#":"")}destroy(){this.parent=null}setDOM(e){this.dom=e,e.cmTile=this}get posAtStart(){return this.parent?this.parent.posBefore(this):0}get posAtEnd(){return this.posAtStart+this.length}posBefore(e,t=this.posAtStart){let n=t;for(let t of this.children){if(t==e)return n;n+=t.length+t.breakAfter}throw new RangeError("Invalid child in posBefore")}posAfter(e){return this.posBefore(e)+e.length}covers(e){return!0}coordsIn(e,t){return null}domPosFor(e,t){let n=ew(this.dom),i=this.length?e>0:t>0;return new mw(this.parent.dom,n+(i?1:0),0==e||e==this.length)}markDirty(e){this.flags&=-3,e&&(this.flags|=4),this.parent&&2&this.parent.flags&&this.parent.markDirty(!1)}get overrideDOMText(){return null}get root(){for(let e=this;e;e=e.parent)if(e instanceof bC)return e;return null}static get(e){return e.cmTile}}class yC extends vC{constructor(e){super(e,0),this._children=[]}isComposite(){return!0}get children(){return this._children}get lastChild(){return this.children.length?this.children[this.children.length-1]:null}append(e){this.children.push(e),e.parent=this}sync(e){if(2&this.flags)return;super.sync(e);let t,n=this.dom,i=null,o=(null==e?void 0:e.node)==n?e:null,r=0;for(let s of this.children){if(s.sync(e),r+=s.length+s.breakAfter,t=i?i.nextSibling:n.firstChild,o&&t!=s.dom&&(o.written=!0),s.dom.parentNode==n)for(;t&&t!=s.dom;)t=xC(t);else n.insertBefore(s.dom,t);i=s.dom}for(t=i?i.nextSibling:n.firstChild,o&&t&&(o.written=!0);t;)t=xC(t);this.length=r}}function xC(e){let t=e.nextSibling;return e.parentNode.removeChild(e),t}class bC extends yC{constructor(e,t){super(t),this.view=e}owns(e){for(;e;e=e.parent)if(e==this)return!0;return!1}isBlock(){return!0}nearest(e){for(;;){if(!e)return null;let t=vC.get(e);if(t&&this.owns(t))return t;e=e.parentNode}}blockTiles(e){for(let t=[],n=this,i=0,o=0;;)if(i==n.children.length){if(!t.length)return;n=n.parent,n.breakAfter&&o++,i=t.pop()}else{let r=n.children[i++];if(r instanceof _C)t.push(i),n=r,i=0;else{let t=o+r.length,n=e(r,o);if(void 0!==n)return n;o=t+r.breakAfter}}}resolveBlock(e,t){let n,i,o=-1,r=-1;if(this.blockTiles((s,a)=>{let l=a+s.length;if(e>=a&&e<=l){if(s.isWidget()&&t>=-1&&t<=1){if(32&s.flags)return!0;16&s.flags&&(n=void 0)}(a<e||e==l&&(t<-1?s.length:s.covers(1)))&&(!n||!s.isWidget()&&n.isWidget())&&(n=s,o=e-a),(l>e||e==a&&(t>1?s.length:s.covers(-1)))&&(!i||!s.isWidget()&&i.isWidget())&&(i=s,r=e-a)}}),!n&&!i)throw new Error("No tile at position "+e);return n&&t<0||!i?{tile:n,offset:o}:{tile:i,offset:r}}}class _C extends yC{constructor(e,t){super(e),this.wrapper=t}isBlock(){return!0}covers(e){return!!this.children.length&&(e<0?this.children[0].covers(-1):this.lastChild.covers(1))}get domAttrs(){return this.wrapper.attributes}static of(e,t){let n=new _C(t||document.createElement(e.tagName),e);return t||(n.flags|=4),n}}class wC extends yC{constructor(e,t){super(e),this.attrs=t}isLine(){return!0}static start(e,t,n){let i=new wC(t||document.createElement("div"),e);return t&&n||(i.flags|=4),i}get domAttrs(){return this.attrs}resolveInline(e,t,n){let i=null,o=-1,r=null,s=-1;!function e(a,l){for(let c=0,u=0;c<a.children.length&&u<=l;c++){let h=a.children[c],d=u+h.length;d>=l&&(h.isComposite()?e(h,l-u):(!r||r.isHidden&&(t>0||n&&CC(r,h)))&&(d>l||32&h.flags)?(r=h,s=l-u):(u<l||16&h.flags&&!h.isHidden)&&(i=h,o=l-u)),u=d}}(this,e);let a=(t<0?i:r)||i||r;return a?{tile:a,offset:a==i?o:s}:null}coordsIn(e,t){let n=this.resolveInline(e,t,!0);return n?n.tile.coordsIn(Math.max(0,n.offset),t):function(e){let t=e.dom.lastChild;if(!t)return e.dom.getBoundingClientRect();let n=Z_(t);return n[n.length-1]||null}(this)}domIn(e,t){let n=this.resolveInline(e,t);if(n){let{tile:e,offset:i}=n;if(this.dom.contains(e.dom))return e.isText()?new mw(e.dom,Math.min(e.dom.nodeValue.length,i)):e.domPosFor(i,16&e.flags?1:32&e.flags?-1:t);let o=n.tile.parent,r=!1;for(let e of o.children){if(r)return new mw(e.dom,0);e==n.tile&&(r=!0)}}return new mw(this.dom,0)}}function CC(e,t){let n=e.coordsIn(0,1),i=t.coordsIn(0,1);return n&&i&&i.top<n.bottom}class kC extends yC{constructor(e,t){super(e),this.mark=t}get domAttrs(){return this.mark.attrs}static of(e,t){let n=new kC(t||document.createElement(e.tagName),e);return t||(n.flags|=4),n}}class OC extends vC{constructor(e,t){super(e,t.length),this.text=t}sync(e){2&this.flags||(super.sync(e),this.dom.nodeValue!=this.text&&(e&&e.node==this.dom&&(e.written=!0),this.dom.nodeValue=this.text))}isText(){return!0}toString(){return JSON.stringify(this.text)}coordsIn(e,t){let n=this.dom.nodeValue.length;e>n&&(e=n);let i=e,o=e,r=0;0==e&&t<0||e==n&&t>=0?$_.chrome||$_.gecko||(e?(i--,r=1):o<n&&(o++,r=-1)):t<0?i--:o<n&&o++;let s=hw(this.dom,i,o).getClientRects();if(!s.length)return null;let a=s[(r?r<0:t>=0)?0:s.length-1];return $_.safari&&!r&&0==a.width&&(a=Array.prototype.find.call(s,e=>e.width)||a),r?ow(a,r<0):a||null}static of(e,t){let n=new OC(t||document.createTextNode(e),e);return t||(n.flags|=2),n}}class EC extends vC{constructor(e,t,n,i){super(e,t,i),this.widget=n}isWidget(){return!0}get isHidden(){return this.widget.isHidden}covers(e){return!(48&this.flags)&&(this.flags&(e<0?64:128))>0}coordsIn(e,t){return this.coordsInWidget(e,t,!1)}coordsInWidget(e,t,n){let i=this.widget.coordsAt(this.dom,e,t);if(i)return i;if(n)return ow(this.dom.getBoundingClientRect(),this.length?0==e:t<=0);{let t=this.dom.getClientRects(),n=null;if(!t.length)return null;let i=!!(16&this.flags)||!(32&this.flags)&&e>0;for(let o=i?t.length-1:0;n=t[o],!(e>0?0==o:o==t.length-1||n.top<n.bottom);o+=i?-1:1);return ow(n,!i)}}get overrideDOMText(){if(!this.length)return Sx.empty;let{root:e}=this;if(!e)return Sx.empty;let t=this.posAtStart;return e.view.state.doc.slice(t,t+this.length)}destroy(){super.destroy(),this.widget.destroy(this.dom)}static of(e,t,n,i,o){return o||(o=e.toDOM(t),e.editable||(o.contentEditable="false")),new EC(o,n,e,i)}}class SC extends vC{constructor(e){let t=document.createElement("img");t.className="cm-widgetBuffer",t.setAttribute("aria-hidden","true"),super(t,0,e)}get isHidden(){return!0}get overrideDOMText(){return Sx.empty}coordsIn(e){return this.dom.getBoundingClientRect()}}class TC{constructor(e){this.index=0,this.beforeBreak=!1,this.parents=[],this.tile=e}advance(e,t,n){let{tile:i,index:o,beforeBreak:r,parents:s}=this;for(;e||t>0;)if(i.isComposite())if(r){if(!e)break;n&&n.break(),e--,r=!1}else if(o==i.children.length){if(!e&&!s.length)break;n&&n.leave(i),r=!!i.breakAfter,({tile:i,index:o}=s.pop()),o++}else{let a=i.children[o],l=a.breakAfter;!(t>0?a.length<=e:a.length<e)||n&&!1===n.skip(a,0,a.length)&&a.isComposite?(s.push({tile:i,index:o}),i=a,o=0,n&&a.isComposite()&&n.enter(a)):(r=!!l,o++,e-=a.length)}else if(o==i.length)r=!!i.breakAfter,({tile:i,index:o}=s.pop()),o++;else{if(!e)break;{let t=Math.min(e,i.length-o);n&&n.skip(i,o,o+t),e-=t,o+=t}}return this.tile=i,this.index=o,this.beforeBreak=r,this}get root(){return this.parents.length?this.parents[0].tile:this.tile}}class RC{constructor(e,t,n,i){this.from=e,this.to=t,this.wrapper=n,this.rank=i}}class MC{constructor(e,t,n){this.cache=e,this.root=t,this.blockWrappers=n,this.curLine=null,this.lastBlock=null,this.afterWidget=null,this.pos=0,this.wrappers=[],this.wrapperPos=0}addText(e,t,n,i){var o;this.flushBuffer();let r=this.ensureMarks(t,n),s=r.lastChild;if(s&&s.isText()&&!(8&s.flags)&&s.length+e.length<512){this.cache.reused.set(s,2),(r.children[r.children.length-1]=new OC(s.dom,s.text+e)).parent=r}else r.append(i||OC.of(e,null===(o=this.cache.find(OC))||void 0===o?void 0:o.dom));this.pos+=e.length,this.afterWidget=null}addComposition(e,t){let n=this.curLine;n.dom!=t.line.dom&&(n.setDOM(this.cache.reused.has(t.line)?jC(t.line.dom):t.line.dom),this.cache.reused.set(t.line,2));let i=n;for(let e=t.marks.length-1;e>=0;e--){let n=t.marks[e],o=i.lastChild;if(o instanceof kC&&o.mark.eq(n.mark))o.dom!=n.dom&&o.setDOM(jC(n.dom)),i=o;else{if(this.cache.reused.get(n)){let e=vC.get(n.dom);e&&e.setDOM(jC(n.dom))}let e=kC.of(n.mark,n.dom);i.append(e),i=e}this.cache.reused.set(n,2)}let o=vC.get(e.text);o&&this.cache.reused.set(o,2);let r=new OC(e.text,e.text.nodeValue);r.flags|=8,i.append(r)}addInlineWidget(e,t,n){let i=this.afterWidget&&48&e.flags&&(48&this.afterWidget.flags)==(48&e.flags);i||this.flushBuffer();let o=this.ensureMarks(t,n);i||16&e.flags||o.append(this.getBuffer(1)),o.append(e),this.pos+=e.length,this.afterWidget=e}addMark(e,t,n){this.flushBuffer(),this.ensureMarks(t,n).append(e),this.pos+=e.length,this.afterWidget=null}addBlockWidget(e){this.getBlockPos().append(e),this.pos+=e.length,this.lastBlock=e,this.endLine()}continueWidget(e){(this.afterWidget||this.lastBlock).length+=e,this.pos+=e}addLineStart(e,t){var n;e||(e=BC);let i=wC.start(e,t||(null===(n=this.cache.find(wC))||void 0===n?void 0:n.dom),!!t);this.getBlockPos().append(this.lastBlock=this.curLine=i)}addLine(e){this.getBlockPos().append(e),this.pos+=e.length,this.lastBlock=e,this.endLine()}addBreak(){this.lastBlock.flags|=1,this.endLine(),this.pos++}addLineStartIfNotCovered(e){this.blockPosCovered()||this.addLineStart(e)}ensureLine(e){this.curLine||this.addLineStart(e)}ensureMarks(e,t){var n;let i=this.curLine;for(let o=e.length-1;o>=0;o--){let r,s=e[o];if(t>0&&(r=i.lastChild)&&r instanceof kC&&r.mark.eq(s))i=r,t--;else{let e=kC.of(s,null===(n=this.cache.find(kC,e=>e.mark.eq(s)))||void 0===n?void 0:n.dom);i.append(e),i=e,t=0}}return i}endLine(){if(this.curLine){this.flushBuffer();let e=this.curLine.lastChild;e&&IC(this.curLine,!1)&&("BR"==e.dom.nodeName||!e.isWidget()||$_.ios&&IC(this.curLine,!0))||this.curLine.append(this.cache.findWidget(NC,0,32)||new EC(NC.toDOM(),0,NC,32)),this.curLine=this.afterWidget=null}}updateBlockWrappers(){this.wrapperPos>this.pos+1e4&&(this.blockWrappers.goto(this.pos),this.wrappers.length=0);for(let e=this.wrappers.length-1;e>=0;e--)this.wrappers[e].to<this.pos&&this.wrappers.splice(e,1);for(let e=this.blockWrappers;e.value&&e.from<=this.pos;e.next())if(e.to>=this.pos){let t=new RC(e.from,e.to,e.value,e.rank),n=this.wrappers.length;for(;n>0&&(this.wrappers[n-1].rank-t.rank||this.wrappers[n-1].to-t.to)<0;)n--;this.wrappers.splice(n,0,t)}this.wrapperPos=this.pos}getBlockPos(){var e;this.updateBlockWrappers();let t=this.root;for(let n of this.wrappers){let i=t.lastChild;if(n.from<this.pos&&i instanceof _C&&i.wrapper.eq(n.wrapper))t=i;else{let i=_C.of(n.wrapper,null===(e=this.cache.find(_C,e=>e.wrapper.eq(n.wrapper)))||void 0===e?void 0:e.dom);t.append(i),t=i}}return t}blockPosCovered(){let e=this.lastBlock;return null!=e&&!e.breakAfter&&(!e.isWidget()||(160&e.flags)>0)}getBuffer(e){let t=2|(e<0?16:32),n=this.cache.find(SC,void 0,1);return n&&(n.flags=t),n||new SC(t)}flushBuffer(){!this.afterWidget||32&this.afterWidget.flags||(this.afterWidget.parent.append(this.getBuffer(-1)),this.afterWidget=null)}}class AC{constructor(e){this.skipCount=0,this.text="",this.textOff=0,this.cursor=e.iter()}skip(e){this.textOff+e<=this.text.length?this.textOff+=e:(this.skipCount+=e-(this.text.length-this.textOff),this.text="",this.textOff=0)}next(e){if(this.textOff==this.text.length){let{value:t,lineBreak:n,done:i}=this.cursor.next(this.skipCount);if(this.skipCount=0,i)throw new Error("Ran out of text content when drawing inline views");this.text=t;let o=this.textOff=Math.min(e,t.length);return n?null:t.slice(0,o)}let t=Math.min(this.text.length,this.textOff+e),n=this.text.slice(this.textOff,t);return this.textOff=t,n}}const PC=[EC,wC,OC,kC,SC,_C,bC];for(let e=0;e<PC.length;e++)PC[e].bucket=e;class DC{constructor(e){this.view=e,this.buckets=PC.map(()=>[]),this.index=PC.map(()=>0),this.reused=new Map}add(e){let t=e.constructor.bucket,n=this.buckets[t];n.length<6?n.push(e):n[this.index[t]=(this.index[t]+1)%6]=e}find(e,t,n=2){let i=e.bucket,o=this.buckets[i],r=this.index[i];for(let e=o.length-1;e>=0;e--){let s=(e+r)%o.length,a=o[s];if((!t||t(a))&&!this.reused.has(a))return o.splice(s,1),s<r&&this.index[i]--,this.reused.set(a,n),a}return null}findWidget(e,t,n){let i=this.buckets[0];if(i.length)for(let o=0,r=0;;o++){if(o==i.length){if(r)return null;r=1,o=0}let s=i[o];if(!this.reused.has(s)&&(0==r?s.widget.compare(e):s.widget.constructor==e.constructor&&e.updateDOM(s.dom,this.view)))return i.splice(o,1),o<this.index[0]&&this.index[0]--,s.widget==e&&s.length==t&&(497&s.flags)==n?(this.reused.set(s,1),s):(this.reused.set(s,2),new EC(s.dom,t,e,-498&s.flags|n))}}reuse(e){return this.reused.set(e,1),e}maybeReuse(e,t=2){if(!this.reused.has(e))return this.reused.set(e,t),e.dom}clear(){for(let e=0;e<this.buckets.length;e++)this.buckets[e].length=this.index[e]=0}}class $C{constructor(e,t,n,i,o){this.view=e,this.decorations=i,this.disallowBlockEffectsFor=o,this.openWidget=!1,this.openMarks=0,this.cache=new DC(e),this.text=new AC(e.state.doc),this.builder=new MC(this.cache,new bC(e,e.contentDOM),Yb.iter(n)),this.cache.reused.set(t,2),this.old=new TC(t),this.reuseWalker={skip:(e,t,n)=>{if(this.cache.add(e),e.isComposite())return!1},enter:e=>this.cache.add(e),leave:()=>{},break:()=>{}}}run(e,t){let n=t&&this.getCompositionContext(t.text);for(let i=0,o=0,r=0;;){let s=r<e.length?e[r++]:null,a=s?s.fromA:this.old.root.length;if(a>i){let e=a-i;this.preserve(e,!r,!s),i=a,o+=e}if(!s)break;t&&s.fromA<=t.range.fromA&&s.toA>=t.range.toA?(this.forward(s.fromA,t.range.fromA,t.range.fromA<t.range.toA?1:-1),this.emit(o,t.range.fromB),this.cache.clear(),this.builder.addComposition(t,n),this.text.skip(t.range.toB-t.range.fromB),this.forward(t.range.fromA,s.toA),this.emit(t.range.toB,s.toB)):(this.forward(s.fromA,s.toA),this.emit(o,s.toB)),o=s.toB,i=s.toA}return this.builder.curLine&&this.builder.endLine(),this.builder.root}preserve(e,t,n){let i=function(e){let t=[];for(let n=e.parents.length;n>1;n--){let i=n==e.parents.length?e.tile:e.parents[n].tile;i instanceof kC&&t.push(i.mark)}return t}(this.old),o=this.openMarks;this.old.advance(e,n?1:-1,{skip:(e,t,n)=>{if(e.isWidget())if(this.openWidget)this.builder.continueWidget(n-t);else{let r=n>0||t<e.length?EC.of(e.widget,this.view,n-t,496&e.flags,this.cache.maybeReuse(e)):this.cache.reuse(e);256&r.flags?(r.flags&=-2,this.builder.addBlockWidget(r)):(this.builder.ensureLine(null),this.builder.addInlineWidget(r,i,o),o=i.length)}else if(e.isText())this.builder.ensureLine(null),t||n!=e.length?(this.cache.add(e),this.builder.addText(e.text.slice(t,n),i,o)):this.builder.addText(e.text,i,o,this.cache.reuse(e)),o=i.length;else if(e.isLine())e.flags&=-2,this.cache.reused.set(e,1),this.builder.addLine(e);else if(e instanceof SC)this.cache.add(e);else{if(!(e instanceof kC))return!1;this.builder.ensureLine(null),this.builder.addMark(e,i,o),this.cache.reused.set(e,1),o=i.length}this.openWidget=!1},enter:e=>{e.isLine()?this.builder.addLineStart(e.attrs,this.cache.maybeReuse(e)):(this.cache.add(e),e instanceof kC&&i.unshift(e.mark)),this.openWidget=!1},leave:e=>{e.isLine()?i.length&&(i.length=o=0):e instanceof kC&&(i.shift(),o=Math.min(o,i.length))},break:()=>{this.builder.addBreak(),this.openWidget=!1}}),this.text.skip(e)}emit(e,t){let n=null,i=this.builder,o=0,r=Yb.spans(this.decorations,e,t,{point:(e,t,r,s,a,l)=>{if(r instanceof Q_){if(this.disallowBlockEffectsFor[l]){if(r.block)throw new RangeError("Block decorations may not be specified via plugins");if(t>this.view.state.doc.lineAt(e).to)throw new RangeError("Decorations that replace line breaks may not be specified via plugins")}if(o=s.length,a>s.length)i.continueWidget(t-e);else{let o=r.widget||(r.block?LC.block:LC.inline),l=function(e){let t=e.isReplace?(e.startSide<0?64:0)|(e.endSide>0?128:0):e.startSide>0?32:16;e.block&&(t|=256);return t}(r),c=this.cache.findWidget(o,t-e,l)||EC.of(o,this.view,t-e,l);r.block?(r.startSide>0&&i.addLineStartIfNotCovered(n),i.addBlockWidget(c)):(i.ensureLine(n),i.addInlineWidget(c,s,a))}n=null}else n=function(e,t){let n=t.spec.attributes,i=t.spec.class;if(!n&&!i)return e;e||(e={class:"cm-line"});n&&I_(n,e);i&&(e.class+=" "+i);return e}(n,r);t>e&&this.text.skip(t-e)},span:(e,t,o,r)=>{for(let s=e;s<t;){let a=this.text.next(Math.min(512,t-s));null==a?(i.addLineStartIfNotCovered(n),i.addBreak(),s++):(i.ensureLine(n),i.addText(a,o,s==e?r:o.length),s+=a.length),n=null}}});i.addLineStartIfNotCovered(n),this.openWidget=r>o,this.openMarks=r}forward(e,t,n=1){t-e<=10?this.old.advance(t-e,n,this.reuseWalker):(this.old.advance(5,-1,this.reuseWalker),this.old.advance(t-e-10,-1),this.old.advance(5,n,this.reuseWalker))}getCompositionContext(e){let t=[],n=null;for(let i=e.parentNode;;i=i.parentNode){let e=vC.get(i);if(i==this.view.contentDOM)break;e instanceof kC?t.push(e):(null==e?void 0:e.isLine())?n=e:"DIV"!=i.nodeName||n||i==this.view.contentDOM?t.push(kC.of(new z_({tagName:i.nodeName.toLowerCase(),attributes:N_(i)}),i)):n=new wC(i,BC)}return{line:n,marks:t}}}function IC(e,t){let n=e=>{for(let i of e.children)if((t?i.isText():i.length)||n(i))return!0;return!1};return n(e)}const BC={class:"cm-line"};function jC(e){let t=vC.get(e);return t&&t.setDOM(e.cloneNode()),e}class LC extends q_{constructor(e){super(),this.tag=e}eq(e){return e.tag==this.tag}toDOM(){return document.createElement(this.tag)}updateDOM(e){return e.nodeName.toLowerCase()==this.tag}get isHidden(){return!0}}LC.inline=new LC("span"),LC.block=new LC("div");const NC=new class extends q_{toDOM(){return document.createElement("br")}get isHidden(){return!0}get editable(){return!0}};class qC{constructor(e){this.view=e,this.decorations=[],this.blockWrappers=[],this.dynamicDecorationMap=[!1],this.domChanged=null,this.hasComposition=null,this.editContextFormatting=F_.none,this.lastCompositionAfterCursor=!1,this.minWidth=0,this.minWidthFrom=0,this.minWidthTo=0,this.impreciseAnchor=null,this.impreciseHead=null,this.forceSelection=!1,this.lastUpdate=Date.now(),this.updateDeco(),this.tile=new bC(e,e.contentDOM),this.updateInner([new fC(0,0,0,e.state.doc.length)],null)}update(e){var t;let n=e.changedRanges;this.minWidth>0&&n.length&&(n.every(({fromA:e,toA:t})=>t<this.minWidthFrom||e>this.minWidthTo)?(this.minWidthFrom=e.changes.mapPos(this.minWidthFrom,1),this.minWidthTo=e.changes.mapPos(this.minWidthTo,1)):this.minWidth=this.minWidthFrom=this.minWidthTo=0),this.updateEditContextFormatting(e);let i=-1;this.view.inputState.composing>=0&&!this.view.observer.editContext&&((null===(t=this.domChanged)||void 0===t?void 0:t.newSel)?i=this.domChanged.newSel.head:function(e,t){let n=!1;t&&e.iterChangedRanges((e,i)=>{e<t.to&&i>t.from&&(n=!0)});return n}(e.changes,this.hasComposition)||e.selectionSet||(i=e.state.selection.main.head));let o=i>-1?function(e,t,n){let i=FC(e,n);if(!i)return null;let{node:o,from:r,to:s}=i,a=o.nodeValue;if(/[\n\r]/.test(a))return null;if(e.state.doc.sliceString(i.from,i.to)!=a)return null;let l=t.invertedDesc;return{range:new fC(l.mapPos(r),l.mapPos(s),r,s),text:o}}(this.view,e.changes,i):null;if(this.domChanged=null,this.hasComposition){let{from:t,to:i}=this.hasComposition;n=new fC(t,i,e.changes.mapPos(t,-1),e.changes.mapPos(i,1)).addToSet(n.slice())}this.hasComposition=o?{from:o.range.fromB,to:o.range.toB}:null,($_.ie||$_.chrome)&&!o&&e&&e.state.doc.lines!=e.startState.doc.lines&&(this.forceSelection=!0);let r=this.decorations,s=this.blockWrappers;this.updateDeco();let a=function(e,t,n){let i=new zC;return Yb.compare(e,t,n,i),i.changes}(r,this.decorations,e.changes);a.length&&(n=fC.extendWithRanges(n,a));let l=function(e,t,n){let i=new WC;return Yb.compare(e,t,n,i),i.changes}(s,this.blockWrappers,e.changes);return l.length&&(n=fC.extendWithRanges(n,l)),o&&!n.some(e=>e.fromA<=o.range.fromA&&e.toA>=o.range.toA)&&(n=o.range.addToSet(n.slice())),!(2&this.tile.flags&&0==n.length)&&(this.updateInner(n,o),e.transactions.length&&(this.lastUpdate=Date.now()),!0)}updateInner(e,t){this.view.viewState.mustMeasureContent=!0;let{observer:n}=this.view;n.ignore(()=>{if(t||e.length){let n=this.tile,i=new $C(this.view,n,this.blockWrappers,this.decorations,this.dynamicDecorationMap);this.tile=i.run(e,t),VC(n,i.cache.reused)}this.tile.dom.style.height=this.view.viewState.contentHeight/this.view.scaleY+"px",this.tile.dom.style.flexBasis=this.minWidth?this.minWidth+"px":"";let i=$_.chrome||$_.ios?{node:n.selectionRange.focusNode,written:!1}:void 0;this.tile.sync(i),!i||!i.written&&n.selectionRange.focusNode==i.node&&this.tile.dom.contains(i.node)||(this.forceSelection=!0),this.tile.dom.style.height=""});let i=[];if(this.view.viewport.from||this.view.viewport.to<this.view.state.doc.length)for(let e of this.tile.children)e.isWidget()&&e.widget instanceof QC&&i.push(e.dom);n.updateGaps(i)}updateEditContextFormatting(e){this.editContextFormatting=this.editContextFormatting.map(e.changes);for(let t of e.transactions)for(let e of t.effects)e.is(Yw)&&(this.editContextFormatting=e.value)}updateSelection(e=!1,t=!1){!e&&this.view.observer.selectionRange.focusNode||this.view.observer.readSelectionRange();let{dom:n}=this.tile,i=this.view.root.activeElement,o=i==n,r=!o&&!(this.view.state.facet(Zw)||n.tabIndex>-1)&&G_(n,this.view.observer.selectionRange)&&!(i&&n.contains(i));if(!(o||t||r))return;let s=this.forceSelection;this.forceSelection=!1;let a,l,c=this.view.state.selection.main;if(c.empty?l=a=this.inlineDOMNearPos(c.anchor,c.assoc||1):(l=this.inlineDOMNearPos(c.head,c.head==c.from?1:-1),a=this.inlineDOMNearPos(c.anchor,c.anchor==c.from?1:-1)),$_.gecko&&c.empty&&!this.hasComposition&&(1==(u=a).node.nodeType&&u.node.firstChild&&(0==u.offset||"false"==u.node.childNodes[u.offset-1].contentEditable)&&(u.offset==u.node.childNodes.length||"false"==u.node.childNodes[u.offset].contentEditable))){let e=document.createTextNode("");this.view.observer.ignore(()=>a.node.insertBefore(e,a.node.childNodes[a.offset]||null)),a=l=new mw(e,0),s=!0}var u;let h=this.view.observer.selectionRange;!s&&h.focusNode&&(J_(a.node,a.offset,h.anchorNode,h.anchorOffset)&&J_(l.node,l.offset,h.focusNode,h.focusOffset)||this.suppressWidgetCursorChange(h,c))||(this.view.observer.ignore(()=>{$_.android&&$_.chrome&&n.contains(h.focusNode)&&function(e,t){for(let n=e;n&&n!=t;n=n.assignedSlot||n.parentNode)if(1==n.nodeType&&"false"==n.contentEditable)return!0;return!1}(h.focusNode,n)&&(n.blur(),n.focus({preventScroll:!0}));let e=K_(this.view.root);if(e)if(c.empty){if($_.gecko){let e=function(e,t){return 1!=e.nodeType?0:(t&&"false"==e.childNodes[t-1].contentEditable?1:0)|(t<e.childNodes.length&&"false"==e.childNodes[t].contentEditable?2:0)}(a.node,a.offset);if(e&&3!=e){let t=(1==e?fw:gw)(a.node,a.offset);t&&(a=new mw(t.node,t.offset))}}e.collapse(a.node,a.offset),null!=c.bidiLevel&&void 0!==e.caretBidiLevel&&(e.caretBidiLevel=c.bidiLevel)}else if(e.extend){e.collapse(a.node,a.offset);try{e.extend(l.node,l.offset)}catch(e){}}else{let t=document.createRange();c.anchor>c.head&&([a,l]=[l,a]),t.setEnd(l.node,l.offset),t.setStart(a.node,a.offset),e.removeAllRanges(),e.addRange(t)}else;r&&this.view.root.activeElement==n&&(n.blur(),i&&i.focus())}),this.view.observer.setSelectionRange(a,l)),this.impreciseAnchor=a.precise?null:new mw(h.anchorNode,h.anchorOffset),this.impreciseHead=l.precise?null:new mw(h.focusNode,h.focusOffset)}suppressWidgetCursorChange(e,t){return this.hasComposition&&t.empty&&J_(e.focusNode,e.focusOffset,e.anchorNode,e.anchorOffset)&&this.posFromDOM(e.focusNode,e.focusOffset)==t.head}enforceCursorAssoc(){if(this.hasComposition)return;let{view:e}=this,t=e.state.selection.main,n=K_(e.root),{anchorNode:i,anchorOffset:o}=e.observer.selectionRange;if(!(n&&t.empty&&t.assoc&&n.modify))return;let r=this.lineAt(t.head,t.assoc);if(!r)return;let s=r.posAtStart;if(t.head==s||t.head==s+r.length)return;let a=this.coordsAt(t.head,-1),l=this.coordsAt(t.head,1);if(!a||!l||a.bottom>l.top)return;let c=this.domAtPos(t.head+t.assoc,t.assoc);n.collapse(c.node,c.offset),n.modify("move",t.assoc<0?"forward":"backward","lineboundary"),e.observer.readSelectionRange();let u=e.observer.selectionRange;e.docView.posFromDOM(u.anchorNode,u.anchorOffset)!=t.from&&n.collapse(i,o)}posFromDOM(e,t){let n=this.tile.nearest(e);if(!n)return 2&this.tile.dom.compareDocumentPosition(e)?0:this.view.state.doc.length;let i=n.posAtStart;if(!n.isComposite())return n.isText()?e==n.dom?i+t:i+(t?n.length:0):i;{let o;if(e==n.dom)o=n.dom.childNodes[t];else{let i=0==iw(e)?0:0==t?-1:1;for(;;){let t=e.parentNode;if(t==n.dom)break;0==i&&t.firstChild!=t.lastChild&&(i=e==t.firstChild?-1:1),e=t}o=i<0?e:e.nextSibling}if(o==n.dom.firstChild)return i;for(;o&&!vC.get(o);)o=o.nextSibling;if(!o)return i+n.length;for(let e=0,t=i;;e++){let i=n.children[e];if(i.dom==o)return t;t+=i.length+i.breakAfter}}}domAtPos(e,t){let{tile:n,offset:i}=this.tile.resolveBlock(e,t);return n.isWidget()?n.domPosFor(e,t):n.domIn(i,t)}inlineDOMNearPos(e,t){let n,i,o=-1,r=!1,s=-1,a=!1;return this.tile.blockTiles((t,l)=>{if(t.isWidget()){if(32&t.flags&&l>=e)return!0;16&t.flags&&(r=!0)}else{let c=l+t.length;if(l<=e&&(n=t,o=e-l,r=c<e),c>=e&&!i&&(i=t,s=e-l,a=l>e),l>e&&i)return!0}}),n||i?(r&&i?n=null:a&&n&&(i=null),n&&t<0||!i?n.domIn(o,t):i.domIn(s,t)):this.domAtPos(e,t)}coordsAt(e,t){let{tile:n,offset:i}=this.tile.resolveBlock(e,t);return n.isWidget()?n.widget instanceof QC?null:n.coordsInWidget(i,t,!0):n.coordsIn(i,t)}lineAt(e,t){let{tile:n}=this.tile.resolveBlock(e,t);return n.isLine()?n:null}coordsForChar(e){let{tile:t,offset:n}=this.tile.resolveBlock(e,1);if(!t.isLine())return null;return function e(t,n){if(t.isComposite())for(let i of t.children){if(i.length>=n){let t=e(i,n);if(t)return t}if((n-=i.length)<0)break}else if(t.isText()&&n<t.length){let e=jx(t.text,n);if(e==n)return null;let i=hw(t.dom,n,e).getClientRects();for(let e=0;e<i.length;e++){let t=i[e];if(e==i.length-1||t.top<t.bottom&&t.left<t.right)return t}}return null}(t,n)}measureVisibleLineHeights(e){let t=[],{from:n,to:i}=e,o=this.view.contentDOM.clientWidth,r=o>Math.max(this.view.scrollDOM.clientWidth,this.minWidth)+1,s=-1,a=this.view.textDirection==vw.LTR,l=0,c=(e,u,h)=>{for(let d=0;d<e.children.length&&!(u>i);d++){let i=e.children[d],p=u+i.length,f=i.dom.getBoundingClientRect(),{height:g}=f;if(h&&!d&&(l+=f.top-h.top),i instanceof _C)p>n&&c(i,u,f);else if(u>=n&&(l>0&&t.push(-l),t.push(g+l),l=0,r)){let e=i.dom.lastChild,t=e?Z_(e):[];if(t.length){let e=t[t.length-1],n=a?e.right-f.left:f.right-e.left;n>s&&(s=n,this.minWidth=o,this.minWidthFrom=u,this.minWidthTo=p)}}h&&d==e.children.length-1&&(l+=h.bottom-f.bottom),u=p+i.breakAfter}};return c(this.tile,0,null),t}textDirectionAt(e){let{tile:t}=this.tile.resolveBlock(e,1);return"rtl"==getComputedStyle(t.dom).direction?vw.RTL:vw.LTR}measureTextSize(){let e=this.tile.blockTiles(e=>{if(e.isLine()&&e.children.length&&e.length<=20){let t,n=0;for(let i of e.children){if(!i.isText()||/[^ -~]/.test(i.text))return;let e=Z_(i.dom);if(1!=e.length)return;n+=e[0].width,t=e[0].height}if(n)return{lineHeight:e.dom.getBoundingClientRect().height,charWidth:n/e.length,textHeight:t}}});if(e)return e;let t,n,i,o=document.createElement("div");return o.className="cm-line",o.style.width="99999px",o.style.position="absolute",o.textContent="abc def ghi jkl mno pqr stu",this.view.observer.ignore(()=>{this.tile.dom.appendChild(o);let e=Z_(o.firstChild)[0];t=o.getBoundingClientRect().height,n=e&&e.width?e.width/27:7,i=e&&e.height?e.height:t,o.remove()}),{lineHeight:t,charWidth:n,textHeight:i}}computeBlockGapDeco(){let e=[],t=this.view.viewState;for(let n=0,i=0;;i++){let o=i==t.viewports.length?null:t.viewports[i],r=o?o.from-1:this.view.state.doc.length;if(r>n){let i=(t.lineBlockAt(r).bottom-t.lineBlockAt(n).top)/this.view.scaleY;e.push(F_.replace({widget:new QC(i),block:!0,inclusive:!0,isBlockGap:!0}).range(n,r))}if(!o)break;n=o.to+1}return F_.set(e)}updateDeco(){let e=1,t=this.view.state.facet(rC).map(t=>(this.dynamicDecorationMap[e++]="function"==typeof t)?t(this.view):t),n=!1,i=this.view.state.facet(aC).map((e,t)=>{let i="function"==typeof e;return i&&(n=!0),i?e(this.view):e});for(i.length&&(this.dynamicDecorationMap[e++]=n,t.push(Yb.join(i))),this.decorations=[this.editContextFormatting,...t,this.computeBlockGapDeco(),this.view.viewState.lineGapDeco];e<this.decorations.length;)this.dynamicDecorationMap[e++]=!1;this.blockWrappers=this.view.state.facet(sC).map(e=>"function"==typeof e?e(this.view):e)}scrollIntoView(e){if(e.isSnapshot){let t=this.view.viewState.lineBlockAt(e.range.head);return this.view.scrollDOM.scrollTop=t.top-e.yMargin,void(this.view.scrollDOM.scrollLeft=e.xMargin)}for(let t of this.view.state.facet(Uw))try{if(t(this.view,e.range,e))return!0}catch(e){Gw(this.view.state,e,"scroll handler")}let t,{range:n}=e,i=this.coordsAt(n.head,n.empty?n.assoc:n.head>n.anchor?-1:1);if(!i)return;!n.empty&&(t=this.coordsAt(n.anchor,n.anchor>n.head?-1:1))&&(i={left:Math.min(i.left,t.left),top:Math.min(i.top,t.top),right:Math.max(i.right,t.right),bottom:Math.max(i.bottom,t.bottom)});let o=dC(this.view),r={left:i.left-o.left,top:i.top-o.top,right:i.right+o.right,bottom:i.bottom+o.bottom},{offsetWidth:s,offsetHeight:a}=this.view.scrollDOM;!function(e,t,n,i,o,r,s,a){let l=e.ownerDocument,c=l.defaultView||window;for(let u=e,h=!1;u&&!h;)if(1==u.nodeType){let e,d=u==l.body,p=1,f=1;if(d)e=rw(c);else{if(/^(fixed|sticky)$/.test(getComputedStyle(u).position)&&(h=!0),u.scrollHeight<=u.clientHeight&&u.scrollWidth<=u.clientWidth){u=u.assignedSlot||u.parentNode;continue}let t=u.getBoundingClientRect();({scaleX:p,scaleY:f}=sw(u,t)),e={left:t.left,right:t.left+u.clientWidth*p,top:t.top,bottom:t.top+u.clientHeight*f}}let g=0,m=0;if("nearest"==o)t.top<e.top?(m=t.top-(e.top+s),n>0&&t.bottom>e.bottom+m&&(m=t.bottom-e.bottom+s)):t.bottom>e.bottom&&(m=t.bottom-e.bottom+s,n<0&&t.top-m<e.top&&(m=t.top-(e.top+s)));else{let i=t.bottom-t.top,r=e.bottom-e.top;m=("center"==o&&i<=r?t.top+i/2-r/2:"start"==o||"center"==o&&n<0?t.top-s:t.bottom-r+s)-e.top}if("nearest"==i?t.left<e.left?(g=t.left-(e.left+r),n>0&&t.right>e.right+g&&(g=t.right-e.right+r)):t.right>e.right&&(g=t.right-e.right+r,n<0&&t.left<e.left+g&&(g=t.left-(e.left+r))):g=("center"==i?t.left+(t.right-t.left)/2-(e.right-e.left)/2:"start"==i==a?t.left-r:t.right-(e.right-e.left)+r)-e.left,g||m)if(d)c.scrollBy(g,m);else{let e=0,n=0;if(m){let e=u.scrollTop;u.scrollTop+=m/f,n=(u.scrollTop-e)*f}if(g){let t=u.scrollLeft;u.scrollLeft+=g/p,e=(u.scrollLeft-t)*p}t={left:t.left-e,top:t.top-n,right:t.right-e,bottom:t.bottom-n},e&&Math.abs(e-g)<1&&(i="nearest"),n&&Math.abs(n-m)<1&&(o="nearest")}if(d)break;(t.top<e.top||t.bottom>e.bottom||t.left<e.left||t.right>e.right)&&(t={left:Math.max(t.left,e.left),right:Math.min(t.right,e.right),top:Math.max(t.top,e.top),bottom:Math.min(t.bottom,e.bottom)}),u=u.assignedSlot||u.parentNode}else{if(11!=u.nodeType)break;u=u.host}}(this.view.scrollDOM,r,n.head<n.anchor?-1:1,e.x,e.y,Math.max(Math.min(e.xMargin,s),-s),Math.max(Math.min(e.yMargin,a),-a),this.view.textDirection==vw.LTR)}lineHasWidget(e){let t=e=>e.isWidget()||e.children.some(t);return t(this.tile.resolveBlock(e,1).tile)}destroy(){VC(this.tile)}}function VC(e,t){let n=null==t?void 0:t.get(e);if(1!=n){null==n&&e.destroy();for(let n of e.children)VC(n,t)}}function FC(e,t){let n=e.observer.selectionRange;if(!n.focusNode)return null;let i=fw(n.focusNode,n.focusOffset),o=gw(n.focusNode,n.focusOffset),r=i||o;if(o&&i&&o.node!=i.node){let t=vC.get(o.node);if(!t||t.isText()&&t.text!=o.node.nodeValue)r=o;else if(e.docView.lastCompositionAfterCursor){let e=vC.get(i.node);!e||e.isText()&&e.text!=i.node.nodeValue||(r=o)}}if(e.docView.lastCompositionAfterCursor=r!=i,!r)return null;let s=t-r.offset;return{from:s,to:s+r.node.nodeValue.length,node:r.node}}let zC=class{constructor(){this.changes=[]}compareRange(e,t){U_(e,t,this.changes)}comparePoint(e,t){U_(e,t,this.changes)}boundChange(e){U_(e,e,this.changes)}};class WC{constructor(){this.changes=[]}compareRange(e,t){U_(e,t,this.changes)}comparePoint(){}boundChange(e){U_(e,e,this.changes)}}class QC extends q_{constructor(e){super(),this.height=e}toDOM(){let e=document.createElement("div");return e.className="cm-gap",this.updateDOM(e),e}eq(e){return e.height==this.height}updateDOM(e){return e.style.height=this.height+"px",!0}get editable(){return!0}get estimatedHeight(){return this.height}ignoreEvent(){return!1}}function HC(e,t,n,i,o){let r=Math.round((i-t.left)*e.defaultCharacterWidth);if(e.lineWrapping&&n.height>1.5*e.defaultLineHeight){let t=e.viewState.heightOracle.textHeight;r+=Math.floor((o-n.top-.5*(e.defaultLineHeight-t))/t)*e.viewState.heightOracle.lineLength}let s=e.state.sliceDoc(n.from,n.to);return n.from+function(e,t,n){for(let i=0,o=0;;){if(o>=t)return i;if(i==e.length)break;o+=9==e.charCodeAt(i)?n-o%n:1,i=jx(e,i)}return e.length}(s,r,e.state.tabSize)}function UC(e,t,n,i){let o=function(e,t,n){let i=e.lineBlockAt(t);if(Array.isArray(i.type)){let e;for(let o of i.type){if(o.from>t)break;if(!(o.to<t)){if(o.from<t&&o.to>t)return o;e&&(o.type!=V_.Text||e.type==o.type&&!(n<0?o.from<t:o.to>t))||(e=o)}}return e||i}return i}(e,t.head,t.assoc||-1),r=i&&o.type==V_.Text&&(e.lineWrapping||o.widgetLineBreaks)?e.coordsAtPos(t.assoc<0&&t.head>o.from?t.head-1:t.head):null;if(r){let t=e.dom.getBoundingClientRect(),i=e.textDirectionAt(o.from),s=e.posAtCoords({x:n==(i==vw.LTR)?t.right-1:t.left+1,y:(r.top+r.bottom)/2});if(null!=s)return Zx.cursor(s,n?-1:1)}return Zx.cursor(n?o.to:o.from,n?-1:1)}function XC(e,t,n,i){let o=e.state.doc.lineAt(t.head),r=e.bidiSpans(o),s=e.textDirectionAt(o.from);for(let a=t,l=null;;){let t=$w(o,r,s,a,n),c=Dw;if(!t){if(o.number==(n?e.state.doc.lines:1))return a;c="\n",o=e.state.doc.line(o.number+(n?1:-1)),r=e.bidiSpans(o),t=e.visualLineSide(o,!n)}if(l){if(!l(c))return a}else{if(!i)return t;l=i(c)}a=t}}function KC(e,t,n){for(;;){let i=0;for(let o of e)o.between(t-1,t+1,(e,o,r)=>{if(t>e&&t<o){let r=i||n||(t-e<o-t?-1:1);t=r<0?e:o,i=r}});if(!i)return t}}function YC(e,t){let n=null;for(let i=0;i<t.ranges.length;i++){let o=t.ranges[i],r=null;if(o.empty){let t=KC(e,o.from,0);t!=o.from&&(r=Zx.cursor(t,-1))}else{let t=KC(e,o.from,-1),n=KC(e,o.to,1);t==o.from&&n==o.to||(r=Zx.range(o.from==o.anchor?t:n,o.from==o.head?t:n))}r&&(n||(n=t.ranges.slice()),n[i]=r)}return n?Zx.create(n,t.mainIndex):t}function GC(e,t,n){let i=KC(e.state.facet(lC).map(t=>t(e)),n.from,t.head>n.from?-1:1);return i==n.from?n:Zx.cursor(i,i<n.from?1:-1)}class ZC{constructor(e,t){this.pos=e,this.assoc=t}}function JC(e,t,n,i){let o,r=e.contentDOM.getBoundingClientRect(),s=r.top+e.viewState.paddingTop,{x:a,y:l}=t,c=l-s;for(;;){if(c<0)return new ZC(0,1);if(c>e.viewState.docHeight)return new ZC(e.state.doc.length,-1);if(o=e.elementAtHeight(c),null==i)break;if(o.type==V_.Text){if(i<0?o.to<e.viewport.from:o.from>e.viewport.to)break;let t=e.docView.coordsAt(i<0?o.from:o.to,i>0?-1:1);if(t&&(i<0?t.top<=c+s:t.bottom>=c+s))break}let t=e.viewState.heightOracle.textHeight/2;c=i>0?o.bottom+t:o.top-t}if(e.viewport.from>=o.to||e.viewport.to<=o.from){if(n)return null;if(o.type==V_.Text){let t=HC(e,r,o,a,l);return new ZC(t,t==o.from?1:-1)}}if(o.type!=V_.Text)return c<(o.top+o.bottom)/2?new ZC(o.from,1):new ZC(o.to,-1);let u=e.docView.lineAt(o.from,2);return u&&u.length==o.length||(u=e.docView.lineAt(o.from,-2)),new ek(e,a,l,e.textDirectionAt(o.from)).scanTile(u,o.from)}class ek{constructor(e,t,n,i){this.view=e,this.x=t,this.y=n,this.baseDir=i,this.line=null,this.spans=null}bidiSpansAt(e){return(!this.line||this.line.from>e||this.line.to<e)&&(this.line=this.view.state.doc.lineAt(e),this.spans=this.view.bidiSpans(this.line)),this}baseDirAt(e,t){let{line:n,spans:i}=this.bidiSpansAt(e);return i[Sw.find(i,e-n.from,-1,t)].level==this.baseDir}dirAt(e,t){let{line:n,spans:i}=this.bidiSpansAt(e);return i[Sw.find(i,e-n.from,-1,t)].dir}bidiIn(e,t){let{spans:n,line:i}=this.bidiSpansAt(e);return n.length>1||n.length&&(n[0].level!=this.baseDir||n[0].to+i.from<t)}scan(e,t){let n,i,o,r=0,s=e.length-1,a=new Set,l=this.bidiIn(e[0],e[s]),c=-1,u=1e9;e:for(;r<s;){let h=s-r,d=r+s>>1;t:if(a.has(d)){let e=r+Math.floor(Math.random()*h);for(let t=0;t<h;t++){if(!a.has(e)){d=e;break t}e++,e==s&&(e=r)}break e}a.add(d);let p=t(d);if(p)for(let t=0;t<p.length;t++){let a=p[t],h=0;if(a.bottom<this.y)(!n||n.bottom<a.bottom)&&(n=a),h=1;else if(a.top>this.y)(!i||i.top>a.top)&&(i=a),h=-1;else{let e=a.left>this.x?this.x-a.left:a.right<this.x?this.x-a.right:0,t=Math.abs(e);t<u&&(c=d,u=t,o=a),e&&(h=e<0==(this.baseDir==vw.LTR)?-1:1)}-1!=h||l&&!this.baseDirAt(e[d],1)?1!=h||l&&!this.baseDirAt(e[d+1],-1)||(r=d+1):s=d}}if(!o){let o=n&&(!i||this.y-n.bottom<i.top-this.y)?n:i;return this.y=(o.top+o.bottom)/2,this.scan(e,t)}let h=(l?this.dirAt(e[c],1):this.baseDir)==vw.LTR;return{i:c,after:this.x>(o.left+o.right)/2==h}}scanText(e,t){let n=[];for(let i=0;i<e.length;i=jx(e.text,i))n.push(t+i);n.push(t+e.length);let i=this.scan(n,i=>{let o=n[i]-t,r=n[i+1]-t;return hw(e.dom,o,r).getClientRects()});return i.after?new ZC(n[i.i+1],-1):new ZC(n[i.i],1)}scanTile(e,t){if(!e.length)return new ZC(t,1);if(1==e.children.length){let n=e.children[0];if(n.isText())return this.scanText(n,t);if(n.isComposite())return this.scanTile(n,t)}let n=[t];for(let i=0,o=t;i<e.children.length;i++)n.push(o+=e.children[i].length);let i=this.scan(n,t=>{let n=e.children[t];return 48&n.flags?null:(1==n.dom.nodeType?n.dom:hw(n.dom,0,n.length)).getClientRects()}),o=e.children[i.i],r=n[i.i];return o.isText()?this.scanText(o,r):o.isComposite()?this.scanTile(o,r):i.after?new ZC(n[i.i+1],-1):new ZC(r,1)}}const tk="";class nk{constructor(e,t){this.points=e,this.view=t,this.text="",this.lineSeparator=t.state.facet(zb.lineSeparator)}append(e){this.text+=e}lineBreak(){this.text+=tk}readRange(e,t){if(!e)return this;let n=e.parentNode;for(let i=e;;){this.findPointBefore(n,i);let e=this.text.length;this.readNode(i);let o=vC.get(i),r=i.nextSibling;if(r==t){(null==o?void 0:o.breakAfter)&&!r&&n!=this.view.contentDOM&&this.lineBreak();break}let s=vC.get(r);(o&&s?o.breakAfter:(o?o.breakAfter:tw(i))||tw(r)&&("BR"!=i.nodeName||(null==o?void 0:o.isWidget()))&&this.text.length>e)&&!ok(r,t)&&this.lineBreak(),i=r}return this.findPointBefore(n,t),this}readTextNode(e){let t=e.nodeValue;for(let n of this.points)n.node==e&&(n.pos=this.text.length+Math.min(n.offset,t.length));for(let n=0,i=this.lineSeparator?null:/\r\n?|\n/g;;){let o,r=-1,s=1;if(this.lineSeparator?(r=t.indexOf(this.lineSeparator,n),s=this.lineSeparator.length):(o=i.exec(t))&&(r=o.index,s=o[0].length),this.append(t.slice(n,r<0?t.length:r)),r<0)break;if(this.lineBreak(),s>1)for(let t of this.points)t.node==e&&t.pos>this.text.length&&(t.pos-=s-1);n=r+s}}readNode(e){let t=vC.get(e),n=t&&t.overrideDOMText;if(null!=n){this.findPointInside(e,n.length);for(let e=n.iter();!e.next().done;)e.lineBreak?this.lineBreak():this.append(e.value)}else 3==e.nodeType?this.readTextNode(e):"BR"==e.nodeName?e.nextSibling&&this.lineBreak():1==e.nodeType&&this.readRange(e.firstChild,null)}findPointBefore(e,t){for(let n of this.points)n.node==e&&e.childNodes[n.offset]==t&&(n.pos=this.text.length)}findPointInside(e,t){for(let n of this.points)(3==e.nodeType?n.node==e:e.contains(n.node))&&(n.pos=this.text.length+(ik(e,n.node,n.offset)?t:0))}}function ik(e,t,n){for(;;){if(!t||n<iw(t))return!1;if(t==e)return!0;n=ew(t)+1,t=t.parentNode}}function ok(e,t){let n;for(;e!=t&&e;e=e.nextSibling){let t=vC.get(e);if(!(null==t?void 0:t.isWidget()))return!1;t&&(n||(n=[])).push(t)}if(n)for(let e of n){let t=e.overrideDOMText;if(null==t?void 0:t.length)return!1}return!0}class rk{constructor(e,t){this.node=e,this.offset=t,this.pos=-1}}class sk{constructor(e,t,n,i){this.typeOver=i,this.bounds=null,this.text="",this.domChanged=t>-1;let{impreciseHead:o,impreciseAnchor:r}=e.docView;if(e.state.readOnly&&t>-1)this.newSel=null;else if(t>-1&&(this.bounds=ak(e.docView.tile,t,n,0))){let t=o||r?[]:function(e){let t=[];if(e.root.activeElement!=e.contentDOM)return t;let{anchorNode:n,anchorOffset:i,focusNode:o,focusOffset:r}=e.observer.selectionRange;n&&(t.push(new rk(n,i)),o==n&&r==i||t.push(new rk(o,r)));return t}(e),n=new nk(t,e);n.readRange(this.bounds.startDOM,this.bounds.endDOM),this.text=n.text,this.newSel=function(e,t){if(0==e.length)return null;let n=e[0].pos,i=2==e.length?e[1].pos:n;return n>-1&&i>-1?Zx.single(n+t,i+t):null}(t,this.bounds.from)}else{let t=e.observer.selectionRange,n=o&&o.node==t.focusNode&&o.offset==t.focusOffset||!Y_(e.contentDOM,t.focusNode)?e.state.selection.main.head:e.docView.posFromDOM(t.focusNode,t.focusOffset),i=r&&r.node==t.anchorNode&&r.offset==t.anchorOffset||!Y_(e.contentDOM,t.anchorNode)?e.state.selection.main.anchor:e.docView.posFromDOM(t.anchorNode,t.anchorOffset),s=e.viewport;if(($_.ios||$_.chrome)&&e.state.selection.main.empty&&n!=i&&(s.from>0||s.to<e.state.doc.length)){let t=Math.min(n,i),o=Math.max(n,i),r=s.from-t,a=s.to-o;0!=r&&1!=r&&0!=t||0!=a&&-1!=a&&o!=e.state.doc.length||(n=0,i=e.state.doc.length)}e.inputState.composing>-1&&e.state.selection.ranges.length>1?this.newSel=e.state.selection.replaceRange(Zx.range(i,n)):this.newSel=Zx.single(i,n)}}}function ak(e,t,n,i){if(e.isComposite()){let o=-1,r=-1,s=-1,a=-1;for(let l=0,c=i,u=i;l<e.children.length;l++){let i=e.children[l],h=c+i.length;if(c<t&&h>n)return ak(i,t,n,c);if(h>=t&&-1==o&&(o=l,r=c),c>n&&i.dom.parentNode==e.dom){s=l,a=u;break}u=h,c=h+i.breakAfter}return{from:r,to:a<0?i+e.length:a,startDOM:(o?e.children[o-1].dom.nextSibling:null)||e.dom.firstChild,endDOM:s<e.children.length&&s>=0?e.children[s].dom:null}}return e.isText()?{from:i,to:i+e.length,startDOM:e.dom,endDOM:e.dom.nextSibling}:null}function lk(e,t){let n,{newSel:i}=t,o=e.state.selection.main,r=e.inputState.lastKeyTime>Date.now()-100?e.inputState.lastKeyCode:-1;if(t.bounds){let{from:i,to:s}=t.bounds,a=o.from,l=null;(8===r||$_.android&&t.text.length<s-i)&&(a=o.to,l="end");let c=uk(e.state.doc.sliceString(i,s,tk),t.text,a-i,l);c&&($_.chrome&&13==r&&c.toB==c.from+2&&t.text.slice(c.from,c.toB)==tk+tk&&c.toB--,n={from:i+c.from,to:i+c.toA,insert:Sx.of(t.text.slice(c.from,c.toB).split(tk))})}else i&&(!e.hasFocus&&e.state.facet(Zw)||hk(i,o))&&(i=null);if(!n&&!i)return!1;if(!n&&t.typeOver&&!o.empty&&i&&i.main.empty?n={from:o.from,to:o.to,insert:e.state.doc.slice(o.from,o.to)}:($_.mac||$_.android)&&n&&n.from==n.to&&n.from==o.head-1&&/^\. ?$/.test(n.insert.toString())&&"off"==e.contentDOM.getAttribute("autocorrect")?(i&&2==n.insert.length&&(i=Zx.single(i.main.anchor-1,i.main.head-1)),n={from:n.from,to:n.to,insert:Sx.of([n.insert.toString().replace("."," ")])}):n&&n.from>=o.from&&n.to<=o.to&&(n.from!=o.from||n.to!=o.to)&&o.to-o.from-(n.to-n.from)<=4?n={from:o.from,to:o.to,insert:e.state.doc.slice(o.from,n.from).append(n.insert).append(e.state.doc.slice(n.to,o.to))}:e.state.doc.lineAt(o.from).to<o.to&&e.docView.lineHasWidget(o.to)&&e.inputState.insertingTextAt>Date.now()-50?n={from:o.from,to:o.to,insert:e.state.toText(e.inputState.insertingText)}:$_.chrome&&n&&n.from==n.to&&n.from==o.head&&"\n "==n.insert.toString()&&e.lineWrapping&&(i&&(i=Zx.single(i.main.anchor-1,i.main.head-1)),n={from:o.from,to:o.to,insert:Sx.of([" "])}),n)return ck(e,n,i,r);if(i&&!hk(i,o)){let t=!1,n="select";return e.inputState.lastSelectionTime>Date.now()-50&&("select"==e.inputState.lastSelectionOrigin&&(t=!0),n=e.inputState.lastSelectionOrigin,"select.pointer"==n&&(i=YC(e.state.facet(lC).map(t=>t(e)),i))),e.dispatch({selection:i,scrollIntoView:t,userEvent:n}),!0}return!1}function ck(e,t,n,i=-1){if($_.ios&&e.inputState.flushIOSKey(t))return!0;let o=e.state.selection.main;if($_.android&&(t.to==o.to&&(t.from==o.from||t.from==o.from-1&&" "==e.state.sliceDoc(t.from,o.from))&&1==t.insert.length&&2==t.insert.lines&&dw(e.contentDOM,"Enter",13)||(t.from==o.from-1&&t.to==o.to&&0==t.insert.length||8==i&&t.insert.length<t.to-t.from&&t.to>o.head)&&dw(e.contentDOM,"Backspace",8)||t.from==o.from&&t.to==o.to+1&&0==t.insert.length&&dw(e.contentDOM,"Delete",46)))return!0;let r,s=t.insert.toString();e.inputState.composing>=0&&e.inputState.composing++;let a=()=>r||(r=function(e,t,n){let i,o=e.state,r=o.selection.main,s=-1;if(t.from==t.to&&t.from<r.from||t.from>r.to){let n=t.from<r.from?-1:1,i=n<0?r.from:r.to,a=KC(o.facet(lC).map(t=>t(e)),i,n);t.from==a&&(s=a)}if(s>-1)i={changes:t,selection:Zx.cursor(t.from+t.insert.length,-1)};else if(t.from>=r.from&&t.to<=r.to&&t.to-t.from>=(r.to-r.from)/3&&(!n||n.main.empty&&n.main.from==t.from+t.insert.length)&&e.inputState.composing<0){let n=r.from<t.from?o.sliceDoc(r.from,t.from):"",s=r.to>t.to?o.sliceDoc(t.to,r.to):"";i=o.replaceSelection(e.state.toText(n+t.insert.sliceString(0,void 0,e.state.lineBreak)+s))}else{let s=o.changes(t),a=n&&n.main.to<=s.newLength?n.main:void 0;if(o.selection.ranges.length>1&&(e.inputState.composing>=0||e.inputState.compositionPendingChange)&&t.to<=r.to+10&&t.to>=r.to-10){let l,c=e.state.sliceDoc(t.from,t.to),u=n&&FC(e,n.main.head);if(u){let e=t.insert.length-(t.to-t.from);l={from:u.from,to:u.to-e}}else l=e.state.doc.lineAt(r.head);let h=r.to-t.to;i=o.changeByRange(n=>{if(n.from==r.from&&n.to==r.to)return{changes:s,range:a||n.map(s)};let i=n.to-h,u=i-c.length;if(e.state.sliceDoc(u,i)!=c||i>=l.from&&u<=l.to)return{range:n};let d=o.changes({from:u,to:i,insert:t.insert}),p=n.to-r.to;return{changes:d,range:a?Zx.range(Math.max(0,a.anchor+p),Math.max(0,a.head+p)):n.map(d)}})}else i={changes:s,selection:a&&o.selection.replaceRange(a)}}let a="input.type";(e.composing||e.inputState.compositionPendingChange&&e.inputState.compositionEndedAt>Date.now()-50)&&(e.inputState.compositionPendingChange=!1,a+=".compose",e.inputState.compositionFirstChange&&(a+=".start",e.inputState.compositionFirstChange=!1));return o.update(i,{userEvent:a,scrollIntoView:!0})}(e,t,n));return e.state.facet(Vw).some(n=>n(e,t.from,t.to,s,a))||e.dispatch(a()),!0}function uk(e,t,n,i){let o=Math.min(e.length,t.length),r=0;for(;r<o&&e.charCodeAt(r)==t.charCodeAt(r);)r++;if(r==o&&e.length==t.length)return null;let s=e.length,a=t.length;for(;s>0&&a>0&&e.charCodeAt(s-1)==t.charCodeAt(a-1);)s--,a--;if("end"==i){n-=s+Math.max(0,r-Math.min(s,a))-r}if(s<r&&e.length<t.length){r-=n<=r&&n>=s?r-n:0,a=r+(a-s),s=r}else if(a<r){r-=n<=r&&n>=a?r-n:0,s=r+(s-a),a=r}return{from:r,toA:s,toB:a}}function hk(e,t){return t.head==e.main.head&&t.anchor==e.main.anchor}class dk{setSelectionOrigin(e){this.lastSelectionOrigin=e,this.lastSelectionTime=Date.now()}constructor(e){this.view=e,this.lastKeyCode=0,this.lastKeyTime=0,this.lastTouchTime=0,this.lastFocusTime=0,this.lastScrollTop=0,this.lastScrollLeft=0,this.pendingIOSKey=void 0,this.tabFocusMode=-1,this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastContextMenu=0,this.scrollHandlers=[],this.handlers=Object.create(null),this.composing=-1,this.compositionFirstChange=null,this.compositionEndedAt=0,this.compositionPendingKey=!1,this.compositionPendingChange=!1,this.insertingText="",this.insertingTextAt=0,this.mouseSelection=null,this.draggedContent=null,this.handleEvent=this.handleEvent.bind(this),this.notifiedFocused=e.hasFocus,$_.safari&&e.contentDOM.addEventListener("input",()=>null),$_.gecko&&function(e){Bk.has(e)||(Bk.add(e),e.addEventListener("copy",()=>{}),e.addEventListener("cut",()=>{}))}(e.contentDOM.ownerDocument)}handleEvent(e){(function(e,t){if(!t.bubbles)return!0;if(t.defaultPrevented)return!1;for(let n,i=t.target;i!=e.contentDOM;i=i.parentNode)if(!i||11==i.nodeType||(n=vC.get(i))&&n.isWidget()&&!n.isHidden&&n.widget.ignoreEvent(t))return!1;return!0})(this.view,e)&&!this.ignoreDuringComposition(e)&&("keydown"==e.type&&this.keydown(e)||(0!=this.view.updateState?Promise.resolve().then(()=>this.runHandlers(e.type,e)):this.runHandlers(e.type,e)))}runHandlers(e,t){let n=this.handlers[e];if(n){for(let e of n.observers)e(this.view,t);for(let e of n.handlers){if(t.defaultPrevented)break;if(e(this.view,t)){t.preventDefault();break}}}}ensureHandlers(e){let t=fk(e),n=this.handlers,i=this.view.contentDOM;for(let e in t)if("scroll"!=e){let o=!t[e].handlers.length,r=n[e];r&&o!=!r.handlers.length&&(i.removeEventListener(e,this.handleEvent),r=null),r||i.addEventListener(e,this.handleEvent,{passive:o})}for(let e in n)"scroll"==e||t[e]||i.removeEventListener(e,this.handleEvent);this.handlers=t}keydown(e){if(this.lastKeyCode=e.keyCode,this.lastKeyTime=Date.now(),9==e.keyCode&&this.tabFocusMode>-1&&(!this.tabFocusMode||Date.now()<=this.tabFocusMode))return!0;if(this.tabFocusMode>0&&27!=e.keyCode&&vk.indexOf(e.keyCode)<0&&(this.tabFocusMode=-1),$_.android&&$_.chrome&&!e.synthetic&&(13==e.keyCode||8==e.keyCode))return this.view.observer.delayAndroidKey(e.key,e.keyCode),!0;let t;return!$_.ios||e.synthetic||e.altKey||e.metaKey||!((t=gk.find(t=>t.keyCode==e.keyCode))&&!e.ctrlKey||mk.indexOf(e.key)>-1&&e.ctrlKey&&!e.shiftKey)?(229!=e.keyCode&&this.view.observer.forceFlush(),!1):(this.pendingIOSKey=t||e,setTimeout(()=>this.flushIOSKey(),250),!0)}flushIOSKey(e){let t=this.pendingIOSKey;return!!t&&(!("Enter"==t.key&&e&&e.from<e.to&&/^\S+$/.test(e.insert.toString()))&&(this.pendingIOSKey=void 0,dw(this.view.contentDOM,t.key,t.keyCode,t instanceof KeyboardEvent?t:void 0)))}ignoreDuringComposition(e){return!(!/^key/.test(e.type)||e.synthetic)&&(this.composing>0||!!($_.safari&&!$_.ios&&this.compositionPendingKey&&Date.now()-this.compositionEndedAt<100)&&(this.compositionPendingKey=!1,!0))}startMouseSelection(e){this.mouseSelection&&this.mouseSelection.destroy(),this.mouseSelection=e}update(e){this.view.observer.update(e),this.mouseSelection&&this.mouseSelection.update(e),this.draggedContent&&e.docChanged&&(this.draggedContent=this.draggedContent.map(e.changes)),e.transactions.length&&(this.lastKeyCode=this.lastSelectionTime=0)}destroy(){this.mouseSelection&&this.mouseSelection.destroy()}}function pk(e,t){return(n,i)=>{try{return t.call(e,i,n)}catch(e){Gw(n.state,e)}}}function fk(e){let t=Object.create(null);function n(e){return t[e]||(t[e]={observers:[],handlers:[]})}for(let t of e){let e=t.spec,i=e&&e.plugin.domEventHandlers,o=e&&e.plugin.domEventObservers;if(i)for(let e in i){let o=i[e];o&&n(e).handlers.push(pk(t.value,o))}if(o)for(let e in o){let i=o[e];i&&n(e).observers.push(pk(t.value,i))}}for(let e in bk)n(e).handlers.push(bk[e]);for(let e in _k)n(e).observers.push(_k[e]);return t}const gk=[{key:"Backspace",keyCode:8,inputType:"deleteContentBackward"},{key:"Enter",keyCode:13,inputType:"insertParagraph"},{key:"Enter",keyCode:13,inputType:"insertLineBreak"},{key:"Delete",keyCode:46,inputType:"deleteContentForward"}],mk="dthko",vk=[16,17,18,20,91,92,224,225];function yk(e){return.7*Math.max(0,e)+8}class xk{constructor(e,t,n,i){this.view=e,this.startEvent=t,this.style=n,this.mustSelect=i,this.scrollSpeed={x:0,y:0},this.scrolling=-1,this.lastEvent=t,this.scrollParents=function(e){let t,n,i=e.ownerDocument;for(let o=e.parentNode;o&&!(o==i.body||t&&n);)if(1==o.nodeType)!n&&o.scrollHeight>o.clientHeight&&(n=o),!t&&o.scrollWidth>o.clientWidth&&(t=o),o=o.assignedSlot||o.parentNode;else{if(11!=o.nodeType)break;o=o.host}return{x:t,y:n}}(e.contentDOM),this.atoms=e.state.facet(lC).map(t=>t(e));let o=e.contentDOM.ownerDocument;o.addEventListener("mousemove",this.move=this.move.bind(this)),o.addEventListener("mouseup",this.up=this.up.bind(this)),this.extend=t.shiftKey,this.multiple=e.state.facet(zb.allowMultipleSelections)&&function(e,t){let n=e.state.facet(Bw);return n.length?n[0](t):$_.mac?t.metaKey:t.ctrlKey}(e,t),this.dragging=!(!function(e,t){let{main:n}=e.state.selection;if(n.empty)return!1;let i=K_(e.root);if(!i||0==i.rangeCount)return!0;let o=i.getRangeAt(0).getClientRects();for(let e=0;e<o.length;e++){let n=o[e];if(n.left<=t.clientX&&n.right>=t.clientX&&n.top<=t.clientY&&n.bottom>=t.clientY)return!0}return!1}(e,t)||1!=Mk(t))&&null}start(e){!1===this.dragging&&this.select(e)}move(e){if(0==e.buttons)return this.destroy();if(this.dragging||null==this.dragging&&function(e,t){return Math.max(Math.abs(e.clientX-t.clientX),Math.abs(e.clientY-t.clientY))}(this.startEvent,e)<10)return;this.select(this.lastEvent=e);let t=0,n=0,i=0,o=0,r=this.view.win.innerWidth,s=this.view.win.innerHeight;this.scrollParents.x&&({left:i,right:r}=this.scrollParents.x.getBoundingClientRect()),this.scrollParents.y&&({top:o,bottom:s}=this.scrollParents.y.getBoundingClientRect());let a=dC(this.view);e.clientX-a.left<=i+6?t=-yk(i-e.clientX):e.clientX+a.right>=r-6&&(t=yk(e.clientX-r)),e.clientY-a.top<=o+6?n=-yk(o-e.clientY):e.clientY+a.bottom>=s-6&&(n=yk(e.clientY-s)),this.setScrollSpeed(t,n)}up(e){null==this.dragging&&this.select(this.lastEvent),this.dragging||e.preventDefault(),this.destroy()}destroy(){this.setScrollSpeed(0,0);let e=this.view.contentDOM.ownerDocument;e.removeEventListener("mousemove",this.move),e.removeEventListener("mouseup",this.up),this.view.inputState.mouseSelection=this.view.inputState.draggedContent=null}setScrollSpeed(e,t){this.scrollSpeed={x:e,y:t},e||t?this.scrolling<0&&(this.scrolling=setInterval(()=>this.scroll(),50)):this.scrolling>-1&&(clearInterval(this.scrolling),this.scrolling=-1)}scroll(){let{x:e,y:t}=this.scrollSpeed;e&&this.scrollParents.x&&(this.scrollParents.x.scrollLeft+=e,e=0),t&&this.scrollParents.y&&(this.scrollParents.y.scrollTop+=t,t=0),(e||t)&&this.view.win.scrollBy(e,t),!1===this.dragging&&this.select(this.lastEvent)}select(e){let{view:t}=this,n=YC(this.atoms,this.style.get(e,this.extend,this.multiple));!this.mustSelect&&n.eq(t.state.selection,!1===this.dragging)||this.view.dispatch({selection:n,userEvent:"select.pointer"}),this.mustSelect=!1}update(e){e.transactions.some(e=>e.isUserEvent("input.type"))?this.destroy():this.style.update(e)&&setTimeout(()=>this.select(this.lastEvent),20)}}const bk=Object.create(null),_k=Object.create(null),wk=$_.ie&&$_.ie_version<15||$_.ios&&$_.webkit_version<604;function Ck(e,t,n){for(let i of e.facet(t))n=i(n,e);return n}function kk(e,t){t=Ck(e.state,zw,t);let n,{state:i}=e,o=1,r=i.toText(t),s=r.lines==i.selection.ranges.length,a=null!=Pk&&i.selection.ranges.every(e=>e.empty)&&Pk==r.toString();if(a){let e=-1;n=i.changeByRange(n=>{let a=i.doc.lineAt(n.from);if(a.from==e)return{range:n};e=a.from;let l=i.toText((s?r.line(o++).text:t)+i.lineBreak);return{changes:{from:a.from,insert:l},range:Zx.cursor(n.from+l.length)}})}else n=s?i.changeByRange(e=>{let t=r.line(o++);return{changes:{from:e.from,to:e.to,insert:t.text},range:Zx.cursor(e.from+t.length)}}):i.replaceSelection(r);e.dispatch(n,{userEvent:"input.paste",scrollIntoView:!0})}function Ok(e,t,n,i){if(1==i)return Zx.cursor(t,n);if(2==i)return function(e,t,n=1){let i=e.charCategorizer(t),o=e.doc.lineAt(t),r=t-o.from;if(0==o.length)return Zx.cursor(t);0==r?n=1:r==o.length&&(n=-1);let s=r,a=r;n<0?s=jx(o.text,r,!1):a=jx(o.text,r);let l=i(o.text.slice(s,a));for(;s>0;){let e=jx(o.text,s,!1);if(i(o.text.slice(e,s))!=l)break;s=e}for(;a<o.length;){let e=jx(o.text,a);if(i(o.text.slice(a,e))!=l)break;a=e}return Zx.range(s+o.from,a+o.from)}(e.state,t,n);{let i=e.docView.lineAt(t,n),o=e.state.doc.lineAt(i?i.posAtEnd:t),r=i?i.posAtStart:o.from,s=i?i.posAtEnd:o.to;return s<e.state.doc.length&&s==o.to&&s++,Zx.range(r,s)}}_k.scroll=e=>{e.inputState.lastScrollTop=e.scrollDOM.scrollTop,e.inputState.lastScrollLeft=e.scrollDOM.scrollLeft},bk.keydown=(e,t)=>(e.inputState.setSelectionOrigin("select"),27==t.keyCode&&0!=e.inputState.tabFocusMode&&(e.inputState.tabFocusMode=Date.now()+2e3),!1),_k.touchstart=(e,t)=>{e.inputState.lastTouchTime=Date.now(),e.inputState.setSelectionOrigin("select.pointer")},_k.touchmove=e=>{e.inputState.setSelectionOrigin("select.pointer")},bk.mousedown=(e,t)=>{if(e.observer.flush(),e.inputState.lastTouchTime>Date.now()-2e3)return!1;let n=null;for(let i of e.state.facet(Lw))if(n=i(e,t),n)break;if(n||0!=t.button||(n=function(e,t){let n=e.posAndSideAtCoords({x:t.clientX,y:t.clientY},!1),i=Mk(t),o=e.state.selection;return{update(e){e.docChanged&&(n.pos=e.changes.mapPos(n.pos),o=o.map(e.changes))},get(t,r,s){let a,l=e.posAndSideAtCoords({x:t.clientX,y:t.clientY},!1),c=Ok(e,l.pos,l.assoc,i);if(n.pos!=l.pos&&!r){let t=Ok(e,n.pos,n.assoc,i),o=Math.min(t.from,c.from),r=Math.max(t.to,c.to);c=o<c.from?Zx.range(o,r):Zx.range(r,o)}return r?o.replaceRange(o.main.extend(c.from,c.to)):s&&1==i&&o.ranges.length>1&&(a=function(e,t){for(let n=0;n<e.ranges.length;n++){let{from:i,to:o}=e.ranges[n];if(i<=t&&o>=t)return Zx.create(e.ranges.slice(0,n).concat(e.ranges.slice(n+1)),e.mainIndex==n?0:e.mainIndex-(e.mainIndex>n?1:0))}return null}(o,l.pos))?a:s?o.addRange(c):Zx.create([c])}}}(e,t)),n){let i=!e.hasFocus;e.inputState.startMouseSelection(new xk(e,t,n,i)),i&&e.observer.ignore(()=>{uw(e.contentDOM);let t=e.root.activeElement;t&&!t.contains(e.contentDOM)&&t.blur()});let o=e.inputState.mouseSelection;if(o)return o.start(t),!1===o.dragging}else e.inputState.setSelectionOrigin("select.pointer");return!1};const Ek=$_.ie&&$_.ie_version<=11;let Sk=null,Tk=0,Rk=0;function Mk(e){if(!Ek)return e.detail;let t=Sk,n=Rk;return Sk=e,Rk=Date.now(),Tk=!t||n>Date.now()-400&&Math.abs(t.clientX-e.clientX)<2&&Math.abs(t.clientY-e.clientY)<2?(Tk+1)%3:1}function Ak(e,t,n,i){if(!(n=Ck(e.state,zw,n)))return;let o=e.posAtCoords({x:t.clientX,y:t.clientY},!1),{draggedContent:r}=e.inputState,s=i&&r&&function(e,t){let n=e.state.facet(jw);return n.length?n[0](t):$_.mac?!t.altKey:!t.ctrlKey}(e,t)?{from:r.from,to:r.to}:null,a={from:o,insert:n},l=e.state.changes(s?[s,a]:a);e.focus(),e.dispatch({changes:l,selection:{anchor:l.mapPos(o,-1),head:l.mapPos(o,1)},userEvent:s?"move.drop":"input.drop"}),e.inputState.draggedContent=null}bk.dragstart=(e,t)=>{let{selection:{main:n}}=e.state;if(t.target.draggable){let i=e.docView.tile.nearest(t.target);if(i&&i.isWidget()){let e=i.posAtStart,t=e+i.length;(e>=n.to||t<=n.from)&&(n=Zx.range(e,t))}}let{inputState:i}=e;return i.mouseSelection&&(i.mouseSelection.dragging=!0),i.draggedContent=n,t.dataTransfer&&(t.dataTransfer.setData("Text",Ck(e.state,Ww,e.state.sliceDoc(n.from,n.to))),t.dataTransfer.effectAllowed="copyMove"),!1},bk.dragend=e=>(e.inputState.draggedContent=null,!1),bk.drop=(e,t)=>{if(!t.dataTransfer)return!1;if(e.state.readOnly)return!0;let n=t.dataTransfer.files;if(n&&n.length){let i=Array(n.length),o=0,r=()=>{++o==n.length&&Ak(e,t,i.filter(e=>null!=e).join(e.state.lineBreak),!1)};for(let e=0;e<n.length;e++){let t=new FileReader;t.onerror=r,t.onload=()=>{/[\x00-\x08\x0e-\x1f]{2}/.test(t.result)||(i[e]=t.result),r()},t.readAsText(n[e])}return!0}{let n=t.dataTransfer.getData("Text");if(n)return Ak(e,t,n,!0),!0}return!1},bk.paste=(e,t)=>{if(e.state.readOnly)return!0;e.observer.flush();let n=wk?null:t.clipboardData;return n?(kk(e,n.getData("text/plain")||n.getData("text/uri-list")),!0):(function(e){let t=e.dom.parentNode;if(!t)return;let n=t.appendChild(document.createElement("textarea"));n.style.cssText="position: fixed; left: -10000px; top: 10px",n.focus(),setTimeout(()=>{e.focus(),n.remove(),kk(e,n.value)},50)}(e),!1)};let Pk=null;bk.copy=bk.cut=(e,t)=>{if(!G_(e.contentDOM,e.observer.selectionRange))return!1;let{text:n,ranges:i,linewise:o}=function(e){let t=[],n=[],i=!1;for(let i of e.selection.ranges)i.empty||(t.push(e.sliceDoc(i.from,i.to)),n.push(i));if(!t.length){let o=-1;for(let{from:i}of e.selection.ranges){let r=e.doc.lineAt(i);r.number>o&&(t.push(r.text),n.push({from:r.from,to:Math.min(e.doc.length,r.to+1)})),o=r.number}i=!0}return{text:Ck(e,Ww,t.join(e.lineBreak)),ranges:n,linewise:i}}(e.state);if(!n&&!o)return!1;Pk=o?n:null,"cut"!=t.type||e.state.readOnly||e.dispatch({changes:i,scrollIntoView:!0,userEvent:"delete.cut"});let r=wk?null:t.clipboardData;return r?(r.clearData(),r.setData("text/plain",n),!0):(function(e,t){let n=e.dom.parentNode;if(!n)return;let i=n.appendChild(document.createElement("textarea"));i.style.cssText="position: fixed; left: -10000px; top: 10px",i.value=t,i.focus(),i.selectionEnd=t.length,i.selectionStart=0,setTimeout(()=>{i.remove(),e.focus()},50)}(e,n),!1)};const Dk=Tb.define();function $k(e,t){let n=[];for(let i of e.facet(Fw)){let o=i(e,t);o&&n.push(o)}return n.length?e.update({effects:n,annotations:Dk.of(!0)}):null}function Ik(e){setTimeout(()=>{let t=e.hasFocus;if(t!=e.inputState.notifiedFocused){let n=$k(e.state,t);n?e.dispatch(n):e.update([])}},10)}_k.focus=e=>{e.inputState.lastFocusTime=Date.now(),e.scrollDOM.scrollTop||!e.inputState.lastScrollTop&&!e.inputState.lastScrollLeft||(e.scrollDOM.scrollTop=e.inputState.lastScrollTop,e.scrollDOM.scrollLeft=e.inputState.lastScrollLeft),Ik(e)},_k.blur=e=>{e.observer.clearSelectionRange(),Ik(e)},_k.compositionstart=_k.compositionupdate=e=>{e.observer.editContext||(null==e.inputState.compositionFirstChange&&(e.inputState.compositionFirstChange=!0),e.inputState.composing<0&&(e.inputState.composing=0))},_k.compositionend=e=>{e.observer.editContext||(e.inputState.composing=-1,e.inputState.compositionEndedAt=Date.now(),e.inputState.compositionPendingKey=!0,e.inputState.compositionPendingChange=e.observer.pendingRecords().length>0,e.inputState.compositionFirstChange=null,$_.chrome&&$_.android?e.observer.flushSoon():e.inputState.compositionPendingChange?Promise.resolve().then(()=>e.observer.flush()):setTimeout(()=>{e.inputState.composing<0&&e.docView.hasComposition&&e.update([])},50))},_k.contextmenu=e=>{e.inputState.lastContextMenu=Date.now()},bk.beforeinput=(e,t)=>{var n,i;if("insertText"!=t.inputType&&"insertCompositionText"!=t.inputType||(e.inputState.insertingText=t.data,e.inputState.insertingTextAt=Date.now()),"insertReplacementText"==t.inputType&&e.observer.editContext){let i=null===(n=t.dataTransfer)||void 0===n?void 0:n.getData("text/plain"),o=t.getTargetRanges();if(i&&o.length){let t=o[0],n=e.posAtDOM(t.startContainer,t.startOffset),r=e.posAtDOM(t.endContainer,t.endOffset);return ck(e,{from:n,to:r,insert:e.state.toText(i)},null),!0}}let o;if($_.chrome&&$_.android&&(o=gk.find(e=>e.inputType==t.inputType))&&(e.observer.delayAndroidKey(o.key,o.keyCode),"Backspace"==o.key||"Delete"==o.key)){let t=(null===(i=window.visualViewport)||void 0===i?void 0:i.height)||0;setTimeout(()=>{var n;((null===(n=window.visualViewport)||void 0===n?void 0:n.height)||0)>t+10&&e.hasFocus&&(e.contentDOM.blur(),e.focus())},100)}return $_.ios&&"deleteContentForward"==t.inputType&&e.observer.flushSoon(),$_.safari&&"insertText"==t.inputType&&e.inputState.composing>=0&&setTimeout(()=>_k.compositionend(e,t),20),!1};const Bk=new Set;const jk=["pre-wrap","normal","pre-line","break-spaces"];let Lk=!1;function Nk(){Lk=!1}class qk{constructor(e){this.lineWrapping=e,this.doc=Sx.empty,this.heightSamples={},this.lineHeight=14,this.charWidth=7,this.textHeight=14,this.lineLength=30}heightForGap(e,t){let n=this.doc.lineAt(t).number-this.doc.lineAt(e).number+1;return this.lineWrapping&&(n+=Math.max(0,Math.ceil((t-e-n*this.lineLength*.5)/this.lineLength))),this.lineHeight*n}heightForLine(e){if(!this.lineWrapping)return this.lineHeight;return(1+Math.max(0,Math.ceil((e-this.lineLength)/Math.max(1,this.lineLength-5))))*this.lineHeight}setDoc(e){return this.doc=e,this}mustRefreshForWrapping(e){return jk.indexOf(e)>-1!=this.lineWrapping}mustRefreshForHeights(e){let t=!1;for(let n=0;n<e.length;n++){let i=e[n];i<0?n++:this.heightSamples[Math.floor(10*i)]||(t=!0,this.heightSamples[Math.floor(10*i)]=!0)}return t}refresh(e,t,n,i,o,r){let s=jk.indexOf(e)>-1,a=Math.abs(t-this.lineHeight)>.3||this.lineWrapping!=s||Math.abs(n-this.charWidth)>.1;if(this.lineWrapping=s,this.lineHeight=t,this.charWidth=n,this.textHeight=i,this.lineLength=o,a){this.heightSamples={};for(let e=0;e<r.length;e++){let t=r[e];t<0?e++:this.heightSamples[Math.floor(10*t)]=!0}}return a}}class Vk{constructor(e,t){this.from=e,this.heights=t,this.index=0}get more(){return this.index<this.heights.length}}class Fk{constructor(e,t,n,i,o){this.from=e,this.length=t,this.top=n,this.height=i,this._content=o}get type(){return"number"==typeof this._content?V_.Text:Array.isArray(this._content)?this._content:this._content.type}get to(){return this.from+this.length}get bottom(){return this.top+this.height}get widget(){return this._content instanceof Q_?this._content.widget:null}get widgetLineBreaks(){return"number"==typeof this._content?this._content:0}join(e){let t=(Array.isArray(this._content)?this._content:[this]).concat(Array.isArray(e._content)?e._content:[e]);return new Fk(this.from,this.length+e.length,this.top,this.height+e.height,t)}}var zk=function(e){return e[e.ByPos=0]="ByPos",e[e.ByHeight=1]="ByHeight",e[e.ByPosNoHeight=2]="ByPosNoHeight",e}(zk||(zk={}));const Wk=.001;class Qk{constructor(e,t,n=2){this.length=e,this.height=t,this.flags=n}get outdated(){return(2&this.flags)>0}set outdated(e){this.flags=(e?2:0)|-3&this.flags}setHeight(e){this.height!=e&&(Math.abs(this.height-e)>Wk&&(Lk=!0),this.height=e)}replace(e,t,n){return Qk.of(n)}decomposeLeft(e,t){t.push(this)}decomposeRight(e,t){t.push(this)}applyChanges(e,t,n,i){let o=this,r=n.doc;for(let s=i.length-1;s>=0;s--){let{fromA:a,toA:l,fromB:c,toB:u}=i[s],h=o.lineAt(a,zk.ByPosNoHeight,n.setDoc(t),0,0),d=h.to>=l?h:o.lineAt(l,zk.ByPosNoHeight,n,0,0);for(u+=d.to-l,l=d.to;s>0&&h.from<=i[s-1].toA;)a=i[s-1].fromA,c=i[s-1].fromB,s--,a<h.from&&(h=o.lineAt(a,zk.ByPosNoHeight,n,0,0));c+=h.from-a,a=h.from;let p=Jk.build(n.setDoc(r),e,c,u);o=Hk(o,o.replace(a,l,p))}return o.updateHeight(n,0)}static empty(){return new Kk(0,0,0)}static of(e){if(1==e.length)return e[0];let t=0,n=e.length,i=0,o=0;for(;;)if(t==n)if(i>2*o){let o=e[t-1];o.break?e.splice(--t,1,o.left,null,o.right):e.splice(--t,1,o.left,o.right),n+=1+o.break,i-=o.size}else{if(!(o>2*i))break;{let t=e[n];t.break?e.splice(n,1,t.left,null,t.right):e.splice(n,1,t.left,t.right),n+=2+t.break,o-=t.size}}else if(i<o){let n=e[t++];n&&(i+=n.size)}else{let t=e[--n];t&&(o+=t.size)}let r=0;return null==e[t-1]?(r=1,t--):null==e[t]&&(r=1,n++),new Gk(Qk.of(e.slice(0,t)),r,Qk.of(e.slice(n)))}}function Hk(e,t){return e==t?e:(e.constructor!=t.constructor&&(Lk=!0),t)}Qk.prototype.size=1;const Uk=F_.replace({});class Xk extends Qk{constructor(e,t,n){super(e,t),this.deco=n,this.spaceAbove=0}mainBlock(e,t){return new Fk(t,this.length,e+this.spaceAbove,this.height-this.spaceAbove,this.deco||0)}blockAt(e,t,n,i){return this.spaceAbove&&e<n+this.spaceAbove?new Fk(i,0,n,this.spaceAbove,Uk):this.mainBlock(n,i)}lineAt(e,t,n,i,o){let r=this.mainBlock(i,o);return this.spaceAbove?this.blockAt(0,n,i,o).join(r):r}forEachLine(e,t,n,i,o,r){e<=o+this.length&&t>=o&&r(this.lineAt(0,zk.ByPos,n,i,o))}setMeasuredHeight(e){let t=e.heights[e.index++];t<0?(this.spaceAbove=-t,t=e.heights[e.index++]):this.spaceAbove=0,this.setHeight(t)}updateHeight(e,t=0,n=!1,i){return i&&i.from<=t&&i.more&&this.setMeasuredHeight(i),this.outdated=!1,this}toString(){return`block(${this.length})`}}class Kk extends Xk{constructor(e,t,n){super(e,t,null),this.collapsed=0,this.widgetHeight=0,this.breaks=0,this.spaceAbove=n}mainBlock(e,t){return new Fk(t,this.length,e+this.spaceAbove,this.height-this.spaceAbove,this.breaks)}replace(e,t,n){let i=n[0];return 1==n.length&&(i instanceof Kk||i instanceof Yk&&4&i.flags)&&Math.abs(this.length-i.length)<10?(i instanceof Yk?i=new Kk(i.length,this.height,this.spaceAbove):i.height=this.height,this.outdated||(i.outdated=!1),i):Qk.of(n)}updateHeight(e,t=0,n=!1,i){return i&&i.from<=t&&i.more?this.setMeasuredHeight(i):(n||this.outdated)&&(this.spaceAbove=0,this.setHeight(Math.max(this.widgetHeight,e.heightForLine(this.length-this.collapsed))+this.breaks*e.lineHeight)),this.outdated=!1,this}toString(){return`line(${this.length}${this.collapsed?-this.collapsed:""}${this.widgetHeight?":"+this.widgetHeight:""})`}}class Yk extends Qk{constructor(e){super(e,0)}heightMetrics(e,t){let n,i=e.doc.lineAt(t).number,o=e.doc.lineAt(t+this.length).number,r=o-i+1,s=0;if(e.lineWrapping){let t=Math.min(this.height,e.lineHeight*r);n=t/r,this.length>r+1&&(s=(this.height-t)/(this.length-r-1))}else n=this.height/r;return{firstLine:i,lastLine:o,perLine:n,perChar:s}}blockAt(e,t,n,i){let{firstLine:o,lastLine:r,perLine:s,perChar:a}=this.heightMetrics(t,i);if(t.lineWrapping){let o=i+(e<t.lineHeight?0:Math.round(Math.max(0,Math.min(1,(e-n)/this.height))*this.length)),r=t.doc.lineAt(o),l=s+r.length*a,c=Math.max(n,e-l/2);return new Fk(r.from,r.length,c,l,0)}{let i=Math.max(0,Math.min(r-o,Math.floor((e-n)/s))),{from:a,length:l}=t.doc.line(o+i);return new Fk(a,l,n+s*i,s,0)}}lineAt(e,t,n,i,o){if(t==zk.ByHeight)return this.blockAt(e,n,i,o);if(t==zk.ByPosNoHeight){let{from:t,to:i}=n.doc.lineAt(e);return new Fk(t,i-t,0,0,0)}let{firstLine:r,perLine:s,perChar:a}=this.heightMetrics(n,o),l=n.doc.lineAt(e),c=s+l.length*a,u=l.number-r,h=i+s*u+a*(l.from-o-u);return new Fk(l.from,l.length,Math.max(i,Math.min(h,i+this.height-c)),c,0)}forEachLine(e,t,n,i,o,r){e=Math.max(e,o),t=Math.min(t,o+this.length);let{firstLine:s,perLine:a,perChar:l}=this.heightMetrics(n,o);for(let c=e,u=i;c<=t;){let t=n.doc.lineAt(c);if(c==e){let n=t.number-s;u+=a*n+l*(e-o-n)}let i=a+l*t.length;r(new Fk(t.from,t.length,u,i,0)),u+=i,c=t.to+1}}replace(e,t,n){let i=this.length-t;if(i>0){let e=n[n.length-1];e instanceof Yk?n[n.length-1]=new Yk(e.length+i):n.push(null,new Yk(i-1))}if(e>0){let t=n[0];t instanceof Yk?n[0]=new Yk(e+t.length):n.unshift(new Yk(e-1),null)}return Qk.of(n)}decomposeLeft(e,t){t.push(new Yk(e-1),null)}decomposeRight(e,t){t.push(null,new Yk(this.length-e-1))}updateHeight(e,t=0,n=!1,i){let o=t+this.length;if(i&&i.from<=t+this.length&&i.more){let n=[],r=Math.max(t,i.from),s=-1;for(i.from>t&&n.push(new Yk(i.from-t-1).updateHeight(e,t));r<=o&&i.more;){let t=e.doc.lineAt(r).length;n.length&&n.push(null);let o=i.heights[i.index++],a=0;o<0&&(a=-o,o=i.heights[i.index++]),-1==s?s=o:Math.abs(o-s)>=Wk&&(s=-2);let l=new Kk(t,o,a);l.outdated=!1,n.push(l),r+=t+1}r<=o&&n.push(null,new Yk(o-r).updateHeight(e,r));let a=Qk.of(n);return(s<0||Math.abs(a.height-this.height)>=Wk||Math.abs(s-this.heightMetrics(e,t).perLine)>=Wk)&&(Lk=!0),Hk(this,a)}return(n||this.outdated)&&(this.setHeight(e.heightForGap(t,t+this.length)),this.outdated=!1),this}toString(){return`gap(${this.length})`}}class Gk extends Qk{constructor(e,t,n){super(e.length+t+n.length,e.height+n.height,t|(e.outdated||n.outdated?2:0)),this.left=e,this.right=n,this.size=e.size+n.size}get break(){return 1&this.flags}blockAt(e,t,n,i){let o=n+this.left.height;return e<o?this.left.blockAt(e,t,n,i):this.right.blockAt(e,t,o,i+this.left.length+this.break)}lineAt(e,t,n,i,o){let r=i+this.left.height,s=o+this.left.length+this.break,a=t==zk.ByHeight?e<r:e<s,l=a?this.left.lineAt(e,t,n,i,o):this.right.lineAt(e,t,n,r,s);if(this.break||(a?l.to<s:l.from>s))return l;let c=t==zk.ByPosNoHeight?zk.ByPosNoHeight:zk.ByPos;return a?l.join(this.right.lineAt(s,c,n,r,s)):this.left.lineAt(s,c,n,i,o).join(l)}forEachLine(e,t,n,i,o,r){let s=i+this.left.height,a=o+this.left.length+this.break;if(this.break)e<a&&this.left.forEachLine(e,t,n,i,o,r),t>=a&&this.right.forEachLine(e,t,n,s,a,r);else{let l=this.lineAt(a,zk.ByPos,n,i,o);e<l.from&&this.left.forEachLine(e,l.from-1,n,i,o,r),l.to>=e&&l.from<=t&&r(l),t>l.to&&this.right.forEachLine(l.to+1,t,n,s,a,r)}}replace(e,t,n){let i=this.left.length+this.break;if(t<i)return this.balanced(this.left.replace(e,t,n),this.right);if(e>this.left.length)return this.balanced(this.left,this.right.replace(e-i,t-i,n));let o=[];e>0&&this.decomposeLeft(e,o);let r=o.length;for(let e of n)o.push(e);if(e>0&&Zk(o,r-1),t<this.length){let e=o.length;this.decomposeRight(t,o),Zk(o,e)}return Qk.of(o)}decomposeLeft(e,t){let n=this.left.length;if(e<=n)return this.left.decomposeLeft(e,t);t.push(this.left),this.break&&(n++,e>=n&&t.push(null)),e>n&&this.right.decomposeLeft(e-n,t)}decomposeRight(e,t){let n=this.left.length,i=n+this.break;if(e>=i)return this.right.decomposeRight(e-i,t);e<n&&this.left.decomposeRight(e,t),this.break&&e<i&&t.push(null),t.push(this.right)}balanced(e,t){return e.size>2*t.size||t.size>2*e.size?Qk.of(this.break?[e,null,t]:[e,t]):(this.left=Hk(this.left,e),this.right=Hk(this.right,t),this.setHeight(e.height+t.height),this.outdated=e.outdated||t.outdated,this.size=e.size+t.size,this.length=e.length+this.break+t.length,this)}updateHeight(e,t=0,n=!1,i){let{left:o,right:r}=this,s=t+o.length+this.break,a=null;return i&&i.from<=t+o.length&&i.more?a=o=o.updateHeight(e,t,n,i):o.updateHeight(e,t,n),i&&i.from<=s+r.length&&i.more?a=r=r.updateHeight(e,s,n,i):r.updateHeight(e,s,n),a?this.balanced(o,r):(this.height=this.left.height+this.right.height,this.outdated=!1,this)}toString(){return this.left+(this.break?" ":"-")+this.right}}function Zk(e,t){let n,i;null==e[t]&&(n=e[t-1])instanceof Yk&&(i=e[t+1])instanceof Yk&&e.splice(t-1,3,new Yk(n.length+1+i.length))}class Jk{constructor(e,t){this.pos=e,this.oracle=t,this.nodes=[],this.lineStart=-1,this.lineEnd=-1,this.covering=null,this.writtenTo=e}get isCovered(){return this.covering&&this.nodes[this.nodes.length-1]==this.covering}span(e,t){if(this.lineStart>-1){let e=Math.min(t,this.lineEnd),n=this.nodes[this.nodes.length-1];n instanceof Kk?n.length+=e-this.pos:(e>this.pos||!this.isCovered)&&this.nodes.push(new Kk(e-this.pos,-1,0)),this.writtenTo=e,t>e&&(this.nodes.push(null),this.writtenTo++,this.lineStart=-1)}this.pos=t}point(e,t,n){if(e<t||n.heightRelevant){let i=n.widget?n.widget.estimatedHeight:0,o=n.widget?n.widget.lineBreaks:0;i<0&&(i=this.oracle.lineHeight);let r=t-e;n.block?this.addBlock(new Xk(r,i,n)):(r||o||i>=5)&&this.addLineDeco(i,o,r)}else t>e&&this.span(e,t);this.lineEnd>-1&&this.lineEnd<this.pos&&(this.lineEnd=this.oracle.doc.lineAt(this.pos).to)}enterLine(){if(this.lineStart>-1)return;let{from:e,to:t}=this.oracle.doc.lineAt(this.pos);this.lineStart=e,this.lineEnd=t,this.writtenTo<e&&((this.writtenTo<e-1||null==this.nodes[this.nodes.length-1])&&this.nodes.push(this.blankContent(this.writtenTo,e-1)),this.nodes.push(null)),this.pos>e&&this.nodes.push(new Kk(this.pos-e,-1,0)),this.writtenTo=this.pos}blankContent(e,t){let n=new Yk(t-e);return this.oracle.doc.lineAt(e).to==t&&(n.flags|=4),n}ensureLine(){this.enterLine();let e=this.nodes.length?this.nodes[this.nodes.length-1]:null;if(e instanceof Kk)return e;let t=new Kk(0,-1,0);return this.nodes.push(t),t}addBlock(e){this.enterLine();let t=e.deco;t&&t.startSide>0&&!this.isCovered&&this.ensureLine(),this.nodes.push(e),this.writtenTo=this.pos=this.pos+e.length,t&&t.endSide>0&&(this.covering=e)}addLineDeco(e,t,n){let i=this.ensureLine();i.length+=n,i.collapsed+=n,i.widgetHeight=Math.max(i.widgetHeight,e),i.breaks+=t,this.writtenTo=this.pos=this.pos+n}finish(e){let t=0==this.nodes.length?null:this.nodes[this.nodes.length-1];!(this.lineStart>-1)||t instanceof Kk||this.isCovered?(this.writtenTo<this.pos||null==t)&&this.nodes.push(this.blankContent(this.writtenTo,this.pos)):this.nodes.push(new Kk(0,-1,0));let n=e;for(let e of this.nodes)e instanceof Kk&&e.updateHeight(this.oracle,n),n+=e?e.length:1;return this.nodes}static build(e,t,n,i){let o=new Jk(n,e);return Yb.spans(t,n,i,o,0),o.finish(n)}}class eO{constructor(){this.changes=[]}compareRange(){}comparePoint(e,t,n,i){(e<t||n&&n.heightRelevant||i&&i.heightRelevant)&&U_(e,t,this.changes,5)}}function tO(e,t){let n=e.getBoundingClientRect(),i=e.ownerDocument,o=i.defaultView||window,r=Math.max(0,n.left),s=Math.min(o.innerWidth,n.right),a=Math.max(0,n.top),l=Math.min(o.innerHeight,n.bottom);for(let t=e.parentNode;t&&t!=i.body;)if(1==t.nodeType){let n=t,i=window.getComputedStyle(n);if((n.scrollHeight>n.clientHeight||n.scrollWidth>n.clientWidth)&&"visible"!=i.overflow){let i=n.getBoundingClientRect();r=Math.max(r,i.left),s=Math.min(s,i.right),a=Math.max(a,i.top),l=Math.min(t==e.parentNode?o.innerHeight:l,i.bottom)}t="absolute"==i.position||"fixed"==i.position?n.offsetParent:n.parentNode}else{if(11!=t.nodeType)break;t=t.host}return{left:r-n.left,right:Math.max(r,s)-n.left,top:a-(n.top+t),bottom:Math.max(a,l)-(n.top+t)}}function nO(e,t){let n=e.getBoundingClientRect();return{left:0,right:n.right-n.left,top:t,bottom:n.bottom-(n.top+t)}}class iO{constructor(e,t,n,i){this.from=e,this.to=t,this.size=n,this.displaySize=i}static same(e,t){if(e.length!=t.length)return!1;for(let n=0;n<e.length;n++){let i=e[n],o=t[n];if(i.from!=o.from||i.to!=o.to||i.size!=o.size)return!1}return!0}draw(e,t){return F_.replace({widget:new oO(this.displaySize*(t?e.scaleY:e.scaleX),t)}).range(this.from,this.to)}}class oO extends q_{constructor(e,t){super(),this.size=e,this.vertical=t}eq(e){return e.size==this.size&&e.vertical==this.vertical}toDOM(){let e=document.createElement("div");return this.vertical?e.style.height=this.size+"px":(e.style.width=this.size+"px",e.style.height="2px",e.style.display="inline-block"),e}get estimatedHeight(){return this.vertical?this.size:-1}}class rO{constructor(e){this.state=e,this.pixelViewport={left:0,right:window.innerWidth,top:0,bottom:0},this.inView=!0,this.paddingTop=0,this.paddingBottom=0,this.contentDOMWidth=0,this.contentDOMHeight=0,this.editorHeight=0,this.editorWidth=0,this.scrollTop=0,this.scrolledToBottom=!1,this.scaleX=1,this.scaleY=1,this.scrollAnchorPos=0,this.scrollAnchorHeight=-1,this.scaler=cO,this.scrollTarget=null,this.printing=!1,this.mustMeasureContent=!0,this.defaultTextDirection=vw.LTR,this.visibleRanges=[],this.mustEnforceCursorAssoc=!1;let t=e.facet(oC).some(e=>"function"!=typeof e&&"cm-lineWrapping"==e.class);this.heightOracle=new qk(t),this.stateDeco=uO(e),this.heightMap=Qk.empty().applyChanges(this.stateDeco,Sx.empty,this.heightOracle.setDoc(e.doc),[new fC(0,0,0,e.doc.length)]);for(let e=0;e<2&&(this.viewport=this.getViewport(0,null),this.updateForViewport());e++);this.updateViewportLines(),this.lineGaps=this.ensureLineGaps([]),this.lineGapDeco=F_.set(this.lineGaps.map(e=>e.draw(this,!1))),this.computeVisibleRanges()}updateForViewport(){let e=[this.viewport],{main:t}=this.state.selection;for(let n=0;n<=1;n++){let i=n?t.head:t.anchor;if(!e.some(({from:e,to:t})=>i>=e&&i<=t)){let{from:t,to:n}=this.lineBlockAt(i);e.push(new sO(t,n))}}return this.viewports=e.sort((e,t)=>e.from-t.from),this.updateScaler()}updateScaler(){let e=this.scaler;return this.scaler=this.heightMap.height<=7e6?cO:new hO(this.heightOracle,this.heightMap,this.viewports),e.eq(this.scaler)?0:2}updateViewportLines(){this.viewportLines=[],this.heightMap.forEachLine(this.viewport.from,this.viewport.to,this.heightOracle.setDoc(this.state.doc),0,0,e=>{this.viewportLines.push(dO(e,this.scaler))})}update(e,t=null){this.state=e.state;let n=this.stateDeco;this.stateDeco=uO(this.state);let i=e.changedRanges,o=fC.extendWithRanges(i,function(e,t,n){let i=new eO;return Yb.compare(e,t,n,i,0),i.changes}(n,this.stateDeco,e?e.changes:Wx.empty(this.state.doc.length))),r=this.heightMap.height,s=this.scrolledToBottom?null:this.scrollAnchorAt(this.scrollTop);Nk(),this.heightMap=this.heightMap.applyChanges(this.stateDeco,e.startState.doc,this.heightOracle.setDoc(this.state.doc),o),(this.heightMap.height!=r||Lk)&&(e.flags|=2),s?(this.scrollAnchorPos=e.changes.mapPos(s.from,-1),this.scrollAnchorHeight=s.top):(this.scrollAnchorPos=-1,this.scrollAnchorHeight=r);let a=o.length?this.mapViewport(this.viewport,e.changes):this.viewport;(t&&(t.range.head<a.from||t.range.head>a.to)||!this.viewportIsAppropriate(a))&&(a=this.getViewport(0,t));let l=a.from!=this.viewport.from||a.to!=this.viewport.to;this.viewport=a,e.flags|=this.updateForViewport(),(l||!e.changes.empty||2&e.flags)&&this.updateViewportLines(),(this.lineGaps.length||this.viewport.to-this.viewport.from>4e3)&&this.updateLineGaps(this.ensureLineGaps(this.mapLineGaps(this.lineGaps,e.changes))),e.flags|=this.computeVisibleRanges(e.changes),t&&(this.scrollTarget=t),!this.mustEnforceCursorAssoc&&(e.selectionSet||e.focusChanged)&&e.view.lineWrapping&&e.state.selection.main.empty&&e.state.selection.main.assoc&&!e.state.facet(Hw)&&(this.mustEnforceCursorAssoc=!0)}measure(e){let t=e.contentDOM,n=window.getComputedStyle(t),i=this.heightOracle,o=n.whiteSpace;this.defaultTextDirection="rtl"==n.direction?vw.RTL:vw.LTR;let r=this.heightOracle.mustRefreshForWrapping(o)||this.mustMeasureContent,s=t.getBoundingClientRect(),a=r||this.mustMeasureContent||this.contentDOMHeight!=s.height;this.contentDOMHeight=s.height,this.mustMeasureContent=!1;let l=0,c=0;if(s.width&&s.height){let{scaleX:e,scaleY:n}=sw(t,s);(e>.005&&Math.abs(this.scaleX-e)>.005||n>.005&&Math.abs(this.scaleY-n)>.005)&&(this.scaleX=e,this.scaleY=n,l|=16,r=a=!0)}let u=(parseInt(n.paddingTop)||0)*this.scaleY,h=(parseInt(n.paddingBottom)||0)*this.scaleY;this.paddingTop==u&&this.paddingBottom==h||(this.paddingTop=u,this.paddingBottom=h,l|=18),this.editorWidth!=e.scrollDOM.clientWidth&&(i.lineWrapping&&(a=!0),this.editorWidth=e.scrollDOM.clientWidth,l|=16);let d=e.scrollDOM.scrollTop*this.scaleY;this.scrollTop!=d&&(this.scrollAnchorHeight=-1,this.scrollTop=d),this.scrolledToBottom=pw(e.scrollDOM);let p=(this.printing?nO:tO)(t,this.paddingTop),f=p.top-this.pixelViewport.top,g=p.bottom-this.pixelViewport.bottom;this.pixelViewport=p;let m=this.pixelViewport.bottom>this.pixelViewport.top&&this.pixelViewport.right>this.pixelViewport.left;if(m!=this.inView&&(this.inView=m,m&&(a=!0)),!this.inView&&!this.scrollTarget&&!function(e){let t=e.getBoundingClientRect(),n=e.ownerDocument.defaultView||window;return t.left<n.innerWidth&&t.right>0&&t.top<n.innerHeight&&t.bottom>0}(e.dom))return 0;let v=s.width;if(this.contentDOMWidth==v&&this.editorHeight==e.scrollDOM.clientHeight||(this.contentDOMWidth=s.width,this.editorHeight=e.scrollDOM.clientHeight,l|=16),a){let t=e.docView.measureVisibleLineHeights(this.viewport);if(i.mustRefreshForHeights(t)&&(r=!0),r||i.lineWrapping&&Math.abs(v-this.contentDOMWidth)>i.charWidth){let{lineHeight:n,charWidth:s,textHeight:a}=e.docView.measureTextSize();r=n>0&&i.refresh(o,n,s,a,Math.max(5,v/s),t),r&&(e.docView.minWidth=0,l|=16)}f>0&&g>0?c=Math.max(f,g):f<0&&g<0&&(c=Math.min(f,g)),Nk();for(let n of this.viewports){let o=n.from==this.viewport.from?t:e.docView.measureVisibleLineHeights(n);this.heightMap=(r?Qk.empty().applyChanges(this.stateDeco,Sx.empty,this.heightOracle,[new fC(0,0,0,e.state.doc.length)]):this.heightMap).updateHeight(i,0,r,new Vk(n.from,o))}Lk&&(l|=2)}let y=!this.viewportIsAppropriate(this.viewport,c)||this.scrollTarget&&(this.scrollTarget.range.head<this.viewport.from||this.scrollTarget.range.head>this.viewport.to);return y&&(2&l&&(l|=this.updateScaler()),this.viewport=this.getViewport(c,this.scrollTarget),l|=this.updateForViewport()),(2&l||y)&&this.updateViewportLines(),(this.lineGaps.length||this.viewport.to-this.viewport.from>4e3)&&this.updateLineGaps(this.ensureLineGaps(r?[]:this.lineGaps,e)),l|=this.computeVisibleRanges(),this.mustEnforceCursorAssoc&&(this.mustEnforceCursorAssoc=!1,e.docView.enforceCursorAssoc()),l}get visibleTop(){return this.scaler.fromDOM(this.pixelViewport.top)}get visibleBottom(){return this.scaler.fromDOM(this.pixelViewport.bottom)}getViewport(e,t){let n=.5-Math.max(-.5,Math.min(.5,e/1e3/2)),i=this.heightMap,o=this.heightOracle,{visibleTop:r,visibleBottom:s}=this,a=new sO(i.lineAt(r-1e3*n,zk.ByHeight,o,0,0).from,i.lineAt(s+1e3*(1-n),zk.ByHeight,o,0,0).to);if(t){let{head:e}=t.range;if(e<a.from||e>a.to){let n,r=Math.min(this.editorHeight,this.pixelViewport.bottom-this.pixelViewport.top),s=i.lineAt(e,zk.ByPos,o,0,0);n="center"==t.y?(s.top+s.bottom)/2-r/2:"start"==t.y||"nearest"==t.y&&e<a.from?s.top:s.bottom-r,a=new sO(i.lineAt(n-500,zk.ByHeight,o,0,0).from,i.lineAt(n+r+500,zk.ByHeight,o,0,0).to)}}return a}mapViewport(e,t){let n=t.mapPos(e.from,-1),i=t.mapPos(e.to,1);return new sO(this.heightMap.lineAt(n,zk.ByPos,this.heightOracle,0,0).from,this.heightMap.lineAt(i,zk.ByPos,this.heightOracle,0,0).to)}viewportIsAppropriate({from:e,to:t},n=0){if(!this.inView)return!0;let{top:i}=this.heightMap.lineAt(e,zk.ByPos,this.heightOracle,0,0),{bottom:o}=this.heightMap.lineAt(t,zk.ByPos,this.heightOracle,0,0),{visibleTop:r,visibleBottom:s}=this;return(0==e||i<=r-Math.max(10,Math.min(-n,250)))&&(t==this.state.doc.length||o>=s+Math.max(10,Math.min(n,250)))&&i>r-2e3&&o<s+2e3}mapLineGaps(e,t){if(!e.length||t.empty)return e;let n=[];for(let i of e)t.touchesRange(i.from,i.to)||n.push(new iO(t.mapPos(i.from),t.mapPos(i.to),i.size,i.displaySize));return n}ensureLineGaps(e,t){let n=this.heightOracle.lineWrapping,i=n?1e4:2e3,o=i>>1,r=i<<1;if(this.defaultTextDirection!=vw.LTR&&!n)return[];let s=[],a=(i,r,l,c)=>{if(r-i<o)return;let u=this.state.selection.main,h=[u.from];u.empty||h.push(u.to);for(let e of h)if(e>i&&e<r)return a(i,e-10,l,c),void a(e+10,r,l,c);let d=function(e,t){for(let n of e)if(t(n))return n;return}(e,e=>e.from>=l.from&&e.to<=l.to&&Math.abs(e.from-i)<o&&Math.abs(e.to-r)<o&&!h.some(t=>e.from<t&&e.to>t));if(!d){if(r<l.to&&t&&n&&t.visibleRanges.some(e=>e.from<=r&&e.to>=r)){let e=t.moveToLineBoundary(Zx.cursor(r),!1,!0).head;e>i&&(r=e)}let e=this.gapSize(l,i,r,c);d=new iO(i,r,e,n||e<2e6?e:2e6)}s.push(d)},l=t=>{if(t.length<r||t.type!=V_.Text)return;let o=function(e,t,n){let i=[],o=e,r=0;Yb.spans(n,e,t,{span(){},point(e,t){e>o&&(i.push({from:o,to:e}),r+=e-o),o=t}},20),o<t&&(i.push({from:o,to:t}),r+=t-o);return{total:r,ranges:i}}(t.from,t.to,this.stateDeco);if(o.total<r)return;let s,l,c=this.scrollTarget?this.scrollTarget.range.head:null;if(n){let e,n,r=i/this.heightOracle.lineLength*this.heightOracle.lineHeight;if(null!=c){let i=lO(o,c),s=((this.visibleBottom-this.visibleTop)/2+r)/t.height;e=i-s,n=i+s}else e=(this.visibleTop-t.top-r)/t.height,n=(this.visibleBottom-t.top+r)/t.height;s=aO(o,e),l=aO(o,n)}else{let n=o.total*this.heightOracle.charWidth,r=i*this.heightOracle.charWidth,a=0;if(n>2e6)for(let n of e)n.from>=t.from&&n.from<t.to&&n.size!=n.displaySize&&n.from*this.heightOracle.charWidth+a<this.pixelViewport.left&&(a=n.size-n.displaySize);let u,h,d=this.pixelViewport.left+a,p=this.pixelViewport.right+a;if(null!=c){let e=lO(o,c),t=((p-d)/2+r)/n;u=e-t,h=e+t}else u=(d-r)/n,h=(p+r)/n;s=aO(o,u),l=aO(o,h)}s>t.from&&a(t.from,s,t,o),l<t.to&&a(l,t.to,t,o)};for(let e of this.viewportLines)Array.isArray(e.type)?e.type.forEach(l):l(e);return s}gapSize(e,t,n,i){let o=lO(i,n)-lO(i,t);return this.heightOracle.lineWrapping?e.height*o:i.total*this.heightOracle.charWidth*o}updateLineGaps(e){iO.same(e,this.lineGaps)||(this.lineGaps=e,this.lineGapDeco=F_.set(e.map(e=>e.draw(this,this.heightOracle.lineWrapping))))}computeVisibleRanges(e){let t=this.stateDeco;this.lineGaps.length&&(t=t.concat(this.lineGapDeco));let n=[];Yb.spans(t,this.viewport.from,this.viewport.to,{span(e,t){n.push({from:e,to:t})},point(){}},20);let i=0;if(n.length!=this.visibleRanges.length)i=12;else for(let t=0;t<n.length&&!(8&i);t++){let o=this.visibleRanges[t],r=n[t];o.from==r.from&&o.to==r.to||(i|=4,e&&e.mapPos(o.from,-1)==r.from&&e.mapPos(o.to,1)==r.to||(i|=8))}return this.visibleRanges=n,i}lineBlockAt(e){return e>=this.viewport.from&&e<=this.viewport.to&&this.viewportLines.find(t=>t.from<=e&&t.to>=e)||dO(this.heightMap.lineAt(e,zk.ByPos,this.heightOracle,0,0),this.scaler)}lineBlockAtHeight(e){return e>=this.viewportLines[0].top&&e<=this.viewportLines[this.viewportLines.length-1].bottom&&this.viewportLines.find(t=>t.top<=e&&t.bottom>=e)||dO(this.heightMap.lineAt(this.scaler.fromDOM(e),zk.ByHeight,this.heightOracle,0,0),this.scaler)}scrollAnchorAt(e){let t=this.lineBlockAtHeight(e+8);return t.from>=this.viewport.from||this.viewportLines[0].top-e>200?t:this.viewportLines[0]}elementAtHeight(e){return dO(this.heightMap.blockAt(this.scaler.fromDOM(e),this.heightOracle,0,0),this.scaler)}get docHeight(){return this.scaler.toDOM(this.heightMap.height)}get contentHeight(){return this.docHeight+this.paddingTop+this.paddingBottom}}class sO{constructor(e,t){this.from=e,this.to=t}}function aO({total:e,ranges:t},n){if(n<=0)return t[0].from;if(n>=1)return t[t.length-1].to;let i=Math.floor(e*n);for(let e=0;;e++){let{from:n,to:o}=t[e],r=o-n;if(i<=r)return n+i;i-=r}}function lO(e,t){let n=0;for(let{from:i,to:o}of e.ranges){if(t<=o){n+=t-i;break}n+=o-i}return n/e.total}const cO={toDOM:e=>e,fromDOM:e=>e,scale:1,eq(e){return e==this}};function uO(e){let t=e.facet(rC).filter(e=>"function"!=typeof e),n=e.facet(aC).filter(e=>"function"!=typeof e);return n.length&&t.push(Yb.join(n)),t}class hO{constructor(e,t,n){let i=0,o=0,r=0;this.viewports=n.map(({from:n,to:o})=>{let r=t.lineAt(n,zk.ByPos,e,0,0).top,s=t.lineAt(o,zk.ByPos,e,0,0).bottom;return i+=s-r,{from:n,to:o,top:r,bottom:s,domTop:0,domBottom:0}}),this.scale=(7e6-i)/(t.height-i);for(let e of this.viewports)e.domTop=r+(e.top-o)*this.scale,r=e.domBottom=e.domTop+(e.bottom-e.top),o=e.bottom}toDOM(e){for(let t=0,n=0,i=0;;t++){let o=t<this.viewports.length?this.viewports[t]:null;if(!o||e<o.top)return i+(e-n)*this.scale;if(e<=o.bottom)return o.domTop+(e-o.top);n=o.bottom,i=o.domBottom}}fromDOM(e){for(let t=0,n=0,i=0;;t++){let o=t<this.viewports.length?this.viewports[t]:null;if(!o||e<o.domTop)return n+(e-i)/this.scale;if(e<=o.domBottom)return o.top+(e-o.domTop);n=o.bottom,i=o.domBottom}}eq(e){return e instanceof hO&&(this.scale==e.scale&&this.viewports.length==e.viewports.length&&this.viewports.every((t,n)=>t.from==e.viewports[n].from&&t.to==e.viewports[n].to))}}function dO(e,t){if(1==t.scale)return e;let n=t.toDOM(e.top),i=t.toDOM(e.bottom);return new Fk(e.from,e.length,n,i-n,Array.isArray(e._content)?e._content.map(e=>dO(e,t)):e._content)}const pO=tb.define({combine:e=>e.join(" ")}),fO=tb.define({combine:e=>e.indexOf(!0)>-1}),gO=d_.newName(),mO=d_.newName(),vO=d_.newName(),yO={"&light":"."+mO,"&dark":"."+vO};function xO(e,t,n){return new d_(t,{finish:t=>/&/.test(t)?t.replace(/&\w*/,t=>{if("&"==t)return e;if(!n||!n[t])throw new RangeError(`Unsupported selector: ${t}`);return n[t]}):e+" "+t})}const bO=xO("."+gO,{"&":{position:"relative !important",boxSizing:"border-box","&.cm-focused":{outline:"1px dotted #212121"},display:"flex !important",flexDirection:"column"},".cm-scroller":{display:"flex !important",alignItems:"flex-start !important",fontFamily:"monospace",lineHeight:1.4,height:"100%",overflowX:"auto",position:"relative",zIndex:0,overflowAnchor:"none"},".cm-content":{margin:0,flexGrow:2,flexShrink:0,display:"block",whiteSpace:"pre",wordWrap:"normal",boxSizing:"border-box",minHeight:"100%",padding:"4px 0",outline:"none","&[contenteditable=true]":{WebkitUserModify:"read-write-plaintext-only"}},".cm-lineWrapping":{whiteSpace_fallback:"pre-wrap",whiteSpace:"break-spaces",wordBreak:"break-word",overflowWrap:"anywhere",flexShrink:1},"&light .cm-content":{caretColor:"black"},"&dark .cm-content":{caretColor:"white"},".cm-line":{display:"block",padding:"0 2px 0 6px"},".cm-layer":{position:"absolute",left:0,top:0,contain:"size style","& > *":{position:"absolute"}},"&light .cm-selectionBackground":{background:"#d9d9d9"},"&dark .cm-selectionBackground":{background:"#222"},"&light.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground":{background:"#d7d4f0"},"&dark.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground":{background:"#233"},".cm-cursorLayer":{pointerEvents:"none"},"&.cm-focused > .cm-scroller > .cm-cursorLayer":{animation:"steps(1) cm-blink 1.2s infinite"},"@keyframes cm-blink":{"0%":{},"50%":{opacity:0},"100%":{}},"@keyframes cm-blink2":{"0%":{},"50%":{opacity:0},"100%":{}},".cm-cursor, .cm-dropCursor":{borderLeft:"1.2px solid black",marginLeft:"-0.6px",pointerEvents:"none"},".cm-cursor":{display:"none"},"&dark .cm-cursor":{borderLeftColor:"#ddd"},".cm-dropCursor":{position:"absolute"},"&.cm-focused > .cm-scroller > .cm-cursorLayer .cm-cursor":{display:"block"},".cm-iso":{unicodeBidi:"isolate"},".cm-announced":{position:"fixed",top:"-10000px"},"@media print":{".cm-announced":{display:"none"}},"&light .cm-activeLine":{backgroundColor:"#cceeff44"},"&dark .cm-activeLine":{backgroundColor:"#99eeff33"},"&light .cm-specialChar":{color:"red"},"&dark .cm-specialChar":{color:"#f78"},".cm-gutters":{flexShrink:0,display:"flex",height:"100%",boxSizing:"border-box",zIndex:200},".cm-gutters-before":{insetInlineStart:0},".cm-gutters-after":{insetInlineEnd:0},"&light .cm-gutters":{backgroundColor:"#f5f5f5",color:"#6c6c6c",border:"0px solid #ddd","&.cm-gutters-before":{borderRightWidth:"1px"},"&.cm-gutters-after":{borderLeftWidth:"1px"}},"&dark .cm-gutters":{backgroundColor:"#333338",color:"#ccc"},".cm-gutter":{display:"flex !important",flexDirection:"column",flexShrink:0,boxSizing:"border-box",minHeight:"100%",overflow:"hidden"},".cm-gutterElement":{boxSizing:"border-box"},".cm-lineNumbers .cm-gutterElement":{padding:"0 3px 0 5px",minWidth:"20px",textAlign:"right",whiteSpace:"nowrap"},"&light .cm-activeLineGutter":{backgroundColor:"#e2f2ff"},"&dark .cm-activeLineGutter":{backgroundColor:"#222227"},".cm-panels":{boxSizing:"border-box",position:"sticky",left:0,right:0,zIndex:300},"&light .cm-panels":{backgroundColor:"#f5f5f5",color:"black"},"&light .cm-panels-top":{borderBottom:"1px solid #ddd"},"&light .cm-panels-bottom":{borderTop:"1px solid #ddd"},"&dark .cm-panels":{backgroundColor:"#333338",color:"white"},".cm-dialog":{padding:"2px 19px 4px 6px",position:"relative","& label":{fontSize:"80%"}},".cm-dialog-close":{position:"absolute",top:"3px",right:"4px",backgroundColor:"inherit",border:"none",font:"inherit",fontSize:"14px",padding:"0"},".cm-tab":{display:"inline-block",overflow:"hidden",verticalAlign:"bottom"},".cm-widgetBuffer":{verticalAlign:"text-top",height:"1em",width:0,display:"inline"},".cm-placeholder":{color:"#888",display:"inline-block",verticalAlign:"top",userSelect:"none"},".cm-highlightSpace":{backgroundImage:"radial-gradient(circle at 50% 55%, #aaa 20%, transparent 5%)",backgroundPosition:"center"},".cm-highlightTab":{backgroundImage:'url(\'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="20"><path stroke="%23888" stroke-width="1" fill="none" d="M1 10H196L190 5M190 15L196 10M197 4L197 16"/></svg>\')',backgroundSize:"auto 100%",backgroundPosition:"right 90%",backgroundRepeat:"no-repeat"},".cm-trailingSpace":{backgroundColor:"#ff332255"},".cm-button":{verticalAlign:"middle",color:"inherit",fontSize:"70%",padding:".2em 1em",borderRadius:"1px"},"&light .cm-button":{backgroundImage:"linear-gradient(#eff1f5, #d9d9df)",border:"1px solid #888","&:active":{backgroundImage:"linear-gradient(#b4b4b4, #d0d3d6)"}},"&dark .cm-button":{backgroundImage:"linear-gradient(#393939, #111)",border:"1px solid #888","&:active":{backgroundImage:"linear-gradient(#111, #333)"}},".cm-textfield":{verticalAlign:"middle",color:"inherit",fontSize:"70%",border:"1px solid silver",padding:".2em .5em"},"&light .cm-textfield":{backgroundColor:"white"},"&dark .cm-textfield":{border:"1px solid #555",backgroundColor:"inherit"}},yO),_O={childList:!0,characterData:!0,subtree:!0,attributes:!0,characterDataOldValue:!0},wO=$_.ie&&$_.ie_version<=11;class CO{constructor(e){this.view=e,this.active=!1,this.editContext=null,this.selectionRange=new aw,this.selectionChanged=!1,this.delayedFlush=-1,this.resizeTimeout=-1,this.queue=[],this.delayedAndroidKey=null,this.flushingAndroidKey=-1,this.lastChange=0,this.scrollTargets=[],this.intersection=null,this.resizeScroll=null,this.intersecting=!1,this.gapIntersection=null,this.gaps=[],this.printQuery=null,this.parentCheck=-1,this.dom=e.contentDOM,this.observer=new MutationObserver(t=>{for(let e of t)this.queue.push(e);($_.ie&&$_.ie_version<=11||$_.ios&&e.composing)&&t.some(e=>"childList"==e.type&&e.removedNodes.length||"characterData"==e.type&&e.oldValue.length>e.target.nodeValue.length)?this.flushSoon():this.flush()}),!window.EditContext||!$_.android||!1===e.constructor.EDIT_CONTEXT||$_.chrome&&$_.chrome_version<126||(this.editContext=new EO(e),e.state.facet(Zw)&&(e.contentDOM.editContext=this.editContext.editContext)),wO&&(this.onCharData=e=>{this.queue.push({target:e.target,type:"characterData",oldValue:e.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this),this.onResize=this.onResize.bind(this),this.onPrint=this.onPrint.bind(this),this.onScroll=this.onScroll.bind(this),window.matchMedia&&(this.printQuery=window.matchMedia("print")),"function"==typeof ResizeObserver&&(this.resizeScroll=new ResizeObserver(()=>{var e;(null===(e=this.view.docView)||void 0===e?void 0:e.lastUpdate)<Date.now()-75&&this.onResize()}),this.resizeScroll.observe(e.scrollDOM)),this.addWindowListeners(this.win=e.win),this.start(),"function"==typeof IntersectionObserver&&(this.intersection=new IntersectionObserver(e=>{this.parentCheck<0&&(this.parentCheck=setTimeout(this.listenForScroll.bind(this),1e3)),e.length>0&&e[e.length-1].intersectionRatio>0!=this.intersecting&&(this.intersecting=!this.intersecting,this.intersecting!=this.view.inView&&this.onScrollChanged(document.createEvent("Event")))},{threshold:[0,.001]}),this.intersection.observe(this.dom),this.gapIntersection=new IntersectionObserver(e=>{e.length>0&&e[e.length-1].intersectionRatio>0&&this.onScrollChanged(document.createEvent("Event"))},{})),this.listenForScroll(),this.readSelectionRange()}onScrollChanged(e){this.view.inputState.runHandlers("scroll",e),this.intersecting&&this.view.measure()}onScroll(e){this.intersecting&&this.flush(!1),this.editContext&&this.view.requestMeasure(this.editContext.measureReq),this.onScrollChanged(e)}onResize(){this.resizeTimeout<0&&(this.resizeTimeout=setTimeout(()=>{this.resizeTimeout=-1,this.view.requestMeasure()},50))}onPrint(e){("change"!=e.type&&e.type||e.matches)&&(this.view.viewState.printing=!0,this.view.measure(),setTimeout(()=>{this.view.viewState.printing=!1,this.view.requestMeasure()},500))}updateGaps(e){if(this.gapIntersection&&(e.length!=this.gaps.length||this.gaps.some((t,n)=>t!=e[n]))){this.gapIntersection.disconnect();for(let t of e)this.gapIntersection.observe(t);this.gaps=e}}onSelectionChange(e){let t=this.selectionChanged;if(!this.readSelectionRange()||this.delayedAndroidKey)return;let{view:n}=this,i=this.selectionRange;if(n.state.facet(Zw)?n.root.activeElement!=this.dom:!G_(this.dom,i))return;let o=i.anchorNode&&n.docView.tile.nearest(i.anchorNode);o&&o.isWidget()&&o.widget.ignoreEvent(e)?t||(this.selectionChanged=!1):($_.ie&&$_.ie_version<=11||$_.android&&$_.chrome)&&!n.state.selection.main.empty&&i.focusNode&&J_(i.focusNode,i.focusOffset,i.anchorNode,i.anchorOffset)?this.flushSoon():this.flush(!1)}readSelectionRange(){let{view:e}=this,t=K_(e.root);if(!t)return!1;let n=$_.safari&&11==e.root.nodeType&&e.root.activeElement==this.dom&&function(e,t){if(t.getComposedRanges){let n=t.getComposedRanges(e.root)[0];if(n)return OO(e,n)}let n=null;function i(e){e.preventDefault(),e.stopImmediatePropagation(),n=e.getTargetRanges()[0]}return e.contentDOM.addEventListener("beforeinput",i,!0),e.dom.ownerDocument.execCommand("indent"),e.contentDOM.removeEventListener("beforeinput",i,!0),n?OO(e,n):null}(this.view,t)||t;if(!n||this.selectionRange.eq(n))return!1;let i=G_(this.dom,n);return i&&!this.selectionChanged&&e.inputState.lastFocusTime>Date.now()-200&&e.inputState.lastTouchTime<Date.now()-300&&function(e,t){let n=t.focusNode,i=t.focusOffset;if(!n||t.anchorNode!=n||t.anchorOffset!=i)return!1;for(i=Math.min(i,iw(n));;)if(i){if(1!=n.nodeType)return!1;let e=n.childNodes[i-1];"false"==e.contentEditable?i--:(n=e,i=iw(n))}else{if(n==e)return!0;i=ew(n),n=n.parentNode}}(this.dom,n)?(this.view.inputState.lastFocusTime=0,e.docView.updateSelection(),!1):(this.selectionRange.setRange(n),i&&(this.selectionChanged=!0),!0)}setSelectionRange(e,t){this.selectionRange.set(e.node,e.offset,t.node,t.offset),this.selectionChanged=!1}clearSelectionRange(){this.selectionRange.set(null,0,null,0)}listenForScroll(){this.parentCheck=-1;let e=0,t=null;for(let n=this.dom;n;)if(1==n.nodeType)!t&&e<this.scrollTargets.length&&this.scrollTargets[e]==n?e++:t||(t=this.scrollTargets.slice(0,e)),t&&t.push(n),n=n.assignedSlot||n.parentNode;else{if(11!=n.nodeType)break;n=n.host}if(e<this.scrollTargets.length&&!t&&(t=this.scrollTargets.slice(0,e)),t){for(let e of this.scrollTargets)e.removeEventListener("scroll",this.onScroll);for(let e of this.scrollTargets=t)e.addEventListener("scroll",this.onScroll)}}ignore(e){if(!this.active)return e();try{return this.stop(),e()}finally{this.start(),this.clear()}}start(){this.active||(this.observer.observe(this.dom,_O),wO&&this.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.active=!0)}stop(){this.active&&(this.active=!1,this.observer.disconnect(),wO&&this.dom.removeEventListener("DOMCharacterDataModified",this.onCharData))}clear(){this.processRecords(),this.queue.length=0,this.selectionChanged=!1}delayAndroidKey(e,t){var n;if(!this.delayedAndroidKey){let e=()=>{let e=this.delayedAndroidKey;if(e){this.clearDelayedAndroidKey(),this.view.inputState.lastKeyCode=e.keyCode,this.view.inputState.lastKeyTime=Date.now(),!this.flush()&&e.force&&dw(this.dom,e.key,e.keyCode)}};this.flushingAndroidKey=this.view.win.requestAnimationFrame(e)}this.delayedAndroidKey&&"Enter"!=e||(this.delayedAndroidKey={key:e,keyCode:t,force:this.lastChange<Date.now()-50||!!(null===(n=this.delayedAndroidKey)||void 0===n?void 0:n.force)})}clearDelayedAndroidKey(){this.win.cancelAnimationFrame(this.flushingAndroidKey),this.delayedAndroidKey=null,this.flushingAndroidKey=-1}flushSoon(){this.delayedFlush<0&&(this.delayedFlush=this.view.win.requestAnimationFrame(()=>{this.delayedFlush=-1,this.flush()}))}forceFlush(){this.delayedFlush>=0&&(this.view.win.cancelAnimationFrame(this.delayedFlush),this.delayedFlush=-1),this.flush()}pendingRecords(){for(let e of this.observer.takeRecords())this.queue.push(e);return this.queue}processRecords(){let e=this.pendingRecords();e.length&&(this.queue=[]);let t=-1,n=-1,i=!1;for(let o of e){let e=this.readMutation(o);e&&(e.typeOver&&(i=!0),-1==t?({from:t,to:n}=e):(t=Math.min(e.from,t),n=Math.max(e.to,n)))}return{from:t,to:n,typeOver:i}}readChange(){let{from:e,to:t,typeOver:n}=this.processRecords(),i=this.selectionChanged&&G_(this.dom,this.selectionRange);if(e<0&&!i)return null;e>-1&&(this.lastChange=Date.now()),this.view.inputState.lastFocusTime=0,this.selectionChanged=!1;let o=new sk(this.view,e,t,n);return this.view.docView.domChanged={newSel:o.newSel?o.newSel.main:null},o}flush(e=!0){if(this.delayedFlush>=0||this.delayedAndroidKey)return!1;e&&this.readSelectionRange();let t=this.readChange();if(!t)return this.view.requestMeasure(),!1;let n=this.view.state,i=lk(this.view,t);return this.view.state==n&&(t.domChanged||t.newSel&&!hk(this.view.state.selection,t.newSel.main))&&this.view.update([]),i}readMutation(e){let t=this.view.docView.tile.nearest(e.target);if(!t||t.isWidget())return null;if(t.markDirty("attributes"==e.type),"childList"==e.type){let n=kO(t,e.previousSibling||e.target.previousSibling,-1),i=kO(t,e.nextSibling||e.target.nextSibling,1);return{from:n?t.posAfter(n):t.posAtStart,to:i?t.posBefore(i):t.posAtEnd,typeOver:!1}}return"characterData"==e.type?{from:t.posAtStart,to:t.posAtEnd,typeOver:e.target.nodeValue==e.oldValue}:null}setWindow(e){e!=this.win&&(this.removeWindowListeners(this.win),this.win=e,this.addWindowListeners(this.win))}addWindowListeners(e){e.addEventListener("resize",this.onResize),this.printQuery?this.printQuery.addEventListener?this.printQuery.addEventListener("change",this.onPrint):this.printQuery.addListener(this.onPrint):e.addEventListener("beforeprint",this.onPrint),e.addEventListener("scroll",this.onScroll),e.document.addEventListener("selectionchange",this.onSelectionChange)}removeWindowListeners(e){e.removeEventListener("scroll",this.onScroll),e.removeEventListener("resize",this.onResize),this.printQuery?this.printQuery.removeEventListener?this.printQuery.removeEventListener("change",this.onPrint):this.printQuery.removeListener(this.onPrint):e.removeEventListener("beforeprint",this.onPrint),e.document.removeEventListener("selectionchange",this.onSelectionChange)}update(e){this.editContext&&(this.editContext.update(e),e.startState.facet(Zw)!=e.state.facet(Zw)&&(e.view.contentDOM.editContext=e.state.facet(Zw)?this.editContext.editContext:null))}destroy(){var e,t,n;this.stop(),null===(e=this.intersection)||void 0===e||e.disconnect(),null===(t=this.gapIntersection)||void 0===t||t.disconnect(),null===(n=this.resizeScroll)||void 0===n||n.disconnect();for(let e of this.scrollTargets)e.removeEventListener("scroll",this.onScroll);this.removeWindowListeners(this.win),clearTimeout(this.parentCheck),clearTimeout(this.resizeTimeout),this.win.cancelAnimationFrame(this.delayedFlush),this.win.cancelAnimationFrame(this.flushingAndroidKey),this.editContext&&(this.view.contentDOM.editContext=null,this.editContext.destroy())}}function kO(e,t,n){for(;t;){let i=vC.get(t);if(i&&i.parent==e)return i;let o=t.parentNode;t=o!=e.dom?o:n>0?t.nextSibling:t.previousSibling}return null}function OO(e,t){let n=t.startContainer,i=t.startOffset,o=t.endContainer,r=t.endOffset,s=e.docView.domAtPos(e.state.selection.main.anchor,1);return J_(s.node,s.offset,o,r)&&([n,i,o,r]=[o,r,n,i]),{anchorNode:n,anchorOffset:i,focusNode:o,focusOffset:r}}class EO{constructor(e){this.from=0,this.to=0,this.pendingContextChange=null,this.handlers=Object.create(null),this.composing=null,this.resetRange(e.state);let t=this.editContext=new window.EditContext({text:e.state.doc.sliceString(this.from,this.to),selectionStart:this.toContextPos(Math.max(this.from,Math.min(this.to,e.state.selection.main.anchor))),selectionEnd:this.toContextPos(e.state.selection.main.head)});this.handlers.textupdate=n=>{let i=e.state.selection.main,{anchor:o,head:r}=i,s=this.toEditorPos(n.updateRangeStart),a=this.toEditorPos(n.updateRangeEnd);e.inputState.composing>=0&&!this.composing&&(this.composing={contextBase:n.updateRangeStart,editorBase:s,drifted:!1});let l=a-s>n.text.length;s==this.from&&o<this.from?s=o:a==this.to&&o>this.to&&(a=o);let c=uk(e.state.sliceDoc(s,a),n.text,(l?i.from:i.to)-s,l?"end":null);if(!c){let t=Zx.single(this.toEditorPos(n.selectionStart),this.toEditorPos(n.selectionEnd));return void(hk(t,i)||e.dispatch({selection:t,userEvent:"select"}))}let u={from:c.from+s,to:c.toA+s,insert:Sx.of(n.text.slice(c.from,c.toB).split("\n"))};if(($_.mac||$_.android)&&u.from==r-1&&/^\. ?$/.test(n.text)&&"off"==e.contentDOM.getAttribute("autocorrect")&&(u={from:s,to:a,insert:Sx.of([n.text.replace("."," ")])}),this.pendingContextChange=u,!e.state.readOnly){let t=this.to-this.from+(u.to-u.from+u.insert.length);ck(e,u,Zx.single(this.toEditorPos(n.selectionStart,t),this.toEditorPos(n.selectionEnd,t)))}this.pendingContextChange&&(this.revertPending(e.state),this.setSelection(e.state)),u.from<u.to&&!u.insert.length&&e.inputState.composing>=0&&!/[\\p{Alphabetic}\\p{Number}_]/.test(t.text.slice(Math.max(0,n.updateRangeStart-1),Math.min(t.text.length,n.updateRangeStart+1)))&&this.handlers.compositionend(n)},this.handlers.characterboundsupdate=n=>{let i=[],o=null;for(let t=this.toEditorPos(n.rangeStart),r=this.toEditorPos(n.rangeEnd);t<r;t++){let n=e.coordsForChar(t);o=n&&new DOMRect(n.left,n.top,n.right-n.left,n.bottom-n.top)||o||new DOMRect,i.push(o)}t.updateCharacterBounds(n.rangeStart,i)},this.handlers.textformatupdate=t=>{let n=[];for(let e of t.getTextFormats()){let t=e.underlineStyle,i=e.underlineThickness;if(!/none/i.test(t)&&!/none/i.test(i)){let o=this.toEditorPos(e.rangeStart),r=this.toEditorPos(e.rangeEnd);if(o<r){let e=`text-decoration: underline ${/^[a-z]/.test(t)?t+" ":"Dashed"==t?"dashed ":"Squiggle"==t?"wavy ":""}${/thin/i.test(i)?1:2}px`;n.push(F_.mark({attributes:{style:e}}).range(o,r))}}}e.dispatch({effects:Yw.of(F_.set(n))})},this.handlers.compositionstart=()=>{e.inputState.composing<0&&(e.inputState.composing=0,e.inputState.compositionFirstChange=!0)},this.handlers.compositionend=()=>{if(e.inputState.composing=-1,e.inputState.compositionFirstChange=null,this.composing){let{drifted:t}=this.composing;this.composing=null,t&&this.reset(e.state)}};for(let e in this.handlers)t.addEventListener(e,this.handlers[e]);this.measureReq={read:e=>{this.editContext.updateControlBounds(e.contentDOM.getBoundingClientRect());let t=K_(e.root);t&&t.rangeCount&&this.editContext.updateSelectionBounds(t.getRangeAt(0).getBoundingClientRect())}}}applyEdits(e){let t=0,n=!1,i=this.pendingContextChange;return e.changes.iterChanges((o,r,s,a,l)=>{if(n)return;let c=l.length-(r-o);if(i&&r>=i.to){if(i.from==o&&i.to==r&&i.insert.eq(l))return i=this.pendingContextChange=null,t+=c,void(this.to+=c);i=null,this.revertPending(e.state)}if(o+=t,(r+=t)<=this.from)this.from+=c,this.to+=c;else if(o<this.to){if(o<this.from||r>this.to||this.to-this.from+l.length>3e4)return void(n=!0);this.editContext.updateText(this.toContextPos(o),this.toContextPos(r),l.toString()),this.to+=c}t+=c}),i&&!n&&this.revertPending(e.state),!n}update(e){let t=this.pendingContextChange,n=e.startState.selection.main;this.composing&&(this.composing.drifted||!e.changes.touchesRange(n.from,n.to)&&e.transactions.some(e=>!e.isUserEvent("input.type")&&e.changes.touchesRange(this.from,this.to)))?(this.composing.drifted=!0,this.composing.editorBase=e.changes.mapPos(this.composing.editorBase)):this.applyEdits(e)&&this.rangeIsValid(e.state)?(e.docChanged||e.selectionSet||t)&&this.setSelection(e.state):(this.pendingContextChange=null,this.reset(e.state)),(e.geometryChanged||e.docChanged||e.selectionSet)&&e.view.requestMeasure(this.measureReq)}resetRange(e){let{head:t}=e.selection.main;this.from=Math.max(0,t-1e4),this.to=Math.min(e.doc.length,t+1e4)}reset(e){this.resetRange(e),this.editContext.updateText(0,this.editContext.text.length,e.doc.sliceString(this.from,this.to)),this.setSelection(e)}revertPending(e){let t=this.pendingContextChange;this.pendingContextChange=null,this.editContext.updateText(this.toContextPos(t.from),this.toContextPos(t.from+t.insert.length),e.doc.sliceString(t.from,t.to))}setSelection(e){let{main:t}=e.selection,n=this.toContextPos(Math.max(this.from,Math.min(this.to,t.anchor))),i=this.toContextPos(t.head);this.editContext.selectionStart==n&&this.editContext.selectionEnd==i||this.editContext.updateSelection(n,i)}rangeIsValid(e){let{head:t}=e.selection.main;return!(this.from>0&&t-this.from<500||this.to<e.doc.length&&this.to-t<500||this.to-this.from>3e4)}toEditorPos(e,t=this.to-this.from){e=Math.min(e,t);let n=this.composing;return n&&n.drifted?n.editorBase+(e-n.contextBase):e+this.from}toContextPos(e){let t=this.composing;return t&&t.drifted?t.contextBase+(e-t.editorBase):e-this.from}destroy(){for(let e in this.handlers)this.editContext.removeEventListener(e,this.handlers[e])}}class SO{get state(){return this.viewState.state}get viewport(){return this.viewState.viewport}get visibleRanges(){return this.viewState.visibleRanges}get inView(){return this.viewState.inView}get composing(){return!!this.inputState&&this.inputState.composing>0}get compositionStarted(){return!!this.inputState&&this.inputState.composing>=0}get root(){return this._root}get win(){return this.dom.ownerDocument.defaultView||window}constructor(e={}){var t;this.plugins=[],this.pluginMap=new Map,this.editorAttrs={},this.contentAttrs={},this.bidiCache=[],this.destroyed=!1,this.updateState=2,this.measureScheduled=-1,this.measureRequests=[],this.contentDOM=document.createElement("div"),this.scrollDOM=document.createElement("div"),this.scrollDOM.tabIndex=-1,this.scrollDOM.className="cm-scroller",this.scrollDOM.appendChild(this.contentDOM),this.announceDOM=document.createElement("div"),this.announceDOM.className="cm-announced",this.announceDOM.setAttribute("aria-live","polite"),this.dom=document.createElement("div"),this.dom.appendChild(this.announceDOM),this.dom.appendChild(this.scrollDOM),e.parent&&e.parent.appendChild(this.dom);let{dispatch:n}=e;this.dispatchTransactions=e.dispatchTransactions||n&&(e=>e.forEach(e=>n(e,this)))||(e=>this.update(e)),this.dispatch=this.dispatch.bind(this),this._root=e.root||function(e){for(;e;){if(e&&(9==e.nodeType||11==e.nodeType&&e.host))return e;e=e.assignedSlot||e.parentNode}return null}(e.parent)||document,this.viewState=new rO(e.state||zb.create(e)),e.scrollTo&&e.scrollTo.is(Kw)&&(this.viewState.scrollTarget=e.scrollTo.value.clip(this.viewState.state)),this.plugins=this.state.facet(eC).map(e=>new nC(e));for(let e of this.plugins)e.update(this);this.observer=new CO(this),this.inputState=new dk(this),this.inputState.ensureHandlers(this.plugins),this.docView=new qC(this),this.mountStyles(),this.updateAttrs(),this.updateState=0,this.requestMeasure(),(null===(t=document.fonts)||void 0===t?void 0:t.ready)&&document.fonts.ready.then(()=>{this.viewState.mustMeasureContent=!0,this.requestMeasure()})}dispatch(...e){let t=1==e.length&&e[0]instanceof Pb?e:1==e.length&&Array.isArray(e[0])?e[0]:[this.state.update(...e)];this.dispatchTransactions(t,this)}update(e){if(0!=this.updateState)throw new Error("Calls to EditorView.update are not allowed while an update is in progress");let t,n=!1,i=!1,o=this.state;for(let t of e){if(t.startState!=o)throw new RangeError("Trying to update state with a transaction that doesn't start from the previous state.");o=t.state}if(this.destroyed)return void(this.viewState.state=o);let r=this.hasFocus,s=0,a=null;e.some(e=>e.annotation(Dk))?(this.inputState.notifiedFocused=r,s=1):r!=this.inputState.notifiedFocused&&(this.inputState.notifiedFocused=r,a=$k(o,r),a||(s=1));let l=this.observer.delayedAndroidKey,c=null;if(l?(this.observer.clearDelayedAndroidKey(),c=this.observer.readChange(),(c&&!this.state.doc.eq(o.doc)||!this.state.selection.eq(o.selection))&&(c=null)):this.observer.clear(),o.facet(zb.phrases)!=this.state.facet(zb.phrases))return this.setState(o);t=gC.create(this,o,e),t.flags|=s;let u=this.viewState.scrollTarget;try{this.updateState=2;for(let t of e){if(u&&(u=u.map(t.changes)),t.scrollIntoView){let{main:e}=t.state.selection;u=new Xw(e.empty?e:Zx.cursor(e.head,e.head>e.anchor?-1:1))}for(let e of t.effects)e.is(Kw)&&(u=e.value.clip(this.state))}this.viewState.update(t,u),this.bidiCache=MO.update(this.bidiCache,t.changes),t.empty||(this.updatePlugins(t),this.inputState.update(t)),n=this.docView.update(t),this.state.facet(pC)!=this.styleModules&&this.mountStyles(),i=this.updateAttrs(),this.showAnnouncements(e),this.docView.updateSelection(n,e.some(e=>e.isUserEvent("select.pointer")))}finally{this.updateState=0}if(t.startState.facet(pO)!=t.state.facet(pO)&&(this.viewState.mustMeasureContent=!0),(n||i||u||this.viewState.mustEnforceCursorAssoc||this.viewState.mustMeasureContent)&&this.requestMeasure(),n&&this.docViewUpdate(),!t.empty)for(let e of this.state.facet(qw))try{e(t)}catch(e){Gw(this.state,e,"update listener")}(a||c)&&Promise.resolve().then(()=>{a&&this.state==a.startState&&this.dispatch(a),c&&!lk(this,c)&&l.force&&dw(this.contentDOM,l.key,l.keyCode)})}setState(e){if(0!=this.updateState)throw new Error("Calls to EditorView.setState are not allowed while an update is in progress");if(this.destroyed)return void(this.viewState.state=e);this.updateState=2;let t=this.hasFocus;try{for(let e of this.plugins)e.destroy(this);this.viewState=new rO(e),this.plugins=e.facet(eC).map(e=>new nC(e)),this.pluginMap.clear();for(let e of this.plugins)e.update(this);this.docView.destroy(),this.docView=new qC(this),this.inputState.ensureHandlers(this.plugins),this.mountStyles(),this.updateAttrs(),this.bidiCache=[]}finally{this.updateState=0}t&&this.focus(),this.requestMeasure()}updatePlugins(e){let t=e.startState.facet(eC),n=e.state.facet(eC);if(t!=n){let i=[];for(let o of n){let n=t.indexOf(o);if(n<0)i.push(new nC(o));else{let t=this.plugins[n];t.mustUpdate=e,i.push(t)}}for(let t of this.plugins)t.mustUpdate!=e&&t.destroy(this);this.plugins=i,this.pluginMap.clear()}else for(let t of this.plugins)t.mustUpdate=e;for(let e=0;e<this.plugins.length;e++)this.plugins[e].update(this);t!=n&&this.inputState.ensureHandlers(this.plugins)}docViewUpdate(){for(let e of this.plugins){let t=e.value;if(t&&t.docViewUpdate)try{t.docViewUpdate(this)}catch(e){Gw(this.state,e,"doc view update listener")}}}measure(e=!0){if(this.destroyed)return;if(this.measureScheduled>-1&&this.win.cancelAnimationFrame(this.measureScheduled),this.observer.delayedAndroidKey)return this.measureScheduled=-1,void this.requestMeasure();this.measureScheduled=0,e&&this.observer.forceFlush();let t=null,n=this.scrollDOM,i=n.scrollTop*this.scaleY,{scrollAnchorPos:o,scrollAnchorHeight:r}=this.viewState;Math.abs(i-this.viewState.scrollTop)>1&&(r=-1),this.viewState.scrollAnchorHeight=-1;try{for(let e=0;;e++){if(r<0)if(pw(n))o=-1,r=this.viewState.heightMap.height;else{let e=this.viewState.scrollAnchorAt(i);o=e.from,r=e.top}this.updateState=1;let s=this.viewState.measure(this);if(!s&&!this.measureRequests.length&&null==this.viewState.scrollTarget)break;if(e>5){console.warn(this.measureRequests.length?"Measure loop restarted more than 5 times":"Viewport failed to stabilize");break}let a=[];4&s||([this.measureRequests,a]=[a,this.measureRequests]);let l=a.map(e=>{try{return e.read(this)}catch(e){return Gw(this.state,e),RO}}),c=gC.create(this,this.state,[]),u=!1;c.flags|=s,t?t.flags|=s:t=c,this.updateState=2,c.empty||(this.updatePlugins(c),this.inputState.update(c),this.updateAttrs(),u=this.docView.update(c),u&&this.docViewUpdate());for(let e=0;e<a.length;e++)if(l[e]!=RO)try{let t=a[e];t.write&&t.write(l[e],this)}catch(e){Gw(this.state,e)}if(u&&this.docView.updateSelection(!0),!c.viewportChanged&&0==this.measureRequests.length){if(this.viewState.editorHeight){if(this.viewState.scrollTarget){this.docView.scrollIntoView(this.viewState.scrollTarget),this.viewState.scrollTarget=null,r=-1;continue}{let e=(o<0?this.viewState.heightMap.height:this.viewState.lineBlockAt(o).top)-r;if(e>1||e<-1){i+=e,n.scrollTop=i/this.scaleY,r=-1;continue}}}break}}}finally{this.updateState=0,this.measureScheduled=-1}if(t&&!t.empty)for(let e of this.state.facet(qw))e(t)}get themeClasses(){return gO+" "+(this.state.facet(fO)?vO:mO)+" "+this.state.facet(pO)}updateAttrs(){let e=AO(this,iC,{class:"cm-editor"+(this.hasFocus?" cm-focused ":" ")+this.themeClasses}),t={spellcheck:"false",autocorrect:"off",autocapitalize:"off",writingsuggestions:"false",translate:"no",contenteditable:this.state.facet(Zw)?"true":"false",class:"cm-content",style:`${$_.tabSize}: ${this.state.tabSize}`,role:"textbox","aria-multiline":"true"};this.state.readOnly&&(t["aria-readonly"]="true"),AO(this,oC,t);let n=this.observer.ignore(()=>{let n=L_(this.contentDOM,this.contentAttrs,t),i=L_(this.dom,this.editorAttrs,e);return n||i});return this.editorAttrs=e,this.contentAttrs=t,n}showAnnouncements(e){let t=!0;for(let n of e)for(let e of n.effects)if(e.is(SO.announce)){t&&(this.announceDOM.textContent=""),t=!1,this.announceDOM.appendChild(document.createElement("div")).textContent=e.value}}mountStyles(){this.styleModules=this.state.facet(pC);let e=this.state.facet(SO.cspNonce);d_.mount(this.root,this.styleModules.concat(bO).reverse(),e?{nonce:e}:void 0)}readMeasured(){if(2==this.updateState)throw new Error("Reading the editor layout isn't allowed during an update");0==this.updateState&&this.measureScheduled>-1&&this.measure(!1)}requestMeasure(e){if(this.measureScheduled<0&&(this.measureScheduled=this.win.requestAnimationFrame(()=>this.measure())),e){if(this.measureRequests.indexOf(e)>-1)return;if(null!=e.key)for(let t=0;t<this.measureRequests.length;t++)if(this.measureRequests[t].key===e.key)return void(this.measureRequests[t]=e);this.measureRequests.push(e)}}plugin(e){let t=this.pluginMap.get(e);return(void 0===t||t&&t.plugin!=e)&&this.pluginMap.set(e,t=this.plugins.find(t=>t.plugin==e)||null),t&&t.update(this).value}get documentTop(){return this.contentDOM.getBoundingClientRect().top+this.viewState.paddingTop}get documentPadding(){return{top:this.viewState.paddingTop,bottom:this.viewState.paddingBottom}}get scaleX(){return this.viewState.scaleX}get scaleY(){return this.viewState.scaleY}elementAtHeight(e){return this.readMeasured(),this.viewState.elementAtHeight(e)}lineBlockAtHeight(e){return this.readMeasured(),this.viewState.lineBlockAtHeight(e)}get viewportLineBlocks(){return this.viewState.viewportLines}lineBlockAt(e){return this.viewState.lineBlockAt(e)}get contentHeight(){return this.viewState.contentHeight}moveByChar(e,t,n){return GC(this,e,XC(this,e,t,n))}moveByGroup(e,t){return GC(this,e,XC(this,e,t,t=>function(e,t,n){let i=e.state.charCategorizer(t),o=i(n);return e=>{let t=i(e);return o==Nb.Space&&(o=t),o==t}}(this,e.head,t)))}visualLineSide(e,t){let n=this.bidiSpans(e),i=this.textDirectionAt(e.from),o=n[t?n.length-1:0];return Zx.cursor(o.side(t,i)+e.from,o.forward(!t,i)?1:-1)}moveToLineBoundary(e,t,n=!0){return UC(this,e,t,n)}moveVertically(e,t,n){return GC(this,e,function(e,t,n,i){let o=t.head,r=n?1:-1;if(o==(n?e.state.doc.length:0))return Zx.cursor(o,t.assoc);let s,a=t.goalColumn,l=e.contentDOM.getBoundingClientRect(),c=e.coordsAtPos(o,(t.empty?t.assoc:0)||(n?1:-1)),u=e.documentTop;if(c)null==a&&(a=c.left-l.left),s=r<0?c.top:c.bottom;else{let t=e.viewState.lineBlockAt(o);null==a&&(a=Math.min(l.right-l.left,e.defaultCharacterWidth*(o-t.from))),s=(r<0?t.top:t.bottom)+u}let h=JC(e,{x:l.left+a,y:s+(null!=i?i:e.viewState.heightOracle.textHeight>>1)*r},!1,r);return Zx.cursor(h.pos,h.assoc,void 0,a)}(this,e,t,n))}domAtPos(e,t=1){return this.docView.domAtPos(e,t)}posAtDOM(e,t=0){return this.docView.posFromDOM(e,t)}posAtCoords(e,t=!0){this.readMeasured();let n=JC(this,e,t);return n&&n.pos}posAndSideAtCoords(e,t=!0){return this.readMeasured(),JC(this,e,t)}coordsAtPos(e,t=1){this.readMeasured();let n=this.docView.coordsAt(e,t);if(!n||n.left==n.right)return n;let i=this.state.doc.lineAt(e),o=this.bidiSpans(i);return ow(n,o[Sw.find(o,e-i.from,-1,t)].dir==vw.LTR==t>0)}coordsForChar(e){return this.readMeasured(),this.docView.coordsForChar(e)}get defaultCharacterWidth(){return this.viewState.heightOracle.charWidth}get defaultLineHeight(){return this.viewState.heightOracle.lineHeight}get textDirection(){return this.viewState.defaultTextDirection}textDirectionAt(e){return!this.state.facet(Qw)||e<this.viewport.from||e>this.viewport.to?this.textDirection:(this.readMeasured(),this.docView.textDirectionAt(e))}get lineWrapping(){return this.viewState.heightOracle.lineWrapping}bidiSpans(e){if(e.length>TO)return Pw(e.length);let t,n=this.textDirectionAt(e.from);for(let i of this.bidiCache)if(i.from==e.from&&i.dir==n&&(i.fresh||Tw(i.isolates,t=uC(this,e))))return i.order;t||(t=uC(this,e));let i=function(e,t,n){if(!e)return[new Sw(0,0,t==xw?1:0)];if(t==yw&&!n.length&&!Ew.test(e))return Pw(e.length);if(n.length)for(;e.length>Rw.length;)Rw[Rw.length]=256;let i=[],o=t==yw?0:1;return Aw(e,o,o,n,0,e.length,i),i}(e.text,n,t);return this.bidiCache.push(new MO(e.from,e.to,n,t,!0,i)),i}get hasFocus(){var e;return(this.dom.ownerDocument.hasFocus()||$_.safari&&(null===(e=this.inputState)||void 0===e?void 0:e.lastContextMenu)>Date.now()-3e4)&&this.root.activeElement==this.contentDOM}focus(){this.observer.ignore(()=>{uw(this.contentDOM),this.docView.updateSelection()})}setRoot(e){this._root!=e&&(this._root=e,this.observer.setWindow((9==e.nodeType?e:e.ownerDocument).defaultView||window),this.mountStyles())}destroy(){this.root.activeElement==this.contentDOM&&this.contentDOM.blur();for(let e of this.plugins)e.destroy(this);this.plugins=[],this.inputState.destroy(),this.docView.destroy(),this.dom.remove(),this.observer.destroy(),this.measureScheduled>-1&&this.win.cancelAnimationFrame(this.measureScheduled),this.destroyed=!0}static scrollIntoView(e,t={}){return Kw.of(new Xw("number"==typeof e?Zx.cursor(e):e,t.y,t.x,t.yMargin,t.xMargin))}scrollSnapshot(){let{scrollTop:e,scrollLeft:t}=this.scrollDOM,n=this.viewState.scrollAnchorAt(e);return Kw.of(new Xw(Zx.cursor(n.from),"start","start",n.top-e,t,!0))}setTabFocusMode(e){null==e?this.inputState.tabFocusMode=this.inputState.tabFocusMode<0?0:-1:"boolean"==typeof e?this.inputState.tabFocusMode=e?0:-1:0!=this.inputState.tabFocusMode&&(this.inputState.tabFocusMode=Date.now()+e)}static domEventHandlers(e){return tC.define(()=>({}),{eventHandlers:e})}static domEventObservers(e){return tC.define(()=>({}),{eventObservers:e})}static theme(e,t){let n=d_.newName(),i=[pO.of(n),pC.of(xO(`.${n}`,e))];return t&&t.dark&&i.push(fO.of(!0)),i}static baseTheme(e){return fb.lowest(pC.of(xO("."+gO,e,yO)))}static findFromDOM(e){var t;let n=e.querySelector(".cm-content"),i=n&&vC.get(n)||vC.get(e);return(null===(t=null==i?void 0:i.root)||void 0===t?void 0:t.view)||null}}SO.styleModule=pC,SO.inputHandler=Vw,SO.clipboardInputFilter=zw,SO.clipboardOutputFilter=Ww,SO.scrollHandler=Uw,SO.focusChangeEffect=Fw,SO.perLineTextDirection=Qw,SO.exceptionSink=Nw,SO.updateListener=qw,SO.editable=Zw,SO.mouseSelectionStyle=Lw,SO.dragMovesSelection=jw,SO.clickAddsSelectionRange=Bw,SO.decorations=rC,SO.blockWrappers=sC,SO.outerDecorations=aC,SO.atomicRanges=lC,SO.bidiIsolatedRanges=cC,SO.scrollMargins=hC,SO.darkTheme=fO,SO.cspNonce=tb.define({combine:e=>e.length?e[0]:""}),SO.contentAttributes=oC,SO.editorAttributes=iC,SO.lineWrapping=SO.contentAttributes.of({class:"cm-lineWrapping"}),SO.announce=Ab.define();const TO=4096,RO={};class MO{constructor(e,t,n,i,o,r){this.from=e,this.to=t,this.dir=n,this.isolates=i,this.fresh=o,this.order=r}static update(e,t){if(t.empty&&!e.some(e=>e.fresh))return e;let n=[],i=e.length?e[e.length-1].dir:vw.LTR;for(let o=Math.max(0,e.length-10);o<e.length;o++){let r=e[o];r.dir!=i||t.touchesRange(r.from,r.to)||n.push(new MO(t.mapPos(r.from,1),t.mapPos(r.to,-1),r.dir,r.isolates,!1,r.order))}return n}}function AO(e,t,n){for(let i=e.state.facet(t),o=i.length-1;o>=0;o--){let t=i[o],r="function"==typeof t?t(e):t;r&&I_(r,n)}return n}const PO=$_.mac?"mac":$_.windows?"win":$_.linux?"linux":"key";function DO(e,t,n){return t.altKey&&(e="Alt-"+e),t.ctrlKey&&(e="Ctrl-"+e),t.metaKey&&(e="Meta-"+e),!1!==n&&t.shiftKey&&(e="Shift-"+e),e}const $O=fb.default(SO.domEventHandlers({keydown:(e,t)=>function(e,t,n,i){NO=t;let o=function(e){var t=!(v_&&e.metaKey&&e.shiftKey&&!e.ctrlKey&&!e.altKey||y_&&e.shiftKey&&e.key&&1==e.key.length||"Unidentified"==e.key)&&e.key||(e.shiftKey?m_:g_)[e.keyCode]||e.key||"Unidentified";return"Esc"==t&&(t="Escape"),"Del"==t&&(t="Delete"),"Left"==t&&(t="ArrowLeft"),"Up"==t&&(t="ArrowUp"),"Right"==t&&(t="ArrowRight"),"Down"==t&&(t="ArrowDown"),t}(t),r=Lx(o,0),s=qx(r)==o.length&&" "!=o,a="",l=!1,c=!1,u=!1;jO&&jO.view==n&&jO.scope==i&&(a=jO.prefix+" ",vk.indexOf(t.keyCode)<0&&(c=!0,jO=null));let h,d,p=new Set,f=e=>{if(e){for(let t of e.run)if(!p.has(t)&&(p.add(t),t(n)))return e.stopPropagation&&(u=!0),!0;e.preventDefault&&(e.stopPropagation&&(u=!0),c=!0)}return!1},g=e[i];g&&(f(g[a+DO(o,t,!s)])?l=!0:!s||!(t.altKey||t.metaKey||t.ctrlKey)||$_.windows&&t.ctrlKey&&t.altKey||$_.mac&&t.altKey&&!t.ctrlKey&&!t.metaKey||!(h=g_[t.keyCode])||h==o?s&&t.shiftKey&&f(g[a+DO(o,t,!0)])&&(l=!0):(f(g[a+DO(h,t,!0)])||t.shiftKey&&(d=m_[t.keyCode])!=o&&d!=h&&f(g[a+DO(d,t,!1)]))&&(l=!0),!l&&f(g._any)&&(l=!0));c&&(l=!0);l&&u&&t.stopPropagation();return NO=null,l}(function(e){let t=e.facet(IO),n=BO.get(t);n||BO.set(t,n=function(e,t=PO){let n=Object.create(null),i=Object.create(null),o=(e,t)=>{let n=i[e];if(null==n)i[e]=t;else if(n!=t)throw new Error("Key binding "+e+" is used both as a regular binding and as a multi-stroke prefix")},r=(e,i,r,s,a)=>{var l,c;let u=n[e]||(n[e]=Object.create(null)),h=i.split(/ (?!$)/).map(e=>function(e,t){const n=e.split(/-(?!$)/);let i,o,r,s,a=n[n.length-1];"Space"==a&&(a=" ");for(let e=0;e<n.length-1;++e){const a=n[e];if(/^(cmd|meta|m)$/i.test(a))s=!0;else if(/^a(lt)?$/i.test(a))i=!0;else if(/^(c|ctrl|control)$/i.test(a))o=!0;else if(/^s(hift)?$/i.test(a))r=!0;else{if(!/^mod$/i.test(a))throw new Error("Unrecognized modifier name: "+a);"mac"==t?s=!0:o=!0}}return i&&(a="Alt-"+a),o&&(a="Ctrl-"+a),s&&(a="Meta-"+a),r&&(a="Shift-"+a),a}(e,t));for(let t=1;t<h.length;t++){let n=h.slice(0,t).join(" ");o(n,!0),u[n]||(u[n]={preventDefault:!0,stopPropagation:!1,run:[t=>{let i=jO={view:t,prefix:n,scope:e};return setTimeout(()=>{jO==i&&(jO=null)},LO),!0}]})}let d=h.join(" ");o(d,!1);let p=u[d]||(u[d]={preventDefault:!1,stopPropagation:!1,run:(null===(c=null===(l=u._any)||void 0===l?void 0:l.run)||void 0===c?void 0:c.slice())||[]});r&&p.run.push(r),s&&(p.preventDefault=!0),a&&(p.stopPropagation=!0)};for(let i of e){let e=i.scope?i.scope.split(" "):["editor"];if(i.any)for(let t of e){let e=n[t]||(n[t]=Object.create(null));e._any||(e._any={preventDefault:!1,stopPropagation:!1,run:[]});let{any:o}=i;for(let t in e)e[t].run.push(e=>o(e,NO))}let o=i[t]||i.key;if(o)for(let t of e)r(t,o,i.run,i.preventDefault,i.stopPropagation),i.shift&&r(t,"Shift-"+o,i.shift,i.preventDefault,i.stopPropagation)}return n}(t.reduce((e,t)=>e.concat(t),[])));return n}(t.state),e,t,"editor")})),IO=tb.define({enables:$O}),BO=new WeakMap;let jO=null;const LO=4e3;let NO=null;class qO extends q_{constructor(e){super(),this.content=e}toDOM(e){let t=document.createElement("span");return t.className="cm-placeholder",t.style.pointerEvents="none",t.appendChild("string"==typeof this.content?document.createTextNode(this.content):"function"==typeof this.content?this.content(e):this.content.cloneNode(!0)),t.setAttribute("aria-hidden","true"),t}coordsAt(e){let t=e.firstChild?Z_(e.firstChild):[];if(!t.length)return null;let n=window.getComputedStyle(e.parentNode),i=ow(t[0],"rtl"!=n.direction),o=parseInt(n.lineHeight);return i.bottom-i.top>1.5*o?{left:i.left,right:i.right,top:i.top,bottom:i.top+o}:i}ignoreEvent(){return!1}}function VO(e){let t=tC.fromClass(class{constructor(t){this.view=t,this.placeholder=e?F_.set([F_.widget({widget:new qO(e),side:1}).range(0)]):F_.none}get decorations(){return this.view.state.doc.length?F_.none:this.placeholder}},{decorations:e=>e.decorations});return"string"==typeof e?[t,SO.contentAttributes.of({"aria-placeholder":e})]:t}const FO="-10000px";class zO{constructor(e,t,n,i){this.facet=t,this.createTooltipView=n,this.removeTooltipView=i,this.input=e.state.facet(t),this.tooltips=this.input.filter(e=>e);let o=null;this.tooltipViews=this.tooltips.map(e=>o=n(e,o))}update(e,t){var n;let i=e.state.facet(this.facet),o=i.filter(e=>e);if(i===this.input){for(let t of this.tooltipViews)t.update&&t.update(e);return!1}let r=[],s=t?[]:null;for(let n=0;n<o.length;n++){let i=o[n],a=-1;if(i){for(let e=0;e<this.tooltips.length;e++){let t=this.tooltips[e];t&&t.create==i.create&&(a=e)}if(a<0)r[n]=this.createTooltipView(i,n?r[n-1]:null),s&&(s[n]=!!i.above);else{let i=r[n]=this.tooltipViews[a];s&&(s[n]=t[a]),i.update&&i.update(e)}}}for(let e of this.tooltipViews)r.indexOf(e)<0&&(this.removeTooltipView(e),null===(n=e.destroy)||void 0===n||n.call(e));return t&&(s.forEach((e,n)=>t[n]=e),t.length=s.length),this.input=i,this.tooltips=o,this.tooltipViews=r,!0}}function WO(e){let t=e.dom.ownerDocument.documentElement;return{top:0,left:0,bottom:t.clientHeight,right:t.clientWidth}}const QO=tb.define({combine:e=>{var t,n,i;return{position:$_.ios?"absolute":(null===(t=e.find(e=>e.position))||void 0===t?void 0:t.position)||"fixed",parent:(null===(n=e.find(e=>e.parent))||void 0===n?void 0:n.parent)||null,tooltipSpace:(null===(i=e.find(e=>e.tooltipSpace))||void 0===i?void 0:i.tooltipSpace)||WO}}}),HO=new WeakMap,UO=tC.fromClass(class{constructor(e){this.view=e,this.above=[],this.inView=!0,this.madeAbsolute=!1,this.lastTransaction=0,this.measureTimeout=-1;let t=e.state.facet(QO);this.position=t.position,this.parent=t.parent,this.classes=e.themeClasses,this.createContainer(),this.measureReq={read:this.readMeasure.bind(this),write:this.writeMeasure.bind(this),key:this},this.resizeObserver="function"==typeof ResizeObserver?new ResizeObserver(()=>this.measureSoon()):null,this.manager=new zO(e,GO,(e,t)=>this.createTooltip(e,t),e=>{this.resizeObserver&&this.resizeObserver.unobserve(e.dom),e.dom.remove()}),this.above=this.manager.tooltips.map(e=>!!e.above),this.intersectionObserver="function"==typeof IntersectionObserver?new IntersectionObserver(e=>{Date.now()>this.lastTransaction-50&&e.length>0&&e[e.length-1].intersectionRatio<1&&this.measureSoon()},{threshold:[1]}):null,this.observeIntersection(),e.win.addEventListener("resize",this.measureSoon=this.measureSoon.bind(this)),this.maybeMeasure()}createContainer(){this.parent?(this.container=document.createElement("div"),this.container.style.position="relative",this.container.className=this.view.themeClasses,this.parent.appendChild(this.container)):this.container=this.view.dom}observeIntersection(){if(this.intersectionObserver){this.intersectionObserver.disconnect();for(let e of this.manager.tooltipViews)this.intersectionObserver.observe(e.dom)}}measureSoon(){this.measureTimeout<0&&(this.measureTimeout=setTimeout(()=>{this.measureTimeout=-1,this.maybeMeasure()},50))}update(e){e.transactions.length&&(this.lastTransaction=Date.now());let t=this.manager.update(e,this.above);t&&this.observeIntersection();let n=t||e.geometryChanged,i=e.state.facet(QO);if(i.position!=this.position&&!this.madeAbsolute){this.position=i.position;for(let e of this.manager.tooltipViews)e.dom.style.position=this.position;n=!0}if(i.parent!=this.parent){this.parent&&this.container.remove(),this.parent=i.parent,this.createContainer();for(let e of this.manager.tooltipViews)this.container.appendChild(e.dom);n=!0}else this.parent&&this.view.themeClasses!=this.classes&&(this.classes=this.container.className=this.view.themeClasses);n&&this.maybeMeasure()}createTooltip(e,t){let n=e.create(this.view),i=t?t.dom:null;if(n.dom.classList.add("cm-tooltip"),e.arrow&&!n.dom.querySelector(".cm-tooltip > .cm-tooltip-arrow")){let e=document.createElement("div");e.className="cm-tooltip-arrow",n.dom.appendChild(e)}return n.dom.style.position=this.position,n.dom.style.top=FO,n.dom.style.left="0px",this.container.insertBefore(n.dom,i),n.mount&&n.mount(this.view),this.resizeObserver&&this.resizeObserver.observe(n.dom),n}destroy(){var e,t,n;this.view.win.removeEventListener("resize",this.measureSoon);for(let t of this.manager.tooltipViews)t.dom.remove(),null===(e=t.destroy)||void 0===e||e.call(t);this.parent&&this.container.remove(),null===(t=this.resizeObserver)||void 0===t||t.disconnect(),null===(n=this.intersectionObserver)||void 0===n||n.disconnect(),clearTimeout(this.measureTimeout)}readMeasure(){let e=1,t=1,n=!1;if("fixed"==this.position&&this.manager.tooltipViews.length){let{dom:e}=this.manager.tooltipViews[0];if($_.safari){let t=e.getBoundingClientRect();n=Math.abs(t.top+1e4)>1||Math.abs(t.left)>1}else n=!!e.offsetParent&&e.offsetParent!=this.container.ownerDocument.body}if(n||"absolute"==this.position)if(this.parent){let n=this.parent.getBoundingClientRect();n.width&&n.height&&(e=n.width/this.parent.offsetWidth,t=n.height/this.parent.offsetHeight)}else({scaleX:e,scaleY:t}=this.view.viewState);let i=this.view.scrollDOM.getBoundingClientRect(),o=dC(this.view);return{visible:{left:i.left+o.left,top:i.top+o.top,right:i.right-o.right,bottom:i.bottom-o.bottom},parent:this.parent?this.container.getBoundingClientRect():this.view.dom.getBoundingClientRect(),pos:this.manager.tooltips.map((e,t)=>{let n=this.manager.tooltipViews[t];return n.getCoords?n.getCoords(e.pos):this.view.coordsAtPos(e.pos)}),size:this.manager.tooltipViews.map(({dom:e})=>e.getBoundingClientRect()),space:this.view.state.facet(QO).tooltipSpace(this.view),scaleX:e,scaleY:t,makeAbsolute:n}}writeMeasure(e){var t;if(e.makeAbsolute){this.madeAbsolute=!0,this.position="absolute";for(let e of this.manager.tooltipViews)e.dom.style.position="absolute"}let{visible:n,space:i,scaleX:o,scaleY:r}=e,s=[];for(let a=0;a<this.manager.tooltips.length;a++){let l=this.manager.tooltips[a],c=this.manager.tooltipViews[a],{dom:u}=c,h=e.pos[a],d=e.size[a];if(!h||!1!==l.clip&&(h.bottom<=Math.max(n.top,i.top)||h.top>=Math.min(n.bottom,i.bottom)||h.right<Math.max(n.left,i.left)-.1||h.left>Math.min(n.right,i.right)+.1)){u.style.top=FO;continue}let p=l.arrow?c.dom.querySelector(".cm-tooltip-arrow"):null,f=p?7:0,g=d.right-d.left,m=null!==(t=HO.get(c))&&void 0!==t?t:d.bottom-d.top,v=c.offset||YO,y=this.view.textDirection==vw.LTR,x=d.width>i.right-i.left?y?i.left:i.right-d.width:y?Math.max(i.left,Math.min(h.left-(p?14:0)+v.x,i.right-g)):Math.min(Math.max(i.left,h.left-g+(p?14:0)-v.x),i.right-g),b=this.above[a];!l.strictSide&&(b?h.top-m-f-v.y<i.top:h.bottom+m+f+v.y>i.bottom)&&b==i.bottom-h.bottom>h.top-i.top&&(b=this.above[a]=!b);let _=(b?h.top-i.top:i.bottom-h.bottom)-f;if(_<m&&!1!==c.resize){if(_<this.view.defaultLineHeight){u.style.top=FO;continue}HO.set(c,m),u.style.height=(m=_)/r+"px"}else u.style.height&&(u.style.height="");let w=b?h.top-m-f-v.y:h.bottom+f+v.y,C=x+g;if(!0!==c.overlap)for(let e of s)e.left<C&&e.right>x&&e.top<w+m&&e.bottom>w&&(w=b?e.top-m-2-f:e.bottom+f+2);if("absolute"==this.position?(u.style.top=(w-e.parent.top)/r+"px",XO(u,(x-e.parent.left)/o)):(u.style.top=w/r+"px",XO(u,x/o)),p){let e=h.left+(y?v.x:-v.x)-(x+14-7);p.style.left=e/o+"px"}!0!==c.overlap&&s.push({left:x,top:w,right:C,bottom:w+m}),u.classList.toggle("cm-tooltip-above",b),u.classList.toggle("cm-tooltip-below",!b),c.positioned&&c.positioned(e.space)}}maybeMeasure(){if(this.manager.tooltips.length&&(this.view.inView&&this.view.requestMeasure(this.measureReq),this.inView!=this.view.inView&&(this.inView=this.view.inView,!this.inView)))for(let e of this.manager.tooltipViews)e.dom.style.top=FO}},{eventObservers:{scroll(){this.maybeMeasure()}}});function XO(e,t){let n=parseInt(e.style.left,10);(isNaN(n)||Math.abs(t-n)>1)&&(e.style.left=t+"px")}const KO=SO.baseTheme({".cm-tooltip":{zIndex:500,boxSizing:"border-box"},"&light .cm-tooltip":{border:"1px solid #bbb",backgroundColor:"#f5f5f5"},"&light .cm-tooltip-section:not(:first-child)":{borderTop:"1px solid #bbb"},"&dark .cm-tooltip":{backgroundColor:"#333338",color:"white"},".cm-tooltip-arrow":{height:"7px",width:"14px",position:"absolute",zIndex:-1,overflow:"hidden","&:before, &:after":{content:"''",position:"absolute",width:0,height:0,borderLeft:"7px solid transparent",borderRight:"7px solid transparent"},".cm-tooltip-above &":{bottom:"-7px","&:before":{borderTop:"7px solid #bbb"},"&:after":{borderTop:"7px solid #f5f5f5",bottom:"1px"}},".cm-tooltip-below &":{top:"-7px","&:before":{borderBottom:"7px solid #bbb"},"&:after":{borderBottom:"7px solid #f5f5f5",top:"1px"}}},"&dark .cm-tooltip .cm-tooltip-arrow":{"&:before":{borderTopColor:"#333338",borderBottomColor:"#333338"},"&:after":{borderTopColor:"transparent",borderBottomColor:"transparent"}}}),YO={x:0,y:0},GO=tb.define({enables:[UO,KO]}),ZO=tb.define({combine:e=>e.reduce((e,t)=>e.concat(t),[])});class JO{static create(e){return new JO(e)}constructor(e){this.view=e,this.mounted=!1,this.dom=document.createElement("div"),this.dom.classList.add("cm-tooltip-hover"),this.manager=new zO(e,ZO,(e,t)=>this.createHostedView(e,t),e=>e.dom.remove())}createHostedView(e,t){let n=e.create(this.view);return n.dom.classList.add("cm-tooltip-section"),this.dom.insertBefore(n.dom,t?t.dom.nextSibling:this.dom.firstChild),this.mounted&&n.mount&&n.mount(this.view),n}mount(e){for(let t of this.manager.tooltipViews)t.mount&&t.mount(e);this.mounted=!0}positioned(e){for(let t of this.manager.tooltipViews)t.positioned&&t.positioned(e)}update(e){this.manager.update(e)}destroy(){var e;for(let t of this.manager.tooltipViews)null===(e=t.destroy)||void 0===e||e.call(t)}passProp(e){let t;for(let n of this.manager.tooltipViews){let i=n[e];if(void 0!==i)if(void 0===t)t=i;else if(t!==i)return}return t}get offset(){return this.passProp("offset")}get getCoords(){return this.passProp("getCoords")}get overlap(){return this.passProp("overlap")}get resize(){return this.passProp("resize")}}const eE=GO.compute([ZO],e=>{let t=e.facet(ZO);return 0===t.length?null:{pos:Math.min(...t.map(e=>e.pos)),end:Math.max(...t.map(e=>{var t;return null!==(t=e.end)&&void 0!==t?t:e.pos})),create:JO.create,above:t[0].above,arrow:t.some(e=>e.arrow)}});class tE{constructor(e,t,n,i,o){this.view=e,this.source=t,this.field=n,this.setHover=i,this.hoverTime=o,this.hoverTimeout=-1,this.restartTimeout=-1,this.pending=null,this.lastMove={x:0,y:0,target:e.dom,time:0},this.checkHover=this.checkHover.bind(this),e.dom.addEventListener("mouseleave",this.mouseleave=this.mouseleave.bind(this)),e.dom.addEventListener("mousemove",this.mousemove=this.mousemove.bind(this))}update(){this.pending&&(this.pending=null,clearTimeout(this.restartTimeout),this.restartTimeout=setTimeout(()=>this.startHover(),20))}get active(){return this.view.state.field(this.field)}checkHover(){if(this.hoverTimeout=-1,this.active.length)return;let e=Date.now()-this.lastMove.time;e<this.hoverTime?this.hoverTimeout=setTimeout(this.checkHover,this.hoverTime-e):this.startHover()}startHover(){clearTimeout(this.restartTimeout);let{view:e,lastMove:t}=this,n=e.docView.tile.nearest(t.target);if(!n)return;let i,o=1;if(n.isWidget())i=n.posAtStart;else{if(i=e.posAtCoords(t),null==i)return;let n=e.coordsAtPos(i);if(!n||t.y<n.top||t.y>n.bottom||t.x<n.left-e.defaultCharacterWidth||t.x>n.right+e.defaultCharacterWidth)return;let r=e.bidiSpans(e.state.doc.lineAt(i)).find(e=>e.from<=i&&e.to>=i),s=r&&r.dir==vw.RTL?-1:1;o=t.x<n.left?-s:s}let r=this.source(e,i,o);if(null==r?void 0:r.then){let t=this.pending={pos:i};r.then(n=>{this.pending==t&&(this.pending=null,!n||Array.isArray(n)&&!n.length||e.dispatch({effects:this.setHover.of(Array.isArray(n)?n:[n])}))},t=>Gw(e.state,t,"hover tooltip"))}else!r||Array.isArray(r)&&!r.length||e.dispatch({effects:this.setHover.of(Array.isArray(r)?r:[r])})}get tooltip(){let e=this.view.plugin(UO),t=e?e.manager.tooltips.findIndex(e=>e.create==JO.create):-1;return t>-1?e.manager.tooltipViews[t]:null}mousemove(e){var t,n;this.lastMove={x:e.clientX,y:e.clientY,target:e.target,time:Date.now()},this.hoverTimeout<0&&(this.hoverTimeout=setTimeout(this.checkHover,this.hoverTime));let{active:i,tooltip:o}=this;if(i.length&&o&&!function(e,t){let n,{left:i,right:o,top:r,bottom:s}=e.getBoundingClientRect();if(n=e.querySelector(".cm-tooltip-arrow")){let e=n.getBoundingClientRect();r=Math.min(e.top,r),s=Math.max(e.bottom,s)}return t.clientX>=i-nE&&t.clientX<=o+nE&&t.clientY>=r-nE&&t.clientY<=s+nE}(o.dom,e)||this.pending){let{pos:o}=i[0]||this.pending,r=null!==(n=null===(t=i[0])||void 0===t?void 0:t.end)&&void 0!==n?n:o;(o==r?this.view.posAtCoords(this.lastMove)==o:function(e,t,n,i,o){let r=e.scrollDOM.getBoundingClientRect(),s=e.documentTop+e.documentPadding.top+e.contentHeight;if(r.left>i||r.right<i||r.top>o||Math.min(r.bottom,s)<o)return!1;let a=e.posAtCoords({x:i,y:o},!1);return a>=t&&a<=n}(this.view,o,r,e.clientX,e.clientY))||(this.view.dispatch({effects:this.setHover.of([])}),this.pending=null)}}mouseleave(e){clearTimeout(this.hoverTimeout),this.hoverTimeout=-1;let{active:t}=this;if(t.length){let{tooltip:t}=this;t&&t.dom.contains(e.relatedTarget)?this.watchTooltipLeave(t.dom):this.view.dispatch({effects:this.setHover.of([])})}}watchTooltipLeave(e){let t=n=>{e.removeEventListener("mouseleave",t),this.active.length&&!this.view.dom.contains(n.relatedTarget)&&this.view.dispatch({effects:this.setHover.of([])})};e.addEventListener("mouseleave",t)}destroy(){clearTimeout(this.hoverTimeout),clearTimeout(this.restartTimeout),this.view.dom.removeEventListener("mouseleave",this.mouseleave),this.view.dom.removeEventListener("mousemove",this.mousemove)}}const nE=4;function iE(e,t={}){let n=Ab.define(),i=lb.define({create:()=>[],update(e,i){if(e.length&&(t.hideOnChange&&(i.docChanged||i.selection)?e=[]:t.hideOn&&(e=e.filter(e=>!t.hideOn(i,e))),i.docChanged)){let t=[];for(let n of e){let e=i.changes.mapPos(n.pos,-1,Fx.TrackDel);if(null!=e){let o=Object.assign(Object.create(null),n);o.pos=e,null!=o.end&&(o.end=i.changes.mapPos(o.end)),t.push(o)}}e=t}for(let t of i.effects)t.is(n)&&(e=t.value),t.is(rE)&&(e=[]);return e},provide:e=>ZO.from(e)});return{active:i,extension:[i,tC.define(o=>new tE(o,e,i,n,t.hoverTime||300)),eE]}}function oE(e,t){let n=e.plugin(UO);if(!n)return null;let i=n.manager.tooltips.indexOf(t);return i<0?null:n.manager.tooltipViews[i]}const rE=Ab.define(),sE=tb.define({combine(e){let t,n;for(let i of e)t=t||i.topContainer,n=n||i.bottomContainer;return{topContainer:t,bottomContainer:n}}}),aE=tC.fromClass(class{constructor(e){this.input=e.state.facet(uE),this.specs=this.input.filter(e=>e),this.panels=this.specs.map(t=>t(e));let t=e.state.facet(sE);this.top=new lE(e,!0,t.topContainer),this.bottom=new lE(e,!1,t.bottomContainer),this.top.sync(this.panels.filter(e=>e.top)),this.bottom.sync(this.panels.filter(e=>!e.top));for(let e of this.panels)e.dom.classList.add("cm-panel"),e.mount&&e.mount()}update(e){let t=e.state.facet(sE);this.top.container!=t.topContainer&&(this.top.sync([]),this.top=new lE(e.view,!0,t.topContainer)),this.bottom.container!=t.bottomContainer&&(this.bottom.sync([]),this.bottom=new lE(e.view,!1,t.bottomContainer)),this.top.syncClasses(),this.bottom.syncClasses();let n=e.state.facet(uE);if(n!=this.input){let t=n.filter(e=>e),i=[],o=[],r=[],s=[];for(let n of t){let t,a=this.specs.indexOf(n);a<0?(t=n(e.view),s.push(t)):(t=this.panels[a],t.update&&t.update(e)),i.push(t),(t.top?o:r).push(t)}this.specs=t,this.panels=i,this.top.sync(o),this.bottom.sync(r);for(let e of s)e.dom.classList.add("cm-panel"),e.mount&&e.mount()}else for(let t of this.panels)t.update&&t.update(e)}destroy(){this.top.sync([]),this.bottom.sync([])}},{provide:e=>SO.scrollMargins.of(t=>{let n=t.plugin(e);return n&&{top:n.top.scrollMargin(),bottom:n.bottom.scrollMargin()}})});class lE{constructor(e,t,n){this.view=e,this.top=t,this.container=n,this.dom=void 0,this.classes="",this.panels=[],this.syncClasses()}sync(e){for(let t of this.panels)t.destroy&&e.indexOf(t)<0&&t.destroy();this.panels=e,this.syncDOM()}syncDOM(){if(0==this.panels.length)return void(this.dom&&(this.dom.remove(),this.dom=void 0));if(!this.dom){this.dom=document.createElement("div"),this.dom.className=this.top?"cm-panels cm-panels-top":"cm-panels cm-panels-bottom",this.dom.style[this.top?"top":"bottom"]="0";let e=this.container||this.view.dom;e.insertBefore(this.dom,this.top?e.firstChild:null)}let e=this.dom.firstChild;for(let t of this.panels)if(t.dom.parentNode==this.dom){for(;e!=t.dom;)e=cE(e);e=e.nextSibling}else this.dom.insertBefore(t.dom,e);for(;e;)e=cE(e)}scrollMargin(){return!this.dom||this.container?0:Math.max(0,this.top?this.dom.getBoundingClientRect().bottom-Math.max(0,this.view.scrollDOM.getBoundingClientRect().top):Math.min(innerHeight,this.view.scrollDOM.getBoundingClientRect().bottom)-this.dom.getBoundingClientRect().top)}syncClasses(){if(this.container&&this.classes!=this.view.themeClasses){for(let e of this.classes.split(" "))e&&this.container.classList.remove(e);for(let e of(this.classes=this.view.themeClasses).split(" "))e&&this.container.classList.add(e)}}}function cE(e){let t=e.nextSibling;return e.remove(),t}const uE=tb.define({enables:aE});class hE extends Qb{compare(e){return this==e||this.constructor==e.constructor&&this.eq(e)}eq(e){return!1}destroy(e){}}hE.prototype.elementClass="",hE.prototype.toDOM=void 0,hE.prototype.mapMode=Fx.TrackBefore,hE.prototype.startSide=hE.prototype.endSide=-1,hE.prototype.point=!0;const dE=1024;let pE=0;class fE{constructor(e,t){this.from=e,this.to=t}}class gE{constructor(e={}){this.id=pE++,this.perNode=!!e.perNode,this.deserialize=e.deserialize||(()=>{throw new Error("This node type doesn't define a deserialize function")}),this.combine=e.combine||null}add(e){if(this.perNode)throw new RangeError("Can't add per-node props to node types");return"function"!=typeof e&&(e=yE.match(e)),t=>{let n=e(t);return void 0===n?null:[this,n]}}}gE.closedBy=new gE({deserialize:e=>e.split(" ")}),gE.openedBy=new gE({deserialize:e=>e.split(" ")}),gE.group=new gE({deserialize:e=>e.split(" ")}),gE.isolate=new gE({deserialize:e=>{if(e&&"rtl"!=e&&"ltr"!=e&&"auto"!=e)throw new RangeError("Invalid value for isolate: "+e);return e||"auto"}}),gE.contextHash=new gE({perNode:!0}),gE.lookAhead=new gE({perNode:!0}),gE.mounted=new gE({perNode:!0});class mE{constructor(e,t,n,i=!1){this.tree=e,this.overlay=t,this.parser=n,this.bracketed=i}static get(e){return e&&e.props&&e.props[gE.mounted.id]}}const vE=Object.create(null);class yE{constructor(e,t,n,i=0){this.name=e,this.props=t,this.id=n,this.flags=i}static define(e){let t=e.props&&e.props.length?Object.create(null):vE,n=(e.top?1:0)|(e.skipped?2:0)|(e.error?4:0)|(null==e.name?8:0),i=new yE(e.name||"",t,e.id,n);if(e.props)for(let n of e.props)if(Array.isArray(n)||(n=n(i)),n){if(n[0].perNode)throw new RangeError("Can't store a per-node prop on a node type");t[n[0].id]=n[1]}return i}prop(e){return this.props[e.id]}get isTop(){return(1&this.flags)>0}get isSkipped(){return(2&this.flags)>0}get isError(){return(4&this.flags)>0}get isAnonymous(){return(8&this.flags)>0}is(e){if("string"==typeof e){if(this.name==e)return!0;let t=this.prop(gE.group);return!!t&&t.indexOf(e)>-1}return this.id==e}static match(e){let t=Object.create(null);for(let n in e)for(let i of n.split(" "))t[i]=e[n];return e=>{for(let n=e.prop(gE.group),i=-1;i<(n?n.length:0);i++){let o=t[i<0?e.name:n[i]];if(o)return o}}}}yE.none=new yE("",Object.create(null),0,8);class xE{constructor(e){this.types=e;for(let t=0;t<e.length;t++)if(e[t].id!=t)throw new RangeError("Node type ids should correspond to array positions when creating a node set")}extend(...e){let t=[];for(let n of this.types){let i=null;for(let t of e){let e=t(n);if(e){i||(i=Object.assign({},n.props));let t=e[1],o=e[0];o.combine&&o.id in i&&(t=o.combine(i[o.id],t)),i[o.id]=t}}t.push(i?new yE(n.name,i,n.id,n.flags):n)}return new xE(t)}}const bE=new WeakMap,_E=new WeakMap;var wE;!function(e){e[e.ExcludeBuffers=1]="ExcludeBuffers",e[e.IncludeAnonymous=2]="IncludeAnonymous",e[e.IgnoreMounts=4]="IgnoreMounts",e[e.IgnoreOverlays=8]="IgnoreOverlays",e[e.EnterBracketed=16]="EnterBracketed"}(wE||(wE={}));class CE{constructor(e,t,n,i,o){if(this.type=e,this.children=t,this.positions=n,this.length=i,this.props=null,o&&o.length){this.props=Object.create(null);for(let[e,t]of o)this.props["number"==typeof e?e:e.id]=t}}toString(){let e=mE.get(this);if(e&&!e.overlay)return e.tree.toString();let t="";for(let e of this.children){let n=e.toString();n&&(t&&(t+=","),t+=n)}return this.type.name?(/\W/.test(this.type.name)&&!this.type.isError?JSON.stringify(this.type.name):this.type.name)+(t.length?"("+t+")":""):t}cursor(e=0){return new BE(this.topNode,e)}cursorAt(e,t=0,n=0){let i=bE.get(this)||this.topNode,o=new BE(i);return o.moveTo(e,t),bE.set(this,o._tree),o}get topNode(){return new RE(this,0,0,null)}resolve(e,t=0){let n=SE(bE.get(this)||this.topNode,e,t,!1);return bE.set(this,n),n}resolveInner(e,t=0){let n=SE(_E.get(this)||this.topNode,e,t,!0);return _E.set(this,n),n}resolveStack(e,t=0){return function(e,t,n){let i=e.resolveInner(t,n),o=null;for(let e=i instanceof RE?i:i.context.parent;e;e=e.parent)if(e.index<0){let r=e.parent;(o||(o=[i])).push(r.resolve(t,n)),e=r}else{let r=mE.get(e.tree);if(r&&r.overlay&&r.overlay[0].from<=t&&r.overlay[r.overlay.length-1].to>=t){let s=new RE(r.tree,r.overlay[0].from+e.from,-1,e);(o||(o=[i])).push(SE(s,t,n,!1))}}return o?$E(o):i}(this,e,t)}iterate(e){let{enter:t,leave:n,from:i=0,to:o=this.length}=e,r=e.mode||0,s=(r&wE.IncludeAnonymous)>0;for(let e=this.cursor(r|wE.IncludeAnonymous);;){let r=!1;if(e.from<=o&&e.to>=i&&(!s&&e.type.isAnonymous||!1!==t(e))){if(e.firstChild())continue;r=!0}for(;r&&n&&(s||!e.type.isAnonymous)&&n(e),!e.nextSibling();){if(!e.parent())return;r=!0}}}prop(e){return e.perNode?this.props?this.props[e.id]:void 0:this.type.prop(e)}get propValues(){let e=[];if(this.props)for(let t in this.props)e.push([+t,this.props[t]]);return e}balance(e={}){return this.children.length<=8?this:qE(yE.none,this.children,this.positions,0,this.children.length,0,this.length,(e,t,n)=>new CE(this.type,e,t,n,this.propValues),e.makeTree||((e,t,n)=>new CE(yE.none,e,t,n)))}static build(e){return function(e){var t;let{buffer:n,nodeSet:i,maxBufferLength:o=dE,reused:r=[],minRepeatType:s=i.types.length}=e,a=Array.isArray(n)?new kE(n,n.length):n,l=i.types,c=0,u=0;function h(e,t,n,y,x,b){let{id:_,start:w,end:C,size:k}=a,O=u,E=c;if(k<0){if(a.next(),-1==k){let t=r[_];return n.push(t),void y.push(w-e)}if(-3==k)return void(c=_);if(-4==k)return void(u=_);throw new RangeError(`Unrecognized record size: ${k}`)}let S,T,R=l[_],M=w-e;if(C-w<=o&&(T=m(a.pos-t,x))){let t=new Uint16Array(T.size-T.skip),n=a.pos-T.size,o=t.length;for(;a.pos>n;)o=v(T.start,t,o);S=new OE(t,C-T.start,i),M=T.start-e}else{let e=a.pos-k;a.next();let t=[],n=[],i=_>=s?_:-1,r=0,l=C;for(;a.pos>e;)i>=0&&a.id==i&&a.size>=0?(a.end<=l-o&&(f(t,n,w,r,a.end,l,i,O,E),r=t.length,l=a.end),a.next()):b>2500?d(w,e,t,n):h(w,e,t,n,i,b+1);if(i>=0&&r>0&&r<t.length&&f(t,n,w,r,w,l,i,O,E),t.reverse(),n.reverse(),i>-1&&r>0){let e=p(R,E);S=qE(R,t,n,0,t.length,0,C-w,e,e)}else S=g(R,t,n,C-w,O-C,E)}n.push(S),y.push(M)}function d(e,t,n,r){let s=[],l=0,c=-1;for(;a.pos>t;){let{id:e,start:t,end:n,size:i}=a;if(i>4)a.next();else{if(c>-1&&t<c)break;c<0&&(c=n-o),s.push(e,t,n),l++,a.next()}}if(l){let t=new Uint16Array(4*l),o=s[s.length-2];for(let e=s.length-3,n=0;e>=0;e-=3)t[n++]=s[e],t[n++]=s[e+1]-o,t[n++]=s[e+2]-o,t[n++]=n;n.push(new OE(t,s[2]-o,i)),r.push(o-e)}}function p(e,t){return(n,i,o)=>{let r,s,a=0,l=n.length-1;if(l>=0&&(r=n[l])instanceof CE){if(!l&&r.type==e&&r.length==o)return r;(s=r.prop(gE.lookAhead))&&(a=i[l]+r.length+s)}return g(e,n,i,o,a,t)}}function f(e,t,n,o,r,s,a,l,c){let u=[],h=[];for(;e.length>o;)u.push(e.pop()),h.push(t.pop()+n-r);e.push(g(i.types[a],u,h,s-r,l-s,c)),t.push(r-n)}function g(e,t,n,i,o,r,s){if(r){let e=[gE.contextHash,r];s=s?[e].concat(s):[e]}if(o>25){let e=[gE.lookAhead,o];s=s?[e].concat(s):[e]}return new CE(e,t,n,i,s)}function m(e,t){let n=a.fork(),i=0,r=0,l=0,c=n.end-o,u={size:0,start:0,skip:0};e:for(let o=n.pos-e;n.pos>o;){let e=n.size;if(n.id==t&&e>=0){u.size=i,u.start=r,u.skip=l,l+=4,i+=4,n.next();continue}let a=n.pos-e;if(e<0||a<o||n.start<c)break;let h=n.id>=s?4:0,d=n.start;for(n.next();n.pos>a;){if(n.size<0){if(-3!=n.size&&-4!=n.size)break e;h+=4}else n.id>=s&&(h+=4);n.next()}r=d,i+=e,l+=h}return(t<0||i==e)&&(u.size=i,u.start=r,u.skip=l),u.size>4?u:void 0}function v(e,t,n){let{id:i,start:o,end:r,size:l}=a;if(a.next(),l>=0&&i<s){let s=n;if(l>4){let i=a.pos-(l-4);for(;a.pos>i;)n=v(e,t,n)}t[--n]=s,t[--n]=r-e,t[--n]=o-e,t[--n]=i}else-3==l?c=i:-4==l&&(u=i);return n}let y=[],x=[];for(;a.pos>0;)h(e.start||0,e.bufferStart||0,y,x,-1,0);let b=null!==(t=e.length)&&void 0!==t?t:y.length?x[0]+y[0].length:0;return new CE(l[e.topID],y.reverse(),x.reverse(),b)}(e)}}CE.empty=new CE(yE.none,[],[],0);class kE{constructor(e,t){this.buffer=e,this.index=t}get id(){return this.buffer[this.index-4]}get start(){return this.buffer[this.index-3]}get end(){return this.buffer[this.index-2]}get size(){return this.buffer[this.index-1]}get pos(){return this.index}next(){this.index-=4}fork(){return new kE(this.buffer,this.index)}}class OE{constructor(e,t,n){this.buffer=e,this.length=t,this.set=n}get type(){return yE.none}toString(){let e=[];for(let t=0;t<this.buffer.length;)e.push(this.childString(t)),t=this.buffer[t+3];return e.join(",")}childString(e){let t=this.buffer[e],n=this.buffer[e+3],i=this.set.types[t],o=i.name;if(/\W/.test(o)&&!i.isError&&(o=JSON.stringify(o)),n==(e+=4))return o;let r=[];for(;e<n;)r.push(this.childString(e)),e=this.buffer[e+3];return o+"("+r.join(",")+")"}findChild(e,t,n,i,o){let{buffer:r}=this,s=-1;for(let a=e;a!=t&&!(EE(o,i,r[a+1],r[a+2])&&(s=a,n>0));a=r[a+3]);return s}slice(e,t,n){let i=this.buffer,o=new Uint16Array(t-e),r=0;for(let s=e,a=0;s<t;){o[a++]=i[s++],o[a++]=i[s++]-n;let t=o[a++]=i[s++]-n;o[a++]=i[s++]-e,r=Math.max(r,t)}return new OE(o,r,this.set)}}function EE(e,t,n,i){switch(e){case-2:return n<t;case-1:return i>=t&&n<t;case 0:return n<t&&i>t;case 1:return n<=t&&i>t;case 2:return i>t;case 4:return!0}}function SE(e,t,n,i){for(var o;e.from==e.to||(n<1?e.from>=t:e.from>t)||(n>-1?e.to<=t:e.to<t);){let t=!i&&e instanceof RE&&e.index<0?null:e.parent;if(!t)return e;e=t}let r=i?0:wE.IgnoreOverlays;if(i)for(let i=e,s=i.parent;s;i=s,s=i.parent)i instanceof RE&&i.index<0&&(null===(o=s.enter(t,n,r))||void 0===o?void 0:o.from)!=i.from&&(e=s);for(;;){let i=e.enter(t,n,r);if(!i)return e;e=i}}class TE{cursor(e=0){return new BE(this,e)}getChild(e,t=null,n=null){let i=ME(this,e,t,n);return i.length?i[0]:null}getChildren(e,t=null,n=null){return ME(this,e,t,n)}resolve(e,t=0){return SE(this,e,t,!1)}resolveInner(e,t=0){return SE(this,e,t,!0)}matchContext(e){return AE(this.parent,e)}enterUnfinishedNodesBefore(e){let t=this.childBefore(e),n=this;for(;t;){let e=t.lastChild;if(!e||e.to!=t.to)break;e.type.isError&&e.from==e.to?(n=t,t=e.prevSibling):t=e}return n}get node(){return this}get next(){return this.parent}}class RE extends TE{constructor(e,t,n,i){super(),this._tree=e,this.from=t,this.index=n,this._parent=i}get type(){return this._tree.type}get name(){return this._tree.type.name}get to(){return this.from+this._tree.length}nextChild(e,t,n,i,o=0){for(let r=this;;){for(let{children:s,positions:a}=r._tree,l=t>0?s.length:-1;e!=l;e+=t){let l,c=s[e],u=a[e]+r.from;if(o&wE.EnterBracketed&&c instanceof CE&&(l=mE.get(c))&&!l.overlay&&l.bracketed&&n>=u&&n<=u+c.length||EE(i,n,u,u+c.length))if(c instanceof OE){if(o&wE.ExcludeBuffers)continue;let s=c.findChild(0,c.buffer.length,t,n-u,i);if(s>-1)return new DE(new PE(r,c,e,u),null,s)}else if(o&wE.IncludeAnonymous||!c.type.isAnonymous||jE(c)){let s;if(!(o&wE.IgnoreMounts)&&(s=mE.get(c))&&!s.overlay)return new RE(s.tree,u,e,r);let a=new RE(c,u,e,r);return o&wE.IncludeAnonymous||!a.type.isAnonymous?a:a.nextChild(t<0?c.children.length-1:0,t,n,i,o)}}if(o&wE.IncludeAnonymous||!r.type.isAnonymous)return null;if(e=r.index>=0?r.index+t:t<0?-1:r._parent._tree.children.length,r=r._parent,!r)return null}}get firstChild(){return this.nextChild(0,1,0,4)}get lastChild(){return this.nextChild(this._tree.children.length-1,-1,0,4)}childAfter(e){return this.nextChild(0,1,e,2)}childBefore(e){return this.nextChild(this._tree.children.length-1,-1,e,-2)}prop(e){return this._tree.prop(e)}enter(e,t,n=0){let i;if(!(n&wE.IgnoreOverlays)&&(i=mE.get(this._tree))&&i.overlay){let o=e-this.from,r=n&wE.EnterBracketed&&i.bracketed;for(let{from:e,to:n}of i.overlay)if((t>0||r?e<=o:e<o)&&(t<0||r?n>=o:n>o))return new RE(i.tree,i.overlay[0].from+this.from,-1,this)}return this.nextChild(0,1,e,t,n)}nextSignificantParent(){let e=this;for(;e.type.isAnonymous&&e._parent;)e=e._parent;return e}get parent(){return this._parent?this._parent.nextSignificantParent():null}get nextSibling(){return this._parent&&this.index>=0?this._parent.nextChild(this.index+1,1,0,4):null}get prevSibling(){return this._parent&&this.index>=0?this._parent.nextChild(this.index-1,-1,0,4):null}get tree(){return this._tree}toTree(){return this._tree}toString(){return this._tree.toString()}}function ME(e,t,n,i){let o=e.cursor(),r=[];if(!o.firstChild())return r;if(null!=n)for(let e=!1;!e;)if(e=o.type.is(n),!o.nextSibling())return r;for(;;){if(null!=i&&o.type.is(i))return r;if(o.type.is(t)&&r.push(o.node),!o.nextSibling())return null==i?r:[]}}function AE(e,t,n=t.length-1){for(let i=e;n>=0;i=i.parent){if(!i)return!1;if(!i.type.isAnonymous){if(t[n]&&t[n]!=i.name)return!1;n--}}return!0}class PE{constructor(e,t,n,i){this.parent=e,this.buffer=t,this.index=n,this.start=i}}class DE extends TE{get name(){return this.type.name}get from(){return this.context.start+this.context.buffer.buffer[this.index+1]}get to(){return this.context.start+this.context.buffer.buffer[this.index+2]}constructor(e,t,n){super(),this.context=e,this._parent=t,this.index=n,this.type=e.buffer.set.types[e.buffer.buffer[n]]}child(e,t,n){let{buffer:i}=this.context,o=i.findChild(this.index+4,i.buffer[this.index+3],e,t-this.context.start,n);return o<0?null:new DE(this.context,this,o)}get firstChild(){return this.child(1,0,4)}get lastChild(){return this.child(-1,0,4)}childAfter(e){return this.child(1,e,2)}childBefore(e){return this.child(-1,e,-2)}prop(e){return this.type.prop(e)}enter(e,t,n=0){if(n&wE.ExcludeBuffers)return null;let{buffer:i}=this.context,o=i.findChild(this.index+4,i.buffer[this.index+3],t>0?1:-1,e-this.context.start,t);return o<0?null:new DE(this.context,this,o)}get parent(){return this._parent||this.context.parent.nextSignificantParent()}externalSibling(e){return this._parent?null:this.context.parent.nextChild(this.context.index+e,e,0,4)}get nextSibling(){let{buffer:e}=this.context,t=e.buffer[this.index+3];return t<(this._parent?e.buffer[this._parent.index+3]:e.buffer.length)?new DE(this.context,this._parent,t):this.externalSibling(1)}get prevSibling(){let{buffer:e}=this.context,t=this._parent?this._parent.index+4:0;return this.index==t?this.externalSibling(-1):new DE(this.context,this._parent,e.findChild(t,this.index,-1,0,4))}get tree(){return null}toTree(){let e=[],t=[],{buffer:n}=this.context,i=this.index+4,o=n.buffer[this.index+3];if(o>i){let r=n.buffer[this.index+1];e.push(n.slice(i,o,r)),t.push(0)}return new CE(this.type,e,t,this.to-this.from)}toString(){return this.context.buffer.childString(this.index)}}function $E(e){if(!e.length)return null;let t=0,n=e[0];for(let i=1;i<e.length;i++){let o=e[i];(o.from>n.from||o.to<n.to)&&(n=o,t=i)}let i=n instanceof RE&&n.index<0?null:n.parent,o=e.slice();return i?o[t]=i:o.splice(t,1),new IE(o,n)}class IE{constructor(e,t){this.heads=e,this.node=t}get next(){return $E(this.heads)}}class BE{get name(){return this.type.name}constructor(e,t=0){if(this.buffer=null,this.stack=[],this.index=0,this.bufferNode=null,this.mode=t&~wE.EnterBracketed,e instanceof RE)this.yieldNode(e);else{this._tree=e.context.parent,this.buffer=e.context;for(let t=e._parent;t;t=t._parent)this.stack.unshift(t.index);this.bufferNode=e,this.yieldBuf(e.index)}}yieldNode(e){return!!e&&(this._tree=e,this.type=e.type,this.from=e.from,this.to=e.to,!0)}yieldBuf(e,t){this.index=e;let{start:n,buffer:i}=this.buffer;return this.type=t||i.set.types[i.buffer[e]],this.from=n+i.buffer[e+1],this.to=n+i.buffer[e+2],!0}yield(e){return!!e&&(e instanceof RE?(this.buffer=null,this.yieldNode(e)):(this.buffer=e.context,this.yieldBuf(e.index,e.type)))}toString(){return this.buffer?this.buffer.buffer.childString(this.index):this._tree.toString()}enterChild(e,t,n){if(!this.buffer)return this.yield(this._tree.nextChild(e<0?this._tree._tree.children.length-1:0,e,t,n,this.mode));let{buffer:i}=this.buffer,o=i.findChild(this.index+4,i.buffer[this.index+3],e,t-this.buffer.start,n);return!(o<0)&&(this.stack.push(this.index),this.yieldBuf(o))}firstChild(){return this.enterChild(1,0,4)}lastChild(){return this.enterChild(-1,0,4)}childAfter(e){return this.enterChild(1,e,2)}childBefore(e){return this.enterChild(-1,e,-2)}enter(e,t,n=this.mode){return this.buffer?!(n&wE.ExcludeBuffers)&&this.enterChild(1,e,t):this.yield(this._tree.enter(e,t,n))}parent(){if(!this.buffer)return this.yieldNode(this.mode&wE.IncludeAnonymous?this._tree._parent:this._tree.parent);if(this.stack.length)return this.yieldBuf(this.stack.pop());let e=this.mode&wE.IncludeAnonymous?this.buffer.parent:this.buffer.parent.nextSignificantParent();return this.buffer=null,this.yieldNode(e)}sibling(e){if(!this.buffer)return!!this._tree._parent&&this.yield(this._tree.index<0?null:this._tree._parent.nextChild(this._tree.index+e,e,0,4,this.mode));let{buffer:t}=this.buffer,n=this.stack.length-1;if(e<0){let e=n<0?0:this.stack[n]+4;if(this.index!=e)return this.yieldBuf(t.findChild(e,this.index,-1,0,4))}else{let e=t.buffer[this.index+3];if(e<(n<0?t.buffer.length:t.buffer[this.stack[n]+3]))return this.yieldBuf(e)}return n<0&&this.yield(this.buffer.parent.nextChild(this.buffer.index+e,e,0,4,this.mode))}nextSibling(){return this.sibling(1)}prevSibling(){return this.sibling(-1)}atLastNode(e){let t,n,{buffer:i}=this;if(i){if(e>0){if(this.index<i.buffer.buffer.length)return!1}else for(let e=0;e<this.index;e++)if(i.buffer.buffer[e+3]<this.index)return!1;({index:t,parent:n}=i)}else({index:t,_parent:n}=this._tree);for(;n;({index:t,_parent:n}=n))if(t>-1)for(let i=t+e,o=e<0?-1:n._tree.children.length;i!=o;i+=e){let e=n._tree.children[i];if(this.mode&wE.IncludeAnonymous||e instanceof OE||!e.type.isAnonymous||jE(e))return!1}return!0}move(e,t){if(t&&this.enterChild(e,0,4))return!0;for(;;){if(this.sibling(e))return!0;if(this.atLastNode(e)||!this.parent())return!1}}next(e=!0){return this.move(1,e)}prev(e=!0){return this.move(-1,e)}moveTo(e,t=0){for(;(this.from==this.to||(t<1?this.from>=e:this.from>e)||(t>-1?this.to<=e:this.to<e))&&this.parent(););for(;this.enterChild(1,e,t););return this}get node(){if(!this.buffer)return this._tree;let e=this.bufferNode,t=null,n=0;if(e&&e.context==this.buffer)e:for(let i=this.index,o=this.stack.length;o>=0;){for(let r=e;r;r=r._parent)if(r.index==i){if(i==this.index)return r;t=r,n=o+1;break e}i=this.stack[--o]}for(let e=n;e<this.stack.length;e++)t=new DE(this.buffer,t,this.stack[e]);return this.bufferNode=new DE(this.buffer,t,this.index)}get tree(){return this.buffer?null:this._tree._tree}iterate(e,t){for(let n=0;;){let i=!1;if(this.type.isAnonymous||!1!==e(this)){if(this.firstChild()){n++;continue}this.type.isAnonymous||(i=!0)}for(;;){if(i&&t&&t(this),i=this.type.isAnonymous,!n)return;if(this.nextSibling())break;this.parent(),n--,i=!0}}}matchContext(e){if(!this.buffer)return AE(this.node.parent,e);let{buffer:t}=this.buffer,{types:n}=t.set;for(let i=e.length-1,o=this.stack.length-1;i>=0;o--){if(o<0)return AE(this._tree,e,i);let r=n[t.buffer[this.stack[o]]];if(!r.isAnonymous){if(e[i]&&e[i]!=r.name)return!1;i--}}return!0}}function jE(e){return e.children.some(e=>e instanceof OE||!e.type.isAnonymous||jE(e))}const LE=new WeakMap;function NE(e,t){if(!e.isAnonymous||t instanceof OE||t.type!=e)return 1;let n=LE.get(t);if(null==n){n=1;for(let i of t.children){if(i.type!=e||!(i instanceof CE)){n=1;break}n+=NE(e,i)}LE.set(t,n)}return n}function qE(e,t,n,i,o,r,s,a,l){let c=0;for(let n=i;n<o;n++)c+=NE(e,t[n]);let u=Math.ceil(1.5*c/8),h=[],d=[];return function t(n,i,o,s,a){for(let c=o;c<s;){let o=c,p=i[c],f=NE(e,n[c]);for(c++;c<s;c++){let t=NE(e,n[c]);if(f+t>=u)break;f+=t}if(c==o+1){if(f>u){let e=n[o];t(e.children,e.positions,0,e.children.length,i[o]+a);continue}h.push(n[o])}else{let t=i[c-1]+n[c-1].length-p;h.push(qE(e,n,i,o,c,p,t,null,l))}d.push(p+a-r)}}(t,n,i,o,0),(a||l)(h,d,s)}class VE{constructor(e,t,n,i,o=!1,r=!1){this.from=e,this.to=t,this.tree=n,this.offset=i,this.open=(o?1:0)|(r?2:0)}get openStart(){return(1&this.open)>0}get openEnd(){return(2&this.open)>0}static addTree(e,t=[],n=!1){let i=[new VE(0,e.length,e,0,!1,n)];for(let n of t)n.to>e.length&&i.push(n);return i}static applyChanges(e,t,n=128){if(!t.length)return e;let i=[],o=1,r=e.length?e[0]:null;for(let s=0,a=0,l=0;;s++){let c=s<t.length?t[s]:null,u=c?c.fromA:1e9;if(u-a>=n)for(;r&&r.from<u;){let t=r;if(a>=t.from||u<=t.to||l){let e=Math.max(t.from,a)-l,n=Math.min(t.to,u)-l;t=e>=n?null:new VE(e,n,t.tree,t.offset+l,s>0,!!c)}if(t&&i.push(t),r.to>u)break;r=o<e.length?e[o++]:null}if(!c)break;a=c.toA,l=c.toA-c.toB}return i}}class FE{startParse(e,t,n){return"string"==typeof e&&(e=new zE(e)),n=n?n.length?n.map(e=>new fE(e.from,e.to)):[new fE(0,0)]:[new fE(0,e.length)],this.createParse(e,t||[],n)}parse(e,t,n){let i=this.startParse(e,t,n);for(;;){let e=i.advance();if(e)return e}}}class zE{constructor(e){this.string=e}get length(){return this.string.length}chunk(e){return this.string.slice(e)}get lineChunks(){return!1}read(e,t){return this.string.slice(e,t)}}new gE({perNode:!0});let WE=0;class QE{constructor(e,t,n,i){this.name=e,this.set=t,this.base=n,this.modified=i,this.id=WE++}toString(){let{name:e}=this;for(let t of this.modified)t.name&&(e=`${t.name}(${e})`);return e}static define(e,t){let n="string"==typeof e?e:"?";if(e instanceof QE&&(t=e),null==t?void 0:t.base)throw new Error("Can not derive from a modified tag");let i=new QE(n,[],null,[]);if(i.set.push(i),t)for(let e of t.set)i.set.push(e);return i}static defineModifier(e){let t=new UE(e);return e=>e.modified.indexOf(t)>-1?e:UE.get(e.base||e,e.modified.concat(t).sort((e,t)=>e.id-t.id))}}let HE=0;class UE{constructor(e){this.name=e,this.instances=[],this.id=HE++}static get(e,t){if(!t.length)return e;let n=t[0].instances.find(n=>n.base==e&&function(e,t){return e.length==t.length&&e.every((e,n)=>e==t[n])}(t,n.modified));if(n)return n;let i=[],o=new QE(e.name,i,e,t);for(let e of t)e.instances.push(o);let r=function(e){let t=[[]];for(let n=0;n<e.length;n++)for(let i=0,o=t.length;i<o;i++)t.push(t[i].concat(e[n]));return t.sort((e,t)=>t.length-e.length)}(t);for(let t of e.set)if(!t.modified.length)for(let e of r)i.push(UE.get(t,e));return o}}function XE(e){let t=Object.create(null);for(let n in e){let i=e[n];Array.isArray(i)||(i=[i]);for(let e of n.split(" "))if(e){let n=[],o=2,r=e;for(let t=0;;){if("..."==r&&t>0&&t+3==e.length){o=1;break}let i=/^"(?:[^"\\]|\\.)*?"|[^\/!]+/.exec(r);if(!i)throw new RangeError("Invalid path: "+e);if(n.push("*"==i[0]?"":'"'==i[0][0]?JSON.parse(i[0]):i[0]),t+=i[0].length,t==e.length)break;let s=e[t++];if(t==e.length&&"!"==s){o=0;break}if("/"!=s)throw new RangeError("Invalid path: "+e);r=e.slice(t)}let s=n.length-1,a=n[s];if(!a)throw new RangeError("Invalid path: "+e);let l=new YE(i,o,s>0?n.slice(0,s):null);t[a]=l.sort(t[a])}}return KE.add(t)}const KE=new gE({combine(e,t){let n,i,o;for(;e||t;){if(!e||t&&e.depth>=t.depth?(o=t,t=t.next):(o=e,e=e.next),n&&n.mode==o.mode&&!o.context&&!n.context)continue;let r=new YE(o.tags,o.mode,o.context);n?n.next=r:i=r,n=r}return i}});class YE{constructor(e,t,n,i){this.tags=e,this.mode=t,this.context=n,this.next=i}get opaque(){return 0==this.mode}get inherit(){return 1==this.mode}sort(e){return!e||e.depth<this.depth?(this.next=e,this):(e.next=this.sort(e.next),e)}get depth(){return this.context?this.context.length:0}}function GE(e,t){let n=Object.create(null);for(let t of e)if(Array.isArray(t.tag))for(let e of t.tag)n[e.id]=t.class;else n[t.tag.id]=t.class;let{scope:i,all:o=null}=t||{};return{style:e=>{let t=o;for(let i of e)for(let e of i.set){let i=n[e.id];if(i){t=t?t+" "+i:i;break}}return t},scope:i}}function ZE(e,t,n,i=0,o=e.length){let r=new JE(i,Array.isArray(t)?t:[t],n);r.highlightRange(e.cursor(),i,o,"",r.highlighters),r.flush(o)}YE.empty=new YE([],2,null);class JE{constructor(e,t,n){this.at=e,this.highlighters=t,this.span=n,this.class=""}startSpan(e,t){t!=this.class&&(this.flush(e),e>this.at&&(this.at=e),this.class=t)}flush(e){e>this.at&&this.class&&this.span(this.at,e,this.class)}highlightRange(e,t,n,i,o){let{type:r,from:s,to:a}=e;if(s>=n||a<=t)return;r.isTop&&(o=this.highlighters.filter(e=>!e.scope||e.scope(r)));let l=i,c=function(e){let t=e.type.prop(KE);for(;t&&t.context&&!e.matchContext(t.context);)t=t.next;return t||null}(e)||YE.empty,u=function(e,t){let n=null;for(let i of e){let e=i.style(t);e&&(n=n?n+" "+e:e)}return n}(o,c.tags);if(u&&(l&&(l+=" "),l+=u,1==c.mode&&(i+=(i?" ":"")+u)),this.startSpan(Math.max(t,s),l),c.opaque)return;let h=e.tree&&e.tree.prop(gE.mounted);if(h&&h.overlay){let r=e.node.enter(h.overlay[0].from+s,1),c=this.highlighters.filter(e=>!e.scope||e.scope(h.tree.type)),u=e.firstChild();for(let d=0,p=s;;d++){let f=d<h.overlay.length?h.overlay[d]:null,g=f?f.from+s:a,m=Math.max(t,p),v=Math.min(n,g);if(m<v&&u)for(;e.from<v&&(this.highlightRange(e,m,v,i,o),this.startSpan(Math.min(v,e.to),l),!(e.to>=g)&&e.nextSibling()););if(!f||g>n)break;p=f.to+s,p>t&&(this.highlightRange(r.cursor(),Math.max(t,f.from+s),Math.min(n,p),"",c),this.startSpan(Math.min(n,p),l))}u&&e.parent()}else if(e.firstChild()){h&&(i="");do{if(!(e.to<=t)){if(e.from>=n)break;this.highlightRange(e,t,n,i,o),this.startSpan(Math.min(n,e.to),l)}}while(e.nextSibling());e.parent()}}}const eS=QE.define,tS=eS(),nS=eS(),iS=eS(nS),oS=eS(nS),rS=eS(),sS=eS(rS),aS=eS(rS),lS=eS(),cS=eS(lS),uS=eS(),hS=eS(),dS=eS(),pS=eS(dS),fS=eS(),gS={comment:tS,lineComment:eS(tS),blockComment:eS(tS),docComment:eS(tS),name:nS,variableName:eS(nS),typeName:iS,tagName:eS(iS),propertyName:oS,attributeName:eS(oS),className:eS(nS),labelName:eS(nS),namespace:eS(nS),macroName:eS(nS),literal:rS,string:sS,docString:eS(sS),character:eS(sS),attributeValue:eS(sS),number:aS,integer:eS(aS),float:eS(aS),bool:eS(rS),regexp:eS(rS),escape:eS(rS),color:eS(rS),url:eS(rS),keyword:uS,self:eS(uS),null:eS(uS),atom:eS(uS),unit:eS(uS),modifier:eS(uS),operatorKeyword:eS(uS),controlKeyword:eS(uS),definitionKeyword:eS(uS),moduleKeyword:eS(uS),operator:hS,derefOperator:eS(hS),arithmeticOperator:eS(hS),logicOperator:eS(hS),bitwiseOperator:eS(hS),compareOperator:eS(hS),updateOperator:eS(hS),definitionOperator:eS(hS),typeOperator:eS(hS),controlOperator:eS(hS),punctuation:dS,separator:eS(dS),bracket:pS,angleBracket:eS(pS),squareBracket:eS(pS),paren:eS(pS),brace:eS(pS),content:lS,heading:cS,heading1:eS(cS),heading2:eS(cS),heading3:eS(cS),heading4:eS(cS),heading5:eS(cS),heading6:eS(cS),contentSeparator:eS(lS),list:eS(lS),quote:eS(lS),emphasis:eS(lS),strong:eS(lS),link:eS(lS),monospace:eS(lS),strikethrough:eS(lS),inserted:eS(),deleted:eS(),changed:eS(),invalid:eS(),meta:fS,documentMeta:eS(fS),annotation:eS(fS),processingInstruction:eS(fS),definition:QE.defineModifier("definition"),constant:QE.defineModifier("constant"),function:QE.defineModifier("function"),standard:QE.defineModifier("standard"),local:QE.defineModifier("local"),special:QE.defineModifier("special")};for(let e in gS){let t=gS[e];t instanceof QE&&(t.name=e)}var mS;GE([{tag:gS.link,class:"tok-link"},{tag:gS.heading,class:"tok-heading"},{tag:gS.emphasis,class:"tok-emphasis"},{tag:gS.strong,class:"tok-strong"},{tag:gS.keyword,class:"tok-keyword"},{tag:gS.atom,class:"tok-atom"},{tag:gS.bool,class:"tok-bool"},{tag:gS.url,class:"tok-url"},{tag:gS.labelName,class:"tok-labelName"},{tag:gS.inserted,class:"tok-inserted"},{tag:gS.deleted,class:"tok-deleted"},{tag:gS.literal,class:"tok-literal"},{tag:gS.string,class:"tok-string"},{tag:gS.number,class:"tok-number"},{tag:[gS.regexp,gS.escape,gS.special(gS.string)],class:"tok-string2"},{tag:gS.variableName,class:"tok-variableName"},{tag:gS.local(gS.variableName),class:"tok-variableName tok-local"},{tag:gS.definition(gS.variableName),class:"tok-variableName tok-definition"},{tag:gS.special(gS.variableName),class:"tok-variableName2"},{tag:gS.definition(gS.propertyName),class:"tok-propertyName tok-definition"},{tag:gS.typeName,class:"tok-typeName"},{tag:gS.namespace,class:"tok-namespace"},{tag:gS.className,class:"tok-className"},{tag:gS.macroName,class:"tok-macroName"},{tag:gS.propertyName,class:"tok-propertyName"},{tag:gS.operator,class:"tok-operator"},{tag:gS.comment,class:"tok-comment"},{tag:gS.meta,class:"tok-meta"},{tag:gS.invalid,class:"tok-invalid"},{tag:gS.punctuation,class:"tok-punctuation"}]);const vS=new gE;const yS=new gE;class xS{constructor(e,t,n=[],i=""){this.data=e,this.name=i,zb.prototype.hasOwnProperty("tree")||Object.defineProperty(zb.prototype,"tree",{get(){return wS(this)}}),this.parser=t,this.extension=[AS.of(this),zb.languageData.of((e,t,n)=>{let i=bS(e,t,n),o=i.type.prop(vS);if(!o)return[];let r=e.facet(o),s=i.type.prop(yS);if(s){let o=i.resolve(t-i.from,n);for(let t of s)if(t.test(o,e)){let n=e.facet(t.facet);return"replace"==t.type?n:n.concat(r)}}return r})].concat(n)}isActiveAt(e,t,n=-1){return bS(e,t,n).type.prop(vS)==this.data}findRegions(e){let t=e.facet(AS);if((null==t?void 0:t.data)==this.data)return[{from:0,to:e.doc.length}];if(!t||!t.allowsNesting)return[];let n=[],i=(e,t)=>{if(e.prop(vS)==this.data)return void n.push({from:t,to:t+e.length});let o=e.prop(gE.mounted);if(o){if(o.tree.prop(vS)==this.data){if(o.overlay)for(let e of o.overlay)n.push({from:e.from+t,to:e.to+t});else n.push({from:t,to:t+e.length});return}if(o.overlay){let e=n.length;if(i(o.tree,o.overlay[0].from+t),n.length>e)return}}for(let n=0;n<e.children.length;n++){let o=e.children[n];o instanceof CE&&i(o,e.positions[n]+t)}};return i(wS(e),0),n}get allowsNesting(){return!0}}function bS(e,t,n){let i=e.facet(AS),o=wS(e).topNode;if(!i||i.allowsNesting)for(let e=o;e;e=e.enter(t,n,wE.ExcludeBuffers|wE.EnterBracketed))e.type.isTop&&(o=e);return o}xS.setState=Ab.define();class _S extends xS{constructor(e,t,n){super(e,t,[],n),this.parser=t}static define(e){let t=(n=e.languageData,tb.define({combine:n?e=>e.concat(n):void 0}));var n;return new _S(t,e.parser.configure({props:[vS.add(e=>e.isTop?t:void 0)]}),e.name)}configure(e,t){return new _S(this.data,this.parser.configure(e),t||this.name)}get allowsNesting(){return this.parser.hasWrappers()}}function wS(e){let t=e.field(xS.state,!1);return t?t.tree:CE.empty}class CS{constructor(e){this.doc=e,this.cursorPos=0,this.string="",this.cursor=e.iter()}get length(){return this.doc.length}syncTo(e){return this.string=this.cursor.next(e-this.cursorPos).value,this.cursorPos=e+this.string.length,this.cursorPos-this.string.length}chunk(e){return this.syncTo(e),this.string}get lineChunks(){return!0}read(e,t){let n=this.cursorPos-this.string.length;return e<n||t>=this.cursorPos?this.doc.sliceString(e,t):this.string.slice(e-n,t-n)}}let kS=null;class OS{constructor(e,t,n=[],i,o,r,s,a){this.parser=e,this.state=t,this.fragments=n,this.tree=i,this.treeLen=o,this.viewport=r,this.skipped=s,this.scheduleOn=a,this.parse=null,this.tempSkipped=[]}static create(e,t,n){return new OS(e,t,[],CE.empty,0,n,[],null)}startParse(){return this.parser.startParse(new CS(this.state.doc),this.fragments)}work(e,t){return null!=t&&t>=this.state.doc.length&&(t=void 0),this.tree!=CE.empty&&this.isDone(null!=t?t:this.state.doc.length)?(this.takeTree(),!0):this.withContext(()=>{var n;if("number"==typeof e){let t=Date.now()+e;e=()=>Date.now()>t}for(this.parse||(this.parse=this.startParse()),null!=t&&(null==this.parse.stoppedAt||this.parse.stoppedAt>t)&&t<this.state.doc.length&&this.parse.stopAt(t);;){let i=this.parse.advance();if(i){if(this.fragments=this.withoutTempSkipped(VE.addTree(i,this.fragments,null!=this.parse.stoppedAt)),this.treeLen=null!==(n=this.parse.stoppedAt)&&void 0!==n?n:this.state.doc.length,this.tree=i,this.parse=null,!(this.treeLen<(null!=t?t:this.state.doc.length)))return!0;this.parse=this.startParse()}if(e())return!1}})}takeTree(){let e,t;this.parse&&(e=this.parse.parsedPos)>=this.treeLen&&((null==this.parse.stoppedAt||this.parse.stoppedAt>e)&&this.parse.stopAt(e),this.withContext(()=>{for(;!(t=this.parse.advance()););}),this.treeLen=e,this.tree=t,this.fragments=this.withoutTempSkipped(VE.addTree(this.tree,this.fragments,!0)),this.parse=null)}withContext(e){let t=kS;kS=this;try{return e()}finally{kS=t}}withoutTempSkipped(e){for(let t;t=this.tempSkipped.pop();)e=ES(e,t.from,t.to);return e}changes(e,t){let{fragments:n,tree:i,treeLen:o,viewport:r,skipped:s}=this;if(this.takeTree(),!e.empty){let t=[];if(e.iterChangedRanges((e,n,i,o)=>t.push({fromA:e,toA:n,fromB:i,toB:o})),n=VE.applyChanges(n,t),i=CE.empty,o=0,r={from:e.mapPos(r.from,-1),to:e.mapPos(r.to,1)},this.skipped.length){s=[];for(let t of this.skipped){let n=e.mapPos(t.from,1),i=e.mapPos(t.to,-1);n<i&&s.push({from:n,to:i})}}}return new OS(this.parser,t,n,i,o,r,s,this.scheduleOn)}updateViewport(e){if(this.viewport.from==e.from&&this.viewport.to==e.to)return!1;this.viewport=e;let t=this.skipped.length;for(let t=0;t<this.skipped.length;t++){let{from:n,to:i}=this.skipped[t];n<e.to&&i>e.from&&(this.fragments=ES(this.fragments,n,i),this.skipped.splice(t--,1))}return!(this.skipped.length>=t)&&(this.reset(),!0)}reset(){this.parse&&(this.takeTree(),this.parse=null)}skipUntilInView(e,t){this.skipped.push({from:e,to:t})}static getSkippingParser(e){return new class extends FE{createParse(t,n,i){let o=i[0].from,r=i[i.length-1].to,s={parsedPos:o,advance(){let t=kS;if(t){for(let e of i)t.tempSkipped.push(e);e&&(t.scheduleOn=t.scheduleOn?Promise.all([t.scheduleOn,e]):e)}return this.parsedPos=r,new CE(yE.none,[],[],r-o)},stoppedAt:null,stopAt(){}};return s}}}isDone(e){e=Math.min(e,this.state.doc.length);let t=this.fragments;return this.treeLen>=e&&t.length&&0==t[0].from&&t[0].to>=e}static get(){return kS}}function ES(e,t,n){return VE.applyChanges(e,[{fromA:t,toA:n,fromB:t,toB:n}])}class SS{constructor(e){this.context=e,this.tree=e.tree}apply(e){if(!e.docChanged&&this.tree==this.context.tree)return this;let t=this.context.changes(e.changes,e.state),n=this.context.treeLen==e.startState.doc.length?void 0:Math.max(e.changes.mapPos(this.context.treeLen),t.viewport.to);return t.work(20,n)||t.takeTree(),new SS(t)}static init(e){let t=Math.min(3e3,e.doc.length),n=OS.create(e.facet(AS).parser,e,{from:0,to:t});return n.work(20,t)||n.takeTree(),new SS(n)}}xS.state=lb.define({create:SS.init,update(e,t){for(let e of t.effects)if(e.is(xS.setState))return e.value;return t.startState.facet(AS)!=t.state.facet(AS)?SS.init(t.state):e.apply(t)}});let TS=e=>{let t=setTimeout(()=>e(),500);return()=>clearTimeout(t)};"undefined"!=typeof requestIdleCallback&&(TS=e=>{let t=-1,n=setTimeout(()=>{t=requestIdleCallback(e,{timeout:400})},100);return()=>t<0?clearTimeout(n):cancelIdleCallback(t)});const RS="undefined"!=typeof navigator&&(null===(mS=navigator.scheduling)||void 0===mS?void 0:mS.isInputPending)?()=>navigator.scheduling.isInputPending():null,MS=tC.fromClass(class{constructor(e){this.view=e,this.working=null,this.workScheduled=0,this.chunkEnd=-1,this.chunkBudget=-1,this.work=this.work.bind(this),this.scheduleWork()}update(e){let t=this.view.state.field(xS.state).context;(t.updateViewport(e.view.viewport)||this.view.viewport.to>t.treeLen)&&this.scheduleWork(),(e.docChanged||e.selectionSet)&&(this.view.hasFocus&&(this.chunkBudget+=50),this.scheduleWork()),this.checkAsyncSchedule(t)}scheduleWork(){if(this.working)return;let{state:e}=this.view,t=e.field(xS.state);t.tree==t.context.tree&&t.context.isDone(e.doc.length)||(this.working=TS(this.work))}work(e){this.working=null;let t=Date.now();if(this.chunkEnd<t&&(this.chunkEnd<0||this.view.hasFocus)&&(this.chunkEnd=t+3e4,this.chunkBudget=3e3),this.chunkBudget<=0)return;let{state:n,viewport:{to:i}}=this.view,o=n.field(xS.state);if(o.tree==o.context.tree&&o.context.isDone(i+1e5))return;let r=Date.now()+Math.min(this.chunkBudget,100,e&&!RS?Math.max(25,e.timeRemaining()-5):1e9),s=o.context.treeLen<i&&n.doc.length>i+1e3,a=o.context.work(()=>RS&&RS()||Date.now()>r,i+(s?0:1e5));this.chunkBudget-=Date.now()-t,(a||this.chunkBudget<=0)&&(o.context.takeTree(),this.view.dispatch({effects:xS.setState.of(new SS(o.context))})),this.chunkBudget>0&&(!a||s)&&this.scheduleWork(),this.checkAsyncSchedule(o.context)}checkAsyncSchedule(e){e.scheduleOn&&(this.workScheduled++,e.scheduleOn.then(()=>this.scheduleWork()).catch(e=>Gw(this.view.state,e)).then(()=>this.workScheduled--),e.scheduleOn=null)}destroy(){this.working&&this.working()}isWorking(){return!!(this.working||this.workScheduled>0)}},{eventHandlers:{focus(){this.scheduleWork()}}}),AS=tb.define({combine:e=>e.length?e[0]:null,enables:e=>[xS.state,MS,SO.contentAttributes.compute([e],t=>{let n=t.facet(e);return n&&n.name?{"data-language":n.name}:{}})]});class PS{constructor(e,t=[]){this.language=e,this.support=t,this.extension=[e,t]}}const DS=tb.define(),$S=tb.define({combine:e=>{if(!e.length)return" ";let t=e[0];if(!t||/\S/.test(t)||Array.from(t).some(e=>e!=t[0]))throw new Error("Invalid indent unit: "+JSON.stringify(e[0]));return t}});function IS(e){let t=e.facet($S);return 9==t.charCodeAt(0)?e.tabSize*t.length:t.length}function BS(e,t){let n="",i=e.tabSize,o=e.facet($S)[0];if("\t"==o){for(;t>=i;)n+="\t",t-=i;o=" "}for(let e=0;e<t;e++)n+=o;return n}function jS(e,t){e instanceof zb&&(e=new LS(e));for(let n of e.state.facet(DS)){let i=n(e,t);if(void 0!==i)return i}let n=wS(e.state);return n.length>=t?function(e,t,n){let i=t.resolveStack(n),o=t.resolveInner(n,-1).resolve(n,0).enterUnfinishedNodesBefore(n);if(o!=i.node){let e=[];for(let t=o;t&&!(t.from<i.node.from||t.to>i.node.to||t.from==i.node.from&&t.type==i.node.type);t=t.parent)e.push(t);for(let t=e.length-1;t>=0;t--)i={node:e[t],next:i}}return qS(i,e,n)}(e,n,t):null}class LS{constructor(e,t={}){this.state=e,this.options=t,this.unit=IS(e)}lineAt(e,t=1){let n=this.state.doc.lineAt(e),{simulateBreak:i,simulateDoubleBreak:o}=this.options;return null!=i&&i>=n.from&&i<=n.to?o&&i==e?{text:"",from:e}:(t<0?i<e:i<=e)?{text:n.text.slice(i-n.from),from:i}:{text:n.text.slice(0,i-n.from),from:n.from}:n}textAfterPos(e,t=1){if(this.options.simulateDoubleBreak&&e==this.options.simulateBreak)return"";let{text:n,from:i}=this.lineAt(e,t);return n.slice(e-i,Math.min(n.length,e+100-i))}column(e,t=1){let{text:n,from:i}=this.lineAt(e,t),o=this.countColumn(n,e-i),r=this.options.overrideIndentation?this.options.overrideIndentation(i):-1;return r>-1&&(o+=r-this.countColumn(n,n.search(/\S|$/))),o}countColumn(e,t=e.length){return l_(e,this.state.tabSize,t)}lineIndent(e,t=1){let{text:n,from:i}=this.lineAt(e,t),o=this.options.overrideIndentation;if(o){let e=o(i);if(e>-1)return e}return this.countColumn(n,n.search(/\S|$/))}get simulatedBreak(){return this.options.simulateBreak||null}}const NS=new gE;function qS(e,t,n){for(let i=e;i;i=i.next){let e=VS(i.node);if(e)return e(zS.create(t,n,i))}return 0}function VS(e){let t=e.type.prop(NS);if(t)return t;let n,i=e.firstChild;if(i&&(n=i.type.prop(gE.closedBy))){let t=e.lastChild,i=t&&n.indexOf(t.name)>-1;return e=>HS(e,!0,1,void 0,i&&!function(e){return e.pos==e.options.simulateBreak&&e.options.simulateDoubleBreak}(e)?t.from:void 0)}return null==e.parent?FS:null}function FS(){return 0}class zS extends LS{constructor(e,t,n){super(e.state,e.options),this.base=e,this.pos=t,this.context=n}get node(){return this.context.node}static create(e,t,n){return new zS(e,t,n)}get textAfter(){return this.textAfterPos(this.pos)}get baseIndent(){return this.baseIndentFor(this.node)}baseIndentFor(e){let t=this.state.doc.lineAt(e.from);for(;;){let n=e.resolve(t.from);for(;n.parent&&n.parent.from==n.from;)n=n.parent;if(WS(n,e))break;t=this.state.doc.lineAt(n.from)}return this.lineIndent(t.from)}continue(){return qS(this.context.next,this.base,this.pos)}}function WS(e,t){for(let n=t;n;n=n.parent)if(e==n)return!0;return!1}function QS({closing:e,align:t=!0,units:n=1}){return i=>HS(i,t,n,e)}function HS(e,t,n,i,o){let r=e.textAfter,s=r.match(/^\s*/)[0].length,a=i&&r.slice(s,s+i.length)==i||o==e.pos+s,l=t?function(e){let t=e.node,n=t.childAfter(t.from),i=t.lastChild;if(!n)return null;let o=e.options.simulateBreak,r=e.state.doc.lineAt(n.from),s=null==o||o<=r.from?r.to:Math.min(r.to,o);for(let e=n.to;;){let o=t.childAfter(e);if(!o||o==i)return null;if(!o.type.isSkipped){if(o.from>=s)return null;let e=/^ */.exec(r.text.slice(n.to-r.from))[0].length;return{from:n.from,to:n.to+e}}e=o.to}}(e):null;return l?a?e.column(l.from):e.column(l.to):e.baseIndent+(a?0:e.unit*n)}function US({except:e,units:t=1}={}){return n=>{let i=e&&e.test(n.textAfter);return n.baseIndent+(i?0:t*n.unit)}}const XS=new gE;function KS(e){let t=e.firstChild,n=e.lastChild;return t&&t.to<n.from?{from:t.to,to:n.type.isError?e.to:n.from}:null}class YS{constructor(e,t){let n;function i(e){let t=d_.newName();return(n||(n=Object.create(null)))["."+t]=e,t}this.specs=e;const o="string"==typeof t.all?t.all:t.all?i(t.all):void 0,r=t.scope;this.scope=r instanceof xS?e=>e.prop(vS)==r.data:r?e=>e==r:void 0,this.style=GE(e.map(e=>({tag:e.tag,class:e.class||i(Object.assign({},e,{tag:null}))})),{all:o}).style,this.module=n?new d_(n):null,this.themeType=t.themeType}static define(e,t){return new YS(e,t||{})}}const GS=tb.define(),ZS=tb.define({combine:e=>e.length?[e[0]]:null});function JS(e){let t=e.facet(GS);return t.length?t:e.facet(ZS)}class eT{constructor(e){this.markCache=Object.create(null),this.tree=wS(e.state),this.decorations=this.buildDeco(e,JS(e.state)),this.decoratedTo=e.viewport.to}update(e){let t=wS(e.state),n=JS(e.state),i=n!=JS(e.startState),{viewport:o}=e.view,r=e.changes.mapPos(this.decoratedTo,1);t.length<o.to&&!i&&t.type==this.tree.type&&r>=o.to?(this.decorations=this.decorations.map(e.changes),this.decoratedTo=r):(t!=this.tree||e.viewportChanged||i)&&(this.tree=t,this.decorations=this.buildDeco(e.view,n),this.decoratedTo=o.to)}buildDeco(e,t){if(!t||!this.tree.length)return F_.none;let n=new Gb;for(let{from:i,to:o}of e.visibleRanges)ZE(this.tree,t,(e,t,i)=>{n.add(e,t,this.markCache[i]||(this.markCache[i]=F_.mark({class:i})))},i,o);return n.finish()}}const tT=fb.high(tC.fromClass(eT,{decorations:e=>e.decorations})),nT=SO.baseTheme({"&.cm-focused .cm-matchingBracket":{backgroundColor:"#328c8252"},"&.cm-focused .cm-nonmatchingBracket":{backgroundColor:"#bb555544"}}),iT="()[]{}",oT=tb.define({combine:e=>Wb(e,{afterCursor:!0,brackets:iT,maxScanDistance:1e4,renderMatch:aT})}),rT=F_.mark({class:"cm-matchingBracket"}),sT=F_.mark({class:"cm-nonmatchingBracket"});function aT(e){let t=[],n=e.matched?rT:sT;return t.push(n.range(e.start.from,e.start.to)),e.end&&t.push(n.range(e.end.from,e.end.to)),t}const lT=lb.define({create:()=>F_.none,update(e,t){if(!t.docChanged&&!t.selection)return e;let n=[],i=t.state.facet(oT);for(let e of t.state.selection.ranges){if(!e.empty)continue;let o=fT(t.state,e.head,-1,i)||e.head>0&&fT(t.state,e.head-1,1,i)||i.afterCursor&&(fT(t.state,e.head,1,i)||e.head<t.state.doc.length&&fT(t.state,e.head+1,-1,i));o&&(n=n.concat(i.renderMatch(o,t.state)))}return F_.set(n,!0)},provide:e=>SO.decorations.from(e)}),cT=[lT,nT];function uT(e={}){return[oT.of(e),cT]}const hT=new gE;function dT(e,t,n){let i=e.prop(t<0?gE.openedBy:gE.closedBy);if(i)return i;if(1==e.name.length){let i=n.indexOf(e.name);if(i>-1&&i%2==(t<0?1:0))return[n[i+t]]}return null}function pT(e){let t=e.type.prop(hT);return t?t(e.node):e}function fT(e,t,n,i={}){let o=i.maxScanDistance||1e4,r=i.brackets||iT,s=wS(e),a=s.resolveInner(t,n);for(let i=a;i;i=i.parent){let o=dT(i.type,n,r);if(o&&i.from<i.to){let s=pT(i);if(s&&(n>0?t>=s.from&&t<s.to:t>s.from&&t<=s.to))return gT(e,t,n,i,s,o,r)}}return function(e,t,n,i,o,r,s){let a=n<0?e.sliceDoc(t-1,t):e.sliceDoc(t,t+1),l=s.indexOf(a);if(l<0||l%2==0!=n>0)return null;let c={from:n<0?t-1:t,to:n>0?t+1:t},u=e.doc.iterRange(t,n>0?e.doc.length:0),h=0;for(let e=0;!u.next().done&&e<=r;){let r=u.value;n<0&&(e+=r.length);let a=t+e*n;for(let e=n>0?0:r.length-1,t=n>0?r.length:-1;e!=t;e+=n){let t=s.indexOf(r[e]);if(!(t<0||i.resolveInner(a+e,1).type!=o))if(t%2==0==n>0)h++;else{if(1==h)return{start:c,end:{from:a+e,to:a+e+1},matched:t>>1==l>>1};h--}}n>0&&(e+=r.length)}return u.done?{start:c,matched:!1}:null}(e,t,n,s,a.type,o,r)}function gT(e,t,n,i,o,r,s){let a=i.parent,l={from:o.from,to:o.to},c=0,u=null==a?void 0:a.cursor();if(u&&(n<0?u.childBefore(i.from):u.childAfter(i.to)))do{if(n<0?u.to<=i.from:u.from>=i.to){if(0==c&&r.indexOf(u.type.name)>-1&&u.from<u.to){let e=pT(u);return{start:l,end:e?{from:e.from,to:e.to}:void 0,matched:!0}}if(dT(u.type,n,s))c++;else if(dT(u.type,-n,s)){if(0==c){let e=pT(u);return{start:l,end:e&&e.from<e.to?{from:e.from,to:e.to}:void 0,matched:!1}}c--}}}while(n<0?u.prevSibling():u.nextSibling());return{start:l,matched:!1}}const mT=Object.create(null),vT=[yE.none],yT=[],xT=Object.create(null),bT=Object.create(null);for(let[e,t]of[["variable","variableName"],["variable-2","variableName.special"],["string-2","string.special"],["def","variableName.definition"],["tag","tagName"],["attribute","attributeName"],["type","typeName"],["builtin","variableName.standard"],["qualifier","modifier"],["error","invalid"],["header","heading"],["property","propertyName"]])bT[e]=wT(mT,t);function _T(e,t){yT.indexOf(e)>-1||(yT.push(e),console.warn(t))}function wT(e,t){let n=[];for(let i of t.split(" ")){let t=[];for(let n of i.split(".")){let i=e[n]||gS[n];i?"function"==typeof i?t.length?t=t.map(i):_T(n,`Modifier ${n} used at start of tag`):t.length?_T(n,`Tag ${n} used as modifier`):t=Array.isArray(i)?i:[i]:_T(n,`Unknown highlighting tag ${n}`)}for(let e of t)n.push(e)}if(!n.length)return 0;let i=t.replace(/ /g,"_"),o=i+" "+n.map(e=>e.id),r=xT[o];if(r)return r.id;let s=xT[o]=yE.define({id:vT.length,name:i,props:[XE({[i]:n})]});return vT.push(s),s.id}vw.RTL,vw.LTR;class CT{constructor(e,t,n,i){this.state=e,this.pos=t,this.explicit=n,this.view=i,this.abortListeners=[],this.abortOnDocChange=!1}tokenBefore(e){let t=wS(this.state).resolveInner(this.pos,-1);for(;t&&e.indexOf(t.name)<0;)t=t.parent;return t?{from:t.from,to:this.pos,text:this.state.sliceDoc(t.from,this.pos),type:t.type}:null}matchBefore(e){let t=this.state.doc.lineAt(this.pos),n=Math.max(t.from,this.pos-250),i=t.text.slice(n-t.from,this.pos-t.from),o=i.search(TT(e,!1));return o<0?null:{from:n+o,to:this.pos,text:i.slice(o)}}get aborted(){return null==this.abortListeners}addEventListener(e,t,n){"abort"==e&&this.abortListeners&&(this.abortListeners.push(t),n&&n.onDocChange&&(this.abortOnDocChange=!0))}}function kT(e){let t=Object.keys(e).join(""),n=/\w/.test(t);return n&&(t=t.replace(/\w/g,"")),`[${n?"\\w":""}${t.replace(/[^\w\s]/g,"\\$&")}]`}function OT(e){let t=e.map(e=>"string"==typeof e?{label:e}:e),[n,i]=t.every(e=>/^\w+$/.test(e.label))?[/\w*$/,/\w+$/]:function(e){let t=Object.create(null),n=Object.create(null);for(let{label:i}of e){t[i[0]]=!0;for(let e=1;e<i.length;e++)n[i[e]]=!0}let i=kT(t)+kT(n)+"*$";return[new RegExp("^"+i),new RegExp(i)]}(t);return e=>{let o=e.matchBefore(i);return o||e.explicit?{from:o?o.from:e.pos,options:t,validFor:n}:null}}class ET{constructor(e,t,n,i){this.completion=e,this.source=t,this.match=n,this.score=i}}function ST(e){return e.selection.main.from}function TT(e,t){var n;let{source:i}=e,o=t&&"^"!=i[0],r="$"!=i[i.length-1];return o||r?new RegExp(`${o?"^":""}(?:${i})${r?"$":""}`,null!==(n=e.flags)&&void 0!==n?n:e.ignoreCase?"i":""):e}const RT=Tb.define();function MT(e,t,n,i){let{main:o}=e.selection,r=n-o.from,s=i-o.from;return{...e.changeByRange(a=>{if(a!=o&&n!=i&&e.sliceDoc(a.from+r,a.from+s)!=e.sliceDoc(n,i))return{range:a};let l=e.toText(t);return{changes:{from:a.from+r,to:i==o.from?a.to:a.from+s,insert:l},range:Zx.cursor(a.from+r+l.length)}}),scrollIntoView:!0,userEvent:"input.complete"}}const AT=new WeakMap;function PT(e){if(!Array.isArray(e))return e;let t=AT.get(e);return t||AT.set(e,t=OT(e)),t}const DT=Ab.define(),$T=Ab.define();class IT{constructor(e){this.pattern=e,this.chars=[],this.folded=[],this.any=[],this.precise=[],this.byWord=[],this.score=0,this.matched=[];for(let t=0;t<e.length;){let n=Lx(e,t),i=qx(n);this.chars.push(n);let o=e.slice(t,t+i),r=o.toUpperCase();this.folded.push(Lx(r==o?o.toLowerCase():r,0)),t+=i}this.astral=e.length!=this.chars.length}ret(e,t){return this.score=e,this.matched=t,this}match(e){if(0==this.pattern.length)return this.ret(-100,[]);if(e.length<this.pattern.length)return null;let{chars:t,folded:n,any:i,precise:o,byWord:r}=this;if(1==t.length){let i=Lx(e,0),o=qx(i),r=o==e.length?0:-100;if(i==t[0]);else{if(i!=n[0])return null;r+=-200}return this.ret(r,[0,o])}let s=e.indexOf(this.pattern);if(0==s)return this.ret(e.length==this.pattern.length?0:-100,[0,this.pattern.length]);let a=t.length,l=0;if(s<0){for(let o=0,r=Math.min(e.length,200);o<r&&l<a;){let r=Lx(e,o);r!=t[l]&&r!=n[l]||(i[l++]=o),o+=qx(r)}if(l<a)return null}let c=0,u=0,h=!1,d=0,p=-1,f=-1,g=/[a-z]/.test(e),m=!0;for(let i=0,l=Math.min(e.length,200),v=0;i<l&&u<a;){let l=Lx(e,i);s<0&&(c<a&&l==t[c]&&(o[c++]=i),d<a&&(l==t[d]||l==n[d]?(0==d&&(p=i),f=i+1,d++):d=0));let y,x=l<255?l>=48&&l<=57||l>=97&&l<=122?2:l>=65&&l<=90?1:0:(y=Nx(l))!=y.toLowerCase()?1:y!=y.toUpperCase()?2:0;(!i||1==x&&g||0==v&&0!=x)&&(t[u]==l||n[u]==l&&(h=!0)?r[u++]=i:r.length&&(m=!1)),v=x,i+=qx(l)}return u==a&&0==r[0]&&m?this.result((h?-200:0)-100,r,e):d==a&&0==p?this.ret(-200-e.length+(f==e.length?0:-100),[0,f]):s>-1?this.ret(-700-e.length,[s,s+this.pattern.length]):d==a?this.ret(-900-e.length,[p,f]):u==a?this.result((h?-200:0)-100-700+(m?0:-1100),r,e):2==t.length?null:this.result((i[0]?-700:0)-200-1100,i,e)}result(e,t,n){let i=[],o=0;for(let e of t){let t=e+(this.astral?qx(Lx(n,e)):1);o&&i[o-1]==e?i[o-1]=t:(i[o++]=e,i[o++]=t)}return this.ret(e-n.length,i)}}class BT{constructor(e){this.pattern=e,this.matched=[],this.score=0,this.folded=e.toLowerCase()}match(e){if(e.length<this.pattern.length)return null;let t=e.slice(0,this.pattern.length),n=t==this.pattern?0:t.toLowerCase()==this.folded?-200:null;return null==n?null:(this.matched=[0,t.length],this.score=n+(e.length==this.pattern.length?0:-100),this)}}const jT=tb.define({combine:e=>Wb(e,{activateOnTyping:!0,activateOnCompletion:()=>!1,activateOnTypingDelay:100,selectOnOpen:!0,override:null,closeOnBlur:!0,maxRenderedOptions:100,defaultKeymap:!0,tooltipClass:()=>"",optionClass:()=>"",aboveCursor:!1,icons:!0,addToOptions:[],positionInfo:NT,filterStrict:!1,compareCompletions:(e,t)=>(e.sortText||e.label).localeCompare(t.sortText||t.label),interactionDelay:75,updateSyncTime:100},{defaultKeymap:(e,t)=>e&&t,closeOnBlur:(e,t)=>e&&t,icons:(e,t)=>e&&t,tooltipClass:(e,t)=>n=>LT(e(n),t(n)),optionClass:(e,t)=>n=>LT(e(n),t(n)),addToOptions:(e,t)=>e.concat(t),filterStrict:(e,t)=>e||t})});function LT(e,t){return e?t?e+" "+t:e:t}function NT(e,t,n,i,o,r){let s,a,l=e.textDirection==vw.RTL,c=l,u=!1,h="top",d=t.left-o.left,p=o.right-t.right,f=i.right-i.left,g=i.bottom-i.top;if(c&&d<Math.min(f,p)?c=!1:!c&&p<Math.min(f,d)&&(c=!0),f<=(c?d:p))s=Math.max(o.top,Math.min(n.top,o.bottom-g))-t.top,a=Math.min(400,c?d:p);else{u=!0,a=Math.min(400,(l?t.right:o.right-t.left)-30);let e=o.bottom-t.bottom;e>=g||e>t.top?s=n.bottom-t.top:(h="bottom",s=t.bottom-n.top)}return{style:`${h}: ${s/((t.bottom-t.top)/r.offsetHeight)}px; max-width: ${a/((t.right-t.left)/r.offsetWidth)}px`,class:"cm-completionInfo-"+(u?l?"left-narrow":"right-narrow":c?"left":"right")}}function qT(e,t,n){if(e<=n)return{from:0,to:e};if(t<0&&(t=0),t<=e>>1){let e=Math.floor(t/n);return{from:e*n,to:(e+1)*n}}let i=Math.floor((e-t)/n);return{from:e-(i+1)*n,to:e-i*n}}class VT{constructor(e,t,n){this.view=e,this.stateField=t,this.applyCompletion=n,this.info=null,this.infoDestroy=null,this.placeInfoReq={read:()=>this.measureInfo(),write:e=>this.placeInfo(e),key:this},this.space=null,this.currentClass="";let i=e.state.field(t),{options:o,selected:r}=i.open,s=e.state.facet(jT);this.optionContent=function(e){let t=e.addToOptions.slice();return e.icons&&t.push({render(e){let t=document.createElement("div");return t.classList.add("cm-completionIcon"),e.type&&t.classList.add(...e.type.split(/\s+/g).map(e=>"cm-completionIcon-"+e)),t.setAttribute("aria-hidden","true"),t},position:20}),t.push({render(e,t,n,i){let o=document.createElement("span");o.className="cm-completionLabel";let r=e.displayLabel||e.label,s=0;for(let e=0;e<i.length;){let t=i[e++],n=i[e++];t>s&&o.appendChild(document.createTextNode(r.slice(s,t)));let a=o.appendChild(document.createElement("span"));a.appendChild(document.createTextNode(r.slice(t,n))),a.className="cm-completionMatchedText",s=n}return s<r.length&&o.appendChild(document.createTextNode(r.slice(s))),o},position:50},{render(e){if(!e.detail)return null;let t=document.createElement("span");return t.className="cm-completionDetail",t.textContent=e.detail,t},position:80}),t.sort((e,t)=>e.position-t.position).map(e=>e.render)}(s),this.optionClass=s.optionClass,this.tooltipClass=s.tooltipClass,this.range=qT(o.length,r,s.maxRenderedOptions),this.dom=document.createElement("div"),this.dom.className="cm-tooltip-autocomplete",this.updateTooltipClass(e.state),this.dom.addEventListener("mousedown",n=>{let{options:i}=e.state.field(t).open;for(let t,o=n.target;o&&o!=this.dom;o=o.parentNode)if("LI"==o.nodeName&&(t=/-(\d+)$/.exec(o.id))&&+t[1]<i.length)return this.applyCompletion(e,i[+t[1]]),void n.preventDefault()}),this.dom.addEventListener("focusout",t=>{let n=e.state.field(this.stateField,!1);n&&n.tooltip&&e.state.facet(jT).closeOnBlur&&t.relatedTarget!=e.contentDOM&&e.dispatch({effects:$T.of(null)})}),this.showOptions(o,i.id)}mount(){this.updateSel()}showOptions(e,t){this.list&&this.list.remove(),this.list=this.dom.appendChild(this.createListBox(e,t,this.range)),this.list.addEventListener("scroll",()=>{this.info&&this.view.requestMeasure(this.placeInfoReq)})}update(e){var t;let n=e.state.field(this.stateField),i=e.startState.field(this.stateField);if(this.updateTooltipClass(e.state),n!=i){let{options:o,selected:r,disabled:s}=n.open;i.open&&i.open.options==o||(this.range=qT(o.length,r,e.state.facet(jT).maxRenderedOptions),this.showOptions(o,n.id)),this.updateSel(),s!=(null===(t=i.open)||void 0===t?void 0:t.disabled)&&this.dom.classList.toggle("cm-tooltip-autocomplete-disabled",!!s)}}updateTooltipClass(e){let t=this.tooltipClass(e);if(t!=this.currentClass){for(let e of this.currentClass.split(" "))e&&this.dom.classList.remove(e);for(let e of t.split(" "))e&&this.dom.classList.add(e);this.currentClass=t}}positioned(e){this.space=e,this.info&&this.view.requestMeasure(this.placeInfoReq)}updateSel(){let e=this.view.state.field(this.stateField),t=e.open;(t.selected>-1&&t.selected<this.range.from||t.selected>=this.range.to)&&(this.range=qT(t.options.length,t.selected,this.view.state.facet(jT).maxRenderedOptions),this.showOptions(t.options,e.id));let n=this.updateSelectedOption(t.selected);if(n){this.destroyInfo();let{completion:i}=t.options[t.selected],{info:o}=i;if(!o)return;let r="string"==typeof o?document.createTextNode(o):o(i);if(!r)return;"then"in r?r.then(t=>{t&&this.view.state.field(this.stateField,!1)==e&&this.addInfoPane(t,i)}).catch(e=>Gw(this.view.state,e,"completion info")):(this.addInfoPane(r,i),n.setAttribute("aria-describedby",this.info.id))}}addInfoPane(e,t){this.destroyInfo();let n=this.info=document.createElement("div");if(n.className="cm-tooltip cm-completionInfo",n.id="cm-completionInfo-"+Math.floor(65535*Math.random()).toString(16),null!=e.nodeType)n.appendChild(e),this.infoDestroy=null;else{let{dom:t,destroy:i}=e;n.appendChild(t),this.infoDestroy=i||null}this.dom.appendChild(n),this.view.requestMeasure(this.placeInfoReq)}updateSelectedOption(e){let t=null;for(let n=this.list.firstChild,i=this.range.from;n;n=n.nextSibling,i++)"LI"==n.nodeName&&n.id?i==e?n.hasAttribute("aria-selected")||(n.setAttribute("aria-selected","true"),t=n):n.hasAttribute("aria-selected")&&(n.removeAttribute("aria-selected"),n.removeAttribute("aria-describedby")):i--;return t&&function(e,t){let n=e.getBoundingClientRect(),i=t.getBoundingClientRect(),o=n.height/e.offsetHeight;i.top<n.top?e.scrollTop-=(n.top-i.top)/o:i.bottom>n.bottom&&(e.scrollTop+=(i.bottom-n.bottom)/o)}(this.list,t),t}measureInfo(){let e=this.dom.querySelector("[aria-selected]");if(!e||!this.info)return null;let t=this.dom.getBoundingClientRect(),n=this.info.getBoundingClientRect(),i=e.getBoundingClientRect(),o=this.space;if(!o){let e=this.dom.ownerDocument.documentElement;o={left:0,top:0,right:e.clientWidth,bottom:e.clientHeight}}return i.top>Math.min(o.bottom,t.bottom)-10||i.bottom<Math.max(o.top,t.top)+10?null:this.view.state.facet(jT).positionInfo(this.view,t,i,n,o,this.dom)}placeInfo(e){this.info&&(e?(e.style&&(this.info.style.cssText=e.style),this.info.className="cm-tooltip cm-completionInfo "+(e.class||"")):this.info.style.cssText="top: -1e6px")}createListBox(e,t,n){const i=document.createElement("ul");i.id=t,i.setAttribute("role","listbox"),i.setAttribute("aria-expanded","true"),i.setAttribute("aria-label",this.view.state.phrase("Completions")),i.addEventListener("mousedown",e=>{e.target==i&&e.preventDefault()});let o=null;for(let r=n.from;r<n.to;r++){let{completion:s,match:a}=e[r],{section:l}=s;if(l){let e="string"==typeof l?l:l.name;if(e!=o&&(r>n.from||0==n.from))if(o=e,"string"!=typeof l&&l.header)i.appendChild(l.header(l));else{i.appendChild(document.createElement("completion-section")).textContent=e}}const c=i.appendChild(document.createElement("li"));c.id=t+"-"+r,c.setAttribute("role","option");let u=this.optionClass(s);u&&(c.className=u);for(let e of this.optionContent){let t=e(s,this.view.state,this.view,a);t&&c.appendChild(t)}}return n.from&&i.classList.add("cm-completionListIncompleteTop"),n.to<e.length&&i.classList.add("cm-completionListIncompleteBottom"),i}destroyInfo(){this.info&&(this.infoDestroy&&this.infoDestroy(),this.info.remove(),this.info=null)}destroy(){this.destroyInfo()}}function FT(e,t){return n=>new VT(n,e,t)}function zT(e){return 100*(e.boost||0)+(e.apply?10:0)+(e.info?5:0)+(e.type?1:0)}class WT{constructor(e,t,n,i,o,r){this.options=e,this.attrs=t,this.tooltip=n,this.timestamp=i,this.selected=o,this.disabled=r}setSelected(e,t){return e==this.selected||e>=this.options.length?this:new WT(this.options,XT(t,e),this.tooltip,this.timestamp,e,this.disabled)}static build(e,t,n,i,o,r){if(i&&!r&&e.some(e=>e.isPending))return i.setDisabled();let s=function(e,t){let n=[],i=null,o=null,r=e=>{n.push(e);let{section:t}=e.completion;if(t){i||(i=[]);let e="string"==typeof t?t:t.name;i.some(t=>t.name==e)||i.push("string"==typeof t?{name:e}:t)}},s=t.facet(jT);for(let i of e)if(i.hasResult()){let e=i.result.getMatch;if(!1===i.result.filter)for(let t of i.result.options)r(new ET(t,i.source,e?e(t):[],1e9-n.length));else{let n,a=t.sliceDoc(i.from,i.to),l=s.filterStrict?new BT(a):new IT(a);for(let t of i.result.options)if(n=l.match(t.label)){let s=t.displayLabel?e?e(t,n.matched):[]:n.matched,a=n.score+(t.boost||0);if(r(new ET(t,i.source,s,a)),"object"==typeof t.section&&"dynamic"===t.section.rank){let{name:e}=t.section;o||(o=Object.create(null)),o[e]=Math.max(a,o[e]||-1e9)}}}}if(i){let e=Object.create(null),t=0,r=(e,t)=>("dynamic"===e.rank&&"dynamic"===t.rank?o[t.name]-o[e.name]:0)||("number"==typeof e.rank?e.rank:1e9)-("number"==typeof t.rank?t.rank:1e9)||(e.name<t.name?-1:1);for(let n of i.sort(r))t-=1e5,e[n.name]=t;for(let t of n){let{section:n}=t.completion;n&&(t.score+=e["string"==typeof n?n:n.name])}}let a=[],l=null,c=s.compareCompletions;for(let e of n.sort((e,t)=>t.score-e.score||c(e.completion,t.completion))){let t=e.completion;!l||l.label!=t.label||l.detail!=t.detail||null!=l.type&&null!=t.type&&l.type!=t.type||l.apply!=t.apply||l.boost!=t.boost?a.push(e):zT(e.completion)>zT(l)&&(a[a.length-1]=e),l=e.completion}return a}(e,t);if(!s.length)return i&&e.some(e=>e.isPending)?i.setDisabled():null;let a=t.facet(jT).selectOnOpen?0:-1;if(i&&i.selected!=a&&-1!=i.selected){let e=i.options[i.selected].completion;for(let t=0;t<s.length;t++)if(s[t].completion==e){a=t;break}}return new WT(s,XT(n,a),{pos:e.reduce((e,t)=>t.hasResult()?Math.min(e,t.from):e,1e8),create:iR,above:o.aboveCursor},i?i.timestamp:Date.now(),a,!1)}map(e){return new WT(this.options,this.attrs,{...this.tooltip,pos:e.mapPos(this.tooltip.pos)},this.timestamp,this.selected,this.disabled)}setDisabled(){return new WT(this.options,this.attrs,this.tooltip,this.timestamp,this.selected,!0)}}class QT{constructor(e,t,n){this.active=e,this.id=t,this.open=n}static start(){return new QT(KT,"cm-ac-"+Math.floor(2e6*Math.random()).toString(36),null)}update(e){let{state:t}=e,n=t.facet(jT),i=(n.override||t.languageDataAt("autocomplete",ST(t)).map(PT)).map(t=>{let i=this.active.find(e=>e.source==t)||new GT(t,this.active.some(e=>0!=e.state)?1:0);return i.update(e,n)});i.length==this.active.length&&i.every((e,t)=>e==this.active[t])&&(i=this.active);let o=this.open,r=e.effects.some(e=>e.is(JT));o&&e.docChanged&&(o=o.map(e.changes)),e.selection||i.some(t=>t.hasResult()&&e.changes.touchesRange(t.from,t.to))||!function(e,t){if(e==t)return!0;for(let n=0,i=0;;){for(;n<e.length&&!e[n].hasResult();)n++;for(;i<t.length&&!t[i].hasResult();)i++;let o=n==e.length,r=i==t.length;if(o||r)return o==r;if(e[n++].result!=t[i++].result)return!1}}(i,this.active)||r?o=WT.build(i,t,this.id,o,n,r):o&&o.disabled&&!i.some(e=>e.isPending)&&(o=null),!o&&i.every(e=>!e.isPending)&&i.some(e=>e.hasResult())&&(i=i.map(e=>e.hasResult()?new GT(e.source,0):e));for(let t of e.effects)t.is(eR)&&(o=o&&o.setSelected(t.value,this.id));return i==this.active&&o==this.open?this:new QT(i,this.id,o)}get tooltip(){return this.open?this.open.tooltip:null}get attrs(){return this.open?this.open.attrs:this.active.length?HT:UT}}const HT={"aria-autocomplete":"list"},UT={};function XT(e,t){let n={"aria-autocomplete":"list","aria-haspopup":"listbox","aria-controls":e};return t>-1&&(n["aria-activedescendant"]=e+"-"+t),n}const KT=[];function YT(e,t){if(e.isUserEvent("input.complete")){let n=e.annotation(RT);if(n&&t.activateOnCompletion(n))return 12}let n=e.isUserEvent("input.type");return n&&t.activateOnTyping?5:n?1:e.isUserEvent("delete.backward")?2:e.selection?8:e.docChanged?16:0}class GT{constructor(e,t,n=!1){this.source=e,this.state=t,this.explicit=n}hasResult(){return!1}get isPending(){return 1==this.state}update(e,t){let n=YT(e,t),i=this;(8&n||16&n&&this.touches(e))&&(i=new GT(i.source,0)),4&n&&0==i.state&&(i=new GT(this.source,1)),i=i.updateFor(e,n);for(let t of e.effects)if(t.is(DT))i=new GT(i.source,1,t.value);else if(t.is($T))i=new GT(i.source,0);else if(t.is(JT))for(let e of t.value)e.source==i.source&&(i=e);return i}updateFor(e,t){return this.map(e.changes)}map(e){return this}touches(e){return e.changes.touchesRange(ST(e.state))}}class ZT extends GT{constructor(e,t,n,i,o,r){super(e,3,t),this.limit=n,this.result=i,this.from=o,this.to=r}hasResult(){return!0}updateFor(e,t){var n;if(!(3&t))return this.map(e.changes);let i=this.result;i.map&&!e.changes.empty&&(i=i.map(i,e.changes));let o=e.changes.mapPos(this.from),r=e.changes.mapPos(this.to,1),s=ST(e.state);if(s>r||!i||2&t&&(ST(e.startState)==this.from||s<this.limit))return new GT(this.source,4&t?1:0);let a=e.changes.mapPos(this.limit);return function(e,t,n,i){if(!e)return!1;let o=t.sliceDoc(n,i);return"function"==typeof e?e(o,n,i,t):TT(e,!0).test(o)}(i.validFor,e.state,o,r)?new ZT(this.source,this.explicit,a,i,o,r):i.update&&(i=i.update(i,o,r,new CT(e.state,s,!1)))?new ZT(this.source,this.explicit,a,i,i.from,null!==(n=i.to)&&void 0!==n?n:ST(e.state)):new GT(this.source,1,this.explicit)}map(e){if(e.empty)return this;return(this.result.map?this.result.map(this.result,e):this.result)?new ZT(this.source,this.explicit,e.mapPos(this.limit),this.result,e.mapPos(this.from),e.mapPos(this.to,1)):new GT(this.source,0)}touches(e){return e.changes.touchesRange(this.from,this.to)}}const JT=Ab.define({map:(e,t)=>e.map(e=>e.map(t))}),eR=Ab.define(),tR=lb.define({create:()=>QT.start(),update:(e,t)=>e.update(t),provide:e=>[GO.from(e,e=>e.tooltip),SO.contentAttributes.from(e,e=>e.attrs)]});function nR(e,t){const n=t.completion.apply||t.completion.label;let i=e.state.field(tR).active.find(e=>e.source==t.source);return i instanceof ZT&&("string"==typeof n?e.dispatch({...MT(e.state,n,i.from,i.to),annotations:RT.of(t.completion)}):n(e,t.completion,i.from,i.to),!0)}const iR=FT(tR,nR);function oR(e,t="option"){return n=>{let i=n.state.field(tR,!1);if(!i||!i.open||i.open.disabled||Date.now()-i.open.timestamp<n.state.facet(jT).interactionDelay)return!1;let o,r=1;"page"==t&&(o=oE(n,i.open.tooltip))&&(r=Math.max(2,Math.floor(o.dom.offsetHeight/o.dom.querySelector("li").offsetHeight)-1));let{length:s}=i.open.options,a=i.open.selected>-1?i.open.selected+r*(e?1:-1):e?0:s-1;return a<0?a="page"==t?0:s-1:a>=s&&(a="page"==t?s-1:0),n.dispatch({effects:eR.of(a)}),!0}}const rR=e=>!!e.state.field(tR,!1)&&(e.dispatch({effects:DT.of(!0)}),!0);class sR{constructor(e,t){this.active=e,this.context=t,this.time=Date.now(),this.updates=[],this.done=void 0}}const aR=tC.fromClass(class{constructor(e){this.view=e,this.debounceUpdate=-1,this.running=[],this.debounceAccept=-1,this.pendingStart=!1,this.composing=0;for(let t of e.state.field(tR).active)t.isPending&&this.startQuery(t)}update(e){let t=e.state.field(tR),n=e.state.facet(jT);if(!e.selectionSet&&!e.docChanged&&e.startState.field(tR)==t)return;let i=e.transactions.some(e=>{let t=YT(e,n);return 8&t||(e.selection||e.docChanged)&&!(3&t)});for(let t=0;t<this.running.length;t++){let n=this.running[t];if(i||n.context.abortOnDocChange&&e.docChanged||n.updates.length+e.transactions.length>50&&Date.now()-n.time>1e3){for(let e of n.context.abortListeners)try{e()}catch(e){Gw(this.view.state,e)}n.context.abortListeners=null,this.running.splice(t--,1)}else n.updates.push(...e.transactions)}this.debounceUpdate>-1&&clearTimeout(this.debounceUpdate),e.transactions.some(e=>e.effects.some(e=>e.is(DT)))&&(this.pendingStart=!0);let o=this.pendingStart?50:n.activateOnTypingDelay;if(this.debounceUpdate=t.active.some(e=>e.isPending&&!this.running.some(t=>t.active.source==e.source))?setTimeout(()=>this.startUpdate(),o):-1,0!=this.composing)for(let t of e.transactions)t.isUserEvent("input.type")?this.composing=2:2==this.composing&&t.selection&&(this.composing=3)}startUpdate(){this.debounceUpdate=-1,this.pendingStart=!1;let{state:e}=this.view,t=e.field(tR);for(let e of t.active)e.isPending&&!this.running.some(t=>t.active.source==e.source)&&this.startQuery(e);this.running.length&&t.open&&t.open.disabled&&(this.debounceAccept=setTimeout(()=>this.accept(),this.view.state.facet(jT).updateSyncTime))}startQuery(e){let{state:t}=this.view,n=ST(t),i=new CT(t,n,e.explicit,this.view),o=new sR(e,i);this.running.push(o),Promise.resolve(e.source(i)).then(e=>{o.context.aborted||(o.done=e||null,this.scheduleAccept())},e=>{this.view.dispatch({effects:$T.of(null)}),Gw(this.view.state,e)})}scheduleAccept(){this.running.every(e=>void 0!==e.done)?this.accept():this.debounceAccept<0&&(this.debounceAccept=setTimeout(()=>this.accept(),this.view.state.facet(jT).updateSyncTime))}accept(){var e;this.debounceAccept>-1&&clearTimeout(this.debounceAccept),this.debounceAccept=-1;let t=[],n=this.view.state.facet(jT),i=this.view.state.field(tR);for(let o=0;o<this.running.length;o++){let r=this.running[o];if(void 0===r.done)continue;if(this.running.splice(o--,1),r.done){let i=ST(r.updates.length?r.updates[0].startState:this.view.state),o=Math.min(i,r.done.from+(r.active.explicit?0:1)),s=new ZT(r.active.source,r.active.explicit,o,r.done,r.done.from,null!==(e=r.done.to)&&void 0!==e?e:i);for(let e of r.updates)s=s.update(e,n);if(s.hasResult()){t.push(s);continue}}let s=i.active.find(e=>e.source==r.active.source);if(s&&s.isPending)if(null==r.done){let e=new GT(r.active.source,0);for(let t of r.updates)e=e.update(t,n);e.isPending||t.push(e)}else this.startQuery(s)}(t.length||i.open&&i.open.disabled)&&this.view.dispatch({effects:JT.of(t)})}},{eventHandlers:{blur(e){let t=this.view.state.field(tR,!1);if(t&&t.tooltip&&this.view.state.facet(jT).closeOnBlur){let n=t.open&&oE(this.view,t.open.tooltip);n&&n.dom.contains(e.relatedTarget)||setTimeout(()=>this.view.dispatch({effects:$T.of(null)}),10)}},compositionstart(){this.composing=1},compositionend(){3==this.composing&&setTimeout(()=>this.view.dispatch({effects:DT.of(!1)}),20),this.composing=0}}}),lR="object"==typeof navigator&&/Win/.test(navigator.platform),cR=fb.highest(SO.domEventHandlers({keydown(e,t){let n=t.state.field(tR,!1);if(!n||!n.open||n.open.disabled||n.open.selected<0||e.key.length>1||e.ctrlKey&&(!lR||!e.altKey)||e.metaKey)return!1;let i=n.open.options[n.open.selected],o=n.active.find(e=>e.source==i.source),r=i.completion.commitCharacters||o.result.commitCharacters;return r&&r.indexOf(e.key)>-1&&nR(t,i),!1}})),uR=SO.baseTheme({".cm-tooltip.cm-tooltip-autocomplete":{"& > ul":{fontFamily:"monospace",whiteSpace:"nowrap",overflow:"hidden auto",maxWidth_fallback:"700px",maxWidth:"min(700px, 95vw)",minWidth:"250px",maxHeight:"10em",height:"100%",listStyle:"none",margin:0,padding:0,"& > li, & > completion-section":{padding:"1px 3px",lineHeight:1.2},"& > li":{overflowX:"hidden",textOverflow:"ellipsis",cursor:"pointer"},"& > completion-section":{display:"list-item",borderBottom:"1px solid silver",paddingLeft:"0.5em",opacity:.7}}},"&light .cm-tooltip-autocomplete ul li[aria-selected]":{background:"#17c",color:"white"},"&light .cm-tooltip-autocomplete-disabled ul li[aria-selected]":{background:"#777"},"&dark .cm-tooltip-autocomplete ul li[aria-selected]":{background:"#347",color:"white"},"&dark .cm-tooltip-autocomplete-disabled ul li[aria-selected]":{background:"#444"},".cm-completionListIncompleteTop:before, .cm-completionListIncompleteBottom:after":{content:'"···"',opacity:.5,display:"block",textAlign:"center"},".cm-tooltip.cm-completionInfo":{position:"absolute",padding:"3px 9px",width:"max-content",maxWidth:"400px",boxSizing:"border-box",whiteSpace:"pre-line"},".cm-completionInfo.cm-completionInfo-left":{right:"100%"},".cm-completionInfo.cm-completionInfo-right":{left:"100%"},".cm-completionInfo.cm-completionInfo-left-narrow":{right:"30px"},".cm-completionInfo.cm-completionInfo-right-narrow":{left:"30px"},"&light .cm-snippetField":{backgroundColor:"#00000022"},"&dark .cm-snippetField":{backgroundColor:"#ffffff22"},".cm-snippetFieldPosition":{verticalAlign:"text-top",width:0,height:"1.15em",display:"inline-block",margin:"0 -0.7px -.7em",borderLeft:"1.4px dotted #888"},".cm-completionMatchedText":{textDecoration:"underline"},".cm-completionDetail":{marginLeft:"0.5em",fontStyle:"italic"},".cm-completionIcon":{fontSize:"90%",width:".8em",display:"inline-block",textAlign:"center",paddingRight:".6em",opacity:"0.6",boxSizing:"content-box"},".cm-completionIcon-function, .cm-completionIcon-method":{"&:after":{content:"'ƒ'"}},".cm-completionIcon-class":{"&:after":{content:"'○'"}},".cm-completionIcon-interface":{"&:after":{content:"'◌'"}},".cm-completionIcon-variable":{"&:after":{content:"''"}},".cm-completionIcon-constant":{"&:after":{content:"''"}},".cm-completionIcon-type":{"&:after":{content:"''"}},".cm-completionIcon-enum":{"&:after":{content:"'∪'"}},".cm-completionIcon-property":{"&:after":{content:"'□'"}},".cm-completionIcon-keyword":{"&:after":{content:"'︎'"}},".cm-completionIcon-namespace":{"&:after":{content:"'▢'"}},".cm-completionIcon-text":{"&:after":{content:"'abc'",fontSize:"50%",verticalAlign:"middle"}}});class hR{constructor(e,t,n,i){this.field=e,this.line=t,this.from=n,this.to=i}}class dR{constructor(e,t,n){this.field=e,this.from=t,this.to=n}map(e){let t=e.mapPos(this.from,-1,Fx.TrackDel),n=e.mapPos(this.to,1,Fx.TrackDel);return null==t||null==n?null:new dR(this.field,t,n)}}class pR{constructor(e,t){this.lines=e,this.fieldPositions=t}instantiate(e,t){let n=[],i=[t],o=e.doc.lineAt(t),r=/^\s*/.exec(o.text)[0];for(let o of this.lines){if(n.length){let n=r,s=/^\t*/.exec(o)[0].length;for(let t=0;t<s;t++)n+=e.facet($S);i.push(t+n.length-s),o=n+o.slice(s)}n.push(o),t+=o.length+1}let s=this.fieldPositions.map(e=>new dR(e.field,i[e.line]+e.from,i[e.line]+e.to));return{text:n,ranges:s}}static parse(e){let t,n=[],i=[],o=[];for(let r of e.split(/\r\n?|\n/)){for(;t=/[#$]\{(?:(\d+)(?::([^{}]*))?|((?:\\[{}]|[^{}])*))\}/.exec(r);){let e=t[1]?+t[1]:null,s=t[2]||t[3]||"",a=-1,l=s.replace(/\\[{}]/g,e=>e[1]);for(let t=0;t<n.length;t++)(null!=e?n[t].seq==e:l&&n[t].name==l)&&(a=t);if(a<0){let t=0;for(;t<n.length&&(null==e||null!=n[t].seq&&n[t].seq<e);)t++;n.splice(t,0,{seq:e,name:l}),a=t;for(let e of o)e.field>=a&&e.field++}for(let e of o)if(e.line==i.length&&e.from>t.index){let n=t[2]?3+(t[1]||"").length:2;e.from-=n,e.to-=n}o.push(new hR(a,i.length,t.index,t.index+l.length)),r=r.slice(0,t.index)+s+r.slice(t.index+t[0].length)}r=r.replace(/\\([{}])/g,(e,t,n)=>{for(let e of o)e.line==i.length&&e.from>n&&(e.from--,e.to--);return t}),i.push(r)}return new pR(i,o)}}let fR=F_.widget({widget:new class extends q_{toDOM(){let e=document.createElement("span");return e.className="cm-snippetFieldPosition",e}ignoreEvent(){return!1}}}),gR=F_.mark({class:"cm-snippetField"});class mR{constructor(e,t){this.ranges=e,this.active=t,this.deco=F_.set(e.map(e=>(e.from==e.to?fR:gR).range(e.from,e.to)),!0)}map(e){let t=[];for(let n of this.ranges){let i=n.map(e);if(!i)return null;t.push(i)}return new mR(t,this.active)}selectionInsideField(e){return e.ranges.every(e=>this.ranges.some(t=>t.field==this.active&&t.from<=e.from&&t.to>=e.to))}}const vR=Ab.define({map:(e,t)=>e&&e.map(t)}),yR=Ab.define(),xR=lb.define({create:()=>null,update(e,t){for(let n of t.effects){if(n.is(vR))return n.value;if(n.is(yR)&&e)return new mR(e.ranges,n.value)}return e&&t.docChanged&&(e=e.map(t.changes)),e&&t.selection&&!e.selectionInsideField(t.selection)&&(e=null),e},provide:e=>SO.decorations.from(e,e=>e?e.deco:F_.none)});function bR(e,t){return Zx.create(e.filter(e=>e.field==t).map(e=>Zx.range(e.from,e.to)))}function _R(e){let t=pR.parse(e);return(e,n,i,o)=>{let{text:r,ranges:s}=t.instantiate(e.state,i),{main:a}=e.state.selection,l={changes:{from:i,to:o==a.from?a.to:o,insert:Sx.of(r)},scrollIntoView:!0,annotations:n?[RT.of(n),Pb.userEvent.of("input.complete")]:void 0};if(s.length&&(l.selection=bR(s,0)),s.some(e=>e.field>0)){let t=new mR(s,0),n=l.effects=[vR.of(t)];void 0===e.state.field(xR,!1)&&n.push(Ab.appendConfig.of([xR,OR,SR,uR]))}e.dispatch(e.state.update(l))}}function wR(e){return({state:t,dispatch:n})=>{let i=t.field(xR,!1);if(!i||e<0&&0==i.active)return!1;let o=i.active+e,r=e>0&&!i.ranges.some(t=>t.field==o+e);return n(t.update({selection:bR(i.ranges,o),effects:vR.of(r?null:new mR(i.ranges,o)),scrollIntoView:!0})),!0}}const CR=[{key:"Tab",run:wR(1),shift:wR(-1)},{key:"Escape",run:({state:e,dispatch:t})=>!!e.field(xR,!1)&&(t(e.update({effects:vR.of(null)})),!0)}],kR=tb.define({combine:e=>e.length?e[0]:CR}),OR=fb.highest(IO.compute([kR],e=>e.facet(kR)));function ER(e,t){return{...t,apply:_R(e)}}const SR=SO.domEventHandlers({mousedown(e,t){let n,i=t.state.field(xR,!1);if(!i||null==(n=t.posAtCoords({x:e.clientX,y:e.clientY})))return!1;let o=i.ranges.find(e=>e.from<=n&&e.to>=n);return!(!o||o.field==i.active)&&(t.dispatch({selection:bR(i.ranges,o.field),effects:vR.of(i.ranges.some(e=>e.field>o.field)?new mR(i.ranges,o.field):null),scrollIntoView:!0}),!0)}}),TR={brackets:["(","[","{","'",'"'],before:")]}:;>",stringPrefixes:[]},RR=Ab.define({map(e,t){let n=t.mapPos(e,-1,Fx.TrackAfter);return null==n?void 0:n}}),MR=new class extends Qb{};MR.startSide=1,MR.endSide=-1;const AR=lb.define({create:()=>Yb.empty,update(e,t){if(e=e.map(t.changes),t.selection){let n=t.state.doc.lineAt(t.selection.main.head);e=e.update({filter:e=>e>=n.from&&e<=n.to})}for(let n of t.effects)n.is(RR)&&(e=e.update({add:[MR.range(n.value,n.value+1)]}));return e}});const PR="()[]{}<>«»»«[]{}";function DR(e){for(let t=0;t<16;t+=2)if(PR.charCodeAt(t)==e)return PR.charAt(t+1);return Nx(e<128?e:e+1)}const $R="object"==typeof navigator&&/Android\b/.test(navigator.userAgent),IR=SO.inputHandler.of((e,t,n,i)=>{if(($R?e.composing:e.compositionStarted)||e.state.readOnly)return!1;let o=e.state.selection.main;if(i.length>2||2==i.length&&1==qx(Lx(i,0))||t!=o.from||n!=o.to)return!1;let r=function(e,t){let n=function(e,t){return e.languageDataAt("closeBrackets",t)[0]||TR}(e,e.selection.main.head),i=n.brackets||TR.brackets;for(let o of i){let r=DR(Lx(o,0));if(t==o)return r==o?qR(e,o,i.indexOf(o+o+o)>-1,n):LR(e,o,r,n.before||TR.before);if(t==r&&BR(e,e.selection.main.from))return NR(e,o,r)}return null}(e.state,i);return!!r&&(e.dispatch(r),!0)});function BR(e,t){let n=!1;return e.field(AR).between(0,e.doc.length,e=>{e==t&&(n=!0)}),n}function jR(e,t){let n=e.sliceString(t,t+2);return n.slice(0,qx(Lx(n,0)))}function LR(e,t,n,i){let o=null,r=e.changeByRange(r=>{if(!r.empty)return{changes:[{insert:t,from:r.from},{insert:n,from:r.to}],effects:RR.of(r.to+t.length),range:Zx.range(r.anchor+t.length,r.head+t.length)};let s=jR(e.doc,r.head);return!s||/\s/.test(s)||i.indexOf(s)>-1?{changes:{insert:t+n,from:r.head},effects:RR.of(r.head+t.length),range:Zx.cursor(r.head+t.length)}:{range:o=r}});return o?null:e.update(r,{scrollIntoView:!0,userEvent:"input.type"})}function NR(e,t,n){let i=null,o=e.changeByRange(t=>t.empty&&jR(e.doc,t.head)==n?{changes:{from:t.head,to:t.head+n.length,insert:n},range:Zx.cursor(t.head+n.length)}:i={range:t});return i?null:e.update(o,{scrollIntoView:!0,userEvent:"input.type"})}function qR(e,t,n,i){let o=i.stringPrefixes||TR.stringPrefixes,r=null,s=e.changeByRange(i=>{if(!i.empty)return{changes:[{insert:t,from:i.from},{insert:t,from:i.to}],effects:RR.of(i.to+t.length),range:Zx.range(i.anchor+t.length,i.head+t.length)};let s,a=i.head,l=jR(e.doc,a);if(l==t){if(VR(e,a))return{changes:{insert:t+t,from:a},effects:RR.of(a+t.length),range:Zx.cursor(a+t.length)};if(BR(e,a)){let i=n&&e.sliceDoc(a,a+3*t.length)==t+t+t?t+t+t:t;return{changes:{from:a,to:a+i.length,insert:i},range:Zx.cursor(a+i.length)}}}else{if(n&&e.sliceDoc(a-2*t.length,a)==t+t&&(s=FR(e,a-2*t.length,o))>-1&&VR(e,s))return{changes:{insert:t+t+t+t,from:a},effects:RR.of(a+t.length),range:Zx.cursor(a+t.length)};if(e.charCategorizer(a)(l)!=Nb.Word&&FR(e,a,o)>-1&&!function(e,t,n,i){let o=wS(e).resolveInner(t,-1),r=i.reduce((e,t)=>Math.max(e,t.length),0);for(let s=0;s<5;s++){let s=e.sliceDoc(o.from,Math.min(o.to,o.from+n.length+r)),a=s.indexOf(n);if(!a||a>-1&&i.indexOf(s.slice(0,a))>-1){let t=o.firstChild;for(;t&&t.from==o.from&&t.to-t.from>n.length+a;){if(e.sliceDoc(t.to-n.length,t.to)==n)return!1;t=t.firstChild}return!0}let l=o.to==t&&o.parent;if(!l)break;o=l}return!1}(e,a,t,o))return{changes:{insert:t+t,from:a},effects:RR.of(a+t.length),range:Zx.cursor(a+t.length)}}return{range:r=i}});return r?null:e.update(s,{scrollIntoView:!0,userEvent:"input.type"})}function VR(e,t){let n=wS(e).resolveInner(t+1);return n.parent&&n.from==t}function FR(e,t,n){let i=e.charCategorizer(t);if(i(e.sliceDoc(t-1,t))!=Nb.Word)return t;for(let o of n){let n=t-o.length;if(e.sliceDoc(n,t)==o&&i(e.sliceDoc(n-1,n))!=Nb.Word)return n}return-1}function zR(e={}){return[cR,tR,jT.of(e),aR,QR,uR]}const WR=[{key:"Ctrl-Space",run:rR},{mac:"Alt-`",run:rR},{mac:"Alt-i",run:rR},{key:"Escape",run:e=>{let t=e.state.field(tR,!1);return!(!t||!t.active.some(e=>0!=e.state))&&(e.dispatch({effects:$T.of(null)}),!0)}},{key:"ArrowDown",run:oR(!0)},{key:"ArrowUp",run:oR(!1)},{key:"PageDown",run:oR(!0,"page")},{key:"PageUp",run:oR(!1,"page")},{key:"Enter",run:e=>{let t=e.state.field(tR,!1);return!(e.state.readOnly||!t||!t.open||t.open.selected<0||t.open.disabled||Date.now()-t.open.timestamp<e.state.facet(jT).interactionDelay)&&nR(e,t.open.options[t.open.selected])}}],QR=fb.highest(IO.computeN([jT],e=>e.facet(jT).defaultKeymap?[WR]:[]));function HR(e,t){return({state:n,dispatch:i})=>{if(n.readOnly)return!1;let o=e(t,n);return!!o&&(i(n.update(o)),!0)}}const UR=HR(JR,0),XR=HR(ZR,0),KR=HR((e,t)=>ZR(e,t,function(e){let t=[];for(let n of e.selection.ranges){let i=e.doc.lineAt(n.from),o=n.to<=i.to?i:e.doc.lineAt(n.to);o.from>i.from&&o.from==n.to&&(o=n.to==i.to+1?i:e.doc.lineAt(n.to-1));let r=t.length-1;r>=0&&t[r].to>i.from?t[r].to=o.to:t.push({from:i.from+/^\s*/.exec(i.text)[0].length,to:o.to})}return t}(t)),0);function YR(e,t){let n=e.languageDataAt("commentTokens",t,1);return n.length?n[0]:{}}const GR=50;function ZR(e,t,n=t.selection.ranges){let i=n.map(e=>YR(t,e.from).block);if(!i.every(e=>e))return null;let o=n.map((e,n)=>function(e,{open:t,close:n},i,o){let r,s,a=e.sliceDoc(i-GR,i),l=e.sliceDoc(o,o+GR),c=/\s*$/.exec(a)[0].length,u=/^\s*/.exec(l)[0].length,h=a.length-c;if(a.slice(h-t.length,h)==t&&l.slice(u,u+n.length)==n)return{open:{pos:i-c,margin:c&&1},close:{pos:o+u,margin:u&&1}};o-i<=2*GR?r=s=e.sliceDoc(i,o):(r=e.sliceDoc(i,i+GR),s=e.sliceDoc(o-GR,o));let d=/^\s*/.exec(r)[0].length,p=/\s*$/.exec(s)[0].length,f=s.length-p-n.length;return r.slice(d,d+t.length)==t&&s.slice(f,f+n.length)==n?{open:{pos:i+d+t.length,margin:/\s/.test(r.charAt(d+t.length))?1:0},close:{pos:o-p-n.length,margin:/\s/.test(s.charAt(f-1))?1:0}}:null}(t,i[n],e.from,e.to));if(2!=e&&!o.every(e=>e))return{changes:t.changes(n.map((e,t)=>o[t]?[]:[{from:e.from,insert:i[t].open+" "},{from:e.to,insert:" "+i[t].close}]))};if(1!=e&&o.some(e=>e)){let e=[];for(let t,n=0;n<o.length;n++)if(t=o[n]){let o=i[n],{open:r,close:s}=t;e.push({from:r.pos-o.open.length,to:r.pos+r.margin},{from:s.pos-s.margin,to:s.pos+o.close.length})}return{changes:e}}return null}function JR(e,t,n=t.selection.ranges){let i=[],o=-1;e:for(let{from:e,to:r}of n){let n,s=i.length,a=1e9;for(let s=e;s<=r;){let l=t.doc.lineAt(s);if(null==n&&(n=YR(t,l.from).line,!n))continue e;if(l.from>o&&(e==r||r>l.from)){o=l.from;let e=/^\s*/.exec(l.text)[0].length,t=e==l.length,r=l.text.slice(e,e+n.length)==n?e:-1;e<l.text.length&&e<a&&(a=e),i.push({line:l,comment:r,token:n,indent:e,empty:t,single:!1})}s=l.to+1}if(a<1e9)for(let e=s;e<i.length;e++)i[e].indent<i[e].line.text.length&&(i[e].indent=a);i.length==s+1&&(i[s].single=!0)}if(2!=e&&i.some(e=>e.comment<0&&(!e.empty||e.single))){let e=[];for(let{line:t,token:n,indent:o,empty:r,single:s}of i)!s&&r||e.push({from:t.from+o,insert:n+" "});let n=t.changes(e);return{changes:n,selection:t.selection.map(n,1)}}if(1!=e&&i.some(e=>e.comment>=0)){let e=[];for(let{line:t,comment:n,token:o}of i)if(n>=0){let i=t.from+n,r=i+o.length;" "==t.text[r-t.from]&&r++,e.push({from:i,to:r})}return{changes:e}}return null}function eM(e,t){return Zx.create(e.ranges.map(t),e.mainIndex)}function tM(e,t){return e.update({selection:t,scrollIntoView:!0,userEvent:"select"})}function nM({state:e,dispatch:t},n){let i=eM(e.selection,n);return!i.eq(e.selection,!0)&&(t(tM(e,i)),!0)}function iM(e,t){return Zx.cursor(t?e.to:e.from)}function oM(e,t){return nM(e,n=>n.empty?e.moveByChar(n,t):iM(n,t))}function rM(e){return e.textDirectionAt(e.state.selection.main.head)==vw.LTR}const sM=e=>oM(e,!rM(e)),aM=e=>oM(e,rM(e));function lM(e,t){return nM(e,n=>n.empty?e.moveByGroup(n,t):iM(n,t))}function cM(e,t,n){if(t.type.prop(n))return!0;let i=t.to-t.from;return i&&(i>2||/[^\s,.;:]/.test(e.sliceDoc(t.from,t.to)))||t.firstChild}function uM(e,t,n){let i,o,r=wS(e).resolveInner(t.head),s=n?gE.closedBy:gE.openedBy;for(let i=t.head;;){let t=n?r.childAfter(i):r.childBefore(i);if(!t)break;cM(e,t,s)?r=t:i=n?t.to:t.from}return o=r.type.prop(s)&&(i=n?fT(e,r.from,1):fT(e,r.to,-1))&&i.matched?n?i.end.to:i.end.from:n?r.to:r.from,Zx.cursor(o,n?-1:1)}function hM(e,t){return nM(e,n=>{if(!n.empty)return iM(n,t);let i=e.moveVertically(n,t);return i.head!=n.head?i:e.moveToLineBoundary(n,t)})}const dM=e=>hM(e,!1),pM=e=>hM(e,!0);function fM(e){let t,n=e.scrollDOM.clientHeight<e.scrollDOM.scrollHeight-2,i=0,o=0;if(n){for(let t of e.state.facet(SO.scrollMargins)){let n=t(e);(null==n?void 0:n.top)&&(i=Math.max(null==n?void 0:n.top,i)),(null==n?void 0:n.bottom)&&(o=Math.max(null==n?void 0:n.bottom,o))}t=e.scrollDOM.clientHeight-i-o}else t=(e.dom.ownerDocument.defaultView||window).innerHeight;return{marginTop:i,marginBottom:o,selfScroll:n,height:Math.max(e.defaultLineHeight,t-5)}}function gM(e,t){let n,i=fM(e),{state:o}=e,r=eM(o.selection,n=>n.empty?e.moveVertically(n,t,i.height):iM(n,t));if(r.eq(o.selection))return!1;if(i.selfScroll){let t=e.coordsAtPos(o.selection.main.head),s=e.scrollDOM.getBoundingClientRect(),a=s.top+i.marginTop,l=s.bottom-i.marginBottom;t&&t.top>a&&t.bottom<l&&(n=SO.scrollIntoView(r.main.head,{y:"start",yMargin:t.top-a}))}return e.dispatch(tM(o,r),{effects:n}),!0}const mM=e=>gM(e,!1),vM=e=>gM(e,!0);function yM(e,t,n){let i=e.lineBlockAt(t.head),o=e.moveToLineBoundary(t,n);if(o.head==t.head&&o.head!=(n?i.to:i.from)&&(o=e.moveToLineBoundary(t,n,!1)),!n&&o.head==i.from&&i.length){let n=/^\s*/.exec(e.state.sliceDoc(i.from,Math.min(i.from+100,i.to)))[0].length;n&&t.head!=i.from+n&&(o=Zx.cursor(i.from+n))}return o}function xM(e,t){let n=eM(e.state.selection,e=>{let n=t(e);return Zx.range(e.anchor,n.head,n.goalColumn,n.bidiLevel||void 0)});return!n.eq(e.state.selection)&&(e.dispatch(tM(e.state,n)),!0)}function bM(e,t){return xM(e,n=>e.moveByChar(n,t))}const _M=e=>bM(e,!rM(e)),wM=e=>bM(e,rM(e));function CM(e,t){return xM(e,n=>e.moveByGroup(n,t))}function kM(e,t){return xM(e,n=>e.moveVertically(n,t))}const OM=e=>kM(e,!1),EM=e=>kM(e,!0);function SM(e,t){return xM(e,n=>e.moveVertically(n,t,fM(e).height))}const TM=e=>SM(e,!1),RM=e=>SM(e,!0),MM=({state:e,dispatch:t})=>(t(tM(e,{anchor:0})),!0),AM=({state:e,dispatch:t})=>(t(tM(e,{anchor:e.doc.length})),!0),PM=({state:e,dispatch:t})=>(t(tM(e,{anchor:e.selection.main.anchor,head:0})),!0),DM=({state:e,dispatch:t})=>(t(tM(e,{anchor:e.selection.main.anchor,head:e.doc.length})),!0);function $M(e,t){let{state:n}=e,i=n.selection,o=n.selection.ranges.slice();for(let i of n.selection.ranges){let r=n.doc.lineAt(i.head);if(t?r.to<e.state.doc.length:r.from>0)for(let n=i;;){let i=e.moveVertically(n,t);if(i.head<r.from||i.head>r.to){o.some(e=>e.head==i.head)||o.push(i);break}if(i.head==n.head)break;n=i}}return o.length!=i.ranges.length&&(e.dispatch(tM(n,Zx.create(o,o.length-1))),!0)}function IM(e,t){if(e.state.readOnly)return!1;let n="delete.selection",{state:i}=e,o=i.changeByRange(i=>{let{from:o,to:r}=i;if(o==r){let s=t(i);s<o?(n="delete.backward",s=BM(e,s,!1)):s>o&&(n="delete.forward",s=BM(e,s,!0)),o=Math.min(o,s),r=Math.max(r,s)}else o=BM(e,o,!1),r=BM(e,r,!0);return o==r?{range:i}:{changes:{from:o,to:r},range:Zx.cursor(o,o<i.head?-1:1)}});return!o.changes.empty&&(e.dispatch(i.update(o,{scrollIntoView:!0,userEvent:n,effects:"delete.selection"==n?SO.announce.of(i.phrase("Selection deleted")):void 0})),!0)}function BM(e,t,n){if(e instanceof SO)for(let i of e.state.facet(SO.atomicRanges).map(t=>t(e)))i.between(t,t,(e,i)=>{e<t&&i>t&&(t=n?i:e)});return t}const jM=(e,t,n)=>IM(e,i=>{let o,r,s=i.from,{state:a}=e,l=a.doc.lineAt(s);if(n&&!t&&s>l.from&&s<l.from+200&&!/[^ \t]/.test(o=l.text.slice(0,s-l.from))){if("\t"==o[o.length-1])return s-1;let e=l_(o,a.tabSize)%IS(a)||IS(a);for(let t=0;t<e&&" "==o[o.length-1-t];t++)s--;r=s}else r=jx(l.text,s-l.from,t,t)+l.from,r==s&&l.number!=(t?a.doc.lines:1)?r+=t?1:-1:!t&&/[\ufe00-\ufe0f]/.test(l.text.slice(r-l.from,s-l.from))&&(r=jx(l.text,r-l.from,!1,!1)+l.from);return r}),LM=e=>jM(e,!1,!0),NM=e=>jM(e,!0,!1),qM=(e,t)=>IM(e,n=>{let i=n.head,{state:o}=e,r=o.doc.lineAt(i),s=o.charCategorizer(i);for(let e=null;;){if(i==(t?r.to:r.from)){i==n.head&&r.number!=(t?o.doc.lines:1)&&(i+=t?1:-1);break}let a=jx(r.text,i-r.from,t)+r.from,l=r.text.slice(Math.min(i,a)-r.from,Math.max(i,a)-r.from),c=s(l);if(null!=e&&c!=e)break;" "==l&&i==n.head||(e=c),i=a}return i}),VM=e=>qM(e,!1);function FM(e){let t=[],n=-1;for(let i of e.selection.ranges){let o=e.doc.lineAt(i.from),r=e.doc.lineAt(i.to);if(i.empty||i.to!=r.from||(r=e.doc.lineAt(i.to-1)),n>=o.number){let e=t[t.length-1];e.to=r.to,e.ranges.push(i)}else t.push({from:o.from,to:r.to,ranges:[i]});n=r.number+1}return t}function zM(e,t,n){if(e.readOnly)return!1;let i=[],o=[];for(let t of FM(e)){if(n?t.to==e.doc.length:0==t.from)continue;let r=e.doc.lineAt(n?t.to+1:t.from-1),s=r.length+1;if(n){i.push({from:t.to,to:r.to},{from:t.from,insert:r.text+e.lineBreak});for(let n of t.ranges)o.push(Zx.range(Math.min(e.doc.length,n.anchor+s),Math.min(e.doc.length,n.head+s)))}else{i.push({from:r.from,to:t.from},{from:t.to,insert:e.lineBreak+r.text});for(let e of t.ranges)o.push(Zx.range(e.anchor-s,e.head-s))}}return!!i.length&&(t(e.update({changes:i,scrollIntoView:!0,selection:Zx.create(o,e.selection.mainIndex),userEvent:"move.line"})),!0)}function WM(e,t,n){if(e.readOnly)return!1;let i=[];for(let t of FM(e))n?i.push({from:t.from,insert:e.doc.slice(t.from,t.to)+e.lineBreak}):i.push({from:t.to,insert:e.lineBreak+e.doc.slice(t.from,t.to)});let o=e.changes(i);return t(e.update({changes:o,selection:e.selection.map(o,n?1:-1),scrollIntoView:!0,userEvent:"input.copyline"})),!0}const QM=UM(!1),HM=UM(!0);function UM(e){return({state:t,dispatch:n})=>{if(t.readOnly)return!1;let i=t.changeByRange(n=>{let{from:i,to:o}=n,r=t.doc.lineAt(i),s=!e&&i==o&&function(e,t){if(/\(\)|\[\]|\{\}/.test(e.sliceDoc(t-1,t+1)))return{from:t,to:t};let n,i=wS(e).resolveInner(t),o=i.childBefore(t),r=i.childAfter(t);return o&&r&&o.to<=t&&r.from>=t&&(n=o.type.prop(gE.closedBy))&&n.indexOf(r.name)>-1&&e.doc.lineAt(o.to).from==e.doc.lineAt(r.from).from&&!/\S/.test(e.sliceDoc(o.to,r.from))?{from:o.to,to:r.from}:null}(t,i);e&&(i=o=(o<=r.to?r:t.doc.lineAt(o)).to);let a=new LS(t,{simulateBreak:i,simulateDoubleBreak:!!s}),l=jS(a,i);for(null==l&&(l=l_(/^\s*/.exec(t.doc.lineAt(i).text)[0],t.tabSize));o<r.to&&/\s/.test(r.text[o-r.from]);)o++;s?({from:i,to:o}=s):i>r.from&&i<r.from+100&&!/\S/.test(r.text.slice(0,i))&&(i=r.from);let c=["",BS(t,l)];return s&&c.push(BS(t,a.lineIndent(r.from,-1))),{changes:{from:i,to:o,insert:Sx.of(c)},range:Zx.cursor(i+1+c[1].length)}});return n(t.update(i,{scrollIntoView:!0,userEvent:"input"})),!0}}function XM(e,t){let n=-1;return e.changeByRange(i=>{let o=[];for(let r=i.from;r<=i.to;){let s=e.doc.lineAt(r);s.number>n&&(i.empty||i.to>s.from)&&(t(s,o,i),n=s.number),r=s.to+1}let r=e.changes(o);return{changes:o,range:Zx.range(r.mapPos(i.anchor,1),r.mapPos(i.head,1))}})}const KM=[{key:"ArrowLeft",run:sM,shift:_M,preventDefault:!0},{key:"Mod-ArrowLeft",mac:"Alt-ArrowLeft",run:e=>lM(e,!rM(e)),shift:e=>CM(e,!rM(e)),preventDefault:!0},{mac:"Cmd-ArrowLeft",run:e=>nM(e,t=>yM(e,t,!rM(e))),shift:e=>xM(e,t=>yM(e,t,!rM(e))),preventDefault:!0},{key:"ArrowRight",run:aM,shift:wM,preventDefault:!0},{key:"Mod-ArrowRight",mac:"Alt-ArrowRight",run:e=>lM(e,rM(e)),shift:e=>CM(e,rM(e)),preventDefault:!0},{mac:"Cmd-ArrowRight",run:e=>nM(e,t=>yM(e,t,rM(e))),shift:e=>xM(e,t=>yM(e,t,rM(e))),preventDefault:!0},{key:"ArrowUp",run:dM,shift:OM,preventDefault:!0},{mac:"Cmd-ArrowUp",run:MM,shift:PM},{mac:"Ctrl-ArrowUp",run:mM,shift:TM},{key:"ArrowDown",run:pM,shift:EM,preventDefault:!0},{mac:"Cmd-ArrowDown",run:AM,shift:DM},{mac:"Ctrl-ArrowDown",run:vM,shift:RM},{key:"PageUp",run:mM,shift:TM},{key:"PageDown",run:vM,shift:RM},{key:"Home",run:e=>nM(e,t=>yM(e,t,!1)),shift:e=>xM(e,t=>yM(e,t,!1)),preventDefault:!0},{key:"Mod-Home",run:MM,shift:PM},{key:"End",run:e=>nM(e,t=>yM(e,t,!0)),shift:e=>xM(e,t=>yM(e,t,!0)),preventDefault:!0},{key:"Mod-End",run:AM,shift:DM},{key:"Enter",run:QM,shift:QM},{key:"Mod-a",run:({state:e,dispatch:t})=>(t(e.update({selection:{anchor:0,head:e.doc.length},userEvent:"select"})),!0)},{key:"Backspace",run:LM,shift:LM,preventDefault:!0},{key:"Delete",run:NM,preventDefault:!0},{key:"Mod-Backspace",mac:"Alt-Backspace",run:VM,preventDefault:!0},{key:"Mod-Delete",mac:"Alt-Delete",run:e=>qM(e,!0),preventDefault:!0},{mac:"Mod-Backspace",run:e=>IM(e,t=>{let n=e.moveToLineBoundary(t,!1).head;return t.head>n?n:Math.max(0,t.head-1)}),preventDefault:!0},{mac:"Mod-Delete",run:e=>IM(e,t=>{let n=e.moveToLineBoundary(t,!0).head;return t.head<n?n:Math.min(e.state.doc.length,t.head+1)}),preventDefault:!0}].concat([{key:"Ctrl-b",run:sM,shift:_M,preventDefault:!0},{key:"Ctrl-f",run:aM,shift:wM},{key:"Ctrl-p",run:dM,shift:OM},{key:"Ctrl-n",run:pM,shift:EM},{key:"Ctrl-a",run:e=>nM(e,t=>Zx.cursor(e.lineBlockAt(t.head).from,1)),shift:e=>xM(e,t=>Zx.cursor(e.lineBlockAt(t.head).from))},{key:"Ctrl-e",run:e=>nM(e,t=>Zx.cursor(e.lineBlockAt(t.head).to,-1)),shift:e=>xM(e,t=>Zx.cursor(e.lineBlockAt(t.head).to))},{key:"Ctrl-d",run:NM},{key:"Ctrl-h",run:LM},{key:"Ctrl-k",run:e=>IM(e,t=>{let n=e.lineBlockAt(t.head).to;return t.head<n?n:Math.min(e.state.doc.length,t.head+1)})},{key:"Ctrl-Alt-h",run:VM},{key:"Ctrl-o",run:({state:e,dispatch:t})=>{if(e.readOnly)return!1;let n=e.changeByRange(e=>({changes:{from:e.from,to:e.to,insert:Sx.of(["",""])},range:Zx.cursor(e.from)}));return t(e.update(n,{scrollIntoView:!0,userEvent:"input"})),!0}},{key:"Ctrl-t",run:({state:e,dispatch:t})=>{if(e.readOnly)return!1;let n=e.changeByRange(t=>{if(!t.empty||0==t.from||t.from==e.doc.length)return{range:t};let n=t.from,i=e.doc.lineAt(n),o=n==i.from?n-1:jx(i.text,n-i.from,!1)+i.from,r=n==i.to?n+1:jx(i.text,n-i.from,!0)+i.from;return{changes:{from:o,to:r,insert:e.doc.slice(n,r).append(e.doc.slice(o,n))},range:Zx.cursor(r)}});return!n.changes.empty&&(t(e.update(n,{scrollIntoView:!0,userEvent:"move.character"})),!0)}},{key:"Ctrl-v",run:vM}].map(e=>({mac:e.key,run:e.run,shift:e.shift}))),YM=[{key:"Alt-ArrowLeft",mac:"Ctrl-ArrowLeft",run:e=>nM(e,t=>uM(e.state,t,!rM(e))),shift:e=>xM(e,t=>uM(e.state,t,!rM(e)))},{key:"Alt-ArrowRight",mac:"Ctrl-ArrowRight",run:e=>nM(e,t=>uM(e.state,t,rM(e))),shift:e=>xM(e,t=>uM(e.state,t,rM(e)))},{key:"Alt-ArrowUp",run:({state:e,dispatch:t})=>zM(e,t,!1)},{key:"Shift-Alt-ArrowUp",run:({state:e,dispatch:t})=>WM(e,t,!1)},{key:"Alt-ArrowDown",run:({state:e,dispatch:t})=>zM(e,t,!0)},{key:"Shift-Alt-ArrowDown",run:({state:e,dispatch:t})=>WM(e,t,!0)},{key:"Mod-Alt-ArrowUp",run:e=>$M(e,!1)},{key:"Mod-Alt-ArrowDown",run:e=>$M(e,!0)},{key:"Escape",run:({state:e,dispatch:t})=>{let n=e.selection,i=null;return n.ranges.length>1?i=Zx.create([n.main]):n.main.empty||(i=Zx.create([Zx.cursor(n.main.head)])),!!i&&(t(tM(e,i)),!0)}},{key:"Mod-Enter",run:HM},{key:"Alt-l",mac:"Ctrl-l",run:({state:e,dispatch:t})=>{let n=FM(e).map(({from:t,to:n})=>Zx.range(t,Math.min(n+1,e.doc.length)));return t(e.update({selection:Zx.create(n),userEvent:"select"})),!0}},{key:"Mod-i",run:({state:e,dispatch:t})=>{let n=eM(e.selection,t=>{let n=wS(e),i=n.resolveStack(t.from,1);if(t.empty){let e=n.resolveStack(t.from,-1);e.node.from>=i.node.from&&e.node.to<=i.node.to&&(i=e)}for(let e=i;e;e=e.next){let{node:n}=e;if((n.from<t.from&&n.to>=t.to||n.to>t.to&&n.from<=t.from)&&e.next)return Zx.range(n.to,n.from)}return t});return!n.eq(e.selection)&&(t(tM(e,n)),!0)},preventDefault:!0},{key:"Mod-[",run:({state:e,dispatch:t})=>!e.readOnly&&(t(e.update(XM(e,(t,n)=>{let i=/^\s*/.exec(t.text)[0];if(!i)return;let o=l_(i,e.tabSize),r=0,s=BS(e,Math.max(0,o-IS(e)));for(;r<i.length&&r<s.length&&i.charCodeAt(r)==s.charCodeAt(r);)r++;n.push({from:t.from+r,to:t.from+i.length,insert:s.slice(r)})}),{userEvent:"delete.dedent"})),!0)},{key:"Mod-]",run:({state:e,dispatch:t})=>!e.readOnly&&(t(e.update(XM(e,(t,n)=>{n.push({from:t.from,insert:e.facet($S)})}),{userEvent:"input.indent"})),!0)},{key:"Mod-Alt-\\",run:({state:e,dispatch:t})=>{if(e.readOnly)return!1;let n=Object.create(null),i=new LS(e,{overrideIndentation:e=>{let t=n[e];return null==t?-1:t}}),o=XM(e,(t,o,r)=>{let s=jS(i,t.from);if(null==s)return;/\S/.test(t.text)||(s=0);let a=/^\s*/.exec(t.text)[0],l=BS(e,s);(a!=l||r.from<t.from+a.length)&&(n[t.from]=s,o.push({from:t.from,to:t.from+a.length,insert:l}))});return o.changes.empty||t(e.update(o,{userEvent:"indent"})),!0}},{key:"Shift-Mod-k",run:e=>{if(e.state.readOnly)return!1;let{state:t}=e,n=t.changes(FM(t).map(({from:e,to:n})=>(e>0?e--:n<t.doc.length&&n++,{from:e,to:n}))),i=eM(t.selection,t=>{let n;if(e.lineWrapping){let i=e.lineBlockAt(t.head),o=e.coordsAtPos(t.head,t.assoc||1);o&&(n=i.bottom+e.documentTop-o.bottom+e.defaultLineHeight/2)}return e.moveVertically(t,!0,n)}).map(n);return e.dispatch({changes:n,selection:i,scrollIntoView:!0,userEvent:"delete.line"}),!0}},{key:"Shift-Mod-\\",run:({state:e,dispatch:t})=>function(e,t){let n=!1,i=eM(e.selection,t=>{let i=fT(e,t.head,-1)||fT(e,t.head,1)||t.head>0&&fT(e,t.head-1,1)||t.head<e.doc.length&&fT(e,t.head+1,-1);if(!i||!i.end)return t;n=!0;let o=i.start.from==t.head?i.end.to:i.end.from;return Zx.cursor(o)});return!!n&&(t(tM(e,i)),!0)}(e,t)},{key:"Mod-/",run:e=>{let{state:t}=e,n=t.doc.lineAt(t.selection.main.from),i=YR(e.state,n.from);return i.line?UR(e):!!i.block&&KR(e)}},{key:"Alt-A",run:XR},{key:"Ctrl-m",mac:"Shift-Alt-m",run:e=>(e.setTabFocusMode(),!0)}].concat(KM);class GM{constructor(e,t,n){this.from=e,this.to=t,this.diagnostic=n}}class ZM{constructor(e,t,n){this.diagnostics=e,this.panel=t,this.selected=n}static init(e,t,n){let i=n.facet(uA).markerFilter;i&&(e=i(e,n));let o=e.slice().sort((e,t)=>e.from-t.from||e.to-t.to),r=new Gb,s=[],a=0,l=n.doc.iter(),c=0,u=n.doc.length;for(let e=0;;){let t,n,i=e==o.length?null:o[e];if(!i&&!s.length)break;if(s.length)t=a,n=s.reduce((e,t)=>Math.min(e,t.to),i&&i.from>t?i.from:1e8);else{if(t=i.from,t>u)break;n=i.to,s.push(i),e++}for(;e<o.length;){let i=o[e];if(i.from!=t||!(i.to>i.from||i.to==t)){n=Math.min(i.from,n);break}s.push(i),e++,n=Math.min(i.to,n)}n=Math.min(n,u);let h=!1;if(s.some(e=>e.from==t&&(e.to==n||n==u))&&(h=t==n,!h&&n-t<10)){let e=t-(c+l.value.length);e>0&&(l.next(e),c=t);for(let e=t;;){if(e>=n){h=!0;break}if(!l.lineBreak&&c+l.value.length>e)break;e=c+l.value.length,c+=l.value.length,l.next()}}let d=bA(s);if(h)r.add(t,t,F_.widget({widget:new fA(d),diagnostics:s.slice()}));else{let e=s.reduce((e,t)=>t.markClass?e+" "+t.markClass:e,"");r.add(t,n,F_.mark({class:"cm-lintRange cm-lintRange-"+d+e,diagnostics:s.slice(),inclusiveEnd:s.some(e=>e.to>n)}))}if(a=n,a==u)break;for(let e=0;e<s.length;e++)s[e].to<=a&&s.splice(e--,1)}let h=r.finish();return new ZM(h,t,JM(h))}}function JM(e,t=null,n=0){let i=null;return e.between(n,1e9,(e,n,{spec:o})=>{if(!(t&&o.diagnostics.indexOf(t)<0))if(i){if(o.diagnostics.indexOf(i.diagnostic)<0)return!1;i=new GM(i.from,n,i.diagnostic)}else i=new GM(e,n,t||o.diagnostics[0])}),i}function eA(e,t){return e.field(oA,!1)?t:t.concat(Ab.appendConfig.of(_A))}const tA=Ab.define(),nA=Ab.define(),iA=Ab.define(),oA=lb.define({create:()=>new ZM(F_.none,null,null),update(e,t){if(t.docChanged&&e.diagnostics.size){let n=e.diagnostics.map(t.changes),i=null,o=e.panel;if(e.selected){let o=t.changes.mapPos(e.selected.from,1);i=JM(n,e.selected.diagnostic,o)||JM(n,null,o)}!n.size&&o&&t.state.facet(uA).autoPanel&&(o=null),e=new ZM(n,o,i)}for(let n of t.effects)if(n.is(tA)){let i=t.state.facet(uA).autoPanel?n.value.length?mA.open:null:e.panel;e=ZM.init(n.value,i,t.state)}else n.is(nA)?e=new ZM(e.diagnostics,n.value?mA.open:null,e.selected):n.is(iA)&&(e=new ZM(e.diagnostics,e.panel,n.value));return e},provide:e=>[uE.from(e,e=>e.panel),SO.decorations.from(e,e=>e.diagnostics)]}),rA=F_.mark({class:"cm-lintRange cm-lintRange-active"});function sA(e,t,n){let i,{diagnostics:o}=e.state.field(oA),r=-1,s=-1;o.between(t-(n<0?1:0),t+(n>0?1:0),(e,o,{spec:a})=>{if(t>=e&&t<=o&&(e==o||(t>e||n>0)&&(t<o||n<0)))return i=a.diagnostics,r=e,s=o,!1});let a=e.state.facet(uA).tooltipFilter;return i&&a&&(i=a(i,e.state)),i?{pos:r,end:s,above:e.state.doc.lineAt(r).to<s,create:()=>({dom:aA(e,i)})}:null}function aA(e,t){return __("ul",{class:"cm-tooltip-lint"},t.map(t=>pA(e,t,!1)))}const lA=e=>{let t=e.state.field(oA,!1);return!(!t||!t.panel)&&(e.dispatch({effects:nA.of(!1)}),!0)},cA=tC.fromClass(class{constructor(e){this.view=e,this.timeout=-1,this.set=!0;let{delay:t}=e.state.facet(uA);this.lintTime=Date.now()+t,this.run=this.run.bind(this),this.timeout=setTimeout(this.run,t)}run(){clearTimeout(this.timeout);let e=Date.now();if(e<this.lintTime-10)this.timeout=setTimeout(this.run,this.lintTime-e);else{this.set=!1;let{state:e}=this.view,{sources:t}=e.facet(uA);t.length&&function(e,t,n){let i=[],o=-1;for(let r of e)r.then(n=>{i.push(n),clearTimeout(o),i.length==e.length?t(i):o=setTimeout(()=>t(i),200)},n)}(t.map(e=>Promise.resolve(e(this.view))),t=>{this.view.state.doc==e.doc&&this.view.dispatch(function(e,t){return{effects:eA(e,[tA.of(t)])}}(this.view.state,t.reduce((e,t)=>e.concat(t))))},e=>{Gw(this.view.state,e)})}}update(e){let t=e.state.facet(uA);(e.docChanged||t!=e.startState.facet(uA)||t.needsRefresh&&t.needsRefresh(e))&&(this.lintTime=Date.now()+t.delay,this.set||(this.set=!0,this.timeout=setTimeout(this.run,t.delay)))}force(){this.set&&(this.lintTime=Date.now(),this.run())}destroy(){clearTimeout(this.timeout)}});const uA=tb.define({combine:e=>({sources:e.map(e=>e.source).filter(e=>null!=e),...Wb(e.map(e=>e.config),{delay:750,markerFilter:null,tooltipFilter:null,needsRefresh:null,hideOn:()=>null},{delay:Math.max,markerFilter:hA,tooltipFilter:hA,needsRefresh:(e,t)=>e?t?n=>e(n)||t(n):e:t,hideOn:(e,t)=>e?t?(n,i,o)=>e(n,i,o)||t(n,i,o):e:t,autoPanel:(e,t)=>e||t})})});function hA(e,t){return e?t?(n,i)=>t(e(n,i),i):e:t}function dA(e){let t=[];if(e)e:for(let{name:n}of e){for(let e=0;e<n.length;e++){let i=n[e];if(/[a-zA-Z]/.test(i)&&!t.some(e=>e.toLowerCase()==i.toLowerCase())){t.push(i);continue e}}t.push("")}return t}function pA(e,t,n){var i;let o=n?dA(t.actions):[];return __("li",{class:"cm-diagnostic cm-diagnostic-"+t.severity},__("span",{class:"cm-diagnosticText"},t.renderMessage?t.renderMessage(e):t.message),null===(i=t.actions)||void 0===i?void 0:i.map((n,i)=>{let r=!1,s=i=>{if(i.preventDefault(),r)return;r=!0;let o=JM(e.state.field(oA).diagnostics,t);o&&n.apply(e,o.from,o.to)},{name:a}=n,l=o[i]?a.indexOf(o[i]):-1,c=l<0?a:[a.slice(0,l),__("u",a.slice(l,l+1)),a.slice(l+1)];return __("button",{type:"button",class:"cm-diagnosticAction"+(n.markClass?" "+n.markClass:""),onclick:s,onmousedown:s,"aria-label":` Action: ${a}${l<0?"":` (access key "${o[i]})"`}.`},c)}),t.source&&__("div",{class:"cm-diagnosticSource"},t.source))}class fA extends q_{constructor(e){super(),this.sev=e}eq(e){return e.sev==this.sev}toDOM(){return __("span",{class:"cm-lintPoint cm-lintPoint-"+this.sev})}}class gA{constructor(e,t){this.diagnostic=t,this.id="item_"+Math.floor(4294967295*Math.random()).toString(16),this.dom=pA(e,t,!0),this.dom.id=this.id,this.dom.setAttribute("role","option")}}class mA{constructor(e){this.view=e,this.items=[];this.list=__("ul",{tabIndex:0,role:"listbox","aria-label":this.view.state.phrase("Diagnostics"),onkeydown:t=>{if(!(t.ctrlKey||t.altKey||t.metaKey)){if(27==t.keyCode)lA(this.view),this.view.focus();else if(38==t.keyCode||33==t.keyCode)this.moveSelection((this.selectedIndex-1+this.items.length)%this.items.length);else if(40==t.keyCode||34==t.keyCode)this.moveSelection((this.selectedIndex+1)%this.items.length);else if(36==t.keyCode)this.moveSelection(0);else if(35==t.keyCode)this.moveSelection(this.items.length-1);else if(13==t.keyCode)this.view.focus();else{if(!(t.keyCode>=65&&t.keyCode<=90&&this.selectedIndex>=0))return;{let{diagnostic:n}=this.items[this.selectedIndex],i=dA(n.actions);for(let o=0;o<i.length;o++)if(i[o].toUpperCase().charCodeAt(0)==t.keyCode){let t=JM(this.view.state.field(oA).diagnostics,n);t&&n.actions[o].apply(e,t.from,t.to)}}}t.preventDefault()}},onclick:e=>{for(let t=0;t<this.items.length;t++)this.items[t].dom.contains(e.target)&&this.moveSelection(t)}}),this.dom=__("div",{class:"cm-panel-lint"},this.list,__("button",{type:"button",name:"close","aria-label":this.view.state.phrase("close"),onclick:()=>lA(this.view)},"×")),this.update()}get selectedIndex(){let e=this.view.state.field(oA).selected;if(!e)return-1;for(let t=0;t<this.items.length;t++)if(this.items[t].diagnostic==e.diagnostic)return t;return-1}update(){let{diagnostics:e,selected:t}=this.view.state.field(oA),n=0,i=!1,o=null,r=new Set;for(e.between(0,this.view.state.doc.length,(e,s,{spec:a})=>{for(let e of a.diagnostics){if(r.has(e))continue;r.add(e);let s,a=-1;for(let t=n;t<this.items.length;t++)if(this.items[t].diagnostic==e){a=t;break}a<0?(s=new gA(this.view,e),this.items.splice(n,0,s),i=!0):(s=this.items[a],a>n&&(this.items.splice(n,a-n),i=!0)),t&&s.diagnostic==t.diagnostic?s.dom.hasAttribute("aria-selected")||(s.dom.setAttribute("aria-selected","true"),o=s):s.dom.hasAttribute("aria-selected")&&s.dom.removeAttribute("aria-selected"),n++}});n<this.items.length&&!(1==this.items.length&&this.items[0].diagnostic.from<0);)i=!0,this.items.pop();0==this.items.length&&(this.items.push(new gA(this.view,{from:-1,to:-1,severity:"info",message:this.view.state.phrase("No diagnostics")})),i=!0),o?(this.list.setAttribute("aria-activedescendant",o.id),this.view.requestMeasure({key:this,read:()=>({sel:o.dom.getBoundingClientRect(),panel:this.list.getBoundingClientRect()}),write:({sel:e,panel:t})=>{let n=t.height/this.list.offsetHeight;e.top<t.top?this.list.scrollTop-=(t.top-e.top)/n:e.bottom>t.bottom&&(this.list.scrollTop+=(e.bottom-t.bottom)/n)}})):this.selectedIndex<0&&this.list.removeAttribute("aria-activedescendant"),i&&this.sync()}sync(){let e=this.list.firstChild;function t(){let t=e;e=t.nextSibling,t.remove()}for(let n of this.items)if(n.dom.parentNode==this.list){for(;e!=n.dom;)t();e=n.dom.nextSibling}else this.list.insertBefore(n.dom,e);for(;e;)t()}moveSelection(e){if(this.selectedIndex<0)return;let t=JM(this.view.state.field(oA).diagnostics,this.items[e].diagnostic);t&&this.view.dispatch({selection:{anchor:t.from,head:t.to},scrollIntoView:!0,effects:iA.of(t)})}static open(e){return new mA(e)}}function vA(e){return function(e,t='viewBox="0 0 40 40"'){return`url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" ${t}>${encodeURIComponent(e)}</svg>')`}(`<path d="m0 2.5 l2 -1.5 l1 0 l2 1.5 l1 0" stroke="${e}" fill="none" stroke-width=".7"/>`,'width="6" height="3"')}const yA=SO.baseTheme({".cm-diagnostic":{padding:"3px 6px 3px 8px",marginLeft:"-1px",display:"block",whiteSpace:"pre-wrap"},".cm-diagnostic-error":{borderLeft:"5px solid #d11"},".cm-diagnostic-warning":{borderLeft:"5px solid orange"},".cm-diagnostic-info":{borderLeft:"5px solid #999"},".cm-diagnostic-hint":{borderLeft:"5px solid #66d"},".cm-diagnosticAction":{font:"inherit",border:"none",padding:"2px 4px",backgroundColor:"#444",color:"white",borderRadius:"3px",marginLeft:"8px",cursor:"pointer"},".cm-diagnosticSource":{fontSize:"70%",opacity:.7},".cm-lintRange":{backgroundPosition:"left bottom",backgroundRepeat:"repeat-x",paddingBottom:"0.7px"},".cm-lintRange-error":{backgroundImage:vA("#d11")},".cm-lintRange-warning":{backgroundImage:vA("orange")},".cm-lintRange-info":{backgroundImage:vA("#999")},".cm-lintRange-hint":{backgroundImage:vA("#66d")},".cm-lintRange-active":{backgroundColor:"#ffdd9980"},".cm-tooltip-lint":{padding:0,margin:0},".cm-lintPoint":{position:"relative","&:after":{content:'""',position:"absolute",bottom:0,left:"-2px",borderLeft:"3px solid transparent",borderRight:"3px solid transparent",borderBottom:"4px solid #d11"}},".cm-lintPoint-warning":{"&:after":{borderBottomColor:"orange"}},".cm-lintPoint-info":{"&:after":{borderBottomColor:"#999"}},".cm-lintPoint-hint":{"&:after":{borderBottomColor:"#66d"}},".cm-panel.cm-panel-lint":{position:"relative","& ul":{maxHeight:"100px",overflowY:"auto","& [aria-selected]":{backgroundColor:"#ddd","& u":{textDecoration:"underline"}},"&:focus [aria-selected]":{background_fallback:"#bdf",backgroundColor:"Highlight",color_fallback:"white",color:"HighlightText"},"& u":{textDecoration:"none"},padding:0,margin:0},"& [name=close]":{position:"absolute",top:"0",right:"2px",background:"inherit",border:"none",font:"inherit",padding:0,margin:0}}});function xA(e){return"error"==e?4:"warning"==e?3:"info"==e?2:1}function bA(e){let t="hint",n=1;for(let i of e){let e=xA(i.severity);e>n&&(n=e,t=i.severity)}return t}const _A=[oA,SO.decorations.compute([oA],e=>{let{selected:t,panel:n}=e.field(oA);return t&&n&&t.from!=t.to?F_.set([rA.range(t.from,t.to)]):F_.none}),iE(sA,{hideOn:function(e,t){let n=t.pos,i=t.end||n,o=e.state.facet(uA).hideOn(e,n,i);if(null!=o)return o;let r=e.startState.doc.lineAt(t.pos);return!(!e.effects.some(e=>e.is(tA))&&!e.changes.touchesRange(r.from,Math.max(r.to,i)))}}),yA];class wA{constructor(e,t,n,i,o,r,s,a,l,c=0,u){this.p=e,this.stack=t,this.state=n,this.reducePos=i,this.pos=o,this.score=r,this.buffer=s,this.bufferBase=a,this.curContext=l,this.lookAhead=c,this.parent=u}toString(){return`[${this.stack.filter((e,t)=>t%3==0).concat(this.state)}]@${this.pos}${this.score?"!"+this.score:""}`}static start(e,t,n=0){let i=e.parser.context;return new wA(e,[],t,n,n,0,[],0,i?new CA(i,i.start):null,0,null)}get context(){return this.curContext?this.curContext.context:null}pushState(e,t){this.stack.push(this.state,t,this.bufferBase+this.buffer.length),this.state=e}reduce(e){var t;let n=e>>19,i=65535&e,{parser:o}=this.p,r=this.reducePos<this.pos-25&&this.setLookAhead(this.pos),s=o.dynamicPrecedence(i);if(s&&(this.score+=s),0==n)return this.pushState(o.getGoto(this.state,i,!0),this.reducePos),i<o.minRepeatTerm&&this.storeNode(i,this.reducePos,this.reducePos,r?8:4,!0),void this.reduceContext(i,this.reducePos);let a=this.stack.length-3*(n-1)-(262144&e?6:0),l=a?this.stack[a-2]:this.p.ranges[0].from,c=this.reducePos-l;c>=2e3&&!(null===(t=this.p.parser.nodeSet.types[i])||void 0===t?void 0:t.isAnonymous)&&(l==this.p.lastBigReductionStart?(this.p.bigReductionCount++,this.p.lastBigReductionSize=c):this.p.lastBigReductionSize<c&&(this.p.bigReductionCount=1,this.p.lastBigReductionStart=l,this.p.lastBigReductionSize=c));let u=a?this.stack[a-1]:0,h=this.bufferBase+this.buffer.length-u;if(i<o.minRepeatTerm||131072&e){let e=o.stateFlag(this.state,1)?this.pos:this.reducePos;this.storeNode(i,l,e,h+4,!0)}if(262144&e)this.state=this.stack[a];else{let e=this.stack[a-3];this.state=o.getGoto(e,i,!0)}for(;this.stack.length>a;)this.stack.pop();this.reduceContext(i,l)}storeNode(e,t,n,i=4,o=!1){if(0==e&&(!this.stack.length||this.stack[this.stack.length-1]<this.buffer.length+this.bufferBase)){let e=this,i=this.buffer.length;if(0==i&&e.parent&&(i=e.bufferBase-e.parent.bufferBase,e=e.parent),i>0&&0==e.buffer[i-4]&&e.buffer[i-1]>-1){if(t==n)return;if(e.buffer[i-2]>=t)return void(e.buffer[i-2]=n)}}if(o&&this.pos!=n){let o=this.buffer.length;if(o>0&&(0!=this.buffer[o-4]||this.buffer[o-1]<0)){let e=!1;for(let t=o;t>0&&this.buffer[t-2]>n;t-=4)if(this.buffer[t-1]>=0){e=!0;break}if(e)for(;o>0&&this.buffer[o-2]>n;)this.buffer[o]=this.buffer[o-4],this.buffer[o+1]=this.buffer[o-3],this.buffer[o+2]=this.buffer[o-2],this.buffer[o+3]=this.buffer[o-1],o-=4,i>4&&(i-=4)}this.buffer[o]=e,this.buffer[o+1]=t,this.buffer[o+2]=n,this.buffer[o+3]=i}else this.buffer.push(e,t,n,i)}shift(e,t,n,i){if(131072&e)this.pushState(65535&e,this.pos);else if(262144&e)this.pos=i,this.shiftContext(t,n),t<=this.p.parser.maxNode&&this.buffer.push(t,n,i,4);else{let o=e,{parser:r}=this.p;this.pos=i;let s=r.stateFlag(o,1);!s&&(i>n||t<=r.maxNode)&&(this.reducePos=i),this.pushState(o,s?n:Math.min(n,this.reducePos)),this.shiftContext(t,n),t<=r.maxNode&&this.buffer.push(t,n,i,4)}}apply(e,t,n,i){65536&e?this.reduce(e):this.shift(e,t,n,i)}useNode(e,t){let n=this.p.reused.length-1;(n<0||this.p.reused[n]!=e)&&(this.p.reused.push(e),n++);let i=this.pos;this.reducePos=this.pos=i+e.length,this.pushState(t,i),this.buffer.push(n,i,this.reducePos,-1),this.curContext&&this.updateContext(this.curContext.tracker.reuse(this.curContext.context,e,this,this.p.stream.reset(this.pos-e.length)))}split(){let e=this,t=e.buffer.length;for(;t>0&&e.buffer[t-2]>e.reducePos;)t-=4;let n=e.buffer.slice(t),i=e.bufferBase+t;for(;e&&i==e.bufferBase;)e=e.parent;return new wA(this.p,this.stack.slice(),this.state,this.reducePos,this.pos,this.score,n,i,this.curContext,this.lookAhead,e)}recoverByDelete(e,t){let n=e<=this.p.parser.maxNode;n&&this.storeNode(e,this.pos,t,4),this.storeNode(0,this.pos,t,n?8:4),this.pos=this.reducePos=t,this.score-=190}canShift(e){for(let t=new kA(this);;){let n=this.p.parser.stateSlot(t.state,4)||this.p.parser.hasAction(t.state,e);if(0==n)return!1;if(!(65536&n))return!0;t.reduce(n)}}recoverByInsert(e){if(this.stack.length>=300)return[];let t=this.p.parser.nextStates(this.state);if(t.length>8||this.stack.length>=120){let n=[];for(let i,o=0;o<t.length;o+=2)(i=t[o+1])!=this.state&&this.p.parser.hasAction(i,e)&&n.push(t[o],i);if(this.stack.length<120)for(let e=0;n.length<8&&e<t.length;e+=2){let i=t[e+1];n.some((e,t)=>1&t&&e==i)||n.push(t[e],i)}t=n}let n=[];for(let e=0;e<t.length&&n.length<4;e+=2){let i=t[e+1];if(i==this.state)continue;let o=this.split();o.pushState(i,this.pos),o.storeNode(0,o.pos,o.pos,4,!0),o.shiftContext(t[e],this.pos),o.reducePos=this.pos,o.score-=200,n.push(o)}return n}forceReduce(){let{parser:e}=this.p,t=e.stateSlot(this.state,5);if(!(65536&t))return!1;if(!e.validAction(this.state,t)){let n=t>>19,i=65535&t,o=this.stack.length-3*n;if(o<0||e.getGoto(this.stack[o],i,!1)<0){let e=this.findForcedReduction();if(null==e)return!1;t=e}this.storeNode(0,this.pos,this.pos,4,!0),this.score-=100}return this.reducePos=this.pos,this.reduce(t),!0}findForcedReduction(){let{parser:e}=this.p,t=[],n=(i,o)=>{if(!t.includes(i))return t.push(i),e.allActions(i,t=>{if(393216&t);else if(65536&t){let n=(t>>19)-o;if(n>1){let i=65535&t,o=this.stack.length-3*n;if(o>=0&&e.getGoto(this.stack[o],i,!1)>=0)return n<<19|65536|i}}else{let e=n(t,o+1);if(null!=e)return e}})};return n(this.state,0)}forceAll(){for(;!this.p.parser.stateFlag(this.state,2);)if(!this.forceReduce()){this.storeNode(0,this.pos,this.pos,4,!0);break}return this}get deadEnd(){if(3!=this.stack.length)return!1;let{parser:e}=this.p;return 65535==e.data[e.stateSlot(this.state,1)]&&!e.stateSlot(this.state,4)}restart(){this.storeNode(0,this.pos,this.pos,4,!0),this.state=this.stack[0],this.stack.length=0}sameState(e){if(this.state!=e.state||this.stack.length!=e.stack.length)return!1;for(let t=0;t<this.stack.length;t+=3)if(this.stack[t]!=e.stack[t])return!1;return!0}get parser(){return this.p.parser}dialectEnabled(e){return this.p.parser.dialect.flags[e]}shiftContext(e,t){this.curContext&&this.updateContext(this.curContext.tracker.shift(this.curContext.context,e,this,this.p.stream.reset(t)))}reduceContext(e,t){this.curContext&&this.updateContext(this.curContext.tracker.reduce(this.curContext.context,e,this,this.p.stream.reset(t)))}emitContext(){let e=this.buffer.length-1;(e<0||-3!=this.buffer[e])&&this.buffer.push(this.curContext.hash,this.pos,this.pos,-3)}emitLookAhead(){let e=this.buffer.length-1;(e<0||-4!=this.buffer[e])&&this.buffer.push(this.lookAhead,this.pos,this.pos,-4)}updateContext(e){if(e!=this.curContext.context){let t=new CA(this.curContext.tracker,e);t.hash!=this.curContext.hash&&this.emitContext(),this.curContext=t}}setLookAhead(e){return!(e<=this.lookAhead)&&(this.emitLookAhead(),this.lookAhead=e,!0)}close(){this.curContext&&this.curContext.tracker.strict&&this.emitContext(),this.lookAhead>0&&this.emitLookAhead()}}class CA{constructor(e,t){this.tracker=e,this.context=t,this.hash=e.strict?e.hash(t):0}}class kA{constructor(e){this.start=e,this.state=e.state,this.stack=e.stack,this.base=this.stack.length}reduce(e){let t=65535&e,n=e>>19;0==n?(this.stack==this.start.stack&&(this.stack=this.stack.slice()),this.stack.push(this.state,0,0),this.base+=3):this.base-=3*(n-1);let i=this.start.p.parser.getGoto(this.stack[this.base-3],t,!0);this.state=i}}class OA{constructor(e,t,n){this.stack=e,this.pos=t,this.index=n,this.buffer=e.buffer,0==this.index&&this.maybeNext()}static create(e,t=e.bufferBase+e.buffer.length){return new OA(e,t,t-e.bufferBase)}maybeNext(){let e=this.stack.parent;null!=e&&(this.index=this.stack.bufferBase-e.bufferBase,this.stack=e,this.buffer=e.buffer)}get id(){return this.buffer[this.index-4]}get start(){return this.buffer[this.index-3]}get end(){return this.buffer[this.index-2]}get size(){return this.buffer[this.index-1]}next(){this.index-=4,this.pos-=4,0==this.index&&this.maybeNext()}fork(){return new OA(this.stack,this.pos,this.index)}}function EA(e,t=Uint16Array){if("string"!=typeof e)return e;let n=null;for(let i=0,o=0;i<e.length;){let r=0;for(;;){let t=e.charCodeAt(i++),n=!1;if(126==t){r=65535;break}t>=92&&t--,t>=34&&t--;let o=t-32;if(o>=46&&(o-=46,n=!0),r+=o,n)break;r*=46}n?n[o++]=r:n=new t(r)}return n}class SA{constructor(){this.start=-1,this.value=-1,this.end=-1,this.extended=-1,this.lookAhead=0,this.mask=0,this.context=0}}const TA=new SA;class RA{constructor(e,t){this.input=e,this.ranges=t,this.chunk="",this.chunkOff=0,this.chunk2="",this.chunk2Pos=0,this.next=-1,this.token=TA,this.rangeIndex=0,this.pos=this.chunkPos=t[0].from,this.range=t[0],this.end=t[t.length-1].to,this.readNext()}resolveOffset(e,t){let n=this.range,i=this.rangeIndex,o=this.pos+e;for(;o<n.from;){if(!i)return null;let e=this.ranges[--i];o-=n.from-e.to,n=e}for(;t<0?o>n.to:o>=n.to;){if(i==this.ranges.length-1)return null;let e=this.ranges[++i];o+=e.from-n.to,n=e}return o}clipPos(e){if(e>=this.range.from&&e<this.range.to)return e;for(let t of this.ranges)if(t.to>e)return Math.max(e,t.from);return this.end}peek(e){let t,n,i=this.chunkOff+e;if(i>=0&&i<this.chunk.length)t=this.pos+e,n=this.chunk.charCodeAt(i);else{let i=this.resolveOffset(e,1);if(null==i)return-1;if(t=i,t>=this.chunk2Pos&&t<this.chunk2Pos+this.chunk2.length)n=this.chunk2.charCodeAt(t-this.chunk2Pos);else{let e=this.rangeIndex,i=this.range;for(;i.to<=t;)i=this.ranges[++e];this.chunk2=this.input.chunk(this.chunk2Pos=t),t+this.chunk2.length>i.to&&(this.chunk2=this.chunk2.slice(0,i.to-t)),n=this.chunk2.charCodeAt(0)}}return t>=this.token.lookAhead&&(this.token.lookAhead=t+1),n}acceptToken(e,t=0){let n=t?this.resolveOffset(t,-1):this.pos;if(null==n||n<this.token.start)throw new RangeError("Token end out of bounds");this.token.value=e,this.token.end=n}acceptTokenTo(e,t){this.token.value=e,this.token.end=t}getChunk(){if(this.pos>=this.chunk2Pos&&this.pos<this.chunk2Pos+this.chunk2.length){let{chunk:e,chunkPos:t}=this;this.chunk=this.chunk2,this.chunkPos=this.chunk2Pos,this.chunk2=e,this.chunk2Pos=t,this.chunkOff=this.pos-this.chunkPos}else{this.chunk2=this.chunk,this.chunk2Pos=this.chunkPos;let e=this.input.chunk(this.pos),t=this.pos+e.length;this.chunk=t>this.range.to?e.slice(0,this.range.to-this.pos):e,this.chunkPos=this.pos,this.chunkOff=0}}readNext(){return this.chunkOff>=this.chunk.length&&(this.getChunk(),this.chunkOff==this.chunk.length)?this.next=-1:this.next=this.chunk.charCodeAt(this.chunkOff)}advance(e=1){for(this.chunkOff+=e;this.pos+e>=this.range.to;){if(this.rangeIndex==this.ranges.length-1)return this.setDone();e-=this.range.to-this.pos,this.range=this.ranges[++this.rangeIndex],this.pos=this.range.from}return this.pos+=e,this.pos>=this.token.lookAhead&&(this.token.lookAhead=this.pos+1),this.readNext()}setDone(){return this.pos=this.chunkPos=this.end,this.range=this.ranges[this.rangeIndex=this.ranges.length-1],this.chunk="",this.next=-1}reset(e,t){if(t?(this.token=t,t.start=e,t.lookAhead=e+1,t.value=t.extended=-1):this.token=TA,this.pos!=e){if(this.pos=e,e==this.end)return this.setDone(),this;for(;e<this.range.from;)this.range=this.ranges[--this.rangeIndex];for(;e>=this.range.to;)this.range=this.ranges[++this.rangeIndex];e>=this.chunkPos&&e<this.chunkPos+this.chunk.length?this.chunkOff=e-this.chunkPos:(this.chunk="",this.chunkOff=0),this.readNext()}return this}read(e,t){if(e>=this.chunkPos&&t<=this.chunkPos+this.chunk.length)return this.chunk.slice(e-this.chunkPos,t-this.chunkPos);if(e>=this.chunk2Pos&&t<=this.chunk2Pos+this.chunk2.length)return this.chunk2.slice(e-this.chunk2Pos,t-this.chunk2Pos);if(e>=this.range.from&&t<=this.range.to)return this.input.read(e,t);let n="";for(let i of this.ranges){if(i.from>=t)break;i.to>e&&(n+=this.input.read(Math.max(i.from,e),Math.min(i.to,t)))}return n}}class MA{constructor(e,t){this.data=e,this.id=t}token(e,t){let{parser:n}=t.p;!function(e,t,n,i,o,r){let s=0,a=1<<i,{dialect:l}=n.p.parser;e:for(;0!=(a&e[s]);){let n=e[s+1];for(let i=s+3;i<n;i+=2)if((e[i+1]&a)>0){let n=e[i];if(l.allows(n)&&(-1==t.token.value||t.token.value==n||DA(n,t.token.value,o,r))){t.acceptToken(n);break}}let i=t.next,c=0,u=e[s+2];if(!(t.next<0&&u>c&&65535==e[n+3*u-3])){for(;c<u;){let o=c+u>>1,r=n+o+(o<<1),a=e[r],l=e[r+1]||65536;if(i<a)u=o;else{if(!(i>=l)){s=e[r+2],t.advance();continue e}c=o+1}}break}s=e[n+3*u-1]}}(this.data,e,t,this.id,n.data,n.tokenPrecTable)}}MA.prototype.contextual=MA.prototype.fallback=MA.prototype.extend=!1,MA.prototype.fallback=MA.prototype.extend=!1;class AA{constructor(e,t={}){this.token=e,this.contextual=!!t.contextual,this.fallback=!!t.fallback,this.extend=!!t.extend}}function PA(e,t,n){for(let i,o=t;65535!=(i=e[o]);o++)if(i==n)return o-t;return-1}function DA(e,t,n,i){let o=PA(n,i,t);return o<0||PA(n,i,e)<o}const $A="undefined"!=typeof process&&process.env&&/\bparse\b/.test(process.env.LOG);let IA=null;function BA(e,t,n){let i=e.cursor(wE.IncludeAnonymous);for(i.moveTo(t);;)if(!(n<0?i.childBefore(t):i.childAfter(t)))for(;;){if((n<0?i.to<t:i.from>t)&&!i.type.isError)return n<0?Math.max(0,Math.min(i.to-1,t-25)):Math.min(e.length,Math.max(i.from+1,t+25));if(n<0?i.prevSibling():i.nextSibling())break;if(!i.parent())return n<0?0:e.length}}class jA{constructor(e,t){this.fragments=e,this.nodeSet=t,this.i=0,this.fragment=null,this.safeFrom=-1,this.safeTo=-1,this.trees=[],this.start=[],this.index=[],this.nextFragment()}nextFragment(){let e=this.fragment=this.i==this.fragments.length?null:this.fragments[this.i++];if(e){for(this.safeFrom=e.openStart?BA(e.tree,e.from+e.offset,1)-e.offset:e.from,this.safeTo=e.openEnd?BA(e.tree,e.to+e.offset,-1)-e.offset:e.to;this.trees.length;)this.trees.pop(),this.start.pop(),this.index.pop();this.trees.push(e.tree),this.start.push(-e.offset),this.index.push(0),this.nextStart=this.safeFrom}else this.nextStart=1e9}nodeAt(e){if(e<this.nextStart)return null;for(;this.fragment&&this.safeTo<=e;)this.nextFragment();if(!this.fragment)return null;for(;;){let t=this.trees.length-1;if(t<0)return this.nextFragment(),null;let n=this.trees[t],i=this.index[t];if(i==n.children.length){this.trees.pop(),this.start.pop(),this.index.pop();continue}let o=n.children[i],r=this.start[t]+n.positions[i];if(r>e)return this.nextStart=r,null;if(o instanceof CE){if(r==e){if(r<this.safeFrom)return null;let e=r+o.length;if(e<=this.safeTo){let t=o.prop(gE.lookAhead);if(!t||e+t<this.fragment.to)return o}}this.index[t]++,r+o.length>=Math.max(this.safeFrom,e)&&(this.trees.push(o),this.start.push(r),this.index.push(0))}else this.index[t]++,this.nextStart=r+o.length}}}class LA{constructor(e,t){this.stream=t,this.tokens=[],this.mainToken=null,this.actions=[],this.tokens=e.tokenizers.map(e=>new SA)}getActions(e){let t=0,n=null,{parser:i}=e.p,{tokenizers:o}=i,r=i.stateSlot(e.state,3),s=e.curContext?e.curContext.hash:0,a=0;for(let i=0;i<o.length;i++){if(!(1<<i&r))continue;let l=o[i],c=this.tokens[i];if((!n||l.fallback)&&((l.contextual||c.start!=e.pos||c.mask!=r||c.context!=s)&&(this.updateCachedToken(c,l,e),c.mask=r,c.context=s),c.lookAhead>c.end+25&&(a=Math.max(c.lookAhead,a)),0!=c.value)){let i=t;if(c.extended>-1&&(t=this.addActions(e,c.extended,c.end,t)),t=this.addActions(e,c.value,c.end,t),!l.extend&&(n=c,t>i))break}}for(;this.actions.length>t;)this.actions.pop();return a&&e.setLookAhead(a),n||e.pos!=this.stream.end||(n=new SA,n.value=e.p.parser.eofTerm,n.start=n.end=e.pos,t=this.addActions(e,n.value,n.end,t)),this.mainToken=n,this.actions}getMainToken(e){if(this.mainToken)return this.mainToken;let t=new SA,{pos:n,p:i}=e;return t.start=n,t.end=Math.min(n+1,i.stream.end),t.value=n==i.stream.end?i.parser.eofTerm:0,t}updateCachedToken(e,t,n){let i=this.stream.clipPos(n.pos);if(t.token(this.stream.reset(i,e),n),e.value>-1){let{parser:t}=n.p;for(let i=0;i<t.specialized.length;i++)if(t.specialized[i]==e.value){let o=t.specializers[i](this.stream.read(e.start,e.end),n);if(o>=0&&n.p.parser.dialect.allows(o>>1)){1&o?e.extended=o>>1:e.value=o>>1;break}}}else e.value=0,e.end=this.stream.clipPos(i+1)}putAction(e,t,n,i){for(let t=0;t<i;t+=3)if(this.actions[t]==e)return i;return this.actions[i++]=e,this.actions[i++]=t,this.actions[i++]=n,i}addActions(e,t,n,i){let{state:o}=e,{parser:r}=e.p,{data:s}=r;for(let e=0;e<2;e++)for(let a=r.stateSlot(o,e?2:1);;a+=3){if(65535==s[a]){if(1!=s[a+1]){0==i&&2==s[a+1]&&(i=this.putAction(QA(s,a+2),t,n,i));break}a=QA(s,a+2)}s[a]==t&&(i=this.putAction(QA(s,a+1),t,n,i))}return i}}class NA{constructor(e,t,n,i){this.parser=e,this.input=t,this.ranges=i,this.recovering=0,this.nextStackID=9812,this.minStackPos=0,this.reused=[],this.stoppedAt=null,this.lastBigReductionStart=-1,this.lastBigReductionSize=0,this.bigReductionCount=0,this.stream=new RA(t,i),this.tokens=new LA(e,this.stream),this.topTerm=e.top[1];let{from:o}=i[0];this.stacks=[wA.start(this,e.top[0],o)],this.fragments=n.length&&this.stream.end-o>4*e.bufferLength?new jA(n,e.nodeSet):null}get parsedPos(){return this.minStackPos}advance(){let e,t,n=this.stacks,i=this.minStackPos,o=this.stacks=[];if(this.bigReductionCount>300&&1==n.length){let[e]=n;for(;e.forceReduce()&&e.stack.length&&e.stack[e.stack.length-2]>=this.lastBigReductionStart;);this.bigReductionCount=this.lastBigReductionSize=0}for(let r=0;r<n.length;r++){let s=n[r];for(;;){if(this.tokens.mainToken=null,s.pos>i)o.push(s);else{if(this.advanceStack(s,o,n))continue;{e||(e=[],t=[]),e.push(s);let n=this.tokens.getMainToken(s);t.push(n.value,n.end)}}break}}if(!o.length){let t=e&&function(e){let t=null;for(let n of e){let e=n.p.stoppedAt;(n.pos==n.p.stream.end||null!=e&&n.pos>e)&&n.p.parser.stateFlag(n.state,2)&&(!t||t.score<n.score)&&(t=n)}return t}(e);if(t)return $A&&console.log("Finish with "+this.stackID(t)),this.stackToTree(t);if(this.parser.strict)throw $A&&e&&console.log("Stuck with token "+(this.tokens.mainToken?this.parser.getName(this.tokens.mainToken.value):"none")),new SyntaxError("No parse at "+i);this.recovering||(this.recovering=5)}if(this.recovering&&e){let n=null!=this.stoppedAt&&e[0].pos>this.stoppedAt?e[0]:this.runRecovery(e,t,o);if(n)return $A&&console.log("Force-finish "+this.stackID(n)),this.stackToTree(n.forceAll())}if(this.recovering){let e=1==this.recovering?1:3*this.recovering;if(o.length>e)for(o.sort((e,t)=>t.score-e.score);o.length>e;)o.pop();o.some(e=>e.reducePos>i)&&this.recovering--}else if(o.length>1){e:for(let e=0;e<o.length-1;e++){let t=o[e];for(let n=e+1;n<o.length;n++){let i=o[n];if(t.sameState(i)||t.buffer.length>500&&i.buffer.length>500){if(!((t.score-i.score||t.buffer.length-i.buffer.length)>0)){o.splice(e--,1);continue e}o.splice(n--,1)}}}o.length>12&&(o.sort((e,t)=>t.score-e.score),o.splice(12,o.length-12))}this.minStackPos=o[0].pos;for(let e=1;e<o.length;e++)o[e].pos<this.minStackPos&&(this.minStackPos=o[e].pos);return null}stopAt(e){if(null!=this.stoppedAt&&this.stoppedAt<e)throw new RangeError("Can't move stoppedAt forward");this.stoppedAt=e}advanceStack(e,t,n){let i=e.pos,{parser:o}=this,r=$A?this.stackID(e)+" -> ":"";if(null!=this.stoppedAt&&i>this.stoppedAt)return e.forceReduce()?e:null;if(this.fragments){let t=e.curContext&&e.curContext.tracker.strict,n=t?e.curContext.hash:0;for(let s=this.fragments.nodeAt(i);s;){let i=this.parser.nodeSet.types[s.type.id]==s.type?o.getGoto(e.state,s.type.id):-1;if(i>-1&&s.length&&(!t||(s.prop(gE.contextHash)||0)==n))return e.useNode(s,i),$A&&console.log(r+this.stackID(e)+` (via reuse of ${o.getName(s.type.id)})`),!0;if(!(s instanceof CE)||0==s.children.length||s.positions[0]>0)break;let a=s.children[0];if(!(a instanceof CE&&0==s.positions[0]))break;s=a}}let s=o.stateSlot(e.state,4);if(s>0)return e.reduce(s),$A&&console.log(r+this.stackID(e)+` (via always-reduce ${o.getName(65535&s)})`),!0;if(e.stack.length>=8400)for(;e.stack.length>6e3&&e.forceReduce(););let a=this.tokens.getActions(e);for(let s=0;s<a.length;){let l=a[s++],c=a[s++],u=a[s++],h=s==a.length||!n,d=h?e:e.split(),p=this.tokens.mainToken;if(d.apply(l,c,p?p.start:d.pos,u),$A&&console.log(r+this.stackID(d)+` (via ${65536&l?`reduce of ${o.getName(65535&l)}`:"shift"} for ${o.getName(c)} @ ${i}${d==e?"":", split"})`),h)return!0;d.pos>i?t.push(d):n.push(d)}return!1}advanceFully(e,t){let n=e.pos;for(;;){if(!this.advanceStack(e,null,null))return!1;if(e.pos>n)return qA(e,t),!0}}runRecovery(e,t,n){let i=null,o=!1;for(let r=0;r<e.length;r++){let s=e[r],a=t[r<<1],l=t[1+(r<<1)],c=$A?this.stackID(s)+" -> ":"";if(s.deadEnd){if(o)continue;if(o=!0,s.restart(),$A&&console.log(c+this.stackID(s)+" (restarted)"),this.advanceFully(s,n))continue}let u=s.split(),h=c;for(let e=0;e<10&&u.forceReduce();e++){if($A&&console.log(h+this.stackID(u)+" (via force-reduce)"),this.advanceFully(u,n))break;$A&&(h=this.stackID(u)+" -> ")}for(let e of s.recoverByInsert(a))$A&&console.log(c+this.stackID(e)+" (via recover-insert)"),this.advanceFully(e,n);this.stream.end>s.pos?(l==s.pos&&(l++,a=0),s.recoverByDelete(a,l),$A&&console.log(c+this.stackID(s)+` (via recover-delete ${this.parser.getName(a)})`),qA(s,n)):(!i||i.score<u.score)&&(i=u)}return i}stackToTree(e){return e.close(),CE.build({buffer:OA.create(e),nodeSet:this.parser.nodeSet,topID:this.topTerm,maxBufferLength:this.parser.bufferLength,reused:this.reused,start:this.ranges[0].from,length:e.pos-this.ranges[0].from,minRepeatType:this.parser.minRepeatTerm})}stackID(e){let t=(IA||(IA=new WeakMap)).get(e);return t||IA.set(e,t=String.fromCodePoint(this.nextStackID++)),t+e}}function qA(e,t){for(let n=0;n<t.length;n++){let i=t[n];if(i.pos==e.pos&&i.sameState(e))return void(t[n].score<e.score&&(t[n]=e))}t.push(e)}class VA{constructor(e,t,n){this.source=e,this.flags=t,this.disabled=n}allows(e){return!this.disabled||0==this.disabled[e]}}const FA=e=>e;class zA{constructor(e){this.start=e.start,this.shift=e.shift||FA,this.reduce=e.reduce||FA,this.reuse=e.reuse||FA,this.hash=e.hash||(()=>0),this.strict=!1!==e.strict}}class WA extends FE{constructor(e){if(super(),this.wrappers=[],14!=e.version)throw new RangeError(`Parser version (${e.version}) doesn't match runtime version (14)`);let t=e.nodeNames.split(" ");this.minRepeatTerm=t.length;for(let n=0;n<e.repeatNodeCount;n++)t.push("");let n=Object.keys(e.topRules).map(t=>e.topRules[t][1]),i=[];for(let e=0;e<t.length;e++)i.push([]);function o(e,t,n){i[e].push([t,t.deserialize(String(n))])}if(e.nodeProps)for(let t of e.nodeProps){let e=t[0];"string"==typeof e&&(e=gE[e]);for(let n=1;n<t.length;){let i=t[n++];if(i>=0)o(i,e,t[n++]);else{let r=t[n+-i];for(let s=-i;s>0;s--)o(t[n++],e,r);n++}}}this.nodeSet=new xE(t.map((t,o)=>yE.define({name:o>=this.minRepeatTerm?void 0:t,id:o,props:i[o],top:n.indexOf(o)>-1,error:0==o,skipped:e.skippedNodes&&e.skippedNodes.indexOf(o)>-1}))),e.propSources&&(this.nodeSet=this.nodeSet.extend(...e.propSources)),this.strict=!1,this.bufferLength=dE;let r=EA(e.tokenData);this.context=e.context,this.specializerSpecs=e.specialized||[],this.specialized=new Uint16Array(this.specializerSpecs.length);for(let e=0;e<this.specializerSpecs.length;e++)this.specialized[e]=this.specializerSpecs[e].term;this.specializers=this.specializerSpecs.map(HA),this.states=EA(e.states,Uint32Array),this.data=EA(e.stateData),this.goto=EA(e.goto),this.maxTerm=e.maxTerm,this.tokenizers=e.tokenizers.map(e=>"number"==typeof e?new MA(r,e):e),this.topRules=e.topRules,this.dialects=e.dialects||{},this.dynamicPrecedences=e.dynamicPrecedences||null,this.tokenPrecTable=e.tokenPrec,this.termNames=e.termNames||null,this.maxNode=this.nodeSet.types.length-1,this.dialect=this.parseDialect(),this.top=this.topRules[Object.keys(this.topRules)[0]]}createParse(e,t,n){let i=new NA(this,e,t,n);for(let o of this.wrappers)i=o(i,e,t,n);return i}getGoto(e,t,n=!1){let i=this.goto;if(t>=i[0])return-1;for(let o=i[t+1];;){let t=i[o++],r=1&t,s=i[o++];if(r&&n)return s;for(let n=o+(t>>1);o<n;o++)if(i[o]==e)return s;if(r)return-1}}hasAction(e,t){let n=this.data;for(let i=0;i<2;i++)for(let o,r=this.stateSlot(e,i?2:1);;r+=3){if(65535==(o=n[r])){if(1!=n[r+1]){if(2==n[r+1])return QA(n,r+2);break}o=n[r=QA(n,r+2)]}if(o==t||0==o)return QA(n,r+1)}return 0}stateSlot(e,t){return this.states[6*e+t]}stateFlag(e,t){return(this.stateSlot(e,0)&t)>0}validAction(e,t){return!!this.allActions(e,e=>e==t||null)}allActions(e,t){let n=this.stateSlot(e,4),i=n?t(n):void 0;for(let n=this.stateSlot(e,1);null==i;n+=3){if(65535==this.data[n]){if(1!=this.data[n+1])break;n=QA(this.data,n+2)}i=t(QA(this.data,n+1))}return i}nextStates(e){let t=[];for(let n=this.stateSlot(e,1);;n+=3){if(65535==this.data[n]){if(1!=this.data[n+1])break;n=QA(this.data,n+2)}if(!(1&this.data[n+2])){let e=this.data[n+1];t.some((t,n)=>1&n&&t==e)||t.push(this.data[n],e)}}return t}configure(e){let t=Object.assign(Object.create(WA.prototype),this);if(e.props&&(t.nodeSet=this.nodeSet.extend(...e.props)),e.top){let n=this.topRules[e.top];if(!n)throw new RangeError(`Invalid top rule name ${e.top}`);t.top=n}return e.tokenizers&&(t.tokenizers=this.tokenizers.map(t=>{let n=e.tokenizers.find(e=>e.from==t);return n?n.to:t})),e.specializers&&(t.specializers=this.specializers.slice(),t.specializerSpecs=this.specializerSpecs.map((n,i)=>{let o=e.specializers.find(e=>e.from==n.external);if(!o)return n;let r=Object.assign(Object.assign({},n),{external:o.to});return t.specializers[i]=HA(r),r})),e.contextTracker&&(t.context=e.contextTracker),e.dialect&&(t.dialect=this.parseDialect(e.dialect)),null!=e.strict&&(t.strict=e.strict),e.wrap&&(t.wrappers=t.wrappers.concat(e.wrap)),null!=e.bufferLength&&(t.bufferLength=e.bufferLength),t}hasWrappers(){return this.wrappers.length>0}getName(e){return this.termNames?this.termNames[e]:String(e<=this.maxNode&&this.nodeSet.types[e].name||e)}get eofTerm(){return this.maxNode+1}get topNode(){return this.nodeSet.types[this.top[1]]}dynamicPrecedence(e){let t=this.dynamicPrecedences;return null==t?0:t[e]||0}parseDialect(e){let t=Object.keys(this.dialects),n=t.map(()=>!1);if(e)for(let i of e.split(" ")){let e=t.indexOf(i);e>=0&&(n[e]=!0)}let i=null;for(let e=0;e<t.length;e++)if(!n[e])for(let n,o=this.dialects[t[e]];65535!=(n=this.data[o++]);)(i||(i=new Uint8Array(this.maxTerm+1)))[n]=1;return new VA(e,n,i)}static deserialize(e){return new WA(e)}}function QA(e,t){return e[t]|e[t+1]<<16}function HA(e){if(e.external){let t=e.extend?1:0;return(n,i)=>e.external(n,i)<<1|t}return e.get}const UA=122,XA=123,KA=4,YA=131,GA=19,ZA=140,JA=23,eP=141,tP=41,nP=68,iP=154,oP=70,rP=155,sP=72,aP=156,lP=168,cP=89,uP=90,hP=170,dP=97,pP=172,fP="undefined"!=typeof process&&process.env&&/\bfparse(:dbg)?\b/.test(process.env.LOG),gP="undefined"!=typeof process&&process.env&&/\bfparse:dbg\b/.test(process.env.LOG),mP="undefined"!=typeof process&&process.env&&/\bcontext\b/.test(process.env.LOG),vP=[9,11,12,32,133,160,5760,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8232,8233,8239,8287,12288],yP=_P("\n\r"),xP="*".charCodeAt(0),bP=_P("'./-+*^");function _P(e){return Array.from(e).map(e=>e.charCodeAt(0))}function wP(e){return 63===e||e>=65&&e<=90||95===e||e>=97&&e<=122||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=767||e>=880&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=55296&&e<=56319||e>=56320&&e<=57343}function CP(e){return e>=48&&e<=57||183===e||e>=768&&e<=879||e>=8255&&e<=8256}function kP(e){return vP.includes(e)}function OP(e,t){return t.concat(e.split(/\n/g).join("\n"+t))}function EP(e,t=0){const n=e.peek(t);return n===xP&&e.peek(t+1)===xP?{offset:2,token:"**"}:(i=n,bP.includes(i)?{offset:1,token:String.fromCharCode(n)}:null);var i}function SP(e,t=0,n=!1){for(let i=!1,o=[],r=0;;r++){const s=e.peek(t+r);if(!(wP(s)||(i||n)&&CP(s)))return o.length?{token:String.fromCharCode(...o),offset:r}:null;i||(i=!0),o.push(s)}}function TP(e,t){for(let n=!1,i=0;;i++){if(!kP(e.peek(t+i)))return n?{token:" ",offset:i}:null;n||(n=!0)}}const RP={[UA]:"identifier",[XA]:"nameIdentifier"},MP=new AA((e,t)=>{gP&&console.log("%s: T <identifier | nameIdentifier>",e.pos);const n=function(e,t){const{keys:n,prefixes:i}=t.contextCache(),o=t.tokens;for(let t=0,r=[],s=null;;){const a=o.length+r.length>0,l=r.length>0,c=SP(e,t,a)||a&&EP(e,t)||l&&TP(e,t);if(!c)return s;const{token:u,offset:h}=c;if(t+=h," "===u)continue;r=[...r,u];const d=[...o,...r].join(" ");if(n.has(d)){const e=r[0];s={token:e,offset:e.length,term:123}}if(!i.has(d)){if(jP.some(e=>e===d)){const e=r[0];s={token:e,offset:e.length,term:122}}if(!jP.some(e=>e.startsWith(d)))return s}}}(e,t.context),i=t.context.tokens,o=n||SP(e,0,i.length>0);o&&(e.advance(o.offset),e.acceptToken(n?n.term:122),fP&&console.log("%s: MATCH <%s> <%s>",e.pos,n?RP[n.term]:"identifier",o.token))},{contextual:!0}),AP=new AA((e,t)=>{gP&&console.log("%s: T <propertyIdentifier>",e.pos);const n=SP(e,0,t.context.tokens.length>0);n&&(e.advance(n.offset),e.acceptToken(121),fP&&console.log("%s: MATCH <propertyIdentifier> <%s>",e.pos,n.token))}),PP=new AA((e,t)=>{let n;gP&&console.log("%s: T <insertSemi>",e.pos);let i=!1;for(n=0;;n++){const t=e.peek(n);if(!vP.includes(t)){yP.includes(t)&&(i=!0);break}}if(i){const t=SP(e,n+1);if(TP(e,n+1)||t&&/^(then|else|return|satisfies)$/.test(t.token))return;fP&&console.log("%s: MATCH <insertSemi>",e.pos),e.acceptToken(124)}}),DP={[aP]:"FunctionInvocation",[rP]:"FilterExpression",[iP]:"PathExpression"},$P={[pP]:"Context",[hP]:"FunctionDefinition",[YA]:"ForExpression",[lP]:"List",[ZA]:"IfExpression",[eP]:"QuantifiedExpression"},IP={[dP]:"Context",[uP]:"FunctionDefinition",[KA]:"ForExpression",[cP]:"List",[GA]:"IfExpression",[JA]:"QuantifiedExpression",[nP]:"PathExpression",[sP]:"FunctionInvocation",[oP]:"FilterExpression",[tP]:"ArithmeticExpression"};class BP{constructor(e){this.fn=e}get(e){return this.fn(e)}static of(e){return new BP(e)}}const jP=Object.keys({"date and time":1,date:1,time:1,duration:1});function LP(e,t){const n=zP(e),i=function(e){const t=[];for(let n=1;n<=e.length;n++)t.push(e.substring(0,n));return t}(n);t.keys.add(n);for(const e of i)t.prefixes.add(e);return t.originalMap.set(n,e),t}function NP(e){const t=qP();for(const n of e.getKeys())LP(n,t);return t}function qP(e){return{keys:new Set(e?.keys),prefixes:new Set(e?.prefixes),originalMap:new Map(e?.originalMap)}}class VP{constructor(e={}){this.value=e}getKeys(){return Object.keys(this.value)}get(e){const t=this.value[e],n=this.constructor;return n.isAtomic(t)?t:n.of(t)}set(e,t){return new(0,this.constructor)({...this.value,[e]:t})}merge(e){const t=this.constructor;return new t(t.__merge(this.value,e))}static isAtomic(e){return!e||e instanceof this||e instanceof BP||"object"!=typeof e}static of(...e){return new this(e.reduce((e,t)=>this.__merge(e,t),{}))}static __unwrap(e){return e?e instanceof this?e.value:this.isAtomic(e)?{}:e:{}}static __merge(e,t){const n=Object.assign({},this.__unwrap(e));for(const[e,i]of Object.entries(this.__unwrap(t)))i instanceof BP?n[e]=i:u(n,e)?n[e]=this.__merge(n[e],i):n[e]=i;return n}}class FP{constructor({name:e="Expressions",tokens:t=[],children:n=[],parent:i=null,context:o,value:r,raw:s,__cache:a}){this.name=e,this.tokens=t,this.children=n,this.parent=i,this.context=o,this.value=r,this.raw=s,this.__cache=a}get root(){let e=this;for(;e.parent;)e=e.parent;return e}get cache(){const e=this.root;return e.__cache||(e.__cache=new WeakMap),e.__cache}enterScope(e){const t=this.of({name:e,parent:this});return mP&&console.log("[%s] enter",t.path,t.context),t}exitScope(e){return this.parent?(mP&&console.log("[%s] exit %o\n%s",this.path,this.context,OP(e," ")),this.parent.pushChild(this)):(mP&&console.log("[%s] NO exit %o\n%s",this.path,this.context,OP(e," ")),this)}token(e){return mP&&console.log("[%s] token <%s> + <%s>",this.path,this.tokens.join(" "),e),this.assign({tokens:[...this.tokens,e]})}literal(e){return mP&&console.log("[%s] literal %o",this.path,e),this.pushChild(this.of({name:"Literal",value:e}))}computedValue(){for(let e=this;;e=UP(e.children)){if(!e)return null;if(e.value)return e.value}}contextCache(){let e=this.cache.get(this.context);return e||(e=NP(this.context),this.cache.set(this.context,e)),e}get path(){return this.parent?.path?.concat(" > ",this.name)||this.name}get(e){const t=e&&zP(e),n=this.contextCache().originalMap.get(t);if(void 0===n)return;const i=this.context.get(n);return i instanceof BP?i.get(this):i}resolveName(){const e=this.tokens.join(" "),t=this.assign({tokens:[]}),n=this.of({name:"VariableName",parent:t,value:this.get(e),raw:e});return mP&&console.log("[%s] resolve name <%s=%s>",n.path,e,this.get(e)),t.pushChild(n)}pushChild(e){if(!e)return this;const t=this.assign({children:[...this.children,e]});return e.parent=t,t}pushChildren(e){let t=this;for(const n of e)t=t.pushChild(n);return t}declareName(){if(0===this.tokens.length)throw Error("no tokens to declare name");const e=this.tokens.join(" ");return mP&&console.log("[%s] declareName <%s>",this.path,e),this.assign({tokens:[]}).pushChild(this.of({name:"Name",value:e}))}define(e,t){if("string"!=typeof e)return mP&&console.log("[%s] no define <%s=%s>",this.path,e,t),this;mP&&console.log("[%s] define <%s=%s>",this.path,e,t);const n=this.context,i=n.set(e,t),o=LP(e,qP(this.cache.get(n)||NP(n)));return this.cache.set(i,o),this.assign({context:i})}assign(e={}){return FP.of({...this,...e})}of(e={}){const t={context:this.context,parent:this.parent};return FP.of({...t,...e})}static of(e){const{name:t,tokens:n=[],children:i=[],parent:o=null,context:r,value:s,raw:a,__cache:l}=e;if(!r)throw new Error("must provide <context>");return new FP({name:t,tokens:[...n],children:[...i],context:r,parent:o,value:s,raw:a,__cache:l})}}function zP(e){return e.replace(/\s*([./\-'+]|\*\*?)\s*/g," $1 ").replace(/\s{2,}/g," ").trim()}function WP(e,t,n){const i=e.children.filter(e=>e.name!==t),o=e.children.filter(e=>e.name===t),r=i[0],s=i[Math.max(1,i.length-1)],a=r?.computedValue(),l=s?.computedValue()||null;return e.assign({children:o}).enterScope(t).pushChildren(i).exitScope(n).define(a,l)}function QP(e={},t=VP){const n=FP.of({context:t.of(e)});return new zA({start:n,reduce(e,n,i,o){if(19===n){const[n,i]=e.children.slice(-2);e=e.assign({value:t.of(n?.computedValue(),i?.computedValue())})}if(89===n&&(e=e.assign({value:t.of(...e.children.map(e=>e?.computedValue()))})),70===n){const[t,n]=e.children.slice(-2);e=e.assign({value:t?.computedValue()})}if(72===n){const[t,...n]=e.children;"get value"===t?.raw&&(e=function(e,t){if(!t.length)return e.assign({value:null});"Name"===t[0].name&&(t=function(e,t){const n={};for(let t=0;t<e.length;t+=2){const[i,o]=e.slice(t,t+2);n[i.value]=o}return t.map(e=>n[e])}(t,["m","key"]));if(2!==t.length)return e.assign({value:null});const[n,i]=t,o=i?.computedValue(),r=n?.computedValue();if(!r||"object"!=typeof r||"string"!=typeof o)return e.assign({value:null});return e.assign({value:[zP(o),o].reduce((e,t)=>r.get(t)||e,null)})}(e,n))}const r=$P[n];if(r)return e.enterScope(r);const s=DP[n];if(s){const{children:i,context:o}=e,r=i.slice(0,-1),a=UP(i);let l=null;return 154===n&&(l=t.of(a?.computedValue())),155===n&&(l=t.of(o,a?.computedValue()).set("item",a?.computedValue())),e.assign({children:r}).enterScope(s).pushChild(a).assign({context:l||o})}const a=o.read(o.pos,i.pos);if(IP[n])return e.exitScope(a);if(98===n){const n=e.children.filter(e=>"ContextEntry"!==e.name),i=n[0],o=UP(n);return WP(e,"ContextEntry",a).assign({value:t.of(e.value).set(i?.computedValue(),o?.computedValue())})}if(7===n||27===n)return WP(e,"InExpression",a);if(139===n)return e.define("partial",BP.of(e=>UP(e.children)?.computedValue()));if(76===n){const t=UP(e.children).computedValue();return e.define(t,1)}if(145===n||146===n||147===n){const t=e.children.slice(0,-1),n=UP(e.children);return e.assign({children:t}).enterScope("ArithmeticExpression").pushChild(n)}if(148===n)return e.enterScope("ArithmeticExpression");if(9===n||10===n||101===n)return e.token(a);if(80===n)return e.literal(a.replace(/^"|"$/g,""));if(81===n)return e.literal("true"===a);if(79===n)return e.literal(parseFloat(a));if(161===n)return e.literal(null);if(47===n)return e.resolveName();if(8===n||100===n)return e.declareName();if((128===n||37===n)&&e.tokens.length>0)throw new Error("uncleared name");if(128===n){let t=e;for(;t.parent;)t=t.exitScope(a);return t}return e}})}const HP=QP({});function UP(e){return e[e.length-1]}const XP=XE({StringLiteral:gS.string,NumericLiteral:gS.number,BooleanLiteral:gS.bool,"AtLiteral!":gS.special(gS.string),CompareOp:gS.compareOperator,ArithOp:gS.arithmeticOperator,"for if then else some every satisfies between return":gS.controlKeyword,"in instance of and or":gS.operatorKeyword,function:gS.definitionKeyword,as:gS.keyword,"Type/...":gS.typeName,Wildcard:gS.special(gS.variableName),null:gS.null,LineComment:gS.lineComment,BlockComment:gS.blockComment,'VariableName! "?"':gS.variableName,"DateTimeConstructor! SpecialFunctionName!":gS.function(gS.special(gS.variableName)),"List Interval":gS.list,Context:gS.definition(gS.literal),"Name!":gS.definition(gS.variableName),"Key/Name! ContextEntryType/Name!":gS.definition(gS.propertyName),"PathExpression/VariableName!":gS.function(gS.propertyName),"FormalParameter/ParameterName!":gS.function(gS.definition(gS.variableName)),"( )":gS.paren,"[ ]":gS.squareBracket,"{ }":gS.brace,".":gS.derefOperator,", ;":gS.separator,"..":gS.punctuation}),KP={__proto__:null,for:10,in:32,return:36,if:40,then:42,else:44,some:48,every:50,satisfies:56,or:60,and:64,between:72,instance:86,of:89,days:101,time:103,duration:105,years:107,months:109,date:111,list:117,context:123,function:130,null:156,true:332,false:332,"?":170,external:186,not:211},YP=WA.deserialize({version:14,states:"C|O`QYOOO`QYOOO$yQYOOOOQU'#Ce'#CeO%TQYO'#C`O&^QYO'#FQOOQQ'#Ff'#FfO&hQYO'#FfO`QYO'#DVOOQU'#En'#EnO(_Q^O'#D]OOQU'#D^'#D^OOQU'#D]'#D]OOQO'#Fn'#FnO*[QWO'#DvOOQQ'#D}'#D}OOQQ'#EO'#EOOOQQ'#EP'#EPO*aOWO'#ESO*[QWO'#EQOOQQ'#EQ'#EQOOQQ'#Ft'#FtOOQQ'#Fr'#FrOOQQ'#Fz'#FzOOQQ'#EU'#EUO`QYO'#EWOOQQ'#FS'#FSO*iQ^O'#FSO,`QYO'#EXO,gQWO'#EYOOQP'#GO'#GOO,lQXO'#EaOOQQ'#F{'#F{OOQQ'#FR'#FRQOQWOOOOQQ'#FT'#FTOOQQ'#F^'#F^O`QYO'#CoOOQQ'#F_'#F_O%TQYO'#CsO,zQYO'#DwOOQQ'#Fs'#FsO-PQYO'#EROOQO'#ER'#ERO`QYO'#EVO`QYO'#EUOOQO'#F|'#F|Q-XQWOOO-^QYO'#DRO.TQWO'#FbOOQO'#DT'#DTO.`QYO'#FfO.gQWOOO/^QYO'#CdO/kQYO'#FVOOQQ'#Cc'#CcO/pQYO'#FUOOQQ'#Cb'#CbO/xQYO,58zO`QYO,59iOOQQ'#Fc'#FcOOQQ'#Fd'#FdOOQQ'#Fe'#FeO`QYO,59qO`QYO,59qO`QYO,59qOOQQ'#Fl'#FlO/}QYO,5:^OOQQ'#Fm'#FmO`QYO,5:`O`QYO,59eO`QYO,59gO`QYO,59iO1|QYO,59iO2TQYO,59rOOQQ,5:i,5:iO2YQYO,59qOOQU-E8l-E8lO3|QYO'#FoOOQQ,5:b,5:bOOQQ,5:n,5:nOOQQ,5:l,5:lO4TQYO,5:rOOQQ,5;n,5;nO4_QYO,5:qO4lQWO,5:sO4qQYO,5:tOOQP'#Ee'#EeO5hQXO'#EdOOQO'#Ec'#EcO5oQWO'#EbO5tQWO'#GPO5|QWO,5:{O6RQYO,59ZO/kQYO'#FaOOQQ'#Cw'#CwO6YQYO'#F`OOQQ'#Cv'#CvO6bQYO,59_O6gQYO,5:cO6lQYO,5:mO4WQYO,5:qO6qQYO,5:pO`QYO'#EwQ-XQWOOO`QYO'#EmO7hQWO,5;|O`QYOOOOQR'#Cf'#CfOOQQ'#Ej'#EjO8bQYO,59OO`QYO,5;qOOQQ'#FY'#FYO%TQYO'#EkO8rQYO,5;pO`QYO1G.fOOQQ'#F]'#F]O9iQYO1G/TO<`QYO1G/]O<jQYO1G/]O<tQYO1G/]OOQQ1G/x1G/xO>hQYO1G/zO>oQYO1G/PO?xQYO1G/ROARQYO1G/TO`QYO1G/TOOQQ1G/T1G/TOAiQYO1G/^OBWQ^O'#CdOCjQYO'#FqOOQO'#Dz'#DzOCtQWO'#DyOCyQWO'#FpOOQO'#Dx'#DxOOQO'#D{'#D{ODRQWO,5<ZOOQQ1G0^1G0^O`QYO1G0]O`QYO'#EsODWQWO,5<]OOQQ1G0_1G0_ODcQWO'#E[ODnQWO'#F}OOQO'#EZ'#EZODvQWO1G0`OOQP'#Eu'#EuOD{QXO,5;OO`QYO,5:|OESQXO'#EvOE_QWO,5<kOOQQ1G0g1G0gO`QYO1G.uO`QYO,5;{O%TQYO'#ElOEgQYO,5;zO`QYO1G.yOEoQYO1G/}OOQO1G0X1G0XOOQO,5;c,5;cOOQO-E8u-E8uOOQO,5;X,5;XOOQO-E8k-E8kOEtQWOOOOQQ-E8h-E8hOEyQYO'#CmOOQQ1G1]1G1]OOQQ,5;V,5;VOOQQ-E8i-E8iOFWQYO7+$QOOQQ7+%f7+%fO`QYO7+$oOF}QYO,5:rOG[QWO7+$oOGaQYO'#D[OOQQ'#DZ'#DZOITQYO'#D_OIYQYO'#D_OI_QYO'#D_OIdQ`O'#DgOIiQ`O'#DjOInQ`O'#DnOOQQ7+$x7+$xO`QYO,5:eO%TQYO'#ErOIsQWO,5<[OOQQ1G1u1G1uOJyQYO7+%wOKWQYO,5;_OOQO-E8q-E8qOAiQYO,5:vO%TQYO'#EtOKeQWO,5<iOKmQYO7+%zOOQP-E8s-E8sOKtQYO1G0hOOQO,5;b,5;bOOQO-E8t-E8tOLOQYO7+$aOLVQYO1G1gOOQQ,5;W,5;WOOQQ-E8j-E8jOLaQYO7+$eOOQO7+%i7+%iO`QYO,59XOMWQYO<<HZOOQQ<<HZ<<HZO/}QYO'#EoONaQYO,59vO!!TQYO,59yO!!YQYO,59yO!!_QYO,59yO!!dQYO,5:RO%TQYO,5:UO!#RQbO,5:YO!#YQYO1G0POOQO,5;^,5;^OOQO-E8p-E8pO!#dQYO<<IcOOQQ<<Ic<<IcOOQO1G0b1G0bOOQO,5;`,5;`OOQO-E8r-E8rO!&fQYO'#E^OOQQ<<If<<IfO`QYO<<IfO`QYO<<G{O!']QYO1G.sOOQQ,5;Z,5;ZOOQQ-E8m-E8mO!'gQYO1G/eOOQQ1G/e1G/eO!'lQbO'#D]O!'}Q`O'#D[O!(YQ`O1G/mO!(_QWO'#DmO!(dQ`O'#FhOOQO'#Dl'#DlO!(lQ`O1G/pOOQO'#Dq'#DqO!(qQ`O'#FjOOQO'#Dp'#DpO!(yQ`O1G/tOOQQAN?QAN?QO!)OQYOAN=gOOQQ7+%P7+%PO!)uQ`O,59vOOQQ7+%X7+%XO!!dQYO,5:XO%TQYO'#EpO!*QQ`O,5<SOOQQ7+%[7+%[O!!dQYO'#EqO!*YQ`O,5<UO!*bQ`O7+%`OOQO1G/s1G/sOOQO,5;[,5;[OOQO-E8n-E8nOOQO,5;],5;]OOQO-E8o-E8oOAiQYO<<HzOOQQAN>fAN>fO/}QYO'#EoO!!dQYO<<HzO!*gQ`O7+%`O!*lQ`O1G/tO!#RQbO,5:YO!*qQ`O'#Dn",stateData:"!+U~O#rOS#sOSPOSQOS~OTsOZVO[UOdtOhvOivOr}Os}OviO!T{O!U{O!VxO!XzO!c!OO!g|O!igO!pyO!wjO#SnO#nRO#oRO$ZZO$i_O$j`O$k`O$laO$mbO~OTsO[UOdtOhvOivOr}Os}OviO!T{O!U{O!VxO!XzO!c!OO!g|O!igO!pyO!wjO#SnO#nRO#oRO$ZZO$i_O$j`O$k`O$laO$mbO~OZ!TO#]!UO~P#VO#nRO#oRO~OZ!^O[!^O]!_O^!_O_!`O`!kOn!hOp!iOr!]Os!]Ot!jO{!lO!i!fO#z!dOv$bX~O#l#tX$t#tX~P%]O$i!mOT$YXZ$YX[$YXd$YXh$YXi$YXr$YXs$YXv$YX!T$YX!U$YX!V$YX!X$YX!c$YX!g$YX!i$YX!p$YX!w$YX#S$YX#n$YX#o$YX$Z$YX$j$YX$k$YX$l$YX$m$YX~O#nRO#oROZ!PX[!PX]!PX^!PX_!PX`!PXn!PXp!PXr!PXs!PXt!PXv!PX{!PX!i!PX#l!PX#p!PX#z!PX$t!PX$O!PXx!PX#}!PX!g!PXe!PXb!PX#R!PXf!PXl!PX~Ov!pO~O$j`O$k`O~O#p!uOZ#vX[#vX]#vX^#vX_#vX`#vXn#vXp#vXr#vXs#vXt#vXv#vX{#vX!i#vX#l#vX#z#vX$t#vX$O#vXx#vX#}#vX!g#vXe#vXb#vX#R#vXf#vXl#vX~O!g$eP~P`Ov!xO~O#m!yO$j`O$k`O#R$sP~Op#VO~Op#WOv!uX~O$t#ZO~O#luX$OuX$tuXxuX#}uX!guXeuXbuX#RuXfuXluX~P%]O$O#]O#l$UXx$UX~O#l#[X~P&hOv#_O~OZ#`O[#`O]#`O^#`O_#`O#nRO#oRO#z#`O#{#`O$]WX~O`WXxWX$OWX~P.lO`#dO~O$O#eOb#xX~Ob#hO~O#nRO#oRO$ZZO~OTsOZVO[UOdtOhvOivOr}Os}O!T{O!U{O!VxO!XzO!c!OO!g|O!igO!pyO!wjO#SnO#nRO#oRO$ZZO$i_O$j`O$k`O$laO$mbO~Ov#rO~P0YO|#tO~O{!lO!i!fO#z!dOZya[ya]ya^ya_ya`yanyapyaryasyatyav$bX#lya$tya$Oyaxya#}ya!gyaeyabya#Ryafyalya~Ox$eP~P`Ox#}O#}$OO~P%]O#}$OO$O$PO!g$eX~P%]O!g$RO~O#nRO#oROx$qP~OZ#`O[#`O]#`O^#`O_#`O#m!yO#z#`O#{#`O~O$]#WX~P4|O$]$YO~O$O$ZO#R$sX~O#R$]O~Oe$^O~P%]O$O$`Ol$SX~Ol$bO~O!W$cO~O!T$dO~O#l!xa$t!xa$O!xax!xa#}!xa!g!xae!xab!xa#R!xaf!xal!xa~P%]O$O#]O#l$Uax$Ua~OZ#`O[#`O]#`O^#`O_#`O#nRO#oRO#z#`O#{#`O~O`Wa$]WaxWa$OWa~P7sO$O#eOb#xa~OZ!^O[!^O]!_O^!_O_!`O{!lO!i!fO#z!dOv$bX~O`qinqipqirqisqitqi#lqi$tqi$Oqixqi#}qi!gqieqibqi#Rqifqilqi~P8zO_!`O{!lO!i!fO#z!dOZyi[yi`yinyipyiryisyityiv$bX#lyi$tyi$Oyixyi#}yi!gyieyibyi#Ryifyilyi~O]!_O^!_O~P:rO]yi^yi~P:rO{!lO!i!fO#z!dOZyi[yi]yi^yi_yi`yinyipyiryisyityiv$bX#lyi$tyi$Oyixyi#}yi!gyieyibyi#Ryifyilyi~O!g$pO~P%]O`!kOp!iOr!]Os!]Ot!jOnmi#lmi$tmi$Omixmi#}mi!gmiemibmi#Rmifmilmi~P8zO`!kOr!]Os!]Ot!jOnoipoi#loi$toi$Ooixoi#}oi!goieoiboi#Roifoiloi~P8zO`!kOn!hOp$qOr!]Os!]Ot!jO~P8zO!S$vO!V$wO!X$xO![$yO!_$zO!c${O#nRO#oRO$ZZO~OZ#bX[#bX]#bX^#bX_#bX`#bXn#bXp#bXr#bXs#bXt#bXv#bXx#bX{#bX!i#bX#n#bX#o#bX#p#bX#z#bX$O#bX~P.lO$O$POx$eX~P%]O$]$}O~O$O%OOx$dX~Ox%QO~O$O$PO!g$eax$ea~O$]%UOx#OX$O#OX~O$O%VOx$qX~Ox%XO~O$]#Wa~P4|O#m!yO$j`O$k`O~O$O$ZO#R$sa~O$O$`Ol$Sa~O!U%cO~OxrO~O#}%dObaX$OaX~P%]O#lSq$tSq$OSqxSq#}Sq!gSqeSqbSq#RSqfSqlSq~P%]Ox#}O#}$OO$OuX~P%]Ox%fO~O#z%gOZ!OX[!OX]!OX^!OX_!OX`!OXn!OXp!OXr!OXs!OXt!OXv!OX{!OX!i!OX#l!OX$t!OX$O!OXx!OX#}!OX!g!OXe!OXb!OX#R!OXf!OXl!OX~Op%iO~Op%jO~Op%kO~O!]%lO~O!]%mO~O!]%nO~O$O%OOx$da~OZ!^O[!^O]!_O^!_O_!`O`!kOn!hOp!iOr!]Os!]Ot!jO{!lO#z!dOv$bX~Ox%sO!g%sO!i%rO~PI{O!g#ga$O#gax#ga~P%]O$O%VOx$qa~O#P%yO~P`O#R#Ui$O#Ui~P%]Of%zO~P%]Ol$Ti$O$Ti~P%]O#lgq$tgq$Ogqxgq#}gq!ggqegqbgq#Rgqfgqlgq~P%]O`qynqypqyrqysqytqy#lqy$tqy$Oqyxqy#}qy!gqyeqybqy#Rqyfqylqy~P8zO#z%gOZ!Oa[!Oa]!Oa^!Oa_!Oa`!Oan!Oap!Oar!Oas!Oat!Oav!Oa{!Oa!i!Oa#l!Oa$t!Oa$O!Oax!Oa#}!Oa!g!Oae!Oab!Oa#R!Oaf!Oal!Oa~O!T&OO~O!W&OO~O!T&PO~O!S$vO!V$wO!X$xO![$yO!_$zO!c&uO#nRO#oRO$ZZO~O!Y$^P~P!!dOx!mi$O!mi~P%]OT$aXZ$aX[$aX]!yy^!yy_!yy`!yyd$aXh$aXi$aXn!yyp!yyr$aXs$aXt!yyv$aX{!yy!T$aX!U$aX!V$aX!X$aX!c$aX!g$aX!i$aX!p$aX!w$aX#S$aX#l!yy#n$aX#o$aX#z!yy$Z$aX$i$aX$j$aX$k$aX$l$aX$m$aX$t!yy$O!yyx!yy#}!yye!yyb!yy#R!yyf!yyl!yy~O#l#QX$t#QX$O#QXx#QX#}#QX!g#QXe#QXb#QX#R#QXf#QXl#QX~P%]Obai$Oai~P%]O!U&_O~O#nRO#oRO!Y!PX#z!PX$O!PX~O#z&pO!Y!OX$O!OX~O!Y&aO~O$]&bO~O$O&cO!Y$[X~O!Y&eO~O$O&fO!Y$^X~O!Y&hO~O#lc!R$tc!R$Oc!Rxc!R#}c!R!gc!Rec!Rbc!R#Rc!Rfc!Rlc!R~P%]O#z&pO!Y!Oa$O!Oa~O$O&cO!Y$[a~O$O&fO!Y$^a~O$_&nO~O$_&qO~O!Y&rO~O!]&tO~O$Z$j~$j$k_^$i#zQP]Q~",goto:"E}$tPPPP$uP%n%q%w&Z'tPPPPPP'}P$uPPP$uPP(Q(TP$uP$uP$uPPP(ZP(fP$u$uPP(o)U)a*n)UPPPPPPP)UPP)UP+s+v)UP+|,S$uP$uP$u,Z-S-V-]-SP-e.^-e-e/^0VP$u1O$u1w1w2p2sP2yPP1w3P3V/Y3ZPP3cP3f3m3s3y4P5[5f5l5r5x6P6V6]6cPPPPPPPP6i6r8y9r:k:nPP:rPP:x:{;t<m<p<t<y=h>W>wP?pP?sP?w@jA]BUB[B_$uBeBePPPPPC^8yDVEOEREz!mjOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Z#]#_#c#g#r$O$P$Y$^$_$b$q$}%X%d%y%zR![SQ!YSR$m#eS!WS#eS#Qw$`W#w!p!x%O%VT&T%m&c#WXOPQWYilu|}!]!a!b!c!e!g!h!i!j!k#Z#]#_#c#g#r#t$O$P$Y$^$_$b$q$}%U%X%d%g%l%n%y%z&Q&b&f&n&p&q&tb!VSw!x#e$`%O%V%m&cU#a!V#b#uR#u!pU#a!V#b#uT$W!z$XR$l#cR#UwQ#SwR%`$`U!RQ#_#rQ#s!kR$g#]QrQQ$i#_R$s#rQ$|#tQ%t%UQ&S%lU&X%n&f&tQ&i&bT&o&n&qc$u#t%U%l%n&b&f&n&q&t!lkOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Z#]#_#c#g#r$O$P$Y$^$_$b$q$}%X%d%y%zQ#m!eU$t#t%U&nS%|%g&p]&R%l%n&b&f&q&t#V[OPQWilu|}!]!a!b!c!e!g!h!i!j!k!p#Z#]#_#c#g#r#t$O$P$Y$^$_$b$q$}%U%X%d%g%l%n%y%z&b&f&n&p&q&tR&W%mQ&U%mR&j&cQ&[%nR&s&tS&Y%n&tR&l&f!m]OPQWilu|}!]!a!b!c!g!h!i!j!k!p#Z#]#_#c#g#r$O$P$Y$^$_$b$q$}%X%d%y%zR#|!pQ#y!pR%p%OS#x!p%OT$S!x%V!meOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Z#]#_#c#g#r$O$P$Y$^$_$b$q$}%X%d%y%z!leOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Z#]#_#c#g#r$O$P$Y$^$_$b$q$}%X%d%y%zQ!rbT!{o$Z!mcOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Z#]#_#c#g#r$O$P$Y$^$_$b$q$}%X%d%y%z!mdOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Z#]#_#c#g#r$O$P$Y$^$_$b$q$}%X%d%y%z!mhOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Z#]#_#c#g#r$O$P$Y$^$_$b$q$}%X%d%y%z!mpOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Z#]#_#c#g#r$O$P$Y$^$_$b$q$}%X%d%y%zR$V!xQ$T!xR%u%VQ%x%XR&]%yQ!}oR%[$ZT!|o$ZS!zo$ZT$W!z$XRrQS#b!V#uR$j#bQ#f!YR$n#fQ$a#SR%a$aQ#^!RR$h#^!vYOPQWilu|}!]!a!b!c!e!g!h!i!j!k!p#Z#]#_#c#g#r#t$O$P$Y$^$_$b$q$}%U%X%d%g%y%z&nS!oY&Q_&Q%l%n&b&f&p&q&tQ%h$tS%}%h&`R&`&RQ&d&UR&k&dQ&g&YR&m&gQ%P#yR%q%PS$Q!v#vR%T$QQ%W$TR%v%WQ$X!zR%Y$XQ$[!}R%]$[Q#[!PR$f#[QrOQ!PPR$e#ZUTOP#ZW!QQ!k#]#_Q!nWQ!tiQ!vlQ#PuQ#X|Q#Y}Q#i!]Q#j!aQ#k!bQ#l!cQ#n!gQ#o!hQ#p!iQ#q!jQ#v!pQ$k#cQ$o#gQ$r#rQ%R$OQ%S$PQ%Z$YQ%^$^Q%_$_Q%b$bQ%e$qQ%o$}S%w%X%yQ%{%dR&^%z!mqOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Z#]#_#c#g#r$O$P$Y$^$_$b$q$}%X%d%y%z!mSOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Z#]#_#c#g#r$O$P$Y$^$_$b$q$}%X%d%y%zR!ZST!XS#eQ#c!WR$_#QR#g![!muOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Z#]#_#c#g#r$O$P$Y$^$_$b$q$}%X%d%y%z!mwOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Z#]#_#c#g#r$O$P$Y$^$_$b$q$}%X%d%y%zR#TwT#Rw$`V!SQ#_#r!X!aT!Q!t!v#P#X#Y#i#n#o#p#q#v$k$o$r%R%S%Z%^%_%b%e%o%w%{&^!Z!bT!Q!t!v#P#X#Y#i#j#n#o#p#q#v$k$o$r%R%S%Z%^%_%b%e%o%w%{&^!]!cT!Q!t!v#P#X#Y#i#j#k#n#o#p#q#v$k$o$r%R%S%Z%^%_%b%e%o%w%{&^!mWOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Z#]#_#c#g#r$O$P$Y$^$_$b$q$}%X%d%y%zR&V%mT&Z%n&t!a!eT!Q!n!t!v#P#X#Y#i#j#k#l#n#o#p#q#v$k$o$r%R%S%Z%^%_%b%e%o%w%{&^!a!gT!Q!n!t!v#P#X#Y#i#j#k#l#n#o#p#q#v$k$o$r%R%S%Z%^%_%b%e%o%w%{&^!m^OPQWilu|}!]!a!b!c!g!h!i!j!k!p#Z#]#_#c#g#r$O$P$Y$^$_$b$q$}%X%d%y%zQ!q^R!scR#z!pQ!wlR#{!p!mfOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Z#]#_#c#g#r$O$P$Y$^$_$b$q$}%X%d%y%z!mlOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Z#]#_#c#g#r$O$P$Y$^$_$b$q$}%X%d%y%z!mmOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Z#]#_#c#g#r$O$P$Y$^$_$b$q$}%X%d%y%zR$U!x!moOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Z#]#_#c#g#r$O$P$Y$^$_$b$q$}%X%d%y%zR#Oo",nodeNames:"⚠ LineComment BlockComment Expression ForExpression for InExpressions InExpression Name Identifier Identifier ArithOp ArithOp ArithOp ArithOp ArithOp in IterationContext return IfExpression if then else QuantifiedExpression some every InExpressions InExpression satisfies Disjunction or Conjunction and Comparison CompareOp CompareOp between PositiveUnaryTest ( PositiveUnaryTests ) ArithmeticExpression InstanceOfExpression instance of Type QualifiedName VariableName BacktickIdentifier SpecialType days time duration years months date > ListType list < ContextType context ContextEntryTypes ContextEntryType FunctionType function ArgumentTypes ArgumentType PathExpression ] FilterExpression [ FunctionInvocation SpecialFunctionName NamedParameters NamedParameter ParameterName PositionalParameters null NumericLiteral StringLiteral BooleanLiteral DateTimeLiteral DateTimeConstructor AtLiteral ? SimplePositiveUnaryTest Interval ParenthesizedExpression List FunctionDefinition FormalParameters FormalParameter external FunctionBody } { Context ContextEntry Key Name Identifier Expressions UnaryTests Wildcard not",maxTerm:174,context:HP,nodeProps:[["group",-17,4,19,23,29,31,33,41,42,68,70,72,85,86,88,89,90,97,"Expr",47,"Expr Expr",-5,78,79,80,81,82,"Expr Literal"],["closedBy",38,")",71,"]",96,"}"],["openedBy",40,"(",69,"[",95,"{"]],propSources:[XP],skippedNodes:[0,1,2],repeatNodeCount:14,tokenData:"2t~RvXY#iYZ$^Z[#i]^$^pq#iqr$crs$nwx*[xy*ayz*fz{*k{|*x|}*}}!O+S!O!P+a!P!Q,k!Q![.f![!].}!]!^/S!^!_/X!_!`$i!`!a/h!b!c/r!}#O/w#P#Q/|#Q#R*s#S#T0R#o#p2j#q#r2o$f$g#i#BY#BZ#i$IS$I_#i$I|$I}$^$I}$JO$^$JT$JU#i$KV$KW#i&FU&FV#i?HT?HU#i~#nY#r~XY#iZ[#ipq#i$f$g#i#BY#BZ#i$IS$I_#i$JT$JU#i$KV$KW#i&FU&FV#i?HT?HU#i~$cO#s~~$fP!_!`$i~$nOr~~$qXOY$nYZ%^Zr$nrs'us#O$n#O#P'|#P;'S$n;'S;=`)c<%lO$n~%aVOr%^rs%vs#O%^#O#P%{#P;'S%^;'S;=`'S<%lO%^~%{O$j~~&OWOr%^rs&hs#O%^#O#P%{#P;'S%^;'S;=`'Y;=`<%l%^<%lO%^~&mV$j~Or%^rs%vs#O%^#O#P%{#P;'S%^;'S;=`'S<%lO%^~'VP;=`<%l%^~']WOr%^rs%vs#O%^#O#P%{#P;'S%^;'S;=`'S;=`<%l%^<%lO%^~'|O$j~$k~~(PYOY$nYZ$nZr$nrs(os#O$n#O#P'|#P;'S$n;'S;=`)i;=`<%l$n<%lO$n~(vX$j~$k~OY$nYZ%^Zr$nrs'us#O$n#O#P'|#P;'S$n;'S;=`)c<%lO$n~)fP;=`<%l$n~)lYOY$nYZ%^Zr$nrs'us#O$n#O#P'|#P;'S$n;'S;=`)c;=`<%l$n<%lO$n~*aO#{~~*fOv~~*kOx~~*pP^~z{*s~*xO_~~*}O[~~+SO$O~R+XPZP!`!a+[Q+aO$_Q~+fQ#z~!O!P+l!Q![+q~+qO#}~~+vR$i~!Q![+q!g!h,P#X#Y,P~,SR{|,]}!O,]!Q![,c~,`P!Q![,c~,hP$i~!Q![,c~,pQ]~z{,v!P!Q-}~,yTOz,vz{-Y{;'S,v;'S;=`-w<%lO,v~-]VOz,vz{-Y{!P,v!P!Q-r!Q;'S,v;'S;=`-w<%lO,v~-wOQ~~-zP;=`<%l,v~.SSP~OY-}Z;'S-};'S;=`.`<%lO-}~.cP;=`<%l-}~.kS$i~!O!P.w!Q![.f!g!h,P#X#Y,P~.zP!Q![+q~/SO$]~~/XO$t~R/`P!]QsP!_!`/cP/hOsPR/oP!YQsP!_!`/c~/wO$m~~/|O!i~~0RO!g~~0UVO#O0R#O#P0k#P#S0R#S#T1r#T;'S0R;'S;=`1w<%lO0R~0nWO#O0R#O#P0k#P#S0R#S#T1W#T;'S0R;'S;=`1};=`<%l0R<%lO0R~1]V$Z~O#O0R#O#P0k#P#S0R#S#T1r#T;'S0R;'S;=`1w<%lO0R~1wO$Z~~1zP;=`<%l0R~2QWO#O0R#O#P0k#P#S0R#S#T1r#T;'S0R;'S;=`1w;=`<%l0R<%lO0R~2oO#S~~2tO#R~",tokenizers:[AP,MP,PP,0,1],topRules:{Expression:[0,3],Expressions:[1,102],UnaryTests:[2,103]},dialects:{camunda:2568},dynamicPrecedences:{31:-1,68:1,72:-1,74:-1},specialized:[{term:122,get:e=>KP[e]||-1}],tokenPrec:2571});function GP(e){const t=[];return e.iterate({enter:e=>{const n=e.node;if(!n.type.isError)return;const i=n.parent,o=ZP(n),r={from:n.from,to:n.to,severity:"error",type:"Syntax Error"};if(n.from!==n.to)r.message=`Unrecognized token in <${i.name}>`;else if(o)r.message=`Unrecognized token <${o.name}> in <${i.name}>`,r.to=o.to;else{const e=i.enterUnfinishedNodesBefore(n.to);r.message=`Incomplete <${(e||i).name}>`}t.push(r)}}),t}function ZP(e){return e?e.nextSibling||ZP(e.parent):null}var JP={create:e=>({enter(t){if("FilterExpression"!==t.name)return;const n=e.readContent(t.from,t.to);if(/\[\s*0\s*\]$/.test(n)){const{from:i,to:o}=t;e.report({from:i,to:o,message:"First item is accessed via [1]",severity:"warning",type:"first-item",actions:[{name:"fix",apply(t,r=i,s=o){e.updateContent(r,s,n.replace(/\[\s*0\s*\]$/,"[1]"))}}]})}}})};const eD=[JP];function tD(e){const{readContent:t,syntaxTree:n,updateContent:i}=e,o=[],r={readContent:t,report:e=>{o.push(e)},updateContent:i},s=eD.map(e=>e.create(r));return n.iterate({enter:e=>{for(const t of s)t.enter&&t.enter(e)},leave:e=>{for(const t of s)t.leave&&t.leave(e)}}),o}const nD=[ER("function(${params}) ${body}",{label:"function",detail:"definition",type:"keyword"}),ER("for ${var} in ${collection} return ${value}",{label:"for",detail:"expression",type:"keyword"}),ER("every ${var} in ${collection} satisfies ${condition}",{label:"every",detail:"quantified expression",type:"keyword"}),ER("some ${var} in ${collection} satisfies ${condition}",{label:"some",detail:"quantified expression",type:"keyword"}),ER("if ${condition} then ${value} else ${other value}",{label:"if",detail:"block",type:"keyword"}),ER("{ ${key}: ${value} }",{label:"context",detail:"block",type:"keyword"}),ER("null",{label:"null",detail:"literal",type:"keyword"}),ER("true",{label:"true",detail:"literal",type:"keyword"}),ER("false",{label:"false",detail:"literal",type:"keyword"})];function iD(){return iD=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},iD.apply(null,arguments)}function oD(e){const{context:t,after:n,before:i,keyword:o}=e;return function(e,t){const{nodes:n,before:i,after:o,keyword:r}=e;return e=>{const{state:s,pos:a}=e,l=hD(wS(s).resolveInner(a,-1),n);if(!l)return null;const[c]=l;return cD(c,a,[r,i])||function(e,t,n){return uD(e,t,n,1)}(c,a,[r,o])||o&&!cD(c,a,[o])?null:t(e)}}({nodes:t,before:i,after:n,keyword:o},OT([{label:o,type:"keyword",boost:10}]))}const rD=[oD({context:"InExpression",keyword:"in"}),oD({context:"IfExpression",keyword:"then",after:"if",before:"else"}),oD({context:"IfExpression",keyword:"else",after:"then"}),oD({context:"QuantifiedExpression",keyword:"satisfies"}),oD({context:"ForExpression",after:"InExpressions",keyword:"return"})],sD=["StringLiteral","Identifier","LineComment","BlockComment","PathExpression","Context","Key","ParameterName"],aD=["Expr","ContextEntry"];function lD(e){return function(e){const t=[...sD,...aD];return n=>{const{state:i,pos:o}=n,r=hD(wS(i).resolveInner(o,-1),t);if(r){const[e,t]=r;if(sD.includes(t))return null}return e(n)}}(OT(e.map(e=>iD({},e,{type:"text"}))))}function cD(e,t,n){return uD(e,t,n,-1)}function uD(e,t,n,i){let o=e[i>0?"childAfter":"childBefore"](t);for(;o;){if(n.includes(o.name))return o;if(o.type.isError&&o.firstChild&&n.includes(o.firstChild.name))return o.firstChild;o=o[i>0?"nextSibling":"prevSibling"]}return null}function hD(e,t){for(Array.isArray(t)||(t=[t]);e;e=e.parent){const n=e.type,i=t.find(e=>e&&n.is(e));if(i)return[e,i];if(n.isTop)break}return null}const dD=_S.define({parser:YP.configure({props:[NS.add({Context:QS({closing:"}"}),"List FilterExpression":QS({closing:"]"}),"ParenthesizedExpression FunctionInvocation":US({except:/^\s*\)/}),"ForExpression QuantifiedExpression IfExpression":US({except:/^\s*(then|else|return|satisfies)\b/}),FunctionDefinition:US({except:/^\s*(\(|\))/})}),XS.add({Context:KS,List:KS,ParenthesizedExpression:KS,FunctionDefinition(e){const t=e.getChild(")");return t?{from:t.to,to:e.to}:null}})]}),languageData:{indentOnInput:/^\s*(\)|\}|\]|then|else|return|satisfies)$/,commentTokens:{line:"//",block:{open:"/*",close:"*/"}}}}),pD=dD.configure({top:"UnaryTests"},"FEEL unary tests"),fD=dD.configure({top:"Expression"},"FEEL expression");const gD=[{name:"not",type:"function",params:[{name:"negand"}],info:'<p>Returns the logical negation of the given value.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">not(negand: boolean): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">not(true)\n// false\n\nnot(null)\n// null\n</code></pre>\n'},{name:"get value",type:"function",params:[{name:"context"},{name:"key"}],info:'<p>Returns the value of the context entry with the given key.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">get value(context: context, key: string): Any\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">get value({foo: 123}, "foo")\n// 123\n\nget value({a: 1}, "b")\n// null\n</code></pre>\n'},{name:"get entries",type:"function",params:[{name:"context"}],info:'<p>Returns the entries of the context as a list of key-value-pairs.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">get entries(context: context): list<context>\n</code></pre>\n<p>The return value is a list of contexts. Each context contains two entries for "key" and "value".</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">get entries({foo: 123})\n// [{key: "foo", value: 123}]\n</code></pre>\n'},{name:"context put",type:"function",params:[{name:"context"},{name:"keys"},{name:"value"}],info:'<p>Adds a new entry with the given value to the context. The path of the entry is defined by the keys. Returns a new context that includes the entry.</p>\n<p>If <code>keys</code> contains the keys <code>[k1, k2]</code> then it adds the nested entry <code>k1.k2 = value</code> to the context.</p>\n<p>If an entry for the same keys already exists in the context, it overrides the value.</p>\n<p>If <code>keys</code> are empty, it returns <code>null</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">context put(context: context, keys: list<string>, value: Any): context\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">context put({x:1}, ["y"], 2)\n// {x:1, y:2}\n\ncontext put({x:1, y: {z:0}}, ["y", "z"], 2)\n// {x:1, y: {z:2}}\n\ncontext put({x:1}, ["y", "z"], 2)\n// {x:1, y: {z:2}}\n</code></pre>\n'},{name:"string",type:"function",params:[{name:"from"}],info:'<p>Returns the given value as a string representation.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">string(from: Any): string\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">string(1.1)\n// "1.1"\n\nstring(date("2012-12-25"))\n// "2012-12-25"\n</code></pre>\n'},{name:"number",type:"function",params:[{name:"from"}],info:'<p>Parses the given string to a number.</p>\n<p>Returns <code>null</code> if the string is not a number.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">number(from: string): number\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">number("1500.5")\n// 1500.5\n</code></pre>\n'},{name:"number",type:"function",params:[{name:"from"},{name:"grouping separator"}],info:'<p>Parses the given string to a number using the specified grouping separator.</p>\n<p>Returns <code>null</code> if the string is not a number.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">number(from: string, grouping separator: string): number\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">number("1,500", ",")\n// 1500\n</code></pre>\n'},{name:"number",type:"function",params:[{name:"from"},{name:"grouping separator"},{name:"decimal separator"}],info:'<p>Parses the given string to a number using the specified grouping and decimal separators.</p>\n<p>Returns <code>null</code> if the string is not a number.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">number(from: string, grouping separator: string, decimal separator: string): number\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">number("1 500.5", " ", ".")\n// 1500.5\n</code></pre>\n'},{name:"context",type:"function",params:[{name:"entries"}],info:'<p>Constructs a context of the given list of key-value pairs. It is the reverse function to <a href="feel-built-in-functions-context.md#get-entriescontext">get entries()</a>.</p>\n<p>Each key-value pair must be a context with two entries: <code>key</code> and <code>value</code>. The entry with name <code>key</code> must have a value of the type <code>string</code>.</p>\n<p>It might override context entries if the keys are equal. The entries are overridden in the same order as the contexts in the given list.</p>\n<p>Returns <code>null</code> if one of the entries is not a context or if a context doesn't contain the required entries.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">context(entries: list<context>): context\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">context([{"key":"a", "value":1}, {"key":"b", "value":2}])\n// {a:1, b:2}\n</code></pre>\n'},{name:"date",type:"function",params:[{name:"from"}],info:'<p>Returns a date from the given value.</p>\n<p>Returns <code>null</code> if the string is not a valid calendar date. For example, <code>"2024-06-31"</code> is invalid because June has\nonly 30 days.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">date(from: string): date\n</code></pre>\n<p>Parses the given string into a date.</p>\n<pre><code class="language-feel">date(from: date and time): date\n</code></pre>\n<p>Extracts the date component from the given date and time.</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">date("2018-04-29")\n// date("2018-04-29")\n\ndate(date and time("2012-12-25T11:00:00"))\n// date("2012-12-25")\n</code></pre>\n'},{name:"date",type:"function",params:[{name:"year"},{name:"month"},{name:"day"}],info:'<p>Returns a date from the given components.</p>\n<p>Returns <code>null</code> if the components don't represent a valid calendar date. For example, <code>2024,6,31</code> is invalid because\nJune has only 30 days.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">date(year: number, month: number, day: number): date\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">date(2012, 12, 25)\n// date("2012-12-25")\n</code></pre>\n'},{name:"time",type:"function",params:[{name:"from"}],info:'<p>Returns a time from the given value.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">time(from: string): time\n</code></pre>\n<p>Parses the given string into a time.</p>\n<pre><code class="language-feel">time(from: date and time): time\n</code></pre>\n<p>Extracts the time component from the given date and time.</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">time("12:00:00")\n// time("12:00:00")\n\ntime(date and time("2012-12-25T11:00:00"))\n// time("11:00:00")\n</code></pre>\n'},{name:"time",type:"function",params:[{name:"hour"},{name:"minute"},{name:"second"}],info:'<p>Returns a time from the given components.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">time(hour: number, minute: number, second: number): time\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">time(23, 59, 0)\n// time("23:59:00")\n</code></pre>\n'},{name:"time",type:"function",params:[{name:"hour"},{name:"minute"},{name:"second"},{name:"offset"}],info:'<p>Returns a time from the given components, including a timezone offset.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">time(hour: number, minute: number, second: number, offset: days and time duration): time\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">time(14, 30, 0, duration("PT1H"))\n// time("14:30:00+01:00")\n</code></pre>\n'},{name:"date and time",type:"function",params:[{name:"from"}],info:'<p>Parses the given string into a date and time. The function supports strings in the format <code>YYYY-MM-DDThh:mm:ss</code> with\noptional timezone information either as offset (e.g., <code>+01:00</code> or <code>Z</code>), as IANA timezone ID (e.g., <code>@Europe/Berlin</code>), or\nas a combination of both (e.g., <code>+01:00[Europe/Berlin]</code>).</p>\n<p>Returns <code>null</code> if the string is not a valid calendar date. For example, <code>"2024-06-31T10:00:00"</code> is invalid because\nJune has only 30 days.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">date and time(from: string): date and time\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">date and time("2018-04-29T09:30:00")\n// date and time("2018-04-29T09:30:00")\n\ndate and time("2018-04-29T09:30:00+02:00")\n// date and time("2018-04-29T09:30:00+02:00")\n\ndate and time("2018-04-29T09:30:00@Europe/Berlin")\n// date and time("2018-04-29T09:30:00@Europe/Berlin")\n\ndate and time("2018-04-29T09:30:00+02:00[Europe/Berlin]")\n// date and time("2018-04-29T09:30:00@Europe/Berlin")\n</code></pre>\n'},{name:"date and time",type:"function",params:[{name:"date"},{name:"time"}],info:'<p>Returns a date and time from the given components.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">date and time(date: date, time: time): date and time\n</code></pre>\n<pre><code class="language-feel">date and time(date: date and time, time: time): date and time\n</code></pre>\n<p>Returns a date and time value that consists of the date component of <code>date</code> combined with <code>time</code>.</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">date and time(date("2012-12-24"),time("T23:59:00"))\n// date and time("2012-12-24T23:59:00")\n\ndate and time(date and time("2012-12-25T11:00:00"),time("T23:59:00"))\n// date and time("2012-12-25T23:59:00")\n</code></pre>\n'},{name:"duration",type:"function",params:[{name:"from"}],info:'<p>Parses the given string into a duration. The duration is either a days and time duration or a years and months duration.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">duration(from: string): days and time duration\n</code></pre>\n<pre><code class="language-feel">duration(from: string): years and months duration\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">duration("P5D")\n// duration("P5D")\n\nduration("P32Y")\n// duration("P32Y")\n</code></pre>\n'},{name:"years and months duration",type:"function",params:[{name:"from"},{name:"to"}],info:'<p>Returns the years and months duration between <code>from</code> and <code>to</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">years and months duration(from: date, to: date): years and months duration\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">years and months duration(date("2011-12-22"), date("2013-08-24"))\n// duration("P1Y8M")\n</code></pre>\n'},{name:"from json",type:"function",params:[{name:"value"}],info:'<p>Parses a JSON string into a FEEL value. The function converts JSON primitives, objects, and arrays into their corresponding FEEL types.</p>\n<p>Returns <code>null</code> if the string is not a valid JSON value.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">from json(value: string): Any\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">from json("{\\"a\\": 1, \\"b\\": 2}")\n// {a: 1, b: 2}\n\nfrom json("true")\n// true\n\nfrom json("\\"2023-06-14\\"")\n// "2023-06-14"\n</code></pre>\n'},{name:"to json",type:"function",params:[{name:"value"}],info:'<p>Converts a FEEL value into a JSON string. The function converts FEEL primitives, contexts, and lists into their\ncorresponding JSON types. Temporal values are converted to their ISO 8601 string representation, including timezone\ninformation for date and time values (format: <code>2025-11-24T10:00:00+01:00[Europe/Berlin]</code>).</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">to json(value: Any): string\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">to json({a: 1, b: 2})\n// "{\\"a\\":1,\\"b\\":2}"\n\nto json(true)\n// "true"\n\nto json(@"2023-06-14")\n// "\\"2023-06-14\\""\n\nto json(@"2025-11-24T10:00:00@Europe/Berlin")\n// "\\"2025-11-24T10:00:00+01:00[Europe/Berlin]\\""\n\nto json(@"P3Y")\n// "\\"P3Y\\""\n</code></pre>\n'},{name:"list contains",type:"function",params:[{name:"list"},{name:"element"}],info:'<p>Returns <code>true</code> if the given list contains the element. Otherwise, returns <code>false</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">list contains(list: list, element: Any): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">list contains([1,2,3], 2)\n// true\n</code></pre>\n'},{name:"count",type:"function",params:[{name:"list"}],info:'<p>Returns the number of elements of the given list.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">count(list: list): number\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">count([1,2,3])\n// 3\n</code></pre>\n'},{name:"min",type:"function",params:[{name:"list"}],info:'<p>Returns the minimum of the given list.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">min(list: list): Any\n</code></pre>\n<p>All elements in <code>list</code> should have the same type and be comparable.</p>\n<p>The parameter <code>list</code> can be passed as a list or as a sequence of elements.</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">min([1,2,3])\n// 1\n\nmin(1,2,3)\n// 1\n</code></pre>\n'},{name:"max",type:"function",params:[{name:"list"}],info:'<p>Returns the maximum of the given list.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">max(list: list): Any\n</code></pre>\n<p>All elements in <code>list</code> should have the same type and be comparable.</p>\n<p>The parameter <code>list</code> can be passed as a list or as a sequence of elements.</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">max([1,2,3])\n// 3\n\nmax(1,2,3)\n// 3\n</code></pre>\n'},{name:"sum",type:"function",params:[{name:"list"}],info:'<p>Returns the sum of the given list of numbers.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">sum(list: list<number>): number\n</code></pre>\n<p>The parameter <code>list</code> can be passed as a list or as a sequence of elements.</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">sum([1,2,3])\n// 6\n\nsum(1,2,3)\n// 6\n</code></pre>\n'},{name:"product",type:"function",params:[{name:"list"}],info:'<p>Returns the product of the given list of numbers.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">product(list: list<number>): number\n</code></pre>\n<p>The parameter <code>list</code> can be passed as a list or as a sequence of elements.</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">product([2, 3, 4])\n// 24\n\nproduct(2, 3, 4)\n// 24\n</code></pre>\n'},{name:"mean",type:"function",params:[{name:"list"}],info:'<p>Returns the arithmetic mean (i.e. average) of the given list of numbers.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">mean(list: list<number>): number\n</code></pre>\n<p>The parameter <code>list</code> can be passed as a list or as a sequence of elements.</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">mean([1,2,3])\n// 2\n\nmean(1,2,3)\n// 2\n</code></pre>\n'},{name:"median",type:"function",params:[{name:"list"}],info:'<p>Returns the median element of the given list of numbers.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">median(list: list<number>): number\n</code></pre>\n<p>The parameter <code>list</code> can be passed as a list or as a sequence of elements.</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">median(8, 2, 5, 3, 4)\n// 4\n\nmedian([6, 1, 2, 3])\n// 2.5\n</code></pre>\n'},{name:"stddev",type:"function",params:[{name:"list"}],info:'<p>Returns the standard deviation of the given list of numbers.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">stddev(list: list<number>): number\n</code></pre>\n<p>The parameter <code>list</code> can be passed as a list or as a sequence of elements.</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">stddev(2, 4, 7, 5)\n// 2.0816659994661326\n\nstddev([2, 4, 7, 5])\n// 2.0816659994661326\n</code></pre>\n'},{name:"mode",type:"function",params:[{name:"list"}],info:'<p>Returns the mode of the given list of numbers.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">mode(list: list<number>): number\n</code></pre>\n<p>The parameter <code>list</code> can be passed as a list or as a sequence of elements.</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">mode(6, 3, 9, 6, 6)\n// [6]\n\nmode([6, 1, 9, 6, 1])\n// [1, 6]\n</code></pre>\n'},{name:"all",type:"function",params:[{name:"list"}],info:'<p>Returns <code>false</code> if any element of the given list is <code>false</code>. Otherwise, returns <code>true</code>.</p>\n<p>If the given list is empty, it returns <code>true</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">all(list: list<boolean>): boolean\n</code></pre>\n<p>The parameter <code>list</code> can be passed as a list or as a sequence of elements.</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">all([true,false])\n// false\n\nall(false,null,true)\n// false\n</code></pre>\n<p>:::info\nThe function <code>all()</code> replaced the previous function <code>and()</code>. The previous function is deprecated and\nshould not be used anymore.\n:::</p>\n'},{name:"any",type:"function",params:[{name:"list"}],info:'<p>Returns <code>true</code> if any element of the given list is <code>true</code>. Otherwise, returns <code>false</code>.</p>\n<p>If the given list is empty, it returns <code>false</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">any(list: list<boolean>): boolean\n</code></pre>\n<p>The parameter <code>list</code> can be passed as a list or as a sequence of elements.</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">any([false,true])\n// true\n\nany(false,null,true)\n// true\n</code></pre>\n<p>:::info\nThe function <code>any()</code> replaced the previous function <code>or()</code>. The previous function is deprecated and\nshould not be used anymore.\n:::</p>\n'},{name:"sublist",type:"function",params:[{name:"list"},{name:"start position"}],info:'<p>Returns a partial list of the given value starting at <code>start position</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">sublist(list: list, start position: number): list\n</code></pre>\n<p>The <code>start position</code> starts at the index <code>1</code>. The last position is <code>-1</code>.</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">sublist([1,2,3], 2)\n// [2,3]\n</code></pre>\n'},{name:"sublist",type:"function",params:[{name:"list"},{name:"start position"},{name:"length"}],info:'<p>Returns a partial list of the given value starting at <code>start position</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">sublist(list: list, start position: number, length: number): list\n</code></pre>\n<p>The <code>start position</code> starts at the index <code>1</code>. The last position is <code>-1</code>.</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">sublist([1,2,3], 1, 2)\n// [1,2]\n</code></pre>\n'},{name:"append",type:"function",params:[{name:"list"},{name:"items"}],info:'<p>Returns the given list with all <code>items</code> appended.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">append(list: list, items: Any): list\n</code></pre>\n<p>The parameter <code>items</code> can be a single element or a sequence of elements.</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">append([1], 2, 3)\n// [1,2,3]\n</code></pre>\n'},{name:"concatenate",type:"function",params:[{name:"lists"}],info:'<p>Returns a list that includes all elements of the given lists.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">concatenate(lists: list): list\n</code></pre>\n<p>The parameter <code>lists</code> is a sequence of lists.</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">concatenate([1,2],[3])\n// [1,2,3]\n\nconcatenate([1],[2],[3])\n// [1,2,3]\n</code></pre>\n'},{name:"insert before",type:"function",params:[{name:"list"},{name:"position"},{name:"newItem"}],info:'<p>Returns the given list with <code>newItem</code> inserted at <code>position</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">insert before(list: list, position: number, newItem: Any): list\n</code></pre>\n<p>The <code>position</code> starts at the index <code>1</code>. The last position is <code>-1</code>.</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">insert before([1,3],1,2)\n// [2,1,3]\n</code></pre>\n'},{name:"remove",type:"function",params:[{name:"list"},{name:"position"}],info:'<p>Returns the given list without the element at <code>position</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">remove(list: list, position: number): list\n</code></pre>\n<p>The <code>position</code> starts at the index <code>1</code>. The last position is <code>-1</code>.</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">remove([1,2,3], 2)\n// [1,3]\n</code></pre>\n'},{name:"reverse",type:"function",params:[{name:"list"}],info:'<p>Returns the given list in revered order.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">reverse(list: list): list\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">reverse([1,2,3])\n// [3,2,1]\n</code></pre>\n'},{name:"index of",type:"function",params:[{name:"list"},{name:"match"}],info:'<p>Returns an ascending list of positions containing <code>match</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">index of(list: list, match: Any): list<number>\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">index of([1,2,3,2],2)\n// [2,4]\n</code></pre>\n'},{name:"union",type:"function",params:[{name:"list"}],info:'<p>Returns a list that includes all elements of the given lists without duplicates.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">union(list: list): list\n</code></pre>\n<p>The parameter <code>list</code> is a sequence of lists.</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">union([1,2],[2,3])\n// [1,2,3]\n</code></pre>\n'},{name:"distinct values",type:"function",params:[{name:"list"}],info:'<p>Returns the given list without duplicates.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">distinct values(list: list): list\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">distinct values([1,2,3,2,1])\n// [1,2,3]\n</code></pre>\n'},{name:"flatten",type:"function",params:[{name:"list"}],info:'<p>Returns a list that includes all elements of the given list without nested lists.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">flatten(list: list): list\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">flatten([[1,2],[[3]], 4])\n// [1,2,3,4]\n</code></pre>\n'},{name:"sort",type:"function",params:[{name:"list"},{name:"precedes"}],info:'<p>Returns the given list sorted by the <code>precedes</code> function.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">sort(list: list, precedes: function<(Any, Any) -> boolean>): list\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">sort(list: [3,1,4,5,2], precedes: function(x,y) x < y)\n// [1,2,3,4,5]\n</code></pre>\n'},{name:"string join",type:"function",params:[{name:"list"}],info:'<p>Joins a list of strings into a single string. This is similar to\nJava's <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/stream/Collectors.html#joining(java.lang.CharSequence,java.lang.CharSequence,java.lang.CharSequence)">joining</a>\nfunction.</p>\n<p>If an item of the list is <code>null</code>, the item is ignored for the result string. If an item is\nneither a string nor <code>null</code>, the function returns <code>null</code> instead of a string.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">string join(list: list<string>): string\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">string join(["a","b","c"])\n// "abc"\n\nstring join(["a",null,"c"])\n// "ac"\n\nstring join([])\n// ""\n</code></pre>\n'},{name:"string join",type:"function",params:[{name:"list"},{name:"delimiter"}],info:'<p>Joins a list of strings into a single string. This is similar to\nJava's <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/stream/Collectors.html#joining(java.lang.CharSequence,java.lang.CharSequence,java.lang.CharSequence)">joining</a>\nfunction.</p>\n<p>If an item of the list is <code>null</code>, the item is ignored for the result string. If an item is\nneither a string nor <code>null</code>, the function returns <code>null</code> instead of a string.</p>\n<p>The resulting string contains a <code>delimiter</code> between each element.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">string join(list: list<string>, delimiter: string): string\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">string join(["a"], "X")\n// "a"\n\nstring join(["a","b","c"], ", ")\n// "a, b, c"\n</code></pre>\n'},{name:"decimal",type:"function",params:[{name:"n"},{name:"scale"}],info:'<p>Rounds the given value at the given scale.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">decimal(n: number, scale: number): number\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">decimal(1/3, 2)\n// .33\n\ndecimal(1.5, 0)\n// 2\n</code></pre>\n'},{name:"floor",type:"function",params:[{name:"n"}],info:'<p>Rounds the given value with rounding mode flooring.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">floor(n: number): number\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">floor(1.5)\n// 1\n\nfloor(-1.5)\n// -2\n</code></pre>\n'},{name:"floor",type:"function",params:[{name:"n"},{name:"scale"}],info:'<p>Rounds the given value with rounding mode flooring at the given scale.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">floor(n: number, scale: number): number\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">floor(-1.56, 1)\n// -1.6\n</code></pre>\n'},{name:"ceiling",type:"function",params:[{name:"n"}],info:'<p>Rounds the given value with rounding mode ceiling.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">ceiling(n: number): number\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">ceiling(1.5)\n// 2\n\nceiling(-1.5)\n// -1\n</code></pre>\n'},{name:"ceiling",type:"function",params:[{name:"n"},{name:"scale"}],info:'<p>Rounds the given value with rounding mode ceiling at the given scale.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">ceiling(n: number, scale: number): number\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">ceiling(-1.56, 1)\n// -1.5\n</code></pre>\n'},{name:"round up",type:"function",params:[{name:"n"},{name:"scale"}],info:'<p>Rounds the given value with the rounding mode round-up at the given scale.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">round up(n: number, scale: number): number\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">round up(5.5)\n// 6\n\nround up(-5.5)\n// -6\n\nround up(1.121, 2)\n// 1.13\n\nround up(-1.126, 2)\n// -1.13\n</code></pre>\n'},{name:"round down",type:"function",params:[{name:"n"},{name:"scale"}],info:'<p>Rounds the given value with the rounding mode round-down at the given scale.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">round down(n: number, scale: number): number\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">round down(5.5, 0)\n// 5\n\nround down (-5.5, 0)\n// -5\n\nround down (1.121, 2)\n// 1.12\n\nround down (-1.126, 2)\n// -1.12\n</code></pre>\n'},{name:"round half up",type:"function",params:[{name:"n"},{name:"scale"}],info:'<p>Rounds the given value with the rounding mode round-half-up at the given scale.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">round half up(n: number, scale: number): number\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">round half up(5.5, 0)\n// 6\n\nround half up(-5.5, 0)\n// -6\n\nround half up(1.121, 2)\n// 1.12\n\nround half up(-1.126, 2)\n// -1.13\n</code></pre>\n'},{name:"round half down",type:"function",params:[{name:"n"},{name:"scale"}],info:'<p>Rounds the given value with the rounding mode round-half-down at the given scale.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">round half down(n: number, scale: number): number\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">round half down (5.5, 0)\n// 5\n\nround half down (-5.5, 0)\n// -5\n\nround half down (1.121, 2)\n// 1.12\n\nround half down (-1.126, 2)\n// -1.13\n</code></pre>\n'},{name:"abs",type:"function",params:[{name:"number"}],info:'<p>Returns the absolute value of the given numeric value.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">abs(number: number): number\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">abs(10)\n// 10\n\nabs(-10)\n// 10\n</code></pre>\n'},{name:"modulo",type:"function",params:[{name:"dividend"},{name:"divisor"}],info:'<p>Returns the remainder of the division of dividend by divisor.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">modulo(dividend: number, divisor: number): number\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">modulo(12, 5)\n// 2\n</code></pre>\n'},{name:"sqrt",type:"function",params:[{name:"number"}],info:'<p>Returns the square root of the given value.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">sqrt(number: number): number\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">sqrt(16)\n// 4\n</code></pre>\n'},{name:"log",type:"function",params:[{name:"number"}],info:'<p>Returns the natural logarithm (base e) of the given value.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">log(number: number): number\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">log(10)\n// 2.302585092994046\n</code></pre>\n'},{name:"exp",type:"function",params:[{name:"number"}],info:'<p>Returns the Euler’s number e raised to the power of the given number .</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">exp(number: number): number\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">exp(5)\n// 148.4131591025766\n</code></pre>\n'},{name:"odd",type:"function",params:[{name:"number"}],info:'<p>Returns <code>true</code> if the given value is odd. Otherwise, returns <code>false</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">odd(number: number): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">odd(5)\n// true\n\nodd(2)\n// false\n</code></pre>\n'},{name:"even",type:"function",params:[{name:"number"}],info:'<p>Returns <code>true</code> if the given is even. Otherwise, returns <code>false</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">even(number: number): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">even(5)\n// false\n\neven(2)\n// true\n</code></pre>\n'},{name:"before",type:"function",params:[{name:"point1"},{name:"point2"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">before(point1: Any, point2: Any): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">before(1, 10)\n// true\n\nbefore(10, 1)\n// false\n</code></pre>\n'},{name:"before",type:"function",params:[{name:"range"},{name:"point"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">before(range: range, point: Any): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">before([1..5], 10)\n// true\n</code></pre>\n'},{name:"before",type:"function",params:[{name:"point"},{name:"range"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">before(point: Any, range: range): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">before(1, [2..5])\n// true\n</code></pre>\n'},{name:"before",type:"function",params:[{name:"range1"},{name:"range2"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">before(range1: range, range2: range): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">before([1..5], [6..10])\n// true\n\nbefore([1..5),[5..10])\n// true\n</code></pre>\n'},{name:"after",type:"function",params:[{name:"point1"},{name:"point2"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">after(point1: Any, point2: Any): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">after(10, 1)\n// true\n\nafter(1, 10)\n// false\n</code></pre>\n'},{name:"after",type:"function",params:[{name:"range"},{name:"point"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">after(range: range, point: Any): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">after([1..5], 10)\n// false\n</code></pre>\n'},{name:"after",type:"function",params:[{name:"point"},{name:"range"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">after(point: Any, range: range): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">after(12, [2..5])\n// true\n</code></pre>\n'},{name:"after",type:"function",params:[{name:"range1"},{name:"range2"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">after(range1: range, range2: range): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">after([6..10], [1..5])\n// true\n\nafter([5..10], [1..5))\n// true\n</code></pre>\n'},{name:"meets",type:"function",params:[{name:"range1"},{name:"range2"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">meets(range1: range, range2: range): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">meets([1..5], [5..10])\n// true\n\nmeets([1..3], [4..6])\n// false\n\nmeets([1..3], [3..5])\n// true\n\nmeets([1..5], (5..8])\n// false\n</code></pre>\n'},{name:"met by",type:"function",params:[{name:"range1"},{name:"range2"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">met by(range1: range, range2: range): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">met by([5..10], [1..5])\n// true\n\nmet by([3..4], [1..2])\n// false\n\nmet by([3..5], [1..3])\n// true\n\nmet by((5..8], [1..5))\n// false\n\nmet by([5..10], [1..5))\n// false\n</code></pre>\n'},{name:"overlaps",type:"function",params:[{name:"range1"},{name:"range2"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">overlaps(range1: range, range2: range): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">overlaps([5..10], [1..6])\n// true\n\noverlaps((3..7], [1..4])\n// true\n\noverlaps([1..3], (3..6])\n// false\n\noverlaps((5..8], [1..5))\n// false\n\noverlaps([4..10], [1..5))\n// true\n</code></pre>\n'},{name:"overlaps before",type:"function",params:[{name:"range1"},{name:"range2"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">overlaps before(range1: range, range2: range): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">overlaps before([1..5], [4..10])\n// true\n\noverlaps before([3..4], [1..2])\n// false\n\noverlaps before([1..3], (3..5])\n// false\n\noverlaps before([1..5), (3..8])\n// true\n\noverlaps before([1..5), [5..10])\n// false\n</code></pre>\n'},{name:"overlaps after",type:"function",params:[{name:"range1"},{name:"range2"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">overlaps after(range1: range, range2: range): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">overlaps after([4..10], [1..5])\n// true\n\noverlaps after([3..4], [1..2])\n// false\n\noverlaps after([3..5], [1..3))\n// false\n\noverlaps after((5..8], [1..5))\n// false\n\noverlaps after([4..10], [1..5))\n// true\n</code></pre>\n'},{name:"finishes",type:"function",params:[{name:"point"},{name:"range"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">finishes(point: Any, range: range): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">finishes(5, [1..5])\n// true\n\nfinishes(10, [1..7])\n// false\n</code></pre>\n'},{name:"finishes",type:"function",params:[{name:"range1"},{name:"range2"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">finishes(range1: range, range2: range): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">finishes([3..5], [1..5])\n// true\n\nfinishes((1..5], [1..5))\n// false\n\nfinishes([5..10], [1..10))\n// false\n</code></pre>\n'},{name:"finished by",type:"function",params:[{name:"range"},{name:"point"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">finished by(range: range, point: Any): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">finished by([5..10], 10)\n// true\n\nfinished by([3..4], 2)\n// false\n</code></pre>\n'},{name:"finished by",type:"function",params:[{name:"range1"},{name:"range2"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">finished by(range1: range, range2: range): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">finished by([1..5], [3..5])\n// true\n\nfinished by((5..8], [1..5))\n// false\n\nfinished by([5..10], (1..10))\n// false\n</code></pre>\n'},{name:"includes",type:"function",params:[{name:"range"},{name:"point"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">includes(range: range, point: Any): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">includes([5..10], 6)\n// true\n\nincludes([3..4], 5)\n// false\n</code></pre>\n'},{name:"includes",type:"function",params:[{name:"range1"},{name:"range2"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">includes(range1: range, range2: range): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">includes([1..10], [4..6])\n// true\n\nincludes((5..8], [1..5))\n// false\n\nincludes([1..10], [1..5))\n// true\n</code></pre>\n'},{name:"during",type:"function",params:[{name:"point"},{name:"range"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">during(point: Any, range: range): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">during(5, [1..10])\n// true\n\nduring(12, [1..10])\n// false\n\nduring(1, (1..10])\n// false\n</code></pre>\n'},{name:"during",type:"function",params:[{name:"range1"},{name:"range2"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">during(range1: range, range2: range): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">during([4..6], [1..10))\n// true\n\nduring((1..5], (1..10])\n// true\n</code></pre>\n'},{name:"starts",type:"function",params:[{name:"point"},{name:"range"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">starts(point: Any, range: range): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">starts(1, [1..5])\n// true\n\nstarts(1, (1..8])\n// false\n</code></pre>\n'},{name:"starts",type:"function",params:[{name:"range1"},{name:"range2"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">starts(range1: range, range2: range): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">starts((1..5], [1..5])\n// false\n\nstarts([1..10], [1..5])\n// false\n\nstarts((1..5), (1..10))\n// true\n</code></pre>\n'},{name:"started by",type:"function",params:[{name:"range"},{name:"point"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">started by(range: range, point: Any): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">started by([1..10], 1)\n// true\n\nstarted by((1..10], 1)\n// false\n</code></pre>\n'},{name:"started by",type:"function",params:[{name:"range1"},{name:"range2"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">started by(range1: range, range2: range): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">started by([1..10], [1..5])\n// true\n\nstarted by((1..10], [1..5))\n// false\n\nstarted by([1..10], [1..10))\n// true\n</code></pre>\n'},{name:"coincides",type:"function",params:[{name:"point1"},{name:"point2"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">coincides(point1: Any, point2: Any): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">coincides(5, 5)\n// true\n\ncoincides(3, 4)\n// false\n</code></pre>\n'},{name:"coincides",type:"function",params:[{name:"range1"},{name:"range2"}],info:'<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">coincides(range1: range, range2: range): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">coincides([1..5], [1..5])\n// true\n\ncoincides((1..5], [1..5))\n// false\n\ncoincides([1..5], [2..6])\n// false\n</code></pre>\n'},{name:"substring",type:"function",params:[{name:"string"},{name:"start position"}],info:'<p>Returns a substring of the given value starting at <code>start position</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">substring(string: string, start position: number): string\n</code></pre>\n<p>The <code>start position</code> starts at the index <code>1</code>. The last position is <code>-1</code>.</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">substring("foobar", 3)\n// "obar"\n\nsubstring("foobar", -2)\n// "ar"\n</code></pre>\n'},{name:"substring",type:"function",params:[{name:"string"},{name:"start position"},{name:"length"}],info:'<p>Returns a substring of the given value, starting at <code>start position</code> with the given <code>length</code>. If <code>length</code> is greater than\nthe remaining characters of the value, it returns all characters from <code>start position</code> until the end.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">substring(string: string, start position: number, length: number): string\n</code></pre>\n<p>The <code>start position</code> starts at the index <code>1</code>. The last position is <code>-1</code>.</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">substring("foobar", 3, 3)\n// "oba"\n\nsubstring("foobar", -3, 2)\n// "ba"\n\nsubstring("foobar", 3, 10)\n// "obar"\n</code></pre>\n'},{name:"string length",type:"function",params:[{name:"string"}],info:'<p>Returns the number of characters in the given value.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">string length(string: string): number\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">string length("foo")\n// 3\n</code></pre>\n'},{name:"upper case",type:"function",params:[{name:"string"}],info:'<p>Returns the given value with all characters are uppercase.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">upper case(string: string): string\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">upper case("aBc4")\n// "ABC4"\n</code></pre>\n'},{name:"lower case",type:"function",params:[{name:"string"}],info:'<p>Returns the given value with all characters are lowercase.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">lower case(string: string): string\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">lower case("aBc4")\n// "abc4"\n</code></pre>\n'},{name:"substring before",type:"function",params:[{name:"string"},{name:"match"}],info:'<p>Returns a substring of the given value that contains all characters before <code>match</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">substring before(string: string, match: string): string\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">substring before("foobar", "bar")\n// "foo"\n</code></pre>\n'},{name:"substring after",type:"function",params:[{name:"string"},{name:"match"}],info:'<p>Returns a substring of the given value that contains all characters after <code>match</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">substring after(string: string, match: string): string\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">substring after("foobar", "ob")\n// "ar"\n</code></pre>\n'},{name:"contains",type:"function",params:[{name:"string"},{name:"match"}],info:'<p>Returns <code>true</code> if the given value contains the substring <code>match</code>. Otherwise, returns <code>false</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">contains(string: string, match: string): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">contains("foobar", "of")\n// false\n</code></pre>\n'},{name:"starts with",type:"function",params:[{name:"string"},{name:"match"}],info:'<p>Returns <code>true</code> if the given value starts with the substring <code>match</code>. Otherwise, returns <code>false</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">starts with(string: string, match: string): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">starts with("foobar", "fo")\n// true\n</code></pre>\n'},{name:"ends with",type:"function",params:[{name:"string"},{name:"match"}],info:'<p>Returns <code>true</code> if the given value ends with the substring <code>match</code>. Otherwise, returns <code>false</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">ends with(string: string, match: string): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">ends with("foobar", "r")\n// true\n</code></pre>\n'},{name:"matches",type:"function",params:[{name:"input"},{name:"pattern"}],info:'<p>Returns <code>true</code> if the given value matches the <code>pattern</code>. Otherwise, returns <code>false</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">matches(input: string, pattern: string): boolean\n</code></pre>\n<p>The <code>pattern</code> is a string that contains a regular expression.</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">matches("foobar", "^fo*bar")\n// true\n</code></pre>\n'},{name:"matches",type:"function",params:[{name:"input"},{name:"pattern"},{name:"flags"}],info:'<p>Returns <code>true</code> if the given value matches the <code>pattern</code>. Otherwise, returns <code>false</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">matches(input: string, pattern: string, flags: string): boolean\n</code></pre>\n<p>The <code>pattern</code> is a string that contains a regular expression.</p>\n<p>The <code>flags</code> can contain one or more of the following characters:</p>\n<ul>\n<li><code>s</code> (dot-all)</li>\n<li><code>m</code> (multi-line)</li>\n<li><code>i</code> (case insensitive)</li>\n<li><code>x</code> (comments)</li>\n</ul>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">matches("FooBar", "foo", "i")\n// true\n</code></pre>\n'},{name:"replace",type:"function",params:[{name:"input"},{name:"pattern"},{name:"replacement"}],info:'<p>Returns the resulting string after replacing all occurrences of <code>pattern</code> with <code>replacement</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">replace(input: string, pattern: string, replacement: string): string\n</code></pre>\n<p>The <code>pattern</code> is a string that contains a regular expression.</p>\n<p>The <code>replacement</code> can access the match groups by using <code>$</code> and the number of the group, for example,\n<code>$1</code> to access the first group.</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">replace("abcd", "(ab)|(a)", "[1=$1][2=$2]")\n// "[1=ab][2=]cd"\n\nreplace("0123456789", "(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3")\n// "(012) 345-6789"\n</code></pre>\n'},{name:"replace",type:"function",params:[{name:"input"},{name:"pattern"},{name:"replacement"},{name:"flags"}],info:'<p>Returns the resulting string after replacing all occurrences of <code>pattern</code> with <code>replacement</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">replace(input: string, pattern: string, replacement: string, flags: string): string\n</code></pre>\n<p>The <code>pattern</code> is a string that contains a regular expression.</p>\n<p>The <code>replacement</code> can access the match groups by using <code>$</code> and the number of the group, for example,\n<code>$1</code> to access the first group.</p>\n<p>The <code>flags</code> can contain one or more of the following characters:</p>\n<ul>\n<li><code>s</code> (dot-all)</li>\n<li><code>m</code> (multi-line)</li>\n<li><code>i</code> (case insensitive)</li>\n<li><code>x</code> (comments)</li>\n</ul>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">replace("How do you feel?", "Feel", "FEEL", "i")\n// "How do you FEEL?"\n</code></pre>\n'},{name:"split",type:"function",params:[{name:"string"},{name:"delimiter"}],info:'<p>Splits the given value into a list of substrings, breaking at each occurrence of the <code>delimiter</code> pattern.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">split(string: string, delimiter: string): list<string>\n</code></pre>\n<p>The <code>delimiter</code> is a string that contains a regular expression.</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">split("John Doe", "\\s" )\n// ["John", "Doe"]\n\nsplit("a;b;c;;", ";")\n// ["a", "b", "c", "", ""]\n</code></pre>\n'},{name:"now",type:"function",params:[],info:'<p>Returns the current date and time including the timezone.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">now(): date and time\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">now()\n// date and time("2020-07-31T14:27:30@Europe/Berlin")\n</code></pre>\n'},{name:"today",type:"function",params:[],info:'<p>Returns the current date.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">today(): date\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">today()\n// date("2020-07-31")\n</code></pre>\n'},{name:"day of week",type:"function",params:[{name:"date"}],info:'<p>Returns the day of the week according to the Gregorian calendar. Note that it always returns the English name of the day.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">day of week(date: date): string\n</code></pre>\n<pre><code class="language-feel">day of week(date: date and time): string\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">day of week(date("2019-09-17"))\n// "Tuesday"\n\nday of week(date and time("2019-09-17T12:00:00"))\n// "Tuesday"\n</code></pre>\n'},{name:"day of year",type:"function",params:[{name:"date"}],info:'<p>Returns the Gregorian number of the day within the year.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">day of year(date: date): number\n</code></pre>\n<pre><code class="language-feel">day of year(date: date and time): number\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">day of year(date("2019-09-17"))\n// 260\n\nday of year(date and time("2019-09-17T12:00:00"))\n// 260\n</code></pre>\n'},{name:"week of year",type:"function",params:[{name:"date"}],info:'<p>Returns the Gregorian number of the week within the year, according to ISO 8601.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">week of year(date: date): number\n</code></pre>\n<pre><code class="language-feel">week of year(date: date and time): number\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">week of year(date("2019-09-17"))\n// 38\n\nweek of year(date and time("2019-09-17T12:00:00"))\n// 38\n</code></pre>\n'},{name:"month of year",type:"function",params:[{name:"date"}],info:'<p>Returns the month of the year according to the Gregorian calendar. Note that it always returns the English name of the month.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">month of year(date: date): string\n</code></pre>\n<pre><code class="language-feel">month of year(date: date and time): string\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">month of year(date("2019-09-17"))\n// "September"\n\nmonth of year(date and time("2019-09-17T12:00:00"))\n// "September"\n</code></pre>\n'},{name:"abs",type:"function",params:[{name:"n"}],info:'<p>Returns the absolute value of a given duration.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">abs(n: days and time duration): days and time duration\n</code></pre>\n<pre><code class="language-feel">abs(n: years and months duration): years and months duration\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">abs(duration("-PT5H"))\n// "duration("PT5H")"\n\nabs(duration("PT5H"))\n// "duration("PT5H")"\n\nabs(duration("-P2M"))\n// duration("P2M")\n</code></pre>\n'},{name:"is defined",type:"function",params:[{name:"value"}],info:'<p><em>Camunda Extension</em></p>\n<p>Checks if a given value is not <code>null</code>. If the value is <code>null</code> then the function returns <code>false</code>.\nOtherwise, the function returns <code>true</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">is defined(value: Any): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">is defined(1)\n// true\n\nis defined(null)\n// false\n\nis defined(x)\n// false - if no variable "x" exists\n\nis defined(x.y)\n// false - if no variable "x" exists or it doesn't have a property "y"\n</code></pre>\n<p>:::caution Breaking change</p>\n<p>This function worked differently in previous versions. It returned <code>true</code> if the value was <code>null</code>.\nSince this version, the function returns <code>false</code> if the value is <code>null</code>.</p>\n<p>:::</p>\n'},{name:"get or else",type:"function",params:[{name:"value"},{name:"default"}],info:'<p><em>Camunda Extension</em></p>\n<p>Return the provided value parameter if not <code>null</code>, otherwise return the default parameter</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">get or else(value: Any, default: Any): Any\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">get or else("this", "default")\n// "this"\n\nget or else(null, "default")\n// "default"\n\nget or else(null, null)\n// null\n</code></pre>\n'},{name:"assert",type:"function",params:[{name:"value"},{name:"condition"}],info:'<p><em>Camunda Extension</em></p>\n<p>Verify that the given condition is met. If the condition is <code>true</code>, the function returns the value.\nOtherwise, the evaluation fails with an error.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">assert(value: Any, condition: Any)\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">assert(x, x != null)\n// "value" - if x is "value"\n// error - if x is null or doesn't exist\n\nassert(x, x >= 0)\n// 4 - if x is 4\n// error - if x is less than zero\n</code></pre>\n'},{name:"assert",type:"function",params:[{name:"value"},{name:"condition"},{name:"cause"}],info:'<p><em>Camunda Extension</em></p>\n<p>Verify that the given condition is met. If the condition is <code>true</code>, the function returns the value.\nOtherwise, the evaluation fails with an error containing the given message.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">assert(value: Any, condition: Any, cause: String)\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">assert(x, x != null, "'x' should not be null")\n// "value" - if x is "value"\n// error('x' should not be null) - if x is null or doesn't exist\n\nassert(x, x >= 0, "'x' should be positive")\n// 4 - if x is 4\n// error('x' should be positive) - if x is less than zero\n</code></pre>\n'},{name:"get value",type:"function",params:[{name:"context"},{name:"keys"}],info:'<p><em>Camunda Extension</em></p>\n<p>Returns the value of the context entry for a context path defined by the given keys.</p>\n<p>If <code>keys</code> contains the keys <code>[k1, k2]</code> then it returns the value at the nested entry <code>k1.k2</code> of the context.</p>\n<p>If <code>keys</code> are empty or the nested entry defined by the keys doesn't exist in the context, it returns <code>null</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">get value(context: context, keys: list<string>): Any\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">get value({x:1, y: {z:0}}, ["y", "z"])\n// 0\n\nget value({x: {y: {z:0}}}, ["x", "y"])\n// {z:0}\n\nget value({a: {b: 3}}, ["b"])\n// null\n</code></pre>\n'},{name:"context put",type:"function",params:[{name:"context"},{name:"key"},{name:"value"}],info:'<p>Adds a new entry with the given key and value to the context. Returns a new context that includes the entry.</p>\n<p>If an entry for the same key already exists in the context, it overrides the value.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">context put(context: context, key: string, value: Any): context\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">context put({x:1}, "y", 2)\n// {x:1, y:2}\n</code></pre>\n<p>:::info\nThe function <code>context put()</code> replaced the previous function <code>put()</code> (Camunda Extension). The\nprevious function is deprecated and should not be used anymore.\n:::</p>\n'},{name:"context merge",type:"function",params:[{name:"contexts"}],info:'<p>Union the given contexts. Returns a new context that includes all entries of the given contexts.</p>\n<p>If an entry for the same key already exists in a context, it overrides the value. The entries are overridden in the same order as in the list of contexts.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">context merge(contexts: list<context>): context\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">context merge([{x:1}, {y:2}])\n// {x:1, y:2}\n\ncontext merge([{x:1, y: 0}, {y:2}])\n// {x:1, y:2}\n</code></pre>\n<p>:::info\nThe function <code>context merge()</code> replaced the previous function <code>put all()</code> (Camunda Extension). The\nprevious function is deprecated and should not be used anymore.\n:::</p>\n'},{name:"date and time",type:"function",params:[{name:"date"},{name:"timezone"}],info:'<p><em>Camunda Extension</em></p>\n<p>Returns the given date and time value at the given timezone.</p>\n<p>If <code>date</code> has a different timezone than <code>timezone</code> then it adjusts the time to match the local time of <code>timezone</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">date and time(date: date and time, timezone: string): date and time\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">date and time(@"2020-07-31T14:27:30@Europe/Berlin", "America/Los_Angeles")\n// date and time("2020-07-31T05:27:30@America/Los_Angeles")\n\ndate and time(@"2020-07-31T14:27:30", "Z")\n// date and time("2020-07-31T12:27:30Z")\n</code></pre>\n'},{name:"duplicate values",type:"function",params:[{name:"list"}],info:'<p><em>Camunda Extension</em></p>\n<p>Returns all duplicate values of the given list.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">duplicate values(list: list): list\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">duplicate values([1,2,3,2,1])\n// [1,2]\n</code></pre>\n'},{name:"string join",type:"function",params:[{name:"list"},{name:"delimiter"},{name:"prefix"},{name:"suffix"}],info:'<p><em>Camunda Extension</em></p>\n<p>Joins a list of strings into a single string. This is similar to\nJava's <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/stream/Collectors.html#joining(java.lang.CharSequence,java.lang.CharSequence,java.lang.CharSequence)">joining</a>\nfunction.</p>\n<p>If an item of the list is <code>null</code>, the item is ignored for the result string. If an item is\nneither a string nor <code>null</code>, the function returns <code>null</code> instead of a string.</p>\n<p>The resulting string starts with <code>prefix</code>, contains a <code>delimiter</code> between each element, and ends\nwith <code>suffix</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">string join(list: list<string>, delimiter: string, prefix: string, suffix: string): string\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">string join(["a","b","c"], ", ", "[", "]")\n// "[a, b, c]"\n</code></pre>\n'},{name:"is empty",type:"function",params:[{name:"list"}],info:'<p><em>Camunda Extension</em></p>\n<p>Returns <code>true</code> if the given list is empty. Otherwise, returns <code>false</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">is empty(list: list): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">is empty([])\n// true\n\nis empty([1,2,3])\n// false\n</code></pre>\n'},{name:"partition",type:"function",params:[{name:"list"},{name:"size"}],info:'<p><em>Camunda Extension</em></p>\n<p>Returns consecutive sublists of a list, each of the same size (the final list may be smaller).</p>\n<p>If <code>size</code> is less than <code>0</code>, it returns <code>null</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">partition(list: list, size: number): list\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">partition([1,2,3,4,5], 2)\n// [[1,2], [3,4], [5]]\n\npartition([], 2)\n// []\n\npartition([1,2], 0)\n// null\n</code></pre>\n'},{name:"fromAi",type:"function",params:[{name:"value"}],info:'<p><em>Camunda Extension</em></p>\n<p>Returns the unmodified <code>value</code> parameter.</p>\n<ul>\n<li>The purpose of this function is solely to tag the value as being generated by an AI integration.</li>\n<li>The actual handling is not performed by the FEEL engine, but by a custom integration such as a connector or a job worker.</li>\n</ul>\n<p>The main use case of this function is for <a href="../../../connectors/out-of-the-box-connectors/agentic-ai-aiagent-tool-definitions.md">tool definitions</a> used by the <a href="../../../connectors/out-of-the-box-connectors/agentic-ai-aiagent.md">AI Agent connector</a>.</p>\n<p>See the following function overloads for additional function parameters.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">fromAi(value: Any): Any\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">fromAi(toolCall.searchQuery)\n// toolCall.searchQuery contents\n\nfromAi(toolCall.userId)\n// toolCall.userId contents\n</code></pre>\n'},{name:"fromAi",type:"function",params:[{name:"value"},{name:"description"}],info:'<p><em>Camunda Extension</em></p>\n<p>Returns the unmodified <code>value</code> parameter.</p>\n<p>In addition to the previous overload, it also accepts an optional <code>description</code> parameter to provide a textual description of the value. The description must be <code>null</code> or a string constant.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">fromAi(value: Any, description: string): Any\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">fromAi(toolCall.searchQuery, "The search query used to find the best match.")\n// toolCall.searchQuery contents\n\nfromAi(toolCall.searchQuery, null)\n// toolCall.searchQuery contents\n</code></pre>\n'},{name:"fromAi",type:"function",params:[{name:"value"},{name:"description"},{name:"type"}],info:'<p><em>Camunda Extension</em></p>\n<p>Returns the unmodified <code>value</code> parameter.</p>\n<p>In addition to the previous overload, it also accepts an optional <code>type</code> parameter to provide type information about the value. The type must be <code>null</code> or a string constant.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">fromAi(value: Any, description: string, type: string): Any\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">fromAi(toolCall.searchQuery, "The search query used to find the best match.", "string")\n// toolCall.searchQuery contents\n\nfromAi(toolCall.userId, "The user's ID", "number")\n// toolCall.userId contents\n\nfromAi(toolCall.userId, null, "number")\n// toolCall.userId contents\n\nfromAi(value: toolCall.userId, type: "number")\n// toolCall.userId contents\n</code></pre>\n'},{name:"fromAi",type:"function",params:[{name:"value"},{name:"description"},{name:"type"},{name:"schema"}],info:'<p><em>Camunda Extension</em></p>\n<p>Returns the unmodified <code>value</code> parameter.</p>\n<p>In addition to the previous overload, it also accepts an optional <code>schema</code> parameter to provide a (partial) <a href="https://json-schema.org/">JSON schema</a> for the value.</p>\n<ul>\n<li>The schema must be <code>null</code> or a context (map) containing only constant values. For example, function calls within the schema are not supported.</li>\n<li>The schema is not validated by the FEEL engine but might be by a custom integration consuming the information.</li>\n<li>From the engine side it is possible to specify both a <code>type</code> and a <code>schema</code>, and it depends on the integration as to which value takes precedence. The <a href="../../../connectors/out-of-the-box-connectors/agentic-ai-aiagent.md">AI Agent connector</a> will override any type specified in the schema if the <code>type</code> parameter is also provided.</li>\n</ul>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">fromAi(value: Any, description: string, type: string, schema: context): Any\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">fromAi(toolCall.documentType, "The document type to provide", "string", {\n enum: ["invoice", "receipt", "contract"]\n})\n// toolCall.documentType contents\n\nfromAi(value: toolCall.documentType, description: "The document type to provide", schema: {\n type: "string",\n enum: ["invoice", "receipt", "contract"]\n})\n// toolCall.documentType contents\n\nfromAi(toolCall.tags, "Tags to apply to the blog post", "array", {\n items: {\n type: "string"\n }\n})\n// toolCall.tags contents\n</code></pre>\n'},{name:"fromAi",type:"function",params:[{name:"value"},{name:"description"},{name:"type"},{name:"schema"},{name:"options"}],info:'<p><em>Camunda Extension</em></p>\n<p>Returns the unmodified <code>value</code> parameter.</p>\n<p>In addition to the previous overload, it also accepts an optional <code>options</code> parameter to provide additional options for the integration handling the value definition.</p>\n<ul>\n<li>The options parameter must be <code>null</code> or a context (map) containing only constant values. For example, function calls within options are not supported.</li>\n</ul>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">fromAi(value: Any, description: string, type: string, schema: context, options: context): Any\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">fromAi(toolCall.documentType, "The document type to provide", "string", null, {\n required: false\n})\n// toolCall.documentType contents\n\nfromAi(value: toolCall.documentType, options: {\n required: false\n})\n// toolCall.documentType contents\n</code></pre>\n'},{name:"random number",type:"function",params:[],info:'<p><em>Camunda Extension</em></p>\n<p>Returns a random number between <code>0</code> and <code>1</code>.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">random number(): number\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">random number()\n// 0.9701618132579795\n</code></pre>\n'},{name:"extract",type:"function",params:[{name:"string"},{name:"pattern"}],info:'<p><em>Camunda Extension</em></p>\n<p>Returns all matches of the pattern in the given string. Returns an empty list if the pattern doesn't\nmatch.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">extract(string: string, pattern: string): list<string>\n</code></pre>\n<p>The <code>pattern</code> is a string that contains a regular expression.</p>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">extract("references are 1234, 1256, 1378", "12[0-9]*")\n// ["1234","1256"]\n</code></pre>\n'},{name:"trim",type:"function",params:[{name:"string"}],info:'<p><em>Camunda Extension</em></p>\n<p>Returns the given string without leading and trailing spaces.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">trim(string: string): string\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">trim(" hello world ")\n// "hello world"\n\ntrim("hello world ")\n// "hello world"\n</code></pre>\n'},{name:"uuid",type:"function",params:[],info:'<p><em>Camunda Extension</em></p>\n<p>Returns a UUID (Universally Unique Identifier) with 36 characters.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">uuid(): string\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">uuid()\n// "7793aab1-d761-4d38-916b-b7270e309894"\n</code></pre>\n'},{name:"to base64",type:"function",params:[{name:"value"}],info:'<p><em>Camunda Extension</em></p>\n<p>Returns the given string encoded in Base64 format.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">to base64(value: string): string\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">to base64("FEEL")\n// "RkVFTA=="\n</code></pre>\n'},{name:"is blank",type:"function",params:[{name:"string"}],info:'<p><em>Camunda Extension</em></p>\n<p>Returns <code>true</code> if the given string is blank (empty or contains only whitespaces).</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">is blank(string: string): boolean\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">is blank("")\n// true\n\nis blank(" ")\n// true\n\nis blank("hello world")\n// false\n</code></pre>\n'},{name:"last day of month",type:"function",params:[{name:"date"}],info:'<p><em>Camunda Extension</em></p>\n<p>Takes the month of the given date or date-time value and returns the last day of this month.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">last day of month(date: date): date\n</code></pre>\n<pre><code class="language-feel">last day of month(date: date and time): date\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">last day of month(date("2022-10-01"))\n// date("2022-10-31"))\n\nlast day of month(date and time("2022-10-16T12:00:00"))\n// date("2022-10-31"))\n</code></pre>\n'}];var mD=[function(e,t={}){return[uA.of({source:e,config:t}),cA,_A]}(e=>{if(0===e.state.doc.length)return[];const t=wS(e.state),n=(i={syntaxTree:t,readContent:(t,n)=>e.state.sliceDoc(t,n),updateContent:(t,n,i)=>e.dispatch({changes:{from:t,to:n,insert:i}})},[...GP(i.syntaxTree),...tD(i)]);var i;return n.map(e=>({...e,source:e.type}))})];var vD=[SO.theme({"& .cm-content":{padding:"0px"},"& .cm-line":{padding:"0px"},"&.cm-editor.cm-focused":{outline:"none"},"& .cm-completionInfo":{whiteSpace:"pre-wrap",overflow:"hidden",textOverflow:"ellipsis"},"&.cm-editor":{height:"100%"},"& .cm-completionInfo > *":{whiteSpace:"normal"},"& .cm-completionInfo ul":{margin:0,paddingLeft:"15px"},"& .cm-completionInfo pre":{marginBottom:0,whiteSpace:"pre-wrap"},"& .cm-completionInfo p":{marginTop:0},"& .cm-completionInfo p:not(:last-of-type)":{marginBottom:0}}),SO.baseTheme({"& .variableName":{color:"#10f"},"& .number":{color:"#164"},"& .string":{color:"#a11"},"& .bool":{color:"#219"},"& .function":{color:"#aa3731",fontWeight:"bold"},"& .control":{color:"#708"}}),function(e){let t,n=[tT];return e instanceof YS&&(e.module&&n.push(SO.styleModule.of(e.module)),t=e.themeType),t?n.push(GS.computeN([SO.darkTheme],n=>n.facet(SO.darkTheme)==("dark"==t)?[e]:[])):n.push(GS.of(e)),n}(YS.define([{tag:gS.variableName,class:"variableName"},{tag:gS.name,class:"variableName"},{tag:gS.number,class:"number"},{tag:gS.string,class:"string"},{tag:gS.bool,class:"bool"},{tag:gS.function(gS.variableName),class:"function"},{tag:gS.function(gS.special(gS.variableName)),class:"function"},{tag:gS.controlKeyword,class:"control"},{tag:gS.operatorKeyword,class:"control"}]))];function yD(e){return e&&e.from===e.to}function xD(e){return!!e&&("PathExpression"===e.name||xD(e.parent))}function bD({variables:e}){return t=>{const n=wS(t.state).resolve(t.pos,-1);if(!xD(n))return null;const i=function(e){for(;e;){if("PathExpression"===e.name)return e;e=e.parent}}(n),o=n===i?t.pos:n.from,r=_D(i,t);let s=e;for(var a=0;a<r.length-1;a++){var l=s.find(e=>e.name===r[a].name);if(!l)return null;if("optional"!==l.isList&&!!l.isList!==r[a].isList)return null;s=l.entries}if(!s)return null;return{from:o,options:s.map(e=>({label:e.name,type:"variable",info:e.info,detail:e.detail}))}}}function _D(e,t){let n=[];for(let i=e.firstChild;i;i=i.nextSibling)"PathExpression"===i.name?n.push(..._D(i,t)):"FilterExpression"===i.name?n.push(...wD(i,t)):n.push({name:CD(i,t),isList:!1});return n}function wD(e,t){const n=e.firstChild;if("PathExpression"===n.name){const e=_D(n,t);return e[e.length-1].isList=!0,e}return[{name:CD(n,t),isList:!0}]}function CD(e,t){return t.state.sliceDoc(e.from,e.to)}function kD({variables:e=[],builtins:t=[]}){const n=function(e,t){return[].concat(e.map(e=>OD(e)),t.map(e=>OD(e)))}(e,t);return n.length?e=>{const{pos:t,state:i}=e,o=wS(i).resolve(t,-1);return function(e,t){const n=e.nextSibling;return yD(e)||n&&n.from===t&&yD(n)}(o,t)?e.explicit?{from:t,options:n}:null:!function(e){return e&&e.parent&&"VariableName"===e.parent.name}(o)||xD(o)?null:{from:o.from,options:n}}:e=>null}function OD(e,t){return"function"===e.type?function(e,t){const{name:n,info:i,detail:o,params:r=[]}=e,s=r.map(({name:e,type:t},n)=>({name:e||`param ${n+1}`,type:t})),a=`${n}(${s.map(e=>"${"+e.name+"}").join(", ")})`,l=s.map(({name:e,type:t})=>t?`${e}: ${t}`:e).join(", "),c=`${n}(${l})`;return ER(a,{label:c,type:"function",info:i,detail:o,boost:t})}(e,t):{label:e.name,type:"variable",info:e.info,detail:e.detail,boost:t}}function ED({variables:e=[],builtins:t=[]}){return[bD({variables:e}),kD({variables:e,builtins:t}),OT(nD),...rD]}function SD(e){return function(e={}){const t="unaryTests"===e.dialect?pD:fD,n=e.parserDialect,i=QP(e.context),o=t.configure({contextTracker:i,dialect:n}),r=e.completions||[lD(nD),rD].flat();return new PS(o,[...r.map(e=>o.data.of({autocomplete:e}))])}(e)}const TD=tb.define(),RD=tb.define(),MD=tb.define(),AD=tb.define();function PD({dialect:e="expression",parserDialect:t,variables:n=[],builtins:i=[],completions:o=ED({builtins:i,variables:n})}){const r=function(e){return e.slice().reverse().reduce((e,t)=>(e[t.name]=()=>{},e),{})}([...n,...i]);return[MD.of(e),TD.of(i),RD.of(n),AD.of(t),SD({dialect:e,parserDialect:t,context:r,completions:o})]}const DD=gD.map(e=>({...e,info:()=>Ze(e.info)})),$D=new mb,ID=new mb;function BD({extensions:e=[],dialect:t="expression",parserDialect:n,container:i,contentAttributes:o={},tooltipContainer:r,onChange:s=()=>{},onKeyDown:a=()=>{},onLint:l=()=>{},placeholder:c="",readOnly:u=!1,value:h="",builtins:d=DD,variables:p=[]}){this._events=function(e){return{all:e=e||new Map,on:function(t,n){var i=e.get(t);i?i.push(n):e.set(t,[n])},off:function(t,n){var i=e.get(t);i&&(n?i.splice(i.indexOf(n)>>>0,1):e.set(t,[]))},emit:function(t,n){var i=e.get(t);i&&i.slice().map(function(e){e(n)}),(i=e.get("*"))&&i.slice().map(function(e){e(t,n)})}}}();const f=SO.updateListener.of(e=>{e.docChanged&&s(e.state.doc.toString())}),g=SO.updateListener.of(e=>{const t=e.transactions.flatMap(e=>e.effects).filter(e=>e.is(tA));if(!t.length)return;const n=t.flatMap(e=>e.value);this._events.emit("lint",{diagnostics:n})}),m=SO.domEventHandlers({keydown:a});"string"==typeof r&&(r=document.querySelector(r));const v=r?function(e={}){return QO.of(e)}({tooltipSpace:function(){return r.getBoundingClientRect()}}):[],y=[zR(),$D.of(PD({dialect:t,builtins:d,variables:p,parserDialect:n})),uT(),zb.transactionFilter.of(e=>{if(!e.docChanged||!e.isUserEvent("input.type")&&!e.isUserEvent("input.complete"))return e;let t=e.startState.languageDataAt("indentOnInput",e.startState.selection.main.head);if(!t.length)return e;let n=e.newDoc,{head:i}=e.newSelection.main,o=n.lineAt(i);if(i>o.from+200)return e;let r=n.sliceString(o.from,i);if(!t.some(e=>e.test(r)))return e;let{state:s}=e,a=-1,l=[];for(let{head:e}of s.selection.ranges){let t=s.doc.lineAt(e);if(t.from==a)continue;a=t.from;let n=jS(s,t.from);if(null==n)continue;let i=/^\s*/.exec(t.text)[0],o=BS(s,n);i!=o&&l.push({from:t.from,to:t.from+i.length,insert:o})}return l.length?[e,{changes:l,sequential:!0}]:e}),[IR,AR],SO.contentAttributes.of(o),f,m,IO.of([...YM]),mD,g,v,ID.of(VO(c)),vD,...e];return u&&y.push(SO.editable.of(!1)),this.on("lint",({diagnostics:e})=>l(e)),this._cmEditor=new SO({state:zb.create({doc:h,extensions:y}),parent:i}),this}BD.prototype.setValue=function(e){this._cmEditor.dispatch({changes:{from:0,to:this._cmEditor.state.doc.length,insert:e}})},BD.prototype.focus=function(e){const t=this._cmEditor;if(t.contentDOM.focus(),t.focus(),"number"==typeof e){const n=t.state.doc.length;t.dispatch({selection:{anchor:e<=n?e:n}})}},BD.prototype.on=function(e,t){this._events.on(e,t)},BD.prototype.off=function(e,t){this._events.off(e,t)},BD.prototype.getSelection=function(){return this._cmEditor.state.selection},BD.prototype.setVariables=function(e){const t={builtins:(n=this._cmEditor.state).facet(TD)[0],variables:n.facet(RD)[0],dialect:n.facet(MD)[0],parserDialect:n.facet(AD)[0]};var n;this._cmEditor.dispatch({effects:[$D.reconfigure(PD({...t,variables:e}))]})},BD.prototype.setPlaceholder=function(e){this._cmEditor.dispatch({effects:ID.reconfigure(VO(e))})};let jD=class extends Ur{constructor(e,t){super(e,t),this.node=null,this.editor=null,this.state={value:e.value},this._feelLanguageContext=t.injector?.get("feelLanguageContext",!1)}_getFeelLanguageContext(){return this._feelLanguageContext&&this._feelLanguageContext.getConfig()}componentDidMount(){const e=this._getFeelLanguageContext();this.editor=new BD({contentAttributes:{"aria-label":this.props.label},parserDialect:e?.parserDialect,builtins:e?.builtins,dialect:this.props.feelLanguageDialect,container:this.node,onChange:this.handleChange,value:this.state.value,variables:this.props.variables||[],extensions:[SO.lineWrapping]}),this.node.addEventListener("mousedown",this.handleMouseEvent),this.node.addEventListener("keydown",this.handleKeyDownCapture,!0),this.node.addEventListener("keydown",this.handleKeyDown),this.props.autoFocus&&this.editor.focus(this.state.value.length)}componentDidUpdate(e){const{value:t}=this.props;e.value!==t&&t!==this.state.value&&this.setState({value:t},()=>{this.editor.setValue(t)}),function(e,t){return JSON.stringify(e)===JSON.stringify(t)}(e.variables,this.props.variables)||this.editor.setVariables(this.props.variables)}componentWillUnmount(){this.node.removeEventListener("mousedown",this.handleMouseEvent),this.node.removeEventListener("keydown",this.handleKeyDownCapture,!0),this.node.removeEventListener("keydown",this.handleKeyDown)}handleMouseEvent=e=>{e.stopPropagation()};handleKeyDownCapture=e=>{if("Enter"===e.key){if(function(e){return e.querySelector(".cm-tooltip-autocomplete")}(this.node))return void(e.triggeredFromAutocomplete=!0);this.props.ctrlForNewline&&!function(e){return e.metaKey||e.ctrlKey}(e)&&e.preventDefault(),this.props.singleLine&&e.preventDefault()}};handleKeyDown=e=>{["Enter","Escape"].includes(e.key)&&e.triggeredFromAutocomplete&&e.stopPropagation()};handleChange=e=>{const{onInput:t}=this.props;this.setState({value:e}),t&&t(e)};handleBlur=()=>{const{onBlur:e,onChange:t}=this.props;t&&this.state.value!==this.props.value&&t(this.state.value),e&&e()};setNode=e=>{this.node=e};render(){return Po(1,"div",["literal-expression",this.props.className||""].join(" "),null,1,{onClick:this.handleMouseEvent,onFocusIn:this.props.onFocus,onFocusOut:this.handleBlur},null,this.setNode)}};class LD extends Ur{constructor(e,t){super(e,t),this.translate=t.injector.get("translate"),this.expressionLanguages=t.injector.get("expressionLanguages",!1),this.variableResolver=t.injector.get("variableResolver",!1),this.handleValue=e=>{let t={text:e};this.handleChange(t)},this.handleLabelChange=e=>{var t=e||void 0;this.handleChange({label:t})}}handleChange(e){var{onChange:t}=this.props;"function"==typeof t&&t(e)}getExpressionEditorComponent(){return this.expressionLanguages&&"feel"!==this.expressionLanguages.getDefault("inputCell").value?Ry:jD}handleKeyDown=e=>{"Enter"===e.key&&e.stopPropagation()};_getVariables(){return this.variableResolver&&this.variableResolver.getVariables(this.props.element)}render(){const{label:e,text:t}=this.props,n=this.getExpressionEditorComponent(),i=this._getVariables();return Po(1,"div","context-menu-container ref-input-editor input-edit",[Po(1,"div","dms-form-control",Do(2,Ry,{label:this.translate("Input label"),className:"dms-input-label",value:e||"",placeholder:this.translate("Input"),singleLine:!0,onInput:this.handleLabelChange}),2),Po(1,"div","dms-form-control",[Po(1,"label","dms-label",this.translate("Expression"),0),Do(2,n,{label:this.translate("Input expression"),placeholder:this.translate("Enter expression"),className:["ref-text","dms-input"].join(" "),onInput:this.handleValue,value:t||"",variables:i})],4)],4,{onKeyDown:this.handleKeyDown})}}class ND extends Ur{constructor(e,t){super(e,t),this.state={},ym(this),this.persistChanges=this.debounceInput(this.persistChanges)}persistChanges=()=>{const{input:e}=this.props.context,{unsaved:t}=this.state;if(!t)return;const{label:n,...i}=t;var o,r={};"label"in t&&(r.label=n),o=i,Object.keys(o).length&&(r.inputExpression=i),this.modeling.updateProperties(e,r),this.setState({unsaved:!1})};handleChange=e=>{this.setState({unsaved:{...this.state.unsaved,...e}},this.persistChanges)};getValue(e){let{input:t}=this.props.context;const{unsaved:n}=this.state;let i=t;return"text"===e&&(i=i.inputExpression),n&&e in n?n[e]:i.get(e)}render(){return Do(2,LD,{label:this.getValue("label"),text:this.getValue("text"),element:this.props.context.input,onChange:this.handleChange})}}ND.$inject=["debounceInput","modeling","injector"];class qD extends Ur{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),this._eventBus=t.injector.get("eventBus")}onClick=e=>{const{col:t}=this.props;this._eventBus.fire("input.edit",{event:e,input:t})};render(){return Po(1,"button","edit-button dmn-icon-edit",null,1,{"aria-label":this._translate("Edit input"),type:"button",onClick:this.onClick})}}class VD{constructor(e,t,n,i){e.onGetComponent("cell",({cellType:e})=>{if("input-header"===e)return gx}),e.onGetComponent("context-menu",(e={})=>{if("input-edit"===e.contextMenuType)return ND}),e.onGetComponent("cell-inner",(e={})=>{const{cellType:t}=e;if("input-cell"===t)return qD}),n.on("input.edit",({event:e,input:n})=>{const{target:i}=e,o=st(i,"th",!0),{left:r,top:s}=o.getBoundingClientRect();t.open({x:r,y:s,align:"bottom-right"},{contextMenuType:"input-edit",input:n})})}}VD.$inject=["components","contextMenu","eventBus","renderer"];class FD extends Ur{constructor(e,t){super(e,t),ym(this);const{value:n}=e;this.state={value:n,optionsVisible:!1},this._portalEl=null}componentDidMount(){document.addEventListener("mousedown",this.onGlobalClick),document.addEventListener("focusin",this.onFocusChanged),this.keyboard.addListener(this.onKeyboard)}componentWillUnmount(){document.removeEventListener("focusin",this.onFocusChanged),document.removeEventListener("mousedown",this.onGlobalClick),this.keyboard.removeListener(this.onKeyboard),this.removePortalEl()}componentWillReceiveProps(e){const{value:t}=e;this.setState({value:t})}componentWillUpdate(e,t){const{optionsVisible:n}=t;n?this._portalEl||this.addPortalEl():this._portalEl&&this.removePortalEl()}componentDidUpdate(){const{optionsVisible:e}=this.state;if(!e||!this.inputNode)return;const t=this.getOptionsBounds();M(this._portalEl.style,t)}getOptionsBounds(){const e=this.renderer.getContainer(),{top:t,left:n,bottom:i}=e.getBoundingClientRect(),{top:o,left:r,width:s,height:a,bottom:l}=this.inputNode.getBoundingClientRect(),c=o+a-t+e.scrollTop,u={top:`${c}px`,left:`${r-n+e.scrollLeft}px`,width:`${s}px`,"max-height":`calc(100% - ${c}px)`};if(i-l<a){const e=i-o;u.bottom=`${e}px`,u["max-height"]=`calc(100% - ${e})`,delete u.top}return u}addPortalEl(){this._portalEl=Ze('<div class="dms-select-options"></div>');this.renderer.getContainer().appendChild(this._portalEl),this._portalEl.addEventListener("mousedown",zD)}removePortalEl(){this._portalEl&&(this._portalEl.removeEventListener("mousedown",zD),vt(this._portalEl),this._portalEl=null)}onChange=e=>{this.setState({value:e});const{onChange:t}=this.props;"function"==typeof t&&t(e)};onInputClick=e=>{e.preventDefault(),e.stopPropagation(),this.setOptionsVisible(!this.state.optionsVisible),this.focusInput()};onInput=e=>{const{value:t}=e.target;this.onChange(t)};onOptionClick=(e,t)=>{t.preventDefault(),t.stopPropagation(),this.setOptionsVisible(!1),this.onChange(e),this.focusInput()};focusInput(){const e=this.inputNode;e.focus(),"selectionStart"in e&&(e.selectionStart=1e5)}checkClose(e){!this._portalEl||this._portalEl.contains(e)||this.parentNode.contains(e)||this.setOptionsVisible(!1)}onFocusChanged=e=>{this.checkClose(e.target)};onGlobalClick=e=>{this.checkClose(e.target)};select(e){const{options:t}=this.props,{value:n}=this.state;if(!t)return;const i=t.filter(e=>e.value===n)[0],o=i?t.indexOf(i):-1,r=-1===o?1===e?0:t.length-1:(o+e)%t.length,s=t[r<0?t.length+r:r];this.onChange(s.value)}setOptionsVisible(e){this.setState({optionsVisible:e})}onKeyDown=e=>{const{optionsVisible:t}=this.state;var n=e.which;40!==n&&38!==n||(e.stopPropagation(),e.preventDefault(),t?this.select(40===n?1:-1):this.setOptionsVisible(!0)),t&&(13!==n&&27!==n||(e.stopPropagation(),e.preventDefault(),this.setOptionsVisible(!1)))};onKeyboard=e=>{const{optionsVisible:t}=this.state;if(t)return 27===e?(this.setOptionsVisible(!1),!0):void 0};renderOptions(e,t){return Po(1,"div","options",e.map(e=>Po(1,"div",["option",t===e?"active":""].join(" "),e.label,0,{"data-value":e.value,onClick:t=>this.onOptionClick(e.value,t)})),0)}render(){const{className:e,label:t,id:n,options:i,noInput:o,title:r}=this.props,{optionsVisible:s,value:a}=this.state,l=!!i&&i.filter(e=>e.value===a)[0],c=l?l.label:a;return Po(1,"div",[e||"","dms-input-select"].join(" "),[o?Po(1,"div","dms-input",c,0,{"aria-label":t,tabIndex:"0",onKeyDown:this.onKeyDown},null,e=>this.inputNode=e):Po(64,"input","dms-input",null,1,{"aria-label":t,onInput:this.onInput,onKeyDown:this.onKeyDown,spellCheck:"false",type:"text",value:a,id:n},null,e=>this.inputNode=e),Po(1,"span",["dms-input-select-icon",s?"dmn-icon-up":"dmn-icon-down"].join(" ")),s&&(u=this.renderOptions(i,l),h=this._portalEl,Po(1024,h,null,u,0,null,vo(u)?null:u.key,null))],0,{title:r,onClick:this.onInputClick},null,e=>this.parentNode=e);var u,h}}function zD(e){e.stopPropagation()}FD.$inject=["keyboard","renderer"];class WD extends Ur{constructor(e,t){super(e),this._translate=t.injector.get("translate"),this._modeling=t.injector.get("modeling"),this._dataTypes=t.injector.get("dataTypes")}onTypeChange=e=>{const t=this.getElement(),n=At(t,"dmn:LiteralExpression")?t.$parent:t;let i;Pt(n)?i={inputExpression:{typeRef:e}}:Dt(n)&&(i={typeRef:e}),this._modeling.updateProperties(n,i)};getElement(){return this.props.context.input||this.props.context.output}render(){const e=this.getElement(),t=(At(e,"dmn:InputClause")?e.inputExpression:e).typeRef,n=this._dataTypes.getAll().map(e=>({label:this._translate(e),value:e})),i=this._translate("Type");return Po(1,"div","type-ref-edit context-menu-container",Po(1,"div","dms-form-control",[Po(1,"label","dms-label",[i,$o(":")],0),Do(2,FD,{className:"type-ref-edit-select",label:i,onChange:this.onTypeChange,options:n,value:t})],4),2)}}class QD{constructor(e){e.onGetComponent("context-menu",750,(e={})=>{const{contextMenuType:t}=e;if("input-edit"===t||"output-edit"===t)return WD})}}QD.$inject=["components"];var HD={__depends__:[Qy,nx],__init__:["typeRefEditingProvider"],typeRefEditingProvider:["type",QD]};class UD extends cd{constructor(e,t){super(e),this.postExecuted("element.updateProperties",e=>{const{element:n,properties:i}=e.context,o=Pt(n)?i.inputExpression:i;if(o&&o.typeRef&&"string"!==o.typeRef){const e=At(n,"dmn:LiteralExpression")?n.$parent:n;t.editAllowedValues(e,null)}})}}UD.$inject=["eventBus","modeling"];class XD extends Ur{constructor(e,t){super(e,t);const{items:n}=e;this.state={items:n}}componentWillReceiveProps(e){const{items:t}=e;this.setState({items:t})}getRemoveClickHandler=e=>t=>{t.stopPropagation(),this.removeItem(e)};getToggleClickHandler=e=>t=>{t.stopPropagation(),this.toggleItem(e)};removeItem=e=>{const{onChange:t}=this.props,n=this.state.items.filter(t=>t!==e);this.setState({items:n}),t&&t(n)};toggleItem=e=>{const{onChange:t,type:n}=this.props,i=this.state.items.map(t=>(t===e?t.isChecked=!t.isChecked:"radio"===n&&(t.isChecked=!1),t));this.setState({items:i}),t&&t(i)};render(){const{className:e,items:t,type:n,labelComponent:i}=this.props,o=["dms-list-component"];e&&o.push(e);const r=function(e){const t=[];for(let n in e)t.push([n,e[n]]);return t}(b(t,"group"));return Po(1,"div",o.join(" "),r.map(e=>{const t=e[0],o=e[1];return Po(1,"div","group",[i&&i(t)||Po(1,"h4","dms-heading",t,0),Po(1,"ul","items no-wrap",o.map(e=>Po(1,"li","item",[n&&Po(64,"input","item-toggle",null,1,{type:n,checked:e.isChecked,onClick:this.getToggleClickHandler(e)}),$o(" "),e.value,e.isRemovable&&Po(1,"span","remove dmn-icon-clear",null,1,{title:"Remove item",onClick:this.getRemoveClickHandler(e)})],0)),0)],0)}),0)}}class KD extends Ur{constructor(e,t){super(e,t);const{validate:n,value:i}=e,o=n?n(i||""):void 0;this.state={validationWarning:o,value:i},this.onInput=this.onInput.bind(this),this.onKeyDown=this.onKeyDown.bind(this),this.onKeyUp=this.onKeyUp.bind(this)}componentWillReceiveProps(e){const{validate:t,value:n}=e,i=t?t(n||""):void 0;this.setState({validationWarning:i,value:n})}onInput(e){const{onInput:t,validate:n}=this.props,i=n?n(e):void 0;this.setState({validationWarning:i,value:e}),"function"==typeof t&&t&&t({isValid:!i,value:e})}onKeyDown(e){const{target:t}=e,{value:n}=t,{onKeyDown:i,validate:o}=this.props,r=o?o(n):void 0;"function"==typeof i&&i({isValid:!r,value:n,event:e})}onKeyUp(e){const{target:t}=e,{value:n}=t,{onKeyUp:i,validate:o}=this.props,r=o?o(n):void 0;"function"==typeof i&&i({isValid:!r,value:n,event:e})}render(){const{placeholder:e,type:t,className:n,label:i}=this.props,{validationWarning:o,value:r}=this.state,s=["dms-validated-input",n].join(" "),a=[];return o&&a.push("invalid"),Po(1,"div",s,[Do(2,cx,{className:a,label:i,onInput:this.onInput,onKeyDown:this.onKeyDown,onKeyUp:this.onKeyUp,placeholder:e||"",type:t,value:r||""}),o&&Po(1,"p","dms-hint dms-validation-warning",o,0)],0)}}function YD(e){if(!e||function(e){return""===e}(e.trim()))return{values:[]};let t=e.split(",");const n={values:[]};let i="";return t.forEach(e=>{i+=e,/^"[^"]*"$/.test(i.trim())?(n.values.push(i.trim()),i=""):i+=","}),i?void 0:n}let GD=class extends Ur{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),this._modeling=t.injector.get("modeling"),this._changeSupport=t.changeSupport;const n=this.getAllowedValuesTarget(),i=YD(n.inputValues&&n.inputValues.text||n.outputValues&&n.outputValues.text||"");this.state=i?{values:i.values.map(e=>({value:e,isCheckable:!1,isRemovable:!0,group:this._translate("Predefined values")})),inputValue:""}:{values:null,inputValue:""}}onElementsChanged=()=>{this.forceUpdate()};componentWillMount(){const e=this.getAllowedValuesTarget();this._changeSupport.onElementsChanged(e.id,this.onElementsChanged)}componentWillUnmount(){const e=this.getAllowedValuesTarget();this._changeSupport.offElementsChanged(e.id,this.onElementsChanged)}setPredefinedValues=e=>{const t=this.getAllowedValuesTarget();this.setState({values:e}),this._modeling.editAllowedValues(t,e&&function(e){return e.map(e=>e.value)}(e))};onListChange=e=>{this.setPredefinedValues(e)};getAllowedValuesTarget(){const e=this.getElement();return At(e,"dmn:LiteralExpression")?e.$parent:e}onInput=({isValid:e,value:t})=>{this.setState({inputValue:t})};onKeyDown=({isValid:e,event:t})=>{if(13===t.keyCode&&(t.stopPropagation(),t.preventDefault(),e)){const{inputValue:e,values:t}=this.state,n=YD(e);this.onListChange((t||[]).concat(n.values.map(e=>({value:e,isCheckable:!1,isRemovable:!0,group:this._translate("Predefined values")})))),this.setState({inputValue:""})}};handleRemovePredifinedValuesClick=e=>{e.stopPropagation(),this.removePredefinedValues()};removePredefinedValues=()=>{this.setPredefinedValues(null)};getElement(){return this.props.context.output||this.props.context.input.inputExpression}render(){const e=this.getElement(),{inputValue:t,values:n}=this.state;return"string"===e.typeRef?Po(1,"div","context-menu-container allowed-values-edit",Po(1,"div","dms-form-control",[!JD(n)&&n.length>0&&Do(2,XD,{labelComponent:ZD,items:n,onChange:this.onListChange}),!JD(n)&&!n.length&&Po(1,"div",null,[Po(1,"label","dms-label",this._translate("Predefined values"),0),Po(1,"span","placeholder",this._translate("No values"),0)],4),!JD(n)&&Po(1,"p","dms-hint",Po(1,"button","del-values",this._translate("Clear predefined values"),0,{type:"button",onClick:this.handleRemovePredifinedValuesClick}),2),Po(1,"label","dms-label",this._translate("Add predefined values"),0),Do(2,KD,{onInput:this.onInput,onKeyDown:this.onKeyDown,placeholder:this._translate('"value", "value", ...'),type:"text",validate:e=>{if(!YD(e))return this._translate("Strings must be in double quotes")},value:t})],0),2):null}};function ZD(e){return Po(1,"label","dms-label",e,0)}function JD(e){return null===e}class e${constructor(e){e.onGetComponent("context-menu",500,(e={})=>{const{contextMenuType:t}=e;if("input-edit"===t||"output-edit"===t)return GD})}}e$.$inject=["components"];var t$={__init__:["allowedValuesUpdateBehavior","allowedValuesEditingProvider"],allowedValuesUpdateBehavior:["type",UD],allowedValuesEditingProvider:["type",e$]};class n$ extends Ur{constructor(e,t){super(e,t),this._sheet=t.injector.get("sheet"),this._eventBus=t.injector.get("eventBus"),this._changeSupport=t.changeSupport,this._translate=t.injector.get("translate")}onElementsChanged=()=>{this.forceUpdate()};componentWillMount(){const e=this.getRoot();this._changeSupport.onElementsChanged(e.id,this.onElementsChanged)}componentWillUnmount(){const e=this.getRoot();this._changeSupport.offElementsChanged(e.id,this.onElementsChanged)}getRoot(){return this._sheet.getRoot()}handleClick=e=>{e.stopPropagation(),this.add()};add=()=>{this._eventBus.fire("addInput")};render(){return Po(1,"div","add-input actionable",Po(1,"button","dmn-icon-plus action-icon",null,1,{title:this._translate("Add input")}),2,{onClick:this.handleClick})}}class i$ extends Ur{constructor(e,t){super(e,t),this._sheet=t.injector.get("sheet"),this._eventBus=t.injector.get("eventBus"),this._changeSupport=t.changeSupport,this._translate=t.injector.get("translate")}onElementsChanged=()=>{this.forceUpdate()};componentWillMount(){const e=this.getRoot();this._changeSupport.onElementsChanged(e.id,this.onElementsChanged)}componentWillUnmount(){const e=this.getRoot();this._changeSupport.offElementsChanged(e.id,this.onElementsChanged)}getRoot(){return this._sheet.getRoot()}handleClick=e=>{e.stopPropagation(),this.add()};add=()=>{this._eventBus.fire("addOutput")};render(){return Po(1,"div","add-output actionable",Po(1,"button","dmn-icon-plus action-icon",null,1,{title:this._translate("Add output")}),2,{onClick:this.handleClick})}}function o$(e,t,n){e.onGetComponent("cell-inner",(e={})=>{const{cellType:t,index:n,inputsLength:i,outputsLength:o}=e;return"input-cell"===t&&n===i-1?n$:"output-cell"===t&&n===o-1?i$:void 0}),n.on("addInput",()=>{t.trigger("addInput")}),n.on("addOutput",()=>{t.trigger("addOutput")})}o$.$inject=["components","editorActions","eventBus"];var r$={__depends__:[ky],__init__:["addInputOutputProvider"],addInputOutputProvider:["type",o$]},s$="Keyboard binding is now implicit; explicit binding to an element got removed. For more information, see https://github.com/bpmn-io/diagram-js/pull/662";let a$=class{constructor(e,t,n,i,o){this._config=e||{},this._editorActions=n,this._eventBus=t,this._cellSelection=i,this._listeners=[],t.on("table.destroy",this._destroy),t.on("table.init",this._init),t.on("attach",()=>{this._config.bindTo&&console.error("unsupported configuration <keyboard.bindTo>",new Error(s$)),this._target=o.getContainer(),this._config&&!1!==this._config.bind&&this.bind()}),t.on("detach",this.unbind)}_init=()=>{this._registerDefaultBindings(),this._fire("init")};_destroy=()=>{this._fire("destroy"),this.unbind(),this._listeners=null};_keyHandler=e=>{var t,n,i=this._listeners,o=e.keyCode||e.charCode||-1;for(t=0;n=i[t];t++)if(n(o,e))return e.preventDefault(),void e.stopPropagation()};bind(e){e&&console.error("unsupported argument <node>",new Error(s$)),this.unbind(),e=this._node=this._target,ht.bind(e,"keydown",this._keyHandler),this._fire("bind")}getBinding(){return this._node}unbind=()=>{var e=this._node;e&&(this._fire("unbind"),ht.unbind(e,"keydown",this._keyHandler)),this._node=null};_fire(e){this._eventBus.fire("keyboard."+e,{node:this._node,listeners:this._listeners})}_registerDefaultBindings(){var e=this._listeners,t=this._editorActions,n=this._cellSelection;e.push(function(e,n){if(Hy(n)&&!Uy(n)&&90===e)return t.trigger("undo"),!0}),e.push(function(e,n){if(Hy(n)&&(89===e||90===e&&Uy(n)))return t.trigger("redo"),!0}),e.push(function(e,n){if(13===e&&!Hy(n)&&Uy(n)&&Xv(n.target))return t.trigger("selectCellAbove"),!0}),e.push(function(e,i){if(13!==e||Hy(i)||Uy(i))return;if(!Xv(i.target))return;const o=t.trigger("selectCellBelow"),r=n.getCellSelection();if(!o&&r&&"__decisionProperties_name"!==r){const e=t.trigger("addRule");return t.trigger("selectCellBelow"),e}return!0})}addListener(e){this._listeners.unshift(e)}removeListener(e){this._listeners=this._listeners.filter(t=>t!==e)}};a$.$inject=["config.keyboard","eventBus","editorActions","cellSelection","renderer"];var l$={__depends__:[ky],__init__:["keyboard"],keyboard:["type",a$]},c$={__depends__:[r$,t$,Qy,By,Hm,Xm,l$,HD],__init__:["inputEditingProvider","outputEditingProvider"],inputEditingProvider:["type",VD],outputEditingProvider:["type",fx]};function u$(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t);if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}let h$=class{constructor(e,t,n,i){u$(this,"handleDragOver",e=>{d$(e);const t=st(e.target,".dmn-decision-table-container td,\n .dmn-decision-table-container th",!0);let n=!!t;const{hoverEl:i}=this._dragContext;i&&i!==t&&(this._emit("dragAndDrop.dragLeave",e),this._dragContext.targetEl=null,this._dragContext.hoverEl=null),t&&(t!==i&&(this._dragContext.hoverEl=t,n=this._emit("dragAndDrop.dragEnter",e),!1!==n&&(this._dragContext.targetEl=t)),n=this._emit("dragAndDrop.dragOver",e)),e.dataTransfer.dropEffect=!1!==n?"move":"none"}),u$(this,"handleDrop",e=>{d$(e);const t=this._emit("dragAndDrop.drop",e);if(t){const{draggedElement:e}=this._dragContext;if(e instanceof Yg){const{rows:n}=this._sheet.getRoot();let i=n.indexOf(t);this._modeling.moveRow(e,i)}else if(e instanceof Gg){const{cols:n}=this._sheet.getRoot();let i=n.indexOf(t);this._modeling.moveCol(e,i)}}this.handleDragEnd(e)}),u$(this,"handleDragEnd",e=>{d$(e),this._unbindListeners(),this._emit("dragAndDrop.dragEnd",e),this._dragContext=null}),this._eventBus=e,this._renderer=t,this._modeling=n,this._sheet=i,this._dragContext=null,e.on("table.destroy",()=>{this._unbindListeners()})}_bindListeners(){ht.bind(document,"dragover",this.handleDragOver),ht.bind(document,"drop",this.handleDrop),ht.bind(document,"dragend",this.handleDragEnd)}_unbindListeners(){ht.unbind(document,"dragover",this.handleDragOver),ht.unbind(document,"drop",this.handleDrop),ht.unbind(document,"dragend",this.handleDragEnd)}_emit(e,t){return this._eventBus.fire(e,{dragContext:this._dragContext,originalEvent:t})}startDrag(e,t){d$(t,!0),t.dataTransfer.effectAllowed="move",t.dataTransfer.setData&&t.dataTransfer.setData("text","__DUMMY"),this._dragContext={draggedElement:e},this._bindListeners(),this._emit("dragAndDrop.dragStart",t)}};function d$(e,t){e.stopPropagation(),!0!==t&&e.preventDefault()}h$.$inject=["eventBus","renderer","modeling","sheet"];var p$={__init__:["dragAndDrop"],dragAndDrop:["type",h$]};const f$="top",g$="left";class m${constructor(e,t,n,i,o,r,s,a){this._elementRegistry=t,this._dragAndDrop=i,this._renderer=o,this._rules=r,this._sheet=s,this._translate=a,e.onGetComponent("cell-inner",({cellType:e,col:t,row:n})=>{if("rule-index"===e)return()=>Po(1,"span","dmn-icon-drag vertical",$o(" "),2,{draggable:"true",onDragStart:e=>this.startDrag(n,e),title:this._translate("Move rule")});if("input-cell"===e||"output-cell"===e){let e="Move "+(Pt(t)?"Input":"Output");return()=>Po(1,"span","dmn-icon-drag horizontal",null,1,{draggable:"true",onDragStart:e=>this.startDrag(t,e),title:e})}}),n.on("dragAndDrop.dragEnter",e=>{const{dragContext:t}=e,{draggedElement:n,hoverEl:i}=t;if(n instanceof Yg)return!0;if(n instanceof Gg){const e=function(e,t,n){const i=t.get(e.dataset.colId);if(!i)return-1;const{cols:o}=n.getRoot();return o.indexOf(i)}(i,this._elementRegistry,this._sheet);if(-1===e)return!1;return this._rules.allowed("col.move",{col:n,index:e})}return!1}),n.on("dragAndDrop.dragLeave",e=>{const{dragContext:t}=e,{targetEl:n}=t;if(!n)return;x$(this._renderer.getContainer())}),n.on("dragAndDrop.dragOver",e=>{const{dragContext:t,originalEvent:n}=e,{draggedElement:i,lastPosition:o,targetEl:r}=t,s=this._renderer.getContainer();if(!r)return!1;let a;return i instanceof Yg&&(a=_$(n,r)),i instanceof Gg&&(a=b$(n,r)),o===a||(x$(s),i instanceof Yg&&v$(r,s,a===f$?"top":"bottom"),i instanceof Gg&&y$(r,s,a===g$?"left":"right"),t.lastPosition=a),!0}),n.on("dragAndDrop.drop",e=>{const{dragContext:t,originalEvent:n}=e,{draggedElement:i,targetEl:o}=t;if(!o)return!1;if(i instanceof Yg){const e=_$(n,o),t=o.dataset.rowId,r=this._elementRegistry.get(t);if(!r||r===i)return;const s=function(e,t,n,i){i.indexOf(e)>i.indexOf(t)&&(t=function(e,t){const n=t.indexOf(e);return t[Math.min(t.length-1,n+1)]}(t,i));return n===f$?function(e,t){const n=t.indexOf(e);return t[Math.max(0,n-1)]}(t,i):t}(i,r,e,this._sheet.getRoot().rows);if(s===i)return;return s}if(i instanceof Gg){const e=b$(n,o),t=o.dataset.colId,r=this._elementRegistry.get(t);if(!r||r===i)return;const s=function(e,t,n,i){i.indexOf(e)>i.indexOf(t)&&(t=function(e,t){const n=t.indexOf(e);if(Pt(e)){const e=t.filter(e=>Pt(e)),i=e[e.length-1],o=t.indexOf(i);return t[Math.min(o,n+1)]}return t[Math.min(t.length-1,n+1)]}(t,i));return n===g$?function(e,t){const n=t.indexOf(e);if(Dt(e)){const e=t.filter(e=>Dt(e))[0],i=t.indexOf(e);return t[Math.max(i,n-1)]}return t[Math.max(0,n-1)]}(t,i):t}(i,r,e,this._sheet.getRoot().cols);if(s===i)return;return s}}),n.on("dragAndDrop.dragEnd",this._cleanup)}startDrag(e,t){const n=this._renderer.getContainer();this._dragImage=Ze('<span style="\n visibility: hidden;\n position: fixed;\n top: -10000px\n "></span>'),document.body.appendChild(this._dragImage),t.dataTransfer.setDragImage&&t.dataTransfer.setDragImage(this._dragImage,0,0),e instanceof Yg?function(e,t){const n=mt(`[data-row-id=${e.id}]`,t);p(n,e=>{w$(e)&&it(e).add("dragged")})}(e,n):e instanceof Gg&&function(e,t){const n=mt(`[data-col-id=${e.id}]`,t);p(n,e=>{w$(e)&&it(e).add("dragged")})}(e,n),this._dragAndDrop.startDrag(e,t)}_cleanup=()=>{const e=this._renderer.getContainer();x$(e),function(e){const t=mt(".dragged",e);p(t,e=>{w$(e)&&it(e).remove("dragged")})}(e),this._dragImage&&(vt(this._dragImage),this._dragImage=null)}}function v$(e,t,n){const i=e.dataset.rowId;if(!i)return;p(mt(`[data-row-id=${i}]`,t),e=>{w$(e)&&(it(e).add("dragover"),it(e).add(n))})}function y$(e,t,n){const i=e.dataset.colId;if(!i)return;p(mt(`[data-col-id=${i}]`,t),e=>{w$(e)&&(it(e).add("dragover"),it(e).add(n))})}function x$(e){p(mt(".dragover",e),e=>{w$(e)&&(it(e).remove("dragover"),it(e).remove("top"),it(e).remove("right"),it(e).remove("bottom"),it(e).remove("left"))})}function b$(e,t){const n=t.getBoundingClientRect();return e.clientX<n.left+n.width/2?g$:"right"}function _$(e,t){const n=t.getBoundingClientRect();return e.clientY<n.top+n.height/2?f$:"bottom"}function w$(e){return e&&(1===e.nodeType||11==e.nodeType)}m$.$inject=["components","elementRegistry","eventBus","dragAndDrop","renderer","rules","sheet","translate"];var C$={__depends__:[p$,iy],__init__:["dmnDragAndDrop"],dmnDragAndDrop:["type",m$]};class k$ extends Ur{constructor(e,t){super(e,t),this._elementRegistry=t.injector.get("elementRegistry"),this._modeling=t.injector.get("modeling"),this._changeSupport=this.context.changeSupport;const{id:n}=this.props.context;this._element=this._elementRegistry.get(n)}onElementsChanged=()=>{this.forceUpdate()};componentWillMount(){this._element&&this._changeSupport.onElementsChanged(this._element.id,this.onElementsChanged)}componentDidMount(){const{autoFocus:e}=this.props.context;if(e&&this.node){gt(".content-editable",this.node).focus()}}componentWillUnmount(){if(this._element){this._changeSupport.offElementsChanged(this._element.id,this.onElementsChanged);const{businessObject:e}=this._element,{description:t}=e;c(t)&&!t.length&&this.changeDescription(null)}}changeDescription=e=>{this._modeling.updateProperties(this._element,{description:e})};render(){if(!this._element)return;const{businessObject:e}=this._element,{description:t}=e;return c(t)?Po(1,"div","context-menu-container description-editor",Do(2,O$,{className:"dms-input",onChange:this.changeDescription,value:t}),2,null,null,e=>this.node=e):void 0}}let O$=class extends Ay{render(){return Po(1,"div",this.getClassName(),this.getEditor(),0)}};class E${constructor(e,t,n,i,o,r,s){this._contextMenu=t,this._modeling=o,this._renderer=r,this._translate=s,i.on("cell.click",750,e=>{if(e.defaultPrevented)return;const{target:i,id:o}=e,s=n.get(o);if(!It(s,["dmn:UnaryTests","dmn:LiteralExpression"]))return;T$(s)||e.preventDefault();const a=S$(r.getContainer(),i.getBoundingClientRect());t.open(a,{contextMenuType:"cell-description",autoFocus:!1,id:o,offset:{x:4,y:4}})}),e.onGetComponent("context-menu",(e={})=>{if(e.contextMenuType&&"cell-description"===e.contextMenuType){if(c(T$(n.get(e.id))))return k$}}),e.onGetComponent("context-menu-cell-additional",500,(e={})=>{if(e.contextMenuType&&"context-menu"===e.contextMenuType){const{id:t}=e;if(!t)return;const i=n.get(t);if(!i)return;const{businessObject:o}=i,{description:r}=o,s=c(r),a=s?()=>this.removeDescription(i):()=>this.addDescription(i);return Po(1,"div",`context-menu-group-entry ${s?"remove-description":"add-description"}`,c(r)?this._translate("Remove cell description"):this._translate("Add cell description"),0,{onClick:a})}})}addDescription=e=>{this._modeling.updateProperties(e,{description:""});const t=this._renderer.getContainer(),n=S$(t,Uv(e.id,t).getBoundingClientRect());this._contextMenu.open(n,{contextMenuType:"cell-description",id:e.id,autoFocus:!0,offset:{x:4,y:4}})};removeDescription=e=>{this._modeling.updateProperties(e,{description:null}),this._contextMenu.close()}}function S$(e,t){const{top:n,left:i,width:o,height:r}=t;return{x:i+e.parentNode.scrollLeft-26,y:n+e.parentNode.scrollTop,width:o+52,height:r}}function T$(e){return e&&e.businessObject&&e.businessObject.description}E$.$inject=["components","contextMenu","elementRegistry","eventBus","modeling","renderer","translate"];var R$={__depends__:[Qy,xv],__init__:["description"],description:["type",E$]};let M$=class{constructor(e,t,n,i,o,r){this._modeling=n,this._translate=o,this._expressionLanguages=i,e.onGetComponent("context-menu-cell-additional",(e={})=>{if(e.contextMenuType&&"context-menu"===e.contextMenuType){const{event:n,id:i}=e;if(!i)return;const o=t.get(i);if(!o)return;if(!this._shouldDisplayContextMenuEntry(o))return;const s=e=>{r.open({x:(n||e).pageX,y:(n||e).pageY},{contextMenuType:"expression-language",id:i})};return Po(1,"div","context-menu-group-entry",this._translate("Change cell expression language"),0,{onClick:s})}}),e.onGetComponent("context-menu",(e={})=>{if(e.contextMenuType&&"expression-language"===e.contextMenuType){const{id:n}=e;if(!n)return;const o=t.get(n);if(!o)return;const r=this._getElementExpressionLanguage(o),s=i.getAll(),a="context-menu-group-entry context-menu-entry-set-expression-language",l=this._translate("Expression language");return()=>Po(1,"div","context-menu-flex",Po(1,"div","context-menu-group",Po(1,"div",a,[Po(1,"div",null,l,0),Do(2,FD,{label:l,className:"expression-language",onChange:e=>this.onChange(o,e),options:s,value:r})],4),2),2)}}),e.onGetComponent("context-menu",(e={})=>{if("input-edit"===e.contextMenuType)return()=>{const{inputExpression:t}=e.input;if(!this._shouldDisplayContextMenuEntry(t))return;const n=this._getElementExpressionLanguage(t),o=i.getAll(),r=this._translate("Expression language");return Po(1,"div","context-menu-container ref-language",Po(1,"div","dms-form-control",[Po(1,"label","dms-label",r,0),Do(2,FD,{label:r,className:"ref-language",value:n||"",onChange:e=>this.onChange(t,e),options:o})],4),2)}})}onChange(e,t){this._modeling.editExpressionLanguage(e,t)}_shouldDisplayContextMenuEntry(e){if(this._expressionLanguages.getAll().length>1)return!0;return this._getElementExpressionLanguage(e)!==this._getDefaultElementExpressionLanguage(e)}_getElementExpressionLanguage(e){return $t(e).expressionLanguage||this._getDefaultElementExpressionLanguage(e)}_getDefaultElementExpressionLanguage(e){return this._expressionLanguages.getDefault(Pt(e.col)?"inputCell":"outputCell").value}};M$.$inject=["components","elementRegistry","modeling","expressionLanguages","translate","contextMenu"];var A$={__depends__:[Hm],__init__:["expressionLanguage"],expressionLanguage:["type",M$]};class P$ extends Ur{constructor(e,t){super(e,t),ym(this)}componentWillMount(){this.setupChangeListeners({bind:this.getBusinessObject().id})}componentWillUnmount(){this.setupChangeListeners({unbind:this.getBusinessObject().id})}setupChangeListeners({bind:e,unbind:t}){"string"==typeof t&&this.changeSupport.offElementsChanged(t,this.onElementsChanged),"string"==typeof e&&this.changeSupport.onElementsChanged(e,this.onElementsChanged)}getBusinessObject(){return this.sheet.getRoot().businessObject.$parent}onElementsChanged=()=>{this.forceUpdate()};setDecisionTableName=e=>{this.modeling.editDecisionTableName(e)};render(){const e=this.getBusinessObject(),{name:t}=e,n=this.components.getComponent("hit-policy")||$$;return Po(1,"div","decision-table-properties",[Do(2,D$,{label:this.translate("Decision name"),className:"decision-table-name",value:t,ctrlForNewline:!0,onBlur:I$,onChange:this.setDecisionTableName,elementId:"__decisionProperties_name",coords:"0:__decisionProperties"}),Po(1,"div","decision-table-header-separator"),Do(2,n)],4)}}P$.$inject=["sheet","modeling","changeSupport","components","translate"];class D$ extends Ay{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),bm(this,_m)}render(){const e=this.props.value;return Po(1,"div",vm(this.getSelectionClasses(),this.getClassName()),this.getEditor(),0,{"data-element-id":this.props.elementId,"data-coords":this.props.coords,title:this._translate("Decision name: ")+e})}}function $$(){return null}function I$(e){e.target.scroll(0,0)}class B${constructor(e){e.onGetComponent("table.before",500,()=>P$)}}B$.$inject=["components"];var j$={__depends__:[By],__init__:["decisionTableProperties"],decisionTableProperties:["type",B$]};class L$ extends Ur{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),ym(this)}onChange=({aggregation:e,hitPolicy:t})=>{this.modeling.editHitPolicy(t,e)};onElementsChanged=()=>{this.forceUpdate()};componentDidMount(){this.changeSupport.onElementsChanged(this.getRoot().id,this.onElementsChanged)}componentWillUnmount(){this.changeSupport.offElementsChanged(this.getRoot().id,this.onElementsChanged)}getRoot(){return this.sheet.getRoot()}render(){const e=this.getRoot().businessObject,{aggregation:t,hitPolicy:n}=e,i=h(ev,e=>function(e,t){return e.hitPolicy===t.hitPolicy&&e.aggregation===t.aggregation}(e.value,{aggregation:t,hitPolicy:n}));return Po(1,"div","hit-policy",[Po(1,"label","dms-label",this._translate("Hit policy:"),0),Do(2,FD,{className:"hit-policy-edit-policy-select",label:this._translate("Hit policy"),onChange:this.onChange,options:ev.map(e=>({...e,label:this._translate(e.label)})),value:i.value,"data-hit-policy":"true",noInput:!0})],4,{title:this._translate(i.explanation)})}}function N$(e){e.onGetComponent("hit-policy",()=>L$)}L$.$inject=["changeSupport","sheet","modeling"],N$.$inject=["components"];var q$={__depends__:[Qy],__init__:["hitPolicyProvider"],hitPolicyProvider:["type",N$]};class V$ extends cd{constructor(e,t){super(e),this.executed(["row.add","row.remove","col.add","col.remove"],F$(e=>{var t=e.context,n=t.row||t.col;this.updateRoot(n,t.oldRoot)})),this.reverted(["row.add","row.remove","col.add","col.remove"],F$(e=>{var t=e.context,n=t.row||t.col;this.updateRoot(n,t.newRoot)}))}updateRoot(e,t){var n=e.root,i=e.businessObject;if(At(e,"dmn:DecisionRule")){if(t){let e=t.businessObject.get("rule"),n=e.indexOf(i);e.splice(n,1),i.$parent=null}if(n){let t=n.businessObject,o=n.rows.indexOf(e);t.get("rule").splice(o,0,i),i.$parent=t,e.cells.forEach((t,n)=>{this.wireCell(t,e,n)})}}if(At(e,"dmn:InputClause")||At(e,"dmn:OutputClause")){let o,r;if(t){let n=t.businessObject,s=n.get("input"),a=n.get("output");if(At(e,"dmn:InputClause")&&(o=s,r=s.indexOf(i)),At(e,"dmn:OutputClause")&&(o=a,r=a.indexOf(i)),-1===r)throw new Error("inconsistent model: clause not in table");o.splice(r,1),i.$parent=null,e.cells.forEach((e,n)=>{this.unwireCell(e,t.rows[n])})}if(n){let t,o,r=n.businessObject,s=r.get("input"),a=r.get("output"),l=n.cols.indexOf(e);At(e,"dmn:InputClause")&&(o=s,t=l),At(e,"dmn:OutputClause")&&(o=a,t=l-s.length),o.splice(t,0,i),i.$parent=r,e.cells.forEach((e,t)=>{this.wireCell(e,n.rows[t],l)})}}}unwireCell(e,t){var n=e.businessObject;let i,o,r=t.businessObject,s=r.get("inputEntry"),a=r.get("outputEntry");if(At(e,"dmn:UnaryTests")&&(i=s),At(e,"dmn:LiteralExpression")&&(i=a),o=i.indexOf(n),-1===o)throw new Error("cell not in row");i.splice(o,1),n.$parent=null}wireCell(e,t,n){var i=e.businessObject;let o,r,s=t.businessObject,a=s.get("inputEntry"),l=s.get("outputEntry");i.$parent!==s&&(At(e,"dmn:UnaryTests")&&(o=a,r=n),At(e,"dmn:LiteralExpression")&&(o=l,r=n-a.length),o.splice(r,0,i),i.$parent=s)}}function F$(e){return function(t){var n=t.context;At(n.row||n.col,"dmn:DMNElement")&&e(t)}}V$.$inject=["eventBus","sheet"];let z$=class{constructor(e){this._model=e}create(e,t={}){var n=this._model.create(e,t||{});return At(n,"dmn:InputClause")&&(t.inputExpression?n.inputExpression=t.inputExpression:(n.inputExpression=this.create("dmn:LiteralExpression",{typeRef:"string"}),n.inputExpression.$parent=n)),At(n,"dmn:OutputClause")&&(n.typeRef=t.typeRef||"string"),(At(n,"dmn:UnaryTests")||At(n,"dmn:LiteralExpression"))&&(n.text=t.text||""),this._ensureId(n),n}_needsId(e){return At(e,"dmn:DMNElement")}_ensureId(e){var t=(e.$type||"").replace(/^[^:]*:/g,"")+"_";!e.id&&this._needsId(e)&&(e.id=this._model.ids.nextPrefixed(t,e))}};z$.$inject=["moddle"];class W$ extends tm{constructor(e){super(),this._dmnFactory=e}create(e,t){const n=this._dmnFactory;let{businessObject:i,type:o,...r}=t;if(!i){if(!o){if("root"===e)o="dmn:DecisionTable";else if("cell"===e){let{col:e}=r;At(e,"dmn:OutputClause")&&(o="dmn:LiteralExpression"),At(e,"dmn:InputClause")&&(o="dmn:UnaryTests")}if(!o)throw new Error("cannot guess <type>")}i=n.create(o)}return super.create(e,{businessObject:i,id:i.id,...r})}}W$.$inject=["dmnFactory"];class Q${constructor(e,t){this._sheet=e,this._elementFactory=t}execute(e){const t=this._sheet,n=this._elementFactory,i=t.getRoot();let{row:o,index:r}=e;return void 0===r&&(r=e.index=i.rows.length),e.newRoot=i,o.cells.length||i.cols.forEach((e,t)=>{const i=n.create("cell",{row:o,col:e});o.cells[t]=i}),t.addRow(o,r),t.getRoot()}revert(e){const{row:t}=e,n=this._sheet;return n.removeRow(t),n.getRoot()}}Q$.$inject=["sheet","elementFactory"];class H${constructor(e){this._sheet=e}execute(e){const t=this._sheet,n=t.getRoot();let{row:i}=e;const o=e.oldIndex=n.rows.indexOf(i);if(e.oldRoot=i.root,-1===o)throw new Error(`row#${i.id} not in sheet`);return t.removeRow(i),t.getRoot()}revert(e){const{row:t,oldIndex:n}=e,i=this._sheet;return i.addRow(t,n),i.getRoot()}}H$.$inject=["sheet"];class U${constructor(e){this._modeling=e}preExecute(e){let{row:t}=e;this._modeling.removeRow(t)}postExecute(e){let{row:t,index:n}=e;this._modeling.addRow(t,n)}}U$.$inject=["modeling"];class X${constructor(e,t){this._sheet=e,this._elementFactory=t}execute(e){const t=this._sheet,n=this._elementFactory,i=t.getRoot();let{col:o,index:r}=e;return void 0===r&&(r=e.index=i.cols.length),e.newRoot=i,o.cells.length||i.rows.forEach((e,t)=>{const i=n.create("cell",{row:e,col:o});o.cells[t]=i}),t.addCol(o,r),t.getRoot()}revert(e){const{col:t}=e,n=this._sheet;return n.removeCol(t),n.getRoot()}}X$.$inject=["sheet","elementFactory"];class K${constructor(e,t){this._sheet=e,this._elementFactory=t}execute(e){const t=this._sheet;let{col:n}=e;const i=e.oldRoot=n.root;if(-1===(e.oldIndex=i.cols.indexOf(n)))throw new Error(`col#${n.id} not in sheet`);return t.removeCol(n),t.getRoot()}revert(e){const{col:t,oldIndex:n}=e,i=this._sheet;return i.addCol(t,n),i.getRoot()}}K$.$inject=["sheet","elementFactory"];class Y${constructor(e){this._modeling=e}preExecute(e){let{col:t}=e;this._modeling.removeCol(t)}postExecute(e){let{col:t,index:n}=e;this._modeling.addCol(t,n)}}Y$.$inject=["modeling"];class G${execute(e){let{cell:t}=e;return t}revert(e){const{cell:t}=e;return t}}let Z$=class e{constructor(e,t,n){this._eventBus=e,this._elementFactory=t,this._commandStack=n,e.on("table.init",()=>{!function(e,t){p(e,function(e,n){t.registerHandler(n,e)})}(this.getHandlers(),n)})}getHandlers(){return e._getHandlers()}static _getHandlers(){return{"row.add":Q$,"row.remove":H$,"row.move":U$,"col.add":X$,"col.remove":K$,"col.move":Y$,"cell.edit":G$}}_create(e,t){return t instanceof Kg?t:this._elementFactory.create(e,t)}addRow(e,t){const n=this._create("row",e),i={row:n,index:t};return this._commandStack.execute("row.add",i),n}removeRow(e){this._commandStack.execute("row.remove",{row:e})}moveRow(e,t){const n={row:e,index:t};this._commandStack.execute("row.move",n)}addCol(e,t){const n=this._create("col",e),i={col:n,index:t};return this._commandStack.execute("col.add",i),n}removeCol(e){this._commandStack.execute("col.remove",{col:e})}moveCol(e,t){const n={col:e,index:t};this._commandStack.execute("col.move",n)}editCell(e,t){const n={cell:e,...t};this._commandStack.execute("cell.edit",n)}};Z$.$inject=["eventBus","elementFactory","commandStack"];class J${constructor(e,t,n){this._dmnFactory=e,this._moddle=t,this._modeling=n}execute(e){const{element:t,allowedValues:n}=e;return At(t,"dmn:InputClause")?(t.inputValues?e.oldAllowedValues=t.inputValues.text:eI(n)||(t.inputValues=this._dmnFactory.create("dmn:UnaryTests",{text:""})),eI(n)?t.inputValues&&delete t.inputValues:t.inputValues.text=n.join(",")):(t.outputValues&&t?e.oldAllowedValues=t.outputValues.text:eI(n)||(t.outputValues=this._dmnFactory.create("dmn:UnaryTests",{text:""})),eI(n)?t.outputValues&&delete t.outputValues:t.outputValues.text=n.join(",")),t}revert(e){const{element:t,oldAllowedValues:n}=e;return At(t,"dmn:InputClause")?n?(t.inputValues||(t.inputValues=this._dmnFactory.create("dmn:UnaryTests",{text:""})),t.inputValues.text=n):delete t.inputValues:n?(t.outputValues||(t.outputValues=this._dmnFactory.create("dmn:UnaryTests",{text:""})),t.outputValues.text=n):delete t.outputValues,t}}function eI(e){return null===e}J$.$inject=["dmnFactory","moddle","modeling"];const tI="id";class nI{constructor(e,t){this._elementRegistry=e,this._moddle=t}execute(e){const{element:t,properties:n}=e,i=$t(t),{changed:o,oldProperties:r}=this.updateProperties(i,n);return e.oldProperties=r,[...o,t]}revert(e){const{element:t,oldProperties:n}=e;var i=$t(t),{changed:o}=this.updateProperties(i,n);return[...o,t]}updateProperties(e,t){const n=this._moddle.ids;return f(t,(t,i,o)=>{const r=e.get(o);if(iI(i)){if(!iI(r))throw new Error(`non-existing property <${o}>: cannot update values`);let{changed:e,oldProperties:n}=this.updateProperties(r,i);return{changed:[...t.changed,...e,r],oldProperties:{...t.oldProperties,[o]:n}}}var s;return o===tI&&(s=i,e[tI]!==s)&&(n.unclaim(e[tI]),this._elementRegistry.updateId(e,i),n.claim(i,e)),e.set(o,i),{changed:t.changed,oldProperties:{...t.oldProperties,[o]:r}}},{changed:[],oldProperties:{}})}}function iI(e){return i(e)&&s(e)}nI.$inject=["elementRegistry","moddle"];class oI{constructor(e){this._moddle=e}execute(e){const t=this._moddle.ids,n=e.id,i=e.element;e.claiming?t.claim(n,i):t.unclaim(n)}revert(e){const t=this._moddle.ids,n=e.id,i=e.element;e.claiming?t.unclaim(n):t.claim(n,i)}}oI.$inject=["moddle"];let rI=class e extends Z${constructor(e,t,n,i){super(e,t,n),this._eventBus=e,this._elementFactory=t,this._commandStack=n,this._sheet=i}getHandlers(){return e._getHandlers()}static _getHandlers(){return M({},super._getHandlers(),{editAllowedValues:J$,"element.updateProperties":nI,"id.updateClaim":oI})}editDecisionTableName(e){const t={element:this._sheet.getRoot().businessObject.$parent,properties:{name:e}};this._commandStack.execute("element.updateProperties",t)}editDecisionTableId(e){const t={element:this._sheet.getRoot().businessObject.$parent,properties:{id:e}};this._commandStack.execute("element.updateProperties",t)}editHitPolicy(e,t){const n={element:this._sheet.getRoot().businessObject,properties:{hitPolicy:e,aggregation:t}};this._commandStack.execute("element.updateProperties",n)}updateProperties(e,t){const n={element:e,properties:t};this._commandStack.execute("element.updateProperties",n)}editInputExpression(e,t){const n={element:e,properties:t};this._commandStack.execute("element.updateProperties",n)}editOutputName(e,t){const n={element:e,properties:{name:t}};this._commandStack.execute("element.updateProperties",n)}editInputExpressionTypeRef(e,t){const n={element:e,properties:{typeRef:t}};this._commandStack.execute("element.updateProperties",n)}editOutputTypeRef(e,t){const n={element:e,properties:{typeRef:t}};this._commandStack.execute("element.updateProperties",n)}editCell(e,t){const n={element:e,properties:{text:t}};this._commandStack.execute("element.updateProperties",n)}editAnnotation(e,t){const n={element:e,properties:{description:t}};this._commandStack.execute("element.updateProperties",n)}editAllowedValues(e,t){const n={element:e,allowedValues:t};this._commandStack.execute("editAllowedValues",n)}editExpressionLanguage(e,t){const n={element:e,properties:{expressionLanguage:t}};this._commandStack.execute("element.updateProperties",n)}claimId(e,t){const n={id:e,element:t,claiming:!0};this._commandStack.execute("id.updateClaim",n)}unclaimId(e,t){const n={id:e,element:t};this._commandStack.execute("id.updateClaim",n)}};rI.$inject=["eventBus","elementFactory","commandStack","sheet"];class sI extends cd{constructor(e,t,n){super(e),this._ids=t.ids,this._modeling=n,this.preExecute(["row.add","col.add"],e=>{const t=e.context,n=t.row||t.col;this.claimId(n.businessObject),n.cells&&n.cells.forEach(e=>this.claimId(e.businessObject))})}claimId(e){e.id&&!this._ids.assigned(e.id)&&this._modeling.claimId(e.id,e),e.$descriptor.properties.forEach(t=>{const n=e[t.name];n&&(r(n)&&n.forEach(e=>this.claimId(e)),n.$type&&this.claimId(n))})}}sI.$inject=["eventBus","moddle","modeling"];class aI extends cd{constructor(e,t){super(e),this._modeling=t,this.preExecute(["row.remove","col.remove"],e=>{const t=e.context,n=t.row||t.col;this.unclaimId(n.businessObject),n.cells&&n.cells.forEach(e=>this.unclaimId(e.businessObject))})}unclaimId(e){e.id&&this._modeling.unclaimId(e.id,e),e.$descriptor.properties.forEach(t=>{const n=e[t.name];n&&(r(n)&&n.forEach(e=>this.unclaimId(e)),n.$type&&this.unclaimId(n))})}}aI.$inject=["eventBus","modeling"];var lI={__init__:["dmnUpdater","idChangeBehavior","nameChangeBehavior","modeling"],__depends__:[{__init__:["idClaimBehavior","idUnclaimBehavior"],idClaimBehavior:["type",sI],idUnclaimBehavior:["type",aI]},Dd],dmnUpdater:["type",V$],dmnFactory:["type",z$],elementFactory:["type",W$],idChangeBehavior:["type",Zd],nameChangeBehavior:["type",Jd],modeling:["type",rI]};class cI extends Ur{constructor(e,t){super(e,t),this.changeCellValue=this.changeCellValue.bind(this),this.onElementsChanged=this.onElementsChanged.bind(this)}onElementsChanged(){this.forceUpdate()}componentWillMount(){const{injector:e}=this.context,{cell:t}=this.props,n=this._changeSupport=this.context.changeSupport;this._modeling=e.get("modeling"),n.onElementsChanged(t.id,this.onElementsChanged)}componentWillUnmount(){const{cell:e}=this.props;this._changeSupport.offElementsChanged(e.id,this.onElementsChanged)}changeCellValue(e){const{cell:t}=this.props;this._modeling.editCell(t.businessObject,e)}render(){const{cell:e,rowIndex:t,row:n,col:i,colIndex:o}=this.props,r=At(e,"dmn:UnaryTests"),s=e.businessObject;return Do(2,Cm,{className:r?"input-cell":"output-cell",elementId:e.id,coords:`${t}:${o}`,"data-row-id":n.id,"data-col-id":i.id,children:Do(2,hI,{placeholder:r?"-":"",onChange:this.changeCellValue,value:s.text,businessObject:s})})}}let uI=class extends Ur{constructor(e,t){super(e,t),this.state={focussed:!1},this.onFocus=this.onFocus.bind(this),this.onBlur=this.onBlur.bind(this)}onFocus(){this.setState({focussed:!0})}onBlur(){this.setState({focussed:!1})}render(){const{focussed:e}=this.state;return Po(1,"div","feel-editor"+(e?" focussed":""),[e&&Io(Do(2,jD,{...this.props,autoFocus:!0,onBlur:this.onBlur})),Io(Do(2,Ry,{...this.props,onInput:()=>{},onFocus:this.onFocus}))],0,{onClick:this.onFocus})}};class hI extends Ur{constructor(e,t){super(e,t),this._expressionLanguages=t.injector.get("expressionLanguages"),this._translate=t.injector.get("translate"),this._variableResolver=t.injector.get("variableResolver",!1)}isDefaultExpressionLanguage(e){const{expressionLanguage:t}=e,n=this.getDefaultExpressionLanguage().value;return!t||t===n}getDescription(e){return e.description}getExpressionLanguageLabel(e){const{expressionLanguage:t}=e,n=this.getDefaultExpressionLanguage();return this._expressionLanguages.getLabel(t)||n.label}isScript(){const{businessObject:e}=this.props,t=this.getDefaultExpressionLanguage();return!!this._isInputCell()&&(-1!==e.text.indexOf("\n")||e.expressionLanguage&&e.expressionLanguage!==t)}_isInputCell(){return At(this.props.businessObject,"dmn:UnaryTests")}getDefaultExpressionLanguage(){const e=this._isInputCell()?"inputCell":"outputCell";return this._expressionLanguages.getDefault(e)}getEditor(){return this.isFEEL()?uI:Ry}isFEEL(){return"feel"===this.getExpressionLanguage()}getExpressionLanguage(){const{businessObject:e}=this.props;return e.expressionLanguage||this.getDefaultExpressionLanguage().value}_getVariables(){const{businessObject:e}=this.props;return this._variableResolver&&this._variableResolver.getVariables(e)}_getLabel(){return this._isInputCell()?this._translate("Input"):this._translate("Output")}render(){const{businessObject:e,placeholder:t,value:n,onChange:i}=this.props,o=this.getDescription(e),r=this.isDefaultExpressionLanguage(e),s=this.getExpressionLanguageLabel(e),a=this.isScript(),l=this.getEditor(),u=this._getVariables();return Po(1,"div","cell-editor",[c(o)&&Po(1,"div","description-indicator"),Do(2,l,{label:this._getLabel(),className:a?"script-editor":"",ctrlForNewline:!0,onInput:i,value:n,placeholder:t,variables:u,feelLanguageDialect:"unaryTests"}),!r&&Po(1,"span","dms-badge dmn-expression-language",[Po(1,"span","dms-badge-icon dmn-icon-file-code"),Po(1,"span","dms-badge-label",s,0)],4,{title:this._translate("Expression language: {expressionLanguageLabel}",{expressionLanguageLabel:s})})],0)}}class dI{constructor(e){e.onGetComponent("cell",1500,({cellType:e})=>{if("rule"===e)return cI})}}dI.$inject=["components"];var pI={__depends__:[By,Jm],__init__:["decisionRulesEditor"],decisionRulesEditor:["type",dI]};class fI extends Ur{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),this.state={top:0,left:0,isVisible:!1,isDisabled:!1,selection:null},ym(this);const{debounceInput:n}=this;this.onClick=this.onClick.bind(this),this.handleSelectionChanged=this.handleSelectionChanged.bind(this),this.hideAndShowDebounced=this.hideAndShowDebounced.bind(this),this.showDebounced=n(this.showDebounced.bind(this)),this.updatePosition=this.updatePosition.bind(this)}componentDidMount(){const{eventBus:e}=this;e.on("cellSelection.changed",this.handleSelectionChanged),e.on("commandStack.changed",this.updatePosition),e.on("sheet.scroll",this.hideAndShowDebounced)}componentWillUnmount(){const{eventBus:e}=this;e.off("cellSelection.changed",this.handleSelectionChanged),e.off("commandStack.changed",this.updatePosition),e.off("sheet.scroll",this.hideAndShowDebounced)}hideAndShowDebounced(){this.state.isVisible&&(this.hide(),this.showDebounced())}showDebounced(){this.show()}hide(e={}){this.setState({...e,isVisible:!1})}show(e={}){this.setState({...e,isVisible:!0}),this.updatePosition()}handleSelectionChanged({elementId:e}){const{elementRegistry:t,expressionLanguages:n,simpleMode:i}=this,o=t.get(e);if(!o||!i.canSimpleEdit(o))return void this.hide({isDisabled:!1,selection:null});const r=!function(e,t,n){return!t||t===function(e,t){if(Pt(e.col))return t.getDefault("inputCell").value;if(Dt(e.col))return t.getDefault("outputCell").value}(e,n)}(o,o.businessObject.expressionLanguage,n);this.show({isDisabled:r,selection:o})}updatePosition(){const{selection:e}=this.state,{node:t}=this;if(!e||!t)return;const{renderer:n}=this,i=n.getContainer(),o=i.getBoundingClientRect(),r=Uv(e.id,i).getBoundingClientRect(),s=this.node.getBoundingClientRect(),{scrollLeft:a,scrollTop:l}=function(e){const t=st(e,".tjs-table-container");if(!t)return{scrollTop:0,scrollLeft:0};const{scrollLeft:n,scrollTop:i}=t;return{scrollTop:i,scrollLeft:n}}(t),c={};r.left+r.width/2>o.width/2?c.left=-o.left+r.left-s.width+4+a+"px":c.left=-o.left+r.left+r.width-4+a+"px",r.top+r.height/2>o.height/2?c.top=-o.top+r.top-s.height+4+l+"px":c.top=-o.top+r.top-4+l+"px",M(this.node.style,c)}onClick(){const{eventBus:e}=this,{isDisabled:t}=this.state;if(t)return;const{selection:n}=this,i=n.get();i&&(e.fire("simpleMode.open",{element:i,node:Uv(i.id,this._container)}),this.hide())}render(){const{isDisabled:e,isVisible:t,top:n,left:i}=this.state,o=["simple-mode-button","no-deselect"];return e&&o.push("disabled"),t?Po(1,"div",o.join(" "),Po(1,"span","dmn-icon-edit"),2,{onClick:this.onClick,style:{top:n,left:i},title:e?this._translate("Editing not supported for set expression language"):this._translate("Edit")},null,e=>this.node=e):null}}fI.$inject=["debounceInput","elementRegistry","eventBus","expressionLanguages","renderer","selection","simpleMode"];class gI{constructor(e,t,n,i,o){this._providers=[],e.onGetComponent("table.before",()=>fI),i.on("simpleMode.open",({element:e,node:n})=>{const{left:i,top:r,width:s,height:a}=n.getBoundingClientRect(),l=o.getContainer();t.open({x:i+l.parentNode.scrollLeft,y:r+l.parentNode.scrollTop,width:s,height:a},{contextMenuType:"simple-mode-edit",element:e,offset:{x:4,y:4}})}),i.on("cell.click",e=>{const{event:t,node:o,id:r}=e;if(function(e){if(e.altKey)return!1;return e.ctrlKey||e.metaKey}(t)){const t=n.get(r);t&&i.fire("simpleMode.open",{node:o,element:t}),e.preventDefault()}})}registerProvider(e){this._providers.push(e)}canSimpleEdit(e){return this._providers.reduce((t,n)=>t||n(e),!1)}}gI.$inject=["components","contextMenu","elementRegistry","eventBus","renderer"];var mI={__depends__:[Qy,Zv,Hm],__init__:["simpleMode"],simpleMode:["type",gI]};const vI="none";class yI extends Ur{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),this._modeling=t.injector.get("modeling");const{element:n}=this.props.context,i=function(e){return!e||function(e){return""===e}(e)?"none":"true"===e.trim()?"true":"false"===e.trim()?"false":void 0}(n.businessObject.text);this.state={value:i||vI},this.editCell=this.editCell.bind(this),this.onChange=this.onChange.bind(this)}editCell(e,t){this._modeling.editCell(e,t)}onChange(e){const{element:t}=this.props.context;this.editCell(t.businessObject,e===vI?"":e),this.setState({value:e})}render(){const{value:e}=this.state,t=[{label:"-",value:vI},{label:this._translate("Yes"),value:"true"},{label:this._translate("No"),value:"false"}];return Po(1,"div","simple-boolean-edit context-menu-container",[Po(1,"h3","dms-heading",this._translate("Edit boolean"),0),Po(1,"h4","dms-heading",this._translate("Set value"),0),Do(2,FD,{label:this._translate("Boolean value"),noInput:!0,className:"dms-block",onChange:this.onChange,options:t,value:e})],4)}}class xI{constructor(e,t){t.registerProvider(e=>(Pt(e.col)||Dt(e.col))&&"boolean"===bI(e)),e.onGetComponent("context-menu",(e={})=>{if(e.contextMenuType&&"simple-mode-edit"===e.contextMenuType){if(!e.element)return;if("boolean"===bI(e.element))return yI}})}}function bI(e){return Pt(e.col)?e.col&&e.col.businessObject.inputExpression.typeRef:e.col&&e.col.businessObject.typeRef}xI.$inject=["components","simpleMode"];var _I={__depends__:[l$,mI],__init__:["simpleBooleanEdit"],simpleBooleanEdit:["type",xI]};const wI=/^\d{4}(?:-\d\d){2}$/,CI=/^\[date\("([^"]*)"\)..date\("([^"]*)"\)\]$/,kI=/^(<|>)\s*date\("([^"]*)"\)$/,OI=/^date\("([^"]*)"\)$/;function EI(e){if(!wI.test(e.trim()))return"Date must match pattern yyyy-MM-dd"}function SI(e,t){return"exact"===e?`date("${t[0]}")`:"before"===e?`< date("${t[0]}")`:"after"===e?`> date("${t[0]}")`:"between"===e?`[date("${t[0]}")..date("${t[1]}")]`:void 0}function TI(){const e=new Date;return e.setUTCHours(0,0,0,0),e.toISOString().slice(0,10)}function RI(e){if(!e||""===e.trim())return{type:"exact",date:""};let t=e.match(CI);return t?{type:"between",dates:[t[1],t[2]]}:(t=e.match(kI),t?{type:"<"===t[1]?"before":"after",date:t[2]}:(t=e.match(OI),t?{type:"exact",date:t[1]}:void 0))}const MI="exact",AI="between";let PI=class extends Ur{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),this._modeling=t.injector.get("modeling");const{element:n}=this.props.context,i=RI(n.businessObject.text);if(i){let e;e=i.date?[i.date,""]:i.dates?i.dates:["",""],this.state={type:i.type,dates:e}}else this.state={type:MI,dates:["",""]};const o=t.injector.get("debounceInput");this.debouncedEditCell=o(this.editCell.bind(this)),this.editCell=this.editCell.bind(this),this.onTypeChange=this.onTypeChange.bind(this),this.onSetStartDateTodayClick=this.onSetStartDateTodayClick.bind(this),this.onSetEndDateTodayClick=this.onSetEndDateTodayClick.bind(this),this.onStartDateInput=this.onStartDateInput.bind(this),this.onEndDateInput=this.onEndDateInput.bind(this)}editCell(e,t){this._modeling.editCell(e,t)}onTypeChange(e){const{element:t}=this.props.context,{dates:n}=this.state;this.setState({type:e}),RI(SI(e,n))&&this.editCell(t.businessObject,SI(e,n))}onSetStartDateTodayClick(){const{element:e}=this.props.context,{dates:t,type:n}=this.state,i=TI();this.setState({dates:[i,t[1]]}),RI(SI(n,[i,t[1]]))&&this.editCell(e.businessObject,SI(n,[i,t[1]]))}onSetEndDateTodayClick(){const{element:e}=this.props.context,{dates:t,type:n}=this.state,i=TI();this.setState({dates:[t[0],i]}),RI(SI(n,[t[0],i]))&&this.editCell(e.businessObject,SI(n,[t[0],i]))}onStartDateInput({value:e}){const{element:t}=this.props.context,{dates:n,type:i}=this.state;this.setState({dates:[e,n[1]]}),this.debouncedEditCell(t.businessObject,SI(i,[e,n[1]]))}onEndDateInput({value:e}){const{element:t}=this.props.context,{dates:n,type:i}=this.state;this.setState({dates:[n[0],e]}),this.debouncedEditCell(t.businessObject,SI(i,[n[0],e]))}render(){const{dates:e,type:t}=this.state,n=[{label:this._translate("Exactly"),value:MI},{label:this._translate("Before"),value:"before"},{label:this._translate("After"),value:"after"},{label:this._translate("Between"),value:AI}];return Po(1,"div","context-menu-container simple-date-edit",[Po(1,"h3","dms-heading",this._translate("Edit date"),0),Po(1,"div","dms-fill-row",Do(2,FD,{label:this._translate("Test type"),noInput:!0,onChange:this.onTypeChange,options:n,value:t}),2),Po(1,"h4","dms-heading",t===AI?this._translate("Edit start date"):this._translate("Set date"),0),Po(1,"div",null,[Do(2,KD,{label:t===AI?this._translate("Start date"):this._translate("Date"),className:"start-date-input dms-block",onInput:this.onStartDateInput,placeholder:this._translate("e.g. { sample }",{sample:TI()}),validate:e=>EI(e)&&this._translate(EI(e)),value:e[0]}),Po(1,"p","dms-hint",[Po(1,"button","use-today",this._translate("Use today"),0,{type:"button",onClick:this.onSetStartDateTodayClick}),$o(".")],4)],4),t===AI&&Po(1,"h4","dms-heading",this._translate("Edit end date"),0),t===AI&&Po(1,"div",null,[Do(2,KD,{label:this._translate("End date"),className:"end-date-input dms-block",onInput:this.onEndDateInput,placeholder:this._translate("e.g. { sample }",{sample:TI()}),validate:e=>EI(e)&&this._translate(EI(e)),value:e[1]}),Po(1,"p","dms-hint",[Po(1,"button","use-today",this._translate("Use today"),0,{type:"button",onClick:this.onSetEndDateTodayClick}),$o(".")],4)],4)],0)}},DI=class extends Ur{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),this._modeling=t.injector.get("modeling");const{element:n}=this.props.context,i=RI(n.businessObject.text);this.state={date:i?i.date:""};const o=t.injector.get("debounceInput");this.debouncedEditCell=o(this.editCell.bind(this)),this.editCell=this.editCell.bind(this),this.onClick=this.onClick.bind(this),this.onInput=this.onInput.bind(this)}editCell(e,t){this._modeling.editCell(e,t)}onClick(){const{element:e}=this.props.context,t=TI();this.setState({date:t}),this.editCell(e.businessObject,`date("${t}")`)}onInput({value:e}){const{element:t}=this.props.context;this.setState({date:e}),this.debouncedEditCell(t.businessObject,`date("${e}")`)}render(){const{date:e}=this.state;return Po(1,"div","context-menu-container simple-date-edit",[Po(1,"h3","dms-heading",this._translate("Edit date"),0),Po(1,"h4","dms-heading",this._translate("Set date"),0),Po(1,"div",null,[Do(2,KD,{label:this._translate("Date value"),onInput:this.onInput,placeholder:this._translate("e.g. { example } ",{example:TI()}),validate:e=>EI(e)&&this._translate(EI(e)),value:e,className:"dms-block"}),Po(1,"p","dms-hint",Po(1,"button","use-today",this._translate("Use today"),0,{type:"button",onClick:this.onClick}),2)],4)],4)}},$I=class{constructor(e,t){t.registerProvider(e=>{const t=II(e);return(Pt(e.col)||Dt(e.col))&&BI(t)}),e.onGetComponent("context-menu",(e={})=>{if(e.contextMenuType&&"simple-mode-edit"===e.contextMenuType){if(!e.element)return;if(BI(II(e.element))){if(Pt(e.element.col))return PI;if(Dt(e.element.col))return DI}}})}};function II(e){return Pt(e.col)?e.col&&e.col.businessObject.inputExpression.typeRef:e.col&&e.col.businessObject.typeRef}function BI(e){return"date"===e}$I.$inject=["components","simpleMode"];var jI={__depends__:[l$,mI],__init__:["simpleDateEdit"],simpleDateEdit:["type",$I]};const LI=/^\d{4}(?:-\d\d){2}T(?:\d\d:){2}\d\d(?:Z|(?:[@+-][^")]+))?$/,NI=/^\[date and time\("([^"]*)"\)..date and time\("([^"]*)"\)\]$/,qI=/^(<|>)\s*date and time\("([^"]*)"\)$/,VI=/^date and time\("([^"]*)"\)$/;function FI(e){if(!LI.test(e.trim()))return"Date and time must match pattern yyyy-MM-ddTHH:mm:ss[time zone]"}function zI(e,t){return"exact"===e?`date and time("${t[0]}")`:"before"===e?`< date and time("${t[0]}")`:"after"===e?`> date and time("${t[0]}")`:"between"===e?`[date and time("${t[0]}")..date and time("${t[1]}")]`:void 0}function WI(){const e=new Date;return e.setUTCHours(0,0,0,0),e.toISOString().replace(".000Z","Z")}function QI(e){if(!e||""===e.trim())return{type:"exact",date:""};let t=e.match(NI);return t?{type:"between",dates:[t[1],t[2]]}:(t=e.match(qI),t?{type:"<"===t[1]?"before":"after",date:t[2]}:(t=e.match(VI),t?{type:"exact",date:t[1]}:void 0))}const HI="exact",UI="between";class XI extends Ur{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),this._modeling=t.injector.get("modeling");const{element:n}=this.props.context,i=QI(n.businessObject.text);if(i){let e;e=i.date?[i.date,""]:i.dates?i.dates:["",""],this.state={type:i.type,dates:e}}else this.state={type:HI,dates:["",""]};const o=t.injector.get("debounceInput");this.debouncedEditCell=o(this.editCell.bind(this)),this.editCell=this.editCell.bind(this),this.onTypeChange=this.onTypeChange.bind(this),this.onSetStartDateTodayClick=this.onSetStartDateTodayClick.bind(this),this.onSetEndDateTodayClick=this.onSetEndDateTodayClick.bind(this),this.onStartDateInput=this.onStartDateInput.bind(this),this.onEndDateInput=this.onEndDateInput.bind(this)}editCell(e,t){this._modeling.editCell(e,t)}onTypeChange(e){const{element:t}=this.props.context,{dates:n}=this.state;this.setState({type:e}),QI(zI(e,n))&&this.editCell(t.businessObject,zI(e,n))}onSetStartDateTodayClick(){const{element:e}=this.props.context,{dates:t,type:n}=this.state,i=WI();this.setState({dates:[i,t[1]]}),QI(zI(n,[i,t[1]]))&&this.editCell(e.businessObject,zI(n,[i,t[1]]))}onSetEndDateTodayClick(){const{element:e}=this.props.context,{dates:t,type:n}=this.state,i=WI();this.setState({dates:[t[0],i]}),QI(zI(n,[t[0],i]))&&this.editCell(e.businessObject,zI(n,[t[0],i]))}onStartDateInput({value:e}){const{element:t}=this.props.context,{dates:n,type:i}=this.state;this.setState({dates:[e,n[1]]}),this.debouncedEditCell(t.businessObject,zI(i,[e,n[1]]))}onEndDateInput({value:e}){const{element:t}=this.props.context,{dates:n,type:i}=this.state;this.setState({dates:[n[0],e]}),this.debouncedEditCell(t.businessObject,zI(i,[n[0],e]))}render(){const{dates:e,type:t}=this.state,n=[{label:this._translate("Exactly"),value:HI},{label:this._translate("Before"),value:"before"},{label:this._translate("After"),value:"after"},{label:this._translate("Between"),value:UI}];return Po(1,"div","context-menu-container simple-date-edit",[Po(1,"h3","dms-heading",this._translate("Edit date and time"),0),Po(1,"div","dms-fill-row",Do(2,FD,{label:this._translate("Test type"),noInput:!0,onChange:this.onTypeChange,options:n,value:t}),2),Po(1,"h4","dms-heading",t===UI?this._translate("Edit start date and time"):this._translate("Set date and time"),0),Po(1,"div",null,[Do(2,KD,{label:t===UI?this._translate("Start date and time"):this._translate("Date and time"),className:"start-date-input dms-block",onInput:this.onStartDateInput,placeholder:this._translate("e.g. { sample }",{sample:WI()}),validate:e=>FI(e)&&this._translate(FI(e)),value:e[0]}),Po(1,"p","dms-hint",Po(1,"button","use-today",this._translate("Use today"),0,{type:"button",onClick:this.onSetStartDateTodayClick}),2)],4),t===UI&&Po(1,"h4","dms-heading",this._translate("Edit end date and time"),0),t===UI&&Po(1,"div",null,[Do(2,KD,{label:this._translate("End date and time"),className:"end-date-input dms-block",onInput:this.onEndDateInput,placeholder:this._translate("e.g. { sample }",{sample:WI()}),validate:e=>FI(e)&&this._translate(FI(e)),value:e[1]}),Po(1,"p","dms-hint",Po(1,"button","use-today",this._translate("Use today"),0,{type:"button",onClick:this.onSetEndDateTodayClick}),2)],4)],0)}}class KI extends Ur{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),this._modeling=t.injector.get("modeling");const{element:n}=this.props.context,i=QI(n.businessObject.text);this.state={date:i?i.date:""};const o=t.injector.get("debounceInput");this.debouncedEditCell=o(this.editCell.bind(this)),this.editCell=this.editCell.bind(this),this.onClick=this.onClick.bind(this),this.onInput=this.onInput.bind(this)}editCell(e,t){this._modeling.editCell(e,t)}onClick(){const{element:e}=this.props.context,t=WI();this.setState({date:t}),this.editCell(e.businessObject,`date and time("${t}")`)}onInput({value:e}){const{element:t}=this.props.context;this.setState({date:e}),this.debouncedEditCell(t.businessObject,`date and time("${e}")`)}render(){const{date:e}=this.state;return Po(1,"div","context-menu-container simple-date-edit",[Po(1,"h3","dms-heading",this._translate("Edit date and time"),0),Po(1,"h4","dms-heading",this._translate("Set date and time"),0),Po(1,"div",null,[Do(2,KD,{label:this._translate("Date and time value"),onInput:this.onInput,placeholder:this._translate("e.g. { sample }",{sample:WI()}),validate:e=>FI(e)&&this._translate(FI(e)),value:e,className:"dms-block"}),Po(1,"p","dms-hint",Po(1,"button","use-today",this._translate("Use today"),0,{type:"button",onClick:this.onClick}),2)],4)],4)}}let YI=class{constructor(e,t){t.registerProvider(e=>{const t=GI(e);return(Pt(e.col)||Dt(e.col))&&ZI(t)}),e.onGetComponent("context-menu",(e={})=>{if(e.contextMenuType&&"simple-mode-edit"===e.contextMenuType){if(!e.element)return;if(ZI(GI(e.element))){if(Pt(e.element.col))return XI;if(Dt(e.element.col))return KI}}})}};function GI(e){return Pt(e.col)?e.col&&e.col.businessObject.inputExpression.typeRef:e.col&&e.col.businessObject.typeRef}function ZI(e){return"dateTime"===e}YI.$inject=["components","simpleMode"];var JI={__depends__:[l$,mI],__init__:["simpleDateTimeEdit"],simpleDateTimeEdit:["type",YI]};const eB={equals:"=",less:"<",lessEquals:"<=",greater:">",greaterEquals:">="};function tB(e){return y(eB).filter(t=>e===eB[t])[0]}function nB(e){if(!e||function(e){return""===e}(e.trim()))return{type:"comparison",values:[]};const t=function(e){const t=rB(e);if(t)return{type:"comparison",operator:"equals",values:[t]};const{operator:n,value:i}=sB(/^(?<operator>=|(:?<|>)=?)\s*duration\("(?<value>[^"]*)"\)$/,e);if(n&&i)return{type:"comparison",values:[i],operator:tB(n)}}(e);if(t)return t;const n=function(e){const{start:t,end:n,firstValue:i,secondValue:o}=sB(/^(?<start>[[\]])duration\("(?<firstValue>[^"]*)"\)\.\.duration\("(?<secondValue>[^"]*)"\)(?<end>[[\]])$/,e);if(t&&n)return{type:"range",values:[i,o],start:"]"===t?"exclude":"include",end:"["===n?"exclude":"include"}}(e);return n||void 0}function iB(e,t){return"equals"===e?`duration("${t}")`:`${eB[e]} duration("${t}")`}function oB(e,t,n,i){return`${"exclude"===n?"]":"["}duration("${e}")..duration("${t}")${"exclude"===i?"[":"]"}`}function rB(e){const t=/^duration\("([^"]*)"\)$/.exec(e);return t&&t[1]}function sB(e,t){const{groups:n}=e.exec(t)||{groups:{}};return n}const aB={yearMonthDuration:"Must match PnYnM",dayTimeDuration:"Must match PnDTnH"};class lB extends Ur{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),this._type=e.type,this.onInput=this.onInput.bind(this),this.validate=this.validate.bind(this),this.state={value:e.value}}onInput({value:e}){this.setState({value:e}),this.props.onInput(e)}validate(e){if(!function(e,t){return"yearMonthDuration"===e?function(e){return/^P(\d+Y\d+M|\d+Y|\d+M)$/.test(e)}(t):"dayTimeDuration"===e?function(e){return/^P(\d+DT\d+H|\d+D|T\d+H)$/.test(e)}(t):void 0}(this._type,e))return this._translate(aB[this._type])}_getPlaceholder(){if("yearMonthDuration"===this._type)return this._translate("e.g. { sample }",{sample:"P1Y2M"});"dayTimeDuration"===this._type&&this._translate("e.g. { sample }",{sample:"P1DT2H"})}render(){return Do(2,KD,{label:this.props.label,type:"text",onInput:this.onInput,placeholder:this._getPlaceholder(),validate:this.validate,value:this.state.value,className:this.props.className})}}const cB="comparison",uB="range";class hB extends Ur{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),this._modeling=t.injector.get("modeling");const{element:n}=this.props.context;this._type=function(e){return e.col.businessObject.inputExpression.typeRef}(n);const i=nB(n.businessObject.text,this._type);this.state=i?{type:i.type,comparisonOperator:i.operator||"equals",startValue:i.values[0]||"",endValue:i.values[1]||"",rangeStartType:i.start||"include",rangeEndType:i.end||"include"}:{type:cB,comparisonOperator:"equals",startValue:"",endValue:"",rangeStartType:"include",rangeEndType:"include"};const o=t.injector.get("debounceInput");this.debouncedEditCell=o(this.editCell.bind(this)),this.editCell=this.editCell.bind(this),this.onComparisonOperatorChange=this.onComparisonOperatorChange.bind(this),this.onComparisonValueChange=this.onComparisonValueChange.bind(this),this.onTypeChange=this.onTypeChange.bind(this),this.onRangeStartTypeChange=this.onRangeStartTypeChange.bind(this),this.onRangeStartValueChange=this.onRangeStartValueChange.bind(this),this.onRangeEndTypeChange=this.onRangeEndTypeChange.bind(this),this.onRangeEndValueChange=this.onRangeEndValueChange.bind(this)}editCell(e,t){this._modeling.editCell(e,t)}onTypeChange(e){const{element:t}=this.props.context,{comparisonOperator:n,startValue:i,endValue:o,rangeStartType:r,rangeEndType:s}=this.state;e===cB?this.editCell(t.businessObject,iB(n,i)):this.editCell(t.businessObject,oB(i,o,r,s)),this.setState({type:e})}onComparisonOperatorChange(e){const{element:t}=this.props.context,{type:n,startValue:i}=this.state;n===cB&&(this.editCell(t.businessObject,iB(e,i)),this.setState({comparisonOperator:e}))}onComparisonValueChange(e){const{element:t}=this.props.context,{type:n,comparisonOperator:i}=this.state;n===cB&&(this.debouncedEditCell(t.businessObject,iB(i,e)),this.setState({startValue:e}))}onRangeStartTypeChange(e){const{element:t}=this.props.context,{type:n,startValue:i,endValue:o,rangeEndType:r}=this.state;n===uB&&(this.editCell(t.businessObject,oB(i,o,e,r)),this.setState({rangeStartType:e}))}onRangeStartValueChange(e){const{element:t}=this.props.context,{type:n,endValue:i,rangeStartType:o,rangeEndType:r}=this.state;n===uB&&(this.editCell(t.businessObject,oB(e,i,o,r)),this.setState({startValue:e}))}onRangeEndTypeChange(e){const{element:t}=this.props.context,{type:n,startValue:i,endValue:o,rangeStartType:r}=this.state;n===uB&&(this.editCell(t.businessObject,oB(i,o,r,e)),this.setState({rangeEndType:e}))}onRangeEndValueChange(e){const{element:t}=this.props.context,{type:n,startValue:i,rangeStartType:o,rangeEndType:r}=this.state;n===uB&&(this.editCell(t.businessObject,oB(i,e,o,r)),this.setState({endValue:e}))}renderComparison(e,t){const n=[{label:this._translate("Equals"),value:"equals"},{label:this._translate("Less"),value:"less"},{label:this._translate("Less or equals"),value:"lessEquals"},{label:this._translate("Greater"),value:"greater"},{label:this._translate("Greater or equals"),value:"greaterEquals"}];return Po(1,"div","comparison",[Po(1,"h4","dms-heading",$o("Value"),2),Po(1,"div","dms-fill-row dms-input-duration-edit-row",[Do(2,FD,{label:this._translate("Comparison operator"),noInput:!0,onChange:this.onComparisonOperatorChange,options:n,value:e}),$o(" "),Do(2,lB,{label:this._translate("Duration value"),type:this._type,className:"comparison-duration-input",onInput:this.onComparisonValueChange,value:t})],4)],4)}renderRange(e,t,n,i){const o=[{label:this._translate("Include"),value:"include"},{label:this._translate("Exclude"),value:"exclude"}];return Po(1,"div","range",[Po(1,"h4","dms-heading",this._translate("Start value"),0),Po(1,"div","dms-fill-row dms-input-duration-edit-row",[Do(2,FD,{label:this._translate("Range start operator"),noInput:!0,onChange:this.onRangeStartTypeChange,options:o,value:n}),$o(" "),Do(2,lB,{label:this._translate("Range start value"),type:this._type,className:"range-start-duration-input",onInput:this.onRangeStartValueChange,value:e})],4),Po(1,"h4","dms-heading",this._translate("End value"),0),Po(1,"div","dms-fill-row dms-input-duration-edit-row",[Do(2,FD,{label:this._translate("Range end operator"),noInput:!0,onChange:this.onRangeEndTypeChange,options:o,value:i}),$o(" "),Do(2,lB,{label:this._translate("Range end value"),type:this._type,className:"range-end-duration-input",onInput:this.onRangeEndValueChange,value:t})],4)],4)}render(){const{type:e,comparisonOperator:t,startValue:n,endValue:i,rangeStartType:o,rangeEndType:r}=this.state,s=[{label:this._translate("Comparison"),value:cB},{label:this._translate("Range"),value:uB}];return Po(1,"div","context-menu-container simple-duration-edit",[Po(1,"h3","dms-heading",this._translate("Edit duration"),0),Po(1,"div","dms-fill-row",Do(2,FD,{label:this._translate("Test type"),noInput:!0,onChange:this.onTypeChange,options:s,value:e}),2),e===cB&&this.renderComparison(t,n),e===uB&&this.renderRange(n,i,o,r)],0)}}class dB extends Ur{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),this._modeling=t.injector.get("modeling");const{element:n}=this.props.context;this._type=function(e){return e.col.businessObject.typeRef}(n);const i=t.injector.get("debounceInput");this.debouncedEditCell=i(this.editCell.bind(this)),this.editCell=this.editCell.bind(this),this.onInput=this.onInput.bind(this)}editCell(e,t){this._modeling.editCell(e,t)}onInput(e){const{element:t}=this.props.context;this.debouncedEditCell(t.businessObject,`duration("${e}")`)}render(){const e=rB(this.props.context.element.businessObject.text,this._type);return Po(1,"div","context-menu-container simple-duration-edit",[Po(1,"h3","dms-heading",this._translate("Edit duration"),0),Po(1,"h4","dms-heading",this._translate("Set duration"),0),Do(2,lB,{label:this._translate("Duration value"),onInput:this.onInput,value:e,type:this._type,className:"dms-block"})],4)}}class pB{constructor(e,t){t.registerProvider(e=>{const t=fB(e);return(Pt(e.col)||Dt(e.col))&&mB(t)}),e.onGetComponent("context-menu",(e={})=>{if(e.contextMenuType&&"simple-mode-edit"===e.contextMenuType){if(!e.element)return;if(mB(fB(e.element))){if(Pt(e.element.col))return hB;if(Dt(e.element.col))return dB}}})}}function fB(e){return Pt(e.col)?e.col&&e.col.businessObject.inputExpression.typeRef:e.col&&e.col.businessObject.typeRef}pB.$inject=["components","simpleMode"];const gB=["yearMonthDuration","dayTimeDuration"];function mB(e){return gB.includes(e)}var vB={__depends__:[l$,mI],__init__:["simpleDurationEdit"],simpleDurationEdit:["type",pB]};const yB=/^(-?(?:[0-9]|\.[0-9])+)$|^((?:<|>|=){0,2})\s*(-?(?:[0-9]|\.[0-9])+)$/,xB=/^(\[|\]){1}(-?(?:[0-9]|\.[0-9])+){1,}\.\.(-?(?:[0-9]|\.[0-9])+){1,}(\[|\]){1}$/,bB={equals:"=",less:"<",lessEquals:"<=",greater:">",greaterEquals:">="};function _B(e){return y(bB).filter(t=>e===bB[t])[0]}function wB(e){if(!e||function(e){return""===e}(e.trim()))return{type:"comparison"};const t=e.match(yB),n=e.match(xB);if(t){if(function(e){return e[0]&&e[1]&&!e[2]&&!e[3]}(t))return{type:"comparison",value:parseFloat(t[1]),operator:"equals"};if(function(e){return e[0]&&!e[1]&&e[2]&&e[3]}(t))return{type:"comparison",value:parseFloat(t[3]),operator:_B(t[2])}}else if(n)return{type:"range",values:[n[2],n[3]].map(e=>parseFloat(e)),start:"]"===n[1]?"exclude":"include",end:"["===n[4]?"exclude":"include"}}function CB(e,t){return"equals"===e?`${t}`:`${bB[e]} ${t}`}function kB(e,t,n,i){return`${"exclude"===n?"]":"["}${e}..${t}${"exclude"===i?"[":"]"}`}const OB="comparison",EB="range";class SB extends Ur{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),this._modeling=t.injector.get("modeling");const{element:n}=this.props.context,i=wB(n.businessObject.text);this.state=i?{type:i.type,comparisonOperator:i.operator||"equals",comparisonValue:i.value||0,rangeStartValue:i.values?i.values[0]:0,rangeEndValue:i.values?i.values[1]:0,rangeStartType:i.start||"include",rangeEndType:i.end||"include"}:{type:OB,comparisonOperator:"equals",comparisonValue:0,rangeStartValue:0,rangeEndValue:0,rangeStartType:"include",rangeEndType:"include"};const o=t.injector.get("debounceInput");this.debouncedEditCell=o(this.editCell.bind(this)),this.editCell=this.editCell.bind(this),this.onComparisonOperatorChange=this.onComparisonOperatorChange.bind(this),this.onComparisonValueChange=this.onComparisonValueChange.bind(this),this.onTypeChange=this.onTypeChange.bind(this),this.onRangeStartTypeChange=this.onRangeStartTypeChange.bind(this),this.onRangeStartValueChange=this.onRangeStartValueChange.bind(this),this.onRangeEndTypeChange=this.onRangeEndTypeChange.bind(this),this.onRangeEndValueChange=this.onRangeEndValueChange.bind(this)}editCell(e,t){this._modeling.editCell(e,t)}onTypeChange(e){const{element:t}=this.props.context,{comparisonOperator:n,comparisonValue:i,rangeStartValue:o,rangeEndValue:r,rangeStartType:s,rangeEndType:a}=this.state;e===OB?this.editCell(t.businessObject,CB(n,i)):this.editCell(t.businessObject,kB(o,r,s,a)),this.setState({type:e})}onComparisonOperatorChange(e){const{element:t}=this.props.context,{type:n,comparisonValue:i}=this.state;n===OB&&(this.editCell(t.businessObject,CB(e,i)),this.setState({comparisonOperator:e}))}onComparisonValueChange(e){const{element:t}=this.props.context,{type:n,comparisonOperator:i}=this.state;n===OB&&(this.debouncedEditCell(t.businessObject,CB(i,e)),this.setState({comparisonValue:e}))}onRangeStartTypeChange(e){const{element:t}=this.props.context,{type:n,rangeStartValue:i,rangeEndValue:o,rangeEndType:r}=this.state;n===EB&&(this.editCell(t.businessObject,kB(i,o,e,r)),this.setState({rangeStartType:e}))}onRangeStartValueChange(e){const{element:t}=this.props.context,{type:n,rangeEndValue:i,rangeStartType:o,rangeEndType:r}=this.state;n===EB&&(this.editCell(t.businessObject,kB(e,i,o,r)),this.setState({rangeStartValue:e}))}onRangeEndTypeChange(e){const{element:t}=this.props.context,{type:n,rangeStartValue:i,rangeEndValue:o,rangeStartType:r}=this.state;n===EB&&(this.editCell(t.businessObject,kB(i,o,r,e)),this.setState({rangeEndType:e}))}onRangeEndValueChange(e){const{element:t}=this.props.context,{type:n,rangeStartValue:i,rangeStartType:o,rangeEndType:r}=this.state;n===EB&&(this.editCell(t.businessObject,kB(i,e,o,r)),this.setState({rangeEndValue:e}))}renderComparison(e,t){const n=[{label:this._translate("Equals"),value:"equals"},{label:this._translate("Less"),value:"less"},{label:this._translate("Less or equals"),value:"lessEquals"},{label:this._translate("Greater"),value:"greater"},{label:this._translate("Greater or equals"),value:"greaterEquals"}];return Po(1,"div","comparison",[Po(1,"h4","dms-heading",this._translate("Value"),0),Po(1,"div","dms-fill-row",[Do(2,FD,{label:this._translate("Comparison operator"),noInput:!0,onChange:this.onComparisonOperatorChange,options:n,value:e}),$o(" "),Do(2,cx,{label:this._translate("Value"),className:"comparison-number-input",onInput:this.onComparisonValueChange,type:"number",value:t})],4)],4)}renderRange(e,t,n,i){const o=[{label:this._translate("Include"),value:"include"},{label:this._translate("Exclude"),value:"exclude"}];return Po(1,"div","range",[Po(1,"h4","dms-heading",this._translate("Start value"),0),Po(1,"div","dms-fill-row",[Do(2,FD,{label:this._translate("Start value"),noInput:!0,onChange:this.onRangeStartTypeChange,options:o,value:n}),$o(" "),Do(2,cx,{className:"range-start-number-input",onInput:this.onRangeStartValueChange,type:"number",value:e})],4),Po(1,"h4","dms-heading",this._translate("End value"),0),Po(1,"div","dms-fill-row",[Do(2,FD,{label:this._translate("End value"),noInput:!0,onChange:this.onRangeEndTypeChange,options:o,value:i}),$o(" "),Do(2,cx,{className:"range-end-number-input",onInput:this.onRangeEndValueChange,type:"number",value:t})],4)],4)}render(){const{type:e,comparisonOperator:t,comparisonValue:n,rangeStartValue:i,rangeEndValue:o,rangeStartType:r,rangeEndType:s}=this.state,a=[{label:this._translate("Comparison"),value:OB},{label:this._translate("Range"),value:EB}];return Po(1,"div","context-menu-container simple-number-edit",[Po(1,"h3","dms-heading",this._translate("Edit number"),0),Po(1,"div","dms-fill-row",Do(2,FD,{label:this._translate("Test type"),noInput:!0,onChange:this.onTypeChange,options:a,value:e}),2),e===OB&&this.renderComparison(t,n),e===EB&&this.renderRange(i,o,r,s)],0)}}class TB extends Ur{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),this._modeling=t.injector.get("modeling");const{element:n}=this.props.context,i=wB(n.businessObject.text);this.state=i?{value:i.value}:{value:""};const o=t.injector.get("debounceInput");this.debouncedEditCell=o(this.editCell.bind(this)),this.editCell=this.editCell.bind(this),this.onInput=this.onInput.bind(this)}editCell(e,t){this._modeling.editCell(e,t)}onInput(e){const{element:t}=this.props.context;this.debouncedEditCell(t.businessObject,e),this.setState({value:e})}render(){const{value:e}=this.state;return Po(1,"div","context-menu-container simple-number-edit",[Po(1,"h3","dms-heading",this._translate("Edit number"),0),Po(1,"h4","dms-heading",this._translate("Set value"),0),Do(2,cx,{onInput:this.onInput,type:"number",value:e})],4)}}class RB{constructor(e,t){t.registerProvider(e=>{const t=MB(e);return(Pt(e.col)||Dt(e.col))&&PB(t)}),e.onGetComponent("context-menu",(e={})=>{if(e.contextMenuType&&"simple-mode-edit"===e.contextMenuType){if(!e.element)return;if(PB(MB(e.element))){if(Pt(e.element.col))return SB;if(Dt(e.element.col))return TB}}})}}function MB(e){return Pt(e.col)?e.col&&e.col.businessObject.inputExpression.typeRef:e.col&&e.col.businessObject.typeRef}RB.$inject=["components","simpleMode"];const AB=["number","integer","long","double"];function PB(e){return AB.includes(e)}var DB={__depends__:[l$,mI],__init__:["simpleNumberEdit"],simpleNumberEdit:["type",RB]};function $B(e){if(!e||IB(e.trim()))return{type:"disjunction",values:[]};let t=e.split(",");const n={type:"disjunction",values:[]};let i="";if(t.forEach(e=>{i+=e,/^"[^"]*"$/.test(i.trim())?(n.values.push(i.trim()),i=""):i+=","}),!i)return n;n.type="negation",n.values=[],i="";const o=e.match(/^\s*not\((.*)\)\s*$/);return o&&(t=o[1].split(","),t.forEach(e=>{i+=e,/^"[^"]*"$/.test(i.trim())?(n.values.push(i.trim()),i=""):i+=","}),!i)?n:void 0}function IB(e){return""===e}const BB="disjunction",jB="negation";class LB extends Ur{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),this._modeling=t.injector.get("modeling");let n=$B(e.context.element.businessObject.text);n||(n={values:[],type:BB});const i=function(e){const t=Pt(e)?e.inputValues:e.outputValues;return!t||IB(t.text)?[]:t.text.split(",").map(e=>e.trim())}(e.context.element.col.businessObject),o=n.values.filter(e=>!qB(i,e)),r=Pt(e.context.element.col);let s=i.map(e=>({value:e,isChecked:qB(n.values,e),isRemovable:!1,group:this._translate("Predefined values")}));r&&(s=s.concat(o.map(e=>({value:e,isChecked:!0,isRemovable:!0,group:this._translate("Custom values")}))));let a="";r||!n.values.length||qB(i,n.values[0])||(a=n.values[0]),this.state={items:s,unaryTestsType:n.type,inputValue:a,isOutputValueInputChecked:""!==a};const l=t.injector.get("debounceInput");this.debouncedEditCell=l(this.editCell.bind(this)),this.editCell=this.editCell.bind(this),this.addUnaryTestsListItem=this.addUnaryTestsListItem.bind(this),this.onInput=this.onInput.bind(this),this.onKeyDown=this.onKeyDown.bind(this),this.onOutputValueInputClick=this.onOutputValueInputClick.bind(this),this.onUnaryTestsListChanged=this.onUnaryTestsListChanged.bind(this),this.onUnaryTestsTypeChange=this.onUnaryTestsTypeChange.bind(this)}editCell(e,t){this._modeling.editCell(e,t)}onUnaryTestsTypeChange(e){const{items:t}=this.state,n=NB(t),{element:i}=this.props.context;e===BB?(this.editCell(i.businessObject,n.join(",")),this.setState({unaryTestsType:BB})):(this.editCell(i.businessObject,`not(${n.join(",")})`),this.setState({unaryTestsType:jB}))}onUnaryTestsListChanged(e){const t=NB(e),{element:n}=this.props.context,{unaryTestsType:i}=this.state;i===BB?this.editCell(n.businessObject,t.join(",")):this.editCell(n.businessObject,`not(${t.join(",")})`),this.setState({items:e,isOutputValueInputChecked:!1})}onOutputValueInputClick(){const{element:e}=this.props.context,{inputValue:t,items:n}=this.state,i=$B(t);!i||i.values.length>1||(this.editCell(e.businessObject,`${i.values.join("")}`),this.setState({items:n.map(e=>(e.isChecked=!1,e)),isOutputValueInputChecked:!0}))}onInput({isValid:e,value:t}){const{isOutputValueInputChecked:n}=this.state;this.setState({inputValue:t});const{element:i}=this.props.context;!Pt(i)&&e&&n&&this.debouncedEditCell(i.businessObject,t)}onKeyDown({isValid:e,event:t}){if(13!==t.keyCode)return;const{element:n}=this.props.context,i=Pt(n.col);!i&&e||(t.stopPropagation(),t.preventDefault()),e&&(i?this.addUnaryTestsListItem():this.onOutputValueInputClick())}addUnaryTestsListItem(){const{inputValue:e,items:t,unaryTestsType:n}=this.state,i=$B(e);if(!i)return;const{element:o}=this.props.context,r=NB(t),s=[].concat(r,i.values);n===BB?this.editCell(o.businessObject,s.join(",")):this.editCell(o.businessObject,`not(${s.join(",")})`);const a=t.concat(i.values.map(e=>({value:e,isChecked:!0,isRemovable:!0,group:this._translate("Custom values")})));this.setState({items:a,inputValue:""})}render(){const{element:e}=this.props.context,{inputValue:t,isOutputValueInputChecked:n,items:i,unaryTestsType:o}=this.state,r=[{label:this._translate("Match one"),value:BB},{label:this._translate("Match none"),value:jB}],s=Pt(e.col),a=o===jB,l=!s&&i.length>0;return Po(1,"div","simple-string-edit context-menu-container",[Po(1,"h3","dms-heading",this._translate("Edit string"),0),s&&Po(1,"p",null,Do(2,FD,{label:this._translate("String value"),noInput:!0,onChange:this.onUnaryTestsTypeChange,options:r,value:a?jB:BB},null,e=>this.selectNode=e),2),Do(2,XD,{onChange:this.onUnaryTestsListChanged,items:i,type:s?"checkbox":"radio"}),Po(1,"h4","dms-heading",s?this._translate("Add values"):this._translate("Set value"),0),Po(1,"div","dms-fill-row",[l&&Po(64,"input","cursor-pointer",null,1,{checked:n,onClick:this.onOutputValueInputClick,type:"radio",style:{marginRight:"8px"}}),Do(2,KD,{label:s?this._translate("Values"):this._translate("Value"),className:"dms-block",onKeyDown:this.onKeyDown,onInput:this.onInput,placeholder:s?this._translate('"value", "value", ...'):this._translate('"value"'),type:"text",validate:e=>{if(!$B(e))return this._translate("Strings must be in double quotes")},value:t})],0)],0)}}function NB(e){return e.filter(e=>e.isChecked).map(e=>e.value)}function qB(e,t){return-1!==e.indexOf(t)}class VB{constructor(e,t){t.registerProvider(e=>(Pt(e.col)||Dt(e.col))&&"string"===FB(e)),e.onGetComponent("context-menu",(e={})=>{if(e.contextMenuType&&"simple-mode-edit"===e.contextMenuType){if(!e.element)return;if("string"===FB(e.element))return LB}})}}function FB(e){return Pt(e.col)?e.col&&e.col.businessObject.inputExpression.typeRef:e.col&&e.col.businessObject.typeRef}VB.$inject=["components","simpleMode"];var zB={__depends__:[l$,mI],__init__:["simpleStringEdit"],simpleStringEdit:["type",VB]};const WB=/^(?:\d\d:){2}\d\d(?:Z|(?:[@+-][^")]+))?$/,QB=/^\[time\("([^"]*)"\)..time\("([^"]*)"\)\]$/,HB=/^(<|>)\s*time\("([^"]*)"\)$/,UB=/^time\("([^"]*)"\)$/;function XB(e){if(!WB.test(e.trim()))return"Time must match pattern hh:mm:ss[time zone]"}function KB(e,t){return"exact"===e?`time("${t[0]}")`:"before"===e?`< time("${t[0]}")`:"after"===e?`> time("${t[0]}")`:"between"===e?`[time("${t[0]}")..time("${t[1]}")]`:void 0}function YB(){return(new Date).toISOString().slice(11,-5)+"Z"}function GB(e){if(!e||""===e.trim())return{type:"exact",time:""};let t=e.match(QB);return t?{type:"between",times:[t[1],t[2]]}:(t=e.match(HB),t?{type:"<"===t[1]?"before":"after",time:t[2]}:(t=e.match(UB),t?{type:"exact",time:t[1]}:void 0))}const ZB="exact",JB="between";class ej extends Ur{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),this._modeling=t.injector.get("modeling");const{element:n}=this.props.context,i=GB(n.businessObject.text);if(i){let e;e=i.time?[i.time,""]:i.times?i.times:["",""],this.state={type:i.type,times:e}}else this.state={type:ZB,times:["",""]};const o=t.injector.get("debounceInput");this.debouncedEditCell=o(this.editCell.bind(this)),this.editCell=this.editCell.bind(this),this.onTypeChange=this.onTypeChange.bind(this),this.onSetStartTimeNowClick=this.onSetStartTimeNowClick.bind(this),this.onSetEndTimeNowClick=this.onSetEndTimeNowClick.bind(this),this.onStartTimeInput=this.onStartTimeInput.bind(this),this.onEndTimeInput=this.onEndTimeInput.bind(this)}editCell(e,t){this._modeling.editCell(e,t)}onTypeChange(e){const{element:t}=this.props.context,{times:n}=this.state;this.setState({type:e}),GB(KB(e,n))&&this.editCell(t.businessObject,KB(e,n))}onSetStartTimeNowClick(){const{element:e}=this.props.context,{times:t,type:n}=this.state,i=YB();this.setState({times:[i,t[1]]}),GB(KB(n,[i,t[1]]))&&this.editCell(e.businessObject,KB(n,[i,t[1]]))}onSetEndTimeNowClick(){const{element:e}=this.props.context,{times:t,type:n}=this.state,i=YB();this.setState({times:[t[0],i]}),GB(KB(n,[t[0],i]))&&this.editCell(e.businessObject,KB(n,[t[0],i]))}onStartTimeInput({value:e}){const{element:t}=this.props.context,{times:n,type:i}=this.state;this.setState({times:[e,n[1]]}),this.debouncedEditCell(t.businessObject,KB(i,[e,n[1]]))}onEndTimeInput({value:e}){const{element:t}=this.props.context,{times:n,type:i}=this.state;this.setState({times:[n[0],e]}),this.debouncedEditCell(t.businessObject,KB(i,[n[0],e]))}render(){const{times:e,type:t}=this.state,n=[{label:this._translate("Exactly"),value:ZB},{label:this._translate("Before"),value:"before"},{label:this._translate("After"),value:"after"},{label:this._translate("Between"),value:JB}];return Po(1,"div","context-menu-container simple-time-edit",[Po(1,"h3","dms-heading",this._translate("Edit time"),0),Po(1,"div","dms-fill-row",Do(2,FD,{label:this._translate("Time"),noInput:!0,onChange:this.onTypeChange,options:n,value:t}),2),Po(1,"h4","dms-heading",t===JB?this._translate("Edit start time"):this._translate("Set time"),0),Po(1,"div",null,[Do(2,KD,{label:this._translate("Start time"),className:"start-time-input dms-block",onInput:this.onStartTimeInput,placeholder:this._translate("e.g. { example } ",{example:TI()}),validate:e=>XB(e)&&this._translate(XB(e)),value:e[0]}),Po(1,"p","dms-hint",[Po(1,"button","use-now",this._translate("Use now"),0,{type:"button",onClick:this.onSetStartTimeNowClick}),$o(".")],4)],4),t===JB&&Po(1,"h4","dms-heading",this._translate("Edit end time"),0),t===JB&&Po(1,"div",null,[Do(2,KD,{label:this._translate("End time"),className:"end-time-input dms-block",onInput:this.onEndTimeInput,placeholder:this._translate("e.g. { example } ",{example:TI()}),validate:e=>XB(e)&&this._translate(XB(e)),value:e[1]}),Po(1,"p","dms-hint",[Po(1,"button","use-now",this._translate("Use now"),0,{type:"button",onClick:this.onSetEndTimeNowClick}),$o(".")],4)],4)],0)}}class tj extends Ur{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),this._modeling=t.injector.get("modeling");const{element:n}=this.props.context,i=GB(n.businessObject.text);this.state={date:i?i.date:""};const o=t.injector.get("debounceInput");this.debouncedEditCell=o(this.editCell.bind(this)),this.editCell=this.editCell.bind(this),this.onClick=this.onClick.bind(this),this.onInput=this.onInput.bind(this)}editCell(e,t){this._modeling.editCell(e,t)}onClick(){const{element:e}=this.props.context,t=YB();this.setState({date:t}),this.editCell(e.businessObject,`time("${t}")`)}onInput({value:e}){const{element:t}=this.props.context;this.setState({date:e}),this.debouncedEditCell(t.businessObject,`time("${e}")`)}render(){const{date:e}=this.state;return Po(1,"div","context-menu-container simple-time-edit",[Po(1,"h3","dms-heading",this._translate("Edit time"),0),Po(1,"h4","dms-heading",this._translate("Set time"),0),Po(1,"div",null,[Do(2,KD,{label:this._translate("Time value"),onInput:this.onInput,placeholder:this._translate("e.g. { example } ",{example:TI()}),validate:e=>XB(e)&&this._translate(XB(e)),value:e,className:"dms-block"}),Po(1,"p","dms-hint",[Po(1,"button","use-now",this._translate("Use now"),0,{type:"button",onClick:this.onClick}),$o(".")],4)],4)],4)}}class nj{constructor(e,t){t.registerProvider(e=>{const t=ij(e);return(Pt(e.col)||Dt(e.col))&&oj(t)}),e.onGetComponent("context-menu",(e={})=>{if(e.contextMenuType&&"simple-mode-edit"===e.contextMenuType){if(!e.element)return;if(oj(ij(e.element))){if(Pt(e.element.col))return ej;if(Dt(e.element.col))return tj}}})}}function ij(e){return Pt(e.col)?e.col&&e.col.businessObject.inputExpression.typeRef:e.col&&e.col.businessObject.typeRef}function oj(e){return"time"===e}nj.$inject=["components","simpleMode"];var rj={__depends__:[l$,mI],__init__:["simpleTimeEdit"],simpleTimeEdit:["type",nj]};class sj extends Ur{constructor(e,t){super(e,t),ym(this)}componentDidMount(){const e=this.getRoot();this.changeSupport.onElementsChanged(e,this.onElementsChanged)}componentWillUnmount(){const e=this.getRoot();this.changeSupport.offElementsChanged(e,this.onElementsChanged)}getRoot(){return this.sheet.getRoot()}onElementsChanged=()=>{this.forceUpdate()};handleMouseDown=e=>{!function({node:e,event:t,minWidth:n,onEnd:i=aj}){t.preventDefault();const o=e.getBoundingClientRect().width,r=t.clientX;let s;function a(t){t.preventDefault();const n=c(t.clientX);s&&cancelAnimationFrame(s),s=requestAnimationFrame(()=>{e.style.width=n+"px"})}function l(e){e.preventDefault(),document.removeEventListener("mousemove",a),document.removeEventListener("mouseup",l);const t=c(e.clientX);i(t)}function c(e){const t=e-r;return Math.max(o+t,n)}document.addEventListener("mousemove",a),document.addEventListener("mouseup",l)}({node:st(e.target,"th",!1),event:e,minWidth:this.props.minWidth||150,onEnd:this.saveWidth})};saveWidth=e=>{const{col:t}=this.props,n={};At(t,"dmn:DecisionTable")?n.annotationsWidth=e:n.width=e,this.modeling.updateProperties(t,n)};isLastInputOrOutput(){const{col:e}=this.props,t=$t(this.getRoot());if(At(e,"dmn:InputClause")){const n=t.get("input");return n.indexOf(e)===n.length-1}if(At(e,"dmn:OutputClause")){const n=t.get("output");return n.indexOf(e)===n.length-1}}render(){const e=this.isLastInputOrOutput()?{right:"-7px",width:"27px"}:null;return Po(1,"div","resize-column-handle",null,1,{onMouseDown:this.handleMouseDown,title:this.translate("Resize"),style:e})}}function aj(){}function lj(e){e.onGetComponent("cell-inner",(e={})=>{const{cellType:t}=e;if("input-cell"===t||"output-cell"===t||"annotations"===t)return sj})}sj.$inject=["sheet","changeSupport","translate","modeling"],lj.$inject=["components"];var cj={__init__:["columnResizeProvider"],columnResizeProvider:["type",lj]};let uj=class e extends uv{getModules(){return[...uv._getModules(),...e._getModules()]}static _getModules(){return[Oy,jy,Zv,Qy,my,Ky,Jy,nx,ax,ky,c$,cj,C$,R$,A$,Hm,Xm,l$,j$,Cy,q$,xv,lI,pI,gv,mI,_I,jI,JI,vB,DB,zB,rj,Xg]}};class hj{constructor(e){this._listeners={},e.on("elements.changed",({elements:e})=>{this.elementsChanged(e)}),e.on("element.updateId",({element:e,newId:t})=>{this.updateId(e.id,t)})}elementsChanged(e){const t={},n=e.length;for(let i=0;i<n;i++){const{id:n}=e[i];if(t[n])return;t[n]=!0;const o=this._listeners[n]&&this._listeners[n].length;if(o)for(let e=0;e<o;e++)this._listeners[n][e]&&this._listeners[n][e]()}}onElementsChanged(e,t){this._listeners[e]||(this._listeners[e]=[]),this._listeners[e][this._listeners[e].length]=t}offElementsChanged(e,t){if(this._listeners[e])if(t){const n=this._listeners[e].indexOf(t);-1!==n&&this._listeners[e].splice(n,1)}else this._listeners[e].length=0}updateId(e,t){this._listeners[e]&&(this._listeners[t]=this._listeners[e],delete this._listeners[e])}}hj.$inject=["eventBus"];class dj extends Ur{constructor(e){super(e);const t=this._injector=e.injector;this._changeSupport=t.get("changeSupport"),this._components=t.get("components"),this._renderer=t.get("renderer")}getChildContext(){return{changeSupport:this._changeSupport,components:this._components,renderer:this._renderer,injector:this._injector}}render(){const e=this._components.getComponents("viewer");return Po(1,"div","viewer-container",e&&e.map((e,t)=>Do(2,e,null,t)),0)}}class pj{constructor(e,t,n,i,o){const{container:r}=n;this._container=r,i.on("renderer.mount",()=>{Fr(Do(2,dj,{injector:o}),r)}),i.on("renderer.unmount",()=>{Fr(null,r)})}getContainer(){return this._container}}pj.$inject=["changeSupport","components","config.renderer","eventBus","injector"];var fj={__init__:["changeSupport","components","renderer"],changeSupport:["type",hj],components:["type",class{constructor(){this._listeners={}}getComponent(e,t){const n=this._listeners[e];if(!n)return;let i;for(let e=0;e<n.length&&(i=n[e].callback(t),!i);e++);return i}getComponents(e,t){const n=this._listeners[e];if(!n)return;const i=[];for(let e=0;e<n.length;e++){const o=n[e].callback(t);o&&i.push(o)}return i.length?i:void 0}onGetComponent(e,t,n){if(l(t)&&(n=t,t=1e3),!a(t))throw new Error("priority must be a number");const i=this._getListeners(e);let o,r;const s={priority:t,callback:n};for(r=0;o=i[r];r++)if(o.priority<t)return void i.splice(r,0,s);i.push(s)}offGetComponent(e,t){const n=this._getListeners(e);let i,o,r;if(t)for(r=n.length-1;i=n[r];r--)o=i.callback,o===t&&n.splice(r,1);else n.length=0}_getListeners(e){let t=this._listeners[e];return t||(this._listeners[e]=t=[]),t}}],eventBus:["type",I],renderer:["type",pj]};let gj=class{constructor(e={}){let{injector:t}=e;if(!t){let{modules:n,config:i}=this._init(e);t=function(e,t){const n=[{config:["value",e]},fj].concat(t||[]),i=new Ut(n);return i.init(),i}(i,n)}this.get=t.get,this.invoke=t.invoke,this.get("eventBus").fire("viewer.init")}_init(e){let{modules:t,...n}=e;return{modules:t,config:n}}destroy(){this.get("eventBus").fire("viewer.destroy")}clear(){this.get("eventBus").fire("viewer.clear")}};let mj=class{constructor(e,t){this._eventBus=t,this._viewer=e}getDecision(){return this._viewer.getDecision()}updateId(e,t){if(e!==this.getDecision())throw new Error("element !== decision");this._eventBus.fire("element.updateId",{element:e,newId:t}),e.id=t}};mj.$inject=["viewer","eventBus"];var vj={__init__:["elementRegistry"],elementRegistry:["type",mj]};class yj extends Ur{constructor(e,t){super(e,t),this._viewer=t.injector.get("viewer")}render(){const{name:e}=this._viewer.getDecision();return Po(1,"div","decision-properties",Po(1,"h3","decision-name",e,0),2)}}let xj=class{constructor(e){e.onGetComponent("viewer",1500,()=>yj)}};xj.$inject=["components"];var bj={__init__:["decisionProperties"],decisionProperties:["type",xj]};let _j=class extends Ur{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),this._viewer=t.injector.get("viewer")}render(){const{decisionLogic:e,variable:t}=this._viewer.getDecision();return Po(1,"div","literal-expression-properties",Po(1,"table",null,[Po(1,"tr",null,[Po(1,"td",null,this._translate("Variable name:"),0),Po(1,"td",null,Po(1,"span",null,t.name||"-",0),2)],4),Po(1,"tr",null,[Po(1,"td",null,this._translate("Variable type:"),0),Po(1,"td",null,Po(1,"span",null,this._translate(t.typeRef||"")||"-",0),2)],4),Po(1,"tr",null,[Po(1,"td",null,this._translate("Expression language:"),0),Po(1,"td",null,Po(1,"span",null,e.expressionLanguage||"-",0),2)],4)],4),2)}};class wj{constructor(e){e.onGetComponent("viewer",500,()=>_j)}}wj.$inject=["components"];var Cj={__depends__:[],__init__:["literalExpressionProperties"],literalExpressionProperties:["type",wj]};let kj=class{constructor(e){e.onGetComponent("viewer",2e3,()=>Gr)}};kj.$inject=["components"];var Oj={__init__:["poweredBy"],poweredBy:["type",kj]};class Ej extends Ur{constructor(e,t){super(e,t),this._viewer=t.injector.get("viewer")}render(){const{text:e}=this._viewer.getDecision().decisionLogic;return Po(1,"div","textarea",Po(1,"div","content",e,0),2)}}let Sj=class{constructor(e){e.onGetComponent("viewer",()=>Ej)}};Sj.$inject=["components"];var Tj={__init__:["textarea"],textarea:["type",Sj]};let Rj=class extends Ur{constructor(e,t){super(e,t);const{injector:n}=t;this._translate=n.get("translate"),this._eventBus=n.get("eventBus")}onClick=()=>{this._eventBus.fire("showDrd")};render(){return Po(1,"div","view-drd",Po(1,"button","view-drd-button",this._translate("View DRD"),0,{type:"button",onClick:this.onClick}),2,null,null,e=>this.node=e)}};Rj.$inject=["translate"];let Mj=class{constructor(e,t,n,i){this._injector=i,this._viewer=t,e.onGetComponent("viewer",2e3,()=>{if(this.canViewDrd())return Rj}),n.on("showDrd",()=>{const e=i.get("_parent",!1),t=this.getDefinitions(),n=e.getView(t);e.open(n)})}canViewDrd(){const e=this._injector.get("_parent",!1);if(!e)return;const t=this.getDefinitions();return!!e.getView(t)}getDefinitions(){return this._viewer.getDecision().$parent}};Mj.$inject=["components","viewer","eventBus","injector"];var Aj={__init__:["viewDrd"],viewDrd:["type",Mj]};let Pj=class e extends gj{constructor(t={}){const n=e._createContainer();super(M(t,{renderer:{container:n}})),this._container=n}open(e){var t=this;return new Promise(function(n,i){var o;try{t._decision&&(t.clear(),t.get("eventBus").fire("renderer.unmount")),t._decision=e,t.get("eventBus").fire("import",e),t.get("eventBus").fire("renderer.mount")}catch(e){o=e}o?(o.warnings=o.warnings||[],i(o)):n({warnings:[]})})}_init(e){let{modules:t,additionalModules:n,...i}=e;return{modules:[...t||this.getModules(),...n||[],...[{viewer:["value",this]}]],config:i}}on(e,t,n,i){return this.get("eventBus").on(e,t,n,i)}off(e,t){this.get("eventBus").off(e,t)}_emit(e,t){return this.get("eventBus").fire(e,t)}getDecision(){return this._decision}attachTo(e){if(!e)throw new Error("parentNode required");this.detach(),e.appendChild(this._container),this._emit("attach",{})}detach(){const e=this._container;e.parentNode&&(this._emit("detach",{}),vt(e))}destroy(){super.destroy(),this.detach()}getModules(){return e._getModules()}static _getModules(){return[vj,ks,bj,Cj,Oj,Tj,Aj]}static _createContainer(){return Ze('<div class="dmn-literal-expression-container"></div>')}};class Dj extends Ur{constructor(e,t){super(e,t),this._viewer=t.injector.get("viewer"),this._modeling=t.injector.get("modeling"),this._translate=t.injector.get("translate"),this.setupChangeListeners({bind:this.getDecision().id})}componentWillUnmount(){this.setupChangeListeners({unbind:this.getDecision().id})}getDecision(){return this._viewer.getDecision()}onElementsChanged=()=>{this.forceUpdate()};setupChangeListeners({bind:e,unbind:t}){const{changeSupport:n}=this.context;"string"==typeof t&&n.offElementsChanged(t,this.onElementsChanged),"string"==typeof e&&n.onElementsChanged(e,this.onElementsChanged)}setDecisionName=e=>{this._modeling.editDecisionName(e)};render(){const{name:e}=this.getDecision();return Po(1,"header","decision-properties",Do(2,$j,{label:this._translate("Decision name"),className:"decision-name editor",value:e,onBlur:Ij,onChange:this.setDecisionName}),2)}}class $j extends Ay{render(){return Po(1,"h3",this.getClassName(),this.getEditor(),0)}}function Ij(e){e.target.scroll(0,0)}class Bj{constructor(e){e.onGetComponent("viewer",1500,()=>Dj)}}Bj.$inject=["components"];var jj={__depends__:[By,ks],__init__:["decisionProperties"],decisionProperties:["type",Bj]};const Lj="is not a registered action";let Nj=class{constructor(e,t){this._actions={undo(){e.undo()},redo(){e.redo()}}}trigger(e,t){if(!this._actions[e])throw qj(e,Lj);return this._actions[e](t)}register(e,t){if("string"==typeof e)return this._registerAction(e,t);p(e,(e,t)=>{this._registerAction(t,e)})}_registerAction(e,t){if(this.isRegistered(e))throw qj(e,"is already registered");this._actions[e]=t}unregister(e){if(!this.isRegistered(e))throw qj(e,Lj);this._actions[e]=void 0}isRegistered(e){return!!this._actions[e]}};function qj(e,t){return new Error(e+" "+t)}Nj.$inject=["commandStack","eventBus"];var Vj={__init__:["editorActions"],editorActions:["type",Nj]};function Fj(e){return!e.altKey&&(e.ctrlKey||e.metaKey)}function zj(e){return e.shiftKey}var Wj="Keyboard binding is now implicit; explicit binding to an element got removed. For more information, see https://github.com/bpmn-io/diagram-js/pull/662";class Qj{constructor(e,t,n,i){this._config=e||{},this._eventBus=t,this._editorActions=n,this._listeners=[],t.on("viewer.destroy",this._destroy),t.on("viewer.init",this._init),t.on("attach",()=>{this._config.bindTo&&console.error("unsupported configuration <keyboard.bindTo>",new Error(Wj)),this._target=i.getContainer(),this._config&&!1!==this._config.bind&&this.bind()}),t.on("detach",this.unbind)}_init=()=>{this._registerDefaultBindings(),this._fire("init")};_destroy=()=>{this._fire("destroy"),this.unbind(),this._listeners=null};_keyHandler=e=>{var t,n,i=this._listeners,o=e.keyCode||e.charCode||-1;for(t=0;n=i[t];t++)if(n(o,e))return e.preventDefault(),void e.stopPropagation()};bind(e){e&&console.error("unsupported argument <node>",new Error(Wj)),this.unbind(),e=this._node=this._target,ht.bind(e,"keydown",this._keyHandler,!0),this._fire("bind")}getBinding(){return this._node}unbind=()=>{var e=this._node;e&&(this._fire("unbind"),ht.unbind(e,"keydown",this._keyHandler,!0)),this._node=null};_fire(e){this._eventBus.fire("keyboard."+e,{node:this._node,listeners:this._listeners})}_registerDefaultBindings(){var e=this._listeners,t=this._editorActions;e.push(function(e,n){if(Fj(n)&&!zj(n)&&90===e)return t.trigger("undo"),!0}),e.push(function(e,n){if(Fj(n)&&(89===e||90===e&&zj(n)))return t.trigger("redo"),!0})}addListener(e){this._listeners.unshift(e)}removeListener(e){this._listeners=this._listeners.filter(t=>t!==e)}}Qj.$inject=["config.keyboard","eventBus","editorActions","renderer"];var Hj={__depends__:[Vj],__init__:["keyboard"],keyboard:["type",Qj]};class Uj extends Ur{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),this._viewer=t.injector.get("viewer"),this._modeling=t.injector.get("modeling"),this._dataTypes=t.injector.get("dataTypes"),this._eventBus=t.injector.get("eventBus");const n=this._viewer.getDecision();this.state={name:n.variable.name,typeRef:n.variable.typeRef},this.setVariableName=this.setVariableName.bind(this),this.setVariableType=this.setVariableType.bind(this)}setVariableName(e){this._modeling.editVariableName(e),this.setState({name:e})}componentWillMount(){this._eventBus.on("elements.changed",this.onChange)}componentWillUnmount(){this._eventBus.off("elements.changed",this.onChange)}onChange=()=>{const e=this._viewer.getDecision();e.variable&&this.setState({name:e.variable.name})};setVariableType(e){""===e?(this._modeling.editVariableType(void 0),this.setState({typeRef:void 0})):(this._modeling.editVariableType(e),this.setState({typeRef:e}))}render(){const{name:e,typeRef:t}=this.state,n=this._dataTypes.getAll().map(e=>({label:this._translate(e),value:e}));return Po(1,"div","literal-expression-properties",Po(1,"table","variables-table",[Po(1,"tr",null,[Po(1,"td",null,this._translate("Variable name:"),0),Po(1,"td",null,Do(2,cx,{label:this._translate("Variable name"),className:"variable-name-input",onInput:this.setVariableName,placeholder:this._translate("name"),value:e||""}),2)],4),Po(1,"tr",null,[Po(1,"td",null,this._translate("Variable type:"),0),Po(1,"td",null,Po(1,"div","dms-fill-row",Do(2,FD,{label:this._translate("Variable type"),onChange:this.setVariableType,options:n,value:t,className:"variable-type-select dms-block"}),2),2)],4),Do(2,Xj)],4),2)}}class Xj extends Ur{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),this._viewer=t.injector.get("viewer"),this._modeling=t.injector.get("modeling"),this._expressionLanguages=t.injector.get("expressionLanguages"),this.setExpressionLanguage=this.setExpressionLanguage.bind(this)}setExpressionLanguage(e){""===e?this._modeling.editExpressionLanguage(void 0):this._modeling.editExpressionLanguage(e)}_getExpressionLanguage(){const e=this._viewer.getDecision().decisionLogic;return e&&e.expressionLanguage?e.expressionLanguage.toLowerCase():this._getDefaultExpressionLanguage()}_getDefaultExpressionLanguage(){return this._expressionLanguages.getDefault().value}_shouldRender(){if(this._expressionLanguages.getAll().length>1)return!0;return this._getExpressionLanguage()!==this._getDefaultExpressionLanguage()}render(){if(!this._shouldRender())return null;const e=this._getExpressionLanguage(),t=this._expressionLanguages.getAll();return Po(1,"tr",null,[Po(1,"td",null,this._translate("Expression language:"),0),Po(1,"td",null,Po(1,"div","dms-fill-row",Do(2,FD,{label:this._translate("Expression language"),onChange:this.setExpressionLanguage,options:t,value:e,className:"expression-language-select dms-block"}),2),2)],4)}}class Kj{constructor(e){e.onGetComponent("viewer",500,()=>Uj)}}Kj.$inject=["components"];var Yj={__depends__:[By,Hj,Hm,Xm,nx],__init__:["literalExpressionProperties"],literalExpressionProperties:["type",Kj]};let Gj=class e{constructor(e,t,n){this._commandStack=e,this._viewer=t,this._eventBus=n,n.on("viewer.init",()=>{!function(e,t){p(e,function(e,n){t.registerHandler(n,e)})}(this.getHandlers(),e)})}getHandlers(){return e._getHandlers()}static _getHandlers(){return{"element.updateProperties":nI}}getDecision(){return this._viewer.getDecision()}editDecisionName(e){const t={element:this.getDecision(),properties:{name:e}};this._commandStack.execute("element.updateProperties",t)}editDecisionId(e){const t={element:this.getDecision(),properties:{id:e}};this._commandStack.execute("element.updateProperties",t)}editLiteralExpressionText(e){const t={element:this.getDecision().decisionLogic,properties:{text:e}};this._commandStack.execute("element.updateProperties",t)}editExpressionLanguage(e){const t={element:this.getDecision().decisionLogic,properties:{expressionLanguage:e}};this._commandStack.execute("element.updateProperties",t)}editVariableName(e){const t={element:this.getDecision().variable,properties:{name:e}};this._commandStack.execute("element.updateProperties",t)}editVariableType(e){const t={element:this.getDecision().variable,properties:{typeRef:e}};this._commandStack.execute("element.updateProperties",t)}updateProperties(e,t){const n={element:e,properties:t};this._commandStack.execute("element.updateProperties",n)}};Gj.$inject=["commandStack","viewer","eventBus"];var Zj={__init__:["idChangeBehavior","nameChangeBehavior","modeling"],commandStack:["type",Pd],idChangeBehavior:["type",Zd],nameChangeBehavior:["type",Jd],modeling:["type",Gj]};let Jj=class extends Ur{constructor(e,t){super(e,t),this._modeling=t.injector.get("modeling"),this._viewer=t.injector.get("viewer"),this._expressionLanguages=t.injector.get("expressionLanguages"),this._variableResolver=t.injector.get("variableResolver",!1),this._translate=t.injector.get("translate"),this.editLiteralExpressionText=this.editLiteralExpressionText.bind(this),this.onElementsChanged=this.onElementsChanged.bind(this);const{id:n}=this.getLiteralExpression();t.changeSupport.onElementsChanged(n,this.onElementsChanged)}getLiteralExpression(){return this._viewer.getDecision().decisionLogic}onElementsChanged(){this.forceUpdate()}editLiteralExpressionText(e){this._modeling.editLiteralExpressionText(e)}getEditor(){return this.isFeel()?eL:tL}isFeel(){return"feel"===this.getExpressionLanguage()}getExpressionLanguage(){return this.getLiteralExpression().expressionLanguage||this._expressionLanguages.getDefault().value}_getVariables(){const e=this.getLiteralExpression();return this._variableResolver&&this._variableResolver.getVariables(e)}render(){const{text:e}=this.getLiteralExpression(),t=this.getEditor(),n=this._getVariables();return Do(2,t,{label:this._translate("Literal expression editor"),className:"textarea editor",value:e,onChange:this.editLiteralExpressionText,variables:n})}},eL=class extends Ur{render(){return Do(2,jD,{label:this.props.label,className:this.props.className,value:this.props.value,onInput:this.props.onChange,variables:this.props.variables})}},tL=class extends Ay{render(){return Po(1,"div",this.getClassName(),this.getEditor(),0)}};class nL{constructor(e){e.onGetComponent("viewer",()=>Jj)}}nL.$inject=["components"];var iL={__depends__:[By,ks],__init__:["textarea"],textarea:["type",nL]};let oL=class e extends Pj{getModules(){return[...Pj._getModules(),...e._getModules()]}static _getModules(){return[jj,Hj,Yj,Zj,Hm,Xm,nx,iL,Xg]}};function rL(e,{injector:t}){const n=t.get("components").getComponents("header");return Po(1,"div","dmn-boxed-expression-section dmn-boxed-expression-header",n&&n.map((e,t)=>Do(2,e,null,t)),0)}function sL(e,{injector:t}){const n=t.get("components").getComponents("body");return Po(1,"div","dmn-boxed-expression-section dmn-boxed-expression-body",n&&n.map((e,t)=>Do(2,e,null,t)),0)}function aL(e,{injector:t}){const n=t.get("components").getComponents("footer");return Po(1,"div","dmn-boxed-expression-section dmn-boxed-expression-footer",n&&n.map((e,t)=>Do(2,e,null,t)),0)}var lL={__init__:["viewRenderer","tableJsSupport"],viewRenderer:["type",class{static $inject=["components"];constructor(e){e.onGetComponent("viewer",()=>rL),e.onGetComponent("viewer",()=>sL),e.onGetComponent("viewer",()=>aL)}}],tableJsSupport:["type",class{static $inject=["components"];constructor(e){e.onGetComponent("viewer",()=>{const t=e.getComponents("table.before")||[];return()=>Po(1,"div",null,t.map((e,t)=>Do(2,e,null,t)),0)})}}]};class cL{constructor(e){e.onGetComponent("viewer",2e3,()=>Gr)}}cL.$inject=["components"];var uL={__init__:["poweredBy"],poweredBy:["type",cL]};function hL({expression:e},t){return Po(1,"div","textarea",Po(1,"div","content",t.injector.get("literalExpression").getText(e),0),2)}class dL{getText(e){return e.get("text")}}var pL={__init__:["literalExpressionComponent"],literalExpressionComponent:["type",class{static $inject=["components"];constructor(e){e.onGetComponent("expression",({expression:e})=>{if(At(e,"dmn:LiteralExpression"))return hL})}}],literalExpression:["type",dL]};class fL{getParameters(e){return e.get("formalParameter")}getBody(e){return e.get("body")}getKind(e){return e.get("kind")||"FEEL"}}function gL({expression:e},t){const n=t.injector.get("functionDefinition"),i=n.getKind(e),o=n.getParameters(e),r=n.getBody(e);return Po(1,"div","function-definition",[Do(2,vL,{kind:i}),Do(2,yL,{parameters:o}),Do(2,bL,{expression:r})],4)}const mL={FEEL:"F",Java:"J",PMML:"P"};function vL({kind:e},t){const n=t.injector.get("translate");return Po(1,"div","function-definition-kind",mL[e],0,{title:n("Function kind: {kind}",{kind:e})})}function yL({parameters:e}){return Po(1,"div","function-definition-parameters",Po(1,"div",null,[$o("("),e.reduce((e,t)=>e.concat(Do(2,xL,{parameter:t}),", "),[]).slice(0,-1),$o(")")],0),2)}function xL({parameter:e}){const{name:t,typeRef:n}=e,i=t||"<unnamed>";return Po(1,"span",null,n?`${i}: ${n}`:i,0)}function bL({expression:e},t){return Po(1,"div","function-definition-body",Do(2,t.components.getComponent("expression",{expression:e}),{expression:e}),2)}var _L={__init__:["functionDefinitionComponent"],functionDefinition:["type",fL],functionDefinitionComponent:["type",class{static $inject=["components"];constructor(e){e.onGetComponent("expression",({expression:e})=>{if(At(e,"dmn:FunctionDefinition"))return gL})}}]};class wL extends Ur{constructor(e,t){super(e,t);const{injector:n}=t;this._translate=n.get("translate"),this._eventBus=n.get("eventBus")}onClick=()=>{this._eventBus.fire("showDrd")};render(){return Po(1,"div","view-drd",Po(1,"button","view-drd-button",this._translate("View DRD"),0,{type:"button",onClick:this.onClick}),2,null,null,e=>this.node=e)}}wL.$inject=["translate"];class CL{constructor(e,t,n){this._injector=n,e.onGetComponent("viewer",2e3,()=>{if(this.canViewDrd())return wL}),t.on("showDrd",()=>{const e=n.get("_parent",!1),t=e.getDefinitions(),i=e.getView(t);e.open(i)})}canViewDrd(){const e=this._injector.get("_parent",!1);if(!e)return;const t=e.getDefinitions();return!!e.getView(t)}}CL.$inject=["components","eventBus","injector"];var kL={__init__:["viewDrd"],viewDrd:["type",CL]};function OL(e,t){const n=t.injector.get("viewer"),{name:i}=n.getRootElement();return Po(1,"div","element-properties",Po(1,"h2","element-name",i,0),2)}class EL{constructor(e){e.onGetComponent("header",()=>OL)}}EL.$inject=["components"];var SL={__init__:["elementProperties"],elementProperties:["type",EL]};function TL(e,{injector:t}){const n=t.get("components"),i=function(e){if(At(e,"dmn:Decision"))return e.get("decisionLogic");if(At(e,"dmn:BusinessKnowledgeModel"))return e.get("encapsulatedLogic")}(t.get("viewer").getRootElement());return Do(2,n.getComponent("expression",{expression:i}),{expression:i})}function RL({expression:e}){return Po(1,"div",null,Po(1,"span",null,[$o("Expression of type "),e.$type,$o(" is not supported.")],0,{style:"color:red;"}),2)}var ML={__init__:["elementLogic"],elementLogic:["type",class{static $inject=["components"];constructor(e){e.onGetComponent("body",()=>TL),e.onGetComponent("expression",100,()=>RL)}}]};class AL{static $inject=["viewer"];constructor(e){this._viewer=e}getName(){const e=this.getVariable(),t=this._getElement();return(e?e.get("name"):null)||t.get("name")}getType(){const e=this.getVariable();return e?e.get("typeRef"):"Any"}_getElement(){return this._viewer.getRootElement()}getVariable(){return this._getElement().get("variable")}}function PL(e,t){const n=t.injector.get("elementVariable"),i=t.injector.get("translate"),o=n.getName(),r=n.getType();return Po(1,"div","element-variable",[Po(1,"h2",null,$o("Result"),2),Po(1,"div","element-variable-name",[Po(1,"span","element-variable-name-label",i("Variable name"),0),Po(1,"span",null,o,0)],4),Po(1,"div","element-variable-type",[Po(1,"span","element-variable-type-label",i("Variable type"),0),Po(1,"span",null,r,0)],4)],4)}var DL={__init__:["elementVariableComponent"],elementVariable:["type",AL],elementVariableComponent:["type",class{static $inject=["components"];constructor(e){e.onGetComponent("footer",()=>PL)}}]};class $L extends gj{constructor(e={}){const t=$L._createContainer();super(M(e,{renderer:{container:t}})),this._container=t}open(e){const t=this.get("eventBus");return new Promise((n,i)=>{let o;try{this.getRootElement()&&(this.clear(),t.fire("renderer.unmount")),this._setRootElement(e),t.fire("import",e),t.fire("renderer.mount")}catch(e){o=e}o?(o.warnings=o.warnings||[],i(o)):n({warnings:[]})})}_init(e){let{modules:t,additionalModules:n,...i}=e;return{modules:[...t||this.getModules(),...n||[],...[{viewer:["value",this]}]],config:i}}on(e,t,n,i){return this.get("eventBus").on(e,t,n,i)}off(e,t){this.get("eventBus").off(e,t)}_emit(e,t){return this.get("eventBus").fire(e,t)}getRootElement(){return this._root}_setRootElement(e){this._root=e}attachTo(e){if(!e)throw new Error("parentNode required");this.detach(),e.appendChild(this._container),this._emit("attach",{})}detach(){const e=this._container;e.parentNode&&(this._emit("detach",{}),vt(e))}destroy(){super.destroy(),this.detach()}getModules(){return[lL,ks,uL,kL,SL,ML,_L,pL,DL]}static _createContainer(){return Ze('<div class="dmn-boxed-expression-container"></div>')}}var IL={__depends__:[yd],__init__:["keyboardBindings"],keyboardBindings:["type",class{static $inject=["editorActions","keyboard"];constructor(e,t){this.registerBindings(t,e)}registerBindings(e,t){function n(n,i){t.isRegistered(n)&&e.addListener(i)}n("undo",function(e){if(Ma(e.keyEvent))return t.trigger("undo"),!0}),n("redo",function(e){if(Aa(e.keyEvent))return t.trigger("redo"),!0})}}]};function BL(e){return e.$parent}class jL{constructor(e,t,n){this._commandStack=e,this._viewer=t,this._eventBus=n,function(e,t){p(e,function(e,n){t.registerHandler(n,e)})}(this._getHandlers(),e)}_getHandlers(){return{"element.updateProperties":nI}}updateProperties(e,t){const n={element:e,properties:t};this._commandStack.execute("element.updateProperties",n)}}jL.$inject=["commandStack","viewer","eventBus"];var LL={__init__:["idChangeBehavior","modeling","nameChangeBehavior"],commandStack:["type",Pd],idChangeBehavior:["type",Zd],modeling:["type",jL],nameChangeBehavior:["type",class extends cd{static $inject=["eventBus","modeling"];constructor(e,t){super(e),this._modeling=t,this.postExecuted("element.updateProperties",this.updateName)}updateName=({context:e})=>{const{element:t,properties:n}=e;this.isNameChanged(n)&&(this.isVariable(t)?this.handleVariableNameChange(t):this.isVariableContainer(t)&&this.handleVariableContainerNameChange(t))};isNameChanged(e){return"name"in e}isVariable(e){const t=BL(e);return At(e,"dmn:InformationItem")&&t&&t.get("variable")===e}isVariableContainer(e){const t=e.get("variable");return t&&At(t,"dmn:InformationItem")}handleVariableNameChange(e){const t=BL(e),n=e.get("name");n!==t.get("name")&&this._modeling.updateProperties(t,{name:n})}handleVariableContainerNameChange(e){const t=e.get("variable"),n=e.get("name");t&&n!==t.get("name")&&this._modeling.updateProperties(t,{name:n})}}]};function NL(e,t){return function(n){return Io(Do(2,qL,{...n,_component:e,_selectDependencies:t}))}}class qL extends Ur{constructor(e,t){super(e,t),this._eventBus=t.injector.get("eventBus")}componentDidMount(){this._subscribe()}componentWillUnmount(){this._unsubscribe()}_subscribe(){this._eventBus.on("elements.changed",this.onChange)}_unsubscribe(){this._eventBus.off("elements.changed",this.onChange)}onChange=({elements:e})=>{this.props._selectDependencies(this.props).some(t=>e.includes(t))&&this.forceUpdate()};render(){return Io(Do(2,this.props._component,{...this.props}))}}function VL(e){return Io(Do(2,jD,{...e,onChange:e.onChange}))}class FL extends Ay{render(){return Po(1,"div",this.getClassName(),this.getEditor(),0)}}const zL=NL(class extends Ur{constructor(e,t){super(e,t),this._literalExpression=t.injector.get("literalExpression"),this._translate=t.injector.get("translate"),this._expressionLanguages=t.injector.get("expressionLanguages"),this._variableResolver=t.injector.get("variableResolver",!1)}getLiteralExpression(){return this.props.expression}editLiteralExpressionText=e=>{const t=this.getLiteralExpression();this._literalExpression.setText(t,e)};getEditor(){return this.isFeel()?VL:FL}isFeel(){return function(e){for(let t=e;t;t=t.$parent){const e=t.get("expressionLanguage");if(e)return!("https://www.omg.org/spec/DMN/20191111/FEEL/"!==e&&!/feel/i.test(e));if(At(t,"dmn:FunctionDefinition"))return"FEEL"===(t.get("kind")||"FEEL")}return!0}(this.getLiteralExpression())}_getVariables(){const e=this.getLiteralExpression();return this._variableResolver&&this._variableResolver.getVariables(e)}render(){const{text:e}=this.getLiteralExpression(),t=this.getEditor(),n=this._getVariables();return Do(2,t,{label:this._translate("Literal expression"),className:"textarea editor",value:e,onChange:this.editLiteralExpressionText,variables:n})}},e=>[e.expression]);class WL extends dL{constructor(e){super(),this._modeling=e}setText(e,t){this._modeling.updateProperties(e,{text:t})}}WL.$inject=["modeling"];var QL={__init__:["literalExpressionComponent"],literalExpressionComponent:["type",class{static $inject=["components"];constructor(e){e.onGetComponent("expression",({expression:e})=>{if(At(e,"dmn:LiteralExpression"))return zL})}}],literalExpression:["type",WL]};function HL({label:e,onClick:t}){return Po(1,"button","edit-button dmn-icon-edit",null,1,{"aria-label":e,type:"button",onClick:t})}const UL=NL(function({expression:e},t){const n=t.injector.get("functionDefinition"),i=t.injector.get("contextMenu"),o=n.getKind(e),r=n.getParameters(e),s=n.getBody(e);return Po(1,"div","function-definition",[Do(2,KL,{kind:o,openEditor:t=>{const n=JL(t);i.open(n,{contextMenuType:"kind-editor",expression:e})}}),Do(2,YL,{parameters:r,openEditor:t=>{const n=JL(t);i.open(n,{contextMenuType:"formal-parameters-editor",expression:e})}}),Do(2,ZL,{expression:s,parameters:r})],4)},e=>[e.expression]);const XL={FEEL:"F",Java:"J",PMML:"P"};function KL({kind:e,openEditor:t},n){const i=n.injector.get("translate");return Po(1,"div","function-definition-kind",[XL[e],Do(2,HL,{label:i("Edit function kind"),onClick:t})],0)}function YL({openEditor:e,parameters:t},n){const i=n.injector.get("translate");return Po(1,"div","function-definition-parameters",[Po(1,"div",null,[$o("("),t.reduce((e,t)=>e.concat(Do(2,GL,{parameter:t}),", "),[]).slice(0,-1),$o(")")],0),Do(2,HL,{label:i("Edit formal parameters"),onClick:e})],4)}const GL=NL(function({parameter:e}){const{name:t,typeRef:n}=e,i=t||"<unnamed>";return Po(1,"span",null,n?`${i}: ${n}`:i,0)},e=>[e.parameter]);const ZL=NL(function({expression:e,parameters:t},n){return Po(1,"div","function-definition-body",Do(2,n.components.getComponent("expression",{expression:e}),{expression:e,parameters:t}),2)},e=>e.parameters);function JL(e){const t=e.target.parentElement.getBoundingClientRect();return{x:t.x,y:t.y}}const eN=[{value:"FEEL",label:"FEEL"},{value:"Java",label:"Java"},{value:"PMML",label:"PMML"}];function tN({context:{expression:e}},t){const n=t.injector.get("functionDefinition"),i=t.injector.get("translate"),o=n.getKind(e);return Po(1,"div","context-menu-container",[Po(1,"h3",null,i("Edit function kind"),0),Do(2,FD,{label:i("Kind"),options:eN,value:o,onChange:t=>{n.setKind(e,t)},noInput:!0})],4)}const nN=NL(function({context:{expression:e}},t){const n=t.injector.get("functionDefinition"),i=t.injector.get("translate"),o=n.getParameters(e);return Po(1,"div","context-menu-container formal-parameters",[Po(1,"h3",null,i("Edit formal parameters"),0),o.length?Po(1,"table",null,[Po(1,"thead",null,Po(1,"tr",null,[Po(1,"th",null,$o("Name"),2),Po(1,"th",null,$o("Type"),2)],4),2),Po(1,"tbody",null,o.map((t,i)=>Do(2,iN,{parameter:t,remove:()=>(t=>{n.removeParameter(e,t)})(t)},i)),0)],4):null,Po(1,"button","add-parameter",i("Add parameter"),0,{type:"button",onClick:()=>{n.addParameter(e)}})],0)},e=>[e.context.expression]);const iN=NL(function({parameter:e,remove:t},n){const i=n.injector.get("dataTypes"),o=n.injector.get("translate"),r=n.injector.get("functionDefinition"),{name:s,typeRef:a}=e,l=i.getAll().map(e=>({label:o(e),value:e}));return Po(1,"tr","function-definition-parameter",[Po(1,"td",null,Do(2,cx,{onChange:t=>{r.updateParameter(e,{name:t})},value:s}),2),Po(1,"td",null,Do(2,FD,{onChange:t=>{r.updateParameter(e,{typeRef:t})},value:a,options:l}),2),Po(1,"td",null,Po(1,"button","dmn-icon-trash",null,1,{type:"button",onClick:t,"aria-label":o("Remove parameter")}),2)],4)},e=>[e.parameter]);var oN={__init__:["formalParametersEditorComponent","functionDefinitionComponent","kindEditorComponent"],__depends__:[Qy],formalParametersEditorComponent:["type",class{static $inject=["components"];constructor(e){e.onGetComponent("context-menu",(e={})=>{if(e.contextMenuType&&"formal-parameters-editor"===e.contextMenuType)return nN})}}],functionDefinition:["type",class extends fL{static $inject=["modeling","dmnFactory"];constructor(e,t){super(),this._modeling=e,this._dmnFactory=t}addParameter(e){this._modeling.updateProperties(e,{formalParameter:[...this.getParameters(e),this._dmnFactory.create("dmn:InformationItem",{name:"",typeRef:""})]})}removeParameter(e,t){this._modeling.updateProperties(e,{formalParameter:this.getParameters(e).filter(e=>e!==t)})}updateParameter(e,t){this._modeling.updateProperties(e,t)}setKind(e,t){this._modeling.updateProperties(e,{kind:t})}}],functionDefinitionComponent:["type",class{static $inject=["components"];constructor(e){e.onGetComponent("expression",({expression:e})=>{if(At(e,"dmn:FunctionDefinition"))return UL})}}],kindEditorComponent:["type",class{static $inject=["components"];constructor(e){e.onGetComponent("context-menu",(e={})=>{if(e.contextMenuType&&"kind-editor"===e.contextMenuType)return tN})}}]};const rN=NL(function(e,t){const{element:n}=e,i=t.injector.get("modeling"),o=t.injector.get("translate"),r=n.get("name");return Do(2,cx,{label:o("Element name"),className:"element-name editor",value:r,onChange:e=>{i.updateProperties(n,{name:e})}})},e=>[e.element]);function sN(e,t){const n=t.injector.get("viewer").getRootElement();return Po(1,"div","element-properties",Do(2,rN,{element:n}),2)}class aN{constructor(e){e.onGetComponent("header",()=>sN)}}aN.$inject=["components"];var lN={__depends__:[By],__init__:["elementProperties"],elementProperties:["type",aN]};class cN{constructor(e,t){this._eventBus=t,this._viewer=e}updateId(e,t){if(e!==this._viewer.getRootElement())throw new Error("element !== rootElement");this._eventBus.fire("element.updateId",{element:e,newId:t}),e.id=t}}cN.$inject=["viewer","eventBus"];var uN={__init__:["elementRegistry"],elementRegistry:["type",cN],dmnFactory:["type",class{static $inject=["moddle"];constructor(e){this._moddle=e}create(e,t={}){return this._moddle.create(e,t)}}]};const hN="dmn-boxed-expression-variable-type";function dN(e,t){const n=t.injector.get("elementVariable"),i=t.injector.get("translate"),o=n.getName();return Po(1,"div","element-variable",[Po(1,"h2",null,$o("Result"),2),Po(1,"div","element-variable-name",[Po(1,"span","element-variable-name-label",i("Variable name"),0),Po(1,"span",null,o,0)],4),Po(1,"div","element-variable-type",[Po(1,"label","element-variable-type-label",$o("Result type"),2,{for:hN}),Do(2,pN)],4)],4)}function pN(e,t){const n=t.injector.get("elementVariable"),i=t.injector.get("dataTypes"),o=t.injector.get("translate"),r=n.getType(),s=i.getAll().map(e=>({label:o(e),value:e}));return Do(2,FD,{value:r,onChange:e=>n.setType(e),options:s,id:hN})}var fN={__init__:["elementVariableComponent"],elementVariable:["type",class extends AL{static $inject=["viewer","modeling","dmnFactory"];constructor(e,t,n){super(e),this._modeling=t,this._dmnFactory=n}setType(e){const t=this.getVariable();if(!t){const t=this._getElement();return void this._modeling.updateProperties(t,{variable:this._dmnFactory.create("dmn:InformationItem",{name:t.get("name"),typeRef:e})})}this._modeling.updateProperties(t,{typeRef:e})}}],elementVariableComponent:["type",class{static $inject=["components","elementVariable"];constructor(e,t){const n=NL(dN,()=>[t.getVariable()]);e.onGetComponent("footer",()=>n)}}]};const gN="is not a registered action";class mN{constructor(e,t){this._actions={undo(){e.undo()},redo(){e.redo()}}}trigger(e,t){if(!this._actions[e])throw vN(e,gN);return this._actions[e](t)}register(e,t){if("string"==typeof e)return this._registerAction(e,t);p(e,(e,t)=>{this._registerAction(t,e)})}_registerAction(e,t){if(this.isRegistered(e))throw vN(e,"is already registered");this._actions[e]=t}unregister(e){if(!this.isRegistered(e))throw vN(e,gN);this._actions[e]=void 0}isRegistered(e){return!!this._actions[e]}}function vN(e,t){return new Error(e+" "+t)}mN.$inject=["commandStack","eventBus"];var yN={__init__:["editorActions"],editorActions:["type",mN]};class xN extends $L{getModules(){return[...super.getModules(),uN,LL,yN,lN,oN,Hm,Xm,QL,IL,nx,fN,Xg]}}return class extends jt{_getViewProviders(){return[{id:"drd",constructor:Lg,opens:"dmn:Definitions"},{id:"decisionTable",constructor:uj,opens:e=>At(e,"dmn:Decision")&&At(e.decisionLogic,"dmn:DecisionTable")},{id:"literalExpression",constructor:oL,opens:e=>At(e,"dmn:Decision")&&At(e.decisionLogic,"dmn:LiteralExpression")},{id:"boxedExpression",constructor:xN,opens:e=>At(e,"dmn:BusinessKnowledgeModel")&&Bt(e)}]}_getInitialView(e,...t){let n=super._getInitialView(e,...t);if(!n)return;const i=n.element;return At(i,"dmn:Definitions")&&!td(i)&&(n=h(e,e=>!At(e.element,"dmn:Definitions"))||n),n}}}); 195