docusaurus/assets/js/31453.447aa756.js
2024-11-14 11:04:29 +00:00

76 lines
No EOL
430 KiB
JavaScript

(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([["31453"],{2091:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.BLANK_URL=e.relativeFirstCharacters=e.whitespaceEscapeCharsRegex=e.urlSchemeRegex=e.ctrlCharactersRegex=e.htmlCtrlEntityRegex=e.htmlEntitiesRegex=e.invalidProtocolRegex=void 0,e.invalidProtocolRegex=/^([^\w]*)(javascript|data|vbscript)/im,e.htmlEntitiesRegex=/&#(\w+)(^\w|;)?/g,e.htmlCtrlEntityRegex=/&(newline|tab);/gi,e.ctrlCharactersRegex=/[\u0000-\u001F\u007F-\u009F\u2000-\u200D\uFEFF]/gim,e.urlSchemeRegex=/^.+(:|&colon;)/gim,e.whitespaceEscapeCharsRegex=/(\\|%5[cC])((%(6[eE]|72|74))|[nrt])/g,e.relativeFirstCharacters=[".","/"],e.BLANK_URL="about:blank"},7608:function(t,e,r){"use strict";e.sanitizeUrl=void 0;var i=r(2091);function n(t){try{return decodeURIComponent(t)}catch(e){return t}}e.sanitizeUrl=function(t){if(!t)return i.BLANK_URL;var e,r=n(t.trim());do e=(r=n(r=r.replace(i.ctrlCharactersRegex,"").replace(i.htmlEntitiesRegex,function(t,e){return String.fromCharCode(e)}).replace(i.htmlCtrlEntityRegex,"").replace(i.ctrlCharactersRegex,"").replace(i.whitespaceEscapeCharsRegex,"").trim())).match(i.ctrlCharactersRegex)||r.match(i.htmlEntitiesRegex)||r.match(i.htmlCtrlEntityRegex)||r.match(i.whitespaceEscapeCharsRegex);while(e&&e.length>0);var o=r;if(!o)return i.BLANK_URL;if(c=o,i.relativeFirstCharacters.indexOf(c[0])>-1)return o;var a=o.trimStart(),s=a.match(i.urlSchemeRegex);if(!s)return o;var l=s[0].toLowerCase().trim();if(i.invalidProtocolRegex.test(l))return i.BLANK_URL;var h=a.replace(/\\/g,"/");if("mailto:"===l||l.includes("://"))return h;if("http:"===l||"https:"===l){if(u=h,!URL.canParse(u))return i.BLANK_URL;var c,u,d=new URL(h);return d.protocol=d.protocol.toLowerCase(),d.hostname=d.hostname.toLowerCase(),d.toString()}return h}},27693:function(t){var e,r;e=0,r=function(){"use strict";var t="millisecond",e="second",r="minute",i="hour",n="week",o="month",a="quarter",s="year",l="date",h="Invalid Date",c=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,u=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,d=function(t,e,r){var i=String(t);return!i||i.length>=e?t:""+Array(e+1-i.length).join(r)+t},f="en",p={};p[f]={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(t){var e=["th","st","nd","rd"],r=t%100;return"["+t+(e[(r-20)%10]||e[r]||"th")+"]"}};var g="$isDayjsObject",y=function(t){return t instanceof C||!(!t||!t[g])},m=function t(e,r,i){var n;if(!e)return f;if("string"==typeof e){var o=e.toLowerCase();p[o]&&(n=o),r&&(p[o]=r,n=o);var a=e.split("-");if(!n&&a.length>1)return t(a[0])}else{var s=e.name;p[s]=e,n=s}return!i&&n&&(f=n),n||!i&&f},x=function(t,e){if(y(t))return t.clone();var r="object"==typeof e?e:{};return r.date=t,r.args=arguments,new C(r)},b={s:d,z:function(t){var e=-t.utcOffset(),r=Math.abs(e);return(e<=0?"+":"-")+d(Math.floor(r/60),2,"0")+":"+d(r%60,2,"0")},m:function t(e,r){if(e.date()<r.date())return-t(r,e);var i=12*(r.year()-e.year())+(r.month()-e.month()),n=e.clone().add(i,o),a=r-n<0,s=e.clone().add(i+(a?-1:1),o);return+(-(i+(r-n)/(a?n-s:s-n))||0)},a:function(t){return t<0?Math.ceil(t)||0:Math.floor(t)},p:function(h){return({M:o,y:s,w:n,d:"day",D:l,h:i,m:r,s:e,ms:t,Q:a})[h]||String(h||"").toLowerCase().replace(/s$/,"")},u:function(t){return void 0===t}};b.l=m,b.i=y,b.w=function(t,e){return x(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})};var C=function(){function d(t){this.$L=m(t.locale,null,!0),this.parse(t),this.$x=this.$x||t.x||{},this[g]=!0}var f=d.prototype;return f.parse=function(t){this.$d=function(t){var e=t.date,r=t.utc;if(null===e)return new Date(NaN);if(b.u(e))return new Date;if(e instanceof Date)return new Date(e);if("string"==typeof e&&!/Z$/i.test(e)){var i=e.match(c);if(i){var n=i[2]-1||0,o=(i[7]||"0").substring(0,3);return r?new Date(Date.UTC(i[1],n,i[3]||1,i[4]||0,i[5]||0,i[6]||0,o)):new Date(i[1],n,i[3]||1,i[4]||0,i[5]||0,i[6]||0,o)}}return new Date(e)}(t),this.init()},f.init=function(){var t=this.$d;this.$y=t.getFullYear(),this.$M=t.getMonth(),this.$D=t.getDate(),this.$W=t.getDay(),this.$H=t.getHours(),this.$m=t.getMinutes(),this.$s=t.getSeconds(),this.$ms=t.getMilliseconds()},f.$utils=function(){return b},f.isValid=function(){return this.$d.toString()!==h},f.isSame=function(t,e){var r=x(t);return this.startOf(e)<=r&&r<=this.endOf(e)},f.isAfter=function(t,e){return x(t)<this.startOf(e)},f.isBefore=function(t,e){return this.endOf(e)<x(t)},f.$g=function(t,e,r){return b.u(t)?this[e]:this.set(r,t)},f.unix=function(){return Math.floor(this.valueOf()/1e3)},f.valueOf=function(){return this.$d.getTime()},f.startOf=function(t,a){var h=this,c=!!b.u(a)||a,u=b.p(t),d=function(t,e){var r=b.w(h.$u?Date.UTC(h.$y,e,t):new Date(h.$y,e,t),h);return c?r:r.endOf("day")},f=function(t,e){return b.w(h.toDate()[t].apply(h.toDate("s"),(c?[0,0,0,0]:[23,59,59,999]).slice(e)),h)},p=this.$W,g=this.$M,y=this.$D,m="set"+(this.$u?"UTC":"");switch(u){case s:return c?d(1,0):d(31,11);case o:return c?d(1,g):d(0,g+1);case n:var x=this.$locale().weekStart||0,C=(p<x?p+7:p)-x;return d(c?y-C:y+(6-C),g);case"day":case l:return f(m+"Hours",0);case i:return f(m+"Minutes",1);case r:return f(m+"Seconds",2);case e:return f(m+"Milliseconds",3);default:return this.clone()}},f.endOf=function(t){return this.startOf(t,!1)},f.$set=function(n,a){var h,c=b.p(n),u="set"+(this.$u?"UTC":""),d=((h={}).day=u+"Date",h[l]=u+"Date",h[o]=u+"Month",h[s]=u+"FullYear",h[i]=u+"Hours",h[r]=u+"Minutes",h[e]=u+"Seconds",h[t]=u+"Milliseconds",h)[c],f="day"===c?this.$D+(a-this.$W):a;if(c===o||c===s){var p=this.clone().set(l,1);p.$d[d](f),p.init(),this.$d=p.set(l,Math.min(this.$D,p.daysInMonth())).$d}else d&&this.$d[d](f);return this.init(),this},f.set=function(t,e){return this.clone().$set(t,e)},f.get=function(t){return this[b.p(t)]()},f.add=function(t,a){var l,h=this;t=Number(t);var c=b.p(a),u=function(e){var r=x(h);return b.w(r.date(r.date()+Math.round(e*t)),h)};if(c===o)return this.set(o,this.$M+t);if(c===s)return this.set(s,this.$y+t);if("day"===c)return u(1);if(c===n)return u(7);var d=((l={})[r]=6e4,l[i]=36e5,l[e]=1e3,l)[c]||1,f=this.$d.getTime()+t*d;return b.w(f,this)},f.subtract=function(t,e){return this.add(-1*t,e)},f.format=function(t){var e=this,r=this.$locale();if(!this.isValid())return r.invalidDate||h;var i=t||"YYYY-MM-DDTHH:mm:ssZ",n=b.z(this),o=this.$H,a=this.$m,s=this.$M,l=r.weekdays,c=r.months,d=r.meridiem,f=function(t,r,n,o){return t&&(t[r]||t(e,i))||n[r].slice(0,o)},p=function(t){return b.s(o%12||12,t,"0")},g=d||function(t,e,r){var i=t<12?"AM":"PM";return r?i.toLowerCase():i};return i.replace(u,function(t,i){return i||function(t){switch(t){case"YY":return String(e.$y).slice(-2);case"YYYY":return b.s(e.$y,4,"0");case"M":return s+1;case"MM":return b.s(s+1,2,"0");case"MMM":return f(r.monthsShort,s,c,3);case"MMMM":return f(c,s);case"D":return e.$D;case"DD":return b.s(e.$D,2,"0");case"d":return String(e.$W);case"dd":return f(r.weekdaysMin,e.$W,l,2);case"ddd":return f(r.weekdaysShort,e.$W,l,3);case"dddd":return l[e.$W];case"H":return String(o);case"HH":return b.s(o,2,"0");case"h":return p(1);case"hh":return p(2);case"a":return g(o,a,!0);case"A":return g(o,a,!1);case"m":return String(a);case"mm":return b.s(a,2,"0");case"s":return String(e.$s);case"ss":return b.s(e.$s,2,"0");case"SSS":return b.s(e.$ms,3,"0");case"Z":return n}return null}(t)||n.replace(":","")})},f.utcOffset=function(){return-(15*Math.round(this.$d.getTimezoneOffset()/15))},f.diff=function(t,l,h){var c,u=this,d=b.p(l),f=x(t),p=(f.utcOffset()-this.utcOffset())*6e4,g=this-f,y=function(){return b.m(u,f)};switch(d){case s:c=y()/12;break;case o:c=y();break;case a:c=y()/3;break;case n:c=(g-p)/6048e5;break;case"day":c=(g-p)/864e5;break;case i:c=g/36e5;break;case r:c=g/6e4;break;case e:c=g/1e3;break;default:c=g}return h?c:b.a(c)},f.daysInMonth=function(){return this.endOf(o).$D},f.$locale=function(){return p[this.$L]},f.locale=function(t,e){if(!t)return this.$L;var r=this.clone(),i=m(t,e,!0);return i&&(r.$L=i),r},f.clone=function(){return b.w(this.$d,this)},f.toDate=function(){return new Date(this.valueOf())},f.toJSON=function(){return this.isValid()?this.toISOString():null},f.toISOString=function(){return this.$d.toISOString()},f.toString=function(){return this.$d.toUTCString()},d}(),k=C.prototype;return x.prototype=k,[["$ms",t],["$s",e],["$m",r],["$H",i],["$W","day"],["$M",o],["$y",s],["$D",l]].forEach(function(t){k[t[1]]=function(e){return this.$g(e,t[0],t[1])}}),x.extend=function(t,e){return t.$i||(t(e,C,x),t.$i=!0),x},x.locale=m,x.isDayjs=y,x.unix=function(t){return x(1e3*t)},x.en=p[f],x.Ls=p,x.p={},x},t.exports=r()},31699:function(t){var e,r;e=0,r=function(){"use strict";let{entries:t,setPrototypeOf:e,isFrozen:r,getPrototypeOf:i,getOwnPropertyDescriptor:n}=Object,{freeze:o,seal:a,create:s}=Object,{apply:l,construct:h}="undefined"!=typeof Reflect&&Reflect;!o&&(o=function(t){return t}),!a&&(a=function(t){return t}),!l&&(l=function(t,e,r){return t.apply(e,r)}),!h&&(h=function(t,e){return new t(...e)});let c=_(Array.prototype.forEach),u=_(Array.prototype.pop),d=_(Array.prototype.push),f=_(String.prototype.toLowerCase),p=_(String.prototype.toString),g=_(String.prototype.match),y=_(String.prototype.replace),m=_(String.prototype.indexOf),x=_(String.prototype.trim),b=_(Object.prototype.hasOwnProperty),C=_(RegExp.prototype.test),k=function(t){return function(){for(var e=arguments.length,r=Array(e),i=0;i<e;i++)r[i]=arguments[i];return h(t,r)}}(TypeError);function _(t){return function(e){for(var r=arguments.length,i=Array(r>1?r-1:0),n=1;n<r;n++)i[n-1]=arguments[n];return l(t,e,i)}}function w(t,i){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:f;e&&e(t,null);let o=i.length;for(;o--;){let e=i[o];if("string"==typeof e){let t=n(e);t!==e&&(!r(i)&&(i[o]=t),e=t)}t[e]=!0}return t}function v(e){let r=s(null);for(let[i,n]of t(e))b(e,i)&&(Array.isArray(n)?r[i]=function(t){for(let e=0;e<t.length;e++)!b(t,e)&&(t[e]=null);return t}(n):n&&"object"==typeof n&&n.constructor===Object?r[i]=v(n):r[i]=n);return r}function T(t,e){for(;null!==t;){let r=n(t,e);if(r){if(r.get)return _(r.get);if("function"==typeof r.value)return _(r.value)}t=i(t)}return function(){return null}}let S=o(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),M=o(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),B=o(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),L=o(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),F=o(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),A=o(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),W=o(["#text"]),E=o(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),$=o(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),O=o(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),I=o(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),D=a(/\{\{[\w\W]*|[\w\W]*\}\}/gm),Z=a(/<%[\w\W]*|[\w\W]*%>/gm),q=a(/\${[\w\W]*}/gm),z=a(/^data-[\-\w.\u00B7-\uFFFF]/),N=a(/^aria-[\-\w]+$/),P=a(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),R=a(/^(?:\w+script|data):/i),j=a(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Y=a(/^html$/i);var U=Object.freeze({__proto__:null,MUSTACHE_EXPR:D,ERB_EXPR:Z,TMPLIT_EXPR:q,DATA_ATTR:z,ARIA_ATTR:N,IS_ALLOWED_URI:P,IS_SCRIPT_OR_DATA:R,ATTR_WHITESPACE:j,DOCTYPE_NAME:Y,CUSTOM_ELEMENT:a(/^[a-z][.\w]*(-[.\w]+)+$/i)});let H={element:1,text:3,progressingInstruction:7,comment:8,document:9},V=function(t,e){if("object"!=typeof t||"function"!=typeof t.createPolicy)return null;let r=null,i="data-tt-policy-suffix";e&&e.hasAttribute(i)&&(r=e.getAttribute(i));let n="dompurify"+(r?"#"+r:"");try{return t.createPolicy(n,{createHTML:t=>t,createScriptURL:t=>t})}catch(t){return console.warn("TrustedTypes policy "+n+" could not be created."),null}};return function e(){let r,i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"undefined"==typeof window?null:window,n=t=>e(t);if(n.version="3.1.6",n.removed=[],!i||!i.document||i.document.nodeType!==H.document)return n.isSupported=!1,n;let{document:a}=i,l=a,h=l.currentScript,{DocumentFragment:_,HTMLTemplateElement:D,Node:Z,Element:q,NodeFilter:z,NamedNodeMap:N=i.NamedNodeMap||i.MozNamedAttrMap,HTMLFormElement:R,DOMParser:j,trustedTypes:G}=i,X=q.prototype,Q=T(X,"cloneNode"),K=T(X,"remove"),J=T(X,"nextSibling"),tt=T(X,"childNodes"),te=T(X,"parentNode");if("function"==typeof D){let t=a.createElement("template");t.content&&t.content.ownerDocument&&(a=t.content.ownerDocument)}let tr="",{implementation:ti,createNodeIterator:tn,createDocumentFragment:to,getElementsByTagName:ta}=a,{importNode:ts}=l,tl={};n.isSupported="function"==typeof t&&"function"==typeof te&&ti&&void 0!==ti.createHTMLDocument;let{MUSTACHE_EXPR:th,ERB_EXPR:tc,TMPLIT_EXPR:tu,DATA_ATTR:td,ARIA_ATTR:tf,IS_SCRIPT_OR_DATA:tp,ATTR_WHITESPACE:tg,CUSTOM_ELEMENT:ty}=U,{IS_ALLOWED_URI:tm}=U,tx=null,tb=w({},[...S,...M,...B,...F,...W]),tC=null,tk=w({},[...E,...$,...O,...I]),t_=Object.seal(s(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),tw=null,tv=null,tT=!0,tS=!0,tM=!1,tB=!0,tL=!1,tF=!0,tA=!1,tW=!1,tE=!1,t$=!1,tO=!1,tI=!1,tD=!0,tZ=!1,tq=!0,tz=!1,tN={},tP=null,tR=w({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),tj=null,tY=w({},["audio","video","img","source","image","track"]),tU=null,tH=w({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),tV="http://www.w3.org/1998/Math/MathML",tG="http://www.w3.org/2000/svg",tX="http://www.w3.org/1999/xhtml",tQ=tX,tK=!1,tJ=null,t0=w({},[tV,tG,tX],p),t1=null,t2=["application/xhtml+xml","text/html"],t3=null,t5=null,t6=a.createElement("form"),t4=function(t){return t instanceof RegExp||t instanceof Function},t9=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!t5||t5!==t){if((!t||"object"!=typeof t)&&(t={}),t=v(t),t3="application/xhtml+xml"===(t1=-1===t2.indexOf(t.PARSER_MEDIA_TYPE)?"text/html":t.PARSER_MEDIA_TYPE)?p:f,tx=b(t,"ALLOWED_TAGS")?w({},t.ALLOWED_TAGS,t3):tb,tC=b(t,"ALLOWED_ATTR")?w({},t.ALLOWED_ATTR,t3):tk,tJ=b(t,"ALLOWED_NAMESPACES")?w({},t.ALLOWED_NAMESPACES,p):t0,tU=b(t,"ADD_URI_SAFE_ATTR")?w(v(tH),t.ADD_URI_SAFE_ATTR,t3):tH,tj=b(t,"ADD_DATA_URI_TAGS")?w(v(tY),t.ADD_DATA_URI_TAGS,t3):tY,tP=b(t,"FORBID_CONTENTS")?w({},t.FORBID_CONTENTS,t3):tR,tw=b(t,"FORBID_TAGS")?w({},t.FORBID_TAGS,t3):{},tv=b(t,"FORBID_ATTR")?w({},t.FORBID_ATTR,t3):{},tN=!!b(t,"USE_PROFILES")&&t.USE_PROFILES,tT=!1!==t.ALLOW_ARIA_ATTR,tS=!1!==t.ALLOW_DATA_ATTR,tM=t.ALLOW_UNKNOWN_PROTOCOLS||!1,tB=!1!==t.ALLOW_SELF_CLOSE_IN_ATTR,tL=t.SAFE_FOR_TEMPLATES||!1,tF=!1!==t.SAFE_FOR_XML,tA=t.WHOLE_DOCUMENT||!1,t$=t.RETURN_DOM||!1,tO=t.RETURN_DOM_FRAGMENT||!1,tI=t.RETURN_TRUSTED_TYPE||!1,tE=t.FORCE_BODY||!1,tD=!1!==t.SANITIZE_DOM,tZ=t.SANITIZE_NAMED_PROPS||!1,tq=!1!==t.KEEP_CONTENT,tz=t.IN_PLACE||!1,tm=t.ALLOWED_URI_REGEXP||P,tQ=t.NAMESPACE||tX,t_=t.CUSTOM_ELEMENT_HANDLING||{},t.CUSTOM_ELEMENT_HANDLING&&t4(t.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(t_.tagNameCheck=t.CUSTOM_ELEMENT_HANDLING.tagNameCheck),t.CUSTOM_ELEMENT_HANDLING&&t4(t.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(t_.attributeNameCheck=t.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),t.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof t.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(t_.allowCustomizedBuiltInElements=t.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),tL&&(tS=!1),tO&&(t$=!0),tN&&(tx=w({},W),tC=[],!0===tN.html&&(w(tx,S),w(tC,E)),!0===tN.svg&&(w(tx,M),w(tC,$),w(tC,I)),!0===tN.svgFilters&&(w(tx,B),w(tC,$),w(tC,I)),!0===tN.mathMl&&(w(tx,F),w(tC,O),w(tC,I))),t.ADD_TAGS&&(tx===tb&&(tx=v(tx)),w(tx,t.ADD_TAGS,t3)),t.ADD_ATTR&&(tC===tk&&(tC=v(tC)),w(tC,t.ADD_ATTR,t3)),t.ADD_URI_SAFE_ATTR&&w(tU,t.ADD_URI_SAFE_ATTR,t3),t.FORBID_CONTENTS&&(tP===tR&&(tP=v(tP)),w(tP,t.FORBID_CONTENTS,t3)),tq&&(tx["#text"]=!0),tA&&w(tx,["html","head","body"]),tx.table&&(w(tx,["tbody"]),delete tw.tbody),t.TRUSTED_TYPES_POLICY){if("function"!=typeof t.TRUSTED_TYPES_POLICY.createHTML)throw k('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if("function"!=typeof t.TRUSTED_TYPES_POLICY.createScriptURL)throw k('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');tr=(r=t.TRUSTED_TYPES_POLICY).createHTML("")}else void 0===r&&(r=V(G,h)),null!==r&&"string"==typeof tr&&(tr=r.createHTML(""));o&&o(t),t5=t}},t8=w({},["mi","mo","mn","ms","mtext"]),t7=w({},["foreignobject","annotation-xml"]),et=w({},["title","style","font","a","script"]),ee=w({},[...M,...B,...L]),er=w({},[...F,...A]),ei=function(t){let e=te(t);(!e||!e.tagName)&&(e={namespaceURI:tQ,tagName:"template"});let r=f(t.tagName),i=f(e.tagName);if(!tJ[t.namespaceURI])return!1;if(t.namespaceURI===tG)return e.namespaceURI===tX?"svg"===r:e.namespaceURI===tV?"svg"===r&&("annotation-xml"===i||t8[i]):!!ee[r];if(t.namespaceURI===tV)return e.namespaceURI===tX?"math"===r:e.namespaceURI===tG?"math"===r&&t7[i]:!!er[r];if(t.namespaceURI===tX)return(e.namespaceURI!==tG||!!t7[i])&&(e.namespaceURI!==tV||!!t8[i])&&!er[r]&&(et[r]||!ee[r]);return"application/xhtml+xml"===t1&&!!tJ[t.namespaceURI]||!1},en=function(t){d(n.removed,{element:t});try{te(t).removeChild(t)}catch(e){K(t)}},eo=function(t,e){try{d(n.removed,{attribute:e.getAttributeNode(t),from:e})}catch(t){d(n.removed,{attribute:null,from:e})}if(e.removeAttribute(t),"is"===t&&!tC[t]){if(t$||tO)try{en(e)}catch(t){}else try{e.setAttribute(t,"")}catch(t){}}},ea=function(t){let e=null,i=null;if(tE)t="<remove></remove>"+t;else{let e=g(t,/^[\r\n\t ]+/);i=e&&e[0]}"application/xhtml+xml"===t1&&tQ===tX&&(t='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+t+"</body></html>");let n=r?r.createHTML(t):t;if(tQ===tX)try{e=new j().parseFromString(n,t1)}catch(t){}if(!e||!e.documentElement){e=ti.createDocument(tQ,"template",null);try{e.documentElement.innerHTML=tK?tr:n}catch(t){}}let o=e.body||e.documentElement;return(t&&i&&o.insertBefore(a.createTextNode(i),o.childNodes[0]||null),tQ===tX)?ta.call(e,tA?"html":"body")[0]:tA?e.documentElement:o},es=function(t){return tn.call(t.ownerDocument||t,t,z.SHOW_ELEMENT|z.SHOW_COMMENT|z.SHOW_TEXT|z.SHOW_PROCESSING_INSTRUCTION|z.SHOW_CDATA_SECTION,null)},el=function(t){return t instanceof R&&("string"!=typeof t.nodeName||"string"!=typeof t.textContent||"function"!=typeof t.removeChild||!(t.attributes instanceof N)||"function"!=typeof t.removeAttribute||"function"!=typeof t.setAttribute||"string"!=typeof t.namespaceURI||"function"!=typeof t.insertBefore||"function"!=typeof t.hasChildNodes)},eh=function(t){return"function"==typeof Z&&t instanceof Z},ec=function(t,e,r){if(!!tl[t])c(tl[t],t=>{t.call(n,e,r,t5)})},eu=function(t){let e=null;if(ec("beforeSanitizeElements",t,null),el(t))return en(t),!0;let r=t3(t.nodeName);if(ec("uponSanitizeElement",t,{tagName:r,allowedTags:tx}),t.hasChildNodes()&&!eh(t.firstElementChild)&&C(/<[/\w]/g,t.innerHTML)&&C(/<[/\w]/g,t.textContent)||t.nodeType===H.progressingInstruction||tF&&t.nodeType===H.comment&&C(/<[/\w]/g,t.data))return en(t),!0;if(!tx[r]||tw[r]){if(!tw[r]&&ef(r)&&(t_.tagNameCheck instanceof RegExp&&C(t_.tagNameCheck,r)||t_.tagNameCheck instanceof Function&&t_.tagNameCheck(r)))return!1;if(tq&&!tP[r]){let e=te(t)||t.parentNode,r=tt(t)||t.childNodes;if(r&&e){let i=r.length;for(let n=i-1;n>=0;--n){let i=Q(r[n],!0);i.__removalCount=(t.__removalCount||0)+1,e.insertBefore(i,J(t))}}}return en(t),!0}return t instanceof q&&!ei(t)||("noscript"===r||"noembed"===r||"noframes"===r)&&C(/<\/no(script|embed|frames)/i,t.innerHTML)?(en(t),!0):(tL&&t.nodeType===H.text&&(e=t.textContent,c([th,tc,tu],t=>{e=y(e,t," ")}),t.textContent!==e&&(d(n.removed,{element:t.cloneNode()}),t.textContent=e)),ec("afterSanitizeElements",t,null),!1)},ed=function(t,e,r){if(tD&&("id"===e||"name"===e)&&(r in a||r in t6))return!1;if(tS&&!tv[e]&&C(td,e));else if(tT&&C(tf,e));else if(!tC[e]||tv[e]){if(!(ef(t)&&(t_.tagNameCheck instanceof RegExp&&C(t_.tagNameCheck,t)||t_.tagNameCheck instanceof Function&&t_.tagNameCheck(t))&&(t_.attributeNameCheck instanceof RegExp&&C(t_.attributeNameCheck,e)||t_.attributeNameCheck instanceof Function&&t_.attributeNameCheck(e))||"is"===e&&t_.allowCustomizedBuiltInElements&&(t_.tagNameCheck instanceof RegExp&&C(t_.tagNameCheck,r)||t_.tagNameCheck instanceof Function&&t_.tagNameCheck(r))))return!1}else if(tU[e]);else if(C(tm,y(r,tg,"")));else if(("src"===e||"xlink:href"===e||"href"===e)&&"script"!==t&&0===m(r,"data:")&&tj[t]);else if(tM&&!C(tp,y(r,tg,"")));else if(r)return!1;return!0},ef=function(t){return"annotation-xml"!==t&&g(t,ty)},ep=function(t){ec("beforeSanitizeAttributes",t,null);let{attributes:e}=t;if(!e)return;let i={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:tC},o=e.length;for(;o--;){let{name:a,namespaceURI:s,value:l}=e[o],h=t3(a),d="value"===a?l:x(l);if(i.attrName=h,i.attrValue=d,i.keepAttr=!0,i.forceKeepAttr=void 0,ec("uponSanitizeAttribute",t,i),d=i.attrValue,tF&&C(/((--!?|])>)|<\/(style|title)/i,d)){eo(a,t);continue}if(i.forceKeepAttr)continue;if(eo(a,t),!i.keepAttr)continue;if(!tB&&C(/\/>/i,d)){eo(a,t);continue}tL&&c([th,tc,tu],t=>{d=y(d,t," ")});let f=t3(t.nodeName);if(!!ed(f,h,d)){if(tZ&&("id"===h||"name"===h)&&(eo(a,t),d="user-content-"+d),r&&"object"==typeof G&&"function"==typeof G.getAttributeType){if(s);else switch(G.getAttributeType(f,h)){case"TrustedHTML":d=r.createHTML(d);break;case"TrustedScriptURL":d=r.createScriptURL(d)}}try{s?t.setAttributeNS(s,a,d):t.setAttribute(a,d),el(t)?en(t):u(n.removed)}catch(t){}}}ec("afterSanitizeAttributes",t,null)},eg=function t(e){let r=null,i=es(e);for(ec("beforeSanitizeShadowDOM",e,null);r=i.nextNode();){if(ec("uponSanitizeShadowNode",r,null),!eu(r))r.content instanceof _&&t(r.content),ep(r)}ec("afterSanitizeShadowDOM",e,null)};return n.sanitize=function(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=null,o=null,a=null,s=null;if((tK=!t)&&(t="\x3c!--\x3e"),"string"!=typeof t&&!eh(t)){if("function"==typeof t.toString){if("string"!=typeof(t=t.toString()))throw k("dirty is not a string, aborting")}else throw k("toString is not a function")}if(!n.isSupported)return t;if(!tW&&t9(e),n.removed=[],"string"==typeof t&&(tz=!1),tz){if(t.nodeName){let e=t3(t.nodeName);if(!tx[e]||tw[e])throw k("root node is forbidden and cannot be sanitized in-place")}}else if(t instanceof Z)(o=(i=ea("\x3c!----\x3e")).ownerDocument.importNode(t,!0)).nodeType===H.element&&"BODY"===o.nodeName?i=o:"HTML"===o.nodeName?i=o:i.appendChild(o);else{if(!t$&&!tL&&!tA&&-1===t.indexOf("<"))return r&&tI?r.createHTML(t):t;if(!(i=ea(t)))return t$?null:tI?tr:""}i&&tE&&en(i.firstChild);let h=es(tz?t:i);for(;a=h.nextNode();){if(!eu(a))a.content instanceof _&&eg(a.content),ep(a)}if(tz)return t;if(t$){if(tO)for(s=to.call(i.ownerDocument);i.firstChild;)s.appendChild(i.firstChild);else s=i;return(tC.shadowroot||tC.shadowrootmode)&&(s=ts.call(l,s,!0)),s}let u=tA?i.outerHTML:i.innerHTML;return tA&&tx["!doctype"]&&i.ownerDocument&&i.ownerDocument.doctype&&i.ownerDocument.doctype.name&&C(Y,i.ownerDocument.doctype.name)&&(u="<!DOCTYPE "+i.ownerDocument.doctype.name+">\n"+u),tL&&c([th,tc,tu],t=>{u=y(u,t," ")}),r&&tI?r.createHTML(u):u},n.setConfig=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};t9(t),tW=!0},n.clearConfig=function(){t5=null,tW=!1},n.isValidAttribute=function(t,e,r){!t5&&t9({});let i=t3(t);return ed(i,t3(e),r)},n.addHook=function(t,e){if("function"==typeof e)tl[t]=tl[t]||[],d(tl[t],e)},n.removeHook=function(t){if(tl[t])return u(tl[t])},n.removeHooks=function(t){tl[t]&&(tl[t]=[])},n.removeAllHooks=function(){tl={}},n}()},t.exports=r()},11464:function(t,e,r){"use strict";function i(t){for(var e=[],r=1;r<arguments.length;r++)e[r-1]=arguments[r];var i=Array.from("string"==typeof t?[t]:t);i[i.length-1]=i[i.length-1].replace(/\r?\n([\t ]*)$/,"");var n=i.reduce(function(t,e){var r=e.match(/\n([\t ]+|(?!\s).)/g);return r?t.concat(r.map(function(t){var e,r;return null!==(r=null===(e=t.match(/[\t ]/g))||void 0===e?void 0:e.length)&&void 0!==r?r:0})):t},[]);if(n.length){var o=RegExp("\n[ ]{"+Math.min.apply(Math,n)+"}","g");i=i.map(function(t){return t.replace(o,"\n")})}i[0]=i[0].replace(/^\r?\n/,"");var a=i[0];return e.forEach(function(t,e){var r=a.match(/(?:^|\n)( *)$/),n=r?r[1]:"",o=t;"string"==typeof t&&t.includes("\n")&&(o=String(t).split("\n").map(function(t,e){return 0===e?t:""+n+t}).join("\n")),a+=o+i[e+1]}),a}r.d(e,{Z:function(){return i}})},11141:function(t,e,r){"use strict";function i(t,e){let r;if(void 0===e)for(let e of t)null!=e&&(r<e||void 0===r&&e>=e)&&(r=e);else{let i=-1;for(let n of t)null!=(n=e(n,++i,t))&&(r<n||void 0===r&&n>=n)&&(r=n)}return r}function n(t,e){let r;if(void 0===e)for(let e of t)null!=e&&(r>e||void 0===r&&e>=e)&&(r=e);else{let i=-1;for(let n of t)null!=(n=e(n,++i,t))&&(r>n||void 0===r&&n>=n)&&(r=n)}return r}function o(t){return t}function a(t){return"translate("+t+",0)"}function s(t){return"translate(0,"+t+")"}r.d(e,{S1K:()=>rZ,Zyz:()=>rH,Igq:()=>rQ,YDX:()=>rG,EFj:()=>rX,ve8:()=>n3,dCK:()=>of,zgE:()=>oy,fGX:()=>ox,$0Z:()=>n9,Dts:()=>n7,WQY:()=>oe,qpX:()=>oi,Nb1:()=>nV,LLu:()=>u,F5q:()=>c,u93:()=>on,tFB:()=>oa,YY7:()=>oh,OvA:()=>ou,$m7:()=>oC,c_6:()=>nQ,fxm:()=>o_,FdL:()=>oF,ak_:()=>oA,SxZ:()=>o$,eA_:()=>oI,jsv:()=>oZ,JHv:()=>eJ,jvg:()=>n0,Fp7:()=>i,VV$:()=>n,tiA:()=>function t(){var e,r,i=e6().unknown(void 0),n=i.domain,o=i.range,a=0,s=1,l=!1,h=0,c=0,u=.5;function d(){var t=n().length,i=s<a,d=i?s:a,f=i?a:s;e=(f-d)/Math.max(1,t-h+2*c),l&&(e=Math.floor(e)),d+=(f-d-e*(t-h))*u,r=e*(1-h),l&&(d=Math.round(d),r=Math.round(r));var p=(function(t,e,r){t=+t,e=+e,r=(n=arguments.length)<2?(e=t,t=0,1):n<3?1:+r;for(var i=-1,n=0|Math.max(0,Math.ceil((e-t)/r)),o=Array(n);++i<n;)o[i]=t+i*r;return o})(t).map(function(t){return d+e*t});return o(i?p.reverse():p)}return delete i.unknown,i.domain=function(t){return arguments.length?(n(t),d()):n()},i.range=function(t){return arguments.length?([a,s]=t,a=+a,s=+s,d()):[a,s]},i.rangeRound=function(t){return[a,s]=t,a=+a,s=+s,l=!0,d()},i.bandwidth=function(){return r},i.step=function(){return e},i.round=function(t){return arguments.length?(l=!!t,d()):l},i.padding=function(t){return arguments.length?(h=Math.min(1,c=+t),d()):h},i.paddingInner=function(t){return arguments.length?(h=Math.min(1,t),d()):h},i.paddingOuter=function(t){return arguments.length?(c=+t,d()):c},i.align=function(t){return arguments.length?(u=Math.max(0,Math.min(1,t)),d()):u},i.copy=function(){return t(n(),[a,s]).round(l).paddingInner(h).paddingOuter(c).align(u)},e0.apply(d(),arguments)},BYU:()=>function t(){var e,r,i=rm();return i.copy=function(){return ry(i,t())},e0.apply(i,arguments),r=(e=i).domain,e.ticks=function(t){var e=r();return function(t,e,r){if(e=+e,t=+t,!((r=+r)>0))return[];if(t===e)return[t];let i=e<t,[n,o,a]=i?e7(e,t,r):e7(t,e,r);if(!(o>=n))return[];let s=o-n+1,l=Array(s);if(i){if(a<0)for(let t=0;t<s;++t)l[t]=-((o-t)/a);else for(let t=0;t<s;++t)l[t]=(o-t)*a}else if(a<0)for(let t=0;t<s;++t)l[t]=-((n+t)/a);else for(let t=0;t<s;++t)l[t]=(n+t)*a;return l}(e[0],e[e.length-1],null==t?10:t)},e.tickFormat=function(t,e){var i=r();return function(t,e,r,i){var n,o,a,s=re(t,e,r);switch((i=rb(null==i?",f":i)).type){case"s":var l,h=Math.max(Math.abs(t),Math.abs(e));if(null==i.precision&&!isNaN((l=s,a=Math.max(0,3*Math.max(-8,Math.min(8,Math.floor(r_(h)/3)))-r_(Math.abs(l))))))i.precision=a;return ts(i,h);case"":case"e":case"g":case"p":case"r":;if(null==i.precision&&!isNaN((n=s,a=Math.max(0,r_(o=Math.abs(o=Math.max(Math.abs(t),Math.abs(e)))-(n=Math.abs(n)))-r_(n))+1)))i.precision=a-("e"===i.type);break;case"f":case"%":if(null==i.precision&&!isNaN(a=Math.max(0,-r_(Math.abs(s)))))i.precision=a-("%"===i.type)*2}return ta(i)}(i[0],i[i.length-1],null==t?10:t,e)},e.nice=function(t){null==t&&(t=10);var i,n,o=r(),a=0,s=o.length-1,l=o[a],h=o[s],c=10;for(h<l&&(n=l,l=h,h=n,n=a,a=s,s=n);c-- >0;){if((n=rt(l,h,t))===i)return o[a]=l,o[s]=h,r(o);if(n>0)l=Math.floor(l/n)*n,h=Math.ceil(h/n)*n;else if(n<0)l=Math.ceil(l*n)/n,h=Math.floor(h*n)/n;else break;i=n}return e},e},PKp:()=>e6,K2I:()=>n_,rr1:()=>rR,iJ:()=>oD,Xf:()=>nk,Ys:()=>nw,i$Z:()=>th,y2j:()=>rK,WQD:()=>rN,U8T:()=>rD,Z_i:()=>rq,Ox9:()=>rV,F0B:()=>r8,LqH:()=>rJ});function l(){return!this.__axis}function h(t,e){var r=[],i=null,n=null,h=6,c=6,u=3,d="undefined"!=typeof window&&window.devicePixelRatio>1?0:.5,f=1===t||4===t?-1:1,p=4===t||2===t?"x":"y",g=1===t||3===t?a:s;function y(a){var s=null==i?e.ticks?e.ticks.apply(e,r):e.domain():i,y=null==n?e.tickFormat?e.tickFormat.apply(e,r):o:n,m=Math.max(h,0)+u,x=e.range(),b=+x[0]+d,C=+x[x.length-1]+d,k=(e.bandwidth?function(t,e){return e=Math.max(0,t.bandwidth()-2*e)/2,t.round()&&(e=Math.round(e)),r=>+t(r)+e}:function(t){return e=>+t(e)})(e.copy(),d),_=a.selection?a.selection():a,w=_.selectAll(".domain").data([null]),v=_.selectAll(".tick").data(s,e).order(),T=v.exit(),S=v.enter().append("g").attr("class","tick"),M=v.select("line"),B=v.select("text");w=w.merge(w.enter().insert("path",".tick").attr("class","domain").attr("stroke","currentColor")),v=v.merge(S),M=M.merge(S.append("line").attr("stroke","currentColor").attr(p+"2",f*h)),B=B.merge(S.append("text").attr("fill","currentColor").attr(p,f*m).attr("dy",1===t?"0em":3===t?"0.71em":"0.32em")),a!==_&&(w=w.transition(a),v=v.transition(a),M=M.transition(a),B=B.transition(a),T=T.transition(a).attr("opacity",1e-6).attr("transform",function(t){return isFinite(t=k(t))?g(t+d):this.getAttribute("transform")}),S.attr("opacity",1e-6).attr("transform",function(t){var e=this.parentNode.__axis;return g((e&&isFinite(e=e(t))?e:k(t))+d)})),T.remove(),w.attr("d",4===t||2===t?c?"M"+f*c+","+b+"H"+d+"V"+C+"H"+f*c:"M"+d+","+b+"V"+C:c?"M"+b+","+f*c+"V"+d+"H"+C+"V"+f*c:"M"+b+","+d+"H"+C),v.attr("opacity",1).attr("transform",function(t){return g(k(t)+d)}),M.attr(p+"2",f*h),B.attr(p,f*m).text(y),_.filter(l).attr("fill","none").attr("font-size",10).attr("font-family","sans-serif").attr("text-anchor",2===t?"start":4===t?"end":"middle"),_.each(function(){this.__axis=k})}return y.scale=function(t){return arguments.length?(e=t,y):e},y.ticks=function(){return r=Array.from(arguments),y},y.tickArguments=function(t){return arguments.length?(r=null==t?[]:Array.from(t),y):r.slice()},y.tickValues=function(t){return arguments.length?(i=null==t?null:Array.from(t),y):i&&i.slice()},y.tickFormat=function(t){return arguments.length?(n=t,y):n},y.tickSize=function(t){return arguments.length?(h=c=+t,y):h},y.tickSizeInner=function(t){return arguments.length?(h=+t,y):h},y.tickSizeOuter=function(t){return arguments.length?(c=+t,y):c},y.tickPadding=function(t){return arguments.length?(u=+t,y):u},y.offset=function(t){return arguments.length?(d=+t,y):d},y}function c(t){return h(1,t)}function u(t){return h(3,t)}function d(){}function f(t){return null==t?d:function(){return this.querySelector(t)}}function p(){return[]}function g(t){return null==t?p:function(){return this.querySelectorAll(t)}}function y(t){return function(){return this.matches(t)}}function m(t){return function(e){return e.matches(t)}}var x=Array.prototype.find;function b(){return this.firstElementChild}var C=Array.prototype.filter;function k(){return Array.from(this.children)}function _(t){return Array(t.length)}function w(t,e){this.ownerDocument=t.ownerDocument,this.namespaceURI=t.namespaceURI,this._next=null,this._parent=t,this.__data__=e}w.prototype={constructor:w,appendChild:function(t){return this._parent.insertBefore(t,this._next)},insertBefore:function(t,e){return this._parent.insertBefore(t,e)},querySelector:function(t){return this._parent.querySelector(t)},querySelectorAll:function(t){return this._parent.querySelectorAll(t)}};function v(t,e,r,i,n,o){for(var a,s=0,l=e.length,h=o.length;s<h;++s)(a=e[s])?(a.__data__=o[s],i[s]=a):r[s]=new w(t,o[s]);for(;s<l;++s)(a=e[s])&&(n[s]=a)}function T(t,e,r,i,n,o,a){var s,l,h,c=new Map,u=e.length,d=o.length,f=Array(u);for(s=0;s<u;++s)(l=e[s])&&(f[s]=h=a.call(l,l.__data__,s,e)+"",c.has(h)?n[s]=l:c.set(h,l));for(s=0;s<d;++s)h=a.call(t,o[s],s,o)+"",(l=c.get(h))?(i[s]=l,l.__data__=o[s],c.delete(h)):r[s]=new w(t,o[s]);for(s=0;s<u;++s)(l=e[s])&&c.get(f[s])===l&&(n[s]=l)}function S(t){return t.__data__}function M(t,e){return t<e?-1:t>e?1:t>=e?0:NaN}var B="http://www.w3.org/1999/xhtml";let L={svg:"http://www.w3.org/2000/svg",xhtml:B,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function F(t){var e=t+="",r=e.indexOf(":");return r>=0&&"xmlns"!==(e=t.slice(0,r))&&(t=t.slice(r+1)),L.hasOwnProperty(e)?{space:L[e],local:t}:t}function A(t){return t.ownerDocument&&t.ownerDocument.defaultView||t.document&&t||t.defaultView}function W(t,e){return t.style.getPropertyValue(e)||A(t).getComputedStyle(t,null).getPropertyValue(e)}function E(t){return t.trim().split(/^|\s+/)}function $(t){return t.classList||new O(t)}function O(t){this._node=t,this._names=E(t.getAttribute("class")||"")}function I(t,e){for(var r=$(t),i=-1,n=e.length;++i<n;)r.add(e[i])}function D(t,e){for(var r=$(t),i=-1,n=e.length;++i<n;)r.remove(e[i])}O.prototype={add:function(t){0>this._names.indexOf(t)&&(this._names.push(t),this._node.setAttribute("class",this._names.join(" ")))},remove:function(t){var e=this._names.indexOf(t);e>=0&&(this._names.splice(e,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(t){return this._names.indexOf(t)>=0}};function Z(){this.textContent=""}function q(){this.innerHTML=""}function z(){this.nextSibling&&this.parentNode.appendChild(this)}function N(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function P(t){var e=F(t);return(e.local?function(t){return function(){return this.ownerDocument.createElementNS(t.space,t.local)}}:function(t){return function(){var e=this.ownerDocument,r=this.namespaceURI;return r===B&&e.documentElement.namespaceURI===B?e.createElement(t):e.createElementNS(r,t)}})(e)}function R(){return null}function j(){var t=this.parentNode;t&&t.removeChild(this)}function Y(){var t=this.cloneNode(!1),e=this.parentNode;return e?e.insertBefore(t,this.nextSibling):t}function U(){var t=this.cloneNode(!0),e=this.parentNode;return e?e.insertBefore(t,this.nextSibling):t}function H(t){return function(){var e=this.__on;if(e){for(var r,i=0,n=-1,o=e.length;i<o;++i)(r=e[i],t.type&&r.type!==t.type||r.name!==t.name)?e[++n]=r:this.removeEventListener(r.type,r.listener,r.options);++n?e.length=n:delete this.__on}}}function V(t,e,r){return function(){var i,n,o=this.__on,a=(i=e,function(t){i.call(this,t,this.__data__)});if(o){for(var s=0,l=o.length;s<l;++s)if((n=o[s]).type===t.type&&n.name===t.name){this.removeEventListener(n.type,n.listener,n.options),this.addEventListener(n.type,n.listener=a,n.options=r),n.value=e;return}}this.addEventListener(t.type,a,r),n={type:t.type,name:t.name,value:e,listener:a,options:r},o?o.push(n):this.__on=[n]}}function G(t,e,r){var i=A(t),n=i.CustomEvent;"function"==typeof n?n=new n(e,r):(n=i.document.createEvent("Event"),r?(n.initEvent(e,r.bubbles,r.cancelable),n.detail=r.detail):n.initEvent(e,!1,!1)),t.dispatchEvent(n)}var X=[null];function Q(t,e){this._groups=t,this._parents=e}function K(){return new Q([[document.documentElement]],X)}Q.prototype=K.prototype={constructor:Q,select:function(t){"function"!=typeof t&&(t=f(t));for(var e=this._groups,r=e.length,i=Array(r),n=0;n<r;++n)for(var o,a,s=e[n],l=s.length,h=i[n]=Array(l),c=0;c<l;++c)(o=s[c])&&(a=t.call(o,o.__data__,c,s))&&("__data__"in o&&(a.__data__=o.__data__),h[c]=a);return new Q(i,this._parents)},selectAll:function(t){if("function"==typeof t){var e;e=t,t=function(){var t;return t=e.apply(this,arguments),null==t?[]:Array.isArray(t)?t:Array.from(t)}}else t=g(t);for(var r=this._groups,i=r.length,n=[],o=[],a=0;a<i;++a)for(var s,l=r[a],h=l.length,c=0;c<h;++c)(s=l[c])&&(n.push(t.call(s,s.__data__,c,l)),o.push(s));return new Q(n,o)},selectChild:function(t){var e;return this.select(null==t?b:(e="function"==typeof t?t:m(t),function(){return x.call(this.children,e)}))},selectChildren:function(t){var e;return this.selectAll(null==t?k:(e="function"==typeof t?t:m(t),function(){return C.call(this.children,e)}))},filter:function(t){"function"!=typeof t&&(t=y(t));for(var e=this._groups,r=e.length,i=Array(r),n=0;n<r;++n)for(var o,a=e[n],s=a.length,l=i[n]=[],h=0;h<s;++h)(o=a[h])&&t.call(o,o.__data__,h,a)&&l.push(o);return new Q(i,this._parents)},data:function(t,e){if(!arguments.length)return Array.from(this,S);var r=e?T:v,i=this._parents,n=this._groups;if("function"!=typeof t){;m=t,t=function(){return m}}for(var o=n.length,a=Array(o),s=Array(o),l=Array(o),h=0;h<o;++h){var c=i[h],u=n[h],d=u.length,f=function(t){return"object"==typeof t&&"length"in t?t:Array.from(t)}(t.call(c,c&&c.__data__,h,i)),p=f.length,g=s[h]=Array(p),y=a[h]=Array(p);r(c,u,g,y,l[h]=Array(d),f,e);for(var m,x,b,C=0,k=0;C<p;++C)if(x=g[C]){for(C>=k&&(k=C+1);!(b=y[k])&&++k<p;);x._next=b||null}}return(a=new Q(a,i))._enter=s,a._exit=l,a},enter:function(){return new Q(this._enter||this._groups.map(_),this._parents)},exit:function(){return new Q(this._exit||this._groups.map(_),this._parents)},join:function(t,e,r){var i=this.enter(),n=this,o=this.exit();return"function"==typeof t?(i=t(i))&&(i=i.selection()):i=i.append(t+""),null!=e&&(n=e(n))&&(n=n.selection()),null==r?o.remove():r(o),i&&n?i.merge(n).order():n},merge:function(t){for(var e=t.selection?t.selection():t,r=this._groups,i=e._groups,n=r.length,o=i.length,a=Math.min(n,o),s=Array(n),l=0;l<a;++l)for(var h,c=r[l],u=i[l],d=c.length,f=s[l]=Array(d),p=0;p<d;++p)(h=c[p]||u[p])&&(f[p]=h);for(;l<n;++l)s[l]=r[l];return new Q(s,this._parents)},selection:function(){return this},order:function(){for(var t=this._groups,e=-1,r=t.length;++e<r;)for(var i,n=t[e],o=n.length-1,a=n[o];--o>=0;)(i=n[o])&&(a&&4^i.compareDocumentPosition(a)&&a.parentNode.insertBefore(i,a),a=i);return this},sort:function(t){function e(e,r){return e&&r?t(e.__data__,r.__data__):!e-!r}!t&&(t=M);for(var r=this._groups,i=r.length,n=Array(i),o=0;o<i;++o){for(var a,s=r[o],l=s.length,h=n[o]=Array(l),c=0;c<l;++c)(a=s[c])&&(h[c]=a);h.sort(e)}return new Q(n,this._parents).order()},call:function(){var t=arguments[0];return arguments[0]=this,t.apply(null,arguments),this},nodes:function(){return Array.from(this)},node:function(){for(var t=this._groups,e=0,r=t.length;e<r;++e)for(var i=t[e],n=0,o=i.length;n<o;++n){var a=i[n];if(a)return a}return null},size:function(){let t=0;for(let e of this)++t;return t},empty:function(){return!this.node()},each:function(t){for(var e=this._groups,r=0,i=e.length;r<i;++r)for(var n,o=e[r],a=0,s=o.length;a<s;++a)(n=o[a])&&t.call(n,n.__data__,a,o);return this},attr:function(t,e){var r=F(t);if(arguments.length<2){var i=this.node();return r.local?i.getAttributeNS(r.space,r.local):i.getAttribute(r)}return this.each((null==e?r.local?function(t){return function(){this.removeAttributeNS(t.space,t.local)}}:function(t){return function(){this.removeAttribute(t)}}:"function"==typeof e?r.local?function(t,e){return function(){var r=e.apply(this,arguments);null==r?this.removeAttributeNS(t.space,t.local):this.setAttributeNS(t.space,t.local,r)}}:function(t,e){return function(){var r=e.apply(this,arguments);null==r?this.removeAttribute(t):this.setAttribute(t,r)}}:r.local?function(t,e){return function(){this.setAttributeNS(t.space,t.local,e)}}:function(t,e){return function(){this.setAttribute(t,e)}})(r,e))},style:function(t,e,r){return arguments.length>1?this.each((null==e?function(t){return function(){this.style.removeProperty(t)}}:"function"==typeof e?function(t,e,r){return function(){var i=e.apply(this,arguments);null==i?this.style.removeProperty(t):this.style.setProperty(t,i,r)}}:function(t,e,r){return function(){this.style.setProperty(t,e,r)}})(t,e,null==r?"":r)):W(this.node(),t)},property:function(t,e){return arguments.length>1?this.each((null==e?function(t){return function(){delete this[t]}}:"function"==typeof e?function(t,e){return function(){var r=e.apply(this,arguments);null==r?delete this[t]:this[t]=r}}:function(t,e){return function(){this[t]=e}})(t,e)):this.node()[t]},classed:function(t,e){var r=E(t+"");if(arguments.length<2){for(var i=$(this.node()),n=-1,o=r.length;++n<o;)if(!i.contains(r[n]))return!1;return!0}return this.each(("function"==typeof e?function(t,e){return function(){(e.apply(this,arguments)?I:D)(this,t)}}:e?function(t){return function(){I(this,t)}}:function(t){return function(){D(this,t)}})(r,e))},text:function(t){return arguments.length?this.each(null==t?Z:("function"==typeof t?function(t){return function(){var e=t.apply(this,arguments);this.textContent=null==e?"":e}}:function(t){return function(){this.textContent=t}})(t)):this.node().textContent},html:function(t){return arguments.length?this.each(null==t?q:("function"==typeof t?function(t){return function(){var e=t.apply(this,arguments);this.innerHTML=null==e?"":e}}:function(t){return function(){this.innerHTML=t}})(t)):this.node().innerHTML},raise:function(){return this.each(z)},lower:function(){return this.each(N)},append:function(t){var e="function"==typeof t?t:P(t);return this.select(function(){return this.appendChild(e.apply(this,arguments))})},insert:function(t,e){var r="function"==typeof t?t:P(t),i=null==e?R:"function"==typeof e?e:f(e);return this.select(function(){return this.insertBefore(r.apply(this,arguments),i.apply(this,arguments)||null)})},remove:function(){return this.each(j)},clone:function(t){return this.select(t?U:Y)},datum:function(t){return arguments.length?this.property("__data__",t):this.node().__data__},on:function(t,e,r){var i,n,o=(t+"").trim().split(/^|\s+/).map(function(t){var e="",r=t.indexOf(".");return r>=0&&(e=t.slice(r+1),t=t.slice(0,r)),{type:t,name:e}}),a=o.length;if(arguments.length<2){var s=this.node().__on;if(s){for(var l,h=0,c=s.length;h<c;++h)for(i=0,l=s[h];i<a;++i)if((n=o[i]).type===l.type&&n.name===l.name)return l.value}return}for(i=0,s=e?V:H;i<a;++i)this.each(s(o[i],e,r));return this},dispatch:function(t,e){return this.each(("function"==typeof e?function(t,e){return function(){return G(this,t,e.apply(this,arguments))}}:function(t,e){return function(){return G(this,t,e)}})(t,e))},[Symbol.iterator]:function*(){for(var t=this._groups,e=0,r=t.length;e<r;++e)for(var i,n=t[e],o=0,a=n.length;o<a;++o)(i=n[o])&&(yield i)}};var J={value:()=>{}};function tt(){for(var t,e=0,r=arguments.length,i={};e<r;++e){if(!(t=arguments[e]+"")||t in i||/[\s.]/.test(t))throw Error("illegal type: "+t);i[t]=[]}return new te(i)}function te(t){this._=t}te.prototype=tt.prototype={constructor:te,on:function(t,e){var r,i,n,o=this._,a=(r=t+"",i=o,r.trim().split(/^|\s+/).map(function(t){var e="",r=t.indexOf(".");if(r>=0&&(e=t.slice(r+1),t=t.slice(0,r)),t&&!i.hasOwnProperty(t))throw Error("unknown type: "+t);return{type:t,name:e}})),s=-1,l=a.length;if(arguments.length<2){for(;++s<l;)if((n=(t=a[s]).type)&&(n=function(t,e){for(var r,i=0,n=t.length;i<n;++i)if((r=t[i]).name===e)return r.value}(o[n],t.name)))return n;return}if(null!=e&&"function"!=typeof e)throw Error("invalid callback: "+e);for(;++s<l;)if(n=(t=a[s]).type)o[n]=tr(o[n],t.name,e);else if(null==e)for(n in o)o[n]=tr(o[n],t.name,null);return this},copy:function(){var t={},e=this._;for(var r in e)t[r]=e[r].slice();return new te(t)},call:function(t,e){if((r=arguments.length-2)>0)for(var r,i,n=Array(r),o=0;o<r;++o)n[o]=arguments[o+2];if(!this._.hasOwnProperty(t))throw Error("unknown type: "+t);for(i=this._[t],o=0,r=i.length;o<r;++o)i[o].value.apply(e,n)},apply:function(t,e,r){if(!this._.hasOwnProperty(t))throw Error("unknown type: "+t);for(var i=this._[t],n=0,o=i.length;n<o;++n)i[n].value.apply(e,r)}};function tr(t,e,r){for(var i=0,n=t.length;i<n;++i)if(t[i].name===e){t[i]=J,t=t.slice(0,i).concat(t.slice(i+1));break}return null!=r&&t.push({name:e,value:r}),t}var ti,tn,to,ta,ts,tl,th,tc,tu,td,tf,tp,tg=0,ty=0,tm=0,tx=0,tb=0,tC=0,tk="object"==typeof performance&&performance.now?performance:Date,t_="object"==typeof window&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(t){setTimeout(t,17)};function tw(){return tb||(t_(tv),tb=tk.now()+tC)}function tv(){tb=0}function tT(){this._call=this._time=this._next=null}function tS(t,e,r){var i=new tT;return i.restart(t,e,r),i}tT.prototype=tS.prototype={constructor:tT,restart:function(t,e,r){if("function"!=typeof t)throw TypeError("callback is not a function");r=(null==r?tw():+r)+(null==e?0:+e),!this._next&&tp!==this&&(tp?tp._next=this:tf=this,tp=this),this._call=t,this._time=r,tL()},stop:function(){this._call&&(this._call=null,this._time=1/0,tL())}};function tM(){tb=(tx=tk.now())+tC,tg=ty=0;try{!function(){tw(),++tg;for(var t,e=tf;e;)(t=tb-e._time)>=0&&e._call.call(void 0,t),e=e._next;--tg}()}finally{tg=0,function(){for(var t,e,r=tf,i=1/0;r;)r._call?(i>r._time&&(i=r._time),t=r,r=r._next):(e=r._next,r._next=null,r=t?t._next=e:tf=e);tp=t,tL(i)}(),tb=0}}function tB(){var t=tk.now(),e=t-tx;e>1e3&&(tC-=e,tx=t)}function tL(t){!tg&&(ty&&(ty=clearTimeout(ty)),t-tb>24?(t<1/0&&(ty=setTimeout(tM,t-tk.now()-tC)),tm&&(tm=clearInterval(tm))):(!tm&&(tx=tk.now(),tm=setInterval(tB,1e3)),tg=1,t_(tM)))}function tF(t,e,r){var i=new tT;return e=null==e?0:+e,i.restart(r=>{i.stop(),t(r+e)},e,r),i}var tA=tt("start","end","cancel","interrupt"),tW=[];function tE(t,e,r,i,n,o){var a=t.__transition;if(a){if(r in a)return}else t.__transition={};(function(t,e,r){var i,n=t.__transition;n[e]=r,r.timer=tS(function(t){r.state=1,r.timer.restart(o,r.delay,r.time),r.delay<=t&&o(t-r.delay)},0,r.time);function o(l){var h,c,u,d;if(1!==r.state)return s();for(h in n)if((d=n[h]).name===r.name){if(3===d.state)return tF(o);4===d.state?(d.state=6,d.timer.stop(),d.on.call("interrupt",t,t.__data__,d.index,d.group),delete n[h]):+h<e&&(d.state=6,d.timer.stop(),d.on.call("cancel",t,t.__data__,d.index,d.group),delete n[h])}if(tF(function(){3===r.state&&(r.state=4,r.timer.restart(a,r.delay,r.time),a(l))}),r.state=2,r.on.call("start",t,t.__data__,r.index,r.group),2===r.state){for(h=0,r.state=3,i=Array(u=r.tween.length),c=-1;h<u;++h)(d=r.tween[h].value.call(t,t.__data__,r.index,r.group))&&(i[++c]=d);i.length=c+1}}function a(e){for(var n=e<r.duration?r.ease.call(null,e/r.duration):(r.timer.restart(s),r.state=5,1),o=-1,a=i.length;++o<a;)i[o].call(t,n);5===r.state&&(r.on.call("end",t,t.__data__,r.index,r.group),s())}function s(){for(var i in r.state=6,r.timer.stop(),delete n[e],n)return;delete t.__transition}})(t,r,{name:e,index:i,group:n,on:tA,tween:tW,time:o.time,delay:o.delay,duration:o.duration,ease:o.ease,timer:null,state:0})}function t$(t,e){var r=tI(t,e);if(r.state>0)throw Error("too late; already scheduled");return r}function tO(t,e){var r=tI(t,e);if(r.state>3)throw Error("too late; already running");return r}function tI(t,e){var r=t.__transition;if(!r||!(r=r[e]))throw Error("transition not found");return r}function tD(t,e){return t=+t,e=+e,function(r){return t*(1-r)+e*r}}var tZ=180/Math.PI,tq={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function tz(t,e,r,i,n,o){var a,s,l;return(a=Math.sqrt(t*t+e*e))&&(t/=a,e/=a),(l=t*r+e*i)&&(r-=t*l,i-=e*l),(s=Math.sqrt(r*r+i*i))&&(r/=s,i/=s,l/=s),t*i<e*r&&(t=-t,e=-e,l=-l,a=-a),{translateX:n,translateY:o,rotate:Math.atan2(e,t)*tZ,skewX:Math.atan(l)*tZ,scaleX:a,scaleY:s}}function tN(t,e,r,i){function n(t){return t.length?t.pop()+" ":""}return function(o,a){var s,l,h,c,u,d,f,p,g=[],y=[];return o=t(o),a=t(a),!function(t,i,n,o,a,s){if(t!==n||i!==o){var l=a.push("translate(",null,e,null,r);s.push({i:l-4,x:tD(t,n)},{i:l-2,x:tD(i,o)})}else(n||o)&&a.push("translate("+n+e+o+r)}(o.translateX,o.translateY,a.translateX,a.translateY,g,y),s=o.rotate,l=a.rotate,h=g,c=y,s!==l?(s-l>180?l+=360:l-s>180&&(s+=360),c.push({i:h.push(n(h)+"rotate(",null,i)-2,x:tD(s,l)})):l&&h.push(n(h)+"rotate("+l+i),u=o.skewX,d=a.skewX,f=g,p=y,u!==d?p.push({i:f.push(n(f)+"skewX(",null,i)-2,x:tD(u,d)}):d&&f.push(n(f)+"skewX("+d+i),!function(t,e,r,i,o,a){if(t!==r||e!==i){var s=o.push(n(o)+"scale(",null,",",null,")");a.push({i:s-4,x:tD(t,r)},{i:s-2,x:tD(e,i)})}else(1!==r||1!==i)&&o.push(n(o)+"scale("+r+","+i+")")}(o.scaleX,o.scaleY,a.scaleX,a.scaleY,g,y),o=a=null,function(t){for(var e,r=-1,i=y.length;++r<i;)g[(e=y[r]).i]=e.x(t);return g.join("")}}}var tP=tN(function(t){let e=new("function"==typeof DOMMatrix?DOMMatrix:WebKitCSSMatrix)(t+"");return e.isIdentity?tq:tz(e.a,e.b,e.c,e.d,e.e,e.f)},"px, ","px)","deg)"),tR=tN(function(t){return null==t?tq:(!ti&&(ti=document.createElementNS("http://www.w3.org/2000/svg","g")),ti.setAttribute("transform",t),t=ti.transform.baseVal.consolidate())?tz((t=t.matrix).a,t.b,t.c,t.d,t.e,t.f):tq},", ",")",")");function tj(t,e,r){var i=t._id;return t.each(function(){var t=tO(this,i);(t.value||(t.value={}))[e]=r.apply(this,arguments)}),function(t){return tI(t,i).value[e]}}function tY(t,e,r){t.prototype=e.prototype=r,r.constructor=t}function tU(t,e){var r=Object.create(t.prototype);for(var i in e)r[i]=e[i];return r}function tH(){}var tV=1.4285714285714286,tG="\\s*([+-]?\\d+)\\s*",tX="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",tQ="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",tK=/^#([0-9a-f]{3,8})$/,tJ=RegExp(`^rgb\\(${tG},${tG},${tG}\\)$`),t0=RegExp(`^rgb\\(${tQ},${tQ},${tQ}\\)$`),t1=RegExp(`^rgba\\(${tG},${tG},${tG},${tX}\\)$`),t2=RegExp(`^rgba\\(${tQ},${tQ},${tQ},${tX}\\)$`),t3=RegExp(`^hsl\\(${tX},${tQ},${tQ}\\)$`),t5=RegExp(`^hsla\\(${tX},${tQ},${tQ},${tX}\\)$`),t6={aliceblue:0xf0f8ff,antiquewhite:0xfaebd7,aqua:65535,aquamarine:8388564,azure:0xf0ffff,beige:0xf5f5dc,bisque:0xffe4c4,black:0,blanchedalmond:0xffebcd,blue:255,blueviolet:9055202,brown:0xa52a2a,burlywood:0xdeb887,cadetblue:6266528,chartreuse:8388352,chocolate:0xd2691e,coral:0xff7f50,cornflowerblue:6591981,cornsilk:0xfff8dc,crimson:0xdc143c,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:0xb8860b,darkgray:0xa9a9a9,darkgreen:25600,darkgrey:0xa9a9a9,darkkhaki:0xbdb76b,darkmagenta:9109643,darkolivegreen:5597999,darkorange:0xff8c00,darkorchid:0x9932cc,darkred:9109504,darksalmon:0xe9967a,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:0xff1493,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:0xb22222,floralwhite:0xfffaf0,forestgreen:2263842,fuchsia:0xff00ff,gainsboro:0xdcdcdc,ghostwhite:0xf8f8ff,gold:0xffd700,goldenrod:0xdaa520,gray:8421504,green:32768,greenyellow:0xadff2f,grey:8421504,honeydew:0xf0fff0,hotpink:0xff69b4,indianred:0xcd5c5c,indigo:4915330,ivory:0xfffff0,khaki:0xf0e68c,lavender:0xe6e6fa,lavenderblush:0xfff0f5,lawngreen:8190976,lemonchiffon:0xfffacd,lightblue:0xadd8e6,lightcoral:0xf08080,lightcyan:0xe0ffff,lightgoldenrodyellow:0xfafad2,lightgray:0xd3d3d3,lightgreen:9498256,lightgrey:0xd3d3d3,lightpink:0xffb6c1,lightsalmon:0xffa07a,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:0xb0c4de,lightyellow:0xffffe0,lime:65280,limegreen:3329330,linen:0xfaf0e6,magenta:0xff00ff,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:0xba55d3,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:0xc71585,midnightblue:1644912,mintcream:0xf5fffa,mistyrose:0xffe4e1,moccasin:0xffe4b5,navajowhite:0xffdead,navy:128,oldlace:0xfdf5e6,olive:8421376,olivedrab:7048739,orange:0xffa500,orangered:0xff4500,orchid:0xda70d6,palegoldenrod:0xeee8aa,palegreen:0x98fb98,paleturquoise:0xafeeee,palevioletred:0xdb7093,papayawhip:0xffefd5,peachpuff:0xffdab9,peru:0xcd853f,pink:0xffc0cb,plum:0xdda0dd,powderblue:0xb0e0e6,purple:8388736,rebeccapurple:6697881,red:0xff0000,rosybrown:0xbc8f8f,royalblue:4286945,saddlebrown:9127187,salmon:0xfa8072,sandybrown:0xf4a460,seagreen:3050327,seashell:0xfff5ee,sienna:0xa0522d,silver:0xc0c0c0,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:0xfffafa,springgreen:65407,steelblue:4620980,tan:0xd2b48c,teal:32896,thistle:0xd8bfd8,tomato:0xff6347,turquoise:4251856,violet:0xee82ee,wheat:0xf5deb3,white:0xffffff,whitesmoke:0xf5f5f5,yellow:0xffff00,yellowgreen:0x9acd32};function t4(){return this.rgb().formatHex()}tY(tH,t8,{copy(t){return Object.assign(new this.constructor,this,t)},displayable(){return this.rgb().displayable()},hex:t4,formatHex:t4,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return ec(this).formatHsl()},formatRgb:t9,toString:t9});function t9(){return this.rgb().formatRgb()}function t8(t){var e,r;return t=(t+"").trim().toLowerCase(),(e=tK.exec(t))?(r=e[1].length,e=parseInt(e[1],16),6===r?t7(e):3===r?new ei(e>>8&15|e>>4&240,e>>4&15|240&e,(15&e)<<4|15&e,1):8===r?et(e>>24&255,e>>16&255,e>>8&255,(255&e)/255):4===r?et(e>>12&15|e>>8&240,e>>8&15|e>>4&240,e>>4&15|240&e,((15&e)<<4|15&e)/255):null):(e=tJ.exec(t))?new ei(e[1],e[2],e[3],1):(e=t0.exec(t))?new ei(255*e[1]/100,255*e[2]/100,255*e[3]/100,1):(e=t1.exec(t))?et(e[1],e[2],e[3],e[4]):(e=t2.exec(t))?et(255*e[1]/100,255*e[2]/100,255*e[3]/100,e[4]):(e=t3.exec(t))?eh(e[1],e[2]/100,e[3]/100,1):(e=t5.exec(t))?eh(e[1],e[2]/100,e[3]/100,e[4]):t6.hasOwnProperty(t)?t7(t6[t]):"transparent"===t?new ei(NaN,NaN,NaN,0):null}function t7(t){return new ei(t>>16&255,t>>8&255,255&t,1)}function et(t,e,r,i){return i<=0&&(t=e=r=NaN),new ei(t,e,r,i)}function ee(t){return(!(t instanceof tH)&&(t=t8(t)),t)?new ei((t=t.rgb()).r,t.g,t.b,t.opacity):new ei}function er(t,e,r,i){return 1==arguments.length?ee(t):new ei(t,e,r,null==i?1:i)}function ei(t,e,r,i){this.r=+t,this.g=+e,this.b=+r,this.opacity=+i}function en(){return`#${el(this.r)}${el(this.g)}${el(this.b)}`}tY(ei,er,tU(tH,{brighter(t){return t=null==t?tV:Math.pow(tV,t),new ei(this.r*t,this.g*t,this.b*t,this.opacity)},darker(t){return t=null==t?.7:Math.pow(.7,t),new ei(this.r*t,this.g*t,this.b*t,this.opacity)},rgb(){return this},clamp(){return new ei(es(this.r),es(this.g),es(this.b),ea(this.opacity))},displayable(){return -.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:en,formatHex:en,formatHex8:function(){return`#${el(this.r)}${el(this.g)}${el(this.b)}${el((isNaN(this.opacity)?1:this.opacity)*255)}`},formatRgb:eo,toString:eo}));function eo(){let t=ea(this.opacity);return`${1===t?"rgb(":"rgba("}${es(this.r)}, ${es(this.g)}, ${es(this.b)}${1===t?")":`, ${t})`}`}function ea(t){return isNaN(t)?1:Math.max(0,Math.min(1,t))}function es(t){return Math.max(0,Math.min(255,Math.round(t)||0))}function el(t){return((t=es(t))<16?"0":"")+t.toString(16)}function eh(t,e,r,i){return i<=0?t=e=r=NaN:r<=0||r>=1?t=e=NaN:e<=0&&(t=NaN),new eu(t,e,r,i)}function ec(t){if(t instanceof eu)return new eu(t.h,t.s,t.l,t.opacity);if(!(t instanceof tH)&&(t=t8(t)),!t)return new eu;if(t instanceof eu)return t;var e=(t=t.rgb()).r/255,r=t.g/255,i=t.b/255,n=Math.min(e,r,i),o=Math.max(e,r,i),a=NaN,s=o-n,l=(o+n)/2;return s?(a=e===o?(r-i)/s+(r<i)*6:r===o?(i-e)/s+2:(e-r)/s+4,s/=l<.5?o+n:2-o-n,a*=60):s=l>0&&l<1?0:a,new eu(a,s,l,t.opacity)}function eu(t,e,r,i){this.h=+t,this.s=+e,this.l=+r,this.opacity=+i}function ed(t){return(t=(t||0)%360)<0?t+360:t}function ef(t){return Math.max(0,Math.min(1,t||0))}function ep(t,e,r){return(t<60?e+(r-e)*t/60:t<180?r:t<240?e+(r-e)*(240-t)/60:e)*255}function eg(t,e,r,i,n){var o=t*t,a=o*t;return((1-3*t+3*o-a)*e+(4-6*o+3*a)*r+(1+3*t+3*o-3*a)*i+a*n)/6}tY(eu,function(t,e,r,i){return 1==arguments.length?ec(t):new eu(t,e,r,null==i?1:i)},tU(tH,{brighter(t){return t=null==t?tV:Math.pow(tV,t),new eu(this.h,this.s,this.l*t,this.opacity)},darker(t){return t=null==t?.7:Math.pow(.7,t),new eu(this.h,this.s,this.l*t,this.opacity)},rgb(){var t=this.h%360+(this.h<0)*360,e=isNaN(t)||isNaN(this.s)?0:this.s,r=this.l,i=r+(r<.5?r:1-r)*e,n=2*r-i;return new ei(ep(t>=240?t-240:t+120,n,i),ep(t,n,i),ep(t<120?t+240:t-120,n,i),this.opacity)},clamp(){return new eu(ed(this.h),ef(this.s),ef(this.l),ea(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){let t=ea(this.opacity);return`${1===t?"hsl(":"hsla("}${ed(this.h)}, ${100*ef(this.s)}%, ${100*ef(this.l)}%${1===t?")":`, ${t})`}`}}));let ey=t=>()=>t;function em(t,e){return function(r){return t+r*e}}function ex(t,e){var r=e-t;return r?em(t,r):ey(isNaN(t)?e:t)}let eb=function t(e){var r,i=1==(r=+(r=e))?ex:function(t,e){var i,n,o;return e-t?(i=t,n=e,i=Math.pow(i,o=r),n=Math.pow(n,o)-i,o=1/o,function(t){return Math.pow(i+t*n,o)}):ey(isNaN(t)?e:t)};function n(t,e){var r=i((t=er(t)).r,(e=er(e)).r),n=i(t.g,e.g),o=i(t.b,e.b),a=ex(t.opacity,e.opacity);return function(e){return t.r=r(e),t.g=n(e),t.b=o(e),t.opacity=a(e),t+""}}return n.gamma=t,n}(1);function eC(t){return function(e){var r,i,n=e.length,o=Array(n),a=Array(n),s=Array(n);for(r=0;r<n;++r)i=er(e[r]),o[r]=i.r||0,a[r]=i.g||0,s[r]=i.b||0;return o=t(o),a=t(a),s=t(s),i.opacity=1,function(t){return i.r=o(t),i.g=a(t),i.b=s(t),i+""}}}eC(function(t){var e=t.length-1;return function(r){var i=r<=0?r=0:r>=1?(r=1,e-1):Math.floor(r*e),n=t[i],o=t[i+1],a=i>0?t[i-1]:2*n-o,s=i<e-1?t[i+2]:2*o-n;return eg((r-i/e)*e,a,n,o,s)}}),eC(function(t){var e=t.length;return function(r){var i=Math.floor(((r%=1)<0?++r:r)*e),n=t[(i+e-1)%e],o=t[i%e],a=t[(i+1)%e],s=t[(i+2)%e];return eg((r-i/e)*e,n,o,a,s)}});var ek=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,e_=RegExp(ek.source,"g");function ew(t,e){var r,i,n,o,a,s=ek.lastIndex=e_.lastIndex=0,l=-1,h=[],c=[];for(t+="",e+="";(n=ek.exec(t))&&(o=e_.exec(e));)(a=o.index)>s&&(a=e.slice(s,a),h[l]?h[l]+=a:h[++l]=a),(n=n[0])===(o=o[0])?h[l]?h[l]+=o:h[++l]=o:(h[++l]=null,c.push({i:l,x:tD(n,o)})),s=e_.lastIndex;return s<e.length&&(a=e.slice(s),h[l]?h[l]+=a:h[++l]=a),h.length<2?c[0]?(r=c[0].x,function(t){return r(t)+""}):(i=e,function(){return i}):(e=c.length,function(t){for(var r,i=0;i<e;++i)h[(r=c[i]).i]=r.x(t);return h.join("")})}function ev(t,e){var r;return("number"==typeof e?tD:e instanceof t8?eb:(r=t8(e))?(e=r,eb):ew)(t,e)}var eT=K.prototype.constructor;function eS(t){return function(){this.style.removeProperty(t)}}var eM=0;function eB(t,e,r,i){this._groups=t,this._parents=e,this._name=r,this._id=i}function eL(){return++eM}var eF=K.prototype;eB.prototype=(function(t){return K().transition(t)}).prototype={constructor:eB,select:function(t){var e=this._name,r=this._id;"function"!=typeof t&&(t=f(t));for(var i=this._groups,n=i.length,o=Array(n),a=0;a<n;++a)for(var s,l,h=i[a],c=h.length,u=o[a]=Array(c),d=0;d<c;++d)(s=h[d])&&(l=t.call(s,s.__data__,d,h))&&("__data__"in s&&(l.__data__=s.__data__),u[d]=l,tE(u[d],e,r,d,u,tI(s,r)));return new eB(o,this._parents,e,r)},selectAll:function(t){var e=this._name,r=this._id;"function"!=typeof t&&(t=g(t));for(var i=this._groups,n=i.length,o=[],a=[],s=0;s<n;++s)for(var l,h=i[s],c=h.length,u=0;u<c;++u)if(l=h[u]){for(var d,f=t.call(l,l.__data__,u,h),p=tI(l,r),y=0,m=f.length;y<m;++y)(d=f[y])&&tE(d,e,r,y,f,p);o.push(f),a.push(l)}return new eB(o,a,e,r)},selectChild:eF.selectChild,selectChildren:eF.selectChildren,filter:function(t){"function"!=typeof t&&(t=y(t));for(var e=this._groups,r=e.length,i=Array(r),n=0;n<r;++n)for(var o,a=e[n],s=a.length,l=i[n]=[],h=0;h<s;++h)(o=a[h])&&t.call(o,o.__data__,h,a)&&l.push(o);return new eB(i,this._parents,this._name,this._id)},merge:function(t){if(t._id!==this._id)throw Error();for(var e=this._groups,r=t._groups,i=e.length,n=r.length,o=Math.min(i,n),a=Array(i),s=0;s<o;++s)for(var l,h=e[s],c=r[s],u=h.length,d=a[s]=Array(u),f=0;f<u;++f)(l=h[f]||c[f])&&(d[f]=l);for(;s<i;++s)a[s]=e[s];return new eB(a,this._parents,this._name,this._id)},selection:function(){return new eT(this._groups,this._parents)},transition:function(){for(var t=this._name,e=this._id,r=function(){return++eM}(),i=this._groups,n=i.length,o=0;o<n;++o)for(var a,s=i[o],l=s.length,h=0;h<l;++h)if(a=s[h]){var c=tI(a,e);tE(a,t,r,h,s,{time:c.time+c.delay+c.duration,delay:0,duration:c.duration,ease:c.ease})}return new eB(i,this._parents,t,r)},call:eF.call,nodes:eF.nodes,node:eF.node,size:eF.size,empty:eF.empty,each:eF.each,on:function(t,e){var r=this._id;return arguments.length<2?tI(this.node(),r).on.on(t):this.each(function(t,e,r){var i,n,o=(e+"").trim().split(/^|\s+/).every(function(t){var e=t.indexOf(".");return e>=0&&(t=t.slice(0,e)),!t||"start"===t})?t$:tO;return function(){var a=o(this,t),s=a.on;s!==i&&(n=(i=s).copy()).on(e,r),a.on=n}}(r,t,e))},attr:function(t,e){var r=F(t),i="transform"===r?tR:ev;return this.attrTween(t,"function"==typeof e?(r.local?function(t,e,r){var i,n,o;return function(){var a,s,l=r(this);return null==l?void this.removeAttributeNS(t.space,t.local):(a=this.getAttributeNS(t.space,t.local),a===(s=l+"")?null:a===i&&s===n?o:(n=s,o=e(i=a,l)))}}:function(t,e,r){var i,n,o;return function(){var a,s,l=r(this);return null==l?void this.removeAttribute(t):(a=this.getAttribute(t),a===(s=l+"")?null:a===i&&s===n?o:(n=s,o=e(i=a,l)))}})(r,i,tj(this,"attr."+t,e)):null==e?(r.local?function(t){return function(){this.removeAttributeNS(t.space,t.local)}}:function(t){return function(){this.removeAttribute(t)}})(r):(r.local?function(t,e,r){var i,n,o=r+"";return function(){var a=this.getAttributeNS(t.space,t.local);return a===o?null:a===i?n:n=e(i=a,r)}}:function(t,e,r){var i,n,o=r+"";return function(){var a=this.getAttribute(t);return a===o?null:a===i?n:n=e(i=a,r)}})(r,i,e))},attrTween:function(t,e){var r="attr."+t;if(arguments.length<2)return(r=this.tween(r))&&r._value;if(null==e)return this.tween(r,null);if("function"!=typeof e)throw Error();var i=F(t);return this.tween(r,(i.local?function(t,e){var r,i;function n(){var n,o,a=e.apply(this,arguments);if(a!==i){;r=(i=a)&&(n=t,o=a,function(t){this.setAttributeNS(n.space,n.local,o.call(this,t))})}return r}return n._value=e,n}:function(t,e){var r,i;function n(){var n,o,a=e.apply(this,arguments);if(a!==i){;r=(i=a)&&(n=t,o=a,function(t){this.setAttribute(n,o.call(this,t))})}return r}return n._value=e,n})(i,e))},style:function(t,e,r){var i,n,o,a,s,l,h,c,u,d,f,p,g,y,m,x,b,C,k,_,w,v,T,S,M,B="transform"==(t+="")?tP:ev;return null==e?this.styleTween(t,(i=t,n=B,function(){var t=W(this,i),e=(this.style.removeProperty(i),W(this,i));return t===e?null:t===o&&e===a?s:s=n(o=t,a=e)})).on("end.style."+t,eS(t)):"function"==typeof e?this.styleTween(t,(l=t,h=B,c=tj(this,"style."+t,e),function(){var t=W(this,l),e=c(this),r=e+"";return null==e&&(this.style.removeProperty(l),r=e=W(this,l)),t===r?null:t===u&&r===d?f:(d=r,f=h(u=t,e))})).each((p=this._id,k="end."+(C="style."+(g=t)),function(){var t=tO(this,p),e=t.on,r=null==t.value[C]?b||(b=eS(g)):void 0;(e!==y||x!==r)&&(m=(y=e).copy()).on(k,x=r),t.on=m})):this.styleTween(t,(_=t,w=B,M=(v=e)+"",function(){var t=W(this,_);return t===M?null:t===T?S:S=w(T=t,v)}),r).on("end.style."+t,null)},styleTween:function(t,e,r){var i="style."+(t+="");if(arguments.length<2)return(i=this.tween(i))&&i._value;if(null==e)return this.tween(i,null);if("function"!=typeof e)throw Error();return this.tween(i,function(t,e,r){var i,n;function o(){var o,a,s,l=e.apply(this,arguments);if(l!==n){;i=(n=l)&&(o=t,a=l,s=r,function(t){this.style.setProperty(o,a.call(this,t),s)})}return i}return o._value=e,o}(t,e,null==r?"":r))},text:function(t){var e,r;return this.tween("text","function"==typeof t?(e=tj(this,"text",t),function(){var t=e(this);this.textContent=null==t?"":t}):(r=null==t?"":t+"",function(){this.textContent=r}))},textTween:function(t){var e="text";if(arguments.length<1)return(e=this.tween(e))&&e._value;if(null==t)return this.tween(e,null);if("function"!=typeof t)throw Error();return this.tween(e,function(t){var e,r;function i(){var i,n=t.apply(this,arguments);if(n!==r){;e=(r=n)&&(i=n,function(t){this.textContent=i.call(this,t)})}return e}return i._value=t,i}(t))},remove:function(){var t;return this.on("end.remove",(t=this._id,function(){var e=this.parentNode;for(var r in this.__transition)if(+r!==t)return;e&&e.removeChild(this)}))},tween:function(t,e){var r=this._id;if(t+="",arguments.length<2){for(var i,n=tI(this.node(),r).tween,o=0,a=n.length;o<a;++o)if((i=n[o]).name===t)return i.value;return null}return this.each((null==e?function(t,e){var r,i;return function(){var n=tO(this,t),o=n.tween;if(o!==r){i=r=o;for(var a=0,s=i.length;a<s;++a)if(i[a].name===e){(i=i.slice()).splice(a,1);break}}n.tween=i}}:function(t,e,r){var i,n;if("function"!=typeof r)throw Error();return function(){var o=tO(this,t),a=o.tween;if(a!==i){n=(i=a).slice();for(var s={name:e,value:r},l=0,h=n.length;l<h;++l)if(n[l].name===e){n[l]=s;break}l===h&&n.push(s)}o.tween=n}})(r,t,e))},delay:function(t){var e=this._id;return arguments.length?this.each(("function"==typeof t?function(t,e){return function(){t$(this,t).delay=+e.apply(this,arguments)}}:function(t,e){return e=+e,function(){t$(this,t).delay=e}})(e,t)):tI(this.node(),e).delay},duration:function(t){var e=this._id;return arguments.length?this.each(("function"==typeof t?function(t,e){return function(){tO(this,t).duration=+e.apply(this,arguments)}}:function(t,e){return e=+e,function(){tO(this,t).duration=e}})(e,t)):tI(this.node(),e).duration},ease:function(t){var e=this._id;return arguments.length?this.each(function(t,e){if("function"!=typeof e)throw Error();return function(){tO(this,t).ease=e}}(e,t)):tI(this.node(),e).ease},easeVarying:function(t){var e,r;if("function"!=typeof t)throw Error();return this.each((e=this._id,r=t,function(){var t=r.apply(this,arguments);if("function"!=typeof t)throw Error();tO(this,e).ease=t}))},end:function(){var t,e,r=this,i=r._id,n=r.size();return new Promise(function(o,a){var s={value:a},l={value:function(){0==--n&&o()}};r.each(function(){var r=tO(this,i),n=r.on;n!==t&&((e=(t=n).copy())._.cancel.push(s),e._.interrupt.push(s),e._.end.push(l)),r.on=e}),0===n&&o()})},[Symbol.iterator]:eF[Symbol.iterator]};var eA={time:null,delay:0,duration:250,ease:function(t){return((t*=2)<=1?t*t*t:(t-=2)*t*t+2)/2}};K.prototype.interrupt=function(t){return this.each(function(){!function(t,e){var r,i,n,o=t.__transition,a=!0;if(o){for(n in e=null==e?null:e+"",o){if((r=o[n]).name!==e){a=!1;continue}i=r.state>2&&r.state<5,r.state=6,r.timer.stop(),r.on.call(i?"interrupt":"cancel",t,t.__data__,r.index,r.group),delete o[n]}a&&delete t.__transition}}(this,t)})},K.prototype.transition=function(t){var e,r;t instanceof eB?(e=t._id,t=t._name):(e=++eM,(r=eA).time=tw(),t=null==t?null:t+"");for(var i=this._groups,n=i.length,o=0;o<n;++o)for(var a,s=i[o],l=s.length,h=0;h<l;++h)(a=s[h])&&tE(a,t,e,h,s,r||function(t,e){for(var r;!(r=t.__transition)||!(r=r[e]);)if(!(t=t.parentNode))throw Error(`transition ${e} not found`);return r}(a,e));return new eB(i,this._parents,t,e)};let{abs:eW,max:eE,min:e$}=Math;function eO(t){return[+t[0],+t[1]]}function eI(t){return{type:t}}["w","e"].map(eI),["n","s"].map(eI),["n","w","e","s","nw","ne","sw","se"].map(eI);let eD=Math.PI/180,eZ=180/Math.PI,eq=4/29,ez=6/29,eN=6/29*3*(6/29),eP=6/29*(6/29)*(6/29);function eR(t){if(t instanceof ej)return new ej(t.l,t.a,t.b,t.opacity);if(t instanceof eX)return eQ(t);!(t instanceof ei)&&(t=ee(t));var e,r,i=eV(t.r),n=eV(t.g),o=eV(t.b),a=eY((.2225045*i+.7168786*n+.0606169*o)/1);return i===n&&n===o?e=r=a:(e=eY((.4360747*i+.3850649*n+.1430804*o)/.96422),r=eY((.0139322*i+.0971045*n+.7141733*o)/.82521)),new ej(116*a-16,500*(e-a),200*(a-r),t.opacity)}function ej(t,e,r,i){this.l=+t,this.a=+e,this.b=+r,this.opacity=+i}function eY(t){return t>eP?Math.pow(t,1/3):t/eN+eq}function eU(t){return t>ez?t*t*t:eN*(t-eq)}function eH(t){return 255*(t<=.0031308?12.92*t:1.055*Math.pow(t,1/2.4)-.055)}function eV(t){return(t/=255)<=.04045?t/12.92:Math.pow((t+.055)/1.055,2.4)}tY(ej,function(t,e,r,i){return 1==arguments.length?eR(t):new ej(t,e,r,null==i?1:i)},tU(tH,{brighter(t){return new ej(this.l+18*(null==t?1:t),this.a,this.b,this.opacity)},darker(t){return new ej(this.l-18*(null==t?1:t),this.a,this.b,this.opacity)},rgb(){var t=(this.l+16)/116,e=isNaN(this.a)?t:t+this.a/500,r=isNaN(this.b)?t:t-this.b/200;return e=.96422*eU(e),t=1*eU(t),new ei(eH(3.1338561*e-1.6168667*t-.4906146*(r=.82521*eU(r))),eH(-.9787684*e+1.9161415*t+.033454*r),eH(.0719453*e-.2289914*t+1.4052427*r),this.opacity)}}));function eG(t,e,r,i){return 1==arguments.length?function(t){if(t instanceof eX)return new eX(t.h,t.c,t.l,t.opacity);if(!(t instanceof ej)&&(t=eR(t)),0===t.a&&0===t.b)return new eX(NaN,0<t.l&&t.l<100?0:NaN,t.l,t.opacity);var e=Math.atan2(t.b,t.a)*eZ;return new eX(e<0?e+360:e,Math.sqrt(t.a*t.a+t.b*t.b),t.l,t.opacity)}(t):new eX(t,e,r,null==i?1:i)}function eX(t,e,r,i){this.h=+t,this.c=+e,this.l=+r,this.opacity=+i}function eQ(t){if(isNaN(t.h))return new ej(t.l,0,0,t.opacity);var e=t.h*eD;return new ej(t.l,Math.cos(e)*t.c,Math.sin(e)*t.c,t.opacity)}function eK(t){return function(e,r){var i=t((e=eG(e)).h,(r=eG(r)).h),n=ex(e.c,r.c),o=ex(e.l,r.l),a=ex(e.opacity,r.opacity);return function(t){return e.h=i(t),e.c=n(t),e.l=o(t),e.opacity=a(t),e+""}}}tY(eX,eG,tU(tH,{brighter(t){return new eX(this.h,this.c,this.l+18*(null==t?1:t),this.opacity)},darker(t){return new eX(this.h,this.c,this.l-18*(null==t?1:t),this.opacity)},rgb(){return eQ(this).rgb()}}));let eJ=eK(function(t,e){var r=e-t;return r?em(t,r>180||r<-180?r-360*Math.round(r/360):r):ey(isNaN(t)?e:t)});eK(ex);function e0(t,e){switch(arguments.length){case 0:break;case 1:this.range(t);break;default:this.range(e).domain(t)}return this}class e1 extends Map{constructor(t,e=e3){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:e}}),null!=t)for(let[e,r]of t)this.set(e,r)}get(t){return super.get(e2(this,t))}has(t){return super.has(e2(this,t))}set(t,e){return super.set(function({_intern:t,_key:e},r){let i=e(r);return t.has(i)?t.get(i):(t.set(i,r),r)}(this,t),e)}delete(t){return super.delete(function({_intern:t,_key:e},r){let i=e(r);return t.has(i)&&(r=t.get(i),t.delete(i)),r}(this,t))}}function e2({_intern:t,_key:e},r){let i=e(r);return t.has(i)?t.get(i):r}function e3(t){return null!==t&&"object"==typeof t?t.valueOf():t}let e5=Symbol("implicit");function e6(){var t=new e1,e=[],r=[],i=e5;function n(n){let o=t.get(n);if(void 0===o){if(i!==e5)return i;t.set(n,o=e.push(n)-1)}return r[o%r.length]}return n.domain=function(r){if(!arguments.length)return e.slice();for(let i of(e=[],t=new e1,r))!t.has(i)&&t.set(i,e.push(i)-1);return n},n.range=function(t){return arguments.length?(r=Array.from(t),n):r.slice()},n.unknown=function(t){return arguments.length?(i=t,n):i},n.copy=function(){return e6(e,r).unknown(i)},e0.apply(n,arguments),n}let e4=Math.sqrt(50),e9=Math.sqrt(10),e8=Math.sqrt(2);function e7(t,e,r){let i,n,o;let a=(e-t)/Math.max(0,r),s=Math.floor(Math.log10(a)),l=a/Math.pow(10,s),h=l>=e4?10:l>=e9?5:l>=e8?2:1;return(s<0?(i=Math.round(t*(o=Math.pow(10,-s)/h)),n=Math.round(e*o),i/o<t&&++i,n/o>e&&--n,o=-o):(i=Math.round(t/(o=Math.pow(10,s)*h)),n=Math.round(e/o),i*o<t&&++i,n*o>e&&--n),n<i&&.5<=r&&r<2)?e7(t,e,2*r):[i,n,o]}function rt(t,e,r){return e=+e,t=+t,e7(t,e,r=+r)[2]}function re(t,e,r){e=+e,t=+t,r=+r;let i=e<t,n=i?rt(e,t,r):rt(t,e,r);return(i?-1:1)*(n<0?-(1/n):n)}function rr(t,e){return null==t||null==e?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function ri(t,e){return null==t||null==e?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function rn(t){let e,r,i;function n(t,i,o=0,a=t.length){if(o<a){if(0!==e(i,i))return a;do{let e=o+a>>>1;0>r(t[e],i)?o=e+1:a=e}while(o<a)}return o}return 2!==t.length?(e=rr,r=(e,r)=>rr(t(e),r),i=(e,r)=>t(e)-r):(e=t===rr||t===ri?t:ro,r=t,i=t),{left:n,center:function(t,e,r=0,o=t.length){let a=n(t,e,r,o-1);return a>r&&i(t[a-1],e)>-i(t[a],e)?a-1:a},right:function(t,i,n=0,o=t.length){if(n<o){if(0!==e(i,i))return o;do{let e=n+o>>>1;0>=r(t[e],i)?n=e+1:o=e}while(n<o)}return n}}}function ro(){return 0}let ra=rn(rr),rs=ra.right;ra.left,rn(function(t){return null===t?NaN:+t}).center;function rl(t,e){var r,i,n=typeof e;return null==e||"boolean"===n?ey(e):("number"===n?tD:"string"===n?(i=t8(e))?(e=i,eb):ew:e instanceof t8?eb:e instanceof Date?function(t,e){var r=new Date;return t=+t,e=+e,function(i){return r.setTime(t*(1-i)+e*i),r}}:!ArrayBuffer.isView(r=e)||r instanceof DataView?Array.isArray(e)?function(t,e){var r,i=e?e.length:0,n=t?Math.min(i,t.length):0,o=Array(n),a=Array(i);for(r=0;r<n;++r)o[r]=rl(t[r],e[r]);for(;r<i;++r)a[r]=e[r];return function(t){for(r=0;r<n;++r)a[r]=o[r](t);return a}}:"function"!=typeof e.valueOf&&"function"!=typeof e.toString||isNaN(e)?function(t,e){var r,i={},n={};for(r in(null===t||"object"!=typeof t)&&(t={}),(null===e||"object"!=typeof e)&&(e={}),e)r in t?i[r]=rl(t[r],e[r]):n[r]=e[r];return function(t){for(r in i)n[r]=i[r](t);return n}}:tD:function(t,e){!e&&(e=[]);var r,i=t?Math.min(e.length,t.length):0,n=e.slice();return function(o){for(r=0;r<i;++r)n[r]=t[r]*(1-o)+e[r]*o;return n}})(t,e)}function rh(t,e){return t=+t,e=+e,function(r){return Math.round(t*(1-r)+e*r)}}function rc(t){return+t}var ru=[0,1];function rd(t){return t}function rf(t,e){var r;return(e-=t=+t)?function(r){return(r-t)/e}:(r=isNaN(e)?NaN:.5,function(){return r})}function rp(t,e,r){var i=t[0],n=t[1],o=e[0],a=e[1];return n<i?(i=rf(n,i),o=r(a,o)):(i=rf(i,n),o=r(o,a)),function(t){return o(i(t))}}function rg(t,e,r){var i=Math.min(t.length,e.length)-1,n=Array(i),o=Array(i),a=-1;for(t[i]<t[0]&&(t=t.slice().reverse(),e=e.slice().reverse());++a<i;)n[a]=rf(t[a],t[a+1]),o[a]=r(e[a],e[a+1]);return function(e){var r=rs(t,e,1,i)-1;return o[r](n[r](e))}}function ry(t,e){return e.domain(t.domain()).range(t.range()).interpolate(t.interpolate()).clamp(t.clamp()).unknown(t.unknown())}function rm(){return(function(){var t,e,r,i,n,o,a=ru,s=ru,l=rl,h=rd;function c(){var t,e,r,l=Math.min(a.length,s.length);if(h!==rd){;t=a[0],e=a[l-1],t>e&&(r=t,t=e,e=r),h=function(r){return Math.max(t,Math.min(e,r))}}return i=l>2?rg:rp,n=o=null,u}function u(e){return null==e||isNaN(e=+e)?r:(n||(n=i(a.map(t),s,l)))(t(h(e)))}return u.invert=function(r){return h(e((o||(o=i(s,a.map(t),tD)))(r)))},u.domain=function(t){return arguments.length?(a=Array.from(t,rc),c()):a.slice()},u.range=function(t){return arguments.length?(s=Array.from(t),c()):s.slice()},u.rangeRound=function(t){return s=Array.from(t),l=rh,c()},u.clamp=function(t){return arguments.length?(h=!!t||rd,c()):h!==rd},u.interpolate=function(t){return arguments.length?(l=t,c()):l},u.unknown=function(t){return arguments.length?(r=t,u):r},function(r,i){return t=r,e=i,c()}})()(rd,rd)}var rx=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function rb(t){var e;if(!(e=rx.exec(t)))throw Error("invalid format: "+t);return new rC({fill:e[1],align:e[2],sign:e[3],symbol:e[4],zero:e[5],width:e[6],comma:e[7],precision:e[8]&&e[8].slice(1),trim:e[9],type:e[10]})}function rC(t){this.fill=void 0===t.fill?" ":t.fill+"",this.align=void 0===t.align?">":t.align+"",this.sign=void 0===t.sign?"-":t.sign+"",this.symbol=void 0===t.symbol?"":t.symbol+"",this.zero=!!t.zero,this.width=void 0===t.width?void 0:+t.width,this.comma=!!t.comma,this.precision=void 0===t.precision?void 0:+t.precision,this.trim=!!t.trim,this.type=void 0===t.type?"":t.type+""}rb.prototype=rC.prototype,rC.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(void 0===this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(void 0===this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type};function rk(t,e){if((r=(t=e?t.toExponential(e-1):t.toExponential()).indexOf("e"))<0)return null;var r,i=t.slice(0,r);return[i.length>1?i[0]+i.slice(2):i,+t.slice(r+1)]}function r_(t){return(t=rk(Math.abs(t)))?t[1]:NaN}function rw(t,e){var r=rk(t,e);if(!r)return t+"";var i=r[0],n=r[1];return n<0?"0."+Array(-n).join("0")+i:i.length>n+1?i.slice(0,n+1)+"."+i.slice(n+1):i+Array(n-i.length+2).join("0")}let rv={"%":(t,e)=>(100*t).toFixed(e),b:t=>Math.round(t).toString(2),c:t=>t+"",d:function(t){return Math.abs(t=Math.round(t))>=1e21?t.toLocaleString("en").replace(/,/g,""):t.toString(10)},e:(t,e)=>t.toExponential(e),f:(t,e)=>t.toFixed(e),g:(t,e)=>t.toPrecision(e),o:t=>Math.round(t).toString(8),p:(t,e)=>rw(100*t,e),r:rw,s:function(t,e){var r=rk(t,e);if(!r)return t+"";var i=r[0],n=r[1],o=n-(tn=3*Math.max(-8,Math.min(8,Math.floor(n/3))))+1,a=i.length;return o===a?i:o>a?i+Array(o-a+1).join("0"):o>0?i.slice(0,o)+"."+i.slice(o):"0."+Array(1-o).join("0")+rk(t,Math.max(0,e+o-1))[0]},X:t=>Math.round(t).toString(16).toUpperCase(),x:t=>Math.round(t).toString(16)};function rT(t){return t}var rS=Array.prototype.map,rM=["y","z","a","f","p","n","\xb5","m","","k","M","G","T","P","E","Z","Y"];(function(t){ta=(to=function(t){var e,r,i,n=void 0===t.grouping||void 0===t.thousands?rT:(e=rS.call(t.grouping,Number),r=t.thousands+"",function(t,i){for(var n=t.length,o=[],a=0,s=e[0],l=0;n>0&&s>0&&(l+s+1>i&&(s=Math.max(1,i-l)),o.push(t.substring(n-=s,n+s)),!((l+=s+1)>i));){;s=e[a=(a+1)%e.length]}return o.reverse().join(r)}),o=void 0===t.currency?"":t.currency[0]+"",a=void 0===t.currency?"":t.currency[1]+"",s=void 0===t.decimal?".":t.decimal+"",l=void 0===t.numerals?rT:(i=rS.call(t.numerals,String),function(t){return t.replace(/[0-9]/g,function(t){return i[+t]})}),h=void 0===t.percent?"%":t.percent+"",c=void 0===t.minus?"\u2212":t.minus+"",u=void 0===t.nan?"NaN":t.nan+"";function d(t){var e=(t=rb(t)).fill,r=t.align,i=t.sign,d=t.symbol,f=t.zero,p=t.width,g=t.comma,y=t.precision,m=t.trim,x=t.type;"n"===x?(g=!0,x="g"):!rv[x]&&(void 0===y&&(y=12),m=!0,x="g"),(f||"0"===e&&"="===r)&&(f=!0,e="0",r="=");var b="$"===d?o:"#"===d&&/[boxX]/.test(x)?"0"+x.toLowerCase():"",C="$"===d?a:/[%p]/.test(x)?h:"",k=rv[x],_=/[defgprs%]/.test(x);function w(t){var o,a,h,d=b,w=C;if("c"===x)w=k(t)+w,t="";else{var v=(t=+t)<0||1/t<0;if(t=isNaN(t)?u:k(Math.abs(t),y),m&&(t=function(t){t:for(var e,r=t.length,i=1,n=-1;i<r;++i)switch(t[i]){case".":n=e=i;break;case"0":0===n&&(n=i),e=i;break;default:if(!+t[i])break t;n>0&&(n=0)}return n>0?t.slice(0,n)+t.slice(e+1):t}(t)),v&&0==+t&&"+"!==i&&(v=!1),d=(v?"("===i?i:c:"-"===i||"("===i?"":i)+d,w=("s"===x?rM[8+tn/3]:"")+w+(v&&"("===i?")":""),_){for(o=-1,a=t.length;++o<a;)if(48>(h=t.charCodeAt(o))||h>57){w=(46===h?s+t.slice(o+1):t.slice(o))+w,t=t.slice(0,o);break}}}g&&!f&&(t=n(t,1/0));var T=d.length+t.length+w.length,S=T<p?Array(p-T+1).join(e):"";switch(g&&f&&(t=n(S+t,S.length?p-w.length:1/0),S=""),r){case"<":t=d+t+w+S;break;case"=":t=d+S+t+w;break;case"^":t=S.slice(0,T=S.length>>1)+d+t+w+S.slice(T);break;default:t=S+d+t+w}return l(t)}return y=void 0===y?6:/[gprs]/.test(x)?Math.max(1,Math.min(21,y)):Math.max(0,Math.min(20,y)),w.toString=function(){return t+""},w}return{format:d,formatPrefix:function(t,e){var r=d(((t=rb(t)).type="f",t)),i=3*Math.max(-8,Math.min(8,Math.floor(r_(e)/3))),n=Math.pow(10,-i),o=rM[8+i/3];return function(t){return r(n*t)+o}}}}(t)).format,ts=to.formatPrefix})({thousands:",",grouping:[3],currency:["$",""]});let rB=6e4,rL=36e5,rF=864e5,rA=6048e5,rW=2592e6,rE=31536e6,r$=new Date,rO=new Date;function rI(t,e,r,i){function n(e){return t(e=0==arguments.length?new Date:new Date(+e)),e}return n.floor=e=>(t(e=new Date(+e)),e),n.ceil=r=>(t(r=new Date(r-1)),e(r,1),t(r),r),n.round=t=>{let e=n(t),r=n.ceil(t);return t-e<r-t?e:r},n.offset=(t,r)=>(e(t=new Date(+t),null==r?1:Math.floor(r)),t),n.range=(r,i,o)=>{let a;let s=[];if(r=n.ceil(r),o=null==o?1:Math.floor(o),!(r<i)||!(o>0))return s;do s.push(a=new Date(+r)),e(r,o),t(r);while(a<r&&r<i);return s},n.filter=r=>rI(e=>{if(e>=e)for(;t(e),!r(e);)e.setTime(e-1)},(t,i)=>{if(t>=t){if(i<0)for(;++i<=0;)for(;e(t,-1),!r(t););else for(;--i>=0;)for(;e(t,1),!r(t););}}),r&&(n.count=(e,i)=>(r$.setTime(+e),rO.setTime(+i),t(r$),t(rO),Math.floor(r(r$,rO))),n.every=t=>isFinite(t=Math.floor(t))&&t>0?t>1?n.filter(i?e=>i(e)%t==0:e=>n.count(0,e)%t==0):n:null),n}let rD=rI(()=>{},(t,e)=>{t.setTime(+t+e)},(t,e)=>e-t);rD.every=t=>isFinite(t=Math.floor(t))&&t>0?t>1?rI(e=>{e.setTime(Math.floor(e/t)*t)},(e,r)=>{e.setTime(+e+r*t)},(e,r)=>(r-e)/t):rD:null,rD.range;let rZ=rI(t=>{t.setTime(t-t.getMilliseconds())},(t,e)=>{t.setTime(+t+1e3*e)},(t,e)=>(e-t)/1e3,t=>t.getUTCSeconds());rZ.range;let rq=rI(t=>{t.setTime(t-t.getMilliseconds()-1e3*t.getSeconds())},(t,e)=>{t.setTime(+t+e*rB)},(t,e)=>(e-t)/rB,t=>t.getMinutes());rq.range;let rz=rI(t=>{t.setUTCSeconds(0,0)},(t,e)=>{t.setTime(+t+e*rB)},(t,e)=>(e-t)/rB,t=>t.getUTCMinutes());rz.range;let rN=rI(t=>{t.setTime(t-t.getMilliseconds()-1e3*t.getSeconds()-t.getMinutes()*rB)},(t,e)=>{t.setTime(+t+e*rL)},(t,e)=>(e-t)/rL,t=>t.getHours());rN.range;let rP=rI(t=>{t.setUTCMinutes(0,0,0)},(t,e)=>{t.setTime(+t+e*rL)},(t,e)=>(e-t)/rL,t=>t.getUTCHours());rP.range;let rR=rI(t=>t.setHours(0,0,0,0),(t,e)=>t.setDate(t.getDate()+e),(t,e)=>(e-t-(e.getTimezoneOffset()-t.getTimezoneOffset())*rB)/rF,t=>t.getDate()-1);rR.range;let rj=rI(t=>{t.setUTCHours(0,0,0,0)},(t,e)=>{t.setUTCDate(t.getUTCDate()+e)},(t,e)=>(e-t)/rF,t=>t.getUTCDate()-1);rj.range;let rY=rI(t=>{t.setUTCHours(0,0,0,0)},(t,e)=>{t.setUTCDate(t.getUTCDate()+e)},(t,e)=>(e-t)/rF,t=>Math.floor(t/rF));function rU(t){return rI(e=>{e.setDate(e.getDate()-(e.getDay()+7-t)%7),e.setHours(0,0,0,0)},(t,e)=>{t.setDate(t.getDate()+7*e)},(t,e)=>(e-t-(e.getTimezoneOffset()-t.getTimezoneOffset())*rB)/rA)}rY.range;let rH=rU(0),rV=rU(1),rG=rU(2),rX=rU(3),rQ=rU(4),rK=rU(5),rJ=rU(6);function r0(t){return rI(e=>{e.setUTCDate(e.getUTCDate()-(e.getUTCDay()+7-t)%7),e.setUTCHours(0,0,0,0)},(t,e)=>{t.setUTCDate(t.getUTCDate()+7*e)},(t,e)=>(e-t)/rA)}rH.range,rV.range,rG.range,rX.range,rQ.range,rK.range,rJ.range;let r1=r0(0),r2=r0(1),r3=r0(2),r5=r0(3),r6=r0(4),r4=r0(5),r9=r0(6);r1.range,r2.range,r3.range,r5.range,r6.range,r4.range,r9.range;let r8=rI(t=>{t.setDate(1),t.setHours(0,0,0,0)},(t,e)=>{t.setMonth(t.getMonth()+e)},(t,e)=>e.getMonth()-t.getMonth()+(e.getFullYear()-t.getFullYear())*12,t=>t.getMonth());r8.range;let r7=rI(t=>{t.setUTCDate(1),t.setUTCHours(0,0,0,0)},(t,e)=>{t.setUTCMonth(t.getUTCMonth()+e)},(t,e)=>e.getUTCMonth()-t.getUTCMonth()+(e.getUTCFullYear()-t.getUTCFullYear())*12,t=>t.getUTCMonth());r7.range;let it=rI(t=>{t.setMonth(0,1),t.setHours(0,0,0,0)},(t,e)=>{t.setFullYear(t.getFullYear()+e)},(t,e)=>e.getFullYear()-t.getFullYear(),t=>t.getFullYear());it.every=t=>isFinite(t=Math.floor(t))&&t>0?rI(e=>{e.setFullYear(Math.floor(e.getFullYear()/t)*t),e.setMonth(0,1),e.setHours(0,0,0,0)},(e,r)=>{e.setFullYear(e.getFullYear()+r*t)}):null,it.range;let ie=rI(t=>{t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)},(t,e)=>{t.setUTCFullYear(t.getUTCFullYear()+e)},(t,e)=>e.getUTCFullYear()-t.getUTCFullYear(),t=>t.getUTCFullYear());function ir(t,e,r,i,n,o){let a=[[rZ,1,1e3],[rZ,5,5e3],[rZ,15,15e3],[rZ,30,3e4],[o,1,rB],[o,5,5*rB],[o,15,15*rB],[o,30,30*rB],[n,1,rL],[n,3,3*rL],[n,6,6*rL],[n,12,12*rL],[i,1,rF],[i,2,2*rF],[r,1,rA],[e,1,rW],[e,3,3*rW],[t,1,rE]];function s(e,r,i){let n=Math.abs(r-e)/i,o=rn(([,,t])=>t).right(a,n);if(o===a.length)return t.every(re(e/rE,r/rE,i));if(0===o)return rD.every(Math.max(re(e,r,i),1));let[s,l]=a[n/a[o-1][2]<a[o][2]/n?o-1:o];return s.every(l)}return[function(t,e,r){let i=e<t;i&&([t,e]=[e,t]);let n=r&&"function"==typeof r.range?r:s(t,e,r),o=n?n.range(t,+e+1):[];return i?o.reverse():o},s]}ie.every=t=>isFinite(t=Math.floor(t))&&t>0?rI(e=>{e.setUTCFullYear(Math.floor(e.getUTCFullYear()/t)*t),e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0)},(e,r)=>{e.setUTCFullYear(e.getUTCFullYear()+r*t)}):null,ie.range;let[ii,io]=ir(ie,r7,r1,rY,rP,rz),[ia,is]=ir(it,r8,rH,rR,rN,rq);function il(t){if(0<=t.y&&t.y<100){var e=new Date(-1,t.m,t.d,t.H,t.M,t.S,t.L);return e.setFullYear(t.y),e}return new Date(t.y,t.m,t.d,t.H,t.M,t.S,t.L)}function ih(t){if(0<=t.y&&t.y<100){var e=new Date(Date.UTC(-1,t.m,t.d,t.H,t.M,t.S,t.L));return e.setUTCFullYear(t.y),e}return new Date(Date.UTC(t.y,t.m,t.d,t.H,t.M,t.S,t.L))}function ic(t,e,r){return{y:t,m:e,d:r,H:0,M:0,S:0,L:0}}var iu={"-":"",_:" ",0:"0"},id=/^\s*\d+/,ip=/^%/,ig=/[\\^$*+?|[\]().{}]/g;function iy(t,e,r){var i=t<0?"-":"",n=(i?-t:t)+"",o=n.length;return i+(o<r?Array(r-o+1).join(e)+n:n)}function im(t){return t.replace(ig,"\\$&")}function ix(t){return RegExp("^(?:"+t.map(im).join("|")+")","i")}function ib(t){return new Map(t.map((t,e)=>[t.toLowerCase(),e]))}function iC(t,e,r){var i=id.exec(e.slice(r,r+1));return i?(t.w=+i[0],r+i[0].length):-1}function ik(t,e,r){var i=id.exec(e.slice(r,r+1));return i?(t.u=+i[0],r+i[0].length):-1}function i_(t,e,r){var i=id.exec(e.slice(r,r+2));return i?(t.U=+i[0],r+i[0].length):-1}function iw(t,e,r){var i=id.exec(e.slice(r,r+2));return i?(t.V=+i[0],r+i[0].length):-1}function iv(t,e,r){var i=id.exec(e.slice(r,r+2));return i?(t.W=+i[0],r+i[0].length):-1}function iT(t,e,r){var i=id.exec(e.slice(r,r+4));return i?(t.y=+i[0],r+i[0].length):-1}function iS(t,e,r){var i=id.exec(e.slice(r,r+2));return i?(t.y=+i[0]+(+i[0]>68?1900:2e3),r+i[0].length):-1}function iM(t,e,r){var i=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(e.slice(r,r+6));return i?(t.Z=i[1]?0:-(i[2]+(i[3]||"00")),r+i[0].length):-1}function iB(t,e,r){var i=id.exec(e.slice(r,r+1));return i?(t.q=3*i[0]-3,r+i[0].length):-1}function iL(t,e,r){var i=id.exec(e.slice(r,r+2));return i?(t.m=i[0]-1,r+i[0].length):-1}function iF(t,e,r){var i=id.exec(e.slice(r,r+2));return i?(t.d=+i[0],r+i[0].length):-1}function iA(t,e,r){var i=id.exec(e.slice(r,r+3));return i?(t.m=0,t.d=+i[0],r+i[0].length):-1}function iW(t,e,r){var i=id.exec(e.slice(r,r+2));return i?(t.H=+i[0],r+i[0].length):-1}function iE(t,e,r){var i=id.exec(e.slice(r,r+2));return i?(t.M=+i[0],r+i[0].length):-1}function i$(t,e,r){var i=id.exec(e.slice(r,r+2));return i?(t.S=+i[0],r+i[0].length):-1}function iO(t,e,r){var i=id.exec(e.slice(r,r+3));return i?(t.L=+i[0],r+i[0].length):-1}function iI(t,e,r){var i=id.exec(e.slice(r,r+6));return i?(t.L=Math.floor(i[0]/1e3),r+i[0].length):-1}function iD(t,e,r){var i=ip.exec(e.slice(r,r+1));return i?r+i[0].length:-1}function iZ(t,e,r){var i=id.exec(e.slice(r));return i?(t.Q=+i[0],r+i[0].length):-1}function iq(t,e,r){var i=id.exec(e.slice(r));return i?(t.s=+i[0],r+i[0].length):-1}function iz(t,e){return iy(t.getDate(),e,2)}function iN(t,e){return iy(t.getHours(),e,2)}function iP(t,e){return iy(t.getHours()%12||12,e,2)}function iR(t,e){return iy(1+rR.count(it(t),t),e,3)}function ij(t,e){return iy(t.getMilliseconds(),e,3)}function iY(t,e){return ij(t,e)+"000"}function iU(t,e){return iy(t.getMonth()+1,e,2)}function iH(t,e){return iy(t.getMinutes(),e,2)}function iV(t,e){return iy(t.getSeconds(),e,2)}function iG(t){var e=t.getDay();return 0===e?7:e}function iX(t,e){return iy(rH.count(it(t)-1,t),e,2)}function iQ(t){var e=t.getDay();return e>=4||0===e?rQ(t):rQ.ceil(t)}function iK(t,e){return t=iQ(t),iy(rQ.count(it(t),t)+(4===it(t).getDay()),e,2)}function iJ(t){return t.getDay()}function i0(t,e){return iy(rV.count(it(t)-1,t),e,2)}function i1(t,e){return iy(t.getFullYear()%100,e,2)}function i2(t,e){return iy((t=iQ(t)).getFullYear()%100,e,2)}function i3(t,e){return iy(t.getFullYear()%1e4,e,4)}function i5(t,e){var r=t.getDay();return iy((t=r>=4||0===r?rQ(t):rQ.ceil(t)).getFullYear()%1e4,e,4)}function i6(t){var e=t.getTimezoneOffset();return(e>0?"-":(e*=-1,"+"))+iy(e/60|0,"0",2)+iy(e%60,"0",2)}function i4(t,e){return iy(t.getUTCDate(),e,2)}function i9(t,e){return iy(t.getUTCHours(),e,2)}function i8(t,e){return iy(t.getUTCHours()%12||12,e,2)}function i7(t,e){return iy(1+rj.count(ie(t),t),e,3)}function nt(t,e){return iy(t.getUTCMilliseconds(),e,3)}function ne(t,e){return nt(t,e)+"000"}function nr(t,e){return iy(t.getUTCMonth()+1,e,2)}function ni(t,e){return iy(t.getUTCMinutes(),e,2)}function nn(t,e){return iy(t.getUTCSeconds(),e,2)}function no(t){var e=t.getUTCDay();return 0===e?7:e}function na(t,e){return iy(r1.count(ie(t)-1,t),e,2)}function ns(t){var e=t.getUTCDay();return e>=4||0===e?r6(t):r6.ceil(t)}function nl(t,e){return t=ns(t),iy(r6.count(ie(t),t)+(4===ie(t).getUTCDay()),e,2)}function nh(t){return t.getUTCDay()}function nc(t,e){return iy(r2.count(ie(t)-1,t),e,2)}function nu(t,e){return iy(t.getUTCFullYear()%100,e,2)}function nd(t,e){return iy((t=ns(t)).getUTCFullYear()%100,e,2)}function nf(t,e){return iy(t.getUTCFullYear()%1e4,e,4)}function np(t,e){var r=t.getUTCDay();return iy((t=r>=4||0===r?r6(t):r6.ceil(t)).getUTCFullYear()%1e4,e,4)}function ng(){return"+0000"}function ny(){return"%"}function nm(t){return+t}function nx(t){return Math.floor(+t/1e3)}(function(t){th=(tl=function(t){var e=t.dateTime,r=t.date,i=t.time,n=t.periods,o=t.days,a=t.shortDays,s=t.months,l=t.shortMonths,h=ix(n),c=ib(n),u=ix(o),d=ib(o),f=ix(a),p=ib(a),g=ix(s),y=ib(s),m=ix(l),x=ib(l),b={a:function(t){return a[t.getDay()]},A:function(t){return o[t.getDay()]},b:function(t){return l[t.getMonth()]},B:function(t){return s[t.getMonth()]},c:null,d:iz,e:iz,f:iY,g:i2,G:i5,H:iN,I:iP,j:iR,L:ij,m:iU,M:iH,p:function(t){return n[+(t.getHours()>=12)]},q:function(t){return 1+~~(t.getMonth()/3)},Q:nm,s:nx,S:iV,u:iG,U:iX,V:iK,w:iJ,W:i0,x:null,X:null,y:i1,Y:i3,Z:i6,"%":ny},C={a:function(t){return a[t.getUTCDay()]},A:function(t){return o[t.getUTCDay()]},b:function(t){return l[t.getUTCMonth()]},B:function(t){return s[t.getUTCMonth()]},c:null,d:i4,e:i4,f:ne,g:nd,G:np,H:i9,I:i8,j:i7,L:nt,m:nr,M:ni,p:function(t){return n[+(t.getUTCHours()>=12)]},q:function(t){return 1+~~(t.getUTCMonth()/3)},Q:nm,s:nx,S:nn,u:no,U:na,V:nl,w:nh,W:nc,x:null,X:null,y:nu,Y:nf,Z:ng,"%":ny},k={a:function(t,e,r){var i=f.exec(e.slice(r));return i?(t.w=p.get(i[0].toLowerCase()),r+i[0].length):-1},A:function(t,e,r){var i=u.exec(e.slice(r));return i?(t.w=d.get(i[0].toLowerCase()),r+i[0].length):-1},b:function(t,e,r){var i=m.exec(e.slice(r));return i?(t.m=x.get(i[0].toLowerCase()),r+i[0].length):-1},B:function(t,e,r){var i=g.exec(e.slice(r));return i?(t.m=y.get(i[0].toLowerCase()),r+i[0].length):-1},c:function(t,r,i){return v(t,e,r,i)},d:iF,e:iF,f:iI,g:iS,G:iT,H:iW,I:iW,j:iA,L:iO,m:iL,M:iE,p:function(t,e,r){var i=h.exec(e.slice(r));return i?(t.p=c.get(i[0].toLowerCase()),r+i[0].length):-1},q:iB,Q:iZ,s:iq,S:i$,u:ik,U:i_,V:iw,w:iC,W:iv,x:function(t,e,i){return v(t,r,e,i)},X:function(t,e,r){return v(t,i,e,r)},y:iS,Y:iT,Z:iM,"%":iD};function _(t,e){return function(r){var i,n,o,a=[],s=-1,l=0,h=t.length;for(!(r instanceof Date)&&(r=new Date(+r));++s<h;)37===t.charCodeAt(s)&&(a.push(t.slice(l,s)),null!=(n=iu[i=t.charAt(++s)])?i=t.charAt(++s):n="e"===i?" ":"0",(o=e[i])&&(i=o(r,n)),a.push(i),l=s+1);return a.push(t.slice(l,s)),a.join("")}}function w(t,e){return function(r){var i,n,o=ic(1900,void 0,1);if(v(o,t,r+="",0)!=r.length)return null;if("Q"in o)return new Date(o.Q);if("s"in o)return new Date(1e3*o.s+("L"in o?o.L:0));if(e&&!("Z"in o)&&(o.Z=0),"p"in o&&(o.H=o.H%12+12*o.p),void 0===o.m&&(o.m="q"in o?o.q:0),"V"in o){if(o.V<1||o.V>53)return null;!("w"in o)&&(o.w=1),"Z"in o?(i=(n=(i=ih(ic(o.y,0,1))).getUTCDay())>4||0===n?r2.ceil(i):r2(i),i=rj.offset(i,(o.V-1)*7),o.y=i.getUTCFullYear(),o.m=i.getUTCMonth(),o.d=i.getUTCDate()+(o.w+6)%7):(i=(n=(i=il(ic(o.y,0,1))).getDay())>4||0===n?rV.ceil(i):rV(i),i=rR.offset(i,(o.V-1)*7),o.y=i.getFullYear(),o.m=i.getMonth(),o.d=i.getDate()+(o.w+6)%7)}else("W"in o||"U"in o)&&(!("w"in o)&&(o.w="u"in o?o.u%7:"W"in o?1:0),n="Z"in o?ih(ic(o.y,0,1)).getUTCDay():il(ic(o.y,0,1)).getDay(),o.m=0,o.d="W"in o?(o.w+6)%7+7*o.W-(n+5)%7:o.w+7*o.U-(n+6)%7);return"Z"in o?(o.H+=o.Z/100|0,o.M+=o.Z%100,ih(o)):il(o)}}function v(t,e,r,i){for(var n,o,a=0,s=e.length,l=r.length;a<s;){if(i>=l)return -1;if(37===(n=e.charCodeAt(a++))){if(!(o=k[(n=e.charAt(a++))in iu?e.charAt(a++):n])||(i=o(t,r,i))<0)return -1}else if(n!=r.charCodeAt(i++))return -1}return i}return b.x=_(r,b),b.X=_(i,b),b.c=_(e,b),C.x=_(r,C),C.X=_(i,C),C.c=_(e,C),{format:function(t){var e=_(t+="",b);return e.toString=function(){return t},e},parse:function(t){var e=w(t+="",!1);return e.toString=function(){return t},e},utcFormat:function(t){var e=_(t+="",C);return e.toString=function(){return t},e},utcParse:function(t){var e=w(t+="",!0);return e.toString=function(){return t},e}}}(t)).format,tl.parse,tl.utcFormat,tl.utcParse})({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});function nb(t){return new Date(t)}function nC(t){return t instanceof Date?+t:+new Date(+t)}function nk(){return e0.apply((function t(e,r,i,n,o,a,s,l,h,c){var u=rm(),d=u.invert,f=u.domain,p=c(".%L"),g=c(":%S"),y=c("%I:%M"),m=c("%I %p"),x=c("%a %d"),b=c("%b %d"),C=c("%B"),k=c("%Y");function _(t){return(h(t)<t?p:l(t)<t?g:s(t)<t?y:a(t)<t?m:n(t)<t?o(t)<t?x:b:i(t)<t?C:k)(t)}return u.invert=function(t){return new Date(d(t))},u.domain=function(t){return arguments.length?f(Array.from(t,nC)):f().map(nb)},u.ticks=function(t){var r=f();return e(r[0],r[r.length-1],null==t?10:t)},u.tickFormat=function(t,e){return null==e?_:c(e)},u.nice=function(t){var e,i,n,o,a,s,l,h=f();return(!t||"function"!=typeof t.range)&&(t=r(h[0],h[h.length-1],null==t?10:t)),t?f((e=h,i=t,e=e.slice(),o=0,a=e.length-1,s=e[o],(l=e[a])<s&&(n=o,o=a,a=n,n=s,s=l,l=n),e[o]=i.floor(s),e[a]=i.ceil(l),e)):u},u.copy=function(){return ry(u,t(e,r,i,n,o,a,s,l,h,c))},u})(ia,is,it,r8,rH,rR,rN,rq,rZ,th).domain([new Date(2e3,0,1),new Date(2e3,0,2)]),arguments)}let n_=function(t){for(var e=t.length/6|0,r=Array(e),i=0;i<e;)r[i]="#"+t.slice(6*i,6*++i);return r}("4e79a7f28e2ce1575976b7b259a14fedc949af7aa1ff9da79c755fbab0ab");function nw(t){return"string"==typeof t?new Q([[document.querySelector(t)]],[document.documentElement]):new Q([[t]],X)}function nv(t){return function(){return t}}let nT=Math.abs,nS=Math.atan2,nM=Math.cos,nB=Math.max,nL=Math.min,nF=Math.sin,nA=Math.sqrt,nW=Math.PI,nE=nW/2,n$=2*nW;function nO(t){return t>=1?nE:t<=-1?-nE:Math.asin(t)}let nI=Math.PI,nD=2*nI,nZ=nD-1e-6;function nq(t){this._+=t[0];for(let e=1,r=t.length;e<r;++e)this._+=arguments[e]+t[e]}class nz{constructor(t){this._x0=this._y0=this._x1=this._y1=null,this._="",this._append=null==t?nq:function(t){let e=Math.floor(t);if(!(e>=0))throw Error(`invalid digits: ${t}`);if(e>15)return nq;let r=10**e;return function(t){this._+=t[0];for(let e=1,i=t.length;e<i;++e)this._+=Math.round(arguments[e]*r)/r+t[e]}}(t)}moveTo(t,e){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+e}`}closePath(){null!==this._x1&&(this._x1=this._x0,this._y1=this._y0,this._append`Z`)}lineTo(t,e){this._append`L${this._x1=+t},${this._y1=+e}`}quadraticCurveTo(t,e,r,i){this._append`Q${+t},${+e},${this._x1=+r},${this._y1=+i}`}bezierCurveTo(t,e,r,i,n,o){this._append`C${+t},${+e},${+r},${+i},${this._x1=+n},${this._y1=+o}`}arcTo(t,e,r,i,n){if(t=+t,e=+e,r=+r,i=+i,(n=+n)<0)throw Error(`negative radius: ${n}`);let o=this._x1,a=this._y1,s=r-t,l=i-e,h=o-t,c=a-e,u=h*h+c*c;if(null===this._x1)this._append`M${this._x1=t},${this._y1=e}`;else if(u>1e-6){if(Math.abs(c*s-l*h)>1e-6&&n){let d=r-o,f=i-a,p=s*s+l*l,g=Math.sqrt(p),y=Math.sqrt(u),m=n*Math.tan((nI-Math.acos((p+u-(d*d+f*f))/(2*g*y)))/2),x=m/y,b=m/g;Math.abs(x-1)>1e-6&&this._append`L${t+x*h},${e+x*c}`,this._append`A${n},${n},0,0,${+(c*d>h*f)},${this._x1=t+b*s},${this._y1=e+b*l}`}else this._append`L${this._x1=t},${this._y1=e}`}else;}arc(t,e,r,i,n,o){if(t=+t,e=+e,r=+r,o=!!o,r<0)throw Error(`negative radius: ${r}`);let a=r*Math.cos(i),s=r*Math.sin(i),l=t+a,h=e+s,c=1^o,u=o?i-n:n-i;null===this._x1?this._append`M${l},${h}`:(Math.abs(this._x1-l)>1e-6||Math.abs(this._y1-h)>1e-6)&&this._append`L${l},${h}`,r&&(u<0&&(u=u%nD+nD),u>nZ?this._append`A${r},${r},0,1,${c},${t-a},${e-s}A${r},${r},0,1,${c},${this._x1=l},${this._y1=h}`:u>1e-6&&this._append`A${r},${r},0,${+(u>=nI)},${c},${this._x1=t+r*Math.cos(n)},${this._y1=e+r*Math.sin(n)}`)}rect(t,e,r,i){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+e}h${r=+r}v${+i}h${-r}Z`}toString(){return this._}}function nN(t){let e=3;return t.digits=function(r){if(!arguments.length)return e;if(null==r)e=null;else{let t=Math.floor(r);if(!(t>=0))throw RangeError(`invalid digits: ${r}`);e=t}return t},()=>new nz(e)}function nP(t){return t.innerRadius}function nR(t){return t.outerRadius}function nj(t){return t.startAngle}function nY(t){return t.endAngle}function nU(t){return t&&t.padAngle}nz.prototype;function nH(t,e,r,i,n,o,a){var s=t-r,l=e-i,h=(a?o:-o)/nA(s*s+l*l),c=h*l,u=-h*s,d=t+c,f=e+u,p=r+c,g=i+u,y=(d+p)/2,m=(f+g)/2,x=p-d,b=g-f,C=x*x+b*b,k=n-o,_=d*g-p*f,w=(b<0?-1:1)*nA(nB(0,k*k*C-_*_)),v=(_*b-x*w)/C,T=(-_*x-b*w)/C,S=(_*b+x*w)/C,M=(-_*x+b*w)/C,B=v-y,L=T-m,F=S-y,A=M-m;return B*B+L*L>F*F+A*A&&(v=S,T=M),{cx:v,cy:T,x01:-c,y01:-u,x11:v*(n/k-1),y11:T*(n/k-1)}}function nV(){var t=nP,e=nR,r=nv(0),i=null,n=nj,o=nY,a=nU,s=null,l=nN(h);function h(){var h,c,u=+t.apply(this,arguments),d=+e.apply(this,arguments),f=n.apply(this,arguments)-nE,p=o.apply(this,arguments)-nE,g=nT(p-f),y=p>f;if(!s&&(s=h=l()),d<u&&(c=d,d=u,u=c),d>1e-12){if(g>n$-1e-12)s.moveTo(d*nM(f),d*nF(f)),s.arc(0,0,d,f,p,!y),u>1e-12&&(s.moveTo(u*nM(p),u*nF(p)),s.arc(0,0,u,p,f,y));else{var m,x,b=f,C=p,k=f,_=p,w=g,v=g,T=a.apply(this,arguments)/2,S=T>1e-12&&(i?+i.apply(this,arguments):nA(u*u+d*d)),M=nL(nT(d-u)/2,+r.apply(this,arguments)),B=M,L=M;if(S>1e-12){var F=nO(S/u*nF(T)),A=nO(S/d*nF(T));(w-=2*F)>1e-12?(F*=y?1:-1,k+=F,_-=F):(w=0,k=_=(f+p)/2),(v-=2*A)>1e-12?(A*=y?1:-1,b+=A,C-=A):(v=0,b=C=(f+p)/2)}var W=d*nM(b),E=d*nF(b),$=u*nM(_),O=u*nF(_);if(M>1e-12){var I,D=d*nM(C),Z=d*nF(C),q=u*nM(k),z=u*nF(k);if(g<nW){if(I=function(t,e,r,i,n,o,a,s){var l=r-t,h=i-e,c=a-n,u=s-o,d=u*l-c*h;if(!(d*d<1e-12))return d=(c*(e-o)-u*(t-n))/d,[t+d*l,e+d*h]}(W,E,q,z,D,Z,$,O)){var N,P=W-I[0],R=E-I[1],j=D-I[0],Y=Z-I[1],U=1/nF(((N=(P*j+R*Y)/(nA(P*P+R*R)*nA(j*j+Y*Y)))>1?0:N<-1?nW:Math.acos(N))/2),H=nA(I[0]*I[0]+I[1]*I[1]);B=nL(M,(u-H)/(U-1)),L=nL(M,(d-H)/(U+1))}else B=L=0}}v>1e-12?L>1e-12?(m=nH(q,z,W,E,d,L,y),x=nH(D,Z,$,O,d,L,y),s.moveTo(m.cx+m.x01,m.cy+m.y01),L<M?s.arc(m.cx,m.cy,L,nS(m.y01,m.x01),nS(x.y01,x.x01),!y):(s.arc(m.cx,m.cy,L,nS(m.y01,m.x01),nS(m.y11,m.x11),!y),s.arc(0,0,d,nS(m.cy+m.y11,m.cx+m.x11),nS(x.cy+x.y11,x.cx+x.x11),!y),s.arc(x.cx,x.cy,L,nS(x.y11,x.x11),nS(x.y01,x.x01),!y))):(s.moveTo(W,E),s.arc(0,0,d,b,C,!y)):s.moveTo(W,E),u>1e-12&&w>1e-12?B>1e-12?(m=nH($,O,D,Z,u,-B,y),x=nH(W,E,q,z,u,-B,y),s.lineTo(m.cx+m.x01,m.cy+m.y01),B<M?s.arc(m.cx,m.cy,B,nS(m.y01,m.x01),nS(x.y01,x.x01),!y):(s.arc(m.cx,m.cy,B,nS(m.y01,m.x01),nS(m.y11,m.x11),!y),s.arc(0,0,u,nS(m.cy+m.y11,m.cx+m.x11),nS(x.cy+x.y11,x.cx+x.x11),y),s.arc(x.cx,x.cy,B,nS(x.y11,x.x11),nS(x.y01,x.x01),!y))):s.arc(0,0,u,_,k,y):s.lineTo($,O)}}else s.moveTo(0,0);if(s.closePath(),h)return s=null,h+""||null}return h.centroid=function(){var r=(+t.apply(this,arguments)+ +e.apply(this,arguments))/2,i=(+n.apply(this,arguments)+ +o.apply(this,arguments))/2-nW/2;return[nM(i)*r,nF(i)*r]},h.innerRadius=function(e){return arguments.length?(t="function"==typeof e?e:nv(+e),h):t},h.outerRadius=function(t){return arguments.length?(e="function"==typeof t?t:nv(+t),h):e},h.cornerRadius=function(t){return arguments.length?(r="function"==typeof t?t:nv(+t),h):r},h.padRadius=function(t){return arguments.length?(i=null==t?null:"function"==typeof t?t:nv(+t),h):i},h.startAngle=function(t){return arguments.length?(n="function"==typeof t?t:nv(+t),h):n},h.endAngle=function(t){return arguments.length?(o="function"==typeof t?t:nv(+t),h):o},h.padAngle=function(t){return arguments.length?(a="function"==typeof t?t:nv(+t),h):a},h.context=function(t){return arguments.length?(s=null==t?null:t,h):s},h}function nG(t){return"object"==typeof t&&"length"in t?t:Array.from(t)}function nX(t){this._context=t}function nQ(t){return new nX(t)}function nK(t){return t[0]}function nJ(t){return t[1]}function n0(t,e){var r=nv(!0),i=null,n=nQ,o=null,a=nN(s);function s(s){var l,h,c,u=(s=nG(s)).length,d=!1;for(null==i&&(o=n(c=a())),l=0;l<=u;++l)!(l<u&&r(h=s[l],l,s))===d&&((d=!d)?o.lineStart():o.lineEnd()),d&&o.point(+t(h,l,s),+e(h,l,s));if(c)return o=null,c+""||null}return t="function"==typeof t?t:void 0===t?nK:nv(t),e="function"==typeof e?e:void 0===e?nJ:nv(e),s.x=function(e){return arguments.length?(t="function"==typeof e?e:nv(+e),s):t},s.y=function(t){return arguments.length?(e="function"==typeof t?t:nv(+t),s):e},s.defined=function(t){return arguments.length?(r="function"==typeof t?t:nv(!!t),s):r},s.curve=function(t){return arguments.length?(n=t,null!=i&&(o=n(i)),s):n},s.context=function(t){return arguments.length?(null==t?i=o=null:o=n(i=t),s):i},s}function n1(t,e){return e<t?-1:e>t?1:e>=t?0:NaN}function n2(t){return t}function n3(){var t=n2,e=n1,r=null,i=nv(0),n=nv(n$),o=nv(0);function a(a){var s,l,h,c,u,d=(a=nG(a)).length,f=0,p=Array(d),g=Array(d),y=+i.apply(this,arguments),m=Math.min(n$,Math.max(-n$,n.apply(this,arguments)-y)),x=Math.min(Math.abs(m)/d,o.apply(this,arguments)),b=x*(m<0?-1:1);for(s=0;s<d;++s)(u=g[p[s]=s]=+t(a[s],s,a))>0&&(f+=u);for(null!=e?p.sort(function(t,r){return e(g[t],g[r])}):null!=r&&p.sort(function(t,e){return r(a[t],a[e])}),s=0,h=f?(m-d*b)/f:0;s<d;++s,y=c)c=y+((u=g[l=p[s]])>0?u*h:0)+b,g[l]={data:a[l],index:s,value:u,startAngle:y,endAngle:c,padAngle:x};return g}return a.value=function(e){return arguments.length?(t="function"==typeof e?e:nv(+e),a):t},a.sortValues=function(t){return arguments.length?(e=t,r=null,a):e},a.sort=function(t){return arguments.length?(r=t,e=null,a):r},a.startAngle=function(t){return arguments.length?(i="function"==typeof t?t:nv(+t),a):i},a.endAngle=function(t){return arguments.length?(n="function"==typeof t?t:nv(+t),a):n},a.padAngle=function(t){return arguments.length?(o="function"==typeof t?t:nv(+t),a):o},a}function n5(){}function n6(t,e,r){t._context.bezierCurveTo((2*t._x0+t._x1)/3,(2*t._y0+t._y1)/3,(t._x0+2*t._x1)/3,(t._y0+2*t._y1)/3,(t._x0+4*t._x1+e)/6,(t._y0+4*t._y1+r)/6)}function n4(t){this._context=t}function n9(t){return new n4(t)}function n8(t){this._context=t}function n7(t){return new n8(t)}function ot(t){this._context=t}function oe(t){return new ot(t)}Array.prototype.slice,nX.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,e):this._context.moveTo(t,e);break;case 1:this._point=2;default:this._context.lineTo(t,e)}}},n4.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:n6(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,e):this._context.moveTo(t,e);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:n6(this,t,e)}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=e}},n8.prototype={areaStart:n5,areaEnd:n5,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x2,this._y2),this._context.closePath();break;case 2:this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3),this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3),this._context.closePath();break;case 3:this.point(this._x2,this._y2),this.point(this._x3,this._y3),this.point(this._x4,this._y4)}},point:function(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1,this._x2=t,this._y2=e;break;case 1:this._point=2,this._x3=t,this._y3=e;break;case 2:this._point=3,this._x4=t,this._y4=e,this._context.moveTo((this._x0+4*this._x1+t)/6,(this._y0+4*this._y1+e)/6);break;default:n6(this,t,e)}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=e}},ot.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var r=(this._x0+4*this._x1+t)/6,i=(this._y0+4*this._y1+e)/6;this._line?this._context.lineTo(r,i):this._context.moveTo(r,i);break;case 3:this._point=4;default:n6(this,t,e)}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=e}};class or{constructor(t,e){this._context=t,this._x=e}areaStart(){this._line=0}areaEnd(){this._line=NaN}lineStart(){this._point=0}lineEnd(){(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line}point(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,e):this._context.moveTo(t,e);break;case 1:this._point=2;default:this._x?this._context.bezierCurveTo(this._x0=(this._x0+t)/2,this._y0,this._x0,e,t,e):this._context.bezierCurveTo(this._x0,this._y0=(this._y0+e)/2,t,this._y0,t,e)}this._x0=t,this._y0=e}}function oi(t){return new or(t,!0)}function on(t){return new or(t,!1)}function oo(t,e){this._basis=new n4(t),this._beta=e}oo.prototype={lineStart:function(){this._x=[],this._y=[],this._basis.lineStart()},lineEnd:function(){var t=this._x,e=this._y,r=t.length-1;if(r>0){for(var i,n=t[0],o=e[0],a=t[r]-n,s=e[r]-o,l=-1;++l<=r;)i=l/r,this._basis.point(this._beta*t[l]+(1-this._beta)*(n+i*a),this._beta*e[l]+(1-this._beta)*(o+i*s))}this._x=this._y=null,this._basis.lineEnd()},point:function(t,e){this._x.push(+t),this._y.push(+e)}};let oa=function t(e){function r(t){return 1===e?new n4(t):new oo(t,e)}return r.beta=function(e){return t(+e)},r}(.85);function os(t,e,r){t._context.bezierCurveTo(t._x1+t._k*(t._x2-t._x0),t._y1+t._k*(t._y2-t._y0),t._x2+t._k*(t._x1-e),t._y2+t._k*(t._y1-r),t._x2,t._y2)}function ol(t,e){this._context=t,this._k=(1-e)/6}ol.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:os(this,this._x1,this._y1)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,e):this._context.moveTo(t,e);break;case 1:this._point=2,this._x1=t,this._y1=e;break;case 2:this._point=3;default:os(this,t,e)}this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=e}};let oh=function t(e){function r(t){return new ol(t,e)}return r.tension=function(e){return t(+e)},r}(0);function oc(t,e){this._context=t,this._k=(1-e)/6}oc.prototype={areaStart:n5,areaEnd:n5,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x3,this._y3),this._context.closePath();break;case 2:this._context.lineTo(this._x3,this._y3),this._context.closePath();break;case 3:this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5)}},point:function(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1,this._x3=t,this._y3=e;break;case 1:this._point=2,this._context.moveTo(this._x4=t,this._y4=e);break;case 2:this._point=3,this._x5=t,this._y5=e;break;default:os(this,t,e)}this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=e}};let ou=function t(e){function r(t){return new oc(t,e)}return r.tension=function(e){return t(+e)},r}(0);function od(t,e){this._context=t,this._k=(1-e)/6}od.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:os(this,t,e)}this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=e}};let of=function t(e){function r(t){return new od(t,e)}return r.tension=function(e){return t(+e)},r}(0);function op(t,e,r){var i=t._x1,n=t._y1,o=t._x2,a=t._y2;if(t._l01_a>1e-12){var s=2*t._l01_2a+3*t._l01_a*t._l12_a+t._l12_2a,l=3*t._l01_a*(t._l01_a+t._l12_a);i=(i*s-t._x0*t._l12_2a+t._x2*t._l01_2a)/l,n=(n*s-t._y0*t._l12_2a+t._y2*t._l01_2a)/l}if(t._l23_a>1e-12){var h=2*t._l23_2a+3*t._l23_a*t._l12_a+t._l12_2a,c=3*t._l23_a*(t._l23_a+t._l12_a);o=(o*h+t._x1*t._l23_2a-e*t._l12_2a)/c,a=(a*h+t._y1*t._l23_2a-r*t._l12_2a)/c}t._context.bezierCurveTo(i,n,o,a,t._x2,t._y2)}function og(t,e){this._context=t,this._alpha=e}og.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:this.point(this._x2,this._y2)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,e){if(t=+t,e=+e,this._point){var r=this._x2-t,i=this._y2-e;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(r*r+i*i,this._alpha))}switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(t,e):this._context.moveTo(t,e);break;case 1:this._point=2;break;case 2:this._point=3;default:op(this,t,e)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=e}};let oy=function t(e){function r(t){return e?new og(t,e):new ol(t,0)}return r.alpha=function(e){return t(+e)},r}(.5);function om(t,e){this._context=t,this._alpha=e}om.prototype={areaStart:n5,areaEnd:n5,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x3,this._y3),this._context.closePath();break;case 2:this._context.lineTo(this._x3,this._y3),this._context.closePath();break;case 3:this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5)}},point:function(t,e){if(t=+t,e=+e,this._point){var r=this._x2-t,i=this._y2-e;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(r*r+i*i,this._alpha))}switch(this._point){case 0:this._point=1,this._x3=t,this._y3=e;break;case 1:this._point=2,this._context.moveTo(this._x4=t,this._y4=e);break;case 2:this._point=3,this._x5=t,this._y5=e;break;default:op(this,t,e)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=e}};let ox=function t(e){function r(t){return e?new om(t,e):new oc(t,0)}return r.alpha=function(e){return t(+e)},r}(.5);function ob(t,e){this._context=t,this._alpha=e}ob.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,e){if(t=+t,e=+e,this._point){var r=this._x2-t,i=this._y2-e;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(r*r+i*i,this._alpha))}switch(this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:op(this,t,e)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=e}};let oC=function t(e){function r(t){return e?new ob(t,e):new od(t,0)}return r.alpha=function(e){return t(+e)},r}(.5);function ok(t){this._context=t}function o_(t){return new ok(t)}function ow(t){return t<0?-1:1}function ov(t,e,r){var i=t._x1-t._x0,n=e-t._x1,o=(t._y1-t._y0)/(i||n<0&&-0),a=(r-t._y1)/(n||i<0&&-0),s=(o*n+a*i)/(i+n);return((o<0?-1:1)+(a<0?-1:1))*Math.min(Math.abs(o),Math.abs(a),.5*Math.abs(s))||0}function oT(t,e){var r=t._x1-t._x0;return r?(3*(t._y1-t._y0)/r-e)/2:e}function oS(t,e,r){var i=t._x0,n=t._y0,o=t._x1,a=t._y1,s=(o-i)/3;t._context.bezierCurveTo(i+s,n+s*e,o-s,a-s*r,o,a)}function oM(t){this._context=t}function oB(t){this._context=new oL(t)}function oL(t){this._context=t}function oF(t){return new oM(t)}function oA(t){return new oB(t)}function oW(t){this._context=t}function oE(t){var e,r,i=t.length-1,n=Array(i),o=Array(i),a=Array(i);for(n[0]=0,o[0]=2,a[0]=t[0]+2*t[1],e=1;e<i-1;++e)n[e]=1,o[e]=4,a[e]=4*t[e]+2*t[e+1];for(n[i-1]=2,o[i-1]=7,a[i-1]=8*t[i-1]+t[i],e=1;e<i;++e)r=n[e]/o[e-1],o[e]-=r,a[e]-=r*a[e-1];for(n[i-1]=a[i-1]/o[i-1],e=i-2;e>=0;--e)n[e]=(a[e]-n[e+1])/o[e];for(e=0,o[i-1]=(t[i]+n[i-1])/2;e<i-1;++e)o[e]=2*t[e+1]-n[e+1];return[n,o]}function o$(t){return new oW(t)}function oO(t,e){this._context=t,this._t=e}function oI(t){return new oO(t,.5)}function oD(t){return new oO(t,0)}function oZ(t){return new oO(t,1)}function oq(t,e,r){this.k=t,this.x=e,this.y=r}ok.prototype={areaStart:n5,areaEnd:n5,lineStart:function(){this._point=0},lineEnd:function(){this._point&&this._context.closePath()},point:function(t,e){t=+t,e=+e,this._point?this._context.lineTo(t,e):(this._point=1,this._context.moveTo(t,e))}},oM.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=this._t0=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x1,this._y1);break;case 3:oS(this,this._t0,oT(this,this._t0))}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,e){var r=NaN;if(t=+t,e=+e,t!==this._x1||e!==this._y1){switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(t,e):this._context.moveTo(t,e);break;case 1:this._point=2;break;case 2:this._point=3,oS(this,oT(this,r=ov(this,t,e)),r);break;default:oS(this,this._t0,r=ov(this,t,e))}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=e,this._t0=r}}},(oB.prototype=Object.create(oM.prototype)).point=function(t,e){oM.prototype.point.call(this,e,t)},oL.prototype={moveTo:function(t,e){this._context.moveTo(e,t)},closePath:function(){this._context.closePath()},lineTo:function(t,e){this._context.lineTo(e,t)},bezierCurveTo:function(t,e,r,i,n,o){this._context.bezierCurveTo(e,t,i,r,o,n)}},oW.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=[],this._y=[]},lineEnd:function(){var t=this._x,e=this._y,r=t.length;if(r){if(this._line?this._context.lineTo(t[0],e[0]):this._context.moveTo(t[0],e[0]),2===r)this._context.lineTo(t[1],e[1]);else{for(var i=oE(t),n=oE(e),o=0,a=1;a<r;++o,++a)this._context.bezierCurveTo(i[0][o],n[0][o],i[1][o],n[1][o],t[a],e[a])}}(this._line||0!==this._line&&1===r)&&this._context.closePath(),this._line=1-this._line,this._x=this._y=null},point:function(t,e){this._x.push(+t),this._y.push(+e)}},oO.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=this._y=NaN,this._point=0},lineEnd:function(){0<this._t&&this._t<1&&2===this._point&&this._context.lineTo(this._x,this._y),(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line>=0&&(this._t=1-this._t,this._line=1-this._line)},point:function(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,e):this._context.moveTo(t,e);break;case 1:this._point=2;default:if(this._t<=0)this._context.lineTo(this._x,e),this._context.lineTo(t,e);else{var r=this._x*(1-this._t)+t*this._t;this._context.lineTo(r,this._y),this._context.lineTo(r,e)}}this._x=t,this._y=e}},oq.prototype={constructor:oq,scale:function(t){return 1===t?this:new oq(this.k*t,this.x,this.y)},translate:function(t,e){return 0===t&0===e?this:new oq(this.k,this.x+this.k*t,this.y+this.k*e)},apply:function(t){return[t[0]*this.k+this.x,t[1]*this.k+this.y]},applyX:function(t){return t*this.k+this.x},applyY:function(t){return t*this.k+this.y},invert:function(t){return[(t[0]-this.x)/this.k,(t[1]-this.y)/this.k]},invertX:function(t){return(t-this.x)/this.k},invertY:function(t){return(t-this.y)/this.k},rescaleX:function(t){return t.copy().domain(t.range().map(this.invertX,this).map(t.invert,t))},rescaleY:function(t){return t.copy().domain(t.range().map(this.invertY,this).map(t.invert,t))},toString:function(){return"translate("+this.x+","+this.y+") scale("+this.k+")"}};var oz=new oq(1,0,0);(function(t){for(;!t.__zoom;)if(!(t=t.parentNode))return oz;return t.__zoom}).prototype=oq.prototype},26374:function(t,e,r){"use strict";r.d(e,{Z:()=>a});var i=r("40597"),n=r("37079");let o=class t{constructor(){this.type=n.w.ALL}get(){return this.type}set(t){if(this.type&&this.type!==t)throw Error("Cannot change both RGB and HSL channels at the same time");this.type=t}reset(){this.type=n.w.ALL}is(t){return this.type===t}},a=new class t{constructor(t,e){this.color=e,this.changed=!1,this.data=t,this.type=new o}set(t,e){return this.color=e,this.changed=!1,this.data=t,this.type.type=n.w.ALL,this}_ensureHSL(){let t=this.data,{h:e,s:r,l:n}=t;void 0===e&&(t.h=i.Z.channel.rgb2hsl(t,"h")),void 0===r&&(t.s=i.Z.channel.rgb2hsl(t,"s")),void 0===n&&(t.l=i.Z.channel.rgb2hsl(t,"l"))}_ensureRGB(){let t=this.data,{r:e,g:r,b:n}=t;void 0===e&&(t.r=i.Z.channel.hsl2rgb(t,"r")),void 0===r&&(t.g=i.Z.channel.hsl2rgb(t,"g")),void 0===n&&(t.b=i.Z.channel.hsl2rgb(t,"b"))}get r(){let t=this.data,e=t.r;return this.type.is(n.w.HSL)||void 0===e?(this._ensureHSL(),i.Z.channel.hsl2rgb(t,"r")):e}get g(){let t=this.data,e=t.g;return this.type.is(n.w.HSL)||void 0===e?(this._ensureHSL(),i.Z.channel.hsl2rgb(t,"g")):e}get b(){let t=this.data,e=t.b;return this.type.is(n.w.HSL)||void 0===e?(this._ensureHSL(),i.Z.channel.hsl2rgb(t,"b")):e}get h(){let t=this.data,e=t.h;return this.type.is(n.w.RGB)||void 0===e?(this._ensureRGB(),i.Z.channel.rgb2hsl(t,"h")):e}get s(){let t=this.data,e=t.s;return this.type.is(n.w.RGB)||void 0===e?(this._ensureRGB(),i.Z.channel.rgb2hsl(t,"s")):e}get l(){let t=this.data,e=t.l;return this.type.is(n.w.RGB)||void 0===e?(this._ensureRGB(),i.Z.channel.rgb2hsl(t,"l")):e}get a(){return this.data.a}set r(t){this.type.set(n.w.RGB),this.changed=!0,this.data.r=t}set g(t){this.type.set(n.w.RGB),this.changed=!0,this.data.g=t}set b(t){this.type.set(n.w.RGB),this.changed=!0,this.data.b=t}set h(t){this.type.set(n.w.HSL),this.changed=!0,this.data.h=t}set s(t){this.type.set(n.w.HSL),this.changed=!0,this.data.s=t}set l(t){this.type.set(n.w.HSL),this.changed=!0,this.data.l=t}set a(t){this.changed=!0,this.data.a=t}}({r:0,g:0,b:0,a:0},"transparent")},36404:function(t,e,r){"use strict";r.d(e,{Z:()=>c});var i=r("26374"),n=r("37079");let o={re:/^#((?:[a-f0-9]{2}){2,4}|[a-f0-9]{3})$/i,parse:t=>{if(35!==t.charCodeAt(0))return;let e=t.match(o.re);if(!e)return;let r=e[1],n=parseInt(r,16),a=r.length,s=a%4==0,l=a>4,h=l?1:17,c=l?8:4,u=s?0:-1,d=l?255:15;return i.Z.set({r:(n>>c*(u+3)&d)*h,g:(n>>c*(u+2)&d)*h,b:(n>>c*(u+1)&d)*h,a:s?(n&d)*h/255:1},t)},stringify:t=>{let{r:e,g:r,b:i,a:o}=t;return o<1?`#${n.Q[Math.round(e)]}${n.Q[Math.round(r)]}${n.Q[Math.round(i)]}${n.Q[Math.round(255*o)]}`:`#${n.Q[Math.round(e)]}${n.Q[Math.round(r)]}${n.Q[Math.round(i)]}`}};var a=r("40597");let s={re:/^hsla?\(\s*?(-?(?:\d+(?:\.\d+)?|(?:\.\d+))(?:e-?\d+)?(?:deg|grad|rad|turn)?)\s*?(?:,|\s)\s*?(-?(?:\d+(?:\.\d+)?|(?:\.\d+))(?:e-?\d+)?%)\s*?(?:,|\s)\s*?(-?(?:\d+(?:\.\d+)?|(?:\.\d+))(?:e-?\d+)?%)(?:\s*?(?:,|\/)\s*?\+?(-?(?:\d+(?:\.\d+)?|(?:\.\d+))(?:e-?\d+)?(%)?))?\s*?\)$/i,hueRe:/^(.+?)(deg|grad|rad|turn)$/i,_hue2deg:t=>{let e=t.match(s.hueRe);if(e){let[,t,r]=e;switch(r){case"grad":return a.Z.channel.clamp.h(.9*parseFloat(t));case"rad":return a.Z.channel.clamp.h(180*parseFloat(t)/Math.PI);case"turn":return a.Z.channel.clamp.h(360*parseFloat(t))}}return a.Z.channel.clamp.h(parseFloat(t))},parse:t=>{let e=t.charCodeAt(0);if(104!==e&&72!==e)return;let r=t.match(s.re);if(!r)return;let[,n,o,l,h,c]=r;return i.Z.set({h:s._hue2deg(n),s:a.Z.channel.clamp.s(parseFloat(o)),l:a.Z.channel.clamp.l(parseFloat(l)),a:h?a.Z.channel.clamp.a(c?parseFloat(h)/100:parseFloat(h)):1},t)},stringify:t=>{let{h:e,s:r,l:i,a:n}=t;return n<1?`hsla(${a.Z.lang.round(e)}, ${a.Z.lang.round(r)}%, ${a.Z.lang.round(i)}%, ${n})`:`hsl(${a.Z.lang.round(e)}, ${a.Z.lang.round(r)}%, ${a.Z.lang.round(i)}%)`}},l={colors:{aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyanaqua:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",transparent:"#00000000",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"},parse:t=>{t=t.toLowerCase();let e=l.colors[t];if(e)return o.parse(e)},stringify:t=>{let e=o.stringify(t);for(let t in l.colors)if(l.colors[t]===e)return t}},h={re:/^rgba?\(\s*?(-?(?:\d+(?:\.\d+)?|(?:\.\d+))(?:e\d+)?(%?))\s*?(?:,|\s)\s*?(-?(?:\d+(?:\.\d+)?|(?:\.\d+))(?:e\d+)?(%?))\s*?(?:,|\s)\s*?(-?(?:\d+(?:\.\d+)?|(?:\.\d+))(?:e\d+)?(%?))(?:\s*?(?:,|\/)\s*?\+?(-?(?:\d+(?:\.\d+)?|(?:\.\d+))(?:e\d+)?(%?)))?\s*?\)$/i,parse:t=>{let e=t.charCodeAt(0);if(114!==e&&82!==e)return;let r=t.match(h.re);if(!r)return;let[,n,o,s,l,c,u,d,f]=r;return i.Z.set({r:a.Z.channel.clamp.r(o?2.55*parseFloat(n):parseFloat(n)),g:a.Z.channel.clamp.g(l?2.55*parseFloat(s):parseFloat(s)),b:a.Z.channel.clamp.b(u?2.55*parseFloat(c):parseFloat(c)),a:d?a.Z.channel.clamp.a(f?parseFloat(d)/100:parseFloat(d)):1},t)},stringify:t=>{let{r:e,g:r,b:i,a:n}=t;return n<1?`rgba(${a.Z.lang.round(e)}, ${a.Z.lang.round(r)}, ${a.Z.lang.round(i)}, ${a.Z.lang.round(n)})`:`rgb(${a.Z.lang.round(e)}, ${a.Z.lang.round(r)}, ${a.Z.lang.round(i)})`}},c={format:{keyword:l,hex:o,rgb:h,rgba:h,hsl:s,hsla:s},parse:t=>{if("string"!=typeof t)return t;let e=o.parse(t)||h.parse(t)||s.parse(t)||l.parse(t);if(e)return e;throw Error(`Unsupported color format: "${t}"`)},stringify:t=>!t.changed&&t.color?t.color:t.type.is(n.w.HSL)||void 0===t.data.r?s.stringify(t):!(t.a<1)&&Number.isInteger(t.r)&&Number.isInteger(t.g)&&Number.isInteger(t.b)?o.stringify(t):h.stringify(t)}},37079:function(t,e,r){"use strict";r.d(e,{Q:function(){return n},w:function(){return o}});var i=r(40597);let n={};for(let t=0;t<=255;t++)n[t]=i.Z.unit.dec2hex(t);let o={ALL:0,RGB:1,HSL:2}},60093:function(t,e,r){"use strict";r.d(e,{Z:function(){return o}});var i=r(40597),n=r(36404);let o=(t,e,r)=>{let o=n.Z.parse(t),a=o[e],s=i.Z.channel.clamp[e](a+r);return a!==s&&(o[e]=s),n.Z.stringify(o)}},52311:function(t,e,r){"use strict";r.d(e,{Z:function(){return o}});var i=r(40597),n=r(36404);let o=(t,e)=>{let r=n.Z.parse(t);for(let t in e)r[t]=i.Z.channel.clamp[t](e[t]);return n.Z.stringify(r)}},28076:function(t,e,r){"use strict";r.d(e,{Z:function(){return n}});var i=r(60093);let n=(t,e)=>(0,i.Z)(t,"l",-e)},34684:function(t,e,r){"use strict";r.d(e,{Z:()=>s});var i=r("40597"),n=r("36404");let o=t=>{let{r:e,g:r,b:o}=n.Z.parse(t),a=.2126*i.Z.channel.toLinear(e)+.7152*i.Z.channel.toLinear(r)+.0722*i.Z.channel.toLinear(o);return i.Z.lang.round(a)},a=t=>o(t)>=.5,s=t=>!a(t)},38582:function(t,e,r){"use strict";r.d(e,{Z:function(){return n}});var i=r(60093);let n=(t,e)=>(0,i.Z)(t,"l",e)},62321:function(t,e,r){"use strict";r.d(e,{Z:function(){return s}});var i=r(40597),n=r(26374),o=r(36404),a=r(52311);let s=(t,e,r=0,s=1)=>{if("number"!=typeof t)return(0,a.Z)(t,{a:e});let l=n.Z.set({r:i.Z.channel.clamp.r(t),g:i.Z.channel.clamp.g(e),b:i.Z.channel.clamp.b(r),a:i.Z.channel.clamp.a(s)});return o.Z.stringify(l)}},40597:function(t,e,r){"use strict";r.d(e,{Z:()=>n});let i={min:{r:0,g:0,b:0,s:0,l:0,a:0},max:{r:255,g:255,b:255,h:360,s:100,l:100,a:1},clamp:{r:t=>t>=255?255:t<0?0:t,g:t=>t>=255?255:t<0?0:t,b:t=>t>=255?255:t<0?0:t,h:t=>t%360,s:t=>t>=100?100:t<0?0:t,l:t=>t>=100?100:t<0?0:t,a:t=>t>=1?1:t<0?0:t},toLinear:t=>{let e=t/255;return t>.03928?Math.pow((e+.055)/1.055,2.4):e/12.92},hue2rgb:(t,e,r)=>(r<0&&(r+=1),r>1&&(r-=1),r<1/6)?t+(e-t)*6*r:r<.5?e:r<2/3?t+(e-t)*(2/3-r)*6:t,hsl2rgb:({h:t,s:e,l:r},n)=>{if(!e)return 2.55*r;t/=360,e/=100;let o=(r/=100)<.5?r*(1+e):r+e-r*e,a=2*r-o;switch(n){case"r":return 255*i.hue2rgb(a,o,t+1/3);case"g":return 255*i.hue2rgb(a,o,t);case"b":return 255*i.hue2rgb(a,o,t-1/3)}},rgb2hsl:({r:t,g:e,b:r},i)=>{let n=Math.max(t/=255,e/=255,r/=255),o=Math.min(t,e,r),a=(n+o)/2;if("l"===i)return 100*a;if(n===o)return 0;let s=n-o;if("s"===i)return 100*(a>.5?s/(2-n-o):s/(n+o));switch(n){case t:return((e-r)/s+(e<r?6:0))*60;case e:return((r-t)/s+2)*60;case r:return((t-e)/s+4)*60;default:return -1}}},n={channel:i,lang:{clamp:(t,e,r)=>e>r?Math.min(e,Math.max(r,t)):Math.min(r,Math.max(e,t)),round:t=>Math.round(1e10*t)/1e10},unit:{dec2hex:t=>{let e=Math.round(t).toString(16);return e.length>1?e:`0${e}`}}}},16025:function(t,e,r){"use strict";r.d(e,{Z:()=>s});var i=r("83230");let n=function(t,e){for(var r=t.length;r--;)if((0,i.Z)(t[r][0],e))return r;return -1};var o=Array.prototype.splice;function a(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var i=t[e];this.set(i[0],i[1])}}a.prototype.clear=function(){this.__data__=[],this.size=0},a.prototype.delete=function(t){var e=this.__data__,r=n(e,t);return!(r<0)&&(r==e.length-1?e.pop():o.call(e,r,1),--this.size,!0)},a.prototype.get=function(t){var e=this.__data__,r=n(e,t);return r<0?void 0:e[r][1]},a.prototype.has=function(t){return n(this.__data__,t)>-1},a.prototype.set=function(t,e){var r=this.__data__,i=n(r,t);return i<0?(++this.size,r.push([t,e])):r[i][1]=e,this};let s=a},29286:function(t,e,r){"use strict";r.d(e,{Z:function(){return o}});var i=r(6757),n=r(17982);let o=(0,i.Z)(n.Z,"Map")},76897:function(t,e,r){"use strict";r.d(e,{Z:()=>d});var i=(0,r("6757").Z)(Object,"create"),n=Object.prototype.hasOwnProperty,o=Object.prototype.hasOwnProperty;function a(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var i=t[e];this.set(i[0],i[1])}}a.prototype.clear=function(){this.__data__=i?i(null):{},this.size=0},a.prototype.delete=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e},a.prototype.get=function(t){var e=this.__data__;if(i){var r=e[t];return"__lodash_hash_undefined__"===r?void 0:r}return n.call(e,t)?e[t]:void 0},a.prototype.has=function(t){var e=this.__data__;return i?void 0!==e[t]:o.call(e,t)},a.prototype.set=function(t,e){var r=this.__data__;return this.size+=this.has(t)?0:1,r[t]=i&&void 0===e?"__lodash_hash_undefined__":e,this};var s=r("16025"),l=r("29286");let h=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t},c=function(t,e){var r=t.__data__;return h(e)?r["string"==typeof e?"string":"hash"]:r.map};function u(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var i=t[e];this.set(i[0],i[1])}}u.prototype.clear=function(){this.size=0,this.__data__={hash:new a,map:new(l.Z||s.Z),string:new a}},u.prototype.delete=function(t){var e=c(this,t).delete(t);return this.size-=e?1:0,e},u.prototype.get=function(t){return c(this,t).get(t)},u.prototype.has=function(t){return c(this,t).has(t)},u.prototype.set=function(t,e){var r=c(this,t),i=r.size;return r.set(t,e),this.size+=r.size==i?0:1,this};let d=u},3877:function(t,e,r){"use strict";r.d(e,{Z:function(){return o}});var i=r(6757),n=r(17982);let o=(0,i.Z)(n.Z,"Set")},39928:function(t,e,r){"use strict";r.d(e,{Z:()=>s});var i=r("16025"),n=r("29286"),o=r("76897");function a(t){var e=this.__data__=new i.Z(t);this.size=e.size}a.prototype.clear=function(){this.__data__=new i.Z,this.size=0},a.prototype.delete=function(t){var e=this.__data__,r=e.delete(t);return this.size=e.size,r},a.prototype.get=function(t){return this.__data__.get(t)},a.prototype.has=function(t){return this.__data__.has(t)},a.prototype.set=function(t,e){var r=this.__data__;if(r instanceof i.Z){var a=r.__data__;if(!n.Z||a.length<199)return a.push([t,e]),this.size=++r.size,this;r=this.__data__=new o.Z(a)}return r.set(t,e),this.size=r.size,this};let s=a},80894:function(t,e,r){"use strict";r.d(e,{Z:function(){return i}});let i=r(17982).Z.Symbol},83735:function(t,e,r){"use strict";r.d(e,{Z:function(){return i}});let i=r(17982).Z.Uint8Array},90544:function(t,e,r){"use strict";r.d(e,{Z:()=>c});let i=function(t,e){for(var r=-1,i=Array(t);++r<t;)i[r]=e(r);return i};var n=r("68519"),o=r("8572"),a=r("36341"),s=r("24136"),l=r("1705"),h=Object.prototype.hasOwnProperty;let c=function(t,e){var r=(0,o.Z)(t),c=!r&&(0,n.Z)(t),u=!r&&!c&&(0,a.Z)(t),d=!r&&!c&&!u&&(0,l.Z)(t),f=r||c||u||d,p=f?i(t.length,String):[],g=p.length;for(var y in t)(e||h.call(t,y))&&!(f&&("length"==y||u&&("offset"==y||"parent"==y)||d&&("buffer"==y||"byteLength"==y||"byteOffset"==y)||(0,s.Z)(y,g)))&&p.push(y);return p}},94379:function(t,e,r){"use strict";r.d(e,{Z:function(){return a}});var i=r(83276),n=r(83230),o=Object.prototype.hasOwnProperty;let a=function(t,e,r){var a=t[e];(!(o.call(t,e)&&(0,n.Z)(a,r))||void 0===r&&!(e in t))&&(0,i.Z)(t,e,r)}},83276:function(t,e,r){"use strict";r.d(e,{Z:function(){return n}});var i=r(17562);let n=function(t,e,r){"__proto__"==e&&i.Z?(0,i.Z)(t,e,{configurable:!0,enumerable:!0,value:r,writable:!0}):t[e]=r}},90355:function(t,e,r){"use strict";var i;r.d(e,{Z:()=>n});let n=function(t,e,r){for(var i=-1,n=Object(t),o=r(t),a=o.length;a--;){var s=o[++i];if(!1===e(n[s],s,n))break}return t}},65982:function(t,e,r){"use strict";r.d(e,{Z:()=>u});var i=r("80894"),n=Object.prototype,o=n.hasOwnProperty,a=n.toString,s=i.Z?i.Z.toStringTag:void 0;let l=function(t){var e=o.call(t,s),r=t[s];try{t[s]=void 0;var i=!0}catch(t){}var n=a.call(t);return i&&(e?t[s]=r:delete t[s]),n};var h=Object.prototype.toString,c=i.Z?i.Z.toStringTag:void 0;let u=function(t){var e;if(null==t)return void 0===t?"[object Undefined]":"[object Null]";return c&&c in Object(t)?l(t):(e=t,h.call(e))}},59663:function(t,e,r){"use strict";r.d(e,{Z:()=>a});var i=r("99445"),n=(0,r("64215").Z)(Object.keys,Object),o=Object.prototype.hasOwnProperty;let a=function(t){if(!(0,i.Z)(t))return n(t);var e=[];for(var r in Object(t))o.call(t,r)&&"constructor"!=r&&e.push(r);return e}},29183:function(t,e,r){"use strict";r.d(e,{Z:function(){return a}});var i=r(48233),n=r(23610),o=r(59123);let a=function(t,e){return(0,o.Z)((0,n.Z)(t,e,i.Z),t+"")}},38696:function(t,e,r){"use strict";r.d(e,{Z:function(){return i}});let i=function(t){return function(e){return t(e)}}},8303:function(t,e,r){"use strict";r.d(e,{Z:function(){return n}});var i=r(83735);let n=function(t){var e=new t.constructor(t.byteLength);return new i.Z(e).set(new i.Z(t)),e}},95046:function(t,e,r){"use strict";r.d(e,{Z:function(){return l}});var i=r(17982),n="object"==typeof exports&&exports&&!exports.nodeType&&exports,o=n&&"object"==typeof module&&module&&!module.nodeType&&module,a=o&&o.exports===n?i.Z.Buffer:void 0,s=a?a.allocUnsafe:void 0;let l=function(t,e){if(e)return t.slice();var r=t.length,i=s?s(r):new t.constructor(r);return t.copy(i),i}},40939:function(t,e,r){"use strict";r.d(e,{Z:function(){return n}});var i=r(8303);let n=function(t,e){var r=e?(0,i.Z)(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.length)}},36013:function(t,e,r){"use strict";r.d(e,{Z:function(){return i}});let i=function(t,e){var r=-1,i=t.length;for(e||(e=Array(i));++r<i;)e[r]=t[r];return e}},58827:function(t,e,r){"use strict";r.d(e,{Z:function(){return o}});var i=r(94379),n=r(83276);let o=function(t,e,r,o){var a=!r;r||(r={});for(var s=-1,l=e.length;++s<l;){var h=e[s],c=o?o(r[h],t[h],h,r,t):void 0;void 0===c&&(c=t[h]),a?(0,n.Z)(r,h,c):(0,i.Z)(r,h,c)}return r}},71709:function(t,e,r){"use strict";r.d(e,{Z:function(){return o}});var i=r(29183),n=r(74047);let o=function(t){return(0,i.Z)(function(e,r){var i=-1,o=r.length,a=o>1?r[o-1]:void 0,s=o>2?r[2]:void 0;for(a=t.length>3&&"function"==typeof a?(o--,a):void 0,s&&(0,n.Z)(r[0],r[1],s)&&(a=o<3?void 0:a,o=1),e=Object(e);++i<o;){var l=r[i];l&&t(e,l,i,a)}return e})}},17562:function(t,e,r){"use strict";r.d(e,{Z:function(){return n}});var i=r(6757);let n=function(){try{var t=(0,i.Z)(Object,"defineProperty");return t({},"",{}),t}catch(t){}}()},97002:function(t,e,r){"use strict";r.d(e,{Z:function(){return i}});let i="object"==typeof global&&global&&global.Object===Object&&global},6757:function(t,e,r){"use strict";r.d(e,{Z:()=>g});var i,n=r("13255"),o=r("17982").Z["__core-js_shared__"];var a=(i=/[^.]+$/.exec(o&&o.keys&&o.keys.IE_PROTO||""))?"Symbol(src)_1."+i:"",s=r("21367"),l=r("91966"),h=/^\[object .+?Constructor\]$/,c=Object.prototype,u=Function.prototype.toString,d=c.hasOwnProperty,f=RegExp("^"+u.call(d).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");let p=function(t){var e;return!!(0,s.Z)(t)&&(e=t,!a||!(a in e))&&((0,n.Z)(t)?f:h).test((0,l.Z)(t))},g=function(t,e){var r,i,n=(r=t,i=e,null==r?void 0:r[i]);return p(n)?n:void 0}},60505:function(t,e,r){"use strict";r.d(e,{Z:function(){return i}});let i=(0,r(64215).Z)(Object.getPrototypeOf,Object)},12011:function(t,e,r){"use strict";r.d(e,{Z:()=>w});var i=r("6757"),n=r("17982"),o=(0,i.Z)(n.Z,"DataView"),a=r("29286"),s=(0,i.Z)(n.Z,"Promise"),l=r("3877"),h=(0,i.Z)(n.Z,"WeakMap"),c=r("65982"),u=r("91966"),d="[object Map]",f="[object Promise]",p="[object Set]",g="[object WeakMap]",y="[object DataView]",m=(0,u.Z)(o),x=(0,u.Z)(a.Z),b=(0,u.Z)(s),C=(0,u.Z)(l.Z),k=(0,u.Z)(h),_=c.Z;(o&&_(new o(new ArrayBuffer(1)))!=y||a.Z&&_(new a.Z)!=d||s&&_(s.resolve())!=f||l.Z&&_(new l.Z)!=p||h&&_(new h)!=g)&&(_=function(t){var e=(0,c.Z)(t),r="[object Object]"==e?t.constructor:void 0,i=r?(0,u.Z)(r):"";if(i)switch(i){case m:return y;case x:return d;case b:return f;case C:return p;case k:return g}return e});let w=_},88357:function(t,e,r){"use strict";r.d(e,{Z:()=>l});var i=r("21367"),n=Object.create,o=function(){function t(){}return function(e){if(!(0,i.Z)(e))return{};if(n)return n(e);t.prototype=e;var r=new t;return t.prototype=void 0,r}}(),a=r("60505"),s=r("99445");let l=function(t){return"function"!=typeof t.constructor||(0,s.Z)(t)?{}:o((0,a.Z)(t))}},24136:function(t,e,r){"use strict";r.d(e,{Z:function(){return n}});var i=/^(?:0|[1-9]\d*)$/;let n=function(t,e){var r=typeof t;return!!(e=null==e?0x1fffffffffffff:e)&&("number"==r||"symbol"!=r&&i.test(t))&&t>-1&&t%1==0&&t<e}},74047:function(t,e,r){"use strict";r.d(e,{Z:function(){return s}});var i=r(83230),n=r(73713),o=r(24136),a=r(21367);let s=function(t,e,r){if(!(0,a.Z)(r))return!1;var s=typeof e;return("number"==s?!!((0,n.Z)(r)&&(0,o.Z)(e,r.length)):"string"==s&&e in r)&&(0,i.Z)(r[e],t)}},99445:function(t,e,r){"use strict";r.d(e,{Z:function(){return n}});var i=Object.prototype;let n=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||i)}},98522:function(t,e,r){"use strict";r.d(e,{Z:function(){return s}});var i=r(97002),n="object"==typeof exports&&exports&&!exports.nodeType&&exports,o=n&&"object"==typeof module&&module&&!module.nodeType&&module,a=o&&o.exports===n&&i.Z.process;let s=function(){try{var t=o&&o.require&&o.require("util").types;if(t)return t;return a&&a.binding&&a.binding("util")}catch(t){}}()},64215:function(t,e,r){"use strict";r.d(e,{Z:function(){return i}});let i=function(t,e){return function(r){return t(e(r))}}},23610:function(t,e,r){"use strict";r.d(e,{Z:()=>o});let i=function(t,e,r){switch(r.length){case 0:return t.call(e);case 1:return t.call(e,r[0]);case 2:return t.call(e,r[0],r[1]);case 3:return t.call(e,r[0],r[1],r[2])}return t.apply(e,r)};var n=Math.max;let o=function(t,e,r){return e=n(void 0===e?t.length-1:e,0),function(){for(var o=arguments,a=-1,s=n(o.length-e,0),l=Array(s);++a<s;)l[a]=o[e+a];a=-1;for(var h=Array(e+1);++a<e;)h[a]=o[a];return h[e]=r(l),i(t,this,h)}}},17982:function(t,e,r){"use strict";r.d(e,{Z:function(){return o}});var i=r(97002),n="object"==typeof self&&self&&self.Object===Object&&self;let o=i.Z||n||Function("return this")()},59123:function(t,e,r){"use strict";r.d(e,{Z:()=>u});var i,n,o,a=r("61870"),s=r("17562"),l=r("48233"),h=s.Z?function(t,e){return(0,s.Z)(t,"toString",{configurable:!0,enumerable:!1,value:(0,a.Z)(e),writable:!0})}:l.Z,c=Date.now;let u=(i=h,n=0,o=0,function(){var t=c(),e=16-(t-o);if(o=t,e>0){if(++n>=800)return arguments[0]}else n=0;return i.apply(void 0,arguments)})},91966:function(t,e,r){"use strict";r.d(e,{Z:function(){return n}});var i=Function.prototype.toString;let n=function(t){if(null!=t){try{return i.call(t)}catch(t){}try{return t+""}catch(t){}}return""}},61870:function(t,e,r){"use strict";r.d(e,{Z:function(){return i}});let i=function(t){return function(){return t}}},83230:function(t,e,r){"use strict";r.d(e,{Z:function(){return i}});let i=function(t,e){return t===e||t!=t&&e!=e}},48233:function(t,e,r){"use strict";r.d(e,{Z:function(){return i}});let i=function(t){return t}},68519:function(t,e,r){"use strict";r.d(e,{Z:()=>h});var i=r("65982"),n=r("93263");let o=function(t){return(0,n.Z)(t)&&"[object Arguments]"==(0,i.Z)(t)};var a=Object.prototype,s=a.hasOwnProperty,l=a.propertyIsEnumerable;let h=o(function(){return arguments}())?o:function(t){return(0,n.Z)(t)&&s.call(t,"callee")&&!l.call(t,"callee")}},8572:function(t,e,r){"use strict";r.d(e,{Z:function(){return i}});let i=Array.isArray},73713:function(t,e,r){"use strict";r.d(e,{Z:function(){return o}});var i=r(13255),n=r(80276);let o=function(t){return null!=t&&(0,n.Z)(t.length)&&!(0,i.Z)(t)}},42113:function(t,e,r){"use strict";r.d(e,{Z:function(){return o}});var i=r(73713),n=r(93263);let o=function(t){return(0,n.Z)(t)&&(0,i.Z)(t)}},36341:function(t,e,r){"use strict";r.d(e,{Z:()=>l});var i=r("17982"),n="object"==typeof exports&&exports&&!exports.nodeType&&exports,o=n&&"object"==typeof module&&module&&!module.nodeType&&module,a=o&&o.exports===n?i.Z.Buffer:void 0,s=a?a.isBuffer:void 0;let l=s||function(){return!1}},31570:function(t,e,r){"use strict";r.d(e,{Z:function(){return d}});var i=r(59663),n=r(12011),o=r(68519),a=r(8572),s=r(73713),l=r(36341),h=r(99445),c=r(1705),u=Object.prototype.hasOwnProperty;let d=function(t){if(null==t)return!0;if((0,s.Z)(t)&&((0,a.Z)(t)||"string"==typeof t||"function"==typeof t.splice||(0,l.Z)(t)||(0,c.Z)(t)||(0,o.Z)(t)))return!t.length;var e=(0,n.Z)(t);if("[object Map]"==e||"[object Set]"==e)return!t.size;if((0,h.Z)(t))return!(0,i.Z)(t).length;for(var r in t)if(u.call(t,r))return!1;return!0}},13255:function(t,e,r){"use strict";r.d(e,{Z:function(){return o}});var i=r(65982),n=r(21367);let o=function(t){if(!(0,n.Z)(t))return!1;var e=(0,i.Z)(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},80276:function(t,e,r){"use strict";r.d(e,{Z:function(){return i}});let i=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=0x1fffffffffffff}},21367:function(t,e,r){"use strict";r.d(e,{Z:function(){return i}});let i=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}},93263:function(t,e,r){"use strict";r.d(e,{Z:function(){return i}});let i=function(t){return null!=t&&"object"==typeof t}},1705:function(t,e,r){"use strict";r.d(e,{Z:()=>c});var i=r("65982"),n=r("80276"),o=r("93263"),a={};a["[object Float32Array]"]=a["[object Float64Array]"]=a["[object Int8Array]"]=a["[object Int16Array]"]=a["[object Int32Array]"]=a["[object Uint8Array]"]=a["[object Uint8ClampedArray]"]=a["[object Uint16Array]"]=a["[object Uint32Array]"]=!0,a["[object Arguments]"]=a["[object Array]"]=a["[object ArrayBuffer]"]=a["[object Boolean]"]=a["[object DataView]"]=a["[object Date]"]=a["[object Error]"]=a["[object Function]"]=a["[object Map]"]=a["[object Number]"]=a["[object Object]"]=a["[object RegExp]"]=a["[object Set]"]=a["[object String]"]=a["[object WeakMap]"]=!1;var s=r("38696"),l=r("98522"),h=l.Z&&l.Z.isTypedArray;let c=h?(0,s.Z)(h):function(t){return(0,o.Z)(t)&&(0,n.Z)(t.length)&&!!a[(0,i.Z)(t)]}},78649:function(t,e,r){"use strict";r.d(e,{Z:()=>c});var i=r("90544"),n=r("21367"),o=r("99445");let a=function(t){var e=[];if(null!=t)for(var r in Object(t))e.push(r);return e};var s=Object.prototype.hasOwnProperty;let l=function(t){if(!(0,n.Z)(t))return a(t);var e=(0,o.Z)(t),r=[];for(var i in t)!("constructor"==i&&(e||!s.call(t,i)))&&r.push(i);return r};var h=r("73713");let c=function(t){return(0,h.Z)(t)?(0,i.Z)(t,!0):l(t)}},9992:function(t,e,r){"use strict";r.d(e,{Z:function(){return o}});var i=r(76897);function n(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw TypeError("Expected a function");var r=function(){var i=arguments,n=e?e.apply(this,i):i[0],o=r.cache;if(o.has(n))return o.get(n);var a=t.apply(this,i);return r.cache=o.set(n,a)||o,a};return r.cache=new(n.Cache||i.Z),r}n.Cache=i.Z;let o=n},54988:function(t,e,r){"use strict";r.d(e,{Z:()=>W});var i=r("39928"),n=r("83276"),o=r("83230");let a=function(t,e,r){(void 0!==r&&!(0,o.Z)(t[e],r)||void 0===r&&!(e in t))&&(0,n.Z)(t,e,r)};var s=r("90355"),l=r("95046"),h=r("40939"),c=r("36013"),u=r("88357"),d=r("68519"),f=r("8572"),p=r("42113"),g=r("36341"),y=r("13255"),m=r("21367"),x=r("65982"),b=r("60505"),C=r("93263"),k=Object.prototype,_=Function.prototype.toString,w=k.hasOwnProperty,v=_.call(Object);let T=function(t){if(!(0,C.Z)(t)||"[object Object]"!=(0,x.Z)(t))return!1;var e=(0,b.Z)(t);if(null===e)return!0;var r=w.call(e,"constructor")&&e.constructor;return"function"==typeof r&&r instanceof r&&_.call(r)==v};var S=r("1705");let M=function(t,e){if(("constructor"!==e||"function"!=typeof t[e])&&"__proto__"!=e)return t[e]};var B=r("58827"),L=r("78649");let F=function(t,e,r,i,n,o,s){var x=M(t,r),b=M(e,r),C=s.get(b);if(C){a(t,r,C);return}var k=o?o(x,b,r+"",t,e,s):void 0,_=void 0===k;if(_){var w,v=(0,f.Z)(b),F=!v&&(0,g.Z)(b),A=!v&&!F&&(0,S.Z)(b);if(k=b,v||F||A)(0,f.Z)(x)?k=x:(0,p.Z)(x)?k=(0,c.Z)(x):F?(_=!1,k=(0,l.Z)(b,!0)):A?(_=!1,k=(0,h.Z)(b,!0)):k=[];else if(T(b)||(0,d.Z)(b)){if(k=x,(0,d.Z)(x)){;w=x,k=(0,B.Z)(w,(0,L.Z)(w))}else(!(0,m.Z)(x)||(0,y.Z)(x))&&(k=(0,u.Z)(b))}else _=!1}_&&(s.set(b,k),n(k,b,i,o,s),s.delete(b)),a(t,r,k)},A=function t(e,r,n,o,l){if(e!==r)(0,s.Z)(r,function(s,h){if(l||(l=new i.Z),(0,m.Z)(s))F(e,r,h,n,t,o,l);else{var c=o?o(M(e,h),s,h+"",e,r,l):void 0;void 0===c&&(c=s),a(e,h,c)}},L.Z)},W=(0,r("71709").Z)(function(t,e,r){A(t,e,r)})},25653:function(t,e,r){"use strict";r.d(e,{L:function(){return n},o:function(){return l}});var i=r(28923),n=(0,i.eW)(({flowchart:t})=>{let e=t?.subGraphTitleMargin?.top??0,r=t?.subGraphTitleMargin?.bottom??0;return{subGraphTitleTopMargin:e,subGraphTitleBottomMargin:r,subGraphTitleTotalMargin:e+r}},"getSubGraphTitleMargins"),o={aggregation:18,extension:18,composition:18,dependency:6,lollipop:13.5,arrow_point:4};function a(t,e){if(void 0===t||void 0===e)return{angle:0,deltaX:0,deltaY:0};t=s(t),e=s(e);let[r,i]=[t.x,t.y],[n,o]=[e.x,e.y],a=n-r,l=o-i;return{angle:Math.atan(l/a),deltaX:a,deltaY:l}}(0,i.eW)(a,"calculateDeltaAndAngle");var s=(0,i.eW)(t=>Array.isArray(t)?{x:t[0],y:t[1]}:t,"pointTransformer"),l=(0,i.eW)(t=>({x:(0,i.eW)(function(e,r,i){let n=0;if(0===r&&Object.hasOwn(o,t.arrowTypeStart)){let{angle:e,deltaX:r}=a(i[0],i[1]);n=o[t.arrowTypeStart]*Math.cos(e)*(r>=0?1:-1)}else if(r===i.length-1&&Object.hasOwn(o,t.arrowTypeEnd)){let{angle:e,deltaX:r}=a(i[i.length-1],i[i.length-2]);n=o[t.arrowTypeEnd]*Math.cos(e)*(r>=0?1:-1)}return s(e).x+n},"x"),y:(0,i.eW)(function(e,r,i){let n=0;if(0===r&&Object.hasOwn(o,t.arrowTypeStart)){let{angle:e,deltaY:r}=a(i[0],i[1]);n=o[t.arrowTypeStart]*Math.abs(Math.sin(e))*(r>=0?1:-1)}else if(r===i.length-1&&Object.hasOwn(o,t.arrowTypeEnd)){let{angle:e,deltaY:r}=a(i[i.length-1],i[i.length-2]);n=o[t.arrowTypeEnd]*Math.abs(Math.sin(e))*(r>=0?1:-1)}return s(e).y+n},"y")}),"getLineFunctionsWithOffset")},84890:function(t,e,r){"use strict";r.d(e,{$m:function(){return h},Cq:function(){return I},Ln:function(){return H},MX:function(){return F},Ox:function(){return B},Rb:function(){return R},SH:function(){return U},VG:function(){return P},Vy:function(){return Y},X4:function(){return E},XD:function(){return O},bZ:function(){return z},be:function(){return S},le:function(){return y},tf:function(){return p},w8:function(){return j}});var i,n=r(28923),o=r(7608),a=r(11141),s=r(9992),l=r(54988),h="\u200B",c={curveBasis:a.$0Z,curveBasisClosed:a.Dts,curveBasisOpen:a.WQY,curveBumpX:a.qpX,curveBumpY:a.u93,curveBundle:a.tFB,curveCardinalClosed:a.OvA,curveCardinalOpen:a.dCK,curveCardinal:a.YY7,curveCatmullRomClosed:a.fGX,curveCatmullRomOpen:a.$m7,curveCatmullRom:a.zgE,curveLinear:a.c_6,curveLinearClosed:a.fxm,curveMonotoneX:a.FdL,curveMonotoneY:a.ak_,curveNatural:a.SxZ,curveStep:a.eA_,curveStepAfter:a.jsv,curveStepBefore:a.iJ},u=/\s*(?:(\w+)(?=:):|(\w+))\s*(?:(\w+)|((?:(?!}%{2}).|\r?\n)*))?\s*(?:}%{2})?/gi,d=(0,n.eW)(function(t,e){let r=f(t,/(?:init\b)|(?:initialize\b)/),i={};if(Array.isArray(r)){let t=r.map(t=>t.args);(0,n.NM)(t),i=(0,n.Yc)(i,[...t])}else i=r.args;if(!i)return;let o=(0,n.Vg)(t,e),a="config";return void 0!==i[a]&&("flowchart-v2"===o&&(o="flowchart"),i[o]=i[a],delete i[a]),i},"detectInit"),f=(0,n.eW)(function(t,e=null){try{let r;let i=RegExp(`[%]{2}(?![{]${u.source})(?=[}][%]{2}).*
`,"ig");t=t.trim().replace(i,"").replace(/'/gm,'"'),n.cM.debug(`Detecting diagram directive${null!==e?" type:"+e:""} based on the text:${t}`);let o=[];for(;null!==(r=n.Zn.exec(t));)if(r.index===n.Zn.lastIndex&&n.Zn.lastIndex++,r&&!e||e&&r[1]?.match(e)||e&&r[2]?.match(e)){let t=r[1]?r[1]:r[2],e=r[3]?r[3].trim():r[4]?JSON.parse(r[4].trim()):null;o.push({type:t,args:e})}if(0===o.length)return{type:t,args:null};return 1===o.length?o[0]:o}catch(r){return n.cM.error(`ERROR: ${r.message} - Unable to parse directive type: '${e}' based on the text: '${t}'`),{type:void 0,args:null}}},"detectDirective"),p=(0,n.eW)(function(t){return t.replace(n.Zn,"")},"removeDirectives"),g=(0,n.eW)(function(t,e){for(let[r,i]of e.entries())if(i.match(t))return r;return -1},"isSubstringInArray");function y(t,e){return t?c[`curve${t.charAt(0).toUpperCase()+t.slice(1)}`]??e:e}function m(t,e){let r=t.trim();return r?"loose"!==e.securityLevel?(0,o.sanitizeUrl)(r):r:void 0}(0,n.eW)(y,"interpolateToCurve"),(0,n.eW)(m,"formatUrl");var x=(0,n.eW)((t,...e)=>{let r=t.split("."),i=r.length-1,o=r[i],a=window;for(let e=0;e<i;e++)if(!(a=a[r[e]])){n.cM.error(`Function name: ${t} not found in window`);return}a[o](...e)},"runFunc");function b(t,e){return t&&e?Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2)):0}function C(t){let e;let r=0;return t.forEach(t=>{r+=b(t,e),e=t}),w(t,r/2)}function k(t){return 1===t.length?t[0]:C(t)}(0,n.eW)(b,"distance"),(0,n.eW)(C,"traverseEdge"),(0,n.eW)(k,"calcLabelPosition");var _=(0,n.eW)((t,e=2)=>{let r=Math.pow(10,e);return Math.round(t*r)/r},"roundNumber"),w=(0,n.eW)((t,e)=>{let r;let i=e;for(let e of t){if(r){let t=b(e,r);if(t<i)i-=t;else{let n=i/t;if(n<=0)return r;if(n>=1)return{x:e.x,y:e.y};if(n>0&&n<1)return{x:_((1-n)*r.x+n*e.x,5),y:_((1-n)*r.y+n*e.y,5)}}}r=e}throw Error("Could not find a suitable point for the given distance")},"calculatePoint"),v=(0,n.eW)((t,e,r)=>{n.cM.info(`our points ${JSON.stringify(e)}`),e[0]!==r&&(e=e.reverse());let i=w(e,25),o=t?10:5,a=Math.atan2(e[0].y-i.y,e[0].x-i.x),s={x:0,y:0};return s.x=Math.sin(a)*o+(e[0].x+i.x)/2,s.y=-Math.cos(a)*o+(e[0].y+i.y)/2,s},"calcCardinalityPosition");function T(t,e,r){let i=structuredClone(r);n.cM.info("our points",i),"start_left"!==e&&"start_right"!==e&&i.reverse();let o=w(i,25+t),a=10+.5*t,s=Math.atan2(i[0].y-o.y,i[0].x-o.x),l={x:0,y:0};return"start_left"===e?(l.x=Math.sin(s+Math.PI)*a+(i[0].x+o.x)/2,l.y=-Math.cos(s+Math.PI)*a+(i[0].y+o.y)/2):"end_right"===e?(l.x=Math.sin(s-Math.PI)*a+(i[0].x+o.x)/2-5,l.y=-Math.cos(s-Math.PI)*a+(i[0].y+o.y)/2-5):"end_left"===e?(l.x=Math.sin(s)*a+(i[0].x+o.x)/2-5,l.y=-Math.cos(s)*a+(i[0].y+o.y)/2-5):(l.x=Math.sin(s)*a+(i[0].x+o.x)/2,l.y=-Math.cos(s)*a+(i[0].y+o.y)/2),l}function S(t){let e="",r="";for(let i of t)void 0!==i&&(i.startsWith("color:")||i.startsWith("text-align:")?r=r+i+";":e=e+i+";");return{style:e,labelStyle:r}}(0,n.eW)(T,"calcTerminalLabelPosition"),(0,n.eW)(S,"getStylesFromArray");var M=0,B=(0,n.eW)(()=>(M++,"id-"+Math.random().toString(36).substr(2,12)+"-"+M),"generateId");function L(t){let e="",r="0123456789abcdef",i=r.length;for(let n=0;n<t;n++)e+=r.charAt(Math.floor(Math.random()*i));return e}(0,n.eW)(L,"makeRandomHex");var F=(0,n.eW)(t=>L(t.length),"random"),A=(0,n.eW)(function(){return{x:0,y:0,fill:void 0,anchor:"start",style:"#666",width:100,height:100,textMargin:0,rx:0,ry:0,valign:void 0,text:""}},"getTextObj"),W=(0,n.eW)(function(t,e){let r=e.text.replace(n.SY.lineBreakRegex," "),[,i]=P(e.fontSize),o=t.append("text");o.attr("x",e.x),o.attr("y",e.y),o.style("text-anchor",e.anchor),o.style("font-family",e.fontFamily),o.style("font-size",i),o.style("font-weight",e.fontWeight),o.attr("fill",e.fill),void 0!==e.class&&o.attr("class",e.class);let a=o.append("tspan");return a.attr("x",e.x+2*e.textMargin),a.attr("fill",e.fill),a.text(r),o},"drawSimpleText"),E=(0,s.Z)((t,e,r)=>{if(!t)return t;if(r=Object.assign({fontSize:12,fontWeight:400,fontFamily:"Arial",joinWith:"<br/>"},r),n.SY.lineBreakRegex.test(t))return t;let i=t.split(" ").filter(Boolean),o=[],a="";return i.forEach((t,n)=>{let s=I(`${t} `,r),l=I(a,r);if(s>e){let{hyphenatedStrings:i,remainingWord:n}=$(t,e,"-",r);o.push(a,...i),a=n}else l+s>=e?(o.push(a),a=t):a=[a,t].filter(Boolean).join(" ");n+1===i.length&&o.push(a)}),o.filter(t=>""!==t).join(r.joinWith)},(t,e,r)=>`${t}${e}${r.fontSize}${r.fontWeight}${r.fontFamily}${r.joinWith}`),$=(0,s.Z)((t,e,r="-",i)=>{i=Object.assign({fontSize:12,fontWeight:400,fontFamily:"Arial",margin:0},i);let n=[...t],o=[],a="";return n.forEach((t,s)=>{let l=`${a}${t}`;if(I(l,i)>=e){let t=n.length===s+1,e=`${l}${r}`;o.push(t?l:e),a=""}else a=l}),{hyphenatedStrings:o,remainingWord:a}},(t,e,r="-",i)=>`${t}${e}${r}${i.fontSize}${i.fontWeight}${i.fontFamily}`);function O(t,e){return D(t,e).height}function I(t,e){return D(t,e).width}(0,n.eW)(O,"calculateTextHeight"),(0,n.eW)(I,"calculateTextWidth");var D=(0,s.Z)((t,e)=>{let{fontSize:r=12,fontFamily:i="Arial",fontWeight:o=400}=e;if(!t)return{width:0,height:0};let[,s]=P(r),l=t.split(n.SY.lineBreakRegex),c=[],u=(0,a.Ys)("body");if(!u.remove)return{width:0,height:0,lineHeight:0};let d=u.append("svg");for(let t of["sans-serif",i]){let e=0,r={width:0,height:0,lineHeight:0};for(let i of l){let n=A();n.text=i||h;let a=W(d,n).style("font-size",s).style("font-weight",o).style("font-family",t),l=(a._groups||a)[0][0].getBBox();if(0===l.width&&0===l.height)throw Error("svg element not in render tree");r.width=Math.round(Math.max(r.width,l.width)),e=Math.round(l.height),r.height+=e,r.lineHeight=Math.round(Math.max(r.lineHeight,e))}c.push(r)}d.remove();let f=isNaN(c[1].height)||isNaN(c[1].width)||isNaN(c[1].lineHeight)||c[0].height>c[1].height&&c[0].width>c[1].width&&c[0].lineHeight>c[1].lineHeight?0:1;return c[f]},(t,e)=>`${t}${e.fontSize}${e.fontWeight}${e.fontFamily}`),Z=class{constructor(t=!1,e){this.count=0,this.count=e?e.length:0,this.next=t?()=>this.count++:()=>Date.now()}static{(0,n.eW)(this,"InitIDGenerator")}},q=(0,n.eW)(function(t){return i=i||document.createElement("div"),t=escape(t).replace(/%26/g,"&").replace(/%23/g,"#").replace(/%3B/g,";"),i.innerHTML=t,unescape(i.textContent)},"entityDecode");function z(t){return"str"in t}(0,n.eW)(z,"isDetailedError");var N=(0,n.eW)((t,e,r,i)=>{if(!i)return;let n=t.node()?.getBBox();if(!!n)t.append("text").text(i).attr("x",n.x+n.width/2).attr("y",-r).attr("class",e)},"insertTitle"),P=(0,n.eW)(t=>{if("number"==typeof t)return[t,t+"px"];let e=parseInt(t??"",10);return Number.isNaN(e)?[void 0,void 0]:t===String(e)?[e,t+"px"]:[e,t]},"parseFontSize");function R(t,e){return(0,l.Z)({},t,e)}(0,n.eW)(R,"cleanAndMerge");var j={assignWithDepth:n.Yc,wrapLabel:E,calculateTextHeight:O,calculateTextWidth:I,calculateTextDimensions:D,cleanAndMerge:R,detectInit:d,detectDirective:f,isSubstringInArray:g,interpolateToCurve:y,calcLabelPosition:k,calcCardinalityPosition:v,calcTerminalLabelPosition:T,formatUrl:m,getStylesFromArray:S,generateId:B,random:F,runFunc:x,entityDecode:q,insertTitle:N,parseFontSize:P,InitIDGenerator:Z},Y=(0,n.eW)(function(t){let e=t;return e=(e=(e=e.replace(/style.*:\S*#.*;/g,function(t){return t.substring(0,t.length-1)})).replace(/classDef.*:\S*#.*;/g,function(t){return t.substring(0,t.length-1)})).replace(/#\w+;/g,function(t){let e=t.substring(1,t.length-1);return/^\+?\d+$/.test(e)?"\uFB02\xb0\xb0"+e+"\xb6\xdf":"\uFB02\xb0"+e+"\xb6\xdf"})},"encodeEntities"),U=(0,n.eW)(function(t){return t.replace(/fl°°/g,"&#").replace(/fl°/g,"&").replace(/¶ß/g,";")},"decodeEntities"),H=(0,n.eW)((t,e,{counter:r=0,prefix:i,suffix:n})=>`${i?`${i}_`:""}${t}_${e}_${r}${n?`_${n}`:""}`,"getEdgeId")},19039:function(t,e,r){"use strict";r.d(e,{QA:()=>tL,rw:()=>tE,EY:()=>tW});var i=r("84890"),n=r("28923"),o=r("11141");function a(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}let s=a();function l(t){s=t}let h=/[&<>"']/,c=RegExp(h.source,"g"),u=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,d=RegExp(u.source,"g"),f={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},p=t=>f[t];function g(t,e){if(e){if(h.test(t))return t.replace(c,p)}else if(u.test(t))return t.replace(d,p);return t}let y=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig,m=/(^|[^\[])\^/g;function x(t,e){let r="string"==typeof t?t:t.source;e=e||"";let i={replace:(t,e)=>{let n="string"==typeof e?e:e.source;return n=n.replace(m,"$1"),r=r.replace(t,n),i},getRegex:()=>new RegExp(r,e)};return i}function b(t){try{t=encodeURI(t).replace(/%25/g,"%")}catch{return null}return t}let C={exec:()=>null};function k(t,e){let r=t.replace(/\|/g,(t,e,r)=>{let i=!1,n=e;for(;--n>=0&&"\\"===r[n];)i=!i;return i?"|":" |"}).split(/ \|/),i=0;if(!r[0].trim()&&r.shift(),r.length>0&&!r[r.length-1].trim()&&r.pop(),e){if(r.length>e)r.splice(e);else for(;r.length<e;)r.push("")}for(;i<r.length;i++)r[i]=r[i].trim().replace(/\\\|/g,"|");return r}function _(t,e,r){let i=t.length;if(0===i)return"";let n=0;for(;n<i;){let o=t.charAt(i-n-1);if(o!==e||r){if(o!==e&&r)n++;else break}else n++}return t.slice(0,i-n)}function w(t,e,r,i){let n=e.href,o=e.title?g(e.title):null,a=t[1].replace(/\\([\[\]])/g,"$1");if("!"!==t[0].charAt(0)){i.state.inLink=!0;let t={type:"link",raw:r,href:n,title:o,text:a,tokens:i.inlineTokens(a)};return i.state.inLink=!1,t}return{type:"image",raw:r,href:n,title:o,text:g(a)}}class v{options;rules;lexer;constructor(t){this.options=t||s}space(t){let e=this.rules.block.newline.exec(t);if(e&&e[0].length>0)return{type:"space",raw:e[0]}}code(t){let e=this.rules.block.code.exec(t);if(e){let t=e[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:e[0],codeBlockStyle:"indented",text:this.options.pedantic?t:_(t,"\n")}}}fences(t){let e=this.rules.block.fences.exec(t);if(e){let t=e[0],r=function(t,e){let r=t.match(/^(\s+)(?:```)/);if(null===r)return e;let i=r[1];return e.split("\n").map(t=>{let e=t.match(/^\s+/);if(null===e)return t;let[r]=e;return r.length>=i.length?t.slice(i.length):t}).join("\n")}(t,e[3]||"");return{type:"code",raw:t,lang:e[2]?e[2].trim().replace(this.rules.inline.anyPunctuation,"$1"):e[2],text:r}}}heading(t){let e=this.rules.block.heading.exec(t);if(e){let t=e[2].trim();if(/#$/.test(t)){let e=_(t,"#");this.options.pedantic?t=e.trim():(!e||/ $/.test(e))&&(t=e.trim())}return{type:"heading",raw:e[0],depth:e[1].length,text:t,tokens:this.lexer.inline(t)}}}hr(t){let e=this.rules.block.hr.exec(t);if(e)return{type:"hr",raw:_(e[0],"\n")}}blockquote(t){let e=this.rules.block.blockquote.exec(t);if(e){let t=_(e[0],"\n").split("\n"),r="",i="",n=[];for(;t.length>0;){let e,o=!1,a=[];for(e=0;e<t.length;e++)if(/^ {0,3}>/.test(t[e]))a.push(t[e]),o=!0;else if(o)break;else a.push(t[e]);t=t.slice(e);let s=a.join("\n"),l=s.replace(/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,"\n $1").replace(/^ {0,3}>[ \t]?/gm,"");r=r?`${r}
${s}`:s,i=i?`${i}
${l}`:l;let h=this.lexer.state.top;if(this.lexer.state.top=!0,this.lexer.blockTokens(l,n,!0),this.lexer.state.top=h,0===t.length)break;let c=n[n.length-1];if(c?.type==="code")break;if(c?.type==="blockquote"){let e=c.raw+"\n"+t.join("\n"),o=this.blockquote(e);n[n.length-1]=o,r=r.substring(0,r.length-c.raw.length)+o.raw,i=i.substring(0,i.length-c.text.length)+o.text;break}else if(c?.type==="list"){let e=c.raw+"\n"+t.join("\n"),o=this.list(e);n[n.length-1]=o,r=r.substring(0,r.length-c.raw.length)+o.raw,i=i.substring(0,i.length-c.raw.length)+o.raw,t=e.substring(n[n.length-1].raw.length).split("\n");continue}}return{type:"blockquote",raw:r,tokens:n,text:i}}}list(t){let e=this.rules.block.list.exec(t);if(e){let r=e[1].trim(),i=r.length>1,n={type:"list",raw:"",ordered:i,start:i?+r.slice(0,-1):"",loose:!1,items:[]};r=i?`\\d{1,9}\\${r.slice(-1)}`:`\\${r}`,this.options.pedantic&&(r=i?r:"[*+-]");let o=RegExp(`^( {0,3}${r})((?:[ ][^\\n]*)?(?:\\n|$))`),a=!1;for(;t;){let r,i=!1,s="",l="";if(!(e=o.exec(t))||this.rules.block.hr.test(t))break;s=e[0],t=t.substring(s.length);let h=e[2].split("\n",1)[0].replace(/^\t+/,t=>" ".repeat(3*t.length)),c=t.split("\n",1)[0],u=!h.trim(),d=0;if(this.options.pedantic?(d=2,l=h.trimStart()):u?d=e[1].length+1:(d=(d=e[2].search(/[^ ]/))>4?1:d,l=h.slice(d),d+=e[1].length),u&&/^ *$/.test(c)&&(s+=c+"\n",t=t.substring(c.length+1),i=!0),!i){let e=RegExp(`^ {0,${Math.min(3,d-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`),r=RegExp(`^ {0,${Math.min(3,d-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),i=RegExp(`^ {0,${Math.min(3,d-1)}}(?:\`\`\`|~~~)`),n=RegExp(`^ {0,${Math.min(3,d-1)}}#`);for(;t;){let o=t.split("\n",1)[0];if(c=o,this.options.pedantic&&(c=c.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),i.test(c)||n.test(c)||e.test(c)||r.test(t))break;if(c.search(/[^ ]/)>=d||!c.trim())l+="\n"+c.slice(d);else{if(u||h.search(/[^ ]/)>=4||i.test(h)||n.test(h)||r.test(h))break;l+="\n"+c}!u&&!c.trim()&&(u=!0),s+=o+"\n",t=t.substring(o.length+1),h=c.slice(d)}}!n.loose&&(a?n.loose=!0:/\n *\n *$/.test(s)&&(a=!0));let f=null;this.options.gfm&&(f=/^\[[ xX]\] /.exec(l))&&(r="[ ] "!==f[0],l=l.replace(/^\[[ xX]\] +/,"")),n.items.push({type:"list_item",raw:s,task:!!f,checked:r,loose:!1,text:l,tokens:[]}),n.raw+=s}n.items[n.items.length-1].raw=n.items[n.items.length-1].raw.trimEnd(),n.items[n.items.length-1].text=n.items[n.items.length-1].text.trimEnd(),n.raw=n.raw.trimEnd();for(let t=0;t<n.items.length;t++)if(this.lexer.state.top=!1,n.items[t].tokens=this.lexer.blockTokens(n.items[t].text,[]),!n.loose){let e=n.items[t].tokens.filter(t=>"space"===t.type),r=e.length>0&&e.some(t=>/\n.*\n/.test(t.raw));n.loose=r}if(n.loose)for(let t=0;t<n.items.length;t++)n.items[t].loose=!0;return n}}html(t){let e=this.rules.block.html.exec(t);if(e)return{type:"html",block:!0,raw:e[0],pre:"pre"===e[1]||"script"===e[1]||"style"===e[1],text:e[0]}}def(t){let e=this.rules.block.def.exec(t);if(e){let t=e[1].toLowerCase().replace(/\s+/g," "),r=e[2]?e[2].replace(/^<(.*)>$/,"$1").replace(this.rules.inline.anyPunctuation,"$1"):"",i=e[3]?e[3].substring(1,e[3].length-1).replace(this.rules.inline.anyPunctuation,"$1"):e[3];return{type:"def",tag:t,raw:e[0],href:r,title:i}}}table(t){let e=this.rules.block.table.exec(t);if(!e||!/[:|]/.test(e[2]))return;let r=k(e[1]),i=e[2].replace(/^\||\| *$/g,"").split("|"),n=e[3]&&e[3].trim()?e[3].replace(/\n[ \t]*$/,"").split("\n"):[],o={type:"table",raw:e[0],header:[],align:[],rows:[]};if(r.length===i.length){for(let t of i)/^ *-+: *$/.test(t)?o.align.push("right"):/^ *:-+: *$/.test(t)?o.align.push("center"):/^ *:-+ *$/.test(t)?o.align.push("left"):o.align.push(null);for(let t=0;t<r.length;t++)o.header.push({text:r[t],tokens:this.lexer.inline(r[t]),header:!0,align:o.align[t]});for(let t of n)o.rows.push(k(t,o.header.length).map((t,e)=>({text:t,tokens:this.lexer.inline(t),header:!1,align:o.align[e]})));return o}}lheading(t){let e=this.rules.block.lheading.exec(t);if(e)return{type:"heading",raw:e[0],depth:"="===e[2].charAt(0)?1:2,text:e[1],tokens:this.lexer.inline(e[1])}}paragraph(t){let e=this.rules.block.paragraph.exec(t);if(e){let t="\n"===e[1].charAt(e[1].length-1)?e[1].slice(0,-1):e[1];return{type:"paragraph",raw:e[0],text:t,tokens:this.lexer.inline(t)}}}text(t){let e=this.rules.block.text.exec(t);if(e)return{type:"text",raw:e[0],text:e[0],tokens:this.lexer.inline(e[0])}}escape(t){let e=this.rules.inline.escape.exec(t);if(e)return{type:"escape",raw:e[0],text:g(e[1])}}tag(t){let e=this.rules.inline.tag.exec(t);if(e)return!this.lexer.state.inLink&&/^<a /i.test(e[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&/^<\/a>/i.test(e[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(e[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(e[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:e[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:e[0]}}link(t){let e=this.rules.inline.link.exec(t);if(e){let t=e[2].trim();if(!this.options.pedantic&&/^</.test(t)){if(!/>$/.test(t))return;let e=_(t.slice(0,-1),"\\");if((t.length-e.length)%2==0)return}else{let t=function(t,e){if(-1===t.indexOf(")"))return -1;let r=0;for(let i=0;i<t.length;i++)if("\\"===t[i])i++;else if(t[i]===e[0])r++;else if(t[i]===e[1]&&--r<0)return i;return -1}(e[2],"()");if(t>-1){let r=(0===e[0].indexOf("!")?5:4)+e[1].length+t;e[2]=e[2].substring(0,t),e[0]=e[0].substring(0,r).trim(),e[3]=""}}let r=e[2],i="";if(this.options.pedantic){let t=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(r);t&&(r=t[1],i=t[3])}else i=e[3]?e[3].slice(1,-1):"";return r=r.trim(),/^</.test(r)&&(r=this.options.pedantic&&!/>$/.test(t)?r.slice(1):r.slice(1,-1)),w(e,{href:r?r.replace(this.rules.inline.anyPunctuation,"$1"):r,title:i?i.replace(this.rules.inline.anyPunctuation,"$1"):i},e[0],this.lexer)}}reflink(t,e){let r;if((r=this.rules.inline.reflink.exec(t))||(r=this.rules.inline.nolink.exec(t))){let t=e[(r[2]||r[1]).replace(/\s+/g," ").toLowerCase()];if(!t){let t=r[0].charAt(0);return{type:"text",raw:t,text:t}}return w(r,t,r[0],this.lexer)}}emStrong(t,e,r=""){let i=this.rules.inline.emStrongLDelim.exec(t);if(!(!i||i[3]&&r.match(/[\p{L}\p{N}]/u))){if(!(i[1]||i[2])||!r||this.rules.inline.punctuation.exec(r)){let r=[...i[0]].length-1,n,o,a=r,s=0,l="*"===i[0][0]?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(l.lastIndex=0,e=e.slice(-1*t.length+r);null!=(i=l.exec(e));){if(!(n=i[1]||i[2]||i[3]||i[4]||i[5]||i[6]))continue;if(o=[...n].length,i[3]||i[4]){a+=o;continue}if((i[5]||i[6])&&r%3&&!((r+o)%3)){s+=o;continue}if((a-=o)>0)continue;o=Math.min(o,o+a+s);let e=[...i[0]][0].length,l=t.slice(0,r+i.index+e+o);if(Math.min(r,o)%2){let t=l.slice(1,-1);return{type:"em",raw:l,text:t,tokens:this.lexer.inlineTokens(t)}}let h=l.slice(2,-2);return{type:"strong",raw:l,text:h,tokens:this.lexer.inlineTokens(h)}}}}}codespan(t){let e=this.rules.inline.code.exec(t);if(e){let t=e[2].replace(/\n/g," "),r=/[^ ]/.test(t),i=/^ /.test(t)&&/ $/.test(t);return r&&i&&(t=t.substring(1,t.length-1)),t=g(t,!0),{type:"codespan",raw:e[0],text:t}}}br(t){let e=this.rules.inline.br.exec(t);if(e)return{type:"br",raw:e[0]}}del(t){let e=this.rules.inline.del.exec(t);if(e)return{type:"del",raw:e[0],text:e[2],tokens:this.lexer.inlineTokens(e[2])}}autolink(t){let e=this.rules.inline.autolink.exec(t);if(e){let t,r;return r="@"===e[2]?"mailto:"+(t=g(e[1])):t=g(e[1]),{type:"link",raw:e[0],text:t,href:r,tokens:[{type:"text",raw:t,text:t}]}}}url(t){let e;if(e=this.rules.inline.url.exec(t)){let t,r;if("@"===e[2])r="mailto:"+(t=g(e[0]));else{let i;do i=e[0],e[0]=this.rules.inline._backpedal.exec(e[0])?.[0]??"";while(i!==e[0]);t=g(e[0]),r="www."===e[1]?"http://"+e[0]:e[0]}return{type:"link",raw:e[0],text:t,href:r,tokens:[{type:"text",raw:t,text:t}]}}}inlineText(t){let e=this.rules.inline.text.exec(t);if(e){let t;return t=this.lexer.state.inRawBlock?e[0]:g(e[0]),{type:"text",raw:e[0],text:t}}}}let T=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,S=/(?:[*+-]|\d{1,9}[.)])/,M=x(/^(?!bull |blockCode|fences|blockquote|heading|html)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html))+?)\n {0,3}(=+|-+) *(?:\n+|$)/).replace(/bull/g,S).replace(/blockCode/g,/ {4}/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).getRegex(),B=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,L=/(?!\s*\])(?:\\.|[^\[\]\\])+/,F=x(/^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/).replace("label",L).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),A=x(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,S).getRegex(),W="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",E=/<!--(?:-?>|[\s\S]*?(?:-->|$))/,$=x("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n *)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$))","i").replace("comment",E).replace("tag",W).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),O=x(B).replace("hr",T).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",W).getRegex(),I={blockquote:x(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",O).getRegex(),code:/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,def:F,fences:/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,heading:/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,hr:T,html:$,lheading:M,list:A,newline:/^(?: *(?:\n|$))+/,paragraph:O,table:C,text:/^[^\n]+/},D=x("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",T).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("blockquote"," {0,3}>").replace("code"," {4}[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",W).getRegex(),Z={...I,table:D,paragraph:x(B).replace("hr",T).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",D).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",W).getRegex()},q={...I,html:x("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:\"[^\"]*\"|'[^']*'|\\s[^'\"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",E).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:C,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:x(B).replace("hr",T).replace("heading"," *#{1,6} *[^\n]").replace("lheading",M).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},z=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,N=/^( {2,}|\\)\n(?!\s*$)/,P="\\p{P}\\p{S}",R=x(/^((?![*_])[\spunctuation])/,"u").replace(/punctuation/g,P).getRegex(),j=x(/^(?:\*+(?:((?!\*)[punct])|[^\s*]))|^_+(?:((?!_)[punct])|([^\s_]))/,"u").replace(/punct/g,P).getRegex(),Y=x("^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)[punct](\\*+)(?=[\\s]|$)|[^punct\\s](\\*+)(?!\\*)(?=[punct\\s]|$)|(?!\\*)[punct\\s](\\*+)(?=[^punct\\s])|[\\s](\\*+)(?!\\*)(?=[punct])|(?!\\*)[punct](\\*+)(?!\\*)(?=[punct])|[^punct\\s](\\*+)(?=[^punct\\s])","gu").replace(/punct/g,P).getRegex(),U=x("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)[punct](_+)(?=[\\s]|$)|[^punct\\s](_+)(?!_)(?=[punct\\s]|$)|(?!_)[punct\\s](_+)(?=[^punct\\s])|[\\s](_+)(?!_)(?=[punct])|(?!_)[punct](_+)(?!_)(?=[punct])","gu").replace(/punct/g,P).getRegex(),H=x(/\\([punct])/,"gu").replace(/punct/g,P).getRegex(),V=x(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme",/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email",/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(),G=x(E).replace("(?:--\x3e|$)","--\x3e").getRegex(),X=x("^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>").replace("comment",G).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),Q=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,K=x(/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/).replace("label",Q).replace("href",/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),J=x(/^!?\[(label)\]\[(ref)\]/).replace("label",Q).replace("ref",L).getRegex(),tt=x(/^!?\[(ref)\](?:\[\])?/).replace("ref",L).getRegex(),te=x("reflink|nolink(?!\\()","g").replace("reflink",J).replace("nolink",tt).getRegex(),tr={_backpedal:C,anyPunctuation:H,autolink:V,blockSkip:/\[[^[\]]*?\]\([^\(\)]*?\)|`[^`]*?`|<[^<>]*?>/g,br:N,code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,del:C,emStrongLDelim:j,emStrongRDelimAst:Y,emStrongRDelimUnd:U,escape:z,link:K,nolink:tt,punctuation:R,reflink:J,reflinkSearch:te,tag:X,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,url:C},ti={...tr,link:x(/^!?\[(label)\]\((.*?)\)/).replace("label",Q).getRegex(),reflink:x(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",Q).getRegex()},tn={...tr,escape:x(z).replace("])","~|])").getRegex(),url:x(/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,"i").replace("email",/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(),_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/},to={...tn,br:x(N).replace("{2,}","*").getRegex(),text:x(tn.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()},ta={normal:I,gfm:Z,pedantic:q},ts={normal:tr,gfm:tn,breaks:to,pedantic:ti};class tl{tokens;options;state;tokenizer;inlineQueue;constructor(t){this.tokens=[],this.tokens.links=Object.create(null),this.options=t||s,this.options.tokenizer=this.options.tokenizer||new v,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options,this.tokenizer.lexer=this,this.inlineQueue=[],this.state={inLink:!1,inRawBlock:!1,top:!0};let e={block:ta.normal,inline:ts.normal};this.options.pedantic?(e.block=ta.pedantic,e.inline=ts.pedantic):this.options.gfm&&(e.block=ta.gfm,this.options.breaks?e.inline=ts.breaks:e.inline=ts.gfm),this.tokenizer.rules=e}static get rules(){return{block:ta,inline:ts}}static lex(t,e){return new tl(e).lex(t)}static lexInline(t,e){return new tl(e).inlineTokens(t)}lex(t){t=t.replace(/\r\n|\r/g,"\n"),this.blockTokens(t,this.tokens);for(let t=0;t<this.inlineQueue.length;t++){let e=this.inlineQueue[t];this.inlineTokens(e.src,e.tokens)}return this.inlineQueue=[],this.tokens}blockTokens(t,e=[],r=!1){let i,n,o;for(t=this.options.pedantic?t.replace(/\t/g," ").replace(/^ +$/gm,""):t.replace(/^( *)(\t+)/gm,(t,e,r)=>e+" ".repeat(r.length));t;){if(!(this.options.extensions&&this.options.extensions.block&&this.options.extensions.block.some(r=>!!(i=r.call({lexer:this},t,e))&&(t=t.substring(i.raw.length),e.push(i),!0)))){if(i=this.tokenizer.space(t)){t=t.substring(i.raw.length),1===i.raw.length&&e.length>0?e[e.length-1].raw+="\n":e.push(i);continue}if(i=this.tokenizer.code(t)){t=t.substring(i.raw.length),(n=e[e.length-1])&&("paragraph"===n.type||"text"===n.type)?(n.raw+="\n"+i.raw,n.text+="\n"+i.text,this.inlineQueue[this.inlineQueue.length-1].src=n.text):e.push(i);continue}if((i=this.tokenizer.fences(t))||(i=this.tokenizer.heading(t))||(i=this.tokenizer.hr(t))||(i=this.tokenizer.blockquote(t))||(i=this.tokenizer.list(t))||(i=this.tokenizer.html(t))){t=t.substring(i.raw.length),e.push(i);continue}if(i=this.tokenizer.def(t)){t=t.substring(i.raw.length),(n=e[e.length-1])&&("paragraph"===n.type||"text"===n.type)?(n.raw+="\n"+i.raw,n.text+="\n"+i.raw,this.inlineQueue[this.inlineQueue.length-1].src=n.text):!this.tokens.links[i.tag]&&(this.tokens.links[i.tag]={href:i.href,title:i.title});continue}if((i=this.tokenizer.table(t))||(i=this.tokenizer.lheading(t))){t=t.substring(i.raw.length),e.push(i);continue}if(o=t,this.options.extensions&&this.options.extensions.startBlock){let e,r=1/0,i=t.slice(1);this.options.extensions.startBlock.forEach(t=>{"number"==typeof(e=t.call({lexer:this},i))&&e>=0&&(r=Math.min(r,e))}),r<1/0&&r>=0&&(o=t.substring(0,r+1))}if(this.state.top&&(i=this.tokenizer.paragraph(o))){n=e[e.length-1],r&&n?.type==="paragraph"?(n.raw+="\n"+i.raw,n.text+="\n"+i.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=n.text):e.push(i),r=o.length!==t.length,t=t.substring(i.raw.length);continue}if(i=this.tokenizer.text(t)){t=t.substring(i.raw.length),(n=e[e.length-1])&&"text"===n.type?(n.raw+="\n"+i.raw,n.text+="\n"+i.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=n.text):e.push(i);continue}if(t){let e="Infinite loop on byte: "+t.charCodeAt(0);if(this.options.silent){console.error(e);break}throw Error(e)}}}return this.state.top=!0,e}inline(t,e=[]){return this.inlineQueue.push({src:t,tokens:e}),e}inlineTokens(t,e=[]){let r,i,n,o,a,s;let l=t;if(this.tokens.links){let t=Object.keys(this.tokens.links);if(t.length>0)for(;null!=(o=this.tokenizer.rules.inline.reflinkSearch.exec(l));)t.includes(o[0].slice(o[0].lastIndexOf("[")+1,-1))&&(l=l.slice(0,o.index)+"["+"a".repeat(o[0].length-2)+"]"+l.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;null!=(o=this.tokenizer.rules.inline.blockSkip.exec(l));)l=l.slice(0,o.index)+"["+"a".repeat(o[0].length-2)+"]"+l.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;null!=(o=this.tokenizer.rules.inline.anyPunctuation.exec(l));)l=l.slice(0,o.index)+"++"+l.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(;t;){if(!a&&(s=""),a=!1,!(this.options.extensions&&this.options.extensions.inline&&this.options.extensions.inline.some(i=>!!(r=i.call({lexer:this},t,e))&&(t=t.substring(r.raw.length),e.push(r),!0)))){if(r=this.tokenizer.escape(t)){t=t.substring(r.raw.length),e.push(r);continue}if(r=this.tokenizer.tag(t)){t=t.substring(r.raw.length),(i=e[e.length-1])&&"text"===r.type&&"text"===i.type?(i.raw+=r.raw,i.text+=r.text):e.push(r);continue}if(r=this.tokenizer.link(t)){t=t.substring(r.raw.length),e.push(r);continue}if(r=this.tokenizer.reflink(t,this.tokens.links)){t=t.substring(r.raw.length),(i=e[e.length-1])&&"text"===r.type&&"text"===i.type?(i.raw+=r.raw,i.text+=r.text):e.push(r);continue}if((r=this.tokenizer.emStrong(t,l,s))||(r=this.tokenizer.codespan(t))||(r=this.tokenizer.br(t))||(r=this.tokenizer.del(t))||(r=this.tokenizer.autolink(t))||!this.state.inLink&&(r=this.tokenizer.url(t))){t=t.substring(r.raw.length),e.push(r);continue}if(n=t,this.options.extensions&&this.options.extensions.startInline){let e,r=1/0,i=t.slice(1);this.options.extensions.startInline.forEach(t=>{"number"==typeof(e=t.call({lexer:this},i))&&e>=0&&(r=Math.min(r,e))}),r<1/0&&r>=0&&(n=t.substring(0,r+1))}if(r=this.tokenizer.inlineText(n)){t=t.substring(r.raw.length),"_"!==r.raw.slice(-1)&&(s=r.raw.slice(-1)),a=!0,(i=e[e.length-1])&&"text"===i.type?(i.raw+=r.raw,i.text+=r.text):e.push(r);continue}if(t){let e="Infinite loop on byte: "+t.charCodeAt(0);if(this.options.silent){console.error(e);break}throw Error(e)}}}return e}}class th{options;parser;constructor(t){this.options=t||s}space(t){return""}code({text:t,lang:e,escaped:r}){let i=(e||"").match(/^\S*/)?.[0],n=t.replace(/\n$/,"")+"\n";return i?'<pre><code class="language-'+g(i)+'">'+(r?n:g(n,!0))+"</code></pre>\n":"<pre><code>"+(r?n:g(n,!0))+"</code></pre>\n"}blockquote({tokens:t}){let e=this.parser.parse(t);return`<blockquote>
${e}</blockquote>
`}html({text:t}){return t}heading({tokens:t,depth:e}){return`<h${e}>${this.parser.parseInline(t)}</h${e}>
`}hr(t){return"<hr>\n"}list(t){let e=t.ordered,r=t.start,i="";for(let e=0;e<t.items.length;e++){let r=t.items[e];i+=this.listitem(r)}let n=e?"ol":"ul";return"<"+n+(e&&1!==r?' start="'+r+'"':"")+">\n"+i+"</"+n+">\n"}listitem(t){let e="";if(t.task){let r=this.checkbox({checked:!!t.checked});t.loose?t.tokens.length>0&&"paragraph"===t.tokens[0].type?(t.tokens[0].text=r+" "+t.tokens[0].text,t.tokens[0].tokens&&t.tokens[0].tokens.length>0&&"text"===t.tokens[0].tokens[0].type&&(t.tokens[0].tokens[0].text=r+" "+t.tokens[0].tokens[0].text)):t.tokens.unshift({type:"text",raw:r+" ",text:r+" "}):e+=r+" "}return e+=this.parser.parse(t.tokens,!!t.loose),`<li>${e}</li>
`}checkbox({checked:t}){return"<input "+(t?'checked="" ':"")+'disabled="" type="checkbox">'}paragraph({tokens:t}){return`<p>${this.parser.parseInline(t)}</p>
`}table(t){let e="",r="";for(let e=0;e<t.header.length;e++)r+=this.tablecell(t.header[e]);e+=this.tablerow({text:r});let i="";for(let e=0;e<t.rows.length;e++){let n=t.rows[e];r="";for(let t=0;t<n.length;t++)r+=this.tablecell(n[t]);i+=this.tablerow({text:r})}return i&&(i=`<tbody>${i}</tbody>`),"<table>\n<thead>\n"+e+"</thead>\n"+i+"</table>\n"}tablerow({text:t}){return`<tr>
${t}</tr>
`}tablecell(t){let e=this.parser.parseInline(t.tokens),r=t.header?"th":"td";return(t.align?`<${r} align="${t.align}">`:`<${r}>`)+e+`</${r}>
`}strong({tokens:t}){return`<strong>${this.parser.parseInline(t)}</strong>`}em({tokens:t}){return`<em>${this.parser.parseInline(t)}</em>`}codespan({text:t}){return`<code>${t}</code>`}br(t){return"<br>"}del({tokens:t}){return`<del>${this.parser.parseInline(t)}</del>`}link({href:t,title:e,tokens:r}){let i=this.parser.parseInline(r),n=b(t);if(null===n)return i;let o='<a href="'+(t=n)+'"';return e&&(o+=' title="'+e+'"'),o+=">"+i+"</a>"}image({href:t,title:e,text:r}){let i=b(t);if(null===i)return r;t=i;let n=`<img src="${t}" alt="${r}"`;return e&&(n+=` title="${e}"`),n+=">"}text(t){return"tokens"in t&&t.tokens?this.parser.parseInline(t.tokens):t.text}}class tc{strong({text:t}){return t}em({text:t}){return t}codespan({text:t}){return t}del({text:t}){return t}html({text:t}){return t}text({text:t}){return t}link({text:t}){return""+t}image({text:t}){return""+t}br(){return""}}class tu{options;renderer;textRenderer;constructor(t){this.options=t||s,this.options.renderer=this.options.renderer||new th,this.renderer=this.options.renderer,this.renderer.options=this.options,this.renderer.parser=this,this.textRenderer=new tc}static parse(t,e){return new tu(e).parse(t)}static parseInline(t,e){return new tu(e).parseInline(t)}parse(t,e=!0){let r="";for(let i=0;i<t.length;i++){let n=t[i];if(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[n.type]){let t=this.options.extensions.renderers[n.type].call({parser:this},n);if(!1!==t||!["space","hr","heading","code","table","blockquote","list","html","paragraph","text"].includes(n.type)){r+=t||"";continue}}switch(n.type){case"space":r+=this.renderer.space(n);continue;case"hr":r+=this.renderer.hr(n);continue;case"heading":r+=this.renderer.heading(n);continue;case"code":r+=this.renderer.code(n);continue;case"table":r+=this.renderer.table(n);continue;case"blockquote":r+=this.renderer.blockquote(n);continue;case"list":r+=this.renderer.list(n);continue;case"html":r+=this.renderer.html(n);continue;case"paragraph":r+=this.renderer.paragraph(n);continue;case"text":{let o=n,a=this.renderer.text(o);for(;i+1<t.length&&"text"===t[i+1].type;)o=t[++i],a+="\n"+this.renderer.text(o);e?r+=this.renderer.paragraph({type:"paragraph",raw:a,text:a,tokens:[{type:"text",raw:a,text:a}]}):r+=a;continue}default:{let t='Token with "'+n.type+'" type was not found.';if(this.options.silent)return console.error(t),"";throw Error(t)}}}return r}parseInline(t,e){e=e||this.renderer;let r="";for(let i=0;i<t.length;i++){let n=t[i];if(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[n.type]){let t=this.options.extensions.renderers[n.type].call({parser:this},n);if(!1!==t||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(n.type)){r+=t||"";continue}}switch(n.type){case"escape":case"text":r+=e.text(n);break;case"html":r+=e.html(n);break;case"link":r+=e.link(n);break;case"image":r+=e.image(n);break;case"strong":r+=e.strong(n);break;case"em":r+=e.em(n);break;case"codespan":r+=e.codespan(n);break;case"br":r+=e.br(n);break;case"del":r+=e.del(n);break;default:{let t='Token with "'+n.type+'" type was not found.';if(this.options.silent)return console.error(t),"";throw Error(t)}}}return r}}class td{options;constructor(t){this.options=t||s}static passThroughHooks=new Set(["preprocess","postprocess","processAllTokens"]);preprocess(t){return t}postprocess(t){return t}processAllTokens(t){return t}}class tf{defaults=a();options=this.setOptions;parse=this.#t(tl.lex,tu.parse);parseInline=this.#t(tl.lexInline,tu.parseInline);Parser=tu;Renderer=th;TextRenderer=tc;Lexer=tl;Tokenizer=v;Hooks=td;constructor(...t){this.use(...t)}walkTokens(t,e){let r=[];for(let i of t)switch(r=r.concat(e.call(this,i)),i.type){case"table":for(let t of i.header)r=r.concat(this.walkTokens(t.tokens,e));for(let t of i.rows)for(let i of t)r=r.concat(this.walkTokens(i.tokens,e));break;case"list":r=r.concat(this.walkTokens(i.items,e));break;default:{let t=i;this.defaults.extensions?.childTokens?.[t.type]?this.defaults.extensions.childTokens[t.type].forEach(i=>{let n=t[i].flat(1/0);r=r.concat(this.walkTokens(n,e))}):t.tokens&&(r=r.concat(this.walkTokens(t.tokens,e)))}}return r}use(...t){let e=this.defaults.extensions||{renderers:{},childTokens:{}};return t.forEach(t=>{let r={...t};if(r.async=this.defaults.async||r.async||!1,t.extensions&&(t.extensions.forEach(t=>{if(!t.name)throw Error("extension name required");if("renderer"in t){let r=e.renderers[t.name];r?e.renderers[t.name]=function(...e){let i=t.renderer.apply(this,e);return!1===i&&(i=r.apply(this,e)),i}:e.renderers[t.name]=t.renderer}if("tokenizer"in t){if(!t.level||"block"!==t.level&&"inline"!==t.level)throw Error("extension level must be 'block' or 'inline'");let r=e[t.level];r?r.unshift(t.tokenizer):e[t.level]=[t.tokenizer],t.start&&("block"===t.level?e.startBlock?e.startBlock.push(t.start):e.startBlock=[t.start]:"inline"===t.level&&(e.startInline?e.startInline.push(t.start):e.startInline=[t.start]))}"childTokens"in t&&t.childTokens&&(e.childTokens[t.name]=t.childTokens)}),r.extensions=e),t.renderer){let e=this.defaults.renderer||new th(this.defaults);for(let r in t.renderer){if(!(r in e))throw Error(`renderer '${r}' does not exist`);if(["options","parser"].includes(r))continue;let i=t.renderer[r];!t.useNewRenderer&&(i=this.#e(i,r,e));let n=e[r];e[r]=(...t)=>{let r=i.apply(e,t);return!1===r&&(r=n.apply(e,t)),r||""}}r.renderer=e}if(t.tokenizer){let e=this.defaults.tokenizer||new v(this.defaults);for(let r in t.tokenizer){if(!(r in e))throw Error(`tokenizer '${r}' does not exist`);if(["options","rules","lexer"].includes(r))continue;let i=t.tokenizer[r],n=e[r];e[r]=(...t)=>{let r=i.apply(e,t);return!1===r&&(r=n.apply(e,t)),r}}r.tokenizer=e}if(t.hooks){let e=this.defaults.hooks||new td;for(let r in t.hooks){if(!(r in e))throw Error(`hook '${r}' does not exist`);if("options"===r)continue;let i=t.hooks[r],n=e[r];td.passThroughHooks.has(r)?e[r]=t=>{if(this.defaults.async)return Promise.resolve(i.call(e,t)).then(t=>n.call(e,t));let r=i.call(e,t);return n.call(e,r)}:e[r]=(...t)=>{let r=i.apply(e,t);return!1===r&&(r=n.apply(e,t)),r}}r.hooks=e}if(t.walkTokens){let e=this.defaults.walkTokens,i=t.walkTokens;r.walkTokens=function(t){let r=[];return r.push(i.call(this,t)),e&&(r=r.concat(e.call(this,t))),r}}this.defaults={...this.defaults,...r}}),this}#e(t,e,r){switch(e){case"heading":return function(i){if(!i.type||i.type!==e)return t.apply(this,arguments);return t.call(this,r.parser.parseInline(i.tokens),i.depth,r.parser.parseInline(i.tokens,r.parser.textRenderer).replace(y,(t,e)=>"colon"===(e=e.toLowerCase())?":":"#"===e.charAt(0)?"x"===e.charAt(1)?String.fromCharCode(parseInt(e.substring(2),16)):String.fromCharCode(+e.substring(1)):""))};case"code":return function(r){return r.type&&r.type===e?t.call(this,r.text,r.lang,!!r.escaped):t.apply(this,arguments)};case"table":return function(r){if(!r.type||r.type!==e)return t.apply(this,arguments);let i="",n="";for(let t=0;t<r.header.length;t++)n+=this.tablecell({text:r.header[t].text,tokens:r.header[t].tokens,header:!0,align:r.align[t]});i+=this.tablerow({text:n});let o="";for(let t=0;t<r.rows.length;t++){let e=r.rows[t];n="";for(let t=0;t<e.length;t++)n+=this.tablecell({text:e[t].text,tokens:e[t].tokens,header:!1,align:r.align[t]});o+=this.tablerow({text:n})}return t.call(this,i,o)};case"blockquote":return function(r){if(!r.type||r.type!==e)return t.apply(this,arguments);let i=this.parser.parse(r.tokens);return t.call(this,i)};case"list":return function(r){if(!r.type||r.type!==e)return t.apply(this,arguments);let i=r.ordered,n=r.start,o=r.loose,a="";for(let t=0;t<r.items.length;t++){let e=r.items[t],i=e.checked,n=e.task,s="";if(e.task){let t=this.checkbox({checked:!!i});o?e.tokens.length>0&&"paragraph"===e.tokens[0].type?(e.tokens[0].text=t+" "+e.tokens[0].text,e.tokens[0].tokens&&e.tokens[0].tokens.length>0&&"text"===e.tokens[0].tokens[0].type&&(e.tokens[0].tokens[0].text=t+" "+e.tokens[0].tokens[0].text)):e.tokens.unshift({type:"text",text:t+" "}):s+=t+" "}s+=this.parser.parse(e.tokens,o),a+=this.listitem({type:"list_item",raw:s,text:s,task:n,checked:!!i,loose:o,tokens:e.tokens})}return t.call(this,a,i,n)};case"html":return function(r){return r.type&&r.type===e?t.call(this,r.text,r.block):t.apply(this,arguments)};case"paragraph":return function(r){return r.type&&r.type===e?t.call(this,this.parser.parseInline(r.tokens)):t.apply(this,arguments)};case"escape":case"text":return function(r){return r.type&&r.type===e?t.call(this,r.text):t.apply(this,arguments)};case"link":return function(r){return r.type&&r.type===e?t.call(this,r.href,r.title,this.parser.parseInline(r.tokens)):t.apply(this,arguments)};case"image":return function(r){return r.type&&r.type===e?t.call(this,r.href,r.title,r.text):t.apply(this,arguments)};case"strong":case"del":return function(r){return r.type&&r.type===e?t.call(this,this.parser.parseInline(r.tokens)):t.apply(this,arguments)};case"em":return function(r){return r.type&&r.type===e?t.call(this,this.parser.parseInline(r.tokens)):t.apply(this,arguments)};case"codespan":return function(r){return r.type&&r.type===e?t.call(this,r.text):t.apply(this,arguments)}}return t}setOptions(t){return this.defaults={...this.defaults,...t},this}lexer(t,e){return tl.lex(t,e??this.defaults)}parser(t,e){return tu.parse(t,e??this.defaults)}#t(t,e){return(r,i)=>{let n={...i},o={...this.defaults,...n};!0===this.defaults.async&&!1===n.async&&(!o.silent&&console.warn("marked(): The async option was set to true by an extension. The async: false option sent to parse will be ignored."),o.async=!0);let a=this.#r(!!o.silent,!!o.async);if(null==r)return a(Error("marked(): input parameter is undefined or null"));if("string"!=typeof r)return a(Error("marked(): input parameter is of type "+Object.prototype.toString.call(r)+", string expected"));if(o.hooks&&(o.hooks.options=o),o.async)return Promise.resolve(o.hooks?o.hooks.preprocess(r):r).then(e=>t(e,o)).then(t=>o.hooks?o.hooks.processAllTokens(t):t).then(t=>o.walkTokens?Promise.all(this.walkTokens(t,o.walkTokens)).then(()=>t):t).then(t=>e(t,o)).then(t=>o.hooks?o.hooks.postprocess(t):t).catch(a);try{o.hooks&&(r=o.hooks.preprocess(r));let i=t(r,o);o.hooks&&(i=o.hooks.processAllTokens(i)),o.walkTokens&&this.walkTokens(i,o.walkTokens);let n=e(i,o);return o.hooks&&(n=o.hooks.postprocess(n)),n}catch(t){return a(t)}}}#r(t,e){return r=>{if(r.message+="\nPlease report this to https://github.com/markedjs/marked.",t){let t="<p>An error occurred:</p><pre>"+g(r.message+"",!0)+"</pre>";return e?Promise.resolve(t):t}if(e)return Promise.reject(r);throw r}}}let tp=new tf;function tg(t,e){return tp.parse(t,e)}tg.options=tg.setOptions=function(t){return tp.setOptions(t),tg.defaults=tp.defaults,s=tg.defaults,tg},tg.getDefaults=a,tg.defaults=s,tg.use=function(...t){return tp.use(...t),tg.defaults=tp.defaults,s=tg.defaults,tg},tg.walkTokens=function(t,e){return tp.walkTokens(t,e)},tg.parseInline=tp.parseInline,tg.Parser=tu,tg.parser=tu.parse,tg.Renderer=th,tg.TextRenderer=tc,tg.Lexer=tl,tg.lexer=tl.lex,tg.Tokenizer=v,tg.Hooks=td,tg.parse=tg,tg.options,tg.setOptions,tg.use,tg.walkTokens,tg.parseInline,tu.parse,tl.lex;var ty=r("11464");function tm(t,{markdownAutoWrap:e}){let r=t.replace(/<br\/>/g,"\n").replace(/\n{2,}/g,"\n"),i=(0,ty.Z)(r);return!1===e?i.replace(/ /g,"&nbsp;"):i}function tx(t,e={}){let r=tm(t,e),i=tg.lexer(r),o=[[]],a=0;function s(t,e="normal"){"text"===t.type?t.text.split("\n").forEach((t,r)=>{0!==r&&(a++,o.push([])),t.split(" ").forEach(t=>{t&&o[a].push({content:t,type:e})})}):"strong"===t.type||"em"===t.type?t.tokens.forEach(e=>{s(e,t.type)}):"html"===t.type&&o[a].push({content:t.text,type:"normal"})}return(0,n.eW)(s,"processNode"),i.forEach(t=>{"paragraph"===t.type?t.tokens?.forEach(t=>{s(t)}):"html"===t.type&&o[a].push({content:t.text,type:"normal"})}),o}function tb(t,{markdownAutoWrap:e}={}){let r=tg.lexer(t);function i(t){if("text"===t.type)return!1===e?t.text.replace(/\n */g,"<br/>").replace(/ /g,"&nbsp;"):t.text.replace(/\n */g,"<br/>");if("strong"===t.type)return`<strong>${t.tokens?.map(i).join("")}</strong>`;if("em"===t.type)return`<em>${t.tokens?.map(i).join("")}</em>`;else if("paragraph"===t.type)return`<p>${t.tokens?.map(i).join("")}</p>`;else if("space"===t.type)return"";else if("html"===t.type)return`${t.text}`;return`Unsupported markdown: ${t.type}`}return(0,n.eW)(i,"output"),r.map(i).join("")}function tC(t){return Intl.Segmenter?[...new Intl.Segmenter().segment(t)].map(t=>t.segment):[...t]}function tk(t,e){return t_(t,[],tC(e.content),e.type)}function t_(t,e,r,i){if(0===r.length)return[{content:e.join(""),type:i},{content:"",type:i}];let[n,...o]=r,a=[...e,n];return t([{content:a.join(""),type:i}])?t_(t,a,o,i):(0===e.length&&n&&(e.push(n),r.shift()),[{content:e.join(""),type:i},{content:r.join(""),type:i}])}function tw(t,e){if(t.some(({content:t})=>t.includes("\n")))throw Error("splitLineToFitWidth does not support newlines in the line");return tv(t,e)}function tv(t,e,r=[],i=[]){if(0===t.length)return i.length>0&&r.push(i),r.length>0?r:[];let n="";" "===t[0].content&&(n=" ",t.shift());let o=t.shift()??{content:" ",type:"normal"},a=[...i];if(""!==n&&a.push({content:n,type:"normal"}),a.push(o),e(a))return tv(t,e,r,a);if(i.length>0)r.push(i),t.unshift(o);else if(o.content){let[i,n]=tk(e,o);r.push([i]),n.content&&t.unshift(n)}return tv(t,e,r)}function tT(t,e){e&&t.attr("style",e)}async function tS(t,e,r,i,o=!1){let a=t.append("foreignObject");a.attr("width",`${10*r}px`),a.attr("height",`${10*r}px`);let s=a.append("xhtml:div"),l=e.label;e.label&&(0,n.l0)(e.label)&&(l=await (0,n.uT)(e.label.replace(n.SY.lineBreakRegex,"\n"),(0,n.nV)()));let h=e.isNode?"nodeLabel":"edgeLabel",c=s.append("span");c.html(l),tT(c,e.labelStyle),c.attr("class",`${h} ${i}`),tT(s,e.labelStyle),s.style("display","table-cell"),s.style("white-space","nowrap"),s.style("line-height","1.5"),s.style("max-width",r+"px"),s.style("text-align","center"),s.attr("xmlns","http://www.w3.org/1999/xhtml"),o&&s.attr("class","labelBkg");let u=s.node().getBoundingClientRect();return u.width===r&&(s.style("display","table"),s.style("white-space","break-spaces"),s.style("width",r+"px"),u=s.node().getBoundingClientRect()),a.node()}function tM(t,e,r){return t.append("tspan").attr("class","text-outer-tspan").attr("x",0).attr("y",e*r-.1+"em").attr("dy",r+"em")}function tB(t,e,r){let i=t.append("text"),n=tM(i,1,e);tA(n,r);let o=n.node().getComputedTextLength();return i.remove(),o}function tL(t,e,r){let i=t.append("text"),n=tM(i,1,e);tA(n,[{content:r,type:"normal"}]);let o=n.node()?.getBoundingClientRect();return o&&i.remove(),o}function tF(t,e,r,i=!1){let o=e.append("g"),a=o.insert("rect").attr("class","background").attr("style","stroke: none"),s=o.append("text").attr("y","-10.1"),l=0;for(let e of r){let r=(0,n.eW)(e=>tB(o,1.1,e)<=t,"checkWidth");for(let t of r(e)?[e]:tw(e,r))tA(tM(s,l,1.1),t),l++}if(!i)return s.node();{let t=s.node().getBBox();return a.attr("x",-2).attr("y",-2).attr("width",t.width+4).attr("height",t.height+4),o.node()}}function tA(t,e){t.text(""),e.forEach((e,r)=>{let i=t.append("tspan").attr("font-style","em"===e.type?"italic":"normal").attr("class","text-inner-tspan").attr("font-weight","strong"===e.type?"bold":"normal");0===r?i.text(e.content):i.text(" "+e.content)})}function tW(t){return t.replace(/fa[bklrs]?:fa-[\w-]+/g,t=>`<i class='${t.replace(":"," ")}'></i>`)}(0,n.eW)(tm,"preprocessMarkdown"),(0,n.eW)(tx,"markdownToLines"),(0,n.eW)(tb,"markdownToHTML"),(0,n.eW)(tC,"splitTextToChars"),(0,n.eW)(tk,"splitWordToFitWidth"),(0,n.eW)(t_,"splitWordToFitWidthRecursion"),(0,n.eW)(tw,"splitLineToFitWidth"),(0,n.eW)(tv,"splitLineToFitWidthRecursion"),(0,n.eW)(tT,"applyStyle"),(0,n.eW)(tS,"addHtmlSpan"),(0,n.eW)(tM,"createTspan"),(0,n.eW)(tB,"computeWidthOfText"),(0,n.eW)(tL,"computeDimensionOfText"),(0,n.eW)(tF,"createFormattedText"),(0,n.eW)(tA,"updateTextContentAndStyles"),(0,n.eW)(tW,"replaceIconSubstring");var tE=(0,n.eW)(async(t,e="",{style:r="",isTitle:a=!1,classes:s="",useHtmlLabels:l=!0,isNode:h=!0,width:c=200,addSvgBackground:u=!1}={},d)=>{if(n.cM.debug("XYZ createText",e,r,a,s,l,h,"addSvgBackground: ",u),l){let o=tb(e,d),a=tW((0,i.SH)(o)),l=e.replace(/\\\\/g,"\\"),f={isNode:h,label:(0,n.l0)(e)?l:a,labelStyle:r.replace("fill:","color:")};return await tS(t,f,c,s,u)}{let i=tF(c,t,tx(e.replace(/<br\s*\/?>/g,"<br/>").replace("<br>","<br/>"),d),!!e&&u);if(h){/stroke:/.exec(r)&&(r=r.replace("stroke:","lineColor:"));let t=r.replace(/stroke:[^;]+;?/g,"").replace(/stroke-width:[^;]+;?/g,"").replace(/fill:[^;]+;?/g,"").replace(/color:/g,"fill:");(0,o.Ys)(i).attr("style",t)}else{let t=r.replace(/stroke:[^;]+;?/g,"").replace(/stroke-width:[^;]+;?/g,"").replace(/fill:[^;]+;?/g,"").replace(/background:/g,"fill:");(0,o.Ys)(i).select("rect").attr("style",t.replace(/background:/g,"fill:"));let e=r.replace(/stroke:[^;]+;?/g,"").replace(/stroke-width:[^;]+;?/g,"").replace(/fill:[^;]+;?/g,"").replace(/color:/g,"fill:");(0,o.Ys)(i).select("text").attr("style",e)}return i}},"createText")},37434:function(t,e,r){"use strict";r.d(e,{s4:()=>S,ef:()=>v,cN:()=>k});var i=r("28923");let n=/^[a-z0-9]+(-[a-z0-9]+)*$/,o=(t,e,r,i="")=>{let n=t.split(":");if("@"===t.slice(0,1)){if(n.length<2||n.length>3)return null;i=n.shift().slice(1)}if(n.length>3||!n.length)return null;if(n.length>1){let t=n.pop(),r=n.pop(),o={provider:n.length>0?n[0]:i,prefix:r,name:t};return e&&!a(o)?null:o}let o=n[0],s=o.split("-");if(s.length>1){let t={provider:i,prefix:s.shift(),name:s.join("-")};return e&&!a(t)?null:t}if(r&&""===i){let t={provider:i,prefix:"",name:o};return e&&!a(t,r)?null:t}return null},a=(t,e)=>!!t&&!!((""===t.provider||t.provider.match(n))&&(e&&""===t.prefix||t.prefix.match(n))&&t.name.match(n)),s=Object.freeze({left:0,top:0,width:16,height:16}),l=Object.freeze({rotate:0,vFlip:!1,hFlip:!1}),h=Object.freeze({...s,...l}),c=Object.freeze({...h,body:"",hidden:!1});function u(t,e){let r=function(t,e){let r={};!t.hFlip!=!e.hFlip&&(r.hFlip=!0),!t.vFlip!=!e.vFlip&&(r.vFlip=!0);let i=((t.rotate||0)+(e.rotate||0))%4;return i&&(r.rotate=i),r}(t,e);for(let i in c)i in l?i in t&&!(i in r)&&(r[i]=l[i]):i in e?r[i]=e[i]:i in t&&(r[i]=t[i]);return r}function d(t,e,r){let i=t.icons,n=t.aliases||Object.create(null),o={};function a(t){o=u(i[t]||n[t],o)}return a(e),r.forEach(a),u(t,o)}let f=Object.freeze({...Object.freeze({width:null,height:null}),...l}),p=/(-?[0-9.]*[0-9]+[0-9.]*)/g,g=/^-?[0-9.]*[0-9]+[0-9.]*$/g;function y(t,e,r){if(1===e)return t;if(r=r||100,"number"==typeof t)return Math.ceil(t*e*r)/r;if("string"!=typeof t)return t;let i=t.split(p);if(null===i||!i.length)return t;let n=[],o=i.shift(),a=g.test(o);for(;;){if(a){let t=parseFloat(o);isNaN(t)?n.push(o):n.push(Math.ceil(t*e*r)/r)}else n.push(o);if(void 0===(o=i.shift()))return n.join("");a=!a}}let m=t=>"unset"===t||"undefined"===t||"none"===t,x=/\sid="(\S+)"/g,b="IconifyId"+Date.now().toString(16)+(0x1000000*Math.random()|0).toString(16),C=0;var k={body:'<g><rect width="80" height="80" style="fill: #087ebf; stroke-width: 0px;"/><text transform="translate(21.16 64.67)" style="fill: #fff; font-family: ArialMT, Arial; font-size: 67.75px;"><tspan x="0" y="0">?</tspan></text></g>',height:80,width:80},_=new Map,w=new Map,v=(0,i.eW)(t=>{for(let e of t){if(!e.name)throw Error('Invalid icon loader. Must have a "name" property with non-empty string value.');if(i.cM.debug("Registering icon pack:",e.name),"loader"in e)w.set(e.name,e.loader);else if("icons"in e)_.set(e.name,e.icons);else throw i.cM.error("Invalid icon loader:",e),Error('Invalid icon loader. Must have either "icons" or "loader" property.')}},"registerIconPacks"),T=(0,i.eW)(async(t,e)=>{let r=o(t,!0,void 0!==e);if(!r)throw Error(`Invalid icon name: ${t}`);let n=r.prefix||e;if(!n)throw Error(`Icon name must contain a prefix: ${t}`);let a=_.get(n);if(!a){let t=w.get(n);if(!t)throw Error(`Icon set not found: ${r.prefix}`);try{a={...await t(),prefix:n},_.set(n,a)}catch(t){throw i.cM.error(t),Error(`Failed to load icon set: ${r.prefix}`)}}let s=function(t,e){if(t.icons[e])return d(t,e,[]);let r=function(t,e){let r=t.icons,i=t.aliases||Object.create(null),n=Object.create(null);return(e||Object.keys(r).concat(Object.keys(i))).forEach(function t(e){if(r[e])return n[e]=[];if(!(e in n)){n[e]=null;let r=i[e]&&i[e].parent,o=r&&t(r);o&&(n[e]=[r].concat(o))}return n[e]}),n}(t,[e])[e];return r?d(t,e,r):null}(a,r.name);if(!s)throw Error(`Icon not found: ${t}`);return s},"getRegisteredIconData"),S=(0,i.eW)(async(t,e)=>{let r;try{r=await T(t,e?.fallbackPrefix)}catch(t){i.cM.error(t),r=k}let n=function(t,e){let r,i;let n={...h,...t},o={...f,...e},a={left:n.left,top:n.top,width:n.width,height:n.height},s=n.body;[n,o].forEach(t=>{let e;let r=[],i=t.hFlip,n=t.vFlip,o=t.rotate;switch(i?n?o+=2:(r.push("translate("+(a.width+a.left).toString()+" "+(0-a.top).toString()+")"),r.push("scale(-1 1)"),a.top=a.left=0):n&&(r.push("translate("+(0-a.left).toString()+" "+(a.height+a.top).toString()+")"),r.push("scale(1 -1)"),a.top=a.left=0),o<0&&(o-=4*Math.floor(o/4)),o%=4){case 1:e=a.height/2+a.top,r.unshift("rotate(90 "+e.toString()+" "+e.toString()+")");break;case 2:r.unshift("rotate(180 "+(a.width/2+a.left).toString()+" "+(a.height/2+a.top).toString()+")");break;case 3:e=a.width/2+a.left,r.unshift("rotate(-90 "+e.toString()+" "+e.toString()+")")}o%2==1&&(a.left!==a.top&&(e=a.left,a.left=a.top,a.top=e),a.width!==a.height&&(e=a.width,a.width=a.height,a.height=e)),r.length&&(s=function(t,e,r){var i,n;let o=function(t,e="defs"){let r="",i=t.indexOf("<"+e);for(;i>=0;){let n=t.indexOf(">",i),o=t.indexOf("</"+e);if(-1===n||-1===o)break;let a=t.indexOf(">",o);if(-1===a)break;r+=t.slice(n+1,o).trim(),t=t.slice(0,i).trim()+t.slice(a+1)}return{defs:r,content:t}}(t);return i=o.defs,n=e+o.content+r,i?"<defs>"+i+"</defs>"+n:n}(s,'<g transform="'+r.join(" ")+'">',"</g>"))});let l=o.width,c=o.height,u=a.width,d=a.height;null===l?r=y(i=null===c?"1em":"auto"===c?d:c,u/d):(r="auto"===l?u:l,i=null===c?y(r,d/u):"auto"===c?d:c);let p={},g=(t,e)=>{!m(e)&&(p[t]=e.toString())};g("width",r),g("height",i);let x=[a.left,a.top,u,d];return p.viewBox=x.join(" "),{attributes:p,viewBox:x,body:s}}(r,e);return function(t,e){let r=-1===t.indexOf("xlink:")?"":' xmlns:xlink="http://www.w3.org/1999/xlink"';for(let t in e)r+=" "+t+'="'+e[t]+'"';return'<svg xmlns="http://www.w3.org/2000/svg"'+r+">"+t+"</svg>"}(function(t,e=b){let r;let i=[];for(;r=x.exec(t);)i.push(r[1]);if(!i.length)return t;let n="suffix"+(0x1000000*Math.random()|Date.now()).toString(16);return i.forEach(r=>{let i="function"==typeof e?e(r):e+(C++).toString(),o=r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");t=t.replace(RegExp('([#;"])('+o+')([")]|\\.[a-z])',"g"),"$1"+i+n+"$3")}),t=t.replace(RegExp(n,"g"),"")}(n.body),n.attributes)},"getIconSVG")},70466:function(t,e,r){"use strict";r.d(e,{P:function(){return o}});var i=r(28923),n=r(11141),o=(0,i.eW)(t=>{let{securityLevel:e}=(0,i.nV)(),r=(0,n.Ys)("body");if("sandbox"===e){let e=(0,n.Ys)(`#i${t}`),i=e.node()?.contentDocument??document;r=(0,n.Ys)(i.body)}return r.select(`#${t}`)},"selectSvgElement")},28923:function(t,e,r){"use strict";let i;r.d(e,{_7:()=>el,cq:()=>A,Kr:()=>t7,ZD:()=>tl,xN:()=>P,l0:()=>tz,Fy:()=>er,vZ:()=>Q,Vg:()=>B,XV:()=>td,Yc:()=>E,nH:()=>tN,ZH:()=>t3,cj:()=>S,r2:()=>x,eW:()=>m,LJ:()=>tK,Vw:()=>tx,cM:()=>C,UO:()=>t$,Cq:()=>es,_j:()=>U,Tb:()=>ts,KO:()=>L,uT:()=>tP,mc:()=>tf,NM:()=>K,oO:()=>tv,dY:()=>ta,U$:()=>t4,GN:()=>t5,v6:()=>th,Y4:()=>ee,g2:()=>t8,Ub:()=>k,Yn:()=>to,j7:()=>tH,Rw:()=>en,Ee:()=>tQ,SY:()=>tR,v2:()=>tU,u_:()=>tt,Bf:()=>M,Zn:()=>v,ku:()=>tA,M6:()=>w,Mx:()=>t9,eu:()=>t6,iE:()=>tc,nV:()=>et});var n,o=r("27693"),a=r("36404"),s=r("52311");let l=(t,e)=>{let r=a.Z.parse(t),i={};for(let t in e)e[t]&&(i[t]=r[t]+e[t]);return(0,s.Z)(t,i)};var h=r("62321");let c=(t,e,r=50)=>{let{r:i,g:n,b:o,a:s}=a.Z.parse(t),{r:l,g:c,b:u,a:d}=a.Z.parse(e),f=r/100,p=2*f-1,g=s-d,y=((p*g==-1?p:(p+g)/(1+p*g))+1)/2,m=1-y;return(0,h.Z)(i*y+l*m,n*y+c*m,o*y+u*m,s*f+d*(1-f))},u=(t,e=100)=>{let r=a.Z.parse(t);return r.r=255-r.r,r.g=255-r.g,r.b=255-r.b,c(r,t,e)};var d=r("28076"),f=r("38582"),p=r("34684"),g=r("31699"),y=Object.defineProperty,m=(t,e)=>y(t,"name",{value:e,configurable:!0}),x=(t,e)=>{for(var r in e)y(t,r,{get:e[r],enumerable:!0})},b={trace:0,debug:1,info:2,warn:3,error:4,fatal:5},C={trace:m((...t)=>{},"trace"),debug:m((...t)=>{},"debug"),info:m((...t)=>{},"info"),warn:m((...t)=>{},"warn"),error:m((...t)=>{},"error"),fatal:m((...t)=>{},"fatal")},k=m(function(t="fatal"){let e=b.fatal;"string"==typeof t?t.toLowerCase()in b&&(e=b[t]):"number"==typeof t&&(e=t),C.trace=()=>{},C.debug=()=>{},C.info=()=>{},C.warn=()=>{},C.error=()=>{},C.fatal=()=>{},e<=b.fatal&&(C.fatal=console.error?console.error.bind(console,_("FATAL"),"color: orange"):console.log.bind(console,"\x1b[35m",_("FATAL"))),e<=b.error&&(C.error=console.error?console.error.bind(console,_("ERROR"),"color: orange"):console.log.bind(console,"\x1b[31m",_("ERROR"))),e<=b.warn&&(C.warn=console.warn?console.warn.bind(console,_("WARN"),"color: orange"):console.log.bind(console,`\x1b[33m`,_("WARN"))),e<=b.info&&(C.info=console.info?console.info.bind(console,_("INFO"),"color: lightblue"):console.log.bind(console,"\x1b[34m",_("INFO"))),e<=b.debug&&(C.debug=console.debug?console.debug.bind(console,_("DEBUG"),"color: lightgreen"):console.log.bind(console,"\x1b[32m",_("DEBUG"))),e<=b.trace&&(C.trace=console.debug?console.debug.bind(console,_("TRACE"),"color: lightgreen"):console.log.bind(console,"\x1b[32m",_("TRACE")))},"setLogLevel"),_=m(t=>{let e=o().format("ss.SSS");return`%c${e} : ${t} : `},"format"),w=/^-{3}\s*[\n\r](.*?)[\n\r]-{3}\s*[\n\r]+/s,v=/%{2}{\s*(?:(\w+)\s*:|(\w+))\s*(?:(\w+)|((?:(?!}%{2}).|\r?\n)*))?\s*(?:}%{2})?/gi,T=/\s*%%.*\n/gm,S=class extends Error{static{m(this,"UnknownDiagramError")}constructor(t){super(t),this.name="UnknownDiagramError"}},M={},B=m(function(t,e){for(let[r,{detector:i}]of(t=t.replace(w,"").replace(v,"").replace(T,"\n"),Object.entries(M)))if(i(t,e))return r;throw new S(`No diagram type detected matching given configuration for text: ${t}`)},"detectType"),L=m((...t)=>{for(let{id:e,detector:r,loader:i}of t)F(e,r,i)},"registerLazyLoadedDiagrams"),F=m((t,e,r)=>{M[t]&&C.warn(`Detector with key ${t} already exists. Overwriting.`),M[t]={detector:e,loader:r},C.debug(`Detector with key ${t} added${r?" with loader":""}`)},"addDetector"),A=m(t=>M[t].loader,"getDiagramLoader"),W=m((t,e,{depth:r=2,clobber:i=!1}={})=>{let n={depth:r,clobber:i};if(Array.isArray(e)&&!Array.isArray(t))return e.forEach(e=>W(t,e,n)),t;if(Array.isArray(e)&&Array.isArray(t))return e.forEach(e=>{!t.includes(e)&&t.push(e)}),t;if(void 0===t||r<=0)return null!=t&&"object"==typeof t&&"object"==typeof e?Object.assign(t,e):e;return void 0!==e&&"object"==typeof t&&"object"==typeof e&&Object.keys(e).forEach(n=>{"object"==typeof e[n]&&(void 0===t[n]||"object"==typeof t[n])?(void 0===t[n]&&(t[n]=Array.isArray(e[n])?[]:{}),t[n]=W(t[n],e[n],{depth:r-1,clobber:i})):(i||"object"!=typeof t[n]&&"object"!=typeof e[n])&&(t[n]=e[n])}),t},"assignWithDepth"),E=W,$="#ffffff",O="#f2f2f2",I=m((t,e)=>e?l(t,{s:-40,l:10}):l(t,{s:-40,l:-10}),"mkBorder"),D=class{static{m(this,"Theme")}constructor(){this.background="#f4f4f4",this.primaryColor="#fff4dd",this.noteBkgColor="#fff5ad",this.noteTextColor="#333",this.THEME_COLOR_LIMIT=12,this.fontFamily='"trebuchet ms", verdana, arial, sans-serif',this.fontSize="16px"}updateColors(){if(this.primaryTextColor=this.primaryTextColor||(this.darkMode?"#eee":"#333"),this.secondaryColor=this.secondaryColor||l(this.primaryColor,{h:-120}),this.tertiaryColor=this.tertiaryColor||l(this.primaryColor,{h:180,l:5}),this.primaryBorderColor=this.primaryBorderColor||I(this.primaryColor,this.darkMode),this.secondaryBorderColor=this.secondaryBorderColor||I(this.secondaryColor,this.darkMode),this.tertiaryBorderColor=this.tertiaryBorderColor||I(this.tertiaryColor,this.darkMode),this.noteBorderColor=this.noteBorderColor||I(this.noteBkgColor,this.darkMode),this.noteBkgColor=this.noteBkgColor||"#fff5ad",this.noteTextColor=this.noteTextColor||"#333",this.secondaryTextColor=this.secondaryTextColor||u(this.secondaryColor),this.tertiaryTextColor=this.tertiaryTextColor||u(this.tertiaryColor),this.lineColor=this.lineColor||u(this.background),this.arrowheadColor=this.arrowheadColor||u(this.background),this.textColor=this.textColor||this.primaryTextColor,this.border2=this.border2||this.tertiaryBorderColor,this.nodeBkg=this.nodeBkg||this.primaryColor,this.mainBkg=this.mainBkg||this.primaryColor,this.nodeBorder=this.nodeBorder||this.primaryBorderColor,this.clusterBkg=this.clusterBkg||this.tertiaryColor,this.clusterBorder=this.clusterBorder||this.tertiaryBorderColor,this.defaultLinkColor=this.defaultLinkColor||this.lineColor,this.titleColor=this.titleColor||this.tertiaryTextColor,this.edgeLabelBackground=this.edgeLabelBackground||(this.darkMode?(0,d.Z)(this.secondaryColor,30):this.secondaryColor),this.nodeTextColor=this.nodeTextColor||this.primaryTextColor,this.actorBorder=this.actorBorder||this.primaryBorderColor,this.actorBkg=this.actorBkg||this.mainBkg,this.actorTextColor=this.actorTextColor||this.primaryTextColor,this.actorLineColor=this.actorLineColor||this.actorBorder,this.labelBoxBkgColor=this.labelBoxBkgColor||this.actorBkg,this.signalColor=this.signalColor||this.textColor,this.signalTextColor=this.signalTextColor||this.textColor,this.labelBoxBorderColor=this.labelBoxBorderColor||this.actorBorder,this.labelTextColor=this.labelTextColor||this.actorTextColor,this.loopTextColor=this.loopTextColor||this.actorTextColor,this.activationBorderColor=this.activationBorderColor||(0,d.Z)(this.secondaryColor,10),this.activationBkgColor=this.activationBkgColor||this.secondaryColor,this.sequenceNumberColor=this.sequenceNumberColor||u(this.lineColor),this.sectionBkgColor=this.sectionBkgColor||this.tertiaryColor,this.altSectionBkgColor=this.altSectionBkgColor||"white",this.sectionBkgColor=this.sectionBkgColor||this.secondaryColor,this.sectionBkgColor2=this.sectionBkgColor2||this.primaryColor,this.excludeBkgColor=this.excludeBkgColor||"#eeeeee",this.taskBorderColor=this.taskBorderColor||this.primaryBorderColor,this.taskBkgColor=this.taskBkgColor||this.primaryColor,this.activeTaskBorderColor=this.activeTaskBorderColor||this.primaryColor,this.activeTaskBkgColor=this.activeTaskBkgColor||(0,f.Z)(this.primaryColor,23),this.gridColor=this.gridColor||"lightgrey",this.doneTaskBkgColor=this.doneTaskBkgColor||"lightgrey",this.doneTaskBorderColor=this.doneTaskBorderColor||"grey",this.critBorderColor=this.critBorderColor||"#ff8888",this.critBkgColor=this.critBkgColor||"red",this.todayLineColor=this.todayLineColor||"red",this.taskTextColor=this.taskTextColor||this.textColor,this.taskTextOutsideColor=this.taskTextOutsideColor||this.textColor,this.taskTextLightColor=this.taskTextLightColor||this.textColor,this.taskTextColor=this.taskTextColor||this.primaryTextColor,this.taskTextDarkColor=this.taskTextDarkColor||this.textColor,this.taskTextClickableColor=this.taskTextClickableColor||"#003163",this.personBorder=this.personBorder||this.primaryBorderColor,this.personBkg=this.personBkg||this.mainBkg,this.transitionColor=this.transitionColor||this.lineColor,this.transitionLabelColor=this.transitionLabelColor||this.textColor,this.stateLabelColor=this.stateLabelColor||this.stateBkg||this.primaryTextColor,this.stateBkg=this.stateBkg||this.mainBkg,this.labelBackgroundColor=this.labelBackgroundColor||this.stateBkg,this.compositeBackground=this.compositeBackground||this.background||this.tertiaryColor,this.altBackground=this.altBackground||this.tertiaryColor,this.compositeTitleBackground=this.compositeTitleBackground||this.mainBkg,this.compositeBorder=this.compositeBorder||this.nodeBorder,this.innerEndBackground=this.nodeBorder,this.errorBkgColor=this.errorBkgColor||this.tertiaryColor,this.errorTextColor=this.errorTextColor||this.tertiaryTextColor,this.transitionColor=this.transitionColor||this.lineColor,this.specialStateColor=this.lineColor,this.cScale0=this.cScale0||this.primaryColor,this.cScale1=this.cScale1||this.secondaryColor,this.cScale2=this.cScale2||this.tertiaryColor,this.cScale3=this.cScale3||l(this.primaryColor,{h:30}),this.cScale4=this.cScale4||l(this.primaryColor,{h:60}),this.cScale5=this.cScale5||l(this.primaryColor,{h:90}),this.cScale6=this.cScale6||l(this.primaryColor,{h:120}),this.cScale7=this.cScale7||l(this.primaryColor,{h:150}),this.cScale8=this.cScale8||l(this.primaryColor,{h:210,l:150}),this.cScale9=this.cScale9||l(this.primaryColor,{h:270}),this.cScale10=this.cScale10||l(this.primaryColor,{h:300}),this.cScale11=this.cScale11||l(this.primaryColor,{h:330}),this.darkMode)for(let t=0;t<this.THEME_COLOR_LIMIT;t++)this["cScale"+t]=(0,d.Z)(this["cScale"+t],75);else for(let t=0;t<this.THEME_COLOR_LIMIT;t++)this["cScale"+t]=(0,d.Z)(this["cScale"+t],25);for(let t=0;t<this.THEME_COLOR_LIMIT;t++)this["cScaleInv"+t]=this["cScaleInv"+t]||u(this["cScale"+t]);for(let t=0;t<this.THEME_COLOR_LIMIT;t++)this.darkMode?this["cScalePeer"+t]=this["cScalePeer"+t]||(0,f.Z)(this["cScale"+t],10):this["cScalePeer"+t]=this["cScalePeer"+t]||(0,d.Z)(this["cScale"+t],10);this.scaleLabelColor=this.scaleLabelColor||this.labelTextColor;for(let t=0;t<this.THEME_COLOR_LIMIT;t++)this["cScaleLabel"+t]=this["cScaleLabel"+t]||this.scaleLabelColor;let t=this.darkMode?-4:-1;for(let e=0;e<5;e++)this["surface"+e]=this["surface"+e]||l(this.mainBkg,{h:180,s:-15,l:t*(5+3*e)}),this["surfacePeer"+e]=this["surfacePeer"+e]||l(this.mainBkg,{h:180,s:-15,l:t*(8+3*e)});this.classText=this.classText||this.textColor,this.fillType0=this.fillType0||this.primaryColor,this.fillType1=this.fillType1||this.secondaryColor,this.fillType2=this.fillType2||l(this.primaryColor,{h:64}),this.fillType3=this.fillType3||l(this.secondaryColor,{h:64}),this.fillType4=this.fillType4||l(this.primaryColor,{h:-64}),this.fillType5=this.fillType5||l(this.secondaryColor,{h:-64}),this.fillType6=this.fillType6||l(this.primaryColor,{h:128}),this.fillType7=this.fillType7||l(this.secondaryColor,{h:128}),this.pie1=this.pie1||this.primaryColor,this.pie2=this.pie2||this.secondaryColor,this.pie3=this.pie3||this.tertiaryColor,this.pie4=this.pie4||l(this.primaryColor,{l:-10}),this.pie5=this.pie5||l(this.secondaryColor,{l:-10}),this.pie6=this.pie6||l(this.tertiaryColor,{l:-10}),this.pie7=this.pie7||l(this.primaryColor,{h:60,l:-10}),this.pie8=this.pie8||l(this.primaryColor,{h:-60,l:-10}),this.pie9=this.pie9||l(this.primaryColor,{h:120,l:0}),this.pie10=this.pie10||l(this.primaryColor,{h:60,l:-20}),this.pie11=this.pie11||l(this.primaryColor,{h:-60,l:-20}),this.pie12=this.pie12||l(this.primaryColor,{h:120,l:-10}),this.pieTitleTextSize=this.pieTitleTextSize||"25px",this.pieTitleTextColor=this.pieTitleTextColor||this.taskTextDarkColor,this.pieSectionTextSize=this.pieSectionTextSize||"17px",this.pieSectionTextColor=this.pieSectionTextColor||this.textColor,this.pieLegendTextSize=this.pieLegendTextSize||"17px",this.pieLegendTextColor=this.pieLegendTextColor||this.taskTextDarkColor,this.pieStrokeColor=this.pieStrokeColor||"black",this.pieStrokeWidth=this.pieStrokeWidth||"2px",this.pieOuterStrokeWidth=this.pieOuterStrokeWidth||"2px",this.pieOuterStrokeColor=this.pieOuterStrokeColor||"black",this.pieOpacity=this.pieOpacity||"0.7",this.archEdgeColor=this.archEdgeColor||"#777",this.archEdgeArrowColor=this.archEdgeArrowColor||"#777",this.archEdgeWidth=this.archEdgeWidth||"3",this.archGroupBorderColor=this.archGroupBorderColor||"#000",this.archGroupBorderWidth=this.archGroupBorderWidth||"2px",this.quadrant1Fill=this.quadrant1Fill||this.primaryColor,this.quadrant2Fill=this.quadrant2Fill||l(this.primaryColor,{r:5,g:5,b:5}),this.quadrant3Fill=this.quadrant3Fill||l(this.primaryColor,{r:10,g:10,b:10}),this.quadrant4Fill=this.quadrant4Fill||l(this.primaryColor,{r:15,g:15,b:15}),this.quadrant1TextFill=this.quadrant1TextFill||this.primaryTextColor,this.quadrant2TextFill=this.quadrant2TextFill||l(this.primaryTextColor,{r:-5,g:-5,b:-5}),this.quadrant3TextFill=this.quadrant3TextFill||l(this.primaryTextColor,{r:-10,g:-10,b:-10}),this.quadrant4TextFill=this.quadrant4TextFill||l(this.primaryTextColor,{r:-15,g:-15,b:-15}),this.quadrantPointFill=this.quadrantPointFill||(0,p.Z)(this.quadrant1Fill)?(0,f.Z)(this.quadrant1Fill):(0,d.Z)(this.quadrant1Fill),this.quadrantPointTextFill=this.quadrantPointTextFill||this.primaryTextColor,this.quadrantXAxisTextFill=this.quadrantXAxisTextFill||this.primaryTextColor,this.quadrantYAxisTextFill=this.quadrantYAxisTextFill||this.primaryTextColor,this.quadrantInternalBorderStrokeFill=this.quadrantInternalBorderStrokeFill||this.primaryBorderColor,this.quadrantExternalBorderStrokeFill=this.quadrantExternalBorderStrokeFill||this.primaryBorderColor,this.quadrantTitleFill=this.quadrantTitleFill||this.primaryTextColor,this.xyChart={backgroundColor:this.xyChart?.backgroundColor||this.background,titleColor:this.xyChart?.titleColor||this.primaryTextColor,xAxisTitleColor:this.xyChart?.xAxisTitleColor||this.primaryTextColor,xAxisLabelColor:this.xyChart?.xAxisLabelColor||this.primaryTextColor,xAxisTickColor:this.xyChart?.xAxisTickColor||this.primaryTextColor,xAxisLineColor:this.xyChart?.xAxisLineColor||this.primaryTextColor,yAxisTitleColor:this.xyChart?.yAxisTitleColor||this.primaryTextColor,yAxisLabelColor:this.xyChart?.yAxisLabelColor||this.primaryTextColor,yAxisTickColor:this.xyChart?.yAxisTickColor||this.primaryTextColor,yAxisLineColor:this.xyChart?.yAxisLineColor||this.primaryTextColor,plotColorPalette:this.xyChart?.plotColorPalette||"#FFF4DD,#FFD8B1,#FFA07A,#ECEFF1,#D6DBDF,#C3E0A8,#FFB6A4,#FFD74D,#738FA7,#FFFFF0"},this.requirementBackground=this.requirementBackground||this.primaryColor,this.requirementBorderColor=this.requirementBorderColor||this.primaryBorderColor,this.requirementBorderSize=this.requirementBorderSize||"1",this.requirementTextColor=this.requirementTextColor||this.primaryTextColor,this.relationColor=this.relationColor||this.lineColor,this.relationLabelBackground=this.relationLabelBackground||(this.darkMode?(0,d.Z)(this.secondaryColor,30):this.secondaryColor),this.relationLabelColor=this.relationLabelColor||this.actorTextColor,this.git0=this.git0||this.primaryColor,this.git1=this.git1||this.secondaryColor,this.git2=this.git2||this.tertiaryColor,this.git3=this.git3||l(this.primaryColor,{h:-30}),this.git4=this.git4||l(this.primaryColor,{h:-60}),this.git5=this.git5||l(this.primaryColor,{h:-90}),this.git6=this.git6||l(this.primaryColor,{h:60}),this.git7=this.git7||l(this.primaryColor,{h:120}),this.darkMode?(this.git0=(0,f.Z)(this.git0,25),this.git1=(0,f.Z)(this.git1,25),this.git2=(0,f.Z)(this.git2,25),this.git3=(0,f.Z)(this.git3,25),this.git4=(0,f.Z)(this.git4,25),this.git5=(0,f.Z)(this.git5,25),this.git6=(0,f.Z)(this.git6,25),this.git7=(0,f.Z)(this.git7,25)):(this.git0=(0,d.Z)(this.git0,25),this.git1=(0,d.Z)(this.git1,25),this.git2=(0,d.Z)(this.git2,25),this.git3=(0,d.Z)(this.git3,25),this.git4=(0,d.Z)(this.git4,25),this.git5=(0,d.Z)(this.git5,25),this.git6=(0,d.Z)(this.git6,25),this.git7=(0,d.Z)(this.git7,25)),this.gitInv0=this.gitInv0||u(this.git0),this.gitInv1=this.gitInv1||u(this.git1),this.gitInv2=this.gitInv2||u(this.git2),this.gitInv3=this.gitInv3||u(this.git3),this.gitInv4=this.gitInv4||u(this.git4),this.gitInv5=this.gitInv5||u(this.git5),this.gitInv6=this.gitInv6||u(this.git6),this.gitInv7=this.gitInv7||u(this.git7),this.branchLabelColor=this.branchLabelColor||(this.darkMode?"black":this.labelTextColor),this.gitBranchLabel0=this.gitBranchLabel0||this.branchLabelColor,this.gitBranchLabel1=this.gitBranchLabel1||this.branchLabelColor,this.gitBranchLabel2=this.gitBranchLabel2||this.branchLabelColor,this.gitBranchLabel3=this.gitBranchLabel3||this.branchLabelColor,this.gitBranchLabel4=this.gitBranchLabel4||this.branchLabelColor,this.gitBranchLabel5=this.gitBranchLabel5||this.branchLabelColor,this.gitBranchLabel6=this.gitBranchLabel6||this.branchLabelColor,this.gitBranchLabel7=this.gitBranchLabel7||this.branchLabelColor,this.tagLabelColor=this.tagLabelColor||this.primaryTextColor,this.tagLabelBackground=this.tagLabelBackground||this.primaryColor,this.tagLabelBorder=this.tagBorder||this.primaryBorderColor,this.tagLabelFontSize=this.tagLabelFontSize||"10px",this.commitLabelColor=this.commitLabelColor||this.secondaryTextColor,this.commitLabelBackground=this.commitLabelBackground||this.secondaryColor,this.commitLabelFontSize=this.commitLabelFontSize||"10px",this.attributeBackgroundColorOdd=this.attributeBackgroundColorOdd||$,this.attributeBackgroundColorEven=this.attributeBackgroundColorEven||O}calculate(t){if("object"!=typeof t){this.updateColors();return}let e=Object.keys(t);e.forEach(e=>{this[e]=t[e]}),this.updateColors(),e.forEach(e=>{this[e]=t[e]})}},Z=m(t=>{let e=new D;return e.calculate(t),e},"getThemeVariables"),q=class{static{m(this,"Theme")}constructor(){this.background="#333",this.primaryColor="#1f2020",this.secondaryColor=(0,f.Z)(this.primaryColor,16),this.tertiaryColor=l(this.primaryColor,{h:-160}),this.primaryBorderColor=u(this.background),this.secondaryBorderColor=I(this.secondaryColor,this.darkMode),this.tertiaryBorderColor=I(this.tertiaryColor,this.darkMode),this.primaryTextColor=u(this.primaryColor),this.secondaryTextColor=u(this.secondaryColor),this.tertiaryTextColor=u(this.tertiaryColor),this.lineColor=u(this.background),this.textColor=u(this.background),this.mainBkg="#1f2020",this.secondBkg="calculated",this.mainContrastColor="lightgrey",this.darkTextColor=(0,f.Z)(u("#323D47"),10),this.lineColor="calculated",this.border1="#ccc",this.border2=(0,h.Z)(255,255,255,.25),this.arrowheadColor="calculated",this.fontFamily='"trebuchet ms", verdana, arial, sans-serif',this.fontSize="16px",this.labelBackground="#181818",this.textColor="#ccc",this.THEME_COLOR_LIMIT=12,this.nodeBkg="calculated",this.nodeBorder="calculated",this.clusterBkg="calculated",this.clusterBorder="calculated",this.defaultLinkColor="calculated",this.titleColor="#F9FFFE",this.edgeLabelBackground="calculated",this.actorBorder="calculated",this.actorBkg="calculated",this.actorTextColor="calculated",this.actorLineColor="calculated",this.signalColor="calculated",this.signalTextColor="calculated",this.labelBoxBkgColor="calculated",this.labelBoxBorderColor="calculated",this.labelTextColor="calculated",this.loopTextColor="calculated",this.noteBorderColor="calculated",this.noteBkgColor="#fff5ad",this.noteTextColor="calculated",this.activationBorderColor="calculated",this.activationBkgColor="calculated",this.sequenceNumberColor="black",this.sectionBkgColor=(0,d.Z)("#EAE8D9",30),this.altSectionBkgColor="calculated",this.sectionBkgColor2="#EAE8D9",this.excludeBkgColor=(0,d.Z)(this.sectionBkgColor,10),this.taskBorderColor=(0,h.Z)(255,255,255,70),this.taskBkgColor="calculated",this.taskTextColor="calculated",this.taskTextLightColor="calculated",this.taskTextOutsideColor="calculated",this.taskTextClickableColor="#003163",this.activeTaskBorderColor=(0,h.Z)(255,255,255,50),this.activeTaskBkgColor="#81B1DB",this.gridColor="calculated",this.doneTaskBkgColor="calculated",this.doneTaskBorderColor="grey",this.critBorderColor="#E83737",this.critBkgColor="#E83737",this.taskTextDarkColor="calculated",this.todayLineColor="#DB5757",this.personBorder=this.primaryBorderColor,this.personBkg=this.mainBkg,this.archEdgeColor="calculated",this.archEdgeArrowColor="calculated",this.archEdgeWidth="3",this.archGroupBorderColor=this.primaryBorderColor,this.archGroupBorderWidth="2px",this.labelColor="calculated",this.errorBkgColor="#a44141",this.errorTextColor="#ddd"}updateColors(){this.secondBkg=(0,f.Z)(this.mainBkg,16),this.lineColor=this.mainContrastColor,this.arrowheadColor=this.mainContrastColor,this.nodeBkg=this.mainBkg,this.nodeBorder=this.border1,this.clusterBkg=this.secondBkg,this.clusterBorder=this.border2,this.defaultLinkColor=this.lineColor,this.edgeLabelBackground=(0,f.Z)(this.labelBackground,25),this.actorBorder=this.border1,this.actorBkg=this.mainBkg,this.actorTextColor=this.mainContrastColor,this.actorLineColor=this.actorBorder,this.signalColor=this.mainContrastColor,this.signalTextColor=this.mainContrastColor,this.labelBoxBkgColor=this.actorBkg,this.labelBoxBorderColor=this.actorBorder,this.labelTextColor=this.mainContrastColor,this.loopTextColor=this.mainContrastColor,this.noteBorderColor=this.secondaryBorderColor,this.noteBkgColor=this.secondBkg,this.noteTextColor=this.secondaryTextColor,this.activationBorderColor=this.border1,this.activationBkgColor=this.secondBkg,this.altSectionBkgColor=this.background,this.taskBkgColor=(0,f.Z)(this.mainBkg,23),this.taskTextColor=this.darkTextColor,this.taskTextLightColor=this.mainContrastColor,this.taskTextOutsideColor=this.taskTextLightColor,this.gridColor=this.mainContrastColor,this.doneTaskBkgColor=this.mainContrastColor,this.taskTextDarkColor=this.darkTextColor,this.archEdgeColor=this.lineColor,this.archEdgeArrowColor=this.lineColor,this.transitionColor=this.transitionColor||this.lineColor,this.transitionLabelColor=this.transitionLabelColor||this.textColor,this.stateLabelColor=this.stateLabelColor||this.stateBkg||this.primaryTextColor,this.stateBkg=this.stateBkg||this.mainBkg,this.labelBackgroundColor=this.labelBackgroundColor||this.stateBkg,this.compositeBackground=this.compositeBackground||this.background||this.tertiaryColor,this.altBackground=this.altBackground||"#555",this.compositeTitleBackground=this.compositeTitleBackground||this.mainBkg,this.compositeBorder=this.compositeBorder||this.nodeBorder,this.innerEndBackground=this.primaryBorderColor,this.specialStateColor="#f4f4f4",this.errorBkgColor=this.errorBkgColor||this.tertiaryColor,this.errorTextColor=this.errorTextColor||this.tertiaryTextColor,this.fillType0=this.primaryColor,this.fillType1=this.secondaryColor,this.fillType2=l(this.primaryColor,{h:64}),this.fillType3=l(this.secondaryColor,{h:64}),this.fillType4=l(this.primaryColor,{h:-64}),this.fillType5=l(this.secondaryColor,{h:-64}),this.fillType6=l(this.primaryColor,{h:128}),this.fillType7=l(this.secondaryColor,{h:128}),this.cScale1=this.cScale1||"#0b0000",this.cScale2=this.cScale2||"#4d1037",this.cScale3=this.cScale3||"#3f5258",this.cScale4=this.cScale4||"#4f2f1b",this.cScale5=this.cScale5||"#6e0a0a",this.cScale6=this.cScale6||"#3b0048",this.cScale7=this.cScale7||"#995a01",this.cScale8=this.cScale8||"#154706",this.cScale9=this.cScale9||"#161722",this.cScale10=this.cScale10||"#00296f",this.cScale11=this.cScale11||"#01629c",this.cScale12=this.cScale12||"#010029",this.cScale0=this.cScale0||this.primaryColor,this.cScale1=this.cScale1||this.secondaryColor,this.cScale2=this.cScale2||this.tertiaryColor,this.cScale3=this.cScale3||l(this.primaryColor,{h:30}),this.cScale4=this.cScale4||l(this.primaryColor,{h:60}),this.cScale5=this.cScale5||l(this.primaryColor,{h:90}),this.cScale6=this.cScale6||l(this.primaryColor,{h:120}),this.cScale7=this.cScale7||l(this.primaryColor,{h:150}),this.cScale8=this.cScale8||l(this.primaryColor,{h:210}),this.cScale9=this.cScale9||l(this.primaryColor,{h:270}),this.cScale10=this.cScale10||l(this.primaryColor,{h:300}),this.cScale11=this.cScale11||l(this.primaryColor,{h:330});for(let t=0;t<this.THEME_COLOR_LIMIT;t++)this["cScaleInv"+t]=this["cScaleInv"+t]||u(this["cScale"+t]);for(let t=0;t<this.THEME_COLOR_LIMIT;t++)this["cScalePeer"+t]=this["cScalePeer"+t]||(0,f.Z)(this["cScale"+t],10);for(let t=0;t<5;t++)this["surface"+t]=this["surface"+t]||l(this.mainBkg,{h:30,s:-30,l:-(-10+4*t)}),this["surfacePeer"+t]=this["surfacePeer"+t]||l(this.mainBkg,{h:30,s:-30,l:-(-7+4*t)});this.scaleLabelColor=this.scaleLabelColor||(this.darkMode?"black":this.labelTextColor);for(let t=0;t<this.THEME_COLOR_LIMIT;t++)this["cScaleLabel"+t]=this["cScaleLabel"+t]||this.scaleLabelColor;for(let t=0;t<this.THEME_COLOR_LIMIT;t++)this["pie"+t]=this["cScale"+t];this.pieTitleTextSize=this.pieTitleTextSize||"25px",this.pieTitleTextColor=this.pieTitleTextColor||this.taskTextDarkColor,this.pieSectionTextSize=this.pieSectionTextSize||"17px",this.pieSectionTextColor=this.pieSectionTextColor||this.textColor,this.pieLegendTextSize=this.pieLegendTextSize||"17px",this.pieLegendTextColor=this.pieLegendTextColor||this.taskTextDarkColor,this.pieStrokeColor=this.pieStrokeColor||"black",this.pieStrokeWidth=this.pieStrokeWidth||"2px",this.pieOuterStrokeWidth=this.pieOuterStrokeWidth||"2px",this.pieOuterStrokeColor=this.pieOuterStrokeColor||"black",this.pieOpacity=this.pieOpacity||"0.7",this.quadrant1Fill=this.quadrant1Fill||this.primaryColor,this.quadrant2Fill=this.quadrant2Fill||l(this.primaryColor,{r:5,g:5,b:5}),this.quadrant3Fill=this.quadrant3Fill||l(this.primaryColor,{r:10,g:10,b:10}),this.quadrant4Fill=this.quadrant4Fill||l(this.primaryColor,{r:15,g:15,b:15}),this.quadrant1TextFill=this.quadrant1TextFill||this.primaryTextColor,this.quadrant2TextFill=this.quadrant2TextFill||l(this.primaryTextColor,{r:-5,g:-5,b:-5}),this.quadrant3TextFill=this.quadrant3TextFill||l(this.primaryTextColor,{r:-10,g:-10,b:-10}),this.quadrant4TextFill=this.quadrant4TextFill||l(this.primaryTextColor,{r:-15,g:-15,b:-15}),this.quadrantPointFill=this.quadrantPointFill||(0,p.Z)(this.quadrant1Fill)?(0,f.Z)(this.quadrant1Fill):(0,d.Z)(this.quadrant1Fill),this.quadrantPointTextFill=this.quadrantPointTextFill||this.primaryTextColor,this.quadrantXAxisTextFill=this.quadrantXAxisTextFill||this.primaryTextColor,this.quadrantYAxisTextFill=this.quadrantYAxisTextFill||this.primaryTextColor,this.quadrantInternalBorderStrokeFill=this.quadrantInternalBorderStrokeFill||this.primaryBorderColor,this.quadrantExternalBorderStrokeFill=this.quadrantExternalBorderStrokeFill||this.primaryBorderColor,this.quadrantTitleFill=this.quadrantTitleFill||this.primaryTextColor,this.xyChart={backgroundColor:this.xyChart?.backgroundColor||this.background,titleColor:this.xyChart?.titleColor||this.primaryTextColor,xAxisTitleColor:this.xyChart?.xAxisTitleColor||this.primaryTextColor,xAxisLabelColor:this.xyChart?.xAxisLabelColor||this.primaryTextColor,xAxisTickColor:this.xyChart?.xAxisTickColor||this.primaryTextColor,xAxisLineColor:this.xyChart?.xAxisLineColor||this.primaryTextColor,yAxisTitleColor:this.xyChart?.yAxisTitleColor||this.primaryTextColor,yAxisLabelColor:this.xyChart?.yAxisLabelColor||this.primaryTextColor,yAxisTickColor:this.xyChart?.yAxisTickColor||this.primaryTextColor,yAxisLineColor:this.xyChart?.yAxisLineColor||this.primaryTextColor,plotColorPalette:this.xyChart?.plotColorPalette||"#3498db,#2ecc71,#e74c3c,#f1c40f,#bdc3c7,#ffffff,#34495e,#9b59b6,#1abc9c,#e67e22"},this.packet={startByteColor:this.primaryTextColor,endByteColor:this.primaryTextColor,labelColor:this.primaryTextColor,titleColor:this.primaryTextColor,blockStrokeColor:this.primaryTextColor,blockFillColor:this.background},this.classText=this.primaryTextColor,this.requirementBackground=this.requirementBackground||this.primaryColor,this.requirementBorderColor=this.requirementBorderColor||this.primaryBorderColor,this.requirementBorderSize=this.requirementBorderSize||"1",this.requirementTextColor=this.requirementTextColor||this.primaryTextColor,this.relationColor=this.relationColor||this.lineColor,this.relationLabelBackground=this.relationLabelBackground||(this.darkMode?(0,d.Z)(this.secondaryColor,30):this.secondaryColor),this.relationLabelColor=this.relationLabelColor||this.actorTextColor,this.git0=(0,f.Z)(this.secondaryColor,20),this.git1=(0,f.Z)(this.pie2||this.secondaryColor,20),this.git2=(0,f.Z)(this.pie3||this.tertiaryColor,20),this.git3=(0,f.Z)(this.pie4||l(this.primaryColor,{h:-30}),20),this.git4=(0,f.Z)(this.pie5||l(this.primaryColor,{h:-60}),20),this.git5=(0,f.Z)(this.pie6||l(this.primaryColor,{h:-90}),10),this.git6=(0,f.Z)(this.pie7||l(this.primaryColor,{h:60}),10),this.git7=(0,f.Z)(this.pie8||l(this.primaryColor,{h:120}),20),this.gitInv0=this.gitInv0||u(this.git0),this.gitInv1=this.gitInv1||u(this.git1),this.gitInv2=this.gitInv2||u(this.git2),this.gitInv3=this.gitInv3||u(this.git3),this.gitInv4=this.gitInv4||u(this.git4),this.gitInv5=this.gitInv5||u(this.git5),this.gitInv6=this.gitInv6||u(this.git6),this.gitInv7=this.gitInv7||u(this.git7),this.gitBranchLabel0=this.gitBranchLabel0||u(this.labelTextColor),this.gitBranchLabel1=this.gitBranchLabel1||this.labelTextColor,this.gitBranchLabel2=this.gitBranchLabel2||this.labelTextColor,this.gitBranchLabel3=this.gitBranchLabel3||u(this.labelTextColor),this.gitBranchLabel4=this.gitBranchLabel4||this.labelTextColor,this.gitBranchLabel5=this.gitBranchLabel5||this.labelTextColor,this.gitBranchLabel6=this.gitBranchLabel6||this.labelTextColor,this.gitBranchLabel7=this.gitBranchLabel7||this.labelTextColor,this.tagLabelColor=this.tagLabelColor||this.primaryTextColor,this.tagLabelBackground=this.tagLabelBackground||this.primaryColor,this.tagLabelBorder=this.tagBorder||this.primaryBorderColor,this.tagLabelFontSize=this.tagLabelFontSize||"10px",this.commitLabelColor=this.commitLabelColor||this.secondaryTextColor,this.commitLabelBackground=this.commitLabelBackground||this.secondaryColor,this.commitLabelFontSize=this.commitLabelFontSize||"10px",this.attributeBackgroundColorOdd=this.attributeBackgroundColorOdd||(0,f.Z)(this.background,12),this.attributeBackgroundColorEven=this.attributeBackgroundColorEven||(0,f.Z)(this.background,2),this.nodeBorder=this.nodeBorder||"#999"}calculate(t){if("object"!=typeof t){this.updateColors();return}let e=Object.keys(t);e.forEach(e=>{this[e]=t[e]}),this.updateColors(),e.forEach(e=>{this[e]=t[e]})}},z=m(t=>{let e=new q;return e.calculate(t),e},"getThemeVariables"),N=class{static{m(this,"Theme")}constructor(){this.background="#f4f4f4",this.primaryColor="#ECECFF",this.secondaryColor=l(this.primaryColor,{h:120}),this.secondaryColor="#ffffde",this.tertiaryColor=l(this.primaryColor,{h:-160}),this.primaryBorderColor=I(this.primaryColor,this.darkMode),this.secondaryBorderColor=I(this.secondaryColor,this.darkMode),this.tertiaryBorderColor=I(this.tertiaryColor,this.darkMode),this.primaryTextColor=u(this.primaryColor),this.secondaryTextColor=u(this.secondaryColor),this.tertiaryTextColor=u(this.tertiaryColor),this.lineColor=u(this.background),this.textColor=u(this.background),this.background="white",this.mainBkg="#ECECFF",this.secondBkg="#ffffde",this.lineColor="#333333",this.border1="#9370DB",this.border2="#aaaa33",this.arrowheadColor="#333333",this.fontFamily='"trebuchet ms", verdana, arial, sans-serif',this.fontSize="16px",this.labelBackground="rgba(232,232,232, 0.8)",this.textColor="#333",this.THEME_COLOR_LIMIT=12,this.nodeBkg="calculated",this.nodeBorder="calculated",this.clusterBkg="calculated",this.clusterBorder="calculated",this.defaultLinkColor="calculated",this.titleColor="calculated",this.edgeLabelBackground="calculated",this.actorBorder="calculated",this.actorBkg="calculated",this.actorTextColor="black",this.actorLineColor="calculated",this.signalColor="calculated",this.signalTextColor="calculated",this.labelBoxBkgColor="calculated",this.labelBoxBorderColor="calculated",this.labelTextColor="calculated",this.loopTextColor="calculated",this.noteBorderColor="calculated",this.noteBkgColor="#fff5ad",this.noteTextColor="calculated",this.activationBorderColor="#666",this.activationBkgColor="#f4f4f4",this.sequenceNumberColor="white",this.sectionBkgColor="calculated",this.altSectionBkgColor="calculated",this.sectionBkgColor2="calculated",this.excludeBkgColor="#eeeeee",this.taskBorderColor="calculated",this.taskBkgColor="calculated",this.taskTextLightColor="calculated",this.taskTextColor=this.taskTextLightColor,this.taskTextDarkColor="calculated",this.taskTextOutsideColor=this.taskTextDarkColor,this.taskTextClickableColor="calculated",this.activeTaskBorderColor="calculated",this.activeTaskBkgColor="calculated",this.gridColor="calculated",this.doneTaskBkgColor="calculated",this.doneTaskBorderColor="calculated",this.critBorderColor="calculated",this.critBkgColor="calculated",this.todayLineColor="calculated",this.sectionBkgColor=(0,h.Z)(102,102,255,.49),this.altSectionBkgColor="white",this.sectionBkgColor2="#fff400",this.taskBorderColor="#534fbc",this.taskBkgColor="#8a90dd",this.taskTextLightColor="white",this.taskTextColor="calculated",this.taskTextDarkColor="black",this.taskTextOutsideColor="calculated",this.taskTextClickableColor="#003163",this.activeTaskBorderColor="#534fbc",this.activeTaskBkgColor="#bfc7ff",this.gridColor="lightgrey",this.doneTaskBkgColor="lightgrey",this.doneTaskBorderColor="grey",this.critBorderColor="#ff8888",this.critBkgColor="red",this.todayLineColor="red",this.personBorder=this.primaryBorderColor,this.personBkg=this.mainBkg,this.archEdgeColor="calculated",this.archEdgeArrowColor="calculated",this.archEdgeWidth="3",this.archGroupBorderColor=this.primaryBorderColor,this.archGroupBorderWidth="2px",this.labelColor="black",this.errorBkgColor="#552222",this.errorTextColor="#552222",this.updateColors()}updateColors(){this.cScale0=this.cScale0||this.primaryColor,this.cScale1=this.cScale1||this.secondaryColor,this.cScale2=this.cScale2||this.tertiaryColor,this.cScale3=this.cScale3||l(this.primaryColor,{h:30}),this.cScale4=this.cScale4||l(this.primaryColor,{h:60}),this.cScale5=this.cScale5||l(this.primaryColor,{h:90}),this.cScale6=this.cScale6||l(this.primaryColor,{h:120}),this.cScale7=this.cScale7||l(this.primaryColor,{h:150}),this.cScale8=this.cScale8||l(this.primaryColor,{h:210}),this.cScale9=this.cScale9||l(this.primaryColor,{h:270}),this.cScale10=this.cScale10||l(this.primaryColor,{h:300}),this.cScale11=this.cScale11||l(this.primaryColor,{h:330}),this.cScalePeer1=this.cScalePeer1||(0,d.Z)(this.secondaryColor,45),this.cScalePeer2=this.cScalePeer2||(0,d.Z)(this.tertiaryColor,40);for(let t=0;t<this.THEME_COLOR_LIMIT;t++)this["cScale"+t]=(0,d.Z)(this["cScale"+t],10),this["cScalePeer"+t]=this["cScalePeer"+t]||(0,d.Z)(this["cScale"+t],25);for(let t=0;t<this.THEME_COLOR_LIMIT;t++)this["cScaleInv"+t]=this["cScaleInv"+t]||l(this["cScale"+t],{h:180});for(let t=0;t<5;t++)this["surface"+t]=this["surface"+t]||l(this.mainBkg,{h:30,l:-(5+5*t)}),this["surfacePeer"+t]=this["surfacePeer"+t]||l(this.mainBkg,{h:30,l:-(7+5*t)});if(this.scaleLabelColor="calculated"!==this.scaleLabelColor&&this.scaleLabelColor?this.scaleLabelColor:this.labelTextColor,"calculated"!==this.labelTextColor){this.cScaleLabel0=this.cScaleLabel0||u(this.labelTextColor),this.cScaleLabel3=this.cScaleLabel3||u(this.labelTextColor);for(let t=0;t<this.THEME_COLOR_LIMIT;t++)this["cScaleLabel"+t]=this["cScaleLabel"+t]||this.labelTextColor}this.nodeBkg=this.mainBkg,this.nodeBorder=this.border1,this.clusterBkg=this.secondBkg,this.clusterBorder=this.border2,this.defaultLinkColor=this.lineColor,this.titleColor=this.textColor,this.edgeLabelBackground=this.labelBackground,this.actorBorder=(0,f.Z)(this.border1,23),this.actorBkg=this.mainBkg,this.labelBoxBkgColor=this.actorBkg,this.signalColor=this.textColor,this.signalTextColor=this.textColor,this.labelBoxBorderColor=this.actorBorder,this.labelTextColor=this.actorTextColor,this.loopTextColor=this.actorTextColor,this.noteBorderColor=this.border2,this.noteTextColor=this.actorTextColor,this.actorLineColor=this.actorBorder,this.taskTextColor=this.taskTextLightColor,this.taskTextOutsideColor=this.taskTextDarkColor,this.archEdgeColor=this.lineColor,this.archEdgeArrowColor=this.lineColor,this.transitionColor=this.transitionColor||this.lineColor,this.transitionLabelColor=this.transitionLabelColor||this.textColor,this.stateLabelColor=this.stateLabelColor||this.stateBkg||this.primaryTextColor,this.stateBkg=this.stateBkg||this.mainBkg,this.labelBackgroundColor=this.labelBackgroundColor||this.stateBkg,this.compositeBackground=this.compositeBackground||this.background||this.tertiaryColor,this.altBackground=this.altBackground||"#f0f0f0",this.compositeTitleBackground=this.compositeTitleBackground||this.mainBkg,this.compositeBorder=this.compositeBorder||this.nodeBorder,this.innerEndBackground=this.nodeBorder,this.specialStateColor=this.lineColor,this.errorBkgColor=this.errorBkgColor||this.tertiaryColor,this.errorTextColor=this.errorTextColor||this.tertiaryTextColor,this.transitionColor=this.transitionColor||this.lineColor,this.classText=this.primaryTextColor,this.fillType0=this.primaryColor,this.fillType1=this.secondaryColor,this.fillType2=l(this.primaryColor,{h:64}),this.fillType3=l(this.secondaryColor,{h:64}),this.fillType4=l(this.primaryColor,{h:-64}),this.fillType5=l(this.secondaryColor,{h:-64}),this.fillType6=l(this.primaryColor,{h:128}),this.fillType7=l(this.secondaryColor,{h:128}),this.pie1=this.pie1||this.primaryColor,this.pie2=this.pie2||this.secondaryColor,this.pie3=this.pie3||l(this.tertiaryColor,{l:-40}),this.pie4=this.pie4||l(this.primaryColor,{l:-10}),this.pie5=this.pie5||l(this.secondaryColor,{l:-30}),this.pie6=this.pie6||l(this.tertiaryColor,{l:-20}),this.pie7=this.pie7||l(this.primaryColor,{h:60,l:-20}),this.pie8=this.pie8||l(this.primaryColor,{h:-60,l:-40}),this.pie9=this.pie9||l(this.primaryColor,{h:120,l:-40}),this.pie10=this.pie10||l(this.primaryColor,{h:60,l:-40}),this.pie11=this.pie11||l(this.primaryColor,{h:-90,l:-40}),this.pie12=this.pie12||l(this.primaryColor,{h:120,l:-30}),this.pieTitleTextSize=this.pieTitleTextSize||"25px",this.pieTitleTextColor=this.pieTitleTextColor||this.taskTextDarkColor,this.pieSectionTextSize=this.pieSectionTextSize||"17px",this.pieSectionTextColor=this.pieSectionTextColor||this.textColor,this.pieLegendTextSize=this.pieLegendTextSize||"17px",this.pieLegendTextColor=this.pieLegendTextColor||this.taskTextDarkColor,this.pieStrokeColor=this.pieStrokeColor||"black",this.pieStrokeWidth=this.pieStrokeWidth||"2px",this.pieOuterStrokeWidth=this.pieOuterStrokeWidth||"2px",this.pieOuterStrokeColor=this.pieOuterStrokeColor||"black",this.pieOpacity=this.pieOpacity||"0.7",this.quadrant1Fill=this.quadrant1Fill||this.primaryColor,this.quadrant2Fill=this.quadrant2Fill||l(this.primaryColor,{r:5,g:5,b:5}),this.quadrant3Fill=this.quadrant3Fill||l(this.primaryColor,{r:10,g:10,b:10}),this.quadrant4Fill=this.quadrant4Fill||l(this.primaryColor,{r:15,g:15,b:15}),this.quadrant1TextFill=this.quadrant1TextFill||this.primaryTextColor,this.quadrant2TextFill=this.quadrant2TextFill||l(this.primaryTextColor,{r:-5,g:-5,b:-5}),this.quadrant3TextFill=this.quadrant3TextFill||l(this.primaryTextColor,{r:-10,g:-10,b:-10}),this.quadrant4TextFill=this.quadrant4TextFill||l(this.primaryTextColor,{r:-15,g:-15,b:-15}),this.quadrantPointFill=this.quadrantPointFill||(0,p.Z)(this.quadrant1Fill)?(0,f.Z)(this.quadrant1Fill):(0,d.Z)(this.quadrant1Fill),this.quadrantPointTextFill=this.quadrantPointTextFill||this.primaryTextColor,this.quadrantXAxisTextFill=this.quadrantXAxisTextFill||this.primaryTextColor,this.quadrantYAxisTextFill=this.quadrantYAxisTextFill||this.primaryTextColor,this.quadrantInternalBorderStrokeFill=this.quadrantInternalBorderStrokeFill||this.primaryBorderColor,this.quadrantExternalBorderStrokeFill=this.quadrantExternalBorderStrokeFill||this.primaryBorderColor,this.quadrantTitleFill=this.quadrantTitleFill||this.primaryTextColor,this.xyChart={backgroundColor:this.xyChart?.backgroundColor||this.background,titleColor:this.xyChart?.titleColor||this.primaryTextColor,xAxisTitleColor:this.xyChart?.xAxisTitleColor||this.primaryTextColor,xAxisLabelColor:this.xyChart?.xAxisLabelColor||this.primaryTextColor,xAxisTickColor:this.xyChart?.xAxisTickColor||this.primaryTextColor,xAxisLineColor:this.xyChart?.xAxisLineColor||this.primaryTextColor,yAxisTitleColor:this.xyChart?.yAxisTitleColor||this.primaryTextColor,yAxisLabelColor:this.xyChart?.yAxisLabelColor||this.primaryTextColor,yAxisTickColor:this.xyChart?.yAxisTickColor||this.primaryTextColor,yAxisLineColor:this.xyChart?.yAxisLineColor||this.primaryTextColor,plotColorPalette:this.xyChart?.plotColorPalette||"#ECECFF,#8493A6,#FFC3A0,#DCDDE1,#B8E994,#D1A36F,#C3CDE6,#FFB6C1,#496078,#F8F3E3"},this.requirementBackground=this.requirementBackground||this.primaryColor,this.requirementBorderColor=this.requirementBorderColor||this.primaryBorderColor,this.requirementBorderSize=this.requirementBorderSize||"1",this.requirementTextColor=this.requirementTextColor||this.primaryTextColor,this.relationColor=this.relationColor||this.lineColor,this.relationLabelBackground=this.relationLabelBackground||this.labelBackground,this.relationLabelColor=this.relationLabelColor||this.actorTextColor,this.git0=this.git0||this.primaryColor,this.git1=this.git1||this.secondaryColor,this.git2=this.git2||this.tertiaryColor,this.git3=this.git3||l(this.primaryColor,{h:-30}),this.git4=this.git4||l(this.primaryColor,{h:-60}),this.git5=this.git5||l(this.primaryColor,{h:-90}),this.git6=this.git6||l(this.primaryColor,{h:60}),this.git7=this.git7||l(this.primaryColor,{h:120}),this.darkMode?(this.git0=(0,f.Z)(this.git0,25),this.git1=(0,f.Z)(this.git1,25),this.git2=(0,f.Z)(this.git2,25),this.git3=(0,f.Z)(this.git3,25),this.git4=(0,f.Z)(this.git4,25),this.git5=(0,f.Z)(this.git5,25),this.git6=(0,f.Z)(this.git6,25),this.git7=(0,f.Z)(this.git7,25)):(this.git0=(0,d.Z)(this.git0,25),this.git1=(0,d.Z)(this.git1,25),this.git2=(0,d.Z)(this.git2,25),this.git3=(0,d.Z)(this.git3,25),this.git4=(0,d.Z)(this.git4,25),this.git5=(0,d.Z)(this.git5,25),this.git6=(0,d.Z)(this.git6,25),this.git7=(0,d.Z)(this.git7,25)),this.gitInv0=this.gitInv0||(0,d.Z)(u(this.git0),25),this.gitInv1=this.gitInv1||u(this.git1),this.gitInv2=this.gitInv2||u(this.git2),this.gitInv3=this.gitInv3||u(this.git3),this.gitInv4=this.gitInv4||u(this.git4),this.gitInv5=this.gitInv5||u(this.git5),this.gitInv6=this.gitInv6||u(this.git6),this.gitInv7=this.gitInv7||u(this.git7),this.gitBranchLabel0=this.gitBranchLabel0||u(this.labelTextColor),this.gitBranchLabel1=this.gitBranchLabel1||this.labelTextColor,this.gitBranchLabel2=this.gitBranchLabel2||this.labelTextColor,this.gitBranchLabel3=this.gitBranchLabel3||u(this.labelTextColor),this.gitBranchLabel4=this.gitBranchLabel4||this.labelTextColor,this.gitBranchLabel5=this.gitBranchLabel5||this.labelTextColor,this.gitBranchLabel6=this.gitBranchLabel6||this.labelTextColor,this.gitBranchLabel7=this.gitBranchLabel7||this.labelTextColor,this.tagLabelColor=this.tagLabelColor||this.primaryTextColor,this.tagLabelBackground=this.tagLabelBackground||this.primaryColor,this.tagLabelBorder=this.tagBorder||this.primaryBorderColor,this.tagLabelFontSize=this.tagLabelFontSize||"10px",this.commitLabelColor=this.commitLabelColor||this.secondaryTextColor,this.commitLabelBackground=this.commitLabelBackground||this.secondaryColor,this.commitLabelFontSize=this.commitLabelFontSize||"10px",this.attributeBackgroundColorOdd=this.attributeBackgroundColorOdd||$,this.attributeBackgroundColorEven=this.attributeBackgroundColorEven||O}calculate(t){if("object"!=typeof t){this.updateColors();return}let e=Object.keys(t);e.forEach(e=>{this[e]=t[e]}),this.updateColors(),e.forEach(e=>{this[e]=t[e]})}},P=m(t=>{let e=new N;return e.calculate(t),e},"getThemeVariables"),R=class{static{m(this,"Theme")}constructor(){this.background="#f4f4f4",this.primaryColor="#cde498",this.secondaryColor="#cdffb2",this.background="white",this.mainBkg="#cde498",this.secondBkg="#cdffb2",this.lineColor="green",this.border1="#13540c",this.border2="#6eaa49",this.arrowheadColor="green",this.fontFamily='"trebuchet ms", verdana, arial, sans-serif',this.fontSize="16px",this.tertiaryColor=(0,f.Z)("#cde498",10),this.primaryBorderColor=I(this.primaryColor,this.darkMode),this.secondaryBorderColor=I(this.secondaryColor,this.darkMode),this.tertiaryBorderColor=I(this.tertiaryColor,this.darkMode),this.primaryTextColor=u(this.primaryColor),this.secondaryTextColor=u(this.secondaryColor),this.tertiaryTextColor=u(this.primaryColor),this.lineColor=u(this.background),this.textColor=u(this.background),this.THEME_COLOR_LIMIT=12,this.nodeBkg="calculated",this.nodeBorder="calculated",this.clusterBkg="calculated",this.clusterBorder="calculated",this.defaultLinkColor="calculated",this.titleColor="#333",this.edgeLabelBackground="#e8e8e8",this.actorBorder="calculated",this.actorBkg="calculated",this.actorTextColor="black",this.actorLineColor="calculated",this.signalColor="#333",this.signalTextColor="#333",this.labelBoxBkgColor="calculated",this.labelBoxBorderColor="#326932",this.labelTextColor="calculated",this.loopTextColor="calculated",this.noteBorderColor="calculated",this.noteBkgColor="#fff5ad",this.noteTextColor="calculated",this.activationBorderColor="#666",this.activationBkgColor="#f4f4f4",this.sequenceNumberColor="white",this.sectionBkgColor="#6eaa49",this.altSectionBkgColor="white",this.sectionBkgColor2="#6eaa49",this.excludeBkgColor="#eeeeee",this.taskBorderColor="calculated",this.taskBkgColor="#487e3a",this.taskTextLightColor="white",this.taskTextColor="calculated",this.taskTextDarkColor="black",this.taskTextOutsideColor="calculated",this.taskTextClickableColor="#003163",this.activeTaskBorderColor="calculated",this.activeTaskBkgColor="calculated",this.gridColor="lightgrey",this.doneTaskBkgColor="lightgrey",this.doneTaskBorderColor="grey",this.critBorderColor="#ff8888",this.critBkgColor="red",this.todayLineColor="red",this.personBorder=this.primaryBorderColor,this.personBkg=this.mainBkg,this.archEdgeColor="calculated",this.archEdgeArrowColor="calculated",this.archEdgeWidth="3",this.archGroupBorderColor=this.primaryBorderColor,this.archGroupBorderWidth="2px",this.labelColor="black",this.errorBkgColor="#552222",this.errorTextColor="#552222"}updateColors(){this.actorBorder=(0,d.Z)(this.mainBkg,20),this.actorBkg=this.mainBkg,this.labelBoxBkgColor=this.actorBkg,this.labelTextColor=this.actorTextColor,this.loopTextColor=this.actorTextColor,this.noteBorderColor=this.border2,this.noteTextColor=this.actorTextColor,this.actorLineColor=this.actorBorder,this.cScale0=this.cScale0||this.primaryColor,this.cScale1=this.cScale1||this.secondaryColor,this.cScale2=this.cScale2||this.tertiaryColor,this.cScale3=this.cScale3||l(this.primaryColor,{h:30}),this.cScale4=this.cScale4||l(this.primaryColor,{h:60}),this.cScale5=this.cScale5||l(this.primaryColor,{h:90}),this.cScale6=this.cScale6||l(this.primaryColor,{h:120}),this.cScale7=this.cScale7||l(this.primaryColor,{h:150}),this.cScale8=this.cScale8||l(this.primaryColor,{h:210}),this.cScale9=this.cScale9||l(this.primaryColor,{h:270}),this.cScale10=this.cScale10||l(this.primaryColor,{h:300}),this.cScale11=this.cScale11||l(this.primaryColor,{h:330}),this.cScalePeer1=this.cScalePeer1||(0,d.Z)(this.secondaryColor,45),this.cScalePeer2=this.cScalePeer2||(0,d.Z)(this.tertiaryColor,40);for(let t=0;t<this.THEME_COLOR_LIMIT;t++)this["cScale"+t]=(0,d.Z)(this["cScale"+t],10),this["cScalePeer"+t]=this["cScalePeer"+t]||(0,d.Z)(this["cScale"+t],25);for(let t=0;t<this.THEME_COLOR_LIMIT;t++)this["cScaleInv"+t]=this["cScaleInv"+t]||l(this["cScale"+t],{h:180});this.scaleLabelColor="calculated"!==this.scaleLabelColor&&this.scaleLabelColor?this.scaleLabelColor:this.labelTextColor;for(let t=0;t<this.THEME_COLOR_LIMIT;t++)this["cScaleLabel"+t]=this["cScaleLabel"+t]||this.scaleLabelColor;for(let t=0;t<5;t++)this["surface"+t]=this["surface"+t]||l(this.mainBkg,{h:30,s:-30,l:-(5+5*t)}),this["surfacePeer"+t]=this["surfacePeer"+t]||l(this.mainBkg,{h:30,s:-30,l:-(8+5*t)});this.nodeBkg=this.mainBkg,this.nodeBorder=this.border1,this.clusterBkg=this.secondBkg,this.clusterBorder=this.border2,this.defaultLinkColor=this.lineColor,this.taskBorderColor=this.border1,this.taskTextColor=this.taskTextLightColor,this.taskTextOutsideColor=this.taskTextDarkColor,this.activeTaskBorderColor=this.taskBorderColor,this.activeTaskBkgColor=this.mainBkg,this.archEdgeColor=this.lineColor,this.archEdgeArrowColor=this.lineColor,this.transitionColor=this.transitionColor||this.lineColor,this.transitionLabelColor=this.transitionLabelColor||this.textColor,this.stateLabelColor=this.stateLabelColor||this.stateBkg||this.primaryTextColor,this.stateBkg=this.stateBkg||this.mainBkg,this.labelBackgroundColor=this.labelBackgroundColor||this.stateBkg,this.compositeBackground=this.compositeBackground||this.background||this.tertiaryColor,this.altBackground=this.altBackground||"#f0f0f0",this.compositeTitleBackground=this.compositeTitleBackground||this.mainBkg,this.compositeBorder=this.compositeBorder||this.nodeBorder,this.innerEndBackground=this.primaryBorderColor,this.specialStateColor=this.lineColor,this.errorBkgColor=this.errorBkgColor||this.tertiaryColor,this.errorTextColor=this.errorTextColor||this.tertiaryTextColor,this.transitionColor=this.transitionColor||this.lineColor,this.classText=this.primaryTextColor,this.fillType0=this.primaryColor,this.fillType1=this.secondaryColor,this.fillType2=l(this.primaryColor,{h:64}),this.fillType3=l(this.secondaryColor,{h:64}),this.fillType4=l(this.primaryColor,{h:-64}),this.fillType5=l(this.secondaryColor,{h:-64}),this.fillType6=l(this.primaryColor,{h:128}),this.fillType7=l(this.secondaryColor,{h:128}),this.pie1=this.pie1||this.primaryColor,this.pie2=this.pie2||this.secondaryColor,this.pie3=this.pie3||this.tertiaryColor,this.pie4=this.pie4||l(this.primaryColor,{l:-30}),this.pie5=this.pie5||l(this.secondaryColor,{l:-30}),this.pie6=this.pie6||l(this.tertiaryColor,{h:40,l:-40}),this.pie7=this.pie7||l(this.primaryColor,{h:60,l:-10}),this.pie8=this.pie8||l(this.primaryColor,{h:-60,l:-10}),this.pie9=this.pie9||l(this.primaryColor,{h:120,l:0}),this.pie10=this.pie10||l(this.primaryColor,{h:60,l:-50}),this.pie11=this.pie11||l(this.primaryColor,{h:-60,l:-50}),this.pie12=this.pie12||l(this.primaryColor,{h:120,l:-50}),this.pieTitleTextSize=this.pieTitleTextSize||"25px",this.pieTitleTextColor=this.pieTitleTextColor||this.taskTextDarkColor,this.pieSectionTextSize=this.pieSectionTextSize||"17px",this.pieSectionTextColor=this.pieSectionTextColor||this.textColor,this.pieLegendTextSize=this.pieLegendTextSize||"17px",this.pieLegendTextColor=this.pieLegendTextColor||this.taskTextDarkColor,this.pieStrokeColor=this.pieStrokeColor||"black",this.pieStrokeWidth=this.pieStrokeWidth||"2px",this.pieOuterStrokeWidth=this.pieOuterStrokeWidth||"2px",this.pieOuterStrokeColor=this.pieOuterStrokeColor||"black",this.pieOpacity=this.pieOpacity||"0.7",this.quadrant1Fill=this.quadrant1Fill||this.primaryColor,this.quadrant2Fill=this.quadrant2Fill||l(this.primaryColor,{r:5,g:5,b:5}),this.quadrant3Fill=this.quadrant3Fill||l(this.primaryColor,{r:10,g:10,b:10}),this.quadrant4Fill=this.quadrant4Fill||l(this.primaryColor,{r:15,g:15,b:15}),this.quadrant1TextFill=this.quadrant1TextFill||this.primaryTextColor,this.quadrant2TextFill=this.quadrant2TextFill||l(this.primaryTextColor,{r:-5,g:-5,b:-5}),this.quadrant3TextFill=this.quadrant3TextFill||l(this.primaryTextColor,{r:-10,g:-10,b:-10}),this.quadrant4TextFill=this.quadrant4TextFill||l(this.primaryTextColor,{r:-15,g:-15,b:-15}),this.quadrantPointFill=this.quadrantPointFill||(0,p.Z)(this.quadrant1Fill)?(0,f.Z)(this.quadrant1Fill):(0,d.Z)(this.quadrant1Fill),this.quadrantPointTextFill=this.quadrantPointTextFill||this.primaryTextColor,this.quadrantXAxisTextFill=this.quadrantXAxisTextFill||this.primaryTextColor,this.quadrantYAxisTextFill=this.quadrantYAxisTextFill||this.primaryTextColor,this.quadrantInternalBorderStrokeFill=this.quadrantInternalBorderStrokeFill||this.primaryBorderColor,this.quadrantExternalBorderStrokeFill=this.quadrantExternalBorderStrokeFill||this.primaryBorderColor,this.quadrantTitleFill=this.quadrantTitleFill||this.primaryTextColor,this.packet={startByteColor:this.primaryTextColor,endByteColor:this.primaryTextColor,labelColor:this.primaryTextColor,titleColor:this.primaryTextColor,blockStrokeColor:this.primaryTextColor,blockFillColor:this.mainBkg},this.xyChart={backgroundColor:this.xyChart?.backgroundColor||this.background,titleColor:this.xyChart?.titleColor||this.primaryTextColor,xAxisTitleColor:this.xyChart?.xAxisTitleColor||this.primaryTextColor,xAxisLabelColor:this.xyChart?.xAxisLabelColor||this.primaryTextColor,xAxisTickColor:this.xyChart?.xAxisTickColor||this.primaryTextColor,xAxisLineColor:this.xyChart?.xAxisLineColor||this.primaryTextColor,yAxisTitleColor:this.xyChart?.yAxisTitleColor||this.primaryTextColor,yAxisLabelColor:this.xyChart?.yAxisLabelColor||this.primaryTextColor,yAxisTickColor:this.xyChart?.yAxisTickColor||this.primaryTextColor,yAxisLineColor:this.xyChart?.yAxisLineColor||this.primaryTextColor,plotColorPalette:this.xyChart?.plotColorPalette||"#CDE498,#FF6B6B,#A0D2DB,#D7BDE2,#F0F0F0,#FFC3A0,#7FD8BE,#FF9A8B,#FAF3E0,#FFF176"},this.requirementBackground=this.requirementBackground||this.primaryColor,this.requirementBorderColor=this.requirementBorderColor||this.primaryBorderColor,this.requirementBorderSize=this.requirementBorderSize||"1",this.requirementTextColor=this.requirementTextColor||this.primaryTextColor,this.relationColor=this.relationColor||this.lineColor,this.relationLabelBackground=this.relationLabelBackground||this.edgeLabelBackground,this.relationLabelColor=this.relationLabelColor||this.actorTextColor,this.git0=this.git0||this.primaryColor,this.git1=this.git1||this.secondaryColor,this.git2=this.git2||this.tertiaryColor,this.git3=this.git3||l(this.primaryColor,{h:-30}),this.git4=this.git4||l(this.primaryColor,{h:-60}),this.git5=this.git5||l(this.primaryColor,{h:-90}),this.git6=this.git6||l(this.primaryColor,{h:60}),this.git7=this.git7||l(this.primaryColor,{h:120}),this.darkMode?(this.git0=(0,f.Z)(this.git0,25),this.git1=(0,f.Z)(this.git1,25),this.git2=(0,f.Z)(this.git2,25),this.git3=(0,f.Z)(this.git3,25),this.git4=(0,f.Z)(this.git4,25),this.git5=(0,f.Z)(this.git5,25),this.git6=(0,f.Z)(this.git6,25),this.git7=(0,f.Z)(this.git7,25)):(this.git0=(0,d.Z)(this.git0,25),this.git1=(0,d.Z)(this.git1,25),this.git2=(0,d.Z)(this.git2,25),this.git3=(0,d.Z)(this.git3,25),this.git4=(0,d.Z)(this.git4,25),this.git5=(0,d.Z)(this.git5,25),this.git6=(0,d.Z)(this.git6,25),this.git7=(0,d.Z)(this.git7,25)),this.gitInv0=this.gitInv0||u(this.git0),this.gitInv1=this.gitInv1||u(this.git1),this.gitInv2=this.gitInv2||u(this.git2),this.gitInv3=this.gitInv3||u(this.git3),this.gitInv4=this.gitInv4||u(this.git4),this.gitInv5=this.gitInv5||u(this.git5),this.gitInv6=this.gitInv6||u(this.git6),this.gitInv7=this.gitInv7||u(this.git7),this.gitBranchLabel0=this.gitBranchLabel0||u(this.labelTextColor),this.gitBranchLabel1=this.gitBranchLabel1||this.labelTextColor,this.gitBranchLabel2=this.gitBranchLabel2||this.labelTextColor,this.gitBranchLabel3=this.gitBranchLabel3||u(this.labelTextColor),this.gitBranchLabel4=this.gitBranchLabel4||this.labelTextColor,this.gitBranchLabel5=this.gitBranchLabel5||this.labelTextColor,this.gitBranchLabel6=this.gitBranchLabel6||this.labelTextColor,this.gitBranchLabel7=this.gitBranchLabel7||this.labelTextColor,this.tagLabelColor=this.tagLabelColor||this.primaryTextColor,this.tagLabelBackground=this.tagLabelBackground||this.primaryColor,this.tagLabelBorder=this.tagBorder||this.primaryBorderColor,this.tagLabelFontSize=this.tagLabelFontSize||"10px",this.commitLabelColor=this.commitLabelColor||this.secondaryTextColor,this.commitLabelBackground=this.commitLabelBackground||this.secondaryColor,this.commitLabelFontSize=this.commitLabelFontSize||"10px",this.attributeBackgroundColorOdd=this.attributeBackgroundColorOdd||$,this.attributeBackgroundColorEven=this.attributeBackgroundColorEven||O}calculate(t){if("object"!=typeof t){this.updateColors();return}let e=Object.keys(t);e.forEach(e=>{this[e]=t[e]}),this.updateColors(),e.forEach(e=>{this[e]=t[e]})}},j=m(t=>{let e=new R;return e.calculate(t),e},"getThemeVariables"),Y=class{static{m(this,"Theme")}constructor(){this.primaryColor="#eee",this.contrast="#707070",this.secondaryColor=(0,f.Z)(this.contrast,55),this.background="#ffffff",this.tertiaryColor=l(this.primaryColor,{h:-160}),this.primaryBorderColor=I(this.primaryColor,this.darkMode),this.secondaryBorderColor=I(this.secondaryColor,this.darkMode),this.tertiaryBorderColor=I(this.tertiaryColor,this.darkMode),this.primaryTextColor=u(this.primaryColor),this.secondaryTextColor=u(this.secondaryColor),this.tertiaryTextColor=u(this.tertiaryColor),this.lineColor=u(this.background),this.textColor=u(this.background),this.mainBkg="#eee",this.secondBkg="calculated",this.lineColor="#666",this.border1="#999",this.border2="calculated",this.note="#ffa",this.text="#333",this.critical="#d42",this.done="#bbb",this.arrowheadColor="#333333",this.fontFamily='"trebuchet ms", verdana, arial, sans-serif',this.fontSize="16px",this.THEME_COLOR_LIMIT=12,this.nodeBkg="calculated",this.nodeBorder="calculated",this.clusterBkg="calculated",this.clusterBorder="calculated",this.defaultLinkColor="calculated",this.titleColor="calculated",this.edgeLabelBackground="white",this.actorBorder="calculated",this.actorBkg="calculated",this.actorTextColor="calculated",this.actorLineColor=this.actorBorder,this.signalColor="calculated",this.signalTextColor="calculated",this.labelBoxBkgColor="calculated",this.labelBoxBorderColor="calculated",this.labelTextColor="calculated",this.loopTextColor="calculated",this.noteBorderColor="calculated",this.noteBkgColor="calculated",this.noteTextColor="calculated",this.activationBorderColor="#666",this.activationBkgColor="#f4f4f4",this.sequenceNumberColor="white",this.sectionBkgColor="calculated",this.altSectionBkgColor="white",this.sectionBkgColor2="calculated",this.excludeBkgColor="#eeeeee",this.taskBorderColor="calculated",this.taskBkgColor="calculated",this.taskTextLightColor="white",this.taskTextColor="calculated",this.taskTextDarkColor="calculated",this.taskTextOutsideColor="calculated",this.taskTextClickableColor="#003163",this.activeTaskBorderColor="calculated",this.activeTaskBkgColor="calculated",this.gridColor="calculated",this.doneTaskBkgColor="calculated",this.doneTaskBorderColor="calculated",this.critBkgColor="calculated",this.critBorderColor="calculated",this.todayLineColor="calculated",this.personBorder=this.primaryBorderColor,this.personBkg=this.mainBkg,this.archEdgeColor="calculated",this.archEdgeArrowColor="calculated",this.archEdgeWidth="3",this.archGroupBorderColor=this.primaryBorderColor,this.archGroupBorderWidth="2px",this.labelColor="black",this.errorBkgColor="#552222",this.errorTextColor="#552222"}updateColors(){this.secondBkg=(0,f.Z)(this.contrast,55),this.border2=this.contrast,this.actorBorder=(0,f.Z)(this.border1,23),this.actorBkg=this.mainBkg,this.actorTextColor=this.text,this.actorLineColor=this.actorBorder,this.signalColor=this.text,this.signalTextColor=this.text,this.labelBoxBkgColor=this.actorBkg,this.labelBoxBorderColor=this.actorBorder,this.labelTextColor=this.text,this.loopTextColor=this.text,this.noteBorderColor="#999",this.noteBkgColor="#666",this.noteTextColor="#fff",this.cScale0=this.cScale0||"#555",this.cScale1=this.cScale1||"#F4F4F4",this.cScale2=this.cScale2||"#555",this.cScale3=this.cScale3||"#BBB",this.cScale4=this.cScale4||"#777",this.cScale5=this.cScale5||"#999",this.cScale6=this.cScale6||"#DDD",this.cScale7=this.cScale7||"#FFF",this.cScale8=this.cScale8||"#DDD",this.cScale9=this.cScale9||"#BBB",this.cScale10=this.cScale10||"#999",this.cScale11=this.cScale11||"#777";for(let t=0;t<this.THEME_COLOR_LIMIT;t++)this["cScaleInv"+t]=this["cScaleInv"+t]||u(this["cScale"+t]);for(let t=0;t<this.THEME_COLOR_LIMIT;t++)this.darkMode?this["cScalePeer"+t]=this["cScalePeer"+t]||(0,f.Z)(this["cScale"+t],10):this["cScalePeer"+t]=this["cScalePeer"+t]||(0,d.Z)(this["cScale"+t],10);this.scaleLabelColor=this.scaleLabelColor||(this.darkMode?"black":this.labelTextColor),this.cScaleLabel0=this.cScaleLabel0||this.cScale1,this.cScaleLabel2=this.cScaleLabel2||this.cScale1;for(let t=0;t<this.THEME_COLOR_LIMIT;t++)this["cScaleLabel"+t]=this["cScaleLabel"+t]||this.scaleLabelColor;for(let t=0;t<5;t++)this["surface"+t]=this["surface"+t]||l(this.mainBkg,{l:-(5+5*t)}),this["surfacePeer"+t]=this["surfacePeer"+t]||l(this.mainBkg,{l:-(8+5*t)});this.nodeBkg=this.mainBkg,this.nodeBorder=this.border1,this.clusterBkg=this.secondBkg,this.clusterBorder=this.border2,this.defaultLinkColor=this.lineColor,this.titleColor=this.text,this.sectionBkgColor=(0,f.Z)(this.contrast,30),this.sectionBkgColor2=(0,f.Z)(this.contrast,30),this.taskBorderColor=(0,d.Z)(this.contrast,10),this.taskBkgColor=this.contrast,this.taskTextColor=this.taskTextLightColor,this.taskTextDarkColor=this.text,this.taskTextOutsideColor=this.taskTextDarkColor,this.activeTaskBorderColor=this.taskBorderColor,this.activeTaskBkgColor=this.mainBkg,this.gridColor=(0,f.Z)(this.border1,30),this.doneTaskBkgColor=this.done,this.doneTaskBorderColor=this.lineColor,this.critBkgColor=this.critical,this.critBorderColor=(0,d.Z)(this.critBkgColor,10),this.todayLineColor=this.critBkgColor,this.archEdgeColor=this.lineColor,this.archEdgeArrowColor=this.lineColor,this.transitionColor=this.transitionColor||"#000",this.transitionLabelColor=this.transitionLabelColor||this.textColor,this.stateLabelColor=this.stateLabelColor||this.stateBkg||this.primaryTextColor,this.stateBkg=this.stateBkg||this.mainBkg,this.labelBackgroundColor=this.labelBackgroundColor||this.stateBkg,this.compositeBackground=this.compositeBackground||this.background||this.tertiaryColor,this.altBackground=this.altBackground||"#f4f4f4",this.compositeTitleBackground=this.compositeTitleBackground||this.mainBkg,this.stateBorder=this.stateBorder||"#000",this.innerEndBackground=this.primaryBorderColor,this.specialStateColor="#222",this.errorBkgColor=this.errorBkgColor||this.tertiaryColor,this.errorTextColor=this.errorTextColor||this.tertiaryTextColor,this.classText=this.primaryTextColor,this.fillType0=this.primaryColor,this.fillType1=this.secondaryColor,this.fillType2=l(this.primaryColor,{h:64}),this.fillType3=l(this.secondaryColor,{h:64}),this.fillType4=l(this.primaryColor,{h:-64}),this.fillType5=l(this.secondaryColor,{h:-64}),this.fillType6=l(this.primaryColor,{h:128}),this.fillType7=l(this.secondaryColor,{h:128});for(let t=0;t<this.THEME_COLOR_LIMIT;t++)this["pie"+t]=this["cScale"+t];this.pie12=this.pie0,this.pieTitleTextSize=this.pieTitleTextSize||"25px",this.pieTitleTextColor=this.pieTitleTextColor||this.taskTextDarkColor,this.pieSectionTextSize=this.pieSectionTextSize||"17px",this.pieSectionTextColor=this.pieSectionTextColor||this.textColor,this.pieLegendTextSize=this.pieLegendTextSize||"17px",this.pieLegendTextColor=this.pieLegendTextColor||this.taskTextDarkColor,this.pieStrokeColor=this.pieStrokeColor||"black",this.pieStrokeWidth=this.pieStrokeWidth||"2px",this.pieOuterStrokeWidth=this.pieOuterStrokeWidth||"2px",this.pieOuterStrokeColor=this.pieOuterStrokeColor||"black",this.pieOpacity=this.pieOpacity||"0.7",this.quadrant1Fill=this.quadrant1Fill||this.primaryColor,this.quadrant2Fill=this.quadrant2Fill||l(this.primaryColor,{r:5,g:5,b:5}),this.quadrant3Fill=this.quadrant3Fill||l(this.primaryColor,{r:10,g:10,b:10}),this.quadrant4Fill=this.quadrant4Fill||l(this.primaryColor,{r:15,g:15,b:15}),this.quadrant1TextFill=this.quadrant1TextFill||this.primaryTextColor,this.quadrant2TextFill=this.quadrant2TextFill||l(this.primaryTextColor,{r:-5,g:-5,b:-5}),this.quadrant3TextFill=this.quadrant3TextFill||l(this.primaryTextColor,{r:-10,g:-10,b:-10}),this.quadrant4TextFill=this.quadrant4TextFill||l(this.primaryTextColor,{r:-15,g:-15,b:-15}),this.quadrantPointFill=this.quadrantPointFill||(0,p.Z)(this.quadrant1Fill)?(0,f.Z)(this.quadrant1Fill):(0,d.Z)(this.quadrant1Fill),this.quadrantPointTextFill=this.quadrantPointTextFill||this.primaryTextColor,this.quadrantXAxisTextFill=this.quadrantXAxisTextFill||this.primaryTextColor,this.quadrantYAxisTextFill=this.quadrantYAxisTextFill||this.primaryTextColor,this.quadrantInternalBorderStrokeFill=this.quadrantInternalBorderStrokeFill||this.primaryBorderColor,this.quadrantExternalBorderStrokeFill=this.quadrantExternalBorderStrokeFill||this.primaryBorderColor,this.quadrantTitleFill=this.quadrantTitleFill||this.primaryTextColor,this.xyChart={backgroundColor:this.xyChart?.backgroundColor||this.background,titleColor:this.xyChart?.titleColor||this.primaryTextColor,xAxisTitleColor:this.xyChart?.xAxisTitleColor||this.primaryTextColor,xAxisLabelColor:this.xyChart?.xAxisLabelColor||this.primaryTextColor,xAxisTickColor:this.xyChart?.xAxisTickColor||this.primaryTextColor,xAxisLineColor:this.xyChart?.xAxisLineColor||this.primaryTextColor,yAxisTitleColor:this.xyChart?.yAxisTitleColor||this.primaryTextColor,yAxisLabelColor:this.xyChart?.yAxisLabelColor||this.primaryTextColor,yAxisTickColor:this.xyChart?.yAxisTickColor||this.primaryTextColor,yAxisLineColor:this.xyChart?.yAxisLineColor||this.primaryTextColor,plotColorPalette:this.xyChart?.plotColorPalette||"#EEE,#6BB8E4,#8ACB88,#C7ACD6,#E8DCC2,#FFB2A8,#FFF380,#7E8D91,#FFD8B1,#FAF3E0"},this.requirementBackground=this.requirementBackground||this.primaryColor,this.requirementBorderColor=this.requirementBorderColor||this.primaryBorderColor,this.requirementBorderSize=this.requirementBorderSize||"1",this.requirementTextColor=this.requirementTextColor||this.primaryTextColor,this.relationColor=this.relationColor||this.lineColor,this.relationLabelBackground=this.relationLabelBackground||this.edgeLabelBackground,this.relationLabelColor=this.relationLabelColor||this.actorTextColor,this.git0=(0,d.Z)(this.pie1,25)||this.primaryColor,this.git1=this.pie2||this.secondaryColor,this.git2=this.pie3||this.tertiaryColor,this.git3=this.pie4||l(this.primaryColor,{h:-30}),this.git4=this.pie5||l(this.primaryColor,{h:-60}),this.git5=this.pie6||l(this.primaryColor,{h:-90}),this.git6=this.pie7||l(this.primaryColor,{h:60}),this.git7=this.pie8||l(this.primaryColor,{h:120}),this.gitInv0=this.gitInv0||u(this.git0),this.gitInv1=this.gitInv1||u(this.git1),this.gitInv2=this.gitInv2||u(this.git2),this.gitInv3=this.gitInv3||u(this.git3),this.gitInv4=this.gitInv4||u(this.git4),this.gitInv5=this.gitInv5||u(this.git5),this.gitInv6=this.gitInv6||u(this.git6),this.gitInv7=this.gitInv7||u(this.git7),this.branchLabelColor=this.branchLabelColor||this.labelTextColor,this.gitBranchLabel0=this.branchLabelColor,this.gitBranchLabel1="white",this.gitBranchLabel2=this.branchLabelColor,this.gitBranchLabel3="white",this.gitBranchLabel4=this.branchLabelColor,this.gitBranchLabel5=this.branchLabelColor,this.gitBranchLabel6=this.branchLabelColor,this.gitBranchLabel7=this.branchLabelColor,this.tagLabelColor=this.tagLabelColor||this.primaryTextColor,this.tagLabelBackground=this.tagLabelBackground||this.primaryColor,this.tagLabelBorder=this.tagBorder||this.primaryBorderColor,this.tagLabelFontSize=this.tagLabelFontSize||"10px",this.commitLabelColor=this.commitLabelColor||this.secondaryTextColor,this.commitLabelBackground=this.commitLabelBackground||this.secondaryColor,this.commitLabelFontSize=this.commitLabelFontSize||"10px",this.attributeBackgroundColorOdd=this.attributeBackgroundColorOdd||$,this.attributeBackgroundColorEven=this.attributeBackgroundColorEven||O}calculate(t){if("object"!=typeof t){this.updateColors();return}let e=Object.keys(t);e.forEach(e=>{this[e]=t[e]}),this.updateColors(),e.forEach(e=>{this[e]=t[e]})}},U={base:{getThemeVariables:Z},dark:{getThemeVariables:z},default:{getThemeVariables:P},forest:{getThemeVariables:j},neutral:{getThemeVariables:m(t=>{let e=new Y;return e.calculate(t),e},"getThemeVariables")}},H={flowchart:{useMaxWidth:!0,titleTopMargin:25,subGraphTitleMargin:{top:0,bottom:0},diagramPadding:8,htmlLabels:!0,nodeSpacing:50,rankSpacing:50,curve:"basis",padding:15,defaultRenderer:"dagre-wrapper",wrappingWidth:200},sequence:{useMaxWidth:!0,hideUnusedParticipants:!1,activationWidth:10,diagramMarginX:50,diagramMarginY:10,actorMargin:50,width:150,height:65,boxMargin:10,boxTextMargin:5,noteMargin:10,messageMargin:35,messageAlign:"center",mirrorActors:!0,forceMenus:!1,bottomMarginAdj:1,rightAngles:!1,showSequenceNumbers:!1,actorFontSize:14,actorFontFamily:'"Open Sans", sans-serif',actorFontWeight:400,noteFontSize:14,noteFontFamily:'"trebuchet ms", verdana, arial, sans-serif',noteFontWeight:400,noteAlign:"center",messageFontSize:16,messageFontFamily:'"trebuchet ms", verdana, arial, sans-serif',messageFontWeight:400,wrap:!1,wrapPadding:10,labelBoxWidth:50,labelBoxHeight:20},gantt:{useMaxWidth:!0,titleTopMargin:25,barHeight:20,barGap:4,topPadding:50,rightPadding:75,leftPadding:75,gridLineStartPadding:35,fontSize:11,sectionFontSize:11,numberSectionStyles:4,axisFormat:"%Y-%m-%d",topAxis:!1,displayMode:"",weekday:"sunday"},journey:{useMaxWidth:!0,diagramMarginX:50,diagramMarginY:10,leftMargin:150,width:150,height:50,boxMargin:10,boxTextMargin:5,noteMargin:10,messageMargin:35,messageAlign:"center",bottomMarginAdj:1,rightAngles:!1,taskFontSize:14,taskFontFamily:'"Open Sans", sans-serif',taskMargin:50,activationWidth:10,textPlacement:"fo",actorColours:["#8FBC8F","#7CFC00","#00FFFF","#20B2AA","#B0E0E6","#FFFFE0"],sectionFills:["#191970","#8B008B","#4B0082","#2F4F4F","#800000","#8B4513","#00008B"],sectionColours:["#fff"]},class:{useMaxWidth:!0,titleTopMargin:25,arrowMarkerAbsolute:!1,dividerMargin:10,padding:5,textHeight:10,defaultRenderer:"dagre-wrapper",htmlLabels:!1},state:{useMaxWidth:!0,titleTopMargin:25,dividerMargin:10,sizeUnit:5,padding:8,textHeight:10,titleShift:-15,noteMargin:10,forkWidth:70,forkHeight:7,miniPadding:2,fontSizeFactor:5.02,fontSize:24,labelHeight:16,edgeLengthFactor:"20",compositTitleSize:35,radius:5,defaultRenderer:"dagre-wrapper"},er:{useMaxWidth:!0,titleTopMargin:25,diagramPadding:20,layoutDirection:"TB",minEntityWidth:100,minEntityHeight:75,entityPadding:15,stroke:"gray",fill:"honeydew",fontSize:12},pie:{useMaxWidth:!0,textPosition:.75},quadrantChart:{useMaxWidth:!0,chartWidth:500,chartHeight:500,titleFontSize:20,titlePadding:10,quadrantPadding:5,xAxisLabelPadding:5,yAxisLabelPadding:5,xAxisLabelFontSize:16,yAxisLabelFontSize:16,quadrantLabelFontSize:16,quadrantTextTopPadding:5,pointTextPadding:5,pointLabelFontSize:12,pointRadius:5,xAxisPosition:"top",yAxisPosition:"left",quadrantInternalBorderStrokeWidth:1,quadrantExternalBorderStrokeWidth:2},xyChart:{useMaxWidth:!0,width:700,height:500,titleFontSize:20,titlePadding:10,showTitle:!0,xAxis:{$ref:"#/$defs/XYChartAxisConfig",showLabel:!0,labelFontSize:14,labelPadding:5,showTitle:!0,titleFontSize:16,titlePadding:5,showTick:!0,tickLength:5,tickWidth:2,showAxisLine:!0,axisLineWidth:2},yAxis:{$ref:"#/$defs/XYChartAxisConfig",showLabel:!0,labelFontSize:14,labelPadding:5,showTitle:!0,titleFontSize:16,titlePadding:5,showTick:!0,tickLength:5,tickWidth:2,showAxisLine:!0,axisLineWidth:2},chartOrientation:"vertical",plotReservedSpacePercent:50},requirement:{useMaxWidth:!0,rect_fill:"#f9f9f9",text_color:"#333",rect_border_size:"0.5px",rect_border_color:"#bbb",rect_min_width:200,rect_min_height:200,fontSize:14,rect_padding:10,line_height:20},mindmap:{useMaxWidth:!0,padding:10,maxNodeWidth:200},timeline:{useMaxWidth:!0,diagramMarginX:50,diagramMarginY:10,leftMargin:150,width:150,height:50,boxMargin:10,boxTextMargin:5,noteMargin:10,messageMargin:35,messageAlign:"center",bottomMarginAdj:1,rightAngles:!1,taskFontSize:14,taskFontFamily:'"Open Sans", sans-serif',taskMargin:50,activationWidth:10,textPlacement:"fo",actorColours:["#8FBC8F","#7CFC00","#00FFFF","#20B2AA","#B0E0E6","#FFFFE0"],sectionFills:["#191970","#8B008B","#4B0082","#2F4F4F","#800000","#8B4513","#00008B"],sectionColours:["#fff"],disableMulticolor:!1},gitGraph:{useMaxWidth:!0,titleTopMargin:25,diagramPadding:8,nodeLabel:{width:75,height:100,x:-25,y:0},mainBranchName:"main",mainBranchOrder:0,showCommitLabel:!0,showBranches:!0,rotateCommitLabel:!0,parallelCommits:!1,arrowMarkerAbsolute:!1},c4:{useMaxWidth:!0,diagramMarginX:50,diagramMarginY:10,c4ShapeMargin:50,c4ShapePadding:20,width:216,height:60,boxMargin:10,c4ShapeInRow:4,nextLinePaddingX:0,c4BoundaryInRow:2,personFontSize:14,personFontFamily:'"Open Sans", sans-serif',personFontWeight:"normal",external_personFontSize:14,external_personFontFamily:'"Open Sans", sans-serif',external_personFontWeight:"normal",systemFontSize:14,systemFontFamily:'"Open Sans", sans-serif',systemFontWeight:"normal",external_systemFontSize:14,external_systemFontFamily:'"Open Sans", sans-serif',external_systemFontWeight:"normal",system_dbFontSize:14,system_dbFontFamily:'"Open Sans", sans-serif',system_dbFontWeight:"normal",external_system_dbFontSize:14,external_system_dbFontFamily:'"Open Sans", sans-serif',external_system_dbFontWeight:"normal",system_queueFontSize:14,system_queueFontFamily:'"Open Sans", sans-serif',system_queueFontWeight:"normal",external_system_queueFontSize:14,external_system_queueFontFamily:'"Open Sans", sans-serif',external_system_queueFontWeight:"normal",boundaryFontSize:14,boundaryFontFamily:'"Open Sans", sans-serif',boundaryFontWeight:"normal",messageFontSize:12,messageFontFamily:'"Open Sans", sans-serif',messageFontWeight:"normal",containerFontSize:14,containerFontFamily:'"Open Sans", sans-serif',containerFontWeight:"normal",external_containerFontSize:14,external_containerFontFamily:'"Open Sans", sans-serif',external_containerFontWeight:"normal",container_dbFontSize:14,container_dbFontFamily:'"Open Sans", sans-serif',container_dbFontWeight:"normal",external_container_dbFontSize:14,external_container_dbFontFamily:'"Open Sans", sans-serif',external_container_dbFontWeight:"normal",container_queueFontSize:14,container_queueFontFamily:'"Open Sans", sans-serif',container_queueFontWeight:"normal",external_container_queueFontSize:14,external_container_queueFontFamily:'"Open Sans", sans-serif',external_container_queueFontWeight:"normal",componentFontSize:14,componentFontFamily:'"Open Sans", sans-serif',componentFontWeight:"normal",external_componentFontSize:14,external_componentFontFamily:'"Open Sans", sans-serif',external_componentFontWeight:"normal",component_dbFontSize:14,component_dbFontFamily:'"Open Sans", sans-serif',component_dbFontWeight:"normal",external_component_dbFontSize:14,external_component_dbFontFamily:'"Open Sans", sans-serif',external_component_dbFontWeight:"normal",component_queueFontSize:14,component_queueFontFamily:'"Open Sans", sans-serif',component_queueFontWeight:"normal",external_component_queueFontSize:14,external_component_queueFontFamily:'"Open Sans", sans-serif',external_component_queueFontWeight:"normal",wrap:!0,wrapPadding:10,person_bg_color:"#08427B",person_border_color:"#073B6F",external_person_bg_color:"#686868",external_person_border_color:"#8A8A8A",system_bg_color:"#1168BD",system_border_color:"#3C7FC0",system_db_bg_color:"#1168BD",system_db_border_color:"#3C7FC0",system_queue_bg_color:"#1168BD",system_queue_border_color:"#3C7FC0",external_system_bg_color:"#999999",external_system_border_color:"#8A8A8A",external_system_db_bg_color:"#999999",external_system_db_border_color:"#8A8A8A",external_system_queue_bg_color:"#999999",external_system_queue_border_color:"#8A8A8A",container_bg_color:"#438DD5",container_border_color:"#3C7FC0",container_db_bg_color:"#438DD5",container_db_border_color:"#3C7FC0",container_queue_bg_color:"#438DD5",container_queue_border_color:"#3C7FC0",external_container_bg_color:"#B3B3B3",external_container_border_color:"#A6A6A6",external_container_db_bg_color:"#B3B3B3",external_container_db_border_color:"#A6A6A6",external_container_queue_bg_color:"#B3B3B3",external_container_queue_border_color:"#A6A6A6",component_bg_color:"#85BBF0",component_border_color:"#78A8D8",component_db_bg_color:"#85BBF0",component_db_border_color:"#78A8D8",component_queue_bg_color:"#85BBF0",component_queue_border_color:"#78A8D8",external_component_bg_color:"#CCCCCC",external_component_border_color:"#BFBFBF",external_component_db_bg_color:"#CCCCCC",external_component_db_border_color:"#BFBFBF",external_component_queue_bg_color:"#CCCCCC",external_component_queue_border_color:"#BFBFBF"},sankey:{useMaxWidth:!0,width:600,height:400,linkColor:"gradient",nodeAlignment:"justify",showValues:!0,prefix:"",suffix:""},block:{useMaxWidth:!0,padding:8},packet:{useMaxWidth:!0,rowHeight:32,bitWidth:32,bitsPerRow:32,showBits:!0,paddingX:5,paddingY:5},architecture:{useMaxWidth:!0,padding:40,iconSize:80,fontSize:16},theme:"default",look:"classic",handDrawnSeed:0,layout:"dagre",maxTextSize:5e4,maxEdges:500,darkMode:!1,fontFamily:'"trebuchet ms", verdana, arial, sans-serif;',logLevel:5,securityLevel:"strict",startOnLoad:!0,arrowMarkerAbsolute:!1,secure:["secure","securityLevel","startOnLoad","maxTextSize","suppressErrorRendering","maxEdges"],legacyMathML:!1,forceLegacyMathML:!1,deterministicIds:!1,fontSize:16,markdownAutoWrap:!0,suppressErrorRendering:!1},V={...H,deterministicIDSeed:void 0,elk:{mergeEdges:!1,nodePlacementStrategy:"SIMPLE"},themeCSS:void 0,themeVariables:U.default.getThemeVariables(),sequence:{...H.sequence,messageFont:m(function(){return{fontFamily:this.messageFontFamily,fontSize:this.messageFontSize,fontWeight:this.messageFontWeight}},"messageFont"),noteFont:m(function(){return{fontFamily:this.noteFontFamily,fontSize:this.noteFontSize,fontWeight:this.noteFontWeight}},"noteFont"),actorFont:m(function(){return{fontFamily:this.actorFontFamily,fontSize:this.actorFontSize,fontWeight:this.actorFontWeight}},"actorFont")},gantt:{...H.gantt,tickInterval:void 0,useWidth:void 0},c4:{...H.c4,useWidth:void 0,personFont:m(function(){return{fontFamily:this.personFontFamily,fontSize:this.personFontSize,fontWeight:this.personFontWeight}},"personFont"),external_personFont:m(function(){return{fontFamily:this.external_personFontFamily,fontSize:this.external_personFontSize,fontWeight:this.external_personFontWeight}},"external_personFont"),systemFont:m(function(){return{fontFamily:this.systemFontFamily,fontSize:this.systemFontSize,fontWeight:this.systemFontWeight}},"systemFont"),external_systemFont:m(function(){return{fontFamily:this.external_systemFontFamily,fontSize:this.external_systemFontSize,fontWeight:this.external_systemFontWeight}},"external_systemFont"),system_dbFont:m(function(){return{fontFamily:this.system_dbFontFamily,fontSize:this.system_dbFontSize,fontWeight:this.system_dbFontWeight}},"system_dbFont"),external_system_dbFont:m(function(){return{fontFamily:this.external_system_dbFontFamily,fontSize:this.external_system_dbFontSize,fontWeight:this.external_system_dbFontWeight}},"external_system_dbFont"),system_queueFont:m(function(){return{fontFamily:this.system_queueFontFamily,fontSize:this.system_queueFontSize,fontWeight:this.system_queueFontWeight}},"system_queueFont"),external_system_queueFont:m(function(){return{fontFamily:this.external_system_queueFontFamily,fontSize:this.external_system_queueFontSize,fontWeight:this.external_system_queueFontWeight}},"external_system_queueFont"),containerFont:m(function(){return{fontFamily:this.containerFontFamily,fontSize:this.containerFontSize,fontWeight:this.containerFontWeight}},"containerFont"),external_containerFont:m(function(){return{fontFamily:this.external_containerFontFamily,fontSize:this.external_containerFontSize,fontWeight:this.external_containerFontWeight}},"external_containerFont"),container_dbFont:m(function(){return{fontFamily:this.container_dbFontFamily,fontSize:this.container_dbFontSize,fontWeight:this.container_dbFontWeight}},"container_dbFont"),external_container_dbFont:m(function(){return{fontFamily:this.external_container_dbFontFamily,fontSize:this.external_container_dbFontSize,fontWeight:this.external_container_dbFontWeight}},"external_container_dbFont"),container_queueFont:m(function(){return{fontFamily:this.container_queueFontFamily,fontSize:this.container_queueFontSize,fontWeight:this.container_queueFontWeight}},"container_queueFont"),external_container_queueFont:m(function(){return{fontFamily:this.external_container_queueFontFamily,fontSize:this.external_container_queueFontSize,fontWeight:this.external_container_queueFontWeight}},"external_container_queueFont"),componentFont:m(function(){return{fontFamily:this.componentFontFamily,fontSize:this.componentFontSize,fontWeight:this.componentFontWeight}},"componentFont"),external_componentFont:m(function(){return{fontFamily:this.external_componentFontFamily,fontSize:this.external_componentFontSize,fontWeight:this.external_componentFontWeight}},"external_componentFont"),component_dbFont:m(function(){return{fontFamily:this.component_dbFontFamily,fontSize:this.component_dbFontSize,fontWeight:this.component_dbFontWeight}},"component_dbFont"),external_component_dbFont:m(function(){return{fontFamily:this.external_component_dbFontFamily,fontSize:this.external_component_dbFontSize,fontWeight:this.external_component_dbFontWeight}},"external_component_dbFont"),component_queueFont:m(function(){return{fontFamily:this.component_queueFontFamily,fontSize:this.component_queueFontSize,fontWeight:this.component_queueFontWeight}},"component_queueFont"),external_component_queueFont:m(function(){return{fontFamily:this.external_component_queueFontFamily,fontSize:this.external_component_queueFontSize,fontWeight:this.external_component_queueFontWeight}},"external_component_queueFont"),boundaryFont:m(function(){return{fontFamily:this.boundaryFontFamily,fontSize:this.boundaryFontSize,fontWeight:this.boundaryFontWeight}},"boundaryFont"),messageFont:m(function(){return{fontFamily:this.messageFontFamily,fontSize:this.messageFontSize,fontWeight:this.messageFontWeight}},"messageFont")},pie:{...H.pie,useWidth:984},xyChart:{...H.xyChart,useWidth:void 0},requirement:{...H.requirement,useWidth:void 0},packet:{...H.packet}},G=m((t,e="")=>Object.keys(t).reduce((r,i)=>Array.isArray(t[i])?r:"object"==typeof t[i]&&null!==t[i]?[...r,e+i,...G(t[i],"")]:[...r,e+i],[]),"keyify"),X=new Set(G(V,"")),Q=V,K=m(t=>{if(C.debug("sanitizeDirective called with",t),"object"==typeof t&&null!=t){if(Array.isArray(t)){t.forEach(t=>K(t));return}for(let e of Object.keys(t)){if(C.debug("Checking key",e),e.startsWith("__")||e.includes("proto")||e.includes("constr")||!X.has(e)||null==t[e]){C.debug("sanitize deleting key: ",e),delete t[e];continue}if("object"==typeof t[e]){C.debug("sanitizing object",e),K(t[e]);continue}for(let r of["themeCSS","fontFamily","altFontFamily"])e.includes(r)&&(C.debug("sanitizing css option",e),t[e]=J(t[e]))}if(t.themeVariables)for(let e of Object.keys(t.themeVariables)){let r=t.themeVariables[e];r?.match&&!r.match(/^[\d "#%(),.;A-Za-z]+$/)&&(t.themeVariables[e]="")}C.debug("After sanitization",t)}},"sanitizeDirective"),J=m(t=>{let e=0,r=0;for(let i of t){if(e<r)return"{ /* ERROR: Unbalanced CSS */ }";"{"===i?e++:"}"===i&&r++}return e!==r?"{ /* ERROR: Unbalanced CSS */ }":t},"sanitizeCss"),tt=Object.freeze(Q),te=E({},tt),tr=[],ti=E({},tt),tn=m((t,e)=>{let r=E({},t),i={};for(let t of e)tu(t),i=E(i,t);if(r=E(r,i),i.theme&&i.theme in U){let t=E({},n),e=E(t.themeVariables||{},i.themeVariables);r.theme&&r.theme in U&&(r.themeVariables=U[r.theme].getThemeVariables(e))}return tm(ti=r),ti},"updateCurrentConfig"),to=m(t=>(te=E({},tt),te=E(te,t),t.theme&&U[t.theme]&&(te.themeVariables=U[t.theme].getThemeVariables(t.themeVariables)),tn(te,tr),te),"setSiteConfig"),ta=m(t=>{n=E({},t)},"saveConfigFromInitialize"),ts=m(t=>(te=E(te,t),tn(te,tr),te),"updateSiteConfig"),tl=m(()=>E({},te),"getSiteConfig"),th=m(t=>(tm(t),E(ti,t),tc()),"setConfig"),tc=m(()=>E({},ti),"getConfig"),tu=m(t=>{if(!!t)["secure",...te.secure??[]].forEach(e=>{Object.hasOwn(t,e)&&(C.debug(`Denied attempt to modify a secure key ${e}`,t[e]),delete t[e])}),Object.keys(t).forEach(e=>{e.startsWith("__")&&delete t[e]}),Object.keys(t).forEach(e=>{"string"==typeof t[e]&&(t[e].includes("<")||t[e].includes(">")||t[e].includes("url(data:"))&&delete t[e],"object"==typeof t[e]&&tu(t[e])})},"sanitize"),td=m(t=>{K(t),t.fontFamily&&!t.themeVariables?.fontFamily&&(t.themeVariables={...t.themeVariables,fontFamily:t.fontFamily}),tr.push(t),tn(te,tr)},"addDirective"),tf=m((t=te)=>{tn(t,tr=[])},"reset"),tp={LAZY_LOAD_DEPRECATED:"The configuration options lazyLoadedDiagrams and loadExternalDiagramsAtStartup are deprecated. Please use registerExternalDiagrams instead."},tg={},ty=m(t=>{if(!tg[t])C.warn(tp[t]),tg[t]=!0},"issueWarning"),tm=m(t=>{if(!!t)(t.lazyLoadedDiagrams||t.loadExternalDiagramsAtStartup)&&ty("LAZY_LOAD_DEPRECATED")},"checkConfig"),tx=/<br\s*\/?>/gi,tb=m(t=>t?tL(t).replace(/\\n/g,"#br#").split("#br#"):[""],"getRows");var tC=(i=!1,()=>{!i&&(tk(),i=!0)});function tk(){let t="data-temp-href-target";g.addHook("beforeSanitizeAttributes",e=>{"A"===e.tagName&&e.hasAttribute("target")&&e.setAttribute(t,e.getAttribute("target")??"")}),g.addHook("afterSanitizeAttributes",e=>{"A"===e.tagName&&e.hasAttribute(t)&&(e.setAttribute("target",e.getAttribute(t)??""),e.removeAttribute(t),"_blank"===e.getAttribute("target")&&e.setAttribute("rel","noopener"))})}m(tk,"setupDompurifyHooks");var t_=m(t=>(tC(),g.sanitize(t)),"removeScript"),tw=m((t,e)=>{if(e.flowchart?.htmlLabels!==!1){let r=e.securityLevel;"antiscript"===r||"strict"===r?t=t_(t):"loose"!==r&&(t=tB(t=(t=(t=tL(t)).replace(/</g,"&lt;").replace(/>/g,"&gt;")).replace(/=/g,"&equals;")))}return t},"sanitizeMore"),tv=m((t,e)=>t?t=e.dompurifyConfig?g.sanitize(tw(t,e),e.dompurifyConfig).toString():g.sanitize(tw(t,e),{FORBID_TAGS:["style"]}).toString():t,"sanitizeText"),tT=m((t,e)=>"string"==typeof t?tv(t,e):t.flat().map(t=>tv(t,e)),"sanitizeTextOrArray"),tS=m(t=>tx.test(t),"hasBreaks"),tM=m(t=>t.split(tx),"splitBreaks"),tB=m(t=>t.replace(/#br#/g,"<br/>"),"placeholderToBreak"),tL=m(t=>t.replace(tx,"#br#"),"breakToPlaceholder"),tF=m(t=>{let e="";return t&&(e=(e=(e=window.location.protocol+"//"+window.location.host+window.location.pathname+window.location.search).replaceAll(/\(/g,"\\(")).replaceAll(/\)/g,"\\)")),e},"getUrl"),tA=m(t=>!(!1===t||["false","null","0"].includes(String(t).trim().toLowerCase())),"evaluate"),tW=m(function(...t){return Math.max(...t.filter(t=>!isNaN(t)))},"getMax"),tE=m(function(...t){return Math.min(...t.filter(t=>!isNaN(t)))},"getMin"),t$=m(function(t){let e=t.split(/(,)/),r=[];for(let t=0;t<e.length;t++){let i=e[t];if(","===i&&t>0&&t+1<e.length){let n=e[t-1],o=e[t+1];tI(n,o)&&(i=n+","+o,t++,r.pop())}r.push(tD(i))}return r.join("")},"parseGenericTypes"),tO=m((t,e)=>Math.max(0,t.split(e).length-1),"countOccurrence"),tI=m((t,e)=>{let r=tO(t,"~"),i=tO(e,"~");return 1===r&&1===i},"shouldCombineSets"),tD=m(t=>{let e=tO(t,"~"),r=!1;if(e<=1)return t;e%2!=0&&t.startsWith("~")&&(t=t.substring(1),r=!0);let i=[...t],n=i.indexOf("~"),o=i.lastIndexOf("~");for(;-1!==n&&-1!==o&&n!==o;)i[n]="<",i[o]=">",n=i.indexOf("~"),o=i.lastIndexOf("~");return r&&i.unshift("~"),i.join("")},"processSet"),tZ=m(()=>void 0!==window.MathMLElement,"isMathMLSupported"),tq=/\$\$(.*)\$\$/g,tz=m(t=>(t.match(tq)?.length??0)>0,"hasKatex"),tN=m(async(t,e)=>{t=await tP(t,e);let r=document.createElement("div");r.innerHTML=t,r.id="katex-temp",r.style.visibility="hidden",r.style.position="absolute",r.style.top="0";let i=document.querySelector("body");i?.insertAdjacentElement("beforeend",r);let n={width:r.clientWidth,height:r.clientHeight};return r.remove(),n},"calculateMathMLDimensions"),tP=m(async(t,e)=>{if(!tz(t))return t;if(!(tZ()||e.legacyMathML||e.forceLegacyMathML))return t.replace(tq,"MathML is unsupported in this environment.");let{default:i}=await r.e("95124").then(r.bind(r,97797)),n=e.forceLegacyMathML||!tZ()&&e.legacyMathML?"htmlAndMathml":"mathml";return t.split(tx).map(t=>tz(t)?`<div style="display: flex; align-items: center; justify-content: center; white-space: nowrap;">${t}</div>`:`<div>${t}</div>`).join("").replace(tq,(t,e)=>i.renderToString(e,{throwOnError:!0,displayMode:!0,output:n}).replace(/\n/g," ").replace(/<annotation.*<\/annotation>/g,""))},"renderKatex"),tR={getRows:tb,sanitizeText:tv,sanitizeTextOrArray:tT,hasBreaks:tS,splitBreaks:tM,lineBreakRegex:tx,removeScript:t_,getUrl:tF,evaluate:tA,getMax:tW,getMin:tE},tj=m(function(t,e){for(let r of e)t.attr(r[0],r[1])},"d3Attrs"),tY=m(function(t,e,r){let i=new Map;return r?(i.set("width","100%"),i.set("style",`max-width: ${e}px;`)):(i.set("height",t),i.set("width",e)),i},"calculateSvgSizeAttrs"),tU=m(function(t,e,r,i){tj(t,tY(e,r,i))},"configureSvgSize"),tH=m(function(t,e,r,i){let n=e.node().getBBox(),o=n.width,a=n.height;C.info(`SVG bounds: ${o}x${a}`,n);let s=0,l=0;C.info(`Graph bounds: ${s}x${l}`,t),s=o+2*r,l=a+2*r,C.info(`Calculated bounds: ${s}x${l}`),tU(e,l,s,i);let h=`${n.x-r} ${n.y-r} ${n.width+2*r} ${n.height+2*r}`;e.attr("viewBox",h)},"setupGraphViewbox"),tV={},tG=m((t,e,r)=>{let i="";return t in tV&&tV[t]?i=tV[t](r):C.warn(`No theme found for ${t}`),` & {
font-family: ${r.fontFamily};
font-size: ${r.fontSize};
fill: ${r.textColor}
}
/* Classes common for multiple diagrams */
& .error-icon {
fill: ${r.errorBkgColor};
}
& .error-text {
fill: ${r.errorTextColor};
stroke: ${r.errorTextColor};
}
& .edge-thickness-normal {
stroke-width: 1px;
}
& .edge-thickness-thick {
stroke-width: 3.5px
}
& .edge-pattern-solid {
stroke-dasharray: 0;
}
& .edge-thickness-invisible {
stroke-width: 0;
fill: none;
}
& .edge-pattern-dashed{
stroke-dasharray: 3;
}
.edge-pattern-dotted {
stroke-dasharray: 2;
}
& .marker {
fill: ${r.lineColor};
stroke: ${r.lineColor};
}
& .marker.cross {
stroke: ${r.lineColor};
}
& svg {
font-family: ${r.fontFamily};
font-size: ${r.fontSize};
}
& p {
margin: 0
}
${i}
${e}
`},"getStyles"),tX=m((t,e)=>{void 0!==e&&(tV[t]=e)},"addStylesForDiagram"),tQ=tG,tK={};x(tK,{clear:()=>t3,getAccDescription:()=>t9,getAccTitle:()=>t6,getDiagramTitle:()=>t7,setAccDescription:()=>t4,setAccTitle:()=>t5,setDiagramTitle:()=>t8});var tJ="",t0="",t1="",t2=m(t=>tv(t,tc()),"sanitizeText"),t3=m(()=>{tJ="",t1="",t0=""},"clear"),t5=m(t=>{tJ=t2(t).replace(/^\s+/g,"")},"setAccTitle"),t6=m(()=>tJ,"getAccTitle"),t4=m(t=>{t1=t2(t).replace(/\n\s+/g,"\n")},"setAccDescription"),t9=m(()=>t1,"getAccDescription"),t8=m(t=>{t0=t2(t)},"setDiagramTitle"),t7=m(()=>t0,"getDiagramTitle"),et=tc,ee=th,er=tt,ei=m(t=>tv(t,et()),"sanitizeText"),en=tH,eo=m(()=>tK,"getCommonDb"),ea={},es=m((t,e,r)=>{ea[t]&&C.warn(`Diagram with id ${t} already registered. Overwriting.`),ea[t]=e,r&&F(t,r),tX(t,e.styles),e.injectUtils?.(C,k,et,ei,en,eo(),()=>{})},"registerDiagram"),el=m(t=>{if(t in ea)return ea[t];throw new eh(t)},"getDiagram"),eh=class extends Error{static{m(this,"DiagramNotFoundError")}constructor(t){super(`Diagram ${t} not found.`)}}},96418:function(t,e,r){"use strict";r.d(e,{i:function(){return i}});var i="11.2.1"},11779:function(t,e,r){"use strict";r.d(e,{Yn:()=>eE,jr:()=>tX,us:()=>tb,QP:()=>tD,I_:()=>tB,Lf:()=>eW,ZH:()=>tC,gU:()=>tS,eT:()=>e$,C1:()=>tG,DQ:()=>tV,Jj:()=>tF,aH:()=>eO});var i=r("25653"),n=r("19039"),o=r("84890"),a=r("28923"),s=r("11141");function l(t,e,r){if(t&&t.length){let[i,n]=e,o=Math.PI/180*r,a=Math.cos(o),s=Math.sin(o);for(let e of t){let[t,r]=e;e[0]=(t-i)*a-(r-n)*s+i,e[1]=(t-i)*s+(r-n)*a+n}}}function h(t,e){var r;let i=e.hachureAngle+90,n=e.hachureGap;n<0&&(n=4*e.strokeWidth),n=Math.round(Math.max(n,.1));let o=1;return e.roughness>=1&&((null===(r=e.randomizer)||void 0===r?void 0:r.next())||Math.random())>.7&&(o=n),function(t,e,r,i=1){let n=Math.max(e,.1),o=t[0]&&t[0][0]&&"number"==typeof t[0][0]?[t]:t,a=[0,0];if(r)for(let t of o)l(t,a,r);let s=function(t,e,r){let i=[];for(let e of t){var n,o;let t=[...e];n=t[0],o=t[t.length-1],n[0]===o[0]&&n[1]===o[1]||t.push([t[0][0],t[0][1]]),t.length>2&&i.push(t)}let a=[];e=Math.max(e,.1);let s=[];for(let t of i)for(let e=0;e<t.length-1;e++){let r=t[e],i=t[e+1];if(r[1]!==i[1]){let t=Math.min(r[1],i[1]);s.push({ymin:t,ymax:Math.max(r[1],i[1]),x:t===r[1]?r[0]:i[0],islope:(i[0]-r[0])/(i[1]-r[1])})}}if(s.sort((t,e)=>t.ymin<e.ymin?-1:t.ymin>e.ymin?1:t.x<e.x?-1:t.x>e.x?1:t.ymax===e.ymax?0:(t.ymax-e.ymax)/Math.abs(t.ymax-e.ymax)),!s.length)return a;let l=[],h=s[0].ymin,c=0;for(;l.length||s.length;){if(s.length){let t=-1;for(let e=0;e<s.length&&!(s[e].ymin>h);e++)t=e;s.splice(0,t+1).forEach(t=>{l.push({s:h,edge:t})})}if((l=l.filter(t=>!(t.edge.ymax<=h))).sort((t,e)=>t.edge.x===e.edge.x?0:(t.edge.x-e.edge.x)/Math.abs(t.edge.x-e.edge.x)),(1!==r||c%e==0)&&l.length>1)for(let t=0;t<l.length;t+=2){let e=t+1;if(e>=l.length)break;let r=l[t].edge,i=l[e].edge;a.push([[Math.round(r.x),h],[Math.round(i.x),h]])}h+=r,l.forEach(t=>{t.edge.x=t.edge.x+r*t.edge.islope}),c++}return a}(o,n,i);if(r){for(let t of o)l(t,a,-r);!function(t,e,r){let i=[];t.forEach(t=>i.push(...t)),l(i,e,r)}(s,a,-r)}return s}(t,n,i,o||1)}class c{constructor(t){this.helper=t}fillPolygons(t,e){return this._fillPolygons(t,e)}_fillPolygons(t,e){let r=h(t,e);return{type:"fillSketch",ops:this.renderLines(r,e)}}renderLines(t,e){let r=[];for(let i of t)r.push(...this.helper.doubleLineOps(i[0][0],i[0][1],i[1][0],i[1][1],e));return r}}function u(t){let e=t[0],r=t[1];return Math.sqrt(Math.pow(e[0]-r[0],2)+Math.pow(e[1]-r[1],2))}class d extends c{fillPolygons(t,e){let r=e.hachureGap;r<0&&(r=4*e.strokeWidth);let i=h(t,Object.assign({},e,{hachureGap:r=Math.max(r,.1)})),n=Math.PI/180*e.hachureAngle,o=[],a=.5*r*Math.cos(n),s=.5*r*Math.sin(n);for(let[t,e]of i)u([t,e])&&o.push([[t[0]-a,t[1]+s],[...e]],[[t[0]+a,t[1]-s],[...e]]);return{type:"fillSketch",ops:this.renderLines(o,e)}}}class f extends c{fillPolygons(t,e){let r=this._fillPolygons(t,e),i=Object.assign({},e,{hachureAngle:e.hachureAngle+90}),n=this._fillPolygons(t,i);return r.ops=r.ops.concat(n.ops),r}}class p{constructor(t){this.helper=t}fillPolygons(t,e){let r=h(t,e=Object.assign({},e,{hachureAngle:0}));return this.dotsOnLines(r,e)}dotsOnLines(t,e){let r=[],i=e.hachureGap;i<0&&(i=4*e.strokeWidth),i=Math.max(i,.1);let n=e.fillWeight;n<0&&(n=e.strokeWidth/2);let o=i/4;for(let a of t){let t=u(a),s=Math.ceil(t/i)-1,l=t-s*i,h=(a[0][0]+a[1][0])/2-i/4,c=Math.min(a[0][1],a[1][1]);for(let t=0;t<s;t++){let a=h-o+2*Math.random()*o,s=c+l+t*i-o+2*Math.random()*o,u=this.helper.ellipse(a,s,n,n,e);r.push(...u.ops)}}return{type:"fillSketch",ops:r}}}class g{constructor(t){this.helper=t}fillPolygons(t,e){let r=h(t,e);return{type:"fillSketch",ops:this.dashedLine(r,e)}}dashedLine(t,e){let r=e.dashOffset<0?e.hachureGap<0?4*e.strokeWidth:e.hachureGap:e.dashOffset,i=e.dashGap<0?e.hachureGap<0?4*e.strokeWidth:e.hachureGap:e.dashGap,n=[];return t.forEach(t=>{let o=u(t),a=Math.floor(o/(r+i)),s=(o+i-a*(r+i))/2,l=t[0],h=t[1];l[0]>h[0]&&(l=t[1],h=t[0]);let c=Math.atan((h[1]-l[1])/(h[0]-l[0]));for(let t=0;t<a;t++){let o=t*(r+i),a=o+r,h=[l[0]+o*Math.cos(c)+s*Math.cos(c),l[1]+o*Math.sin(c)+s*Math.sin(c)],u=[l[0]+a*Math.cos(c)+s*Math.cos(c),l[1]+a*Math.sin(c)+s*Math.sin(c)];n.push(...this.helper.doubleLineOps(h[0],h[1],u[0],u[1],e))}}),n}}class y{constructor(t){this.helper=t}fillPolygons(t,e){let r=e.hachureGap<0?4*e.strokeWidth:e.hachureGap,i=e.zigzagOffset<0?r:e.zigzagOffset,n=h(t,e=Object.assign({},e,{hachureGap:r+i}));return{type:"fillSketch",ops:this.zigzagLines(n,i,e)}}zigzagLines(t,e,r){let i=[];return t.forEach(t=>{let n=Math.round(u(t)/(2*e)),o=t[0],a=t[1];o[0]>a[0]&&(o=t[1],a=t[0]);let s=Math.atan((a[1]-o[1])/(a[0]-o[0]));for(let t=0;t<n;t++){let n=2*t*e,a=2*(t+1)*e,l=Math.sqrt(2*Math.pow(e,2)),h=[o[0]+n*Math.cos(s),o[1]+n*Math.sin(s)],c=[o[0]+a*Math.cos(s),o[1]+a*Math.sin(s)],u=[h[0]+l*Math.cos(s+Math.PI/4),h[1]+l*Math.sin(s+Math.PI/4)];i.push(...this.helper.doubleLineOps(h[0],h[1],u[0],u[1],r),...this.helper.doubleLineOps(u[0],u[1],c[0],c[1],r))}}),i}}let m={};class x{constructor(t){this.seed=t}next(){return this.seed?(0x80000000-1&(this.seed=Math.imul(48271,this.seed)))/0x80000000:Math.random()}}let b={A:7,a:7,C:6,c:6,H:1,h:1,L:2,l:2,M:2,m:2,Q:4,q:4,S:4,s:4,T:2,t:2,V:1,v:1,Z:0,z:0};function C(t,e){return t.type===e}function k(t){let e=[],r=function(t){let e=[];for(;""!==t;)if(t.match(/^([ \t\r\n,]+)/))t=t.substr(RegExp.$1.length);else if(t.match(/^([aAcChHlLmMqQsStTvVzZ])/))e[e.length]={type:0,text:RegExp.$1},t=t.substr(RegExp.$1.length);else{if(!t.match(/^(([-+]?[0-9]+(\.[0-9]*)?|[-+]?\.[0-9]+)([eE][-+]?[0-9]+)?)/))return[];e[e.length]={type:1,text:`${parseFloat(RegExp.$1)}`},t=t.substr(RegExp.$1.length)}return e[e.length]={type:2,text:""},e}(t),i="BOD",n=0,o=r[0];for(;2!==o.type;){let a=0,s=[];if("BOD"===i){if("M"!==o.text&&"m"!==o.text)return k("M0,0"+t);n++,a=b[o.text],i=o.text}else 1===o.type?a=b[i]:(n++,a=b[o.text],i=o.text);if(!(n+a<r.length))throw Error("Path data ended short");for(let t=n;t<n+a;t++){let e=r[t];if(1!==e.type)throw Error("Param not a number: "+i+","+e.text);s[s.length]=+e.text}if("number"!=typeof b[i])throw Error("Bad segment: "+i);{let t={key:i,data:s};e.push(t),n+=a,o=r[n],"M"===i&&(i="L"),"m"===i&&(i="l")}}return e}function _(t){let e=0,r=0,i=0,n=0,o=[];for(let{key:a,data:s}of t)switch(a){case"M":o.push({key:"M",data:[...s]}),[e,r]=s,[i,n]=s;break;case"m":e+=s[0],r+=s[1],o.push({key:"M",data:[e,r]}),i=e,n=r;break;case"L":o.push({key:"L",data:[...s]}),[e,r]=s;break;case"l":e+=s[0],r+=s[1],o.push({key:"L",data:[e,r]});break;case"C":o.push({key:"C",data:[...s]}),e=s[4],r=s[5];break;case"c":{let t=s.map((t,i)=>i%2?t+r:t+e);o.push({key:"C",data:t}),e=t[4],r=t[5];break}case"Q":o.push({key:"Q",data:[...s]}),e=s[2],r=s[3];break;case"q":{let t=s.map((t,i)=>i%2?t+r:t+e);o.push({key:"Q",data:t}),e=t[2],r=t[3];break}case"A":o.push({key:"A",data:[...s]}),e=s[5],r=s[6];break;case"a":e+=s[5],r+=s[6],o.push({key:"A",data:[s[0],s[1],s[2],s[3],s[4],e,r]});break;case"H":o.push({key:"H",data:[...s]}),e=s[0];break;case"h":e+=s[0],o.push({key:"H",data:[e]});break;case"V":o.push({key:"V",data:[...s]}),r=s[0];break;case"v":r+=s[0],o.push({key:"V",data:[r]});break;case"S":o.push({key:"S",data:[...s]}),e=s[2],r=s[3];break;case"s":{let t=s.map((t,i)=>i%2?t+r:t+e);o.push({key:"S",data:t}),e=t[2],r=t[3];break}case"T":o.push({key:"T",data:[...s]}),e=s[0],r=s[1];break;case"t":e+=s[0],r+=s[1],o.push({key:"T",data:[e,r]});break;case"Z":case"z":o.push({key:"Z",data:[]}),e=i,r=n}return o}function w(t){let e=[],r="",i=0,n=0,o=0,a=0,s=0,l=0;for(let{key:h,data:c}of t){switch(h){case"M":e.push({key:"M",data:[...c]}),[i,n]=c,[o,a]=c;break;case"C":e.push({key:"C",data:[...c]}),i=c[4],n=c[5],s=c[2],l=c[3];break;case"L":e.push({key:"L",data:[...c]}),[i,n]=c;break;case"H":i=c[0],e.push({key:"L",data:[i,n]});break;case"V":n=c[0],e.push({key:"L",data:[i,n]});break;case"S":{let t=0,o=0;"C"===r||"S"===r?(t=i+(i-s),o=n+(n-l)):(t=i,o=n),e.push({key:"C",data:[t,o,...c]}),s=c[0],l=c[1],i=c[2],n=c[3];break}case"T":{let[t,o]=c,a=0,h=0;"Q"===r||"T"===r?(a=i+(i-s),h=n+(n-l)):(a=i,h=n);let u=i+2*(a-i)/3,d=n+2*(h-n)/3,f=t+2*(a-t)/3,p=o+2*(h-o)/3;e.push({key:"C",data:[u,d,f,p,t,o]}),s=a,l=h,i=t,n=o;break}case"Q":{let[t,r,o,a]=c,h=i+2*(t-i)/3,u=n+2*(r-n)/3,d=o+2*(t-o)/3,f=a+2*(r-a)/3;e.push({key:"C",data:[h,u,d,f,o,a]}),s=t,l=r,i=o,n=a;break}case"A":{let t=Math.abs(c[0]),r=Math.abs(c[1]),o=c[2],a=c[3],s=c[4],l=c[5],h=c[6];0===t||0===r?(e.push({key:"C",data:[i,n,l,h,l,h]}),i=l,n=h):(i!==l||n!==h)&&((function t(e,r,i,n,o,a,s,l,h,c){let u=Math.PI*s/180,d=[],f=0,p=0,g=0,y=0;if(c)[f,p,g,y]=c;else{[e,r]=v(e,r,-u),[i,n]=v(i,n,-u);let t=(e-i)/2,s=(r-n)/2,c=t*t/(o*o)+s*s/(a*a);c>1&&(o*=c=Math.sqrt(c),a*=c);let d=o*o,m=a*a,x=(l===h?-1:1)*Math.sqrt(Math.abs((d*m-d*s*s-m*t*t)/(d*s*s+m*t*t)));g=x*o*s/a+(e+i)/2,y=-(x*a)*t/o+(r+n)/2,f=Math.asin(parseFloat(((r-y)/a).toFixed(9))),p=Math.asin(parseFloat(((n-y)/a).toFixed(9))),e<g&&(f=Math.PI-f),i<g&&(p=Math.PI-p),f<0&&(f=2*Math.PI+f),p<0&&(p=2*Math.PI+p),h&&f>p&&(f-=2*Math.PI),!h&&p>f&&(p-=2*Math.PI)}let m=p-f;if(Math.abs(m)>120*Math.PI/180){let e=p,r=i,l=n;d=t(i=g+o*Math.cos(p=h&&p>f?f+120*Math.PI/180*1:f+-(120*Math.PI/180*1)),n=y+a*Math.sin(p),r,l,o,a,s,0,h,[p,e,g,y])}m=p-f;let x=Math.cos(f),b=Math.cos(p),C=Math.tan(m/4),k=4/3*o*C,_=4/3*a*C,w=[e,r],T=[e+k*Math.sin(f),r-_*x],S=[i+k*Math.sin(p),n-_*b],M=[i,n];if(T[0]=2*w[0]-T[0],T[1]=2*w[1]-T[1],c)return[T,S,M].concat(d);{d=[T,S,M].concat(d);let t=[];for(let e=0;e<d.length;e+=3){let r=v(d[e][0],d[e][1],u),i=v(d[e+1][0],d[e+1][1],u),n=v(d[e+2][0],d[e+2][1],u);t.push([r[0],r[1],i[0],i[1],n[0],n[1]])}return t}})(i,n,l,h,t,r,o,a,s).forEach(function(t){e.push({key:"C",data:t})}),i=l,n=h);break}case"Z":e.push({key:"Z",data:[]}),i=o,n=a}r=h}return e}function v(t,e,r){return[t*Math.cos(r)-e*Math.sin(r),t*Math.sin(r)+e*Math.cos(r)]}let T={randOffset:function(t,e){return Z(t,e)},randOffsetWithRange:function(t,e,r){return D(t,e,r)},ellipse:function(t,e,r,i,n){let o=L(r,i,n);return F(t,e,n,o).opset},doubleLineOps:function(t,e,r,i,n){return q(t,e,r,i,n,!0)}};function S(t,e,r,i,n){return{type:"path",ops:q(t,e,r,i,n)}}function M(t,e,r){let i=(t||[]).length;if(i>2){let n=[];for(let e=0;e<i-1;e++)n.push(...q(t[e][0],t[e][1],t[e+1][0],t[e+1][1],r));return e&&n.push(...q(t[i-1][0],t[i-1][1],t[0][0],t[0][1],r)),{type:"path",ops:n}}return 2===i?S(t[0][0],t[0][1],t[1][0],t[1][1],r):{type:"path",ops:[]}}function B(t,e){if(t.length){let r="number"==typeof t[0][0]?[t]:t,i=N(r[0],1*(1+.2*e.roughness),e),n=e.disableMultiStroke?[]:N(r[0],1.5*(1+.22*e.roughness),O(e));for(let t=1;t<r.length;t++){let o=r[t];if(o.length){let t=N(o,1*(1+.2*e.roughness),e),r=e.disableMultiStroke?[]:N(o,1.5*(1+.22*e.roughness),O(e));for(let e of t)"move"!==e.op&&i.push(e);for(let t of r)"move"!==t.op&&n.push(t)}}return{type:"path",ops:i.concat(n)}}return{type:"path",ops:[]}}function L(t,e,r){let i=Math.sqrt(2*Math.PI*Math.sqrt((Math.pow(t/2,2)+Math.pow(e/2,2))/2)),n=2*Math.PI/Math.ceil(Math.max(r.curveStepCount,r.curveStepCount/Math.sqrt(200)*i)),o=Math.abs(t/2),a=Math.abs(e/2),s=1-r.curveFitting;return o+=Z(o*s,r),a+=Z(a*s,r),{increment:n,rx:o,ry:a}}function F(t,e,r,i){let[n,o]=R(i.increment,t,e,i.rx,i.ry,1,i.increment*D(.1,D(.4,1,r),r),r),a=P(n,null,r);if(!r.disableMultiStroke&&0!==r.roughness){let[n]=R(i.increment,t,e,i.rx,i.ry,1.5,0,r),o=P(n,null,r);a=a.concat(o)}return{estimatedPoints:o,opset:{type:"path",ops:a}}}function A(t,e,r,i,n,o,a,s,l){let h=Math.abs(r/2),c=Math.abs(i/2);h+=Z(.01*h,l),c+=Z(.01*c,l);let u=n,d=o;for(;u<0;)u+=2*Math.PI,d+=2*Math.PI;d-u>2*Math.PI&&(u=0,d=2*Math.PI);let f=Math.min(2*Math.PI/l.curveStepCount/2,(d-u)/2),p=j(f,t,e,h,c,u,d,1,l);if(!l.disableMultiStroke){let r=j(f,t,e,h,c,u,d,1.5,l);p.push(...r)}return a&&(s?p.push(...q(t,e,t+h*Math.cos(u),e+c*Math.sin(u),l),...q(t,e,t+h*Math.cos(d),e+c*Math.sin(d),l)):p.push({op:"lineTo",data:[t,e]},{op:"lineTo",data:[t+h*Math.cos(u),e+c*Math.sin(u)]})),{type:"path",ops:p}}function W(t,e){let r=w(_(k(t))),i=[],n=[0,0],o=[0,0];for(let{key:t,data:a}of r)switch(t){case"M":o=[a[0],a[1]],n=[a[0],a[1]];break;case"L":i.push(...q(o[0],o[1],a[0],a[1],e)),o=[a[0],a[1]];break;case"C":{let[t,r,n,s,l,h]=a;i.push(...function(t,e,r,i,n,o,a,s){let l=[],h=[s.maxRandomnessOffset||1,(s.maxRandomnessOffset||1)+.3],c=[0,0],u=s.disableMultiStroke?1:2,d=s.preserveVertices;for(let f=0;f<u;f++)0===f?l.push({op:"move",data:[a[0],a[1]]}):l.push({op:"move",data:[a[0]+(d?0:Z(h[0],s)),a[1]+(d?0:Z(h[0],s))]}),c=d?[n,o]:[n+Z(h[f],s),o+Z(h[f],s)],l.push({op:"bcurveTo",data:[t+Z(h[f],s),e+Z(h[f],s),r+Z(h[f],s),i+Z(h[f],s),c[0],c[1]]});return l}(t,r,n,s,l,h,o,e)),o=[l,h];break}case"Z":i.push(...q(o[0],o[1],n[0],n[1],e)),o=[n[0],n[1]]}return{type:"path",ops:i}}function E(t,e){let r=[];for(let i of t)if(i.length){let t=e.maxRandomnessOffset||0,n=i.length;if(n>2){r.push({op:"move",data:[i[0][0]+Z(t,e),i[0][1]+Z(t,e)]});for(let o=1;o<n;o++)r.push({op:"lineTo",data:[i[o][0]+Z(t,e),i[o][1]+Z(t,e)]})}}return{type:"fillPath",ops:r}}function $(t,e){return(function(t,e){let r=t.fillStyle||"hachure";if(!m[r])switch(r){case"zigzag":m[r]||(m[r]=new d(e));break;case"cross-hatch":m[r]||(m[r]=new f(e));break;case"dots":m[r]||(m[r]=new p(e));break;case"dashed":m[r]||(m[r]=new g(e));break;case"zigzag-line":m[r]||(m[r]=new y(e));break;default:m[r="hachure"]||(m[r]=new c(e))}return m[r]})(e,T).fillPolygons(t,e)}function O(t){let e=Object.assign({},t);return e.randomizer=void 0,t.seed&&(e.seed=t.seed+1),e}function I(t){return t.randomizer||(t.randomizer=new x(t.seed||0)),t.randomizer.next()}function D(t,e,r,i=1){return r.roughness*i*(I(r)*(e-t)+t)}function Z(t,e,r=1){return D(-t,t,e,r)}function q(t,e,r,i,n,o=!1){let a=o?n.disableMultiStrokeFill:n.disableMultiStroke,s=z(t,e,r,i,n,!0,!1);if(a)return s;let l=z(t,e,r,i,n,!0,!0);return s.concat(l)}function z(t,e,r,i,n,o,a){let s=Math.pow(t-r,2)+Math.pow(e-i,2),l=Math.sqrt(s),h=1;h=l<200?1:l>500?.4:-.0016668*l+1.233334;let c=n.maxRandomnessOffset||0;c*c*100>s&&(c=l/10);let u=c/2,d=.2+.2*I(n),f=n.bowing*n.maxRandomnessOffset*(i-e)/200,p=n.bowing*n.maxRandomnessOffset*(t-r)/200;f=Z(f,n,h),p=Z(p,n,h);let g=[],y=()=>Z(u,n,h),m=()=>Z(c,n,h),x=n.preserveVertices;return o&&(a?g.push({op:"move",data:[t+(x?0:y()),e+(x?0:y())]}):g.push({op:"move",data:[t+(x?0:Z(c,n,h)),e+(x?0:Z(c,n,h))]})),a?g.push({op:"bcurveTo",data:[f+t+(r-t)*d+y(),p+e+(i-e)*d+y(),f+t+2*(r-t)*d+y(),p+e+2*(i-e)*d+y(),r+(x?0:y()),i+(x?0:y())]}):g.push({op:"bcurveTo",data:[f+t+(r-t)*d+m(),p+e+(i-e)*d+m(),f+t+2*(r-t)*d+m(),p+e+2*(i-e)*d+m(),r+(x?0:m()),i+(x?0:m())]}),g}function N(t,e,r){if(!t.length)return[];let i=[];i.push([t[0][0]+Z(e,r),t[0][1]+Z(e,r)]),i.push([t[0][0]+Z(e,r),t[0][1]+Z(e,r)]);for(let n=1;n<t.length;n++)i.push([t[n][0]+Z(e,r),t[n][1]+Z(e,r)]),n===t.length-1&&i.push([t[n][0]+Z(e,r),t[n][1]+Z(e,r)]);return P(i,null,r)}function P(t,e,r){let i=t.length,n=[];if(i>3){let o=[],a=1-r.curveTightness;n.push({op:"move",data:[t[1][0],t[1][1]]});for(let e=1;e+2<i;e++){let r=t[e];o[0]=[r[0],r[1]],o[1]=[r[0]+(a*t[e+1][0]-a*t[e-1][0])/6,r[1]+(a*t[e+1][1]-a*t[e-1][1])/6],o[2]=[t[e+1][0]+(a*t[e][0]-a*t[e+2][0])/6,t[e+1][1]+(a*t[e][1]-a*t[e+2][1])/6],o[3]=[t[e+1][0],t[e+1][1]],n.push({op:"bcurveTo",data:[o[1][0],o[1][1],o[2][0],o[2][1],o[3][0],o[3][1]]})}if(e&&2===e.length){let t=r.maxRandomnessOffset;n.push({op:"lineTo",data:[e[0]+Z(t,r),e[1]+Z(t,r)]})}}else 3===i?(n.push({op:"move",data:[t[1][0],t[1][1]]}),n.push({op:"bcurveTo",data:[t[1][0],t[1][1],t[2][0],t[2][1],t[2][0],t[2][1]]})):2===i&&n.push(...z(t[0][0],t[0][1],t[1][0],t[1][1],r,!0,!0));return n}function R(t,e,r,i,n,o,a,s){let l=[],h=[];if(0===s.roughness){t/=4,h.push([e+i*Math.cos(-t),r+n*Math.sin(-t)]);for(let o=0;o<=2*Math.PI;o+=t){let t=[e+i*Math.cos(o),r+n*Math.sin(o)];l.push(t),h.push(t)}h.push([e+1*i,r+0*n]),h.push([e+i*Math.cos(t),r+n*Math.sin(t)])}else{let c=Z(.5,s)-Math.PI/2;h.push([Z(o,s)+e+.9*i*Math.cos(c-t),Z(o,s)+r+.9*n*Math.sin(c-t)]);let u=2*Math.PI+c-.01;for(let a=c;a<u;a+=t){let t=[Z(o,s)+e+i*Math.cos(a),Z(o,s)+r+n*Math.sin(a)];l.push(t),h.push(t)}h.push([Z(o,s)+e+i*Math.cos(c+2*Math.PI+.5*a),Z(o,s)+r+n*Math.sin(c+2*Math.PI+.5*a)]),h.push([Z(o,s)+e+.98*i*Math.cos(c+a),Z(o,s)+r+.98*n*Math.sin(c+a)]),h.push([Z(o,s)+e+.9*i*Math.cos(c+.5*a),Z(o,s)+r+.9*n*Math.sin(c+.5*a)])}return[h,l]}function j(t,e,r,i,n,o,a,s,l){let h=o+Z(.1,l),c=[];c.push([Z(s,l)+e+.9*i*Math.cos(h-t),Z(s,l)+r+.9*n*Math.sin(h-t)]);for(let o=h;o<=a;o+=t)c.push([Z(s,l)+e+i*Math.cos(o),Z(s,l)+r+n*Math.sin(o)]);return c.push([e+i*Math.cos(a),r+n*Math.sin(a)]),c.push([e+i*Math.cos(a),r+n*Math.sin(a)]),P(c,null,l)}function Y(t){return[...t]}function U(t,e=0){let r=t.length;if(r<3)throw Error("A curve must have at least three points.");let i=[];if(3===r)i.push([...t[0]],[...t[1]],[...t[2]],[...t[2]]);else{let r=[];r.push(t[0],t[0]);for(let e=1;e<t.length;e++)r.push(t[e]),e===t.length-1&&r.push(t[e]);let n=[],o=1-e;i.push([...r[0]]);for(let t=1;t+2<r.length;t++){let e=r[t];n[0]=[e[0],e[1]],n[1]=[e[0]+(o*r[t+1][0]-o*r[t-1][0])/6,e[1]+(o*r[t+1][1]-o*r[t-1][1])/6],n[2]=[r[t+1][0]+(o*r[t][0]-o*r[t+2][0])/6,r[t+1][1]+(o*r[t][1]-o*r[t+2][1])/6],n[3]=[r[t+1][0],r[t+1][1]],i.push(n[1],n[2],n[3])}}return i}function H(t,e){return Math.pow(t[0]-e[0],2)+Math.pow(t[1]-e[1],2)}function V(t,e,r){return[t[0]+(e[0]-t[0])*r,t[1]+(e[1]-t[1])*r]}function G(t,e,r,i,n){let o=n||[],a=t[e],s=t[r-1],l=0,h=1;for(let i=e+1;i<r-1;++i){let e=function(t,e,r){let i=H(e,r);if(0===i)return H(t,e);let n=((t[0]-e[0])*(r[0]-e[0])+(t[1]-e[1])*(r[1]-e[1]))/i;return H(t,V(e,r,n=Math.max(0,Math.min(1,n))))}(t[i],a,s);e>l&&(l=e,h=i)}return Math.sqrt(l)>i?(G(t,e,h+1,i,o),G(t,h,r,i,o)):(o.length||o.push(a),o.push(s)),o}function X(t,e=.15,r){let i=[],n=(t.length-1)/3;for(let r=0;r<n;r++)!function t(e,r,i,n){let o=n||[];if(function(t,e){let r=t[e+0],i=t[e+1],n=t[e+2],o=t[e+3],a=3*i[0]-2*r[0]-o[0];a*=a;let s=3*i[1]-2*r[1]-o[1];s*=s;let l=3*n[0]-2*o[0]-r[0];l*=l;let h=3*n[1]-2*o[1]-r[1];return h*=h,a<l&&(a=l),s<h&&(s=h),a+s}(e,r)<i){let t=e[r+0];o.length?Math.sqrt(H(o[o.length-1],t))>1&&o.push(t):o.push(t),o.push(e[r+3])}else{let n=e[r+0],a=e[r+1],s=e[r+2],l=e[r+3],h=V(n,a,.5),c=V(a,s,.5),u=V(s,l,.5),d=V(h,c,.5),f=V(c,u,.5),p=V(d,f,.5);t([n,h,d,p],0,i,o),t([p,f,u,l],0,i,o)}return o}(t,3*r,e,i);return r&&r>0?G(i,0,i.length,r):i}let Q="none";class K{constructor(t){this.defaultOptions={maxRandomnessOffset:2,roughness:1,bowing:1,stroke:"#000",strokeWidth:1,curveTightness:0,curveFitting:.95,curveStepCount:9,fillStyle:"hachure",fillWeight:-1,hachureAngle:-41,hachureGap:-1,dashOffset:-1,dashGap:-1,zigzagOffset:-1,seed:0,disableMultiStroke:!1,disableMultiStrokeFill:!1,preserveVertices:!1,fillShapeRoughnessGain:.8},this.config=t||{},this.config.options&&(this.defaultOptions=this._o(this.config.options))}static newSeed(){return Math.floor(0x80000000*Math.random())}_o(t){return t?Object.assign({},this.defaultOptions,t):this.defaultOptions}_d(t,e,r){return{shape:t,sets:e||[],options:r||this.defaultOptions}}line(t,e,r,i,n){let o=this._o(n);return this._d("line",[S(t,e,r,i,o)],o)}rectangle(t,e,r,i,n){let o=this._o(n),a=[],s=function(t,e,r,i,n){return M([[t,e],[t+r,e],[t+r,e+i],[t,e+i]],!0,n)}(t,e,r,i,o);if(o.fill){let n=[[t,e],[t+r,e],[t+r,e+i],[t,e+i]];"solid"===o.fillStyle?a.push(E([n],o)):a.push($([n],o))}return o.stroke!==Q&&a.push(s),this._d("rectangle",a,o)}ellipse(t,e,r,i,n){let o=this._o(n),a=[],s=L(r,i,o),l=F(t,e,o,s);if(o.fill){if("solid"===o.fillStyle){let r=F(t,e,o,s).opset;r.type="fillPath",a.push(r)}else a.push($([l.estimatedPoints],o))}return o.stroke!==Q&&a.push(l.opset),this._d("ellipse",a,o)}circle(t,e,r,i){let n=this.ellipse(t,e,r,r,i);return n.shape="circle",n}linearPath(t,e){let r=this._o(e);return this._d("linearPath",[M(t,!1,r)],r)}arc(t,e,r,i,n,o,a=!1,s){let l=this._o(s),h=[],c=A(t,e,r,i,n,o,a,!0,l);if(a&&l.fill){if("solid"===l.fillStyle){let a=Object.assign({},l);a.disableMultiStroke=!0;let s=A(t,e,r,i,n,o,!0,!1,a);s.type="fillPath",h.push(s)}else h.push(function(t,e,r,i,n,o,a){let s=Math.abs(r/2),l=Math.abs(i/2);s+=Z(.01*s,a),l+=Z(.01*l,a);let h=n,c=o;for(;h<0;)h+=2*Math.PI,c+=2*Math.PI;c-h>2*Math.PI&&(h=0,c=2*Math.PI);let u=(c-h)/a.curveStepCount,d=[];for(let r=h;r<=c;r+=u)d.push([t+s*Math.cos(r),e+l*Math.sin(r)]);return d.push([t+s*Math.cos(c),e+l*Math.sin(c)]),d.push([t,e]),$([d],a)}(t,e,r,i,n,o,l))}return l.stroke!==Q&&h.push(c),this._d("arc",h,l)}curve(t,e){let r=this._o(e),i=[],n=B(t,r);if(r.fill&&r.fill!==Q){if("solid"===r.fillStyle){let e=B(t,Object.assign(Object.assign({},r),{disableMultiStroke:!0,roughness:r.roughness?r.roughness+r.fillShapeRoughnessGain:0}));i.push({type:"fillPath",ops:this._mergedShape(e.ops)})}else{let e=[];if(t.length)for(let i of"number"==typeof t[0][0]?[t]:t)i.length<3?e.push(...i):3===i.length?e.push(...X(U([i[0],i[0],i[1],i[2]]),10,(1+r.roughness)/2)):e.push(...X(U(i),10,(1+r.roughness)/2));e.length&&i.push($([e],r))}}return r.stroke!==Q&&i.push(n),this._d("curve",i,r)}polygon(t,e){let r=this._o(e),i=[],n=M(t,!0,r);return r.fill&&("solid"===r.fillStyle?i.push(E([t],r)):i.push($([t],r))),r.stroke!==Q&&i.push(n),this._d("polygon",i,r)}path(t,e){let r=this._o(e),i=[];if(!t)return this._d("path",i,r);t=(t||"").replace(/\n/g," ").replace(/(-\s)/g,"-").replace("/(ss)/g"," ");let n=r.fill&&"transparent"!==r.fill&&r.fill!==Q,o=r.stroke!==Q,a=!!(r.simplification&&r.simplification<1),s=function(t,e,r){let i=w(_(k(t))),n=[],o=[],a=[0,0],s=[],l=()=>{s.length>=4&&o.push(...X(s,1)),s=[]},h=()=>{l(),o.length&&(n.push(o),o=[])};for(let{key:t,data:e}of i)switch(t){case"M":h(),a=[e[0],e[1]],o.push(a);break;case"L":l(),o.push([e[0],e[1]]);break;case"C":if(!s.length){let t=o.length?o[o.length-1]:a;s.push([t[0],t[1]])}s.push([e[0],e[1]]),s.push([e[2],e[3]]),s.push([e[4],e[5]]);break;case"Z":l(),o.push([a[0],a[1]])}if(h(),!r)return n;let c=[];for(let t of n){var u,d;let e=(u=t,d=r,G(u,0,u.length,d));e.length&&c.push(e)}return c}(t,1,a?4-4*(r.simplification||1):(1+r.roughness)/2),l=W(t,r);if(n){if("solid"===r.fillStyle){if(1===s.length){let e=W(t,Object.assign(Object.assign({},r),{disableMultiStroke:!0,roughness:r.roughness?r.roughness+r.fillShapeRoughnessGain:0}));i.push({type:"fillPath",ops:this._mergedShape(e.ops)})}else i.push(E(s,r))}else i.push($(s,r))}return o&&(a?s.forEach(t=>{i.push(M(t,!1,r))}):i.push(l)),this._d("path",i,r)}opsToPath(t,e){let r="";for(let i of t.ops){let t="number"==typeof e&&e>=0?i.data.map(t=>+t.toFixed(e)):i.data;switch(i.op){case"move":r+=`M${t[0]} ${t[1]} `;break;case"bcurveTo":r+=`C${t[0]} ${t[1]}, ${t[2]} ${t[3]}, ${t[4]} ${t[5]} `;break;case"lineTo":r+=`L${t[0]} ${t[1]} `}}return r.trim()}toPaths(t){let e=t.sets||[],r=t.options||this.defaultOptions,i=[];for(let t of e){let e=null;switch(t.type){case"path":e={d:this.opsToPath(t),stroke:r.stroke,strokeWidth:r.strokeWidth,fill:Q};break;case"fillPath":e={d:this.opsToPath(t),stroke:Q,strokeWidth:0,fill:r.fill||Q};break;case"fillSketch":e=this.fillSketch(t,r)}e&&i.push(e)}return i}fillSketch(t,e){let r=e.fillWeight;return r<0&&(r=e.strokeWidth/2),{d:this.opsToPath(t),stroke:e.fill||Q,strokeWidth:r,fill:Q}}_mergedShape(t){return t.filter((t,e)=>0===e||"move"!==t.op)}}class J{constructor(t,e){this.canvas=t,this.ctx=this.canvas.getContext("2d"),this.gen=new K(e)}draw(t){let e=t.sets||[],r=t.options||this.getDefaultOptions(),i=this.ctx,n=t.options.fixedDecimalPlaceDigits;for(let o of e)switch(o.type){case"path":i.save(),i.strokeStyle="none"===r.stroke?"transparent":r.stroke,i.lineWidth=r.strokeWidth,r.strokeLineDash&&i.setLineDash(r.strokeLineDash),r.strokeLineDashOffset&&(i.lineDashOffset=r.strokeLineDashOffset),this._drawToContext(i,o,n),i.restore();break;case"fillPath":{i.save(),i.fillStyle=r.fill||"";let e="curve"===t.shape||"polygon"===t.shape||"path"===t.shape?"evenodd":"nonzero";this._drawToContext(i,o,n,e),i.restore();break}case"fillSketch":this.fillSketch(i,o,r)}}fillSketch(t,e,r){let i=r.fillWeight;i<0&&(i=r.strokeWidth/2),t.save(),r.fillLineDash&&t.setLineDash(r.fillLineDash),r.fillLineDashOffset&&(t.lineDashOffset=r.fillLineDashOffset),t.strokeStyle=r.fill||"",t.lineWidth=i,this._drawToContext(t,e,r.fixedDecimalPlaceDigits),t.restore()}_drawToContext(t,e,r,i="nonzero"){for(let i of(t.beginPath(),e.ops)){let e="number"==typeof r&&r>=0?i.data.map(t=>+t.toFixed(r)):i.data;switch(i.op){case"move":t.moveTo(e[0],e[1]);break;case"bcurveTo":t.bezierCurveTo(e[0],e[1],e[2],e[3],e[4],e[5]);break;case"lineTo":t.lineTo(e[0],e[1])}}"fillPath"===e.type?t.fill(i):t.stroke()}get generator(){return this.gen}getDefaultOptions(){return this.gen.defaultOptions}line(t,e,r,i,n){let o=this.gen.line(t,e,r,i,n);return this.draw(o),o}rectangle(t,e,r,i,n){let o=this.gen.rectangle(t,e,r,i,n);return this.draw(o),o}ellipse(t,e,r,i,n){let o=this.gen.ellipse(t,e,r,i,n);return this.draw(o),o}circle(t,e,r,i){let n=this.gen.circle(t,e,r,i);return this.draw(n),n}linearPath(t,e){let r=this.gen.linearPath(t,e);return this.draw(r),r}polygon(t,e){let r=this.gen.polygon(t,e);return this.draw(r),r}arc(t,e,r,i,n,o,a=!1,s){let l=this.gen.arc(t,e,r,i,n,o,a,s);return this.draw(l),l}curve(t,e){let r=this.gen.curve(t,e);return this.draw(r),r}path(t,e){let r=this.gen.path(t,e);return this.draw(r),r}}let tt="http://www.w3.org/2000/svg";class te{constructor(t,e){this.svg=t,this.gen=new K(e)}draw(t){let e=t.sets||[],r=t.options||this.getDefaultOptions(),i=this.svg.ownerDocument||window.document,n=i.createElementNS(tt,"g"),o=t.options.fixedDecimalPlaceDigits;for(let a of e){let e=null;switch(a.type){case"path":(e=i.createElementNS(tt,"path")).setAttribute("d",this.opsToPath(a,o)),e.setAttribute("stroke",r.stroke),e.setAttribute("stroke-width",r.strokeWidth+""),e.setAttribute("fill","none"),r.strokeLineDash&&e.setAttribute("stroke-dasharray",r.strokeLineDash.join(" ").trim()),r.strokeLineDashOffset&&e.setAttribute("stroke-dashoffset",`${r.strokeLineDashOffset}`);break;case"fillPath":(e=i.createElementNS(tt,"path")).setAttribute("d",this.opsToPath(a,o)),e.setAttribute("stroke","none"),e.setAttribute("stroke-width","0"),e.setAttribute("fill",r.fill||""),"curve"!==t.shape&&"polygon"!==t.shape||e.setAttribute("fill-rule","evenodd");break;case"fillSketch":e=this.fillSketch(i,a,r)}e&&n.appendChild(e)}return n}fillSketch(t,e,r){let i=r.fillWeight;i<0&&(i=r.strokeWidth/2);let n=t.createElementNS(tt,"path");return n.setAttribute("d",this.opsToPath(e,r.fixedDecimalPlaceDigits)),n.setAttribute("stroke",r.fill||""),n.setAttribute("stroke-width",i+""),n.setAttribute("fill","none"),r.fillLineDash&&n.setAttribute("stroke-dasharray",r.fillLineDash.join(" ").trim()),r.fillLineDashOffset&&n.setAttribute("stroke-dashoffset",`${r.fillLineDashOffset}`),n}get generator(){return this.gen}getDefaultOptions(){return this.gen.defaultOptions}opsToPath(t,e){return this.gen.opsToPath(t,e)}line(t,e,r,i,n){let o=this.gen.line(t,e,r,i,n);return this.draw(o)}rectangle(t,e,r,i,n){let o=this.gen.rectangle(t,e,r,i,n);return this.draw(o)}ellipse(t,e,r,i,n){let o=this.gen.ellipse(t,e,r,i,n);return this.draw(o)}circle(t,e,r,i){let n=this.gen.circle(t,e,r,i);return this.draw(n)}linearPath(t,e){let r=this.gen.linearPath(t,e);return this.draw(r)}polygon(t,e){let r=this.gen.polygon(t,e);return this.draw(r)}arc(t,e,r,i,n,o,a=!1,s){let l=this.gen.arc(t,e,r,i,n,o,a,s);return this.draw(l)}curve(t,e){let r=this.gen.curve(t,e);return this.draw(r)}path(t,e){let r=this.gen.path(t,e);return this.draw(r)}}var tr={svg:(t,e)=>new te(t,e)},ti=(0,a.eW)((t,e)=>{var r,i,n=t.x,o=t.y,a=e.x-n,s=e.y-o,l=t.width/2,h=t.height/2;return Math.abs(s)*l>Math.abs(a)*h?(s<0&&(h=-h),r=0===s?0:h*a/s,i=h):(a<0&&(l=-l),r=l,i=0===a?0:l*s/a),{x:n+r,y:o+i}},"intersectRect");function tn(t,e){e&&t.attr("style",e)}async function to(t){let e=(0,s.Ys)(document.createElementNS("http://www.w3.org/2000/svg","foreignObject")),r=e.append("xhtml:div"),i=t.label;t.label&&(0,a.l0)(t.label)&&(i=await (0,a.uT)(t.label.replace(a.SY.lineBreakRegex,"\n"),(0,a.nV)()));let n=t.isNode?"nodeLabel":"edgeLabel";return r.html('<span class="'+n+'" '+(t.labelStyle?'style="'+t.labelStyle+'"':"")+">"+i+"</span>"),tn(r,t.labelStyle),r.style("display","inline-block"),r.style("padding-right","1px"),r.style("white-space","nowrap"),r.attr("xmlns","http://www.w3.org/1999/xhtml"),e.node()}(0,a.eW)(tn,"applyStyle"),(0,a.eW)(to,"addHtmlLabel");var ta=(0,a.eW)(async(t,e,r,i)=>{let n=t||"";if("object"==typeof n&&(n=n[0]),(0,a.ku)((0,a.nV)().flowchart.htmlLabels)){n=n.replace(/\\n|\n/g,"<br />"),a.cM.info("vertexText"+n);let t={isNode:i,label:(0,o.SH)(n).replace(/fa[blrs]?:fa-[\w-]+/g,t=>`<i class='${t.replace(":"," ")}'></i>`),labelStyle:e?e.replace("fill:","color:"):e};return await to(t)}{let t=document.createElementNS("http://www.w3.org/2000/svg","text");t.setAttribute("style",e.replace("color:","fill:"));let i=[];for(let e of i="string"==typeof n?n.split(/\\n|\n|<br\s*\/?>/gi):Array.isArray(n)?n:[]){let i=document.createElementNS("http://www.w3.org/2000/svg","tspan");i.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:space","preserve"),i.setAttribute("dy","1em"),i.setAttribute("x","0"),r?i.setAttribute("class","title-row"):i.setAttribute("class","row"),i.textContent=e.trim(),t.appendChild(i)}return t}},"createLabel"),ts=(0,a.eW)((t,e,r,i,n)=>["M",t+n,e,"H",t+r-n,"A",n,n,0,0,1,t+r,e+n,"V",e+i-n,"A",n,n,0,0,1,t+r-n,e+i,"H",t+n,"A",n,n,0,0,1,t,e+i-n,"V",e+n,"A",n,n,0,0,1,t+n,e,"Z"].join(" "),"createRoundedRectPathD"),tl=(0,a.eW)(t=>{let{handDrawnSeed:e}=(0,a.nV)();return{fill:t,hachureAngle:120,hachureGap:4,fillWeight:2,roughness:.7,stroke:t,seed:e}},"solidStateFill"),th=(0,a.eW)(t=>{let e=tc([...t.cssCompiledStyles||[],...t.cssStyles||[]]);return{stylesMap:e,stylesArray:[...e]}},"compileStyles"),tc=(0,a.eW)(t=>{let e=new Map;return t.forEach(t=>{let[r,i]=t.split(":");e.set(r.trim(),i?.trim())}),e},"styles2Map"),tu=(0,a.eW)(t=>{let{stylesArray:e}=th(t),r=[],i=[],n=[],o=[];return e.forEach(t=>{let e=t[0];"color"===e||"font-size"===e||"font-family"===e||"font-weight"===e||"font-style"===e||"text-decoration"===e||"text-align"===e||"text-transform"===e||"line-height"===e||"letter-spacing"===e||"word-spacing"===e||"text-shadow"===e||"text-overflow"===e||"white-space"===e||"word-wrap"===e||"word-break"===e||"overflow-wrap"===e||"hyphens"===e?r.push(t.join(":")+" !important"):(i.push(t.join(":")+" !important"),e.includes("stroke")&&n.push(t.join(":")+" !important"),"fill"===e&&o.push(t.join(":")+" !important"))}),{labelStyles:r.join(";"),nodeStyles:i.join(";"),stylesArray:e,borderStyles:n,backgroundStyles:o}},"styles2String"),td=(0,a.eW)((t,e)=>{let{themeVariables:r,handDrawnSeed:i}=(0,a.nV)(),{nodeBorder:n,mainBkg:o}=r,{stylesMap:s}=th(t);return Object.assign({roughness:.7,fill:s.get("fill")||o,fillStyle:"hachure",fillWeight:4,stroke:s.get("stroke")||n,seed:i,strokeWidth:1.3},e)},"userNodeOverrides"),tf=(0,a.eW)(async(t,e)=>{let r;a.cM.info("Creating subgraph rect for ",e.id,e);let o=(0,a.nV)(),{themeVariables:l,handDrawnSeed:h}=o,{clusterBkg:c,clusterBorder:u}=l,{labelStyles:d,nodeStyles:f,borderStyles:p,backgroundStyles:g}=tu(e),y=t.insert("g").attr("class","cluster "+e.cssClasses).attr("id",e.id).attr("data-look",e.look),m=(0,a.ku)(o.flowchart.htmlLabels),x=y.insert("g").attr("class","cluster-label "),b=await (0,n.rw)(x,e.label,{style:e.labelStyle,useHtmlLabels:m,isNode:!0}),C=b.getBBox();if((0,a.ku)(o.flowchart.htmlLabels)){let t=b.children[0],e=(0,s.Ys)(b);C=t.getBoundingClientRect(),e.attr("width",C.width),e.attr("height",C.height)}let k=e.width<=C.width+e.padding?C.width+e.padding:e.width;e.width<=C.width+e.padding?e.diff=(k-e.width)/2-e.padding:e.diff=-e.padding;let _=e.height,w=e.x-k/2,v=e.y-_/2;if(a.cM.trace("Data ",e,JSON.stringify(e)),"handDrawn"===e.look){let t=tr.svg(y),i=td(e,{roughness:.7,fill:c,stroke:u,fillWeight:3,seed:h}),n=t.path(ts(w,v,k,_,0),i);(r=y.insert(()=>(a.cM.debug("Rough node insert CXC",n),n),":first-child")).select("path:nth-child(2)").attr("style",p.join(";")),r.select("path").attr("style",g.join(";").replace("fill","stroke"))}else(r=y.insert("rect",":first-child")).attr("style",f).attr("rx",e.rx).attr("ry",e.ry).attr("x",w).attr("y",v).attr("width",k).attr("height",_);let{subGraphTitleTopMargin:T}=(0,i.L)(o);if(x.attr("transform",`translate(${e.x-C.width/2}, ${e.y-e.height/2+T})`),d){let t=x.select("span");t&&t.attr("style",d)}let S=r.node().getBBox();return e.offsetX=0,e.width=S.width,e.height=S.height,e.offsetY=C.height-e.padding/2,e.intersect=function(t){return ti(e,t)},{cluster:y,labelBBox:C}},"rect"),tp=(0,a.eW)((t,e)=>{let r=t.insert("g").attr("class","note-cluster").attr("id",e.id),i=r.insert("rect",":first-child"),n=0*e.padding,o=n/2;i.attr("rx",e.rx).attr("ry",e.ry).attr("x",e.x-e.width/2-o).attr("y",e.y-e.height/2-o).attr("width",e.width+n).attr("height",e.height+n).attr("fill","none");let a=i.node().getBBox();return e.width=a.width,e.height=a.height,e.intersect=function(t){return ti(e,t)},{cluster:r,labelBBox:{width:0,height:0}}},"noteGroup"),tg=(0,a.eW)(async(t,e)=>{let r;let i=(0,a.nV)(),{themeVariables:n,handDrawnSeed:o}=i,{altBackground:l,compositeBackground:h,compositeTitleBackground:c,nodeBorder:u}=n,d=t.insert("g").attr("class",e.cssClasses).attr("id",e.id).attr("data-id",e.id).attr("data-look",e.look),f=d.insert("g",":first-child"),p=d.insert("g").attr("class","cluster-label"),g=d.append("rect"),y=p.node().appendChild(await ta(e.label,e.labelStyle,void 0,!0)),m=y.getBBox();if((0,a.ku)(i.flowchart.htmlLabels)){let t=y.children[0],e=(0,s.Ys)(y);m=t.getBoundingClientRect(),e.attr("width",m.width),e.attr("height",m.height)}let x=0*e.padding,b=(e.width<=m.width+e.padding?m.width+e.padding:e.width)+x;e.width<=m.width+e.padding?e.diff=(b-e.width)/2-e.padding:e.diff=-e.padding;let C=e.height+x,k=e.height+x-m.height-6,_=e.x-b/2,w=e.y-C/2;e.width=b;let v=e.y-e.height/2-x/2+m.height+2;if("handDrawn"===e.look){let t=e.cssClasses.includes("statediagram-cluster-alt"),i=tr.svg(d),n=e.rx||e.ry?i.path(ts(_,w,b,C,10),{roughness:.7,fill:c,fillStyle:"solid",stroke:u,seed:o}):i.rectangle(_,w,b,C,{seed:o});r=d.insert(()=>n,":first-child");let a=i.rectangle(_,v,b,k,{fill:t?l:h,fillStyle:t?"hachure":"solid",stroke:u,seed:o});r=d.insert(()=>n,":first-child"),g=d.insert(()=>a)}else{r=f.insert("rect",":first-child");r.attr("class","outer").attr("x",_).attr("y",w).attr("width",b).attr("height",C).attr("data-look",e.look),g.attr("class","inner").attr("x",_).attr("y",v).attr("width",b).attr("height",k)}p.attr("transform",`translate(${e.x-m.width/2}, ${w+1-((0,a.ku)(i.flowchart.htmlLabels)?0:3)})`);let T=r.node().getBBox();return e.height=T.height,e.offsetX=0,e.offsetY=m.height-e.padding/2,e.labelBBox=m,e.intersect=function(t){return ti(e,t)},{cluster:d,labelBBox:m}},"roundedWithTitle"),ty=(0,a.eW)((t,e)=>{let r;let{themeVariables:i,handDrawnSeed:n}=(0,a.nV)(),{nodeBorder:o}=i,s=t.insert("g").attr("class",e.cssClasses).attr("id",e.id).attr("data-look",e.look),l=s.insert("g",":first-child"),h=0*e.padding,c=e.width+h;e.diff=-e.padding;let u=e.height+h,d=e.x-c/2,f=e.y-u/2;if(e.width=c,"handDrawn"===e.look){let t=tr.svg(s).rectangle(d,f,c,u,{fill:"lightgrey",roughness:.5,strokeLineDash:[5],stroke:o,seed:n});r=s.insert(()=>t,":first-child")}else{r=l.insert("rect",":first-child");r.attr("class","divider").attr("x",d).attr("y",f).attr("width",c).attr("height",u).attr("data-look",e.look)}let p=r.node().getBBox();return e.height=p.height,e.offsetX=0,e.offsetY=0,e.intersect=function(t){return ti(e,t)},{cluster:s,labelBBox:{}}},"divider"),tm={rect:tf,squareRect:tf,roundedWithTitle:tg,noteGroup:tp,divider:ty},tx=new Map,tb=(0,a.eW)(async(t,e)=>{let r=e.shape||"rect",i=await tm[r](t,e);return tx.set(e.id,i),i},"insertCluster"),tC=(0,a.eW)(()=>{tx=new Map},"clear"),tk=(0,a.eW)((t,e,r,i,n)=>{e.arrowTypeStart&&tw(t,"start",e.arrowTypeStart,r,i,n),e.arrowTypeEnd&&tw(t,"end",e.arrowTypeEnd,r,i,n)},"addEdgeMarkers"),t_={arrow_cross:"cross",arrow_point:"point",arrow_barb:"barb",arrow_circle:"circle",aggregation:"aggregation",extension:"extension",composition:"composition",dependency:"dependency",lollipop:"lollipop"},tw=(0,a.eW)((t,e,r,i,n,o)=>{let s=t_[r];if(!s){a.cM.warn(`Unknown arrow type: ${r}`);return}t.attr(`marker-${e}`,`url(${i}#${n}_${o}-${s}${"start"===e?"Start":"End"})`)},"addEdgeMarker"),tv=new Map,tT=new Map,tS=(0,a.eW)(()=>{tv.clear(),tT.clear()},"clear"),tM=(0,a.eW)(t=>t?t.reduce((t,e)=>t+";"+e,""):"","getLabelStyles"),tB=(0,a.eW)(async(t,e)=>{let r,i=(0,a.ku)((0,a.nV)().flowchart.htmlLabels),o=await (0,n.rw)(t,e.label,{style:tM(e.labelStyle),useHtmlLabels:i,addSvgBackground:!0,isNode:!1});a.cM.info("abc82",e,e.labelType);let l=t.insert("g").attr("class","edgeLabel"),h=l.insert("g").attr("class","label");h.node().appendChild(o);let c=o.getBBox();if(i){let t=o.children[0],e=(0,s.Ys)(o);c=t.getBoundingClientRect(),e.attr("width",c.width),e.attr("height",c.height)}if(h.attr("transform","translate("+-c.width/2+", "+-c.height/2+")"),tv.set(e.id,l),e.width=c.width,e.height=c.height,e.startLabelLeft){let i=await ta(e.startLabelLeft,tM(e.labelStyle)),n=t.insert("g").attr("class","edgeTerminals"),o=n.insert("g").attr("class","inner");r=o.node().appendChild(i);let a=i.getBBox();o.attr("transform","translate("+-a.width/2+", "+-a.height/2+")"),!tT.get(e.id)&&tT.set(e.id,{}),tT.get(e.id).startLeft=n,tL(r,e.startLabelLeft)}if(e.startLabelRight){let i=await ta(e.startLabelRight,tM(e.labelStyle)),n=t.insert("g").attr("class","edgeTerminals"),o=n.insert("g").attr("class","inner");r=n.node().appendChild(i),o.node().appendChild(i);let a=i.getBBox();o.attr("transform","translate("+-a.width/2+", "+-a.height/2+")"),!tT.get(e.id)&&tT.set(e.id,{}),tT.get(e.id).startRight=n,tL(r,e.startLabelRight)}if(e.endLabelLeft){let i=await ta(e.endLabelLeft,tM(e.labelStyle)),n=t.insert("g").attr("class","edgeTerminals"),o=n.insert("g").attr("class","inner");r=o.node().appendChild(i);let a=i.getBBox();o.attr("transform","translate("+-a.width/2+", "+-a.height/2+")"),n.node().appendChild(i),!tT.get(e.id)&&tT.set(e.id,{}),tT.get(e.id).endLeft=n,tL(r,e.endLabelLeft)}if(e.endLabelRight){let i=await ta(e.endLabelRight,tM(e.labelStyle)),n=t.insert("g").attr("class","edgeTerminals"),o=n.insert("g").attr("class","inner");r=o.node().appendChild(i);let a=i.getBBox();o.attr("transform","translate("+-a.width/2+", "+-a.height/2+")"),n.node().appendChild(i),!tT.get(e.id)&&tT.set(e.id,{}),tT.get(e.id).endRight=n,tL(r,e.endLabelRight)}return o},"insertEdgeLabel");function tL(t,e){(0,a.nV)().flowchart.htmlLabels&&t&&(t.style.width=9*e.length+"px",t.style.height="12px")}(0,a.eW)(tL,"setTerminalWidth");var tF=(0,a.eW)((t,e)=>{a.cM.debug("Moving label abc88 ",t.id,t.label,tv.get(t.id),e);let r=e.updatedPath?e.updatedPath:e.originalPath,n=(0,a.nV)(),{subGraphTitleTotalMargin:s}=(0,i.L)(n);if(t.label){let i=tv.get(t.id),n=t.x,l=t.y;if(r){let i=o.w8.calcLabelPosition(r);a.cM.debug("Moving label "+t.label+" from (",n,",",l,") to (",i.x,",",i.y,") abc88"),e.updatedPath&&(n=i.x,l=i.y)}i.attr("transform",`translate(${n}, ${l+s/2})`)}if(t.startLabelLeft){let e=tT.get(t.id).startLeft,i=t.x,n=t.y;if(r){let e=o.w8.calcTerminalLabelPosition(t.arrowTypeStart?10:0,"start_left",r);i=e.x,n=e.y}e.attr("transform",`translate(${i}, ${n})`)}if(t.startLabelRight){let e=tT.get(t.id).startRight,i=t.x,n=t.y;if(r){let e=o.w8.calcTerminalLabelPosition(t.arrowTypeStart?10:0,"start_right",r);i=e.x,n=e.y}e.attr("transform",`translate(${i}, ${n})`)}if(t.endLabelLeft){let e=tT.get(t.id).endLeft,i=t.x,n=t.y;if(r){let e=o.w8.calcTerminalLabelPosition(t.arrowTypeEnd?10:0,"end_left",r);i=e.x,n=e.y}e.attr("transform",`translate(${i}, ${n})`)}if(t.endLabelRight){let e=tT.get(t.id).endRight,i=t.x,n=t.y;if(r){let e=o.w8.calcTerminalLabelPosition(t.arrowTypeEnd?10:0,"end_right",r);i=e.x,n=e.y}e.attr("transform",`translate(${i}, ${n})`)}},"positionEdgeLabel"),tA=(0,a.eW)((t,e)=>{let r=t.x,i=t.y,n=Math.abs(e.x-r),o=Math.abs(e.y-i),a=t.width/2,s=t.height/2;return n>=a||o>=s},"outsideNode"),tW=(0,a.eW)((t,e,r)=>{a.cM.debug(`intersection calc abc89:
outsidePoint: ${JSON.stringify(e)}
insidePoint : ${JSON.stringify(r)}
node : x:${t.x} y:${t.y} w:${t.width} h:${t.height}`);let i=t.x,n=t.y,o=Math.abs(i-r.x),s=t.width/2,l=r.x<e.x?s-o:s+o,h=t.height/2,c=Math.abs(e.y-r.y),u=Math.abs(e.x-r.x);if(Math.abs(n-e.y)*s>Math.abs(i-e.x)*h){let t=r.y<e.y?e.y-h-n:n-h-e.y;l=u*t/c;let i={x:r.x<e.x?r.x+l:r.x-u+l,y:r.y<e.y?r.y+c-t:r.y-c+t};return 0===l&&(i.x=e.x,i.y=e.y),0===u&&(i.x=e.x),0===c&&(i.y=e.y),a.cM.debug(`abc89 top/bottom calc, Q ${c}, q ${t}, R ${u}, r ${l}`,i),i}{let t=c*(l=r.x<e.x?e.x-s-i:i-s-e.x)/u,n=r.x<e.x?r.x+u-l:r.x-u+l,o=r.y<e.y?r.y+t:r.y-t;return a.cM.debug(`sides calc abc89, Q ${c}, q ${t}, R ${u}, r ${l}`,{_x:n,_y:o}),0===l&&(n=e.x,o=e.y),0===u&&(n=e.x),0===c&&(o=e.y),{x:n,y:o}}},"intersection"),tE=(0,a.eW)((t,e)=>{a.cM.warn("abc88 cutPathAtIntersect",t,e);let r=[],i=t[0],n=!1;return t.forEach(t=>{if(a.cM.info("abc88 checking point",t,e),tA(e,t)||n)a.cM.warn("abc88 outside",t,i),i=t,!n&&r.push(t);else{let o=tW(e,i,t);a.cM.debug("abc88 inside",t,i,o),a.cM.debug("abc88 intersection",o,e);let s=!1;r.forEach(t=>{s=s||t.x===o.x&&t.y===o.y}),r.some(t=>t.x===o.x&&t.y===o.y)?a.cM.warn("abc88 no intersect",o,r):r.push(o),n=!0}}),a.cM.debug("returning points",r),r},"cutPathAtIntersect");function t$(t){let e=[],r=[];for(let i=1;i<t.length-1;i++){let n=t[i-1],o=t[i],a=t[i+1];n.x===o.x&&o.y===a.y&&Math.abs(o.x-a.x)>5&&Math.abs(o.y-n.y)>5?(e.push(o),r.push(i)):n.y===o.y&&o.x===a.x&&Math.abs(o.x-n.x)>5&&Math.abs(o.y-a.y)>5&&(e.push(o),r.push(i))}return{cornerPoints:e,cornerPointPositions:r}}(0,a.eW)(t$,"extractCornerPoints");var tO=(0,a.eW)(function(t,e,r){let i=e.x-t.x,n=e.y-t.y,o=r/Math.sqrt(i*i+n*n);return{x:e.x-o*i,y:e.y-o*n}},"findAdjacentPoint"),tI=(0,a.eW)(function(t){let{cornerPointPositions:e}=t$(t),r=[];for(let i=0;i<t.length;i++)if(e.includes(i)){let e=t[i-1],n=t[i+1],o=t[i],s=tO(e,o,5),l=tO(n,o,5),h=l.x-s.x,c=l.y-s.y;r.push(s);let u=2*Math.sqrt(2),d={x:o.x,y:o.y};if(Math.abs(n.x-e.x)>10&&Math.abs(n.y-e.y)>=10){a.cM.debug("Corner point fixing",Math.abs(n.x-e.x),Math.abs(n.y-e.y));d=o.x===s.x?{x:h<0?s.x-5+u:s.x+5-u,y:c<0?s.y-u:s.y+u}:{x:h<0?s.x-u:s.x+u,y:c<0?s.y-5+u:s.y+5-u}}else a.cM.debug("Corner point skipping fixing",Math.abs(n.x-e.x),Math.abs(n.y-e.y));r.push(d,l)}else r.push(t[i]);return r},"fixCorners"),tD=(0,a.eW)(function(t,e,r,n,o,l,h){let c,u;let{handDrawnSeed:d}=(0,a.nV)(),f=e.points,p=!1;l.intersect&&o.intersect&&((f=f.slice(1,e.points.length-1)).unshift(o.intersect(f[0])),a.cM.debug("Last point APA12",e.start,"--\x3e",e.end,f[f.length-1],l,l.intersect(f[f.length-1])),f.push(l.intersect(f[f.length-1]))),e.toCluster&&(a.cM.info("to cluster abc88",r.get(e.toCluster)),f=tE(e.points,r.get(e.toCluster).node),p=!0),e.fromCluster&&(a.cM.debug("from cluster abc88",r.get(e.fromCluster),JSON.stringify(f,null,2)),f=tE(f.reverse(),r.get(e.fromCluster).node).reverse(),p=!0);let g=f.filter(t=>!Number.isNaN(t.y)),y=(g=tI(g))[g.length-1];if(g.length>1){y=g[g.length-1];let t=g[g.length-2],e=(y.x-t.x)/2,r=(y.y-t.y)/2,i={x:t.x+e,y:t.y+r};g.splice(-1,0,i)}let m=s.$0Z;e.curve&&(m=e.curve);let{x,y:b}=(0,i.o)(e),C=(0,s.jvg)().x(x).y(b).curve(m);switch(e.thickness){case"normal":default:c="edge-thickness-normal";break;case"thick":c="edge-thickness-thick";break;case"invisible":c="edge-thickness-invisible"}switch(e.pattern){case"solid":default:c+=" edge-pattern-solid";break;case"dotted":c+=" edge-pattern-dotted";break;case"dashed":c+=" edge-pattern-dashed"}let k=C(g),_=Array.isArray(e.style)?e.style:[e.style];if("handDrawn"===e.look){let r=tr.svg(t);Object.assign([],g);let i=r.path(k,{roughness:.3,seed:d});c+=" transition";let n=(u=(0,s.Ys)(i).select("path").attr("id",e.id).attr("class"," "+c+(e.classes?" "+e.classes:"")).attr("style",_?_.reduce((t,e)=>t+";"+e,""):"")).attr("d");u.attr("d",n),t.node().appendChild(u.node())}else u=t.append("path").attr("d",k).attr("id",e.id).attr("class"," "+c+(e.classes?" "+e.classes:"")).attr("style",_?_.reduce((t,e)=>t+";"+e,""):"");let w="";((0,a.nV)().flowchart.arrowMarkerAbsolute||(0,a.nV)().state.arrowMarkerAbsolute)&&(w=(w=window.location.protocol+"//"+window.location.host+window.location.pathname+window.location.search).replace(/\(/g,"\\(").replace(/\)/g,"\\)")),a.cM.info("arrowTypeStart",e.arrowTypeStart),a.cM.info("arrowTypeEnd",e.arrowTypeEnd),tk(u,e,w,h,n);let v={};return p&&(v.updatedPath=f),v.originalPath=e.points,v},"insertEdge"),tZ=(0,a.eW)((t,e,r,i)=>{e.forEach(e=>{tH[e](t,r,i)})},"insertMarkers"),tq=(0,a.eW)((t,e,r)=>{a.cM.trace("Making markers for ",r),t.append("defs").append("marker").attr("id",r+"_"+e+"-extensionStart").attr("class","marker extension "+e).attr("refX",18).attr("refY",7).attr("markerWidth",190).attr("markerHeight",240).attr("orient","auto").append("path").attr("d","M 1,7 L18,13 V 1 Z"),t.append("defs").append("marker").attr("id",r+"_"+e+"-extensionEnd").attr("class","marker extension "+e).attr("refX",1).attr("refY",7).attr("markerWidth",20).attr("markerHeight",28).attr("orient","auto").append("path").attr("d","M 1,1 V 13 L18,7 Z")},"extension"),tz=(0,a.eW)((t,e,r)=>{t.append("defs").append("marker").attr("id",r+"_"+e+"-compositionStart").attr("class","marker composition "+e).attr("refX",18).attr("refY",7).attr("markerWidth",190).attr("markerHeight",240).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L1,7 L9,1 Z"),t.append("defs").append("marker").attr("id",r+"_"+e+"-compositionEnd").attr("class","marker composition "+e).attr("refX",1).attr("refY",7).attr("markerWidth",20).attr("markerHeight",28).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L1,7 L9,1 Z")},"composition"),tN=(0,a.eW)((t,e,r)=>{t.append("defs").append("marker").attr("id",r+"_"+e+"-aggregationStart").attr("class","marker aggregation "+e).attr("refX",18).attr("refY",7).attr("markerWidth",190).attr("markerHeight",240).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L1,7 L9,1 Z"),t.append("defs").append("marker").attr("id",r+"_"+e+"-aggregationEnd").attr("class","marker aggregation "+e).attr("refX",1).attr("refY",7).attr("markerWidth",20).attr("markerHeight",28).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L1,7 L9,1 Z")},"aggregation"),tP=(0,a.eW)((t,e,r)=>{t.append("defs").append("marker").attr("id",r+"_"+e+"-dependencyStart").attr("class","marker dependency "+e).attr("refX",6).attr("refY",7).attr("markerWidth",190).attr("markerHeight",240).attr("orient","auto").append("path").attr("d","M 5,7 L9,13 L1,7 L9,1 Z"),t.append("defs").append("marker").attr("id",r+"_"+e+"-dependencyEnd").attr("class","marker dependency "+e).attr("refX",13).attr("refY",7).attr("markerWidth",20).attr("markerHeight",28).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L14,7 L9,1 Z")},"dependency"),tR=(0,a.eW)((t,e,r)=>{t.append("defs").append("marker").attr("id",r+"_"+e+"-lollipopStart").attr("class","marker lollipop "+e).attr("refX",13).attr("refY",7).attr("markerWidth",190).attr("markerHeight",240).attr("orient","auto").append("circle").attr("stroke","black").attr("fill","transparent").attr("cx",7).attr("cy",7).attr("r",6),t.append("defs").append("marker").attr("id",r+"_"+e+"-lollipopEnd").attr("class","marker lollipop "+e).attr("refX",1).attr("refY",7).attr("markerWidth",190).attr("markerHeight",240).attr("orient","auto").append("circle").attr("stroke","black").attr("fill","transparent").attr("cx",7).attr("cy",7).attr("r",6)},"lollipop"),tj=(0,a.eW)((t,e,r)=>{t.append("marker").attr("id",r+"_"+e+"-pointEnd").attr("class","marker "+e).attr("viewBox","0 0 10 10").attr("refX",5).attr("refY",5).attr("markerUnits","userSpaceOnUse").attr("markerWidth",8).attr("markerHeight",8).attr("orient","auto").append("path").attr("d","M 0 0 L 10 5 L 0 10 z").attr("class","arrowMarkerPath").style("stroke-width",1).style("stroke-dasharray","1,0"),t.append("marker").attr("id",r+"_"+e+"-pointStart").attr("class","marker "+e).attr("viewBox","0 0 10 10").attr("refX",4.5).attr("refY",5).attr("markerUnits","userSpaceOnUse").attr("markerWidth",8).attr("markerHeight",8).attr("orient","auto").append("path").attr("d","M 0 5 L 10 10 L 10 0 z").attr("class","arrowMarkerPath").style("stroke-width",1).style("stroke-dasharray","1,0")},"point"),tY=(0,a.eW)((t,e,r)=>{t.append("marker").attr("id",r+"_"+e+"-circleEnd").attr("class","marker "+e).attr("viewBox","0 0 10 10").attr("refX",11).attr("refY",5).attr("markerUnits","userSpaceOnUse").attr("markerWidth",11).attr("markerHeight",11).attr("orient","auto").append("circle").attr("cx","5").attr("cy","5").attr("r","5").attr("class","arrowMarkerPath").style("stroke-width",1).style("stroke-dasharray","1,0"),t.append("marker").attr("id",r+"_"+e+"-circleStart").attr("class","marker "+e).attr("viewBox","0 0 10 10").attr("refX",-1).attr("refY",5).attr("markerUnits","userSpaceOnUse").attr("markerWidth",11).attr("markerHeight",11).attr("orient","auto").append("circle").attr("cx","5").attr("cy","5").attr("r","5").attr("class","arrowMarkerPath").style("stroke-width",1).style("stroke-dasharray","1,0")},"circle"),tU=(0,a.eW)((t,e,r)=>{t.append("marker").attr("id",r+"_"+e+"-crossEnd").attr("class","marker cross "+e).attr("viewBox","0 0 11 11").attr("refX",12).attr("refY",5.2).attr("markerUnits","userSpaceOnUse").attr("markerWidth",11).attr("markerHeight",11).attr("orient","auto").append("path").attr("d","M 1,1 l 9,9 M 10,1 l -9,9").attr("class","arrowMarkerPath").style("stroke-width",2).style("stroke-dasharray","1,0"),t.append("marker").attr("id",r+"_"+e+"-crossStart").attr("class","marker cross "+e).attr("viewBox","0 0 11 11").attr("refX",-1).attr("refY",5.2).attr("markerUnits","userSpaceOnUse").attr("markerWidth",11).attr("markerHeight",11).attr("orient","auto").append("path").attr("d","M 1,1 l 9,9 M 10,1 l -9,9").attr("class","arrowMarkerPath").style("stroke-width",2).style("stroke-dasharray","1,0")},"cross"),tH={extension:tq,composition:tz,aggregation:tN,dependency:tP,lollipop:tR,point:tj,circle:tY,cross:tU,barb:(0,a.eW)((t,e,r)=>{t.append("defs").append("marker").attr("id",r+"_"+e+"-barbEnd").attr("refX",19).attr("refY",7).attr("markerWidth",20).attr("markerHeight",14).attr("markerUnits","userSpaceOnUse").attr("orient","auto").append("path").attr("d","M 19,7 L9,13 L14,7 L9,1 Z")},"barb")},tV=tZ,tG=(0,a.eW)(async(t,e,r)=>{let i,l,h;let c=e.useHtmlLabels||(0,a.ku)((0,a.nV)().flowchart.htmlLabels);i=r?r:"node default";let u=t.insert("g").attr("class",i).attr("id",e.domId||e.id),d=u.insert("g").attr("class","label").attr("style",e.labelStyle);l=void 0===e.label?"":"string"==typeof e.label?e.label:e.label[0];let f=(h=await (0,n.rw)(d,(0,a.oO)((0,o.SH)(l),(0,a.nV)()),{useHtmlLabels:c,width:e.width||(0,a.nV)().flowchart.wrappingWidth,cssClasses:"markdown-node-label",style:e.labelStyle})).getBBox(),p=e.padding/2;if((0,a.ku)((0,a.nV)().flowchart.htmlLabels)){let t=h.children[0],e=(0,s.Ys)(h),r=t.getElementsByTagName("img");if(r){let t=""===l.replace(/<img[^>]*>/g,"").trim();await Promise.all([...r].map(e=>new Promise(r=>{function i(){if(e.style.display="flex",e.style.flexDirection="column",t){let t=(0,a.nV)().fontSize?(0,a.nV)().fontSize:window.getComputedStyle(document.body).fontSize,r=5*parseInt(t,10)+"px";e.style.minWidth=r,e.style.maxWidth=r}else e.style.width="100%";r(e)}(0,a.eW)(i,"setupImage"),setTimeout(()=>{e.complete&&i()}),e.addEventListener("error",i),e.addEventListener("load",i)})))}f=t.getBoundingClientRect(),e.attr("width",f.width),e.attr("height",f.height)}return c?d.attr("transform","translate("+-f.width/2+", "+-f.height/2+")"):d.attr("transform","translate(0, "+-f.height/2+")"),e.centerLabel&&d.attr("transform","translate("+-f.width/2+", "+-f.height/2+")"),d.insert("rect",":first-child"),{shapeSvg:u,bbox:f,halfPadding:p,label:d}},"labelHelper"),tX=(0,a.eW)((t,e)=>{let r=e.node().getBBox();t.width=r.width,t.height=r.height},"updateNodeBounds"),tQ=(0,a.eW)((t,e)=>("handDrawn"===t.look?"rough-node":"node")+" "+t.cssClasses+" "+(e||""),"getNodeClasses");function tK(t,e){return t.intersect(e)}(0,a.eW)(tK,"intersectNode");function tJ(t,e,r,i){var n=t.x,o=t.y,a=n-i.x,s=o-i.y,l=Math.sqrt(e*e*s*s+r*r*a*a),h=Math.abs(e*r*a/l);i.x<n&&(h=-h);var c=Math.abs(e*r*s/l);return i.y<o&&(c=-c),{x:n+h,y:o+c}}(0,a.eW)(tJ,"intersectEllipse");function t0(t,e,r){return tJ(t,e,e,r)}(0,a.eW)(t0,"intersectCircle");function t1(t,e,r,i){var n,o,a,s,l,h,c,u,d,f,p,g,y,m;if(n=e.y-t.y,a=t.x-e.x,l=e.x*t.y-t.x*e.y,d=n*r.x+a*r.y+l,f=n*i.x+a*i.y+l,0!==d&&0!==f&&t2(d,f))return;if(o=i.y-r.y,s=r.x-i.x,h=i.x*r.y-r.x*i.y,c=o*t.x+s*t.y+h,u=o*e.x+s*e.y+h,!(0!==c&&0!==u&&t2(c,u))&&0!=(p=n*s-o*a))return g=Math.abs(p/2),m=(y=a*h-s*l)<0?(y-g)/p:(y+g)/p,{x:m,y:(y=o*l-n*h)<0?(y-g)/p:(y+g)/p}}function t2(t,e){return t*e>0}(0,a.eW)(t1,"intersectLine"),(0,a.eW)(t2,"sameSign");function t3(t,e,r){let i=t.x,n=t.y,o=[],a=Number.POSITIVE_INFINITY,s=Number.POSITIVE_INFINITY;"function"==typeof e.forEach?e.forEach(function(t){a=Math.min(a,t.x),s=Math.min(s,t.y)}):(a=Math.min(a,e.x),s=Math.min(s,e.y));let l=i-t.width/2-a,h=n-t.height/2-s;for(let i=0;i<e.length;i++){let n=e[i],a=e[i<e.length-1?i+1:0],s=t1(t,r,{x:l+n.x,y:h+n.y},{x:l+a.x,y:h+a.y});s&&o.push(s)}return o.length?(o.length>1&&o.sort(function(t,e){let i=t.x-r.x,n=t.y-r.y,o=Math.sqrt(i*i+n*n),a=e.x-r.x,s=e.y-r.y,l=Math.sqrt(a*a+s*s);return o<l?-1:o===l?0:1}),o[0]):t}(0,a.eW)(t3,"intersectPolygon");var t5=t0,t6=t3,t4=ti,t9=(0,a.eW)(async(t,e,r)=>{let i;let{labelStyles:n,nodeStyles:o}=tu(e);e.labelStyle=n;let{shapeSvg:a,bbox:s}=await tG(t,e,tQ(e)),l=Math.max(s.width+2*r.labelPaddingX,e?.width||0),h=Math.max(s.height+2*r.labelPaddingY,e?.height||0),c=-l/2,u=-h/2,{rx:d,ry:f}=e,{cssStyles:p}=e;if(r?.rx&&r.ry&&(d=r.rx,f=r.ry),"handDrawn"===e.look){let t=tr.svg(a),r=td(e,{}),n=d||f?t.path(ts(c,u,l,h,d||0),r):t.rectangle(c,u,l,h,r);(i=a.insert(()=>n,":first-child")).attr("class","basic label-container").attr("style",p)}else(i=a.insert("rect",":first-child")).attr("class","basic label-container").attr("style",o).attr("rx",d).attr("data-id","abc").attr("data-et","node").attr("ry",f).attr("x",c).attr("y",u).attr("width",l).attr("height",h);return tX(e,i),e.intersect=function(t){return t4(e,t)},a},"drawRect"),t8=(0,a.eW)(async(t,e)=>t9(t,e,{rx:5,ry:5,classes:"flowchart-node"}),"state"),t7=(0,a.eW)(async(t,e)=>{let r={rx:5,ry:5,classes:"",labelPaddingX:1*(e?.padding||0),labelPaddingY:1*(e?.padding||0)};return t9(t,e,r)},"roundedRect"),et=(0,a.eW)(async(t,e)=>{let r={rx:0,ry:0,classes:"",labelPaddingX:2*(e?.padding||0),labelPaddingY:1*(e?.padding||0)};return t9(t,e,r)},"squareRect"),ee=(0,a.eW)((t,e)=>{let r;let{themeVariables:i}=(0,a.nV)(),{lineColor:n}=i,o=t.insert("g").attr("class","node default").attr("id",e.domId||e.id);if("handDrawn"===e.look){let t=tr.svg(o).circle(0,0,14,tl(n));r=o.insert(()=>t)}else r=o.insert("circle",":first-child");return r.attr("class","state-start").attr("r",7).attr("width",14).attr("height",14),tX(e,r),e.intersect=function(t){return t5(e,7,t)},o},"stateStart"),er=(0,a.eW)((t,e)=>{let r,i;let{themeVariables:n}=(0,a.nV)(),{lineColor:o}=n,s=t.insert("g").attr("class","node default").attr("id",e.domId||e.id);if("handDrawn"===e.look){let t=tr.svg(s),e=t.circle(0,0,14,{...tl(o),roughness:.5}),n=t.circle(0,0,5,{...tl(o),fillStyle:"solid"});r=s.insert(()=>e),i=s.insert(()=>n)}else i=s.insert("circle",":first-child"),(r=s.insert("circle",":first-child")).attr("class","state-start").attr("r",7).attr("width",14).attr("height",14),i.attr("class","state-end").attr("r",5).attr("width",10).attr("height",10);return tX(e,r),e.intersect=function(t){return t5(e,7,t)},s},"stateEnd"),ei=(0,a.eW)((t,e,r)=>{let i;let{themeVariables:n}=(0,a.nV)(),{lineColor:o}=n,s=t.insert("g").attr("class","node default").attr("id",e.domId||e.id),l=70,h=10;"LR"===r&&(l=10,h=70);let c=-1*l/2,u=-1*h/2;if("handDrawn"===e.look){let t=tr.svg(s).rectangle(c,u,l,h,tl(o));i=s.insert(()=>t)}else i=s.append("rect").attr("x",c).attr("y",u).attr("width",l).attr("height",h).attr("class","fork-join");tX(e,i);let d=0,f=0,p=10;return e.height&&(d=e.height),e.width&&(f=e.width),e.padding&&(p=e.padding),e.height=d+p/2,e.width=f+p/2,e.intersect=function(t){return t4(e,t)},s},"forkJoin"),en=(0,a.eW)((t,e)=>{let r;let{labelStyles:i,nodeStyles:n}=tu(e);e.labelStyle=i;let{themeVariables:o}=(0,a.nV)(),{lineColor:s}=o,l=t.insert("g").attr("class","node default").attr("id",e.domId||e.id),h=[{x:0,y:14},{x:14,y:0},{x:0,y:-14},{x:-14,y:0}];if("handDrawn"===e.look){let t=tr.svg(l),e=h.map(function(t){return[t.x,t.y]}),i=t.polygon(e,tl(s));r=l.insert(()=>i)}else r=l.insert("polygon",":first-child").attr("points",h.map(function(t){return t.x+","+t.y}).join(" "));return r.attr("class","state-start").attr("r",7).attr("width",28).attr("height",28).attr("style",n),e.width=28,e.height=28,e.intersect=function(t){return t5(e,14,t)},l},"choice"),eo=(0,a.eW)(async(t,e)=>{let r;let{themeVariables:i,handDrawnSeed:n}=(0,a.nV)(),{noteBorderColor:o,noteBkgColor:s}=i;!e.useHtmlLabels&&(e.centerLabel=!0);let{shapeSvg:l,bbox:h}=await tG(t,e,"node "+e.cssClasses);a.cM.info("Classes = ",e.cssClasses);let{cssStyles:c}=e,u=h.width+e.padding,d=h.height+e.padding,f=-u/2,p=-d/2;if("handDrawn"===e.look){let t=tr.svg(l).rectangle(f,p,u,d,{roughness:.7,fill:s,fillWeight:3,seed:n,stroke:o});(r=l.insert(()=>t,":first-child")).attr("class","basic label-container").attr("style",c)}else(r=l.insert("rect",":first-child")).attr("rx",e.rx).attr("ry",e.ry).attr("x",f).attr("y",p).attr("width",u).attr("height",d);return tX(e,r),e.intersect=function(t){return t4(e,t)},l},"note"),ea=(0,a.eW)(async(t,e)=>{let r;let{labelStyles:i,nodeStyles:n}=tu(e);e.labelStyle=i;let{shapeSvg:o,bbox:a}=await tG(t,e,tQ(e)),s=a.height+e.padding,l=a.width+s/4+e.padding,{cssStyles:h}=e;if("handDrawn"===e.look){let t=tr.svg(o),i=td(e,{}),n=ts(-l/2,-s/2,l,s,s/2),a=t.path(n,i);(r=o.insert(()=>a,":first-child")).attr("class","basic label-container").attr("style",h)}else(r=o.insert("rect",":first-child")).attr("class","basic label-container").attr("style",n).attr("rx",s/2).attr("ry",s/2).attr("x",-l/2).attr("y",-s/2).attr("width",l).attr("height",s);return tX(e,r),e.intersect=function(t){return t4(e,t)},o},"stadium"),es=(0,a.eW)(async(t,e)=>{let r,i,n;let{labelStyles:o,nodeStyles:l}=tu(e);e.labelStyle=o,r=e.cssClasses?"node "+e.cssClasses:"node default";let h=t.insert("g").attr("class",r).attr("id",e.domId||e.id),c=h.insert("g"),u=h.insert("g").attr("class","label").attr("style",l),d=e.description,f=e.label,p=u.node().appendChild(await ta(f,e.labelStyle,!0,!0)),g={width:0,height:0};if((0,a.ku)(a.nV()?.flowchart?.htmlLabels)){let t=p.children[0],e=(0,s.Ys)(p);g=t.getBoundingClientRect(),e.attr("width",g.width),e.attr("height",g.height)}a.cM.info("Text 2",d);let y=d||[],m=p.getBBox(),x=u.node().appendChild(await ta(y.join?y.join("<br/>"):y,e.labelStyle,!0,!0)),b=x.children[0],C=(0,s.Ys)(x);g=b.getBoundingClientRect(),C.attr("width",g.width),C.attr("height",g.height);let k=(e.padding||0)/2;(0,s.Ys)(x).attr("transform","translate( "+(g.width>m.width?0:(m.width-g.width)/2)+", "+(m.height+k+5)+")"),(0,s.Ys)(p).attr("transform","translate( "+(g.width<m.width?0:-(m.width-g.width)/2)+", 0)"),g=u.node().getBBox(),u.attr("transform","translate("+-g.width/2+", "+(-g.height/2-k+3)+")");let _=g.width+(e.padding||0),w=g.height+(e.padding||0),v=-g.width/2-k,T=-g.height/2-k;if("handDrawn"===e.look){let t=tr.svg(h),r=td(e,{}),o=t.path(ts(v,T,_,w,e.rx||0),r),s=t.line(-g.width/2-k,-g.height/2-k+m.height+k,g.width/2+k,-g.height/2-k+m.height+k,r);n=h.insert(()=>(a.cM.debug("Rough node insert CXC",o),s),":first-child"),i=h.insert(()=>(a.cM.debug("Rough node insert CXC",o),o),":first-child")}else i=c.insert("rect",":first-child"),n=c.insert("line"),i.attr("class","outer title-state").attr("style",l).attr("x",-g.width/2-k).attr("y",-g.height/2-k).attr("width",g.width+(e.padding||0)).attr("height",g.height+(e.padding||0)),n.attr("class","divider").attr("x1",-g.width/2-k).attr("x2",g.width/2+k).attr("y1",-g.height/2-k+m.height+k).attr("y2",-g.height/2-k+m.height+k);return tX(e,i),e.intersect=function(t){return t4(e,t)},h},"rectWithTitle");function el(t,e,r,i){return t.insert("polygon",":first-child").attr("points",i.map(function(t){return t.x+","+t.y}).join(" ")).attr("class","label-container").attr("transform","translate("+-e/2+","+r/2+")")}(0,a.eW)(el,"insertPolygonShape");var eh=(0,a.eW)(async(t,e)=>{let{labelStyles:r,nodeStyles:i}=tu(e);e.labelStyle=r;let{shapeSvg:n,bbox:o}=await tG(t,e,tQ(e)),a=(e?.padding||0)/2,s=o.width+e.padding,l=o.height+e.padding,h=-o.width/2-a,c=-o.height/2-a,u=[{x:0,y:0},{x:s,y:0},{x:s,y:-l},{x:0,y:-l},{x:0,y:0},{x:-8,y:0},{x:s+8,y:0},{x:s+8,y:-l},{x:-8,y:-l},{x:-8,y:0}];if("handDrawn"===e.look){let t=tr.svg(n),r=td(e,{}),i=t.rectangle(h-8,c,s+16,l,r),o=t.line(h,c,h,c+l,r),a=t.line(h+s,c,h+s,c+l,r);n.insert(()=>o,":first-child"),n.insert(()=>a,":first-child");let u=n.insert(()=>i,":first-child"),{cssStyles:d}=e;u.attr("class","basic label-container").attr("style",d),tX(e,u)}else{let t=el(n,s,l,u);i&&t.attr("style",i),tX(e,t)}return e.intersect=function(t){return t6(e,u,t)},n},"subroutine"),ec=(0,a.eW)((t,e,r,i,n,o)=>`M${t},${e+o} a${n},${o} 0,0,0 ${r},0 a${n},${o} 0,0,0 ${-r},0 l0,${i} a${n},${o} 0,0,0 ${r},0 l0,${-i}`,"createCylinderPathD"),eu=(0,a.eW)((t,e,r,i,n,o)=>`M${t},${e+o} M${t+r},${e+o} a${n},${o} 0,0,0 ${-r},0 l0,${i} a${n},${o} 0,0,0 ${r},0 l0,${-i}`,"createOuterCylinderPathD"),ed=(0,a.eW)((t,e,r,i,n,o)=>`M${t-r/2},${-i/2} a${n},${o} 0,0,0 ${r},0`,"createInnerCylinderPathD"),ef=(0,a.eW)(async(t,e)=>{let r;let{labelStyles:i,nodeStyles:n}=tu(e);e.labelStyle=i;let{shapeSvg:o,bbox:a}=await tG(t,e,tQ(e)),s=a.width+e.padding,l=s/2,h=l/(2.5+s/50),c=a.height+h+e.padding,{cssStyles:u}=e;if("handDrawn"===e.look){let t=tr.svg(o),i=eu(0,0,s,c,l,h),n=ed(0,h,s,c,l,h),a=t.path(i,td(e,{})),d=t.path(n,td(e,{fill:"none"}));r=o.insert(()=>d,":first-child"),(r=o.insert(()=>a,":first-child")).attr("class","basic label-container"),u&&r.attr("style",u)}else{let t=ec(0,0,s,c,l,h);r=o.insert("path",":first-child").attr("d",t).attr("class","basic label-container").attr("style",u).attr("style",n)}return r.attr("label-offset-y",h),r.attr("transform",`translate(${-s/2}, ${-(c/2+h)})`),tX(e,r),e.intersect=function(t){let r=t4(e,t),i=r.x-(e.x??0);if(0!=l&&(Math.abs(i)<(e.width??0)/2||Math.abs(i)==(e.width??0)/2&&Math.abs(r.y-(e.y??0))>(e.height??0)/2-h)){let n=h*h*(1-i*i/(l*l));n>0&&(n=Math.sqrt(n)),n=h-n,t.y-(e.y??0)>0&&(n=-n),r.y+=n}return r},o},"cylinder"),ep=(0,a.eW)(async(t,e)=>{let r;let{labelStyles:i,nodeStyles:n}=tu(e);e.labelStyle=i;let{shapeSvg:o,bbox:s,halfPadding:l}=await tG(t,e,tQ(e)),h=s.width/2+l,{cssStyles:c}=e;if("handDrawn"===e.look){let t=tr.svg(o),i=td(e,{}),n=t.circle(0,0,2*h,i);(r=o.insert(()=>n,":first-child")).attr("class","basic label-container").attr("style",c)}else r=o.insert("circle",":first-child").attr("class","basic label-container").attr("style",n).attr("r",h).attr("cx",0).attr("cy",0);return tX(e,r),e.intersect=function(t){return a.cM.info("Circle intersect",e,h,t),t5(e,h,t)},o},"circle"),eg=(0,a.eW)(async(t,e)=>{let r;let{labelStyles:i,nodeStyles:n}=tu(e);e.labelStyle=i;let{shapeSvg:o,bbox:s,halfPadding:l}=await tG(t,e,tQ(e)),h=s.width/2+l+5,c=s.width/2+l,{cssStyles:u}=e;if("handDrawn"===e.look){let t=tr.svg(o),i=td(e,{roughness:.2,strokeWidth:2.5}),n=td(e,{roughness:.2,strokeWidth:1.5}),a=t.circle(0,0,2*h,i),s=t.circle(0,0,2*c,n);(r=o.insert("g",":first-child")).attr("class",e.cssClasses).attr("style",u),r.node()?.appendChild(a),r.node()?.appendChild(s)}else{let t=(r=o.insert("g",":first-child")).insert("circle",":first-child"),e=r.insert("circle");r.attr("class","basic label-container").attr("style",n),t.attr("class","outer-circle").attr("style",n).attr("r",h).attr("cx",0).attr("cy",0),e.attr("class","inner-circle").attr("style",n).attr("r",c).attr("cx",0).attr("cy",0)}return tX(e,r),e.intersect=function(t){return a.cM.info("DoubleCircle intersect",e,h,t),t5(e,h,t)},o},"doublecircle"),ey=(0,a.eW)((t,e,r,i)=>`M${t-i/2},${e} L${t+r},${e} L${t+r},${e-i} L${t-i/2},${e-i} L${t},${e-i/2} Z`,"createPolygonPathD"),em=(0,a.eW)(async(t,e)=>{let r;let{labelStyles:i,nodeStyles:n}=tu(e);e.labelStyle=i;let{shapeSvg:o,bbox:a}=await tG(t,e,tQ(e)),s=a.width+e.padding,l=a.height+e.padding,h=[{x:-l/2,y:0},{x:s,y:0},{x:s,y:-l},{x:-l/2,y:-l},{x:0,y:-l/2}],{cssStyles:c}=e;if("handDrawn"===e.look){let t=tr.svg(o),i=td(e,{}),n=ey(0,0,s,l),a=t.path(n,i);r=o.insert(()=>a,":first-child").attr("transform",`translate(${-s/2}, ${l/2})`),c&&r.attr("style",c)}else r=el(o,s,l,h);return n&&r.attr("style",n),e.width=s+l,e.height=l,tX(e,r),e.intersect=function(t){return t6(e,h,t)},o},"rect_left_inv_arrow"),ex=(0,a.eW)((t,e,r)=>`M${t+r/2},${e} L${t+r},${e-r/2} L${t+r/2},${e-r} L${t},${e-r/2} Z`,"createDecisionBoxPathD"),eb=(0,a.eW)(async(t,e)=>{let r;let{labelStyles:i,nodeStyles:n}=tu(e);e.labelStyle=i;let{shapeSvg:o,bbox:s}=await tG(t,e,tQ(e)),l=s.width+e.padding,h=l+(s.height+e.padding),c=[{x:h/2,y:0},{x:h,y:-h/2},{x:h/2,y:-h},{x:0,y:-h/2}],{cssStyles:u}=e;if("handDrawn"===e.look){let t=tr.svg(o),i=td(e,{}),n=ex(0,0,h),a=t.path(n,i);r=o.insert(()=>a,":first-child").attr("transform",`translate(${-h/2}, ${h/2})`),u&&r.attr("style",u)}else r=el(o,h,h,c);return n&&r.attr("style",n),tX(e,r),e.intersect=function(t){return a.cM.debug("APA12 Intersect called SPLIT\npoint:",t,"\nnode:\n",e,"\nres:",t6(e,c,t)),t6(e,c,t)},o},"question"),eC=(0,a.eW)((t,e,r,i,n)=>`M${t+n},${e} L${t+r-n},${e} L${t+r},${e-i/2} L${t+r-n},${e-i} L${t+n},${e-i} L${t},${e-i/2} Z`,"createHexagonPathD"),ek=(0,a.eW)(async(t,e)=>{let r;let{labelStyles:i,nodeStyles:n}=tu(e);e.labelStyle=i;let{shapeSvg:o,bbox:a}=await tG(t,e,tQ(e)),s=a.height+e.padding,l=s/4,h=a.width+2*l+e.padding,c=[{x:l,y:0},{x:h-l,y:0},{x:h,y:-s/2},{x:h-l,y:-s},{x:l,y:-s},{x:0,y:-s/2}],{cssStyles:u}=e;if("handDrawn"===e.look){let t=tr.svg(o),i=td(e,{}),n=eC(0,0,h,s,l),a=t.path(n,i);r=o.insert(()=>a,":first-child").attr("transform",`translate(${-h/2}, ${s/2})`),u&&r.attr("style",u)}else r=el(o,h,s,c);return n&&r.attr("style",n),e.width=h,e.height=s,tX(e,r),e.intersect=function(t){return t6(e,c,t)},o},"hexagon"),e_=(0,a.eW)((t,e,r,i)=>`M${t-2*i/6},${e} L${t+r-i/6},${e} L${t+r+2*i/6},${e-i} L${t+i/6},${e-i} Z`,"createLeanRightPathD"),ew=(0,a.eW)(async(t,e)=>{let r;let{labelStyles:i,nodeStyles:n}=tu(e);e.labelStyle=i;let{shapeSvg:o,bbox:a}=await tG(t,e,tQ(e)),s=a.width+e.padding,l=a.height+e.padding,h=[{x:-2*l/6,y:0},{x:s-l/6,y:0},{x:s+2*l/6,y:-l},{x:l/6,y:-l}],{cssStyles:c}=e;if("handDrawn"===e.look){let t=tr.svg(o),i=td(e,{}),n=e_(0,0,s,l),a=t.path(n,i);r=o.insert(()=>a,":first-child").attr("transform",`translate(${-s/2}, ${l/2})`),c&&r.attr("style",c)}else r=el(o,s,l,h);return n&&r.attr("style",n),e.width=s,e.height=l,tX(e,r),e.intersect=function(t){return t6(e,h,t)},o},"lean_right"),ev=(0,a.eW)((t,e,r,i)=>`M${t+2*i/6},${e} L${t+r+i/6},${e} L${t+r-2*i/6},${e-i} L${t-i/6},${e-i} Z`,"createLeanLeftPathD"),eT=(0,a.eW)(async(t,e)=>{let r;let{labelStyles:i,nodeStyles:n}=tu(e);e.labelStyle=i;let{shapeSvg:o,bbox:a}=await tG(t,e,tQ(e)),s=a.width+e.padding,l=a.height+e.padding,h=[{x:2*l/6,y:0},{x:s+l/6,y:0},{x:s-2*l/6,y:-l},{x:-l/6,y:-l}],{cssStyles:c}=e;if("handDrawn"===e.look){let t=tr.svg(o),i=td(e,{}),n=ev(0,0,s,l),a=t.path(n,i);r=o.insert(()=>a,":first-child").attr("transform",`translate(${-s/2}, ${l/2})`),c&&r.attr("style",c)}else r=el(o,s,l,h);return n&&r.attr("style",n),e.width=s,e.height=l,tX(e,r),e.intersect=function(t){return t6(e,h,t)},o},"lean_left"),eS=(0,a.eW)((t,e,r,i)=>`M${t-2*i/6},${e} L${t+r+2*i/6},${e} L${t+r-i/6},${e-i} L${t+i/6},${e-i} Z`,"createTrapezoidPathD"),eM=(0,a.eW)(async(t,e)=>{let r;let{labelStyles:i,nodeStyles:n}=tu(e);e.labelStyle=i;let{shapeSvg:o,bbox:a}=await tG(t,e,tQ(e)),s=a.width+e.padding,l=a.height+e.padding,h=[{x:-2*l/6,y:0},{x:s+2*l/6,y:0},{x:s-l/6,y:-l},{x:l/6,y:-l}],{cssStyles:c}=e;if("handDrawn"===e.look){let t=tr.svg(o),i=td(e,{}),n=eS(0,0,s,l),a=t.path(n,i);r=o.insert(()=>a,":first-child").attr("transform",`translate(${-s/2}, ${l/2})`),c&&r.attr("style",c)}else r=el(o,s,l,h);return n&&r.attr("style",n),e.width=s,e.height=l,tX(e,r),e.intersect=function(t){return t6(e,h,t)},o},"trapezoid"),eB=(0,a.eW)((t,e,r,i)=>`M${t+i/6},${e} L${t+r-i/6},${e} L${t+r+2*i/6},${e-i} L${t-2*i/6},${e-i} Z`,"createInvertedTrapezoidPathD"),eL=(0,a.eW)(async(t,e)=>{let r;let{labelStyles:i,nodeStyles:n}=tu(e);e.labelStyle=i;let{shapeSvg:o,bbox:a}=await tG(t,e,tQ(e)),s=a.width+e.padding,l=a.height+e.padding,h=[{x:l/6,y:0},{x:s-l/6,y:0},{x:s+2*l/6,y:-l},{x:-2*l/6,y:-l}],{cssStyles:c}=e;if("handDrawn"===e.look){let t=tr.svg(o),i=td(e,{}),n=eB(0,0,s,l),a=t.path(n,i);r=o.insert(()=>a,":first-child").attr("transform",`translate(${-s/2}, ${l/2})`),c&&r.attr("style",c)}else r=el(o,s,l,h);return n&&r.attr("style",n),e.width=s,e.height=l,tX(e,r),e.intersect=function(t){return t6(e,h,t)},o},"inv_trapezoid"),eF={state:t8,stateStart:ee,stateEnd:er,fork:ei,join:ei,choice:en,note:eo,roundedRect:t7,rectWithTitle:es,squareRect:et,stadium:ea,subroutine:eh,cylinder:ef,circle:ep,doublecircle:eg,odd:em,diamond:eb,hexagon:ek,lean_right:ew,lean_left:eT,trapezoid:eM,inv_trapezoid:eL,labelRect:(0,a.eW)(async(t,e)=>{let{shapeSvg:r}=await tG(t,e,"label"),i=r.insert("rect",":first-child");return i.attr("width",.1).attr("height",.1),r.attr("class","label edgeLabel"),tX(e,i),e.intersect=function(t){return t4(e,t)},r},"labelRect")},eA=new Map,eW=(0,a.eW)(async(t,e,r)=>{let i,n;if("rect"===e.shape&&(e.rx&&e.ry?e.shape="roundedRect":e.shape="squareRect"),e.link){let o;"sandbox"===(0,a.nV)().securityLevel?o="_top":e.linkTarget&&(o=e.linkTarget||"_blank"),i=t.insert("svg:a").attr("xlink:href",e.link).attr("target",o),n=await eF[e.shape](i,e,r)}else i=n=await eF[e.shape](t,e,r);return e.tooltip&&n.attr("title",e.tooltip),eA.set(e.id,i),e.haveCallback&&eA.get(e.id).attr("class",eA.get(e.id).attr("class")+" clickable"),i},"insertNode"),eE=(0,a.eW)((t,e)=>{eA.set(e.id,t)},"setNodeElem"),e$=(0,a.eW)(()=>{eA.clear()},"clear"),eO=(0,a.eW)(t=>{let e=eA.get(t.id);a.cM.trace("Transforming node",t.diff,t,"translate("+(t.x-t.width/2-5)+", "+t.width/2+")");let r=t.diff||0;return t.clusterNode?e.attr("transform","translate("+(t.x+r-t.width/2)+", "+(t.y-t.height/2-8)+")"):e.attr("transform","translate("+t.x+", "+t.y+")"),r},"positionNode")},63985:function(t,e,r){"use strict";r.d(e,{_b:function(){return c},jM:function(){return l},sY:function(){return h}});var i=r(11779),n=r(84890),o=r(28923),a={common:o.SY,getConfig:o.iE,insertCluster:i.us,insertEdge:i.QP,insertEdgeLabel:i.I_,insertMarkers:i.DQ,insertNode:i.Lf,interpolateToCurve:n.le,labelHelper:i.C1,log:o.cM,positionEdgeLabel:i.Jj},s={},l=(0,o.eW)(t=>{for(let e of t)s[e.name]=e},"registerLayoutLoaders");(0,o.eW)(()=>{l([{name:"dagre",loader:(0,o.eW)(async()=>await Promise.all([r.e("97012"),r.e("38494"),r.e("48302")]).then(r.bind(r,67739)),"loader")}])},"registerDefaultLayoutLoaders")();var h=(0,o.eW)(async(t,e)=>{if(!(t.layoutAlgorithm in s))throw Error(`Unknown layout algorithm: ${t.layoutAlgorithm}`);let r=s[t.layoutAlgorithm];return(await r.loader()).render(t,e,a,{algorithm:r.algorithm})},"render"),c=(0,o.eW)((t="",{fallback:e="dagre"}={})=>{if(t in s)return t;if(e in s)return o.cM.warn(`Layout algorithm ${t} is not registered. Using ${e} as fallback.`),e;throw Error(`Both layout algorithms ${t} and ${e} are not registered.`)},"getRegisteredLayoutAlgorithm")},57396:function(t,e,r){"use strict";r.d(e,{Z:()=>nM});var i,n=r("37434"),o=r("63985");r("11779"),r("25653"),r("19039");var a=r("84890"),s=r("96418"),l=r("70466"),h=r("28923"),c=r("11464"),u=r("11141"),d="comm",f="rule",p="decl",g=Math.abs,y=String.fromCharCode;function m(t){return t.trim()}function x(t,e,r){return t.replace(e,r)}function b(t,e){return 0|t.charCodeAt(e)}function C(t,e,r){return t.slice(e,r)}function k(t){return t.length}function _(t,e){return e.push(t),t}function w(t,e){for(var r="",i=0;i<t.length;i++)r+=e(t[i],i,t,e)||"";return r}function v(t,e,r,i){switch(t.type){case"@layer":if(t.children.length)break;case"@import":case p:return t.return=t.return||t.value;case d:return"";case"@keyframes":return t.return=t.value+"{"+w(t.children,i)+"}";case f:if(!k(t.value=t.props.join(",")))return""}return k(r=w(t.children,i))?t.return=t.value+"{"+r+"}":""}var T=1,S=1,M=0,B=0,L=0,F="";function A(t,e,r,i,n,o,a,s){return{value:t,root:e,parent:r,type:i,props:n,children:o,line:T,column:S,length:a,return:"",siblings:s}}function W(){return L=B<M?b(F,B++):0,S++,10===L&&(S=1,T++),L}function E(){return b(F,B)}function $(){return B}function O(t,e){return C(F,t,e)}function I(t){switch(t){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function D(t){var e,r;return(e=B-1,r=function t(e){for(;W();)switch(L){case e:return B;case 34:case 39:34!==e&&39!==e&&t(L);break;case 40:41===e&&t(e);break;case 92:W()}return B}(91===t?t+2:40===t?t+1:t),C(F,e,r)).trim()}function Z(t,e,r,i,n,o,a,s,l,h,c,u){for(var d=n-1,p=0===n?o:[""],y=p.length,m=0,b=0,k=0;m<i;++m)for(var _=0,w=C(t,d+1,d=g(b=a[m])),v=t;_<y;++_)if(v=(b>0?p[_]+" "+w:x(w,/&\f/g,p[_])).trim())l[k++]=v;return A(t,e,r,0===n?f:s,l,h,c,u)}function q(t,e,r,i,n){return A(t,e,r,p,C(t,0,i),C(t,i+1,-1),i,n)}var z=r("31699"),N=r("31570"),P=(0,h.eW)(t=>/^\s*C4Context|C4Container|C4Component|C4Dynamic|C4Deployment/.test(t),"detector"),R=(0,h.eW)(async()=>{let{diagram:t}=await r.e("42032").then(r.bind(r,55060));return{id:"c4",diagram:t}},"loader"),j={id:"c4",detector:P,loader:R},Y="flowchart",U=(0,h.eW)((t,e)=>e?.flowchart?.defaultRenderer!=="dagre-wrapper"&&e?.flowchart?.defaultRenderer!=="elk"&&/^\s*graph/.test(t),"detector"),H=(0,h.eW)(async()=>{let{diagram:t}=await Promise.all([r.e("49704"),r.e("19091")]).then(r.bind(r,25954));return{id:Y,diagram:t}},"loader"),V={id:Y,detector:U,loader:H},G="flowchart-v2",X=(0,h.eW)((t,e)=>e?.flowchart?.defaultRenderer!=="dagre-d3"&&(e?.flowchart?.defaultRenderer==="elk"&&(e.layout="elk"),!!/^\s*graph/.test(t)&&e?.flowchart?.defaultRenderer==="dagre-wrapper"||/^\s*flowchart/.test(t)),"detector"),Q=(0,h.eW)(async()=>{let{diagram:t}=await Promise.all([r.e("49704"),r.e("19091")]).then(r.bind(r,25954));return{id:G,diagram:t}},"loader"),K={id:G,detector:X,loader:Q},J=(0,h.eW)(t=>/^\s*erDiagram/.test(t),"detector"),tt=(0,h.eW)(async()=>{let{diagram:t}=await Promise.all([r.e("97012"),r.e("38494"),r.e("10771")]).then(r.bind(r,9769));return{id:"er",diagram:t}},"loader"),te={id:"er",detector:J,loader:tt},tr="gitGraph",ti=(0,h.eW)(t=>/^\s*gitGraph/.test(t),"detector"),tn=(0,h.eW)(async()=>{let{diagram:t}=await Promise.all([r.e("97012"),r.e("45401"),r.e("59581")]).then(r.bind(r,64395));return{id:tr,diagram:t}},"loader"),to={id:tr,detector:ti,loader:tn},ta="gantt",ts=(0,h.eW)(t=>/^\s*gantt/.test(t),"detector"),tl=(0,h.eW)(async()=>{let{diagram:t}=await r.e("97854").then(r.bind(r,11659));return{id:ta,diagram:t}},"loader"),th={id:ta,detector:ts,loader:tl},tc="info",tu=(0,h.eW)(t=>/^\s*info/.test(t),"detector"),td=(0,h.eW)(async()=>{let{diagram:t}=await Promise.all([r.e("97012"),r.e("45401"),r.e("23512")]).then(r.bind(r,81751));return{id:tc,diagram:t}},"loader"),tf={id:tc,detector:tu,loader:td},tp={id:"pie",detector:(0,h.eW)(t=>/^\s*pie/.test(t),"detector"),loader:(0,h.eW)(async()=>{let{diagram:t}=await Promise.all([r.e("97012"),r.e("45401"),r.e("27908")]).then(r.bind(r,15573));return{id:"pie",diagram:t}},"loader")},tg="quadrantChart",ty=(0,h.eW)(t=>/^\s*quadrantChart/.test(t),"detector"),tm=(0,h.eW)(async()=>{let{diagram:t}=await r.e("94271").then(r.bind(r,59657));return{id:tg,diagram:t}},"loader"),tx={id:tg,detector:ty,loader:tm},tb="xychart",tC=(0,h.eW)(t=>/^\s*xychart-beta/.test(t),"detector"),tk=(0,h.eW)(async()=>{let{diagram:t}=await r.e("28639").then(r.bind(r,65230));return{id:tb,diagram:t}},"loader"),t_={id:tb,detector:tC,loader:tk},tw="requirement",tv=(0,h.eW)(t=>/^\s*requirement(Diagram)?/.test(t),"detector"),tT=(0,h.eW)(async()=>{let{diagram:t}=await Promise.all([r.e("97012"),r.e("38494"),r.e("22477")]).then(r.bind(r,3490));return{id:tw,diagram:t}},"loader"),tS={id:tw,detector:tv,loader:tT},tM="sequence",tB=(0,h.eW)(t=>/^\s*sequenceDiagram/.test(t),"detector"),tL=(0,h.eW)(async()=>{let{diagram:t}=await r.e("66806").then(r.bind(r,88250));return{id:tM,diagram:t}},"loader"),tF={id:tM,detector:tB,loader:tL},tA="class",tW=(0,h.eW)((t,e)=>e?.class?.defaultRenderer!=="dagre-wrapper"&&/^\s*classDiagram/.test(t),"detector"),tE=(0,h.eW)(async()=>{let{diagram:t}=await Promise.all([r.e("97012"),r.e("38494"),r.e("75256"),r.e("74159")]).then(r.bind(r,49390));return{id:tA,diagram:t}},"loader"),t$={id:tA,detector:tW,loader:tE},tO="classDiagram",tI=(0,h.eW)((t,e)=>!!/^\s*classDiagram/.test(t)&&e?.class?.defaultRenderer==="dagre-wrapper"||/^\s*classDiagram-v2/.test(t),"detector"),tD=(0,h.eW)(async()=>{let{diagram:t}=await Promise.all([r.e("97012"),r.e("38494"),r.e("49704"),r.e("75256"),r.e("43002"),r.e("83468")]).then(r.bind(r,99877));return{id:tO,diagram:t}},"loader"),tZ={id:tO,detector:tI,loader:tD},tq="state",tz=(0,h.eW)((t,e)=>e?.state?.defaultRenderer!=="dagre-wrapper"&&/^\s*stateDiagram/.test(t),"detector"),tN=(0,h.eW)(async()=>{let{diagram:t}=await Promise.all([r.e("97012"),r.e("38494"),r.e("49704"),r.e("15749"),r.e("48574")]).then(r.bind(r,89616));return{id:tq,diagram:t}},"loader"),tP={id:tq,detector:tz,loader:tN},tR="stateDiagram",tj=(0,h.eW)((t,e)=>!!(/^\s*stateDiagram-v2/.test(t)||/^\s*stateDiagram/.test(t)&&e?.state?.defaultRenderer==="dagre-wrapper")||!1,"detector"),tY=(0,h.eW)(async()=>{let{diagram:t}=await Promise.all([r.e("49704"),r.e("15749"),r.e("16881")]).then(r.bind(r,86129));return{id:tR,diagram:t}},"loader"),tU={id:tR,detector:tj,loader:tY},tH="journey",tV=(0,h.eW)(t=>/^\s*journey/.test(t),"detector"),tG=(0,h.eW)(async()=>{let{diagram:t}=await r.e("23316").then(r.bind(r,90634));return{id:tH,diagram:t}},"loader"),tX={id:tH,detector:tV,loader:tG},tQ={draw:(0,h.eW)((t,e,r)=>{h.cM.debug("rendering svg for syntax error\n");let i=(0,l.P)(e),n=i.append("g");i.attr("viewBox","0 0 2412 512"),(0,h.v2)(i,100,512,!0),n.append("path").attr("class","error-icon").attr("d","m411.313,123.313c6.25-6.25 6.25-16.375 0-22.625s-16.375-6.25-22.625,0l-32,32-9.375,9.375-20.688-20.688c-12.484-12.5-32.766-12.5-45.25,0l-16,16c-1.261,1.261-2.304,2.648-3.31,4.051-21.739-8.561-45.324-13.426-70.065-13.426-105.867,0-192,86.133-192,192s86.133,192 192,192 192-86.133 192-192c0-24.741-4.864-48.327-13.426-70.065 1.402-1.007 2.79-2.049 4.051-3.31l16-16c12.5-12.492 12.5-32.758 0-45.25l-20.688-20.688 9.375-9.375 32.001-31.999zm-219.313,100.687c-52.938,0-96,43.063-96,96 0,8.836-7.164,16-16,16s-16-7.164-16-16c0-70.578 57.422-128 128-128 8.836,0 16,7.164 16,16s-7.164,16-16,16z"),n.append("path").attr("class","error-icon").attr("d","m459.02,148.98c-6.25-6.25-16.375-6.25-22.625,0s-6.25,16.375 0,22.625l16,16c3.125,3.125 7.219,4.688 11.313,4.688 4.094,0 8.188-1.563 11.313-4.688 6.25-6.25 6.25-16.375 0-22.625l-16.001-16z"),n.append("path").attr("class","error-icon").attr("d","m340.395,75.605c3.125,3.125 7.219,4.688 11.313,4.688 4.094,0 8.188-1.563 11.313-4.688 6.25-6.25 6.25-16.375 0-22.625l-16-16c-6.25-6.25-16.375-6.25-22.625,0s-6.25,16.375 0,22.625l15.999,16z"),n.append("path").attr("class","error-icon").attr("d","m400,64c8.844,0 16-7.164 16-16v-32c0-8.836-7.156-16-16-16-8.844,0-16,7.164-16,16v32c0,8.836 7.156,16 16,16z"),n.append("path").attr("class","error-icon").attr("d","m496,96.586h-32c-8.844,0-16,7.164-16,16 0,8.836 7.156,16 16,16h32c8.844,0 16-7.164 16-16 0-8.836-7.156-16-16-16z"),n.append("path").attr("class","error-icon").attr("d","m436.98,75.605c3.125,3.125 7.219,4.688 11.313,4.688 4.094,0 8.188-1.563 11.313-4.688l32-32c6.25-6.25 6.25-16.375 0-22.625s-16.375-6.25-22.625,0l-32,32c-6.251,6.25-6.251,16.375-0.001,22.625z"),n.append("text").attr("class","error-text").attr("x",1440).attr("y",250).attr("font-size","150px").style("text-anchor","middle").text("Syntax error in text"),n.append("text").attr("class","error-text").attr("x",1250).attr("y",400).attr("font-size","100px").style("text-anchor","middle").text(`mermaid version ${r}`)},"draw")},tK={db:{},renderer:tQ,parser:{parse:(0,h.eW)(()=>{},"parse")}},tJ="flowchart-elk",t0=(0,h.eW)((t,e={})=>!!(/^\s*flowchart-elk/.test(t)||/^\s*flowchart|graph/.test(t)&&e?.flowchart?.defaultRenderer==="elk")&&(e.layout="elk",!0),"detector"),t1=(0,h.eW)(async()=>{let{diagram:t}=await Promise.all([r.e("49704"),r.e("19091")]).then(r.bind(r,25954));return{id:tJ,diagram:t}},"loader"),t2={id:tJ,detector:t0,loader:t1},t3="timeline",t5=(0,h.eW)(t=>/^\s*timeline/.test(t),"detector"),t6=(0,h.eW)(async()=>{let{diagram:t}=await r.e("2350").then(r.bind(r,17112));return{id:t3,diagram:t}},"loader"),t4={id:t3,detector:t5,loader:t6},t9="mindmap",t8=(0,h.eW)(t=>/^\s*mindmap/.test(t),"detector"),t7=(0,h.eW)(async()=>{let{diagram:t}=await Promise.all([r.e("93853"),r.e("85367")]).then(r.bind(r,56866));return{id:t9,diagram:t}},"loader"),et={id:t9,detector:t8,loader:t7},ee="sankey",er=(0,h.eW)(t=>/^\s*sankey-beta/.test(t),"detector"),ei=(0,h.eW)(async()=>{let{diagram:t}=await r.e("44473").then(r.bind(r,77015));return{id:ee,diagram:t}},"loader"),en={id:ee,detector:er,loader:ei},eo="packet",ea=(0,h.eW)(t=>/^\s*packet-beta/.test(t),"detector"),es=(0,h.eW)(async()=>{let{diagram:t}=await Promise.all([r.e("97012"),r.e("45401"),r.e("37066")]).then(r.bind(r,63242));return{id:eo,diagram:t}},"loader"),el={id:eo,detector:ea,loader:es},eh="block",ec=(0,h.eW)(t=>/^\s*block-beta/.test(t),"detector"),eu=(0,h.eW)(async()=>{let{diagram:t}=await Promise.all([r.e("97012"),r.e("49704"),r.e("43002"),r.e("86141")]).then(r.bind(r,2355));return{id:eh,diagram:t}},"loader"),ed={id:eh,detector:ec,loader:eu},ef="architecture",ep=(0,h.eW)(t=>/^\s*architecture/.test(t),"detector"),eg=(0,h.eW)(async()=>{let{diagram:t}=await Promise.all([r.e("97012"),r.e("45401"),r.e("93853"),r.e("71529")]).then(r.bind(r,14056));return{id:ef,diagram:t}},"loader"),ey={id:ef,detector:ep,loader:eg},em=!1,ex=(0,h.eW)(()=>{if(!em)em=!0,(0,h.Cq)("error",tK,t=>"error"===t.toLowerCase().trim()),(0,h.Cq)("---",{db:{clear:(0,h.eW)(()=>{},"clear")},styles:{},renderer:{draw:(0,h.eW)(()=>{},"draw")},parser:{parse:(0,h.eW)(()=>{throw Error("Diagrams beginning with --- are not valid. If you were trying to use a YAML front-matter, please ensure that you've correctly opened and closed the YAML front-matter with un-indented `---` blocks")},"parse")},init:(0,h.eW)(()=>null,"init")},t=>t.toLowerCase().trimStart().startsWith("---")),(0,h.KO)(j,tZ,t$,te,th,tf,tp,tS,tF,t2,K,V,et,t4,to,tU,tP,tX,tx,en,el,t_,ed,ey)},"addDiagrams"),eb=(0,h.eW)(async()=>{h.cM.debug("Loading registered diagrams");let t=(await Promise.allSettled(Object.entries(h.Bf).map(async([t,{detector:e,loader:r}])=>{if(r)try{(0,h._7)(t)}catch{try{let{diagram:t,id:i}=await r();(0,h.Cq)(i,t,e)}catch(e){throw h.cM.error(`Failed to load external diagram with key ${t}. Removing from detectors.`),delete h.Bf[t],e}}}))).filter(t=>"rejected"===t.status);if(t.length>0){for(let e of(h.cM.error(`Failed to load ${t.length} external diagrams`),t))h.cM.error(e);throw Error(`Failed to load ${t.length} external diagrams`)}},"loadRegisteredDiagrams");function eC(t,e){t.attr("role","graphics-document document"),""!==e&&t.attr("aria-roledescription",e)}function ek(t,e,r,i){if(void 0!==t.insert){if(r){let e=`chart-desc-${i}`;t.attr("aria-describedby",e),t.insert("desc",":first-child").attr("id",e).text(r)}if(e){let r=`chart-title-${i}`;t.attr("aria-labelledby",r),t.insert("title",":first-child").attr("id",r).text(e)}}}(0,h.eW)(eC,"setA11yDiagramInfo"),(0,h.eW)(ek,"addSVGa11yTitleDescription");var e_=class t{constructor(t,e,r,i,n){this.type=t,this.text=e,this.db=r,this.parser=i,this.renderer=n}static{(0,h.eW)(this,"Diagram")}static async fromText(e,r={}){let i=(0,h.iE)(),n=(0,h.Vg)(e,i);e=(0,a.Vy)(e)+"\n";try{(0,h._7)(n)}catch{let t=(0,h.cq)(n);if(!t)throw new h.cj(`Diagram ${n} not found.`);let{id:e,diagram:r}=await t();(0,h.Cq)(e,r)}let{db:o,parser:s,renderer:l,init:c}=(0,h._7)(n);return s.parser&&(s.parser.yy=o),o.clear?.(),c?.(i),r.title&&o.setDiagramTitle?.(r.title),await s.parse(e),new t(n,e,o,s,l)}async render(t,e){await this.renderer.draw(this.text,t,e,this)}getParser(){return this.parser}getType(){return this.type}},ew=[],ev=(0,h.eW)(()=>{ew.forEach(t=>{t()}),ew=[]},"attachFunctions"),eT=(0,h.eW)(t=>t.replace(/^\s*%%(?!{)[^\n]+\n?/gm,"").trimStart(),"cleanupComments");function eS(t){return null==t}function eM(t){return"object"==typeof t&&null!==t}function eB(t){return Array.isArray(t)?t:eS(t)?[]:[t]}function eL(t,e){var r,i,n,o;if(e)for(r=0,i=(o=Object.keys(e)).length;r<i;r+=1)t[n=o[r]]=e[n];return t}function eF(t,e){var r,i="";for(r=0;r<e;r+=1)i+=t;return i}function eA(t){return 0===t&&Number.NEGATIVE_INFINITY===1/t}(0,h.eW)(eS,"isNothing"),(0,h.eW)(eM,"isObject"),(0,h.eW)(eB,"toArray"),(0,h.eW)(eL,"extend"),(0,h.eW)(eF,"repeat"),(0,h.eW)(eA,"isNegativeZero");var eW={isNothing:eS,isObject:eM,repeat:eF,isNegativeZero:eA};function eE(t,e){var r="",i=t.reason||"(unknown reason)";return t.mark?(t.mark.name&&(r+='in "'+t.mark.name+'" '),r+="("+(t.mark.line+1)+":"+(t.mark.column+1)+")",!e&&t.mark.snippet&&(r+="\n\n"+t.mark.snippet),i+" "+r):i}function e$(t,e){Error.call(this),this.name="YAMLException",this.reason=t,this.mark=e,this.message=eE(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=Error().stack||""}(0,h.eW)(eE,"formatError"),(0,h.eW)(e$,"YAMLException$1"),e$.prototype=Object.create(Error.prototype),e$.prototype.constructor=e$,e$.prototype.toString=(0,h.eW)(function(t){return this.name+": "+eE(this,t)},"toString");function eO(t,e,r,i,n){var o="",a="",s=Math.floor(n/2)-1;return i-e>s&&(e=i-s+(o=" ... ").length),r-i>s&&(r=i+s-(a=" ...").length),{str:o+t.slice(e,r).replace(/\t/g,"\u2192")+a,pos:i-e+o.length}}function eI(t,e){return eW.repeat(" ",e-t.length)+t}function eD(t,e){if(e=Object.create(e||null),!t.buffer)return null;!e.maxLength&&(e.maxLength=79),"number"!=typeof e.indent&&(e.indent=1),"number"!=typeof e.linesBefore&&(e.linesBefore=3),"number"!=typeof e.linesAfter&&(e.linesAfter=2);for(var r=/\r?\n|\r|\0/g,i=[0],n=[],o=-1;a=r.exec(t.buffer);)n.push(a.index),i.push(a.index+a[0].length),t.position<=a.index&&o<0&&(o=i.length-2);o<0&&(o=i.length-1);var a,s,l,h="",c=Math.min(t.line+e.linesAfter,n.length).toString().length,u=e.maxLength-(e.indent+c+3);for(s=1;s<=e.linesBefore&&!(o-s<0);s++)l=eO(t.buffer,i[o-s],n[o-s],t.position-(i[o]-i[o-s]),u),h=eW.repeat(" ",e.indent)+eI((t.line-s+1).toString(),c)+" | "+l.str+"\n"+h;for(l=eO(t.buffer,i[o],n[o],t.position,u),h+=eW.repeat(" ",e.indent)+eI((t.line+1).toString(),c)+" | "+l.str+"\n"+(eW.repeat("-",e.indent+c+3+l.pos)+"^\n"),s=1;s<=e.linesAfter&&!(o+s>=n.length);s++)l=eO(t.buffer,i[o+s],n[o+s],t.position-(i[o]-i[o+s]),u),h+=eW.repeat(" ",e.indent)+eI((t.line+s+1).toString(),c)+" | "+l.str+"\n";return h.replace(/\n$/,"")}(0,h.eW)(eO,"getLine"),(0,h.eW)(eI,"padStart"),(0,h.eW)(eD,"makeSnippet");var eZ=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],eq=["scalar","sequence","mapping"];function ez(t){var e={};return null!==t&&Object.keys(t).forEach(function(r){t[r].forEach(function(t){e[String(t)]=r})}),e}function eN(t,e){if(Object.keys(e=e||{}).forEach(function(e){if(-1===eZ.indexOf(e))throw new e$('Unknown option "'+e+'" is met in definition of "'+t+'" YAML type.')}),this.options=e,this.tag=t,this.kind=e.kind||null,this.resolve=e.resolve||function(){return!0},this.construct=e.construct||function(t){return t},this.instanceOf=e.instanceOf||null,this.predicate=e.predicate||null,this.represent=e.represent||null,this.representName=e.representName||null,this.defaultStyle=e.defaultStyle||null,this.multi=e.multi||!1,this.styleAliases=ez(e.styleAliases||null),-1===eq.indexOf(this.kind))throw new e$('Unknown kind "'+this.kind+'" is specified for "'+t+'" YAML type.')}(0,h.eW)(ez,"compileStyleAliases"),(0,h.eW)(eN,"Type$1");function eP(t,e){var r=[];return t[e].forEach(function(t){var e=r.length;r.forEach(function(r,i){r.tag===t.tag&&r.kind===t.kind&&r.multi===t.multi&&(e=i)}),r[e]=t}),r}function eR(){var t,e,r={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}};function i(t){t.multi?(r.multi[t.kind].push(t),r.multi.fallback.push(t)):r[t.kind][t.tag]=r.fallback[t.tag]=t}for((0,h.eW)(i,"collectType"),t=0,e=arguments.length;t<e;t+=1)arguments[t].forEach(i);return r}function ej(t){return this.extend(t)}(0,h.eW)(eP,"compileList"),(0,h.eW)(eR,"compileMap"),(0,h.eW)(ej,"Schema$1"),ej.prototype.extend=(0,h.eW)(function(t){var e=[],r=[];if(t instanceof eN)r.push(t);else if(Array.isArray(t))r=r.concat(t);else if(t&&(Array.isArray(t.implicit)||Array.isArray(t.explicit)))t.implicit&&(e=e.concat(t.implicit)),t.explicit&&(r=r.concat(t.explicit));else throw new e$("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");e.forEach(function(t){if(!(t instanceof eN))throw new e$("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(t.loadKind&&"scalar"!==t.loadKind)throw new e$("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(t.multi)throw new e$("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")}),r.forEach(function(t){if(!(t instanceof eN))throw new e$("Specified list of YAML types (or a single Type object) contains a non-Type object.")});var i=Object.create(ej.prototype);return i.implicit=(this.implicit||[]).concat(e),i.explicit=(this.explicit||[]).concat(r),i.compiledImplicit=eP(i,"implicit"),i.compiledExplicit=eP(i,"explicit"),i.compiledTypeMap=eR(i.compiledImplicit,i.compiledExplicit),i},"extend");var eY=new ej({explicit:[new eN("tag:yaml.org,2002:str",{kind:"scalar",construct:(0,h.eW)(function(t){return null!==t?t:""},"construct")}),new eN("tag:yaml.org,2002:seq",{kind:"sequence",construct:(0,h.eW)(function(t){return null!==t?t:[]},"construct")}),new eN("tag:yaml.org,2002:map",{kind:"mapping",construct:(0,h.eW)(function(t){return null!==t?t:{}},"construct")})]});function eU(t){if(null===t)return!0;var e=t.length;return 1===e&&"~"===t||4===e&&("null"===t||"Null"===t||"NULL"===t)}function eH(){return null}function eV(t){return null===t}(0,h.eW)(eU,"resolveYamlNull"),(0,h.eW)(eH,"constructYamlNull"),(0,h.eW)(eV,"isNull");var eG=new eN("tag:yaml.org,2002:null",{kind:"scalar",resolve:eU,construct:eH,predicate:eV,represent:{canonical:(0,h.eW)(function(){return"~"},"canonical"),lowercase:(0,h.eW)(function(){return"null"},"lowercase"),uppercase:(0,h.eW)(function(){return"NULL"},"uppercase"),camelcase:(0,h.eW)(function(){return"Null"},"camelcase"),empty:(0,h.eW)(function(){return""},"empty")},defaultStyle:"lowercase"});function eX(t){if(null===t)return!1;var e=t.length;return 4===e&&("true"===t||"True"===t||"TRUE"===t)||5===e&&("false"===t||"False"===t||"FALSE"===t)}function eQ(t){return"true"===t||"True"===t||"TRUE"===t}function eK(t){return"[object Boolean]"===Object.prototype.toString.call(t)}(0,h.eW)(eX,"resolveYamlBoolean"),(0,h.eW)(eQ,"constructYamlBoolean"),(0,h.eW)(eK,"isBoolean");var eJ=new eN("tag:yaml.org,2002:bool",{kind:"scalar",resolve:eX,construct:eQ,predicate:eK,represent:{lowercase:(0,h.eW)(function(t){return t?"true":"false"},"lowercase"),uppercase:(0,h.eW)(function(t){return t?"TRUE":"FALSE"},"uppercase"),camelcase:(0,h.eW)(function(t){return t?"True":"False"},"camelcase")},defaultStyle:"lowercase"});function e0(t){return 48<=t&&t<=57||65<=t&&t<=70||97<=t&&t<=102}function e1(t){return 48<=t&&t<=55}function e2(t){return 48<=t&&t<=57}function e3(t){if(null===t)return!1;var e,r=t.length,i=0,n=!1;if(!r)return!1;if(("-"===(e=t[i])||"+"===e)&&(e=t[++i]),"0"===e){if(i+1===r)return!0;if("b"===(e=t[++i])){for(i++;i<r;i++)if("_"!==(e=t[i])){if("0"!==e&&"1"!==e)return!1;n=!0}return n&&"_"!==e}if("x"===e){for(i++;i<r;i++)if("_"!==(e=t[i])){if(!e0(t.charCodeAt(i)))return!1;n=!0}return n&&"_"!==e}if("o"===e){for(i++;i<r;i++)if("_"!==(e=t[i])){if(!e1(t.charCodeAt(i)))return!1;n=!0}return n&&"_"!==e}}if("_"===e)return!1;for(;i<r;i++)if("_"!==(e=t[i])){if(!e2(t.charCodeAt(i)))return!1;n=!0}return!!n&&"_"!==e||!1}function e5(t){var e,r=t,i=1;if(-1!==r.indexOf("_")&&(r=r.replace(/_/g,"")),("-"===(e=r[0])||"+"===e)&&("-"===e&&(i=-1),e=(r=r.slice(1))[0]),"0"===r)return 0;if("0"===e){if("b"===r[1])return i*parseInt(r.slice(2),2);if("x"===r[1])return i*parseInt(r.slice(2),16);if("o"===r[1])return i*parseInt(r.slice(2),8)}return i*parseInt(r,10)}function e6(t){return"[object Number]"===Object.prototype.toString.call(t)&&t%1==0&&!eW.isNegativeZero(t)}(0,h.eW)(e0,"isHexCode"),(0,h.eW)(e1,"isOctCode"),(0,h.eW)(e2,"isDecCode"),(0,h.eW)(e3,"resolveYamlInteger"),(0,h.eW)(e5,"constructYamlInteger"),(0,h.eW)(e6,"isInteger");var e4=new eN("tag:yaml.org,2002:int",{kind:"scalar",resolve:e3,construct:e5,predicate:e6,represent:{binary:(0,h.eW)(function(t){return t>=0?"0b"+t.toString(2):"-0b"+t.toString(2).slice(1)},"binary"),octal:(0,h.eW)(function(t){return t>=0?"0o"+t.toString(8):"-0o"+t.toString(8).slice(1)},"octal"),decimal:(0,h.eW)(function(t){return t.toString(10)},"decimal"),hexadecimal:(0,h.eW)(function(t){return t>=0?"0x"+t.toString(16).toUpperCase():"-0x"+t.toString(16).toUpperCase().slice(1)},"hexadecimal")},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}}),e9=RegExp("^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");function e8(t){return!!(null!==t&&e9.test(t)&&"_"!==t[t.length-1])||!1}function e7(t){var e,r;return(r="-"===(e=t.replace(/_/g,"").toLowerCase())[0]?-1:1,"+-".indexOf(e[0])>=0&&(e=e.slice(1)),".inf"===e)?1===r?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:".nan"===e?NaN:r*parseFloat(e,10)}(0,h.eW)(e8,"resolveYamlFloat"),(0,h.eW)(e7,"constructYamlFloat");var rt=/^[-+]?[0-9]+e/;function re(t,e){var r;if(isNaN(t))switch(e){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===t)switch(e){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===t)switch(e){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(eW.isNegativeZero(t))return"-0.0";return r=t.toString(10),rt.test(r)?r.replace("e",".e"):r}function rr(t){return"[object Number]"===Object.prototype.toString.call(t)&&(t%1!=0||eW.isNegativeZero(t))}(0,h.eW)(re,"representYamlFloat"),(0,h.eW)(rr,"isFloat");var ri=new eN("tag:yaml.org,2002:float",{kind:"scalar",resolve:e8,construct:e7,predicate:rr,represent:re,defaultStyle:"lowercase"}),rn=eY.extend({implicit:[eG,eJ,e4,ri]}),ro=RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),ra=RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");function rs(t){return null!==t&&(null!==ro.exec(t)||null!==ra.exec(t)||!1)}function rl(t){var e,r,i,n,o,a,s,l,h,c=0,u=null;if(null===(e=ro.exec(t))&&(e=ra.exec(t)),null===e)throw Error("Date resolve error");if(r=+e[1],i=+e[2]-1,n=+e[3],!e[4])return new Date(Date.UTC(r,i,n));if(o=+e[4],a=+e[5],s=+e[6],e[7]){for(c=e[7].slice(0,3);c.length<3;)c+="0";c=+c}return e[9]&&(l=+e[10],u=(60*l+ +(e[11]||0))*6e4,"-"===e[9]&&(u=-u)),h=new Date(Date.UTC(r,i,n,o,a,s,c)),u&&h.setTime(h.getTime()-u),h}function rh(t){return t.toISOString()}(0,h.eW)(rs,"resolveYamlTimestamp"),(0,h.eW)(rl,"constructYamlTimestamp"),(0,h.eW)(rh,"representYamlTimestamp");var rc=new eN("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:rs,construct:rl,instanceOf:Date,represent:rh});function ru(t){return"<<"===t||null===t}(0,h.eW)(ru,"resolveYamlMerge");var rd=new eN("tag:yaml.org,2002:merge",{kind:"scalar",resolve:ru}),rf="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\n\r";function rp(t){if(null===t)return!1;var e,r,i=0,n=t.length;for(r=0;r<n;r++)if(!((e=rf.indexOf(t.charAt(r)))>64)){if(e<0)return!1;i+=6}return i%8==0}function rg(t){var e,r,i=t.replace(/[\r\n=]/g,""),n=i.length,o=0,a=[];for(e=0;e<n;e++)e%4==0&&e&&(a.push(o>>16&255),a.push(o>>8&255),a.push(255&o)),o=o<<6|rf.indexOf(i.charAt(e));return 0==(r=n%4*6)?(a.push(o>>16&255),a.push(o>>8&255),a.push(255&o)):18===r?(a.push(o>>10&255),a.push(o>>2&255)):12===r&&a.push(o>>4&255),new Uint8Array(a)}function ry(t){var e,r,i="",n=0,o=t.length;for(e=0;e<o;e++)e%3==0&&e&&(i+=rf[n>>18&63],i+=rf[n>>12&63],i+=rf[n>>6&63],i+=rf[63&n]),n=(n<<8)+t[e];return 0==(r=o%3)?(i+=rf[n>>18&63],i+=rf[n>>12&63],i+=rf[n>>6&63],i+=rf[63&n]):2===r?(i+=rf[n>>10&63],i+=rf[n>>4&63],i+=rf[n<<2&63],i+=rf[64]):1===r&&(i+=rf[n>>2&63],i+=rf[n<<4&63],i+=rf[64],i+=rf[64]),i}function rm(t){return"[object Uint8Array]"===Object.prototype.toString.call(t)}(0,h.eW)(rp,"resolveYamlBinary"),(0,h.eW)(rg,"constructYamlBinary"),(0,h.eW)(ry,"representYamlBinary"),(0,h.eW)(rm,"isBinary");var rx=new eN("tag:yaml.org,2002:binary",{kind:"scalar",resolve:rp,construct:rg,predicate:rm,represent:ry}),rb=Object.prototype.hasOwnProperty,rC=Object.prototype.toString;function rk(t){if(null===t)return!0;var e,r,i,n,o,a=[];for(e=0,r=t.length;e<r;e+=1){if(i=t[e],o=!1,"[object Object]"!==rC.call(i))return!1;for(n in i)if(rb.call(i,n)){if(o)return!1;o=!0}if(!o)return!1;if(-1!==a.indexOf(n))return!1;a.push(n)}return!0}function r_(t){return null!==t?t:[]}(0,h.eW)(rk,"resolveYamlOmap"),(0,h.eW)(r_,"constructYamlOmap");var rw=new eN("tag:yaml.org,2002:omap",{kind:"sequence",resolve:rk,construct:r_}),rv=Object.prototype.toString;function rT(t){var e,r,i,n,o;if(null===t)return!0;for(e=0,o=Array(t.length),r=t.length;e<r;e+=1){if(i=t[e],"[object Object]"!==rv.call(i)||1!==(n=Object.keys(i)).length)return!1;o[e]=[n[0],i[n[0]]]}return!0}function rS(t){var e,r,i,n,o;if(null===t)return[];for(e=0,o=Array(t.length),r=t.length;e<r;e+=1)n=Object.keys(i=t[e]),o[e]=[n[0],i[n[0]]];return o}(0,h.eW)(rT,"resolveYamlPairs"),(0,h.eW)(rS,"constructYamlPairs");var rM=new eN("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:rT,construct:rS}),rB=Object.prototype.hasOwnProperty;function rL(t){var e;if(null===t)return!0;for(e in t)if(rB.call(t,e)&&null!==t[e])return!1;return!0}function rF(t){return null!==t?t:{}}(0,h.eW)(rL,"resolveYamlSet"),(0,h.eW)(rF,"constructYamlSet");var rA=new eN("tag:yaml.org,2002:set",{kind:"mapping",resolve:rL,construct:rF}),rW=rn.extend({implicit:[rc,rd],explicit:[rx,rw,rM,rA]}),rE=Object.prototype.hasOwnProperty,r$=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,rO=/[\x85\u2028\u2029]/,rI=/[,\[\]\{\}]/,rD=/^(?:!|!!|![a-z\-]+!)$/i,rZ=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function rq(t){return Object.prototype.toString.call(t)}function rz(t){return 10===t||13===t}function rN(t){return 9===t||32===t}function rP(t){return 9===t||32===t||10===t||13===t}function rR(t){return 44===t||91===t||93===t||123===t||125===t}function rj(t){var e;return 48<=t&&t<=57?t-48:97<=(e=32|t)&&e<=102?e-97+10:-1}function rY(t){return 120===t?2:117===t?4:85===t?8:0}function rU(t){return 48<=t&&t<=57?t-48:-1}function rH(t){return 48===t?"\0":97===t?"\x07":98===t?"\b":116===t?" ":9===t?" ":110===t?"\n":118===t?"\v":102===t?"\f":114===t?"\r":101===t?"\x1b":32===t?" ":34===t?'"':47===t?"/":92===t?"\\":78===t?"\x85":95===t?"\xa0":76===t?"\u2028":80===t?"\u2029":""}function rV(t){return t<=65535?String.fromCharCode(t):String.fromCharCode((t-65536>>10)+55296,(t-65536&1023)+56320)}(0,h.eW)(rq,"_class"),(0,h.eW)(rz,"is_EOL"),(0,h.eW)(rN,"is_WHITE_SPACE"),(0,h.eW)(rP,"is_WS_OR_EOL"),(0,h.eW)(rR,"is_FLOW_INDICATOR"),(0,h.eW)(rj,"fromHexCode"),(0,h.eW)(rY,"escapedHexLen"),(0,h.eW)(rU,"fromDecimalCode"),(0,h.eW)(rH,"simpleEscapeSequence"),(0,h.eW)(rV,"charFromCodepoint");var rG=Array(256),rX=Array(256);for(i=0;i<256;i++)rG[i]=rH(i)?1:0,rX[i]=rH(i);function rQ(t,e){this.input=t,this.filename=e.filename||null,this.schema=e.schema||rW,this.onWarning=e.onWarning||null,this.legacy=e.legacy||!1,this.json=e.json||!1,this.listener=e.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=t.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.firstTabInLine=-1,this.documents=[]}function rK(t,e){var r={name:t.filename,buffer:t.input.slice(0,-1),position:t.position,line:t.line,column:t.position-t.lineStart};return r.snippet=eD(r),new e$(e,r)}function rJ(t,e){throw rK(t,e)}function r0(t,e){t.onWarning&&t.onWarning.call(null,rK(t,e))}(0,h.eW)(rQ,"State$1"),(0,h.eW)(rK,"generateError"),(0,h.eW)(rJ,"throwError"),(0,h.eW)(r0,"throwWarning");var r1={YAML:(0,h.eW)(function(t,e,r){var i,n,o;null!==t.version&&rJ(t,"duplication of %YAML directive"),1!==r.length&&rJ(t,"YAML directive accepts exactly one argument"),null===(i=/^([0-9]+)\.([0-9]+)$/.exec(r[0]))&&rJ(t,"ill-formed argument of the YAML directive"),n=parseInt(i[1],10),o=parseInt(i[2],10),1!==n&&rJ(t,"unacceptable YAML version of the document"),t.version=r[0],t.checkLineBreaks=o<2,1!==o&&2!==o&&r0(t,"unsupported YAML version of the document")},"handleYamlDirective"),TAG:(0,h.eW)(function(t,e,r){var i,n;2!==r.length&&rJ(t,"TAG directive accepts exactly two arguments"),i=r[0],n=r[1],!rD.test(i)&&rJ(t,"ill-formed tag handle (first argument) of the TAG directive"),rE.call(t.tagMap,i)&&rJ(t,'there is a previously declared suffix for "'+i+'" tag handle'),!rZ.test(n)&&rJ(t,"ill-formed tag prefix (second argument) of the TAG directive");try{n=decodeURIComponent(n)}catch(e){rJ(t,"tag prefix is malformed: "+n)}t.tagMap[i]=n},"handleTagDirective")};function r2(t,e,r,i){var n,o,a,s;if(e<r){if(s=t.input.slice(e,r),i)for(n=0,o=s.length;n<o;n+=1)!(9===(a=s.charCodeAt(n))||32<=a&&a<=1114111)&&rJ(t,"expected valid JSON character");else r$.test(s)&&rJ(t,"the stream contains non-printable characters");t.result+=s}}function r3(t,e,r,i){var n,o,a,s;for(!eW.isObject(r)&&rJ(t,"cannot merge mappings; the provided source object is unacceptable"),a=0,s=(n=Object.keys(r)).length;a<s;a+=1)o=n[a],!rE.call(e,o)&&(e[o]=r[o],i[o]=!0)}function r5(t,e,r,i,n,o,a,s,l){var h,c;if(Array.isArray(n))for(h=0,c=(n=Array.prototype.slice.call(n)).length;h<c;h+=1)Array.isArray(n[h])&&rJ(t,"nested arrays are not supported inside keys"),"object"==typeof n&&"[object Object]"===rq(n[h])&&(n[h]="[object Object]");if("object"==typeof n&&"[object Object]"===rq(n)&&(n="[object Object]"),n=String(n),null===e&&(e={}),"tag:yaml.org,2002:merge"===i){if(Array.isArray(o))for(h=0,c=o.length;h<c;h+=1)r3(t,e,o[h],r);else r3(t,e,o,r)}else!t.json&&!rE.call(r,n)&&rE.call(e,n)&&(t.line=a||t.line,t.lineStart=s||t.lineStart,t.position=l||t.position,rJ(t,"duplicated mapping key")),"__proto__"===n?Object.defineProperty(e,n,{configurable:!0,enumerable:!0,writable:!0,value:o}):e[n]=o,delete r[n];return e}function r6(t){var e;10===(e=t.input.charCodeAt(t.position))?t.position++:13===e?(t.position++,10===t.input.charCodeAt(t.position)&&t.position++):rJ(t,"a line break is expected"),t.line+=1,t.lineStart=t.position,t.firstTabInLine=-1}function r4(t,e,r){for(var i=0,n=t.input.charCodeAt(t.position);0!==n;){for(;rN(n);)9===n&&-1===t.firstTabInLine&&(t.firstTabInLine=t.position),n=t.input.charCodeAt(++t.position);if(e&&35===n)do n=t.input.charCodeAt(++t.position);while(10!==n&&13!==n&&0!==n);if(rz(n))for(r6(t),n=t.input.charCodeAt(t.position),i++,t.lineIndent=0;32===n;)t.lineIndent++,n=t.input.charCodeAt(++t.position);else break}return -1!==r&&0!==i&&t.lineIndent<r&&r0(t,"deficient indentation"),i}function r9(t){var e,r=t.position;return!!((45===(e=t.input.charCodeAt(r))||46===e)&&e===t.input.charCodeAt(r+1)&&e===t.input.charCodeAt(r+2)&&(r+=3,0===(e=t.input.charCodeAt(r))||rP(e)))||!1}function r8(t,e){1===e?t.result+=" ":e>1&&(t.result+=eW.repeat("\n",e-1))}function r7(t,e,r){var i,n,o,a,s,l,h,c,u=t.kind,d=t.result;if(rP(c=t.input.charCodeAt(t.position))||rR(c)||35===c||38===c||42===c||33===c||124===c||62===c||39===c||34===c||37===c||64===c||96===c||(63===c||45===c)&&(rP(i=t.input.charCodeAt(t.position+1))||r&&rR(i)))return!1;for(t.kind="scalar",t.result="",n=o=t.position,a=!1;0!==c;){if(58===c){if(rP(i=t.input.charCodeAt(t.position+1))||r&&rR(i))break}else if(35===c){if(rP(t.input.charCodeAt(t.position-1)))break}else if(t.position===t.lineStart&&r9(t)||r&&rR(c))break;else if(rz(c)){if(s=t.line,l=t.lineStart,h=t.lineIndent,r4(t,!1,-1),t.lineIndent>=e){a=!0,c=t.input.charCodeAt(t.position);continue}t.position=o,t.line=s,t.lineStart=l,t.lineIndent=h;break}a&&(r2(t,n,o,!1),r8(t,t.line-s),n=o=t.position,a=!1),!rN(c)&&(o=t.position+1),c=t.input.charCodeAt(++t.position)}return r2(t,n,o,!1),!!t.result||(t.kind=u,t.result=d,!1)}function it(t,e){var r,i,n;if(39!==(r=t.input.charCodeAt(t.position)))return!1;for(t.kind="scalar",t.result="",t.position++,i=n=t.position;0!==(r=t.input.charCodeAt(t.position));)if(39===r){if(r2(t,i,t.position,!0),39!==(r=t.input.charCodeAt(++t.position)))return!0;i=t.position,t.position++,n=t.position}else rz(r)?(r2(t,i,n,!0),r8(t,r4(t,!1,e)),i=n=t.position):t.position===t.lineStart&&r9(t)?rJ(t,"unexpected end of the document within a single quoted scalar"):(t.position++,n=t.position);rJ(t,"unexpected end of the stream within a single quoted scalar")}function ie(t,e){var r,i,n,o,a,s;if(34!==(s=t.input.charCodeAt(t.position)))return!1;for(t.kind="scalar",t.result="",t.position++,r=i=t.position;0!==(s=t.input.charCodeAt(t.position));){if(34===s)return r2(t,r,t.position,!0),t.position++,!0;if(92===s){if(r2(t,r,t.position,!0),rz(s=t.input.charCodeAt(++t.position)))r4(t,!1,e);else if(s<256&&rG[s])t.result+=rX[s],t.position++;else if((a=rY(s))>0){for(n=a,o=0;n>0;n--)(a=rj(s=t.input.charCodeAt(++t.position)))>=0?o=(o<<4)+a:rJ(t,"expected hexadecimal character");t.result+=rV(o),t.position++}else rJ(t,"unknown escape sequence");r=i=t.position}else rz(s)?(r2(t,r,i,!0),r8(t,r4(t,!1,e)),r=i=t.position):t.position===t.lineStart&&r9(t)?rJ(t,"unexpected end of the document within a double quoted scalar"):(t.position++,i=t.position)}rJ(t,"unexpected end of the stream within a double quoted scalar")}function ir(t,e){var r,i,n,o,a,s,l,h,c,u,d,f,p=!0,g=t.tag,y=t.anchor,m=Object.create(null);if(91===(f=t.input.charCodeAt(t.position)))a=93,h=!1,o=[];else{if(123!==f)return!1;a=125,h=!0,o={}}for(null!==t.anchor&&(t.anchorMap[t.anchor]=o),f=t.input.charCodeAt(++t.position);0!==f;){if(r4(t,!0,e),(f=t.input.charCodeAt(t.position))===a)return t.position++,t.tag=g,t.anchor=y,t.kind=h?"mapping":"sequence",t.result=o,!0;p?44===f&&rJ(t,"expected the node content, but found ','"):rJ(t,"missed comma between flow collection entries");u=c=d=null,s=l=!1,63===f&&rP(t.input.charCodeAt(t.position+1))&&(s=l=!0,t.position++,r4(t,!0,e)),r=t.line,i=t.lineStart,n=t.position,ic(t,e,1,!1,!0),u=t.tag,c=t.result,r4(t,!0,e),f=t.input.charCodeAt(t.position),(l||t.line===r)&&58===f&&(s=!0,f=t.input.charCodeAt(++t.position),r4(t,!0,e),ic(t,e,1,!1,!0),d=t.result),h?r5(t,o,m,u,c,d,r,i,n):s?o.push(r5(t,null,m,u,c,d,r,i,n)):o.push(c),r4(t,!0,e),44===(f=t.input.charCodeAt(t.position))?(p=!0,f=t.input.charCodeAt(++t.position)):p=!1}rJ(t,"unexpected end of the stream within a flow collection")}function ii(t,e){var r,i,n,o,a=1,s=!1,l=!1,h=e,c=0,u=!1;if(124===(o=t.input.charCodeAt(t.position)))i=!1;else{if(62!==o)return!1;i=!0}for(t.kind="scalar",t.result="";0!==o;)if(43===(o=t.input.charCodeAt(++t.position))||45===o)1===a?a=43===o?3:2:rJ(t,"repeat of a chomping mode identifier");else if((n=rU(o))>=0)0===n?rJ(t,"bad explicit indentation width of a block scalar; it cannot be less than one"):l?rJ(t,"repeat of an indentation width identifier"):(h=e+n-1,l=!0);else break;if(rN(o)){do o=t.input.charCodeAt(++t.position);while(rN(o));if(35===o)do o=t.input.charCodeAt(++t.position);while(!rz(o)&&0!==o)}for(;0!==o;){for(r6(t),t.lineIndent=0,o=t.input.charCodeAt(t.position);(!l||t.lineIndent<h)&&32===o;)t.lineIndent++,o=t.input.charCodeAt(++t.position);if(!l&&t.lineIndent>h&&(h=t.lineIndent),rz(o)){c++;continue}if(t.lineIndent<h){3===a?t.result+=eW.repeat("\n",s?1+c:c):1===a&&s&&(t.result+="\n");break}for(i?rN(o)?(u=!0,t.result+=eW.repeat("\n",s?1+c:c)):u?(u=!1,t.result+=eW.repeat("\n",c+1)):0===c?s&&(t.result+=" "):t.result+=eW.repeat("\n",c):t.result+=eW.repeat("\n",s?1+c:c),s=!0,l=!0,c=0,r=t.position;!rz(o)&&0!==o;)o=t.input.charCodeAt(++t.position);r2(t,r,t.position,!1)}return!0}function io(t,e){var r,i,n=t.tag,o=t.anchor,a=[],s=!1;if(-1!==t.firstTabInLine)return!1;for(null!==t.anchor&&(t.anchorMap[t.anchor]=a),i=t.input.charCodeAt(t.position);0!==i&&(-1!==t.firstTabInLine&&(t.position=t.firstTabInLine,rJ(t,"tab characters must not be used in indentation")),45===i&&rP(t.input.charCodeAt(t.position+1)));){;if(s=!0,t.position++,r4(t,!0,-1)&&t.lineIndent<=e){a.push(null),i=t.input.charCodeAt(t.position);continue}if(r=t.line,ic(t,e,3,!1,!0),a.push(t.result),r4(t,!0,-1),i=t.input.charCodeAt(t.position),(t.line===r||t.lineIndent>e)&&0!==i)rJ(t,"bad indentation of a sequence entry");else if(t.lineIndent<e)break}return!!s&&(t.tag=n,t.anchor=o,t.kind="sequence",t.result=a,!0)}function ia(t,e,r){var i,n,o,a,s,l,h,c=t.tag,u=t.anchor,d={},f=Object.create(null),p=null,g=null,y=null,m=!1,x=!1;if(-1!==t.firstTabInLine)return!1;for(null!==t.anchor&&(t.anchorMap[t.anchor]=d),h=t.input.charCodeAt(t.position);0!==h;){if(!m&&-1!==t.firstTabInLine&&(t.position=t.firstTabInLine,rJ(t,"tab characters must not be used in indentation")),i=t.input.charCodeAt(t.position+1),o=t.line,(63===h||58===h)&&rP(i))63===h?(m&&(r5(t,d,f,p,g,null,a,s,l),p=g=y=null),x=!0,m=!0,n=!0):m?(m=!1,n=!0):rJ(t,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),t.position+=1,h=i;else{if(a=t.line,s=t.lineStart,l=t.position,!ic(t,r,2,!1,!0))break;if(t.line===o){for(h=t.input.charCodeAt(t.position);rN(h);)h=t.input.charCodeAt(++t.position);if(58===h)!rP(h=t.input.charCodeAt(++t.position))&&rJ(t,"a whitespace character is expected after the key-value separator within a block mapping"),m&&(r5(t,d,f,p,g,null,a,s,l),p=g=y=null),x=!0,m=!1,n=!1,p=t.tag,g=t.result;else{if(!x)return t.tag=c,t.anchor=u,!0;rJ(t,"can not read an implicit mapping pair; a colon is missed")}}else{if(!x)return t.tag=c,t.anchor=u,!0;rJ(t,"can not read a block mapping entry; a multiline key may not be an implicit key")}}if((t.line===o||t.lineIndent>e)&&(m&&(a=t.line,s=t.lineStart,l=t.position),ic(t,e,4,!0,n)&&(m?g=t.result:y=t.result),!m&&(r5(t,d,f,p,g,y,a,s,l),p=g=y=null),r4(t,!0,-1),h=t.input.charCodeAt(t.position)),(t.line===o||t.lineIndent>e)&&0!==h)rJ(t,"bad indentation of a mapping entry");else if(t.lineIndent<e)break}return m&&r5(t,d,f,p,g,null,a,s,l),x&&(t.tag=c,t.anchor=u,t.kind="mapping",t.result=d),x}function is(t){var e,r,i,n,o=!1,a=!1;if(33!==(n=t.input.charCodeAt(t.position)))return!1;if(null!==t.tag&&rJ(t,"duplication of a tag property"),60===(n=t.input.charCodeAt(++t.position))?(o=!0,n=t.input.charCodeAt(++t.position)):33===n?(a=!0,r="!!",n=t.input.charCodeAt(++t.position)):r="!",e=t.position,o){do n=t.input.charCodeAt(++t.position);while(0!==n&&62!==n);t.position<t.length?(i=t.input.slice(e,t.position),n=t.input.charCodeAt(++t.position)):rJ(t,"unexpected end of the stream within a verbatim tag")}else{for(;0!==n&&!rP(n);)33===n&&(a?rJ(t,"tag suffix cannot contain exclamation marks"):(r=t.input.slice(e-1,t.position+1),!rD.test(r)&&rJ(t,"named tag handle cannot contain such characters"),a=!0,e=t.position+1)),n=t.input.charCodeAt(++t.position);i=t.input.slice(e,t.position),rI.test(i)&&rJ(t,"tag suffix cannot contain flow indicator characters")}i&&!rZ.test(i)&&rJ(t,"tag name cannot contain such characters: "+i);try{i=decodeURIComponent(i)}catch(e){rJ(t,"tag name is malformed: "+i)}return o?t.tag=i:rE.call(t.tagMap,r)?t.tag=t.tagMap[r]+i:"!"===r?t.tag="!"+i:"!!"===r?t.tag="tag:yaml.org,2002:"+i:rJ(t,'undeclared tag handle "'+r+'"'),!0}function il(t){var e,r;if(38!==(r=t.input.charCodeAt(t.position)))return!1;for(null!==t.anchor&&rJ(t,"duplication of an anchor property"),r=t.input.charCodeAt(++t.position),e=t.position;0!==r&&!rP(r)&&!rR(r);)r=t.input.charCodeAt(++t.position);return t.position===e&&rJ(t,"name of an anchor node must contain at least one character"),t.anchor=t.input.slice(e,t.position),!0}function ih(t){var e,r,i;if(42!==(i=t.input.charCodeAt(t.position)))return!1;for(i=t.input.charCodeAt(++t.position),e=t.position;0!==i&&!rP(i)&&!rR(i);)i=t.input.charCodeAt(++t.position);return t.position===e&&rJ(t,"name of an alias node must contain at least one character"),r=t.input.slice(e,t.position),!rE.call(t.anchorMap,r)&&rJ(t,'unidentified alias "'+r+'"'),t.result=t.anchorMap[r],r4(t,!0,-1),!0}function ic(t,e,r,i,n){var o,a,s,l,h,c,u,d,f,p=1,g=!1,y=!1;if(null!==t.listener&&t.listener("open",t),t.tag=null,t.anchor=null,t.kind=null,t.result=null,o=a=s=4===r||3===r,i&&r4(t,!0,-1)&&(g=!0,t.lineIndent>e?p=1:t.lineIndent===e?p=0:t.lineIndent<e&&(p=-1)),1===p)for(;is(t)||il(t);)r4(t,!0,-1)?(g=!0,s=o,t.lineIndent>e?p=1:t.lineIndent===e?p=0:t.lineIndent<e&&(p=-1)):s=!1;if(s&&(s=g||n),(1===p||4===r)&&(d=1===r||2===r?e:e+1,f=t.position-t.lineStart,1===p?s&&(io(t,f)||ia(t,f,d))||ir(t,d)?y=!0:(a&&ii(t,d)||it(t,d)||ie(t,d)?y=!0:ih(t)?(y=!0,(null!==t.tag||null!==t.anchor)&&rJ(t,"alias node should not have any properties")):r7(t,d,1===r)&&(y=!0,null===t.tag&&(t.tag="?")),null!==t.anchor&&(t.anchorMap[t.anchor]=t.result)):0===p&&(y=s&&io(t,f))),null===t.tag)null!==t.anchor&&(t.anchorMap[t.anchor]=t.result);else if("?"===t.tag){for(null!==t.result&&"scalar"!==t.kind&&rJ(t,'unacceptable node kind for !<?> tag; it should be "scalar", not "'+t.kind+'"'),l=0,h=t.implicitTypes.length;l<h;l+=1)if((u=t.implicitTypes[l]).resolve(t.result)){t.result=u.construct(t.result),t.tag=u.tag,null!==t.anchor&&(t.anchorMap[t.anchor]=t.result);break}}else if("!"!==t.tag){if(rE.call(t.typeMap[t.kind||"fallback"],t.tag))u=t.typeMap[t.kind||"fallback"][t.tag];else for(l=0,u=null,h=(c=t.typeMap.multi[t.kind||"fallback"]).length;l<h;l+=1)if(t.tag.slice(0,c[l].tag.length)===c[l].tag){u=c[l];break}!u&&rJ(t,"unknown tag !<"+t.tag+">"),null!==t.result&&u.kind!==t.kind&&rJ(t,"unacceptable node kind for !<"+t.tag+'> tag; it should be "'+u.kind+'", not "'+t.kind+'"'),u.resolve(t.result,t.tag)?(t.result=u.construct(t.result,t.tag),null!==t.anchor&&(t.anchorMap[t.anchor]=t.result)):rJ(t,"cannot resolve a node with !<"+t.tag+"> explicit tag")}return null!==t.listener&&t.listener("close",t),null!==t.tag||null!==t.anchor||y}function iu(t){var e,r,i,n,o=t.position,a=!1;for(t.version=null,t.checkLineBreaks=t.legacy,t.tagMap=Object.create(null),t.anchorMap=Object.create(null);0!==(n=t.input.charCodeAt(t.position))&&(r4(t,!0,-1),n=t.input.charCodeAt(t.position),!(t.lineIndent>0)&&37===n);){;for(a=!0,n=t.input.charCodeAt(++t.position),e=t.position;0!==n&&!rP(n);)n=t.input.charCodeAt(++t.position);for(r=t.input.slice(e,t.position),i=[],r.length<1&&rJ(t,"directive name must not be less than one character in length");0!==n;){for(;rN(n);)n=t.input.charCodeAt(++t.position);if(35===n){do n=t.input.charCodeAt(++t.position);while(0!==n&&!rz(n));break}if(rz(n))break;for(e=t.position;0!==n&&!rP(n);)n=t.input.charCodeAt(++t.position);i.push(t.input.slice(e,t.position))}0!==n&&r6(t),rE.call(r1,r)?r1[r](t,r,i):r0(t,'unknown document directive "'+r+'"')}if(r4(t,!0,-1),0===t.lineIndent&&45===t.input.charCodeAt(t.position)&&45===t.input.charCodeAt(t.position+1)&&45===t.input.charCodeAt(t.position+2)?(t.position+=3,r4(t,!0,-1)):a&&rJ(t,"directives end mark is expected"),ic(t,t.lineIndent-1,4,!1,!0),r4(t,!0,-1),t.checkLineBreaks&&rO.test(t.input.slice(o,t.position))&&r0(t,"non-ASCII line breaks are interpreted as content"),t.documents.push(t.result),t.position===t.lineStart&&r9(t)){46===t.input.charCodeAt(t.position)&&(t.position+=3,r4(t,!0,-1));return}if(!!(t.position<t.length-1))rJ(t,"end of the stream or a document separator is expected")}function id(t,e){t=String(t),e=e||{},0!==t.length&&(10!==t.charCodeAt(t.length-1)&&13!==t.charCodeAt(t.length-1)&&(t+="\n"),65279===t.charCodeAt(0)&&(t=t.slice(1)));var r=new rQ(t,e),i=t.indexOf("\0");for(-1!==i&&(r.position=i,rJ(r,"null byte is not allowed in input")),r.input+="\0";32===r.input.charCodeAt(r.position);)r.lineIndent+=1,r.position+=1;for(;r.position<r.length-1;)iu(r);return r.documents}function ip(t,e,r){null!==e&&"object"==typeof e&&void 0===r&&(r=e,e=null);var i=id(t,r);if("function"!=typeof e)return i;for(var n=0,o=i.length;n<o;n+=1)e(i[n])}function ig(t,e){var r=id(t,e);if(0!==r.length){if(1===r.length)return r[0];throw new e$("expected a single document in the stream, but found more")}}(0,h.eW)(r2,"captureSegment"),(0,h.eW)(r3,"mergeMappings"),(0,h.eW)(r5,"storeMappingPair"),(0,h.eW)(r6,"readLineBreak"),(0,h.eW)(r4,"skipSeparationSpace"),(0,h.eW)(r9,"testDocumentSeparator"),(0,h.eW)(r8,"writeFoldedLines"),(0,h.eW)(r7,"readPlainScalar"),(0,h.eW)(it,"readSingleQuotedScalar"),(0,h.eW)(ie,"readDoubleQuotedScalar"),(0,h.eW)(ir,"readFlowCollection"),(0,h.eW)(ii,"readBlockScalar"),(0,h.eW)(io,"readBlockSequence"),(0,h.eW)(ia,"readBlockMapping"),(0,h.eW)(is,"readTagProperty"),(0,h.eW)(il,"readAnchorProperty"),(0,h.eW)(ih,"readAlias"),(0,h.eW)(ic,"composeNode"),(0,h.eW)(iu,"readDocument"),(0,h.eW)(id,"loadDocuments"),(0,h.eW)(ip,"loadAll$1"),(0,h.eW)(ig,"load$1");var iy=ip,im=ig,ix=Object.prototype.toString,ib=Object.prototype.hasOwnProperty,iC={};iC[0]="\\0",iC[7]="\\a",iC[8]="\\b",iC[9]="\\t",iC[10]="\\n",iC[11]="\\v",iC[12]="\\f",iC[13]="\\r",iC[27]="\\e",iC[34]='\\"',iC[92]="\\\\",iC[133]="\\N",iC[160]="\\_",iC[8232]="\\L",iC[8233]="\\P";var ik=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"],i_=/^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;function iw(t,e){var r,i,n,o,a,s,l;if(null===e)return{};for(n=0,r={},o=(i=Object.keys(e)).length;n<o;n+=1)s=String(e[a=i[n]]),"!!"===a.slice(0,2)&&(a="tag:yaml.org,2002:"+a.slice(2)),(l=t.compiledTypeMap.fallback[a])&&ib.call(l.styleAliases,s)&&(s=l.styleAliases[s]),r[a]=s;return r}function iv(t){var e,r,i;if(e=t.toString(16).toUpperCase(),t<=255)r="x",i=2;else if(t<=65535)r="u",i=4;else if(t<=0xffffffff)r="U",i=8;else throw new e$("code point within a string may not be greater than 0xFFFFFFFF");return"\\"+r+eW.repeat("0",i-e.length)+e}(0,h.eW)(iw,"compileStyleMap"),(0,h.eW)(iv,"encodeHex");function iT(t){this.schema=t.schema||rW,this.indent=Math.max(1,t.indent||2),this.noArrayIndent=t.noArrayIndent||!1,this.skipInvalid=t.skipInvalid||!1,this.flowLevel=eW.isNothing(t.flowLevel)?-1:t.flowLevel,this.styleMap=iw(this.schema,t.styles||null),this.sortKeys=t.sortKeys||!1,this.lineWidth=t.lineWidth||80,this.noRefs=t.noRefs||!1,this.noCompatMode=t.noCompatMode||!1,this.condenseFlow=t.condenseFlow||!1,this.quotingType='"'===t.quotingType?2:1,this.forceQuotes=t.forceQuotes||!1,this.replacer="function"==typeof t.replacer?t.replacer:null,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function iS(t,e){for(var r,i=eW.repeat(" ",e),n=0,o=-1,a="",s=t.length;n<s;)-1===(o=t.indexOf("\n",n))?(r=t.slice(n),n=s):(r=t.slice(n,o+1),n=o+1),r.length&&"\n"!==r&&(a+=i),a+=r;return a}function iM(t,e){return"\n"+eW.repeat(" ",t.indent*e)}function iB(t,e){var r,i;for(r=0,i=t.implicitTypes.length;r<i;r+=1)if(t.implicitTypes[r].resolve(e))return!0;return!1}function iL(t){return 32===t||9===t}function iF(t){return 32<=t&&t<=126||161<=t&&t<=55295&&8232!==t&&8233!==t||57344<=t&&t<=65533&&65279!==t||65536<=t&&t<=1114111}function iA(t){return iF(t)&&65279!==t&&13!==t&&10!==t}function iW(t,e,r){var i=iA(t),n=i&&!iL(t);return(r?i:i&&44!==t&&91!==t&&93!==t&&123!==t&&125!==t)&&35!==t&&!(58===e&&!n)||iA(e)&&!iL(e)&&35===t||58===e&&n}function iE(t){return iF(t)&&65279!==t&&!iL(t)&&45!==t&&63!==t&&58!==t&&44!==t&&91!==t&&93!==t&&123!==t&&125!==t&&35!==t&&38!==t&&42!==t&&33!==t&&124!==t&&61!==t&&62!==t&&39!==t&&34!==t&&37!==t&&64!==t&&96!==t}function i$(t){return!iL(t)&&58!==t}function iO(t,e){var r,i=t.charCodeAt(e);return i>=55296&&i<=56319&&e+1<t.length&&(r=t.charCodeAt(e+1))>=56320&&r<=57343?(i-55296)*1024+r-56320+65536:i}function iI(t){return/^\n* /.test(t)}(0,h.eW)(iT,"State"),(0,h.eW)(iS,"indentString"),(0,h.eW)(iM,"generateNextLine"),(0,h.eW)(iB,"testImplicitResolving"),(0,h.eW)(iL,"isWhitespace"),(0,h.eW)(iF,"isPrintable"),(0,h.eW)(iA,"isNsCharOrWhitespace"),(0,h.eW)(iW,"isPlainSafe"),(0,h.eW)(iE,"isPlainSafeFirst"),(0,h.eW)(i$,"isPlainSafeLast"),(0,h.eW)(iO,"codePointAt"),(0,h.eW)(iI,"needIndentIndicator");function iD(t,e,r,i,n,o,a,s){var l,h=0,c=null,u=!1,d=!1,f=-1!==i,p=-1,g=iE(iO(t,0))&&i$(iO(t,t.length-1));if(e||a)for(l=0;l<t.length;h>=65536?l+=2:l++){if(!iF(h=iO(t,l)))return 5;g=g&&iW(h,c,s),c=h}else{for(l=0;l<t.length;h>=65536?l+=2:l++){if(10===(h=iO(t,l)))u=!0,f&&(d=d||l-p-1>i&&" "!==t[p+1],p=l);else if(!iF(h))return 5;g=g&&iW(h,c,s),c=h}d=d||f&&l-p-1>i&&" "!==t[p+1]}if(!u&&!d)return!g||a||n(t)?2===o?5:2:1;return r>9&&iI(t)?5:a?2===o?5:2:d?4:3}function iZ(t,e,r,i,n){t.dump=function(){if(0===e.length)return 2===t.quotingType?'""':"''";if(!t.noCompatMode&&(-1!==ik.indexOf(e)||i_.test(e)))return 2===t.quotingType?'"'+e+'"':"'"+e+"'";var o=t.indent*Math.max(1,r),a=-1===t.lineWidth?-1:Math.max(Math.min(t.lineWidth,40),t.lineWidth-o),s=i||t.flowLevel>-1&&r>=t.flowLevel;function l(e){return iB(t,e)}switch((0,h.eW)(l,"testAmbiguity"),iD(e,s,t.indent,a,l,t.quotingType,t.forceQuotes&&!i,n)){case 1:return e;case 2:return"'"+e.replace(/'/g,"''")+"'";case 3:return"|"+iq(e,t.indent)+iz(iS(e,o));case 4:return">"+iq(e,t.indent)+iz(iS(iN(e,a),o));case 5:return'"'+iR(e)+'"';default:throw new e$("impossible error: invalid scalar style")}}()}function iq(t,e){var r=iI(t)?String(e):"",i="\n"===t[t.length-1],n=i&&("\n"===t[t.length-2]||"\n"===t);return r+(n?"+":i?"":"-")+"\n"}function iz(t){return"\n"===t[t.length-1]?t.slice(0,-1):t}function iN(t,e){var r,i,n,o=/(\n+)([^\n]*)/g;for(var a=(r=-1!==(r=t.indexOf("\n"))?r:t.length,o.lastIndex=r,iP(t.slice(0,r),e)),s="\n"===t[0]||" "===t[0];n=o.exec(t);){var l=n[1],h=n[2];i=" "===h[0],a+=l+(s||i||""===h?"":"\n")+iP(h,e),s=i}return a}function iP(t,e){if(""===t||" "===t[0])return t;for(var r=/ [^ ]/g,i,n,o=0,a=0,s=0,l="";i=r.exec(t);)(s=i.index)-o>e&&(n=a>o?a:s,l+="\n"+t.slice(o,n),o=n+1),a=s;return l+="\n",t.length-o>e&&a>o?l+=t.slice(o,a)+"\n"+t.slice(a+1):l+=t.slice(o),l.slice(1)}function iR(t){for(var e,r="",i=0,n=0;n<t.length;i>=65536?n+=2:n++)!(e=iC[i=iO(t,n)])&&iF(i)?(r+=t[n],i>=65536&&(r+=t[n+1])):r+=e||iv(i);return r}function ij(t,e,r){var i,n,o,a="",s=t.tag;for(i=0,n=r.length;i<n;i+=1)o=r[i],t.replacer&&(o=t.replacer.call(r,String(i),o)),(iG(t,e,o,!1,!1)||void 0===o&&iG(t,e,null,!1,!1))&&(""!==a&&(a+=","+(t.condenseFlow?"":" ")),a+=t.dump);t.tag=s,t.dump="["+a+"]"}function iY(t,e,r,i){var n,o,a,s="",l=t.tag;for(n=0,o=r.length;n<o;n+=1)a=r[n],t.replacer&&(a=t.replacer.call(r,String(n),a)),(iG(t,e+1,a,!0,!0,!1,!0)||void 0===a&&iG(t,e+1,null,!0,!0,!1,!0))&&((!i||""!==s)&&(s+=iM(t,e)),t.dump&&10===t.dump.charCodeAt(0)?s+="-":s+="- ",s+=t.dump);t.tag=l,t.dump=s||"[]"}function iU(t,e,r){var i,n,o,a,s,l="",h=t.tag,c=Object.keys(r);for(i=0,n=c.length;i<n;i+=1){if(s="",""!==l&&(s+=", "),t.condenseFlow&&(s+='"'),a=r[o=c[i]],t.replacer&&(a=t.replacer.call(r,o,a)),!iG(t,e,o,!1,!1))continue;if(t.dump.length>1024&&(s+="? "),s+=t.dump+(t.condenseFlow?'"':"")+":"+(t.condenseFlow?"":" "),!!iG(t,e,a,!1,!1))s+=t.dump,l+=s}t.tag=h,t.dump="{"+l+"}"}function iH(t,e,r,i){var n,o,a,s,l,h,c="",u=t.tag,d=Object.keys(r);if(!0===t.sortKeys)d.sort();else if("function"==typeof t.sortKeys)d.sort(t.sortKeys);else if(t.sortKeys)throw new e$("sortKeys must be a boolean or a function");for(n=0,o=d.length;n<o;n+=1){if(h="",(!i||""!==c)&&(h+=iM(t,e)),s=r[a=d[n]],t.replacer&&(s=t.replacer.call(r,a,s)),!iG(t,e+1,a,!0,!0,!0))continue;if((l=null!==t.tag&&"?"!==t.tag||t.dump&&t.dump.length>1024)&&(t.dump&&10===t.dump.charCodeAt(0)?h+="?":h+="? "),h+=t.dump,l&&(h+=iM(t,e)),!!iG(t,e+1,s,!0,l))t.dump&&10===t.dump.charCodeAt(0)?h+=":":h+=": ",h+=t.dump,c+=h}t.tag=u,t.dump=c||"{}"}function iV(t,e,r){var i,n,o,a,s,l;for(o=0,a=(n=r?t.explicitTypes:t.implicitTypes).length;o<a;o+=1)if(((s=n[o]).instanceOf||s.predicate)&&(!s.instanceOf||"object"==typeof e&&e instanceof s.instanceOf)&&(!s.predicate||s.predicate(e))){if(r?s.multi&&s.representName?t.tag=s.representName(e):t.tag=s.tag:t.tag="?",s.represent){if(l=t.styleMap[s.tag]||s.defaultStyle,"[object Function]"===ix.call(s.represent))i=s.represent(e,l);else if(ib.call(s.represent,l))i=s.represent[l](e,l);else throw new e$("!<"+s.tag+'> tag resolver accepts not "'+l+'" style');t.dump=i}return!0}return!1}function iG(t,e,r,i,n,o,a){t.tag=null,t.dump=r,!iV(t,r,!1)&&iV(t,r,!0);var s=ix.call(t.dump),l=i;i&&(i=t.flowLevel<0||t.flowLevel>e);var h,c,u,d="[object Object]"===s||"[object Array]"===s;if(d&&(u=-1!==(c=t.duplicates.indexOf(r))),(null!==t.tag&&"?"!==t.tag||u||2!==t.indent&&e>0)&&(n=!1),u&&t.usedDuplicates[c])t.dump="*ref_"+c;else{if(d&&u&&!t.usedDuplicates[c]&&(t.usedDuplicates[c]=!0),"[object Object]"===s)i&&0!==Object.keys(t.dump).length?(iH(t,e,t.dump,n),u&&(t.dump="&ref_"+c+t.dump)):(iU(t,e,t.dump),u&&(t.dump="&ref_"+c+" "+t.dump));else if("[object Array]"===s)i&&0!==t.dump.length?(t.noArrayIndent&&!a&&e>0?iY(t,e-1,t.dump,n):iY(t,e,t.dump,n),u&&(t.dump="&ref_"+c+t.dump)):(ij(t,e,t.dump),u&&(t.dump="&ref_"+c+" "+t.dump));else if("[object String]"===s)"?"!==t.tag&&iZ(t,t.dump,e,o,l);else{if("[object Undefined]"===s)return!1;if(t.skipInvalid)return!1;throw new e$("unacceptable kind of an object to dump "+s)}null!==t.tag&&"?"!==t.tag&&(h=encodeURI("!"===t.tag[0]?t.tag.slice(1):t.tag).replace(/!/g,"%21"),h="!"===t.tag[0]?"!"+h:"tag:yaml.org,2002:"===h.slice(0,18)?"!!"+h.slice(18):"!<"+h+">",t.dump=h+" "+t.dump)}return!0}function iX(t,e){var r,i,n=[],o=[];for(iQ(t,n,o),r=0,i=o.length;r<i;r+=1)e.duplicates.push(n[o[r]]);e.usedDuplicates=Array(i)}function iQ(t,e,r){var i,n,o;if(null!==t&&"object"==typeof t){if(-1!==(n=e.indexOf(t)))-1===r.indexOf(n)&&r.push(n);else if(e.push(t),Array.isArray(t))for(n=0,o=t.length;n<o;n+=1)iQ(t[n],e,r);else for(n=0,o=(i=Object.keys(t)).length;n<o;n+=1)iQ(t[i[n]],e,r)}}function iK(t,e){var r=new iT(e=e||{});!r.noRefs&&iX(t,r);var i=t;return(r.replacer&&(i=r.replacer.call({"":i},"",i)),iG(r,0,i,!0,!0))?r.dump+"\n":""}(0,h.eW)(iD,"chooseScalarStyle"),(0,h.eW)(iZ,"writeScalar"),(0,h.eW)(iq,"blockHeader"),(0,h.eW)(iz,"dropEndingNewline"),(0,h.eW)(iN,"foldString"),(0,h.eW)(iP,"foldLine"),(0,h.eW)(iR,"escapeString"),(0,h.eW)(ij,"writeFlowSequence"),(0,h.eW)(iY,"writeBlockSequence"),(0,h.eW)(iU,"writeFlowMapping"),(0,h.eW)(iH,"writeBlockMapping"),(0,h.eW)(iV,"detectType"),(0,h.eW)(iG,"writeNode"),(0,h.eW)(iX,"getDuplicateReferences"),(0,h.eW)(iQ,"inspectNode"),(0,h.eW)(iK,"dump$1");function iJ(t,e){return function(){throw Error("Function yaml."+t+" is removed in js-yaml 4. Use yaml."+e+" instead, which is now safe by default.")}}(0,h.eW)(iJ,"renamed");function i0(t){let e=t.match(h.M6);if(!e)return{text:t,metadata:{}};let r=im(e[1],{schema:rn})??{};r="object"!=typeof r||Array.isArray(r)?{}:r;let i={};return r.displayMode&&(i.displayMode=r.displayMode.toString()),r.title&&(i.title=r.title.toString()),r.config&&(i.config=r.config),{text:t.slice(e[0].length),metadata:i}}iJ("safeLoad","load"),iJ("safeLoadAll","loadAll"),iJ("safeDump","dump"),(0,h.eW)(i0,"extractFrontMatter");var i1=(0,h.eW)(t=>t.replace(/\r\n?/g,"\n").replace(/<(\w+)([^>]*)>/g,(t,e,r)=>"<"+e+r.replace(/="([^"]*)"/g,"='$1'")+">"),"cleanupText"),i2=(0,h.eW)(t=>{let{text:e,metadata:r}=i0(t),{displayMode:i,title:n,config:o={}}=r;return i&&(!o.gantt&&(o.gantt={}),o.gantt.displayMode=i),{title:n,config:o,text:e}},"processFrontmatter"),i3=(0,h.eW)(t=>{let e=a.w8.detectInit(t)??{},r=a.w8.detectDirective(t,"wrap");return Array.isArray(r)?e.wrap=r.some(({type:t})=>"wrap"===t):r?.type==="wrap"&&(e.wrap=!0),{text:(0,a.tf)(t),directive:e}},"processDirectives");function i5(t){let e=i2(i1(t)),r=i3(e.text),i=(0,a.Rb)(e.config,r.directive);return{code:t=eT(r.text),title:e.title,config:i}}function i6(t){return btoa(Array.from(new TextEncoder().encode(t),t=>String.fromCodePoint(t)).join(""))}(0,h.eW)(i5,"preprocessDiagram"),(0,h.eW)(i6,"toBase64");var i4=["foreignobject"],i9=["dominant-baseline"];function i8(t){let e=i5(t);return(0,h.mc)(),(0,h.XV)(e.config??{}),e}async function i7(t,e){ex();try{let{code:e,config:r}=i8(t);return{diagramType:(await nc(e)).type,config:r}}catch(t){if(e?.suppressErrors)return!1;throw t}}(0,h.eW)(i8,"processAndSetConfigs"),(0,h.eW)(i7,"parse");var nt=(0,h.eW)((t,e,r=[])=>`
.${t} ${e} { ${r.join(" !important; ")} !important; }`,"cssImportantStyles"),ne=(0,h.eW)((t,e=new Map)=>{let r="";if(void 0!==t.themeCSS&&(r+=`
${t.themeCSS}`),void 0!==t.fontFamily&&(r+=`
:root { --mermaid-font-family: ${t.fontFamily}}`),void 0!==t.altFontFamily&&(r+=`
:root { --mermaid-alt-font-family: ${t.altFontFamily}}`),e instanceof Map){let i=t.htmlLabels??t.flowchart?.htmlLabels,n=i?["> *","span"]:["rect","polygon","ellipse","circle","path"];e.forEach(t=>{!(0,N.Z)(t.styles)&&n.forEach(e=>{r+=nt(t.id,e,t.styles)}),!(0,N.Z)(t.textStyles)&&(r+=nt(t.id,"tspan",(t?.textStyles||[]).map(t=>t.replace("color","fill"))))})}return r},"createCssStyles"),nr=(0,h.eW)((t,e,r,i)=>{var n,o,a;let s=ne(t,r),l=(0,h.Ee)(e,s,t.themeVariables);return w((a=function t(e,r,i,n,o,a,s,l,h){for(var c,u,f,p=0,m=0,w=s,v=0,M=0,$=0,O=1,z=1,N=1,P=0,R="",j=o,Y=a,U=n,H=R;z;)switch($=P,P=W()){case 40:if(108!=$&&58==b(H,w-1)){;if(-1!=(c=H+=x(D(P),"&","&\f"),u="&\f",f=g(p?l[p-1]:0),c.indexOf("&\f",f)))N=-1;break}case 34:case 39:case 91:H+=D(P);break;case 9:case 10:case 13:case 32:H+=function(t){for(;L=E();)if(L<33)W();else break;return I(t)>2||I(L)>3?"":" "}($);break;case 92:H+=function(t,e){for(var r,i;--e&&W()&&!(L<48)&&!(L>102)&&(!(L>57)||!(L<65))&&(!(L>70)||!(L<97)););return r=t,i=B+(e<6&&32==E()&&32==W()),C(F,r,i)}(B-1,7);continue;case 47:switch(E()){case 42:case 47:_(function(t,e,r,i){return A(t,e,r,d,y(L),C(t,2,-2),0,i)}(function(t,e){for(;W();)if(t+L===57)break;else if(t+L===84&&47===E())break;return"/*"+C(F,e,B-1)+"*"+y(47===t?t:W())}(W(),B),r,i,h),h),(5==I($||1)||5==I(E()||1))&&k(H)&&" "!==C(H,-1,void 0)&&(H+=" ");break;default:H+="/"}break;case 123*O:l[p++]=k(H)*N;case 125*O:case 59:case 0:switch(P){case 0:case 125:z=0;case 59+m:-1==N&&(H=x(H,/\f/g,"")),M>0&&(k(H)-w||0===O&&47===$)&&_(M>32?q(H+";",n,i,w-1,h):q(x(H," ","")+";",n,i,w-2,h),h);break;case 59:H+=";";default:if(_(U=Z(H,r,i,p,m,o,l,R,j=[],Y=[],w,a),a),123===P){if(0===m)t(H,r,U,U,j,a,w,l,Y);else switch(99===v&&110===b(H,3)?100:v){case 100:case 108:case 109:case 115:t(e,U,U,n&&_(Z(e,U,U,0,0,o,l,R,o,j=[],w,Y),Y),o,Y,w,l,n?j:Y);break;default:t(H,U,U,U,[""],Y,0,l,Y)}}}p=m=M=0,O=N=1,R=H="",w=s;break;case 58:w=1+k(H),M=$;default:if(O<1){if(123==P)--O;else if(125==P&&0==O++&&125==(L=B>0?b(F,--B):0,S--,10===L&&(S=1,T--),L))continue}switch(H+=y(P),P*O){case 38:N=m>0?1:(H+="\f",-1);break;case 44:l[p++]=(k(H)-1)*N,N=1;break;case 64:45===E()&&(H+=D(W())),v=E(),m=w=k(R=H+=function(t){for(;!I(E());)W();return C(F,t,B)}(B)),P++;break;case 45:45===$&&2==k(H)&&(O=0)}}return a}("",null,null,null,[""],(o=n=`${i}{${l}}`,T=S=1,M=k(F=o),B=0,n=[]),0,[0],n),F="",a),v)},"createUserStyles"),ni=(0,h.eW)((t="",e,r)=>{let i=t;return!r&&!e&&(i=i.replace(/marker-end="url\([\d+./:=?A-Za-z-]*?#/g,'marker-end="url(#')),i=(i=(0,a.SH)(i)).replace(/<br>/g,"<br/>")},"cleanUpSvgCode"),nn=(0,h.eW)((t="",e)=>{let r=e?.viewBox?.baseVal?.height?e.viewBox.baseVal.height+"px":"100%",i=i6(`<body style="margin:0">${t}</body>`);return`<iframe style="width:100%;height:${r};border:0;margin:0;" src="data:text/html;charset=UTF-8;base64,${i}" sandbox="allow-top-navigation-by-user-activation allow-popups">
The "iframe" tag is not supported by your browser.
</iframe>`},"putIntoIFrame"),no=(0,h.eW)((t,e,r,i,n)=>{let o=t.append("div");o.attr("id",r),i&&o.attr("style",i);let a=o.append("svg").attr("id",e).attr("width","100%").attr("xmlns","http://www.w3.org/2000/svg");return n&&a.attr("xmlns:xlink",n),a.append("g"),t},"appendDivSvgG");function na(t,e){return t.append("iframe").attr("id",e).attr("style","width: 100%; height: 100%;").attr("sandbox","")}(0,h.eW)(na,"sandboxedIframe");var ns=(0,h.eW)((t,e,r,i)=>{t.getElementById(e)?.remove(),t.getElementById(r)?.remove(),t.getElementById(i)?.remove()},"removeExistingElements"),nl=(0,h.eW)(async function(t,e,r){let i,n;ex();let o=i8(e);e=o.code;let a=(0,h.iE)();h.cM.debug(a),e.length>(a?.maxTextSize??5e4)&&(e="graph TB;a[Maximum text size in diagram exceeded];style a fill:#faa");let l="#"+t,c="i"+t,d="#"+c,f="d"+t,p="#"+f,g=(0,h.eW)(()=>{let t=m?d:p,e=(0,u.Ys)(t).node();e&&"remove"in e&&e.remove()},"removeTempElements"),y=(0,u.Ys)("body"),m="sandbox"===a.securityLevel,x="loose"===a.securityLevel,b=a.fontFamily;if(void 0!==r){if(r&&(r.innerHTML=""),m){let t=na((0,u.Ys)(r),c);(y=(0,u.Ys)(t.nodes()[0].contentDocument.body)).node().style.margin=0}else y=(0,u.Ys)(r);no(y,t,f,`font-family: ${b}`,"http://www.w3.org/1999/xlink")}else{if(ns(document,t,f,c),m){let t=na((0,u.Ys)("body"),c);(y=(0,u.Ys)(t.nodes()[0].contentDocument.body)).node().style.margin=0}else y=(0,u.Ys)("body");no(y,t,f)}try{i=await e_.fromText(e,{title:o.title})}catch(t){if(a.suppressErrorRendering)throw g(),t;i=await e_.fromText("error"),n=t}let C=y.select(p).node(),k=i.type,_=C.firstChild,w=_.firstChild,v=nr(a,k,i.renderer.getClasses?.(e,i),l),T=document.createElement("style");T.innerHTML=v,_.insertBefore(T,w);try{await i.renderer.draw(e,t,s.i,i)}catch(r){throw a.suppressErrorRendering?g():tQ.draw(e,t,s.i),r}let S=y.select(`${p} svg`),M=i.db.getAccTitle?.();nu(k,S,M,i.db.getAccDescription?.()),y.select(`[id="${t}"]`).selectAll("foreignobject > *").attr("xmlns","http://www.w3.org/1999/xhtml");let B=y.select(p).node().innerHTML;if(h.cM.debug("config.arrowMarkerAbsolute",a.arrowMarkerAbsolute),B=ni(B,m,(0,h.ku)(a.arrowMarkerAbsolute)),m?B=nn(B,y.select(p+" svg").node()):!x&&(B=z.sanitize(B,{ADD_TAGS:i4,ADD_ATTR:i9})),ev(),n)throw n;return g(),{diagramType:k,svg:B,bindFunctions:i.db.bindFunctions}},"render");function nh(t={}){let e=(0,h.Yc)({},t);e?.fontFamily&&!e.themeVariables?.fontFamily&&(!e.themeVariables&&(e.themeVariables={}),e.themeVariables.fontFamily=e.fontFamily),(0,h.dY)(e),e?.theme&&e.theme in h._j?e.themeVariables=h._j[e.theme].getThemeVariables(e.themeVariables):e&&(e.themeVariables=h._j.default.getThemeVariables(e.themeVariables));let r="object"==typeof e?(0,h.Yn)(e):(0,h.ZD)();(0,h.Ub)(r.logLevel),ex()}(0,h.eW)(nh,"initialize");var nc=(0,h.eW)((t,e={})=>{let{code:r}=i5(t);return e_.fromText(r,e)},"getDiagramFromText");function nu(t,e,r,i){eC(e,t),ek(e,r,i,e.attr("id"))}(0,h.eW)(nu,"addA11yInfo");var nd=Object.freeze({render:nl,parse:i7,getDiagramFromText:nc,initialize:nh,getConfig:h.iE,setConfig:h.v6,getSiteConfig:h.ZD,updateSiteConfig:h.Tb,reset:(0,h.eW)(()=>{(0,h.mc)()},"reset"),globalReset:(0,h.eW)(()=>{(0,h.mc)(h.u_)},"globalReset"),defaultConfig:h.u_});(0,h.Ub)((0,h.iE)().logLevel),(0,h.mc)((0,h.iE)());var nf=(0,h.eW)((t,e,r)=>{h.cM.warn(t),(0,a.bZ)(t)?(r&&r(t.str,t.hash),e.push({...t,message:t.str,error:t})):(r&&r(t),t instanceof Error&&e.push({str:t.message,message:t.message,hash:t.name,error:t}))},"handleError"),np=(0,h.eW)(async function(t={querySelector:".mermaid"}){try{await ng(t)}catch(e){if((0,a.bZ)(e)&&h.cM.error(e.str),nS.parseError&&nS.parseError(e),!t.suppressErrors)throw h.cM.error("Use the suppressErrors option to suppress these errors"),e}},"run"),ng=(0,h.eW)(async function({postRenderCallback:t,querySelector:e,nodes:r}={querySelector:".mermaid"}){let i,n;let o=nd.getConfig();if(h.cM.debug(`${t?"":"No "}Callback function found`),r)i=r;else if(e)i=document.querySelectorAll(e);else throw Error("Nodes and querySelector are both undefined");h.cM.debug(`Found ${i.length} diagrams`),o?.startOnLoad!==void 0&&(h.cM.debug("Start On Load: "+o?.startOnLoad),nd.updateSiteConfig({startOnLoad:o?.startOnLoad}));let s=new a.w8.InitIDGenerator(o.deterministicIds,o.deterministicIDSeed),l=[];for(let e of Array.from(i)){if(h.cM.info("Rendering diagram: "+e.id),e.getAttribute("data-processed"))continue;e.setAttribute("data-processed","true");let r=`mermaid-${s.next()}`;n=e.innerHTML,n=(0,c.Z)(a.w8.entityDecode(n)).trim().replace(/<br\s*\/?>/gi,"<br/>");let i=a.w8.detectInit(n);i&&h.cM.debug("Detected early reinit: ",i);try{let{svg:i,bindFunctions:o}=await nT(r,n,e);e.innerHTML=i,t&&await t(r),o&&o(e)}catch(t){nf(t,l,nS.parseError)}}if(l.length>0)throw l[0]},"runThrowsErrors"),ny=(0,h.eW)(function(t){nd.initialize(t)},"initialize"),nm=(0,h.eW)(async function(t,e,r){h.cM.warn("mermaid.init is deprecated. Please use run instead."),t&&ny(t);let i={postRenderCallback:r,querySelector:".mermaid"};"string"==typeof e?i.querySelector=e:e&&(e instanceof HTMLElement?i.nodes=[e]:i.nodes=e),await np(i)},"init"),nx=(0,h.eW)(async(t,{lazyLoad:e=!0}={})=>{ex(),(0,h.KO)(...t),!1===e&&await eb()},"registerExternalDiagrams"),nb=(0,h.eW)(function(){if(nS.startOnLoad){let{startOnLoad:t}=nd.getConfig();t&&nS.run().catch(t=>h.cM.error("Mermaid failed to initialize",t))}},"contentLoaded");"undefined"!=typeof document&&window.addEventListener("load",nb,!1);var nC=(0,h.eW)(function(t){nS.parseError=t},"setParseErrorHandler"),nk=[],n_=!1,nw=(0,h.eW)(async()=>{if(!n_){for(n_=!0;nk.length>0;){let t=nk.shift();if(t)try{await t()}catch(t){h.cM.error("Error executing queue",t)}}n_=!1}},"executeQueue"),nv=(0,h.eW)(async(t,e)=>new Promise((r,i)=>{let n=(0,h.eW)(()=>new Promise((n,o)=>{nd.parse(t,e).then(t=>{n(t),r(t)},t=>{h.cM.error("Error parsing",t),nS.parseError?.(t),o(t),i(t)})}),"performCall");nk.push(n),nw().catch(i)}),"parse"),nT=(0,h.eW)((t,e,r)=>new Promise((i,n)=>{let o=(0,h.eW)(()=>new Promise((o,a)=>{nd.render(t,e,r).then(t=>{o(t),i(t)},t=>{h.cM.error("Error parsing",t),nS.parseError?.(t),a(t),n(t)})}),"performCall");nk.push(o),nw().catch(n)}),"render"),nS={startOnLoad:!0,mermaidAPI:nd,parse:nv,render:nT,init:nm,run:np,registerExternalDiagrams:nx,registerLayoutLoaders:o.jM,initialize:ny,parseError:void 0,contentLoaded:nb,setParseErrorHandler:nC,detectType:h.Vg,registerIconPacks:n.ef},nM=nS}}]);