dmn-js
Version:
A dmn toolkit and web modeler
299 lines • 1.06 MB
JavaScript
/*! dmn-js - dmn-modeler v17.11.0 | Copyright (c) 2014-present, camunda Services GmbH | bpmn.io/license */
!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=E(t);let i;return p(e,function(e,t){if(n(e,t))return i=e,!1}),i}function d(e,t){const n=E(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:O;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 E(e){return l(e)?e:t=>t===e}function O(e){return e}function S(e){return Number(e)}function R(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 T(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 j(){this._listeners={},this.on("diagram.destroy",1,this._destroy,this)}function I(){}function B(){}function L(e,t){this.model=e,this.properties=t}j.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=T(n,i))[D]=n[D]||n);var s=this;e.forEach(function(e){s._addListener(e,{priority:t,callback:o,next:null})})},j.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)},j.prototype.off=function(e,t){e=r(e)?e:[e];var n=this;e.forEach(function(e){n._removeListener(e,t)})},j.prototype.createEvent=function(e){var t=new I;return t.init(e),t},j.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 I?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}},j.prototype.handleError=function(e){return!1===this.fire("error",{error:e})},j.prototype._destroy=function(){this._listeners={}},j.prototype._invokeListeners=function(e,t,n){for(var i;n&&!e.cancelBubble;)i=this._invokeListener(e,t,n),n=n.next;return i},j.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},j.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)},j.prototype._getListeners=function(e){return this._listeners[e]},j.prototype._setListeners=function(e,t){this._listeners[e]=t},j.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)},I.prototype.stopPropagation=function(){this.cancelBubble=!0},I.prototype.preventDefault=function(){this.defaultPrevented=!0},I.prototype.init=function(e){M(this,e||{})},B.prototype.get=function(e){return this.$model.properties.get(this,e)},B.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(B.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,T(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=M(Object.create(null),{String:!0,Boolean:!0,Integer:!0,Real:!0,Element:!0}),q=M(Object.create(null),{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 Q(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 W(e){this.ns=e,this.name=e.name,this.allTypes=[],this.allTypesByName=Object.create(null),this.properties=[],this.propertiesByName=Object.create(null)}function H(e,t){this.packageMap=Object.create(null),this.typeMap=Object.create(null),this.packages=[],this.properties=t,p(e,T(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 G(e){return e.replace(/^:/,"")}function Y(e,t={}){this.properties=new X(this),this.factory=new L(this,this.properties),this.registry=new H(e,this.properties),this.typeCache=Object.create(null),this.config=t}W.prototype.build=function(){return A(this,["ns","name","allTypes","allTypesByName","properties","propertiesByName","bodyProperty","idProperty"])},W.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)},W.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},W.prototype.redefineProperty=function(e,t,n){var i=e.ns.prefix,o=t.split("#"),r=Q(o[0],i),s=Q(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},W.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},W.prototype.removeNamedProperty=function(e){var t=e.ns,n=this.propertiesByName;delete n[t.name],delete n[t.localName]},W.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},W.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},W.prototype.assertNotTrait=function(e){if((e.extends||[]).length)throw new Error(`cannot create <${e.name}> extending <${e.extends}>`)},W.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")},W.prototype.hasProperty=function(e){return this.propertiesByName[e]},W.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,T(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,T(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=Q((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=Object.create(null);p(e.properties,T(function(e){var t=Q(e.name,n.prefix),i=t.name;F(e.type)||(e.type=Q(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,T(function(e){var t=Q(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=Q(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=Q(e),n=new W(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[G(t)]:i?o in e?e[o]=n:K(e,i,n):e.$attrs[G(t)]=n},X.prototype.get=function(e,t){var n=this.getProperty(e,t);if(!n)return e.$attrs[G(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},Y.prototype.create=function(e,t){var n=this.getType(e);if(!n)throw new Error("unknown type <"+e+">");return new n(t)},Y.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},Y.prototype.createAny=function(e,t,r){var a=Q(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},Y.prototype.getPackage=function(e){return this.registry.getPackage(e)},Y.prototype.getPackages=function(){return this.registry.getPackages()},Y.prototype.getElementDescriptor=function(e){return e.$descriptor},Y.prototype.hasType=function(e,t){return void 0===t&&(t=e,e=this),t in e.$model.getElementDescriptor(e).allTypesByName},Y.prototype.getPropertyDescriptor=function(e,t){return this.getElementDescriptor(e).propertiesByName[t]},Y.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{get:e,enumerable:!0}}function ae(e,t,n,i){n in t||(t[n]=n in e?e[n]:null),e[n]=i}function le(e,t){var n,i;for(n in t)null===(i=t[n])?delete e[n]:e[n]=i}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,h,d,p=e&&e.proxy,f=he,g=ue,m=!1,v=!1,y="",x=!1,b=!1,_=null,w=!1;function C(e){e instanceof Error||(e=re(e)),_=e,f(e,g)}function k(e){r&&(e instanceof Error||(e=re(e)),r(e,g))}function E(){c=b?[]:null,u=b?function(e){var t,n,i=Object.create(null);for(t in e)i[n=e[t]]=n,i[ce(n)]=t;return i}(d):null,h=[],g=ue,w=!1,_=null,v=!1,y=""}function O(e,r=!1){var f,m,y,_,E,O,S,R,T,M,A,P,D=null,$=0,j=!1,I=!1,B=0,L=0,N="",q=0;function V(e,t){var n=e.indexOf(":");if(-1===n)return e;var i=u[e.substring(0,n)];return i?t===i?e.substr(n+1):i+e.substr(n):(k(function(e){return"missing namespace for prefix <"+e+">"}(e.substring(0,n))),null)}function F(){if(null!==P)return P;var e,t,n,i,o,r,s,a,l,c=b&&u.xmlns,h=b&&x?[]:null,p=q,g=N,v=g.length,y={},_=new Set;e:for(;p<v;p++)if(s=!1,!(32===(a=g.charCodeAt(p))||a<14&&a>8)){for((a<65||a>122||a>90&&a<97)&&95!==a&&58!==a&&(k("illegal first char attribute name"),s=!0),l=p+1;l<v;l++)if(!((a=g.charCodeAt(l))>96&&a<123||a>64&&a<91||a>47&&a<59||46===a||45===a||95===a)){if(32===a||a<14&&a>8){k("missing attribute value"),p=l;continue e}if(61===a)break;k("illegal attribute name char"),s=!0}if("xmlns:xmlns"===(r=g.substring(p,l))&&(k("illegal declaration of xmlns"),s=!0),34===(a=g.charCodeAt(l+1)))-1===(l=g.indexOf('"',p=l+2))&&-1!==(l=g.indexOf("'",p))&&(k("attribute value quote missmatch"),s=!0);else if(39===a)-1===(l=g.indexOf("'",p=l+2))&&-1!==(l=g.indexOf('"',p))&&(k("attribute value quote missmatch"),s=!0);else for(k("missing attribute value quotes"),s=!0,l+=1;l<v&&!(32===(a=g.charCodeAt(l+1))||a<14&&a>8);l++);for(-1===l&&(k("missing closing quotes"),l=v,s=!0),s||(i=g.substring(p,l)),"xmlns:xml"===r&&"http://www.w3.org/XML/1998/namespace"!==i&&C("illegal value of xmlns:xml"),p=l;l+1<v&&!(32===(a=g.charCodeAt(l+1))||a<14&&a>8);l++)p===l&&(k("illegal character after attribute end"),s=!0);if(p=l+1,!s)if(_.has(r))k("attribute <"+r+"> already defined");else if(_.add(r),b)if(x){if(null!==(n="xmlns"===r?"xmlns":120===r.charCodeAt(0)&&"xmlns:"===r.substr(0,6)?r.substr(6):null)){if(e=ie(i),t=ce(n),!(o=d[e])){if("xmlns"===n||t in u&&u[t]!==e)do{o="ns"+$++}while(void 0!==u[o]);else o=n;d[e]=o}u[n]!==o&&(f||(f=Object.create(null)),D=null,m=null,ae(u,f,n,o),"xmlns"===n&&(ae(u,f,ce(o),e),c=o),ae(u,f,t,e)),y[r]=i;continue}h.push(r,i)}else null!==(r=V(r,c))&&(y[r]=i);else y[r]=i}if(x)for(p=0,v=h.length;p<v;p++)r=V(h[p++],c),i=h[p],null!==r&&(y[r]=i);return P=y}for(g=function(){for(var t,n,i=/(\r\n|\r|\n)/g,o=0,r=0,s=0,a=L;B>=s&&(t=i.exec(e))&&!((a=t[0].length+t.index)>B);)o+=1,s=a;return-1==B?(r=a,n=e.substring(L)):0===L?n=e.substring(L,B):(r=B-s,n=-1==L?e.substring(B):e.substring(B,L+1)),{data:n,line:o,column:r}},p&&(A=Object.create({},{name:se(function(){return T}),originalName:se(function(){return M}),attrs:se(F),ns:se(function(){return m||(m=Object.assign(Object.create(null),u)),m})}));-1!==L;){if(-1===(B=60===e.charCodeAt(L)?L:e.indexOf("<",L)))return r?e.substring(L):h.length?C("unexpected end of file"):v?void(L<e.length&&e.substring(L).trim()&&k(oe)):C("missing start tag");if(v||(v=!0),L!==B)if(h.length){if(t&&(t(e.substring(L,B),ie,g),w))return}else if(e.substring(L,B).trim()&&(k(oe),w))return;if(33===(O=e.charCodeAt(B+1))){if(91===(E=e.charCodeAt(B+2))&&"CDATA["===e.substr(B+3,6)){if(-1===(L=e.indexOf("]]>",B)))return r?e.substring(B):C("unclosed cdata");if(o&&(o(e.substring(B+9,L),g),w))return;L+=3;continue}if(45===E&&45===e.charCodeAt(B+3)){if(-1===(L=e.indexOf("--\x3e",B)))return r?e.substring(B):C("unclosed comment");if(s&&(s(e.substring(B+4,L),ie,g),w))return;L+=3;continue}}if(63!==O){for(y=B+1;;y++){if(S=e.charCodeAt(y),isNaN(S))return r?e.substring(B):(L=-1,C("unclosed tag"));if(34===S)y=-1!==(E=e.indexOf('"',y+1))?E:y;else if(39===S)y=-1!==(E=e.indexOf("'",y+1))?E:y;else if(62===S){L=y;break}}if(33!==O){if(P={},47===O){if(j=!1,I=!0,!h.length)return C("missing open tag");if(y=T=h.pop(),E=B+2+y.length,e.substring(B+2,E)!==y)return C("closing tag mismatch");for(;E<L;E++)if(!(32===(O=e.charCodeAt(E))||O>8&&O<14))return C("close tag")}else{if(47===e.charCodeAt(L-1)?(y=T=e.substring(B+1,L-1),j=!0,I=!0):(y=T=e.substring(B+1,L),j=!0,I=!1),!(O>96&&O<123||O>64&&O<91||95===O||58===O))return C("illegal first char nodeName");for(E=1,_=y.length;E<_;E++)if(!((O=y.charCodeAt(E))>96&&O<123||O>64&&O<91||O>47&&O<59||45===O||95===O||46==O)){if(32===O||O<14&&O>8){T=y.substring(0,E),P=null;break}return C("invalid nodeName")}I||h.push(T)}if(b){j&&(f=null,null===P&&(x=-1!==y.indexOf("xmlns",E))&&(q=E,N=y,F(),x=!1),I||c.push(f)),M=T,null===D&&(D=Object.create(null));var z=D[T];if(void 0!==z)T=z;else{if(-1!==(O=T.indexOf(":"))){if(!(R=u[T.substring(0,O)]))return C("missing namespace on <"+M+">");T=T.substr(O+1)}else R=u.xmlns;R&&(T=R+":"+T),D[M]=T}}if(j&&(q=E,N=y,n&&(p?n(A,ie,I,g):n(T,F,ie,I,g),w)))return;if(I){if(i&&(i(p?A:T,ie,j,g),w))return;b&&(j||(f=c.pop()),f&&(le(u,f),f=null,D=null,m=null))}L+=1}else{if(l&&(l(e.substring(B,L+1),ie,g),w))return;L+=1}}else{if(-1===(L=e.indexOf("?>",B)))return r?e.substring(B):C("unclosed question");if(a&&(a(e.substring(B,L+2),g),w))return;L+=2}}}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":f=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=Object.create(null);for(t in e)n[t]=e[t];return b=!0,d=n,this},this.parse=function(e){if("string"!=typeof e)throw re("required args <xml=string>");if(m)throw re("parse during stream; call end() first");return E(),O(e),g=ue,w=!1,_},this.write=function(e){if("string"!=typeof e)throw re("required args <xml=string>");return m||(E(),m=!0),_||(y=O(y+e,!0)||""),this},this.end=function(){return m||E(),m=!1,_||O(y),y="",g=ue,w=!1,_},this.stop=function(){w=!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 Ee(e,t){this.element=t,this.propertyDesc=e}function Oe(){}function Se(e,t,n){this.model=e,this.type=e.getType(t),this.context=n}function Re(e,t,n){Se.call(this,e,t,n)}function Te(e,t,n){this.model=e,this.context=n}function Me(e){e instanceof Y&&(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:""}},Ee.prototype=Object.create(Ce.prototype),Ee.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)},Oe.prototype=Object.create(Ce.prototype),Oe.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(Oe.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=Q(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=Q(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=Q(e,t.xmlns),o=Q(`${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 Ee(e,t)},Se.prototype.referenceHandler=function(e){return new ke(e,this.context)},Se.prototype.handler=function(e){return"Element"===e?new Te(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},Re.prototype=Object.create(Se.prototype),Re.prototype.createElement=function(e){var t=e.name,n=Q(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)},Te.prototype=Object.create(Oe.prototype),Te.prototype.createElement=function(e){var t=e.name,n=Q(t).prefix,i=e.ns[n+"$uri"],o=e.attributes;return this.model.createAny(t,i,o)},Te.prototype.handleChild=function(e){var t=new Te(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},Te.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 Re(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 je(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}function Ie(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.resolve=function(e){for(var t=this;t;){var n=e(t);if(n)return n;t=t.parent}},De.prototype.eachScope=function(e){for(var t=this;t;)e(t),t=t.parent},De.prototype.byUri=function(e){return this.resolve(function(t){return t.uriMap[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){var t=e||"xmlns";return this.resolve(function(e){return e.prefixMap[t]})},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.eachScope(function(e){e.used[n]=e.byUri(t)})},De.prototype.getUsed=function(e){return[].concat(this.wellknown,this.custom).filter(e=>{var t=this.getNSKey(e);return this.used[t]})};var Be={"\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 Qe(e,t,n){ze.call(this,e,t),this.serialization=n}function We(){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 We,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){Y.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},je(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){return function(e,t){var n=[{serializer:e,children:e.enter(t),index:0}];for(;n.length;){var i=n[n.length-1];if(i.index>=i.children.length)i.serializer.exit(),n.pop();else{var o=i.children[i.index++],r=o.create();i.serializer.body.push(r),o.element&&n.push({serializer:r,children:r.enter(o.element),index:0})}}}(this,e),this},ze.prototype.enter=function(e){this.element=e;var t=e.$descriptor,n=this.propertyDescriptor,i=t.isGeneric;if(this.otherAttrs=i?this.parseGenericNsAttributes(e):this.parseNsAttributes(e),this.ns=n?this.nsPropertyTagName(n):this.nsTagName(t),this.tagName=this.addTagName(this.ns),i)return this.collectGenericContainments(e);var o=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);return this.parseAttributes(d(o,function(e){return e.isAttr})),this.collectContainments(function(e){return d(e,function(e){return!e.isAttr})}(o))},ze.prototype.exit=function(){this.parseGenericAttributes(this.element,this.otherAttrs)},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)?Q(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.collectGenericContainments=function(e){var t=this,n=[],i=e.$body;i&&n.push({create:function(){return(new Ve).build({type:"String"},i)}});var o=e.$children;return o&&p(o,function(e){n.push({create:function(){return new ze(t)},element:e})}),n},ze.prototype.parseNsAttribute=function(e,t,n){var i,o=e.$model,r=Q(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.collectContainments=function(e){var t=this,n=this.element,i=[];return p(e,function(e){var o=n.get(e.name),r=e.isReference;if(e.isMany||(o=[o]),e.isBody)i.push({create:function(){return(new Ve).build(e,o[0])}});else if(z(e.type))p(o,function(n){i.push({create:function(){return new Fe(t.addTagName(t.nsPropertyTagName(e))).build(e,n)}})});else if(r)p(o,function(n){i.push({create:function(){return new qe(t.addTagName(t.nsPropertyTagName(e))).build(n)}})});else{var s=me(e);p(o,function(n){i.push({create:function(){return s?s===ge?new ze(t,e):new Qe(t,e,s):new ze(t)},element:n})})}}),i},ze.prototype.getNamespaces=function(e){var t=this.namespaces;if(!t){var n=this.getParentNamespaces();e||!n?this.namespaces=t=new De(n):t=n}return t},ze.prototype.getParentNamespaces=function(){if(void 0!==this.parentNamespaces)return this.parentNamespaces;for(var e=null,t=this.parent;t;){if(t.namespaces){e=t.namespaces;break}if(void 0!==t.parentNamespaces){e=t.parentNamespaces;break}t=t.parent}return this.parentNamespaces=e},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),Ie(e)},ze.prototype.addAttribute=function(e,t){var n=this.attrs;c(t)&&(t=Ne(t,Ae,Be));var i=function(e,t){const n=E(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(Ie(t.name)).append('="').append(t.value).append('"')})},ze.prototype.serializeTo=function(e){!function(e,t){var n=[{serializer:e,index:0,opened:!1,indent:!1}];for(;n.length;){var i=n[n.length-1],o=i.serializer;if(!i.opened){var r=o.body[0];if(i.indent=r&&r.constructor!==Ve,t.appendIndent().append("<"+o.tagName),o.serializeAttributes(t),t.append(r?">":" />"),i.opened=!0,!r){t.appendNewLine(),n.pop();continue}i.indent&&t.appendNewLine().indent()}if(i.index<o.body.length){var s=o.body[i.index++];s instanceof ze?n.push({serializer:s,index:0,opened:!1,indent:!1}):s.serializeTo(t)}else i.indent&&t.unindent().appendIndent(),t.append("</"+o.tagName+">").appendNewLine(),n.pop()}}(this,e)},je(Qe,ze),Qe.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},Qe.prototype.isLocalNs=function(e){return e.uri===(this.typeNs||this.ns).uri},Xe.prototype=Object.create(Y.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 Ge(e,t){return new Xe(M({},Ke,e),t)}const Ye={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(Ye,i)?Ye[i]:Ye._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)}Ye.td=Ye.th=[3,"<table><tbody><tr>","</tr></tbody></table>"],Ye.option=Ye.optgroup=[1,'<select multiple="multiple">',"</select>"],Ye.thead=Ye.tbody=Ye.colgroup=Ye.caption=Ye.tfoot=[1,"<table>","</table>"],Ye.polyline=Ye.ellipse=Ye.polygon=Ye.circle=Ye.text=Ye.line=Ye.path=Ye.rect=Ye.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 j,this._viewsChanged=R(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 Ge(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 Et(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ot,St={exports:{}};var Rt=function(){if(Ot)return St.exports;Ot=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}(),Tt=Et(Rt);function Mt(e){if(!(this instanceof Mt))return new Mt(e);e=e||[128,36,1],this._seed=e.length?Tt.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 jt(e,t){return m(t,function(t){return At(e,t)})}function It(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 Bt 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 jt(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,Qt=/^(?:async\s+)?(?:function\s*[^(]*)?(?:\(\s*([^)]*)\)|(\w+))/m,Wt=/\/\*([^*]*)\*\//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:Qt);if(!t)return[];const n=t[1]||t[2];return n&&n.split(",").map(e=>{const t=e.match(Wt);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 Gt(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 Yt={"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=Yt[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 Yt[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 En(e,t,n){return["C",e.x,e.y,t.x,t.y,n.x,n.y]}function On(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,Rn(r.x-n.x,r.y-n.y),Rn(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(En(c,h,u))}return i}function Sn(e,t,n){const i=t.x-e.x,o=t.y-e.y,r=n/Rn(i,o);return{x:e.x+i*r,y:e.y+o*r}}function Rn(e,t){return Math.sqrt(Math.pow(e,2)+Math.pow(t,2))}function Tn(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(On(t,parseInt(e.dataset.cornerRadius,10)||0))}),e}function An(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&&An(o,t,n+1)})}function Pn(e,t){return function(e){var t=new Set,n=new Set;return An(e,function(e,i,o){t.add(e);var r=e.children;if(r&&!n.has(r))return n.add(r),r}),Array.from(t)}(e)}function Dn(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=Dn(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 $n(e,t){var n={};return p(e,function(e){var i=e;i.waypoints&&(i=Dn(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}function jn(e){return"waypoints"in e?"connection":"x"in e?"shape":"root"}function In(e){return!(!e||!e.isFrame)}function Bn(e,t){return M({},e||{},t||{})}function Ln(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(Ln,Kt),Ln.prototype.canRender=function(){return!0},Ln.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}),In(t)?Jt(i,M({},this.FRAME_STYLE,n||{})):Jt(i,M({},this.SHAPE_STYLE,n||{})),Gt(e,i),i},Ln.prototype.drawConnection=function(e,t,n){var i=Tn(t.waypoints,M({},this.CONNECTION_STYLE,n||{}));return Gt(e,i),i},Ln.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"]])},Ln.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)},Ln.$inject=["eventBus","styles"];var Nn={__init__:["defaultRenderer"],defaultRenderer:["type",Ln],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 qn(e,t){if(!e||!t)return-1;var n=e.indexOf(t);return-1!==n&&e.splice(n,1),n}function Vn(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 Fn(e,t){return e&&t?e.indexOf(t):-1}function zn(e,t){return e&&t?Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2)):-1}function Qn(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=zn(e,t);return Math.abs(o/r)<=i}function Wn(e,t){var n=Array.from(arguments).flat();const i={x:"v",y:"h"};for(const[e,t]of Object.entries(i))if(Hn(e,n))return t;return!1}function Hn(e,t){const n=t[0];return g(t,function(t){return Math.abs(n[e]-t[e])<=2})}function Un(e,t){return{x:Math.round(e.x+(t.x-e.x)/2),y:Math.round(e.y+(t.y-e.y)/2)}}
/**
* This file contains source code adapted from Snap.svg (licensed Apache-2.0).
*
* @see https://github.com/adobe-webplatform/Snap.svg/blob/master/src/path.js
*/var Xn=/,?([a-z]),?/gi,Kn=parseFloat,Gn=Math,Yn=Gn.PI,Zn=Gn.min,Jn=Gn.max,ei=Gn.pow,ti=Gn.abs,ni=/([a-z])[\s,]*((-?\d*\.?\d*(?:e[-+]?\d+)?[\s]*,?[\s]*)+)/gi,ii=/(-?\d*\.?\d*(?:e[-+]?\d+)?)[\s]*,?[\s]*/gi,oi=Array.isArray||function(e){return e instanceof Array};function ri(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 si(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(ni,function(e,i,o){var r=[],s=i.toLowerCase();for(o.replace(ii,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=li,n}function ai(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 li(){return this.join(",").replace(Xn,"$1")}function ci(e,t,n,i,o,r,s,a,l){var c=1-l,u=ei(c,3),h=ei(c,2),d=l*l*l,p=u*t+3*h*l*i+3*c*l*l*r+d*a;return{x:gi(u*e+3*h*l*n+3*c*l*l*o+d*s),y:gi(p)}}function ui(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),ti(l)<1e-12){if(ti(c)<1e-12)continue;0<(h=-u/c)&&h<1&&m.push(h)}else f=c*c-4*u*l,g=Gn.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:Zn(...v[0]),y0:Zn(...v[1]),x1:Jn(...v[0]),y1:Jn(...v[1])}}(...e);return ai(t.x0,t.y0,t.x1-t.x0,t.y1-t.y0)}function hi(e,t,n){return t>=e.x&&t<=e.x+e.width&&n>=e.y&&n<=e.y+e.height}function di(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 pi(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=di(f,e,n,o,s),m=di(f,t,i,r,a),v=g*g+m*m;d+=h[p]*Gn.sqrt(v)}return c*d}function fi(e,t,n,i,o,r,s,a){if(!(Jn(e,n)<Zn(o,s)||Zn(e,n)>Jn(o,s)||Jn(t,i)<Zn(r,a)||Zn(t,i)>Jn(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=gi(((e*i-t*n)*(o-s)-(e-n)*(o*a-r*s))/c),h=gi(l/c),d=+u.toFixed(2),p=+h.toFixed(2);if(!(d<+Zn(e,n).toFixed(2)||d>+Jn(e,n).toFixed(2)||d<+Zn(o,s).toFixed(2)||d>+Jn(o,s).toFixed(2)||p<+Zn(t,i).toFixed(2)||p>+Jn(t,i).toFixed(2)||p<+Zn(r,a).toFixed(2)||p>+Jn(r,a).toFixed(2)))return{x:u,y:h}}}}function gi(e){return Math.round(1e11*e)/1e11}function mi(e,t,n){if(!function(e,t){return e=ai(e),hi(t=ai(t),e.x,e.y)||hi(t,e.x2,e.y)||hi(t,e.x,e.y2)||hi(t,e.x2,e.y2)||hi(e,t.x,t.y)||hi(e,t.x2,t.y)||hi(e,t.x,t.y2)||hi(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)}(ui(e),ui(t)))return[];var i,o,r=pi(...e),s=pi(...t),a=yi(e)?1:~~(r/5)||1,l=yi(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=ci(...e,i/a);c[i]={x:p.x,y:p.y,t:i/a}}for(i=0;i<l+1;i++)p=ci(...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=ti(m.x-g.x)<.01?"y":"x",b=ti(y.x-v.x)<.01?"y":"x",_=fi(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+ti((_[x]-g[x])/(m[x]-g[x]))*(m.t-g.t),C=v.t+ti((_[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 vi(e,t,n){e=wi(e),t=wi(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=mi(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 yi(e){return e[0]===e[2]&&e[1]===e[3]&&e[4]===e[6]&&e[5]===e[7]}function xi(e,t,n,i){return[e,t,n,i,n,i]}function bi(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 _i(e,t,n,i,o,r,s,a,l,c){var u,h=120*Yn/180,d=Yn/180*(+o||0),p=[],f=ri(function(e,t,n){return{x:e*Gn.cos(n)-t*Gn.sin(n),y:e*Gn.sin(n)+t*Gn.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=Gn.sqrt(v),i*=v);var y=n*n,x=i*i,b=(r==s?-1:1)*Gn.sqrt(ti((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=Gn.asin(((t-w)/i).toFixed(9)),k=Gn.asin(((l-w)/i).toFixed(9));(C=e<_?Yn-C:C)<0&&(C=2*Yn+C),(k=a<_?Yn-k:k)<0&&(k=2*Yn+k),s&&C>k&&(C-=2*Yn),!s&&k>C&&(k-=2*Yn)}var E=k-C;if(ti(E)>h){var O=k,S=a,R=l;k=C+h*(s&&k>C?1:-1),p=_i(a=_+n*Gn.cos(k),l=w+i*Gn.sin(k),n,i,o,0,s,S,R,[k,O,_,w])}E=k-C;var T=Gn.cos(C),M=Gn.sin(C),A=Gn.cos(k),P=Gn.sin(k),D=Gn.tan(E/4),$=4/3*n*D,j=4/3*i*D,I=[e,t],B=[e+$*M,t-j*T],L=[a+$*P,l-j*A],N=[a,l];if(B[0]=2*I[0]-B[0],B[1]=2*I[1]-B[1],c)return[B,L,N].concat(p);for(var q=[],V=0,F=(p=[B,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 wi(e){if(function(e){return oi(e)&&oi(e[0])}(e)||(e=si(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=li,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=li,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",..._i(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",...bi(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",...bi(t.x,t.y,e[1],e[2],e[3],e[4])];break;case"L":e=["C",...xi(t.x,t.y,e[1],e[2])];break;case"H":e=["C",...xi(t.x,t.y,e[1],t.y)];break;case"V":e=["C",...xi(t.x,t.y,t.x,e[1])];break;case"Z":e=["C",...xi(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=Kn(u[h-4])||n.x,n.by=Kn(u[h-3])||n.y}return t}function Ci(e){return s(e)&&u(e,"waypoints")}function ki(e){return s(e)&&u(e,"labelTarget")}function Ei(e){return{x:Math.round(e.x),y:Math.round(e.y)}}function Oi(e){return{top:e.y,right:e.x+(e.width||0),bottom:e.y+(e.height||0),left:e.x}}function Si(e){return{x:e.left,y:e.top,width:e.right-e.left,height:e.bottom-e.top}}function Ri(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 Ti(e){return Ci(e)?Ri(e):Ei({x:(t=e).x+(t.width||0)/2,y:t.y+(t.height||0)/2});var t}function Mi(e,t,n){s(n=n||0)||(n={x:n,y:n});var i=Oi(e),o=Oi(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 Ai(e,t,n){var i=function(e,t){return vi(e,t)}(e,t);return 1===i.length||2===i.length&&zn(i[0],i[1])<1?Ei(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}),Ei(i[n?0:i.length-1])):null}function Pi(e,t){return Math.round(e*t)/t}function Di(e){return a(e)?e+"px":e}function $i(e){for(;e.parent;)e=e.parent;return e}function ji(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 Ii={shape:["x","y","width","height"],connection:["waypoints"]};function Bi(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 Li(e,t){const n="matrix("+t.a+","+t.b+","+t.c+","+t.d+","+t.e+","+t.f+")";e.setAttribute("transform",n)}Bi.$inject=["config.canvas","eventBus","graphicsFactory","elementRegistry"],Bi.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:Di(e.width),height:Di(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)}),i.addEventListener("mouseover",()=>{this._eventBus.fire("canvas.mouseover")}),i.addEventListener("mouseout",()=>{this._eventBus.fire("canvas.mouseout")}),Gt(n,i);const o=this._viewport=ji(i,"viewport");e.deferUpdate&&(this._viewboxChanged=R(this._viewboxChanged,300)),this._restoreFocus=R(this._restoreFocus,0),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)},Bi.prototype._destroy=function(){this._restoreFocus.cancel(),this._eventBus.fire("canvas.destroy",{svg:this._svg,viewport:this._viewport});const e=this._container.parentNode;e&&e.removeChild(this._container),delete this._svg,delete this._container,delete this._layers,delete this._planes,delete this._rootElement,delete this._viewport},Bi.prototype._setFocused=function(e){e!=this._focused&&(this._focused=e,this._eventBus.fire("canvas.focus.changed",{focused:e}))},Bi.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},Bi.prototype.focus=function(){this._svg.focus({preventScroll:!0}),this._setFocused(!0)},Bi.prototype.restoreFocus=function(){this._restoreFocus()},Bi.prototype._restoreFocus=function(){document.activeElement===document.body&&this.focus()},Bi.prototype.isFocused=function(){return this._focused},Bi.prototype.getDefaultLayer=function(){return this.getLayer("base",0)},Bi.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},Bi.prototype._getChildIndex=function(e){return f(this._layers,function(t,n){return n.visible&&e>=n.index&&t++,t},0)},Bi.prototype._createLayer=function(e,t){void 0===t&&(t=1);const n=this._getChildIndex(t);return{group:ji(this._viewport,"layer-"+e,n),index:t,visible:!0}},Bi.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},Bi.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},Bi.prototype._removeLayer=function(e){const t=this._layers[e];t&&(delete this._layers[e],bn(t.group))},Bi.prototype.getActiveLayer=function(){const e=this._findPlaneForRoot(this.getRootElement());return e?e.layer:null},Bi.prototype.findRoot=function(e){const t=this._resolveElements(e);let n;for(const e of t){const t=this._findPlaneForRoot($i(e));if(!t)return;if(n&&t.rootElement!==n)return;n=t.rootElement}return n},Bi.prototype.getRootElements=function(){return this._planes.map(function(e){return e.rootElement})},Bi.prototype._findPlaneForRoot=function(e){return h(this._planes,function(t){return t.rootElement===e})},Bi.prototype._resolveElement=function(e){return"string"==typeof e?this._elementRegistry.get(e):e},Bi.prototype._resolveElements=function(e){return r(e)||(e=[e]),e.map(e=>this._resolveElement(e)).filter(Boolean)},Bi.prototype.getContainer=function(){return this._container},Bi.prototype._updateMarker=function(e,t,n){let i;(e=this._resolveElement(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}))},Bi.prototype.addMarker=function(e,t){this._updateMarker(e,t,!0)},Bi.prototype.removeMarker=function(e,t){this._updateMarker(e,t,!1)},Bi.prototype.hasMarker=function(e,t){return!!(e=this._resolveElement(e)).markers&&e.markers.has(t)},Bi.prototype.toggleMarker=function(e,t){this.hasMarker(e,t)?this.removeMarker(e,t):this.addMarker(e,t)},Bi.prototype.getRootElement=function(){const e=this._rootElement;return e||this._planes.length?e:this.setRootElement(this.addRootElement(null))},Bi.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},Bi.prototype.removeRootElement=function(e){e=this._resolveElement(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},Bi.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},Bi.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)},Bi.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})},Bi.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})},Bi.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=Ii[e],i=g(n,function(e){return void 0!==t[e]});if(!i)throw new Error("must supply { "+n.join(", ")+" } with "+e)},Bi.prototype._setParent=function(e,t,n){Vn(t.children,e,n),e.parent=t},Bi.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},Bi.prototype.addShape=function(e,t,n){return this._addElement("shape",e,t,n)},Bi.prototype.addConnection=function(e,t,n){return this._addElement("connection",e,t,n)},Bi.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),qn(e.parent&&e.parent.children,e),e.parent=null,o.fire(t+".removed",{element:e}),n.remove(e),e},Bi.prototype.removeShape=function(e){return this._removeElement(e,"shape")},Bi.prototype.removeConnection=function(e){return this._removeElement(e,"connection")},Bi.prototype.getGraphics=function(e,t){return this._elementRegistry.getGraphics(e,t)},Bi.prototype._changeViewbox=function(e){this._eventBus.fire("canvas.viewbox.changing"),e.apply(this),this._cachedViewbox=null,this._viewboxChanged()},Bi.prototype._viewboxChanged=function(){this._eventBus.fire("canvas.viewbox.changed",{viewbox:this.viewbox()})},Bi.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=Pi(o.a,1e3),l=Pi(-o.e||0,1e3),c=Pi(-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})},Bi.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),Li(t,n)}),{x:n.e,y:n.f}},Bi.prototype.scrollToElement=function(e,t){let n=100;const i=this._resolveElements(e);if(!i.length)return;const o=this.findRoot(i);if(!o)return;o!==this.getRootElement()&&this.setRootElement(o);const r=i.filter(e=>e!=o);if(!r.length)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 s=Dn(r),a=Oi(s),l=this.viewbox(),c=this.zoom();let u,h;l.y+=t.top/c,l.x+=t.left/c,l.width-=(t.right+t.left)/c,l.height-=(t.bottom+t.top)/c;const d=Oi(l);if(s.width<l.width&&s.height<l.height){const e=Math.max(0,a.right-d.right),t=Math.min(0,a.left-d.left),n=Math.max(0,a.bottom-d.bottom),i=Math.min(0,a.top-d.top);u=e||t,h=n||i}else u=s.x-l.x,h=s.y-l.y;this.scroll({dx:-u*c,dy:-h*c})},Bi.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)}),Pi(i.a,1e3)},Bi.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},Bi.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),Li(this._viewport,u),u},Bi.prototype.getSize=function(){return{width:this._container.clientWidth,height:this._container.clientHeight}},Bi.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}},Bi.prototype.resized=function(){delete this._cachedViewbox,this._eventBus.fire("canvas.resized")};var Ni="data-element-id";function qi(e){this._elements={},this._eventBus=e}function Vi(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 Fi(e,t){if(!(this instanceof Fi))return new Fi(e,t);e.inverse=t,t.inverse=e,this.props={},this.props[e.name]=e,this.props[t.name]=t}qi.$inject=["eventBus"],qi.prototype.add=function(e,t,n){var i=e.id;this._validateId(i),Jt(t,Ni,i),n&&Jt(n,Ni,i),this._elements[i]={element:e,gfx:t,secondaryGfx:n}},qi.prototype.remove=function(e){var t=this._elements,n=e.id||e,i=n&&t[n];i&&(Jt(i.gfx,Ni,""),i.secondaryGfx&&Jt(i.secondaryGfx,Ni,""),delete t[n])},qi.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)},qi.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,Ni,i),t},qi.prototype.get=function(e){var t;t="string"==typeof e?e:e&&Jt(e,Ni);var n=this._elements[t];return n&&n.element},qi.prototype.filter=function(e){var t=[];return this.forEach(function(n,i){e(n,i)&&t.push(n)}),t},qi.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}},qi.prototype.getAll=function(){return this.filter(function(e){return e})},qi.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)})},qi.prototype.getGraphics=function(e,t){var n=e.id||e,i=this._elements[n];return i&&(t?i.secondaryGfx:i.gfx)},qi.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")},Fi.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?Vi(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)},Fi.prototype.ensureRefsCollection=function(e,t){var n=e[t.name];return function(e){return!0===e.__refs_collection}(n)||Vi(this,t,e),n},Fi.prototype.ensureBound=function(e,t){(function(e,t){return Object.prototype.hasOwnProperty.call(e,t.name||t)})(e,t)||this.bind(e,t)},Fi.prototype.unset=function(e,t,n){e&&(this.ensureBound(e,t),t.collection?this.ensureRefsCollection(e,t).remove(n):e[t.name]=void 0)},Fi.prototype.set=function(e,t,n){e&&(this.ensureBound(e,t),t.collection?this.ensureRefsCollection(e,t).add(n):e[t.name]=n)};var zi=new Fi({name:"children",enumerable:!0,collection:!0},{name:"parent"}),Qi=new Fi({name:"labels",enumerable:!0,collection:!0},{name:"labelTarget"}),Wi=new Fi({name:"attachers",collection:!0},{name:"host"}),Hi=new Fi({name:"outgoing",collection:!0},{name:"source"}),Ui=new Fi({name:"incoming",collection:!0},{name:"target"});function Xi(){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)}}),zi.bind(this,"parent"),Qi.bind(this,"labels"),Hi.bind(this,"outgoing"),Ui.bind(this,"incoming")}function Ki(){Xi.call(this),zi.bind(this,"children"),Wi.bind(this,"host"),Wi.bind(this,"attachers")}function Gi(){Xi.call(this),zi.bind(this,"children")}function Yi(){Ki.call(this),Qi.bind(this,"labelTarget")}function Zi(){Xi.call(this),Hi.bind(this,"source"),Ui.bind(this,"target")}Lt(Ki,Xi),Lt(Gi,Ki),Lt(Yi,Ki),Lt(Zi,Xi);var Ji={connection:Zi,shape:Ki,label:Yi,root:Gi};function eo(){this._uid=12}function to(e){return e.childNodes[0]}function no(e,t,n){var i=pn();i.setTranslate(t,n),wn(e,i)}function io(e,t){this._eventBus=e,this._elementRegistry=t}eo.prototype.createRoot=function(e){return this.create("root",e)},eo.prototype.createLabel=function(e){return this.create("label",e)},eo.prototype.createShape=function(e){return this.create("shape",e)},eo.prototype.createConnection=function(e){return this.create("connection",e)},eo.prototype.create=function(e,t){return(t=M({},t||{})).id||(t.id=e+"_"+this._uid++),function(e,t){var n=Ji[e];if(!n)throw new Error("unknown type: <"+e+">");return M(new n,t)}(e,t)},io.$inject=["eventBus","elementRegistry"],io.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"),Gt(n.parentNode,t))):t=n,t},io.prototype._clear=function(e){var t=to(e);return rt(t),t},io.prototype._createContainer=function(e,t,n,i){var o=cn("g");tn(o).add("djs-group"),void 0!==n?function(e,t,n){var i=n||t.firstChild;if(e===i)return;t.insertBefore(e,i)}(o,t,t.childNodes[n]):Gt(t,o);var r=cn("g");tn(r).add("djs-element"),tn(r).add("djs-"+e),i&&tn(r).add("djs-frame"),Gt(o,r);var s=cn("g");return tn(s).add("djs-visual"),Gt(r,s),r},io.prototype.create=function(e,t,n){var i=this._getChildrenContainer(t.parent);return this._createContainer(e,i,n,In(t))},io.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),r=o.firstChild;p(t,function(e){var t=i.getGraphics(e).parentNode;t===r?r=r.nextSibling:o.insertBefore(t,r)})}})},io.prototype.drawShape=function(e,t,n={}){return this._eventBus.fire("render.shape",{gfx:e,element:t,attrs:n})},io.prototype.getShapePath=function(e){return this._eventBus.fire("render.getShapePath",e)},io.prototype.drawConnection=function(e,t,n={}){return this._eventBus.fire("render.connection",{gfx:e,element:t,attrs:n})},io.prototype.getConnectionPath=function(e){return this._eventBus.fire("render.getConnectionPath",e)},io.prototype.update=function(e,t,n){if(t.parent){var i=this._clear(n);if("shape"===e)this.drawShape(i,t),no(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")}},io.prototype.remove=function(e){bn(this._elementRegistry.getGraphics(e).parentNode)};var oo={__depends__:[Nn],__init__:["canvas"],canvas:["type",Bi],elementRegistry:["type",qi],elementFactory:["type",eo],eventBus:["type",j],graphicsFactory:["type",io]};function ro(e){return function(e){var t=new Ut(e);return t.init(),t}([{config:["value",e=e||{}]},oo].concat(e.modules||[]))}function so(e,t){this._injector=t||ro(e),this.get("eventBus").fire("diagram.init")}so.prototype.get=function(e,t){return this._injector.get(e,t)},so.prototype.invoke=function(e,t,n){return this._injector.invoke(e,t,n)},so.prototype.destroy=function(){this.get("eventBus").fire("diagram.destroy")},so.prototype.clear=function(){this.get("eventBus").fire("diagram.clear")};var ao=new Fi({name:"dmnElementRef",enumerable:!0},{name:"di",configurable:!0});function lo(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}):(ao.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 co="$NO_OP",uo=!("undefined"==typeof window||!window.document),ho=Array.isArray;function po(e){var t=typeof e;return"string"===t||"number"===t}function fo(e){return bo(e)||xo(e)}function go(e){return xo(e)||!1===e||function(e){return!0===e}(e)||bo(e)}function mo(e){return"function"==typeof e}function vo(e){return"string"==typeof e}function yo(e){return"number"==typeof e}function xo(e){return null===e}function bo(e){return void 0===e}function _o(e){throw e||(e="a runtime error occured! Use Inferno in development environment to find the error."),new Error("Inferno Error: "+e)}function wo(e){console.error(e)}function Co(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 ko(e){var t;if(ho(e))t="Array("+(e.length>3?e.slice(0,3).toString()+",...":e.toString())+")";else if(po(e))t="Text("+e+")";else if(go(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 Eo(e,t){for(var n={},i=0,o=e.length;i<o;i++){var r=e[i];if(ho(r))return"Encountered ARRAY in mount, array must be flattened, or normalize used. Location: \n"+ko(r);if(go(r)){if(t)return"Encountered invalid node when preparing to keyed algorithm. Location: \n"+ko(r);if(0!==Object.keys(n).length)return"Encountered invalid node with mixed keys. Location: \n"+ko(r)}else{"object"==typeof r&&(r.isValidated=!0);var s=r.key;if(!fo(s)&&!po(s))return"Encountered child vNode where key property is not string or number. Location: \n"+ko(r);var a=r.children,l=r.childFlags;if(!go(a)){var c=void 0;if(12&l?c=Eo(a,8&r.childFlags):2===l&&(c=Eo([a],8&r.childFlags)),c)return c+=ko(r)}if(t&&fo(s))return"Encountered child without key during keyed algorithm. If this error points to Array make sure children is flat list. Location: \n"+ko(r);if(t||!fo(s)){if(n[s])return"Encountered two children with same key: {"+s+"}. Location: \n"+ko(r);n[s]=!0}else if(0!==Object.keys(n).length)return"Encountered children with key missing. Location: \n"+ko(r)}}}function Oo(e){if(!(1&e.childFlags)&&(64&e.flags&&_o("input elements can't have children."),128&e.flags&&_o("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&&_o("media elements can't have children.");var i=t.indexOf(n);-1!==i&&_o(t[i]+" elements can't have children.")}}function So(e){if(!1===e.isValidated&&e.children&&481&e.flags){var t=Eo(Array.isArray(e.children)?e.children:[e.children],(8&e.childFlags)>0);t&&_o(t+ko(e))}e.isValidated=!0}var Ro="$";function To(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 Mo(e,t,n,i,o,r,s,a){14&e&&_o("Creating Component vNodes using createVNode is not allowed. Use Inferno.createComponentVNode method.");var l=void 0===o?1:o,c=To(l,i,n,e,s,r,a,t);return 0===l&&Bo(c,c.children),Oo(c),c}function Ao(e,t,n,i,o){1&e&&_o("Creating element vNodes using createComponentVNode is not allowed. Use Inferno.createVNode method."),(2&e)>0&&(e=t.prototype&&mo(t.prototype.render)?4:8);var r=t.defaultProps;if(!fo(r))for(var s in n||(n={}),r)bo(n[s])&&(n[s]=r[s]);if((8&e)>0){var a=t.defaultHooks;if(!fo(a))if(o)for(var l in a)bo(o[l])&&(o[l]=a[l]);else o=a}var c=To(1,null,null,e,i,n,o,t),u=Lo.createVNode;return mo(u)&&u(c),c}function Po(e,t){return To(1,fo(e)?"":e,null,16,t,null,null,null)}function Do(e){var t=e.props;if(t){var n=e.flags;481&n&&(void 0!==t.children&&fo(e.children)&&Bo(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?Co(e.ref,t.ref):t.ref,t.ref=void 0)}return e}function $o(e){var t,n=e.flags;if(14&n){var i,o=e.props;if(!xo(o))for(var r in i={},o)i[r]=o[r];t=Ao(n,e.type,i,e.key,e.ref)}else 481&n?t=Mo(n,e.type,e.className,e.children,e.childFlags,e.props,e.key,e.ref):16&n?t=Po(e.children,e.key):1024&n&&(t=e);return t}function jo(){return Po("",null)}function Io(e,t,n,i){for(var o=e.length;n<o;n++){var r=e[n];if(!go(r)){var s=i+Ro+n;if(ho(r))Io(r,t,0,s);else{if(po(r))r=Po(r,s);else{var a=r.key,l=vo(a)&&a[0]===Ro;xo(r.dom)&&!l||(r=$o(r)),xo(a)||l?r.key=s:r.key=i+a}t.push(r)}}}}function Bo(e,t){var n,i=1;if(go(t))n=t;else if(vo(t))i=2,n=Po(t);else if(yo(t))i=2,n=Po(t+"");else if(ho(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(go(s)||ho(s)){n=n||t.slice(0,r),Io(t,n,r,"");break}if(po(s))(n=n||t.slice(0,r)).push(Po(s,Ro+r));else{var a=s.key,l=xo(s.dom),c=xo(a),u=!c&&vo(a)&&a[0]===Ro;!l||c||u?(n=n||t.slice(0,r),l&&!u||(s=$o(s)),(c||u)&&(s.key=Ro+r),n.push(s)):n&&n.push(s)}}(n=n||t).$=!0}}else n=t,xo(t.dom)||(n=$o(t)),i=2;return e.children=n,e.childFlags=i,Oo(e),e}var Lo={afterRender:null,beforeRender:null,createVNode:null,renderComplete:null},No="http://www.w3.org/1999/xlink",qo="http://www.w3.org/XML/1998/namespace",Vo={"xlink:actuate":No,"xlink:arcrole":No,"xlink:href":No,"xlink:role":No,"xlink:show":No,"xlink:title":No,"xlink:type":No,"xml:base":qo,"xml:lang":qo,"xml:space":qo},Fo={},zo=[];function Qo(e,t){e.appendChild(t)}function Wo(e,t,n){fo(n)?Qo(e,t):e.insertBefore(t,n)}function Ho(e,t,n){e.replaceChild(t,n)}function Uo(e){for(var t;void 0!==(t=e.shift());)t()}Object.freeze(Fo);var Xo={},Ko={};function Go(e,t,n){var i=Xo[e],o=n.$EV;t?(i||(Ko[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=Zo;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 mo(e.composedPath)?e.composedPath()[0]:e.target}(e);for(;!xo(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(Yo(e),t),t}(e),Xo[e]=0),o||(o=n.$EV={}),o[e]||Xo[e]++,o[e]=t):o&&o[e]&&(Xo[e]--,1===i&&(document.removeEventListener(Yo(e),Ko[e]),Ko[e]=null),o[e]=t)}function Yo(e){return e.substr(2).toLowerCase()}function Zo(){this.cancelBubble=!0,this.immediatePropagationStopped||this.stopImmediatePropagation()}function Jo(e,t){var n=document.createElement("i");return n.innerHTML=t,n.innerHTML===e.innerHTML}function er(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 tr(e,t){var n=function(n){n.stopPropagation();var i=this.$V;if(i){var o=i.props||Fo,r=i.dom;if(vo(e))er(o,e,n);else for(var s=0;s<e.length;s++)er(o,e[s],n);if(mo(t)){var a=this.$V,l=a.props||Fo;t(l,r,!1,a)}}};return Object.defineProperty(n,"wrapped",{configurable:!1,enumerable:!1,value:!0,writable:!1}),n}function nr(e){return"checkbox"===e||"radio"===e}var ir=tr("onInput",sr),or=tr(["onClick","onChange"],sr);function rr(e){e.stopPropagation()}function sr(e,t){var n=e.type,i=e.value,o=e.checked,r=e.multiple,s=e.defaultValue,a=!fo(i);n&&n!==t.type&&t.setAttribute("type",n),fo(r)||r===t.multiple||(t.multiple=r),fo(s)||a||(t.defaultValue=s+""),nr(n)?(a&&(t.value=i),fo(o)||(t.checked=o)):a&&t.value!==i?(t.defaultValue=i,t.value=i):fo(o)||(t.checked=o)}function ar(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++)lr(n[o],t);else 2===i&&lr(n,t)}else lr(e,t)}function lr(e,t){var n=e.props||Fo,i=e.dom;i.value=n.value,ho(t)&&-1!==t.indexOf(n.value)||n.value===t?i.selected=!0:fo(t)&&fo(n.selected)||(i.selected=n.selected||!1)}rr.wrapped=!0;var cr=tr("onChange",ur);function ur(e,t,n,i){var o=Boolean(e.multiple);fo(e.multiple)||o===t.multiple||(t.multiple=o);var r=i.childFlags;if(!(1&r)){var s=i.children,a=e.value;if(n&&fo(a)&&(a=e.defaultValue),12&r)for(var l=0,c=s.length;l<c;l++)ar(s[l],a);else 2===r&&ar(s,a)}}var hr=tr("onInput",pr),dr=tr("onChange");function pr(e,t,n){var i=e.value,o=t.value;if(fo(i)){if(n){var r=e.defaultValue;fo(r)||r===o||(t.defaultValue=r,t.value=r)}}else o!==i&&(t.defaultValue=i,t.value=i)}function fr(e,t,n,i,o,r){64&e?sr(i,n):256&e?ur(i,n,o,t):128&e&&pr(i,n,o),r&&(n.$V=t)}function gr(e,t,n){64&e?function(e,t){nr(t.type)?(e.onchange=or,e.onclick=rr):e.oninput=ir}(t,n):256&e?function(e){e.onchange=cr}(t):128&e&&function(e,t){e.oninput=hr,t.onChange&&(e.onchange=dr)}(t,n)}function mr(e){return e.type&&nr(e.type)?!fo(e.checked):!fo(e.value)}function vr(e,t){yr(e),t&&e.dom&&(!function(e,t){e.removeChild(t)}(t,e.dom),e.dom=null)}function yr(e){var t=e.flags;if(481&t){var n=e.ref,i=e.props;mo(n)&&n(null);var o=e.children,r=e.childFlags;if(12&r?xr(o):2===r&&yr(o),!xo(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":Go(s,null,e.dom)}}else{var a=e.children;if(a)if(14&t){var l=e.ref;4&t?(mo(a.componentWillUnmount)&&a.componentWillUnmount(),mo(l)&&l(null),a.$UN=!0,a.$LI&&yr(a.$LI)):(!fo(l)&&mo(l.onComponentWillUnmount)&&l.onComponentWillUnmount(e.dom,e.props||Fo),yr(a))}else 1024&t&&vr(a,e.type)}}function xr(e){for(var t=0,n=e.length;t<n;t++)yr(e[t])}function br(e,t){xr(t),e.textContent=""}function _r(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 wr(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":Go(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=fo(n)?"":n;i[e]!==a&&(i[e]=a);break;case"dangerouslySetInnerHTML":var l=t&&t.__html||"",c=n&&n.__html||"";l!==c&&(fo(c)||Jo(i,c)||(xo(s)||(12&s.childFlags?xr(s.children):2===s.childFlags&&yr(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(mo(t)||fo(t)){var o=n[i];o&&o.wrapped||(n[i]=t)}else{var r=t.event;r&&mo(r)?n[i]=function(e,t){return function(n){e(t.data,n)}}(r,t):_o('an event on a VNode "'+e+'". was not a function or a valid linkEvent.')}}(e,n,i):fo(n)?i.removeAttribute(e):"style"===e?function(e,t,n){var i,o,r=n.style;if(vo(t))r.cssText=t;else if(fo(e)||vo(e))for(i in t)o=t[i],r[i]=yo(o)?_r(i,o):o;else{for(i in t)(o=t[i])!==e[i]&&(r[i]=yo(o)?_r(i,o):o);for(i in e)fo(t[i])&&(r[i]="")}}(t,n,i):o&&Vo[e]?i.setAttributeNS(Vo[e],e,n):i.setAttribute(e,n)}}function Cr(e,t,n,i,o){var r=!1,s=(448&t)>0;for(var a in s&&(r=mr(n))&&gr(t,i,n),n)wr(a,null,n[a],i,o,r,null);s&&fr(t,e,i,n,!0,r)}function kr(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===Fo&&(o.props=n),o.$UN=!1,mo(o.componentWillMount)){if(o.$BR=!0,o.componentWillMount(),o.$PSS){var r=o.state,s=o.$PS;if(xo(r))o.state=s;else for(var a in s)r[a]=s[a];o.$PSS=!1,o.$PS=null}o.$BR=!1}mo(Lo.beforeRender)&&Lo.beforeRender(o);var l,c=Er(o.render(n,o.state,i),e);return mo(o.getChildContext)&&(l=o.getChildContext()),fo(l)?o.$CX=i:o.$CX=Co(i,l),mo(Lo.afterRender)&&Lo.afterRender(o),o.$LI=c,o}function Er(e,t){return ho(e)&&_o("a valid Inferno VNode (or null) must be returned from a component render. You may have returned an array or an invalid object."),go(e)?e=jo():po(e)?e=Po(e,null):(e.dom&&(e=$o(e)),14&e.flags&&(e.parentVNode=t)),e}function Or(e,t,n,i){var o=e.flags;return 481&o?Rr(e,t,n,i):14&o?function(e,t,n,i,o){var r,s=e.type,a=e.props||Fo,l=e.ref;if(o){var c=kr(e,s,a,n);e.dom=r=Or(c.$LI,null,c.$CX,i),Mr(e,l,c),c.$UPD=!1}else{var u=Er(s(a,n),e);e.children=u,e.dom=r=Or(u,null,n,i),Ar(a,l,r)}xo(t)||Qo(t,r);return r}(e,t,n,i,(4&o)>0):512&o||16&o?Sr(e,t):1024&o?(Or(e.children,e.type,n,!1),e.dom=Sr(jo(),t)):void _o("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 Sr(e,t){var n=e.dom=document.createTextNode(e.children);return xo(t)||Qo(t,n),n}function Rr(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,fo(a)||""===a||(i?u.setAttribute("class",a):u.className=a),So(e),xo(t)||Qo(t,u),!(1&c)){var h=!0===i&&"foreignObject"!==e.type;2===c?Or(r,u,n,h):12&c&&Tr(r,u,n,h)}return xo(s)||Cr(e,o,s,u,i),vo(l)&&_o('string "refs" are not supported in Inferno 1.0. Use callback "refs" instead.'),mo(l)&&Pr(u,l),u}function Tr(e,t,n,i){for(var o=0,r=e.length;o<r;o++){var s=e[o];xo(s.dom)||(e[o]=s=$o(s)),Or(s,t,n,i)}}function Mr(e,t,n){mo(t)?t(n):po(t)?_o('string "refs" are not supported in Inferno 1.0. Use callback "refs" instead.'):!fo(t)&&function(e){return"object"==typeof e}(t)&&4&e.flags&&_o("functional component lifecycle events are not supported on ES2015 class components."),mo(n.componentDidMount)&&zo.push(function(e){return function(){e.$UPD=!0,e.componentDidMount(),e.$UPD=!1}}(n))}function Ar(e,t,n){fo(t)||(mo(t.onComponentWillMount)&&t.onComponentWillMount(e),mo(t.onComponentDidMount)&&zo.push(function(e,t,n){return function(){return e.onComponentDidMount(t,n)}}(t,n,e)))}function Pr(e,t){zo.push(function(){return t(e)})}function Dr(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){wo("Inferno hydration: Server-side markup doesn't match client-side markup or Initial render target is not empty");var c=Rr(e,null,n,i);e.dom=c,Ho(t.parentNode,c,t)}else{e.dom=t;var u=t.firstChild,h=e.childFlags;if(1&h)xo(t.firstChild)||function(e,t){return Boolean(t&&t.dangerouslySetInnerHTML&&t.dangerouslySetInnerHTML.__html&&Jo(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)xo(u)?Or(o,t,n,i):(d=u.nextSibling,$r(o,u,n,i),u=d);else if(12&h)for(var p=0,f=o.length;p<f;p++){var g=o[p];xo(u)?Or(g,t,n,i):(d=u.nextSibling,$r(g,u,n,i),u=d)}for(;u;)d=u.nextSibling,t.removeChild(u),u=d}xo(r)||Cr(e,a,r,t,i),fo(s)?""!==t.className&&t.removeAttribute("class"):i?t.setAttribute("class",s):t.className=s,mo(l)?Pr(t,l):vo(l)&&_o('string "refs" are not supported in Inferno 1.0. Use callback "refs" instead.')}}function $r(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||Fo;if(o){var l=kr(e,r,a,n),c=l.$LI;$r(c,t,l.$CX,i),e.dom=c.dom,Mr(e,s,l),l.$UPD=!1}else{var u=Er(r(a,n),e);$r(u,t,n,i),e.children=u,e.dom=u.dom,Ar(a,s,t)}}(e,t,n,i,(4&o)>0):481&o?Dr(e,t,n,i):16&o?function(e,t){if(3!==t.nodeType){var n=Sr(e,null);e.dom=n,Ho(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:(_o('hydrate() expects a valid VNode, instead it received an object with the type "'+typeof e+'".'),_o())}function jr(e,t,n,i,o){yr(e),Ho(n,Or(t,null,i,o),e.dom)}function Ir(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||Fo;if((a=u||Fo)!==Fo)for(var f in(h=(448&r)>0)&&(d=mr(a)),a){var g=p[f],m=a[f];g!==m&&wr(f,g,m,l,o,d,e)}if(p!==Fo)for(var v in p)a.hasOwnProperty(v)||fo(p[v])||wr(v,p[v],null,l,o,d,e)}var y=e.children,x=t.children,b=t.ref,_=e.className,w=t.className;So(t),4096&r?function(e,t){e.textContent!==t.children&&(e.textContent=t.children)}(l,x):Br(e.childFlags,t.childFlags,y,x,l,i,o&&"foreignObject"!==s),h&&fr(r,t,l,a,!1,d),_!==w&&(fo(w)?l.removeAttribute("class"):o?l.setAttribute("class",w):l.className=w),mo(b)&&e.ref!==b?Pr(l,b):vo(b)&&_o('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||Fo;if(r){var u=e.children;u.$UPD=!0,u.$V=t,Lr(u,u.state,t,c,n,i,o,!1,!1),u.$UPD=!1}else{var h=!0,d=e.props,p=t.ref,f=!fo(p),g=e.children;if(t.dom=e.dom,t.children=g,f&&mo(p.onComponentShouldUpdate)&&(h=p.onComponentShouldUpdate(d,c)),!1!==h){f&&mo(p.onComponentWillUpdate)&&p.onComponentWillUpdate(d,c);var m=s(c,i);m!==co&&(Ir(g,m=Er(m,t),n,i,o),t.children=m,t.dom=m.dom,f&&mo(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(Br(e.childFlags,t.childFlags,e.children,r,i,n,!1),t.dom=e.dom,i!==o&&!go(r)){var s=r.dom;i.removeChild(s),o.appendChild(s)}}(e,t,i)}function Br(e,t,n,i,o,r,s){switch(e){case 2:switch(t){case 2:Ir(n,i,o,r,s);break;case 1:vr(n,o);break;default:vr(n,o),Tr(i,o,r,s)}break;case 1:switch(t){case 2:Or(i,o,r,s);break;case 1:break;default:Tr(i,o,r,s)}break;default:if(12&t){var a=n.length,l=i.length;0===a?l>0&&Tr(i,o,r,s):0===l?br(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=$o(p)),Ir(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=$o(p)),Ir(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=$o(p)),h++,Wo(n,Or(p,null,i,o),f)}else if(h>u)for(;h<=c;)vr(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;)vr(e[g++],n);w>h?_=!0:w=h,p.dom&&(t[h]=p=$o(p)),Ir(d,p,n,i,o),C++;break}!b&&h>u&&vr(d,n)}else b||vr(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;)vr(e[g++],n);p=t[h],x[h-m]=a+1,w>h?_=!0:w=h,p.dom&&(t[h]=p=$o(p)),Ir(d,p,n,i,o),C++}else b||vr(d,n);else b||vr(d,n)}if(b)br(n,e),Tr(t,n,i,o);else if(_){var E=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=E.length-1,a=y-1;a>=0;a--)0===x[a]?((p=t[w=a+m]).dom&&(t[w]=p=$o(p)),l=w+1,Wo(n,Or(p,null,i,o),l<s?t[l].dom:null)):h<0||a!==E[h]?(l=(w=a+m)+1,Wo(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=$o(p)),l=w+1,Wo(n,Or(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]=$o(a)),Ir(l,a,n,i,o),e[u]=a;if(r<s)for(u=c;u<s;u++)(a=t[u]).dom&&(a=t[u]=$o(a)),Or(a,n,i,o);else if(r>s)for(u=c;u<r;u++)vr(e[u],n)}(n,i,o,r,s,a,l)}else 1===t?br(o,n):2===t&&(br(o,n),Or(i,o,r,s))}}function Lr(e,t,n,i,o,r,s,a,l){var c,u=e.state,h=e.props;if(n.children=e,e.$UN)wo("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===Fo){if(!l&&mo(e.componentWillReceiveProps)){if(e.$BR=!0,e.componentWillReceiveProps(i,r),e.$UN)return;e.$BR=!1}e.$PSS&&(t=Co(t,e.$PS),e.$PSS=!1,e.$PS=null)}var d=Boolean(e.shouldComponentUpdate);if(a||!d||d&&e.shouldComponentUpdate(i,t,r)){mo(e.componentWillUpdate)&&(e.$BS=!0,e.componentWillUpdate(i,t,r),e.$BS=!1),e.props=i,e.state=t,e.context=r,mo(Lo.beforeRender)&&Lo.beforeRender(e),c=e.render(i,t,r),mo(Lo.afterRender)&&Lo.afterRender(e);var p,f=c!==co;if(mo(e.getChildContext)&&(p=e.getChildContext()),p=fo(p)?r:Co(r,p),e.$CX=p,f){var g=e.$LI,m=Er(c,n);Ir(g,m,o,p,s),e.$LI=m,mo(e.componentDidUpdate)&&e.componentDidUpdate(h,u)}}else e.props=i,e.state=t,e.context=r;n.dom=e.$LI.dom}}uo&&null===document.body&&wo('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 Nr=uo?document.body:null;function qr(e,t,n){if(Nr===t&&_o('you cannot render() to the "document.body". Use an empty element as a container instead.'),e!==co){var i=t.$V;return fo(i)?go(e)||(e.dom&&(e=$o(e)),xo(t.firstChild)?(Or(e,t,Fo,!1),t.$V=e):function(e,t,n){var i=t.firstChild;if(!xo(i))for(go(e)||$r(e,i,Fo,!1),i=t.firstChild;i=i.nextSibling;)t.removeChild(i);zo.length>0&&Uo(zo),t.$V=e,mo(n)&&n()}(e,t),i=e):fo(e)?(vr(i,t),t.$V=null):(e.dom&&(e=$o(e)),Ir(i,e,t,Fo,!1),i=t.$V=e),zo.length>0&&Uo(zo),mo(n)&&n(),mo(Lo.renderComplete)&&Lo.renderComplete(i),i&&14&i.flags?i.children:void 0}}var Vr="undefined"==typeof Promise?null:Promise.resolve(),Fr="undefined"==typeof requestAnimationFrame?setTimeout:requestAnimationFrame.bind(window);function zr(e,t,n,i){mo(t)&&(t=t(e.state,e.props,e.context));var o,r=e.$PS;if(fo(r))e.$PS=t;else for(var s in t)r[s]=t[s];if(e.$PSS||e.$BR)e.$PSS=!0,e.$BR&&mo(n)&&zo.push(n.bind(e));else if(e.$UPD){var a=e.$QU;xo(a)&&(a=e.$QU=[],o=function(e,t){return function(){e.$QU=null,e.$UPD=!0,Qr(e,!1,function(){for(var n=0,i=t.length;n<i;n++)t[n].call(e)}),e.$UPD=!1}}(e,a),Vr?Vr.then(o):Fr(o)),mo(n)&&a.push(n)}else e.$PSS=!0,e.$UPD=!0,Qr(e,i,n),e.$UPD=!1}function Qr(e,t,n){if(!e.$UN){if(t||!e.$BR){e.$PSS=!1;var i=e.$PS,o=Co(e.state,i),r=e.props,s=e.context;e.$PS=null;var a=e.$V,l=e.$LI;if(Lr(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;!xo(a=a.parentVNode);)(14&a.flags)>0&&(a.dom=c);zo.length>0&&Uo(zo)}else e.state=e.$PS,e.$PS=null;mo(n)&&n.call(e)}}var Wr=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||Fo,this.context=t||Fo}var t=e.prototype;return t.forceUpdate=function(e){this.$UN||zr(this,{},e,!0)},t.setState=function(e,t){this.$UN||(this.$BS?_o("cannot update state via setState() in componentWillUpdate() or constructor."):zr(this,e,t,!1))},t.render=function(e,t,n){},e}();Wr.defaultProps=void 0;var Hr=function(){};console.info("Inferno is in development mode."),-1===(Hr.name||Hr.toString()).indexOf("testFn")&&wo("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 Ur='<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>';
/**
* Adds the project logo to the diagram container as
* required by the bpmn.io license.
*
* @see http://bpmn.io/license
*
* @param {Element} container
*/function Xr(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;">'+Ur+"</a>");e.appendChild(t),ht.bind(t,"click",function(e){!function(){Yr||(Yr=Ze(Zr),pt.bind(Yr,".backdrop","click",function(e){document.body.removeChild(Yr)}));document.body.appendChild(Yr)}(),e.preventDefault()})}class Kr extends Wr{constructor(e,t){super(e,t),this.node=null}componentDidMount(){Xr(this.node)}render(){return Mo(1,"div",null,null,1,null,null,e=>this.node=e)}}function Gr(e){return e.join(";")}var Yr,Zr='<div class="bjs-powered-by-lightbox" style="'+Gr(["z-index: 1001","position: fixed","top: 0","left: 0","right: 0","bottom: 0"])+'"><div class="backdrop" style="'+Gr(["width: 100%","height: 100%","background: rgba(40,40,40,0.2)"])+'"></div><div class="notice" style="'+Gr(["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;">'+Ur+'</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 Jr=new Mt,es="hsl(225, 10%, 15%)";function ts(e,t,n,i,o,r){Kt.call(this,t);var a=Jr.next(),l=i.computeStyle,c={},u=e&&e.defaultFillColor||"white",h=e&&e.defaultStrokeColor||es,d=e&&e.defaultLabelColor;function p(e,t,n){var i=e+"-"+is(t)+"-"+is(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),Gt(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"),Gt(r._svg,a)),Gt(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:es,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),Gt(e,a),a}function m(e,t,n){var i=o.createText(t||"",n);return tt(i,"class","djs-label"),Gt(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:ss(t,d,h)}},i))}function y(e,t,n){n=l(n,["no-fill"],{strokeWidth:2,stroke:es});var i=cn("path");return Jt(i,{d:t}),Jt(i,n),Gt(e,i),i}var x={"dmn:Decision":function(e,t){var n=g(e,t.width,t.height,0,{stroke:os(t,h),fill:rs(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:rs(t,u),stroke:os(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:rs(t,u),stroke:os(t,h)});return v(e,t,"center-middle"),i},"dmn:InputData":function(e,t){var n=g(e,t.width,t.height,22,{stroke:os(t,h),fill:rs(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:os(t,h)}),m(e,ns(t).text||"",{style:{fill:ss(t,d,h)},box:t,align:"left-top",padding:5}),i},"dmn:Association":function(e,t){var n=ns(t),i=rs(t,u),o=os(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=rs(t,u),i=os(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=rs(t,u),i=os(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=rs(t,u),i=os(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=Tn(t,n=l(n,["no-fill"],{stroke:es,strokeWidth:2,fill:"none"}));return Gt(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 ns(e){return e.businessObject}function is(e){return e.replace(/[^0-9a-zA-z]+/g,"_")}function os(e,t){return t}function rs(e,t){return t}function ss(e,t,n){return t||os(0,n)}Lt(ts,Kt),ts.$inject=["config.drdRenderer","eventBus","pathMap","styles","textRenderer","canvas"];var as={width:150,height:50};var ls=null;function cs(e){if(null!=e)return"number"==typeof e||/^-?\d+(\.\d+)?$/.test(e)?e+"px":e}function us(e,t){var n=(ls||(ls=document.createElement("canvas").getContext("2d")),ls);if(!n)return{width:0,height:0};n.font=function(e){var t=[];return e.fontStyle&&t.push(e.fontStyle),e.fontVariant&&t.push(e.fontVariant),e.fontWeight&&t.push(e.fontWeight),e.fontStretch&&t.push(e.fontStretch),t.push(cs(e.fontSize)||"12px"),t.push(e.fontFamily||"sans-serif"),t.join(" ")}(t),"letterSpacing"in n&&(n.letterSpacing=cs(t.letterSpacing)||"0px");var i=""===e,o=i?"dummy":e.replace(/\s+$/,""),r=n.measureText(o);return{width:i?0:r.width,height:"fontBoundingBoxAscent"in r?r.fontBoundingBoxAscent+r.fontBoundingBoxDescent:r.actualBoundingBoxAscent+r.actualBoundingBoxDescent}}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:as,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){for(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;c.length;)u.push(hs(c,h,i));"middle"===o.vertical&&(r.top=r.bottom=0);var d=f(u,function(e,t,n){return e+(l||t.height)},0)+r.top+r.bottom,g=f(u,function(e,t,n){return t.width>e?t.width:e},0),m=r.top;"middle"===o.vertical&&(m+=(n.height-d)/2),m-=(l||u[0].height)/4;var v=cn("text");return Jt(v,i),p(u,function(e){var t;switch(m+=l||e.height,o.horizontal){case"left":t=r.left;break;case"right":t=(a?g:h)-r.right-e.width;break;default:t=Math.max(((a?g:h)-e.width)/2+r.left,0)}var n=cn("tspan");Jt(n,{x:t,y:m}),n.textContent=e.text,Gt(v,n)}),{dimensions:{width:g,height:d},element:v}};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",ts],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 Es(e){e&&"function"==typeof e.stopPropagation&&e.stopPropagation()}function Os(e){return e.originalEvent||e.srcEvent}function Ss(e){Es(e),Es(Os(e))}function Rs(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 Ts(){return/mac/i.test(navigator.platform)}function Ms(e,t){return(Os(e)||e).button===t}function As(e){return Ms(e,0)}function Ps(e){var t=Os(e)||e;return!!As(e)&&(Ts()?t.metaKey:t.ctrlKey)}function Ds(e){var t=Os(e)||e;return As(e)&&t.shiftKey}function $s(e){return!0}function js(e){return As(e)||function(e){return Ms(e,1)}(e)}function Is(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":js,"element.mouseup":js,"element.click":js,"element.dblclick":js};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){Gt(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=Tn(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}Is.$inject=["eventBus","elementRegistry","styles"];var Bs={__init__:["interactionEvents"],interactionEvents:["type",Is]};function Ls(e,t){this._eventBus=e,this._canvas=t,this._selectedElements=new Set;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){if(this._selectedElements.has(e)){var t=this.get();this._selectedElements.delete(e),this._eventBus.fire("selection.changed",{oldSelection:t,newSelection:this.get()})}},Ls.prototype.get=function(){return Array.from(this._selectedElements)},Ls.prototype.isSelected=function(e){return this._selectedElements.has(e)},Ls.prototype.select=function(e,t){var n=this.get();r(e)||(e=e?[e]:[]);var i=this._canvas,o=i.getRootElement();e=e.filter(function(e){var t=i.findRoot(e);return o===t}),t?p(e,e=>{this._selectedElements.add(e)}):this._selectedElements=new Set(e),this._eventBus.fire("selection.changed",{oldSelection:n,newSelection:this.get()})};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){function t(e){i(e,qs)}function o(e){n(e,qs)}var r=new Set(e.oldSelection),s=new Set(e.newSelection);for(let e of r)s.has(e)||t(e);for(let e of s)r.has(e)||o(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 Qs={__init__:["selectionVisuals","selectionBehavior"],__depends__:[Bs],selection:["type",Ls],selectionVisuals:["type",Vs],selectionBehavior:["type",Fs]};function Ws(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(1e9*Math.random())+"-"}Ws.prototype.next=function(){return this._prefix+ ++this._counter};var Hs=new Ws("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 Gs(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=Dn(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?Dn(r).width:r.width,s=-1*i.right+t);void 0!==i.bottom&&(n=r.waypoints?Dn(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(",")+")";Gs(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+")"),Gs(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 Ys={__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(It(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__:[Ys,ks],__init__:["drillDown"],drillDown:["type",na]};
/**
* The code in the <project-logo></project-logo> area
* must not be changed.
*
* @see http://bpmn.io/license for more information.
*/const oa="djs-outline-hidden";function ra(e){this._container=this._createContainer(),Xr(this._container),this._init(this._container,e)}function sa(e){return{x:e.x+e.width/2,y:e.y+e.height/2}}function aa(e,t){return{x:e.x-t.x,y:e.y-t.y}}function la(e){return Math.log(e)/Math.log(10)}function ca(e,t){var n=la(e.min),i=la(e.max);return(Math.abs(n)+Math.abs(i))/t}Lt(ra,so),ra.prototype.saveSVG=yt(function(e){var t=this;return new Promise(function(e){var n,i=t.get("canvas"),o=i.getActiveLayer(),r=gt("defs",i._svg),s=xn(o),a=r&&r.outerHTML||"",l=i.getContainer();it(l).add(oa);try{n=o.getBBox()}finally{it(l).remove(oa)}var c=n.x-5,u=n.y-5,h=n.width+10,d=n.height+10;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="'+h+'" height="'+d+'" viewBox="'+c+" "+u+" "+h+" "+d+'" version="1.1">'+a+s+"</svg>"})})}),ra.prototype.getModules=function(){return this._modules},ra.prototype.destroy=function(){so.prototype.destroy.call(this),vt(this._container)},ra.prototype.on=function(e,t,n,i){return this.get("eventBus").on(e,t,n,i)},ra.prototype.off=function(e,t){this.get("eventBus").off(e,t)},ra.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||[]]};so.call(this,r),t&&t.container&&this.attachTo(t.container)},ra.prototype._emit=function(e,t){return this.get("eventBus").fire(e,t)},ra.prototype._createContainer=function(){return Ze('<div class="dmn-drd-container"></div>')},ra.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 lo({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:[]})})},ra.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()},ra.prototype.detach=function(){var e=this._container,t=e.parentNode;t&&(this._emit("detach",{}),t.removeChild(e))},ra.prototype._modules=[Cs,ks,Qs,Ys,ea,ia];var ua=Math.sign||function(e){return e>=0?1:-1},ha={min:.2,max:4};function da(e,t,n){e=e||{},this._enabled=!1,this._canvas=n,this._container=n._container,this._handleWheel=T(this._handleWheel,this),this._totalDelta=0,this._scale=e.scale||.75;var i=this;t.on("canvas.mouseover",function(){i._init(!1!==e.enabled)}),t.on("canvas.mouseout",function(){i._init(!1)})}da.$inject=["config.zoomScroll","eventBus","canvas"],da.prototype.scroll=function(e){this._canvas.scroll(e)},da.prototype.reset=function(){this._canvas.zoom("fit-viewport")},da.prototype.zoom=function(e,t){var n=ca(ha,20);this._totalDelta+=e,Math.abs(this._totalDelta)>.1&&(this._zoom(e,t,n),this._totalDelta=0)},da.prototype._handleWheel=function(e){if(this._enabled){var t=this._container;e.preventDefault();var n,i=e.ctrlKey||Ts()&&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))*ua(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)}},da.prototype.stepZoom=function(e,t){var n=ca(ha,10);this._zoom(e,t,n)},da.prototype._zoom=function(e,t,n){var i=this._canvas,o=e>0?1:-1,r=la(i.zoom()),s=Math.round(r/n)*n;s+=n*o;var a,l,c=Math.pow(10,s);i.zoom((a=ha,l=c,Math.max(a.min,Math.min(a.max,l))),t)},da.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},da.prototype._init=function(e){this.toggle(e)};var pa={__init__:["zoomScroll"],zoomScroll:["type",da]},fa=/^djs-cursor-.*$/;function ga(e){var t=it(document.body);t.removeMatching(fa),e&&t.add("djs-cursor-"+e)}function ma(){ga(null)}function va(e,t){function n(){return!1}return t=t||"element.click",e.once(t,5e3,n),function(){e.off(t,n)}}function ya(e,t){var n;function i(e){return s(e.originalEvent)}function o(i){var o,r=n.start,s=n.button,a=Rs(i),l=aa(a,r);(!n.dragging&&(o=l,Math.sqrt(Math.pow(o.x,2)+Math.pow(o.y,2))>15)&&(n.dragging=!0,0===s&&va(e),ga("grab")),n.dragging)&&(l=aa(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,ma()}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:Rs(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}}ya.$inject=["eventBus","canvas"];var xa={__init__:["moveCanvas"],moveCanvas:["type",ya]};function ba(e){return CSS.escape(e)}var _a={"&":"&","<":"<",">":">",'"':""","'":"'"};var wa=["c","C"],Ca=["v","V"],ka=["d","D"],Ea=["x","X"],Oa=["y","Y"],Sa=["z","Z"];function Ra(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 Ma(e){return e.shiftKey}function Aa(e){return Ra(e)&&!Ma(e)&&Ta(Sa,e)}function Pa(e){return Ra(e)&&(Ta(Oa,e)||Ta(Sa,e)&&Ma(e))}function Da(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(Da.INPUT_SELECTOR,this._container),this._resultsContainer=gt(Da.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 $a(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 _a[e]}),o=e.match||e.matched;t+=o?'<b class="'+Da.RESULT_HIGHLIGHT_CLASS+'">'+i+"</b>":i}),""!==t?t:null}(t),o=Ze(n);o.innerHTML=i,e.appendChild(o)}Da.$inject=["canvas","eventBus","selection","translate"],Da.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,Da.INPUT_SELECTOR,"click",function(e){e.stopPropagation(),e.delegateTarget.focus()}),t(this._container,Da.RESULT_SELECTOR,"mouseover",function(t){t.stopPropagation(),e._scrollToNode(t.delegateTarget),e._preselect(t.delegateTarget)}),t(this._container,Da.RESULT_SELECTOR,"click",function(t){t.stopPropagation(),e._select(t.delegateTarget)}),t(this._container,Da.INPUT_SELECTOR,"keydown",function(e){Ta("ArrowUp",e)&&e.preventDefault(),Ta("ArrowDown",e)&&e.preventDefault()}),t(this._container,Da.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))})},Da.prototype._unbindEvents=function(){this._eventMaps.forEach(function(e){pt.unbind(e.el,e.type,e.listener)})},Da.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(Da.RESULT_SELECTOR,this._resultsContainer);this._scrollToNode(i),this._preselect(i)}else this._selection.select(null)}},Da.prototype._scrollToDirection=function(e){var t=this._getCurrentResult();if(t){var n=e?t.previousElementSibling:t.nextElementSibling;n&&(this._scrollToNode(n),this._preselect(n))}},Da.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)}},Da.prototype._clearResults=function(){rt(this._resultsContainer),this._results={},this._eventBus.fire("searchPad.cleared")},Da.prototype._getCurrentResult=function(){return gt(Da.RESULT_SELECTED_SELECTOR,this._resultsContainer)},Da.prototype._createResultNode=function(e,t){var n=Ze(Da.RESULT_HTML);return e.primaryTokens.length>0&&$a(n,e.primaryTokens,Da.RESULT_PRIMARY_HTML),$a(n,e.secondaryTokens,Da.RESULT_SECONDARY_HTML),tt(n,Da.RESULT_ID_ATTRIBUTE,t),this._resultsContainer.appendChild(n),n},Da.prototype.registerProvider=function(e){this._searchProvider=e},Da.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"))},Da.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())},Da.prototype.toggle=function(){this.isOpen()?this.close():this.open()},Da.prototype.isOpen=function(){return this._open},Da.prototype._preselect=function(e){var t=this._getCurrentResult();if(e!==t){t&&it(t).remove(Da.RESULT_SELECTED_CLASS);var n=tt(e,Da.RESULT_ID_ATTRIBUTE),i=this._results[n].element;it(e).add(Da.RESULT_SELECTED_CLASS),this._canvas.scrollToElement(i,{top:300}),this._selection.select(i),this._eventBus.fire("searchPad.preselected",i)}},Da.prototype._select=function(e){var t=tt(e,Da.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)},Da.prototype._getBoxHtml=function(){const e=Ze(Da.BOX_HTML),t=gt(Da.INPUT_SELECTOR,e);return t&&t.setAttribute("aria-label",this._translate("Search in diagram")),e},Da.CONTAINER_SELECTOR=".djs-search-container",Da.INPUT_SELECTOR=".djs-search-input input",Da.RESULTS_CONTAINER_SELECTOR=".djs-search-results",Da.RESULT_SELECTOR=".djs-search-result",Da.RESULT_SELECTED_CLASS="djs-search-result-selected",Da.RESULT_SELECTED_SELECTOR="."+Da.RESULT_SELECTED_CLASS,Da.RESULT_ID_ATTRIBUTE="data-result-id",Da.RESULT_HIGHLIGHT_CLASS="djs-search-highlight",Da.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>',Da.RESULT_HTML='<div class="djs-search-result"></div>',Da.RESULT_PRIMARY_HTML='<div class="djs-search-result-primary"></div>',Da.RESULT_SECONDARY_HTML='<p class="djs-search-result-secondary"></p>';var ja={__depends__:[ks,Ys,Qs],searchPad:["type",Da]};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 La(e,t,n){this._elementRegistry=e,this._canvas=n,t.registerProvider(this)}function Na(e){return d(e,function(e){return!!e.matched}).length>0}function qa(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}La.$inject=["elementRegistry","searchPad","canvas"],La.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:qa(Ba(t),e),secondaryTokens:qa(t.id,e),element:t}}),n=d(n,function(e){return Na(e.primaryTokens)||Na(e.secondaryTokens)}),n=w(n,function(e){return Ba(e.element)+e.element.id}),n};var Va={__depends__:[ja],__init__:["dmnSearch"],dmnSearch:["type",La]};function Fa(e){ra.call(this,e)}function za(e){return e&&e[e.length-1]}function Qa(e){return e.y}function Wa(e){return e.x}Lt(Fa,ra),Fa.prototype._navigationModules=[pa,xa,Va],Fa.prototype._modules=[].concat(Fa.prototype._modules,Fa.prototype._navigationModules);var Ha={left:Wa,center:Wa,right:function(e){return e.x+e.width},top:Qa,middle:Qa,bottom:function(e){return e.y+e.height}};function Ua(e,t){this._modeling=e,this._rules=t}Ua.$inject=["modeling","rules"],Ua.prototype._getOrientationDetails=function(e){var t="x",n="width";return-1!==["top","bottom","middle"].indexOf(e)&&(t="y",n="height"),{axis:t,dimension:n}},Ua.prototype._isType=function(e,t){return-1!==t.indexOf(e)},Ua.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=za(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]=za(n).center,l;i=t[0],o=za(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},Ua.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,Ha[t]),a=this._alignmentPosition(t,s);i.alignElements(s,a)}};var Xa={__init__:["alignElements"],alignElements:["type",Ua]};function Ka(e,t,n,i){for(var o;o=Ga(e,n,t);)n=i(t,n,o);return n}function Ga(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"===Mi(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 Za(){return!0}function Ja(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=Ti(e),r=Oi(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 el(e,t){e.on("autoPlace.end",500,function(e){t.select(e.shape)})}Ja.$inject=["eventBus","modeling","canvas"],el.$inject=["eventBus","selection"];var tl={__init__:["autoPlaceSelectionBehavior"],autoPlace:["type",Ja],autoPlaceSelectionBehavior:["type",el]},nl={width:135,height:46},il={width:180,height:80},ol={width:125,height:45},rl={width:100,height:63};function sl(e){eo.call(this),this._drdFactory=e}Lt(sl,eo),sl.$inject=["drdFactory"],sl.prototype.baseCreate=eo.prototype.create,sl.prototype.create=function(e,t){return this.createDrdElement(e,t)},sl.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)},sl.prototype._getDefaultSize=function(e){return At(e,"dmn:BusinessKnowledgeModel")?nl:At(e,"dmn:Decision")?il:At(e,"dmn:InputData")?ol:At(e,"dmn:KnowledgeSource")?rl:{width:100,height:80}};var al="left",ll="right",cl=60,ul=il.width;function hl(e,t){return At(t,"dmn:TextAnnotation")?function(e,t){var n=Oi(e),i={x:n.right+t.width/2,y:n.top-50-t.height/2};return Ka(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=Oi(e),i=Ti(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?Oi(e).top-Oi(t).bottom:"center"===a?Oi(e).top-Ti(t).y:Oi(e).top-Oi(t).top:"w"===i?"start"===a?Oi(e).left-Oi(t).right:"center"===a?Oi(e).left-Ti(t).x:Oi(e).left-Oi(t).left:"s"===i?"start"===a?Oi(t).top-Oi(e).bottom:"center"===a?Ti(t).y-Oi(e).bottom:Oi(t).bottom-Oi(e).bottom:"start"===a?Oi(t).left-Oi(e).right:"center"===a?Ti(t).x-Oi(e).right:Oi(t).right-Oi(e).right}o||(o=Za);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:dl,reference:"center"}),s={x:i.x,y:n.bottom+r};return Ka(e,t,s,function(e){var t,n,i=Ti(e);return function(e,o,r){var s;return t?(o.x<i.x?t=r:n=r,s=pl(i,Ti(t))<pl(i,Ti(n))?al:ll):(t=r,n=r,s=Ti(r).x-i.x>0?al:ll),s===al?{x:Math.min(Ti(t).x-ul-cl,Oi(t).left-cl-e.width/2),y:o.y}:{x:Math.max(Ti(n).x+ul+cl,Oi(n).right+cl+e.width/2),y:o.y}}}(e))}(e,t):void 0}function dl(e){return!At(e,"dmn:Association")}function pl(e,t){return Math.abs(t.x-e.x)}function fl(e){e.on("autoPlace",function(e){var t=e.shape;return hl(e.source,t)})}fl.$inject=["eventBus"];var gl={__depends__:[tl],__init__:["dmnAutoPlace"],dmnAutoPlace:["type",fl]};function ml(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=Rs(e),function(e){return st(e,"svg, .djs-element",!0)}(document.elementFromPoint(t.x,t.y))}}ml.$inject=["elementRegistry","eventBus","injector"];var vl={__init__:["hoverFix"],hoverFix:["type",ml]},yl=Math.round,xl="djs-drag-active";function bl(e){e.preventDefault()}function _l(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=Rs(e),d=aa(h,u),p=o.localStart,f=s(h),m=aa(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:yl(p.x+c.x),y:yl(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&&ga(o.cursor),t.addMarker(t.getRootElement(),xl)}Ss(e),o.active&&(M(l,{x:yl(f.x+c.x),y:yl(f.y+c.y),dx:yl(m.x),dy:yl(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)&&(bl(e),g())}function h(t){var n;o.active&&(n=va(e),setTimeout(n,400),bl(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"),ma(),m=o.trapClick?h:c,ht.unbind(document,"mousemove",l),ht.unbind(document,"dragstart",bl),ht.unbind(document,"selectstart",bl),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(),xl);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||{};if(b=m.trapClick?h:c,t?(v=Os(t)||t,y=Rs(t),Ss(t),"dragstart"===v.type&&bl(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:aa(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",bl),ht.bind(document,"selectstart",bl),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)),!1===a("init"))return g(),!1;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)}}_l.$inject=["eventBus","canvas","selection","elementRegistry"];var wl={__depends__:[vl,Qs],dragging:["type",_l]};function Cl(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 kl(e,t,n){return t<e&&e<n}Cl.$inject=["config.autoScroll","eventBus","canvas"],Cl.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++)kl(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))},Cl.prototype.stopScroll=function(){clearTimeout(this._scrolling)},Cl.prototype.setOptions=function(e){this._opts=M({},this._opts,e)},Cl.prototype._toBorderPoint=function(e){var t=this._canvas._container.getBoundingClientRect(),n=Rs(e.originalEvent);return{x:n.x-t.left,y:n.y-t.top}};var El={__depends__:[wl],__init__:["autoScroll"],autoScroll:["type",Cl]};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 Sl={__init__:["rules"],rules:["type",Ol]},Rl=Math.round,Tl=Math.max;function Ml(e,t){return function(e,t){var n,i;for(n=0;i=e[n];n++)if(zn(i,t)<=10)return{point:e[n],bendpoint:!0,index:n};return null}(e,t)||function(e,t){var n,i,o=vi(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:Rl(r.x+s.x)/2,y:Rl(r.y+s.y)/2},index:r.segment2}:{point:{x:Rl(r.x),y:Rl(r.y)},index:r.segment2}:null}(e,t)}function Al(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 Pl(e,t){var n,i=Al(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 Dl="djs-bendpoint",$l="djs-segment-dragger";function jl(e,t,n){var i=function(e,t){var n,i=Rs(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 Ml(t,i)}function Il(e,t){var n=cn("g");tn(n).add(Dl),Gt(e,n);var i=cn("circle");Jt(i,{cx:0,cy:0,r:4}),tn(i).add("djs-visual"),Gt(n,i);var o=cn("circle");return Jt(o,{cx:0,cy:0,r:10}),tn(o).add("djs-hit"),Gt(n,o),t&&tn(n).add(t),n}function Bl(e,t,n,i){var o=cn("g");Gt(e,o);var r=function(e,t,n){var i=t.x-e.x,o=t.y-e.y;return Nl("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"),Gt(o,s);var a=cn("rect");return Jt(a,{x:-r/2,y:-8.5,width:r,height:17}),tn(a).add("djs-hit"),Gt(o,a),function(e,t){var n=pn();n.setRotate(t,0,0),wn(e,n)}(o,"v"===i?90:0),o}function Ll(e,t,n){var i=cn("g"),o=Un(t,n),r=Wn(t,n);return Gt(e,i),Bl(i,t,n,r),tn(i).add($l),tn(i).add("h"===r?"horizontal":"vertical"),no(i,o.x,o.y),i}function Nl(e){return Math.abs(Math.round(2*e/3))}function ql(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=Pl(e,[i[r],i[r+1]]);s<o&&(o=s,n=r)}return[i[n],i[n+1]]}(e,t);return Al(e,n)}function Vl(e,t,n,i,o){function r(e,n){var r,s,a=n.waypoints,l=jl(t,a,e);if(l)return r=function(e,t){var n,i,o=e.waypoints;return t.index<=0||t.bendpoint?null:(i=Wn((n={start:o[t.index-1],end:o[t.index]}).start,n.end))?Nl("h"===i?n.end.x-n.start.x:n.end.y-n.start.y)/2:null}(n,l),s=function(e,t,n){var i,o,r,s,a,l,c=e.index,u=e.point;return!(c<=0||e.bendpoint)&&(r=Un(i=t[c-1],o=t[c]),s=Wn(i,o),a=Math.abs(u.x-r.x),l=Math.abs(u.y-r.y),s&&a<=n&&l<=n)}(l,a,r)?o.start(e,n,l.index):i.start(e,n,l.index,!l.bendpoint),!1!==s||void 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="'+ba(e.id)+'"]',i);return!o&&n&&(Jt(o=cn("g"),{"data-element-id":e.id}),tn(o).add("djs-bendpoints"),Gt(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);Gt(e,i),no(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++)Wn(n=r[a-1],i=r[a])&&(Jt(o=Ll(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("."+$l,e),function(e){bn(e)})}(t),function(e){p(mt("."+Dl,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=Un(s,a),h=Wn(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}),no(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=jl(t,r,e.originalEvent)))return;!function(e,t){var n=gt(".floating",e),i=t.point;n&&(no(n,i.x,i.y),tn(n).add("positioned"))}(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)}),e.on("element.out",function(e){var t=e.element;if(t.waypoints){var n=a(t);if(n){var i=gt(".floating",n);i&&tn(i).remove("positioned")}}}),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}Vl.$inject=["eventBus","canvas","interactionEvents","bendpointMove","connectionSegmentMove"];var Fl=Math.round,zl="reconnectStart",Ql="reconnectEnd",Wl="updateWaypoints";function Hl(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:Ql:zl)===Wl?"connection.updateWaypoints":"connection.reconnect",p=o.allowed(d,{connection:t,source:c,target:u});if(!1===p&&(p=o.allowed(d,{connection:t,source:u,target:c})),!1!==p)return 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===zl?a:r,target:l===Ql?a:s}))return n.source=l===zl?a:r,void(n.target=l===Ql?a:s);!1===t&&(t=n.allowed=o.allowed(c,{connection:i,source:l===Ql?a:s,target:l===zl?a:r})),t&&(n.source=l===Ql?a:s,n.target=l===zl?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:Fl(e.x),y:Fl(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===zn(t,i=e[o+1])||Qn(n,i,t)?e.splice(o,1):o++;return e}(a),h)):(u===zl?(h.docking="source",Ul(t)&&(h.docking="target",h.newWaypoints=a.reverse())):u===Ql&&(h.docking="target",Ul(t)&&(h.docking="source",h.newWaypoints=a.reverse())),r.reconnect(o,l,c,d,h))},this)}function Ul(e){var t=e.hover,n=e.source,i=e.target,o=e.type;return o===zl?t&&i&&t===i&&n!==i:o===Ql?t&&n&&t===n&&n!==i:void 0}Hl.$inject=["injector","eventBus","canvas","dragging","rules","modeling"],Hl.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 Xl="updateWaypoints",Kl="connect-ok",Gl="connect-not-ok",Yl="connect-hover",Zl="djs-updating",Jl="djs-dragging";function ec(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,Jl),i.addMarker(o,Zl)}),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===Xl)return;n?(i.removeMarker(o,Gl),i.addMarker(o,Kl)):!1===n&&(i.removeMarker(o,Kl),i.addMarker(o,Gl))}}),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?Kl:Gl))}),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?Ul(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?Ul(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===Xl&&(d=e.cropWaypoints(c,d)),g.waypoints=d,o.drawPreview(n,i,g)),no(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,Zl),i.removeMarker(n,Jl),s&&(i.removeMarker(s,Kl),i.removeMarker(s,a?Kl:Gl)),o&&o.cleanUp(t)})}ec.$inject=["bendpointMove","injector","eventBus","canvas"];var tc="connect-hover",nc="djs-updating";function ic(e,t,n){return oc(e,t,e[t]+n)}function oc(e,t,n){return{x:"x"===t?n:e.x,y:"y"===t?n:e.y}}function rc(e){return"x"===e?"y":"x"}function sc(e,t,n){var i,o;return e.original?e.original:(i=Ti(t),oc(e,o=rc(n),i[o]))}function ac(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 oc(t,i,Math.min(Math.max(r+20,e[i]),o-20))}(n,i[e.segmentStartIndex+t],i[e.segmentEndIndex+t],rc(e.axis));no(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=jl(n,d,e);if(s=Wn(p,f))return a="v"===s?"x":"y",0===u&&(p=sc(p,t.source,a)),h===d.length-1&&(f=sc(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=Ll(o,t.segmentStart,t.segmentEnd),tn(t.draggerGfx).add("djs-dragging"),n.addMarker(i,nc)}),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=ic(u,d,e["d"+d]),g=ic(h,d,e["d"+d]),m=p.length,v=0;p[r]=f,p[s]=g,r<2&&(t=Mi(o.source,f),1===r?"intersect"===t&&(p.shift(),p[0]=f,v--):"intersect"!==t&&(p.unshift(u),v++)),s>m-3&&(n=Mi(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,tc)}),t.on(["connectionSegment.move.out","connectionSegment.move.cleanup"],function(e){var t=e.context.hover;t&&n.removeMarker(t,tc)}),t.on("connectionSegment.move.cleanup",function(e){var t=e.context,i=t.connection;t.draggerGfx&&bn(t.draggerGfx),n.removeMarker(i,nc)}),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!Qn(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)})}ac.$inject=["injector","eventBus","canvas","dragging","graphicsFactory","modeling"];var lc=Math.abs,cc=Math.round;function uc(e,t){return!e||isNaN(e.x)||isNaN(e.y)?t:{x:cc(e.x+e.width/2),y:cc(e.y+e.height/2)}}function hc(e,t){var n=e.snapped;return!!n&&("string"==typeof t?n[t]:n.x&&n.y)}function dc(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 pc(e){return e.children||[]}var fc=Math.abs,gc=Math.round;function mc(e){function t(e,t){if(r(e)){for(var n=e.length;n--;)if(fc(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?ql(t,e):e.width?{x:gc(e.width/2+e.x),y:gc(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))&&dc(e,"x",i),(c||-1!==r.horizontal.indexOf(a))&&dc(e,"y",o)}}),e.on(["connect.hover","connect.move","connect.end"],1500,function(e){var t=e.context.hover,i=t&&n(t,e);Ci(t)&&i&&i.x&&i.y&&(dc(e,"x",i.x),dc(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))&&dc(e,"x",i),(d||-1!==s.horizontal.indexOf(u))&&dc(e,"y",o)}})}mc.$inject=["eventBus"];var vc={__depends__:[wl,Sl],__init__:["bendpoints","bendpointSnapping","bendpointMovePreview"],bendpoints:["type",Vl],bendpointMove:["type",Hl],bendpointMovePreview:["type",ec],connectionSegmentMove:["type",ac],bendpointSnapping:["type",mc]};const yc=new Ws;function xc(e){this._scheduled={},e.on("diagram.destroy",()=>{Object.keys(this._scheduled).forEach(e=>{this.cancel(e)})})}xc.$inject=["eventBus"],xc.prototype.schedule=function(e,t=yc.next()){this.cancel(t);const n=this._schedule(e,t);return this._scheduled[t]=n,n.promise},xc.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}},xc.prototype.cancel=function(e){const t=this._scheduled[e];t&&(this._cancel(t),this._scheduled[e]=null)},xc.prototype._cancel=function(e){clearTimeout(e.executionId)};var bc={scheduler:["type",xc]},_c=".entry";function wc(e,t,n,i){this._canvas=e,this._elementRegistry=t,this._eventBus=n,this._scheduler=i,this._current=null,this._init()}wc.$inject=["canvas","elementRegistry","eventBus","scheduler"],wc.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()},wc.prototype._createContainer=function(){var e=Ze('<div class="djs-context-pad-parent"></div>');return this._canvas.getContainer().appendChild(e),e},wc.prototype.registerProvider=function(e,t){t||(t=e,e=1e3),this._eventBus.on("contextPad.getProviders",e,function(e){e.providers.push(t)})},wc.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},wc.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()},wc.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()}}}},wc.prototype.open=function(e,t){!t&&this.isOpen(e)||!1!==this._eventBus.fire("contextPad.open.allowed",{target:e})&&(this.close(),this._updateAndOpen(e))},wc.prototype._getProviders=function(){var e=this._eventBus.createEvent({type:"contextPad.getProviders",providers:[]});return this._eventBus.fire(e),e.providers},wc.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="+ba(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})},wc.prototype._createHtml=function(e){var t=this,n=Ze('<div class="djs-context-pad"></div>');return pt.bind(n,_c,"click",function(e){t.trigger("click",e)}),pt.bind(n,_c,"dragstart",function(e){t.trigger("dragstart",e)}),pt.bind(n,_c,"mouseover",function(e){t.trigger("mouseover",e)}),pt.bind(n,_c,"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},wc.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}},wc.prototype.close=function(){this.isOpen()&&(clearTimeout(this._timeout),this._container.innerHTML="",this._eventBus.fire("contextPad.close",{current:this._current}),this._current=null)},wc.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)},wc.prototype.isShown=function(){return this.isOpen()&&it(this._current.html).has("open")},wc.prototype.show=function(){this.isOpen()&&(it(this._current.html).add("open"),this._updatePosition(),this._eventBus.fire("contextPad.show",{current:this._current}))},wc.prototype.hide=function(){this.isOpen()&&(it(this._current.html).remove("open"),this._eventBus.fire("contextPad.hide",{current:this._current}))},wc.prototype._getPosition=function(e){if(!r(e)&&Ci(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}},wc.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")},wc.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")},wc.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 Cc={__depends__:[Bs,bc,Ys],contextPad:["type",wc]};function kc(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:Ec(t)?r:o,connectionEnd:Ec(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=Ti(n)),t.init(e,"connect",{autoActivate:o,data:{shape:n,context:{start:n,connectionStart:i}}})}}function Ec(e){var t=e.hover,n=e.source,i=e.target;return t&&n&&t===n&&n!==i}kc.$inject=["eventBus","dragging","modeling","rules"];var Oc="connect-ok",Sc="connect-not-ok";function Rc(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;Ec(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:Sc)}),t.on(["connect.out","connect.cleanup"],1100,function(e){var t=e.hover;t&&(n.removeMarker(t,Oc),n.removeMarker(t,Sc))}),i&&t.on("connect.cleanup",function(e){i.cleanUp(e.context)})}Rc.$inject=["injector","eventBus","canvas"];var Tc={__depends__:[Qs,Sl,wl],__init__:["connectPreview"],connect:["type",kc],connectPreview:["type",Rc]};const Mc=new Ws("ps");var Ac=["marker-start","marker-mid","marker-end"],Pc=["circle","ellipse","line","path","polygon","polyline","path","rect"];function Dc(e,t,n,i){this._elementRegistry=e,this._canvas=n,this._styles=i}Dc.$inject=["elementRegistry","eventBus","canvas","styles"],Dc.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")},Dc.prototype.getGfx=function(e){return this._elementRegistry.getGraphics(e)},Dc.prototype.addDragger=function(e,t,n,i="djs-dragger"){var o=rn(n=n||this.getGfx(e));return this._cloneMarkers(to(o),i),Jt(o,this._styles.cls(i,[])),Gt(t,o),Jt(o,"data-preview-support-element-id",e.id),o},Dc.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 Gt(t,n),Jt(n,"data-preview-support-element-id",e.id),n},Dc.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!==Pc.indexOf(e.nodeName)}(e)&&Ac.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)}})},Dc.prototype._cloneMarker=function(e,t,n,i,o="djs-dragger"){var r=[n.id,o,Mc.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||Gt(e,l=cn("defs")),Gt(l,a);var c=function(e){return"url(#"+e+")"}(a.id);Jt(t,i,c)};var $c={__init__:["previewSupport"],previewSupport:["type",Dc]},jc="drop-ok",Ic="drop-not-ok",Bc="attach-ok",Lc="new-parent",Nc="create";function qc(e,t,n,i,o){function s(t,n){[Bc,jc,Ic,Lc].forEach(function(i){i===n?e.addMarker(t,i):e.removeMarker(t,i)})}function l(){var e=t.context();e&&e.prefix===Nc&&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);Vc(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||ki(t)&&-1!==e.indexOf(n))}),function(e){return!Ci(e)}),a=!1,l=!1,c=!1;Fc(e)&&(a=o.allowed("shape.attach",{position:n,shape:s,target:t})),a||(c=Fc(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?Lc: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;Vc(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!Ci(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!Ci(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=Dn(d(n,function(e){return!e.hidden}));p(n,function(e){Ci(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,Nc,{cursor:"grabbing",autoActivate:!0,data:{shape:o,elements:n,context:i}})}}}function Vc(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 Fc(e){return e&&1===e.length&&!Ci(e[0])}qc.$inject=["canvas","dragging","eventBus","modeling","rules"];function zc(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(to(o),e)):(o=n._createContainer("shape",r),n.drawShape(to(o),e),no(o,e.x,e.y)),i.addDragger(e,t,o))}),t}(a)),r?(l.parentNode||Gt(e.getActiveLayer(),l),no(l,t.x,t.y)):bn(l)}),t.on("create.cleanup",function(e){var t=e.context.dragGroup;t&&bn(t)})}zc.$inject=["canvas","eventBus","graphicsFactory","previewSupport","styles"];var Qc,Wc,Hc,Uc,Xc,Kc,Gc,Yc,Zc,Jc,eu,tu,nu,iu,ou={__depends__:[wl,$c,Sl,Qs],__init__:["create","createPreview"],create:["type",qc],createPreview:["type",zc]},ru={},su=[],au=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,lu=Array.isArray;function cu(e,t){for(var n in t)e[n]=t[n];return e}function uu(e){e&&e.parentNode&&e.parentNode.removeChild(e)}function hu(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?Qc.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 du(e,s,i,o,null)}function du(e,t,n,i,o){var r={type:e,props:t,key:n,ref:i,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:null==o?++Hc:o,__i:-1,__u:0};return null==o&&null!=Wc.vnode&&Wc.vnode(r),r}function pu(e){return e.children}function fu(e,t){this.props=e,this.context=t}function gu(e,t){if(null==t)return e.__?gu(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?gu(e):null}function mu(e){if(e.__P&&e.__d){var t=e.__v,n=t.__e,i=[],o=[],r=cu({},t);r.__v=t.__v+1,Wc.vnode&&Wc.vnode(r),Su(e.__P,r,t,e.__n,e.__P.namespaceURI,32&t.__u?[n]:null,i,null==n?gu(t):n,!!(32&t.__u),o),r.__v=t.__v,r.__.__k[r.__i]=r,Tu(i,r,o),t.__e=t.__=null,r.__e!=n&&vu(r)}}function vu(e){if(null!=(e=e.__)&&null!=e.__c)return e.__e=e.__c.base=null,e.__k.some(function(t){if(null!=t&&null!=t.__e)return e.__e=e.__c.base=t.__e}),vu(e)}function yu(e){(!e.__d&&(e.__d=!0)&&Uc.push(e)&&!xu.__r++||Xc!=Wc.debounceRendering)&&((Xc=Wc.debounceRendering)||Kc)(xu)}function xu(){try{for(var e,t=1;Uc.length;)Uc.length>t&&Uc.sort(Gc),e=Uc.shift(),t=Uc.length,mu(e)}finally{Uc.length=xu.__r=0}}function bu(e,t,n,i,o,r,s,a,l,c,u){var h,d,p,f,g,m,v,y=i&&i.__k||su,x=t.length;for(l=_u(n,t,y,l,x),h=0;h<x;h++)null!=(p=n.__k[h])&&(d=-1!=p.__i&&y[p.__i]||ru,p.__i=h,m=Su(e,p,d,o,r,s,a,l,c,u),f=p.__e,p.ref&&d.ref!=p.ref&&(d.ref&&Pu(d.ref,null,p),u.push(p.ref,p.__c||f,p)),null==g&&null!=f&&(g=f),(v=!!(4&p.__u))||d.__k===p.__k?(l=wu(p,l,e,v),v&&d.__e&&(d.__e=null)):"function"==typeof p.type&&void 0!==m?l=m:f&&(l=f.nextSibling),p.__u&=-7);return n.__e=g,l}function _u(e,t,n,i,o){var r,s,a,l,c,u=n.length,h=u,d=0;for(e.__k=new Array(o),r=0;r<o;r++)null!=(s=t[r])&&"boolean"!=typeof s&&"function"!=typeof s?("string"==typeof s||"number"==typeof s||"bigint"==typeof s||s.constructor==String?s=e.__k[r]=du(null,s,null,null,null):lu(s)?s=e.__k[r]=du(pu,{children:s},null,null,null):void 0===s.constructor&&s.__b>0?s=e.__k[r]=du(s.type,s.props,s.key,s.ref?s.ref:null,s.__v):e.__k[r]=s,l=r+d,s.__=e,s.__b=e.__b+1,a=null,-1!=(c=s.__i=Cu(s,n,l,h))&&(h--,(a=n[c])&&(a.__u|=2)),null==a||null==a.__v?(-1==c&&(o>u?d--:o<u&&d++),"function"!=typeof s.type&&(s.__u|=4)):c!=l&&(c==l-1?d--:c==l+1?d++:(c>l?d--:d++,s.__u|=4))):e.__k[r]=null;if(h)for(r=0;r<u;r++)null!=(a=n[r])&&!(2&a.__u)&&(a.__e==i&&(i=gu(a)),Du(a,a));return i}function wu(e,t,n,i){var o,r;if("function"==typeof e.type){for(o=e.__k,r=0;o&&r<o.length;r++)o[r]&&(o[r].__=e,t=wu(o[r],t,n,i));return t}e.__e!=t&&(i&&(t&&e.type&&!t.parentNode&&(t=gu(e)),n.insertBefore(e.__e,t||null)),t=e.__e);do{t=t&&t.nextSibling}while(null!=t&&8==t.nodeType);return t}function Cu(e,t,n,i){var o,r,s,a=e.key,l=e.type,c=t[n],u=null!=c&&!(2&c.__u);if(null===c&&null==a||u&&a==c.key&&l==c.type)return n;if(i>(u?1:0))for(o=n-1,r=n+1;o>=0||r<t.length;)if(null!=(c=t[s=o>=0?o--:r++])&&!(2&c.__u)&&a==c.key&&l==c.type)return s;return-1}function ku(e,t,n){"-"==t[0]?e.setProperty(t,null==n?"":n):e[t]=null==n?"":"number"!=typeof n||au.test(t)?n:n+"px"}function Eu(e,t,n,i,o){var r,s;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||ku(e.style,t,"");if(n)for(t in n)i&&n[t]==i[t]||ku(e.style,t,n[t])}else if("o"==t[0]&&"n"==t[1])r=t!=(t=t.replace(eu,"$1")),s=t.toLowerCase(),t=s in e||"onFocusOut"==t||"onFocusIn"==t?s.slice(2):t.slice(2),e.l||(e.l={}),e.l[t+r]=n,n?i?n[Jc]=i[Jc]:(n[Jc]=tu,e.addEventListener(t,r?iu:nu,r)):e.removeEventListener(t,r?iu:nu,r);else{if("http://www.w3.org/2000/svg"==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&&"popover"!=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,"popover"==t&&1==n?"":n))}}function Ou(e){return function(t){if(this.l){var n=this.l[t.type+e];if(null==t[Zc])t[Zc]=tu++;else if(t[Zc]<n[Jc])return;return n(Wc.event?Wc.event(t):t)}}}function Su(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,E=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 E)try{if(v=t.props,y=E.prototype&&E.prototype.render,x=(u=E.contextType)&&i[u.__c],b=u?x?x.props.value:u.__:i,n.__c?m=(h=t.__c=n.__c).__=h.__E:(y?t.__c=h=new E(v,b):(t.__c=h=new fu(v,b),h.constructor=E,h.render=$u),x&&x.sub(h),h.state||(h.state={}),h.__n=i,d=h.__d=!0,h.__h=[],h._sb=[]),y&&null==h.__s&&(h.__s=h.state),y&&null!=E.getDerivedStateFromProps&&(h.__s==h.state&&(h.__s=cu({},h.__s)),cu(h.__s,E.getDerivedStateFromProps(v,h.__s))),p=h.props,f=h.state,h.__v=t,d)y&&null==E.getDerivedStateFromProps&&null!=h.componentWillMount&&h.componentWillMount(),y&&null!=h.componentDidMount&&h.__h.push(h.componentDidMount);else{if(y&&null==E.getDerivedStateFromProps&&v!==p&&null!=h.componentWillReceiveProps&&h.componentWillReceiveProps(v,b),t.__v==n.__v||!h.__e&&null!=h.shouldComponentUpdate&&!1===h.shouldComponentUpdate(v,h.__s,b)){t.__v!=n.__v&&(h.props=v,h.state=h.__s,h.__d=!1),t.__e=n.__e,t.__k=n.__k,t.__k.some(function(e){e&&(e.__=t)}),su.push.apply(h.__h,h._sb),h._sb=[],h.__h.length&&s.push(h);break e}null!=h.componentWillUpdate&&h.componentWillUpdate(v,h.__s,b),y&&null!=h.componentDidUpdate&&h.__h.push(function(){h.componentDidUpdate(p,f,g)})}if(h.context=b,h.props=v,h.__P=e,h.__e=!1,_=Wc.__r,w=0,y)h.state=h.__s,h.__d=!1,_&&_(t),u=h.render(h.props,h.state,h.context),su.push.apply(h.__h,h._sb),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=cu(cu({},i),h.getChildContext())),y&&!d&&null!=h.getSnapshotBeforeUpdate&&(g=h.getSnapshotBeforeUpdate(p,f)),C=null!=u&&u.type===pu&&null==u.key?Mu(u.props.children):u,a=bu(e,lu(C)?C:[C],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){if(t.__v=null,l||null!=r)if(e.then){for(t.__u|=l?160:128;a&&8==a.nodeType&&a.nextSibling;)a=a.nextSibling;r[r.indexOf(a)]=null,t.__e=a}else{for(k=r.length;k--;)uu(r[k]);Ru(t)}else t.__e=n.__e,t.__k=n.__k,e.then||Ru(t);Wc.__e(e,t,n)}else null==r&&t.__v==n.__v?(t.__k=n.__k,t.__e=n.__e):a=t.__e=Au(n.__e,t,n,i,o,r,s,l,c);return(u=Wc.diffed)&&u(t),128&t.__u?void 0:a}function Ru(e){e&&(e.__c&&(e.__c.__e=!0),e.__k&&e.__k.some(Ru))}function Tu(e,t,n){for(var i=0;i<n.length;i++)Pu(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 Mu(e){return"object"!=typeof e||null==e||e.__b>0?e:lu(e)?e.map(Mu):void 0!==e.constructor?null:cu({},e)}function Au(e,t,n,i,o,r,s,a,l){var c,u,h,d,p,f,g,m=n.props||ru,v=t.props,y=t.type;if("svg"==y?o="http://www.w3.org/2000/svg":"math"==y?o="http://www.w3.org/1998/Math/MathML":o||(o="http://www.w3.org/1999/xhtml"),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=document.createElementNS(o,y,v.is&&v),a&&(Wc.__m&&Wc.__m(t,r),a=!1),r=null}if(null==y)m===v||a&&e.data==v||(e.data=v);else{if(r="textarea"==y&&null!=v.defaultValue?null:r&&Qc.call(e.childNodes),!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],"dangerouslySetInnerHTML"==c?h=p:"children"==c||c in v||"value"==c&&"defaultValue"in v||"checked"==c&&"defaultChecked"in v||Eu(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:a&&"function"!=typeof p||m[c]===p||Eu(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=""),bu("template"==t.type?e.content:e,lu(d)?d:[d],t,n,i,"foreignObject"==y?"http://www.w3.org/1999/xhtml":o,r,s,r?r[0]:n.__k&&gu(n,0),a,l),null!=r)for(c=r.length;c--;)uu(r[c]);a&&"textarea"!=y||(c="value","progress"==y&&null==f?e.removeAttribute("value"):null!=f&&(f!==e[c]||"progress"==y&&!f||"option"==y&&f!=m[c])&&Eu(e,c,f,m[c],o),c="checked",null!=g&&g!=e[c]&&Eu(e,c,g,m[c],o))}return e}function Pu(e,t,n){try{if("function"==typeof e){var i="function"==typeof e.__u;i&&e.__u(),i&&null==t||(e.__u=e(t))}else e.current=t}catch(e){Wc.__e(e,n)}}function Du(e,t,n){var i,o;if(Wc.unmount&&Wc.unmount(e),(i=e.ref)&&(i.current&&i.current!=e.__e||Pu(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]&&Du(i[o],t,n||"function"!=typeof e.type);n||uu(e.__e),e.__c=e.__=e.__e=void 0}function $u(e,t,n){return this.constructor(e,n)}function ju(e,t,n){var i,o,r;t==document&&(t=document.documentElement),Wc.__&&Wc.__(e,t),i=!1?null:t.__k,o=[],r=[],Su(t,e=t.__k=hu(pu,null,[e]),i||ru,ru,t.namespaceURI,i?null:t.firstChild?Qc.call(t.childNodes):null,o,i?i.__e:t.firstChild,false,r),Tu(o,e,r)}Qc=su.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}},Hc=0,fu.prototype.setState=function(e,t){var n;n=null!=this.__s&&this.__s!=this.state?this.__s:this.__s=cu({},this.state),"function"==typeof e&&(e=e(cu({},n),this.props)),e&&cu(n,e),null!=e&&this.__v&&(t&&this._sb.push(t),yu(this))},fu.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),yu(this))},fu.prototype.render=pu,Uc=[],Kc="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,Gc=function(e,t){return e.__v.__b-t.__v.__b},xu.__r=0,Yc=Math.random().toString(8),Zc="__d"+Yc,Jc="__a"+Yc,eu=/(PointerCapture)$|Capture$/i,tu=0,nu=Ou(!1),iu=Ou(!0);var Iu=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,Iu(e,a,n,["",null])),i.push(o),a[0]?t[0]|=2:(t[r-2]=0,t[r]=o)):i.push(a)}return i},Bu=new Map;var Lu,Nu,qu,Vu,Fu=function(e){var t=Bu.get(this);return t||(t=new Map,Bu.set(this,t)),(t=Iu(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(hu),zu=0,Qu=[],Wu=Wc,Hu=Wu.__b,Uu=Wu.__r,Xu=Wu.diffed,Ku=Wu.__c,Gu=Wu.unmount,Yu=Wu.__;function Zu(e,t){Wu.__h&&Wu.__h(Nu,e,zu||t),zu=0;var n=Nu.__H||(Nu.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({}),n.__[e]}function Ju(e){return zu=1,function(e,t){var n=Zu(Lu++,2);if(n.t=e,!n.__c&&(n.__=[hh(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=Nu,!Nu.__f)){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=n.__c.props!==e;return r.some(function(e){if(e.__N){var t=e.__[0];e.__=e.__N,e.__N=void 0,t!==e.__[0]&&(s=!0)}}),o&&o.call(this,e,t,i)||s};Nu.__f=!0;var o=Nu.shouldComponentUpdate,r=Nu.componentWillUpdate;Nu.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)},Nu.shouldComponentUpdate=i}return n.__N||n.__}(hh,e)}function eh(e,t){var n=Zu(Lu++,3);!Wu.__s&&uh(n.__H,t)&&(n.__=e,n.u=t,Nu.__H.__h.push(n))}function th(e,t){var n=Zu(Lu++,4);!Wu.__s&&uh(n.__H,t)&&(n.__=e,n.u=t,Nu.__h.push(n))}function nh(e){return zu=5,ih(function(){return{current:e}},[])}function ih(e,t){var n=Zu(Lu++,7);return uh(n.__H,t)&&(n.__=e(),n.__H=t,n.__h=e),n.__}function oh(e,t){return zu=8,ih(function(){return e},t)}function rh(){for(var e;e=Qu.shift();){var t=e.__H;if(e.__P&&t)try{t.__h.some(lh),t.__h.some(ch),t.__h=[]}catch(n){t.__h=[],Wu.__e(n,e.__v)}}}Wu.__b=function(e){Nu=null,Hu&&Hu(e)},Wu.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),Yu&&Yu(e,t)},Wu.__r=function(e){Uu&&Uu(e),Lu=0;var t=(Nu=e.__c).__H;t&&(qu===Nu?(t.__h=[],Nu.__h=[],t.__.some(function(e){e.__N&&(e.__=e.__N),e.u=e.__N=void 0})):(t.__h.some(lh),t.__h.some(ch),t.__h=[],Lu=0)),qu=Nu},Wu.diffed=function(e){Xu&&Xu(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(1!==Qu.push(t)&&Vu===Wu.requestAnimationFrame||((Vu=Wu.requestAnimationFrame)||ah)(rh)),t.__H.__.some(function(e){e.u&&(e.__H=e.u),e.u=void 0})),qu=Nu=null},Wu.__c=function(e,t){t.some(function(e){try{e.__h.some(lh),e.__h=e.__h.filter(function(e){return!e.__||ch(e)})}catch(n){t.some(function(e){e.__h&&(e.__h=[])}),t=[],Wu.__e(n,e.__v)}}),Ku&&Ku(e,t)},Wu.unmount=function(e){Gu&&Gu(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.some(function(e){try{lh(e)}catch(e){t=e}}),n.__H=void 0,t&&Wu.__e(t,n.__v))};var sh="function"==typeof requestAnimationFrame;function ah(e){var t,n=function(){clearTimeout(i),sh&&cancelAnimationFrame(t),setTimeout(e)},i=setTimeout(n,35);sh&&(t=requestAnimationFrame(n))}function lh(e){var t=Nu,n=e.__c;"function"==typeof n&&(e.__c=void 0,n()),Nu=t}function ch(e){var t=Nu;e.__c=e.__(),Nu=t}function uh(e,t){return!e||e.length!==t.length||t.some(function(t,n){return t!==e[n]})}function hh(e,t){return"function"==typeof t?t(e):t}function dh(e){const{navigationStack:t,setNavigationStack:n}=e,i=ih(()=>t.length<=1?[]:t.slice(0,-1).map((e,t)=>({label:e.label,onClick:()=>n(e=>e.slice(0,t+1))})),[t,n]),o=t.length>0?()=>n([]):null,r=t.length>0?t[t.length-1].label:null;return Fu`
<div class="djs-popup-breadcrumbs">
${o&&Fu`
<button
type="button"
class="djs-popup-breadcrumbs-item djs-popup-breadcrumbs-item--back"
title="Back"
aria-label="Back"
onClick=${o}
>
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.03033 1.46967C8.32322 1.76256 8.32322 2.23744 8.03033 2.53033L4.56066 6L8.03033 9.46967C8.32322 9.76256 8.32322 10.2374 8.03033 10.5303C7.73744 10.8232 7.26256 10.8232 6.96967 10.5303L2.96967 6.53033C2.67678 6.23744 2.67678 5.76256 2.96967 5.46967L6.96967 1.46967C7.26256 1.17678 7.73744 1.17678 8.03033 1.46967Z" fill="currentColor"/>
</svg>
</button>
`}
${i.map((e,t)=>Fu`
<button
key=${t}
type="button"
class="djs-popup-breadcrumbs-item"
onClick=${e.onClick}
title=${e.label}
>
${e.label}
</button>
<span class="djs-popup-breadcrumbs-item--separator" aria-hidden="true"></span>
`)}
${r&&Fu`
<span class="djs-popup-breadcrumbs-item djs-popup-breadcrumbs-item--current" title=${r}>
${r}
</span>
`}
</div>
`}function ph(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=ph(e[t]))&&(i&&(i+=" "),i+=n)}else for(n in e)e[n]&&(i&&(i+=" "),i+=n);return i}function fh(){for(var e,t,n=0,i="",o=arguments.length;n<o;n++)(e=arguments[n])&&(t=ph(e))&&(i&&(i+=" "),i+=t);return i}function gh(e){const{headerEntries:t,onSelect:n,selectedEntry:i,setSelectedEntry:o,title:r}=e,s=ih(()=>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 Fu`
<div class="djs-popup-header">
<h3 class="djs-popup-title" title=${r}>${r}</h3>
${s.map(e=>Fu`
<ul key=${e.id} class="djs-popup-header-group" data-header-group=${e.id}>
${e.entries.map(e=>Fu`
<li key=${e.id}>
<${a(e)?"button":"span"}
class=${function(e,t){return fh("entry",e.className,e.active?"active":"",e.disabled?"disabled":"",t?"selected":"")}(e,e===i)}
onClick=${t=>((e,t)=>{if(a(t))return n(e,t)})(t,e)}
title=${e.title||e.label}
data-id=${e.id}
aria-disabled=${e.disabled||void 0}
onMouseEnter=${()=>a(e)&&o(e)}
onMouseLeave=${()=>a(e)&&o(null)}
onFocus=${()=>a(e)&&o(e)}
onBlur=${()=>a(e)&&o(null)}
>
${e.imageUrl&&Fu`<img class="djs-popup-entry-icon" src=${e.imageUrl} alt="" />`||e.imageHtml&&Fu`<div class="djs-popup-entry-icon" dangerouslySetInnerHTML=${{__html:e.imageHtml}} />`}
${e.label?Fu`
<span class="djs-popup-label">${e.label}</span>
`:null}
</${e.action?"button":"span"}>
</li>
`)}
</ul>
`)}
</div>
`}function mh(e,t){return`${e}-entry-${t.id}`}function vh(e){const{idPrefix:t,entry:n,selected:i,onMouseEnter:o,onMouseLeave:r,onAction:s}=e,a=(e,t)=>{if(!n.disabled)return s(e,n,t)},l=!n.entries;return Fu`
<li
class=${fh("entry",{selected:i,disabled:n.disabled})}
data-id=${n.id}
id=${mh(t,n)}
role="option"
aria-selected=${i||void 0}
aria-haspopup=${n.entries?"true":void 0}
title=${n.title}
aria-disabled=${n.disabled||void 0}
onClick=${a}
onMouseEnter=${o}
onMouseLeave=${r}
onDragStart=${e=>l&&a(e,"dragstart")}
draggable=${l}
>
<div class="djs-popup-entry-content">
<span
class=${fh("djs-popup-entry-name",n.className)}
>
${n.imageUrl&&Fu`<img class="djs-popup-entry-icon" src=${n.imageUrl} alt="" />`||n.imageHtml&&Fu`<div class="djs-popup-entry-icon" dangerouslySetInnerHTML=${{__html:n.imageHtml}} />`}
${n.label?Fu`
<span class="djs-popup-label">
${n.label}
</span>
`:null}
${n.documentationRef&&Fu`
<a
class="djs-popup-entry-docs"
href=${n.documentationRef}
onClick=${e=>e.stopPropagation()}
title="Open entry documentation"
tabIndex="-1"
aria-hidden="true"
target="_blank"
rel="noopener"
>
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<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"/>
</svg>
</a>
`}
</span>
${n.description&&Fu`
<span
class="djs-popup-entry-description"
>
${n.description}
</span>
`}
</div>
${n.entries&&Fu`
<div class="djs-popup-entry-chevron" aria-hidden="true">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.96967 1.46967C4.26256 1.17678 4.73744 1.17678 5.03033 1.46967L9.03033 5.46967C9.32322 5.76256 9.32322 6.23744 9.03033 6.53033L5.03033 10.5303C4.73744 10.8232 4.26256 10.8232 3.96967 10.5303C3.67678 10.2374 3.67678 9.76256 3.96967 9.46967L7.43934 6L3.96967 2.53033C3.67678 2.23744 3.67678 1.76256 3.96967 1.46967Z" fill="currentColor"/>
</svg>
</div>
`}
</li>
`}function yh(e){const{selectedEntry:t,setSelectedEntry:n,groupedEntries:i,keyboardSelection:o,idPrefix:r,id:s,ariaLabel:a,tabIndex:l,ariaActivedescendant:c,...u}=e,h=nh();th(()=>{if(!o||!o.current)return;const e=h.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]);const d=()=>{o.current||n(null)};return Fu`
<div
class="djs-popup-results"
ref=${h}
id=${s}
role="listbox"
aria-label=${a}
tabIndex=${l}
aria-activedescendant=${c}
onMouseMove=${()=>{o.current=!1}}
>
${i.map(e=>Fu`
${e.name&&Fu`
<div key=${e.id} id=${xh(r,e)} class="entry-header" title=${e.name}>
${e.name}
</div>
`}
<ul
class="djs-popup-group"
data-group=${e.id}
role="group"
aria-labelledby=${e.name?xh(r,e):void 0}
>
${e.entries.map(e=>Fu`
<${vh}
key=${e.id}
idPrefix=${r}
entry=${e}
selected=${e===t}
onMouseEnter=${()=>(e=>{o.current||n(e)})(e)}
onMouseLeave=${d}
...${u}
/>
`)}
</ul>
`)}
</div>
`}function xh(e,t){return`${e}-group-${t.id}`}const bh=new Ws("djs-popup");function _h(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,y]=Ju([]);eh(()=>{y([])},[f]);const[x,b]=Ju(""),_=x.trim().length>0,w=ih(()=>function(e){const t=[];function n(e){e.forEach(e=>{e.entries?n(e.entries):t.push(e)})}return n(e),t}(f),[f]),C=ih(()=>!!i(h)&&w.length>5,[h,w]),k=ih(()=>{const e=v.length?v[v.length-1].entries:f;return C?_?p(w.filter(({searchable:e})=>!1!==e),x,{keys:["label","search","description"]}).map(({item:e})=>e):e.filter(({rank:e=0})=>e>=0):e},[C,_,w,x,p,v,f]),E=ih(()=>_?k.length?[{id:"default",entries:k}]:[]: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}(k),[k,_]),[O,S]=Ju(k[0]),R=nh(null),T=nh(!1),M=ih(()=>bh.next(),[]),A=`${M}-results`,P=O&&mh(M,O);eh(()=>{const e=R.current;e&&k.includes(e)?S(e):S(k[0]),R.current=null},[k]);const D=oh(e=>{const t=function(e){const t=[];return e.forEach(e=>{e.entries.forEach(e=>{t.push(e)})}),t}(E);let n=t.indexOf(O)+e;n<0&&(n=t.length-1),n>=t.length&&(n=0),T.current=!0,S(t[n])},[E,O]),$=oh(e=>{e>0&&O&&O.entries&&(T.current=!0,y(e=>[...e,O])),e<0&&v.length>0&&(T.current=!0,R.current=v[v.length+e],y(t=>t.slice(0,e)))},[O,v]),j=oh((e,t,i)=>{if(t&&!t.disabled)return t.entries?(e.preventDefault(),$(1)):n(e,t,i)},[n,$]),I=oh(e=>{if("Enter"===e.key&&O){if(!!st(e.target,"a, button",!0))return;if(O.disabled)return;return j(e,O)}if("Backspace"===e.key){const t=e.target;if(!(ft(t,"input")&&""!==t.value))return $(-1),e.preventDefault()}return"ArrowUp"===e.key?(D(-1),e.preventDefault()):"ArrowDown"===e.key?(D(1),e.preventDefault()):"ArrowRight"===e.key?($(1),e.preventDefault()):"ArrowLeft"===e.key?($(-1),e.preventDefault()):void 0},[O,D,$,j]),B=oh(e=>{ft(e.target,"input")&&b(()=>e.target.value)},[b]);eh(()=>(g(),()=>{m()}),[]);const L=!_&&v.length>0,N=(a||r.length>0)&&!L;return Fu`
<${wh}
onClose=${t}
onKeyup=${B}
onKeydown=${I}
className=${o}
position=${s}
width=${c}
scale=${u}
navigationStack=${v}
>
${N&&Fu`
<${gh}
headerEntries=${r}
onSelect=${n}
selectedEntry=${O}
setSelectedEntry=${S}
title=${a}
/>
`}
${L&&Fu`
<${dh}
navigationStack=${v}
setNavigationStack=${y}
/>
`}
${f.length>0&&Fu`
<div class="djs-popup-body">
${C&&Fu`
<div class="djs-popup-search">
<svg class="djs-popup-search-icon" width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<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"/>
</svg>
<input
type="text"
spellcheck=${!1}
role="combobox"
aria-label="${a||"Search"}"
aria-expanded="true"
aria-controls=${A}
aria-activedescendant=${P||void 0}
aria-autocomplete="list"
/>
</div>
`}
${_&&Fu`
<div class="djs-popup-search-count" aria-live="polite">
${k.length} ${1===k.length?"result":"results"} found
</div>
`}
<${yh}
groupedEntries=${E}
selectedEntry=${O}
setSelectedEntry=${S}
keyboardSelection=${T}
onAction=${j}
idPrefix=${M}
id=${A}
ariaLabel=${a||"Results"}
tabIndex=${C?-1:0}
ariaActivedescendant=${C?void 0:P||void 0}
/>
${O&&O.documentationRef&&Fu`
<div class="djs-popup-footer">
<a
class="djs-popup-footer-docs"
href=${O.documentationRef}
onClick=${e=>e.stopPropagation()}
aria-label=${O.label?`Open entry documentation for ${O.label}`:"Open entry documentation"}
target="_blank"
rel="noopener"
>
Open entry documentation
<svg aria-hidden="true" width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<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"/>
</svg>
</a>
</div>
`}
</div>
`}
${d&&0===k.length&&Fu`
<div class="djs-popup-no-results">${l(d)?d(x):d}</div>
`}
</${wh}>
`}function wh(e){const{onClose:t,onKeydown:n,onKeyup:o,className:r,children:s,navigationStack:a,position:l}=e,c=nh();return th(()=>{if("function"!=typeof l)return;const e=c.current,t=l(e);e.style.left=`${t.x}px`,e.style.top=`${t.y}px`},[c.current,l]),th(()=>{const e=c.current;if(!e)return;(e.querySelector("input")||e.querySelector('[role="listbox"]')||e).focus()},[a]),eh(()=>{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,!0),()=>{document.documentElement.removeEventListener("keydown",e),document.body.removeEventListener("click",n,!0)}},[]),Fu`
<div
class=${fh("djs-popup",r)}
style=${function(e){const{width:t}=e,n="number"==typeof t?`${t}px`:t;return{transform:`scale(${e.scale})`,width:i(t)?n:void 0,maxWidth:i(t)?"unset":void 0,"transform-origin":"top left"}}(e)}
onKeydown=${n}
onKeyup=${o}
ref=${c}
tabIndex="-1"
>
${s}
</div>
`}var Ch=["contextPad.close","canvas.viewbox.changing","commandStack.changed"];function kh(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 Eh(e,t=[]){return Object.entries(e).map(([e,n])=>{const i={id:e,...n};return i.entries?i.entries=Eh(i.entries,[...t,...Oh(i.search)]):t.length&&(i.search=[...t,...Oh(i.search)]),i})}function Oh(e){return e?r(e)?e:[e]:[]}function Sh(e,t){return Mh(t)-Mh(e)}kh.$inject=["config.popupMenu","eventBus","canvas","search"],kh.prototype._render=function(){const{position:e,providerId:t,entries:n,headerEntries:i,emptyPlaceholder:o,options:r}=this._current,s=Eh(n),a=Object.entries(i).map(([e,t])=>({id:e,...t})),l=e&&(t=>this._ensureVisible(t,e)),c=this._updateScale(this._current.container);ju(Fu`
<${_h}
onClose=${e=>this.close(e)}
onSelect=${(e,t,n)=>this.trigger(e,t,n)}
position=${l}
className=${t}
entries=${s}
headerEntries=${a}
emptyPlaceholder=${o}
scale=${c}
onOpened=${this._onOpened.bind(this)}
onClosed=${this._onClosed.bind(this)}
searchFn=${this._search}
...${{...r}}
/>
`,this._current.container)},kh.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");if(!1===this._eventBus.fire("popupMenu.open.allowed",{target:e,providerId:t}))return;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()},kh.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()},kh.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)}},kh.prototype.close=function(){this.isOpen()&&(this._emit("close"),this.reset(),this._canvas.restoreFocus(),this._current=null)},kh.prototype.reset=function(){const e=this._current.container;ju(null,e),vt(e)},kh.prototype._emit=function(e,t){this._eventBus.fire(`popupMenu.${e}`,t)},kh.prototype._onOpened=function(){this._emit("opened")},kh.prototype._onClosed=function(){this._emit("closed")},kh.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},kh.prototype._bindAutoClose=function(){this._eventBus.once(Ch,this.close,this)},kh.prototype._unbindAutoClose=function(){this._eventBus.off(Ch,this.close,this)},kh.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},kh.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}},kh.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},kh.prototype.registerProvider=function(e,t,n){n||(n=t,t=1e3),this._eventBus.on("popupMenu.getProviders."+e,t,function(e){e.providers.push(n)})},kh.prototype._getProviders=function(e){var t=this._eventBus.createEvent({type:"popupMenu.getProviders."+e,providers:[]});return this._eventBus.fire(t),t.providers},kh.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},kh.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},kh.prototype._getEmptyPlaceholder=function(e){const t=e.find(e=>l(e.getEmptyPlaceholder));return t&&t.getEmptyPlaceholder()},kh.prototype.isOpen=function(){return!!this._current},kh.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)},kh.prototype._getEntry=function(e){var t=this._current.entries[e]||this._current.headerEntries[e];if(!t)throw new Error("entry not found");return t};const Rh=.5,Th={FULL:131.9,START_FULL_WORD:8,START_WORD_PART:7.87,WORD_START:2.19,WORD_PART:1,NO_MATCH:-.07};function Mh(e){const t=e.reduce((e,t)=>e+Ah(t),0),n=e.flat(),i=n.reduce((e,t)=>e+t.value.length,0),o=n.reduce((e,t)=>e+(t.match?t.value.length:0),0);return t*(1+(i?o/i:0))}function Ah(e){if(r(e))return Math.max(...e.map(Ah));const t=Math.log(e.value.length);return e.match?(e.start?e.end?Th.FULL:e.wordEnd?Th.START_FULL_WORD:Th.START_WORD_PART:e.wordStart?Th.WORD_START:Th.WORD_PART)*t:Th.NO_MATCH*t}function Ph(e=""){return r(e)?e.join(", "):e}function Dh(e,t){return Ph(e).localeCompare(Ph(t))}function $h(e,t){if(!e)return{tokens:[],matchedWords:{}};const n=[],i={},o=t.map(jh),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 jh(e){return e.replace(/[/\-\\^$*+?.()|[\]{}]/g,"\\$&")}var Ih={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}=$h(n,t);return{tokens:[...e.tokens,i],matchedWords:{...e.matchedWords,...o}}},{matchedWords:{},tokens:[]}):$h(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=Sh(t.tokens[r],n.tokens[r]);if(0!==e){i+=e*o,o*=Rh;continue}const s=Dh(t.item[r],n.item[r]);0===s||(i+=s*o,o*=Rh)}return i}}(i))}]},Bh={__depends__:[Ih],__init__:["popupMenu"],popupMenu:["type",kh]},Lh=Math.round;function Nh(e,t){this._modeling=e,this._eventBus=t}function qh(e,t){t.on("replace.end",500,function(t){const{newElement:n,hints:i={}}=t;!1!==i.select&&e.select(n)})}Nh.$inject=["modeling","eventBus"],Nh.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=Lh(a+r/2),u=Lh(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},qh.$inject=["selection","eventBus"];var Vh={__init__:["replace","replaceSelectionBehavior"],replaceSelectionBehavior:["type",qh],replace:["type",Nh]};function Fh(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};l.width=n.width,l.height=n.height,a.name=s.name;var c=s.variable;if(c&&(a.variable=c,c.$parent=a),i.table){var u=e.create("dmn:DecisionTable");u.$parent=a;var h=e.create("dmn:OutputClause");h.typeRef="string",h.$parent=u,u.output=[h];var d=e.create("dmn:InputClause");d.$parent=u;var p=e.create("dmn:LiteralExpression",{typeRef:"string"});d.inputExpression=p,p.$parent=d,u.input=[d],zh(a,u,e)}return i.expression&&zh(a,e.create("dmn:LiteralExpression"),e),t.replaceElement(n,l,o)}}function zh(e,t,n){if(At(e,"dmn:Decision"))e.decisionLogic=t,t.$parent=e;else if(At(e,"dmn:BusinessKnowledgeModel")){var i=n.create("dmn:FunctionDefinition",{body:t});e.encapsulatedLogic=i,i.$parent=e,t.$parent=i}}Fh.$inject=["drdFactory","replace","selection","modeling"];var Qh={__depends__:[Vh,Qs],drdReplace:["type",Fh]},Wh=[{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}}],Hh=[{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 Uh(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()}Uh.$inject=["popupMenu","modeling","moddle","drdReplace","rules","translate"],Uh.prototype.register=function(){this._popupMenu.registerProvider("dmn-replace",this)},Uh.prototype.getEntries=function(e){var t,n,i=e.businessObject;return this._rules.allowed("shape.replace",{element:e})?At(i,"dmn:Decision")?(n=It(i),t=d(Wh,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=It(i),t=d(Hh,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)):[]:[]},Uh.prototype._createEntries=function(e,t){var n=[],i=this;return p(t,function(t){var o=i._createMenuEntry(t,e);n.push(o)}),n},Uh.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}},Uh.prototype.getHeaderEntries=function(e){return[]};var Xh={__depends__:[ks,Bh,Qh],__init__:["replaceMenuProvider"],replaceMenuProvider:["type",Uh]};function Kh(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)}})}Kh.$inject=["eventBus","contextPad","modeling","elementFactory","connect","create","rules","popupMenu","canvas","translate","config.contextPad","injector"],Kh.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"))}),jt(d,["dmn:BusinessKnowledgeModel","dmn:Decision","dmn:KnowledgeSource"])&&M(h,{"append.knowledge-source":f("dmn:KnowledgeSource","dmn-icon-knowledge-source",c("Append knowledge source"))}),jt(d,["dmn:BusinessKnowledgeModel","dmn:Decision"])&&M(h,{"append.business-knowledge-model":f("dmn:BusinessKnowledgeModel","dmn-icon-business-knowledge",c("Append business knowledge model"))}),jt(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},Kh.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},Kh.prototype._isDeleteAllowed=function(e){var t=this._rules.allowed("elements.delete",{elements:e});return r(t)?g(e,e=>t.includes(e)):t};var Gh={__depends__:[ks,Cc,Qs,Tc,ou,Xh],__init__:["contextPadProvider"],contextPadProvider:["type",Kh]};function Yh(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)}Yh.$inject=["injector","canvas","graphicsFactory","elementFactory"],Yh.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?Ti(l):h,c?Ti(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)},Yh.prototype.drawNoopPreview=function(e,t){var n=t.source,i=t.target,o=t.connectionStart||Ti(n),r=t.connectionEnd||Ti(i),s=this.cropWaypoints(o,r,n,i);Gt(e,this.createNoopConnection(s[0],s[1]))},Yh.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&&Ai(r,a,!0)||e,t=i&&Ai(s,a,!1)||t]},Yh.prototype.cleanUp=function(e){e&&e.connectionPreviewGfx&&bn(e.connectionPreviewGfx)},Yh.prototype.getConnection=function(e){var t=function(e){return s(e)?e:{}}(e);return this._elementFactory.createConnection(t)},Yh.prototype.createConnectionPreviewGfx=function(){var e=cn("g");return Jt(e,{pointerEvents:"none"}),tn(e).add("djs-dragger"),Gt(this._canvas.getActiveLayer(),e),e},Yh.prototype.createNoopConnection=function(e,t){return Tn([e,t],{stroke:"#333",strokeDasharray:[1],strokeWidth:2,"pointer-events":"none"})};var Zh={__init__:["connectionPreview"],connectionPreview:["type",Yh]};const Jh=/\s/,ed=/^([a-z][\w-.]*:)?[a-z_][\w-.]*$/i,td=/^[a-z_][\w-.]*$/i,nd=/\$\{([^}]*)\}/g;function id(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(nd,"$1")}(e),function(e){return Jh.test(e)}(e))return"Id must not contain spaces.";if(!td.test(e))return ed.test(e)?"Id must not contain prefix.":"Id must be a valid QName."}(t):"Element must have ID."}function od(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)}od.$inject=["eventBus","modeling","canvas","definitionPropertiesView","translate"],od.prototype.update=function(e,t){var n=this._canvas.getRootElement(),i={};if(i[e]=t,"id"===e){var o=id($t(n),t);if(o)return void this._addErrorMessage(o);this._clearErrorMessage()}this._modeling.updateProperties(n,i)},od.prototype._setup=function(e,t){var n=this;e.setAttribute("contenteditable",!0),e.addEventListener("input",R(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()})},od.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))},od.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 rd={__depends__:[ea],__init__:["definitionPropertiesEdit","definitionPropertiesPaletteAdapter"],definitionPropertiesEdit:["type",od],definitionPropertiesPaletteAdapter:["type",Js]},sd={horizontal:["x","width"],vertical:["y","height"]};function ad(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:[]})}ad.$inject=["modeling","rules"],ad.prototype.registerFilter=function(e){if("function"!=typeof e)throw new Error("the filter has to be a function");this._filters.push(e)},ad.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},ad.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},ad.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},ad.prototype._setOrientation=function(e){var t=sd[e];this._axis=t[0],this._dimension=t[1]},ad.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)},ad.prototype._findRange=function(e){var t=e[this._axis];return{min:t+5,max:t+e[this._dimension]-5}};var ld={__init__:["distributeElements"],distributeElements:["type",ad]};function cd(e){e.registerFilter(function(e){return d(e,function(e){var t=jt(e,["dmn:AuthorityRequirement","dmn:InformationRequirement","dmn:KnowledgeRequirement","dmn:Association","dmn:TextAnnotation"]);return!(e.labelTarget||t)})})}cd.$inject=["distributeElements"];var ud={__depends__:[ld],__init__:["drdDistributeElements"],drdDistributeElements:["type",cd]},hd="is not a registered action";function dd(e,t){this._eventBus=e,this._actions={};var n=this;e.on("diagram.init",function(){n._registerDefaultActions(t),e.fire("editorActions.init",{editorActions:n})})}function pd(e,t){return new Error(e+" "+t)}dd.$inject=["eventBus","injector"],dd.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)})},dd.prototype.trigger=function(e,t){if(!this._actions[e])throw pd(e,hd);if(!1!==this._eventBus.fire("editorActions.allowed",{action:e,opts:t}))return this._actions[e](t)},dd.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)})},dd.prototype._registerAction=function(e,t){if(this.isRegistered(e))throw pd(e,"is already registered");this._actions[e]=t},dd.prototype.unregister=function(e){if(!this.isRegistered(e))throw pd(e,hd);this._actions[e]=void 0},dd.prototype.getActions=function(){return Object.keys(this._actions)},dd.prototype.isRegistered=function(e){return!!this._actions[e]};var fd={__init__:["editorActions"],editorActions:["type",dd]};function gd(e){e.invoke(dd,this)}Lt(gd,dd),gd.$inject=["injector"],gd.prototype._registerDefaultActions=function(e){dd.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 md={__depends__:[fd],editorActions:["type",gd]};function vd(e){return e.dmnDI&&e.dmnDI.diagrams&&e.dmnDI.diagrams[0]}function yd(e,t,n,i){n.on("import.start",({definitions:n})=>{vd(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)})}yd.$inject=["drdFactory","elementFactory","eventBus","drdUpdater"];var xd={__init__:["diGenerator"],diGenerator:["type",yd]};function bd(e){this._eventBus=e}function _d(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 wd(e,t){bd.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)}})}bd.$inject=["eventBus"],bd.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)})},bd.prototype.canExecute=_d("canExecute"),bd.prototype.preExecute=_d("preExecute"),bd.prototype.preExecuted=_d("preExecuted"),bd.prototype.execute=_d("execute"),bd.prototype.executed=_d("executed"),bd.prototype.postExecute=_d("postExecute"),bd.prototype.postExecuted=_d("postExecuted"),bd.prototype.revert=_d("revert"),bd.prototype.reverted=_d("reverted"),wd.$inject=["eventBus","gridSnapping","modeling"],Lt(wd,bd),wd.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},wd.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},wd.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},wd.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 Cd(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))})}Cd.$inject=["eventBus","gridSnapping"];var kd={__init__:["gridSnappingResizeBehavior","gridSnappingSpaceToolBehavior"],gridSnappingResizeBehavior:["type",wd],gridSnappingSpaceToolBehavior:["type",Cd]};function Ed(e,t,n){return n||(n="round"),Math[n](e/t)*t}function Od(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&&Ra(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)?Td(a)?s.x.max=l.left:s.x.min=l.right:Rd(a)?s.y.max=l.top:s.y.min=l.bottom);c&&(Sd(t)?Td(a)?s.x.min=c.left:s.x.max=c.right:Rd(a)?s.y.min=c.top:s.y.max=c.bottom);return s[t]}(t,n);s&&M(i,s),hc(t,n)||o.snapEvent(t,n,i)})}})}function Sd(e){return"x"===e}function Rd(e){return-1!==e.indexOf("n")}function Td(e){return-1!==e.indexOf("w")}Od.prototype.snapEvent=function(e,t,n){dc(e,t,this.snapValue(e[t],n))},Od.prototype.getGridSpacing=function(){return 10},Od.prototype.snapValue=function(e,t){var n,i,o=0;return t&&t.offset&&(o=t.offset),e=Ed(e+=o,10),t&&t.min&&a(n=t.min)&&(n=Ed(n+o,10,"ceil"),e=Math.max(e,n)),t&&t.max&&a(i=t.max)&&(i=Ed(i+o,10,"floor"),e=Math.min(e,i)),e-=o},Od.prototype.isActive=function(){return this.active},Od.prototype.setActive=function(e){this.active=e,this._eventBus.fire("gridSnapping.toggle",{active:e})},Od.prototype.toggleActive=function(){this.setActive(!this.active)},Od.$inject=["elementRegistry","eventBus","config.gridSnapping"];var Md={__depends__:[kd],__init__:["gridSnapping"],gridSnapping:["type",Od]},Ad="keyboard.keydown",Pd="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 Dd(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(Pd));var i=e&&!1!==e.bind;t.on("canvas.init",function(e){n._target=e.svg,i&&n.bind(),n._fire("init")})}Dd.$inject=["config.keyboard","eventBus"],Dd.prototype._keydownHandler=function(e){this._keyHandler(e,Ad)},Dd.prototype._keyupHandler=function(e){this._keyHandler(e,"keyboard.keyup")},Dd.prototype._keyHandler=function(e,t){if(!this._isEventIgnored(e)){var n={keyEvent:e};this._eventBus.fire(t||Ad,n)&&e.preventDefault()}},Dd.prototype._isEventIgnored=function(e){return!1},Dd.prototype.bind=function(e){e&&console.error("unsupported argument <node>",new Error(Pd)),this.unbind(),e=this._node=this._target,ht.bind(e,"keydown",this._keydownHandler),ht.bind(e,"keyup",this._keyupHandler),this._fire("bind")},Dd.prototype.getBinding=function(){return this._node},Dd.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},Dd.prototype._fire=function(e){this._eventBus.fire("keyboard."+e,{node:this._node})},Dd.prototype.addListener=function(e,t,n){l(e)&&(n=t,t=e,e=1e3),this._eventBus.on(n||Ad,e,t)},Dd.prototype.removeListener=function(e,t){this._eventBus.off(t||Ad,e)},Dd.prototype.hasModifier=function(e){return e.ctrlKey||e.metaKey||e.shiftKey||e.altKey},Dd.prototype.isCmd=Ra,Dd.prototype.isShift=Ma,Dd.prototype.isKey=Ta;function $d(e,t){var n=this;e.on("editorActions.init",500,function(e){var i=e.editorActions;n.registerBindings(t,i)})}$d.$inject=["eventBus","keyboard"],$d.prototype.registerBindings=function(e,t){function n(n,i){t.isRegistered(n)&&e.addListener(i)}n("undo",function(e){if(Aa(e.keyEvent))return t.trigger("undo"),!0}),n("redo",function(e){if(Pa(e.keyEvent))return t.trigger("redo"),!0}),n("copy",function(e){if(function(e){return Ra(e)&&Ta(wa,e)}(e.keyEvent))return t.trigger("copy"),!0}),n("paste",function(e){if(function(e){return Ra(e)&&Ta(Ca,e)}(e.keyEvent))return t.trigger("paste"),!0}),n("duplicate",function(e){if(function(e){return Ra(e)&&Ta(ka,e)}(e.keyEvent))return t.trigger("duplicate"),!0}),n("cut",function(e){if(function(e){return Ra(e)&&Ta(Ea,e)}(e.keyEvent))return t.trigger("cut"),!0}),n("stepZoom",function(e){var n=e.keyEvent;if(Ta(["+","Add","="],n)&&Ra(n))return t.trigger("stepZoom",{value:1}),!0}),n("stepZoom",function(e){var n=e.keyEvent;if(Ta(["-","Subtract"],n)&&Ra(n))return t.trigger("stepZoom",{value:-1}),!0}),n("zoom",function(e){var n=e.keyEvent;if(Ta("0",n)&&Ra(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 jd={__init__:["keyboard","keyboardBindings"],keyboard:["type",Dd],keyboardBindings:["type",$d]};function Id(e){e.invoke($d,this)}Lt(Id,$d),Id.$inject=["injector"],Id.prototype.registerBindings=function(e,t){function n(n,i){t.isRegistered(n)&&e.addListener(i)}$d.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__:[jd],__init__:["keyboardBindings"],keyboardBindings:["type",Id]},Ld={moveSpeed:50,moveSpeedAccelerated:200};function Nd(e,t,n){var i=this;this._config=M({},Ld,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})}}Nd.$inject=["config.keyboardMove","keyboard","canvas"];var qd={__depends__:[jd],__init__:["keyboardMove"],keyboardMove:["type",Nd]},Vd={moveSpeed:1,moveSpeedAccelerated:10},Fd="left",zd="right",Qd="down",Wd={ArrowLeft:Fd,Left:Fd,ArrowUp:"up",Up:"up",ArrowRight:zd,Right:zd,ArrowDown:Qd,Down:Qd},Hd={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 Ud(e,t,n,i,o){var r=this;this._config=M({},Vd,e||{}),t.addListener(1500,function(e){var n=e.keyEvent,i=Wd[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=Hd[e](s);i.allowed("elements.move",{shapes:r,hints:{keyboardMove:!0}})&&n.moveElements(r,a)}}}Ud.$inject=["config.keyboardMoveSelection","keyboard","modeling","rules","selection"];var Xd={__depends__:[jd,Qs],__init__:["keyboardMoveSelection"],keyboardMoveSelection:["type",Ud]};function Kd(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)}Kd.$inject=["eventBus","injector"],Kd.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()},Kd.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},Kd.prototype.clear=function(e){this._stack.length=0,this._stackIdx=-1,!1!==e&&this._fire("changed",{trigger:"clear"})},Kd.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()}},Kd.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()}},Kd.prototype.register=function(e,t){this._setHandler(e,t)},Kd.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)},Kd.prototype.canUndo=function(){return!!this._getUndoAction()},Kd.prototype.canRedo=function(){return!!this._getRedoAction()},Kd.prototype._getRedoAction=function(){return this._stack[this._stackIdx+1]},Kd.prototype._getUndoAction=function(){return this._stack[this._stackIdx]},Kd.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)})},Kd.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},Kd.prototype._createId=function(){return this._uid++},Kd.prototype._atomicDo=function(e){const t=this._currentExecution;t.atomic=!0;try{e()}finally{t.atomic=!1}},Kd.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()},Kd.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)},Kd.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)},Kd.prototype._markDirty=function(e){const t=this._currentExecution;e&&(e=r(e)?e:[e],t.dirty=t.dirty.concat(e))},Kd.prototype._executedAction=function(e,t){const n=++this._stackIdx;t||this._stack.splice(n,this._stack.length,e)},Kd.prototype._revertedAction=function(e){this._stackIdx--},Kd.prototype._getHandler=function(e){return this._handlerMap[e]},Kd.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 Gd={commandStack:["type",Kd]};function Yd(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)})}Yd.$inject=["eventBus","canvas","elementRegistry","graphicsFactory"];var Zd={__init__:["changeSupport"],changeSupport:["type",Yd]},Jd=Math.min,ep=Math.max;function tp(e){e.preventDefault()}function np(e){e.stopPropagation()}function ip(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=T(this.autoResize,this),this.handlePaste=T(this.handlePaste,this)}function op(e,t){this._eventBus=e,this._canvas=t,this._providers=[],this._textbox=new ip({container:t.getContainer(),keyHandler:T(this._handleKey,this),resizeHandler:T(this._handleResize,this)})}ip.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",np),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},ip.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)}},ip.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)},ip.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)})},ip.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})}},ip.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){tp(n),np(n);var h=Jd(ep(c+n.clientX-a,i),r),d=Jd(ep(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){tp(e),np(e),ht.unbind(document,"mousemove",h,!1),ht.unbind(document,"mouseup",d,!1)};ht.bind(n,"mousedown",function(e){tp(e),np(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)},ip.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",np),ht.unbind(t,"input",this.autoResize),ht.unbind(t,"paste",this.handlePaste),n&&(n.removeAttribute("style"),vt(n)),vt(e)},ip.prototype.getValue=function(){return this.content.innerText.trim()},ip.prototype.getSelection=function(){return window.getSelection().getRangeAt(0)},ip.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)},op.$inject=["eventBus","canvas"],op.prototype.registerProvider=function(e){this._providers.push(e)},op.prototype.isActive=function(e){return!(!this._active||e&&this._active.element!==e)},op.prototype.cancel=function(){this._active&&(this._fire("cancel"),this.close())},op.prototype._fire=function(e,t){this._eventBus.fire("directEditing."+e,t||{active:this._active})},op.prototype.close=function(){this._textbox.destroy(),this._fire("deactivate"),this._active=null,this.resizable=void 0,this._canvas.restoreFocus&&this._canvas.restoreFocus()},op.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()}},op.prototype.getValue=function(){return this._textbox.getValue()},op.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())},op.prototype._handleResize=function(e){this._fire("resize",e)},op.prototype.activate=function(e){if(this.isActive()&&this.cancel(),!1===this._eventBus.fire("directEditing.activate.allowed",{element:e}))return!1;var t,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 rp={__depends__:[Bs],__init__:["directEditing"],directEditing:["type",op]},sp="djs-label-hidden";function ap(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,sp)}})}ap.$inject=["canvas","directEditing","eventBus","modeling","textRenderer"],ap.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,sp),n}},ap.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}},ap.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 lp={__depends__:[Gd,Zd,rp],__init__:["labelEditingProvider"],labelEditingProvider:["type",ap]};function cp(e,t){t.invoke(bd,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)}function up(e,t){t.invoke(bd,this),this.preExecute("shape.create",function(t){var n=t.shape,i=t.hints||{},o=n.businessObject;if(!1!==i.createElementsBehavior&&!o.variable&&(At(n,"dmn:Decision")||At(n,"dmn:InputData"))){var r=e.create("dmn:InformationItem",{name:o.name,typeRef:"Any"});r.$parent=o,o.variable=r}},!0)}cp.$inject=["drdFactory","injector"],Lt(cp,bd),up.$inject=["drdFactory","injector"],Lt(up,bd);function hp(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=Mi(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 Ti(e.source)[n]-Ti(t.source)[n]})}(i,o);var r=function(e,t,n){return e.map(function(i,o){var r=i.source,s=Ti(r),a=Oi(r),l=Oi(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(bd,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=Mi(n,o);e.hints||(e.hints={}),M(e.hints,function(e,t,n){var i=Ti(e),o=Ti(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=Mi(n,i),s=i.incoming.filter(e=>{var t=Mi(e.source,e.target);return At(e,"dmn:InformationRequirement")&&dp(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=Mi(n,i),s=i.incoming.filter(e=>{var n=Mi(e.source,e.target);return e!==t&&At(e,"dmn:InformationRequirement")&&dp(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(jt(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 dp(e,t){return e&&t&&e.split("-").shift()===t.split("-").shift()}function pp(e,t,n){e.invoke(bd,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 fp(e,t,n){bd.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)})}hp.$inject=["injector","layouter","modeling","rules"],Lt(hp,bd),Lt(pp,bd),pp.$inject=["injector","modeling","rules"],Lt(fp,bd),fp.$inject=["eventBus","modeling","selection"];const gp="id";class mp extends bd{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 gp in e&&gp in t}(t,n)||!At(e,"dmn:DRGElement")&&!At(e,"dmn:TextAnnotation")}}mp.$inject=["eventBus"];let vp=class extends bd{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 yp={__init__:["createConnectionBehavior","createShapeBehavior","idChangeBehavior","nameChangeBehavior","layoutConnectionBehavior","replaceConnectionBehavior","replaceElementBehavior"],createConnectionBehavior:["type",cp],createShapeBehavior:["type",up],idChangeBehavior:["type",mp],nameChangeBehavior:["type",vp],layoutConnectionBehavior:["type",hp],replaceConnectionBehavior:["type",pp],replaceElementBehavior:["type",fp]};function xp(e){bd.call(this,e),this.init()}function bp(e){e.invoke(xp,this)}function _p(e,t){if(!e||kp(e)||!t||kp(t))return null;if(e===t)return!1;if(At(e,"dmn:BusinessKnowledgeModel")&&jt(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")&&jt(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 wp(e,t){return jt(e,["dmn:BusinessKnowledgeModel","dmn:Decision","dmn:InputData","dmn:KnowledgeSource","dmn:TextAnnotation"])&&At(t,"dmn:Definitions")}function Cp(e,t){return r(e)||(e=[e]),!t||!(!g(e,function(e){return jt(e,["dmn:BusinessKnowledgeModel","dmn:Decision","dmn:InputData","dmn:KnowledgeSource","dmn:TextAnnotation","dmn:InformationRequirement","dmn:AuthorityRequirement","dmn:KnowledgeRequirement","dmn:Association"])})||!At(t,"dmn:Definitions"))}function kp(e){return!!e.labelTarget}xp.$inject=["eventBus"],Lt(xp,bd),xp.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)})},xp.prototype.init=function(){},Lt(bp,xp),bp.$inject=["injector"],bp.prototype.init=function(){this.addRule("connection.create",function(e){return _p(e.source,e.target)}),this.addRule("connection.reconnect",function(e){return e.connection,_p(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,Cp(n,t)}),this.addRule("shape.create",function(e){return wp(e.shape,e.target)}),this.addRule("shape.resize",function(e){return At(e.shape,"dmn:TextAnnotation")})},bp.prototype.canConnect=_p,bp.prototype.canCreate=wp,bp.prototype.canMove=Cp;var Ep={__depends__:[Sl],__init__:["drdRules"],drdRules:["type",bp]};function Op(e){this._model=e}function Sp(e,t,n,i,o){o.invoke(bd,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 Rp(e,t){this._modeling=e,this._canvas=t}function Tp(e){this._modeling=e}function Mp(e,t){this._canvas=e,this._layouter=t}Op.$inject=["moddle"],Op.prototype._needsId=function(e){return jt(e,["dmn:Artifact","dmn:DMNElement","dmn:DRGElement","dmndi:DMNDiagram","dmndi:DMNDiagramElement"])},Op.prototype._ensureId=function(e){var t=(e.$type||"").replace(/^[^:]*:/g,"")+"_";!e.id&&this._needsId(e)&&(e.id=this._model.ids.nextPrefixed(t,e))},Op.prototype.create=function(e,t){var n=this._model.create(e,t||{});return this._ensureId(n),n},Op.prototype.createDiShape=function(e,t,n){return this.create("dmndi:DMNShape",M({dmnElementRef:e,bounds:this.createDiBounds(t)},n))},Op.prototype.createDiBounds=function(e){return this.create("dc:Bounds",e)},Op.prototype.createDiEdge=function(e,t,n){return this.create("dmndi:DMNEdge",{dmnElementRef:e,waypoint:this.createDiWaypoints(t)},n)},Op.prototype.createDiWaypoints=function(e){var t=this;return e.map(function(e){return t.createDiWaypoint(e)})},Op.prototype.createDiWaypoint=function(e){return this.create("dc:Point",A(e,["x","y"]))},Op.prototype.createExtensionElements=function(){return this.create("dmn:ExtensionElements",{values:[]})},Lt(Sp,bd),Sp.$inject=["connectionDocking","definitionPropertiesView","drdFactory","drdRules","injector"],Sp.prototype.updateBounds=function(e){M(e.businessObject.di.bounds,{x:e.x,y:e.y,width:e.width,height:e.height})},Sp.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})},Sp.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)},Sp.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&&qn(n=e.$parent.get(i),e),t?(n=t.get(i))&&(n.push(e),e.$parent=t):e.$parent=null)},Sp.prototype.updateDiParent=function(e,t){if(e.$parent!==t){if(!jt(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,Vn(i,e)):(e.$parent=null,qn(i,e))}},Rp.$inject=["modeling","canvas"],Rp.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)})},Rp.prototype.postExecute=function(e){},Tp.$inject=["modeling"],Tp.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},Tp.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))},Mp.$inject=["canvas","layouter"],Mp.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},Mp.prototype.revert=function(e){var t=e.connection;return this._canvas.removeConnection(t),t.source=null,t.target=null,t};var Ap=Math.round;function Pp(e){this._modeling=e}Pp.$inject=["modeling"],Pp.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=Dn(d(t,function(e){return!e.hidden}));p(t,function(e){Ci(e)&&(e.waypoints=v(e.waypoints,function(e){return{x:Ap(e.x-l.x-l.width/2+o.x),y:Ap(e.y-l.y-l.height/2+o.y)}})),M(e,{x:Ap(e.x-l.x-l.width/2+o.x),y:Ap(e.y-l.y-l.height/2+o.y)})});var c=new Set(function(e){var t=new Set(e);return d(e,function(e){for(var n=e.parent;n;){if(t.has(n))return!1;n=n.parent}return!0})}(t)),u={};p(t,function(e){if(Ci(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);c.has(e)||(t.autoResize=!1),ki(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 Dp=Math.round;function $p(e){this._canvas=e}function jp(e){$p.call(this,e)}$p.$inject=["canvas"],$p.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-Dp(t.width/2),y:n.y-Dp(t.height/2)}),this._canvas.addShape(t,i,o),t},$p.prototype.revert=function(e){var t=e.shape;return this._canvas.removeShape(t),t},Lt(jp,$p),jp.$inject=["canvas"];var Ip=$p.prototype.execute;jp.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,Ip.call(this,e)};var Bp=$p.prototype.revert;function Lp(e,t){if("function"!=typeof t)throw new Error("removeFn iterator must be a function");if(!e)return[];for(var n;n=e[0];)t(n);return e}function Np(e,t){this._canvas=e,this._modeling=t}function qp(e,t){this._modeling=e,this._elementRegistry=t}function Vp(e,t){this._canvas=e,this._modeling=t}function Fp(e){this._modeling=e}jp.prototype.revert=function(e){return e.shape.labelTarget=null,Bp.call(this,e)},Np.$inject=["canvas","modeling"],Np.prototype.preExecute=function(e){var t=this._modeling,n=e.connection;Lp(n.incoming,function(e){t.removeConnection(e,{nested:!0})}),Lp(n.outgoing,function(e){t.removeConnection(e,{nested:!0})})},Np.prototype.execute=function(e){var t=e.connection,n=t.parent;return e.parent=n,e.parentIndex=Fn(n.children,t),e.source=t.source,e.target=t.target,this._canvas.removeConnection(t),t.source=null,t.target=null,t},Np.prototype.revert=function(e){var t=e.connection,n=e.parent,i=e.parentIndex;return t.source=e.source,t.target=e.target,Vn(n.children,t,i),this._canvas.addConnection(t,n),t},qp.$inject=["modeling","elementRegistry"],qp.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))})},Vp.$inject=["canvas","modeling"],Vp.prototype.preExecute=function(e){var t=this._modeling,n=e.shape;Lp(n.incoming,function(e){t.removeConnection(e,{nested:!0})}),Lp(n.outgoing,function(e){t.removeConnection(e,{nested:!0})}),Lp(n.children,function(e){Ci(e)?t.removeConnection(e,{nested:!0}):t.removeShape(e,{nested:!0})})},Vp.prototype.execute=function(e){var t=this._canvas,n=e.shape,i=n.parent;return e.oldParent=i,e.oldParentIndex=Fn(i.children,n),t.removeShape(n),n},Vp.prototype.revert=function(e){var t=this._canvas,n=e.shape,i=e.oldParent,o=e.oldParentIndex;return Vn(i.children,n,o),t.addShape(n,i),n},Fp.$inject=["modeling"];var zp={x:"y",y:"x"};function Qp(e,t){this._layouter=e,this._canvas=t}function Wp(){}function Hp(e,t,n){var i=sa(t),o=sa(n),r=aa(e,i),s=r.x*(n.width/t.width),a=r.y*(n.height/t.height);return Ei({x:o.x+s,y:o.y+a})}function Up(e,t,n){var i=Zp(e),o=Jp(i,t),r=i[0];return o.length?o[o.length-1]:Hp(r.original||r,n,t)}function Xp(e,t,n){var i=Zp(e),o=Jp(i,t),r=i[i.length-1];return o.length?o[0]:Hp(r.original||r,n,t)}function Kp(e,t,n){var i=Zp(e),o=Yp(t,n),r=i[0];return Hp(r.original||r,o,t)}function Gp(e,t,n){var i=Zp(e),o=Yp(t,n),r=i[i.length-1];return Hp(r.original||r,o,t)}function Yp(e,t){return{x:e.x-t.x,y:e.y-t.y,width:e.width,height:e.height}}function Zp(e){var t=e.waypoints;if(!t.length)throw new Error("connection#"+e.id+": no waypoints");return t}function Jp(e,t){return d(v(e,ef),function(e){return function(e,t){return"intersect"===Mi(t,e,1)}(e,t)})}function ef(e){return e.original||e}function tf(){this.allShapes={},this.allConnections={},this.enclosedElements={},this.enclosedConnections={},this.topLevel={}}function nf(e){this._modeling=e}function of(e){this._helper=new nf(e)}function rf(e){this._modeling=e,this._helper=new nf(e)}function sf(e){this._modeling=e}function af(e){return e.original||e}function lf(e,t){this._modeling=e,this._rules=t}function cf(e){this._modeling=e}function uf(e){this._modeling=e}function hf(e){return M({},e)}function df(e){switch(e){case"n":case"s":return"y";case"w":case"e":return"x"}}function pf(e,t,n){var i=df(n);return/e|s/.test(n)?e[i]>t:/n|w/.test(n)?e[i]<t:void 0}function ff(e){this._modeling=e}function gf(e){var t={};return p(e,function(e){t[e.id]=e.hidden,e.children&&(t=M({},t,gf(e.children)))}),t}function mf(e,t){var n=[];return p(e,function(e){e.hidden=t,n=n.concat(e),e.children&&(n=n.concat(mf(e.children,e.collapsed||t)))}),n}function vf(e,t){var n=[];return p(e,function(e){e.hidden=t[e.id],n=n.concat(e),e.children&&(n=n.concat(vf(e.children,t)))}),n}function yf(e){this._modeling=e}function xf(e,t){return qn(e&&e.attachers,t)}function bf(e,t,n){if(e){var i=e.attachers;i||(e.attachers=i=[]),Vn(i,t,n)}}function _f(){}function wf(e,t,n){this._eventBus=e,this._elementFactory=t,this._commandStack=n;var i=this;e.on("diagram.init",function(){i.registerHandlers(n)})}function Cf(e){this._moddle=e}function kf(){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)}}Fp.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[zp[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[zp[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)}))})},Fp.prototype.postExecute=function(e){},Qp.$inject=["layouter","canvas"],Qp.prototype.execute=function(e){var t=e.connection;return M(e,{oldWaypoints:t.waypoints}),t.waypoints=this._layouter.layoutConnection(t,e.hints),t},Qp.prototype.revert=function(e){var t=e.connection;return t.waypoints=e.oldWaypoints,t},Wp.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=qn(r.children,t),Vn(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},Wp.prototype.revert=function(e){var t=e.connection,n=t.parent,i=e.oldParent,o=e.oldParentIndex,r=e.delta;return qn(n.children,t),Vn(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},tf.prototype.add=function(e,t){return this.addAll([e],t)},tf.prototype.addAll=function(e,t){var i=function(e,t,i){n(t)&&(t=!0),s(t)&&(i=t,t=!0);var o=Bn((i=i||{}).allShapes),r=Bn(i.allConnections),a=Bn(i.enclosedElements),l=Bn(i.enclosedConnections),c=Bn(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 An(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},nf.prototype.moveRecursive=function(e,t,n){return e?this.moveClosure(this.getClosure(e),t,n):[]},nf.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&&Kp(e,e.source,t),connectionEnd:o&&Gp(e,e.target,t)})})},nf.prototype.getClosure=function(e){return(new tf).addAll(e,!0)},of.$inject=["modeling"],of.prototype.preExecute=function(e){e.closure=this._helper.getClosure(e.shapes)},of.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)},rf.$inject=["modeling"],rf.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=qn(r.children,t),Vn(i.children,t,o),M(t,{parent:i,x:t.x+n.x,y:t.y+n.y}),t},rf.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:Gp(e,t,n)})}),p(t.outgoing,function(e){o.layoutConnection(e,{connectionStart:Kp(e,t,n)})})),!1!==i.recurse&&this.moveChildren(e)},rf.prototype.revert=function(e){var t=e.shape,n=e.oldParent,i=e.oldParentIndex,o=e.delta;return Vn(n.children,t,i),M(t,{parent:n,x:t.x-o.x,y:t.y-o.y}),t},rf.prototype.moveChildren=function(e){var t=e.delta,n=e.shape;this._helper.moveRecursive(n.children,t,null)},rf.prototype.getNewParent=function(e){return e.newParent||e.shape.parent},sf.$inject=["modeling"],sf.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},sf.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||af(r(o)?o[0]:o)),!i||n&&"target"!==s.docking||(a.connectionEnd=a.connectionEnd||af(r(o)?o[o.length-1]:o)),s.newWaypoints&&(a.waypoints=s.newWaypoints),this._modeling.layoutConnection(t,a))},sf.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},lf.$inject=["modeling","rules"],lf.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,Xp(e,t,h),a)}),p(f,function(e){var i=e.target;l(t,i,e)&&n.reconnectStart(e,t,Up(e,t,h),a)})},lf.prototype.postExecute=function(e){var t=e.oldShape;this._modeling.removeShape(t)},lf.prototype.execute=function(e){},lf.prototype.revert=function(e){},lf.prototype.createShape=function(e,t,n,i){return this._modeling.createShape(e,t,n,i)},lf.prototype.reconnectStart=function(e,t,n,i){this._modeling.reconnectStart(e,t,n,i)},lf.prototype.reconnectEnd=function(e,t,n,i){this._modeling.reconnectEnd(e,t,n,i)},cf.$inject=["modeling"],cf.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},cf.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:Xp(e,n,i)})}),p(n.outgoing,function(e){t.layoutConnection(e,{connectionStart:Up(e,n,i)})}))},cf.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},uf.$inject=["modeling"],uf.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=[],i=new Set(e);p(t,function(e){i.add(e)});var o=new Set;return i.forEach(function(e){var t=e.incoming,r=e.outgoing;p(t.concat(r),function(e){var t=e.source,r=e.target;(i.has(t)||i.has(r))&&(o.has(e)||(o.add(e),n.push(e)))})}),n}(i,o),t,n,r,i,o,s)},uf.prototype.execute=function(){},uf.prototype.revert=function(){},uf.prototype.moveShapes=function(e,t){var n=this;p(e,function(e){n._modeling.moveShape(e,t,null,{autoResize:!1,layout:!1,recurse:!1})})},uf.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})})},uf.prototype.updateConnectionWaypoints=function(e,t,n,i,o,r,s){var a=this,l=new Set(o),c=new Set(r);p(e,function(e){var o=e.source,r=e.target,u=function(e){return v(e.waypoints,function(e){return(e=hf(e)).original&&(e.original=hf(e.original)),e})}(e),h=df(n),d={},p=l.has(o)||c.has(o),f=l.has(r)||c.has(r);p&&f?(u=v(u,function(e){return pf(e,i,n)&&(e[h]=e[h]+t[h]),e.original&&pf(e.original,i,n)&&(e.original[h]=e.original[h]+t[h]),e}),a._modeling.updateWaypoints(e,u,{labelBehavior:!1})):(p||f)&&(l.has(o)?d.connectionStart=Kp(e,o,t):l.has(r)?d.connectionEnd=Gp(e,r,t):c.has(o)?d.connectionStart=Up(e,o,s[o.id]):c.has(r)&&(d.connectionEnd=Xp(e,r,s[r.id])),a._modeling.layoutConnection(e,d))})},ff.$inject=["modeling"],ff.prototype.execute=function(e){var t=e.shape,n=t.children;e.oldChildrenVisibility=gf(n),t.collapsed=!t.collapsed;var i=mf(n,t.collapsed);return[t].concat(i)},ff.prototype.revert=function(e){var t=e.shape,n=e.oldChildrenVisibility,i=vf(t.children,n);return t.collapsed=!t.collapsed,[t].concat(i)},yf.$inject=["modeling"],yf.prototype.execute=function(e){var t=e.shape,n=e.newHost,i=t.host;return e.oldHost=i,e.attacherIdx=xf(i,t),bf(n,t),t.host=n,t},yf.prototype.revert=function(e){var t=e.shape,n=e.newHost,i=e.oldHost,o=e.attacherIdx;return t.host=i,xf(n,t),bf(i,t,o),t},_f.prototype.execute=function(e){var t=e.connection,n=e.newWaypoints;return e.oldWaypoints=t.waypoints,t.waypoints=n,t},_f.prototype.revert=function(e){var t=e.connection,n=e.oldWaypoints;return t.waypoints=n,t},wf.$inject=["eventBus","elementFactory","commandStack"],wf.prototype.getHandlers=function(){return{"shape.append":Tp,"shape.create":$p,"shape.delete":Vp,"shape.move":rf,"shape.resize":cf,"shape.replace":lf,"shape.toggleCollapse":ff,spaceTool:uf,"label.create":jp,"connection.create":Mp,"connection.delete":Np,"connection.move":Wp,"connection.layout":Qp,"connection.updateWaypoints":_f,"connection.reconnect":sf,"elements.create":Pp,"elements.move":of,"elements.delete":qp,"elements.distribute":Fp,"elements.align":Rp,"element.updateAttachment":yf}},wf.prototype.registerHandlers=function(e){p(this.getHandlers(),function(t,n){e.registerHandler(n,t)})},wf.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)},wf.prototype.updateAttachment=function(e,t){var n={shape:e,newHost:t};this._commandStack.execute("element.updateAttachment",n)},wf.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)},wf.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)},wf.prototype.layoutConnection=function(e,t){var n={connection:e,hints:t||{}};this._commandStack.execute("connection.layout",n)},wf.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},wf.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},wf.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},wf.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},wf.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},wf.prototype.removeElements=function(e){var t={elements:e};this._commandStack.execute("elements.delete",t)},wf.prototype.distributeElements=function(e,t,n){var i={groups:e,axis:t,dimension:n};this._commandStack.execute("elements.distribute",i)},wf.prototype.removeShape=function(e,t){var n={shape:e,hints:t||{}};this._commandStack.execute("shape.delete",n)},wf.prototype.removeConnection=function(e,t){var n={connection:e,hints:t||{}};this._commandStack.execute("connection.delete",n)},wf.prototype.replaceShape=function(e,t,n){var i={oldShape:e,newData:t,hints:n||{}};return this._commandStack.execute("shape.replace",i),i.newShape},wf.prototype.alignElements=function(e,t){var n={elements:e,alignment:t};this._commandStack.execute("elements.align",n)},wf.prototype.resizeShape=function(e,t,n,i){var o={shape:e,newBounds:t,minBounds:n,hints:i};this._commandStack.execute("shape.resize",o)},wf.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)},wf.prototype.updateWaypoints=function(e,t,n){var i={connection:e,newWaypoints:t,hints:n||{}};this._commandStack.execute("connection.updateWaypoints",i)},wf.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)},wf.prototype.reconnectStart=function(e,t,n,i){i||(i={}),this.reconnect(e,t,e.target,n,M(i,{docking:"source"}))},wf.prototype.reconnectEnd=function(e,t,n,i){i||(i={}),this.reconnect(e,e.source,t,n,M(i,{docking:"target"}))},wf.prototype.connect=function(e,t,n,i){return this.createConnection(e,t,n||{},e.parent,i)},wf.prototype._create=function(e,t){return t instanceof Xi?t:this._elementFactory.create(e,t)},wf.prototype.toggleCollapse=function(e,t){var n={shape:e,hints:t||{}};this._commandStack.execute("shape.toggleCollapse",n)},Cf.$inject=["moddle"],Cf.prototype.execute=function(e){var t=this._moddle.ids,n=e.id,i=e.element;e.claiming?t.claim(n,i):t.unclaim(n)},Cf.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 Ef="id";function Of(e,t){this._elementRegistry=e,this._moddle=t}function Sf(e,t){return Ef in e&&e[Ef]!==t[Ef]}function Rf(e,t){p(t,function(t,n){e.set(n,t)})}function Tf(e){this._elementRegistry=e}function Mf(e,t){p(t,function(t,n){e.set(n,t)})}function Af(e,t,n){this._canvas=e,this._drdRules=t,n.invoke(wf,this)}function Pf(){}Of.$inject=["elementRegistry","moddle"],Of.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 Sf(n,s)&&(r.unclaim(s[Ef]),o.updateId(t,n[Ef]),r.claim(n[Ef],s)),"name"in n&&t.label&&i.push(t.label),Rf(s,n),e.oldProperties=a,e.changed=i,i},Of.prototype.revert=function(e){const{element:t,properties:n,oldProperties:i}=e,o=$t(t),r=this._elementRegistry,s=this._moddle.ids;return Rf(o,i),Sf(n,o)&&(s.unclaim(n[Ef]),r.updateId(t,i[Ef]),s.claim(i[Ef],o)),e.changed},Tf.$inject=["elementRegistry"],Tf.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 Mf(n,i),e.oldProperties=r,e.changed=o,o},Tf.prototype.revert=function(e){var t=e.oldProperties,n=e.moddleElement,i=e.changed;return Mf(n,t),i},Lt(Af,wf),Af.$inject=["canvas","drdRules","injector"],Af.prototype.claimId=function(e,t){this._commandStack.execute("id.updateClaim",{id:e,element:t,claiming:!0})},Af.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)},Af.prototype.getHandlers=function(){var e=wf.prototype.getHandlers.call(this);return e["id.updateClaim"]=Cf,e["element.updateLabel"]=kf,e["element.updateProperties"]=Of,e["element.updateModdleProperties"]=Tf,e},Af.prototype.unclaimId=function(e,t){this._commandStack.execute("id.updateClaim",{id:e,element:t})},Af.prototype.updateModdleProperties=function(e,t,n){this._commandStack.execute("element.updateModdleProperties",{element:e,moddleElement:t,properties:n})},Af.prototype.updateProperties=function(e,t){this._commandStack.execute("element.updateProperties",{element:e,properties:t})},Af.prototype.updateLabel=function(e,t,n,i){this._commandStack.execute("element.updateLabel",{element:e,newLabel:t,newBounds:n,hints:i||{}})},Pf.prototype.layoutConnection=function(e,t){return[(t=t||{}).connectionStart||Ti(t.source||e.source),t.connectionEnd||Ti(t.target||e.target)]};function Df(e){this._connectionDocking=e}function $f(e,t){return e?e.original||e:Ti(t)}function jf(e){return M({original:e.point.original||e.point},e.actual)}function If(e,t){this._elementRegistry=e,this._graphicsFactory=t}Lt(Df,Pf),Df.$inject=["connectionDocking"],Df.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=Mi(i,o);if(s||(s=$f(r[0],i)),a||(a=$f(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]},If.$inject=["elementRegistry","graphicsFactory"],If.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(jf(i)),r.push(jf(o)),r},If.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}},If.prototype._getIntersection=function(e,t,n){return Ai(this._getShapePath(e),this._getConnectionPath(t),n)},If.prototype._getConnectionPath=function(e){return this._graphicsFactory.getConnectionPath(e)},If.prototype._getShapePath=function(e){return this._graphicsFactory.getShapePath(e)},If.prototype._getGfx=function(e){return this._elementRegistry.getGraphics(e)};var Bf={__init__:["modeling","drdUpdater"],__depends__:[yp,Ep,ea,Gd,Qs,Zd],drdFactory:["type",Op],drdUpdater:["type",Sp],elementFactory:["type",sl],modeling:["type",Af],layouter:["type",Df],connectionDocking:["type",If]};function Lf(e,t,n){this._eventBus=e,this._elementRegistry=n,this._outlineOffset=5,this._outlineStyle=t.cls("djs-outline",["no-fill"]);var i=this;function r(e){var t;s(t=e)&&o(t.parent)||i.createOutline(e)}e.on("element.hover",function(e){r(e.element)}),e.on("selection.changed",function(e){p(e.newSelection,r)}),e.on(["shape.changed","connection.changed"],500,function(e){var t=e.element,n=gt(".djs-outline",e.gfx);n&&i.updateOutline(t,n)})}Lf.prototype.createOutline=function(e){var t=this._elementRegistry.getGraphics(e);if(!t)throw new Error("cannot create outline for non-rendered element");var n=gt(".djs-outline",t);return n||(Gt(t,n=this.getOutline(e)||this._createOutlineGfx()),this.updateOutline(e,n)),n},Lf.prototype._createOutlineGfx=function(){var e=cn("rect");return Jt(e,M({x:0,y:0,rx:4,width:100,height:100},this._outlineStyle)),e},Lf.prototype.updateOutline=function(e,t){e.waypoints?this.updateConnectionOutline(t,e):this.updateShapeOutline(t,e)},Lf.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._outlineOffset,y:-this._outlineOffset,width:t.width+2*this._outlineOffset,height:t.height+2*this._outlineOffset})},Lf.prototype.updateConnectionOutline=function(e,t){var n=Dn(t);Jt(e,{x:n.x-this._outlineOffset,y:n.y-this._outlineOffset,width:n.width+2*this._outlineOffset,height:n.height+2*this._outlineOffset})},Lf.prototype.registerProvider=function(e,t){t||(t=e,e=1e3),this._eventBus.on("outline.getProviders",e,function(e){e.providers.push(t)})},Lf.prototype._getProviders=function(){var e=this._eventBus.createEvent({type:"outline.getProviders",providers:[]});return this._eventBus.fire(e),e.providers},Lf.prototype.getOutline=function(e){var t;return p(this._getProviders(),function(n){l(n.getOutline)&&(t=t||n.getOutline(e))}),t},Lf.$inject=["eventBus","styles","elementRegistry"];function Nf(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)})}Nf.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}}(Dn(e)),o=cn("rect");Jt(o,M({rx:3},i)),tn(o).add("djs-selection-outline"),Gt(t,o)}},Nf.$inject=["eventBus","canvas","selection"];var qf={__depends__:[Qs],__init__:["outline","multiSelectionOutline"],outline:["type",Lf],multiSelectionOutline:["type",Nf]},Vf=Math.round;function Ff(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+Vf(e.width/2),y:e.y+Vf(e.height/2)}}(n);return!1!==t.init(e,r,"shape.move",{cursor:"grabbing",autoActivate:i,data:{shape:n,context:o||{}}})||void 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=Vf(i.x),i.y=Vf(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=Os(e);if(!t)throw new Error("must supply DOM mousedown event");return a(t,e.element)}}),this.start=a}Ff.$inject=["eventBus","dragging","modeling","selection","rules"];var zf="djs-dragging",Qf="drop-ok",Wf="drop-not-ok",Hf="new-parent",Uf="attach-ok";function Xf(e,t,n,i){function o(e){var t=function(e){var t=new Set;e.forEach(function(e){t.add(e.id)});var n=d(e,function(e){return!Ci(e)||t.has(e.source.id)&&t.has(e.target.id)});return n}(r(e));return t}function r(e){var t=Pn(e),n=t.flatMap(e=>(e.incoming||[]).concat(e.outgoing||[])),i=t.concat(n);return[...new Set(i)]}function s(e,n){[Uf,Qf,Wf,Hf].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"])),Gt(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,zf)}),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,Uf):t.canExecute&&o&&i.id!==o.id?s(i,Hf):s(i,t.canExecute?Qf:Wf)),no(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,zf)}),o&&bn(o)}),this.makeDraggable=function(e,n,o){i.addDragger(n,e.dragGroup),o&&t.addMarker(n,zf),e.allDraggedElements?e.allDraggedElements.push(n):e.allDraggedElements=[n]}}Xf.$inject=["eventBus","canvas","styles","previewSupport"];var Kf={__depends__:[Bs,Qs,qf,Sl,wl,$c],__init__:["move","movePreview"],move:["type",Ff],movePreview:["type",Xf]};const Gf={width:135,height:46},Yf={width:100,height:63};function Zf(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 eg(e,t){var n;return"dmn:BusinessKnowledgeModel"===t?n=Gf:"dmn:KnowledgeSource"===t&&(n=Yf),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")&&eg(e,"dmn:BusinessKnowledgeModel")?n=Zf("\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")&&eg(e,"dmn:KnowledgeSource")&&(n=Zf("\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!!jt(e,["dmn:InputData","dmn:BusinessKnowledgeModel","dmn:KnowledgeSource"])};var tg={__depends__:[qf],__init__:["outlineProvider"],outlineProvider:["type",Jf]},ng=".djs-palette-toggle",ig=".entry",og=ng+", "+ig,rg="djs-palette-",sg="open",ag="two-column";function lg(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 cg(e,t){var n=t.getPaletteEntries();return l(n)?n(e):(p(n,function(t,n){e[n]=t}),e)}lg.$inject=["eventBus","canvas"],lg.prototype.registerProvider=function(e,t){t||(t=e,e=1e3),this._eventBus.on("palette.getProviders",e,function(e){e.providers.push(t)}),this._rebuild()},lg.prototype.getEntries=function(){return this._getProviders().reduce(cg,{})},lg.prototype._rebuild=function(){this._diagramInitialized&&(this._getProviders().length&&(this._container||this._init(),this._update()))},lg.prototype._init=function(){var e=this,t=this._eventBus,n=this._getParentContainer(),i=this._container=Ze(lg.HTML_MARKUP);n.appendChild(i),it(n).add(rg+"shown"),pt.bind(i,og,"click",function(t){if(ft(t.delegateTarget,ng))return e.toggle();e.trigger("click",t)}),ht.bind(i,"mousedown",function(e){e.stopPropagation()}),pt.bind(i,ig,"dragstart",function(t){e.trigger("dragstart",t)}),t.on("canvas.resized",this._layoutChanged,this),t.fire("palette.create",{container:i})},lg.prototype._getProviders=function(e){var t=this._eventBus.createEvent({type:"palette.getProviders",providers:[]});return this._eventBus.fire(t),t.providers},lg.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(ag,t),s.toggle(rg+ag,t),"open"in e&&(r.toggle(sg,e.open),s.toggle(rg+sg,e.open)),o.fire("palette.changed",{twoColumn:t,open:this.isOpen()})},lg.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="+ba(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()},lg.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()},lg.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()}},lg.prototype._layoutChanged=function(){this._toggleState({})},lg.prototype._needsCollapse=function(e,t){return e<46*Object.keys(t).length+50},lg.prototype.close=function(){this._toggleState({open:!1,twoColumn:!1})},lg.prototype.open=function(){this._toggleState({open:!0})},lg.prototype.toggle=function(){this.isOpen()?this.close():this.open()},lg.prototype.isActiveTool=function(e){return e&&this._activeTool===e},lg.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")}})},lg.prototype.isOpen=function(){return it(this._container).has(sg)},lg.prototype._getParentContainer=function(){return this._canvas.getContainer()},lg.HTML_MARKUP='<div class="djs-palette"><div class="djs-palette-entries"></div><div class="djs-palette-toggle"></div></div>';var ug={__init__:["palette"],palette:["type",lg]};function hg(e){this._eventBus=e,this._tools=[],this._active=null}hg.$inject=["eventBus"],hg.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)},hg.prototype.isActive=function(e){return e&&this._active===e},hg.prototype.length=function(e){return this._tools.length},hg.prototype.setActive=function(e){var t=this._eventBus;this._active!==e&&(this._active=e,t.fire("tool-manager.update",{tool:e}))},hg.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 dg={__depends__:[wl],__init__:["toolManager"],toolManager:["type",hg]};function pg(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)})}pg.$inject=["eventBus"],pg.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 fg={__init__:["mouse"],mouse:["type",pg]},gg="crosshair",mg="selected";function vg(e,t,n,i,o,r,s){this._selection=o,this._dragging=n,this._mouse=s;var a=this,l={create:function(e){var n=t.getActiveLayer(),i=e.frame=cn("rect");Jt(i,{class:"djs-lasso-overlay",width:1,height:1,x:0,y:0}),Gt(n,i),c(!0),this.update(e)},update:function(e){var n=e.frame,i=e.bbox;n&&i&&Jt(n,{x:i.x,y:i.y,width:i.width,height:i.height});var o=e.marked,r=e.lastMarked;if(o&&r){for(const e of r)o.has(e)||t.removeMarker(e,mg);for(const e of o)r.has(e)||t.addMarker(e,mg)}},remove:function(e){this.update(e),e.frame&&bn(e.frame),c(!1)}};function c(e){tn(t.getContainer()).toggle("djs-dragging-active-lasso",e)}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;a._select(Array.from(t.marked))}),e.on("lasso.start",function(e){var t=e.context;t.bbox=yg(e),t.add=Ds(e),t.lastMarked=new Set(o.get()),t.add?t.marked=t.lastMarked:t.marked=new Set,t.initialMarked=t.marked,l.create(t)}),e.on("lasso.move",function(e){var t=e.context,n=function(e){var t=i.getAll();return new Set(x($n(t,e)))}(t.bbox=yg(e)),o=t.initialMarked.union(n);t.lastMarked=t.marked,t.marked=o,l.update(t)}),e.on("lasso.cleanup",function(e){var t=e.context;t.lastMarked=t.marked,t.marked=new Set(o.get()),l.remove(e.context)}),e.on("element.mousedown",1500,function(e){if(Ds(e))return a.activateLasso(e.originalEvent),!0})}function yg(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}}vg.$inject=["eventBus","canvas","dragging","elementRegistry","selection","toolManager","mouse"],vg.prototype.activateLasso=function(e,t){this._dragging.init(e,"lasso",{autoActivate:t,cursor:gg,data:{context:{}},keepSelection:!0})},vg.prototype.activateSelection=function(e,t){this._dragging.init(e,"lasso.selection",{trapClick:!1,autoActivate:t,cursor:gg,data:{context:{}},keepSelection:!0})},vg.prototype._select=function(e){this._selection.select(e)},vg.prototype.select=function(e,t,n=[]){var i=x($n(e,t));this._select([...n,...i])},vg.prototype.toggle=function(){if(this.isActive())return this._dragging.cancel();var e=this._mouse.getLastMoveEvent();this.activateSelection(e,!!e)},vg.prototype.isActive=function(){var e=this._dragging.context();return e&&/^lasso/.test(e.prefix)};var xg={__depends__:[dg,fg],__init__:["lassoTool"],lassoTool:["type",vg]},bg=1500,_g="grab";function wg(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",bg,function(e){if(Ps(e))return s.activateMove(e.originalEvent,!0),!1}),a&&a.addListener(bg,function(e){if(Cg(e.keyEvent)&&!s.isActive()){var t=s._mouse.getLastMoveEvent();s.activateMove(t,!!t)}},"keyboard.keydown"),a&&a.addListener(bg,function(e){Cg(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 Cg(e){return Ta("Space",e)}wg.$inject=["eventBus","canvas","dragging","injector","toolManager","mouse"],wg.prototype.activateMove=function(e,t,n){"object"==typeof t&&(n=t,t=!1),this._dragging.init(e,"hand.move",{autoActivate:t,cursor:_g,data:{context:n||{}}})},wg.prototype.activateHand=function(e,t,n){this._dragging.init(e,"hand",{trapClick:!1,autoActivate:t,cursor:_g,data:{context:{reactivate:n}}})},wg.prototype.toggle=function(){if(this.isActive())return this._dragging.cancel();var e=this._mouse.getLastMoveEvent();this.activateHand(e,!!e)},wg.prototype.isActive=function(){var e=this._dragging.context();return!!e&&/^(hand|hand\.move)$/.test(e.prefix)};var kg={__depends__:[dg,fg],__init__:["handTool"],handTool:["type",wg]};function Eg(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)}Eg.$inject=["palette","create","elementFactory","handTool","lassoTool","translate"],Eg.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 Og={__depends__:[ks,ug,ou,xg,kg],__init__:["paletteProvider"],paletteProvider:["type",Eg]},Sg=Math.max,Rg=Math.min;function Tg(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)?Rg:Sg)(i,o)),a(r)&&(i=(/top|left/.test(e)?Sg:Rg)(i,r)),i}function Mg(e,t){return void 0!==e?e:20}function Ag(e){return!e.waypoints&&"label"!==e.type}function Pg(e,t){var n;if((n=void 0===e.length?d(e.children,Ag):e).length)return function(e,t){var n,i,o,r;return"object"==typeof t?(n=Mg(t.left),i=Mg(t.right),o=Mg(t.top),r=Mg(t.bottom)):n=i=o=r=Mg(t),{x:e.x-n,y:e.y-o,width:e.width+n+i,height:e.height+o+r}}(Dn(n),t)}function Dg(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=Oi(e);return Si({top:Tg("top",n,t),right:Tg("right",n,t),bottom:Tg("bottom",n,t),left:Tg("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:Oi(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 $g(e,t){var n=Ti(e),i=Oi(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 jg(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"}Dg.prototype.canResize=function(e){var t=this._rules,n=A(e,["newBounds","shape","delta","direction"]);return t.allowed("shape.resize",n)},Dg.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,$g(t,o),"resize",{autoActivate:!0,cursor:jg(o),data:{shape:t,context:i}})},Dg.prototype.computeMinResizeBox=function(e){var t=e.shape;return function(e,t,n,i){var o=Oi(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?Oi(i):r;return Si({top:Rg(r.top,s.top),left:Rg(r.left,s.left),bottom:Sg(r.bottom,s.bottom),right:Sg(r.right,s.right)})}(e.direction,t,e.minDimensions||{width:10,height:10},Pg(t,e.childrenBoxPadding))},Dg.$inject=["eventBus","rules","modeling","dragging"];var Ig="djs-resizing",Bg="resize-not-ok";function Lg(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,Ig)),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,Ig)})}Lg.$inject=["eventBus","canvas","previewSupport"];var Ng=-6,qg="djs-resizer",Vg=["n","w","s","e","nw","ne","se","sw"];function Fg(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,T(o.addResizer,o))}),e.on("shape.changed",function(e){var t=e.element;n.isSelected(t)&&(o.removeResizers(),o.addResizer(t))})}Fg.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)},Fg.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=Ng);-1!==e.indexOf("s")?t.y=6:-1!==e.indexOf("n")&&(t.y=Ng);return t}(i),s=cn("g");tn(s).add(qg),tn(s).add(qg+"-"+e.id),tn(s).add(qg+"-"+i),Gt(o,s);var a=cn("rect");Jt(a,{x:-4+r.x,y:-4+r.y,width:8,height:8}),tn(a).add(qg+"-visual"),Gt(s,a);var l=cn("rect");return Jt(l,{x:-10+r.x,y:-10+r.y,width:20,height:20}),tn(l).add(qg+"-hit"),Gt(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},Fg.prototype.createResizer=function(e,t){var n=$g(e,t),i=this._createResizer(e,n.x,n.y,t);this.makeDraggable(e,i,t)},Fg.prototype.addResizer=function(e){var t=this;Ci(e)||p(Vg,function(n){t._resize.canResize({shape:e,direction:n})&&t.createResizer(e,n)})},Fg.prototype.removeResizers=function(){on(this._getResizersParent())},Fg.prototype._getResizersParent=function(){return this._canvas.getLayer("resizers")},Fg.$inject=["eventBus","canvas","selection","resize"];var zg={__depends__:[Sl,wl,$c],__init__:["resize","resizePreview","resizeHandles"],resize:["type",Dg],resizePreview:["type",Lg],resizeHandles:["type",Fg]};function Qg(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&&jt(i,["dmn:Decision","dmn:InputData"])&&o!==r){var a="reconnectStart"===s||"reconnectEnd"===s,l=Mi(o,r);a&&i===o?(!function(e,t){var n=e.context,i=n.source,o=Wg(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=Hg(r,l)):a&&i===r&&(t.hints.connectionStart=Wg(o,l),function(e,t){var n=e.context,i=n.target,o=Hg(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 Wg(e,t){var n=Oi(e),i=Ti(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 Hg(e,t){var n=Oi(e),i=Ti(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}Qg.$inject=["eventBus"];function Ug(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=Mi(o,r);t.connectionStart=Ti(o),t.connectionEnd=i===o?Ti(r):{x:e.x,y:e.y},s.includes("bottom")?(t.connectionStart.y=Oi(o).top,t.connectionEnd.y=Oi(r).bottom):s.includes("top")?(t.connectionStart.y=Oi(o).bottom,t.connectionEnd.y=Oi(r).top):s.includes("right")?(t.connectionStart.x=Oi(o).left,t.connectionEnd.x=Oi(r).right):(t.connectionStart.x=Oi(o).right,t.connectionEnd.x=Oi(r).left)}else delete t.connectionStart,delete t.connectionEnd})}function Xg(){this._targets={},this._snapOrigins={},this._snapLocations=[],this._defaultSnaps={}}function Kg(){this._snapValues={}}Ug.$inject=["eventBus"],Xg.prototype.getSnapOrigin=function(e){return this._snapOrigins[e]},Xg.prototype.setSnapOrigin=function(e,t){this._snapOrigins[e]=t,-1===this._snapLocations.indexOf(e)&&this._snapLocations.push(e)},Xg.prototype.addDefaultSnap=function(e,t){var n=this._defaultSnaps[e];n||(n=this._defaultSnaps[e]=[]),n.push(t)},Xg.prototype.getSnapLocations=function(){return this._snapLocations},Xg.prototype.setSnapLocations=function(e){this._snapLocations=e},Xg.prototype.pointsForTarget=function(e){var t=e.id||e,n=this._targets[t];return n||(n=this._targets[t]=new Kg).initDefaults(this._defaultSnaps),n},Kg.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)},Kg.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],lc(o-e)<=n)return o}(e[n],o[n],i)},Kg.prototype.initDefaults=function(e){var t=this;p(e||{},function(e,n){p(e,function(e){t.add(n,e)})})};function Gg(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||!Ra(e.originalEvent))&&!hc(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()})}Gg.$inject=["elementRegistry","eventBus","snapping"],Gg.prototype.initSnap=function(e){var t,n=this._elementRegistry,i=e.context,o=i.shape,r=i.snapContext;r||(r=i.snapContext=new Xg);var s=(t=n.get(o.id)?uc(o,e):{x:e.x+uc(o).x,y:e.y+uc(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}),ki(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},Gg.prototype.addSnapTargetPoints=function(e,t,n){return p(this.getSnapTargets(t,n),function(n){if(ki(n))ki(t)&&e.add("mid",uc(n));else if(Ci(n)){if(n.waypoints.length<3)return;p(n.waypoints.slice(1,-1),function(t){e.add("mid",t)})}else e.add("mid",uc(n))}),a(t.x)&&a(t.y)?(this._elementRegistry.get(t.id)&&e.add("mid",uc(t)),e):e},Gg.prototype.getSnapTargets=function(e,t){return pc(t).filter(function(e){return!e.hidden})};function Yg(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&&Ra(e.originalEvent)||hc(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)&&dc(e,"x",e.x),function(e){return"e"===e||"w"===e}(s)&&dc(e,"y",e.y),t.snap(e,l)}}),e.on(["resize.cleanup"],function(){t.hide()})}function Zg(e,t){var n=Ti(e),i=Oi(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}Yg.prototype.initSnap=function(e){var t=e.context,n=t.shape,i=t.direction,o=t.snapContext;o||(o=t.snapContext=new Xg);var r=Zg(n,i);return o.setSnapOrigin("corner",{x:r.x-e.x,y:r.y-e.y}),o},Yg.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",Zg(t,i)),e},Yg.$inject=["eventBus","snapping"],Yg.prototype.getSnapTargets=function(e,t){return pc(t).filter(function(t){return!(n=t,i=e,n.host===i||Ci(t)||function(e){return!!e.hidden}(t)||ki(t));var n,i})};function Jg(e){this._canvas=e,this._asyncHide=R(T(this.hide,this),1e3)}Jg.$inject=["canvas"],Jg.prototype.snap=function(e,t){var n=e.context.snapContext,i=n.getSnapLocations(),o={x:hc(e,"x"),y:hc(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)&&dc(e,t,n.originValue)})},Jg.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"),Gt(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"})}}},Jg.prototype._createSnapLines=function(){this._snapLines={horizontal:this._createLine("horizontal"),vertical:this._createLine("vertical")}},Jg.prototype.showSnapLine=function(e,t){var n=this.getSnapLine(e);n&&n.update(t),this._asyncHide()},Jg.prototype.getSnapLine=function(e){return this._snapLines||this._createSnapLines(),this._snapLines[e]},Jg.prototype.hide=function(){p(this._snapLines,function(e){e.update()})};var em={__depends__:[{__init__:["createMoveSnapping","resizeSnapping","snapping"],createMoveSnapping:["type",Gg],resizeSnapping:["type",Yg],snapping:["type",Jg]}],__init__:["bendpointSnapping","connectSnapping"],bendpointSnapping:["type",Qg],connectSnapping:["type",Ug]};const tm=["string","boolean","number","date","time","dateTime","dayTimeDuration","yearMonthDuration","Any"];class nm{constructor(e){this._dataTypes=e||tm}getAll(){return this._dataTypes}}nm.$inject=["config.dataTypes"];var im={__init__:["dataTypes"],dataTypes:["type",nm]};class om{constructor(e,t,n,i,o,r){this._eventBus=e,this._overlays=t,this._dataTypes=n,this._drdFactory=i,this._modeling=o,this._translate=r,this._current=null,this._eventBus.on("selection.changed",e=>{this.close();const t=e.newSelection,n=1===t.length?t[0]:null;n&&At(n,"dmn:InputData")&&this.open(n)}),this._eventBus.on("elements.changed",e=>{if(!this._current)return;const{element:t}=this._current;e.elements.includes(t)&&this._update()})}open(e){const t=this._getOverlayNode(e);this._current={element:e,container:t},this._overlays.add(e,"type-ref-dropdown",{position:{top:60,left:0},html:t})}close(){this._current=null,this._overlays.remove({type:"type-ref-dropdown"})}_update(){if(!this._current)return;const{element:e,container:t}=this._current;t.querySelector("select").value=this._getTypeRef(e)}_getOverlayNode(e){const t=document.createElement("div");t.className="dms-type-ref-dropdown";const n=document.createElement("select");n.className="dms-type-ref-select dms-select",n.ariaLabel=this._translate("Type");const i=this._getTypeRef(e),o=this._dataTypes.getAll();return(o.includes(i)?o:[i,...o]).map(e=>{const t=document.createElement("option");return t.value=e,t.textContent=this._translate(e),t}).forEach(e=>n.appendChild(e)),n.value=i,t.appendChild(n),n.addEventListener("change",t=>{this._setTypeRef(e,t.target.value)}),t}_getTypeRef(e){const t=$t(e);return t.get("variable")?.get("typeRef")||"Any"}_setTypeRef(e,t){const n=$t(e),i=n.get("variable");if(!i){const i=this._drdFactory.create("dmn:InformationItem",{name:n.get("name"),typeRef:t});return void this._modeling.updateProperties(e,{variable:i})}this._modeling.updateModdleProperties(e,i,{typeRef:t})}}om.$inject=["eventBus","overlays","dataTypes","drdFactory","modeling","translate"];var rm={__depends__:[im,Ys,ks],__init__:["typeRefDropdown"],typeRefDropdown:["type",om]};function sm(e){Fa.call(this,e)}function am(e,t){fm(e,"dmn:Decision")?function(e,t){for(const n of e.get("informationRequirement"))lm(n,t);for(const n of e.get("knowledgeRequirement"))um(n,t)}(e,t):fm(e,"dmn:BusinessKnowledgeModel")?function(e,t){for(const n of e.get("knowledgeRequirement"))um(n,t)}(e,t):fm(e,"dmn:Expression")&&function(e,t){fm(e,"dmn:FunctionDefinition")&&function(e,t){const n=e.get("formalParameter");for(const e of n)hm(e,t)}(e,t)}(e,t)}function lm(e,t){const n=e.get("requiredInput");n&&function(e,t){const n=pm(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=pm(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(fm(e,"dmn:DecisionTable")){!function(e,t){if(1===e.length){const n={...cm(e[0]),name:t.name};return void Object.assign(t,n)}const n=e.map(cm);t.entries=n.filter(e=>!!e.name)}(e.get("output"),t)}}(r,o);t.variables.push(o)}(i,t)}function cm(e){const t={name:e.name};return e.typeRef&&(t.detail=e.typeRef),t}function um(e,t){const n=e.get("requiredKnowledge");n&&function(e,t){const n=pm(e,t.rootElement);if(!n)return;fm(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 hm(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 dm(e){let t=e;for(;t.$parent;)t=t.$parent;return t}function pm(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 fm(e,t){return e.$instanceOf(t)}Lt(sm,Fa),sm.prototype._modelingModules=[Xa,gl,El,vc,Gh,Zh,rd,ud,md,xd,Md,Bd,qd,Xd,lp,Bf,Kf,tg,Og,zg,em,rm],sm.prototype._modules=[].concat(sm.prototype._modules,sm.prototype._modelingModules);class gm{constructor(e){e.registerProvider(this)}getVariables(e,t){return e.concat(function(e){const t={variables:[],rootElement:dm(e)};for(let n=e;n;n=n.$parent)am(n,t);return t.variables}(t))}}gm.$inject=["variableResolver"];const mm={__init__:["dmnVariableProvider"],dmnVariableProvider:["type",gm],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 vm{constructor(e){M(this,e),wm(this,"businessObject",{writable:!0})}}class ym extends vm{constructor(e){super(e),wm(this,"root",{writable:!0}),wm(this,"cells",{enumerable:!0,value:this.cells||[]})}}class xm extends vm{constructor(e){super(e),wm(this,"root",{writable:!0}),wm(this,"cells",{enumerable:!0,value:this.cells||[]})}}class bm extends vm{constructor(e){super(e),wm(this,"row",{writable:!0}),wm(this,"col",{writable:!0})}}const _m={root:class extends vm{constructor(e){super(e),wm(this,"rows",{enumerable:!0,value:this.rows||[]}),wm(this,"cols",{enumerable:!0,value:this.cols||[]})}},row:ym,col:xm,cell:bm};function wm(e,t,n){Object.defineProperty(e,t,n)}let Cm=class{constructor(){this._uid=12}create(e,t={}){return t.id||(t.id=e+"_"+this._uid++),function(e,t){const n=_m[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)}},km=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 Em(this._elements)}forEach(e){Em(this._elements).forEach(t=>e(t))}filter(e){return Em(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 Em(e){return Object.keys(e).map(function(t){return e[t]})}km.$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 Sm extends Wr{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 Mo(1,"div","tjs-container",[n&&n.map((e,t)=>Ao(2,e,null,t)),Mo(1,"div","tjs-table-container",Mo(1,"table","tjs-table",[o&&Ao(2,o,{rows:e,cols:t}),r&&Ao(2,r,{rows:e,cols:t}),s&&Ao(2,s,{rows:e,cols:t})],0),2,{onScroll:this.onScroll}),i&&i.map((e,t)=>Ao(2,e,null,t))],0)}}let Rm=class{constructor(e,t,n,i,o){const{container:r}=n;this._container=r,i.on("root.added",()=>{qr(Ao(2,Sm,{injector:o}),r)}),i.on("root.remove",()=>{qr(null,r)})}getContainer(){return this._container}};Rm.$inject=["changeSupport","components","config.renderer","eventBus","injector"];var Tm={__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",Rm]};class Mm{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),Am(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],Am(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&&(Pm(n,t.rows),e.root=void 0,this._elementRegistry.remove(e),e.cells.forEach((e,i)=>{this._elementRegistry.remove(e),e.col=void 0,Pm(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),Am(t,n.cols,e),e.root=n,e.cells.forEach((i,o)=>{this._elementRegistry.add(i),i.col=e,i.row=n.rows[o],Am(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&&(Pm(n,t.cols),e.root=void 0,this._elementRegistry.remove(e),e.cells.forEach((e,i)=>{this._elementRegistry.remove(e),e.row=void 0,Pm(n,t.rows[i].cells)}),this._eventBus.fire("col.remove",{col:e}))}resized(){this._eventBus.fire("sheet.resized")}}function Am(e,t,n){return t.splice(e,0,n)}function Pm(e,t){return t.splice(e,1)}function Dm(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}Mm.$inject=["elementRegistry","eventBus"],Dm.$inject=["config.throttle"];var $m={__depends__:[Tm],__init__:["elementFactory","sheet"],elementFactory:["type",Cm],elementRegistry:["type",km],eventBus:["type",j],sheet:["type",Mm],throttle:["factory",Dm]};class jm{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]},$m].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 Im(e){if(!e)return"<null>";const t=e.id?` id="${e.id}"`:"";return`<${e.$type}${t} />`}function Bm(e,t){function n(t,n,i){if(t.gfx)throw new Error(`already rendered ${Im(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 ${Im(t)}`);{if(!r.output)throw new Error(`missing output for ${Im(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 Lm(e,t){const{elements:n,index:i}=e;return i[t]?e:{elements:[...n,t],index:{...i,[t]:!0}}}function Nm(...e){let t={elements:[],index:{}};return e.forEach(function(e){const n=typeof e;"string"===n&&e.length>0?t=Lm(t,e):"object"===n&&null!==e&&Object.keys(e).forEach(function(n){e[n]&&(t=Lm(t,n))})}),function(e,t){return e.elements.join(t)}(t," ")}function qm(e){return Vm(e.constructor,e)}function Vm(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 Fm(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&&Vm(t,e),"__init"in t&&t.__init.call(e,e.props,e.context)}const zm={getSelectionClasses(){const{selected:e,selectedSecondary:t,focussed:n}=this.state;return Nm({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 Qm extends Wr{constructor(e,t){super(e,t),Fm(this,zm),qm(this)}getRenderProps(...e){const{className:t,elementId:n,coords:i,...o}=this.props,r={className:Nm(...e,this.getSelectionClasses(),t)};return n&&(r["data-element-id"]=n),i&&(r["data-coords"]=i),{...r,...o}}}class Wm extends Qm{constructor(e,t){super(e,t),this.state={}}render(){const{children:e}=this.props;return Do(Mo(1,"td",null,e,0,{...this.getRenderProps("cell")}))}}const Hm={slotFill(e,t){const{type:n,context:i,...o}=e,r=this.components.getComponent(n,i)||t;return r?Do(Ao(2,r,{...i,...o})):null},slotFills(e){const{type:t,context:n,...i}=e;return this.components.getComponents(t,n).map(e=>Do(Ao(2,e,{...n,...i})))},$inject:["components"]};class Um extends Wr{constructor(e,t){super(e,t),Fm(this,Hm),qm(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 Mo(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 Xm(e){const{row:t}=e,{id:n,description:i}=t.businessObject;return Ao(2,Wm,{className:"annotation",elementId:n,children:i||"-"})}function Km(e){e.onGetComponent("cell",({cellType:e})=>"after-label-cells"===e?Um:"after-rule-cells"===e?Xm:void 0)}Um.$inject=["changeSupport","sheet","translate"],Km.$inject=["components"];var Gm={__init__:["annotationsProvider"],annotationsProvider:["type",Km]};function Ym(e,t){return M({id:e.id,type:e.$type,businessObject:e},t)}class Zm{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(Ym(e)),this._sheet.setRoot(t);else if(At(e,"dmn:InputClause"))t=this._elementFactory.createCol(Ym(e)),this._sheet.addCol(t);else if(At(e,"dmn:OutputClause"))t=this._elementFactory.createCol(Ym(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(Ym(e)));t=this._elementFactory.createRow(M(Ym(e),{cells:n})),this._sheet.addRow(t)}return this._eventBus.fire("dmnElement.added",{element:t}),t}}Zm.$inject=["elementFactory","eventBus","sheet"];var Jm={__depends__:[{__depends__:[ks],tableImporter:["type",Zm]},Tm]};class ev extends Wr{constructor(e,t){super(e,t),Fm(this,Hm),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 Mo(1,"thead",null,Mo(1,"tr",null,[Mo(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},tv)}),i.map((e,t)=>this.slotFill({type:"cell",context:{cellType:"output-header",output:e,index:t,outputsLength:i.length},key:e.id},nv)),this.slotFills({type:"cell",context:{cellType:"after-label-cells"}})],0),2)}}function tv(e,t){const{input:n,className:i,index:o}=e,{label:r,inputExpression:s,inputValues:a}=n,l=t.injector.get("translate");return Mo(1,"th",(i||"")+" input-cell",[Mo(1,"div","clause",l(0===o?"When":"And"),0),r?Mo(1,"div","input-label",r,0,{title:l("Input label: ")+r}):Mo(1,"div","input-expression",s.text,0,{title:l("Input expression: ")+s.text}),Mo(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 nv(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 Mo(1,"th",(i||"")+" output-cell",[Mo(1,"div","clause",c(0===o?"Then":"And"),0),r?Mo(1,"div","output-label",r,0,{title:c("Output label")}):Mo(1,"div","output-name",s,0,{title:c("Output name")}),Mo(1,"div","output-variable",a&&a.text||l,0,{title:a&&a.text?c("Output values"):c("Output type")})],0,null,n.id)}function iv(e){e.onGetComponent("table.head",()=>ev)}iv.$inject=["components"];var ov={__init__:["decisionTableHeadProvider"],decisionTableHeadProvider:["type",iv]};let rv=class extends Wr{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),qm(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")||sv;return Mo(1,"div","decision-table-properties",[Mo(1,"div","decision-table-name",t,0,{title:this._translate("Decision name: ")+t}),Mo(1,"div","decision-table-header-separator"),Ao(2,n)],4)}};function sv(){return null}rv.$inject=["sheet","components"];let av=class{constructor(e){e.onGetComponent("table.before",500,()=>rv)}};av.$inject=["components"];var lv={__init__:["decisionTableProperties"],decisionTableProperties:["type",av]};class cv extends Wr{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 Mo(1,"td","rule-index",[i&&i.map(n=>Ao(2,n,{row:e,rowIndex:t})),t+1],0,{"data-element-id":e.id,"data-row-id":e.id})}}class uv{constructor(e){e.onGetComponent("cell",({cellType:e})=>{if("before-rule-cells"===e)return cv})}}uv.$inject=["components"];var hv={__init__:["decisionRuleIndices"],decisionRuleIndices:["type",uv]};const dv=[{label:"FEEL",value:"feel"}];class pv{constructor(e){this._injector=e;const t=e.get("config.expressionLanguages")||{};this._config={options:dv,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)}}pv.$inject=["injector"];var fv={__init__:["expressionLanguages"],expressionLanguages:["type",pv]};class gv{constructor(e){this._feelLanguageContext=e}getConfig(){return this._feelLanguageContext}}gv.$inject=["config.feelLanguageContext"];var mv={__init__:["feelLanguageContext"],feelLanguageContext:["type",gv]};class vv extends Wr{render({rows:e,cols:t}){const{components:n}=this.context;return Mo(1,"tbody",null,e.map((e,i)=>{const o=n.getComponent("row",{rowType:"rule"});return o&&Ao(2,o,{row:e,rowIndex:i,cols:t},e.id)}),0)}}class yv extends Wr{constructor(e,t){super(e,t),Fm(this,Hm)}render(){const{row:e,rowIndex:t,cols:n}=this.props,{cells:i}=e;return Mo(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 xv extends Wr{render(){const{cell:e,row:t,col:n}=this.props;return At(e,"dmn:UnaryTests")?Ao(2,Wm,{className:"input-cell",elementId:e.id,"data-row-id":t.id,"data-col-id":n.id,children:e.businessObject.text}):Ao(2,Wm,{className:"output-cell",elementId:e.id,"data-row-id":t.id,"data-col-id":n.id,children:e.businessObject.text})}}let bv=class{constructor(e){e.onGetComponent("table.body",()=>vv),e.onGetComponent("row",({rowType:e})=>{if("rule"===e)return yv}),e.onGetComponent("cell",({cellType:e})=>{if("rule"===e)return xv})}};bv.$inject=["components"];var _v={__depends__:[fv,mv],__init__:["decisionRules"],decisionRules:["type",bv]};const wv=[{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 Cv extends Wr{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),qm(this)}getRoot(){return this.sheet.getRoot()}render(){const e=this.getRoot().businessObject,{aggregation:t,hitPolicy:n}=e,i=h(wv,e=>function(e,t){return e.hitPolicy===t.hitPolicy&&e.aggregation===t.aggregation}(e.value,{aggregation:t,hitPolicy:n}));return Mo(1,"div","hit-policy header",[Mo(1,"label","dms-label",this._translate("Hit policy:"),0),Mo(1,"span","hit-policy-value",this._translate(i.label),0)],4,{title:this._translate(i.explanation)})}}function kv(e){e.onGetComponent("hit-policy",()=>Cv)}Cv.$inject=["sheet"],kv.$inject=["components"];var Ev={__init__:["hitPolicyProvider"],hitPolicyProvider:["type",kv]};let Ov=class extends Wr{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 Mo(1,"div","view-drd",Mo(1,"button","view-drd-button",this._translate("View DRD"),0,{type:"button",onClick:this.onClick}),2,null,null,e=>this.node=e)}},Sv=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=Rv(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=Rv(this._sheet.getRoot());return!!e.getView(t)}};function Rv(e){const{businessObject:t}=e;if(!t)return;return t.$parent.$parent}Sv.$inject=["components","eventBus","injector","sheet"];var Tv={__init__:["viewDrd"],viewDrd:["type",Sv]};let Mv=class{constructor(e){e.onGetComponent("table.before",()=>Kr)}};Mv.$inject=["components"];var Av={__init__:["poweredBy"],poweredBy:["type",Mv]};let Pv=class e extends jm{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 Bm({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:[Av,...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[Gm,Jm,ks,ov,lv,hv,_v,Ev,Tv]}static _createContainer(){return Ze('<div class="dmn-decision-table-container"></div>')}};class Dv extends Wr{constructor(e,t){super(e,t),qm(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=[Mo(1,"td","add-rule-add",Mo(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(Mo(1,"td","input-cell",Po("-"),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(Mo(1,"td",i,r,0,{"data-col-index":n}))}return Mo(1,"tfoot","actionable add-rule",Mo(1,"tr",null,t,0),2,{onClick:this.handleClick})}}Dv.$inject=["sheet","translate"];class $v{constructor(e,t,n,i){e.onGetComponent("table.foot",()=>Dv),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])})}}$v.$inject=["components","editorActions","eventBus","selection"];class jv{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}}jv.$inject=["elementRegistry","eventBus","renderer"];class Iv{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()})}}Iv.$inject=["elementRegistry","eventBus","renderer","selection"];var Bv={__init__:["selection","selectionBehavior"],selection:["type",jv],selectionBehavior:["type",Iv]};function Lv(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 Nv=["click","dblclick","contextmenu","mousedown","mouseup","mouseenter","mouseleave","mouseout","mouseover","mousemove","focusin","focusout","drag","dragstart","dragend","dragover","dragenter","dragleave","drop"];class qv{constructor(e,t){Lv(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(Nv)}),t.on("table.destroy",()=>{this._removeEventListeners(Nv)})}_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)})}}qv.$inject=["config.renderer","eventBus"];var Vv={__init__:["interactionEvents"],interactionEvents:["type",qv]},Fv="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function zv(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Qv,Wv={exports:{}},Hv=Wv.exports;
/*! https://mths.be/cssescape v1.5.1 by @mathias | MIT license */var Uv,Xv,Kv,Gv,Yv,Zv,Jv=(Qv||(Qv=1,function(e){var t;t=void 0!==Fv?Fv:Hv,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)}(Wv)),Wv.exports),ey=zv(Jv);function ty(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function ny(){if(Gv)return Kv;Gv=1;var e=/\b(Array|Date|Object|Math|JSON)\b/g;return Kv=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},Kv}var iy=function(){if(Zv)return Yv;Zv=1;var e=(Xv||(Xv=1,Uv=function(e,t){return e^t}),Uv),t=ny();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 Yv=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},Yv}(),oy=ty(iy),ry=window.getSelection();function sy(e){ry?.removeAllRanges(),ry?.addRange(e)}function ay(){return ry}function ly(e,t){var n=function(e,t){var n,i=t.start,o=t.end,r=document.createRange(),s=oy(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||(hy(a)||a.previousSibling&&(dy(a)||py(a)))&&c++,uy(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);sy(n)}function cy(e){if(!function(e){if(!ry?.rangeCount)return null;var t=ry.focusNode;return uy(t)&&(t=t.parentNode),e==t||e.contains(t)}(e))return null;var t,n,i=ry.getRangeAt(0),o=i.startContainer,r=i.endContainer,s=i.startOffset,a=i.endOffset,l=oy(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))&&(!hy(c)||r!==c);){if(u||(hy(c)||t&&t.nextSibling==c&&(dy(c)||py(c)))&&h++,uy(c)){if(o===c&&(n=h+s),r===c){h+=a;break}h+=c.textContent.length}if((uy(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 uy(e){return 3===e.nodeType}function hy(e){return 1===e.nodeType&&"BR"===e.nodeName}function dy(e){return 1===e.nodeType&&"DIV"===e.nodeName}function py(e){return 1===e.nodeType&&"P"===e.nodeName}function fy(e){return e.getAttribute("data-element-id")}function gy(e,t){return gt(`[data-element-id="${ey(e)}"]`,t)}function my(e){return st(e,"[data-element-id]",!0)}function vy(e){const t="[contenteditable]";return ft(e,t)?e:gt(t,e)}const yy={above:!0,below:!0,right:!0,left:!0};function xy(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=my(t);l(n&&fy(n),!e.defaultPrevented)}),t.on("cell.focusin",500,function(e){const t=fy(e.target),n=!e.defaultPrevented;return e.stopPropagation(),l(t,n)}),t.on("cell.focusout",500,function(e){a(fy(e.target),{focussed:!1})}),t.on("cellSelection.changed",function(e){const{elementId:t,selection:n}=e,i=gy(t,r);n.focussed&&i&&function(e){const t=vy(e);if(!t)return;if(!document.body.contains(t))return;if(document.activeElement===t)return;t.focus();const n=cy(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 yy))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}}(gy(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="${ey(n)}"]`,t)}(n,r);if(!i)return!1;const o=fy(i);return o&&l(o,{focussed:!0,selected:!0}),!0},t.on("contextMenu.close",function(){if(s)return l(s)})}xy.$inject=["config.renderer","eventBus","sheet","selection","elementRegistry"];var by={__depends__:[Vv,Bv],__init__:["cellSelection"],cellSelection:["type",xy]};function _y(){}_y.prototype.get=function(){return this._data},_y.prototype.set=function(e){this._data=e},_y.prototype.clear=function(){var e=this._data;return delete this._data,e},_y.prototype.isEmpty=function(){return!this._data};var wy={clipboard:["type",_y]};const Cy=2e3;class ky extends xp{constructor(e,t){super(e),this._sheet=t}init(){this.addRule("col.move",Cy,({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",Cy,({col:e})=>{const{cols:t}=this._sheet.getRoot();return!Dt(e)||t.filter(e=>Dt(e)).length>1}),this.addRule("paste",Cy,({data:e,target:t})=>{if(!e||!t)return!1;const{root:n}=e;return t instanceof ym?this.canPasteRows(n):t instanceof xm&&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)))}}ky.$inject=["eventBus","sheet"];var Ey={__depends__:[{__depends__:[Sl]}],__init__:["decisionTableModelingRules"],decisionTableModelingRules:["type",ky]};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 ym?this._modeling.removeRow(e):e instanceof xm&&this._modeling.removeCol(e)})}revert(e){const{oldData:t}=e;return this._clipboard.set(t),this._sheet.getRoot()}}Oy.$inject=["clipboard","modeling","sheet"];const Sy=[function(e,t,n,i){var o=n,r={...t,type:Ay(e)};if(e instanceof ym||e instanceof xm){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=Py(i,n);return{root:{...t,businessObject:o.root},descriptorCache:o.descriptorCache}}],Ry=[function(e,t,n){var i=e.root.businessObject;if(!i)return{root:t,reviveCache:n};var o=jy({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 ym;case"cell":return bm;case"col":return xm;default:throw new Error("unknown element type: #"+e.type)}}(o))(s);a instanceof ym?a.cells.forEach(e=>{e.row=a}):a instanceof xm&&a.cells.forEach(e=>{e.col=a});return{root:a,reviveCache:n}}];function Ty(e,t,n){return n=n||Sy,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}=My(t,i,n);return{root:[...o,r],descriptorCache:{...i,...s}}},{root:[],descriptorCache:t})}(e,t,n):My(e,t,n)}function My(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 Ty(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 Ay(e){if(e instanceof ym)return"row";if(e instanceof xm)return"col";if(e instanceof bm)return"cell";throw new Error("cannot deduce element type: #"+e.id)}function Py(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=Py(e,t);return t=n.descriptorCache,n.root})),i.$type){let e=Py(i,t);t=e.descriptorCache,i=e.root}s[n.name]=i}}),{root:s,descriptorCache:t}}function Dy(e,t,n){return n=n||Ry,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}=$y({root:t,descriptorCache:o},i,n);return{root:[...r,s],reviveCache:a}},{root:[],reviveCache:t})}(e,t,n):$y(e,t,n)}function $y(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 Dy(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 jy(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=jy({root:n[e]},t),i=s.root,t=s.reviveCache,o=t.boCache||{}):i=r(n[e])?n[e].map(e=>(s=jy({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 Iy{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=Dy(i.elements,{_dmnFactory:this._dmnFactory,_keepIds:i.keepIds,_model:this._model}).root;if(t instanceof ym){let e=o.rows.indexOf(t);if(-1===e)return;r.forEach(t=>{n&&e++,this._modeling.addRow(t,e)})}else if(t instanceof xm){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){}}Iy.$inject=["clipboard","dmnFactory","elementFactory","elementRegistry","eventBus","moddle","modeling","sheet"];class By{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",Iy)}copy(e){r(e)||(e=[e]);const t={elements:Ty(e)};this._eventBus.fire("copyCutPaste.copy",{data:t}),this._clipboard.set(t)}cut(e){r(e)||(e=[e]);const t={elements:Ty(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){}}By.$inject=["clipboard","commandStack","eventBus","modeling","sheet","rules"];var Ly={__depends__:[wy,Ey],__init__:["copyCutPaste"],copyCutPaste:["type",By]};class Ny{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)}}Ny.$inject=["copyCutPaste","editorActions","modeling","selection","cellSelection","sheet"];const qy="is not a registered action";let Vy=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 Fy(e,qy);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 Fy(e,"is already registered");this._actions[e]=t}unregister(e){if(!this.isRegistered(e))throw Fy(e,qy);this._actions[e]=void 0}isRegistered(e){return!!this._actions[e]}};function Fy(e,t){return new Error(e+" "+t)}Vy.$inject=["commandStack","eventBus","modeling","selection"];var zy,Qy,Wy={__depends__:[Bv],__init__:["editorActions"],editorActions:["type",Vy]},Hy={__depends__:[by,Ly,Wy,Bv],__init__:["decisionTableEditorActions"],decisionTableEditorActions:["type",Ny]},Uy={__depends__:[Hy],__init__:["addRule"],addRule:["type",$v]};var Xy=function(){if(Qy)return zy;Qy=1;var e=/["'&<>]/;return zy=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},zy}(),Ky=zv(Xy);function Gy(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 Yy extends Wr{constructor(e,t){super(e,t),this.state={}}componentWillUpdate(e,t){var n=this.node,i=t.focussed&&cy(n);this.selected=i&&{range:i,text:Zy(n)}}componentDidUpdate(){var e=this.selected;if(!e)return;const t=e.range,n=e.text,i=this.node,o=Zy(i);ly(i,o!==n?Gy(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=Zy(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=ay(),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),sy(n)}(),this.onInput(e)}};onInput=e=>{var t=this.props.onInput;"function"==typeof t&&t(Zy(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=Ky(n).replace(/\r?\n/g,"<br/>")+"<br/>",Mo(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 Zy(e){return e.innerText.replace(/\n$/,"")}class Jy extends Wr{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 Ao(2,Yy,{className:e.className,ctrlForNewline:this.props.ctrlForNewline,label:this.props.label,onFocus:this.onFocus,onBlur:this.onBlur,onInput:this.onInput,value:this.getDisplayValue()})}}class ex extends Wr{constructor(e,t){super(e,t),qm(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 Ao(2,Wm,{className:"annotation",onChange:this.setAnnotationValue,coords:`${t}:annotation`,value:n,elementId:i,"data-row-id":e.id,children:Ao(2,tx,{label:this.translate("Annotation"),ctrlForNewline:!0,className:"annotation-editor",onChange:this.setAnnotationValue,value:n})})}}ex.$inject=["changeSupport","modeling","translate"];class tx extends Jy{render(){return Mo(1,"div",this.getClassName(),this.getEditor(),0)}}function nx(e){e.onGetComponent("cell",({cellType:e})=>"after-label-cells"===e?Um:"after-rule-cells"===e?ex:void 0)}nx.$inject=["components"];function ix(e){return function(t){return!1!==e?R(t,a(e)?e:300):t}}ix.$inject=["config.debounceInput"];var ox={debounceInput:["factory",ix]},rx={__depends__:[ox],__init__:["annotationsProvider"],annotationsProvider:["type",nx]};function sx(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 ax={position:"absolute"};class lx extends Wr{constructor(e,t){super(e,t),sx(this,"open",({position:e,context:t})=>{this.close(),this.setState({isOpen:!0,position:e||{x:0,y:0},context:t||{}})}),sx(this,"close",()=>{this.state.isOpen&&this.setState({context:void 0,isOpen:!1,position:{x:0,y:0}})}),sx(this,"triggerClose",()=>{this.eventBus.fire("contextMenu.close")}),this.state={isOpen:!1,position:{x:0,y:0}},qm(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?Ao(2,cx,{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}}lx.$inject=["eventBus","components"];let cx=class extends Wr{constructor(e,t){super(e,t),sx(this,"onGlobalMouseDown",e=>{this.checkClose(e.target)}),sx(this,"onGlobalKey",e=>{var t=e.which;13!==t&&27!==t||(e.stopPropagation(),e.preventDefault(),this.close())}),sx(this,"onFocusChanged",e=>{this.checkClose(e.target)}),sx(this,"setNode",e=>{this.node=e;const{autoFocus:t}=this.props;var n;e&&(this.updatePosition(),t&&(n=gt(hx,e))&&(n.focus(),n.selectionStart&&"text"===n.type?n.selectionStart=1e5:"contentEditable"in n&&ly(n,{start:1e5,end:1e5})))}),qm(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:ux(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:ux(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,ax,a)}render(){const{context:e,components:t,className:n}=this.props;return Mo(1,"div",n,t.map((t,n)=>Ao(2,t,{context:e},n)),0,{onContextMenu:e=>e.preventDefault()},null,this.setNode)}};function ux(e,t,n){return Math.max(t,Math.min(n,e))}cx.$inject=["renderer"];const hx="\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 dx=class{constructor(e,t,n){this._eventBus=t,e.onGetComponent("table.before",()=>lx)}open(e,t){this._eventBus.fire("contextMenu.open",{position:e,context:t})}close(){this._eventBus.fire("contextMenu.close")}};dx.$inject=["components","eventBus","renderer"];var px={__init__:["contextMenu"],contextMenu:["type",dx]};function fx(e){return!e.altKey&&(e.ctrlKey||e.metaKey)}function gx(e){return e.shiftKey}class mx{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=gy(e,this._renderer.getContainer()),i=vy(n);if(document.activeElement!==i)return;const o=cy(n);return o&&o.start!==o.end?void 0:t}_registerBindings=()=>{[(e,t)=>{if(fx(t)&&67===e){const e=this._getSelectedCell();if(!e)return;return gx(t)?this._editorActions.trigger("copy",{element:e.col}):this._editorActions.trigger("copy",{element:e.row}),!0}},(e,t)=>{if(fx(t)&&88===e){const e=this._getSelectedCell();if(!e)return;return gx(t)?this._editorActions.trigger("cut",{element:e.col}):this._editorActions.trigger("cut",{element:e.row}),!0}},(e,t)=>{let n;if(fx(t)&&86===e){const e=this._getSelectedCell();if(!e)return;gx(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)})}}mx.$inject=["injector","eventBus","clipboard","cellSelection","elementRegistry","editorActions","renderer"];var vx={__depends__:[wy,by],__init__:["copyCutPasteKeyBindings"],copyCutPasteKeyBindings:["type",mx]};class yx extends Wr{constructor(e,t){super(e,t),qm(this)}onClick=e=>{this.editorActions.trigger("addInput")};render(){return Mo(1,"th","input-cell create-inputs header actionable",[this.translate("Input"),Po(" "),Mo(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")})}}yx.$inject=["editorActions","translate"];class xx extends Wr{constructor(e,t){super(e,t),qm(this)}onClick=e=>{this.editorActions.trigger("addInput")};render(){return Mo(1,"td","input-cell create-inputs",Po("-"),2,{onClick:this.onClick,title:this.translate("Add input")})}}xx.$inject=["editorActions","translate"];class bx{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?yx:"before-rule-cells"===e?xx:void 0})}}bx.$inject=["components","sheet"];var _x={__depends__:[Hy],__init__:["createInputsProvider"],createInputsProvider:["type",bx]};class wx{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 bm}(this._elementRegistry.get(t.id))&&e.getComponents("context-menu-cell-additional",t);if(i&&i.length){const e=Mo(1,"div","context-menu-group context-menu-group-cell",i,0,{role:"presentation"});n.push(e)}return()=>Mo(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(Mo(1,"div","context-menu-group",[Mo(1,"div","context-menu-group-entry context-menu-entry-copy-rule",this._translate("Copy rule"),0,{onClick:()=>u(y),tabIndex:"-1",role:"menuitem"}),Mo(1,"div","context-menu-group-entry context-menu-entry-cut-rule",this._translate("Cut rule"),0,{onClick:()=>h(y),tabIndex:"-1",role:"menuitem"}),Mo(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}),Mo(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"}),Mo(1,"div","context-menu-group",[Mo(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"}),Mo(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"}),Mo(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(Mo(1,"div","context-menu-group",[Mo(1,"div","context-menu-group-entry context-menu-entry-copy-input",this._translate("Copy input column"),0,{onClick:()=>u(e),tabIndex:"-1",role:"menuitem"}),Mo(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}),Mo(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}),Mo(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"}),Mo(1,"div","context-menu-group",[Mo(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"}),Mo(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"}),Mo(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(Mo(1,"div","context-menu-group",[Mo(1,"div","context-menu-group-entry context-menu-entry-copy-output",this._translate("Copy output column"),0,{onClick:()=>u(e),tabIndex:"-1",role:"menuitem"}),Mo(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}),Mo(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}),Mo(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"}),Mo(1,"div","context-menu-group",[Mo(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"}),Mo(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"}),Mo(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}}wx.$inject=["components","contextMenu","clipboard","editorActions","eventBus","elementRegistry","modeling","selection","sheet","rules","translate"];const Cx=["row.add","row.remove","col.add","col.remove"];class kx{constructor(e,t){t.on("commandStack.executed",({command:t})=>{-1!==Cx.indexOf(t)&&e.close()}),t.on("commandStack.reverted",()=>{e.close()})}}kx.$inject=["contextMenu","eventBus"];class Ex{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=>{this.getEntries().length&&("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){const e=n[0];if(!e)return;return void it(e).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()}}Ex.$inject=["eventBus"];var Ox={__depends__:[Hy,px,Ey],__init__:["decisionTableContextMenu","contextMenuCloseBehavior","contextMenuKeyboard"],decisionTableContextMenu:["type",wx],contextMenuCloseBehavior:["type",kx],contextMenuKeyboard:["type",Ex]};class Sx extends Wr{constructor(e,t){super(e,t),Fm(this,Hm),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 Mo(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}),Mo(1,"div","clause",0===t?this._translate("Then"):this._translate("And"),0),i?Mo(1,"div","output-label",i,0,{title:this._translate("Output label: ")+i}):Mo(1,"div","output-name",o,0,{title:this._translate("Output name: ")+o}),Mo(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 Rx extends Wr{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 Mo(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 Tx extends Wr{constructor(e,t){super(e,t),this.translate=t.injector?t.injector.get("translate"):Mx,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 Mo(1,"div","context-menu-container ref-output-editor output-edit",[Mo(1,"div","dms-form-control",Ao(2,Yy,{label:this.translate("Output label"),className:"dms-output-label",value:t||"",placeholder:this.translate("Output"),singleLine:!0,onInput:this.setLabel}),2),Mo(1,"div","dms-form-control",[Mo(1,"label","dms-label",this.translate("Output name"),0),Ao(2,Rx,{label:this.translate("Output name"),className:"ref-output-name",value:e||"",onInput:this.setName})],4)],4)}}function Mx(e){return e}class Ax extends Wr{constructor(e,t){super(e,t),this.state={},qm(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 Ao(2,Tx,{name:this.getValue("name"),label:this.getValue("label"),onChange:this.handleChange})}}Ax.$inject=["debounceInput","modeling"];class Px extends Wr{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 Mo(1,"button","edit-button dmn-icon-edit",null,1,{"aria-label":this._translate("Edit output"),type:"button",onClick:this.onClick})}}class Dx{constructor(e,t,n,i){e.onGetComponent("cell",({cellType:e})=>{if("output-header"===e)return Sx}),e.onGetComponent("context-menu",(e={})=>{if("output-edit"===e.contextMenuType)return Ax}),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})})}}Dx.$inject=["components","contextMenu","eventBus","renderer"];class $x extends Wr{constructor(e,t){super(e,t),Fm(this,Hm),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 Mo(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}),Mo(1,"div","clause",0===t?this._translate("When"):this._translate("And"),0),r?Mo(1,"div","input-label",r,0,{title:this._translate("Input label: ")+r}):Mo(1,"div","input-expression",i.text,0,{title:this._translate("Input expression: ")+i.text}),Mo(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 jx=[],Ix=[];function Bx(e){if(e<768)return!1;for(let t=0,n=jx.length;;){let i=t+n>>1;if(e<jx[i])n=i;else{if(!(e>=Ix[i]))return!0;t=i+1}if(t==n)return!1}}function Lx(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?Ix:jx).push(n+=e[t])})();function Nx(e,t,n=!0,i=!0){return(n?qx:Vx)(e,t,i)}function qx(e,t,n){if(t==e.length)return t;t&&zx(e.charCodeAt(t))&&Qx(e.charCodeAt(t-1))&&t--;let i=Fx(e,t);for(t+=Wx(i);t<e.length;){let o=Fx(e,t);if(8205==i||8205==o||n&&Bx(o))t+=Wx(o),i=o;else{if(!Lx(o))break;{let n=0,i=t-2;for(;i>=0&&Lx(Fx(e,i));)n++,i-=2;if(n%2==0)break;t+=2}}}return t}function Vx(e,t,n){for(;t>0;){let i=qx(e,t-2,n);if(i<t)return i;t--}return 0}function Fx(e,t){let n=e.charCodeAt(t);if(!Qx(n)||t+1==e.length)return n;let i=e.charCodeAt(t+1);return zx(i)?i-56320+(n-55296<<10)+65536:n}function zx(e){return e>=56320&&e<57344}function Qx(e){return e>=55296&&e<56320}function Wx(e){return e<65536?1:2}class Hx{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]=tb(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),Xx.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]=tb(this,e,t);let n=[];return this.decompose(e,t,n,0),Xx.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 Yx(this),o=new Yx(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 Yx(this,e)}iterRange(e,t=this.length){return new Zx(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 Jx(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 Ux(e):Xx.from(Ux.split(e,[])):Hx.empty}}class Ux extends Hx{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 eb(i,s,n,r);i=s+1,n++}}decompose(e,t,n,i){let o=e<=0&&t>=this.length?this:new Ux(Gx(this.text,e,t),Math.min(t,this.length)-Math.max(0,e));if(1&i){let e=n.pop(),t=Kx(o.text,e.text.slice(),0,o.length);if(t.length<=32)n.push(new Ux(t,e.length+o.length));else{let e=t.length>>1;n.push(new Ux(t.slice(0,e)),new Ux(t.slice(e)))}}else n.push(o)}replace(e,t,n){if(!(n instanceof Ux))return super.replace(e,t,n);[e,t]=tb(this,e,t);let i=Kx(this.text,Kx(n.text,Gx(this.text,0,e)),t),o=this.length+n.length-(t-e);return i.length<=32?new Ux(i,o):Xx.from(Ux.split(i,[]),o)}sliceString(e,t=this.length,n="\n"){[e,t]=tb(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 Ux(n,i)),n=[],i=-1);return i>-1&&t.push(new Ux(n,i)),t}}class Xx extends Hx{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]=tb(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 Xx(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]=tb(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 Xx))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 Ux(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 Xx)for(let t of e.children)u(t);else e.lines>r&&(a>r||!a)?(h(),s.push(e)):e instanceof Ux&&a&&(t=c[c.length-1])instanceof Ux&&e.lines+t.lines<=32?(a+=e.lines,l+=e.length+1,c[c.length-1]=new Ux(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]:Xx.from(c,l)),l=-1,a=c.length=0)}for(let t of e)u(t);return h(),1==s.length?s[0]:new Xx(s,t)}}function Kx(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 Gx(e,t,n){return Kx(e,[""],t,n)}Hx.empty=new Ux([""],0);class Yx{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 Ux?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 Ux?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 Ux){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 Ux?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 Zx{constructor(e,t,n){this.value="",this.done=!1,this.cursor=new Yx(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 Jx{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&&(Hx.prototype[Symbol.iterator]=function(){return this.iter()},Yx.prototype[Symbol.iterator]=Zx.prototype[Symbol.iterator]=Jx.prototype[Symbol.iterator]=function(){return this});class eb{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 tb(e,t,n){return[t=Math.max(0,Math.min(e.length,t)),Math.max(t,Math.min(e.length,n))]}function nb(e,t,n=!0,i=!0){return Nx(e,t,n,i)}function ib(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 ob(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.fromCharCode(55296+(e>>10),56320+(1023&e)))}function rb(e){return e<65536?1:2}const sb=/\r\n?|\n/;var ab=function(e){return e[e.Simple=0]="Simple",e[e.TrackDel=1]="TrackDel",e[e.TrackBefore=2]="TrackBefore",e[e.TrackAfter=3]="TrackAfter",e}(ab||(ab={}));class lb{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){db(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 lb(e)}composeDesc(e){return this.empty?e:e.empty?this:fb(this,e)}mapDesc(e,t=!1){return e.empty?this:pb(this,e,t)}mapPos(e,t=-1,n=ab.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!=ab.Simple&&l>=e&&(n==ab.TrackDel&&i<e&&l>e||n==ab.TrackBefore&&i<e||n==ab.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 lb(e)}static create(e){return new lb(e)}}class cb extends lb{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 db(this,(t,n,i,o,r)=>e=e.replace(i,i+(n-t),r),!1),e}mapDesc(e,t=!1){return pb(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(Hx.empty);n.push(r?e.slice(o,o+r):Hx.empty)}o+=r}return new cb(t,n)}compose(e){return this.empty?e:e.empty?this:fb(this,e,!0)}map(e,t=!1){return e.empty?this:pb(this,e,t,!0)}iterChanges(e,t=!1){db(this,e,t)}get desc(){return lb.create(this.sections)}filter(e){let t=[],n=[],i=[],o=new gb(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);ub(i,e,-1);let r=-1==o.ins?-1:0==o.off?o.ins:0;ub(t,e,r),r>0&&hb(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);ub(t,e,-1),ub(i,e,-1==o.ins?-1:0==o.off?o.ins:0),o.forward(e),s+=e}}return{changes:new cb(t,n),filtered:lb.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&&ub(i,t-r,-1);let n=new cb(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 cb){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?Hx.of(c.split(n||sb)):c:Hx.empty,h=u.length;if(e==s&&0==h)return;e<r&&a(),e>r&&ub(i,e-r,-1),ub(i,s-e,h),hb(o,i,u),r=s}}(e),a(!s),s}static empty(e){return new cb(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(Hx.empty);n[i]=Hx.of(o.slice(1)),t.push(o[0],n[i].length)}}}return new cb(t,n)}static createSet(e,t){return new cb(e,t)}}function ub(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 hb(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(Hx.empty);e.push(n)}}function db(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=Hx.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 pb(e,t,n,i=!1){let o=[],r=i?[]:null,s=new gb(e),a=new gb(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);ub(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(ub(o,a.ins,-1);t;){let n=Math.min(s.len,t);s.ins>=0&&e<s.i&&s.len<=n&&(ub(o,0,s.ins),r&&hb(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?cb.createSet(o,r):lb.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()}ub(o,t,e<s.i?s.ins:0),r&&e<s.i&&hb(r,o,s.text),e=s.i,s.forward(s.len-n)}}}}function fb(e,t,n=!1){let i=[],o=n?[]:null,r=new gb(e),s=new gb(t);for(let e=!1;;){if(r.done&&s.done)return o?cb.createSet(i,o):lb.create(i);if(0==r.ins)ub(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;ub(i,t,n,e),o&&n&&hb(o,i,s.text)}else-1==s.ins?(ub(i,r.off?0:r.len,t,e),o&&hb(o,i,r.textBit(t))):(ub(i,r.off?0:r.len,s.off?0:s.ins,e),o&&!s.off&&hb(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 ub(i,0,s.ins,e),o&&hb(o,i,s.text),s.next()}}class gb{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?Hx.empty:e[t]}textBit(e){let{inserted:t}=this.set,n=this.i-2>>1;return n>=t.length&&!e?Hx.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 mb{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 mb(n,i,this.flags)}extend(e,t=e,n=0){if(e<=this.anchor&&t>=this.anchor)return vb.range(e,t,void 0,void 0,n);let i=Math.abs(e-this.anchor)>Math.abs(t-this.anchor)?e:t;return vb.range(this.anchor,i,void 0,void 0,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 vb.range(e.anchor,e.head)}static create(e,t,n){return new mb(e,t,n)}}class vb{constructor(e,t){this.ranges=e,this.mainIndex=t}map(e,t=-1){return e.empty?this:vb.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 vb([this.main],0)}addRange(e,t=!0){return vb.create([e].concat(this.ranges),t?0:this.mainIndex+1)}replaceRange(e,t=this.mainIndex){let n=this.ranges.slice();return n[t]=e,vb.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 vb(e.ranges.map(e=>mb.fromJSON(e)),e.main)}static single(e,t=e){return new vb([vb.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 vb.normalized(e.slice(),t);n=o.to}return new vb(e,t)}static cursor(e,t=0,n,i){return mb.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,o){let r=(null!=n?n:16777215)<<6|(null==i?7:Math.min(6,i));return o||e==t||(o=t<e?1:-1),t<e?mb.create(t,e,48|r):mb.create(e,t,(o?o<0?8:16:0)|r)}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?vb.range(s,r):vb.range(r,s))}}return new vb(e,t)}}function yb(e,t){for(let n of e.ranges)if(n.to>t)throw new RangeError("Selection points outside of document")}let xb=0;class bb{constructor(e,t,n,i,o){this.combine=e,this.compareInput=t,this.compare=n,this.isStatic=i,this.id=xb++,this.default=e([]),this.extensions="function"==typeof o?o(this):o}get reader(){return this}static define(e={}){return new bb(e.combine||(e=>e),e.compareInput||((e,t)=>e===t),e.compare||(e.combine?(e,t)=>e===t:_b),!!e.static,e.enables)}of(e){return new wb([],this,0,e)}compute(e,t){if(this.isStatic)throw new Error("Can't compute a static facet");return new wb(e,this,1,t)}computeN(e,t){if(this.isStatic)throw new Error("Can't compute a static facet");return new wb(e,this,2,t)}from(e,t){return t||(t=e=>e),this.compute([e],n=>t(n.field(e)))}}function _b(e,t){return e==t||e.length==t.length&&e.every((e,n)=>e===t[n])}class wb{constructor(e,t,n,i){this.dependencies=e,this.facet=t,this.type=n,this.value=i,this.id=xb++}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)||kb(e,c)){let t=n(e);if(s?!Cb(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=Nb(t,l);if(this.dependencies.every(n=>n instanceof bb?t.facet(n)===e.facet(n):!(n instanceof Sb)||t.field(n,!1)==e.field(n,!1))||(s?Cb(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 Cb(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 kb(e,t){let n=!1;for(let i of t)1&Lb(e,i)&&(n=!0);return n}function Eb(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=Nb(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)Lb(e,t);return e.values[s]=a(e),1},update(e,n){if(!kb(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=kb(e,i),l=o.config.facets[t.id],c=o.facet(t);if(l&&!r&&_b(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 Ob=bb.define({static:!0});class Sb{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 Sb(xb++,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(Ob).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(Ob),r=n.facet(Ob);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,Ob.of({field:this,create:e})]}get extension(){return this}}const Rb=4,Tb=3,Mb=2,Ab=1;function Pb(e){return t=>new $b(t,e)}const Db={highest:Pb(0),high:Pb(Ab),default:Pb(Mb),low:Pb(Tb),lowest:Pb(Rb)};class $b{constructor(e,t){this.inner=e,this.prec=t}}class jb{of(e){return new Ib(this,e)}reconfigure(e){return jb.reconfigure.of({compartment:this,extension:e})}get(e){return e.config.compartments.get(this)}}class Ib{constructor(e,t){this.compartment=e,this.inner=t}}class Bb{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 Ib&&n.delete(e.compartment)}if(o.set(e,s),Array.isArray(e))for(let t of e)r(t,s);else if(e instanceof Ib){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 $b)r(e.inner,e.prec);else if(e instanceof Sb)i[s].push(e),e.provides&&r(e.provides,s);else if(e instanceof wb)i[s].push(e),e.facet.extensions&&r(e.facet.extensions,Mb);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,Mb),i.reduce((e,t)=>e.concat(t))}(e,t,r))n instanceof Sb?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,_b(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=>Eb(e,i,t))}}let u=l.map(e=>e(s));return new Bb(e,r,u,s,a,o)}}function Lb(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 Nb(e,t){return 1&t?e.config.staticValues[t>>1]:e.values[t>>1]}const qb=bb.define(),Vb=bb.define({combine:e=>e.some(e=>e),static:!0}),Fb=bb.define({combine:e=>e.length?e[0]:void 0,static:!0}),zb=bb.define(),Qb=bb.define(),Wb=bb.define(),Hb=bb.define({combine:e=>!!e.length&&e[0]});class Ub{constructor(e,t){this.type=e,this.value=t}static define(){return new Xb}}class Xb{of(e){return new Ub(this,e)}}class Kb{constructor(e){this.map=e}of(e){return new Gb(this,e)}}class Gb{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 Gb(this.type,t)}is(e){return this.type==e}static define(e={}){return new Kb(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}}Gb.reconfigure=Gb.define(),Gb.appendConfig=Gb.define();class Yb{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&&yb(n,t.newLength),o.some(e=>e.type==Yb.time)||(this.annotations=o.concat(Yb.time.of(Date.now())))}static create(e,t,n,i,o,r){return new Yb(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(Yb.userEvent);return!(!t||!(t==e||t.length>e.length&&t.slice(0,e.length)==e&&"."==t[e.length]))}}function Zb(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 Jb(e,t,n){var i;let o,r,s;return n?(o=t.changes,r=cb.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:Gb.mapEffects(e.effects,o).concat(Gb.mapEffects(t.effects,r)),annotations:e.annotations.length?e.annotations.concat(t.annotations):t.annotations,scrollIntoView:e.scrollIntoView||t.scrollIntoView}}function e_(e,t,n){let i=t.selection,o=i_(t.annotations);return t.userEvent&&(o=o.concat(Yb.userEvent.of(t.userEvent))),{changes:t.changes instanceof cb?t.changes:cb.of(t.changes||[],n,e.facet(Fb)),selection:i&&(i instanceof vb?i:vb.single(i.anchor,i.head)),effects:i_(t.effects),annotations:o,scrollIntoView:!!t.scrollIntoView}}function t_(e,t,n){let i=e_(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=Jb(i,e_(e,t[o],r?i.changes.newLength:e.doc.length),r)}let o=Yb.create(e,i.changes,i.selection,i.effects,i.annotations,i.scrollIntoView);return function(e){let t=e.startState,n=t.facet(Wb),i=e;for(let o=n.length-1;o>=0;o--){let r=n[o](e);r&&Object.keys(r).length&&(i=Jb(i,e_(t,r,e.changes.newLength),!0))}return i==e?e:Yb.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(zb)){let t=i(e);if(!1===t){n=!1;break}Array.isArray(t)&&(n=!0===n?t:Zb(n,t))}if(!0!==n){let i,o;if(!1===n)o=e.changes.invertedDesc,i=cb.empty(t.doc.length);else{let t=e.changes.filter(n);i=t.changes,o=t.filtered.mapDesc(t.changes).invertedDesc}e=Yb.create(t,i,e.selection&&e.selection.map(o),Gb.mapEffects(e.effects,o),e.annotations,e.scrollIntoView)}let i=t.facet(Qb);for(let n=i.length-1;n>=0;n--){let o=i[n](e);e=o instanceof Yb?o:Array.isArray(o)&&1==o.length&&o[0]instanceof Yb?o[0]:t_(t,i_(o),!1)}return e}(o):o)}Yb.time=Ub.define(),Yb.userEvent=Ub.define(),Yb.addToHistory=Ub.define(),Yb.remote=Ub.define();const n_=[];function i_(e){return null==e?n_:Array.isArray(e)?e:[e]}var o_=function(e){return e[e.Word=0]="Word",e[e.Space=1]="Space",e[e.Other=2]="Other",e}(o_||(o_={}));const r_=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;let s_;try{s_=new RegExp("[\\p{Alphabetic}\\p{Number}_]","u")}catch(th){}function a_(e){return t=>{if(!/\S/.test(t))return o_.Space;if(function(e){if(s_)return s_.test(e);for(let t=0;t<e.length;t++){let n=e[t];if(/\w/.test(n)||n>""&&(n.toUpperCase()!=n.toLowerCase()||r_.test(n)))return!0}return!1}(t))return o_.Word;for(let n=0;n<e.length;n++)if(t.indexOf(e[n])>-1)return o_.Word;return o_.Other}}class l_{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++)Lb(this,e<<1);this.computeSlot=null}field(e,t=!0){let n=this.config.address[e.id];if(null!=n)return Lb(this,n),Nb(this,n);if(t)throw new RangeError("Field is not present in this state")}update(...e){return t_(this,e,!0)}applyTransaction(e){let t,n=this.config,{base:i,compartments:o}=n;for(let t of e.effects)t.is(jb.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(Gb.reconfigure)?(n=null,i=t.value):t.is(Gb.appendConfig)&&(n=null,i=i_(i).concat(t.value));if(n)t=e.startState.values.slice();else{n=Bb.resolve(i,o,this),t=new l_(n,this.doc,this.selection,n.dynamicSlots.map(()=>null),(e,t)=>t.reconfigure(e,this),null).values}let r=e.startState.facet(Vb)?e.newSelection:e.newSelection.asSingle();new l_(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:vb.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=i_(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=Gb.mapEffects(r,l).concat(Gb.mapEffects(i_(s.effects),c))}return{changes:i,selection:vb.create(o,t.mainIndex),effects:r}}changes(e=[]){return e instanceof cb?e:cb.of(e,this.doc.length,this.facet(l_.lineSeparator))}toText(e){return Hx.of(e.split(this.facet(l_.lineSeparator)||sb))}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:(Lb(this,t),Nb(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 Sb&&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 l_.create({doc:e.doc,selection:vb.fromJSON(e.selection),extensions:t.extensions?i.concat([t.extensions]):i})}static create(e={}){let t=Bb.resolve(e.extensions||[],new Map),n=e.doc instanceof Hx?e.doc:Hx.of((e.doc||"").split(t.staticFacet(l_.lineSeparator)||sb)),i=e.selection?e.selection instanceof vb?e.selection:vb.single(e.selection.anchor,e.selection.head):vb.single(0);return yb(i,n.length),t.staticFacet(Vb)||(i=i.asSingle()),new l_(t,n,i,t.dynamicSlots.map(()=>null),(e,t)=>t.create(e),null)}get tabSize(){return this.facet(l_.tabSize)}get lineBreak(){return this.facet(l_.lineSeparator)||"\n"}get readOnly(){return this.facet(Hb)}phrase(e,...t){for(let t of this.facet(l_.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(qb))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 a_(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=nb(t,r,!1);if(o(t.slice(e,r))!=o_.Word)break;r=e}for(;s<i;){let e=nb(t,s);if(o(t.slice(s,e))!=o_.Word)break;s=e}return r==s?null:vb.range(r+n,s+n)}}function c_(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}l_.allowMultipleSelections=Vb,l_.tabSize=bb.define({combine:e=>e.length?e[0]:4}),l_.lineSeparator=Fb,l_.readOnly=Hb,l_.phrases=bb.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])}}),l_.languageData=qb,l_.changeFilter=zb,l_.transactionFilter=Qb,l_.transactionExtender=Wb,jb.reconfigure=Gb.define();class u_{eq(e){return this==e}range(e,t=e){return d_.create(e,t,this)}}function h_(e,t){return e==t||e.constructor==t.constructor&&e.eq(t)}u_.prototype.startSide=u_.prototype.endSide=0,u_.prototype.point=!1,u_.prototype.mapMode=ab.TrackDel;let d_=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 p_(e,t){return e.from-t.from||e.value.startSide-t.value.startSide}class f_{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 f_(i,o,n,s):null,pos:r}}}class g_{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 g_(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(p_)),this.isEmpty)return t.length?g_.of(t):this;let s=new y_(this,null,-1).goto(0),a=0,l=[],c=new m_;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(d_.create(s.from,s.to,s.value))),s.next());return c.finishInner(this.nextLayer.isEmpty&&!l.length?g_.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 g_(n,t,o||g_.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 x_.from([this]).goto(e)}get isEmpty(){return this.nextLayer==this}static iter(e,t=0){return x_.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=v_(r,s,n),l=new __(r,a,o),c=new __(s,a,o);n.iterGaps((e,t,n)=>w_(l,e,c,t,n,i)),n.empty&&0==n.length&&w_(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=v_(o,r),a=new __(o,s,0).goto(n),l=new __(r,s,0).goto(n);for(;;){if(a.to!=l.to||!C_(a.active,l.active)||a.point&&(!l.point||!h_(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 __(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 m_;for(let i of e instanceof d_?[e]:t?function(e){if(e.length>1)for(let t=e[0],n=1;n<e.length;n++){let i=e[n];if(p_(t,i)>0)return e.slice().sort(p_);t=i}return e}(e):e)n.add(i.from,i.to,i.value);return n.finish()}static join(e){if(!e.length)return g_.empty;let t=e[e.length-1];for(let n=e.length-2;n>=0;n--)for(let i=e[n];i!=g_.empty;i=i.nextLayer)t=new g_(i.chunkPos,i.chunk,t,Math.max(i.maxPoint,t.maxPoint));return t}}g_.empty=new g_([],[],null,-1),g_.empty.nextLayer=g_.empty;class m_{finishChunk(e){this.chunks.push(new f_(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 m_)).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(g_.empty)}finishInner(e){if(this.from.length&&this.finishChunk(!1),0==this.chunks.length)return e;let t=g_.create(this.chunkPos,this.chunks,this.nextLayer?this.nextLayer.finishInner(e):e,this.setMaxPoint);return this.from=null,t}}function v_(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 y_{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 x_{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 y_(r,t,n,o));return 1==i.length?i[0]:new x_(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--)b_(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--)b_(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(),b_(this.heap,0)}}}function b_(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 __{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=x_.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){k_(this.active,e),k_(this.activeTo,e),k_(this.activeRank,e),this.minActive=O_(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++;E_(this.active,t,n),E_(this.activeTo,t,i),E_(this.activeRank,t,o),e&&E_(e,t,this.cursor.from),this.minActive=O_(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&&k_(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 w_(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&&h_(e.point,n.point)&&C_(e.activeForPoint(e.to),n.activeForPoint(n.to))||r.comparePoint(a,h,e.point,n.point),t=!1):(t&&r.boundChange(a),h>a&&!C_(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 C_(e,t){if(e.length!=t.length)return!1;for(let n=0;n<e.length;n++)if(e[n]!=t[n]&&!h_(e[n],t[n]))return!1;return!0}function k_(e,t){for(let n=t,i=e.length-1;n<i;n++)e[n]=e[n+1];e.pop()}function E_(e,t,n){for(let n=e.length-1;n>=t;n--)e[n+1]=e[n];e[t]=n}function O_(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 S_(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=nb(e,o));return i}const R_="undefined"==typeof Symbol?"__ͼ":Symbol.for("ͼ"),T_="undefined"==typeof Symbol?"__styleSet"+Math.floor(1e8*Math.random()):Symbol("styleSet"),M_="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:{};class A_{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=M_[R_]||1;return M_[R_]=e+1,"ͼ"+e.toString(36)}static mount(e,t,n){let i=e[T_],o=n&&n.nonce;i?o&&i.setNonce(o):i=new D_(e,o),i.mount(Array.isArray(t)?t:[t],e)}}let P_=new Map;class D_{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[T_]=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[T_]=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 $_={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:"'"},j_={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},I_="undefined"!=typeof navigator&&/Mac/.test(navigator.platform),B_="undefined"!=typeof navigator&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent),L_=0;L_<10;L_++)$_[48+L_]=$_[96+L_]=String(L_);for(L_=1;L_<=24;L_++)$_[L_+111]="F"+L_;for(L_=65;L_<=90;L_++)$_[L_]=String.fromCharCode(L_+32),j_[L_]=String.fromCharCode(L_);for(var N_ in $_)j_.hasOwnProperty(N_)||(j_[N_]=$_[N_]);function q_(){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++)V_(e,arguments[t]);return e}function V_(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++)V_(e,t[n])}}let F_="undefined"!=typeof navigator?navigator:{userAgent:"",vendor:"",platform:""},z_="undefined"!=typeof document?document:{documentElement:{style:{}}};const Q_=/Edge\/(\d+)/.exec(F_.userAgent),W_=/MSIE \d/.test(F_.userAgent),H_=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(F_.userAgent),U_=!!(W_||H_||Q_),X_=!U_&&/gecko\/(\d+)/i.test(F_.userAgent),K_=!U_&&/Chrome\/(\d+)/.exec(F_.userAgent),G_="webkitFontSmoothing"in z_.documentElement.style,Y_=!U_&&/Apple Computer/.test(F_.vendor),Z_=Y_&&(/Mobile\/\w+/.test(F_.userAgent)||F_.maxTouchPoints>2);var J_={mac:Z_||/Mac/.test(F_.platform),windows:/Win/.test(F_.platform),linux:/Linux|X11/.test(F_.platform),ie:U_,ie_version:W_?z_.documentMode||6:H_?+H_[1]:Q_?+Q_[1]:0,gecko:X_,gecko_version:X_?+(/Firefox\/(\d+)/.exec(F_.userAgent)||[0,0])[1]:0,chrome:!!K_,chrome_version:K_?+K_[1]:0,ios:Z_,android:/Android\b/.test(F_.userAgent),webkit_version:G_?+(/\bAppleWebKit\/(\d+)/.exec(F_.userAgent)||[0,0])[1]:0,safari:Y_,safari_version:Y_?+(/\bVersion\/(\d+(\.\d+)?)/.exec(F_.userAgent)||[0,0])[1]:0,tabSize:null!=z_.documentElement.style.tabSize?"tab-size":"-moz-tab-size"};function ew(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 tw=Object.create(null);function nw(e,t,n){if(e==t)return!0;e||(e=tw),t||(t=tw);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 iw(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 ow(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 rw{eq(e){return!1}updateDOM(e,t,n){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 sw=function(e){return e[e.Text=0]="Text",e[e.WidgetBefore=1]="WidgetBefore",e[e.WidgetAfter=2]="WidgetAfter",e[e.WidgetRange=3]="WidgetRange",e}(sw||(sw={}));class aw extends u_{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 lw(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 uw(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}=hw(e,i);t=(o?i?-3e8:-1:5e8)-1,n=1+(r?i?2e8:1:-6e8)}return new uw(e,t,n,i,e.widget||null,!0)}static line(e){return new cw(e)}static set(e,t=!1){return g_.of(e,t)}hasHeight(){return!!this.widget&&this.widget.estimatedHeight>-1}}aw.none=g_.empty;class lw extends aw{constructor(e){let{start:t,end:n}=hw(e);super(t?-1:5e8,n?1:-6e8,null,e),this.tagName=e.tagName||"span",this.attrs=e.class&&e.attributes?ew(e.attributes,{class:e.class}):e.class?{class:e.class}:e.attributes||tw}eq(e){return this==e||e instanceof lw&&this.tagName==e.tagName&&nw(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)}}lw.prototype.point=!1;class cw extends aw{constructor(e){super(-2e8,-2e8,null,e)}eq(e){return e instanceof cw&&this.spec.class==e.spec.class&&nw(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)}}cw.prototype.mapMode=ab.TrackBefore,cw.prototype.point=!0;class uw extends aw{constructor(e,t,n,i,o,r){super(t,n,o,e),this.block=i,this.isReplace=r,this.mapMode=i?t<=0?ab.TrackBefore:ab.TrackAfter:ab.TrackDel}get type(){return this.startSide!=this.endSide?sw.WidgetRange:this.startSide<=0?sw.WidgetBefore:sw.WidgetAfter}get heightRelevant(){return this.block||!!this.widget&&(this.widget.estimatedHeight>=5||this.widget.lineBreaks>0)}eq(e){return e instanceof uw&&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 hw(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 dw(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)}uw.prototype.point=!0;class pw extends u_{constructor(e,t,n){super(),this.tagName=e,this.attributes=t,this.rank=n}eq(e){return e==this||e instanceof pw&&this.tagName==e.tagName&&nw(this.attributes,e.attributes)}static create(e){return new pw(e.tagName,e.attributes||tw,null==e.rank?50:Math.max(0,Math.min(e.rank,100)))}static set(e,t=!1){return g_.of(e,t)}}function fw(e){let t;return t=11==e.nodeType?e.getSelection?e:e.ownerDocument:e,t.getSelection()}function gw(e,t){return!!t&&(e==t||e.contains(1!=t.nodeType?t.parentNode:t))}function mw(e,t){if(!t.anchorNode)return!1;try{return gw(e,t.anchorNode)}catch(e){return!1}}function vw(e){return 3==e.nodeType?Aw(e,0,e.nodeValue.length).getClientRects():1==e.nodeType?e.getClientRects():[]}function yw(e,t,n,i){return!!n&&(_w(e,t,n,i,-1)||_w(e,t,n,i,1))}function xw(e){for(var t=0;;t++)if(!(e=e.previousSibling))return t}function bw(e){return 1==e.nodeType&&/^(DIV|P|LI|UL|OL|BLOCKQUOTE|DD|DT|H\d|SECTION|PRE)$/.test(e.nodeName)}function _w(e,t,n,i,o){for(;;){if(e==n&&t==i)return!0;if(t==(o<0?0:ww(e))){if("DIV"==e.nodeName)return!1;let n=e.parentNode;if(!n||1!=n.nodeType)return!1;t=xw(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?ww(e):0}}}function ww(e){return 3==e.nodeType?e.nodeValue.length:e.childNodes.length}function Cw(e,t){let n=t?e.left:e.right;return{left:n,right:n,top:e.top,bottom:e.bottom}}function kw(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 Ew(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}}function Ow(e,t=!0){let n=e.ownerDocument,i=null,o=null;for(let r=e.parentNode;r&&(r!=n.body&&(t&&!i||!o));)if(1==r.nodeType)!o&&r.scrollHeight>r.clientHeight&&(o=r),t&&!i&&r.scrollWidth>r.clientWidth&&(i=r),r=r.assignedSlot||r.parentNode;else{if(11!=r.nodeType)break;r=r.host}return{x:i,y:o}}pw.prototype.startSide=pw.prototype.endSide=-1;class Sw{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?ww(t):0),n,Math.min(e.focusOffset,n?ww(n):0))}set(e,t,n,i){this.anchorNode=e,this.anchorOffset=t,this.focusNode=n,this.focusOffset=i}}let Rw,Tw=null;function Mw(e){if(e.setActive)return e.setActive();if(Tw)return e.focus(Tw);let t=[];for(let n=e;n&&(t.push(n,n.scrollTop,n.scrollLeft),n!=n.ownerDocument);n=n.parentNode);if(e.focus(null==Tw?{get preventScroll(){return Tw={preventScroll:!0},!0}}:void 0),!Tw){Tw=!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 Aw(e,t,n=t){let i=Rw||(Rw=document.createRange());return i.setEnd(e,n),i.setStart(e,t),i}function Pw(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 Dw(e){return e instanceof Window?e.pageYOffset>Math.max(0,e.document.documentElement.scrollHeight-e.innerHeight-4):e.scrollTop>Math.max(1,e.scrollHeight-e.clientHeight-4)}function $w(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=ww(n)}else{if(!n.parentNode||bw(n))return null;i=xw(n),n=n.parentNode}}}function jw(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||bw(n))return null;i=xw(n)+1,n=n.parentNode}}}J_.safari&&J_.safari_version>=26&&(Tw=!1);class Iw{constructor(e,t,n=!0){this.node=e,this.offset=t,this.precise=n}static before(e,t){return new Iw(e.parentNode,xw(e),t)}static after(e,t){return new Iw(e.parentNode,xw(e)+1,t)}}var Bw=function(e){return e[e.LTR=0]="LTR",e[e.RTL=1]="RTL",e}(Bw||(Bw={}));const Lw=Bw.LTR,Nw=Bw.RTL;function qw(e){let t=[];for(let n=0;n<e.length;n++)t.push(1<<+e[n]);return t}const Vw=qw("88888888888888888888888888888888888666888888787833333333337888888000000000000000000000000008888880000000000000000000000000088888888888888888888888888888888888887866668888088888663380888308888800000000000000000000000800000000000000000000000000000008"),Fw=qw("4444448826627288999999999992222222222222222222222222222222222222222222222229999999999999999999994444444444644222822222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222999999949999999229989999223333333333"),zw=Object.create(null),Qw=[];for(let e of["()","[]","{}"]){let t=e.charCodeAt(0),n=e.charCodeAt(1);zw[t]=n,zw[n]=-t}function Ww(e){return e<=247?Vw[e]:1424<=e&&e<=1524?2:1536<=e&&e<=1785?Fw[e-1536]:1774<=e&&e<=2220?4:8192<=e&&e<=8204?256:64336<=e&&e<=65023?4:1}const Hw=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac\ufb50-\ufdff]/;class Uw{get dir(){return this.level%2?Nw:Lw}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 Xw(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||!Xw(i.inner,o.inner))return!1}return!0}const Kw=[];function Gw(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=Kw[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(Kw[e]==a)break e;break}e=r[t++].to}if(c++,h)h.push(f);else{f.from>l&&s.push(new Uw(l,f.from,d)),Yw(e,f.direction==Lw!=!(d%2)?i+1:i,o,f.inner,f.from,f.to,s),l=f.to}p=f.to}else{if(p==n||(t?Kw[p]!=a:Kw[p]==a))break;p++}h?Gw(e,l,p,i+1,o,h,s):l<p&&s.push(new Uw(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=Kw[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(Kw[e-1]==a)break e;break}e=r[--n].from}if(h)h.push(f);else{f.to<l&&s.push(new Uw(f.to,l,d)),Yw(e,f.direction==Lw!=!(d%2)?i+1:i,o,f.inner,f.from,f.to,s),l=f.from}p=f.from}else{if(p==t||(n?Kw[p-1]!=a:Kw[p-1]==a))break;p--}h?Gw(e,p,l,i+1,o,h,s):p<l&&s.push(new Uw(p,l,d)),l=p}}function Yw(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=Ww(e.charCodeAt(t));512==o?o=n:8==o&&4==i&&(o=16),Kw[t]=4==o?2:o,7&o&&(i=o),n=o}for(let e=s,t=l,i=l;e<a;e++){let o=Kw[e];if(128==o)e<a-1&&t==Kw[e+1]&&24&t?o=Kw[e]=t:Kw[e]=256;else if(64==o){let o=e+1;for(;o<a&&64==Kw[o];)o++;let r=e&&8==t||o<n&&8==Kw[o]?1==i?1:8:256;for(let t=e;t<o;t++)Kw[t]=r;e=o-1}else 8==o&&1==i&&(Kw[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=zw[t=e.charCodeAt(s)])if(n<0){for(let e=a-3;e>=0;e-=3)if(Qw[e+1]==-n){let t=Qw[e+2],n=2&t?o:4&t?1&t?r:o:0;n&&(Kw[s]=Kw[Qw[e]]=n),a=e;break}}else{if(189==Qw.length)break;Qw[a++]=s,Qw[a++]=t,Qw[a++]=l}else if(2==(i=Kw[s])||1==i){let e=i==o;l=e?0:1;for(let t=a-3;t>=0;t-=3){let n=Qw[t+2];if(2&n)break;if(e)Qw[t+2]|=2;else{if(4&n)break;Qw[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=Kw[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!=Kw[s])break;s++}let c=1==r,u=c==(1==(s<t?Kw[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),Kw[--t]=u;l=s}else r=s,l++}}}(o,r,i,a),Gw(e,o,r,t,n,i,s)}function Zw(e){return[new Uw(0,e,0)]}let Jw="";function eC(e,t,n,i,o){var r;let s=i.head-e.from,a=Uw.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=nb(e.text,s,l.forward(o,n));(u<l.from||u>l.to)&&(u=c),Jw=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?vb.cursor(h.side(!o,n)+e.from,h.forward(o,n)?1:-1,h.level):vb.cursor(u+e.from,l.forward(o,n)?-1:1,l.level)}function tC(e,t,n){for(let i=t;i<n;i++){let t=Ww(e.charCodeAt(i));if(1==t)return Lw;if(2==t||4==t)return Nw}return Lw}const nC=bb.define(),iC=bb.define(),oC=bb.define(),rC=bb.define(),sC=bb.define(),aC=bb.define(),lC=bb.define(),cC=bb.define(),uC=bb.define(),hC=bb.define({combine:e=>e.some(e=>e)}),dC=bb.define({combine:e=>e.some(e=>e)}),pC=bb.define();class fC{constructor(e,t,n,i,o,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 fC(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 fC(vb.cursor(e.doc.length),this.y,this.x,this.yMargin,this.xMargin,this.isSnapshot)}}const gC=Gb.define({map:(e,t)=>e.map(t)}),mC=Gb.define();function vC(e,t,n){let i=e.facet(rC);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 yC=bb.define({combine:e=>!e.length||e[0]});let xC=0;const bC=bb.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 _C{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(bC.of({plugin:this,arg:void 0}))}of(e){return this.baseExtensions.concat(bC.of({plugin:this,arg:e}))}static define(e,t){const{eventHandlers:n,eventObservers:i,provide:o,decorations:r}=t||{};return new _C(xC++,e,n,i,e=>{let t=[];return r&&t.push(EC.of(t=>{let n=t.plugin(e);return n?r(n):aw.none})),o&&t.push(o(e)),t})}static fromClass(e,t){return _C.define((t,n)=>new e(t,n),t)}}class wC{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(vC(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){vC(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){vC(e.state,t,"CodeMirror plugin crashed")}}deactivate(){this.spec=this.value=null}}const CC=bb.define(),kC=bb.define(),EC=bb.define(),OC=bb.define(),SC=bb.define(),RC=bb.define(),TC=bb.define();function MC(e,t){let n=e.state.facet(TC);if(!n.length)return n;let i=n.map(t=>t instanceof Function?t(e):t),o=[];return g_.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=tC(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 AC=bb.define();function PC(e){let t=0,n=0,i=0,o=0;for(let r of e.state.facet(AC)){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 DC=bb.define();class $C{constructor(e,t,n,i){this.fromA=e,this.toA=t,this.fromB=n,this.toB=i}join(e){return new $C(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 $C(c,h,l,u))}return n}}class jC{constructor(e,t,n){this.view=e,this.state=t,this.transactions=n,this.flags=0,this.startState=e.state,this.changes=cb.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 $C(e,t,n,o))),this.changedRanges=i}static create(e,t,n){return new jC(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 IC=[];class BC{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 IC}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=xw(this.dom),i=this.length?e>0:t>0;return new Iw(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 qC)return e;return null}static get(e){return e.cmTile}}class LC extends BC{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=NC(t);else n.insertBefore(s.dom,t);i=s.dom}for(t=i?i.nextSibling:n.firstChild,o&&t&&(o.written=!0);t;)t=NC(t);this.length=r}}function NC(e){let t=e.nextSibling;return e.parentNode.removeChild(e),t}class qC extends LC{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=BC.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 VC)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 VC extends LC{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 VC(t||document.createElement(e.tagName),e);return t||(n.flags|=4),n}}class FC extends LC{constructor(e,t){super(e),this.attrs=t}isLine(){return!0}static start(e,t,n){let i=new FC(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&&zC(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=vw(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 Iw(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 Iw(e.dom,0);e==n.tile&&(r=!0)}}return new Iw(this.dom,0)}}function zC(e,t){let n=e.coordsIn(0,1),i=t.coordsIn(0,1);return n&&i&&i.top<n.bottom}class QC extends LC{constructor(e,t){super(e),this.mark=t}get domAttrs(){return this.mark.attrs}static of(e,t){let n=new QC(t||document.createElement(e.tagName),e);return t||(n.flags|=4),n}}class WC extends BC{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?J_.chrome||J_.gecko||(e?(i--,r=1):o<n&&(o++,r=-1)):t<0?i--:o<n&&o++;let s=Aw(this.dom,i,o).getClientRects();if(!s.length)return null;let a=s[(r?r<0:t>=0)?0:s.length-1];return J_.safari&&!r&&0==a.width&&(a=Array.prototype.find.call(s,e=>e.width)||a),r?Cw(a,r<0):a||null}static of(e,t){let n=new WC(t||document.createTextNode(e),e);return t||(n.flags|=2),n}}class HC extends BC{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 Cw(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 Cw(n,!i)}}get overrideDOMText(){if(!this.length)return Hx.empty;let{root:e}=this;if(!e)return Hx.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 HC(o,n,e,i)}}class UC extends BC{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 Hx.empty}coordsIn(e){return this.dom.getBoundingClientRect()}}class XC{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 KC{constructor(e,t,n,i){this.from=e,this.to=t,this.wrapper=n,this.rank=i}}class GC{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 WC(s.dom,s.text+e)).parent=r}else r.append(i||WC.of(e,null===(o=this.cache.find(WC))||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)?ik(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 QC&&o.mark.eq(n.mark))o.dom!=n.dom&&o.setDOM(ik(n.dom)),i=o;else{if(this.cache.reused.get(n)){let e=BC.get(n.dom);e&&e.setDOM(ik(n.dom))}let e=QC.of(n.mark,n.dom);i.append(e),i=e}this.cache.reused.set(n,2)}let o=BC.get(e.text);o&&this.cache.reused.set(o,2);let r=new WC(e.text,e.text.nodeValue);r.flags|=8,this.pos=e.range.toB,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=nk);let i=FC.start(e,t||(null===(n=this.cache.find(FC))||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 QC&&r.mark.eq(s))i=r,t--;else{let e=QC.of(s,null===(n=this.cache.find(QC,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&&tk(this.curLine,!1)&&("BR"==e.dom.nodeName||!e.isWidget()||J_.ios&&tk(this.curLine,!0))||this.curLine.append(this.cache.findWidget(rk,0,32)||new HC(rk.toDOM(),0,rk,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=102*e.rank+e.value.rank,n=new KC(e.from,e.to,e.value,t),i=this.wrappers.length;for(;i>0&&(this.wrappers[i-1].rank-n.rank||this.wrappers[i-1].to-n.to)<0;)i--;this.wrappers.splice(i,0,n)}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 VC&&i.wrapper.eq(n.wrapper))t=i;else{let i=VC.of(n.wrapper,null===(e=this.cache.find(VC,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(UC,void 0,1);return n&&(n.flags=t),n||new UC(t)}flushBuffer(){!this.afterWidget||32&this.afterWidget.flags||(this.afterWidget.parent.append(this.getBuffer(-1)),this.afterWidget=null)}}class YC{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 ZC=[HC,FC,WC,QC,UC,VC,qC];for(let e=0;e<ZC.length;e++)ZC[e].bucket=e;class JC{constructor(e){this.view=e,this.buckets=ZC.map(()=>[]),this.index=ZC.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,s.widget)))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 HC(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 ek{constructor(e,t,n,i,o){this.view=e,this.decorations=i,this.disallowBlockEffectsFor=o,this.openWidget=!1,this.openMarks=0,this.cache=new JC(e),this.text=new YC(e.state.doc),this.builder=new GC(this.cache,new qC(e,e.contentDOM),g_.iter(n)),this.cache.reused.set(t,2),this.old=new XC(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.builder.flushBuffer(),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 QC&&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?HC.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.reused.has(e)?(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 UC)this.cache.add(e);else{if(!(e instanceof QC))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 QC&&i.unshift(e.mark)),this.openWidget=!1},leave:e=>{e.isLine()?i.length&&(i.length=o=0):e instanceof QC&&(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=g_.spans(this.decorations,e,t,{point:(e,t,r,s,a,l)=>{if(r instanceof uw){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?ok.block:ok.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)||HC.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&&ew(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=BC.get(i);if(i==this.view.contentDOM)break;e instanceof QC?t.push(e):(null==e?void 0:e.isLine())?n=e:e instanceof VC||("DIV"!=i.nodeName||n||i==this.view.contentDOM?n||t.push(QC.of(new lw({tagName:i.nodeName.toLowerCase(),attributes:ow(i)}),i)):n=new FC(i,nk))}return{line:n,marks:t}}}function tk(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 nk={class:"cm-line"};function ik(e){let t=BC.get(e);return t&&t.setDOM(e.cloneNode()),e}class ok extends rw{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}}ok.inline=new ok("span"),ok.block=new ok("div");const rk=new class extends rw{toDOM(){return document.createElement("br")}get isHidden(){return!0}get editable(){return!0}};class sk{constructor(e){this.view=e,this.decorations=[],this.blockWrappers=[],this.dynamicDecorationMap=[!1],this.domChanged=null,this.hasComposition=null,this.editContextFormatting=aw.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 qC(e,e.contentDOM),this.updateInner([new $C(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=lk(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 $C(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 $C(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,(J_.ie||J_.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 ck;return g_.compare(e,t,n,i),i.changes}(r,this.decorations,e.changes);a.length&&(n=$C.extendWithRanges(n,a));let l=function(e,t,n){let i=new uk;return g_.compare(e,t,n,i),i.changes}(s,this.blockWrappers,e.changes);return l.length&&(n=$C.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 ek(this.view,n,this.blockWrappers,this.decorations,this.dynamicDecorationMap);t&&BC.get(t.text)&&i.cache.reused.set(BC.get(t.text),2),this.tile=i.run(e,t),ak(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=J_.chrome||J_.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 hk&&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(mC)&&(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(yC)||n.tabIndex>-1)&&mw(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)),J_.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 Iw(e,0),s=!0}var u;let h=this.view.observer.selectionRange;!s&&h.focusNode&&(yw(a.node,a.offset,h.anchorNode,h.anchorOffset)&&yw(l.node,l.offset,h.focusNode,h.focusOffset)||this.suppressWidgetCursorChange(h,c))||(this.view.observer.ignore(()=>{J_.android&&J_.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=fw(this.view.root);if(e)if(c.empty){if(J_.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?$w:jw)(a.node,a.offset);t&&(a=new Iw(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 Iw(h.anchorNode,h.anchorOffset),this.impreciseHead=l.precise?null:new Iw(h.focusNode,h.focusOffset)}suppressWidgetCursorChange(e,t){return this.hasComposition&&t.empty&&yw(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=fw(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==ww(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&&!BC.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 hk?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=nb(t.text,n);if(e==n)return null;let i=Aw(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==Bw.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 VC)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?vw(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?Bw.RTL:Bw.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=vw(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=vw(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(aw.replace({widget:new hk(i),block:!0,inclusive:!0,isBlockGap:!0}).range(n,r))}if(!o)break;n=o.to+1}return aw.set(e)}updateDeco(){let e=1,t=this.view.state.facet(EC).map(t=>(this.dynamicDecorationMap[e++]="function"==typeof t)?t(this.view):t),n=!1,i=this.view.state.facet(SC).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(g_.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(OC).map(e=>"function"==typeof e?e(this.view):e)}scrollIntoView(e){var t;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(pC))try{if(t(this.view,e.range,e))return!0}catch(e){vC(this.view.state,e,"scroll handler")}let n,{range:i}=e,o=this.coordsAt(i.head,null!==(t=i.assoc)&&void 0!==t?t:i.empty?0:i.head>i.anchor?-1:1);if(!o)return;!i.empty&&(n=this.coordsAt(i.anchor,i.anchor>i.head?-1:1))&&(o={left:Math.min(o.left,n.left),top:Math.min(o.top,n.top),right:Math.max(o.right,n.right),bottom:Math.max(o.bottom,n.bottom)});let r=PC(this.view),s={left:o.left-r.left,top:o.top-r.top,right:o.right+r.right,bottom:o.bottom+r.bottom},{offsetWidth:a,offsetHeight:l}=this.view.scrollDOM;if(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=kw(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}=Ew(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+s?(m=t.top-(e.top+s),n>0&&t.bottom>e.bottom+m&&(m=t.bottom-e.bottom+s)):t.bottom>e.bottom-s&&(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+r?(g=t.left-(e.left+r),n>0&&t.right>e.right+g&&(g=t.right-e.right+r)):t.right>e.right-r&&(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,s,i.head<i.anchor?-1:1,e.x,e.y,Math.max(Math.min(e.xMargin,a),-a),Math.max(Math.min(e.yMargin,l),-l),this.view.textDirection==Bw.LTR),window.visualViewport&&window.innerHeight-window.visualViewport.height>1&&(o.top>window.pageYOffset+window.visualViewport.offsetTop+window.visualViewport.height||o.bottom<window.pageYOffset+window.visualViewport.offsetTop)){let e=this.view.docView.lineAt(i.head,1);e&&e.dom.scrollIntoView({block:"nearest"})}}lineHasWidget(e){let t=e=>e.isWidget()||e.children.some(t);return t(this.tile.resolveBlock(e,1).tile)}destroy(){ak(this.tile)}}function ak(e,t){let n=null==t?void 0:t.get(e);if(1!=n){null==n&&e.destroy();for(let n of e.children)ak(n,t)}}function lk(e,t){let n=e.observer.selectionRange;if(!n.focusNode)return null;let i=$w(n.focusNode,n.focusOffset),o=jw(n.focusNode,n.focusOffset),r=i||o;if(o&&i&&o.node!=i.node){let t=BC.get(o.node);if(!t||t.isText()&&t.text!=o.node.nodeValue)r=o;else if(e.docView.lastCompositionAfterCursor){let e=BC.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 ck=class{constructor(){this.changes=[]}compareRange(e,t){dw(e,t,this.changes)}comparePoint(e,t){dw(e,t,this.changes)}boundChange(e){dw(e,e,this.changes)}};class uk{constructor(){this.changes=[]}compareRange(e,t){dw(e,t,this.changes)}comparePoint(){}boundChange(e){dw(e,e,this.changes)}}class hk extends rw{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 dk(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=nb(e,i)}return e.length}(s,r,e.state.tabSize)}function pk(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!=sw.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==sw.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==Bw.LTR)?t.right-1:t.left+1,y:(r.top+r.bottom)/2});if(null!=s)return vb.cursor(s,n?-1:1)}return vb.cursor(n?o.to:o.from,n?-1:1)}function fk(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=eC(o,r,s,a,n),c=Jw;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 gk(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 mk(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=gk(e,o.from,0);t!=o.from&&(r=vb.cursor(t,-1))}else{let t=gk(e,o.from,-1),n=gk(e,o.to,1);t==o.from&&n==o.to||(r=vb.range(o.from==o.anchor?t:n,o.from==o.head?t:n))}r&&(n||(n=t.ranges.slice()),n[i]=r)}return n?vb.create(n,t.mainIndex):t}function vk(e,t,n){let i=gk(e.state.facet(RC).map(t=>t(e)),n.from,t.head>n.from?-1:1);return i==n.from?n:vb.cursor(i,i<n.from?1:-1)}class yk{constructor(e,t){this.pos=e,this.assoc=t}}function xk(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 yk(0,1);if(c>e.viewState.docHeight)return new yk(e.state.doc.length,-1);if(o=e.elementAtHeight(c),null==i)break;if(o.type==sw.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==sw.Text){let t=dk(e,r,o,a,l);return new yk(t,t==o.from?1:-1)}}if(o.type!=sw.Text)return c<(o.top+o.bottom)/2?new yk(o.from,1):new yk(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 bk(e,a,l,e.textDirectionAt(o.from)).scanTile(u,o.from)}class bk{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[Uw.find(i,e-n.from,-1,t)].level==this.baseDir}dirAt(e,t){let{line:n,spans:i}=this.bidiSpansAt(e);return i[Uw.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,n=!1){let i,o,r,s=0,a=e.length-1,l=new Set,c=this.bidiIn(e[0],e[a]),u=-1,h=1e9;e:for(;s<a;){let n=a-s,d=s+a>>1;t:if(l.has(d)){let e=s+Math.floor(Math.random()*n);for(let t=0;t<n;t++){if(!l.has(e)){d=e;break t}e++,e==a&&(e=s)}break e}l.add(d);let p=t(d);if(p)for(let t=0;t<p.length;t++){let n=p[t],l=0;if(!(0==n.width&&p.length>1)){if(n.bottom<this.y)(!i||i.bottom<n.bottom)&&(i=n),l=1;else if(n.top>this.y)(!o||o.top>n.top)&&(o=n),l=-1;else{let e=n.left>this.x?this.x-n.left:n.right<this.x?this.x-n.right:0,t=Math.abs(e);t<h&&(u=d,h=t,r=n),e&&(l=e<0==(this.baseDir==Bw.LTR)?-1:1)}-1!=l||c&&!this.baseDirAt(e[d],1)?1!=l||c&&!this.baseDirAt(e[d+1],-1)||(s=d+1):a=d}}}if(!r){if(!o&&!i)return{i:e[0],after:!1};let n=i&&(!o||this.y-i.bottom<o.top-this.y)?i:o;return this.y=(n.top+n.bottom)/2,this.scan(e,t,!0)}if(h&&!n){let{top:n,bottom:s}=r;if(i&&i.bottom>(n+n+s)/3)return this.y=i.bottom-1,this.scan(e,t,!0);if(o&&o.top<(n+s+s)/3)return this.y=o.top+1,this.scan(e,t,!0)}let d=(c?this.dirAt(e[u],1):this.baseDir)==Bw.LTR;return{i:u,after:this.x>(r.left+r.right)/2==d}}scanText(e,t){let n=[];for(let i=0;i<e.length;i=nb(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 Aw(e.dom,o,r).getClientRects()});return i.after?new yk(n[i.i+1],-1):new yk(n[i.i],1)}scanTile(e,t){if(!e.length)return new yk(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:Aw(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 yk(n[i.i+1],-1):new yk(r,1)}}const _k="";class wk{constructor(e,t){this.points=e,this.view=t,this.text="",this.lineSeparator=t.state.facet(l_.lineSeparator)}append(e){this.text+=e}lineBreak(){this.text+=_k}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=BC.get(i),r=i.nextSibling;if(r==t){(null==o?void 0:o.breakAfter)&&!r&&n!=this.view.contentDOM&&this.lineBreak();break}let s=BC.get(r);(o&&s?o.breakAfter:(o?o.breakAfter:bw(i))||bw(r)&&("BR"!=i.nodeName||(null==o?void 0:o.isWidget()))&&this.text.length>e)&&!kk(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=BC.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+(Ck(e,n.node,n.offset)?t:0))}}function Ck(e,t,n){for(;;){if(!t||n<ww(t))return!1;if(t==e)return!0;n=xw(t)+1,t=t.parentNode}}function kk(e,t){let n;for(;e!=t&&e;e=e.nextSibling){let t=BC.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 Ek{constructor(e,t){this.node=e,this.offset=t,this.pos=-1}}class Ok{constructor(e,t,n,i){this.typeOver=i,this.bounds=null,this.text="",this.domChanged=t>-1;let{impreciseHead:o,impreciseAnchor:r}=e.docView,s=e.state.selection;if(e.state.readOnly&&t>-1)this.newSel=null;else if(t>-1&&(this.bounds=Sk(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 Ek(n,i)),o==n&&r==i||t.push(new Ek(o,r)));return t}(e),n=new wk(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?vb.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||!gw(e.contentDOM,t.focusNode)?s.main.head:e.docView.posFromDOM(t.focusNode,t.focusOffset),i=r&&r.node==t.anchorNode&&r.offset==t.anchorOffset||!gw(e.contentDOM,t.anchorNode)?s.main.anchor:e.docView.posFromDOM(t.anchorNode,t.anchorOffset),a=e.viewport;if((J_.ios||J_.chrome)&&s.main.empty&&n!=i&&(a.from>0||a.to<e.state.doc.length)){let t=Math.min(n,i),o=Math.max(n,i),r=a.from-t,s=a.to-o;0!=r&&1!=r&&0!=t||0!=s&&-1!=s&&o!=e.state.doc.length||(n=0,i=e.state.doc.length)}if(e.inputState.composing>-1&&s.ranges.length>1)this.newSel=s.replaceRange(vb.range(i,n));else if(e.lineWrapping&&i==n&&(!s.main.empty||s.main.head!=n)&&e.inputState.lastTouchTime>Date.now()-100){let t=e.coordsAtPos(n,-1),i=0;t&&(i=e.inputState.lastTouchY<=t.bottom?-1:1),this.newSel=vb.create([vb.cursor(n,i)])}else this.newSel=vb.single(i,n)}}}function Sk(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 Sk(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 Rk(e,t){let n,{newSel:i}=t,{state:o}=e,r=o.selection.main,s=e.inputState.lastKeyTime>Date.now()-100?e.inputState.lastKeyCode:-1;if(t.bounds){let{from:e,to:i}=t.bounds,a=r.from,l=null;(8===s||J_.android&&t.text.length<i-e)&&(a=r.to,l="end");let c,u,h=o.doc.sliceString(e,i,_k);!r.empty&&r.from>=e&&r.to<=i&&(t.typeOver||h!=t.text)&&h.slice(0,r.from-e)==t.text.slice(0,r.from-e)&&h.slice(r.to-e)==t.text.slice(c=t.text.length-(h.length-(r.to-e)))?n={from:r.from,to:r.to,insert:Hx.of(t.text.slice(r.from-e,c).split(_k))}:(u=Mk(h,t.text,a-e,l))&&(J_.chrome&&13==s&&u.toB==u.from+2&&t.text.slice(u.from,u.toB)==_k+_k&&u.toB--,n={from:e+u.from,to:e+u.toA,insert:Hx.of(t.text.slice(u.from,u.toB).split(_k))})}else i&&(!e.hasFocus&&o.facet(yC)||Ak(i,r))&&(i=null);if(!n&&!i)return!1;if((J_.mac||J_.android)&&n&&n.from==n.to&&n.from==r.head-1&&/^\. ?$/.test(n.insert.toString())&&"off"==e.contentDOM.getAttribute("autocorrect")?(i&&2==n.insert.length&&(i=vb.single(i.main.anchor-1,i.main.head-1)),n={from:n.from,to:n.to,insert:Hx.of([n.insert.toString().replace("."," ")])}):o.doc.lineAt(r.from).to<r.to&&e.docView.lineHasWidget(r.to)&&e.inputState.insertingTextAt>Date.now()-50?n={from:r.from,to:r.to,insert:o.toText(e.inputState.insertingText)}:J_.chrome&&n&&n.from==n.to&&n.from==r.head&&"\n "==n.insert.toString()&&e.lineWrapping&&(i&&(i=vb.single(i.main.anchor-1,i.main.head-1)),n={from:r.from,to:r.to,insert:Hx.of([" "])}),n)return Tk(e,n,i,s);if(i&&!Ak(i,r)){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=mk(o.facet(RC).map(t=>t(e)),i))),e.dispatch({selection:i,scrollIntoView:t,userEvent:n}),!0}return!1}function Tk(e,t,n,i=-1){if(J_.ios&&e.inputState.flushIOSKey(t))return!0;let o=e.state.selection.main;if(J_.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&&Pw(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)&&Pw(e.contentDOM,"Backspace",8)||t.from==o.from&&t.to==o.to+1&&0==t.insert.length&&Pw(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=gk(o.facet(RC).map(t=>t(e)),i,n);t.from==a&&(s=a)}if(s>-1)i={changes:t,selection:vb.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&&lk(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?vb.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(aC).some(n=>n(e,t.from,t.to,s,a))||e.dispatch(a()),!0}function Mk(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 Ak(e,t){return t.head==e.main.head&&t.anchor==e.main.anchor}class Pk{setSelectionOrigin(e){this.lastSelectionOrigin=e,this.lastSelectionTime=Date.now()}constructor(e){this.view=e,this.lastKeyCode=0,this.lastKeyTime=0,this.lastTouchTime=0,this.lastTouchX=0,this.lastTouchY=0,this.lastFocusTime=0,this.lastScrollTop=0,this.lastScrollLeft=0,this.lastWheelEvent=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,J_.safari&&e.contentDOM.addEventListener("input",()=>null),J_.gecko&&function(e){nE.has(e)||(nE.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=BC.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=$k(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&&Bk.indexOf(e.keyCode)<0&&(this.tabFocusMode=-1),J_.android&&J_.chrome&&!e.synthetic&&(13==e.keyCode||8==e.keyCode))return this.view.observer.delayAndroidKey(e.key,e.keyCode),!0;let t;return!J_.ios||e.synthetic||e.altKey||e.metaKey||e.shiftKey||!((t=jk.find(t=>t.keyCode==e.keyCode))&&!e.ctrlKey||Ik.indexOf(e.key)>-1&&e.ctrlKey)?(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,Pw(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||!!(J_.safari&&!J_.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 Dk(e,t){return(n,i)=>{try{return t.call(e,i,n)}catch(e){vC(n.state,e)}}}function $k(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(Dk(t.value,o))}if(o)for(let e in o){let i=o[e];i&&n(e).observers.push(Dk(t.value,i))}}for(let e in qk)n(e).handlers.push(qk[e]);for(let e in Vk)n(e).observers.push(Vk[e]);return t}const jk=[{key:"Backspace",keyCode:8,inputType:"deleteContentBackward"},{key:"Enter",keyCode:13,inputType:"insertParagraph"},{key:"Enter",keyCode:13,inputType:"insertLineBreak"},{key:"Delete",keyCode:46,inputType:"deleteContentForward"}],Ik="dthko",Bk=[16,17,18,20,91,92,224,225];function Lk(e){return.7*Math.max(0,e)+8}class Nk{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=Ow(e.contentDOM),this.atoms=e.state.facet(RC).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(l_.allowMultipleSelections)&&function(e,t){let n=e.state.facet(nC);return n.length?n[0](t):J_.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=fw(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!=Gk(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=PC(this.view);e.clientX-a.left<=i+6?t=-Lk(i-e.clientX):e.clientX+a.right>=r-6&&(t=Lk(e.clientX-r)),e.clientY-a.top<=o+6?n=-Lk(o-e.clientY):e.clientY+a.bottom>=s-6&&(n=Lk(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=mk(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 qk=Object.create(null),Vk=Object.create(null),Fk=J_.ie&&J_.ie_version<15||J_.ios&&J_.webkit_version<604;function zk(e,t,n){for(let i of e.facet(t))n=i(n,e);return n}function Qk(e,t){t=zk(e.state,cC,t);let n,{state:i}=e,o=1,r=i.toText(t),s=r.lines==i.selection.ranges.length,a=null!=Zk&&i.selection.ranges.every(e=>e.empty)&&Zk==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:vb.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:vb.cursor(e.from+t.length)}}):i.replaceSelection(r);e.dispatch(n,{userEvent:"input.paste",scrollIntoView:!0})}function Wk(e,t,n,i){if(1==i)return vb.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 vb.cursor(t);0==r?n=1:r==o.length&&(n=-1);let s=r,a=r;n<0?s=nb(o.text,r,!1):a=nb(o.text,r);let l=i(o.text.slice(s,a));for(;s>0;){let e=nb(o.text,s,!1);if(i(o.text.slice(e,s))!=l)break;s=e}for(;a<o.length;){let e=nb(o.text,a);if(i(o.text.slice(a,e))!=l)break;a=e}return vb.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++,vb.range(r,s)}}Vk.scroll=e=>{e.inputState.lastScrollTop=e.scrollDOM.scrollTop,e.inputState.lastScrollLeft=e.scrollDOM.scrollLeft},Vk.wheel=Vk.mousewheel=e=>{e.inputState.lastWheelEvent=Date.now()},qk.keydown=(e,t)=>(e.inputState.setSelectionOrigin("select"),27==t.keyCode&&0!=e.inputState.tabFocusMode&&(e.inputState.tabFocusMode=Date.now()+2e3),!1),Vk.touchstart=(e,t)=>{let n=e.inputState,i=t.targetTouches[0];n.lastTouchTime=Date.now(),i&&(n.lastTouchX=i.clientX,n.lastTouchY=i.clientY),n.setSelectionOrigin("select.pointer")},Vk.touchmove=e=>{e.inputState.setSelectionOrigin("select.pointer")},qk.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(oC))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=Gk(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=Wk(e,l.pos,l.assoc,i);if(n.pos!=l.pos&&!r){let t=Wk(e,n.pos,n.assoc,i),o=Math.min(t.from,c.from),r=Math.max(t.to,c.to);c=o<c.from?vb.range(o,r,c.assoc):vb.range(r,o,c.assoc)}return r?o.replaceRange(o.main.extend(c.from,c.to,c.assoc)):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 vb.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):vb.create([c])}}}(e,t)),n){let i=!e.hasFocus;e.inputState.startMouseSelection(new Nk(e,t,n,i)),i&&e.observer.ignore(()=>{Mw(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 Hk=J_.ie&&J_.ie_version<=11;let Uk=null,Xk=0,Kk=0;function Gk(e){if(!Hk)return e.detail;let t=Uk,n=Kk;return Uk=e,Kk=Date.now(),Xk=!t||n>Date.now()-400&&Math.abs(t.clientX-e.clientX)<2&&Math.abs(t.clientY-e.clientY)<2?(Xk+1)%3:1}function Yk(e,t,n,i){if(!(n=zk(e.state,cC,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(iC);return n.length?n[0](t):J_.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}qk.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=vb.range(e,t))}}let{inputState:i}=e;return i.mouseSelection&&(i.mouseSelection.dragging=!0),i.draggedContent=n,t.dataTransfer&&(t.dataTransfer.setData("Text",zk(e.state,uC,e.state.sliceDoc(n.from,n.to))),t.dataTransfer.effectAllowed="copyMove"),!1},qk.dragend=e=>(e.inputState.draggedContent=null,!1),qk.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&&Yk(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 Yk(e,t,n,!0),!0}return!1},qk.paste=(e,t)=>{if(e.state.readOnly)return!0;e.observer.flush();let n=Fk?null:t.clipboardData;return n?(Qk(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(),Qk(e,n.value)},50)}(e),!1)};let Zk=null;qk.copy=qk.cut=(e,t)=>{if(!mw(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:zk(e,uC,t.join(e.lineBreak)),ranges:n,linewise:i}}(e.state);if(!n&&!o)return!1;Zk=o?n:null,"cut"!=t.type||e.state.readOnly||e.dispatch({changes:i,scrollIntoView:!0,userEvent:"delete.cut"});let r=Fk?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 Jk=Ub.define();function eE(e,t){let n=[];for(let i of e.facet(lC)){let o=i(e,t);o&&n.push(o)}return n.length?e.update({effects:n,annotations:Jk.of(!0)}):null}function tE(e){setTimeout(()=>{let t=e.hasFocus;if(t!=e.inputState.notifiedFocused){let n=eE(e.state,t);n?e.dispatch(n):e.update([])}},10)}Vk.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),tE(e)},Vk.blur=e=>{e.observer.clearSelectionRange(),tE(e)},Vk.compositionstart=Vk.compositionupdate=e=>{e.observer.editContext||(null==e.inputState.compositionFirstChange&&(e.inputState.compositionFirstChange=!0),e.inputState.composing<0&&(e.inputState.composing=0))},Vk.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,J_.chrome&&J_.android?e.observer.flushSoon():e.inputState.compositionPendingChange?Promise.resolve().then(()=>e.observer.flush()):setTimeout(()=>{e.inputState.composing<0&&e.docView.hasComposition&&e.update([])},50))},Vk.contextmenu=e=>{e.inputState.lastContextMenu=Date.now()},qk.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 Tk(e,{from:n,to:r,insert:e.state.toText(i)},null),!0}}let o;if(J_.chrome&&J_.android&&(o=jk.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 J_.ios&&"deleteContentForward"==t.inputType&&e.observer.flushSoon(),J_.safari&&"insertText"==t.inputType&&e.inputState.composing>=0&&setTimeout(()=>Vk.compositionend(e,t),20),!1};const nE=new Set;const iE=["pre-wrap","normal","pre-line","break-spaces"];let oE=!1;function rE(){oE=!1}class sE{constructor(e){this.lineWrapping=e,this.doc=Hx.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 iE.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=iE.indexOf(e)>-1,a=Math.abs(t-this.lineHeight)>.3||this.lineWrapping!=s;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 aE{constructor(e,t){this.from=e,this.heights=t,this.index=0}get more(){return this.index<this.heights.length}}class lE{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?sw.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 uw?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 lE(this.from,this.length+e.length,this.top,this.height+e.height,t)}}var cE=function(e){return e[e.ByPos=0]="ByPos",e[e.ByHeight=1]="ByHeight",e[e.ByPosNoHeight=2]="ByPosNoHeight",e}(cE||(cE={}));const uE=.001;class hE{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)>uE&&(oE=!0),this.height=e)}replace(e,t,n){return hE.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,cE.ByPosNoHeight,n.setDoc(t),0,0),d=h.to>=l?h:o.lineAt(l,cE.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,cE.ByPosNoHeight,n,0,0));c+=h.from-a,a=h.from;let p=xE.build(n.setDoc(r),e,c,u);o=dE(o,o.replace(a,l,p))}return o.updateHeight(n,0)}static empty(){return new gE(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 vE(hE.of(e.slice(0,t)),r,hE.of(e.slice(n)))}}function dE(e,t){return e==t?e:(e.constructor!=t.constructor&&(oE=!0),t)}hE.prototype.size=1;const pE=aw.replace({});class fE extends hE{constructor(e,t,n){super(e,t),this.deco=n,this.spaceAbove=0}mainBlock(e,t){return new lE(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 lE(i,0,n,this.spaceAbove,pE):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,cE.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 gE extends fE{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 lE(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 gE||i instanceof mE&&4&i.flags)&&Math.abs(this.length-i.length)<10?(i instanceof mE?i=new gE(i.length,this.height,this.spaceAbove):i.height=this.height,this.outdated||(i.outdated=!1),i):hE.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 mE extends hE{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 lE(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 lE(a,l,n+s*i,s,0)}}lineAt(e,t,n,i,o){if(t==cE.ByHeight)return this.blockAt(e,n,i,o);if(t==cE.ByPosNoHeight){let{from:t,to:i}=n.doc.lineAt(e);return new lE(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 lE(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 lE(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 mE?n[n.length-1]=new mE(e.length+i):n.push(null,new mE(i-1))}if(e>0){let t=n[0];t instanceof mE?n[0]=new mE(e+t.length):n.unshift(new mE(e-1),null)}return hE.of(n)}decomposeLeft(e,t){t.push(new mE(e-1),null)}decomposeRight(e,t){t.push(null,new mE(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 mE(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)>=uE&&(s=-2);let l=new gE(t,o,a);l.outdated=!1,n.push(l),r+=t+1}r<=o&&n.push(null,new mE(o-r).updateHeight(e,r));let a=hE.of(n);return(s<0||Math.abs(a.height-this.height)>=uE||Math.abs(s-this.heightMetrics(e,t).perLine)>=uE)&&(oE=!0),dE(this,a)}return(n||this.outdated)&&(this.setHeight(e.heightForGap(t,t+this.length)),this.outdated=!1),this}toString(){return`gap(${this.length})`}}class vE extends hE{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==cE.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==cE.ByPosNoHeight?cE.ByPosNoHeight:cE.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,cE.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&&yE(o,r-1),t<this.length){let e=o.length;this.decomposeRight(t,o),yE(o,e)}return hE.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?hE.of(this.break?[e,null,t]:[e,t]):(this.left=dE(this.left,e),this.right=dE(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 yE(e,t){let n,i;null==e[t]&&(n=e[t-1])instanceof mE&&(i=e[t+1])instanceof mE&&e.splice(t-1,3,new mE(n.length+1+i.length))}class xE{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 gE?n.length+=e-this.pos:(e>this.pos||!this.isCovered)&&this.nodes.push(new gE(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 fE(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 gE(this.pos-e,-1,0)),this.writtenTo=this.pos}blankContent(e,t){let n=new mE(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 gE)return e;let t=new gE(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 gE||this.isCovered?(this.writtenTo<this.pos||null==t)&&this.nodes.push(this.blankContent(this.writtenTo,this.pos)):this.nodes.push(new gE(0,-1,0));let n=e;for(let e of this.nodes)e instanceof gE&&e.updateHeight(this.oracle,n),n+=e?e.length:1;return this.nodes}static build(e,t,n,i){let o=new xE(n,e);return g_.spans(t,n,i,o,0),o.finish(n)}}class bE{constructor(){this.changes=[]}compareRange(){}comparePoint(e,t,n,i){(e<t||n&&n.heightRelevant||i&&i.heightRelevant)&&dw(e,t,this.changes,5)}}function _E(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 wE(e,t){let n=e.getBoundingClientRect();return{left:0,right:n.right-n.left,top:t,bottom:n.bottom-(n.top+t)}}class CE{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 aw.replace({widget:new kE(this.displaySize*(t?e.scaleY:e.scaleX),t)}).range(this.from,this.to)}}class kE extends rw{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 EE{constructor(e,t){this.view=e,this.state=t,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.scaleX=1,this.scaleY=1,this.scrollOffset=0,this.scrolledToBottom=!1,this.scrollAnchorPos=0,this.scrollAnchorHeight=-1,this.scaler=TE,this.scrollTarget=null,this.printing=!1,this.mustMeasureContent=!0,this.defaultTextDirection=Bw.LTR,this.visibleRanges=[],this.mustEnforceCursorAssoc=!1;let n=t.facet(kC).some(e=>"function"!=typeof e&&"cm-lineWrapping"==e.class);this.heightOracle=new sE(n),this.stateDeco=ME(t),this.heightMap=hE.empty().applyChanges(this.stateDeco,Hx.empty,this.heightOracle.setDoc(t.doc),[new $C(0,0,0,t.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=aw.set(this.lineGaps.map(e=>e.draw(this,!1))),this.scrollParent=e.scrollDOM,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 OE(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?TE:new AE(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(PE(e,this.scaler))})}update(e,t=null){this.state=e.state;let n=this.stateDeco;this.stateDeco=ME(this.state);let i=e.changedRanges,o=$C.extendWithRanges(i,function(e,t,n){let i=new bE;return g_.compare(e,t,n,i,0),i.changes}(n,this.stateDeco,e?e.changes:cb.empty(this.state.doc.length))),r=this.heightMap.height,s=this.scrolledToBottom?null:this.scrollAnchorAt(this.scrollOffset);rE(),this.heightMap=this.heightMap.applyChanges(this.stateDeco,e.startState.doc,this.heightOracle.setDoc(this.state.doc),o),(this.heightMap.height!=r||oE)&&(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(dC)&&(this.mustEnforceCursorAssoc=!0)}measure(){let{view:e}=this,t=e.contentDOM,n=window.getComputedStyle(t),i=this.heightOracle,o=n.whiteSpace;this.defaultTextDirection="rtl"==n.direction?Bw.RTL:Bw.LTR;let r=this.heightOracle.mustRefreshForWrapping(o)||"refresh"===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}=Ew(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=Ow(this.view.contentDOM,!1).y;d!=this.scrollParent&&(this.scrollParent=d,this.scrollAnchorHeight=-1,this.scrollOffset=0);let p=this.getScrollOffset();this.scrollOffset!=p&&(this.scrollAnchorHeight=-1,this.scrollOffset=p),this.scrolledToBottom=Dw(this.scrollParent||e.win);let f=(this.printing?wE:_E)(t,this.paddingTop),g=f.top-this.pixelViewport.top,m=f.bottom-this.pixelViewport.bottom;this.pixelViewport=f;let v=this.pixelViewport.bottom>this.pixelViewport.top&&this.pixelViewport.right>this.pixelViewport.left;if(v!=this.inView&&(this.inView=v,v&&(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 y=s.width;if(this.contentDOMWidth==y&&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(y-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,y/s),t),r&&(e.docView.minWidth=0,l|=16)}g>0&&m>0?c=Math.max(g,m):g<0&&m<0&&(c=Math.min(g,m)),rE();for(let n of this.viewports){let o=n.from==this.viewport.from?t:e.docView.measureVisibleLineHeights(n);this.heightMap=(r?hE.empty().applyChanges(this.stateDeco,Hx.empty,this.heightOracle,[new $C(0,0,0,e.state.doc.length)]):this.heightMap).updateHeight(i,0,r,new aE(n.from,o))}oE&&(l|=2)}let x=!this.viewportIsAppropriate(this.viewport,c)||this.scrollTarget&&(this.scrollTarget.range.head<this.viewport.from||this.scrollTarget.range.head>this.viewport.to);return x&&(2&l&&(l|=this.updateScaler()),this.viewport=this.getViewport(c,this.scrollTarget),l|=this.updateForViewport()),(2&l||x)&&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 OE(i.lineAt(r-1e3*n,cE.ByHeight,o,0,0).from,i.lineAt(s+1e3*(1-n),cE.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,cE.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 OE(i.lineAt(n-500,cE.ByHeight,o,0,0).from,i.lineAt(n+r+500,cE.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 OE(this.heightMap.lineAt(n,cE.ByPos,this.heightOracle,0,0).from,this.heightMap.lineAt(i,cE.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,cE.ByPos,this.heightOracle,0,0),{bottom:o}=this.heightMap.lineAt(t,cE.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 CE(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!=Bw.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(vb.cursor(r),!1,!0).head;e>i&&(r=e)}let e=this.gapSize(l,i,r,c);d=new CE(i,r,e,n||e<2e6?e:2e6)}s.push(d)},l=t=>{if(t.length<r||t.type!=sw.Text)return;let o=function(e,t,n){let i=[],o=e,r=0;g_.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=RE(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=SE(o,e),l=SE(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=RE(o,c),t=((p-d)/2+r)/n;u=e-t,h=e+t}else u=(d-r)/n,h=(p+r)/n;s=SE(o,u),l=SE(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=RE(i,n)-RE(i,t);return this.heightOracle.lineWrapping?e.height*o:i.total*this.heightOracle.charWidth*o}updateLineGaps(e){CE.same(e,this.lineGaps)||(this.lineGaps=e,this.lineGapDeco=aw.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=[];g_.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)||PE(this.heightMap.lineAt(e,cE.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)||PE(this.heightMap.lineAt(this.scaler.fromDOM(e),cE.ByHeight,this.heightOracle,0,0),this.scaler)}getScrollOffset(){return(this.scrollParent==this.view.scrollDOM?this.scrollParent.scrollTop:(this.scrollParent?this.scrollParent.getBoundingClientRect().top:0)-this.view.contentDOM.getBoundingClientRect().top)*this.scaleY}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 PE(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 OE{constructor(e,t){this.from=e,this.to=t}}function SE({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 RE(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 TE={toDOM:e=>e,fromDOM:e=>e,scale:1,eq(e){return e==this}};function ME(e){let t=e.facet(EC).filter(e=>"function"!=typeof e),n=e.facet(SC).filter(e=>"function"!=typeof e);return n.length&&t.push(g_.join(n)),t}class AE{constructor(e,t,n){let i=0,o=0,r=0;this.viewports=n.map(({from:n,to:o})=>{let r=t.lineAt(n,cE.ByPos,e,0,0).top,s=t.lineAt(o,cE.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 AE&&(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 PE(e,t){if(1==t.scale)return e;let n=t.toDOM(e.top),i=t.toDOM(e.bottom);return new lE(e.from,e.length,n,i-n,Array.isArray(e._content)?e._content.map(e=>PE(e,t)):e._content)}const DE=bb.define({combine:e=>e.join(" ")}),$E=bb.define({combine:e=>e.indexOf(!0)>-1}),jE=A_.newName(),IE=A_.newName(),BE=A_.newName(),LE={"&light":"."+IE,"&dark":"."+BE};function NE(e,t,n){return new A_(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 qE=NE("."+jE,{"&":{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":{userSelect:"none",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-selectionHandle":{backgroundColor:"currentColor",width:"1.5px"},".cm-selectionHandle-start::before, .cm-selectionHandle-end::before":{content:'""',backgroundColor:"inherit",borderRadius:"50%",width:"8px",height:"8px",position:"absolute",left:"-3.25px"},".cm-selectionHandle-start::before":{top:"-8px"},".cm-selectionHandle-end::before":{bottom:"-8px"},".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"}},LE),VE={childList:!0,characterData:!0,subtree:!0,attributes:!0,characterDataOldValue:!0},FE=J_.ie&&J_.ie_version<=11;class zE{constructor(e){this.view=e,this.active=!1,this.editContext=null,this.selectionRange=new Sw,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);(J_.ie&&J_.ie_version<=11||J_.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||!J_.android||!1===e.constructor.EDIT_CONTEXT||J_.chrome&&J_.chrome_version<126||(this.editContext=new HE(e),e.state.facet(yC)&&(e.contentDOM.editContext=this.editContext.editContext)),FE&&(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(yC)?n.root.activeElement!=this.dom:!mw(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):(J_.ie&&J_.ie_version<=11||J_.android&&J_.chrome)&&!n.state.selection.main.empty&&i.focusNode&&yw(i.focusNode,i.focusOffset,i.anchorNode,i.anchorOffset)?this.flushSoon():this.flush(!1)}readSelectionRange(){let{view:e}=this,t=fw(e.root);if(!t)return!1;let n=J_.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 WE(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?WE(e,n):null}(this.view,t)||t;if(!n||this.selectionRange.eq(n))return!1;let i=mw(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,ww(n));;)if(i){if(1!=n.nodeType)return!1;let e=n.childNodes[i-1];"false"==e.contentEditable?i--:(n=e,i=ww(n))}else{if(n==e)return!0;i=xw(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,VE),FE&&this.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.active=!0)}stop(){this.active&&(this.active=!1,this.observer.disconnect(),FE&&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&&Pw(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&&mw(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 Ok(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=Rk(this.view,t);return this.view.state==n&&(t.domChanged||t.newSel&&!Ak(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=QE(t,e.previousSibling||e.target.previousSibling,-1),i=QE(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(yC)!=e.state.facet(yC)&&(e.view.contentDOM.editContext=e.state.facet(yC)?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 QE(e,t,n){for(;t;){let i=BC.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 WE(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 yw(s.node,s.offset,o,r)&&([n,i,o,r]=[o,r,n,i]),{anchorNode:n,anchorOffset:i,focusNode:o,focusOffset:r}}class HE{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=Mk(e.state.sliceDoc(s,a),n.text,(l?i.from:i.to)-s,l?"end":null);if(!c){let t=vb.single(this.toEditorPos(n.selectionStart),this.toEditorPos(n.selectionEnd));return void(Ak(t,i)||e.dispatch({selection:t,userEvent:"select"}))}let u={from:c.from+s,to:c.toA+s,insert:Hx.of(n.text.slice(c.from,c.toB).split("\n"))};if((J_.mac||J_.android)&&u.from==r-1&&/^\. ?$/.test(n.text)&&"off"==e.contentDOM.getAttribute("autocorrect")&&(u={from:s,to:a,insert:Hx.of([n.text.replace("."," ")])}),this.pendingContextChange=u,!e.state.readOnly){let t=this.to-this.from+(u.to-u.from+u.insert.length);Tk(e,u,vb.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(aw.mark({attributes:{style:e}}).range(o,r))}}}e.dispatch({effects:mC.of(aw.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=fw(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 UE{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 EE(this,e.state||l_.create(e)),e.scrollTo&&e.scrollTo.is(gC)&&(this.viewState.scrollTarget=e.scrollTo.value.clip(this.viewState.state)),this.plugins=this.state.facet(bC).map(e=>new wC(e));for(let e of this.plugins)e.update(this);this.observer=new zE(this),this.inputState=new Pk(this),this.inputState.ensureHandlers(this.plugins),this.docView=new sk(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="refresh",this.requestMeasure()})}dispatch(...e){let t=1==e.length&&e[0]instanceof Yb?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(Jk))?(this.inputState.notifiedFocused=r,s=1):r!=this.inputState.notifiedFocused&&(this.inputState.notifiedFocused=r,a=eE(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(l_.phrases)!=this.state.facet(l_.phrases))return this.setState(o);t=jC.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,{x:n,y:i}=this.state.facet(UE.cursorScrollMargin);u=new fC(e.empty?e:vb.cursor(e.head,e.head>e.anchor?-1:1),"nearest","nearest",i,n)}for(let e of t.effects)e.is(gC)&&(u=e.value.clip(this.state))}this.viewState.update(t,u),this.bidiCache=GE.update(this.bidiCache,t.changes),t.empty||(this.updatePlugins(t),this.inputState.update(t)),n=this.docView.update(t),this.state.facet(DC)!=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(DE)!=t.state.facet(DE)&&(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(sC))try{e(t)}catch(e){vC(this.state,e,"update listener")}(a||c)&&Promise.resolve().then(()=>{a&&this.state==a.startState&&this.dispatch(a),c&&!Rk(this,c)&&l.force&&Pw(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 EE(this,e),this.plugins=e.facet(bC).map(e=>new wC(e)),this.pluginMap.clear();for(let e of this.plugins)e.update(this);this.docView.destroy(),this.docView=new sk(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(bC),n=e.state.facet(bC);if(t!=n){let i=[];for(let o of n){let n=t.indexOf(o);if(n<0)i.push(new wC(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){vC(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.viewState.scrollParent,i=this.viewState.getScrollOffset(),{scrollAnchorPos:o,scrollAnchorHeight:r}=this.viewState;Math.abs(i-this.viewState.scrollOffset)>1&&(r=-1),this.viewState.scrollAnchorHeight=-1;try{for(let e=0;;e++){if(r<0)if(Dw(n||this.win))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();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 vC(this.state,e),KE}}),c=jC.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]!=KE)try{let t=a[e];t.write&&t.write(l[e],this)}catch(e){vC(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)/this.scaleY;if((e>1||e<-1)&&(n==this.scrollDOM||this.hasFocus||Math.max(this.inputState.lastWheelEvent,this.inputState.lastTouchTime)>Date.now()-100)){i+=e,n?n.scrollTop+=e:this.win.scrollBy(0,e),r=-1;continue}}}break}}}finally{this.updateState=0,this.measureScheduled=-1}if(t&&!t.empty)for(let e of this.state.facet(sC))e(t)}get themeClasses(){return jE+" "+(this.state.facet($E)?BE:IE)+" "+this.state.facet(DE)}updateAttrs(){let e=YE(this,CC,{class:"cm-editor"+(this.hasFocus?" cm-focused ":" ")+this.themeClasses}),t={spellcheck:"false",autocorrect:"off",autocapitalize:"off",writingsuggestions:"false",translate:"no",contenteditable:this.state.facet(yC)?"true":"false",class:"cm-content",style:`${J_.tabSize}: ${this.state.tabSize}`,role:"textbox","aria-multiline":"true"};this.state.readOnly&&(t["aria-readonly"]="true"),YE(this,kC,t);let n=this.observer.ignore(()=>{let n=iw(this.contentDOM,this.contentAttrs,t),i=iw(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(UE.announce)){t&&(this.announceDOM.textContent=""),t=!1,this.announceDOM.appendChild(document.createElement("div")).textContent=e.value}}mountStyles(){this.styleModules=this.state.facet(DC);let e=this.state.facet(UE.cspNonce);A_.mount(this.root,this.styleModules.concat(qE).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 vk(this,e,fk(this,e,t,n))}moveByGroup(e,t){return vk(this,e,fk(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==o_.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 vb.cursor(o.side(t,i)+e.from,o.forward(!t,i)?1:-1)}moveToLineBoundary(e,t,n=!0){return pk(this,e,t,n)}moveVertically(e,t,n){return vk(this,e,function(e,t,n,i){let o=t.head,r=n?1:-1;if(o==(n?e.state.doc.length:0))return vb.cursor(o,t.assoc);let s,a=t.goalColumn,l=e.contentDOM.getBoundingClientRect(),c=e.coordsAtPos(o,t.assoc||((t.empty?n:t.head==t.from)?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=l.left+a,d=e.viewState.heightOracle.textHeight>>1,p=null!=i?i:d;for(let t=0;;t+=d){let i=s+(p+t)*r,o=xk(e,{x:h,y:i},!1,r);if(n?i>l.bottom:i<l.top)return vb.cursor(o.pos,o.assoc);let c=e.coordsAtPos(o.pos,o.assoc),u=c?(c.top+c.bottom)/2:0;if(!c||(n?u>s:u<s))return vb.cursor(o.pos,o.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=xk(this,e,t);return n&&n.pos}posAndSideAtCoords(e,t=!0){return this.readMeasured(),xk(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 Cw(n,o[Uw.find(o,e-i.from,-1,t)].dir==Bw.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(hC)||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>XE)return Zw(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||Xw(i.isolates,t=MC(this,e))))return i.order;t||(t=MC(this,e));let i=function(e,t,n){if(!e)return[new Uw(0,0,t==Nw?1:0)];if(t==Lw&&!n.length&&!Hw.test(e))return Zw(e.length);if(n.length)for(;e.length>Kw.length;)Kw[Kw.length]=256;let i=[],o=t==Lw?0:1;return Yw(e,o,o,n,0,e.length,i),i}(e.text,n,t);return this.bidiCache.push(new GE(e.from,e.to,n,t,!0,i)),i}get hasFocus(){var e;return(this.dom.ownerDocument.hasFocus()||J_.safari&&(null===(e=this.inputState)||void 0===e?void 0:e.lastContextMenu)>Date.now()-3e4)&&this.root.activeElement==this.contentDOM}focus(){this.observer.ignore(()=>{Mw(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={}){var n,i,o,r;return gC.of(new fC("number"==typeof e?vb.cursor(e):e,null!==(n=t.y)&&void 0!==n?n:"nearest",null!==(i=t.x)&&void 0!==i?i:"nearest",null!==(o=t.yMargin)&&void 0!==o?o:5,null!==(r=t.xMargin)&&void 0!==r?r:5))}scrollSnapshot(){let{scrollTop:e,scrollLeft:t}=this.scrollDOM,n=this.viewState.scrollAnchorAt(e);return gC.of(new fC(vb.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 _C.define(()=>({}),{eventHandlers:e})}static domEventObservers(e){return _C.define(()=>({}),{eventObservers:e})}static theme(e,t){let n=A_.newName(),i=[DE.of(n),DC.of(NE(`.${n}`,e))];return t&&t.dark&&i.push($E.of(!0)),i}static baseTheme(e){return Db.lowest(DC.of(NE("."+jE,e,LE)))}static findFromDOM(e){var t;let n=e.querySelector(".cm-content"),i=n&&BC.get(n)||BC.get(e);return(null===(t=null==i?void 0:i.root)||void 0===t?void 0:t.view)||null}}UE.styleModule=DC,UE.inputHandler=aC,UE.clipboardInputFilter=cC,UE.clipboardOutputFilter=uC,UE.scrollHandler=pC,UE.focusChangeEffect=lC,UE.perLineTextDirection=hC,UE.exceptionSink=rC,UE.updateListener=sC,UE.editable=yC,UE.mouseSelectionStyle=oC,UE.dragMovesSelection=iC,UE.clickAddsSelectionRange=nC,UE.decorations=EC,UE.blockWrappers=OC,UE.outerDecorations=SC,UE.atomicRanges=RC,UE.bidiIsolatedRanges=TC,UE.cursorScrollMargin=bb.define({combine:e=>{let t=5,n=5;for(let i of e)"number"==typeof i?t=n=i:({x:t,y:n}=i);return{x:t,y:n}}}),UE.scrollMargins=AC,UE.darkTheme=$E,UE.cspNonce=bb.define({combine:e=>e.length?e[0]:""}),UE.contentAttributes=kC,UE.editorAttributes=CC,UE.lineWrapping=UE.contentAttributes.of({class:"cm-lineWrapping"}),UE.announce=Gb.define();const XE=4096,KE={};class GE{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:Bw.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 GE(t.mapPos(r.from,1),t.mapPos(r.to,-1),r.dir,r.isolates,!1,r.order))}return n}}function YE(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&&ew(r,n)}return n}const ZE=J_.mac?"mac":J_.windows?"win":J_.linux?"linux":"key";function JE(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 eO=Db.default(UE.domEventHandlers({keydown:(e,t)=>function(e,t,n,i){rO=t;let o=function(e){var t=!(I_&&e.metaKey&&e.shiftKey&&!e.ctrlKey&&!e.altKey||B_&&e.shiftKey&&e.key&&1==e.key.length||"Unidentified"==e.key)&&e.key||(e.shiftKey?j_:$_)[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=ib(o,0),s=rb(r)==o.length&&" "!=o,a="",l=!1,c=!1,u=!1;iO&&iO.view==n&&iO.scope==i&&(a=iO.prefix+" ",Bk.indexOf(t.keyCode)<0&&(c=!0,iO=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+JE(o,t,!s)])?l=!0:!s||!(t.altKey||t.metaKey||t.ctrlKey)||J_.windows&&t.ctrlKey&&t.altKey||J_.mac&&t.altKey&&!t.ctrlKey&&!t.metaKey||!(h=$_[t.keyCode])||h==o?s&&t.shiftKey&&f(g[a+JE(o,t,!0)])&&(l=!0):(f(g[a+JE(h,t,!0)])||t.shiftKey&&(d=j_[t.keyCode])!=o&&d!=h&&f(g[a+JE(d,t,!1)]))&&(l=!0),!l&&f(g._any)&&(l=!0));c&&(l=!0);l&&u&&t.stopPropagation();return rO=null,l}(function(e){let t=e.facet(tO),n=nO.get(t);n||nO.set(t,n=function(e,t=ZE){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=iO={view:t,prefix:n,scope:e};return setTimeout(()=>{iO==i&&(iO=null)},oO),!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,rO))}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")})),tO=bb.define({enables:eO}),nO=new WeakMap;let iO=null;const oO=4e3;let rO=null;class sO extends rw{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?vw(e.firstChild):[];if(!t.length)return null;let n=window.getComputedStyle(e.parentNode),i=Cw(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 aO(e){let t=_C.fromClass(class{constructor(t){this.view=t,this.placeholder=e?aw.set([aw.widget({widget:new sO(e),side:1}).range(0)]):aw.none}get decorations(){return this.view.state.doc.length?aw.none:this.placeholder}},{decorations:e=>e.decorations});return"string"==typeof e?[t,UE.contentAttributes.of({"aria-placeholder":e})]:t}const lO="-10000px";class cO{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 uO(e){let t=e.dom.ownerDocument.documentElement;return{top:0,left:0,bottom:t.clientHeight,right:t.clientWidth}}const hO=bb.define({combine:e=>{var t,n,i;return{position:J_.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)||uO}}}),dO=new WeakMap,pO=_C.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(hO);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 cO(e,vO,(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(hO);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=lO,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(J_.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=PC(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(hO).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=lO;continue}let p=l.arrow?c.dom.querySelector(".cm-tooltip-arrow"):null,f=p?7:0,g=d.right-d.left,m=null!==(t=dO.get(c))&&void 0!==t?t:d.bottom-d.top,v=c.offset||mO,y=this.view.textDirection==Bw.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=lO;continue}dO.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",fO(u,(x-e.parent.left)/o)):(u.style.top=w/r+"px",fO(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=lO}},{eventObservers:{scroll(){this.maybeMeasure()}}});function fO(e,t){let n=parseInt(e.style.left,10);(isNaN(n)||Math.abs(t-n)>1)&&(e.style.left=t+"px")}const gO=UE.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"}}}),mO={x:0,y:0},vO=bb.define({enables:[pO,gO]}),yO=bb.define({combine:e=>e.reduce((e,t)=>e.concat(t),[])});class xO{static create(e){return new xO(e)}constructor(e){this.view=e,this.mounted=!1,this.dom=document.createElement("div"),this.dom.classList.add("cm-tooltip-hover"),this.manager=new cO(e,yO,(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 bO=vO.compute([yO],e=>{let t=e.facet(yO);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:xO.create,above:t[0].above,arrow:t.some(e=>e.arrow)}}),_O=bb.define();class wO{constructor(e,t,n,i,o,r){this.view=e,this.source=t,this.field=n,this.locked=i,this.setHover=o,this.hoverTime=r,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(e){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==Bw.RTL?-1:1;o=t.x<n.left?-s:s}this.activateHover(e,i,o)}activateHover(e,t,n,i){let o=this.source(e,t,n),r=t=>{if(t&&(!Array.isArray(t)||t.length)){let n=Array.isArray(t)?t:[t];i&&this.locked.set(n,i),e.dispatch({effects:this.setHover.of(n)})}};if(o&&"then"in o){let n=this.pending={pos:t};o.then(e=>{this.pending==n&&(this.pending=null,r(e))},t=>vC(e.state,t,"hover tooltip"))}else r(o)}get tooltip(){let e=this.view.plugin(pO),t=e?e.manager.tooltips.findIndex(e=>e.create==xO.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&&!this.locked.has(i)&&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-CO&&t.clientX<=o+CO&&t.clientY>=r-CO&&t.clientY<=s+CO}(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&&!this.locked.has(t)){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);let{active:i}=this;!i.length||this.locked.has(i)||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 CO=4;function kO(e,t={}){let n=Gb.define(),i=new WeakMap,o=Sb.define({create:()=>[],update(e,r){let s=i.get(e);if(e.length&&(t.hideOnChange&&(r.docChanged||r.selection)||s&&s(r)?e=[]:t.hideOn&&(e=e.filter(e=>!t.hideOn(r,e)))),r.docChanged&&e.length){let t=[];for(let n of e){let e=r.changes.mapPos(n.pos,-1,ab.TrackDel);if(null!=e){let i=Object.assign(Object.create(null),n);i.pos=e,null!=i.end&&(i.end=r.changes.mapPos(i.end)),t.push(i)}}e=t}for(let t of r.effects)t.is(n)&&(e=t.value,s=void 0),(t.is(OO)&&!t.value||t.value==o)&&(e=[]);return e.length&&s&&i.set(e,s),e},provide:e=>yO.from(e)});const r=_C.define(r=>new wO(r,e,o,i,n,t.hoverTime||300));return{active:o,extension:[o,r,_O.of(r),bO]}}function EO(e,t){let n=e.plugin(pO);if(!n)return null;let i=n.manager.tooltips.indexOf(t);return i<0?null:n.manager.tooltipViews[i]}const OO=Gb.define(),SO=bb.define({combine(e){let t,n;for(let i of e)t=t||i.topContainer,n=n||i.bottomContainer;return{topContainer:t,bottomContainer:n}}}),RO=_C.fromClass(class{constructor(e){this.input=e.state.facet(AO),this.specs=this.input.filter(e=>e),this.panels=this.specs.map(t=>t(e));let t=e.state.facet(SO);this.top=new TO(e,!0,t.topContainer),this.bottom=new TO(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(SO);this.top.container!=t.topContainer&&(this.top.sync([]),this.top=new TO(e.view,!0,t.topContainer)),this.bottom.container!=t.bottomContainer&&(this.bottom.sync([]),this.bottom=new TO(e.view,!1,t.bottomContainer)),this.top.syncClasses(),this.bottom.syncClasses();let n=e.state.facet(AO);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=>UE.scrollMargins.of(t=>{let n=t.plugin(e);return n&&{top:n.top.scrollMargin(),bottom:n.bottom.scrollMargin()}})});class TO{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=MO(e);e=e.nextSibling}else this.dom.insertBefore(t.dom,e);for(;e;)e=MO(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 MO(e){let t=e.nextSibling;return e.remove(),t}const AO=bb.define({enables:RO});class PO extends u_{compare(e){return this==e||this.constructor==e.constructor&&this.eq(e)}eq(e){return!1}destroy(e){}}PO.prototype.elementClass="",PO.prototype.toDOM=void 0,PO.prototype.mapMode=ab.TrackBefore,PO.prototype.startSide=PO.prototype.endSide=-1,PO.prototype.point=!0;const DO=1024;let $O=0;class jO{constructor(e,t){this.from=e,this.to=t}}class IO{constructor(e={}){this.id=$O++,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=NO.match(e)),t=>{let n=e(t);return void 0===n?null:[this,n]}}}IO.closedBy=new IO({deserialize:e=>e.split(" ")}),IO.openedBy=new IO({deserialize:e=>e.split(" ")}),IO.group=new IO({deserialize:e=>e.split(" ")}),IO.isolate=new IO({deserialize:e=>{if(e&&"rtl"!=e&&"ltr"!=e&&"auto"!=e)throw new RangeError("Invalid value for isolate: "+e);return e||"auto"}}),IO.contextHash=new IO({perNode:!0}),IO.lookAhead=new IO({perNode:!0}),IO.mounted=new IO({perNode:!0});class BO{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[IO.mounted.id]}}const LO=Object.create(null);class NO{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):LO,n=(e.top?1:0)|(e.skipped?2:0)|(e.error?4:0)|(null==e.name?8:0),i=new NO(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(IO.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(IO.group),i=-1;i<(n?n.length:0);i++){let o=t[i<0?e.name:n[i]];if(o)return o}}}}NO.none=new NO("",Object.create(null),0,8);class qO{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 NO(n.name,i,n.id,n.flags):n)}return new qO(t)}}const VO=new WeakMap,FO=new WeakMap;var zO;!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"}(zO||(zO={}));class QO{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=BO.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 iS(this.topNode,e)}cursorAt(e,t=0,n=0){let i=VO.get(this)||this.topNode,o=new iS(i);return o.moveTo(e,t),VO.set(this,o._tree),o}get topNode(){return new GO(this,0,0,null)}resolve(e,t=0){let n=XO(VO.get(this)||this.topNode,e,t,!1);return VO.set(this,n),n}resolveInner(e,t=0){let n=XO(FO.get(this)||this.topNode,e,t,!0);return FO.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 GO?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=BO.get(e.tree);if(r&&r.overlay&&r.overlay[0].from<=t&&r.overlay[r.overlay.length-1].to>=t){let s=new GO(r.tree,r.overlay[0].from+e.from,-1,e);(o||(o=[i])).push(XO(s,t,n,!1))}}return o?tS(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&zO.IncludeAnonymous)>0;for(let e=this.cursor(r|zO.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:aS(NO.none,this.children,this.positions,0,this.children.length,0,this.length,(e,t,n)=>new QO(this.type,e,t,n,this.propValues),e.makeTree||((e,t,n)=>new QO(NO.none,e,t,n)))}static build(e){return function(e){var t;let{buffer:n,nodeSet:i,maxBufferLength:o=DO,reused:r=[],minRepeatType:s=i.types.length}=e,a=Array.isArray(n)?new WO(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,E=u,O=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,R,T=l[_],M=w-e;if(C-w<=o&&(R=m(a.pos-t,x))){let t=new Uint16Array(R.size-R.skip),n=a.pos-R.size,o=t.length;for(;a.pos>n;)o=v(R.start,t,o);S=new HO(t,C-R.start,i),M=R.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,E,O),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,E,O),t.reverse(),n.reverse(),i>-1&&r>0){let e=p(T,O);S=aS(T,t,n,0,t.length,0,C-w,e,e)}else S=g(T,t,n,C-w,E-C,O)}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 HO(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 QO){if(!l&&r.type==e&&r.length==o)return r;(s=r.prop(IO.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=[IO.contextHash,r];s=s?[e].concat(s):[e]}if(o>25){let e=[IO.lookAhead,o];s=s?[e].concat(s):[e]}return new QO(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 QO(l[e.topID],y.reverse(),x.reverse(),b)}(e)}}QO.empty=new QO(NO.none,[],[],0);class WO{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 WO(this.buffer,this.index)}}class HO{constructor(e,t,n){this.buffer=e,this.length=t,this.set=n}get type(){return NO.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&&!(UO(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 HO(o,r,this.set)}}function UO(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 XO(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 GO&&e.index<0?null:e.parent;if(!t)return e;e=t}let r=i?0:zO.IgnoreOverlays;if(i)for(let i=e,s=i.parent;s;i=s,s=i.parent)i instanceof GO&&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 KO{cursor(e=0){return new iS(this,e)}getChild(e,t=null,n=null){let i=YO(this,e,t,n);return i.length?i[0]:null}getChildren(e,t=null,n=null){return YO(this,e,t,n)}resolve(e,t=0){return XO(this,e,t,!1)}resolveInner(e,t=0){return XO(this,e,t,!0)}matchContext(e){return ZO(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 GO extends KO{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&zO.EnterBracketed&&c instanceof QO&&(l=BO.get(c))&&!l.overlay&&l.bracketed&&n>=u&&n<=u+c.length||UO(i,n,u,u+c.length))if(c instanceof HO){if(o&zO.ExcludeBuffers)continue;let s=c.findChild(0,c.buffer.length,t,n-u,i);if(s>-1)return new eS(new JO(r,c,e,u),null,s)}else if(o&zO.IncludeAnonymous||!c.type.isAnonymous||oS(c)){let s;if(!(o&zO.IgnoreMounts)&&(s=BO.get(c))&&!s.overlay)return new GO(s.tree,u,e,r);let a=new GO(c,u,e,r);return o&zO.IncludeAnonymous||!a.type.isAnonymous?a:a.nextChild(t<0?c.children.length-1:0,t,n,i,o)}}if(o&zO.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&zO.IgnoreOverlays)&&(i=BO.get(this._tree))&&i.overlay){let o=e-this.from,r=n&zO.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 GO(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 YO(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 ZO(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 JO{constructor(e,t,n,i){this.parent=e,this.buffer=t,this.index=n,this.start=i}}class eS extends KO{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 eS(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&zO.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 eS(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 eS(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 eS(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 QO(this.type,e,t,this.to-this.from)}toString(){return this.context.buffer.childString(this.index)}}function tS(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 GO&&n.index<0?null:n.parent,o=e.slice();return i?o[t]=i:o.splice(t,1),new nS(o,n)}class nS{constructor(e,t){this.heads=e,this.node=t}get next(){return tS(this.heads)}}class iS{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&~zO.EnterBracketed,e instanceof GO)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 GO?(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&zO.ExcludeBuffers)&&this.enterChild(1,e,t):this.yield(this._tree.enter(e,t,n))}parent(){if(!this.buffer)return this.yieldNode(this.mode&zO.IncludeAnonymous?this._tree._parent:this._tree.parent);if(this.stack.length)return this.yieldBuf(this.stack.pop());let e=this.mode&zO.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&zO.IncludeAnonymous||e instanceof HO||!e.type.isAnonymous||oS(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 eS(this.buffer,t,this.stack[e]);return this.bufferNode=new eS(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 ZO(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 ZO(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 oS(e){return e.children.some(e=>e instanceof HO||!e.type.isAnonymous||oS(e))}const rS=new WeakMap;function sS(e,t){if(!e.isAnonymous||t instanceof HO||t.type!=e)return 1;let n=rS.get(t);if(null==n){n=1;for(let i of t.children){if(i.type!=e||!(i instanceof QO)){n=1;break}n+=sS(e,i)}rS.set(t,n)}return n}function aS(e,t,n,i,o,r,s,a,l){let c=0;for(let n=i;n<o;n++)c+=sS(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=sS(e,n[c]);for(c++;c<s;c++){let t=sS(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(aS(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 lS{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 lS(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 lS(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 cS{startParse(e,t,n){return"string"==typeof e&&(e=new uS(e)),n=n?n.length?n.map(e=>new jO(e.from,e.to)):[new jO(0,0)]:[new jO(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 uS{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 IO({perNode:!0});let hS=0;class dS{constructor(e,t,n,i){this.name=e,this.set=t,this.base=n,this.modified=i,this.id=hS++}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 dS&&(t=e),null==t?void 0:t.base)throw new Error("Can not derive from a modified tag");let i=new dS(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 fS(e);return e=>e.modified.indexOf(t)>-1?e:fS.get(e.base||e,e.modified.concat(t).sort((e,t)=>e.id-t.id))}}let pS=0;class fS{constructor(e){this.name=e,this.instances=[],this.id=pS++}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 dS(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(fS.get(t,e));return o}}function gS(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 vS(i,o,s>0?n.slice(0,s):null);t[a]=l.sort(t[a])}}return mS.add(t)}const mS=new IO({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 vS(o.tags,o.mode,o.context);n?n.next=r:i=r,n=r}return i}});class vS{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 yS(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 xS(e,t,n,i=0,o=e.length){let r=new bS(i,Array.isArray(t)?t:[t],n);r.highlightRange(e.cursor(),i,o,"",r.highlighters),r.flush(o)}vS.empty=new vS([],2,null);class bS{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(mS);for(;t&&t.context&&!e.matchContext(t.context);)t=t.next;return t||null}(e)||vS.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(IO.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 _S=dS.define,wS=_S(),CS=_S(),kS=_S(CS),ES=_S(CS),OS=_S(),SS=_S(OS),RS=_S(OS),TS=_S(),MS=_S(TS),AS=_S(),PS=_S(),DS=_S(),$S=_S(DS),jS=_S(),IS={comment:wS,lineComment:_S(wS),blockComment:_S(wS),docComment:_S(wS),name:CS,variableName:_S(CS),typeName:kS,tagName:_S(kS),propertyName:ES,attributeName:_S(ES),className:_S(CS),labelName:_S(CS),namespace:_S(CS),macroName:_S(CS),literal:OS,string:SS,docString:_S(SS),character:_S(SS),attributeValue:_S(SS),number:RS,integer:_S(RS),float:_S(RS),bool:_S(OS),regexp:_S(OS),escape:_S(OS),color:_S(OS),url:_S(OS),keyword:AS,self:_S(AS),null:_S(AS),atom:_S(AS),unit:_S(AS),modifier:_S(AS),operatorKeyword:_S(AS),controlKeyword:_S(AS),definitionKeyword:_S(AS),moduleKeyword:_S(AS),operator:PS,derefOperator:_S(PS),arithmeticOperator:_S(PS),logicOperator:_S(PS),bitwiseOperator:_S(PS),compareOperator:_S(PS),updateOperator:_S(PS),definitionOperator:_S(PS),typeOperator:_S(PS),controlOperator:_S(PS),punctuation:DS,separator:_S(DS),bracket:$S,angleBracket:_S($S),squareBracket:_S($S),paren:_S($S),brace:_S($S),content:TS,heading:MS,heading1:_S(MS),heading2:_S(MS),heading3:_S(MS),heading4:_S(MS),heading5:_S(MS),heading6:_S(MS),contentSeparator:_S(TS),list:_S(TS),quote:_S(TS),emphasis:_S(TS),strong:_S(TS),link:_S(TS),monospace:_S(TS),strikethrough:_S(TS),inserted:_S(),deleted:_S(),changed:_S(),invalid:_S(),meta:jS,documentMeta:_S(jS),annotation:_S(jS),processingInstruction:_S(jS),definition:dS.defineModifier("definition"),constant:dS.defineModifier("constant"),function:dS.defineModifier("function"),standard:dS.defineModifier("standard"),local:dS.defineModifier("local"),special:dS.defineModifier("special")};for(let e in IS){let t=IS[e];t instanceof dS&&(t.name=e)}var BS;yS([{tag:IS.link,class:"tok-link"},{tag:IS.heading,class:"tok-heading"},{tag:IS.emphasis,class:"tok-emphasis"},{tag:IS.strong,class:"tok-strong"},{tag:IS.keyword,class:"tok-keyword"},{tag:IS.atom,class:"tok-atom"},{tag:IS.bool,class:"tok-bool"},{tag:IS.url,class:"tok-url"},{tag:IS.labelName,class:"tok-labelName"},{tag:IS.inserted,class:"tok-inserted"},{tag:IS.deleted,class:"tok-deleted"},{tag:IS.literal,class:"tok-literal"},{tag:IS.string,class:"tok-string"},{tag:IS.number,class:"tok-number"},{tag:[IS.regexp,IS.escape,IS.special(IS.string)],class:"tok-string2"},{tag:IS.variableName,class:"tok-variableName"},{tag:IS.local(IS.variableName),class:"tok-variableName tok-local"},{tag:IS.definition(IS.variableName),class:"tok-variableName tok-definition"},{tag:IS.special(IS.variableName),class:"tok-variableName2"},{tag:IS.definition(IS.propertyName),class:"tok-propertyName tok-definition"},{tag:IS.typeName,class:"tok-typeName"},{tag:IS.namespace,class:"tok-namespace"},{tag:IS.className,class:"tok-className"},{tag:IS.macroName,class:"tok-macroName"},{tag:IS.propertyName,class:"tok-propertyName"},{tag:IS.operator,class:"tok-operator"},{tag:IS.comment,class:"tok-comment"},{tag:IS.meta,class:"tok-meta"},{tag:IS.invalid,class:"tok-invalid"},{tag:IS.punctuation,class:"tok-punctuation"}]);const LS=new IO;const NS=new IO;class qS{constructor(e,t,n=[],i=""){this.data=e,this.name=i,l_.prototype.hasOwnProperty("tree")||Object.defineProperty(l_.prototype,"tree",{get(){return zS(this)}}),this.parser=t,this.extension=[ZS.of(this),l_.languageData.of((e,t,n)=>{let i=VS(e,t,n),o=i.type.prop(LS);if(!o)return[];let r=e.facet(o),s=i.type.prop(NS);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 VS(e,t,n).type.prop(LS)==this.data}findRegions(e){let t=e.facet(ZS);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(LS)==this.data)return void n.push({from:t,to:t+e.length});let o=e.prop(IO.mounted);if(o){if(o.tree.prop(LS)==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 QO&&i(o,e.positions[n]+t)}};return i(zS(e),0),n}get allowsNesting(){return!0}}function VS(e,t,n){let i=e.facet(ZS),o=zS(e).topNode;if(!i||i.allowsNesting)for(let e=o;e;e=e.enter(t,n,zO.ExcludeBuffers|zO.EnterBracketed))e.type.isTop&&(o=e);return o}qS.setState=Gb.define();class FS extends qS{constructor(e,t,n){super(e,t,[],n),this.parser=t}static define(e){let t=(n=e.languageData,bb.define({combine:n?e=>e.concat(n):void 0}));var n;return new FS(t,e.parser.configure({props:[LS.add(e=>e.isTop?t:void 0)]}),e.name)}configure(e,t){return new FS(this.data,this.parser.configure(e),t||this.name)}get allowsNesting(){return this.parser.hasWrappers()}}function zS(e){let t=e.field(qS.state,!1);return t?t.tree:QO.empty}class QS{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 WS=null;class HS{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 HS(e,t,[],QO.empty,0,n,[],null)}startParse(){return this.parser.startParse(new QS(this.state.doc),this.fragments)}work(e,t){return null!=t&&t>=this.state.doc.length&&(t=void 0),this.tree!=QO.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(lS.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(lS.addTree(this.tree,this.fragments,!0)),this.parse=null)}withContext(e){let t=WS;WS=this;try{return e()}finally{WS=t}}withoutTempSkipped(e){for(let t;t=this.tempSkipped.pop();)e=US(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=lS.applyChanges(n,t),i=QO.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 HS(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=US(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 cS{createParse(t,n,i){let o=i[0].from,r=i[i.length-1].to,s={parsedPos:o,advance(){let t=WS;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 QO(NO.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 WS}}function US(e,t,n){return lS.applyChanges(e,[{fromA:t,toA:n,fromB:t,toB:n}])}class XS{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 XS(t)}static init(e){let t=Math.min(3e3,e.doc.length),n=HS.create(e.facet(ZS).parser,e,{from:0,to:t});return n.work(20,t)||n.takeTree(),new XS(n)}}qS.state=Sb.define({create:XS.init,update(e,t){for(let e of t.effects)if(e.is(qS.setState))return e.value;return t.startState.facet(ZS)!=t.state.facet(ZS)?XS.init(t.state):e.apply(t)}});let KS=e=>{let t=setTimeout(()=>e(),500);return()=>clearTimeout(t)};"undefined"!=typeof requestIdleCallback&&(KS=e=>{let t=-1,n=setTimeout(()=>{t=requestIdleCallback(e,{timeout:400})},100);return()=>t<0?clearTimeout(n):cancelIdleCallback(t)});const GS="undefined"!=typeof navigator&&(null===(BS=navigator.scheduling)||void 0===BS?void 0:BS.isInputPending)?()=>navigator.scheduling.isInputPending():null,YS=_C.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(qS.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(qS.state);t.tree==t.context.tree&&t.context.isDone(e.doc.length)||(this.working=KS(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(qS.state);if(o.tree==o.context.tree&&o.context.isDone(i+1e5))return;let r=Date.now()+Math.min(this.chunkBudget,100,e&&!GS?Math.max(25,e.timeRemaining()-5):1e9),s=o.context.treeLen<i&&n.doc.length>i+1e3,a=o.context.work(()=>GS&&GS()||Date.now()>r,i+(s?0:1e5));this.chunkBudget-=Date.now()-t,(a||this.chunkBudget<=0)&&(o.context.takeTree(),this.view.dispatch({effects:qS.setState.of(new XS(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=>vC(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()}}}),ZS=bb.define({combine:e=>e.length?e[0]:null,enables:e=>[qS.state,YS,UE.contentAttributes.compute([e],t=>{let n=t.facet(e);return n&&n.name?{"data-language":n.name}:{}})]});class JS{constructor(e,t=[]){this.language=e,this.support=t,this.extension=[e,t]}}const eR=bb.define(),tR=bb.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 nR(e){let t=e.facet(tR);return 9==t.charCodeAt(0)?e.tabSize*t.length:t.length}function iR(e,t){let n="",i=e.tabSize,o=e.facet(tR)[0];if("\t"==o){for(;t>=i;)n+="\t",t-=i;o=" "}for(let e=0;e<t;e++)n+=o;return n}function oR(e,t){e instanceof l_&&(e=new rR(e));for(let n of e.state.facet(eR)){let i=n(e,t);if(void 0!==i)return i}let n=zS(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 aR(i,e,n)}(e,n,t):null}class rR{constructor(e,t={}){this.state=e,this.options=t,this.unit=nR(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 S_(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 sR=new IO;function aR(e,t,n){for(let i=e;i;i=i.next){let e=lR(i.node);if(e)return e(uR.create(t,n,i))}return 0}function lR(e){let t=e.type.prop(sR);if(t)return t;let n,i=e.firstChild;if(i&&(n=i.type.prop(IO.closedBy))){let t=e.lastChild,i=t&&n.indexOf(t.name)>-1;return e=>pR(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?cR:null}function cR(){return 0}class uR extends rR{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 uR(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(hR(n,e))break;t=this.state.doc.lineAt(n.from)}return this.lineIndent(t.from)}continue(){return aR(this.context.next,this.base,this.pos)}}function hR(e,t){for(let n=t;n;n=n.parent)if(e==n)return!0;return!1}function dR({closing:e,align:t=!0,units:n=1}){return i=>pR(i,t,n,e)}function pR(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 fR({except:e,units:t=1}={}){return n=>{let i=e&&e.test(n.textAfter);return n.baseIndent+(i?0:t*n.unit)}}const gR=new IO;function mR(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 vR{constructor(e,t){let n;function i(e){let t=A_.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 qS?e=>e.prop(LS)==r.data:r?e=>e==r:void 0,this.style=yS(e.map(e=>({tag:e.tag,class:e.class||i(Object.assign({},e,{tag:null}))})),{all:o}).style,this.module=n?new A_(n):null,this.themeType=t.themeType}static define(e,t){return new vR(e,t||{})}}const yR=bb.define(),xR=bb.define({combine:e=>e.length?[e[0]]:null});function bR(e){let t=e.facet(yR);return t.length?t:e.facet(xR)}function _R(e,t){let n,i=[CR];return e instanceof vR&&(e.module&&i.push(UE.styleModule.of(e.module)),n=e.themeType),n?i.push(yR.computeN([UE.darkTheme],t=>t.facet(UE.darkTheme)==("dark"==n)?[e]:[])):i.push(yR.of(e)),i}class wR{constructor(e){this.markCache=Object.create(null),this.tree=zS(e.state),this.decorations=this.buildDeco(e,bR(e.state)),this.decoratedTo=e.viewport.to}update(e){let t=zS(e.state),n=bR(e.state),i=n!=bR(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 aw.none;let n=new m_;for(let{from:i,to:o}of e.visibleRanges)xS(this.tree,t,(e,t,i)=>{n.add(e,t,this.markCache[i]||(this.markCache[i]=aw.mark({class:i})))},i,o);return n.finish()}}const CR=Db.high(_C.fromClass(wR,{decorations:e=>e.decorations})),kR=UE.baseTheme({"&.cm-focused .cm-matchingBracket":{backgroundColor:"#328c8252"},"&.cm-focused .cm-nonmatchingBracket":{backgroundColor:"#bb555544"}}),ER="()[]{}",OR=bb.define({combine:e=>c_(e,{afterCursor:!0,brackets:ER,maxScanDistance:1e4,renderMatch:TR})}),SR=aw.mark({class:"cm-matchingBracket"}),RR=aw.mark({class:"cm-nonmatchingBracket"});function TR(e){let t=[],n=e.matched?SR:RR;return t.push(n.range(e.start.from,e.start.to)),e.end&&t.push(n.range(e.end.from,e.end.to)),t}function MR(e){let t=[],n=e.facet(OR);for(let i of e.selection.ranges){if(!i.empty)continue;let o=BR(e,i.head,-1,n)||i.head>0&&BR(e,i.head-1,1,n)||n.afterCursor&&(BR(e,i.head,1,n)||i.head<e.doc.length&&BR(e,i.head+1,-1,n));o&&(t=t.concat(n.renderMatch(o,e)))}return aw.set(t,!0)}const AR=_C.fromClass(class{constructor(e){this.paused=!1,this.decorations=MR(e.state)}update(e){(e.docChanged||e.selectionSet||this.paused)&&(e.view.composing?(this.decorations=this.decorations.map(e.changes),this.paused=!0):(this.decorations=MR(e.state),this.paused=!1))}},{decorations:e=>e.decorations}),PR=[AR,kR];function DR(e={}){return[OR.of(e),PR]}const $R=new IO;function jR(e,t,n){let i=e.prop(t<0?IO.openedBy:IO.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 IR(e){let t=e.type.prop($R);return t?t(e.node):e}function BR(e,t,n,i={}){let o=i.maxScanDistance||1e4,r=i.brackets||ER,s=zS(e),a=s.resolveInner(t,n);for(let i=a;i;i=i.parent){let o=jR(i.type,n,r);if(o&&i.from<i.to){let s=IR(i);if(s&&(n>0?t>=s.from&&t<s.to:t>s.from&&t<=s.to))return LR(e,t,n,i,s,o,r)}}return function(e,t,n,i,o,r,s){if(n<0?!t:t==e.doc.length)return null;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 LR(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=IR(u);return{start:l,end:e?{from:e.from,to:e.to}:void 0,matched:!0}}if(jR(u.type,n,s))c++;else if(jR(u.type,-n,s)){if(0==c){let e=IR(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 NR=Object.create(null),qR=[NO.none],VR=[],FR=Object.create(null),zR=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"]])zR[e]=WR(NR,t);function QR(e,t){VR.indexOf(e)>-1||(VR.push(e),console.warn(t))}function WR(e,t){let n=[];for(let i of t.split(" ")){let t=[];for(let n of i.split(".")){let i=e[n]||IS[n];i?"function"==typeof i?t.length?t=t.map(i):QR(n,`Modifier ${n} used at start of tag`):t.length?QR(n,`Tag ${n} used as modifier`):t=Array.isArray(i)?i:[i]:QR(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=FR[o];if(r)return r.id;let s=FR[o]=NO.define({id:qR.length,name:i,props:[gS({[i]:n})]});return qR.push(s),s.id}Bw.RTL,Bw.LTR;class HR{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=zS(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(YR(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 UR(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 XR(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=UR(t)+UR(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 KR{constructor(e,t,n,i){this.completion=e,this.source=t,this.match=n,this.score=i}}function GR(e){return e.selection.main.from}function YR(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 ZR=Ub.define();function JR(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:vb.cursor(a.from+r+l.length)}}),scrollIntoView:!0,userEvent:"input.complete"}}const eT=new WeakMap;function tT(e){if(!Array.isArray(e))return e;let t=eT.get(e);return t||eT.set(e,t=XR(e)),t}const nT=Gb.define(),iT=Gb.define();class oT{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=ib(e,t),i=rb(n);this.chars.push(n);let o=e.slice(t,t+i),r=o.toUpperCase();this.folded.push(ib(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=ib(e,0),o=rb(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=ib(e,o);r!=t[l]&&r!=n[l]||(i[l++]=o),o+=rb(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=ib(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=ob(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+=rb(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?rb(ib(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 rT{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 sT=bb.define({combine:e=>c_(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:lT,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=>aT(e(n),t(n)),optionClass:(e,t)=>n=>aT(e(n),t(n)),addToOptions:(e,t)=>e.concat(t),filterStrict:(e,t)=>e||t})});function aT(e,t){return e?t?e+" "+t:e:t}function lT(e,t,n,i,o,r){let s,a,l=e.textDirection==Bw.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")}}const cT=Gb.define();function uT(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.ceil((e-t)/n);return{from:e-i*n,to:e-(i-1)*n}}class hT{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(sT);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=uT(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();if(n.target==this.list){let t=this.list.classList.contains("cm-completionListIncompleteTop")&&n.clientY<this.list.firstChild.getBoundingClientRect().top?this.range.from-1:this.list.classList.contains("cm-completionListIncompleteBottom")&&n.clientY>this.list.lastChild.getBoundingClientRect().bottom?this.range.to:null;null!=t&&(e.dispatch({effects:cT.of(t)}),n.preventDefault())}}),this.dom.addEventListener("focusout",t=>{let n=e.state.field(this.stateField,!1);n&&n.tooltip&&e.state.facet(sT).closeOnBlur&&t.relatedTarget!=e.contentDOM&&e.dispatch({effects:iT.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=uT(o.length,r,e.state.facet(sT).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=uT(t.options.length,t.selected,this.view.state.facet(sT).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=>vC(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(sT).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 dT(e,t){return n=>new hT(n,e,t)}function pT(e){return 100*(e.boost||0)+(e.apply?10:0)+(e.info?5:0)+(e.type?1:0)}class fT{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 fT(this.options,yT(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(sT);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 KR(t,i.source,e?e(t):[],1e9-n.length));else{let n,a=t.sliceDoc(i.from,i.to),l=s.filterStrict?new rT(a):new oT(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 KR(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):pT(e.completion)>pT(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(sT).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 fT(s,yT(n,a),{pos:e.reduce((e,t)=>t.hasResult()?Math.min(e,t.from):e,1e8),create:OT,above:o.aboveCursor},i?i.timestamp:Date.now(),a,!1)}map(e){return new fT(this.options,this.attrs,{...this.tooltip,pos:e.mapPos(this.tooltip.pos)},this.timestamp,this.selected,this.disabled)}setDisabled(){return new fT(this.options,this.attrs,this.tooltip,this.timestamp,this.selected,!0)}}class gT{constructor(e,t,n){this.active=e,this.id=t,this.open=n}static start(){return new gT(xT,"cm-ac-"+Math.floor(2e6*Math.random()).toString(36),null)}update(e){let{state:t}=e,n=t.facet(sT),i=(n.override||t.languageDataAt("autocomplete",GR(t)).map(tT)).map(t=>{let i=this.active.find(e=>e.source==t)||new _T(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(CT));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=fT.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 _T(e.source,0):e));for(let t of e.effects)t.is(cT)&&(o=o&&o.setSelected(t.value,this.id));return i==this.active&&o==this.open?this:new gT(i,this.id,o)}get tooltip(){return this.open?this.open.tooltip:null}get attrs(){return this.open?this.open.attrs:this.active.length?mT:vT}}const mT={"aria-autocomplete":"list"},vT={};function yT(e,t){let n={"aria-autocomplete":"list","aria-haspopup":"listbox","aria-controls":e};return t>-1&&(n["aria-activedescendant"]=e+"-"+t),n}const xT=[];function bT(e,t){if(e.isUserEvent("input.complete")){let n=e.annotation(ZR);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 _T{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=bT(e,t),i=this;(8&n||16&n&&this.touches(e))&&(i=new _T(i.source,0)),4&n&&0==i.state&&(i=new _T(this.source,1)),i=i.updateFor(e,n);for(let t of e.effects)if(t.is(nT))i=new _T(i.source,1,t.value);else if(t.is(iT))i=new _T(i.source,0);else if(t.is(CT))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(GR(e.state))}}class wT extends _T{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=GR(e.state);if(s>r||!i||2&t&&(GR(e.startState)==this.from||s<this.limit))return new _T(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):YR(e,!0).test(o)}(i.validFor,e.state,o,r)?new wT(this.source,this.explicit,a,i,o,r):i.update&&(i=i.update(i,o,r,new HR(e.state,s,!1)))?new wT(this.source,this.explicit,a,i,i.from,null!==(n=i.to)&&void 0!==n?n:GR(e.state)):new _T(this.source,1,this.explicit)}map(e){if(e.empty)return this;let t=this.result.map?this.result.map(this.result,e):this.result;return t?new wT(this.source,this.explicit,e.mapPos(this.limit),t,e.mapPos(this.from),e.mapPos(this.to,1)):new _T(this.source,0)}touches(e){return e.changes.touchesRange(this.from,this.to)}}const CT=Gb.define({map:(e,t)=>e.map(e=>e.map(t))}),kT=Sb.define({create:()=>gT.start(),update:(e,t)=>e.update(t),provide:e=>[vO.from(e,e=>e.tooltip),UE.contentAttributes.from(e,e=>e.attrs)]});function ET(e,t){const n=t.completion.apply||t.completion.label;let i=e.state.field(kT).active.find(e=>e.source==t.source);return i instanceof wT&&("string"==typeof n?e.dispatch({...JR(e.state,n,i.from,i.to),annotations:ZR.of(t.completion)}):n(e,t.completion,i.from,i.to),!0)}const OT=dT(kT,ET);function ST(e,t="option"){return n=>{let i=n.state.field(kT,!1);if(!i||!i.open||i.open.disabled||Date.now()-i.open.timestamp<n.state.facet(sT).interactionDelay)return!1;let o,r=1;"page"==t&&(o=EO(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:cT.of(a)}),!0}}const RT=e=>!!e.state.field(kT,!1)&&(e.dispatch({effects:nT.of(!0)}),!0);class TT{constructor(e,t){this.active=e,this.context=t,this.time=Date.now(),this.updates=[],this.done=void 0}}const MT=_C.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(kT).active)t.isPending&&this.startQuery(t)}update(e){let t=e.state.field(kT),n=e.state.facet(sT);if(!e.selectionSet&&!e.docChanged&&e.startState.field(kT)==t)return;let i=e.transactions.some(e=>{let t=bT(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){vC(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(nT)))&&(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(kT);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(sT).updateSyncTime))}startQuery(e){let{state:t}=this.view,n=GR(t),i=new HR(t,n,e.explicit,this.view),o=new TT(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:iT.of(null)}),vC(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(sT).updateSyncTime))}accept(){var e;this.debounceAccept>-1&&clearTimeout(this.debounceAccept),this.debounceAccept=-1;let t=[],n=this.view.state.facet(sT),i=this.view.state.field(kT);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=GR(r.updates.length?r.updates[0].startState:this.view.state),o=Math.min(i,r.done.from+(r.active.explicit?0:1)),s=new wT(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 _T(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:CT.of(t)})}},{eventHandlers:{blur(e){let t=this.view.state.field(kT,!1);if(t&&t.tooltip&&this.view.state.facet(sT).closeOnBlur){let n=t.open&&EO(this.view,t.open.tooltip);n&&n.dom.contains(e.relatedTarget)||setTimeout(()=>this.view.dispatch({effects:iT.of(null)}),10)}},compositionstart(){this.composing=1},compositionend(){3==this.composing&&setTimeout(()=>this.view.dispatch({effects:nT.of(!1)}),20),this.composing=0}}}),AT="object"==typeof navigator&&/Win/.test(navigator.platform),PT=Db.highest(UE.domEventHandlers({keydown(e,t){let n=t.state.field(kT,!1);if(!n||!n.open||n.open.disabled||n.open.selected<0||e.key.length>1||e.ctrlKey&&(!AT||!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&&ET(t,i),!1}})),DT=UE.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",cursor:"pointer"},".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 $T{constructor(e,t,n,i){this.field=e,this.line=t,this.from=n,this.to=i}}class jT{constructor(e,t,n){this.field=e,this.from=t,this.to=n}map(e){let t=e.mapPos(this.from,-1,ab.TrackDel),n=e.mapPos(this.to,1,ab.TrackDel);return null==t||null==n?null:new jT(this.field,t,n)}}class IT{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(tR);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 jT(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;0===e&&(e=1e9);let 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 $T(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 IT(i,o)}}let BT=aw.widget({widget:new class extends rw{toDOM(){let e=document.createElement("span");return e.className="cm-snippetFieldPosition",e}ignoreEvent(){return!1}}}),LT=aw.mark({class:"cm-snippetField"});class NT{constructor(e,t){this.ranges=e,this.active=t,this.deco=aw.set(e.map(e=>(e.from==e.to?BT:LT).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 NT(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 qT=Gb.define({map:(e,t)=>e&&e.map(t)}),VT=Gb.define(),FT=Sb.define({create:()=>null,update(e,t){for(let n of t.effects){if(n.is(qT))return n.value;if(n.is(VT)&&e)return new NT(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=>UE.decorations.from(e,e=>e?e.deco:aw.none)});function zT(e,t){return vb.create(e.filter(e=>e.field==t).map(e=>vb.range(e.from,e.to)))}function QT(e){let t=IT.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:Hx.of(r)},scrollIntoView:!0,annotations:n?[ZR.of(n),Yb.userEvent.of("input.complete")]:void 0};if(s.length&&(l.selection=zT(s,0)),s.some(e=>e.field>0)){let t=new NT(s,0),n=l.effects=[qT.of(t)];void 0===e.state.field(FT,!1)&&n.push(Gb.appendConfig.of([FT,XT,GT,DT]))}e.dispatch(e.state.update(l))}}function WT(e){return({state:t,dispatch:n})=>{let i=t.field(FT,!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:zT(i.ranges,o),effects:qT.of(r?null:new NT(i.ranges,o)),scrollIntoView:!0})),!0}}const HT=[{key:"Tab",run:WT(1),shift:WT(-1)},{key:"Escape",run:({state:e,dispatch:t})=>!!e.field(FT,!1)&&(t(e.update({effects:qT.of(null)})),!0)}],UT=bb.define({combine:e=>e.length?e[0]:HT}),XT=Db.highest(tO.compute([UT],e=>e.facet(UT)));function KT(e,t){return{...t,apply:QT(e)}}const GT=UE.domEventHandlers({mousedown(e,t){let n,i=t.state.field(FT,!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:zT(i.ranges,o.field),effects:qT.of(i.ranges.some(e=>e.field>o.field)?new NT(i.ranges,o.field):null),scrollIntoView:!0}),!0)}}),YT={brackets:["(","[","{","'",'"'],before:")]}:;>",stringPrefixes:[]},ZT=Gb.define({map(e,t){let n=t.mapPos(e,-1,ab.TrackAfter);return null==n?void 0:n}}),JT=new class extends u_{};JT.startSide=1,JT.endSide=-1;const eM=Sb.define({create:()=>g_.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(ZT)&&(e=e.update({add:[JT.range(n.value,n.value+1)]}));return e}});const tM="()[]{}<>«»»«[]{}";function nM(e){for(let t=0;t<16;t+=2)if(tM.charCodeAt(t)==e)return tM.charAt(t+1);return ob(e<128?e:e+1)}const iM="object"==typeof navigator&&/Android\b/.test(navigator.userAgent),oM=UE.inputHandler.of((e,t,n,i)=>{if((iM?e.composing:e.compositionStarted)||e.state.readOnly)return!1;let o=e.state.selection.main;if(i.length>2||2==i.length&&1==rb(ib(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]||YT}(e,e.selection.main.head),i=n.brackets||YT.brackets;for(let o of i){let r=nM(ib(o,0));if(t==o)return r==o?cM(e,o,i.indexOf(o+o+o)>-1,n):aM(e,o,r,n.before||YT.before);if(t==r&&rM(e,e.selection.main.from))return lM(e,o,r)}return null}(e.state,i);return!!r&&(e.dispatch(r),!0)});function rM(e,t){let n=!1;return e.field(eM).between(0,e.doc.length,e=>{e==t&&(n=!0)}),n}function sM(e,t){let n=e.sliceString(t,t+2);return n.slice(0,rb(ib(n,0)))}function aM(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:ZT.of(r.to+t.length),range:vb.range(r.anchor+t.length,r.head+t.length)};let s=sM(e.doc,r.head);return!s||/\s/.test(s)||i.indexOf(s)>-1?{changes:{insert:t+n,from:r.head},effects:ZT.of(r.head+t.length),range:vb.cursor(r.head+t.length)}:{range:o=r}});return o?null:e.update(r,{scrollIntoView:!0,userEvent:"input.type"})}function lM(e,t,n){let i=null,o=e.changeByRange(t=>t.empty&&sM(e.doc,t.head)==n?{changes:{from:t.head,to:t.head+n.length,insert:n},range:vb.cursor(t.head+n.length)}:i={range:t});return i?null:e.update(o,{scrollIntoView:!0,userEvent:"input.type"})}function cM(e,t,n,i){let o=i.stringPrefixes||YT.stringPrefixes,r=null,s=e.changeByRange(i=>{if(!i.empty)return{changes:[{insert:t,from:i.from},{insert:t,from:i.to}],effects:ZT.of(i.to+t.length),range:vb.range(i.anchor+t.length,i.head+t.length)};let s,a=i.head,l=sM(e.doc,a);if(l==t){if(uM(e,a))return{changes:{insert:t+t,from:a},effects:ZT.of(a+t.length),range:vb.cursor(a+t.length)};if(rM(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:vb.cursor(a+i.length)}}}else{if(n&&e.sliceDoc(a-2*t.length,a)==t+t&&(s=hM(e,a-2*t.length,o))>-1&&uM(e,s))return{changes:{insert:t+t+t+t,from:a},effects:ZT.of(a+t.length),range:vb.cursor(a+t.length)};if(e.charCategorizer(a)(l)!=o_.Word&&hM(e,a,o)>-1&&!function(e,t,n,i){let o=zS(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:ZT.of(a+t.length),range:vb.cursor(a+t.length)}}return{range:r=i}});return r?null:e.update(s,{scrollIntoView:!0,userEvent:"input.type"})}function uM(e,t){let n=zS(e).resolveInner(t+1);return n.parent&&n.from==t}function hM(e,t,n){let i=e.charCategorizer(t);if(i(e.sliceDoc(t-1,t))!=o_.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))!=o_.Word)return n}return-1}function dM(e={}){return[PT,kT,sT.of(e),MT,fM,DT]}const pM=[{key:"Ctrl-Space",run:RT},{mac:"Alt-`",run:RT},{mac:"Alt-i",run:RT},{key:"Escape",run:e=>{let t=e.state.field(kT,!1);return!(!t||!t.active.some(e=>0!=e.state))&&(e.dispatch({effects:iT.of(null)}),!0)}},{key:"ArrowDown",run:ST(!0)},{key:"ArrowUp",run:ST(!1)},{key:"PageDown",run:ST(!0,"page")},{key:"PageUp",run:ST(!1,"page")},{key:"Enter",run:e=>{let t=e.state.field(kT,!1);return!(e.state.readOnly||!t||!t.open||t.open.selected<0||t.open.disabled||Date.now()-t.open.timestamp<e.state.facet(sT).interactionDelay)&&ET(e,t.open.options[t.open.selected])}}],fM=Db.highest(tO.computeN([sT],e=>e.facet(sT).defaultKeymap?[pM]:[]));function gM(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 mM=gM(wM,0),vM=gM(_M,0),yM=gM((e,t)=>_M(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 xM(e,t){let n=e.languageDataAt("commentTokens",t,1);return n.length?n[0]:{}}const bM=50;function _M(e,t,n=t.selection.ranges){let i=n.map(e=>xM(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-bM,i),l=e.sliceDoc(o,o+bM),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*bM?r=s=e.sliceDoc(i,o):(r=e.sliceDoc(i,i+bM),s=e.sliceDoc(o-bM,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 wM(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=xM(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 CM(e,t){return vb.create(e.ranges.map(t),e.mainIndex)}function kM(e,t){return e.update({selection:t,scrollIntoView:!0,userEvent:"select"})}function EM({state:e,dispatch:t},n){let i=CM(e.selection,n);return!i.eq(e.selection,!0)&&(t(kM(e,i)),!0)}function OM(e,t){return vb.cursor(t?e.to:e.from)}function SM(e,t){return EM(e,n=>n.empty?e.moveByChar(n,t):OM(n,t))}function RM(e){return e.textDirectionAt(e.state.selection.main.head)==Bw.LTR}const TM=e=>SM(e,!RM(e)),MM=e=>SM(e,RM(e));function AM(e,t){return EM(e,n=>n.empty?e.moveByGroup(n,t):OM(n,t))}function PM(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 DM(e,t,n){let i,o,r=zS(e).resolveInner(t.head),s=n?IO.closedBy:IO.openedBy;for(let i=t.head;;){let t=n?r.childAfter(i):r.childBefore(i);if(!t)break;PM(e,t,s)?r=t:i=n?t.to:t.from}return o=r.type.prop(s)&&(i=n?BR(e,r.from,1):BR(e,r.to,-1))&&i.matched?n?i.end.to:i.end.from:n?r.to:r.from,vb.cursor(o,n?-1:1)}function $M(e,t){return EM(e,n=>{if(!n.empty)return OM(n,t);let i=e.moveVertically(n,t);return i.head!=n.head?i:e.moveToLineBoundary(n,t)})}const jM=e=>$M(e,!1),IM=e=>$M(e,!0);function BM(e){let t,n=e.scrollDOM.clientHeight<e.scrollDOM.scrollHeight-2,i=0,o=0;if(n){for(let t of e.state.facet(UE.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 LM(e,t){let n,i=BM(e),{state:o}=e,r=CM(o.selection,n=>n.empty?e.moveVertically(n,t,i.height):OM(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=UE.scrollIntoView(r.main.head,{y:"start",yMargin:t.top-a}))}return e.dispatch(kM(o,r),{effects:n}),!0}const NM=e=>LM(e,!1),qM=e=>LM(e,!0);function VM(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=vb.cursor(i.from+n))}return o}function FM(e,t){let n=CM(e.state.selection,e=>{let n=t(e);return vb.range(e.anchor,n.head,n.goalColumn,n.bidiLevel||void 0,n.assoc)});return!n.eq(e.state.selection)&&(e.dispatch(kM(e.state,n)),!0)}function zM(e,t){return FM(e,n=>e.moveByChar(n,t))}const QM=e=>zM(e,!RM(e)),WM=e=>zM(e,RM(e));function HM(e,t){return FM(e,n=>e.moveByGroup(n,t))}function UM(e,t){return FM(e,n=>e.moveVertically(n,t))}const XM=e=>UM(e,!1),KM=e=>UM(e,!0);function GM(e,t){return FM(e,n=>e.moveVertically(n,t,BM(e).height))}const YM=e=>GM(e,!1),ZM=e=>GM(e,!0),JM=({state:e,dispatch:t})=>(t(kM(e,{anchor:0})),!0),eA=({state:e,dispatch:t})=>(t(kM(e,{anchor:e.doc.length})),!0),tA=({state:e,dispatch:t})=>(t(kM(e,{anchor:e.selection.main.anchor,head:0})),!0),nA=({state:e,dispatch:t})=>(t(kM(e,{anchor:e.selection.main.anchor,head:e.doc.length})),!0);function iA(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(kM(n,vb.create(o,o.length-1))),!0)}function oA(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=rA(e,s,!1)):s>o&&(n="delete.forward",s=rA(e,s,!0)),o=Math.min(o,s),r=Math.max(r,s)}else o=rA(e,o,!1),r=rA(e,r,!0);return o==r?{range:i}:{changes:{from:o,to:r},range:vb.cursor(o,o<i.head?-1:1)}});return!o.changes.empty&&(e.dispatch(i.update(o,{scrollIntoView:!0,userEvent:n,effects:"delete.selection"==n?UE.announce.of(i.phrase("Selection deleted")):void 0})),!0)}function rA(e,t,n){if(e instanceof UE)for(let i of e.state.facet(UE.atomicRanges).map(t=>t(e)))i.between(t,t,(e,i)=>{e<t&&i>t&&(t=n?i:e)});return t}const sA=(e,t,n)=>oA(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=S_(o,a.tabSize)%nR(a)||nR(a);for(let t=0;t<e&&" "==o[o.length-1-t];t++)s--;r=s}else r=nb(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=nb(l.text,r-l.from,!1,!1)+l.from);return r}),aA=e=>sA(e,!1,!0),lA=e=>sA(e,!0,!1),cA=(e,t)=>oA(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=nb(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}),uA=e=>cA(e,!1);function hA(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 dA(e,t,n){if(e.readOnly)return!1;let i=[],o=[];for(let t of hA(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(vb.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(vb.range(e.anchor-s,e.head-s))}}return!!i.length&&(t(e.update({changes:i,scrollIntoView:!0,selection:vb.create(o,e.selection.mainIndex),userEvent:"move.line"})),!0)}function pA(e,t,n){if(e.readOnly)return!1;let i=[];for(let t of hA(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 fA=mA(!1),gA=mA(!0);function mA(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=zS(e).resolveInner(t),o=i.childBefore(t),r=i.childAfter(t);return o&&r&&o.to<=t&&r.from>=t&&(n=o.type.prop(IO.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 rR(t,{simulateBreak:i,simulateDoubleBreak:!!s}),l=oR(a,i);for(null==l&&(l=S_(/^\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=["",iR(t,l)];return s&&c.push(iR(t,a.lineIndent(r.from,-1))),{changes:{from:i,to:o,insert:Hx.of(c)},range:vb.cursor(i+1+c[1].length)}});return n(t.update(i,{scrollIntoView:!0,userEvent:"input"})),!0}}function vA(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:vb.range(r.mapPos(i.anchor,1),r.mapPos(i.head,1))}})}const yA=[{key:"ArrowLeft",run:TM,shift:QM,preventDefault:!0},{key:"Mod-ArrowLeft",mac:"Alt-ArrowLeft",run:e=>AM(e,!RM(e)),shift:e=>HM(e,!RM(e)),preventDefault:!0},{mac:"Cmd-ArrowLeft",run:e=>EM(e,t=>VM(e,t,!RM(e))),shift:e=>FM(e,t=>VM(e,t,!RM(e))),preventDefault:!0},{key:"ArrowRight",run:MM,shift:WM,preventDefault:!0},{key:"Mod-ArrowRight",mac:"Alt-ArrowRight",run:e=>AM(e,RM(e)),shift:e=>HM(e,RM(e)),preventDefault:!0},{mac:"Cmd-ArrowRight",run:e=>EM(e,t=>VM(e,t,RM(e))),shift:e=>FM(e,t=>VM(e,t,RM(e))),preventDefault:!0},{key:"ArrowUp",run:jM,shift:XM,preventDefault:!0},{mac:"Cmd-ArrowUp",run:JM,shift:tA},{mac:"Ctrl-ArrowUp",run:NM,shift:YM},{key:"ArrowDown",run:IM,shift:KM,preventDefault:!0},{mac:"Cmd-ArrowDown",run:eA,shift:nA},{mac:"Ctrl-ArrowDown",run:qM,shift:ZM},{key:"PageUp",run:NM,shift:YM},{key:"PageDown",run:qM,shift:ZM},{key:"Home",run:e=>EM(e,t=>VM(e,t,!1)),shift:e=>FM(e,t=>VM(e,t,!1)),preventDefault:!0},{key:"Mod-Home",run:JM,shift:tA},{key:"End",run:e=>EM(e,t=>VM(e,t,!0)),shift:e=>FM(e,t=>VM(e,t,!0)),preventDefault:!0},{key:"Mod-End",run:eA,shift:nA},{key:"Enter",run:fA,shift:fA},{key:"Mod-a",run:({state:e,dispatch:t})=>(t(e.update({selection:{anchor:0,head:e.doc.length},userEvent:"select"})),!0)},{key:"Backspace",run:aA,shift:aA,preventDefault:!0},{key:"Delete",run:lA,preventDefault:!0},{key:"Mod-Backspace",mac:"Alt-Backspace",run:uA,preventDefault:!0},{key:"Mod-Delete",mac:"Alt-Delete",run:e=>cA(e,!0),preventDefault:!0},{mac:"Mod-Backspace",run:e=>oA(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=>oA(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:TM,shift:QM,preventDefault:!0},{key:"Ctrl-f",run:MM,shift:WM},{key:"Ctrl-p",run:jM,shift:XM},{key:"Ctrl-n",run:IM,shift:KM},{key:"Ctrl-a",run:e=>EM(e,t=>vb.cursor(e.lineBlockAt(t.head).from,1)),shift:e=>FM(e,t=>vb.cursor(e.lineBlockAt(t.head).from))},{key:"Ctrl-e",run:e=>EM(e,t=>vb.cursor(e.lineBlockAt(t.head).to,-1)),shift:e=>FM(e,t=>vb.cursor(e.lineBlockAt(t.head).to))},{key:"Ctrl-d",run:lA},{key:"Ctrl-h",run:aA},{key:"Ctrl-k",run:e=>oA(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:uA},{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:Hx.of(["",""])},range:vb.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:nb(i.text,n-i.from,!1)+i.from,r=n==i.to?n+1:nb(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:vb.cursor(r)}});return!n.changes.empty&&(t(e.update(n,{scrollIntoView:!0,userEvent:"move.character"})),!0)}},{key:"Ctrl-v",run:qM}].map(e=>({mac:e.key,run:e.run,shift:e.shift}))),xA=[{key:"Alt-ArrowLeft",mac:"Ctrl-ArrowLeft",run:e=>EM(e,t=>DM(e.state,t,!RM(e))),shift:e=>FM(e,t=>DM(e.state,t,!RM(e)))},{key:"Alt-ArrowRight",mac:"Ctrl-ArrowRight",run:e=>EM(e,t=>DM(e.state,t,RM(e))),shift:e=>FM(e,t=>DM(e.state,t,RM(e)))},{key:"Alt-ArrowUp",run:({state:e,dispatch:t})=>dA(e,t,!1)},{key:"Shift-Alt-ArrowUp",run:({state:e,dispatch:t})=>pA(e,t,!1)},{key:"Alt-ArrowDown",run:({state:e,dispatch:t})=>dA(e,t,!0)},{key:"Shift-Alt-ArrowDown",run:({state:e,dispatch:t})=>pA(e,t,!0)},{key:"Mod-Alt-ArrowUp",run:e=>iA(e,!1)},{key:"Mod-Alt-ArrowDown",run:e=>iA(e,!0)},{key:"Escape",run:({state:e,dispatch:t})=>{let n=e.selection,i=null;return n.ranges.length>1?i=vb.create([n.main]):n.main.empty||(i=vb.create([vb.cursor(n.main.head)])),!!i&&(t(kM(e,i)),!0)}},{key:"Mod-Enter",run:gA},{key:"Alt-l",mac:"Ctrl-l",run:({state:e,dispatch:t})=>{let n=hA(e).map(({from:t,to:n})=>vb.range(t,Math.min(n+1,e.doc.length)));return t(e.update({selection:vb.create(n),userEvent:"select"})),!0}},{key:"Mod-i",run:({state:e,dispatch:t})=>{let n=CM(e.selection,t=>{let n=zS(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 vb.range(n.to,n.from)}return t});return!n.eq(e.selection)&&(t(kM(e,n)),!0)},preventDefault:!0},{key:"Mod-[",run:({state:e,dispatch:t})=>!e.readOnly&&(t(e.update(vA(e,(t,n)=>{let i=/^\s*/.exec(t.text)[0];if(!i)return;let o=S_(i,e.tabSize),r=0,s=iR(e,Math.max(0,o-nR(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(vA(e,(t,n)=>{n.push({from:t.from,insert:e.facet(tR)})}),{userEvent:"input.indent"})),!0)},{key:"Mod-Alt-\\",run:({state:e,dispatch:t})=>{if(e.readOnly)return!1;let n=Object.create(null),i=new rR(e,{overrideIndentation:e=>{let t=n[e];return null==t?-1:t}}),o=vA(e,(t,o,r)=>{let s=oR(i,t.from);if(null==s)return;/\S/.test(t.text)||(s=0);let a=/^\s*/.exec(t.text)[0],l=iR(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(hA(t).map(({from:e,to:n})=>(e>0?e--:n<t.doc.length&&n++,{from:e,to:n}))),i=CM(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=CM(e.selection,t=>{let i=BR(e,t.head,-1)||BR(e,t.head,1)||t.head>0&&BR(e,t.head-1,1)||t.head<e.doc.length&&BR(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 vb.cursor(o)});return!!n&&(t(kM(e,i)),!0)}(e,t)},{key:"Mod-/",run:e=>{let{state:t}=e,n=t.doc.lineAt(t.selection.main.from),i=xM(e.state,n.from);return i.line?mM(e):!!i.block&&yM(e)}},{key:"Alt-A",run:vM},{key:"Ctrl-m",mac:"Shift-Alt-m",run:e=>(e.setTabFocusMode(),!0)}].concat(yA);class bA{constructor(e,t,n){this.from=e,this.to=t,this.diagnostic=n}}class _A{constructor(e,t,n){this.diagnostics=e,this.panel=t,this.selected=n}static init(e,t,n){let i=n.facet(DA).markerFilter;i&&(e=i(e,n));let o=e.slice().sort((e,t)=>e.from-t.from||e.to-t.to),r=new m_,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=zA(s);if(h)r.add(t,t,aw.widget({widget:new BA(d),diagnostics:s.slice()}));else{let e=s.reduce((e,t)=>t.markClass?e+" "+t.markClass:e,"");r.add(t,n,aw.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 _A(h,t,wA(h))}}function wA(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 bA(i.from,n,i.diagnostic)}else i=new bA(e,n,t||o.diagnostics[0])}),i}function CA(e,t){return e.field(SA,!1)?t:t.concat(Gb.appendConfig.of(WA))}const kA=Gb.define(),EA=Gb.define(),OA=Gb.define(),SA=Sb.define({create:()=>new _A(aw.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=wA(n,e.selected.diagnostic,o)||wA(n,null,o)}!n.size&&o&&t.state.facet(DA).autoPanel&&(o=null),e=new _A(n,o,i)}for(let n of t.effects)if(n.is(kA)){let i=t.state.facet(DA).autoPanel?n.value.length?NA.open:null:e.panel;e=_A.init(n.value,i,t.state)}else n.is(EA)?e=new _A(e.diagnostics,n.value?NA.open:null,e.selected):n.is(OA)&&(e=new _A(e.diagnostics,e.panel,n.value));return e},provide:e=>[AO.from(e,e=>e.panel),UE.decorations.from(e,e=>e.diagnostics)]}),RA=aw.mark({class:"cm-lintRange cm-lintRange-active"});function TA(e,t,n){let i,{diagnostics:o}=e.state.field(SA),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(DA).tooltipFilter;return i&&a&&(i=a(i,e.state)),i?{pos:r,end:s,above:!0,create:()=>({dom:MA(e,i)})}:null}function MA(e,t){return q_("ul",{class:"cm-tooltip-lint"},t.map(t=>IA(e,t,!1)))}const AA=e=>{let t=e.state.field(SA,!1);return!(!t||!t.panel)&&(e.dispatch({effects:EA.of(!1)}),!0)},PA=_C.fromClass(class{constructor(e){this.view=e,this.timeout=-1,this.set=!0;let{delay:t}=e.state.facet(DA);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(DA);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:CA(e,[kA.of(t)])}}(this.view.state,t.reduce((e,t)=>e.concat(t))))},e=>{vC(this.view.state,e)})}}update(e){let t=e.state.facet(DA);(e.docChanged||t!=e.startState.facet(DA)||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 DA=bb.define({combine:e=>({sources:e.map(e=>e.source).filter(e=>null!=e),...c_(e.map(e=>e.config),{delay:750,markerFilter:null,tooltipFilter:null,needsRefresh:null,hideOn:()=>null},{delay:Math.max,markerFilter:$A,tooltipFilter:$A,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 $A(e,t){return e?t?(n,i)=>t(e(n,i),i):e:t}function jA(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 IA(e,t,n){var i;let o=n?jA(t.actions):[];return q_("li",{class:"cm-diagnostic cm-diagnostic-"+t.severity},q_("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=wA(e.state.field(SA).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),q_("u",a.slice(l,l+1)),a.slice(l+1)];return q_("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&&q_("div",{class:"cm-diagnosticSource"},t.source))}class BA extends rw{constructor(e){super(),this.sev=e}eq(e){return e.sev==this.sev}toDOM(){return q_("span",{class:"cm-lintPoint cm-lintPoint-"+this.sev})}}class LA{constructor(e,t){this.diagnostic=t,this.id="item_"+Math.floor(4294967295*Math.random()).toString(16),this.dom=IA(e,t,!0),this.dom.id=this.id,this.dom.setAttribute("role","option")}}class NA{constructor(e){this.view=e,this.items=[];this.list=q_("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)AA(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=jA(n.actions);for(let o=0;o<i.length;o++)if(i[o].toUpperCase().charCodeAt(0)==t.keyCode){let t=wA(this.view.state.field(SA).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=q_("div",{class:"cm-panel-lint"},this.list,q_("button",{type:"button",name:"close","aria-label":this.view.state.phrase("close"),onclick:()=>AA(this.view)},"×")),this.update()}get selectedIndex(){let e=this.view.state.field(SA).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(SA),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 LA(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 LA(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=wA(this.view.state.field(SA).diagnostics,this.items[e].diagnostic);t&&this.view.dispatch({selection:{anchor:t.from,head:t.to},scrollIntoView:!0,effects:OA.of(t)})}static open(e){return new NA(e)}}function qA(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 VA=UE.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:qA("#f11")},".cm-lintRange-warning":{backgroundImage:qA("orange")},".cm-lintRange-info":{backgroundImage:qA("#999")},".cm-lintRange-hint":{backgroundImage:qA("#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}},"&dark .cm-lintRange-active":{backgroundColor:"#86714a80"},"&dark .cm-panel.cm-panel-lint ul":{"& [aria-selected]":{backgroundColor:"#2e343e"}}});function FA(e){return"error"==e?4:"warning"==e?3:"info"==e?2:1}function zA(e){let t="hint",n=1;for(let i of e){let e=FA(i.severity);e>n&&(n=e,t=i.severity)}return t}const QA=kO(TA,{hideOn:function(e,t){let n=t.pos,i=t.end||n,o=e.state.facet(DA).hideOn(e,n,i);if(null!=o)return o;let r=e.startState.doc.lineAt(t.pos);return!(!e.effects.some(e=>e.is(kA))&&!e.changes.touchesRange(r.from,Math.max(r.to,i)))}}),WA=[SA,UE.decorations.compute([SA],e=>{let{selected:t,panel:n}=e.field(SA);return t&&n&&t.from!=t.to?aw.set([RA.range(t.from,t.to)]):aw.none}),QA,VA];class HA{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 HA(e,[],t,n,n,0,[],0,i?new UA(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 i<o.minRepeatTerm&&this.reducePos<this.pos&&(this.reducePos=this.pos),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;i<o.minRepeatTerm&&l==this.reducePos&&this.reducePos<this.pos&&(this.reducePos=this.pos);let 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.buffer.length;if(e>0&&0==this.buffer[e-4]&&this.buffer[e-1]>-1){if(t==n)return;if(this.buffer[e-2]>=t)return void(this.buffer[e-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-4]&&(t-=4);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 HA(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 XA(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 UA(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 UA{constructor(e,t){this.tracker=e,this.context=t,this.hash=e.strict?e.hash(t):0}}class XA{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 KA{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 KA(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 KA(this.stack,this.pos,this.index)}}function GA(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 YA{constructor(){this.start=-1,this.value=-1,this.end=-1,this.extended=-1,this.lookAhead=0,this.mask=0,this.context=0}}const ZA=new YA;class JA{constructor(e,t){this.input=e,this.ranges=t,this.chunk="",this.chunkOff=0,this.chunk2="",this.chunk2Pos=0,this.next=-1,this.token=ZA,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=ZA,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 eP{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||iP(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)}}eP.prototype.contextual=eP.prototype.fallback=eP.prototype.extend=!1,eP.prototype.fallback=eP.prototype.extend=!1;class tP{constructor(e,t={}){this.token=e,this.contextual=!!t.contextual,this.fallback=!!t.fallback,this.extend=!!t.extend}}function nP(e,t,n){for(let i,o=t;65535!=(i=e[o]);o++)if(i==n)return o-t;return-1}function iP(e,t,n,i){let o=nP(n,i,t);return o<0||nP(n,i,e)<o}const oP="undefined"!=typeof process&&process.env&&/\bparse\b/.test(process.env.LOG);let rP=null;function sP(e,t,n){let i=e.cursor(zO.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 aP{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?sP(e.tree,e.from+e.offset,1)-e.offset:e.from,this.safeTo=e.openEnd?sP(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 QO){if(r==e){if(r<this.safeFrom)return null;let e=r+o.length;if(e<=this.safeTo){let t=o.prop(IO.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 lP{constructor(e,t){this.stream=t,this.tokens=[],this.mainToken=null,this.actions=[],this.tokens=e.tokenizers.map(e=>new YA)}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 YA,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 YA,{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(gP(s,a+2),t,n,i));break}a=gP(s,a+2)}s[a]==t&&(i=this.putAction(gP(s,a+1),t,n,i))}return i}}class cP{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 JA(t,i),this.tokens=new lP(e,this.stream),this.topTerm=e.top[1];let{from:o}=i[0];this.stacks=[HA.start(this,e.top[0],o)],this.fragments=n.length&&this.stream.end-o>4*e.bufferLength?new aP(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 oP&&console.log("Finish with "+this.stackID(t)),this.stackToTree(t);if(this.parser.strict)throw oP&&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 oP&&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=oP?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(IO.contextHash)||0)==n))return e.useNode(s,i),oP&&console.log(r+this.stackID(e)+` (via reuse of ${o.getName(s.type.id)})`),!0;if(!(s instanceof QO)||0==s.children.length||s.positions[0]>0)break;let a=s.children[0];if(!(a instanceof QO&&0==s.positions[0]))break;s=a}}let s=o.stateSlot(e.state,4);if(s>0)return e.reduce(s),oP&&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),oP&&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 uP(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=oP?this.stackID(s)+" -> ":"";if(s.deadEnd){if(o)continue;if(o=!0,s.restart(),oP&&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(oP&&console.log(h+this.stackID(u)+" (via force-reduce)"),this.advanceFully(u,n))break;oP&&(h=this.stackID(u)+" -> ")}for(let e of s.recoverByInsert(a))oP&&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),oP&&console.log(c+this.stackID(s)+` (via recover-delete ${this.parser.getName(a)})`),uP(s,n)):(!i||i.score<u.score)&&(i=u)}return i}stackToTree(e){return e.close(),QO.build({buffer:KA.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=(rP||(rP=new WeakMap)).get(e);return t||rP.set(e,t=String.fromCodePoint(this.nextStackID++)),t+e}}function uP(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 hP{constructor(e,t,n){this.source=e,this.flags=t,this.disabled=n}allows(e){return!this.disabled||0==this.disabled[e]}}const dP=e=>e;class pP{constructor(e){this.start=e.start,this.shift=e.shift||dP,this.reduce=e.reduce||dP,this.reuse=e.reuse||dP,this.hash=e.hash||(()=>0),this.strict=!1!==e.strict}}class fP extends cS{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=IO[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 qO(t.map((t,o)=>NO.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=DO;let r=GA(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(mP),this.states=GA(e.states,Uint32Array),this.data=GA(e.stateData),this.goto=GA(e.goto),this.maxTerm=e.maxTerm,this.tokenizers=e.tokenizers.map(e=>"number"==typeof e?new eP(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 cP(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 gP(n,r+2);break}o=n[r=gP(n,r+2)]}if(o==t||0==o)return gP(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=gP(this.data,n+2)}i=t(gP(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=gP(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(fP.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]=mP(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 hP(e,n,i)}static deserialize(e){return new fP(e)}}function gP(e,t){return e[t]|e[t+1]<<16}function mP(e){if(e.external){let t=e.extend?1:0;return(n,i)=>e.external(n,i)<<1|t}return e.get}function vP(e){const t=[];return e.iterate({enter:e=>{const n=e.node;if(!n.type.isError)return;const i=n.parent,o=yP(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 yP(e){return e?e.nextSibling||yP(e.parent):null}var xP={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 bP=[xP];function _P(e){const{readContent:t,syntaxTree:n,updateContent:i}=e,o=[],r={readContent:t,report:e=>{o.push(e)},updateContent:i},s=bP.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 wP=e=>`url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='6' height='3'><path d='m0 2.5 l2 -1.5 l1 0 l2 1.5 l1 0' stroke='${(e=>e.startsWith("#")?`%23${e.slice(1)}`:e)(e)}' fill='none' stroke-width='1.2'/></svg>")`,CP=({variant:e,settings:t,styles:n})=>[UE.theme({"&":{color:t.foreground},"& .cm-lintRange-error":{backgroundImage:wP(t.error)},"& .cm-lintRange-warning":{backgroundImage:wP(t.warning)}},{dark:"dark"===e}),_R(vR.define(n))],kP=CP({variant:"light",settings:{foreground:"#24292f",warning:"#debd71",error:"#9f1c15"},styles:[{tag:IS.keyword,color:"#a31515"},{tag:IS.bool,color:"#a31515"},{tag:IS.null,color:"#a31515"},{tag:IS.typeName,color:"#a31515"},{tag:IS.string,color:"#1a7f37"},{tag:IS.special(IS.string),color:"#1a7f37"},{tag:IS.number,color:"#06704a"},{tag:IS.arithmeticOperator,color:"#0969da"},{tag:IS.compareOperator,color:"#0969da"},{tag:IS.special(IS.bracket),color:"#b54a00",fontWeight:"bold"},{tag:IS.variableName,color:"#0550ae"},{tag:IS.definition(IS.variableName),color:"#0550ae"},{tag:IS.special(IS.variableName),color:"#0550ae"},{tag:IS.propertyName,color:"#0550ae"},{tag:IS.definition(IS.propertyName),color:"#0550ae"},{tag:IS.function(IS.variableName),color:"#8250df"},{tag:IS.function(IS.special(IS.variableName)),color:"#8250df"},{tag:IS.function(IS.definition(IS.variableName)),color:"#8250df"},{tag:IS.function(IS.propertyName),color:"#8250df"},{tag:IS.lineComment,color:"#69727b"},{tag:IS.blockComment,color:"#69727b"},{tag:IS.heading,color:"#953800",fontWeight:"bold"},{tag:IS.strong,fontWeight:"bold"},{tag:IS.emphasis,fontStyle:"italic"},{tag:IS.strikethrough,textDecoration:"line-through"},{tag:IS.link,color:"#0969da",textDecoration:"underline"},{tag:IS.url,color:"#0969da"},{tag:IS.escape,color:"#0969da"},{tag:IS.quote,color:"#69727b"},{tag:IS.processingInstruction,color:"#69727b"},{tag:IS.contentSeparator,color:"#69727b",fontWeight:"bold"},{tag:IS.meta,color:"#69727b"},{tag:IS.inserted,color:"#1a7f37"},{tag:IS.deleted,color:"#a31515"},{tag:IS.tagName,color:"#953800"},{tag:IS.attributeName,color:"#953800"},{tag:IS.angleBracket,color:"#69727b"},{tag:IS.attributeValue,color:"#1a7f37"}]});CP({variant:"dark",settings:{foreground:"#adbac7",warning:"#fff890",error:"#ff0000"},styles:[{tag:IS.keyword,color:"#f47067"},{tag:IS.bool,color:"#f47067"},{tag:IS.null,color:"#f47067"},{tag:IS.typeName,color:"#f47067"},{tag:IS.string,color:"#aff5b4"},{tag:IS.special(IS.string),color:"#aff5b4"},{tag:IS.number,color:"#6bc46d"},{tag:IS.arithmeticOperator,color:"#89dceb"},{tag:IS.compareOperator,color:"#89dceb"},{tag:IS.special(IS.bracket),color:"#ffa657",fontWeight:"bold"},{tag:IS.variableName,color:"#79c0ff"},{tag:IS.definition(IS.variableName),color:"#79c0ff"},{tag:IS.special(IS.variableName),color:"#79c0ff"},{tag:IS.propertyName,color:"#79c0ff"},{tag:IS.definition(IS.propertyName),color:"#79c0ff"},{tag:IS.function(IS.variableName),color:"#dcbdfb"},{tag:IS.function(IS.special(IS.variableName)),color:"#dcbdfb"},{tag:IS.function(IS.definition(IS.variableName)),color:"#dcbdfb"},{tag:IS.function(IS.propertyName),color:"#dcbdfb"},{tag:IS.lineComment,color:"#8b949e"},{tag:IS.blockComment,color:"#8b949e"},{tag:IS.heading,color:"#e3b341",fontWeight:"bold"},{tag:IS.strong,fontWeight:"bold"},{tag:IS.emphasis,fontStyle:"italic"},{tag:IS.strikethrough,textDecoration:"line-through"},{tag:IS.link,color:"#89dceb",textDecoration:"underline"},{tag:IS.url,color:"#89dceb"},{tag:IS.escape,color:"#89dceb"},{tag:IS.quote,color:"#8b949e"},{tag:IS.processingInstruction,color:"#8b949e"},{tag:IS.contentSeparator,color:"#8b949e",fontWeight:"bold"},{tag:IS.meta,color:"#8b949e"},{tag:IS.inserted,color:"#aff5b4"},{tag:IS.deleted,color:"#f47067"},{tag:IS.tagName,color:"#e3b341"},{tag:IS.attributeName,color:"#e3b341"},{tag:IS.angleBracket,color:"#8b949e"},{tag:IS.attributeValue,color:"#aff5b4"}]});const EP=125,OP=126,SP=4,RP=134,TP=21,MP=141,AP=25,PP=142,DP=43,$P=70,jP=154,IP=73,BP=155,LP=75,NP=156,qP=168,VP=92,FP=93,zP=170,QP=100,WP=172,HP="undefined"!=typeof process&&process.env&&/\bfparse(:dbg)?\b/.test(process.env.LOG),UP="undefined"!=typeof process&&process.env&&/\bfparse:dbg\b/.test(process.env.LOG),XP="undefined"!=typeof process&&process.env&&/\bcontext\b/.test(process.env.LOG),KP=[9,11,12,32,133,160,5760,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8232,8233,8239,8287,12288],GP=JP("\n\r"),YP="*".charCodeAt(0),ZP=JP("'./-+*^");function JP(e){return Array.from(e).map(e=>e.charCodeAt(0))}function eD(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 tD(e){return e>=48&&e<=57||183===e||e>=768&&e<=879||e>=8255&&e<=8256}function nD(e){return KP.includes(e)}function iD(e,t){return t.concat(e.split(/\n/g).join("\n"+t))}function oD(e,t=0){const n=e.peek(t);return n===YP&&e.peek(t+1)===YP?{offset:2,token:"**"}:(i=n,ZP.includes(i)?{offset:1,token:String.fromCharCode(n)}:null);var i}function rD(e,t=0,n=!1){for(let i=!1,o=[],r=0;;r++){const s=e.peek(t+r);if(!(eD(s)||(i||n)&&tD(s)))return o.length?{token:String.fromCharCode(...o),offset:r}:null;i||(i=!0),o.push(s)}}function sD(e,t){for(let n=!1,i=0;;i++){if(!nD(e.peek(t+i)))return n?{token:" ",offset:i}:null;n||(n=!0)}}const aD={[EP]:"identifier",[OP]:"nameIdentifier"},lD=new tP((e,t)=>{UP&&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=rD(e,t,a)||a&&oD(e,t)||l&&sD(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:126}}if(!i.has(d)){if(gD.some(e=>e===d)){const e=r[0];s={token:e,offset:e.length,term:125}}if(!gD.some(e=>e.startsWith(d)))return s}}}(e,t.context),i=t.context.tokens,o=n||rD(e,0,i.length>0);o&&(e.advance(o.offset),e.acceptToken(n?n.term:125),HP&&console.log("%s: MATCH <%s> <%s>",e.pos,n?aD[n.term]:"identifier",o.token))},{contextual:!0}),cD=new tP((e,t)=>{UP&&console.log("%s: T <propertyIdentifier>",e.pos);const n=rD(e,0,t.context.tokens.length>0);n&&(e.advance(n.offset),e.acceptToken(124),HP&&console.log("%s: MATCH <propertyIdentifier> <%s>",e.pos,n.token))}),uD=new tP((e,t)=>{let n;UP&&console.log("%s: T <insertSemi>",e.pos);let i=!1;for(n=0;;n++){const t=e.peek(n);if(!KP.includes(t)){GP.includes(t)&&(i=!0);break}}if(i){const t=rD(e,n+1);if(sD(e,n+1)||t&&/^(then|else|return|satisfies)$/.test(t.token))return;HP&&console.log("%s: MATCH <insertSemi>",e.pos),e.acceptToken(127)}}),hD={[NP]:"FunctionInvocation",[BP]:"FilterExpression",[jP]:"PathExpression"},dD={[WP]:"Context",[zP]:"FunctionDefinition",[RP]:"ForExpression",[qP]:"List",[MP]:"IfExpression",[PP]:"QuantifiedExpression"},pD={[QP]:"Context",[FP]:"FunctionDefinition",[SP]:"ForExpression",[VP]:"List",[TP]:"IfExpression",[AP]:"QuantifiedExpression",[$P]:"PathExpression",[LP]:"FunctionInvocation",[IP]:"FilterExpression",[DP]:"ArithmeticExpression"};class fD{constructor(e){this.fn=e}get(e){return this.fn(e)}static of(e){return new fD(e)}}const gD=Object.keys({"date and time":1,date:1,time:1,duration:1});function mD(e,t){const n=_D(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 vD(e){const t=yD();for(const n of e.getKeys())mD(n,t);return t}function yD(e){return{keys:new Set(e?.keys),prefixes:new Set(e?.prefixes),originalMap:new Map(e?.originalMap)}}class xD{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 null==e||e instanceof this||e instanceof fD||"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 fD?n[e]=i:u(n,e)?n[e]=this.__merge(n[e],i):n[e]=i;return n}}class bD{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 XP&&console.log("[%s] enter",t.path,t.context),t}exitScope(e){return this.parent?(XP&&console.log("[%s] exit %o\n%s",this.path,this.context,iD(e," ")),this.parent.pushChild(this)):(XP&&console.log("[%s] NO exit %o\n%s",this.path,this.context,iD(e," ")),this)}token(e){return XP&&console.log("[%s] token <%s> + <%s>",this.path,this.tokens.join(" "),e),this.assign({tokens:[...this.tokens,e]})}literal(e){return XP&&console.log("[%s] literal %o",this.path,e),this.pushChild(this.of({name:"Literal",value:e}))}computedValue(){for(let e=this;;e=ED(e.children)){if(!e)return null;if(!o(e.value))return e.value}}contextCache(){let e=this.cache.get(this.context);return e||(e=vD(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&&_D(e),n=this.contextCache().originalMap.get(t);if(void 0===n)return;const i=this.context.get(n);return i instanceof fD?i.get(this):i}resolveName(e){const t=this.tokens.join(" "),n=this.assign({tokens:[]}),i=this.of({name:e,parent:n,value:this.get(t),raw:t});return XP&&console.log("[%s] resolve %s <%s=%s>",e,i.path,t,i.value),n.pushChild(i)}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 XP&&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 XP&&console.log("[%s] no define <%s=%s>",this.path,e,t),this;XP&&console.log("[%s] define <%s=%s>",this.path,e,t);const n=this.context,i=n.set(e,t),o=mD(e,yD(this.cache.get(n)||vD(n)));return this.cache.set(i,o),this.assign({context:i})}assign(e={}){return bD.of({...this,...e})}of(e={}){const t={context:this.context,parent:this.parent};return bD.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 bD({name:t,tokens:[...n],children:[...i],context:r,parent:o,value:s,raw:a,__cache:l})}}function _D(e){return e.replace(/\s*([./\-'+]|\*\*?)\s*/g," $1 ").replace(/\s{2,}/g," ").trim()}function wD(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 CD(e={},t=xD){const n=bD.of({context:t.of(e)});return new pP({start:n,reduce(e,n,i,o){if(21===n){const[n,i]=e.children.slice(-2);e=e.assign({value:t.of(n?.computedValue(),i?.computedValue())})}if(92===n&&(e=e.assign({value:t.of(...e.children.map(e=>e?.computedValue()))})),73===n){const[t,n]=e.children.slice(-2);e=e.assign({value:t?.computedValue()})}if(75===n){const[n,...i]=e.children;e="get value"===n?.raw?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:[_D(o),o].reduce((e,t)=>r.get(t)||e,null)})}(e,i):e.assign({value:n?.computedValue()||t.of(void 0)})}const r=dD[n];if(r)return e.enterScope(r);const s=hD[n];if(s){const{children:i,context:o}=e,r=i.slice(0,-1),a=ED(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(pD[n])return e.exitScope(a);if(101===n){const n=e.children.filter(e=>"ContextEntry"!==e.name),i=n[0],o=ED(n);return wD(e,"ContextEntry",a).assign({value:t.of(e.value).set(i?.computedValue(),o?.computedValue())})}if(7===n||29===n)return wD(e,"InExpression",a);if(140===n)return e.define("partial",fD.of(e=>ED(e.children)?.computedValue()));if(79===n){const t=ED(e.children).computedValue();return e.define(t,1)}if(145===n||146===n||147===n){const t=e.children.slice(0,-1),n=ED(e.children);return e.assign({children:t}).enterScope("ArithmeticExpression").pushChild(n)}if(148===n)return e.enterScope("ArithmeticExpression");if(9===n||10===n||104===n)return e.token(a);if(83===n)return e.literal(a.replace(/^"|"$/g,"").replace(/\\(["\\])/g,"$1"));if(84===n)return e.literal("true"===a);if(82===n)return e.literal(parseFloat(a));if(161===n)return e.literal(null);if(49===n)return e.resolveName("VariableName");if(71===n)return e.resolveName("PathName");if(8===n||103===n)return e.declareName();if((131===n||39===n)&&e.tokens.length>0)throw new Error("uncleared name");if(131===n){let t=e;for(;t.parent;)t=t.exitScope(a);return t}return e}})}const kD=CD({});function ED(e){return e[e.length-1]}const OD=gS({StringLiteral:IS.string,NumericLiteral:IS.number,BooleanLiteral:IS.bool,"AtLiteral!":IS.special(IS.string),CompareOp:IS.compareOperator,ArithOp:IS.arithmeticOperator,"for if then else some every return":IS.controlKeyword,"in instance of and or satisfies between as":IS.operatorKeyword,function:IS.definitionKeyword,"Type/...":IS.typeName,"Wildcard!":IS.modifier,null:IS.null,LineComment:IS.lineComment,BlockComment:IS.blockComment,"VariableName!":IS.variableName,'"?"':IS.self,"DateTimeConstructor! SpecialFunctionName!":IS.standard(IS.function(IS.variableName)),"FunctionInvocation/VariableName!":IS.function(IS.variableName),"Name!":IS.definition(IS.variableName),"Key/Name! ContextEntryType/Name!":IS.definition(IS.propertyName),"PathExpression/PathName!":IS.propertyName,"FormalParameter/ParameterName!":IS.function(IS.definition(IS.variableName)),"( )":IS.paren,"[ ]":IS.squareBracket,"{ }":IS.brace,".":IS.derefOperator,", ;":IS.separator,"..":IS.punctuation}),SD={__proto__:null,for:10,in:34,return:40,if:44,then:46,else:48,some:52,every:54,satisfies:60,or:64,and:68,between:76,instance:90,of:93,days:105,time:107,duration:109,years:111,months:113,date:115,list:121,context:127,function:134,null:162,true:332,false:332,"?":176,external:192,not:217},RD=fP.deserialize({version:14,states:"CvO`QYOOO`QYOOO$yQYOOOOQU'#Ce'#CeO%TQYO'#C`O&^QYO'#FTOOQQ'#Ff'#FfO&hQYO'#FfO`QYO'#DXOOQU'#Eq'#EqO(_Q^O'#D_OOQU'#D`'#D`OOQU'#D_'#D_OOQO'#Fn'#FnO*[QWO'#DyOOQQ'#EQ'#EQOOQQ'#ER'#EROOQQ'#ES'#ESO*aOWO'#EVO*[QWO'#ETOOQQ'#ET'#ETOOQQ'#Ft'#FtOOQQ'#Fr'#FrOOQQ'#Fz'#FzOOQQ'#EX'#EXO`QYO'#EZOOQQ'#FV'#FVO*iQ^O'#FVO,`QYO'#E[O,gQWO'#E]OOQP'#GO'#GOO,lQXO'#EdOOQQ'#F{'#F{OOQQ'#FU'#FUQOQWOOOOQQ'#FW'#FWOOQQ'#F_'#F_O`QYO'#CqOOQQ'#F`'#F`O%TQYO'#CuO,zQYO'#DzOOQQ'#Fs'#FsO-PQYO'#EUOOQO'#EU'#EUO`QYO'#EYO`QYO'#EXOOQO'#F|'#F|Q-XQWOOO-^QYO'#DTO.TQWO'#FbOOQO'#DV'#DVO.`QYO'#FfO.gQWOOO/^QYO'#CdO/kQYO'#FYOOQQ'#Cc'#CcO/pQYO'#FXOOQQ'#Cb'#CbO/xQYO,58zO`QYO,59kOOQQ'#Fc'#FcOOQQ'#Fd'#FdOOQQ'#Fe'#FeO`QYO,59sO`QYO,59sO`QYO,59sOOQQ'#Fl'#FlO/}QYO,5:`OOQQ'#Fm'#FmO`QYO,5:cO`QYO,59gO`QYO,59iO`QYO,59kO1|QYO,59kO2TQYO,59tOOQQ,5:l,5:lO2YQYO,59sOOQU-E8o-E8oO3|QYO'#FoOOQQ,5:e,5:eOOQQ,5:q,5:qOOQQ,5:o,5:oO4TQYO,5:uOOQQ,5;q,5;qO4_QYO,5:tO4lQWO,5:vO4qQYO,5:wOOQP'#Eh'#EhO5hQXO'#EgOOQO'#Ef'#EfO5oQWO'#EeO5tQWO'#GPO5|QWO,5;OO6RQYO,59]OOQQ'#Cy'#CyO6YQYO'#FaOOQQ'#Cx'#CxO6bQYO,59aO6gQYO,5:fO6lQYO,5:pO6qQYO,5:tO6xQYO,5:sO`QYO'#EzQ-XQWOOO`QYO'#EpO7oQWO,5;|O`QYOOOOQR'#Cf'#CfOOQQ'#Em'#EmO8iQYO,59OO`QYO,5;tOOQQ'#F['#F[O%TQYO'#EnO8yQYO,5;sO`QYO1G.fOOQQ'#F^'#F^O9pQYO1G/VO<gQYO1G/_O<qQYO1G/_O<{QYO1G/_O>oQYO'#DuOOQQ'#Du'#DuOOQQ1G/z1G/zO@iQYO1G/}O@pQYO1G/ROAyQYO1G/TOCSQYO1G/VO`QYO1G/VOOQQ1G/V1G/VOCjQYO1G/`ODXQ^O'#CdOEkQYO'#FqOOQO'#D}'#D}OEuQWO'#D|OEzQWO'#FpOOQO'#D{'#D{OOQO'#EO'#EOOFSQWO,5<ZOOQQ1G0a1G0aO`QYO1G0`O`QYO'#EvOFXQWO,5<]OOQQ1G0b1G0bOFdQWO'#E_OFoQWO'#F}OOQO'#E^'#E^OFwQWO1G0cOOQP'#Ex'#ExOF|QXO,5;RO`QYO,5;POGTQXO'#EyOG`QWO,5<kOOQQ1G0j1G0jO`QYO1G.wO%TQYO'#EoOGhQYO,5;{O`QYO1G.{OGpQYO1G0QOOQO1G0[1G0[OOQO,5;f,5;fOOQO-E8x-E8xOOQO,5;[,5;[OOQO-E8n-E8nOGuQWOOOOQQ-E8k-E8kOGzQYO'#CnOOQQ1G1`1G1`OOQQ,5;Y,5;YOOQQ-E8l-E8lOH[QYO7+$QOOQQ7+%i7+%iO`QYO7+$qOIRQYO,5:uOI`QWO7+$qOIeQYO'#D^OOQQ'#D]'#D]OKXQYO'#DaOK^QYO'#DaOKcQYO'#DaOKhQ`O'#DiOKmQ`O'#DlOKrQ`O'#DpOOQQ7+$z7+$zO`QYO,5:hO%TQYO'#EuOKwQWO,5<[OOQQ1G1u1G1uOL}QYO7+%zOM[QYO,5;bOOQO-E8t-E8tOCjQYO,5:yO%TQYO'#EwOMiQWO,5<iOMqQYO7+%}OOQP-E8v-E8vOMxQYO1G0kOOQO,5;e,5;eOOQO-E8w-E8wONSQYO7+$cOOQQ,5;Z,5;ZOOQQ-E8m-E8mONZQYO7+$gOOQO7+%l7+%lO`QYO,59YO! QQYO<<H]OOQQ<<H]<<H]O/}QYO'#ErO!!ZQYO,59xO!#}QYO,59{O!$SQYO,59{O!$XQYO,59{O!$^QYO,5:TO%TQYO,5:WO!${QbO,5:[O!%SQYO1G0SOOQO,5;a,5;aOOQO-E8s-E8sO!%^QYO<<IfOOQQ<<If<<IfOOQO1G0e1G0eOOQO,5;c,5;cOOQO-E8u-E8uO!(`QYO'#EaOOQQ<<Ii<<IiO`QYO<<IiO`QYO<<G}O!)VQYO1G.tOOQQ,5;^,5;^OOQQ-E8p-E8pO!)dQYO1G/gOOQQ1G/g1G/gO!)iQbO'#D_O!)zQ`O'#D^O!*VQ`O1G/oO!*[QWO'#DoO!*aQ`O'#FhOOQO'#Dn'#DnO!*iQ`O1G/rOOQO'#Ds'#DsO!*nQ`O'#FjOOQO'#Dr'#DrO!*vQ`O1G/vOOQQAN?TAN?TO!*{QYOAN=iOOQQ7+%R7+%RO!+rQ`O,59xOOQQ7+%Z7+%ZO!$^QYO,5:ZO%TQYO'#EsO!+}Q`O,5<SOOQQ7+%^7+%^O!$^QYO'#EtO!,VQ`O,5<UO!,_Q`O7+%bOOQO1G/u1G/uOOQO,5;_,5;_OOQO-E8q-E8qOOQO,5;`,5;`OOQO-E8r-E8rOCjQYO<<H|OOQQAN>hAN>hO/}QYO'#ErO!$^QYO<<H|O!,dQ`O7+%bO!,iQ`O1G/vO!${QbO,5:[O!,nQ`O'#Dp",stateData:"!-R~O#uOS#vOSPOSQOS~OTsO[VO]UOftOjvOkvOt}Ou}OxiO!V{O!W{O!XxO!ZzO!e!OO!j|O!lgO!syO!zjO#VnO#qRO#rRO$ZZO$i_O$j`O$k`O$laO$mbO~OTsO]UOftOjvOkvOt}Ou}OxiO!V{O!W{O!XxO!ZzO!e!OO!j|O!lgO!syO!zjO#VnO#qRO#rRO$ZZO$i_O$j`O$k`O$laO$mbO~O[!TO#`!UO~P#VO#qRO#rRO~OZ!dO[!^O]!^O^!_O_!_O`!`Oa!kOp!hOr!iOt!]Ou!]Ov!jO}!lO!l!fOx$bX~O#o#wX$t#wX~P%]O$i!mOT$YX[$YX]$YXf$YXj$YXk$YXt$YXu$YXx$YX!V$YX!W$YX!X$YX!Z$YX!e$YX!j$YX!l$YX!s$YX!z$YX#V$YX#q$YX#r$YX$Z$YX$j$YX$k$YX$l$YX$m$YX~O#qRO#rROZ!RX[!RX]!RX^!RX_!RX`!RXa!RXp!RXr!RXt!RXu!RXv!RXx!RX}!RX!l!RX#o!RX#s!RX$t!RX$P!RXc!RXz!RX!j!RXg!RXd!RX#U!RXh!RXn!RX~Ox!pO~O$j`O$k`O~O#s!uOZ#yX[#yX]#yX^#yX_#yX`#yXa#yXp#yXr#yXt#yXu#yXv#yXx#yX}#yX!l#yX#o#yX$t#yX$P#yXc#yXz#yX!j#yXg#yXd#yX#U#yXh#yXn#yX~O!j$eP~P`Ox!xO~O#p!yO$j`O$k`O#U$sP~Or#UO~Or#VOx!xX~O$t#YO~O#owX$PwX$twXzwXcwX!jwXgwXdwX#UwXhwXnwX~P%]O$P#[O#o$UXz$UX~O#o#_X~P&hOx#^O~OZ#_O[#_O]#_O^#_O_#_O`#_O#qRO#rRO#}#_O$]WX~OaWXzWX$PWX~P.lOa#cO~O$P#dOd#{X~Od#gO~O#qRO#rRO$ZZO~OTsO[VO]UOftOjvOkvOt}Ou}O!V{O!W{O!XxO!ZzO!e!OO!j|O!lgO!syO!zjO#VnO#qRO#rRO$ZZO$i_O$j`O$k`O$laO$mbO~Ox#sO~P0YO!O#uO~OZ!dO}!lO!l!fO[{a]{a^{a_{a`{aa{ap{ar{at{au{av{ax$bX#o{a$t{a$P{ac{az{a!j{ag{ad{a#U{ah{an{a~Oz$eP~P`Oc$POz$OO~P%]Oc$PO$P$QO!j$eX~P%]O!j$SO~O#qRO#rROz$qP~OZ#_O[#_O]#_O^#_O_#_O`#_O#p!yO#}#_O~O$]#ZX~P4|O$]$ZO~O$P$[O#U$sX~O#U$^O~Og$_O~P%]O$P$`On$TX~On$bO~O!Y$cO~O!V$dO~Oc$PO~P%]O#o!{a$t!{a$P!{ac!{az!{a!j!{ag!{ad!{a#U!{ah!{an!{a~P%]O$P#[O#o$Uaz$Ua~OZ#_O[#_O]#_O^#_O_#_O`#_O#qRO#rRO#}#_O~OaWa$]WazWa$PWa~P7zO$P#dOd#{a~OZ!dO[!^O]!^O^!_O_!_O`!`O}!lO!l!fOx$bX~Oasipsirsitsiusivsi#osi$tsi$Psicsizsi!jsigsidsi#Usihsinsi~P9ROZ!dO`!`O}!lO!l!fO[{i]{ia{ip{ir{it{iu{iv{ix$bX#o{i$t{i$P{ic{iz{i!j{ig{id{i#U{ih{in{i~O^!_O_!_O~P:yO^{i_{i~P:yOZ!dO}!lO!l!fO[{i]{i^{i_{i`{ia{ip{ir{it{iu{iv{ix$bX#o{i$t{i$P{ic{iz{i!j{ig{id{i#U{ih{in{i~O#qRO#rROZ!iX[!iX]!iX^!iX_!iX`!iXa!iXp!iXr!iXt!iXu!iXv!iXx!iX}!iX!l!iX#o!iX$t!iX$P!iXc!iXz!iX!j!iXg!iXd!iX#U!iXh!iXn!iX~O!j$pO~P%]Oa!kOr!iOt!]Ou!]Ov!jOpoi#ooi$toi$Poicoizoi!joigoidoi#Uoihoinoi~P9ROa!kOt!]Ou!]Ov!jOpqirqi#oqi$tqi$Pqicqizqi!jqigqidqi#Uqihqinqi~P9ROa!kOp!hOr$qOt!]Ou!]Ov!jO~P9RO!U$vO!X$wO!Z$xO!^$yO!a$zO!e${O#qRO#rRO$ZZO~OZ#eX[#eX]#eX^#eX_#eX`#eXa#eXp#eXr#eXt#eXu#eXv#eXx#eXz#eX}#eX!l#eX#q#eX#r#eX#s#eX$P#eX~P.lO$P$QOz$eX~P%]O$]$}O~O$P%OOz$dX~Oz%QO~O$P$QO!j$eaz$ea~O$]%UOz#RX$P#RX~O$P%VOz$qX~Oz%XO~O$]#Za~P4|O#p!yO$j`O$k`O~O$P$[O#U$sa~O$P$`On$Ta~O!W%bO~OzrO~Oc%cOdbX$PbXnbX~P%]O#oSq$tSq$PSqcSqzSq!jSqgSqdSq#USqhSqnSq~P%]Oc$POz$OO$PwX~P%]Oz%eO~OZ%fO[!QX]!QX^!QX_!QX`!QXa!QXp!QXr!QXt!QXu!QXv!QXx!QX}!QX!l!QX#o!QX$t!QX$P!QXc!QXz!QX!j!QXg!QXd!QX#U!QXh!QXn!QX~Or%hO~Or%iO~Or%jO~O!_%kO~O!_%lO~O!_%mO~O$P%OOz$da~OZ!dO[!^O]!^O^!_O_!_O`!`Oa!kOp!hOr!iOt!]Ou!]Ov!jO}!lOx$bX~Oz%rO!j%rO!l%qO~PLPO!j#ja$P#jaz#ja~P%]O$P%VOz$qa~O#S%xO~P`O#U#Xi$P#Xi~P%]Oh%yO~P%]O#oiq$tiq$Piqciqziq!jiqgiqdiq#Uiqhiqniq~P%]Oasypsyrsytsyusyvsy#osy$tsy$Psycsyzsy!jsygsydsy#Usyhsynsy~P9ROZ%fO[!Qa]!Qa^!Qa_!Qa`!Qaa!Qap!Qar!Qat!Qau!Qav!Qax!Qa}!Qa!l!Qa#o!Qa$t!Qa$P!Qac!Qaz!Qa!j!Qag!Qad!Qa#U!Qah!Qan!Qa~O!V%}O~O!Y%}O~O!V&OO~O!U$vO!X$wO!Z$xO!^$yO!a$zO!e&tO#qRO#rRO$ZZO~O![$^P~P!$^Oz!pi$P!pi~P%]OT$aXZ!|y[$aX]$aX^!|y_!|y`!|ya!|yf$aXj$aXk$aXp!|yr!|yt$aXu$aXv!|yx$aX}!|y!V$aX!W$aX!X$aX!Z$aX!e$aX!j$aX!l$aX!s$aX!z$aX#V$aX#o!|y#q$aX#r$aX$Z$aX$i$aX$j$aX$k$aX$l$aX$m$aX$t!|y$P!|yc!|yz!|yg!|yd!|y#U!|yh!|yn!|y~O#o#TX$t#TX$P#TXc#TXz#TX!j#TXg#TXd#TX#U#TXh#TXn#TX~P%]Odbi$Pbinbi~P%]O!W&^O~O#qRO#rROZ!RX![!RX$P!RX~OZ&oO![!QX$P!QX~O![&`O~O$]&aO~O$P&bO![$[X~O![&dO~O$P&eO![$^X~O![&gO~O#oe!R$te!R$Pe!Rce!Rze!R!je!Rge!Rde!R#Ue!Rhe!Rne!R~P%]OZ&oO![!Qa$P!Qa~O$P&bO![$[a~O$P&eO![$^a~O$_&mO~O$_&pO~O![&qO~O!_&sO~O$Z$j~$j$k`_$iZQP^Q~",goto:"E`$tPPPP$uP%m%p%v&W'qPPPPPPP'zPP$uPPP$uPP'}(QP$uP$uP$uPPP(WP(cP$u$uPP(l)R)^*g)RPPPPPPP)RPP)RP+m+p)RP+v+|$u,TP$uP$u,W-O-R-X-OP-a.X-a-a/W0OP$u0v$u1n1n2f2iP2oPP1n2u2{/S3PPP3XP3[3c3i3o3u5S5^5d5j5p5w5}6T6ZPPPPPPPP6a6j8n9f:^:aP:iP:l:o;g<_<b<g=T=r>bP?YP?]P?a@R@sAkAqAt$uAzAzPPPPPBr8nCjDbDeE]!kjOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Y#[#^#b#f#s$P$Q$Z$_$b$q$}%X%c%x%yR![SQ!YSR$m#dW!WSw#d$`W#x!p!x%O%VT&S%l&b#WXOPQWYilu|}!]!a!b!c!e!g!h!i!j!k#Y#[#^#b#f#l#s#u$P$Q$Z$_$b$q$}%U%X%c%f%k%m%x%y&P&a&e&m&o&p&sb!VSw!x#d$`%O%V%l&bU#`!V#a#vR#v!pU#`!V#a#vT$X!z$YR$l#bR#TwQ#RwR%_$`U!RQ#^#sQ#t!kR$g#[QrQQ$i#^R$s#sQ$|#uQ%s%UQ&R%kU&W%m&e&sQ&h&aT&n&m&pc$u#u%U%k%m&a&e&m&p&s!jkOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Y#[#^#b#f#s$P$Q$Z$_$b$q$}%X%c%x%yU$t#u%U&mS%{%f&o]&Q%k%m&a&e&p&s#Q[OPQWilu|}!]!a!b!c!g!h!i!j!k!p#Y#[#^#b#f#s#u$P$Q$Z$_$b$q$}%U%X%c%f%k%m%x%y&a&e&m&o&p&sR#m!eR&V%lQ&T%lR&i&bQ&Z%mR&r&sS&X%m&sR&k&eR#n!e!k]OPQWilu|}!]!a!b!c!g!h!i!j!k!p#Y#[#^#b#f#s$P$Q$Z$_$b$q$}%X%c%x%yR#}!pQ#z!pR%o%OS#y!p%OT$T!x%V!keOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Y#[#^#b#f#s$P$Q$Z$_$b$q$}%X%c%x%y!jeOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Y#[#^#b#f#s$P$Q$Z$_$b$q$}%X%c%x%yQ!rbT!{o$[!kcOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Y#[#^#b#f#s$P$Q$Z$_$b$q$}%X%c%x%y!kdOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Y#[#^#b#f#s$P$Q$Z$_$b$q$}%X%c%x%y!khOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Y#[#^#b#f#s$P$Q$Z$_$b$q$}%X%c%x%y!kpOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Y#[#^#b#f#s$P$Q$Z$_$b$q$}%X%c%x%yR$W!xQ$U!xR%t%VQ%w%XR&[%xQ!}oR%[$[T!|o$[S!zo$[T$X!z$YRrQS#a!V#vR$j#aQ#e!YR$n#eQ$a#RR%`$aQ#]!RR$h#]!rYOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Y#[#^#b#f#s#u$P$Q$Z$_$b$q$}%U%X%c%f%x%y&mU!oY#l&PQ#l!e_&P%k%m&a&e&o&p&sQ%g$tS%|%g&_R&_&QQ&c&TR&j&cQ&f&XR&l&fQ%P#zR%p%PS$R!v#wR%T$RQ%W$UR%u%WQ$Y!zR%Y$YQ$]!}R%]$]Q#Z!PR$f#ZQrOQ!PPR$e#YUTOP#YW!QQ!k#[#^Q!nWQ!tiQ!vlQ#PuQ#W|Q#X}Q#h!]Q#i!aQ#j!bQ#k!cQ#o!gQ#p!hQ#q!iQ#r!jQ#w!pQ$k#bQ$o#fQ$r#sQ%R$PQ%S$QQ%Z$ZQ%^$_Q%a$bQ%d$qQ%n$}S%v%X%xQ%z%cR&]%y!kqOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Y#[#^#b#f#s$P$Q$Z$_$b$q$}%X%c%x%y!kSOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Y#[#^#b#f#s$P$Q$Z$_$b$q$}%X%c%x%yR!ZSS!XS#dT#Qw$`R#b!WR#f![!kuOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Y#[#^#b#f#s$P$Q$Z$_$b$q$}%X%c%x%y!kwOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Y#[#^#b#f#s$P$Q$Z$_$b$q$}%X%c%x%yR#SwV!SQ#^#s!V!aT!Q!t!v#P#W#X#h#o#p#q#r#w$k$o$r%R%S%Z%^%a%d%n%v%z&]!X!bT!Q!t!v#P#W#X#h#i#o#p#q#r#w$k$o$r%R%S%Z%^%a%d%n%v%z&]!Z!cT!Q!t!v#P#W#X#h#i#j#o#p#q#r#w$k$o$r%R%S%Z%^%a%d%n%v%z&]!kWOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Y#[#^#b#f#s$P$Q$Z$_$b$q$}%X%c%x%yR&U%lT&Y%m&s!_!eT!Q!n!t!v#P#W#X#h#i#j#k#o#p#q#r#w$k$o$r%R%S%Z%^%a%d%n%v%z&]!_!gT!Q!n!t!v#P#W#X#h#i#j#k#o#p#q#r#w$k$o$r%R%S%Z%^%a%d%n%v%z&]!k^OPQWilu|}!]!a!b!c!g!h!i!j!k!p#Y#[#^#b#f#s$P$Q$Z$_$b$q$}%X%c%x%yQ!q^R!scR#{!pQ!wlR#|!p!kfOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Y#[#^#b#f#s$P$Q$Z$_$b$q$}%X%c%x%y!klOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Y#[#^#b#f#s$P$Q$Z$_$b$q$}%X%c%x%y!kmOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Y#[#^#b#f#s$P$Q$Z$_$b$q$}%X%c%x%yR$V!x!koOPQWilu|}!]!a!b!c!g!h!i!j!k!p#Y#[#^#b#f#s$P$Q$Z$_$b$q$}%X%c%x%yR#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 PathName ] 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:kD,nodeProps:[["group",-17,4,21,25,31,33,35,43,44,70,73,75,88,89,91,92,93,100,"Expr",49,"Expr Expr",-5,81,82,83,84,85,"Expr Literal"],["closedBy",40,")",74,"]",99,"}"],["openedBy",42,"(",72,"[",98,"{"]],propSources:[OD],skippedNodes:[0,1,2],repeatNodeCount:14,tokenData:".v~RvXY#iYZ$^Z[#i]^$^pq#iqr$crs$nwx(Wxy(]yz(bz{(g{|(t|}(y}!O)O!O!P)]!P!Q*g!Q![,b![!],y!]!^-O!^!_-T!_!`$i!`!a-d!b!c-n!}#O-s#P#Q-x#Q#R(o#S#T-}#o#p.l#q#r.q$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#u~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#v~~$fP!_!`$i~$nOt~~$qXOY$nYZ%^Zr$nrs&zs#O$n#O#P'R#P;'S$n;'S;=`(Q<%lO$n~%aVOr%^rs%vs#O%^#O#P%{#P;'S%^;'S;=`&t<%lO%^~%{O$j~~&ORO;'S%^;'S;=`&X;=`O%^~&[WOr%^rs%vs#O%^#O#P%{#P;'S%^;'S;=`&t;=`<%l%^<%lO%^~&wP;=`<%l%^~'RO$j~$k~~'URO;'S$n;'S;=`'_;=`O$n~'bYOY$nYZ%^Zr$nrs&zs#O$n#O#P'R#P;'S$n;'S;=`(Q;=`<%l$n<%lO$n~(TP;=`<%l$n~(]O#}~~(bOx~~(gOz~~(lP_~z{(o~(tO`~~(yO]~~)OO$P~R)TP[P!`!a)WQ)]O$_Q~)bQZ~!O!P)h!Q![)m~)mOc~~)rR$i~!Q![)m!g!h){#X#Y){~*OR{|*X}!O*X!Q![*_~*[P!Q![*_~*dP$i~!Q![*_~*lQ^~z{*r!P!Q+y~*uTOz*rz{+U{;'S*r;'S;=`+s<%lO*r~+XVOz*rz{+U{!P*r!P!Q+n!Q;'S*r;'S;=`+s<%lO*r~+sOQ~~+vP;=`<%l*r~,OSP~OY+yZ;'S+y;'S;=`,[<%lO+y~,_P;=`<%l+y~,gS$i~!O!P,s!Q![,b!g!h){#X#Y){~,vP!Q![)m~-OO$]~~-TO$t~R-[P!_QuP!_!`-_P-dOuPR-kP![QuP!_!`-_~-sO$m~~-xO!l~~-}O!j~~.QTO#S-}#S#T.a#T;'S-};'S;=`.f<%lO-}~.fO$Z~~.iP;=`<%l-}~.qO#V~~.vO#U~",tokenizers:[cD,lD,uD,0,1],topRules:{Expression:[0,3],Expressions:[1,105],UnaryTests:[2,106]},dialects:{camunda:2657},dynamicPrecedences:{33:-1,70:1,75:-1,77:-1},specialized:[{term:125,get:e=>SD[e]||-1}],tokenPrec:2660}),TD=[KT("function(${params}) ${body}",{label:"function",detail:"definition",type:"keyword"}),KT("for ${var} in ${collection} return ${value}",{label:"for",detail:"expression",type:"keyword"}),KT("every ${var} in ${collection} satisfies ${condition}",{label:"every",detail:"quantified expression",type:"keyword"}),KT("some ${var} in ${collection} satisfies ${condition}",{label:"some",detail:"quantified expression",type:"keyword"}),KT("if ${condition} then ${value} else ${other value}",{label:"if",detail:"block",type:"keyword"}),KT("{ ${key}: ${value} }",{label:"context",detail:"block",type:"keyword"}),KT("null",{label:"null",detail:"literal",type:"keyword"}),KT("true",{label:"true",detail:"literal",type:"keyword"}),KT("false",{label:"false",detail:"literal",type:"keyword"})];function MD(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=LD(zS(s).resolveInner(a,-1),n);if(!l)return null;const[c]=l;return ID(c,a,[r,i])||function(e,t,n){return BD(e,t,n,1)}(c,a,[r,o])||o&&!ID(c,a,[o])?null:t(e)}}({nodes:t,before:i,after:n,keyword:o},XR([{label:o,type:"keyword",boost:10}]))}const AD=[MD({context:"InExpression",keyword:"in"}),MD({context:"IfExpression",keyword:"then",after:"if",before:"else"}),MD({context:"IfExpression",keyword:"else",after:"then"}),MD({context:"QuantifiedExpression",keyword:"satisfies"}),MD({context:"ForExpression",after:"InExpressions",keyword:"return"})],PD=["Name","StringLiteral","LineComment","BlockComment","PathExpression","Context","Key","ParameterName"],DD=["Expr","ContextEntry"];function $D(e){return function(e,{include:t,exclude:n}){const i=[...n,...t];return t=>{const{state:o,pos:r}=t,s=LD(zS(o).resolveInner(r,-1),i);if(s){const[e,t]=s;if(n.includes(t))return null}return e(t)}}(e,{include:DD,exclude:PD})}function jD(e){return $D(XR(e))}function ID(e,t,n){return BD(e,t,n,-1)}function BD(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 LD(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 ND=FS.define({parser:RD.configure({props:[sR.add({Context:dR({closing:"}"}),"List FilterExpression":dR({closing:"]"}),"ParenthesizedExpression FunctionInvocation":fR({except:/^\s*\)/}),"ForExpression QuantifiedExpression IfExpression":fR({except:/^\s*(then|else|return|satisfies)\b/}),FunctionDefinition:fR({except:/^\s*(\(|\))/})}),gR.add({Context:mR,List:mR,ParenthesizedExpression:mR,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:"*/"}}}}),qD=ND.configure({top:"UnaryTests"},"FEEL unary tests"),VD=ND.configure({top:"Expression"},"FEEL expression");const FD=[{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',engines:{camunda:">=8.9"}},{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',engines:{camunda:">=8.9"}},{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>The function requires one argument. Calling <code>is defined()</code> without an argument is invalid.</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\nis defined()\n// error - expected one argument\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',engines:{camunda:">=8.3"}},{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',engines:{camunda:">=8.3"}},{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',engines:{camunda:">=8.3"}},{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',engines:{camunda:">=8.2"}},{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',engines:{camunda:">=8.3"}},{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',engines:{camunda:">=8.6"}},{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',engines:{camunda:">=8.7"}},{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',engines:{camunda:">=8.8"}},{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',engines:{camunda:">=8.8"}},{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',engines:{camunda:">=8.8"}},{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',engines:{camunda:">=8.8"}},{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',engines:{camunda:">=8.8"}},{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',engines:{camunda:">=8.2"}},{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',engines:{camunda:">=8.6"}},{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',engines:{camunda:">=8.6"}},{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',engines:{camunda:">=8.6"}},{name:"from base64",type:"function",params:[{name:"value"}],info:'<p><em>Camunda Extension</em></p>\n<p>Returns the given Base64 encoded string decoded to a plain string.</p>\n<p><strong>Function signature</strong></p>\n<pre><code class="language-feel">from base64(value: string): string\n</code></pre>\n<p><strong>Examples</strong></p>\n<pre><code class="language-feel">from base64("RkVFTA==")\n// "FEEL"\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',engines:{camunda:">=8.8"}},{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',engines:{camunda:">=8.2"}}];var zD=[function(e,t={}){return[DA.of({source:e,config:t}),PA,WA]}(e=>{if(0===e.state.doc.length)return[];const t=zS(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}})},[...vP(i.syntaxTree),..._P(i)]);var i;return n.map(e=>({...e,source:e.type}))})];var QD=[UE.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}}),kP];function WD(e){return e&&e.from===e.to}function HD(e){return!!e&&("PathExpression"===e.name||HD(e.parent))}function UD({variables:e}){return t=>{const n=zS(t.state).resolve(t.pos,-1);if(!HD(n))return null;const i=function(e){for(;e;){if("PathExpression"===e.name)return e;e=e.parent}}(n),o=n===i||"."===n.name?t.pos:n.from,r=XD(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 XD(e,t){let n=[];for(let i=e.firstChild;i;i=i.nextSibling)"."!==i.name&&("PathExpression"===i.name?n.push(...XD(i,t)):"FilterExpression"===i.name?n.push(...KD(i,t)):n.push({name:GD(i,t),isList:!1}));return n}function KD(e,t){const n=e.firstChild;if("PathExpression"===n.name){const e=XD(n,t);return e[e.length-1].isList=!0,e}return[{name:GD(n,t),isList:!0}]}function GD(e,t){return t.state.sliceDoc(e.from,e.to)}function YD({variables:e=[],builtins:t=[]}){const n=function(e,t){return[].concat(e.map(e=>ZD(e)),t.map(e=>ZD(e)))}(e,t),i=/^[\w ]*$/;return n.length?e=>{const{pos:t,state:o}=e,r=zS(o).resolve(t,-1);if(function(e,t){const n=e.nextSibling;return WD(e)||n&&n.from===t&&WD(n)}(r,t))return HD(r)?null:e.explicit?{from:t,options:n,validFor:i}:null;if(!function(e){return e&&e.parent&&"VariableName"===e.parent.name}(r)||HD(r))return null;const s="function"==typeof e.matchBefore?e.matchBefore(/\w[\w ]*$/):null;return{from:s?s.from:r.from,options:n,validFor:i}}:e=>null}function ZD(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 KT(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 JD({variables:e=[],builtins:t=[]}){return[UD({variables:e}),YD({variables:e,builtins:t}),jD(TD),...AD]}function e$(e){return function(e={}){const t="unaryTests"===e.dialect?qD:VD,n=e.parserDialect,i=CD(e.context),o=t.configure({contextTracker:i,dialect:n}),r=e.completions||[jD(TD),AD].flat();return new JS(o,[...r.map(e=>o.data.of({autocomplete:e}))])}(e)}const t$=bb.define(),n$=bb.define(),i$=bb.define(),o$=bb.define();function r$({dialect:e="expression",parserDialect:t,variables:n=[],builtins:i=[],completions:o=JD({builtins:i,variables:n})}){const r=function(e){return e.slice().reverse().reduce((e,t)=>(e[t.name]=()=>{},e),{})}([...n,...i]);return[i$.of(e),t$.of(i),n$.of(n),o$.of(t),e$({dialect:e,parserDialect:t,context:r,completions:o})]}const s$=FD.map(e=>({...e,info:()=>Ze(e.info)})),a$=new jb,l$=new jb;function c$({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=s$,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=UE.updateListener.of(e=>{e.docChanged&&s(e.state.doc.toString())}),g=UE.updateListener.of(e=>{const t=e.transactions.flatMap(e=>e.effects).filter(e=>e.is(kA));if(!t.length)return;const n=t.flatMap(e=>e.value);this._events.emit("lint",{diagnostics:n})}),m=UE.domEventObservers({keydown:a});"string"==typeof r&&(r=document.querySelector(r));const v=r?function(e={}){return hO.of(e)}({tooltipSpace:function(){return r.getBoundingClientRect()}}):[],y=[dM(),a$.of(r$({dialect:t,builtins:d,variables:p,parserDialect:n})),DR(),l_.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=oR(s,t.from);if(null==n)continue;let i=/^\s*/.exec(t.text)[0],o=iR(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}),[oM,eM],UE.contentAttributes.of(o),f,m,tO.of([...xA]),zD,g,v,l$.of(aO(c)),QD,...e];return u&&y.push(UE.editable.of(!1)),this.on("lint",({diagnostics:e})=>l(e)),this._cmEditor=new UE({state:l_.create({doc:h,extensions:y}),parent:i}),this}c$.prototype.setValue=function(e){this._cmEditor.dispatch({changes:{from:0,to:this._cmEditor.state.doc.length,insert:e}})},c$.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}})}},c$.prototype.on=function(e,t){this._events.on(e,t)},c$.prototype.off=function(e,t){this._events.off(e,t)},c$.prototype.getSelection=function(){return this._cmEditor.state.selection},c$.prototype.setVariables=function(e){const t={builtins:(n=this._cmEditor.state).facet(t$)[0],variables:n.facet(n$)[0],dialect:n.facet(i$)[0],parserDialect:n.facet(o$)[0]};var n;this._cmEditor.dispatch({effects:[a$.reconfigure(r$({...t,variables:e}))]})},c$.prototype.setPlaceholder=function(e){this._cmEditor.dispatch({effects:l$.reconfigure(aO(e))})};let u$=class extends Wr{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 c$({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:[UE.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 Mo(1,"div",["literal-expression",this.props.className||""].join(" "),null,1,{onClick:this.handleMouseEvent,onFocusIn:this.props.onFocus,onFocusOut:this.handleBlur},null,this.setNode)}};class h$ extends Wr{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?Yy:u$}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 Mo(1,"div","context-menu-container ref-input-editor input-edit",[Mo(1,"div","dms-form-control",Ao(2,Yy,{label:this.translate("Input label"),className:"dms-input-label",value:e||"",placeholder:this.translate("Input"),singleLine:!0,onInput:this.handleLabelChange}),2),Mo(1,"div","dms-form-control",[Mo(1,"label","dms-label",this.translate("Expression"),0),Ao(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 d$ extends Wr{constructor(e,t){super(e,t),this.state={},qm(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 Ao(2,h$,{label:this.getValue("label"),text:this.getValue("text"),element:this.props.context.input,onChange:this.handleChange})}}d$.$inject=["debounceInput","modeling","injector"];class p$ extends Wr{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 Mo(1,"button","edit-button dmn-icon-edit",null,1,{"aria-label":this._translate("Edit input"),type:"button",onClick:this.onClick})}}class f${constructor(e,t,n,i){e.onGetComponent("cell",({cellType:e})=>{if("input-header"===e)return $x}),e.onGetComponent("context-menu",(e={})=>{if("input-edit"===e.contextMenuType)return d$}),e.onGetComponent("cell-inner",(e={})=>{const{cellType:t}=e;if("input-cell"===t)return p$}),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})})}}f$.$inject=["components","contextMenu","eventBus","renderer"];class g$ extends Wr{constructor(e,t){super(e,t),qm(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",m$)}removePortalEl(){this._portalEl&&(this._portalEl.removeEventListener("mousedown",m$),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 Mo(1,"div","options",e.map(e=>Mo(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 Mo(1,"div",[e||"","dms-input-select"].join(" "),[o?Mo(1,"div","dms-input",c,0,{"aria-label":t,tabIndex:"0",onKeyDown:this.onKeyDown},null,e=>this.inputNode=e):Mo(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),Mo(1,"span",["dms-input-select-icon",s?"dmn-icon-up":"dmn-icon-down"].join(" ")),s&&(u=this.renderOptions(i,l),h=this._portalEl,Mo(1024,h,null,u,0,null,go(u)?null:u.key,null))],0,{title:r,onClick:this.onInputClick},null,e=>this.parentNode=e);var u,h}}function m$(e){e.stopPropagation()}g$.$inject=["keyboard","renderer"];class v$ extends Wr{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 Mo(1,"div","type-ref-edit context-menu-container",Mo(1,"div","dms-form-control",[Mo(1,"label","dms-label",[i,Po(":")],0),Ao(2,g$,{className:"type-ref-edit-select",label:i,onChange:this.onTypeChange,options:n,value:t})],4),2)}}class y${constructor(e){e.onGetComponent("context-menu",750,(e={})=>{const{contextMenuType:t}=e;if("input-edit"===t||"output-edit"===t)return v$})}}y$.$inject=["components"];var x$={__depends__:[px,im],__init__:["typeRefEditingProvider"],typeRefEditingProvider:["type",y$]};class b$ extends bd{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)}})}}b$.$inject=["eventBus","modeling"];class _$ extends Wr{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 Mo(1,"div",o.join(" "),r.map(e=>{const t=e[0],o=e[1];return Mo(1,"div","group",[i&&i(t)||Mo(1,"h4","dms-heading",t,0),Mo(1,"ul","items no-wrap",o.map(e=>Mo(1,"li","item",[n&&Mo(64,"input","item-toggle",null,1,{type:n,checked:e.isChecked,onClick:this.getToggleClickHandler(e)}),Po(" "),e.value,e.isRemovable&&Mo(1,"span","remove dmn-icon-clear",null,1,{title:"Remove item",onClick:this.getRemoveClickHandler(e)})],0)),0)],0)}),0)}}class w$ extends Wr{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"),Mo(1,"div",s,[Ao(2,Rx,{className:a,label:i,onInput:this.onInput,onKeyDown:this.onKeyDown,onKeyUp:this.onKeyUp,placeholder:e||"",type:t,value:r||""}),o&&Mo(1,"p","dms-hint dms-validation-warning",o,0)],0)}}function C$(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 k$=class extends Wr{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=C$(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=C$(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?Mo(1,"div","context-menu-container allowed-values-edit",Mo(1,"div","dms-form-control",[!O$(n)&&n.length>0&&Ao(2,_$,{labelComponent:E$,items:n,onChange:this.onListChange}),!O$(n)&&!n.length&&Mo(1,"div",null,[Mo(1,"label","dms-label",this._translate("Predefined values"),0),Mo(1,"span","placeholder",this._translate("No values"),0)],4),!O$(n)&&Mo(1,"p","dms-hint",Mo(1,"button","del-values",this._translate("Clear predefined values"),0,{type:"button",onClick:this.handleRemovePredifinedValuesClick}),2),Mo(1,"label","dms-label",this._translate("Add predefined values"),0),Ao(2,w$,{onInput:this.onInput,onKeyDown:this.onKeyDown,placeholder:this._translate('"value", "value", ...'),type:"text",validate:e=>{if(!C$(e))return this._translate("Strings must be in double quotes")},value:t})],0),2):null}};function E$(e){return Mo(1,"label","dms-label",e,0)}function O$(e){return null===e}class S${constructor(e){e.onGetComponent("context-menu",500,(e={})=>{const{contextMenuType:t}=e;if("input-edit"===t||"output-edit"===t)return k$})}}S$.$inject=["components"];var R$={__init__:["allowedValuesUpdateBehavior","allowedValuesEditingProvider"],allowedValuesUpdateBehavior:["type",b$],allowedValuesEditingProvider:["type",S$]};class T$ extends Wr{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 Mo(1,"div","add-input actionable",Mo(1,"button","dmn-icon-plus action-icon",null,1,{title:this._translate("Add input")}),2,{onClick:this.handleClick})}}class M$ extends Wr{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 Mo(1,"div","add-output actionable",Mo(1,"button","dmn-icon-plus action-icon",null,1,{title:this._translate("Add output")}),2,{onClick:this.handleClick})}}function A$(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?T$:"output-cell"===t&&n===o-1?M$:void 0}),n.on("addInput",()=>{t.trigger("addInput")}),n.on("addOutput",()=>{t.trigger("addOutput")})}A$.$inject=["components","editorActions","eventBus"];var P$={__depends__:[Hy],__init__:["addInputOutputProvider"],addInputOutputProvider:["type",A$]},D$="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 $$=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(D$)),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(D$)),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(fx(n)&&!gx(n)&&90===e)return t.trigger("undo"),!0}),e.push(function(e,n){if(fx(n)&&(89===e||90===e&&gx(n)))return t.trigger("redo"),!0}),e.push(function(e,n){if(13===e&&!fx(n)&&gx(n)&&my(n.target))return t.trigger("selectCellAbove"),!0}),e.push(function(e,i){if(13!==e||fx(i)||gx(i))return;if(!my(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)}};$$.$inject=["config.keyboard","eventBus","editorActions","cellSelection","renderer"];var j$={__depends__:[Hy],__init__:["keyboard"],keyboard:["type",$$]},I$={__depends__:[P$,R$,px,ox,fv,mv,j$,x$],__init__:["inputEditingProvider","outputEditingProvider"],inputEditingProvider:["type",f$],outputEditingProvider:["type",Dx]};function B$(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 L$=class{constructor(e,t,n,i){B$(this,"handleDragOver",e=>{N$(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"}),B$(this,"handleDrop",e=>{N$(e);const t=this._emit("dragAndDrop.drop",e);if(t){const{draggedElement:e}=this._dragContext;if(e instanceof ym){const{rows:n}=this._sheet.getRoot();let i=n.indexOf(t);this._modeling.moveRow(e,i)}else if(e instanceof xm){const{cols:n}=this._sheet.getRoot();let i=n.indexOf(t);this._modeling.moveCol(e,i)}}this.handleDragEnd(e)}),B$(this,"handleDragEnd",e=>{N$(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){N$(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 N$(e,t){e.stopPropagation(),!0!==t&&e.preventDefault()}L$.$inject=["eventBus","renderer","modeling","sheet"];var q$={__init__:["dragAndDrop"],dragAndDrop:["type",L$]};const V$="top",F$="left";class z${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()=>Mo(1,"span","dmn-icon-drag vertical",Po(" "),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()=>Mo(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 ym)return!0;if(n instanceof xm){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;H$(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 ym&&(a=X$(n,r)),i instanceof xm&&(a=U$(n,r)),o===a||(H$(s),i instanceof ym&&Q$(r,s,a===V$?"top":"bottom"),i instanceof xm&&W$(r,s,a===F$?"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 ym){const e=X$(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===V$?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 xm){const e=U$(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===F$?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 ym?function(e,t){const n=mt(`[data-row-id=${e.id}]`,t);p(n,e=>{K$(e)&&it(e).add("dragged")})}(e,n):e instanceof xm&&function(e,t){const n=mt(`[data-col-id=${e.id}]`,t);p(n,e=>{K$(e)&&it(e).add("dragged")})}(e,n),this._dragAndDrop.startDrag(e,t)}_cleanup=()=>{const e=this._renderer.getContainer();H$(e),function(e){const t=mt(".dragged",e);p(t,e=>{K$(e)&&it(e).remove("dragged")})}(e),this._dragImage&&(vt(this._dragImage),this._dragImage=null)}}function Q$(e,t,n){const i=e.dataset.rowId;if(!i)return;p(mt(`[data-row-id=${i}]`,t),e=>{K$(e)&&(it(e).add("dragover"),it(e).add(n))})}function W$(e,t,n){const i=e.dataset.colId;if(!i)return;p(mt(`[data-col-id=${i}]`,t),e=>{K$(e)&&(it(e).add("dragover"),it(e).add(n))})}function H$(e){p(mt(".dragover",e),e=>{K$(e)&&(it(e).remove("dragover"),it(e).remove("top"),it(e).remove("right"),it(e).remove("bottom"),it(e).remove("left"))})}function U$(e,t){const n=t.getBoundingClientRect();return e.clientX<n.left+n.width/2?F$:"right"}function X$(e,t){const n=t.getBoundingClientRect();return e.clientY<n.top+n.height/2?V$:"bottom"}function K$(e){return e&&(1===e.nodeType||11==e.nodeType)}z$.$inject=["components","elementRegistry","eventBus","dragAndDrop","renderer","rules","sheet","translate"];var G$={__depends__:[q$,Ey],__init__:["dmnDragAndDrop"],dmnDragAndDrop:["type",z$]};class Y$ extends Wr{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)?Mo(1,"div","context-menu-container description-editor",Ao(2,Z$,{className:"dms-input",onChange:this.changeDescription,value:t}),2,null,null,e=>this.node=e):void 0}}let Z$=class extends Jy{render(){return Mo(1,"div",this.getClassName(),this.getEditor(),0)}};class J${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(!jt(s,["dmn:UnaryTests","dmn:LiteralExpression"]))return;tj(s)||e.preventDefault();const a=ej(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(tj(n.get(e.id))))return Y$}}),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 Mo(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=ej(t,gy(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 ej(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 tj(e){return e&&e.businessObject&&e.businessObject.description}J$.$inject=["components","contextMenu","elementRegistry","eventBus","modeling","renderer","translate"];var nj={__depends__:[px,Vv],__init__:["description"],description:["type",J$]};let ij=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 Mo(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()=>Mo(1,"div","context-menu-flex",Mo(1,"div","context-menu-group",Mo(1,"div",a,[Mo(1,"div",null,l,0),Ao(2,g$,{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 Mo(1,"div","context-menu-container ref-language",Mo(1,"div","dms-form-control",[Mo(1,"label","dms-label",r,0),Ao(2,g$,{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}};ij.$inject=["components","elementRegistry","modeling","expressionLanguages","translate","contextMenu"];var oj={__depends__:[fv],__init__:["expressionLanguage"],expressionLanguage:["type",ij]};class rj extends Wr{constructor(e,t){super(e,t),qm(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")||aj;return Mo(1,"div","decision-table-properties",[Ao(2,sj,{label:this.translate("Decision name"),className:"decision-table-name",value:t,ctrlForNewline:!0,onBlur:lj,onChange:this.setDecisionTableName,elementId:"__decisionProperties_name",coords:"0:__decisionProperties"}),Mo(1,"div","decision-table-header-separator"),Ao(2,n)],4)}}rj.$inject=["sheet","modeling","changeSupport","components","translate"];class sj extends Jy{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),Fm(this,zm)}render(){const e=this.props.value;return Mo(1,"div",Nm(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 aj(){return null}function lj(e){e.target.scroll(0,0)}class cj{constructor(e){e.onGetComponent("table.before",500,()=>rj)}}cj.$inject=["components"];var uj={__depends__:[ox],__init__:["decisionTableProperties"],decisionTableProperties:["type",cj]};class hj extends Wr{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),qm(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(wv,e=>function(e,t){return e.hitPolicy===t.hitPolicy&&e.aggregation===t.aggregation}(e.value,{aggregation:t,hitPolicy:n}));return Mo(1,"div","hit-policy",[Mo(1,"label","dms-label",this._translate("Hit policy:"),0),Ao(2,g$,{className:"hit-policy-edit-policy-select",label:this._translate("Hit policy"),onChange:this.onChange,options:wv.map(e=>({...e,label:this._translate(e.label)})),value:i.value,"data-hit-policy":"true",noInput:!0})],4,{title:this._translate(i.explanation)})}}function dj(e){e.onGetComponent("hit-policy",()=>hj)}hj.$inject=["changeSupport","sheet","modeling"],dj.$inject=["components"];var pj={__depends__:[px],__init__:["hitPolicyProvider"],hitPolicyProvider:["type",dj]};class fj extends bd{constructor(e,t){super(e),this.executed(["row.add","row.remove","col.add","col.remove"],gj(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"],gj(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 gj(e){return function(t){var n=t.context;At(n.row||n.col,"dmn:DMNElement")&&e(t)}}fj.$inject=["eventBus","sheet"];let mj=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))}};mj.$inject=["moddle"];class vj extends Cm{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})}}vj.$inject=["dmnFactory"];class yj{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()}}yj.$inject=["sheet","elementFactory"];class xj{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()}}xj.$inject=["sheet"];class bj{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)}}bj.$inject=["modeling"];class _j{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()}}_j.$inject=["sheet","elementFactory"];class wj{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()}}wj.$inject=["sheet","elementFactory"];class Cj{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)}}Cj.$inject=["modeling"];class kj{execute(e){let{cell:t}=e;return t}revert(e){const{cell:t}=e;return t}}let Ej=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":yj,"row.remove":xj,"row.move":bj,"col.add":_j,"col.remove":wj,"col.move":Cj,"cell.edit":kj}}_create(e,t){return t instanceof vm?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)}};Ej.$inject=["eventBus","elementFactory","commandStack"];class Oj{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:Sj(n)||(t.inputValues=this._dmnFactory.create("dmn:UnaryTests",{text:""})),Sj(n)?t.inputValues&&delete t.inputValues:t.inputValues.text=n.join(",")):(t.outputValues&&t?e.oldAllowedValues=t.outputValues.text:Sj(n)||(t.outputValues=this._dmnFactory.create("dmn:UnaryTests",{text:""})),Sj(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 Sj(e){return null===e}Oj.$inject=["dmnFactory","moddle","modeling"];const Rj="id";class Tj{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(Mj(i)){if(!Aj(r)&&!Mj(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===Rj&&(s=i,e[Rj]!==s)&&(n.unclaim(e[Rj]),this._elementRegistry.updateId(e,i),n.claim(i,e)),e.set(o,i),{changed:t.changed,oldProperties:{...t.oldProperties,[o]:r}}},{changed:[],oldProperties:{}})}}function Mj(e){return i(e)&&s(e)&&!Aj(e)}function Aj(e){return!!e?.$type}Tj.$inject=["elementRegistry","moddle"];class Pj{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)}}Pj.$inject=["moddle"];let Dj=class e extends Ej{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:Oj,"element.updateProperties":Tj,"id.updateClaim":Pj})}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)}};Dj.$inject=["eventBus","elementFactory","commandStack","sheet"];class $j extends bd{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))})}}$j.$inject=["eventBus","moddle","modeling"];class jj extends bd{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))})}}jj.$inject=["eventBus","modeling"];var Ij={__init__:["dmnUpdater","idChangeBehavior","nameChangeBehavior","modeling"],__depends__:[{__init__:["idClaimBehavior","idUnclaimBehavior"],idClaimBehavior:["type",$j],idUnclaimBehavior:["type",jj]},Gd],dmnUpdater:["type",fj],dmnFactory:["type",mj],elementFactory:["type",vj],idChangeBehavior:["type",mp],nameChangeBehavior:["type",vp],modeling:["type",Dj]};class Bj extends Wr{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 Ao(2,Wm,{className:r?"input-cell":"output-cell",elementId:e.id,coords:`${t}:${o}`,"data-row-id":n.id,"data-col-id":i.id,children:Ao(2,Nj,{placeholder:r?"-":"",onChange:this.changeCellValue,value:s.text,businessObject:s})})}}let Lj=class extends Wr{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 Mo(1,"div","feel-editor"+(e?" focussed":""),[e&&Do(Ao(2,u$,{...this.props,autoFocus:!0,onBlur:this.onBlur})),Do(Ao(2,Yy,{...this.props,onInput:()=>{},onFocus:this.onFocus}))],0,{onClick:this.onFocus})}};class Nj extends Wr{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()?Lj:Yy}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 Mo(1,"div","cell-editor",[c(o)&&Mo(1,"div","description-indicator"),Ao(2,l,{label:this._getLabel(),className:a?"script-editor":"",ctrlForNewline:!0,onInput:i,value:n,placeholder:t,variables:u,feelLanguageDialect:"unaryTests"}),!r&&Mo(1,"span","dms-badge dmn-expression-language",[Mo(1,"span","dms-badge-icon dmn-icon-file-code"),Mo(1,"span","dms-badge-label",s,0)],4,{title:this._translate("Expression language: {expressionLanguageLabel}",{expressionLanguageLabel:s})})],0)}}class qj{constructor(e){e.onGetComponent("cell",1500,({cellType:e})=>{if("rule"===e)return Bj})}}qj.$inject=["components"];var Vj={__depends__:[ox,_v],__init__:["decisionRulesEditor"],decisionRulesEditor:["type",qj]};class Fj extends Wr{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),this.state={top:0,left:0,isVisible:!1,isDisabled:!1,selection:null},qm(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=gy(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:gy(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?Mo(1,"div",o.join(" "),Mo(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}}Fj.$inject=["debounceInput","elementRegistry","eventBus","expressionLanguages","renderer","selection","simpleMode"];class zj{constructor(e,t,n,i,o){this._providers=[],e.onGetComponent("table.before",()=>Fj),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)}}zj.$inject=["components","contextMenu","elementRegistry","eventBus","renderer"];var Qj={__depends__:[px,by,fv],__init__:["simpleMode"],simpleMode:["type",zj]};const Wj="none";class Hj extends Wr{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||Wj},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===Wj?"":e),this.setState({value:e})}render(){const{value:e}=this.state,t=[{label:"-",value:Wj},{label:this._translate("Yes"),value:"true"},{label:this._translate("No"),value:"false"}];return Mo(1,"div","simple-boolean-edit context-menu-container",[Mo(1,"h3","dms-heading",this._translate("Edit boolean"),0),Mo(1,"h4","dms-heading",this._translate("Set value"),0),Ao(2,g$,{label:this._translate("Boolean value"),noInput:!0,className:"dms-block",onChange:this.onChange,options:t,value:e})],4)}}class Uj{constructor(e,t){t.registerProvider(e=>(Pt(e.col)||Dt(e.col))&&"boolean"===Xj(e)),e.onGetComponent("context-menu",(e={})=>{if(e.contextMenuType&&"simple-mode-edit"===e.contextMenuType){if(!e.element)return;if("boolean"===Xj(e.element))return Hj}})}}function Xj(e){return Pt(e.col)?e.col&&e.col.businessObject.inputExpression.typeRef:e.col&&e.col.businessObject.typeRef}Uj.$inject=["components","simpleMode"];var Kj={__depends__:[j$,Qj],__init__:["simpleBooleanEdit"],simpleBooleanEdit:["type",Uj]};const Gj=/^\d{4}(?:-\d\d){2}$/,Yj=/^\[date\("([^"]*)"\)..date\("([^"]*)"\)\]$/,Zj=/^(<|>)\s*date\("([^"]*)"\)$/,Jj=/^date\("([^"]*)"\)$/;function eI(e){if(!Gj.test(e.trim()))return"Date must match pattern yyyy-MM-dd"}function tI(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 nI(){const e=new Date;return e.setUTCHours(0,0,0,0),e.toISOString().slice(0,10)}function iI(e){if(!e||""===e.trim())return{type:"exact",date:""};let t=e.match(Yj);return t?{type:"between",dates:[t[1],t[2]]}:(t=e.match(Zj),t?{type:"<"===t[1]?"before":"after",date:t[2]}:(t=e.match(Jj),t?{type:"exact",date:t[1]}:void 0))}const oI="exact",rI="between";let sI=class extends Wr{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=iI(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:oI,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}),iI(tI(e,n))&&this.editCell(t.businessObject,tI(e,n))}onSetStartDateTodayClick(){const{element:e}=this.props.context,{dates:t,type:n}=this.state,i=nI();this.setState({dates:[i,t[1]]}),iI(tI(n,[i,t[1]]))&&this.editCell(e.businessObject,tI(n,[i,t[1]]))}onSetEndDateTodayClick(){const{element:e}=this.props.context,{dates:t,type:n}=this.state,i=nI();this.setState({dates:[t[0],i]}),iI(tI(n,[t[0],i]))&&this.editCell(e.businessObject,tI(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,tI(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,tI(i,[n[0],e]))}render(){const{dates:e,type:t}=this.state,n=[{label:this._translate("Exactly"),value:oI},{label:this._translate("Before"),value:"before"},{label:this._translate("After"),value:"after"},{label:this._translate("Between"),value:rI}];return Mo(1,"div","context-menu-container simple-date-edit",[Mo(1,"h3","dms-heading",this._translate("Edit date"),0),Mo(1,"div","dms-fill-row",Ao(2,g$,{label:this._translate("Test type"),noInput:!0,onChange:this.onTypeChange,options:n,value:t}),2),Mo(1,"h4","dms-heading",t===rI?this._translate("Edit start date"):this._translate("Set date"),0),Mo(1,"div",null,[Ao(2,w$,{label:t===rI?this._translate("Start date"):this._translate("Date"),className:"start-date-input dms-block",onInput:this.onStartDateInput,placeholder:this._translate("e.g. { sample }",{sample:nI()}),validate:e=>eI(e)&&this._translate(eI(e)),value:e[0]}),Mo(1,"p","dms-hint",[Mo(1,"button","use-today",this._translate("Use today"),0,{type:"button",onClick:this.onSetStartDateTodayClick}),Po(".")],4)],4),t===rI&&Mo(1,"h4","dms-heading",this._translate("Edit end date"),0),t===rI&&Mo(1,"div",null,[Ao(2,w$,{label:this._translate("End date"),className:"end-date-input dms-block",onInput:this.onEndDateInput,placeholder:this._translate("e.g. { sample }",{sample:nI()}),validate:e=>eI(e)&&this._translate(eI(e)),value:e[1]}),Mo(1,"p","dms-hint",[Mo(1,"button","use-today",this._translate("Use today"),0,{type:"button",onClick:this.onSetEndDateTodayClick}),Po(".")],4)],4)],0)}},aI=class extends Wr{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=iI(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=nI();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 Mo(1,"div","context-menu-container simple-date-edit",[Mo(1,"h3","dms-heading",this._translate("Edit date"),0),Mo(1,"h4","dms-heading",this._translate("Set date"),0),Mo(1,"div",null,[Ao(2,w$,{label:this._translate("Date value"),onInput:this.onInput,placeholder:this._translate("e.g. { example } ",{example:nI()}),validate:e=>eI(e)&&this._translate(eI(e)),value:e,className:"dms-block"}),Mo(1,"p","dms-hint",Mo(1,"button","use-today",this._translate("Use today"),0,{type:"button",onClick:this.onClick}),2)],4)],4)}},lI=class{constructor(e,t){t.registerProvider(e=>{const t=cI(e);return(Pt(e.col)||Dt(e.col))&&uI(t)}),e.onGetComponent("context-menu",(e={})=>{if(e.contextMenuType&&"simple-mode-edit"===e.contextMenuType){if(!e.element)return;if(uI(cI(e.element))){if(Pt(e.element.col))return sI;if(Dt(e.element.col))return aI}}})}};function cI(e){return Pt(e.col)?e.col&&e.col.businessObject.inputExpression.typeRef:e.col&&e.col.businessObject.typeRef}function uI(e){return"date"===e}lI.$inject=["components","simpleMode"];var hI={__depends__:[j$,Qj],__init__:["simpleDateEdit"],simpleDateEdit:["type",lI]};const dI=/^\d{4}(?:-\d\d){2}T(?:\d\d:){2}\d\d(?:Z|(?:[@+-][^")]+))?$/,pI=/^\[date and time\("([^"]*)"\)..date and time\("([^"]*)"\)\]$/,fI=/^(<|>)\s*date and time\("([^"]*)"\)$/,gI=/^date and time\("([^"]*)"\)$/;function mI(e){if(!dI.test(e.trim()))return"Date and time must match pattern yyyy-MM-ddTHH:mm:ss[time zone]"}function vI(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 yI(){const e=new Date;return e.setUTCHours(0,0,0,0),e.toISOString().replace(".000Z","Z")}function xI(e){if(!e||""===e.trim())return{type:"exact",date:""};let t=e.match(pI);return t?{type:"between",dates:[t[1],t[2]]}:(t=e.match(fI),t?{type:"<"===t[1]?"before":"after",date:t[2]}:(t=e.match(gI),t?{type:"exact",date:t[1]}:void 0))}const bI="exact",_I="between";class wI extends Wr{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=xI(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:bI,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}),xI(vI(e,n))&&this.editCell(t.businessObject,vI(e,n))}onSetStartDateTodayClick(){const{element:e}=this.props.context,{dates:t,type:n}=this.state,i=yI();this.setState({dates:[i,t[1]]}),xI(vI(n,[i,t[1]]))&&this.editCell(e.businessObject,vI(n,[i,t[1]]))}onSetEndDateTodayClick(){const{element:e}=this.props.context,{dates:t,type:n}=this.state,i=yI();this.setState({dates:[t[0],i]}),xI(vI(n,[t[0],i]))&&this.editCell(e.businessObject,vI(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,vI(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,vI(i,[n[0],e]))}render(){const{dates:e,type:t}=this.state,n=[{label:this._translate("Exactly"),value:bI},{label:this._translate("Before"),value:"before"},{label:this._translate("After"),value:"after"},{label:this._translate("Between"),value:_I}];return Mo(1,"div","context-menu-container simple-date-edit",[Mo(1,"h3","dms-heading",this._translate("Edit date and time"),0),Mo(1,"div","dms-fill-row",Ao(2,g$,{label:this._translate("Test type"),noInput:!0,onChange:this.onTypeChange,options:n,value:t}),2),Mo(1,"h4","dms-heading",t===_I?this._translate("Edit start date and time"):this._translate("Set date and time"),0),Mo(1,"div",null,[Ao(2,w$,{label:t===_I?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:yI()}),validate:e=>mI(e)&&this._translate(mI(e)),value:e[0]}),Mo(1,"p","dms-hint",Mo(1,"button","use-today",this._translate("Use today"),0,{type:"button",onClick:this.onSetStartDateTodayClick}),2)],4),t===_I&&Mo(1,"h4","dms-heading",this._translate("Edit end date and time"),0),t===_I&&Mo(1,"div",null,[Ao(2,w$,{label:this._translate("End date and time"),className:"end-date-input dms-block",onInput:this.onEndDateInput,placeholder:this._translate("e.g. { sample }",{sample:yI()}),validate:e=>mI(e)&&this._translate(mI(e)),value:e[1]}),Mo(1,"p","dms-hint",Mo(1,"button","use-today",this._translate("Use today"),0,{type:"button",onClick:this.onSetEndDateTodayClick}),2)],4)],0)}}class CI extends Wr{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=xI(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=yI();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 Mo(1,"div","context-menu-container simple-date-edit",[Mo(1,"h3","dms-heading",this._translate("Edit date and time"),0),Mo(1,"h4","dms-heading",this._translate("Set date and time"),0),Mo(1,"div",null,[Ao(2,w$,{label:this._translate("Date and time value"),onInput:this.onInput,placeholder:this._translate("e.g. { sample }",{sample:yI()}),validate:e=>mI(e)&&this._translate(mI(e)),value:e,className:"dms-block"}),Mo(1,"p","dms-hint",Mo(1,"button","use-today",this._translate("Use today"),0,{type:"button",onClick:this.onClick}),2)],4)],4)}}let kI=class{constructor(e,t){t.registerProvider(e=>{const t=EI(e);return(Pt(e.col)||Dt(e.col))&&OI(t)}),e.onGetComponent("context-menu",(e={})=>{if(e.contextMenuType&&"simple-mode-edit"===e.contextMenuType){if(!e.element)return;if(OI(EI(e.element))){if(Pt(e.element.col))return wI;if(Dt(e.element.col))return CI}}})}};function EI(e){return Pt(e.col)?e.col&&e.col.businessObject.inputExpression.typeRef:e.col&&e.col.businessObject.typeRef}function OI(e){return"dateTime"===e}kI.$inject=["components","simpleMode"];var SI={__depends__:[j$,Qj],__init__:["simpleDateTimeEdit"],simpleDateTimeEdit:["type",kI]};const RI={equals:"=",less:"<",lessEquals:"<=",greater:">",greaterEquals:">="};function TI(e){return y(RI).filter(t=>e===RI[t])[0]}function MI(e){if(!e||function(e){return""===e}(e.trim()))return{type:"comparison",values:[]};const t=function(e){const t=DI(e);if(t)return{type:"comparison",operator:"equals",values:[t]};const{operator:n,value:i}=$I(/^(?<operator>=|(:?<|>)=?)\s*duration\("(?<value>[^"]*)"\)$/,e);if(n&&i)return{type:"comparison",values:[i],operator:TI(n)}}(e);if(t)return t;const n=function(e){const{start:t,end:n,firstValue:i,secondValue:o}=$I(/^(?<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 AI(e,t){return"equals"===e?`duration("${t}")`:`${RI[e]} duration("${t}")`}function PI(e,t,n,i){return`${"exclude"===n?"]":"["}duration("${e}")..duration("${t}")${"exclude"===i?"[":"]"}`}function DI(e){const t=/^duration\("([^"]*)"\)$/.exec(e);return t&&t[1]}function $I(e,t){const{groups:n}=e.exec(t)||{groups:{}};return n}const jI={yearMonthDuration:"Must match PnYnM",dayTimeDuration:"Must match PnDTnH"};class II extends Wr{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(jI[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 Ao(2,w$,{label:this.props.label,type:"text",onInput:this.onInput,placeholder:this._getPlaceholder(),validate:this.validate,value:this.state.value,className:this.props.className})}}const BI="comparison",LI="range";class NI extends Wr{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=MI(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:BI,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===BI?this.editCell(t.businessObject,AI(n,i)):this.editCell(t.businessObject,PI(i,o,r,s)),this.setState({type:e})}onComparisonOperatorChange(e){const{element:t}=this.props.context,{type:n,startValue:i}=this.state;n===BI&&(this.editCell(t.businessObject,AI(e,i)),this.setState({comparisonOperator:e}))}onComparisonValueChange(e){const{element:t}=this.props.context,{type:n,comparisonOperator:i}=this.state;n===BI&&(this.debouncedEditCell(t.businessObject,AI(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===LI&&(this.editCell(t.businessObject,PI(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===LI&&(this.editCell(t.businessObject,PI(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===LI&&(this.editCell(t.businessObject,PI(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===LI&&(this.editCell(t.businessObject,PI(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 Mo(1,"div","comparison",[Mo(1,"h4","dms-heading",Po("Value"),2),Mo(1,"div","dms-fill-row dms-input-duration-edit-row",[Ao(2,g$,{label:this._translate("Comparison operator"),noInput:!0,onChange:this.onComparisonOperatorChange,options:n,value:e}),Po(" "),Ao(2,II,{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 Mo(1,"div","range",[Mo(1,"h4","dms-heading",this._translate("Start value"),0),Mo(1,"div","dms-fill-row dms-input-duration-edit-row",[Ao(2,g$,{label:this._translate("Range start operator"),noInput:!0,onChange:this.onRangeStartTypeChange,options:o,value:n}),Po(" "),Ao(2,II,{label:this._translate("Range start value"),type:this._type,className:"range-start-duration-input",onInput:this.onRangeStartValueChange,value:e})],4),Mo(1,"h4","dms-heading",this._translate("End value"),0),Mo(1,"div","dms-fill-row dms-input-duration-edit-row",[Ao(2,g$,{label:this._translate("Range end operator"),noInput:!0,onChange:this.onRangeEndTypeChange,options:o,value:i}),Po(" "),Ao(2,II,{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:BI},{label:this._translate("Range"),value:LI}];return Mo(1,"div","context-menu-container simple-duration-edit",[Mo(1,"h3","dms-heading",this._translate("Edit duration"),0),Mo(1,"div","dms-fill-row",Ao(2,g$,{label:this._translate("Test type"),noInput:!0,onChange:this.onTypeChange,options:s,value:e}),2),e===BI&&this.renderComparison(t,n),e===LI&&this.renderRange(n,i,o,r)],0)}}class qI extends Wr{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=DI(this.props.context.element.businessObject.text,this._type);return Mo(1,"div","context-menu-container simple-duration-edit",[Mo(1,"h3","dms-heading",this._translate("Edit duration"),0),Mo(1,"h4","dms-heading",this._translate("Set duration"),0),Ao(2,II,{label:this._translate("Duration value"),onInput:this.onInput,value:e,type:this._type,className:"dms-block"})],4)}}class VI{constructor(e,t){t.registerProvider(e=>{const t=FI(e);return(Pt(e.col)||Dt(e.col))&&QI(t)}),e.onGetComponent("context-menu",(e={})=>{if(e.contextMenuType&&"simple-mode-edit"===e.contextMenuType){if(!e.element)return;if(QI(FI(e.element))){if(Pt(e.element.col))return NI;if(Dt(e.element.col))return qI}}})}}function FI(e){return Pt(e.col)?e.col&&e.col.businessObject.inputExpression.typeRef:e.col&&e.col.businessObject.typeRef}VI.$inject=["components","simpleMode"];const zI=["yearMonthDuration","dayTimeDuration"];function QI(e){return zI.includes(e)}var WI={__depends__:[j$,Qj],__init__:["simpleDurationEdit"],simpleDurationEdit:["type",VI]};const HI=/^(-?(?:[0-9]|\.[0-9])+)$|^((?:<|>|=){0,2})\s*(-?(?:[0-9]|\.[0-9])+)$/,UI=/^(\[|\]){1}(-?(?:[0-9]|\.[0-9])+){1,}\.\.(-?(?:[0-9]|\.[0-9])+){1,}(\[|\]){1}$/,XI={equals:"=",less:"<",lessEquals:"<=",greater:">",greaterEquals:">="};function KI(e){return y(XI).filter(t=>e===XI[t])[0]}function GI(e){if(!e||function(e){return""===e}(e.trim()))return{type:"comparison"};const t=e.match(HI),n=e.match(UI);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:KI(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 YI(e,t){return"equals"===e?`${t}`:`${XI[e]} ${t}`}function ZI(e,t,n,i){return`${"exclude"===n?"]":"["}${e}..${t}${"exclude"===i?"[":"]"}`}const JI="comparison",eB="range";class tB extends Wr{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=GI(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:JI,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===JI?this.editCell(t.businessObject,YI(n,i)):this.editCell(t.businessObject,ZI(o,r,s,a)),this.setState({type:e})}onComparisonOperatorChange(e){const{element:t}=this.props.context,{type:n,comparisonValue:i}=this.state;n===JI&&(this.editCell(t.businessObject,YI(e,i)),this.setState({comparisonOperator:e}))}onComparisonValueChange(e){const{element:t}=this.props.context,{type:n,comparisonOperator:i}=this.state;n===JI&&(this.debouncedEditCell(t.businessObject,YI(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,ZI(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,ZI(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,ZI(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,ZI(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 Mo(1,"div","comparison",[Mo(1,"h4","dms-heading",this._translate("Value"),0),Mo(1,"div","dms-fill-row",[Ao(2,g$,{label:this._translate("Comparison operator"),noInput:!0,onChange:this.onComparisonOperatorChange,options:n,value:e}),Po(" "),Ao(2,Rx,{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 Mo(1,"div","range",[Mo(1,"h4","dms-heading",this._translate("Start value"),0),Mo(1,"div","dms-fill-row",[Ao(2,g$,{label:this._translate("Start value"),noInput:!0,onChange:this.onRangeStartTypeChange,options:o,value:n}),Po(" "),Ao(2,Rx,{className:"range-start-number-input",onInput:this.onRangeStartValueChange,type:"number",value:e})],4),Mo(1,"h4","dms-heading",this._translate("End value"),0),Mo(1,"div","dms-fill-row",[Ao(2,g$,{label:this._translate("End value"),noInput:!0,onChange:this.onRangeEndTypeChange,options:o,value:i}),Po(" "),Ao(2,Rx,{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:JI},{label:this._translate("Range"),value:eB}];return Mo(1,"div","context-menu-container simple-number-edit",[Mo(1,"h3","dms-heading",this._translate("Edit number"),0),Mo(1,"div","dms-fill-row",Ao(2,g$,{label:this._translate("Test type"),noInput:!0,onChange:this.onTypeChange,options:a,value:e}),2),e===JI&&this.renderComparison(t,n),e===eB&&this.renderRange(i,o,r,s)],0)}}class nB extends Wr{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=GI(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 Mo(1,"div","context-menu-container simple-number-edit",[Mo(1,"h3","dms-heading",this._translate("Edit number"),0),Mo(1,"h4","dms-heading",this._translate("Set value"),0),Ao(2,Rx,{onInput:this.onInput,type:"number",value:e})],4)}}class iB{constructor(e,t){t.registerProvider(e=>{const t=oB(e);return(Pt(e.col)||Dt(e.col))&&sB(t)}),e.onGetComponent("context-menu",(e={})=>{if(e.contextMenuType&&"simple-mode-edit"===e.contextMenuType){if(!e.element)return;if(sB(oB(e.element))){if(Pt(e.element.col))return tB;if(Dt(e.element.col))return nB}}})}}function oB(e){return Pt(e.col)?e.col&&e.col.businessObject.inputExpression.typeRef:e.col&&e.col.businessObject.typeRef}iB.$inject=["components","simpleMode"];const rB=["number","integer","long","double"];function sB(e){return rB.includes(e)}var aB={__depends__:[j$,Qj],__init__:["simpleNumberEdit"],simpleNumberEdit:["type",iB]};function lB(e){if(!e||cB(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 cB(e){return""===e}const uB="disjunction",hB="negation";class dB extends Wr{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),this._modeling=t.injector.get("modeling");let n=lB(e.context.element.businessObject.text);n||(n={values:[],type:uB});const i=function(e){const t=Pt(e)?e.inputValues:e.outputValues;return!t||cB(t.text)?[]:t.text.split(",").map(e=>e.trim())}(e.context.element.col.businessObject),o=n.values.filter(e=>!fB(i,e)),r=Pt(e.context.element.col);let s=i.map(e=>({value:e,isChecked:fB(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||fB(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=pB(t),{element:i}=this.props.context;e===uB?(this.editCell(i.businessObject,n.join(",")),this.setState({unaryTestsType:uB})):(this.editCell(i.businessObject,`not(${n.join(",")})`),this.setState({unaryTestsType:hB}))}onUnaryTestsListChanged(e){const t=pB(e),{element:n}=this.props.context,{unaryTestsType:i}=this.state;i===uB?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=lB(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=lB(e);if(!i)return;const{element:o}=this.props.context,r=pB(t),s=[].concat(r,i.values);n===uB?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:uB},{label:this._translate("Match none"),value:hB}],s=Pt(e.col),a=o===hB,l=!s&&i.length>0;return Mo(1,"div","simple-string-edit context-menu-container",[Mo(1,"h3","dms-heading",this._translate("Edit string"),0),s&&Mo(1,"p",null,Ao(2,g$,{label:this._translate("String value"),noInput:!0,onChange:this.onUnaryTestsTypeChange,options:r,value:a?hB:uB},null,e=>this.selectNode=e),2),Ao(2,_$,{onChange:this.onUnaryTestsListChanged,items:i,type:s?"checkbox":"radio"}),Mo(1,"h4","dms-heading",s?this._translate("Add values"):this._translate("Set value"),0),Mo(1,"div","dms-fill-row",[l&&Mo(64,"input","cursor-pointer",null,1,{checked:n,onClick:this.onOutputValueInputClick,type:"radio",style:{marginRight:"8px"}}),Ao(2,w$,{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(!lB(e))return this._translate("Strings must be in double quotes")},value:t})],0)],0)}}function pB(e){return e.filter(e=>e.isChecked).map(e=>e.value)}function fB(e,t){return-1!==e.indexOf(t)}class gB{constructor(e,t){t.registerProvider(e=>(Pt(e.col)||Dt(e.col))&&"string"===mB(e)),e.onGetComponent("context-menu",(e={})=>{if(e.contextMenuType&&"simple-mode-edit"===e.contextMenuType){if(!e.element)return;if("string"===mB(e.element))return dB}})}}function mB(e){return Pt(e.col)?e.col&&e.col.businessObject.inputExpression.typeRef:e.col&&e.col.businessObject.typeRef}gB.$inject=["components","simpleMode"];var vB={__depends__:[j$,Qj],__init__:["simpleStringEdit"],simpleStringEdit:["type",gB]};const yB=/^(?:\d\d:){2}\d\d(?:Z|(?:[@+-][^")]+))?$/,xB=/^\[time\("([^"]*)"\)..time\("([^"]*)"\)\]$/,bB=/^(<|>)\s*time\("([^"]*)"\)$/,_B=/^time\("([^"]*)"\)$/;function wB(e){if(!yB.test(e.trim()))return"Time must match pattern hh:mm:ss[time zone]"}function CB(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 kB(){return(new Date).toISOString().slice(11,-5)+"Z"}function EB(e){if(!e||""===e.trim())return{type:"exact",time:""};let t=e.match(xB);return t?{type:"between",times:[t[1],t[2]]}:(t=e.match(bB),t?{type:"<"===t[1]?"before":"after",time:t[2]}:(t=e.match(_B),t?{type:"exact",time:t[1]}:void 0))}const OB="exact",SB="between";class RB extends Wr{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=EB(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:OB,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}),EB(CB(e,n))&&this.editCell(t.businessObject,CB(e,n))}onSetStartTimeNowClick(){const{element:e}=this.props.context,{times:t,type:n}=this.state,i=kB();this.setState({times:[i,t[1]]}),EB(CB(n,[i,t[1]]))&&this.editCell(e.businessObject,CB(n,[i,t[1]]))}onSetEndTimeNowClick(){const{element:e}=this.props.context,{times:t,type:n}=this.state,i=kB();this.setState({times:[t[0],i]}),EB(CB(n,[t[0],i]))&&this.editCell(e.businessObject,CB(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,CB(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,CB(i,[n[0],e]))}render(){const{times:e,type:t}=this.state,n=[{label:this._translate("Exactly"),value:OB},{label:this._translate("Before"),value:"before"},{label:this._translate("After"),value:"after"},{label:this._translate("Between"),value:SB}];return Mo(1,"div","context-menu-container simple-time-edit",[Mo(1,"h3","dms-heading",this._translate("Edit time"),0),Mo(1,"div","dms-fill-row",Ao(2,g$,{label:this._translate("Time"),noInput:!0,onChange:this.onTypeChange,options:n,value:t}),2),Mo(1,"h4","dms-heading",t===SB?this._translate("Edit start time"):this._translate("Set time"),0),Mo(1,"div",null,[Ao(2,w$,{label:this._translate("Start time"),className:"start-time-input dms-block",onInput:this.onStartTimeInput,placeholder:this._translate("e.g. { example } ",{example:nI()}),validate:e=>wB(e)&&this._translate(wB(e)),value:e[0]}),Mo(1,"p","dms-hint",[Mo(1,"button","use-now",this._translate("Use now"),0,{type:"button",onClick:this.onSetStartTimeNowClick}),Po(".")],4)],4),t===SB&&Mo(1,"h4","dms-heading",this._translate("Edit end time"),0),t===SB&&Mo(1,"div",null,[Ao(2,w$,{label:this._translate("End time"),className:"end-time-input dms-block",onInput:this.onEndTimeInput,placeholder:this._translate("e.g. { example } ",{example:nI()}),validate:e=>wB(e)&&this._translate(wB(e)),value:e[1]}),Mo(1,"p","dms-hint",[Mo(1,"button","use-now",this._translate("Use now"),0,{type:"button",onClick:this.onSetEndTimeNowClick}),Po(".")],4)],4)],0)}}class TB extends Wr{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=EB(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=kB();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 Mo(1,"div","context-menu-container simple-time-edit",[Mo(1,"h3","dms-heading",this._translate("Edit time"),0),Mo(1,"h4","dms-heading",this._translate("Set time"),0),Mo(1,"div",null,[Ao(2,w$,{label:this._translate("Time value"),onInput:this.onInput,placeholder:this._translate("e.g. { example } ",{example:nI()}),validate:e=>wB(e)&&this._translate(wB(e)),value:e,className:"dms-block"}),Mo(1,"p","dms-hint",[Mo(1,"button","use-now",this._translate("Use now"),0,{type:"button",onClick:this.onClick}),Po(".")],4)],4)],4)}}class MB{constructor(e,t){t.registerProvider(e=>{const t=AB(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(AB(e.element))){if(Pt(e.element.col))return RB;if(Dt(e.element.col))return TB}}})}}function AB(e){return Pt(e.col)?e.col&&e.col.businessObject.inputExpression.typeRef:e.col&&e.col.businessObject.typeRef}function PB(e){return"time"===e}MB.$inject=["components","simpleMode"];var DB={__depends__:[j$,Qj],__init__:["simpleTimeEdit"],simpleTimeEdit:["type",MB]};class $B extends Wr{constructor(e,t){super(e,t),qm(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=jB}){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 Mo(1,"div","resize-column-handle",null,1,{onMouseDown:this.handleMouseDown,title:this.translate("Resize"),style:e})}}function jB(){}function IB(e){e.onGetComponent("cell-inner",(e={})=>{const{cellType:t}=e;if("input-cell"===t||"output-cell"===t||"annotations"===t)return $B})}$B.$inject=["sheet","changeSupport","translate","modeling"],IB.$inject=["components"];var BB={__init__:["columnResizeProvider"],columnResizeProvider:["type",IB]};let LB=class e extends Pv{getModules(){return[...Pv._getModules(),...e._getModules()]}static _getModules(){return[Uy,rx,by,px,Ly,vx,_x,im,Ox,Hy,I$,BB,G$,nj,oj,fv,mv,j$,uj,Wy,pj,Vv,Ij,Vj,Bv,Qj,Kj,hI,SI,WI,aB,vB,DB,mm]}};class NB{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])}}NB.$inject=["eventBus"];class qB extends Wr{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 Mo(1,"div","viewer-container",e&&e.map((e,t)=>Ao(2,e,null,t)),0)}}class VB{constructor(e,t,n,i,o){const{container:r}=n;this._container=r,i.on("renderer.mount",()=>{qr(Ao(2,qB,{injector:o}),r)}),i.on("renderer.unmount",()=>{qr(null,r)})}getContainer(){return this._container}}VB.$inject=["changeSupport","components","config.renderer","eventBus","injector"];var FB={__init__:["changeSupport","components","renderer"],changeSupport:["type",NB],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",j],renderer:["type",VB]};let zB=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]},FB].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 QB=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}};QB.$inject=["viewer","eventBus"];var WB={__init__:["elementRegistry"],elementRegistry:["type",QB]};class HB extends Wr{constructor(e,t){super(e,t),this._viewer=t.injector.get("viewer")}render(){const{name:e}=this._viewer.getDecision();return Mo(1,"div","decision-properties",Mo(1,"h3","decision-name",e,0),2)}}let UB=class{constructor(e){e.onGetComponent("viewer",1500,()=>HB)}};UB.$inject=["components"];var XB={__init__:["decisionProperties"],decisionProperties:["type",UB]};let KB=class extends Wr{constructor(e,t){super(e,t),this._translate=t.injector.get("translate"),this._viewer=t.injector.get("viewer")}render(){const e=this._viewer.getDecision(),t=e.get("decisionLogic"),n=e.get("variable");return Mo(1,"div","literal-expression-properties",Mo(1,"table",null,[Mo(1,"tr",null,[Mo(1,"td",null,this._translate("Variable name:"),0),Mo(1,"td",null,Mo(1,"span",null,n&&n.get("name")||"-",0),2)],4),Mo(1,"tr",null,[Mo(1,"td",null,this._translate("Variable type:"),0),Mo(1,"td",null,Mo(1,"span",null,this._translate(n&&n.get("typeRef")||"")||"-",0),2)],4),Mo(1,"tr",null,[Mo(1,"td",null,this._translate("Expression language:"),0),Mo(1,"td",null,Mo(1,"span",null,t.expressionLanguage||"-",0),2)],4)],4),2)}};class GB{constructor(e){e.onGetComponent("viewer",500,()=>KB)}}GB.$inject=["components"];var YB={__depends__:[],__init__:["literalExpressionProperties"],literalExpressionProperties:["type",GB]};let ZB=class{constructor(e){e.onGetComponent("viewer",2e3,()=>Kr)}};ZB.$inject=["components"];var JB={__init__:["poweredBy"],poweredBy:["type",ZB]};class eL extends Wr{constructor(e,t){super(e,t),this._viewer=t.injector.get("viewer")}render(){const{text:e}=this._viewer.getDecision().decisionLogic;return Mo(1,"div","textarea",Mo(1,"div","content",e,0),2)}}let tL=class{constructor(e){e.onGetComponent("viewer",()=>eL)}};tL.$inject=["components"];var nL={__init__:["textarea"],textarea:["type",tL]};let iL=class extends Wr{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 Mo(1,"div","view-drd",Mo(1,"button","view-drd-button",this._translate("View DRD"),0,{type:"button",onClick:this.onClick}),2,null,null,e=>this.node=e)}};iL.$inject=["translate"];let oL=class{constructor(e,t,n,i){this._injector=i,this._viewer=t,e.onGetComponent("viewer",2e3,()=>{if(this.canViewDrd())return iL}),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}};oL.$inject=["components","viewer","eventBus","injector"];var rL={__init__:["viewDrd"],viewDrd:["type",oL]};let sL=class e extends zB{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[WB,ks,XB,YB,JB,nL,rL]}static _createContainer(){return Ze('<div class="dmn-literal-expression-container"></div>')}};class aL extends Wr{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 Mo(1,"header","decision-properties",Ao(2,lL,{label:this._translate("Decision name"),className:"decision-name editor",value:e,onBlur:cL,onChange:this.setDecisionName}),2)}}class lL extends Jy{render(){return Mo(1,"h3",this.getClassName(),this.getEditor(),0)}}function cL(e){e.target.scroll(0,0)}class uL{constructor(e){e.onGetComponent("viewer",1500,()=>aL)}}uL.$inject=["components"];var hL={__depends__:[ox,ks],__init__:["decisionProperties"],decisionProperties:["type",uL]};const dL="is not a registered action";let pL=class{constructor(e,t){this._actions={undo(){e.undo()},redo(){e.redo()}}}trigger(e,t){if(!this._actions[e])throw fL(e,dL);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 fL(e,"is already registered");this._actions[e]=t}unregister(e){if(!this.isRegistered(e))throw fL(e,dL);this._actions[e]=void 0}isRegistered(e){return!!this._actions[e]}};function fL(e,t){return new Error(e+" "+t)}pL.$inject=["commandStack","eventBus"];var gL={__init__:["editorActions"],editorActions:["type",pL]};function mL(e){return!e.altKey&&(e.ctrlKey||e.metaKey)}function vL(e){return e.shiftKey}var yL="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 xL{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(yL)),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(yL)),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(mL(n)&&!vL(n)&&90===e)return t.trigger("undo"),!0}),e.push(function(e,n){if(mL(n)&&(89===e||90===e&&vL(n)))return t.trigger("redo"),!0})}addListener(e){this._listeners.unshift(e)}removeListener(e){this._listeners=this._listeners.filter(t=>t!==e)}}xL.$inject=["config.keyboard","eventBus","editorActions","renderer"];var bL={__depends__:[gL],__init__:["keyboard"],keyboard:["type",xL]};class _L extends Wr{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().get("variable");this.state={name:n&&n.get("name"),typeRef:n&&n.get("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().get("variable");e&&this.setState({name:e.get("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 Mo(1,"div","literal-expression-properties",Mo(1,"table","variables-table",[Mo(1,"tr",null,[Mo(1,"td",null,this._translate("Variable name:"),0),Mo(1,"td",null,Ao(2,Rx,{label:this._translate("Variable name"),className:"variable-name-input",onInput:this.setVariableName,placeholder:this._translate("name"),value:e||""}),2)],4),Mo(1,"tr",null,[Mo(1,"td",null,this._translate("Variable type:"),0),Mo(1,"td",null,Mo(1,"div","dms-fill-row",Ao(2,g$,{label:this._translate("Variable type"),onChange:this.setVariableType,options:n,value:t,className:"variable-type-select dms-block"}),2),2)],4),Ao(2,wL)],4),2)}}class wL extends Wr{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 Mo(1,"tr",null,[Mo(1,"td",null,this._translate("Expression language:"),0),Mo(1,"td",null,Mo(1,"div","dms-fill-row",Ao(2,g$,{label:this._translate("Expression language"),onChange:this.setExpressionLanguage,options:t,value:e,className:"expression-language-select dms-block"}),2),2)],4)}}class CL{constructor(e){e.onGetComponent("viewer",500,()=>_L)}}CL.$inject=["components"];var kL={__depends__:[ox,bL,fv,mv,im],__init__:["literalExpressionProperties"],literalExpressionProperties:["type",CL]};let EL=class e{constructor(e,t,n,i){this._commandStack=e,this._viewer=t,this._eventBus=n,this._moddle=i,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":Tj}}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=this.getDecision(),n=t.get("variable");if(!n)return void this._createVariable(t,{name:e});const i={element:n,properties:{name:e}};this._commandStack.execute("element.updateProperties",i)}editVariableType(e){const t=this.getDecision(),n=t.get("variable");if(!n)return void this._createVariable(t,{typeRef:e});const i={element:n,properties:{typeRef:e}};this._commandStack.execute("element.updateProperties",i)}_createVariable(e,t){const n=this._moddle.create("dmn:InformationItem",{name:e.get("name"),...t});n.set("id",this._moddle.ids.nextPrefixed("InformationItem_",n)),n.$parent=e,this.updateProperties(e,{variable:n})}updateProperties(e,t){const n={element:e,properties:t};this._commandStack.execute("element.updateProperties",n)}};EL.$inject=["commandStack","viewer","eventBus","moddle"];var OL={__init__:["idChangeBehavior","nameChangeBehavior","modeling"],commandStack:["type",Kd],idChangeBehavior:["type",mp],nameChangeBehavior:["type",vp],modeling:["type",EL]};let SL=class extends Wr{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()?RL: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 Ao(2,t,{label:this._translate("Literal expression editor"),className:"textarea editor",value:e,onChange:this.editLiteralExpressionText,variables:n})}},RL=class extends Wr{render(){return Ao(2,u$,{label:this.props.label,className:this.props.className,value:this.props.value,onInput:this.props.onChange,variables:this.props.variables})}},TL=class extends Jy{render(){return Mo(1,"div",this.getClassName(),this.getEditor(),0)}};class ML{constructor(e){e.onGetComponent("viewer",()=>SL)}}ML.$inject=["components"];var AL={__depends__:[ox,ks],__init__:["textarea"],textarea:["type",ML]};let PL=class e extends sL{getModules(){return[...sL._getModules(),...e._getModules()]}static _getModules(){return[hL,bL,kL,OL,fv,mv,im,AL,mm]}};function DL(e,{injector:t}){const n=t.get("components").getComponents("header");return Mo(1,"div","dmn-boxed-expression-section dmn-boxed-expression-header",n&&n.map((e,t)=>Ao(2,e,null,t)),0)}function $L(e,{injector:t}){const n=t.get("components").getComponents("body");return Mo(1,"div","dmn-boxed-expression-section dmn-boxed-expression-body",n&&n.map((e,t)=>Ao(2,e,null,t)),0)}function jL(e,{injector:t}){const n=t.get("components").getComponents("footer");return Mo(1,"div","dmn-boxed-expression-section dmn-boxed-expression-footer",n&&n.map((e,t)=>Ao(2,e,null,t)),0)}var IL={__init__:["viewRenderer","tableJsSupport"],viewRenderer:["type",class{static $inject=["components"];constructor(e){e.onGetComponent("viewer",()=>DL),e.onGetComponent("viewer",()=>$L),e.onGetComponent("viewer",()=>jL)}}],tableJsSupport:["type",class{static $inject=["components"];constructor(e){e.onGetComponent("viewer",()=>{const t=e.getComponents("table.before")||[];return()=>Mo(1,"div",null,t.map((e,t)=>Ao(2,e,null,t)),0)})}}]};class BL{constructor(e){e.onGetComponent("viewer",2e3,()=>Kr)}}BL.$inject=["components"];var LL={__init__:["poweredBy"],poweredBy:["type",BL]};function NL({expression:e},t){return Mo(1,"div","textarea",Mo(1,"div","content",t.injector.get("literalExpression").getText(e),0),2)}class qL{getText(e){return e.get("text")}}var VL={__init__:["literalExpressionComponent"],literalExpressionComponent:["type",class{static $inject=["components"];constructor(e){e.onGetComponent("expression",({expression:e})=>{if(At(e,"dmn:LiteralExpression"))return NL})}}],literalExpression:["type",qL]};class FL{getParameters(e){return e.get("formalParameter")}getBody(e){return e.get("body")}getKind(e){return e.get("kind")||"FEEL"}}function zL({expression:e},t){const n=t.injector.get("functionDefinition"),i=n.getKind(e),o=n.getParameters(e),r=n.getBody(e);return Mo(1,"div","function-definition",[Ao(2,WL,{kind:i}),Ao(2,HL,{parameters:o}),Ao(2,XL,{expression:r})],4)}const QL={FEEL:"F",Java:"J",PMML:"P"};function WL({kind:e},t){const n=t.injector.get("translate");return Mo(1,"div","function-definition-kind",QL[e],0,{title:n("Function kind: {kind}",{kind:e})})}function HL({parameters:e}){return Mo(1,"div","function-definition-parameters",Mo(1,"div",null,[Po("("),e.reduce((e,t)=>e.concat(Ao(2,UL,{parameter:t}),", "),[]).slice(0,-1),Po(")")],0),2)}function UL({parameter:e}){const{name:t,typeRef:n}=e,i=t||"<unnamed>";return Mo(1,"span",null,n?`${i}: ${n}`:i,0)}function XL({expression:e},t){return Mo(1,"div","function-definition-body",Ao(2,t.components.getComponent("expression",{expression:e}),{expression:e}),2)}var KL={__init__:["functionDefinitionComponent"],functionDefinition:["type",FL],functionDefinitionComponent:["type",class{static $inject=["components"];constructor(e){e.onGetComponent("expression",({expression:e})=>{if(At(e,"dmn:FunctionDefinition"))return zL})}}]};class GL extends Wr{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 Mo(1,"div","view-drd",Mo(1,"button","view-drd-button",this._translate("View DRD"),0,{type:"button",onClick:this.onClick}),2,null,null,e=>this.node=e)}}GL.$inject=["translate"];class YL{constructor(e,t,n){this._injector=n,e.onGetComponent("viewer",2e3,()=>{if(this.canViewDrd())return GL}),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)}}YL.$inject=["components","eventBus","injector"];var ZL={__init__:["viewDrd"],viewDrd:["type",YL]};function JL(e,t){const n=t.injector.get("viewer"),{name:i}=n.getRootElement();return Mo(1,"div","element-properties",Mo(1,"h2","element-name",i,0),2)}class eN{constructor(e){e.onGetComponent("header",()=>JL)}}eN.$inject=["components"];var tN={__init__:["elementProperties"],elementProperties:["type",eN]};function nN(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 Ao(2,n.getComponent("expression",{expression:i}),{expression:i})}function iN({expression:e}){return Mo(1,"div",null,Mo(1,"span",null,[Po("Expression of type "),e.$type,Po(" is not supported.")],0,{style:"color:red;"}),2)}var oN={__init__:["elementLogic"],elementLogic:["type",class{static $inject=["components"];constructor(e){e.onGetComponent("body",()=>nN),e.onGetComponent("expression",100,()=>iN)}}]};class rN{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 sN(e,t){const n=t.injector.get("elementVariable"),i=t.injector.get("translate"),o=n.getName(),r=n.getType();return Mo(1,"div","element-variable",[Mo(1,"h2",null,Po("Result"),2),Mo(1,"div","element-variable-name",[Mo(1,"span","element-variable-name-label",i("Variable name"),0),Mo(1,"span",null,o,0)],4),Mo(1,"div","element-variable-type",[Mo(1,"span","element-variable-type-label",i("Variable type"),0),Mo(1,"span",null,r,0)],4)],4)}var aN={__init__:["elementVariableComponent"],elementVariable:["type",rN],elementVariableComponent:["type",class{static $inject=["components"];constructor(e){e.onGetComponent("footer",()=>sN)}}]};class lN extends zB{constructor(e={}){const t=lN._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[IL,ks,LL,ZL,tN,oN,KL,VL,aN]}static _createContainer(){return Ze('<div class="dmn-boxed-expression-container"></div>')}}var cN={__depends__:[jd],__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(Aa(e.keyEvent))return t.trigger("undo"),!0}),n("redo",function(e){if(Pa(e.keyEvent))return t.trigger("redo"),!0})}}]};function uN(e){return e.$parent}class hN{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":Tj}}updateProperties(e,t){const n={element:e,properties:t};this._commandStack.execute("element.updateProperties",n)}}hN.$inject=["commandStack","viewer","eventBus"];var dN={__init__:["idChangeBehavior","modeling","nameChangeBehavior"],commandStack:["type",Kd],idChangeBehavior:["type",mp],modeling:["type",hN],nameChangeBehavior:["type",class extends bd{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=uN(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=uN(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 pN(e,t){return function(n){return Do(Ao(2,fN,{...n,_component:e,_selectDependencies:t}))}}class fN extends Wr{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 Do(Ao(2,this.props._component,{...this.props}))}}function gN(e){return Do(Ao(2,u$,{...e,onChange:e.onChange}))}class mN extends Jy{render(){return Mo(1,"div",this.getClassName(),this.getEditor(),0)}}const vN=pN(class extends Wr{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()?gN:mN}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 Ao(2,t,{label:this._translate("Literal expression"),className:"textarea editor",value:e,onChange:this.editLiteralExpressionText,variables:n})}},e=>[e.expression]);class yN extends qL{constructor(e){super(),this._modeling=e}setText(e,t){this._modeling.updateProperties(e,{text:t})}}yN.$inject=["modeling"];var xN={__init__:["literalExpressionComponent"],literalExpressionComponent:["type",class{static $inject=["components"];constructor(e){e.onGetComponent("expression",({expression:e})=>{if(At(e,"dmn:LiteralExpression"))return vN})}}],literalExpression:["type",yN]};function bN({label:e,onClick:t}){return Mo(1,"button","edit-button dmn-icon-edit",null,1,{"aria-label":e,type:"button",onClick:t})}const _N=pN(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 Mo(1,"div","function-definition",[Ao(2,CN,{kind:o,openEditor:t=>{const n=SN(t);i.open(n,{contextMenuType:"kind-editor",expression:e})}}),Ao(2,kN,{parameters:r,openEditor:t=>{const n=SN(t);i.open(n,{contextMenuType:"formal-parameters-editor",expression:e})}}),Ao(2,ON,{expression:s,parameters:r})],4)},e=>[e.expression]);const wN={FEEL:"F",Java:"J",PMML:"P"};function CN({kind:e,openEditor:t},n){const i=n.injector.get("translate");return Mo(1,"div","function-definition-kind",[wN[e],Ao(2,bN,{label:i("Edit function kind"),onClick:t})],0)}function kN({openEditor:e,parameters:t},n){const i=n.injector.get("translate");return Mo(1,"div","function-definition-parameters",[Mo(1,"div",null,[Po("("),t.reduce((e,t)=>e.concat(Ao(2,EN,{parameter:t}),", "),[]).slice(0,-1),Po(")")],0),Ao(2,bN,{label:i("Edit formal parameters"),onClick:e})],4)}const EN=pN(function({parameter:e}){const{name:t,typeRef:n}=e,i=t||"<unnamed>";return Mo(1,"span",null,n?`${i}: ${n}`:i,0)},e=>[e.parameter]);const ON=pN(function({expression:e,parameters:t},n){return Mo(1,"div","function-definition-body",Ao(2,n.components.getComponent("expression",{expression:e}),{expression:e,parameters:t}),2)},e=>e.parameters);function SN(e){const t=e.target.parentElement.getBoundingClientRect();return{x:t.x,y:t.y}}const RN=[{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 Mo(1,"div","context-menu-container",[Mo(1,"h3",null,i("Edit function kind"),0),Ao(2,g$,{label:i("Kind"),options:RN,value:o,onChange:t=>{n.setKind(e,t)},noInput:!0})],4)}const MN=pN(function({context:{expression:e}},t){const n=t.injector.get("functionDefinition"),i=t.injector.get("translate"),o=n.getParameters(e);return Mo(1,"div","context-menu-container formal-parameters",[Mo(1,"h3",null,i("Edit formal parameters"),0),o.length?Mo(1,"table",null,[Mo(1,"thead",null,Mo(1,"tr",null,[Mo(1,"th",null,Po("Name"),2),Mo(1,"th",null,Po("Type"),2)],4),2),Mo(1,"tbody",null,o.map((t,i)=>Ao(2,AN,{parameter:t,remove:()=>(t=>{n.removeParameter(e,t)})(t)},i)),0)],4):null,Mo(1,"button","add-parameter",i("Add parameter"),0,{type:"button",onClick:()=>{n.addParameter(e)}})],0)},e=>[e.context.expression]);const AN=pN(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 Mo(1,"tr","function-definition-parameter",[Mo(1,"td",null,Ao(2,Rx,{onChange:t=>{r.updateParameter(e,{name:t})},value:s}),2),Mo(1,"td",null,Ao(2,g$,{onChange:t=>{r.updateParameter(e,{typeRef:t})},value:a,options:l}),2),Mo(1,"td",null,Mo(1,"button","dmn-icon-trash",null,1,{type:"button",onClick:t,"aria-label":o("Remove parameter")}),2)],4)},e=>[e.parameter]);var PN={__init__:["formalParametersEditorComponent","functionDefinitionComponent","kindEditorComponent"],__depends__:[px],formalParametersEditorComponent:["type",class{static $inject=["components"];constructor(e){e.onGetComponent("context-menu",(e={})=>{if(e.contextMenuType&&"formal-parameters-editor"===e.contextMenuType)return MN})}}],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 _N})}}],kindEditorComponent:["type",class{static $inject=["components"];constructor(e){e.onGetComponent("context-menu",(e={})=>{if(e.contextMenuType&&"kind-editor"===e.contextMenuType)return TN})}}]};const DN=pN(function(e,t){const{element:n}=e,i=t.injector.get("modeling"),o=t.injector.get("translate"),r=n.get("name");return Ao(2,Rx,{label:o("Element name"),className:"element-name editor",value:r,onChange:e=>{i.updateProperties(n,{name:e})}})},e=>[e.element]);function $N(e,t){const n=t.injector.get("viewer").getRootElement();return Mo(1,"div","element-properties",Ao(2,DN,{element:n}),2)}class jN{constructor(e){e.onGetComponent("header",()=>$N)}}jN.$inject=["components"];var IN={__depends__:[ox],__init__:["elementProperties"],elementProperties:["type",jN]};class BN{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}}BN.$inject=["viewer","eventBus"];var LN={__init__:["elementRegistry"],elementRegistry:["type",BN],dmnFactory:["type",class{static $inject=["moddle"];constructor(e){this._moddle=e}create(e,t={}){return this._moddle.create(e,t)}}]};const NN="dmn-boxed-expression-variable-type";function qN(e,t){const n=t.injector.get("elementVariable"),i=t.injector.get("translate"),o=n.getName();return Mo(1,"div","element-variable",[Mo(1,"h2",null,Po("Result"),2),Mo(1,"div","element-variable-name",[Mo(1,"span","element-variable-name-label",i("Variable name"),0),Mo(1,"span",null,o,0)],4),Mo(1,"div","element-variable-type",[Mo(1,"label","element-variable-type-label",Po("Result type"),2,{for:NN}),Ao(2,VN)],4)],4)}function VN(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 Ao(2,g$,{value:r,onChange:e=>n.setType(e),options:s,id:NN})}var FN={__init__:["elementVariableComponent"],elementVariable:["type",class extends rN{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(),n=this._dmnFactory.create("dmn:InformationItem",{name:t.get("name"),typeRef:e});return n.$parent=t,void this._modeling.updateProperties(t,{variable:n})}this._modeling.updateProperties(t,{typeRef:e})}}],elementVariableComponent:["type",class{static $inject=["components","elementVariable"];constructor(e,t){const n=pN(qN,()=>[t.getVariable()]);e.onGetComponent("footer",()=>n)}}]};const zN="is not a registered action";class QN{constructor(e,t){this._actions={undo(){e.undo()},redo(){e.redo()}}}trigger(e,t){if(!this._actions[e])throw WN(e,zN);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 WN(e,"is already registered");this._actions[e]=t}unregister(e){if(!this.isRegistered(e))throw WN(e,zN);this._actions[e]=void 0}isRegistered(e){return!!this._actions[e]}}function WN(e,t){return new Error(e+" "+t)}QN.$inject=["commandStack","eventBus"];var HN={__init__:["editorActions"],editorActions:["type",QN]};class UN extends lN{getModules(){return[...super.getModules(),LN,dN,HN,IN,PN,fv,mv,xN,cN,im,FN,mm]}}return class extends Bt{_getViewProviders(){return[{id:"drd",constructor:sm,opens:"dmn:Definitions"},{id:"decisionTable",constructor:LB,opens:e=>At(e,"dmn:Decision")&&At(e.decisionLogic,"dmn:DecisionTable")},{id:"literalExpression",constructor:PL,opens:e=>At(e,"dmn:Decision")&&At(e.decisionLogic,"dmn:LiteralExpression")},{id:"boxedExpression",constructor:UN,opens:e=>At(e,"dmn:BusinessKnowledgeModel")&&It(e)}]}_getInitialView(e,...t){let n=super._getInitialView(e,...t);if(!n)return;const i=n.element;return At(i,"dmn:Definitions")&&!vd(i)&&(n=h(e,e=>!At(e.element,"dmn:Definitions"))||n),n}}});