@ws-ui/roles-editor 1.13.1 → 1.13.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -1,13 +1,13 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const C=require("react/jsx-runtime"),Q=require("@ws-ui/store"),T=require("react"),Te=require("@ws-ui/shared"),_r=require("@headlessui/react"),nx=require("react-dom"),xe=require("@ws-ui/icons"),CD=require("./common.cjs.js");function RD(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const ve=RD(T),ix=RD(nx);var ht=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Vn(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Qf={exports:{}};/*!
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const C=require("react/jsx-runtime"),Q=require("@ws-ui/store"),T=require("react"),Te=require("@ws-ui/shared"),_r=require("@headlessui/react"),nx=require("react-dom"),xe=require("@ws-ui/icons"),CD=require("./common.cjs.js");function RD(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const ve=RD(T),ix=RD(nx);var ht=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Un(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Qf={exports:{}};/*!
2
2
  Copyright (c) 2018 Jed Watson.
3
3
  Licensed under the MIT License (MIT), see
4
4
  http://jedwatson.github.io/classnames
5
- */var K1;function pH(){return K1||(K1=1,(function(e){(function(){var t={}.hasOwnProperty;function r(){for(var o="",a=0;a<arguments.length;a++){var u=arguments[a];u&&(o=i(o,n(u)))}return o}function n(o){if(typeof o=="string"||typeof o=="number")return o;if(typeof o!="object")return"";if(Array.isArray(o))return r.apply(null,o);if(o.toString!==Object.prototype.toString&&!o.toString.toString().includes("[native code]"))return o.toString();var a="";for(var u in o)t.call(o,u)&&o[u]&&(a=i(a,u));return a}function i(o,a){return a?o?o+" "+a:o+a:o}e.exports?(r.default=r,e.exports=r):window.classNames=r})()})(Qf)),Qf.exports}var vH=pH();const We=Vn(vH);function gH({qodly:e,activeTab:t,forceLogin:r,onTabChange:n,restrictedByDefault:i,onRestrictedByDefaultChange:o,onForceLoginChange:a}){return C.jsx(C.Fragment,{children:C.jsx("nav",{className:"relative mb-0 flex h-auto flex-wrap items-center justify-between border-b border-grey-900 bg-grey-800 px-4 py-3",children:C.jsx("div",{className:"flex w-full flex-wrap items-center justify-between",children:C.jsxs("div",{className:"relative flex w-full justify-between",children:[C.jsx("span",{className:"inline-block whitespace-nowrap text-sm leading-relaxed text-white",children:C.jsxs("div",{className:"flex items-center justify-center",children:[C.jsx("button",{"data-cy":"roles_btn_navbar",className:We(" min-w-[110px] rounded-l px-4 py-2 text-xs text-white outline-none transition-all duration-150 ease-linear focus:bg-primary-dark focus:text-white focus:outline-none",t==="roles"?"bg-primary-dark font-bold":"bg-grey-300 hover:bg-primary-hover hover:text-white"),type:"button",onClick:()=>n("roles"),children:"Roles"}),C.jsx("button",{"data-cy":"privileges_btn_navbar",className:We(" min-w-[110px] rounded-r px-4 py-2 text-xs text-white outline-none transition-all duration-150 ease-linear focus:bg-primary-dark focus:text-white focus:outline-none",t==="privileges"?"bg-primary-dark font-bold":"bg-grey-300 hover:bg-primary-hover hover:text-white"),type:"button",onClick:()=>n("privileges"),children:"Privileges"})]})}),C.jsxs("div",{className:"flex gap-2 justify-between",children:[C.jsxs("span",{className:"flex items-center gap-1 whitespace-nowrap",children:[C.jsx(Te.ControlledSwitch,{size:"sm",value:i||!1,onChange:u=>{o(u)}}),C.jsx("span",{className:"px-1 text-xs text-white",children:"Restrict Access By Default"}),C.jsx(Te.Tip,{tipKey:"editors:roles:toolbar:restrictedByDefault",alwaysOn:!0,side:"left"})]}),e===!1&&C.jsxs("span",{className:"flex items-center gap-1 whitespace-nowrap",children:[C.jsx(Te.ControlledSwitch,{size:"sm",value:r||!1,onChange:u=>{a(u)}}),C.jsx("span",{className:"px-1 text-xs text-white",children:"Force login"}),C.jsx(Te.Tip,{tipKey:"editors:roles:toolbar:forceLogin",alwaysOn:!0,side:"left"})]})]})]})})})})}const ID=T.createContext(void 0),mH=({children:e})=>{const[t,r]=T.useState(null),[n,i]=T.useState(null);function o(u){r(u),setTimeout(()=>i(u),0)}const a={selectedRole:t,deferredSelectedRole:n,selectRole:o};return C.jsx(ID.Provider,{value:a,children:e})};function ox(){const e=T.useContext(ID);if(e===void 0)throw new Error("useSelectedRole must be used within a SelectedRoleProvider");return e}var Y1=function(t){return t.reduce(function(r,n){var i=n[0],o=n[1];return r[i]=o,r},{})},X1=typeof window<"u"&&window.document&&window.document.createElement?ve.useLayoutEffect:ve.useEffect,Gt="top",Sr="bottom",Or="right",Kt="left",ax="auto",Ka=[Gt,Sr,Or,Kt],yo="start",La="end",yH="clippingParents",PD="viewport",oa="popper",bH="reference",Z1=Ka.reduce(function(e,t){return e.concat([t+"-"+yo,t+"-"+La])},[]),ND=[].concat(Ka,[ax]).reduce(function(e,t){return e.concat([t,t+"-"+yo,t+"-"+La])},[]),xH="beforeRead",wH="read",_H="afterRead",EH="beforeMain",SH="main",OH="afterMain",CH="beforeWrite",RH="write",IH="afterWrite",PH=[xH,wH,_H,EH,SH,OH,CH,RH,IH];function nn(e){return e?(e.nodeName||"").toLowerCase():null}function ur(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function bi(e){var t=ur(e).Element;return e instanceof t||e instanceof Element}function Er(e){var t=ur(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function sx(e){if(typeof ShadowRoot>"u")return!1;var t=ur(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function NH(e){var t=e.state;Object.keys(t.elements).forEach(function(r){var n=t.styles[r]||{},i=t.attributes[r]||{},o=t.elements[r];!Er(o)||!nn(o)||(Object.assign(o.style,n),Object.keys(i).forEach(function(a){var u=i[a];u===!1?o.removeAttribute(a):o.setAttribute(a,u===!0?"":u)}))})}function TH(e){var t=e.state,r={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,r.popper),t.styles=r,t.elements.arrow&&Object.assign(t.elements.arrow.style,r.arrow),function(){Object.keys(t.elements).forEach(function(n){var i=t.elements[n],o=t.attributes[n]||{},a=Object.keys(t.styles.hasOwnProperty(n)?t.styles[n]:r[n]),u=a.reduce(function(l,d){return l[d]="",l},{});!Er(i)||!nn(i)||(Object.assign(i.style,u),Object.keys(o).forEach(function(l){i.removeAttribute(l)}))})}}const AH={name:"applyStyles",enabled:!0,phase:"write",fn:NH,effect:TH,requires:["computeStyles"]};function en(e){return e.split("-")[0]}var hi=Math.max,$u=Math.min,bo=Math.round;function Ab(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}function TD(){return!/^((?!chrome|android).)*safari/i.test(Ab())}function xo(e,t,r){t===void 0&&(t=!1),r===void 0&&(r=!1);var n=e.getBoundingClientRect(),i=1,o=1;t&&Er(e)&&(i=e.offsetWidth>0&&bo(n.width)/e.offsetWidth||1,o=e.offsetHeight>0&&bo(n.height)/e.offsetHeight||1);var a=bi(e)?ur(e):window,u=a.visualViewport,l=!TD()&&r,d=(n.left+(l&&u?u.offsetLeft:0))/i,f=(n.top+(l&&u?u.offsetTop:0))/o,h=n.width/i,p=n.height/o;return{width:h,height:p,top:f,right:d+h,bottom:f+p,left:d,x:d,y:f}}function ux(e){var t=xo(e),r=e.offsetWidth,n=e.offsetHeight;return Math.abs(t.width-r)<=1&&(r=t.width),Math.abs(t.height-n)<=1&&(n=t.height),{x:e.offsetLeft,y:e.offsetTop,width:r,height:n}}function AD(e,t){var r=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(r&&sx(r)){var n=t;do{if(n&&e.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}function bn(e){return ur(e).getComputedStyle(e)}function MH(e){return["table","td","th"].indexOf(nn(e))>=0}function Un(e){return((bi(e)?e.ownerDocument:e.document)||window.document).documentElement}function bl(e){return nn(e)==="html"?e:e.assignedSlot||e.parentNode||(sx(e)?e.host:null)||Un(e)}function J1(e){return!Er(e)||bn(e).position==="fixed"?null:e.offsetParent}function DH(e){var t=/firefox/i.test(Ab()),r=/Trident/i.test(Ab());if(r&&Er(e)){var n=bn(e);if(n.position==="fixed")return null}var i=bl(e);for(sx(i)&&(i=i.host);Er(i)&&["html","body"].indexOf(nn(i))<0;){var o=bn(i);if(o.transform!=="none"||o.perspective!=="none"||o.contain==="paint"||["transform","perspective"].indexOf(o.willChange)!==-1||t&&o.willChange==="filter"||t&&o.filter&&o.filter!=="none")return i;i=i.parentNode}return null}function Ya(e){for(var t=ur(e),r=J1(e);r&&MH(r)&&bn(r).position==="static";)r=J1(r);return r&&(nn(r)==="html"||nn(r)==="body"&&bn(r).position==="static")?t:r||DH(e)||t}function lx(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function Ma(e,t,r){return hi(e,$u(t,r))}function jH(e,t,r){var n=Ma(e,t,r);return n>r?r:n}function MD(){return{top:0,right:0,bottom:0,left:0}}function DD(e){return Object.assign({},MD(),e)}function jD(e,t){return t.reduce(function(r,n){return r[n]=e,r},{})}var qH=function(t,r){return t=typeof t=="function"?t(Object.assign({},r.rects,{placement:r.placement})):t,DD(typeof t!="number"?t:jD(t,Ka))};function kH(e){var t,r=e.state,n=e.name,i=e.options,o=r.elements.arrow,a=r.modifiersData.popperOffsets,u=en(r.placement),l=lx(u),d=[Kt,Or].indexOf(u)>=0,f=d?"height":"width";if(!(!o||!a)){var h=qH(i.padding,r),p=ux(o),v=l==="y"?Gt:Kt,m=l==="y"?Sr:Or,y=r.rects.reference[f]+r.rects.reference[l]-a[l]-r.rects.popper[f],x=a[l]-r.rects.reference[l],b=Ya(o),w=b?l==="y"?b.clientHeight||0:b.clientWidth||0:0,E=y/2-x/2,_=h[v],S=w-p[f]-h[m],R=w/2-p[f]/2+E,I=Ma(_,R,S),P=l;r.modifiersData[n]=(t={},t[P]=I,t.centerOffset=I-R,t)}}function LH(e){var t=e.state,r=e.options,n=r.element,i=n===void 0?"[data-popper-arrow]":n;i!=null&&(typeof i=="string"&&(i=t.elements.popper.querySelector(i),!i)||AD(t.elements.popper,i)&&(t.elements.arrow=i))}const BH={name:"arrow",enabled:!0,phase:"main",fn:kH,effect:LH,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function wo(e){return e.split("-")[1]}var FH={top:"auto",right:"auto",bottom:"auto",left:"auto"};function $H(e,t){var r=e.x,n=e.y,i=t.devicePixelRatio||1;return{x:bo(r*i)/i||0,y:bo(n*i)/i||0}}function Q1(e){var t,r=e.popper,n=e.popperRect,i=e.placement,o=e.variation,a=e.offsets,u=e.position,l=e.gpuAcceleration,d=e.adaptive,f=e.roundOffsets,h=e.isFixed,p=a.x,v=p===void 0?0:p,m=a.y,y=m===void 0?0:m,x=typeof f=="function"?f({x:v,y}):{x:v,y};v=x.x,y=x.y;var b=a.hasOwnProperty("x"),w=a.hasOwnProperty("y"),E=Kt,_=Gt,S=window;if(d){var R=Ya(r),I="clientHeight",P="clientWidth";if(R===ur(r)&&(R=Un(r),bn(R).position!=="static"&&u==="absolute"&&(I="scrollHeight",P="scrollWidth")),R=R,i===Gt||(i===Kt||i===Or)&&o===La){_=Sr;var A=h&&R===S&&S.visualViewport?S.visualViewport.height:R[I];y-=A-n.height,y*=l?1:-1}if(i===Kt||(i===Gt||i===Sr)&&o===La){E=Or;var k=h&&R===S&&S.visualViewport?S.visualViewport.width:R[P];v-=k-n.width,v*=l?1:-1}}var L=Object.assign({position:u},d&&FH),$=f===!0?$H({x:v,y},ur(r)):{x:v,y};if(v=$.x,y=$.y,l){var j;return Object.assign({},L,(j={},j[_]=w?"0":"",j[E]=b?"0":"",j.transform=(S.devicePixelRatio||1)<=1?"translate("+v+"px, "+y+"px)":"translate3d("+v+"px, "+y+"px, 0)",j))}return Object.assign({},L,(t={},t[_]=w?y+"px":"",t[E]=b?v+"px":"",t.transform="",t))}function zH(e){var t=e.state,r=e.options,n=r.gpuAcceleration,i=n===void 0?!0:n,o=r.adaptive,a=o===void 0?!0:o,u=r.roundOffsets,l=u===void 0?!0:u,d={placement:en(t.placement),variation:wo(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:i,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,Q1(Object.assign({},d,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:a,roundOffsets:l})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,Q1(Object.assign({},d,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}const HH={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:zH,data:{}};var au={passive:!0};function VH(e){var t=e.state,r=e.instance,n=e.options,i=n.scroll,o=i===void 0?!0:i,a=n.resize,u=a===void 0?!0:a,l=ur(t.elements.popper),d=[].concat(t.scrollParents.reference,t.scrollParents.popper);return o&&d.forEach(function(f){f.addEventListener("scroll",r.update,au)}),u&&l.addEventListener("resize",r.update,au),function(){o&&d.forEach(function(f){f.removeEventListener("scroll",r.update,au)}),u&&l.removeEventListener("resize",r.update,au)}}const UH={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:VH,data:{}};var WH={left:"right",right:"left",bottom:"top",top:"bottom"};function Tu(e){return e.replace(/left|right|bottom|top/g,function(t){return WH[t]})}var GH={start:"end",end:"start"};function eE(e){return e.replace(/start|end/g,function(t){return GH[t]})}function cx(e){var t=ur(e),r=t.pageXOffset,n=t.pageYOffset;return{scrollLeft:r,scrollTop:n}}function fx(e){return xo(Un(e)).left+cx(e).scrollLeft}function KH(e,t){var r=ur(e),n=Un(e),i=r.visualViewport,o=n.clientWidth,a=n.clientHeight,u=0,l=0;if(i){o=i.width,a=i.height;var d=TD();(d||!d&&t==="fixed")&&(u=i.offsetLeft,l=i.offsetTop)}return{width:o,height:a,x:u+fx(e),y:l}}function YH(e){var t,r=Un(e),n=cx(e),i=(t=e.ownerDocument)==null?void 0:t.body,o=hi(r.scrollWidth,r.clientWidth,i?i.scrollWidth:0,i?i.clientWidth:0),a=hi(r.scrollHeight,r.clientHeight,i?i.scrollHeight:0,i?i.clientHeight:0),u=-n.scrollLeft+fx(e),l=-n.scrollTop;return bn(i||r).direction==="rtl"&&(u+=hi(r.clientWidth,i?i.clientWidth:0)-o),{width:o,height:a,x:u,y:l}}function dx(e){var t=bn(e),r=t.overflow,n=t.overflowX,i=t.overflowY;return/auto|scroll|overlay|hidden/.test(r+i+n)}function qD(e){return["html","body","#document"].indexOf(nn(e))>=0?e.ownerDocument.body:Er(e)&&dx(e)?e:qD(bl(e))}function Da(e,t){var r;t===void 0&&(t=[]);var n=qD(e),i=n===((r=e.ownerDocument)==null?void 0:r.body),o=ur(n),a=i?[o].concat(o.visualViewport||[],dx(n)?n:[]):n,u=t.concat(a);return i?u:u.concat(Da(bl(a)))}function Mb(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function XH(e,t){var r=xo(e,!1,t==="fixed");return r.top=r.top+e.clientTop,r.left=r.left+e.clientLeft,r.bottom=r.top+e.clientHeight,r.right=r.left+e.clientWidth,r.width=e.clientWidth,r.height=e.clientHeight,r.x=r.left,r.y=r.top,r}function tE(e,t,r){return t===PD?Mb(KH(e,r)):bi(t)?XH(t,r):Mb(YH(Un(e)))}function ZH(e){var t=Da(bl(e)),r=["absolute","fixed"].indexOf(bn(e).position)>=0,n=r&&Er(e)?Ya(e):e;return bi(n)?t.filter(function(i){return bi(i)&&AD(i,n)&&nn(i)!=="body"}):[]}function JH(e,t,r,n){var i=t==="clippingParents"?ZH(e):[].concat(t),o=[].concat(i,[r]),a=o[0],u=o.reduce(function(l,d){var f=tE(e,d,n);return l.top=hi(f.top,l.top),l.right=$u(f.right,l.right),l.bottom=$u(f.bottom,l.bottom),l.left=hi(f.left,l.left),l},tE(e,a,n));return u.width=u.right-u.left,u.height=u.bottom-u.top,u.x=u.left,u.y=u.top,u}function kD(e){var t=e.reference,r=e.element,n=e.placement,i=n?en(n):null,o=n?wo(n):null,a=t.x+t.width/2-r.width/2,u=t.y+t.height/2-r.height/2,l;switch(i){case Gt:l={x:a,y:t.y-r.height};break;case Sr:l={x:a,y:t.y+t.height};break;case Or:l={x:t.x+t.width,y:u};break;case Kt:l={x:t.x-r.width,y:u};break;default:l={x:t.x,y:t.y}}var d=i?lx(i):null;if(d!=null){var f=d==="y"?"height":"width";switch(o){case yo:l[d]=l[d]-(t[f]/2-r[f]/2);break;case La:l[d]=l[d]+(t[f]/2-r[f]/2);break}}return l}function Ba(e,t){t===void 0&&(t={});var r=t,n=r.placement,i=n===void 0?e.placement:n,o=r.strategy,a=o===void 0?e.strategy:o,u=r.boundary,l=u===void 0?yH:u,d=r.rootBoundary,f=d===void 0?PD:d,h=r.elementContext,p=h===void 0?oa:h,v=r.altBoundary,m=v===void 0?!1:v,y=r.padding,x=y===void 0?0:y,b=DD(typeof x!="number"?x:jD(x,Ka)),w=p===oa?bH:oa,E=e.rects.popper,_=e.elements[m?w:p],S=JH(bi(_)?_:_.contextElement||Un(e.elements.popper),l,f,a),R=xo(e.elements.reference),I=kD({reference:R,element:E,placement:i}),P=Mb(Object.assign({},E,I)),A=p===oa?P:R,k={top:S.top-A.top+b.top,bottom:A.bottom-S.bottom+b.bottom,left:S.left-A.left+b.left,right:A.right-S.right+b.right},L=e.modifiersData.offset;if(p===oa&&L){var $=L[i];Object.keys(k).forEach(function(j){var D=[Or,Sr].indexOf(j)>=0?1:-1,G=[Gt,Sr].indexOf(j)>=0?"y":"x";k[j]+=$[G]*D})}return k}function QH(e,t){t===void 0&&(t={});var r=t,n=r.placement,i=r.boundary,o=r.rootBoundary,a=r.padding,u=r.flipVariations,l=r.allowedAutoPlacements,d=l===void 0?ND:l,f=wo(n),h=f?u?Z1:Z1.filter(function(m){return wo(m)===f}):Ka,p=h.filter(function(m){return d.indexOf(m)>=0});p.length===0&&(p=h);var v=p.reduce(function(m,y){return m[y]=Ba(e,{placement:y,boundary:i,rootBoundary:o,padding:a})[en(y)],m},{});return Object.keys(v).sort(function(m,y){return v[m]-v[y]})}function e4(e){if(en(e)===ax)return[];var t=Tu(e);return[eE(e),t,eE(t)]}function t4(e){var t=e.state,r=e.options,n=e.name;if(!t.modifiersData[n]._skip){for(var i=r.mainAxis,o=i===void 0?!0:i,a=r.altAxis,u=a===void 0?!0:a,l=r.fallbackPlacements,d=r.padding,f=r.boundary,h=r.rootBoundary,p=r.altBoundary,v=r.flipVariations,m=v===void 0?!0:v,y=r.allowedAutoPlacements,x=t.options.placement,b=en(x),w=b===x,E=l||(w||!m?[Tu(x)]:e4(x)),_=[x].concat(E).reduce(function(F,W){return F.concat(en(W)===ax?QH(t,{placement:W,boundary:f,rootBoundary:h,padding:d,flipVariations:m,allowedAutoPlacements:y}):W)},[]),S=t.rects.reference,R=t.rects.popper,I=new Map,P=!0,A=_[0],k=0;k<_.length;k++){var L=_[k],$=en(L),j=wo(L)===yo,D=[Gt,Sr].indexOf($)>=0,G=D?"width":"height",B=Ba(t,{placement:L,boundary:f,rootBoundary:h,altBoundary:p,padding:d}),Y=D?j?Or:Kt:j?Sr:Gt;S[G]>R[G]&&(Y=Tu(Y));var Z=Tu(Y),te=[];if(o&&te.push(B[$]<=0),u&&te.push(B[Y]<=0,B[Z]<=0),te.every(function(F){return F})){A=L,P=!1;break}I.set(L,te)}if(P)for(var U=m?3:1,re=function(W){var J=_.find(function(H){var K=I.get(H);if(K)return K.slice(0,W).every(function(se){return se})});if(J)return A=J,"break"},ae=U;ae>0;ae--){var le=re(ae);if(le==="break")break}t.placement!==A&&(t.modifiersData[n]._skip=!0,t.placement=A,t.reset=!0)}}const r4={name:"flip",enabled:!0,phase:"main",fn:t4,requiresIfExists:["offset"],data:{_skip:!1}};function rE(e,t,r){return r===void 0&&(r={x:0,y:0}),{top:e.top-t.height-r.y,right:e.right-t.width+r.x,bottom:e.bottom-t.height+r.y,left:e.left-t.width-r.x}}function nE(e){return[Gt,Or,Sr,Kt].some(function(t){return e[t]>=0})}function n4(e){var t=e.state,r=e.name,n=t.rects.reference,i=t.rects.popper,o=t.modifiersData.preventOverflow,a=Ba(t,{elementContext:"reference"}),u=Ba(t,{altBoundary:!0}),l=rE(a,n),d=rE(u,i,o),f=nE(l),h=nE(d);t.modifiersData[r]={referenceClippingOffsets:l,popperEscapeOffsets:d,isReferenceHidden:f,hasPopperEscaped:h},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":f,"data-popper-escaped":h})}const i4={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:n4};function o4(e,t,r){var n=en(e),i=[Kt,Gt].indexOf(n)>=0?-1:1,o=typeof r=="function"?r(Object.assign({},t,{placement:e})):r,a=o[0],u=o[1];return a=a||0,u=(u||0)*i,[Kt,Or].indexOf(n)>=0?{x:u,y:a}:{x:a,y:u}}function a4(e){var t=e.state,r=e.options,n=e.name,i=r.offset,o=i===void 0?[0,0]:i,a=ND.reduce(function(f,h){return f[h]=o4(h,t.rects,o),f},{}),u=a[t.placement],l=u.x,d=u.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=l,t.modifiersData.popperOffsets.y+=d),t.modifiersData[n]=a}const s4={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:a4};function u4(e){var t=e.state,r=e.name;t.modifiersData[r]=kD({reference:t.rects.reference,element:t.rects.popper,placement:t.placement})}const l4={name:"popperOffsets",enabled:!0,phase:"read",fn:u4,data:{}};function c4(e){return e==="x"?"y":"x"}function f4(e){var t=e.state,r=e.options,n=e.name,i=r.mainAxis,o=i===void 0?!0:i,a=r.altAxis,u=a===void 0?!1:a,l=r.boundary,d=r.rootBoundary,f=r.altBoundary,h=r.padding,p=r.tether,v=p===void 0?!0:p,m=r.tetherOffset,y=m===void 0?0:m,x=Ba(t,{boundary:l,rootBoundary:d,padding:h,altBoundary:f}),b=en(t.placement),w=wo(t.placement),E=!w,_=lx(b),S=c4(_),R=t.modifiersData.popperOffsets,I=t.rects.reference,P=t.rects.popper,A=typeof y=="function"?y(Object.assign({},t.rects,{placement:t.placement})):y,k=typeof A=="number"?{mainAxis:A,altAxis:A}:Object.assign({mainAxis:0,altAxis:0},A),L=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,$={x:0,y:0};if(R){if(o){var j,D=_==="y"?Gt:Kt,G=_==="y"?Sr:Or,B=_==="y"?"height":"width",Y=R[_],Z=Y+x[D],te=Y-x[G],U=v?-P[B]/2:0,re=w===yo?I[B]:P[B],ae=w===yo?-P[B]:-I[B],le=t.elements.arrow,F=v&&le?ux(le):{width:0,height:0},W=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:MD(),J=W[D],H=W[G],K=Ma(0,I[B],F[B]),se=E?I[B]/2-U-K-J-k.mainAxis:re-K-J-k.mainAxis,oe=E?-I[B]/2+U+K+H+k.mainAxis:ae+K+H+k.mainAxis,fe=t.elements.arrow&&Ya(t.elements.arrow),V=fe?_==="y"?fe.clientTop||0:fe.clientLeft||0:0,ee=(j=L==null?void 0:L[_])!=null?j:0,we=Y+se-ee-V,be=Y+oe-ee,de=Ma(v?$u(Z,we):Z,Y,v?hi(te,be):te);R[_]=de,$[_]=de-Y}if(u){var ue,Ee=_==="x"?Gt:Kt,Pe=_==="x"?Sr:Or,Ze=R[S],ze=S==="y"?"height":"width",Fe=Ze+x[Ee],Ve=Ze-x[Pe],lt=[Gt,Kt].indexOf(b)!==-1,ct=(ue=L==null?void 0:L[S])!=null?ue:0,mt=lt?Fe:Ze-I[ze]-P[ze]-ct+k.altAxis,yt=lt?Ze+I[ze]+P[ze]-ct-k.altAxis:Ve,rt=v&&lt?jH(mt,Ze,yt):Ma(v?mt:Fe,Ze,v?yt:Ve);R[S]=rt,$[S]=rt-Ze}t.modifiersData[n]=$}}const d4={name:"preventOverflow",enabled:!0,phase:"main",fn:f4,requiresIfExists:["offset"]};function h4(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function p4(e){return e===ur(e)||!Er(e)?cx(e):h4(e)}function v4(e){var t=e.getBoundingClientRect(),r=bo(t.width)/e.offsetWidth||1,n=bo(t.height)/e.offsetHeight||1;return r!==1||n!==1}function g4(e,t,r){r===void 0&&(r=!1);var n=Er(t),i=Er(t)&&v4(t),o=Un(t),a=xo(e,i,r),u={scrollLeft:0,scrollTop:0},l={x:0,y:0};return(n||!n&&!r)&&((nn(t)!=="body"||dx(o))&&(u=p4(t)),Er(t)?(l=xo(t,!0),l.x+=t.clientLeft,l.y+=t.clientTop):o&&(l.x=fx(o))),{x:a.left+u.scrollLeft-l.x,y:a.top+u.scrollTop-l.y,width:a.width,height:a.height}}function m4(e){var t=new Map,r=new Set,n=[];e.forEach(function(o){t.set(o.name,o)});function i(o){r.add(o.name);var a=[].concat(o.requires||[],o.requiresIfExists||[]);a.forEach(function(u){if(!r.has(u)){var l=t.get(u);l&&i(l)}}),n.push(o)}return e.forEach(function(o){r.has(o.name)||i(o)}),n}function y4(e){var t=m4(e);return PH.reduce(function(r,n){return r.concat(t.filter(function(i){return i.phase===n}))},[])}function b4(e){var t;return function(){return t||(t=new Promise(function(r){Promise.resolve().then(function(){t=void 0,r(e())})})),t}}function x4(e){var t=e.reduce(function(r,n){var i=r[n.name];return r[n.name]=i?Object.assign({},i,n,{options:Object.assign({},i.options,n.options),data:Object.assign({},i.data,n.data)}):n,r},{});return Object.keys(t).map(function(r){return t[r]})}var iE={placement:"bottom",modifiers:[],strategy:"absolute"};function oE(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return!t.some(function(n){return!(n&&typeof n.getBoundingClientRect=="function")})}function w4(e){e===void 0&&(e={});var t=e,r=t.defaultModifiers,n=r===void 0?[]:r,i=t.defaultOptions,o=i===void 0?iE:i;return function(u,l,d){d===void 0&&(d=o);var f={placement:"bottom",orderedModifiers:[],options:Object.assign({},iE,o),modifiersData:{},elements:{reference:u,popper:l},attributes:{},styles:{}},h=[],p=!1,v={state:f,setOptions:function(b){var w=typeof b=="function"?b(f.options):b;y(),f.options=Object.assign({},o,f.options,w),f.scrollParents={reference:bi(u)?Da(u):u.contextElement?Da(u.contextElement):[],popper:Da(l)};var E=y4(x4([].concat(n,f.options.modifiers)));return f.orderedModifiers=E.filter(function(_){return _.enabled}),m(),v.update()},forceUpdate:function(){if(!p){var b=f.elements,w=b.reference,E=b.popper;if(oE(w,E)){f.rects={reference:g4(w,Ya(E),f.options.strategy==="fixed"),popper:ux(E)},f.reset=!1,f.placement=f.options.placement,f.orderedModifiers.forEach(function(k){return f.modifiersData[k.name]=Object.assign({},k.data)});for(var _=0;_<f.orderedModifiers.length;_++){if(f.reset===!0){f.reset=!1,_=-1;continue}var S=f.orderedModifiers[_],R=S.fn,I=S.options,P=I===void 0?{}:I,A=S.name;typeof R=="function"&&(f=R({state:f,options:P,name:A,instance:v})||f)}}}},update:b4(function(){return new Promise(function(x){v.forceUpdate(),x(f)})}),destroy:function(){y(),p=!0}};if(!oE(u,l))return v;v.setOptions(d).then(function(x){!p&&d.onFirstUpdate&&d.onFirstUpdate(x)});function m(){f.orderedModifiers.forEach(function(x){var b=x.name,w=x.options,E=w===void 0?{}:w,_=x.effect;if(typeof _=="function"){var S=_({state:f,name:b,instance:v,options:E}),R=function(){};h.push(S||R)}})}function y(){h.forEach(function(x){return x()}),h=[]}return v}}var _4=[UH,l4,HH,AH,s4,r4,d4,BH,i4],E4=w4({defaultModifiers:_4}),ed,aE;function S4(){if(aE)return ed;aE=1;var e=typeof Element<"u",t=typeof Map=="function",r=typeof Set=="function",n=typeof ArrayBuffer=="function"&&!!ArrayBuffer.isView;function i(o,a){if(o===a)return!0;if(o&&a&&typeof o=="object"&&typeof a=="object"){if(o.constructor!==a.constructor)return!1;var u,l,d;if(Array.isArray(o)){if(u=o.length,u!=a.length)return!1;for(l=u;l--!==0;)if(!i(o[l],a[l]))return!1;return!0}var f;if(t&&o instanceof Map&&a instanceof Map){if(o.size!==a.size)return!1;for(f=o.entries();!(l=f.next()).done;)if(!a.has(l.value[0]))return!1;for(f=o.entries();!(l=f.next()).done;)if(!i(l.value[1],a.get(l.value[0])))return!1;return!0}if(r&&o instanceof Set&&a instanceof Set){if(o.size!==a.size)return!1;for(f=o.entries();!(l=f.next()).done;)if(!a.has(l.value[0]))return!1;return!0}if(n&&ArrayBuffer.isView(o)&&ArrayBuffer.isView(a)){if(u=o.length,u!=a.length)return!1;for(l=u;l--!==0;)if(o[l]!==a[l])return!1;return!0}if(o.constructor===RegExp)return o.source===a.source&&o.flags===a.flags;if(o.valueOf!==Object.prototype.valueOf&&typeof o.valueOf=="function"&&typeof a.valueOf=="function")return o.valueOf()===a.valueOf();if(o.toString!==Object.prototype.toString&&typeof o.toString=="function"&&typeof a.toString=="function")return o.toString()===a.toString();if(d=Object.keys(o),u=d.length,u!==Object.keys(a).length)return!1;for(l=u;l--!==0;)if(!Object.prototype.hasOwnProperty.call(a,d[l]))return!1;if(e&&o instanceof Element)return!1;for(l=u;l--!==0;)if(!((d[l]==="_owner"||d[l]==="__v"||d[l]==="__o")&&o.$$typeof)&&!i(o[d[l]],a[d[l]]))return!1;return!0}return o!==o&&a!==a}return ed=function(a,u){try{return i(a,u)}catch(l){if((l.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw l}},ed}var O4=S4();const C4=Vn(O4);var R4=[],xl=function(t,r,n){n===void 0&&(n={});var i=ve.useRef(null),o={onFirstUpdate:n.onFirstUpdate,placement:n.placement||"bottom",strategy:n.strategy||"absolute",modifiers:n.modifiers||R4},a=ve.useState({styles:{popper:{position:o.strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),u=a[0],l=a[1],d=ve.useMemo(function(){return{name:"updateState",enabled:!0,phase:"write",fn:function(v){var m=v.state,y=Object.keys(m.elements);ix.flushSync(function(){l({styles:Y1(y.map(function(x){return[x,m.styles[x]||{}]})),attributes:Y1(y.map(function(x){return[x,m.attributes[x]]}))})})},requires:["computeStyles"]}},[]),f=ve.useMemo(function(){var p={onFirstUpdate:o.onFirstUpdate,placement:o.placement,strategy:o.strategy,modifiers:[].concat(o.modifiers,[d,{name:"applyStyles",enabled:!1}])};return C4(i.current,p)?i.current||p:(i.current=p,p)},[o.onFirstUpdate,o.placement,o.strategy,o.modifiers,d]),h=ve.useRef();return X1(function(){h.current&&h.current.setOptions(f)},[f]),X1(function(){if(!(t==null||r==null)){var p=n.createPopper||E4,v=p(t,r,f);return h.current=v,function(){v.destroy(),h.current=null}}},[t,r,n.createPopper]),{state:h.current?h.current.state:null,styles:u.styles,attributes:u.attributes,update:h.current?h.current.update:null,forceUpdate:h.current?h.current.forceUpdate:null}};const LD=({tab:e})=>C.jsx("div",{className:"flex flex-1 items-center justify-center border-l-[0.5px] border-grey-900 bg-grey-800",children:C.jsxs("div",{className:"flex flex-col items-center justify-center space-y-4 text-grey-200",children:[C.jsx(xe.FdInfoBold,{className:"h-10 w-10"}),C.jsxs("div",{className:"font-semibold",children:["No ",e," Selected"]}),C.jsxs("div",{className:"text-sm",children:["Click on a ",e," in the Sidebar to select it."]})]})});function hx(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var td,sE;function I4(){if(sE)return td;sE=1;function e(){this.__data__=[],this.size=0}return td=e,td}var rd,uE;function Co(){if(uE)return rd;uE=1;function e(t,r){return t===r||t!==t&&r!==r}return rd=e,rd}var nd,lE;function wl(){if(lE)return nd;lE=1;var e=Co();function t(r,n){for(var i=r.length;i--;)if(e(r[i][0],n))return i;return-1}return nd=t,nd}var id,cE;function P4(){if(cE)return id;cE=1;var e=wl(),t=Array.prototype,r=t.splice;function n(i){var o=this.__data__,a=e(o,i);if(a<0)return!1;var u=o.length-1;return a==u?o.pop():r.call(o,a,1),--this.size,!0}return id=n,id}var od,fE;function N4(){if(fE)return od;fE=1;var e=wl();function t(r){var n=this.__data__,i=e(n,r);return i<0?void 0:n[i][1]}return od=t,od}var ad,dE;function T4(){if(dE)return ad;dE=1;var e=wl();function t(r){return e(this.__data__,r)>-1}return ad=t,ad}var sd,hE;function A4(){if(hE)return sd;hE=1;var e=wl();function t(r,n){var i=this.__data__,o=e(i,r);return o<0?(++this.size,i.push([r,n])):i[o][1]=n,this}return sd=t,sd}var ud,pE;function _l(){if(pE)return ud;pE=1;var e=I4(),t=P4(),r=N4(),n=T4(),i=A4();function o(a){var u=-1,l=a==null?0:a.length;for(this.clear();++u<l;){var d=a[u];this.set(d[0],d[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=r,o.prototype.has=n,o.prototype.set=i,ud=o,ud}var ld,vE;function M4(){if(vE)return ld;vE=1;var e=_l();function t(){this.__data__=new e,this.size=0}return ld=t,ld}var cd,gE;function D4(){if(gE)return cd;gE=1;function e(t){var r=this.__data__,n=r.delete(t);return this.size=r.size,n}return cd=e,cd}var fd,mE;function j4(){if(mE)return fd;mE=1;function e(t){return this.__data__.get(t)}return fd=e,fd}var dd,yE;function q4(){if(yE)return dd;yE=1;function e(t){return this.__data__.has(t)}return dd=e,dd}var hd,bE;function BD(){if(bE)return hd;bE=1;var e=typeof ht=="object"&&ht&&ht.Object===Object&&ht;return hd=e,hd}var pd,xE;function Hr(){if(xE)return pd;xE=1;var e=BD(),t=typeof self=="object"&&self&&self.Object===Object&&self,r=e||t||Function("return this")();return pd=r,pd}var vd,wE;function Ro(){if(wE)return vd;wE=1;var e=Hr(),t=e.Symbol;return vd=t,vd}var gd,_E;function k4(){if(_E)return gd;_E=1;var e=Ro(),t=Object.prototype,r=t.hasOwnProperty,n=t.toString,i=e?e.toStringTag:void 0;function o(a){var u=r.call(a,i),l=a[i];try{a[i]=void 0;var d=!0}catch{}var f=n.call(a);return d&&(u?a[i]=l:delete a[i]),f}return gd=o,gd}var md,EE;function L4(){if(EE)return md;EE=1;var e=Object.prototype,t=e.toString;function r(n){return t.call(n)}return md=r,md}var yd,SE;function Oi(){if(SE)return yd;SE=1;var e=Ro(),t=k4(),r=L4(),n="[object Null]",i="[object Undefined]",o=e?e.toStringTag:void 0;function a(u){return u==null?u===void 0?i:n:o&&o in Object(u)?t(u):r(u)}return yd=a,yd}var bd,OE;function Cr(){if(OE)return bd;OE=1;function e(t){var r=typeof t;return t!=null&&(r=="object"||r=="function")}return bd=e,bd}var xd,CE;function Xa(){if(CE)return xd;CE=1;var e=Oi(),t=Cr(),r="[object AsyncFunction]",n="[object Function]",i="[object GeneratorFunction]",o="[object Proxy]";function a(u){if(!t(u))return!1;var l=e(u);return l==n||l==i||l==r||l==o}return xd=a,xd}var wd,RE;function B4(){if(RE)return wd;RE=1;var e=Hr(),t=e["__core-js_shared__"];return wd=t,wd}var _d,IE;function F4(){if(IE)return _d;IE=1;var e=B4(),t=(function(){var n=/[^.]+$/.exec(e&&e.keys&&e.keys.IE_PROTO||"");return n?"Symbol(src)_1."+n:""})();function r(n){return!!t&&t in n}return _d=r,_d}var Ed,PE;function FD(){if(PE)return Ed;PE=1;var e=Function.prototype,t=e.toString;function r(n){if(n!=null){try{return t.call(n)}catch{}try{return n+""}catch{}}return""}return Ed=r,Ed}var Sd,NE;function $4(){if(NE)return Sd;NE=1;var e=Xa(),t=F4(),r=Cr(),n=FD(),i=/[\\^$.*+?()[\]{}|]/g,o=/^\[object .+?Constructor\]$/,a=Function.prototype,u=Object.prototype,l=a.toString,d=u.hasOwnProperty,f=RegExp("^"+l.call(d).replace(i,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function h(p){if(!r(p)||t(p))return!1;var v=e(p)?f:o;return v.test(n(p))}return Sd=h,Sd}var Od,TE;function z4(){if(TE)return Od;TE=1;function e(t,r){return t==null?void 0:t[r]}return Od=e,Od}var Cd,AE;function Ci(){if(AE)return Cd;AE=1;var e=$4(),t=z4();function r(n,i){var o=t(n,i);return e(o)?o:void 0}return Cd=r,Cd}var Rd,ME;function px(){if(ME)return Rd;ME=1;var e=Ci(),t=Hr(),r=e(t,"Map");return Rd=r,Rd}var Id,DE;function El(){if(DE)return Id;DE=1;var e=Ci(),t=e(Object,"create");return Id=t,Id}var Pd,jE;function H4(){if(jE)return Pd;jE=1;var e=El();function t(){this.__data__=e?e(null):{},this.size=0}return Pd=t,Pd}var Nd,qE;function V4(){if(qE)return Nd;qE=1;function e(t){var r=this.has(t)&&delete this.__data__[t];return this.size-=r?1:0,r}return Nd=e,Nd}var Td,kE;function U4(){if(kE)return Td;kE=1;var e=El(),t="__lodash_hash_undefined__",r=Object.prototype,n=r.hasOwnProperty;function i(o){var a=this.__data__;if(e){var u=a[o];return u===t?void 0:u}return n.call(a,o)?a[o]:void 0}return Td=i,Td}var Ad,LE;function W4(){if(LE)return Ad;LE=1;var e=El(),t=Object.prototype,r=t.hasOwnProperty;function n(i){var o=this.__data__;return e?o[i]!==void 0:r.call(o,i)}return Ad=n,Ad}var Md,BE;function G4(){if(BE)return Md;BE=1;var e=El(),t="__lodash_hash_undefined__";function r(n,i){var o=this.__data__;return this.size+=this.has(n)?0:1,o[n]=e&&i===void 0?t:i,this}return Md=r,Md}var Dd,FE;function K4(){if(FE)return Dd;FE=1;var e=H4(),t=V4(),r=U4(),n=W4(),i=G4();function o(a){var u=-1,l=a==null?0:a.length;for(this.clear();++u<l;){var d=a[u];this.set(d[0],d[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=r,o.prototype.has=n,o.prototype.set=i,Dd=o,Dd}var jd,$E;function Y4(){if($E)return jd;$E=1;var e=K4(),t=_l(),r=px();function n(){this.size=0,this.__data__={hash:new e,map:new(r||t),string:new e}}return jd=n,jd}var qd,zE;function X4(){if(zE)return qd;zE=1;function e(t){var r=typeof t;return r=="string"||r=="number"||r=="symbol"||r=="boolean"?t!=="__proto__":t===null}return qd=e,qd}var kd,HE;function Sl(){if(HE)return kd;HE=1;var e=X4();function t(r,n){var i=r.__data__;return e(n)?i[typeof n=="string"?"string":"hash"]:i.map}return kd=t,kd}var Ld,VE;function Z4(){if(VE)return Ld;VE=1;var e=Sl();function t(r){var n=e(this,r).delete(r);return this.size-=n?1:0,n}return Ld=t,Ld}var Bd,UE;function J4(){if(UE)return Bd;UE=1;var e=Sl();function t(r){return e(this,r).get(r)}return Bd=t,Bd}var Fd,WE;function Q4(){if(WE)return Fd;WE=1;var e=Sl();function t(r){return e(this,r).has(r)}return Fd=t,Fd}var $d,GE;function eV(){if(GE)return $d;GE=1;var e=Sl();function t(r,n){var i=e(this,r),o=i.size;return i.set(r,n),this.size+=i.size==o?0:1,this}return $d=t,$d}var zd,KE;function vx(){if(KE)return zd;KE=1;var e=Y4(),t=Z4(),r=J4(),n=Q4(),i=eV();function o(a){var u=-1,l=a==null?0:a.length;for(this.clear();++u<l;){var d=a[u];this.set(d[0],d[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=r,o.prototype.has=n,o.prototype.set=i,zd=o,zd}var Hd,YE;function tV(){if(YE)return Hd;YE=1;var e=_l(),t=px(),r=vx(),n=200;function i(o,a){var u=this.__data__;if(u instanceof e){var l=u.__data__;if(!t||l.length<n-1)return l.push([o,a]),this.size=++u.size,this;u=this.__data__=new r(l)}return u.set(o,a),this.size=u.size,this}return Hd=i,Hd}var Vd,XE;function Ol(){if(XE)return Vd;XE=1;var e=_l(),t=M4(),r=D4(),n=j4(),i=q4(),o=tV();function a(u){var l=this.__data__=new e(u);this.size=l.size}return a.prototype.clear=t,a.prototype.delete=r,a.prototype.get=n,a.prototype.has=i,a.prototype.set=o,Vd=a,Vd}var Ud,ZE;function gx(){if(ZE)return Ud;ZE=1;function e(t,r){for(var n=-1,i=t==null?0:t.length;++n<i&&r(t[n],n,t)!==!1;);return t}return Ud=e,Ud}var Wd,JE;function $D(){if(JE)return Wd;JE=1;var e=Ci(),t=(function(){try{var r=e(Object,"defineProperty");return r({},"",{}),r}catch{}})();return Wd=t,Wd}var Gd,QE;function Cl(){if(QE)return Gd;QE=1;var e=$D();function t(r,n,i){n=="__proto__"&&e?e(r,n,{configurable:!0,enumerable:!0,value:i,writable:!0}):r[n]=i}return Gd=t,Gd}var Kd,eS;function Rl(){if(eS)return Kd;eS=1;var e=Cl(),t=Co(),r=Object.prototype,n=r.hasOwnProperty;function i(o,a,u){var l=o[a];(!(n.call(o,a)&&t(l,u))||u===void 0&&!(a in o))&&e(o,a,u)}return Kd=i,Kd}var Yd,tS;function Za(){if(tS)return Yd;tS=1;var e=Rl(),t=Cl();function r(n,i,o,a){var u=!o;o||(o={});for(var l=-1,d=i.length;++l<d;){var f=i[l],h=a?a(o[f],n[f],f,o,n):void 0;h===void 0&&(h=n[f]),u?t(o,f,h):e(o,f,h)}return o}return Yd=r,Yd}var Xd,rS;function rV(){if(rS)return Xd;rS=1;function e(t,r){for(var n=-1,i=Array(t);++n<t;)i[n]=r(n);return i}return Xd=e,Xd}var Zd,nS;function on(){if(nS)return Zd;nS=1;function e(t){return t!=null&&typeof t=="object"}return Zd=e,Zd}var Jd,iS;function nV(){if(iS)return Jd;iS=1;var e=Oi(),t=on(),r="[object Arguments]";function n(i){return t(i)&&e(i)==r}return Jd=n,Jd}var Qd,oS;function Ja(){if(oS)return Qd;oS=1;var e=nV(),t=on(),r=Object.prototype,n=r.hasOwnProperty,i=r.propertyIsEnumerable,o=e((function(){return arguments})())?e:function(a){return t(a)&&n.call(a,"callee")&&!i.call(a,"callee")};return Qd=o,Qd}var eh,aS;function xt(){if(aS)return eh;aS=1;var e=Array.isArray;return eh=e,eh}var Ca={exports:{}},th,sS;function iV(){if(sS)return th;sS=1;function e(){return!1}return th=e,th}Ca.exports;var uS;function Io(){return uS||(uS=1,(function(e,t){var r=Hr(),n=iV(),i=t&&!t.nodeType&&t,o=i&&!0&&e&&!e.nodeType&&e,a=o&&o.exports===i,u=a?r.Buffer:void 0,l=u?u.isBuffer:void 0,d=l||n;e.exports=d})(Ca,Ca.exports)),Ca.exports}var rh,lS;function Il(){if(lS)return rh;lS=1;var e=9007199254740991,t=/^(?:0|[1-9]\d*)$/;function r(n,i){var o=typeof n;return i=i??e,!!i&&(o=="number"||o!="symbol"&&t.test(n))&&n>-1&&n%1==0&&n<i}return rh=r,rh}var nh,cS;function mx(){if(cS)return nh;cS=1;var e=9007199254740991;function t(r){return typeof r=="number"&&r>-1&&r%1==0&&r<=e}return nh=t,nh}var ih,fS;function oV(){if(fS)return ih;fS=1;var e=Oi(),t=mx(),r=on(),n="[object Arguments]",i="[object Array]",o="[object Boolean]",a="[object Date]",u="[object Error]",l="[object Function]",d="[object Map]",f="[object Number]",h="[object Object]",p="[object RegExp]",v="[object Set]",m="[object String]",y="[object WeakMap]",x="[object ArrayBuffer]",b="[object DataView]",w="[object Float32Array]",E="[object Float64Array]",_="[object Int8Array]",S="[object Int16Array]",R="[object Int32Array]",I="[object Uint8Array]",P="[object Uint8ClampedArray]",A="[object Uint16Array]",k="[object Uint32Array]",L={};L[w]=L[E]=L[_]=L[S]=L[R]=L[I]=L[P]=L[A]=L[k]=!0,L[n]=L[i]=L[x]=L[o]=L[b]=L[a]=L[u]=L[l]=L[d]=L[f]=L[h]=L[p]=L[v]=L[m]=L[y]=!1;function $(j){return r(j)&&t(j.length)&&!!L[e(j)]}return ih=$,ih}var oh,dS;function Pl(){if(dS)return oh;dS=1;function e(t){return function(r){return t(r)}}return oh=e,oh}var Ra={exports:{}};Ra.exports;var hS;function yx(){return hS||(hS=1,(function(e,t){var r=BD(),n=t&&!t.nodeType&&t,i=n&&!0&&e&&!e.nodeType&&e,o=i&&i.exports===n,a=o&&r.process,u=(function(){try{var l=i&&i.require&&i.require("util").types;return l||a&&a.binding&&a.binding("util")}catch{}})();e.exports=u})(Ra,Ra.exports)),Ra.exports}var ah,pS;function Qa(){if(pS)return ah;pS=1;var e=oV(),t=Pl(),r=yx(),n=r&&r.isTypedArray,i=n?t(n):e;return ah=i,ah}var sh,vS;function zD(){if(vS)return sh;vS=1;var e=rV(),t=Ja(),r=xt(),n=Io(),i=Il(),o=Qa(),a=Object.prototype,u=a.hasOwnProperty;function l(d,f){var h=r(d),p=!h&&t(d),v=!h&&!p&&n(d),m=!h&&!p&&!v&&o(d),y=h||p||v||m,x=y?e(d.length,String):[],b=x.length;for(var w in d)(f||u.call(d,w))&&!(y&&(w=="length"||v&&(w=="offset"||w=="parent")||m&&(w=="buffer"||w=="byteLength"||w=="byteOffset")||i(w,b)))&&x.push(w);return x}return sh=l,sh}var uh,gS;function Nl(){if(gS)return uh;gS=1;var e=Object.prototype;function t(r){var n=r&&r.constructor,i=typeof n=="function"&&n.prototype||e;return r===i}return uh=t,uh}var lh,mS;function HD(){if(mS)return lh;mS=1;function e(t,r){return function(n){return t(r(n))}}return lh=e,lh}var ch,yS;function aV(){if(yS)return ch;yS=1;var e=HD(),t=e(Object.keys,Object);return ch=t,ch}var fh,bS;function bx(){if(bS)return fh;bS=1;var e=Nl(),t=aV(),r=Object.prototype,n=r.hasOwnProperty;function i(o){if(!e(o))return t(o);var a=[];for(var u in Object(o))n.call(o,u)&&u!="constructor"&&a.push(u);return a}return fh=i,fh}var dh,xS;function En(){if(xS)return dh;xS=1;var e=Xa(),t=mx();function r(n){return n!=null&&t(n.length)&&!e(n)}return dh=r,dh}var hh,wS;function Wn(){if(wS)return hh;wS=1;var e=zD(),t=bx(),r=En();function n(i){return r(i)?e(i):t(i)}return hh=n,hh}var ph,_S;function sV(){if(_S)return ph;_S=1;var e=Za(),t=Wn();function r(n,i){return n&&e(i,t(i),n)}return ph=r,ph}var vh,ES;function uV(){if(ES)return vh;ES=1;function e(t){var r=[];if(t!=null)for(var n in Object(t))r.push(n);return r}return vh=e,vh}var gh,SS;function lV(){if(SS)return gh;SS=1;var e=Cr(),t=Nl(),r=uV(),n=Object.prototype,i=n.hasOwnProperty;function o(a){if(!e(a))return r(a);var u=t(a),l=[];for(var d in a)d=="constructor"&&(u||!i.call(a,d))||l.push(d);return l}return gh=o,gh}var mh,OS;function Ri(){if(OS)return mh;OS=1;var e=zD(),t=lV(),r=En();function n(i){return r(i)?e(i,!0):t(i)}return mh=n,mh}var yh,CS;function cV(){if(CS)return yh;CS=1;var e=Za(),t=Ri();function r(n,i){return n&&e(i,t(i),n)}return yh=r,yh}var Ia={exports:{}};Ia.exports;var RS;function VD(){return RS||(RS=1,(function(e,t){var r=Hr(),n=t&&!t.nodeType&&t,i=n&&!0&&e&&!e.nodeType&&e,o=i&&i.exports===n,a=o?r.Buffer:void 0,u=a?a.allocUnsafe:void 0;function l(d,f){if(f)return d.slice();var h=d.length,p=u?u(h):new d.constructor(h);return d.copy(p),p}e.exports=l})(Ia,Ia.exports)),Ia.exports}var bh,IS;function UD(){if(IS)return bh;IS=1;function e(t,r){var n=-1,i=t.length;for(r||(r=Array(i));++n<i;)r[n]=t[n];return r}return bh=e,bh}var xh,PS;function WD(){if(PS)return xh;PS=1;function e(t,r){for(var n=-1,i=t==null?0:t.length,o=0,a=[];++n<i;){var u=t[n];r(u,n,t)&&(a[o++]=u)}return a}return xh=e,xh}var wh,NS;function GD(){if(NS)return wh;NS=1;function e(){return[]}return wh=e,wh}var _h,TS;function xx(){if(TS)return _h;TS=1;var e=WD(),t=GD(),r=Object.prototype,n=r.propertyIsEnumerable,i=Object.getOwnPropertySymbols,o=i?function(a){return a==null?[]:(a=Object(a),e(i(a),function(u){return n.call(a,u)}))}:t;return _h=o,_h}var Eh,AS;function fV(){if(AS)return Eh;AS=1;var e=Za(),t=xx();function r(n,i){return e(n,t(n),i)}return Eh=r,Eh}var Sh,MS;function wx(){if(MS)return Sh;MS=1;function e(t,r){for(var n=-1,i=r.length,o=t.length;++n<i;)t[o+n]=r[n];return t}return Sh=e,Sh}var Oh,DS;function Tl(){if(DS)return Oh;DS=1;var e=HD(),t=e(Object.getPrototypeOf,Object);return Oh=t,Oh}var Ch,jS;function KD(){if(jS)return Ch;jS=1;var e=wx(),t=Tl(),r=xx(),n=GD(),i=Object.getOwnPropertySymbols,o=i?function(a){for(var u=[];a;)e(u,r(a)),a=t(a);return u}:n;return Ch=o,Ch}var Rh,qS;function dV(){if(qS)return Rh;qS=1;var e=Za(),t=KD();function r(n,i){return e(n,t(n),i)}return Rh=r,Rh}var Ih,kS;function YD(){if(kS)return Ih;kS=1;var e=wx(),t=xt();function r(n,i,o){var a=i(n);return t(n)?a:e(a,o(n))}return Ih=r,Ih}var Ph,LS;function XD(){if(LS)return Ph;LS=1;var e=YD(),t=xx(),r=Wn();function n(i){return e(i,r,t)}return Ph=n,Ph}var Nh,BS;function hV(){if(BS)return Nh;BS=1;var e=YD(),t=KD(),r=Ri();function n(i){return e(i,r,t)}return Nh=n,Nh}var Th,FS;function pV(){if(FS)return Th;FS=1;var e=Ci(),t=Hr(),r=e(t,"DataView");return Th=r,Th}var Ah,$S;function vV(){if($S)return Ah;$S=1;var e=Ci(),t=Hr(),r=e(t,"Promise");return Ah=r,Ah}var Mh,zS;function ZD(){if(zS)return Mh;zS=1;var e=Ci(),t=Hr(),r=e(t,"Set");return Mh=r,Mh}var Dh,HS;function gV(){if(HS)return Dh;HS=1;var e=Ci(),t=Hr(),r=e(t,"WeakMap");return Dh=r,Dh}var jh,VS;function Po(){if(VS)return jh;VS=1;var e=pV(),t=px(),r=vV(),n=ZD(),i=gV(),o=Oi(),a=FD(),u="[object Map]",l="[object Object]",d="[object Promise]",f="[object Set]",h="[object WeakMap]",p="[object DataView]",v=a(e),m=a(t),y=a(r),x=a(n),b=a(i),w=o;return(e&&w(new e(new ArrayBuffer(1)))!=p||t&&w(new t)!=u||r&&w(r.resolve())!=d||n&&w(new n)!=f||i&&w(new i)!=h)&&(w=function(E){var _=o(E),S=_==l?E.constructor:void 0,R=S?a(S):"";if(R)switch(R){case v:return p;case m:return u;case y:return d;case x:return f;case b:return h}return _}),jh=w,jh}var qh,US;function mV(){if(US)return qh;US=1;var e=Object.prototype,t=e.hasOwnProperty;function r(n){var i=n.length,o=new n.constructor(i);return i&&typeof n[0]=="string"&&t.call(n,"index")&&(o.index=n.index,o.input=n.input),o}return qh=r,qh}var kh,WS;function JD(){if(WS)return kh;WS=1;var e=Hr(),t=e.Uint8Array;return kh=t,kh}var Lh,GS;function _x(){if(GS)return Lh;GS=1;var e=JD();function t(r){var n=new r.constructor(r.byteLength);return new e(n).set(new e(r)),n}return Lh=t,Lh}var Bh,KS;function yV(){if(KS)return Bh;KS=1;var e=_x();function t(r,n){var i=n?e(r.buffer):r.buffer;return new r.constructor(i,r.byteOffset,r.byteLength)}return Bh=t,Bh}var Fh,YS;function bV(){if(YS)return Fh;YS=1;var e=/\w*$/;function t(r){var n=new r.constructor(r.source,e.exec(r));return n.lastIndex=r.lastIndex,n}return Fh=t,Fh}var $h,XS;function xV(){if(XS)return $h;XS=1;var e=Ro(),t=e?e.prototype:void 0,r=t?t.valueOf:void 0;function n(i){return r?Object(r.call(i)):{}}return $h=n,$h}var zh,ZS;function QD(){if(ZS)return zh;ZS=1;var e=_x();function t(r,n){var i=n?e(r.buffer):r.buffer;return new r.constructor(i,r.byteOffset,r.length)}return zh=t,zh}var Hh,JS;function wV(){if(JS)return Hh;JS=1;var e=_x(),t=yV(),r=bV(),n=xV(),i=QD(),o="[object Boolean]",a="[object Date]",u="[object Map]",l="[object Number]",d="[object RegExp]",f="[object Set]",h="[object String]",p="[object Symbol]",v="[object ArrayBuffer]",m="[object DataView]",y="[object Float32Array]",x="[object Float64Array]",b="[object Int8Array]",w="[object Int16Array]",E="[object Int32Array]",_="[object Uint8Array]",S="[object Uint8ClampedArray]",R="[object Uint16Array]",I="[object Uint32Array]";function P(A,k,L){var $=A.constructor;switch(k){case v:return e(A);case o:case a:return new $(+A);case m:return t(A,L);case y:case x:case b:case w:case E:case _:case S:case R:case I:return i(A,L);case u:return new $;case l:case h:return new $(A);case d:return r(A);case f:return new $;case p:return n(A)}}return Hh=P,Hh}var Vh,QS;function ej(){if(QS)return Vh;QS=1;var e=Cr(),t=Object.create,r=(function(){function n(){}return function(i){if(!e(i))return{};if(t)return t(i);n.prototype=i;var o=new n;return n.prototype=void 0,o}})();return Vh=r,Vh}var Uh,eO;function tj(){if(eO)return Uh;eO=1;var e=ej(),t=Tl(),r=Nl();function n(i){return typeof i.constructor=="function"&&!r(i)?e(t(i)):{}}return Uh=n,Uh}var Wh,tO;function _V(){if(tO)return Wh;tO=1;var e=Po(),t=on(),r="[object Map]";function n(i){return t(i)&&e(i)==r}return Wh=n,Wh}var Gh,rO;function EV(){if(rO)return Gh;rO=1;var e=_V(),t=Pl(),r=yx(),n=r&&r.isMap,i=n?t(n):e;return Gh=i,Gh}var Kh,nO;function SV(){if(nO)return Kh;nO=1;var e=Po(),t=on(),r="[object Set]";function n(i){return t(i)&&e(i)==r}return Kh=n,Kh}var Yh,iO;function OV(){if(iO)return Yh;iO=1;var e=SV(),t=Pl(),r=yx(),n=r&&r.isSet,i=n?t(n):e;return Yh=i,Yh}var Xh,oO;function rj(){if(oO)return Xh;oO=1;var e=Ol(),t=gx(),r=Rl(),n=sV(),i=cV(),o=VD(),a=UD(),u=fV(),l=dV(),d=XD(),f=hV(),h=Po(),p=mV(),v=wV(),m=tj(),y=xt(),x=Io(),b=EV(),w=Cr(),E=OV(),_=Wn(),S=Ri(),R=1,I=2,P=4,A="[object Arguments]",k="[object Array]",L="[object Boolean]",$="[object Date]",j="[object Error]",D="[object Function]",G="[object GeneratorFunction]",B="[object Map]",Y="[object Number]",Z="[object Object]",te="[object RegExp]",U="[object Set]",re="[object String]",ae="[object Symbol]",le="[object WeakMap]",F="[object ArrayBuffer]",W="[object DataView]",J="[object Float32Array]",H="[object Float64Array]",K="[object Int8Array]",se="[object Int16Array]",oe="[object Int32Array]",fe="[object Uint8Array]",V="[object Uint8ClampedArray]",ee="[object Uint16Array]",we="[object Uint32Array]",be={};be[A]=be[k]=be[F]=be[W]=be[L]=be[$]=be[J]=be[H]=be[K]=be[se]=be[oe]=be[B]=be[Y]=be[Z]=be[te]=be[U]=be[re]=be[ae]=be[fe]=be[V]=be[ee]=be[we]=!0,be[j]=be[D]=be[le]=!1;function de(ue,Ee,Pe,Ze,ze,Fe){var Ve,lt=Ee&R,ct=Ee&I,mt=Ee&P;if(Pe&&(Ve=ze?Pe(ue,Ze,ze,Fe):Pe(ue)),Ve!==void 0)return Ve;if(!w(ue))return ue;var yt=y(ue);if(yt){if(Ve=p(ue),!lt)return a(ue,Ve)}else{var rt=h(ue),bt=rt==D||rt==G;if(x(ue))return o(ue,lt);if(rt==Z||rt==A||bt&&!ze){if(Ve=ct||bt?{}:m(ue),!lt)return ct?l(ue,i(Ve,ue)):u(ue,n(Ve,ue))}else{if(!be[rt])return ze?ue:{};Ve=v(ue,rt,lt)}}Fe||(Fe=new e);var Jt=Fe.get(ue);if(Jt)return Jt;Fe.set(ue,Ve),E(ue)?ue.forEach(function(_t){Ve.add(de(_t,Ee,Pe,_t,ue,Fe))}):b(ue)&&ue.forEach(function(_t,jt){Ve.set(jt,de(_t,Ee,Pe,jt,ue,Fe))});var fr=mt?ct?f:d:ct?S:_,Dt=yt?void 0:fr(ue);return t(Dt||ue,function(_t,jt){Dt&&(jt=_t,_t=ue[jt]),r(Ve,jt,de(_t,Ee,Pe,jt,ue,Fe))}),Ve}return Xh=de,Xh}var Zh,aO;function CV(){if(aO)return Zh;aO=1;var e=rj(),t=4;function r(n){return e(n,t)}return Zh=r,Zh}var Jh,sO;function Ex(){if(sO)return Jh;sO=1;function e(t){return function(){return t}}return Jh=e,Jh}var Qh,uO;function RV(){if(uO)return Qh;uO=1;function e(t){return function(r,n,i){for(var o=-1,a=Object(r),u=i(r),l=u.length;l--;){var d=u[t?l:++o];if(n(a[d],d,a)===!1)break}return r}}return Qh=e,Qh}var ep,lO;function Sx(){if(lO)return ep;lO=1;var e=RV(),t=e();return ep=t,ep}var tp,cO;function Ox(){if(cO)return tp;cO=1;var e=Sx(),t=Wn();function r(n,i){return n&&e(n,i,t)}return tp=r,tp}var rp,fO;function IV(){if(fO)return rp;fO=1;var e=En();function t(r,n){return function(i,o){if(i==null)return i;if(!e(i))return r(i,o);for(var a=i.length,u=n?a:-1,l=Object(i);(n?u--:++u<a)&&o(l[u],u,l)!==!1;);return i}}return rp=t,rp}var np,dO;function Al(){if(dO)return np;dO=1;var e=Ox(),t=IV(),r=t(e);return np=r,np}var ip,hO;function Ii(){if(hO)return ip;hO=1;function e(t){return t}return ip=e,ip}var op,pO;function nj(){if(pO)return op;pO=1;var e=Ii();function t(r){return typeof r=="function"?r:e}return op=t,op}var ap,vO;function ij(){if(vO)return ap;vO=1;var e=gx(),t=Al(),r=nj(),n=xt();function i(o,a){var u=n(o)?e:t;return u(o,r(a))}return ap=i,ap}var sp,gO;function oj(){return gO||(gO=1,sp=ij()),sp}var up,mO;function PV(){if(mO)return up;mO=1;var e=Al();function t(r,n){var i=[];return e(r,function(o,a,u){n(o,a,u)&&i.push(o)}),i}return up=t,up}var lp,yO;function NV(){if(yO)return lp;yO=1;var e="__lodash_hash_undefined__";function t(r){return this.__data__.set(r,e),this}return lp=t,lp}var cp,bO;function TV(){if(bO)return cp;bO=1;function e(t){return this.__data__.has(t)}return cp=e,cp}var fp,xO;function aj(){if(xO)return fp;xO=1;var e=vx(),t=NV(),r=TV();function n(i){var o=-1,a=i==null?0:i.length;for(this.__data__=new e;++o<a;)this.add(i[o])}return n.prototype.add=n.prototype.push=t,n.prototype.has=r,fp=n,fp}var dp,wO;function AV(){if(wO)return dp;wO=1;function e(t,r){for(var n=-1,i=t==null?0:t.length;++n<i;)if(r(t[n],n,t))return!0;return!1}return dp=e,dp}var hp,_O;function sj(){if(_O)return hp;_O=1;function e(t,r){return t.has(r)}return hp=e,hp}var pp,EO;function uj(){if(EO)return pp;EO=1;var e=aj(),t=AV(),r=sj(),n=1,i=2;function o(a,u,l,d,f,h){var p=l&n,v=a.length,m=u.length;if(v!=m&&!(p&&m>v))return!1;var y=h.get(a),x=h.get(u);if(y&&x)return y==u&&x==a;var b=-1,w=!0,E=l&i?new e:void 0;for(h.set(a,u),h.set(u,a);++b<v;){var _=a[b],S=u[b];if(d)var R=p?d(S,_,b,u,a,h):d(_,S,b,a,u,h);if(R!==void 0){if(R)continue;w=!1;break}if(E){if(!t(u,function(I,P){if(!r(E,P)&&(_===I||f(_,I,l,d,h)))return E.push(P)})){w=!1;break}}else if(!(_===S||f(_,S,l,d,h))){w=!1;break}}return h.delete(a),h.delete(u),w}return pp=o,pp}var vp,SO;function MV(){if(SO)return vp;SO=1;function e(t){var r=-1,n=Array(t.size);return t.forEach(function(i,o){n[++r]=[o,i]}),n}return vp=e,vp}var gp,OO;function Cx(){if(OO)return gp;OO=1;function e(t){var r=-1,n=Array(t.size);return t.forEach(function(i){n[++r]=i}),n}return gp=e,gp}var mp,CO;function DV(){if(CO)return mp;CO=1;var e=Ro(),t=JD(),r=Co(),n=uj(),i=MV(),o=Cx(),a=1,u=2,l="[object Boolean]",d="[object Date]",f="[object Error]",h="[object Map]",p="[object Number]",v="[object RegExp]",m="[object Set]",y="[object String]",x="[object Symbol]",b="[object ArrayBuffer]",w="[object DataView]",E=e?e.prototype:void 0,_=E?E.valueOf:void 0;function S(R,I,P,A,k,L,$){switch(P){case w:if(R.byteLength!=I.byteLength||R.byteOffset!=I.byteOffset)return!1;R=R.buffer,I=I.buffer;case b:return!(R.byteLength!=I.byteLength||!L(new t(R),new t(I)));case l:case d:case p:return r(+R,+I);case f:return R.name==I.name&&R.message==I.message;case v:case y:return R==I+"";case h:var j=i;case m:var D=A&a;if(j||(j=o),R.size!=I.size&&!D)return!1;var G=$.get(R);if(G)return G==I;A|=u,$.set(R,I);var B=n(j(R),j(I),A,k,L,$);return $.delete(R),B;case x:if(_)return _.call(R)==_.call(I)}return!1}return mp=S,mp}var yp,RO;function jV(){if(RO)return yp;RO=1;var e=XD(),t=1,r=Object.prototype,n=r.hasOwnProperty;function i(o,a,u,l,d,f){var h=u&t,p=e(o),v=p.length,m=e(a),y=m.length;if(v!=y&&!h)return!1;for(var x=v;x--;){var b=p[x];if(!(h?b in a:n.call(a,b)))return!1}var w=f.get(o),E=f.get(a);if(w&&E)return w==a&&E==o;var _=!0;f.set(o,a),f.set(a,o);for(var S=h;++x<v;){b=p[x];var R=o[b],I=a[b];if(l)var P=h?l(I,R,b,a,o,f):l(R,I,b,o,a,f);if(!(P===void 0?R===I||d(R,I,u,l,f):P)){_=!1;break}S||(S=b=="constructor")}if(_&&!S){var A=o.constructor,k=a.constructor;A!=k&&"constructor"in o&&"constructor"in a&&!(typeof A=="function"&&A instanceof A&&typeof k=="function"&&k instanceof k)&&(_=!1)}return f.delete(o),f.delete(a),_}return yp=i,yp}var bp,IO;function qV(){if(IO)return bp;IO=1;var e=Ol(),t=uj(),r=DV(),n=jV(),i=Po(),o=xt(),a=Io(),u=Qa(),l=1,d="[object Arguments]",f="[object Array]",h="[object Object]",p=Object.prototype,v=p.hasOwnProperty;function m(y,x,b,w,E,_){var S=o(y),R=o(x),I=S?f:i(y),P=R?f:i(x);I=I==d?h:I,P=P==d?h:P;var A=I==h,k=P==h,L=I==P;if(L&&a(y)){if(!a(x))return!1;S=!0,A=!1}if(L&&!A)return _||(_=new e),S||u(y)?t(y,x,b,w,E,_):r(y,x,I,b,w,E,_);if(!(b&l)){var $=A&&v.call(y,"__wrapped__"),j=k&&v.call(x,"__wrapped__");if($||j){var D=$?y.value():y,G=j?x.value():x;return _||(_=new e),E(D,G,b,w,_)}}return L?(_||(_=new e),n(y,x,b,w,E,_)):!1}return bp=m,bp}var xp,PO;function lj(){if(PO)return xp;PO=1;var e=qV(),t=on();function r(n,i,o,a,u){return n===i?!0:n==null||i==null||!t(n)&&!t(i)?n!==n&&i!==i:e(n,i,o,a,r,u)}return xp=r,xp}var wp,NO;function kV(){if(NO)return wp;NO=1;var e=Ol(),t=lj(),r=1,n=2;function i(o,a,u,l){var d=u.length,f=d,h=!l;if(o==null)return!f;for(o=Object(o);d--;){var p=u[d];if(h&&p[2]?p[1]!==o[p[0]]:!(p[0]in o))return!1}for(;++d<f;){p=u[d];var v=p[0],m=o[v],y=p[1];if(h&&p[2]){if(m===void 0&&!(v in o))return!1}else{var x=new e;if(l)var b=l(m,y,v,o,a,x);if(!(b===void 0?t(y,m,r|n,l,x):b))return!1}}return!0}return wp=i,wp}var _p,TO;function cj(){if(TO)return _p;TO=1;var e=Cr();function t(r){return r===r&&!e(r)}return _p=t,_p}var Ep,AO;function LV(){if(AO)return Ep;AO=1;var e=cj(),t=Wn();function r(n){for(var i=t(n),o=i.length;o--;){var a=i[o],u=n[a];i[o]=[a,u,e(u)]}return i}return Ep=r,Ep}var Sp,MO;function fj(){if(MO)return Sp;MO=1;function e(t,r){return function(n){return n==null?!1:n[t]===r&&(r!==void 0||t in Object(n))}}return Sp=e,Sp}var Op,DO;function BV(){if(DO)return Op;DO=1;var e=kV(),t=LV(),r=fj();function n(i){var o=t(i);return o.length==1&&o[0][2]?r(o[0][0],o[0][1]):function(a){return a===i||e(a,i,o)}}return Op=n,Op}var Cp,jO;function No(){if(jO)return Cp;jO=1;var e=Oi(),t=on(),r="[object Symbol]";function n(i){return typeof i=="symbol"||t(i)&&e(i)==r}return Cp=n,Cp}var Rp,qO;function Rx(){if(qO)return Rp;qO=1;var e=xt(),t=No(),r=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,n=/^\w*$/;function i(o,a){if(e(o))return!1;var u=typeof o;return u=="number"||u=="symbol"||u=="boolean"||o==null||t(o)?!0:n.test(o)||!r.test(o)||a!=null&&o in Object(a)}return Rp=i,Rp}var Ip,kO;function FV(){if(kO)return Ip;kO=1;var e=vx(),t="Expected a function";function r(n,i){if(typeof n!="function"||i!=null&&typeof i!="function")throw new TypeError(t);var o=function(){var a=arguments,u=i?i.apply(this,a):a[0],l=o.cache;if(l.has(u))return l.get(u);var d=n.apply(this,a);return o.cache=l.set(u,d)||l,d};return o.cache=new(r.Cache||e),o}return r.Cache=e,Ip=r,Ip}var Pp,LO;function $V(){if(LO)return Pp;LO=1;var e=FV(),t=500;function r(n){var i=e(n,function(a){return o.size===t&&o.clear(),a}),o=i.cache;return i}return Pp=r,Pp}var Np,BO;function zV(){if(BO)return Np;BO=1;var e=$V(),t=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,r=/\\(\\)?/g,n=e(function(i){var o=[];return i.charCodeAt(0)===46&&o.push(""),i.replace(t,function(a,u,l,d){o.push(l?d.replace(r,"$1"):u||a)}),o});return Np=n,Np}var Tp,FO;function Ml(){if(FO)return Tp;FO=1;function e(t,r){for(var n=-1,i=t==null?0:t.length,o=Array(i);++n<i;)o[n]=r(t[n],n,t);return o}return Tp=e,Tp}var Ap,$O;function HV(){if($O)return Ap;$O=1;var e=Ro(),t=Ml(),r=xt(),n=No(),i=e?e.prototype:void 0,o=i?i.toString:void 0;function a(u){if(typeof u=="string")return u;if(r(u))return t(u,a)+"";if(n(u))return o?o.call(u):"";var l=u+"";return l=="0"&&1/u==-1/0?"-0":l}return Ap=a,Ap}var Mp,zO;function dj(){if(zO)return Mp;zO=1;var e=HV();function t(r){return r==null?"":e(r)}return Mp=t,Mp}var Dp,HO;function Dl(){if(HO)return Dp;HO=1;var e=xt(),t=Rx(),r=zV(),n=dj();function i(o,a){return e(o)?o:t(o,a)?[o]:r(n(o))}return Dp=i,Dp}var jp,VO;function es(){if(VO)return jp;VO=1;var e=No();function t(r){if(typeof r=="string"||e(r))return r;var n=r+"";return n=="0"&&1/r==-1/0?"-0":n}return jp=t,jp}var qp,UO;function jl(){if(UO)return qp;UO=1;var e=Dl(),t=es();function r(n,i){i=e(i,n);for(var o=0,a=i.length;n!=null&&o<a;)n=n[t(i[o++])];return o&&o==a?n:void 0}return qp=r,qp}var kp,WO;function VV(){if(WO)return kp;WO=1;var e=jl();function t(r,n,i){var o=r==null?void 0:e(r,n);return o===void 0?i:o}return kp=t,kp}var Lp,GO;function UV(){if(GO)return Lp;GO=1;function e(t,r){return t!=null&&r in Object(t)}return Lp=e,Lp}var Bp,KO;function hj(){if(KO)return Bp;KO=1;var e=Dl(),t=Ja(),r=xt(),n=Il(),i=mx(),o=es();function a(u,l,d){l=e(l,u);for(var f=-1,h=l.length,p=!1;++f<h;){var v=o(l[f]);if(!(p=u!=null&&d(u,v)))break;u=u[v]}return p||++f!=h?p:(h=u==null?0:u.length,!!h&&i(h)&&n(v,h)&&(r(u)||t(u)))}return Bp=a,Bp}var Fp,YO;function pj(){if(YO)return Fp;YO=1;var e=UV(),t=hj();function r(n,i){return n!=null&&t(n,i,e)}return Fp=r,Fp}var $p,XO;function WV(){if(XO)return $p;XO=1;var e=lj(),t=VV(),r=pj(),n=Rx(),i=cj(),o=fj(),a=es(),u=1,l=2;function d(f,h){return n(f)&&i(h)?o(a(f),h):function(p){var v=t(p,f);return v===void 0&&v===h?r(p,f):e(h,v,u|l)}}return $p=d,$p}var zp,ZO;function vj(){if(ZO)return zp;ZO=1;function e(t){return function(r){return r==null?void 0:r[t]}}return zp=e,zp}var Hp,JO;function GV(){if(JO)return Hp;JO=1;var e=jl();function t(r){return function(n){return e(n,r)}}return Hp=t,Hp}var Vp,QO;function KV(){if(QO)return Vp;QO=1;var e=vj(),t=GV(),r=Rx(),n=es();function i(o){return r(o)?e(n(o)):t(o)}return Vp=i,Vp}var Up,eC;function Sn(){if(eC)return Up;eC=1;var e=BV(),t=WV(),r=Ii(),n=xt(),i=KV();function o(a){return typeof a=="function"?a:a==null?r:typeof a=="object"?n(a)?t(a[0],a[1]):e(a):i(a)}return Up=o,Up}var Wp,tC;function gj(){if(tC)return Wp;tC=1;var e=WD(),t=PV(),r=Sn(),n=xt();function i(o,a){var u=n(o)?e:t;return u(o,r(a,3))}return Wp=i,Wp}var Gp,rC;function YV(){if(rC)return Gp;rC=1;var e=Object.prototype,t=e.hasOwnProperty;function r(n,i){return n!=null&&t.call(n,i)}return Gp=r,Gp}var Kp,nC;function mj(){if(nC)return Kp;nC=1;var e=YV(),t=hj();function r(n,i){return n!=null&&t(n,i,e)}return Kp=r,Kp}var Yp,iC;function XV(){if(iC)return Yp;iC=1;var e=bx(),t=Po(),r=Ja(),n=xt(),i=En(),o=Io(),a=Nl(),u=Qa(),l="[object Map]",d="[object Set]",f=Object.prototype,h=f.hasOwnProperty;function p(v){if(v==null)return!0;if(i(v)&&(n(v)||typeof v=="string"||typeof v.splice=="function"||o(v)||u(v)||r(v)))return!v.length;var m=t(v);if(m==l||m==d)return!v.size;if(a(v))return!e(v).length;for(var y in v)if(h.call(v,y))return!1;return!0}return Yp=p,Yp}var Xp,oC;function yj(){if(oC)return Xp;oC=1;function e(t){return t===void 0}return Xp=e,Xp}var Zp,aC;function bj(){if(aC)return Zp;aC=1;var e=Al(),t=En();function r(n,i){var o=-1,a=t(n)?Array(n.length):[];return e(n,function(u,l,d){a[++o]=i(u,l,d)}),a}return Zp=r,Zp}var Jp,sC;function xj(){if(sC)return Jp;sC=1;var e=Ml(),t=Sn(),r=bj(),n=xt();function i(o,a){var u=n(o)?e:r;return u(o,t(a,3))}return Jp=i,Jp}var Qp,uC;function ZV(){if(uC)return Qp;uC=1;function e(t,r,n,i){var o=-1,a=t==null?0:t.length;for(i&&a&&(n=t[++o]);++o<a;)n=r(n,t[o],o,t);return n}return Qp=e,Qp}var ev,lC;function JV(){if(lC)return ev;lC=1;function e(t,r,n,i,o){return o(t,function(a,u,l){n=i?(i=!1,a):r(n,a,u,l)}),n}return ev=e,ev}var tv,cC;function wj(){if(cC)return tv;cC=1;var e=ZV(),t=Al(),r=Sn(),n=JV(),i=xt();function o(a,u,l){var d=i(a)?e:n,f=arguments.length<3;return d(a,r(u,4),l,f,t)}return tv=o,tv}var rv,fC;function QV(){if(fC)return rv;fC=1;var e=Oi(),t=xt(),r=on(),n="[object String]";function i(o){return typeof o=="string"||!t(o)&&r(o)&&e(o)==n}return rv=i,rv}var nv,dC;function eU(){if(dC)return nv;dC=1;var e=vj(),t=e("length");return nv=t,nv}var iv,hC;function tU(){if(hC)return iv;hC=1;var e="\\ud800-\\udfff",t="\\u0300-\\u036f",r="\\ufe20-\\ufe2f",n="\\u20d0-\\u20ff",i=t+r+n,o="\\ufe0e\\ufe0f",a="\\u200d",u=RegExp("["+a+e+i+o+"]");function l(d){return u.test(d)}return iv=l,iv}var ov,pC;function rU(){if(pC)return ov;pC=1;var e="\\ud800-\\udfff",t="\\u0300-\\u036f",r="\\ufe20-\\ufe2f",n="\\u20d0-\\u20ff",i=t+r+n,o="\\ufe0e\\ufe0f",a="["+e+"]",u="["+i+"]",l="\\ud83c[\\udffb-\\udfff]",d="(?:"+u+"|"+l+")",f="[^"+e+"]",h="(?:\\ud83c[\\udde6-\\uddff]){2}",p="[\\ud800-\\udbff][\\udc00-\\udfff]",v="\\u200d",m=d+"?",y="["+o+"]?",x="(?:"+v+"(?:"+[f,h,p].join("|")+")"+y+m+")*",b=y+m+x,w="(?:"+[f+u+"?",u,h,p,a].join("|")+")",E=RegExp(l+"(?="+l+")|"+w+b,"g");function _(S){for(var R=E.lastIndex=0;E.test(S);)++R;return R}return ov=_,ov}var av,vC;function nU(){if(vC)return av;vC=1;var e=eU(),t=tU(),r=rU();function n(i){return t(i)?r(i):e(i)}return av=n,av}var sv,gC;function iU(){if(gC)return sv;gC=1;var e=bx(),t=Po(),r=En(),n=QV(),i=nU(),o="[object Map]",a="[object Set]";function u(l){if(l==null)return 0;if(r(l))return n(l)?i(l):l.length;var d=t(l);return d==o||d==a?l.size:e(l).length}return sv=u,sv}var uv,mC;function oU(){if(mC)return uv;mC=1;var e=gx(),t=ej(),r=Ox(),n=Sn(),i=Tl(),o=xt(),a=Io(),u=Xa(),l=Cr(),d=Qa();function f(h,p,v){var m=o(h),y=m||a(h)||d(h);if(p=n(p,4),v==null){var x=h&&h.constructor;y?v=m?new x:[]:l(h)?v=u(x)?t(i(h)):{}:v={}}return(y?e:r)(h,function(b,w,E){return p(v,b,w,E)}),v}return uv=f,uv}var lv,yC;function aU(){if(yC)return lv;yC=1;var e=Ro(),t=Ja(),r=xt(),n=e?e.isConcatSpreadable:void 0;function i(o){return r(o)||t(o)||!!(n&&o&&o[n])}return lv=i,lv}var cv,bC;function Ix(){if(bC)return cv;bC=1;var e=wx(),t=aU();function r(n,i,o,a,u){var l=-1,d=n.length;for(o||(o=t),u||(u=[]);++l<d;){var f=n[l];i>0&&o(f)?i>1?r(f,i-1,o,a,u):e(u,f):a||(u[u.length]=f)}return u}return cv=r,cv}var fv,xC;function sU(){if(xC)return fv;xC=1;function e(t,r,n){switch(n.length){case 0:return t.call(r);case 1:return t.call(r,n[0]);case 2:return t.call(r,n[0],n[1]);case 3:return t.call(r,n[0],n[1],n[2])}return t.apply(r,n)}return fv=e,fv}var dv,wC;function _j(){if(wC)return dv;wC=1;var e=sU(),t=Math.max;function r(n,i,o){return i=t(i===void 0?n.length-1:i,0),function(){for(var a=arguments,u=-1,l=t(a.length-i,0),d=Array(l);++u<l;)d[u]=a[i+u];u=-1;for(var f=Array(i+1);++u<i;)f[u]=a[u];return f[i]=o(d),e(n,this,f)}}return dv=r,dv}var hv,_C;function uU(){if(_C)return hv;_C=1;var e=Ex(),t=$D(),r=Ii(),n=t?function(i,o){return t(i,"toString",{configurable:!0,enumerable:!1,value:e(o),writable:!0})}:r;return hv=n,hv}var pv,EC;function lU(){if(EC)return pv;EC=1;var e=800,t=16,r=Date.now;function n(i){var o=0,a=0;return function(){var u=r(),l=t-(u-a);if(a=u,l>0){if(++o>=e)return arguments[0]}else o=0;return i.apply(void 0,arguments)}}return pv=n,pv}var vv,SC;function Ej(){if(SC)return vv;SC=1;var e=uU(),t=lU(),r=t(e);return vv=r,vv}var gv,OC;function ql(){if(OC)return gv;OC=1;var e=Ii(),t=_j(),r=Ej();function n(i,o){return r(t(i,o,e),i+"")}return gv=n,gv}var mv,CC;function Sj(){if(CC)return mv;CC=1;function e(t,r,n,i){for(var o=t.length,a=n+(i?1:-1);i?a--:++a<o;)if(r(t[a],a,t))return a;return-1}return mv=e,mv}var yv,RC;function cU(){if(RC)return yv;RC=1;function e(t){return t!==t}return yv=e,yv}var bv,IC;function fU(){if(IC)return bv;IC=1;function e(t,r,n){for(var i=n-1,o=t.length;++i<o;)if(t[i]===r)return i;return-1}return bv=e,bv}var xv,PC;function dU(){if(PC)return xv;PC=1;var e=Sj(),t=cU(),r=fU();function n(i,o,a){return o===o?r(i,o,a):e(i,t,a)}return xv=n,xv}var wv,NC;function hU(){if(NC)return wv;NC=1;var e=dU();function t(r,n){var i=r==null?0:r.length;return!!i&&e(r,n,0)>-1}return wv=t,wv}var _v,TC;function pU(){if(TC)return _v;TC=1;function e(t,r,n){for(var i=-1,o=t==null?0:t.length;++i<o;)if(n(r,t[i]))return!0;return!1}return _v=e,_v}var Ev,AC;function vU(){if(AC)return Ev;AC=1;function e(){}return Ev=e,Ev}var Sv,MC;function gU(){if(MC)return Sv;MC=1;var e=ZD(),t=vU(),r=Cx(),n=1/0,i=e&&1/r(new e([,-0]))[1]==n?function(o){return new e(o)}:t;return Sv=i,Sv}var Ov,DC;function mU(){if(DC)return Ov;DC=1;var e=aj(),t=hU(),r=pU(),n=sj(),i=gU(),o=Cx(),a=200;function u(l,d,f){var h=-1,p=t,v=l.length,m=!0,y=[],x=y;if(f)m=!1,p=r;else if(v>=a){var b=d?null:i(l);if(b)return o(b);m=!1,p=n,x=new e}else x=d?[]:y;e:for(;++h<v;){var w=l[h],E=d?d(w):w;if(w=f||w!==0?w:0,m&&E===E){for(var _=x.length;_--;)if(x[_]===E)continue e;d&&x.push(E),y.push(w)}else p(x,E,f)||(x!==y&&x.push(E),y.push(w))}return y}return Ov=u,Ov}var Cv,jC;function Oj(){if(jC)return Cv;jC=1;var e=En(),t=on();function r(n){return t(n)&&e(n)}return Cv=r,Cv}var Rv,qC;function yU(){if(qC)return Rv;qC=1;var e=Ix(),t=ql(),r=mU(),n=Oj(),i=t(function(o){return r(e(o,1,n,!0))});return Rv=i,Rv}var Iv,kC;function bU(){if(kC)return Iv;kC=1;var e=Ml();function t(r,n){return e(n,function(i){return r[i]})}return Iv=t,Iv}var Pv,LC;function Cj(){if(LC)return Pv;LC=1;var e=bU(),t=Wn();function r(n){return n==null?[]:e(n,t(n))}return Pv=r,Pv}var Nv,BC;function Rr(){if(BC)return Nv;BC=1;var e;if(typeof hx=="function")try{e={clone:CV(),constant:Ex(),each:oj(),filter:gj(),has:mj(),isArray:xt(),isEmpty:XV(),isFunction:Xa(),isUndefined:yj(),keys:Wn(),map:xj(),reduce:wj(),size:iU(),transform:oU(),union:yU(),values:Cj()}}catch{}return e||(e=window._),Nv=e,Nv}var Tv,FC;function Px(){if(FC)return Tv;FC=1;var e=Rr();Tv=i;var t="\0",r="\0",n="";function i(f){this._isDirected=e.has(f,"directed")?f.directed:!0,this._isMultigraph=e.has(f,"multigraph")?f.multigraph:!1,this._isCompound=e.has(f,"compound")?f.compound:!1,this._label=void 0,this._defaultNodeLabelFn=e.constant(void 0),this._defaultEdgeLabelFn=e.constant(void 0),this._nodes={},this._isCompound&&(this._parent={},this._children={},this._children[r]={}),this._in={},this._preds={},this._out={},this._sucs={},this._edgeObjs={},this._edgeLabels={}}i.prototype._nodeCount=0,i.prototype._edgeCount=0,i.prototype.isDirected=function(){return this._isDirected},i.prototype.isMultigraph=function(){return this._isMultigraph},i.prototype.isCompound=function(){return this._isCompound},i.prototype.setGraph=function(f){return this._label=f,this},i.prototype.graph=function(){return this._label},i.prototype.setDefaultNodeLabel=function(f){return e.isFunction(f)||(f=e.constant(f)),this._defaultNodeLabelFn=f,this},i.prototype.nodeCount=function(){return this._nodeCount},i.prototype.nodes=function(){return e.keys(this._nodes)},i.prototype.sources=function(){var f=this;return e.filter(this.nodes(),function(h){return e.isEmpty(f._in[h])})},i.prototype.sinks=function(){var f=this;return e.filter(this.nodes(),function(h){return e.isEmpty(f._out[h])})},i.prototype.setNodes=function(f,h){var p=arguments,v=this;return e.each(f,function(m){p.length>1?v.setNode(m,h):v.setNode(m)}),this},i.prototype.setNode=function(f,h){return e.has(this._nodes,f)?(arguments.length>1&&(this._nodes[f]=h),this):(this._nodes[f]=arguments.length>1?h:this._defaultNodeLabelFn(f),this._isCompound&&(this._parent[f]=r,this._children[f]={},this._children[r][f]=!0),this._in[f]={},this._preds[f]={},this._out[f]={},this._sucs[f]={},++this._nodeCount,this)},i.prototype.node=function(f){return this._nodes[f]},i.prototype.hasNode=function(f){return e.has(this._nodes,f)},i.prototype.removeNode=function(f){var h=this;if(e.has(this._nodes,f)){var p=function(v){h.removeEdge(h._edgeObjs[v])};delete this._nodes[f],this._isCompound&&(this._removeFromParentsChildList(f),delete this._parent[f],e.each(this.children(f),function(v){h.setParent(v)}),delete this._children[f]),e.each(e.keys(this._in[f]),p),delete this._in[f],delete this._preds[f],e.each(e.keys(this._out[f]),p),delete this._out[f],delete this._sucs[f],--this._nodeCount}return this},i.prototype.setParent=function(f,h){if(!this._isCompound)throw new Error("Cannot set parent in a non-compound graph");if(e.isUndefined(h))h=r;else{h+="";for(var p=h;!e.isUndefined(p);p=this.parent(p))if(p===f)throw new Error("Setting "+h+" as parent of "+f+" would create a cycle");this.setNode(h)}return this.setNode(f),this._removeFromParentsChildList(f),this._parent[f]=h,this._children[h][f]=!0,this},i.prototype._removeFromParentsChildList=function(f){delete this._children[this._parent[f]][f]},i.prototype.parent=function(f){if(this._isCompound){var h=this._parent[f];if(h!==r)return h}},i.prototype.children=function(f){if(e.isUndefined(f)&&(f=r),this._isCompound){var h=this._children[f];if(h)return e.keys(h)}else{if(f===r)return this.nodes();if(this.hasNode(f))return[]}},i.prototype.predecessors=function(f){var h=this._preds[f];if(h)return e.keys(h)},i.prototype.successors=function(f){var h=this._sucs[f];if(h)return e.keys(h)},i.prototype.neighbors=function(f){var h=this.predecessors(f);if(h)return e.union(h,this.successors(f))},i.prototype.isLeaf=function(f){var h;return this.isDirected()?h=this.successors(f):h=this.neighbors(f),h.length===0},i.prototype.filterNodes=function(f){var h=new this.constructor({directed:this._isDirected,multigraph:this._isMultigraph,compound:this._isCompound});h.setGraph(this.graph());var p=this;e.each(this._nodes,function(y,x){f(x)&&h.setNode(x,y)}),e.each(this._edgeObjs,function(y){h.hasNode(y.v)&&h.hasNode(y.w)&&h.setEdge(y,p.edge(y))});var v={};function m(y){var x=p.parent(y);return x===void 0||h.hasNode(x)?(v[y]=x,x):x in v?v[x]:m(x)}return this._isCompound&&e.each(h.nodes(),function(y){h.setParent(y,m(y))}),h},i.prototype.setDefaultEdgeLabel=function(f){return e.isFunction(f)||(f=e.constant(f)),this._defaultEdgeLabelFn=f,this},i.prototype.edgeCount=function(){return this._edgeCount},i.prototype.edges=function(){return e.values(this._edgeObjs)},i.prototype.setPath=function(f,h){var p=this,v=arguments;return e.reduce(f,function(m,y){return v.length>1?p.setEdge(m,y,h):p.setEdge(m,y),y}),this},i.prototype.setEdge=function(){var f,h,p,v,m=!1,y=arguments[0];typeof y=="object"&&y!==null&&"v"in y?(f=y.v,h=y.w,p=y.name,arguments.length===2&&(v=arguments[1],m=!0)):(f=y,h=arguments[1],p=arguments[3],arguments.length>2&&(v=arguments[2],m=!0)),f=""+f,h=""+h,e.isUndefined(p)||(p=""+p);var x=u(this._isDirected,f,h,p);if(e.has(this._edgeLabels,x))return m&&(this._edgeLabels[x]=v),this;if(!e.isUndefined(p)&&!this._isMultigraph)throw new Error("Cannot set a named edge when isMultigraph = false");this.setNode(f),this.setNode(h),this._edgeLabels[x]=m?v:this._defaultEdgeLabelFn(f,h,p);var b=l(this._isDirected,f,h,p);return f=b.v,h=b.w,Object.freeze(b),this._edgeObjs[x]=b,o(this._preds[h],f),o(this._sucs[f],h),this._in[h][x]=b,this._out[f][x]=b,this._edgeCount++,this},i.prototype.edge=function(f,h,p){var v=arguments.length===1?d(this._isDirected,arguments[0]):u(this._isDirected,f,h,p);return this._edgeLabels[v]},i.prototype.hasEdge=function(f,h,p){var v=arguments.length===1?d(this._isDirected,arguments[0]):u(this._isDirected,f,h,p);return e.has(this._edgeLabels,v)},i.prototype.removeEdge=function(f,h,p){var v=arguments.length===1?d(this._isDirected,arguments[0]):u(this._isDirected,f,h,p),m=this._edgeObjs[v];return m&&(f=m.v,h=m.w,delete this._edgeLabels[v],delete this._edgeObjs[v],a(this._preds[h],f),a(this._sucs[f],h),delete this._in[h][v],delete this._out[f][v],this._edgeCount--),this},i.prototype.inEdges=function(f,h){var p=this._in[f];if(p){var v=e.values(p);return h?e.filter(v,function(m){return m.v===h}):v}},i.prototype.outEdges=function(f,h){var p=this._out[f];if(p){var v=e.values(p);return h?e.filter(v,function(m){return m.w===h}):v}},i.prototype.nodeEdges=function(f,h){var p=this.inEdges(f,h);if(p)return p.concat(this.outEdges(f,h))};function o(f,h){f[h]?f[h]++:f[h]=1}function a(f,h){--f[h]||delete f[h]}function u(f,h,p,v){var m=""+h,y=""+p;if(!f&&m>y){var x=m;m=y,y=x}return m+n+y+n+(e.isUndefined(v)?t:v)}function l(f,h,p,v){var m=""+h,y=""+p;if(!f&&m>y){var x=m;m=y,y=x}var b={v:m,w:y};return v&&(b.name=v),b}function d(f,h){return u(f,h.v,h.w,h.name)}return Tv}var Av,$C;function xU(){return $C||($C=1,Av="2.1.8"),Av}var Mv,zC;function wU(){return zC||(zC=1,Mv={Graph:Px(),version:xU()}),Mv}var Dv,HC;function _U(){if(HC)return Dv;HC=1;var e=Rr(),t=Px();Dv={write:r,read:o};function r(a){var u={options:{directed:a.isDirected(),multigraph:a.isMultigraph(),compound:a.isCompound()},nodes:n(a),edges:i(a)};return e.isUndefined(a.graph())||(u.value=e.clone(a.graph())),u}function n(a){return e.map(a.nodes(),function(u){var l=a.node(u),d=a.parent(u),f={v:u};return e.isUndefined(l)||(f.value=l),e.isUndefined(d)||(f.parent=d),f})}function i(a){return e.map(a.edges(),function(u){var l=a.edge(u),d={v:u.v,w:u.w};return e.isUndefined(u.name)||(d.name=u.name),e.isUndefined(l)||(d.value=l),d})}function o(a){var u=new t(a.options).setGraph(a.value);return e.each(a.nodes,function(l){u.setNode(l.v,l.value),l.parent&&u.setParent(l.v,l.parent)}),e.each(a.edges,function(l){u.setEdge({v:l.v,w:l.w,name:l.name},l.value)}),u}return Dv}var jv,VC;function EU(){if(VC)return jv;VC=1;var e=Rr();jv=t;function t(r){var n={},i=[],o;function a(u){e.has(n,u)||(n[u]=!0,o.push(u),e.each(r.successors(u),a),e.each(r.predecessors(u),a))}return e.each(r.nodes(),function(u){o=[],a(u),o.length&&i.push(o)}),i}return jv}var qv,UC;function Rj(){if(UC)return qv;UC=1;var e=Rr();qv=t;function t(){this._arr=[],this._keyIndices={}}return t.prototype.size=function(){return this._arr.length},t.prototype.keys=function(){return this._arr.map(function(r){return r.key})},t.prototype.has=function(r){return e.has(this._keyIndices,r)},t.prototype.priority=function(r){var n=this._keyIndices[r];if(n!==void 0)return this._arr[n].priority},t.prototype.min=function(){if(this.size()===0)throw new Error("Queue underflow");return this._arr[0].key},t.prototype.add=function(r,n){var i=this._keyIndices;if(r=String(r),!e.has(i,r)){var o=this._arr,a=o.length;return i[r]=a,o.push({key:r,priority:n}),this._decrease(a),!0}return!1},t.prototype.removeMin=function(){this._swap(0,this._arr.length-1);var r=this._arr.pop();return delete this._keyIndices[r.key],this._heapify(0),r.key},t.prototype.decrease=function(r,n){var i=this._keyIndices[r];if(n>this._arr[i].priority)throw new Error("New priority is greater than current priority. Key: "+r+" Old: "+this._arr[i].priority+" New: "+n);this._arr[i].priority=n,this._decrease(i)},t.prototype._heapify=function(r){var n=this._arr,i=2*r,o=i+1,a=r;i<n.length&&(a=n[i].priority<n[a].priority?i:a,o<n.length&&(a=n[o].priority<n[a].priority?o:a),a!==r&&(this._swap(r,a),this._heapify(a)))},t.prototype._decrease=function(r){for(var n=this._arr,i=n[r].priority,o;r!==0&&(o=r>>1,!(n[o].priority<i));)this._swap(r,o),r=o},t.prototype._swap=function(r,n){var i=this._arr,o=this._keyIndices,a=i[r],u=i[n];i[r]=u,i[n]=a,o[u.key]=r,o[a.key]=n},qv}var kv,WC;function Ij(){if(WC)return kv;WC=1;var e=Rr(),t=Rj();kv=n;var r=e.constant(1);function n(o,a,u,l){return i(o,String(a),u||r,l||function(d){return o.outEdges(d)})}function i(o,a,u,l){var d={},f=new t,h,p,v=function(m){var y=m.v!==h?m.v:m.w,x=d[y],b=u(m),w=p.distance+b;if(b<0)throw new Error("dijkstra does not allow negative edge weights. Bad edge: "+m+" Weight: "+b);w<x.distance&&(x.distance=w,x.predecessor=h,f.decrease(y,w))};for(o.nodes().forEach(function(m){var y=m===a?0:Number.POSITIVE_INFINITY;d[m]={distance:y},f.add(m,y)});f.size()>0&&(h=f.removeMin(),p=d[h],p.distance!==Number.POSITIVE_INFINITY);)l(h).forEach(v);return d}return kv}var Lv,GC;function SU(){if(GC)return Lv;GC=1;var e=Ij(),t=Rr();Lv=r;function r(n,i,o){return t.transform(n.nodes(),function(a,u){a[u]=e(n,u,i,o)},{})}return Lv}var Bv,KC;function Pj(){if(KC)return Bv;KC=1;var e=Rr();Bv=t;function t(r){var n=0,i=[],o={},a=[];function u(l){var d=o[l]={onStack:!0,lowlink:n,index:n++};if(i.push(l),r.successors(l).forEach(function(p){e.has(o,p)?o[p].onStack&&(d.lowlink=Math.min(d.lowlink,o[p].index)):(u(p),d.lowlink=Math.min(d.lowlink,o[p].lowlink))}),d.lowlink===d.index){var f=[],h;do h=i.pop(),o[h].onStack=!1,f.push(h);while(l!==h);a.push(f)}}return r.nodes().forEach(function(l){e.has(o,l)||u(l)}),a}return Bv}var Fv,YC;function OU(){if(YC)return Fv;YC=1;var e=Rr(),t=Pj();Fv=r;function r(n){return e.filter(t(n),function(i){return i.length>1||i.length===1&&n.hasEdge(i[0],i[0])})}return Fv}var $v,XC;function CU(){if(XC)return $v;XC=1;var e=Rr();$v=r;var t=e.constant(1);function r(i,o,a){return n(i,o||t,a||function(u){return i.outEdges(u)})}function n(i,o,a){var u={},l=i.nodes();return l.forEach(function(d){u[d]={},u[d][d]={distance:0},l.forEach(function(f){d!==f&&(u[d][f]={distance:Number.POSITIVE_INFINITY})}),a(d).forEach(function(f){var h=f.v===d?f.w:f.v,p=o(f);u[d][h]={distance:p,predecessor:d}})}),l.forEach(function(d){var f=u[d];l.forEach(function(h){var p=u[h];l.forEach(function(v){var m=p[d],y=f[v],x=p[v],b=m.distance+y.distance;b<x.distance&&(x.distance=b,x.predecessor=y.predecessor)})})}),u}return $v}var zv,ZC;function Nj(){if(ZC)return zv;ZC=1;var e=Rr();zv=t,t.CycleException=r;function t(n){var i={},o={},a=[];function u(l){if(e.has(o,l))throw new r;e.has(i,l)||(o[l]=!0,i[l]=!0,e.each(n.predecessors(l),u),delete o[l],a.push(l))}if(e.each(n.sinks(),u),e.size(i)!==n.nodeCount())throw new r;return a}function r(){}return r.prototype=new Error,zv}var Hv,JC;function RU(){if(JC)return Hv;JC=1;var e=Nj();Hv=t;function t(r){try{e(r)}catch(n){if(n instanceof e.CycleException)return!1;throw n}return!0}return Hv}var Vv,QC;function Tj(){if(QC)return Vv;QC=1;var e=Rr();Vv=t;function t(n,i,o){e.isArray(i)||(i=[i]);var a=(n.isDirected()?n.successors:n.neighbors).bind(n),u=[],l={};return e.each(i,function(d){if(!n.hasNode(d))throw new Error("Graph does not have node: "+d);r(n,d,o==="post",l,a,u)}),u}function r(n,i,o,a,u,l){e.has(a,i)||(a[i]=!0,o||l.push(i),e.each(u(i),function(d){r(n,d,o,a,u,l)}),o&&l.push(i))}return Vv}var Uv,eR;function IU(){if(eR)return Uv;eR=1;var e=Tj();Uv=t;function t(r,n){return e(r,n,"post")}return Uv}var Wv,tR;function PU(){if(tR)return Wv;tR=1;var e=Tj();Wv=t;function t(r,n){return e(r,n,"pre")}return Wv}var Gv,rR;function NU(){if(rR)return Gv;rR=1;var e=Rr(),t=Px(),r=Rj();Gv=n;function n(i,o){var a=new t,u={},l=new r,d;function f(p){var v=p.v===d?p.w:p.v,m=l.priority(v);if(m!==void 0){var y=o(p);y<m&&(u[v]=d,l.decrease(v,y))}}if(i.nodeCount()===0)return a;e.each(i.nodes(),function(p){l.add(p,Number.POSITIVE_INFINITY),a.setNode(p)}),l.decrease(i.nodes()[0],0);for(var h=!1;l.size()>0;){if(d=l.removeMin(),e.has(u,d))a.setEdge(d,u[d]);else{if(h)throw new Error("Input graph is not connected: "+i);h=!0}i.nodeEdges(d).forEach(f)}return a}return Gv}var Kv,nR;function TU(){return nR||(nR=1,Kv={components:EU(),dijkstra:Ij(),dijkstraAll:SU(),findCycles:OU(),floydWarshall:CU(),isAcyclic:RU(),postorder:IU(),preorder:PU(),prim:NU(),tarjan:Pj(),topsort:Nj()}),Kv}var Yv,iR;function AU(){if(iR)return Yv;iR=1;var e=wU();return Yv={Graph:e.Graph,json:_U(),alg:TU(),version:e.version},Yv}var Xv,oR;function Fr(){if(oR)return Xv;oR=1;var e;if(typeof hx=="function")try{e=AU()}catch{}return e||(e=window.graphlib),Xv=e,Xv}var Zv,aR;function MU(){if(aR)return Zv;aR=1;var e=rj(),t=1,r=4;function n(i){return e(i,t|r)}return Zv=n,Zv}var Jv,sR;function kl(){if(sR)return Jv;sR=1;var e=Co(),t=En(),r=Il(),n=Cr();function i(o,a,u){if(!n(u))return!1;var l=typeof a;return(l=="number"?t(u)&&r(a,u.length):l=="string"&&a in u)?e(u[a],o):!1}return Jv=i,Jv}var Qv,uR;function DU(){if(uR)return Qv;uR=1;var e=ql(),t=Co(),r=kl(),n=Ri(),i=Object.prototype,o=i.hasOwnProperty,a=e(function(u,l){u=Object(u);var d=-1,f=l.length,h=f>2?l[2]:void 0;for(h&&r(l[0],l[1],h)&&(f=1);++d<f;)for(var p=l[d],v=n(p),m=-1,y=v.length;++m<y;){var x=v[m],b=u[x];(b===void 0||t(b,i[x])&&!o.call(u,x))&&(u[x]=p[x])}return u});return Qv=a,Qv}var eg,lR;function jU(){if(lR)return eg;lR=1;var e=Sn(),t=En(),r=Wn();function n(i){return function(o,a,u){var l=Object(o);if(!t(o)){var d=e(a,3);o=r(o),a=function(h){return d(l[h],h,l)}}var f=i(o,a,u);return f>-1?l[d?o[f]:f]:void 0}}return eg=n,eg}var tg,cR;function qU(){if(cR)return tg;cR=1;var e=/\s/;function t(r){for(var n=r.length;n--&&e.test(r.charAt(n)););return n}return tg=t,tg}var rg,fR;function kU(){if(fR)return rg;fR=1;var e=qU(),t=/^\s+/;function r(n){return n&&n.slice(0,e(n)+1).replace(t,"")}return rg=r,rg}var ng,dR;function LU(){if(dR)return ng;dR=1;var e=kU(),t=Cr(),r=No(),n=NaN,i=/^[-+]0x[0-9a-f]+$/i,o=/^0b[01]+$/i,a=/^0o[0-7]+$/i,u=parseInt;function l(d){if(typeof d=="number")return d;if(r(d))return n;if(t(d)){var f=typeof d.valueOf=="function"?d.valueOf():d;d=t(f)?f+"":f}if(typeof d!="string")return d===0?d:+d;d=e(d);var h=o.test(d);return h||a.test(d)?u(d.slice(2),h?2:8):i.test(d)?n:+d}return ng=l,ng}var ig,hR;function Aj(){if(hR)return ig;hR=1;var e=LU(),t=1/0,r=17976931348623157e292;function n(i){if(!i)return i===0?i:0;if(i=e(i),i===t||i===-t){var o=i<0?-1:1;return o*r}return i===i?i:0}return ig=n,ig}var og,pR;function BU(){if(pR)return og;pR=1;var e=Aj();function t(r){var n=e(r),i=n%1;return n===n?i?n-i:n:0}return og=t,og}var ag,vR;function FU(){if(vR)return ag;vR=1;var e=Sj(),t=Sn(),r=BU(),n=Math.max;function i(o,a,u){var l=o==null?0:o.length;if(!l)return-1;var d=u==null?0:r(u);return d<0&&(d=n(l+d,0)),e(o,t(a,3),d)}return ag=i,ag}var sg,gR;function $U(){if(gR)return sg;gR=1;var e=jU(),t=FU(),r=e(t);return sg=r,sg}var ug,mR;function Mj(){if(mR)return ug;mR=1;var e=Ix();function t(r){var n=r==null?0:r.length;return n?e(r,1):[]}return ug=t,ug}var lg,yR;function zU(){if(yR)return lg;yR=1;var e=Sx(),t=nj(),r=Ri();function n(i,o){return i==null?i:e(i,t(o),r)}return lg=n,lg}var cg,bR;function HU(){if(bR)return cg;bR=1;function e(t){var r=t==null?0:t.length;return r?t[r-1]:void 0}return cg=e,cg}var fg,xR;function VU(){if(xR)return fg;xR=1;var e=Cl(),t=Ox(),r=Sn();function n(i,o){var a={};return o=r(o,3),t(i,function(u,l,d){e(a,l,o(u,l,d))}),a}return fg=n,fg}var dg,wR;function Nx(){if(wR)return dg;wR=1;var e=No();function t(r,n,i){for(var o=-1,a=r.length;++o<a;){var u=r[o],l=n(u);if(l!=null&&(d===void 0?l===l&&!e(l):i(l,d)))var d=l,f=u}return f}return dg=t,dg}var hg,_R;function UU(){if(_R)return hg;_R=1;function e(t,r){return t>r}return hg=e,hg}var pg,ER;function WU(){if(ER)return pg;ER=1;var e=Nx(),t=UU(),r=Ii();function n(i){return i&&i.length?e(i,r,t):void 0}return pg=n,pg}var vg,SR;function Dj(){if(SR)return vg;SR=1;var e=Cl(),t=Co();function r(n,i,o){(o!==void 0&&!t(n[i],o)||o===void 0&&!(i in n))&&e(n,i,o)}return vg=r,vg}var gg,OR;function GU(){if(OR)return gg;OR=1;var e=Oi(),t=Tl(),r=on(),n="[object Object]",i=Function.prototype,o=Object.prototype,a=i.toString,u=o.hasOwnProperty,l=a.call(Object);function d(f){if(!r(f)||e(f)!=n)return!1;var h=t(f);if(h===null)return!0;var p=u.call(h,"constructor")&&h.constructor;return typeof p=="function"&&p instanceof p&&a.call(p)==l}return gg=d,gg}var mg,CR;function jj(){if(CR)return mg;CR=1;function e(t,r){if(!(r==="constructor"&&typeof t[r]=="function")&&r!="__proto__")return t[r]}return mg=e,mg}var yg,RR;function KU(){if(RR)return yg;RR=1;var e=Za(),t=Ri();function r(n){return e(n,t(n))}return yg=r,yg}var bg,IR;function YU(){if(IR)return bg;IR=1;var e=Dj(),t=VD(),r=QD(),n=UD(),i=tj(),o=Ja(),a=xt(),u=Oj(),l=Io(),d=Xa(),f=Cr(),h=GU(),p=Qa(),v=jj(),m=KU();function y(x,b,w,E,_,S,R){var I=v(x,w),P=v(b,w),A=R.get(P);if(A){e(x,w,A);return}var k=S?S(I,P,w+"",x,b,R):void 0,L=k===void 0;if(L){var $=a(P),j=!$&&l(P),D=!$&&!j&&p(P);k=P,$||j||D?a(I)?k=I:u(I)?k=n(I):j?(L=!1,k=t(P,!0)):D?(L=!1,k=r(P,!0)):k=[]:h(P)||o(P)?(k=I,o(I)?k=m(I):(!f(I)||d(I))&&(k=i(P))):L=!1}L&&(R.set(P,k),_(k,P,E,S,R),R.delete(P)),e(x,w,k)}return bg=y,bg}var xg,PR;function XU(){if(PR)return xg;PR=1;var e=Ol(),t=Dj(),r=Sx(),n=YU(),i=Cr(),o=Ri(),a=jj();function u(l,d,f,h,p){l!==d&&r(d,function(v,m){if(p||(p=new e),i(v))n(l,d,m,f,u,h,p);else{var y=h?h(a(l,m),v,m+"",l,d,p):void 0;y===void 0&&(y=v),t(l,m,y)}},o)}return xg=u,xg}var wg,NR;function ZU(){if(NR)return wg;NR=1;var e=ql(),t=kl();function r(n){return e(function(i,o){var a=-1,u=o.length,l=u>1?o[u-1]:void 0,d=u>2?o[2]:void 0;for(l=n.length>3&&typeof l=="function"?(u--,l):void 0,d&&t(o[0],o[1],d)&&(l=u<3?void 0:l,u=1),i=Object(i);++a<u;){var f=o[a];f&&n(i,f,a,l)}return i})}return wg=r,wg}var _g,TR;function JU(){if(TR)return _g;TR=1;var e=XU(),t=ZU(),r=t(function(n,i,o){e(n,i,o)});return _g=r,_g}var Eg,AR;function qj(){if(AR)return Eg;AR=1;function e(t,r){return t<r}return Eg=e,Eg}var Sg,MR;function QU(){if(MR)return Sg;MR=1;var e=Nx(),t=qj(),r=Ii();function n(i){return i&&i.length?e(i,r,t):void 0}return Sg=n,Sg}var Og,DR;function eW(){if(DR)return Og;DR=1;var e=Nx(),t=Sn(),r=qj();function n(i,o){return i&&i.length?e(i,t(o,2),r):void 0}return Og=n,Og}var Cg,jR;function tW(){if(jR)return Cg;jR=1;var e=Hr(),t=function(){return e.Date.now()};return Cg=t,Cg}var Rg,qR;function rW(){if(qR)return Rg;qR=1;var e=Rl(),t=Dl(),r=Il(),n=Cr(),i=es();function o(a,u,l,d){if(!n(a))return a;u=t(u,a);for(var f=-1,h=u.length,p=h-1,v=a;v!=null&&++f<h;){var m=i(u[f]),y=l;if(m==="__proto__"||m==="constructor"||m==="prototype")return a;if(f!=p){var x=v[m];y=d?d(x,m,v):void 0,y===void 0&&(y=n(x)?x:r(u[f+1])?[]:{})}e(v,m,y),v=v[m]}return a}return Rg=o,Rg}var Ig,kR;function nW(){if(kR)return Ig;kR=1;var e=jl(),t=rW(),r=Dl();function n(i,o,a){for(var u=-1,l=o.length,d={};++u<l;){var f=o[u],h=e(i,f);a(h,f)&&t(d,r(f,i),h)}return d}return Ig=n,Ig}var Pg,LR;function iW(){if(LR)return Pg;LR=1;var e=nW(),t=pj();function r(n,i){return e(n,i,function(o,a){return t(n,a)})}return Pg=r,Pg}var Ng,BR;function oW(){if(BR)return Ng;BR=1;var e=Mj(),t=_j(),r=Ej();function n(i){return r(t(i,void 0,e),i+"")}return Ng=n,Ng}var Tg,FR;function aW(){if(FR)return Tg;FR=1;var e=iW(),t=oW(),r=t(function(n,i){return n==null?{}:e(n,i)});return Tg=r,Tg}var Ag,$R;function sW(){if($R)return Ag;$R=1;var e=Math.ceil,t=Math.max;function r(n,i,o,a){for(var u=-1,l=t(e((i-n)/(o||1)),0),d=Array(l);l--;)d[a?l:++u]=n,n+=o;return d}return Ag=r,Ag}var Mg,zR;function uW(){if(zR)return Mg;zR=1;var e=sW(),t=kl(),r=Aj();function n(i){return function(o,a,u){return u&&typeof u!="number"&&t(o,a,u)&&(a=u=void 0),o=r(o),a===void 0?(a=o,o=0):a=r(a),u=u===void 0?o<a?1:-1:r(u),e(o,a,u,i)}}return Mg=n,Mg}var Dg,HR;function lW(){if(HR)return Dg;HR=1;var e=uW(),t=e();return Dg=t,Dg}var jg,VR;function cW(){if(VR)return jg;VR=1;function e(t,r){var n=t.length;for(t.sort(r);n--;)t[n]=t[n].value;return t}return jg=e,jg}var qg,UR;function fW(){if(UR)return qg;UR=1;var e=No();function t(r,n){if(r!==n){var i=r!==void 0,o=r===null,a=r===r,u=e(r),l=n!==void 0,d=n===null,f=n===n,h=e(n);if(!d&&!h&&!u&&r>n||u&&l&&f&&!d&&!h||o&&l&&f||!i&&f||!a)return 1;if(!o&&!u&&!h&&r<n||h&&i&&a&&!o&&!u||d&&i&&a||!l&&a||!f)return-1}return 0}return qg=t,qg}var kg,WR;function dW(){if(WR)return kg;WR=1;var e=fW();function t(r,n,i){for(var o=-1,a=r.criteria,u=n.criteria,l=a.length,d=i.length;++o<l;){var f=e(a[o],u[o]);if(f){if(o>=d)return f;var h=i[o];return f*(h=="desc"?-1:1)}}return r.index-n.index}return kg=t,kg}var Lg,GR;function hW(){if(GR)return Lg;GR=1;var e=Ml(),t=jl(),r=Sn(),n=bj(),i=cW(),o=Pl(),a=dW(),u=Ii(),l=xt();function d(f,h,p){h.length?h=e(h,function(y){return l(y)?function(x){return t(x,y.length===1?y[0]:y)}:y}):h=[u];var v=-1;h=e(h,o(r));var m=n(f,function(y,x,b){var w=e(h,function(E){return E(y)});return{criteria:w,index:++v,value:y}});return i(m,function(y,x){return a(y,x,p)})}return Lg=d,Lg}var Bg,KR;function pW(){if(KR)return Bg;KR=1;var e=Ix(),t=hW(),r=ql(),n=kl(),i=r(function(o,a){if(o==null)return[];var u=a.length;return u>1&&n(o,a[0],a[1])?a=[]:u>2&&n(a[0],a[1],a[2])&&(a=[a[0]]),t(o,e(a,1),[])});return Bg=i,Bg}var Fg,YR;function vW(){if(YR)return Fg;YR=1;var e=dj(),t=0;function r(n){var i=++t;return e(n)+i}return Fg=r,Fg}var $g,XR;function gW(){if(XR)return $g;XR=1;function e(t,r,n){for(var i=-1,o=t.length,a=r.length,u={};++i<o;){var l=i<a?r[i]:void 0;n(u,t[i],l)}return u}return $g=e,$g}var zg,ZR;function mW(){if(ZR)return zg;ZR=1;var e=Rl(),t=gW();function r(n,i){return t(n||[],i||[],e)}return zg=r,zg}var Hg,JR;function ut(){if(JR)return Hg;JR=1;var e;if(typeof hx=="function")try{e={cloneDeep:MU(),constant:Ex(),defaults:DU(),each:oj(),filter:gj(),find:$U(),flatten:Mj(),forEach:ij(),forIn:zU(),has:mj(),isUndefined:yj(),last:HU(),map:xj(),mapValues:VU(),max:WU(),merge:JU(),min:QU(),minBy:eW(),now:tW(),pick:aW(),range:lW(),reduce:wj(),sortBy:pW(),uniqueId:vW(),values:Cj(),zipObject:mW()}}catch{}return e||(e=window._),Hg=e,Hg}var Vg,QR;function yW(){if(QR)return Vg;QR=1,Vg=e;function e(){var n={};n._next=n._prev=n,this._sentinel=n}e.prototype.dequeue=function(){var n=this._sentinel,i=n._prev;if(i!==n)return t(i),i},e.prototype.enqueue=function(n){var i=this._sentinel;n._prev&&n._next&&t(n),n._next=i._next,i._next._prev=n,i._next=n,n._prev=i},e.prototype.toString=function(){for(var n=[],i=this._sentinel,o=i._prev;o!==i;)n.push(JSON.stringify(o,r)),o=o._prev;return"["+n.join(", ")+"]"};function t(n){n._prev._next=n._next,n._next._prev=n._prev,delete n._next,delete n._prev}function r(n,i){if(n!=="_next"&&n!=="_prev")return i}return Vg}var Ug,eI;function bW(){if(eI)return Ug;eI=1;var e=ut(),t=Fr().Graph,r=yW();Ug=i;var n=e.constant(1);function i(d,f){if(d.nodeCount()<=1)return[];var h=u(d,f||n),p=o(h.graph,h.buckets,h.zeroIdx);return e.flatten(e.map(p,function(v){return d.outEdges(v.v,v.w)}),!0)}function o(d,f,h){for(var p=[],v=f[f.length-1],m=f[0],y;d.nodeCount();){for(;y=m.dequeue();)a(d,f,h,y);for(;y=v.dequeue();)a(d,f,h,y);if(d.nodeCount()){for(var x=f.length-2;x>0;--x)if(y=f[x].dequeue(),y){p=p.concat(a(d,f,h,y,!0));break}}}return p}function a(d,f,h,p,v){var m=v?[]:void 0;return e.forEach(d.inEdges(p.v),function(y){var x=d.edge(y),b=d.node(y.v);v&&m.push({v:y.v,w:y.w}),b.out-=x,l(f,h,b)}),e.forEach(d.outEdges(p.v),function(y){var x=d.edge(y),b=y.w,w=d.node(b);w.in-=x,l(f,h,w)}),d.removeNode(p.v),m}function u(d,f){var h=new t,p=0,v=0;e.forEach(d.nodes(),function(x){h.setNode(x,{v:x,in:0,out:0})}),e.forEach(d.edges(),function(x){var b=h.edge(x.v,x.w)||0,w=f(x),E=b+w;h.setEdge(x.v,x.w,E),v=Math.max(v,h.node(x.v).out+=w),p=Math.max(p,h.node(x.w).in+=w)});var m=e.range(v+p+3).map(function(){return new r}),y=p+1;return e.forEach(h.nodes(),function(x){l(m,y,h.node(x))}),{graph:h,buckets:m,zeroIdx:y}}function l(d,f,h){h.out?h.in?d[h.out-h.in+f].enqueue(h):d[d.length-1].enqueue(h):d[0].enqueue(h)}return Ug}var Wg,tI;function xW(){if(tI)return Wg;tI=1;var e=ut(),t=bW();Wg={run:r,undo:i};function r(o){var a=o.graph().acyclicer==="greedy"?t(o,u(o)):n(o);e.forEach(a,function(l){var d=o.edge(l);o.removeEdge(l),d.forwardName=l.name,d.reversed=!0,o.setEdge(l.w,l.v,d,e.uniqueId("rev"))});function u(l){return function(d){return l.edge(d).weight}}}function n(o){var a=[],u={},l={};function d(f){e.has(l,f)||(l[f]=!0,u[f]=!0,e.forEach(o.outEdges(f),function(h){e.has(u,h.w)?a.push(h):d(h.w)}),delete u[f])}return e.forEach(o.nodes(),d),a}function i(o){e.forEach(o.edges(),function(a){var u=o.edge(a);if(u.reversed){o.removeEdge(a);var l=u.forwardName;delete u.reversed,delete u.forwardName,o.setEdge(a.w,a.v,u,l)}})}return Wg}var Gg,rI;function Yt(){if(rI)return Gg;rI=1;var e=ut(),t=Fr().Graph;Gg={addDummyNode:r,simplify:n,asNonCompoundGraph:i,successorWeights:o,predecessorWeights:a,intersectRect:u,buildLayerMatrix:l,normalizeRanks:d,removeEmptyRanks:f,addBorderNode:h,maxRank:p,partition:v,time:m,notime:y};function r(x,b,w,E){var _;do _=e.uniqueId(E);while(x.hasNode(_));return w.dummy=b,x.setNode(_,w),_}function n(x){var b=new t().setGraph(x.graph());return e.forEach(x.nodes(),function(w){b.setNode(w,x.node(w))}),e.forEach(x.edges(),function(w){var E=b.edge(w.v,w.w)||{weight:0,minlen:1},_=x.edge(w);b.setEdge(w.v,w.w,{weight:E.weight+_.weight,minlen:Math.max(E.minlen,_.minlen)})}),b}function i(x){var b=new t({multigraph:x.isMultigraph()}).setGraph(x.graph());return e.forEach(x.nodes(),function(w){x.children(w).length||b.setNode(w,x.node(w))}),e.forEach(x.edges(),function(w){b.setEdge(w,x.edge(w))}),b}function o(x){var b=e.map(x.nodes(),function(w){var E={};return e.forEach(x.outEdges(w),function(_){E[_.w]=(E[_.w]||0)+x.edge(_).weight}),E});return e.zipObject(x.nodes(),b)}function a(x){var b=e.map(x.nodes(),function(w){var E={};return e.forEach(x.inEdges(w),function(_){E[_.v]=(E[_.v]||0)+x.edge(_).weight}),E});return e.zipObject(x.nodes(),b)}function u(x,b){var w=x.x,E=x.y,_=b.x-w,S=b.y-E,R=x.width/2,I=x.height/2;if(!_&&!S)throw new Error("Not possible to find intersection inside of the rectangle");var P,A;return Math.abs(S)*R>Math.abs(_)*I?(S<0&&(I=-I),P=I*_/S,A=I):(_<0&&(R=-R),P=R,A=R*S/_),{x:w+P,y:E+A}}function l(x){var b=e.map(e.range(p(x)+1),function(){return[]});return e.forEach(x.nodes(),function(w){var E=x.node(w),_=E.rank;e.isUndefined(_)||(b[_][E.order]=w)}),b}function d(x){var b=e.min(e.map(x.nodes(),function(w){return x.node(w).rank}));e.forEach(x.nodes(),function(w){var E=x.node(w);e.has(E,"rank")&&(E.rank-=b)})}function f(x){var b=e.min(e.map(x.nodes(),function(S){return x.node(S).rank})),w=[];e.forEach(x.nodes(),function(S){var R=x.node(S).rank-b;w[R]||(w[R]=[]),w[R].push(S)});var E=0,_=x.graph().nodeRankFactor;e.forEach(w,function(S,R){e.isUndefined(S)&&R%_!==0?--E:E&&e.forEach(S,function(I){x.node(I).rank+=E})})}function h(x,b,w,E){var _={width:0,height:0};return arguments.length>=4&&(_.rank=w,_.order=E),r(x,"border",_,b)}function p(x){return e.max(e.map(x.nodes(),function(b){var w=x.node(b).rank;if(!e.isUndefined(w))return w}))}function v(x,b){var w={lhs:[],rhs:[]};return e.forEach(x,function(E){b(E)?w.lhs.push(E):w.rhs.push(E)}),w}function m(x,b){var w=e.now();try{return b()}finally{console.log(x+" time: "+(e.now()-w)+"ms")}}function y(x,b){return b()}return Gg}var Kg,nI;function wW(){if(nI)return Kg;nI=1;var e=ut(),t=Yt();Kg={run:r,undo:i};function r(o){o.graph().dummyChains=[],e.forEach(o.edges(),function(a){n(o,a)})}function n(o,a){var u=a.v,l=o.node(u).rank,d=a.w,f=o.node(d).rank,h=a.name,p=o.edge(a),v=p.labelRank;if(f!==l+1){o.removeEdge(a);var m,y,x;for(x=0,++l;l<f;++x,++l)p.points=[],y={width:0,height:0,edgeLabel:p,edgeObj:a,rank:l},m=t.addDummyNode(o,"edge",y,"_d"),l===v&&(y.width=p.width,y.height=p.height,y.dummy="edge-label",y.labelpos=p.labelpos),o.setEdge(u,m,{weight:p.weight},h),x===0&&o.graph().dummyChains.push(m),u=m;o.setEdge(u,d,{weight:p.weight},h)}}function i(o){e.forEach(o.graph().dummyChains,function(a){var u=o.node(a),l=u.edgeLabel,d;for(o.setEdge(u.edgeObj,l);u.dummy;)d=o.successors(a)[0],o.removeNode(a),l.points.push({x:u.x,y:u.y}),u.dummy==="edge-label"&&(l.x=u.x,l.y=u.y,l.width=u.width,l.height=u.height),a=d,u=o.node(a)})}return Kg}var Yg,iI;function zu(){if(iI)return Yg;iI=1;var e=ut();Yg={longestPath:t,slack:r};function t(n){var i={};function o(a){var u=n.node(a);if(e.has(i,a))return u.rank;i[a]=!0;var l=e.min(e.map(n.outEdges(a),function(d){return o(d.w)-n.edge(d).minlen}));return(l===Number.POSITIVE_INFINITY||l===void 0||l===null)&&(l=0),u.rank=l}e.forEach(n.sources(),o)}function r(n,i){return n.node(i.w).rank-n.node(i.v).rank-n.edge(i).minlen}return Yg}var Xg,oI;function kj(){if(oI)return Xg;oI=1;var e=ut(),t=Fr().Graph,r=zu().slack;Xg=n;function n(u){var l=new t({directed:!1}),d=u.nodes()[0],f=u.nodeCount();l.setNode(d,{});for(var h,p;i(l,u)<f;)h=o(l,u),p=l.hasNode(h.v)?r(u,h):-r(u,h),a(l,u,p);return l}function i(u,l){function d(f){e.forEach(l.nodeEdges(f),function(h){var p=h.v,v=f===p?h.w:p;!u.hasNode(v)&&!r(l,h)&&(u.setNode(v,{}),u.setEdge(f,v,{}),d(v))})}return e.forEach(u.nodes(),d),u.nodeCount()}function o(u,l){return e.minBy(l.edges(),function(d){if(u.hasNode(d.v)!==u.hasNode(d.w))return r(l,d)})}function a(u,l,d){e.forEach(u.nodes(),function(f){l.node(f).rank+=d})}return Xg}var Zg,aI;function _W(){if(aI)return Zg;aI=1;var e=ut(),t=kj(),r=zu().slack,n=zu().longestPath,i=Fr().alg.preorder,o=Fr().alg.postorder,a=Yt().simplify;Zg=u,u.initLowLimValues=h,u.initCutValues=l,u.calcCutValue=f,u.leaveEdge=v,u.enterEdge=m,u.exchangeEdges=y;function u(E){E=a(E),n(E);var _=t(E);h(_),l(_,E);for(var S,R;S=v(_);)R=m(_,E,S),y(_,E,S,R)}function l(E,_){var S=o(E,E.nodes());S=S.slice(0,S.length-1),e.forEach(S,function(R){d(E,_,R)})}function d(E,_,S){var R=E.node(S),I=R.parent;E.edge(S,I).cutvalue=f(E,_,S)}function f(E,_,S){var R=E.node(S),I=R.parent,P=!0,A=_.edge(S,I),k=0;return A||(P=!1,A=_.edge(I,S)),k=A.weight,e.forEach(_.nodeEdges(S),function(L){var $=L.v===S,j=$?L.w:L.v;if(j!==I){var D=$===P,G=_.edge(L).weight;if(k+=D?G:-G,b(E,S,j)){var B=E.edge(S,j).cutvalue;k+=D?-B:B}}}),k}function h(E,_){arguments.length<2&&(_=E.nodes()[0]),p(E,{},1,_)}function p(E,_,S,R,I){var P=S,A=E.node(R);return _[R]=!0,e.forEach(E.neighbors(R),function(k){e.has(_,k)||(S=p(E,_,S,k,R))}),A.low=P,A.lim=S++,I?A.parent=I:delete A.parent,S}function v(E){return e.find(E.edges(),function(_){return E.edge(_).cutvalue<0})}function m(E,_,S){var R=S.v,I=S.w;_.hasEdge(R,I)||(R=S.w,I=S.v);var P=E.node(R),A=E.node(I),k=P,L=!1;P.lim>A.lim&&(k=A,L=!0);var $=e.filter(_.edges(),function(j){return L===w(E,E.node(j.v),k)&&L!==w(E,E.node(j.w),k)});return e.minBy($,function(j){return r(_,j)})}function y(E,_,S,R){var I=S.v,P=S.w;E.removeEdge(I,P),E.setEdge(R.v,R.w,{}),h(E),l(E,_),x(E,_)}function x(E,_){var S=e.find(E.nodes(),function(I){return!_.node(I).parent}),R=i(E,S);R=R.slice(1),e.forEach(R,function(I){var P=E.node(I).parent,A=_.edge(I,P),k=!1;A||(A=_.edge(P,I),k=!0),_.node(I).rank=_.node(P).rank+(k?A.minlen:-A.minlen)})}function b(E,_,S){return E.hasEdge(_,S)}function w(E,_,S){return S.low<=_.lim&&_.lim<=S.lim}return Zg}var Jg,sI;function EW(){if(sI)return Jg;sI=1;var e=zu(),t=e.longestPath,r=kj(),n=_W();Jg=i;function i(l){switch(l.graph().ranker){case"network-simplex":u(l);break;case"tight-tree":a(l);break;case"longest-path":o(l);break;default:u(l)}}var o=t;function a(l){t(l),r(l)}function u(l){n(l)}return Jg}var Qg,uI;function SW(){if(uI)return Qg;uI=1;var e=ut();Qg=t;function t(i){var o=n(i);e.forEach(i.graph().dummyChains,function(a){for(var u=i.node(a),l=u.edgeObj,d=r(i,o,l.v,l.w),f=d.path,h=d.lca,p=0,v=f[p],m=!0;a!==l.w;){if(u=i.node(a),m){for(;(v=f[p])!==h&&i.node(v).maxRank<u.rank;)p++;v===h&&(m=!1)}if(!m){for(;p<f.length-1&&i.node(v=f[p+1]).minRank<=u.rank;)p++;v=f[p]}i.setParent(a,v),a=i.successors(a)[0]}})}function r(i,o,a,u){var l=[],d=[],f=Math.min(o[a].low,o[u].low),h=Math.max(o[a].lim,o[u].lim),p,v;p=a;do p=i.parent(p),l.push(p);while(p&&(o[p].low>f||h>o[p].lim));for(v=p,p=u;(p=i.parent(p))!==v;)d.push(p);return{path:l.concat(d.reverse()),lca:v}}function n(i){var o={},a=0;function u(l){var d=a;e.forEach(i.children(l),u),o[l]={low:d,lim:a++}}return e.forEach(i.children(),u),o}return Qg}var em,lI;function OW(){if(lI)return em;lI=1;var e=ut(),t=Yt();em={run:r,cleanup:a};function r(u){var l=t.addDummyNode(u,"root",{},"_root"),d=i(u),f=e.max(e.values(d))-1,h=2*f+1;u.graph().nestingRoot=l,e.forEach(u.edges(),function(v){u.edge(v).minlen*=h});var p=o(u)+1;e.forEach(u.children(),function(v){n(u,l,h,p,f,d,v)}),u.graph().nodeRankFactor=h}function n(u,l,d,f,h,p,v){var m=u.children(v);if(!m.length){v!==l&&u.setEdge(l,v,{weight:0,minlen:d});return}var y=t.addBorderNode(u,"_bt"),x=t.addBorderNode(u,"_bb"),b=u.node(v);u.setParent(y,v),b.borderTop=y,u.setParent(x,v),b.borderBottom=x,e.forEach(m,function(w){n(u,l,d,f,h,p,w);var E=u.node(w),_=E.borderTop?E.borderTop:w,S=E.borderBottom?E.borderBottom:w,R=E.borderTop?f:2*f,I=_!==S?1:h-p[v]+1;u.setEdge(y,_,{weight:R,minlen:I,nestingEdge:!0}),u.setEdge(S,x,{weight:R,minlen:I,nestingEdge:!0})}),u.parent(v)||u.setEdge(l,y,{weight:0,minlen:h+p[v]})}function i(u){var l={};function d(f,h){var p=u.children(f);p&&p.length&&e.forEach(p,function(v){d(v,h+1)}),l[f]=h}return e.forEach(u.children(),function(f){d(f,1)}),l}function o(u){return e.reduce(u.edges(),function(l,d){return l+u.edge(d).weight},0)}function a(u){var l=u.graph();u.removeNode(l.nestingRoot),delete l.nestingRoot,e.forEach(u.edges(),function(d){var f=u.edge(d);f.nestingEdge&&u.removeEdge(d)})}return em}var tm,cI;function CW(){if(cI)return tm;cI=1;var e=ut(),t=Yt();tm=r;function r(i){function o(a){var u=i.children(a),l=i.node(a);if(u.length&&e.forEach(u,o),e.has(l,"minRank")){l.borderLeft=[],l.borderRight=[];for(var d=l.minRank,f=l.maxRank+1;d<f;++d)n(i,"borderLeft","_bl",a,l,d),n(i,"borderRight","_br",a,l,d)}}e.forEach(i.children(),o)}function n(i,o,a,u,l,d){var f={width:0,height:0,rank:d,borderType:o},h=l[o][d-1],p=t.addDummyNode(i,"border",f,a);l[o][d]=p,i.setParent(p,u),h&&i.setEdge(h,p,{weight:1})}return tm}var rm,fI;function RW(){if(fI)return rm;fI=1;var e=ut();rm={adjust:t,undo:r};function t(d){var f=d.graph().rankdir.toLowerCase();(f==="lr"||f==="rl")&&n(d)}function r(d){var f=d.graph().rankdir.toLowerCase();(f==="bt"||f==="rl")&&o(d),(f==="lr"||f==="rl")&&(u(d),n(d))}function n(d){e.forEach(d.nodes(),function(f){i(d.node(f))}),e.forEach(d.edges(),function(f){i(d.edge(f))})}function i(d){var f=d.width;d.width=d.height,d.height=f}function o(d){e.forEach(d.nodes(),function(f){a(d.node(f))}),e.forEach(d.edges(),function(f){var h=d.edge(f);e.forEach(h.points,a),e.has(h,"y")&&a(h)})}function a(d){d.y=-d.y}function u(d){e.forEach(d.nodes(),function(f){l(d.node(f))}),e.forEach(d.edges(),function(f){var h=d.edge(f);e.forEach(h.points,l),e.has(h,"x")&&l(h)})}function l(d){var f=d.x;d.x=d.y,d.y=f}return rm}var nm,dI;function IW(){if(dI)return nm;dI=1;var e=ut();nm=t;function t(r){var n={},i=e.filter(r.nodes(),function(d){return!r.children(d).length}),o=e.max(e.map(i,function(d){return r.node(d).rank})),a=e.map(e.range(o+1),function(){return[]});function u(d){if(!e.has(n,d)){n[d]=!0;var f=r.node(d);a[f.rank].push(d),e.forEach(r.successors(d),u)}}var l=e.sortBy(i,function(d){return r.node(d).rank});return e.forEach(l,u),a}return nm}var im,hI;function PW(){if(hI)return im;hI=1;var e=ut();im=t;function t(n,i){for(var o=0,a=1;a<i.length;++a)o+=r(n,i[a-1],i[a]);return o}function r(n,i,o){for(var a=e.zipObject(o,e.map(o,function(p,v){return v})),u=e.flatten(e.map(i,function(p){return e.sortBy(e.map(n.outEdges(p),function(v){return{pos:a[v.w],weight:n.edge(v).weight}}),"pos")}),!0),l=1;l<o.length;)l<<=1;var d=2*l-1;l-=1;var f=e.map(new Array(d),function(){return 0}),h=0;return e.forEach(u.forEach(function(p){var v=p.pos+l;f[v]+=p.weight;for(var m=0;v>0;)v%2&&(m+=f[v+1]),v=v-1>>1,f[v]+=p.weight;h+=p.weight*m})),h}return im}var om,pI;function NW(){if(pI)return om;pI=1;var e=ut();om=t;function t(r,n){return e.map(n,function(i){var o=r.inEdges(i);if(o.length){var a=e.reduce(o,function(u,l){var d=r.edge(l),f=r.node(l.v);return{sum:u.sum+d.weight*f.order,weight:u.weight+d.weight}},{sum:0,weight:0});return{v:i,barycenter:a.sum/a.weight,weight:a.weight}}else return{v:i}})}return om}var am,vI;function TW(){if(vI)return am;vI=1;var e=ut();am=t;function t(i,o){var a={};e.forEach(i,function(l,d){var f=a[l.v]={indegree:0,in:[],out:[],vs:[l.v],i:d};e.isUndefined(l.barycenter)||(f.barycenter=l.barycenter,f.weight=l.weight)}),e.forEach(o.edges(),function(l){var d=a[l.v],f=a[l.w];!e.isUndefined(d)&&!e.isUndefined(f)&&(f.indegree++,d.out.push(a[l.w]))});var u=e.filter(a,function(l){return!l.indegree});return r(u)}function r(i){var o=[];function a(d){return function(f){f.merged||(e.isUndefined(f.barycenter)||e.isUndefined(d.barycenter)||f.barycenter>=d.barycenter)&&n(d,f)}}function u(d){return function(f){f.in.push(d),--f.indegree===0&&i.push(f)}}for(;i.length;){var l=i.pop();o.push(l),e.forEach(l.in.reverse(),a(l)),e.forEach(l.out,u(l))}return e.map(e.filter(o,function(d){return!d.merged}),function(d){return e.pick(d,["vs","i","barycenter","weight"])})}function n(i,o){var a=0,u=0;i.weight&&(a+=i.barycenter*i.weight,u+=i.weight),o.weight&&(a+=o.barycenter*o.weight,u+=o.weight),i.vs=o.vs.concat(i.vs),i.barycenter=a/u,i.weight=u,i.i=Math.min(o.i,i.i),o.merged=!0}return am}var sm,gI;function AW(){if(gI)return sm;gI=1;var e=ut(),t=Yt();sm=r;function r(o,a){var u=t.partition(o,function(y){return e.has(y,"barycenter")}),l=u.lhs,d=e.sortBy(u.rhs,function(y){return-y.i}),f=[],h=0,p=0,v=0;l.sort(i(!!a)),v=n(f,d,v),e.forEach(l,function(y){v+=y.vs.length,f.push(y.vs),h+=y.barycenter*y.weight,p+=y.weight,v=n(f,d,v)});var m={vs:e.flatten(f,!0)};return p&&(m.barycenter=h/p,m.weight=p),m}function n(o,a,u){for(var l;a.length&&(l=e.last(a)).i<=u;)a.pop(),o.push(l.vs),u++;return u}function i(o){return function(a,u){return a.barycenter<u.barycenter?-1:a.barycenter>u.barycenter?1:o?u.i-a.i:a.i-u.i}}return sm}var um,mI;function MW(){if(mI)return um;mI=1;var e=ut(),t=NW(),r=TW(),n=AW();um=i;function i(u,l,d,f){var h=u.children(l),p=u.node(l),v=p?p.borderLeft:void 0,m=p?p.borderRight:void 0,y={};v&&(h=e.filter(h,function(S){return S!==v&&S!==m}));var x=t(u,h);e.forEach(x,function(S){if(u.children(S.v).length){var R=i(u,S.v,d,f);y[S.v]=R,e.has(R,"barycenter")&&a(S,R)}});var b=r(x,d);o(b,y);var w=n(b,f);if(v&&(w.vs=e.flatten([v,w.vs,m],!0),u.predecessors(v).length)){var E=u.node(u.predecessors(v)[0]),_=u.node(u.predecessors(m)[0]);e.has(w,"barycenter")||(w.barycenter=0,w.weight=0),w.barycenter=(w.barycenter*w.weight+E.order+_.order)/(w.weight+2),w.weight+=2}return w}function o(u,l){e.forEach(u,function(d){d.vs=e.flatten(d.vs.map(function(f){return l[f]?l[f].vs:f}),!0)})}function a(u,l){e.isUndefined(u.barycenter)?(u.barycenter=l.barycenter,u.weight=l.weight):(u.barycenter=(u.barycenter*u.weight+l.barycenter*l.weight)/(u.weight+l.weight),u.weight+=l.weight)}return um}var lm,yI;function DW(){if(yI)return lm;yI=1;var e=ut(),t=Fr().Graph;lm=r;function r(i,o,a){var u=n(i),l=new t({compound:!0}).setGraph({root:u}).setDefaultNodeLabel(function(d){return i.node(d)});return e.forEach(i.nodes(),function(d){var f=i.node(d),h=i.parent(d);(f.rank===o||f.minRank<=o&&o<=f.maxRank)&&(l.setNode(d),l.setParent(d,h||u),e.forEach(i[a](d),function(p){var v=p.v===d?p.w:p.v,m=l.edge(v,d),y=e.isUndefined(m)?0:m.weight;l.setEdge(v,d,{weight:i.edge(p).weight+y})}),e.has(f,"minRank")&&l.setNode(d,{borderLeft:f.borderLeft[o],borderRight:f.borderRight[o]}))}),l}function n(i){for(var o;i.hasNode(o=e.uniqueId("_root")););return o}return lm}var cm,bI;function jW(){if(bI)return cm;bI=1;var e=ut();cm=t;function t(r,n,i){var o={},a;e.forEach(i,function(u){for(var l=r.parent(u),d,f;l;){if(d=r.parent(l),d?(f=o[d],o[d]=l):(f=a,a=l),f&&f!==l){n.setEdge(f,l);return}l=d}})}return cm}var fm,xI;function qW(){if(xI)return fm;xI=1;var e=ut(),t=IW(),r=PW(),n=MW(),i=DW(),o=jW(),a=Fr().Graph,u=Yt();fm=l;function l(p){var v=u.maxRank(p),m=d(p,e.range(1,v+1),"inEdges"),y=d(p,e.range(v-1,-1,-1),"outEdges"),x=t(p);h(p,x);for(var b=Number.POSITIVE_INFINITY,w,E=0,_=0;_<4;++E,++_){f(E%2?m:y,E%4>=2),x=u.buildLayerMatrix(p);var S=r(p,x);S<b&&(_=0,w=e.cloneDeep(x),b=S)}h(p,w)}function d(p,v,m){return e.map(v,function(y){return i(p,y,m)})}function f(p,v){var m=new a;e.forEach(p,function(y){var x=y.graph().root,b=n(y,x,m,v);e.forEach(b.vs,function(w,E){y.node(w).order=E}),o(y,m,b.vs)})}function h(p,v){e.forEach(v,function(m){e.forEach(m,function(y,x){p.node(y).order=x})})}return fm}var dm,wI;function kW(){if(wI)return dm;wI=1;var e=ut(),t=Fr().Graph,r=Yt();dm={positionX:m,findType1Conflicts:n,findType2Conflicts:i,addConflict:a,hasConflict:u,verticalAlignment:l,horizontalCompaction:d,alignCoordinates:p,findSmallestWidthAlignment:h,balance:v};function n(b,w){var E={};function _(S,R){var I=0,P=0,A=S.length,k=e.last(R);return e.forEach(R,function(L,$){var j=o(b,L),D=j?b.node(j).order:A;(j||L===k)&&(e.forEach(R.slice(P,$+1),function(G){e.forEach(b.predecessors(G),function(B){var Y=b.node(B),Z=Y.order;(Z<I||D<Z)&&!(Y.dummy&&b.node(G).dummy)&&a(E,B,G)})}),P=$+1,I=D)}),R}return e.reduce(w,_),E}function i(b,w){var E={};function _(R,I,P,A,k){var L;e.forEach(e.range(I,P),function($){L=R[$],b.node(L).dummy&&e.forEach(b.predecessors(L),function(j){var D=b.node(j);D.dummy&&(D.order<A||D.order>k)&&a(E,j,L)})})}function S(R,I){var P=-1,A,k=0;return e.forEach(I,function(L,$){if(b.node(L).dummy==="border"){var j=b.predecessors(L);j.length&&(A=b.node(j[0]).order,_(I,k,$,P,A),k=$,P=A)}_(I,k,I.length,A,R.length)}),I}return e.reduce(w,S),E}function o(b,w){if(b.node(w).dummy)return e.find(b.predecessors(w),function(E){return b.node(E).dummy})}function a(b,w,E){if(w>E){var _=w;w=E,E=_}var S=b[w];S||(b[w]=S={}),S[E]=!0}function u(b,w,E){if(w>E){var _=w;w=E,E=_}return e.has(b[w],E)}function l(b,w,E,_){var S={},R={},I={};return e.forEach(w,function(P){e.forEach(P,function(A,k){S[A]=A,R[A]=A,I[A]=k})}),e.forEach(w,function(P){var A=-1;e.forEach(P,function(k){var L=_(k);if(L.length){L=e.sortBy(L,function(B){return I[B]});for(var $=(L.length-1)/2,j=Math.floor($),D=Math.ceil($);j<=D;++j){var G=L[j];R[k]===k&&A<I[G]&&!u(E,k,G)&&(R[G]=k,R[k]=S[k]=S[G],A=I[G])}}})}),{root:S,align:R}}function d(b,w,E,_,S){var R={},I=f(b,w,E,S),P=S?"borderLeft":"borderRight";function A($,j){for(var D=I.nodes(),G=D.pop(),B={};G;)B[G]?$(G):(B[G]=!0,D.push(G),D=D.concat(j(G))),G=D.pop()}function k($){R[$]=I.inEdges($).reduce(function(j,D){return Math.max(j,R[D.v]+I.edge(D))},0)}function L($){var j=I.outEdges($).reduce(function(G,B){return Math.min(G,R[B.w]-I.edge(B))},Number.POSITIVE_INFINITY),D=b.node($);j!==Number.POSITIVE_INFINITY&&D.borderType!==P&&(R[$]=Math.max(R[$],j))}return A(k,I.predecessors.bind(I)),A(L,I.successors.bind(I)),e.forEach(_,function($){R[$]=R[E[$]]}),R}function f(b,w,E,_){var S=new t,R=b.graph(),I=y(R.nodesep,R.edgesep,_);return e.forEach(w,function(P){var A;e.forEach(P,function(k){var L=E[k];if(S.setNode(L),A){var $=E[A],j=S.edge($,L);S.setEdge($,L,Math.max(I(b,k,A),j||0))}A=k})}),S}function h(b,w){return e.minBy(e.values(w),function(E){var _=Number.NEGATIVE_INFINITY,S=Number.POSITIVE_INFINITY;return e.forIn(E,function(R,I){var P=x(b,I)/2;_=Math.max(R+P,_),S=Math.min(R-P,S)}),_-S})}function p(b,w){var E=e.values(w),_=e.min(E),S=e.max(E);e.forEach(["u","d"],function(R){e.forEach(["l","r"],function(I){var P=R+I,A=b[P],k;if(A!==w){var L=e.values(A);k=I==="l"?_-e.min(L):S-e.max(L),k&&(b[P]=e.mapValues(A,function($){return $+k}))}})})}function v(b,w){return e.mapValues(b.ul,function(E,_){if(w)return b[w.toLowerCase()][_];var S=e.sortBy(e.map(b,_));return(S[1]+S[2])/2})}function m(b){var w=r.buildLayerMatrix(b),E=e.merge(n(b,w),i(b,w)),_={},S;e.forEach(["u","d"],function(I){S=I==="u"?w:e.values(w).reverse(),e.forEach(["l","r"],function(P){P==="r"&&(S=e.map(S,function($){return e.values($).reverse()}));var A=(I==="u"?b.predecessors:b.successors).bind(b),k=l(b,S,E,A),L=d(b,S,k.root,k.align,P==="r");P==="r"&&(L=e.mapValues(L,function($){return-$})),_[I+P]=L})});var R=h(b,_);return p(_,R),v(_,b.graph().align)}function y(b,w,E){return function(_,S,R){var I=_.node(S),P=_.node(R),A=0,k;if(A+=I.width/2,e.has(I,"labelpos"))switch(I.labelpos.toLowerCase()){case"l":k=-I.width/2;break;case"r":k=I.width/2;break}if(k&&(A+=E?k:-k),k=0,A+=(I.dummy?w:b)/2,A+=(P.dummy?w:b)/2,A+=P.width/2,e.has(P,"labelpos"))switch(P.labelpos.toLowerCase()){case"l":k=P.width/2;break;case"r":k=-P.width/2;break}return k&&(A+=E?k:-k),k=0,A}}function x(b,w){return b.node(w).width}return dm}var hm,_I;function LW(){if(_I)return hm;_I=1;var e=ut(),t=Yt(),r=kW().positionX;hm=n;function n(o){o=t.asNonCompoundGraph(o),i(o),e.forEach(r(o),function(a,u){o.node(u).x=a})}function i(o){var a=t.buildLayerMatrix(o),u=o.graph().ranksep,l=0;e.forEach(a,function(d){var f=e.max(e.map(d,function(h){return o.node(h).height}));e.forEach(d,function(h){o.node(h).y=l+f/2}),l+=f+u})}return hm}var pm,EI;function BW(){if(EI)return pm;EI=1;var e=ut(),t=xW(),r=wW(),n=EW(),i=Yt().normalizeRanks,o=SW(),a=Yt().removeEmptyRanks,u=OW(),l=CW(),d=RW(),f=qW(),h=LW(),p=Yt(),v=Fr().Graph;pm=m;function m(F,W){var J=W&&W.debugTiming?p.time:p.notime;J("layout",function(){var H=J(" buildLayoutGraph",function(){return A(F)});J(" runLayout",function(){y(H,J)}),J(" updateInputGraph",function(){x(F,H)})})}function y(F,W){W(" makeSpaceForEdgeLabels",function(){k(F)}),W(" removeSelfEdges",function(){te(F)}),W(" acyclic",function(){t.run(F)}),W(" nestingGraph.run",function(){u.run(F)}),W(" rank",function(){n(p.asNonCompoundGraph(F))}),W(" injectEdgeLabelProxies",function(){L(F)}),W(" removeEmptyRanks",function(){a(F)}),W(" nestingGraph.cleanup",function(){u.cleanup(F)}),W(" normalizeRanks",function(){i(F)}),W(" assignRankMinMax",function(){$(F)}),W(" removeEdgeLabelProxies",function(){j(F)}),W(" normalize.run",function(){r.run(F)}),W(" parentDummyChains",function(){o(F)}),W(" addBorderSegments",function(){l(F)}),W(" order",function(){f(F)}),W(" insertSelfEdges",function(){U(F)}),W(" adjustCoordinateSystem",function(){d.adjust(F)}),W(" position",function(){h(F)}),W(" positionSelfEdges",function(){re(F)}),W(" removeBorderNodes",function(){Z(F)}),W(" normalize.undo",function(){r.undo(F)}),W(" fixupEdgeLabelCoords",function(){B(F)}),W(" undoCoordinateSystem",function(){d.undo(F)}),W(" translateGraph",function(){D(F)}),W(" assignNodeIntersects",function(){G(F)}),W(" reversePoints",function(){Y(F)}),W(" acyclic.undo",function(){t.undo(F)})}function x(F,W){e.forEach(F.nodes(),function(J){var H=F.node(J),K=W.node(J);H&&(H.x=K.x,H.y=K.y,W.children(J).length&&(H.width=K.width,H.height=K.height))}),e.forEach(F.edges(),function(J){var H=F.edge(J),K=W.edge(J);H.points=K.points,e.has(K,"x")&&(H.x=K.x,H.y=K.y)}),F.graph().width=W.graph().width,F.graph().height=W.graph().height}var b=["nodesep","edgesep","ranksep","marginx","marginy"],w={ranksep:50,edgesep:20,nodesep:50,rankdir:"tb"},E=["acyclicer","ranker","rankdir","align"],_=["width","height"],S={width:0,height:0},R=["minlen","weight","width","height","labeloffset"],I={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:"r"},P=["labelpos"];function A(F){var W=new v({multigraph:!0,compound:!0}),J=le(F.graph());return W.setGraph(e.merge({},w,ae(J,b),e.pick(J,E))),e.forEach(F.nodes(),function(H){var K=le(F.node(H));W.setNode(H,e.defaults(ae(K,_),S)),W.setParent(H,F.parent(H))}),e.forEach(F.edges(),function(H){var K=le(F.edge(H));W.setEdge(H,e.merge({},I,ae(K,R),e.pick(K,P)))}),W}function k(F){var W=F.graph();W.ranksep/=2,e.forEach(F.edges(),function(J){var H=F.edge(J);H.minlen*=2,H.labelpos.toLowerCase()!=="c"&&(W.rankdir==="TB"||W.rankdir==="BT"?H.width+=H.labeloffset:H.height+=H.labeloffset)})}function L(F){e.forEach(F.edges(),function(W){var J=F.edge(W);if(J.width&&J.height){var H=F.node(W.v),K=F.node(W.w),se={rank:(K.rank-H.rank)/2+H.rank,e:W};p.addDummyNode(F,"edge-proxy",se,"_ep")}})}function $(F){var W=0;e.forEach(F.nodes(),function(J){var H=F.node(J);H.borderTop&&(H.minRank=F.node(H.borderTop).rank,H.maxRank=F.node(H.borderBottom).rank,W=e.max(W,H.maxRank))}),F.graph().maxRank=W}function j(F){e.forEach(F.nodes(),function(W){var J=F.node(W);J.dummy==="edge-proxy"&&(F.edge(J.e).labelRank=J.rank,F.removeNode(W))})}function D(F){var W=Number.POSITIVE_INFINITY,J=0,H=Number.POSITIVE_INFINITY,K=0,se=F.graph(),oe=se.marginx||0,fe=se.marginy||0;function V(ee){var we=ee.x,be=ee.y,de=ee.width,ue=ee.height;W=Math.min(W,we-de/2),J=Math.max(J,we+de/2),H=Math.min(H,be-ue/2),K=Math.max(K,be+ue/2)}e.forEach(F.nodes(),function(ee){V(F.node(ee))}),e.forEach(F.edges(),function(ee){var we=F.edge(ee);e.has(we,"x")&&V(we)}),W-=oe,H-=fe,e.forEach(F.nodes(),function(ee){var we=F.node(ee);we.x-=W,we.y-=H}),e.forEach(F.edges(),function(ee){var we=F.edge(ee);e.forEach(we.points,function(be){be.x-=W,be.y-=H}),e.has(we,"x")&&(we.x-=W),e.has(we,"y")&&(we.y-=H)}),se.width=J-W+oe,se.height=K-H+fe}function G(F){e.forEach(F.edges(),function(W){var J=F.edge(W),H=F.node(W.v),K=F.node(W.w),se,oe;J.points?(se=J.points[0],oe=J.points[J.points.length-1]):(J.points=[],se=K,oe=H),J.points.unshift(p.intersectRect(H,se)),J.points.push(p.intersectRect(K,oe))})}function B(F){e.forEach(F.edges(),function(W){var J=F.edge(W);if(e.has(J,"x"))switch((J.labelpos==="l"||J.labelpos==="r")&&(J.width-=J.labeloffset),J.labelpos){case"l":J.x-=J.width/2+J.labeloffset;break;case"r":J.x+=J.width/2+J.labeloffset;break}})}function Y(F){e.forEach(F.edges(),function(W){var J=F.edge(W);J.reversed&&J.points.reverse()})}function Z(F){e.forEach(F.nodes(),function(W){if(F.children(W).length){var J=F.node(W),H=F.node(J.borderTop),K=F.node(J.borderBottom),se=F.node(e.last(J.borderLeft)),oe=F.node(e.last(J.borderRight));J.width=Math.abs(oe.x-se.x),J.height=Math.abs(K.y-H.y),J.x=se.x+J.width/2,J.y=H.y+J.height/2}}),e.forEach(F.nodes(),function(W){F.node(W).dummy==="border"&&F.removeNode(W)})}function te(F){e.forEach(F.edges(),function(W){if(W.v===W.w){var J=F.node(W.v);J.selfEdges||(J.selfEdges=[]),J.selfEdges.push({e:W,label:F.edge(W)}),F.removeEdge(W)}})}function U(F){var W=p.buildLayerMatrix(F);e.forEach(W,function(J){var H=0;e.forEach(J,function(K,se){var oe=F.node(K);oe.order=se+H,e.forEach(oe.selfEdges,function(fe){p.addDummyNode(F,"selfedge",{width:fe.label.width,height:fe.label.height,rank:oe.rank,order:se+ ++H,e:fe.e,label:fe.label},"_se")}),delete oe.selfEdges})})}function re(F){e.forEach(F.nodes(),function(W){var J=F.node(W);if(J.dummy==="selfedge"){var H=F.node(J.e.v),K=H.x+H.width/2,se=H.y,oe=J.x-K,fe=H.height/2;F.setEdge(J.e,J.label),F.removeNode(W),J.label.points=[{x:K+2*oe/3,y:se-fe},{x:K+5*oe/6,y:se-fe},{x:K+oe,y:se},{x:K+5*oe/6,y:se+fe},{x:K+2*oe/3,y:se+fe}],J.label.x=J.x,J.label.y=J.y}})}function ae(F,W){return e.mapValues(e.pick(F,W),Number)}function le(F){var W={};return e.forEach(F,function(J,H){W[H.toLowerCase()]=J}),W}return pm}var vm,SI;function FW(){if(SI)return vm;SI=1;var e=ut(),t=Yt(),r=Fr().Graph;vm={debugOrdering:n};function n(i){var o=t.buildLayerMatrix(i),a=new r({compound:!0,multigraph:!0}).setGraph({});return e.forEach(i.nodes(),function(u){a.setNode(u,{label:u}),a.setParent(u,"layer"+i.node(u).rank)}),e.forEach(i.edges(),function(u){a.setEdge(u.v,u.w,{},u.name)}),e.forEach(o,function(u,l){var d="layer"+l;a.setNode(d,{rank:"same"}),e.reduce(u,function(f,h){return a.setEdge(f,h,{style:"invis"}),h})}),a}return vm}var gm,OI;function $W(){return OI||(OI=1,gm="0.8.5"),gm}var mm,CI;function zW(){return CI||(CI=1,mm={graphlib:Fr(),layout:BW(),debug:FW(),util:{time:Yt().time,notime:Yt().notime},version:$W()}),mm}var HW=zW();const RI=Vn(HW);function VW(e){let t;const r=new Set,n=(d,f)=>{const h=typeof d=="function"?d(t):d;if(h!==t){const p=t;t=f?h:Object.assign({},t,h),r.forEach(v=>v(t,p))}},i=()=>t,o=(d,f=i,h=Object.is)=>{console.warn("[DEPRECATED] Please use `subscribeWithSelector` middleware");let p=f(t);function v(){const m=f(t);if(!h(p,m)){const y=p;d(p=m,y)}}return r.add(v),()=>r.delete(v)},l={setState:n,getState:i,subscribe:(d,f,h)=>f||h?o(d,f,h):(r.add(d),()=>r.delete(d)),destroy:()=>r.clear()};return t=e(n,i,l),l}const UW=typeof window>"u"||!window.navigator||/ServerSideRendering|^Deno\//.test(window.navigator.userAgent),II=UW?T.useEffect:T.useLayoutEffect;function WW(e){const t=typeof e=="function"?VW(e):e,r=(n=t.getState,i=Object.is)=>{const[,o]=T.useReducer(x=>x+1,0),a=t.getState(),u=T.useRef(a),l=T.useRef(n),d=T.useRef(i),f=T.useRef(!1),h=T.useRef();h.current===void 0&&(h.current=n(a));let p,v=!1;(u.current!==a||l.current!==n||d.current!==i||f.current)&&(p=n(a),v=!i(h.current,p)),II(()=>{v&&(h.current=p),u.current=a,l.current=n,d.current=i,f.current=!1});const m=T.useRef(a);II(()=>{const x=()=>{try{const w=t.getState(),E=l.current(w);d.current(h.current,E)||(u.current=w,h.current=E,o())}catch{f.current=!0,o()}},b=t.subscribe(x);return t.getState()!==m.current&&x(),b},[]);const y=v?p:h.current;return T.useDebugValue(y),y};return Object.assign(r,t),r[Symbol.iterator]=function(){console.warn("[useStore, api] = create() is deprecated and will be removed in v4");const n=[r,t];return{next(){const i=n.length<=0;return{value:n.shift(),done:i}}}},r}function GW(){const e=T.createContext(void 0);return{Provider:({initialStore:i,createStore:o,children:a})=>{const u=T.useRef();return u.current||(i&&(console.warn("Provider initialStore is deprecated and will be removed in the next version."),o||(o=()=>i)),u.current=o()),T.createElement(e.Provider,{value:u.current},a)},useStore:(i,o=Object.is)=>{const a=T.useContext(e);if(!a)throw new Error("Seems like you have not used zustand provider as an ancestor.");return a(i,o)},useStoreApi:()=>{const i=T.useContext(e);if(!i)throw new Error("Seems like you have not used zustand provider as an ancestor.");return T.useMemo(()=>({getState:i.getState,setState:i.setState,subscribe:i.subscribe,destroy:i.destroy}),[i])}}}var KW={value:()=>{}};function Ll(){for(var e=0,t=arguments.length,r={},n;e<t;++e){if(!(n=arguments[e]+"")||n in r||/[\s.]/.test(n))throw new Error("illegal type: "+n);r[n]=[]}return new Au(r)}function Au(e){this._=e}function YW(e,t){return e.trim().split(/^|\s+/).map(function(r){var n="",i=r.indexOf(".");if(i>=0&&(n=r.slice(i+1),r=r.slice(0,i)),r&&!t.hasOwnProperty(r))throw new Error("unknown type: "+r);return{type:r,name:n}})}Au.prototype=Ll.prototype={constructor:Au,on:function(e,t){var r=this._,n=YW(e+"",r),i,o=-1,a=n.length;if(arguments.length<2){for(;++o<a;)if((i=(e=n[o]).type)&&(i=XW(r[i],e.name)))return i;return}if(t!=null&&typeof t!="function")throw new Error("invalid callback: "+t);for(;++o<a;)if(i=(e=n[o]).type)r[i]=PI(r[i],e.name,t);else if(t==null)for(i in r)r[i]=PI(r[i],e.name,null);return this},copy:function(){var e={},t=this._;for(var r in t)e[r]=t[r].slice();return new Au(e)},call:function(e,t){if((i=arguments.length-2)>0)for(var r=new Array(i),n=0,i,o;n<i;++n)r[n]=arguments[n+2];if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(o=this._[e],n=0,i=o.length;n<i;++n)o[n].value.apply(t,r)},apply:function(e,t,r){if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(var n=this._[e],i=0,o=n.length;i<o;++i)n[i].value.apply(t,r)}};function XW(e,t){for(var r=0,n=e.length,i;r<n;++r)if((i=e[r]).name===t)return i.value}function PI(e,t,r){for(var n=0,i=e.length;n<i;++n)if(e[n].name===t){e[n]=KW,e=e.slice(0,n).concat(e.slice(n+1));break}return r!=null&&e.push({name:t,value:r}),e}var Db="http://www.w3.org/1999/xhtml";const NI={svg:"http://www.w3.org/2000/svg",xhtml:Db,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function Bl(e){var t=e+="",r=t.indexOf(":");return r>=0&&(t=e.slice(0,r))!=="xmlns"&&(e=e.slice(r+1)),NI.hasOwnProperty(t)?{space:NI[t],local:e}:e}function ZW(e){return function(){var t=this.ownerDocument,r=this.namespaceURI;return r===Db&&t.documentElement.namespaceURI===Db?t.createElement(e):t.createElementNS(r,e)}}function JW(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}function Lj(e){var t=Bl(e);return(t.local?JW:ZW)(t)}function QW(){}function Tx(e){return e==null?QW:function(){return this.querySelector(e)}}function e6(e){typeof e!="function"&&(e=Tx(e));for(var t=this._groups,r=t.length,n=new Array(r),i=0;i<r;++i)for(var o=t[i],a=o.length,u=n[i]=new Array(a),l,d,f=0;f<a;++f)(l=o[f])&&(d=e.call(l,l.__data__,f,o))&&("__data__"in l&&(d.__data__=l.__data__),u[f]=d);return new lr(n,this._parents)}function t6(e){return e==null?[]:Array.isArray(e)?e:Array.from(e)}function r6(){return[]}function Bj(e){return e==null?r6:function(){return this.querySelectorAll(e)}}function n6(e){return function(){return t6(e.apply(this,arguments))}}function i6(e){typeof e=="function"?e=n6(e):e=Bj(e);for(var t=this._groups,r=t.length,n=[],i=[],o=0;o<r;++o)for(var a=t[o],u=a.length,l,d=0;d<u;++d)(l=a[d])&&(n.push(e.call(l,l.__data__,d,a)),i.push(l));return new lr(n,i)}function Fj(e){return function(){return this.matches(e)}}function $j(e){return function(t){return t.matches(e)}}var o6=Array.prototype.find;function a6(e){return function(){return o6.call(this.children,e)}}function s6(){return this.firstElementChild}function u6(e){return this.select(e==null?s6:a6(typeof e=="function"?e:$j(e)))}var l6=Array.prototype.filter;function c6(){return Array.from(this.children)}function f6(e){return function(){return l6.call(this.children,e)}}function d6(e){return this.selectAll(e==null?c6:f6(typeof e=="function"?e:$j(e)))}function h6(e){typeof e!="function"&&(e=Fj(e));for(var t=this._groups,r=t.length,n=new Array(r),i=0;i<r;++i)for(var o=t[i],a=o.length,u=n[i]=[],l,d=0;d<a;++d)(l=o[d])&&e.call(l,l.__data__,d,o)&&u.push(l);return new lr(n,this._parents)}function zj(e){return new Array(e.length)}function p6(){return new lr(this._enter||this._groups.map(zj),this._parents)}function Hu(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}Hu.prototype={constructor:Hu,appendChild:function(e){return this._parent.insertBefore(e,this._next)},insertBefore:function(e,t){return this._parent.insertBefore(e,t)},querySelector:function(e){return this._parent.querySelector(e)},querySelectorAll:function(e){return this._parent.querySelectorAll(e)}};function v6(e){return function(){return e}}function g6(e,t,r,n,i,o){for(var a=0,u,l=t.length,d=o.length;a<d;++a)(u=t[a])?(u.__data__=o[a],n[a]=u):r[a]=new Hu(e,o[a]);for(;a<l;++a)(u=t[a])&&(i[a]=u)}function m6(e,t,r,n,i,o,a){var u,l,d=new Map,f=t.length,h=o.length,p=new Array(f),v;for(u=0;u<f;++u)(l=t[u])&&(p[u]=v=a.call(l,l.__data__,u,t)+"",d.has(v)?i[u]=l:d.set(v,l));for(u=0;u<h;++u)v=a.call(e,o[u],u,o)+"",(l=d.get(v))?(n[u]=l,l.__data__=o[u],d.delete(v)):r[u]=new Hu(e,o[u]);for(u=0;u<f;++u)(l=t[u])&&d.get(p[u])===l&&(i[u]=l)}function y6(e){return e.__data__}function b6(e,t){if(!arguments.length)return Array.from(this,y6);var r=t?m6:g6,n=this._parents,i=this._groups;typeof e!="function"&&(e=v6(e));for(var o=i.length,a=new Array(o),u=new Array(o),l=new Array(o),d=0;d<o;++d){var f=n[d],h=i[d],p=h.length,v=x6(e.call(f,f&&f.__data__,d,n)),m=v.length,y=u[d]=new Array(m),x=a[d]=new Array(m),b=l[d]=new Array(p);r(f,h,y,x,b,v,t);for(var w=0,E=0,_,S;w<m;++w)if(_=y[w]){for(w>=E&&(E=w+1);!(S=x[E])&&++E<m;);_._next=S||null}}return a=new lr(a,n),a._enter=u,a._exit=l,a}function x6(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function w6(){return new lr(this._exit||this._groups.map(zj),this._parents)}function _6(e,t,r){var n=this.enter(),i=this,o=this.exit();return typeof e=="function"?(n=e(n),n&&(n=n.selection())):n=n.append(e+""),t!=null&&(i=t(i),i&&(i=i.selection())),r==null?o.remove():r(o),n&&i?n.merge(i).order():i}function E6(e){for(var t=e.selection?e.selection():e,r=this._groups,n=t._groups,i=r.length,o=n.length,a=Math.min(i,o),u=new Array(i),l=0;l<a;++l)for(var d=r[l],f=n[l],h=d.length,p=u[l]=new Array(h),v,m=0;m<h;++m)(v=d[m]||f[m])&&(p[m]=v);for(;l<i;++l)u[l]=r[l];return new lr(u,this._parents)}function S6(){for(var e=this._groups,t=-1,r=e.length;++t<r;)for(var n=e[t],i=n.length-1,o=n[i],a;--i>=0;)(a=n[i])&&(o&&a.compareDocumentPosition(o)^4&&o.parentNode.insertBefore(a,o),o=a);return this}function O6(e){e||(e=C6);function t(h,p){return h&&p?e(h.__data__,p.__data__):!h-!p}for(var r=this._groups,n=r.length,i=new Array(n),o=0;o<n;++o){for(var a=r[o],u=a.length,l=i[o]=new Array(u),d,f=0;f<u;++f)(d=a[f])&&(l[f]=d);l.sort(t)}return new lr(i,this._parents).order()}function C6(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function R6(){var e=arguments[0];return arguments[0]=this,e.apply(null,arguments),this}function I6(){return Array.from(this)}function P6(){for(var e=this._groups,t=0,r=e.length;t<r;++t)for(var n=e[t],i=0,o=n.length;i<o;++i){var a=n[i];if(a)return a}return null}function N6(){let e=0;for(const t of this)++e;return e}function T6(){return!this.node()}function A6(e){for(var t=this._groups,r=0,n=t.length;r<n;++r)for(var i=t[r],o=0,a=i.length,u;o<a;++o)(u=i[o])&&e.call(u,u.__data__,o,i);return this}function M6(e){return function(){this.removeAttribute(e)}}function D6(e){return function(){this.removeAttributeNS(e.space,e.local)}}function j6(e,t){return function(){this.setAttribute(e,t)}}function q6(e,t){return function(){this.setAttributeNS(e.space,e.local,t)}}function k6(e,t){return function(){var r=t.apply(this,arguments);r==null?this.removeAttribute(e):this.setAttribute(e,r)}}function L6(e,t){return function(){var r=t.apply(this,arguments);r==null?this.removeAttributeNS(e.space,e.local):this.setAttributeNS(e.space,e.local,r)}}function B6(e,t){var r=Bl(e);if(arguments.length<2){var n=this.node();return r.local?n.getAttributeNS(r.space,r.local):n.getAttribute(r)}return this.each((t==null?r.local?D6:M6:typeof t=="function"?r.local?L6:k6:r.local?q6:j6)(r,t))}function Hj(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}function F6(e){return function(){this.style.removeProperty(e)}}function $6(e,t,r){return function(){this.style.setProperty(e,t,r)}}function z6(e,t,r){return function(){var n=t.apply(this,arguments);n==null?this.style.removeProperty(e):this.style.setProperty(e,n,r)}}function H6(e,t,r){return arguments.length>1?this.each((t==null?F6:typeof t=="function"?z6:$6)(e,t,r??"")):_o(this.node(),e)}function _o(e,t){return e.style.getPropertyValue(t)||Hj(e).getComputedStyle(e,null).getPropertyValue(t)}function V6(e){return function(){delete this[e]}}function U6(e,t){return function(){this[e]=t}}function W6(e,t){return function(){var r=t.apply(this,arguments);r==null?delete this[e]:this[e]=r}}function G6(e,t){return arguments.length>1?this.each((t==null?V6:typeof t=="function"?W6:U6)(e,t)):this.node()[e]}function Vj(e){return e.trim().split(/^|\s+/)}function Ax(e){return e.classList||new Uj(e)}function Uj(e){this._node=e,this._names=Vj(e.getAttribute("class")||"")}Uj.prototype={add:function(e){var t=this._names.indexOf(e);t<0&&(this._names.push(e),this._node.setAttribute("class",this._names.join(" ")))},remove:function(e){var t=this._names.indexOf(e);t>=0&&(this._names.splice(t,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(e){return this._names.indexOf(e)>=0}};function Wj(e,t){for(var r=Ax(e),n=-1,i=t.length;++n<i;)r.add(t[n])}function Gj(e,t){for(var r=Ax(e),n=-1,i=t.length;++n<i;)r.remove(t[n])}function K6(e){return function(){Wj(this,e)}}function Y6(e){return function(){Gj(this,e)}}function X6(e,t){return function(){(t.apply(this,arguments)?Wj:Gj)(this,e)}}function Z6(e,t){var r=Vj(e+"");if(arguments.length<2){for(var n=Ax(this.node()),i=-1,o=r.length;++i<o;)if(!n.contains(r[i]))return!1;return!0}return this.each((typeof t=="function"?X6:t?K6:Y6)(r,t))}function J6(){this.textContent=""}function Q6(e){return function(){this.textContent=e}}function e8(e){return function(){var t=e.apply(this,arguments);this.textContent=t??""}}function t8(e){return arguments.length?this.each(e==null?J6:(typeof e=="function"?e8:Q6)(e)):this.node().textContent}function r8(){this.innerHTML=""}function n8(e){return function(){this.innerHTML=e}}function i8(e){return function(){var t=e.apply(this,arguments);this.innerHTML=t??""}}function o8(e){return arguments.length?this.each(e==null?r8:(typeof e=="function"?i8:n8)(e)):this.node().innerHTML}function a8(){this.nextSibling&&this.parentNode.appendChild(this)}function s8(){return this.each(a8)}function u8(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function l8(){return this.each(u8)}function c8(e){var t=typeof e=="function"?e:Lj(e);return this.select(function(){return this.appendChild(t.apply(this,arguments))})}function f8(){return null}function d8(e,t){var r=typeof e=="function"?e:Lj(e),n=t==null?f8:typeof t=="function"?t:Tx(t);return this.select(function(){return this.insertBefore(r.apply(this,arguments),n.apply(this,arguments)||null)})}function h8(){var e=this.parentNode;e&&e.removeChild(this)}function p8(){return this.each(h8)}function v8(){var e=this.cloneNode(!1),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function g8(){var e=this.cloneNode(!0),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function m8(e){return this.select(e?g8:v8)}function y8(e){return arguments.length?this.property("__data__",e):this.node().__data__}function b8(e){return function(t){e.call(this,t,this.__data__)}}function x8(e){return e.trim().split(/^|\s+/).map(function(t){var r="",n=t.indexOf(".");return n>=0&&(r=t.slice(n+1),t=t.slice(0,n)),{type:t,name:r}})}function w8(e){return function(){var t=this.__on;if(t){for(var r=0,n=-1,i=t.length,o;r<i;++r)o=t[r],(!e.type||o.type===e.type)&&o.name===e.name?this.removeEventListener(o.type,o.listener,o.options):t[++n]=o;++n?t.length=n:delete this.__on}}}function _8(e,t,r){return function(){var n=this.__on,i,o=b8(t);if(n){for(var a=0,u=n.length;a<u;++a)if((i=n[a]).type===e.type&&i.name===e.name){this.removeEventListener(i.type,i.listener,i.options),this.addEventListener(i.type,i.listener=o,i.options=r),i.value=t;return}}this.addEventListener(e.type,o,r),i={type:e.type,name:e.name,value:t,listener:o,options:r},n?n.push(i):this.__on=[i]}}function E8(e,t,r){var n=x8(e+""),i,o=n.length,a;if(arguments.length<2){var u=this.node().__on;if(u){for(var l=0,d=u.length,f;l<d;++l)for(i=0,f=u[l];i<o;++i)if((a=n[i]).type===f.type&&a.name===f.name)return f.value}return}for(u=t?_8:w8,i=0;i<o;++i)this.each(u(n[i],t,r));return this}function Kj(e,t,r){var n=Hj(e),i=n.CustomEvent;typeof i=="function"?i=new i(t,r):(i=n.document.createEvent("Event"),r?(i.initEvent(t,r.bubbles,r.cancelable),i.detail=r.detail):i.initEvent(t,!1,!1)),e.dispatchEvent(i)}function S8(e,t){return function(){return Kj(this,e,t)}}function O8(e,t){return function(){return Kj(this,e,t.apply(this,arguments))}}function C8(e,t){return this.each((typeof t=="function"?O8:S8)(e,t))}function*R8(){for(var e=this._groups,t=0,r=e.length;t<r;++t)for(var n=e[t],i=0,o=n.length,a;i<o;++i)(a=n[i])&&(yield a)}var Yj=[null];function lr(e,t){this._groups=e,this._parents=t}function ts(){return new lr([[document.documentElement]],Yj)}function I8(){return this}lr.prototype=ts.prototype={constructor:lr,select:e6,selectAll:i6,selectChild:u6,selectChildren:d6,filter:h6,data:b6,enter:p6,exit:w6,join:_6,merge:E6,selection:I8,order:S6,sort:O6,call:R6,nodes:I6,node:P6,size:N6,empty:T6,each:A6,attr:B6,style:H6,property:G6,classed:Z6,text:t8,html:o8,raise:s8,lower:l8,append:c8,insert:d8,remove:p8,clone:m8,datum:y8,on:E8,dispatch:C8,[Symbol.iterator]:R8};function qr(e){return typeof e=="string"?new lr([[document.querySelector(e)]],[document.documentElement]):new lr([[e]],Yj)}function P8(e){let t;for(;t=e.sourceEvent;)e=t;return e}function Zr(e,t){if(e=P8(e),t===void 0&&(t=e.currentTarget),t){var r=t.ownerSVGElement||t;if(r.createSVGPoint){var n=r.createSVGPoint();return n.x=e.clientX,n.y=e.clientY,n=n.matrixTransform(t.getScreenCTM().inverse()),[n.x,n.y]}if(t.getBoundingClientRect){var i=t.getBoundingClientRect();return[e.clientX-i.left-t.clientLeft,e.clientY-i.top-t.clientTop]}}return[e.pageX,e.pageY]}const N8={passive:!1},Fa={capture:!0,passive:!1};function ym(e){e.stopImmediatePropagation()}function co(e){e.preventDefault(),e.stopImmediatePropagation()}function Xj(e){var t=e.document.documentElement,r=qr(e).on("dragstart.drag",co,Fa);"onselectstart"in t?r.on("selectstart.drag",co,Fa):(t.__noselect=t.style.MozUserSelect,t.style.MozUserSelect="none")}function Zj(e,t){var r=e.document.documentElement,n=qr(e).on("dragstart.drag",null);t&&(n.on("click.drag",co,Fa),setTimeout(function(){n.on("click.drag",null)},0)),"onselectstart"in r?n.on("selectstart.drag",null):(r.style.MozUserSelect=r.__noselect,delete r.__noselect)}const su=e=>()=>e;function jb(e,{sourceEvent:t,subject:r,target:n,identifier:i,active:o,x:a,y:u,dx:l,dy:d,dispatch:f}){Object.defineProperties(this,{type:{value:e,enumerable:!0,configurable:!0},sourceEvent:{value:t,enumerable:!0,configurable:!0},subject:{value:r,enumerable:!0,configurable:!0},target:{value:n,enumerable:!0,configurable:!0},identifier:{value:i,enumerable:!0,configurable:!0},active:{value:o,enumerable:!0,configurable:!0},x:{value:a,enumerable:!0,configurable:!0},y:{value:u,enumerable:!0,configurable:!0},dx:{value:l,enumerable:!0,configurable:!0},dy:{value:d,enumerable:!0,configurable:!0},_:{value:f}})}jb.prototype.on=function(){var e=this._.on.apply(this._,arguments);return e===this._?this:e};function T8(e){return!e.ctrlKey&&!e.button}function A8(){return this.parentNode}function M8(e,t){return t??{x:e.x,y:e.y}}function D8(){return navigator.maxTouchPoints||"ontouchstart"in this}function j8(){var e=T8,t=A8,r=M8,n=D8,i={},o=Ll("start","drag","end"),a=0,u,l,d,f,h=0;function p(_){_.on("mousedown.drag",v).filter(n).on("touchstart.drag",x).on("touchmove.drag",b,N8).on("touchend.drag touchcancel.drag",w).style("touch-action","none").style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function v(_,S){if(!(f||!e.call(this,_,S))){var R=E(this,t.call(this,_,S),_,S,"mouse");R&&(qr(_.view).on("mousemove.drag",m,Fa).on("mouseup.drag",y,Fa),Xj(_.view),ym(_),d=!1,u=_.clientX,l=_.clientY,R("start",_))}}function m(_){if(co(_),!d){var S=_.clientX-u,R=_.clientY-l;d=S*S+R*R>h}i.mouse("drag",_)}function y(_){qr(_.view).on("mousemove.drag mouseup.drag",null),Zj(_.view,d),co(_),i.mouse("end",_)}function x(_,S){if(e.call(this,_,S)){var R=_.changedTouches,I=t.call(this,_,S),P=R.length,A,k;for(A=0;A<P;++A)(k=E(this,I,_,S,R[A].identifier,R[A]))&&(ym(_),k("start",_,R[A]))}}function b(_){var S=_.changedTouches,R=S.length,I,P;for(I=0;I<R;++I)(P=i[S[I].identifier])&&(co(_),P("drag",_,S[I]))}function w(_){var S=_.changedTouches,R=S.length,I,P;for(f&&clearTimeout(f),f=setTimeout(function(){f=null},500),I=0;I<R;++I)(P=i[S[I].identifier])&&(ym(_),P("end",_,S[I]))}function E(_,S,R,I,P,A){var k=o.copy(),L=Zr(A||R,S),$,j,D;if((D=r.call(_,new jb("beforestart",{sourceEvent:R,target:p,identifier:P,active:a,x:L[0],y:L[1],dx:0,dy:0,dispatch:k}),I))!=null)return $=D.x-L[0]||0,j=D.y-L[1]||0,function G(B,Y,Z){var te=L,U;switch(B){case"start":i[P]=G,U=a++;break;case"end":delete i[P],--a;case"drag":L=Zr(Z||Y,S),U=a;break}k.call(B,_,new jb(B,{sourceEvent:Y,subject:D,target:p,identifier:P,active:U,x:L[0]+$,y:L[1]+j,dx:L[0]-te[0],dy:L[1]-te[1],dispatch:k}),I)}}return p.filter=function(_){return arguments.length?(e=typeof _=="function"?_:su(!!_),p):e},p.container=function(_){return arguments.length?(t=typeof _=="function"?_:su(_),p):t},p.subject=function(_){return arguments.length?(r=typeof _=="function"?_:su(_),p):r},p.touchable=function(_){return arguments.length?(n=typeof _=="function"?_:su(!!_),p):n},p.on=function(){var _=o.on.apply(o,arguments);return _===o?p:_},p.clickDistance=function(_){return arguments.length?(h=(_=+_)*_,p):Math.sqrt(h)},p}function Mx(e,t,r){e.prototype=t.prototype=r,r.constructor=e}function Jj(e,t){var r=Object.create(e.prototype);for(var n in t)r[n]=t[n];return r}function rs(){}var $a=.7,Vu=1/$a,fo="\\s*([+-]?\\d+)\\s*",za="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",tn="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",q8=/^#([0-9a-f]{3,8})$/,k8=new RegExp(`^rgb\\(${fo},${fo},${fo}\\)$`),L8=new RegExp(`^rgb\\(${tn},${tn},${tn}\\)$`),B8=new RegExp(`^rgba\\(${fo},${fo},${fo},${za}\\)$`),F8=new RegExp(`^rgba\\(${tn},${tn},${tn},${za}\\)$`),$8=new RegExp(`^hsl\\(${za},${tn},${tn}\\)$`),z8=new RegExp(`^hsla\\(${za},${tn},${tn},${za}\\)$`),TI={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};Mx(rs,Ha,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:AI,formatHex:AI,formatHex8:H8,formatHsl:V8,formatRgb:MI,toString:MI});function AI(){return this.rgb().formatHex()}function H8(){return this.rgb().formatHex8()}function V8(){return Qj(this).formatHsl()}function MI(){return this.rgb().formatRgb()}function Ha(e){var t,r;return e=(e+"").trim().toLowerCase(),(t=q8.exec(e))?(r=t[1].length,t=parseInt(t[1],16),r===6?DI(t):r===3?new Wt(t>>8&15|t>>4&240,t>>4&15|t&240,(t&15)<<4|t&15,1):r===8?uu(t>>24&255,t>>16&255,t>>8&255,(t&255)/255):r===4?uu(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|t&240,((t&15)<<4|t&15)/255):null):(t=k8.exec(e))?new Wt(t[1],t[2],t[3],1):(t=L8.exec(e))?new Wt(t[1]*255/100,t[2]*255/100,t[3]*255/100,1):(t=B8.exec(e))?uu(t[1],t[2],t[3],t[4]):(t=F8.exec(e))?uu(t[1]*255/100,t[2]*255/100,t[3]*255/100,t[4]):(t=$8.exec(e))?kI(t[1],t[2]/100,t[3]/100,1):(t=z8.exec(e))?kI(t[1],t[2]/100,t[3]/100,t[4]):TI.hasOwnProperty(e)?DI(TI[e]):e==="transparent"?new Wt(NaN,NaN,NaN,0):null}function DI(e){return new Wt(e>>16&255,e>>8&255,e&255,1)}function uu(e,t,r,n){return n<=0&&(e=t=r=NaN),new Wt(e,t,r,n)}function U8(e){return e instanceof rs||(e=Ha(e)),e?(e=e.rgb(),new Wt(e.r,e.g,e.b,e.opacity)):new Wt}function qb(e,t,r,n){return arguments.length===1?U8(e):new Wt(e,t,r,n??1)}function Wt(e,t,r,n){this.r=+e,this.g=+t,this.b=+r,this.opacity=+n}Mx(Wt,qb,Jj(rs,{brighter(e){return e=e==null?Vu:Math.pow(Vu,e),new Wt(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=e==null?$a:Math.pow($a,e),new Wt(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new Wt(pi(this.r),pi(this.g),pi(this.b),Uu(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:jI,formatHex:jI,formatHex8:W8,formatRgb:qI,toString:qI}));function jI(){return`#${di(this.r)}${di(this.g)}${di(this.b)}`}function W8(){return`#${di(this.r)}${di(this.g)}${di(this.b)}${di((isNaN(this.opacity)?1:this.opacity)*255)}`}function qI(){const e=Uu(this.opacity);return`${e===1?"rgb(":"rgba("}${pi(this.r)}, ${pi(this.g)}, ${pi(this.b)}${e===1?")":`, ${e})`}`}function Uu(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function pi(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function di(e){return e=pi(e),(e<16?"0":"")+e.toString(16)}function kI(e,t,r,n){return n<=0?e=t=r=NaN:r<=0||r>=1?e=t=NaN:t<=0&&(e=NaN),new kr(e,t,r,n)}function Qj(e){if(e instanceof kr)return new kr(e.h,e.s,e.l,e.opacity);if(e instanceof rs||(e=Ha(e)),!e)return new kr;if(e instanceof kr)return e;e=e.rgb();var t=e.r/255,r=e.g/255,n=e.b/255,i=Math.min(t,r,n),o=Math.max(t,r,n),a=NaN,u=o-i,l=(o+i)/2;return u?(t===o?a=(r-n)/u+(r<n)*6:r===o?a=(n-t)/u+2:a=(t-r)/u+4,u/=l<.5?o+i:2-o-i,a*=60):u=l>0&&l<1?0:a,new kr(a,u,l,e.opacity)}function G8(e,t,r,n){return arguments.length===1?Qj(e):new kr(e,t,r,n??1)}function kr(e,t,r,n){this.h=+e,this.s=+t,this.l=+r,this.opacity=+n}Mx(kr,G8,Jj(rs,{brighter(e){return e=e==null?Vu:Math.pow(Vu,e),new kr(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=e==null?$a:Math.pow($a,e),new kr(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+(this.h<0)*360,t=isNaN(e)||isNaN(this.s)?0:this.s,r=this.l,n=r+(r<.5?r:1-r)*t,i=2*r-n;return new Wt(bm(e>=240?e-240:e+120,i,n),bm(e,i,n),bm(e<120?e+240:e-120,i,n),this.opacity)},clamp(){return new kr(LI(this.h),lu(this.s),lu(this.l),Uu(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(){const e=Uu(this.opacity);return`${e===1?"hsl(":"hsla("}${LI(this.h)}, ${lu(this.s)*100}%, ${lu(this.l)*100}%${e===1?")":`, ${e})`}`}}));function LI(e){return e=(e||0)%360,e<0?e+360:e}function lu(e){return Math.max(0,Math.min(1,e||0))}function bm(e,t,r){return(e<60?t+(r-t)*e/60:e<180?r:e<240?t+(r-t)*(240-e)/60:t)*255}const e2=e=>()=>e;function K8(e,t){return function(r){return e+r*t}}function Y8(e,t,r){return e=Math.pow(e,r),t=Math.pow(t,r)-e,r=1/r,function(n){return Math.pow(e+n*t,r)}}function X8(e){return(e=+e)==1?t2:function(t,r){return r-t?Y8(t,r,e):e2(isNaN(t)?r:t)}}function t2(e,t){var r=t-e;return r?K8(e,r):e2(isNaN(e)?t:e)}const BI=(function e(t){var r=X8(t);function n(i,o){var a=r((i=qb(i)).r,(o=qb(o)).r),u=r(i.g,o.g),l=r(i.b,o.b),d=t2(i.opacity,o.opacity);return function(f){return i.r=a(f),i.g=u(f),i.b=l(f),i.opacity=d(f),i+""}}return n.gamma=e,n})(1);function Bn(e,t){return e=+e,t=+t,function(r){return e*(1-r)+t*r}}var kb=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,xm=new RegExp(kb.source,"g");function Z8(e){return function(){return e}}function J8(e){return function(t){return e(t)+""}}function Q8(e,t){var r=kb.lastIndex=xm.lastIndex=0,n,i,o,a=-1,u=[],l=[];for(e=e+"",t=t+"";(n=kb.exec(e))&&(i=xm.exec(t));)(o=i.index)>r&&(o=t.slice(r,o),u[a]?u[a]+=o:u[++a]=o),(n=n[0])===(i=i[0])?u[a]?u[a]+=i:u[++a]=i:(u[++a]=null,l.push({i:a,x:Bn(n,i)})),r=xm.lastIndex;return r<t.length&&(o=t.slice(r),u[a]?u[a]+=o:u[++a]=o),u.length<2?l[0]?J8(l[0].x):Z8(t):(t=l.length,function(d){for(var f=0,h;f<t;++f)u[(h=l[f]).i]=h.x(d);return u.join("")})}var FI=180/Math.PI,Lb={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function r2(e,t,r,n,i,o){var a,u,l;return(a=Math.sqrt(e*e+t*t))&&(e/=a,t/=a),(l=e*r+t*n)&&(r-=e*l,n-=t*l),(u=Math.sqrt(r*r+n*n))&&(r/=u,n/=u,l/=u),e*n<t*r&&(e=-e,t=-t,l=-l,a=-a),{translateX:i,translateY:o,rotate:Math.atan2(t,e)*FI,skewX:Math.atan(l)*FI,scaleX:a,scaleY:u}}var cu;function eG(e){const t=new(typeof DOMMatrix=="function"?DOMMatrix:WebKitCSSMatrix)(e+"");return t.isIdentity?Lb:r2(t.a,t.b,t.c,t.d,t.e,t.f)}function tG(e){return e==null||(cu||(cu=document.createElementNS("http://www.w3.org/2000/svg","g")),cu.setAttribute("transform",e),!(e=cu.transform.baseVal.consolidate()))?Lb:(e=e.matrix,r2(e.a,e.b,e.c,e.d,e.e,e.f))}function n2(e,t,r,n){function i(d){return d.length?d.pop()+" ":""}function o(d,f,h,p,v,m){if(d!==h||f!==p){var y=v.push("translate(",null,t,null,r);m.push({i:y-4,x:Bn(d,h)},{i:y-2,x:Bn(f,p)})}else(h||p)&&v.push("translate("+h+t+p+r)}function a(d,f,h,p){d!==f?(d-f>180?f+=360:f-d>180&&(d+=360),p.push({i:h.push(i(h)+"rotate(",null,n)-2,x:Bn(d,f)})):f&&h.push(i(h)+"rotate("+f+n)}function u(d,f,h,p){d!==f?p.push({i:h.push(i(h)+"skewX(",null,n)-2,x:Bn(d,f)}):f&&h.push(i(h)+"skewX("+f+n)}function l(d,f,h,p,v,m){if(d!==h||f!==p){var y=v.push(i(v)+"scale(",null,",",null,")");m.push({i:y-4,x:Bn(d,h)},{i:y-2,x:Bn(f,p)})}else(h!==1||p!==1)&&v.push(i(v)+"scale("+h+","+p+")")}return function(d,f){var h=[],p=[];return d=e(d),f=e(f),o(d.translateX,d.translateY,f.translateX,f.translateY,h,p),a(d.rotate,f.rotate,h,p),u(d.skewX,f.skewX,h,p),l(d.scaleX,d.scaleY,f.scaleX,f.scaleY,h,p),d=f=null,function(v){for(var m=-1,y=p.length,x;++m<y;)h[(x=p[m]).i]=x.x(v);return h.join("")}}}var rG=n2(eG,"px, ","px)","deg)"),nG=n2(tG,", ",")",")"),iG=1e-12;function $I(e){return((e=Math.exp(e))+1/e)/2}function oG(e){return((e=Math.exp(e))-1/e)/2}function aG(e){return((e=Math.exp(2*e))-1)/(e+1)}const sG=(function e(t,r,n){function i(o,a){var u=o[0],l=o[1],d=o[2],f=a[0],h=a[1],p=a[2],v=f-u,m=h-l,y=v*v+m*m,x,b;if(y<iG)b=Math.log(p/d)/t,x=function(I){return[u+I*v,l+I*m,d*Math.exp(t*I*b)]};else{var w=Math.sqrt(y),E=(p*p-d*d+n*y)/(2*d*r*w),_=(p*p-d*d-n*y)/(2*p*r*w),S=Math.log(Math.sqrt(E*E+1)-E),R=Math.log(Math.sqrt(_*_+1)-_);b=(R-S)/t,x=function(I){var P=I*b,A=$I(S),k=d/(r*w)*(A*aG(t*P+S)-oG(S));return[u+k*v,l+k*m,d*A/$I(t*P+S)]}}return x.duration=b*1e3*t/Math.SQRT2,x}return i.rho=function(o){var a=Math.max(.001,+o),u=a*a,l=u*u;return e(a,u,l)},i})(Math.SQRT2,2,4);var Eo=0,Pa=0,aa=0,i2=1e3,Wu,Na,Gu=0,xi=0,Fl=0,Va=typeof performance=="object"&&performance.now?performance:Date,o2=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)};function Dx(){return xi||(o2(uG),xi=Va.now()+Fl)}function uG(){xi=0}function Ku(){this._call=this._time=this._next=null}Ku.prototype=a2.prototype={constructor:Ku,restart:function(e,t,r){if(typeof e!="function")throw new TypeError("callback is not a function");r=(r==null?Dx():+r)+(t==null?0:+t),!this._next&&Na!==this&&(Na?Na._next=this:Wu=this,Na=this),this._call=e,this._time=r,Bb()},stop:function(){this._call&&(this._call=null,this._time=1/0,Bb())}};function a2(e,t,r){var n=new Ku;return n.restart(e,t,r),n}function lG(){Dx(),++Eo;for(var e=Wu,t;e;)(t=xi-e._time)>=0&&e._call.call(void 0,t),e=e._next;--Eo}function zI(){xi=(Gu=Va.now())+Fl,Eo=Pa=0;try{lG()}finally{Eo=0,fG(),xi=0}}function cG(){var e=Va.now(),t=e-Gu;t>i2&&(Fl-=t,Gu=e)}function fG(){for(var e,t=Wu,r,n=1/0;t;)t._call?(n>t._time&&(n=t._time),e=t,t=t._next):(r=t._next,t._next=null,t=e?e._next=r:Wu=r);Na=e,Bb(n)}function Bb(e){if(!Eo){Pa&&(Pa=clearTimeout(Pa));var t=e-xi;t>24?(e<1/0&&(Pa=setTimeout(zI,e-Va.now()-Fl)),aa&&(aa=clearInterval(aa))):(aa||(Gu=Va.now(),aa=setInterval(cG,i2)),Eo=1,o2(zI))}}function HI(e,t,r){var n=new Ku;return t=t==null?0:+t,n.restart(i=>{n.stop(),e(i+t)},t,r),n}var dG=Ll("start","end","cancel","interrupt"),hG=[],s2=0,VI=1,Fb=2,Mu=3,UI=4,$b=5,Du=6;function $l(e,t,r,n,i,o){var a=e.__transition;if(!a)e.__transition={};else if(r in a)return;pG(e,r,{name:t,index:n,group:i,on:dG,tween:hG,time:o.time,delay:o.delay,duration:o.duration,ease:o.ease,timer:null,state:s2})}function jx(e,t){var r=Vr(e,t);if(r.state>s2)throw new Error("too late; already scheduled");return r}function an(e,t){var r=Vr(e,t);if(r.state>Mu)throw new Error("too late; already running");return r}function Vr(e,t){var r=e.__transition;if(!r||!(r=r[t]))throw new Error("transition not found");return r}function pG(e,t,r){var n=e.__transition,i;n[t]=r,r.timer=a2(o,0,r.time);function o(d){r.state=VI,r.timer.restart(a,r.delay,r.time),r.delay<=d&&a(d-r.delay)}function a(d){var f,h,p,v;if(r.state!==VI)return l();for(f in n)if(v=n[f],v.name===r.name){if(v.state===Mu)return HI(a);v.state===UI?(v.state=Du,v.timer.stop(),v.on.call("interrupt",e,e.__data__,v.index,v.group),delete n[f]):+f<t&&(v.state=Du,v.timer.stop(),v.on.call("cancel",e,e.__data__,v.index,v.group),delete n[f])}if(HI(function(){r.state===Mu&&(r.state=UI,r.timer.restart(u,r.delay,r.time),u(d))}),r.state=Fb,r.on.call("start",e,e.__data__,r.index,r.group),r.state===Fb){for(r.state=Mu,i=new Array(p=r.tween.length),f=0,h=-1;f<p;++f)(v=r.tween[f].value.call(e,e.__data__,r.index,r.group))&&(i[++h]=v);i.length=h+1}}function u(d){for(var f=d<r.duration?r.ease.call(null,d/r.duration):(r.timer.restart(l),r.state=$b,1),h=-1,p=i.length;++h<p;)i[h].call(e,f);r.state===$b&&(r.on.call("end",e,e.__data__,r.index,r.group),l())}function l(){r.state=Du,r.timer.stop(),delete n[t];for(var d in n)return;delete e.__transition}}function ju(e,t){var r=e.__transition,n,i,o=!0,a;if(r){t=t==null?null:t+"";for(a in r){if((n=r[a]).name!==t){o=!1;continue}i=n.state>Fb&&n.state<$b,n.state=Du,n.timer.stop(),n.on.call(i?"interrupt":"cancel",e,e.__data__,n.index,n.group),delete r[a]}o&&delete e.__transition}}function vG(e){return this.each(function(){ju(this,e)})}function gG(e,t){var r,n;return function(){var i=an(this,e),o=i.tween;if(o!==r){n=r=o;for(var a=0,u=n.length;a<u;++a)if(n[a].name===t){n=n.slice(),n.splice(a,1);break}}i.tween=n}}function mG(e,t,r){var n,i;if(typeof r!="function")throw new Error;return function(){var o=an(this,e),a=o.tween;if(a!==n){i=(n=a).slice();for(var u={name:t,value:r},l=0,d=i.length;l<d;++l)if(i[l].name===t){i[l]=u;break}l===d&&i.push(u)}o.tween=i}}function yG(e,t){var r=this._id;if(e+="",arguments.length<2){for(var n=Vr(this.node(),r).tween,i=0,o=n.length,a;i<o;++i)if((a=n[i]).name===e)return a.value;return null}return this.each((t==null?gG:mG)(r,e,t))}function qx(e,t,r){var n=e._id;return e.each(function(){var i=an(this,n);(i.value||(i.value={}))[t]=r.apply(this,arguments)}),function(i){return Vr(i,n).value[t]}}function u2(e,t){var r;return(typeof t=="number"?Bn:t instanceof Ha?BI:(r=Ha(t))?(t=r,BI):Q8)(e,t)}function bG(e){return function(){this.removeAttribute(e)}}function xG(e){return function(){this.removeAttributeNS(e.space,e.local)}}function wG(e,t,r){var n,i=r+"",o;return function(){var a=this.getAttribute(e);return a===i?null:a===n?o:o=t(n=a,r)}}function _G(e,t,r){var n,i=r+"",o;return function(){var a=this.getAttributeNS(e.space,e.local);return a===i?null:a===n?o:o=t(n=a,r)}}function EG(e,t,r){var n,i,o;return function(){var a,u=r(this),l;return u==null?void this.removeAttribute(e):(a=this.getAttribute(e),l=u+"",a===l?null:a===n&&l===i?o:(i=l,o=t(n=a,u)))}}function SG(e,t,r){var n,i,o;return function(){var a,u=r(this),l;return u==null?void this.removeAttributeNS(e.space,e.local):(a=this.getAttributeNS(e.space,e.local),l=u+"",a===l?null:a===n&&l===i?o:(i=l,o=t(n=a,u)))}}function OG(e,t){var r=Bl(e),n=r==="transform"?nG:u2;return this.attrTween(e,typeof t=="function"?(r.local?SG:EG)(r,n,qx(this,"attr."+e,t)):t==null?(r.local?xG:bG)(r):(r.local?_G:wG)(r,n,t))}function CG(e,t){return function(r){this.setAttribute(e,t.call(this,r))}}function RG(e,t){return function(r){this.setAttributeNS(e.space,e.local,t.call(this,r))}}function IG(e,t){var r,n;function i(){var o=t.apply(this,arguments);return o!==n&&(r=(n=o)&&RG(e,o)),r}return i._value=t,i}function PG(e,t){var r,n;function i(){var o=t.apply(this,arguments);return o!==n&&(r=(n=o)&&CG(e,o)),r}return i._value=t,i}function NG(e,t){var r="attr."+e;if(arguments.length<2)return(r=this.tween(r))&&r._value;if(t==null)return this.tween(r,null);if(typeof t!="function")throw new Error;var n=Bl(e);return this.tween(r,(n.local?IG:PG)(n,t))}function TG(e,t){return function(){jx(this,e).delay=+t.apply(this,arguments)}}function AG(e,t){return t=+t,function(){jx(this,e).delay=t}}function MG(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?TG:AG)(t,e)):Vr(this.node(),t).delay}function DG(e,t){return function(){an(this,e).duration=+t.apply(this,arguments)}}function jG(e,t){return t=+t,function(){an(this,e).duration=t}}function qG(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?DG:jG)(t,e)):Vr(this.node(),t).duration}function kG(e,t){if(typeof t!="function")throw new Error;return function(){an(this,e).ease=t}}function LG(e){var t=this._id;return arguments.length?this.each(kG(t,e)):Vr(this.node(),t).ease}function BG(e,t){return function(){var r=t.apply(this,arguments);if(typeof r!="function")throw new Error;an(this,e).ease=r}}function FG(e){if(typeof e!="function")throw new Error;return this.each(BG(this._id,e))}function $G(e){typeof e!="function"&&(e=Fj(e));for(var t=this._groups,r=t.length,n=new Array(r),i=0;i<r;++i)for(var o=t[i],a=o.length,u=n[i]=[],l,d=0;d<a;++d)(l=o[d])&&e.call(l,l.__data__,d,o)&&u.push(l);return new xn(n,this._parents,this._name,this._id)}function zG(e){if(e._id!==this._id)throw new Error;for(var t=this._groups,r=e._groups,n=t.length,i=r.length,o=Math.min(n,i),a=new Array(n),u=0;u<o;++u)for(var l=t[u],d=r[u],f=l.length,h=a[u]=new Array(f),p,v=0;v<f;++v)(p=l[v]||d[v])&&(h[v]=p);for(;u<n;++u)a[u]=t[u];return new xn(a,this._parents,this._name,this._id)}function HG(e){return(e+"").trim().split(/^|\s+/).every(function(t){var r=t.indexOf(".");return r>=0&&(t=t.slice(0,r)),!t||t==="start"})}function VG(e,t,r){var n,i,o=HG(t)?jx:an;return function(){var a=o(this,e),u=a.on;u!==n&&(i=(n=u).copy()).on(t,r),a.on=i}}function UG(e,t){var r=this._id;return arguments.length<2?Vr(this.node(),r).on.on(e):this.each(VG(r,e,t))}function WG(e){return function(){var t=this.parentNode;for(var r in this.__transition)if(+r!==e)return;t&&t.removeChild(this)}}function GG(){return this.on("end.remove",WG(this._id))}function KG(e){var t=this._name,r=this._id;typeof e!="function"&&(e=Tx(e));for(var n=this._groups,i=n.length,o=new Array(i),a=0;a<i;++a)for(var u=n[a],l=u.length,d=o[a]=new Array(l),f,h,p=0;p<l;++p)(f=u[p])&&(h=e.call(f,f.__data__,p,u))&&("__data__"in f&&(h.__data__=f.__data__),d[p]=h,$l(d[p],t,r,p,d,Vr(f,r)));return new xn(o,this._parents,t,r)}function YG(e){var t=this._name,r=this._id;typeof e!="function"&&(e=Bj(e));for(var n=this._groups,i=n.length,o=[],a=[],u=0;u<i;++u)for(var l=n[u],d=l.length,f,h=0;h<d;++h)if(f=l[h]){for(var p=e.call(f,f.__data__,h,l),v,m=Vr(f,r),y=0,x=p.length;y<x;++y)(v=p[y])&&$l(v,t,r,y,p,m);o.push(p),a.push(f)}return new xn(o,a,t,r)}var XG=ts.prototype.constructor;function ZG(){return new XG(this._groups,this._parents)}function JG(e,t){var r,n,i;return function(){var o=_o(this,e),a=(this.style.removeProperty(e),_o(this,e));return o===a?null:o===r&&a===n?i:i=t(r=o,n=a)}}function l2(e){return function(){this.style.removeProperty(e)}}function QG(e,t,r){var n,i=r+"",o;return function(){var a=_o(this,e);return a===i?null:a===n?o:o=t(n=a,r)}}function eK(e,t,r){var n,i,o;return function(){var a=_o(this,e),u=r(this),l=u+"";return u==null&&(l=u=(this.style.removeProperty(e),_o(this,e))),a===l?null:a===n&&l===i?o:(i=l,o=t(n=a,u))}}function tK(e,t){var r,n,i,o="style."+t,a="end."+o,u;return function(){var l=an(this,e),d=l.on,f=l.value[o]==null?u||(u=l2(t)):void 0;(d!==r||i!==f)&&(n=(r=d).copy()).on(a,i=f),l.on=n}}function rK(e,t,r){var n=(e+="")=="transform"?rG:u2;return t==null?this.styleTween(e,JG(e,n)).on("end.style."+e,l2(e)):typeof t=="function"?this.styleTween(e,eK(e,n,qx(this,"style."+e,t))).each(tK(this._id,e)):this.styleTween(e,QG(e,n,t),r).on("end.style."+e,null)}function nK(e,t,r){return function(n){this.style.setProperty(e,t.call(this,n),r)}}function iK(e,t,r){var n,i;function o(){var a=t.apply(this,arguments);return a!==i&&(n=(i=a)&&nK(e,a,r)),n}return o._value=t,o}function oK(e,t,r){var n="style."+(e+="");if(arguments.length<2)return(n=this.tween(n))&&n._value;if(t==null)return this.tween(n,null);if(typeof t!="function")throw new Error;return this.tween(n,iK(e,t,r??""))}function aK(e){return function(){this.textContent=e}}function sK(e){return function(){var t=e(this);this.textContent=t??""}}function uK(e){return this.tween("text",typeof e=="function"?sK(qx(this,"text",e)):aK(e==null?"":e+""))}function lK(e){return function(t){this.textContent=e.call(this,t)}}function cK(e){var t,r;function n(){var i=e.apply(this,arguments);return i!==r&&(t=(r=i)&&lK(i)),t}return n._value=e,n}function fK(e){var t="text";if(arguments.length<1)return(t=this.tween(t))&&t._value;if(e==null)return this.tween(t,null);if(typeof e!="function")throw new Error;return this.tween(t,cK(e))}function dK(){for(var e=this._name,t=this._id,r=c2(),n=this._groups,i=n.length,o=0;o<i;++o)for(var a=n[o],u=a.length,l,d=0;d<u;++d)if(l=a[d]){var f=Vr(l,t);$l(l,e,r,d,a,{time:f.time+f.delay+f.duration,delay:0,duration:f.duration,ease:f.ease})}return new xn(n,this._parents,e,r)}function hK(){var e,t,r=this,n=r._id,i=r.size();return new Promise(function(o,a){var u={value:a},l={value:function(){--i===0&&o()}};r.each(function(){var d=an(this,n),f=d.on;f!==e&&(t=(e=f).copy(),t._.cancel.push(u),t._.interrupt.push(u),t._.end.push(l)),d.on=t}),i===0&&o()})}var pK=0;function xn(e,t,r,n){this._groups=e,this._parents=t,this._name=r,this._id=n}function c2(){return++pK}var mn=ts.prototype;xn.prototype={constructor:xn,select:KG,selectAll:YG,selectChild:mn.selectChild,selectChildren:mn.selectChildren,filter:$G,merge:zG,selection:ZG,transition:dK,call:mn.call,nodes:mn.nodes,node:mn.node,size:mn.size,empty:mn.empty,each:mn.each,on:UG,attr:OG,attrTween:NG,style:rK,styleTween:oK,text:uK,textTween:fK,remove:GG,tween:yG,delay:MG,duration:qG,ease:LG,easeVarying:FG,end:hK,[Symbol.iterator]:mn[Symbol.iterator]};function vK(e){return((e*=2)<=1?e*e*e:(e-=2)*e*e+2)/2}var gK={time:null,delay:0,duration:250,ease:vK};function mK(e,t){for(var r;!(r=e.__transition)||!(r=r[t]);)if(!(e=e.parentNode))throw new Error(`transition ${t} not found`);return r}function yK(e){var t,r;e instanceof xn?(t=e._id,e=e._name):(t=c2(),(r=gK).time=Dx(),e=e==null?null:e+"");for(var n=this._groups,i=n.length,o=0;o<i;++o)for(var a=n[o],u=a.length,l,d=0;d<u;++d)(l=a[d])&&$l(l,e,t,d,a,r||mK(l,t));return new xn(n,this._parents,e,t)}ts.prototype.interrupt=vG;ts.prototype.transition=yK;const fu=e=>()=>e;function bK(e,{sourceEvent:t,target:r,transform:n,dispatch:i}){Object.defineProperties(this,{type:{value:e,enumerable:!0,configurable:!0},sourceEvent:{value:t,enumerable:!0,configurable:!0},target:{value:r,enumerable:!0,configurable:!0},transform:{value:n,enumerable:!0,configurable:!0},_:{value:i}})}function yn(e,t,r){this.k=e,this.x=t,this.y=r}yn.prototype={constructor:yn,scale:function(e){return e===1?this:new yn(this.k*e,this.x,this.y)},translate:function(e,t){return e===0&t===0?this:new yn(this.k,this.x+this.k*e,this.y+this.k*t)},apply:function(e){return[e[0]*this.k+this.x,e[1]*this.k+this.y]},applyX:function(e){return e*this.k+this.x},applyY:function(e){return e*this.k+this.y},invert:function(e){return[(e[0]-this.x)/this.k,(e[1]-this.y)/this.k]},invertX:function(e){return(e-this.x)/this.k},invertY:function(e){return(e-this.y)/this.k},rescaleX:function(e){return e.copy().domain(e.range().map(this.invertX,this).map(e.invert,e))},rescaleY:function(e){return e.copy().domain(e.range().map(this.invertY,this).map(e.invert,e))},toString:function(){return"translate("+this.x+","+this.y+") scale("+this.k+")"}};var vi=new yn(1,0,0);yn.prototype;function wm(e){e.stopImmediatePropagation()}function sa(e){e.preventDefault(),e.stopImmediatePropagation()}function xK(e){return(!e.ctrlKey||e.type==="wheel")&&!e.button}function wK(){var e=this;return e instanceof SVGElement?(e=e.ownerSVGElement||e,e.hasAttribute("viewBox")?(e=e.viewBox.baseVal,[[e.x,e.y],[e.x+e.width,e.y+e.height]]):[[0,0],[e.width.baseVal.value,e.height.baseVal.value]]):[[0,0],[e.clientWidth,e.clientHeight]]}function WI(){return this.__zoom||vi}function _K(e){return-e.deltaY*(e.deltaMode===1?.05:e.deltaMode?1:.002)*(e.ctrlKey?10:1)}function EK(){return navigator.maxTouchPoints||"ontouchstart"in this}function SK(e,t,r){var n=e.invertX(t[0][0])-r[0][0],i=e.invertX(t[1][0])-r[1][0],o=e.invertY(t[0][1])-r[0][1],a=e.invertY(t[1][1])-r[1][1];return e.translate(i>n?(n+i)/2:Math.min(0,n)||Math.max(0,i),a>o?(o+a)/2:Math.min(0,o)||Math.max(0,a))}function OK(){var e=xK,t=wK,r=SK,n=_K,i=EK,o=[0,1/0],a=[[-1/0,-1/0],[1/0,1/0]],u=250,l=sG,d=Ll("start","zoom","end"),f,h,p,v=500,m=150,y=0,x=10;function b(D){D.property("__zoom",WI).on("wheel.zoom",P,{passive:!1}).on("mousedown.zoom",A).on("dblclick.zoom",k).filter(i).on("touchstart.zoom",L).on("touchmove.zoom",$).on("touchend.zoom touchcancel.zoom",j).style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}b.transform=function(D,G,B,Y){var Z=D.selection?D.selection():D;Z.property("__zoom",WI),D!==Z?S(D,G,B,Y):Z.interrupt().each(function(){R(this,arguments).event(Y).start().zoom(null,typeof G=="function"?G.apply(this,arguments):G).end()})},b.scaleBy=function(D,G,B,Y){b.scaleTo(D,function(){var Z=this.__zoom.k,te=typeof G=="function"?G.apply(this,arguments):G;return Z*te},B,Y)},b.scaleTo=function(D,G,B,Y){b.transform(D,function(){var Z=t.apply(this,arguments),te=this.__zoom,U=B==null?_(Z):typeof B=="function"?B.apply(this,arguments):B,re=te.invert(U),ae=typeof G=="function"?G.apply(this,arguments):G;return r(E(w(te,ae),U,re),Z,a)},B,Y)},b.translateBy=function(D,G,B,Y){b.transform(D,function(){return r(this.__zoom.translate(typeof G=="function"?G.apply(this,arguments):G,typeof B=="function"?B.apply(this,arguments):B),t.apply(this,arguments),a)},null,Y)},b.translateTo=function(D,G,B,Y,Z){b.transform(D,function(){var te=t.apply(this,arguments),U=this.__zoom,re=Y==null?_(te):typeof Y=="function"?Y.apply(this,arguments):Y;return r(vi.translate(re[0],re[1]).scale(U.k).translate(typeof G=="function"?-G.apply(this,arguments):-G,typeof B=="function"?-B.apply(this,arguments):-B),te,a)},Y,Z)};function w(D,G){return G=Math.max(o[0],Math.min(o[1],G)),G===D.k?D:new yn(G,D.x,D.y)}function E(D,G,B){var Y=G[0]-B[0]*D.k,Z=G[1]-B[1]*D.k;return Y===D.x&&Z===D.y?D:new yn(D.k,Y,Z)}function _(D){return[(+D[0][0]+ +D[1][0])/2,(+D[0][1]+ +D[1][1])/2]}function S(D,G,B,Y){D.on("start.zoom",function(){R(this,arguments).event(Y).start()}).on("interrupt.zoom end.zoom",function(){R(this,arguments).event(Y).end()}).tween("zoom",function(){var Z=this,te=arguments,U=R(Z,te).event(Y),re=t.apply(Z,te),ae=B==null?_(re):typeof B=="function"?B.apply(Z,te):B,le=Math.max(re[1][0]-re[0][0],re[1][1]-re[0][1]),F=Z.__zoom,W=typeof G=="function"?G.apply(Z,te):G,J=l(F.invert(ae).concat(le/F.k),W.invert(ae).concat(le/W.k));return function(H){if(H===1)H=W;else{var K=J(H),se=le/K[2];H=new yn(se,ae[0]-K[0]*se,ae[1]-K[1]*se)}U.zoom(null,H)}})}function R(D,G,B){return!B&&D.__zooming||new I(D,G)}function I(D,G){this.that=D,this.args=G,this.active=0,this.sourceEvent=null,this.extent=t.apply(D,G),this.taps=0}I.prototype={event:function(D){return D&&(this.sourceEvent=D),this},start:function(){return++this.active===1&&(this.that.__zooming=this,this.emit("start")),this},zoom:function(D,G){return this.mouse&&D!=="mouse"&&(this.mouse[1]=G.invert(this.mouse[0])),this.touch0&&D!=="touch"&&(this.touch0[1]=G.invert(this.touch0[0])),this.touch1&&D!=="touch"&&(this.touch1[1]=G.invert(this.touch1[0])),this.that.__zoom=G,this.emit("zoom"),this},end:function(){return--this.active===0&&(delete this.that.__zooming,this.emit("end")),this},emit:function(D){var G=qr(this.that).datum();d.call(D,this.that,new bK(D,{sourceEvent:this.sourceEvent,target:b,transform:this.that.__zoom,dispatch:d}),G)}};function P(D,...G){if(!e.apply(this,arguments))return;var B=R(this,G).event(D),Y=this.__zoom,Z=Math.max(o[0],Math.min(o[1],Y.k*Math.pow(2,n.apply(this,arguments)))),te=Zr(D);if(B.wheel)(B.mouse[0][0]!==te[0]||B.mouse[0][1]!==te[1])&&(B.mouse[1]=Y.invert(B.mouse[0]=te)),clearTimeout(B.wheel);else{if(Y.k===Z)return;B.mouse=[te,Y.invert(te)],ju(this),B.start()}sa(D),B.wheel=setTimeout(U,m),B.zoom("mouse",r(E(w(Y,Z),B.mouse[0],B.mouse[1]),B.extent,a));function U(){B.wheel=null,B.end()}}function A(D,...G){if(p||!e.apply(this,arguments))return;var B=D.currentTarget,Y=R(this,G,!0).event(D),Z=qr(D.view).on("mousemove.zoom",ae,!0).on("mouseup.zoom",le,!0),te=Zr(D,B),U=D.clientX,re=D.clientY;Xj(D.view),wm(D),Y.mouse=[te,this.__zoom.invert(te)],ju(this),Y.start();function ae(F){if(sa(F),!Y.moved){var W=F.clientX-U,J=F.clientY-re;Y.moved=W*W+J*J>y}Y.event(F).zoom("mouse",r(E(Y.that.__zoom,Y.mouse[0]=Zr(F,B),Y.mouse[1]),Y.extent,a))}function le(F){Z.on("mousemove.zoom mouseup.zoom",null),Zj(F.view,Y.moved),sa(F),Y.event(F).end()}}function k(D,...G){if(e.apply(this,arguments)){var B=this.__zoom,Y=Zr(D.changedTouches?D.changedTouches[0]:D,this),Z=B.invert(Y),te=B.k*(D.shiftKey?.5:2),U=r(E(w(B,te),Y,Z),t.apply(this,G),a);sa(D),u>0?qr(this).transition().duration(u).call(S,U,Y,D):qr(this).call(b.transform,U,Y,D)}}function L(D,...G){if(e.apply(this,arguments)){var B=D.touches,Y=B.length,Z=R(this,G,D.changedTouches.length===Y).event(D),te,U,re,ae;for(wm(D),U=0;U<Y;++U)re=B[U],ae=Zr(re,this),ae=[ae,this.__zoom.invert(ae),re.identifier],Z.touch0?!Z.touch1&&Z.touch0[2]!==ae[2]&&(Z.touch1=ae,Z.taps=0):(Z.touch0=ae,te=!0,Z.taps=1+!!f);f&&(f=clearTimeout(f)),te&&(Z.taps<2&&(h=ae[0],f=setTimeout(function(){f=null},v)),ju(this),Z.start())}}function $(D,...G){if(this.__zooming){var B=R(this,G).event(D),Y=D.changedTouches,Z=Y.length,te,U,re,ae;for(sa(D),te=0;te<Z;++te)U=Y[te],re=Zr(U,this),B.touch0&&B.touch0[2]===U.identifier?B.touch0[0]=re:B.touch1&&B.touch1[2]===U.identifier&&(B.touch1[0]=re);if(U=B.that.__zoom,B.touch1){var le=B.touch0[0],F=B.touch0[1],W=B.touch1[0],J=B.touch1[1],H=(H=W[0]-le[0])*H+(H=W[1]-le[1])*H,K=(K=J[0]-F[0])*K+(K=J[1]-F[1])*K;U=w(U,Math.sqrt(H/K)),re=[(le[0]+W[0])/2,(le[1]+W[1])/2],ae=[(F[0]+J[0])/2,(F[1]+J[1])/2]}else if(B.touch0)re=B.touch0[0],ae=B.touch0[1];else return;B.zoom("touch",r(E(U,re,ae),B.extent,a))}}function j(D,...G){if(this.__zooming){var B=R(this,G).event(D),Y=D.changedTouches,Z=Y.length,te,U;for(wm(D),p&&clearTimeout(p),p=setTimeout(function(){p=null},v),te=0;te<Z;++te)U=Y[te],B.touch0&&B.touch0[2]===U.identifier?delete B.touch0:B.touch1&&B.touch1[2]===U.identifier&&delete B.touch1;if(B.touch1&&!B.touch0&&(B.touch0=B.touch1,delete B.touch1),B.touch0)B.touch0[1]=this.__zoom.invert(B.touch0[0]);else if(B.end(),B.taps===2&&(U=Zr(U,this),Math.hypot(h[0]-U[0],h[1]-U[1])<x)){var re=qr(this).on("dblclick.zoom");re&&re.apply(this,arguments)}}}return b.wheelDelta=function(D){return arguments.length?(n=typeof D=="function"?D:fu(+D),b):n},b.filter=function(D){return arguments.length?(e=typeof D=="function"?D:fu(!!D),b):e},b.touchable=function(D){return arguments.length?(i=typeof D=="function"?D:fu(!!D),b):i},b.extent=function(D){return arguments.length?(t=typeof D=="function"?D:fu([[+D[0][0],+D[0][1]],[+D[1][0],+D[1][1]]]),b):t},b.scaleExtent=function(D){return arguments.length?(o[0]=+D[0],o[1]=+D[1],b):[o[0],o[1]]},b.translateExtent=function(D){return arguments.length?(a[0][0]=+D[0][0],a[1][0]=+D[1][0],a[0][1]=+D[0][1],a[1][1]=+D[1][1],b):[[a[0][0],a[0][1]],[a[1][0],a[1][1]]]},b.constrain=function(D){return arguments.length?(r=D,b):r},b.duration=function(D){return arguments.length?(u=+D,b):u},b.interpolate=function(D){return arguments.length?(l=D,b):l},b.on=function(){var D=d.on.apply(d,arguments);return D===d?b:D},b.clickDistance=function(D){return arguments.length?(y=(D=+D)*D,b):Math.sqrt(y)},b.tapDistance=function(D){return arguments.length?(x=+D,b):x},b}function He(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function zb(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function f2(e,t){if(e){if(typeof e=="string")return zb(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return zb(e,t)}}function CK(e){if(Array.isArray(e))return e}function RK(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n=[],i=!0,o=!1,a,u;try{for(r=r.call(e);!(i=(a=r.next()).done)&&(n.push(a.value),!(t&&n.length===t));i=!0);}catch(l){o=!0,u=l}finally{try{!i&&r.return!=null&&r.return()}finally{if(o)throw u}}return n}}function IK(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
6
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Le(e,t){return CK(e)||RK(e,t)||f2(e,t)||IK()}var So;(function(e){e.Strict="strict",e.Loose="loose"})(So||(So={}));var wi;(function(e){e.Lines="lines",e.Dots="dots"})(wi||(wi={}));var ho;(function(e){e.Free="free",e.Vertical="vertical",e.Horizontal="horizontal"})(ho||(ho={}));var $n;(function(e){e.Bezier="default",e.Straight="straight",e.Step="step",e.SmoothStep="smoothstep",e.SimpleBezier="simplebezier"})($n||($n={}));var Yu;(function(e){e.Arrow="arrow",e.ArrowClosed="arrowclosed"})(Yu||(Yu={}));var Se;(function(e){e.Left="left",e.Top="top",e.Right="right",e.Bottom="bottom"})(Se||(Se={}));var kx=function(t){return{width:t.offsetWidth,height:t.offsetHeight}},po=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1;return Math.min(Math.max(t,r),n)},d2=function(t,r){return{x:po(t.x,r[0][0],r[1][0]),y:po(t.y,r[0][1],r[1][1])}},h2=function(t){var r,n;return((r=t.getRootNode)===null||r===void 0?void 0:r.call(t))||((n=window)===null||n===void 0?void 0:n.document)},PK=function(t,r){return{x:Math.min(t.x,r.x),y:Math.min(t.y,r.y),x2:Math.max(t.x2,r.x2),y2:Math.max(t.y2,r.y2)}},Xu=function(t){var r=t.x,n=t.y,i=t.width,o=t.height;return{x:r,y:n,x2:r+i,y2:n+o}},NK=function(t){var r=t.x,n=t.y,i=t.x2,o=t.y2;return{x:r,y:n,width:i-r,height:o-n}},p2=function(t){return!isNaN(t)&&isFinite(t)},Nt=Symbol("internals");function GI(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Ta(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?GI(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):GI(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function KI(e,t){var r=e.find(function(d){return d.id===t.parentNode});if(r){var n=t.position.x+t.width-r.width,i=t.position.y+t.height-r.height;if(n>0||i>0||t.position.x<0||t.position.y<0){var o,a;if(r.style=Ta({},r.style)||{},r.style.width=(o=r.style.width)!==null&&o!==void 0?o:r.width,r.style.height=(a=r.style.height)!==null&&a!==void 0?a:r.height,n>0&&(r.style.width+=n),i>0&&(r.style.height+=i),t.position.x<0){var u=Math.abs(t.position.x);r.position.x=r.position.x-u,r.style.width+=u,t.position.x=0}if(t.position.y<0){var l=Math.abs(t.position.y);r.position.y=r.position.y-l,r.style.height+=l,t.position.y=0}r.width=r.style.width,r.height=r.style.height}}}function v2(e,t){if(e.some(function(n){return n.type==="reset"}))return e.filter(function(n){return n.type==="reset"}).map(function(n){return n.item});var r=e.filter(function(n){return n.type==="add"}).map(function(n){return n.item});return t.reduce(function(n,i){var o=e.find(function(l){return l.id===i.id});if(o)switch(o.type){case"select":return n.push(Ta(Ta({},i),{},{selected:o.selected})),n;case"position":{var a=Ta({},i);return typeof o.position<"u"&&(a.position=o.position),typeof o.positionAbsolute<"u"&&(a.positionAbsolute=o.positionAbsolute),typeof o.dragging<"u"&&(a.dragging=o.dragging),a.expandParent&&KI(n,a),n.push(a),n}case"dimensions":{var u=Ta({},i);return typeof o.dimensions<"u"&&(u.width=o.dimensions.width,u.height=o.dimensions.height),u.expandParent&&KI(n,u),n.push(u),n}case"remove":return n}return n.push(i),n},r)}function g2(e,t){return v2(e,t)}function TK(e,t){return v2(e,t)}var Fn=function(t,r){return{id:t,type:"select",selected:r}};function so(e,t){return e.reduce(function(r,n){var i=t.includes(n.id);return!n.selected&&i?(n.selected=!0,r.push(Fn(n.id,!0))):n.selected&&!i&&(n.selected=!1,r.push(Fn(n.id,!1))),r},[])}function YI(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function m2(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?YI(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):YI(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var XI=function(t,r,n){var i=r.querySelectorAll(t);if(!i||!i.length)return null;var o=Array.from(i),a=r.getBoundingClientRect();return o.map(function(u){var l=u.getBoundingClientRect();return m2({id:u.getAttribute("data-handleid"),position:u.getAttribute("data-handlepos"),x:(l.left-a.left)/n,y:(l.top-a.top)/n},kx(u))})};function ua(e,t,r){return r===void 0?r:function(n){var i=t().nodeInternals.get(e);r(n,m2({},i))}}function y2(e){var t=e.id,r=e.store,n=r.getState(),i=n.addSelectedNodes,o=n.unselectNodesAndEdges,a=n.multiSelectionActive,u=n.nodeInternals,l=u.get(t);r.setState({nodesSelectionActive:!1}),l.selected?l.selected&&a&&o({nodes:[l]}):i([t])}function ZI(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function ja(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?ZI(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ZI(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var AK=function(t){return"id"in t&&"source"in t&&"target"in t},MK=function(t){var r=t.source,n=t.sourceHandle,i=t.target,o=t.targetHandle;return"reactflow__edge-".concat(r).concat(n||"","-").concat(i).concat(o||"")},Hb=function(t,r){if(typeof t>"u")return"";if(typeof t=="string")return t;var n=r?"".concat(r,"__"):"";return"".concat(n).concat(Object.keys(t).sort().map(function(i){return"".concat(i,"=").concat(t[i])}).join("&"))},DK=function(t,r){return r.some(function(n){return n.source===t.source&&n.target===t.target&&(n.sourceHandle===t.sourceHandle||!n.sourceHandle&&!t.sourceHandle)&&(n.targetHandle===t.targetHandle||!n.targetHandle&&!t.targetHandle)})},jK=function(t,r){if(!t.source||!t.target)return process.env.NODE_ENV==="development"&&console.warn("[React Flow]: Can't create edge. An edge needs a source and a target. Help: https://reactflow.dev/error#600"),r;var n;return AK(t)?n=ja({},t):n=ja(ja({},t),{},{id:MK(t)}),DK(n,r)?r:r.concat(n)},b2=function(t,r,n,i){var o=t.x,a=t.y,u=Le(r,3),l=u[0],d=u[1],f=u[2],h=Le(i,2),p=h[0],v=h[1],m={x:(o-l)/f,y:(a-d)/f};return n?{x:p*Math.round(m.x/p),y:v*Math.round(m.y/v)}:m},Lx=function(t){if(t.length===0)return{x:0,y:0,width:0,height:0};var r=t.reduce(function(n,i){var o=i.positionAbsolute,a=i.position,u=i.width,l=i.height;return PK(n,Xu({x:o?o.x:a.x,y:o?o.y:a.y,width:u||0,height:l||0}))},{x:1/0,y:1/0,x2:-1/0,y2:-1/0});return NK(r)},x2=function(t,r){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[0,0,1],i=Le(n,3),o=i[0],a=i[1],u=i[2],l=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1,d=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1,f=Xu({x:(r.x-o)/u,y:(r.y-a)/u,width:r.width/u,height:r.height/u}),h=[];return t.forEach(function(p){var v=p.positionAbsolute,m=p.width,y=p.height,x=p.selectable,b=x===void 0?!0:x;if(d&&!b)return!1;var w=Xu(ja(ja({},v),{},{width:m||0,height:y||0})),E=Math.max(0,Math.min(f.x2,w.x2)-Math.max(f.x,w.x)),_=Math.max(0,Math.min(f.y2,w.y2)-Math.max(f.y,w.y)),S=Math.ceil(E*_),R=typeof m>"u"||typeof y>"u"||m===null||y===null,I=l&&S>0,P=(m||0)*(y||0),A=R||I||S>=P;A&&h.push(p)}),h},w2=function(t,r){var n=t.map(function(i){return i.id});return r.filter(function(i){return n.includes(i.source)||n.includes(i.target)})},_2=function(t,r,n,i,o){var a=arguments.length>5&&arguments[5]!==void 0?arguments[5]:.1,u=r/(t.width*(1+a)),l=n/(t.height*(1+a)),d=Math.min(u,l),f=po(d,i,o),h=t.x+t.width/2,p=t.y+t.height/2,v=r/2-h*f,m=n/2-p*f;return[v,m,f]},ui=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return t.transition().duration(r)};function JI(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function uo(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?JI(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):JI(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function E2(e,t,r,n){var i,o,a,u,l,d,f,h,p,v,m,y;if(!e.parentNode)return n;var x=t.get(e.parentNode);return E2(x,t,r,{x:((i=n.x)!==null&&i!==void 0?i:0)+((o=(a=x.position)===null||a===void 0?void 0:a.x)!==null&&o!==void 0?o:0),y:((u=n.y)!==null&&u!==void 0?u:0)+((l=(d=x.position)===null||d===void 0?void 0:d.y)!==null&&l!==void 0?l:0),z:((f=(h=x[Nt])===null||h===void 0?void 0:h.z)!==null&&f!==void 0?f:0)>((p=n.z)!==null&&p!==void 0?p:0)?(v=(m=x[Nt])===null||m===void 0?void 0:m.z)!==null&&v!==void 0?v:0:(y=n.z)!==null&&y!==void 0?y:0})}function _m(e,t){var r=new Map,n={};return e.forEach(function(i){var o,a=p2(i.zIndex)?i.zIndex:i.selected?1e3:0,u=t.get(i.id),l=uo(uo({width:u==null?void 0:u.width,height:u==null?void 0:u.height},i),{},{positionAbsolute:{x:i.position.x,y:i.position.y}});i.parentNode&&(l.parentNode=i.parentNode,n[i.parentNode]=!0),Object.defineProperty(l,Nt,{enumerable:!1,value:{handleBounds:u==null||(o=u[Nt])===null||o===void 0?void 0:o.handleBounds,z:a}}),r.set(i.id,l)}),r.forEach(function(i){if(i.parentNode&&!r.has(i.parentNode))throw new Error("Parent node ".concat(i.parentNode," not found"));if(i.parentNode||n[i.id]){var o,a,u=E2(i,r,n,uo(uo({},i.position),{},{z:(o=(a=i[Nt])===null||a===void 0?void 0:a.z)!==null&&o!==void 0?o:0})),l=u.x,d=u.y,f=u.z;i.positionAbsolute={x:l,y:d},i[Nt].z=f,n[i.id]&&(i[Nt].isParent=!0)}}),r}function S2(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e(),n=r.nodeInternals,i=r.width,o=r.height,a=r.minZoom,u=r.maxZoom,l=r.d3Zoom,d=r.d3Selection,f=r.fitViewOnInitDone,h=r.fitViewOnInit;if((t.initial&&!f&&h||!t.initial)&&l&&d){var p=Array.from(n.values()).filter(function(P){return t.includeHiddenNodes?P.width&&P.height:!P.hidden}),v=p.every(function(P){return P.width&&P.height});if(p.length>0&&v){var m,y,x,b=Lx(p),w=_2(b,i,o,(m=t.minZoom)!==null&&m!==void 0?m:a,(y=t.maxZoom)!==null&&y!==void 0?y:u,(x=t.padding)!==null&&x!==void 0?x:.1),E=Le(w,3),_=E[0],S=E[1],R=E[2],I=vi.translate(_,S).scale(R);return typeof t.duration=="number"&&t.duration>0?l.transform(ui(d,t.duration),I):l.transform(d,I),!0}}return!1}function qK(e,t){return e.forEach(function(r){var n=t.get(r.id);if(n){var i;t.set(n.id,uo(uo({},n),{},(i={},He(i,Nt,n[Nt]),He(i,"selected",r.selected),i)))}}),new Map(t)}function kK(e,t){return t.map(function(r){var n=e.find(function(i){return i.id===r.id});return n&&(r.selected=n.selected),r})}function du(e){var t=e.changedNodes,r=e.changedEdges,n=e.get,i=e.set,o=n(),a=o.nodeInternals,u=o.edges,l=o.onNodesChange,d=o.onEdgesChange,f=o.hasDefaultNodes,h=o.hasDefaultEdges;t!=null&&t.length&&(f&&i({nodeInternals:qK(t,a)}),l==null||l(t)),r!=null&&r.length&&(h&&i({edges:kK(r,u)}),d==null||d(r))}var Vb=[[Number.NEGATIVE_INFINITY,Number.NEGATIVE_INFINITY],[Number.POSITIVE_INFINITY,Number.POSITIVE_INFINITY]],QI={width:0,height:0,transform:[0,0,1],nodeInternals:new Map,edges:[],onNodesChange:null,onEdgesChange:null,hasDefaultNodes:!1,hasDefaultEdges:!1,d3Zoom:null,d3Selection:null,d3ZoomHandler:void 0,minZoom:.5,maxZoom:2,translateExtent:Vb,nodeExtent:Vb,nodesSelectionActive:!1,userSelectionActive:!1,connectionNodeId:null,connectionHandleId:null,connectionHandleType:"source",connectionPosition:{x:0,y:0},connectionMode:So.Strict,domNode:null,snapGrid:[15,15],snapToGrid:!1,nodesDraggable:!0,nodesConnectable:!0,elementsSelectable:!0,fitViewOnInit:!1,fitViewOnInitDone:!1,fitViewOnInitOptions:void 0,multiSelectionActive:!1,reactFlowVersion:"10.3.17",connectionStartHandle:null,connectOnClick:!0};function eP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Yr(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?eP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):eP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var Bx=GW(),LK=Bx.Provider,gt=Bx.useStore,Ft=Bx.useStoreApi,BK=function(){return WW(function(t,r){return Yr(Yr({},QI),{},{setNodes:function(i){t({nodeInternals:_m(i,r().nodeInternals)})},setEdges:function(i){var o=r(),a=o.defaultEdgeOptions,u=a===void 0?{}:a;t({edges:i.map(function(l){return Yr(Yr({},u),l)})})},setDefaultNodesAndEdges:function(i,o){var a=typeof i<"u",u=typeof o<"u",l=a?_m(i,new Map):new Map,d=u?o:[];t({nodeInternals:l,edges:d,hasDefaultNodes:a,hasDefaultEdges:u})},updateNodeDimensions:function(i){var o=r(),a=o.onNodesChange,u=o.nodeInternals,l=o.fitViewOnInit,d=o.fitViewOnInitDone,f=o.fitViewOnInitOptions,h=o.domNode,p=h==null?void 0:h.querySelector(".react-flow__viewport");if(p){var v=window.getComputedStyle(p),m=new window.DOMMatrixReadOnly(v.transform),y=m.m22,x=i.reduce(function(w,E){var _=u.get(E.id);if(_){var S=kx(E.nodeElement),R=!!(S.width&&S.height&&(_.width!==S.width||_.height!==S.height||E.forceUpdate));R&&(u.set(_.id,Yr(Yr({},_),{},He({},Nt,Yr(Yr({},_[Nt]),{},{handleBounds:{source:XI(".source",E.nodeElement,y),target:XI(".target",E.nodeElement,y)}})),S)),w.push({id:_.id,type:"dimensions",dimensions:S}))}return w},[]),b=d||l&&!d&&S2(r,Yr({initial:!0},f));t({nodeInternals:new Map(u),fitViewOnInitDone:b}),(x==null?void 0:x.length)>0&&(a==null||a(x))}},updateNodePositions:function(i){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,u=r(),l=u.onNodesChange,d=u.nodeInternals,f=u.hasDefaultNodes;if(f||l){var h=i.map(function(m){var y={id:m.id,type:"position",dragging:a};return o&&(y.positionAbsolute=m.positionAbsolute,y.position=m.position),y});if(h!=null&&h.length){if(f){var p=g2(h,Array.from(d.values())),v=_m(p,d);t({nodeInternals:v})}l==null||l(h)}}},addSelectedNodes:function(i){var o=r(),a=o.multiSelectionActive,u=o.nodeInternals,l=o.edges,d,f=null;a?d=i.map(function(h){return Fn(h,!0)}):(d=so(Array.from(u.values()),i),f=so(l,[])),du({changedNodes:d,changedEdges:f,get:r,set:t})},addSelectedEdges:function(i){var o=r(),a=o.multiSelectionActive,u=o.edges,l=o.nodeInternals,d,f=null;a?d=i.map(function(h){return Fn(h,!0)}):(d=so(u,i),f=so(Array.from(l.values()),[])),du({changedNodes:f,changedEdges:d,get:r,set:t})},unselectNodesAndEdges:function(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},o=i.nodes,a=i.edges,u=r(),l=u.nodeInternals,d=u.edges,f=o||Array.from(l.values()),h=a||d,p=f.map(function(m){return m.selected=!1,Fn(m.id,!1)}),v=h.map(function(m){return Fn(m.id,!1)});du({changedNodes:p,changedEdges:v,get:r,set:t})},setMinZoom:function(i){var o=r(),a=o.d3Zoom,u=o.maxZoom;a==null||a.scaleExtent([i,u]),t({minZoom:i})},setMaxZoom:function(i){var o=r(),a=o.d3Zoom,u=o.minZoom;a==null||a.scaleExtent([u,i]),t({maxZoom:i})},setTranslateExtent:function(i){var o=r(),a=o.d3Zoom;a==null||a.translateExtent(i),t({translateExtent:i})},resetSelectedElements:function(){var i=r(),o=i.nodeInternals,a=i.edges,u=Array.from(o.values()),l=u.filter(function(f){return f.selected}).map(function(f){return Fn(f.id,!1)}),d=a.filter(function(f){return f.selected}).map(function(f){return Fn(f.id,!1)});du({changedNodes:l,changedEdges:d,get:r,set:t})},setNodeExtent:function(i){var o=r(),a=o.nodeInternals;a.forEach(function(u){u.positionAbsolute=d2(u.position,i)}),t({nodeExtent:i,nodeInternals:new Map(a)})},reset:function(){return t(Yr({},QI))}})})};function cr(e){if(typeof e=="string"||typeof e=="number")return""+e;let t="";if(Array.isArray(e))for(let r=0,n;r<e.length;r++)(n=cr(e[r]))!==""&&(t+=(t&&" ")+n);else for(let r in e)e[r]&&(t+=(t&&" ")+r);return t}function Xt(e,t){if(Object.is(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;const r=Object.keys(e);if(r.length!==Object.keys(t).length)return!1;for(let n=0;n<r.length;n++)if(!Object.prototype.hasOwnProperty.call(t,r[n])||!Object.is(e[r[n]],t[r[n]]))return!1;return!0}function FK(e){if(Array.isArray(e))return zb(e)}function $K(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function zK(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
7
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function gi(e){return FK(e)||$K(e)||f2(e)||zK()}var HK={zoomIn:function(){},zoomOut:function(){},zoomTo:function(t){},getZoom:function(){return 1},setViewport:function(t){},getViewport:function(){return{x:0,y:0,zoom:1}},fitView:function(){},setCenter:function(t,r){},fitBounds:function(t){},project:function(t){return t},viewportInitialized:!1},VK=function(t){return{d3Zoom:t.d3Zoom,d3Selection:t.d3Selection}},UK=function(){var t=Ft(),r=gt(VK,Xt),n=r.d3Zoom,i=r.d3Selection,o=T.useMemo(function(){return i&&n?{zoomIn:function(u){return n.scaleBy(ui(i,u==null?void 0:u.duration),1.2)},zoomOut:function(u){return n.scaleBy(ui(i,u==null?void 0:u.duration),1/1.2)},zoomTo:function(u,l){return n.scaleTo(ui(i,l==null?void 0:l.duration),u)},getZoom:function(){return t.getState().transform[2]},setViewport:function(u,l){var d,f,h,p=Le(t.getState().transform,3),v=p[0],m=p[1],y=p[2],x=vi.translate((d=u.x)!==null&&d!==void 0?d:v,(f=u.y)!==null&&f!==void 0?f:m).scale((h=u.zoom)!==null&&h!==void 0?h:y);n.transform(ui(i,l==null?void 0:l.duration),x)},getViewport:function(){var u=Le(t.getState().transform,3),l=u[0],d=u[1],f=u[2];return{x:l,y:d,zoom:f}},fitView:function(u){return S2(t.getState,u)},setCenter:function(u,l,d){var f=t.getState(),h=f.width,p=f.height,v=f.maxZoom,m=typeof(d==null?void 0:d.zoom)<"u"?d.zoom:v,y=h/2-u*m,x=p/2-l*m,b=vi.translate(y,x).scale(m);n.transform(ui(i,d==null?void 0:d.duration),b)},fitBounds:function(u,l){var d,f=t.getState(),h=f.width,p=f.height,v=f.minZoom,m=f.maxZoom,y=_2(u,h,p,v,m,(d=l==null?void 0:l.padding)!==null&&d!==void 0?d:.1),x=Le(y,3),b=x[0],w=x[1],E=x[2],_=vi.translate(b,w).scale(E);n.transform(ui(i,l==null?void 0:l.duration),_)},project:function(u){var l=t.getState(),d=l.transform,f=l.snapToGrid,h=l.snapGrid;return b2(u,d,f,h)},viewportInitialized:!0}:HK},[n,i]);return o};function tP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Ji(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?tP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):tP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function O2(){var e=UK(),t=Ft(),r=T.useCallback(function(){var h=t.getState(),p=h.nodeInternals,v=Array.from(p.values());return v.map(function(m){return Ji({},m)})},[]),n=T.useCallback(function(h){var p=t.getState(),v=p.nodeInternals;return v.get(h)},[]),i=T.useCallback(function(){var h=t.getState(),p=h.edges,v=p===void 0?[]:p;return v.map(function(m){return Ji({},m)})},[]),o=T.useCallback(function(h){var p=t.getState(),v=p.edges,m=v===void 0?[]:v;return m.find(function(y){return y.id===h})},[]),a=T.useCallback(function(h){var p=t.getState(),v=p.nodeInternals,m=p.setNodes,y=p.hasDefaultNodes,x=p.onNodesChange,b=Array.from(v.values()),w=typeof h=="function"?h(b):h;if(y)m(w);else if(x){var E=w.length===0?b.map(function(_){return{type:"remove",id:_.id}}):w.map(function(_){return{item:_,type:"reset"}});x(E)}},[]),u=T.useCallback(function(h){var p=t.getState(),v=p.edges,m=v===void 0?[]:v,y=p.setEdges,x=p.hasDefaultEdges,b=p.onEdgesChange,w=typeof h=="function"?h(m):h;if(x)y(w);else if(b){var E=w.length===0?m.map(function(_){return{type:"remove",id:_.id}}):w.map(function(_){return{item:_,type:"reset"}});b(E)}},[]),l=T.useCallback(function(h){var p=Array.isArray(h)?h:[h],v=t.getState(),m=v.nodeInternals,y=v.setNodes,x=v.hasDefaultNodes,b=v.onNodesChange;if(x){var w=Array.from(m.values()),E=[].concat(w,gi(p));y(E)}else if(b){var _=p.map(function(S){return{item:S,type:"add"}});b(_)}},[]),d=T.useCallback(function(h){var p=Array.isArray(h)?h:[h],v=t.getState(),m=v.edges,y=m===void 0?[]:m,x=v.setEdges,b=v.hasDefaultEdges,w=v.onEdgesChange;if(b)x([].concat(gi(y),gi(p)));else if(w){var E=p.map(function(_){return{item:_,type:"add"}});w(E)}},[]),f=T.useCallback(function(){var h=t.getState(),p=h.nodeInternals,v=h.edges,m=v===void 0?[]:v,y=h.transform,x=Array.from(p.values()),b=Le(y,3),w=b[0],E=b[1],_=b[2];return{nodes:x.map(function(S){return Ji({},S)}),edges:m.map(function(S){return Ji({},S)}),viewport:{x:w,y:E,zoom:_}}},[]);return T.useMemo(function(){return Ji(Ji({},e),{},{getNodes:r,getNode:n,getEdges:i,getEdge:o,setNodes:a,setEdges:u,addNodes:l,addEdges:d,toObject:f})},[e,r,n,i,o,a,u,l,d,f])}function WK(e,t){if(e==null)return{};var r={},n=Object.keys(e),i,o;for(o=0;o<n.length;o++)i=n[o],!(t.indexOf(i)>=0)&&(r[i]=e[i]);return r}function zl(e,t){if(e==null)return{};var r=WK(e,t),n,i;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i<o.length;i++)n=o[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function GK(){return T.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},T.createElement("path",{d:"M32 18.133H18.133V32h-4.266V18.133H0v-4.266h13.867V0h4.266v13.867H32z"}))}function KK(){return T.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 5"},T.createElement("path",{d:"M0 0h32v4.2H0z"}))}function YK(){return T.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 30"},T.createElement("path",{d:"M3.692 4.63c0-.53.4-.938.939-.938h5.215V0H4.708C2.13 0 0 2.054 0 4.63v5.216h3.692V4.631zM27.354 0h-5.2v3.692h5.17c.53 0 .984.4.984.939v5.215H32V4.631A4.624 4.624 0 0027.354 0zm.954 24.83c0 .532-.4.94-.939.94h-5.215v3.768h5.215c2.577 0 4.631-2.13 4.631-4.707v-5.139h-3.692v5.139zm-23.677.94c-.531 0-.939-.4-.939-.94v-5.138H0v5.139c0 2.577 2.13 4.707 4.708 4.707h5.138V25.77H4.631z"}))}function XK(){return T.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 32"},T.createElement("path",{d:"M21.333 10.667H19.81V7.619C19.81 3.429 16.38 0 12.19 0 8 0 4.571 3.429 4.571 7.619v3.048H3.048A3.056 3.056 0 000 13.714v15.238A3.056 3.056 0 003.048 32h18.285a3.056 3.056 0 003.048-3.048V13.714a3.056 3.056 0 00-3.048-3.047zM12.19 24.533a3.056 3.056 0 01-3.047-3.047 3.056 3.056 0 013.047-3.048 3.056 3.056 0 013.048 3.048 3.056 3.056 0 01-3.048 3.047zm4.724-13.866H7.467V7.619c0-2.59 2.133-4.724 4.723-4.724 2.591 0 4.724 2.133 4.724 4.724v3.048z"}))}function ZK(){return T.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 32"},T.createElement("path",{d:"M21.333 10.667H19.81V7.619C19.81 3.429 16.38 0 12.19 0c-4.114 1.828-1.37 2.133.305 2.438 1.676.305 4.42 2.59 4.42 5.181v3.048H3.047A3.056 3.056 0 000 13.714v15.238A3.056 3.056 0 003.048 32h18.285a3.056 3.056 0 003.048-3.048V13.714a3.056 3.056 0 00-3.048-3.047zM12.19 24.533a3.056 3.056 0 01-3.047-3.047 3.056 3.056 0 013.047-3.048 3.056 3.056 0 013.048 3.048 3.056 3.056 0 01-3.048 3.047z"}))}var JK=["children","className"];function rP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function QK(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?rP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):rP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var hu=function(t){var r=t.children,n=t.className,i=zl(t,JK);return T.createElement("button",QK({type:"button",className:cr(["react-flow__controls-button",n])},i),r)},eY=function(t){return t.nodesDraggable&&t.nodesConnectable&&t.elementsSelectable},tY=function(t){var r=t.style,n=t.showZoom,i=n===void 0?!0:n,o=t.showFitView,a=o===void 0?!0:o,u=t.showInteractive,l=u===void 0?!0:u,d=t.fitViewOptions,f=t.onZoomIn,h=t.onZoomOut,p=t.onFitView,v=t.onInteractiveChange,m=t.className,y=t.children,x=Ft(),b=T.useState(!1),w=Le(b,2),E=w[0],_=w[1],S=gt(eY),R=O2(),I=R.zoomIn,P=R.zoomOut,A=R.fitView;if(T.useEffect(function(){_(!0)},[]),!E)return null;var k=function(){I==null||I(),f==null||f()},L=function(){P==null||P(),h==null||h()},$=function(){A==null||A(d),p==null||p()},j=function(){x.setState({nodesDraggable:!S,nodesConnectable:!S,elementsSelectable:!S}),v==null||v(!S)};return T.createElement("div",{className:cr(["react-flow__controls",m]),style:r},i&&T.createElement(T.Fragment,null,T.createElement(hu,{onClick:k,className:"react-flow__controls-zoomin",title:"zoom in","aria-label":"zoom in"},T.createElement(GK,null)),T.createElement(hu,{onClick:L,className:"react-flow__controls-zoomout",title:"zoom out","aria-label":"zoom out"},T.createElement(KK,null))),a&&T.createElement(hu,{className:"react-flow__controls-fitview",onClick:$,title:"fit view","aria-label":"fit view"},T.createElement(YK,null)),l&&T.createElement(hu,{className:"react-flow__controls-interactive",onClick:j,title:"toggle interactivity","aria-label":"toggle interactivity"},S?T.createElement(ZK,null):T.createElement(XK,null)),y)};tY.displayName="Controls";var rY=function(t,r,n){return T.createElement("path",{stroke:n,strokeWidth:r,d:"M".concat(t/2," 0 V").concat(t," M0 ").concat(t/2," H").concat(t)})},nY=function(t,r){return T.createElement("circle",{cx:t,cy:t,r:t,fill:r})},pu;function nP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function iP(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?nP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):nP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var iY=(pu={},He(pu,wi.Dots,"#81818a"),He(pu,wi.Lines,"#eee"),pu),oY=function(t){return t.transform},C2=function(t){var r=t.variant,n=r===void 0?wi.Dots:r,i=t.gap,o=i===void 0?15:i,a=t.size,u=a===void 0?.4:a,l=t.color,d=t.style,f=t.className,h=T.useRef(null),p=T.useState(null),v=Le(p,2),m=v[0],y=v[1],x=gt(oY),b=Le(x,3),w=b[0],E=b[1],_=b[2];T.useEffect(function(){var L=document.querySelectorAll(".react-flow__background"),$=Array.from(L).findIndex(function(j){return j===h.current});y("pattern-".concat($))},[]);var S=o*_||1,R=w%S,I=E%S,P=n===wi.Lines,A=l||iY[n],k=P?rY(S,u,A):nY(u*_,A);return T.createElement("svg",{className:cr(["react-flow__background","react-flow__container",f]),style:iP(iP({},d),{},{width:"100%",height:"100%"}),ref:h},m&&T.createElement(T.Fragment,null,T.createElement("pattern",{id:m,x:R,y:I,width:S,height:S,patternUnits:"userSpaceOnUse"},k),T.createElement("rect",{x:"0",y:"0",width:"100%",height:"100%",fill:"url(#".concat(m,")")})))};C2.displayName="Background";var aY=T.memo(C2),sY=["paid-pro","paid-sponsor","paid-enterprise","paid-custom"];function uY(e){var t=e.proOptions,r=e.position,n=r===void 0?"bottom-right":r;if(t!=null&&t.account&&sY.includes(t==null?void 0:t.account)&&t!==null&&t!==void 0&&t.hideAttribution)return null;var i="".concat(n).split("-");return T.createElement("div",{className:cr(["react-flow__attribution"].concat(gi(i))),"data-message":"Please only hide this attribution when you are subscribed to React Flow Pro: https://pro.reactflow.dev/pricing"},T.createElement("a",{href:"https://reactflow.dev",target:"_blank",rel:"noopener noreferrer"},"React Flow"))}var lY=["x","y","label","labelStyle","labelShowBg","labelBgStyle","labelBgPadding","labelBgBorderRadius","children","className"];function oP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function cY(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?oP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):oP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var fY=function(t){var r=t.x,n=t.y,i=t.label,o=t.labelStyle,a=o===void 0?{}:o,u=t.labelShowBg,l=u===void 0?!0:u,d=t.labelBgStyle,f=d===void 0?{}:d,h=t.labelBgPadding,p=h===void 0?[2,4]:h,v=t.labelBgBorderRadius,m=v===void 0?2:v,y=t.children,x=t.className,b=zl(t,lY),w=T.useRef(null),E=T.useState({x:0,y:0,width:0,height:0}),_=Le(E,2),S=_[0],R=_[1],I=cr(["react-flow__edge-textwrapper",x]);return T.useEffect(function(){if(w.current){var P=w.current.getBBox();R({x:P.x,y:P.y,width:P.width,height:P.height})}},[i]),typeof i>"u"||!i?null:T.createElement("g",cY({transform:"translate(".concat(r-S.width/2," ").concat(n-S.height/2,")"),className:I},b),l&&T.createElement("rect",{width:S.width+2*p[0],x:-p[0],y:-p[1],height:S.height+2*p[1],className:"react-flow__edge-textbg",style:f,rx:m,ry:m}),T.createElement("text",{className:"react-flow__edge-text",y:S.height/2,dy:"0.3em",ref:w,style:a},i),y)},dY=T.memo(fY),Hl=(function(e){var t=e.path,r=e.centerX,n=e.centerY,i=e.label,o=e.labelStyle,a=e.labelShowBg,u=e.labelBgStyle,l=e.labelBgPadding,d=e.labelBgBorderRadius,f=e.style,h=e.markerEnd,p=e.markerStart,v=i?T.createElement(dY,{x:r,y:n,label:i,labelStyle:o,labelShowBg:a,labelBgStyle:u,labelBgPadding:l,labelBgBorderRadius:d}):null;return T.createElement(T.Fragment,null,T.createElement("path",{style:f,d:t,className:"react-flow__edge-path",markerEnd:h,markerStart:p}),v)});function Zu(e){var t=e.pos,r=e.x1,n=e.y1,i=e.x2,o=e.y2,a,u;switch(t){case Se.Left:case Se.Right:a=.5*(r+i),u=n;break;case Se.Top:case Se.Bottom:a=r,u=.5*(n+o);break}return[a,u]}function R2(e){var t=e.sourceX,r=e.sourceY,n=e.sourcePosition,i=n===void 0?Se.Bottom:n,o=e.targetX,a=e.targetY,u=e.targetPosition,l=u===void 0?Se.Top:u,d=Zu({pos:i,x1:t,y1:r,x2:o,y2:a}),f=Le(d,2),h=f[0],p=f[1],v=Zu({pos:l,x1:o,y1:a,x2:t,y2:r}),m=Le(v,2),y=m[0],x=m[1];return"M".concat(t,",").concat(r," C").concat(h,",").concat(p," ").concat(y,",").concat(x," ").concat(o,",").concat(a)}function hY(e){var t=e.sourceX,r=e.sourceY,n=e.sourcePosition,i=n===void 0?Se.Bottom:n,o=e.targetX,a=e.targetY,u=e.targetPosition,l=u===void 0?Se.Top:u,d=Zu({pos:i,x1:t,y1:r,x2:o,y2:a}),f=Le(d,2),h=f[0],p=f[1],v=Zu({pos:l,x1:o,y1:a,x2:t,y2:r}),m=Le(v,2),y=m[0],x=m[1],b=t*.125+h*.375+y*.375+o*.125,w=r*.125+p*.375+x*.375+a*.125,E=Math.abs(b-t),_=Math.abs(w-r);return[b,w,E,_]}var I2=T.memo(function(e){var t=e.sourceX,r=e.sourceY,n=e.targetX,i=e.targetY,o=e.sourcePosition,a=o===void 0?Se.Bottom:o,u=e.targetPosition,l=u===void 0?Se.Top:u,d=e.label,f=e.labelStyle,h=e.labelShowBg,p=e.labelBgStyle,v=e.labelBgPadding,m=e.labelBgBorderRadius,y=e.style,x=e.markerEnd,b=e.markerStart,w={sourceX:t,sourceY:r,sourcePosition:a,targetX:n,targetY:i,targetPosition:l},E=R2(w),_=hY(w),S=Le(_,2),R=S[0],I=S[1];return T.createElement(Hl,{path:E,centerX:R,centerY:I,label:d,labelStyle:f,labelShowBg:h,labelBgStyle:p,labelBgPadding:v,labelBgBorderRadius:m,style:y,markerEnd:x,markerStart:b})});function aP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function pY(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?aP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):aP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var sP=[Se.Left,Se.Right],P2=function(t){var r=t.sourceX,n=t.sourceY,i=t.targetX,o=t.targetY,a=t.sourcePosition,u=a===void 0?Se.Bottom:a,l=t.targetPosition,d=l===void 0?Se.Top:l,f=sP.includes(u),h=sP.includes(d),p=f&&!h||h&&!f;if(p){var v=f?Math.abs(i-r):0,m=r>i?r-v:r+v,y=f?0:Math.abs(o-n),x=n<o?n+y:n-y;return[m,x,v,y]}var b=Math.abs(i-r)/2,w=i<r?i+b:i-b,E=Math.abs(o-n)/2,_=o<n?o+E:o-E;return[w,_,b,E]};function la(e,t,r){return r===void 0?r:function(n){var i=t().edges.find(function(o){return o.id===e});r(n,pY({},i))}}var Em=function(t,r,n){return"L ".concat(t,",").concat(r-n,"Q ").concat(t,",").concat(r," ").concat(t+n,",").concat(r)},Sm=function(t,r,n){return"L ".concat(t+n,",").concat(r,"Q ").concat(t,",").concat(r," ").concat(t,",").concat(r-n)},Om=function(t,r,n){return"L ".concat(t,",").concat(r-n,"Q ").concat(t,",").concat(r," ").concat(t-n,",").concat(r)},Cm=function(t,r,n){return"L ".concat(t-n,",").concat(r,"Q ").concat(t,",").concat(r," ").concat(t,",").concat(r-n)},Rm=function(t,r,n){return"L ".concat(t+n,",").concat(r,"Q ").concat(t,",").concat(r," ").concat(t,",").concat(r+n)},Im=function(t,r,n){return"L ".concat(t,",").concat(r+n,"Q ").concat(t,",").concat(r," ").concat(t+n,",").concat(r)},Pm=function(t,r,n){return"L ".concat(t,",").concat(r+n,"Q ").concat(t,",").concat(r," ").concat(t-n,",").concat(r)},Nm=function(t,r,n){return"L ".concat(t-n,",").concat(r,"Q ").concat(t,",").concat(r," ").concat(t,",").concat(r+n)};function Ub(e){var t=e.sourceX,r=e.sourceY,n=e.sourcePosition,i=n===void 0?Se.Bottom:n,o=e.targetX,a=e.targetY,u=e.targetPosition,l=u===void 0?Se.Top:u,d=e.borderRadius,f=d===void 0?5:d,h=e.centerX,p=e.centerY,v=P2({sourceX:t,sourceY:r,targetX:o,targetY:a}),m=Le(v,4),y=m[0],x=m[1],b=m[2],w=m[3],E=Math.min(f,Math.abs(o-t)),_=Math.min(f,Math.abs(a-r)),S=Math.min(E,_,b,w),R=[Se.Left,Se.Right],I=typeof h<"u"?h:y,P=typeof p<"u"?p:x,A=null,k=null;return t<=o?(A=r<=a?Em(t,P,S):Im(t,P,S),k=r<=a?Nm(o,P,S):Cm(o,P,S)):(A=r<a?Om(t,P,S):Pm(t,P,S),k=r<a?Rm(o,P,S):Sm(o,P,S)),R.includes(i)&&R.includes(l)?t<=o?(A=r<=a?Nm(I,r,S):Cm(I,r,S),k=r<=a?Em(I,a,S):Im(I,a,S)):(i===Se.Right&&l===Se.Left||i===Se.Left&&l===Se.Right||i===Se.Left&&l===Se.Left)&&(A=r<=a?Rm(I,r,S):Sm(I,r,S),k=r<=a?Om(I,a,S):Pm(I,a,S)):R.includes(i)&&!R.includes(l)?(t<=o?A=r<=a?Nm(o,r,S):Cm(o,r,S):A=r<=a?Rm(o,r,S):Sm(o,r,S),k=""):!R.includes(i)&&R.includes(l)&&(t<=o?A=r<=a?Em(t,a,S):Im(t,a,S):A=r<=a?Om(t,a,S):Pm(t,a,S),k=""),"M ".concat(t,",").concat(r).concat(A).concat(k,"L ").concat(o,",").concat(a)}var Fx=T.memo(function(e){var t=e.sourceX,r=e.sourceY,n=e.targetX,i=e.targetY,o=e.label,a=e.labelStyle,u=e.labelShowBg,l=e.labelBgStyle,d=e.labelBgPadding,f=e.labelBgBorderRadius,h=e.style,p=e.sourcePosition,v=p===void 0?Se.Bottom:p,m=e.targetPosition,y=m===void 0?Se.Top:m,x=e.markerEnd,b=e.markerStart,w=e.borderRadius,E=w===void 0?5:w,_=P2({sourceX:t,sourceY:r,targetX:n,targetY:i,sourcePosition:v,targetPosition:y}),S=Le(_,2),R=S[0],I=S[1],P=Ub({sourceX:t,sourceY:r,sourcePosition:v,targetX:n,targetY:i,targetPosition:y,borderRadius:E});return T.createElement(Hl,{path:P,centerX:R,centerY:I,label:o,labelStyle:a,labelShowBg:u,labelBgStyle:l,labelBgPadding:d,labelBgBorderRadius:f,style:h,markerEnd:x,markerStart:b})});function uP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function lP(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?uP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):uP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var N2=T.memo(function(e){return T.createElement(Fx,lP(lP({},e),{},{borderRadius:0}))}),T2=T.memo(function(e){var t=e.sourceX,r=e.sourceY,n=e.targetX,i=e.targetY,o=e.label,a=e.labelStyle,u=e.labelShowBg,l=e.labelBgStyle,d=e.labelBgPadding,f=e.labelBgBorderRadius,h=e.style,p=e.markerEnd,v=e.markerStart,m=Math.abs(i-r)/2,y=i<r?i+m:i-m,x=Math.abs(n-t)/2,b=n<t?n+x:n-x,w="M ".concat(t,",").concat(r,"L ").concat(n,",").concat(i);return T.createElement(Hl,{path:w,centerX:b,centerY:y,label:o,labelStyle:a,labelShowBg:u,labelBgStyle:l,labelBgPadding:d,labelBgBorderRadius:f,style:h,markerEnd:p,markerStart:v})});function vu(e,t){return e>=0?.5*e:t*25*Math.sqrt(-e)}function Ju(e){var t=e.pos,r=e.x1,n=e.y1,i=e.x2,o=e.y2,a=e.c,u,l;switch(t){case Se.Left:u=r-vu(r-i,a),l=n;break;case Se.Right:u=r+vu(i-r,a),l=n;break;case Se.Top:u=r,l=n-vu(n-o,a);break;case Se.Bottom:u=r,l=n+vu(o-n,a);break}return[u,l]}function Vl(e){var t=e.sourceX,r=e.sourceY,n=e.sourcePosition,i=n===void 0?Se.Bottom:n,o=e.targetX,a=e.targetY,u=e.targetPosition,l=u===void 0?Se.Top:u,d=e.curvature,f=d===void 0?.25:d,h=Ju({pos:i,x1:t,y1:r,x2:o,y2:a,c:f}),p=Le(h,2),v=p[0],m=p[1],y=Ju({pos:l,x1:o,y1:a,x2:t,y2:r,c:f}),x=Le(y,2),b=x[0],w=x[1];return"M".concat(t,",").concat(r," C").concat(v,",").concat(m," ").concat(b,",").concat(w," ").concat(o,",").concat(a)}function vY(e){var t=e.sourceX,r=e.sourceY,n=e.sourcePosition,i=n===void 0?Se.Bottom:n,o=e.targetX,a=e.targetY,u=e.targetPosition,l=u===void 0?Se.Top:u,d=e.curvature,f=d===void 0?.25:d,h=Ju({pos:i,x1:t,y1:r,x2:o,y2:a,c:f}),p=Le(h,2),v=p[0],m=p[1],y=Ju({pos:l,x1:o,y1:a,x2:t,y2:r,c:f}),x=Le(y,2),b=x[0],w=x[1],E=t*.125+v*.375+b*.375+o*.125,_=r*.125+m*.375+w*.375+a*.125,S=Math.abs(E-t),R=Math.abs(_-r);return[E,_,S,R]}var Wb=T.memo(function(e){var t=e.sourceX,r=e.sourceY,n=e.targetX,i=e.targetY,o=e.sourcePosition,a=o===void 0?Se.Bottom:o,u=e.targetPosition,l=u===void 0?Se.Top:u,d=e.label,f=e.labelStyle,h=e.labelShowBg,p=e.labelBgStyle,v=e.labelBgPadding,m=e.labelBgBorderRadius,y=e.style,x=e.markerEnd,b=e.markerStart,w=e.curvature,E={sourceX:t,sourceY:r,sourcePosition:a,targetX:n,targetY:i,targetPosition:l,curvature:w},_=Vl(E),S=vY(E),R=Le(S,2),I=R[0],P=R[1];return T.createElement(Hl,{path:_,centerX:I,centerY:P,label:d,labelStyle:f,labelShowBg:h,labelBgStyle:p,labelBgPadding:v,labelBgBorderRadius:m,style:y,markerEnd:x,markerStart:b})}),$x=T.createContext(null),gY=$x.Provider;$x.Consumer;function Gb(e,t,r,n,i,o,a){var u=a.elementFromPoint(e.clientX,e.clientY),l=(u==null?void 0:u.classList.contains("target"))||!1,d=(u==null?void 0:u.classList.contains("source"))||!1,f={elementBelow:u,isValid:!1,connection:{source:null,target:null,sourceHandle:null,targetHandle:null},isHoveringHandle:!1};if(u&&(l||d)){f.isHoveringHandle=!0;var h=u.getAttribute("data-nodeid"),p=u.getAttribute("data-handleid"),v=r?{source:h,sourceHandle:p,target:n,targetHandle:i}:{source:n,sourceHandle:i,target:h,targetHandle:p};f.connection=v;var m=t===So.Strict?r&&d||!r&&l:!0;m&&(f.isValid=o(v))}return f}function Tm(e){e==null||e.classList.remove("react-flow__handle-valid"),e==null||e.classList.remove("react-flow__handle-connecting")}function A2(e){var t=e.event,r=e.handleId,n=e.nodeId,i=e.onConnect,o=e.isTarget,a=e.getState,u=e.setState,l=e.isValidConnection,d=e.elementEdgeUpdaterType,f=e.onEdgeUpdateEnd,h=t.target.closest(".react-flow"),p=h2(t.target);if(!p)return;var v=p.elementFromPoint(t.clientX,t.clientY),m=v==null?void 0:v.classList.contains("target"),y=v==null?void 0:v.classList.contains("source");if(!h||!m&&!y&&!d)return;var x=a(),b=x.onConnectStart,w=x.connectionMode,E=d||(m?"target":"source"),_=h.getBoundingClientRect(),S;u({connectionPosition:{x:t.clientX-_.left,y:t.clientY-_.top},connectionNodeId:n,connectionHandleId:r,connectionHandleType:E}),b==null||b(t,{nodeId:n,handleId:r,handleType:E});function R(P){u({connectionPosition:{x:P.clientX-_.left,y:P.clientY-_.top}});var A=Gb(P,w,o,n,r,l,p),k=A.connection,L=A.elementBelow,$=A.isValid,j=A.isHoveringHandle;if(!j)return Tm(S);k.source!==k.target&&L&&(Tm(S),S=L,L.classList.add("react-flow__handle-connecting"),L.classList.toggle("react-flow__handle-valid",$))}function I(P){var A=a(),k=A.onConnectStop,L=A.onConnectEnd,$=Gb(P,w,o,n,r,l,p),j=$.connection,D=$.isValid;k==null||k(P),D&&(i==null||i(j)),L==null||L(P),d&&f&&f(P),Tm(S),u({connectionNodeId:null,connectionHandleId:null,connectionHandleType:null}),p.removeEventListener("mousemove",R),p.removeEventListener("mouseup",I)}p.addEventListener("mousemove",R),p.addEventListener("mouseup",I)}var mY=["type","position","isValidConnection","isConnectable","id","onConnect","children","className","onMouseDown"];function cP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Am(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?cP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):cP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var yY=function(){return!0},bY=function(t){return{connectionStartHandle:t.connectionStartHandle,connectOnClick:t.connectOnClick}},M2=T.forwardRef(function(e,t){var r=e.type,n=r===void 0?"source":r,i=e.position,o=i===void 0?Se.Top:i,a=e.isValidConnection,u=a===void 0?yY:a,l=e.isConnectable,d=l===void 0?!0:l,f=e.id,h=e.onConnect,p=e.children,v=e.className,m=e.onMouseDown,y=zl(e,mY),x=Ft(),b=T.useContext($x),w=gt(bY,Xt),E=w.connectionStartHandle,_=w.connectOnClick,S=f||null,R=n==="target",I=function(L){var $=x.getState(),j=$.defaultEdgeOptions,D=$.onConnect,G=$.hasDefaultEdges,B=Am(Am({},j),L);if(G){var Y=x.getState(),Z=Y.edges;x.setState({edges:jK(B,Z)})}D==null||D(B),h==null||h(B)},P=function(L){L.button===0&&A2({event:L,handleId:S,nodeId:b,onConnect:I,isTarget:R,getState:x.getState,setState:x.setState,isValidConnection:u}),m==null||m(L)},A=function(L){var $=x.getState(),j=$.onClickConnectStart,D=$.onClickConnectStop,G=$.onClickConnectEnd,B=$.connectionMode;if(!E){j==null||j(L,{nodeId:b,handleId:S,handleType:n}),x.setState({connectionStartHandle:{nodeId:b,type:n,handleId:S}});return}var Y=h2(L.target),Z=Gb(L,B,E.type==="target",E.nodeId,E.handleId||null,u,Y),te=Z.connection,U=Z.isValid;D==null||D(L),U&&I(te),G==null||G(L),x.setState({connectionStartHandle:null})};return T.createElement("div",Am({"data-handleid":S,"data-nodeid":b,"data-handlepos":o,className:cr(["react-flow__handle","react-flow__handle-".concat(o),"nodrag",v,{source:!R,target:R,connectable:d,connecting:(E==null?void 0:E.nodeId)===b&&(E==null?void 0:E.handleId)===S&&(E==null?void 0:E.type)===n}]),onMouseDown:P,onClick:_?A:void 0,ref:t},y),p)});M2.displayName="Handle";var Qu=T.memo(M2),D2=function(t){var r=t.data,n=t.isConnectable,i=t.targetPosition,o=i===void 0?Se.Top:i,a=t.sourcePosition,u=a===void 0?Se.Bottom:a;return T.createElement(T.Fragment,null,T.createElement(Qu,{type:"target",position:o,isConnectable:n}),r==null?void 0:r.label,T.createElement(Qu,{type:"source",position:u,isConnectable:n}))};D2.displayName="DefaultNode";var Kb=T.memo(D2),j2=function(t){var r=t.data,n=t.isConnectable,i=t.sourcePosition,o=i===void 0?Se.Bottom:i;return T.createElement(T.Fragment,null,r==null?void 0:r.label,T.createElement(Qu,{type:"source",position:o,isConnectable:n}))};j2.displayName="InputNode";var q2=T.memo(j2),k2=function(t){var r=t.data,n=t.isConnectable,i=t.targetPosition,o=i===void 0?Se.Top:i;return T.createElement(T.Fragment,null,T.createElement(Qu,{type:"target",position:o,isConnectable:n}),r==null?void 0:r.label)};k2.displayName="OutputNode";var L2=T.memo(k2),xY=function(t){return{selectedNodes:Array.from(t.nodeInternals.values()).filter(function(r){return r.selected}),selectedEdges:t.edges.filter(function(r){return r.selected})}},wY=function(t,r){var n=t.selectedNodes.map(function(u){return u.id}),i=r.selectedNodes.map(function(u){return u.id}),o=t.selectedEdges.map(function(u){return u.id}),a=r.selectedEdges.map(function(u){return u.id});return Xt(n,i)&&Xt(o,a)};function _Y(e){var t=e.onSelectionChange,r=gt(xY,wY),n=r.selectedNodes,i=r.selectedEdges;return T.useEffect(function(){t({nodes:n,edges:i})},[n,i]),null}var EY=T.memo(_Y),SY=function(t){return{setNodes:t.setNodes,setEdges:t.setEdges,setDefaultNodesAndEdges:t.setDefaultNodesAndEdges,setMinZoom:t.setMinZoom,setMaxZoom:t.setMaxZoom,setTranslateExtent:t.setTranslateExtent,setNodeExtent:t.setNodeExtent,reset:t.reset}};function qn(e,t){T.useEffect(function(){typeof e<"u"&&t(e)},[e])}function tt(e,t,r){T.useEffect(function(){typeof t<"u"&&r(He({},e,t))},[t])}var OY=function(t){var r=t.nodes,n=t.edges,i=t.defaultNodes,o=t.defaultEdges,a=t.onConnect,u=t.onConnectStart,l=t.onConnectStop,d=t.onConnectEnd,f=t.onClickConnectStart,h=t.onClickConnectStop,p=t.onClickConnectEnd,v=t.nodesDraggable,m=t.nodesConnectable,y=t.minZoom,x=t.maxZoom,b=t.nodeExtent,w=t.onNodesChange,E=t.onEdgesChange,_=t.elementsSelectable,S=t.connectionMode,R=t.snapGrid,I=t.snapToGrid,P=t.translateExtent,A=t.connectOnClick,k=t.defaultEdgeOptions,L=t.fitView,$=t.fitViewOptions,j=t.onNodesDelete,D=t.onEdgesDelete,G=t.onNodeDrag,B=t.onNodeDragStart,Y=t.onNodeDragStop,Z=t.onSelectionDrag,te=t.onSelectionDragStart,U=t.onSelectionDragStop,re=gt(SY,Xt),ae=re.setNodes,le=re.setEdges,F=re.setDefaultNodesAndEdges,W=re.setMinZoom,J=re.setMaxZoom,H=re.setTranslateExtent,K=re.setNodeExtent,se=re.reset,oe=Ft();return T.useEffect(function(){return F(i,o),function(){se()}},[]),tt("defaultEdgeOptions",k,oe.setState),tt("connectionMode",S,oe.setState),tt("onConnect",a,oe.setState),tt("onConnectStart",u,oe.setState),tt("onConnectStop",l,oe.setState),tt("onConnectEnd",d,oe.setState),tt("onClickConnectStart",f,oe.setState),tt("onClickConnectStop",h,oe.setState),tt("onClickConnectEnd",p,oe.setState),tt("nodesDraggable",v,oe.setState),tt("nodesConnectable",m,oe.setState),tt("elementsSelectable",_,oe.setState),tt("snapToGrid",I,oe.setState),tt("snapGrid",R,oe.setState),tt("onNodesChange",w,oe.setState),tt("onEdgesChange",E,oe.setState),tt("connectOnClick",A,oe.setState),tt("fitViewOnInit",L,oe.setState),tt("fitViewOnInitOptions",$,oe.setState),tt("onNodesDelete",j,oe.setState),tt("onEdgesDelete",D,oe.setState),tt("onNodeDrag",G,oe.setState),tt("onNodeDragStart",B,oe.setState),tt("onNodeDragStop",Y,oe.setState),tt("onSelectionDrag",Z,oe.setState),tt("onSelectionDragStart",te,oe.setState),tt("onSelectionDragStop",U,oe.setState),qn(r,ae),qn(n,le),qn(i,ae),qn(o,le),qn(y,W),qn(x,J),qn(P,H),qn(b,K),null},CY=".react-flow{height:100%;overflow:hidden;position:relative;width:100%}.react-flow__container{height:100%;left:0;position:absolute;top:0;width:100%}.react-flow__pane{z-index:1}.react-flow__viewport{pointer-events:none;transform-origin:0 0;z-index:2}.react-flow__renderer{z-index:4}.react-flow__selectionpane{z-index:5}.react-flow .react-flow__edges{overflow:visible;pointer-events:none}.react-flow .react-flow__connectionline{z-index:1001}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.inactive{pointer-events:none}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edge-path{fill:none}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connection-path{fill:none}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{box-sizing:border-box;pointer-events:all;position:absolute;transform-origin:0 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.react-flow__nodesselection{pointer-events:none;transform-origin:left top;z-index:3}.react-flow__nodesselection-rect{cursor:-webkit-grab;cursor:grab;pointer-events:all;position:absolute}.react-flow__handle{pointer-events:none;position:absolute}.react-flow__handle.connectable{pointer-events:all}.react-flow__handle-bottom{bottom:-4px;left:50%;top:auto;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{left:-4px;top:50%;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__controls{bottom:20px;left:15px;position:absolute;z-index:5}.react-flow__controls-button{border:none;height:24px;width:24px}.react-flow__controls-button svg{width:100%}.react-flow__minimap{bottom:20px;position:absolute;right:15px;z-index:5}.react-flow__attribution{background:hsla(0,0%,100%,.5);color:#999;font-size:10px;padding:2px 3px;position:absolute;z-index:1000}.react-flow__attribution a{color:#555;text-decoration:none}.react-flow__attribution.top{top:0}.react-flow__attribution.bottom{bottom:0}.react-flow__attribution.left{left:0}.react-flow__attribution.right{right:0}.react-flow__attribution.center{left:50%;transform:translateX(-50%)}",RY=CY,IY=".react-flow__edge.selected .react-flow__edge-path{stroke:#555}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-path{stroke:#b1b1b7;stroke-width:1}.react-flow__edge-text{font-size:10px}.react-flow__edge-textbg{fill:#fff}.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1}.react-flow__node{cursor:-webkit-grab;cursor:grab}.react-flow__node-default,.react-flow__node-group,.react-flow__node-input,.react-flow__node-output{background:#fff;border:1px solid #1a192b;border-radius:3px;color:#222;font-size:12px;padding:10px;text-align:center;width:150px}.react-flow__node-default.selected,.react-flow__node-group.selected,.react-flow__node-input.selected,.react-flow__node-output.selected{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-default .react-flow__handle,.react-flow__node-group .react-flow__handle,.react-flow__node-input .react-flow__handle,.react-flow__node-output .react-flow__handle{background:#1a192b}.react-flow__node-default.selectable:hover,.react-flow__node-group.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover{box-shadow:0 1px 4px 1px rgba(0,0,0,.08)}.react-flow__node-default.selectable.selected,.react-flow__node-group.selectable.selected,.react-flow__node-input.selectable.selected,.react-flow__node-output.selectable.selected{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background:hsla(0,0%,94%,.25);border-color:#1a192b}.react-flow__nodesselection-rect,.react-flow__selection{background:rgba(0,89,220,.08);border:1px dotted rgba(0,89,220,.8)}.react-flow__handle{background:#555;border:1px solid #fff;border-radius:100%;height:6px;width:6px}.react-flow__handle.connectable{cursor:crosshair}.react-flow__minimap{background-color:#fff}.react-flow__controls{box-shadow:0 0 2px 1px rgba(0,0,0,.08)}.react-flow__controls-button{align-items:center;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;cursor:pointer;display:flex;height:16px;justify-content:center;padding:5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:16px}.react-flow__controls-button svg{max-height:12px;max-width:12px}.react-flow__controls-button:hover{background:#f4f4f4}",PY=IY,NY=function(t,r,n){return n===Se.Left?t-r:n===Se.Right?t+r:t},TY=function(t,r,n){return n===Se.Top?t-r:n===Se.Bottom?t+r:t},fP=function(t){var r=t.className,n=t.position,i=t.centerX,o=t.centerY,a=t.radius,u=a===void 0?10:a;return T.createElement("circle",{className:cr(["react-flow__edgeupdater",r]),cx:NY(i,u,n),cy:TY(o,u,n),r:u,stroke:"transparent",fill:"transparent"})},Qi=(function(e){var t=function(n){var i=n.id,o=n.className,a=n.type,u=n.data,l=n.onClick,d=n.onEdgeDoubleClick,f=n.selected,h=n.animated,p=n.label,v=n.labelStyle,m=n.labelShowBg,y=n.labelBgStyle,x=n.labelBgPadding,b=n.labelBgBorderRadius,w=n.style,E=n.source,_=n.target,S=n.sourceX,R=n.sourceY,I=n.targetX,P=n.targetY,A=n.sourcePosition,k=n.targetPosition,L=n.elementsSelectable,$=n.hidden,j=n.sourceHandleId,D=n.targetHandleId,G=n.onContextMenu,B=n.onMouseEnter,Y=n.onMouseMove,Z=n.onMouseLeave,te=n.edgeUpdaterRadius,U=n.onEdgeUpdate,re=n.onEdgeUpdateStart,ae=n.onEdgeUpdateEnd,le=n.markerEnd,F=n.markerStart,W=n.rfId,J=T.useState(!1),H=Le(J,2),K=H[0],se=H[1],oe=Ft(),fe=function(rt){var bt=oe.getState(),Jt=bt.edges,fr=bt.addSelectedEdges,Dt=Jt.find(function(_t){return _t.id===i});L&&(oe.setState({nodesSelectionActive:!1}),fr([i])),l==null||l(rt,Dt)},V=la(i,oe.getState,d),ee=la(i,oe.getState,G),we=la(i,oe.getState,B),be=la(i,oe.getState,Y),de=la(i,oe.getState,Z),ue=function(rt,bt){var Jt=bt?_:E,fr=(bt?D:j)||null,Dt=bt?"target":"source",_t=function(){return!0},jt=bt,Ur=oe.getState().edges.find(function(dr){return dr.id===i});re==null||re(rt,Ur,Dt);var Yn=ae?function(dr){return ae(dr,Ur,Dt)}:void 0,Cn=function(Mi){return U==null?void 0:U(Ur,Mi)};A2({event:rt,handleId:fr,nodeId:Jt,onConnect:Cn,isTarget:jt,getState:oe.getState,setState:oe.setState,isValidConnection:_t,elementEdgeUpdaterType:Dt,onEdgeUpdateEnd:Yn})},Ee=function(rt){return ue(rt,!0)},Pe=function(rt){return ue(rt,!1)},Ze=function(){return se(!0)},ze=function(){return se(!1)},Fe=T.useMemo(function(){return"url(#".concat(Hb(F,W),")")},[F,W]),Ve=T.useMemo(function(){return"url(#".concat(Hb(le,W),")")},[le,W]);if($)return null;var lt=!L&&!l,ct=typeof U<"u",mt=cr(["react-flow__edge","react-flow__edge-".concat(a),o,{selected:f,animated:h,inactive:lt,updating:K}]);return T.createElement("g",{className:mt,onClick:fe,onDoubleClick:V,onContextMenu:ee,onMouseEnter:we,onMouseMove:be,onMouseLeave:de},T.createElement(e,{id:i,source:E,target:_,selected:f,animated:h,label:p,labelStyle:v,labelShowBg:m,labelBgStyle:y,labelBgPadding:x,labelBgBorderRadius:b,data:u,style:w,sourceX:S,sourceY:R,targetX:I,targetY:P,sourcePosition:A,targetPosition:k,sourceHandleId:j,targetHandleId:D,markerStart:Fe,markerEnd:Ve,"data-testid":"rf__edge-".concat(i)}),ct&&T.createElement("g",{onMouseDown:Ee,onMouseEnter:Ze,onMouseOut:ze},T.createElement(fP,{position:A,centerX:S,centerY:R,radius:te})),ct&&T.createElement("g",{onMouseDown:Pe,onMouseEnter:Ze,onMouseOut:ze},T.createElement(fP,{position:k,centerX:I,centerY:P,radius:te})))};return t.displayName="EdgeWrapper",T.memo(t)});function dP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function hP(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?dP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):dP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function AY(e){var t={default:Qi(e.default||Wb),straight:Qi(e.bezier||T2),step:Qi(e.step||N2),smoothstep:Qi(e.step||Fx),simplebezier:Qi(e.simplebezier||I2)},r={},n=Object.keys(e).filter(function(i){return!["default","bezier"].includes(i)}).reduce(function(i,o){return i[o]=Qi(e[o]||Wb),i},r);return hP(hP({},t),n)}function pP(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null,n=((r==null?void 0:r.x)||0)+t.x,i=((r==null?void 0:r.y)||0)+t.y,o=(r==null?void 0:r.width)||t.width,a=(r==null?void 0:r.height)||t.height;switch(e){case Se.Top:return{x:n+o/2,y:i};case Se.Right:return{x:n+o,y:i+a/2};case Se.Bottom:return{x:n+o/2,y:i+a};case Se.Left:return{x:n,y:i+a/2}}}function vP(e,t){if(!e)return null;var r=null;return e.length===1||!t?r=e[0]:t&&(r=e.find(function(n){return n.id===t})),typeof r>"u"?null:r}var MY=function(t,r,n,i,o,a){var u=pP(n,t,r),l=pP(a,i,o);return{sourceX:u.x,sourceY:u.y,targetX:l.x,targetY:l.y}};function DY(e){var t=e.sourcePos,r=e.targetPos,n=e.sourceWidth,i=e.sourceHeight,o=e.targetWidth,a=e.targetHeight,u=e.width,l=e.height,d=e.transform,f={x:Math.min(t.x,r.x),y:Math.min(t.y,r.y),x2:Math.max(t.x+n,r.x+o),y2:Math.max(t.y+i,r.y+a)};f.x===f.x2&&(f.x2+=1),f.y===f.y2&&(f.y2+=1);var h=Xu({x:(0-d[0])/d[2],y:(0-d[1])/d[2],width:u/d[2],height:l/d[2]}),p=Math.max(0,Math.min(h.x2,f.x2)-Math.max(h.x,f.x)),v=Math.max(0,Math.min(h.y2,f.y2)-Math.max(h.y,f.y)),m=Math.ceil(p*v);return m>0}function gP(e,t){var r,n,i,o,a,u=e.get(t),l=(u==null||(r=u[Nt])===null||r===void 0?void 0:r.handleBounds)||null,d=!u||!l||!u.width||!u.height||typeof((n=u.positionAbsolute)===null||n===void 0?void 0:n.x)>"u"||typeof((i=u.positionAbsolute)===null||i===void 0?void 0:i.y)>"u";return[{x:(u==null||(o=u.positionAbsolute)===null||o===void 0?void 0:o.x)||0,y:(u==null||(a=u.positionAbsolute)===null||a===void 0?void 0:a.y)||0,width:(u==null?void 0:u.width)||0,height:(u==null?void 0:u.height)||0},l,!d]}var jY=typeof document<"u"?document:null,el=(function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{target:jY},r=T.useState(!1),n=Le(r,2),i=n[0],o=n[1],a=T.useRef(new Set([])),u=T.useMemo(function(){if(e!==null){var h=Array.isArray(e)?e:[e],p=h.filter(function(m){return typeof m=="string"}).map(function(m){return m.split("+")}),v=p.reduce(function(m,y){return m.concat.apply(m,gi(y))},[]);return[p,v]}return[[],[]]},[e]),l=Le(u,2),d=l[0],f=l[1];return T.useEffect(function(){if(e!==null){var h,p,v=function(b){if(bP(b))return!1;var w=yP(b.code,f);a.current.add(b[w]),mP(d,a.current,!1)&&(b.preventDefault(),o(!0))},m=function(b){if(bP(b))return!1;var w=yP(b.code,f);mP(d,a.current,!0)?(o(!1),a.current.clear()):a.current.delete(b[w])},y=function(){a.current.clear(),o(!1)};return t==null||(h=t.target)===null||h===void 0||h.addEventListener("keydown",v),t==null||(p=t.target)===null||p===void 0||p.addEventListener("keyup",m),window.addEventListener("blur",y),function(){var x,b;t==null||(x=t.target)===null||x===void 0||x.removeEventListener("keydown",v),t==null||(b=t.target)===null||b===void 0||b.removeEventListener("keyup",m),window.removeEventListener("blur",y)}}},[e,o]),i});function mP(e,t,r){return e.filter(function(n){return r||n.length===t.size}).some(function(n){return n.every(function(i){return t.has(i)})})}function yP(e,t){return t.includes(e)?"code":"key"}function bP(e){var t,r=((t=e.composedPath)===null||t===void 0?void 0:t.call(e)[0])||e.target;return["INPUT","SELECT","TEXTAREA"].includes(r==null?void 0:r.nodeName)||(r==null?void 0:r.hasAttribute("contenteditable"))}var qY=function(t){return{onNodesChange:t.onNodesChange,onEdgesChange:t.onEdgesChange}},kY=(function(e){var t=e.deleteKeyCode,r=e.multiSelectionKeyCode,n=Ft(),i=gt(qY,Xt),o=i.onNodesChange,a=i.onEdgesChange,u=el(t),l=el(r);T.useEffect(function(){var d=n.getState(),f=d.nodeInternals,h=d.edges,p=d.hasDefaultNodes,v=d.hasDefaultEdges,m=d.onNodesDelete,y=d.onEdgesDelete,x=Array.from(f.values()),b=x.reduce(function(P,A){return(!A.selected&&A.parentNode&&P.find(function(k){return k.id===A.parentNode})||A.selected)&&P.push(A),P},[]),w=h.filter(function(P){return P.selected});if(u&&(b||w)){var E=w2(b,h),_=[].concat(gi(w),gi(E)),S=_.reduce(function(P,A){return P.includes(A.id)||P.push(A.id),P},[]);if((v||p)&&(v&&n.setState({edges:h.filter(function(P){return!S.includes(P.id)})}),p&&(b.forEach(function(P){f.delete(P.id)}),n.setState({nodeInternals:new Map(f)}))),S.length>0&&(y==null||y(_),a)){var R=S.map(function(P){return{id:P,type:"remove"}});a(R)}if(b.length>0&&(m==null||m(b),o)){var I=b.map(function(P){return{id:P.id,type:"remove"}});o(I)}n.setState({nodesSelectionActive:!1})}},[u,o,a]),T.useEffect(function(){n.setState({multiSelectionActive:l})},[l])});function LY(e){var t=Ft();T.useEffect(function(){var r,n=function(){if(e.current){var o=kx(e.current);process.env.NODE_ENV==="development"&&(o.height===0||o.width===0)&&console.warn("[React Flow]: The React Flow parent container needs a width and a height to render the graph. Help: https://reactflow.dev/error#400"),t.setState({width:o.width||500,height:o.height||500})}};return n(),window.onresize=n,e.current&&(r=new ResizeObserver(function(){return n()}),r.observe(e.current)),function(){window.onresize=null,r&&e.current&&r.unobserve(e.current)}},[])}var BY=function(t,r){return t.x!==r.x||t.y!==r.y||t.zoom!==r.k},Mm=function(t){return{x:t.x,y:t.y,zoom:t.k}},gu=function(t,r){return t.target.closest(".".concat(r))},FY=function(t){return{d3Zoom:t.d3Zoom,d3Selection:t.d3Selection,d3ZoomHandler:t.d3ZoomHandler}},$Y=function(t){var r=t.onMove,n=t.onMoveStart,i=t.onMoveEnd,o=t.zoomOnScroll,a=o===void 0?!0:o,u=t.zoomOnPinch,l=u===void 0?!0:u,d=t.panOnScroll,f=d===void 0?!1:d,h=t.panOnScrollSpeed,p=h===void 0?.5:h,v=t.panOnScrollMode,m=v===void 0?ho.Free:v,y=t.zoomOnDoubleClick,x=y===void 0?!0:y,b=t.selectionKeyPressed,w=t.elementsSelectable,E=t.panOnDrag,_=E===void 0?!0:E,S=t.translateExtent,R=t.minZoom,I=t.maxZoom,P=t.defaultZoom,A=P===void 0?1:P,k=t.defaultPosition,L=k===void 0?[0,0]:k,$=t.zoomActivationKeyCode,j=t.preventScrolling,D=j===void 0?!0:j,G=t.children,B=t.noWheelClassName,Y=t.noPanClassName,Z=Ft(),te=T.useRef(!1),U=T.useRef(null),re=T.useRef({x:0,y:0,zoom:0}),ae=gt(FY,Xt),le=ae.d3Zoom,F=ae.d3Selection,W=ae.d3ZoomHandler,J=el($);return LY(U),T.useEffect(function(){if(U.current){var H,K=OK().scaleExtent([R,I]).translateExtent(S),se=qr(U.current).call(K),oe=po(L[0],S[0][0],S[1][0]),fe=po(L[1],S[0][1],S[1][1]),V=po(A,R,I),ee=vi.translate(oe,fe).scale(V);K.transform(se,ee),Z.setState({d3Zoom:K,d3Selection:se,d3ZoomHandler:se.on("wheel.zoom"),transform:[oe,fe,V],domNode:(H=se.node())===null||H===void 0?void 0:H.closest(".react-flow")})}},[]),T.useEffect(function(){F&&le&&(f&&!J?F.on("wheel",function(H){if(gu(H,B))return!1;H.preventDefault(),H.stopImmediatePropagation();var K=F.property("__zoom").k||1;if(H.ctrlKey&&l){var se=Zr(H),oe=-H.deltaY*(H.deltaMode===1?.05:H.deltaMode?1:.002)*10,fe=K*Math.pow(2,oe);le.scaleTo(F,fe,se);return}var V=H.deltaMode===1?20:1,ee=m===ho.Vertical?0:H.deltaX*V,we=m===ho.Horizontal?0:H.deltaY*V;le.translateBy(F,-(ee/K)*p,-(we/K)*p)}).on("wheel.zoom",null):typeof W<"u"&&F.on("wheel",function(H){if(!D||gu(H,B))return null;H.preventDefault()}).on("wheel.zoom",W))},[f,m,F,le,W,J,l,D,B]),T.useEffect(function(){le&&(b&&!te.current?le.on("zoom",null):b||le.on("zoom",function(H){if(Z.setState({transform:[H.transform.x,H.transform.y,H.transform.k]}),r){var K=Mm(H.transform);r(H.sourceEvent,K)}}))},[b,le,r]),T.useEffect(function(){le&&le.on("start",function(H){if(te.current=!0,n){var K=Mm(H.transform);re.current=K,n(H.sourceEvent,K)}})},[le,n]),T.useEffect(function(){le&&le.on("end",function(H){if(te.current=!1,i&&BY(re.current,H.transform)){var K=Mm(H.transform);re.current=K,i(H.sourceEvent,K)}})},[le,i]),T.useEffect(function(){le&&le.filter(function(H){var K=J||a,se=l&&H.ctrlKey;return!_&&!K&&!f&&!x&&!l||b||!x&&H.type==="dblclick"||gu(H,B)&&H.type==="wheel"||gu(H,Y)&&H.type!=="wheel"||!l&&H.ctrlKey&&H.type==="wheel"||!K&&!f&&!se&&H.type==="wheel"||!_&&(H.type==="mousedown"||H.type==="touchstart")?!1:(!H.ctrlKey||H.type==="wheel")&&!H.button})},[le,a,l,f,x,_,b,w,J]),T.createElement("div",{className:"react-flow__renderer react-flow__container",ref:U},G)};function xP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function wP(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?xP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):xP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function _P(e,t){return{x:e.clientX-t.left,y:e.clientY-t.top}}var zY=function(t){return{userSelectionActive:t.userSelectionActive,elementsSelectable:t.elementsSelectable}},EP={startX:0,startY:0,x:0,y:0,width:0,height:0,draw:!1},HY=T.memo(function(e){var t=e.selectionKeyPressed,r=Ft(),n=T.useRef(0),i=T.useRef(0),o=T.useRef(),a=T.useState(EP),u=Le(a,2),l=u[0],d=u[1],f=gt(zY,Xt),h=f.userSelectionActive,p=f.elementsSelectable,v=h||t;if(!p||!v)return null;var m=function(){d(EP),r.setState({userSelectionActive:!1}),n.current=0,i.current=0},y=function(_){var S=_.target.closest(".react-flow");o.current=S.getBoundingClientRect();var R=_P(_,o.current);d({width:0,height:0,startX:R.x,startY:R.y,x:R.x,y:R.y,draw:!0}),r.setState({userSelectionActive:!0,nodesSelectionActive:!1})},x=function(_){var S,R;if(!(!t||!l.draw||!o.current)){var I=_P(_,o.current),P=(S=l.startX)!==null&&S!==void 0?S:0,A=(R=l.startY)!==null&&R!==void 0?R:0,k=wP(wP({},l),{},{x:I.x<P?I.x:P,y:I.y<A?I.y:A,width:Math.abs(I.x-P),height:Math.abs(I.y-A)}),L=r.getState(),$=L.nodeInternals,j=L.edges,D=L.transform,G=L.onNodesChange,B=L.onEdgesChange,Y=Array.from($.values()),Z=x2($,k,D,!1,!0),te=w2(Z,j).map(function(le){return le.id}),U=Z.map(function(le){return le.id});if(n.current!==U.length){n.current=U.length;var re=so(Y,U);re.length&&(G==null||G(re))}if(i.current!==te.length){i.current=te.length;var ae=so(j,te);ae.length&&(B==null||B(ae))}d(k)}},b=function(){r.setState({nodesSelectionActive:n.current>0}),m()},w=function(){r.setState({nodesSelectionActive:!1}),m()};return T.createElement("div",{className:"react-flow__selectionpane react-flow__container",onMouseDown:y,onMouseMove:x,onMouseUp:b,onMouseLeave:w},l.draw&&T.createElement("div",{className:"react-flow__selection react-flow__container",style:{width:l.width,height:l.height,transform:"translate(".concat(l.x,"px, ").concat(l.y,"px)")}}))});function SP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function OP(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?SP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):SP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function B2(e,t){if(!e.parentNode)return!1;var r=t.get(e.parentNode);return r?r.selected?!0:B2(r,t):!1}function CP(e,t,r){var n=e;do{var i;if((i=n)!==null&&i!==void 0&&i.matches(t))return!0;if(n===r.current)return!1;n=n.parentElement}while(n);return!1}function VY(e,t,r){return Array.from(e.values()).filter(function(n){return(n.selected||n.id===r)&&(!n.parentNode||!B2(n,e))}).map(function(n){var i,o,a,u;return{id:n.id,position:n.position||{x:0,y:0},positionAbsolute:n.positionAbsolute||{x:0,y:0},distance:{x:t.x-((i=(o=n.positionAbsolute)===null||o===void 0?void 0:o.x)!==null&&i!==void 0?i:0),y:t.y-((a=(u=n.positionAbsolute)===null||u===void 0?void 0:u.y)!==null&&a!==void 0?a:0)},delta:{x:0,y:0},extent:n.extent,parentNode:n.parentNode,width:n.width,height:n.height}})}function UY(e,t,r,n,i,o){var a=Le(n,2),u=a[0],l=a[1],d=e.extent||o,f={x:t.x-e.distance.x,y:t.y-e.distance.y};if(r&&(f.x=u*Math.round(f.x/u),f.y=l*Math.round(f.y/l)),e.extent==="parent")if(e.parentNode&&e.width&&e.height){var h=i.get(e.parentNode);d=h!=null&&h.positionAbsolute&&h!==null&&h!==void 0&&h.width&&h!==null&&h!==void 0&&h.height?[[h.positionAbsolute.x,h.positionAbsolute.y],[h.positionAbsolute.x+h.width-e.width,h.positionAbsolute.y+h.height-e.height]]:d}else process.env.NODE_ENV==="development"&&console.warn("[React Flow]: Only child nodes can use a parent extent. Help: https://reactflow.dev/error#500"),d=o;else if(e.extent&&e.parentNode){var p,v,m,y,x=i.get(e.parentNode),b=(p=x==null||(v=x.positionAbsolute)===null||v===void 0?void 0:v.x)!==null&&p!==void 0?p:0,w=(m=x==null||(y=x.positionAbsolute)===null||y===void 0?void 0:y.y)!==null&&m!==void 0?m:0;d=[[e.extent[0][0]+b,e.extent[0][1]+w],[e.extent[1][0]+b,e.extent[1][1]+w]]}var E={x:0,y:0};if(e.parentNode){var _,S,R,I,P=i.get(e.parentNode);E={x:(_=P==null||(S=P.positionAbsolute)===null||S===void 0?void 0:S.x)!==null&&_!==void 0?_:0,y:(R=P==null||(I=P.positionAbsolute)===null||I===void 0?void 0:I.y)!==null&&R!==void 0?R:0}}return e.positionAbsolute=d?d2(f,d):f,e.position={x:e.positionAbsolute.x-E.x,y:e.positionAbsolute.y-E.y},e}function Dm(e){var t=e.nodeId,r=e.dragItems,n=e.nodeInternals,i=r.map(function(o){var a=n.get(o.id);return OP(OP({},a),{},{position:o.position,positionAbsolute:o.positionAbsolute})});return[t?i.find(function(o){return o.id===t}):i[0],i]}function jm(e){return function(t,r,n){return e==null?void 0:e(t,n)}}function F2(e){var t=e.nodeRef,r=e.disabled,n=r===void 0?!1:r,i=e.noDragClassName,o=e.handleSelector,a=e.nodeId,u=e.isSelectable,l=e.selectNodesOnDrag,d=T.useState(!1),f=Le(d,2),h=f[0],p=f[1],v=Ft(),m=T.useRef(),y=T.useRef({x:null,y:null}),x=T.useCallback(function(b){var w=b.sourceEvent,E=v.getState(),_=E.transform,S=E.snapGrid,R=E.snapToGrid,I=w.touches?w.touches[0].clientX:w.clientX,P=w.touches?w.touches[0].clientY:w.clientY,A=b2({x:I,y:P},_,R,S);return A},[]);return T.useEffect(function(){if(t!=null&&t.current){var b=qr(t.current);if(n)b.on(".drag",null);else{var w=j8().on("start",function(E){var _=v.getState(),S=_.nodeInternals,R=_.multiSelectionActive,I=_.unselectNodesAndEdges,P=_.onNodeDragStart,A=_.onSelectionDragStart,k=a?P:jm(A);if(!l&&!R&&a){var L;(L=S.get(a))!==null&&L!==void 0&&L.selected||I()}a&&u&&l&&y2({id:a,store:v});var $=x(E);if(y.current=$,m.current=VY(S,$,a),k&&m.current){var j=Dm({nodeId:a,dragItems:m.current,nodeInternals:S}),D=Le(j,2),G=D[0],B=D[1];k(E.sourceEvent,G,B)}}).on("drag",function(E){var _=v.getState(),S=_.updateNodePositions,R=_.snapToGrid,I=_.snapGrid,P=_.nodeInternals,A=_.nodeExtent,k=_.onNodeDrag,L=_.onSelectionDrag,$=x(E);if((y.current.x!==$.x||y.current.y!==$.y)&&m.current){y.current=$,m.current=m.current.map(function(Z){return UY(Z,$,R,I,P,A)});var j=a?k:jm(L);if(S(m.current,!0,!0),p(!0),j){var D=Dm({nodeId:a,dragItems:m.current,nodeInternals:P}),G=Le(D,2),B=G[0],Y=G[1];j(E.sourceEvent,B,Y)}}E.on("end",function(Z){if(p(!1),m.current){var te=v.getState(),U=te.updateNodePositions,re=te.nodeInternals,ae=te.onNodeDragStop,le=te.onSelectionDragStop,F=a?ae:jm(le);if(U(m.current,!1,!1),F){var W=Dm({nodeId:a,dragItems:m.current,nodeInternals:re}),J=Le(W,2),H=J[0],K=J[1];F(Z.sourceEvent,H,K)}}})}).filter(function(E){var _=E.target,S=!E.button&&(!i||!CP(_,".".concat(i),t))&&(!o||CP(_,o,t));return S});return b.call(w),function(){b.on(".drag",null)}}}},[t,n,i,o,u,v,a,l,x]),h}function RP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function WY(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?RP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):RP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var GY=function(t){return WY({transformString:"translate(".concat(t.transform[0],"px,").concat(t.transform[1],"px) scale(").concat(t.transform[2],")"),userSelectionActive:t.userSelectionActive},Lx(Array.from(t.nodeInternals.values()).filter(function(r){return r.selected})))},KY=function(t){var r=Array.from(t.nodeInternals.values()).filter(function(n){return n.selected});return Lx(r)};function YY(e){var t=e.onSelectionContextMenu,r=e.noPanClassName,n=Ft(),i=gt(GY,Xt),o=i.transformString,a=i.userSelectionActive,u=gt(KY,Xt),l=u.width,d=u.height,f=u.x,h=u.y,p=T.useRef(null);if(F2({nodeRef:p}),a||!l||!d)return null;var v=t?function(m){var y=Array.from(n.getState().nodeInternals.values()).filter(function(x){return x.selected});t(m,y)}:void 0;return T.createElement("div",{className:cr(["react-flow__nodesselection","react-flow__container",r]),style:{transform:o}},T.createElement("div",{ref:p,className:"react-flow__nodesselection-rect",onContextMenu:v,style:{width:l,height:d,top:h,left:f}}))}var XY=T.memo(YY),ZY=function(t){return t.nodesSelectionActive},$2=function(t){var r=t.children,n=t.onPaneClick,i=t.onPaneContextMenu,o=t.onPaneScroll,a=t.deleteKeyCode,u=t.onMove,l=t.onMoveStart,d=t.onMoveEnd,f=t.selectionKeyCode,h=t.multiSelectionKeyCode,p=t.zoomActivationKeyCode,v=t.elementsSelectable,m=t.zoomOnScroll,y=t.zoomOnPinch,x=t.panOnScroll,b=t.panOnScrollSpeed,w=t.panOnScrollMode,E=t.zoomOnDoubleClick,_=t.panOnDrag,S=t.translateExtent,R=t.minZoom,I=t.maxZoom,P=t.defaultZoom,A=t.defaultPosition,k=t.preventScrolling,L=t.onSelectionContextMenu,$=t.noWheelClassName,j=t.noPanClassName,D=Ft(),G=gt(ZY),B=el(f);kY({deleteKeyCode:a,multiSelectionKeyCode:h});var Y=function(re){n==null||n(re),D.getState().resetSelectedElements(),D.setState({nodesSelectionActive:!1})},Z=i?function(U){return i(U)}:void 0,te=o?function(U){return o(U)}:void 0;return T.createElement($Y,{onMove:u,onMoveStart:l,onMoveEnd:d,selectionKeyPressed:B,elementsSelectable:v,zoomOnScroll:m,zoomOnPinch:y,panOnScroll:x,panOnScrollSpeed:b,panOnScrollMode:w,zoomOnDoubleClick:E,panOnDrag:_,translateExtent:S,minZoom:R,maxZoom:I,defaultZoom:P,defaultPosition:A,zoomActivationKeyCode:p,preventScrolling:k,noWheelClassName:$,noPanClassName:j},r,T.createElement(HY,{selectionKeyPressed:B}),G&&T.createElement(XY,{onSelectionContextMenu:L,noPanClassName:j}),T.createElement("div",{className:"react-flow__pane react-flow__container",onClick:Y,onContextMenu:Z,onWheel:te}))};$2.displayName="FlowRenderer";var JY=T.memo($2);function QY(e){var t=gt(T.useCallback(function(r){return e?x2(r.nodeInternals,{x:0,y:0,width:r.width,height:r.height},r.transform,!0):Array.from(r.nodeInternals.values())},[e]));return t}var e9=function(t){return{nodesDraggable:t.nodesDraggable,nodesConnectable:t.nodesConnectable,elementsSelectable:t.elementsSelectable,updateNodeDimensions:t.updateNodeDimensions}},z2=function(t){var r=gt(e9,Xt),n=r.nodesDraggable,i=r.nodesConnectable,o=r.elementsSelectable,a=r.updateNodeDimensions,u=QY(t.onlyRenderVisibleElements),l=T.useRef(),d=T.useMemo(function(){if(typeof ResizeObserver>"u")return null;var f=new ResizeObserver(function(h){var p=h.map(function(v){return{id:v.target.getAttribute("data-id"),nodeElement:v.target,forceUpdate:!0}});a(p)});return l.current=f,f},[]);return T.useEffect(function(){return function(){var f;l==null||(f=l.current)===null||f===void 0||f.disconnect()}},[]),T.createElement("div",{className:"react-flow__nodes react-flow__container"},u.map(function(f){var h,p,v,m,y,x,b,w=f.type||"default";t.nodeTypes[w]||(process.env.NODE_ENV==="development"&&console.warn('[React Flow]: Node type "'.concat(w,'" not found. Using fallback type "default". Help: https://reactflow.dev/error#300')),w="default");var E=t.nodeTypes[w]||t.nodeTypes.default,_=!!(f.draggable||n&&typeof f.draggable>"u"),S=!!(f.selectable||o&&typeof f.selectable>"u"),R=!!(f.connectable||i&&typeof f.connectable>"u");return T.createElement(E,{key:f.id,id:f.id,className:f.className,style:f.style,type:w,data:f.data,sourcePosition:f.sourcePosition||Se.Bottom,targetPosition:f.targetPosition||Se.Top,hidden:f.hidden,xPos:(h=(p=f.positionAbsolute)===null||p===void 0?void 0:p.x)!==null&&h!==void 0?h:0,yPos:(v=(m=f.positionAbsolute)===null||m===void 0?void 0:m.y)!==null&&v!==void 0?v:0,selectNodesOnDrag:t.selectNodesOnDrag,onClick:t.onNodeClick,onMouseEnter:t.onNodeMouseEnter,onMouseMove:t.onNodeMouseMove,onMouseLeave:t.onNodeMouseLeave,onContextMenu:t.onNodeContextMenu,onDoubleClick:t.onNodeDoubleClick,selected:!!f.selected,isDraggable:_,isSelectable:S,isConnectable:R,resizeObserver:d,dragHandle:f.dragHandle,zIndex:(y=(x=f[Nt])===null||x===void 0?void 0:x.z)!==null&&y!==void 0?y:0,isParent:!!((b=f[Nt])!==null&&b!==void 0&&b.isParent),noDragClassName:t.noDragClassName,noPanClassName:t.noPanClassName,initialized:!!f.width&&!!f.height})}))};z2.displayName="NodeRenderer";var t9=T.memo(z2),eo;function IP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function PP(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?IP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):IP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var r9=(eo={},He(eo,Se.Left,Se.Right),He(eo,Se.Right,Se.Left),He(eo,Se.Top,Se.Bottom),He(eo,Se.Bottom,Se.Top),eo),n9=(function(e){var t,r,n,i,o,a=e.connectionNodeId,u=e.connectionHandleType,l=e.connectionLineStyle,d=e.connectionLineType,f=d===void 0?$n.Bezier:d,h=e.isConnectable,p=e.CustomConnectionLineComponent,v=gt(T.useCallback(function(te){return{fromNode:te.nodeInternals.get(a),handleId:te.connectionHandleId,toX:(te.connectionPosition.x-te.transform[0])/te.transform[2],toY:(te.connectionPosition.y-te.transform[1])/te.transform[2]}},[a]),Xt),m=v.fromNode,y=v.handleId,x=v.toX,b=v.toY,w=m==null||(t=m[Nt])===null||t===void 0?void 0:t.handleBounds;if(!m||!h||!(w!=null&&w[u]))return null;var E=w[u],_=y?E.find(function(te){return te.id===y}):E[0],S=_?_.x+_.width/2:((r=m==null?void 0:m.width)!==null&&r!==void 0?r:0)/2,R=_?_.y+_.height/2:(n=m==null?void 0:m.height)!==null&&n!==void 0?n:0,I=((m==null||(i=m.positionAbsolute)===null||i===void 0?void 0:i.x)||0)+S,P=((m==null||(o=m.positionAbsolute)===null||o===void 0?void 0:o.y)||0)+R,A=_==null?void 0:_.position;if(!A)return null;var k=r9[A],L,$,j,D,G,B;switch(u){case"source":L=I,$=P,j=A,D=x,G=b,B=k;break;case"target":L=x,$=b,j=k,D=I,G=P,B=A;break}if(p)return T.createElement("g",{className:"react-flow__connection"},T.createElement(p,{connectionLineType:f,connectionLineStyle:l,fromNode:m,fromHandle:_,fromX:I,fromY:P,toX:x,toY:b,fromPosition:A,toPosition:k,sourcePosition:j,targetPosition:B,sourceNode:m,sourceHandle:_,targetX:D,targetY:G,sourceX:L,sourceY:$}));var Y="",Z={sourceX:L,sourceY:$,sourcePosition:j,targetX:D,targetY:G,targetPosition:B};return f===$n.Bezier?Y=Vl(Z):f===$n.Step?Y=Ub(PP(PP({},Z),{},{borderRadius:0})):f===$n.SmoothStep?Y=Ub(Z):f===$n.SimpleBezier?Y=R2(Z):Y="M".concat(L,",").concat($," ").concat(D,",").concat(G),T.createElement("g",{className:"react-flow__connection"},T.createElement("path",{d:Y,className:"react-flow__connection-path",style:l}))});function Yb(e){"@babel/helpers - typeof";return Yb=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Yb(e)}var mu,i9=function(t){var r=t.color,n=r===void 0?"none":r,i=t.strokeWidth,o=i===void 0?1:i;return T.createElement("polyline",{stroke:n,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:o,fill:"none",points:"-5,-4 0,0 -5,4"})},o9=function(t){var r=t.color,n=r===void 0?"none":r,i=t.strokeWidth,o=i===void 0?1:i;return T.createElement("polyline",{stroke:n,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:o,fill:n,points:"-5,-4 0,0 -5,4 -5,-4"})},NP=(mu={},He(mu,Yu.Arrow,i9),He(mu,Yu.ArrowClosed,o9),mu);function a9(e){var t=T.useMemo(function(){var r=NP.hasOwnProperty(e);return r?NP[e]:(process.env.NODE_ENV==="development"&&console.warn('[React Flow]: Marker type "'.concat(e,`" doesn't exist. Help: https://reactflow.dev/error#900`)),function(){return null})},[e]);return t}function TP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function s9(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?TP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):TP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var u9=function(t){var r=t.id,n=t.type,i=t.color,o=t.width,a=o===void 0?12.5:o,u=t.height,l=u===void 0?12.5:u,d=t.markerUnits,f=d===void 0?"strokeWidth":d,h=t.strokeWidth,p=t.orient,v=p===void 0?"auto":p,m=a9(n);return T.createElement("marker",{className:"react-flow__arrowhead",id:r,markerWidth:"".concat(a),markerHeight:"".concat(l),viewBox:"-10 -10 20 20",markerUnits:f,orient:v,refX:"0",refY:"0"},T.createElement(m,{color:i,strokeWidth:h}))},l9=function(t){var r=t.defaultColor,n=t.rfId;return function(i){var o=[];return i.edges.reduce(function(a,u){return[u.markerStart,u.markerEnd].forEach(function(l){if(l&&Yb(l)==="object"){var d=Hb(l,n);o.includes(d)||(a.push(s9({id:d,color:l.color||r},l)),o.push(d))}}),a},[]).sort(function(a,u){return a.id.localeCompare(u.id)})}},H2=function(t){var r=t.defaultColor,n=t.rfId,i=gt(T.useCallback(l9({defaultColor:r,rfId:n}),[r,n]),function(o,a){return!(o.length!==a.length||o.some(function(u,l){return u.id!==a[l].id}))});return T.createElement("defs",null,i.map(function(o){return T.createElement(u9,{id:o.id,key:o.id,type:o.type,color:o.color,width:o.width,height:o.height,markerUnits:o.markerUnits,strokeWidth:o.strokeWidth,orient:o.orient})}))};H2.displayName="MarkerDefinitions";var c9=T.memo(H2),f9=[{level:0,isMaxLevel:!0,edges:[]}];function d9(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,n=-1,i=e.reduce(function(a,u){var l=p2(u.zIndex),d=l?u.zIndex:0;if(r){var f,h,p,v;d=l?u.zIndex:Math.max(((f=t.get(u.source))===null||f===void 0||(h=f[Nt])===null||h===void 0?void 0:h.z)||0,((p=t.get(u.target))===null||p===void 0||(v=p[Nt])===null||v===void 0?void 0:v.z)||0)}return a[d]?a[d].push(u):a[d]=[u],n=d>n?d:n,a},{}),o=Object.entries(i).map(function(a){var u=Le(a,2),l=u[0],d=u[1],f=+l;return{edges:d,level:f,isMaxLevel:f===n}});return o.length===0?f9:o}function h9(e,t,r){var n=gt(T.useCallback(function(i){return e?i.edges.filter(function(o){var a=t.get(o.source),u=t.get(o.target);return(a==null?void 0:a.width)&&(a==null?void 0:a.height)&&(u==null?void 0:u.width)&&(u==null?void 0:u.height)&&DY({sourcePos:a.positionAbsolute||{x:0,y:0},targetPos:u.positionAbsolute||{x:0,y:0},sourceWidth:a.width,sourceHeight:a.height,targetWidth:u.width,targetHeight:u.height,width:i.width,height:i.height,transform:i.transform})}):i.edges},[e,t]));return d9(n,t,r)}var p9=function(t){return{connectionNodeId:t.connectionNodeId,connectionHandleType:t.connectionHandleType,nodesConnectable:t.nodesConnectable,elementsSelectable:t.elementsSelectable,width:t.width,height:t.height,connectionMode:t.connectionMode,nodeInternals:t.nodeInternals}},V2=function(t){var r=gt(p9,Xt),n=r.connectionNodeId,i=r.connectionHandleType,o=r.nodesConnectable,a=r.elementsSelectable,u=r.width,l=r.height,d=r.connectionMode,f=r.nodeInternals,h=h9(t.onlyRenderVisibleElements,f,t.elevateEdgesOnSelect);if(!u)return null;var p=t.connectionLineType,v=t.defaultMarkerColor,m=t.connectionLineStyle,y=t.connectionLineComponent,x=t.connectionLineContainerStyle,b=n&&i;return T.createElement(T.Fragment,null,h.map(function(w){var E=w.level,_=w.edges,S=w.isMaxLevel;return T.createElement("svg",{key:E,style:{zIndex:E},width:u,height:l,className:"react-flow__edges react-flow__container"},S&&T.createElement(c9,{defaultColor:v,rfId:t.rfId}),T.createElement("g",null,_.map(function(R){var I=gP(f,R.source),P=Le(I,3),A=P[0],k=P[1],L=P[2],$=gP(f,R.target),j=Le($,3),D=j[0],G=j[1],B=j[2];if(!L||!B)return null;var Y=R.type||"default";t.edgeTypes[Y]||(console.warn('[React Flow]: Edge type "'.concat(Y,'" not found. Using fallback type "default". Help: https://reactflow.dev/error#300')),Y="default");var Z=t.edgeTypes[Y]||t.edgeTypes.default,te=d===So.Strict?G.target:G.target||G.source,U=vP(k.source,R.sourceHandle||null),re=vP(te,R.targetHandle||null),ae=(U==null?void 0:U.position)||Se.Bottom,le=(re==null?void 0:re.position)||Se.Top;if(!U)return process.env.NODE_ENV==="development"&&console.warn("[React Flow]: Couldn't create edge for source handle id: ".concat(R.sourceHandle,"; edge id: ").concat(R.id,". Help: https://reactflow.dev/error#800")),null;if(!re)return process.env.NODE_ENV==="development"&&console.warn("[React Flow]: Couldn't create edge for target handle id: ".concat(R.targetHandle,"; edge id: ").concat(R.id,". Help: https://reactflow.dev/error#800")),null;var F=MY(A,U,ae,D,re,le),W=F.sourceX,J=F.sourceY,H=F.targetX,K=F.targetY;return T.createElement(Z,{key:R.id,id:R.id,className:cr([R.className,t.noPanClassName]),type:Y,data:R.data,selected:!!R.selected,animated:!!R.animated,hidden:!!R.hidden,label:R.label,labelStyle:R.labelStyle,labelShowBg:R.labelShowBg,labelBgStyle:R.labelBgStyle,labelBgPadding:R.labelBgPadding,labelBgBorderRadius:R.labelBgBorderRadius,style:R.style,source:R.source,target:R.target,sourceHandleId:R.sourceHandle,targetHandleId:R.targetHandle,markerEnd:R.markerEnd,markerStart:R.markerStart,sourceX:W,sourceY:J,targetX:H,targetY:K,sourcePosition:ae,targetPosition:le,elementsSelectable:a,onEdgeUpdate:t.onEdgeUpdate,onContextMenu:t.onEdgeContextMenu,onMouseEnter:t.onEdgeMouseEnter,onMouseMove:t.onEdgeMouseMove,onMouseLeave:t.onEdgeMouseLeave,onClick:t.onEdgeClick,edgeUpdaterRadius:t.edgeUpdaterRadius,onEdgeDoubleClick:t.onEdgeDoubleClick,onEdgeUpdateStart:t.onEdgeUpdateStart,onEdgeUpdateEnd:t.onEdgeUpdateEnd,rfId:t.rfId})})))}),b&&T.createElement("svg",{style:x,width:u,height:l,className:"react-flow__edges react-flow__connectionline react-flow__container"},T.createElement(n9,{connectionNodeId:n,connectionHandleType:i,connectionLineStyle:m,connectionLineType:p,isConnectable:o,CustomConnectionLineComponent:y})))};V2.displayName="EdgeRenderer";var v9=T.memo(V2),g9=function(t){return"translate(".concat(t.transform[0],"px,").concat(t.transform[1],"px) scale(").concat(t.transform[2],")")};function m9(e){var t=e.children,r=gt(g9);return T.createElement("div",{className:"react-flow__viewport react-flow__container",style:{transform:r}},t)}function y9(e){var t=O2(),r=T.useRef(!1);T.useEffect(function(){!r.current&&t.viewportInitialized&&e&&(setTimeout(function(){return e(t)},1),r.current=!0)},[e,t.viewportInitialized])}var U2=function(t){var r=t.nodeTypes,n=t.edgeTypes,i=t.onMove,o=t.onMoveStart,a=t.onMoveEnd,u=t.onInit,l=t.onNodeClick,d=t.onEdgeClick,f=t.onNodeDoubleClick,h=t.onEdgeDoubleClick,p=t.onNodeMouseEnter,v=t.onNodeMouseMove,m=t.onNodeMouseLeave,y=t.onNodeContextMenu,x=t.onSelectionContextMenu,b=t.connectionLineType,w=t.connectionLineStyle,E=t.connectionLineComponent,_=t.connectionLineContainerStyle,S=t.selectionKeyCode,R=t.multiSelectionKeyCode,I=t.zoomActivationKeyCode,P=t.deleteKeyCode,A=t.onlyRenderVisibleElements,k=t.elementsSelectable,L=t.selectNodesOnDrag,$=t.translateExtent,j=t.minZoom,D=t.maxZoom,G=t.defaultZoom,B=t.defaultPosition,Y=t.preventScrolling,Z=t.defaultMarkerColor,te=t.zoomOnScroll,U=t.zoomOnPinch,re=t.panOnScroll,ae=t.panOnScrollSpeed,le=t.panOnScrollMode,F=t.zoomOnDoubleClick,W=t.panOnDrag,J=t.onPaneClick,H=t.onPaneScroll,K=t.onPaneContextMenu,se=t.onEdgeUpdate,oe=t.onEdgeContextMenu,fe=t.onEdgeMouseEnter,V=t.onEdgeMouseMove,ee=t.onEdgeMouseLeave,we=t.edgeUpdaterRadius,be=t.onEdgeUpdateStart,de=t.onEdgeUpdateEnd,ue=t.noDragClassName,Ee=t.noWheelClassName,Pe=t.noPanClassName,Ze=t.elevateEdgesOnSelect,ze=t.id;return y9(u),T.createElement(JY,{onPaneClick:J,onPaneContextMenu:K,onPaneScroll:H,deleteKeyCode:P,selectionKeyCode:S,multiSelectionKeyCode:R,zoomActivationKeyCode:I,elementsSelectable:k,onMove:i,onMoveStart:o,onMoveEnd:a,zoomOnScroll:te,zoomOnPinch:U,zoomOnDoubleClick:F,panOnScroll:re,panOnScrollSpeed:ae,panOnScrollMode:le,panOnDrag:W,translateExtent:$,minZoom:j,maxZoom:D,defaultZoom:G,defaultPosition:B,onSelectionContextMenu:x,preventScrolling:Y,noDragClassName:ue,noWheelClassName:Ee,noPanClassName:Pe},T.createElement(m9,null,T.createElement(v9,{edgeTypes:n,onEdgeClick:d,onEdgeDoubleClick:h,connectionLineType:b,connectionLineStyle:w,connectionLineComponent:E,connectionLineContainerStyle:_,onEdgeUpdate:se,onlyRenderVisibleElements:A,onEdgeContextMenu:oe,onEdgeMouseEnter:fe,onEdgeMouseMove:V,onEdgeMouseLeave:ee,onEdgeUpdateStart:be,onEdgeUpdateEnd:de,edgeUpdaterRadius:we,defaultMarkerColor:Z,noPanClassName:Pe,elevateEdgesOnSelect:!!Ze,rfId:ze}),T.createElement(t9,{nodeTypes:r,onNodeClick:l,onNodeDoubleClick:f,onNodeMouseEnter:p,onNodeMouseMove:v,onNodeMouseLeave:m,onNodeContextMenu:y,selectNodesOnDrag:L,onlyRenderVisibleElements:A,noPanClassName:Pe,noDragClassName:ue})))};U2.displayName="GraphView";var b9=T.memo(U2),W2=function(){return null};W2.displayName="GroupNode";function AP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function MP(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?AP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):AP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var ca=(function(e){var t=function(n){var i=n.id,o=n.type,a=n.data,u=n.xPos,l=n.yPos,d=n.selected,f=n.onClick,h=n.onMouseEnter,p=n.onMouseMove,v=n.onMouseLeave,m=n.onContextMenu,y=n.onDoubleClick,x=n.style,b=n.className,w=n.isDraggable,E=n.isSelectable,_=n.isConnectable,S=n.selectNodesOnDrag,R=n.sourcePosition,I=n.targetPosition,P=n.hidden,A=n.resizeObserver,k=n.dragHandle,L=n.zIndex,$=n.isParent,j=n.noPanClassName,D=n.noDragClassName,G=n.initialized,B=Ft(),Y=T.useRef(null),Z=T.useRef(R),te=T.useRef(I),U=T.useRef(o),re=E||w||f||h||p||v,ae=ua(i,B.getState,h),le=ua(i,B.getState,p),F=ua(i,B.getState,v),W=ua(i,B.getState,m),J=ua(i,B.getState,y),H=function(oe){if(E&&(!S||!w)&&y2({id:i,store:B}),f){var fe=B.getState().nodeInternals.get(i);f(oe,MP({},fe))}};T.useEffect(function(){if(Y.current&&!P){var se=Y.current;return A==null||A.observe(se),function(){return A==null?void 0:A.unobserve(se)}}},[P]),T.useEffect(function(){var se=U.current!==o,oe=Z.current!==R,fe=te.current!==I;Y.current&&(se||oe||fe)&&(se&&(U.current=o),oe&&(Z.current=R),fe&&(te.current=I),B.getState().updateNodeDimensions([{id:i,nodeElement:Y.current,forceUpdate:!0}]))},[i,o,R,I]);var K=F2({nodeRef:Y,disabled:P||!w,noDragClassName:D,handleSelector:k,nodeId:i,isSelectable:E,selectNodesOnDrag:S});return P?null:T.createElement("div",{className:cr(["react-flow__node","react-flow__node-".concat(o),j,b,{selected:d,selectable:E,parent:$}]),ref:Y,style:MP({zIndex:L,transform:"translate(".concat(u,"px,").concat(l,"px)"),pointerEvents:re?"all":"none",visibility:G?"visible":"hidden"},x),onMouseEnter:ae,onMouseMove:le,onMouseLeave:F,onContextMenu:W,onClick:H,onDoubleClick:J,"data-testid":"rf__node-".concat(i),"data-id":i},T.createElement(gY,{value:i},T.createElement(e,{id:i,data:a,type:o,xPos:u,yPos:l,selected:d,isConnectable:_,sourcePosition:R,targetPosition:I,dragging:K,dragHandle:k,zIndex:L})))};return t.displayName="NodeWrapper",T.memo(t)});function DP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function jP(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?DP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):DP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function x9(e){var t={input:ca(e.input||q2),default:ca(e.default||Kb),output:ca(e.output||L2),group:ca(e.group||W2)},r={},n=Object.keys(e).filter(function(i){return!["input","default","output","group"].includes(i)}).reduce(function(i,o){return i[o]=ca(e[o]||Kb),i},r);return jP(jP({},t),n)}function qP(e,t){var r=T.useRef(null),n=T.useMemo(function(){if(process.env.NODE_ENV==="development"){var i=Object.keys(e);Xt(r.current,i)&&console.warn("[React Flow]: It looks like you have created a new nodeTypes or edgeTypes object. If this wasn't on purpose please define the nodeTypes/edgeTypes outside of the component or memoize them. Help: https://reactflow.dev/error#200"),r.current=i}return t(e)},[e]);return n}function kP(e){if(!(!e||typeof document>"u")){var t=document.head||document.getElementsByTagName("head")[0],r=document.createElement("style");t.appendChild(r),r.appendChild(document.createTextNode(e))}}var G2=function(t){var r=t.children,n=!0;try{Ft()}catch{n=!1}return n?T.createElement(T.Fragment,null,r):T.createElement(LK,{createStore:BK},r)};G2.displayName="ReactFlowWrapper";var w9=["nodes","edges","defaultNodes","defaultEdges","className","nodeTypes","edgeTypes","onNodeClick","onEdgeClick","onInit","onMove","onMoveStart","onMoveEnd","onConnect","onConnectStart","onConnectStop","onConnectEnd","onClickConnectStart","onClickConnectStop","onClickConnectEnd","onNodeMouseEnter","onNodeMouseMove","onNodeMouseLeave","onNodeContextMenu","onNodeDoubleClick","onNodeDragStart","onNodeDrag","onNodeDragStop","onNodesDelete","onEdgesDelete","onSelectionChange","onSelectionDragStart","onSelectionDrag","onSelectionDragStop","onSelectionContextMenu","connectionMode","connectionLineType","connectionLineStyle","connectionLineComponent","connectionLineContainerStyle","deleteKeyCode","selectionKeyCode","multiSelectionKeyCode","zoomActivationKeyCode","snapToGrid","snapGrid","onlyRenderVisibleElements","selectNodesOnDrag","nodesDraggable","nodesConnectable","elementsSelectable","minZoom","maxZoom","defaultZoom","defaultPosition","translateExtent","preventScrolling","nodeExtent","defaultMarkerColor","zoomOnScroll","zoomOnPinch","panOnScroll","panOnScrollSpeed","panOnScrollMode","zoomOnDoubleClick","panOnDrag","onPaneClick","onPaneScroll","onPaneContextMenu","children","onEdgeUpdate","onEdgeContextMenu","onEdgeDoubleClick","onEdgeMouseEnter","onEdgeMouseMove","onEdgeMouseLeave","onEdgeUpdateStart","onEdgeUpdateEnd","edgeUpdaterRadius","onNodesChange","onEdgesChange","noDragClassName","noWheelClassName","noPanClassName","fitView","fitViewOptions","connectOnClick","attributionPosition","proOptions","defaultEdgeOptions","elevateEdgesOnSelect"];function LP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function BP(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?LP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):LP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}kP(RY),kP(PY);var _9={input:q2,default:Kb,output:L2},E9={default:Wb,straight:T2,step:N2,smoothstep:Fx,simplebezier:I2},S9=[15,15],O9=[0,0],K2=T.forwardRef(function(e,t){var r=e.nodes,n=e.edges,i=e.defaultNodes,o=e.defaultEdges,a=e.className,u=e.nodeTypes,l=u===void 0?_9:u,d=e.edgeTypes,f=d===void 0?E9:d,h=e.onNodeClick,p=e.onEdgeClick,v=e.onInit,m=e.onMove,y=e.onMoveStart,x=e.onMoveEnd,b=e.onConnect,w=e.onConnectStart,E=e.onConnectStop,_=e.onConnectEnd,S=e.onClickConnectStart,R=e.onClickConnectStop,I=e.onClickConnectEnd,P=e.onNodeMouseEnter,A=e.onNodeMouseMove,k=e.onNodeMouseLeave,L=e.onNodeContextMenu,$=e.onNodeDoubleClick,j=e.onNodeDragStart,D=e.onNodeDrag,G=e.onNodeDragStop,B=e.onNodesDelete,Y=e.onEdgesDelete,Z=e.onSelectionChange,te=e.onSelectionDragStart,U=e.onSelectionDrag,re=e.onSelectionDragStop,ae=e.onSelectionContextMenu,le=e.connectionMode,F=le===void 0?So.Strict:le,W=e.connectionLineType,J=W===void 0?$n.Bezier:W,H=e.connectionLineStyle,K=e.connectionLineComponent,se=e.connectionLineContainerStyle,oe=e.deleteKeyCode,fe=oe===void 0?"Backspace":oe,V=e.selectionKeyCode,ee=V===void 0?"Shift":V,we=e.multiSelectionKeyCode,be=we===void 0?"Meta":we,de=e.zoomActivationKeyCode,ue=de===void 0?"Meta":de,Ee=e.snapToGrid,Pe=Ee===void 0?!1:Ee,Ze=e.snapGrid,ze=Ze===void 0?S9:Ze,Fe=e.onlyRenderVisibleElements,Ve=Fe===void 0?!1:Fe,lt=e.selectNodesOnDrag,ct=lt===void 0?!0:lt,mt=e.nodesDraggable,yt=e.nodesConnectable,rt=e.elementsSelectable,bt=e.minZoom,Jt=bt===void 0?.5:bt,fr=e.maxZoom,Dt=fr===void 0?2:fr,_t=e.defaultZoom,jt=_t===void 0?1:_t,Ur=e.defaultPosition,Yn=Ur===void 0?O9:Ur,Cn=e.translateExtent,dr=Cn===void 0?Vb:Cn,Mi=e.preventScrolling,vc=Mi===void 0?!0:Mi,gc=e.nodeExtent,ko=e.defaultMarkerColor,ls=ko===void 0?"#b1b1b7":ko,cs=e.zoomOnScroll,mc=cs===void 0?!0:cs,fs=e.zoomOnPinch,yc=fs===void 0?!0:fs,Lo=e.panOnScroll,bc=Lo===void 0?!1:Lo,ds=e.panOnScrollSpeed,xc=ds===void 0?.5:ds,Di=e.panOnScrollMode,wc=Di===void 0?ho.Free:Di,ji=e.zoomOnDoubleClick,_c=ji===void 0?!0:ji,hs=e.panOnDrag,Ec=hs===void 0?!0:hs,Sc=e.onPaneClick,Oc=e.onPaneScroll,ps=e.onPaneContextMenu,Cc=e.children,Rc=e.onEdgeUpdate,vs=e.onEdgeContextMenu,Ic=e.onEdgeDoubleClick,Pc=e.onEdgeMouseEnter,Nc=e.onEdgeMouseMove,Tc=e.onEdgeMouseLeave,Ac=e.onEdgeUpdateStart,Mc=e.onEdgeUpdateEnd,Xn=e.edgeUpdaterRadius,Dc=Xn===void 0?10:Xn,qi=e.onNodesChange,jc=e.onEdgesChange,gs=e.noDragClassName,qc=gs===void 0?"nodrag":gs,Bo=e.noWheelClassName,ms=Bo===void 0?"nowheel":Bo,Fo=e.noPanClassName,kc=Fo===void 0?"nopan":Fo,ys=e.fitView,Lc=ys===void 0?!1:ys,Bc=e.fitViewOptions,$o=e.connectOnClick,bs=$o===void 0?!0:$o,xs=e.attributionPosition,zo=e.proOptions,Fc=e.defaultEdgeOptions,Ho=e.elevateEdgesOnSelect,ki=Ho===void 0?!1:Ho,Zn=zl(e,w9),$c=qP(l,x9),ws=qP(f,AY);return T.createElement("div",BP(BP({},Zn),{},{ref:t,className:cr(["react-flow",a])}),T.createElement(G2,null,T.createElement(b9,{onInit:v,onMove:m,onMoveStart:y,onMoveEnd:x,onNodeClick:h,onEdgeClick:p,onNodeMouseEnter:P,onNodeMouseMove:A,onNodeMouseLeave:k,onNodeContextMenu:L,onNodeDoubleClick:$,nodeTypes:$c,edgeTypes:ws,connectionLineType:J,connectionLineStyle:H,connectionLineComponent:K,connectionLineContainerStyle:se,selectionKeyCode:ee,deleteKeyCode:fe,multiSelectionKeyCode:be,zoomActivationKeyCode:ue,onlyRenderVisibleElements:Ve,selectNodesOnDrag:ct,translateExtent:dr,minZoom:Jt,maxZoom:Dt,defaultZoom:jt,defaultPosition:Yn,preventScrolling:vc,zoomOnScroll:mc,zoomOnPinch:yc,zoomOnDoubleClick:_c,panOnScroll:bc,panOnScrollSpeed:xc,panOnScrollMode:wc,panOnDrag:Ec,onPaneClick:Sc,onPaneScroll:Oc,onPaneContextMenu:ps,onSelectionContextMenu:ae,onEdgeUpdate:Rc,onEdgeContextMenu:vs,onEdgeDoubleClick:Ic,onEdgeMouseEnter:Pc,onEdgeMouseMove:Nc,onEdgeMouseLeave:Tc,onEdgeUpdateStart:Ac,onEdgeUpdateEnd:Mc,edgeUpdaterRadius:Dc,defaultMarkerColor:ls,noDragClassName:qc,noWheelClassName:ms,noPanClassName:kc,elevateEdgesOnSelect:ki,id:Zn==null?void 0:Zn.id}),T.createElement(OY,{nodes:r,edges:n,defaultNodes:i,defaultEdges:o,onConnect:b,onConnectStart:w,onConnectStop:E,onConnectEnd:_,onClickConnectStart:S,onClickConnectStop:R,onClickConnectEnd:I,nodesDraggable:mt,nodesConnectable:yt,elementsSelectable:rt,minZoom:Jt,maxZoom:Dt,nodeExtent:gc,onNodesChange:qi,onEdgesChange:jc,snapToGrid:Pe,snapGrid:ze,connectionMode:F,translateExtent:dr,connectOnClick:bs,defaultEdgeOptions:Fc,fitView:Lc,fitViewOptions:Bc,onNodesDelete:B,onEdgesDelete:Y,onNodeDragStart:j,onNodeDrag:D,onNodeDragStop:G,onSelectionDrag:U,onSelectionDragStart:te,onSelectionDragStop:re}),Z&&T.createElement(EY,{onSelectionChange:Z}),Cc,T.createElement(uY,{proOptions:zo,position:xs})))});K2.displayName="ReactFlow";function Y2(e){return function(t){var r=T.useState(t),n=Le(r,2),i=n[0],o=n[1],a=T.useCallback(function(u){return o(function(l){return e(u,l)})},[]);return[i,o,a]}}var C9=Y2(g2),R9=Y2(TK);function FP(e,t){const{width:r,height:n,positionAbsolute:i}=e,o=t.positionAbsolute,a=r/2,u=n/2,l=i.x+a,d=i.y+u,f=o.x+a,h=o.y+u,p=(f-l)/(2*a)-(h-d)/(2*u),v=(f-l)/(2*a)+(h-d)/(2*u),m=1/(Math.abs(p)+Math.abs(v)),y=m*p,x=m*v,b=a*(y+x)+l,w=u*(-y+x)+d;return{x:b,y:w}}function $P(e,t){const r={...e.positionAbsolute,...e},n=Math.round(r.x),i=Math.round(r.y),o=Math.round(t.x),a=Math.round(t.y);return o<=n+1?Se.Left:o>=n+r.width-1?Se.Right:a<=i+1?Se.Top:a>=r.y+r.height-1?Se.Bottom:Se.Top}function X2(e,t){const r=FP(e,t),n=FP(t,e),i=$P(e,r),o=$P(t,n);return{sx:r.x,sy:r.y,tx:n.x,ty:n.y,sourcePos:i,targetPos:o}}const I9=({targetX:e,targetY:t,sourcePosition:r,targetPosition:n,sourceNode:i})=>{if(!i)return null;const o={id:"connection-target",width:1,height:1,position:{x:e,y:t}},{sx:a,sy:u}=X2(i,o),l=Vl({sourceX:a,sourceY:u,sourcePosition:r,targetPosition:n,targetX:e,targetY:t});return C.jsxs("g",{children:[C.jsx("path",{fill:"none",stroke:"#222",strokeWidth:1.5,className:"animated",d:l}),C.jsx("circle",{cx:e,cy:t,fill:"#fff",r:3,stroke:"#222",strokeWidth:1.5})]})},P9=({id:e,source:t,target:r,markerEnd:n,style:i})=>{const o=gt(T.useCallback(m=>m.nodeInternals.get(t),[t])),a=gt(T.useCallback(m=>m.nodeInternals.get(r),[r]));if(!o||!a)return null;const{sx:u,sy:l,tx:d,ty:f,sourcePos:h,targetPos:p}=X2(o,a),v=Vl({sourceX:u,sourceY:l,sourcePosition:h,targetPosition:p,targetX:d,targetY:f});return C.jsx("path",{id:e,className:"react-flow__edge-path",d:v,markerEnd:n,style:i})},zP=172,HP=36,N9={custom:P9},T9=(e,t,r="LR")=>{const n=new RI.graphlib.Graph;n.setDefaultEdgeLabel(()=>({}));const i=r==="LR";return n.setGraph({rankdir:r}),e.forEach(o=>{n.setNode(o.id,{width:zP,height:HP})}),t.forEach(o=>{n.setEdge(o.source,o.target)}),RI.layout(n),e.forEach(o=>{const a=n.node(o.id);return o.targetPosition=i?Se.Left:Se.Top,o.sourcePosition=i?Se.Right:Se.Bottom,o.position={x:a.x-zP/2,y:a.y-HP/2},o}),{nodes:e,edges:t}},A9=()=>{},M9=({data:e,dict:t,onSelect:r=A9})=>{const{nodes:n,edges:i}=T9(Object.values(t).filter(h=>h.id===e.selected||e.parents.flat().includes(h.id)||e.children.flat().includes(h.id)).map(h=>({id:h.id,type:h.parents.length===0?"input":h.includes.length===0?"output":"default",sourcePosition:Se.Right,targetPosition:Se.Left,data:{label:h.privilege},position:{x:0,y:0},className:h.id===e.selected?"highlighted":"",selected:h.id===e.selected})),e.links.map(({source:h,target:p})=>({id:`e${h}-${p}`,source:h,target:p}))),[o,a,u]=C9(n),[l,d,f]=R9(i);return T.useEffect(()=>{a([...n]),d([...i])},[e]),C.jsx(K2,{nodes:o,edges:l,fitView:!0,onNodesChange:u,onEdgesChange:f,onNodeClick:(h,p)=>{r(p.id)},defaultZoom:.5,edgeTypes:N9,connectionLineComponent:I9,children:C.jsx(aY,{variant:wi.Dots,color:"#81818140",gap:18,size:1})})};var Z2=(e=>(e.method="methods",e.entityCollection="entityselMethod",e.dataClass="dataclassMethod",e.dataStore="dsMethod",e.entity="entityMethod",e.attribute="attributes",e.singletonMethod="singletonMethod",e))(Z2||{});const J2=e=>{switch(e){case"entityCollection":return Q.ESubPermissionType.ENTITY_SEL_METHOD;case"dataClass":return Q.ESubPermissionType.DATACLASS_METHOD;case"dataStore":return Q.ESubPermissionType.DS_METHOD;case"entity":return Q.ESubPermissionType.ENTITY_METHOD;default:return Q.EPermissionType.METHOD}},VP=(e=[],t,r)=>{var i;const n=[];for(const o of e)(i=o[Z2[r]])==null||i.forEach(a=>{if(`${o.name.toLowerCase()}.${a.name.toLowerCase()}`.includes(t)||!t){const l={applyTo:`${o.name}.${a.name}`,type:r};r===Q.EPermissionType.METHOD&&(l.subType=J2(a.applyTo)),n.push(l)}});return n},D9=(e=[],t)=>{var n;const r=[];for(const i of e)(n=i.methods)==null||n.forEach(o=>{(`${i.name.toLowerCase()}.${o.name.toLowerCase()}`.includes(t)||!t)&&r.push({applyTo:`${i.name}.${o.name}`,type:Q.EPermissionType.SINGLETON_METHOD})});return r};function zx(e,t=[],r=[],n=[]){const i=VP(r,e,Q.EPermissionType.ATTRIBUTE),o=VP(r,e,Q.EPermissionType.METHOD),a=D9(n,e),u=t.filter(h=>!e||`ds.${h.name.toLowerCase()}`.includes(e)).map(h=>({applyTo:`ds.${h.name}`,type:Q.ESubPermissionType.DS_METHOD})),l=[],d=[];return r.filter(h=>h.name.toLowerCase().includes(e)).forEach(h=>{l.push({applyTo:h.name,type:Q.EPermissionType.DATACLASS})}),n.filter(h=>h.name.toLowerCase().includes(e)).forEach(h=>{d.push({applyTo:h.name,type:Q.EPermissionType.SINGLETON})}),[...[{applyTo:"ds",type:Q.EPermissionType.DATASTORE}].filter(h=>!e||`ds.${h.applyTo.toLowerCase()}`.includes(e)),...u,...l,...i,...o,...d,...a].reduce((h,p)=>{const v=["datastore","singleton","dataclass","attribute","dsMethod","dataclassMethod","entityMethod","entityselMethod","singletonMethod"],[m,y]=p.applyTo.split("."),x=h.find(b=>b.prefix===m);return x?(x.resources=[...x.resources,p].sort((b,w)=>{const E=v.indexOf(b.type),_=v.indexOf(w.type);return E>_?1:-1}),x.type=y?x.type:p.type,[...h].sort((b,w)=>{const E=v.indexOf(b.type),_=v.indexOf(w.type);return E>_?1:-1})):[...h,{prefix:m,type:y?null:p.type,resources:[p]}]},[]).reduce((h,p)=>[...h,...p.resources],[])}const j9=(e=[],t=[],r=[])=>{const n=zx("",e,t,r),i={ds:{applyTo:"ds",type:Q.EPermissionType.DATASTORE,methods:[],dataClasses:[],singletons:[]}},o=(u,l)=>u.applyTo.localeCompare(l.applyTo);n.forEach(u=>{const[l,d]=u.applyTo.split(".");if(d||(u.type===Q.EPermissionType.DATACLASS?i.ds.dataClasses.push({applyTo:l,type:Q.EPermissionType.DATACLASS,methods:[],attributes:[]}):u.type===Q.EPermissionType.SINGLETON&&i.ds.singletons.push({applyTo:l,type:Q.EPermissionType.SINGLETON,methods:[],attributes:[]})),d){const f=(h,p,v)=>{h.forEach(m=>{m.applyTo===l&&m[p].push(v)})};[Q.ESubPermissionType.DS_METHOD,Q.ESubPermissionType.DATACLASS_METHOD,Q.ESubPermissionType.ENTITY_METHOD,Q.ESubPermissionType.ENTITY_SEL_METHOD].includes(u.type)?l==="ds"?i.ds.methods.push(u):f(i.ds.dataClasses,"methods",u):u.type===Q.EPermissionType.ATTRIBUTE?(f(i.ds.dataClasses,"attributes",u),f(i.ds.singletons,"attributes",u)):u.type===Q.EPermissionType.SINGLETON_METHOD&&f(i.ds.singletons,"methods",u)}});const a=u=>{u.forEach(l=>{l.methods&&l.methods.sort(o),l.attributes&&l.attributes.sort(o)})};return i.ds.methods.sort(o),i.ds.dataClasses.sort(o),i.ds.singletons.sort(o),a(i.ds.dataClasses),a(i.ds.singletons),i},Q2=(e,t=[])=>{const r={};return Object.entries(e).forEach(([n,i])=>{r[n]={...i,resources:i.resources.map(o=>{var a,u,l;if(o.type===Q.EPermissionType.METHOD&&t.length){const[d,f]=o.resource.split("."),h=d==="ds"?"dataStore":((l=(u=(a=t.find(p=>p.name===d))==null?void 0:a.methods)==null?void 0:u.find(p=>p.name===f))==null?void 0:l.applyTo)||"dataClass";return{...o,type:o.type,subType:J2(h)}}return o})}}),r},eq=(e,t)=>Object.entries(e).map(([r,n])=>{const i=n.resources.map(o=>{var d,f,h,p,v,m,y,x;const[a,u]=o.resource.split(".");let l=!0;switch(o.type){case Q.EPermissionType.DATASTORE:l=!!t;break;case Q.EPermissionType.METHOD:a==="ds"?l=!!t.methods.find(b=>b.name===u&&b.applyTo==="dataStore"):l=!!((f=(d=t.dataClasses[a])==null?void 0:d.methods)!=null&&f.find(b=>b.name===u));break;case Q.ESubPermissionType.DS_METHOD:l=!!t.methods.find(b=>b.name===u&&b.applyTo==="dataStore");break;case Q.EPermissionType.DATACLASS:l=!!t.dataClasses[a];break;case Q.EPermissionType.ATTRIBUTE:l=!!((p=(h=t.dataClasses[a])==null?void 0:h.attributes)!=null&&p.find(b=>b.name===u));break;case Q.ESubPermissionType.ENTITY_SEL_METHOD:l=!!((v=t.dataClasses[a])!=null&&v.methods.find(b=>b.name===u&&b.applyTo==="entityCollection"));break;case Q.ESubPermissionType.DATACLASS_METHOD:l=!!((m=t.dataClasses[a])!=null&&m.methods.find(b=>b.name===u&&b.applyTo==="dataClass"));break;case Q.ESubPermissionType.ENTITY_METHOD:l=!!((y=t.dataClasses[a])!=null&&y.methods.find(b=>b.name===u&&b.applyTo==="entity"));break;case Q.EPermissionType.SINGLETON_METHOD:l=!!((x=t.singletons[a])!=null&&x.methods.find(b=>b.name===u));break;case Q.EPermissionType.SINGLETON:l=!!t.singletons[a];break;default:l=!0}return{...o,exists:l}});return{[r]:{...n,resources:i}}}).reduce((r,n)=>({...r,...n}),{}),qm=({child:e,parent:t,status:r,onSelect:n,currentPrivilegeId:i})=>{const o=Q.useAppDispatch(),a=Q.useAppSelector(Q.selectPrivileges);function u(){const d=Q.addIn(t.id,e.id,a);o(Q.updatePrivileges(d))}function l(){const d=Q.removeFrom(t.id,e.id,a);o(Q.updatePrivileges(d))}return C.jsxs("div",{className:We("inline-flex cursor-pointer items-center gap-1 space-x-1 rounded px-2 py-0.5",{"bg-primary-dark text-white":r==="included","bg-grey-300 text-grey-100":r!=="included","opacity-40":r==="disabled"}),children:[C.jsx("span",{onClick:()=>n(i),className:"text-xs hover:underline",children:e.privilege}),r==="included"?C.jsx("button",{onClick:l,children:C.jsx("span",{className:"text-[13px]",children:C.jsx(xe.FdPlus,{className:"rotate-45 transform text-white"})})}):C.jsx("button",{disabled:r==="disabled",onClick:u,className:"opacity-70 disabled:cursor-not-allowed",children:C.jsx("span",{className:"text-[13px]",children:C.jsx(xe.FdPlus,{className:"text-white"})})})]})},q9=({selectedPrivilege:e,privileges:t,onSelect:r,setShowIncluded:n,showIncluded:i})=>{const o=Object.values(t),a=Q.getPrivilegeById(e.id,t);let u=a?Q.populateShallow(a.includes,t):[],l=a?Q.populateShallow(Q.parents(a.id,t),t):[],d=a?Q.populateShallow(Q.allowed(a.id,t),t):[];return[u,l,d]=[u,l,d].map(f=>f.filter(h=>(h==null?void 0:h.privilege)!=="guest")),o.length<2&&u.length+l.length+d.length===0?null:C.jsxs("div",{className:"w-full border-b border-grey-900 p-4",children:[C.jsxs("div",{className:"mb-4 flex items-center justify-between",children:[" ",o.length>2?C.jsx("h4",{className:"text-[13px] font-semibold text-white",children:"Include a privilege"}):C.jsx("div",{}),C.jsxs("div",{className:"flex items-center gap-2",children:[C.jsx(Te.ControlledSwitch,{onChange:()=>n(!i),value:i}),C.jsxs("label",{className:"text-xs text-[#F6F6F6]",children:[" ","Show inherited permissions"]})]})]}),C.jsxs("div",{className:"flex flex-wrap items-start justify-start gap-1",children:[u.map(f=>C.jsx(qm,{child:f,parent:e,status:"included",onSelect:r,currentPrivilegeId:f.id},f.id)),d.map(f=>C.jsx(qm,{child:f,parent:e,status:"available",onSelect:r,currentPrivilegeId:f.id},f.id)),l.map(f=>C.jsx(qm,{child:f,parent:e,status:"disabled",onSelect:r,currentPrivilegeId:f.id},f.id))]})]})};function wr(e,t,{checkForDefaultPrevented:r=!0}={}){return function(i){if(e==null||e(i),r===!1||!i.defaultPrevented)return t==null?void 0:t(i)}}function tq(e,t=[]){let r=[];function n(o,a){const u=ve.createContext(a),l=r.length;r=[...r,a];const d=h=>{var b;const{scope:p,children:v,...m}=h,y=((b=p==null?void 0:p[e])==null?void 0:b[l])||u,x=ve.useMemo(()=>m,Object.values(m));return C.jsx(y.Provider,{value:x,children:v})};d.displayName=o+"Provider";function f(h,p){var y;const v=((y=p==null?void 0:p[e])==null?void 0:y[l])||u,m=ve.useContext(v);if(m)return m;if(a!==void 0)return a;throw new Error(`\`${h}\` must be used within \`${o}\``)}return[d,f]}const i=()=>{const o=r.map(a=>ve.createContext(a));return function(u){const l=(u==null?void 0:u[e])||o;return ve.useMemo(()=>({[`__scope${e}`]:{...u,[e]:l}}),[u,l])}};return i.scopeName=e,[n,k9(i,...t)]}function k9(...e){const t=e[0];if(e.length===1)return t;const r=()=>{const n=e.map(i=>({useScope:i(),scopeName:i.scopeName}));return function(o){const a=n.reduce((u,{useScope:l,scopeName:d})=>{const h=l(o)[`__scope${d}`];return{...u,...h}},{});return ve.useMemo(()=>({[`__scope${t.scopeName}`]:a}),[a])}};return r.scopeName=t.scopeName,r}var _i=globalThis!=null&&globalThis.document?ve.useLayoutEffect:()=>{},L9=ve[" useInsertionEffect ".trim().toString()]||_i;function B9({prop:e,defaultProp:t,onChange:r=()=>{},caller:n}){const[i,o,a]=F9({defaultProp:t,onChange:r}),u=e!==void 0,l=u?e:i;{const f=ve.useRef(e!==void 0);ve.useEffect(()=>{const h=f.current;h!==u&&console.warn(`${n} is changing from ${h?"controlled":"uncontrolled"} to ${u?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),f.current=u},[u,n])}const d=ve.useCallback(f=>{var h;if(u){const p=$9(f)?f(e):f;p!==e&&((h=a.current)==null||h.call(a,p))}else o(f)},[u,e,o,a]);return[l,d]}function F9({defaultProp:e,onChange:t}){const[r,n]=ve.useState(e),i=ve.useRef(r),o=ve.useRef(t);return L9(()=>{o.current=t},[t]),ve.useEffect(()=>{var a;i.current!==r&&((a=o.current)==null||a.call(o,r),i.current=r)},[r,i]),[r,n,o]}function $9(e){return typeof e=="function"}function UP(e,t){if(typeof e=="function")return e(t);e!=null&&(e.current=t)}function rq(...e){return t=>{let r=!1;const n=e.map(i=>{const o=UP(i,t);return!r&&typeof o=="function"&&(r=!0),o});if(r)return()=>{for(let i=0;i<n.length;i++){const o=n[i];typeof o=="function"?o():UP(e[i],null)}}}}function To(...e){return ve.useCallback(rq(...e),e)}const z9=["top","right","bottom","left"],zn=Math.min,ar=Math.max,tl=Math.round,yu=Math.floor,rn=e=>({x:e,y:e}),H9={left:"right",right:"left",bottom:"top",top:"bottom"};function Xb(e,t,r){return ar(e,zn(t,r))}function wn(e,t){return typeof e=="function"?e(t):e}function _n(e){return e.split("-")[0]}function Ao(e){return e.split("-")[1]}function Hx(e){return e==="x"?"y":"x"}function Vx(e){return e==="y"?"height":"width"}function Qr(e){const t=e[0];return t==="t"||t==="b"?"y":"x"}function Ux(e){return Hx(Qr(e))}function V9(e,t,r){r===void 0&&(r=!1);const n=Ao(e),i=Ux(e),o=Vx(i);let a=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[o]>t.floating[o]&&(a=rl(a)),[a,rl(a)]}function U9(e){const t=rl(e);return[Zb(e),t,Zb(t)]}function Zb(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}const WP=["left","right"],GP=["right","left"],W9=["top","bottom"],G9=["bottom","top"];function K9(e,t,r){switch(e){case"top":case"bottom":return r?t?GP:WP:t?WP:GP;case"left":case"right":return t?W9:G9;default:return[]}}function Y9(e,t,r,n){const i=Ao(e);let o=K9(_n(e),r==="start",n);return i&&(o=o.map(a=>a+"-"+i),t&&(o=o.concat(o.map(Zb)))),o}function rl(e){const t=_n(e);return H9[t]+e.slice(t.length)}function X9(e){return{top:0,right:0,bottom:0,left:0,...e}}function nq(e){return typeof e!="number"?X9(e):{top:e,right:e,bottom:e,left:e}}function nl(e){const{x:t,y:r,width:n,height:i}=e;return{width:n,height:i,top:r,left:t,right:t+n,bottom:r+i,x:t,y:r}}function KP(e,t,r){let{reference:n,floating:i}=e;const o=Qr(t),a=Ux(t),u=Vx(a),l=_n(t),d=o==="y",f=n.x+n.width/2-i.width/2,h=n.y+n.height/2-i.height/2,p=n[u]/2-i[u]/2;let v;switch(l){case"top":v={x:f,y:n.y-i.height};break;case"bottom":v={x:f,y:n.y+n.height};break;case"right":v={x:n.x+n.width,y:h};break;case"left":v={x:n.x-i.width,y:h};break;default:v={x:n.x,y:n.y}}switch(Ao(t)){case"start":v[a]-=p*(r&&d?-1:1);break;case"end":v[a]+=p*(r&&d?-1:1);break}return v}async function Z9(e,t){var r;t===void 0&&(t={});const{x:n,y:i,platform:o,rects:a,elements:u,strategy:l}=e,{boundary:d="clippingAncestors",rootBoundary:f="viewport",elementContext:h="floating",altBoundary:p=!1,padding:v=0}=wn(t,e),m=nq(v),x=u[p?h==="floating"?"reference":"floating":h],b=nl(await o.getClippingRect({element:(r=await(o.isElement==null?void 0:o.isElement(x)))==null||r?x:x.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(u.floating)),boundary:d,rootBoundary:f,strategy:l})),w=h==="floating"?{x:n,y:i,width:a.floating.width,height:a.floating.height}:a.reference,E=await(o.getOffsetParent==null?void 0:o.getOffsetParent(u.floating)),_=await(o.isElement==null?void 0:o.isElement(E))?await(o.getScale==null?void 0:o.getScale(E))||{x:1,y:1}:{x:1,y:1},S=nl(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:u,rect:w,offsetParent:E,strategy:l}):w);return{top:(b.top-S.top+m.top)/_.y,bottom:(S.bottom-b.bottom+m.bottom)/_.y,left:(b.left-S.left+m.left)/_.x,right:(S.right-b.right+m.right)/_.x}}const J9=50,Q9=async(e,t,r)=>{const{placement:n="bottom",strategy:i="absolute",middleware:o=[],platform:a}=r,u=a.detectOverflow?a:{...a,detectOverflow:Z9},l=await(a.isRTL==null?void 0:a.isRTL(t));let d=await a.getElementRects({reference:e,floating:t,strategy:i}),{x:f,y:h}=KP(d,n,l),p=n,v=0;const m={};for(let y=0;y<o.length;y++){const x=o[y];if(!x)continue;const{name:b,fn:w}=x,{x:E,y:_,data:S,reset:R}=await w({x:f,y:h,initialPlacement:n,placement:p,strategy:i,middlewareData:m,rects:d,platform:u,elements:{reference:e,floating:t}});f=E??f,h=_??h,m[b]={...m[b],...S},R&&v<J9&&(v++,typeof R=="object"&&(R.placement&&(p=R.placement),R.rects&&(d=R.rects===!0?await a.getElementRects({reference:e,floating:t,strategy:i}):R.rects),{x:f,y:h}=KP(d,p,l)),y=-1)}return{x:f,y:h,placement:p,strategy:i,middlewareData:m}},e7=e=>({name:"arrow",options:e,async fn(t){const{x:r,y:n,placement:i,rects:o,platform:a,elements:u,middlewareData:l}=t,{element:d,padding:f=0}=wn(e,t)||{};if(d==null)return{};const h=nq(f),p={x:r,y:n},v=Ux(i),m=Vx(v),y=await a.getDimensions(d),x=v==="y",b=x?"top":"left",w=x?"bottom":"right",E=x?"clientHeight":"clientWidth",_=o.reference[m]+o.reference[v]-p[v]-o.floating[m],S=p[v]-o.reference[v],R=await(a.getOffsetParent==null?void 0:a.getOffsetParent(d));let I=R?R[E]:0;(!I||!await(a.isElement==null?void 0:a.isElement(R)))&&(I=u.floating[E]||o.floating[m]);const P=_/2-S/2,A=I/2-y[m]/2-1,k=zn(h[b],A),L=zn(h[w],A),$=k,j=I-y[m]-L,D=I/2-y[m]/2+P,G=Xb($,D,j),B=!l.arrow&&Ao(i)!=null&&D!==G&&o.reference[m]/2-(D<$?k:L)-y[m]/2<0,Y=B?D<$?D-$:D-j:0;return{[v]:p[v]+Y,data:{[v]:G,centerOffset:D-G-Y,...B&&{alignmentOffset:Y}},reset:B}}}),t7=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var r,n;const{placement:i,middlewareData:o,rects:a,initialPlacement:u,platform:l,elements:d}=t,{mainAxis:f=!0,crossAxis:h=!0,fallbackPlacements:p,fallbackStrategy:v="bestFit",fallbackAxisSideDirection:m="none",flipAlignment:y=!0,...x}=wn(e,t);if((r=o.arrow)!=null&&r.alignmentOffset)return{};const b=_n(i),w=Qr(u),E=_n(u)===u,_=await(l.isRTL==null?void 0:l.isRTL(d.floating)),S=p||(E||!y?[rl(u)]:U9(u)),R=m!=="none";!p&&R&&S.push(...Y9(u,y,m,_));const I=[u,...S],P=await l.detectOverflow(t,x),A=[];let k=((n=o.flip)==null?void 0:n.overflows)||[];if(f&&A.push(P[b]),h){const D=V9(i,a,_);A.push(P[D[0]],P[D[1]])}if(k=[...k,{placement:i,overflows:A}],!A.every(D=>D<=0)){var L,$;const D=(((L=o.flip)==null?void 0:L.index)||0)+1,G=I[D];if(G&&(!(h==="alignment"?w!==Qr(G):!1)||k.every(Z=>Qr(Z.placement)===w?Z.overflows[0]>0:!0)))return{data:{index:D,overflows:k},reset:{placement:G}};let B=($=k.filter(Y=>Y.overflows[0]<=0).sort((Y,Z)=>Y.overflows[1]-Z.overflows[1])[0])==null?void 0:$.placement;if(!B)switch(v){case"bestFit":{var j;const Y=(j=k.filter(Z=>{if(R){const te=Qr(Z.placement);return te===w||te==="y"}return!0}).map(Z=>[Z.placement,Z.overflows.filter(te=>te>0).reduce((te,U)=>te+U,0)]).sort((Z,te)=>Z[1]-te[1])[0])==null?void 0:j[0];Y&&(B=Y);break}case"initialPlacement":B=u;break}if(i!==B)return{reset:{placement:B}}}return{}}}};function YP(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function XP(e){return z9.some(t=>e[t]>=0)}const r7=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:r,platform:n}=t,{strategy:i="referenceHidden",...o}=wn(e,t);switch(i){case"referenceHidden":{const a=await n.detectOverflow(t,{...o,elementContext:"reference"}),u=YP(a,r.reference);return{data:{referenceHiddenOffsets:u,referenceHidden:XP(u)}}}case"escaped":{const a=await n.detectOverflow(t,{...o,altBoundary:!0}),u=YP(a,r.floating);return{data:{escapedOffsets:u,escaped:XP(u)}}}default:return{}}}}},iq=new Set(["left","top"]);async function n7(e,t){const{placement:r,platform:n,elements:i}=e,o=await(n.isRTL==null?void 0:n.isRTL(i.floating)),a=_n(r),u=Ao(r),l=Qr(r)==="y",d=iq.has(a)?-1:1,f=o&&l?-1:1,h=wn(t,e);let{mainAxis:p,crossAxis:v,alignmentAxis:m}=typeof h=="number"?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:h.mainAxis||0,crossAxis:h.crossAxis||0,alignmentAxis:h.alignmentAxis};return u&&typeof m=="number"&&(v=u==="end"?m*-1:m),l?{x:v*f,y:p*d}:{x:p*d,y:v*f}}const i7=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var r,n;const{x:i,y:o,placement:a,middlewareData:u}=t,l=await n7(t,e);return a===((r=u.offset)==null?void 0:r.placement)&&(n=u.arrow)!=null&&n.alignmentOffset?{}:{x:i+l.x,y:o+l.y,data:{...l,placement:a}}}}},o7=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:r,y:n,placement:i,platform:o}=t,{mainAxis:a=!0,crossAxis:u=!1,limiter:l={fn:b=>{let{x:w,y:E}=b;return{x:w,y:E}}},...d}=wn(e,t),f={x:r,y:n},h=await o.detectOverflow(t,d),p=Qr(_n(i)),v=Hx(p);let m=f[v],y=f[p];if(a){const b=v==="y"?"top":"left",w=v==="y"?"bottom":"right",E=m+h[b],_=m-h[w];m=Xb(E,m,_)}if(u){const b=p==="y"?"top":"left",w=p==="y"?"bottom":"right",E=y+h[b],_=y-h[w];y=Xb(E,y,_)}const x=l.fn({...t,[v]:m,[p]:y});return{...x,data:{x:x.x-r,y:x.y-n,enabled:{[v]:a,[p]:u}}}}}},a7=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:r,y:n,placement:i,rects:o,middlewareData:a}=t,{offset:u=0,mainAxis:l=!0,crossAxis:d=!0}=wn(e,t),f={x:r,y:n},h=Qr(i),p=Hx(h);let v=f[p],m=f[h];const y=wn(u,t),x=typeof y=="number"?{mainAxis:y,crossAxis:0}:{mainAxis:0,crossAxis:0,...y};if(l){const E=p==="y"?"height":"width",_=o.reference[p]-o.floating[E]+x.mainAxis,S=o.reference[p]+o.reference[E]-x.mainAxis;v<_?v=_:v>S&&(v=S)}if(d){var b,w;const E=p==="y"?"width":"height",_=iq.has(_n(i)),S=o.reference[h]-o.floating[E]+(_&&((b=a.offset)==null?void 0:b[h])||0)+(_?0:x.crossAxis),R=o.reference[h]+o.reference[E]+(_?0:((w=a.offset)==null?void 0:w[h])||0)-(_?x.crossAxis:0);m<S?m=S:m>R&&(m=R)}return{[p]:v,[h]:m}}}},s7=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var r,n;const{placement:i,rects:o,platform:a,elements:u}=t,{apply:l=()=>{},...d}=wn(e,t),f=await a.detectOverflow(t,d),h=_n(i),p=Ao(i),v=Qr(i)==="y",{width:m,height:y}=o.floating;let x,b;h==="top"||h==="bottom"?(x=h,b=p===(await(a.isRTL==null?void 0:a.isRTL(u.floating))?"start":"end")?"left":"right"):(b=h,x=p==="end"?"top":"bottom");const w=y-f.top-f.bottom,E=m-f.left-f.right,_=zn(y-f[x],w),S=zn(m-f[b],E),R=!t.middlewareData.shift;let I=_,P=S;if((r=t.middlewareData.shift)!=null&&r.enabled.x&&(P=E),(n=t.middlewareData.shift)!=null&&n.enabled.y&&(I=w),R&&!p){const k=ar(f.left,0),L=ar(f.right,0),$=ar(f.top,0),j=ar(f.bottom,0);v?P=m-2*(k!==0||L!==0?k+L:ar(f.left,f.right)):I=y-2*($!==0||j!==0?$+j:ar(f.top,f.bottom))}await l({...t,availableWidth:P,availableHeight:I});const A=await a.getDimensions(u.floating);return m!==A.width||y!==A.height?{reset:{rects:!0}}:{}}}};function Ul(){return typeof window<"u"}function Mo(e){return oq(e)?(e.nodeName||"").toLowerCase():"#document"}function sr(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function sn(e){var t;return(t=(oq(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function oq(e){return Ul()?e instanceof Node||e instanceof sr(e).Node:!1}function $r(e){return Ul()?e instanceof Element||e instanceof sr(e).Element:!1}function On(e){return Ul()?e instanceof HTMLElement||e instanceof sr(e).HTMLElement:!1}function ZP(e){return!Ul()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof sr(e).ShadowRoot}function ns(e){const{overflow:t,overflowX:r,overflowY:n,display:i}=zr(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&i!=="inline"&&i!=="contents"}function u7(e){return/^(table|td|th)$/.test(Mo(e))}function Wl(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}const l7=/transform|translate|scale|rotate|perspective|filter/,c7=/paint|layout|strict|content/,si=e=>!!e&&e!=="none";let km;function Wx(e){const t=$r(e)?zr(e):e;return si(t.transform)||si(t.translate)||si(t.scale)||si(t.rotate)||si(t.perspective)||!Gx()&&(si(t.backdropFilter)||si(t.filter))||l7.test(t.willChange||"")||c7.test(t.contain||"")}function f7(e){let t=Hn(e);for(;On(t)&&!Oo(t);){if(Wx(t))return t;if(Wl(t))return null;t=Hn(t)}return null}function Gx(){return km==null&&(km=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),km}function Oo(e){return/^(html|body|#document)$/.test(Mo(e))}function zr(e){return sr(e).getComputedStyle(e)}function Gl(e){return $r(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Hn(e){if(Mo(e)==="html")return e;const t=e.assignedSlot||e.parentNode||ZP(e)&&e.host||sn(e);return ZP(t)?t.host:t}function aq(e){const t=Hn(e);return Oo(t)?e.ownerDocument?e.ownerDocument.body:e.body:On(t)&&ns(t)?t:aq(t)}function Ua(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);const i=aq(e),o=i===((n=e.ownerDocument)==null?void 0:n.body),a=sr(i);if(o){const u=Jb(a);return t.concat(a,a.visualViewport||[],ns(i)?i:[],u&&r?Ua(u):[])}else return t.concat(i,Ua(i,[],r))}function Jb(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function sq(e){const t=zr(e);let r=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const i=On(e),o=i?e.offsetWidth:r,a=i?e.offsetHeight:n,u=tl(r)!==o||tl(n)!==a;return u&&(r=o,n=a),{width:r,height:n,$:u}}function Kx(e){return $r(e)?e:e.contextElement}function vo(e){const t=Kx(e);if(!On(t))return rn(1);const r=t.getBoundingClientRect(),{width:n,height:i,$:o}=sq(t);let a=(o?tl(r.width):r.width)/n,u=(o?tl(r.height):r.height)/i;return(!a||!Number.isFinite(a))&&(a=1),(!u||!Number.isFinite(u))&&(u=1),{x:a,y:u}}const d7=rn(0);function uq(e){const t=sr(e);return!Gx()||!t.visualViewport?d7:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function h7(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==sr(e)?!1:t}function Ei(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);const i=e.getBoundingClientRect(),o=Kx(e);let a=rn(1);t&&(n?$r(n)&&(a=vo(n)):a=vo(e));const u=h7(o,r,n)?uq(o):rn(0);let l=(i.left+u.x)/a.x,d=(i.top+u.y)/a.y,f=i.width/a.x,h=i.height/a.y;if(o){const p=sr(o),v=n&&$r(n)?sr(n):n;let m=p,y=Jb(m);for(;y&&n&&v!==m;){const x=vo(y),b=y.getBoundingClientRect(),w=zr(y),E=b.left+(y.clientLeft+parseFloat(w.paddingLeft))*x.x,_=b.top+(y.clientTop+parseFloat(w.paddingTop))*x.y;l*=x.x,d*=x.y,f*=x.x,h*=x.y,l+=E,d+=_,m=sr(y),y=Jb(m)}}return nl({width:f,height:h,x:l,y:d})}function Kl(e,t){const r=Gl(e).scrollLeft;return t?t.left+r:Ei(sn(e)).left+r}function lq(e,t){const r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-Kl(e,r),i=r.top+t.scrollTop;return{x:n,y:i}}function p7(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e;const o=i==="fixed",a=sn(n),u=t?Wl(t.floating):!1;if(n===a||u&&o)return r;let l={scrollLeft:0,scrollTop:0},d=rn(1);const f=rn(0),h=On(n);if((h||!h&&!o)&&((Mo(n)!=="body"||ns(a))&&(l=Gl(n)),h)){const v=Ei(n);d=vo(n),f.x=v.x+n.clientLeft,f.y=v.y+n.clientTop}const p=a&&!h&&!o?lq(a,l):rn(0);return{width:r.width*d.x,height:r.height*d.y,x:r.x*d.x-l.scrollLeft*d.x+f.x+p.x,y:r.y*d.y-l.scrollTop*d.y+f.y+p.y}}function v7(e){return Array.from(e.getClientRects())}function g7(e){const t=sn(e),r=Gl(e),n=e.ownerDocument.body,i=ar(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),o=ar(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let a=-r.scrollLeft+Kl(e);const u=-r.scrollTop;return zr(n).direction==="rtl"&&(a+=ar(t.clientWidth,n.clientWidth)-i),{width:i,height:o,x:a,y:u}}const JP=25;function m7(e,t){const r=sr(e),n=sn(e),i=r.visualViewport;let o=n.clientWidth,a=n.clientHeight,u=0,l=0;if(i){o=i.width,a=i.height;const f=Gx();(!f||f&&t==="fixed")&&(u=i.offsetLeft,l=i.offsetTop)}const d=Kl(n);if(d<=0){const f=n.ownerDocument,h=f.body,p=getComputedStyle(h),v=f.compatMode==="CSS1Compat"&&parseFloat(p.marginLeft)+parseFloat(p.marginRight)||0,m=Math.abs(n.clientWidth-h.clientWidth-v);m<=JP&&(o-=m)}else d<=JP&&(o+=d);return{width:o,height:a,x:u,y:l}}function y7(e,t){const r=Ei(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,o=On(e)?vo(e):rn(1),a=e.clientWidth*o.x,u=e.clientHeight*o.y,l=i*o.x,d=n*o.y;return{width:a,height:u,x:l,y:d}}function QP(e,t,r){let n;if(t==="viewport")n=m7(e,r);else if(t==="document")n=g7(sn(e));else if($r(t))n=y7(t,r);else{const i=uq(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return nl(n)}function cq(e,t){const r=Hn(e);return r===t||!$r(r)||Oo(r)?!1:zr(r).position==="fixed"||cq(r,t)}function b7(e,t){const r=t.get(e);if(r)return r;let n=Ua(e,[],!1).filter(u=>$r(u)&&Mo(u)!=="body"),i=null;const o=zr(e).position==="fixed";let a=o?Hn(e):e;for(;$r(a)&&!Oo(a);){const u=zr(a),l=Wx(a);!l&&u.position==="fixed"&&(i=null),(o?!l&&!i:!l&&u.position==="static"&&!!i&&(i.position==="absolute"||i.position==="fixed")||ns(a)&&!l&&cq(e,a))?n=n.filter(f=>f!==a):i=u,a=Hn(a)}return t.set(e,n),n}function x7(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e;const a=[...r==="clippingAncestors"?Wl(t)?[]:b7(t,this._c):[].concat(r),n],u=QP(t,a[0],i);let l=u.top,d=u.right,f=u.bottom,h=u.left;for(let p=1;p<a.length;p++){const v=QP(t,a[p],i);l=ar(v.top,l),d=zn(v.right,d),f=zn(v.bottom,f),h=ar(v.left,h)}return{width:d-h,height:f-l,x:h,y:l}}function w7(e){const{width:t,height:r}=sq(e);return{width:t,height:r}}function _7(e,t,r){const n=On(t),i=sn(t),o=r==="fixed",a=Ei(e,!0,o,t);let u={scrollLeft:0,scrollTop:0};const l=rn(0);function d(){l.x=Kl(i)}if(n||!n&&!o)if((Mo(t)!=="body"||ns(i))&&(u=Gl(t)),n){const v=Ei(t,!0,o,t);l.x=v.x+t.clientLeft,l.y=v.y+t.clientTop}else i&&d();o&&!n&&i&&d();const f=i&&!n&&!o?lq(i,u):rn(0),h=a.left+u.scrollLeft-l.x-f.x,p=a.top+u.scrollTop-l.y-f.y;return{x:h,y:p,width:a.width,height:a.height}}function Lm(e){return zr(e).position==="static"}function eN(e,t){if(!On(e)||zr(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return sn(e)===r&&(r=r.ownerDocument.body),r}function fq(e,t){const r=sr(e);if(Wl(e))return r;if(!On(e)){let i=Hn(e);for(;i&&!Oo(i);){if($r(i)&&!Lm(i))return i;i=Hn(i)}return r}let n=eN(e,t);for(;n&&u7(n)&&Lm(n);)n=eN(n,t);return n&&Oo(n)&&Lm(n)&&!Wx(n)?r:n||f7(e)||r}const E7=async function(e){const t=this.getOffsetParent||fq,r=this.getDimensions,n=await r(e.floating);return{reference:_7(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function S7(e){return zr(e).direction==="rtl"}const O7={convertOffsetParentRelativeRectToViewportRelativeRect:p7,getDocumentElement:sn,getClippingRect:x7,getOffsetParent:fq,getElementRects:E7,getClientRects:v7,getDimensions:w7,getScale:vo,isElement:$r,isRTL:S7};function dq(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function C7(e,t){let r=null,n;const i=sn(e);function o(){var u;clearTimeout(n),(u=r)==null||u.disconnect(),r=null}function a(u,l){u===void 0&&(u=!1),l===void 0&&(l=1),o();const d=e.getBoundingClientRect(),{left:f,top:h,width:p,height:v}=d;if(u||t(),!p||!v)return;const m=yu(h),y=yu(i.clientWidth-(f+p)),x=yu(i.clientHeight-(h+v)),b=yu(f),E={rootMargin:-m+"px "+-y+"px "+-x+"px "+-b+"px",threshold:ar(0,zn(1,l))||1};let _=!0;function S(R){const I=R[0].intersectionRatio;if(I!==l){if(!_)return a();I?a(!1,I):n=setTimeout(()=>{a(!1,1e-7)},1e3)}I===1&&!dq(d,e.getBoundingClientRect())&&a(),_=!1}try{r=new IntersectionObserver(S,{...E,root:i.ownerDocument})}catch{r=new IntersectionObserver(S,E)}r.observe(e)}return a(!0),o}function R7(e,t,r,n){n===void 0&&(n={});const{ancestorScroll:i=!0,ancestorResize:o=!0,elementResize:a=typeof ResizeObserver=="function",layoutShift:u=typeof IntersectionObserver=="function",animationFrame:l=!1}=n,d=Kx(e),f=i||o?[...d?Ua(d):[],...t?Ua(t):[]]:[];f.forEach(b=>{i&&b.addEventListener("scroll",r,{passive:!0}),o&&b.addEventListener("resize",r)});const h=d&&u?C7(d,r):null;let p=-1,v=null;a&&(v=new ResizeObserver(b=>{let[w]=b;w&&w.target===d&&v&&t&&(v.unobserve(t),cancelAnimationFrame(p),p=requestAnimationFrame(()=>{var E;(E=v)==null||E.observe(t)})),r()}),d&&!l&&v.observe(d),t&&v.observe(t));let m,y=l?Ei(e):null;l&&x();function x(){const b=Ei(e);y&&!dq(y,b)&&r(),y=b,m=requestAnimationFrame(x)}return r(),()=>{var b;f.forEach(w=>{i&&w.removeEventListener("scroll",r),o&&w.removeEventListener("resize",r)}),h==null||h(),(b=v)==null||b.disconnect(),v=null,l&&cancelAnimationFrame(m)}}const I7=i7,P7=o7,N7=t7,T7=s7,A7=r7,tN=e7,M7=a7,D7=(e,t,r)=>{const n=new Map,i={platform:O7,...r},o={...i.platform,_c:n};return Q9(e,t,{...i,platform:o})};var j7=typeof document<"u",q7=function(){},qu=j7?T.useLayoutEffect:q7;function il(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let r,n,i;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(r=e.length,r!==t.length)return!1;for(n=r;n--!==0;)if(!il(e[n],t[n]))return!1;return!0}if(i=Object.keys(e),r=i.length,r!==Object.keys(t).length)return!1;for(n=r;n--!==0;)if(!{}.hasOwnProperty.call(t,i[n]))return!1;for(n=r;n--!==0;){const o=i[n];if(!(o==="_owner"&&e.$$typeof)&&!il(e[o],t[o]))return!1}return!0}return e!==e&&t!==t}function hq(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function rN(e,t){const r=hq(e);return Math.round(t*r)/r}function Bm(e){const t=ve.useRef(e);return qu(()=>{t.current=e}),t}function k7(e){e===void 0&&(e={});const{placement:t="bottom",strategy:r="absolute",middleware:n=[],platform:i,elements:{reference:o,floating:a}={},transform:u=!0,whileElementsMounted:l,open:d}=e,[f,h]=ve.useState({x:0,y:0,strategy:r,placement:t,middlewareData:{},isPositioned:!1}),[p,v]=ve.useState(n);il(p,n)||v(n);const[m,y]=ve.useState(null),[x,b]=ve.useState(null),w=ve.useCallback(Z=>{Z!==R.current&&(R.current=Z,y(Z))},[]),E=ve.useCallback(Z=>{Z!==I.current&&(I.current=Z,b(Z))},[]),_=o||m,S=a||x,R=ve.useRef(null),I=ve.useRef(null),P=ve.useRef(f),A=l!=null,k=Bm(l),L=Bm(i),$=Bm(d),j=ve.useCallback(()=>{if(!R.current||!I.current)return;const Z={placement:t,strategy:r,middleware:p};L.current&&(Z.platform=L.current),D7(R.current,I.current,Z).then(te=>{const U={...te,isPositioned:$.current!==!1};D.current&&!il(P.current,U)&&(P.current=U,ix.flushSync(()=>{h(U)}))})},[p,t,r,L,$]);qu(()=>{d===!1&&P.current.isPositioned&&(P.current.isPositioned=!1,h(Z=>({...Z,isPositioned:!1})))},[d]);const D=ve.useRef(!1);qu(()=>(D.current=!0,()=>{D.current=!1}),[]),qu(()=>{if(_&&(R.current=_),S&&(I.current=S),_&&S){if(k.current)return k.current(_,S,j);j()}},[_,S,j,k,A]);const G=ve.useMemo(()=>({reference:R,floating:I,setReference:w,setFloating:E}),[w,E]),B=ve.useMemo(()=>({reference:_,floating:S}),[_,S]),Y=ve.useMemo(()=>{const Z={position:r,left:0,top:0};if(!B.floating)return Z;const te=rN(B.floating,f.x),U=rN(B.floating,f.y);return u?{...Z,transform:"translate("+te+"px, "+U+"px)",...hq(B.floating)>=1.5&&{willChange:"transform"}}:{position:r,left:te,top:U}},[r,u,B.floating,f.x,f.y]);return ve.useMemo(()=>({...f,update:j,refs:G,elements:B,floatingStyles:Y}),[f,j,G,B,Y])}const L7=e=>{function t(r){return{}.hasOwnProperty.call(r,"current")}return{name:"arrow",options:e,fn(r){const{element:n,padding:i}=typeof e=="function"?e(r):e;return n&&t(n)?n.current!=null?tN({element:n.current,padding:i}).fn(r):{}:n?tN({element:n,padding:i}).fn(r):{}}}},B7=(e,t)=>{const r=I7(e);return{name:r.name,fn:r.fn,options:[e,t]}},F7=(e,t)=>{const r=P7(e);return{name:r.name,fn:r.fn,options:[e,t]}},$7=(e,t)=>({fn:M7(e).fn,options:[e,t]}),z7=(e,t)=>{const r=N7(e);return{name:r.name,fn:r.fn,options:[e,t]}},H7=(e,t)=>{const r=T7(e);return{name:r.name,fn:r.fn,options:[e,t]}},V7=(e,t)=>{const r=A7(e);return{name:r.name,fn:r.fn,options:[e,t]}},U7=(e,t)=>{const r=L7(e);return{name:r.name,fn:r.fn,options:[e,t]}};function W7(e){const t=G7(e),r=ve.forwardRef((n,i)=>{const{children:o,...a}=n,u=ve.Children.toArray(o),l=u.find(Y7);if(l){const d=l.props.children,f=u.map(h=>h===l?ve.Children.count(d)>1?ve.Children.only(null):ve.isValidElement(d)?d.props.children:null:h);return C.jsx(t,{...a,ref:i,children:ve.isValidElement(d)?ve.cloneElement(d,void 0,f):null})}return C.jsx(t,{...a,ref:i,children:o})});return r.displayName=`${e}.Slot`,r}function G7(e){const t=ve.forwardRef((r,n)=>{const{children:i,...o}=r;if(ve.isValidElement(i)){const a=Z7(i),u=X7(o,i.props);return i.type!==ve.Fragment&&(u.ref=n?rq(n,a):a),ve.cloneElement(i,u)}return ve.Children.count(i)>1?ve.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var K7=Symbol("radix.slottable");function Y7(e){return ve.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===K7}function X7(e,t){const r={...t};for(const n in t){const i=e[n],o=t[n];/^on[A-Z]/.test(n)?i&&o?r[n]=(...u)=>{const l=o(...u);return i(...u),l}:i&&(r[n]=i):n==="style"?r[n]={...i,...o}:n==="className"&&(r[n]=[i,o].filter(Boolean).join(" "))}return{...e,...r}}function Z7(e){var n,i;let t=(n=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:n.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=(i=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:i.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var J7=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],Pi=J7.reduce((e,t)=>{const r=W7(`Primitive.${t}`),n=ve.forwardRef((i,o)=>{const{asChild:a,...u}=i,l=a?r:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),C.jsx(l,{...u,ref:o})});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{});function Q7(e,t){e&&ix.flushSync(()=>e.dispatchEvent(t))}var eX="Arrow",pq=ve.forwardRef((e,t)=>{const{children:r,width:n=10,height:i=5,...o}=e;return C.jsx(Pi.svg,{...o,ref:t,width:n,height:i,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?r:C.jsx("polygon",{points:"0,0 30,0 15,10"})})});pq.displayName=eX;var tX=pq;function Yl(e){const t=ve.useRef(e);return ve.useEffect(()=>{t.current=e}),ve.useMemo(()=>(...r)=>{var n;return(n=t.current)==null?void 0:n.call(t,...r)},[])}function rX(e){const[t,r]=ve.useState(void 0);return _i(()=>{if(e){r({width:e.offsetWidth,height:e.offsetHeight});const n=new ResizeObserver(i=>{if(!Array.isArray(i)||!i.length)return;const o=i[0];let a,u;if("borderBoxSize"in o){const l=o.borderBoxSize,d=Array.isArray(l)?l[0]:l;a=d.inlineSize,u=d.blockSize}else a=e.offsetWidth,u=e.offsetHeight;r({width:a,height:u})});return n.observe(e,{box:"border-box"}),()=>n.unobserve(e)}else r(void 0)},[e]),t}var Yx="Popper",[vq,gq]=tq(Yx),[nX,mq]=vq(Yx),yq=e=>{const{__scopePopper:t,children:r}=e,[n,i]=ve.useState(null);return C.jsx(nX,{scope:t,anchor:n,onAnchorChange:i,children:r})};yq.displayName=Yx;var bq="PopperAnchor",xq=ve.forwardRef((e,t)=>{const{__scopePopper:r,virtualRef:n,...i}=e,o=mq(bq,r),a=ve.useRef(null),u=To(t,a),l=ve.useRef(null);return ve.useEffect(()=>{const d=l.current;l.current=(n==null?void 0:n.current)||a.current,d!==l.current&&o.onAnchorChange(l.current)}),n?null:C.jsx(Pi.div,{...i,ref:u})});xq.displayName=bq;var Xx="PopperContent",[iX,oX]=vq(Xx),wq=ve.forwardRef((e,t)=>{var H,K,se,oe,fe,V;const{__scopePopper:r,side:n="bottom",sideOffset:i=0,align:o="center",alignOffset:a=0,arrowPadding:u=0,avoidCollisions:l=!0,collisionBoundary:d=[],collisionPadding:f=0,sticky:h="partial",hideWhenDetached:p=!1,updatePositionStrategy:v="optimized",onPlaced:m,...y}=e,x=mq(Xx,r),[b,w]=ve.useState(null),E=To(t,ee=>w(ee)),[_,S]=ve.useState(null),R=rX(_),I=(R==null?void 0:R.width)??0,P=(R==null?void 0:R.height)??0,A=n+(o!=="center"?"-"+o:""),k=typeof f=="number"?f:{top:0,right:0,bottom:0,left:0,...f},L=Array.isArray(d)?d:[d],$=L.length>0,j={padding:k,boundary:L.filter(sX),altBoundary:$},{refs:D,floatingStyles:G,placement:B,isPositioned:Y,middlewareData:Z}=k7({strategy:"fixed",placement:A,whileElementsMounted:(...ee)=>R7(...ee,{animationFrame:v==="always"}),elements:{reference:x.anchor},middleware:[B7({mainAxis:i+P,alignmentAxis:a}),l&&F7({mainAxis:!0,crossAxis:!1,limiter:h==="partial"?$7():void 0,...j}),l&&z7({...j}),H7({...j,apply:({elements:ee,rects:we,availableWidth:be,availableHeight:de})=>{const{width:ue,height:Ee}=we.reference,Pe=ee.floating.style;Pe.setProperty("--radix-popper-available-width",`${be}px`),Pe.setProperty("--radix-popper-available-height",`${de}px`),Pe.setProperty("--radix-popper-anchor-width",`${ue}px`),Pe.setProperty("--radix-popper-anchor-height",`${Ee}px`)}}),_&&U7({element:_,padding:u}),uX({arrowWidth:I,arrowHeight:P}),p&&V7({strategy:"referenceHidden",...j})]}),[te,U]=Sq(B),re=Yl(m);_i(()=>{Y&&(re==null||re())},[Y,re]);const ae=(H=Z.arrow)==null?void 0:H.x,le=(K=Z.arrow)==null?void 0:K.y,F=((se=Z.arrow)==null?void 0:se.centerOffset)!==0,[W,J]=ve.useState();return _i(()=>{b&&J(window.getComputedStyle(b).zIndex)},[b]),C.jsx("div",{ref:D.setFloating,"data-radix-popper-content-wrapper":"",style:{...G,transform:Y?G.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:W,"--radix-popper-transform-origin":[(oe=Z.transformOrigin)==null?void 0:oe.x,(fe=Z.transformOrigin)==null?void 0:fe.y].join(" "),...((V=Z.hide)==null?void 0:V.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:C.jsx(iX,{scope:r,placedSide:te,onArrowChange:S,arrowX:ae,arrowY:le,shouldHideArrow:F,children:C.jsx(Pi.div,{"data-side":te,"data-align":U,...y,ref:E,style:{...y.style,animation:Y?void 0:"none"}})})})});wq.displayName=Xx;var _q="PopperArrow",aX={top:"bottom",right:"left",bottom:"top",left:"right"},Eq=ve.forwardRef(function(t,r){const{__scopePopper:n,...i}=t,o=oX(_q,n),a=aX[o.placedSide];return C.jsx("span",{ref:o.onArrowChange,style:{position:"absolute",left:o.arrowX,top:o.arrowY,[a]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[o.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[o.placedSide],visibility:o.shouldHideArrow?"hidden":void 0},children:C.jsx(tX,{...i,ref:r,style:{...i.style,display:"block"}})})});Eq.displayName=_q;function sX(e){return e!==null}var uX=e=>({name:"transformOrigin",options:e,fn(t){var x,b,w;const{placement:r,rects:n,middlewareData:i}=t,a=((x=i.arrow)==null?void 0:x.centerOffset)!==0,u=a?0:e.arrowWidth,l=a?0:e.arrowHeight,[d,f]=Sq(r),h={start:"0%",center:"50%",end:"100%"}[f],p=(((b=i.arrow)==null?void 0:b.x)??0)+u/2,v=(((w=i.arrow)==null?void 0:w.y)??0)+l/2;let m="",y="";return d==="bottom"?(m=a?h:`${p}px`,y=`${-l}px`):d==="top"?(m=a?h:`${p}px`,y=`${n.floating.height+l}px`):d==="right"?(m=`${-l}px`,y=a?h:`${v}px`):d==="left"&&(m=`${n.floating.width+l}px`,y=a?h:`${v}px`),{data:{x:m,y}}}});function Sq(e){const[t,r="center"]=e.split("-");return[t,r]}var lX=yq,cX=xq,fX=wq,dX=Eq,hX="Portal",Oq=ve.forwardRef((e,t)=>{var u;const{container:r,...n}=e,[i,o]=ve.useState(!1);_i(()=>o(!0),[]);const a=r||i&&((u=globalThis==null?void 0:globalThis.document)==null?void 0:u.body);return a?nx.createPortal(C.jsx(Pi.div,{...n,ref:t}),a):null});Oq.displayName=hX;function pX(e,t){return ve.useReducer((r,n)=>t[r][n]??r,e)}var Zx=e=>{const{present:t,children:r}=e,n=vX(t),i=typeof r=="function"?r({present:n.isPresent}):ve.Children.only(r),o=To(n.ref,gX(i));return typeof r=="function"||n.isPresent?ve.cloneElement(i,{ref:o}):null};Zx.displayName="Presence";function vX(e){const[t,r]=ve.useState(),n=ve.useRef(null),i=ve.useRef(e),o=ve.useRef("none"),a=e?"mounted":"unmounted",[u,l]=pX(a,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return ve.useEffect(()=>{const d=bu(n.current);o.current=u==="mounted"?d:"none"},[u]),_i(()=>{const d=n.current,f=i.current;if(f!==e){const p=o.current,v=bu(d);e?l("MOUNT"):v==="none"||(d==null?void 0:d.display)==="none"?l("UNMOUNT"):l(f&&p!==v?"ANIMATION_OUT":"UNMOUNT"),i.current=e}},[e,l]),_i(()=>{if(t){let d;const f=t.ownerDocument.defaultView??window,h=v=>{const y=bu(n.current).includes(CSS.escape(v.animationName));if(v.target===t&&y&&(l("ANIMATION_END"),!i.current)){const x=t.style.animationFillMode;t.style.animationFillMode="forwards",d=f.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=x)})}},p=v=>{v.target===t&&(o.current=bu(n.current))};return t.addEventListener("animationstart",p),t.addEventListener("animationcancel",h),t.addEventListener("animationend",h),()=>{f.clearTimeout(d),t.removeEventListener("animationstart",p),t.removeEventListener("animationcancel",h),t.removeEventListener("animationend",h)}}else l("ANIMATION_END")},[t,l]),{isPresent:["mounted","unmountSuspended"].includes(u),ref:ve.useCallback(d=>{n.current=d?getComputedStyle(d):null,r(d)},[])}}function bu(e){return(e==null?void 0:e.animationName)||"none"}function gX(e){var n,i;let t=(n=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:n.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=(i=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:i.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}function mX(e,t=globalThis==null?void 0:globalThis.document){const r=Yl(e);ve.useEffect(()=>{const n=i=>{i.key==="Escape"&&r(i)};return t.addEventListener("keydown",n,{capture:!0}),()=>t.removeEventListener("keydown",n,{capture:!0})},[r,t])}var yX="DismissableLayer",Qb="dismissableLayer.update",bX="dismissableLayer.pointerDownOutside",xX="dismissableLayer.focusOutside",nN,Cq=ve.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Rq=ve.forwardRef((e,t)=>{const{disableOutsidePointerEvents:r=!1,onEscapeKeyDown:n,onPointerDownOutside:i,onFocusOutside:o,onInteractOutside:a,onDismiss:u,...l}=e,d=ve.useContext(Cq),[f,h]=ve.useState(null),p=(f==null?void 0:f.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,v]=ve.useState({}),m=To(t,I=>h(I)),y=Array.from(d.layers),[x]=[...d.layersWithOutsidePointerEventsDisabled].slice(-1),b=y.indexOf(x),w=f?y.indexOf(f):-1,E=d.layersWithOutsidePointerEventsDisabled.size>0,_=w>=b,S=EX(I=>{const P=I.target,A=[...d.branches].some(k=>k.contains(P));!_||A||(i==null||i(I),a==null||a(I),I.defaultPrevented||u==null||u())},p),R=SX(I=>{const P=I.target;[...d.branches].some(k=>k.contains(P))||(o==null||o(I),a==null||a(I),I.defaultPrevented||u==null||u())},p);return mX(I=>{w===d.layers.size-1&&(n==null||n(I),!I.defaultPrevented&&u&&(I.preventDefault(),u()))},p),ve.useEffect(()=>{if(f)return r&&(d.layersWithOutsidePointerEventsDisabled.size===0&&(nN=p.body.style.pointerEvents,p.body.style.pointerEvents="none"),d.layersWithOutsidePointerEventsDisabled.add(f)),d.layers.add(f),iN(),()=>{r&&d.layersWithOutsidePointerEventsDisabled.size===1&&(p.body.style.pointerEvents=nN)}},[f,p,r,d]),ve.useEffect(()=>()=>{f&&(d.layers.delete(f),d.layersWithOutsidePointerEventsDisabled.delete(f),iN())},[f,d]),ve.useEffect(()=>{const I=()=>v({});return document.addEventListener(Qb,I),()=>document.removeEventListener(Qb,I)},[]),C.jsx(Pi.div,{...l,ref:m,style:{pointerEvents:E?_?"auto":"none":void 0,...e.style},onFocusCapture:wr(e.onFocusCapture,R.onFocusCapture),onBlurCapture:wr(e.onBlurCapture,R.onBlurCapture),onPointerDownCapture:wr(e.onPointerDownCapture,S.onPointerDownCapture)})});Rq.displayName=yX;var wX="DismissableLayerBranch",_X=ve.forwardRef((e,t)=>{const r=ve.useContext(Cq),n=ve.useRef(null),i=To(t,n);return ve.useEffect(()=>{const o=n.current;if(o)return r.branches.add(o),()=>{r.branches.delete(o)}},[r.branches]),C.jsx(Pi.div,{...e,ref:i})});_X.displayName=wX;function EX(e,t=globalThis==null?void 0:globalThis.document){const r=Yl(e),n=ve.useRef(!1),i=ve.useRef(()=>{});return ve.useEffect(()=>{const o=u=>{if(u.target&&!n.current){let l=function(){Iq(bX,r,d,{discrete:!0})};const d={originalEvent:u};u.pointerType==="touch"?(t.removeEventListener("click",i.current),i.current=l,t.addEventListener("click",i.current,{once:!0})):l()}else t.removeEventListener("click",i.current);n.current=!1},a=window.setTimeout(()=>{t.addEventListener("pointerdown",o)},0);return()=>{window.clearTimeout(a),t.removeEventListener("pointerdown",o),t.removeEventListener("click",i.current)}},[t,r]),{onPointerDownCapture:()=>n.current=!0}}function SX(e,t=globalThis==null?void 0:globalThis.document){const r=Yl(e),n=ve.useRef(!1);return ve.useEffect(()=>{const i=o=>{o.target&&!n.current&&Iq(xX,r,{originalEvent:o},{discrete:!1})};return t.addEventListener("focusin",i),()=>t.removeEventListener("focusin",i)},[t,r]),{onFocusCapture:()=>n.current=!0,onBlurCapture:()=>n.current=!1}}function iN(){const e=new CustomEvent(Qb);document.dispatchEvent(e)}function Iq(e,t,r,{discrete:n}){const i=r.originalEvent.target,o=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:r});t&&i.addEventListener(e,t,{once:!0}),n?Q7(i,o):i.dispatchEvent(o)}var Fm,Xl="HoverCard",[Pq]=tq(Xl,[gq]),Zl=gq(),[OX,Jl]=Pq(Xl),Nq=e=>{const{__scopeHoverCard:t,children:r,open:n,defaultOpen:i,onOpenChange:o,openDelay:a=700,closeDelay:u=300}=e,l=Zl(t),d=ve.useRef(0),f=ve.useRef(0),h=ve.useRef(!1),p=ve.useRef(!1),[v,m]=B9({prop:n,defaultProp:i??!1,onChange:o,caller:Xl}),y=ve.useCallback(()=>{clearTimeout(f.current),d.current=window.setTimeout(()=>m(!0),a)},[a,m]),x=ve.useCallback(()=>{clearTimeout(d.current),!h.current&&!p.current&&(f.current=window.setTimeout(()=>m(!1),u))},[u,m]),b=ve.useCallback(()=>m(!1),[m]);return ve.useEffect(()=>()=>{clearTimeout(d.current),clearTimeout(f.current)},[]),C.jsx(OX,{scope:t,open:v,onOpenChange:m,onOpen:y,onClose:x,onDismiss:b,hasSelectionRef:h,isPointerDownOnContentRef:p,children:C.jsx(lX,{...l,children:r})})};Nq.displayName=Xl;var Tq="HoverCardTrigger",Aq=ve.forwardRef((e,t)=>{const{__scopeHoverCard:r,...n}=e,i=Jl(Tq,r),o=Zl(r);return C.jsx(cX,{asChild:!0,...o,children:C.jsx(Pi.a,{"data-state":i.open?"open":"closed",...n,ref:t,onPointerEnter:wr(e.onPointerEnter,al(i.onOpen)),onPointerLeave:wr(e.onPointerLeave,al(i.onClose)),onFocus:wr(e.onFocus,i.onOpen),onBlur:wr(e.onBlur,i.onClose),onTouchStart:wr(e.onTouchStart,a=>a.preventDefault())})})});Aq.displayName=Tq;var Jx="HoverCardPortal",[CX,RX]=Pq(Jx,{forceMount:void 0}),Mq=e=>{const{__scopeHoverCard:t,forceMount:r,children:n,container:i}=e,o=Jl(Jx,t);return C.jsx(CX,{scope:t,forceMount:r,children:C.jsx(Zx,{present:r||o.open,children:C.jsx(Oq,{asChild:!0,container:i,children:n})})})};Mq.displayName=Jx;var ol="HoverCardContent",Dq=ve.forwardRef((e,t)=>{const r=RX(ol,e.__scopeHoverCard),{forceMount:n=r.forceMount,...i}=e,o=Jl(ol,e.__scopeHoverCard);return C.jsx(Zx,{present:n||o.open,children:C.jsx(IX,{"data-state":o.open?"open":"closed",...i,onPointerEnter:wr(e.onPointerEnter,al(o.onOpen)),onPointerLeave:wr(e.onPointerLeave,al(o.onClose)),ref:t})})});Dq.displayName=ol;var IX=ve.forwardRef((e,t)=>{const{__scopeHoverCard:r,onEscapeKeyDown:n,onPointerDownOutside:i,onFocusOutside:o,onInteractOutside:a,...u}=e,l=Jl(ol,r),d=Zl(r),f=ve.useRef(null),h=To(t,f),[p,v]=ve.useState(!1);return ve.useEffect(()=>{if(p){const m=document.body;return Fm=m.style.userSelect||m.style.webkitUserSelect,m.style.userSelect="none",m.style.webkitUserSelect="none",()=>{m.style.userSelect=Fm,m.style.webkitUserSelect=Fm}}},[p]),ve.useEffect(()=>{if(f.current){const m=()=>{v(!1),l.isPointerDownOnContentRef.current=!1,setTimeout(()=>{var x;((x=document.getSelection())==null?void 0:x.toString())!==""&&(l.hasSelectionRef.current=!0)})};return document.addEventListener("pointerup",m),()=>{document.removeEventListener("pointerup",m),l.hasSelectionRef.current=!1,l.isPointerDownOnContentRef.current=!1}}},[l.isPointerDownOnContentRef,l.hasSelectionRef]),ve.useEffect(()=>{f.current&&TX(f.current).forEach(y=>y.setAttribute("tabindex","-1"))}),C.jsx(Rq,{asChild:!0,disableOutsidePointerEvents:!1,onInteractOutside:a,onEscapeKeyDown:n,onPointerDownOutside:i,onFocusOutside:wr(o,m=>{m.preventDefault()}),onDismiss:l.onDismiss,children:C.jsx(fX,{...d,...u,onPointerDown:wr(u.onPointerDown,m=>{m.currentTarget.contains(m.target)&&v(!0),l.hasSelectionRef.current=!1,l.isPointerDownOnContentRef.current=!0}),ref:h,style:{...u.style,userSelect:p?"text":void 0,WebkitUserSelect:p?"text":void 0,"--radix-hover-card-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-hover-card-content-available-width":"var(--radix-popper-available-width)","--radix-hover-card-content-available-height":"var(--radix-popper-available-height)","--radix-hover-card-trigger-width":"var(--radix-popper-anchor-width)","--radix-hover-card-trigger-height":"var(--radix-popper-anchor-height)"}})})}),PX="HoverCardArrow",NX=ve.forwardRef((e,t)=>{const{__scopeHoverCard:r,...n}=e,i=Zl(r);return C.jsx(dX,{...i,...n,ref:t})});NX.displayName=PX;function al(e){return t=>t.pointerType==="touch"?void 0:e()}function TX(e){const t=[],r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:n=>n.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP});for(;r.nextNode();)t.push(r.currentNode);return t}var Qx=Nq,ew=Aq,Lr=Mq,Br=Dq;function to(e,t,r){let n=r.initialDeps??[],i,o=!0;function a(){var u,l,d;let f;r.key&&((u=r.debug)!=null&&u.call(r))&&(f=Date.now());const h=e();if(!(h.length!==n.length||h.some((m,y)=>n[y]!==m)))return i;n=h;let v;if(r.key&&((l=r.debug)!=null&&l.call(r))&&(v=Date.now()),i=t(...h),r.key&&((d=r.debug)!=null&&d.call(r))){const m=Math.round((Date.now()-f)*100)/100,y=Math.round((Date.now()-v)*100)/100,x=y/16,b=(w,E)=>{for(w=String(w);w.length<E;)w=" "+w;return w};console.info(`%c⏱ ${b(y,5)} /${b(m,5)} ms`,`
5
+ */var K1;function pH(){return K1||(K1=1,(function(e){(function(){var t={}.hasOwnProperty;function r(){for(var o="",a=0;a<arguments.length;a++){var u=arguments[a];u&&(o=i(o,n(u)))}return o}function n(o){if(typeof o=="string"||typeof o=="number")return o;if(typeof o!="object")return"";if(Array.isArray(o))return r.apply(null,o);if(o.toString!==Object.prototype.toString&&!o.toString.toString().includes("[native code]"))return o.toString();var a="";for(var u in o)t.call(o,u)&&o[u]&&(a=i(a,u));return a}function i(o,a){return a?o?o+" "+a:o+a:o}e.exports?(r.default=r,e.exports=r):window.classNames=r})()})(Qf)),Qf.exports}var vH=pH();const We=Un(vH);function gH({qodly:e,activeTab:t,forceLogin:r,onTabChange:n,restrictedByDefault:i,onRestrictedByDefaultChange:o,onForceLoginChange:a}){return C.jsx(C.Fragment,{children:C.jsx("nav",{className:"relative mb-0 flex h-auto flex-wrap items-center justify-between border-b border-grey-900 bg-grey-800 px-4 py-3",children:C.jsx("div",{className:"flex w-full flex-wrap items-center justify-between",children:C.jsxs("div",{className:"relative flex w-full justify-between",children:[C.jsx("span",{className:"inline-block whitespace-nowrap text-sm leading-relaxed text-white",children:C.jsxs("div",{className:"flex items-center justify-center",children:[C.jsx("button",{"data-cy":"roles_btn_navbar",className:We(" min-w-[110px] rounded-l px-4 py-2 text-xs text-white outline-none transition-all duration-150 ease-linear focus:bg-primary-dark focus:text-white focus:outline-none",t==="roles"?"bg-primary-dark font-bold":"bg-grey-300 hover:bg-primary-hover hover:text-white"),type:"button",onClick:()=>n("roles"),children:"Roles"}),C.jsx("button",{"data-cy":"privileges_btn_navbar",className:We(" min-w-[110px] rounded-r px-4 py-2 text-xs text-white outline-none transition-all duration-150 ease-linear focus:bg-primary-dark focus:text-white focus:outline-none",t==="privileges"?"bg-primary-dark font-bold":"bg-grey-300 hover:bg-primary-hover hover:text-white"),type:"button",onClick:()=>n("privileges"),children:"Privileges"})]})}),C.jsxs("div",{className:"flex gap-2 justify-between",children:[C.jsxs("span",{className:"flex items-center gap-1 whitespace-nowrap",children:[C.jsx(Te.ControlledSwitch,{size:"sm",value:i||!1,onChange:u=>{o(u)}}),C.jsx("span",{className:"px-1 text-xs text-white",children:"Restrict Access By Default"}),C.jsx(Te.Tip,{tipKey:"editors:roles:toolbar:restrictedByDefault",alwaysOn:!0,side:"left"})]}),e===!1&&C.jsxs("span",{className:"flex items-center gap-1 whitespace-nowrap",children:[C.jsx(Te.ControlledSwitch,{size:"sm",value:r||!1,onChange:u=>{a(u)}}),C.jsx("span",{className:"px-1 text-xs text-white",children:"Force login"}),C.jsx(Te.Tip,{tipKey:"editors:roles:toolbar:forceLogin",alwaysOn:!0,side:"left"})]})]})]})})})})}const ID=T.createContext(void 0),mH=({children:e})=>{const[t,r]=T.useState(null),[n,i]=T.useState(null);function o(u){r(u),setTimeout(()=>i(u),0)}const a={selectedRole:t,deferredSelectedRole:n,selectRole:o};return C.jsx(ID.Provider,{value:a,children:e})};function ox(){const e=T.useContext(ID);if(e===void 0)throw new Error("useSelectedRole must be used within a SelectedRoleProvider");return e}var Y1=function(t){return t.reduce(function(r,n){var i=n[0],o=n[1];return r[i]=o,r},{})},X1=typeof window<"u"&&window.document&&window.document.createElement?ve.useLayoutEffect:ve.useEffect,Gt="top",Sr="bottom",Or="right",Kt="left",ax="auto",Ka=[Gt,Sr,Or,Kt],yo="start",La="end",yH="clippingParents",PD="viewport",oa="popper",bH="reference",Z1=Ka.reduce(function(e,t){return e.concat([t+"-"+yo,t+"-"+La])},[]),ND=[].concat(Ka,[ax]).reduce(function(e,t){return e.concat([t,t+"-"+yo,t+"-"+La])},[]),xH="beforeRead",wH="read",_H="afterRead",EH="beforeMain",SH="main",OH="afterMain",CH="beforeWrite",RH="write",IH="afterWrite",PH=[xH,wH,_H,EH,SH,OH,CH,RH,IH];function nn(e){return e?(e.nodeName||"").toLowerCase():null}function ur(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function xi(e){var t=ur(e).Element;return e instanceof t||e instanceof Element}function Er(e){var t=ur(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function sx(e){if(typeof ShadowRoot>"u")return!1;var t=ur(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function NH(e){var t=e.state;Object.keys(t.elements).forEach(function(r){var n=t.styles[r]||{},i=t.attributes[r]||{},o=t.elements[r];!Er(o)||!nn(o)||(Object.assign(o.style,n),Object.keys(i).forEach(function(a){var u=i[a];u===!1?o.removeAttribute(a):o.setAttribute(a,u===!0?"":u)}))})}function TH(e){var t=e.state,r={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,r.popper),t.styles=r,t.elements.arrow&&Object.assign(t.elements.arrow.style,r.arrow),function(){Object.keys(t.elements).forEach(function(n){var i=t.elements[n],o=t.attributes[n]||{},a=Object.keys(t.styles.hasOwnProperty(n)?t.styles[n]:r[n]),u=a.reduce(function(l,d){return l[d]="",l},{});!Er(i)||!nn(i)||(Object.assign(i.style,u),Object.keys(o).forEach(function(l){i.removeAttribute(l)}))})}}const AH={name:"applyStyles",enabled:!0,phase:"write",fn:NH,effect:TH,requires:["computeStyles"]};function en(e){return e.split("-")[0]}var pi=Math.max,$u=Math.min,bo=Math.round;function Ab(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}function TD(){return!/^((?!chrome|android).)*safari/i.test(Ab())}function xo(e,t,r){t===void 0&&(t=!1),r===void 0&&(r=!1);var n=e.getBoundingClientRect(),i=1,o=1;t&&Er(e)&&(i=e.offsetWidth>0&&bo(n.width)/e.offsetWidth||1,o=e.offsetHeight>0&&bo(n.height)/e.offsetHeight||1);var a=xi(e)?ur(e):window,u=a.visualViewport,l=!TD()&&r,d=(n.left+(l&&u?u.offsetLeft:0))/i,f=(n.top+(l&&u?u.offsetTop:0))/o,h=n.width/i,p=n.height/o;return{width:h,height:p,top:f,right:d+h,bottom:f+p,left:d,x:d,y:f}}function ux(e){var t=xo(e),r=e.offsetWidth,n=e.offsetHeight;return Math.abs(t.width-r)<=1&&(r=t.width),Math.abs(t.height-n)<=1&&(n=t.height),{x:e.offsetLeft,y:e.offsetTop,width:r,height:n}}function AD(e,t){var r=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(r&&sx(r)){var n=t;do{if(n&&e.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}function bn(e){return ur(e).getComputedStyle(e)}function MH(e){return["table","td","th"].indexOf(nn(e))>=0}function Wn(e){return((xi(e)?e.ownerDocument:e.document)||window.document).documentElement}function bl(e){return nn(e)==="html"?e:e.assignedSlot||e.parentNode||(sx(e)?e.host:null)||Wn(e)}function J1(e){return!Er(e)||bn(e).position==="fixed"?null:e.offsetParent}function DH(e){var t=/firefox/i.test(Ab()),r=/Trident/i.test(Ab());if(r&&Er(e)){var n=bn(e);if(n.position==="fixed")return null}var i=bl(e);for(sx(i)&&(i=i.host);Er(i)&&["html","body"].indexOf(nn(i))<0;){var o=bn(i);if(o.transform!=="none"||o.perspective!=="none"||o.contain==="paint"||["transform","perspective"].indexOf(o.willChange)!==-1||t&&o.willChange==="filter"||t&&o.filter&&o.filter!=="none")return i;i=i.parentNode}return null}function Ya(e){for(var t=ur(e),r=J1(e);r&&MH(r)&&bn(r).position==="static";)r=J1(r);return r&&(nn(r)==="html"||nn(r)==="body"&&bn(r).position==="static")?t:r||DH(e)||t}function lx(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function Ma(e,t,r){return pi(e,$u(t,r))}function jH(e,t,r){var n=Ma(e,t,r);return n>r?r:n}function MD(){return{top:0,right:0,bottom:0,left:0}}function DD(e){return Object.assign({},MD(),e)}function jD(e,t){return t.reduce(function(r,n){return r[n]=e,r},{})}var qH=function(t,r){return t=typeof t=="function"?t(Object.assign({},r.rects,{placement:r.placement})):t,DD(typeof t!="number"?t:jD(t,Ka))};function kH(e){var t,r=e.state,n=e.name,i=e.options,o=r.elements.arrow,a=r.modifiersData.popperOffsets,u=en(r.placement),l=lx(u),d=[Kt,Or].indexOf(u)>=0,f=d?"height":"width";if(!(!o||!a)){var h=qH(i.padding,r),p=ux(o),v=l==="y"?Gt:Kt,m=l==="y"?Sr:Or,y=r.rects.reference[f]+r.rects.reference[l]-a[l]-r.rects.popper[f],x=a[l]-r.rects.reference[l],b=Ya(o),w=b?l==="y"?b.clientHeight||0:b.clientWidth||0:0,E=y/2-x/2,_=h[v],S=w-p[f]-h[m],R=w/2-p[f]/2+E,I=Ma(_,R,S),P=l;r.modifiersData[n]=(t={},t[P]=I,t.centerOffset=I-R,t)}}function LH(e){var t=e.state,r=e.options,n=r.element,i=n===void 0?"[data-popper-arrow]":n;i!=null&&(typeof i=="string"&&(i=t.elements.popper.querySelector(i),!i)||AD(t.elements.popper,i)&&(t.elements.arrow=i))}const BH={name:"arrow",enabled:!0,phase:"main",fn:kH,effect:LH,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function wo(e){return e.split("-")[1]}var FH={top:"auto",right:"auto",bottom:"auto",left:"auto"};function $H(e,t){var r=e.x,n=e.y,i=t.devicePixelRatio||1;return{x:bo(r*i)/i||0,y:bo(n*i)/i||0}}function Q1(e){var t,r=e.popper,n=e.popperRect,i=e.placement,o=e.variation,a=e.offsets,u=e.position,l=e.gpuAcceleration,d=e.adaptive,f=e.roundOffsets,h=e.isFixed,p=a.x,v=p===void 0?0:p,m=a.y,y=m===void 0?0:m,x=typeof f=="function"?f({x:v,y}):{x:v,y};v=x.x,y=x.y;var b=a.hasOwnProperty("x"),w=a.hasOwnProperty("y"),E=Kt,_=Gt,S=window;if(d){var R=Ya(r),I="clientHeight",P="clientWidth";if(R===ur(r)&&(R=Wn(r),bn(R).position!=="static"&&u==="absolute"&&(I="scrollHeight",P="scrollWidth")),R=R,i===Gt||(i===Kt||i===Or)&&o===La){_=Sr;var A=h&&R===S&&S.visualViewport?S.visualViewport.height:R[I];y-=A-n.height,y*=l?1:-1}if(i===Kt||(i===Gt||i===Sr)&&o===La){E=Or;var k=h&&R===S&&S.visualViewport?S.visualViewport.width:R[P];v-=k-n.width,v*=l?1:-1}}var L=Object.assign({position:u},d&&FH),$=f===!0?$H({x:v,y},ur(r)):{x:v,y};if(v=$.x,y=$.y,l){var j;return Object.assign({},L,(j={},j[_]=w?"0":"",j[E]=b?"0":"",j.transform=(S.devicePixelRatio||1)<=1?"translate("+v+"px, "+y+"px)":"translate3d("+v+"px, "+y+"px, 0)",j))}return Object.assign({},L,(t={},t[_]=w?y+"px":"",t[E]=b?v+"px":"",t.transform="",t))}function zH(e){var t=e.state,r=e.options,n=r.gpuAcceleration,i=n===void 0?!0:n,o=r.adaptive,a=o===void 0?!0:o,u=r.roundOffsets,l=u===void 0?!0:u,d={placement:en(t.placement),variation:wo(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:i,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,Q1(Object.assign({},d,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:a,roundOffsets:l})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,Q1(Object.assign({},d,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}const HH={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:zH,data:{}};var au={passive:!0};function VH(e){var t=e.state,r=e.instance,n=e.options,i=n.scroll,o=i===void 0?!0:i,a=n.resize,u=a===void 0?!0:a,l=ur(t.elements.popper),d=[].concat(t.scrollParents.reference,t.scrollParents.popper);return o&&d.forEach(function(f){f.addEventListener("scroll",r.update,au)}),u&&l.addEventListener("resize",r.update,au),function(){o&&d.forEach(function(f){f.removeEventListener("scroll",r.update,au)}),u&&l.removeEventListener("resize",r.update,au)}}const UH={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:VH,data:{}};var WH={left:"right",right:"left",bottom:"top",top:"bottom"};function Tu(e){return e.replace(/left|right|bottom|top/g,function(t){return WH[t]})}var GH={start:"end",end:"start"};function eE(e){return e.replace(/start|end/g,function(t){return GH[t]})}function cx(e){var t=ur(e),r=t.pageXOffset,n=t.pageYOffset;return{scrollLeft:r,scrollTop:n}}function fx(e){return xo(Wn(e)).left+cx(e).scrollLeft}function KH(e,t){var r=ur(e),n=Wn(e),i=r.visualViewport,o=n.clientWidth,a=n.clientHeight,u=0,l=0;if(i){o=i.width,a=i.height;var d=TD();(d||!d&&t==="fixed")&&(u=i.offsetLeft,l=i.offsetTop)}return{width:o,height:a,x:u+fx(e),y:l}}function YH(e){var t,r=Wn(e),n=cx(e),i=(t=e.ownerDocument)==null?void 0:t.body,o=pi(r.scrollWidth,r.clientWidth,i?i.scrollWidth:0,i?i.clientWidth:0),a=pi(r.scrollHeight,r.clientHeight,i?i.scrollHeight:0,i?i.clientHeight:0),u=-n.scrollLeft+fx(e),l=-n.scrollTop;return bn(i||r).direction==="rtl"&&(u+=pi(r.clientWidth,i?i.clientWidth:0)-o),{width:o,height:a,x:u,y:l}}function dx(e){var t=bn(e),r=t.overflow,n=t.overflowX,i=t.overflowY;return/auto|scroll|overlay|hidden/.test(r+i+n)}function qD(e){return["html","body","#document"].indexOf(nn(e))>=0?e.ownerDocument.body:Er(e)&&dx(e)?e:qD(bl(e))}function Da(e,t){var r;t===void 0&&(t=[]);var n=qD(e),i=n===((r=e.ownerDocument)==null?void 0:r.body),o=ur(n),a=i?[o].concat(o.visualViewport||[],dx(n)?n:[]):n,u=t.concat(a);return i?u:u.concat(Da(bl(a)))}function Mb(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function XH(e,t){var r=xo(e,!1,t==="fixed");return r.top=r.top+e.clientTop,r.left=r.left+e.clientLeft,r.bottom=r.top+e.clientHeight,r.right=r.left+e.clientWidth,r.width=e.clientWidth,r.height=e.clientHeight,r.x=r.left,r.y=r.top,r}function tE(e,t,r){return t===PD?Mb(KH(e,r)):xi(t)?XH(t,r):Mb(YH(Wn(e)))}function ZH(e){var t=Da(bl(e)),r=["absolute","fixed"].indexOf(bn(e).position)>=0,n=r&&Er(e)?Ya(e):e;return xi(n)?t.filter(function(i){return xi(i)&&AD(i,n)&&nn(i)!=="body"}):[]}function JH(e,t,r,n){var i=t==="clippingParents"?ZH(e):[].concat(t),o=[].concat(i,[r]),a=o[0],u=o.reduce(function(l,d){var f=tE(e,d,n);return l.top=pi(f.top,l.top),l.right=$u(f.right,l.right),l.bottom=$u(f.bottom,l.bottom),l.left=pi(f.left,l.left),l},tE(e,a,n));return u.width=u.right-u.left,u.height=u.bottom-u.top,u.x=u.left,u.y=u.top,u}function kD(e){var t=e.reference,r=e.element,n=e.placement,i=n?en(n):null,o=n?wo(n):null,a=t.x+t.width/2-r.width/2,u=t.y+t.height/2-r.height/2,l;switch(i){case Gt:l={x:a,y:t.y-r.height};break;case Sr:l={x:a,y:t.y+t.height};break;case Or:l={x:t.x+t.width,y:u};break;case Kt:l={x:t.x-r.width,y:u};break;default:l={x:t.x,y:t.y}}var d=i?lx(i):null;if(d!=null){var f=d==="y"?"height":"width";switch(o){case yo:l[d]=l[d]-(t[f]/2-r[f]/2);break;case La:l[d]=l[d]+(t[f]/2-r[f]/2);break}}return l}function Ba(e,t){t===void 0&&(t={});var r=t,n=r.placement,i=n===void 0?e.placement:n,o=r.strategy,a=o===void 0?e.strategy:o,u=r.boundary,l=u===void 0?yH:u,d=r.rootBoundary,f=d===void 0?PD:d,h=r.elementContext,p=h===void 0?oa:h,v=r.altBoundary,m=v===void 0?!1:v,y=r.padding,x=y===void 0?0:y,b=DD(typeof x!="number"?x:jD(x,Ka)),w=p===oa?bH:oa,E=e.rects.popper,_=e.elements[m?w:p],S=JH(xi(_)?_:_.contextElement||Wn(e.elements.popper),l,f,a),R=xo(e.elements.reference),I=kD({reference:R,element:E,placement:i}),P=Mb(Object.assign({},E,I)),A=p===oa?P:R,k={top:S.top-A.top+b.top,bottom:A.bottom-S.bottom+b.bottom,left:S.left-A.left+b.left,right:A.right-S.right+b.right},L=e.modifiersData.offset;if(p===oa&&L){var $=L[i];Object.keys(k).forEach(function(j){var D=[Or,Sr].indexOf(j)>=0?1:-1,G=[Gt,Sr].indexOf(j)>=0?"y":"x";k[j]+=$[G]*D})}return k}function QH(e,t){t===void 0&&(t={});var r=t,n=r.placement,i=r.boundary,o=r.rootBoundary,a=r.padding,u=r.flipVariations,l=r.allowedAutoPlacements,d=l===void 0?ND:l,f=wo(n),h=f?u?Z1:Z1.filter(function(m){return wo(m)===f}):Ka,p=h.filter(function(m){return d.indexOf(m)>=0});p.length===0&&(p=h);var v=p.reduce(function(m,y){return m[y]=Ba(e,{placement:y,boundary:i,rootBoundary:o,padding:a})[en(y)],m},{});return Object.keys(v).sort(function(m,y){return v[m]-v[y]})}function e4(e){if(en(e)===ax)return[];var t=Tu(e);return[eE(e),t,eE(t)]}function t4(e){var t=e.state,r=e.options,n=e.name;if(!t.modifiersData[n]._skip){for(var i=r.mainAxis,o=i===void 0?!0:i,a=r.altAxis,u=a===void 0?!0:a,l=r.fallbackPlacements,d=r.padding,f=r.boundary,h=r.rootBoundary,p=r.altBoundary,v=r.flipVariations,m=v===void 0?!0:v,y=r.allowedAutoPlacements,x=t.options.placement,b=en(x),w=b===x,E=l||(w||!m?[Tu(x)]:e4(x)),_=[x].concat(E).reduce(function(F,W){return F.concat(en(W)===ax?QH(t,{placement:W,boundary:f,rootBoundary:h,padding:d,flipVariations:m,allowedAutoPlacements:y}):W)},[]),S=t.rects.reference,R=t.rects.popper,I=new Map,P=!0,A=_[0],k=0;k<_.length;k++){var L=_[k],$=en(L),j=wo(L)===yo,D=[Gt,Sr].indexOf($)>=0,G=D?"width":"height",B=Ba(t,{placement:L,boundary:f,rootBoundary:h,altBoundary:p,padding:d}),Y=D?j?Or:Kt:j?Sr:Gt;S[G]>R[G]&&(Y=Tu(Y));var Z=Tu(Y),te=[];if(o&&te.push(B[$]<=0),u&&te.push(B[Y]<=0,B[Z]<=0),te.every(function(F){return F})){A=L,P=!1;break}I.set(L,te)}if(P)for(var U=m?3:1,re=function(W){var J=_.find(function(H){var K=I.get(H);if(K)return K.slice(0,W).every(function(se){return se})});if(J)return A=J,"break"},ae=U;ae>0;ae--){var le=re(ae);if(le==="break")break}t.placement!==A&&(t.modifiersData[n]._skip=!0,t.placement=A,t.reset=!0)}}const r4={name:"flip",enabled:!0,phase:"main",fn:t4,requiresIfExists:["offset"],data:{_skip:!1}};function rE(e,t,r){return r===void 0&&(r={x:0,y:0}),{top:e.top-t.height-r.y,right:e.right-t.width+r.x,bottom:e.bottom-t.height+r.y,left:e.left-t.width-r.x}}function nE(e){return[Gt,Or,Sr,Kt].some(function(t){return e[t]>=0})}function n4(e){var t=e.state,r=e.name,n=t.rects.reference,i=t.rects.popper,o=t.modifiersData.preventOverflow,a=Ba(t,{elementContext:"reference"}),u=Ba(t,{altBoundary:!0}),l=rE(a,n),d=rE(u,i,o),f=nE(l),h=nE(d);t.modifiersData[r]={referenceClippingOffsets:l,popperEscapeOffsets:d,isReferenceHidden:f,hasPopperEscaped:h},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":f,"data-popper-escaped":h})}const i4={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:n4};function o4(e,t,r){var n=en(e),i=[Kt,Gt].indexOf(n)>=0?-1:1,o=typeof r=="function"?r(Object.assign({},t,{placement:e})):r,a=o[0],u=o[1];return a=a||0,u=(u||0)*i,[Kt,Or].indexOf(n)>=0?{x:u,y:a}:{x:a,y:u}}function a4(e){var t=e.state,r=e.options,n=e.name,i=r.offset,o=i===void 0?[0,0]:i,a=ND.reduce(function(f,h){return f[h]=o4(h,t.rects,o),f},{}),u=a[t.placement],l=u.x,d=u.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=l,t.modifiersData.popperOffsets.y+=d),t.modifiersData[n]=a}const s4={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:a4};function u4(e){var t=e.state,r=e.name;t.modifiersData[r]=kD({reference:t.rects.reference,element:t.rects.popper,placement:t.placement})}const l4={name:"popperOffsets",enabled:!0,phase:"read",fn:u4,data:{}};function c4(e){return e==="x"?"y":"x"}function f4(e){var t=e.state,r=e.options,n=e.name,i=r.mainAxis,o=i===void 0?!0:i,a=r.altAxis,u=a===void 0?!1:a,l=r.boundary,d=r.rootBoundary,f=r.altBoundary,h=r.padding,p=r.tether,v=p===void 0?!0:p,m=r.tetherOffset,y=m===void 0?0:m,x=Ba(t,{boundary:l,rootBoundary:d,padding:h,altBoundary:f}),b=en(t.placement),w=wo(t.placement),E=!w,_=lx(b),S=c4(_),R=t.modifiersData.popperOffsets,I=t.rects.reference,P=t.rects.popper,A=typeof y=="function"?y(Object.assign({},t.rects,{placement:t.placement})):y,k=typeof A=="number"?{mainAxis:A,altAxis:A}:Object.assign({mainAxis:0,altAxis:0},A),L=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,$={x:0,y:0};if(R){if(o){var j,D=_==="y"?Gt:Kt,G=_==="y"?Sr:Or,B=_==="y"?"height":"width",Y=R[_],Z=Y+x[D],te=Y-x[G],U=v?-P[B]/2:0,re=w===yo?I[B]:P[B],ae=w===yo?-P[B]:-I[B],le=t.elements.arrow,F=v&&le?ux(le):{width:0,height:0},W=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:MD(),J=W[D],H=W[G],K=Ma(0,I[B],F[B]),se=E?I[B]/2-U-K-J-k.mainAxis:re-K-J-k.mainAxis,oe=E?-I[B]/2+U+K+H+k.mainAxis:ae+K+H+k.mainAxis,fe=t.elements.arrow&&Ya(t.elements.arrow),V=fe?_==="y"?fe.clientTop||0:fe.clientLeft||0:0,ee=(j=L==null?void 0:L[_])!=null?j:0,we=Y+se-ee-V,be=Y+oe-ee,de=Ma(v?$u(Z,we):Z,Y,v?pi(te,be):te);R[_]=de,$[_]=de-Y}if(u){var ue,Ee=_==="x"?Gt:Kt,Pe=_==="x"?Sr:Or,Ze=R[S],ze=S==="y"?"height":"width",Fe=Ze+x[Ee],Ve=Ze-x[Pe],lt=[Gt,Kt].indexOf(b)!==-1,ct=(ue=L==null?void 0:L[S])!=null?ue:0,mt=lt?Fe:Ze-I[ze]-P[ze]-ct+k.altAxis,yt=lt?Ze+I[ze]+P[ze]-ct-k.altAxis:Ve,rt=v&&lt?jH(mt,Ze,yt):Ma(v?mt:Fe,Ze,v?yt:Ve);R[S]=rt,$[S]=rt-Ze}t.modifiersData[n]=$}}const d4={name:"preventOverflow",enabled:!0,phase:"main",fn:f4,requiresIfExists:["offset"]};function h4(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function p4(e){return e===ur(e)||!Er(e)?cx(e):h4(e)}function v4(e){var t=e.getBoundingClientRect(),r=bo(t.width)/e.offsetWidth||1,n=bo(t.height)/e.offsetHeight||1;return r!==1||n!==1}function g4(e,t,r){r===void 0&&(r=!1);var n=Er(t),i=Er(t)&&v4(t),o=Wn(t),a=xo(e,i,r),u={scrollLeft:0,scrollTop:0},l={x:0,y:0};return(n||!n&&!r)&&((nn(t)!=="body"||dx(o))&&(u=p4(t)),Er(t)?(l=xo(t,!0),l.x+=t.clientLeft,l.y+=t.clientTop):o&&(l.x=fx(o))),{x:a.left+u.scrollLeft-l.x,y:a.top+u.scrollTop-l.y,width:a.width,height:a.height}}function m4(e){var t=new Map,r=new Set,n=[];e.forEach(function(o){t.set(o.name,o)});function i(o){r.add(o.name);var a=[].concat(o.requires||[],o.requiresIfExists||[]);a.forEach(function(u){if(!r.has(u)){var l=t.get(u);l&&i(l)}}),n.push(o)}return e.forEach(function(o){r.has(o.name)||i(o)}),n}function y4(e){var t=m4(e);return PH.reduce(function(r,n){return r.concat(t.filter(function(i){return i.phase===n}))},[])}function b4(e){var t;return function(){return t||(t=new Promise(function(r){Promise.resolve().then(function(){t=void 0,r(e())})})),t}}function x4(e){var t=e.reduce(function(r,n){var i=r[n.name];return r[n.name]=i?Object.assign({},i,n,{options:Object.assign({},i.options,n.options),data:Object.assign({},i.data,n.data)}):n,r},{});return Object.keys(t).map(function(r){return t[r]})}var iE={placement:"bottom",modifiers:[],strategy:"absolute"};function oE(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return!t.some(function(n){return!(n&&typeof n.getBoundingClientRect=="function")})}function w4(e){e===void 0&&(e={});var t=e,r=t.defaultModifiers,n=r===void 0?[]:r,i=t.defaultOptions,o=i===void 0?iE:i;return function(u,l,d){d===void 0&&(d=o);var f={placement:"bottom",orderedModifiers:[],options:Object.assign({},iE,o),modifiersData:{},elements:{reference:u,popper:l},attributes:{},styles:{}},h=[],p=!1,v={state:f,setOptions:function(b){var w=typeof b=="function"?b(f.options):b;y(),f.options=Object.assign({},o,f.options,w),f.scrollParents={reference:xi(u)?Da(u):u.contextElement?Da(u.contextElement):[],popper:Da(l)};var E=y4(x4([].concat(n,f.options.modifiers)));return f.orderedModifiers=E.filter(function(_){return _.enabled}),m(),v.update()},forceUpdate:function(){if(!p){var b=f.elements,w=b.reference,E=b.popper;if(oE(w,E)){f.rects={reference:g4(w,Ya(E),f.options.strategy==="fixed"),popper:ux(E)},f.reset=!1,f.placement=f.options.placement,f.orderedModifiers.forEach(function(k){return f.modifiersData[k.name]=Object.assign({},k.data)});for(var _=0;_<f.orderedModifiers.length;_++){if(f.reset===!0){f.reset=!1,_=-1;continue}var S=f.orderedModifiers[_],R=S.fn,I=S.options,P=I===void 0?{}:I,A=S.name;typeof R=="function"&&(f=R({state:f,options:P,name:A,instance:v})||f)}}}},update:b4(function(){return new Promise(function(x){v.forceUpdate(),x(f)})}),destroy:function(){y(),p=!0}};if(!oE(u,l))return v;v.setOptions(d).then(function(x){!p&&d.onFirstUpdate&&d.onFirstUpdate(x)});function m(){f.orderedModifiers.forEach(function(x){var b=x.name,w=x.options,E=w===void 0?{}:w,_=x.effect;if(typeof _=="function"){var S=_({state:f,name:b,instance:v,options:E}),R=function(){};h.push(S||R)}})}function y(){h.forEach(function(x){return x()}),h=[]}return v}}var _4=[UH,l4,HH,AH,s4,r4,d4,BH,i4],E4=w4({defaultModifiers:_4}),ed,aE;function S4(){if(aE)return ed;aE=1;var e=typeof Element<"u",t=typeof Map=="function",r=typeof Set=="function",n=typeof ArrayBuffer=="function"&&!!ArrayBuffer.isView;function i(o,a){if(o===a)return!0;if(o&&a&&typeof o=="object"&&typeof a=="object"){if(o.constructor!==a.constructor)return!1;var u,l,d;if(Array.isArray(o)){if(u=o.length,u!=a.length)return!1;for(l=u;l--!==0;)if(!i(o[l],a[l]))return!1;return!0}var f;if(t&&o instanceof Map&&a instanceof Map){if(o.size!==a.size)return!1;for(f=o.entries();!(l=f.next()).done;)if(!a.has(l.value[0]))return!1;for(f=o.entries();!(l=f.next()).done;)if(!i(l.value[1],a.get(l.value[0])))return!1;return!0}if(r&&o instanceof Set&&a instanceof Set){if(o.size!==a.size)return!1;for(f=o.entries();!(l=f.next()).done;)if(!a.has(l.value[0]))return!1;return!0}if(n&&ArrayBuffer.isView(o)&&ArrayBuffer.isView(a)){if(u=o.length,u!=a.length)return!1;for(l=u;l--!==0;)if(o[l]!==a[l])return!1;return!0}if(o.constructor===RegExp)return o.source===a.source&&o.flags===a.flags;if(o.valueOf!==Object.prototype.valueOf&&typeof o.valueOf=="function"&&typeof a.valueOf=="function")return o.valueOf()===a.valueOf();if(o.toString!==Object.prototype.toString&&typeof o.toString=="function"&&typeof a.toString=="function")return o.toString()===a.toString();if(d=Object.keys(o),u=d.length,u!==Object.keys(a).length)return!1;for(l=u;l--!==0;)if(!Object.prototype.hasOwnProperty.call(a,d[l]))return!1;if(e&&o instanceof Element)return!1;for(l=u;l--!==0;)if(!((d[l]==="_owner"||d[l]==="__v"||d[l]==="__o")&&o.$$typeof)&&!i(o[d[l]],a[d[l]]))return!1;return!0}return o!==o&&a!==a}return ed=function(a,u){try{return i(a,u)}catch(l){if((l.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw l}},ed}var O4=S4();const C4=Un(O4);var R4=[],xl=function(t,r,n){n===void 0&&(n={});var i=ve.useRef(null),o={onFirstUpdate:n.onFirstUpdate,placement:n.placement||"bottom",strategy:n.strategy||"absolute",modifiers:n.modifiers||R4},a=ve.useState({styles:{popper:{position:o.strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),u=a[0],l=a[1],d=ve.useMemo(function(){return{name:"updateState",enabled:!0,phase:"write",fn:function(v){var m=v.state,y=Object.keys(m.elements);ix.flushSync(function(){l({styles:Y1(y.map(function(x){return[x,m.styles[x]||{}]})),attributes:Y1(y.map(function(x){return[x,m.attributes[x]]}))})})},requires:["computeStyles"]}},[]),f=ve.useMemo(function(){var p={onFirstUpdate:o.onFirstUpdate,placement:o.placement,strategy:o.strategy,modifiers:[].concat(o.modifiers,[d,{name:"applyStyles",enabled:!1}])};return C4(i.current,p)?i.current||p:(i.current=p,p)},[o.onFirstUpdate,o.placement,o.strategy,o.modifiers,d]),h=ve.useRef();return X1(function(){h.current&&h.current.setOptions(f)},[f]),X1(function(){if(!(t==null||r==null)){var p=n.createPopper||E4,v=p(t,r,f);return h.current=v,function(){v.destroy(),h.current=null}}},[t,r,n.createPopper]),{state:h.current?h.current.state:null,styles:u.styles,attributes:u.attributes,update:h.current?h.current.update:null,forceUpdate:h.current?h.current.forceUpdate:null}};const LD=({tab:e})=>C.jsx("div",{className:"flex flex-1 items-center justify-center border-l-[0.5px] border-grey-900 bg-grey-800",children:C.jsxs("div",{className:"flex flex-col items-center justify-center space-y-4 text-grey-200",children:[C.jsx(xe.FdInfoBold,{className:"h-10 w-10"}),C.jsxs("div",{className:"font-semibold",children:["No ",e," Selected"]}),C.jsxs("div",{className:"text-sm",children:["Click on a ",e," in the Sidebar to select it."]})]})});function hx(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var td,sE;function I4(){if(sE)return td;sE=1;function e(){this.__data__=[],this.size=0}return td=e,td}var rd,uE;function Co(){if(uE)return rd;uE=1;function e(t,r){return t===r||t!==t&&r!==r}return rd=e,rd}var nd,lE;function wl(){if(lE)return nd;lE=1;var e=Co();function t(r,n){for(var i=r.length;i--;)if(e(r[i][0],n))return i;return-1}return nd=t,nd}var id,cE;function P4(){if(cE)return id;cE=1;var e=wl(),t=Array.prototype,r=t.splice;function n(i){var o=this.__data__,a=e(o,i);if(a<0)return!1;var u=o.length-1;return a==u?o.pop():r.call(o,a,1),--this.size,!0}return id=n,id}var od,fE;function N4(){if(fE)return od;fE=1;var e=wl();function t(r){var n=this.__data__,i=e(n,r);return i<0?void 0:n[i][1]}return od=t,od}var ad,dE;function T4(){if(dE)return ad;dE=1;var e=wl();function t(r){return e(this.__data__,r)>-1}return ad=t,ad}var sd,hE;function A4(){if(hE)return sd;hE=1;var e=wl();function t(r,n){var i=this.__data__,o=e(i,r);return o<0?(++this.size,i.push([r,n])):i[o][1]=n,this}return sd=t,sd}var ud,pE;function _l(){if(pE)return ud;pE=1;var e=I4(),t=P4(),r=N4(),n=T4(),i=A4();function o(a){var u=-1,l=a==null?0:a.length;for(this.clear();++u<l;){var d=a[u];this.set(d[0],d[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=r,o.prototype.has=n,o.prototype.set=i,ud=o,ud}var ld,vE;function M4(){if(vE)return ld;vE=1;var e=_l();function t(){this.__data__=new e,this.size=0}return ld=t,ld}var cd,gE;function D4(){if(gE)return cd;gE=1;function e(t){var r=this.__data__,n=r.delete(t);return this.size=r.size,n}return cd=e,cd}var fd,mE;function j4(){if(mE)return fd;mE=1;function e(t){return this.__data__.get(t)}return fd=e,fd}var dd,yE;function q4(){if(yE)return dd;yE=1;function e(t){return this.__data__.has(t)}return dd=e,dd}var hd,bE;function BD(){if(bE)return hd;bE=1;var e=typeof ht=="object"&&ht&&ht.Object===Object&&ht;return hd=e,hd}var pd,xE;function Hr(){if(xE)return pd;xE=1;var e=BD(),t=typeof self=="object"&&self&&self.Object===Object&&self,r=e||t||Function("return this")();return pd=r,pd}var vd,wE;function Ro(){if(wE)return vd;wE=1;var e=Hr(),t=e.Symbol;return vd=t,vd}var gd,_E;function k4(){if(_E)return gd;_E=1;var e=Ro(),t=Object.prototype,r=t.hasOwnProperty,n=t.toString,i=e?e.toStringTag:void 0;function o(a){var u=r.call(a,i),l=a[i];try{a[i]=void 0;var d=!0}catch{}var f=n.call(a);return d&&(u?a[i]=l:delete a[i]),f}return gd=o,gd}var md,EE;function L4(){if(EE)return md;EE=1;var e=Object.prototype,t=e.toString;function r(n){return t.call(n)}return md=r,md}var yd,SE;function Ci(){if(SE)return yd;SE=1;var e=Ro(),t=k4(),r=L4(),n="[object Null]",i="[object Undefined]",o=e?e.toStringTag:void 0;function a(u){return u==null?u===void 0?i:n:o&&o in Object(u)?t(u):r(u)}return yd=a,yd}var bd,OE;function Cr(){if(OE)return bd;OE=1;function e(t){var r=typeof t;return t!=null&&(r=="object"||r=="function")}return bd=e,bd}var xd,CE;function Xa(){if(CE)return xd;CE=1;var e=Ci(),t=Cr(),r="[object AsyncFunction]",n="[object Function]",i="[object GeneratorFunction]",o="[object Proxy]";function a(u){if(!t(u))return!1;var l=e(u);return l==n||l==i||l==r||l==o}return xd=a,xd}var wd,RE;function B4(){if(RE)return wd;RE=1;var e=Hr(),t=e["__core-js_shared__"];return wd=t,wd}var _d,IE;function F4(){if(IE)return _d;IE=1;var e=B4(),t=(function(){var n=/[^.]+$/.exec(e&&e.keys&&e.keys.IE_PROTO||"");return n?"Symbol(src)_1."+n:""})();function r(n){return!!t&&t in n}return _d=r,_d}var Ed,PE;function FD(){if(PE)return Ed;PE=1;var e=Function.prototype,t=e.toString;function r(n){if(n!=null){try{return t.call(n)}catch{}try{return n+""}catch{}}return""}return Ed=r,Ed}var Sd,NE;function $4(){if(NE)return Sd;NE=1;var e=Xa(),t=F4(),r=Cr(),n=FD(),i=/[\\^$.*+?()[\]{}|]/g,o=/^\[object .+?Constructor\]$/,a=Function.prototype,u=Object.prototype,l=a.toString,d=u.hasOwnProperty,f=RegExp("^"+l.call(d).replace(i,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function h(p){if(!r(p)||t(p))return!1;var v=e(p)?f:o;return v.test(n(p))}return Sd=h,Sd}var Od,TE;function z4(){if(TE)return Od;TE=1;function e(t,r){return t==null?void 0:t[r]}return Od=e,Od}var Cd,AE;function Ri(){if(AE)return Cd;AE=1;var e=$4(),t=z4();function r(n,i){var o=t(n,i);return e(o)?o:void 0}return Cd=r,Cd}var Rd,ME;function px(){if(ME)return Rd;ME=1;var e=Ri(),t=Hr(),r=e(t,"Map");return Rd=r,Rd}var Id,DE;function El(){if(DE)return Id;DE=1;var e=Ri(),t=e(Object,"create");return Id=t,Id}var Pd,jE;function H4(){if(jE)return Pd;jE=1;var e=El();function t(){this.__data__=e?e(null):{},this.size=0}return Pd=t,Pd}var Nd,qE;function V4(){if(qE)return Nd;qE=1;function e(t){var r=this.has(t)&&delete this.__data__[t];return this.size-=r?1:0,r}return Nd=e,Nd}var Td,kE;function U4(){if(kE)return Td;kE=1;var e=El(),t="__lodash_hash_undefined__",r=Object.prototype,n=r.hasOwnProperty;function i(o){var a=this.__data__;if(e){var u=a[o];return u===t?void 0:u}return n.call(a,o)?a[o]:void 0}return Td=i,Td}var Ad,LE;function W4(){if(LE)return Ad;LE=1;var e=El(),t=Object.prototype,r=t.hasOwnProperty;function n(i){var o=this.__data__;return e?o[i]!==void 0:r.call(o,i)}return Ad=n,Ad}var Md,BE;function G4(){if(BE)return Md;BE=1;var e=El(),t="__lodash_hash_undefined__";function r(n,i){var o=this.__data__;return this.size+=this.has(n)?0:1,o[n]=e&&i===void 0?t:i,this}return Md=r,Md}var Dd,FE;function K4(){if(FE)return Dd;FE=1;var e=H4(),t=V4(),r=U4(),n=W4(),i=G4();function o(a){var u=-1,l=a==null?0:a.length;for(this.clear();++u<l;){var d=a[u];this.set(d[0],d[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=r,o.prototype.has=n,o.prototype.set=i,Dd=o,Dd}var jd,$E;function Y4(){if($E)return jd;$E=1;var e=K4(),t=_l(),r=px();function n(){this.size=0,this.__data__={hash:new e,map:new(r||t),string:new e}}return jd=n,jd}var qd,zE;function X4(){if(zE)return qd;zE=1;function e(t){var r=typeof t;return r=="string"||r=="number"||r=="symbol"||r=="boolean"?t!=="__proto__":t===null}return qd=e,qd}var kd,HE;function Sl(){if(HE)return kd;HE=1;var e=X4();function t(r,n){var i=r.__data__;return e(n)?i[typeof n=="string"?"string":"hash"]:i.map}return kd=t,kd}var Ld,VE;function Z4(){if(VE)return Ld;VE=1;var e=Sl();function t(r){var n=e(this,r).delete(r);return this.size-=n?1:0,n}return Ld=t,Ld}var Bd,UE;function J4(){if(UE)return Bd;UE=1;var e=Sl();function t(r){return e(this,r).get(r)}return Bd=t,Bd}var Fd,WE;function Q4(){if(WE)return Fd;WE=1;var e=Sl();function t(r){return e(this,r).has(r)}return Fd=t,Fd}var $d,GE;function eV(){if(GE)return $d;GE=1;var e=Sl();function t(r,n){var i=e(this,r),o=i.size;return i.set(r,n),this.size+=i.size==o?0:1,this}return $d=t,$d}var zd,KE;function vx(){if(KE)return zd;KE=1;var e=Y4(),t=Z4(),r=J4(),n=Q4(),i=eV();function o(a){var u=-1,l=a==null?0:a.length;for(this.clear();++u<l;){var d=a[u];this.set(d[0],d[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=r,o.prototype.has=n,o.prototype.set=i,zd=o,zd}var Hd,YE;function tV(){if(YE)return Hd;YE=1;var e=_l(),t=px(),r=vx(),n=200;function i(o,a){var u=this.__data__;if(u instanceof e){var l=u.__data__;if(!t||l.length<n-1)return l.push([o,a]),this.size=++u.size,this;u=this.__data__=new r(l)}return u.set(o,a),this.size=u.size,this}return Hd=i,Hd}var Vd,XE;function Ol(){if(XE)return Vd;XE=1;var e=_l(),t=M4(),r=D4(),n=j4(),i=q4(),o=tV();function a(u){var l=this.__data__=new e(u);this.size=l.size}return a.prototype.clear=t,a.prototype.delete=r,a.prototype.get=n,a.prototype.has=i,a.prototype.set=o,Vd=a,Vd}var Ud,ZE;function gx(){if(ZE)return Ud;ZE=1;function e(t,r){for(var n=-1,i=t==null?0:t.length;++n<i&&r(t[n],n,t)!==!1;);return t}return Ud=e,Ud}var Wd,JE;function $D(){if(JE)return Wd;JE=1;var e=Ri(),t=(function(){try{var r=e(Object,"defineProperty");return r({},"",{}),r}catch{}})();return Wd=t,Wd}var Gd,QE;function Cl(){if(QE)return Gd;QE=1;var e=$D();function t(r,n,i){n=="__proto__"&&e?e(r,n,{configurable:!0,enumerable:!0,value:i,writable:!0}):r[n]=i}return Gd=t,Gd}var Kd,eS;function Rl(){if(eS)return Kd;eS=1;var e=Cl(),t=Co(),r=Object.prototype,n=r.hasOwnProperty;function i(o,a,u){var l=o[a];(!(n.call(o,a)&&t(l,u))||u===void 0&&!(a in o))&&e(o,a,u)}return Kd=i,Kd}var Yd,tS;function Za(){if(tS)return Yd;tS=1;var e=Rl(),t=Cl();function r(n,i,o,a){var u=!o;o||(o={});for(var l=-1,d=i.length;++l<d;){var f=i[l],h=a?a(o[f],n[f],f,o,n):void 0;h===void 0&&(h=n[f]),u?t(o,f,h):e(o,f,h)}return o}return Yd=r,Yd}var Xd,rS;function rV(){if(rS)return Xd;rS=1;function e(t,r){for(var n=-1,i=Array(t);++n<t;)i[n]=r(n);return i}return Xd=e,Xd}var Zd,nS;function on(){if(nS)return Zd;nS=1;function e(t){return t!=null&&typeof t=="object"}return Zd=e,Zd}var Jd,iS;function nV(){if(iS)return Jd;iS=1;var e=Ci(),t=on(),r="[object Arguments]";function n(i){return t(i)&&e(i)==r}return Jd=n,Jd}var Qd,oS;function Ja(){if(oS)return Qd;oS=1;var e=nV(),t=on(),r=Object.prototype,n=r.hasOwnProperty,i=r.propertyIsEnumerable,o=e((function(){return arguments})())?e:function(a){return t(a)&&n.call(a,"callee")&&!i.call(a,"callee")};return Qd=o,Qd}var eh,aS;function xt(){if(aS)return eh;aS=1;var e=Array.isArray;return eh=e,eh}var Ca={exports:{}},th,sS;function iV(){if(sS)return th;sS=1;function e(){return!1}return th=e,th}Ca.exports;var uS;function Io(){return uS||(uS=1,(function(e,t){var r=Hr(),n=iV(),i=t&&!t.nodeType&&t,o=i&&!0&&e&&!e.nodeType&&e,a=o&&o.exports===i,u=a?r.Buffer:void 0,l=u?u.isBuffer:void 0,d=l||n;e.exports=d})(Ca,Ca.exports)),Ca.exports}var rh,lS;function Il(){if(lS)return rh;lS=1;var e=9007199254740991,t=/^(?:0|[1-9]\d*)$/;function r(n,i){var o=typeof n;return i=i??e,!!i&&(o=="number"||o!="symbol"&&t.test(n))&&n>-1&&n%1==0&&n<i}return rh=r,rh}var nh,cS;function mx(){if(cS)return nh;cS=1;var e=9007199254740991;function t(r){return typeof r=="number"&&r>-1&&r%1==0&&r<=e}return nh=t,nh}var ih,fS;function oV(){if(fS)return ih;fS=1;var e=Ci(),t=mx(),r=on(),n="[object Arguments]",i="[object Array]",o="[object Boolean]",a="[object Date]",u="[object Error]",l="[object Function]",d="[object Map]",f="[object Number]",h="[object Object]",p="[object RegExp]",v="[object Set]",m="[object String]",y="[object WeakMap]",x="[object ArrayBuffer]",b="[object DataView]",w="[object Float32Array]",E="[object Float64Array]",_="[object Int8Array]",S="[object Int16Array]",R="[object Int32Array]",I="[object Uint8Array]",P="[object Uint8ClampedArray]",A="[object Uint16Array]",k="[object Uint32Array]",L={};L[w]=L[E]=L[_]=L[S]=L[R]=L[I]=L[P]=L[A]=L[k]=!0,L[n]=L[i]=L[x]=L[o]=L[b]=L[a]=L[u]=L[l]=L[d]=L[f]=L[h]=L[p]=L[v]=L[m]=L[y]=!1;function $(j){return r(j)&&t(j.length)&&!!L[e(j)]}return ih=$,ih}var oh,dS;function Pl(){if(dS)return oh;dS=1;function e(t){return function(r){return t(r)}}return oh=e,oh}var Ra={exports:{}};Ra.exports;var hS;function yx(){return hS||(hS=1,(function(e,t){var r=BD(),n=t&&!t.nodeType&&t,i=n&&!0&&e&&!e.nodeType&&e,o=i&&i.exports===n,a=o&&r.process,u=(function(){try{var l=i&&i.require&&i.require("util").types;return l||a&&a.binding&&a.binding("util")}catch{}})();e.exports=u})(Ra,Ra.exports)),Ra.exports}var ah,pS;function Qa(){if(pS)return ah;pS=1;var e=oV(),t=Pl(),r=yx(),n=r&&r.isTypedArray,i=n?t(n):e;return ah=i,ah}var sh,vS;function zD(){if(vS)return sh;vS=1;var e=rV(),t=Ja(),r=xt(),n=Io(),i=Il(),o=Qa(),a=Object.prototype,u=a.hasOwnProperty;function l(d,f){var h=r(d),p=!h&&t(d),v=!h&&!p&&n(d),m=!h&&!p&&!v&&o(d),y=h||p||v||m,x=y?e(d.length,String):[],b=x.length;for(var w in d)(f||u.call(d,w))&&!(y&&(w=="length"||v&&(w=="offset"||w=="parent")||m&&(w=="buffer"||w=="byteLength"||w=="byteOffset")||i(w,b)))&&x.push(w);return x}return sh=l,sh}var uh,gS;function Nl(){if(gS)return uh;gS=1;var e=Object.prototype;function t(r){var n=r&&r.constructor,i=typeof n=="function"&&n.prototype||e;return r===i}return uh=t,uh}var lh,mS;function HD(){if(mS)return lh;mS=1;function e(t,r){return function(n){return t(r(n))}}return lh=e,lh}var ch,yS;function aV(){if(yS)return ch;yS=1;var e=HD(),t=e(Object.keys,Object);return ch=t,ch}var fh,bS;function bx(){if(bS)return fh;bS=1;var e=Nl(),t=aV(),r=Object.prototype,n=r.hasOwnProperty;function i(o){if(!e(o))return t(o);var a=[];for(var u in Object(o))n.call(o,u)&&u!="constructor"&&a.push(u);return a}return fh=i,fh}var dh,xS;function En(){if(xS)return dh;xS=1;var e=Xa(),t=mx();function r(n){return n!=null&&t(n.length)&&!e(n)}return dh=r,dh}var hh,wS;function Gn(){if(wS)return hh;wS=1;var e=zD(),t=bx(),r=En();function n(i){return r(i)?e(i):t(i)}return hh=n,hh}var ph,_S;function sV(){if(_S)return ph;_S=1;var e=Za(),t=Gn();function r(n,i){return n&&e(i,t(i),n)}return ph=r,ph}var vh,ES;function uV(){if(ES)return vh;ES=1;function e(t){var r=[];if(t!=null)for(var n in Object(t))r.push(n);return r}return vh=e,vh}var gh,SS;function lV(){if(SS)return gh;SS=1;var e=Cr(),t=Nl(),r=uV(),n=Object.prototype,i=n.hasOwnProperty;function o(a){if(!e(a))return r(a);var u=t(a),l=[];for(var d in a)d=="constructor"&&(u||!i.call(a,d))||l.push(d);return l}return gh=o,gh}var mh,OS;function Ii(){if(OS)return mh;OS=1;var e=zD(),t=lV(),r=En();function n(i){return r(i)?e(i,!0):t(i)}return mh=n,mh}var yh,CS;function cV(){if(CS)return yh;CS=1;var e=Za(),t=Ii();function r(n,i){return n&&e(i,t(i),n)}return yh=r,yh}var Ia={exports:{}};Ia.exports;var RS;function VD(){return RS||(RS=1,(function(e,t){var r=Hr(),n=t&&!t.nodeType&&t,i=n&&!0&&e&&!e.nodeType&&e,o=i&&i.exports===n,a=o?r.Buffer:void 0,u=a?a.allocUnsafe:void 0;function l(d,f){if(f)return d.slice();var h=d.length,p=u?u(h):new d.constructor(h);return d.copy(p),p}e.exports=l})(Ia,Ia.exports)),Ia.exports}var bh,IS;function UD(){if(IS)return bh;IS=1;function e(t,r){var n=-1,i=t.length;for(r||(r=Array(i));++n<i;)r[n]=t[n];return r}return bh=e,bh}var xh,PS;function WD(){if(PS)return xh;PS=1;function e(t,r){for(var n=-1,i=t==null?0:t.length,o=0,a=[];++n<i;){var u=t[n];r(u,n,t)&&(a[o++]=u)}return a}return xh=e,xh}var wh,NS;function GD(){if(NS)return wh;NS=1;function e(){return[]}return wh=e,wh}var _h,TS;function xx(){if(TS)return _h;TS=1;var e=WD(),t=GD(),r=Object.prototype,n=r.propertyIsEnumerable,i=Object.getOwnPropertySymbols,o=i?function(a){return a==null?[]:(a=Object(a),e(i(a),function(u){return n.call(a,u)}))}:t;return _h=o,_h}var Eh,AS;function fV(){if(AS)return Eh;AS=1;var e=Za(),t=xx();function r(n,i){return e(n,t(n),i)}return Eh=r,Eh}var Sh,MS;function wx(){if(MS)return Sh;MS=1;function e(t,r){for(var n=-1,i=r.length,o=t.length;++n<i;)t[o+n]=r[n];return t}return Sh=e,Sh}var Oh,DS;function Tl(){if(DS)return Oh;DS=1;var e=HD(),t=e(Object.getPrototypeOf,Object);return Oh=t,Oh}var Ch,jS;function KD(){if(jS)return Ch;jS=1;var e=wx(),t=Tl(),r=xx(),n=GD(),i=Object.getOwnPropertySymbols,o=i?function(a){for(var u=[];a;)e(u,r(a)),a=t(a);return u}:n;return Ch=o,Ch}var Rh,qS;function dV(){if(qS)return Rh;qS=1;var e=Za(),t=KD();function r(n,i){return e(n,t(n),i)}return Rh=r,Rh}var Ih,kS;function YD(){if(kS)return Ih;kS=1;var e=wx(),t=xt();function r(n,i,o){var a=i(n);return t(n)?a:e(a,o(n))}return Ih=r,Ih}var Ph,LS;function XD(){if(LS)return Ph;LS=1;var e=YD(),t=xx(),r=Gn();function n(i){return e(i,r,t)}return Ph=n,Ph}var Nh,BS;function hV(){if(BS)return Nh;BS=1;var e=YD(),t=KD(),r=Ii();function n(i){return e(i,r,t)}return Nh=n,Nh}var Th,FS;function pV(){if(FS)return Th;FS=1;var e=Ri(),t=Hr(),r=e(t,"DataView");return Th=r,Th}var Ah,$S;function vV(){if($S)return Ah;$S=1;var e=Ri(),t=Hr(),r=e(t,"Promise");return Ah=r,Ah}var Mh,zS;function ZD(){if(zS)return Mh;zS=1;var e=Ri(),t=Hr(),r=e(t,"Set");return Mh=r,Mh}var Dh,HS;function gV(){if(HS)return Dh;HS=1;var e=Ri(),t=Hr(),r=e(t,"WeakMap");return Dh=r,Dh}var jh,VS;function Po(){if(VS)return jh;VS=1;var e=pV(),t=px(),r=vV(),n=ZD(),i=gV(),o=Ci(),a=FD(),u="[object Map]",l="[object Object]",d="[object Promise]",f="[object Set]",h="[object WeakMap]",p="[object DataView]",v=a(e),m=a(t),y=a(r),x=a(n),b=a(i),w=o;return(e&&w(new e(new ArrayBuffer(1)))!=p||t&&w(new t)!=u||r&&w(r.resolve())!=d||n&&w(new n)!=f||i&&w(new i)!=h)&&(w=function(E){var _=o(E),S=_==l?E.constructor:void 0,R=S?a(S):"";if(R)switch(R){case v:return p;case m:return u;case y:return d;case x:return f;case b:return h}return _}),jh=w,jh}var qh,US;function mV(){if(US)return qh;US=1;var e=Object.prototype,t=e.hasOwnProperty;function r(n){var i=n.length,o=new n.constructor(i);return i&&typeof n[0]=="string"&&t.call(n,"index")&&(o.index=n.index,o.input=n.input),o}return qh=r,qh}var kh,WS;function JD(){if(WS)return kh;WS=1;var e=Hr(),t=e.Uint8Array;return kh=t,kh}var Lh,GS;function _x(){if(GS)return Lh;GS=1;var e=JD();function t(r){var n=new r.constructor(r.byteLength);return new e(n).set(new e(r)),n}return Lh=t,Lh}var Bh,KS;function yV(){if(KS)return Bh;KS=1;var e=_x();function t(r,n){var i=n?e(r.buffer):r.buffer;return new r.constructor(i,r.byteOffset,r.byteLength)}return Bh=t,Bh}var Fh,YS;function bV(){if(YS)return Fh;YS=1;var e=/\w*$/;function t(r){var n=new r.constructor(r.source,e.exec(r));return n.lastIndex=r.lastIndex,n}return Fh=t,Fh}var $h,XS;function xV(){if(XS)return $h;XS=1;var e=Ro(),t=e?e.prototype:void 0,r=t?t.valueOf:void 0;function n(i){return r?Object(r.call(i)):{}}return $h=n,$h}var zh,ZS;function QD(){if(ZS)return zh;ZS=1;var e=_x();function t(r,n){var i=n?e(r.buffer):r.buffer;return new r.constructor(i,r.byteOffset,r.length)}return zh=t,zh}var Hh,JS;function wV(){if(JS)return Hh;JS=1;var e=_x(),t=yV(),r=bV(),n=xV(),i=QD(),o="[object Boolean]",a="[object Date]",u="[object Map]",l="[object Number]",d="[object RegExp]",f="[object Set]",h="[object String]",p="[object Symbol]",v="[object ArrayBuffer]",m="[object DataView]",y="[object Float32Array]",x="[object Float64Array]",b="[object Int8Array]",w="[object Int16Array]",E="[object Int32Array]",_="[object Uint8Array]",S="[object Uint8ClampedArray]",R="[object Uint16Array]",I="[object Uint32Array]";function P(A,k,L){var $=A.constructor;switch(k){case v:return e(A);case o:case a:return new $(+A);case m:return t(A,L);case y:case x:case b:case w:case E:case _:case S:case R:case I:return i(A,L);case u:return new $;case l:case h:return new $(A);case d:return r(A);case f:return new $;case p:return n(A)}}return Hh=P,Hh}var Vh,QS;function ej(){if(QS)return Vh;QS=1;var e=Cr(),t=Object.create,r=(function(){function n(){}return function(i){if(!e(i))return{};if(t)return t(i);n.prototype=i;var o=new n;return n.prototype=void 0,o}})();return Vh=r,Vh}var Uh,eO;function tj(){if(eO)return Uh;eO=1;var e=ej(),t=Tl(),r=Nl();function n(i){return typeof i.constructor=="function"&&!r(i)?e(t(i)):{}}return Uh=n,Uh}var Wh,tO;function _V(){if(tO)return Wh;tO=1;var e=Po(),t=on(),r="[object Map]";function n(i){return t(i)&&e(i)==r}return Wh=n,Wh}var Gh,rO;function EV(){if(rO)return Gh;rO=1;var e=_V(),t=Pl(),r=yx(),n=r&&r.isMap,i=n?t(n):e;return Gh=i,Gh}var Kh,nO;function SV(){if(nO)return Kh;nO=1;var e=Po(),t=on(),r="[object Set]";function n(i){return t(i)&&e(i)==r}return Kh=n,Kh}var Yh,iO;function OV(){if(iO)return Yh;iO=1;var e=SV(),t=Pl(),r=yx(),n=r&&r.isSet,i=n?t(n):e;return Yh=i,Yh}var Xh,oO;function rj(){if(oO)return Xh;oO=1;var e=Ol(),t=gx(),r=Rl(),n=sV(),i=cV(),o=VD(),a=UD(),u=fV(),l=dV(),d=XD(),f=hV(),h=Po(),p=mV(),v=wV(),m=tj(),y=xt(),x=Io(),b=EV(),w=Cr(),E=OV(),_=Gn(),S=Ii(),R=1,I=2,P=4,A="[object Arguments]",k="[object Array]",L="[object Boolean]",$="[object Date]",j="[object Error]",D="[object Function]",G="[object GeneratorFunction]",B="[object Map]",Y="[object Number]",Z="[object Object]",te="[object RegExp]",U="[object Set]",re="[object String]",ae="[object Symbol]",le="[object WeakMap]",F="[object ArrayBuffer]",W="[object DataView]",J="[object Float32Array]",H="[object Float64Array]",K="[object Int8Array]",se="[object Int16Array]",oe="[object Int32Array]",fe="[object Uint8Array]",V="[object Uint8ClampedArray]",ee="[object Uint16Array]",we="[object Uint32Array]",be={};be[A]=be[k]=be[F]=be[W]=be[L]=be[$]=be[J]=be[H]=be[K]=be[se]=be[oe]=be[B]=be[Y]=be[Z]=be[te]=be[U]=be[re]=be[ae]=be[fe]=be[V]=be[ee]=be[we]=!0,be[j]=be[D]=be[le]=!1;function de(ue,Ee,Pe,Ze,ze,Fe){var Ve,lt=Ee&R,ct=Ee&I,mt=Ee&P;if(Pe&&(Ve=ze?Pe(ue,Ze,ze,Fe):Pe(ue)),Ve!==void 0)return Ve;if(!w(ue))return ue;var yt=y(ue);if(yt){if(Ve=p(ue),!lt)return a(ue,Ve)}else{var rt=h(ue),bt=rt==D||rt==G;if(x(ue))return o(ue,lt);if(rt==Z||rt==A||bt&&!ze){if(Ve=ct||bt?{}:m(ue),!lt)return ct?l(ue,i(Ve,ue)):u(ue,n(Ve,ue))}else{if(!be[rt])return ze?ue:{};Ve=v(ue,rt,lt)}}Fe||(Fe=new e);var Jt=Fe.get(ue);if(Jt)return Jt;Fe.set(ue,Ve),E(ue)?ue.forEach(function(_t){Ve.add(de(_t,Ee,Pe,_t,ue,Fe))}):b(ue)&&ue.forEach(function(_t,jt){Ve.set(jt,de(_t,Ee,Pe,jt,ue,Fe))});var fr=mt?ct?f:d:ct?S:_,Dt=yt?void 0:fr(ue);return t(Dt||ue,function(_t,jt){Dt&&(jt=_t,_t=ue[jt]),r(Ve,jt,de(_t,Ee,Pe,jt,ue,Fe))}),Ve}return Xh=de,Xh}var Zh,aO;function CV(){if(aO)return Zh;aO=1;var e=rj(),t=4;function r(n){return e(n,t)}return Zh=r,Zh}var Jh,sO;function Ex(){if(sO)return Jh;sO=1;function e(t){return function(){return t}}return Jh=e,Jh}var Qh,uO;function RV(){if(uO)return Qh;uO=1;function e(t){return function(r,n,i){for(var o=-1,a=Object(r),u=i(r),l=u.length;l--;){var d=u[t?l:++o];if(n(a[d],d,a)===!1)break}return r}}return Qh=e,Qh}var ep,lO;function Sx(){if(lO)return ep;lO=1;var e=RV(),t=e();return ep=t,ep}var tp,cO;function Ox(){if(cO)return tp;cO=1;var e=Sx(),t=Gn();function r(n,i){return n&&e(n,i,t)}return tp=r,tp}var rp,fO;function IV(){if(fO)return rp;fO=1;var e=En();function t(r,n){return function(i,o){if(i==null)return i;if(!e(i))return r(i,o);for(var a=i.length,u=n?a:-1,l=Object(i);(n?u--:++u<a)&&o(l[u],u,l)!==!1;);return i}}return rp=t,rp}var np,dO;function Al(){if(dO)return np;dO=1;var e=Ox(),t=IV(),r=t(e);return np=r,np}var ip,hO;function Pi(){if(hO)return ip;hO=1;function e(t){return t}return ip=e,ip}var op,pO;function nj(){if(pO)return op;pO=1;var e=Pi();function t(r){return typeof r=="function"?r:e}return op=t,op}var ap,vO;function ij(){if(vO)return ap;vO=1;var e=gx(),t=Al(),r=nj(),n=xt();function i(o,a){var u=n(o)?e:t;return u(o,r(a))}return ap=i,ap}var sp,gO;function oj(){return gO||(gO=1,sp=ij()),sp}var up,mO;function PV(){if(mO)return up;mO=1;var e=Al();function t(r,n){var i=[];return e(r,function(o,a,u){n(o,a,u)&&i.push(o)}),i}return up=t,up}var lp,yO;function NV(){if(yO)return lp;yO=1;var e="__lodash_hash_undefined__";function t(r){return this.__data__.set(r,e),this}return lp=t,lp}var cp,bO;function TV(){if(bO)return cp;bO=1;function e(t){return this.__data__.has(t)}return cp=e,cp}var fp,xO;function aj(){if(xO)return fp;xO=1;var e=vx(),t=NV(),r=TV();function n(i){var o=-1,a=i==null?0:i.length;for(this.__data__=new e;++o<a;)this.add(i[o])}return n.prototype.add=n.prototype.push=t,n.prototype.has=r,fp=n,fp}var dp,wO;function AV(){if(wO)return dp;wO=1;function e(t,r){for(var n=-1,i=t==null?0:t.length;++n<i;)if(r(t[n],n,t))return!0;return!1}return dp=e,dp}var hp,_O;function sj(){if(_O)return hp;_O=1;function e(t,r){return t.has(r)}return hp=e,hp}var pp,EO;function uj(){if(EO)return pp;EO=1;var e=aj(),t=AV(),r=sj(),n=1,i=2;function o(a,u,l,d,f,h){var p=l&n,v=a.length,m=u.length;if(v!=m&&!(p&&m>v))return!1;var y=h.get(a),x=h.get(u);if(y&&x)return y==u&&x==a;var b=-1,w=!0,E=l&i?new e:void 0;for(h.set(a,u),h.set(u,a);++b<v;){var _=a[b],S=u[b];if(d)var R=p?d(S,_,b,u,a,h):d(_,S,b,a,u,h);if(R!==void 0){if(R)continue;w=!1;break}if(E){if(!t(u,function(I,P){if(!r(E,P)&&(_===I||f(_,I,l,d,h)))return E.push(P)})){w=!1;break}}else if(!(_===S||f(_,S,l,d,h))){w=!1;break}}return h.delete(a),h.delete(u),w}return pp=o,pp}var vp,SO;function MV(){if(SO)return vp;SO=1;function e(t){var r=-1,n=Array(t.size);return t.forEach(function(i,o){n[++r]=[o,i]}),n}return vp=e,vp}var gp,OO;function Cx(){if(OO)return gp;OO=1;function e(t){var r=-1,n=Array(t.size);return t.forEach(function(i){n[++r]=i}),n}return gp=e,gp}var mp,CO;function DV(){if(CO)return mp;CO=1;var e=Ro(),t=JD(),r=Co(),n=uj(),i=MV(),o=Cx(),a=1,u=2,l="[object Boolean]",d="[object Date]",f="[object Error]",h="[object Map]",p="[object Number]",v="[object RegExp]",m="[object Set]",y="[object String]",x="[object Symbol]",b="[object ArrayBuffer]",w="[object DataView]",E=e?e.prototype:void 0,_=E?E.valueOf:void 0;function S(R,I,P,A,k,L,$){switch(P){case w:if(R.byteLength!=I.byteLength||R.byteOffset!=I.byteOffset)return!1;R=R.buffer,I=I.buffer;case b:return!(R.byteLength!=I.byteLength||!L(new t(R),new t(I)));case l:case d:case p:return r(+R,+I);case f:return R.name==I.name&&R.message==I.message;case v:case y:return R==I+"";case h:var j=i;case m:var D=A&a;if(j||(j=o),R.size!=I.size&&!D)return!1;var G=$.get(R);if(G)return G==I;A|=u,$.set(R,I);var B=n(j(R),j(I),A,k,L,$);return $.delete(R),B;case x:if(_)return _.call(R)==_.call(I)}return!1}return mp=S,mp}var yp,RO;function jV(){if(RO)return yp;RO=1;var e=XD(),t=1,r=Object.prototype,n=r.hasOwnProperty;function i(o,a,u,l,d,f){var h=u&t,p=e(o),v=p.length,m=e(a),y=m.length;if(v!=y&&!h)return!1;for(var x=v;x--;){var b=p[x];if(!(h?b in a:n.call(a,b)))return!1}var w=f.get(o),E=f.get(a);if(w&&E)return w==a&&E==o;var _=!0;f.set(o,a),f.set(a,o);for(var S=h;++x<v;){b=p[x];var R=o[b],I=a[b];if(l)var P=h?l(I,R,b,a,o,f):l(R,I,b,o,a,f);if(!(P===void 0?R===I||d(R,I,u,l,f):P)){_=!1;break}S||(S=b=="constructor")}if(_&&!S){var A=o.constructor,k=a.constructor;A!=k&&"constructor"in o&&"constructor"in a&&!(typeof A=="function"&&A instanceof A&&typeof k=="function"&&k instanceof k)&&(_=!1)}return f.delete(o),f.delete(a),_}return yp=i,yp}var bp,IO;function qV(){if(IO)return bp;IO=1;var e=Ol(),t=uj(),r=DV(),n=jV(),i=Po(),o=xt(),a=Io(),u=Qa(),l=1,d="[object Arguments]",f="[object Array]",h="[object Object]",p=Object.prototype,v=p.hasOwnProperty;function m(y,x,b,w,E,_){var S=o(y),R=o(x),I=S?f:i(y),P=R?f:i(x);I=I==d?h:I,P=P==d?h:P;var A=I==h,k=P==h,L=I==P;if(L&&a(y)){if(!a(x))return!1;S=!0,A=!1}if(L&&!A)return _||(_=new e),S||u(y)?t(y,x,b,w,E,_):r(y,x,I,b,w,E,_);if(!(b&l)){var $=A&&v.call(y,"__wrapped__"),j=k&&v.call(x,"__wrapped__");if($||j){var D=$?y.value():y,G=j?x.value():x;return _||(_=new e),E(D,G,b,w,_)}}return L?(_||(_=new e),n(y,x,b,w,E,_)):!1}return bp=m,bp}var xp,PO;function lj(){if(PO)return xp;PO=1;var e=qV(),t=on();function r(n,i,o,a,u){return n===i?!0:n==null||i==null||!t(n)&&!t(i)?n!==n&&i!==i:e(n,i,o,a,r,u)}return xp=r,xp}var wp,NO;function kV(){if(NO)return wp;NO=1;var e=Ol(),t=lj(),r=1,n=2;function i(o,a,u,l){var d=u.length,f=d,h=!l;if(o==null)return!f;for(o=Object(o);d--;){var p=u[d];if(h&&p[2]?p[1]!==o[p[0]]:!(p[0]in o))return!1}for(;++d<f;){p=u[d];var v=p[0],m=o[v],y=p[1];if(h&&p[2]){if(m===void 0&&!(v in o))return!1}else{var x=new e;if(l)var b=l(m,y,v,o,a,x);if(!(b===void 0?t(y,m,r|n,l,x):b))return!1}}return!0}return wp=i,wp}var _p,TO;function cj(){if(TO)return _p;TO=1;var e=Cr();function t(r){return r===r&&!e(r)}return _p=t,_p}var Ep,AO;function LV(){if(AO)return Ep;AO=1;var e=cj(),t=Gn();function r(n){for(var i=t(n),o=i.length;o--;){var a=i[o],u=n[a];i[o]=[a,u,e(u)]}return i}return Ep=r,Ep}var Sp,MO;function fj(){if(MO)return Sp;MO=1;function e(t,r){return function(n){return n==null?!1:n[t]===r&&(r!==void 0||t in Object(n))}}return Sp=e,Sp}var Op,DO;function BV(){if(DO)return Op;DO=1;var e=kV(),t=LV(),r=fj();function n(i){var o=t(i);return o.length==1&&o[0][2]?r(o[0][0],o[0][1]):function(a){return a===i||e(a,i,o)}}return Op=n,Op}var Cp,jO;function No(){if(jO)return Cp;jO=1;var e=Ci(),t=on(),r="[object Symbol]";function n(i){return typeof i=="symbol"||t(i)&&e(i)==r}return Cp=n,Cp}var Rp,qO;function Rx(){if(qO)return Rp;qO=1;var e=xt(),t=No(),r=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,n=/^\w*$/;function i(o,a){if(e(o))return!1;var u=typeof o;return u=="number"||u=="symbol"||u=="boolean"||o==null||t(o)?!0:n.test(o)||!r.test(o)||a!=null&&o in Object(a)}return Rp=i,Rp}var Ip,kO;function FV(){if(kO)return Ip;kO=1;var e=vx(),t="Expected a function";function r(n,i){if(typeof n!="function"||i!=null&&typeof i!="function")throw new TypeError(t);var o=function(){var a=arguments,u=i?i.apply(this,a):a[0],l=o.cache;if(l.has(u))return l.get(u);var d=n.apply(this,a);return o.cache=l.set(u,d)||l,d};return o.cache=new(r.Cache||e),o}return r.Cache=e,Ip=r,Ip}var Pp,LO;function $V(){if(LO)return Pp;LO=1;var e=FV(),t=500;function r(n){var i=e(n,function(a){return o.size===t&&o.clear(),a}),o=i.cache;return i}return Pp=r,Pp}var Np,BO;function zV(){if(BO)return Np;BO=1;var e=$V(),t=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,r=/\\(\\)?/g,n=e(function(i){var o=[];return i.charCodeAt(0)===46&&o.push(""),i.replace(t,function(a,u,l,d){o.push(l?d.replace(r,"$1"):u||a)}),o});return Np=n,Np}var Tp,FO;function Ml(){if(FO)return Tp;FO=1;function e(t,r){for(var n=-1,i=t==null?0:t.length,o=Array(i);++n<i;)o[n]=r(t[n],n,t);return o}return Tp=e,Tp}var Ap,$O;function HV(){if($O)return Ap;$O=1;var e=Ro(),t=Ml(),r=xt(),n=No(),i=e?e.prototype:void 0,o=i?i.toString:void 0;function a(u){if(typeof u=="string")return u;if(r(u))return t(u,a)+"";if(n(u))return o?o.call(u):"";var l=u+"";return l=="0"&&1/u==-1/0?"-0":l}return Ap=a,Ap}var Mp,zO;function dj(){if(zO)return Mp;zO=1;var e=HV();function t(r){return r==null?"":e(r)}return Mp=t,Mp}var Dp,HO;function Dl(){if(HO)return Dp;HO=1;var e=xt(),t=Rx(),r=zV(),n=dj();function i(o,a){return e(o)?o:t(o,a)?[o]:r(n(o))}return Dp=i,Dp}var jp,VO;function es(){if(VO)return jp;VO=1;var e=No();function t(r){if(typeof r=="string"||e(r))return r;var n=r+"";return n=="0"&&1/r==-1/0?"-0":n}return jp=t,jp}var qp,UO;function jl(){if(UO)return qp;UO=1;var e=Dl(),t=es();function r(n,i){i=e(i,n);for(var o=0,a=i.length;n!=null&&o<a;)n=n[t(i[o++])];return o&&o==a?n:void 0}return qp=r,qp}var kp,WO;function VV(){if(WO)return kp;WO=1;var e=jl();function t(r,n,i){var o=r==null?void 0:e(r,n);return o===void 0?i:o}return kp=t,kp}var Lp,GO;function UV(){if(GO)return Lp;GO=1;function e(t,r){return t!=null&&r in Object(t)}return Lp=e,Lp}var Bp,KO;function hj(){if(KO)return Bp;KO=1;var e=Dl(),t=Ja(),r=xt(),n=Il(),i=mx(),o=es();function a(u,l,d){l=e(l,u);for(var f=-1,h=l.length,p=!1;++f<h;){var v=o(l[f]);if(!(p=u!=null&&d(u,v)))break;u=u[v]}return p||++f!=h?p:(h=u==null?0:u.length,!!h&&i(h)&&n(v,h)&&(r(u)||t(u)))}return Bp=a,Bp}var Fp,YO;function pj(){if(YO)return Fp;YO=1;var e=UV(),t=hj();function r(n,i){return n!=null&&t(n,i,e)}return Fp=r,Fp}var $p,XO;function WV(){if(XO)return $p;XO=1;var e=lj(),t=VV(),r=pj(),n=Rx(),i=cj(),o=fj(),a=es(),u=1,l=2;function d(f,h){return n(f)&&i(h)?o(a(f),h):function(p){var v=t(p,f);return v===void 0&&v===h?r(p,f):e(h,v,u|l)}}return $p=d,$p}var zp,ZO;function vj(){if(ZO)return zp;ZO=1;function e(t){return function(r){return r==null?void 0:r[t]}}return zp=e,zp}var Hp,JO;function GV(){if(JO)return Hp;JO=1;var e=jl();function t(r){return function(n){return e(n,r)}}return Hp=t,Hp}var Vp,QO;function KV(){if(QO)return Vp;QO=1;var e=vj(),t=GV(),r=Rx(),n=es();function i(o){return r(o)?e(n(o)):t(o)}return Vp=i,Vp}var Up,eC;function Sn(){if(eC)return Up;eC=1;var e=BV(),t=WV(),r=Pi(),n=xt(),i=KV();function o(a){return typeof a=="function"?a:a==null?r:typeof a=="object"?n(a)?t(a[0],a[1]):e(a):i(a)}return Up=o,Up}var Wp,tC;function gj(){if(tC)return Wp;tC=1;var e=WD(),t=PV(),r=Sn(),n=xt();function i(o,a){var u=n(o)?e:t;return u(o,r(a,3))}return Wp=i,Wp}var Gp,rC;function YV(){if(rC)return Gp;rC=1;var e=Object.prototype,t=e.hasOwnProperty;function r(n,i){return n!=null&&t.call(n,i)}return Gp=r,Gp}var Kp,nC;function mj(){if(nC)return Kp;nC=1;var e=YV(),t=hj();function r(n,i){return n!=null&&t(n,i,e)}return Kp=r,Kp}var Yp,iC;function XV(){if(iC)return Yp;iC=1;var e=bx(),t=Po(),r=Ja(),n=xt(),i=En(),o=Io(),a=Nl(),u=Qa(),l="[object Map]",d="[object Set]",f=Object.prototype,h=f.hasOwnProperty;function p(v){if(v==null)return!0;if(i(v)&&(n(v)||typeof v=="string"||typeof v.splice=="function"||o(v)||u(v)||r(v)))return!v.length;var m=t(v);if(m==l||m==d)return!v.size;if(a(v))return!e(v).length;for(var y in v)if(h.call(v,y))return!1;return!0}return Yp=p,Yp}var Xp,oC;function yj(){if(oC)return Xp;oC=1;function e(t){return t===void 0}return Xp=e,Xp}var Zp,aC;function bj(){if(aC)return Zp;aC=1;var e=Al(),t=En();function r(n,i){var o=-1,a=t(n)?Array(n.length):[];return e(n,function(u,l,d){a[++o]=i(u,l,d)}),a}return Zp=r,Zp}var Jp,sC;function xj(){if(sC)return Jp;sC=1;var e=Ml(),t=Sn(),r=bj(),n=xt();function i(o,a){var u=n(o)?e:r;return u(o,t(a,3))}return Jp=i,Jp}var Qp,uC;function ZV(){if(uC)return Qp;uC=1;function e(t,r,n,i){var o=-1,a=t==null?0:t.length;for(i&&a&&(n=t[++o]);++o<a;)n=r(n,t[o],o,t);return n}return Qp=e,Qp}var ev,lC;function JV(){if(lC)return ev;lC=1;function e(t,r,n,i,o){return o(t,function(a,u,l){n=i?(i=!1,a):r(n,a,u,l)}),n}return ev=e,ev}var tv,cC;function wj(){if(cC)return tv;cC=1;var e=ZV(),t=Al(),r=Sn(),n=JV(),i=xt();function o(a,u,l){var d=i(a)?e:n,f=arguments.length<3;return d(a,r(u,4),l,f,t)}return tv=o,tv}var rv,fC;function QV(){if(fC)return rv;fC=1;var e=Ci(),t=xt(),r=on(),n="[object String]";function i(o){return typeof o=="string"||!t(o)&&r(o)&&e(o)==n}return rv=i,rv}var nv,dC;function eU(){if(dC)return nv;dC=1;var e=vj(),t=e("length");return nv=t,nv}var iv,hC;function tU(){if(hC)return iv;hC=1;var e="\\ud800-\\udfff",t="\\u0300-\\u036f",r="\\ufe20-\\ufe2f",n="\\u20d0-\\u20ff",i=t+r+n,o="\\ufe0e\\ufe0f",a="\\u200d",u=RegExp("["+a+e+i+o+"]");function l(d){return u.test(d)}return iv=l,iv}var ov,pC;function rU(){if(pC)return ov;pC=1;var e="\\ud800-\\udfff",t="\\u0300-\\u036f",r="\\ufe20-\\ufe2f",n="\\u20d0-\\u20ff",i=t+r+n,o="\\ufe0e\\ufe0f",a="["+e+"]",u="["+i+"]",l="\\ud83c[\\udffb-\\udfff]",d="(?:"+u+"|"+l+")",f="[^"+e+"]",h="(?:\\ud83c[\\udde6-\\uddff]){2}",p="[\\ud800-\\udbff][\\udc00-\\udfff]",v="\\u200d",m=d+"?",y="["+o+"]?",x="(?:"+v+"(?:"+[f,h,p].join("|")+")"+y+m+")*",b=y+m+x,w="(?:"+[f+u+"?",u,h,p,a].join("|")+")",E=RegExp(l+"(?="+l+")|"+w+b,"g");function _(S){for(var R=E.lastIndex=0;E.test(S);)++R;return R}return ov=_,ov}var av,vC;function nU(){if(vC)return av;vC=1;var e=eU(),t=tU(),r=rU();function n(i){return t(i)?r(i):e(i)}return av=n,av}var sv,gC;function iU(){if(gC)return sv;gC=1;var e=bx(),t=Po(),r=En(),n=QV(),i=nU(),o="[object Map]",a="[object Set]";function u(l){if(l==null)return 0;if(r(l))return n(l)?i(l):l.length;var d=t(l);return d==o||d==a?l.size:e(l).length}return sv=u,sv}var uv,mC;function oU(){if(mC)return uv;mC=1;var e=gx(),t=ej(),r=Ox(),n=Sn(),i=Tl(),o=xt(),a=Io(),u=Xa(),l=Cr(),d=Qa();function f(h,p,v){var m=o(h),y=m||a(h)||d(h);if(p=n(p,4),v==null){var x=h&&h.constructor;y?v=m?new x:[]:l(h)?v=u(x)?t(i(h)):{}:v={}}return(y?e:r)(h,function(b,w,E){return p(v,b,w,E)}),v}return uv=f,uv}var lv,yC;function aU(){if(yC)return lv;yC=1;var e=Ro(),t=Ja(),r=xt(),n=e?e.isConcatSpreadable:void 0;function i(o){return r(o)||t(o)||!!(n&&o&&o[n])}return lv=i,lv}var cv,bC;function Ix(){if(bC)return cv;bC=1;var e=wx(),t=aU();function r(n,i,o,a,u){var l=-1,d=n.length;for(o||(o=t),u||(u=[]);++l<d;){var f=n[l];i>0&&o(f)?i>1?r(f,i-1,o,a,u):e(u,f):a||(u[u.length]=f)}return u}return cv=r,cv}var fv,xC;function sU(){if(xC)return fv;xC=1;function e(t,r,n){switch(n.length){case 0:return t.call(r);case 1:return t.call(r,n[0]);case 2:return t.call(r,n[0],n[1]);case 3:return t.call(r,n[0],n[1],n[2])}return t.apply(r,n)}return fv=e,fv}var dv,wC;function _j(){if(wC)return dv;wC=1;var e=sU(),t=Math.max;function r(n,i,o){return i=t(i===void 0?n.length-1:i,0),function(){for(var a=arguments,u=-1,l=t(a.length-i,0),d=Array(l);++u<l;)d[u]=a[i+u];u=-1;for(var f=Array(i+1);++u<i;)f[u]=a[u];return f[i]=o(d),e(n,this,f)}}return dv=r,dv}var hv,_C;function uU(){if(_C)return hv;_C=1;var e=Ex(),t=$D(),r=Pi(),n=t?function(i,o){return t(i,"toString",{configurable:!0,enumerable:!1,value:e(o),writable:!0})}:r;return hv=n,hv}var pv,EC;function lU(){if(EC)return pv;EC=1;var e=800,t=16,r=Date.now;function n(i){var o=0,a=0;return function(){var u=r(),l=t-(u-a);if(a=u,l>0){if(++o>=e)return arguments[0]}else o=0;return i.apply(void 0,arguments)}}return pv=n,pv}var vv,SC;function Ej(){if(SC)return vv;SC=1;var e=uU(),t=lU(),r=t(e);return vv=r,vv}var gv,OC;function ql(){if(OC)return gv;OC=1;var e=Pi(),t=_j(),r=Ej();function n(i,o){return r(t(i,o,e),i+"")}return gv=n,gv}var mv,CC;function Sj(){if(CC)return mv;CC=1;function e(t,r,n,i){for(var o=t.length,a=n+(i?1:-1);i?a--:++a<o;)if(r(t[a],a,t))return a;return-1}return mv=e,mv}var yv,RC;function cU(){if(RC)return yv;RC=1;function e(t){return t!==t}return yv=e,yv}var bv,IC;function fU(){if(IC)return bv;IC=1;function e(t,r,n){for(var i=n-1,o=t.length;++i<o;)if(t[i]===r)return i;return-1}return bv=e,bv}var xv,PC;function dU(){if(PC)return xv;PC=1;var e=Sj(),t=cU(),r=fU();function n(i,o,a){return o===o?r(i,o,a):e(i,t,a)}return xv=n,xv}var wv,NC;function hU(){if(NC)return wv;NC=1;var e=dU();function t(r,n){var i=r==null?0:r.length;return!!i&&e(r,n,0)>-1}return wv=t,wv}var _v,TC;function pU(){if(TC)return _v;TC=1;function e(t,r,n){for(var i=-1,o=t==null?0:t.length;++i<o;)if(n(r,t[i]))return!0;return!1}return _v=e,_v}var Ev,AC;function vU(){if(AC)return Ev;AC=1;function e(){}return Ev=e,Ev}var Sv,MC;function gU(){if(MC)return Sv;MC=1;var e=ZD(),t=vU(),r=Cx(),n=1/0,i=e&&1/r(new e([,-0]))[1]==n?function(o){return new e(o)}:t;return Sv=i,Sv}var Ov,DC;function mU(){if(DC)return Ov;DC=1;var e=aj(),t=hU(),r=pU(),n=sj(),i=gU(),o=Cx(),a=200;function u(l,d,f){var h=-1,p=t,v=l.length,m=!0,y=[],x=y;if(f)m=!1,p=r;else if(v>=a){var b=d?null:i(l);if(b)return o(b);m=!1,p=n,x=new e}else x=d?[]:y;e:for(;++h<v;){var w=l[h],E=d?d(w):w;if(w=f||w!==0?w:0,m&&E===E){for(var _=x.length;_--;)if(x[_]===E)continue e;d&&x.push(E),y.push(w)}else p(x,E,f)||(x!==y&&x.push(E),y.push(w))}return y}return Ov=u,Ov}var Cv,jC;function Oj(){if(jC)return Cv;jC=1;var e=En(),t=on();function r(n){return t(n)&&e(n)}return Cv=r,Cv}var Rv,qC;function yU(){if(qC)return Rv;qC=1;var e=Ix(),t=ql(),r=mU(),n=Oj(),i=t(function(o){return r(e(o,1,n,!0))});return Rv=i,Rv}var Iv,kC;function bU(){if(kC)return Iv;kC=1;var e=Ml();function t(r,n){return e(n,function(i){return r[i]})}return Iv=t,Iv}var Pv,LC;function Cj(){if(LC)return Pv;LC=1;var e=bU(),t=Gn();function r(n){return n==null?[]:e(n,t(n))}return Pv=r,Pv}var Nv,BC;function Rr(){if(BC)return Nv;BC=1;var e;if(typeof hx=="function")try{e={clone:CV(),constant:Ex(),each:oj(),filter:gj(),has:mj(),isArray:xt(),isEmpty:XV(),isFunction:Xa(),isUndefined:yj(),keys:Gn(),map:xj(),reduce:wj(),size:iU(),transform:oU(),union:yU(),values:Cj()}}catch{}return e||(e=window._),Nv=e,Nv}var Tv,FC;function Px(){if(FC)return Tv;FC=1;var e=Rr();Tv=i;var t="\0",r="\0",n="";function i(f){this._isDirected=e.has(f,"directed")?f.directed:!0,this._isMultigraph=e.has(f,"multigraph")?f.multigraph:!1,this._isCompound=e.has(f,"compound")?f.compound:!1,this._label=void 0,this._defaultNodeLabelFn=e.constant(void 0),this._defaultEdgeLabelFn=e.constant(void 0),this._nodes={},this._isCompound&&(this._parent={},this._children={},this._children[r]={}),this._in={},this._preds={},this._out={},this._sucs={},this._edgeObjs={},this._edgeLabels={}}i.prototype._nodeCount=0,i.prototype._edgeCount=0,i.prototype.isDirected=function(){return this._isDirected},i.prototype.isMultigraph=function(){return this._isMultigraph},i.prototype.isCompound=function(){return this._isCompound},i.prototype.setGraph=function(f){return this._label=f,this},i.prototype.graph=function(){return this._label},i.prototype.setDefaultNodeLabel=function(f){return e.isFunction(f)||(f=e.constant(f)),this._defaultNodeLabelFn=f,this},i.prototype.nodeCount=function(){return this._nodeCount},i.prototype.nodes=function(){return e.keys(this._nodes)},i.prototype.sources=function(){var f=this;return e.filter(this.nodes(),function(h){return e.isEmpty(f._in[h])})},i.prototype.sinks=function(){var f=this;return e.filter(this.nodes(),function(h){return e.isEmpty(f._out[h])})},i.prototype.setNodes=function(f,h){var p=arguments,v=this;return e.each(f,function(m){p.length>1?v.setNode(m,h):v.setNode(m)}),this},i.prototype.setNode=function(f,h){return e.has(this._nodes,f)?(arguments.length>1&&(this._nodes[f]=h),this):(this._nodes[f]=arguments.length>1?h:this._defaultNodeLabelFn(f),this._isCompound&&(this._parent[f]=r,this._children[f]={},this._children[r][f]=!0),this._in[f]={},this._preds[f]={},this._out[f]={},this._sucs[f]={},++this._nodeCount,this)},i.prototype.node=function(f){return this._nodes[f]},i.prototype.hasNode=function(f){return e.has(this._nodes,f)},i.prototype.removeNode=function(f){var h=this;if(e.has(this._nodes,f)){var p=function(v){h.removeEdge(h._edgeObjs[v])};delete this._nodes[f],this._isCompound&&(this._removeFromParentsChildList(f),delete this._parent[f],e.each(this.children(f),function(v){h.setParent(v)}),delete this._children[f]),e.each(e.keys(this._in[f]),p),delete this._in[f],delete this._preds[f],e.each(e.keys(this._out[f]),p),delete this._out[f],delete this._sucs[f],--this._nodeCount}return this},i.prototype.setParent=function(f,h){if(!this._isCompound)throw new Error("Cannot set parent in a non-compound graph");if(e.isUndefined(h))h=r;else{h+="";for(var p=h;!e.isUndefined(p);p=this.parent(p))if(p===f)throw new Error("Setting "+h+" as parent of "+f+" would create a cycle");this.setNode(h)}return this.setNode(f),this._removeFromParentsChildList(f),this._parent[f]=h,this._children[h][f]=!0,this},i.prototype._removeFromParentsChildList=function(f){delete this._children[this._parent[f]][f]},i.prototype.parent=function(f){if(this._isCompound){var h=this._parent[f];if(h!==r)return h}},i.prototype.children=function(f){if(e.isUndefined(f)&&(f=r),this._isCompound){var h=this._children[f];if(h)return e.keys(h)}else{if(f===r)return this.nodes();if(this.hasNode(f))return[]}},i.prototype.predecessors=function(f){var h=this._preds[f];if(h)return e.keys(h)},i.prototype.successors=function(f){var h=this._sucs[f];if(h)return e.keys(h)},i.prototype.neighbors=function(f){var h=this.predecessors(f);if(h)return e.union(h,this.successors(f))},i.prototype.isLeaf=function(f){var h;return this.isDirected()?h=this.successors(f):h=this.neighbors(f),h.length===0},i.prototype.filterNodes=function(f){var h=new this.constructor({directed:this._isDirected,multigraph:this._isMultigraph,compound:this._isCompound});h.setGraph(this.graph());var p=this;e.each(this._nodes,function(y,x){f(x)&&h.setNode(x,y)}),e.each(this._edgeObjs,function(y){h.hasNode(y.v)&&h.hasNode(y.w)&&h.setEdge(y,p.edge(y))});var v={};function m(y){var x=p.parent(y);return x===void 0||h.hasNode(x)?(v[y]=x,x):x in v?v[x]:m(x)}return this._isCompound&&e.each(h.nodes(),function(y){h.setParent(y,m(y))}),h},i.prototype.setDefaultEdgeLabel=function(f){return e.isFunction(f)||(f=e.constant(f)),this._defaultEdgeLabelFn=f,this},i.prototype.edgeCount=function(){return this._edgeCount},i.prototype.edges=function(){return e.values(this._edgeObjs)},i.prototype.setPath=function(f,h){var p=this,v=arguments;return e.reduce(f,function(m,y){return v.length>1?p.setEdge(m,y,h):p.setEdge(m,y),y}),this},i.prototype.setEdge=function(){var f,h,p,v,m=!1,y=arguments[0];typeof y=="object"&&y!==null&&"v"in y?(f=y.v,h=y.w,p=y.name,arguments.length===2&&(v=arguments[1],m=!0)):(f=y,h=arguments[1],p=arguments[3],arguments.length>2&&(v=arguments[2],m=!0)),f=""+f,h=""+h,e.isUndefined(p)||(p=""+p);var x=u(this._isDirected,f,h,p);if(e.has(this._edgeLabels,x))return m&&(this._edgeLabels[x]=v),this;if(!e.isUndefined(p)&&!this._isMultigraph)throw new Error("Cannot set a named edge when isMultigraph = false");this.setNode(f),this.setNode(h),this._edgeLabels[x]=m?v:this._defaultEdgeLabelFn(f,h,p);var b=l(this._isDirected,f,h,p);return f=b.v,h=b.w,Object.freeze(b),this._edgeObjs[x]=b,o(this._preds[h],f),o(this._sucs[f],h),this._in[h][x]=b,this._out[f][x]=b,this._edgeCount++,this},i.prototype.edge=function(f,h,p){var v=arguments.length===1?d(this._isDirected,arguments[0]):u(this._isDirected,f,h,p);return this._edgeLabels[v]},i.prototype.hasEdge=function(f,h,p){var v=arguments.length===1?d(this._isDirected,arguments[0]):u(this._isDirected,f,h,p);return e.has(this._edgeLabels,v)},i.prototype.removeEdge=function(f,h,p){var v=arguments.length===1?d(this._isDirected,arguments[0]):u(this._isDirected,f,h,p),m=this._edgeObjs[v];return m&&(f=m.v,h=m.w,delete this._edgeLabels[v],delete this._edgeObjs[v],a(this._preds[h],f),a(this._sucs[f],h),delete this._in[h][v],delete this._out[f][v],this._edgeCount--),this},i.prototype.inEdges=function(f,h){var p=this._in[f];if(p){var v=e.values(p);return h?e.filter(v,function(m){return m.v===h}):v}},i.prototype.outEdges=function(f,h){var p=this._out[f];if(p){var v=e.values(p);return h?e.filter(v,function(m){return m.w===h}):v}},i.prototype.nodeEdges=function(f,h){var p=this.inEdges(f,h);if(p)return p.concat(this.outEdges(f,h))};function o(f,h){f[h]?f[h]++:f[h]=1}function a(f,h){--f[h]||delete f[h]}function u(f,h,p,v){var m=""+h,y=""+p;if(!f&&m>y){var x=m;m=y,y=x}return m+n+y+n+(e.isUndefined(v)?t:v)}function l(f,h,p,v){var m=""+h,y=""+p;if(!f&&m>y){var x=m;m=y,y=x}var b={v:m,w:y};return v&&(b.name=v),b}function d(f,h){return u(f,h.v,h.w,h.name)}return Tv}var Av,$C;function xU(){return $C||($C=1,Av="2.1.8"),Av}var Mv,zC;function wU(){return zC||(zC=1,Mv={Graph:Px(),version:xU()}),Mv}var Dv,HC;function _U(){if(HC)return Dv;HC=1;var e=Rr(),t=Px();Dv={write:r,read:o};function r(a){var u={options:{directed:a.isDirected(),multigraph:a.isMultigraph(),compound:a.isCompound()},nodes:n(a),edges:i(a)};return e.isUndefined(a.graph())||(u.value=e.clone(a.graph())),u}function n(a){return e.map(a.nodes(),function(u){var l=a.node(u),d=a.parent(u),f={v:u};return e.isUndefined(l)||(f.value=l),e.isUndefined(d)||(f.parent=d),f})}function i(a){return e.map(a.edges(),function(u){var l=a.edge(u),d={v:u.v,w:u.w};return e.isUndefined(u.name)||(d.name=u.name),e.isUndefined(l)||(d.value=l),d})}function o(a){var u=new t(a.options).setGraph(a.value);return e.each(a.nodes,function(l){u.setNode(l.v,l.value),l.parent&&u.setParent(l.v,l.parent)}),e.each(a.edges,function(l){u.setEdge({v:l.v,w:l.w,name:l.name},l.value)}),u}return Dv}var jv,VC;function EU(){if(VC)return jv;VC=1;var e=Rr();jv=t;function t(r){var n={},i=[],o;function a(u){e.has(n,u)||(n[u]=!0,o.push(u),e.each(r.successors(u),a),e.each(r.predecessors(u),a))}return e.each(r.nodes(),function(u){o=[],a(u),o.length&&i.push(o)}),i}return jv}var qv,UC;function Rj(){if(UC)return qv;UC=1;var e=Rr();qv=t;function t(){this._arr=[],this._keyIndices={}}return t.prototype.size=function(){return this._arr.length},t.prototype.keys=function(){return this._arr.map(function(r){return r.key})},t.prototype.has=function(r){return e.has(this._keyIndices,r)},t.prototype.priority=function(r){var n=this._keyIndices[r];if(n!==void 0)return this._arr[n].priority},t.prototype.min=function(){if(this.size()===0)throw new Error("Queue underflow");return this._arr[0].key},t.prototype.add=function(r,n){var i=this._keyIndices;if(r=String(r),!e.has(i,r)){var o=this._arr,a=o.length;return i[r]=a,o.push({key:r,priority:n}),this._decrease(a),!0}return!1},t.prototype.removeMin=function(){this._swap(0,this._arr.length-1);var r=this._arr.pop();return delete this._keyIndices[r.key],this._heapify(0),r.key},t.prototype.decrease=function(r,n){var i=this._keyIndices[r];if(n>this._arr[i].priority)throw new Error("New priority is greater than current priority. Key: "+r+" Old: "+this._arr[i].priority+" New: "+n);this._arr[i].priority=n,this._decrease(i)},t.prototype._heapify=function(r){var n=this._arr,i=2*r,o=i+1,a=r;i<n.length&&(a=n[i].priority<n[a].priority?i:a,o<n.length&&(a=n[o].priority<n[a].priority?o:a),a!==r&&(this._swap(r,a),this._heapify(a)))},t.prototype._decrease=function(r){for(var n=this._arr,i=n[r].priority,o;r!==0&&(o=r>>1,!(n[o].priority<i));)this._swap(r,o),r=o},t.prototype._swap=function(r,n){var i=this._arr,o=this._keyIndices,a=i[r],u=i[n];i[r]=u,i[n]=a,o[u.key]=r,o[a.key]=n},qv}var kv,WC;function Ij(){if(WC)return kv;WC=1;var e=Rr(),t=Rj();kv=n;var r=e.constant(1);function n(o,a,u,l){return i(o,String(a),u||r,l||function(d){return o.outEdges(d)})}function i(o,a,u,l){var d={},f=new t,h,p,v=function(m){var y=m.v!==h?m.v:m.w,x=d[y],b=u(m),w=p.distance+b;if(b<0)throw new Error("dijkstra does not allow negative edge weights. Bad edge: "+m+" Weight: "+b);w<x.distance&&(x.distance=w,x.predecessor=h,f.decrease(y,w))};for(o.nodes().forEach(function(m){var y=m===a?0:Number.POSITIVE_INFINITY;d[m]={distance:y},f.add(m,y)});f.size()>0&&(h=f.removeMin(),p=d[h],p.distance!==Number.POSITIVE_INFINITY);)l(h).forEach(v);return d}return kv}var Lv,GC;function SU(){if(GC)return Lv;GC=1;var e=Ij(),t=Rr();Lv=r;function r(n,i,o){return t.transform(n.nodes(),function(a,u){a[u]=e(n,u,i,o)},{})}return Lv}var Bv,KC;function Pj(){if(KC)return Bv;KC=1;var e=Rr();Bv=t;function t(r){var n=0,i=[],o={},a=[];function u(l){var d=o[l]={onStack:!0,lowlink:n,index:n++};if(i.push(l),r.successors(l).forEach(function(p){e.has(o,p)?o[p].onStack&&(d.lowlink=Math.min(d.lowlink,o[p].index)):(u(p),d.lowlink=Math.min(d.lowlink,o[p].lowlink))}),d.lowlink===d.index){var f=[],h;do h=i.pop(),o[h].onStack=!1,f.push(h);while(l!==h);a.push(f)}}return r.nodes().forEach(function(l){e.has(o,l)||u(l)}),a}return Bv}var Fv,YC;function OU(){if(YC)return Fv;YC=1;var e=Rr(),t=Pj();Fv=r;function r(n){return e.filter(t(n),function(i){return i.length>1||i.length===1&&n.hasEdge(i[0],i[0])})}return Fv}var $v,XC;function CU(){if(XC)return $v;XC=1;var e=Rr();$v=r;var t=e.constant(1);function r(i,o,a){return n(i,o||t,a||function(u){return i.outEdges(u)})}function n(i,o,a){var u={},l=i.nodes();return l.forEach(function(d){u[d]={},u[d][d]={distance:0},l.forEach(function(f){d!==f&&(u[d][f]={distance:Number.POSITIVE_INFINITY})}),a(d).forEach(function(f){var h=f.v===d?f.w:f.v,p=o(f);u[d][h]={distance:p,predecessor:d}})}),l.forEach(function(d){var f=u[d];l.forEach(function(h){var p=u[h];l.forEach(function(v){var m=p[d],y=f[v],x=p[v],b=m.distance+y.distance;b<x.distance&&(x.distance=b,x.predecessor=y.predecessor)})})}),u}return $v}var zv,ZC;function Nj(){if(ZC)return zv;ZC=1;var e=Rr();zv=t,t.CycleException=r;function t(n){var i={},o={},a=[];function u(l){if(e.has(o,l))throw new r;e.has(i,l)||(o[l]=!0,i[l]=!0,e.each(n.predecessors(l),u),delete o[l],a.push(l))}if(e.each(n.sinks(),u),e.size(i)!==n.nodeCount())throw new r;return a}function r(){}return r.prototype=new Error,zv}var Hv,JC;function RU(){if(JC)return Hv;JC=1;var e=Nj();Hv=t;function t(r){try{e(r)}catch(n){if(n instanceof e.CycleException)return!1;throw n}return!0}return Hv}var Vv,QC;function Tj(){if(QC)return Vv;QC=1;var e=Rr();Vv=t;function t(n,i,o){e.isArray(i)||(i=[i]);var a=(n.isDirected()?n.successors:n.neighbors).bind(n),u=[],l={};return e.each(i,function(d){if(!n.hasNode(d))throw new Error("Graph does not have node: "+d);r(n,d,o==="post",l,a,u)}),u}function r(n,i,o,a,u,l){e.has(a,i)||(a[i]=!0,o||l.push(i),e.each(u(i),function(d){r(n,d,o,a,u,l)}),o&&l.push(i))}return Vv}var Uv,eR;function IU(){if(eR)return Uv;eR=1;var e=Tj();Uv=t;function t(r,n){return e(r,n,"post")}return Uv}var Wv,tR;function PU(){if(tR)return Wv;tR=1;var e=Tj();Wv=t;function t(r,n){return e(r,n,"pre")}return Wv}var Gv,rR;function NU(){if(rR)return Gv;rR=1;var e=Rr(),t=Px(),r=Rj();Gv=n;function n(i,o){var a=new t,u={},l=new r,d;function f(p){var v=p.v===d?p.w:p.v,m=l.priority(v);if(m!==void 0){var y=o(p);y<m&&(u[v]=d,l.decrease(v,y))}}if(i.nodeCount()===0)return a;e.each(i.nodes(),function(p){l.add(p,Number.POSITIVE_INFINITY),a.setNode(p)}),l.decrease(i.nodes()[0],0);for(var h=!1;l.size()>0;){if(d=l.removeMin(),e.has(u,d))a.setEdge(d,u[d]);else{if(h)throw new Error("Input graph is not connected: "+i);h=!0}i.nodeEdges(d).forEach(f)}return a}return Gv}var Kv,nR;function TU(){return nR||(nR=1,Kv={components:EU(),dijkstra:Ij(),dijkstraAll:SU(),findCycles:OU(),floydWarshall:CU(),isAcyclic:RU(),postorder:IU(),preorder:PU(),prim:NU(),tarjan:Pj(),topsort:Nj()}),Kv}var Yv,iR;function AU(){if(iR)return Yv;iR=1;var e=wU();return Yv={Graph:e.Graph,json:_U(),alg:TU(),version:e.version},Yv}var Xv,oR;function Fr(){if(oR)return Xv;oR=1;var e;if(typeof hx=="function")try{e=AU()}catch{}return e||(e=window.graphlib),Xv=e,Xv}var Zv,aR;function MU(){if(aR)return Zv;aR=1;var e=rj(),t=1,r=4;function n(i){return e(i,t|r)}return Zv=n,Zv}var Jv,sR;function kl(){if(sR)return Jv;sR=1;var e=Co(),t=En(),r=Il(),n=Cr();function i(o,a,u){if(!n(u))return!1;var l=typeof a;return(l=="number"?t(u)&&r(a,u.length):l=="string"&&a in u)?e(u[a],o):!1}return Jv=i,Jv}var Qv,uR;function DU(){if(uR)return Qv;uR=1;var e=ql(),t=Co(),r=kl(),n=Ii(),i=Object.prototype,o=i.hasOwnProperty,a=e(function(u,l){u=Object(u);var d=-1,f=l.length,h=f>2?l[2]:void 0;for(h&&r(l[0],l[1],h)&&(f=1);++d<f;)for(var p=l[d],v=n(p),m=-1,y=v.length;++m<y;){var x=v[m],b=u[x];(b===void 0||t(b,i[x])&&!o.call(u,x))&&(u[x]=p[x])}return u});return Qv=a,Qv}var eg,lR;function jU(){if(lR)return eg;lR=1;var e=Sn(),t=En(),r=Gn();function n(i){return function(o,a,u){var l=Object(o);if(!t(o)){var d=e(a,3);o=r(o),a=function(h){return d(l[h],h,l)}}var f=i(o,a,u);return f>-1?l[d?o[f]:f]:void 0}}return eg=n,eg}var tg,cR;function qU(){if(cR)return tg;cR=1;var e=/\s/;function t(r){for(var n=r.length;n--&&e.test(r.charAt(n)););return n}return tg=t,tg}var rg,fR;function kU(){if(fR)return rg;fR=1;var e=qU(),t=/^\s+/;function r(n){return n&&n.slice(0,e(n)+1).replace(t,"")}return rg=r,rg}var ng,dR;function LU(){if(dR)return ng;dR=1;var e=kU(),t=Cr(),r=No(),n=NaN,i=/^[-+]0x[0-9a-f]+$/i,o=/^0b[01]+$/i,a=/^0o[0-7]+$/i,u=parseInt;function l(d){if(typeof d=="number")return d;if(r(d))return n;if(t(d)){var f=typeof d.valueOf=="function"?d.valueOf():d;d=t(f)?f+"":f}if(typeof d!="string")return d===0?d:+d;d=e(d);var h=o.test(d);return h||a.test(d)?u(d.slice(2),h?2:8):i.test(d)?n:+d}return ng=l,ng}var ig,hR;function Aj(){if(hR)return ig;hR=1;var e=LU(),t=1/0,r=17976931348623157e292;function n(i){if(!i)return i===0?i:0;if(i=e(i),i===t||i===-t){var o=i<0?-1:1;return o*r}return i===i?i:0}return ig=n,ig}var og,pR;function BU(){if(pR)return og;pR=1;var e=Aj();function t(r){var n=e(r),i=n%1;return n===n?i?n-i:n:0}return og=t,og}var ag,vR;function FU(){if(vR)return ag;vR=1;var e=Sj(),t=Sn(),r=BU(),n=Math.max;function i(o,a,u){var l=o==null?0:o.length;if(!l)return-1;var d=u==null?0:r(u);return d<0&&(d=n(l+d,0)),e(o,t(a,3),d)}return ag=i,ag}var sg,gR;function $U(){if(gR)return sg;gR=1;var e=jU(),t=FU(),r=e(t);return sg=r,sg}var ug,mR;function Mj(){if(mR)return ug;mR=1;var e=Ix();function t(r){var n=r==null?0:r.length;return n?e(r,1):[]}return ug=t,ug}var lg,yR;function zU(){if(yR)return lg;yR=1;var e=Sx(),t=nj(),r=Ii();function n(i,o){return i==null?i:e(i,t(o),r)}return lg=n,lg}var cg,bR;function HU(){if(bR)return cg;bR=1;function e(t){var r=t==null?0:t.length;return r?t[r-1]:void 0}return cg=e,cg}var fg,xR;function VU(){if(xR)return fg;xR=1;var e=Cl(),t=Ox(),r=Sn();function n(i,o){var a={};return o=r(o,3),t(i,function(u,l,d){e(a,l,o(u,l,d))}),a}return fg=n,fg}var dg,wR;function Nx(){if(wR)return dg;wR=1;var e=No();function t(r,n,i){for(var o=-1,a=r.length;++o<a;){var u=r[o],l=n(u);if(l!=null&&(d===void 0?l===l&&!e(l):i(l,d)))var d=l,f=u}return f}return dg=t,dg}var hg,_R;function UU(){if(_R)return hg;_R=1;function e(t,r){return t>r}return hg=e,hg}var pg,ER;function WU(){if(ER)return pg;ER=1;var e=Nx(),t=UU(),r=Pi();function n(i){return i&&i.length?e(i,r,t):void 0}return pg=n,pg}var vg,SR;function Dj(){if(SR)return vg;SR=1;var e=Cl(),t=Co();function r(n,i,o){(o!==void 0&&!t(n[i],o)||o===void 0&&!(i in n))&&e(n,i,o)}return vg=r,vg}var gg,OR;function GU(){if(OR)return gg;OR=1;var e=Ci(),t=Tl(),r=on(),n="[object Object]",i=Function.prototype,o=Object.prototype,a=i.toString,u=o.hasOwnProperty,l=a.call(Object);function d(f){if(!r(f)||e(f)!=n)return!1;var h=t(f);if(h===null)return!0;var p=u.call(h,"constructor")&&h.constructor;return typeof p=="function"&&p instanceof p&&a.call(p)==l}return gg=d,gg}var mg,CR;function jj(){if(CR)return mg;CR=1;function e(t,r){if(!(r==="constructor"&&typeof t[r]=="function")&&r!="__proto__")return t[r]}return mg=e,mg}var yg,RR;function KU(){if(RR)return yg;RR=1;var e=Za(),t=Ii();function r(n){return e(n,t(n))}return yg=r,yg}var bg,IR;function YU(){if(IR)return bg;IR=1;var e=Dj(),t=VD(),r=QD(),n=UD(),i=tj(),o=Ja(),a=xt(),u=Oj(),l=Io(),d=Xa(),f=Cr(),h=GU(),p=Qa(),v=jj(),m=KU();function y(x,b,w,E,_,S,R){var I=v(x,w),P=v(b,w),A=R.get(P);if(A){e(x,w,A);return}var k=S?S(I,P,w+"",x,b,R):void 0,L=k===void 0;if(L){var $=a(P),j=!$&&l(P),D=!$&&!j&&p(P);k=P,$||j||D?a(I)?k=I:u(I)?k=n(I):j?(L=!1,k=t(P,!0)):D?(L=!1,k=r(P,!0)):k=[]:h(P)||o(P)?(k=I,o(I)?k=m(I):(!f(I)||d(I))&&(k=i(P))):L=!1}L&&(R.set(P,k),_(k,P,E,S,R),R.delete(P)),e(x,w,k)}return bg=y,bg}var xg,PR;function XU(){if(PR)return xg;PR=1;var e=Ol(),t=Dj(),r=Sx(),n=YU(),i=Cr(),o=Ii(),a=jj();function u(l,d,f,h,p){l!==d&&r(d,function(v,m){if(p||(p=new e),i(v))n(l,d,m,f,u,h,p);else{var y=h?h(a(l,m),v,m+"",l,d,p):void 0;y===void 0&&(y=v),t(l,m,y)}},o)}return xg=u,xg}var wg,NR;function ZU(){if(NR)return wg;NR=1;var e=ql(),t=kl();function r(n){return e(function(i,o){var a=-1,u=o.length,l=u>1?o[u-1]:void 0,d=u>2?o[2]:void 0;for(l=n.length>3&&typeof l=="function"?(u--,l):void 0,d&&t(o[0],o[1],d)&&(l=u<3?void 0:l,u=1),i=Object(i);++a<u;){var f=o[a];f&&n(i,f,a,l)}return i})}return wg=r,wg}var _g,TR;function JU(){if(TR)return _g;TR=1;var e=XU(),t=ZU(),r=t(function(n,i,o){e(n,i,o)});return _g=r,_g}var Eg,AR;function qj(){if(AR)return Eg;AR=1;function e(t,r){return t<r}return Eg=e,Eg}var Sg,MR;function QU(){if(MR)return Sg;MR=1;var e=Nx(),t=qj(),r=Pi();function n(i){return i&&i.length?e(i,r,t):void 0}return Sg=n,Sg}var Og,DR;function eW(){if(DR)return Og;DR=1;var e=Nx(),t=Sn(),r=qj();function n(i,o){return i&&i.length?e(i,t(o,2),r):void 0}return Og=n,Og}var Cg,jR;function tW(){if(jR)return Cg;jR=1;var e=Hr(),t=function(){return e.Date.now()};return Cg=t,Cg}var Rg,qR;function rW(){if(qR)return Rg;qR=1;var e=Rl(),t=Dl(),r=Il(),n=Cr(),i=es();function o(a,u,l,d){if(!n(a))return a;u=t(u,a);for(var f=-1,h=u.length,p=h-1,v=a;v!=null&&++f<h;){var m=i(u[f]),y=l;if(m==="__proto__"||m==="constructor"||m==="prototype")return a;if(f!=p){var x=v[m];y=d?d(x,m,v):void 0,y===void 0&&(y=n(x)?x:r(u[f+1])?[]:{})}e(v,m,y),v=v[m]}return a}return Rg=o,Rg}var Ig,kR;function nW(){if(kR)return Ig;kR=1;var e=jl(),t=rW(),r=Dl();function n(i,o,a){for(var u=-1,l=o.length,d={};++u<l;){var f=o[u],h=e(i,f);a(h,f)&&t(d,r(f,i),h)}return d}return Ig=n,Ig}var Pg,LR;function iW(){if(LR)return Pg;LR=1;var e=nW(),t=pj();function r(n,i){return e(n,i,function(o,a){return t(n,a)})}return Pg=r,Pg}var Ng,BR;function oW(){if(BR)return Ng;BR=1;var e=Mj(),t=_j(),r=Ej();function n(i){return r(t(i,void 0,e),i+"")}return Ng=n,Ng}var Tg,FR;function aW(){if(FR)return Tg;FR=1;var e=iW(),t=oW(),r=t(function(n,i){return n==null?{}:e(n,i)});return Tg=r,Tg}var Ag,$R;function sW(){if($R)return Ag;$R=1;var e=Math.ceil,t=Math.max;function r(n,i,o,a){for(var u=-1,l=t(e((i-n)/(o||1)),0),d=Array(l);l--;)d[a?l:++u]=n,n+=o;return d}return Ag=r,Ag}var Mg,zR;function uW(){if(zR)return Mg;zR=1;var e=sW(),t=kl(),r=Aj();function n(i){return function(o,a,u){return u&&typeof u!="number"&&t(o,a,u)&&(a=u=void 0),o=r(o),a===void 0?(a=o,o=0):a=r(a),u=u===void 0?o<a?1:-1:r(u),e(o,a,u,i)}}return Mg=n,Mg}var Dg,HR;function lW(){if(HR)return Dg;HR=1;var e=uW(),t=e();return Dg=t,Dg}var jg,VR;function cW(){if(VR)return jg;VR=1;function e(t,r){var n=t.length;for(t.sort(r);n--;)t[n]=t[n].value;return t}return jg=e,jg}var qg,UR;function fW(){if(UR)return qg;UR=1;var e=No();function t(r,n){if(r!==n){var i=r!==void 0,o=r===null,a=r===r,u=e(r),l=n!==void 0,d=n===null,f=n===n,h=e(n);if(!d&&!h&&!u&&r>n||u&&l&&f&&!d&&!h||o&&l&&f||!i&&f||!a)return 1;if(!o&&!u&&!h&&r<n||h&&i&&a&&!o&&!u||d&&i&&a||!l&&a||!f)return-1}return 0}return qg=t,qg}var kg,WR;function dW(){if(WR)return kg;WR=1;var e=fW();function t(r,n,i){for(var o=-1,a=r.criteria,u=n.criteria,l=a.length,d=i.length;++o<l;){var f=e(a[o],u[o]);if(f){if(o>=d)return f;var h=i[o];return f*(h=="desc"?-1:1)}}return r.index-n.index}return kg=t,kg}var Lg,GR;function hW(){if(GR)return Lg;GR=1;var e=Ml(),t=jl(),r=Sn(),n=bj(),i=cW(),o=Pl(),a=dW(),u=Pi(),l=xt();function d(f,h,p){h.length?h=e(h,function(y){return l(y)?function(x){return t(x,y.length===1?y[0]:y)}:y}):h=[u];var v=-1;h=e(h,o(r));var m=n(f,function(y,x,b){var w=e(h,function(E){return E(y)});return{criteria:w,index:++v,value:y}});return i(m,function(y,x){return a(y,x,p)})}return Lg=d,Lg}var Bg,KR;function pW(){if(KR)return Bg;KR=1;var e=Ix(),t=hW(),r=ql(),n=kl(),i=r(function(o,a){if(o==null)return[];var u=a.length;return u>1&&n(o,a[0],a[1])?a=[]:u>2&&n(a[0],a[1],a[2])&&(a=[a[0]]),t(o,e(a,1),[])});return Bg=i,Bg}var Fg,YR;function vW(){if(YR)return Fg;YR=1;var e=dj(),t=0;function r(n){var i=++t;return e(n)+i}return Fg=r,Fg}var $g,XR;function gW(){if(XR)return $g;XR=1;function e(t,r,n){for(var i=-1,o=t.length,a=r.length,u={};++i<o;){var l=i<a?r[i]:void 0;n(u,t[i],l)}return u}return $g=e,$g}var zg,ZR;function mW(){if(ZR)return zg;ZR=1;var e=Rl(),t=gW();function r(n,i){return t(n||[],i||[],e)}return zg=r,zg}var Hg,JR;function ut(){if(JR)return Hg;JR=1;var e;if(typeof hx=="function")try{e={cloneDeep:MU(),constant:Ex(),defaults:DU(),each:oj(),filter:gj(),find:$U(),flatten:Mj(),forEach:ij(),forIn:zU(),has:mj(),isUndefined:yj(),last:HU(),map:xj(),mapValues:VU(),max:WU(),merge:JU(),min:QU(),minBy:eW(),now:tW(),pick:aW(),range:lW(),reduce:wj(),sortBy:pW(),uniqueId:vW(),values:Cj(),zipObject:mW()}}catch{}return e||(e=window._),Hg=e,Hg}var Vg,QR;function yW(){if(QR)return Vg;QR=1,Vg=e;function e(){var n={};n._next=n._prev=n,this._sentinel=n}e.prototype.dequeue=function(){var n=this._sentinel,i=n._prev;if(i!==n)return t(i),i},e.prototype.enqueue=function(n){var i=this._sentinel;n._prev&&n._next&&t(n),n._next=i._next,i._next._prev=n,i._next=n,n._prev=i},e.prototype.toString=function(){for(var n=[],i=this._sentinel,o=i._prev;o!==i;)n.push(JSON.stringify(o,r)),o=o._prev;return"["+n.join(", ")+"]"};function t(n){n._prev._next=n._next,n._next._prev=n._prev,delete n._next,delete n._prev}function r(n,i){if(n!=="_next"&&n!=="_prev")return i}return Vg}var Ug,eI;function bW(){if(eI)return Ug;eI=1;var e=ut(),t=Fr().Graph,r=yW();Ug=i;var n=e.constant(1);function i(d,f){if(d.nodeCount()<=1)return[];var h=u(d,f||n),p=o(h.graph,h.buckets,h.zeroIdx);return e.flatten(e.map(p,function(v){return d.outEdges(v.v,v.w)}),!0)}function o(d,f,h){for(var p=[],v=f[f.length-1],m=f[0],y;d.nodeCount();){for(;y=m.dequeue();)a(d,f,h,y);for(;y=v.dequeue();)a(d,f,h,y);if(d.nodeCount()){for(var x=f.length-2;x>0;--x)if(y=f[x].dequeue(),y){p=p.concat(a(d,f,h,y,!0));break}}}return p}function a(d,f,h,p,v){var m=v?[]:void 0;return e.forEach(d.inEdges(p.v),function(y){var x=d.edge(y),b=d.node(y.v);v&&m.push({v:y.v,w:y.w}),b.out-=x,l(f,h,b)}),e.forEach(d.outEdges(p.v),function(y){var x=d.edge(y),b=y.w,w=d.node(b);w.in-=x,l(f,h,w)}),d.removeNode(p.v),m}function u(d,f){var h=new t,p=0,v=0;e.forEach(d.nodes(),function(x){h.setNode(x,{v:x,in:0,out:0})}),e.forEach(d.edges(),function(x){var b=h.edge(x.v,x.w)||0,w=f(x),E=b+w;h.setEdge(x.v,x.w,E),v=Math.max(v,h.node(x.v).out+=w),p=Math.max(p,h.node(x.w).in+=w)});var m=e.range(v+p+3).map(function(){return new r}),y=p+1;return e.forEach(h.nodes(),function(x){l(m,y,h.node(x))}),{graph:h,buckets:m,zeroIdx:y}}function l(d,f,h){h.out?h.in?d[h.out-h.in+f].enqueue(h):d[d.length-1].enqueue(h):d[0].enqueue(h)}return Ug}var Wg,tI;function xW(){if(tI)return Wg;tI=1;var e=ut(),t=bW();Wg={run:r,undo:i};function r(o){var a=o.graph().acyclicer==="greedy"?t(o,u(o)):n(o);e.forEach(a,function(l){var d=o.edge(l);o.removeEdge(l),d.forwardName=l.name,d.reversed=!0,o.setEdge(l.w,l.v,d,e.uniqueId("rev"))});function u(l){return function(d){return l.edge(d).weight}}}function n(o){var a=[],u={},l={};function d(f){e.has(l,f)||(l[f]=!0,u[f]=!0,e.forEach(o.outEdges(f),function(h){e.has(u,h.w)?a.push(h):d(h.w)}),delete u[f])}return e.forEach(o.nodes(),d),a}function i(o){e.forEach(o.edges(),function(a){var u=o.edge(a);if(u.reversed){o.removeEdge(a);var l=u.forwardName;delete u.reversed,delete u.forwardName,o.setEdge(a.w,a.v,u,l)}})}return Wg}var Gg,rI;function Yt(){if(rI)return Gg;rI=1;var e=ut(),t=Fr().Graph;Gg={addDummyNode:r,simplify:n,asNonCompoundGraph:i,successorWeights:o,predecessorWeights:a,intersectRect:u,buildLayerMatrix:l,normalizeRanks:d,removeEmptyRanks:f,addBorderNode:h,maxRank:p,partition:v,time:m,notime:y};function r(x,b,w,E){var _;do _=e.uniqueId(E);while(x.hasNode(_));return w.dummy=b,x.setNode(_,w),_}function n(x){var b=new t().setGraph(x.graph());return e.forEach(x.nodes(),function(w){b.setNode(w,x.node(w))}),e.forEach(x.edges(),function(w){var E=b.edge(w.v,w.w)||{weight:0,minlen:1},_=x.edge(w);b.setEdge(w.v,w.w,{weight:E.weight+_.weight,minlen:Math.max(E.minlen,_.minlen)})}),b}function i(x){var b=new t({multigraph:x.isMultigraph()}).setGraph(x.graph());return e.forEach(x.nodes(),function(w){x.children(w).length||b.setNode(w,x.node(w))}),e.forEach(x.edges(),function(w){b.setEdge(w,x.edge(w))}),b}function o(x){var b=e.map(x.nodes(),function(w){var E={};return e.forEach(x.outEdges(w),function(_){E[_.w]=(E[_.w]||0)+x.edge(_).weight}),E});return e.zipObject(x.nodes(),b)}function a(x){var b=e.map(x.nodes(),function(w){var E={};return e.forEach(x.inEdges(w),function(_){E[_.v]=(E[_.v]||0)+x.edge(_).weight}),E});return e.zipObject(x.nodes(),b)}function u(x,b){var w=x.x,E=x.y,_=b.x-w,S=b.y-E,R=x.width/2,I=x.height/2;if(!_&&!S)throw new Error("Not possible to find intersection inside of the rectangle");var P,A;return Math.abs(S)*R>Math.abs(_)*I?(S<0&&(I=-I),P=I*_/S,A=I):(_<0&&(R=-R),P=R,A=R*S/_),{x:w+P,y:E+A}}function l(x){var b=e.map(e.range(p(x)+1),function(){return[]});return e.forEach(x.nodes(),function(w){var E=x.node(w),_=E.rank;e.isUndefined(_)||(b[_][E.order]=w)}),b}function d(x){var b=e.min(e.map(x.nodes(),function(w){return x.node(w).rank}));e.forEach(x.nodes(),function(w){var E=x.node(w);e.has(E,"rank")&&(E.rank-=b)})}function f(x){var b=e.min(e.map(x.nodes(),function(S){return x.node(S).rank})),w=[];e.forEach(x.nodes(),function(S){var R=x.node(S).rank-b;w[R]||(w[R]=[]),w[R].push(S)});var E=0,_=x.graph().nodeRankFactor;e.forEach(w,function(S,R){e.isUndefined(S)&&R%_!==0?--E:E&&e.forEach(S,function(I){x.node(I).rank+=E})})}function h(x,b,w,E){var _={width:0,height:0};return arguments.length>=4&&(_.rank=w,_.order=E),r(x,"border",_,b)}function p(x){return e.max(e.map(x.nodes(),function(b){var w=x.node(b).rank;if(!e.isUndefined(w))return w}))}function v(x,b){var w={lhs:[],rhs:[]};return e.forEach(x,function(E){b(E)?w.lhs.push(E):w.rhs.push(E)}),w}function m(x,b){var w=e.now();try{return b()}finally{console.log(x+" time: "+(e.now()-w)+"ms")}}function y(x,b){return b()}return Gg}var Kg,nI;function wW(){if(nI)return Kg;nI=1;var e=ut(),t=Yt();Kg={run:r,undo:i};function r(o){o.graph().dummyChains=[],e.forEach(o.edges(),function(a){n(o,a)})}function n(o,a){var u=a.v,l=o.node(u).rank,d=a.w,f=o.node(d).rank,h=a.name,p=o.edge(a),v=p.labelRank;if(f!==l+1){o.removeEdge(a);var m,y,x;for(x=0,++l;l<f;++x,++l)p.points=[],y={width:0,height:0,edgeLabel:p,edgeObj:a,rank:l},m=t.addDummyNode(o,"edge",y,"_d"),l===v&&(y.width=p.width,y.height=p.height,y.dummy="edge-label",y.labelpos=p.labelpos),o.setEdge(u,m,{weight:p.weight},h),x===0&&o.graph().dummyChains.push(m),u=m;o.setEdge(u,d,{weight:p.weight},h)}}function i(o){e.forEach(o.graph().dummyChains,function(a){var u=o.node(a),l=u.edgeLabel,d;for(o.setEdge(u.edgeObj,l);u.dummy;)d=o.successors(a)[0],o.removeNode(a),l.points.push({x:u.x,y:u.y}),u.dummy==="edge-label"&&(l.x=u.x,l.y=u.y,l.width=u.width,l.height=u.height),a=d,u=o.node(a)})}return Kg}var Yg,iI;function zu(){if(iI)return Yg;iI=1;var e=ut();Yg={longestPath:t,slack:r};function t(n){var i={};function o(a){var u=n.node(a);if(e.has(i,a))return u.rank;i[a]=!0;var l=e.min(e.map(n.outEdges(a),function(d){return o(d.w)-n.edge(d).minlen}));return(l===Number.POSITIVE_INFINITY||l===void 0||l===null)&&(l=0),u.rank=l}e.forEach(n.sources(),o)}function r(n,i){return n.node(i.w).rank-n.node(i.v).rank-n.edge(i).minlen}return Yg}var Xg,oI;function kj(){if(oI)return Xg;oI=1;var e=ut(),t=Fr().Graph,r=zu().slack;Xg=n;function n(u){var l=new t({directed:!1}),d=u.nodes()[0],f=u.nodeCount();l.setNode(d,{});for(var h,p;i(l,u)<f;)h=o(l,u),p=l.hasNode(h.v)?r(u,h):-r(u,h),a(l,u,p);return l}function i(u,l){function d(f){e.forEach(l.nodeEdges(f),function(h){var p=h.v,v=f===p?h.w:p;!u.hasNode(v)&&!r(l,h)&&(u.setNode(v,{}),u.setEdge(f,v,{}),d(v))})}return e.forEach(u.nodes(),d),u.nodeCount()}function o(u,l){return e.minBy(l.edges(),function(d){if(u.hasNode(d.v)!==u.hasNode(d.w))return r(l,d)})}function a(u,l,d){e.forEach(u.nodes(),function(f){l.node(f).rank+=d})}return Xg}var Zg,aI;function _W(){if(aI)return Zg;aI=1;var e=ut(),t=kj(),r=zu().slack,n=zu().longestPath,i=Fr().alg.preorder,o=Fr().alg.postorder,a=Yt().simplify;Zg=u,u.initLowLimValues=h,u.initCutValues=l,u.calcCutValue=f,u.leaveEdge=v,u.enterEdge=m,u.exchangeEdges=y;function u(E){E=a(E),n(E);var _=t(E);h(_),l(_,E);for(var S,R;S=v(_);)R=m(_,E,S),y(_,E,S,R)}function l(E,_){var S=o(E,E.nodes());S=S.slice(0,S.length-1),e.forEach(S,function(R){d(E,_,R)})}function d(E,_,S){var R=E.node(S),I=R.parent;E.edge(S,I).cutvalue=f(E,_,S)}function f(E,_,S){var R=E.node(S),I=R.parent,P=!0,A=_.edge(S,I),k=0;return A||(P=!1,A=_.edge(I,S)),k=A.weight,e.forEach(_.nodeEdges(S),function(L){var $=L.v===S,j=$?L.w:L.v;if(j!==I){var D=$===P,G=_.edge(L).weight;if(k+=D?G:-G,b(E,S,j)){var B=E.edge(S,j).cutvalue;k+=D?-B:B}}}),k}function h(E,_){arguments.length<2&&(_=E.nodes()[0]),p(E,{},1,_)}function p(E,_,S,R,I){var P=S,A=E.node(R);return _[R]=!0,e.forEach(E.neighbors(R),function(k){e.has(_,k)||(S=p(E,_,S,k,R))}),A.low=P,A.lim=S++,I?A.parent=I:delete A.parent,S}function v(E){return e.find(E.edges(),function(_){return E.edge(_).cutvalue<0})}function m(E,_,S){var R=S.v,I=S.w;_.hasEdge(R,I)||(R=S.w,I=S.v);var P=E.node(R),A=E.node(I),k=P,L=!1;P.lim>A.lim&&(k=A,L=!0);var $=e.filter(_.edges(),function(j){return L===w(E,E.node(j.v),k)&&L!==w(E,E.node(j.w),k)});return e.minBy($,function(j){return r(_,j)})}function y(E,_,S,R){var I=S.v,P=S.w;E.removeEdge(I,P),E.setEdge(R.v,R.w,{}),h(E),l(E,_),x(E,_)}function x(E,_){var S=e.find(E.nodes(),function(I){return!_.node(I).parent}),R=i(E,S);R=R.slice(1),e.forEach(R,function(I){var P=E.node(I).parent,A=_.edge(I,P),k=!1;A||(A=_.edge(P,I),k=!0),_.node(I).rank=_.node(P).rank+(k?A.minlen:-A.minlen)})}function b(E,_,S){return E.hasEdge(_,S)}function w(E,_,S){return S.low<=_.lim&&_.lim<=S.lim}return Zg}var Jg,sI;function EW(){if(sI)return Jg;sI=1;var e=zu(),t=e.longestPath,r=kj(),n=_W();Jg=i;function i(l){switch(l.graph().ranker){case"network-simplex":u(l);break;case"tight-tree":a(l);break;case"longest-path":o(l);break;default:u(l)}}var o=t;function a(l){t(l),r(l)}function u(l){n(l)}return Jg}var Qg,uI;function SW(){if(uI)return Qg;uI=1;var e=ut();Qg=t;function t(i){var o=n(i);e.forEach(i.graph().dummyChains,function(a){for(var u=i.node(a),l=u.edgeObj,d=r(i,o,l.v,l.w),f=d.path,h=d.lca,p=0,v=f[p],m=!0;a!==l.w;){if(u=i.node(a),m){for(;(v=f[p])!==h&&i.node(v).maxRank<u.rank;)p++;v===h&&(m=!1)}if(!m){for(;p<f.length-1&&i.node(v=f[p+1]).minRank<=u.rank;)p++;v=f[p]}i.setParent(a,v),a=i.successors(a)[0]}})}function r(i,o,a,u){var l=[],d=[],f=Math.min(o[a].low,o[u].low),h=Math.max(o[a].lim,o[u].lim),p,v;p=a;do p=i.parent(p),l.push(p);while(p&&(o[p].low>f||h>o[p].lim));for(v=p,p=u;(p=i.parent(p))!==v;)d.push(p);return{path:l.concat(d.reverse()),lca:v}}function n(i){var o={},a=0;function u(l){var d=a;e.forEach(i.children(l),u),o[l]={low:d,lim:a++}}return e.forEach(i.children(),u),o}return Qg}var em,lI;function OW(){if(lI)return em;lI=1;var e=ut(),t=Yt();em={run:r,cleanup:a};function r(u){var l=t.addDummyNode(u,"root",{},"_root"),d=i(u),f=e.max(e.values(d))-1,h=2*f+1;u.graph().nestingRoot=l,e.forEach(u.edges(),function(v){u.edge(v).minlen*=h});var p=o(u)+1;e.forEach(u.children(),function(v){n(u,l,h,p,f,d,v)}),u.graph().nodeRankFactor=h}function n(u,l,d,f,h,p,v){var m=u.children(v);if(!m.length){v!==l&&u.setEdge(l,v,{weight:0,minlen:d});return}var y=t.addBorderNode(u,"_bt"),x=t.addBorderNode(u,"_bb"),b=u.node(v);u.setParent(y,v),b.borderTop=y,u.setParent(x,v),b.borderBottom=x,e.forEach(m,function(w){n(u,l,d,f,h,p,w);var E=u.node(w),_=E.borderTop?E.borderTop:w,S=E.borderBottom?E.borderBottom:w,R=E.borderTop?f:2*f,I=_!==S?1:h-p[v]+1;u.setEdge(y,_,{weight:R,minlen:I,nestingEdge:!0}),u.setEdge(S,x,{weight:R,minlen:I,nestingEdge:!0})}),u.parent(v)||u.setEdge(l,y,{weight:0,minlen:h+p[v]})}function i(u){var l={};function d(f,h){var p=u.children(f);p&&p.length&&e.forEach(p,function(v){d(v,h+1)}),l[f]=h}return e.forEach(u.children(),function(f){d(f,1)}),l}function o(u){return e.reduce(u.edges(),function(l,d){return l+u.edge(d).weight},0)}function a(u){var l=u.graph();u.removeNode(l.nestingRoot),delete l.nestingRoot,e.forEach(u.edges(),function(d){var f=u.edge(d);f.nestingEdge&&u.removeEdge(d)})}return em}var tm,cI;function CW(){if(cI)return tm;cI=1;var e=ut(),t=Yt();tm=r;function r(i){function o(a){var u=i.children(a),l=i.node(a);if(u.length&&e.forEach(u,o),e.has(l,"minRank")){l.borderLeft=[],l.borderRight=[];for(var d=l.minRank,f=l.maxRank+1;d<f;++d)n(i,"borderLeft","_bl",a,l,d),n(i,"borderRight","_br",a,l,d)}}e.forEach(i.children(),o)}function n(i,o,a,u,l,d){var f={width:0,height:0,rank:d,borderType:o},h=l[o][d-1],p=t.addDummyNode(i,"border",f,a);l[o][d]=p,i.setParent(p,u),h&&i.setEdge(h,p,{weight:1})}return tm}var rm,fI;function RW(){if(fI)return rm;fI=1;var e=ut();rm={adjust:t,undo:r};function t(d){var f=d.graph().rankdir.toLowerCase();(f==="lr"||f==="rl")&&n(d)}function r(d){var f=d.graph().rankdir.toLowerCase();(f==="bt"||f==="rl")&&o(d),(f==="lr"||f==="rl")&&(u(d),n(d))}function n(d){e.forEach(d.nodes(),function(f){i(d.node(f))}),e.forEach(d.edges(),function(f){i(d.edge(f))})}function i(d){var f=d.width;d.width=d.height,d.height=f}function o(d){e.forEach(d.nodes(),function(f){a(d.node(f))}),e.forEach(d.edges(),function(f){var h=d.edge(f);e.forEach(h.points,a),e.has(h,"y")&&a(h)})}function a(d){d.y=-d.y}function u(d){e.forEach(d.nodes(),function(f){l(d.node(f))}),e.forEach(d.edges(),function(f){var h=d.edge(f);e.forEach(h.points,l),e.has(h,"x")&&l(h)})}function l(d){var f=d.x;d.x=d.y,d.y=f}return rm}var nm,dI;function IW(){if(dI)return nm;dI=1;var e=ut();nm=t;function t(r){var n={},i=e.filter(r.nodes(),function(d){return!r.children(d).length}),o=e.max(e.map(i,function(d){return r.node(d).rank})),a=e.map(e.range(o+1),function(){return[]});function u(d){if(!e.has(n,d)){n[d]=!0;var f=r.node(d);a[f.rank].push(d),e.forEach(r.successors(d),u)}}var l=e.sortBy(i,function(d){return r.node(d).rank});return e.forEach(l,u),a}return nm}var im,hI;function PW(){if(hI)return im;hI=1;var e=ut();im=t;function t(n,i){for(var o=0,a=1;a<i.length;++a)o+=r(n,i[a-1],i[a]);return o}function r(n,i,o){for(var a=e.zipObject(o,e.map(o,function(p,v){return v})),u=e.flatten(e.map(i,function(p){return e.sortBy(e.map(n.outEdges(p),function(v){return{pos:a[v.w],weight:n.edge(v).weight}}),"pos")}),!0),l=1;l<o.length;)l<<=1;var d=2*l-1;l-=1;var f=e.map(new Array(d),function(){return 0}),h=0;return e.forEach(u.forEach(function(p){var v=p.pos+l;f[v]+=p.weight;for(var m=0;v>0;)v%2&&(m+=f[v+1]),v=v-1>>1,f[v]+=p.weight;h+=p.weight*m})),h}return im}var om,pI;function NW(){if(pI)return om;pI=1;var e=ut();om=t;function t(r,n){return e.map(n,function(i){var o=r.inEdges(i);if(o.length){var a=e.reduce(o,function(u,l){var d=r.edge(l),f=r.node(l.v);return{sum:u.sum+d.weight*f.order,weight:u.weight+d.weight}},{sum:0,weight:0});return{v:i,barycenter:a.sum/a.weight,weight:a.weight}}else return{v:i}})}return om}var am,vI;function TW(){if(vI)return am;vI=1;var e=ut();am=t;function t(i,o){var a={};e.forEach(i,function(l,d){var f=a[l.v]={indegree:0,in:[],out:[],vs:[l.v],i:d};e.isUndefined(l.barycenter)||(f.barycenter=l.barycenter,f.weight=l.weight)}),e.forEach(o.edges(),function(l){var d=a[l.v],f=a[l.w];!e.isUndefined(d)&&!e.isUndefined(f)&&(f.indegree++,d.out.push(a[l.w]))});var u=e.filter(a,function(l){return!l.indegree});return r(u)}function r(i){var o=[];function a(d){return function(f){f.merged||(e.isUndefined(f.barycenter)||e.isUndefined(d.barycenter)||f.barycenter>=d.barycenter)&&n(d,f)}}function u(d){return function(f){f.in.push(d),--f.indegree===0&&i.push(f)}}for(;i.length;){var l=i.pop();o.push(l),e.forEach(l.in.reverse(),a(l)),e.forEach(l.out,u(l))}return e.map(e.filter(o,function(d){return!d.merged}),function(d){return e.pick(d,["vs","i","barycenter","weight"])})}function n(i,o){var a=0,u=0;i.weight&&(a+=i.barycenter*i.weight,u+=i.weight),o.weight&&(a+=o.barycenter*o.weight,u+=o.weight),i.vs=o.vs.concat(i.vs),i.barycenter=a/u,i.weight=u,i.i=Math.min(o.i,i.i),o.merged=!0}return am}var sm,gI;function AW(){if(gI)return sm;gI=1;var e=ut(),t=Yt();sm=r;function r(o,a){var u=t.partition(o,function(y){return e.has(y,"barycenter")}),l=u.lhs,d=e.sortBy(u.rhs,function(y){return-y.i}),f=[],h=0,p=0,v=0;l.sort(i(!!a)),v=n(f,d,v),e.forEach(l,function(y){v+=y.vs.length,f.push(y.vs),h+=y.barycenter*y.weight,p+=y.weight,v=n(f,d,v)});var m={vs:e.flatten(f,!0)};return p&&(m.barycenter=h/p,m.weight=p),m}function n(o,a,u){for(var l;a.length&&(l=e.last(a)).i<=u;)a.pop(),o.push(l.vs),u++;return u}function i(o){return function(a,u){return a.barycenter<u.barycenter?-1:a.barycenter>u.barycenter?1:o?u.i-a.i:a.i-u.i}}return sm}var um,mI;function MW(){if(mI)return um;mI=1;var e=ut(),t=NW(),r=TW(),n=AW();um=i;function i(u,l,d,f){var h=u.children(l),p=u.node(l),v=p?p.borderLeft:void 0,m=p?p.borderRight:void 0,y={};v&&(h=e.filter(h,function(S){return S!==v&&S!==m}));var x=t(u,h);e.forEach(x,function(S){if(u.children(S.v).length){var R=i(u,S.v,d,f);y[S.v]=R,e.has(R,"barycenter")&&a(S,R)}});var b=r(x,d);o(b,y);var w=n(b,f);if(v&&(w.vs=e.flatten([v,w.vs,m],!0),u.predecessors(v).length)){var E=u.node(u.predecessors(v)[0]),_=u.node(u.predecessors(m)[0]);e.has(w,"barycenter")||(w.barycenter=0,w.weight=0),w.barycenter=(w.barycenter*w.weight+E.order+_.order)/(w.weight+2),w.weight+=2}return w}function o(u,l){e.forEach(u,function(d){d.vs=e.flatten(d.vs.map(function(f){return l[f]?l[f].vs:f}),!0)})}function a(u,l){e.isUndefined(u.barycenter)?(u.barycenter=l.barycenter,u.weight=l.weight):(u.barycenter=(u.barycenter*u.weight+l.barycenter*l.weight)/(u.weight+l.weight),u.weight+=l.weight)}return um}var lm,yI;function DW(){if(yI)return lm;yI=1;var e=ut(),t=Fr().Graph;lm=r;function r(i,o,a){var u=n(i),l=new t({compound:!0}).setGraph({root:u}).setDefaultNodeLabel(function(d){return i.node(d)});return e.forEach(i.nodes(),function(d){var f=i.node(d),h=i.parent(d);(f.rank===o||f.minRank<=o&&o<=f.maxRank)&&(l.setNode(d),l.setParent(d,h||u),e.forEach(i[a](d),function(p){var v=p.v===d?p.w:p.v,m=l.edge(v,d),y=e.isUndefined(m)?0:m.weight;l.setEdge(v,d,{weight:i.edge(p).weight+y})}),e.has(f,"minRank")&&l.setNode(d,{borderLeft:f.borderLeft[o],borderRight:f.borderRight[o]}))}),l}function n(i){for(var o;i.hasNode(o=e.uniqueId("_root")););return o}return lm}var cm,bI;function jW(){if(bI)return cm;bI=1;var e=ut();cm=t;function t(r,n,i){var o={},a;e.forEach(i,function(u){for(var l=r.parent(u),d,f;l;){if(d=r.parent(l),d?(f=o[d],o[d]=l):(f=a,a=l),f&&f!==l){n.setEdge(f,l);return}l=d}})}return cm}var fm,xI;function qW(){if(xI)return fm;xI=1;var e=ut(),t=IW(),r=PW(),n=MW(),i=DW(),o=jW(),a=Fr().Graph,u=Yt();fm=l;function l(p){var v=u.maxRank(p),m=d(p,e.range(1,v+1),"inEdges"),y=d(p,e.range(v-1,-1,-1),"outEdges"),x=t(p);h(p,x);for(var b=Number.POSITIVE_INFINITY,w,E=0,_=0;_<4;++E,++_){f(E%2?m:y,E%4>=2),x=u.buildLayerMatrix(p);var S=r(p,x);S<b&&(_=0,w=e.cloneDeep(x),b=S)}h(p,w)}function d(p,v,m){return e.map(v,function(y){return i(p,y,m)})}function f(p,v){var m=new a;e.forEach(p,function(y){var x=y.graph().root,b=n(y,x,m,v);e.forEach(b.vs,function(w,E){y.node(w).order=E}),o(y,m,b.vs)})}function h(p,v){e.forEach(v,function(m){e.forEach(m,function(y,x){p.node(y).order=x})})}return fm}var dm,wI;function kW(){if(wI)return dm;wI=1;var e=ut(),t=Fr().Graph,r=Yt();dm={positionX:m,findType1Conflicts:n,findType2Conflicts:i,addConflict:a,hasConflict:u,verticalAlignment:l,horizontalCompaction:d,alignCoordinates:p,findSmallestWidthAlignment:h,balance:v};function n(b,w){var E={};function _(S,R){var I=0,P=0,A=S.length,k=e.last(R);return e.forEach(R,function(L,$){var j=o(b,L),D=j?b.node(j).order:A;(j||L===k)&&(e.forEach(R.slice(P,$+1),function(G){e.forEach(b.predecessors(G),function(B){var Y=b.node(B),Z=Y.order;(Z<I||D<Z)&&!(Y.dummy&&b.node(G).dummy)&&a(E,B,G)})}),P=$+1,I=D)}),R}return e.reduce(w,_),E}function i(b,w){var E={};function _(R,I,P,A,k){var L;e.forEach(e.range(I,P),function($){L=R[$],b.node(L).dummy&&e.forEach(b.predecessors(L),function(j){var D=b.node(j);D.dummy&&(D.order<A||D.order>k)&&a(E,j,L)})})}function S(R,I){var P=-1,A,k=0;return e.forEach(I,function(L,$){if(b.node(L).dummy==="border"){var j=b.predecessors(L);j.length&&(A=b.node(j[0]).order,_(I,k,$,P,A),k=$,P=A)}_(I,k,I.length,A,R.length)}),I}return e.reduce(w,S),E}function o(b,w){if(b.node(w).dummy)return e.find(b.predecessors(w),function(E){return b.node(E).dummy})}function a(b,w,E){if(w>E){var _=w;w=E,E=_}var S=b[w];S||(b[w]=S={}),S[E]=!0}function u(b,w,E){if(w>E){var _=w;w=E,E=_}return e.has(b[w],E)}function l(b,w,E,_){var S={},R={},I={};return e.forEach(w,function(P){e.forEach(P,function(A,k){S[A]=A,R[A]=A,I[A]=k})}),e.forEach(w,function(P){var A=-1;e.forEach(P,function(k){var L=_(k);if(L.length){L=e.sortBy(L,function(B){return I[B]});for(var $=(L.length-1)/2,j=Math.floor($),D=Math.ceil($);j<=D;++j){var G=L[j];R[k]===k&&A<I[G]&&!u(E,k,G)&&(R[G]=k,R[k]=S[k]=S[G],A=I[G])}}})}),{root:S,align:R}}function d(b,w,E,_,S){var R={},I=f(b,w,E,S),P=S?"borderLeft":"borderRight";function A($,j){for(var D=I.nodes(),G=D.pop(),B={};G;)B[G]?$(G):(B[G]=!0,D.push(G),D=D.concat(j(G))),G=D.pop()}function k($){R[$]=I.inEdges($).reduce(function(j,D){return Math.max(j,R[D.v]+I.edge(D))},0)}function L($){var j=I.outEdges($).reduce(function(G,B){return Math.min(G,R[B.w]-I.edge(B))},Number.POSITIVE_INFINITY),D=b.node($);j!==Number.POSITIVE_INFINITY&&D.borderType!==P&&(R[$]=Math.max(R[$],j))}return A(k,I.predecessors.bind(I)),A(L,I.successors.bind(I)),e.forEach(_,function($){R[$]=R[E[$]]}),R}function f(b,w,E,_){var S=new t,R=b.graph(),I=y(R.nodesep,R.edgesep,_);return e.forEach(w,function(P){var A;e.forEach(P,function(k){var L=E[k];if(S.setNode(L),A){var $=E[A],j=S.edge($,L);S.setEdge($,L,Math.max(I(b,k,A),j||0))}A=k})}),S}function h(b,w){return e.minBy(e.values(w),function(E){var _=Number.NEGATIVE_INFINITY,S=Number.POSITIVE_INFINITY;return e.forIn(E,function(R,I){var P=x(b,I)/2;_=Math.max(R+P,_),S=Math.min(R-P,S)}),_-S})}function p(b,w){var E=e.values(w),_=e.min(E),S=e.max(E);e.forEach(["u","d"],function(R){e.forEach(["l","r"],function(I){var P=R+I,A=b[P],k;if(A!==w){var L=e.values(A);k=I==="l"?_-e.min(L):S-e.max(L),k&&(b[P]=e.mapValues(A,function($){return $+k}))}})})}function v(b,w){return e.mapValues(b.ul,function(E,_){if(w)return b[w.toLowerCase()][_];var S=e.sortBy(e.map(b,_));return(S[1]+S[2])/2})}function m(b){var w=r.buildLayerMatrix(b),E=e.merge(n(b,w),i(b,w)),_={},S;e.forEach(["u","d"],function(I){S=I==="u"?w:e.values(w).reverse(),e.forEach(["l","r"],function(P){P==="r"&&(S=e.map(S,function($){return e.values($).reverse()}));var A=(I==="u"?b.predecessors:b.successors).bind(b),k=l(b,S,E,A),L=d(b,S,k.root,k.align,P==="r");P==="r"&&(L=e.mapValues(L,function($){return-$})),_[I+P]=L})});var R=h(b,_);return p(_,R),v(_,b.graph().align)}function y(b,w,E){return function(_,S,R){var I=_.node(S),P=_.node(R),A=0,k;if(A+=I.width/2,e.has(I,"labelpos"))switch(I.labelpos.toLowerCase()){case"l":k=-I.width/2;break;case"r":k=I.width/2;break}if(k&&(A+=E?k:-k),k=0,A+=(I.dummy?w:b)/2,A+=(P.dummy?w:b)/2,A+=P.width/2,e.has(P,"labelpos"))switch(P.labelpos.toLowerCase()){case"l":k=P.width/2;break;case"r":k=-P.width/2;break}return k&&(A+=E?k:-k),k=0,A}}function x(b,w){return b.node(w).width}return dm}var hm,_I;function LW(){if(_I)return hm;_I=1;var e=ut(),t=Yt(),r=kW().positionX;hm=n;function n(o){o=t.asNonCompoundGraph(o),i(o),e.forEach(r(o),function(a,u){o.node(u).x=a})}function i(o){var a=t.buildLayerMatrix(o),u=o.graph().ranksep,l=0;e.forEach(a,function(d){var f=e.max(e.map(d,function(h){return o.node(h).height}));e.forEach(d,function(h){o.node(h).y=l+f/2}),l+=f+u})}return hm}var pm,EI;function BW(){if(EI)return pm;EI=1;var e=ut(),t=xW(),r=wW(),n=EW(),i=Yt().normalizeRanks,o=SW(),a=Yt().removeEmptyRanks,u=OW(),l=CW(),d=RW(),f=qW(),h=LW(),p=Yt(),v=Fr().Graph;pm=m;function m(F,W){var J=W&&W.debugTiming?p.time:p.notime;J("layout",function(){var H=J(" buildLayoutGraph",function(){return A(F)});J(" runLayout",function(){y(H,J)}),J(" updateInputGraph",function(){x(F,H)})})}function y(F,W){W(" makeSpaceForEdgeLabels",function(){k(F)}),W(" removeSelfEdges",function(){te(F)}),W(" acyclic",function(){t.run(F)}),W(" nestingGraph.run",function(){u.run(F)}),W(" rank",function(){n(p.asNonCompoundGraph(F))}),W(" injectEdgeLabelProxies",function(){L(F)}),W(" removeEmptyRanks",function(){a(F)}),W(" nestingGraph.cleanup",function(){u.cleanup(F)}),W(" normalizeRanks",function(){i(F)}),W(" assignRankMinMax",function(){$(F)}),W(" removeEdgeLabelProxies",function(){j(F)}),W(" normalize.run",function(){r.run(F)}),W(" parentDummyChains",function(){o(F)}),W(" addBorderSegments",function(){l(F)}),W(" order",function(){f(F)}),W(" insertSelfEdges",function(){U(F)}),W(" adjustCoordinateSystem",function(){d.adjust(F)}),W(" position",function(){h(F)}),W(" positionSelfEdges",function(){re(F)}),W(" removeBorderNodes",function(){Z(F)}),W(" normalize.undo",function(){r.undo(F)}),W(" fixupEdgeLabelCoords",function(){B(F)}),W(" undoCoordinateSystem",function(){d.undo(F)}),W(" translateGraph",function(){D(F)}),W(" assignNodeIntersects",function(){G(F)}),W(" reversePoints",function(){Y(F)}),W(" acyclic.undo",function(){t.undo(F)})}function x(F,W){e.forEach(F.nodes(),function(J){var H=F.node(J),K=W.node(J);H&&(H.x=K.x,H.y=K.y,W.children(J).length&&(H.width=K.width,H.height=K.height))}),e.forEach(F.edges(),function(J){var H=F.edge(J),K=W.edge(J);H.points=K.points,e.has(K,"x")&&(H.x=K.x,H.y=K.y)}),F.graph().width=W.graph().width,F.graph().height=W.graph().height}var b=["nodesep","edgesep","ranksep","marginx","marginy"],w={ranksep:50,edgesep:20,nodesep:50,rankdir:"tb"},E=["acyclicer","ranker","rankdir","align"],_=["width","height"],S={width:0,height:0},R=["minlen","weight","width","height","labeloffset"],I={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:"r"},P=["labelpos"];function A(F){var W=new v({multigraph:!0,compound:!0}),J=le(F.graph());return W.setGraph(e.merge({},w,ae(J,b),e.pick(J,E))),e.forEach(F.nodes(),function(H){var K=le(F.node(H));W.setNode(H,e.defaults(ae(K,_),S)),W.setParent(H,F.parent(H))}),e.forEach(F.edges(),function(H){var K=le(F.edge(H));W.setEdge(H,e.merge({},I,ae(K,R),e.pick(K,P)))}),W}function k(F){var W=F.graph();W.ranksep/=2,e.forEach(F.edges(),function(J){var H=F.edge(J);H.minlen*=2,H.labelpos.toLowerCase()!=="c"&&(W.rankdir==="TB"||W.rankdir==="BT"?H.width+=H.labeloffset:H.height+=H.labeloffset)})}function L(F){e.forEach(F.edges(),function(W){var J=F.edge(W);if(J.width&&J.height){var H=F.node(W.v),K=F.node(W.w),se={rank:(K.rank-H.rank)/2+H.rank,e:W};p.addDummyNode(F,"edge-proxy",se,"_ep")}})}function $(F){var W=0;e.forEach(F.nodes(),function(J){var H=F.node(J);H.borderTop&&(H.minRank=F.node(H.borderTop).rank,H.maxRank=F.node(H.borderBottom).rank,W=e.max(W,H.maxRank))}),F.graph().maxRank=W}function j(F){e.forEach(F.nodes(),function(W){var J=F.node(W);J.dummy==="edge-proxy"&&(F.edge(J.e).labelRank=J.rank,F.removeNode(W))})}function D(F){var W=Number.POSITIVE_INFINITY,J=0,H=Number.POSITIVE_INFINITY,K=0,se=F.graph(),oe=se.marginx||0,fe=se.marginy||0;function V(ee){var we=ee.x,be=ee.y,de=ee.width,ue=ee.height;W=Math.min(W,we-de/2),J=Math.max(J,we+de/2),H=Math.min(H,be-ue/2),K=Math.max(K,be+ue/2)}e.forEach(F.nodes(),function(ee){V(F.node(ee))}),e.forEach(F.edges(),function(ee){var we=F.edge(ee);e.has(we,"x")&&V(we)}),W-=oe,H-=fe,e.forEach(F.nodes(),function(ee){var we=F.node(ee);we.x-=W,we.y-=H}),e.forEach(F.edges(),function(ee){var we=F.edge(ee);e.forEach(we.points,function(be){be.x-=W,be.y-=H}),e.has(we,"x")&&(we.x-=W),e.has(we,"y")&&(we.y-=H)}),se.width=J-W+oe,se.height=K-H+fe}function G(F){e.forEach(F.edges(),function(W){var J=F.edge(W),H=F.node(W.v),K=F.node(W.w),se,oe;J.points?(se=J.points[0],oe=J.points[J.points.length-1]):(J.points=[],se=K,oe=H),J.points.unshift(p.intersectRect(H,se)),J.points.push(p.intersectRect(K,oe))})}function B(F){e.forEach(F.edges(),function(W){var J=F.edge(W);if(e.has(J,"x"))switch((J.labelpos==="l"||J.labelpos==="r")&&(J.width-=J.labeloffset),J.labelpos){case"l":J.x-=J.width/2+J.labeloffset;break;case"r":J.x+=J.width/2+J.labeloffset;break}})}function Y(F){e.forEach(F.edges(),function(W){var J=F.edge(W);J.reversed&&J.points.reverse()})}function Z(F){e.forEach(F.nodes(),function(W){if(F.children(W).length){var J=F.node(W),H=F.node(J.borderTop),K=F.node(J.borderBottom),se=F.node(e.last(J.borderLeft)),oe=F.node(e.last(J.borderRight));J.width=Math.abs(oe.x-se.x),J.height=Math.abs(K.y-H.y),J.x=se.x+J.width/2,J.y=H.y+J.height/2}}),e.forEach(F.nodes(),function(W){F.node(W).dummy==="border"&&F.removeNode(W)})}function te(F){e.forEach(F.edges(),function(W){if(W.v===W.w){var J=F.node(W.v);J.selfEdges||(J.selfEdges=[]),J.selfEdges.push({e:W,label:F.edge(W)}),F.removeEdge(W)}})}function U(F){var W=p.buildLayerMatrix(F);e.forEach(W,function(J){var H=0;e.forEach(J,function(K,se){var oe=F.node(K);oe.order=se+H,e.forEach(oe.selfEdges,function(fe){p.addDummyNode(F,"selfedge",{width:fe.label.width,height:fe.label.height,rank:oe.rank,order:se+ ++H,e:fe.e,label:fe.label},"_se")}),delete oe.selfEdges})})}function re(F){e.forEach(F.nodes(),function(W){var J=F.node(W);if(J.dummy==="selfedge"){var H=F.node(J.e.v),K=H.x+H.width/2,se=H.y,oe=J.x-K,fe=H.height/2;F.setEdge(J.e,J.label),F.removeNode(W),J.label.points=[{x:K+2*oe/3,y:se-fe},{x:K+5*oe/6,y:se-fe},{x:K+oe,y:se},{x:K+5*oe/6,y:se+fe},{x:K+2*oe/3,y:se+fe}],J.label.x=J.x,J.label.y=J.y}})}function ae(F,W){return e.mapValues(e.pick(F,W),Number)}function le(F){var W={};return e.forEach(F,function(J,H){W[H.toLowerCase()]=J}),W}return pm}var vm,SI;function FW(){if(SI)return vm;SI=1;var e=ut(),t=Yt(),r=Fr().Graph;vm={debugOrdering:n};function n(i){var o=t.buildLayerMatrix(i),a=new r({compound:!0,multigraph:!0}).setGraph({});return e.forEach(i.nodes(),function(u){a.setNode(u,{label:u}),a.setParent(u,"layer"+i.node(u).rank)}),e.forEach(i.edges(),function(u){a.setEdge(u.v,u.w,{},u.name)}),e.forEach(o,function(u,l){var d="layer"+l;a.setNode(d,{rank:"same"}),e.reduce(u,function(f,h){return a.setEdge(f,h,{style:"invis"}),h})}),a}return vm}var gm,OI;function $W(){return OI||(OI=1,gm="0.8.5"),gm}var mm,CI;function zW(){return CI||(CI=1,mm={graphlib:Fr(),layout:BW(),debug:FW(),util:{time:Yt().time,notime:Yt().notime},version:$W()}),mm}var HW=zW();const RI=Un(HW);function VW(e){let t;const r=new Set,n=(d,f)=>{const h=typeof d=="function"?d(t):d;if(h!==t){const p=t;t=f?h:Object.assign({},t,h),r.forEach(v=>v(t,p))}},i=()=>t,o=(d,f=i,h=Object.is)=>{console.warn("[DEPRECATED] Please use `subscribeWithSelector` middleware");let p=f(t);function v(){const m=f(t);if(!h(p,m)){const y=p;d(p=m,y)}}return r.add(v),()=>r.delete(v)},l={setState:n,getState:i,subscribe:(d,f,h)=>f||h?o(d,f,h):(r.add(d),()=>r.delete(d)),destroy:()=>r.clear()};return t=e(n,i,l),l}const UW=typeof window>"u"||!window.navigator||/ServerSideRendering|^Deno\//.test(window.navigator.userAgent),II=UW?T.useEffect:T.useLayoutEffect;function WW(e){const t=typeof e=="function"?VW(e):e,r=(n=t.getState,i=Object.is)=>{const[,o]=T.useReducer(x=>x+1,0),a=t.getState(),u=T.useRef(a),l=T.useRef(n),d=T.useRef(i),f=T.useRef(!1),h=T.useRef();h.current===void 0&&(h.current=n(a));let p,v=!1;(u.current!==a||l.current!==n||d.current!==i||f.current)&&(p=n(a),v=!i(h.current,p)),II(()=>{v&&(h.current=p),u.current=a,l.current=n,d.current=i,f.current=!1});const m=T.useRef(a);II(()=>{const x=()=>{try{const w=t.getState(),E=l.current(w);d.current(h.current,E)||(u.current=w,h.current=E,o())}catch{f.current=!0,o()}},b=t.subscribe(x);return t.getState()!==m.current&&x(),b},[]);const y=v?p:h.current;return T.useDebugValue(y),y};return Object.assign(r,t),r[Symbol.iterator]=function(){console.warn("[useStore, api] = create() is deprecated and will be removed in v4");const n=[r,t];return{next(){const i=n.length<=0;return{value:n.shift(),done:i}}}},r}function GW(){const e=T.createContext(void 0);return{Provider:({initialStore:i,createStore:o,children:a})=>{const u=T.useRef();return u.current||(i&&(console.warn("Provider initialStore is deprecated and will be removed in the next version."),o||(o=()=>i)),u.current=o()),T.createElement(e.Provider,{value:u.current},a)},useStore:(i,o=Object.is)=>{const a=T.useContext(e);if(!a)throw new Error("Seems like you have not used zustand provider as an ancestor.");return a(i,o)},useStoreApi:()=>{const i=T.useContext(e);if(!i)throw new Error("Seems like you have not used zustand provider as an ancestor.");return T.useMemo(()=>({getState:i.getState,setState:i.setState,subscribe:i.subscribe,destroy:i.destroy}),[i])}}}var KW={value:()=>{}};function Ll(){for(var e=0,t=arguments.length,r={},n;e<t;++e){if(!(n=arguments[e]+"")||n in r||/[\s.]/.test(n))throw new Error("illegal type: "+n);r[n]=[]}return new Au(r)}function Au(e){this._=e}function YW(e,t){return e.trim().split(/^|\s+/).map(function(r){var n="",i=r.indexOf(".");if(i>=0&&(n=r.slice(i+1),r=r.slice(0,i)),r&&!t.hasOwnProperty(r))throw new Error("unknown type: "+r);return{type:r,name:n}})}Au.prototype=Ll.prototype={constructor:Au,on:function(e,t){var r=this._,n=YW(e+"",r),i,o=-1,a=n.length;if(arguments.length<2){for(;++o<a;)if((i=(e=n[o]).type)&&(i=XW(r[i],e.name)))return i;return}if(t!=null&&typeof t!="function")throw new Error("invalid callback: "+t);for(;++o<a;)if(i=(e=n[o]).type)r[i]=PI(r[i],e.name,t);else if(t==null)for(i in r)r[i]=PI(r[i],e.name,null);return this},copy:function(){var e={},t=this._;for(var r in t)e[r]=t[r].slice();return new Au(e)},call:function(e,t){if((i=arguments.length-2)>0)for(var r=new Array(i),n=0,i,o;n<i;++n)r[n]=arguments[n+2];if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(o=this._[e],n=0,i=o.length;n<i;++n)o[n].value.apply(t,r)},apply:function(e,t,r){if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(var n=this._[e],i=0,o=n.length;i<o;++i)n[i].value.apply(t,r)}};function XW(e,t){for(var r=0,n=e.length,i;r<n;++r)if((i=e[r]).name===t)return i.value}function PI(e,t,r){for(var n=0,i=e.length;n<i;++n)if(e[n].name===t){e[n]=KW,e=e.slice(0,n).concat(e.slice(n+1));break}return r!=null&&e.push({name:t,value:r}),e}var Db="http://www.w3.org/1999/xhtml";const NI={svg:"http://www.w3.org/2000/svg",xhtml:Db,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function Bl(e){var t=e+="",r=t.indexOf(":");return r>=0&&(t=e.slice(0,r))!=="xmlns"&&(e=e.slice(r+1)),NI.hasOwnProperty(t)?{space:NI[t],local:e}:e}function ZW(e){return function(){var t=this.ownerDocument,r=this.namespaceURI;return r===Db&&t.documentElement.namespaceURI===Db?t.createElement(e):t.createElementNS(r,e)}}function JW(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}function Lj(e){var t=Bl(e);return(t.local?JW:ZW)(t)}function QW(){}function Tx(e){return e==null?QW:function(){return this.querySelector(e)}}function e6(e){typeof e!="function"&&(e=Tx(e));for(var t=this._groups,r=t.length,n=new Array(r),i=0;i<r;++i)for(var o=t[i],a=o.length,u=n[i]=new Array(a),l,d,f=0;f<a;++f)(l=o[f])&&(d=e.call(l,l.__data__,f,o))&&("__data__"in l&&(d.__data__=l.__data__),u[f]=d);return new lr(n,this._parents)}function t6(e){return e==null?[]:Array.isArray(e)?e:Array.from(e)}function r6(){return[]}function Bj(e){return e==null?r6:function(){return this.querySelectorAll(e)}}function n6(e){return function(){return t6(e.apply(this,arguments))}}function i6(e){typeof e=="function"?e=n6(e):e=Bj(e);for(var t=this._groups,r=t.length,n=[],i=[],o=0;o<r;++o)for(var a=t[o],u=a.length,l,d=0;d<u;++d)(l=a[d])&&(n.push(e.call(l,l.__data__,d,a)),i.push(l));return new lr(n,i)}function Fj(e){return function(){return this.matches(e)}}function $j(e){return function(t){return t.matches(e)}}var o6=Array.prototype.find;function a6(e){return function(){return o6.call(this.children,e)}}function s6(){return this.firstElementChild}function u6(e){return this.select(e==null?s6:a6(typeof e=="function"?e:$j(e)))}var l6=Array.prototype.filter;function c6(){return Array.from(this.children)}function f6(e){return function(){return l6.call(this.children,e)}}function d6(e){return this.selectAll(e==null?c6:f6(typeof e=="function"?e:$j(e)))}function h6(e){typeof e!="function"&&(e=Fj(e));for(var t=this._groups,r=t.length,n=new Array(r),i=0;i<r;++i)for(var o=t[i],a=o.length,u=n[i]=[],l,d=0;d<a;++d)(l=o[d])&&e.call(l,l.__data__,d,o)&&u.push(l);return new lr(n,this._parents)}function zj(e){return new Array(e.length)}function p6(){return new lr(this._enter||this._groups.map(zj),this._parents)}function Hu(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}Hu.prototype={constructor:Hu,appendChild:function(e){return this._parent.insertBefore(e,this._next)},insertBefore:function(e,t){return this._parent.insertBefore(e,t)},querySelector:function(e){return this._parent.querySelector(e)},querySelectorAll:function(e){return this._parent.querySelectorAll(e)}};function v6(e){return function(){return e}}function g6(e,t,r,n,i,o){for(var a=0,u,l=t.length,d=o.length;a<d;++a)(u=t[a])?(u.__data__=o[a],n[a]=u):r[a]=new Hu(e,o[a]);for(;a<l;++a)(u=t[a])&&(i[a]=u)}function m6(e,t,r,n,i,o,a){var u,l,d=new Map,f=t.length,h=o.length,p=new Array(f),v;for(u=0;u<f;++u)(l=t[u])&&(p[u]=v=a.call(l,l.__data__,u,t)+"",d.has(v)?i[u]=l:d.set(v,l));for(u=0;u<h;++u)v=a.call(e,o[u],u,o)+"",(l=d.get(v))?(n[u]=l,l.__data__=o[u],d.delete(v)):r[u]=new Hu(e,o[u]);for(u=0;u<f;++u)(l=t[u])&&d.get(p[u])===l&&(i[u]=l)}function y6(e){return e.__data__}function b6(e,t){if(!arguments.length)return Array.from(this,y6);var r=t?m6:g6,n=this._parents,i=this._groups;typeof e!="function"&&(e=v6(e));for(var o=i.length,a=new Array(o),u=new Array(o),l=new Array(o),d=0;d<o;++d){var f=n[d],h=i[d],p=h.length,v=x6(e.call(f,f&&f.__data__,d,n)),m=v.length,y=u[d]=new Array(m),x=a[d]=new Array(m),b=l[d]=new Array(p);r(f,h,y,x,b,v,t);for(var w=0,E=0,_,S;w<m;++w)if(_=y[w]){for(w>=E&&(E=w+1);!(S=x[E])&&++E<m;);_._next=S||null}}return a=new lr(a,n),a._enter=u,a._exit=l,a}function x6(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function w6(){return new lr(this._exit||this._groups.map(zj),this._parents)}function _6(e,t,r){var n=this.enter(),i=this,o=this.exit();return typeof e=="function"?(n=e(n),n&&(n=n.selection())):n=n.append(e+""),t!=null&&(i=t(i),i&&(i=i.selection())),r==null?o.remove():r(o),n&&i?n.merge(i).order():i}function E6(e){for(var t=e.selection?e.selection():e,r=this._groups,n=t._groups,i=r.length,o=n.length,a=Math.min(i,o),u=new Array(i),l=0;l<a;++l)for(var d=r[l],f=n[l],h=d.length,p=u[l]=new Array(h),v,m=0;m<h;++m)(v=d[m]||f[m])&&(p[m]=v);for(;l<i;++l)u[l]=r[l];return new lr(u,this._parents)}function S6(){for(var e=this._groups,t=-1,r=e.length;++t<r;)for(var n=e[t],i=n.length-1,o=n[i],a;--i>=0;)(a=n[i])&&(o&&a.compareDocumentPosition(o)^4&&o.parentNode.insertBefore(a,o),o=a);return this}function O6(e){e||(e=C6);function t(h,p){return h&&p?e(h.__data__,p.__data__):!h-!p}for(var r=this._groups,n=r.length,i=new Array(n),o=0;o<n;++o){for(var a=r[o],u=a.length,l=i[o]=new Array(u),d,f=0;f<u;++f)(d=a[f])&&(l[f]=d);l.sort(t)}return new lr(i,this._parents).order()}function C6(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function R6(){var e=arguments[0];return arguments[0]=this,e.apply(null,arguments),this}function I6(){return Array.from(this)}function P6(){for(var e=this._groups,t=0,r=e.length;t<r;++t)for(var n=e[t],i=0,o=n.length;i<o;++i){var a=n[i];if(a)return a}return null}function N6(){let e=0;for(const t of this)++e;return e}function T6(){return!this.node()}function A6(e){for(var t=this._groups,r=0,n=t.length;r<n;++r)for(var i=t[r],o=0,a=i.length,u;o<a;++o)(u=i[o])&&e.call(u,u.__data__,o,i);return this}function M6(e){return function(){this.removeAttribute(e)}}function D6(e){return function(){this.removeAttributeNS(e.space,e.local)}}function j6(e,t){return function(){this.setAttribute(e,t)}}function q6(e,t){return function(){this.setAttributeNS(e.space,e.local,t)}}function k6(e,t){return function(){var r=t.apply(this,arguments);r==null?this.removeAttribute(e):this.setAttribute(e,r)}}function L6(e,t){return function(){var r=t.apply(this,arguments);r==null?this.removeAttributeNS(e.space,e.local):this.setAttributeNS(e.space,e.local,r)}}function B6(e,t){var r=Bl(e);if(arguments.length<2){var n=this.node();return r.local?n.getAttributeNS(r.space,r.local):n.getAttribute(r)}return this.each((t==null?r.local?D6:M6:typeof t=="function"?r.local?L6:k6:r.local?q6:j6)(r,t))}function Hj(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}function F6(e){return function(){this.style.removeProperty(e)}}function $6(e,t,r){return function(){this.style.setProperty(e,t,r)}}function z6(e,t,r){return function(){var n=t.apply(this,arguments);n==null?this.style.removeProperty(e):this.style.setProperty(e,n,r)}}function H6(e,t,r){return arguments.length>1?this.each((t==null?F6:typeof t=="function"?z6:$6)(e,t,r??"")):_o(this.node(),e)}function _o(e,t){return e.style.getPropertyValue(t)||Hj(e).getComputedStyle(e,null).getPropertyValue(t)}function V6(e){return function(){delete this[e]}}function U6(e,t){return function(){this[e]=t}}function W6(e,t){return function(){var r=t.apply(this,arguments);r==null?delete this[e]:this[e]=r}}function G6(e,t){return arguments.length>1?this.each((t==null?V6:typeof t=="function"?W6:U6)(e,t)):this.node()[e]}function Vj(e){return e.trim().split(/^|\s+/)}function Ax(e){return e.classList||new Uj(e)}function Uj(e){this._node=e,this._names=Vj(e.getAttribute("class")||"")}Uj.prototype={add:function(e){var t=this._names.indexOf(e);t<0&&(this._names.push(e),this._node.setAttribute("class",this._names.join(" ")))},remove:function(e){var t=this._names.indexOf(e);t>=0&&(this._names.splice(t,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(e){return this._names.indexOf(e)>=0}};function Wj(e,t){for(var r=Ax(e),n=-1,i=t.length;++n<i;)r.add(t[n])}function Gj(e,t){for(var r=Ax(e),n=-1,i=t.length;++n<i;)r.remove(t[n])}function K6(e){return function(){Wj(this,e)}}function Y6(e){return function(){Gj(this,e)}}function X6(e,t){return function(){(t.apply(this,arguments)?Wj:Gj)(this,e)}}function Z6(e,t){var r=Vj(e+"");if(arguments.length<2){for(var n=Ax(this.node()),i=-1,o=r.length;++i<o;)if(!n.contains(r[i]))return!1;return!0}return this.each((typeof t=="function"?X6:t?K6:Y6)(r,t))}function J6(){this.textContent=""}function Q6(e){return function(){this.textContent=e}}function e8(e){return function(){var t=e.apply(this,arguments);this.textContent=t??""}}function t8(e){return arguments.length?this.each(e==null?J6:(typeof e=="function"?e8:Q6)(e)):this.node().textContent}function r8(){this.innerHTML=""}function n8(e){return function(){this.innerHTML=e}}function i8(e){return function(){var t=e.apply(this,arguments);this.innerHTML=t??""}}function o8(e){return arguments.length?this.each(e==null?r8:(typeof e=="function"?i8:n8)(e)):this.node().innerHTML}function a8(){this.nextSibling&&this.parentNode.appendChild(this)}function s8(){return this.each(a8)}function u8(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function l8(){return this.each(u8)}function c8(e){var t=typeof e=="function"?e:Lj(e);return this.select(function(){return this.appendChild(t.apply(this,arguments))})}function f8(){return null}function d8(e,t){var r=typeof e=="function"?e:Lj(e),n=t==null?f8:typeof t=="function"?t:Tx(t);return this.select(function(){return this.insertBefore(r.apply(this,arguments),n.apply(this,arguments)||null)})}function h8(){var e=this.parentNode;e&&e.removeChild(this)}function p8(){return this.each(h8)}function v8(){var e=this.cloneNode(!1),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function g8(){var e=this.cloneNode(!0),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function m8(e){return this.select(e?g8:v8)}function y8(e){return arguments.length?this.property("__data__",e):this.node().__data__}function b8(e){return function(t){e.call(this,t,this.__data__)}}function x8(e){return e.trim().split(/^|\s+/).map(function(t){var r="",n=t.indexOf(".");return n>=0&&(r=t.slice(n+1),t=t.slice(0,n)),{type:t,name:r}})}function w8(e){return function(){var t=this.__on;if(t){for(var r=0,n=-1,i=t.length,o;r<i;++r)o=t[r],(!e.type||o.type===e.type)&&o.name===e.name?this.removeEventListener(o.type,o.listener,o.options):t[++n]=o;++n?t.length=n:delete this.__on}}}function _8(e,t,r){return function(){var n=this.__on,i,o=b8(t);if(n){for(var a=0,u=n.length;a<u;++a)if((i=n[a]).type===e.type&&i.name===e.name){this.removeEventListener(i.type,i.listener,i.options),this.addEventListener(i.type,i.listener=o,i.options=r),i.value=t;return}}this.addEventListener(e.type,o,r),i={type:e.type,name:e.name,value:t,listener:o,options:r},n?n.push(i):this.__on=[i]}}function E8(e,t,r){var n=x8(e+""),i,o=n.length,a;if(arguments.length<2){var u=this.node().__on;if(u){for(var l=0,d=u.length,f;l<d;++l)for(i=0,f=u[l];i<o;++i)if((a=n[i]).type===f.type&&a.name===f.name)return f.value}return}for(u=t?_8:w8,i=0;i<o;++i)this.each(u(n[i],t,r));return this}function Kj(e,t,r){var n=Hj(e),i=n.CustomEvent;typeof i=="function"?i=new i(t,r):(i=n.document.createEvent("Event"),r?(i.initEvent(t,r.bubbles,r.cancelable),i.detail=r.detail):i.initEvent(t,!1,!1)),e.dispatchEvent(i)}function S8(e,t){return function(){return Kj(this,e,t)}}function O8(e,t){return function(){return Kj(this,e,t.apply(this,arguments))}}function C8(e,t){return this.each((typeof t=="function"?O8:S8)(e,t))}function*R8(){for(var e=this._groups,t=0,r=e.length;t<r;++t)for(var n=e[t],i=0,o=n.length,a;i<o;++i)(a=n[i])&&(yield a)}var Yj=[null];function lr(e,t){this._groups=e,this._parents=t}function ts(){return new lr([[document.documentElement]],Yj)}function I8(){return this}lr.prototype=ts.prototype={constructor:lr,select:e6,selectAll:i6,selectChild:u6,selectChildren:d6,filter:h6,data:b6,enter:p6,exit:w6,join:_6,merge:E6,selection:I8,order:S6,sort:O6,call:R6,nodes:I6,node:P6,size:N6,empty:T6,each:A6,attr:B6,style:H6,property:G6,classed:Z6,text:t8,html:o8,raise:s8,lower:l8,append:c8,insert:d8,remove:p8,clone:m8,datum:y8,on:E8,dispatch:C8,[Symbol.iterator]:R8};function qr(e){return typeof e=="string"?new lr([[document.querySelector(e)]],[document.documentElement]):new lr([[e]],Yj)}function P8(e){let t;for(;t=e.sourceEvent;)e=t;return e}function Zr(e,t){if(e=P8(e),t===void 0&&(t=e.currentTarget),t){var r=t.ownerSVGElement||t;if(r.createSVGPoint){var n=r.createSVGPoint();return n.x=e.clientX,n.y=e.clientY,n=n.matrixTransform(t.getScreenCTM().inverse()),[n.x,n.y]}if(t.getBoundingClientRect){var i=t.getBoundingClientRect();return[e.clientX-i.left-t.clientLeft,e.clientY-i.top-t.clientTop]}}return[e.pageX,e.pageY]}const N8={passive:!1},Fa={capture:!0,passive:!1};function ym(e){e.stopImmediatePropagation()}function co(e){e.preventDefault(),e.stopImmediatePropagation()}function Xj(e){var t=e.document.documentElement,r=qr(e).on("dragstart.drag",co,Fa);"onselectstart"in t?r.on("selectstart.drag",co,Fa):(t.__noselect=t.style.MozUserSelect,t.style.MozUserSelect="none")}function Zj(e,t){var r=e.document.documentElement,n=qr(e).on("dragstart.drag",null);t&&(n.on("click.drag",co,Fa),setTimeout(function(){n.on("click.drag",null)},0)),"onselectstart"in r?n.on("selectstart.drag",null):(r.style.MozUserSelect=r.__noselect,delete r.__noselect)}const su=e=>()=>e;function jb(e,{sourceEvent:t,subject:r,target:n,identifier:i,active:o,x:a,y:u,dx:l,dy:d,dispatch:f}){Object.defineProperties(this,{type:{value:e,enumerable:!0,configurable:!0},sourceEvent:{value:t,enumerable:!0,configurable:!0},subject:{value:r,enumerable:!0,configurable:!0},target:{value:n,enumerable:!0,configurable:!0},identifier:{value:i,enumerable:!0,configurable:!0},active:{value:o,enumerable:!0,configurable:!0},x:{value:a,enumerable:!0,configurable:!0},y:{value:u,enumerable:!0,configurable:!0},dx:{value:l,enumerable:!0,configurable:!0},dy:{value:d,enumerable:!0,configurable:!0},_:{value:f}})}jb.prototype.on=function(){var e=this._.on.apply(this._,arguments);return e===this._?this:e};function T8(e){return!e.ctrlKey&&!e.button}function A8(){return this.parentNode}function M8(e,t){return t??{x:e.x,y:e.y}}function D8(){return navigator.maxTouchPoints||"ontouchstart"in this}function j8(){var e=T8,t=A8,r=M8,n=D8,i={},o=Ll("start","drag","end"),a=0,u,l,d,f,h=0;function p(_){_.on("mousedown.drag",v).filter(n).on("touchstart.drag",x).on("touchmove.drag",b,N8).on("touchend.drag touchcancel.drag",w).style("touch-action","none").style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function v(_,S){if(!(f||!e.call(this,_,S))){var R=E(this,t.call(this,_,S),_,S,"mouse");R&&(qr(_.view).on("mousemove.drag",m,Fa).on("mouseup.drag",y,Fa),Xj(_.view),ym(_),d=!1,u=_.clientX,l=_.clientY,R("start",_))}}function m(_){if(co(_),!d){var S=_.clientX-u,R=_.clientY-l;d=S*S+R*R>h}i.mouse("drag",_)}function y(_){qr(_.view).on("mousemove.drag mouseup.drag",null),Zj(_.view,d),co(_),i.mouse("end",_)}function x(_,S){if(e.call(this,_,S)){var R=_.changedTouches,I=t.call(this,_,S),P=R.length,A,k;for(A=0;A<P;++A)(k=E(this,I,_,S,R[A].identifier,R[A]))&&(ym(_),k("start",_,R[A]))}}function b(_){var S=_.changedTouches,R=S.length,I,P;for(I=0;I<R;++I)(P=i[S[I].identifier])&&(co(_),P("drag",_,S[I]))}function w(_){var S=_.changedTouches,R=S.length,I,P;for(f&&clearTimeout(f),f=setTimeout(function(){f=null},500),I=0;I<R;++I)(P=i[S[I].identifier])&&(ym(_),P("end",_,S[I]))}function E(_,S,R,I,P,A){var k=o.copy(),L=Zr(A||R,S),$,j,D;if((D=r.call(_,new jb("beforestart",{sourceEvent:R,target:p,identifier:P,active:a,x:L[0],y:L[1],dx:0,dy:0,dispatch:k}),I))!=null)return $=D.x-L[0]||0,j=D.y-L[1]||0,function G(B,Y,Z){var te=L,U;switch(B){case"start":i[P]=G,U=a++;break;case"end":delete i[P],--a;case"drag":L=Zr(Z||Y,S),U=a;break}k.call(B,_,new jb(B,{sourceEvent:Y,subject:D,target:p,identifier:P,active:U,x:L[0]+$,y:L[1]+j,dx:L[0]-te[0],dy:L[1]-te[1],dispatch:k}),I)}}return p.filter=function(_){return arguments.length?(e=typeof _=="function"?_:su(!!_),p):e},p.container=function(_){return arguments.length?(t=typeof _=="function"?_:su(_),p):t},p.subject=function(_){return arguments.length?(r=typeof _=="function"?_:su(_),p):r},p.touchable=function(_){return arguments.length?(n=typeof _=="function"?_:su(!!_),p):n},p.on=function(){var _=o.on.apply(o,arguments);return _===o?p:_},p.clickDistance=function(_){return arguments.length?(h=(_=+_)*_,p):Math.sqrt(h)},p}function Mx(e,t,r){e.prototype=t.prototype=r,r.constructor=e}function Jj(e,t){var r=Object.create(e.prototype);for(var n in t)r[n]=t[n];return r}function rs(){}var $a=.7,Vu=1/$a,fo="\\s*([+-]?\\d+)\\s*",za="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",tn="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",q8=/^#([0-9a-f]{3,8})$/,k8=new RegExp(`^rgb\\(${fo},${fo},${fo}\\)$`),L8=new RegExp(`^rgb\\(${tn},${tn},${tn}\\)$`),B8=new RegExp(`^rgba\\(${fo},${fo},${fo},${za}\\)$`),F8=new RegExp(`^rgba\\(${tn},${tn},${tn},${za}\\)$`),$8=new RegExp(`^hsl\\(${za},${tn},${tn}\\)$`),z8=new RegExp(`^hsla\\(${za},${tn},${tn},${za}\\)$`),TI={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};Mx(rs,Ha,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:AI,formatHex:AI,formatHex8:H8,formatHsl:V8,formatRgb:MI,toString:MI});function AI(){return this.rgb().formatHex()}function H8(){return this.rgb().formatHex8()}function V8(){return Qj(this).formatHsl()}function MI(){return this.rgb().formatRgb()}function Ha(e){var t,r;return e=(e+"").trim().toLowerCase(),(t=q8.exec(e))?(r=t[1].length,t=parseInt(t[1],16),r===6?DI(t):r===3?new Wt(t>>8&15|t>>4&240,t>>4&15|t&240,(t&15)<<4|t&15,1):r===8?uu(t>>24&255,t>>16&255,t>>8&255,(t&255)/255):r===4?uu(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|t&240,((t&15)<<4|t&15)/255):null):(t=k8.exec(e))?new Wt(t[1],t[2],t[3],1):(t=L8.exec(e))?new Wt(t[1]*255/100,t[2]*255/100,t[3]*255/100,1):(t=B8.exec(e))?uu(t[1],t[2],t[3],t[4]):(t=F8.exec(e))?uu(t[1]*255/100,t[2]*255/100,t[3]*255/100,t[4]):(t=$8.exec(e))?kI(t[1],t[2]/100,t[3]/100,1):(t=z8.exec(e))?kI(t[1],t[2]/100,t[3]/100,t[4]):TI.hasOwnProperty(e)?DI(TI[e]):e==="transparent"?new Wt(NaN,NaN,NaN,0):null}function DI(e){return new Wt(e>>16&255,e>>8&255,e&255,1)}function uu(e,t,r,n){return n<=0&&(e=t=r=NaN),new Wt(e,t,r,n)}function U8(e){return e instanceof rs||(e=Ha(e)),e?(e=e.rgb(),new Wt(e.r,e.g,e.b,e.opacity)):new Wt}function qb(e,t,r,n){return arguments.length===1?U8(e):new Wt(e,t,r,n??1)}function Wt(e,t,r,n){this.r=+e,this.g=+t,this.b=+r,this.opacity=+n}Mx(Wt,qb,Jj(rs,{brighter(e){return e=e==null?Vu:Math.pow(Vu,e),new Wt(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=e==null?$a:Math.pow($a,e),new Wt(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new Wt(vi(this.r),vi(this.g),vi(this.b),Uu(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:jI,formatHex:jI,formatHex8:W8,formatRgb:qI,toString:qI}));function jI(){return`#${hi(this.r)}${hi(this.g)}${hi(this.b)}`}function W8(){return`#${hi(this.r)}${hi(this.g)}${hi(this.b)}${hi((isNaN(this.opacity)?1:this.opacity)*255)}`}function qI(){const e=Uu(this.opacity);return`${e===1?"rgb(":"rgba("}${vi(this.r)}, ${vi(this.g)}, ${vi(this.b)}${e===1?")":`, ${e})`}`}function Uu(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function vi(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function hi(e){return e=vi(e),(e<16?"0":"")+e.toString(16)}function kI(e,t,r,n){return n<=0?e=t=r=NaN:r<=0||r>=1?e=t=NaN:t<=0&&(e=NaN),new kr(e,t,r,n)}function Qj(e){if(e instanceof kr)return new kr(e.h,e.s,e.l,e.opacity);if(e instanceof rs||(e=Ha(e)),!e)return new kr;if(e instanceof kr)return e;e=e.rgb();var t=e.r/255,r=e.g/255,n=e.b/255,i=Math.min(t,r,n),o=Math.max(t,r,n),a=NaN,u=o-i,l=(o+i)/2;return u?(t===o?a=(r-n)/u+(r<n)*6:r===o?a=(n-t)/u+2:a=(t-r)/u+4,u/=l<.5?o+i:2-o-i,a*=60):u=l>0&&l<1?0:a,new kr(a,u,l,e.opacity)}function G8(e,t,r,n){return arguments.length===1?Qj(e):new kr(e,t,r,n??1)}function kr(e,t,r,n){this.h=+e,this.s=+t,this.l=+r,this.opacity=+n}Mx(kr,G8,Jj(rs,{brighter(e){return e=e==null?Vu:Math.pow(Vu,e),new kr(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=e==null?$a:Math.pow($a,e),new kr(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+(this.h<0)*360,t=isNaN(e)||isNaN(this.s)?0:this.s,r=this.l,n=r+(r<.5?r:1-r)*t,i=2*r-n;return new Wt(bm(e>=240?e-240:e+120,i,n),bm(e,i,n),bm(e<120?e+240:e-120,i,n),this.opacity)},clamp(){return new kr(LI(this.h),lu(this.s),lu(this.l),Uu(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(){const e=Uu(this.opacity);return`${e===1?"hsl(":"hsla("}${LI(this.h)}, ${lu(this.s)*100}%, ${lu(this.l)*100}%${e===1?")":`, ${e})`}`}}));function LI(e){return e=(e||0)%360,e<0?e+360:e}function lu(e){return Math.max(0,Math.min(1,e||0))}function bm(e,t,r){return(e<60?t+(r-t)*e/60:e<180?r:e<240?t+(r-t)*(240-e)/60:t)*255}const e2=e=>()=>e;function K8(e,t){return function(r){return e+r*t}}function Y8(e,t,r){return e=Math.pow(e,r),t=Math.pow(t,r)-e,r=1/r,function(n){return Math.pow(e+n*t,r)}}function X8(e){return(e=+e)==1?t2:function(t,r){return r-t?Y8(t,r,e):e2(isNaN(t)?r:t)}}function t2(e,t){var r=t-e;return r?K8(e,r):e2(isNaN(e)?t:e)}const BI=(function e(t){var r=X8(t);function n(i,o){var a=r((i=qb(i)).r,(o=qb(o)).r),u=r(i.g,o.g),l=r(i.b,o.b),d=t2(i.opacity,o.opacity);return function(f){return i.r=a(f),i.g=u(f),i.b=l(f),i.opacity=d(f),i+""}}return n.gamma=e,n})(1);function Fn(e,t){return e=+e,t=+t,function(r){return e*(1-r)+t*r}}var kb=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,xm=new RegExp(kb.source,"g");function Z8(e){return function(){return e}}function J8(e){return function(t){return e(t)+""}}function Q8(e,t){var r=kb.lastIndex=xm.lastIndex=0,n,i,o,a=-1,u=[],l=[];for(e=e+"",t=t+"";(n=kb.exec(e))&&(i=xm.exec(t));)(o=i.index)>r&&(o=t.slice(r,o),u[a]?u[a]+=o:u[++a]=o),(n=n[0])===(i=i[0])?u[a]?u[a]+=i:u[++a]=i:(u[++a]=null,l.push({i:a,x:Fn(n,i)})),r=xm.lastIndex;return r<t.length&&(o=t.slice(r),u[a]?u[a]+=o:u[++a]=o),u.length<2?l[0]?J8(l[0].x):Z8(t):(t=l.length,function(d){for(var f=0,h;f<t;++f)u[(h=l[f]).i]=h.x(d);return u.join("")})}var FI=180/Math.PI,Lb={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function r2(e,t,r,n,i,o){var a,u,l;return(a=Math.sqrt(e*e+t*t))&&(e/=a,t/=a),(l=e*r+t*n)&&(r-=e*l,n-=t*l),(u=Math.sqrt(r*r+n*n))&&(r/=u,n/=u,l/=u),e*n<t*r&&(e=-e,t=-t,l=-l,a=-a),{translateX:i,translateY:o,rotate:Math.atan2(t,e)*FI,skewX:Math.atan(l)*FI,scaleX:a,scaleY:u}}var cu;function eG(e){const t=new(typeof DOMMatrix=="function"?DOMMatrix:WebKitCSSMatrix)(e+"");return t.isIdentity?Lb:r2(t.a,t.b,t.c,t.d,t.e,t.f)}function tG(e){return e==null||(cu||(cu=document.createElementNS("http://www.w3.org/2000/svg","g")),cu.setAttribute("transform",e),!(e=cu.transform.baseVal.consolidate()))?Lb:(e=e.matrix,r2(e.a,e.b,e.c,e.d,e.e,e.f))}function n2(e,t,r,n){function i(d){return d.length?d.pop()+" ":""}function o(d,f,h,p,v,m){if(d!==h||f!==p){var y=v.push("translate(",null,t,null,r);m.push({i:y-4,x:Fn(d,h)},{i:y-2,x:Fn(f,p)})}else(h||p)&&v.push("translate("+h+t+p+r)}function a(d,f,h,p){d!==f?(d-f>180?f+=360:f-d>180&&(d+=360),p.push({i:h.push(i(h)+"rotate(",null,n)-2,x:Fn(d,f)})):f&&h.push(i(h)+"rotate("+f+n)}function u(d,f,h,p){d!==f?p.push({i:h.push(i(h)+"skewX(",null,n)-2,x:Fn(d,f)}):f&&h.push(i(h)+"skewX("+f+n)}function l(d,f,h,p,v,m){if(d!==h||f!==p){var y=v.push(i(v)+"scale(",null,",",null,")");m.push({i:y-4,x:Fn(d,h)},{i:y-2,x:Fn(f,p)})}else(h!==1||p!==1)&&v.push(i(v)+"scale("+h+","+p+")")}return function(d,f){var h=[],p=[];return d=e(d),f=e(f),o(d.translateX,d.translateY,f.translateX,f.translateY,h,p),a(d.rotate,f.rotate,h,p),u(d.skewX,f.skewX,h,p),l(d.scaleX,d.scaleY,f.scaleX,f.scaleY,h,p),d=f=null,function(v){for(var m=-1,y=p.length,x;++m<y;)h[(x=p[m]).i]=x.x(v);return h.join("")}}}var rG=n2(eG,"px, ","px)","deg)"),nG=n2(tG,", ",")",")"),iG=1e-12;function $I(e){return((e=Math.exp(e))+1/e)/2}function oG(e){return((e=Math.exp(e))-1/e)/2}function aG(e){return((e=Math.exp(2*e))-1)/(e+1)}const sG=(function e(t,r,n){function i(o,a){var u=o[0],l=o[1],d=o[2],f=a[0],h=a[1],p=a[2],v=f-u,m=h-l,y=v*v+m*m,x,b;if(y<iG)b=Math.log(p/d)/t,x=function(I){return[u+I*v,l+I*m,d*Math.exp(t*I*b)]};else{var w=Math.sqrt(y),E=(p*p-d*d+n*y)/(2*d*r*w),_=(p*p-d*d-n*y)/(2*p*r*w),S=Math.log(Math.sqrt(E*E+1)-E),R=Math.log(Math.sqrt(_*_+1)-_);b=(R-S)/t,x=function(I){var P=I*b,A=$I(S),k=d/(r*w)*(A*aG(t*P+S)-oG(S));return[u+k*v,l+k*m,d*A/$I(t*P+S)]}}return x.duration=b*1e3*t/Math.SQRT2,x}return i.rho=function(o){var a=Math.max(.001,+o),u=a*a,l=u*u;return e(a,u,l)},i})(Math.SQRT2,2,4);var Eo=0,Pa=0,aa=0,i2=1e3,Wu,Na,Gu=0,wi=0,Fl=0,Va=typeof performance=="object"&&performance.now?performance:Date,o2=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)};function Dx(){return wi||(o2(uG),wi=Va.now()+Fl)}function uG(){wi=0}function Ku(){this._call=this._time=this._next=null}Ku.prototype=a2.prototype={constructor:Ku,restart:function(e,t,r){if(typeof e!="function")throw new TypeError("callback is not a function");r=(r==null?Dx():+r)+(t==null?0:+t),!this._next&&Na!==this&&(Na?Na._next=this:Wu=this,Na=this),this._call=e,this._time=r,Bb()},stop:function(){this._call&&(this._call=null,this._time=1/0,Bb())}};function a2(e,t,r){var n=new Ku;return n.restart(e,t,r),n}function lG(){Dx(),++Eo;for(var e=Wu,t;e;)(t=wi-e._time)>=0&&e._call.call(void 0,t),e=e._next;--Eo}function zI(){wi=(Gu=Va.now())+Fl,Eo=Pa=0;try{lG()}finally{Eo=0,fG(),wi=0}}function cG(){var e=Va.now(),t=e-Gu;t>i2&&(Fl-=t,Gu=e)}function fG(){for(var e,t=Wu,r,n=1/0;t;)t._call?(n>t._time&&(n=t._time),e=t,t=t._next):(r=t._next,t._next=null,t=e?e._next=r:Wu=r);Na=e,Bb(n)}function Bb(e){if(!Eo){Pa&&(Pa=clearTimeout(Pa));var t=e-wi;t>24?(e<1/0&&(Pa=setTimeout(zI,e-Va.now()-Fl)),aa&&(aa=clearInterval(aa))):(aa||(Gu=Va.now(),aa=setInterval(cG,i2)),Eo=1,o2(zI))}}function HI(e,t,r){var n=new Ku;return t=t==null?0:+t,n.restart(i=>{n.stop(),e(i+t)},t,r),n}var dG=Ll("start","end","cancel","interrupt"),hG=[],s2=0,VI=1,Fb=2,Mu=3,UI=4,$b=5,Du=6;function $l(e,t,r,n,i,o){var a=e.__transition;if(!a)e.__transition={};else if(r in a)return;pG(e,r,{name:t,index:n,group:i,on:dG,tween:hG,time:o.time,delay:o.delay,duration:o.duration,ease:o.ease,timer:null,state:s2})}function jx(e,t){var r=Vr(e,t);if(r.state>s2)throw new Error("too late; already scheduled");return r}function an(e,t){var r=Vr(e,t);if(r.state>Mu)throw new Error("too late; already running");return r}function Vr(e,t){var r=e.__transition;if(!r||!(r=r[t]))throw new Error("transition not found");return r}function pG(e,t,r){var n=e.__transition,i;n[t]=r,r.timer=a2(o,0,r.time);function o(d){r.state=VI,r.timer.restart(a,r.delay,r.time),r.delay<=d&&a(d-r.delay)}function a(d){var f,h,p,v;if(r.state!==VI)return l();for(f in n)if(v=n[f],v.name===r.name){if(v.state===Mu)return HI(a);v.state===UI?(v.state=Du,v.timer.stop(),v.on.call("interrupt",e,e.__data__,v.index,v.group),delete n[f]):+f<t&&(v.state=Du,v.timer.stop(),v.on.call("cancel",e,e.__data__,v.index,v.group),delete n[f])}if(HI(function(){r.state===Mu&&(r.state=UI,r.timer.restart(u,r.delay,r.time),u(d))}),r.state=Fb,r.on.call("start",e,e.__data__,r.index,r.group),r.state===Fb){for(r.state=Mu,i=new Array(p=r.tween.length),f=0,h=-1;f<p;++f)(v=r.tween[f].value.call(e,e.__data__,r.index,r.group))&&(i[++h]=v);i.length=h+1}}function u(d){for(var f=d<r.duration?r.ease.call(null,d/r.duration):(r.timer.restart(l),r.state=$b,1),h=-1,p=i.length;++h<p;)i[h].call(e,f);r.state===$b&&(r.on.call("end",e,e.__data__,r.index,r.group),l())}function l(){r.state=Du,r.timer.stop(),delete n[t];for(var d in n)return;delete e.__transition}}function ju(e,t){var r=e.__transition,n,i,o=!0,a;if(r){t=t==null?null:t+"";for(a in r){if((n=r[a]).name!==t){o=!1;continue}i=n.state>Fb&&n.state<$b,n.state=Du,n.timer.stop(),n.on.call(i?"interrupt":"cancel",e,e.__data__,n.index,n.group),delete r[a]}o&&delete e.__transition}}function vG(e){return this.each(function(){ju(this,e)})}function gG(e,t){var r,n;return function(){var i=an(this,e),o=i.tween;if(o!==r){n=r=o;for(var a=0,u=n.length;a<u;++a)if(n[a].name===t){n=n.slice(),n.splice(a,1);break}}i.tween=n}}function mG(e,t,r){var n,i;if(typeof r!="function")throw new Error;return function(){var o=an(this,e),a=o.tween;if(a!==n){i=(n=a).slice();for(var u={name:t,value:r},l=0,d=i.length;l<d;++l)if(i[l].name===t){i[l]=u;break}l===d&&i.push(u)}o.tween=i}}function yG(e,t){var r=this._id;if(e+="",arguments.length<2){for(var n=Vr(this.node(),r).tween,i=0,o=n.length,a;i<o;++i)if((a=n[i]).name===e)return a.value;return null}return this.each((t==null?gG:mG)(r,e,t))}function qx(e,t,r){var n=e._id;return e.each(function(){var i=an(this,n);(i.value||(i.value={}))[t]=r.apply(this,arguments)}),function(i){return Vr(i,n).value[t]}}function u2(e,t){var r;return(typeof t=="number"?Fn:t instanceof Ha?BI:(r=Ha(t))?(t=r,BI):Q8)(e,t)}function bG(e){return function(){this.removeAttribute(e)}}function xG(e){return function(){this.removeAttributeNS(e.space,e.local)}}function wG(e,t,r){var n,i=r+"",o;return function(){var a=this.getAttribute(e);return a===i?null:a===n?o:o=t(n=a,r)}}function _G(e,t,r){var n,i=r+"",o;return function(){var a=this.getAttributeNS(e.space,e.local);return a===i?null:a===n?o:o=t(n=a,r)}}function EG(e,t,r){var n,i,o;return function(){var a,u=r(this),l;return u==null?void this.removeAttribute(e):(a=this.getAttribute(e),l=u+"",a===l?null:a===n&&l===i?o:(i=l,o=t(n=a,u)))}}function SG(e,t,r){var n,i,o;return function(){var a,u=r(this),l;return u==null?void this.removeAttributeNS(e.space,e.local):(a=this.getAttributeNS(e.space,e.local),l=u+"",a===l?null:a===n&&l===i?o:(i=l,o=t(n=a,u)))}}function OG(e,t){var r=Bl(e),n=r==="transform"?nG:u2;return this.attrTween(e,typeof t=="function"?(r.local?SG:EG)(r,n,qx(this,"attr."+e,t)):t==null?(r.local?xG:bG)(r):(r.local?_G:wG)(r,n,t))}function CG(e,t){return function(r){this.setAttribute(e,t.call(this,r))}}function RG(e,t){return function(r){this.setAttributeNS(e.space,e.local,t.call(this,r))}}function IG(e,t){var r,n;function i(){var o=t.apply(this,arguments);return o!==n&&(r=(n=o)&&RG(e,o)),r}return i._value=t,i}function PG(e,t){var r,n;function i(){var o=t.apply(this,arguments);return o!==n&&(r=(n=o)&&CG(e,o)),r}return i._value=t,i}function NG(e,t){var r="attr."+e;if(arguments.length<2)return(r=this.tween(r))&&r._value;if(t==null)return this.tween(r,null);if(typeof t!="function")throw new Error;var n=Bl(e);return this.tween(r,(n.local?IG:PG)(n,t))}function TG(e,t){return function(){jx(this,e).delay=+t.apply(this,arguments)}}function AG(e,t){return t=+t,function(){jx(this,e).delay=t}}function MG(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?TG:AG)(t,e)):Vr(this.node(),t).delay}function DG(e,t){return function(){an(this,e).duration=+t.apply(this,arguments)}}function jG(e,t){return t=+t,function(){an(this,e).duration=t}}function qG(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?DG:jG)(t,e)):Vr(this.node(),t).duration}function kG(e,t){if(typeof t!="function")throw new Error;return function(){an(this,e).ease=t}}function LG(e){var t=this._id;return arguments.length?this.each(kG(t,e)):Vr(this.node(),t).ease}function BG(e,t){return function(){var r=t.apply(this,arguments);if(typeof r!="function")throw new Error;an(this,e).ease=r}}function FG(e){if(typeof e!="function")throw new Error;return this.each(BG(this._id,e))}function $G(e){typeof e!="function"&&(e=Fj(e));for(var t=this._groups,r=t.length,n=new Array(r),i=0;i<r;++i)for(var o=t[i],a=o.length,u=n[i]=[],l,d=0;d<a;++d)(l=o[d])&&e.call(l,l.__data__,d,o)&&u.push(l);return new xn(n,this._parents,this._name,this._id)}function zG(e){if(e._id!==this._id)throw new Error;for(var t=this._groups,r=e._groups,n=t.length,i=r.length,o=Math.min(n,i),a=new Array(n),u=0;u<o;++u)for(var l=t[u],d=r[u],f=l.length,h=a[u]=new Array(f),p,v=0;v<f;++v)(p=l[v]||d[v])&&(h[v]=p);for(;u<n;++u)a[u]=t[u];return new xn(a,this._parents,this._name,this._id)}function HG(e){return(e+"").trim().split(/^|\s+/).every(function(t){var r=t.indexOf(".");return r>=0&&(t=t.slice(0,r)),!t||t==="start"})}function VG(e,t,r){var n,i,o=HG(t)?jx:an;return function(){var a=o(this,e),u=a.on;u!==n&&(i=(n=u).copy()).on(t,r),a.on=i}}function UG(e,t){var r=this._id;return arguments.length<2?Vr(this.node(),r).on.on(e):this.each(VG(r,e,t))}function WG(e){return function(){var t=this.parentNode;for(var r in this.__transition)if(+r!==e)return;t&&t.removeChild(this)}}function GG(){return this.on("end.remove",WG(this._id))}function KG(e){var t=this._name,r=this._id;typeof e!="function"&&(e=Tx(e));for(var n=this._groups,i=n.length,o=new Array(i),a=0;a<i;++a)for(var u=n[a],l=u.length,d=o[a]=new Array(l),f,h,p=0;p<l;++p)(f=u[p])&&(h=e.call(f,f.__data__,p,u))&&("__data__"in f&&(h.__data__=f.__data__),d[p]=h,$l(d[p],t,r,p,d,Vr(f,r)));return new xn(o,this._parents,t,r)}function YG(e){var t=this._name,r=this._id;typeof e!="function"&&(e=Bj(e));for(var n=this._groups,i=n.length,o=[],a=[],u=0;u<i;++u)for(var l=n[u],d=l.length,f,h=0;h<d;++h)if(f=l[h]){for(var p=e.call(f,f.__data__,h,l),v,m=Vr(f,r),y=0,x=p.length;y<x;++y)(v=p[y])&&$l(v,t,r,y,p,m);o.push(p),a.push(f)}return new xn(o,a,t,r)}var XG=ts.prototype.constructor;function ZG(){return new XG(this._groups,this._parents)}function JG(e,t){var r,n,i;return function(){var o=_o(this,e),a=(this.style.removeProperty(e),_o(this,e));return o===a?null:o===r&&a===n?i:i=t(r=o,n=a)}}function l2(e){return function(){this.style.removeProperty(e)}}function QG(e,t,r){var n,i=r+"",o;return function(){var a=_o(this,e);return a===i?null:a===n?o:o=t(n=a,r)}}function eK(e,t,r){var n,i,o;return function(){var a=_o(this,e),u=r(this),l=u+"";return u==null&&(l=u=(this.style.removeProperty(e),_o(this,e))),a===l?null:a===n&&l===i?o:(i=l,o=t(n=a,u))}}function tK(e,t){var r,n,i,o="style."+t,a="end."+o,u;return function(){var l=an(this,e),d=l.on,f=l.value[o]==null?u||(u=l2(t)):void 0;(d!==r||i!==f)&&(n=(r=d).copy()).on(a,i=f),l.on=n}}function rK(e,t,r){var n=(e+="")=="transform"?rG:u2;return t==null?this.styleTween(e,JG(e,n)).on("end.style."+e,l2(e)):typeof t=="function"?this.styleTween(e,eK(e,n,qx(this,"style."+e,t))).each(tK(this._id,e)):this.styleTween(e,QG(e,n,t),r).on("end.style."+e,null)}function nK(e,t,r){return function(n){this.style.setProperty(e,t.call(this,n),r)}}function iK(e,t,r){var n,i;function o(){var a=t.apply(this,arguments);return a!==i&&(n=(i=a)&&nK(e,a,r)),n}return o._value=t,o}function oK(e,t,r){var n="style."+(e+="");if(arguments.length<2)return(n=this.tween(n))&&n._value;if(t==null)return this.tween(n,null);if(typeof t!="function")throw new Error;return this.tween(n,iK(e,t,r??""))}function aK(e){return function(){this.textContent=e}}function sK(e){return function(){var t=e(this);this.textContent=t??""}}function uK(e){return this.tween("text",typeof e=="function"?sK(qx(this,"text",e)):aK(e==null?"":e+""))}function lK(e){return function(t){this.textContent=e.call(this,t)}}function cK(e){var t,r;function n(){var i=e.apply(this,arguments);return i!==r&&(t=(r=i)&&lK(i)),t}return n._value=e,n}function fK(e){var t="text";if(arguments.length<1)return(t=this.tween(t))&&t._value;if(e==null)return this.tween(t,null);if(typeof e!="function")throw new Error;return this.tween(t,cK(e))}function dK(){for(var e=this._name,t=this._id,r=c2(),n=this._groups,i=n.length,o=0;o<i;++o)for(var a=n[o],u=a.length,l,d=0;d<u;++d)if(l=a[d]){var f=Vr(l,t);$l(l,e,r,d,a,{time:f.time+f.delay+f.duration,delay:0,duration:f.duration,ease:f.ease})}return new xn(n,this._parents,e,r)}function hK(){var e,t,r=this,n=r._id,i=r.size();return new Promise(function(o,a){var u={value:a},l={value:function(){--i===0&&o()}};r.each(function(){var d=an(this,n),f=d.on;f!==e&&(t=(e=f).copy(),t._.cancel.push(u),t._.interrupt.push(u),t._.end.push(l)),d.on=t}),i===0&&o()})}var pK=0;function xn(e,t,r,n){this._groups=e,this._parents=t,this._name=r,this._id=n}function c2(){return++pK}var mn=ts.prototype;xn.prototype={constructor:xn,select:KG,selectAll:YG,selectChild:mn.selectChild,selectChildren:mn.selectChildren,filter:$G,merge:zG,selection:ZG,transition:dK,call:mn.call,nodes:mn.nodes,node:mn.node,size:mn.size,empty:mn.empty,each:mn.each,on:UG,attr:OG,attrTween:NG,style:rK,styleTween:oK,text:uK,textTween:fK,remove:GG,tween:yG,delay:MG,duration:qG,ease:LG,easeVarying:FG,end:hK,[Symbol.iterator]:mn[Symbol.iterator]};function vK(e){return((e*=2)<=1?e*e*e:(e-=2)*e*e+2)/2}var gK={time:null,delay:0,duration:250,ease:vK};function mK(e,t){for(var r;!(r=e.__transition)||!(r=r[t]);)if(!(e=e.parentNode))throw new Error(`transition ${t} not found`);return r}function yK(e){var t,r;e instanceof xn?(t=e._id,e=e._name):(t=c2(),(r=gK).time=Dx(),e=e==null?null:e+"");for(var n=this._groups,i=n.length,o=0;o<i;++o)for(var a=n[o],u=a.length,l,d=0;d<u;++d)(l=a[d])&&$l(l,e,t,d,a,r||mK(l,t));return new xn(n,this._parents,e,t)}ts.prototype.interrupt=vG;ts.prototype.transition=yK;const fu=e=>()=>e;function bK(e,{sourceEvent:t,target:r,transform:n,dispatch:i}){Object.defineProperties(this,{type:{value:e,enumerable:!0,configurable:!0},sourceEvent:{value:t,enumerable:!0,configurable:!0},target:{value:r,enumerable:!0,configurable:!0},transform:{value:n,enumerable:!0,configurable:!0},_:{value:i}})}function yn(e,t,r){this.k=e,this.x=t,this.y=r}yn.prototype={constructor:yn,scale:function(e){return e===1?this:new yn(this.k*e,this.x,this.y)},translate:function(e,t){return e===0&t===0?this:new yn(this.k,this.x+this.k*e,this.y+this.k*t)},apply:function(e){return[e[0]*this.k+this.x,e[1]*this.k+this.y]},applyX:function(e){return e*this.k+this.x},applyY:function(e){return e*this.k+this.y},invert:function(e){return[(e[0]-this.x)/this.k,(e[1]-this.y)/this.k]},invertX:function(e){return(e-this.x)/this.k},invertY:function(e){return(e-this.y)/this.k},rescaleX:function(e){return e.copy().domain(e.range().map(this.invertX,this).map(e.invert,e))},rescaleY:function(e){return e.copy().domain(e.range().map(this.invertY,this).map(e.invert,e))},toString:function(){return"translate("+this.x+","+this.y+") scale("+this.k+")"}};var gi=new yn(1,0,0);yn.prototype;function wm(e){e.stopImmediatePropagation()}function sa(e){e.preventDefault(),e.stopImmediatePropagation()}function xK(e){return(!e.ctrlKey||e.type==="wheel")&&!e.button}function wK(){var e=this;return e instanceof SVGElement?(e=e.ownerSVGElement||e,e.hasAttribute("viewBox")?(e=e.viewBox.baseVal,[[e.x,e.y],[e.x+e.width,e.y+e.height]]):[[0,0],[e.width.baseVal.value,e.height.baseVal.value]]):[[0,0],[e.clientWidth,e.clientHeight]]}function WI(){return this.__zoom||gi}function _K(e){return-e.deltaY*(e.deltaMode===1?.05:e.deltaMode?1:.002)*(e.ctrlKey?10:1)}function EK(){return navigator.maxTouchPoints||"ontouchstart"in this}function SK(e,t,r){var n=e.invertX(t[0][0])-r[0][0],i=e.invertX(t[1][0])-r[1][0],o=e.invertY(t[0][1])-r[0][1],a=e.invertY(t[1][1])-r[1][1];return e.translate(i>n?(n+i)/2:Math.min(0,n)||Math.max(0,i),a>o?(o+a)/2:Math.min(0,o)||Math.max(0,a))}function OK(){var e=xK,t=wK,r=SK,n=_K,i=EK,o=[0,1/0],a=[[-1/0,-1/0],[1/0,1/0]],u=250,l=sG,d=Ll("start","zoom","end"),f,h,p,v=500,m=150,y=0,x=10;function b(D){D.property("__zoom",WI).on("wheel.zoom",P,{passive:!1}).on("mousedown.zoom",A).on("dblclick.zoom",k).filter(i).on("touchstart.zoom",L).on("touchmove.zoom",$).on("touchend.zoom touchcancel.zoom",j).style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}b.transform=function(D,G,B,Y){var Z=D.selection?D.selection():D;Z.property("__zoom",WI),D!==Z?S(D,G,B,Y):Z.interrupt().each(function(){R(this,arguments).event(Y).start().zoom(null,typeof G=="function"?G.apply(this,arguments):G).end()})},b.scaleBy=function(D,G,B,Y){b.scaleTo(D,function(){var Z=this.__zoom.k,te=typeof G=="function"?G.apply(this,arguments):G;return Z*te},B,Y)},b.scaleTo=function(D,G,B,Y){b.transform(D,function(){var Z=t.apply(this,arguments),te=this.__zoom,U=B==null?_(Z):typeof B=="function"?B.apply(this,arguments):B,re=te.invert(U),ae=typeof G=="function"?G.apply(this,arguments):G;return r(E(w(te,ae),U,re),Z,a)},B,Y)},b.translateBy=function(D,G,B,Y){b.transform(D,function(){return r(this.__zoom.translate(typeof G=="function"?G.apply(this,arguments):G,typeof B=="function"?B.apply(this,arguments):B),t.apply(this,arguments),a)},null,Y)},b.translateTo=function(D,G,B,Y,Z){b.transform(D,function(){var te=t.apply(this,arguments),U=this.__zoom,re=Y==null?_(te):typeof Y=="function"?Y.apply(this,arguments):Y;return r(gi.translate(re[0],re[1]).scale(U.k).translate(typeof G=="function"?-G.apply(this,arguments):-G,typeof B=="function"?-B.apply(this,arguments):-B),te,a)},Y,Z)};function w(D,G){return G=Math.max(o[0],Math.min(o[1],G)),G===D.k?D:new yn(G,D.x,D.y)}function E(D,G,B){var Y=G[0]-B[0]*D.k,Z=G[1]-B[1]*D.k;return Y===D.x&&Z===D.y?D:new yn(D.k,Y,Z)}function _(D){return[(+D[0][0]+ +D[1][0])/2,(+D[0][1]+ +D[1][1])/2]}function S(D,G,B,Y){D.on("start.zoom",function(){R(this,arguments).event(Y).start()}).on("interrupt.zoom end.zoom",function(){R(this,arguments).event(Y).end()}).tween("zoom",function(){var Z=this,te=arguments,U=R(Z,te).event(Y),re=t.apply(Z,te),ae=B==null?_(re):typeof B=="function"?B.apply(Z,te):B,le=Math.max(re[1][0]-re[0][0],re[1][1]-re[0][1]),F=Z.__zoom,W=typeof G=="function"?G.apply(Z,te):G,J=l(F.invert(ae).concat(le/F.k),W.invert(ae).concat(le/W.k));return function(H){if(H===1)H=W;else{var K=J(H),se=le/K[2];H=new yn(se,ae[0]-K[0]*se,ae[1]-K[1]*se)}U.zoom(null,H)}})}function R(D,G,B){return!B&&D.__zooming||new I(D,G)}function I(D,G){this.that=D,this.args=G,this.active=0,this.sourceEvent=null,this.extent=t.apply(D,G),this.taps=0}I.prototype={event:function(D){return D&&(this.sourceEvent=D),this},start:function(){return++this.active===1&&(this.that.__zooming=this,this.emit("start")),this},zoom:function(D,G){return this.mouse&&D!=="mouse"&&(this.mouse[1]=G.invert(this.mouse[0])),this.touch0&&D!=="touch"&&(this.touch0[1]=G.invert(this.touch0[0])),this.touch1&&D!=="touch"&&(this.touch1[1]=G.invert(this.touch1[0])),this.that.__zoom=G,this.emit("zoom"),this},end:function(){return--this.active===0&&(delete this.that.__zooming,this.emit("end")),this},emit:function(D){var G=qr(this.that).datum();d.call(D,this.that,new bK(D,{sourceEvent:this.sourceEvent,target:b,transform:this.that.__zoom,dispatch:d}),G)}};function P(D,...G){if(!e.apply(this,arguments))return;var B=R(this,G).event(D),Y=this.__zoom,Z=Math.max(o[0],Math.min(o[1],Y.k*Math.pow(2,n.apply(this,arguments)))),te=Zr(D);if(B.wheel)(B.mouse[0][0]!==te[0]||B.mouse[0][1]!==te[1])&&(B.mouse[1]=Y.invert(B.mouse[0]=te)),clearTimeout(B.wheel);else{if(Y.k===Z)return;B.mouse=[te,Y.invert(te)],ju(this),B.start()}sa(D),B.wheel=setTimeout(U,m),B.zoom("mouse",r(E(w(Y,Z),B.mouse[0],B.mouse[1]),B.extent,a));function U(){B.wheel=null,B.end()}}function A(D,...G){if(p||!e.apply(this,arguments))return;var B=D.currentTarget,Y=R(this,G,!0).event(D),Z=qr(D.view).on("mousemove.zoom",ae,!0).on("mouseup.zoom",le,!0),te=Zr(D,B),U=D.clientX,re=D.clientY;Xj(D.view),wm(D),Y.mouse=[te,this.__zoom.invert(te)],ju(this),Y.start();function ae(F){if(sa(F),!Y.moved){var W=F.clientX-U,J=F.clientY-re;Y.moved=W*W+J*J>y}Y.event(F).zoom("mouse",r(E(Y.that.__zoom,Y.mouse[0]=Zr(F,B),Y.mouse[1]),Y.extent,a))}function le(F){Z.on("mousemove.zoom mouseup.zoom",null),Zj(F.view,Y.moved),sa(F),Y.event(F).end()}}function k(D,...G){if(e.apply(this,arguments)){var B=this.__zoom,Y=Zr(D.changedTouches?D.changedTouches[0]:D,this),Z=B.invert(Y),te=B.k*(D.shiftKey?.5:2),U=r(E(w(B,te),Y,Z),t.apply(this,G),a);sa(D),u>0?qr(this).transition().duration(u).call(S,U,Y,D):qr(this).call(b.transform,U,Y,D)}}function L(D,...G){if(e.apply(this,arguments)){var B=D.touches,Y=B.length,Z=R(this,G,D.changedTouches.length===Y).event(D),te,U,re,ae;for(wm(D),U=0;U<Y;++U)re=B[U],ae=Zr(re,this),ae=[ae,this.__zoom.invert(ae),re.identifier],Z.touch0?!Z.touch1&&Z.touch0[2]!==ae[2]&&(Z.touch1=ae,Z.taps=0):(Z.touch0=ae,te=!0,Z.taps=1+!!f);f&&(f=clearTimeout(f)),te&&(Z.taps<2&&(h=ae[0],f=setTimeout(function(){f=null},v)),ju(this),Z.start())}}function $(D,...G){if(this.__zooming){var B=R(this,G).event(D),Y=D.changedTouches,Z=Y.length,te,U,re,ae;for(sa(D),te=0;te<Z;++te)U=Y[te],re=Zr(U,this),B.touch0&&B.touch0[2]===U.identifier?B.touch0[0]=re:B.touch1&&B.touch1[2]===U.identifier&&(B.touch1[0]=re);if(U=B.that.__zoom,B.touch1){var le=B.touch0[0],F=B.touch0[1],W=B.touch1[0],J=B.touch1[1],H=(H=W[0]-le[0])*H+(H=W[1]-le[1])*H,K=(K=J[0]-F[0])*K+(K=J[1]-F[1])*K;U=w(U,Math.sqrt(H/K)),re=[(le[0]+W[0])/2,(le[1]+W[1])/2],ae=[(F[0]+J[0])/2,(F[1]+J[1])/2]}else if(B.touch0)re=B.touch0[0],ae=B.touch0[1];else return;B.zoom("touch",r(E(U,re,ae),B.extent,a))}}function j(D,...G){if(this.__zooming){var B=R(this,G).event(D),Y=D.changedTouches,Z=Y.length,te,U;for(wm(D),p&&clearTimeout(p),p=setTimeout(function(){p=null},v),te=0;te<Z;++te)U=Y[te],B.touch0&&B.touch0[2]===U.identifier?delete B.touch0:B.touch1&&B.touch1[2]===U.identifier&&delete B.touch1;if(B.touch1&&!B.touch0&&(B.touch0=B.touch1,delete B.touch1),B.touch0)B.touch0[1]=this.__zoom.invert(B.touch0[0]);else if(B.end(),B.taps===2&&(U=Zr(U,this),Math.hypot(h[0]-U[0],h[1]-U[1])<x)){var re=qr(this).on("dblclick.zoom");re&&re.apply(this,arguments)}}}return b.wheelDelta=function(D){return arguments.length?(n=typeof D=="function"?D:fu(+D),b):n},b.filter=function(D){return arguments.length?(e=typeof D=="function"?D:fu(!!D),b):e},b.touchable=function(D){return arguments.length?(i=typeof D=="function"?D:fu(!!D),b):i},b.extent=function(D){return arguments.length?(t=typeof D=="function"?D:fu([[+D[0][0],+D[0][1]],[+D[1][0],+D[1][1]]]),b):t},b.scaleExtent=function(D){return arguments.length?(o[0]=+D[0],o[1]=+D[1],b):[o[0],o[1]]},b.translateExtent=function(D){return arguments.length?(a[0][0]=+D[0][0],a[1][0]=+D[1][0],a[0][1]=+D[0][1],a[1][1]=+D[1][1],b):[[a[0][0],a[0][1]],[a[1][0],a[1][1]]]},b.constrain=function(D){return arguments.length?(r=D,b):r},b.duration=function(D){return arguments.length?(u=+D,b):u},b.interpolate=function(D){return arguments.length?(l=D,b):l},b.on=function(){var D=d.on.apply(d,arguments);return D===d?b:D},b.clickDistance=function(D){return arguments.length?(y=(D=+D)*D,b):Math.sqrt(y)},b.tapDistance=function(D){return arguments.length?(x=+D,b):x},b}function He(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function zb(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function f2(e,t){if(e){if(typeof e=="string")return zb(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return zb(e,t)}}function CK(e){if(Array.isArray(e))return e}function RK(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n=[],i=!0,o=!1,a,u;try{for(r=r.call(e);!(i=(a=r.next()).done)&&(n.push(a.value),!(t&&n.length===t));i=!0);}catch(l){o=!0,u=l}finally{try{!i&&r.return!=null&&r.return()}finally{if(o)throw u}}return n}}function IK(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
6
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Le(e,t){return CK(e)||RK(e,t)||f2(e,t)||IK()}var So;(function(e){e.Strict="strict",e.Loose="loose"})(So||(So={}));var _i;(function(e){e.Lines="lines",e.Dots="dots"})(_i||(_i={}));var ho;(function(e){e.Free="free",e.Vertical="vertical",e.Horizontal="horizontal"})(ho||(ho={}));var zn;(function(e){e.Bezier="default",e.Straight="straight",e.Step="step",e.SmoothStep="smoothstep",e.SimpleBezier="simplebezier"})(zn||(zn={}));var Yu;(function(e){e.Arrow="arrow",e.ArrowClosed="arrowclosed"})(Yu||(Yu={}));var Se;(function(e){e.Left="left",e.Top="top",e.Right="right",e.Bottom="bottom"})(Se||(Se={}));var kx=function(t){return{width:t.offsetWidth,height:t.offsetHeight}},po=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1;return Math.min(Math.max(t,r),n)},d2=function(t,r){return{x:po(t.x,r[0][0],r[1][0]),y:po(t.y,r[0][1],r[1][1])}},h2=function(t){var r,n;return((r=t.getRootNode)===null||r===void 0?void 0:r.call(t))||((n=window)===null||n===void 0?void 0:n.document)},PK=function(t,r){return{x:Math.min(t.x,r.x),y:Math.min(t.y,r.y),x2:Math.max(t.x2,r.x2),y2:Math.max(t.y2,r.y2)}},Xu=function(t){var r=t.x,n=t.y,i=t.width,o=t.height;return{x:r,y:n,x2:r+i,y2:n+o}},NK=function(t){var r=t.x,n=t.y,i=t.x2,o=t.y2;return{x:r,y:n,width:i-r,height:o-n}},p2=function(t){return!isNaN(t)&&isFinite(t)},Nt=Symbol("internals");function GI(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Ta(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?GI(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):GI(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function KI(e,t){var r=e.find(function(d){return d.id===t.parentNode});if(r){var n=t.position.x+t.width-r.width,i=t.position.y+t.height-r.height;if(n>0||i>0||t.position.x<0||t.position.y<0){var o,a;if(r.style=Ta({},r.style)||{},r.style.width=(o=r.style.width)!==null&&o!==void 0?o:r.width,r.style.height=(a=r.style.height)!==null&&a!==void 0?a:r.height,n>0&&(r.style.width+=n),i>0&&(r.style.height+=i),t.position.x<0){var u=Math.abs(t.position.x);r.position.x=r.position.x-u,r.style.width+=u,t.position.x=0}if(t.position.y<0){var l=Math.abs(t.position.y);r.position.y=r.position.y-l,r.style.height+=l,t.position.y=0}r.width=r.style.width,r.height=r.style.height}}}function v2(e,t){if(e.some(function(n){return n.type==="reset"}))return e.filter(function(n){return n.type==="reset"}).map(function(n){return n.item});var r=e.filter(function(n){return n.type==="add"}).map(function(n){return n.item});return t.reduce(function(n,i){var o=e.find(function(l){return l.id===i.id});if(o)switch(o.type){case"select":return n.push(Ta(Ta({},i),{},{selected:o.selected})),n;case"position":{var a=Ta({},i);return typeof o.position<"u"&&(a.position=o.position),typeof o.positionAbsolute<"u"&&(a.positionAbsolute=o.positionAbsolute),typeof o.dragging<"u"&&(a.dragging=o.dragging),a.expandParent&&KI(n,a),n.push(a),n}case"dimensions":{var u=Ta({},i);return typeof o.dimensions<"u"&&(u.width=o.dimensions.width,u.height=o.dimensions.height),u.expandParent&&KI(n,u),n.push(u),n}case"remove":return n}return n.push(i),n},r)}function g2(e,t){return v2(e,t)}function TK(e,t){return v2(e,t)}var $n=function(t,r){return{id:t,type:"select",selected:r}};function so(e,t){return e.reduce(function(r,n){var i=t.includes(n.id);return!n.selected&&i?(n.selected=!0,r.push($n(n.id,!0))):n.selected&&!i&&(n.selected=!1,r.push($n(n.id,!1))),r},[])}function YI(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function m2(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?YI(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):YI(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var XI=function(t,r,n){var i=r.querySelectorAll(t);if(!i||!i.length)return null;var o=Array.from(i),a=r.getBoundingClientRect();return o.map(function(u){var l=u.getBoundingClientRect();return m2({id:u.getAttribute("data-handleid"),position:u.getAttribute("data-handlepos"),x:(l.left-a.left)/n,y:(l.top-a.top)/n},kx(u))})};function ua(e,t,r){return r===void 0?r:function(n){var i=t().nodeInternals.get(e);r(n,m2({},i))}}function y2(e){var t=e.id,r=e.store,n=r.getState(),i=n.addSelectedNodes,o=n.unselectNodesAndEdges,a=n.multiSelectionActive,u=n.nodeInternals,l=u.get(t);r.setState({nodesSelectionActive:!1}),l.selected?l.selected&&a&&o({nodes:[l]}):i([t])}function ZI(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function ja(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?ZI(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ZI(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var AK=function(t){return"id"in t&&"source"in t&&"target"in t},MK=function(t){var r=t.source,n=t.sourceHandle,i=t.target,o=t.targetHandle;return"reactflow__edge-".concat(r).concat(n||"","-").concat(i).concat(o||"")},Hb=function(t,r){if(typeof t>"u")return"";if(typeof t=="string")return t;var n=r?"".concat(r,"__"):"";return"".concat(n).concat(Object.keys(t).sort().map(function(i){return"".concat(i,"=").concat(t[i])}).join("&"))},DK=function(t,r){return r.some(function(n){return n.source===t.source&&n.target===t.target&&(n.sourceHandle===t.sourceHandle||!n.sourceHandle&&!t.sourceHandle)&&(n.targetHandle===t.targetHandle||!n.targetHandle&&!t.targetHandle)})},jK=function(t,r){if(!t.source||!t.target)return process.env.NODE_ENV==="development"&&console.warn("[React Flow]: Can't create edge. An edge needs a source and a target. Help: https://reactflow.dev/error#600"),r;var n;return AK(t)?n=ja({},t):n=ja(ja({},t),{},{id:MK(t)}),DK(n,r)?r:r.concat(n)},b2=function(t,r,n,i){var o=t.x,a=t.y,u=Le(r,3),l=u[0],d=u[1],f=u[2],h=Le(i,2),p=h[0],v=h[1],m={x:(o-l)/f,y:(a-d)/f};return n?{x:p*Math.round(m.x/p),y:v*Math.round(m.y/v)}:m},Lx=function(t){if(t.length===0)return{x:0,y:0,width:0,height:0};var r=t.reduce(function(n,i){var o=i.positionAbsolute,a=i.position,u=i.width,l=i.height;return PK(n,Xu({x:o?o.x:a.x,y:o?o.y:a.y,width:u||0,height:l||0}))},{x:1/0,y:1/0,x2:-1/0,y2:-1/0});return NK(r)},x2=function(t,r){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[0,0,1],i=Le(n,3),o=i[0],a=i[1],u=i[2],l=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1,d=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1,f=Xu({x:(r.x-o)/u,y:(r.y-a)/u,width:r.width/u,height:r.height/u}),h=[];return t.forEach(function(p){var v=p.positionAbsolute,m=p.width,y=p.height,x=p.selectable,b=x===void 0?!0:x;if(d&&!b)return!1;var w=Xu(ja(ja({},v),{},{width:m||0,height:y||0})),E=Math.max(0,Math.min(f.x2,w.x2)-Math.max(f.x,w.x)),_=Math.max(0,Math.min(f.y2,w.y2)-Math.max(f.y,w.y)),S=Math.ceil(E*_),R=typeof m>"u"||typeof y>"u"||m===null||y===null,I=l&&S>0,P=(m||0)*(y||0),A=R||I||S>=P;A&&h.push(p)}),h},w2=function(t,r){var n=t.map(function(i){return i.id});return r.filter(function(i){return n.includes(i.source)||n.includes(i.target)})},_2=function(t,r,n,i,o){var a=arguments.length>5&&arguments[5]!==void 0?arguments[5]:.1,u=r/(t.width*(1+a)),l=n/(t.height*(1+a)),d=Math.min(u,l),f=po(d,i,o),h=t.x+t.width/2,p=t.y+t.height/2,v=r/2-h*f,m=n/2-p*f;return[v,m,f]},ci=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return t.transition().duration(r)};function JI(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function uo(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?JI(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):JI(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function E2(e,t,r,n){var i,o,a,u,l,d,f,h,p,v,m,y;if(!e.parentNode)return n;var x=t.get(e.parentNode);return E2(x,t,r,{x:((i=n.x)!==null&&i!==void 0?i:0)+((o=(a=x.position)===null||a===void 0?void 0:a.x)!==null&&o!==void 0?o:0),y:((u=n.y)!==null&&u!==void 0?u:0)+((l=(d=x.position)===null||d===void 0?void 0:d.y)!==null&&l!==void 0?l:0),z:((f=(h=x[Nt])===null||h===void 0?void 0:h.z)!==null&&f!==void 0?f:0)>((p=n.z)!==null&&p!==void 0?p:0)?(v=(m=x[Nt])===null||m===void 0?void 0:m.z)!==null&&v!==void 0?v:0:(y=n.z)!==null&&y!==void 0?y:0})}function _m(e,t){var r=new Map,n={};return e.forEach(function(i){var o,a=p2(i.zIndex)?i.zIndex:i.selected?1e3:0,u=t.get(i.id),l=uo(uo({width:u==null?void 0:u.width,height:u==null?void 0:u.height},i),{},{positionAbsolute:{x:i.position.x,y:i.position.y}});i.parentNode&&(l.parentNode=i.parentNode,n[i.parentNode]=!0),Object.defineProperty(l,Nt,{enumerable:!1,value:{handleBounds:u==null||(o=u[Nt])===null||o===void 0?void 0:o.handleBounds,z:a}}),r.set(i.id,l)}),r.forEach(function(i){if(i.parentNode&&!r.has(i.parentNode))throw new Error("Parent node ".concat(i.parentNode," not found"));if(i.parentNode||n[i.id]){var o,a,u=E2(i,r,n,uo(uo({},i.position),{},{z:(o=(a=i[Nt])===null||a===void 0?void 0:a.z)!==null&&o!==void 0?o:0})),l=u.x,d=u.y,f=u.z;i.positionAbsolute={x:l,y:d},i[Nt].z=f,n[i.id]&&(i[Nt].isParent=!0)}}),r}function S2(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e(),n=r.nodeInternals,i=r.width,o=r.height,a=r.minZoom,u=r.maxZoom,l=r.d3Zoom,d=r.d3Selection,f=r.fitViewOnInitDone,h=r.fitViewOnInit;if((t.initial&&!f&&h||!t.initial)&&l&&d){var p=Array.from(n.values()).filter(function(P){return t.includeHiddenNodes?P.width&&P.height:!P.hidden}),v=p.every(function(P){return P.width&&P.height});if(p.length>0&&v){var m,y,x,b=Lx(p),w=_2(b,i,o,(m=t.minZoom)!==null&&m!==void 0?m:a,(y=t.maxZoom)!==null&&y!==void 0?y:u,(x=t.padding)!==null&&x!==void 0?x:.1),E=Le(w,3),_=E[0],S=E[1],R=E[2],I=gi.translate(_,S).scale(R);return typeof t.duration=="number"&&t.duration>0?l.transform(ci(d,t.duration),I):l.transform(d,I),!0}}return!1}function qK(e,t){return e.forEach(function(r){var n=t.get(r.id);if(n){var i;t.set(n.id,uo(uo({},n),{},(i={},He(i,Nt,n[Nt]),He(i,"selected",r.selected),i)))}}),new Map(t)}function kK(e,t){return t.map(function(r){var n=e.find(function(i){return i.id===r.id});return n&&(r.selected=n.selected),r})}function du(e){var t=e.changedNodes,r=e.changedEdges,n=e.get,i=e.set,o=n(),a=o.nodeInternals,u=o.edges,l=o.onNodesChange,d=o.onEdgesChange,f=o.hasDefaultNodes,h=o.hasDefaultEdges;t!=null&&t.length&&(f&&i({nodeInternals:qK(t,a)}),l==null||l(t)),r!=null&&r.length&&(h&&i({edges:kK(r,u)}),d==null||d(r))}var Vb=[[Number.NEGATIVE_INFINITY,Number.NEGATIVE_INFINITY],[Number.POSITIVE_INFINITY,Number.POSITIVE_INFINITY]],QI={width:0,height:0,transform:[0,0,1],nodeInternals:new Map,edges:[],onNodesChange:null,onEdgesChange:null,hasDefaultNodes:!1,hasDefaultEdges:!1,d3Zoom:null,d3Selection:null,d3ZoomHandler:void 0,minZoom:.5,maxZoom:2,translateExtent:Vb,nodeExtent:Vb,nodesSelectionActive:!1,userSelectionActive:!1,connectionNodeId:null,connectionHandleId:null,connectionHandleType:"source",connectionPosition:{x:0,y:0},connectionMode:So.Strict,domNode:null,snapGrid:[15,15],snapToGrid:!1,nodesDraggable:!0,nodesConnectable:!0,elementsSelectable:!0,fitViewOnInit:!1,fitViewOnInitDone:!1,fitViewOnInitOptions:void 0,multiSelectionActive:!1,reactFlowVersion:"10.3.17",connectionStartHandle:null,connectOnClick:!0};function eP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Yr(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?eP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):eP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var Bx=GW(),LK=Bx.Provider,gt=Bx.useStore,Ft=Bx.useStoreApi,BK=function(){return WW(function(t,r){return Yr(Yr({},QI),{},{setNodes:function(i){t({nodeInternals:_m(i,r().nodeInternals)})},setEdges:function(i){var o=r(),a=o.defaultEdgeOptions,u=a===void 0?{}:a;t({edges:i.map(function(l){return Yr(Yr({},u),l)})})},setDefaultNodesAndEdges:function(i,o){var a=typeof i<"u",u=typeof o<"u",l=a?_m(i,new Map):new Map,d=u?o:[];t({nodeInternals:l,edges:d,hasDefaultNodes:a,hasDefaultEdges:u})},updateNodeDimensions:function(i){var o=r(),a=o.onNodesChange,u=o.nodeInternals,l=o.fitViewOnInit,d=o.fitViewOnInitDone,f=o.fitViewOnInitOptions,h=o.domNode,p=h==null?void 0:h.querySelector(".react-flow__viewport");if(p){var v=window.getComputedStyle(p),m=new window.DOMMatrixReadOnly(v.transform),y=m.m22,x=i.reduce(function(w,E){var _=u.get(E.id);if(_){var S=kx(E.nodeElement),R=!!(S.width&&S.height&&(_.width!==S.width||_.height!==S.height||E.forceUpdate));R&&(u.set(_.id,Yr(Yr({},_),{},He({},Nt,Yr(Yr({},_[Nt]),{},{handleBounds:{source:XI(".source",E.nodeElement,y),target:XI(".target",E.nodeElement,y)}})),S)),w.push({id:_.id,type:"dimensions",dimensions:S}))}return w},[]),b=d||l&&!d&&S2(r,Yr({initial:!0},f));t({nodeInternals:new Map(u),fitViewOnInitDone:b}),(x==null?void 0:x.length)>0&&(a==null||a(x))}},updateNodePositions:function(i){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,u=r(),l=u.onNodesChange,d=u.nodeInternals,f=u.hasDefaultNodes;if(f||l){var h=i.map(function(m){var y={id:m.id,type:"position",dragging:a};return o&&(y.positionAbsolute=m.positionAbsolute,y.position=m.position),y});if(h!=null&&h.length){if(f){var p=g2(h,Array.from(d.values())),v=_m(p,d);t({nodeInternals:v})}l==null||l(h)}}},addSelectedNodes:function(i){var o=r(),a=o.multiSelectionActive,u=o.nodeInternals,l=o.edges,d,f=null;a?d=i.map(function(h){return $n(h,!0)}):(d=so(Array.from(u.values()),i),f=so(l,[])),du({changedNodes:d,changedEdges:f,get:r,set:t})},addSelectedEdges:function(i){var o=r(),a=o.multiSelectionActive,u=o.edges,l=o.nodeInternals,d,f=null;a?d=i.map(function(h){return $n(h,!0)}):(d=so(u,i),f=so(Array.from(l.values()),[])),du({changedNodes:f,changedEdges:d,get:r,set:t})},unselectNodesAndEdges:function(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},o=i.nodes,a=i.edges,u=r(),l=u.nodeInternals,d=u.edges,f=o||Array.from(l.values()),h=a||d,p=f.map(function(m){return m.selected=!1,$n(m.id,!1)}),v=h.map(function(m){return $n(m.id,!1)});du({changedNodes:p,changedEdges:v,get:r,set:t})},setMinZoom:function(i){var o=r(),a=o.d3Zoom,u=o.maxZoom;a==null||a.scaleExtent([i,u]),t({minZoom:i})},setMaxZoom:function(i){var o=r(),a=o.d3Zoom,u=o.minZoom;a==null||a.scaleExtent([u,i]),t({maxZoom:i})},setTranslateExtent:function(i){var o=r(),a=o.d3Zoom;a==null||a.translateExtent(i),t({translateExtent:i})},resetSelectedElements:function(){var i=r(),o=i.nodeInternals,a=i.edges,u=Array.from(o.values()),l=u.filter(function(f){return f.selected}).map(function(f){return $n(f.id,!1)}),d=a.filter(function(f){return f.selected}).map(function(f){return $n(f.id,!1)});du({changedNodes:l,changedEdges:d,get:r,set:t})},setNodeExtent:function(i){var o=r(),a=o.nodeInternals;a.forEach(function(u){u.positionAbsolute=d2(u.position,i)}),t({nodeExtent:i,nodeInternals:new Map(a)})},reset:function(){return t(Yr({},QI))}})})};function cr(e){if(typeof e=="string"||typeof e=="number")return""+e;let t="";if(Array.isArray(e))for(let r=0,n;r<e.length;r++)(n=cr(e[r]))!==""&&(t+=(t&&" ")+n);else for(let r in e)e[r]&&(t+=(t&&" ")+r);return t}function Xt(e,t){if(Object.is(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;const r=Object.keys(e);if(r.length!==Object.keys(t).length)return!1;for(let n=0;n<r.length;n++)if(!Object.prototype.hasOwnProperty.call(t,r[n])||!Object.is(e[r[n]],t[r[n]]))return!1;return!0}function FK(e){if(Array.isArray(e))return zb(e)}function $K(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function zK(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
7
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function mi(e){return FK(e)||$K(e)||f2(e)||zK()}var HK={zoomIn:function(){},zoomOut:function(){},zoomTo:function(t){},getZoom:function(){return 1},setViewport:function(t){},getViewport:function(){return{x:0,y:0,zoom:1}},fitView:function(){},setCenter:function(t,r){},fitBounds:function(t){},project:function(t){return t},viewportInitialized:!1},VK=function(t){return{d3Zoom:t.d3Zoom,d3Selection:t.d3Selection}},UK=function(){var t=Ft(),r=gt(VK,Xt),n=r.d3Zoom,i=r.d3Selection,o=T.useMemo(function(){return i&&n?{zoomIn:function(u){return n.scaleBy(ci(i,u==null?void 0:u.duration),1.2)},zoomOut:function(u){return n.scaleBy(ci(i,u==null?void 0:u.duration),1/1.2)},zoomTo:function(u,l){return n.scaleTo(ci(i,l==null?void 0:l.duration),u)},getZoom:function(){return t.getState().transform[2]},setViewport:function(u,l){var d,f,h,p=Le(t.getState().transform,3),v=p[0],m=p[1],y=p[2],x=gi.translate((d=u.x)!==null&&d!==void 0?d:v,(f=u.y)!==null&&f!==void 0?f:m).scale((h=u.zoom)!==null&&h!==void 0?h:y);n.transform(ci(i,l==null?void 0:l.duration),x)},getViewport:function(){var u=Le(t.getState().transform,3),l=u[0],d=u[1],f=u[2];return{x:l,y:d,zoom:f}},fitView:function(u){return S2(t.getState,u)},setCenter:function(u,l,d){var f=t.getState(),h=f.width,p=f.height,v=f.maxZoom,m=typeof(d==null?void 0:d.zoom)<"u"?d.zoom:v,y=h/2-u*m,x=p/2-l*m,b=gi.translate(y,x).scale(m);n.transform(ci(i,d==null?void 0:d.duration),b)},fitBounds:function(u,l){var d,f=t.getState(),h=f.width,p=f.height,v=f.minZoom,m=f.maxZoom,y=_2(u,h,p,v,m,(d=l==null?void 0:l.padding)!==null&&d!==void 0?d:.1),x=Le(y,3),b=x[0],w=x[1],E=x[2],_=gi.translate(b,w).scale(E);n.transform(ci(i,l==null?void 0:l.duration),_)},project:function(u){var l=t.getState(),d=l.transform,f=l.snapToGrid,h=l.snapGrid;return b2(u,d,f,h)},viewportInitialized:!0}:HK},[n,i]);return o};function tP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Qi(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?tP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):tP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function O2(){var e=UK(),t=Ft(),r=T.useCallback(function(){var h=t.getState(),p=h.nodeInternals,v=Array.from(p.values());return v.map(function(m){return Qi({},m)})},[]),n=T.useCallback(function(h){var p=t.getState(),v=p.nodeInternals;return v.get(h)},[]),i=T.useCallback(function(){var h=t.getState(),p=h.edges,v=p===void 0?[]:p;return v.map(function(m){return Qi({},m)})},[]),o=T.useCallback(function(h){var p=t.getState(),v=p.edges,m=v===void 0?[]:v;return m.find(function(y){return y.id===h})},[]),a=T.useCallback(function(h){var p=t.getState(),v=p.nodeInternals,m=p.setNodes,y=p.hasDefaultNodes,x=p.onNodesChange,b=Array.from(v.values()),w=typeof h=="function"?h(b):h;if(y)m(w);else if(x){var E=w.length===0?b.map(function(_){return{type:"remove",id:_.id}}):w.map(function(_){return{item:_,type:"reset"}});x(E)}},[]),u=T.useCallback(function(h){var p=t.getState(),v=p.edges,m=v===void 0?[]:v,y=p.setEdges,x=p.hasDefaultEdges,b=p.onEdgesChange,w=typeof h=="function"?h(m):h;if(x)y(w);else if(b){var E=w.length===0?m.map(function(_){return{type:"remove",id:_.id}}):w.map(function(_){return{item:_,type:"reset"}});b(E)}},[]),l=T.useCallback(function(h){var p=Array.isArray(h)?h:[h],v=t.getState(),m=v.nodeInternals,y=v.setNodes,x=v.hasDefaultNodes,b=v.onNodesChange;if(x){var w=Array.from(m.values()),E=[].concat(w,mi(p));y(E)}else if(b){var _=p.map(function(S){return{item:S,type:"add"}});b(_)}},[]),d=T.useCallback(function(h){var p=Array.isArray(h)?h:[h],v=t.getState(),m=v.edges,y=m===void 0?[]:m,x=v.setEdges,b=v.hasDefaultEdges,w=v.onEdgesChange;if(b)x([].concat(mi(y),mi(p)));else if(w){var E=p.map(function(_){return{item:_,type:"add"}});w(E)}},[]),f=T.useCallback(function(){var h=t.getState(),p=h.nodeInternals,v=h.edges,m=v===void 0?[]:v,y=h.transform,x=Array.from(p.values()),b=Le(y,3),w=b[0],E=b[1],_=b[2];return{nodes:x.map(function(S){return Qi({},S)}),edges:m.map(function(S){return Qi({},S)}),viewport:{x:w,y:E,zoom:_}}},[]);return T.useMemo(function(){return Qi(Qi({},e),{},{getNodes:r,getNode:n,getEdges:i,getEdge:o,setNodes:a,setEdges:u,addNodes:l,addEdges:d,toObject:f})},[e,r,n,i,o,a,u,l,d,f])}function WK(e,t){if(e==null)return{};var r={},n=Object.keys(e),i,o;for(o=0;o<n.length;o++)i=n[o],!(t.indexOf(i)>=0)&&(r[i]=e[i]);return r}function zl(e,t){if(e==null)return{};var r=WK(e,t),n,i;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i<o.length;i++)n=o[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function GK(){return T.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},T.createElement("path",{d:"M32 18.133H18.133V32h-4.266V18.133H0v-4.266h13.867V0h4.266v13.867H32z"}))}function KK(){return T.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 5"},T.createElement("path",{d:"M0 0h32v4.2H0z"}))}function YK(){return T.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 30"},T.createElement("path",{d:"M3.692 4.63c0-.53.4-.938.939-.938h5.215V0H4.708C2.13 0 0 2.054 0 4.63v5.216h3.692V4.631zM27.354 0h-5.2v3.692h5.17c.53 0 .984.4.984.939v5.215H32V4.631A4.624 4.624 0 0027.354 0zm.954 24.83c0 .532-.4.94-.939.94h-5.215v3.768h5.215c2.577 0 4.631-2.13 4.631-4.707v-5.139h-3.692v5.139zm-23.677.94c-.531 0-.939-.4-.939-.94v-5.138H0v5.139c0 2.577 2.13 4.707 4.708 4.707h5.138V25.77H4.631z"}))}function XK(){return T.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 32"},T.createElement("path",{d:"M21.333 10.667H19.81V7.619C19.81 3.429 16.38 0 12.19 0 8 0 4.571 3.429 4.571 7.619v3.048H3.048A3.056 3.056 0 000 13.714v15.238A3.056 3.056 0 003.048 32h18.285a3.056 3.056 0 003.048-3.048V13.714a3.056 3.056 0 00-3.048-3.047zM12.19 24.533a3.056 3.056 0 01-3.047-3.047 3.056 3.056 0 013.047-3.048 3.056 3.056 0 013.048 3.048 3.056 3.056 0 01-3.048 3.047zm4.724-13.866H7.467V7.619c0-2.59 2.133-4.724 4.723-4.724 2.591 0 4.724 2.133 4.724 4.724v3.048z"}))}function ZK(){return T.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 32"},T.createElement("path",{d:"M21.333 10.667H19.81V7.619C19.81 3.429 16.38 0 12.19 0c-4.114 1.828-1.37 2.133.305 2.438 1.676.305 4.42 2.59 4.42 5.181v3.048H3.047A3.056 3.056 0 000 13.714v15.238A3.056 3.056 0 003.048 32h18.285a3.056 3.056 0 003.048-3.048V13.714a3.056 3.056 0 00-3.048-3.047zM12.19 24.533a3.056 3.056 0 01-3.047-3.047 3.056 3.056 0 013.047-3.048 3.056 3.056 0 013.048 3.048 3.056 3.056 0 01-3.048 3.047z"}))}var JK=["children","className"];function rP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function QK(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?rP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):rP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var hu=function(t){var r=t.children,n=t.className,i=zl(t,JK);return T.createElement("button",QK({type:"button",className:cr(["react-flow__controls-button",n])},i),r)},eY=function(t){return t.nodesDraggable&&t.nodesConnectable&&t.elementsSelectable},tY=function(t){var r=t.style,n=t.showZoom,i=n===void 0?!0:n,o=t.showFitView,a=o===void 0?!0:o,u=t.showInteractive,l=u===void 0?!0:u,d=t.fitViewOptions,f=t.onZoomIn,h=t.onZoomOut,p=t.onFitView,v=t.onInteractiveChange,m=t.className,y=t.children,x=Ft(),b=T.useState(!1),w=Le(b,2),E=w[0],_=w[1],S=gt(eY),R=O2(),I=R.zoomIn,P=R.zoomOut,A=R.fitView;if(T.useEffect(function(){_(!0)},[]),!E)return null;var k=function(){I==null||I(),f==null||f()},L=function(){P==null||P(),h==null||h()},$=function(){A==null||A(d),p==null||p()},j=function(){x.setState({nodesDraggable:!S,nodesConnectable:!S,elementsSelectable:!S}),v==null||v(!S)};return T.createElement("div",{className:cr(["react-flow__controls",m]),style:r},i&&T.createElement(T.Fragment,null,T.createElement(hu,{onClick:k,className:"react-flow__controls-zoomin",title:"zoom in","aria-label":"zoom in"},T.createElement(GK,null)),T.createElement(hu,{onClick:L,className:"react-flow__controls-zoomout",title:"zoom out","aria-label":"zoom out"},T.createElement(KK,null))),a&&T.createElement(hu,{className:"react-flow__controls-fitview",onClick:$,title:"fit view","aria-label":"fit view"},T.createElement(YK,null)),l&&T.createElement(hu,{className:"react-flow__controls-interactive",onClick:j,title:"toggle interactivity","aria-label":"toggle interactivity"},S?T.createElement(ZK,null):T.createElement(XK,null)),y)};tY.displayName="Controls";var rY=function(t,r,n){return T.createElement("path",{stroke:n,strokeWidth:r,d:"M".concat(t/2," 0 V").concat(t," M0 ").concat(t/2," H").concat(t)})},nY=function(t,r){return T.createElement("circle",{cx:t,cy:t,r:t,fill:r})},pu;function nP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function iP(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?nP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):nP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var iY=(pu={},He(pu,_i.Dots,"#81818a"),He(pu,_i.Lines,"#eee"),pu),oY=function(t){return t.transform},C2=function(t){var r=t.variant,n=r===void 0?_i.Dots:r,i=t.gap,o=i===void 0?15:i,a=t.size,u=a===void 0?.4:a,l=t.color,d=t.style,f=t.className,h=T.useRef(null),p=T.useState(null),v=Le(p,2),m=v[0],y=v[1],x=gt(oY),b=Le(x,3),w=b[0],E=b[1],_=b[2];T.useEffect(function(){var L=document.querySelectorAll(".react-flow__background"),$=Array.from(L).findIndex(function(j){return j===h.current});y("pattern-".concat($))},[]);var S=o*_||1,R=w%S,I=E%S,P=n===_i.Lines,A=l||iY[n],k=P?rY(S,u,A):nY(u*_,A);return T.createElement("svg",{className:cr(["react-flow__background","react-flow__container",f]),style:iP(iP({},d),{},{width:"100%",height:"100%"}),ref:h},m&&T.createElement(T.Fragment,null,T.createElement("pattern",{id:m,x:R,y:I,width:S,height:S,patternUnits:"userSpaceOnUse"},k),T.createElement("rect",{x:"0",y:"0",width:"100%",height:"100%",fill:"url(#".concat(m,")")})))};C2.displayName="Background";var aY=T.memo(C2),sY=["paid-pro","paid-sponsor","paid-enterprise","paid-custom"];function uY(e){var t=e.proOptions,r=e.position,n=r===void 0?"bottom-right":r;if(t!=null&&t.account&&sY.includes(t==null?void 0:t.account)&&t!==null&&t!==void 0&&t.hideAttribution)return null;var i="".concat(n).split("-");return T.createElement("div",{className:cr(["react-flow__attribution"].concat(mi(i))),"data-message":"Please only hide this attribution when you are subscribed to React Flow Pro: https://pro.reactflow.dev/pricing"},T.createElement("a",{href:"https://reactflow.dev",target:"_blank",rel:"noopener noreferrer"},"React Flow"))}var lY=["x","y","label","labelStyle","labelShowBg","labelBgStyle","labelBgPadding","labelBgBorderRadius","children","className"];function oP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function cY(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?oP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):oP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var fY=function(t){var r=t.x,n=t.y,i=t.label,o=t.labelStyle,a=o===void 0?{}:o,u=t.labelShowBg,l=u===void 0?!0:u,d=t.labelBgStyle,f=d===void 0?{}:d,h=t.labelBgPadding,p=h===void 0?[2,4]:h,v=t.labelBgBorderRadius,m=v===void 0?2:v,y=t.children,x=t.className,b=zl(t,lY),w=T.useRef(null),E=T.useState({x:0,y:0,width:0,height:0}),_=Le(E,2),S=_[0],R=_[1],I=cr(["react-flow__edge-textwrapper",x]);return T.useEffect(function(){if(w.current){var P=w.current.getBBox();R({x:P.x,y:P.y,width:P.width,height:P.height})}},[i]),typeof i>"u"||!i?null:T.createElement("g",cY({transform:"translate(".concat(r-S.width/2," ").concat(n-S.height/2,")"),className:I},b),l&&T.createElement("rect",{width:S.width+2*p[0],x:-p[0],y:-p[1],height:S.height+2*p[1],className:"react-flow__edge-textbg",style:f,rx:m,ry:m}),T.createElement("text",{className:"react-flow__edge-text",y:S.height/2,dy:"0.3em",ref:w,style:a},i),y)},dY=T.memo(fY),Hl=(function(e){var t=e.path,r=e.centerX,n=e.centerY,i=e.label,o=e.labelStyle,a=e.labelShowBg,u=e.labelBgStyle,l=e.labelBgPadding,d=e.labelBgBorderRadius,f=e.style,h=e.markerEnd,p=e.markerStart,v=i?T.createElement(dY,{x:r,y:n,label:i,labelStyle:o,labelShowBg:a,labelBgStyle:u,labelBgPadding:l,labelBgBorderRadius:d}):null;return T.createElement(T.Fragment,null,T.createElement("path",{style:f,d:t,className:"react-flow__edge-path",markerEnd:h,markerStart:p}),v)});function Zu(e){var t=e.pos,r=e.x1,n=e.y1,i=e.x2,o=e.y2,a,u;switch(t){case Se.Left:case Se.Right:a=.5*(r+i),u=n;break;case Se.Top:case Se.Bottom:a=r,u=.5*(n+o);break}return[a,u]}function R2(e){var t=e.sourceX,r=e.sourceY,n=e.sourcePosition,i=n===void 0?Se.Bottom:n,o=e.targetX,a=e.targetY,u=e.targetPosition,l=u===void 0?Se.Top:u,d=Zu({pos:i,x1:t,y1:r,x2:o,y2:a}),f=Le(d,2),h=f[0],p=f[1],v=Zu({pos:l,x1:o,y1:a,x2:t,y2:r}),m=Le(v,2),y=m[0],x=m[1];return"M".concat(t,",").concat(r," C").concat(h,",").concat(p," ").concat(y,",").concat(x," ").concat(o,",").concat(a)}function hY(e){var t=e.sourceX,r=e.sourceY,n=e.sourcePosition,i=n===void 0?Se.Bottom:n,o=e.targetX,a=e.targetY,u=e.targetPosition,l=u===void 0?Se.Top:u,d=Zu({pos:i,x1:t,y1:r,x2:o,y2:a}),f=Le(d,2),h=f[0],p=f[1],v=Zu({pos:l,x1:o,y1:a,x2:t,y2:r}),m=Le(v,2),y=m[0],x=m[1],b=t*.125+h*.375+y*.375+o*.125,w=r*.125+p*.375+x*.375+a*.125,E=Math.abs(b-t),_=Math.abs(w-r);return[b,w,E,_]}var I2=T.memo(function(e){var t=e.sourceX,r=e.sourceY,n=e.targetX,i=e.targetY,o=e.sourcePosition,a=o===void 0?Se.Bottom:o,u=e.targetPosition,l=u===void 0?Se.Top:u,d=e.label,f=e.labelStyle,h=e.labelShowBg,p=e.labelBgStyle,v=e.labelBgPadding,m=e.labelBgBorderRadius,y=e.style,x=e.markerEnd,b=e.markerStart,w={sourceX:t,sourceY:r,sourcePosition:a,targetX:n,targetY:i,targetPosition:l},E=R2(w),_=hY(w),S=Le(_,2),R=S[0],I=S[1];return T.createElement(Hl,{path:E,centerX:R,centerY:I,label:d,labelStyle:f,labelShowBg:h,labelBgStyle:p,labelBgPadding:v,labelBgBorderRadius:m,style:y,markerEnd:x,markerStart:b})});function aP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function pY(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?aP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):aP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var sP=[Se.Left,Se.Right],P2=function(t){var r=t.sourceX,n=t.sourceY,i=t.targetX,o=t.targetY,a=t.sourcePosition,u=a===void 0?Se.Bottom:a,l=t.targetPosition,d=l===void 0?Se.Top:l,f=sP.includes(u),h=sP.includes(d),p=f&&!h||h&&!f;if(p){var v=f?Math.abs(i-r):0,m=r>i?r-v:r+v,y=f?0:Math.abs(o-n),x=n<o?n+y:n-y;return[m,x,v,y]}var b=Math.abs(i-r)/2,w=i<r?i+b:i-b,E=Math.abs(o-n)/2,_=o<n?o+E:o-E;return[w,_,b,E]};function la(e,t,r){return r===void 0?r:function(n){var i=t().edges.find(function(o){return o.id===e});r(n,pY({},i))}}var Em=function(t,r,n){return"L ".concat(t,",").concat(r-n,"Q ").concat(t,",").concat(r," ").concat(t+n,",").concat(r)},Sm=function(t,r,n){return"L ".concat(t+n,",").concat(r,"Q ").concat(t,",").concat(r," ").concat(t,",").concat(r-n)},Om=function(t,r,n){return"L ".concat(t,",").concat(r-n,"Q ").concat(t,",").concat(r," ").concat(t-n,",").concat(r)},Cm=function(t,r,n){return"L ".concat(t-n,",").concat(r,"Q ").concat(t,",").concat(r," ").concat(t,",").concat(r-n)},Rm=function(t,r,n){return"L ".concat(t+n,",").concat(r,"Q ").concat(t,",").concat(r," ").concat(t,",").concat(r+n)},Im=function(t,r,n){return"L ".concat(t,",").concat(r+n,"Q ").concat(t,",").concat(r," ").concat(t+n,",").concat(r)},Pm=function(t,r,n){return"L ".concat(t,",").concat(r+n,"Q ").concat(t,",").concat(r," ").concat(t-n,",").concat(r)},Nm=function(t,r,n){return"L ".concat(t-n,",").concat(r,"Q ").concat(t,",").concat(r," ").concat(t,",").concat(r+n)};function Ub(e){var t=e.sourceX,r=e.sourceY,n=e.sourcePosition,i=n===void 0?Se.Bottom:n,o=e.targetX,a=e.targetY,u=e.targetPosition,l=u===void 0?Se.Top:u,d=e.borderRadius,f=d===void 0?5:d,h=e.centerX,p=e.centerY,v=P2({sourceX:t,sourceY:r,targetX:o,targetY:a}),m=Le(v,4),y=m[0],x=m[1],b=m[2],w=m[3],E=Math.min(f,Math.abs(o-t)),_=Math.min(f,Math.abs(a-r)),S=Math.min(E,_,b,w),R=[Se.Left,Se.Right],I=typeof h<"u"?h:y,P=typeof p<"u"?p:x,A=null,k=null;return t<=o?(A=r<=a?Em(t,P,S):Im(t,P,S),k=r<=a?Nm(o,P,S):Cm(o,P,S)):(A=r<a?Om(t,P,S):Pm(t,P,S),k=r<a?Rm(o,P,S):Sm(o,P,S)),R.includes(i)&&R.includes(l)?t<=o?(A=r<=a?Nm(I,r,S):Cm(I,r,S),k=r<=a?Em(I,a,S):Im(I,a,S)):(i===Se.Right&&l===Se.Left||i===Se.Left&&l===Se.Right||i===Se.Left&&l===Se.Left)&&(A=r<=a?Rm(I,r,S):Sm(I,r,S),k=r<=a?Om(I,a,S):Pm(I,a,S)):R.includes(i)&&!R.includes(l)?(t<=o?A=r<=a?Nm(o,r,S):Cm(o,r,S):A=r<=a?Rm(o,r,S):Sm(o,r,S),k=""):!R.includes(i)&&R.includes(l)&&(t<=o?A=r<=a?Em(t,a,S):Im(t,a,S):A=r<=a?Om(t,a,S):Pm(t,a,S),k=""),"M ".concat(t,",").concat(r).concat(A).concat(k,"L ").concat(o,",").concat(a)}var Fx=T.memo(function(e){var t=e.sourceX,r=e.sourceY,n=e.targetX,i=e.targetY,o=e.label,a=e.labelStyle,u=e.labelShowBg,l=e.labelBgStyle,d=e.labelBgPadding,f=e.labelBgBorderRadius,h=e.style,p=e.sourcePosition,v=p===void 0?Se.Bottom:p,m=e.targetPosition,y=m===void 0?Se.Top:m,x=e.markerEnd,b=e.markerStart,w=e.borderRadius,E=w===void 0?5:w,_=P2({sourceX:t,sourceY:r,targetX:n,targetY:i,sourcePosition:v,targetPosition:y}),S=Le(_,2),R=S[0],I=S[1],P=Ub({sourceX:t,sourceY:r,sourcePosition:v,targetX:n,targetY:i,targetPosition:y,borderRadius:E});return T.createElement(Hl,{path:P,centerX:R,centerY:I,label:o,labelStyle:a,labelShowBg:u,labelBgStyle:l,labelBgPadding:d,labelBgBorderRadius:f,style:h,markerEnd:x,markerStart:b})});function uP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function lP(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?uP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):uP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var N2=T.memo(function(e){return T.createElement(Fx,lP(lP({},e),{},{borderRadius:0}))}),T2=T.memo(function(e){var t=e.sourceX,r=e.sourceY,n=e.targetX,i=e.targetY,o=e.label,a=e.labelStyle,u=e.labelShowBg,l=e.labelBgStyle,d=e.labelBgPadding,f=e.labelBgBorderRadius,h=e.style,p=e.markerEnd,v=e.markerStart,m=Math.abs(i-r)/2,y=i<r?i+m:i-m,x=Math.abs(n-t)/2,b=n<t?n+x:n-x,w="M ".concat(t,",").concat(r,"L ").concat(n,",").concat(i);return T.createElement(Hl,{path:w,centerX:b,centerY:y,label:o,labelStyle:a,labelShowBg:u,labelBgStyle:l,labelBgPadding:d,labelBgBorderRadius:f,style:h,markerEnd:p,markerStart:v})});function vu(e,t){return e>=0?.5*e:t*25*Math.sqrt(-e)}function Ju(e){var t=e.pos,r=e.x1,n=e.y1,i=e.x2,o=e.y2,a=e.c,u,l;switch(t){case Se.Left:u=r-vu(r-i,a),l=n;break;case Se.Right:u=r+vu(i-r,a),l=n;break;case Se.Top:u=r,l=n-vu(n-o,a);break;case Se.Bottom:u=r,l=n+vu(o-n,a);break}return[u,l]}function Vl(e){var t=e.sourceX,r=e.sourceY,n=e.sourcePosition,i=n===void 0?Se.Bottom:n,o=e.targetX,a=e.targetY,u=e.targetPosition,l=u===void 0?Se.Top:u,d=e.curvature,f=d===void 0?.25:d,h=Ju({pos:i,x1:t,y1:r,x2:o,y2:a,c:f}),p=Le(h,2),v=p[0],m=p[1],y=Ju({pos:l,x1:o,y1:a,x2:t,y2:r,c:f}),x=Le(y,2),b=x[0],w=x[1];return"M".concat(t,",").concat(r," C").concat(v,",").concat(m," ").concat(b,",").concat(w," ").concat(o,",").concat(a)}function vY(e){var t=e.sourceX,r=e.sourceY,n=e.sourcePosition,i=n===void 0?Se.Bottom:n,o=e.targetX,a=e.targetY,u=e.targetPosition,l=u===void 0?Se.Top:u,d=e.curvature,f=d===void 0?.25:d,h=Ju({pos:i,x1:t,y1:r,x2:o,y2:a,c:f}),p=Le(h,2),v=p[0],m=p[1],y=Ju({pos:l,x1:o,y1:a,x2:t,y2:r,c:f}),x=Le(y,2),b=x[0],w=x[1],E=t*.125+v*.375+b*.375+o*.125,_=r*.125+m*.375+w*.375+a*.125,S=Math.abs(E-t),R=Math.abs(_-r);return[E,_,S,R]}var Wb=T.memo(function(e){var t=e.sourceX,r=e.sourceY,n=e.targetX,i=e.targetY,o=e.sourcePosition,a=o===void 0?Se.Bottom:o,u=e.targetPosition,l=u===void 0?Se.Top:u,d=e.label,f=e.labelStyle,h=e.labelShowBg,p=e.labelBgStyle,v=e.labelBgPadding,m=e.labelBgBorderRadius,y=e.style,x=e.markerEnd,b=e.markerStart,w=e.curvature,E={sourceX:t,sourceY:r,sourcePosition:a,targetX:n,targetY:i,targetPosition:l,curvature:w},_=Vl(E),S=vY(E),R=Le(S,2),I=R[0],P=R[1];return T.createElement(Hl,{path:_,centerX:I,centerY:P,label:d,labelStyle:f,labelShowBg:h,labelBgStyle:p,labelBgPadding:v,labelBgBorderRadius:m,style:y,markerEnd:x,markerStart:b})}),$x=T.createContext(null),gY=$x.Provider;$x.Consumer;function Gb(e,t,r,n,i,o,a){var u=a.elementFromPoint(e.clientX,e.clientY),l=(u==null?void 0:u.classList.contains("target"))||!1,d=(u==null?void 0:u.classList.contains("source"))||!1,f={elementBelow:u,isValid:!1,connection:{source:null,target:null,sourceHandle:null,targetHandle:null},isHoveringHandle:!1};if(u&&(l||d)){f.isHoveringHandle=!0;var h=u.getAttribute("data-nodeid"),p=u.getAttribute("data-handleid"),v=r?{source:h,sourceHandle:p,target:n,targetHandle:i}:{source:n,sourceHandle:i,target:h,targetHandle:p};f.connection=v;var m=t===So.Strict?r&&d||!r&&l:!0;m&&(f.isValid=o(v))}return f}function Tm(e){e==null||e.classList.remove("react-flow__handle-valid"),e==null||e.classList.remove("react-flow__handle-connecting")}function A2(e){var t=e.event,r=e.handleId,n=e.nodeId,i=e.onConnect,o=e.isTarget,a=e.getState,u=e.setState,l=e.isValidConnection,d=e.elementEdgeUpdaterType,f=e.onEdgeUpdateEnd,h=t.target.closest(".react-flow"),p=h2(t.target);if(!p)return;var v=p.elementFromPoint(t.clientX,t.clientY),m=v==null?void 0:v.classList.contains("target"),y=v==null?void 0:v.classList.contains("source");if(!h||!m&&!y&&!d)return;var x=a(),b=x.onConnectStart,w=x.connectionMode,E=d||(m?"target":"source"),_=h.getBoundingClientRect(),S;u({connectionPosition:{x:t.clientX-_.left,y:t.clientY-_.top},connectionNodeId:n,connectionHandleId:r,connectionHandleType:E}),b==null||b(t,{nodeId:n,handleId:r,handleType:E});function R(P){u({connectionPosition:{x:P.clientX-_.left,y:P.clientY-_.top}});var A=Gb(P,w,o,n,r,l,p),k=A.connection,L=A.elementBelow,$=A.isValid,j=A.isHoveringHandle;if(!j)return Tm(S);k.source!==k.target&&L&&(Tm(S),S=L,L.classList.add("react-flow__handle-connecting"),L.classList.toggle("react-flow__handle-valid",$))}function I(P){var A=a(),k=A.onConnectStop,L=A.onConnectEnd,$=Gb(P,w,o,n,r,l,p),j=$.connection,D=$.isValid;k==null||k(P),D&&(i==null||i(j)),L==null||L(P),d&&f&&f(P),Tm(S),u({connectionNodeId:null,connectionHandleId:null,connectionHandleType:null}),p.removeEventListener("mousemove",R),p.removeEventListener("mouseup",I)}p.addEventListener("mousemove",R),p.addEventListener("mouseup",I)}var mY=["type","position","isValidConnection","isConnectable","id","onConnect","children","className","onMouseDown"];function cP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Am(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?cP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):cP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var yY=function(){return!0},bY=function(t){return{connectionStartHandle:t.connectionStartHandle,connectOnClick:t.connectOnClick}},M2=T.forwardRef(function(e,t){var r=e.type,n=r===void 0?"source":r,i=e.position,o=i===void 0?Se.Top:i,a=e.isValidConnection,u=a===void 0?yY:a,l=e.isConnectable,d=l===void 0?!0:l,f=e.id,h=e.onConnect,p=e.children,v=e.className,m=e.onMouseDown,y=zl(e,mY),x=Ft(),b=T.useContext($x),w=gt(bY,Xt),E=w.connectionStartHandle,_=w.connectOnClick,S=f||null,R=n==="target",I=function(L){var $=x.getState(),j=$.defaultEdgeOptions,D=$.onConnect,G=$.hasDefaultEdges,B=Am(Am({},j),L);if(G){var Y=x.getState(),Z=Y.edges;x.setState({edges:jK(B,Z)})}D==null||D(B),h==null||h(B)},P=function(L){L.button===0&&A2({event:L,handleId:S,nodeId:b,onConnect:I,isTarget:R,getState:x.getState,setState:x.setState,isValidConnection:u}),m==null||m(L)},A=function(L){var $=x.getState(),j=$.onClickConnectStart,D=$.onClickConnectStop,G=$.onClickConnectEnd,B=$.connectionMode;if(!E){j==null||j(L,{nodeId:b,handleId:S,handleType:n}),x.setState({connectionStartHandle:{nodeId:b,type:n,handleId:S}});return}var Y=h2(L.target),Z=Gb(L,B,E.type==="target",E.nodeId,E.handleId||null,u,Y),te=Z.connection,U=Z.isValid;D==null||D(L),U&&I(te),G==null||G(L),x.setState({connectionStartHandle:null})};return T.createElement("div",Am({"data-handleid":S,"data-nodeid":b,"data-handlepos":o,className:cr(["react-flow__handle","react-flow__handle-".concat(o),"nodrag",v,{source:!R,target:R,connectable:d,connecting:(E==null?void 0:E.nodeId)===b&&(E==null?void 0:E.handleId)===S&&(E==null?void 0:E.type)===n}]),onMouseDown:P,onClick:_?A:void 0,ref:t},y),p)});M2.displayName="Handle";var Qu=T.memo(M2),D2=function(t){var r=t.data,n=t.isConnectable,i=t.targetPosition,o=i===void 0?Se.Top:i,a=t.sourcePosition,u=a===void 0?Se.Bottom:a;return T.createElement(T.Fragment,null,T.createElement(Qu,{type:"target",position:o,isConnectable:n}),r==null?void 0:r.label,T.createElement(Qu,{type:"source",position:u,isConnectable:n}))};D2.displayName="DefaultNode";var Kb=T.memo(D2),j2=function(t){var r=t.data,n=t.isConnectable,i=t.sourcePosition,o=i===void 0?Se.Bottom:i;return T.createElement(T.Fragment,null,r==null?void 0:r.label,T.createElement(Qu,{type:"source",position:o,isConnectable:n}))};j2.displayName="InputNode";var q2=T.memo(j2),k2=function(t){var r=t.data,n=t.isConnectable,i=t.targetPosition,o=i===void 0?Se.Top:i;return T.createElement(T.Fragment,null,T.createElement(Qu,{type:"target",position:o,isConnectable:n}),r==null?void 0:r.label)};k2.displayName="OutputNode";var L2=T.memo(k2),xY=function(t){return{selectedNodes:Array.from(t.nodeInternals.values()).filter(function(r){return r.selected}),selectedEdges:t.edges.filter(function(r){return r.selected})}},wY=function(t,r){var n=t.selectedNodes.map(function(u){return u.id}),i=r.selectedNodes.map(function(u){return u.id}),o=t.selectedEdges.map(function(u){return u.id}),a=r.selectedEdges.map(function(u){return u.id});return Xt(n,i)&&Xt(o,a)};function _Y(e){var t=e.onSelectionChange,r=gt(xY,wY),n=r.selectedNodes,i=r.selectedEdges;return T.useEffect(function(){t({nodes:n,edges:i})},[n,i]),null}var EY=T.memo(_Y),SY=function(t){return{setNodes:t.setNodes,setEdges:t.setEdges,setDefaultNodesAndEdges:t.setDefaultNodesAndEdges,setMinZoom:t.setMinZoom,setMaxZoom:t.setMaxZoom,setTranslateExtent:t.setTranslateExtent,setNodeExtent:t.setNodeExtent,reset:t.reset}};function qn(e,t){T.useEffect(function(){typeof e<"u"&&t(e)},[e])}function tt(e,t,r){T.useEffect(function(){typeof t<"u"&&r(He({},e,t))},[t])}var OY=function(t){var r=t.nodes,n=t.edges,i=t.defaultNodes,o=t.defaultEdges,a=t.onConnect,u=t.onConnectStart,l=t.onConnectStop,d=t.onConnectEnd,f=t.onClickConnectStart,h=t.onClickConnectStop,p=t.onClickConnectEnd,v=t.nodesDraggable,m=t.nodesConnectable,y=t.minZoom,x=t.maxZoom,b=t.nodeExtent,w=t.onNodesChange,E=t.onEdgesChange,_=t.elementsSelectable,S=t.connectionMode,R=t.snapGrid,I=t.snapToGrid,P=t.translateExtent,A=t.connectOnClick,k=t.defaultEdgeOptions,L=t.fitView,$=t.fitViewOptions,j=t.onNodesDelete,D=t.onEdgesDelete,G=t.onNodeDrag,B=t.onNodeDragStart,Y=t.onNodeDragStop,Z=t.onSelectionDrag,te=t.onSelectionDragStart,U=t.onSelectionDragStop,re=gt(SY,Xt),ae=re.setNodes,le=re.setEdges,F=re.setDefaultNodesAndEdges,W=re.setMinZoom,J=re.setMaxZoom,H=re.setTranslateExtent,K=re.setNodeExtent,se=re.reset,oe=Ft();return T.useEffect(function(){return F(i,o),function(){se()}},[]),tt("defaultEdgeOptions",k,oe.setState),tt("connectionMode",S,oe.setState),tt("onConnect",a,oe.setState),tt("onConnectStart",u,oe.setState),tt("onConnectStop",l,oe.setState),tt("onConnectEnd",d,oe.setState),tt("onClickConnectStart",f,oe.setState),tt("onClickConnectStop",h,oe.setState),tt("onClickConnectEnd",p,oe.setState),tt("nodesDraggable",v,oe.setState),tt("nodesConnectable",m,oe.setState),tt("elementsSelectable",_,oe.setState),tt("snapToGrid",I,oe.setState),tt("snapGrid",R,oe.setState),tt("onNodesChange",w,oe.setState),tt("onEdgesChange",E,oe.setState),tt("connectOnClick",A,oe.setState),tt("fitViewOnInit",L,oe.setState),tt("fitViewOnInitOptions",$,oe.setState),tt("onNodesDelete",j,oe.setState),tt("onEdgesDelete",D,oe.setState),tt("onNodeDrag",G,oe.setState),tt("onNodeDragStart",B,oe.setState),tt("onNodeDragStop",Y,oe.setState),tt("onSelectionDrag",Z,oe.setState),tt("onSelectionDragStart",te,oe.setState),tt("onSelectionDragStop",U,oe.setState),qn(r,ae),qn(n,le),qn(i,ae),qn(o,le),qn(y,W),qn(x,J),qn(P,H),qn(b,K),null},CY=".react-flow{height:100%;overflow:hidden;position:relative;width:100%}.react-flow__container{height:100%;left:0;position:absolute;top:0;width:100%}.react-flow__pane{z-index:1}.react-flow__viewport{pointer-events:none;transform-origin:0 0;z-index:2}.react-flow__renderer{z-index:4}.react-flow__selectionpane{z-index:5}.react-flow .react-flow__edges{overflow:visible;pointer-events:none}.react-flow .react-flow__connectionline{z-index:1001}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.inactive{pointer-events:none}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edge-path{fill:none}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connection-path{fill:none}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{box-sizing:border-box;pointer-events:all;position:absolute;transform-origin:0 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.react-flow__nodesselection{pointer-events:none;transform-origin:left top;z-index:3}.react-flow__nodesselection-rect{cursor:-webkit-grab;cursor:grab;pointer-events:all;position:absolute}.react-flow__handle{pointer-events:none;position:absolute}.react-flow__handle.connectable{pointer-events:all}.react-flow__handle-bottom{bottom:-4px;left:50%;top:auto;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{left:-4px;top:50%;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__controls{bottom:20px;left:15px;position:absolute;z-index:5}.react-flow__controls-button{border:none;height:24px;width:24px}.react-flow__controls-button svg{width:100%}.react-flow__minimap{bottom:20px;position:absolute;right:15px;z-index:5}.react-flow__attribution{background:hsla(0,0%,100%,.5);color:#999;font-size:10px;padding:2px 3px;position:absolute;z-index:1000}.react-flow__attribution a{color:#555;text-decoration:none}.react-flow__attribution.top{top:0}.react-flow__attribution.bottom{bottom:0}.react-flow__attribution.left{left:0}.react-flow__attribution.right{right:0}.react-flow__attribution.center{left:50%;transform:translateX(-50%)}",RY=CY,IY=".react-flow__edge.selected .react-flow__edge-path{stroke:#555}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-path{stroke:#b1b1b7;stroke-width:1}.react-flow__edge-text{font-size:10px}.react-flow__edge-textbg{fill:#fff}.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1}.react-flow__node{cursor:-webkit-grab;cursor:grab}.react-flow__node-default,.react-flow__node-group,.react-flow__node-input,.react-flow__node-output{background:#fff;border:1px solid #1a192b;border-radius:3px;color:#222;font-size:12px;padding:10px;text-align:center;width:150px}.react-flow__node-default.selected,.react-flow__node-group.selected,.react-flow__node-input.selected,.react-flow__node-output.selected{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-default .react-flow__handle,.react-flow__node-group .react-flow__handle,.react-flow__node-input .react-flow__handle,.react-flow__node-output .react-flow__handle{background:#1a192b}.react-flow__node-default.selectable:hover,.react-flow__node-group.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover{box-shadow:0 1px 4px 1px rgba(0,0,0,.08)}.react-flow__node-default.selectable.selected,.react-flow__node-group.selectable.selected,.react-flow__node-input.selectable.selected,.react-flow__node-output.selectable.selected{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background:hsla(0,0%,94%,.25);border-color:#1a192b}.react-flow__nodesselection-rect,.react-flow__selection{background:rgba(0,89,220,.08);border:1px dotted rgba(0,89,220,.8)}.react-flow__handle{background:#555;border:1px solid #fff;border-radius:100%;height:6px;width:6px}.react-flow__handle.connectable{cursor:crosshair}.react-flow__minimap{background-color:#fff}.react-flow__controls{box-shadow:0 0 2px 1px rgba(0,0,0,.08)}.react-flow__controls-button{align-items:center;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;cursor:pointer;display:flex;height:16px;justify-content:center;padding:5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:16px}.react-flow__controls-button svg{max-height:12px;max-width:12px}.react-flow__controls-button:hover{background:#f4f4f4}",PY=IY,NY=function(t,r,n){return n===Se.Left?t-r:n===Se.Right?t+r:t},TY=function(t,r,n){return n===Se.Top?t-r:n===Se.Bottom?t+r:t},fP=function(t){var r=t.className,n=t.position,i=t.centerX,o=t.centerY,a=t.radius,u=a===void 0?10:a;return T.createElement("circle",{className:cr(["react-flow__edgeupdater",r]),cx:NY(i,u,n),cy:TY(o,u,n),r:u,stroke:"transparent",fill:"transparent"})},eo=(function(e){var t=function(n){var i=n.id,o=n.className,a=n.type,u=n.data,l=n.onClick,d=n.onEdgeDoubleClick,f=n.selected,h=n.animated,p=n.label,v=n.labelStyle,m=n.labelShowBg,y=n.labelBgStyle,x=n.labelBgPadding,b=n.labelBgBorderRadius,w=n.style,E=n.source,_=n.target,S=n.sourceX,R=n.sourceY,I=n.targetX,P=n.targetY,A=n.sourcePosition,k=n.targetPosition,L=n.elementsSelectable,$=n.hidden,j=n.sourceHandleId,D=n.targetHandleId,G=n.onContextMenu,B=n.onMouseEnter,Y=n.onMouseMove,Z=n.onMouseLeave,te=n.edgeUpdaterRadius,U=n.onEdgeUpdate,re=n.onEdgeUpdateStart,ae=n.onEdgeUpdateEnd,le=n.markerEnd,F=n.markerStart,W=n.rfId,J=T.useState(!1),H=Le(J,2),K=H[0],se=H[1],oe=Ft(),fe=function(rt){var bt=oe.getState(),Jt=bt.edges,fr=bt.addSelectedEdges,Dt=Jt.find(function(_t){return _t.id===i});L&&(oe.setState({nodesSelectionActive:!1}),fr([i])),l==null||l(rt,Dt)},V=la(i,oe.getState,d),ee=la(i,oe.getState,G),we=la(i,oe.getState,B),be=la(i,oe.getState,Y),de=la(i,oe.getState,Z),ue=function(rt,bt){var Jt=bt?_:E,fr=(bt?D:j)||null,Dt=bt?"target":"source",_t=function(){return!0},jt=bt,Ur=oe.getState().edges.find(function(dr){return dr.id===i});re==null||re(rt,Ur,Dt);var Xn=ae?function(dr){return ae(dr,Ur,Dt)}:void 0,Cn=function(Di){return U==null?void 0:U(Ur,Di)};A2({event:rt,handleId:fr,nodeId:Jt,onConnect:Cn,isTarget:jt,getState:oe.getState,setState:oe.setState,isValidConnection:_t,elementEdgeUpdaterType:Dt,onEdgeUpdateEnd:Xn})},Ee=function(rt){return ue(rt,!0)},Pe=function(rt){return ue(rt,!1)},Ze=function(){return se(!0)},ze=function(){return se(!1)},Fe=T.useMemo(function(){return"url(#".concat(Hb(F,W),")")},[F,W]),Ve=T.useMemo(function(){return"url(#".concat(Hb(le,W),")")},[le,W]);if($)return null;var lt=!L&&!l,ct=typeof U<"u",mt=cr(["react-flow__edge","react-flow__edge-".concat(a),o,{selected:f,animated:h,inactive:lt,updating:K}]);return T.createElement("g",{className:mt,onClick:fe,onDoubleClick:V,onContextMenu:ee,onMouseEnter:we,onMouseMove:be,onMouseLeave:de},T.createElement(e,{id:i,source:E,target:_,selected:f,animated:h,label:p,labelStyle:v,labelShowBg:m,labelBgStyle:y,labelBgPadding:x,labelBgBorderRadius:b,data:u,style:w,sourceX:S,sourceY:R,targetX:I,targetY:P,sourcePosition:A,targetPosition:k,sourceHandleId:j,targetHandleId:D,markerStart:Fe,markerEnd:Ve,"data-testid":"rf__edge-".concat(i)}),ct&&T.createElement("g",{onMouseDown:Ee,onMouseEnter:Ze,onMouseOut:ze},T.createElement(fP,{position:A,centerX:S,centerY:R,radius:te})),ct&&T.createElement("g",{onMouseDown:Pe,onMouseEnter:Ze,onMouseOut:ze},T.createElement(fP,{position:k,centerX:I,centerY:P,radius:te})))};return t.displayName="EdgeWrapper",T.memo(t)});function dP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function hP(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?dP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):dP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function AY(e){var t={default:eo(e.default||Wb),straight:eo(e.bezier||T2),step:eo(e.step||N2),smoothstep:eo(e.step||Fx),simplebezier:eo(e.simplebezier||I2)},r={},n=Object.keys(e).filter(function(i){return!["default","bezier"].includes(i)}).reduce(function(i,o){return i[o]=eo(e[o]||Wb),i},r);return hP(hP({},t),n)}function pP(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null,n=((r==null?void 0:r.x)||0)+t.x,i=((r==null?void 0:r.y)||0)+t.y,o=(r==null?void 0:r.width)||t.width,a=(r==null?void 0:r.height)||t.height;switch(e){case Se.Top:return{x:n+o/2,y:i};case Se.Right:return{x:n+o,y:i+a/2};case Se.Bottom:return{x:n+o/2,y:i+a};case Se.Left:return{x:n,y:i+a/2}}}function vP(e,t){if(!e)return null;var r=null;return e.length===1||!t?r=e[0]:t&&(r=e.find(function(n){return n.id===t})),typeof r>"u"?null:r}var MY=function(t,r,n,i,o,a){var u=pP(n,t,r),l=pP(a,i,o);return{sourceX:u.x,sourceY:u.y,targetX:l.x,targetY:l.y}};function DY(e){var t=e.sourcePos,r=e.targetPos,n=e.sourceWidth,i=e.sourceHeight,o=e.targetWidth,a=e.targetHeight,u=e.width,l=e.height,d=e.transform,f={x:Math.min(t.x,r.x),y:Math.min(t.y,r.y),x2:Math.max(t.x+n,r.x+o),y2:Math.max(t.y+i,r.y+a)};f.x===f.x2&&(f.x2+=1),f.y===f.y2&&(f.y2+=1);var h=Xu({x:(0-d[0])/d[2],y:(0-d[1])/d[2],width:u/d[2],height:l/d[2]}),p=Math.max(0,Math.min(h.x2,f.x2)-Math.max(h.x,f.x)),v=Math.max(0,Math.min(h.y2,f.y2)-Math.max(h.y,f.y)),m=Math.ceil(p*v);return m>0}function gP(e,t){var r,n,i,o,a,u=e.get(t),l=(u==null||(r=u[Nt])===null||r===void 0?void 0:r.handleBounds)||null,d=!u||!l||!u.width||!u.height||typeof((n=u.positionAbsolute)===null||n===void 0?void 0:n.x)>"u"||typeof((i=u.positionAbsolute)===null||i===void 0?void 0:i.y)>"u";return[{x:(u==null||(o=u.positionAbsolute)===null||o===void 0?void 0:o.x)||0,y:(u==null||(a=u.positionAbsolute)===null||a===void 0?void 0:a.y)||0,width:(u==null?void 0:u.width)||0,height:(u==null?void 0:u.height)||0},l,!d]}var jY=typeof document<"u"?document:null,el=(function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{target:jY},r=T.useState(!1),n=Le(r,2),i=n[0],o=n[1],a=T.useRef(new Set([])),u=T.useMemo(function(){if(e!==null){var h=Array.isArray(e)?e:[e],p=h.filter(function(m){return typeof m=="string"}).map(function(m){return m.split("+")}),v=p.reduce(function(m,y){return m.concat.apply(m,mi(y))},[]);return[p,v]}return[[],[]]},[e]),l=Le(u,2),d=l[0],f=l[1];return T.useEffect(function(){if(e!==null){var h,p,v=function(b){if(bP(b))return!1;var w=yP(b.code,f);a.current.add(b[w]),mP(d,a.current,!1)&&(b.preventDefault(),o(!0))},m=function(b){if(bP(b))return!1;var w=yP(b.code,f);mP(d,a.current,!0)?(o(!1),a.current.clear()):a.current.delete(b[w])},y=function(){a.current.clear(),o(!1)};return t==null||(h=t.target)===null||h===void 0||h.addEventListener("keydown",v),t==null||(p=t.target)===null||p===void 0||p.addEventListener("keyup",m),window.addEventListener("blur",y),function(){var x,b;t==null||(x=t.target)===null||x===void 0||x.removeEventListener("keydown",v),t==null||(b=t.target)===null||b===void 0||b.removeEventListener("keyup",m),window.removeEventListener("blur",y)}}},[e,o]),i});function mP(e,t,r){return e.filter(function(n){return r||n.length===t.size}).some(function(n){return n.every(function(i){return t.has(i)})})}function yP(e,t){return t.includes(e)?"code":"key"}function bP(e){var t,r=((t=e.composedPath)===null||t===void 0?void 0:t.call(e)[0])||e.target;return["INPUT","SELECT","TEXTAREA"].includes(r==null?void 0:r.nodeName)||(r==null?void 0:r.hasAttribute("contenteditable"))}var qY=function(t){return{onNodesChange:t.onNodesChange,onEdgesChange:t.onEdgesChange}},kY=(function(e){var t=e.deleteKeyCode,r=e.multiSelectionKeyCode,n=Ft(),i=gt(qY,Xt),o=i.onNodesChange,a=i.onEdgesChange,u=el(t),l=el(r);T.useEffect(function(){var d=n.getState(),f=d.nodeInternals,h=d.edges,p=d.hasDefaultNodes,v=d.hasDefaultEdges,m=d.onNodesDelete,y=d.onEdgesDelete,x=Array.from(f.values()),b=x.reduce(function(P,A){return(!A.selected&&A.parentNode&&P.find(function(k){return k.id===A.parentNode})||A.selected)&&P.push(A),P},[]),w=h.filter(function(P){return P.selected});if(u&&(b||w)){var E=w2(b,h),_=[].concat(mi(w),mi(E)),S=_.reduce(function(P,A){return P.includes(A.id)||P.push(A.id),P},[]);if((v||p)&&(v&&n.setState({edges:h.filter(function(P){return!S.includes(P.id)})}),p&&(b.forEach(function(P){f.delete(P.id)}),n.setState({nodeInternals:new Map(f)}))),S.length>0&&(y==null||y(_),a)){var R=S.map(function(P){return{id:P,type:"remove"}});a(R)}if(b.length>0&&(m==null||m(b),o)){var I=b.map(function(P){return{id:P.id,type:"remove"}});o(I)}n.setState({nodesSelectionActive:!1})}},[u,o,a]),T.useEffect(function(){n.setState({multiSelectionActive:l})},[l])});function LY(e){var t=Ft();T.useEffect(function(){var r,n=function(){if(e.current){var o=kx(e.current);process.env.NODE_ENV==="development"&&(o.height===0||o.width===0)&&console.warn("[React Flow]: The React Flow parent container needs a width and a height to render the graph. Help: https://reactflow.dev/error#400"),t.setState({width:o.width||500,height:o.height||500})}};return n(),window.onresize=n,e.current&&(r=new ResizeObserver(function(){return n()}),r.observe(e.current)),function(){window.onresize=null,r&&e.current&&r.unobserve(e.current)}},[])}var BY=function(t,r){return t.x!==r.x||t.y!==r.y||t.zoom!==r.k},Mm=function(t){return{x:t.x,y:t.y,zoom:t.k}},gu=function(t,r){return t.target.closest(".".concat(r))},FY=function(t){return{d3Zoom:t.d3Zoom,d3Selection:t.d3Selection,d3ZoomHandler:t.d3ZoomHandler}},$Y=function(t){var r=t.onMove,n=t.onMoveStart,i=t.onMoveEnd,o=t.zoomOnScroll,a=o===void 0?!0:o,u=t.zoomOnPinch,l=u===void 0?!0:u,d=t.panOnScroll,f=d===void 0?!1:d,h=t.panOnScrollSpeed,p=h===void 0?.5:h,v=t.panOnScrollMode,m=v===void 0?ho.Free:v,y=t.zoomOnDoubleClick,x=y===void 0?!0:y,b=t.selectionKeyPressed,w=t.elementsSelectable,E=t.panOnDrag,_=E===void 0?!0:E,S=t.translateExtent,R=t.minZoom,I=t.maxZoom,P=t.defaultZoom,A=P===void 0?1:P,k=t.defaultPosition,L=k===void 0?[0,0]:k,$=t.zoomActivationKeyCode,j=t.preventScrolling,D=j===void 0?!0:j,G=t.children,B=t.noWheelClassName,Y=t.noPanClassName,Z=Ft(),te=T.useRef(!1),U=T.useRef(null),re=T.useRef({x:0,y:0,zoom:0}),ae=gt(FY,Xt),le=ae.d3Zoom,F=ae.d3Selection,W=ae.d3ZoomHandler,J=el($);return LY(U),T.useEffect(function(){if(U.current){var H,K=OK().scaleExtent([R,I]).translateExtent(S),se=qr(U.current).call(K),oe=po(L[0],S[0][0],S[1][0]),fe=po(L[1],S[0][1],S[1][1]),V=po(A,R,I),ee=gi.translate(oe,fe).scale(V);K.transform(se,ee),Z.setState({d3Zoom:K,d3Selection:se,d3ZoomHandler:se.on("wheel.zoom"),transform:[oe,fe,V],domNode:(H=se.node())===null||H===void 0?void 0:H.closest(".react-flow")})}},[]),T.useEffect(function(){F&&le&&(f&&!J?F.on("wheel",function(H){if(gu(H,B))return!1;H.preventDefault(),H.stopImmediatePropagation();var K=F.property("__zoom").k||1;if(H.ctrlKey&&l){var se=Zr(H),oe=-H.deltaY*(H.deltaMode===1?.05:H.deltaMode?1:.002)*10,fe=K*Math.pow(2,oe);le.scaleTo(F,fe,se);return}var V=H.deltaMode===1?20:1,ee=m===ho.Vertical?0:H.deltaX*V,we=m===ho.Horizontal?0:H.deltaY*V;le.translateBy(F,-(ee/K)*p,-(we/K)*p)}).on("wheel.zoom",null):typeof W<"u"&&F.on("wheel",function(H){if(!D||gu(H,B))return null;H.preventDefault()}).on("wheel.zoom",W))},[f,m,F,le,W,J,l,D,B]),T.useEffect(function(){le&&(b&&!te.current?le.on("zoom",null):b||le.on("zoom",function(H){if(Z.setState({transform:[H.transform.x,H.transform.y,H.transform.k]}),r){var K=Mm(H.transform);r(H.sourceEvent,K)}}))},[b,le,r]),T.useEffect(function(){le&&le.on("start",function(H){if(te.current=!0,n){var K=Mm(H.transform);re.current=K,n(H.sourceEvent,K)}})},[le,n]),T.useEffect(function(){le&&le.on("end",function(H){if(te.current=!1,i&&BY(re.current,H.transform)){var K=Mm(H.transform);re.current=K,i(H.sourceEvent,K)}})},[le,i]),T.useEffect(function(){le&&le.filter(function(H){var K=J||a,se=l&&H.ctrlKey;return!_&&!K&&!f&&!x&&!l||b||!x&&H.type==="dblclick"||gu(H,B)&&H.type==="wheel"||gu(H,Y)&&H.type!=="wheel"||!l&&H.ctrlKey&&H.type==="wheel"||!K&&!f&&!se&&H.type==="wheel"||!_&&(H.type==="mousedown"||H.type==="touchstart")?!1:(!H.ctrlKey||H.type==="wheel")&&!H.button})},[le,a,l,f,x,_,b,w,J]),T.createElement("div",{className:"react-flow__renderer react-flow__container",ref:U},G)};function xP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function wP(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?xP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):xP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function _P(e,t){return{x:e.clientX-t.left,y:e.clientY-t.top}}var zY=function(t){return{userSelectionActive:t.userSelectionActive,elementsSelectable:t.elementsSelectable}},EP={startX:0,startY:0,x:0,y:0,width:0,height:0,draw:!1},HY=T.memo(function(e){var t=e.selectionKeyPressed,r=Ft(),n=T.useRef(0),i=T.useRef(0),o=T.useRef(),a=T.useState(EP),u=Le(a,2),l=u[0],d=u[1],f=gt(zY,Xt),h=f.userSelectionActive,p=f.elementsSelectable,v=h||t;if(!p||!v)return null;var m=function(){d(EP),r.setState({userSelectionActive:!1}),n.current=0,i.current=0},y=function(_){var S=_.target.closest(".react-flow");o.current=S.getBoundingClientRect();var R=_P(_,o.current);d({width:0,height:0,startX:R.x,startY:R.y,x:R.x,y:R.y,draw:!0}),r.setState({userSelectionActive:!0,nodesSelectionActive:!1})},x=function(_){var S,R;if(!(!t||!l.draw||!o.current)){var I=_P(_,o.current),P=(S=l.startX)!==null&&S!==void 0?S:0,A=(R=l.startY)!==null&&R!==void 0?R:0,k=wP(wP({},l),{},{x:I.x<P?I.x:P,y:I.y<A?I.y:A,width:Math.abs(I.x-P),height:Math.abs(I.y-A)}),L=r.getState(),$=L.nodeInternals,j=L.edges,D=L.transform,G=L.onNodesChange,B=L.onEdgesChange,Y=Array.from($.values()),Z=x2($,k,D,!1,!0),te=w2(Z,j).map(function(le){return le.id}),U=Z.map(function(le){return le.id});if(n.current!==U.length){n.current=U.length;var re=so(Y,U);re.length&&(G==null||G(re))}if(i.current!==te.length){i.current=te.length;var ae=so(j,te);ae.length&&(B==null||B(ae))}d(k)}},b=function(){r.setState({nodesSelectionActive:n.current>0}),m()},w=function(){r.setState({nodesSelectionActive:!1}),m()};return T.createElement("div",{className:"react-flow__selectionpane react-flow__container",onMouseDown:y,onMouseMove:x,onMouseUp:b,onMouseLeave:w},l.draw&&T.createElement("div",{className:"react-flow__selection react-flow__container",style:{width:l.width,height:l.height,transform:"translate(".concat(l.x,"px, ").concat(l.y,"px)")}}))});function SP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function OP(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?SP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):SP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function B2(e,t){if(!e.parentNode)return!1;var r=t.get(e.parentNode);return r?r.selected?!0:B2(r,t):!1}function CP(e,t,r){var n=e;do{var i;if((i=n)!==null&&i!==void 0&&i.matches(t))return!0;if(n===r.current)return!1;n=n.parentElement}while(n);return!1}function VY(e,t,r){return Array.from(e.values()).filter(function(n){return(n.selected||n.id===r)&&(!n.parentNode||!B2(n,e))}).map(function(n){var i,o,a,u;return{id:n.id,position:n.position||{x:0,y:0},positionAbsolute:n.positionAbsolute||{x:0,y:0},distance:{x:t.x-((i=(o=n.positionAbsolute)===null||o===void 0?void 0:o.x)!==null&&i!==void 0?i:0),y:t.y-((a=(u=n.positionAbsolute)===null||u===void 0?void 0:u.y)!==null&&a!==void 0?a:0)},delta:{x:0,y:0},extent:n.extent,parentNode:n.parentNode,width:n.width,height:n.height}})}function UY(e,t,r,n,i,o){var a=Le(n,2),u=a[0],l=a[1],d=e.extent||o,f={x:t.x-e.distance.x,y:t.y-e.distance.y};if(r&&(f.x=u*Math.round(f.x/u),f.y=l*Math.round(f.y/l)),e.extent==="parent")if(e.parentNode&&e.width&&e.height){var h=i.get(e.parentNode);d=h!=null&&h.positionAbsolute&&h!==null&&h!==void 0&&h.width&&h!==null&&h!==void 0&&h.height?[[h.positionAbsolute.x,h.positionAbsolute.y],[h.positionAbsolute.x+h.width-e.width,h.positionAbsolute.y+h.height-e.height]]:d}else process.env.NODE_ENV==="development"&&console.warn("[React Flow]: Only child nodes can use a parent extent. Help: https://reactflow.dev/error#500"),d=o;else if(e.extent&&e.parentNode){var p,v,m,y,x=i.get(e.parentNode),b=(p=x==null||(v=x.positionAbsolute)===null||v===void 0?void 0:v.x)!==null&&p!==void 0?p:0,w=(m=x==null||(y=x.positionAbsolute)===null||y===void 0?void 0:y.y)!==null&&m!==void 0?m:0;d=[[e.extent[0][0]+b,e.extent[0][1]+w],[e.extent[1][0]+b,e.extent[1][1]+w]]}var E={x:0,y:0};if(e.parentNode){var _,S,R,I,P=i.get(e.parentNode);E={x:(_=P==null||(S=P.positionAbsolute)===null||S===void 0?void 0:S.x)!==null&&_!==void 0?_:0,y:(R=P==null||(I=P.positionAbsolute)===null||I===void 0?void 0:I.y)!==null&&R!==void 0?R:0}}return e.positionAbsolute=d?d2(f,d):f,e.position={x:e.positionAbsolute.x-E.x,y:e.positionAbsolute.y-E.y},e}function Dm(e){var t=e.nodeId,r=e.dragItems,n=e.nodeInternals,i=r.map(function(o){var a=n.get(o.id);return OP(OP({},a),{},{position:o.position,positionAbsolute:o.positionAbsolute})});return[t?i.find(function(o){return o.id===t}):i[0],i]}function jm(e){return function(t,r,n){return e==null?void 0:e(t,n)}}function F2(e){var t=e.nodeRef,r=e.disabled,n=r===void 0?!1:r,i=e.noDragClassName,o=e.handleSelector,a=e.nodeId,u=e.isSelectable,l=e.selectNodesOnDrag,d=T.useState(!1),f=Le(d,2),h=f[0],p=f[1],v=Ft(),m=T.useRef(),y=T.useRef({x:null,y:null}),x=T.useCallback(function(b){var w=b.sourceEvent,E=v.getState(),_=E.transform,S=E.snapGrid,R=E.snapToGrid,I=w.touches?w.touches[0].clientX:w.clientX,P=w.touches?w.touches[0].clientY:w.clientY,A=b2({x:I,y:P},_,R,S);return A},[]);return T.useEffect(function(){if(t!=null&&t.current){var b=qr(t.current);if(n)b.on(".drag",null);else{var w=j8().on("start",function(E){var _=v.getState(),S=_.nodeInternals,R=_.multiSelectionActive,I=_.unselectNodesAndEdges,P=_.onNodeDragStart,A=_.onSelectionDragStart,k=a?P:jm(A);if(!l&&!R&&a){var L;(L=S.get(a))!==null&&L!==void 0&&L.selected||I()}a&&u&&l&&y2({id:a,store:v});var $=x(E);if(y.current=$,m.current=VY(S,$,a),k&&m.current){var j=Dm({nodeId:a,dragItems:m.current,nodeInternals:S}),D=Le(j,2),G=D[0],B=D[1];k(E.sourceEvent,G,B)}}).on("drag",function(E){var _=v.getState(),S=_.updateNodePositions,R=_.snapToGrid,I=_.snapGrid,P=_.nodeInternals,A=_.nodeExtent,k=_.onNodeDrag,L=_.onSelectionDrag,$=x(E);if((y.current.x!==$.x||y.current.y!==$.y)&&m.current){y.current=$,m.current=m.current.map(function(Z){return UY(Z,$,R,I,P,A)});var j=a?k:jm(L);if(S(m.current,!0,!0),p(!0),j){var D=Dm({nodeId:a,dragItems:m.current,nodeInternals:P}),G=Le(D,2),B=G[0],Y=G[1];j(E.sourceEvent,B,Y)}}E.on("end",function(Z){if(p(!1),m.current){var te=v.getState(),U=te.updateNodePositions,re=te.nodeInternals,ae=te.onNodeDragStop,le=te.onSelectionDragStop,F=a?ae:jm(le);if(U(m.current,!1,!1),F){var W=Dm({nodeId:a,dragItems:m.current,nodeInternals:re}),J=Le(W,2),H=J[0],K=J[1];F(Z.sourceEvent,H,K)}}})}).filter(function(E){var _=E.target,S=!E.button&&(!i||!CP(_,".".concat(i),t))&&(!o||CP(_,o,t));return S});return b.call(w),function(){b.on(".drag",null)}}}},[t,n,i,o,u,v,a,l,x]),h}function RP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function WY(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?RP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):RP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var GY=function(t){return WY({transformString:"translate(".concat(t.transform[0],"px,").concat(t.transform[1],"px) scale(").concat(t.transform[2],")"),userSelectionActive:t.userSelectionActive},Lx(Array.from(t.nodeInternals.values()).filter(function(r){return r.selected})))},KY=function(t){var r=Array.from(t.nodeInternals.values()).filter(function(n){return n.selected});return Lx(r)};function YY(e){var t=e.onSelectionContextMenu,r=e.noPanClassName,n=Ft(),i=gt(GY,Xt),o=i.transformString,a=i.userSelectionActive,u=gt(KY,Xt),l=u.width,d=u.height,f=u.x,h=u.y,p=T.useRef(null);if(F2({nodeRef:p}),a||!l||!d)return null;var v=t?function(m){var y=Array.from(n.getState().nodeInternals.values()).filter(function(x){return x.selected});t(m,y)}:void 0;return T.createElement("div",{className:cr(["react-flow__nodesselection","react-flow__container",r]),style:{transform:o}},T.createElement("div",{ref:p,className:"react-flow__nodesselection-rect",onContextMenu:v,style:{width:l,height:d,top:h,left:f}}))}var XY=T.memo(YY),ZY=function(t){return t.nodesSelectionActive},$2=function(t){var r=t.children,n=t.onPaneClick,i=t.onPaneContextMenu,o=t.onPaneScroll,a=t.deleteKeyCode,u=t.onMove,l=t.onMoveStart,d=t.onMoveEnd,f=t.selectionKeyCode,h=t.multiSelectionKeyCode,p=t.zoomActivationKeyCode,v=t.elementsSelectable,m=t.zoomOnScroll,y=t.zoomOnPinch,x=t.panOnScroll,b=t.panOnScrollSpeed,w=t.panOnScrollMode,E=t.zoomOnDoubleClick,_=t.panOnDrag,S=t.translateExtent,R=t.minZoom,I=t.maxZoom,P=t.defaultZoom,A=t.defaultPosition,k=t.preventScrolling,L=t.onSelectionContextMenu,$=t.noWheelClassName,j=t.noPanClassName,D=Ft(),G=gt(ZY),B=el(f);kY({deleteKeyCode:a,multiSelectionKeyCode:h});var Y=function(re){n==null||n(re),D.getState().resetSelectedElements(),D.setState({nodesSelectionActive:!1})},Z=i?function(U){return i(U)}:void 0,te=o?function(U){return o(U)}:void 0;return T.createElement($Y,{onMove:u,onMoveStart:l,onMoveEnd:d,selectionKeyPressed:B,elementsSelectable:v,zoomOnScroll:m,zoomOnPinch:y,panOnScroll:x,panOnScrollSpeed:b,panOnScrollMode:w,zoomOnDoubleClick:E,panOnDrag:_,translateExtent:S,minZoom:R,maxZoom:I,defaultZoom:P,defaultPosition:A,zoomActivationKeyCode:p,preventScrolling:k,noWheelClassName:$,noPanClassName:j},r,T.createElement(HY,{selectionKeyPressed:B}),G&&T.createElement(XY,{onSelectionContextMenu:L,noPanClassName:j}),T.createElement("div",{className:"react-flow__pane react-flow__container",onClick:Y,onContextMenu:Z,onWheel:te}))};$2.displayName="FlowRenderer";var JY=T.memo($2);function QY(e){var t=gt(T.useCallback(function(r){return e?x2(r.nodeInternals,{x:0,y:0,width:r.width,height:r.height},r.transform,!0):Array.from(r.nodeInternals.values())},[e]));return t}var e9=function(t){return{nodesDraggable:t.nodesDraggable,nodesConnectable:t.nodesConnectable,elementsSelectable:t.elementsSelectable,updateNodeDimensions:t.updateNodeDimensions}},z2=function(t){var r=gt(e9,Xt),n=r.nodesDraggable,i=r.nodesConnectable,o=r.elementsSelectable,a=r.updateNodeDimensions,u=QY(t.onlyRenderVisibleElements),l=T.useRef(),d=T.useMemo(function(){if(typeof ResizeObserver>"u")return null;var f=new ResizeObserver(function(h){var p=h.map(function(v){return{id:v.target.getAttribute("data-id"),nodeElement:v.target,forceUpdate:!0}});a(p)});return l.current=f,f},[]);return T.useEffect(function(){return function(){var f;l==null||(f=l.current)===null||f===void 0||f.disconnect()}},[]),T.createElement("div",{className:"react-flow__nodes react-flow__container"},u.map(function(f){var h,p,v,m,y,x,b,w=f.type||"default";t.nodeTypes[w]||(process.env.NODE_ENV==="development"&&console.warn('[React Flow]: Node type "'.concat(w,'" not found. Using fallback type "default". Help: https://reactflow.dev/error#300')),w="default");var E=t.nodeTypes[w]||t.nodeTypes.default,_=!!(f.draggable||n&&typeof f.draggable>"u"),S=!!(f.selectable||o&&typeof f.selectable>"u"),R=!!(f.connectable||i&&typeof f.connectable>"u");return T.createElement(E,{key:f.id,id:f.id,className:f.className,style:f.style,type:w,data:f.data,sourcePosition:f.sourcePosition||Se.Bottom,targetPosition:f.targetPosition||Se.Top,hidden:f.hidden,xPos:(h=(p=f.positionAbsolute)===null||p===void 0?void 0:p.x)!==null&&h!==void 0?h:0,yPos:(v=(m=f.positionAbsolute)===null||m===void 0?void 0:m.y)!==null&&v!==void 0?v:0,selectNodesOnDrag:t.selectNodesOnDrag,onClick:t.onNodeClick,onMouseEnter:t.onNodeMouseEnter,onMouseMove:t.onNodeMouseMove,onMouseLeave:t.onNodeMouseLeave,onContextMenu:t.onNodeContextMenu,onDoubleClick:t.onNodeDoubleClick,selected:!!f.selected,isDraggable:_,isSelectable:S,isConnectable:R,resizeObserver:d,dragHandle:f.dragHandle,zIndex:(y=(x=f[Nt])===null||x===void 0?void 0:x.z)!==null&&y!==void 0?y:0,isParent:!!((b=f[Nt])!==null&&b!==void 0&&b.isParent),noDragClassName:t.noDragClassName,noPanClassName:t.noPanClassName,initialized:!!f.width&&!!f.height})}))};z2.displayName="NodeRenderer";var t9=T.memo(z2),to;function IP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function PP(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?IP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):IP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var r9=(to={},He(to,Se.Left,Se.Right),He(to,Se.Right,Se.Left),He(to,Se.Top,Se.Bottom),He(to,Se.Bottom,Se.Top),to),n9=(function(e){var t,r,n,i,o,a=e.connectionNodeId,u=e.connectionHandleType,l=e.connectionLineStyle,d=e.connectionLineType,f=d===void 0?zn.Bezier:d,h=e.isConnectable,p=e.CustomConnectionLineComponent,v=gt(T.useCallback(function(te){return{fromNode:te.nodeInternals.get(a),handleId:te.connectionHandleId,toX:(te.connectionPosition.x-te.transform[0])/te.transform[2],toY:(te.connectionPosition.y-te.transform[1])/te.transform[2]}},[a]),Xt),m=v.fromNode,y=v.handleId,x=v.toX,b=v.toY,w=m==null||(t=m[Nt])===null||t===void 0?void 0:t.handleBounds;if(!m||!h||!(w!=null&&w[u]))return null;var E=w[u],_=y?E.find(function(te){return te.id===y}):E[0],S=_?_.x+_.width/2:((r=m==null?void 0:m.width)!==null&&r!==void 0?r:0)/2,R=_?_.y+_.height/2:(n=m==null?void 0:m.height)!==null&&n!==void 0?n:0,I=((m==null||(i=m.positionAbsolute)===null||i===void 0?void 0:i.x)||0)+S,P=((m==null||(o=m.positionAbsolute)===null||o===void 0?void 0:o.y)||0)+R,A=_==null?void 0:_.position;if(!A)return null;var k=r9[A],L,$,j,D,G,B;switch(u){case"source":L=I,$=P,j=A,D=x,G=b,B=k;break;case"target":L=x,$=b,j=k,D=I,G=P,B=A;break}if(p)return T.createElement("g",{className:"react-flow__connection"},T.createElement(p,{connectionLineType:f,connectionLineStyle:l,fromNode:m,fromHandle:_,fromX:I,fromY:P,toX:x,toY:b,fromPosition:A,toPosition:k,sourcePosition:j,targetPosition:B,sourceNode:m,sourceHandle:_,targetX:D,targetY:G,sourceX:L,sourceY:$}));var Y="",Z={sourceX:L,sourceY:$,sourcePosition:j,targetX:D,targetY:G,targetPosition:B};return f===zn.Bezier?Y=Vl(Z):f===zn.Step?Y=Ub(PP(PP({},Z),{},{borderRadius:0})):f===zn.SmoothStep?Y=Ub(Z):f===zn.SimpleBezier?Y=R2(Z):Y="M".concat(L,",").concat($," ").concat(D,",").concat(G),T.createElement("g",{className:"react-flow__connection"},T.createElement("path",{d:Y,className:"react-flow__connection-path",style:l}))});function Yb(e){"@babel/helpers - typeof";return Yb=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Yb(e)}var mu,i9=function(t){var r=t.color,n=r===void 0?"none":r,i=t.strokeWidth,o=i===void 0?1:i;return T.createElement("polyline",{stroke:n,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:o,fill:"none",points:"-5,-4 0,0 -5,4"})},o9=function(t){var r=t.color,n=r===void 0?"none":r,i=t.strokeWidth,o=i===void 0?1:i;return T.createElement("polyline",{stroke:n,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:o,fill:n,points:"-5,-4 0,0 -5,4 -5,-4"})},NP=(mu={},He(mu,Yu.Arrow,i9),He(mu,Yu.ArrowClosed,o9),mu);function a9(e){var t=T.useMemo(function(){var r=NP.hasOwnProperty(e);return r?NP[e]:(process.env.NODE_ENV==="development"&&console.warn('[React Flow]: Marker type "'.concat(e,`" doesn't exist. Help: https://reactflow.dev/error#900`)),function(){return null})},[e]);return t}function TP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function s9(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?TP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):TP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var u9=function(t){var r=t.id,n=t.type,i=t.color,o=t.width,a=o===void 0?12.5:o,u=t.height,l=u===void 0?12.5:u,d=t.markerUnits,f=d===void 0?"strokeWidth":d,h=t.strokeWidth,p=t.orient,v=p===void 0?"auto":p,m=a9(n);return T.createElement("marker",{className:"react-flow__arrowhead",id:r,markerWidth:"".concat(a),markerHeight:"".concat(l),viewBox:"-10 -10 20 20",markerUnits:f,orient:v,refX:"0",refY:"0"},T.createElement(m,{color:i,strokeWidth:h}))},l9=function(t){var r=t.defaultColor,n=t.rfId;return function(i){var o=[];return i.edges.reduce(function(a,u){return[u.markerStart,u.markerEnd].forEach(function(l){if(l&&Yb(l)==="object"){var d=Hb(l,n);o.includes(d)||(a.push(s9({id:d,color:l.color||r},l)),o.push(d))}}),a},[]).sort(function(a,u){return a.id.localeCompare(u.id)})}},H2=function(t){var r=t.defaultColor,n=t.rfId,i=gt(T.useCallback(l9({defaultColor:r,rfId:n}),[r,n]),function(o,a){return!(o.length!==a.length||o.some(function(u,l){return u.id!==a[l].id}))});return T.createElement("defs",null,i.map(function(o){return T.createElement(u9,{id:o.id,key:o.id,type:o.type,color:o.color,width:o.width,height:o.height,markerUnits:o.markerUnits,strokeWidth:o.strokeWidth,orient:o.orient})}))};H2.displayName="MarkerDefinitions";var c9=T.memo(H2),f9=[{level:0,isMaxLevel:!0,edges:[]}];function d9(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,n=-1,i=e.reduce(function(a,u){var l=p2(u.zIndex),d=l?u.zIndex:0;if(r){var f,h,p,v;d=l?u.zIndex:Math.max(((f=t.get(u.source))===null||f===void 0||(h=f[Nt])===null||h===void 0?void 0:h.z)||0,((p=t.get(u.target))===null||p===void 0||(v=p[Nt])===null||v===void 0?void 0:v.z)||0)}return a[d]?a[d].push(u):a[d]=[u],n=d>n?d:n,a},{}),o=Object.entries(i).map(function(a){var u=Le(a,2),l=u[0],d=u[1],f=+l;return{edges:d,level:f,isMaxLevel:f===n}});return o.length===0?f9:o}function h9(e,t,r){var n=gt(T.useCallback(function(i){return e?i.edges.filter(function(o){var a=t.get(o.source),u=t.get(o.target);return(a==null?void 0:a.width)&&(a==null?void 0:a.height)&&(u==null?void 0:u.width)&&(u==null?void 0:u.height)&&DY({sourcePos:a.positionAbsolute||{x:0,y:0},targetPos:u.positionAbsolute||{x:0,y:0},sourceWidth:a.width,sourceHeight:a.height,targetWidth:u.width,targetHeight:u.height,width:i.width,height:i.height,transform:i.transform})}):i.edges},[e,t]));return d9(n,t,r)}var p9=function(t){return{connectionNodeId:t.connectionNodeId,connectionHandleType:t.connectionHandleType,nodesConnectable:t.nodesConnectable,elementsSelectable:t.elementsSelectable,width:t.width,height:t.height,connectionMode:t.connectionMode,nodeInternals:t.nodeInternals}},V2=function(t){var r=gt(p9,Xt),n=r.connectionNodeId,i=r.connectionHandleType,o=r.nodesConnectable,a=r.elementsSelectable,u=r.width,l=r.height,d=r.connectionMode,f=r.nodeInternals,h=h9(t.onlyRenderVisibleElements,f,t.elevateEdgesOnSelect);if(!u)return null;var p=t.connectionLineType,v=t.defaultMarkerColor,m=t.connectionLineStyle,y=t.connectionLineComponent,x=t.connectionLineContainerStyle,b=n&&i;return T.createElement(T.Fragment,null,h.map(function(w){var E=w.level,_=w.edges,S=w.isMaxLevel;return T.createElement("svg",{key:E,style:{zIndex:E},width:u,height:l,className:"react-flow__edges react-flow__container"},S&&T.createElement(c9,{defaultColor:v,rfId:t.rfId}),T.createElement("g",null,_.map(function(R){var I=gP(f,R.source),P=Le(I,3),A=P[0],k=P[1],L=P[2],$=gP(f,R.target),j=Le($,3),D=j[0],G=j[1],B=j[2];if(!L||!B)return null;var Y=R.type||"default";t.edgeTypes[Y]||(console.warn('[React Flow]: Edge type "'.concat(Y,'" not found. Using fallback type "default". Help: https://reactflow.dev/error#300')),Y="default");var Z=t.edgeTypes[Y]||t.edgeTypes.default,te=d===So.Strict?G.target:G.target||G.source,U=vP(k.source,R.sourceHandle||null),re=vP(te,R.targetHandle||null),ae=(U==null?void 0:U.position)||Se.Bottom,le=(re==null?void 0:re.position)||Se.Top;if(!U)return process.env.NODE_ENV==="development"&&console.warn("[React Flow]: Couldn't create edge for source handle id: ".concat(R.sourceHandle,"; edge id: ").concat(R.id,". Help: https://reactflow.dev/error#800")),null;if(!re)return process.env.NODE_ENV==="development"&&console.warn("[React Flow]: Couldn't create edge for target handle id: ".concat(R.targetHandle,"; edge id: ").concat(R.id,". Help: https://reactflow.dev/error#800")),null;var F=MY(A,U,ae,D,re,le),W=F.sourceX,J=F.sourceY,H=F.targetX,K=F.targetY;return T.createElement(Z,{key:R.id,id:R.id,className:cr([R.className,t.noPanClassName]),type:Y,data:R.data,selected:!!R.selected,animated:!!R.animated,hidden:!!R.hidden,label:R.label,labelStyle:R.labelStyle,labelShowBg:R.labelShowBg,labelBgStyle:R.labelBgStyle,labelBgPadding:R.labelBgPadding,labelBgBorderRadius:R.labelBgBorderRadius,style:R.style,source:R.source,target:R.target,sourceHandleId:R.sourceHandle,targetHandleId:R.targetHandle,markerEnd:R.markerEnd,markerStart:R.markerStart,sourceX:W,sourceY:J,targetX:H,targetY:K,sourcePosition:ae,targetPosition:le,elementsSelectable:a,onEdgeUpdate:t.onEdgeUpdate,onContextMenu:t.onEdgeContextMenu,onMouseEnter:t.onEdgeMouseEnter,onMouseMove:t.onEdgeMouseMove,onMouseLeave:t.onEdgeMouseLeave,onClick:t.onEdgeClick,edgeUpdaterRadius:t.edgeUpdaterRadius,onEdgeDoubleClick:t.onEdgeDoubleClick,onEdgeUpdateStart:t.onEdgeUpdateStart,onEdgeUpdateEnd:t.onEdgeUpdateEnd,rfId:t.rfId})})))}),b&&T.createElement("svg",{style:x,width:u,height:l,className:"react-flow__edges react-flow__connectionline react-flow__container"},T.createElement(n9,{connectionNodeId:n,connectionHandleType:i,connectionLineStyle:m,connectionLineType:p,isConnectable:o,CustomConnectionLineComponent:y})))};V2.displayName="EdgeRenderer";var v9=T.memo(V2),g9=function(t){return"translate(".concat(t.transform[0],"px,").concat(t.transform[1],"px) scale(").concat(t.transform[2],")")};function m9(e){var t=e.children,r=gt(g9);return T.createElement("div",{className:"react-flow__viewport react-flow__container",style:{transform:r}},t)}function y9(e){var t=O2(),r=T.useRef(!1);T.useEffect(function(){!r.current&&t.viewportInitialized&&e&&(setTimeout(function(){return e(t)},1),r.current=!0)},[e,t.viewportInitialized])}var U2=function(t){var r=t.nodeTypes,n=t.edgeTypes,i=t.onMove,o=t.onMoveStart,a=t.onMoveEnd,u=t.onInit,l=t.onNodeClick,d=t.onEdgeClick,f=t.onNodeDoubleClick,h=t.onEdgeDoubleClick,p=t.onNodeMouseEnter,v=t.onNodeMouseMove,m=t.onNodeMouseLeave,y=t.onNodeContextMenu,x=t.onSelectionContextMenu,b=t.connectionLineType,w=t.connectionLineStyle,E=t.connectionLineComponent,_=t.connectionLineContainerStyle,S=t.selectionKeyCode,R=t.multiSelectionKeyCode,I=t.zoomActivationKeyCode,P=t.deleteKeyCode,A=t.onlyRenderVisibleElements,k=t.elementsSelectable,L=t.selectNodesOnDrag,$=t.translateExtent,j=t.minZoom,D=t.maxZoom,G=t.defaultZoom,B=t.defaultPosition,Y=t.preventScrolling,Z=t.defaultMarkerColor,te=t.zoomOnScroll,U=t.zoomOnPinch,re=t.panOnScroll,ae=t.panOnScrollSpeed,le=t.panOnScrollMode,F=t.zoomOnDoubleClick,W=t.panOnDrag,J=t.onPaneClick,H=t.onPaneScroll,K=t.onPaneContextMenu,se=t.onEdgeUpdate,oe=t.onEdgeContextMenu,fe=t.onEdgeMouseEnter,V=t.onEdgeMouseMove,ee=t.onEdgeMouseLeave,we=t.edgeUpdaterRadius,be=t.onEdgeUpdateStart,de=t.onEdgeUpdateEnd,ue=t.noDragClassName,Ee=t.noWheelClassName,Pe=t.noPanClassName,Ze=t.elevateEdgesOnSelect,ze=t.id;return y9(u),T.createElement(JY,{onPaneClick:J,onPaneContextMenu:K,onPaneScroll:H,deleteKeyCode:P,selectionKeyCode:S,multiSelectionKeyCode:R,zoomActivationKeyCode:I,elementsSelectable:k,onMove:i,onMoveStart:o,onMoveEnd:a,zoomOnScroll:te,zoomOnPinch:U,zoomOnDoubleClick:F,panOnScroll:re,panOnScrollSpeed:ae,panOnScrollMode:le,panOnDrag:W,translateExtent:$,minZoom:j,maxZoom:D,defaultZoom:G,defaultPosition:B,onSelectionContextMenu:x,preventScrolling:Y,noDragClassName:ue,noWheelClassName:Ee,noPanClassName:Pe},T.createElement(m9,null,T.createElement(v9,{edgeTypes:n,onEdgeClick:d,onEdgeDoubleClick:h,connectionLineType:b,connectionLineStyle:w,connectionLineComponent:E,connectionLineContainerStyle:_,onEdgeUpdate:se,onlyRenderVisibleElements:A,onEdgeContextMenu:oe,onEdgeMouseEnter:fe,onEdgeMouseMove:V,onEdgeMouseLeave:ee,onEdgeUpdateStart:be,onEdgeUpdateEnd:de,edgeUpdaterRadius:we,defaultMarkerColor:Z,noPanClassName:Pe,elevateEdgesOnSelect:!!Ze,rfId:ze}),T.createElement(t9,{nodeTypes:r,onNodeClick:l,onNodeDoubleClick:f,onNodeMouseEnter:p,onNodeMouseMove:v,onNodeMouseLeave:m,onNodeContextMenu:y,selectNodesOnDrag:L,onlyRenderVisibleElements:A,noPanClassName:Pe,noDragClassName:ue})))};U2.displayName="GraphView";var b9=T.memo(U2),W2=function(){return null};W2.displayName="GroupNode";function AP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function MP(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?AP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):AP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var ca=(function(e){var t=function(n){var i=n.id,o=n.type,a=n.data,u=n.xPos,l=n.yPos,d=n.selected,f=n.onClick,h=n.onMouseEnter,p=n.onMouseMove,v=n.onMouseLeave,m=n.onContextMenu,y=n.onDoubleClick,x=n.style,b=n.className,w=n.isDraggable,E=n.isSelectable,_=n.isConnectable,S=n.selectNodesOnDrag,R=n.sourcePosition,I=n.targetPosition,P=n.hidden,A=n.resizeObserver,k=n.dragHandle,L=n.zIndex,$=n.isParent,j=n.noPanClassName,D=n.noDragClassName,G=n.initialized,B=Ft(),Y=T.useRef(null),Z=T.useRef(R),te=T.useRef(I),U=T.useRef(o),re=E||w||f||h||p||v,ae=ua(i,B.getState,h),le=ua(i,B.getState,p),F=ua(i,B.getState,v),W=ua(i,B.getState,m),J=ua(i,B.getState,y),H=function(oe){if(E&&(!S||!w)&&y2({id:i,store:B}),f){var fe=B.getState().nodeInternals.get(i);f(oe,MP({},fe))}};T.useEffect(function(){if(Y.current&&!P){var se=Y.current;return A==null||A.observe(se),function(){return A==null?void 0:A.unobserve(se)}}},[P]),T.useEffect(function(){var se=U.current!==o,oe=Z.current!==R,fe=te.current!==I;Y.current&&(se||oe||fe)&&(se&&(U.current=o),oe&&(Z.current=R),fe&&(te.current=I),B.getState().updateNodeDimensions([{id:i,nodeElement:Y.current,forceUpdate:!0}]))},[i,o,R,I]);var K=F2({nodeRef:Y,disabled:P||!w,noDragClassName:D,handleSelector:k,nodeId:i,isSelectable:E,selectNodesOnDrag:S});return P?null:T.createElement("div",{className:cr(["react-flow__node","react-flow__node-".concat(o),j,b,{selected:d,selectable:E,parent:$}]),ref:Y,style:MP({zIndex:L,transform:"translate(".concat(u,"px,").concat(l,"px)"),pointerEvents:re?"all":"none",visibility:G?"visible":"hidden"},x),onMouseEnter:ae,onMouseMove:le,onMouseLeave:F,onContextMenu:W,onClick:H,onDoubleClick:J,"data-testid":"rf__node-".concat(i),"data-id":i},T.createElement(gY,{value:i},T.createElement(e,{id:i,data:a,type:o,xPos:u,yPos:l,selected:d,isConnectable:_,sourcePosition:R,targetPosition:I,dragging:K,dragHandle:k,zIndex:L})))};return t.displayName="NodeWrapper",T.memo(t)});function DP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function jP(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?DP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):DP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function x9(e){var t={input:ca(e.input||q2),default:ca(e.default||Kb),output:ca(e.output||L2),group:ca(e.group||W2)},r={},n=Object.keys(e).filter(function(i){return!["input","default","output","group"].includes(i)}).reduce(function(i,o){return i[o]=ca(e[o]||Kb),i},r);return jP(jP({},t),n)}function qP(e,t){var r=T.useRef(null),n=T.useMemo(function(){if(process.env.NODE_ENV==="development"){var i=Object.keys(e);Xt(r.current,i)&&console.warn("[React Flow]: It looks like you have created a new nodeTypes or edgeTypes object. If this wasn't on purpose please define the nodeTypes/edgeTypes outside of the component or memoize them. Help: https://reactflow.dev/error#200"),r.current=i}return t(e)},[e]);return n}function kP(e){if(!(!e||typeof document>"u")){var t=document.head||document.getElementsByTagName("head")[0],r=document.createElement("style");t.appendChild(r),r.appendChild(document.createTextNode(e))}}var G2=function(t){var r=t.children,n=!0;try{Ft()}catch{n=!1}return n?T.createElement(T.Fragment,null,r):T.createElement(LK,{createStore:BK},r)};G2.displayName="ReactFlowWrapper";var w9=["nodes","edges","defaultNodes","defaultEdges","className","nodeTypes","edgeTypes","onNodeClick","onEdgeClick","onInit","onMove","onMoveStart","onMoveEnd","onConnect","onConnectStart","onConnectStop","onConnectEnd","onClickConnectStart","onClickConnectStop","onClickConnectEnd","onNodeMouseEnter","onNodeMouseMove","onNodeMouseLeave","onNodeContextMenu","onNodeDoubleClick","onNodeDragStart","onNodeDrag","onNodeDragStop","onNodesDelete","onEdgesDelete","onSelectionChange","onSelectionDragStart","onSelectionDrag","onSelectionDragStop","onSelectionContextMenu","connectionMode","connectionLineType","connectionLineStyle","connectionLineComponent","connectionLineContainerStyle","deleteKeyCode","selectionKeyCode","multiSelectionKeyCode","zoomActivationKeyCode","snapToGrid","snapGrid","onlyRenderVisibleElements","selectNodesOnDrag","nodesDraggable","nodesConnectable","elementsSelectable","minZoom","maxZoom","defaultZoom","defaultPosition","translateExtent","preventScrolling","nodeExtent","defaultMarkerColor","zoomOnScroll","zoomOnPinch","panOnScroll","panOnScrollSpeed","panOnScrollMode","zoomOnDoubleClick","panOnDrag","onPaneClick","onPaneScroll","onPaneContextMenu","children","onEdgeUpdate","onEdgeContextMenu","onEdgeDoubleClick","onEdgeMouseEnter","onEdgeMouseMove","onEdgeMouseLeave","onEdgeUpdateStart","onEdgeUpdateEnd","edgeUpdaterRadius","onNodesChange","onEdgesChange","noDragClassName","noWheelClassName","noPanClassName","fitView","fitViewOptions","connectOnClick","attributionPosition","proOptions","defaultEdgeOptions","elevateEdgesOnSelect"];function LP(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function BP(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?LP(Object(r),!0).forEach(function(n){He(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):LP(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}kP(RY),kP(PY);var _9={input:q2,default:Kb,output:L2},E9={default:Wb,straight:T2,step:N2,smoothstep:Fx,simplebezier:I2},S9=[15,15],O9=[0,0],K2=T.forwardRef(function(e,t){var r=e.nodes,n=e.edges,i=e.defaultNodes,o=e.defaultEdges,a=e.className,u=e.nodeTypes,l=u===void 0?_9:u,d=e.edgeTypes,f=d===void 0?E9:d,h=e.onNodeClick,p=e.onEdgeClick,v=e.onInit,m=e.onMove,y=e.onMoveStart,x=e.onMoveEnd,b=e.onConnect,w=e.onConnectStart,E=e.onConnectStop,_=e.onConnectEnd,S=e.onClickConnectStart,R=e.onClickConnectStop,I=e.onClickConnectEnd,P=e.onNodeMouseEnter,A=e.onNodeMouseMove,k=e.onNodeMouseLeave,L=e.onNodeContextMenu,$=e.onNodeDoubleClick,j=e.onNodeDragStart,D=e.onNodeDrag,G=e.onNodeDragStop,B=e.onNodesDelete,Y=e.onEdgesDelete,Z=e.onSelectionChange,te=e.onSelectionDragStart,U=e.onSelectionDrag,re=e.onSelectionDragStop,ae=e.onSelectionContextMenu,le=e.connectionMode,F=le===void 0?So.Strict:le,W=e.connectionLineType,J=W===void 0?zn.Bezier:W,H=e.connectionLineStyle,K=e.connectionLineComponent,se=e.connectionLineContainerStyle,oe=e.deleteKeyCode,fe=oe===void 0?"Backspace":oe,V=e.selectionKeyCode,ee=V===void 0?"Shift":V,we=e.multiSelectionKeyCode,be=we===void 0?"Meta":we,de=e.zoomActivationKeyCode,ue=de===void 0?"Meta":de,Ee=e.snapToGrid,Pe=Ee===void 0?!1:Ee,Ze=e.snapGrid,ze=Ze===void 0?S9:Ze,Fe=e.onlyRenderVisibleElements,Ve=Fe===void 0?!1:Fe,lt=e.selectNodesOnDrag,ct=lt===void 0?!0:lt,mt=e.nodesDraggable,yt=e.nodesConnectable,rt=e.elementsSelectable,bt=e.minZoom,Jt=bt===void 0?.5:bt,fr=e.maxZoom,Dt=fr===void 0?2:fr,_t=e.defaultZoom,jt=_t===void 0?1:_t,Ur=e.defaultPosition,Xn=Ur===void 0?O9:Ur,Cn=e.translateExtent,dr=Cn===void 0?Vb:Cn,Di=e.preventScrolling,vc=Di===void 0?!0:Di,gc=e.nodeExtent,ko=e.defaultMarkerColor,ls=ko===void 0?"#b1b1b7":ko,cs=e.zoomOnScroll,mc=cs===void 0?!0:cs,fs=e.zoomOnPinch,yc=fs===void 0?!0:fs,Lo=e.panOnScroll,bc=Lo===void 0?!1:Lo,ds=e.panOnScrollSpeed,xc=ds===void 0?.5:ds,ji=e.panOnScrollMode,wc=ji===void 0?ho.Free:ji,qi=e.zoomOnDoubleClick,_c=qi===void 0?!0:qi,hs=e.panOnDrag,Ec=hs===void 0?!0:hs,Sc=e.onPaneClick,Oc=e.onPaneScroll,ps=e.onPaneContextMenu,Cc=e.children,Rc=e.onEdgeUpdate,vs=e.onEdgeContextMenu,Ic=e.onEdgeDoubleClick,Pc=e.onEdgeMouseEnter,Nc=e.onEdgeMouseMove,Tc=e.onEdgeMouseLeave,Ac=e.onEdgeUpdateStart,Mc=e.onEdgeUpdateEnd,Zn=e.edgeUpdaterRadius,Dc=Zn===void 0?10:Zn,ki=e.onNodesChange,jc=e.onEdgesChange,gs=e.noDragClassName,qc=gs===void 0?"nodrag":gs,Bo=e.noWheelClassName,ms=Bo===void 0?"nowheel":Bo,Fo=e.noPanClassName,kc=Fo===void 0?"nopan":Fo,ys=e.fitView,Lc=ys===void 0?!1:ys,Bc=e.fitViewOptions,$o=e.connectOnClick,bs=$o===void 0?!0:$o,xs=e.attributionPosition,zo=e.proOptions,Fc=e.defaultEdgeOptions,Ho=e.elevateEdgesOnSelect,Li=Ho===void 0?!1:Ho,Jn=zl(e,w9),$c=qP(l,x9),ws=qP(f,AY);return T.createElement("div",BP(BP({},Jn),{},{ref:t,className:cr(["react-flow",a])}),T.createElement(G2,null,T.createElement(b9,{onInit:v,onMove:m,onMoveStart:y,onMoveEnd:x,onNodeClick:h,onEdgeClick:p,onNodeMouseEnter:P,onNodeMouseMove:A,onNodeMouseLeave:k,onNodeContextMenu:L,onNodeDoubleClick:$,nodeTypes:$c,edgeTypes:ws,connectionLineType:J,connectionLineStyle:H,connectionLineComponent:K,connectionLineContainerStyle:se,selectionKeyCode:ee,deleteKeyCode:fe,multiSelectionKeyCode:be,zoomActivationKeyCode:ue,onlyRenderVisibleElements:Ve,selectNodesOnDrag:ct,translateExtent:dr,minZoom:Jt,maxZoom:Dt,defaultZoom:jt,defaultPosition:Xn,preventScrolling:vc,zoomOnScroll:mc,zoomOnPinch:yc,zoomOnDoubleClick:_c,panOnScroll:bc,panOnScrollSpeed:xc,panOnScrollMode:wc,panOnDrag:Ec,onPaneClick:Sc,onPaneScroll:Oc,onPaneContextMenu:ps,onSelectionContextMenu:ae,onEdgeUpdate:Rc,onEdgeContextMenu:vs,onEdgeDoubleClick:Ic,onEdgeMouseEnter:Pc,onEdgeMouseMove:Nc,onEdgeMouseLeave:Tc,onEdgeUpdateStart:Ac,onEdgeUpdateEnd:Mc,edgeUpdaterRadius:Dc,defaultMarkerColor:ls,noDragClassName:qc,noWheelClassName:ms,noPanClassName:kc,elevateEdgesOnSelect:Li,id:Jn==null?void 0:Jn.id}),T.createElement(OY,{nodes:r,edges:n,defaultNodes:i,defaultEdges:o,onConnect:b,onConnectStart:w,onConnectStop:E,onConnectEnd:_,onClickConnectStart:S,onClickConnectStop:R,onClickConnectEnd:I,nodesDraggable:mt,nodesConnectable:yt,elementsSelectable:rt,minZoom:Jt,maxZoom:Dt,nodeExtent:gc,onNodesChange:ki,onEdgesChange:jc,snapToGrid:Pe,snapGrid:ze,connectionMode:F,translateExtent:dr,connectOnClick:bs,defaultEdgeOptions:Fc,fitView:Lc,fitViewOptions:Bc,onNodesDelete:B,onEdgesDelete:Y,onNodeDragStart:j,onNodeDrag:D,onNodeDragStop:G,onSelectionDrag:U,onSelectionDragStart:te,onSelectionDragStop:re}),Z&&T.createElement(EY,{onSelectionChange:Z}),Cc,T.createElement(uY,{proOptions:zo,position:xs})))});K2.displayName="ReactFlow";function Y2(e){return function(t){var r=T.useState(t),n=Le(r,2),i=n[0],o=n[1],a=T.useCallback(function(u){return o(function(l){return e(u,l)})},[]);return[i,o,a]}}var C9=Y2(g2),R9=Y2(TK);function FP(e,t){const{width:r,height:n,positionAbsolute:i}=e,o=t.positionAbsolute,a=r/2,u=n/2,l=i.x+a,d=i.y+u,f=o.x+a,h=o.y+u,p=(f-l)/(2*a)-(h-d)/(2*u),v=(f-l)/(2*a)+(h-d)/(2*u),m=1/(Math.abs(p)+Math.abs(v)),y=m*p,x=m*v,b=a*(y+x)+l,w=u*(-y+x)+d;return{x:b,y:w}}function $P(e,t){const r={...e.positionAbsolute,...e},n=Math.round(r.x),i=Math.round(r.y),o=Math.round(t.x),a=Math.round(t.y);return o<=n+1?Se.Left:o>=n+r.width-1?Se.Right:a<=i+1?Se.Top:a>=r.y+r.height-1?Se.Bottom:Se.Top}function X2(e,t){const r=FP(e,t),n=FP(t,e),i=$P(e,r),o=$P(t,n);return{sx:r.x,sy:r.y,tx:n.x,ty:n.y,sourcePos:i,targetPos:o}}const I9=({targetX:e,targetY:t,sourcePosition:r,targetPosition:n,sourceNode:i})=>{if(!i)return null;const o={id:"connection-target",width:1,height:1,position:{x:e,y:t}},{sx:a,sy:u}=X2(i,o),l=Vl({sourceX:a,sourceY:u,sourcePosition:r,targetPosition:n,targetX:e,targetY:t});return C.jsxs("g",{children:[C.jsx("path",{fill:"none",stroke:"#222",strokeWidth:1.5,className:"animated",d:l}),C.jsx("circle",{cx:e,cy:t,fill:"#fff",r:3,stroke:"#222",strokeWidth:1.5})]})},P9=({id:e,source:t,target:r,markerEnd:n,style:i})=>{const o=gt(T.useCallback(m=>m.nodeInternals.get(t),[t])),a=gt(T.useCallback(m=>m.nodeInternals.get(r),[r]));if(!o||!a)return null;const{sx:u,sy:l,tx:d,ty:f,sourcePos:h,targetPos:p}=X2(o,a),v=Vl({sourceX:u,sourceY:l,sourcePosition:h,targetPosition:p,targetX:d,targetY:f});return C.jsx("path",{id:e,className:"react-flow__edge-path",d:v,markerEnd:n,style:i})},zP=172,HP=36,N9={custom:P9},T9=(e,t,r="LR")=>{const n=new RI.graphlib.Graph;n.setDefaultEdgeLabel(()=>({}));const i=r==="LR";return n.setGraph({rankdir:r}),e.forEach(o=>{n.setNode(o.id,{width:zP,height:HP})}),t.forEach(o=>{n.setEdge(o.source,o.target)}),RI.layout(n),e.forEach(o=>{const a=n.node(o.id);return o.targetPosition=i?Se.Left:Se.Top,o.sourcePosition=i?Se.Right:Se.Bottom,o.position={x:a.x-zP/2,y:a.y-HP/2},o}),{nodes:e,edges:t}},A9=()=>{},M9=({data:e,dict:t,onSelect:r=A9})=>{const{nodes:n,edges:i}=T9(Object.values(t).filter(h=>h.id===e.selected||e.parents.flat().includes(h.id)||e.children.flat().includes(h.id)).map(h=>({id:h.id,type:h.parents.length===0?"input":h.includes.length===0?"output":"default",sourcePosition:Se.Right,targetPosition:Se.Left,data:{label:h.privilege},position:{x:0,y:0},className:h.id===e.selected?"highlighted":"",selected:h.id===e.selected})),e.links.map(({source:h,target:p})=>({id:`e${h}-${p}`,source:h,target:p}))),[o,a,u]=C9(n),[l,d,f]=R9(i);return T.useEffect(()=>{a([...n]),d([...i])},[e]),C.jsx(K2,{nodes:o,edges:l,fitView:!0,onNodesChange:u,onEdgesChange:f,onNodeClick:(h,p)=>{r(p.id)},defaultZoom:.5,edgeTypes:N9,connectionLineComponent:I9,children:C.jsx(aY,{variant:_i.Dots,color:"#81818140",gap:18,size:1})})};var Z2=(e=>(e.method="methods",e.entityCollection="entityselMethod",e.dataClass="dataclassMethod",e.dataStore="dsMethod",e.entity="entityMethod",e.attribute="attributes",e.singletonMethod="singletonMethod",e))(Z2||{});const J2=e=>{switch(e){case"entityCollection":return Q.ESubPermissionType.ENTITY_SEL_METHOD;case"dataClass":return Q.ESubPermissionType.DATACLASS_METHOD;case"dataStore":return Q.ESubPermissionType.DS_METHOD;case"entity":return Q.ESubPermissionType.ENTITY_METHOD;default:return Q.EPermissionType.METHOD}},VP=(e=[],t,r)=>{var i;const n=[];for(const o of e)(i=o[Z2[r]])==null||i.forEach(a=>{if(`${o.name.toLowerCase()}.${a.name.toLowerCase()}`.includes(t)||!t){const l={applyTo:`${o.name}.${a.name}`,type:r};r===Q.EPermissionType.METHOD&&(l.subType=J2(a.applyTo)),n.push(l)}});return n},D9=(e=[],t)=>{var n;const r=[];for(const i of e)(n=i.methods)==null||n.forEach(o=>{(`${i.name.toLowerCase()}.${o.name.toLowerCase()}`.includes(t)||!t)&&r.push({applyTo:`${i.name}.${o.name}`,type:Q.EPermissionType.SINGLETON_METHOD})});return r};function zx(e,t=[],r=[],n=[]){const i=VP(r,e,Q.EPermissionType.ATTRIBUTE),o=VP(r,e,Q.EPermissionType.METHOD),a=D9(n,e),u=t.filter(h=>!e||`ds.${h.name.toLowerCase()}`.includes(e)).map(h=>({applyTo:`ds.${h.name}`,type:Q.ESubPermissionType.DS_METHOD})),l=[],d=[];return r.filter(h=>h.name.toLowerCase().includes(e)).forEach(h=>{l.push({applyTo:h.name,type:Q.EPermissionType.DATACLASS})}),n.filter(h=>h.name.toLowerCase().includes(e)).forEach(h=>{d.push({applyTo:h.name,type:Q.EPermissionType.SINGLETON})}),[...[{applyTo:"ds",type:Q.EPermissionType.DATASTORE}].filter(h=>!e||`ds.${h.applyTo.toLowerCase()}`.includes(e)),...u,...l,...i,...o,...d,...a].reduce((h,p)=>{const v=["datastore","singleton","dataclass","attribute","dsMethod","dataclassMethod","entityMethod","entityselMethod","singletonMethod"],[m,y]=p.applyTo.split("."),x=h.find(b=>b.prefix===m);return x?(x.resources=[...x.resources,p].sort((b,w)=>{const E=v.indexOf(b.type),_=v.indexOf(w.type);return E>_?1:-1}),x.type=y?x.type:p.type,[...h].sort((b,w)=>{const E=v.indexOf(b.type),_=v.indexOf(w.type);return E>_?1:-1})):[...h,{prefix:m,type:y?null:p.type,resources:[p]}]},[]).reduce((h,p)=>[...h,...p.resources],[])}const j9=(e=[],t=[],r=[])=>{const n=zx("",e,t,r),i={ds:{applyTo:"ds",type:Q.EPermissionType.DATASTORE,methods:[],dataClasses:[],singletons:[]}},o=(u,l)=>u.applyTo.localeCompare(l.applyTo);n.forEach(u=>{const[l,d]=u.applyTo.split(".");if(d||(u.type===Q.EPermissionType.DATACLASS?i.ds.dataClasses.push({applyTo:l,type:Q.EPermissionType.DATACLASS,methods:[],attributes:[]}):u.type===Q.EPermissionType.SINGLETON&&i.ds.singletons.push({applyTo:l,type:Q.EPermissionType.SINGLETON,methods:[],attributes:[]})),d){const f=(h,p,v)=>{h.forEach(m=>{m.applyTo===l&&m[p].push(v)})};[Q.ESubPermissionType.DS_METHOD,Q.ESubPermissionType.DATACLASS_METHOD,Q.ESubPermissionType.ENTITY_METHOD,Q.ESubPermissionType.ENTITY_SEL_METHOD].includes(u.type)?l==="ds"?i.ds.methods.push(u):f(i.ds.dataClasses,"methods",u):u.type===Q.EPermissionType.ATTRIBUTE?(f(i.ds.dataClasses,"attributes",u),f(i.ds.singletons,"attributes",u)):u.type===Q.EPermissionType.SINGLETON_METHOD&&f(i.ds.singletons,"methods",u)}});const a=u=>{u.forEach(l=>{l.methods&&l.methods.sort(o),l.attributes&&l.attributes.sort(o)})};return i.ds.methods.sort(o),i.ds.dataClasses.sort(o),i.ds.singletons.sort(o),a(i.ds.dataClasses),a(i.ds.singletons),i},Q2=(e,t=[])=>{const r={};return Object.entries(e).forEach(([n,i])=>{r[n]={...i,resources:i.resources.map(o=>{var a,u,l;if(o.type===Q.EPermissionType.METHOD&&t.length){const[d,f]=o.resource.split("."),h=d==="ds"?"dataStore":((l=(u=(a=t.find(p=>p.name===d))==null?void 0:a.methods)==null?void 0:u.find(p=>p.name===f))==null?void 0:l.applyTo)||"dataClass";return{...o,type:o.type,subType:J2(h)}}return o})}}),r},eq=(e,t)=>Object.entries(e).map(([r,n])=>{const i=n.resources.map(o=>{var d,f,h,p,v,m,y,x;const[a,u]=o.resource.split(".");let l=!0;switch(o.type){case Q.EPermissionType.DATASTORE:l=!!t;break;case Q.EPermissionType.METHOD:a==="ds"?l=!!t.methods.find(b=>b.name===u&&b.applyTo==="dataStore"):l=!!((f=(d=t.dataClasses[a])==null?void 0:d.methods)!=null&&f.find(b=>b.name===u));break;case Q.ESubPermissionType.DS_METHOD:l=!!t.methods.find(b=>b.name===u&&b.applyTo==="dataStore");break;case Q.EPermissionType.DATACLASS:l=!!t.dataClasses[a];break;case Q.EPermissionType.ATTRIBUTE:l=!!((p=(h=t.dataClasses[a])==null?void 0:h.attributes)!=null&&p.find(b=>b.name===u));break;case Q.ESubPermissionType.ENTITY_SEL_METHOD:l=!!((v=t.dataClasses[a])!=null&&v.methods.find(b=>b.name===u&&b.applyTo==="entityCollection"));break;case Q.ESubPermissionType.DATACLASS_METHOD:l=!!((m=t.dataClasses[a])!=null&&m.methods.find(b=>b.name===u&&b.applyTo==="dataClass"));break;case Q.ESubPermissionType.ENTITY_METHOD:l=!!((y=t.dataClasses[a])!=null&&y.methods.find(b=>b.name===u&&b.applyTo==="entity"));break;case Q.EPermissionType.SINGLETON_METHOD:l=!!((x=t.singletons[a])!=null&&x.methods.find(b=>b.name===u));break;case Q.EPermissionType.SINGLETON:l=!!t.singletons[a];break;default:l=!0}return{...o,exists:l}});return{[r]:{...n,resources:i}}}).reduce((r,n)=>({...r,...n}),{}),qm=({child:e,parent:t,status:r,onSelect:n,currentPrivilegeId:i})=>{const o=Q.useAppDispatch(),a=Q.useAppSelector(Q.selectPrivileges);function u(){const d=Q.addIn(t.id,e.id,a);o(Q.updatePrivileges(d))}function l(){const d=Q.removeFrom(t.id,e.id,a);o(Q.updatePrivileges(d))}return C.jsxs("div",{className:We("inline-flex cursor-pointer items-center gap-1 space-x-1 rounded px-2 py-0.5",{"bg-primary-dark text-white":r==="included","bg-grey-300 text-grey-100":r!=="included","opacity-40":r==="disabled"}),children:[C.jsx("span",{onClick:()=>n(i),className:"text-xs hover:underline",children:e.privilege}),r==="included"?C.jsx("button",{onClick:l,children:C.jsx("span",{className:"text-[13px]",children:C.jsx(xe.FdPlus,{className:"rotate-45 transform text-white"})})}):C.jsx("button",{disabled:r==="disabled",onClick:u,className:"opacity-70 disabled:cursor-not-allowed",children:C.jsx("span",{className:"text-[13px]",children:C.jsx(xe.FdPlus,{className:"text-white"})})})]})},q9=({selectedPrivilege:e,privileges:t,onSelect:r,setShowIncluded:n,showIncluded:i})=>{const o=Object.values(t),a=Q.getPrivilegeById(e.id,t);let u=a?Q.populateShallow(a.includes,t):[],l=a?Q.populateShallow(Q.parents(a.id,t),t):[],d=a?Q.populateShallow(Q.allowed(a.id,t),t):[];return[u,l,d]=[u,l,d].map(f=>f.filter(h=>(h==null?void 0:h.privilege)!=="guest")),o.length<2&&u.length+l.length+d.length===0?null:C.jsxs("div",{className:"w-full border-b border-grey-900 p-4",children:[C.jsxs("div",{className:"mb-4 flex items-center justify-between",children:[" ",o.length>2?C.jsx("h4",{className:"text-[13px] font-semibold text-white",children:"Include a privilege"}):C.jsx("div",{}),C.jsxs("div",{className:"flex items-center gap-2",children:[C.jsx(Te.ControlledSwitch,{onChange:()=>n(!i),value:i}),C.jsxs("label",{className:"text-xs text-[#F6F6F6]",children:[" ","Show inherited permissions"]})]})]}),C.jsxs("div",{className:"flex flex-wrap items-start justify-start gap-1",children:[u.map(f=>C.jsx(qm,{child:f,parent:e,status:"included",onSelect:r,currentPrivilegeId:f.id},f.id)),d.map(f=>C.jsx(qm,{child:f,parent:e,status:"available",onSelect:r,currentPrivilegeId:f.id},f.id)),l.map(f=>C.jsx(qm,{child:f,parent:e,status:"disabled",onSelect:r,currentPrivilegeId:f.id},f.id))]})]})};function wr(e,t,{checkForDefaultPrevented:r=!0}={}){return function(i){if(e==null||e(i),r===!1||!i.defaultPrevented)return t==null?void 0:t(i)}}function tq(e,t=[]){let r=[];function n(o,a){const u=ve.createContext(a),l=r.length;r=[...r,a];const d=h=>{var b;const{scope:p,children:v,...m}=h,y=((b=p==null?void 0:p[e])==null?void 0:b[l])||u,x=ve.useMemo(()=>m,Object.values(m));return C.jsx(y.Provider,{value:x,children:v})};d.displayName=o+"Provider";function f(h,p){var y;const v=((y=p==null?void 0:p[e])==null?void 0:y[l])||u,m=ve.useContext(v);if(m)return m;if(a!==void 0)return a;throw new Error(`\`${h}\` must be used within \`${o}\``)}return[d,f]}const i=()=>{const o=r.map(a=>ve.createContext(a));return function(u){const l=(u==null?void 0:u[e])||o;return ve.useMemo(()=>({[`__scope${e}`]:{...u,[e]:l}}),[u,l])}};return i.scopeName=e,[n,k9(i,...t)]}function k9(...e){const t=e[0];if(e.length===1)return t;const r=()=>{const n=e.map(i=>({useScope:i(),scopeName:i.scopeName}));return function(o){const a=n.reduce((u,{useScope:l,scopeName:d})=>{const h=l(o)[`__scope${d}`];return{...u,...h}},{});return ve.useMemo(()=>({[`__scope${t.scopeName}`]:a}),[a])}};return r.scopeName=t.scopeName,r}var Ei=globalThis!=null&&globalThis.document?ve.useLayoutEffect:()=>{},L9=ve[" useInsertionEffect ".trim().toString()]||Ei;function B9({prop:e,defaultProp:t,onChange:r=()=>{},caller:n}){const[i,o,a]=F9({defaultProp:t,onChange:r}),u=e!==void 0,l=u?e:i;{const f=ve.useRef(e!==void 0);ve.useEffect(()=>{const h=f.current;h!==u&&console.warn(`${n} is changing from ${h?"controlled":"uncontrolled"} to ${u?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),f.current=u},[u,n])}const d=ve.useCallback(f=>{var h;if(u){const p=$9(f)?f(e):f;p!==e&&((h=a.current)==null||h.call(a,p))}else o(f)},[u,e,o,a]);return[l,d]}function F9({defaultProp:e,onChange:t}){const[r,n]=ve.useState(e),i=ve.useRef(r),o=ve.useRef(t);return L9(()=>{o.current=t},[t]),ve.useEffect(()=>{var a;i.current!==r&&((a=o.current)==null||a.call(o,r),i.current=r)},[r,i]),[r,n,o]}function $9(e){return typeof e=="function"}function UP(e,t){if(typeof e=="function")return e(t);e!=null&&(e.current=t)}function rq(...e){return t=>{let r=!1;const n=e.map(i=>{const o=UP(i,t);return!r&&typeof o=="function"&&(r=!0),o});if(r)return()=>{for(let i=0;i<n.length;i++){const o=n[i];typeof o=="function"?o():UP(e[i],null)}}}}function To(...e){return ve.useCallback(rq(...e),e)}const z9=["top","right","bottom","left"],Hn=Math.min,ar=Math.max,tl=Math.round,yu=Math.floor,rn=e=>({x:e,y:e}),H9={left:"right",right:"left",bottom:"top",top:"bottom"};function Xb(e,t,r){return ar(e,Hn(t,r))}function wn(e,t){return typeof e=="function"?e(t):e}function _n(e){return e.split("-")[0]}function Ao(e){return e.split("-")[1]}function Hx(e){return e==="x"?"y":"x"}function Vx(e){return e==="y"?"height":"width"}function Qr(e){const t=e[0];return t==="t"||t==="b"?"y":"x"}function Ux(e){return Hx(Qr(e))}function V9(e,t,r){r===void 0&&(r=!1);const n=Ao(e),i=Ux(e),o=Vx(i);let a=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[o]>t.floating[o]&&(a=rl(a)),[a,rl(a)]}function U9(e){const t=rl(e);return[Zb(e),t,Zb(t)]}function Zb(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}const WP=["left","right"],GP=["right","left"],W9=["top","bottom"],G9=["bottom","top"];function K9(e,t,r){switch(e){case"top":case"bottom":return r?t?GP:WP:t?WP:GP;case"left":case"right":return t?W9:G9;default:return[]}}function Y9(e,t,r,n){const i=Ao(e);let o=K9(_n(e),r==="start",n);return i&&(o=o.map(a=>a+"-"+i),t&&(o=o.concat(o.map(Zb)))),o}function rl(e){const t=_n(e);return H9[t]+e.slice(t.length)}function X9(e){return{top:0,right:0,bottom:0,left:0,...e}}function nq(e){return typeof e!="number"?X9(e):{top:e,right:e,bottom:e,left:e}}function nl(e){const{x:t,y:r,width:n,height:i}=e;return{width:n,height:i,top:r,left:t,right:t+n,bottom:r+i,x:t,y:r}}function KP(e,t,r){let{reference:n,floating:i}=e;const o=Qr(t),a=Ux(t),u=Vx(a),l=_n(t),d=o==="y",f=n.x+n.width/2-i.width/2,h=n.y+n.height/2-i.height/2,p=n[u]/2-i[u]/2;let v;switch(l){case"top":v={x:f,y:n.y-i.height};break;case"bottom":v={x:f,y:n.y+n.height};break;case"right":v={x:n.x+n.width,y:h};break;case"left":v={x:n.x-i.width,y:h};break;default:v={x:n.x,y:n.y}}switch(Ao(t)){case"start":v[a]-=p*(r&&d?-1:1);break;case"end":v[a]+=p*(r&&d?-1:1);break}return v}async function Z9(e,t){var r;t===void 0&&(t={});const{x:n,y:i,platform:o,rects:a,elements:u,strategy:l}=e,{boundary:d="clippingAncestors",rootBoundary:f="viewport",elementContext:h="floating",altBoundary:p=!1,padding:v=0}=wn(t,e),m=nq(v),x=u[p?h==="floating"?"reference":"floating":h],b=nl(await o.getClippingRect({element:(r=await(o.isElement==null?void 0:o.isElement(x)))==null||r?x:x.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(u.floating)),boundary:d,rootBoundary:f,strategy:l})),w=h==="floating"?{x:n,y:i,width:a.floating.width,height:a.floating.height}:a.reference,E=await(o.getOffsetParent==null?void 0:o.getOffsetParent(u.floating)),_=await(o.isElement==null?void 0:o.isElement(E))?await(o.getScale==null?void 0:o.getScale(E))||{x:1,y:1}:{x:1,y:1},S=nl(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:u,rect:w,offsetParent:E,strategy:l}):w);return{top:(b.top-S.top+m.top)/_.y,bottom:(S.bottom-b.bottom+m.bottom)/_.y,left:(b.left-S.left+m.left)/_.x,right:(S.right-b.right+m.right)/_.x}}const J9=50,Q9=async(e,t,r)=>{const{placement:n="bottom",strategy:i="absolute",middleware:o=[],platform:a}=r,u=a.detectOverflow?a:{...a,detectOverflow:Z9},l=await(a.isRTL==null?void 0:a.isRTL(t));let d=await a.getElementRects({reference:e,floating:t,strategy:i}),{x:f,y:h}=KP(d,n,l),p=n,v=0;const m={};for(let y=0;y<o.length;y++){const x=o[y];if(!x)continue;const{name:b,fn:w}=x,{x:E,y:_,data:S,reset:R}=await w({x:f,y:h,initialPlacement:n,placement:p,strategy:i,middlewareData:m,rects:d,platform:u,elements:{reference:e,floating:t}});f=E??f,h=_??h,m[b]={...m[b],...S},R&&v<J9&&(v++,typeof R=="object"&&(R.placement&&(p=R.placement),R.rects&&(d=R.rects===!0?await a.getElementRects({reference:e,floating:t,strategy:i}):R.rects),{x:f,y:h}=KP(d,p,l)),y=-1)}return{x:f,y:h,placement:p,strategy:i,middlewareData:m}},e7=e=>({name:"arrow",options:e,async fn(t){const{x:r,y:n,placement:i,rects:o,platform:a,elements:u,middlewareData:l}=t,{element:d,padding:f=0}=wn(e,t)||{};if(d==null)return{};const h=nq(f),p={x:r,y:n},v=Ux(i),m=Vx(v),y=await a.getDimensions(d),x=v==="y",b=x?"top":"left",w=x?"bottom":"right",E=x?"clientHeight":"clientWidth",_=o.reference[m]+o.reference[v]-p[v]-o.floating[m],S=p[v]-o.reference[v],R=await(a.getOffsetParent==null?void 0:a.getOffsetParent(d));let I=R?R[E]:0;(!I||!await(a.isElement==null?void 0:a.isElement(R)))&&(I=u.floating[E]||o.floating[m]);const P=_/2-S/2,A=I/2-y[m]/2-1,k=Hn(h[b],A),L=Hn(h[w],A),$=k,j=I-y[m]-L,D=I/2-y[m]/2+P,G=Xb($,D,j),B=!l.arrow&&Ao(i)!=null&&D!==G&&o.reference[m]/2-(D<$?k:L)-y[m]/2<0,Y=B?D<$?D-$:D-j:0;return{[v]:p[v]+Y,data:{[v]:G,centerOffset:D-G-Y,...B&&{alignmentOffset:Y}},reset:B}}}),t7=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var r,n;const{placement:i,middlewareData:o,rects:a,initialPlacement:u,platform:l,elements:d}=t,{mainAxis:f=!0,crossAxis:h=!0,fallbackPlacements:p,fallbackStrategy:v="bestFit",fallbackAxisSideDirection:m="none",flipAlignment:y=!0,...x}=wn(e,t);if((r=o.arrow)!=null&&r.alignmentOffset)return{};const b=_n(i),w=Qr(u),E=_n(u)===u,_=await(l.isRTL==null?void 0:l.isRTL(d.floating)),S=p||(E||!y?[rl(u)]:U9(u)),R=m!=="none";!p&&R&&S.push(...Y9(u,y,m,_));const I=[u,...S],P=await l.detectOverflow(t,x),A=[];let k=((n=o.flip)==null?void 0:n.overflows)||[];if(f&&A.push(P[b]),h){const D=V9(i,a,_);A.push(P[D[0]],P[D[1]])}if(k=[...k,{placement:i,overflows:A}],!A.every(D=>D<=0)){var L,$;const D=(((L=o.flip)==null?void 0:L.index)||0)+1,G=I[D];if(G&&(!(h==="alignment"?w!==Qr(G):!1)||k.every(Z=>Qr(Z.placement)===w?Z.overflows[0]>0:!0)))return{data:{index:D,overflows:k},reset:{placement:G}};let B=($=k.filter(Y=>Y.overflows[0]<=0).sort((Y,Z)=>Y.overflows[1]-Z.overflows[1])[0])==null?void 0:$.placement;if(!B)switch(v){case"bestFit":{var j;const Y=(j=k.filter(Z=>{if(R){const te=Qr(Z.placement);return te===w||te==="y"}return!0}).map(Z=>[Z.placement,Z.overflows.filter(te=>te>0).reduce((te,U)=>te+U,0)]).sort((Z,te)=>Z[1]-te[1])[0])==null?void 0:j[0];Y&&(B=Y);break}case"initialPlacement":B=u;break}if(i!==B)return{reset:{placement:B}}}return{}}}};function YP(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function XP(e){return z9.some(t=>e[t]>=0)}const r7=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:r,platform:n}=t,{strategy:i="referenceHidden",...o}=wn(e,t);switch(i){case"referenceHidden":{const a=await n.detectOverflow(t,{...o,elementContext:"reference"}),u=YP(a,r.reference);return{data:{referenceHiddenOffsets:u,referenceHidden:XP(u)}}}case"escaped":{const a=await n.detectOverflow(t,{...o,altBoundary:!0}),u=YP(a,r.floating);return{data:{escapedOffsets:u,escaped:XP(u)}}}default:return{}}}}},iq=new Set(["left","top"]);async function n7(e,t){const{placement:r,platform:n,elements:i}=e,o=await(n.isRTL==null?void 0:n.isRTL(i.floating)),a=_n(r),u=Ao(r),l=Qr(r)==="y",d=iq.has(a)?-1:1,f=o&&l?-1:1,h=wn(t,e);let{mainAxis:p,crossAxis:v,alignmentAxis:m}=typeof h=="number"?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:h.mainAxis||0,crossAxis:h.crossAxis||0,alignmentAxis:h.alignmentAxis};return u&&typeof m=="number"&&(v=u==="end"?m*-1:m),l?{x:v*f,y:p*d}:{x:p*d,y:v*f}}const i7=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var r,n;const{x:i,y:o,placement:a,middlewareData:u}=t,l=await n7(t,e);return a===((r=u.offset)==null?void 0:r.placement)&&(n=u.arrow)!=null&&n.alignmentOffset?{}:{x:i+l.x,y:o+l.y,data:{...l,placement:a}}}}},o7=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:r,y:n,placement:i,platform:o}=t,{mainAxis:a=!0,crossAxis:u=!1,limiter:l={fn:b=>{let{x:w,y:E}=b;return{x:w,y:E}}},...d}=wn(e,t),f={x:r,y:n},h=await o.detectOverflow(t,d),p=Qr(_n(i)),v=Hx(p);let m=f[v],y=f[p];if(a){const b=v==="y"?"top":"left",w=v==="y"?"bottom":"right",E=m+h[b],_=m-h[w];m=Xb(E,m,_)}if(u){const b=p==="y"?"top":"left",w=p==="y"?"bottom":"right",E=y+h[b],_=y-h[w];y=Xb(E,y,_)}const x=l.fn({...t,[v]:m,[p]:y});return{...x,data:{x:x.x-r,y:x.y-n,enabled:{[v]:a,[p]:u}}}}}},a7=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:r,y:n,placement:i,rects:o,middlewareData:a}=t,{offset:u=0,mainAxis:l=!0,crossAxis:d=!0}=wn(e,t),f={x:r,y:n},h=Qr(i),p=Hx(h);let v=f[p],m=f[h];const y=wn(u,t),x=typeof y=="number"?{mainAxis:y,crossAxis:0}:{mainAxis:0,crossAxis:0,...y};if(l){const E=p==="y"?"height":"width",_=o.reference[p]-o.floating[E]+x.mainAxis,S=o.reference[p]+o.reference[E]-x.mainAxis;v<_?v=_:v>S&&(v=S)}if(d){var b,w;const E=p==="y"?"width":"height",_=iq.has(_n(i)),S=o.reference[h]-o.floating[E]+(_&&((b=a.offset)==null?void 0:b[h])||0)+(_?0:x.crossAxis),R=o.reference[h]+o.reference[E]+(_?0:((w=a.offset)==null?void 0:w[h])||0)-(_?x.crossAxis:0);m<S?m=S:m>R&&(m=R)}return{[p]:v,[h]:m}}}},s7=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var r,n;const{placement:i,rects:o,platform:a,elements:u}=t,{apply:l=()=>{},...d}=wn(e,t),f=await a.detectOverflow(t,d),h=_n(i),p=Ao(i),v=Qr(i)==="y",{width:m,height:y}=o.floating;let x,b;h==="top"||h==="bottom"?(x=h,b=p===(await(a.isRTL==null?void 0:a.isRTL(u.floating))?"start":"end")?"left":"right"):(b=h,x=p==="end"?"top":"bottom");const w=y-f.top-f.bottom,E=m-f.left-f.right,_=Hn(y-f[x],w),S=Hn(m-f[b],E),R=!t.middlewareData.shift;let I=_,P=S;if((r=t.middlewareData.shift)!=null&&r.enabled.x&&(P=E),(n=t.middlewareData.shift)!=null&&n.enabled.y&&(I=w),R&&!p){const k=ar(f.left,0),L=ar(f.right,0),$=ar(f.top,0),j=ar(f.bottom,0);v?P=m-2*(k!==0||L!==0?k+L:ar(f.left,f.right)):I=y-2*($!==0||j!==0?$+j:ar(f.top,f.bottom))}await l({...t,availableWidth:P,availableHeight:I});const A=await a.getDimensions(u.floating);return m!==A.width||y!==A.height?{reset:{rects:!0}}:{}}}};function Ul(){return typeof window<"u"}function Mo(e){return oq(e)?(e.nodeName||"").toLowerCase():"#document"}function sr(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function sn(e){var t;return(t=(oq(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function oq(e){return Ul()?e instanceof Node||e instanceof sr(e).Node:!1}function $r(e){return Ul()?e instanceof Element||e instanceof sr(e).Element:!1}function On(e){return Ul()?e instanceof HTMLElement||e instanceof sr(e).HTMLElement:!1}function ZP(e){return!Ul()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof sr(e).ShadowRoot}function ns(e){const{overflow:t,overflowX:r,overflowY:n,display:i}=zr(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&i!=="inline"&&i!=="contents"}function u7(e){return/^(table|td|th)$/.test(Mo(e))}function Wl(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}const l7=/transform|translate|scale|rotate|perspective|filter/,c7=/paint|layout|strict|content/,ui=e=>!!e&&e!=="none";let km;function Wx(e){const t=$r(e)?zr(e):e;return ui(t.transform)||ui(t.translate)||ui(t.scale)||ui(t.rotate)||ui(t.perspective)||!Gx()&&(ui(t.backdropFilter)||ui(t.filter))||l7.test(t.willChange||"")||c7.test(t.contain||"")}function f7(e){let t=Vn(e);for(;On(t)&&!Oo(t);){if(Wx(t))return t;if(Wl(t))return null;t=Vn(t)}return null}function Gx(){return km==null&&(km=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),km}function Oo(e){return/^(html|body|#document)$/.test(Mo(e))}function zr(e){return sr(e).getComputedStyle(e)}function Gl(e){return $r(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Vn(e){if(Mo(e)==="html")return e;const t=e.assignedSlot||e.parentNode||ZP(e)&&e.host||sn(e);return ZP(t)?t.host:t}function aq(e){const t=Vn(e);return Oo(t)?e.ownerDocument?e.ownerDocument.body:e.body:On(t)&&ns(t)?t:aq(t)}function Ua(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);const i=aq(e),o=i===((n=e.ownerDocument)==null?void 0:n.body),a=sr(i);if(o){const u=Jb(a);return t.concat(a,a.visualViewport||[],ns(i)?i:[],u&&r?Ua(u):[])}else return t.concat(i,Ua(i,[],r))}function Jb(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function sq(e){const t=zr(e);let r=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const i=On(e),o=i?e.offsetWidth:r,a=i?e.offsetHeight:n,u=tl(r)!==o||tl(n)!==a;return u&&(r=o,n=a),{width:r,height:n,$:u}}function Kx(e){return $r(e)?e:e.contextElement}function vo(e){const t=Kx(e);if(!On(t))return rn(1);const r=t.getBoundingClientRect(),{width:n,height:i,$:o}=sq(t);let a=(o?tl(r.width):r.width)/n,u=(o?tl(r.height):r.height)/i;return(!a||!Number.isFinite(a))&&(a=1),(!u||!Number.isFinite(u))&&(u=1),{x:a,y:u}}const d7=rn(0);function uq(e){const t=sr(e);return!Gx()||!t.visualViewport?d7:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function h7(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==sr(e)?!1:t}function Si(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);const i=e.getBoundingClientRect(),o=Kx(e);let a=rn(1);t&&(n?$r(n)&&(a=vo(n)):a=vo(e));const u=h7(o,r,n)?uq(o):rn(0);let l=(i.left+u.x)/a.x,d=(i.top+u.y)/a.y,f=i.width/a.x,h=i.height/a.y;if(o){const p=sr(o),v=n&&$r(n)?sr(n):n;let m=p,y=Jb(m);for(;y&&n&&v!==m;){const x=vo(y),b=y.getBoundingClientRect(),w=zr(y),E=b.left+(y.clientLeft+parseFloat(w.paddingLeft))*x.x,_=b.top+(y.clientTop+parseFloat(w.paddingTop))*x.y;l*=x.x,d*=x.y,f*=x.x,h*=x.y,l+=E,d+=_,m=sr(y),y=Jb(m)}}return nl({width:f,height:h,x:l,y:d})}function Kl(e,t){const r=Gl(e).scrollLeft;return t?t.left+r:Si(sn(e)).left+r}function lq(e,t){const r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-Kl(e,r),i=r.top+t.scrollTop;return{x:n,y:i}}function p7(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e;const o=i==="fixed",a=sn(n),u=t?Wl(t.floating):!1;if(n===a||u&&o)return r;let l={scrollLeft:0,scrollTop:0},d=rn(1);const f=rn(0),h=On(n);if((h||!h&&!o)&&((Mo(n)!=="body"||ns(a))&&(l=Gl(n)),h)){const v=Si(n);d=vo(n),f.x=v.x+n.clientLeft,f.y=v.y+n.clientTop}const p=a&&!h&&!o?lq(a,l):rn(0);return{width:r.width*d.x,height:r.height*d.y,x:r.x*d.x-l.scrollLeft*d.x+f.x+p.x,y:r.y*d.y-l.scrollTop*d.y+f.y+p.y}}function v7(e){return Array.from(e.getClientRects())}function g7(e){const t=sn(e),r=Gl(e),n=e.ownerDocument.body,i=ar(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),o=ar(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let a=-r.scrollLeft+Kl(e);const u=-r.scrollTop;return zr(n).direction==="rtl"&&(a+=ar(t.clientWidth,n.clientWidth)-i),{width:i,height:o,x:a,y:u}}const JP=25;function m7(e,t){const r=sr(e),n=sn(e),i=r.visualViewport;let o=n.clientWidth,a=n.clientHeight,u=0,l=0;if(i){o=i.width,a=i.height;const f=Gx();(!f||f&&t==="fixed")&&(u=i.offsetLeft,l=i.offsetTop)}const d=Kl(n);if(d<=0){const f=n.ownerDocument,h=f.body,p=getComputedStyle(h),v=f.compatMode==="CSS1Compat"&&parseFloat(p.marginLeft)+parseFloat(p.marginRight)||0,m=Math.abs(n.clientWidth-h.clientWidth-v);m<=JP&&(o-=m)}else d<=JP&&(o+=d);return{width:o,height:a,x:u,y:l}}function y7(e,t){const r=Si(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,o=On(e)?vo(e):rn(1),a=e.clientWidth*o.x,u=e.clientHeight*o.y,l=i*o.x,d=n*o.y;return{width:a,height:u,x:l,y:d}}function QP(e,t,r){let n;if(t==="viewport")n=m7(e,r);else if(t==="document")n=g7(sn(e));else if($r(t))n=y7(t,r);else{const i=uq(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return nl(n)}function cq(e,t){const r=Vn(e);return r===t||!$r(r)||Oo(r)?!1:zr(r).position==="fixed"||cq(r,t)}function b7(e,t){const r=t.get(e);if(r)return r;let n=Ua(e,[],!1).filter(u=>$r(u)&&Mo(u)!=="body"),i=null;const o=zr(e).position==="fixed";let a=o?Vn(e):e;for(;$r(a)&&!Oo(a);){const u=zr(a),l=Wx(a);!l&&u.position==="fixed"&&(i=null),(o?!l&&!i:!l&&u.position==="static"&&!!i&&(i.position==="absolute"||i.position==="fixed")||ns(a)&&!l&&cq(e,a))?n=n.filter(f=>f!==a):i=u,a=Vn(a)}return t.set(e,n),n}function x7(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e;const a=[...r==="clippingAncestors"?Wl(t)?[]:b7(t,this._c):[].concat(r),n],u=QP(t,a[0],i);let l=u.top,d=u.right,f=u.bottom,h=u.left;for(let p=1;p<a.length;p++){const v=QP(t,a[p],i);l=ar(v.top,l),d=Hn(v.right,d),f=Hn(v.bottom,f),h=ar(v.left,h)}return{width:d-h,height:f-l,x:h,y:l}}function w7(e){const{width:t,height:r}=sq(e);return{width:t,height:r}}function _7(e,t,r){const n=On(t),i=sn(t),o=r==="fixed",a=Si(e,!0,o,t);let u={scrollLeft:0,scrollTop:0};const l=rn(0);function d(){l.x=Kl(i)}if(n||!n&&!o)if((Mo(t)!=="body"||ns(i))&&(u=Gl(t)),n){const v=Si(t,!0,o,t);l.x=v.x+t.clientLeft,l.y=v.y+t.clientTop}else i&&d();o&&!n&&i&&d();const f=i&&!n&&!o?lq(i,u):rn(0),h=a.left+u.scrollLeft-l.x-f.x,p=a.top+u.scrollTop-l.y-f.y;return{x:h,y:p,width:a.width,height:a.height}}function Lm(e){return zr(e).position==="static"}function eN(e,t){if(!On(e)||zr(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return sn(e)===r&&(r=r.ownerDocument.body),r}function fq(e,t){const r=sr(e);if(Wl(e))return r;if(!On(e)){let i=Vn(e);for(;i&&!Oo(i);){if($r(i)&&!Lm(i))return i;i=Vn(i)}return r}let n=eN(e,t);for(;n&&u7(n)&&Lm(n);)n=eN(n,t);return n&&Oo(n)&&Lm(n)&&!Wx(n)?r:n||f7(e)||r}const E7=async function(e){const t=this.getOffsetParent||fq,r=this.getDimensions,n=await r(e.floating);return{reference:_7(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function S7(e){return zr(e).direction==="rtl"}const O7={convertOffsetParentRelativeRectToViewportRelativeRect:p7,getDocumentElement:sn,getClippingRect:x7,getOffsetParent:fq,getElementRects:E7,getClientRects:v7,getDimensions:w7,getScale:vo,isElement:$r,isRTL:S7};function dq(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function C7(e,t){let r=null,n;const i=sn(e);function o(){var u;clearTimeout(n),(u=r)==null||u.disconnect(),r=null}function a(u,l){u===void 0&&(u=!1),l===void 0&&(l=1),o();const d=e.getBoundingClientRect(),{left:f,top:h,width:p,height:v}=d;if(u||t(),!p||!v)return;const m=yu(h),y=yu(i.clientWidth-(f+p)),x=yu(i.clientHeight-(h+v)),b=yu(f),E={rootMargin:-m+"px "+-y+"px "+-x+"px "+-b+"px",threshold:ar(0,Hn(1,l))||1};let _=!0;function S(R){const I=R[0].intersectionRatio;if(I!==l){if(!_)return a();I?a(!1,I):n=setTimeout(()=>{a(!1,1e-7)},1e3)}I===1&&!dq(d,e.getBoundingClientRect())&&a(),_=!1}try{r=new IntersectionObserver(S,{...E,root:i.ownerDocument})}catch{r=new IntersectionObserver(S,E)}r.observe(e)}return a(!0),o}function R7(e,t,r,n){n===void 0&&(n={});const{ancestorScroll:i=!0,ancestorResize:o=!0,elementResize:a=typeof ResizeObserver=="function",layoutShift:u=typeof IntersectionObserver=="function",animationFrame:l=!1}=n,d=Kx(e),f=i||o?[...d?Ua(d):[],...t?Ua(t):[]]:[];f.forEach(b=>{i&&b.addEventListener("scroll",r,{passive:!0}),o&&b.addEventListener("resize",r)});const h=d&&u?C7(d,r):null;let p=-1,v=null;a&&(v=new ResizeObserver(b=>{let[w]=b;w&&w.target===d&&v&&t&&(v.unobserve(t),cancelAnimationFrame(p),p=requestAnimationFrame(()=>{var E;(E=v)==null||E.observe(t)})),r()}),d&&!l&&v.observe(d),t&&v.observe(t));let m,y=l?Si(e):null;l&&x();function x(){const b=Si(e);y&&!dq(y,b)&&r(),y=b,m=requestAnimationFrame(x)}return r(),()=>{var b;f.forEach(w=>{i&&w.removeEventListener("scroll",r),o&&w.removeEventListener("resize",r)}),h==null||h(),(b=v)==null||b.disconnect(),v=null,l&&cancelAnimationFrame(m)}}const I7=i7,P7=o7,N7=t7,T7=s7,A7=r7,tN=e7,M7=a7,D7=(e,t,r)=>{const n=new Map,i={platform:O7,...r},o={...i.platform,_c:n};return Q9(e,t,{...i,platform:o})};var j7=typeof document<"u",q7=function(){},qu=j7?T.useLayoutEffect:q7;function il(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let r,n,i;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(r=e.length,r!==t.length)return!1;for(n=r;n--!==0;)if(!il(e[n],t[n]))return!1;return!0}if(i=Object.keys(e),r=i.length,r!==Object.keys(t).length)return!1;for(n=r;n--!==0;)if(!{}.hasOwnProperty.call(t,i[n]))return!1;for(n=r;n--!==0;){const o=i[n];if(!(o==="_owner"&&e.$$typeof)&&!il(e[o],t[o]))return!1}return!0}return e!==e&&t!==t}function hq(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function rN(e,t){const r=hq(e);return Math.round(t*r)/r}function Bm(e){const t=ve.useRef(e);return qu(()=>{t.current=e}),t}function k7(e){e===void 0&&(e={});const{placement:t="bottom",strategy:r="absolute",middleware:n=[],platform:i,elements:{reference:o,floating:a}={},transform:u=!0,whileElementsMounted:l,open:d}=e,[f,h]=ve.useState({x:0,y:0,strategy:r,placement:t,middlewareData:{},isPositioned:!1}),[p,v]=ve.useState(n);il(p,n)||v(n);const[m,y]=ve.useState(null),[x,b]=ve.useState(null),w=ve.useCallback(Z=>{Z!==R.current&&(R.current=Z,y(Z))},[]),E=ve.useCallback(Z=>{Z!==I.current&&(I.current=Z,b(Z))},[]),_=o||m,S=a||x,R=ve.useRef(null),I=ve.useRef(null),P=ve.useRef(f),A=l!=null,k=Bm(l),L=Bm(i),$=Bm(d),j=ve.useCallback(()=>{if(!R.current||!I.current)return;const Z={placement:t,strategy:r,middleware:p};L.current&&(Z.platform=L.current),D7(R.current,I.current,Z).then(te=>{const U={...te,isPositioned:$.current!==!1};D.current&&!il(P.current,U)&&(P.current=U,ix.flushSync(()=>{h(U)}))})},[p,t,r,L,$]);qu(()=>{d===!1&&P.current.isPositioned&&(P.current.isPositioned=!1,h(Z=>({...Z,isPositioned:!1})))},[d]);const D=ve.useRef(!1);qu(()=>(D.current=!0,()=>{D.current=!1}),[]),qu(()=>{if(_&&(R.current=_),S&&(I.current=S),_&&S){if(k.current)return k.current(_,S,j);j()}},[_,S,j,k,A]);const G=ve.useMemo(()=>({reference:R,floating:I,setReference:w,setFloating:E}),[w,E]),B=ve.useMemo(()=>({reference:_,floating:S}),[_,S]),Y=ve.useMemo(()=>{const Z={position:r,left:0,top:0};if(!B.floating)return Z;const te=rN(B.floating,f.x),U=rN(B.floating,f.y);return u?{...Z,transform:"translate("+te+"px, "+U+"px)",...hq(B.floating)>=1.5&&{willChange:"transform"}}:{position:r,left:te,top:U}},[r,u,B.floating,f.x,f.y]);return ve.useMemo(()=>({...f,update:j,refs:G,elements:B,floatingStyles:Y}),[f,j,G,B,Y])}const L7=e=>{function t(r){return{}.hasOwnProperty.call(r,"current")}return{name:"arrow",options:e,fn(r){const{element:n,padding:i}=typeof e=="function"?e(r):e;return n&&t(n)?n.current!=null?tN({element:n.current,padding:i}).fn(r):{}:n?tN({element:n,padding:i}).fn(r):{}}}},B7=(e,t)=>{const r=I7(e);return{name:r.name,fn:r.fn,options:[e,t]}},F7=(e,t)=>{const r=P7(e);return{name:r.name,fn:r.fn,options:[e,t]}},$7=(e,t)=>({fn:M7(e).fn,options:[e,t]}),z7=(e,t)=>{const r=N7(e);return{name:r.name,fn:r.fn,options:[e,t]}},H7=(e,t)=>{const r=T7(e);return{name:r.name,fn:r.fn,options:[e,t]}},V7=(e,t)=>{const r=A7(e);return{name:r.name,fn:r.fn,options:[e,t]}},U7=(e,t)=>{const r=L7(e);return{name:r.name,fn:r.fn,options:[e,t]}};function W7(e){const t=G7(e),r=ve.forwardRef((n,i)=>{const{children:o,...a}=n,u=ve.Children.toArray(o),l=u.find(Y7);if(l){const d=l.props.children,f=u.map(h=>h===l?ve.Children.count(d)>1?ve.Children.only(null):ve.isValidElement(d)?d.props.children:null:h);return C.jsx(t,{...a,ref:i,children:ve.isValidElement(d)?ve.cloneElement(d,void 0,f):null})}return C.jsx(t,{...a,ref:i,children:o})});return r.displayName=`${e}.Slot`,r}function G7(e){const t=ve.forwardRef((r,n)=>{const{children:i,...o}=r;if(ve.isValidElement(i)){const a=Z7(i),u=X7(o,i.props);return i.type!==ve.Fragment&&(u.ref=n?rq(n,a):a),ve.cloneElement(i,u)}return ve.Children.count(i)>1?ve.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var K7=Symbol("radix.slottable");function Y7(e){return ve.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===K7}function X7(e,t){const r={...t};for(const n in t){const i=e[n],o=t[n];/^on[A-Z]/.test(n)?i&&o?r[n]=(...u)=>{const l=o(...u);return i(...u),l}:i&&(r[n]=i):n==="style"?r[n]={...i,...o}:n==="className"&&(r[n]=[i,o].filter(Boolean).join(" "))}return{...e,...r}}function Z7(e){var n,i;let t=(n=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:n.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=(i=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:i.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var J7=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],Ni=J7.reduce((e,t)=>{const r=W7(`Primitive.${t}`),n=ve.forwardRef((i,o)=>{const{asChild:a,...u}=i,l=a?r:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),C.jsx(l,{...u,ref:o})});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{});function Q7(e,t){e&&ix.flushSync(()=>e.dispatchEvent(t))}var eX="Arrow",pq=ve.forwardRef((e,t)=>{const{children:r,width:n=10,height:i=5,...o}=e;return C.jsx(Ni.svg,{...o,ref:t,width:n,height:i,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?r:C.jsx("polygon",{points:"0,0 30,0 15,10"})})});pq.displayName=eX;var tX=pq;function Yl(e){const t=ve.useRef(e);return ve.useEffect(()=>{t.current=e}),ve.useMemo(()=>(...r)=>{var n;return(n=t.current)==null?void 0:n.call(t,...r)},[])}function rX(e){const[t,r]=ve.useState(void 0);return Ei(()=>{if(e){r({width:e.offsetWidth,height:e.offsetHeight});const n=new ResizeObserver(i=>{if(!Array.isArray(i)||!i.length)return;const o=i[0];let a,u;if("borderBoxSize"in o){const l=o.borderBoxSize,d=Array.isArray(l)?l[0]:l;a=d.inlineSize,u=d.blockSize}else a=e.offsetWidth,u=e.offsetHeight;r({width:a,height:u})});return n.observe(e,{box:"border-box"}),()=>n.unobserve(e)}else r(void 0)},[e]),t}var Yx="Popper",[vq,gq]=tq(Yx),[nX,mq]=vq(Yx),yq=e=>{const{__scopePopper:t,children:r}=e,[n,i]=ve.useState(null);return C.jsx(nX,{scope:t,anchor:n,onAnchorChange:i,children:r})};yq.displayName=Yx;var bq="PopperAnchor",xq=ve.forwardRef((e,t)=>{const{__scopePopper:r,virtualRef:n,...i}=e,o=mq(bq,r),a=ve.useRef(null),u=To(t,a),l=ve.useRef(null);return ve.useEffect(()=>{const d=l.current;l.current=(n==null?void 0:n.current)||a.current,d!==l.current&&o.onAnchorChange(l.current)}),n?null:C.jsx(Ni.div,{...i,ref:u})});xq.displayName=bq;var Xx="PopperContent",[iX,oX]=vq(Xx),wq=ve.forwardRef((e,t)=>{var H,K,se,oe,fe,V;const{__scopePopper:r,side:n="bottom",sideOffset:i=0,align:o="center",alignOffset:a=0,arrowPadding:u=0,avoidCollisions:l=!0,collisionBoundary:d=[],collisionPadding:f=0,sticky:h="partial",hideWhenDetached:p=!1,updatePositionStrategy:v="optimized",onPlaced:m,...y}=e,x=mq(Xx,r),[b,w]=ve.useState(null),E=To(t,ee=>w(ee)),[_,S]=ve.useState(null),R=rX(_),I=(R==null?void 0:R.width)??0,P=(R==null?void 0:R.height)??0,A=n+(o!=="center"?"-"+o:""),k=typeof f=="number"?f:{top:0,right:0,bottom:0,left:0,...f},L=Array.isArray(d)?d:[d],$=L.length>0,j={padding:k,boundary:L.filter(sX),altBoundary:$},{refs:D,floatingStyles:G,placement:B,isPositioned:Y,middlewareData:Z}=k7({strategy:"fixed",placement:A,whileElementsMounted:(...ee)=>R7(...ee,{animationFrame:v==="always"}),elements:{reference:x.anchor},middleware:[B7({mainAxis:i+P,alignmentAxis:a}),l&&F7({mainAxis:!0,crossAxis:!1,limiter:h==="partial"?$7():void 0,...j}),l&&z7({...j}),H7({...j,apply:({elements:ee,rects:we,availableWidth:be,availableHeight:de})=>{const{width:ue,height:Ee}=we.reference,Pe=ee.floating.style;Pe.setProperty("--radix-popper-available-width",`${be}px`),Pe.setProperty("--radix-popper-available-height",`${de}px`),Pe.setProperty("--radix-popper-anchor-width",`${ue}px`),Pe.setProperty("--radix-popper-anchor-height",`${Ee}px`)}}),_&&U7({element:_,padding:u}),uX({arrowWidth:I,arrowHeight:P}),p&&V7({strategy:"referenceHidden",...j})]}),[te,U]=Sq(B),re=Yl(m);Ei(()=>{Y&&(re==null||re())},[Y,re]);const ae=(H=Z.arrow)==null?void 0:H.x,le=(K=Z.arrow)==null?void 0:K.y,F=((se=Z.arrow)==null?void 0:se.centerOffset)!==0,[W,J]=ve.useState();return Ei(()=>{b&&J(window.getComputedStyle(b).zIndex)},[b]),C.jsx("div",{ref:D.setFloating,"data-radix-popper-content-wrapper":"",style:{...G,transform:Y?G.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:W,"--radix-popper-transform-origin":[(oe=Z.transformOrigin)==null?void 0:oe.x,(fe=Z.transformOrigin)==null?void 0:fe.y].join(" "),...((V=Z.hide)==null?void 0:V.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:C.jsx(iX,{scope:r,placedSide:te,onArrowChange:S,arrowX:ae,arrowY:le,shouldHideArrow:F,children:C.jsx(Ni.div,{"data-side":te,"data-align":U,...y,ref:E,style:{...y.style,animation:Y?void 0:"none"}})})})});wq.displayName=Xx;var _q="PopperArrow",aX={top:"bottom",right:"left",bottom:"top",left:"right"},Eq=ve.forwardRef(function(t,r){const{__scopePopper:n,...i}=t,o=oX(_q,n),a=aX[o.placedSide];return C.jsx("span",{ref:o.onArrowChange,style:{position:"absolute",left:o.arrowX,top:o.arrowY,[a]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[o.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[o.placedSide],visibility:o.shouldHideArrow?"hidden":void 0},children:C.jsx(tX,{...i,ref:r,style:{...i.style,display:"block"}})})});Eq.displayName=_q;function sX(e){return e!==null}var uX=e=>({name:"transformOrigin",options:e,fn(t){var x,b,w;const{placement:r,rects:n,middlewareData:i}=t,a=((x=i.arrow)==null?void 0:x.centerOffset)!==0,u=a?0:e.arrowWidth,l=a?0:e.arrowHeight,[d,f]=Sq(r),h={start:"0%",center:"50%",end:"100%"}[f],p=(((b=i.arrow)==null?void 0:b.x)??0)+u/2,v=(((w=i.arrow)==null?void 0:w.y)??0)+l/2;let m="",y="";return d==="bottom"?(m=a?h:`${p}px`,y=`${-l}px`):d==="top"?(m=a?h:`${p}px`,y=`${n.floating.height+l}px`):d==="right"?(m=`${-l}px`,y=a?h:`${v}px`):d==="left"&&(m=`${n.floating.width+l}px`,y=a?h:`${v}px`),{data:{x:m,y}}}});function Sq(e){const[t,r="center"]=e.split("-");return[t,r]}var lX=yq,cX=xq,fX=wq,dX=Eq,hX="Portal",Oq=ve.forwardRef((e,t)=>{var u;const{container:r,...n}=e,[i,o]=ve.useState(!1);Ei(()=>o(!0),[]);const a=r||i&&((u=globalThis==null?void 0:globalThis.document)==null?void 0:u.body);return a?nx.createPortal(C.jsx(Ni.div,{...n,ref:t}),a):null});Oq.displayName=hX;function pX(e,t){return ve.useReducer((r,n)=>t[r][n]??r,e)}var Zx=e=>{const{present:t,children:r}=e,n=vX(t),i=typeof r=="function"?r({present:n.isPresent}):ve.Children.only(r),o=To(n.ref,gX(i));return typeof r=="function"||n.isPresent?ve.cloneElement(i,{ref:o}):null};Zx.displayName="Presence";function vX(e){const[t,r]=ve.useState(),n=ve.useRef(null),i=ve.useRef(e),o=ve.useRef("none"),a=e?"mounted":"unmounted",[u,l]=pX(a,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return ve.useEffect(()=>{const d=bu(n.current);o.current=u==="mounted"?d:"none"},[u]),Ei(()=>{const d=n.current,f=i.current;if(f!==e){const p=o.current,v=bu(d);e?l("MOUNT"):v==="none"||(d==null?void 0:d.display)==="none"?l("UNMOUNT"):l(f&&p!==v?"ANIMATION_OUT":"UNMOUNT"),i.current=e}},[e,l]),Ei(()=>{if(t){let d;const f=t.ownerDocument.defaultView??window,h=v=>{const y=bu(n.current).includes(CSS.escape(v.animationName));if(v.target===t&&y&&(l("ANIMATION_END"),!i.current)){const x=t.style.animationFillMode;t.style.animationFillMode="forwards",d=f.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=x)})}},p=v=>{v.target===t&&(o.current=bu(n.current))};return t.addEventListener("animationstart",p),t.addEventListener("animationcancel",h),t.addEventListener("animationend",h),()=>{f.clearTimeout(d),t.removeEventListener("animationstart",p),t.removeEventListener("animationcancel",h),t.removeEventListener("animationend",h)}}else l("ANIMATION_END")},[t,l]),{isPresent:["mounted","unmountSuspended"].includes(u),ref:ve.useCallback(d=>{n.current=d?getComputedStyle(d):null,r(d)},[])}}function bu(e){return(e==null?void 0:e.animationName)||"none"}function gX(e){var n,i;let t=(n=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:n.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=(i=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:i.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}function mX(e,t=globalThis==null?void 0:globalThis.document){const r=Yl(e);ve.useEffect(()=>{const n=i=>{i.key==="Escape"&&r(i)};return t.addEventListener("keydown",n,{capture:!0}),()=>t.removeEventListener("keydown",n,{capture:!0})},[r,t])}var yX="DismissableLayer",Qb="dismissableLayer.update",bX="dismissableLayer.pointerDownOutside",xX="dismissableLayer.focusOutside",nN,Cq=ve.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Rq=ve.forwardRef((e,t)=>{const{disableOutsidePointerEvents:r=!1,onEscapeKeyDown:n,onPointerDownOutside:i,onFocusOutside:o,onInteractOutside:a,onDismiss:u,...l}=e,d=ve.useContext(Cq),[f,h]=ve.useState(null),p=(f==null?void 0:f.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,v]=ve.useState({}),m=To(t,I=>h(I)),y=Array.from(d.layers),[x]=[...d.layersWithOutsidePointerEventsDisabled].slice(-1),b=y.indexOf(x),w=f?y.indexOf(f):-1,E=d.layersWithOutsidePointerEventsDisabled.size>0,_=w>=b,S=EX(I=>{const P=I.target,A=[...d.branches].some(k=>k.contains(P));!_||A||(i==null||i(I),a==null||a(I),I.defaultPrevented||u==null||u())},p),R=SX(I=>{const P=I.target;[...d.branches].some(k=>k.contains(P))||(o==null||o(I),a==null||a(I),I.defaultPrevented||u==null||u())},p);return mX(I=>{w===d.layers.size-1&&(n==null||n(I),!I.defaultPrevented&&u&&(I.preventDefault(),u()))},p),ve.useEffect(()=>{if(f)return r&&(d.layersWithOutsidePointerEventsDisabled.size===0&&(nN=p.body.style.pointerEvents,p.body.style.pointerEvents="none"),d.layersWithOutsidePointerEventsDisabled.add(f)),d.layers.add(f),iN(),()=>{r&&d.layersWithOutsidePointerEventsDisabled.size===1&&(p.body.style.pointerEvents=nN)}},[f,p,r,d]),ve.useEffect(()=>()=>{f&&(d.layers.delete(f),d.layersWithOutsidePointerEventsDisabled.delete(f),iN())},[f,d]),ve.useEffect(()=>{const I=()=>v({});return document.addEventListener(Qb,I),()=>document.removeEventListener(Qb,I)},[]),C.jsx(Ni.div,{...l,ref:m,style:{pointerEvents:E?_?"auto":"none":void 0,...e.style},onFocusCapture:wr(e.onFocusCapture,R.onFocusCapture),onBlurCapture:wr(e.onBlurCapture,R.onBlurCapture),onPointerDownCapture:wr(e.onPointerDownCapture,S.onPointerDownCapture)})});Rq.displayName=yX;var wX="DismissableLayerBranch",_X=ve.forwardRef((e,t)=>{const r=ve.useContext(Cq),n=ve.useRef(null),i=To(t,n);return ve.useEffect(()=>{const o=n.current;if(o)return r.branches.add(o),()=>{r.branches.delete(o)}},[r.branches]),C.jsx(Ni.div,{...e,ref:i})});_X.displayName=wX;function EX(e,t=globalThis==null?void 0:globalThis.document){const r=Yl(e),n=ve.useRef(!1),i=ve.useRef(()=>{});return ve.useEffect(()=>{const o=u=>{if(u.target&&!n.current){let l=function(){Iq(bX,r,d,{discrete:!0})};const d={originalEvent:u};u.pointerType==="touch"?(t.removeEventListener("click",i.current),i.current=l,t.addEventListener("click",i.current,{once:!0})):l()}else t.removeEventListener("click",i.current);n.current=!1},a=window.setTimeout(()=>{t.addEventListener("pointerdown",o)},0);return()=>{window.clearTimeout(a),t.removeEventListener("pointerdown",o),t.removeEventListener("click",i.current)}},[t,r]),{onPointerDownCapture:()=>n.current=!0}}function SX(e,t=globalThis==null?void 0:globalThis.document){const r=Yl(e),n=ve.useRef(!1);return ve.useEffect(()=>{const i=o=>{o.target&&!n.current&&Iq(xX,r,{originalEvent:o},{discrete:!1})};return t.addEventListener("focusin",i),()=>t.removeEventListener("focusin",i)},[t,r]),{onFocusCapture:()=>n.current=!0,onBlurCapture:()=>n.current=!1}}function iN(){const e=new CustomEvent(Qb);document.dispatchEvent(e)}function Iq(e,t,r,{discrete:n}){const i=r.originalEvent.target,o=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:r});t&&i.addEventListener(e,t,{once:!0}),n?Q7(i,o):i.dispatchEvent(o)}var Fm,Xl="HoverCard",[Pq]=tq(Xl,[gq]),Zl=gq(),[OX,Jl]=Pq(Xl),Nq=e=>{const{__scopeHoverCard:t,children:r,open:n,defaultOpen:i,onOpenChange:o,openDelay:a=700,closeDelay:u=300}=e,l=Zl(t),d=ve.useRef(0),f=ve.useRef(0),h=ve.useRef(!1),p=ve.useRef(!1),[v,m]=B9({prop:n,defaultProp:i??!1,onChange:o,caller:Xl}),y=ve.useCallback(()=>{clearTimeout(f.current),d.current=window.setTimeout(()=>m(!0),a)},[a,m]),x=ve.useCallback(()=>{clearTimeout(d.current),!h.current&&!p.current&&(f.current=window.setTimeout(()=>m(!1),u))},[u,m]),b=ve.useCallback(()=>m(!1),[m]);return ve.useEffect(()=>()=>{clearTimeout(d.current),clearTimeout(f.current)},[]),C.jsx(OX,{scope:t,open:v,onOpenChange:m,onOpen:y,onClose:x,onDismiss:b,hasSelectionRef:h,isPointerDownOnContentRef:p,children:C.jsx(lX,{...l,children:r})})};Nq.displayName=Xl;var Tq="HoverCardTrigger",Aq=ve.forwardRef((e,t)=>{const{__scopeHoverCard:r,...n}=e,i=Jl(Tq,r),o=Zl(r);return C.jsx(cX,{asChild:!0,...o,children:C.jsx(Ni.a,{"data-state":i.open?"open":"closed",...n,ref:t,onPointerEnter:wr(e.onPointerEnter,al(i.onOpen)),onPointerLeave:wr(e.onPointerLeave,al(i.onClose)),onFocus:wr(e.onFocus,i.onOpen),onBlur:wr(e.onBlur,i.onClose),onTouchStart:wr(e.onTouchStart,a=>a.preventDefault())})})});Aq.displayName=Tq;var Jx="HoverCardPortal",[CX,RX]=Pq(Jx,{forceMount:void 0}),Mq=e=>{const{__scopeHoverCard:t,forceMount:r,children:n,container:i}=e,o=Jl(Jx,t);return C.jsx(CX,{scope:t,forceMount:r,children:C.jsx(Zx,{present:r||o.open,children:C.jsx(Oq,{asChild:!0,container:i,children:n})})})};Mq.displayName=Jx;var ol="HoverCardContent",Dq=ve.forwardRef((e,t)=>{const r=RX(ol,e.__scopeHoverCard),{forceMount:n=r.forceMount,...i}=e,o=Jl(ol,e.__scopeHoverCard);return C.jsx(Zx,{present:n||o.open,children:C.jsx(IX,{"data-state":o.open?"open":"closed",...i,onPointerEnter:wr(e.onPointerEnter,al(o.onOpen)),onPointerLeave:wr(e.onPointerLeave,al(o.onClose)),ref:t})})});Dq.displayName=ol;var IX=ve.forwardRef((e,t)=>{const{__scopeHoverCard:r,onEscapeKeyDown:n,onPointerDownOutside:i,onFocusOutside:o,onInteractOutside:a,...u}=e,l=Jl(ol,r),d=Zl(r),f=ve.useRef(null),h=To(t,f),[p,v]=ve.useState(!1);return ve.useEffect(()=>{if(p){const m=document.body;return Fm=m.style.userSelect||m.style.webkitUserSelect,m.style.userSelect="none",m.style.webkitUserSelect="none",()=>{m.style.userSelect=Fm,m.style.webkitUserSelect=Fm}}},[p]),ve.useEffect(()=>{if(f.current){const m=()=>{v(!1),l.isPointerDownOnContentRef.current=!1,setTimeout(()=>{var x;((x=document.getSelection())==null?void 0:x.toString())!==""&&(l.hasSelectionRef.current=!0)})};return document.addEventListener("pointerup",m),()=>{document.removeEventListener("pointerup",m),l.hasSelectionRef.current=!1,l.isPointerDownOnContentRef.current=!1}}},[l.isPointerDownOnContentRef,l.hasSelectionRef]),ve.useEffect(()=>{f.current&&TX(f.current).forEach(y=>y.setAttribute("tabindex","-1"))}),C.jsx(Rq,{asChild:!0,disableOutsidePointerEvents:!1,onInteractOutside:a,onEscapeKeyDown:n,onPointerDownOutside:i,onFocusOutside:wr(o,m=>{m.preventDefault()}),onDismiss:l.onDismiss,children:C.jsx(fX,{...d,...u,onPointerDown:wr(u.onPointerDown,m=>{m.currentTarget.contains(m.target)&&v(!0),l.hasSelectionRef.current=!1,l.isPointerDownOnContentRef.current=!0}),ref:h,style:{...u.style,userSelect:p?"text":void 0,WebkitUserSelect:p?"text":void 0,"--radix-hover-card-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-hover-card-content-available-width":"var(--radix-popper-available-width)","--radix-hover-card-content-available-height":"var(--radix-popper-available-height)","--radix-hover-card-trigger-width":"var(--radix-popper-anchor-width)","--radix-hover-card-trigger-height":"var(--radix-popper-anchor-height)"}})})}),PX="HoverCardArrow",NX=ve.forwardRef((e,t)=>{const{__scopeHoverCard:r,...n}=e,i=Zl(r);return C.jsx(dX,{...i,...n,ref:t})});NX.displayName=PX;function al(e){return t=>t.pointerType==="touch"?void 0:e()}function TX(e){const t=[],r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:n=>n.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP});for(;r.nextNode();)t.push(r.currentNode);return t}var Qx=Nq,ew=Aq,Lr=Mq,Br=Dq;function ro(e,t,r){let n=r.initialDeps??[],i,o=!0;function a(){var u,l,d;let f;r.key&&((u=r.debug)!=null&&u.call(r))&&(f=Date.now());const h=e();if(!(h.length!==n.length||h.some((m,y)=>n[y]!==m)))return i;n=h;let v;if(r.key&&((l=r.debug)!=null&&l.call(r))&&(v=Date.now()),i=t(...h),r.key&&((d=r.debug)!=null&&d.call(r))){const m=Math.round((Date.now()-f)*100)/100,y=Math.round((Date.now()-v)*100)/100,x=y/16,b=(w,E)=>{for(w=String(w);w.length<E;)w=" "+w;return w};console.info(`%c⏱ ${b(y,5)} /${b(m,5)} ms`,`
8
8
  font-size: .6rem;
9
9
  font-weight: bold;
10
- color: hsl(${Math.max(0,Math.min(120-120*x,120))}deg 100% 31%);`,r==null?void 0:r.key)}return r!=null&&r.onChange&&!(o&&r.skipInitialOnChange)&&r.onChange(i),o=!1,i}return a.updateDeps=u=>{n=u},a}function oN(e,t){if(e===void 0)throw new Error("Unexpected undefined");return e}const AX=(e,t)=>Math.abs(e-t)<1.01,MX=(e,t,r)=>{let n;return function(...i){e.clearTimeout(n),n=e.setTimeout(()=>t.apply(this,i),r)}},aN=e=>{const{offsetWidth:t,offsetHeight:r}=e;return{width:t,height:r}},DX=e=>e,jX=e=>{const t=Math.max(e.startIndex-e.overscan,0),r=Math.min(e.endIndex+e.overscan,e.count-1),n=[];for(let i=t;i<=r;i++)n.push(i);return n},qX=(e,t)=>{const r=e.scrollElement;if(!r)return;const n=e.targetWindow;if(!n)return;const i=a=>{const{width:u,height:l}=a;t({width:Math.round(u),height:Math.round(l)})};if(i(aN(r)),!n.ResizeObserver)return()=>{};const o=new n.ResizeObserver(a=>{const u=()=>{const l=a[0];if(l!=null&&l.borderBoxSize){const d=l.borderBoxSize[0];if(d){i({width:d.inlineSize,height:d.blockSize});return}}i(aN(r))};e.options.useAnimationFrameWithResizeObserver?requestAnimationFrame(u):u()});return o.observe(r,{box:"border-box"}),()=>{o.unobserve(r)}},sN={passive:!0},uN=typeof window>"u"?!0:"onscrollend"in window,kX=(e,t)=>{const r=e.scrollElement;if(!r)return;const n=e.targetWindow;if(!n)return;let i=0;const o=e.options.useScrollendEvent&&uN?()=>{}:MX(n,()=>{t(i,!1)},e.options.isScrollingResetDelay),a=f=>()=>{const{horizontal:h,isRtl:p}=e.options;i=h?r.scrollLeft*(p&&-1||1):r.scrollTop,o(),t(i,f)},u=a(!0),l=a(!1);r.addEventListener("scroll",u,sN);const d=e.options.useScrollendEvent&&uN;return d&&r.addEventListener("scrollend",l,sN),()=>{r.removeEventListener("scroll",u),d&&r.removeEventListener("scrollend",l)}},LX=(e,t,r)=>{if(t!=null&&t.borderBoxSize){const n=t.borderBoxSize[0];if(n)return Math.round(n[r.options.horizontal?"inlineSize":"blockSize"])}return e[r.options.horizontal?"offsetWidth":"offsetHeight"]},BX=(e,{adjustments:t=0,behavior:r},n)=>{var i,o;const a=e+t;(o=(i=n.scrollElement)==null?void 0:i.scrollTo)==null||o.call(i,{[n.options.horizontal?"left":"top"]:a,behavior:r})};class FX{constructor(t){this.unsubs=[],this.scrollElement=null,this.targetWindow=null,this.isScrolling=!1,this.scrollState=null,this.measurementsCache=[],this.itemSizeCache=new Map,this.laneAssignments=new Map,this.pendingMeasuredCacheIndexes=[],this.prevLanes=void 0,this.lanesChangedFlag=!1,this.lanesSettling=!1,this.scrollRect=null,this.scrollOffset=null,this.scrollDirection=null,this.scrollAdjustments=0,this.elementsCache=new Map,this.now=()=>{var r,n,i;return((i=(n=(r=this.targetWindow)==null?void 0:r.performance)==null?void 0:n.now)==null?void 0:i.call(n))??Date.now()},this.observer=(()=>{let r=null;const n=()=>r||(!this.targetWindow||!this.targetWindow.ResizeObserver?null:r=new this.targetWindow.ResizeObserver(i=>{i.forEach(o=>{const a=()=>{const u=o.target,l=this.indexFromElement(u);if(!u.isConnected){this.observer.unobserve(u);return}this.shouldMeasureDuringScroll(l)&&this.resizeItem(l,this.options.measureElement(u,o,this))};this.options.useAnimationFrameWithResizeObserver?requestAnimationFrame(a):a()})}));return{disconnect:()=>{var i;(i=n())==null||i.disconnect(),r=null},observe:i=>{var o;return(o=n())==null?void 0:o.observe(i,{box:"border-box"})},unobserve:i=>{var o;return(o=n())==null?void 0:o.unobserve(i)}}})(),this.range=null,this.setOptions=r=>{Object.entries(r).forEach(([n,i])=>{typeof i>"u"&&delete r[n]}),this.options={debug:!1,initialOffset:0,overscan:1,paddingStart:0,paddingEnd:0,scrollPaddingStart:0,scrollPaddingEnd:0,horizontal:!1,getItemKey:DX,rangeExtractor:jX,onChange:()=>{},measureElement:LX,initialRect:{width:0,height:0},scrollMargin:0,gap:0,indexAttribute:"data-index",initialMeasurementsCache:[],lanes:1,isScrollingResetDelay:150,enabled:!0,isRtl:!1,useScrollendEvent:!1,useAnimationFrameWithResizeObserver:!1,...r}},this.notify=r=>{var n,i;(i=(n=this.options).onChange)==null||i.call(n,this,r)},this.maybeNotify=to(()=>(this.calculateRange(),[this.isScrolling,this.range?this.range.startIndex:null,this.range?this.range.endIndex:null]),r=>{this.notify(r)},{key:process.env.NODE_ENV!=="production"&&"maybeNotify",debug:()=>this.options.debug,initialDeps:[this.isScrolling,this.range?this.range.startIndex:null,this.range?this.range.endIndex:null]}),this.cleanup=()=>{this.unsubs.filter(Boolean).forEach(r=>r()),this.unsubs=[],this.observer.disconnect(),this.rafId!=null&&this.targetWindow&&(this.targetWindow.cancelAnimationFrame(this.rafId),this.rafId=null),this.scrollState=null,this.scrollElement=null,this.targetWindow=null},this._didMount=()=>()=>{this.cleanup()},this._willUpdate=()=>{var r;const n=this.options.enabled?this.options.getScrollElement():null;if(this.scrollElement!==n){if(this.cleanup(),!n){this.maybeNotify();return}this.scrollElement=n,this.scrollElement&&"ownerDocument"in this.scrollElement?this.targetWindow=this.scrollElement.ownerDocument.defaultView:this.targetWindow=((r=this.scrollElement)==null?void 0:r.window)??null,this.elementsCache.forEach(i=>{this.observer.observe(i)}),this.unsubs.push(this.options.observeElementRect(this,i=>{this.scrollRect=i,this.maybeNotify()})),this.unsubs.push(this.options.observeElementOffset(this,(i,o)=>{this.scrollAdjustments=0,this.scrollDirection=o?this.getScrollOffset()<i?"forward":"backward":null,this.scrollOffset=i,this.isScrolling=o,this.scrollState&&this.scheduleScrollReconcile(),this.maybeNotify()})),this._scrollToOffset(this.getScrollOffset(),{adjustments:void 0,behavior:void 0})}},this.rafId=null,this.getSize=()=>this.options.enabled?(this.scrollRect=this.scrollRect??this.options.initialRect,this.scrollRect[this.options.horizontal?"width":"height"]):(this.scrollRect=null,0),this.getScrollOffset=()=>this.options.enabled?(this.scrollOffset=this.scrollOffset??(typeof this.options.initialOffset=="function"?this.options.initialOffset():this.options.initialOffset),this.scrollOffset):(this.scrollOffset=null,0),this.getFurthestMeasurement=(r,n)=>{const i=new Map,o=new Map;for(let a=n-1;a>=0;a--){const u=r[a];if(i.has(u.lane))continue;const l=o.get(u.lane);if(l==null||u.end>l.end?o.set(u.lane,u):u.end<l.end&&i.set(u.lane,!0),i.size===this.options.lanes)break}return o.size===this.options.lanes?Array.from(o.values()).sort((a,u)=>a.end===u.end?a.index-u.index:a.end-u.end)[0]:void 0},this.getMeasurementOptions=to(()=>[this.options.count,this.options.paddingStart,this.options.scrollMargin,this.options.getItemKey,this.options.enabled,this.options.lanes],(r,n,i,o,a,u)=>(this.prevLanes!==void 0&&this.prevLanes!==u&&(this.lanesChangedFlag=!0),this.prevLanes=u,this.pendingMeasuredCacheIndexes=[],{count:r,paddingStart:n,scrollMargin:i,getItemKey:o,enabled:a,lanes:u}),{key:!1}),this.getMeasurements=to(()=>[this.getMeasurementOptions(),this.itemSizeCache],({count:r,paddingStart:n,scrollMargin:i,getItemKey:o,enabled:a,lanes:u},l)=>{if(!a)return this.measurementsCache=[],this.itemSizeCache.clear(),this.laneAssignments.clear(),[];if(this.laneAssignments.size>r)for(const p of this.laneAssignments.keys())p>=r&&this.laneAssignments.delete(p);this.lanesChangedFlag&&(this.lanesChangedFlag=!1,this.lanesSettling=!0,this.measurementsCache=[],this.itemSizeCache.clear(),this.laneAssignments.clear(),this.pendingMeasuredCacheIndexes=[]),this.measurementsCache.length===0&&!this.lanesSettling&&(this.measurementsCache=this.options.initialMeasurementsCache,this.measurementsCache.forEach(p=>{this.itemSizeCache.set(p.key,p.size)}));const d=this.lanesSettling?0:this.pendingMeasuredCacheIndexes.length>0?Math.min(...this.pendingMeasuredCacheIndexes):0;this.pendingMeasuredCacheIndexes=[],this.lanesSettling&&this.measurementsCache.length===r&&(this.lanesSettling=!1);const f=this.measurementsCache.slice(0,d),h=new Array(u).fill(void 0);for(let p=0;p<d;p++){const v=f[p];v&&(h[v.lane]=p)}for(let p=d;p<r;p++){const v=o(p),m=this.laneAssignments.get(p);let y,x;if(m!==void 0&&this.options.lanes>1){y=m;const _=h[y],S=_!==void 0?f[_]:void 0;x=S?S.end+this.options.gap:n+i}else{const _=this.options.lanes===1?f[p-1]:this.getFurthestMeasurement(f,p);x=_?_.end+this.options.gap:n+i,y=_?_.lane:p%this.options.lanes,this.options.lanes>1&&this.laneAssignments.set(p,y)}const b=l.get(v),w=typeof b=="number"?b:this.options.estimateSize(p),E=x+w;f[p]={index:p,start:x,size:w,end:E,key:v,lane:y},h[y]=p}return this.measurementsCache=f,f},{key:process.env.NODE_ENV!=="production"&&"getMeasurements",debug:()=>this.options.debug}),this.calculateRange=to(()=>[this.getMeasurements(),this.getSize(),this.getScrollOffset(),this.options.lanes],(r,n,i,o)=>this.range=r.length>0&&n>0?$X({measurements:r,outerSize:n,scrollOffset:i,lanes:o}):null,{key:process.env.NODE_ENV!=="production"&&"calculateRange",debug:()=>this.options.debug}),this.getVirtualIndexes=to(()=>{let r=null,n=null;const i=this.calculateRange();return i&&(r=i.startIndex,n=i.endIndex),this.maybeNotify.updateDeps([this.isScrolling,r,n]),[this.options.rangeExtractor,this.options.overscan,this.options.count,r,n]},(r,n,i,o,a)=>o===null||a===null?[]:r({startIndex:o,endIndex:a,overscan:n,count:i}),{key:process.env.NODE_ENV!=="production"&&"getVirtualIndexes",debug:()=>this.options.debug}),this.indexFromElement=r=>{const n=this.options.indexAttribute,i=r.getAttribute(n);return i?parseInt(i,10):(console.warn(`Missing attribute name '${n}={index}' on measured element.`),-1)},this.shouldMeasureDuringScroll=r=>{var n;if(!this.scrollState||this.scrollState.behavior!=="smooth")return!0;const i=this.scrollState.index??((n=this.getVirtualItemForOffset(this.scrollState.lastTargetOffset))==null?void 0:n.index);if(i!==void 0&&this.range){const o=Math.max(this.options.overscan,Math.ceil((this.range.endIndex-this.range.startIndex)/2)),a=Math.max(0,i-o),u=Math.min(this.options.count-1,i+o);return r>=a&&r<=u}return!0},this.measureElement=r=>{if(!r){this.elementsCache.forEach((a,u)=>{a.isConnected||(this.observer.unobserve(a),this.elementsCache.delete(u))});return}const n=this.indexFromElement(r),i=this.options.getItemKey(n),o=this.elementsCache.get(i);o!==r&&(o&&this.observer.unobserve(o),this.observer.observe(r),this.elementsCache.set(i,r)),(!this.isScrolling||this.scrollState)&&this.shouldMeasureDuringScroll(n)&&this.resizeItem(n,this.options.measureElement(r,void 0,this))},this.resizeItem=(r,n)=>{var i;const o=this.measurementsCache[r];if(!o)return;const a=this.itemSizeCache.get(o.key)??o.size,u=n-a;u!==0&&(((i=this.scrollState)==null?void 0:i.behavior)!=="smooth"&&(this.shouldAdjustScrollPositionOnItemSizeChange!==void 0?this.shouldAdjustScrollPositionOnItemSizeChange(o,u,this):o.start<this.getScrollOffset()+this.scrollAdjustments)&&(process.env.NODE_ENV!=="production"&&this.options.debug&&console.info("correction",u),this._scrollToOffset(this.getScrollOffset(),{adjustments:this.scrollAdjustments+=u,behavior:void 0})),this.pendingMeasuredCacheIndexes.push(o.index),this.itemSizeCache=new Map(this.itemSizeCache.set(o.key,n)),this.notify(!1))},this.getVirtualItems=to(()=>[this.getVirtualIndexes(),this.getMeasurements()],(r,n)=>{const i=[];for(let o=0,a=r.length;o<a;o++){const u=r[o],l=n[u];i.push(l)}return i},{key:process.env.NODE_ENV!=="production"&&"getVirtualItems",debug:()=>this.options.debug}),this.getVirtualItemForOffset=r=>{const n=this.getMeasurements();if(n.length!==0)return oN(n[jq(0,n.length-1,i=>oN(n[i]).start,r)])},this.getMaxScrollOffset=()=>{if(!this.scrollElement)return 0;if("scrollHeight"in this.scrollElement)return this.options.horizontal?this.scrollElement.scrollWidth-this.scrollElement.clientWidth:this.scrollElement.scrollHeight-this.scrollElement.clientHeight;{const r=this.scrollElement.document.documentElement;return this.options.horizontal?r.scrollWidth-this.scrollElement.innerWidth:r.scrollHeight-this.scrollElement.innerHeight}},this.getOffsetForAlignment=(r,n,i=0)=>{if(!this.scrollElement)return 0;const o=this.getSize(),a=this.getScrollOffset();n==="auto"&&(n=r>=a+o?"end":"start"),n==="center"?r+=(i-o)/2:n==="end"&&(r-=o);const u=this.getMaxScrollOffset();return Math.max(Math.min(u,r),0)},this.getOffsetForIndex=(r,n="auto")=>{r=Math.max(0,Math.min(r,this.options.count-1));const i=this.getSize(),o=this.getScrollOffset(),a=this.measurementsCache[r];if(!a)return;if(n==="auto")if(a.end>=o+i-this.options.scrollPaddingEnd)n="end";else if(a.start<=o+this.options.scrollPaddingStart)n="start";else return[o,n];if(n==="end"&&r===this.options.count-1)return[this.getMaxScrollOffset(),n];const u=n==="end"?a.end+this.options.scrollPaddingEnd:a.start-this.options.scrollPaddingStart;return[this.getOffsetForAlignment(u,n,a.size),n]},this.scrollToOffset=(r,{align:n="start",behavior:i="auto"}={})=>{const o=this.getOffsetForAlignment(r,n),a=this.now();this.scrollState={index:null,align:n,behavior:i,startedAt:a,lastTargetOffset:o,stableFrames:0},this._scrollToOffset(o,{adjustments:void 0,behavior:i}),this.scheduleScrollReconcile()},this.scrollToIndex=(r,{align:n="auto",behavior:i="auto"}={})=>{r=Math.max(0,Math.min(r,this.options.count-1));const o=this.getOffsetForIndex(r,n);if(!o)return;const[a,u]=o,l=this.now();this.scrollState={index:r,align:u,behavior:i,startedAt:l,lastTargetOffset:a,stableFrames:0},this._scrollToOffset(a,{adjustments:void 0,behavior:i}),this.scheduleScrollReconcile()},this.scrollBy=(r,{behavior:n="auto"}={})=>{const i=this.getScrollOffset()+r,o=this.now();this.scrollState={index:null,align:"start",behavior:n,startedAt:o,lastTargetOffset:i,stableFrames:0},this._scrollToOffset(i,{adjustments:void 0,behavior:n}),this.scheduleScrollReconcile()},this.getTotalSize=()=>{var r;const n=this.getMeasurements();let i;if(n.length===0)i=this.options.paddingStart;else if(this.options.lanes===1)i=((r=n[n.length-1])==null?void 0:r.end)??0;else{const o=Array(this.options.lanes).fill(null);let a=n.length-1;for(;a>=0&&o.some(u=>u===null);){const u=n[a];o[u.lane]===null&&(o[u.lane]=u.end),a--}i=Math.max(...o.filter(u=>u!==null))}return Math.max(i-this.options.scrollMargin+this.options.paddingEnd,0)},this._scrollToOffset=(r,{adjustments:n,behavior:i})=>{this.options.scrollToFn(r,{behavior:i,adjustments:n},this)},this.measure=()=>{this.itemSizeCache=new Map,this.laneAssignments=new Map,this.notify(!1)},this.setOptions(t)}scheduleScrollReconcile(){if(!this.targetWindow){this.scrollState=null;return}this.rafId==null&&(this.rafId=this.targetWindow.requestAnimationFrame(()=>{this.rafId=null,this.reconcileScroll()}))}reconcileScroll(){if(!this.scrollState||!this.scrollElement)return;if(this.now()-this.scrollState.startedAt>5e3){this.scrollState=null;return}const n=this.scrollState.index!=null?this.getOffsetForIndex(this.scrollState.index,this.scrollState.align):void 0,i=n?n[0]:this.scrollState.lastTargetOffset,o=1,a=i!==this.scrollState.lastTargetOffset;if(!a&&AX(i,this.getScrollOffset())){if(this.scrollState.stableFrames++,this.scrollState.stableFrames>=o){this.scrollState=null;return}}else this.scrollState.stableFrames=0,a&&(this.scrollState.lastTargetOffset=i,this.scrollState.behavior="auto",this._scrollToOffset(i,{adjustments:void 0,behavior:"auto"}));this.scheduleScrollReconcile()}}const jq=(e,t,r,n)=>{for(;e<=t;){const i=(e+t)/2|0,o=r(i);if(o<n)e=i+1;else if(o>n)t=i-1;else return i}return e>0?e-1:0};function $X({measurements:e,outerSize:t,scrollOffset:r,lanes:n}){const i=e.length-1,o=l=>e[l].start;if(e.length<=n)return{startIndex:0,endIndex:i};let a=jq(0,i,o,r),u=a;if(n===1)for(;u<i&&e[u].end<r+t;)u++;else if(n>1){const l=Array(n).fill(0);for(;u<i&&l.some(f=>f<r+t);){const f=e[u];l[f.lane]=f.end,u++}const d=Array(n).fill(r+t);for(;a>=0&&d.some(f=>f>=r);){const f=e[a];d[f.lane]=f.start,a--}a=Math.max(0,a-a%n),u=Math.min(i,u+(n-1-u%n))}return{startIndex:a,endIndex:u}}const lN=typeof document<"u"?ve.useLayoutEffect:ve.useEffect;function zX({useFlushSync:e=!0,...t}){const r=ve.useReducer(()=>({}),{})[1],n={...t,onChange:(o,a)=>{var u;e&&a?nx.flushSync(r):r(),(u=t.onChange)==null||u.call(t,o,a)}},[i]=ve.useState(()=>new FX(n));return i.setOptions(n),lN(()=>i._didMount(),[]),lN(()=>i._willUpdate()),i}function Wa(e){return zX({observeElementRect:qX,observeElementOffset:kX,scrollToFn:BX,...e})}const HX=({item:e,depth:t})=>{const[r,n]=T.useState(!1),i=Q.useAppSelector(Q.selectPrivileges),o=Q.populateShallow(e.includes,i);return C.jsxs("div",{className:"py-1 text-xs text-white",children:[C.jsxs("div",{className:"flex items-center",children:[C.jsx("button",{className:"-ml-1",onClick:a=>{a.stopPropagation(),n(!r)},children:C.jsx(xe.FdRight,{className:We("h-4 w-4",{"tranform rotate-90":r})})})," ",C.jsx("div",{children:e.privilege})]}),C.jsx("div",{className:"border-l pl-2",style:{marginLeft:t?t*4:3},children:r&&C.jsx(qq,{depth:t+1,data:o})})]})},qq=({data:e,depth:t=0})=>e.map(r=>r.includes.length?C.jsx(HX,{item:r,depth:t},r.id):C.jsx("div",{className:We("py-1 text-xs text-white",{}),children:r.privilege},r.id)),Bt=()=>document.querySelector(`.${CD.ROLES_EDITOR_SCOPE_CLASS}`)||document.body,Ql=({container:e,...t})=>C.jsx(Te.Portal,{...t,container:e||Bt()}),cN=Qx,fN=ew,dN=T.memo(function({privilege:t,selectedPrivilege:r,onSelect:n,privileges:i,isGuest:o=!1}){const a=Q.useAppDispatch(),u=Q.populateShallow(t.includes,i),[l,d]=T.useState(!1),[f,h]=T.useState(t.privilege),[p,v]=T.useState(null),m=Te.useOutsideClick(()=>{l&&b()});Te.useDidMountEffect(()=>{t.privilege!==f&&h(t.privilege)},[t.privilege]);function y(){d(!0),v(null)}function x(){d(!1),h(t.privilege)}function b(){v(null);try{Te.validateName(f);const _=Q.rename(f,t.id,i);a(Q.updatePrivileges(_)),d(!1)}catch(_){v(_.message)}}const w=async _=>{_.stopPropagation();const{confirmed:S}=await a(Q.openModal({title:"Delete Privilege",type:Te.ModalType.CONFIRM,color:Te.ModalColor.DANGER,message:"Are you sure you want to remove this Privilege?",icon:"FdWarningDanger"})).unwrap();if(S){const R=Q.remove(t.id,i);if((r==null?void 0:r.id)!==t.id){a(Q.updatePrivileges(R));return}const I=Object.keys(R).filter(P=>R[P].privilege!=="guest");if(I.length===0)n(null);else{const P=Object.keys(i).filter($=>i[$].privilege!=="guest"),A=P.indexOf(t.id),k=Math.max(0,A-1),L=P[k];A===0?n(R[I[0]]):R[L]?n(R[L]):n(R[I[0]])}a(Q.updatePrivileges(R))}},E=T.useMemo(()=>t.resources.some(_=>_.exists===!1),[t]);return C.jsxs(cN,{openDelay:0,closeDelay:0,children:[C.jsx(fN,{asChild:!0,children:C.jsxs("div",{className:We("rounded border bg-grey-300 p-2",{"border-grey-100":(r==null?void 0:r.id)!==t.id,"border-primary-dark":(r==null?void 0:r.id)===t.id,"border-red-400":E&&(r==null?void 0:r.id)!==t.id}),role:"button","data-cy":"privilegeCard",onClick:()=>{n(t)},ref:m,children:[C.jsxs("div",{className:"flex items-center justify-between",children:[C.jsxs("div",{className:"flex flex-1 items-center text-white",children:[C.jsx("span",{className:"mr-4",children:o?C.jsx(xe.FdGuest,{className:"h-6 w-6"}):C.jsx(xe.FdGroup,{className:"h-6 w-6"})}),l?C.jsxs("div",{className:"relative h-6 flex-1 mr-2",children:[C.jsx("input",{autoFocus:!0,onKeyDown:_=>{_.key==="Enter"&&b(),_.key==="Escape"&&x()},type:"text",className:We("absolute inset-0 h-6 min-w-0 rounded border border-grey-200 bg-grey-300 p-1 text-xs focus:outline-none",{"border-b border-red-400 rounded-b-none":p,"focus:border-primary-dark":!p}),value:f,onChange:_=>h(_.target.value)}),p&&C.jsx("p",{className:"absolute top-5 mt-1 w-full rounded rounded-t-none bg-red-400 p-1 text-xs text-white shadow-md",children:p})]}):C.jsx("span",{className:"inline-block grow overflow-hidden truncate whitespace-nowrap text-xs font-bold",children:f})]}),o?C.jsx("div",{className:"flex items-center justify-center",children:C.jsxs(cN,{openDelay:0,closeDelay:0,children:[C.jsx(fN,{asChild:!0,children:C.jsx("span",{children:C.jsx(xe.FdInfoBold,{className:"h-4 w-4 text-grey-50"})})}),C.jsx(Lr,{container:Bt(),children:C.jsx(Br,{style:{zIndex:50},avoidCollisions:!0,side:"top",className:"max-w-xs rounded bg-primary-light py-2 text-sm font-semibold text-primary",children:C.jsx("div",{className:"space-y-1 px-2",children:C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(xe.FdBulb,{className:"mr-2 mt-0.5 h-4 w-4 flex-shrink-0"}),C.jsx("p",{children:"the guest privilege must be used to indicate resources accessible without any permission required (e.g. an authenticate function)"})]})})})})]})}):C.jsx("div",{className:"flex items-center space-x-2",children:l?C.jsxs(C.Fragment,{children:[C.jsx("button",{className:"rounded p-1 hover:bg-primary-hover hover:text-white",onClick:x,children:C.jsx("span",{children:C.jsx(xe.FdClose,{className:"h-4 w-4 text-grey-50"})})}),C.jsx("button",{className:"rounded p-1 hover:bg-primary-hover hover:text-white",onClick:b,children:C.jsx("span",{children:C.jsx(xe.FdCheckCircle,{className:"h-4 w-4 text-grey-50"})})})]}):C.jsxs(C.Fragment,{children:[C.jsx("button",{className:"rounded p-1 hover:bg-primary-hover hover:text-white",onClick:y,children:C.jsx("span",{children:C.jsx(xe.FdPen,{className:"h-4 w-4 text-grey-50"})})}),C.jsx("button",{className:"rounded p-1 hover:bg-primary-hover hover:text-white",onClick:w,children:C.jsx("span",{children:C.jsx(xe.FdTrash,{className:"h-4 w-4 text-grey-50"})})})]})})]}),u.length?C.jsx("div",{className:"ml-[43px]",children:C.jsx(qq,{data:u})}):null]})}),C.jsx(Lr,{container:Bt(),children:C.jsxs(Br,{hidden:!E,style:{zIndex:50},avoidCollisions:!0,side:"top",className:"text-red-500 mb-1 flex max-w-xs items-center gap-x-1 rounded bg-negative-200 px-2 py-2 text-s font-semibold",children:[C.jsx(xe.FdBulb,{className:"m-0.5 h-4 w-4 flex-shrink-0"}),C.jsx("p",{children:"This privilege uses non-existing resources"})]})})]})}),VX=({privileges:e,selectPrivilege:t,selectedPrivilege:r})=>{const n=Q.useAppSelector(Q.selectGuestPrivilege),i=Q.useAppSelector(Q.selectCatalog),o=T.useMemo(()=>{if(i===null||!n)return n;const d=Q2({guest:n},Object.values((i==null?void 0:i.dataClasses)??{}));return eq(d,i).guest},[e,i]),a=T.useMemo(()=>Object.entries(e).filter(([,d])=>d.privilege!=="guest").sort(([,d],[,f])=>Te.localeCompare(d.privilege,f.privilege)),[e]),u=T.useRef(null),l=Wa({count:a.length,getScrollElement:()=>u.current,estimateSize:()=>72,overscan:5});return C.jsxs("div",{ref:u,className:"flex flex-1 flex-col overflow-auto p-4 pb-10 pt-1",children:[o?C.jsx("div",{className:"mb-4",children:C.jsx(dN,{privilege:o,onSelect:t,selectedPrivilege:r,privileges:e,isGuest:!0})}):null,a.length?C.jsx("div",{style:{position:"relative",height:`${l.getTotalSize()}px`},children:l.getVirtualItems().map(d=>{const[f,h]=a[d.index];return C.jsx("div",{ref:l.measureElement,"data-index":d.index,style:{position:"absolute",top:0,left:0,width:"100%",transform:`translateY(${d.start}px)`,paddingBottom:"16px"},children:C.jsx(dN,{privilege:h,onSelect:t,selectedPrivilege:r,privileges:e})},f)})}):C.jsx("div",{className:"flex h-full items-center justify-center",children:C.jsx("div",{className:"flex flex-1 items-center justify-center bg-grey-800",children:C.jsxs("div",{className:"flex flex-col items-center justify-center space-y-4 text-grey-200",children:[C.jsx(xe.FdInfoBold,{className:"h-10 w-10"}),C.jsx("div",{className:"font-semibold",children:"There are no privileges"}),C.jsxs("div",{className:"flex items-center text-sm",children:["Create a new Privilege by clicking on the"," ",C.jsx(xe.FdPlus,{className:"ml-2 inline h-4 w-4 text-white"})]})]})})})]})};var xu={exports:{}},wu={exports:{}},Ye={};/** @license React v16.13.1
10
+ color: hsl(${Math.max(0,Math.min(120-120*x,120))}deg 100% 31%);`,r==null?void 0:r.key)}return r!=null&&r.onChange&&!(o&&r.skipInitialOnChange)&&r.onChange(i),o=!1,i}return a.updateDeps=u=>{n=u},a}function oN(e,t){if(e===void 0)throw new Error("Unexpected undefined");return e}const AX=(e,t)=>Math.abs(e-t)<1.01,MX=(e,t,r)=>{let n;return function(...i){e.clearTimeout(n),n=e.setTimeout(()=>t.apply(this,i),r)}},aN=e=>{const{offsetWidth:t,offsetHeight:r}=e;return{width:t,height:r}},DX=e=>e,jX=e=>{const t=Math.max(e.startIndex-e.overscan,0),r=Math.min(e.endIndex+e.overscan,e.count-1),n=[];for(let i=t;i<=r;i++)n.push(i);return n},qX=(e,t)=>{const r=e.scrollElement;if(!r)return;const n=e.targetWindow;if(!n)return;const i=a=>{const{width:u,height:l}=a;t({width:Math.round(u),height:Math.round(l)})};if(i(aN(r)),!n.ResizeObserver)return()=>{};const o=new n.ResizeObserver(a=>{const u=()=>{const l=a[0];if(l!=null&&l.borderBoxSize){const d=l.borderBoxSize[0];if(d){i({width:d.inlineSize,height:d.blockSize});return}}i(aN(r))};e.options.useAnimationFrameWithResizeObserver?requestAnimationFrame(u):u()});return o.observe(r,{box:"border-box"}),()=>{o.unobserve(r)}},sN={passive:!0},uN=typeof window>"u"?!0:"onscrollend"in window,kX=(e,t)=>{const r=e.scrollElement;if(!r)return;const n=e.targetWindow;if(!n)return;let i=0;const o=e.options.useScrollendEvent&&uN?()=>{}:MX(n,()=>{t(i,!1)},e.options.isScrollingResetDelay),a=f=>()=>{const{horizontal:h,isRtl:p}=e.options;i=h?r.scrollLeft*(p&&-1||1):r.scrollTop,o(),t(i,f)},u=a(!0),l=a(!1);r.addEventListener("scroll",u,sN);const d=e.options.useScrollendEvent&&uN;return d&&r.addEventListener("scrollend",l,sN),()=>{r.removeEventListener("scroll",u),d&&r.removeEventListener("scrollend",l)}},LX=(e,t,r)=>{if(t!=null&&t.borderBoxSize){const n=t.borderBoxSize[0];if(n)return Math.round(n[r.options.horizontal?"inlineSize":"blockSize"])}return e[r.options.horizontal?"offsetWidth":"offsetHeight"]},BX=(e,{adjustments:t=0,behavior:r},n)=>{var i,o;const a=e+t;(o=(i=n.scrollElement)==null?void 0:i.scrollTo)==null||o.call(i,{[n.options.horizontal?"left":"top"]:a,behavior:r})};class FX{constructor(t){this.unsubs=[],this.scrollElement=null,this.targetWindow=null,this.isScrolling=!1,this.scrollState=null,this.measurementsCache=[],this.itemSizeCache=new Map,this.laneAssignments=new Map,this.pendingMeasuredCacheIndexes=[],this.prevLanes=void 0,this.lanesChangedFlag=!1,this.lanesSettling=!1,this.scrollRect=null,this.scrollOffset=null,this.scrollDirection=null,this.scrollAdjustments=0,this.elementsCache=new Map,this.now=()=>{var r,n,i;return((i=(n=(r=this.targetWindow)==null?void 0:r.performance)==null?void 0:n.now)==null?void 0:i.call(n))??Date.now()},this.observer=(()=>{let r=null;const n=()=>r||(!this.targetWindow||!this.targetWindow.ResizeObserver?null:r=new this.targetWindow.ResizeObserver(i=>{i.forEach(o=>{const a=()=>{const u=o.target,l=this.indexFromElement(u);if(!u.isConnected){this.observer.unobserve(u);return}this.shouldMeasureDuringScroll(l)&&this.resizeItem(l,this.options.measureElement(u,o,this))};this.options.useAnimationFrameWithResizeObserver?requestAnimationFrame(a):a()})}));return{disconnect:()=>{var i;(i=n())==null||i.disconnect(),r=null},observe:i=>{var o;return(o=n())==null?void 0:o.observe(i,{box:"border-box"})},unobserve:i=>{var o;return(o=n())==null?void 0:o.unobserve(i)}}})(),this.range=null,this.setOptions=r=>{Object.entries(r).forEach(([n,i])=>{typeof i>"u"&&delete r[n]}),this.options={debug:!1,initialOffset:0,overscan:1,paddingStart:0,paddingEnd:0,scrollPaddingStart:0,scrollPaddingEnd:0,horizontal:!1,getItemKey:DX,rangeExtractor:jX,onChange:()=>{},measureElement:LX,initialRect:{width:0,height:0},scrollMargin:0,gap:0,indexAttribute:"data-index",initialMeasurementsCache:[],lanes:1,isScrollingResetDelay:150,enabled:!0,isRtl:!1,useScrollendEvent:!1,useAnimationFrameWithResizeObserver:!1,...r}},this.notify=r=>{var n,i;(i=(n=this.options).onChange)==null||i.call(n,this,r)},this.maybeNotify=ro(()=>(this.calculateRange(),[this.isScrolling,this.range?this.range.startIndex:null,this.range?this.range.endIndex:null]),r=>{this.notify(r)},{key:process.env.NODE_ENV!=="production"&&"maybeNotify",debug:()=>this.options.debug,initialDeps:[this.isScrolling,this.range?this.range.startIndex:null,this.range?this.range.endIndex:null]}),this.cleanup=()=>{this.unsubs.filter(Boolean).forEach(r=>r()),this.unsubs=[],this.observer.disconnect(),this.rafId!=null&&this.targetWindow&&(this.targetWindow.cancelAnimationFrame(this.rafId),this.rafId=null),this.scrollState=null,this.scrollElement=null,this.targetWindow=null},this._didMount=()=>()=>{this.cleanup()},this._willUpdate=()=>{var r;const n=this.options.enabled?this.options.getScrollElement():null;if(this.scrollElement!==n){if(this.cleanup(),!n){this.maybeNotify();return}this.scrollElement=n,this.scrollElement&&"ownerDocument"in this.scrollElement?this.targetWindow=this.scrollElement.ownerDocument.defaultView:this.targetWindow=((r=this.scrollElement)==null?void 0:r.window)??null,this.elementsCache.forEach(i=>{this.observer.observe(i)}),this.unsubs.push(this.options.observeElementRect(this,i=>{this.scrollRect=i,this.maybeNotify()})),this.unsubs.push(this.options.observeElementOffset(this,(i,o)=>{this.scrollAdjustments=0,this.scrollDirection=o?this.getScrollOffset()<i?"forward":"backward":null,this.scrollOffset=i,this.isScrolling=o,this.scrollState&&this.scheduleScrollReconcile(),this.maybeNotify()})),this._scrollToOffset(this.getScrollOffset(),{adjustments:void 0,behavior:void 0})}},this.rafId=null,this.getSize=()=>this.options.enabled?(this.scrollRect=this.scrollRect??this.options.initialRect,this.scrollRect[this.options.horizontal?"width":"height"]):(this.scrollRect=null,0),this.getScrollOffset=()=>this.options.enabled?(this.scrollOffset=this.scrollOffset??(typeof this.options.initialOffset=="function"?this.options.initialOffset():this.options.initialOffset),this.scrollOffset):(this.scrollOffset=null,0),this.getFurthestMeasurement=(r,n)=>{const i=new Map,o=new Map;for(let a=n-1;a>=0;a--){const u=r[a];if(i.has(u.lane))continue;const l=o.get(u.lane);if(l==null||u.end>l.end?o.set(u.lane,u):u.end<l.end&&i.set(u.lane,!0),i.size===this.options.lanes)break}return o.size===this.options.lanes?Array.from(o.values()).sort((a,u)=>a.end===u.end?a.index-u.index:a.end-u.end)[0]:void 0},this.getMeasurementOptions=ro(()=>[this.options.count,this.options.paddingStart,this.options.scrollMargin,this.options.getItemKey,this.options.enabled,this.options.lanes],(r,n,i,o,a,u)=>(this.prevLanes!==void 0&&this.prevLanes!==u&&(this.lanesChangedFlag=!0),this.prevLanes=u,this.pendingMeasuredCacheIndexes=[],{count:r,paddingStart:n,scrollMargin:i,getItemKey:o,enabled:a,lanes:u}),{key:!1}),this.getMeasurements=ro(()=>[this.getMeasurementOptions(),this.itemSizeCache],({count:r,paddingStart:n,scrollMargin:i,getItemKey:o,enabled:a,lanes:u},l)=>{if(!a)return this.measurementsCache=[],this.itemSizeCache.clear(),this.laneAssignments.clear(),[];if(this.laneAssignments.size>r)for(const p of this.laneAssignments.keys())p>=r&&this.laneAssignments.delete(p);this.lanesChangedFlag&&(this.lanesChangedFlag=!1,this.lanesSettling=!0,this.measurementsCache=[],this.itemSizeCache.clear(),this.laneAssignments.clear(),this.pendingMeasuredCacheIndexes=[]),this.measurementsCache.length===0&&!this.lanesSettling&&(this.measurementsCache=this.options.initialMeasurementsCache,this.measurementsCache.forEach(p=>{this.itemSizeCache.set(p.key,p.size)}));const d=this.lanesSettling?0:this.pendingMeasuredCacheIndexes.length>0?Math.min(...this.pendingMeasuredCacheIndexes):0;this.pendingMeasuredCacheIndexes=[],this.lanesSettling&&this.measurementsCache.length===r&&(this.lanesSettling=!1);const f=this.measurementsCache.slice(0,d),h=new Array(u).fill(void 0);for(let p=0;p<d;p++){const v=f[p];v&&(h[v.lane]=p)}for(let p=d;p<r;p++){const v=o(p),m=this.laneAssignments.get(p);let y,x;if(m!==void 0&&this.options.lanes>1){y=m;const _=h[y],S=_!==void 0?f[_]:void 0;x=S?S.end+this.options.gap:n+i}else{const _=this.options.lanes===1?f[p-1]:this.getFurthestMeasurement(f,p);x=_?_.end+this.options.gap:n+i,y=_?_.lane:p%this.options.lanes,this.options.lanes>1&&this.laneAssignments.set(p,y)}const b=l.get(v),w=typeof b=="number"?b:this.options.estimateSize(p),E=x+w;f[p]={index:p,start:x,size:w,end:E,key:v,lane:y},h[y]=p}return this.measurementsCache=f,f},{key:process.env.NODE_ENV!=="production"&&"getMeasurements",debug:()=>this.options.debug}),this.calculateRange=ro(()=>[this.getMeasurements(),this.getSize(),this.getScrollOffset(),this.options.lanes],(r,n,i,o)=>this.range=r.length>0&&n>0?$X({measurements:r,outerSize:n,scrollOffset:i,lanes:o}):null,{key:process.env.NODE_ENV!=="production"&&"calculateRange",debug:()=>this.options.debug}),this.getVirtualIndexes=ro(()=>{let r=null,n=null;const i=this.calculateRange();return i&&(r=i.startIndex,n=i.endIndex),this.maybeNotify.updateDeps([this.isScrolling,r,n]),[this.options.rangeExtractor,this.options.overscan,this.options.count,r,n]},(r,n,i,o,a)=>o===null||a===null?[]:r({startIndex:o,endIndex:a,overscan:n,count:i}),{key:process.env.NODE_ENV!=="production"&&"getVirtualIndexes",debug:()=>this.options.debug}),this.indexFromElement=r=>{const n=this.options.indexAttribute,i=r.getAttribute(n);return i?parseInt(i,10):(console.warn(`Missing attribute name '${n}={index}' on measured element.`),-1)},this.shouldMeasureDuringScroll=r=>{var n;if(!this.scrollState||this.scrollState.behavior!=="smooth")return!0;const i=this.scrollState.index??((n=this.getVirtualItemForOffset(this.scrollState.lastTargetOffset))==null?void 0:n.index);if(i!==void 0&&this.range){const o=Math.max(this.options.overscan,Math.ceil((this.range.endIndex-this.range.startIndex)/2)),a=Math.max(0,i-o),u=Math.min(this.options.count-1,i+o);return r>=a&&r<=u}return!0},this.measureElement=r=>{if(!r){this.elementsCache.forEach((a,u)=>{a.isConnected||(this.observer.unobserve(a),this.elementsCache.delete(u))});return}const n=this.indexFromElement(r),i=this.options.getItemKey(n),o=this.elementsCache.get(i);o!==r&&(o&&this.observer.unobserve(o),this.observer.observe(r),this.elementsCache.set(i,r)),(!this.isScrolling||this.scrollState)&&this.shouldMeasureDuringScroll(n)&&this.resizeItem(n,this.options.measureElement(r,void 0,this))},this.resizeItem=(r,n)=>{var i;const o=this.measurementsCache[r];if(!o)return;const a=this.itemSizeCache.get(o.key)??o.size,u=n-a;u!==0&&(((i=this.scrollState)==null?void 0:i.behavior)!=="smooth"&&(this.shouldAdjustScrollPositionOnItemSizeChange!==void 0?this.shouldAdjustScrollPositionOnItemSizeChange(o,u,this):o.start<this.getScrollOffset()+this.scrollAdjustments)&&(process.env.NODE_ENV!=="production"&&this.options.debug&&console.info("correction",u),this._scrollToOffset(this.getScrollOffset(),{adjustments:this.scrollAdjustments+=u,behavior:void 0})),this.pendingMeasuredCacheIndexes.push(o.index),this.itemSizeCache=new Map(this.itemSizeCache.set(o.key,n)),this.notify(!1))},this.getVirtualItems=ro(()=>[this.getVirtualIndexes(),this.getMeasurements()],(r,n)=>{const i=[];for(let o=0,a=r.length;o<a;o++){const u=r[o],l=n[u];i.push(l)}return i},{key:process.env.NODE_ENV!=="production"&&"getVirtualItems",debug:()=>this.options.debug}),this.getVirtualItemForOffset=r=>{const n=this.getMeasurements();if(n.length!==0)return oN(n[jq(0,n.length-1,i=>oN(n[i]).start,r)])},this.getMaxScrollOffset=()=>{if(!this.scrollElement)return 0;if("scrollHeight"in this.scrollElement)return this.options.horizontal?this.scrollElement.scrollWidth-this.scrollElement.clientWidth:this.scrollElement.scrollHeight-this.scrollElement.clientHeight;{const r=this.scrollElement.document.documentElement;return this.options.horizontal?r.scrollWidth-this.scrollElement.innerWidth:r.scrollHeight-this.scrollElement.innerHeight}},this.getOffsetForAlignment=(r,n,i=0)=>{if(!this.scrollElement)return 0;const o=this.getSize(),a=this.getScrollOffset();n==="auto"&&(n=r>=a+o?"end":"start"),n==="center"?r+=(i-o)/2:n==="end"&&(r-=o);const u=this.getMaxScrollOffset();return Math.max(Math.min(u,r),0)},this.getOffsetForIndex=(r,n="auto")=>{r=Math.max(0,Math.min(r,this.options.count-1));const i=this.getSize(),o=this.getScrollOffset(),a=this.measurementsCache[r];if(!a)return;if(n==="auto")if(a.end>=o+i-this.options.scrollPaddingEnd)n="end";else if(a.start<=o+this.options.scrollPaddingStart)n="start";else return[o,n];if(n==="end"&&r===this.options.count-1)return[this.getMaxScrollOffset(),n];const u=n==="end"?a.end+this.options.scrollPaddingEnd:a.start-this.options.scrollPaddingStart;return[this.getOffsetForAlignment(u,n,a.size),n]},this.scrollToOffset=(r,{align:n="start",behavior:i="auto"}={})=>{const o=this.getOffsetForAlignment(r,n),a=this.now();this.scrollState={index:null,align:n,behavior:i,startedAt:a,lastTargetOffset:o,stableFrames:0},this._scrollToOffset(o,{adjustments:void 0,behavior:i}),this.scheduleScrollReconcile()},this.scrollToIndex=(r,{align:n="auto",behavior:i="auto"}={})=>{r=Math.max(0,Math.min(r,this.options.count-1));const o=this.getOffsetForIndex(r,n);if(!o)return;const[a,u]=o,l=this.now();this.scrollState={index:r,align:u,behavior:i,startedAt:l,lastTargetOffset:a,stableFrames:0},this._scrollToOffset(a,{adjustments:void 0,behavior:i}),this.scheduleScrollReconcile()},this.scrollBy=(r,{behavior:n="auto"}={})=>{const i=this.getScrollOffset()+r,o=this.now();this.scrollState={index:null,align:"start",behavior:n,startedAt:o,lastTargetOffset:i,stableFrames:0},this._scrollToOffset(i,{adjustments:void 0,behavior:n}),this.scheduleScrollReconcile()},this.getTotalSize=()=>{var r;const n=this.getMeasurements();let i;if(n.length===0)i=this.options.paddingStart;else if(this.options.lanes===1)i=((r=n[n.length-1])==null?void 0:r.end)??0;else{const o=Array(this.options.lanes).fill(null);let a=n.length-1;for(;a>=0&&o.some(u=>u===null);){const u=n[a];o[u.lane]===null&&(o[u.lane]=u.end),a--}i=Math.max(...o.filter(u=>u!==null))}return Math.max(i-this.options.scrollMargin+this.options.paddingEnd,0)},this._scrollToOffset=(r,{adjustments:n,behavior:i})=>{this.options.scrollToFn(r,{behavior:i,adjustments:n},this)},this.measure=()=>{this.itemSizeCache=new Map,this.laneAssignments=new Map,this.notify(!1)},this.setOptions(t)}scheduleScrollReconcile(){if(!this.targetWindow){this.scrollState=null;return}this.rafId==null&&(this.rafId=this.targetWindow.requestAnimationFrame(()=>{this.rafId=null,this.reconcileScroll()}))}reconcileScroll(){if(!this.scrollState||!this.scrollElement)return;if(this.now()-this.scrollState.startedAt>5e3){this.scrollState=null;return}const n=this.scrollState.index!=null?this.getOffsetForIndex(this.scrollState.index,this.scrollState.align):void 0,i=n?n[0]:this.scrollState.lastTargetOffset,o=1,a=i!==this.scrollState.lastTargetOffset;if(!a&&AX(i,this.getScrollOffset())){if(this.scrollState.stableFrames++,this.scrollState.stableFrames>=o){this.scrollState=null;return}}else this.scrollState.stableFrames=0,a&&(this.scrollState.lastTargetOffset=i,this.scrollState.behavior="auto",this._scrollToOffset(i,{adjustments:void 0,behavior:"auto"}));this.scheduleScrollReconcile()}}const jq=(e,t,r,n)=>{for(;e<=t;){const i=(e+t)/2|0,o=r(i);if(o<n)e=i+1;else if(o>n)t=i-1;else return i}return e>0?e-1:0};function $X({measurements:e,outerSize:t,scrollOffset:r,lanes:n}){const i=e.length-1,o=l=>e[l].start;if(e.length<=n)return{startIndex:0,endIndex:i};let a=jq(0,i,o,r),u=a;if(n===1)for(;u<i&&e[u].end<r+t;)u++;else if(n>1){const l=Array(n).fill(0);for(;u<i&&l.some(f=>f<r+t);){const f=e[u];l[f.lane]=f.end,u++}const d=Array(n).fill(r+t);for(;a>=0&&d.some(f=>f>=r);){const f=e[a];d[f.lane]=f.start,a--}a=Math.max(0,a-a%n),u=Math.min(i,u+(n-1-u%n))}return{startIndex:a,endIndex:u}}const lN=typeof document<"u"?ve.useLayoutEffect:ve.useEffect;function zX({useFlushSync:e=!0,...t}){const r=ve.useReducer(()=>({}),{})[1],n={...t,onChange:(o,a)=>{var u;e&&a?nx.flushSync(r):r(),(u=t.onChange)==null||u.call(t,o,a)}},[i]=ve.useState(()=>new FX(n));return i.setOptions(n),lN(()=>i._didMount(),[]),lN(()=>i._willUpdate()),i}function Wa(e){return zX({observeElementRect:qX,observeElementOffset:kX,scrollToFn:BX,...e})}const HX=({item:e,depth:t})=>{const[r,n]=T.useState(!1),i=Q.useAppSelector(Q.selectPrivileges),o=Q.populateShallow(e.includes,i);return C.jsxs("div",{className:"py-1 text-xs text-white",children:[C.jsxs("div",{className:"flex items-center",children:[C.jsx("button",{className:"-ml-1",onClick:a=>{a.stopPropagation(),n(!r)},children:C.jsx(xe.FdRight,{className:We("h-4 w-4",{"tranform rotate-90":r})})})," ",C.jsx("div",{children:e.privilege})]}),C.jsx("div",{className:"border-l pl-2",style:{marginLeft:t?t*4:3},children:r&&C.jsx(qq,{depth:t+1,data:o})})]})},qq=({data:e,depth:t=0})=>e.map(r=>r.includes.length?C.jsx(HX,{item:r,depth:t},r.id):C.jsx("div",{className:We("py-1 text-xs text-white",{}),children:r.privilege},r.id)),Bt=()=>document.querySelector(`.${CD.ROLES_EDITOR_SCOPE_CLASS}`)||document.body,Ql=({container:e,...t})=>C.jsx(Te.Portal,{...t,container:e||Bt()}),cN=Qx,fN=ew,dN=T.memo(function({privilege:t,selectedPrivilege:r,onSelect:n,privileges:i,isGuest:o=!1}){const a=Q.useAppDispatch(),u=Q.populateShallow(t.includes,i),[l,d]=T.useState(!1),[f,h]=T.useState(t.privilege),[p,v]=T.useState(null),m=Te.useOutsideClick(()=>{l&&b()});Te.useDidMountEffect(()=>{t.privilege!==f&&h(t.privilege)},[t.privilege]);function y(){d(!0),v(null)}function x(){d(!1),h(t.privilege)}function b(){v(null);try{Te.validateName(f);const _=Q.rename(f,t.id,i);a(Q.updatePrivileges(_)),d(!1)}catch(_){v(_.message)}}const w=async _=>{_.stopPropagation();const{confirmed:S}=await a(Q.openModal({title:"Delete Privilege",type:Te.ModalType.CONFIRM,color:Te.ModalColor.DANGER,message:"Are you sure you want to remove this Privilege?",icon:"FdWarningDanger"})).unwrap();if(S){const R=Q.remove(t.id,i);if((r==null?void 0:r.id)!==t.id){a(Q.updatePrivileges(R));return}const I=Object.keys(R).filter(P=>R[P].privilege!=="guest");if(I.length===0)n(null);else{const P=Object.keys(i).filter($=>i[$].privilege!=="guest"),A=P.indexOf(t.id),k=Math.max(0,A-1),L=P[k];A===0?n(R[I[0]]):R[L]?n(R[L]):n(R[I[0]])}a(Q.updatePrivileges(R))}},E=T.useMemo(()=>t.resources.some(_=>_.exists===!1),[t]);return C.jsxs(cN,{openDelay:0,closeDelay:0,children:[C.jsx(fN,{asChild:!0,children:C.jsxs("div",{className:We("rounded border bg-grey-300 p-2",{"border-grey-100":(r==null?void 0:r.id)!==t.id,"border-primary-dark":(r==null?void 0:r.id)===t.id,"border-red-400":E&&(r==null?void 0:r.id)!==t.id}),role:"button","data-cy":"privilegeCard",onClick:()=>{n(t)},ref:m,children:[C.jsxs("div",{className:"flex items-center justify-between",children:[C.jsxs("div",{className:"flex flex-1 items-center text-white",children:[C.jsx("span",{className:"mr-4",children:o?C.jsx(xe.FdGuest,{className:"h-6 w-6"}):C.jsx(xe.FdGroup,{className:"h-6 w-6"})}),l?C.jsxs("div",{className:"relative h-6 flex-1 mr-2",children:[C.jsx("input",{autoFocus:!0,onKeyDown:_=>{_.key==="Enter"&&b(),_.key==="Escape"&&x()},type:"text",className:We("absolute inset-0 h-6 min-w-0 rounded border border-grey-200 bg-grey-300 p-1 text-xs focus:outline-none",{"border-b border-red-400 rounded-b-none":p,"focus:border-primary-dark":!p}),value:f,onChange:_=>h(_.target.value)}),p&&C.jsx("p",{className:"absolute top-5 mt-1 w-full rounded rounded-t-none bg-red-400 p-1 text-xs text-white shadow-md",children:p})]}):C.jsx("span",{className:"inline-block grow overflow-hidden truncate whitespace-nowrap text-xs font-bold",children:f})]}),o?C.jsx("div",{className:"flex items-center justify-center",children:C.jsxs(cN,{openDelay:0,closeDelay:0,children:[C.jsx(fN,{asChild:!0,children:C.jsx("span",{children:C.jsx(xe.FdInfoBold,{className:"h-4 w-4 text-grey-50"})})}),C.jsx(Lr,{container:Bt(),children:C.jsx(Br,{style:{zIndex:50},avoidCollisions:!0,side:"top",className:"max-w-xs rounded bg-primary-light py-2 text-sm font-semibold text-primary",children:C.jsx("div",{className:"space-y-1 px-2",children:C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(xe.FdBulb,{className:"mr-2 mt-0.5 h-4 w-4 flex-shrink-0"}),C.jsx("p",{children:"the guest privilege must be used to indicate resources accessible without any permission required (e.g. an authenticate function)"})]})})})})]})}):C.jsx("div",{className:"flex items-center space-x-2",children:l?C.jsxs(C.Fragment,{children:[C.jsx("button",{className:"rounded p-1 hover:bg-primary-hover hover:text-white",onClick:x,children:C.jsx("span",{children:C.jsx(xe.FdClose,{className:"h-4 w-4 text-grey-50"})})}),C.jsx("button",{className:"rounded p-1 hover:bg-primary-hover hover:text-white",onClick:b,children:C.jsx("span",{children:C.jsx(xe.FdCheckCircle,{className:"h-4 w-4 text-grey-50"})})})]}):C.jsxs(C.Fragment,{children:[C.jsx("button",{className:"rounded p-1 hover:bg-primary-hover hover:text-white",onClick:y,children:C.jsx("span",{children:C.jsx(xe.FdPen,{className:"h-4 w-4 text-grey-50"})})}),C.jsx("button",{className:"rounded p-1 hover:bg-primary-hover hover:text-white",onClick:w,children:C.jsx("span",{children:C.jsx(xe.FdTrash,{className:"h-4 w-4 text-grey-50"})})})]})})]}),u.length?C.jsx("div",{className:"ml-[43px]",children:C.jsx(qq,{data:u})}):null]})}),C.jsx(Lr,{container:Bt(),children:C.jsxs(Br,{hidden:!E,style:{zIndex:50},avoidCollisions:!0,side:"top",className:"text-red-500 mb-1 flex max-w-xs items-center gap-x-1 rounded bg-negative-200 px-2 py-2 text-s font-semibold",children:[C.jsx(xe.FdBulb,{className:"m-0.5 h-4 w-4 flex-shrink-0"}),C.jsx("p",{children:"This privilege uses non-existing resources"})]})})]})}),VX=({privileges:e,selectPrivilege:t,selectedPrivilege:r})=>{const n=Q.useAppSelector(Q.selectGuestPrivilege),i=Q.useAppSelector(Q.selectCatalog),o=T.useMemo(()=>{if(i===null||!n)return n;const d=Q2({guest:n},Object.values((i==null?void 0:i.dataClasses)??{}));return eq(d,i).guest},[e,i]),a=T.useMemo(()=>Object.entries(e).filter(([,d])=>d.privilege!=="guest").sort(([,d],[,f])=>Te.localeCompare(d.privilege,f.privilege)),[e]),u=T.useRef(null),l=Wa({count:a.length,getScrollElement:()=>u.current,estimateSize:()=>72,overscan:5});return C.jsxs("div",{ref:u,className:"flex flex-1 flex-col overflow-auto p-4 pb-10 pt-1",children:[o?C.jsx("div",{className:"mb-4",children:C.jsx(dN,{privilege:o,onSelect:t,selectedPrivilege:r,privileges:e,isGuest:!0})}):null,a.length?C.jsx("div",{style:{position:"relative",height:`${l.getTotalSize()}px`},children:l.getVirtualItems().map(d=>{const[f,h]=a[d.index];return C.jsx("div",{ref:l.measureElement,"data-index":d.index,style:{position:"absolute",top:0,left:0,width:"100%",transform:`translateY(${d.start}px)`,paddingBottom:"16px"},children:C.jsx(dN,{privilege:h,onSelect:t,selectedPrivilege:r,privileges:e})},f)})}):C.jsx("div",{className:"flex h-full items-center justify-center",children:C.jsx("div",{className:"flex flex-1 items-center justify-center bg-grey-800",children:C.jsxs("div",{className:"flex flex-col items-center justify-center space-y-4 text-grey-200",children:[C.jsx(xe.FdInfoBold,{className:"h-10 w-10"}),C.jsx("div",{className:"font-semibold",children:"There are no privileges"}),C.jsxs("div",{className:"flex items-center text-sm",children:["Create a new Privilege by clicking on the"," ",C.jsx(xe.FdPlus,{className:"ml-2 inline h-4 w-4 text-white"})]})]})})})]})};var xu={exports:{}},wu={exports:{}},Ye={};/** @license React v16.13.1
11
11
  * react-is.production.min.js
12
12
  *
13
13
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -26,7 +26,7 @@ object-assign
26
26
  (c) Sindre Sorhus
27
27
  @license MIT
28
28
  */var $m,gN;function GX(){if(gN)return $m;gN=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;function n(o){if(o==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(o)}function i(){try{if(!Object.assign)return!1;var o=new String("abc");if(o[5]="de",Object.getOwnPropertyNames(o)[0]==="5")return!1;for(var a={},u=0;u<10;u++)a["_"+String.fromCharCode(u)]=u;var l=Object.getOwnPropertyNames(a).map(function(f){return a[f]});if(l.join("")!=="0123456789")return!1;var d={};return"abcdefghijklmnopqrst".split("").forEach(function(f){d[f]=f}),Object.keys(Object.assign({},d)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return $m=i()?Object.assign:function(o,a){for(var u,l=n(o),d,f=1;f<arguments.length;f++){u=Object(arguments[f]);for(var h in u)t.call(u,h)&&(l[h]=u[h]);if(e){d=e(u);for(var p=0;p<d.length;p++)r.call(u,d[p])&&(l[d[p]]=u[d[p]])}}return l},$m}var zm,mN;function tw(){if(mN)return zm;mN=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return zm=e,zm}var Hm,yN;function Lq(){return yN||(yN=1,Hm=Function.call.bind(Object.prototype.hasOwnProperty)),Hm}var Vm,bN;function KX(){if(bN)return Vm;bN=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var t=tw(),r={},n=Lq();e=function(o){var a="Warning: "+o;typeof console<"u"&&console.error(a);try{throw new Error(a)}catch{}}}function i(o,a,u,l,d){if(process.env.NODE_ENV!=="production"){for(var f in o)if(n(o,f)){var h;try{if(typeof o[f]!="function"){var p=Error((l||"React class")+": "+u+" type `"+f+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof o[f]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw p.name="Invariant Violation",p}h=o[f](a,f,l,u,null,t)}catch(m){h=m}if(h&&!(h instanceof Error)&&e((l||"React class")+": type specification of "+u+" `"+f+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof h+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),h instanceof Error&&!(h.message in r)){r[h.message]=!0;var v=d?d():"";e("Failed "+u+" type: "+h.message+(v??""))}}}}return i.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(r={})},Vm=i,Vm}var Um,xN;function YX(){if(xN)return Um;xN=1;var e=kq(),t=GX(),r=tw(),n=Lq(),i=KX(),o=function(){};process.env.NODE_ENV!=="production"&&(o=function(u){var l="Warning: "+u;typeof console<"u"&&console.error(l);try{throw new Error(l)}catch{}});function a(){return null}return Um=function(u,l){var d=typeof Symbol=="function"&&Symbol.iterator,f="@@iterator";function h(U){var re=U&&(d&&U[d]||U[f]);if(typeof re=="function")return re}var p="<<anonymous>>",v={array:b("array"),bigint:b("bigint"),bool:b("boolean"),func:b("function"),number:b("number"),object:b("object"),string:b("string"),symbol:b("symbol"),any:w(),arrayOf:E,element:_(),elementType:S(),instanceOf:R,node:k(),objectOf:P,oneOf:I,oneOfType:A,shape:$,exact:j};function m(U,re){return U===re?U!==0||1/U===1/re:U!==U&&re!==re}function y(U,re){this.message=U,this.data=re&&typeof re=="object"?re:{},this.stack=""}y.prototype=Error.prototype;function x(U){if(process.env.NODE_ENV!=="production")var re={},ae=0;function le(W,J,H,K,se,oe,fe){if(K=K||p,oe=oe||H,fe!==r){if(l){var V=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw V.name="Invariant Violation",V}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var ee=K+":"+H;!re[ee]&&ae<3&&(o("You are manually calling a React.PropTypes validation function for the `"+oe+"` prop on `"+K+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),re[ee]=!0,ae++)}}return J[H]==null?W?J[H]===null?new y("The "+se+" `"+oe+"` is marked as required "+("in `"+K+"`, but its value is `null`.")):new y("The "+se+" `"+oe+"` is marked as required in "+("`"+K+"`, but its value is `undefined`.")):null:U(J,H,K,se,oe)}var F=le.bind(null,!1);return F.isRequired=le.bind(null,!0),F}function b(U){function re(ae,le,F,W,J,H){var K=ae[le],se=B(K);if(se!==U){var oe=Y(K);return new y("Invalid "+W+" `"+J+"` of type "+("`"+oe+"` supplied to `"+F+"`, expected ")+("`"+U+"`."),{expectedType:U})}return null}return x(re)}function w(){return x(a)}function E(U){function re(ae,le,F,W,J){if(typeof U!="function")return new y("Property `"+J+"` of component `"+F+"` has invalid PropType notation inside arrayOf.");var H=ae[le];if(!Array.isArray(H)){var K=B(H);return new y("Invalid "+W+" `"+J+"` of type "+("`"+K+"` supplied to `"+F+"`, expected an array."))}for(var se=0;se<H.length;se++){var oe=U(H,se,F,W,J+"["+se+"]",r);if(oe instanceof Error)return oe}return null}return x(re)}function _(){function U(re,ae,le,F,W){var J=re[ae];if(!u(J)){var H=B(J);return new y("Invalid "+F+" `"+W+"` of type "+("`"+H+"` supplied to `"+le+"`, expected a single ReactElement."))}return null}return x(U)}function S(){function U(re,ae,le,F,W){var J=re[ae];if(!e.isValidElementType(J)){var H=B(J);return new y("Invalid "+F+" `"+W+"` of type "+("`"+H+"` supplied to `"+le+"`, expected a single ReactElement type."))}return null}return x(U)}function R(U){function re(ae,le,F,W,J){if(!(ae[le]instanceof U)){var H=U.name||p,K=te(ae[le]);return new y("Invalid "+W+" `"+J+"` of type "+("`"+K+"` supplied to `"+F+"`, expected ")+("instance of `"+H+"`."))}return null}return x(re)}function I(U){if(!Array.isArray(U))return process.env.NODE_ENV!=="production"&&(arguments.length>1?o("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):o("Invalid argument supplied to oneOf, expected an array.")),a;function re(ae,le,F,W,J){for(var H=ae[le],K=0;K<U.length;K++)if(m(H,U[K]))return null;var se=JSON.stringify(U,function(fe,V){var ee=Y(V);return ee==="symbol"?String(V):V});return new y("Invalid "+W+" `"+J+"` of value `"+String(H)+"` "+("supplied to `"+F+"`, expected one of "+se+"."))}return x(re)}function P(U){function re(ae,le,F,W,J){if(typeof U!="function")return new y("Property `"+J+"` of component `"+F+"` has invalid PropType notation inside objectOf.");var H=ae[le],K=B(H);if(K!=="object")return new y("Invalid "+W+" `"+J+"` of type "+("`"+K+"` supplied to `"+F+"`, expected an object."));for(var se in H)if(n(H,se)){var oe=U(H,se,F,W,J+"."+se,r);if(oe instanceof Error)return oe}return null}return x(re)}function A(U){if(!Array.isArray(U))return process.env.NODE_ENV!=="production"&&o("Invalid argument supplied to oneOfType, expected an instance of array."),a;for(var re=0;re<U.length;re++){var ae=U[re];if(typeof ae!="function")return o("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+Z(ae)+" at index "+re+"."),a}function le(F,W,J,H,K){for(var se=[],oe=0;oe<U.length;oe++){var fe=U[oe],V=fe(F,W,J,H,K,r);if(V==null)return null;V.data&&n(V.data,"expectedType")&&se.push(V.data.expectedType)}var ee=se.length>0?", expected one of type ["+se.join(", ")+"]":"";return new y("Invalid "+H+" `"+K+"` supplied to "+("`"+J+"`"+ee+"."))}return x(le)}function k(){function U(re,ae,le,F,W){return D(re[ae])?null:new y("Invalid "+F+" `"+W+"` supplied to "+("`"+le+"`, expected a ReactNode."))}return x(U)}function L(U,re,ae,le,F){return new y((U||"React class")+": "+re+" type `"+ae+"."+le+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+F+"`.")}function $(U){function re(ae,le,F,W,J){var H=ae[le],K=B(H);if(K!=="object")return new y("Invalid "+W+" `"+J+"` of type `"+K+"` "+("supplied to `"+F+"`, expected `object`."));for(var se in U){var oe=U[se];if(typeof oe!="function")return L(F,W,J,se,Y(oe));var fe=oe(H,se,F,W,J+"."+se,r);if(fe)return fe}return null}return x(re)}function j(U){function re(ae,le,F,W,J){var H=ae[le],K=B(H);if(K!=="object")return new y("Invalid "+W+" `"+J+"` of type `"+K+"` "+("supplied to `"+F+"`, expected `object`."));var se=t({},ae[le],U);for(var oe in se){var fe=U[oe];if(n(U,oe)&&typeof fe!="function")return L(F,W,J,oe,Y(fe));if(!fe)return new y("Invalid "+W+" `"+J+"` key `"+oe+"` supplied to `"+F+"`.\nBad object: "+JSON.stringify(ae[le],null," ")+`
29
- Valid keys: `+JSON.stringify(Object.keys(U),null," "));var V=fe(H,oe,F,W,J+"."+oe,r);if(V)return V}return null}return x(re)}function D(U){switch(typeof U){case"number":case"string":case"undefined":return!0;case"boolean":return!U;case"object":if(Array.isArray(U))return U.every(D);if(U===null||u(U))return!0;var re=h(U);if(re){var ae=re.call(U),le;if(re!==U.entries){for(;!(le=ae.next()).done;)if(!D(le.value))return!1}else for(;!(le=ae.next()).done;){var F=le.value;if(F&&!D(F[1]))return!1}}else return!1;return!0;default:return!1}}function G(U,re){return U==="symbol"?!0:re?re["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&re instanceof Symbol:!1}function B(U){var re=typeof U;return Array.isArray(U)?"array":U instanceof RegExp?"object":G(re,U)?"symbol":re}function Y(U){if(typeof U>"u"||U===null)return""+U;var re=B(U);if(re==="object"){if(U instanceof Date)return"date";if(U instanceof RegExp)return"regexp"}return re}function Z(U){var re=Y(U);switch(re){case"array":case"object":return"an "+re;case"boolean":case"date":case"regexp":return"a "+re;default:return re}}function te(U){return!U.constructor||!U.constructor.name?p:U.constructor.name}return v.checkPropTypes=i,v.resetWarningCache=i.resetWarningCache,v.PropTypes=v,v},Um}var Wm,wN;function XX(){if(wN)return Wm;wN=1;var e=tw();function t(){}function r(){}return r.resetWarningCache=t,Wm=function(){function n(a,u,l,d,f,h){if(h!==e){var p=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw p.name="Invariant Violation",p}}n.isRequired=n;function i(){return n}var o={array:n,bigint:n,bool:n,func:n,number:n,object:n,string:n,symbol:n,any:n,arrayOf:i,element:n,elementType:n,instanceOf:i,node:n,objectOf:i,oneOf:i,oneOfType:i,shape:i,exact:i,checkPropTypes:r,resetWarningCache:t};return o.PropTypes=o,o},Wm}var _N;function ZX(){if(_N)return xu.exports;if(_N=1,process.env.NODE_ENV!=="production"){var e=kq(),t=!0;xu.exports=YX()(e.isElement,t)}else xu.exports=XX()();return xu.exports}var JX=ZX();const he=Vn(JX);var _u={exports:{}},Je={};/** @license React v17.0.2
29
+ Valid keys: `+JSON.stringify(Object.keys(U),null," "));var V=fe(H,oe,F,W,J+"."+oe,r);if(V)return V}return null}return x(re)}function D(U){switch(typeof U){case"number":case"string":case"undefined":return!0;case"boolean":return!U;case"object":if(Array.isArray(U))return U.every(D);if(U===null||u(U))return!0;var re=h(U);if(re){var ae=re.call(U),le;if(re!==U.entries){for(;!(le=ae.next()).done;)if(!D(le.value))return!1}else for(;!(le=ae.next()).done;){var F=le.value;if(F&&!D(F[1]))return!1}}else return!1;return!0;default:return!1}}function G(U,re){return U==="symbol"?!0:re?re["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&re instanceof Symbol:!1}function B(U){var re=typeof U;return Array.isArray(U)?"array":U instanceof RegExp?"object":G(re,U)?"symbol":re}function Y(U){if(typeof U>"u"||U===null)return""+U;var re=B(U);if(re==="object"){if(U instanceof Date)return"date";if(U instanceof RegExp)return"regexp"}return re}function Z(U){var re=Y(U);switch(re){case"array":case"object":return"an "+re;case"boolean":case"date":case"regexp":return"a "+re;default:return re}}function te(U){return!U.constructor||!U.constructor.name?p:U.constructor.name}return v.checkPropTypes=i,v.resetWarningCache=i.resetWarningCache,v.PropTypes=v,v},Um}var Wm,wN;function XX(){if(wN)return Wm;wN=1;var e=tw();function t(){}function r(){}return r.resetWarningCache=t,Wm=function(){function n(a,u,l,d,f,h){if(h!==e){var p=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw p.name="Invariant Violation",p}}n.isRequired=n;function i(){return n}var o={array:n,bigint:n,bool:n,func:n,number:n,object:n,string:n,symbol:n,any:n,arrayOf:i,element:n,elementType:n,instanceOf:i,node:n,objectOf:i,oneOf:i,oneOfType:i,shape:i,exact:i,checkPropTypes:r,resetWarningCache:t};return o.PropTypes=o,o},Wm}var _N;function ZX(){if(_N)return xu.exports;if(_N=1,process.env.NODE_ENV!=="production"){var e=kq(),t=!0;xu.exports=YX()(e.isElement,t)}else xu.exports=XX()();return xu.exports}var JX=ZX();const he=Un(JX);var _u={exports:{}},Je={};/** @license React v17.0.2
30
30
  * react-is.production.min.js
31
31
  *
32
32
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -40,16 +40,16 @@ Valid keys: `+JSON.stringify(Object.keys(U),null," "));var V=fe(H,oe,F,W,J+"."+
40
40
  *
41
41
  * This source code is licensed under the MIT license found in the
42
42
  * LICENSE file in the root directory of this source tree.
43
- */var SN;function eZ(){return SN||(SN=1,process.env.NODE_ENV!=="production"&&(function(){var e=60103,t=60106,r=60107,n=60108,i=60114,o=60109,a=60110,u=60112,l=60113,d=60120,f=60115,h=60116,p=60121,v=60122,m=60117,y=60129,x=60131;if(typeof Symbol=="function"&&Symbol.for){var b=Symbol.for;e=b("react.element"),t=b("react.portal"),r=b("react.fragment"),n=b("react.strict_mode"),i=b("react.profiler"),o=b("react.provider"),a=b("react.context"),u=b("react.forward_ref"),l=b("react.suspense"),d=b("react.suspense_list"),f=b("react.memo"),h=b("react.lazy"),p=b("react.block"),v=b("react.server.block"),m=b("react.fundamental"),b("react.scope"),b("react.opaque.id"),y=b("react.debug_trace_mode"),b("react.offscreen"),x=b("react.legacy_hidden")}var w=!1;function E(fe){return!!(typeof fe=="string"||typeof fe=="function"||fe===r||fe===i||fe===y||fe===n||fe===l||fe===d||fe===x||w||typeof fe=="object"&&fe!==null&&(fe.$$typeof===h||fe.$$typeof===f||fe.$$typeof===o||fe.$$typeof===a||fe.$$typeof===u||fe.$$typeof===m||fe.$$typeof===p||fe[0]===v))}function _(fe){if(typeof fe=="object"&&fe!==null){var V=fe.$$typeof;switch(V){case e:var ee=fe.type;switch(ee){case r:case i:case n:case l:case d:return ee;default:var we=ee&&ee.$$typeof;switch(we){case a:case u:case h:case f:case o:return we;default:return V}}case t:return V}}}var S=a,R=o,I=e,P=u,A=r,k=h,L=f,$=t,j=i,D=n,G=l,B=!1,Y=!1;function Z(fe){return B||(B=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")),!1}function te(fe){return Y||(Y=!0,console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")),!1}function U(fe){return _(fe)===a}function re(fe){return _(fe)===o}function ae(fe){return typeof fe=="object"&&fe!==null&&fe.$$typeof===e}function le(fe){return _(fe)===u}function F(fe){return _(fe)===r}function W(fe){return _(fe)===h}function J(fe){return _(fe)===f}function H(fe){return _(fe)===t}function K(fe){return _(fe)===i}function se(fe){return _(fe)===n}function oe(fe){return _(fe)===l}Qe.ContextConsumer=S,Qe.ContextProvider=R,Qe.Element=I,Qe.ForwardRef=P,Qe.Fragment=A,Qe.Lazy=k,Qe.Memo=L,Qe.Portal=$,Qe.Profiler=j,Qe.StrictMode=D,Qe.Suspense=G,Qe.isAsyncMode=Z,Qe.isConcurrentMode=te,Qe.isContextConsumer=U,Qe.isContextProvider=re,Qe.isElement=ae,Qe.isForwardRef=le,Qe.isFragment=F,Qe.isLazy=W,Qe.isMemo=J,Qe.isPortal=H,Qe.isProfiler=K,Qe.isStrictMode=se,Qe.isSuspense=oe,Qe.isValidElementType=E,Qe.typeOf=_})()),Qe}var ON;function tZ(){return ON||(ON=1,process.env.NODE_ENV==="production"?_u.exports=QX():_u.exports=eZ()),_u.exports}var CN=tZ();function RN(e){return typeof e=="object"&&e!=null&&e.nodeType===1}function IN(e,t){return(!t||e!=="hidden")&&e!=="visible"&&e!=="clip"}function Gm(e,t){if(e.clientHeight<e.scrollHeight||e.clientWidth<e.scrollWidth){var r=getComputedStyle(e,null);return IN(r.overflowY,t)||IN(r.overflowX,t)||(function(n){var i=(function(o){if(!o.ownerDocument||!o.ownerDocument.defaultView)return null;try{return o.ownerDocument.defaultView.frameElement}catch{return null}})(n);return!!i&&(i.clientHeight<n.scrollHeight||i.clientWidth<n.scrollWidth)})(e)}return!1}function Eu(e,t,r,n,i,o,a,u){return o<e&&a>t||o>e&&a<t?0:o<=e&&u<=r||a>=t&&u>=r?o-e-n:a>t&&u<r||o<e&&u>r?a-t+i:0}var rZ=function(e,t){var r=window,n=t.inline,i=t.boundary,o=t.skipOverflowHiddenElements,a=typeof i=="function"?i:function(V){return V!==i};if(!RN(e))throw new TypeError("Invalid target");for(var u,l,d=document.scrollingElement||document.documentElement,f=[],h=e;RN(h)&&a(h);){if((h=(l=(u=h).parentElement)==null?u.getRootNode().host||null:l)===d){f.push(h);break}h!=null&&h===document.body&&Gm(h)&&!Gm(document.documentElement)||h!=null&&Gm(h,o)&&f.push(h)}for(var p=r.visualViewport?r.visualViewport.width:innerWidth,v=r.visualViewport?r.visualViewport.height:innerHeight,m=window.scrollX||pageXOffset,y=window.scrollY||pageYOffset,x=e.getBoundingClientRect(),b=x.height,w=x.width,E=x.top,_=x.right,S=x.bottom,R=x.left,I=E,P=n==="center"?R+w/2:n==="end"?_:R,A=[],k=0;k<f.length;k++){var L=f[k],$=L.getBoundingClientRect(),j=$.height,D=$.width,G=$.top,B=$.right,Y=$.bottom,Z=$.left;if(E>=0&&R>=0&&S<=v&&_<=p&&E>=G&&S<=Y&&R>=Z&&_<=B)return A;var te=getComputedStyle(L),U=parseInt(te.borderLeftWidth,10),re=parseInt(te.borderTopWidth,10),ae=parseInt(te.borderRightWidth,10),le=parseInt(te.borderBottomWidth,10),F=0,W=0,J="offsetWidth"in L?L.offsetWidth-L.clientWidth-U-ae:0,H="offsetHeight"in L?L.offsetHeight-L.clientHeight-re-le:0,K="offsetWidth"in L?L.offsetWidth===0?0:D/L.offsetWidth:0,se="offsetHeight"in L?L.offsetHeight===0?0:j/L.offsetHeight:0;if(d===L)F=Eu(y,y+v,v,re,le,y+I,y+I+b,b),W=n==="start"?P:n==="center"?P-p/2:n==="end"?P-p:Eu(m,m+p,p,U,ae,m+P,m+P+w,w),F=Math.max(0,F+y),W=Math.max(0,W+m);else{F=Eu(G,Y,j,re,le+H,I,I+b,b),W=n==="start"?P-Z-U:n==="center"?P-(Z+D/2)+J/2:n==="end"?P-B+ae+J:Eu(Z,B,D,U,ae+J,P,P+w,w);var oe=L.scrollLeft,fe=L.scrollTop;I+=fe-(F=Math.max(0,Math.min(fe+F/se,L.scrollHeight-j/se+H))),P+=oe-(W=Math.max(0,Math.min(oe+W/K,L.scrollWidth-D/K+J)))}A.push({el:L,top:F,left:W})}return A},sl=function(){return sl=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t},sl.apply(this,arguments)};let nZ=0;function PN(e){return typeof e=="function"?e:xr}function xr(){}function Bq(e,t){if(!e)return;rZ(e,{boundary:t}).forEach(n=>{let{el:i,top:o,left:a}=n;i.scrollTop=o,i.scrollLeft=a})}function NN(e,t,r){return e===t||t instanceof r.Node&&e.contains&&e.contains(t)}function rw(e,t){let r;function n(){r&&clearTimeout(r)}function i(){for(var o=arguments.length,a=new Array(o),u=0;u<o;u++)a[u]=arguments[u];n(),r=setTimeout(()=>{r=null,e(...a)},t)}return i.cancel=n,i}function Rt(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(n){for(var i=arguments.length,o=new Array(i>1?i-1:0),a=1;a<i;a++)o[a-1]=arguments[a];return t.some(u=>(u&&u(n,...o),n.preventDownshiftDefault||n.hasOwnProperty("nativeEvent")&&n.nativeEvent.preventDownshiftDefault))}}function fi(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return n=>{t.forEach(i=>{typeof i=="function"?i(n):i&&(i.current=n)})}}function Fq(){return String(nZ++)}function $q(e){let{isOpen:t,resultCount:r,previousResultCount:n}=e;return t?r?r!==n?`${r} result${r===1?" is":"s are"} available, use up and down arrow keys to navigate. Press Enter key to select.`:"":"No results are available.":""}function TN(e,t){return e=Array.isArray(e)?e[0]:e,!e&&t?t:e}function zq(e){return typeof e.type=="string"}function Hq(e){return e.props}function iZ(e,t){console.error(`The property "${t}" is required in "${e}"`)}const oZ=["highlightedIndex","inputValue","isOpen","selectedItem","type"];function Su(e){e===void 0&&(e={});const t={};return oZ.forEach(r=>{e.hasOwnProperty(r)&&(t[r]=e[r])}),t}function ul(e,t){return Object.keys(e).reduce((r,n)=>(r[n]=ll(t,n)?t[n]:e[n],r),{})}function ll(e,t){return e[t]!==void 0}function ex(e){const{key:t,keyCode:r}=e;return r>=37&&r<=40&&t.indexOf("Arrow")!==0?`Arrow${t}`:t}function aZ(e){return Object.prototype.toString.call(e)==="[object Object]"}function go(e,t,r,n,i){if(i===void 0&&(i=!0),r===0)return-1;const o=r-1;(typeof t!="number"||t<0||t>=r)&&(t=e>0?-1:o+1);let a=t+e;a<0?a=i?o:0:a>o&&(a=i?0:o);const u=Si(e,a,r,n,i);return u===-1?t>=r?-1:t:u}function Si(e,t,r,n,i){const o=n(t);if(!o||!o.hasAttribute("disabled"))return t;if(e>0){for(let a=t+1;a<r;a++)if(!n(a).hasAttribute("disabled"))return a}else for(let a=t-1;a>=0;a--)if(!n(a).hasAttribute("disabled"))return a;return i?e>0?Si(1,0,r,n,!1):Si(-1,r-1,r,n,!1):-1}function cl(e,t,r,n){return n===void 0&&(n=!0),t.some(i=>i&&(NN(i,e,r)||n&&NN(i,r.document.activeElement,r)))}let nw=xr;process.env.NODE_ENV!=="production"&&(nw=(e,t,r)=>{const n="This prop should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled Downshift element for the lifetime of the component. More info: https://github.com/downshift-js/downshift#control-props";Object.keys(e).forEach(i=>{t[i]!==void 0&&r[i]===void 0?console.error(`downshift: A component has changed the controlled prop "${i}" to be uncontrolled. ${n}`):t[i]===void 0&&r[i]!==void 0&&console.error(`downshift: A component has changed the uncontrolled prop "${i}" to be controlled. ${n}`)})});const sZ=rw(e=>{Uq(e).textContent=""},500);function Vq(e,t){const r=Uq(t);e&&(r.textContent=e,sZ(t))}function Uq(e){e===void 0&&(e=document);let t=e.getElementById("a11y-status-message");return t||(t=e.createElement("div"),t.setAttribute("id","a11y-status-message"),t.setAttribute("role","status"),t.setAttribute("aria-live","polite"),t.setAttribute("aria-relevant","additions text"),Object.assign(t.style,{border:"0",clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:"0",position:"absolute",width:"1px"}),e.body.appendChild(t),t)}const Wq=process.env.NODE_ENV!=="production"?"__autocomplete_unknown__":0,Gq=process.env.NODE_ENV!=="production"?"__autocomplete_mouseup__":1,Kq=process.env.NODE_ENV!=="production"?"__autocomplete_item_mouseenter__":2,ku=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_arrow_up__":3,Lu=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_arrow_down__":4,Yq=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_escape__":5,Xq=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_enter__":6,Zq=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_home__":7,Jq=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_end__":8,Qq=process.env.NODE_ENV!=="production"?"__autocomplete_click_item__":9,ek=process.env.NODE_ENV!=="production"?"__autocomplete_blur_input__":10,tk=process.env.NODE_ENV!=="production"?"__autocomplete_change_input__":11,rk=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_space_button__":12,tx=process.env.NODE_ENV!=="production"?"__autocomplete_click_button__":13,nk=process.env.NODE_ENV!=="production"?"__autocomplete_blur_button__":14,ik=process.env.NODE_ENV!=="production"?"__autocomplete_controlled_prop_updated_selected_item__":15,ok=process.env.NODE_ENV!=="production"?"__autocomplete_touchend__":16;var uZ=Object.freeze({__proto__:null,unknown:Wq,mouseUp:Gq,itemMouseEnter:Kq,keyDownArrowUp:ku,keyDownArrowDown:Lu,keyDownEscape:Yq,keyDownEnter:Xq,keyDownHome:Zq,keyDownEnd:Jq,clickItem:Qq,blurInput:ek,changeInput:tk,keyDownSpaceButton:rk,clickButton:tx,blurButton:nk,controlledPropUpdatedSelectedItem:ik,touchEnd:ok});const lZ=(()=>{class e extends T.Component{constructor(r){var n;super(r),n=this,this.id=this.props.id||`downshift-${Fq()}`,this.menuId=this.props.menuId||`${this.id}-menu`,this.labelId=this.props.labelId||`${this.id}-label`,this.inputId=this.props.inputId||`${this.id}-input`,this.getItemId=this.props.getItemId||(h=>`${this.id}-item-${h}`),this.input=null,this.items=[],this.itemCount=null,this.previousResultCount=0,this.timeoutIds=[],this.internalSetTimeout=(h,p)=>{const v=setTimeout(()=>{this.timeoutIds=this.timeoutIds.filter(m=>m!==v),h()},p);this.timeoutIds.push(v)},this.setItemCount=h=>{this.itemCount=h},this.unsetItemCount=()=>{this.itemCount=null},this.setHighlightedIndex=function(h,p){h===void 0&&(h=n.props.defaultHighlightedIndex),p===void 0&&(p={}),p=Su(p),n.internalSetState({highlightedIndex:h,...p})},this.clearSelection=h=>{this.internalSetState({selectedItem:null,inputValue:"",highlightedIndex:this.props.defaultHighlightedIndex,isOpen:this.props.defaultIsOpen},h)},this.selectItem=(h,p,v)=>{p=Su(p),this.internalSetState({isOpen:this.props.defaultIsOpen,highlightedIndex:this.props.defaultHighlightedIndex,selectedItem:h,inputValue:this.props.itemToString(h),...p},v)},this.selectItemAtIndex=(h,p,v)=>{const m=this.items[h];m!=null&&this.selectItem(m,p,v)},this.selectHighlightedItem=(h,p)=>this.selectItemAtIndex(this.getState().highlightedIndex,h,p),this.internalSetState=(h,p)=>{let v,m;const y={},x=typeof h=="function";return!x&&h.hasOwnProperty("inputValue")&&this.props.onInputValueChange(h.inputValue,{...this.getStateAndHelpers(),...h}),this.setState(b=>{b=this.getState(b);let w=x?h(b):h;w=this.props.stateReducer(b,w),v=w.hasOwnProperty("selectedItem");const E={};return v&&w.selectedItem!==b.selectedItem&&(m=w.selectedItem),w.type=w.type||Wq,Object.keys(w).forEach(_=>{b[_]!==w[_]&&(y[_]=w[_]),_!=="type"&&(w[_],ll(this.props,_)||(E[_]=w[_]))}),x&&w.hasOwnProperty("inputValue")&&this.props.onInputValueChange(w.inputValue,{...this.getStateAndHelpers(),...w}),E},()=>{PN(p)(),Object.keys(y).length>1&&this.props.onStateChange(y,this.getStateAndHelpers()),v&&this.props.onSelect(h.selectedItem,this.getStateAndHelpers()),m!==void 0&&this.props.onChange(m,this.getStateAndHelpers()),this.props.onUserAction(y,this.getStateAndHelpers())})},this.rootRef=h=>this._rootNode=h,this.getRootProps=function(h,p){let{refKey:v="ref",ref:m,...y}=h===void 0?{}:h,{suppressRefError:x=!1}=p===void 0?{}:p;n.getRootProps.called=!0,n.getRootProps.refKey=v,n.getRootProps.suppressRefError=x;const{isOpen:b}=n.getState();return{[v]:fi(m,n.rootRef),role:"combobox","aria-expanded":b,"aria-haspopup":"listbox","aria-owns":b?n.menuId:null,"aria-labelledby":n.labelId,...y}},this.keyDownHandlers={ArrowDown(h){if(h.preventDefault(),this.getState().isOpen){const p=h.shiftKey?5:1;this.moveHighlightedIndex(p,{type:Lu})}else this.internalSetState({isOpen:!0,type:Lu},()=>{const p=this.getItemCount();if(p>0){const{highlightedIndex:v}=this.getState(),m=go(1,v,p,y=>this.getItemNodeFromIndex(y));this.setHighlightedIndex(m,{type:Lu})}})},ArrowUp(h){if(h.preventDefault(),this.getState().isOpen){const p=h.shiftKey?-5:-1;this.moveHighlightedIndex(p,{type:ku})}else this.internalSetState({isOpen:!0,type:ku},()=>{const p=this.getItemCount();if(p>0){const{highlightedIndex:v}=this.getState(),m=go(-1,v,p,y=>this.getItemNodeFromIndex(y));this.setHighlightedIndex(m,{type:ku})}})},Enter(h){if(h.which===229)return;const{isOpen:p,highlightedIndex:v}=this.getState();if(p&&v!=null){h.preventDefault();const m=this.items[v],y=this.getItemNodeFromIndex(v);if(m==null||y&&y.hasAttribute("disabled"))return;this.selectHighlightedItem({type:Xq})}},Escape(h){h.preventDefault(),this.reset({type:Yq,...!this.state.isOpen&&{selectedItem:null,inputValue:""}})}},this.buttonKeyDownHandlers={...this.keyDownHandlers," "(h){h.preventDefault(),this.toggleMenu({type:rk})}},this.inputKeyDownHandlers={...this.keyDownHandlers,Home(h){const{isOpen:p}=this.getState();if(!p)return;h.preventDefault();const v=this.getItemCount();if(v<=0||!p)return;const m=Si(1,0,v,y=>this.getItemNodeFromIndex(y),!1);this.setHighlightedIndex(m,{type:Zq})},End(h){const{isOpen:p}=this.getState();if(!p)return;h.preventDefault();const v=this.getItemCount();if(v<=0||!p)return;const m=Si(-1,v-1,v,y=>this.getItemNodeFromIndex(y),!1);this.setHighlightedIndex(m,{type:Jq})}},this.getToggleButtonProps=function(h){let{onClick:p,onPress:v,onKeyDown:m,onKeyUp:y,onBlur:x,...b}=h===void 0?{}:h;const{isOpen:w}=n.getState(),E={onClick:Rt(p,n.buttonHandleClick),onKeyDown:Rt(m,n.buttonHandleKeyDown),onKeyUp:Rt(y,n.buttonHandleKeyUp),onBlur:Rt(x,n.buttonHandleBlur)},_=b.disabled?{}:E;return{type:"button",role:"button","aria-label":w?"close menu":"open menu","aria-haspopup":!0,"data-toggle":!0,..._,...b}},this.buttonHandleKeyUp=h=>{h.preventDefault()},this.buttonHandleKeyDown=h=>{const p=ex(h);this.buttonKeyDownHandlers[p]&&this.buttonKeyDownHandlers[p].call(this,h)},this.buttonHandleClick=h=>{h.preventDefault(),this.props.environment.document.activeElement===this.props.environment.document.body&&h.target.focus(),process.env.NODE_ENV==="test"?this.toggleMenu({type:tx}):this.internalSetTimeout(()=>this.toggleMenu({type:tx}))},this.buttonHandleBlur=h=>{const p=h.target;this.internalSetTimeout(()=>{!this.isMouseDown&&(this.props.environment.document.activeElement==null||this.props.environment.document.activeElement.id!==this.inputId)&&this.props.environment.document.activeElement!==p&&this.reset({type:nk})})},this.getLabelProps=h=>({htmlFor:this.inputId,id:this.labelId,...h}),this.getInputProps=function(h){let{onKeyDown:p,onBlur:v,onChange:m,onInput:y,onChangeText:x,...b}=h===void 0?{}:h,w,E={};w="onChange";const{inputValue:_,isOpen:S,highlightedIndex:R}=n.getState();return b.disabled||(E={[w]:Rt(m,y,n.inputHandleChange),onKeyDown:Rt(p,n.inputHandleKeyDown),onBlur:Rt(v,n.inputHandleBlur)}),{"aria-autocomplete":"list","aria-activedescendant":S&&typeof R=="number"&&R>=0?n.getItemId(R):null,"aria-controls":S?n.menuId:null,"aria-labelledby":n.labelId,autoComplete:"off",value:_,id:n.inputId,...E,...b}},this.inputHandleKeyDown=h=>{const p=ex(h);p&&this.inputKeyDownHandlers[p]&&this.inputKeyDownHandlers[p].call(this,h)},this.inputHandleChange=h=>{this.internalSetState({type:tk,isOpen:!0,inputValue:h.target.value,highlightedIndex:this.props.defaultHighlightedIndex})},this.inputHandleBlur=()=>{this.internalSetTimeout(()=>{const h=this.props.environment.document&&!!this.props.environment.document.activeElement&&!!this.props.environment.document.activeElement.dataset&&this.props.environment.document.activeElement.dataset.toggle&&this._rootNode&&this._rootNode.contains(this.props.environment.document.activeElement);!this.isMouseDown&&!h&&this.reset({type:ek})})},this.menuRef=h=>{this._menuNode=h},this.getMenuProps=function(h,p){let{refKey:v="ref",ref:m,...y}=h===void 0?{}:h,{suppressRefError:x=!1}=p===void 0?{}:p;return n.getMenuProps.called=!0,n.getMenuProps.refKey=v,n.getMenuProps.suppressRefError=x,{[v]:fi(m,n.menuRef),role:"listbox","aria-labelledby":y&&y["aria-label"]?null:n.labelId,id:n.menuId,...y}},this.getItemProps=function(h){let{onMouseMove:p,onMouseDown:v,onClick:m,onPress:y,index:x,item:b=process.env.NODE_ENV==="production"?void 0:iZ("getItemProps","item"),...w}=h===void 0?{}:h;x===void 0?(n.items.push(b),x=n.items.indexOf(b)):n.items[x]=b;const E="onClick",_=m,S={onMouseMove:Rt(p,()=>{x!==n.getState().highlightedIndex&&(n.setHighlightedIndex(x,{type:Kq}),n.avoidScrolling=!0,n.internalSetTimeout(()=>n.avoidScrolling=!1,250))}),onMouseDown:Rt(v,I=>{I.preventDefault()}),[E]:Rt(_,()=>{n.selectItemAtIndex(x,{type:Qq})})},R=w.disabled?{onMouseDown:S.onMouseDown}:S;return{id:n.getItemId(x),role:"option","aria-selected":n.getState().highlightedIndex===x,...R,...w}},this.clearItems=()=>{this.items=[]},this.reset=function(h,p){h===void 0&&(h={}),h=Su(h),n.internalSetState(v=>{let{selectedItem:m}=v;return{isOpen:n.props.defaultIsOpen,highlightedIndex:n.props.defaultHighlightedIndex,inputValue:n.props.itemToString(m),...h}},p)},this.toggleMenu=function(h,p){h===void 0&&(h={}),h=Su(h),n.internalSetState(v=>{let{isOpen:m}=v;return{isOpen:!m,...m&&{highlightedIndex:n.props.defaultHighlightedIndex},...h}},()=>{const{isOpen:v,highlightedIndex:m}=n.getState();v&&n.getItemCount()>0&&typeof m=="number"&&n.setHighlightedIndex(m,h),PN(p)()})},this.openMenu=h=>{this.internalSetState({isOpen:!0},h)},this.closeMenu=h=>{this.internalSetState({isOpen:!1},h)},this.updateStatus=rw(()=>{const h=this.getState(),p=this.items[h.highlightedIndex],v=this.getItemCount(),m=this.props.getA11yStatusMessage({itemToString:this.props.itemToString,previousResultCount:this.previousResultCount,resultCount:v,highlightedItem:p,...h});this.previousResultCount=v,Vq(m,this.props.environment.document)},200);const{defaultHighlightedIndex:i,initialHighlightedIndex:o=i,defaultIsOpen:a,initialIsOpen:u=a,initialInputValue:l="",initialSelectedItem:d=null}=this.props,f=this.getState({highlightedIndex:o,isOpen:u,inputValue:l,selectedItem:d});f.selectedItem!=null&&this.props.initialInputValue===void 0&&(f.inputValue=this.props.itemToString(f.selectedItem)),this.state=f}internalClearTimeouts(){this.timeoutIds.forEach(r=>{clearTimeout(r)}),this.timeoutIds=[]}getState(r){return r===void 0&&(r=this.state),ul(r,this.props)}getItemCount(){let r=this.items.length;return this.itemCount!=null?r=this.itemCount:this.props.itemCount!==void 0&&(r=this.props.itemCount),r}getItemNodeFromIndex(r){return this.props.environment.document.getElementById(this.getItemId(r))}scrollHighlightedItemIntoView(){{const r=this.getItemNodeFromIndex(this.getState().highlightedIndex);this.props.scrollIntoView(r,this._menuNode)}}moveHighlightedIndex(r,n){const i=this.getItemCount(),{highlightedIndex:o}=this.getState();if(i>0){const a=go(r,o,i,u=>this.getItemNodeFromIndex(u));this.setHighlightedIndex(a,n)}}getStateAndHelpers(){const{highlightedIndex:r,inputValue:n,selectedItem:i,isOpen:o}=this.getState(),{itemToString:a}=this.props,{id:u}=this,{getRootProps:l,getToggleButtonProps:d,getLabelProps:f,getMenuProps:h,getInputProps:p,getItemProps:v,openMenu:m,closeMenu:y,toggleMenu:x,selectItem:b,selectItemAtIndex:w,selectHighlightedItem:E,setHighlightedIndex:_,clearSelection:S,clearItems:R,reset:I,setItemCount:P,unsetItemCount:A,internalSetState:k}=this;return{getRootProps:l,getToggleButtonProps:d,getLabelProps:f,getMenuProps:h,getInputProps:p,getItemProps:v,reset:I,openMenu:m,closeMenu:y,toggleMenu:x,selectItem:b,selectItemAtIndex:w,selectHighlightedItem:E,setHighlightedIndex:_,clearSelection:S,clearItems:R,setItemCount:P,unsetItemCount:A,setState:k,itemToString:a,id:u,highlightedIndex:r,inputValue:n,isOpen:o,selectedItem:i}}componentDidMount(){process.env.NODE_ENV!=="production"&&this.getMenuProps.called&&!this.getMenuProps.suppressRefError&&AN(this._menuNode,this.getMenuProps);{const r=()=>{this.isMouseDown=!0},n=l=>{this.isMouseDown=!1,!cl(l.target,[this._rootNode,this._menuNode],this.props.environment)&&this.getState().isOpen&&this.reset({type:Gq},()=>this.props.onOuterClick(this.getStateAndHelpers()))},i=()=>{this.isTouchMove=!1},o=()=>{this.isTouchMove=!0},a=l=>{const d=cl(l.target,[this._rootNode,this._menuNode],this.props.environment,!1);!this.isTouchMove&&!d&&this.getState().isOpen&&this.reset({type:ok},()=>this.props.onOuterClick(this.getStateAndHelpers()))},{environment:u}=this.props;u.addEventListener("mousedown",r),u.addEventListener("mouseup",n),u.addEventListener("touchstart",i),u.addEventListener("touchmove",o),u.addEventListener("touchend",a),this.cleanup=()=>{this.internalClearTimeouts(),this.updateStatus.cancel(),u.removeEventListener("mousedown",r),u.removeEventListener("mouseup",n),u.removeEventListener("touchstart",i),u.removeEventListener("touchmove",o),u.removeEventListener("touchend",a)}}}shouldScroll(r,n){const{highlightedIndex:i}=this.props.highlightedIndex===void 0?this.getState():this.props,{highlightedIndex:o}=n.highlightedIndex===void 0?r:n;return i&&this.getState().isOpen&&!r.isOpen||i!==o}componentDidUpdate(r,n){process.env.NODE_ENV!=="production"&&(nw(this.state,r,this.props),this.getMenuProps.called&&!this.getMenuProps.suppressRefError&&AN(this._menuNode,this.getMenuProps)),ll(this.props,"selectedItem")&&this.props.selectedItemChanged(r.selectedItem,this.props.selectedItem)&&this.internalSetState({type:ik,inputValue:this.props.itemToString(this.props.selectedItem)}),!this.avoidScrolling&&this.shouldScroll(n,r)&&this.scrollHighlightedItemIntoView(),this.updateStatus()}componentWillUnmount(){this.cleanup()}render(){const r=TN(this.props.children,xr);this.clearItems(),this.getRootProps.called=!1,this.getRootProps.refKey=void 0,this.getRootProps.suppressRefError=void 0,this.getMenuProps.called=!1,this.getMenuProps.refKey=void 0,this.getMenuProps.suppressRefError=void 0,this.getLabelProps.called=!1,this.getInputProps.called=!1;const n=TN(r(this.getStateAndHelpers()));if(!n)return null;if(this.getRootProps.called||this.props.suppressRefError)return process.env.NODE_ENV!=="production"&&!this.getRootProps.suppressRefError&&!this.props.suppressRefError&&cZ(n,this.getRootProps),n;if(zq(n))return T.cloneElement(n,this.getRootProps(Hq(n)));if(process.env.NODE_ENV!=="production")throw new Error("downshift: If you return a non-DOM element, you must apply the getRootProps function")}}return e.defaultProps={defaultHighlightedIndex:null,defaultIsOpen:!1,getA11yStatusMessage:$q,itemToString:t=>t==null?"":(process.env.NODE_ENV!=="production"&&aZ(t)&&!t.hasOwnProperty("toString")&&console.warn("downshift: An object was passed to the default implementation of `itemToString`. You should probably provide your own `itemToString` implementation. Please refer to the `itemToString` API documentation.","The object that was passed:",t),String(t)),onStateChange:xr,onInputValueChange:xr,onUserAction:xr,onChange:xr,onSelect:xr,onOuterClick:xr,selectedItemChanged:(t,r)=>t!==r,environment:typeof window>"u"?{}:window,stateReducer:(t,r)=>r,suppressRefError:!1,scrollIntoView:Bq},e.stateChangeTypes=uZ,e})();process.env.NODE_ENV!=="production"&&(lZ.propTypes={children:he.func,defaultHighlightedIndex:he.number,defaultIsOpen:he.bool,initialHighlightedIndex:he.number,initialSelectedItem:he.any,initialInputValue:he.string,initialIsOpen:he.bool,getA11yStatusMessage:he.func,itemToString:he.func,onChange:he.func,onSelect:he.func,onStateChange:he.func,onInputValueChange:he.func,onUserAction:he.func,onOuterClick:he.func,selectedItemChanged:he.func,stateReducer:he.func,itemCount:he.number,id:he.string,environment:he.shape({addEventListener:he.func,removeEventListener:he.func,document:he.shape({getElementById:he.func,activeElement:he.any,body:he.any})}),suppressRefError:he.bool,scrollIntoView:he.func,selectedItem:he.any,isOpen:he.bool,inputValue:he.string,highlightedIndex:he.number,labelId:he.string,inputId:he.string,menuId:he.string,getItemId:he.func});function AN(e,t){let{refKey:r}=t;e||console.error(`downshift: The ref prop "${r}" from getMenuProps was not applied correctly on your menu element.`)}function cZ(e,t){let{refKey:r}=t;const n=r!=="ref",i=!zq(e);i&&!n&&!CN.isForwardRef(e)?console.error("downshift: You returned a non-DOM element. You must specify a refKey in getRootProps"):!i&&n&&console.error(`downshift: You returned a DOM element. You should not specify a refKey in getRootProps. You specified "${r}"`),!CN.isForwardRef(e)&&!Hq(e)[r]&&console.error(`downshift: You must apply the ref prop "${r}" from getRootProps onto your root element.`)}const ak={highlightedIndex:-1,isOpen:!1,selectedItem:null,inputValue:""};function fZ(e,t,r){const{props:n,type:i}=e,o={};Object.keys(t).forEach(a=>{dZ(a,e,t,r),r[a]!==t[a]&&(o[a]=r[a])}),n.onStateChange&&Object.keys(o).length&&n.onStateChange({type:i,...o})}function dZ(e,t,r,n){const{props:i,type:o}=t,a=`on${iw(e)}Change`;i[a]&&n[e]!==void 0&&n[e]!==r[e]&&i[a]({type:o,...n})}function hZ(e,t){return t.changes}function pZ(e){const{selectedItem:t,itemToString:r}=e;return t?`${r(t)} has been selected.`:""}const vZ=rw((e,t)=>{Vq(e(),t)},200),gZ=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u"?T.useLayoutEffect:T.useEffect;function mZ(e){let{id:t=`downshift-${Fq()}`,labelId:r,menuId:n,getItemId:i,toggleButtonId:o,inputId:a}=e;return T.useRef({labelId:r||`${t}-label`,menuId:n||`${t}-menu`,getItemId:i||(l=>`${t}-item-${l}`),toggleButtonId:o||`${t}-toggle-button`,inputId:a||`${t}-input`}).current}function yZ(e,t,r){return e!==void 0?e:r.length===0?-1:r.indexOf(t)}function bZ(e){return e?String(e):""}function iw(e){return`${e.slice(0,1).toUpperCase()}${e.slice(1)}`}function sk(e){const t=T.useRef(e);return t.current=e,t}function xZ(e,t,r){const n=T.useRef(),i=T.useRef(),o=T.useCallback((h,p)=>{i.current=p,h=ul(h,p.props);const v=e(h,p);return p.props.stateReducer(h,{...p,changes:v})},[e]),[a,u]=T.useReducer(o,t),l=sk(r),d=T.useCallback(h=>u({props:l.current,...h}),[l]),f=i.current;return T.useEffect(()=>{f&&n.current&&n.current!==a&&fZ(f,ul(n.current,f.props),a),n.current=a},[a,r,f]),[a,d]}const qa={itemToString:bZ,stateReducer:hZ,getA11ySelectionMessage:pZ,scrollIntoView:Bq,circularNavigation:!1,environment:typeof window>"u"?{}:window};function Jr(e,t,r){r===void 0&&(r=ak);const n=e[`default${iw(t)}`];return n!==void 0?n:r[t]}function Ou(e,t,r){r===void 0&&(r=ak);const n=e[t];if(n!==void 0)return n;const i=e[`initial${iw(t)}`];return i!==void 0?i:Jr(e,t,r)}function wZ(e){const t=Ou(e,"selectedItem"),r=Ou(e,"isOpen"),n=Ou(e,"highlightedIndex"),i=Ou(e,"inputValue");return{highlightedIndex:n<0&&t&&r?e.items.indexOf(t):n,isOpen:r,selectedItem:t,inputValue:i}}function fl(e,t,r,n){const{items:i,initialHighlightedIndex:o,defaultHighlightedIndex:a}=e,{selectedItem:u,highlightedIndex:l}=t;return i.length===0?-1:o!==void 0&&l===o?o:a!==void 0?a:u?r===0?i.indexOf(u):go(r,i.indexOf(u),i.length,n,!1):r===0?-1:r<0?i.length-1:0}function _Z(e,t,r,n){const i=T.useRef({isMouseDown:!1,isTouchMove:!1});return T.useEffect(()=>{const o=()=>{i.current.isMouseDown=!0},a=f=>{i.current.isMouseDown=!1,e&&!cl(f.target,t.map(h=>h.current),r)&&n()},u=()=>{i.current.isTouchMove=!1},l=()=>{i.current.isTouchMove=!0},d=f=>{e&&!i.current.isTouchMove&&!cl(f.target,t.map(h=>h.current),r,!1)&&n()};return r.addEventListener("mousedown",o),r.addEventListener("mouseup",a),r.addEventListener("touchstart",u),r.addEventListener("touchmove",l),r.addEventListener("touchend",d),function(){r.removeEventListener("mousedown",o),r.removeEventListener("mouseup",a),r.removeEventListener("touchstart",u),r.removeEventListener("touchmove",l),r.removeEventListener("touchend",d)}},[e,r]),i}let uk=()=>xr;process.env.NODE_ENV!=="production"&&(uk=function(){const e=T.useRef(!0);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];const i=T.useRef(r.reduce((a,u)=>(a[u]={},a),{}));return T.useEffect(()=>{Object.keys(i.current).forEach(a=>{const u=i.current[a];if(e.current&&!Object.keys(u).length){console.error(`downshift: You forgot to call the ${a} getter function on your component / element.`);return}const{suppressRefError:l,refKey:d,elementRef:f}=u;(!f||!f.current)&&!l&&console.error(`downshift: The ref prop "${d}" from ${a} was not applied correctly on your element.`)}),e.current=!1}),T.useCallback((a,u,l,d)=>{i.current[a]={suppressRefError:u,refKey:l,elementRef:d}},[])});function MN(e,t,r){let{isInitialMount:n,highlightedIndex:i,items:o,environment:a,...u}=r;T.useEffect(()=>{n||vZ(()=>e({highlightedIndex:i,highlightedItem:o[i],resultCount:o.length,...u}),a.document)},t)}function EZ(e){let{highlightedIndex:t,isOpen:r,itemRefs:n,getItemNodeFromIndex:i,menuElement:o,scrollIntoView:a}=e;const u=T.useRef(!0);return gZ(()=>{t<0||!r||!Object.keys(n.current).length||(u.current===!1?u.current=!0:a(i(t),o))},[t]),u}let lk=xr;process.env.NODE_ENV!=="production"&&(lk=e=>{let{isInitialMount:t,props:r,state:n}=e;const i=T.useRef(r);T.useEffect(()=>{t||(nw(n,i.current,r),i.current=r)},[n,r,t])});function SZ(e,t,r){const{type:n,props:i}=t;let o;switch(n){case r.ItemMouseMove:o={highlightedIndex:t.disabled?-1:t.index};break;case r.MenuMouseLeave:o={highlightedIndex:-1};break;case r.ToggleButtonClick:case r.FunctionToggleMenu:o={isOpen:!e.isOpen,highlightedIndex:e.isOpen?-1:fl(i,e,0)};break;case r.FunctionOpenMenu:o={isOpen:!0,highlightedIndex:fl(i,e,0)};break;case r.FunctionCloseMenu:o={isOpen:!1};break;case r.FunctionSetHighlightedIndex:o={highlightedIndex:t.highlightedIndex};break;case r.FunctionSetInputValue:o={inputValue:t.inputValue};break;case r.FunctionReset:o={highlightedIndex:Jr(i,"highlightedIndex"),isOpen:Jr(i,"isOpen"),selectedItem:Jr(i,"selectedItem"),inputValue:Jr(i,"inputValue")};break;default:throw new Error("Reducer called without proper action type.")}return{...e,...o}}he.array.isRequired,he.func,he.func,he.func,he.bool,he.number,he.number,he.number,he.bool,he.bool,he.bool,he.any,he.any,he.any,he.string,he.string,he.string,he.func,he.string,he.func,he.func,he.func,he.func,he.func,he.shape({addEventListener:he.func,removeEventListener:he.func,document:he.shape({getElementById:he.func,activeElement:he.any,body:he.any})});function OZ(e){var t=e.isOpen,r=e.resultCount,n=e.previousResultCount;return t?r?r!==n?"".concat(r," result").concat(r===1?" is":"s are"," available, use up and down arrow keys to navigate. Press Enter or Space Bar keys to select."):"":"No results are available.":""}sl(sl({},qa),{getA11yStatusMessage:OZ});process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;const ow=process.env.NODE_ENV!=="production"?"__input_keydown_arrow_down__":0,aw=process.env.NODE_ENV!=="production"?"__input_keydown_arrow_up__":1,sw=process.env.NODE_ENV!=="production"?"__input_keydown_escape__":2,uw=process.env.NODE_ENV!=="production"?"__input_keydown_home__":3,lw=process.env.NODE_ENV!=="production"?"__input_keydown_end__":4,cw=process.env.NODE_ENV!=="production"?"__input_keydown_enter__":5,fw=process.env.NODE_ENV!=="production"?"__input_change__":6,dl=process.env.NODE_ENV!=="production"?"__input_blur__":7,ck=process.env.NODE_ENV!=="production"?"__menu_mouse_leave__":8,fk=process.env.NODE_ENV!=="production"?"__item_mouse_move__":9,dw=process.env.NODE_ENV!=="production"?"__item_click__":10,dk=process.env.NODE_ENV!=="production"?"__togglebutton_click__":11,hk=process.env.NODE_ENV!=="production"?"__function_toggle_menu__":12,pk=process.env.NODE_ENV!=="production"?"__function_open_menu__":13,vk=process.env.NODE_ENV!=="production"?"__function_close_menu__":14,gk=process.env.NODE_ENV!=="production"?"__function_set_highlighted_index__":15,hw=process.env.NODE_ENV!=="production"?"__function_select_item__":16,mk=process.env.NODE_ENV!=="production"?"__function_set_input_value__":17,yk=process.env.NODE_ENV!=="production"?"__function_reset__":18,pw=process.env.NODE_ENV!=="production"?"__controlled_prop_updated_selected_item__":19;var bk=Object.freeze({__proto__:null,InputKeyDownArrowDown:ow,InputKeyDownArrowUp:aw,InputKeyDownEscape:sw,InputKeyDownHome:uw,InputKeyDownEnd:lw,InputKeyDownEnter:cw,InputChange:fw,InputBlur:dl,MenuMouseLeave:ck,ItemMouseMove:fk,ItemClick:dw,ToggleButtonClick:dk,FunctionToggleMenu:hk,FunctionOpenMenu:pk,FunctionCloseMenu:vk,FunctionSetHighlightedIndex:gk,FunctionSelectItem:hw,FunctionSetInputValue:mk,FunctionReset:yk,ControlledPropUpdatedSelectedItem:pw});function CZ(e){const t=wZ(e),{selectedItem:r}=t;let{inputValue:n}=t;return n===""&&r&&e.defaultInputValue===void 0&&e.initialInputValue===void 0&&e.inputValue===void 0&&(n=e.itemToString(r)),{...t,inputValue:n}}const RZ={items:he.array.isRequired,itemToString:he.func,getA11yStatusMessage:he.func,getA11ySelectionMessage:he.func,circularNavigation:he.bool,highlightedIndex:he.number,defaultHighlightedIndex:he.number,initialHighlightedIndex:he.number,isOpen:he.bool,defaultIsOpen:he.bool,initialIsOpen:he.bool,selectedItem:he.any,initialSelectedItem:he.any,defaultSelectedItem:he.any,inputValue:he.string,defaultInputValue:he.string,initialInputValue:he.string,id:he.string,labelId:he.string,menuId:he.string,getItemId:he.func,inputId:he.string,toggleButtonId:he.string,stateReducer:he.func,onSelectedItemChange:he.func,onHighlightedIndexChange:he.func,onStateChange:he.func,onIsOpenChange:he.func,onInputValueChange:he.func,environment:he.shape({addEventListener:he.func,removeEventListener:he.func,document:he.shape({getElementById:he.func,activeElement:he.any,body:he.any})})};function IZ(e,t,r){const n=T.useRef(),[i,o]=xZ(e,t,r);return T.useEffect(()=>{ll(r,"selectedItem")&&(n.current!==r.selectedItem&&o({type:pw,inputValue:r.itemToString(r.selectedItem)}),n.current=i.selectedItem===n.current?r.selectedItem:i.selectedItem)}),[ul(i,r),o]}let xk=xr;process.env.NODE_ENV!=="production"&&(xk=(e,t)=>{he.checkPropTypes(RZ,e,"prop",t.name)});const PZ={...qa,getA11yStatusMessage:$q,circularNavigation:!0};function NZ(e,t){const{type:r,props:n,shiftKey:i}=t;let o;switch(r){case dw:o={isOpen:Jr(n,"isOpen"),highlightedIndex:Jr(n,"highlightedIndex"),selectedItem:n.items[t.index],inputValue:n.itemToString(n.items[t.index])};break;case ow:e.isOpen?o={highlightedIndex:go(i?5:1,e.highlightedIndex,n.items.length,t.getItemNodeFromIndex,n.circularNavigation)}:o={highlightedIndex:fl(n,e,1,t.getItemNodeFromIndex),isOpen:n.items.length>=0};break;case aw:e.isOpen?o={highlightedIndex:go(i?-5:-1,e.highlightedIndex,n.items.length,t.getItemNodeFromIndex,n.circularNavigation)}:o={highlightedIndex:fl(n,e,-1,t.getItemNodeFromIndex),isOpen:n.items.length>=0};break;case cw:o={...e.isOpen&&e.highlightedIndex>=0&&{selectedItem:n.items[e.highlightedIndex],isOpen:Jr(n,"isOpen"),highlightedIndex:Jr(n,"highlightedIndex"),inputValue:n.itemToString(n.items[e.highlightedIndex])}};break;case sw:o={isOpen:!1,highlightedIndex:-1,...!e.isOpen&&{selectedItem:null,inputValue:""}};break;case uw:o={highlightedIndex:Si(1,0,n.items.length,t.getItemNodeFromIndex,!1)};break;case lw:o={highlightedIndex:Si(-1,n.items.length-1,n.items.length,t.getItemNodeFromIndex,!1)};break;case dl:o={isOpen:!1,highlightedIndex:-1,...e.highlightedIndex>=0&&t.selectItem&&{selectedItem:n.items[e.highlightedIndex],inputValue:n.itemToString(n.items[e.highlightedIndex])}};break;case fw:o={isOpen:!0,highlightedIndex:Jr(n,"highlightedIndex"),inputValue:t.inputValue};break;case hw:o={selectedItem:t.selectedItem,inputValue:n.itemToString(t.selectedItem)};break;case pw:o={inputValue:t.inputValue};break;default:return SZ(e,t,bk)}return{...e,...o}}lo.stateChangeTypes=bk;function lo(e){e===void 0&&(e={}),xk(e,lo);const t={...PZ,...e},{initialIsOpen:r,defaultIsOpen:n,items:i,scrollIntoView:o,environment:a,getA11yStatusMessage:u,getA11ySelectionMessage:l,itemToString:d}=t,f=CZ(t),[h,p]=IZ(NZ,f,t),{isOpen:v,highlightedIndex:m,selectedItem:y,inputValue:x}=h,b=T.useRef(null),w=T.useRef({}),E=T.useRef(null),_=T.useRef(null),S=T.useRef(null),R=T.useRef(!0),I=mZ(t),P=T.useRef(),A=sk({state:h,props:t}),k=T.useCallback(K=>w.current[I.getItemId(K)],[I]);MN(u,[v,m,x,i],{isInitialMount:R.current,previousResultCount:P.current,items:i,environment:a,itemToString:d,...h}),MN(l,[y],{isInitialMount:R.current,previousResultCount:P.current,items:i,environment:a,itemToString:d,...h});const L=EZ({menuElement:b.current,highlightedIndex:m,isOpen:v,itemRefs:w,scrollIntoView:o,getItemNodeFromIndex:k});lk({isInitialMount:R.current,props:t,state:h}),T.useEffect(()=>{(r||n||v)&&E.current&&E.current.focus()},[]),T.useEffect(()=>{R.current||(P.current=i.length)});const $=_Z(v,[S,b,_],a,()=>{p({type:dl,selectItem:!1})}),j=uk("getInputProps","getComboboxProps","getMenuProps");T.useEffect(()=>{R.current=!1},[]),T.useEffect(()=>{v||(w.current={})},[v]);const D=T.useMemo(()=>({ArrowDown(K){K.preventDefault(),p({type:ow,shiftKey:K.shiftKey,getItemNodeFromIndex:k})},ArrowUp(K){K.preventDefault(),p({type:aw,shiftKey:K.shiftKey,getItemNodeFromIndex:k})},Home(K){A.current.state.isOpen&&(K.preventDefault(),p({type:uw,getItemNodeFromIndex:k}))},End(K){A.current.state.isOpen&&(K.preventDefault(),p({type:lw,getItemNodeFromIndex:k}))},Escape(K){const se=A.current.state;(se.isOpen||se.inputValue||se.selectedItem||se.highlightedIndex>-1)&&(K.preventDefault(),p({type:sw}))},Enter(K){const se=A.current.state;!se.isOpen||se.highlightedIndex<0||K.which===229||(K.preventDefault(),p({type:cw,getItemNodeFromIndex:k}))}}),[p,A,k]),G=T.useCallback(K=>({id:I.labelId,htmlFor:I.inputId,...K}),[I]),B=T.useCallback(function(K,se){let{onMouseLeave:oe,refKey:fe="ref",ref:V,...ee}=K===void 0?{}:K,{suppressRefError:we=!1}=se===void 0?{}:se;return j("getMenuProps",we,fe,b),{[fe]:fi(V,be=>{b.current=be}),id:I.menuId,role:"listbox","aria-labelledby":I.labelId,onMouseLeave:Rt(oe,()=>{p({type:ck})}),...ee}},[p,j,I]),Y=T.useCallback(function(K){let{item:se,index:oe,refKey:fe="ref",ref:V,onMouseMove:ee,onMouseDown:we,onClick:be,onPress:de,disabled:ue,...Ee}=K===void 0?{}:K;const{props:Pe,state:Ze}=A.current,ze=yZ(oe,se,Pe.items);if(ze<0)throw new Error("Pass either item or item index in getItemProps!");const Fe="onClick",Ve=be,lt=()=>{oe!==Ze.highlightedIndex&&(L.current=!1,p({type:fk,index:oe,disabled:ue}))},ct=()=>{p({type:dw,index:oe})},mt=yt=>yt.preventDefault();return{[fe]:fi(V,yt=>{yt&&(w.current[I.getItemId(ze)]=yt)}),disabled:ue,role:"option","aria-selected":`${ze===Ze.highlightedIndex}`,id:I.getItemId(ze),...!ue&&{[Fe]:Rt(Ve,ct)},onMouseMove:Rt(ee,lt),onMouseDown:Rt(we,mt),...Ee}},[p,A,L,I]),Z=T.useCallback(function(K){let{onClick:se,onPress:oe,refKey:fe="ref",ref:V,...ee}=K===void 0?{}:K;const we=()=>{p({type:dk}),!A.current.state.isOpen&&E.current&&E.current.focus()};return{[fe]:fi(V,be=>{_.current=be}),id:I.toggleButtonId,tabIndex:-1,...!ee.disabled&&{onClick:Rt(se,we)},...ee}},[p,A,I]),te=T.useCallback(function(K,se){let{onKeyDown:oe,onChange:fe,onInput:V,onBlur:ee,onChangeText:we,refKey:be="ref",ref:de,...ue}=K===void 0?{}:K,{suppressRefError:Ee=!1}=se===void 0?{}:se;j("getInputProps",Ee,be,E);const Pe=A.current.state,Ze=ct=>{const mt=ex(ct);mt&&D[mt]&&D[mt](ct)},ze=ct=>{p({type:fw,inputValue:ct.target.value})},Fe=()=>{Pe.isOpen&&!$.current.isMouseDown&&p({type:dl,selectItem:!0})},Ve="onChange";let lt={};return ue.disabled||(lt={[Ve]:Rt(fe,V,ze),onKeyDown:Rt(oe,Ze),onBlur:Rt(ee,Fe)}),{[be]:fi(de,ct=>{E.current=ct}),id:I.inputId,"aria-autocomplete":"list","aria-controls":I.menuId,...Pe.isOpen&&Pe.highlightedIndex>-1&&{"aria-activedescendant":I.getItemId(Pe.highlightedIndex)},"aria-labelledby":I.labelId,autoComplete:"off",value:Pe.inputValue,...lt,...ue}},[p,D,A,$,j,I]),U=T.useCallback(function(K,se){let{refKey:oe="ref",ref:fe,...V}=K===void 0?{}:K,{suppressRefError:ee=!1}=se===void 0?{}:se;return j("getComboboxProps",ee,oe,S),{[oe]:fi(fe,we=>{S.current=we}),role:"combobox","aria-haspopup":"listbox","aria-owns":I.menuId,"aria-expanded":A.current.state.isOpen,...V}},[A,j,I]),re=T.useCallback(()=>{p({type:hk})},[p]),ae=T.useCallback(()=>{p({type:vk})},[p]),le=T.useCallback(()=>{p({type:pk})},[p]),F=T.useCallback(K=>{p({type:gk,highlightedIndex:K})},[p]),W=T.useCallback(K=>{p({type:hw,selectedItem:K})},[p]),J=T.useCallback(K=>{p({type:mk,inputValue:K})},[p]),H=T.useCallback(()=>{p({type:yk})},[p]);return{getItemProps:Y,getLabelProps:G,getMenuProps:B,getInputProps:te,getComboboxProps:U,getToggleButtonProps:Z,toggleMenu:re,openMenu:le,closeMenu:ae,setHighlightedIndex:F,setInputValue:J,selectItem:W,reset:H,highlightedIndex:m,isOpen:v,selectedItem:y,inputValue:x}}he.array,he.array,he.array,he.func,he.func,he.func,he.number,he.number,he.number,he.func,he.func,he.string,he.string,he.shape({addEventListener:he.func,removeEventListener:he.func,document:he.shape({getElementById:he.func,activeElement:he.any,body:he.any})});qa.itemToString,qa.stateReducer,qa.environment;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;var Aa={exports:{}};/**
43
+ */var SN;function eZ(){return SN||(SN=1,process.env.NODE_ENV!=="production"&&(function(){var e=60103,t=60106,r=60107,n=60108,i=60114,o=60109,a=60110,u=60112,l=60113,d=60120,f=60115,h=60116,p=60121,v=60122,m=60117,y=60129,x=60131;if(typeof Symbol=="function"&&Symbol.for){var b=Symbol.for;e=b("react.element"),t=b("react.portal"),r=b("react.fragment"),n=b("react.strict_mode"),i=b("react.profiler"),o=b("react.provider"),a=b("react.context"),u=b("react.forward_ref"),l=b("react.suspense"),d=b("react.suspense_list"),f=b("react.memo"),h=b("react.lazy"),p=b("react.block"),v=b("react.server.block"),m=b("react.fundamental"),b("react.scope"),b("react.opaque.id"),y=b("react.debug_trace_mode"),b("react.offscreen"),x=b("react.legacy_hidden")}var w=!1;function E(fe){return!!(typeof fe=="string"||typeof fe=="function"||fe===r||fe===i||fe===y||fe===n||fe===l||fe===d||fe===x||w||typeof fe=="object"&&fe!==null&&(fe.$$typeof===h||fe.$$typeof===f||fe.$$typeof===o||fe.$$typeof===a||fe.$$typeof===u||fe.$$typeof===m||fe.$$typeof===p||fe[0]===v))}function _(fe){if(typeof fe=="object"&&fe!==null){var V=fe.$$typeof;switch(V){case e:var ee=fe.type;switch(ee){case r:case i:case n:case l:case d:return ee;default:var we=ee&&ee.$$typeof;switch(we){case a:case u:case h:case f:case o:return we;default:return V}}case t:return V}}}var S=a,R=o,I=e,P=u,A=r,k=h,L=f,$=t,j=i,D=n,G=l,B=!1,Y=!1;function Z(fe){return B||(B=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")),!1}function te(fe){return Y||(Y=!0,console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")),!1}function U(fe){return _(fe)===a}function re(fe){return _(fe)===o}function ae(fe){return typeof fe=="object"&&fe!==null&&fe.$$typeof===e}function le(fe){return _(fe)===u}function F(fe){return _(fe)===r}function W(fe){return _(fe)===h}function J(fe){return _(fe)===f}function H(fe){return _(fe)===t}function K(fe){return _(fe)===i}function se(fe){return _(fe)===n}function oe(fe){return _(fe)===l}Qe.ContextConsumer=S,Qe.ContextProvider=R,Qe.Element=I,Qe.ForwardRef=P,Qe.Fragment=A,Qe.Lazy=k,Qe.Memo=L,Qe.Portal=$,Qe.Profiler=j,Qe.StrictMode=D,Qe.Suspense=G,Qe.isAsyncMode=Z,Qe.isConcurrentMode=te,Qe.isContextConsumer=U,Qe.isContextProvider=re,Qe.isElement=ae,Qe.isForwardRef=le,Qe.isFragment=F,Qe.isLazy=W,Qe.isMemo=J,Qe.isPortal=H,Qe.isProfiler=K,Qe.isStrictMode=se,Qe.isSuspense=oe,Qe.isValidElementType=E,Qe.typeOf=_})()),Qe}var ON;function tZ(){return ON||(ON=1,process.env.NODE_ENV==="production"?_u.exports=QX():_u.exports=eZ()),_u.exports}var CN=tZ();function RN(e){return typeof e=="object"&&e!=null&&e.nodeType===1}function IN(e,t){return(!t||e!=="hidden")&&e!=="visible"&&e!=="clip"}function Gm(e,t){if(e.clientHeight<e.scrollHeight||e.clientWidth<e.scrollWidth){var r=getComputedStyle(e,null);return IN(r.overflowY,t)||IN(r.overflowX,t)||(function(n){var i=(function(o){if(!o.ownerDocument||!o.ownerDocument.defaultView)return null;try{return o.ownerDocument.defaultView.frameElement}catch{return null}})(n);return!!i&&(i.clientHeight<n.scrollHeight||i.clientWidth<n.scrollWidth)})(e)}return!1}function Eu(e,t,r,n,i,o,a,u){return o<e&&a>t||o>e&&a<t?0:o<=e&&u<=r||a>=t&&u>=r?o-e-n:a>t&&u<r||o<e&&u>r?a-t+i:0}var rZ=function(e,t){var r=window,n=t.inline,i=t.boundary,o=t.skipOverflowHiddenElements,a=typeof i=="function"?i:function(V){return V!==i};if(!RN(e))throw new TypeError("Invalid target");for(var u,l,d=document.scrollingElement||document.documentElement,f=[],h=e;RN(h)&&a(h);){if((h=(l=(u=h).parentElement)==null?u.getRootNode().host||null:l)===d){f.push(h);break}h!=null&&h===document.body&&Gm(h)&&!Gm(document.documentElement)||h!=null&&Gm(h,o)&&f.push(h)}for(var p=r.visualViewport?r.visualViewport.width:innerWidth,v=r.visualViewport?r.visualViewport.height:innerHeight,m=window.scrollX||pageXOffset,y=window.scrollY||pageYOffset,x=e.getBoundingClientRect(),b=x.height,w=x.width,E=x.top,_=x.right,S=x.bottom,R=x.left,I=E,P=n==="center"?R+w/2:n==="end"?_:R,A=[],k=0;k<f.length;k++){var L=f[k],$=L.getBoundingClientRect(),j=$.height,D=$.width,G=$.top,B=$.right,Y=$.bottom,Z=$.left;if(E>=0&&R>=0&&S<=v&&_<=p&&E>=G&&S<=Y&&R>=Z&&_<=B)return A;var te=getComputedStyle(L),U=parseInt(te.borderLeftWidth,10),re=parseInt(te.borderTopWidth,10),ae=parseInt(te.borderRightWidth,10),le=parseInt(te.borderBottomWidth,10),F=0,W=0,J="offsetWidth"in L?L.offsetWidth-L.clientWidth-U-ae:0,H="offsetHeight"in L?L.offsetHeight-L.clientHeight-re-le:0,K="offsetWidth"in L?L.offsetWidth===0?0:D/L.offsetWidth:0,se="offsetHeight"in L?L.offsetHeight===0?0:j/L.offsetHeight:0;if(d===L)F=Eu(y,y+v,v,re,le,y+I,y+I+b,b),W=n==="start"?P:n==="center"?P-p/2:n==="end"?P-p:Eu(m,m+p,p,U,ae,m+P,m+P+w,w),F=Math.max(0,F+y),W=Math.max(0,W+m);else{F=Eu(G,Y,j,re,le+H,I,I+b,b),W=n==="start"?P-Z-U:n==="center"?P-(Z+D/2)+J/2:n==="end"?P-B+ae+J:Eu(Z,B,D,U,ae+J,P,P+w,w);var oe=L.scrollLeft,fe=L.scrollTop;I+=fe-(F=Math.max(0,Math.min(fe+F/se,L.scrollHeight-j/se+H))),P+=oe-(W=Math.max(0,Math.min(oe+W/K,L.scrollWidth-D/K+J)))}A.push({el:L,top:F,left:W})}return A},sl=function(){return sl=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t},sl.apply(this,arguments)};let nZ=0;function PN(e){return typeof e=="function"?e:xr}function xr(){}function Bq(e,t){if(!e)return;rZ(e,{boundary:t}).forEach(n=>{let{el:i,top:o,left:a}=n;i.scrollTop=o,i.scrollLeft=a})}function NN(e,t,r){return e===t||t instanceof r.Node&&e.contains&&e.contains(t)}function rw(e,t){let r;function n(){r&&clearTimeout(r)}function i(){for(var o=arguments.length,a=new Array(o),u=0;u<o;u++)a[u]=arguments[u];n(),r=setTimeout(()=>{r=null,e(...a)},t)}return i.cancel=n,i}function Rt(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(n){for(var i=arguments.length,o=new Array(i>1?i-1:0),a=1;a<i;a++)o[a-1]=arguments[a];return t.some(u=>(u&&u(n,...o),n.preventDownshiftDefault||n.hasOwnProperty("nativeEvent")&&n.nativeEvent.preventDownshiftDefault))}}function di(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return n=>{t.forEach(i=>{typeof i=="function"?i(n):i&&(i.current=n)})}}function Fq(){return String(nZ++)}function $q(e){let{isOpen:t,resultCount:r,previousResultCount:n}=e;return t?r?r!==n?`${r} result${r===1?" is":"s are"} available, use up and down arrow keys to navigate. Press Enter key to select.`:"":"No results are available.":""}function TN(e,t){return e=Array.isArray(e)?e[0]:e,!e&&t?t:e}function zq(e){return typeof e.type=="string"}function Hq(e){return e.props}function iZ(e,t){console.error(`The property "${t}" is required in "${e}"`)}const oZ=["highlightedIndex","inputValue","isOpen","selectedItem","type"];function Su(e){e===void 0&&(e={});const t={};return oZ.forEach(r=>{e.hasOwnProperty(r)&&(t[r]=e[r])}),t}function ul(e,t){return Object.keys(e).reduce((r,n)=>(r[n]=ll(t,n)?t[n]:e[n],r),{})}function ll(e,t){return e[t]!==void 0}function ex(e){const{key:t,keyCode:r}=e;return r>=37&&r<=40&&t.indexOf("Arrow")!==0?`Arrow${t}`:t}function aZ(e){return Object.prototype.toString.call(e)==="[object Object]"}function go(e,t,r,n,i){if(i===void 0&&(i=!0),r===0)return-1;const o=r-1;(typeof t!="number"||t<0||t>=r)&&(t=e>0?-1:o+1);let a=t+e;a<0?a=i?o:0:a>o&&(a=i?0:o);const u=Oi(e,a,r,n,i);return u===-1?t>=r?-1:t:u}function Oi(e,t,r,n,i){const o=n(t);if(!o||!o.hasAttribute("disabled"))return t;if(e>0){for(let a=t+1;a<r;a++)if(!n(a).hasAttribute("disabled"))return a}else for(let a=t-1;a>=0;a--)if(!n(a).hasAttribute("disabled"))return a;return i?e>0?Oi(1,0,r,n,!1):Oi(-1,r-1,r,n,!1):-1}function cl(e,t,r,n){return n===void 0&&(n=!0),t.some(i=>i&&(NN(i,e,r)||n&&NN(i,r.document.activeElement,r)))}let nw=xr;process.env.NODE_ENV!=="production"&&(nw=(e,t,r)=>{const n="This prop should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled Downshift element for the lifetime of the component. More info: https://github.com/downshift-js/downshift#control-props";Object.keys(e).forEach(i=>{t[i]!==void 0&&r[i]===void 0?console.error(`downshift: A component has changed the controlled prop "${i}" to be uncontrolled. ${n}`):t[i]===void 0&&r[i]!==void 0&&console.error(`downshift: A component has changed the uncontrolled prop "${i}" to be controlled. ${n}`)})});const sZ=rw(e=>{Uq(e).textContent=""},500);function Vq(e,t){const r=Uq(t);e&&(r.textContent=e,sZ(t))}function Uq(e){e===void 0&&(e=document);let t=e.getElementById("a11y-status-message");return t||(t=e.createElement("div"),t.setAttribute("id","a11y-status-message"),t.setAttribute("role","status"),t.setAttribute("aria-live","polite"),t.setAttribute("aria-relevant","additions text"),Object.assign(t.style,{border:"0",clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:"0",position:"absolute",width:"1px"}),e.body.appendChild(t),t)}const Wq=process.env.NODE_ENV!=="production"?"__autocomplete_unknown__":0,Gq=process.env.NODE_ENV!=="production"?"__autocomplete_mouseup__":1,Kq=process.env.NODE_ENV!=="production"?"__autocomplete_item_mouseenter__":2,ku=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_arrow_up__":3,Lu=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_arrow_down__":4,Yq=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_escape__":5,Xq=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_enter__":6,Zq=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_home__":7,Jq=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_end__":8,Qq=process.env.NODE_ENV!=="production"?"__autocomplete_click_item__":9,ek=process.env.NODE_ENV!=="production"?"__autocomplete_blur_input__":10,tk=process.env.NODE_ENV!=="production"?"__autocomplete_change_input__":11,rk=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_space_button__":12,tx=process.env.NODE_ENV!=="production"?"__autocomplete_click_button__":13,nk=process.env.NODE_ENV!=="production"?"__autocomplete_blur_button__":14,ik=process.env.NODE_ENV!=="production"?"__autocomplete_controlled_prop_updated_selected_item__":15,ok=process.env.NODE_ENV!=="production"?"__autocomplete_touchend__":16;var uZ=Object.freeze({__proto__:null,unknown:Wq,mouseUp:Gq,itemMouseEnter:Kq,keyDownArrowUp:ku,keyDownArrowDown:Lu,keyDownEscape:Yq,keyDownEnter:Xq,keyDownHome:Zq,keyDownEnd:Jq,clickItem:Qq,blurInput:ek,changeInput:tk,keyDownSpaceButton:rk,clickButton:tx,blurButton:nk,controlledPropUpdatedSelectedItem:ik,touchEnd:ok});const lZ=(()=>{class e extends T.Component{constructor(r){var n;super(r),n=this,this.id=this.props.id||`downshift-${Fq()}`,this.menuId=this.props.menuId||`${this.id}-menu`,this.labelId=this.props.labelId||`${this.id}-label`,this.inputId=this.props.inputId||`${this.id}-input`,this.getItemId=this.props.getItemId||(h=>`${this.id}-item-${h}`),this.input=null,this.items=[],this.itemCount=null,this.previousResultCount=0,this.timeoutIds=[],this.internalSetTimeout=(h,p)=>{const v=setTimeout(()=>{this.timeoutIds=this.timeoutIds.filter(m=>m!==v),h()},p);this.timeoutIds.push(v)},this.setItemCount=h=>{this.itemCount=h},this.unsetItemCount=()=>{this.itemCount=null},this.setHighlightedIndex=function(h,p){h===void 0&&(h=n.props.defaultHighlightedIndex),p===void 0&&(p={}),p=Su(p),n.internalSetState({highlightedIndex:h,...p})},this.clearSelection=h=>{this.internalSetState({selectedItem:null,inputValue:"",highlightedIndex:this.props.defaultHighlightedIndex,isOpen:this.props.defaultIsOpen},h)},this.selectItem=(h,p,v)=>{p=Su(p),this.internalSetState({isOpen:this.props.defaultIsOpen,highlightedIndex:this.props.defaultHighlightedIndex,selectedItem:h,inputValue:this.props.itemToString(h),...p},v)},this.selectItemAtIndex=(h,p,v)=>{const m=this.items[h];m!=null&&this.selectItem(m,p,v)},this.selectHighlightedItem=(h,p)=>this.selectItemAtIndex(this.getState().highlightedIndex,h,p),this.internalSetState=(h,p)=>{let v,m;const y={},x=typeof h=="function";return!x&&h.hasOwnProperty("inputValue")&&this.props.onInputValueChange(h.inputValue,{...this.getStateAndHelpers(),...h}),this.setState(b=>{b=this.getState(b);let w=x?h(b):h;w=this.props.stateReducer(b,w),v=w.hasOwnProperty("selectedItem");const E={};return v&&w.selectedItem!==b.selectedItem&&(m=w.selectedItem),w.type=w.type||Wq,Object.keys(w).forEach(_=>{b[_]!==w[_]&&(y[_]=w[_]),_!=="type"&&(w[_],ll(this.props,_)||(E[_]=w[_]))}),x&&w.hasOwnProperty("inputValue")&&this.props.onInputValueChange(w.inputValue,{...this.getStateAndHelpers(),...w}),E},()=>{PN(p)(),Object.keys(y).length>1&&this.props.onStateChange(y,this.getStateAndHelpers()),v&&this.props.onSelect(h.selectedItem,this.getStateAndHelpers()),m!==void 0&&this.props.onChange(m,this.getStateAndHelpers()),this.props.onUserAction(y,this.getStateAndHelpers())})},this.rootRef=h=>this._rootNode=h,this.getRootProps=function(h,p){let{refKey:v="ref",ref:m,...y}=h===void 0?{}:h,{suppressRefError:x=!1}=p===void 0?{}:p;n.getRootProps.called=!0,n.getRootProps.refKey=v,n.getRootProps.suppressRefError=x;const{isOpen:b}=n.getState();return{[v]:di(m,n.rootRef),role:"combobox","aria-expanded":b,"aria-haspopup":"listbox","aria-owns":b?n.menuId:null,"aria-labelledby":n.labelId,...y}},this.keyDownHandlers={ArrowDown(h){if(h.preventDefault(),this.getState().isOpen){const p=h.shiftKey?5:1;this.moveHighlightedIndex(p,{type:Lu})}else this.internalSetState({isOpen:!0,type:Lu},()=>{const p=this.getItemCount();if(p>0){const{highlightedIndex:v}=this.getState(),m=go(1,v,p,y=>this.getItemNodeFromIndex(y));this.setHighlightedIndex(m,{type:Lu})}})},ArrowUp(h){if(h.preventDefault(),this.getState().isOpen){const p=h.shiftKey?-5:-1;this.moveHighlightedIndex(p,{type:ku})}else this.internalSetState({isOpen:!0,type:ku},()=>{const p=this.getItemCount();if(p>0){const{highlightedIndex:v}=this.getState(),m=go(-1,v,p,y=>this.getItemNodeFromIndex(y));this.setHighlightedIndex(m,{type:ku})}})},Enter(h){if(h.which===229)return;const{isOpen:p,highlightedIndex:v}=this.getState();if(p&&v!=null){h.preventDefault();const m=this.items[v],y=this.getItemNodeFromIndex(v);if(m==null||y&&y.hasAttribute("disabled"))return;this.selectHighlightedItem({type:Xq})}},Escape(h){h.preventDefault(),this.reset({type:Yq,...!this.state.isOpen&&{selectedItem:null,inputValue:""}})}},this.buttonKeyDownHandlers={...this.keyDownHandlers," "(h){h.preventDefault(),this.toggleMenu({type:rk})}},this.inputKeyDownHandlers={...this.keyDownHandlers,Home(h){const{isOpen:p}=this.getState();if(!p)return;h.preventDefault();const v=this.getItemCount();if(v<=0||!p)return;const m=Oi(1,0,v,y=>this.getItemNodeFromIndex(y),!1);this.setHighlightedIndex(m,{type:Zq})},End(h){const{isOpen:p}=this.getState();if(!p)return;h.preventDefault();const v=this.getItemCount();if(v<=0||!p)return;const m=Oi(-1,v-1,v,y=>this.getItemNodeFromIndex(y),!1);this.setHighlightedIndex(m,{type:Jq})}},this.getToggleButtonProps=function(h){let{onClick:p,onPress:v,onKeyDown:m,onKeyUp:y,onBlur:x,...b}=h===void 0?{}:h;const{isOpen:w}=n.getState(),E={onClick:Rt(p,n.buttonHandleClick),onKeyDown:Rt(m,n.buttonHandleKeyDown),onKeyUp:Rt(y,n.buttonHandleKeyUp),onBlur:Rt(x,n.buttonHandleBlur)},_=b.disabled?{}:E;return{type:"button",role:"button","aria-label":w?"close menu":"open menu","aria-haspopup":!0,"data-toggle":!0,..._,...b}},this.buttonHandleKeyUp=h=>{h.preventDefault()},this.buttonHandleKeyDown=h=>{const p=ex(h);this.buttonKeyDownHandlers[p]&&this.buttonKeyDownHandlers[p].call(this,h)},this.buttonHandleClick=h=>{h.preventDefault(),this.props.environment.document.activeElement===this.props.environment.document.body&&h.target.focus(),process.env.NODE_ENV==="test"?this.toggleMenu({type:tx}):this.internalSetTimeout(()=>this.toggleMenu({type:tx}))},this.buttonHandleBlur=h=>{const p=h.target;this.internalSetTimeout(()=>{!this.isMouseDown&&(this.props.environment.document.activeElement==null||this.props.environment.document.activeElement.id!==this.inputId)&&this.props.environment.document.activeElement!==p&&this.reset({type:nk})})},this.getLabelProps=h=>({htmlFor:this.inputId,id:this.labelId,...h}),this.getInputProps=function(h){let{onKeyDown:p,onBlur:v,onChange:m,onInput:y,onChangeText:x,...b}=h===void 0?{}:h,w,E={};w="onChange";const{inputValue:_,isOpen:S,highlightedIndex:R}=n.getState();return b.disabled||(E={[w]:Rt(m,y,n.inputHandleChange),onKeyDown:Rt(p,n.inputHandleKeyDown),onBlur:Rt(v,n.inputHandleBlur)}),{"aria-autocomplete":"list","aria-activedescendant":S&&typeof R=="number"&&R>=0?n.getItemId(R):null,"aria-controls":S?n.menuId:null,"aria-labelledby":n.labelId,autoComplete:"off",value:_,id:n.inputId,...E,...b}},this.inputHandleKeyDown=h=>{const p=ex(h);p&&this.inputKeyDownHandlers[p]&&this.inputKeyDownHandlers[p].call(this,h)},this.inputHandleChange=h=>{this.internalSetState({type:tk,isOpen:!0,inputValue:h.target.value,highlightedIndex:this.props.defaultHighlightedIndex})},this.inputHandleBlur=()=>{this.internalSetTimeout(()=>{const h=this.props.environment.document&&!!this.props.environment.document.activeElement&&!!this.props.environment.document.activeElement.dataset&&this.props.environment.document.activeElement.dataset.toggle&&this._rootNode&&this._rootNode.contains(this.props.environment.document.activeElement);!this.isMouseDown&&!h&&this.reset({type:ek})})},this.menuRef=h=>{this._menuNode=h},this.getMenuProps=function(h,p){let{refKey:v="ref",ref:m,...y}=h===void 0?{}:h,{suppressRefError:x=!1}=p===void 0?{}:p;return n.getMenuProps.called=!0,n.getMenuProps.refKey=v,n.getMenuProps.suppressRefError=x,{[v]:di(m,n.menuRef),role:"listbox","aria-labelledby":y&&y["aria-label"]?null:n.labelId,id:n.menuId,...y}},this.getItemProps=function(h){let{onMouseMove:p,onMouseDown:v,onClick:m,onPress:y,index:x,item:b=process.env.NODE_ENV==="production"?void 0:iZ("getItemProps","item"),...w}=h===void 0?{}:h;x===void 0?(n.items.push(b),x=n.items.indexOf(b)):n.items[x]=b;const E="onClick",_=m,S={onMouseMove:Rt(p,()=>{x!==n.getState().highlightedIndex&&(n.setHighlightedIndex(x,{type:Kq}),n.avoidScrolling=!0,n.internalSetTimeout(()=>n.avoidScrolling=!1,250))}),onMouseDown:Rt(v,I=>{I.preventDefault()}),[E]:Rt(_,()=>{n.selectItemAtIndex(x,{type:Qq})})},R=w.disabled?{onMouseDown:S.onMouseDown}:S;return{id:n.getItemId(x),role:"option","aria-selected":n.getState().highlightedIndex===x,...R,...w}},this.clearItems=()=>{this.items=[]},this.reset=function(h,p){h===void 0&&(h={}),h=Su(h),n.internalSetState(v=>{let{selectedItem:m}=v;return{isOpen:n.props.defaultIsOpen,highlightedIndex:n.props.defaultHighlightedIndex,inputValue:n.props.itemToString(m),...h}},p)},this.toggleMenu=function(h,p){h===void 0&&(h={}),h=Su(h),n.internalSetState(v=>{let{isOpen:m}=v;return{isOpen:!m,...m&&{highlightedIndex:n.props.defaultHighlightedIndex},...h}},()=>{const{isOpen:v,highlightedIndex:m}=n.getState();v&&n.getItemCount()>0&&typeof m=="number"&&n.setHighlightedIndex(m,h),PN(p)()})},this.openMenu=h=>{this.internalSetState({isOpen:!0},h)},this.closeMenu=h=>{this.internalSetState({isOpen:!1},h)},this.updateStatus=rw(()=>{const h=this.getState(),p=this.items[h.highlightedIndex],v=this.getItemCount(),m=this.props.getA11yStatusMessage({itemToString:this.props.itemToString,previousResultCount:this.previousResultCount,resultCount:v,highlightedItem:p,...h});this.previousResultCount=v,Vq(m,this.props.environment.document)},200);const{defaultHighlightedIndex:i,initialHighlightedIndex:o=i,defaultIsOpen:a,initialIsOpen:u=a,initialInputValue:l="",initialSelectedItem:d=null}=this.props,f=this.getState({highlightedIndex:o,isOpen:u,inputValue:l,selectedItem:d});f.selectedItem!=null&&this.props.initialInputValue===void 0&&(f.inputValue=this.props.itemToString(f.selectedItem)),this.state=f}internalClearTimeouts(){this.timeoutIds.forEach(r=>{clearTimeout(r)}),this.timeoutIds=[]}getState(r){return r===void 0&&(r=this.state),ul(r,this.props)}getItemCount(){let r=this.items.length;return this.itemCount!=null?r=this.itemCount:this.props.itemCount!==void 0&&(r=this.props.itemCount),r}getItemNodeFromIndex(r){return this.props.environment.document.getElementById(this.getItemId(r))}scrollHighlightedItemIntoView(){{const r=this.getItemNodeFromIndex(this.getState().highlightedIndex);this.props.scrollIntoView(r,this._menuNode)}}moveHighlightedIndex(r,n){const i=this.getItemCount(),{highlightedIndex:o}=this.getState();if(i>0){const a=go(r,o,i,u=>this.getItemNodeFromIndex(u));this.setHighlightedIndex(a,n)}}getStateAndHelpers(){const{highlightedIndex:r,inputValue:n,selectedItem:i,isOpen:o}=this.getState(),{itemToString:a}=this.props,{id:u}=this,{getRootProps:l,getToggleButtonProps:d,getLabelProps:f,getMenuProps:h,getInputProps:p,getItemProps:v,openMenu:m,closeMenu:y,toggleMenu:x,selectItem:b,selectItemAtIndex:w,selectHighlightedItem:E,setHighlightedIndex:_,clearSelection:S,clearItems:R,reset:I,setItemCount:P,unsetItemCount:A,internalSetState:k}=this;return{getRootProps:l,getToggleButtonProps:d,getLabelProps:f,getMenuProps:h,getInputProps:p,getItemProps:v,reset:I,openMenu:m,closeMenu:y,toggleMenu:x,selectItem:b,selectItemAtIndex:w,selectHighlightedItem:E,setHighlightedIndex:_,clearSelection:S,clearItems:R,setItemCount:P,unsetItemCount:A,setState:k,itemToString:a,id:u,highlightedIndex:r,inputValue:n,isOpen:o,selectedItem:i}}componentDidMount(){process.env.NODE_ENV!=="production"&&this.getMenuProps.called&&!this.getMenuProps.suppressRefError&&AN(this._menuNode,this.getMenuProps);{const r=()=>{this.isMouseDown=!0},n=l=>{this.isMouseDown=!1,!cl(l.target,[this._rootNode,this._menuNode],this.props.environment)&&this.getState().isOpen&&this.reset({type:Gq},()=>this.props.onOuterClick(this.getStateAndHelpers()))},i=()=>{this.isTouchMove=!1},o=()=>{this.isTouchMove=!0},a=l=>{const d=cl(l.target,[this._rootNode,this._menuNode],this.props.environment,!1);!this.isTouchMove&&!d&&this.getState().isOpen&&this.reset({type:ok},()=>this.props.onOuterClick(this.getStateAndHelpers()))},{environment:u}=this.props;u.addEventListener("mousedown",r),u.addEventListener("mouseup",n),u.addEventListener("touchstart",i),u.addEventListener("touchmove",o),u.addEventListener("touchend",a),this.cleanup=()=>{this.internalClearTimeouts(),this.updateStatus.cancel(),u.removeEventListener("mousedown",r),u.removeEventListener("mouseup",n),u.removeEventListener("touchstart",i),u.removeEventListener("touchmove",o),u.removeEventListener("touchend",a)}}}shouldScroll(r,n){const{highlightedIndex:i}=this.props.highlightedIndex===void 0?this.getState():this.props,{highlightedIndex:o}=n.highlightedIndex===void 0?r:n;return i&&this.getState().isOpen&&!r.isOpen||i!==o}componentDidUpdate(r,n){process.env.NODE_ENV!=="production"&&(nw(this.state,r,this.props),this.getMenuProps.called&&!this.getMenuProps.suppressRefError&&AN(this._menuNode,this.getMenuProps)),ll(this.props,"selectedItem")&&this.props.selectedItemChanged(r.selectedItem,this.props.selectedItem)&&this.internalSetState({type:ik,inputValue:this.props.itemToString(this.props.selectedItem)}),!this.avoidScrolling&&this.shouldScroll(n,r)&&this.scrollHighlightedItemIntoView(),this.updateStatus()}componentWillUnmount(){this.cleanup()}render(){const r=TN(this.props.children,xr);this.clearItems(),this.getRootProps.called=!1,this.getRootProps.refKey=void 0,this.getRootProps.suppressRefError=void 0,this.getMenuProps.called=!1,this.getMenuProps.refKey=void 0,this.getMenuProps.suppressRefError=void 0,this.getLabelProps.called=!1,this.getInputProps.called=!1;const n=TN(r(this.getStateAndHelpers()));if(!n)return null;if(this.getRootProps.called||this.props.suppressRefError)return process.env.NODE_ENV!=="production"&&!this.getRootProps.suppressRefError&&!this.props.suppressRefError&&cZ(n,this.getRootProps),n;if(zq(n))return T.cloneElement(n,this.getRootProps(Hq(n)));if(process.env.NODE_ENV!=="production")throw new Error("downshift: If you return a non-DOM element, you must apply the getRootProps function")}}return e.defaultProps={defaultHighlightedIndex:null,defaultIsOpen:!1,getA11yStatusMessage:$q,itemToString:t=>t==null?"":(process.env.NODE_ENV!=="production"&&aZ(t)&&!t.hasOwnProperty("toString")&&console.warn("downshift: An object was passed to the default implementation of `itemToString`. You should probably provide your own `itemToString` implementation. Please refer to the `itemToString` API documentation.","The object that was passed:",t),String(t)),onStateChange:xr,onInputValueChange:xr,onUserAction:xr,onChange:xr,onSelect:xr,onOuterClick:xr,selectedItemChanged:(t,r)=>t!==r,environment:typeof window>"u"?{}:window,stateReducer:(t,r)=>r,suppressRefError:!1,scrollIntoView:Bq},e.stateChangeTypes=uZ,e})();process.env.NODE_ENV!=="production"&&(lZ.propTypes={children:he.func,defaultHighlightedIndex:he.number,defaultIsOpen:he.bool,initialHighlightedIndex:he.number,initialSelectedItem:he.any,initialInputValue:he.string,initialIsOpen:he.bool,getA11yStatusMessage:he.func,itemToString:he.func,onChange:he.func,onSelect:he.func,onStateChange:he.func,onInputValueChange:he.func,onUserAction:he.func,onOuterClick:he.func,selectedItemChanged:he.func,stateReducer:he.func,itemCount:he.number,id:he.string,environment:he.shape({addEventListener:he.func,removeEventListener:he.func,document:he.shape({getElementById:he.func,activeElement:he.any,body:he.any})}),suppressRefError:he.bool,scrollIntoView:he.func,selectedItem:he.any,isOpen:he.bool,inputValue:he.string,highlightedIndex:he.number,labelId:he.string,inputId:he.string,menuId:he.string,getItemId:he.func});function AN(e,t){let{refKey:r}=t;e||console.error(`downshift: The ref prop "${r}" from getMenuProps was not applied correctly on your menu element.`)}function cZ(e,t){let{refKey:r}=t;const n=r!=="ref",i=!zq(e);i&&!n&&!CN.isForwardRef(e)?console.error("downshift: You returned a non-DOM element. You must specify a refKey in getRootProps"):!i&&n&&console.error(`downshift: You returned a DOM element. You should not specify a refKey in getRootProps. You specified "${r}"`),!CN.isForwardRef(e)&&!Hq(e)[r]&&console.error(`downshift: You must apply the ref prop "${r}" from getRootProps onto your root element.`)}const ak={highlightedIndex:-1,isOpen:!1,selectedItem:null,inputValue:""};function fZ(e,t,r){const{props:n,type:i}=e,o={};Object.keys(t).forEach(a=>{dZ(a,e,t,r),r[a]!==t[a]&&(o[a]=r[a])}),n.onStateChange&&Object.keys(o).length&&n.onStateChange({type:i,...o})}function dZ(e,t,r,n){const{props:i,type:o}=t,a=`on${iw(e)}Change`;i[a]&&n[e]!==void 0&&n[e]!==r[e]&&i[a]({type:o,...n})}function hZ(e,t){return t.changes}function pZ(e){const{selectedItem:t,itemToString:r}=e;return t?`${r(t)} has been selected.`:""}const vZ=rw((e,t)=>{Vq(e(),t)},200),gZ=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u"?T.useLayoutEffect:T.useEffect;function mZ(e){let{id:t=`downshift-${Fq()}`,labelId:r,menuId:n,getItemId:i,toggleButtonId:o,inputId:a}=e;return T.useRef({labelId:r||`${t}-label`,menuId:n||`${t}-menu`,getItemId:i||(l=>`${t}-item-${l}`),toggleButtonId:o||`${t}-toggle-button`,inputId:a||`${t}-input`}).current}function yZ(e,t,r){return e!==void 0?e:r.length===0?-1:r.indexOf(t)}function bZ(e){return e?String(e):""}function iw(e){return`${e.slice(0,1).toUpperCase()}${e.slice(1)}`}function sk(e){const t=T.useRef(e);return t.current=e,t}function xZ(e,t,r){const n=T.useRef(),i=T.useRef(),o=T.useCallback((h,p)=>{i.current=p,h=ul(h,p.props);const v=e(h,p);return p.props.stateReducer(h,{...p,changes:v})},[e]),[a,u]=T.useReducer(o,t),l=sk(r),d=T.useCallback(h=>u({props:l.current,...h}),[l]),f=i.current;return T.useEffect(()=>{f&&n.current&&n.current!==a&&fZ(f,ul(n.current,f.props),a),n.current=a},[a,r,f]),[a,d]}const qa={itemToString:bZ,stateReducer:hZ,getA11ySelectionMessage:pZ,scrollIntoView:Bq,circularNavigation:!1,environment:typeof window>"u"?{}:window};function Jr(e,t,r){r===void 0&&(r=ak);const n=e[`default${iw(t)}`];return n!==void 0?n:r[t]}function Ou(e,t,r){r===void 0&&(r=ak);const n=e[t];if(n!==void 0)return n;const i=e[`initial${iw(t)}`];return i!==void 0?i:Jr(e,t,r)}function wZ(e){const t=Ou(e,"selectedItem"),r=Ou(e,"isOpen"),n=Ou(e,"highlightedIndex"),i=Ou(e,"inputValue");return{highlightedIndex:n<0&&t&&r?e.items.indexOf(t):n,isOpen:r,selectedItem:t,inputValue:i}}function fl(e,t,r,n){const{items:i,initialHighlightedIndex:o,defaultHighlightedIndex:a}=e,{selectedItem:u,highlightedIndex:l}=t;return i.length===0?-1:o!==void 0&&l===o?o:a!==void 0?a:u?r===0?i.indexOf(u):go(r,i.indexOf(u),i.length,n,!1):r===0?-1:r<0?i.length-1:0}function _Z(e,t,r,n){const i=T.useRef({isMouseDown:!1,isTouchMove:!1});return T.useEffect(()=>{const o=()=>{i.current.isMouseDown=!0},a=f=>{i.current.isMouseDown=!1,e&&!cl(f.target,t.map(h=>h.current),r)&&n()},u=()=>{i.current.isTouchMove=!1},l=()=>{i.current.isTouchMove=!0},d=f=>{e&&!i.current.isTouchMove&&!cl(f.target,t.map(h=>h.current),r,!1)&&n()};return r.addEventListener("mousedown",o),r.addEventListener("mouseup",a),r.addEventListener("touchstart",u),r.addEventListener("touchmove",l),r.addEventListener("touchend",d),function(){r.removeEventListener("mousedown",o),r.removeEventListener("mouseup",a),r.removeEventListener("touchstart",u),r.removeEventListener("touchmove",l),r.removeEventListener("touchend",d)}},[e,r]),i}let uk=()=>xr;process.env.NODE_ENV!=="production"&&(uk=function(){const e=T.useRef(!0);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];const i=T.useRef(r.reduce((a,u)=>(a[u]={},a),{}));return T.useEffect(()=>{Object.keys(i.current).forEach(a=>{const u=i.current[a];if(e.current&&!Object.keys(u).length){console.error(`downshift: You forgot to call the ${a} getter function on your component / element.`);return}const{suppressRefError:l,refKey:d,elementRef:f}=u;(!f||!f.current)&&!l&&console.error(`downshift: The ref prop "${d}" from ${a} was not applied correctly on your element.`)}),e.current=!1}),T.useCallback((a,u,l,d)=>{i.current[a]={suppressRefError:u,refKey:l,elementRef:d}},[])});function MN(e,t,r){let{isInitialMount:n,highlightedIndex:i,items:o,environment:a,...u}=r;T.useEffect(()=>{n||vZ(()=>e({highlightedIndex:i,highlightedItem:o[i],resultCount:o.length,...u}),a.document)},t)}function EZ(e){let{highlightedIndex:t,isOpen:r,itemRefs:n,getItemNodeFromIndex:i,menuElement:o,scrollIntoView:a}=e;const u=T.useRef(!0);return gZ(()=>{t<0||!r||!Object.keys(n.current).length||(u.current===!1?u.current=!0:a(i(t),o))},[t]),u}let lk=xr;process.env.NODE_ENV!=="production"&&(lk=e=>{let{isInitialMount:t,props:r,state:n}=e;const i=T.useRef(r);T.useEffect(()=>{t||(nw(n,i.current,r),i.current=r)},[n,r,t])});function SZ(e,t,r){const{type:n,props:i}=t;let o;switch(n){case r.ItemMouseMove:o={highlightedIndex:t.disabled?-1:t.index};break;case r.MenuMouseLeave:o={highlightedIndex:-1};break;case r.ToggleButtonClick:case r.FunctionToggleMenu:o={isOpen:!e.isOpen,highlightedIndex:e.isOpen?-1:fl(i,e,0)};break;case r.FunctionOpenMenu:o={isOpen:!0,highlightedIndex:fl(i,e,0)};break;case r.FunctionCloseMenu:o={isOpen:!1};break;case r.FunctionSetHighlightedIndex:o={highlightedIndex:t.highlightedIndex};break;case r.FunctionSetInputValue:o={inputValue:t.inputValue};break;case r.FunctionReset:o={highlightedIndex:Jr(i,"highlightedIndex"),isOpen:Jr(i,"isOpen"),selectedItem:Jr(i,"selectedItem"),inputValue:Jr(i,"inputValue")};break;default:throw new Error("Reducer called without proper action type.")}return{...e,...o}}he.array.isRequired,he.func,he.func,he.func,he.bool,he.number,he.number,he.number,he.bool,he.bool,he.bool,he.any,he.any,he.any,he.string,he.string,he.string,he.func,he.string,he.func,he.func,he.func,he.func,he.func,he.shape({addEventListener:he.func,removeEventListener:he.func,document:he.shape({getElementById:he.func,activeElement:he.any,body:he.any})});function OZ(e){var t=e.isOpen,r=e.resultCount,n=e.previousResultCount;return t?r?r!==n?"".concat(r," result").concat(r===1?" is":"s are"," available, use up and down arrow keys to navigate. Press Enter or Space Bar keys to select."):"":"No results are available.":""}sl(sl({},qa),{getA11yStatusMessage:OZ});process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;const ow=process.env.NODE_ENV!=="production"?"__input_keydown_arrow_down__":0,aw=process.env.NODE_ENV!=="production"?"__input_keydown_arrow_up__":1,sw=process.env.NODE_ENV!=="production"?"__input_keydown_escape__":2,uw=process.env.NODE_ENV!=="production"?"__input_keydown_home__":3,lw=process.env.NODE_ENV!=="production"?"__input_keydown_end__":4,cw=process.env.NODE_ENV!=="production"?"__input_keydown_enter__":5,fw=process.env.NODE_ENV!=="production"?"__input_change__":6,dl=process.env.NODE_ENV!=="production"?"__input_blur__":7,ck=process.env.NODE_ENV!=="production"?"__menu_mouse_leave__":8,fk=process.env.NODE_ENV!=="production"?"__item_mouse_move__":9,dw=process.env.NODE_ENV!=="production"?"__item_click__":10,dk=process.env.NODE_ENV!=="production"?"__togglebutton_click__":11,hk=process.env.NODE_ENV!=="production"?"__function_toggle_menu__":12,pk=process.env.NODE_ENV!=="production"?"__function_open_menu__":13,vk=process.env.NODE_ENV!=="production"?"__function_close_menu__":14,gk=process.env.NODE_ENV!=="production"?"__function_set_highlighted_index__":15,hw=process.env.NODE_ENV!=="production"?"__function_select_item__":16,mk=process.env.NODE_ENV!=="production"?"__function_set_input_value__":17,yk=process.env.NODE_ENV!=="production"?"__function_reset__":18,pw=process.env.NODE_ENV!=="production"?"__controlled_prop_updated_selected_item__":19;var bk=Object.freeze({__proto__:null,InputKeyDownArrowDown:ow,InputKeyDownArrowUp:aw,InputKeyDownEscape:sw,InputKeyDownHome:uw,InputKeyDownEnd:lw,InputKeyDownEnter:cw,InputChange:fw,InputBlur:dl,MenuMouseLeave:ck,ItemMouseMove:fk,ItemClick:dw,ToggleButtonClick:dk,FunctionToggleMenu:hk,FunctionOpenMenu:pk,FunctionCloseMenu:vk,FunctionSetHighlightedIndex:gk,FunctionSelectItem:hw,FunctionSetInputValue:mk,FunctionReset:yk,ControlledPropUpdatedSelectedItem:pw});function CZ(e){const t=wZ(e),{selectedItem:r}=t;let{inputValue:n}=t;return n===""&&r&&e.defaultInputValue===void 0&&e.initialInputValue===void 0&&e.inputValue===void 0&&(n=e.itemToString(r)),{...t,inputValue:n}}const RZ={items:he.array.isRequired,itemToString:he.func,getA11yStatusMessage:he.func,getA11ySelectionMessage:he.func,circularNavigation:he.bool,highlightedIndex:he.number,defaultHighlightedIndex:he.number,initialHighlightedIndex:he.number,isOpen:he.bool,defaultIsOpen:he.bool,initialIsOpen:he.bool,selectedItem:he.any,initialSelectedItem:he.any,defaultSelectedItem:he.any,inputValue:he.string,defaultInputValue:he.string,initialInputValue:he.string,id:he.string,labelId:he.string,menuId:he.string,getItemId:he.func,inputId:he.string,toggleButtonId:he.string,stateReducer:he.func,onSelectedItemChange:he.func,onHighlightedIndexChange:he.func,onStateChange:he.func,onIsOpenChange:he.func,onInputValueChange:he.func,environment:he.shape({addEventListener:he.func,removeEventListener:he.func,document:he.shape({getElementById:he.func,activeElement:he.any,body:he.any})})};function IZ(e,t,r){const n=T.useRef(),[i,o]=xZ(e,t,r);return T.useEffect(()=>{ll(r,"selectedItem")&&(n.current!==r.selectedItem&&o({type:pw,inputValue:r.itemToString(r.selectedItem)}),n.current=i.selectedItem===n.current?r.selectedItem:i.selectedItem)}),[ul(i,r),o]}let xk=xr;process.env.NODE_ENV!=="production"&&(xk=(e,t)=>{he.checkPropTypes(RZ,e,"prop",t.name)});const PZ={...qa,getA11yStatusMessage:$q,circularNavigation:!0};function NZ(e,t){const{type:r,props:n,shiftKey:i}=t;let o;switch(r){case dw:o={isOpen:Jr(n,"isOpen"),highlightedIndex:Jr(n,"highlightedIndex"),selectedItem:n.items[t.index],inputValue:n.itemToString(n.items[t.index])};break;case ow:e.isOpen?o={highlightedIndex:go(i?5:1,e.highlightedIndex,n.items.length,t.getItemNodeFromIndex,n.circularNavigation)}:o={highlightedIndex:fl(n,e,1,t.getItemNodeFromIndex),isOpen:n.items.length>=0};break;case aw:e.isOpen?o={highlightedIndex:go(i?-5:-1,e.highlightedIndex,n.items.length,t.getItemNodeFromIndex,n.circularNavigation)}:o={highlightedIndex:fl(n,e,-1,t.getItemNodeFromIndex),isOpen:n.items.length>=0};break;case cw:o={...e.isOpen&&e.highlightedIndex>=0&&{selectedItem:n.items[e.highlightedIndex],isOpen:Jr(n,"isOpen"),highlightedIndex:Jr(n,"highlightedIndex"),inputValue:n.itemToString(n.items[e.highlightedIndex])}};break;case sw:o={isOpen:!1,highlightedIndex:-1,...!e.isOpen&&{selectedItem:null,inputValue:""}};break;case uw:o={highlightedIndex:Oi(1,0,n.items.length,t.getItemNodeFromIndex,!1)};break;case lw:o={highlightedIndex:Oi(-1,n.items.length-1,n.items.length,t.getItemNodeFromIndex,!1)};break;case dl:o={isOpen:!1,highlightedIndex:-1,...e.highlightedIndex>=0&&t.selectItem&&{selectedItem:n.items[e.highlightedIndex],inputValue:n.itemToString(n.items[e.highlightedIndex])}};break;case fw:o={isOpen:!0,highlightedIndex:Jr(n,"highlightedIndex"),inputValue:t.inputValue};break;case hw:o={selectedItem:t.selectedItem,inputValue:n.itemToString(t.selectedItem)};break;case pw:o={inputValue:t.inputValue};break;default:return SZ(e,t,bk)}return{...e,...o}}lo.stateChangeTypes=bk;function lo(e){e===void 0&&(e={}),xk(e,lo);const t={...PZ,...e},{initialIsOpen:r,defaultIsOpen:n,items:i,scrollIntoView:o,environment:a,getA11yStatusMessage:u,getA11ySelectionMessage:l,itemToString:d}=t,f=CZ(t),[h,p]=IZ(NZ,f,t),{isOpen:v,highlightedIndex:m,selectedItem:y,inputValue:x}=h,b=T.useRef(null),w=T.useRef({}),E=T.useRef(null),_=T.useRef(null),S=T.useRef(null),R=T.useRef(!0),I=mZ(t),P=T.useRef(),A=sk({state:h,props:t}),k=T.useCallback(K=>w.current[I.getItemId(K)],[I]);MN(u,[v,m,x,i],{isInitialMount:R.current,previousResultCount:P.current,items:i,environment:a,itemToString:d,...h}),MN(l,[y],{isInitialMount:R.current,previousResultCount:P.current,items:i,environment:a,itemToString:d,...h});const L=EZ({menuElement:b.current,highlightedIndex:m,isOpen:v,itemRefs:w,scrollIntoView:o,getItemNodeFromIndex:k});lk({isInitialMount:R.current,props:t,state:h}),T.useEffect(()=>{(r||n||v)&&E.current&&E.current.focus()},[]),T.useEffect(()=>{R.current||(P.current=i.length)});const $=_Z(v,[S,b,_],a,()=>{p({type:dl,selectItem:!1})}),j=uk("getInputProps","getComboboxProps","getMenuProps");T.useEffect(()=>{R.current=!1},[]),T.useEffect(()=>{v||(w.current={})},[v]);const D=T.useMemo(()=>({ArrowDown(K){K.preventDefault(),p({type:ow,shiftKey:K.shiftKey,getItemNodeFromIndex:k})},ArrowUp(K){K.preventDefault(),p({type:aw,shiftKey:K.shiftKey,getItemNodeFromIndex:k})},Home(K){A.current.state.isOpen&&(K.preventDefault(),p({type:uw,getItemNodeFromIndex:k}))},End(K){A.current.state.isOpen&&(K.preventDefault(),p({type:lw,getItemNodeFromIndex:k}))},Escape(K){const se=A.current.state;(se.isOpen||se.inputValue||se.selectedItem||se.highlightedIndex>-1)&&(K.preventDefault(),p({type:sw}))},Enter(K){const se=A.current.state;!se.isOpen||se.highlightedIndex<0||K.which===229||(K.preventDefault(),p({type:cw,getItemNodeFromIndex:k}))}}),[p,A,k]),G=T.useCallback(K=>({id:I.labelId,htmlFor:I.inputId,...K}),[I]),B=T.useCallback(function(K,se){let{onMouseLeave:oe,refKey:fe="ref",ref:V,...ee}=K===void 0?{}:K,{suppressRefError:we=!1}=se===void 0?{}:se;return j("getMenuProps",we,fe,b),{[fe]:di(V,be=>{b.current=be}),id:I.menuId,role:"listbox","aria-labelledby":I.labelId,onMouseLeave:Rt(oe,()=>{p({type:ck})}),...ee}},[p,j,I]),Y=T.useCallback(function(K){let{item:se,index:oe,refKey:fe="ref",ref:V,onMouseMove:ee,onMouseDown:we,onClick:be,onPress:de,disabled:ue,...Ee}=K===void 0?{}:K;const{props:Pe,state:Ze}=A.current,ze=yZ(oe,se,Pe.items);if(ze<0)throw new Error("Pass either item or item index in getItemProps!");const Fe="onClick",Ve=be,lt=()=>{oe!==Ze.highlightedIndex&&(L.current=!1,p({type:fk,index:oe,disabled:ue}))},ct=()=>{p({type:dw,index:oe})},mt=yt=>yt.preventDefault();return{[fe]:di(V,yt=>{yt&&(w.current[I.getItemId(ze)]=yt)}),disabled:ue,role:"option","aria-selected":`${ze===Ze.highlightedIndex}`,id:I.getItemId(ze),...!ue&&{[Fe]:Rt(Ve,ct)},onMouseMove:Rt(ee,lt),onMouseDown:Rt(we,mt),...Ee}},[p,A,L,I]),Z=T.useCallback(function(K){let{onClick:se,onPress:oe,refKey:fe="ref",ref:V,...ee}=K===void 0?{}:K;const we=()=>{p({type:dk}),!A.current.state.isOpen&&E.current&&E.current.focus()};return{[fe]:di(V,be=>{_.current=be}),id:I.toggleButtonId,tabIndex:-1,...!ee.disabled&&{onClick:Rt(se,we)},...ee}},[p,A,I]),te=T.useCallback(function(K,se){let{onKeyDown:oe,onChange:fe,onInput:V,onBlur:ee,onChangeText:we,refKey:be="ref",ref:de,...ue}=K===void 0?{}:K,{suppressRefError:Ee=!1}=se===void 0?{}:se;j("getInputProps",Ee,be,E);const Pe=A.current.state,Ze=ct=>{const mt=ex(ct);mt&&D[mt]&&D[mt](ct)},ze=ct=>{p({type:fw,inputValue:ct.target.value})},Fe=()=>{Pe.isOpen&&!$.current.isMouseDown&&p({type:dl,selectItem:!0})},Ve="onChange";let lt={};return ue.disabled||(lt={[Ve]:Rt(fe,V,ze),onKeyDown:Rt(oe,Ze),onBlur:Rt(ee,Fe)}),{[be]:di(de,ct=>{E.current=ct}),id:I.inputId,"aria-autocomplete":"list","aria-controls":I.menuId,...Pe.isOpen&&Pe.highlightedIndex>-1&&{"aria-activedescendant":I.getItemId(Pe.highlightedIndex)},"aria-labelledby":I.labelId,autoComplete:"off",value:Pe.inputValue,...lt,...ue}},[p,D,A,$,j,I]),U=T.useCallback(function(K,se){let{refKey:oe="ref",ref:fe,...V}=K===void 0?{}:K,{suppressRefError:ee=!1}=se===void 0?{}:se;return j("getComboboxProps",ee,oe,S),{[oe]:di(fe,we=>{S.current=we}),role:"combobox","aria-haspopup":"listbox","aria-owns":I.menuId,"aria-expanded":A.current.state.isOpen,...V}},[A,j,I]),re=T.useCallback(()=>{p({type:hk})},[p]),ae=T.useCallback(()=>{p({type:vk})},[p]),le=T.useCallback(()=>{p({type:pk})},[p]),F=T.useCallback(K=>{p({type:gk,highlightedIndex:K})},[p]),W=T.useCallback(K=>{p({type:hw,selectedItem:K})},[p]),J=T.useCallback(K=>{p({type:mk,inputValue:K})},[p]),H=T.useCallback(()=>{p({type:yk})},[p]);return{getItemProps:Y,getLabelProps:G,getMenuProps:B,getInputProps:te,getComboboxProps:U,getToggleButtonProps:Z,toggleMenu:re,openMenu:le,closeMenu:ae,setHighlightedIndex:F,setInputValue:J,selectItem:W,reset:H,highlightedIndex:m,isOpen:v,selectedItem:y,inputValue:x}}he.array,he.array,he.array,he.func,he.func,he.func,he.number,he.number,he.number,he.func,he.func,he.string,he.string,he.shape({addEventListener:he.func,removeEventListener:he.func,document:he.shape({getElementById:he.func,activeElement:he.any,body:he.any})});qa.itemToString,qa.stateReducer,qa.environment;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;var Aa={exports:{}};/**
44
44
  * @license
45
45
  * Lodash <https://lodash.com/>
46
46
  * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
47
47
  * Released under MIT license <https://lodash.com/license>
48
48
  * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
49
49
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
50
- */var TZ=Aa.exports,DN;function AZ(){return DN||(DN=1,(function(e,t){(function(){var r,n="4.18.1",i=200,o="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",a="Expected a function",u="Invalid `variable` option passed into `_.template`",l="Invalid `imports` option passed into `_.template`",d="__lodash_hash_undefined__",f=500,h="__lodash_placeholder__",p=1,v=2,m=4,y=1,x=2,b=1,w=2,E=4,_=8,S=16,R=32,I=64,P=128,A=256,k=512,L=30,$="...",j=800,D=16,G=1,B=2,Y=3,Z=1/0,te=9007199254740991,U=17976931348623157e292,re=NaN,ae=4294967295,le=ae-1,F=ae>>>1,W=[["ary",P],["bind",b],["bindKey",w],["curry",_],["curryRight",S],["flip",k],["partial",R],["partialRight",I],["rearg",A]],J="[object Arguments]",H="[object Array]",K="[object AsyncFunction]",se="[object Boolean]",oe="[object Date]",fe="[object DOMException]",V="[object Error]",ee="[object Function]",we="[object GeneratorFunction]",be="[object Map]",de="[object Number]",ue="[object Null]",Ee="[object Object]",Pe="[object Promise]",Ze="[object Proxy]",ze="[object RegExp]",Fe="[object Set]",Ve="[object String]",lt="[object Symbol]",ct="[object Undefined]",mt="[object WeakMap]",yt="[object WeakSet]",rt="[object ArrayBuffer]",bt="[object DataView]",Jt="[object Float32Array]",fr="[object Float64Array]",Dt="[object Int8Array]",_t="[object Int16Array]",jt="[object Int32Array]",Ur="[object Uint8Array]",Yn="[object Uint8ClampedArray]",Cn="[object Uint16Array]",dr="[object Uint32Array]",Mi=/\b__p \+= '';/g,vc=/\b(__p \+=) '' \+/g,gc=/(__e\(.*?\)|\b__t\)) \+\n'';/g,ko=/&(?:amp|lt|gt|quot|#39);/g,ls=/[&<>"']/g,cs=RegExp(ko.source),mc=RegExp(ls.source),fs=/<%-([\s\S]+?)%>/g,yc=/<%([\s\S]+?)%>/g,Lo=/<%=([\s\S]+?)%>/g,bc=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ds=/^\w*$/,xc=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Di=/[\\^$.*+?()[\]{}|]/g,wc=RegExp(Di.source),ji=/^\s+/,_c=/\s/,hs=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Ec=/\{\n\/\* \[wrapped with (.+)\] \*/,Sc=/,? & /,Oc=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,ps=/[()=,{}\[\]\/\s]/,Cc=/\\(\\)?/g,Rc=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,vs=/\w*$/,Ic=/^[-+]0x[0-9a-f]+$/i,Pc=/^0b[01]+$/i,Nc=/^\[object .+?Constructor\]$/,Tc=/^0o[0-7]+$/i,Ac=/^(?:0|[1-9]\d*)$/,Mc=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Xn=/($^)/,Dc=/['\n\r\u2028\u2029\\]/g,qi="\\ud800-\\udfff",jc="\\u0300-\\u036f",gs="\\ufe20-\\ufe2f",qc="\\u20d0-\\u20ff",Bo=jc+gs+qc,ms="\\u2700-\\u27bf",Fo="a-z\\xdf-\\xf6\\xf8-\\xff",kc="\\xac\\xb1\\xd7\\xf7",ys="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",Lc="\\u2000-\\u206f",Bc=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",$o="A-Z\\xc0-\\xd6\\xd8-\\xde",bs="\\ufe0e\\ufe0f",xs=kc+ys+Lc+Bc,zo="['’]",Fc="["+qi+"]",Ho="["+xs+"]",ki="["+Bo+"]",Zn="\\d+",$c="["+ms+"]",ws="["+Fo+"]",Tw="[^"+qi+xs+Zn+ms+Fo+$o+"]",zc="\\ud83c[\\udffb-\\udfff]",mL="(?:"+ki+"|"+zc+")",Aw="[^"+qi+"]",Hc="(?:\\ud83c[\\udde6-\\uddff]){2}",Vc="[\\ud800-\\udbff][\\udc00-\\udfff]",Li="["+$o+"]",Mw="\\u200d",Dw="(?:"+ws+"|"+Tw+")",yL="(?:"+Li+"|"+Tw+")",jw="(?:"+zo+"(?:d|ll|m|re|s|t|ve))?",qw="(?:"+zo+"(?:D|LL|M|RE|S|T|VE))?",kw=mL+"?",Lw="["+bs+"]?",bL="(?:"+Mw+"(?:"+[Aw,Hc,Vc].join("|")+")"+Lw+kw+")*",xL="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",wL="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Bw=Lw+kw+bL,_L="(?:"+[$c,Hc,Vc].join("|")+")"+Bw,EL="(?:"+[Aw+ki+"?",ki,Hc,Vc,Fc].join("|")+")",SL=RegExp(zo,"g"),OL=RegExp(ki,"g"),Uc=RegExp(zc+"(?="+zc+")|"+EL+Bw,"g"),CL=RegExp([Li+"?"+ws+"+"+jw+"(?="+[Ho,Li,"$"].join("|")+")",yL+"+"+qw+"(?="+[Ho,Li+Dw,"$"].join("|")+")",Li+"?"+Dw+"+"+jw,Li+"+"+qw,wL,xL,Zn,_L].join("|"),"g"),RL=RegExp("["+Mw+qi+Bo+bs+"]"),IL=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,PL=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],NL=-1,at={};at[Jt]=at[fr]=at[Dt]=at[_t]=at[jt]=at[Ur]=at[Yn]=at[Cn]=at[dr]=!0,at[J]=at[H]=at[rt]=at[se]=at[bt]=at[oe]=at[V]=at[ee]=at[be]=at[de]=at[Ee]=at[ze]=at[Fe]=at[Ve]=at[mt]=!1;var nt={};nt[J]=nt[H]=nt[rt]=nt[bt]=nt[se]=nt[oe]=nt[Jt]=nt[fr]=nt[Dt]=nt[_t]=nt[jt]=nt[be]=nt[de]=nt[Ee]=nt[ze]=nt[Fe]=nt[Ve]=nt[lt]=nt[Ur]=nt[Yn]=nt[Cn]=nt[dr]=!0,nt[V]=nt[ee]=nt[mt]=!1;var TL={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},AL={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},ML={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},DL={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},jL=parseFloat,qL=parseInt,Fw=typeof ht=="object"&&ht&&ht.Object===Object&&ht,kL=typeof self=="object"&&self&&self.Object===Object&&self,It=Fw||kL||Function("return this")(),Wc=t&&!t.nodeType&&t,Jn=Wc&&!0&&e&&!e.nodeType&&e,$w=Jn&&Jn.exports===Wc,Gc=$w&&Fw.process,hr=(function(){try{var ne=Jn&&Jn.require&&Jn.require("util").types;return ne||Gc&&Gc.binding&&Gc.binding("util")}catch{}})(),zw=hr&&hr.isArrayBuffer,Hw=hr&&hr.isDate,Vw=hr&&hr.isMap,Uw=hr&&hr.isRegExp,Ww=hr&&hr.isSet,Gw=hr&&hr.isTypedArray;function Qt(ne,pe,ce){switch(ce.length){case 0:return ne.call(pe);case 1:return ne.call(pe,ce[0]);case 2:return ne.call(pe,ce[0],ce[1]);case 3:return ne.call(pe,ce[0],ce[1],ce[2])}return ne.apply(pe,ce)}function LL(ne,pe,ce,Oe){for(var Ae=-1,Ue=ne==null?0:ne.length;++Ae<Ue;){var Et=ne[Ae];pe(Oe,Et,ce(Et),ne)}return Oe}function er(ne,pe){for(var ce=-1,Oe=ne==null?0:ne.length;++ce<Oe&&pe(ne[ce],ce,ne)!==!1;);return ne}function BL(ne,pe){for(var ce=ne==null?0:ne.length;ce--&&pe(ne[ce],ce,ne)!==!1;);return ne}function Kw(ne,pe){for(var ce=-1,Oe=ne==null?0:ne.length;++ce<Oe;)if(!pe(ne[ce],ce,ne))return!1;return!0}function Rn(ne,pe){for(var ce=-1,Oe=ne==null?0:ne.length,Ae=0,Ue=[];++ce<Oe;){var Et=ne[ce];pe(Et,ce,ne)&&(Ue[Ae++]=Et)}return Ue}function _s(ne,pe){var ce=ne==null?0:ne.length;return!!ce&&Bi(ne,pe,0)>-1}function Kc(ne,pe,ce){for(var Oe=-1,Ae=ne==null?0:ne.length;++Oe<Ae;)if(ce(pe,ne[Oe]))return!0;return!1}function st(ne,pe){for(var ce=-1,Oe=ne==null?0:ne.length,Ae=Array(Oe);++ce<Oe;)Ae[ce]=pe(ne[ce],ce,ne);return Ae}function In(ne,pe){for(var ce=-1,Oe=pe.length,Ae=ne.length;++ce<Oe;)ne[Ae+ce]=pe[ce];return ne}function Yc(ne,pe,ce,Oe){var Ae=-1,Ue=ne==null?0:ne.length;for(Oe&&Ue&&(ce=ne[++Ae]);++Ae<Ue;)ce=pe(ce,ne[Ae],Ae,ne);return ce}function FL(ne,pe,ce,Oe){var Ae=ne==null?0:ne.length;for(Oe&&Ae&&(ce=ne[--Ae]);Ae--;)ce=pe(ce,ne[Ae],Ae,ne);return ce}function Xc(ne,pe){for(var ce=-1,Oe=ne==null?0:ne.length;++ce<Oe;)if(pe(ne[ce],ce,ne))return!0;return!1}var $L=Zc("length");function zL(ne){return ne.split("")}function HL(ne){return ne.match(Oc)||[]}function Yw(ne,pe,ce){var Oe;return ce(ne,function(Ae,Ue,Et){if(pe(Ae,Ue,Et))return Oe=Ue,!1}),Oe}function Es(ne,pe,ce,Oe){for(var Ae=ne.length,Ue=ce+(Oe?1:-1);Oe?Ue--:++Ue<Ae;)if(pe(ne[Ue],Ue,ne))return Ue;return-1}function Bi(ne,pe,ce){return pe===pe?tB(ne,pe,ce):Es(ne,Xw,ce)}function VL(ne,pe,ce,Oe){for(var Ae=ce-1,Ue=ne.length;++Ae<Ue;)if(Oe(ne[Ae],pe))return Ae;return-1}function Xw(ne){return ne!==ne}function Zw(ne,pe){var ce=ne==null?0:ne.length;return ce?Qc(ne,pe)/ce:re}function Zc(ne){return function(pe){return pe==null?r:pe[ne]}}function Jc(ne){return function(pe){return ne==null?r:ne[pe]}}function Jw(ne,pe,ce,Oe,Ae){return Ae(ne,function(Ue,Et,et){ce=Oe?(Oe=!1,Ue):pe(ce,Ue,Et,et)}),ce}function UL(ne,pe){var ce=ne.length;for(ne.sort(pe);ce--;)ne[ce]=ne[ce].value;return ne}function Qc(ne,pe){for(var ce,Oe=-1,Ae=ne.length;++Oe<Ae;){var Ue=pe(ne[Oe]);Ue!==r&&(ce=ce===r?Ue:ce+Ue)}return ce}function ef(ne,pe){for(var ce=-1,Oe=Array(ne);++ce<ne;)Oe[ce]=pe(ce);return Oe}function WL(ne,pe){return st(pe,function(ce){return[ce,ne[ce]]})}function Qw(ne){return ne&&ne.slice(0,n_(ne)+1).replace(ji,"")}function tr(ne){return function(pe){return ne(pe)}}function tf(ne,pe){return st(pe,function(ce){return ne[ce]})}function Vo(ne,pe){return ne.has(pe)}function e_(ne,pe){for(var ce=-1,Oe=ne.length;++ce<Oe&&Bi(pe,ne[ce],0)>-1;);return ce}function t_(ne,pe){for(var ce=ne.length;ce--&&Bi(pe,ne[ce],0)>-1;);return ce}function GL(ne,pe){for(var ce=ne.length,Oe=0;ce--;)ne[ce]===pe&&++Oe;return Oe}var KL=Jc(TL),YL=Jc(AL);function XL(ne){return"\\"+DL[ne]}function ZL(ne,pe){return ne==null?r:ne[pe]}function Fi(ne){return RL.test(ne)}function JL(ne){return IL.test(ne)}function QL(ne){for(var pe,ce=[];!(pe=ne.next()).done;)ce.push(pe.value);return ce}function rf(ne){var pe=-1,ce=Array(ne.size);return ne.forEach(function(Oe,Ae){ce[++pe]=[Ae,Oe]}),ce}function r_(ne,pe){return function(ce){return ne(pe(ce))}}function Pn(ne,pe){for(var ce=-1,Oe=ne.length,Ae=0,Ue=[];++ce<Oe;){var Et=ne[ce];(Et===pe||Et===h)&&(ne[ce]=h,Ue[Ae++]=ce)}return Ue}function Ss(ne){var pe=-1,ce=Array(ne.size);return ne.forEach(function(Oe){ce[++pe]=Oe}),ce}function eB(ne){var pe=-1,ce=Array(ne.size);return ne.forEach(function(Oe){ce[++pe]=[Oe,Oe]}),ce}function tB(ne,pe,ce){for(var Oe=ce-1,Ae=ne.length;++Oe<Ae;)if(ne[Oe]===pe)return Oe;return-1}function rB(ne,pe,ce){for(var Oe=ce+1;Oe--;)if(ne[Oe]===pe)return Oe;return Oe}function $i(ne){return Fi(ne)?iB(ne):$L(ne)}function Tr(ne){return Fi(ne)?oB(ne):zL(ne)}function n_(ne){for(var pe=ne.length;pe--&&_c.test(ne.charAt(pe)););return pe}var nB=Jc(ML);function iB(ne){for(var pe=Uc.lastIndex=0;Uc.test(ne);)++pe;return pe}function oB(ne){return ne.match(Uc)||[]}function aB(ne){return ne.match(CL)||[]}var sB=(function ne(pe){pe=pe==null?It:zi.defaults(It.Object(),pe,zi.pick(It,PL));var ce=pe.Array,Oe=pe.Date,Ae=pe.Error,Ue=pe.Function,Et=pe.Math,et=pe.Object,nf=pe.RegExp,uB=pe.String,pr=pe.TypeError,Os=ce.prototype,lB=Ue.prototype,Hi=et.prototype,Cs=pe["__core-js_shared__"],Rs=lB.toString,Ge=Hi.hasOwnProperty,cB=0,i_=(function(){var s=/[^.]+$/.exec(Cs&&Cs.keys&&Cs.keys.IE_PROTO||"");return s?"Symbol(src)_1."+s:""})(),Is=Hi.toString,fB=Rs.call(et),dB=It._,hB=nf("^"+Rs.call(Ge).replace(Di,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ps=$w?pe.Buffer:r,Nn=pe.Symbol,Ns=pe.Uint8Array,o_=Ps?Ps.allocUnsafe:r,Ts=r_(et.getPrototypeOf,et),a_=et.create,s_=Hi.propertyIsEnumerable,As=Os.splice,u_=Nn?Nn.isConcatSpreadable:r,Uo=Nn?Nn.iterator:r,Qn=Nn?Nn.toStringTag:r,Ms=(function(){try{var s=ii(et,"defineProperty");return s({},"",{}),s}catch{}})(),pB=pe.clearTimeout!==It.clearTimeout&&pe.clearTimeout,vB=Oe&&Oe.now!==It.Date.now&&Oe.now,gB=pe.setTimeout!==It.setTimeout&&pe.setTimeout,Ds=Et.ceil,js=Et.floor,of=et.getOwnPropertySymbols,mB=Ps?Ps.isBuffer:r,l_=pe.isFinite,yB=Os.join,bB=r_(et.keys,et),St=Et.max,At=Et.min,xB=Oe.now,wB=pe.parseInt,c_=Et.random,_B=Os.reverse,af=ii(pe,"DataView"),Wo=ii(pe,"Map"),sf=ii(pe,"Promise"),Vi=ii(pe,"Set"),Go=ii(pe,"WeakMap"),Ko=ii(et,"create"),qs=Go&&new Go,Ui={},EB=oi(af),SB=oi(Wo),OB=oi(sf),CB=oi(Vi),RB=oi(Go),ks=Nn?Nn.prototype:r,Yo=ks?ks.valueOf:r,f_=ks?ks.toString:r;function M(s){if(dt(s)&&!Me(s)&&!(s instanceof Be)){if(s instanceof vr)return s;if(Ge.call(s,"__wrapped__"))return d1(s)}return new vr(s)}var Wi=(function(){function s(){}return function(c){if(!ft(c))return{};if(a_)return a_(c);s.prototype=c;var g=new s;return s.prototype=r,g}})();function Ls(){}function vr(s,c){this.__wrapped__=s,this.__actions__=[],this.__chain__=!!c,this.__index__=0,this.__values__=r}M.templateSettings={escape:fs,evaluate:yc,interpolate:Lo,variable:"",imports:{_:M}},M.prototype=Ls.prototype,M.prototype.constructor=M,vr.prototype=Wi(Ls.prototype),vr.prototype.constructor=vr;function Be(s){this.__wrapped__=s,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=ae,this.__views__=[]}function IB(){var s=new Be(this.__wrapped__);return s.__actions__=zt(this.__actions__),s.__dir__=this.__dir__,s.__filtered__=this.__filtered__,s.__iteratees__=zt(this.__iteratees__),s.__takeCount__=this.__takeCount__,s.__views__=zt(this.__views__),s}function PB(){if(this.__filtered__){var s=new Be(this);s.__dir__=-1,s.__filtered__=!0}else s=this.clone(),s.__dir__*=-1;return s}function NB(){var s=this.__wrapped__.value(),c=this.__dir__,g=Me(s),O=c<0,N=g?s.length:0,q=zF(0,N,this.__views__),z=q.start,X=q.end,ie=X-z,ge=O?X:z-1,me=this.__iteratees__,ye=me.length,_e=0,Ce=At(ie,this.__takeCount__);if(!g||!O&&N==ie&&Ce==ie)return j_(s,this.__actions__);var Ne=[];e:for(;ie--&&_e<Ce;){ge+=c;for(var je=-1,Re=s[ge];++je<ye;){var ke=me[je],$e=ke.iteratee,ir=ke.type,Lt=$e(Re);if(ir==B)Re=Lt;else if(!Lt){if(ir==G)continue e;break e}}Ne[_e++]=Re}return Ne}Be.prototype=Wi(Ls.prototype),Be.prototype.constructor=Be;function ei(s){var c=-1,g=s==null?0:s.length;for(this.clear();++c<g;){var O=s[c];this.set(O[0],O[1])}}function TB(){this.__data__=Ko?Ko(null):{},this.size=0}function AB(s){var c=this.has(s)&&delete this.__data__[s];return this.size-=c?1:0,c}function MB(s){var c=this.__data__;if(Ko){var g=c[s];return g===d?r:g}return Ge.call(c,s)?c[s]:r}function DB(s){var c=this.__data__;return Ko?c[s]!==r:Ge.call(c,s)}function jB(s,c){var g=this.__data__;return this.size+=this.has(s)?0:1,g[s]=Ko&&c===r?d:c,this}ei.prototype.clear=TB,ei.prototype.delete=AB,ei.prototype.get=MB,ei.prototype.has=DB,ei.prototype.set=jB;function ln(s){var c=-1,g=s==null?0:s.length;for(this.clear();++c<g;){var O=s[c];this.set(O[0],O[1])}}function qB(){this.__data__=[],this.size=0}function kB(s){var c=this.__data__,g=Bs(c,s);if(g<0)return!1;var O=c.length-1;return g==O?c.pop():As.call(c,g,1),--this.size,!0}function LB(s){var c=this.__data__,g=Bs(c,s);return g<0?r:c[g][1]}function BB(s){return Bs(this.__data__,s)>-1}function FB(s,c){var g=this.__data__,O=Bs(g,s);return O<0?(++this.size,g.push([s,c])):g[O][1]=c,this}ln.prototype.clear=qB,ln.prototype.delete=kB,ln.prototype.get=LB,ln.prototype.has=BB,ln.prototype.set=FB;function cn(s){var c=-1,g=s==null?0:s.length;for(this.clear();++c<g;){var O=s[c];this.set(O[0],O[1])}}function $B(){this.size=0,this.__data__={hash:new ei,map:new(Wo||ln),string:new ei}}function zB(s){var c=Zs(this,s).delete(s);return this.size-=c?1:0,c}function HB(s){return Zs(this,s).get(s)}function VB(s){return Zs(this,s).has(s)}function UB(s,c){var g=Zs(this,s),O=g.size;return g.set(s,c),this.size+=g.size==O?0:1,this}cn.prototype.clear=$B,cn.prototype.delete=zB,cn.prototype.get=HB,cn.prototype.has=VB,cn.prototype.set=UB;function ti(s){var c=-1,g=s==null?0:s.length;for(this.__data__=new cn;++c<g;)this.add(s[c])}function WB(s){return this.__data__.set(s,d),this}function GB(s){return this.__data__.has(s)}ti.prototype.add=ti.prototype.push=WB,ti.prototype.has=GB;function Ar(s){var c=this.__data__=new ln(s);this.size=c.size}function KB(){this.__data__=new ln,this.size=0}function YB(s){var c=this.__data__,g=c.delete(s);return this.size=c.size,g}function XB(s){return this.__data__.get(s)}function ZB(s){return this.__data__.has(s)}function JB(s,c){var g=this.__data__;if(g instanceof ln){var O=g.__data__;if(!Wo||O.length<i-1)return O.push([s,c]),this.size=++g.size,this;g=this.__data__=new cn(O)}return g.set(s,c),this.size=g.size,this}Ar.prototype.clear=KB,Ar.prototype.delete=YB,Ar.prototype.get=XB,Ar.prototype.has=ZB,Ar.prototype.set=JB;function d_(s,c){var g=Me(s),O=!g&&ai(s),N=!g&&!O&&jn(s),q=!g&&!O&&!N&&Xi(s),z=g||O||N||q,X=z?ef(s.length,uB):[],ie=X.length;for(var ge in s)(c||Ge.call(s,ge))&&!(z&&(ge=="length"||N&&(ge=="offset"||ge=="parent")||q&&(ge=="buffer"||ge=="byteLength"||ge=="byteOffset")||hn(ge,ie)))&&X.push(ge);return X}function h_(s){var c=s.length;return c?s[yf(0,c-1)]:r}function QB(s,c){return Js(zt(s),ri(c,0,s.length))}function eF(s){return Js(zt(s))}function uf(s,c,g){(g!==r&&!Dr(s[c],g)||g===r&&!(c in s))&&Wr(s,c,g)}function Xo(s,c,g){var O=s[c];(!(Ge.call(s,c)&&Dr(O,g))||g===r&&!(c in s))&&Wr(s,c,g)}function Bs(s,c){for(var g=s.length;g--;)if(Dr(s[g][0],c))return g;return-1}function tF(s,c,g,O){return Tn(s,function(N,q,z){c(O,N,g(N),z)}),O}function p_(s,c){return s&&Kr(c,Ct(c),s)}function rF(s,c){return s&&Kr(c,Vt(c),s)}function Wr(s,c,g){c=="__proto__"&&Ms?Ms(s,c,{configurable:!0,enumerable:!0,value:g,writable:!0}):s[c]=g}function lf(s,c){for(var g=-1,O=c.length,N=ce(O),q=s==null;++g<O;)N[g]=q?r:Vf(s,c[g]);return N}function ri(s,c,g){return s===s&&(g!==r&&(s=s<=g?s:g),c!==r&&(s=s>=c?s:c)),s}function gr(s,c,g,O,N,q){var z,X=c&p,ie=c&v,ge=c&m;if(g&&(z=N?g(s,O,N,q):g(s)),z!==r)return z;if(!ft(s))return s;var me=Me(s);if(me){if(z=VF(s),!X)return zt(s,z)}else{var ye=Mt(s),_e=ye==ee||ye==we;if(jn(s))return L_(s,X);if(ye==Ee||ye==J||_e&&!N){if(z=ie||_e?{}:n1(s),!X)return ie?MF(s,rF(z,s)):AF(s,p_(z,s))}else{if(!nt[ye])return N?s:{};z=UF(s,ye,X)}}q||(q=new Ar);var Ce=q.get(s);if(Ce)return Ce;q.set(s,z),A1(s)?s.forEach(function(Re){z.add(gr(Re,c,g,Re,s,q))}):N1(s)&&s.forEach(function(Re,ke){z.set(ke,gr(Re,c,g,ke,s,q))});var Ne=ge?ie?Pf:If:ie?Vt:Ct,je=me?r:Ne(s);return er(je||s,function(Re,ke){je&&(ke=Re,Re=s[ke]),Xo(z,ke,gr(Re,c,g,ke,s,q))}),z}function nF(s){var c=Ct(s);return function(g){return v_(g,s,c)}}function v_(s,c,g){var O=g.length;if(s==null)return!O;for(s=et(s);O--;){var N=g[O],q=c[N],z=s[N];if(z===r&&!(N in s)||!q(z))return!1}return!0}function g_(s,c,g){if(typeof s!="function")throw new pr(a);return na(function(){s.apply(r,g)},c)}function Zo(s,c,g,O){var N=-1,q=_s,z=!0,X=s.length,ie=[],ge=c.length;if(!X)return ie;g&&(c=st(c,tr(g))),O?(q=Kc,z=!1):c.length>=i&&(q=Vo,z=!1,c=new ti(c));e:for(;++N<X;){var me=s[N],ye=g==null?me:g(me);if(me=O||me!==0?me:0,z&&ye===ye){for(var _e=ge;_e--;)if(c[_e]===ye)continue e;ie.push(me)}else q(c,ye,O)||ie.push(me)}return ie}var Tn=H_(Gr),m_=H_(ff,!0);function iF(s,c){var g=!0;return Tn(s,function(O,N,q){return g=!!c(O,N,q),g}),g}function Fs(s,c,g){for(var O=-1,N=s.length;++O<N;){var q=s[O],z=c(q);if(z!=null&&(X===r?z===z&&!nr(z):g(z,X)))var X=z,ie=q}return ie}function oF(s,c,g,O){var N=s.length;for(g=De(g),g<0&&(g=-g>N?0:N+g),O=O===r||O>N?N:De(O),O<0&&(O+=N),O=g>O?0:D1(O);g<O;)s[g++]=c;return s}function y_(s,c){var g=[];return Tn(s,function(O,N,q){c(O,N,q)&&g.push(O)}),g}function Pt(s,c,g,O,N){var q=-1,z=s.length;for(g||(g=GF),N||(N=[]);++q<z;){var X=s[q];c>0&&g(X)?c>1?Pt(X,c-1,g,O,N):In(N,X):O||(N[N.length]=X)}return N}var cf=V_(),b_=V_(!0);function Gr(s,c){return s&&cf(s,c,Ct)}function ff(s,c){return s&&b_(s,c,Ct)}function $s(s,c){return Rn(c,function(g){return pn(s[g])})}function ni(s,c){c=Mn(c,s);for(var g=0,O=c.length;s!=null&&g<O;)s=s[Mr(c[g++])];return g&&g==O?s:r}function x_(s,c,g){var O=c(s);return Me(s)?O:In(O,g(s))}function qt(s){return s==null?s===r?ct:ue:Qn&&Qn in et(s)?$F(s):e$(s)}function df(s,c){return s>c}function aF(s,c){return s!=null&&Ge.call(s,c)}function sF(s,c){return s!=null&&c in et(s)}function uF(s,c,g){return s>=At(c,g)&&s<St(c,g)}function hf(s,c,g){for(var O=g?Kc:_s,N=s[0].length,q=s.length,z=q,X=ce(q),ie=1/0,ge=[];z--;){var me=s[z];z&&c&&(me=st(me,tr(c))),ie=At(me.length,ie),X[z]=!g&&(c||N>=120&&me.length>=120)?new ti(z&&me):r}me=s[0];var ye=-1,_e=X[0];e:for(;++ye<N&&ge.length<ie;){var Ce=me[ye],Ne=c?c(Ce):Ce;if(Ce=g||Ce!==0?Ce:0,!(_e?Vo(_e,Ne):O(ge,Ne,g))){for(z=q;--z;){var je=X[z];if(!(je?Vo(je,Ne):O(s[z],Ne,g)))continue e}_e&&_e.push(Ne),ge.push(Ce)}}return ge}function lF(s,c,g,O){return Gr(s,function(N,q,z){c(O,g(N),q,z)}),O}function Jo(s,c,g){c=Mn(c,s),s=s1(s,c);var O=s==null?s:s[Mr(yr(c))];return O==null?r:Qt(O,s,g)}function w_(s){return dt(s)&&qt(s)==J}function cF(s){return dt(s)&&qt(s)==rt}function fF(s){return dt(s)&&qt(s)==oe}function Qo(s,c,g,O,N){return s===c?!0:s==null||c==null||!dt(s)&&!dt(c)?s!==s&&c!==c:dF(s,c,g,O,Qo,N)}function dF(s,c,g,O,N,q){var z=Me(s),X=Me(c),ie=z?H:Mt(s),ge=X?H:Mt(c);ie=ie==J?Ee:ie,ge=ge==J?Ee:ge;var me=ie==Ee,ye=ge==Ee,_e=ie==ge;if(_e&&jn(s)){if(!jn(c))return!1;z=!0,me=!1}if(_e&&!me)return q||(q=new Ar),z||Xi(s)?e1(s,c,g,O,N,q):BF(s,c,ie,g,O,N,q);if(!(g&y)){var Ce=me&&Ge.call(s,"__wrapped__"),Ne=ye&&Ge.call(c,"__wrapped__");if(Ce||Ne){var je=Ce?s.value():s,Re=Ne?c.value():c;return q||(q=new Ar),N(je,Re,g,O,q)}}return _e?(q||(q=new Ar),FF(s,c,g,O,N,q)):!1}function hF(s){return dt(s)&&Mt(s)==be}function pf(s,c,g,O){var N=g.length,q=N,z=!O;if(s==null)return!q;for(s=et(s);N--;){var X=g[N];if(z&&X[2]?X[1]!==s[X[0]]:!(X[0]in s))return!1}for(;++N<q;){X=g[N];var ie=X[0],ge=s[ie],me=X[1];if(z&&X[2]){if(ge===r&&!(ie in s))return!1}else{var ye=new Ar;if(O)var _e=O(ge,me,ie,s,c,ye);if(!(_e===r?Qo(me,ge,y|x,O,ye):_e))return!1}}return!0}function __(s){if(!ft(s)||YF(s))return!1;var c=pn(s)?hB:Nc;return c.test(oi(s))}function pF(s){return dt(s)&&qt(s)==ze}function vF(s){return dt(s)&&Mt(s)==Fe}function gF(s){return dt(s)&&iu(s.length)&&!!at[qt(s)]}function E_(s){return typeof s=="function"?s:s==null?Ut:typeof s=="object"?Me(s)?C_(s[0],s[1]):O_(s):W1(s)}function vf(s){if(!ra(s))return bB(s);var c=[];for(var g in et(s))Ge.call(s,g)&&g!="constructor"&&c.push(g);return c}function mF(s){if(!ft(s))return QF(s);var c=ra(s),g=[];for(var O in s)O=="constructor"&&(c||!Ge.call(s,O))||g.push(O);return g}function gf(s,c){return s<c}function S_(s,c){var g=-1,O=Ht(s)?ce(s.length):[];return Tn(s,function(N,q,z){O[++g]=c(N,q,z)}),O}function O_(s){var c=Tf(s);return c.length==1&&c[0][2]?o1(c[0][0],c[0][1]):function(g){return g===s||pf(g,s,c)}}function C_(s,c){return Mf(s)&&i1(c)?o1(Mr(s),c):function(g){var O=Vf(g,s);return O===r&&O===c?Uf(g,s):Qo(c,O,y|x)}}function zs(s,c,g,O,N){s!==c&&cf(c,function(q,z){if(N||(N=new Ar),ft(q))yF(s,c,z,g,zs,O,N);else{var X=O?O(jf(s,z),q,z+"",s,c,N):r;X===r&&(X=q),uf(s,z,X)}},Vt)}function yF(s,c,g,O,N,q,z){var X=jf(s,g),ie=jf(c,g),ge=z.get(ie);if(ge){uf(s,g,ge);return}var me=q?q(X,ie,g+"",s,c,z):r,ye=me===r;if(ye){var _e=Me(ie),Ce=!_e&&jn(ie),Ne=!_e&&!Ce&&Xi(ie);me=ie,_e||Ce||Ne?Me(X)?me=X:pt(X)?me=zt(X):Ce?(ye=!1,me=L_(ie,!0)):Ne?(ye=!1,me=B_(ie,!0)):me=[]:ia(ie)||ai(ie)?(me=X,ai(X)?me=j1(X):(!ft(X)||pn(X))&&(me=n1(ie))):ye=!1}ye&&(z.set(ie,me),N(me,ie,O,q,z),z.delete(ie)),uf(s,g,me)}function R_(s,c){var g=s.length;if(g)return c+=c<0?g:0,hn(c,g)?s[c]:r}function I_(s,c,g){c.length?c=st(c,function(q){return Me(q)?function(z){return ni(z,q.length===1?q[0]:q)}:q}):c=[Ut];var O=-1;c=st(c,tr(Ie()));var N=S_(s,function(q,z,X){var ie=st(c,function(ge){return ge(q)});return{criteria:ie,index:++O,value:q}});return UL(N,function(q,z){return TF(q,z,g)})}function bF(s,c){return P_(s,c,function(g,O){return Uf(s,O)})}function P_(s,c,g){for(var O=-1,N=c.length,q={};++O<N;){var z=c[O],X=ni(s,z);g(X,z)&&ea(q,Mn(z,s),X)}return q}function xF(s){return function(c){return ni(c,s)}}function mf(s,c,g,O){var N=O?VL:Bi,q=-1,z=c.length,X=s;for(s===c&&(c=zt(c)),g&&(X=st(s,tr(g)));++q<z;)for(var ie=0,ge=c[q],me=g?g(ge):ge;(ie=N(X,me,ie,O))>-1;)X!==s&&As.call(X,ie,1),As.call(s,ie,1);return s}function N_(s,c){for(var g=s?c.length:0,O=g-1;g--;){var N=c[g];if(g==O||N!==q){var q=N;hn(N)?As.call(s,N,1):wf(s,N)}}return s}function yf(s,c){return s+js(c_()*(c-s+1))}function wF(s,c,g,O){for(var N=-1,q=St(Ds((c-s)/(g||1)),0),z=ce(q);q--;)z[O?q:++N]=s,s+=g;return z}function bf(s,c){var g="";if(!s||c<1||c>te)return g;do c%2&&(g+=s),c=js(c/2),c&&(s+=s);while(c);return g}function qe(s,c){return qf(a1(s,c,Ut),s+"")}function _F(s){return h_(Zi(s))}function EF(s,c){var g=Zi(s);return Js(g,ri(c,0,g.length))}function ea(s,c,g,O){if(!ft(s))return s;c=Mn(c,s);for(var N=-1,q=c.length,z=q-1,X=s;X!=null&&++N<q;){var ie=Mr(c[N]),ge=g;if(ie==="__proto__"||ie==="constructor"||ie==="prototype")return s;if(N!=z){var me=X[ie];ge=O?O(me,ie,X):r,ge===r&&(ge=ft(me)?me:hn(c[N+1])?[]:{})}Xo(X,ie,ge),X=X[ie]}return s}var T_=qs?function(s,c){return qs.set(s,c),s}:Ut,SF=Ms?function(s,c){return Ms(s,"toString",{configurable:!0,enumerable:!1,value:Gf(c),writable:!0})}:Ut;function OF(s){return Js(Zi(s))}function mr(s,c,g){var O=-1,N=s.length;c<0&&(c=-c>N?0:N+c),g=g>N?N:g,g<0&&(g+=N),N=c>g?0:g-c>>>0,c>>>=0;for(var q=ce(N);++O<N;)q[O]=s[O+c];return q}function CF(s,c){var g;return Tn(s,function(O,N,q){return g=c(O,N,q),!g}),!!g}function Hs(s,c,g){var O=0,N=s==null?O:s.length;if(typeof c=="number"&&c===c&&N<=F){for(;O<N;){var q=O+N>>>1,z=s[q];z!==null&&!nr(z)&&(g?z<=c:z<c)?O=q+1:N=q}return N}return xf(s,c,Ut,g)}function xf(s,c,g,O){var N=0,q=s==null?0:s.length;if(q===0)return 0;c=g(c);for(var z=c!==c,X=c===null,ie=nr(c),ge=c===r;N<q;){var me=js((N+q)/2),ye=g(s[me]),_e=ye!==r,Ce=ye===null,Ne=ye===ye,je=nr(ye);if(z)var Re=O||Ne;else ge?Re=Ne&&(O||_e):X?Re=Ne&&_e&&(O||!Ce):ie?Re=Ne&&_e&&!Ce&&(O||!je):Ce||je?Re=!1:Re=O?ye<=c:ye<c;Re?N=me+1:q=me}return At(q,le)}function A_(s,c){for(var g=-1,O=s.length,N=0,q=[];++g<O;){var z=s[g],X=c?c(z):z;if(!g||!Dr(X,ie)){var ie=X;q[N++]=z===0?0:z}}return q}function M_(s){return typeof s=="number"?s:nr(s)?re:+s}function rr(s){if(typeof s=="string")return s;if(Me(s))return st(s,rr)+"";if(nr(s))return f_?f_.call(s):"";var c=s+"";return c=="0"&&1/s==-Z?"-0":c}function An(s,c,g){var O=-1,N=_s,q=s.length,z=!0,X=[],ie=X;if(g)z=!1,N=Kc;else if(q>=i){var ge=c?null:kF(s);if(ge)return Ss(ge);z=!1,N=Vo,ie=new ti}else ie=c?[]:X;e:for(;++O<q;){var me=s[O],ye=c?c(me):me;if(me=g||me!==0?me:0,z&&ye===ye){for(var _e=ie.length;_e--;)if(ie[_e]===ye)continue e;c&&ie.push(ye),X.push(me)}else N(ie,ye,g)||(ie!==X&&ie.push(ye),X.push(me))}return X}function wf(s,c){c=Mn(c,s);var g=-1,O=c.length;if(!O)return!0;for(;++g<O;){var N=Mr(c[g]);if(N==="__proto__"&&!Ge.call(s,"__proto__")||(N==="constructor"||N==="prototype")&&g<O-1)return!1}var q=s1(s,c);return q==null||delete q[Mr(yr(c))]}function D_(s,c,g,O){return ea(s,c,g(ni(s,c)),O)}function Vs(s,c,g,O){for(var N=s.length,q=O?N:-1;(O?q--:++q<N)&&c(s[q],q,s););return g?mr(s,O?0:q,O?q+1:N):mr(s,O?q+1:0,O?N:q)}function j_(s,c){var g=s;return g instanceof Be&&(g=g.value()),Yc(c,function(O,N){return N.func.apply(N.thisArg,In([O],N.args))},g)}function _f(s,c,g){var O=s.length;if(O<2)return O?An(s[0]):[];for(var N=-1,q=ce(O);++N<O;)for(var z=s[N],X=-1;++X<O;)X!=N&&(q[N]=Zo(q[N]||z,s[X],c,g));return An(Pt(q,1),c,g)}function q_(s,c,g){for(var O=-1,N=s.length,q=c.length,z={};++O<N;){var X=O<q?c[O]:r;g(z,s[O],X)}return z}function Ef(s){return pt(s)?s:[]}function Sf(s){return typeof s=="function"?s:Ut}function Mn(s,c){return Me(s)?s:Mf(s,c)?[s]:f1(Ke(s))}var RF=qe;function Dn(s,c,g){var O=s.length;return g=g===r?O:g,!c&&g>=O?s:mr(s,c,g)}var k_=pB||function(s){return It.clearTimeout(s)};function L_(s,c){if(c)return s.slice();var g=s.length,O=o_?o_(g):new s.constructor(g);return s.copy(O),O}function Of(s){var c=new s.constructor(s.byteLength);return new Ns(c).set(new Ns(s)),c}function IF(s,c){var g=c?Of(s.buffer):s.buffer;return new s.constructor(g,s.byteOffset,s.byteLength)}function PF(s){var c=new s.constructor(s.source,vs.exec(s));return c.lastIndex=s.lastIndex,c}function NF(s){return Yo?et(Yo.call(s)):{}}function B_(s,c){var g=c?Of(s.buffer):s.buffer;return new s.constructor(g,s.byteOffset,s.length)}function F_(s,c){if(s!==c){var g=s!==r,O=s===null,N=s===s,q=nr(s),z=c!==r,X=c===null,ie=c===c,ge=nr(c);if(!X&&!ge&&!q&&s>c||q&&z&&ie&&!X&&!ge||O&&z&&ie||!g&&ie||!N)return 1;if(!O&&!q&&!ge&&s<c||ge&&g&&N&&!O&&!q||X&&g&&N||!z&&N||!ie)return-1}return 0}function TF(s,c,g){for(var O=-1,N=s.criteria,q=c.criteria,z=N.length,X=g.length;++O<z;){var ie=F_(N[O],q[O]);if(ie){if(O>=X)return ie;var ge=g[O];return ie*(ge=="desc"?-1:1)}}return s.index-c.index}function $_(s,c,g,O){for(var N=-1,q=s.length,z=g.length,X=-1,ie=c.length,ge=St(q-z,0),me=ce(ie+ge),ye=!O;++X<ie;)me[X]=c[X];for(;++N<z;)(ye||N<q)&&(me[g[N]]=s[N]);for(;ge--;)me[X++]=s[N++];return me}function z_(s,c,g,O){for(var N=-1,q=s.length,z=-1,X=g.length,ie=-1,ge=c.length,me=St(q-X,0),ye=ce(me+ge),_e=!O;++N<me;)ye[N]=s[N];for(var Ce=N;++ie<ge;)ye[Ce+ie]=c[ie];for(;++z<X;)(_e||N<q)&&(ye[Ce+g[z]]=s[N++]);return ye}function zt(s,c){var g=-1,O=s.length;for(c||(c=ce(O));++g<O;)c[g]=s[g];return c}function Kr(s,c,g,O){var N=!g;g||(g={});for(var q=-1,z=c.length;++q<z;){var X=c[q],ie=O?O(g[X],s[X],X,g,s):r;ie===r&&(ie=s[X]),N?Wr(g,X,ie):Xo(g,X,ie)}return g}function AF(s,c){return Kr(s,Af(s),c)}function MF(s,c){return Kr(s,t1(s),c)}function Us(s,c){return function(g,O){var N=Me(g)?LL:tF,q=c?c():{};return N(g,s,Ie(O,2),q)}}function Gi(s){return qe(function(c,g){var O=-1,N=g.length,q=N>1?g[N-1]:r,z=N>2?g[2]:r;for(q=s.length>3&&typeof q=="function"?(N--,q):r,z&&kt(g[0],g[1],z)&&(q=N<3?r:q,N=1),c=et(c);++O<N;){var X=g[O];X&&s(c,X,O,q)}return c})}function H_(s,c){return function(g,O){if(g==null)return g;if(!Ht(g))return s(g,O);for(var N=g.length,q=c?N:-1,z=et(g);(c?q--:++q<N)&&O(z[q],q,z)!==!1;);return g}}function V_(s){return function(c,g,O){for(var N=-1,q=et(c),z=O(c),X=z.length;X--;){var ie=z[s?X:++N];if(g(q[ie],ie,q)===!1)break}return c}}function DF(s,c,g){var O=c&b,N=ta(s);function q(){var z=this&&this!==It&&this instanceof q?N:s;return z.apply(O?g:this,arguments)}return q}function U_(s){return function(c){c=Ke(c);var g=Fi(c)?Tr(c):r,O=g?g[0]:c.charAt(0),N=g?Dn(g,1).join(""):c.slice(1);return O[s]()+N}}function Ki(s){return function(c){return Yc(V1(H1(c).replace(SL,"")),s,"")}}function ta(s){return function(){var c=arguments;switch(c.length){case 0:return new s;case 1:return new s(c[0]);case 2:return new s(c[0],c[1]);case 3:return new s(c[0],c[1],c[2]);case 4:return new s(c[0],c[1],c[2],c[3]);case 5:return new s(c[0],c[1],c[2],c[3],c[4]);case 6:return new s(c[0],c[1],c[2],c[3],c[4],c[5]);case 7:return new s(c[0],c[1],c[2],c[3],c[4],c[5],c[6])}var g=Wi(s.prototype),O=s.apply(g,c);return ft(O)?O:g}}function jF(s,c,g){var O=ta(s);function N(){for(var q=arguments.length,z=ce(q),X=q,ie=Yi(N);X--;)z[X]=arguments[X];var ge=q<3&&z[0]!==ie&&z[q-1]!==ie?[]:Pn(z,ie);if(q-=ge.length,q<g)return X_(s,c,Ws,N.placeholder,r,z,ge,r,r,g-q);var me=this&&this!==It&&this instanceof N?O:s;return Qt(me,this,z)}return N}function W_(s){return function(c,g,O){var N=et(c);if(!Ht(c)){var q=Ie(g,3);c=Ct(c),g=function(X){return q(N[X],X,N)}}var z=s(c,g,O);return z>-1?N[q?c[z]:z]:r}}function G_(s){return dn(function(c){var g=c.length,O=g,N=vr.prototype.thru;for(s&&c.reverse();O--;){var q=c[O];if(typeof q!="function")throw new pr(a);if(N&&!z&&Xs(q)=="wrapper")var z=new vr([],!0)}for(O=z?O:g;++O<g;){q=c[O];var X=Xs(q),ie=X=="wrapper"?Nf(q):r;ie&&Df(ie[0])&&ie[1]==(P|_|R|A)&&!ie[4].length&&ie[9]==1?z=z[Xs(ie[0])].apply(z,ie[3]):z=q.length==1&&Df(q)?z[X]():z.thru(q)}return function(){var ge=arguments,me=ge[0];if(z&&ge.length==1&&Me(me))return z.plant(me).value();for(var ye=0,_e=g?c[ye].apply(this,ge):me;++ye<g;)_e=c[ye].call(this,_e);return _e}})}function Ws(s,c,g,O,N,q,z,X,ie,ge){var me=c&P,ye=c&b,_e=c&w,Ce=c&(_|S),Ne=c&k,je=_e?r:ta(s);function Re(){for(var ke=arguments.length,$e=ce(ke),ir=ke;ir--;)$e[ir]=arguments[ir];if(Ce)var Lt=Yi(Re),or=GL($e,Lt);if(O&&($e=$_($e,O,N,Ce)),q&&($e=z_($e,q,z,Ce)),ke-=or,Ce&&ke<ge){var vt=Pn($e,Lt);return X_(s,c,Ws,Re.placeholder,g,$e,vt,X,ie,ge-ke)}var jr=ye?g:this,gn=_e?jr[s]:s;return ke=$e.length,X?$e=t$($e,X):Ne&&ke>1&&$e.reverse(),me&&ie<ke&&($e.length=ie),this&&this!==It&&this instanceof Re&&(gn=je||ta(gn)),gn.apply(jr,$e)}return Re}function K_(s,c){return function(g,O){return lF(g,s,c(O),{})}}function Gs(s,c){return function(g,O){var N;if(g===r&&O===r)return c;if(g!==r&&(N=g),O!==r){if(N===r)return O;typeof g=="string"||typeof O=="string"?(g=rr(g),O=rr(O)):(g=M_(g),O=M_(O)),N=s(g,O)}return N}}function Cf(s){return dn(function(c){return c=st(c,tr(Ie())),qe(function(g){var O=this;return s(c,function(N){return Qt(N,O,g)})})})}function Ks(s,c){c=c===r?" ":rr(c);var g=c.length;if(g<2)return g?bf(c,s):c;var O=bf(c,Ds(s/$i(c)));return Fi(c)?Dn(Tr(O),0,s).join(""):O.slice(0,s)}function qF(s,c,g,O){var N=c&b,q=ta(s);function z(){for(var X=-1,ie=arguments.length,ge=-1,me=O.length,ye=ce(me+ie),_e=this&&this!==It&&this instanceof z?q:s;++ge<me;)ye[ge]=O[ge];for(;ie--;)ye[ge++]=arguments[++X];return Qt(_e,N?g:this,ye)}return z}function Y_(s){return function(c,g,O){return O&&typeof O!="number"&&kt(c,g,O)&&(g=O=r),c=vn(c),g===r?(g=c,c=0):g=vn(g),O=O===r?c<g?1:-1:vn(O),wF(c,g,O,s)}}function Ys(s){return function(c,g){return typeof c=="string"&&typeof g=="string"||(c=br(c),g=br(g)),s(c,g)}}function X_(s,c,g,O,N,q,z,X,ie,ge){var me=c&_,ye=me?z:r,_e=me?r:z,Ce=me?q:r,Ne=me?r:q;c|=me?R:I,c&=~(me?I:R),c&E||(c&=-4);var je=[s,c,N,Ce,ye,Ne,_e,X,ie,ge],Re=g.apply(r,je);return Df(s)&&u1(Re,je),Re.placeholder=O,l1(Re,s,c)}function Rf(s){var c=Et[s];return function(g,O){if(g=br(g),O=O==null?0:At(De(O),292),O&&l_(g)){var N=(Ke(g)+"e").split("e"),q=c(N[0]+"e"+(+N[1]+O));return N=(Ke(q)+"e").split("e"),+(N[0]+"e"+(+N[1]-O))}return c(g)}}var kF=Vi&&1/Ss(new Vi([,-0]))[1]==Z?function(s){return new Vi(s)}:Xf;function Z_(s){return function(c){var g=Mt(c);return g==be?rf(c):g==Fe?eB(c):WL(c,s(c))}}function fn(s,c,g,O,N,q,z,X){var ie=c&w;if(!ie&&typeof s!="function")throw new pr(a);var ge=O?O.length:0;if(ge||(c&=-97,O=N=r),z=z===r?z:St(De(z),0),X=X===r?X:De(X),ge-=N?N.length:0,c&I){var me=O,ye=N;O=N=r}var _e=ie?r:Nf(s),Ce=[s,c,g,O,N,me,ye,q,z,X];if(_e&&JF(Ce,_e),s=Ce[0],c=Ce[1],g=Ce[2],O=Ce[3],N=Ce[4],X=Ce[9]=Ce[9]===r?ie?0:s.length:St(Ce[9]-ge,0),!X&&c&(_|S)&&(c&=-25),!c||c==b)var Ne=DF(s,c,g);else c==_||c==S?Ne=jF(s,c,X):(c==R||c==(b|R))&&!N.length?Ne=qF(s,c,g,O):Ne=Ws.apply(r,Ce);var je=_e?T_:u1;return l1(je(Ne,Ce),s,c)}function J_(s,c,g,O){return s===r||Dr(s,Hi[g])&&!Ge.call(O,g)?c:s}function Q_(s,c,g,O,N,q){return ft(s)&&ft(c)&&(q.set(c,s),zs(s,c,r,Q_,q),q.delete(c)),s}function LF(s){return ia(s)?r:s}function e1(s,c,g,O,N,q){var z=g&y,X=s.length,ie=c.length;if(X!=ie&&!(z&&ie>X))return!1;var ge=q.get(s),me=q.get(c);if(ge&&me)return ge==c&&me==s;var ye=-1,_e=!0,Ce=g&x?new ti:r;for(q.set(s,c),q.set(c,s);++ye<X;){var Ne=s[ye],je=c[ye];if(O)var Re=z?O(je,Ne,ye,c,s,q):O(Ne,je,ye,s,c,q);if(Re!==r){if(Re)continue;_e=!1;break}if(Ce){if(!Xc(c,function(ke,$e){if(!Vo(Ce,$e)&&(Ne===ke||N(Ne,ke,g,O,q)))return Ce.push($e)})){_e=!1;break}}else if(!(Ne===je||N(Ne,je,g,O,q))){_e=!1;break}}return q.delete(s),q.delete(c),_e}function BF(s,c,g,O,N,q,z){switch(g){case bt:if(s.byteLength!=c.byteLength||s.byteOffset!=c.byteOffset)return!1;s=s.buffer,c=c.buffer;case rt:return!(s.byteLength!=c.byteLength||!q(new Ns(s),new Ns(c)));case se:case oe:case de:return Dr(+s,+c);case V:return s.name==c.name&&s.message==c.message;case ze:case Ve:return s==c+"";case be:var X=rf;case Fe:var ie=O&y;if(X||(X=Ss),s.size!=c.size&&!ie)return!1;var ge=z.get(s);if(ge)return ge==c;O|=x,z.set(s,c);var me=e1(X(s),X(c),O,N,q,z);return z.delete(s),me;case lt:if(Yo)return Yo.call(s)==Yo.call(c)}return!1}function FF(s,c,g,O,N,q){var z=g&y,X=If(s),ie=X.length,ge=If(c),me=ge.length;if(ie!=me&&!z)return!1;for(var ye=ie;ye--;){var _e=X[ye];if(!(z?_e in c:Ge.call(c,_e)))return!1}var Ce=q.get(s),Ne=q.get(c);if(Ce&&Ne)return Ce==c&&Ne==s;var je=!0;q.set(s,c),q.set(c,s);for(var Re=z;++ye<ie;){_e=X[ye];var ke=s[_e],$e=c[_e];if(O)var ir=z?O($e,ke,_e,c,s,q):O(ke,$e,_e,s,c,q);if(!(ir===r?ke===$e||N(ke,$e,g,O,q):ir)){je=!1;break}Re||(Re=_e=="constructor")}if(je&&!Re){var Lt=s.constructor,or=c.constructor;Lt!=or&&"constructor"in s&&"constructor"in c&&!(typeof Lt=="function"&&Lt instanceof Lt&&typeof or=="function"&&or instanceof or)&&(je=!1)}return q.delete(s),q.delete(c),je}function dn(s){return qf(a1(s,r,v1),s+"")}function If(s){return x_(s,Ct,Af)}function Pf(s){return x_(s,Vt,t1)}var Nf=qs?function(s){return qs.get(s)}:Xf;function Xs(s){for(var c=s.name+"",g=Ui[c],O=Ge.call(Ui,c)?g.length:0;O--;){var N=g[O],q=N.func;if(q==null||q==s)return N.name}return c}function Yi(s){var c=Ge.call(M,"placeholder")?M:s;return c.placeholder}function Ie(){var s=M.iteratee||Kf;return s=s===Kf?E_:s,arguments.length?s(arguments[0],arguments[1]):s}function Zs(s,c){var g=s.__data__;return KF(c)?g[typeof c=="string"?"string":"hash"]:g.map}function Tf(s){for(var c=Ct(s),g=c.length;g--;){var O=c[g],N=s[O];c[g]=[O,N,i1(N)]}return c}function ii(s,c){var g=ZL(s,c);return __(g)?g:r}function $F(s){var c=Ge.call(s,Qn),g=s[Qn];try{s[Qn]=r;var O=!0}catch{}var N=Is.call(s);return O&&(c?s[Qn]=g:delete s[Qn]),N}var Af=of?function(s){return s==null?[]:(s=et(s),Rn(of(s),function(c){return s_.call(s,c)}))}:Zf,t1=of?function(s){for(var c=[];s;)In(c,Af(s)),s=Ts(s);return c}:Zf,Mt=qt;(af&&Mt(new af(new ArrayBuffer(1)))!=bt||Wo&&Mt(new Wo)!=be||sf&&Mt(sf.resolve())!=Pe||Vi&&Mt(new Vi)!=Fe||Go&&Mt(new Go)!=mt)&&(Mt=function(s){var c=qt(s),g=c==Ee?s.constructor:r,O=g?oi(g):"";if(O)switch(O){case EB:return bt;case SB:return be;case OB:return Pe;case CB:return Fe;case RB:return mt}return c});function zF(s,c,g){for(var O=-1,N=g.length;++O<N;){var q=g[O],z=q.size;switch(q.type){case"drop":s+=z;break;case"dropRight":c-=z;break;case"take":c=At(c,s+z);break;case"takeRight":s=St(s,c-z);break}}return{start:s,end:c}}function HF(s){var c=s.match(Ec);return c?c[1].split(Sc):[]}function r1(s,c,g){c=Mn(c,s);for(var O=-1,N=c.length,q=!1;++O<N;){var z=Mr(c[O]);if(!(q=s!=null&&g(s,z)))break;s=s[z]}return q||++O!=N?q:(N=s==null?0:s.length,!!N&&iu(N)&&hn(z,N)&&(Me(s)||ai(s)))}function VF(s){var c=s.length,g=new s.constructor(c);return c&&typeof s[0]=="string"&&Ge.call(s,"index")&&(g.index=s.index,g.input=s.input),g}function n1(s){return typeof s.constructor=="function"&&!ra(s)?Wi(Ts(s)):{}}function UF(s,c,g){var O=s.constructor;switch(c){case rt:return Of(s);case se:case oe:return new O(+s);case bt:return IF(s,g);case Jt:case fr:case Dt:case _t:case jt:case Ur:case Yn:case Cn:case dr:return B_(s,g);case be:return new O;case de:case Ve:return new O(s);case ze:return PF(s);case Fe:return new O;case lt:return NF(s)}}function WF(s,c){var g=c.length;if(!g)return s;var O=g-1;return c[O]=(g>1?"& ":"")+c[O],c=c.join(g>2?", ":" "),s.replace(hs,`{
50
+ */var TZ=Aa.exports,DN;function AZ(){return DN||(DN=1,(function(e,t){(function(){var r,n="4.18.1",i=200,o="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",a="Expected a function",u="Invalid `variable` option passed into `_.template`",l="Invalid `imports` option passed into `_.template`",d="__lodash_hash_undefined__",f=500,h="__lodash_placeholder__",p=1,v=2,m=4,y=1,x=2,b=1,w=2,E=4,_=8,S=16,R=32,I=64,P=128,A=256,k=512,L=30,$="...",j=800,D=16,G=1,B=2,Y=3,Z=1/0,te=9007199254740991,U=17976931348623157e292,re=NaN,ae=4294967295,le=ae-1,F=ae>>>1,W=[["ary",P],["bind",b],["bindKey",w],["curry",_],["curryRight",S],["flip",k],["partial",R],["partialRight",I],["rearg",A]],J="[object Arguments]",H="[object Array]",K="[object AsyncFunction]",se="[object Boolean]",oe="[object Date]",fe="[object DOMException]",V="[object Error]",ee="[object Function]",we="[object GeneratorFunction]",be="[object Map]",de="[object Number]",ue="[object Null]",Ee="[object Object]",Pe="[object Promise]",Ze="[object Proxy]",ze="[object RegExp]",Fe="[object Set]",Ve="[object String]",lt="[object Symbol]",ct="[object Undefined]",mt="[object WeakMap]",yt="[object WeakSet]",rt="[object ArrayBuffer]",bt="[object DataView]",Jt="[object Float32Array]",fr="[object Float64Array]",Dt="[object Int8Array]",_t="[object Int16Array]",jt="[object Int32Array]",Ur="[object Uint8Array]",Xn="[object Uint8ClampedArray]",Cn="[object Uint16Array]",dr="[object Uint32Array]",Di=/\b__p \+= '';/g,vc=/\b(__p \+=) '' \+/g,gc=/(__e\(.*?\)|\b__t\)) \+\n'';/g,ko=/&(?:amp|lt|gt|quot|#39);/g,ls=/[&<>"']/g,cs=RegExp(ko.source),mc=RegExp(ls.source),fs=/<%-([\s\S]+?)%>/g,yc=/<%([\s\S]+?)%>/g,Lo=/<%=([\s\S]+?)%>/g,bc=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ds=/^\w*$/,xc=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,ji=/[\\^$.*+?()[\]{}|]/g,wc=RegExp(ji.source),qi=/^\s+/,_c=/\s/,hs=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Ec=/\{\n\/\* \[wrapped with (.+)\] \*/,Sc=/,? & /,Oc=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,ps=/[()=,{}\[\]\/\s]/,Cc=/\\(\\)?/g,Rc=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,vs=/\w*$/,Ic=/^[-+]0x[0-9a-f]+$/i,Pc=/^0b[01]+$/i,Nc=/^\[object .+?Constructor\]$/,Tc=/^0o[0-7]+$/i,Ac=/^(?:0|[1-9]\d*)$/,Mc=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Zn=/($^)/,Dc=/['\n\r\u2028\u2029\\]/g,ki="\\ud800-\\udfff",jc="\\u0300-\\u036f",gs="\\ufe20-\\ufe2f",qc="\\u20d0-\\u20ff",Bo=jc+gs+qc,ms="\\u2700-\\u27bf",Fo="a-z\\xdf-\\xf6\\xf8-\\xff",kc="\\xac\\xb1\\xd7\\xf7",ys="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",Lc="\\u2000-\\u206f",Bc=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",$o="A-Z\\xc0-\\xd6\\xd8-\\xde",bs="\\ufe0e\\ufe0f",xs=kc+ys+Lc+Bc,zo="['’]",Fc="["+ki+"]",Ho="["+xs+"]",Li="["+Bo+"]",Jn="\\d+",$c="["+ms+"]",ws="["+Fo+"]",Tw="[^"+ki+xs+Jn+ms+Fo+$o+"]",zc="\\ud83c[\\udffb-\\udfff]",mL="(?:"+Li+"|"+zc+")",Aw="[^"+ki+"]",Hc="(?:\\ud83c[\\udde6-\\uddff]){2}",Vc="[\\ud800-\\udbff][\\udc00-\\udfff]",Bi="["+$o+"]",Mw="\\u200d",Dw="(?:"+ws+"|"+Tw+")",yL="(?:"+Bi+"|"+Tw+")",jw="(?:"+zo+"(?:d|ll|m|re|s|t|ve))?",qw="(?:"+zo+"(?:D|LL|M|RE|S|T|VE))?",kw=mL+"?",Lw="["+bs+"]?",bL="(?:"+Mw+"(?:"+[Aw,Hc,Vc].join("|")+")"+Lw+kw+")*",xL="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",wL="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Bw=Lw+kw+bL,_L="(?:"+[$c,Hc,Vc].join("|")+")"+Bw,EL="(?:"+[Aw+Li+"?",Li,Hc,Vc,Fc].join("|")+")",SL=RegExp(zo,"g"),OL=RegExp(Li,"g"),Uc=RegExp(zc+"(?="+zc+")|"+EL+Bw,"g"),CL=RegExp([Bi+"?"+ws+"+"+jw+"(?="+[Ho,Bi,"$"].join("|")+")",yL+"+"+qw+"(?="+[Ho,Bi+Dw,"$"].join("|")+")",Bi+"?"+Dw+"+"+jw,Bi+"+"+qw,wL,xL,Jn,_L].join("|"),"g"),RL=RegExp("["+Mw+ki+Bo+bs+"]"),IL=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,PL=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],NL=-1,at={};at[Jt]=at[fr]=at[Dt]=at[_t]=at[jt]=at[Ur]=at[Xn]=at[Cn]=at[dr]=!0,at[J]=at[H]=at[rt]=at[se]=at[bt]=at[oe]=at[V]=at[ee]=at[be]=at[de]=at[Ee]=at[ze]=at[Fe]=at[Ve]=at[mt]=!1;var nt={};nt[J]=nt[H]=nt[rt]=nt[bt]=nt[se]=nt[oe]=nt[Jt]=nt[fr]=nt[Dt]=nt[_t]=nt[jt]=nt[be]=nt[de]=nt[Ee]=nt[ze]=nt[Fe]=nt[Ve]=nt[lt]=nt[Ur]=nt[Xn]=nt[Cn]=nt[dr]=!0,nt[V]=nt[ee]=nt[mt]=!1;var TL={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},AL={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},ML={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},DL={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},jL=parseFloat,qL=parseInt,Fw=typeof ht=="object"&&ht&&ht.Object===Object&&ht,kL=typeof self=="object"&&self&&self.Object===Object&&self,It=Fw||kL||Function("return this")(),Wc=t&&!t.nodeType&&t,Qn=Wc&&!0&&e&&!e.nodeType&&e,$w=Qn&&Qn.exports===Wc,Gc=$w&&Fw.process,hr=(function(){try{var ne=Qn&&Qn.require&&Qn.require("util").types;return ne||Gc&&Gc.binding&&Gc.binding("util")}catch{}})(),zw=hr&&hr.isArrayBuffer,Hw=hr&&hr.isDate,Vw=hr&&hr.isMap,Uw=hr&&hr.isRegExp,Ww=hr&&hr.isSet,Gw=hr&&hr.isTypedArray;function Qt(ne,pe,ce){switch(ce.length){case 0:return ne.call(pe);case 1:return ne.call(pe,ce[0]);case 2:return ne.call(pe,ce[0],ce[1]);case 3:return ne.call(pe,ce[0],ce[1],ce[2])}return ne.apply(pe,ce)}function LL(ne,pe,ce,Oe){for(var Ae=-1,Ue=ne==null?0:ne.length;++Ae<Ue;){var Et=ne[Ae];pe(Oe,Et,ce(Et),ne)}return Oe}function er(ne,pe){for(var ce=-1,Oe=ne==null?0:ne.length;++ce<Oe&&pe(ne[ce],ce,ne)!==!1;);return ne}function BL(ne,pe){for(var ce=ne==null?0:ne.length;ce--&&pe(ne[ce],ce,ne)!==!1;);return ne}function Kw(ne,pe){for(var ce=-1,Oe=ne==null?0:ne.length;++ce<Oe;)if(!pe(ne[ce],ce,ne))return!1;return!0}function Rn(ne,pe){for(var ce=-1,Oe=ne==null?0:ne.length,Ae=0,Ue=[];++ce<Oe;){var Et=ne[ce];pe(Et,ce,ne)&&(Ue[Ae++]=Et)}return Ue}function _s(ne,pe){var ce=ne==null?0:ne.length;return!!ce&&Fi(ne,pe,0)>-1}function Kc(ne,pe,ce){for(var Oe=-1,Ae=ne==null?0:ne.length;++Oe<Ae;)if(ce(pe,ne[Oe]))return!0;return!1}function st(ne,pe){for(var ce=-1,Oe=ne==null?0:ne.length,Ae=Array(Oe);++ce<Oe;)Ae[ce]=pe(ne[ce],ce,ne);return Ae}function In(ne,pe){for(var ce=-1,Oe=pe.length,Ae=ne.length;++ce<Oe;)ne[Ae+ce]=pe[ce];return ne}function Yc(ne,pe,ce,Oe){var Ae=-1,Ue=ne==null?0:ne.length;for(Oe&&Ue&&(ce=ne[++Ae]);++Ae<Ue;)ce=pe(ce,ne[Ae],Ae,ne);return ce}function FL(ne,pe,ce,Oe){var Ae=ne==null?0:ne.length;for(Oe&&Ae&&(ce=ne[--Ae]);Ae--;)ce=pe(ce,ne[Ae],Ae,ne);return ce}function Xc(ne,pe){for(var ce=-1,Oe=ne==null?0:ne.length;++ce<Oe;)if(pe(ne[ce],ce,ne))return!0;return!1}var $L=Zc("length");function zL(ne){return ne.split("")}function HL(ne){return ne.match(Oc)||[]}function Yw(ne,pe,ce){var Oe;return ce(ne,function(Ae,Ue,Et){if(pe(Ae,Ue,Et))return Oe=Ue,!1}),Oe}function Es(ne,pe,ce,Oe){for(var Ae=ne.length,Ue=ce+(Oe?1:-1);Oe?Ue--:++Ue<Ae;)if(pe(ne[Ue],Ue,ne))return Ue;return-1}function Fi(ne,pe,ce){return pe===pe?tB(ne,pe,ce):Es(ne,Xw,ce)}function VL(ne,pe,ce,Oe){for(var Ae=ce-1,Ue=ne.length;++Ae<Ue;)if(Oe(ne[Ae],pe))return Ae;return-1}function Xw(ne){return ne!==ne}function Zw(ne,pe){var ce=ne==null?0:ne.length;return ce?Qc(ne,pe)/ce:re}function Zc(ne){return function(pe){return pe==null?r:pe[ne]}}function Jc(ne){return function(pe){return ne==null?r:ne[pe]}}function Jw(ne,pe,ce,Oe,Ae){return Ae(ne,function(Ue,Et,et){ce=Oe?(Oe=!1,Ue):pe(ce,Ue,Et,et)}),ce}function UL(ne,pe){var ce=ne.length;for(ne.sort(pe);ce--;)ne[ce]=ne[ce].value;return ne}function Qc(ne,pe){for(var ce,Oe=-1,Ae=ne.length;++Oe<Ae;){var Ue=pe(ne[Oe]);Ue!==r&&(ce=ce===r?Ue:ce+Ue)}return ce}function ef(ne,pe){for(var ce=-1,Oe=Array(ne);++ce<ne;)Oe[ce]=pe(ce);return Oe}function WL(ne,pe){return st(pe,function(ce){return[ce,ne[ce]]})}function Qw(ne){return ne&&ne.slice(0,n_(ne)+1).replace(qi,"")}function tr(ne){return function(pe){return ne(pe)}}function tf(ne,pe){return st(pe,function(ce){return ne[ce]})}function Vo(ne,pe){return ne.has(pe)}function e_(ne,pe){for(var ce=-1,Oe=ne.length;++ce<Oe&&Fi(pe,ne[ce],0)>-1;);return ce}function t_(ne,pe){for(var ce=ne.length;ce--&&Fi(pe,ne[ce],0)>-1;);return ce}function GL(ne,pe){for(var ce=ne.length,Oe=0;ce--;)ne[ce]===pe&&++Oe;return Oe}var KL=Jc(TL),YL=Jc(AL);function XL(ne){return"\\"+DL[ne]}function ZL(ne,pe){return ne==null?r:ne[pe]}function $i(ne){return RL.test(ne)}function JL(ne){return IL.test(ne)}function QL(ne){for(var pe,ce=[];!(pe=ne.next()).done;)ce.push(pe.value);return ce}function rf(ne){var pe=-1,ce=Array(ne.size);return ne.forEach(function(Oe,Ae){ce[++pe]=[Ae,Oe]}),ce}function r_(ne,pe){return function(ce){return ne(pe(ce))}}function Pn(ne,pe){for(var ce=-1,Oe=ne.length,Ae=0,Ue=[];++ce<Oe;){var Et=ne[ce];(Et===pe||Et===h)&&(ne[ce]=h,Ue[Ae++]=ce)}return Ue}function Ss(ne){var pe=-1,ce=Array(ne.size);return ne.forEach(function(Oe){ce[++pe]=Oe}),ce}function eB(ne){var pe=-1,ce=Array(ne.size);return ne.forEach(function(Oe){ce[++pe]=[Oe,Oe]}),ce}function tB(ne,pe,ce){for(var Oe=ce-1,Ae=ne.length;++Oe<Ae;)if(ne[Oe]===pe)return Oe;return-1}function rB(ne,pe,ce){for(var Oe=ce+1;Oe--;)if(ne[Oe]===pe)return Oe;return Oe}function zi(ne){return $i(ne)?iB(ne):$L(ne)}function Tr(ne){return $i(ne)?oB(ne):zL(ne)}function n_(ne){for(var pe=ne.length;pe--&&_c.test(ne.charAt(pe)););return pe}var nB=Jc(ML);function iB(ne){for(var pe=Uc.lastIndex=0;Uc.test(ne);)++pe;return pe}function oB(ne){return ne.match(Uc)||[]}function aB(ne){return ne.match(CL)||[]}var sB=(function ne(pe){pe=pe==null?It:Hi.defaults(It.Object(),pe,Hi.pick(It,PL));var ce=pe.Array,Oe=pe.Date,Ae=pe.Error,Ue=pe.Function,Et=pe.Math,et=pe.Object,nf=pe.RegExp,uB=pe.String,pr=pe.TypeError,Os=ce.prototype,lB=Ue.prototype,Vi=et.prototype,Cs=pe["__core-js_shared__"],Rs=lB.toString,Ge=Vi.hasOwnProperty,cB=0,i_=(function(){var s=/[^.]+$/.exec(Cs&&Cs.keys&&Cs.keys.IE_PROTO||"");return s?"Symbol(src)_1."+s:""})(),Is=Vi.toString,fB=Rs.call(et),dB=It._,hB=nf("^"+Rs.call(Ge).replace(ji,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ps=$w?pe.Buffer:r,Nn=pe.Symbol,Ns=pe.Uint8Array,o_=Ps?Ps.allocUnsafe:r,Ts=r_(et.getPrototypeOf,et),a_=et.create,s_=Vi.propertyIsEnumerable,As=Os.splice,u_=Nn?Nn.isConcatSpreadable:r,Uo=Nn?Nn.iterator:r,ei=Nn?Nn.toStringTag:r,Ms=(function(){try{var s=oi(et,"defineProperty");return s({},"",{}),s}catch{}})(),pB=pe.clearTimeout!==It.clearTimeout&&pe.clearTimeout,vB=Oe&&Oe.now!==It.Date.now&&Oe.now,gB=pe.setTimeout!==It.setTimeout&&pe.setTimeout,Ds=Et.ceil,js=Et.floor,of=et.getOwnPropertySymbols,mB=Ps?Ps.isBuffer:r,l_=pe.isFinite,yB=Os.join,bB=r_(et.keys,et),St=Et.max,At=Et.min,xB=Oe.now,wB=pe.parseInt,c_=Et.random,_B=Os.reverse,af=oi(pe,"DataView"),Wo=oi(pe,"Map"),sf=oi(pe,"Promise"),Ui=oi(pe,"Set"),Go=oi(pe,"WeakMap"),Ko=oi(et,"create"),qs=Go&&new Go,Wi={},EB=ai(af),SB=ai(Wo),OB=ai(sf),CB=ai(Ui),RB=ai(Go),ks=Nn?Nn.prototype:r,Yo=ks?ks.valueOf:r,f_=ks?ks.toString:r;function M(s){if(dt(s)&&!Me(s)&&!(s instanceof Be)){if(s instanceof vr)return s;if(Ge.call(s,"__wrapped__"))return d1(s)}return new vr(s)}var Gi=(function(){function s(){}return function(c){if(!ft(c))return{};if(a_)return a_(c);s.prototype=c;var g=new s;return s.prototype=r,g}})();function Ls(){}function vr(s,c){this.__wrapped__=s,this.__actions__=[],this.__chain__=!!c,this.__index__=0,this.__values__=r}M.templateSettings={escape:fs,evaluate:yc,interpolate:Lo,variable:"",imports:{_:M}},M.prototype=Ls.prototype,M.prototype.constructor=M,vr.prototype=Gi(Ls.prototype),vr.prototype.constructor=vr;function Be(s){this.__wrapped__=s,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=ae,this.__views__=[]}function IB(){var s=new Be(this.__wrapped__);return s.__actions__=zt(this.__actions__),s.__dir__=this.__dir__,s.__filtered__=this.__filtered__,s.__iteratees__=zt(this.__iteratees__),s.__takeCount__=this.__takeCount__,s.__views__=zt(this.__views__),s}function PB(){if(this.__filtered__){var s=new Be(this);s.__dir__=-1,s.__filtered__=!0}else s=this.clone(),s.__dir__*=-1;return s}function NB(){var s=this.__wrapped__.value(),c=this.__dir__,g=Me(s),O=c<0,N=g?s.length:0,q=zF(0,N,this.__views__),z=q.start,X=q.end,ie=X-z,ge=O?X:z-1,me=this.__iteratees__,ye=me.length,_e=0,Ce=At(ie,this.__takeCount__);if(!g||!O&&N==ie&&Ce==ie)return j_(s,this.__actions__);var Ne=[];e:for(;ie--&&_e<Ce;){ge+=c;for(var je=-1,Re=s[ge];++je<ye;){var ke=me[je],$e=ke.iteratee,ir=ke.type,Lt=$e(Re);if(ir==B)Re=Lt;else if(!Lt){if(ir==G)continue e;break e}}Ne[_e++]=Re}return Ne}Be.prototype=Gi(Ls.prototype),Be.prototype.constructor=Be;function ti(s){var c=-1,g=s==null?0:s.length;for(this.clear();++c<g;){var O=s[c];this.set(O[0],O[1])}}function TB(){this.__data__=Ko?Ko(null):{},this.size=0}function AB(s){var c=this.has(s)&&delete this.__data__[s];return this.size-=c?1:0,c}function MB(s){var c=this.__data__;if(Ko){var g=c[s];return g===d?r:g}return Ge.call(c,s)?c[s]:r}function DB(s){var c=this.__data__;return Ko?c[s]!==r:Ge.call(c,s)}function jB(s,c){var g=this.__data__;return this.size+=this.has(s)?0:1,g[s]=Ko&&c===r?d:c,this}ti.prototype.clear=TB,ti.prototype.delete=AB,ti.prototype.get=MB,ti.prototype.has=DB,ti.prototype.set=jB;function ln(s){var c=-1,g=s==null?0:s.length;for(this.clear();++c<g;){var O=s[c];this.set(O[0],O[1])}}function qB(){this.__data__=[],this.size=0}function kB(s){var c=this.__data__,g=Bs(c,s);if(g<0)return!1;var O=c.length-1;return g==O?c.pop():As.call(c,g,1),--this.size,!0}function LB(s){var c=this.__data__,g=Bs(c,s);return g<0?r:c[g][1]}function BB(s){return Bs(this.__data__,s)>-1}function FB(s,c){var g=this.__data__,O=Bs(g,s);return O<0?(++this.size,g.push([s,c])):g[O][1]=c,this}ln.prototype.clear=qB,ln.prototype.delete=kB,ln.prototype.get=LB,ln.prototype.has=BB,ln.prototype.set=FB;function cn(s){var c=-1,g=s==null?0:s.length;for(this.clear();++c<g;){var O=s[c];this.set(O[0],O[1])}}function $B(){this.size=0,this.__data__={hash:new ti,map:new(Wo||ln),string:new ti}}function zB(s){var c=Zs(this,s).delete(s);return this.size-=c?1:0,c}function HB(s){return Zs(this,s).get(s)}function VB(s){return Zs(this,s).has(s)}function UB(s,c){var g=Zs(this,s),O=g.size;return g.set(s,c),this.size+=g.size==O?0:1,this}cn.prototype.clear=$B,cn.prototype.delete=zB,cn.prototype.get=HB,cn.prototype.has=VB,cn.prototype.set=UB;function ri(s){var c=-1,g=s==null?0:s.length;for(this.__data__=new cn;++c<g;)this.add(s[c])}function WB(s){return this.__data__.set(s,d),this}function GB(s){return this.__data__.has(s)}ri.prototype.add=ri.prototype.push=WB,ri.prototype.has=GB;function Ar(s){var c=this.__data__=new ln(s);this.size=c.size}function KB(){this.__data__=new ln,this.size=0}function YB(s){var c=this.__data__,g=c.delete(s);return this.size=c.size,g}function XB(s){return this.__data__.get(s)}function ZB(s){return this.__data__.has(s)}function JB(s,c){var g=this.__data__;if(g instanceof ln){var O=g.__data__;if(!Wo||O.length<i-1)return O.push([s,c]),this.size=++g.size,this;g=this.__data__=new cn(O)}return g.set(s,c),this.size=g.size,this}Ar.prototype.clear=KB,Ar.prototype.delete=YB,Ar.prototype.get=XB,Ar.prototype.has=ZB,Ar.prototype.set=JB;function d_(s,c){var g=Me(s),O=!g&&si(s),N=!g&&!O&&jn(s),q=!g&&!O&&!N&&Zi(s),z=g||O||N||q,X=z?ef(s.length,uB):[],ie=X.length;for(var ge in s)(c||Ge.call(s,ge))&&!(z&&(ge=="length"||N&&(ge=="offset"||ge=="parent")||q&&(ge=="buffer"||ge=="byteLength"||ge=="byteOffset")||hn(ge,ie)))&&X.push(ge);return X}function h_(s){var c=s.length;return c?s[yf(0,c-1)]:r}function QB(s,c){return Js(zt(s),ni(c,0,s.length))}function eF(s){return Js(zt(s))}function uf(s,c,g){(g!==r&&!Dr(s[c],g)||g===r&&!(c in s))&&Wr(s,c,g)}function Xo(s,c,g){var O=s[c];(!(Ge.call(s,c)&&Dr(O,g))||g===r&&!(c in s))&&Wr(s,c,g)}function Bs(s,c){for(var g=s.length;g--;)if(Dr(s[g][0],c))return g;return-1}function tF(s,c,g,O){return Tn(s,function(N,q,z){c(O,N,g(N),z)}),O}function p_(s,c){return s&&Kr(c,Ct(c),s)}function rF(s,c){return s&&Kr(c,Vt(c),s)}function Wr(s,c,g){c=="__proto__"&&Ms?Ms(s,c,{configurable:!0,enumerable:!0,value:g,writable:!0}):s[c]=g}function lf(s,c){for(var g=-1,O=c.length,N=ce(O),q=s==null;++g<O;)N[g]=q?r:Vf(s,c[g]);return N}function ni(s,c,g){return s===s&&(g!==r&&(s=s<=g?s:g),c!==r&&(s=s>=c?s:c)),s}function gr(s,c,g,O,N,q){var z,X=c&p,ie=c&v,ge=c&m;if(g&&(z=N?g(s,O,N,q):g(s)),z!==r)return z;if(!ft(s))return s;var me=Me(s);if(me){if(z=VF(s),!X)return zt(s,z)}else{var ye=Mt(s),_e=ye==ee||ye==we;if(jn(s))return L_(s,X);if(ye==Ee||ye==J||_e&&!N){if(z=ie||_e?{}:n1(s),!X)return ie?MF(s,rF(z,s)):AF(s,p_(z,s))}else{if(!nt[ye])return N?s:{};z=UF(s,ye,X)}}q||(q=new Ar);var Ce=q.get(s);if(Ce)return Ce;q.set(s,z),A1(s)?s.forEach(function(Re){z.add(gr(Re,c,g,Re,s,q))}):N1(s)&&s.forEach(function(Re,ke){z.set(ke,gr(Re,c,g,ke,s,q))});var Ne=ge?ie?Pf:If:ie?Vt:Ct,je=me?r:Ne(s);return er(je||s,function(Re,ke){je&&(ke=Re,Re=s[ke]),Xo(z,ke,gr(Re,c,g,ke,s,q))}),z}function nF(s){var c=Ct(s);return function(g){return v_(g,s,c)}}function v_(s,c,g){var O=g.length;if(s==null)return!O;for(s=et(s);O--;){var N=g[O],q=c[N],z=s[N];if(z===r&&!(N in s)||!q(z))return!1}return!0}function g_(s,c,g){if(typeof s!="function")throw new pr(a);return na(function(){s.apply(r,g)},c)}function Zo(s,c,g,O){var N=-1,q=_s,z=!0,X=s.length,ie=[],ge=c.length;if(!X)return ie;g&&(c=st(c,tr(g))),O?(q=Kc,z=!1):c.length>=i&&(q=Vo,z=!1,c=new ri(c));e:for(;++N<X;){var me=s[N],ye=g==null?me:g(me);if(me=O||me!==0?me:0,z&&ye===ye){for(var _e=ge;_e--;)if(c[_e]===ye)continue e;ie.push(me)}else q(c,ye,O)||ie.push(me)}return ie}var Tn=H_(Gr),m_=H_(ff,!0);function iF(s,c){var g=!0;return Tn(s,function(O,N,q){return g=!!c(O,N,q),g}),g}function Fs(s,c,g){for(var O=-1,N=s.length;++O<N;){var q=s[O],z=c(q);if(z!=null&&(X===r?z===z&&!nr(z):g(z,X)))var X=z,ie=q}return ie}function oF(s,c,g,O){var N=s.length;for(g=De(g),g<0&&(g=-g>N?0:N+g),O=O===r||O>N?N:De(O),O<0&&(O+=N),O=g>O?0:D1(O);g<O;)s[g++]=c;return s}function y_(s,c){var g=[];return Tn(s,function(O,N,q){c(O,N,q)&&g.push(O)}),g}function Pt(s,c,g,O,N){var q=-1,z=s.length;for(g||(g=GF),N||(N=[]);++q<z;){var X=s[q];c>0&&g(X)?c>1?Pt(X,c-1,g,O,N):In(N,X):O||(N[N.length]=X)}return N}var cf=V_(),b_=V_(!0);function Gr(s,c){return s&&cf(s,c,Ct)}function ff(s,c){return s&&b_(s,c,Ct)}function $s(s,c){return Rn(c,function(g){return pn(s[g])})}function ii(s,c){c=Mn(c,s);for(var g=0,O=c.length;s!=null&&g<O;)s=s[Mr(c[g++])];return g&&g==O?s:r}function x_(s,c,g){var O=c(s);return Me(s)?O:In(O,g(s))}function qt(s){return s==null?s===r?ct:ue:ei&&ei in et(s)?$F(s):e$(s)}function df(s,c){return s>c}function aF(s,c){return s!=null&&Ge.call(s,c)}function sF(s,c){return s!=null&&c in et(s)}function uF(s,c,g){return s>=At(c,g)&&s<St(c,g)}function hf(s,c,g){for(var O=g?Kc:_s,N=s[0].length,q=s.length,z=q,X=ce(q),ie=1/0,ge=[];z--;){var me=s[z];z&&c&&(me=st(me,tr(c))),ie=At(me.length,ie),X[z]=!g&&(c||N>=120&&me.length>=120)?new ri(z&&me):r}me=s[0];var ye=-1,_e=X[0];e:for(;++ye<N&&ge.length<ie;){var Ce=me[ye],Ne=c?c(Ce):Ce;if(Ce=g||Ce!==0?Ce:0,!(_e?Vo(_e,Ne):O(ge,Ne,g))){for(z=q;--z;){var je=X[z];if(!(je?Vo(je,Ne):O(s[z],Ne,g)))continue e}_e&&_e.push(Ne),ge.push(Ce)}}return ge}function lF(s,c,g,O){return Gr(s,function(N,q,z){c(O,g(N),q,z)}),O}function Jo(s,c,g){c=Mn(c,s),s=s1(s,c);var O=s==null?s:s[Mr(yr(c))];return O==null?r:Qt(O,s,g)}function w_(s){return dt(s)&&qt(s)==J}function cF(s){return dt(s)&&qt(s)==rt}function fF(s){return dt(s)&&qt(s)==oe}function Qo(s,c,g,O,N){return s===c?!0:s==null||c==null||!dt(s)&&!dt(c)?s!==s&&c!==c:dF(s,c,g,O,Qo,N)}function dF(s,c,g,O,N,q){var z=Me(s),X=Me(c),ie=z?H:Mt(s),ge=X?H:Mt(c);ie=ie==J?Ee:ie,ge=ge==J?Ee:ge;var me=ie==Ee,ye=ge==Ee,_e=ie==ge;if(_e&&jn(s)){if(!jn(c))return!1;z=!0,me=!1}if(_e&&!me)return q||(q=new Ar),z||Zi(s)?e1(s,c,g,O,N,q):BF(s,c,ie,g,O,N,q);if(!(g&y)){var Ce=me&&Ge.call(s,"__wrapped__"),Ne=ye&&Ge.call(c,"__wrapped__");if(Ce||Ne){var je=Ce?s.value():s,Re=Ne?c.value():c;return q||(q=new Ar),N(je,Re,g,O,q)}}return _e?(q||(q=new Ar),FF(s,c,g,O,N,q)):!1}function hF(s){return dt(s)&&Mt(s)==be}function pf(s,c,g,O){var N=g.length,q=N,z=!O;if(s==null)return!q;for(s=et(s);N--;){var X=g[N];if(z&&X[2]?X[1]!==s[X[0]]:!(X[0]in s))return!1}for(;++N<q;){X=g[N];var ie=X[0],ge=s[ie],me=X[1];if(z&&X[2]){if(ge===r&&!(ie in s))return!1}else{var ye=new Ar;if(O)var _e=O(ge,me,ie,s,c,ye);if(!(_e===r?Qo(me,ge,y|x,O,ye):_e))return!1}}return!0}function __(s){if(!ft(s)||YF(s))return!1;var c=pn(s)?hB:Nc;return c.test(ai(s))}function pF(s){return dt(s)&&qt(s)==ze}function vF(s){return dt(s)&&Mt(s)==Fe}function gF(s){return dt(s)&&iu(s.length)&&!!at[qt(s)]}function E_(s){return typeof s=="function"?s:s==null?Ut:typeof s=="object"?Me(s)?C_(s[0],s[1]):O_(s):W1(s)}function vf(s){if(!ra(s))return bB(s);var c=[];for(var g in et(s))Ge.call(s,g)&&g!="constructor"&&c.push(g);return c}function mF(s){if(!ft(s))return QF(s);var c=ra(s),g=[];for(var O in s)O=="constructor"&&(c||!Ge.call(s,O))||g.push(O);return g}function gf(s,c){return s<c}function S_(s,c){var g=-1,O=Ht(s)?ce(s.length):[];return Tn(s,function(N,q,z){O[++g]=c(N,q,z)}),O}function O_(s){var c=Tf(s);return c.length==1&&c[0][2]?o1(c[0][0],c[0][1]):function(g){return g===s||pf(g,s,c)}}function C_(s,c){return Mf(s)&&i1(c)?o1(Mr(s),c):function(g){var O=Vf(g,s);return O===r&&O===c?Uf(g,s):Qo(c,O,y|x)}}function zs(s,c,g,O,N){s!==c&&cf(c,function(q,z){if(N||(N=new Ar),ft(q))yF(s,c,z,g,zs,O,N);else{var X=O?O(jf(s,z),q,z+"",s,c,N):r;X===r&&(X=q),uf(s,z,X)}},Vt)}function yF(s,c,g,O,N,q,z){var X=jf(s,g),ie=jf(c,g),ge=z.get(ie);if(ge){uf(s,g,ge);return}var me=q?q(X,ie,g+"",s,c,z):r,ye=me===r;if(ye){var _e=Me(ie),Ce=!_e&&jn(ie),Ne=!_e&&!Ce&&Zi(ie);me=ie,_e||Ce||Ne?Me(X)?me=X:pt(X)?me=zt(X):Ce?(ye=!1,me=L_(ie,!0)):Ne?(ye=!1,me=B_(ie,!0)):me=[]:ia(ie)||si(ie)?(me=X,si(X)?me=j1(X):(!ft(X)||pn(X))&&(me=n1(ie))):ye=!1}ye&&(z.set(ie,me),N(me,ie,O,q,z),z.delete(ie)),uf(s,g,me)}function R_(s,c){var g=s.length;if(g)return c+=c<0?g:0,hn(c,g)?s[c]:r}function I_(s,c,g){c.length?c=st(c,function(q){return Me(q)?function(z){return ii(z,q.length===1?q[0]:q)}:q}):c=[Ut];var O=-1;c=st(c,tr(Ie()));var N=S_(s,function(q,z,X){var ie=st(c,function(ge){return ge(q)});return{criteria:ie,index:++O,value:q}});return UL(N,function(q,z){return TF(q,z,g)})}function bF(s,c){return P_(s,c,function(g,O){return Uf(s,O)})}function P_(s,c,g){for(var O=-1,N=c.length,q={};++O<N;){var z=c[O],X=ii(s,z);g(X,z)&&ea(q,Mn(z,s),X)}return q}function xF(s){return function(c){return ii(c,s)}}function mf(s,c,g,O){var N=O?VL:Fi,q=-1,z=c.length,X=s;for(s===c&&(c=zt(c)),g&&(X=st(s,tr(g)));++q<z;)for(var ie=0,ge=c[q],me=g?g(ge):ge;(ie=N(X,me,ie,O))>-1;)X!==s&&As.call(X,ie,1),As.call(s,ie,1);return s}function N_(s,c){for(var g=s?c.length:0,O=g-1;g--;){var N=c[g];if(g==O||N!==q){var q=N;hn(N)?As.call(s,N,1):wf(s,N)}}return s}function yf(s,c){return s+js(c_()*(c-s+1))}function wF(s,c,g,O){for(var N=-1,q=St(Ds((c-s)/(g||1)),0),z=ce(q);q--;)z[O?q:++N]=s,s+=g;return z}function bf(s,c){var g="";if(!s||c<1||c>te)return g;do c%2&&(g+=s),c=js(c/2),c&&(s+=s);while(c);return g}function qe(s,c){return qf(a1(s,c,Ut),s+"")}function _F(s){return h_(Ji(s))}function EF(s,c){var g=Ji(s);return Js(g,ni(c,0,g.length))}function ea(s,c,g,O){if(!ft(s))return s;c=Mn(c,s);for(var N=-1,q=c.length,z=q-1,X=s;X!=null&&++N<q;){var ie=Mr(c[N]),ge=g;if(ie==="__proto__"||ie==="constructor"||ie==="prototype")return s;if(N!=z){var me=X[ie];ge=O?O(me,ie,X):r,ge===r&&(ge=ft(me)?me:hn(c[N+1])?[]:{})}Xo(X,ie,ge),X=X[ie]}return s}var T_=qs?function(s,c){return qs.set(s,c),s}:Ut,SF=Ms?function(s,c){return Ms(s,"toString",{configurable:!0,enumerable:!1,value:Gf(c),writable:!0})}:Ut;function OF(s){return Js(Ji(s))}function mr(s,c,g){var O=-1,N=s.length;c<0&&(c=-c>N?0:N+c),g=g>N?N:g,g<0&&(g+=N),N=c>g?0:g-c>>>0,c>>>=0;for(var q=ce(N);++O<N;)q[O]=s[O+c];return q}function CF(s,c){var g;return Tn(s,function(O,N,q){return g=c(O,N,q),!g}),!!g}function Hs(s,c,g){var O=0,N=s==null?O:s.length;if(typeof c=="number"&&c===c&&N<=F){for(;O<N;){var q=O+N>>>1,z=s[q];z!==null&&!nr(z)&&(g?z<=c:z<c)?O=q+1:N=q}return N}return xf(s,c,Ut,g)}function xf(s,c,g,O){var N=0,q=s==null?0:s.length;if(q===0)return 0;c=g(c);for(var z=c!==c,X=c===null,ie=nr(c),ge=c===r;N<q;){var me=js((N+q)/2),ye=g(s[me]),_e=ye!==r,Ce=ye===null,Ne=ye===ye,je=nr(ye);if(z)var Re=O||Ne;else ge?Re=Ne&&(O||_e):X?Re=Ne&&_e&&(O||!Ce):ie?Re=Ne&&_e&&!Ce&&(O||!je):Ce||je?Re=!1:Re=O?ye<=c:ye<c;Re?N=me+1:q=me}return At(q,le)}function A_(s,c){for(var g=-1,O=s.length,N=0,q=[];++g<O;){var z=s[g],X=c?c(z):z;if(!g||!Dr(X,ie)){var ie=X;q[N++]=z===0?0:z}}return q}function M_(s){return typeof s=="number"?s:nr(s)?re:+s}function rr(s){if(typeof s=="string")return s;if(Me(s))return st(s,rr)+"";if(nr(s))return f_?f_.call(s):"";var c=s+"";return c=="0"&&1/s==-Z?"-0":c}function An(s,c,g){var O=-1,N=_s,q=s.length,z=!0,X=[],ie=X;if(g)z=!1,N=Kc;else if(q>=i){var ge=c?null:kF(s);if(ge)return Ss(ge);z=!1,N=Vo,ie=new ri}else ie=c?[]:X;e:for(;++O<q;){var me=s[O],ye=c?c(me):me;if(me=g||me!==0?me:0,z&&ye===ye){for(var _e=ie.length;_e--;)if(ie[_e]===ye)continue e;c&&ie.push(ye),X.push(me)}else N(ie,ye,g)||(ie!==X&&ie.push(ye),X.push(me))}return X}function wf(s,c){c=Mn(c,s);var g=-1,O=c.length;if(!O)return!0;for(;++g<O;){var N=Mr(c[g]);if(N==="__proto__"&&!Ge.call(s,"__proto__")||(N==="constructor"||N==="prototype")&&g<O-1)return!1}var q=s1(s,c);return q==null||delete q[Mr(yr(c))]}function D_(s,c,g,O){return ea(s,c,g(ii(s,c)),O)}function Vs(s,c,g,O){for(var N=s.length,q=O?N:-1;(O?q--:++q<N)&&c(s[q],q,s););return g?mr(s,O?0:q,O?q+1:N):mr(s,O?q+1:0,O?N:q)}function j_(s,c){var g=s;return g instanceof Be&&(g=g.value()),Yc(c,function(O,N){return N.func.apply(N.thisArg,In([O],N.args))},g)}function _f(s,c,g){var O=s.length;if(O<2)return O?An(s[0]):[];for(var N=-1,q=ce(O);++N<O;)for(var z=s[N],X=-1;++X<O;)X!=N&&(q[N]=Zo(q[N]||z,s[X],c,g));return An(Pt(q,1),c,g)}function q_(s,c,g){for(var O=-1,N=s.length,q=c.length,z={};++O<N;){var X=O<q?c[O]:r;g(z,s[O],X)}return z}function Ef(s){return pt(s)?s:[]}function Sf(s){return typeof s=="function"?s:Ut}function Mn(s,c){return Me(s)?s:Mf(s,c)?[s]:f1(Ke(s))}var RF=qe;function Dn(s,c,g){var O=s.length;return g=g===r?O:g,!c&&g>=O?s:mr(s,c,g)}var k_=pB||function(s){return It.clearTimeout(s)};function L_(s,c){if(c)return s.slice();var g=s.length,O=o_?o_(g):new s.constructor(g);return s.copy(O),O}function Of(s){var c=new s.constructor(s.byteLength);return new Ns(c).set(new Ns(s)),c}function IF(s,c){var g=c?Of(s.buffer):s.buffer;return new s.constructor(g,s.byteOffset,s.byteLength)}function PF(s){var c=new s.constructor(s.source,vs.exec(s));return c.lastIndex=s.lastIndex,c}function NF(s){return Yo?et(Yo.call(s)):{}}function B_(s,c){var g=c?Of(s.buffer):s.buffer;return new s.constructor(g,s.byteOffset,s.length)}function F_(s,c){if(s!==c){var g=s!==r,O=s===null,N=s===s,q=nr(s),z=c!==r,X=c===null,ie=c===c,ge=nr(c);if(!X&&!ge&&!q&&s>c||q&&z&&ie&&!X&&!ge||O&&z&&ie||!g&&ie||!N)return 1;if(!O&&!q&&!ge&&s<c||ge&&g&&N&&!O&&!q||X&&g&&N||!z&&N||!ie)return-1}return 0}function TF(s,c,g){for(var O=-1,N=s.criteria,q=c.criteria,z=N.length,X=g.length;++O<z;){var ie=F_(N[O],q[O]);if(ie){if(O>=X)return ie;var ge=g[O];return ie*(ge=="desc"?-1:1)}}return s.index-c.index}function $_(s,c,g,O){for(var N=-1,q=s.length,z=g.length,X=-1,ie=c.length,ge=St(q-z,0),me=ce(ie+ge),ye=!O;++X<ie;)me[X]=c[X];for(;++N<z;)(ye||N<q)&&(me[g[N]]=s[N]);for(;ge--;)me[X++]=s[N++];return me}function z_(s,c,g,O){for(var N=-1,q=s.length,z=-1,X=g.length,ie=-1,ge=c.length,me=St(q-X,0),ye=ce(me+ge),_e=!O;++N<me;)ye[N]=s[N];for(var Ce=N;++ie<ge;)ye[Ce+ie]=c[ie];for(;++z<X;)(_e||N<q)&&(ye[Ce+g[z]]=s[N++]);return ye}function zt(s,c){var g=-1,O=s.length;for(c||(c=ce(O));++g<O;)c[g]=s[g];return c}function Kr(s,c,g,O){var N=!g;g||(g={});for(var q=-1,z=c.length;++q<z;){var X=c[q],ie=O?O(g[X],s[X],X,g,s):r;ie===r&&(ie=s[X]),N?Wr(g,X,ie):Xo(g,X,ie)}return g}function AF(s,c){return Kr(s,Af(s),c)}function MF(s,c){return Kr(s,t1(s),c)}function Us(s,c){return function(g,O){var N=Me(g)?LL:tF,q=c?c():{};return N(g,s,Ie(O,2),q)}}function Ki(s){return qe(function(c,g){var O=-1,N=g.length,q=N>1?g[N-1]:r,z=N>2?g[2]:r;for(q=s.length>3&&typeof q=="function"?(N--,q):r,z&&kt(g[0],g[1],z)&&(q=N<3?r:q,N=1),c=et(c);++O<N;){var X=g[O];X&&s(c,X,O,q)}return c})}function H_(s,c){return function(g,O){if(g==null)return g;if(!Ht(g))return s(g,O);for(var N=g.length,q=c?N:-1,z=et(g);(c?q--:++q<N)&&O(z[q],q,z)!==!1;);return g}}function V_(s){return function(c,g,O){for(var N=-1,q=et(c),z=O(c),X=z.length;X--;){var ie=z[s?X:++N];if(g(q[ie],ie,q)===!1)break}return c}}function DF(s,c,g){var O=c&b,N=ta(s);function q(){var z=this&&this!==It&&this instanceof q?N:s;return z.apply(O?g:this,arguments)}return q}function U_(s){return function(c){c=Ke(c);var g=$i(c)?Tr(c):r,O=g?g[0]:c.charAt(0),N=g?Dn(g,1).join(""):c.slice(1);return O[s]()+N}}function Yi(s){return function(c){return Yc(V1(H1(c).replace(SL,"")),s,"")}}function ta(s){return function(){var c=arguments;switch(c.length){case 0:return new s;case 1:return new s(c[0]);case 2:return new s(c[0],c[1]);case 3:return new s(c[0],c[1],c[2]);case 4:return new s(c[0],c[1],c[2],c[3]);case 5:return new s(c[0],c[1],c[2],c[3],c[4]);case 6:return new s(c[0],c[1],c[2],c[3],c[4],c[5]);case 7:return new s(c[0],c[1],c[2],c[3],c[4],c[5],c[6])}var g=Gi(s.prototype),O=s.apply(g,c);return ft(O)?O:g}}function jF(s,c,g){var O=ta(s);function N(){for(var q=arguments.length,z=ce(q),X=q,ie=Xi(N);X--;)z[X]=arguments[X];var ge=q<3&&z[0]!==ie&&z[q-1]!==ie?[]:Pn(z,ie);if(q-=ge.length,q<g)return X_(s,c,Ws,N.placeholder,r,z,ge,r,r,g-q);var me=this&&this!==It&&this instanceof N?O:s;return Qt(me,this,z)}return N}function W_(s){return function(c,g,O){var N=et(c);if(!Ht(c)){var q=Ie(g,3);c=Ct(c),g=function(X){return q(N[X],X,N)}}var z=s(c,g,O);return z>-1?N[q?c[z]:z]:r}}function G_(s){return dn(function(c){var g=c.length,O=g,N=vr.prototype.thru;for(s&&c.reverse();O--;){var q=c[O];if(typeof q!="function")throw new pr(a);if(N&&!z&&Xs(q)=="wrapper")var z=new vr([],!0)}for(O=z?O:g;++O<g;){q=c[O];var X=Xs(q),ie=X=="wrapper"?Nf(q):r;ie&&Df(ie[0])&&ie[1]==(P|_|R|A)&&!ie[4].length&&ie[9]==1?z=z[Xs(ie[0])].apply(z,ie[3]):z=q.length==1&&Df(q)?z[X]():z.thru(q)}return function(){var ge=arguments,me=ge[0];if(z&&ge.length==1&&Me(me))return z.plant(me).value();for(var ye=0,_e=g?c[ye].apply(this,ge):me;++ye<g;)_e=c[ye].call(this,_e);return _e}})}function Ws(s,c,g,O,N,q,z,X,ie,ge){var me=c&P,ye=c&b,_e=c&w,Ce=c&(_|S),Ne=c&k,je=_e?r:ta(s);function Re(){for(var ke=arguments.length,$e=ce(ke),ir=ke;ir--;)$e[ir]=arguments[ir];if(Ce)var Lt=Xi(Re),or=GL($e,Lt);if(O&&($e=$_($e,O,N,Ce)),q&&($e=z_($e,q,z,Ce)),ke-=or,Ce&&ke<ge){var vt=Pn($e,Lt);return X_(s,c,Ws,Re.placeholder,g,$e,vt,X,ie,ge-ke)}var jr=ye?g:this,gn=_e?jr[s]:s;return ke=$e.length,X?$e=t$($e,X):Ne&&ke>1&&$e.reverse(),me&&ie<ke&&($e.length=ie),this&&this!==It&&this instanceof Re&&(gn=je||ta(gn)),gn.apply(jr,$e)}return Re}function K_(s,c){return function(g,O){return lF(g,s,c(O),{})}}function Gs(s,c){return function(g,O){var N;if(g===r&&O===r)return c;if(g!==r&&(N=g),O!==r){if(N===r)return O;typeof g=="string"||typeof O=="string"?(g=rr(g),O=rr(O)):(g=M_(g),O=M_(O)),N=s(g,O)}return N}}function Cf(s){return dn(function(c){return c=st(c,tr(Ie())),qe(function(g){var O=this;return s(c,function(N){return Qt(N,O,g)})})})}function Ks(s,c){c=c===r?" ":rr(c);var g=c.length;if(g<2)return g?bf(c,s):c;var O=bf(c,Ds(s/zi(c)));return $i(c)?Dn(Tr(O),0,s).join(""):O.slice(0,s)}function qF(s,c,g,O){var N=c&b,q=ta(s);function z(){for(var X=-1,ie=arguments.length,ge=-1,me=O.length,ye=ce(me+ie),_e=this&&this!==It&&this instanceof z?q:s;++ge<me;)ye[ge]=O[ge];for(;ie--;)ye[ge++]=arguments[++X];return Qt(_e,N?g:this,ye)}return z}function Y_(s){return function(c,g,O){return O&&typeof O!="number"&&kt(c,g,O)&&(g=O=r),c=vn(c),g===r?(g=c,c=0):g=vn(g),O=O===r?c<g?1:-1:vn(O),wF(c,g,O,s)}}function Ys(s){return function(c,g){return typeof c=="string"&&typeof g=="string"||(c=br(c),g=br(g)),s(c,g)}}function X_(s,c,g,O,N,q,z,X,ie,ge){var me=c&_,ye=me?z:r,_e=me?r:z,Ce=me?q:r,Ne=me?r:q;c|=me?R:I,c&=~(me?I:R),c&E||(c&=-4);var je=[s,c,N,Ce,ye,Ne,_e,X,ie,ge],Re=g.apply(r,je);return Df(s)&&u1(Re,je),Re.placeholder=O,l1(Re,s,c)}function Rf(s){var c=Et[s];return function(g,O){if(g=br(g),O=O==null?0:At(De(O),292),O&&l_(g)){var N=(Ke(g)+"e").split("e"),q=c(N[0]+"e"+(+N[1]+O));return N=(Ke(q)+"e").split("e"),+(N[0]+"e"+(+N[1]-O))}return c(g)}}var kF=Ui&&1/Ss(new Ui([,-0]))[1]==Z?function(s){return new Ui(s)}:Xf;function Z_(s){return function(c){var g=Mt(c);return g==be?rf(c):g==Fe?eB(c):WL(c,s(c))}}function fn(s,c,g,O,N,q,z,X){var ie=c&w;if(!ie&&typeof s!="function")throw new pr(a);var ge=O?O.length:0;if(ge||(c&=-97,O=N=r),z=z===r?z:St(De(z),0),X=X===r?X:De(X),ge-=N?N.length:0,c&I){var me=O,ye=N;O=N=r}var _e=ie?r:Nf(s),Ce=[s,c,g,O,N,me,ye,q,z,X];if(_e&&JF(Ce,_e),s=Ce[0],c=Ce[1],g=Ce[2],O=Ce[3],N=Ce[4],X=Ce[9]=Ce[9]===r?ie?0:s.length:St(Ce[9]-ge,0),!X&&c&(_|S)&&(c&=-25),!c||c==b)var Ne=DF(s,c,g);else c==_||c==S?Ne=jF(s,c,X):(c==R||c==(b|R))&&!N.length?Ne=qF(s,c,g,O):Ne=Ws.apply(r,Ce);var je=_e?T_:u1;return l1(je(Ne,Ce),s,c)}function J_(s,c,g,O){return s===r||Dr(s,Vi[g])&&!Ge.call(O,g)?c:s}function Q_(s,c,g,O,N,q){return ft(s)&&ft(c)&&(q.set(c,s),zs(s,c,r,Q_,q),q.delete(c)),s}function LF(s){return ia(s)?r:s}function e1(s,c,g,O,N,q){var z=g&y,X=s.length,ie=c.length;if(X!=ie&&!(z&&ie>X))return!1;var ge=q.get(s),me=q.get(c);if(ge&&me)return ge==c&&me==s;var ye=-1,_e=!0,Ce=g&x?new ri:r;for(q.set(s,c),q.set(c,s);++ye<X;){var Ne=s[ye],je=c[ye];if(O)var Re=z?O(je,Ne,ye,c,s,q):O(Ne,je,ye,s,c,q);if(Re!==r){if(Re)continue;_e=!1;break}if(Ce){if(!Xc(c,function(ke,$e){if(!Vo(Ce,$e)&&(Ne===ke||N(Ne,ke,g,O,q)))return Ce.push($e)})){_e=!1;break}}else if(!(Ne===je||N(Ne,je,g,O,q))){_e=!1;break}}return q.delete(s),q.delete(c),_e}function BF(s,c,g,O,N,q,z){switch(g){case bt:if(s.byteLength!=c.byteLength||s.byteOffset!=c.byteOffset)return!1;s=s.buffer,c=c.buffer;case rt:return!(s.byteLength!=c.byteLength||!q(new Ns(s),new Ns(c)));case se:case oe:case de:return Dr(+s,+c);case V:return s.name==c.name&&s.message==c.message;case ze:case Ve:return s==c+"";case be:var X=rf;case Fe:var ie=O&y;if(X||(X=Ss),s.size!=c.size&&!ie)return!1;var ge=z.get(s);if(ge)return ge==c;O|=x,z.set(s,c);var me=e1(X(s),X(c),O,N,q,z);return z.delete(s),me;case lt:if(Yo)return Yo.call(s)==Yo.call(c)}return!1}function FF(s,c,g,O,N,q){var z=g&y,X=If(s),ie=X.length,ge=If(c),me=ge.length;if(ie!=me&&!z)return!1;for(var ye=ie;ye--;){var _e=X[ye];if(!(z?_e in c:Ge.call(c,_e)))return!1}var Ce=q.get(s),Ne=q.get(c);if(Ce&&Ne)return Ce==c&&Ne==s;var je=!0;q.set(s,c),q.set(c,s);for(var Re=z;++ye<ie;){_e=X[ye];var ke=s[_e],$e=c[_e];if(O)var ir=z?O($e,ke,_e,c,s,q):O(ke,$e,_e,s,c,q);if(!(ir===r?ke===$e||N(ke,$e,g,O,q):ir)){je=!1;break}Re||(Re=_e=="constructor")}if(je&&!Re){var Lt=s.constructor,or=c.constructor;Lt!=or&&"constructor"in s&&"constructor"in c&&!(typeof Lt=="function"&&Lt instanceof Lt&&typeof or=="function"&&or instanceof or)&&(je=!1)}return q.delete(s),q.delete(c),je}function dn(s){return qf(a1(s,r,v1),s+"")}function If(s){return x_(s,Ct,Af)}function Pf(s){return x_(s,Vt,t1)}var Nf=qs?function(s){return qs.get(s)}:Xf;function Xs(s){for(var c=s.name+"",g=Wi[c],O=Ge.call(Wi,c)?g.length:0;O--;){var N=g[O],q=N.func;if(q==null||q==s)return N.name}return c}function Xi(s){var c=Ge.call(M,"placeholder")?M:s;return c.placeholder}function Ie(){var s=M.iteratee||Kf;return s=s===Kf?E_:s,arguments.length?s(arguments[0],arguments[1]):s}function Zs(s,c){var g=s.__data__;return KF(c)?g[typeof c=="string"?"string":"hash"]:g.map}function Tf(s){for(var c=Ct(s),g=c.length;g--;){var O=c[g],N=s[O];c[g]=[O,N,i1(N)]}return c}function oi(s,c){var g=ZL(s,c);return __(g)?g:r}function $F(s){var c=Ge.call(s,ei),g=s[ei];try{s[ei]=r;var O=!0}catch{}var N=Is.call(s);return O&&(c?s[ei]=g:delete s[ei]),N}var Af=of?function(s){return s==null?[]:(s=et(s),Rn(of(s),function(c){return s_.call(s,c)}))}:Zf,t1=of?function(s){for(var c=[];s;)In(c,Af(s)),s=Ts(s);return c}:Zf,Mt=qt;(af&&Mt(new af(new ArrayBuffer(1)))!=bt||Wo&&Mt(new Wo)!=be||sf&&Mt(sf.resolve())!=Pe||Ui&&Mt(new Ui)!=Fe||Go&&Mt(new Go)!=mt)&&(Mt=function(s){var c=qt(s),g=c==Ee?s.constructor:r,O=g?ai(g):"";if(O)switch(O){case EB:return bt;case SB:return be;case OB:return Pe;case CB:return Fe;case RB:return mt}return c});function zF(s,c,g){for(var O=-1,N=g.length;++O<N;){var q=g[O],z=q.size;switch(q.type){case"drop":s+=z;break;case"dropRight":c-=z;break;case"take":c=At(c,s+z);break;case"takeRight":s=St(s,c-z);break}}return{start:s,end:c}}function HF(s){var c=s.match(Ec);return c?c[1].split(Sc):[]}function r1(s,c,g){c=Mn(c,s);for(var O=-1,N=c.length,q=!1;++O<N;){var z=Mr(c[O]);if(!(q=s!=null&&g(s,z)))break;s=s[z]}return q||++O!=N?q:(N=s==null?0:s.length,!!N&&iu(N)&&hn(z,N)&&(Me(s)||si(s)))}function VF(s){var c=s.length,g=new s.constructor(c);return c&&typeof s[0]=="string"&&Ge.call(s,"index")&&(g.index=s.index,g.input=s.input),g}function n1(s){return typeof s.constructor=="function"&&!ra(s)?Gi(Ts(s)):{}}function UF(s,c,g){var O=s.constructor;switch(c){case rt:return Of(s);case se:case oe:return new O(+s);case bt:return IF(s,g);case Jt:case fr:case Dt:case _t:case jt:case Ur:case Xn:case Cn:case dr:return B_(s,g);case be:return new O;case de:case Ve:return new O(s);case ze:return PF(s);case Fe:return new O;case lt:return NF(s)}}function WF(s,c){var g=c.length;if(!g)return s;var O=g-1;return c[O]=(g>1?"& ":"")+c[O],c=c.join(g>2?", ":" "),s.replace(hs,`{
51
51
  /* [wrapped with `+c+`] */
52
- `)}function GF(s){return Me(s)||ai(s)||!!(u_&&s&&s[u_])}function hn(s,c){var g=typeof s;return c=c??te,!!c&&(g=="number"||g!="symbol"&&Ac.test(s))&&s>-1&&s%1==0&&s<c}function kt(s,c,g){if(!ft(g))return!1;var O=typeof c;return(O=="number"?Ht(g)&&hn(c,g.length):O=="string"&&c in g)?Dr(g[c],s):!1}function Mf(s,c){if(Me(s))return!1;var g=typeof s;return g=="number"||g=="symbol"||g=="boolean"||s==null||nr(s)?!0:ds.test(s)||!bc.test(s)||c!=null&&s in et(c)}function KF(s){var c=typeof s;return c=="string"||c=="number"||c=="symbol"||c=="boolean"?s!=="__proto__":s===null}function Df(s){var c=Xs(s),g=M[c];if(typeof g!="function"||!(c in Be.prototype))return!1;if(s===g)return!0;var O=Nf(g);return!!O&&s===O[0]}function YF(s){return!!i_&&i_ in s}var XF=Cs?pn:Jf;function ra(s){var c=s&&s.constructor,g=typeof c=="function"&&c.prototype||Hi;return s===g}function i1(s){return s===s&&!ft(s)}function o1(s,c){return function(g){return g==null?!1:g[s]===c&&(c!==r||s in et(g))}}function ZF(s){var c=ru(s,function(O){return g.size===f&&g.clear(),O}),g=c.cache;return c}function JF(s,c){var g=s[1],O=c[1],N=g|O,q=N<(b|w|P),z=O==P&&g==_||O==P&&g==A&&s[7].length<=c[8]||O==(P|A)&&c[7].length<=c[8]&&g==_;if(!(q||z))return s;O&b&&(s[2]=c[2],N|=g&b?0:E);var X=c[3];if(X){var ie=s[3];s[3]=ie?$_(ie,X,c[4]):X,s[4]=ie?Pn(s[3],h):c[4]}return X=c[5],X&&(ie=s[5],s[5]=ie?z_(ie,X,c[6]):X,s[6]=ie?Pn(s[5],h):c[6]),X=c[7],X&&(s[7]=X),O&P&&(s[8]=s[8]==null?c[8]:At(s[8],c[8])),s[9]==null&&(s[9]=c[9]),s[0]=c[0],s[1]=N,s}function QF(s){var c=[];if(s!=null)for(var g in et(s))c.push(g);return c}function e$(s){return Is.call(s)}function a1(s,c,g){return c=St(c===r?s.length-1:c,0),function(){for(var O=arguments,N=-1,q=St(O.length-c,0),z=ce(q);++N<q;)z[N]=O[c+N];N=-1;for(var X=ce(c+1);++N<c;)X[N]=O[N];return X[c]=g(z),Qt(s,this,X)}}function s1(s,c){return c.length<2?s:ni(s,mr(c,0,-1))}function t$(s,c){for(var g=s.length,O=At(c.length,g),N=zt(s);O--;){var q=c[O];s[O]=hn(q,g)?N[q]:r}return s}function jf(s,c){if(!(c==="constructor"&&typeof s[c]=="function")&&c!="__proto__")return s[c]}var u1=c1(T_),na=gB||function(s,c){return It.setTimeout(s,c)},qf=c1(SF);function l1(s,c,g){var O=c+"";return qf(s,WF(O,r$(HF(O),g)))}function c1(s){var c=0,g=0;return function(){var O=xB(),N=D-(O-g);if(g=O,N>0){if(++c>=j)return arguments[0]}else c=0;return s.apply(r,arguments)}}function Js(s,c){var g=-1,O=s.length,N=O-1;for(c=c===r?O:c;++g<c;){var q=yf(g,N),z=s[q];s[q]=s[g],s[g]=z}return s.length=c,s}var f1=ZF(function(s){var c=[];return s.charCodeAt(0)===46&&c.push(""),s.replace(xc,function(g,O,N,q){c.push(N?q.replace(Cc,"$1"):O||g)}),c});function Mr(s){if(typeof s=="string"||nr(s))return s;var c=s+"";return c=="0"&&1/s==-Z?"-0":c}function oi(s){if(s!=null){try{return Rs.call(s)}catch{}try{return s+""}catch{}}return""}function r$(s,c){return er(W,function(g){var O="_."+g[0];c&g[1]&&!_s(s,O)&&s.push(O)}),s.sort()}function d1(s){if(s instanceof Be)return s.clone();var c=new vr(s.__wrapped__,s.__chain__);return c.__actions__=zt(s.__actions__),c.__index__=s.__index__,c.__values__=s.__values__,c}function n$(s,c,g){(g?kt(s,c,g):c===r)?c=1:c=St(De(c),0);var O=s==null?0:s.length;if(!O||c<1)return[];for(var N=0,q=0,z=ce(Ds(O/c));N<O;)z[q++]=mr(s,N,N+=c);return z}function i$(s){for(var c=-1,g=s==null?0:s.length,O=0,N=[];++c<g;){var q=s[c];q&&(N[O++]=q)}return N}function o$(){var s=arguments.length;if(!s)return[];for(var c=ce(s-1),g=arguments[0],O=s;O--;)c[O-1]=arguments[O];return In(Me(g)?zt(g):[g],Pt(c,1))}var a$=qe(function(s,c){return pt(s)?Zo(s,Pt(c,1,pt,!0)):[]}),s$=qe(function(s,c){var g=yr(c);return pt(g)&&(g=r),pt(s)?Zo(s,Pt(c,1,pt,!0),Ie(g,2)):[]}),u$=qe(function(s,c){var g=yr(c);return pt(g)&&(g=r),pt(s)?Zo(s,Pt(c,1,pt,!0),r,g):[]});function l$(s,c,g){var O=s==null?0:s.length;return O?(c=g||c===r?1:De(c),mr(s,c<0?0:c,O)):[]}function c$(s,c,g){var O=s==null?0:s.length;return O?(c=g||c===r?1:De(c),c=O-c,mr(s,0,c<0?0:c)):[]}function f$(s,c){return s&&s.length?Vs(s,Ie(c,3),!0,!0):[]}function d$(s,c){return s&&s.length?Vs(s,Ie(c,3),!0):[]}function h$(s,c,g,O){var N=s==null?0:s.length;return N?(g&&typeof g!="number"&&kt(s,c,g)&&(g=0,O=N),oF(s,c,g,O)):[]}function h1(s,c,g){var O=s==null?0:s.length;if(!O)return-1;var N=g==null?0:De(g);return N<0&&(N=St(O+N,0)),Es(s,Ie(c,3),N)}function p1(s,c,g){var O=s==null?0:s.length;if(!O)return-1;var N=O-1;return g!==r&&(N=De(g),N=g<0?St(O+N,0):At(N,O-1)),Es(s,Ie(c,3),N,!0)}function v1(s){var c=s==null?0:s.length;return c?Pt(s,1):[]}function p$(s){var c=s==null?0:s.length;return c?Pt(s,Z):[]}function v$(s,c){var g=s==null?0:s.length;return g?(c=c===r?1:De(c),Pt(s,c)):[]}function g$(s){for(var c=-1,g=s==null?0:s.length,O={};++c<g;){var N=s[c];Wr(O,N[0],N[1])}return O}function g1(s){return s&&s.length?s[0]:r}function m$(s,c,g){var O=s==null?0:s.length;if(!O)return-1;var N=g==null?0:De(g);return N<0&&(N=St(O+N,0)),Bi(s,c,N)}function y$(s){var c=s==null?0:s.length;return c?mr(s,0,-1):[]}var b$=qe(function(s){var c=st(s,Ef);return c.length&&c[0]===s[0]?hf(c):[]}),x$=qe(function(s){var c=yr(s),g=st(s,Ef);return c===yr(g)?c=r:g.pop(),g.length&&g[0]===s[0]?hf(g,Ie(c,2)):[]}),w$=qe(function(s){var c=yr(s),g=st(s,Ef);return c=typeof c=="function"?c:r,c&&g.pop(),g.length&&g[0]===s[0]?hf(g,r,c):[]});function _$(s,c){return s==null?"":yB.call(s,c)}function yr(s){var c=s==null?0:s.length;return c?s[c-1]:r}function E$(s,c,g){var O=s==null?0:s.length;if(!O)return-1;var N=O;return g!==r&&(N=De(g),N=N<0?St(O+N,0):At(N,O-1)),c===c?rB(s,c,N):Es(s,Xw,N,!0)}function S$(s,c){return s&&s.length?R_(s,De(c)):r}var O$=qe(m1);function m1(s,c){return s&&s.length&&c&&c.length?mf(s,c):s}function C$(s,c,g){return s&&s.length&&c&&c.length?mf(s,c,Ie(g,2)):s}function R$(s,c,g){return s&&s.length&&c&&c.length?mf(s,c,r,g):s}var I$=dn(function(s,c){var g=s==null?0:s.length,O=lf(s,c);return N_(s,st(c,function(N){return hn(N,g)?+N:N}).sort(F_)),O});function P$(s,c){var g=[];if(!(s&&s.length))return g;var O=-1,N=[],q=s.length;for(c=Ie(c,3);++O<q;){var z=s[O];c(z,O,s)&&(g.push(z),N.push(O))}return N_(s,N),g}function kf(s){return s==null?s:_B.call(s)}function N$(s,c,g){var O=s==null?0:s.length;return O?(g&&typeof g!="number"&&kt(s,c,g)?(c=0,g=O):(c=c==null?0:De(c),g=g===r?O:De(g)),mr(s,c,g)):[]}function T$(s,c){return Hs(s,c)}function A$(s,c,g){return xf(s,c,Ie(g,2))}function M$(s,c){var g=s==null?0:s.length;if(g){var O=Hs(s,c);if(O<g&&Dr(s[O],c))return O}return-1}function D$(s,c){return Hs(s,c,!0)}function j$(s,c,g){return xf(s,c,Ie(g,2),!0)}function q$(s,c){var g=s==null?0:s.length;if(g){var O=Hs(s,c,!0)-1;if(Dr(s[O],c))return O}return-1}function k$(s){return s&&s.length?A_(s):[]}function L$(s,c){return s&&s.length?A_(s,Ie(c,2)):[]}function B$(s){var c=s==null?0:s.length;return c?mr(s,1,c):[]}function F$(s,c,g){return s&&s.length?(c=g||c===r?1:De(c),mr(s,0,c<0?0:c)):[]}function $$(s,c,g){var O=s==null?0:s.length;return O?(c=g||c===r?1:De(c),c=O-c,mr(s,c<0?0:c,O)):[]}function z$(s,c){return s&&s.length?Vs(s,Ie(c,3),!1,!0):[]}function H$(s,c){return s&&s.length?Vs(s,Ie(c,3)):[]}var V$=qe(function(s){return An(Pt(s,1,pt,!0))}),U$=qe(function(s){var c=yr(s);return pt(c)&&(c=r),An(Pt(s,1,pt,!0),Ie(c,2))}),W$=qe(function(s){var c=yr(s);return c=typeof c=="function"?c:r,An(Pt(s,1,pt,!0),r,c)});function G$(s){return s&&s.length?An(s):[]}function K$(s,c){return s&&s.length?An(s,Ie(c,2)):[]}function Y$(s,c){return c=typeof c=="function"?c:r,s&&s.length?An(s,r,c):[]}function Lf(s){if(!(s&&s.length))return[];var c=0;return s=Rn(s,function(g){if(pt(g))return c=St(g.length,c),!0}),ef(c,function(g){return st(s,Zc(g))})}function y1(s,c){if(!(s&&s.length))return[];var g=Lf(s);return c==null?g:st(g,function(O){return Qt(c,r,O)})}var X$=qe(function(s,c){return pt(s)?Zo(s,c):[]}),Z$=qe(function(s){return _f(Rn(s,pt))}),J$=qe(function(s){var c=yr(s);return pt(c)&&(c=r),_f(Rn(s,pt),Ie(c,2))}),Q$=qe(function(s){var c=yr(s);return c=typeof c=="function"?c:r,_f(Rn(s,pt),r,c)}),ez=qe(Lf);function tz(s,c){return q_(s||[],c||[],Xo)}function rz(s,c){return q_(s||[],c||[],ea)}var nz=qe(function(s){var c=s.length,g=c>1?s[c-1]:r;return g=typeof g=="function"?(s.pop(),g):r,y1(s,g)});function b1(s){var c=M(s);return c.__chain__=!0,c}function iz(s,c){return c(s),s}function Qs(s,c){return c(s)}var oz=dn(function(s){var c=s.length,g=c?s[0]:0,O=this.__wrapped__,N=function(q){return lf(q,s)};return c>1||this.__actions__.length||!(O instanceof Be)||!hn(g)?this.thru(N):(O=O.slice(g,+g+(c?1:0)),O.__actions__.push({func:Qs,args:[N],thisArg:r}),new vr(O,this.__chain__).thru(function(q){return c&&!q.length&&q.push(r),q}))});function az(){return b1(this)}function sz(){return new vr(this.value(),this.__chain__)}function uz(){this.__values__===r&&(this.__values__=M1(this.value()));var s=this.__index__>=this.__values__.length,c=s?r:this.__values__[this.__index__++];return{done:s,value:c}}function lz(){return this}function cz(s){for(var c,g=this;g instanceof Ls;){var O=d1(g);O.__index__=0,O.__values__=r,c?N.__wrapped__=O:c=O;var N=O;g=g.__wrapped__}return N.__wrapped__=s,c}function fz(){var s=this.__wrapped__;if(s instanceof Be){var c=s;return this.__actions__.length&&(c=new Be(this)),c=c.reverse(),c.__actions__.push({func:Qs,args:[kf],thisArg:r}),new vr(c,this.__chain__)}return this.thru(kf)}function dz(){return j_(this.__wrapped__,this.__actions__)}var hz=Us(function(s,c,g){Ge.call(s,g)?++s[g]:Wr(s,g,1)});function pz(s,c,g){var O=Me(s)?Kw:iF;return g&&kt(s,c,g)&&(c=r),O(s,Ie(c,3))}function vz(s,c){var g=Me(s)?Rn:y_;return g(s,Ie(c,3))}var gz=W_(h1),mz=W_(p1);function yz(s,c){return Pt(eu(s,c),1)}function bz(s,c){return Pt(eu(s,c),Z)}function xz(s,c,g){return g=g===r?1:De(g),Pt(eu(s,c),g)}function x1(s,c){var g=Me(s)?er:Tn;return g(s,Ie(c,3))}function w1(s,c){var g=Me(s)?BL:m_;return g(s,Ie(c,3))}var wz=Us(function(s,c,g){Ge.call(s,g)?s[g].push(c):Wr(s,g,[c])});function _z(s,c,g,O){s=Ht(s)?s:Zi(s),g=g&&!O?De(g):0;var N=s.length;return g<0&&(g=St(N+g,0)),ou(s)?g<=N&&s.indexOf(c,g)>-1:!!N&&Bi(s,c,g)>-1}var Ez=qe(function(s,c,g){var O=-1,N=typeof c=="function",q=Ht(s)?ce(s.length):[];return Tn(s,function(z){q[++O]=N?Qt(c,z,g):Jo(z,c,g)}),q}),Sz=Us(function(s,c,g){Wr(s,g,c)});function eu(s,c){var g=Me(s)?st:S_;return g(s,Ie(c,3))}function Oz(s,c,g,O){return s==null?[]:(Me(c)||(c=c==null?[]:[c]),g=O?r:g,Me(g)||(g=g==null?[]:[g]),I_(s,c,g))}var Cz=Us(function(s,c,g){s[g?0:1].push(c)},function(){return[[],[]]});function Rz(s,c,g){var O=Me(s)?Yc:Jw,N=arguments.length<3;return O(s,Ie(c,4),g,N,Tn)}function Iz(s,c,g){var O=Me(s)?FL:Jw,N=arguments.length<3;return O(s,Ie(c,4),g,N,m_)}function Pz(s,c){var g=Me(s)?Rn:y_;return g(s,nu(Ie(c,3)))}function Nz(s){var c=Me(s)?h_:_F;return c(s)}function Tz(s,c,g){(g?kt(s,c,g):c===r)?c=1:c=De(c);var O=Me(s)?QB:EF;return O(s,c)}function Az(s){var c=Me(s)?eF:OF;return c(s)}function Mz(s){if(s==null)return 0;if(Ht(s))return ou(s)?$i(s):s.length;var c=Mt(s);return c==be||c==Fe?s.size:vf(s).length}function Dz(s,c,g){var O=Me(s)?Xc:CF;return g&&kt(s,c,g)&&(c=r),O(s,Ie(c,3))}var jz=qe(function(s,c){if(s==null)return[];var g=c.length;return g>1&&kt(s,c[0],c[1])?c=[]:g>2&&kt(c[0],c[1],c[2])&&(c=[c[0]]),I_(s,Pt(c,1),[])}),tu=vB||function(){return It.Date.now()};function qz(s,c){if(typeof c!="function")throw new pr(a);return s=De(s),function(){if(--s<1)return c.apply(this,arguments)}}function _1(s,c,g){return c=g?r:c,c=s&&c==null?s.length:c,fn(s,P,r,r,r,r,c)}function E1(s,c){var g;if(typeof c!="function")throw new pr(a);return s=De(s),function(){return--s>0&&(g=c.apply(this,arguments)),s<=1&&(c=r),g}}var Bf=qe(function(s,c,g){var O=b;if(g.length){var N=Pn(g,Yi(Bf));O|=R}return fn(s,O,c,g,N)}),S1=qe(function(s,c,g){var O=b|w;if(g.length){var N=Pn(g,Yi(S1));O|=R}return fn(c,O,s,g,N)});function O1(s,c,g){c=g?r:c;var O=fn(s,_,r,r,r,r,r,c);return O.placeholder=O1.placeholder,O}function C1(s,c,g){c=g?r:c;var O=fn(s,S,r,r,r,r,r,c);return O.placeholder=C1.placeholder,O}function R1(s,c,g){var O,N,q,z,X,ie,ge=0,me=!1,ye=!1,_e=!0;if(typeof s!="function")throw new pr(a);c=br(c)||0,ft(g)&&(me=!!g.leading,ye="maxWait"in g,q=ye?St(br(g.maxWait)||0,c):q,_e="trailing"in g?!!g.trailing:_e);function Ce(vt){var jr=O,gn=N;return O=N=r,ge=vt,z=s.apply(gn,jr),z}function Ne(vt){return ge=vt,X=na(ke,c),me?Ce(vt):z}function je(vt){var jr=vt-ie,gn=vt-ge,G1=c-jr;return ye?At(G1,q-gn):G1}function Re(vt){var jr=vt-ie,gn=vt-ge;return ie===r||jr>=c||jr<0||ye&&gn>=q}function ke(){var vt=tu();if(Re(vt))return $e(vt);X=na(ke,je(vt))}function $e(vt){return X=r,_e&&O?Ce(vt):(O=N=r,z)}function ir(){X!==r&&k_(X),ge=0,O=ie=N=X=r}function Lt(){return X===r?z:$e(tu())}function or(){var vt=tu(),jr=Re(vt);if(O=arguments,N=this,ie=vt,jr){if(X===r)return Ne(ie);if(ye)return k_(X),X=na(ke,c),Ce(ie)}return X===r&&(X=na(ke,c)),z}return or.cancel=ir,or.flush=Lt,or}var kz=qe(function(s,c){return g_(s,1,c)}),Lz=qe(function(s,c,g){return g_(s,br(c)||0,g)});function Bz(s){return fn(s,k)}function ru(s,c){if(typeof s!="function"||c!=null&&typeof c!="function")throw new pr(a);var g=function(){var O=arguments,N=c?c.apply(this,O):O[0],q=g.cache;if(q.has(N))return q.get(N);var z=s.apply(this,O);return g.cache=q.set(N,z)||q,z};return g.cache=new(ru.Cache||cn),g}ru.Cache=cn;function nu(s){if(typeof s!="function")throw new pr(a);return function(){var c=arguments;switch(c.length){case 0:return!s.call(this);case 1:return!s.call(this,c[0]);case 2:return!s.call(this,c[0],c[1]);case 3:return!s.call(this,c[0],c[1],c[2])}return!s.apply(this,c)}}function Fz(s){return E1(2,s)}var $z=RF(function(s,c){c=c.length==1&&Me(c[0])?st(c[0],tr(Ie())):st(Pt(c,1),tr(Ie()));var g=c.length;return qe(function(O){for(var N=-1,q=At(O.length,g);++N<q;)O[N]=c[N].call(this,O[N]);return Qt(s,this,O)})}),Ff=qe(function(s,c){var g=Pn(c,Yi(Ff));return fn(s,R,r,c,g)}),I1=qe(function(s,c){var g=Pn(c,Yi(I1));return fn(s,I,r,c,g)}),zz=dn(function(s,c){return fn(s,A,r,r,r,c)});function Hz(s,c){if(typeof s!="function")throw new pr(a);return c=c===r?c:De(c),qe(s,c)}function Vz(s,c){if(typeof s!="function")throw new pr(a);return c=c==null?0:St(De(c),0),qe(function(g){var O=g[c],N=Dn(g,0,c);return O&&In(N,O),Qt(s,this,N)})}function Uz(s,c,g){var O=!0,N=!0;if(typeof s!="function")throw new pr(a);return ft(g)&&(O="leading"in g?!!g.leading:O,N="trailing"in g?!!g.trailing:N),R1(s,c,{leading:O,maxWait:c,trailing:N})}function Wz(s){return _1(s,1)}function Gz(s,c){return Ff(Sf(c),s)}function Kz(){if(!arguments.length)return[];var s=arguments[0];return Me(s)?s:[s]}function Yz(s){return gr(s,m)}function Xz(s,c){return c=typeof c=="function"?c:r,gr(s,m,c)}function Zz(s){return gr(s,p|m)}function Jz(s,c){return c=typeof c=="function"?c:r,gr(s,p|m,c)}function Qz(s,c){return c==null||v_(s,c,Ct(c))}function Dr(s,c){return s===c||s!==s&&c!==c}var e3=Ys(df),t3=Ys(function(s,c){return s>=c}),ai=w_((function(){return arguments})())?w_:function(s){return dt(s)&&Ge.call(s,"callee")&&!s_.call(s,"callee")},Me=ce.isArray,r3=zw?tr(zw):cF;function Ht(s){return s!=null&&iu(s.length)&&!pn(s)}function pt(s){return dt(s)&&Ht(s)}function n3(s){return s===!0||s===!1||dt(s)&&qt(s)==se}var jn=mB||Jf,i3=Hw?tr(Hw):fF;function o3(s){return dt(s)&&s.nodeType===1&&!ia(s)}function a3(s){if(s==null)return!0;if(Ht(s)&&(Me(s)||typeof s=="string"||typeof s.splice=="function"||jn(s)||Xi(s)||ai(s)))return!s.length;var c=Mt(s);if(c==be||c==Fe)return!s.size;if(ra(s))return!vf(s).length;for(var g in s)if(Ge.call(s,g))return!1;return!0}function s3(s,c){return Qo(s,c)}function u3(s,c,g){g=typeof g=="function"?g:r;var O=g?g(s,c):r;return O===r?Qo(s,c,r,g):!!O}function $f(s){if(!dt(s))return!1;var c=qt(s);return c==V||c==fe||typeof s.message=="string"&&typeof s.name=="string"&&!ia(s)}function l3(s){return typeof s=="number"&&l_(s)}function pn(s){if(!ft(s))return!1;var c=qt(s);return c==ee||c==we||c==K||c==Ze}function P1(s){return typeof s=="number"&&s==De(s)}function iu(s){return typeof s=="number"&&s>-1&&s%1==0&&s<=te}function ft(s){var c=typeof s;return s!=null&&(c=="object"||c=="function")}function dt(s){return s!=null&&typeof s=="object"}var N1=Vw?tr(Vw):hF;function c3(s,c){return s===c||pf(s,c,Tf(c))}function f3(s,c,g){return g=typeof g=="function"?g:r,pf(s,c,Tf(c),g)}function d3(s){return T1(s)&&s!=+s}function h3(s){if(XF(s))throw new Ae(o);return __(s)}function p3(s){return s===null}function v3(s){return s==null}function T1(s){return typeof s=="number"||dt(s)&&qt(s)==de}function ia(s){if(!dt(s)||qt(s)!=Ee)return!1;var c=Ts(s);if(c===null)return!0;var g=Ge.call(c,"constructor")&&c.constructor;return typeof g=="function"&&g instanceof g&&Rs.call(g)==fB}var zf=Uw?tr(Uw):pF;function g3(s){return P1(s)&&s>=-te&&s<=te}var A1=Ww?tr(Ww):vF;function ou(s){return typeof s=="string"||!Me(s)&&dt(s)&&qt(s)==Ve}function nr(s){return typeof s=="symbol"||dt(s)&&qt(s)==lt}var Xi=Gw?tr(Gw):gF;function m3(s){return s===r}function y3(s){return dt(s)&&Mt(s)==mt}function b3(s){return dt(s)&&qt(s)==yt}var x3=Ys(gf),w3=Ys(function(s,c){return s<=c});function M1(s){if(!s)return[];if(Ht(s))return ou(s)?Tr(s):zt(s);if(Uo&&s[Uo])return QL(s[Uo]());var c=Mt(s),g=c==be?rf:c==Fe?Ss:Zi;return g(s)}function vn(s){if(!s)return s===0?s:0;if(s=br(s),s===Z||s===-Z){var c=s<0?-1:1;return c*U}return s===s?s:0}function De(s){var c=vn(s),g=c%1;return c===c?g?c-g:c:0}function D1(s){return s?ri(De(s),0,ae):0}function br(s){if(typeof s=="number")return s;if(nr(s))return re;if(ft(s)){var c=typeof s.valueOf=="function"?s.valueOf():s;s=ft(c)?c+"":c}if(typeof s!="string")return s===0?s:+s;s=Qw(s);var g=Pc.test(s);return g||Tc.test(s)?qL(s.slice(2),g?2:8):Ic.test(s)?re:+s}function j1(s){return Kr(s,Vt(s))}function _3(s){return s?ri(De(s),-te,te):s===0?s:0}function Ke(s){return s==null?"":rr(s)}var E3=Gi(function(s,c){if(ra(c)||Ht(c)){Kr(c,Ct(c),s);return}for(var g in c)Ge.call(c,g)&&Xo(s,g,c[g])}),q1=Gi(function(s,c){Kr(c,Vt(c),s)}),k1=Gi(function(s,c,g,O){Kr(c,Vt(c),s,O)}),Hf=Gi(function(s,c,g,O){Kr(c,Ct(c),s,O)}),S3=dn(lf);function O3(s,c){var g=Wi(s);return c==null?g:p_(g,c)}var C3=qe(function(s,c){s=et(s);var g=-1,O=c.length,N=O>2?c[2]:r;for(N&&kt(c[0],c[1],N)&&(O=1);++g<O;)for(var q=c[g],z=Vt(q),X=-1,ie=z.length;++X<ie;){var ge=z[X],me=s[ge];(me===r||Dr(me,Hi[ge])&&!Ge.call(s,ge))&&(s[ge]=q[ge])}return s}),R3=qe(function(s){return s.push(r,Q_),Qt(L1,r,s)});function I3(s,c){return Yw(s,Ie(c,3),Gr)}function P3(s,c){return Yw(s,Ie(c,3),ff)}function N3(s,c){return s==null?s:cf(s,Ie(c,3),Vt)}function T3(s,c){return s==null?s:b_(s,Ie(c,3),Vt)}function A3(s,c){return s&&Gr(s,Ie(c,3))}function M3(s,c){return s&&ff(s,Ie(c,3))}function D3(s){return s==null?[]:$s(s,Ct(s))}function j3(s){return s==null?[]:$s(s,Vt(s))}function Vf(s,c,g){var O=s==null?r:ni(s,c);return O===r?g:O}function q3(s,c){return s!=null&&r1(s,c,aF)}function Uf(s,c){return s!=null&&r1(s,c,sF)}var k3=K_(function(s,c,g){c!=null&&typeof c.toString!="function"&&(c=Is.call(c)),s[c]=g},Gf(Ut)),L3=K_(function(s,c,g){c!=null&&typeof c.toString!="function"&&(c=Is.call(c)),Ge.call(s,c)?s[c].push(g):s[c]=[g]},Ie),B3=qe(Jo);function Ct(s){return Ht(s)?d_(s):vf(s)}function Vt(s){return Ht(s)?d_(s,!0):mF(s)}function F3(s,c){var g={};return c=Ie(c,3),Gr(s,function(O,N,q){Wr(g,c(O,N,q),O)}),g}function $3(s,c){var g={};return c=Ie(c,3),Gr(s,function(O,N,q){Wr(g,N,c(O,N,q))}),g}var z3=Gi(function(s,c,g){zs(s,c,g)}),L1=Gi(function(s,c,g,O){zs(s,c,g,O)}),H3=dn(function(s,c){var g={};if(s==null)return g;var O=!1;c=st(c,function(q){return q=Mn(q,s),O||(O=q.length>1),q}),Kr(s,Pf(s),g),O&&(g=gr(g,p|v|m,LF));for(var N=c.length;N--;)wf(g,c[N]);return g});function V3(s,c){return B1(s,nu(Ie(c)))}var U3=dn(function(s,c){return s==null?{}:bF(s,c)});function B1(s,c){if(s==null)return{};var g=st(Pf(s),function(O){return[O]});return c=Ie(c),P_(s,g,function(O,N){return c(O,N[0])})}function W3(s,c,g){c=Mn(c,s);var O=-1,N=c.length;for(N||(N=1,s=r);++O<N;){var q=s==null?r:s[Mr(c[O])];q===r&&(O=N,q=g),s=pn(q)?q.call(s):q}return s}function G3(s,c,g){return s==null?s:ea(s,c,g)}function K3(s,c,g,O){return O=typeof O=="function"?O:r,s==null?s:ea(s,c,g,O)}var F1=Z_(Ct),$1=Z_(Vt);function Y3(s,c,g){var O=Me(s),N=O||jn(s)||Xi(s);if(c=Ie(c,4),g==null){var q=s&&s.constructor;N?g=O?new q:[]:ft(s)?g=pn(q)?Wi(Ts(s)):{}:g={}}return(N?er:Gr)(s,function(z,X,ie){return c(g,z,X,ie)}),g}function X3(s,c){return s==null?!0:wf(s,c)}function Z3(s,c,g){return s==null?s:D_(s,c,Sf(g))}function J3(s,c,g,O){return O=typeof O=="function"?O:r,s==null?s:D_(s,c,Sf(g),O)}function Zi(s){return s==null?[]:tf(s,Ct(s))}function Q3(s){return s==null?[]:tf(s,Vt(s))}function e5(s,c,g){return g===r&&(g=c,c=r),g!==r&&(g=br(g),g=g===g?g:0),c!==r&&(c=br(c),c=c===c?c:0),ri(br(s),c,g)}function t5(s,c,g){return c=vn(c),g===r?(g=c,c=0):g=vn(g),s=br(s),uF(s,c,g)}function r5(s,c,g){if(g&&typeof g!="boolean"&&kt(s,c,g)&&(c=g=r),g===r&&(typeof c=="boolean"?(g=c,c=r):typeof s=="boolean"&&(g=s,s=r)),s===r&&c===r?(s=0,c=1):(s=vn(s),c===r?(c=s,s=0):c=vn(c)),s>c){var O=s;s=c,c=O}if(g||s%1||c%1){var N=c_();return At(s+N*(c-s+jL("1e-"+((N+"").length-1))),c)}return yf(s,c)}var n5=Ki(function(s,c,g){return c=c.toLowerCase(),s+(g?z1(c):c)});function z1(s){return Wf(Ke(s).toLowerCase())}function H1(s){return s=Ke(s),s&&s.replace(Mc,KL).replace(OL,"")}function i5(s,c,g){s=Ke(s),c=rr(c);var O=s.length;g=g===r?O:ri(De(g),0,O);var N=g;return g-=c.length,g>=0&&s.slice(g,N)==c}function o5(s){return s=Ke(s),s&&mc.test(s)?s.replace(ls,YL):s}function a5(s){return s=Ke(s),s&&wc.test(s)?s.replace(Di,"\\$&"):s}var s5=Ki(function(s,c,g){return s+(g?"-":"")+c.toLowerCase()}),u5=Ki(function(s,c,g){return s+(g?" ":"")+c.toLowerCase()}),l5=U_("toLowerCase");function c5(s,c,g){s=Ke(s),c=De(c);var O=c?$i(s):0;if(!c||O>=c)return s;var N=(c-O)/2;return Ks(js(N),g)+s+Ks(Ds(N),g)}function f5(s,c,g){s=Ke(s),c=De(c);var O=c?$i(s):0;return c&&O<c?s+Ks(c-O,g):s}function d5(s,c,g){s=Ke(s),c=De(c);var O=c?$i(s):0;return c&&O<c?Ks(c-O,g)+s:s}function h5(s,c,g){return g||c==null?c=0:c&&(c=+c),wB(Ke(s).replace(ji,""),c||0)}function p5(s,c,g){return(g?kt(s,c,g):c===r)?c=1:c=De(c),bf(Ke(s),c)}function v5(){var s=arguments,c=Ke(s[0]);return s.length<3?c:c.replace(s[1],s[2])}var g5=Ki(function(s,c,g){return s+(g?"_":"")+c.toLowerCase()});function m5(s,c,g){return g&&typeof g!="number"&&kt(s,c,g)&&(c=g=r),g=g===r?ae:g>>>0,g?(s=Ke(s),s&&(typeof c=="string"||c!=null&&!zf(c))&&(c=rr(c),!c&&Fi(s))?Dn(Tr(s),0,g):s.split(c,g)):[]}var y5=Ki(function(s,c,g){return s+(g?" ":"")+Wf(c)});function b5(s,c,g){return s=Ke(s),g=g==null?0:ri(De(g),0,s.length),c=rr(c),s.slice(g,g+c.length)==c}function x5(s,c,g){var O=M.templateSettings;g&&kt(s,c,g)&&(c=r),s=Ke(s),c=Hf({},c,O,J_);var N=Hf({},c.imports,O.imports,J_),q=Ct(N),z=tf(N,q);er(q,function(Re){if(ps.test(Re))throw new Ae(l)});var X,ie,ge=0,me=c.interpolate||Xn,ye="__p += '",_e=nf((c.escape||Xn).source+"|"+me.source+"|"+(me===Lo?Rc:Xn).source+"|"+(c.evaluate||Xn).source+"|$","g"),Ce="//# sourceURL="+(Ge.call(c,"sourceURL")?(c.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++NL+"]")+`
52
+ `)}function GF(s){return Me(s)||si(s)||!!(u_&&s&&s[u_])}function hn(s,c){var g=typeof s;return c=c??te,!!c&&(g=="number"||g!="symbol"&&Ac.test(s))&&s>-1&&s%1==0&&s<c}function kt(s,c,g){if(!ft(g))return!1;var O=typeof c;return(O=="number"?Ht(g)&&hn(c,g.length):O=="string"&&c in g)?Dr(g[c],s):!1}function Mf(s,c){if(Me(s))return!1;var g=typeof s;return g=="number"||g=="symbol"||g=="boolean"||s==null||nr(s)?!0:ds.test(s)||!bc.test(s)||c!=null&&s in et(c)}function KF(s){var c=typeof s;return c=="string"||c=="number"||c=="symbol"||c=="boolean"?s!=="__proto__":s===null}function Df(s){var c=Xs(s),g=M[c];if(typeof g!="function"||!(c in Be.prototype))return!1;if(s===g)return!0;var O=Nf(g);return!!O&&s===O[0]}function YF(s){return!!i_&&i_ in s}var XF=Cs?pn:Jf;function ra(s){var c=s&&s.constructor,g=typeof c=="function"&&c.prototype||Vi;return s===g}function i1(s){return s===s&&!ft(s)}function o1(s,c){return function(g){return g==null?!1:g[s]===c&&(c!==r||s in et(g))}}function ZF(s){var c=ru(s,function(O){return g.size===f&&g.clear(),O}),g=c.cache;return c}function JF(s,c){var g=s[1],O=c[1],N=g|O,q=N<(b|w|P),z=O==P&&g==_||O==P&&g==A&&s[7].length<=c[8]||O==(P|A)&&c[7].length<=c[8]&&g==_;if(!(q||z))return s;O&b&&(s[2]=c[2],N|=g&b?0:E);var X=c[3];if(X){var ie=s[3];s[3]=ie?$_(ie,X,c[4]):X,s[4]=ie?Pn(s[3],h):c[4]}return X=c[5],X&&(ie=s[5],s[5]=ie?z_(ie,X,c[6]):X,s[6]=ie?Pn(s[5],h):c[6]),X=c[7],X&&(s[7]=X),O&P&&(s[8]=s[8]==null?c[8]:At(s[8],c[8])),s[9]==null&&(s[9]=c[9]),s[0]=c[0],s[1]=N,s}function QF(s){var c=[];if(s!=null)for(var g in et(s))c.push(g);return c}function e$(s){return Is.call(s)}function a1(s,c,g){return c=St(c===r?s.length-1:c,0),function(){for(var O=arguments,N=-1,q=St(O.length-c,0),z=ce(q);++N<q;)z[N]=O[c+N];N=-1;for(var X=ce(c+1);++N<c;)X[N]=O[N];return X[c]=g(z),Qt(s,this,X)}}function s1(s,c){return c.length<2?s:ii(s,mr(c,0,-1))}function t$(s,c){for(var g=s.length,O=At(c.length,g),N=zt(s);O--;){var q=c[O];s[O]=hn(q,g)?N[q]:r}return s}function jf(s,c){if(!(c==="constructor"&&typeof s[c]=="function")&&c!="__proto__")return s[c]}var u1=c1(T_),na=gB||function(s,c){return It.setTimeout(s,c)},qf=c1(SF);function l1(s,c,g){var O=c+"";return qf(s,WF(O,r$(HF(O),g)))}function c1(s){var c=0,g=0;return function(){var O=xB(),N=D-(O-g);if(g=O,N>0){if(++c>=j)return arguments[0]}else c=0;return s.apply(r,arguments)}}function Js(s,c){var g=-1,O=s.length,N=O-1;for(c=c===r?O:c;++g<c;){var q=yf(g,N),z=s[q];s[q]=s[g],s[g]=z}return s.length=c,s}var f1=ZF(function(s){var c=[];return s.charCodeAt(0)===46&&c.push(""),s.replace(xc,function(g,O,N,q){c.push(N?q.replace(Cc,"$1"):O||g)}),c});function Mr(s){if(typeof s=="string"||nr(s))return s;var c=s+"";return c=="0"&&1/s==-Z?"-0":c}function ai(s){if(s!=null){try{return Rs.call(s)}catch{}try{return s+""}catch{}}return""}function r$(s,c){return er(W,function(g){var O="_."+g[0];c&g[1]&&!_s(s,O)&&s.push(O)}),s.sort()}function d1(s){if(s instanceof Be)return s.clone();var c=new vr(s.__wrapped__,s.__chain__);return c.__actions__=zt(s.__actions__),c.__index__=s.__index__,c.__values__=s.__values__,c}function n$(s,c,g){(g?kt(s,c,g):c===r)?c=1:c=St(De(c),0);var O=s==null?0:s.length;if(!O||c<1)return[];for(var N=0,q=0,z=ce(Ds(O/c));N<O;)z[q++]=mr(s,N,N+=c);return z}function i$(s){for(var c=-1,g=s==null?0:s.length,O=0,N=[];++c<g;){var q=s[c];q&&(N[O++]=q)}return N}function o$(){var s=arguments.length;if(!s)return[];for(var c=ce(s-1),g=arguments[0],O=s;O--;)c[O-1]=arguments[O];return In(Me(g)?zt(g):[g],Pt(c,1))}var a$=qe(function(s,c){return pt(s)?Zo(s,Pt(c,1,pt,!0)):[]}),s$=qe(function(s,c){var g=yr(c);return pt(g)&&(g=r),pt(s)?Zo(s,Pt(c,1,pt,!0),Ie(g,2)):[]}),u$=qe(function(s,c){var g=yr(c);return pt(g)&&(g=r),pt(s)?Zo(s,Pt(c,1,pt,!0),r,g):[]});function l$(s,c,g){var O=s==null?0:s.length;return O?(c=g||c===r?1:De(c),mr(s,c<0?0:c,O)):[]}function c$(s,c,g){var O=s==null?0:s.length;return O?(c=g||c===r?1:De(c),c=O-c,mr(s,0,c<0?0:c)):[]}function f$(s,c){return s&&s.length?Vs(s,Ie(c,3),!0,!0):[]}function d$(s,c){return s&&s.length?Vs(s,Ie(c,3),!0):[]}function h$(s,c,g,O){var N=s==null?0:s.length;return N?(g&&typeof g!="number"&&kt(s,c,g)&&(g=0,O=N),oF(s,c,g,O)):[]}function h1(s,c,g){var O=s==null?0:s.length;if(!O)return-1;var N=g==null?0:De(g);return N<0&&(N=St(O+N,0)),Es(s,Ie(c,3),N)}function p1(s,c,g){var O=s==null?0:s.length;if(!O)return-1;var N=O-1;return g!==r&&(N=De(g),N=g<0?St(O+N,0):At(N,O-1)),Es(s,Ie(c,3),N,!0)}function v1(s){var c=s==null?0:s.length;return c?Pt(s,1):[]}function p$(s){var c=s==null?0:s.length;return c?Pt(s,Z):[]}function v$(s,c){var g=s==null?0:s.length;return g?(c=c===r?1:De(c),Pt(s,c)):[]}function g$(s){for(var c=-1,g=s==null?0:s.length,O={};++c<g;){var N=s[c];Wr(O,N[0],N[1])}return O}function g1(s){return s&&s.length?s[0]:r}function m$(s,c,g){var O=s==null?0:s.length;if(!O)return-1;var N=g==null?0:De(g);return N<0&&(N=St(O+N,0)),Fi(s,c,N)}function y$(s){var c=s==null?0:s.length;return c?mr(s,0,-1):[]}var b$=qe(function(s){var c=st(s,Ef);return c.length&&c[0]===s[0]?hf(c):[]}),x$=qe(function(s){var c=yr(s),g=st(s,Ef);return c===yr(g)?c=r:g.pop(),g.length&&g[0]===s[0]?hf(g,Ie(c,2)):[]}),w$=qe(function(s){var c=yr(s),g=st(s,Ef);return c=typeof c=="function"?c:r,c&&g.pop(),g.length&&g[0]===s[0]?hf(g,r,c):[]});function _$(s,c){return s==null?"":yB.call(s,c)}function yr(s){var c=s==null?0:s.length;return c?s[c-1]:r}function E$(s,c,g){var O=s==null?0:s.length;if(!O)return-1;var N=O;return g!==r&&(N=De(g),N=N<0?St(O+N,0):At(N,O-1)),c===c?rB(s,c,N):Es(s,Xw,N,!0)}function S$(s,c){return s&&s.length?R_(s,De(c)):r}var O$=qe(m1);function m1(s,c){return s&&s.length&&c&&c.length?mf(s,c):s}function C$(s,c,g){return s&&s.length&&c&&c.length?mf(s,c,Ie(g,2)):s}function R$(s,c,g){return s&&s.length&&c&&c.length?mf(s,c,r,g):s}var I$=dn(function(s,c){var g=s==null?0:s.length,O=lf(s,c);return N_(s,st(c,function(N){return hn(N,g)?+N:N}).sort(F_)),O});function P$(s,c){var g=[];if(!(s&&s.length))return g;var O=-1,N=[],q=s.length;for(c=Ie(c,3);++O<q;){var z=s[O];c(z,O,s)&&(g.push(z),N.push(O))}return N_(s,N),g}function kf(s){return s==null?s:_B.call(s)}function N$(s,c,g){var O=s==null?0:s.length;return O?(g&&typeof g!="number"&&kt(s,c,g)?(c=0,g=O):(c=c==null?0:De(c),g=g===r?O:De(g)),mr(s,c,g)):[]}function T$(s,c){return Hs(s,c)}function A$(s,c,g){return xf(s,c,Ie(g,2))}function M$(s,c){var g=s==null?0:s.length;if(g){var O=Hs(s,c);if(O<g&&Dr(s[O],c))return O}return-1}function D$(s,c){return Hs(s,c,!0)}function j$(s,c,g){return xf(s,c,Ie(g,2),!0)}function q$(s,c){var g=s==null?0:s.length;if(g){var O=Hs(s,c,!0)-1;if(Dr(s[O],c))return O}return-1}function k$(s){return s&&s.length?A_(s):[]}function L$(s,c){return s&&s.length?A_(s,Ie(c,2)):[]}function B$(s){var c=s==null?0:s.length;return c?mr(s,1,c):[]}function F$(s,c,g){return s&&s.length?(c=g||c===r?1:De(c),mr(s,0,c<0?0:c)):[]}function $$(s,c,g){var O=s==null?0:s.length;return O?(c=g||c===r?1:De(c),c=O-c,mr(s,c<0?0:c,O)):[]}function z$(s,c){return s&&s.length?Vs(s,Ie(c,3),!1,!0):[]}function H$(s,c){return s&&s.length?Vs(s,Ie(c,3)):[]}var V$=qe(function(s){return An(Pt(s,1,pt,!0))}),U$=qe(function(s){var c=yr(s);return pt(c)&&(c=r),An(Pt(s,1,pt,!0),Ie(c,2))}),W$=qe(function(s){var c=yr(s);return c=typeof c=="function"?c:r,An(Pt(s,1,pt,!0),r,c)});function G$(s){return s&&s.length?An(s):[]}function K$(s,c){return s&&s.length?An(s,Ie(c,2)):[]}function Y$(s,c){return c=typeof c=="function"?c:r,s&&s.length?An(s,r,c):[]}function Lf(s){if(!(s&&s.length))return[];var c=0;return s=Rn(s,function(g){if(pt(g))return c=St(g.length,c),!0}),ef(c,function(g){return st(s,Zc(g))})}function y1(s,c){if(!(s&&s.length))return[];var g=Lf(s);return c==null?g:st(g,function(O){return Qt(c,r,O)})}var X$=qe(function(s,c){return pt(s)?Zo(s,c):[]}),Z$=qe(function(s){return _f(Rn(s,pt))}),J$=qe(function(s){var c=yr(s);return pt(c)&&(c=r),_f(Rn(s,pt),Ie(c,2))}),Q$=qe(function(s){var c=yr(s);return c=typeof c=="function"?c:r,_f(Rn(s,pt),r,c)}),ez=qe(Lf);function tz(s,c){return q_(s||[],c||[],Xo)}function rz(s,c){return q_(s||[],c||[],ea)}var nz=qe(function(s){var c=s.length,g=c>1?s[c-1]:r;return g=typeof g=="function"?(s.pop(),g):r,y1(s,g)});function b1(s){var c=M(s);return c.__chain__=!0,c}function iz(s,c){return c(s),s}function Qs(s,c){return c(s)}var oz=dn(function(s){var c=s.length,g=c?s[0]:0,O=this.__wrapped__,N=function(q){return lf(q,s)};return c>1||this.__actions__.length||!(O instanceof Be)||!hn(g)?this.thru(N):(O=O.slice(g,+g+(c?1:0)),O.__actions__.push({func:Qs,args:[N],thisArg:r}),new vr(O,this.__chain__).thru(function(q){return c&&!q.length&&q.push(r),q}))});function az(){return b1(this)}function sz(){return new vr(this.value(),this.__chain__)}function uz(){this.__values__===r&&(this.__values__=M1(this.value()));var s=this.__index__>=this.__values__.length,c=s?r:this.__values__[this.__index__++];return{done:s,value:c}}function lz(){return this}function cz(s){for(var c,g=this;g instanceof Ls;){var O=d1(g);O.__index__=0,O.__values__=r,c?N.__wrapped__=O:c=O;var N=O;g=g.__wrapped__}return N.__wrapped__=s,c}function fz(){var s=this.__wrapped__;if(s instanceof Be){var c=s;return this.__actions__.length&&(c=new Be(this)),c=c.reverse(),c.__actions__.push({func:Qs,args:[kf],thisArg:r}),new vr(c,this.__chain__)}return this.thru(kf)}function dz(){return j_(this.__wrapped__,this.__actions__)}var hz=Us(function(s,c,g){Ge.call(s,g)?++s[g]:Wr(s,g,1)});function pz(s,c,g){var O=Me(s)?Kw:iF;return g&&kt(s,c,g)&&(c=r),O(s,Ie(c,3))}function vz(s,c){var g=Me(s)?Rn:y_;return g(s,Ie(c,3))}var gz=W_(h1),mz=W_(p1);function yz(s,c){return Pt(eu(s,c),1)}function bz(s,c){return Pt(eu(s,c),Z)}function xz(s,c,g){return g=g===r?1:De(g),Pt(eu(s,c),g)}function x1(s,c){var g=Me(s)?er:Tn;return g(s,Ie(c,3))}function w1(s,c){var g=Me(s)?BL:m_;return g(s,Ie(c,3))}var wz=Us(function(s,c,g){Ge.call(s,g)?s[g].push(c):Wr(s,g,[c])});function _z(s,c,g,O){s=Ht(s)?s:Ji(s),g=g&&!O?De(g):0;var N=s.length;return g<0&&(g=St(N+g,0)),ou(s)?g<=N&&s.indexOf(c,g)>-1:!!N&&Fi(s,c,g)>-1}var Ez=qe(function(s,c,g){var O=-1,N=typeof c=="function",q=Ht(s)?ce(s.length):[];return Tn(s,function(z){q[++O]=N?Qt(c,z,g):Jo(z,c,g)}),q}),Sz=Us(function(s,c,g){Wr(s,g,c)});function eu(s,c){var g=Me(s)?st:S_;return g(s,Ie(c,3))}function Oz(s,c,g,O){return s==null?[]:(Me(c)||(c=c==null?[]:[c]),g=O?r:g,Me(g)||(g=g==null?[]:[g]),I_(s,c,g))}var Cz=Us(function(s,c,g){s[g?0:1].push(c)},function(){return[[],[]]});function Rz(s,c,g){var O=Me(s)?Yc:Jw,N=arguments.length<3;return O(s,Ie(c,4),g,N,Tn)}function Iz(s,c,g){var O=Me(s)?FL:Jw,N=arguments.length<3;return O(s,Ie(c,4),g,N,m_)}function Pz(s,c){var g=Me(s)?Rn:y_;return g(s,nu(Ie(c,3)))}function Nz(s){var c=Me(s)?h_:_F;return c(s)}function Tz(s,c,g){(g?kt(s,c,g):c===r)?c=1:c=De(c);var O=Me(s)?QB:EF;return O(s,c)}function Az(s){var c=Me(s)?eF:OF;return c(s)}function Mz(s){if(s==null)return 0;if(Ht(s))return ou(s)?zi(s):s.length;var c=Mt(s);return c==be||c==Fe?s.size:vf(s).length}function Dz(s,c,g){var O=Me(s)?Xc:CF;return g&&kt(s,c,g)&&(c=r),O(s,Ie(c,3))}var jz=qe(function(s,c){if(s==null)return[];var g=c.length;return g>1&&kt(s,c[0],c[1])?c=[]:g>2&&kt(c[0],c[1],c[2])&&(c=[c[0]]),I_(s,Pt(c,1),[])}),tu=vB||function(){return It.Date.now()};function qz(s,c){if(typeof c!="function")throw new pr(a);return s=De(s),function(){if(--s<1)return c.apply(this,arguments)}}function _1(s,c,g){return c=g?r:c,c=s&&c==null?s.length:c,fn(s,P,r,r,r,r,c)}function E1(s,c){var g;if(typeof c!="function")throw new pr(a);return s=De(s),function(){return--s>0&&(g=c.apply(this,arguments)),s<=1&&(c=r),g}}var Bf=qe(function(s,c,g){var O=b;if(g.length){var N=Pn(g,Xi(Bf));O|=R}return fn(s,O,c,g,N)}),S1=qe(function(s,c,g){var O=b|w;if(g.length){var N=Pn(g,Xi(S1));O|=R}return fn(c,O,s,g,N)});function O1(s,c,g){c=g?r:c;var O=fn(s,_,r,r,r,r,r,c);return O.placeholder=O1.placeholder,O}function C1(s,c,g){c=g?r:c;var O=fn(s,S,r,r,r,r,r,c);return O.placeholder=C1.placeholder,O}function R1(s,c,g){var O,N,q,z,X,ie,ge=0,me=!1,ye=!1,_e=!0;if(typeof s!="function")throw new pr(a);c=br(c)||0,ft(g)&&(me=!!g.leading,ye="maxWait"in g,q=ye?St(br(g.maxWait)||0,c):q,_e="trailing"in g?!!g.trailing:_e);function Ce(vt){var jr=O,gn=N;return O=N=r,ge=vt,z=s.apply(gn,jr),z}function Ne(vt){return ge=vt,X=na(ke,c),me?Ce(vt):z}function je(vt){var jr=vt-ie,gn=vt-ge,G1=c-jr;return ye?At(G1,q-gn):G1}function Re(vt){var jr=vt-ie,gn=vt-ge;return ie===r||jr>=c||jr<0||ye&&gn>=q}function ke(){var vt=tu();if(Re(vt))return $e(vt);X=na(ke,je(vt))}function $e(vt){return X=r,_e&&O?Ce(vt):(O=N=r,z)}function ir(){X!==r&&k_(X),ge=0,O=ie=N=X=r}function Lt(){return X===r?z:$e(tu())}function or(){var vt=tu(),jr=Re(vt);if(O=arguments,N=this,ie=vt,jr){if(X===r)return Ne(ie);if(ye)return k_(X),X=na(ke,c),Ce(ie)}return X===r&&(X=na(ke,c)),z}return or.cancel=ir,or.flush=Lt,or}var kz=qe(function(s,c){return g_(s,1,c)}),Lz=qe(function(s,c,g){return g_(s,br(c)||0,g)});function Bz(s){return fn(s,k)}function ru(s,c){if(typeof s!="function"||c!=null&&typeof c!="function")throw new pr(a);var g=function(){var O=arguments,N=c?c.apply(this,O):O[0],q=g.cache;if(q.has(N))return q.get(N);var z=s.apply(this,O);return g.cache=q.set(N,z)||q,z};return g.cache=new(ru.Cache||cn),g}ru.Cache=cn;function nu(s){if(typeof s!="function")throw new pr(a);return function(){var c=arguments;switch(c.length){case 0:return!s.call(this);case 1:return!s.call(this,c[0]);case 2:return!s.call(this,c[0],c[1]);case 3:return!s.call(this,c[0],c[1],c[2])}return!s.apply(this,c)}}function Fz(s){return E1(2,s)}var $z=RF(function(s,c){c=c.length==1&&Me(c[0])?st(c[0],tr(Ie())):st(Pt(c,1),tr(Ie()));var g=c.length;return qe(function(O){for(var N=-1,q=At(O.length,g);++N<q;)O[N]=c[N].call(this,O[N]);return Qt(s,this,O)})}),Ff=qe(function(s,c){var g=Pn(c,Xi(Ff));return fn(s,R,r,c,g)}),I1=qe(function(s,c){var g=Pn(c,Xi(I1));return fn(s,I,r,c,g)}),zz=dn(function(s,c){return fn(s,A,r,r,r,c)});function Hz(s,c){if(typeof s!="function")throw new pr(a);return c=c===r?c:De(c),qe(s,c)}function Vz(s,c){if(typeof s!="function")throw new pr(a);return c=c==null?0:St(De(c),0),qe(function(g){var O=g[c],N=Dn(g,0,c);return O&&In(N,O),Qt(s,this,N)})}function Uz(s,c,g){var O=!0,N=!0;if(typeof s!="function")throw new pr(a);return ft(g)&&(O="leading"in g?!!g.leading:O,N="trailing"in g?!!g.trailing:N),R1(s,c,{leading:O,maxWait:c,trailing:N})}function Wz(s){return _1(s,1)}function Gz(s,c){return Ff(Sf(c),s)}function Kz(){if(!arguments.length)return[];var s=arguments[0];return Me(s)?s:[s]}function Yz(s){return gr(s,m)}function Xz(s,c){return c=typeof c=="function"?c:r,gr(s,m,c)}function Zz(s){return gr(s,p|m)}function Jz(s,c){return c=typeof c=="function"?c:r,gr(s,p|m,c)}function Qz(s,c){return c==null||v_(s,c,Ct(c))}function Dr(s,c){return s===c||s!==s&&c!==c}var e3=Ys(df),t3=Ys(function(s,c){return s>=c}),si=w_((function(){return arguments})())?w_:function(s){return dt(s)&&Ge.call(s,"callee")&&!s_.call(s,"callee")},Me=ce.isArray,r3=zw?tr(zw):cF;function Ht(s){return s!=null&&iu(s.length)&&!pn(s)}function pt(s){return dt(s)&&Ht(s)}function n3(s){return s===!0||s===!1||dt(s)&&qt(s)==se}var jn=mB||Jf,i3=Hw?tr(Hw):fF;function o3(s){return dt(s)&&s.nodeType===1&&!ia(s)}function a3(s){if(s==null)return!0;if(Ht(s)&&(Me(s)||typeof s=="string"||typeof s.splice=="function"||jn(s)||Zi(s)||si(s)))return!s.length;var c=Mt(s);if(c==be||c==Fe)return!s.size;if(ra(s))return!vf(s).length;for(var g in s)if(Ge.call(s,g))return!1;return!0}function s3(s,c){return Qo(s,c)}function u3(s,c,g){g=typeof g=="function"?g:r;var O=g?g(s,c):r;return O===r?Qo(s,c,r,g):!!O}function $f(s){if(!dt(s))return!1;var c=qt(s);return c==V||c==fe||typeof s.message=="string"&&typeof s.name=="string"&&!ia(s)}function l3(s){return typeof s=="number"&&l_(s)}function pn(s){if(!ft(s))return!1;var c=qt(s);return c==ee||c==we||c==K||c==Ze}function P1(s){return typeof s=="number"&&s==De(s)}function iu(s){return typeof s=="number"&&s>-1&&s%1==0&&s<=te}function ft(s){var c=typeof s;return s!=null&&(c=="object"||c=="function")}function dt(s){return s!=null&&typeof s=="object"}var N1=Vw?tr(Vw):hF;function c3(s,c){return s===c||pf(s,c,Tf(c))}function f3(s,c,g){return g=typeof g=="function"?g:r,pf(s,c,Tf(c),g)}function d3(s){return T1(s)&&s!=+s}function h3(s){if(XF(s))throw new Ae(o);return __(s)}function p3(s){return s===null}function v3(s){return s==null}function T1(s){return typeof s=="number"||dt(s)&&qt(s)==de}function ia(s){if(!dt(s)||qt(s)!=Ee)return!1;var c=Ts(s);if(c===null)return!0;var g=Ge.call(c,"constructor")&&c.constructor;return typeof g=="function"&&g instanceof g&&Rs.call(g)==fB}var zf=Uw?tr(Uw):pF;function g3(s){return P1(s)&&s>=-te&&s<=te}var A1=Ww?tr(Ww):vF;function ou(s){return typeof s=="string"||!Me(s)&&dt(s)&&qt(s)==Ve}function nr(s){return typeof s=="symbol"||dt(s)&&qt(s)==lt}var Zi=Gw?tr(Gw):gF;function m3(s){return s===r}function y3(s){return dt(s)&&Mt(s)==mt}function b3(s){return dt(s)&&qt(s)==yt}var x3=Ys(gf),w3=Ys(function(s,c){return s<=c});function M1(s){if(!s)return[];if(Ht(s))return ou(s)?Tr(s):zt(s);if(Uo&&s[Uo])return QL(s[Uo]());var c=Mt(s),g=c==be?rf:c==Fe?Ss:Ji;return g(s)}function vn(s){if(!s)return s===0?s:0;if(s=br(s),s===Z||s===-Z){var c=s<0?-1:1;return c*U}return s===s?s:0}function De(s){var c=vn(s),g=c%1;return c===c?g?c-g:c:0}function D1(s){return s?ni(De(s),0,ae):0}function br(s){if(typeof s=="number")return s;if(nr(s))return re;if(ft(s)){var c=typeof s.valueOf=="function"?s.valueOf():s;s=ft(c)?c+"":c}if(typeof s!="string")return s===0?s:+s;s=Qw(s);var g=Pc.test(s);return g||Tc.test(s)?qL(s.slice(2),g?2:8):Ic.test(s)?re:+s}function j1(s){return Kr(s,Vt(s))}function _3(s){return s?ni(De(s),-te,te):s===0?s:0}function Ke(s){return s==null?"":rr(s)}var E3=Ki(function(s,c){if(ra(c)||Ht(c)){Kr(c,Ct(c),s);return}for(var g in c)Ge.call(c,g)&&Xo(s,g,c[g])}),q1=Ki(function(s,c){Kr(c,Vt(c),s)}),k1=Ki(function(s,c,g,O){Kr(c,Vt(c),s,O)}),Hf=Ki(function(s,c,g,O){Kr(c,Ct(c),s,O)}),S3=dn(lf);function O3(s,c){var g=Gi(s);return c==null?g:p_(g,c)}var C3=qe(function(s,c){s=et(s);var g=-1,O=c.length,N=O>2?c[2]:r;for(N&&kt(c[0],c[1],N)&&(O=1);++g<O;)for(var q=c[g],z=Vt(q),X=-1,ie=z.length;++X<ie;){var ge=z[X],me=s[ge];(me===r||Dr(me,Vi[ge])&&!Ge.call(s,ge))&&(s[ge]=q[ge])}return s}),R3=qe(function(s){return s.push(r,Q_),Qt(L1,r,s)});function I3(s,c){return Yw(s,Ie(c,3),Gr)}function P3(s,c){return Yw(s,Ie(c,3),ff)}function N3(s,c){return s==null?s:cf(s,Ie(c,3),Vt)}function T3(s,c){return s==null?s:b_(s,Ie(c,3),Vt)}function A3(s,c){return s&&Gr(s,Ie(c,3))}function M3(s,c){return s&&ff(s,Ie(c,3))}function D3(s){return s==null?[]:$s(s,Ct(s))}function j3(s){return s==null?[]:$s(s,Vt(s))}function Vf(s,c,g){var O=s==null?r:ii(s,c);return O===r?g:O}function q3(s,c){return s!=null&&r1(s,c,aF)}function Uf(s,c){return s!=null&&r1(s,c,sF)}var k3=K_(function(s,c,g){c!=null&&typeof c.toString!="function"&&(c=Is.call(c)),s[c]=g},Gf(Ut)),L3=K_(function(s,c,g){c!=null&&typeof c.toString!="function"&&(c=Is.call(c)),Ge.call(s,c)?s[c].push(g):s[c]=[g]},Ie),B3=qe(Jo);function Ct(s){return Ht(s)?d_(s):vf(s)}function Vt(s){return Ht(s)?d_(s,!0):mF(s)}function F3(s,c){var g={};return c=Ie(c,3),Gr(s,function(O,N,q){Wr(g,c(O,N,q),O)}),g}function $3(s,c){var g={};return c=Ie(c,3),Gr(s,function(O,N,q){Wr(g,N,c(O,N,q))}),g}var z3=Ki(function(s,c,g){zs(s,c,g)}),L1=Ki(function(s,c,g,O){zs(s,c,g,O)}),H3=dn(function(s,c){var g={};if(s==null)return g;var O=!1;c=st(c,function(q){return q=Mn(q,s),O||(O=q.length>1),q}),Kr(s,Pf(s),g),O&&(g=gr(g,p|v|m,LF));for(var N=c.length;N--;)wf(g,c[N]);return g});function V3(s,c){return B1(s,nu(Ie(c)))}var U3=dn(function(s,c){return s==null?{}:bF(s,c)});function B1(s,c){if(s==null)return{};var g=st(Pf(s),function(O){return[O]});return c=Ie(c),P_(s,g,function(O,N){return c(O,N[0])})}function W3(s,c,g){c=Mn(c,s);var O=-1,N=c.length;for(N||(N=1,s=r);++O<N;){var q=s==null?r:s[Mr(c[O])];q===r&&(O=N,q=g),s=pn(q)?q.call(s):q}return s}function G3(s,c,g){return s==null?s:ea(s,c,g)}function K3(s,c,g,O){return O=typeof O=="function"?O:r,s==null?s:ea(s,c,g,O)}var F1=Z_(Ct),$1=Z_(Vt);function Y3(s,c,g){var O=Me(s),N=O||jn(s)||Zi(s);if(c=Ie(c,4),g==null){var q=s&&s.constructor;N?g=O?new q:[]:ft(s)?g=pn(q)?Gi(Ts(s)):{}:g={}}return(N?er:Gr)(s,function(z,X,ie){return c(g,z,X,ie)}),g}function X3(s,c){return s==null?!0:wf(s,c)}function Z3(s,c,g){return s==null?s:D_(s,c,Sf(g))}function J3(s,c,g,O){return O=typeof O=="function"?O:r,s==null?s:D_(s,c,Sf(g),O)}function Ji(s){return s==null?[]:tf(s,Ct(s))}function Q3(s){return s==null?[]:tf(s,Vt(s))}function e5(s,c,g){return g===r&&(g=c,c=r),g!==r&&(g=br(g),g=g===g?g:0),c!==r&&(c=br(c),c=c===c?c:0),ni(br(s),c,g)}function t5(s,c,g){return c=vn(c),g===r?(g=c,c=0):g=vn(g),s=br(s),uF(s,c,g)}function r5(s,c,g){if(g&&typeof g!="boolean"&&kt(s,c,g)&&(c=g=r),g===r&&(typeof c=="boolean"?(g=c,c=r):typeof s=="boolean"&&(g=s,s=r)),s===r&&c===r?(s=0,c=1):(s=vn(s),c===r?(c=s,s=0):c=vn(c)),s>c){var O=s;s=c,c=O}if(g||s%1||c%1){var N=c_();return At(s+N*(c-s+jL("1e-"+((N+"").length-1))),c)}return yf(s,c)}var n5=Yi(function(s,c,g){return c=c.toLowerCase(),s+(g?z1(c):c)});function z1(s){return Wf(Ke(s).toLowerCase())}function H1(s){return s=Ke(s),s&&s.replace(Mc,KL).replace(OL,"")}function i5(s,c,g){s=Ke(s),c=rr(c);var O=s.length;g=g===r?O:ni(De(g),0,O);var N=g;return g-=c.length,g>=0&&s.slice(g,N)==c}function o5(s){return s=Ke(s),s&&mc.test(s)?s.replace(ls,YL):s}function a5(s){return s=Ke(s),s&&wc.test(s)?s.replace(ji,"\\$&"):s}var s5=Yi(function(s,c,g){return s+(g?"-":"")+c.toLowerCase()}),u5=Yi(function(s,c,g){return s+(g?" ":"")+c.toLowerCase()}),l5=U_("toLowerCase");function c5(s,c,g){s=Ke(s),c=De(c);var O=c?zi(s):0;if(!c||O>=c)return s;var N=(c-O)/2;return Ks(js(N),g)+s+Ks(Ds(N),g)}function f5(s,c,g){s=Ke(s),c=De(c);var O=c?zi(s):0;return c&&O<c?s+Ks(c-O,g):s}function d5(s,c,g){s=Ke(s),c=De(c);var O=c?zi(s):0;return c&&O<c?Ks(c-O,g)+s:s}function h5(s,c,g){return g||c==null?c=0:c&&(c=+c),wB(Ke(s).replace(qi,""),c||0)}function p5(s,c,g){return(g?kt(s,c,g):c===r)?c=1:c=De(c),bf(Ke(s),c)}function v5(){var s=arguments,c=Ke(s[0]);return s.length<3?c:c.replace(s[1],s[2])}var g5=Yi(function(s,c,g){return s+(g?"_":"")+c.toLowerCase()});function m5(s,c,g){return g&&typeof g!="number"&&kt(s,c,g)&&(c=g=r),g=g===r?ae:g>>>0,g?(s=Ke(s),s&&(typeof c=="string"||c!=null&&!zf(c))&&(c=rr(c),!c&&$i(s))?Dn(Tr(s),0,g):s.split(c,g)):[]}var y5=Yi(function(s,c,g){return s+(g?" ":"")+Wf(c)});function b5(s,c,g){return s=Ke(s),g=g==null?0:ni(De(g),0,s.length),c=rr(c),s.slice(g,g+c.length)==c}function x5(s,c,g){var O=M.templateSettings;g&&kt(s,c,g)&&(c=r),s=Ke(s),c=Hf({},c,O,J_);var N=Hf({},c.imports,O.imports,J_),q=Ct(N),z=tf(N,q);er(q,function(Re){if(ps.test(Re))throw new Ae(l)});var X,ie,ge=0,me=c.interpolate||Zn,ye="__p += '",_e=nf((c.escape||Zn).source+"|"+me.source+"|"+(me===Lo?Rc:Zn).source+"|"+(c.evaluate||Zn).source+"|$","g"),Ce="//# sourceURL="+(Ge.call(c,"sourceURL")?(c.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++NL+"]")+`
53
53
  `;s.replace(_e,function(Re,ke,$e,ir,Lt,or){return $e||($e=ir),ye+=s.slice(ge,or).replace(Dc,XL),ke&&(X=!0,ye+=`' +
54
54
  __e(`+ke+`) +
55
55
  '`),Lt&&(ie=!0,ye+=`';
@@ -60,16 +60,16 @@ __p += '`),$e&&(ye+=`' +
60
60
  `;var Ne=Ge.call(c,"variable")&&c.variable;if(!Ne)ye=`with (obj) {
61
61
  `+ye+`
62
62
  }
63
- `;else if(ps.test(Ne))throw new Ae(u);ye=(ie?ye.replace(Mi,""):ye).replace(vc,"$1").replace(gc,"$1;"),ye="function("+(Ne||"obj")+`) {
63
+ `;else if(ps.test(Ne))throw new Ae(u);ye=(ie?ye.replace(Di,""):ye).replace(vc,"$1").replace(gc,"$1;"),ye="function("+(Ne||"obj")+`) {
64
64
  `+(Ne?"":`obj || (obj = {});
65
65
  `)+"var __t, __p = ''"+(X?", __e = _.escape":"")+(ie?`, __j = Array.prototype.join;
66
66
  function print() { __p += __j.call(arguments, '') }
67
67
  `:`;
68
68
  `)+ye+`return __p
69
- }`;var je=U1(function(){return Ue(q,Ce+"return "+ye).apply(r,z)});if(je.source=ye,$f(je))throw je;return je}function w5(s){return Ke(s).toLowerCase()}function _5(s){return Ke(s).toUpperCase()}function E5(s,c,g){if(s=Ke(s),s&&(g||c===r))return Qw(s);if(!s||!(c=rr(c)))return s;var O=Tr(s),N=Tr(c),q=e_(O,N),z=t_(O,N)+1;return Dn(O,q,z).join("")}function S5(s,c,g){if(s=Ke(s),s&&(g||c===r))return s.slice(0,n_(s)+1);if(!s||!(c=rr(c)))return s;var O=Tr(s),N=t_(O,Tr(c))+1;return Dn(O,0,N).join("")}function O5(s,c,g){if(s=Ke(s),s&&(g||c===r))return s.replace(ji,"");if(!s||!(c=rr(c)))return s;var O=Tr(s),N=e_(O,Tr(c));return Dn(O,N).join("")}function C5(s,c){var g=L,O=$;if(ft(c)){var N="separator"in c?c.separator:N;g="length"in c?De(c.length):g,O="omission"in c?rr(c.omission):O}s=Ke(s);var q=s.length;if(Fi(s)){var z=Tr(s);q=z.length}if(g>=q)return s;var X=g-$i(O);if(X<1)return O;var ie=z?Dn(z,0,X).join(""):s.slice(0,X);if(N===r)return ie+O;if(z&&(X+=ie.length-X),zf(N)){if(s.slice(X).search(N)){var ge,me=ie;for(N.global||(N=nf(N.source,Ke(vs.exec(N))+"g")),N.lastIndex=0;ge=N.exec(me);)var ye=ge.index;ie=ie.slice(0,ye===r?X:ye)}}else if(s.indexOf(rr(N),X)!=X){var _e=ie.lastIndexOf(N);_e>-1&&(ie=ie.slice(0,_e))}return ie+O}function R5(s){return s=Ke(s),s&&cs.test(s)?s.replace(ko,nB):s}var I5=Ki(function(s,c,g){return s+(g?" ":"")+c.toUpperCase()}),Wf=U_("toUpperCase");function V1(s,c,g){return s=Ke(s),c=g?r:c,c===r?JL(s)?aB(s):HL(s):s.match(c)||[]}var U1=qe(function(s,c){try{return Qt(s,r,c)}catch(g){return $f(g)?g:new Ae(g)}}),P5=dn(function(s,c){return er(c,function(g){g=Mr(g),Wr(s,g,Bf(s[g],s))}),s});function N5(s){var c=s==null?0:s.length,g=Ie();return s=c?st(s,function(O){if(typeof O[1]!="function")throw new pr(a);return[g(O[0]),O[1]]}):[],qe(function(O){for(var N=-1;++N<c;){var q=s[N];if(Qt(q[0],this,O))return Qt(q[1],this,O)}})}function T5(s){return nF(gr(s,p))}function Gf(s){return function(){return s}}function A5(s,c){return s==null||s!==s?c:s}var M5=G_(),D5=G_(!0);function Ut(s){return s}function Kf(s){return E_(typeof s=="function"?s:gr(s,p))}function j5(s){return O_(gr(s,p))}function q5(s,c){return C_(s,gr(c,p))}var k5=qe(function(s,c){return function(g){return Jo(g,s,c)}}),L5=qe(function(s,c){return function(g){return Jo(s,g,c)}});function Yf(s,c,g){var O=Ct(c),N=$s(c,O);g==null&&!(ft(c)&&(N.length||!O.length))&&(g=c,c=s,s=this,N=$s(c,Ct(c)));var q=!(ft(g)&&"chain"in g)||!!g.chain,z=pn(s);return er(N,function(X){var ie=c[X];s[X]=ie,z&&(s.prototype[X]=function(){var ge=this.__chain__;if(q||ge){var me=s(this.__wrapped__),ye=me.__actions__=zt(this.__actions__);return ye.push({func:ie,args:arguments,thisArg:s}),me.__chain__=ge,me}return ie.apply(s,In([this.value()],arguments))})}),s}function B5(){return It._===this&&(It._=dB),this}function Xf(){}function F5(s){return s=De(s),qe(function(c){return R_(c,s)})}var $5=Cf(st),z5=Cf(Kw),H5=Cf(Xc);function W1(s){return Mf(s)?Zc(Mr(s)):xF(s)}function V5(s){return function(c){return s==null?r:ni(s,c)}}var U5=Y_(),W5=Y_(!0);function Zf(){return[]}function Jf(){return!1}function G5(){return{}}function K5(){return""}function Y5(){return!0}function X5(s,c){if(s=De(s),s<1||s>te)return[];var g=ae,O=At(s,ae);c=Ie(c),s-=ae;for(var N=ef(O,c);++g<s;)c(g);return N}function Z5(s){return Me(s)?st(s,Mr):nr(s)?[s]:zt(f1(Ke(s)))}function J5(s){var c=++cB;return Ke(s)+c}var Q5=Gs(function(s,c){return s+c},0),eH=Rf("ceil"),tH=Gs(function(s,c){return s/c},1),rH=Rf("floor");function nH(s){return s&&s.length?Fs(s,Ut,df):r}function iH(s,c){return s&&s.length?Fs(s,Ie(c,2),df):r}function oH(s){return Zw(s,Ut)}function aH(s,c){return Zw(s,Ie(c,2))}function sH(s){return s&&s.length?Fs(s,Ut,gf):r}function uH(s,c){return s&&s.length?Fs(s,Ie(c,2),gf):r}var lH=Gs(function(s,c){return s*c},1),cH=Rf("round"),fH=Gs(function(s,c){return s-c},0);function dH(s){return s&&s.length?Qc(s,Ut):0}function hH(s,c){return s&&s.length?Qc(s,Ie(c,2)):0}return M.after=qz,M.ary=_1,M.assign=E3,M.assignIn=q1,M.assignInWith=k1,M.assignWith=Hf,M.at=S3,M.before=E1,M.bind=Bf,M.bindAll=P5,M.bindKey=S1,M.castArray=Kz,M.chain=b1,M.chunk=n$,M.compact=i$,M.concat=o$,M.cond=N5,M.conforms=T5,M.constant=Gf,M.countBy=hz,M.create=O3,M.curry=O1,M.curryRight=C1,M.debounce=R1,M.defaults=C3,M.defaultsDeep=R3,M.defer=kz,M.delay=Lz,M.difference=a$,M.differenceBy=s$,M.differenceWith=u$,M.drop=l$,M.dropRight=c$,M.dropRightWhile=f$,M.dropWhile=d$,M.fill=h$,M.filter=vz,M.flatMap=yz,M.flatMapDeep=bz,M.flatMapDepth=xz,M.flatten=v1,M.flattenDeep=p$,M.flattenDepth=v$,M.flip=Bz,M.flow=M5,M.flowRight=D5,M.fromPairs=g$,M.functions=D3,M.functionsIn=j3,M.groupBy=wz,M.initial=y$,M.intersection=b$,M.intersectionBy=x$,M.intersectionWith=w$,M.invert=k3,M.invertBy=L3,M.invokeMap=Ez,M.iteratee=Kf,M.keyBy=Sz,M.keys=Ct,M.keysIn=Vt,M.map=eu,M.mapKeys=F3,M.mapValues=$3,M.matches=j5,M.matchesProperty=q5,M.memoize=ru,M.merge=z3,M.mergeWith=L1,M.method=k5,M.methodOf=L5,M.mixin=Yf,M.negate=nu,M.nthArg=F5,M.omit=H3,M.omitBy=V3,M.once=Fz,M.orderBy=Oz,M.over=$5,M.overArgs=$z,M.overEvery=z5,M.overSome=H5,M.partial=Ff,M.partialRight=I1,M.partition=Cz,M.pick=U3,M.pickBy=B1,M.property=W1,M.propertyOf=V5,M.pull=O$,M.pullAll=m1,M.pullAllBy=C$,M.pullAllWith=R$,M.pullAt=I$,M.range=U5,M.rangeRight=W5,M.rearg=zz,M.reject=Pz,M.remove=P$,M.rest=Hz,M.reverse=kf,M.sampleSize=Tz,M.set=G3,M.setWith=K3,M.shuffle=Az,M.slice=N$,M.sortBy=jz,M.sortedUniq=k$,M.sortedUniqBy=L$,M.split=m5,M.spread=Vz,M.tail=B$,M.take=F$,M.takeRight=$$,M.takeRightWhile=z$,M.takeWhile=H$,M.tap=iz,M.throttle=Uz,M.thru=Qs,M.toArray=M1,M.toPairs=F1,M.toPairsIn=$1,M.toPath=Z5,M.toPlainObject=j1,M.transform=Y3,M.unary=Wz,M.union=V$,M.unionBy=U$,M.unionWith=W$,M.uniq=G$,M.uniqBy=K$,M.uniqWith=Y$,M.unset=X3,M.unzip=Lf,M.unzipWith=y1,M.update=Z3,M.updateWith=J3,M.values=Zi,M.valuesIn=Q3,M.without=X$,M.words=V1,M.wrap=Gz,M.xor=Z$,M.xorBy=J$,M.xorWith=Q$,M.zip=ez,M.zipObject=tz,M.zipObjectDeep=rz,M.zipWith=nz,M.entries=F1,M.entriesIn=$1,M.extend=q1,M.extendWith=k1,Yf(M,M),M.add=Q5,M.attempt=U1,M.camelCase=n5,M.capitalize=z1,M.ceil=eH,M.clamp=e5,M.clone=Yz,M.cloneDeep=Zz,M.cloneDeepWith=Jz,M.cloneWith=Xz,M.conformsTo=Qz,M.deburr=H1,M.defaultTo=A5,M.divide=tH,M.endsWith=i5,M.eq=Dr,M.escape=o5,M.escapeRegExp=a5,M.every=pz,M.find=gz,M.findIndex=h1,M.findKey=I3,M.findLast=mz,M.findLastIndex=p1,M.findLastKey=P3,M.floor=rH,M.forEach=x1,M.forEachRight=w1,M.forIn=N3,M.forInRight=T3,M.forOwn=A3,M.forOwnRight=M3,M.get=Vf,M.gt=e3,M.gte=t3,M.has=q3,M.hasIn=Uf,M.head=g1,M.identity=Ut,M.includes=_z,M.indexOf=m$,M.inRange=t5,M.invoke=B3,M.isArguments=ai,M.isArray=Me,M.isArrayBuffer=r3,M.isArrayLike=Ht,M.isArrayLikeObject=pt,M.isBoolean=n3,M.isBuffer=jn,M.isDate=i3,M.isElement=o3,M.isEmpty=a3,M.isEqual=s3,M.isEqualWith=u3,M.isError=$f,M.isFinite=l3,M.isFunction=pn,M.isInteger=P1,M.isLength=iu,M.isMap=N1,M.isMatch=c3,M.isMatchWith=f3,M.isNaN=d3,M.isNative=h3,M.isNil=v3,M.isNull=p3,M.isNumber=T1,M.isObject=ft,M.isObjectLike=dt,M.isPlainObject=ia,M.isRegExp=zf,M.isSafeInteger=g3,M.isSet=A1,M.isString=ou,M.isSymbol=nr,M.isTypedArray=Xi,M.isUndefined=m3,M.isWeakMap=y3,M.isWeakSet=b3,M.join=_$,M.kebabCase=s5,M.last=yr,M.lastIndexOf=E$,M.lowerCase=u5,M.lowerFirst=l5,M.lt=x3,M.lte=w3,M.max=nH,M.maxBy=iH,M.mean=oH,M.meanBy=aH,M.min=sH,M.minBy=uH,M.stubArray=Zf,M.stubFalse=Jf,M.stubObject=G5,M.stubString=K5,M.stubTrue=Y5,M.multiply=lH,M.nth=S$,M.noConflict=B5,M.noop=Xf,M.now=tu,M.pad=c5,M.padEnd=f5,M.padStart=d5,M.parseInt=h5,M.random=r5,M.reduce=Rz,M.reduceRight=Iz,M.repeat=p5,M.replace=v5,M.result=W3,M.round=cH,M.runInContext=ne,M.sample=Nz,M.size=Mz,M.snakeCase=g5,M.some=Dz,M.sortedIndex=T$,M.sortedIndexBy=A$,M.sortedIndexOf=M$,M.sortedLastIndex=D$,M.sortedLastIndexBy=j$,M.sortedLastIndexOf=q$,M.startCase=y5,M.startsWith=b5,M.subtract=fH,M.sum=dH,M.sumBy=hH,M.template=x5,M.times=X5,M.toFinite=vn,M.toInteger=De,M.toLength=D1,M.toLower=w5,M.toNumber=br,M.toSafeInteger=_3,M.toString=Ke,M.toUpper=_5,M.trim=E5,M.trimEnd=S5,M.trimStart=O5,M.truncate=C5,M.unescape=R5,M.uniqueId=J5,M.upperCase=I5,M.upperFirst=Wf,M.each=x1,M.eachRight=w1,M.first=g1,Yf(M,(function(){var s={};return Gr(M,function(c,g){Ge.call(M.prototype,g)||(s[g]=c)}),s})(),{chain:!1}),M.VERSION=n,er(["bind","bindKey","curry","curryRight","partial","partialRight"],function(s){M[s].placeholder=M}),er(["drop","take"],function(s,c){Be.prototype[s]=function(g){g=g===r?1:St(De(g),0);var O=this.__filtered__&&!c?new Be(this):this.clone();return O.__filtered__?O.__takeCount__=At(g,O.__takeCount__):O.__views__.push({size:At(g,ae),type:s+(O.__dir__<0?"Right":"")}),O},Be.prototype[s+"Right"]=function(g){return this.reverse()[s](g).reverse()}}),er(["filter","map","takeWhile"],function(s,c){var g=c+1,O=g==G||g==Y;Be.prototype[s]=function(N){var q=this.clone();return q.__iteratees__.push({iteratee:Ie(N,3),type:g}),q.__filtered__=q.__filtered__||O,q}}),er(["head","last"],function(s,c){var g="take"+(c?"Right":"");Be.prototype[s]=function(){return this[g](1).value()[0]}}),er(["initial","tail"],function(s,c){var g="drop"+(c?"":"Right");Be.prototype[s]=function(){return this.__filtered__?new Be(this):this[g](1)}}),Be.prototype.compact=function(){return this.filter(Ut)},Be.prototype.find=function(s){return this.filter(s).head()},Be.prototype.findLast=function(s){return this.reverse().find(s)},Be.prototype.invokeMap=qe(function(s,c){return typeof s=="function"?new Be(this):this.map(function(g){return Jo(g,s,c)})}),Be.prototype.reject=function(s){return this.filter(nu(Ie(s)))},Be.prototype.slice=function(s,c){s=De(s);var g=this;return g.__filtered__&&(s>0||c<0)?new Be(g):(s<0?g=g.takeRight(-s):s&&(g=g.drop(s)),c!==r&&(c=De(c),g=c<0?g.dropRight(-c):g.take(c-s)),g)},Be.prototype.takeRightWhile=function(s){return this.reverse().takeWhile(s).reverse()},Be.prototype.toArray=function(){return this.take(ae)},Gr(Be.prototype,function(s,c){var g=/^(?:filter|find|map|reject)|While$/.test(c),O=/^(?:head|last)$/.test(c),N=M[O?"take"+(c=="last"?"Right":""):c],q=O||/^find/.test(c);N&&(M.prototype[c]=function(){var z=this.__wrapped__,X=O?[1]:arguments,ie=z instanceof Be,ge=X[0],me=ie||Me(z),ye=function(ke){var $e=N.apply(M,In([ke],X));return O&&_e?$e[0]:$e};me&&g&&typeof ge=="function"&&ge.length!=1&&(ie=me=!1);var _e=this.__chain__,Ce=!!this.__actions__.length,Ne=q&&!_e,je=ie&&!Ce;if(!q&&me){z=je?z:new Be(this);var Re=s.apply(z,X);return Re.__actions__.push({func:Qs,args:[ye],thisArg:r}),new vr(Re,_e)}return Ne&&je?s.apply(this,X):(Re=this.thru(ye),Ne?O?Re.value()[0]:Re.value():Re)})}),er(["pop","push","shift","sort","splice","unshift"],function(s){var c=Os[s],g=/^(?:push|sort|unshift)$/.test(s)?"tap":"thru",O=/^(?:pop|shift)$/.test(s);M.prototype[s]=function(){var N=arguments;if(O&&!this.__chain__){var q=this.value();return c.apply(Me(q)?q:[],N)}return this[g](function(z){return c.apply(Me(z)?z:[],N)})}}),Gr(Be.prototype,function(s,c){var g=M[c];if(g){var O=g.name+"";Ge.call(Ui,O)||(Ui[O]=[]),Ui[O].push({name:c,func:g})}}),Ui[Ws(r,w).name]=[{name:"wrapper",func:r}],Be.prototype.clone=IB,Be.prototype.reverse=PB,Be.prototype.value=NB,M.prototype.at=oz,M.prototype.chain=az,M.prototype.commit=sz,M.prototype.next=uz,M.prototype.plant=cz,M.prototype.reverse=fz,M.prototype.toJSON=M.prototype.valueOf=M.prototype.value=dz,M.prototype.first=M.prototype.head,Uo&&(M.prototype[Uo]=lz),M}),zi=sB();Jn?((Jn.exports=zi)._=zi,Wc._=zi):It._=zi}).call(TZ)})(Aa,Aa.exports)),Aa.exports}var hl=AZ(),jN={},fa,qN;function wt(){if(qN)return fa;qN=1;var e=function(t){return t&&t.Math===Math&&t};return fa=e(typeof globalThis=="object"&&globalThis)||e(typeof window=="object"&&window)||e(typeof self=="object"&&self)||e(typeof ht=="object"&&ht)||e(typeof fa=="object"&&fa)||(function(){return this})()||Function("return this")(),fa}var Km={},Ym,kN;function it(){return kN||(kN=1,Ym=function(e){try{return!!e()}catch{return!0}}),Ym}var Xm,LN;function Ir(){if(LN)return Xm;LN=1;var e=it();return Xm=!e(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7}),Xm}var Zm,BN;function ec(){if(BN)return Zm;BN=1;var e=it();return Zm=!e(function(){var t=(function(){}).bind();return typeof t!="function"||t.hasOwnProperty("prototype")}),Zm}var Jm,FN;function Zt(){if(FN)return Jm;FN=1;var e=ec(),t=Function.prototype.call;return Jm=e?t.bind(t):function(){return t.apply(t,arguments)},Jm}var Qm={},$N;function wk(){if($N)return Qm;$N=1;var e={}.propertyIsEnumerable,t=Object.getOwnPropertyDescriptor,r=t&&!e.call({1:2},1);return Qm.f=r?function(i){var o=t(this,i);return!!o&&o.enumerable}:e,Qm}var ey,zN;function tc(){return zN||(zN=1,ey=function(e,t){return{enumerable:!(e&1),configurable:!(e&2),writable:!(e&4),value:t}}),ey}var ty,HN;function ot(){if(HN)return ty;HN=1;var e=ec(),t=Function.prototype,r=t.call,n=e&&t.bind.bind(r,r);return ty=e?n:function(i){return function(){return r.apply(i,arguments)}},ty}var ry,VN;function Gn(){if(VN)return ry;VN=1;var e=ot(),t=e({}.toString),r=e("".slice);return ry=function(n){return r(t(n),8,-1)},ry}var ny,UN;function rc(){if(UN)return ny;UN=1;var e=ot(),t=it(),r=Gn(),n=Object,i=e("".split);return ny=t(function(){return!n("z").propertyIsEnumerable(0)})?function(o){return r(o)==="String"?i(o,""):n(o)}:n,ny}var iy,WN;function is(){return WN||(WN=1,iy=function(e){return e==null}),iy}var oy,GN;function Ni(){if(GN)return oy;GN=1;var e=is(),t=TypeError;return oy=function(r){if(e(r))throw new t("Can't call method on "+r);return r},oy}var ay,KN;function Do(){if(KN)return ay;KN=1;var e=rc(),t=Ni();return ay=function(r){return e(t(r))},ay}var sy,YN;function Ot(){if(YN)return sy;YN=1;var e=typeof document=="object"&&document.all;return sy=typeof e>"u"&&e!==void 0?function(t){return typeof t=="function"||t===e}:function(t){return typeof t=="function"},sy}var uy,XN;function Tt(){if(XN)return uy;XN=1;var e=Ot();return uy=function(t){return typeof t=="object"?t!==null:e(t)},uy}var ly,ZN;function nc(){if(ZN)return ly;ZN=1;var e=wt(),t=Ot(),r=function(n){return t(n)?n:void 0};return ly=function(n,i){return arguments.length<2?r(e[n]):e[n]&&e[n][i]},ly}var cy,JN;function ic(){if(JN)return cy;JN=1;var e=ot();return cy=e({}.isPrototypeOf),cy}var fy,QN;function _k(){if(QN)return fy;QN=1;var e=wt(),t=e.navigator,r=t&&t.userAgent;return fy=r?String(r):"",fy}var dy,eT;function vw(){if(eT)return dy;eT=1;var e=wt(),t=_k(),r=e.process,n=e.Deno,i=r&&r.versions||n&&n.version,o=i&&i.v8,a,u;return o&&(a=o.split("."),u=a[0]>0&&a[0]<4?1:+(a[0]+a[1])),!u&&t&&(a=t.match(/Edge\/(\d+)/),(!a||a[1]>=74)&&(a=t.match(/Chrome\/(\d+)/),a&&(u=+a[1]))),dy=u,dy}var hy,tT;function Ek(){if(tT)return hy;tT=1;var e=vw(),t=it(),r=wt(),n=r.String;return hy=!!Object.getOwnPropertySymbols&&!t(function(){var i=Symbol("symbol detection");return!n(i)||!(Object(i)instanceof Symbol)||!Symbol.sham&&e&&e<41}),hy}var py,rT;function Sk(){if(rT)return py;rT=1;var e=Ek();return py=e&&!Symbol.sham&&typeof Symbol.iterator=="symbol",py}var vy,nT;function Ok(){if(nT)return vy;nT=1;var e=nc(),t=Ot(),r=ic(),n=Sk(),i=Object;return vy=n?function(o){return typeof o=="symbol"}:function(o){var a=e("Symbol");return t(a)&&r(a.prototype,i(o))},vy}var gy,iT;function gw(){if(iT)return gy;iT=1;var e=String;return gy=function(t){try{return e(t)}catch{return"Object"}},gy}var my,oT;function os(){if(oT)return my;oT=1;var e=Ot(),t=gw(),r=TypeError;return my=function(n){if(e(n))return n;throw new r(t(n)+" is not a function")},my}var yy,aT;function as(){if(aT)return yy;aT=1;var e=os(),t=is();return yy=function(r,n){var i=r[n];return t(i)?void 0:e(i)},yy}var by,sT;function MZ(){if(sT)return by;sT=1;var e=Zt(),t=Ot(),r=Tt(),n=TypeError;return by=function(i,o){var a,u;if(o==="string"&&t(a=i.toString)&&!r(u=e(a,i))||t(a=i.valueOf)&&!r(u=e(a,i))||o!=="string"&&t(a=i.toString)&&!r(u=e(a,i)))return u;throw new n("Can't convert object to primitive value")},by}var xy={exports:{}},wy,uT;function oc(){return uT||(uT=1,wy=!1),wy}var _y,lT;function mw(){if(lT)return _y;lT=1;var e=wt(),t=Object.defineProperty;return _y=function(r,n){try{t(e,r,{value:n,configurable:!0,writable:!0})}catch{e[r]=n}return n},_y}var cT;function yw(){if(cT)return xy.exports;cT=1;var e=oc(),t=wt(),r=mw(),n="__core-js_shared__",i=xy.exports=t[n]||r(n,{});return(i.versions||(i.versions=[])).push({version:"3.49.0",mode:e?"pure":"global",copyright:"© 2013–2025 Denis Pushkarev (zloirock.ru), 2025–2026 CoreJS Company (core-js.io). All rights reserved.",license:"https://github.com/zloirock/core-js/blob/v3.49.0/LICENSE",source:"https://github.com/zloirock/core-js"}),xy.exports}var Ey,fT;function bw(){if(fT)return Ey;fT=1;var e=yw();return Ey=function(t,r){return e[t]||(e[t]=r||{})},Ey}var Sy,dT;function jo(){if(dT)return Sy;dT=1;var e=Ni(),t=Object;return Sy=function(r){return t(e(r))},Sy}var Oy,hT;function Pr(){if(hT)return Oy;hT=1;var e=ot(),t=jo(),r=e({}.hasOwnProperty);return Oy=Object.hasOwn||function(i,o){return r(t(i),o)},Oy}var Cy,pT;function xw(){if(pT)return Cy;pT=1;var e=ot(),t=0,r=Math.random(),n=e(1.1.toString);return Cy=function(i){return"Symbol("+(i===void 0?"":i)+")_"+n(++t+r,36)},Cy}var Ry,vT;function $t(){if(vT)return Ry;vT=1;var e=wt(),t=bw(),r=Pr(),n=xw(),i=Ek(),o=Sk(),a=e.Symbol,u=t("wks"),l=o?a.for||a:a&&a.withoutSetter||n;return Ry=function(d){return r(u,d)||(u[d]=i&&r(a,d)?a[d]:l("Symbol."+d)),u[d]},Ry}var Iy,gT;function DZ(){if(gT)return Iy;gT=1;var e=Zt(),t=Tt(),r=Ok(),n=as(),i=MZ(),o=$t(),a=TypeError,u=o("toPrimitive");return Iy=function(l,d){if(!t(l)||r(l))return l;var f=n(l,u),h;if(f){if(d===void 0&&(d="default"),h=e(f,l,d),!t(h)||r(h))return h;throw new a("Can't convert object to primitive value")}return d===void 0&&(d="number"),i(l,d)},Iy}var Py,mT;function Ck(){if(mT)return Py;mT=1;var e=DZ(),t=Ok();return Py=function(r){var n=e(r,"string");return t(n)?n:n+""},Py}var Ny,yT;function ww(){if(yT)return Ny;yT=1;var e=wt(),t=Tt(),r=e.document,n=t(r)&&t(r.createElement);return Ny=function(i){return n?r.createElement(i):{}},Ny}var Ty,bT;function Rk(){if(bT)return Ty;bT=1;var e=Ir(),t=it(),r=ww();return Ty=!e&&!t(function(){return Object.defineProperty(r("div"),"a",{get:function(){return 7}}).a!==7}),Ty}var xT;function Ik(){if(xT)return Km;xT=1;var e=Ir(),t=Zt(),r=wk(),n=tc(),i=Do(),o=Ck(),a=Pr(),u=Rk(),l=Object.getOwnPropertyDescriptor;return Km.f=e?l:function(f,h){if(f=i(f),h=o(h),u)try{return l(f,h)}catch{}if(a(f,h))return n(!t(r.f,f,h),f[h])},Km}var Ay={},My,wT;function Pk(){if(wT)return My;wT=1;var e=Ir(),t=it();return My=e&&t(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42}),My}var Dy,_T;function Nr(){if(_T)return Dy;_T=1;var e=Tt(),t=String,r=TypeError;return Dy=function(n){if(e(n))return n;throw new r(t(n)+" is not an object")},Dy}var ET;function un(){if(ET)return Ay;ET=1;var e=Ir(),t=Rk(),r=Pk(),n=Nr(),i=Ck(),o=TypeError,a=Object.defineProperty,u=Object.getOwnPropertyDescriptor,l="enumerable",d="configurable",f="writable";return Ay.f=e?r?function(p,v,m){if(n(p),v=i(v),n(m),typeof p=="function"&&v==="prototype"&&"value"in m&&f in m&&!m[f]){var y=u(p,v);y&&y[f]&&(p[v]=m.value,m={configurable:d in m?m[d]:y[d],enumerable:l in m?m[l]:y[l],writable:!1})}return a(p,v,m)}:a:function(p,v,m){if(n(p),v=i(v),n(m),t)try{return a(p,v,m)}catch{}if("get"in m||"set"in m)throw new o("Accessors not supported");return"value"in m&&(p[v]=m.value),p},Ay}var jy,ST;function ss(){if(ST)return jy;ST=1;var e=Ir(),t=un(),r=tc();return jy=e?function(n,i,o){return t.f(n,i,r(1,o))}:function(n,i,o){return n[i]=o,n},jy}var qy={exports:{}},ky,OT;function _w(){if(OT)return ky;OT=1;var e=Ir(),t=Pr(),r=Function.prototype,n=e&&Object.getOwnPropertyDescriptor,i=t(r,"name"),o=i&&(function(){}).name==="something",a=i&&(!e||e&&n(r,"name").configurable);return ky={EXISTS:i,PROPER:o,CONFIGURABLE:a},ky}var Ly,CT;function Nk(){if(CT)return Ly;CT=1;var e=ot(),t=Ot(),r=yw(),n=e(Function.toString);return t(r.inspectSource)||(r.inspectSource=function(i){return n(i)}),Ly=r.inspectSource,Ly}var By,RT;function Tk(){if(RT)return By;RT=1;var e=wt(),t=Ot(),r=e.WeakMap;return By=t(r)&&/native code/.test(String(r)),By}var Fy,IT;function Ew(){if(IT)return Fy;IT=1;var e=bw(),t=xw(),r=e("keys");return Fy=function(n){return r[n]||(r[n]=t(n))},Fy}var $y,PT;function ac(){return PT||(PT=1,$y={}),$y}var zy,NT;function qo(){if(NT)return zy;NT=1;var e=Tk(),t=wt(),r=Tt(),n=ss(),i=Pr(),o=yw(),a=Ew(),u=ac(),l="Object already initialized",d=t.TypeError,f=t.WeakMap,h,p,v,m=function(w){return v(w)?p(w):h(w,{})},y=function(w){return function(E){var _;if(!r(E)||(_=p(E)).type!==w)throw new d("Incompatible receiver, "+w+" required");return _}};if(e||o.state){var x=o.state||(o.state=new f);x.get=x.get,x.has=x.has,x.set=x.set,h=function(w,E){if(x.has(w))throw new d(l);return E.facade=w,x.set(w,E),E},p=function(w){return x.get(w)||{}},v=function(w){return x.has(w)}}else{var b=a("state");u[b]=!0,h=function(w,E){if(i(w,b))throw new d(l);return E.facade=w,n(w,b,E),E},p=function(w){return i(w,b)?w[b]:{}},v=function(w){return i(w,b)}}return zy={set:h,get:p,has:v,enforce:m,getterFor:y},zy}var TT;function Ak(){if(TT)return qy.exports;TT=1;var e=ot(),t=it(),r=Ot(),n=Pr(),i=Ir(),o=_w().CONFIGURABLE,a=Nk(),u=qo(),l=u.enforce,d=u.get,f=String,h=Object.defineProperty,p=e("".slice),v=e("".replace),m=e([].join),y=i&&!t(function(){return h(function(){},"length",{value:8}).length!==8}),x=String(String).split("String"),b=qy.exports=function(w,E,_){p(f(E),0,7)==="Symbol("&&(E="["+v(f(E),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),_&&_.getter&&(E="get "+E),_&&_.setter&&(E="set "+E),(!n(w,"name")||o&&w.name!==E)&&(i?h(w,"name",{value:E,configurable:!0}):w.name=E),y&&_&&n(_,"arity")&&w.length!==_.arity&&h(w,"length",{value:_.arity});try{_&&n(_,"constructor")&&_.constructor?i&&h(w,"prototype",{writable:!1}):w.prototype&&(w.prototype=void 0)}catch{}var S=l(w);return n(S,"source")||(S.source=m(x,typeof E=="string"?E:"")),w};return Function.prototype.toString=b(function(){return r(this)&&d(this).source||a(this)},"toString"),qy.exports}var Hy,AT;function Ti(){if(AT)return Hy;AT=1;var e=Ot(),t=un(),r=Ak(),n=mw();return Hy=function(i,o,a,u){u||(u={});var l=u.enumerable,d=u.name!==void 0?u.name:o;if(e(a)&&r(a,d,u),u.global)l?i[o]=a:n(o,a);else{try{u.unsafe?i[o]&&(l=!0):delete i[o]}catch{}l?i[o]=a:t.f(i,o,{value:a,enumerable:!1,configurable:!u.nonConfigurable,writable:!u.nonWritable})}return i},Hy}var Vy={},Uy,MT;function jZ(){if(MT)return Uy;MT=1;var e=Math.ceil,t=Math.floor;return Uy=Math.trunc||function(n){var i=+n;return(i>0?t:e)(i)},Uy}var Wy,DT;function sc(){if(DT)return Wy;DT=1;var e=jZ();return Wy=function(t){var r=+t;return r!==r||r===0?0:e(r)},Wy}var Gy,jT;function qZ(){if(jT)return Gy;jT=1;var e=sc(),t=Math.max,r=Math.min;return Gy=function(n,i){var o=e(n);return o<0?t(o+i,0):r(o,i)},Gy}var Ky,qT;function Sw(){if(qT)return Ky;qT=1;var e=sc(),t=Math.min;return Ky=function(r){var n=e(r);return n>0?t(n,9007199254740991):0},Ky}var Yy,kT;function uc(){if(kT)return Yy;kT=1;var e=Sw();return Yy=function(t){return e(t.length)},Yy}var Xy,LT;function kZ(){if(LT)return Xy;LT=1;var e=Do(),t=qZ(),r=uc(),n=function(i){return function(o,a,u){var l=e(o),d=r(l);if(d===0)return!i&&-1;var f=t(u,d),h;if(i&&a!==a){for(;d>f;)if(h=l[f++],h!==h)return!0}else for(;d>f;f++)if((i||f in l)&&l[f]===a)return i||f||0;return!i&&-1}};return Xy={includes:n(!0),indexOf:n(!1)},Xy}var Zy,BT;function Mk(){if(BT)return Zy;BT=1;var e=ot(),t=Pr(),r=Do(),n=kZ().indexOf,i=ac(),o=e([].push);return Zy=function(a,u){var l=r(a),d=0,f=[],h;for(h in l)!t(i,h)&&t(l,h)&&o(f,h);for(;u.length>d;)t(l,h=u[d++])&&(~n(f,h)||o(f,h));return f},Zy}var Jy,FT;function Ow(){return FT||(FT=1,Jy=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]),Jy}var $T;function Cw(){if($T)return Vy;$T=1;var e=Mk(),t=Ow(),r=t.concat("length","prototype");return Vy.f=Object.getOwnPropertyNames||function(i){return e(i,r)},Vy}var Qy={},zT;function Dk(){return zT||(zT=1,Qy.f=Object.getOwnPropertySymbols),Qy}var e0,HT;function LZ(){if(HT)return e0;HT=1;var e=nc(),t=ot(),r=Cw(),n=Dk(),i=Nr(),o=t([].concat);return e0=e("Reflect","ownKeys")||function(u){var l=r.f(i(u)),d=n.f;return d?o(l,d(u)):l},e0}var t0,VT;function BZ(){if(VT)return t0;VT=1;var e=Pr(),t=LZ(),r=Ik(),n=un();return t0=function(i,o,a){for(var u=t(o),l=n.f,d=r.f,f=0;f<u.length;f++){var h=u[f];!e(i,h)&&!(a&&e(a,h))&&l(i,h,d(o,h))}},t0}var r0,UT;function jk(){if(UT)return r0;UT=1;var e=it(),t=Ot(),r=/#|\.prototype\./,n=function(l,d){var f=o[i(l)];return f===u?!0:f===a?!1:t(d)?e(d):!!d},i=n.normalize=function(l){return String(l).replace(r,".").toLowerCase()},o=n.data={},a=n.NATIVE="N",u=n.POLYFILL="P";return r0=n,r0}var n0,WT;function Kn(){if(WT)return n0;WT=1;var e=wt(),t=Ik().f,r=ss(),n=Ti(),i=mw(),o=BZ(),a=jk();return n0=function(u,l){var d=u.target,f=u.global,h=u.stat,p,v,m,y,x,b;if(f?v=e:h?v=e[d]||i(d,{}):v=e[d]&&e[d].prototype,v)for(m in l){if(x=l[m],u.dontCallGetSet?(b=t(v,m),y=b&&b.value):y=v[m],p=a(f?m:d+(h?".":"#")+m,u.forced),!p&&y!==void 0){if(typeof x==typeof y)continue;o(x,y)}(u.sham||y&&y.sham)&&r(x,"sham",!0),n(v,m,x,u)}},n0}var i0,GT;function Rw(){if(GT)return i0;GT=1;var e=$t(),t=e("toStringTag"),r={};return r[t]="z",i0=String(r)==="[object z]",i0}var o0,KT;function lc(){if(KT)return o0;KT=1;var e=Rw(),t=Ot(),r=Gn(),n=$t(),i=n("toStringTag"),o=Object,a=r((function(){return arguments})())==="Arguments",u=function(l,d){try{return l[d]}catch{}};return o0=e?r:function(l){var d,f,h;return l===void 0?"Undefined":l===null?"Null":typeof(f=u(d=o(l),i))=="string"?f:a?r(d):(h=r(d))==="Object"&&t(d.callee)?"Arguments":h},o0}var a0,YT;function Ai(){if(YT)return a0;YT=1;var e=lc(),t=String;return a0=function(r){if(e(r)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return t(r)},a0}var s0,XT;function qk(){return XT||(XT=1,s0=`
70
- \v\f\r                 \u2028\u2029\uFEFF`),s0}var u0,ZT;function FZ(){if(ZT)return u0;ZT=1;var e=ot(),t=Ni(),r=Ai(),n=qk(),i=e("".replace),o=RegExp("^["+n+"]+"),a=RegExp("(^|[^"+n+"])["+n+"]+$"),u=function(l){return function(d){var f=r(t(d));return l&1&&(f=i(f,o,"")),l&2&&(f=i(f,a,"$1")),f}};return u0={start:u(1),end:u(2),trim:u(3)},u0}var l0,JT;function $Z(){if(JT)return l0;JT=1;var e=wt(),t=it(),r=ot(),n=Ai(),i=FZ().trim,o=qk(),a=e.parseInt,u=e.Symbol,l=u&&u.iterator,d=/^[+-]?0x/i,f=r(d.exec),h=a(o+"08")!==8||a(o+"0x16")!==22||l&&!t(function(){a(Object(l))});return l0=h?function(v,m){var y=i(n(v));return a(y,m>>>0||(f(d,y)?16:10))}:a,l0}var QT;function zZ(){if(QT)return jN;QT=1;var e=Kn(),t=$Z();return e({global:!0,forced:parseInt!==t},{parseInt:t}),jN}zZ();var eA={},c0,tA;function kk(){if(tA)return c0;tA=1;var e=Mk(),t=Ow();return c0=Object.keys||function(n){return e(n,t)},c0}var f0,rA;function HZ(){if(rA)return f0;rA=1;var e=Ir(),t=ot(),r=Zt(),n=it(),i=kk(),o=Dk(),a=wk(),u=jo(),l=rc(),d=Object.assign,f=Object.defineProperty,h=t([].concat);return f0=!d||n(function(){if(e&&d({b:1},d(f({},"a",{enumerable:!0,get:function(){f(this,"b",{value:3,enumerable:!1})}}),{b:2})).b!==1)return!0;var p={},v={},m=Symbol("assign detection"),y="abcdefghijklmnopqrst";return p[m]=7,y.split("").forEach(function(x){v[x]=x}),d({},p)[m]!==7||i(d({},v)).join("")!==y})?function(v,m){for(var y=u(v),x=arguments.length,b=1,w=o.f,E=a.f;x>b;)for(var _=l(arguments[b++]),S=w?h(i(_),w(_)):i(_),R=S.length,I=0,P;R>I;)P=S[I++],(!e||r(E,_,P))&&(y[P]=_[P]);return y}:d,f0}var nA;function VZ(){if(nA)return eA;nA=1;var e=Kn(),t=HZ();return e({target:"Object",stat:!0,arity:2,forced:Object.assign!==t},{assign:t}),eA}VZ();var iA={},d0,oA;function UZ(){if(oA)return d0;oA=1;var e=Gn(),t=ot();return d0=function(r){if(e(r)==="Function")return t(r)},d0}var h0,aA;function Lk(){if(aA)return h0;aA=1;var e=UZ(),t=os(),r=ec(),n=e(e.bind);return h0=function(i,o){return t(i),o===void 0?i:r?n(i,o):function(){return i.apply(o,arguments)}},h0}var p0,sA;function WZ(){if(sA)return p0;sA=1;var e=Gn();return p0=Array.isArray||function(r){return e(r)==="Array"},p0}var v0,uA;function GZ(){if(uA)return v0;uA=1;var e=ot(),t=it(),r=Ot(),n=lc(),i=nc(),o=Nk(),a=function(){},u=i("Reflect","construct"),l=/^\s*(?:class|function)\b/,d=e(l.exec),f=!l.test(a),h=function(m){if(!r(m))return!1;try{return u(a,[],m),!0}catch{return!1}},p=function(m){if(!r(m))return!1;switch(n(m)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return f||!!d(l,o(m))}catch{return!0}};return p.sham=!0,v0=!u||t(function(){var v;return h(h.call)||!h(Object)||!h(function(){v=!0})||v})?p:h,v0}var g0,lA;function KZ(){if(lA)return g0;lA=1;var e=WZ(),t=GZ(),r=Tt(),n=$t(),i=n("species"),o=Array;return g0=function(a){var u;return e(a)&&(u=a.constructor,t(u)&&(u===o||e(u.prototype))?u=void 0:r(u)&&(u=u[i],u===null&&(u=void 0))),u===void 0?o:u},g0}var m0,cA;function YZ(){if(cA)return m0;cA=1;var e=KZ();return m0=function(t,r){return new(e(t))(r===0?0:r)},m0}var y0,fA;function XZ(){if(fA)return y0;fA=1;var e=Ir(),t=un(),r=tc();return y0=function(n,i,o){e?t.f(n,i,r(0,o)):n[i]=o},y0}var b0,dA;function Bk(){if(dA)return b0;dA=1;var e=Lk(),t=rc(),r=jo(),n=uc(),i=YZ(),o=XZ(),a=function(u){var l=u===1,d=u===2,f=u===3,h=u===4,p=u===6,v=u===7,m=u===5||p;return function(y,x,b){for(var w=r(y),E=t(w),_=n(E),S=e(x,b),R=0,I=0,P=l?i(y,_):d||v?i(y,0):void 0,A,k;_>R;R++)if((m||R in E)&&(A=E[R],k=S(A,R,w),u))if(l)o(P,R,k);else if(k)switch(u){case 3:return!0;case 5:return A;case 6:return R;case 2:o(P,I++,A)}else switch(u){case 4:return!1;case 7:o(P,I++,A)}return p?-1:f||h?h:P}};return b0={forEach:a(0),map:a(1),filter:a(2),some:a(3),every:a(4),find:a(5),findIndex:a(6),filterReject:a(7)},b0}var x0,hA;function ZZ(){if(hA)return x0;hA=1;var e=it(),t=$t(),r=vw(),n=t("species");return x0=function(i){return r>=51||!e(function(){var o=[],a=o.constructor={};return a[n]=function(){return{foo:1}},o[i](Boolean).foo!==1})},x0}var pA;function JZ(){if(pA)return iA;pA=1;var e=Kn(),t=Bk().filter,r=ZZ(),n=r("filter");return e({target:"Array",proto:!0,forced:!n},{filter:function(o){return t(this,o,arguments.length>1?arguments[1]:void 0)}}),iA}JZ();var vA={},w0,gA;function QZ(){if(gA)return w0;gA=1;var e=Rw(),t=lc();return w0=e?{}.toString:function(){return"[object "+t(this)+"]"},w0}var mA;function eJ(){if(mA)return vA;mA=1;var e=Rw(),t=Ti(),r=QZ();return e||t(Object.prototype,"toString",r,{unsafe:!0}),vA}eJ();var _0={},yA;function tJ(){if(yA)return _0;yA=1;var e=Ir(),t=Pk(),r=un(),n=Nr(),i=Do(),o=kk();return _0.f=e&&!t?Object.defineProperties:function(u,l){n(u);for(var d=i(l),f=o(l),h=f.length,p=0,v;h>p;)r.f(u,v=f[p++],d[v]);return u},_0}var E0,bA;function rJ(){if(bA)return E0;bA=1;var e=nc();return E0=e("document","documentElement"),E0}var S0,xA;function cc(){if(xA)return S0;xA=1;var e=Nr(),t=tJ(),r=Ow(),n=ac(),i=rJ(),o=ww(),a=Ew(),u=">",l="<",d="prototype",f="script",h=a("IE_PROTO"),p=function(){},v=function(w){return l+f+u+w+l+"/"+f+u},m=function(w){w.write(v("")),w.close();var E=w.parentWindow.Object;return w=null,E},y=function(){var w=o("iframe"),E="java"+f+":",_;return w.style.display="none",i.appendChild(w),w.src=String(E),_=w.contentWindow.document,_.open(),_.write(v("document.F=Object")),_.close(),_.F},x,b=function(){try{x=new ActiveXObject("htmlfile")}catch{}b=typeof document<"u"?document.domain&&x?m(x):y():m(x);for(var w=r.length;w--;)delete b[d][r[w]];return b()};return n[h]=!0,S0=Object.create||function(E,_){var S;return E!==null?(p[d]=e(E),S=new p,p[d]=null,S[h]=E):S=b(),_===void 0?S:t.f(S,_)},S0}var O0,wA;function nJ(){if(wA)return O0;wA=1;var e=$t(),t=cc(),r=un().f,n=e("unscopables"),i=Array.prototype;return i[n]===void 0&&r(i,n,{configurable:!0,value:t(null)}),O0=function(o){i[n][o]=!0},O0}var C0,_A;function us(){return _A||(_A=1,C0={}),C0}var R0,EA;function iJ(){if(EA)return R0;EA=1;var e=it();return R0=!e(function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}),R0}var I0,SA;function Fk(){if(SA)return I0;SA=1;var e=Pr(),t=Ot(),r=jo(),n=Ew(),i=iJ(),o=n("IE_PROTO"),a=Object,u=a.prototype;return I0=i?a.getPrototypeOf:function(l){var d=r(l);if(e(d,o))return d[o];var f=d.constructor;return t(f)&&d instanceof f?f.prototype:d instanceof a?u:null},I0}var P0,OA;function $k(){if(OA)return P0;OA=1;var e=it(),t=Ot(),r=Tt(),n=cc(),i=Fk(),o=Ti(),a=$t(),u=oc(),l=a("iterator"),d=!1,f,h,p;[].keys&&(p=[].keys(),"next"in p?(h=i(i(p)),h!==Object.prototype&&(f=h)):d=!0);var v=!r(f)||e(function(){var m={};return f[l].call(m)!==m});return v?f={}:u&&(f=n(f)),t(f[l])||o(f,l,function(){return this}),P0={IteratorPrototype:f,BUGGY_SAFARI_ITERATORS:d},P0}var N0,CA;function fc(){if(CA)return N0;CA=1;var e=un().f,t=Pr(),r=$t(),n=r("toStringTag");return N0=function(i,o,a){i&&!a&&(i=i.prototype),i&&!t(i,n)&&e(i,n,{configurable:!0,value:o})},N0}var T0,RA;function oJ(){if(RA)return T0;RA=1;var e=$k().IteratorPrototype,t=cc(),r=tc(),n=fc(),i=us(),o=function(){return this};return T0=function(a,u,l,d){var f=u+" Iterator";return a.prototype=t(e,{next:r(+!d,l)}),n(a,f,!1,!0),i[f]=o,a},T0}var A0,IA;function aJ(){if(IA)return A0;IA=1;var e=ot(),t=os();return A0=function(r,n,i){try{return e(t(Object.getOwnPropertyDescriptor(r,n)[i]))}catch{}},A0}var M0,PA;function sJ(){if(PA)return M0;PA=1;var e=Tt();return M0=function(t){return e(t)||t===null},M0}var D0,NA;function uJ(){if(NA)return D0;NA=1;var e=sJ(),t=String,r=TypeError;return D0=function(n){if(e(n))return n;throw new r("Can't set "+t(n)+" as a prototype")},D0}var j0,TA;function zk(){if(TA)return j0;TA=1;var e=aJ(),t=Tt(),r=Ni(),n=uJ();return j0=Object.setPrototypeOf||("__proto__"in{}?(function(){var i=!1,o={},a;try{a=e(Object.prototype,"__proto__","set"),a(o,[]),i=o instanceof Array}catch{}return function(l,d){return r(l),n(d),t(l)&&(i?a(l,d):l.__proto__=d),l}})():void 0),j0}var q0,AA;function Hk(){if(AA)return q0;AA=1;var e=Kn(),t=Zt(),r=oc(),n=_w(),i=Ot(),o=oJ(),a=Fk(),u=zk(),l=fc(),d=ss(),f=Ti(),h=$t(),p=us(),v=$k(),m=n.PROPER,y=n.CONFIGURABLE,x=v.IteratorPrototype,b=v.BUGGY_SAFARI_ITERATORS,w=h("iterator"),E="keys",_="values",S="entries",R=function(){return this};return q0=function(I,P,A,k,L,$,j){o(A,P,k);var D=function(F){if(F===L&&te)return te;if(!b&&F&&F in Y)return Y[F];switch(F){case E:return function(){return new A(this,F)};case _:return function(){return new A(this,F)};case S:return function(){return new A(this,F)}}return function(){return new A(this)}},G=P+" Iterator",B=!1,Y=I.prototype,Z=Y[w]||Y["@@iterator"]||L&&Y[L],te=!b&&Z||D(L),U=P==="Array"&&Y.entries||Z,re,ae,le;if(U&&(re=a(U.call(new I)),re!==Object.prototype&&re.next&&(!r&&a(re)!==x&&(u?u(re,x):i(re[w])||f(re,w,R)),l(re,G,!0,!0),r&&(p[G]=R))),m&&L===_&&Z&&Z.name!==_&&(!r&&y?d(Y,"name",_):(B=!0,te=function(){return t(Z,this)})),L)if(ae={values:D(_),keys:$?te:D(E),entries:D(S)},j)for(le in ae)(b||B||!(le in Y))&&f(Y,le,ae[le]);else e({target:P,proto:!0,forced:b||B},ae);return(!r||j)&&Y[w]!==te&&f(Y,w,te,{name:L}),p[P]=te,ae},q0}var k0,MA;function Vk(){return MA||(MA=1,k0=function(e,t){return{value:e,done:t}}),k0}var L0,DA;function Uk(){if(DA)return L0;DA=1;var e=Do(),t=nJ(),r=us(),n=qo(),i=un().f,o=Hk(),a=Vk(),u=oc(),l=Ir(),d="Array Iterator",f=n.set,h=n.getterFor(d);L0=o(Array,"Array",function(v,m){f(this,{type:d,target:e(v),index:0,kind:m})},function(){var v=h(this),m=v.target,y=v.index++;if(!m||y>=m.length)return v.target=null,a(void 0,!0);switch(v.kind){case"keys":return a(y,!1);case"values":return a(m[y],!1)}return a([y,m[y]],!1)},"values");var p=r.Arguments=r.Array;if(t("keys"),t("values"),t("entries"),!u&&l&&p.name!=="values")try{i(p,"name",{value:"values"})}catch{}return L0}Uk();var jA={},B0,qA;function Wk(){if(qA)return B0;qA=1;var e=ot(),t=sc(),r=Ai(),n=Ni(),i=e("".charAt),o=e("".charCodeAt),a=e("".slice),u=function(l){return function(d,f){var h=r(n(d)),p=t(f),v=h.length,m,y;return p<0||p>=v?l?"":void 0:(m=o(h,p),m<55296||m>56319||p+1===v||(y=o(h,p+1))<56320||y>57343?l?i(h,p):m:l?a(h,p,p+2):(m-55296<<10)+(y-56320)+65536)}};return B0={codeAt:u(!1),charAt:u(!0)},B0}var kA;function lJ(){if(kA)return jA;kA=1;var e=Wk().charAt,t=Ai(),r=qo(),n=Hk(),i=Vk(),o="String Iterator",a=r.set,u=r.getterFor(o);return n(String,"String",function(l){a(this,{type:o,string:t(l),index:0})},function(){var d=u(this),f=d.string,h=d.index,p;return h>=f.length?i(void 0,!0):(p=e(f,h),d.index+=p.length,i(p,!1))}),jA}lJ();var LA={},BA={},F0,FA;function Gk(){if(FA)return F0;FA=1;var e=it();return F0=!e(function(){return Object.isExtensible(Object.preventExtensions({}))}),F0}var $0,$A;function Kk(){if($A)return $0;$A=1;var e=Ti();return $0=function(t,r,n){for(var i in r)e(t,i,r[i],n);return t},$0}var z0={exports:{}},H0={},V0,zA;function cJ(){if(zA)return V0;zA=1;var e=ot();return V0=e([].slice),V0}var HA;function fJ(){if(HA)return H0;HA=1;var e=Gn(),t=Do(),r=Cw().f,n=cJ(),i=typeof window=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],o=function(a){try{return r(a)}catch{return n(i)}};return H0.f=function(u){return i&&e(u)==="Window"?o(u):r(t(u))},H0}var U0,VA;function dJ(){if(VA)return U0;VA=1;var e=it();return U0=e(function(){if(typeof ArrayBuffer=="function"){var t=new ArrayBuffer(8);Object.isExtensible(t)&&Object.defineProperty(t,"a",{value:8})}}),U0}var W0,UA;function hJ(){if(UA)return W0;UA=1;var e=it(),t=Tt(),r=Gn(),n=dJ(),i=Object.isExtensible,o=e(function(){});return W0=o||n?function(u){return!t(u)||n&&r(u)==="ArrayBuffer"?!1:i?i(u):!0}:i,W0}var WA;function Iw(){if(WA)return z0.exports;WA=1;var e=Kn(),t=ot(),r=ac(),n=Tt(),i=Pr(),o=un().f,a=Cw(),u=fJ(),l=hJ(),d=xw(),f=Gk(),h=!1,p=d("meta"),v=0,m=function(_){o(_,p,{value:{objectID:"O"+v++,weakData:{}}})},y=function(_,S){if(!n(_))return typeof _=="symbol"?_:(typeof _=="string"?"S":"P")+_;if(!i(_,p)){if(!l(_))return"F";if(!S)return"E";m(_)}return _[p].objectID},x=function(_,S){if(!i(_,p)){if(!l(_))return!0;if(!S)return!1;m(_)}return _[p].weakData},b=function(_){return f&&h&&l(_)&&!i(_,p)&&m(_),_},w=function(){E.enable=function(){},h=!0;var _=a.f,S=t([].splice),R={};R[p]=1,_(R).length&&(a.f=function(I){for(var P=_(I),A=0,k=P.length;A<k;A++)if(P[A]===p){S(P,A,1);break}return P},e({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:u.f}))},E=z0.exports={enable:w,fastKey:y,getWeakData:x,onFreeze:b};return r[p]=!0,z0.exports}var G0,GA;function pJ(){if(GA)return G0;GA=1;var e=$t(),t=us(),r=e("iterator"),n=Array.prototype;return G0=function(i){return i!==void 0&&(t.Array===i||n[r]===i)},G0}var K0,KA;function Yk(){if(KA)return K0;KA=1;var e=lc(),t=as(),r=is(),n=us(),i=$t(),o=i("iterator");return K0=function(a){if(!r(a))return t(a,o)||t(a,"@@iterator")||n[e(a)]},K0}var Y0,YA;function vJ(){if(YA)return Y0;YA=1;var e=Zt(),t=os(),r=Nr(),n=gw(),i=Yk(),o=TypeError;return Y0=function(a,u){var l=arguments.length<2?i(a):u;if(t(l))return r(e(l,a));throw new o(n(a)+" is not iterable")},Y0}var X0,XA;function gJ(){if(XA)return X0;XA=1;var e=Zt(),t=Nr(),r=as();return X0=function(n,i,o){var a,u;t(n);try{if(a=r(n,"return"),!a){if(i==="throw")throw o;return o}a=e(a,n)}catch(l){u=!0,a=l}if(i==="throw")throw o;if(u)throw a;return t(a),o},X0}var Z0,ZA;function Xk(){if(ZA)return Z0;ZA=1;var e=Lk(),t=Zt(),r=Nr(),n=gw(),i=pJ(),o=uc(),a=ic(),u=vJ(),l=Yk(),d=gJ(),f=TypeError,h=function(v,m){this.stopped=v,this.result=m},p=h.prototype;return Z0=function(v,m,y){var x=y&&y.that,b=!!(y&&y.AS_ENTRIES),w=!!(y&&y.IS_RECORD),E=!!(y&&y.IS_ITERATOR),_=!!(y&&y.INTERRUPTED),S=e(m,x),R,I,P,A,k,L,$,j=function(B){var Y=R;return R=void 0,Y&&d(Y,"normal"),new h(!0,B)},D=function(B){return b?(r(B),_?S(B[0],B[1],j):S(B[0],B[1])):_?S(B,j):S(B)};if(w)R=v.iterator;else if(E)R=v;else{if(I=l(v),!I)throw new f(n(v)+" is not iterable");if(i(I)){for(P=0,A=o(v);A>P;P++)if(k=D(v[P]),k&&a(p,k))return k;return new h(!1)}R=u(v,I)}for(L=w?v.next:R.next;!($=t(L,R)).done;){var G=$.value;try{k=D(G)}catch(B){if(R)d(R,"throw",B);else throw B}if(typeof k=="object"&&k&&a(p,k))return k}return new h(!1)},Z0}var J0,JA;function Zk(){if(JA)return J0;JA=1;var e=ic(),t=TypeError;return J0=function(r,n){if(e(n,r))return r;throw new t("Incorrect invocation")},J0}var Q0,QA;function mJ(){if(QA)return Q0;QA=1;var e=$t(),t=e("iterator"),r=!1;try{var n=0,i={next:function(){return{done:!!n++}},return:function(){r=!0}};i[t]=function(){return this},Array.from(i,function(){throw 2})}catch{}return Q0=function(o,a){try{if(!a&&!r)return!1}catch{return!1}var u=!1;try{var l={};l[t]=function(){return{next:function(){return{done:u=!0}}}},o(l)}catch{}return u},Q0}var eb,eM;function yJ(){if(eM)return eb;eM=1;var e=Ot(),t=Tt(),r=zk();return eb=function(n,i,o){var a,u;return r&&e(a=i.constructor)&&a!==o&&t(u=a.prototype)&&u!==o.prototype&&r(n,u),n},eb}var tb,tM;function bJ(){if(tM)return tb;tM=1;var e=Kn(),t=wt(),r=ot(),n=jk(),i=Ti(),o=Iw(),a=Xk(),u=Zk(),l=Ot(),d=is(),f=Tt(),h=it(),p=mJ(),v=fc(),m=yJ();return tb=function(y,x,b){var w=y.indexOf("Map")!==-1,E=y.indexOf("Weak")!==-1,_=w?"set":"add",S=t[y],R=S&&S.prototype,I=S,P={},A=function(B){var Y=r(R[B]);i(R,B,B==="add"?function(te){return Y(this,te===0?0:te),this}:B==="delete"?function(Z){return E&&!f(Z)?!1:Y(this,Z===0?0:Z)}:B==="get"?function(te){return E&&!f(te)?void 0:Y(this,te===0?0:te)}:B==="has"?function(te){return E&&!f(te)?!1:Y(this,te===0?0:te)}:function(te,U){return Y(this,te===0?0:te,U),this})},k=n(y,!l(S)||!(E||R.forEach&&!h(function(){new S().entries().next()})));if(k)I=b.getConstructor(x,y,w,_),o.enable();else if(n(y,!0)){var L=new I,$=L[_](E?{}:-0,1)!==L,j=h(function(){L.has(1)}),D=p(function(B){new S(B)}),G=!E&&h(function(){for(var B=new S,Y=5;Y--;)B[_](Y,Y);return!B.has(-0)});D||(I=x(function(B,Y){u(B,R);var Z=m(new S,B,I);return d(Y)||a(Y,Z[_],{that:Z,AS_ENTRIES:w}),Z}),I.prototype=R,R.constructor=I),(j||G)&&(A("delete"),A("has"),w&&A("get")),(G||$)&&A(_),E&&R.clear&&delete R.clear}return P[y]=I,e({global:!0,constructor:!0,forced:I!==S},P),v(I,y),E||b.setStrong(I,y,w),I},tb}var rb,rM;function xJ(){if(rM)return rb;rM=1;var e=ot(),t=Kk(),r=Iw().getWeakData,n=Zk(),i=Nr(),o=is(),a=Tt(),u=Xk(),l=Bk(),d=Pr(),f=qo(),h=f.set,p=f.getterFor,v=l.find,m=l.findIndex,y=e([].splice),x=0,b=function(_){return _.frozen||(_.frozen=new w)},w=function(){this.entries=[]},E=function(_,S){return v(_.entries,function(R){return R[0]===S})};return w.prototype={get:function(_){var S=E(this,_);if(S)return S[1]},has:function(_){return!!E(this,_)},set:function(_,S){var R=E(this,_);R?R[1]=S:this.entries.push([_,S])},delete:function(_){var S=m(this.entries,function(R){return R[0]===_});return~S&&y(this.entries,S,1),!!~S}},rb={getConstructor:function(_,S,R,I){var P=_(function($,j){n($,A),h($,{type:S,id:x++,frozen:null}),o(j)||u(j,$[I],{that:$,AS_ENTRIES:R})}),A=P.prototype,k=p(S),L=function($,j,D){var G=k($),B=r(i(j),!0);return B===!0?b(G).set(j,D):B[G.id]=D,$};return t(A,{delete:function($){var j=k(this);if(!a($))return!1;var D=r($);return D===!0?b(j).delete($):D&&d(D,j.id)&&delete D[j.id]},has:function(j){var D=k(this);if(!a(j))return!1;var G=r(j);return G===!0?b(D).has(j):G&&d(G,D.id)}}),t(A,R?{get:function(j){var D=k(this);if(a(j)){var G=r(j);if(G===!0)return b(D).get(j);if(G)return G[D.id]}},set:function(j,D){return L(this,j,D)}}:{add:function(j){return L(this,j,!0)}}),P}},rb}var nM;function wJ(){if(nM)return BA;nM=1;var e=Gk(),t=wt(),r=ot(),n=Kk(),i=Iw(),o=bJ(),a=xJ(),u=Tt(),l=qo().enforce,d=it(),f=Tk(),h=Object,p=Array.isArray,v=h.isExtensible,m=h.isFrozen,y=h.isSealed,x=h.freeze,b=h.seal,w=!t.ActiveXObject&&"ActiveXObject"in t,E,_=function($){return function(){return $(this,arguments.length?arguments[0]:void 0)}},S=o("WeakMap",_,a),R=S.prototype,I=r(R.set),P=function(){return e&&d(function(){var $=x([]);return I(new S,$,1),!m($)})};if(f)if(w){E=a.getConstructor(_,"WeakMap",!0),i.enable();var A=r(R.delete),k=r(R.has),L=r(R.get);n(R,{delete:function($){if(u($)&&!v($)){var j=l(this);return j.frozen||(j.frozen=new E),A(this,$)||j.frozen.delete($)}return A(this,$)},has:function(j){if(u(j)&&!v(j)){var D=l(this);return D.frozen||(D.frozen=new E),k(this,j)||D.frozen.has(j)}return k(this,j)},get:function(j){if(u(j)&&!v(j)){var D=l(this);return D.frozen||(D.frozen=new E),k(this,j)?L(this,j):D.frozen.get(j)}return L(this,j)},set:function(j,D){if(u(j)&&!v(j)){var G=l(this);G.frozen||(G.frozen=new E),k(this,j)?I(this,j,D):G.frozen.set(j,D)}else I(this,j,D);return this}})}else P()&&n(R,{set:function(j,D){var G;return p(j)&&(m(j)?G=x:y(j)&&(G=b)),I(this,j,D),G&&G(j),this}});return BA}var iM;function _J(){return iM||(iM=1,wJ()),LA}_J();var oM={},nb,aM;function EJ(){return aM||(aM=1,nb={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}),nb}var ib,sM;function SJ(){if(sM)return ib;sM=1;var e=ww(),t=e("span").classList,r=t&&t.constructor&&t.constructor.prototype;return ib=r===Object.prototype?void 0:r,ib}var uM;function OJ(){if(uM)return oM;uM=1;var e=wt(),t=EJ(),r=SJ(),n=Uk(),i=ss(),o=fc(),a=$t(),u=a("iterator"),l=n.values,d=function(h,p){if(h){if(h[u]!==l)try{i(h,u,l)}catch{h[u]=l}if(o(h,p,!0),t[p]){for(var v in n)if(h[v]!==n[v])try{i(h,v,n[v])}catch{h[v]=n[v]}}}};for(var f in t)d(e[f]&&e[f].prototype,f);return d(r,"DOMTokenList"),oM}OJ();var ob,lM;function CJ(){if(lM)return ob;lM=1;var e="Expected a function",t=NaN,r="[object Symbol]",n=/^\s+|\s+$/g,i=/^[-+]0x[0-9a-f]+$/i,o=/^0b[01]+$/i,a=/^0o[0-7]+$/i,u=parseInt,l=typeof ht=="object"&&ht&&ht.Object===Object&&ht,d=typeof self=="object"&&self&&self.Object===Object&&self,f=l||d||Function("return this")(),h=Object.prototype,p=h.toString,v=Math.max,m=Math.min,y=function(){return f.Date.now()};function x(R,I,P){var A,k,L,$,j,D,G=0,B=!1,Y=!1,Z=!0;if(typeof R!="function")throw new TypeError(e);I=S(I)||0,w(P)&&(B=!!P.leading,Y="maxWait"in P,L=Y?v(S(P.maxWait)||0,I):L,Z="trailing"in P?!!P.trailing:Z);function te(K){var se=A,oe=k;return A=k=void 0,G=K,$=R.apply(oe,se),$}function U(K){return G=K,j=setTimeout(le,I),B?te(K):$}function re(K){var se=K-D,oe=K-G,fe=I-se;return Y?m(fe,L-oe):fe}function ae(K){var se=K-D,oe=K-G;return D===void 0||se>=I||se<0||Y&&oe>=L}function le(){var K=y();if(ae(K))return F(K);j=setTimeout(le,re(K))}function F(K){return j=void 0,Z&&A?te(K):(A=k=void 0,$)}function W(){j!==void 0&&clearTimeout(j),G=0,A=D=k=j=void 0}function J(){return j===void 0?$:F(y())}function H(){var K=y(),se=ae(K);if(A=arguments,k=this,D=K,se){if(j===void 0)return U(D);if(Y)return j=setTimeout(le,I),te(D)}return j===void 0&&(j=setTimeout(le,I)),$}return H.cancel=W,H.flush=J,H}function b(R,I,P){var A=!0,k=!0;if(typeof R!="function")throw new TypeError(e);return w(P)&&(A="leading"in P?!!P.leading:A,k="trailing"in P?!!P.trailing:k),x(R,I,{leading:A,maxWait:I,trailing:k})}function w(R){var I=typeof R;return!!R&&(I=="object"||I=="function")}function E(R){return!!R&&typeof R=="object"}function _(R){return typeof R=="symbol"||E(R)&&p.call(R)==r}function S(R){if(typeof R=="number")return R;if(_(R))return t;if(w(R)){var I=typeof R.valueOf=="function"?R.valueOf():R;R=w(I)?I+"":I}if(typeof R!="string")return R===0?R:+R;R=R.replace(n,"");var P=o.test(R);return P||a.test(R)?u(R.slice(2),P?2:8):i.test(R)?t:+R}return ob=b,ob}var RJ=CJ();const cM=Vn(RJ);var ab,fM;function IJ(){if(fM)return ab;fM=1;var e="Expected a function",t=NaN,r="[object Symbol]",n=/^\s+|\s+$/g,i=/^[-+]0x[0-9a-f]+$/i,o=/^0b[01]+$/i,a=/^0o[0-7]+$/i,u=parseInt,l=typeof ht=="object"&&ht&&ht.Object===Object&&ht,d=typeof self=="object"&&self&&self.Object===Object&&self,f=l||d||Function("return this")(),h=Object.prototype,p=h.toString,v=Math.max,m=Math.min,y=function(){return f.Date.now()};function x(S,R,I){var P,A,k,L,$,j,D=0,G=!1,B=!1,Y=!0;if(typeof S!="function")throw new TypeError(e);R=_(R)||0,b(I)&&(G=!!I.leading,B="maxWait"in I,k=B?v(_(I.maxWait)||0,R):k,Y="trailing"in I?!!I.trailing:Y);function Z(H){var K=P,se=A;return P=A=void 0,D=H,L=S.apply(se,K),L}function te(H){return D=H,$=setTimeout(ae,R),G?Z(H):L}function U(H){var K=H-j,se=H-D,oe=R-K;return B?m(oe,k-se):oe}function re(H){var K=H-j,se=H-D;return j===void 0||K>=R||K<0||B&&se>=k}function ae(){var H=y();if(re(H))return le(H);$=setTimeout(ae,U(H))}function le(H){return $=void 0,Y&&P?Z(H):(P=A=void 0,L)}function F(){$!==void 0&&clearTimeout($),D=0,P=j=A=$=void 0}function W(){return $===void 0?L:le(y())}function J(){var H=y(),K=re(H);if(P=arguments,A=this,j=H,K){if($===void 0)return te(j);if(B)return $=setTimeout(ae,R),Z(j)}return $===void 0&&($=setTimeout(ae,R)),L}return J.cancel=F,J.flush=W,J}function b(S){var R=typeof S;return!!S&&(R=="object"||R=="function")}function w(S){return!!S&&typeof S=="object"}function E(S){return typeof S=="symbol"||w(S)&&p.call(S)==r}function _(S){if(typeof S=="number")return S;if(E(S))return t;if(b(S)){var R=typeof S.valueOf=="function"?S.valueOf():S;S=b(R)?R+"":R}if(typeof S!="string")return S===0?S:+S;S=S.replace(n,"");var I=o.test(S);return I||a.test(S)?u(S.slice(2),I?2:8):i.test(S)?t:+S}return ab=x,ab}var PJ=IJ();const dM=Vn(PJ);var sb,hM;function NJ(){if(hM)return sb;hM=1;var e="Expected a function",t="__lodash_hash_undefined__",r="[object Function]",n="[object GeneratorFunction]",i=/[\\^$.*+?()[\]{}|]/g,o=/^\[object .+?Constructor\]$/,a=typeof ht=="object"&&ht&&ht.Object===Object&&ht,u=typeof self=="object"&&self&&self.Object===Object&&self,l=a||u||Function("return this")();function d(de,ue){return de==null?void 0:de[ue]}function f(de){var ue=!1;if(de!=null&&typeof de.toString!="function")try{ue=!!(de+"")}catch{}return ue}var h=Array.prototype,p=Function.prototype,v=Object.prototype,m=l["__core-js_shared__"],y=(function(){var de=/[^.]+$/.exec(m&&m.keys&&m.keys.IE_PROTO||"");return de?"Symbol(src)_1."+de:""})(),x=p.toString,b=v.hasOwnProperty,w=v.toString,E=RegExp("^"+x.call(b).replace(i,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),_=h.splice,S=K(l,"Map"),R=K(Object,"create");function I(de){var ue=-1,Ee=de?de.length:0;for(this.clear();++ue<Ee;){var Pe=de[ue];this.set(Pe[0],Pe[1])}}function P(){this.__data__=R?R(null):{}}function A(de){return this.has(de)&&delete this.__data__[de]}function k(de){var ue=this.__data__;if(R){var Ee=ue[de];return Ee===t?void 0:Ee}return b.call(ue,de)?ue[de]:void 0}function L(de){var ue=this.__data__;return R?ue[de]!==void 0:b.call(ue,de)}function $(de,ue){var Ee=this.__data__;return Ee[de]=R&&ue===void 0?t:ue,this}I.prototype.clear=P,I.prototype.delete=A,I.prototype.get=k,I.prototype.has=L,I.prototype.set=$;function j(de){var ue=-1,Ee=de?de.length:0;for(this.clear();++ue<Ee;){var Pe=de[ue];this.set(Pe[0],Pe[1])}}function D(){this.__data__=[]}function G(de){var ue=this.__data__,Ee=W(ue,de);if(Ee<0)return!1;var Pe=ue.length-1;return Ee==Pe?ue.pop():_.call(ue,Ee,1),!0}function B(de){var ue=this.__data__,Ee=W(ue,de);return Ee<0?void 0:ue[Ee][1]}function Y(de){return W(this.__data__,de)>-1}function Z(de,ue){var Ee=this.__data__,Pe=W(Ee,de);return Pe<0?Ee.push([de,ue]):Ee[Pe][1]=ue,this}j.prototype.clear=D,j.prototype.delete=G,j.prototype.get=B,j.prototype.has=Y,j.prototype.set=Z;function te(de){var ue=-1,Ee=de?de.length:0;for(this.clear();++ue<Ee;){var Pe=de[ue];this.set(Pe[0],Pe[1])}}function U(){this.__data__={hash:new I,map:new(S||j),string:new I}}function re(de){return H(this,de).delete(de)}function ae(de){return H(this,de).get(de)}function le(de){return H(this,de).has(de)}function F(de,ue){return H(this,de).set(de,ue),this}te.prototype.clear=U,te.prototype.delete=re,te.prototype.get=ae,te.prototype.has=le,te.prototype.set=F;function W(de,ue){for(var Ee=de.length;Ee--;)if(ee(de[Ee][0],ue))return Ee;return-1}function J(de){if(!be(de)||oe(de))return!1;var ue=we(de)||f(de)?E:o;return ue.test(fe(de))}function H(de,ue){var Ee=de.__data__;return se(ue)?Ee[typeof ue=="string"?"string":"hash"]:Ee.map}function K(de,ue){var Ee=d(de,ue);return J(Ee)?Ee:void 0}function se(de){var ue=typeof de;return ue=="string"||ue=="number"||ue=="symbol"||ue=="boolean"?de!=="__proto__":de===null}function oe(de){return!!y&&y in de}function fe(de){if(de!=null){try{return x.call(de)}catch{}try{return de+""}catch{}}return""}function V(de,ue){if(typeof de!="function"||ue&&typeof ue!="function")throw new TypeError(e);var Ee=function(){var Pe=arguments,Ze=ue?ue.apply(this,Pe):Pe[0],ze=Ee.cache;if(ze.has(Ze))return ze.get(Ze);var Fe=de.apply(this,Pe);return Ee.cache=ze.set(Ze,Fe),Fe};return Ee.cache=new(V.Cache||te),Ee}V.Cache=te;function ee(de,ue){return de===ue||de!==de&&ue!==ue}function we(de){var ue=be(de)?w.call(de):"";return ue==r||ue==n}function be(de){var ue=typeof de;return!!de&&(ue=="object"||ue=="function")}return sb=V,sb}var TJ=NJ();const AJ=Vn(TJ);var mi=[],MJ=function(){return mi.some(function(e){return e.activeTargets.length>0})},DJ=function(){return mi.some(function(e){return e.skippedTargets.length>0})},pM="ResizeObserver loop completed with undelivered notifications.",jJ=function(){var e;typeof ErrorEvent=="function"?e=new ErrorEvent("error",{message:pM}):(e=document.createEvent("Event"),e.initEvent("error",!1,!1),e.message=pM),window.dispatchEvent(e)},Ga;(function(e){e.BORDER_BOX="border-box",e.CONTENT_BOX="content-box",e.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"})(Ga||(Ga={}));var yi=function(e){return Object.freeze(e)},qJ=(function(){function e(t,r){this.inlineSize=t,this.blockSize=r,yi(this)}return e})(),Jk=(function(){function e(t,r,n,i){return this.x=t,this.y=r,this.width=n,this.height=i,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,yi(this)}return e.prototype.toJSON=function(){var t=this,r=t.x,n=t.y,i=t.top,o=t.right,a=t.bottom,u=t.left,l=t.width,d=t.height;return{x:r,y:n,top:i,right:o,bottom:a,left:u,width:l,height:d}},e.fromRect=function(t){return new e(t.x,t.y,t.width,t.height)},e})(),Pw=function(e){return e instanceof SVGElement&&"getBBox"in e},Qk=function(e){if(Pw(e)){var t=e.getBBox(),r=t.width,n=t.height;return!r&&!n}var i=e,o=i.offsetWidth,a=i.offsetHeight;return!(o||a||e.getClientRects().length)},vM=function(e){var t;if(e instanceof Element)return!0;var r=(t=e==null?void 0:e.ownerDocument)===null||t===void 0?void 0:t.defaultView;return!!(r&&e instanceof r.Element)},kJ=function(e){switch(e.tagName){case"INPUT":if(e.type!=="image")break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1},ka=typeof window<"u"?window:{},Cu=new WeakMap,gM=/auto|scroll/,LJ=/^tb|vertical/,BJ=/msie|trident/i.test(ka.navigator&&ka.navigator.userAgent),Xr=function(e){return parseFloat(e||"0")},mo=function(e,t,r){return e===void 0&&(e=0),t===void 0&&(t=0),r===void 0&&(r=!1),new qJ((r?t:e)||0,(r?e:t)||0)},mM=yi({devicePixelContentBoxSize:mo(),borderBoxSize:mo(),contentBoxSize:mo(),contentRect:new Jk(0,0,0,0)}),eL=function(e,t){if(t===void 0&&(t=!1),Cu.has(e)&&!t)return Cu.get(e);if(Qk(e))return Cu.set(e,mM),mM;var r=getComputedStyle(e),n=Pw(e)&&e.ownerSVGElement&&e.getBBox(),i=!BJ&&r.boxSizing==="border-box",o=LJ.test(r.writingMode||""),a=!n&&gM.test(r.overflowY||""),u=!n&&gM.test(r.overflowX||""),l=n?0:Xr(r.paddingTop),d=n?0:Xr(r.paddingRight),f=n?0:Xr(r.paddingBottom),h=n?0:Xr(r.paddingLeft),p=n?0:Xr(r.borderTopWidth),v=n?0:Xr(r.borderRightWidth),m=n?0:Xr(r.borderBottomWidth),y=n?0:Xr(r.borderLeftWidth),x=h+d,b=l+f,w=y+v,E=p+m,_=u?e.offsetHeight-E-e.clientHeight:0,S=a?e.offsetWidth-w-e.clientWidth:0,R=i?x+w:0,I=i?b+E:0,P=n?n.width:Xr(r.width)-R-S,A=n?n.height:Xr(r.height)-I-_,k=P+x+S+w,L=A+b+_+E,$=yi({devicePixelContentBoxSize:mo(Math.round(P*devicePixelRatio),Math.round(A*devicePixelRatio),o),borderBoxSize:mo(k,L,o),contentBoxSize:mo(P,A,o),contentRect:new Jk(h,l,P,A)});return Cu.set(e,$),$},tL=function(e,t,r){var n=eL(e,r),i=n.borderBoxSize,o=n.contentBoxSize,a=n.devicePixelContentBoxSize;switch(t){case Ga.DEVICE_PIXEL_CONTENT_BOX:return a;case Ga.BORDER_BOX:return i;default:return o}},FJ=(function(){function e(t){var r=eL(t);this.target=t,this.contentRect=r.contentRect,this.borderBoxSize=yi([r.borderBoxSize]),this.contentBoxSize=yi([r.contentBoxSize]),this.devicePixelContentBoxSize=yi([r.devicePixelContentBoxSize])}return e})(),rL=function(e){if(Qk(e))return 1/0;for(var t=0,r=e.parentNode;r;)t+=1,r=r.parentNode;return t},$J=function(){var e=1/0,t=[];mi.forEach(function(a){if(a.activeTargets.length!==0){var u=[];a.activeTargets.forEach(function(d){var f=new FJ(d.target),h=rL(d.target);u.push(f),d.lastReportedSize=tL(d.target,d.observedBox),h<e&&(e=h)}),t.push(function(){a.callback.call(a.observer,u,a.observer)}),a.activeTargets.splice(0,a.activeTargets.length)}});for(var r=0,n=t;r<n.length;r++){var i=n[r];i()}return e},yM=function(e){mi.forEach(function(r){r.activeTargets.splice(0,r.activeTargets.length),r.skippedTargets.splice(0,r.skippedTargets.length),r.observationTargets.forEach(function(i){i.isActive()&&(rL(i.target)>e?r.activeTargets.push(i):r.skippedTargets.push(i))})})},zJ=function(){var e=0;for(yM(e);MJ();)e=$J(),yM(e);return DJ()&&jJ(),e>0},ub,nL=[],HJ=function(){return nL.splice(0).forEach(function(e){return e()})},VJ=function(e){if(!ub){var t=0,r=document.createTextNode(""),n={characterData:!0};new MutationObserver(function(){return HJ()}).observe(r,n),ub=function(){r.textContent="".concat(t?t--:t++)}}nL.push(e),ub()},UJ=function(e){VJ(function(){requestAnimationFrame(e)})},Bu=0,WJ=function(){return!!Bu},GJ=250,KJ={attributes:!0,characterData:!0,childList:!0,subtree:!0},bM=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],xM=function(e){return e===void 0&&(e=0),Date.now()+e},lb=!1,YJ=(function(){function e(){var t=this;this.stopped=!0,this.listener=function(){return t.schedule()}}return e.prototype.run=function(t){var r=this;if(t===void 0&&(t=GJ),!lb){lb=!0;var n=xM(t);UJ(function(){var i=!1;try{i=zJ()}finally{if(lb=!1,t=n-xM(),!WJ())return;i?r.run(1e3):t>0?r.run(t):r.start()}})}},e.prototype.schedule=function(){this.stop(),this.run()},e.prototype.observe=function(){var t=this,r=function(){return t.observer&&t.observer.observe(document.body,KJ)};document.body?r():ka.addEventListener("DOMContentLoaded",r)},e.prototype.start=function(){var t=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),bM.forEach(function(r){return ka.addEventListener(r,t.listener,!0)}))},e.prototype.stop=function(){var t=this;this.stopped||(this.observer&&this.observer.disconnect(),bM.forEach(function(r){return ka.removeEventListener(r,t.listener,!0)}),this.stopped=!0)},e})(),rx=new YJ,wM=function(e){!Bu&&e>0&&rx.start(),Bu+=e,!Bu&&rx.stop()},XJ=function(e){return!Pw(e)&&!kJ(e)&&getComputedStyle(e).display==="inline"},ZJ=(function(){function e(t,r){this.target=t,this.observedBox=r||Ga.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return e.prototype.isActive=function(){var t=tL(this.target,this.observedBox,!0);return XJ(this.target)&&(this.lastReportedSize=t),this.lastReportedSize.inlineSize!==t.inlineSize||this.lastReportedSize.blockSize!==t.blockSize},e})(),JJ=(function(){function e(t,r){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=t,this.callback=r}return e})(),Ru=new WeakMap,_M=function(e,t){for(var r=0;r<e.length;r+=1)if(e[r].target===t)return r;return-1},Iu=(function(){function e(){}return e.connect=function(t,r){var n=new JJ(t,r);Ru.set(t,n)},e.observe=function(t,r,n){var i=Ru.get(t),o=i.observationTargets.length===0;_M(i.observationTargets,r)<0&&(o&&mi.push(i),i.observationTargets.push(new ZJ(r,n&&n.box)),wM(1),rx.schedule())},e.unobserve=function(t,r){var n=Ru.get(t),i=_M(n.observationTargets,r),o=n.observationTargets.length===1;i>=0&&(o&&mi.splice(mi.indexOf(n),1),n.observationTargets.splice(i,1),wM(-1))},e.disconnect=function(t){var r=this,n=Ru.get(t);n.observationTargets.slice().forEach(function(i){return r.unobserve(t,i.target)}),n.activeTargets.splice(0,n.activeTargets.length)},e})(),QJ=(function(){function e(t){if(arguments.length===0)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if(typeof t!="function")throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");Iu.connect(this,t)}return e.prototype.observe=function(t,r){if(arguments.length===0)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!vM(t))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");Iu.observe(this,t,r)},e.prototype.unobserve=function(t){if(arguments.length===0)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!vM(t))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");Iu.unobserve(this,t)},e.prototype.disconnect=function(){Iu.disconnect(this)},e.toString=function(){return"function ResizeObserver () { [polyfill code] }"},e})(),cb,EM;function eQ(){if(EM)return cb;EM=1;var e=!!(typeof window<"u"&&window.document&&window.document.createElement);return cb=e,cb}var tQ=eQ();const iL=Vn(tQ);var SM={},fb,OM;function rQ(){if(OM)return fb;OM=1;var e=os(),t=jo(),r=rc(),n=uc(),i=TypeError,o="Reduce of empty array with no initial value",a=function(u){return function(l,d,f,h){var p=t(l),v=r(p),m=n(p);if(e(d),m===0&&f<2)throw new i(o);var y=u?m-1:0,x=u?-1:1;if(f<2)for(;;){if(y in v){h=v[y],y+=x;break}if(y+=x,u?y<0:m<=y)throw new i(o)}for(;u?y>=0:m>y;y+=x)y in v&&(h=d(h,v[y],y,p));return h}};return fb={left:a(!1),right:a(!0)},fb}var db,CM;function nQ(){if(CM)return db;CM=1;var e=it();return db=function(t,r){var n=[][t];return!!n&&e(function(){n.call(null,r||function(){return 1},1)})},db}var hb,RM;function iQ(){if(RM)return hb;RM=1;var e=wt(),t=_k(),r=Gn(),n=function(i){return t.slice(0,i.length)===i};return hb=(function(){return n("Bun/")?"BUN":n("Cloudflare-Workers")?"CLOUDFLARE":n("Deno/")?"DENO":n("Node.js/")?"NODE":e.Bun&&typeof Bun.version=="string"?"BUN":e.Deno&&typeof Deno.version=="object"?"DENO":r(e.process)==="process"?"NODE":e.window&&e.document?"BROWSER":"REST"})(),hb}var pb,IM;function oQ(){if(IM)return pb;IM=1;var e=iQ();return pb=e==="NODE",pb}var PM;function aQ(){if(PM)return SM;PM=1;var e=Kn(),t=rQ().left,r=nQ(),n=vw(),i=oQ(),o=!i&&n>79&&n<83,a=o||!r("reduce");return e({target:"Array",proto:!0,forced:a},{reduce:function(l){var d=arguments.length;return t(this,l,d,d>1?arguments[1]:void 0)}}),SM}aQ();var NM={},vb,TM;function oL(){if(TM)return vb;TM=1;var e=Nr();return vb=function(){var t=e(this),r="";return t.hasIndices&&(r+="d"),t.global&&(r+="g"),t.ignoreCase&&(r+="i"),t.multiline&&(r+="m"),t.dotAll&&(r+="s"),t.unicode&&(r+="u"),t.unicodeSets&&(r+="v"),t.sticky&&(r+="y"),r},vb}var gb,AM;function sQ(){if(AM)return gb;AM=1;var e=it(),t=wt(),r=t.RegExp,n=e(function(){var a=r("a","y");return a.lastIndex=2,a.exec("abcd")!==null}),i=n||e(function(){return!r("a","y").sticky}),o=n||e(function(){var a=r("^r","gy");return a.lastIndex=2,a.exec("str")!==null});return gb={BROKEN_CARET:o,MISSED_STICKY:i,UNSUPPORTED_Y:n},gb}var mb,MM;function uQ(){if(MM)return mb;MM=1;var e=it(),t=wt(),r=t.RegExp;return mb=e(function(){var n=r(".","s");return!(n.dotAll&&n.test(`
71
- `)&&n.flags==="s")}),mb}var yb,DM;function lQ(){if(DM)return yb;DM=1;var e=it(),t=wt(),r=t.RegExp;return yb=e(function(){var n=r("(?<a>b)","g");return n.exec("b").groups.a!=="b"||"b".replace(n,"$<a>c")!=="bc"}),yb}var bb,jM;function Nw(){if(jM)return bb;jM=1;var e=Zt(),t=ot(),r=Ai(),n=oL(),i=sQ(),o=bw(),a=cc(),u=qo().get,l=uQ(),d=lQ(),f=o("native-string-replace",String.prototype.replace),h=RegExp.prototype.exec,p=h,v=t("".charAt),m=t("".indexOf),y=t("".replace),x=t("".slice),b=(function(){var R=/a/,I=/b*/g;return e(h,R,"a"),e(h,I,"a"),R.lastIndex!==0||I.lastIndex!==0})(),w=i.BROKEN_CARET,E=/()??/.exec("")[1]!==void 0,_=b||E||w||l||d,S=function(R,I){for(var P=R.groups=a(null),A=0;A<I.length;A++){var k=I[A];P[k[0]]=R[k[1]]}};return _&&(p=function(I){var P=this,A=u(P),k=r(I),L=A.raw,$,j,D;if(L)return L.lastIndex=P.lastIndex,$=e(p,L,k),P.lastIndex=L.lastIndex,$&&A.groups&&S($,A.groups),$;var G=A.groups,B=w&&P.sticky,Y=e(n,P),Z=P.source,te=0,U=k;if(B){Y=y(Y,"y",""),m(Y,"g")===-1&&(Y+="g"),U=x(k,P.lastIndex);var re=P.lastIndex>0&&v(k,P.lastIndex-1);P.lastIndex>0&&(!P.multiline||P.multiline&&re!==`
72
- `&&re!=="\r"&&re!=="\u2028"&&re!=="\u2029")&&(Z="(?: (?:"+Z+"))",U=" "+U,te++),j=new RegExp("^(?:"+Z+")",Y)}E&&(j=new RegExp("^"+Z+"$(?!\\s)",Y)),b&&(D=P.lastIndex);var ae=e(h,B?j:P,U);return B?ae?(ae.input=k,ae[0]=x(ae[0],te),ae.index=P.lastIndex,P.lastIndex+=ae[0].length):P.lastIndex=0:b&&ae&&(P.lastIndex=P.global?ae.index+ae[0].length:D),E&&ae&&ae.length>1&&e(f,ae[0],j,function(){for(var le=1;le<arguments.length-2;le++)arguments[le]===void 0&&(ae[le]=void 0)}),ae&&G&&S(ae,G),ae}),bb=p,bb}var qM;function aL(){if(qM)return NM;qM=1;var e=Kn(),t=Nw();return e({target:"RegExp",proto:!0,forced:/./.exec!==t},{exec:t}),NM}aL();var kM={},xb,LM;function sL(){if(LM)return xb;LM=1,aL();var e=Zt(),t=Ti(),r=Nw(),n=it(),i=$t(),o=ss(),a=i("species"),u=RegExp.prototype;return xb=function(l,d,f,h){var p=i(l),v=!n(function(){var b={};return b[p]=function(){return 7},""[l](b)!==7}),m=v&&!n(function(){var b=!1,w=/a/;if(l==="split"){var E={};E[a]=function(){return w},w={constructor:E,flags:""},w[p]=/./[p]}return w.exec=function(){return b=!0,null},w[p](""),!b});if(!v||!m||f){var y=/./[p],x=d(p,""[l],function(b,w,E,_,S){var R=w.exec;return R===r||R===u.exec?v&&!S?{done:!0,value:e(y,w,E,_)}:{done:!0,value:e(b,E,w,_)}:{done:!1}});t(String.prototype,l,x[0]),t(u,p,x[1])}h&&o(u[p],"sham",!0)},xb}var wb,BM;function uL(){if(BM)return wb;BM=1;var e=Wk().charAt;return wb=function(t,r,n){return r+(n&&e(t,r).length||1)},wb}var _b,FM;function cQ(){if(FM)return _b;FM=1;var e=wt(),t=it(),r=e.RegExp,n=!t(function(){var i=!0;try{r(".","d")}catch{i=!1}var o={},a="",u=i?"dgimsy":"gimsy",l=function(p,v){Object.defineProperty(o,p,{get:function(){return a+=v,!0}})},d={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};i&&(d.hasIndices="d");for(var f in d)l(f,d[f]);var h=Object.getOwnPropertyDescriptor(r.prototype,"flags").get.call(o);return h!==u||a!==u});return _b={correct:n},_b}var Eb,$M;function lL(){if($M)return Eb;$M=1;var e=Zt(),t=Pr(),r=ic(),n=cQ(),i=oL(),o=RegExp.prototype;return Eb=n.correct?function(a){return a.flags}:function(a){return!n.correct&&r(o,a)&&!t(a,"flags")?e(i,a):a.flags},Eb}var Sb,zM;function cL(){if(zM)return Sb;zM=1;var e=Zt(),t=Nr(),r=Ot(),n=Gn(),i=Nw(),o=TypeError;return Sb=function(a,u){var l=a.exec;if(r(l)){var d=e(l,a,u);return d!==null&&t(d),d}if(n(a)==="RegExp")return e(i,a,u);throw new o("RegExp#exec called on incompatible receiver")},Sb}var HM;function fQ(){if(HM)return kM;HM=1;var e=Zt(),t=ot(),r=sL(),n=Nr(),i=Tt(),o=Sw(),a=Ai(),u=Ni(),l=as(),d=uL(),f=lL(),h=cL(),p=t("".indexOf);return r("match",function(v,m,y){return[function(b){var w=u(this),E=i(b)?l(b,v):void 0;return E?e(E,b,w):new RegExp(b)[v](a(w))},function(x){var b=n(this),w=a(x),E=y(m,b,w);if(E.done)return E.value;var _=a(f(b));if(!~p(_,"g"))return h(b,w);var S=!!~p(_,"u")||!!~p(_,"v");b.lastIndex=0;for(var R=[],I=0,P;(P=h(b,w))!==null;){var A=a(P[0]);R[I]=A,A===""&&(b.lastIndex=d(w,o(b.lastIndex),S)),I++}return I===0?null:R}]}),kM}fQ();var VM={},Ob,UM;function dQ(){if(UM)return Ob;UM=1;var e=Ak(),t=un();return Ob=function(r,n,i){return i.get&&e(i.get,n,{getter:!0}),i.set&&e(i.set,n,{setter:!0}),t.f(r,n,i)},Ob}var WM;function hQ(){if(WM)return VM;WM=1;var e=Ir(),t=_w().EXISTS,r=ot(),n=dQ(),i=Function.prototype,o=r(i.toString),a=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,u=r(a.exec),l="name";return e&&!t&&n(i,l,{configurable:!0,get:function(){try{return u(a,o(this))[1]}catch{return""}}}),VM}hQ();var GM={},Cb,KM;function pQ(){if(KM)return Cb;KM=1;var e=ec(),t=Function.prototype,r=t.apply,n=t.call;return Cb=typeof Reflect=="object"&&Reflect.apply||(e?n.bind(r):function(){return n.apply(r,arguments)}),Cb}var Rb,YM;function vQ(){if(YM)return Rb;YM=1;var e=ot(),t=jo(),r=Math.floor,n=e("".charAt),i=e("".replace),o=e("".slice),a=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,u=/\$([$&'`]|\d{1,2})/g;return Rb=function(l,d,f,h,p,v){var m=f+l.length,y=h.length,x=u;return p!==void 0&&(p=t(p),x=a),i(v,x,function(b,w){var E;switch(n(w,0)){case"$":return"$";case"&":return l;case"`":return o(d,0,f);case"'":return o(d,m);case"<":E=p[o(w,1,-1)];break;default:var _=+w;if(_===0)return b;if(_>y){var S=r(_/10);return S===0?b:S<=y?h[S-1]===void 0?n(w,1):h[S-1]+n(w,1):b}E=h[_-1]}return E===void 0?"":E})},Rb}var XM;function gQ(){if(XM)return GM;XM=1;var e=pQ(),t=Zt(),r=ot(),n=sL(),i=it(),o=Nr(),a=Ot(),u=Tt(),l=sc(),d=Sw(),f=Ai(),h=Ni(),p=uL(),v=as(),m=vQ(),y=lL(),x=cL(),b=$t(),w=b("replace"),E=Math.max,_=Math.min,S=r([].concat),R=r([].push),I=r("".indexOf),P=r("".slice),A=function(j){return j===void 0?j:String(j)},k=(function(){return"a".replace(/./,"$0")==="$0"})(),L=(function(){return/./[w]?/./[w]("a","$0")==="":!1})(),$=!i(function(){var j=/./;return j.exec=function(){var D=[];return D.groups={a:"7"},D},"".replace(j,"$<a>")!=="7"});return n("replace",function(j,D,G){var B=L?"$":"$0";return[function(Z,te){var U=h(this),re=u(Z)?v(Z,w):void 0;return re?t(re,Z,U,te):t(D,f(U),Z,te)},function(Y,Z){var te=o(this),U=f(Y),re=a(Z);re||(Z=f(Z));var ae=f(y(te));if(typeof Z=="string"&&!~I(Z,B)&&!~I(Z,"$<")&&!~I(ae,"y")){var le=G(D,te,U,Z);if(le.done)return le.value}var F=!!~I(ae,"g"),W;F&&(W=!!~I(ae,"u")||!!~I(ae,"v"),te.lastIndex=0);for(var J=[],H;H=x(te,U),!(H===null||(R(J,H),!F));){var K=f(H[0]);K===""&&(te.lastIndex=p(U,d(te.lastIndex),W))}for(var se="",oe=0,fe=0;fe<J.length;fe++){H=J[fe];for(var V=f(H[0]),ee=E(_(l(H.index),U.length),0),we=[],be,de=1;de<H.length;de++)R(we,A(H[de]));var ue=H.groups;if(re){var Ee=S([V],we,ee,U);ue!==void 0&&R(Ee,ue),be=f(e(Z,void 0,Ee))}else be=m(V,U,ee,we,ue,Z);ee>=oe&&(se+=P(U,oe,ee)+be,oe=ee+V.length)}return se+P(U,oe)}]},!$||!k||L),GM}gQ();function kn(e){return!e||!e.ownerDocument||!e.ownerDocument.defaultView?window:e.ownerDocument.defaultView}function Fu(e){return!e||!e.ownerDocument?document:e.ownerDocument}var ao=null,ZM=null;iL&&window.addEventListener("resize",function(){ZM!==window.devicePixelRatio&&(ZM=window.devicePixelRatio,ao=null)});function JM(e){if(ao===null){var t=Fu(e);if(typeof t>"u")return ao=0,ao;var r=t.body,n=t.createElement("div");n.classList.add("simplebar-hide-scrollbar"),r.appendChild(n);var i=n.getBoundingClientRect().right;r.removeChild(n),ao=i}return ao}var pl=(function(){function e(r,n){var i=this;this.onScroll=function(){var o=kn(i.el);i.scrollXTicking||(o.requestAnimationFrame(i.scrollX),i.scrollXTicking=!0),i.scrollYTicking||(o.requestAnimationFrame(i.scrollY),i.scrollYTicking=!0)},this.scrollX=function(){i.axis.x.isOverflowing&&(i.showScrollbar("x"),i.positionScrollbar("x")),i.scrollXTicking=!1},this.scrollY=function(){i.axis.y.isOverflowing&&(i.showScrollbar("y"),i.positionScrollbar("y")),i.scrollYTicking=!1},this.onMouseEnter=function(){i.showScrollbar("x"),i.showScrollbar("y")},this.onMouseMove=function(o){i.mouseX=o.clientX,i.mouseY=o.clientY,(i.axis.x.isOverflowing||i.axis.x.forceVisible)&&i.onMouseMoveForAxis("x"),(i.axis.y.isOverflowing||i.axis.y.forceVisible)&&i.onMouseMoveForAxis("y")},this.onMouseLeave=function(){i.onMouseMove.cancel(),(i.axis.x.isOverflowing||i.axis.x.forceVisible)&&i.onMouseLeaveForAxis("x"),(i.axis.y.isOverflowing||i.axis.y.forceVisible)&&i.onMouseLeaveForAxis("y"),i.mouseX=-1,i.mouseY=-1},this.onWindowResize=function(){i.scrollbarWidth=i.getScrollbarWidth(),i.hideNativeScrollbar()},this.hideScrollbars=function(){i.axis.x.track.rect=i.axis.x.track.el.getBoundingClientRect(),i.axis.y.track.rect=i.axis.y.track.el.getBoundingClientRect(),i.isWithinBounds(i.axis.y.track.rect)||(i.axis.y.scrollbar.el.classList.remove(i.classNames.visible),i.axis.y.isVisible=!1),i.isWithinBounds(i.axis.x.track.rect)||(i.axis.x.scrollbar.el.classList.remove(i.classNames.visible),i.axis.x.isVisible=!1)},this.onPointerEvent=function(o){var a,u;i.axis.x.track.rect=i.axis.x.track.el.getBoundingClientRect(),i.axis.y.track.rect=i.axis.y.track.el.getBoundingClientRect(),(i.axis.x.isOverflowing||i.axis.x.forceVisible)&&(a=i.isWithinBounds(i.axis.x.track.rect)),(i.axis.y.isOverflowing||i.axis.y.forceVisible)&&(u=i.isWithinBounds(i.axis.y.track.rect)),(a||u)&&(o.preventDefault(),o.stopPropagation(),o.type==="mousedown"&&(a&&(i.axis.x.scrollbar.rect=i.axis.x.scrollbar.el.getBoundingClientRect(),i.isWithinBounds(i.axis.x.scrollbar.rect)?i.onDragStart(o,"x"):i.onTrackClick(o,"x")),u&&(i.axis.y.scrollbar.rect=i.axis.y.scrollbar.el.getBoundingClientRect(),i.isWithinBounds(i.axis.y.scrollbar.rect)?i.onDragStart(o,"y"):i.onTrackClick(o,"y"))))},this.drag=function(o){var a,u=i.axis[i.draggedAxis].track,l=u.rect[i.axis[i.draggedAxis].sizeAttr],d=i.axis[i.draggedAxis].scrollbar,f=i.contentWrapperEl[i.axis[i.draggedAxis].scrollSizeAttr],h=parseInt(i.elStyles[i.axis[i.draggedAxis].sizeAttr],10);o.preventDefault(),o.stopPropagation(),i.draggedAxis==="y"?a=o.pageY:a=o.pageX;var p=a-u.rect[i.axis[i.draggedAxis].offsetAttr]-i.axis[i.draggedAxis].dragOffset,v=p/(l-d.size),m=v*(f-h);i.draggedAxis==="x"&&(m=i.isRtl&&e.getRtlHelpers().isRtlScrollbarInverted?m-(l+d.size):m,m=i.isRtl&&e.getRtlHelpers().isRtlScrollingInverted?-m:m),i.contentWrapperEl[i.axis[i.draggedAxis].scrollOffsetAttr]=m},this.onEndDrag=function(o){var a=Fu(i.el),u=kn(i.el);o.preventDefault(),o.stopPropagation(),i.el.classList.remove(i.classNames.dragging),a.removeEventListener("mousemove",i.drag,!0),a.removeEventListener("mouseup",i.onEndDrag,!0),i.removePreventClickId=u.setTimeout(function(){a.removeEventListener("click",i.preventClick,!0),a.removeEventListener("dblclick",i.preventClick,!0),i.removePreventClickId=null})},this.preventClick=function(o){o.preventDefault(),o.stopPropagation()},this.el=r,this.minScrollbarWidth=20,this.options=Object.assign({},e.defaultOptions,n),this.classNames=Object.assign({},e.defaultOptions.classNames,this.options.classNames),this.axis={x:{scrollOffsetAttr:"scrollLeft",sizeAttr:"width",scrollSizeAttr:"scrollWidth",offsetSizeAttr:"offsetWidth",offsetAttr:"left",overflowAttr:"overflowX",dragOffset:0,isOverflowing:!0,isVisible:!1,forceVisible:!1,track:{},scrollbar:{}},y:{scrollOffsetAttr:"scrollTop",sizeAttr:"height",scrollSizeAttr:"scrollHeight",offsetSizeAttr:"offsetHeight",offsetAttr:"top",overflowAttr:"overflowY",dragOffset:0,isOverflowing:!0,isVisible:!1,forceVisible:!1,track:{},scrollbar:{}}},this.removePreventClickId=null,!e.instances.has(this.el)&&(this.recalculate=cM(this.recalculate.bind(this),64),this.onMouseMove=cM(this.onMouseMove.bind(this),64),this.hideScrollbars=dM(this.hideScrollbars.bind(this),this.options.timeout),this.onWindowResize=dM(this.onWindowResize.bind(this),64,{leading:!0}),e.getRtlHelpers=AJ(e.getRtlHelpers),this.init())}e.getRtlHelpers=function(){var n=document.createElement("div");n.innerHTML='<div class="hs-dummy-scrollbar-size"><div style="height: 200%; width: 200%; margin: 10px 0;"></div></div>';var i=n.firstElementChild;document.body.appendChild(i);var o=i.firstElementChild;i.scrollLeft=0;var a=e.getOffset(i),u=e.getOffset(o);i.scrollLeft=999;var l=e.getOffset(o);return{isRtlScrollingInverted:a.left!==u.left&&u.left-l.left!==0,isRtlScrollbarInverted:a.left!==u.left}},e.getOffset=function(n){var i=n.getBoundingClientRect(),o=Fu(n),a=kn(n);return{top:i.top+(a.pageYOffset||o.documentElement.scrollTop),left:i.left+(a.pageXOffset||o.documentElement.scrollLeft)}};var t=e.prototype;return t.init=function(){e.instances.set(this.el,this),iL&&(this.initDOM(),this.setAccessibilityAttributes(),this.scrollbarWidth=this.getScrollbarWidth(),this.recalculate(),this.initListeners())},t.initDOM=function(){var n=this;if(Array.prototype.filter.call(this.el.children,function(a){return a.classList.contains(n.classNames.wrapper)}).length)this.wrapperEl=this.el.querySelector("."+this.classNames.wrapper),this.contentWrapperEl=this.options.scrollableNode||this.el.querySelector("."+this.classNames.contentWrapper),this.contentEl=this.options.contentNode||this.el.querySelector("."+this.classNames.contentEl),this.offsetEl=this.el.querySelector("."+this.classNames.offset),this.maskEl=this.el.querySelector("."+this.classNames.mask),this.placeholderEl=this.findChild(this.wrapperEl,"."+this.classNames.placeholder),this.heightAutoObserverWrapperEl=this.el.querySelector("."+this.classNames.heightAutoObserverWrapperEl),this.heightAutoObserverEl=this.el.querySelector("."+this.classNames.heightAutoObserverEl),this.axis.x.track.el=this.findChild(this.el,"."+this.classNames.track+"."+this.classNames.horizontal),this.axis.y.track.el=this.findChild(this.el,"."+this.classNames.track+"."+this.classNames.vertical);else{for(this.wrapperEl=document.createElement("div"),this.contentWrapperEl=document.createElement("div"),this.offsetEl=document.createElement("div"),this.maskEl=document.createElement("div"),this.contentEl=document.createElement("div"),this.placeholderEl=document.createElement("div"),this.heightAutoObserverWrapperEl=document.createElement("div"),this.heightAutoObserverEl=document.createElement("div"),this.wrapperEl.classList.add(this.classNames.wrapper),this.contentWrapperEl.classList.add(this.classNames.contentWrapper),this.offsetEl.classList.add(this.classNames.offset),this.maskEl.classList.add(this.classNames.mask),this.contentEl.classList.add(this.classNames.contentEl),this.placeholderEl.classList.add(this.classNames.placeholder),this.heightAutoObserverWrapperEl.classList.add(this.classNames.heightAutoObserverWrapperEl),this.heightAutoObserverEl.classList.add(this.classNames.heightAutoObserverEl);this.el.firstChild;)this.contentEl.appendChild(this.el.firstChild);this.contentWrapperEl.appendChild(this.contentEl),this.offsetEl.appendChild(this.contentWrapperEl),this.maskEl.appendChild(this.offsetEl),this.heightAutoObserverWrapperEl.appendChild(this.heightAutoObserverEl),this.wrapperEl.appendChild(this.heightAutoObserverWrapperEl),this.wrapperEl.appendChild(this.maskEl),this.wrapperEl.appendChild(this.placeholderEl),this.el.appendChild(this.wrapperEl)}if(!this.axis.x.track.el||!this.axis.y.track.el){var i=document.createElement("div"),o=document.createElement("div");i.classList.add(this.classNames.track),o.classList.add(this.classNames.scrollbar),i.appendChild(o),this.axis.x.track.el=i.cloneNode(!0),this.axis.x.track.el.classList.add(this.classNames.horizontal),this.axis.y.track.el=i.cloneNode(!0),this.axis.y.track.el.classList.add(this.classNames.vertical),this.el.appendChild(this.axis.x.track.el),this.el.appendChild(this.axis.y.track.el)}this.axis.x.scrollbar.el=this.axis.x.track.el.querySelector("."+this.classNames.scrollbar),this.axis.y.scrollbar.el=this.axis.y.track.el.querySelector("."+this.classNames.scrollbar),this.options.autoHide||(this.axis.x.scrollbar.el.classList.add(this.classNames.visible),this.axis.y.scrollbar.el.classList.add(this.classNames.visible)),this.el.setAttribute("data-simplebar","init")},t.setAccessibilityAttributes=function(){var n=this.options.ariaLabel||"scrollable content";this.contentWrapperEl.setAttribute("tabindex","0"),this.contentWrapperEl.setAttribute("role","region"),this.contentWrapperEl.setAttribute("aria-label",n)},t.initListeners=function(){var n=this,i=kn(this.el);this.options.autoHide&&this.el.addEventListener("mouseenter",this.onMouseEnter),["mousedown","click","dblclick"].forEach(function(l){n.el.addEventListener(l,n.onPointerEvent,!0)}),["touchstart","touchend","touchmove"].forEach(function(l){n.el.addEventListener(l,n.onPointerEvent,{capture:!0,passive:!0})}),this.el.addEventListener("mousemove",this.onMouseMove),this.el.addEventListener("mouseleave",this.onMouseLeave),this.contentWrapperEl.addEventListener("scroll",this.onScroll),i.addEventListener("resize",this.onWindowResize);var o=!1,a=null,u=i.ResizeObserver||QJ;this.resizeObserver=new u(function(){!o||a!==null||(a=i.requestAnimationFrame(function(){n.recalculate(),a=null}))}),this.resizeObserver.observe(this.el),this.resizeObserver.observe(this.contentEl),i.requestAnimationFrame(function(){o=!0}),this.mutationObserver=new i.MutationObserver(this.recalculate),this.mutationObserver.observe(this.contentEl,{childList:!0,subtree:!0,characterData:!0})},t.recalculate=function(){var n=kn(this.el);this.elStyles=n.getComputedStyle(this.el),this.isRtl=this.elStyles.direction==="rtl";var i=this.heightAutoObserverEl.offsetHeight<=1,o=this.heightAutoObserverEl.offsetWidth<=1,a=this.contentEl.offsetWidth,u=this.contentWrapperEl.offsetWidth,l=this.elStyles.overflowX,d=this.elStyles.overflowY;this.contentEl.style.padding=this.elStyles.paddingTop+" "+this.elStyles.paddingRight+" "+this.elStyles.paddingBottom+" "+this.elStyles.paddingLeft,this.wrapperEl.style.margin="-"+this.elStyles.paddingTop+" -"+this.elStyles.paddingRight+" -"+this.elStyles.paddingBottom+" -"+this.elStyles.paddingLeft;var f=this.contentEl.scrollHeight,h=this.contentEl.scrollWidth;this.contentWrapperEl.style.height=i?"auto":"100%",this.placeholderEl.style.width=o?a+"px":"auto",this.placeholderEl.style.height=f+"px";var p=this.contentWrapperEl.offsetHeight;this.axis.x.isOverflowing=h>a,this.axis.y.isOverflowing=f>p,this.axis.x.isOverflowing=l==="hidden"?!1:this.axis.x.isOverflowing,this.axis.y.isOverflowing=d==="hidden"?!1:this.axis.y.isOverflowing,this.axis.x.forceVisible=this.options.forceVisible==="x"||this.options.forceVisible===!0,this.axis.y.forceVisible=this.options.forceVisible==="y"||this.options.forceVisible===!0,this.hideNativeScrollbar();var v=this.axis.x.isOverflowing?this.scrollbarWidth:0,m=this.axis.y.isOverflowing?this.scrollbarWidth:0;this.axis.x.isOverflowing=this.axis.x.isOverflowing&&h>u-m,this.axis.y.isOverflowing=this.axis.y.isOverflowing&&f>p-v,this.axis.x.scrollbar.size=this.getScrollbarSize("x"),this.axis.y.scrollbar.size=this.getScrollbarSize("y"),this.axis.x.scrollbar.el.style.width=this.axis.x.scrollbar.size+"px",this.axis.y.scrollbar.el.style.height=this.axis.y.scrollbar.size+"px",this.positionScrollbar("x"),this.positionScrollbar("y"),this.toggleTrackVisibility("x"),this.toggleTrackVisibility("y")},t.getScrollbarSize=function(n){if(n===void 0&&(n="y"),!this.axis[n].isOverflowing)return 0;var i=this.contentEl[this.axis[n].scrollSizeAttr],o=this.axis[n].track.el[this.axis[n].offsetSizeAttr],a,u=o/i;return a=Math.max(~~(u*o),this.options.scrollbarMinSize),this.options.scrollbarMaxSize&&(a=Math.min(a,this.options.scrollbarMaxSize)),a},t.positionScrollbar=function(n){if(n===void 0&&(n="y"),!!this.axis[n].isOverflowing){var i=this.contentWrapperEl[this.axis[n].scrollSizeAttr],o=this.axis[n].track.el[this.axis[n].offsetSizeAttr],a=parseInt(this.elStyles[this.axis[n].sizeAttr],10),u=this.axis[n].scrollbar,l=this.contentWrapperEl[this.axis[n].scrollOffsetAttr];l=n==="x"&&this.isRtl&&e.getRtlHelpers().isRtlScrollingInverted?-l:l;var d=l/(i-a),f=~~((o-u.size)*d);f=n==="x"&&this.isRtl&&e.getRtlHelpers().isRtlScrollbarInverted?f+(o-u.size):f,u.el.style.transform=n==="x"?"translate3d("+f+"px, 0, 0)":"translate3d(0, "+f+"px, 0)"}},t.toggleTrackVisibility=function(n){n===void 0&&(n="y");var i=this.axis[n].track.el,o=this.axis[n].scrollbar.el;this.axis[n].isOverflowing||this.axis[n].forceVisible?(i.style.visibility="visible",this.contentWrapperEl.style[this.axis[n].overflowAttr]="scroll"):(i.style.visibility="hidden",this.contentWrapperEl.style[this.axis[n].overflowAttr]="hidden"),this.axis[n].isOverflowing?o.style.display="block":o.style.display="none"},t.hideNativeScrollbar=function(){this.offsetEl.style[this.isRtl?"left":"right"]=this.axis.y.isOverflowing||this.axis.y.forceVisible?"-"+this.scrollbarWidth+"px":0,this.offsetEl.style.bottom=this.axis.x.isOverflowing||this.axis.x.forceVisible?"-"+this.scrollbarWidth+"px":0},t.onMouseMoveForAxis=function(n){n===void 0&&(n="y"),this.axis[n].track.rect=this.axis[n].track.el.getBoundingClientRect(),this.axis[n].scrollbar.rect=this.axis[n].scrollbar.el.getBoundingClientRect();var i=this.isWithinBounds(this.axis[n].scrollbar.rect);i?this.axis[n].scrollbar.el.classList.add(this.classNames.hover):this.axis[n].scrollbar.el.classList.remove(this.classNames.hover),this.isWithinBounds(this.axis[n].track.rect)?(this.showScrollbar(n),this.axis[n].track.el.classList.add(this.classNames.hover)):this.axis[n].track.el.classList.remove(this.classNames.hover)},t.onMouseLeaveForAxis=function(n){n===void 0&&(n="y"),this.axis[n].track.el.classList.remove(this.classNames.hover),this.axis[n].scrollbar.el.classList.remove(this.classNames.hover)},t.showScrollbar=function(n){n===void 0&&(n="y");var i=this.axis[n].scrollbar.el;this.axis[n].isVisible||(i.classList.add(this.classNames.visible),this.axis[n].isVisible=!0),this.options.autoHide&&this.hideScrollbars()},t.onDragStart=function(n,i){i===void 0&&(i="y");var o=Fu(this.el),a=kn(this.el),u=this.axis[i].scrollbar,l=i==="y"?n.pageY:n.pageX;this.axis[i].dragOffset=l-u.rect[this.axis[i].offsetAttr],this.draggedAxis=i,this.el.classList.add(this.classNames.dragging),o.addEventListener("mousemove",this.drag,!0),o.addEventListener("mouseup",this.onEndDrag,!0),this.removePreventClickId===null?(o.addEventListener("click",this.preventClick,!0),o.addEventListener("dblclick",this.preventClick,!0)):(a.clearTimeout(this.removePreventClickId),this.removePreventClickId=null)},t.onTrackClick=function(n,i){var o=this;if(i===void 0&&(i="y"),!!this.options.clickOnTrack){var a=kn(this.el);this.axis[i].scrollbar.rect=this.axis[i].scrollbar.el.getBoundingClientRect();var u=this.axis[i].scrollbar,l=u.rect[this.axis[i].offsetAttr],d=parseInt(this.elStyles[this.axis[i].sizeAttr],10),f=this.contentWrapperEl[this.axis[i].scrollOffsetAttr],h=i==="y"?this.mouseY-l:this.mouseX-l,p=h<0?-1:1,v=p===-1?f-d:f+d,m=function y(){if(p===-1){if(f>v){var x;f-=o.options.clickOnTrackSpeed,o.contentWrapperEl.scrollTo((x={},x[o.axis[i].offsetAttr]=f,x)),a.requestAnimationFrame(y)}}else if(f<v){var b;f+=o.options.clickOnTrackSpeed,o.contentWrapperEl.scrollTo((b={},b[o.axis[i].offsetAttr]=f,b)),a.requestAnimationFrame(y)}};m()}},t.getContentElement=function(){return this.contentEl},t.getScrollElement=function(){return this.contentWrapperEl},t.getScrollbarWidth=function(){try{return getComputedStyle(this.contentWrapperEl,"::-webkit-scrollbar").display==="none"||"scrollbarWidth"in document.documentElement.style||"-ms-overflow-style"in document.documentElement.style?0:JM(this.el)}catch{return JM(this.el)}},t.removeListeners=function(){var n=this,i=kn(this.el);this.options.autoHide&&this.el.removeEventListener("mouseenter",this.onMouseEnter),["mousedown","click","dblclick"].forEach(function(o){n.el.removeEventListener(o,n.onPointerEvent,!0)}),["touchstart","touchend","touchmove"].forEach(function(o){n.el.removeEventListener(o,n.onPointerEvent,{capture:!0,passive:!0})}),this.el.removeEventListener("mousemove",this.onMouseMove),this.el.removeEventListener("mouseleave",this.onMouseLeave),this.contentWrapperEl&&this.contentWrapperEl.removeEventListener("scroll",this.onScroll),i.removeEventListener("resize",this.onWindowResize),this.mutationObserver&&this.mutationObserver.disconnect(),this.resizeObserver&&this.resizeObserver.disconnect(),this.recalculate.cancel(),this.onMouseMove.cancel(),this.hideScrollbars.cancel(),this.onWindowResize.cancel()},t.unMount=function(){this.removeListeners(),e.instances.delete(this.el)},t.isWithinBounds=function(n){return this.mouseX>=n.left&&this.mouseX<=n.left+n.width&&this.mouseY>=n.top&&this.mouseY<=n.top+n.height},t.findChild=function(n,i){var o=n.matches||n.webkitMatchesSelector||n.mozMatchesSelector||n.msMatchesSelector;return Array.prototype.filter.call(n.children,function(a){return o.call(a,i)})[0]},e})();pl.defaultOptions={autoHide:!0,forceVisible:!1,clickOnTrack:!0,clickOnTrackSpeed:40,classNames:{contentEl:"simplebar-content",contentWrapper:"simplebar-content-wrapper",offset:"simplebar-offset",mask:"simplebar-mask",wrapper:"simplebar-wrapper",placeholder:"simplebar-placeholder",scrollbar:"simplebar-scrollbar",track:"simplebar-track",heightAutoObserverWrapperEl:"simplebar-height-auto-observer-wrapper",heightAutoObserverEl:"simplebar-height-auto-observer",visible:"simplebar-visible",horizontal:"simplebar-horizontal",vertical:"simplebar-vertical",hover:"simplebar-hover",dragging:"simplebar-dragging"},scrollbarMinSize:25,scrollbarMaxSize:0,timeout:1e3};pl.instances=new WeakMap;function QM(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Pu(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?QM(Object(r),!0).forEach(function(n){mQ(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):QM(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function mQ(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function vl(){return vl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vl.apply(this,arguments)}function yQ(e,t){if(e==null)return{};var r={},n=Object.keys(e),i,o;for(o=0;o<n.length;o++)i=n[o],!(t.indexOf(i)>=0)&&(r[i]=e[i]);return r}function bQ(e,t){if(e==null)return{};var r=yQ(e,t),n,i;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i<o.length;i++)n=o[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var xQ=["children","scrollableNodeProps","tag"],wQ=function(t){var r=Array.prototype.reduce.call(t,function(n,i){var o=i.name.match(/data-simplebar-(.+)/);if(o){var a=o[1].replace(/\W+(.)/g,function(u,l){return l.toUpperCase()});switch(i.value){case"true":n[a]=!0;break;case"false":n[a]=!1;break;case void 0:n[a]=!0;break;default:n[a]=i.value}}return n},{});return r},dc=T.forwardRef(function(e,t){var r=e.children,n=e.scrollableNodeProps,i=n===void 0?{}:n,o=e.tag,a=o===void 0?"div":o,u=bQ(e,xQ),l=a,d,f=T.useRef(),h=T.useRef(),p=T.useRef(),v={},m={},y=[];return Object.keys(u).forEach(function(x){Object.prototype.hasOwnProperty.call(pl.defaultOptions,x)?v[x]=u[x]:x.match(/data-simplebar-(.+)/)&&x!=="data-simplebar-direction"?y.push({name:x,value:u[x]}):m[x]=u[x]}),y.length&&console.warn(`simplebar-react: this way of passing options is deprecated. Pass it like normal props instead:
69
+ }`;var je=U1(function(){return Ue(q,Ce+"return "+ye).apply(r,z)});if(je.source=ye,$f(je))throw je;return je}function w5(s){return Ke(s).toLowerCase()}function _5(s){return Ke(s).toUpperCase()}function E5(s,c,g){if(s=Ke(s),s&&(g||c===r))return Qw(s);if(!s||!(c=rr(c)))return s;var O=Tr(s),N=Tr(c),q=e_(O,N),z=t_(O,N)+1;return Dn(O,q,z).join("")}function S5(s,c,g){if(s=Ke(s),s&&(g||c===r))return s.slice(0,n_(s)+1);if(!s||!(c=rr(c)))return s;var O=Tr(s),N=t_(O,Tr(c))+1;return Dn(O,0,N).join("")}function O5(s,c,g){if(s=Ke(s),s&&(g||c===r))return s.replace(qi,"");if(!s||!(c=rr(c)))return s;var O=Tr(s),N=e_(O,Tr(c));return Dn(O,N).join("")}function C5(s,c){var g=L,O=$;if(ft(c)){var N="separator"in c?c.separator:N;g="length"in c?De(c.length):g,O="omission"in c?rr(c.omission):O}s=Ke(s);var q=s.length;if($i(s)){var z=Tr(s);q=z.length}if(g>=q)return s;var X=g-zi(O);if(X<1)return O;var ie=z?Dn(z,0,X).join(""):s.slice(0,X);if(N===r)return ie+O;if(z&&(X+=ie.length-X),zf(N)){if(s.slice(X).search(N)){var ge,me=ie;for(N.global||(N=nf(N.source,Ke(vs.exec(N))+"g")),N.lastIndex=0;ge=N.exec(me);)var ye=ge.index;ie=ie.slice(0,ye===r?X:ye)}}else if(s.indexOf(rr(N),X)!=X){var _e=ie.lastIndexOf(N);_e>-1&&(ie=ie.slice(0,_e))}return ie+O}function R5(s){return s=Ke(s),s&&cs.test(s)?s.replace(ko,nB):s}var I5=Yi(function(s,c,g){return s+(g?" ":"")+c.toUpperCase()}),Wf=U_("toUpperCase");function V1(s,c,g){return s=Ke(s),c=g?r:c,c===r?JL(s)?aB(s):HL(s):s.match(c)||[]}var U1=qe(function(s,c){try{return Qt(s,r,c)}catch(g){return $f(g)?g:new Ae(g)}}),P5=dn(function(s,c){return er(c,function(g){g=Mr(g),Wr(s,g,Bf(s[g],s))}),s});function N5(s){var c=s==null?0:s.length,g=Ie();return s=c?st(s,function(O){if(typeof O[1]!="function")throw new pr(a);return[g(O[0]),O[1]]}):[],qe(function(O){for(var N=-1;++N<c;){var q=s[N];if(Qt(q[0],this,O))return Qt(q[1],this,O)}})}function T5(s){return nF(gr(s,p))}function Gf(s){return function(){return s}}function A5(s,c){return s==null||s!==s?c:s}var M5=G_(),D5=G_(!0);function Ut(s){return s}function Kf(s){return E_(typeof s=="function"?s:gr(s,p))}function j5(s){return O_(gr(s,p))}function q5(s,c){return C_(s,gr(c,p))}var k5=qe(function(s,c){return function(g){return Jo(g,s,c)}}),L5=qe(function(s,c){return function(g){return Jo(s,g,c)}});function Yf(s,c,g){var O=Ct(c),N=$s(c,O);g==null&&!(ft(c)&&(N.length||!O.length))&&(g=c,c=s,s=this,N=$s(c,Ct(c)));var q=!(ft(g)&&"chain"in g)||!!g.chain,z=pn(s);return er(N,function(X){var ie=c[X];s[X]=ie,z&&(s.prototype[X]=function(){var ge=this.__chain__;if(q||ge){var me=s(this.__wrapped__),ye=me.__actions__=zt(this.__actions__);return ye.push({func:ie,args:arguments,thisArg:s}),me.__chain__=ge,me}return ie.apply(s,In([this.value()],arguments))})}),s}function B5(){return It._===this&&(It._=dB),this}function Xf(){}function F5(s){return s=De(s),qe(function(c){return R_(c,s)})}var $5=Cf(st),z5=Cf(Kw),H5=Cf(Xc);function W1(s){return Mf(s)?Zc(Mr(s)):xF(s)}function V5(s){return function(c){return s==null?r:ii(s,c)}}var U5=Y_(),W5=Y_(!0);function Zf(){return[]}function Jf(){return!1}function G5(){return{}}function K5(){return""}function Y5(){return!0}function X5(s,c){if(s=De(s),s<1||s>te)return[];var g=ae,O=At(s,ae);c=Ie(c),s-=ae;for(var N=ef(O,c);++g<s;)c(g);return N}function Z5(s){return Me(s)?st(s,Mr):nr(s)?[s]:zt(f1(Ke(s)))}function J5(s){var c=++cB;return Ke(s)+c}var Q5=Gs(function(s,c){return s+c},0),eH=Rf("ceil"),tH=Gs(function(s,c){return s/c},1),rH=Rf("floor");function nH(s){return s&&s.length?Fs(s,Ut,df):r}function iH(s,c){return s&&s.length?Fs(s,Ie(c,2),df):r}function oH(s){return Zw(s,Ut)}function aH(s,c){return Zw(s,Ie(c,2))}function sH(s){return s&&s.length?Fs(s,Ut,gf):r}function uH(s,c){return s&&s.length?Fs(s,Ie(c,2),gf):r}var lH=Gs(function(s,c){return s*c},1),cH=Rf("round"),fH=Gs(function(s,c){return s-c},0);function dH(s){return s&&s.length?Qc(s,Ut):0}function hH(s,c){return s&&s.length?Qc(s,Ie(c,2)):0}return M.after=qz,M.ary=_1,M.assign=E3,M.assignIn=q1,M.assignInWith=k1,M.assignWith=Hf,M.at=S3,M.before=E1,M.bind=Bf,M.bindAll=P5,M.bindKey=S1,M.castArray=Kz,M.chain=b1,M.chunk=n$,M.compact=i$,M.concat=o$,M.cond=N5,M.conforms=T5,M.constant=Gf,M.countBy=hz,M.create=O3,M.curry=O1,M.curryRight=C1,M.debounce=R1,M.defaults=C3,M.defaultsDeep=R3,M.defer=kz,M.delay=Lz,M.difference=a$,M.differenceBy=s$,M.differenceWith=u$,M.drop=l$,M.dropRight=c$,M.dropRightWhile=f$,M.dropWhile=d$,M.fill=h$,M.filter=vz,M.flatMap=yz,M.flatMapDeep=bz,M.flatMapDepth=xz,M.flatten=v1,M.flattenDeep=p$,M.flattenDepth=v$,M.flip=Bz,M.flow=M5,M.flowRight=D5,M.fromPairs=g$,M.functions=D3,M.functionsIn=j3,M.groupBy=wz,M.initial=y$,M.intersection=b$,M.intersectionBy=x$,M.intersectionWith=w$,M.invert=k3,M.invertBy=L3,M.invokeMap=Ez,M.iteratee=Kf,M.keyBy=Sz,M.keys=Ct,M.keysIn=Vt,M.map=eu,M.mapKeys=F3,M.mapValues=$3,M.matches=j5,M.matchesProperty=q5,M.memoize=ru,M.merge=z3,M.mergeWith=L1,M.method=k5,M.methodOf=L5,M.mixin=Yf,M.negate=nu,M.nthArg=F5,M.omit=H3,M.omitBy=V3,M.once=Fz,M.orderBy=Oz,M.over=$5,M.overArgs=$z,M.overEvery=z5,M.overSome=H5,M.partial=Ff,M.partialRight=I1,M.partition=Cz,M.pick=U3,M.pickBy=B1,M.property=W1,M.propertyOf=V5,M.pull=O$,M.pullAll=m1,M.pullAllBy=C$,M.pullAllWith=R$,M.pullAt=I$,M.range=U5,M.rangeRight=W5,M.rearg=zz,M.reject=Pz,M.remove=P$,M.rest=Hz,M.reverse=kf,M.sampleSize=Tz,M.set=G3,M.setWith=K3,M.shuffle=Az,M.slice=N$,M.sortBy=jz,M.sortedUniq=k$,M.sortedUniqBy=L$,M.split=m5,M.spread=Vz,M.tail=B$,M.take=F$,M.takeRight=$$,M.takeRightWhile=z$,M.takeWhile=H$,M.tap=iz,M.throttle=Uz,M.thru=Qs,M.toArray=M1,M.toPairs=F1,M.toPairsIn=$1,M.toPath=Z5,M.toPlainObject=j1,M.transform=Y3,M.unary=Wz,M.union=V$,M.unionBy=U$,M.unionWith=W$,M.uniq=G$,M.uniqBy=K$,M.uniqWith=Y$,M.unset=X3,M.unzip=Lf,M.unzipWith=y1,M.update=Z3,M.updateWith=J3,M.values=Ji,M.valuesIn=Q3,M.without=X$,M.words=V1,M.wrap=Gz,M.xor=Z$,M.xorBy=J$,M.xorWith=Q$,M.zip=ez,M.zipObject=tz,M.zipObjectDeep=rz,M.zipWith=nz,M.entries=F1,M.entriesIn=$1,M.extend=q1,M.extendWith=k1,Yf(M,M),M.add=Q5,M.attempt=U1,M.camelCase=n5,M.capitalize=z1,M.ceil=eH,M.clamp=e5,M.clone=Yz,M.cloneDeep=Zz,M.cloneDeepWith=Jz,M.cloneWith=Xz,M.conformsTo=Qz,M.deburr=H1,M.defaultTo=A5,M.divide=tH,M.endsWith=i5,M.eq=Dr,M.escape=o5,M.escapeRegExp=a5,M.every=pz,M.find=gz,M.findIndex=h1,M.findKey=I3,M.findLast=mz,M.findLastIndex=p1,M.findLastKey=P3,M.floor=rH,M.forEach=x1,M.forEachRight=w1,M.forIn=N3,M.forInRight=T3,M.forOwn=A3,M.forOwnRight=M3,M.get=Vf,M.gt=e3,M.gte=t3,M.has=q3,M.hasIn=Uf,M.head=g1,M.identity=Ut,M.includes=_z,M.indexOf=m$,M.inRange=t5,M.invoke=B3,M.isArguments=si,M.isArray=Me,M.isArrayBuffer=r3,M.isArrayLike=Ht,M.isArrayLikeObject=pt,M.isBoolean=n3,M.isBuffer=jn,M.isDate=i3,M.isElement=o3,M.isEmpty=a3,M.isEqual=s3,M.isEqualWith=u3,M.isError=$f,M.isFinite=l3,M.isFunction=pn,M.isInteger=P1,M.isLength=iu,M.isMap=N1,M.isMatch=c3,M.isMatchWith=f3,M.isNaN=d3,M.isNative=h3,M.isNil=v3,M.isNull=p3,M.isNumber=T1,M.isObject=ft,M.isObjectLike=dt,M.isPlainObject=ia,M.isRegExp=zf,M.isSafeInteger=g3,M.isSet=A1,M.isString=ou,M.isSymbol=nr,M.isTypedArray=Zi,M.isUndefined=m3,M.isWeakMap=y3,M.isWeakSet=b3,M.join=_$,M.kebabCase=s5,M.last=yr,M.lastIndexOf=E$,M.lowerCase=u5,M.lowerFirst=l5,M.lt=x3,M.lte=w3,M.max=nH,M.maxBy=iH,M.mean=oH,M.meanBy=aH,M.min=sH,M.minBy=uH,M.stubArray=Zf,M.stubFalse=Jf,M.stubObject=G5,M.stubString=K5,M.stubTrue=Y5,M.multiply=lH,M.nth=S$,M.noConflict=B5,M.noop=Xf,M.now=tu,M.pad=c5,M.padEnd=f5,M.padStart=d5,M.parseInt=h5,M.random=r5,M.reduce=Rz,M.reduceRight=Iz,M.repeat=p5,M.replace=v5,M.result=W3,M.round=cH,M.runInContext=ne,M.sample=Nz,M.size=Mz,M.snakeCase=g5,M.some=Dz,M.sortedIndex=T$,M.sortedIndexBy=A$,M.sortedIndexOf=M$,M.sortedLastIndex=D$,M.sortedLastIndexBy=j$,M.sortedLastIndexOf=q$,M.startCase=y5,M.startsWith=b5,M.subtract=fH,M.sum=dH,M.sumBy=hH,M.template=x5,M.times=X5,M.toFinite=vn,M.toInteger=De,M.toLength=D1,M.toLower=w5,M.toNumber=br,M.toSafeInteger=_3,M.toString=Ke,M.toUpper=_5,M.trim=E5,M.trimEnd=S5,M.trimStart=O5,M.truncate=C5,M.unescape=R5,M.uniqueId=J5,M.upperCase=I5,M.upperFirst=Wf,M.each=x1,M.eachRight=w1,M.first=g1,Yf(M,(function(){var s={};return Gr(M,function(c,g){Ge.call(M.prototype,g)||(s[g]=c)}),s})(),{chain:!1}),M.VERSION=n,er(["bind","bindKey","curry","curryRight","partial","partialRight"],function(s){M[s].placeholder=M}),er(["drop","take"],function(s,c){Be.prototype[s]=function(g){g=g===r?1:St(De(g),0);var O=this.__filtered__&&!c?new Be(this):this.clone();return O.__filtered__?O.__takeCount__=At(g,O.__takeCount__):O.__views__.push({size:At(g,ae),type:s+(O.__dir__<0?"Right":"")}),O},Be.prototype[s+"Right"]=function(g){return this.reverse()[s](g).reverse()}}),er(["filter","map","takeWhile"],function(s,c){var g=c+1,O=g==G||g==Y;Be.prototype[s]=function(N){var q=this.clone();return q.__iteratees__.push({iteratee:Ie(N,3),type:g}),q.__filtered__=q.__filtered__||O,q}}),er(["head","last"],function(s,c){var g="take"+(c?"Right":"");Be.prototype[s]=function(){return this[g](1).value()[0]}}),er(["initial","tail"],function(s,c){var g="drop"+(c?"":"Right");Be.prototype[s]=function(){return this.__filtered__?new Be(this):this[g](1)}}),Be.prototype.compact=function(){return this.filter(Ut)},Be.prototype.find=function(s){return this.filter(s).head()},Be.prototype.findLast=function(s){return this.reverse().find(s)},Be.prototype.invokeMap=qe(function(s,c){return typeof s=="function"?new Be(this):this.map(function(g){return Jo(g,s,c)})}),Be.prototype.reject=function(s){return this.filter(nu(Ie(s)))},Be.prototype.slice=function(s,c){s=De(s);var g=this;return g.__filtered__&&(s>0||c<0)?new Be(g):(s<0?g=g.takeRight(-s):s&&(g=g.drop(s)),c!==r&&(c=De(c),g=c<0?g.dropRight(-c):g.take(c-s)),g)},Be.prototype.takeRightWhile=function(s){return this.reverse().takeWhile(s).reverse()},Be.prototype.toArray=function(){return this.take(ae)},Gr(Be.prototype,function(s,c){var g=/^(?:filter|find|map|reject)|While$/.test(c),O=/^(?:head|last)$/.test(c),N=M[O?"take"+(c=="last"?"Right":""):c],q=O||/^find/.test(c);N&&(M.prototype[c]=function(){var z=this.__wrapped__,X=O?[1]:arguments,ie=z instanceof Be,ge=X[0],me=ie||Me(z),ye=function(ke){var $e=N.apply(M,In([ke],X));return O&&_e?$e[0]:$e};me&&g&&typeof ge=="function"&&ge.length!=1&&(ie=me=!1);var _e=this.__chain__,Ce=!!this.__actions__.length,Ne=q&&!_e,je=ie&&!Ce;if(!q&&me){z=je?z:new Be(this);var Re=s.apply(z,X);return Re.__actions__.push({func:Qs,args:[ye],thisArg:r}),new vr(Re,_e)}return Ne&&je?s.apply(this,X):(Re=this.thru(ye),Ne?O?Re.value()[0]:Re.value():Re)})}),er(["pop","push","shift","sort","splice","unshift"],function(s){var c=Os[s],g=/^(?:push|sort|unshift)$/.test(s)?"tap":"thru",O=/^(?:pop|shift)$/.test(s);M.prototype[s]=function(){var N=arguments;if(O&&!this.__chain__){var q=this.value();return c.apply(Me(q)?q:[],N)}return this[g](function(z){return c.apply(Me(z)?z:[],N)})}}),Gr(Be.prototype,function(s,c){var g=M[c];if(g){var O=g.name+"";Ge.call(Wi,O)||(Wi[O]=[]),Wi[O].push({name:c,func:g})}}),Wi[Ws(r,w).name]=[{name:"wrapper",func:r}],Be.prototype.clone=IB,Be.prototype.reverse=PB,Be.prototype.value=NB,M.prototype.at=oz,M.prototype.chain=az,M.prototype.commit=sz,M.prototype.next=uz,M.prototype.plant=cz,M.prototype.reverse=fz,M.prototype.toJSON=M.prototype.valueOf=M.prototype.value=dz,M.prototype.first=M.prototype.head,Uo&&(M.prototype[Uo]=lz),M}),Hi=sB();Qn?((Qn.exports=Hi)._=Hi,Wc._=Hi):It._=Hi}).call(TZ)})(Aa,Aa.exports)),Aa.exports}var hl=AZ(),jN={},fa,qN;function wt(){if(qN)return fa;qN=1;var e=function(t){return t&&t.Math===Math&&t};return fa=e(typeof globalThis=="object"&&globalThis)||e(typeof window=="object"&&window)||e(typeof self=="object"&&self)||e(typeof ht=="object"&&ht)||e(typeof fa=="object"&&fa)||(function(){return this})()||Function("return this")(),fa}var Km={},Ym,kN;function it(){return kN||(kN=1,Ym=function(e){try{return!!e()}catch{return!0}}),Ym}var Xm,LN;function Ir(){if(LN)return Xm;LN=1;var e=it();return Xm=!e(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7}),Xm}var Zm,BN;function ec(){if(BN)return Zm;BN=1;var e=it();return Zm=!e(function(){var t=(function(){}).bind();return typeof t!="function"||t.hasOwnProperty("prototype")}),Zm}var Jm,FN;function Zt(){if(FN)return Jm;FN=1;var e=ec(),t=Function.prototype.call;return Jm=e?t.bind(t):function(){return t.apply(t,arguments)},Jm}var Qm={},$N;function wk(){if($N)return Qm;$N=1;var e={}.propertyIsEnumerable,t=Object.getOwnPropertyDescriptor,r=t&&!e.call({1:2},1);return Qm.f=r?function(i){var o=t(this,i);return!!o&&o.enumerable}:e,Qm}var ey,zN;function tc(){return zN||(zN=1,ey=function(e,t){return{enumerable:!(e&1),configurable:!(e&2),writable:!(e&4),value:t}}),ey}var ty,HN;function ot(){if(HN)return ty;HN=1;var e=ec(),t=Function.prototype,r=t.call,n=e&&t.bind.bind(r,r);return ty=e?n:function(i){return function(){return r.apply(i,arguments)}},ty}var ry,VN;function Kn(){if(VN)return ry;VN=1;var e=ot(),t=e({}.toString),r=e("".slice);return ry=function(n){return r(t(n),8,-1)},ry}var ny,UN;function rc(){if(UN)return ny;UN=1;var e=ot(),t=it(),r=Kn(),n=Object,i=e("".split);return ny=t(function(){return!n("z").propertyIsEnumerable(0)})?function(o){return r(o)==="String"?i(o,""):n(o)}:n,ny}var iy,WN;function is(){return WN||(WN=1,iy=function(e){return e==null}),iy}var oy,GN;function Ti(){if(GN)return oy;GN=1;var e=is(),t=TypeError;return oy=function(r){if(e(r))throw new t("Can't call method on "+r);return r},oy}var ay,KN;function Do(){if(KN)return ay;KN=1;var e=rc(),t=Ti();return ay=function(r){return e(t(r))},ay}var sy,YN;function Ot(){if(YN)return sy;YN=1;var e=typeof document=="object"&&document.all;return sy=typeof e>"u"&&e!==void 0?function(t){return typeof t=="function"||t===e}:function(t){return typeof t=="function"},sy}var uy,XN;function Tt(){if(XN)return uy;XN=1;var e=Ot();return uy=function(t){return typeof t=="object"?t!==null:e(t)},uy}var ly,ZN;function nc(){if(ZN)return ly;ZN=1;var e=wt(),t=Ot(),r=function(n){return t(n)?n:void 0};return ly=function(n,i){return arguments.length<2?r(e[n]):e[n]&&e[n][i]},ly}var cy,JN;function ic(){if(JN)return cy;JN=1;var e=ot();return cy=e({}.isPrototypeOf),cy}var fy,QN;function _k(){if(QN)return fy;QN=1;var e=wt(),t=e.navigator,r=t&&t.userAgent;return fy=r?String(r):"",fy}var dy,eT;function vw(){if(eT)return dy;eT=1;var e=wt(),t=_k(),r=e.process,n=e.Deno,i=r&&r.versions||n&&n.version,o=i&&i.v8,a,u;return o&&(a=o.split("."),u=a[0]>0&&a[0]<4?1:+(a[0]+a[1])),!u&&t&&(a=t.match(/Edge\/(\d+)/),(!a||a[1]>=74)&&(a=t.match(/Chrome\/(\d+)/),a&&(u=+a[1]))),dy=u,dy}var hy,tT;function Ek(){if(tT)return hy;tT=1;var e=vw(),t=it(),r=wt(),n=r.String;return hy=!!Object.getOwnPropertySymbols&&!t(function(){var i=Symbol("symbol detection");return!n(i)||!(Object(i)instanceof Symbol)||!Symbol.sham&&e&&e<41}),hy}var py,rT;function Sk(){if(rT)return py;rT=1;var e=Ek();return py=e&&!Symbol.sham&&typeof Symbol.iterator=="symbol",py}var vy,nT;function Ok(){if(nT)return vy;nT=1;var e=nc(),t=Ot(),r=ic(),n=Sk(),i=Object;return vy=n?function(o){return typeof o=="symbol"}:function(o){var a=e("Symbol");return t(a)&&r(a.prototype,i(o))},vy}var gy,iT;function gw(){if(iT)return gy;iT=1;var e=String;return gy=function(t){try{return e(t)}catch{return"Object"}},gy}var my,oT;function os(){if(oT)return my;oT=1;var e=Ot(),t=gw(),r=TypeError;return my=function(n){if(e(n))return n;throw new r(t(n)+" is not a function")},my}var yy,aT;function as(){if(aT)return yy;aT=1;var e=os(),t=is();return yy=function(r,n){var i=r[n];return t(i)?void 0:e(i)},yy}var by,sT;function MZ(){if(sT)return by;sT=1;var e=Zt(),t=Ot(),r=Tt(),n=TypeError;return by=function(i,o){var a,u;if(o==="string"&&t(a=i.toString)&&!r(u=e(a,i))||t(a=i.valueOf)&&!r(u=e(a,i))||o!=="string"&&t(a=i.toString)&&!r(u=e(a,i)))return u;throw new n("Can't convert object to primitive value")},by}var xy={exports:{}},wy,uT;function oc(){return uT||(uT=1,wy=!1),wy}var _y,lT;function mw(){if(lT)return _y;lT=1;var e=wt(),t=Object.defineProperty;return _y=function(r,n){try{t(e,r,{value:n,configurable:!0,writable:!0})}catch{e[r]=n}return n},_y}var cT;function yw(){if(cT)return xy.exports;cT=1;var e=oc(),t=wt(),r=mw(),n="__core-js_shared__",i=xy.exports=t[n]||r(n,{});return(i.versions||(i.versions=[])).push({version:"3.49.0",mode:e?"pure":"global",copyright:"© 2013–2025 Denis Pushkarev (zloirock.ru), 2025–2026 CoreJS Company (core-js.io). All rights reserved.",license:"https://github.com/zloirock/core-js/blob/v3.49.0/LICENSE",source:"https://github.com/zloirock/core-js"}),xy.exports}var Ey,fT;function bw(){if(fT)return Ey;fT=1;var e=yw();return Ey=function(t,r){return e[t]||(e[t]=r||{})},Ey}var Sy,dT;function jo(){if(dT)return Sy;dT=1;var e=Ti(),t=Object;return Sy=function(r){return t(e(r))},Sy}var Oy,hT;function Pr(){if(hT)return Oy;hT=1;var e=ot(),t=jo(),r=e({}.hasOwnProperty);return Oy=Object.hasOwn||function(i,o){return r(t(i),o)},Oy}var Cy,pT;function xw(){if(pT)return Cy;pT=1;var e=ot(),t=0,r=Math.random(),n=e(1.1.toString);return Cy=function(i){return"Symbol("+(i===void 0?"":i)+")_"+n(++t+r,36)},Cy}var Ry,vT;function $t(){if(vT)return Ry;vT=1;var e=wt(),t=bw(),r=Pr(),n=xw(),i=Ek(),o=Sk(),a=e.Symbol,u=t("wks"),l=o?a.for||a:a&&a.withoutSetter||n;return Ry=function(d){return r(u,d)||(u[d]=i&&r(a,d)?a[d]:l("Symbol."+d)),u[d]},Ry}var Iy,gT;function DZ(){if(gT)return Iy;gT=1;var e=Zt(),t=Tt(),r=Ok(),n=as(),i=MZ(),o=$t(),a=TypeError,u=o("toPrimitive");return Iy=function(l,d){if(!t(l)||r(l))return l;var f=n(l,u),h;if(f){if(d===void 0&&(d="default"),h=e(f,l,d),!t(h)||r(h))return h;throw new a("Can't convert object to primitive value")}return d===void 0&&(d="number"),i(l,d)},Iy}var Py,mT;function Ck(){if(mT)return Py;mT=1;var e=DZ(),t=Ok();return Py=function(r){var n=e(r,"string");return t(n)?n:n+""},Py}var Ny,yT;function ww(){if(yT)return Ny;yT=1;var e=wt(),t=Tt(),r=e.document,n=t(r)&&t(r.createElement);return Ny=function(i){return n?r.createElement(i):{}},Ny}var Ty,bT;function Rk(){if(bT)return Ty;bT=1;var e=Ir(),t=it(),r=ww();return Ty=!e&&!t(function(){return Object.defineProperty(r("div"),"a",{get:function(){return 7}}).a!==7}),Ty}var xT;function Ik(){if(xT)return Km;xT=1;var e=Ir(),t=Zt(),r=wk(),n=tc(),i=Do(),o=Ck(),a=Pr(),u=Rk(),l=Object.getOwnPropertyDescriptor;return Km.f=e?l:function(f,h){if(f=i(f),h=o(h),u)try{return l(f,h)}catch{}if(a(f,h))return n(!t(r.f,f,h),f[h])},Km}var Ay={},My,wT;function Pk(){if(wT)return My;wT=1;var e=Ir(),t=it();return My=e&&t(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42}),My}var Dy,_T;function Nr(){if(_T)return Dy;_T=1;var e=Tt(),t=String,r=TypeError;return Dy=function(n){if(e(n))return n;throw new r(t(n)+" is not an object")},Dy}var ET;function un(){if(ET)return Ay;ET=1;var e=Ir(),t=Rk(),r=Pk(),n=Nr(),i=Ck(),o=TypeError,a=Object.defineProperty,u=Object.getOwnPropertyDescriptor,l="enumerable",d="configurable",f="writable";return Ay.f=e?r?function(p,v,m){if(n(p),v=i(v),n(m),typeof p=="function"&&v==="prototype"&&"value"in m&&f in m&&!m[f]){var y=u(p,v);y&&y[f]&&(p[v]=m.value,m={configurable:d in m?m[d]:y[d],enumerable:l in m?m[l]:y[l],writable:!1})}return a(p,v,m)}:a:function(p,v,m){if(n(p),v=i(v),n(m),t)try{return a(p,v,m)}catch{}if("get"in m||"set"in m)throw new o("Accessors not supported");return"value"in m&&(p[v]=m.value),p},Ay}var jy,ST;function ss(){if(ST)return jy;ST=1;var e=Ir(),t=un(),r=tc();return jy=e?function(n,i,o){return t.f(n,i,r(1,o))}:function(n,i,o){return n[i]=o,n},jy}var qy={exports:{}},ky,OT;function _w(){if(OT)return ky;OT=1;var e=Ir(),t=Pr(),r=Function.prototype,n=e&&Object.getOwnPropertyDescriptor,i=t(r,"name"),o=i&&(function(){}).name==="something",a=i&&(!e||e&&n(r,"name").configurable);return ky={EXISTS:i,PROPER:o,CONFIGURABLE:a},ky}var Ly,CT;function Nk(){if(CT)return Ly;CT=1;var e=ot(),t=Ot(),r=yw(),n=e(Function.toString);return t(r.inspectSource)||(r.inspectSource=function(i){return n(i)}),Ly=r.inspectSource,Ly}var By,RT;function Tk(){if(RT)return By;RT=1;var e=wt(),t=Ot(),r=e.WeakMap;return By=t(r)&&/native code/.test(String(r)),By}var Fy,IT;function Ew(){if(IT)return Fy;IT=1;var e=bw(),t=xw(),r=e("keys");return Fy=function(n){return r[n]||(r[n]=t(n))},Fy}var $y,PT;function ac(){return PT||(PT=1,$y={}),$y}var zy,NT;function qo(){if(NT)return zy;NT=1;var e=Tk(),t=wt(),r=Tt(),n=ss(),i=Pr(),o=yw(),a=Ew(),u=ac(),l="Object already initialized",d=t.TypeError,f=t.WeakMap,h,p,v,m=function(w){return v(w)?p(w):h(w,{})},y=function(w){return function(E){var _;if(!r(E)||(_=p(E)).type!==w)throw new d("Incompatible receiver, "+w+" required");return _}};if(e||o.state){var x=o.state||(o.state=new f);x.get=x.get,x.has=x.has,x.set=x.set,h=function(w,E){if(x.has(w))throw new d(l);return E.facade=w,x.set(w,E),E},p=function(w){return x.get(w)||{}},v=function(w){return x.has(w)}}else{var b=a("state");u[b]=!0,h=function(w,E){if(i(w,b))throw new d(l);return E.facade=w,n(w,b,E),E},p=function(w){return i(w,b)?w[b]:{}},v=function(w){return i(w,b)}}return zy={set:h,get:p,has:v,enforce:m,getterFor:y},zy}var TT;function Ak(){if(TT)return qy.exports;TT=1;var e=ot(),t=it(),r=Ot(),n=Pr(),i=Ir(),o=_w().CONFIGURABLE,a=Nk(),u=qo(),l=u.enforce,d=u.get,f=String,h=Object.defineProperty,p=e("".slice),v=e("".replace),m=e([].join),y=i&&!t(function(){return h(function(){},"length",{value:8}).length!==8}),x=String(String).split("String"),b=qy.exports=function(w,E,_){p(f(E),0,7)==="Symbol("&&(E="["+v(f(E),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),_&&_.getter&&(E="get "+E),_&&_.setter&&(E="set "+E),(!n(w,"name")||o&&w.name!==E)&&(i?h(w,"name",{value:E,configurable:!0}):w.name=E),y&&_&&n(_,"arity")&&w.length!==_.arity&&h(w,"length",{value:_.arity});try{_&&n(_,"constructor")&&_.constructor?i&&h(w,"prototype",{writable:!1}):w.prototype&&(w.prototype=void 0)}catch{}var S=l(w);return n(S,"source")||(S.source=m(x,typeof E=="string"?E:"")),w};return Function.prototype.toString=b(function(){return r(this)&&d(this).source||a(this)},"toString"),qy.exports}var Hy,AT;function Ai(){if(AT)return Hy;AT=1;var e=Ot(),t=un(),r=Ak(),n=mw();return Hy=function(i,o,a,u){u||(u={});var l=u.enumerable,d=u.name!==void 0?u.name:o;if(e(a)&&r(a,d,u),u.global)l?i[o]=a:n(o,a);else{try{u.unsafe?i[o]&&(l=!0):delete i[o]}catch{}l?i[o]=a:t.f(i,o,{value:a,enumerable:!1,configurable:!u.nonConfigurable,writable:!u.nonWritable})}return i},Hy}var Vy={},Uy,MT;function jZ(){if(MT)return Uy;MT=1;var e=Math.ceil,t=Math.floor;return Uy=Math.trunc||function(n){var i=+n;return(i>0?t:e)(i)},Uy}var Wy,DT;function sc(){if(DT)return Wy;DT=1;var e=jZ();return Wy=function(t){var r=+t;return r!==r||r===0?0:e(r)},Wy}var Gy,jT;function qZ(){if(jT)return Gy;jT=1;var e=sc(),t=Math.max,r=Math.min;return Gy=function(n,i){var o=e(n);return o<0?t(o+i,0):r(o,i)},Gy}var Ky,qT;function Sw(){if(qT)return Ky;qT=1;var e=sc(),t=Math.min;return Ky=function(r){var n=e(r);return n>0?t(n,9007199254740991):0},Ky}var Yy,kT;function uc(){if(kT)return Yy;kT=1;var e=Sw();return Yy=function(t){return e(t.length)},Yy}var Xy,LT;function kZ(){if(LT)return Xy;LT=1;var e=Do(),t=qZ(),r=uc(),n=function(i){return function(o,a,u){var l=e(o),d=r(l);if(d===0)return!i&&-1;var f=t(u,d),h;if(i&&a!==a){for(;d>f;)if(h=l[f++],h!==h)return!0}else for(;d>f;f++)if((i||f in l)&&l[f]===a)return i||f||0;return!i&&-1}};return Xy={includes:n(!0),indexOf:n(!1)},Xy}var Zy,BT;function Mk(){if(BT)return Zy;BT=1;var e=ot(),t=Pr(),r=Do(),n=kZ().indexOf,i=ac(),o=e([].push);return Zy=function(a,u){var l=r(a),d=0,f=[],h;for(h in l)!t(i,h)&&t(l,h)&&o(f,h);for(;u.length>d;)t(l,h=u[d++])&&(~n(f,h)||o(f,h));return f},Zy}var Jy,FT;function Ow(){return FT||(FT=1,Jy=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]),Jy}var $T;function Cw(){if($T)return Vy;$T=1;var e=Mk(),t=Ow(),r=t.concat("length","prototype");return Vy.f=Object.getOwnPropertyNames||function(i){return e(i,r)},Vy}var Qy={},zT;function Dk(){return zT||(zT=1,Qy.f=Object.getOwnPropertySymbols),Qy}var e0,HT;function LZ(){if(HT)return e0;HT=1;var e=nc(),t=ot(),r=Cw(),n=Dk(),i=Nr(),o=t([].concat);return e0=e("Reflect","ownKeys")||function(u){var l=r.f(i(u)),d=n.f;return d?o(l,d(u)):l},e0}var t0,VT;function BZ(){if(VT)return t0;VT=1;var e=Pr(),t=LZ(),r=Ik(),n=un();return t0=function(i,o,a){for(var u=t(o),l=n.f,d=r.f,f=0;f<u.length;f++){var h=u[f];!e(i,h)&&!(a&&e(a,h))&&l(i,h,d(o,h))}},t0}var r0,UT;function jk(){if(UT)return r0;UT=1;var e=it(),t=Ot(),r=/#|\.prototype\./,n=function(l,d){var f=o[i(l)];return f===u?!0:f===a?!1:t(d)?e(d):!!d},i=n.normalize=function(l){return String(l).replace(r,".").toLowerCase()},o=n.data={},a=n.NATIVE="N",u=n.POLYFILL="P";return r0=n,r0}var n0,WT;function Yn(){if(WT)return n0;WT=1;var e=wt(),t=Ik().f,r=ss(),n=Ai(),i=mw(),o=BZ(),a=jk();return n0=function(u,l){var d=u.target,f=u.global,h=u.stat,p,v,m,y,x,b;if(f?v=e:h?v=e[d]||i(d,{}):v=e[d]&&e[d].prototype,v)for(m in l){if(x=l[m],u.dontCallGetSet?(b=t(v,m),y=b&&b.value):y=v[m],p=a(f?m:d+(h?".":"#")+m,u.forced),!p&&y!==void 0){if(typeof x==typeof y)continue;o(x,y)}(u.sham||y&&y.sham)&&r(x,"sham",!0),n(v,m,x,u)}},n0}var i0,GT;function Rw(){if(GT)return i0;GT=1;var e=$t(),t=e("toStringTag"),r={};return r[t]="z",i0=String(r)==="[object z]",i0}var o0,KT;function lc(){if(KT)return o0;KT=1;var e=Rw(),t=Ot(),r=Kn(),n=$t(),i=n("toStringTag"),o=Object,a=r((function(){return arguments})())==="Arguments",u=function(l,d){try{return l[d]}catch{}};return o0=e?r:function(l){var d,f,h;return l===void 0?"Undefined":l===null?"Null":typeof(f=u(d=o(l),i))=="string"?f:a?r(d):(h=r(d))==="Object"&&t(d.callee)?"Arguments":h},o0}var a0,YT;function Mi(){if(YT)return a0;YT=1;var e=lc(),t=String;return a0=function(r){if(e(r)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return t(r)},a0}var s0,XT;function qk(){return XT||(XT=1,s0=`
70
+ \v\f\r                 \u2028\u2029\uFEFF`),s0}var u0,ZT;function FZ(){if(ZT)return u0;ZT=1;var e=ot(),t=Ti(),r=Mi(),n=qk(),i=e("".replace),o=RegExp("^["+n+"]+"),a=RegExp("(^|[^"+n+"])["+n+"]+$"),u=function(l){return function(d){var f=r(t(d));return l&1&&(f=i(f,o,"")),l&2&&(f=i(f,a,"$1")),f}};return u0={start:u(1),end:u(2),trim:u(3)},u0}var l0,JT;function $Z(){if(JT)return l0;JT=1;var e=wt(),t=it(),r=ot(),n=Mi(),i=FZ().trim,o=qk(),a=e.parseInt,u=e.Symbol,l=u&&u.iterator,d=/^[+-]?0x/i,f=r(d.exec),h=a(o+"08")!==8||a(o+"0x16")!==22||l&&!t(function(){a(Object(l))});return l0=h?function(v,m){var y=i(n(v));return a(y,m>>>0||(f(d,y)?16:10))}:a,l0}var QT;function zZ(){if(QT)return jN;QT=1;var e=Yn(),t=$Z();return e({global:!0,forced:parseInt!==t},{parseInt:t}),jN}zZ();var eA={},c0,tA;function kk(){if(tA)return c0;tA=1;var e=Mk(),t=Ow();return c0=Object.keys||function(n){return e(n,t)},c0}var f0,rA;function HZ(){if(rA)return f0;rA=1;var e=Ir(),t=ot(),r=Zt(),n=it(),i=kk(),o=Dk(),a=wk(),u=jo(),l=rc(),d=Object.assign,f=Object.defineProperty,h=t([].concat);return f0=!d||n(function(){if(e&&d({b:1},d(f({},"a",{enumerable:!0,get:function(){f(this,"b",{value:3,enumerable:!1})}}),{b:2})).b!==1)return!0;var p={},v={},m=Symbol("assign detection"),y="abcdefghijklmnopqrst";return p[m]=7,y.split("").forEach(function(x){v[x]=x}),d({},p)[m]!==7||i(d({},v)).join("")!==y})?function(v,m){for(var y=u(v),x=arguments.length,b=1,w=o.f,E=a.f;x>b;)for(var _=l(arguments[b++]),S=w?h(i(_),w(_)):i(_),R=S.length,I=0,P;R>I;)P=S[I++],(!e||r(E,_,P))&&(y[P]=_[P]);return y}:d,f0}var nA;function VZ(){if(nA)return eA;nA=1;var e=Yn(),t=HZ();return e({target:"Object",stat:!0,arity:2,forced:Object.assign!==t},{assign:t}),eA}VZ();var iA={},d0,oA;function UZ(){if(oA)return d0;oA=1;var e=Kn(),t=ot();return d0=function(r){if(e(r)==="Function")return t(r)},d0}var h0,aA;function Lk(){if(aA)return h0;aA=1;var e=UZ(),t=os(),r=ec(),n=e(e.bind);return h0=function(i,o){return t(i),o===void 0?i:r?n(i,o):function(){return i.apply(o,arguments)}},h0}var p0,sA;function WZ(){if(sA)return p0;sA=1;var e=Kn();return p0=Array.isArray||function(r){return e(r)==="Array"},p0}var v0,uA;function GZ(){if(uA)return v0;uA=1;var e=ot(),t=it(),r=Ot(),n=lc(),i=nc(),o=Nk(),a=function(){},u=i("Reflect","construct"),l=/^\s*(?:class|function)\b/,d=e(l.exec),f=!l.test(a),h=function(m){if(!r(m))return!1;try{return u(a,[],m),!0}catch{return!1}},p=function(m){if(!r(m))return!1;switch(n(m)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return f||!!d(l,o(m))}catch{return!0}};return p.sham=!0,v0=!u||t(function(){var v;return h(h.call)||!h(Object)||!h(function(){v=!0})||v})?p:h,v0}var g0,lA;function KZ(){if(lA)return g0;lA=1;var e=WZ(),t=GZ(),r=Tt(),n=$t(),i=n("species"),o=Array;return g0=function(a){var u;return e(a)&&(u=a.constructor,t(u)&&(u===o||e(u.prototype))?u=void 0:r(u)&&(u=u[i],u===null&&(u=void 0))),u===void 0?o:u},g0}var m0,cA;function YZ(){if(cA)return m0;cA=1;var e=KZ();return m0=function(t,r){return new(e(t))(r===0?0:r)},m0}var y0,fA;function XZ(){if(fA)return y0;fA=1;var e=Ir(),t=un(),r=tc();return y0=function(n,i,o){e?t.f(n,i,r(0,o)):n[i]=o},y0}var b0,dA;function Bk(){if(dA)return b0;dA=1;var e=Lk(),t=rc(),r=jo(),n=uc(),i=YZ(),o=XZ(),a=function(u){var l=u===1,d=u===2,f=u===3,h=u===4,p=u===6,v=u===7,m=u===5||p;return function(y,x,b){for(var w=r(y),E=t(w),_=n(E),S=e(x,b),R=0,I=0,P=l?i(y,_):d||v?i(y,0):void 0,A,k;_>R;R++)if((m||R in E)&&(A=E[R],k=S(A,R,w),u))if(l)o(P,R,k);else if(k)switch(u){case 3:return!0;case 5:return A;case 6:return R;case 2:o(P,I++,A)}else switch(u){case 4:return!1;case 7:o(P,I++,A)}return p?-1:f||h?h:P}};return b0={forEach:a(0),map:a(1),filter:a(2),some:a(3),every:a(4),find:a(5),findIndex:a(6),filterReject:a(7)},b0}var x0,hA;function ZZ(){if(hA)return x0;hA=1;var e=it(),t=$t(),r=vw(),n=t("species");return x0=function(i){return r>=51||!e(function(){var o=[],a=o.constructor={};return a[n]=function(){return{foo:1}},o[i](Boolean).foo!==1})},x0}var pA;function JZ(){if(pA)return iA;pA=1;var e=Yn(),t=Bk().filter,r=ZZ(),n=r("filter");return e({target:"Array",proto:!0,forced:!n},{filter:function(o){return t(this,o,arguments.length>1?arguments[1]:void 0)}}),iA}JZ();var vA={},w0,gA;function QZ(){if(gA)return w0;gA=1;var e=Rw(),t=lc();return w0=e?{}.toString:function(){return"[object "+t(this)+"]"},w0}var mA;function eJ(){if(mA)return vA;mA=1;var e=Rw(),t=Ai(),r=QZ();return e||t(Object.prototype,"toString",r,{unsafe:!0}),vA}eJ();var _0={},yA;function tJ(){if(yA)return _0;yA=1;var e=Ir(),t=Pk(),r=un(),n=Nr(),i=Do(),o=kk();return _0.f=e&&!t?Object.defineProperties:function(u,l){n(u);for(var d=i(l),f=o(l),h=f.length,p=0,v;h>p;)r.f(u,v=f[p++],d[v]);return u},_0}var E0,bA;function rJ(){if(bA)return E0;bA=1;var e=nc();return E0=e("document","documentElement"),E0}var S0,xA;function cc(){if(xA)return S0;xA=1;var e=Nr(),t=tJ(),r=Ow(),n=ac(),i=rJ(),o=ww(),a=Ew(),u=">",l="<",d="prototype",f="script",h=a("IE_PROTO"),p=function(){},v=function(w){return l+f+u+w+l+"/"+f+u},m=function(w){w.write(v("")),w.close();var E=w.parentWindow.Object;return w=null,E},y=function(){var w=o("iframe"),E="java"+f+":",_;return w.style.display="none",i.appendChild(w),w.src=String(E),_=w.contentWindow.document,_.open(),_.write(v("document.F=Object")),_.close(),_.F},x,b=function(){try{x=new ActiveXObject("htmlfile")}catch{}b=typeof document<"u"?document.domain&&x?m(x):y():m(x);for(var w=r.length;w--;)delete b[d][r[w]];return b()};return n[h]=!0,S0=Object.create||function(E,_){var S;return E!==null?(p[d]=e(E),S=new p,p[d]=null,S[h]=E):S=b(),_===void 0?S:t.f(S,_)},S0}var O0,wA;function nJ(){if(wA)return O0;wA=1;var e=$t(),t=cc(),r=un().f,n=e("unscopables"),i=Array.prototype;return i[n]===void 0&&r(i,n,{configurable:!0,value:t(null)}),O0=function(o){i[n][o]=!0},O0}var C0,_A;function us(){return _A||(_A=1,C0={}),C0}var R0,EA;function iJ(){if(EA)return R0;EA=1;var e=it();return R0=!e(function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}),R0}var I0,SA;function Fk(){if(SA)return I0;SA=1;var e=Pr(),t=Ot(),r=jo(),n=Ew(),i=iJ(),o=n("IE_PROTO"),a=Object,u=a.prototype;return I0=i?a.getPrototypeOf:function(l){var d=r(l);if(e(d,o))return d[o];var f=d.constructor;return t(f)&&d instanceof f?f.prototype:d instanceof a?u:null},I0}var P0,OA;function $k(){if(OA)return P0;OA=1;var e=it(),t=Ot(),r=Tt(),n=cc(),i=Fk(),o=Ai(),a=$t(),u=oc(),l=a("iterator"),d=!1,f,h,p;[].keys&&(p=[].keys(),"next"in p?(h=i(i(p)),h!==Object.prototype&&(f=h)):d=!0);var v=!r(f)||e(function(){var m={};return f[l].call(m)!==m});return v?f={}:u&&(f=n(f)),t(f[l])||o(f,l,function(){return this}),P0={IteratorPrototype:f,BUGGY_SAFARI_ITERATORS:d},P0}var N0,CA;function fc(){if(CA)return N0;CA=1;var e=un().f,t=Pr(),r=$t(),n=r("toStringTag");return N0=function(i,o,a){i&&!a&&(i=i.prototype),i&&!t(i,n)&&e(i,n,{configurable:!0,value:o})},N0}var T0,RA;function oJ(){if(RA)return T0;RA=1;var e=$k().IteratorPrototype,t=cc(),r=tc(),n=fc(),i=us(),o=function(){return this};return T0=function(a,u,l,d){var f=u+" Iterator";return a.prototype=t(e,{next:r(+!d,l)}),n(a,f,!1,!0),i[f]=o,a},T0}var A0,IA;function aJ(){if(IA)return A0;IA=1;var e=ot(),t=os();return A0=function(r,n,i){try{return e(t(Object.getOwnPropertyDescriptor(r,n)[i]))}catch{}},A0}var M0,PA;function sJ(){if(PA)return M0;PA=1;var e=Tt();return M0=function(t){return e(t)||t===null},M0}var D0,NA;function uJ(){if(NA)return D0;NA=1;var e=sJ(),t=String,r=TypeError;return D0=function(n){if(e(n))return n;throw new r("Can't set "+t(n)+" as a prototype")},D0}var j0,TA;function zk(){if(TA)return j0;TA=1;var e=aJ(),t=Tt(),r=Ti(),n=uJ();return j0=Object.setPrototypeOf||("__proto__"in{}?(function(){var i=!1,o={},a;try{a=e(Object.prototype,"__proto__","set"),a(o,[]),i=o instanceof Array}catch{}return function(l,d){return r(l),n(d),t(l)&&(i?a(l,d):l.__proto__=d),l}})():void 0),j0}var q0,AA;function Hk(){if(AA)return q0;AA=1;var e=Yn(),t=Zt(),r=oc(),n=_w(),i=Ot(),o=oJ(),a=Fk(),u=zk(),l=fc(),d=ss(),f=Ai(),h=$t(),p=us(),v=$k(),m=n.PROPER,y=n.CONFIGURABLE,x=v.IteratorPrototype,b=v.BUGGY_SAFARI_ITERATORS,w=h("iterator"),E="keys",_="values",S="entries",R=function(){return this};return q0=function(I,P,A,k,L,$,j){o(A,P,k);var D=function(F){if(F===L&&te)return te;if(!b&&F&&F in Y)return Y[F];switch(F){case E:return function(){return new A(this,F)};case _:return function(){return new A(this,F)};case S:return function(){return new A(this,F)}}return function(){return new A(this)}},G=P+" Iterator",B=!1,Y=I.prototype,Z=Y[w]||Y["@@iterator"]||L&&Y[L],te=!b&&Z||D(L),U=P==="Array"&&Y.entries||Z,re,ae,le;if(U&&(re=a(U.call(new I)),re!==Object.prototype&&re.next&&(!r&&a(re)!==x&&(u?u(re,x):i(re[w])||f(re,w,R)),l(re,G,!0,!0),r&&(p[G]=R))),m&&L===_&&Z&&Z.name!==_&&(!r&&y?d(Y,"name",_):(B=!0,te=function(){return t(Z,this)})),L)if(ae={values:D(_),keys:$?te:D(E),entries:D(S)},j)for(le in ae)(b||B||!(le in Y))&&f(Y,le,ae[le]);else e({target:P,proto:!0,forced:b||B},ae);return(!r||j)&&Y[w]!==te&&f(Y,w,te,{name:L}),p[P]=te,ae},q0}var k0,MA;function Vk(){return MA||(MA=1,k0=function(e,t){return{value:e,done:t}}),k0}var L0,DA;function Uk(){if(DA)return L0;DA=1;var e=Do(),t=nJ(),r=us(),n=qo(),i=un().f,o=Hk(),a=Vk(),u=oc(),l=Ir(),d="Array Iterator",f=n.set,h=n.getterFor(d);L0=o(Array,"Array",function(v,m){f(this,{type:d,target:e(v),index:0,kind:m})},function(){var v=h(this),m=v.target,y=v.index++;if(!m||y>=m.length)return v.target=null,a(void 0,!0);switch(v.kind){case"keys":return a(y,!1);case"values":return a(m[y],!1)}return a([y,m[y]],!1)},"values");var p=r.Arguments=r.Array;if(t("keys"),t("values"),t("entries"),!u&&l&&p.name!=="values")try{i(p,"name",{value:"values"})}catch{}return L0}Uk();var jA={},B0,qA;function Wk(){if(qA)return B0;qA=1;var e=ot(),t=sc(),r=Mi(),n=Ti(),i=e("".charAt),o=e("".charCodeAt),a=e("".slice),u=function(l){return function(d,f){var h=r(n(d)),p=t(f),v=h.length,m,y;return p<0||p>=v?l?"":void 0:(m=o(h,p),m<55296||m>56319||p+1===v||(y=o(h,p+1))<56320||y>57343?l?i(h,p):m:l?a(h,p,p+2):(m-55296<<10)+(y-56320)+65536)}};return B0={codeAt:u(!1),charAt:u(!0)},B0}var kA;function lJ(){if(kA)return jA;kA=1;var e=Wk().charAt,t=Mi(),r=qo(),n=Hk(),i=Vk(),o="String Iterator",a=r.set,u=r.getterFor(o);return n(String,"String",function(l){a(this,{type:o,string:t(l),index:0})},function(){var d=u(this),f=d.string,h=d.index,p;return h>=f.length?i(void 0,!0):(p=e(f,h),d.index+=p.length,i(p,!1))}),jA}lJ();var LA={},BA={},F0,FA;function Gk(){if(FA)return F0;FA=1;var e=it();return F0=!e(function(){return Object.isExtensible(Object.preventExtensions({}))}),F0}var $0,$A;function Kk(){if($A)return $0;$A=1;var e=Ai();return $0=function(t,r,n){for(var i in r)e(t,i,r[i],n);return t},$0}var z0={exports:{}},H0={},V0,zA;function cJ(){if(zA)return V0;zA=1;var e=ot();return V0=e([].slice),V0}var HA;function fJ(){if(HA)return H0;HA=1;var e=Kn(),t=Do(),r=Cw().f,n=cJ(),i=typeof window=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],o=function(a){try{return r(a)}catch{return n(i)}};return H0.f=function(u){return i&&e(u)==="Window"?o(u):r(t(u))},H0}var U0,VA;function dJ(){if(VA)return U0;VA=1;var e=it();return U0=e(function(){if(typeof ArrayBuffer=="function"){var t=new ArrayBuffer(8);Object.isExtensible(t)&&Object.defineProperty(t,"a",{value:8})}}),U0}var W0,UA;function hJ(){if(UA)return W0;UA=1;var e=it(),t=Tt(),r=Kn(),n=dJ(),i=Object.isExtensible,o=e(function(){});return W0=o||n?function(u){return!t(u)||n&&r(u)==="ArrayBuffer"?!1:i?i(u):!0}:i,W0}var WA;function Iw(){if(WA)return z0.exports;WA=1;var e=Yn(),t=ot(),r=ac(),n=Tt(),i=Pr(),o=un().f,a=Cw(),u=fJ(),l=hJ(),d=xw(),f=Gk(),h=!1,p=d("meta"),v=0,m=function(_){o(_,p,{value:{objectID:"O"+v++,weakData:{}}})},y=function(_,S){if(!n(_))return typeof _=="symbol"?_:(typeof _=="string"?"S":"P")+_;if(!i(_,p)){if(!l(_))return"F";if(!S)return"E";m(_)}return _[p].objectID},x=function(_,S){if(!i(_,p)){if(!l(_))return!0;if(!S)return!1;m(_)}return _[p].weakData},b=function(_){return f&&h&&l(_)&&!i(_,p)&&m(_),_},w=function(){E.enable=function(){},h=!0;var _=a.f,S=t([].splice),R={};R[p]=1,_(R).length&&(a.f=function(I){for(var P=_(I),A=0,k=P.length;A<k;A++)if(P[A]===p){S(P,A,1);break}return P},e({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:u.f}))},E=z0.exports={enable:w,fastKey:y,getWeakData:x,onFreeze:b};return r[p]=!0,z0.exports}var G0,GA;function pJ(){if(GA)return G0;GA=1;var e=$t(),t=us(),r=e("iterator"),n=Array.prototype;return G0=function(i){return i!==void 0&&(t.Array===i||n[r]===i)},G0}var K0,KA;function Yk(){if(KA)return K0;KA=1;var e=lc(),t=as(),r=is(),n=us(),i=$t(),o=i("iterator");return K0=function(a){if(!r(a))return t(a,o)||t(a,"@@iterator")||n[e(a)]},K0}var Y0,YA;function vJ(){if(YA)return Y0;YA=1;var e=Zt(),t=os(),r=Nr(),n=gw(),i=Yk(),o=TypeError;return Y0=function(a,u){var l=arguments.length<2?i(a):u;if(t(l))return r(e(l,a));throw new o(n(a)+" is not iterable")},Y0}var X0,XA;function gJ(){if(XA)return X0;XA=1;var e=Zt(),t=Nr(),r=as();return X0=function(n,i,o){var a,u;t(n);try{if(a=r(n,"return"),!a){if(i==="throw")throw o;return o}a=e(a,n)}catch(l){u=!0,a=l}if(i==="throw")throw o;if(u)throw a;return t(a),o},X0}var Z0,ZA;function Xk(){if(ZA)return Z0;ZA=1;var e=Lk(),t=Zt(),r=Nr(),n=gw(),i=pJ(),o=uc(),a=ic(),u=vJ(),l=Yk(),d=gJ(),f=TypeError,h=function(v,m){this.stopped=v,this.result=m},p=h.prototype;return Z0=function(v,m,y){var x=y&&y.that,b=!!(y&&y.AS_ENTRIES),w=!!(y&&y.IS_RECORD),E=!!(y&&y.IS_ITERATOR),_=!!(y&&y.INTERRUPTED),S=e(m,x),R,I,P,A,k,L,$,j=function(B){var Y=R;return R=void 0,Y&&d(Y,"normal"),new h(!0,B)},D=function(B){return b?(r(B),_?S(B[0],B[1],j):S(B[0],B[1])):_?S(B,j):S(B)};if(w)R=v.iterator;else if(E)R=v;else{if(I=l(v),!I)throw new f(n(v)+" is not iterable");if(i(I)){for(P=0,A=o(v);A>P;P++)if(k=D(v[P]),k&&a(p,k))return k;return new h(!1)}R=u(v,I)}for(L=w?v.next:R.next;!($=t(L,R)).done;){var G=$.value;try{k=D(G)}catch(B){if(R)d(R,"throw",B);else throw B}if(typeof k=="object"&&k&&a(p,k))return k}return new h(!1)},Z0}var J0,JA;function Zk(){if(JA)return J0;JA=1;var e=ic(),t=TypeError;return J0=function(r,n){if(e(n,r))return r;throw new t("Incorrect invocation")},J0}var Q0,QA;function mJ(){if(QA)return Q0;QA=1;var e=$t(),t=e("iterator"),r=!1;try{var n=0,i={next:function(){return{done:!!n++}},return:function(){r=!0}};i[t]=function(){return this},Array.from(i,function(){throw 2})}catch{}return Q0=function(o,a){try{if(!a&&!r)return!1}catch{return!1}var u=!1;try{var l={};l[t]=function(){return{next:function(){return{done:u=!0}}}},o(l)}catch{}return u},Q0}var eb,eM;function yJ(){if(eM)return eb;eM=1;var e=Ot(),t=Tt(),r=zk();return eb=function(n,i,o){var a,u;return r&&e(a=i.constructor)&&a!==o&&t(u=a.prototype)&&u!==o.prototype&&r(n,u),n},eb}var tb,tM;function bJ(){if(tM)return tb;tM=1;var e=Yn(),t=wt(),r=ot(),n=jk(),i=Ai(),o=Iw(),a=Xk(),u=Zk(),l=Ot(),d=is(),f=Tt(),h=it(),p=mJ(),v=fc(),m=yJ();return tb=function(y,x,b){var w=y.indexOf("Map")!==-1,E=y.indexOf("Weak")!==-1,_=w?"set":"add",S=t[y],R=S&&S.prototype,I=S,P={},A=function(B){var Y=r(R[B]);i(R,B,B==="add"?function(te){return Y(this,te===0?0:te),this}:B==="delete"?function(Z){return E&&!f(Z)?!1:Y(this,Z===0?0:Z)}:B==="get"?function(te){return E&&!f(te)?void 0:Y(this,te===0?0:te)}:B==="has"?function(te){return E&&!f(te)?!1:Y(this,te===0?0:te)}:function(te,U){return Y(this,te===0?0:te,U),this})},k=n(y,!l(S)||!(E||R.forEach&&!h(function(){new S().entries().next()})));if(k)I=b.getConstructor(x,y,w,_),o.enable();else if(n(y,!0)){var L=new I,$=L[_](E?{}:-0,1)!==L,j=h(function(){L.has(1)}),D=p(function(B){new S(B)}),G=!E&&h(function(){for(var B=new S,Y=5;Y--;)B[_](Y,Y);return!B.has(-0)});D||(I=x(function(B,Y){u(B,R);var Z=m(new S,B,I);return d(Y)||a(Y,Z[_],{that:Z,AS_ENTRIES:w}),Z}),I.prototype=R,R.constructor=I),(j||G)&&(A("delete"),A("has"),w&&A("get")),(G||$)&&A(_),E&&R.clear&&delete R.clear}return P[y]=I,e({global:!0,constructor:!0,forced:I!==S},P),v(I,y),E||b.setStrong(I,y,w),I},tb}var rb,rM;function xJ(){if(rM)return rb;rM=1;var e=ot(),t=Kk(),r=Iw().getWeakData,n=Zk(),i=Nr(),o=is(),a=Tt(),u=Xk(),l=Bk(),d=Pr(),f=qo(),h=f.set,p=f.getterFor,v=l.find,m=l.findIndex,y=e([].splice),x=0,b=function(_){return _.frozen||(_.frozen=new w)},w=function(){this.entries=[]},E=function(_,S){return v(_.entries,function(R){return R[0]===S})};return w.prototype={get:function(_){var S=E(this,_);if(S)return S[1]},has:function(_){return!!E(this,_)},set:function(_,S){var R=E(this,_);R?R[1]=S:this.entries.push([_,S])},delete:function(_){var S=m(this.entries,function(R){return R[0]===_});return~S&&y(this.entries,S,1),!!~S}},rb={getConstructor:function(_,S,R,I){var P=_(function($,j){n($,A),h($,{type:S,id:x++,frozen:null}),o(j)||u(j,$[I],{that:$,AS_ENTRIES:R})}),A=P.prototype,k=p(S),L=function($,j,D){var G=k($),B=r(i(j),!0);return B===!0?b(G).set(j,D):B[G.id]=D,$};return t(A,{delete:function($){var j=k(this);if(!a($))return!1;var D=r($);return D===!0?b(j).delete($):D&&d(D,j.id)&&delete D[j.id]},has:function(j){var D=k(this);if(!a(j))return!1;var G=r(j);return G===!0?b(D).has(j):G&&d(G,D.id)}}),t(A,R?{get:function(j){var D=k(this);if(a(j)){var G=r(j);if(G===!0)return b(D).get(j);if(G)return G[D.id]}},set:function(j,D){return L(this,j,D)}}:{add:function(j){return L(this,j,!0)}}),P}},rb}var nM;function wJ(){if(nM)return BA;nM=1;var e=Gk(),t=wt(),r=ot(),n=Kk(),i=Iw(),o=bJ(),a=xJ(),u=Tt(),l=qo().enforce,d=it(),f=Tk(),h=Object,p=Array.isArray,v=h.isExtensible,m=h.isFrozen,y=h.isSealed,x=h.freeze,b=h.seal,w=!t.ActiveXObject&&"ActiveXObject"in t,E,_=function($){return function(){return $(this,arguments.length?arguments[0]:void 0)}},S=o("WeakMap",_,a),R=S.prototype,I=r(R.set),P=function(){return e&&d(function(){var $=x([]);return I(new S,$,1),!m($)})};if(f)if(w){E=a.getConstructor(_,"WeakMap",!0),i.enable();var A=r(R.delete),k=r(R.has),L=r(R.get);n(R,{delete:function($){if(u($)&&!v($)){var j=l(this);return j.frozen||(j.frozen=new E),A(this,$)||j.frozen.delete($)}return A(this,$)},has:function(j){if(u(j)&&!v(j)){var D=l(this);return D.frozen||(D.frozen=new E),k(this,j)||D.frozen.has(j)}return k(this,j)},get:function(j){if(u(j)&&!v(j)){var D=l(this);return D.frozen||(D.frozen=new E),k(this,j)?L(this,j):D.frozen.get(j)}return L(this,j)},set:function(j,D){if(u(j)&&!v(j)){var G=l(this);G.frozen||(G.frozen=new E),k(this,j)?I(this,j,D):G.frozen.set(j,D)}else I(this,j,D);return this}})}else P()&&n(R,{set:function(j,D){var G;return p(j)&&(m(j)?G=x:y(j)&&(G=b)),I(this,j,D),G&&G(j),this}});return BA}var iM;function _J(){return iM||(iM=1,wJ()),LA}_J();var oM={},nb,aM;function EJ(){return aM||(aM=1,nb={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}),nb}var ib,sM;function SJ(){if(sM)return ib;sM=1;var e=ww(),t=e("span").classList,r=t&&t.constructor&&t.constructor.prototype;return ib=r===Object.prototype?void 0:r,ib}var uM;function OJ(){if(uM)return oM;uM=1;var e=wt(),t=EJ(),r=SJ(),n=Uk(),i=ss(),o=fc(),a=$t(),u=a("iterator"),l=n.values,d=function(h,p){if(h){if(h[u]!==l)try{i(h,u,l)}catch{h[u]=l}if(o(h,p,!0),t[p]){for(var v in n)if(h[v]!==n[v])try{i(h,v,n[v])}catch{h[v]=n[v]}}}};for(var f in t)d(e[f]&&e[f].prototype,f);return d(r,"DOMTokenList"),oM}OJ();var ob,lM;function CJ(){if(lM)return ob;lM=1;var e="Expected a function",t=NaN,r="[object Symbol]",n=/^\s+|\s+$/g,i=/^[-+]0x[0-9a-f]+$/i,o=/^0b[01]+$/i,a=/^0o[0-7]+$/i,u=parseInt,l=typeof ht=="object"&&ht&&ht.Object===Object&&ht,d=typeof self=="object"&&self&&self.Object===Object&&self,f=l||d||Function("return this")(),h=Object.prototype,p=h.toString,v=Math.max,m=Math.min,y=function(){return f.Date.now()};function x(R,I,P){var A,k,L,$,j,D,G=0,B=!1,Y=!1,Z=!0;if(typeof R!="function")throw new TypeError(e);I=S(I)||0,w(P)&&(B=!!P.leading,Y="maxWait"in P,L=Y?v(S(P.maxWait)||0,I):L,Z="trailing"in P?!!P.trailing:Z);function te(K){var se=A,oe=k;return A=k=void 0,G=K,$=R.apply(oe,se),$}function U(K){return G=K,j=setTimeout(le,I),B?te(K):$}function re(K){var se=K-D,oe=K-G,fe=I-se;return Y?m(fe,L-oe):fe}function ae(K){var se=K-D,oe=K-G;return D===void 0||se>=I||se<0||Y&&oe>=L}function le(){var K=y();if(ae(K))return F(K);j=setTimeout(le,re(K))}function F(K){return j=void 0,Z&&A?te(K):(A=k=void 0,$)}function W(){j!==void 0&&clearTimeout(j),G=0,A=D=k=j=void 0}function J(){return j===void 0?$:F(y())}function H(){var K=y(),se=ae(K);if(A=arguments,k=this,D=K,se){if(j===void 0)return U(D);if(Y)return j=setTimeout(le,I),te(D)}return j===void 0&&(j=setTimeout(le,I)),$}return H.cancel=W,H.flush=J,H}function b(R,I,P){var A=!0,k=!0;if(typeof R!="function")throw new TypeError(e);return w(P)&&(A="leading"in P?!!P.leading:A,k="trailing"in P?!!P.trailing:k),x(R,I,{leading:A,maxWait:I,trailing:k})}function w(R){var I=typeof R;return!!R&&(I=="object"||I=="function")}function E(R){return!!R&&typeof R=="object"}function _(R){return typeof R=="symbol"||E(R)&&p.call(R)==r}function S(R){if(typeof R=="number")return R;if(_(R))return t;if(w(R)){var I=typeof R.valueOf=="function"?R.valueOf():R;R=w(I)?I+"":I}if(typeof R!="string")return R===0?R:+R;R=R.replace(n,"");var P=o.test(R);return P||a.test(R)?u(R.slice(2),P?2:8):i.test(R)?t:+R}return ob=b,ob}var RJ=CJ();const cM=Un(RJ);var ab,fM;function IJ(){if(fM)return ab;fM=1;var e="Expected a function",t=NaN,r="[object Symbol]",n=/^\s+|\s+$/g,i=/^[-+]0x[0-9a-f]+$/i,o=/^0b[01]+$/i,a=/^0o[0-7]+$/i,u=parseInt,l=typeof ht=="object"&&ht&&ht.Object===Object&&ht,d=typeof self=="object"&&self&&self.Object===Object&&self,f=l||d||Function("return this")(),h=Object.prototype,p=h.toString,v=Math.max,m=Math.min,y=function(){return f.Date.now()};function x(S,R,I){var P,A,k,L,$,j,D=0,G=!1,B=!1,Y=!0;if(typeof S!="function")throw new TypeError(e);R=_(R)||0,b(I)&&(G=!!I.leading,B="maxWait"in I,k=B?v(_(I.maxWait)||0,R):k,Y="trailing"in I?!!I.trailing:Y);function Z(H){var K=P,se=A;return P=A=void 0,D=H,L=S.apply(se,K),L}function te(H){return D=H,$=setTimeout(ae,R),G?Z(H):L}function U(H){var K=H-j,se=H-D,oe=R-K;return B?m(oe,k-se):oe}function re(H){var K=H-j,se=H-D;return j===void 0||K>=R||K<0||B&&se>=k}function ae(){var H=y();if(re(H))return le(H);$=setTimeout(ae,U(H))}function le(H){return $=void 0,Y&&P?Z(H):(P=A=void 0,L)}function F(){$!==void 0&&clearTimeout($),D=0,P=j=A=$=void 0}function W(){return $===void 0?L:le(y())}function J(){var H=y(),K=re(H);if(P=arguments,A=this,j=H,K){if($===void 0)return te(j);if(B)return $=setTimeout(ae,R),Z(j)}return $===void 0&&($=setTimeout(ae,R)),L}return J.cancel=F,J.flush=W,J}function b(S){var R=typeof S;return!!S&&(R=="object"||R=="function")}function w(S){return!!S&&typeof S=="object"}function E(S){return typeof S=="symbol"||w(S)&&p.call(S)==r}function _(S){if(typeof S=="number")return S;if(E(S))return t;if(b(S)){var R=typeof S.valueOf=="function"?S.valueOf():S;S=b(R)?R+"":R}if(typeof S!="string")return S===0?S:+S;S=S.replace(n,"");var I=o.test(S);return I||a.test(S)?u(S.slice(2),I?2:8):i.test(S)?t:+S}return ab=x,ab}var PJ=IJ();const dM=Un(PJ);var sb,hM;function NJ(){if(hM)return sb;hM=1;var e="Expected a function",t="__lodash_hash_undefined__",r="[object Function]",n="[object GeneratorFunction]",i=/[\\^$.*+?()[\]{}|]/g,o=/^\[object .+?Constructor\]$/,a=typeof ht=="object"&&ht&&ht.Object===Object&&ht,u=typeof self=="object"&&self&&self.Object===Object&&self,l=a||u||Function("return this")();function d(de,ue){return de==null?void 0:de[ue]}function f(de){var ue=!1;if(de!=null&&typeof de.toString!="function")try{ue=!!(de+"")}catch{}return ue}var h=Array.prototype,p=Function.prototype,v=Object.prototype,m=l["__core-js_shared__"],y=(function(){var de=/[^.]+$/.exec(m&&m.keys&&m.keys.IE_PROTO||"");return de?"Symbol(src)_1."+de:""})(),x=p.toString,b=v.hasOwnProperty,w=v.toString,E=RegExp("^"+x.call(b).replace(i,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),_=h.splice,S=K(l,"Map"),R=K(Object,"create");function I(de){var ue=-1,Ee=de?de.length:0;for(this.clear();++ue<Ee;){var Pe=de[ue];this.set(Pe[0],Pe[1])}}function P(){this.__data__=R?R(null):{}}function A(de){return this.has(de)&&delete this.__data__[de]}function k(de){var ue=this.__data__;if(R){var Ee=ue[de];return Ee===t?void 0:Ee}return b.call(ue,de)?ue[de]:void 0}function L(de){var ue=this.__data__;return R?ue[de]!==void 0:b.call(ue,de)}function $(de,ue){var Ee=this.__data__;return Ee[de]=R&&ue===void 0?t:ue,this}I.prototype.clear=P,I.prototype.delete=A,I.prototype.get=k,I.prototype.has=L,I.prototype.set=$;function j(de){var ue=-1,Ee=de?de.length:0;for(this.clear();++ue<Ee;){var Pe=de[ue];this.set(Pe[0],Pe[1])}}function D(){this.__data__=[]}function G(de){var ue=this.__data__,Ee=W(ue,de);if(Ee<0)return!1;var Pe=ue.length-1;return Ee==Pe?ue.pop():_.call(ue,Ee,1),!0}function B(de){var ue=this.__data__,Ee=W(ue,de);return Ee<0?void 0:ue[Ee][1]}function Y(de){return W(this.__data__,de)>-1}function Z(de,ue){var Ee=this.__data__,Pe=W(Ee,de);return Pe<0?Ee.push([de,ue]):Ee[Pe][1]=ue,this}j.prototype.clear=D,j.prototype.delete=G,j.prototype.get=B,j.prototype.has=Y,j.prototype.set=Z;function te(de){var ue=-1,Ee=de?de.length:0;for(this.clear();++ue<Ee;){var Pe=de[ue];this.set(Pe[0],Pe[1])}}function U(){this.__data__={hash:new I,map:new(S||j),string:new I}}function re(de){return H(this,de).delete(de)}function ae(de){return H(this,de).get(de)}function le(de){return H(this,de).has(de)}function F(de,ue){return H(this,de).set(de,ue),this}te.prototype.clear=U,te.prototype.delete=re,te.prototype.get=ae,te.prototype.has=le,te.prototype.set=F;function W(de,ue){for(var Ee=de.length;Ee--;)if(ee(de[Ee][0],ue))return Ee;return-1}function J(de){if(!be(de)||oe(de))return!1;var ue=we(de)||f(de)?E:o;return ue.test(fe(de))}function H(de,ue){var Ee=de.__data__;return se(ue)?Ee[typeof ue=="string"?"string":"hash"]:Ee.map}function K(de,ue){var Ee=d(de,ue);return J(Ee)?Ee:void 0}function se(de){var ue=typeof de;return ue=="string"||ue=="number"||ue=="symbol"||ue=="boolean"?de!=="__proto__":de===null}function oe(de){return!!y&&y in de}function fe(de){if(de!=null){try{return x.call(de)}catch{}try{return de+""}catch{}}return""}function V(de,ue){if(typeof de!="function"||ue&&typeof ue!="function")throw new TypeError(e);var Ee=function(){var Pe=arguments,Ze=ue?ue.apply(this,Pe):Pe[0],ze=Ee.cache;if(ze.has(Ze))return ze.get(Ze);var Fe=de.apply(this,Pe);return Ee.cache=ze.set(Ze,Fe),Fe};return Ee.cache=new(V.Cache||te),Ee}V.Cache=te;function ee(de,ue){return de===ue||de!==de&&ue!==ue}function we(de){var ue=be(de)?w.call(de):"";return ue==r||ue==n}function be(de){var ue=typeof de;return!!de&&(ue=="object"||ue=="function")}return sb=V,sb}var TJ=NJ();const AJ=Un(TJ);var yi=[],MJ=function(){return yi.some(function(e){return e.activeTargets.length>0})},DJ=function(){return yi.some(function(e){return e.skippedTargets.length>0})},pM="ResizeObserver loop completed with undelivered notifications.",jJ=function(){var e;typeof ErrorEvent=="function"?e=new ErrorEvent("error",{message:pM}):(e=document.createEvent("Event"),e.initEvent("error",!1,!1),e.message=pM),window.dispatchEvent(e)},Ga;(function(e){e.BORDER_BOX="border-box",e.CONTENT_BOX="content-box",e.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"})(Ga||(Ga={}));var bi=function(e){return Object.freeze(e)},qJ=(function(){function e(t,r){this.inlineSize=t,this.blockSize=r,bi(this)}return e})(),Jk=(function(){function e(t,r,n,i){return this.x=t,this.y=r,this.width=n,this.height=i,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,bi(this)}return e.prototype.toJSON=function(){var t=this,r=t.x,n=t.y,i=t.top,o=t.right,a=t.bottom,u=t.left,l=t.width,d=t.height;return{x:r,y:n,top:i,right:o,bottom:a,left:u,width:l,height:d}},e.fromRect=function(t){return new e(t.x,t.y,t.width,t.height)},e})(),Pw=function(e){return e instanceof SVGElement&&"getBBox"in e},Qk=function(e){if(Pw(e)){var t=e.getBBox(),r=t.width,n=t.height;return!r&&!n}var i=e,o=i.offsetWidth,a=i.offsetHeight;return!(o||a||e.getClientRects().length)},vM=function(e){var t;if(e instanceof Element)return!0;var r=(t=e==null?void 0:e.ownerDocument)===null||t===void 0?void 0:t.defaultView;return!!(r&&e instanceof r.Element)},kJ=function(e){switch(e.tagName){case"INPUT":if(e.type!=="image")break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1},ka=typeof window<"u"?window:{},Cu=new WeakMap,gM=/auto|scroll/,LJ=/^tb|vertical/,BJ=/msie|trident/i.test(ka.navigator&&ka.navigator.userAgent),Xr=function(e){return parseFloat(e||"0")},mo=function(e,t,r){return e===void 0&&(e=0),t===void 0&&(t=0),r===void 0&&(r=!1),new qJ((r?t:e)||0,(r?e:t)||0)},mM=bi({devicePixelContentBoxSize:mo(),borderBoxSize:mo(),contentBoxSize:mo(),contentRect:new Jk(0,0,0,0)}),eL=function(e,t){if(t===void 0&&(t=!1),Cu.has(e)&&!t)return Cu.get(e);if(Qk(e))return Cu.set(e,mM),mM;var r=getComputedStyle(e),n=Pw(e)&&e.ownerSVGElement&&e.getBBox(),i=!BJ&&r.boxSizing==="border-box",o=LJ.test(r.writingMode||""),a=!n&&gM.test(r.overflowY||""),u=!n&&gM.test(r.overflowX||""),l=n?0:Xr(r.paddingTop),d=n?0:Xr(r.paddingRight),f=n?0:Xr(r.paddingBottom),h=n?0:Xr(r.paddingLeft),p=n?0:Xr(r.borderTopWidth),v=n?0:Xr(r.borderRightWidth),m=n?0:Xr(r.borderBottomWidth),y=n?0:Xr(r.borderLeftWidth),x=h+d,b=l+f,w=y+v,E=p+m,_=u?e.offsetHeight-E-e.clientHeight:0,S=a?e.offsetWidth-w-e.clientWidth:0,R=i?x+w:0,I=i?b+E:0,P=n?n.width:Xr(r.width)-R-S,A=n?n.height:Xr(r.height)-I-_,k=P+x+S+w,L=A+b+_+E,$=bi({devicePixelContentBoxSize:mo(Math.round(P*devicePixelRatio),Math.round(A*devicePixelRatio),o),borderBoxSize:mo(k,L,o),contentBoxSize:mo(P,A,o),contentRect:new Jk(h,l,P,A)});return Cu.set(e,$),$},tL=function(e,t,r){var n=eL(e,r),i=n.borderBoxSize,o=n.contentBoxSize,a=n.devicePixelContentBoxSize;switch(t){case Ga.DEVICE_PIXEL_CONTENT_BOX:return a;case Ga.BORDER_BOX:return i;default:return o}},FJ=(function(){function e(t){var r=eL(t);this.target=t,this.contentRect=r.contentRect,this.borderBoxSize=bi([r.borderBoxSize]),this.contentBoxSize=bi([r.contentBoxSize]),this.devicePixelContentBoxSize=bi([r.devicePixelContentBoxSize])}return e})(),rL=function(e){if(Qk(e))return 1/0;for(var t=0,r=e.parentNode;r;)t+=1,r=r.parentNode;return t},$J=function(){var e=1/0,t=[];yi.forEach(function(a){if(a.activeTargets.length!==0){var u=[];a.activeTargets.forEach(function(d){var f=new FJ(d.target),h=rL(d.target);u.push(f),d.lastReportedSize=tL(d.target,d.observedBox),h<e&&(e=h)}),t.push(function(){a.callback.call(a.observer,u,a.observer)}),a.activeTargets.splice(0,a.activeTargets.length)}});for(var r=0,n=t;r<n.length;r++){var i=n[r];i()}return e},yM=function(e){yi.forEach(function(r){r.activeTargets.splice(0,r.activeTargets.length),r.skippedTargets.splice(0,r.skippedTargets.length),r.observationTargets.forEach(function(i){i.isActive()&&(rL(i.target)>e?r.activeTargets.push(i):r.skippedTargets.push(i))})})},zJ=function(){var e=0;for(yM(e);MJ();)e=$J(),yM(e);return DJ()&&jJ(),e>0},ub,nL=[],HJ=function(){return nL.splice(0).forEach(function(e){return e()})},VJ=function(e){if(!ub){var t=0,r=document.createTextNode(""),n={characterData:!0};new MutationObserver(function(){return HJ()}).observe(r,n),ub=function(){r.textContent="".concat(t?t--:t++)}}nL.push(e),ub()},UJ=function(e){VJ(function(){requestAnimationFrame(e)})},Bu=0,WJ=function(){return!!Bu},GJ=250,KJ={attributes:!0,characterData:!0,childList:!0,subtree:!0},bM=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],xM=function(e){return e===void 0&&(e=0),Date.now()+e},lb=!1,YJ=(function(){function e(){var t=this;this.stopped=!0,this.listener=function(){return t.schedule()}}return e.prototype.run=function(t){var r=this;if(t===void 0&&(t=GJ),!lb){lb=!0;var n=xM(t);UJ(function(){var i=!1;try{i=zJ()}finally{if(lb=!1,t=n-xM(),!WJ())return;i?r.run(1e3):t>0?r.run(t):r.start()}})}},e.prototype.schedule=function(){this.stop(),this.run()},e.prototype.observe=function(){var t=this,r=function(){return t.observer&&t.observer.observe(document.body,KJ)};document.body?r():ka.addEventListener("DOMContentLoaded",r)},e.prototype.start=function(){var t=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),bM.forEach(function(r){return ka.addEventListener(r,t.listener,!0)}))},e.prototype.stop=function(){var t=this;this.stopped||(this.observer&&this.observer.disconnect(),bM.forEach(function(r){return ka.removeEventListener(r,t.listener,!0)}),this.stopped=!0)},e})(),rx=new YJ,wM=function(e){!Bu&&e>0&&rx.start(),Bu+=e,!Bu&&rx.stop()},XJ=function(e){return!Pw(e)&&!kJ(e)&&getComputedStyle(e).display==="inline"},ZJ=(function(){function e(t,r){this.target=t,this.observedBox=r||Ga.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return e.prototype.isActive=function(){var t=tL(this.target,this.observedBox,!0);return XJ(this.target)&&(this.lastReportedSize=t),this.lastReportedSize.inlineSize!==t.inlineSize||this.lastReportedSize.blockSize!==t.blockSize},e})(),JJ=(function(){function e(t,r){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=t,this.callback=r}return e})(),Ru=new WeakMap,_M=function(e,t){for(var r=0;r<e.length;r+=1)if(e[r].target===t)return r;return-1},Iu=(function(){function e(){}return e.connect=function(t,r){var n=new JJ(t,r);Ru.set(t,n)},e.observe=function(t,r,n){var i=Ru.get(t),o=i.observationTargets.length===0;_M(i.observationTargets,r)<0&&(o&&yi.push(i),i.observationTargets.push(new ZJ(r,n&&n.box)),wM(1),rx.schedule())},e.unobserve=function(t,r){var n=Ru.get(t),i=_M(n.observationTargets,r),o=n.observationTargets.length===1;i>=0&&(o&&yi.splice(yi.indexOf(n),1),n.observationTargets.splice(i,1),wM(-1))},e.disconnect=function(t){var r=this,n=Ru.get(t);n.observationTargets.slice().forEach(function(i){return r.unobserve(t,i.target)}),n.activeTargets.splice(0,n.activeTargets.length)},e})(),QJ=(function(){function e(t){if(arguments.length===0)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if(typeof t!="function")throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");Iu.connect(this,t)}return e.prototype.observe=function(t,r){if(arguments.length===0)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!vM(t))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");Iu.observe(this,t,r)},e.prototype.unobserve=function(t){if(arguments.length===0)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!vM(t))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");Iu.unobserve(this,t)},e.prototype.disconnect=function(){Iu.disconnect(this)},e.toString=function(){return"function ResizeObserver () { [polyfill code] }"},e})(),cb,EM;function eQ(){if(EM)return cb;EM=1;var e=!!(typeof window<"u"&&window.document&&window.document.createElement);return cb=e,cb}var tQ=eQ();const iL=Un(tQ);var SM={},fb,OM;function rQ(){if(OM)return fb;OM=1;var e=os(),t=jo(),r=rc(),n=uc(),i=TypeError,o="Reduce of empty array with no initial value",a=function(u){return function(l,d,f,h){var p=t(l),v=r(p),m=n(p);if(e(d),m===0&&f<2)throw new i(o);var y=u?m-1:0,x=u?-1:1;if(f<2)for(;;){if(y in v){h=v[y],y+=x;break}if(y+=x,u?y<0:m<=y)throw new i(o)}for(;u?y>=0:m>y;y+=x)y in v&&(h=d(h,v[y],y,p));return h}};return fb={left:a(!1),right:a(!0)},fb}var db,CM;function nQ(){if(CM)return db;CM=1;var e=it();return db=function(t,r){var n=[][t];return!!n&&e(function(){n.call(null,r||function(){return 1},1)})},db}var hb,RM;function iQ(){if(RM)return hb;RM=1;var e=wt(),t=_k(),r=Kn(),n=function(i){return t.slice(0,i.length)===i};return hb=(function(){return n("Bun/")?"BUN":n("Cloudflare-Workers")?"CLOUDFLARE":n("Deno/")?"DENO":n("Node.js/")?"NODE":e.Bun&&typeof Bun.version=="string"?"BUN":e.Deno&&typeof Deno.version=="object"?"DENO":r(e.process)==="process"?"NODE":e.window&&e.document?"BROWSER":"REST"})(),hb}var pb,IM;function oQ(){if(IM)return pb;IM=1;var e=iQ();return pb=e==="NODE",pb}var PM;function aQ(){if(PM)return SM;PM=1;var e=Yn(),t=rQ().left,r=nQ(),n=vw(),i=oQ(),o=!i&&n>79&&n<83,a=o||!r("reduce");return e({target:"Array",proto:!0,forced:a},{reduce:function(l){var d=arguments.length;return t(this,l,d,d>1?arguments[1]:void 0)}}),SM}aQ();var NM={},vb,TM;function oL(){if(TM)return vb;TM=1;var e=Nr();return vb=function(){var t=e(this),r="";return t.hasIndices&&(r+="d"),t.global&&(r+="g"),t.ignoreCase&&(r+="i"),t.multiline&&(r+="m"),t.dotAll&&(r+="s"),t.unicode&&(r+="u"),t.unicodeSets&&(r+="v"),t.sticky&&(r+="y"),r},vb}var gb,AM;function sQ(){if(AM)return gb;AM=1;var e=it(),t=wt(),r=t.RegExp,n=e(function(){var a=r("a","y");return a.lastIndex=2,a.exec("abcd")!==null}),i=n||e(function(){return!r("a","y").sticky}),o=n||e(function(){var a=r("^r","gy");return a.lastIndex=2,a.exec("str")!==null});return gb={BROKEN_CARET:o,MISSED_STICKY:i,UNSUPPORTED_Y:n},gb}var mb,MM;function uQ(){if(MM)return mb;MM=1;var e=it(),t=wt(),r=t.RegExp;return mb=e(function(){var n=r(".","s");return!(n.dotAll&&n.test(`
71
+ `)&&n.flags==="s")}),mb}var yb,DM;function lQ(){if(DM)return yb;DM=1;var e=it(),t=wt(),r=t.RegExp;return yb=e(function(){var n=r("(?<a>b)","g");return n.exec("b").groups.a!=="b"||"b".replace(n,"$<a>c")!=="bc"}),yb}var bb,jM;function Nw(){if(jM)return bb;jM=1;var e=Zt(),t=ot(),r=Mi(),n=oL(),i=sQ(),o=bw(),a=cc(),u=qo().get,l=uQ(),d=lQ(),f=o("native-string-replace",String.prototype.replace),h=RegExp.prototype.exec,p=h,v=t("".charAt),m=t("".indexOf),y=t("".replace),x=t("".slice),b=(function(){var R=/a/,I=/b*/g;return e(h,R,"a"),e(h,I,"a"),R.lastIndex!==0||I.lastIndex!==0})(),w=i.BROKEN_CARET,E=/()??/.exec("")[1]!==void 0,_=b||E||w||l||d,S=function(R,I){for(var P=R.groups=a(null),A=0;A<I.length;A++){var k=I[A];P[k[0]]=R[k[1]]}};return _&&(p=function(I){var P=this,A=u(P),k=r(I),L=A.raw,$,j,D;if(L)return L.lastIndex=P.lastIndex,$=e(p,L,k),P.lastIndex=L.lastIndex,$&&A.groups&&S($,A.groups),$;var G=A.groups,B=w&&P.sticky,Y=e(n,P),Z=P.source,te=0,U=k;if(B){Y=y(Y,"y",""),m(Y,"g")===-1&&(Y+="g"),U=x(k,P.lastIndex);var re=P.lastIndex>0&&v(k,P.lastIndex-1);P.lastIndex>0&&(!P.multiline||P.multiline&&re!==`
72
+ `&&re!=="\r"&&re!=="\u2028"&&re!=="\u2029")&&(Z="(?: (?:"+Z+"))",U=" "+U,te++),j=new RegExp("^(?:"+Z+")",Y)}E&&(j=new RegExp("^"+Z+"$(?!\\s)",Y)),b&&(D=P.lastIndex);var ae=e(h,B?j:P,U);return B?ae?(ae.input=k,ae[0]=x(ae[0],te),ae.index=P.lastIndex,P.lastIndex+=ae[0].length):P.lastIndex=0:b&&ae&&(P.lastIndex=P.global?ae.index+ae[0].length:D),E&&ae&&ae.length>1&&e(f,ae[0],j,function(){for(var le=1;le<arguments.length-2;le++)arguments[le]===void 0&&(ae[le]=void 0)}),ae&&G&&S(ae,G),ae}),bb=p,bb}var qM;function aL(){if(qM)return NM;qM=1;var e=Yn(),t=Nw();return e({target:"RegExp",proto:!0,forced:/./.exec!==t},{exec:t}),NM}aL();var kM={},xb,LM;function sL(){if(LM)return xb;LM=1,aL();var e=Zt(),t=Ai(),r=Nw(),n=it(),i=$t(),o=ss(),a=i("species"),u=RegExp.prototype;return xb=function(l,d,f,h){var p=i(l),v=!n(function(){var b={};return b[p]=function(){return 7},""[l](b)!==7}),m=v&&!n(function(){var b=!1,w=/a/;if(l==="split"){var E={};E[a]=function(){return w},w={constructor:E,flags:""},w[p]=/./[p]}return w.exec=function(){return b=!0,null},w[p](""),!b});if(!v||!m||f){var y=/./[p],x=d(p,""[l],function(b,w,E,_,S){var R=w.exec;return R===r||R===u.exec?v&&!S?{done:!0,value:e(y,w,E,_)}:{done:!0,value:e(b,E,w,_)}:{done:!1}});t(String.prototype,l,x[0]),t(u,p,x[1])}h&&o(u[p],"sham",!0)},xb}var wb,BM;function uL(){if(BM)return wb;BM=1;var e=Wk().charAt;return wb=function(t,r,n){return r+(n&&e(t,r).length||1)},wb}var _b,FM;function cQ(){if(FM)return _b;FM=1;var e=wt(),t=it(),r=e.RegExp,n=!t(function(){var i=!0;try{r(".","d")}catch{i=!1}var o={},a="",u=i?"dgimsy":"gimsy",l=function(p,v){Object.defineProperty(o,p,{get:function(){return a+=v,!0}})},d={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};i&&(d.hasIndices="d");for(var f in d)l(f,d[f]);var h=Object.getOwnPropertyDescriptor(r.prototype,"flags").get.call(o);return h!==u||a!==u});return _b={correct:n},_b}var Eb,$M;function lL(){if($M)return Eb;$M=1;var e=Zt(),t=Pr(),r=ic(),n=cQ(),i=oL(),o=RegExp.prototype;return Eb=n.correct?function(a){return a.flags}:function(a){return!n.correct&&r(o,a)&&!t(a,"flags")?e(i,a):a.flags},Eb}var Sb,zM;function cL(){if(zM)return Sb;zM=1;var e=Zt(),t=Nr(),r=Ot(),n=Kn(),i=Nw(),o=TypeError;return Sb=function(a,u){var l=a.exec;if(r(l)){var d=e(l,a,u);return d!==null&&t(d),d}if(n(a)==="RegExp")return e(i,a,u);throw new o("RegExp#exec called on incompatible receiver")},Sb}var HM;function fQ(){if(HM)return kM;HM=1;var e=Zt(),t=ot(),r=sL(),n=Nr(),i=Tt(),o=Sw(),a=Mi(),u=Ti(),l=as(),d=uL(),f=lL(),h=cL(),p=t("".indexOf);return r("match",function(v,m,y){return[function(b){var w=u(this),E=i(b)?l(b,v):void 0;return E?e(E,b,w):new RegExp(b)[v](a(w))},function(x){var b=n(this),w=a(x),E=y(m,b,w);if(E.done)return E.value;var _=a(f(b));if(!~p(_,"g"))return h(b,w);var S=!!~p(_,"u")||!!~p(_,"v");b.lastIndex=0;for(var R=[],I=0,P;(P=h(b,w))!==null;){var A=a(P[0]);R[I]=A,A===""&&(b.lastIndex=d(w,o(b.lastIndex),S)),I++}return I===0?null:R}]}),kM}fQ();var VM={},Ob,UM;function dQ(){if(UM)return Ob;UM=1;var e=Ak(),t=un();return Ob=function(r,n,i){return i.get&&e(i.get,n,{getter:!0}),i.set&&e(i.set,n,{setter:!0}),t.f(r,n,i)},Ob}var WM;function hQ(){if(WM)return VM;WM=1;var e=Ir(),t=_w().EXISTS,r=ot(),n=dQ(),i=Function.prototype,o=r(i.toString),a=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,u=r(a.exec),l="name";return e&&!t&&n(i,l,{configurable:!0,get:function(){try{return u(a,o(this))[1]}catch{return""}}}),VM}hQ();var GM={},Cb,KM;function pQ(){if(KM)return Cb;KM=1;var e=ec(),t=Function.prototype,r=t.apply,n=t.call;return Cb=typeof Reflect=="object"&&Reflect.apply||(e?n.bind(r):function(){return n.apply(r,arguments)}),Cb}var Rb,YM;function vQ(){if(YM)return Rb;YM=1;var e=ot(),t=jo(),r=Math.floor,n=e("".charAt),i=e("".replace),o=e("".slice),a=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,u=/\$([$&'`]|\d{1,2})/g;return Rb=function(l,d,f,h,p,v){var m=f+l.length,y=h.length,x=u;return p!==void 0&&(p=t(p),x=a),i(v,x,function(b,w){var E;switch(n(w,0)){case"$":return"$";case"&":return l;case"`":return o(d,0,f);case"'":return o(d,m);case"<":E=p[o(w,1,-1)];break;default:var _=+w;if(_===0)return b;if(_>y){var S=r(_/10);return S===0?b:S<=y?h[S-1]===void 0?n(w,1):h[S-1]+n(w,1):b}E=h[_-1]}return E===void 0?"":E})},Rb}var XM;function gQ(){if(XM)return GM;XM=1;var e=pQ(),t=Zt(),r=ot(),n=sL(),i=it(),o=Nr(),a=Ot(),u=Tt(),l=sc(),d=Sw(),f=Mi(),h=Ti(),p=uL(),v=as(),m=vQ(),y=lL(),x=cL(),b=$t(),w=b("replace"),E=Math.max,_=Math.min,S=r([].concat),R=r([].push),I=r("".indexOf),P=r("".slice),A=function(j){return j===void 0?j:String(j)},k=(function(){return"a".replace(/./,"$0")==="$0"})(),L=(function(){return/./[w]?/./[w]("a","$0")==="":!1})(),$=!i(function(){var j=/./;return j.exec=function(){var D=[];return D.groups={a:"7"},D},"".replace(j,"$<a>")!=="7"});return n("replace",function(j,D,G){var B=L?"$":"$0";return[function(Z,te){var U=h(this),re=u(Z)?v(Z,w):void 0;return re?t(re,Z,U,te):t(D,f(U),Z,te)},function(Y,Z){var te=o(this),U=f(Y),re=a(Z);re||(Z=f(Z));var ae=f(y(te));if(typeof Z=="string"&&!~I(Z,B)&&!~I(Z,"$<")&&!~I(ae,"y")){var le=G(D,te,U,Z);if(le.done)return le.value}var F=!!~I(ae,"g"),W;F&&(W=!!~I(ae,"u")||!!~I(ae,"v"),te.lastIndex=0);for(var J=[],H;H=x(te,U),!(H===null||(R(J,H),!F));){var K=f(H[0]);K===""&&(te.lastIndex=p(U,d(te.lastIndex),W))}for(var se="",oe=0,fe=0;fe<J.length;fe++){H=J[fe];for(var V=f(H[0]),ee=E(_(l(H.index),U.length),0),we=[],be,de=1;de<H.length;de++)R(we,A(H[de]));var ue=H.groups;if(re){var Ee=S([V],we,ee,U);ue!==void 0&&R(Ee,ue),be=f(e(Z,void 0,Ee))}else be=m(V,U,ee,we,ue,Z);ee>=oe&&(se+=P(U,oe,ee)+be,oe=ee+V.length)}return se+P(U,oe)}]},!$||!k||L),GM}gQ();function kn(e){return!e||!e.ownerDocument||!e.ownerDocument.defaultView?window:e.ownerDocument.defaultView}function Fu(e){return!e||!e.ownerDocument?document:e.ownerDocument}var ao=null,ZM=null;iL&&window.addEventListener("resize",function(){ZM!==window.devicePixelRatio&&(ZM=window.devicePixelRatio,ao=null)});function JM(e){if(ao===null){var t=Fu(e);if(typeof t>"u")return ao=0,ao;var r=t.body,n=t.createElement("div");n.classList.add("simplebar-hide-scrollbar"),r.appendChild(n);var i=n.getBoundingClientRect().right;r.removeChild(n),ao=i}return ao}var pl=(function(){function e(r,n){var i=this;this.onScroll=function(){var o=kn(i.el);i.scrollXTicking||(o.requestAnimationFrame(i.scrollX),i.scrollXTicking=!0),i.scrollYTicking||(o.requestAnimationFrame(i.scrollY),i.scrollYTicking=!0)},this.scrollX=function(){i.axis.x.isOverflowing&&(i.showScrollbar("x"),i.positionScrollbar("x")),i.scrollXTicking=!1},this.scrollY=function(){i.axis.y.isOverflowing&&(i.showScrollbar("y"),i.positionScrollbar("y")),i.scrollYTicking=!1},this.onMouseEnter=function(){i.showScrollbar("x"),i.showScrollbar("y")},this.onMouseMove=function(o){i.mouseX=o.clientX,i.mouseY=o.clientY,(i.axis.x.isOverflowing||i.axis.x.forceVisible)&&i.onMouseMoveForAxis("x"),(i.axis.y.isOverflowing||i.axis.y.forceVisible)&&i.onMouseMoveForAxis("y")},this.onMouseLeave=function(){i.onMouseMove.cancel(),(i.axis.x.isOverflowing||i.axis.x.forceVisible)&&i.onMouseLeaveForAxis("x"),(i.axis.y.isOverflowing||i.axis.y.forceVisible)&&i.onMouseLeaveForAxis("y"),i.mouseX=-1,i.mouseY=-1},this.onWindowResize=function(){i.scrollbarWidth=i.getScrollbarWidth(),i.hideNativeScrollbar()},this.hideScrollbars=function(){i.axis.x.track.rect=i.axis.x.track.el.getBoundingClientRect(),i.axis.y.track.rect=i.axis.y.track.el.getBoundingClientRect(),i.isWithinBounds(i.axis.y.track.rect)||(i.axis.y.scrollbar.el.classList.remove(i.classNames.visible),i.axis.y.isVisible=!1),i.isWithinBounds(i.axis.x.track.rect)||(i.axis.x.scrollbar.el.classList.remove(i.classNames.visible),i.axis.x.isVisible=!1)},this.onPointerEvent=function(o){var a,u;i.axis.x.track.rect=i.axis.x.track.el.getBoundingClientRect(),i.axis.y.track.rect=i.axis.y.track.el.getBoundingClientRect(),(i.axis.x.isOverflowing||i.axis.x.forceVisible)&&(a=i.isWithinBounds(i.axis.x.track.rect)),(i.axis.y.isOverflowing||i.axis.y.forceVisible)&&(u=i.isWithinBounds(i.axis.y.track.rect)),(a||u)&&(o.preventDefault(),o.stopPropagation(),o.type==="mousedown"&&(a&&(i.axis.x.scrollbar.rect=i.axis.x.scrollbar.el.getBoundingClientRect(),i.isWithinBounds(i.axis.x.scrollbar.rect)?i.onDragStart(o,"x"):i.onTrackClick(o,"x")),u&&(i.axis.y.scrollbar.rect=i.axis.y.scrollbar.el.getBoundingClientRect(),i.isWithinBounds(i.axis.y.scrollbar.rect)?i.onDragStart(o,"y"):i.onTrackClick(o,"y"))))},this.drag=function(o){var a,u=i.axis[i.draggedAxis].track,l=u.rect[i.axis[i.draggedAxis].sizeAttr],d=i.axis[i.draggedAxis].scrollbar,f=i.contentWrapperEl[i.axis[i.draggedAxis].scrollSizeAttr],h=parseInt(i.elStyles[i.axis[i.draggedAxis].sizeAttr],10);o.preventDefault(),o.stopPropagation(),i.draggedAxis==="y"?a=o.pageY:a=o.pageX;var p=a-u.rect[i.axis[i.draggedAxis].offsetAttr]-i.axis[i.draggedAxis].dragOffset,v=p/(l-d.size),m=v*(f-h);i.draggedAxis==="x"&&(m=i.isRtl&&e.getRtlHelpers().isRtlScrollbarInverted?m-(l+d.size):m,m=i.isRtl&&e.getRtlHelpers().isRtlScrollingInverted?-m:m),i.contentWrapperEl[i.axis[i.draggedAxis].scrollOffsetAttr]=m},this.onEndDrag=function(o){var a=Fu(i.el),u=kn(i.el);o.preventDefault(),o.stopPropagation(),i.el.classList.remove(i.classNames.dragging),a.removeEventListener("mousemove",i.drag,!0),a.removeEventListener("mouseup",i.onEndDrag,!0),i.removePreventClickId=u.setTimeout(function(){a.removeEventListener("click",i.preventClick,!0),a.removeEventListener("dblclick",i.preventClick,!0),i.removePreventClickId=null})},this.preventClick=function(o){o.preventDefault(),o.stopPropagation()},this.el=r,this.minScrollbarWidth=20,this.options=Object.assign({},e.defaultOptions,n),this.classNames=Object.assign({},e.defaultOptions.classNames,this.options.classNames),this.axis={x:{scrollOffsetAttr:"scrollLeft",sizeAttr:"width",scrollSizeAttr:"scrollWidth",offsetSizeAttr:"offsetWidth",offsetAttr:"left",overflowAttr:"overflowX",dragOffset:0,isOverflowing:!0,isVisible:!1,forceVisible:!1,track:{},scrollbar:{}},y:{scrollOffsetAttr:"scrollTop",sizeAttr:"height",scrollSizeAttr:"scrollHeight",offsetSizeAttr:"offsetHeight",offsetAttr:"top",overflowAttr:"overflowY",dragOffset:0,isOverflowing:!0,isVisible:!1,forceVisible:!1,track:{},scrollbar:{}}},this.removePreventClickId=null,!e.instances.has(this.el)&&(this.recalculate=cM(this.recalculate.bind(this),64),this.onMouseMove=cM(this.onMouseMove.bind(this),64),this.hideScrollbars=dM(this.hideScrollbars.bind(this),this.options.timeout),this.onWindowResize=dM(this.onWindowResize.bind(this),64,{leading:!0}),e.getRtlHelpers=AJ(e.getRtlHelpers),this.init())}e.getRtlHelpers=function(){var n=document.createElement("div");n.innerHTML='<div class="hs-dummy-scrollbar-size"><div style="height: 200%; width: 200%; margin: 10px 0;"></div></div>';var i=n.firstElementChild;document.body.appendChild(i);var o=i.firstElementChild;i.scrollLeft=0;var a=e.getOffset(i),u=e.getOffset(o);i.scrollLeft=999;var l=e.getOffset(o);return{isRtlScrollingInverted:a.left!==u.left&&u.left-l.left!==0,isRtlScrollbarInverted:a.left!==u.left}},e.getOffset=function(n){var i=n.getBoundingClientRect(),o=Fu(n),a=kn(n);return{top:i.top+(a.pageYOffset||o.documentElement.scrollTop),left:i.left+(a.pageXOffset||o.documentElement.scrollLeft)}};var t=e.prototype;return t.init=function(){e.instances.set(this.el,this),iL&&(this.initDOM(),this.setAccessibilityAttributes(),this.scrollbarWidth=this.getScrollbarWidth(),this.recalculate(),this.initListeners())},t.initDOM=function(){var n=this;if(Array.prototype.filter.call(this.el.children,function(a){return a.classList.contains(n.classNames.wrapper)}).length)this.wrapperEl=this.el.querySelector("."+this.classNames.wrapper),this.contentWrapperEl=this.options.scrollableNode||this.el.querySelector("."+this.classNames.contentWrapper),this.contentEl=this.options.contentNode||this.el.querySelector("."+this.classNames.contentEl),this.offsetEl=this.el.querySelector("."+this.classNames.offset),this.maskEl=this.el.querySelector("."+this.classNames.mask),this.placeholderEl=this.findChild(this.wrapperEl,"."+this.classNames.placeholder),this.heightAutoObserverWrapperEl=this.el.querySelector("."+this.classNames.heightAutoObserverWrapperEl),this.heightAutoObserverEl=this.el.querySelector("."+this.classNames.heightAutoObserverEl),this.axis.x.track.el=this.findChild(this.el,"."+this.classNames.track+"."+this.classNames.horizontal),this.axis.y.track.el=this.findChild(this.el,"."+this.classNames.track+"."+this.classNames.vertical);else{for(this.wrapperEl=document.createElement("div"),this.contentWrapperEl=document.createElement("div"),this.offsetEl=document.createElement("div"),this.maskEl=document.createElement("div"),this.contentEl=document.createElement("div"),this.placeholderEl=document.createElement("div"),this.heightAutoObserverWrapperEl=document.createElement("div"),this.heightAutoObserverEl=document.createElement("div"),this.wrapperEl.classList.add(this.classNames.wrapper),this.contentWrapperEl.classList.add(this.classNames.contentWrapper),this.offsetEl.classList.add(this.classNames.offset),this.maskEl.classList.add(this.classNames.mask),this.contentEl.classList.add(this.classNames.contentEl),this.placeholderEl.classList.add(this.classNames.placeholder),this.heightAutoObserverWrapperEl.classList.add(this.classNames.heightAutoObserverWrapperEl),this.heightAutoObserverEl.classList.add(this.classNames.heightAutoObserverEl);this.el.firstChild;)this.contentEl.appendChild(this.el.firstChild);this.contentWrapperEl.appendChild(this.contentEl),this.offsetEl.appendChild(this.contentWrapperEl),this.maskEl.appendChild(this.offsetEl),this.heightAutoObserverWrapperEl.appendChild(this.heightAutoObserverEl),this.wrapperEl.appendChild(this.heightAutoObserverWrapperEl),this.wrapperEl.appendChild(this.maskEl),this.wrapperEl.appendChild(this.placeholderEl),this.el.appendChild(this.wrapperEl)}if(!this.axis.x.track.el||!this.axis.y.track.el){var i=document.createElement("div"),o=document.createElement("div");i.classList.add(this.classNames.track),o.classList.add(this.classNames.scrollbar),i.appendChild(o),this.axis.x.track.el=i.cloneNode(!0),this.axis.x.track.el.classList.add(this.classNames.horizontal),this.axis.y.track.el=i.cloneNode(!0),this.axis.y.track.el.classList.add(this.classNames.vertical),this.el.appendChild(this.axis.x.track.el),this.el.appendChild(this.axis.y.track.el)}this.axis.x.scrollbar.el=this.axis.x.track.el.querySelector("."+this.classNames.scrollbar),this.axis.y.scrollbar.el=this.axis.y.track.el.querySelector("."+this.classNames.scrollbar),this.options.autoHide||(this.axis.x.scrollbar.el.classList.add(this.classNames.visible),this.axis.y.scrollbar.el.classList.add(this.classNames.visible)),this.el.setAttribute("data-simplebar","init")},t.setAccessibilityAttributes=function(){var n=this.options.ariaLabel||"scrollable content";this.contentWrapperEl.setAttribute("tabindex","0"),this.contentWrapperEl.setAttribute("role","region"),this.contentWrapperEl.setAttribute("aria-label",n)},t.initListeners=function(){var n=this,i=kn(this.el);this.options.autoHide&&this.el.addEventListener("mouseenter",this.onMouseEnter),["mousedown","click","dblclick"].forEach(function(l){n.el.addEventListener(l,n.onPointerEvent,!0)}),["touchstart","touchend","touchmove"].forEach(function(l){n.el.addEventListener(l,n.onPointerEvent,{capture:!0,passive:!0})}),this.el.addEventListener("mousemove",this.onMouseMove),this.el.addEventListener("mouseleave",this.onMouseLeave),this.contentWrapperEl.addEventListener("scroll",this.onScroll),i.addEventListener("resize",this.onWindowResize);var o=!1,a=null,u=i.ResizeObserver||QJ;this.resizeObserver=new u(function(){!o||a!==null||(a=i.requestAnimationFrame(function(){n.recalculate(),a=null}))}),this.resizeObserver.observe(this.el),this.resizeObserver.observe(this.contentEl),i.requestAnimationFrame(function(){o=!0}),this.mutationObserver=new i.MutationObserver(this.recalculate),this.mutationObserver.observe(this.contentEl,{childList:!0,subtree:!0,characterData:!0})},t.recalculate=function(){var n=kn(this.el);this.elStyles=n.getComputedStyle(this.el),this.isRtl=this.elStyles.direction==="rtl";var i=this.heightAutoObserverEl.offsetHeight<=1,o=this.heightAutoObserverEl.offsetWidth<=1,a=this.contentEl.offsetWidth,u=this.contentWrapperEl.offsetWidth,l=this.elStyles.overflowX,d=this.elStyles.overflowY;this.contentEl.style.padding=this.elStyles.paddingTop+" "+this.elStyles.paddingRight+" "+this.elStyles.paddingBottom+" "+this.elStyles.paddingLeft,this.wrapperEl.style.margin="-"+this.elStyles.paddingTop+" -"+this.elStyles.paddingRight+" -"+this.elStyles.paddingBottom+" -"+this.elStyles.paddingLeft;var f=this.contentEl.scrollHeight,h=this.contentEl.scrollWidth;this.contentWrapperEl.style.height=i?"auto":"100%",this.placeholderEl.style.width=o?a+"px":"auto",this.placeholderEl.style.height=f+"px";var p=this.contentWrapperEl.offsetHeight;this.axis.x.isOverflowing=h>a,this.axis.y.isOverflowing=f>p,this.axis.x.isOverflowing=l==="hidden"?!1:this.axis.x.isOverflowing,this.axis.y.isOverflowing=d==="hidden"?!1:this.axis.y.isOverflowing,this.axis.x.forceVisible=this.options.forceVisible==="x"||this.options.forceVisible===!0,this.axis.y.forceVisible=this.options.forceVisible==="y"||this.options.forceVisible===!0,this.hideNativeScrollbar();var v=this.axis.x.isOverflowing?this.scrollbarWidth:0,m=this.axis.y.isOverflowing?this.scrollbarWidth:0;this.axis.x.isOverflowing=this.axis.x.isOverflowing&&h>u-m,this.axis.y.isOverflowing=this.axis.y.isOverflowing&&f>p-v,this.axis.x.scrollbar.size=this.getScrollbarSize("x"),this.axis.y.scrollbar.size=this.getScrollbarSize("y"),this.axis.x.scrollbar.el.style.width=this.axis.x.scrollbar.size+"px",this.axis.y.scrollbar.el.style.height=this.axis.y.scrollbar.size+"px",this.positionScrollbar("x"),this.positionScrollbar("y"),this.toggleTrackVisibility("x"),this.toggleTrackVisibility("y")},t.getScrollbarSize=function(n){if(n===void 0&&(n="y"),!this.axis[n].isOverflowing)return 0;var i=this.contentEl[this.axis[n].scrollSizeAttr],o=this.axis[n].track.el[this.axis[n].offsetSizeAttr],a,u=o/i;return a=Math.max(~~(u*o),this.options.scrollbarMinSize),this.options.scrollbarMaxSize&&(a=Math.min(a,this.options.scrollbarMaxSize)),a},t.positionScrollbar=function(n){if(n===void 0&&(n="y"),!!this.axis[n].isOverflowing){var i=this.contentWrapperEl[this.axis[n].scrollSizeAttr],o=this.axis[n].track.el[this.axis[n].offsetSizeAttr],a=parseInt(this.elStyles[this.axis[n].sizeAttr],10),u=this.axis[n].scrollbar,l=this.contentWrapperEl[this.axis[n].scrollOffsetAttr];l=n==="x"&&this.isRtl&&e.getRtlHelpers().isRtlScrollingInverted?-l:l;var d=l/(i-a),f=~~((o-u.size)*d);f=n==="x"&&this.isRtl&&e.getRtlHelpers().isRtlScrollbarInverted?f+(o-u.size):f,u.el.style.transform=n==="x"?"translate3d("+f+"px, 0, 0)":"translate3d(0, "+f+"px, 0)"}},t.toggleTrackVisibility=function(n){n===void 0&&(n="y");var i=this.axis[n].track.el,o=this.axis[n].scrollbar.el;this.axis[n].isOverflowing||this.axis[n].forceVisible?(i.style.visibility="visible",this.contentWrapperEl.style[this.axis[n].overflowAttr]="scroll"):(i.style.visibility="hidden",this.contentWrapperEl.style[this.axis[n].overflowAttr]="hidden"),this.axis[n].isOverflowing?o.style.display="block":o.style.display="none"},t.hideNativeScrollbar=function(){this.offsetEl.style[this.isRtl?"left":"right"]=this.axis.y.isOverflowing||this.axis.y.forceVisible?"-"+this.scrollbarWidth+"px":0,this.offsetEl.style.bottom=this.axis.x.isOverflowing||this.axis.x.forceVisible?"-"+this.scrollbarWidth+"px":0},t.onMouseMoveForAxis=function(n){n===void 0&&(n="y"),this.axis[n].track.rect=this.axis[n].track.el.getBoundingClientRect(),this.axis[n].scrollbar.rect=this.axis[n].scrollbar.el.getBoundingClientRect();var i=this.isWithinBounds(this.axis[n].scrollbar.rect);i?this.axis[n].scrollbar.el.classList.add(this.classNames.hover):this.axis[n].scrollbar.el.classList.remove(this.classNames.hover),this.isWithinBounds(this.axis[n].track.rect)?(this.showScrollbar(n),this.axis[n].track.el.classList.add(this.classNames.hover)):this.axis[n].track.el.classList.remove(this.classNames.hover)},t.onMouseLeaveForAxis=function(n){n===void 0&&(n="y"),this.axis[n].track.el.classList.remove(this.classNames.hover),this.axis[n].scrollbar.el.classList.remove(this.classNames.hover)},t.showScrollbar=function(n){n===void 0&&(n="y");var i=this.axis[n].scrollbar.el;this.axis[n].isVisible||(i.classList.add(this.classNames.visible),this.axis[n].isVisible=!0),this.options.autoHide&&this.hideScrollbars()},t.onDragStart=function(n,i){i===void 0&&(i="y");var o=Fu(this.el),a=kn(this.el),u=this.axis[i].scrollbar,l=i==="y"?n.pageY:n.pageX;this.axis[i].dragOffset=l-u.rect[this.axis[i].offsetAttr],this.draggedAxis=i,this.el.classList.add(this.classNames.dragging),o.addEventListener("mousemove",this.drag,!0),o.addEventListener("mouseup",this.onEndDrag,!0),this.removePreventClickId===null?(o.addEventListener("click",this.preventClick,!0),o.addEventListener("dblclick",this.preventClick,!0)):(a.clearTimeout(this.removePreventClickId),this.removePreventClickId=null)},t.onTrackClick=function(n,i){var o=this;if(i===void 0&&(i="y"),!!this.options.clickOnTrack){var a=kn(this.el);this.axis[i].scrollbar.rect=this.axis[i].scrollbar.el.getBoundingClientRect();var u=this.axis[i].scrollbar,l=u.rect[this.axis[i].offsetAttr],d=parseInt(this.elStyles[this.axis[i].sizeAttr],10),f=this.contentWrapperEl[this.axis[i].scrollOffsetAttr],h=i==="y"?this.mouseY-l:this.mouseX-l,p=h<0?-1:1,v=p===-1?f-d:f+d,m=function y(){if(p===-1){if(f>v){var x;f-=o.options.clickOnTrackSpeed,o.contentWrapperEl.scrollTo((x={},x[o.axis[i].offsetAttr]=f,x)),a.requestAnimationFrame(y)}}else if(f<v){var b;f+=o.options.clickOnTrackSpeed,o.contentWrapperEl.scrollTo((b={},b[o.axis[i].offsetAttr]=f,b)),a.requestAnimationFrame(y)}};m()}},t.getContentElement=function(){return this.contentEl},t.getScrollElement=function(){return this.contentWrapperEl},t.getScrollbarWidth=function(){try{return getComputedStyle(this.contentWrapperEl,"::-webkit-scrollbar").display==="none"||"scrollbarWidth"in document.documentElement.style||"-ms-overflow-style"in document.documentElement.style?0:JM(this.el)}catch{return JM(this.el)}},t.removeListeners=function(){var n=this,i=kn(this.el);this.options.autoHide&&this.el.removeEventListener("mouseenter",this.onMouseEnter),["mousedown","click","dblclick"].forEach(function(o){n.el.removeEventListener(o,n.onPointerEvent,!0)}),["touchstart","touchend","touchmove"].forEach(function(o){n.el.removeEventListener(o,n.onPointerEvent,{capture:!0,passive:!0})}),this.el.removeEventListener("mousemove",this.onMouseMove),this.el.removeEventListener("mouseleave",this.onMouseLeave),this.contentWrapperEl&&this.contentWrapperEl.removeEventListener("scroll",this.onScroll),i.removeEventListener("resize",this.onWindowResize),this.mutationObserver&&this.mutationObserver.disconnect(),this.resizeObserver&&this.resizeObserver.disconnect(),this.recalculate.cancel(),this.onMouseMove.cancel(),this.hideScrollbars.cancel(),this.onWindowResize.cancel()},t.unMount=function(){this.removeListeners(),e.instances.delete(this.el)},t.isWithinBounds=function(n){return this.mouseX>=n.left&&this.mouseX<=n.left+n.width&&this.mouseY>=n.top&&this.mouseY<=n.top+n.height},t.findChild=function(n,i){var o=n.matches||n.webkitMatchesSelector||n.mozMatchesSelector||n.msMatchesSelector;return Array.prototype.filter.call(n.children,function(a){return o.call(a,i)})[0]},e})();pl.defaultOptions={autoHide:!0,forceVisible:!1,clickOnTrack:!0,clickOnTrackSpeed:40,classNames:{contentEl:"simplebar-content",contentWrapper:"simplebar-content-wrapper",offset:"simplebar-offset",mask:"simplebar-mask",wrapper:"simplebar-wrapper",placeholder:"simplebar-placeholder",scrollbar:"simplebar-scrollbar",track:"simplebar-track",heightAutoObserverWrapperEl:"simplebar-height-auto-observer-wrapper",heightAutoObserverEl:"simplebar-height-auto-observer",visible:"simplebar-visible",horizontal:"simplebar-horizontal",vertical:"simplebar-vertical",hover:"simplebar-hover",dragging:"simplebar-dragging"},scrollbarMinSize:25,scrollbarMaxSize:0,timeout:1e3};pl.instances=new WeakMap;function QM(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Pu(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?QM(Object(r),!0).forEach(function(n){mQ(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):QM(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function mQ(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function vl(){return vl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vl.apply(this,arguments)}function yQ(e,t){if(e==null)return{};var r={},n=Object.keys(e),i,o;for(o=0;o<n.length;o++)i=n[o],!(t.indexOf(i)>=0)&&(r[i]=e[i]);return r}function bQ(e,t){if(e==null)return{};var r=yQ(e,t),n,i;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i<o.length;i++)n=o[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var xQ=["children","scrollableNodeProps","tag"],wQ=function(t){var r=Array.prototype.reduce.call(t,function(n,i){var o=i.name.match(/data-simplebar-(.+)/);if(o){var a=o[1].replace(/\W+(.)/g,function(u,l){return l.toUpperCase()});switch(i.value){case"true":n[a]=!0;break;case"false":n[a]=!1;break;case void 0:n[a]=!0;break;default:n[a]=i.value}}return n},{});return r},dc=T.forwardRef(function(e,t){var r=e.children,n=e.scrollableNodeProps,i=n===void 0?{}:n,o=e.tag,a=o===void 0?"div":o,u=bQ(e,xQ),l=a,d,f=T.useRef(),h=T.useRef(),p=T.useRef(),v={},m={},y=[];return Object.keys(u).forEach(function(x){Object.prototype.hasOwnProperty.call(pl.defaultOptions,x)?v[x]=u[x]:x.match(/data-simplebar-(.+)/)&&x!=="data-simplebar-direction"?y.push({name:x,value:u[x]}):m[x]=u[x]}),y.length&&console.warn(`simplebar-react: this way of passing options is deprecated. Pass it like normal props instead:
73
73
  'data-simplebar-auto-hide="false"' —> 'autoHide="false"'
74
- `),T.useEffect(function(){return f=i.ref||f,h.current&&(d=new pl(h.current,Pu(Pu(Pu(Pu({},wQ(y)),v),f&&{scrollableNode:f.current}),p.current&&{contentNode:p.current})),typeof t=="function"?t(d):t&&(t.current=d)),function(){d.unMount(),d=null,typeof t=="function"&&t(null)}},[]),T.createElement(l,vl({ref:h,"data-simplebar":!0},m),T.createElement("div",{className:"simplebar-wrapper"},T.createElement("div",{className:"simplebar-height-auto-observer-wrapper"},T.createElement("div",{className:"simplebar-height-auto-observer"})),T.createElement("div",{className:"simplebar-mask"},T.createElement("div",{className:"simplebar-offset"},typeof r=="function"?r({scrollableNodeRef:f,contentNodeRef:p}):T.createElement("div",vl({},i,{className:"simplebar-content-wrapper".concat(i.className?" ".concat(i.className):"")}),T.createElement("div",{className:"simplebar-content"},r)))),T.createElement("div",{className:"simplebar-placeholder"})),T.createElement("div",{className:"simplebar-track simplebar-horizontal"},T.createElement("div",{className:"simplebar-scrollbar"})),T.createElement("div",{className:"simplebar-track simplebar-vertical"},T.createElement("div",{className:"simplebar-scrollbar"})))});dc.displayName="SimpleBar";dc.propTypes={children:he.oneOfType([he.node,he.func]),scrollableNodeProps:he.object,tag:he.string};const gl=Qx,ml=ew,fL=e=>{switch(e){case Q.EPermissionType.DATACLASS:return C.jsx(xe.FdTableHeader,{className:"h-6 w-6"});case Q.EPermissionType.SINGLETON:return C.jsx(xe.FdSingleton,{className:"h-6 w-6"});case Q.EPermissionType.DATASTORE:return C.jsx(xe.FdModel3,{className:"h-6 w-6"});case Q.EPermissionType.ATTRIBUTE:return C.jsx(xe.FdTableColumn,{className:"h-6 w-6"});case Q.EPermissionType.METHOD:return C.jsx(xe.FdCode,{className:"h-6 w-6"});case Q.EPermissionType.SINGLETON_METHOD:return C.jsx(xe.FdFunctionSingleton,{className:"h-6 w-6"});case Q.ESubPermissionType.ENTITY_SEL_METHOD:return C.jsx(xe.FdFunctionSelection,{className:"h-6 w-6"});case Q.ESubPermissionType.ENTITY_METHOD:return C.jsx(xe.FdFunctionEntity,{className:"h-6 w-6"});case Q.ESubPermissionType.DS_METHOD:return C.jsx(xe.FdFunctionDatastore,{className:"h-6 w-6"});case Q.ESubPermissionType.DATACLASS_METHOD:return C.jsx(xe.FdFunctionDataclass,{className:"h-6 w-6"});default:return C.jsx(xe.FdTableHeader,{className:"h-6 w-6"})}},eD=({children:e})=>C.jsx("div",{className:"h-full w-full",children:C.jsx("div",{className:"flex h-full w-full flex-1 items-center justify-center bg-grey-800",children:C.jsxs("div",{className:"flex flex-col items-center justify-center space-y-4 py-4 text-grey-200",children:[C.jsx(xe.FdInfoBold,{className:"h-10 w-10"}),C.jsx("div",{className:"text-center text-sm",children:e})]})})});function _Q(e){const{isIndeterminate:t,isChecked:r,...n}=e,i=t?"M22.5 12C22.5 17.799 17.799 22.5 12 22.5C6.20101 22.5 1.5 17.799 1.5 12C1.5 6.20101 6.20101 1.5 12 1.5C17.799 1.5 22.5 6.20101 22.5 12Z":"M0,12a1.5,1.5,0,0,0,1.5,1.5h8.75a.25.25,0,0,1,.25.25V22.5a1.5,1.5,0,0,0,3,0V13.75a.25.25,0,0,1,.25-.25H22.5a1.5,1.5,0,0,0,0-3H13.75a.25.25,0,0,1-.25-.25V1.5a1.5,1.5,0,0,0-3,0v8.75a.25.25,0,0,1-.25.25H1.5A1.5,1.5,0,0,0,0,12Z";return C.jsx(Te.BaseCheckboxIcon,{viewBox:"0 0 24 24",...n,children:C.jsx("path",{fill:t?"transparent":"currentColor",d:i,stroke:t?"currentColor":void 0,strokeWidth:t?3:void 0})})}function EQ(e){return C.jsx(Te.Checkbox,{icon:C.jsx(_Q,{}),...e})}const ro=({permissions:e,label:t,onToggle:r,onSelect:n,promoted:i,showIncluded:o,privileges:a,exists:u,optimisticChecked:l})=>{const d=e.find(h=>h.name===t);if(!d)return null;const f=l!==void 0?l:d.checked;return C.jsxs("div",{className:"relative mx-auto flex w-fit items-center",children:[f||d.from.length===0||t==="promote"?C.jsx(Te.Checkbox,{isChecked:f,onChange:()=>r&&r(d),isInvalid:u===!1}):C.jsx(EQ,{isIndeterminate:o&&d.from.length>0,onChange:()=>r&&r(d),isInvalid:u===!1}),C.jsxs("div",{className:"absolute left-5 top-0 flex cursor-pointer items-center space-x-1",children:[t!=="promote"&&(d.checked&&(d.info||d.from.length>0)||!d.checked&&d.from.length>0)&&C.jsx(C.Fragment,{children:C.jsxs(gl,{openDelay:0,closeDelay:0,children:[C.jsx(ml,{children:C.jsx(xe.FdInfoBold,{className:"h-4 w-4 text-white"})}),C.jsx(Lr,{container:Bt(),children:C.jsx(Br,{style:{zIndex:50},avoidCollisions:!0,side:"top",className:"max-w-xs rounded bg-primary-light py-2 text-sm font-semibold text-primary",children:C.jsxs("div",{className:"space-y-1 px-2",children:[d.from.length?C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(xe.FdBulb,{className:"mr-2 mt-0.5 h-4 w-4 flex-shrink-0"}),C.jsxs("p",{children:[C.jsx("span",{className:"mr-1",children:"Permission inherited from:"}),C.jsx("ul",{children:d.from.map(h=>C.jsx("li",{className:"cursor-pointer list-disc font-bold hover:underline",onClick:()=>n(a[h].id),children:a[h].privilege},h))})]})]}):null,d.info&&C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(xe.FdInfoCircle,{className:"mr-2 mt-0.5 h-4 w-4 flex-shrink-0"})," ",d.info]})]})})})]})}),(d.checked||d.from.length>0)&&["execute"].includes(t)&&!!(i!=null&&i.length)&&C.jsxs(gl,{openDelay:0,closeDelay:0,children:[C.jsx(ml,{children:C.jsx(xe.FdCrown,{className:"h-3 w-3 text-white"})}),C.jsx(Lr,{container:Bt(),children:C.jsx(Br,{style:{zIndex:50},avoidCollisions:!0,side:"top",className:"max-w-xs rounded bg-primary-light py-2 text-sm font-semibold text-primary",children:C.jsx("div",{className:"space-y-1 px-2",children:C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(xe.FdInfoCircle,{className:"mr-2 mt-0.5 h-4 w-4 flex-shrink-0"}),C.jsxs("p",{children:[C.jsxs("span",{className:"mr-1",children:["Function is promoted with:"," "]}),i==null?void 0:i.map(h=>C.jsx("li",{className:"cursor-pointer list-disc font-bold hover:underline",onClick:()=>n(a[h].id),children:a[h].privilege},h))]})]})})})})]})]})]})},SQ=({privilegeId:e,privileges:t})=>{const r=Q.useAppSelector(Q.selectCatalogMethods),n=Q.useAppSelector(Q.selectDataclasses),i=Q.useAppSelector(Q.selectSingletons),o=Q.useAppDispatch(),[a,u]=T.useState([]),[l,d]=T.useState("");T.useEffect(()=>{d("")},[e]);const{isOpen:f,getMenuProps:h,getInputProps:p,getComboboxProps:v,highlightedIndex:m,getItemProps:y,selectedItem:x,openMenu:b}=lo({onInputValueChange(){u([])},items:[],itemToString(R){return R?R.applyTo:""},defaultHighlightedIndex:0,stateReducer:(R,I)=>{const{changes:P,type:A}=I;switch(A){case lo.stateChangeTypes.InputKeyDownArrowDown:return{...P,isOpen:!0,highlightedIndex:R.highlightedIndex<=a.length?R.highlightedIndex+1:0};case lo.stateChangeTypes.InputKeyDownArrowUp:return{...P,isOpen:!0,highlightedIndex:R.highlightedIndex>=0?R.highlightedIndex-1:a.length};case lo.stateChangeTypes.InputKeyDownEnter:{const k=a[R.highlightedIndex];if(!k)return P;const L=Q.addPermission(e,k,t);return o(Q.updatePrivileges(L)),{...P,isOpen:!0,highlightedIndex:0}}}return P}});T.useEffect(()=>{const R=Q.getInheritedResources(e,t).map(({resource:P,type:A,subType:k})=>({applyTo:P,type:A,subType:k})),I=zx(l.toLowerCase(),r,Object.values(n),Object.values(i));u(I.filter(({applyTo:P,type:A,subType:k})=>!hl.find(R,{applyTo:P,type:A,subType:k})))},[l,e,t,r,n,i]);const w=h({},{suppressRefError:!0}),E=T.useRef(null),_=T.useRef(null),S=Wa({count:a.length,getScrollElement:()=>_.current,estimateSize:()=>32,overscan:5});return T.useEffect(()=>{m!==-1&&S.scrollToIndex(m)},[m,S]),T.useEffect(()=>{f&&E.current&&E.current.focus()},[f]),C.jsxs("div",{className:"relative w-56 text-white group",...v(),children:[C.jsx("div",{...v(),children:C.jsx("input",{...p({},{suppressRefError:!0}),ref:E,type:"text",className:"block h-6 w-full rounded bg-grey-300 px-1 py-1.5 pl-2 pr-5 text-xs border-grey-500 focus:outline-none focus:ring-1 focus:ring-white focus:rounded-b-none focus:ring-inset",placeholder:"Create a permission",value:l,onChange:({target:{value:R}})=>d(R),onFocus:()=>{b()}})}),C.jsx("div",{className:"absolute inset-y-0 right-0 flex items-center px-1",children:C.jsx(xe.FdDown,{className:"h-4 w-4 cursor-pointer",onMouseDown:R=>R.preventDefault(),onClick:()=>b()})}),f&&C.jsx("ul",{...w,ref:_,tabIndex:0,className:"absolute max-h-80 inset-x-0 top-full overflow-auto rounded-md border border-grey-50 bg-grey-900 p-0 text-grey-50 shadow-md group-focus-within:rounded-t-none group-focus-within:border-t-0",children:C.jsx("li",{style:{height:`${S.getTotalSize()}px`,width:"100%",position:"relative"},children:S.getVirtualItems().map(R=>{const I=a[R.index];return C.jsxs("div",{style:{position:"absolute",top:0,left:0,width:"100%",height:`${R.size}px`,transform:`translateY(${R.start}px)`},className:We(x===I&&"font-bold","flex min-w-fit cursor-pointer items-center space-x-2 px-3 py-2 text-xs shadow-sm",{"bg-primary-hover":m===R.index,"font-bold":x===I}),...y({item:I,index:R.index}),onClick:()=>{const P=Q.addPermission(e,I,t);o(Q.updatePrivileges(P))},children:[fL(I.type),C.jsx("span",{children:I.applyTo})]},R.key)})})})]})};function OQ(e){const t=["datastore","singleton","dataclass","attribute","dsMethod","dataclassMethod","entityMethod","entityselMethod","singletonMethod"],r=e.reduce((n,i)=>{const[o]=i.resource.split("."),a=n.find(u=>u.prefix===o.toLowerCase());return a?(a.resources.push(i),n):[...n,{prefix:o.toLowerCase(),type:i.type,resources:[i]}]},[]);return r.sort((n,i)=>n.prefix==="ds"?-1:i.prefix==="ds"||n.prefix>i.prefix?1:-1),r.map(n=>({...n,resources:n.resources.sort((i,o)=>{const a=t.indexOf(i.type),u=t.indexOf(o.type);return a!==u?a-u:i.resource.toLowerCase()>o.resource.toLowerCase()?1:-1})})).reduce((n,i)=>[...n,...i.resources],[])}const li={datastore:["datastore"],dataclass:["dataclass"],singleton:["singleton"],functions:["method","singletonMethod","dsMethod","dataclassMethod","entityMethod","entityselMethod"],attribute:["attribute"]},tD=Object.values(li).flat();function no(e,t){return t.length>0&&t.every(r=>e.includes(r))}function CQ(e,t){return t.some(r=>e.includes(r))}function RQ(e,t){return Array.from(new Set([...e,...t]))}function IQ(e,t){return e.filter(r=>!t.includes(r))}const PQ=({selectedPrivilege:e,onSelect:t,showIncluded:r,privileges:n,rawPrivileges:i})=>{var oe,fe;const[o,a]=T.useState(null),[u,l]=T.useState(null),{styles:d,attributes:f}=xl(o,u,{modifiers:[{name:"offset",options:{offset:[0,10]}}]}),[h,p]=T.useState([]),[v,m]=T.useState([]),[y,x]=T.useState(""),[b,w]=T.useState(""),[E,_]=T.useState({}),S=Q.useAppDispatch(),R=i??n;T.useEffect(()=>{const V=setTimeout(()=>m(h),0);return()=>clearTimeout(V)},[h]),T.useEffect(()=>{_({})},[R]);const{id:I}=e,P=T.useMemo(()=>Q.getInheritedResources(I,R),[I,(oe=R[I])==null?void 0:oe.includes,(fe=R[I])==null?void 0:fe.resources]),A=T.useMemo(()=>Q.getPromotions(I,R),[R[I]]),k=V=>{p([...V])},L=V=>{p(ee=>no(ee,V)?IQ(ee,V):RQ(ee,V))},$=V=>{L(li[V])},j=no(h,tD),D=h.length>0&&!j,G=no(h,li.functions),B=!G&&CQ(h,li.functions),Y=()=>k(tD),Z=()=>k([]),te=T.useCallback(async V=>{const{confirmed:ee}=await S(Q.openModal({title:"Delete Permission",type:Te.ModalType.CONFIRM,color:Te.ModalColor.DANGER,message:"Are you sure you want to remove this Permission?",icon:"FdWarningDanger"})).unwrap();if(ee){const we=Q.removePermission(e.id,V,R);S(Q.updatePrivileges(we))}},[S,e.id,R]),U=T.useCallback(async()=>{const{confirmed:V}=await S(Q.openModal({title:"Reset Permissions",type:Te.ModalType.CONFIRM,color:Te.ModalColor.DANGER,message:"Are you sure you want to reset permissions for this Privilege?",icon:"FdWarningDanger"})).unwrap();if(V){const ee=Q.resetResources(e.id,R);S(Q.updatePrivileges(ee))}},[S,e.id,R]),re=T.useMemo(()=>v.length>0?P.filter(V=>v.includes(V.type)):P,[P,v]),ae=T.useMemo(()=>re.filter(({resource:V})=>b?new RegExp(hl.escapeRegExp(b),"i").test(V):!0),[re,b]),le=T.useMemo(()=>OQ(ae),[ae]),F=T.useMemo(()=>le.filter(V=>{const ee=V.permissions.every(we=>!we.checked)&&V.permissions.some(we=>we.from.length>0);return r||!ee}),[le,r]),W=T.useCallback((V,ee)=>{const we=`${V.resource}|${V.type}|${ee.name}`;_(de=>({...de,[we]:!ee.checked}));const be=R;setTimeout(()=>{const de=Q.togglePermission(e.id,V,ee,be);S(Q.updatePrivileges(de))},0)},[S,e.id,R]),J=T.useMemo(()=>F.some(V=>V.exists===!1),[F]),H=T.useCallback(async()=>{const{confirmed:V}=await S(Q.openModal({title:"Delete Privilege",type:Te.ModalType.CONFIRM,color:Te.ModalColor.DANGER,message:"Are you sure you want to remove these permissions?",views:{tips:[{type:"warning",message:"This action will remove all permissions that don't exist in the catalog for all privileges"}]},icon:"FdWarningDanger"})).unwrap(),ee=Object.entries(R).map(([we,be])=>{const de=be.resources.filter(ue=>!ue.exists);return{[we]:de.map(ue=>({applyTo:ue.resource,type:ue.type}))}}).reduce((we,be)=>({...we,...be}),{});if(V){const we=Q.removeMultiplePermissions(ee,R);S(Q.updatePrivileges(we))}},[S,R]),K=T.useRef(null),se=Wa({count:F.length,getScrollElement:()=>{var V;return((V=K.current)==null?void 0:V.getScrollElement())??null},estimateSize:()=>36,overscan:5});return T.useEffect(()=>{var V,ee;(ee=(V=K.current)==null?void 0:V.getScrollElement())==null||ee.scrollTo({top:0})},[I]),C.jsxs(dc,{ref:K,className:"z-20 h-full flex-1 overflow-auto bg-grey-800 p-[15px] pt-0",style:{maxHeight:"calc(100vh - 5.5rem - 85px - 20px)"},children:[C.jsxs("table",{className:"relative h-full w-full border-collapse",children:[C.jsx("thead",{className:"sticky top-0 z-20 bg-grey-800",children:C.jsxs("tr",{className:"border-b border-grey-100",children:[C.jsx("td",{className:"py-2",children:C.jsxs("div",{className:"flex items-center space-x-2",children:[C.jsxs("div",{className:"relative w-56 text-white",children:[C.jsx("div",{className:"absolute inset-y-0 left-0 flex items-center px-1",children:C.jsx(xe.FdSearch,{className:"h-4 w-4 text-gray-400"})}),C.jsx("div",{className:"absolute inset-y-0 right-0 flex items-center px-2",children:C.jsx(_r.Popover,{className:"flex items-center",children:({open:V})=>C.jsxs(C.Fragment,{children:[C.jsx(_r.Popover.Button,{ref:a,children:C.jsx(xe.FdAdjust,{className:"h-4 w-4"})}),V&&C.jsx(Ql,{children:C.jsxs(_r.Popover.Panel,{ref:l,style:d.popper,...f.popper,className:"z-50 rounded-md border border-grey-50 bg-grey-900 px-4 py-2.5 text-xs text-grey-50",static:!0,children:[C.jsxs("label",{className:"mb-2 flex cursor-pointer items-center",children:[C.jsx(Te.Checkbox,{isChecked:j,isIndeterminate:D,onChange:()=>j?Z():Y()}),C.jsx("h5",{className:"text-sm font-semibold",children:"Filter"})]}),C.jsxs("div",{className:"space-y-2 text-s",children:[C.jsx("div",{className:"flex items-center",children:C.jsx(Te.Checkbox,{isChecked:no(h,li.dataclass),onChange:()=>$("dataclass"),label:"Dataclass"})}),C.jsx("div",{className:"flex items-center",children:C.jsx(Te.Checkbox,{isChecked:no(h,li.singleton),onChange:()=>$("singleton"),label:"Singleton"})}),C.jsx("div",{className:"flex items-center",children:C.jsx(Te.Checkbox,{isChecked:G,isIndeterminate:B,onChange:()=>$("functions"),label:"Functions"})}),C.jsx("div",{className:"flex items-center",children:C.jsx(Te.Checkbox,{isChecked:no(h,li.attribute),onChange:()=>$("attribute"),label:"Attribute"})})]})]})})]})})}),C.jsx("input",{type:"text",className:"block h-6 w-full rounded bg-grey-300 px-1 py-1.5 pl-6 text-xs focus:outline-none",placeholder:"Search available permissions",value:y,onChange:V=>{const ee=V.target.value;x(ee),setTimeout(()=>w(ee),0)}})]}),C.jsx(SQ,{privilegeId:I,privileges:R}),C.jsx("div",{children:C.jsxs(gl,{openDelay:0,closeDelay:0,children:[C.jsx(ml,{children:C.jsx("button",{className:"flex h-6 items-center space-x-1 rounded-md px-2 text-sm text-grey-50 hover:bg-primary-hover",onClick:U,children:C.jsx(xe.FdReload,{})})}),C.jsx(Lr,{container:Bt(),children:C.jsxs(Br,{style:{zIndex:50},avoidCollisions:!0,side:"top",className:"mb-1 flex max-w-xs items-center gap-x-1 rounded bg-primary-light px-2 py-2 text-s font-semibold text-primary-darker",children:[C.jsx(xe.FdBulb,{className:"m-0.5 h-4 w-4 flex-shrink-0"}),C.jsx("p",{children:"Resetting the privilege will remove all configured ressources"})]})})]})}),C.jsxs(gl,{openDelay:0,closeDelay:0,children:[C.jsx(ml,{children:C.jsx("button",{className:We("flex h-6 items-center space-x-1 rounded-md px-2 text-sm text-grey-50 hover:bg-primary-hover disabled:opacity-50 disabled:hover:bg-primary-dark"),onClick:H,disabled:!J,children:C.jsx(xe.FdClean,{className:"h-4 w-4"})})}),C.jsx(Lr,{container:Bt(),children:C.jsxs(Br,{style:{zIndex:50},avoidCollisions:!0,side:"top",className:"mb-1 flex max-w-xs items-center gap-x-1 rounded bg-primary-light px-2 py-2 text-s font-semibold text-primary-darker",children:[C.jsx(xe.FdBulb,{className:"m-0.5 h-4 w-4 flex-shrink-0"}),C.jsx("p",{children:"Delete all the non existing resources from privileges"})]})})]})]})}),C.jsx("td",{className:"bg-grey-800 px-4 py-2 text-center text-[12px] text-white",children:"Read"}),C.jsx("td",{className:"bg-grey-800 px-4 py-2 text-center text-[12px] text-white",children:"Create"}),C.jsx("td",{className:"bg-grey-800 px-4 py-2 text-center text-[12px] text-white",children:"Update"}),C.jsx("td",{className:"bg-grey-800 px-4 py-2 text-center text-[12px] text-white",children:"Delete"}),C.jsx("td",{className:"bg-grey-800 px-4 py-2 text-center text-[12px] text-white",children:"Execute"}),C.jsx("td",{className:"bg-grey-800 px-4 py-2 text-center text-[12px] text-white",children:"Promote"})]})}),F.length?C.jsxs("tbody",{children:[se.getVirtualItems().length>0?C.jsx("tr",{style:{height:`${se.getVirtualItems()[0].start}px`},children:C.jsx("td",{colSpan:7})}):null,se.getVirtualItems().map(V=>{const ee=F[V.index],we=ee.permissions.some(be=>be.from.length>0);return C.jsxs("tr",{className:We("group hover:bg-grey-300",{"bg-grey-600":V.index%2!==0,"opacity-60":ee.exists===!1}),children:[C.jsxs("td",{className:We("group flex items-center gap-3 py-2 text-xs",ee.exists===!1?"text-negative-400":"text-white",{"border-b-[0.5px] border-grey-300":!1}),children:[fL(ee.type),ee.resource,C.jsx(Te.Tooltip,{placement:"top",label:"Remove Permission",isDisabled:we,container:Bt(),children:C.jsx("button",{onClick:()=>{we?Te.toastSubject.next({kind:"info",markdown:!0,message:"**Info:** Inherited permissions can't be removed",customIcon:xe.FdInfoBold}):te({applyTo:ee.resource,type:ee.type})},className:We("flex flex-shrink-0 items-center justify-center rounded p-1 opacity-0 group-hover:opacity-100",we?"hover:bg-grey-300 group-hover:opacity-70":"hover:bg-primary-hover"),children:C.jsx(xe.FdPlus,{className:"h-4 w-4 rotate-45 transform text-white"})})})]}),C.jsx("td",{className:"py-2 text-center",children:C.jsx(ro,{permissions:ee.permissions,showIncluded:r,label:"read",onToggle:be=>W(ee,be),onSelect:t,privileges:n,exists:ee.exists,optimisticChecked:E[`${ee.resource}|${ee.type}|read`]})}),C.jsx("td",{className:"py-2 text-center",children:C.jsx(ro,{permissions:ee.permissions,showIncluded:r,label:"create",onToggle:be=>W(ee,be),onSelect:t,privileges:n,exists:ee.exists,optimisticChecked:E[`${ee.resource}|${ee.type}|create`]})}),C.jsx("td",{className:"py-2 text-center",children:C.jsx(ro,{permissions:ee.permissions,showIncluded:r,label:"update",onToggle:be=>W(ee,be),onSelect:t,privileges:n,exists:ee.exists,optimisticChecked:E[`${ee.resource}|${ee.type}|update`]})}),C.jsx("td",{className:"py-2 text-center",children:C.jsx(ro,{permissions:ee.permissions,showIncluded:r,label:"drop",onToggle:be=>W(ee,be),onSelect:t,privileges:n,exists:ee.exists,optimisticChecked:E[`${ee.resource}|${ee.type}|drop`]})}),C.jsx("td",{className:"py-2 text-center group-hover:bg-grey-300",children:C.jsx(ro,{promoted:A[ee.resource],permissions:ee.permissions,showIncluded:r,label:"execute",onToggle:be=>W(ee,be),onSelect:t,privileges:n,exists:ee.exists,optimisticChecked:E[`${ee.resource}|${ee.type}|execute`]})}),C.jsx("td",{className:"py-2 text-center",children:C.jsx(ro,{permissions:ee.permissions,showIncluded:r,label:"promote",onToggle:be=>W(ee,be),onSelect:t,privileges:n,exists:ee.exists,optimisticChecked:E[`${ee.resource}|${ee.type}|promote`]})})]},`${ee.resource}-${V.index}`)}),(()=>{const V=se.getVirtualItems();if(!V.length)return null;const ee=se.getTotalSize()-V[V.length-1].end;return ee>0?C.jsx("tr",{style:{height:`${ee}px`},children:C.jsx("td",{colSpan:7})}):null})()]}):null]}),!le.length&&b?C.jsx(eD,{children:"The Permission you're looking for can't be found "}):null,!le.length&&!b?C.jsxs(eD,{children:["This Privilege has no Permissions configured yet ",C.jsx("br",{}),'Add a new permission by using the "Create a permission" input above']}):null]})},NQ=({onCreate:e})=>{const t=Q.useAppSelector(Q.selectPrivileges),r=Q.useAppDispatch(),[n,i]=T.useState(null),[o,a]=T.useState(null),[u,l]=T.useState(""),[d,f]=T.useState(null),{styles:h,attributes:p}=xl(n,o,{modifiers:[{name:"offset",options:{offset:[-10,10]}}],placement:"right-start"});return T.useEffect(()=>{l(""),f(null)},[o]),C.jsx(_r.Popover,{children:({open:v,close:m})=>C.jsxs(C.Fragment,{children:[C.jsx(_r.Popover.Button,{className:"rounded p-1 hover:bg-primary-hover","data-cy":"New-priv-btn",ref:i,children:C.jsx("span",{children:C.jsx(xe.FdPlus,{className:"h-4 w-4 text-white"})})}),v&&C.jsx(Ql,{children:C.jsxs(_r.Popover.Panel,{ref:a,style:h.popper,...p.popper,"data-cy":"New-priv-pop-up",className:"z-50 min-w-[256px] rounded border border-grey-50 bg-grey-900 px-4 py-2 text-xs text-grey-50 shadow-md",static:!0,children:[C.jsx("h5",{className:"mb-2 text-xs font-semibold",children:"Create New Privilege"}),C.jsxs("div",{className:"mt-2",children:[C.jsxs("label",{className:"flex items-center space-x-4",children:[C.jsx("span",{className:"text-grey-100",children:"Name"}),C.jsx("input",{autoFocus:!0,value:u,onChange:y=>l(y.target.value),onKeyDown:y=>{if(y.key==="Enter"){f(null);try{const x=Q.create(u,t),b=r(Q.updatePrivileges(x)),w=Object.values(b.payload).find(E=>E.privilege===u);w&&(e(w),m())}catch(x){f(x.message)}}},type:"text",className:We("w-full rounded border bg-grey-300 p-1 focus:outline-none",{"border-grey-100":!d,"border-red-400":d})})]}),d&&C.jsx("p",{className:"mt-1 text-xs text-red-400",children:d})]}),C.jsxs("div",{className:"mt-4 flex items-center justify-center space-x-2",children:[C.jsx("button",{className:"rounded border border-primary-dark bg-primary-dark px-4 py-1 hover:border-primary-hover hover:bg-primary-hover",onClick:()=>{f(null);try{const y=Q.create(u,t),x=r(Q.updatePrivileges(y)),b=Object.values(x.payload).find(w=>w.privilege===u);b&&e(b),m()}catch(y){f(y.message)}},children:"Create"}),C.jsx("button",{className:"rounded border border-grey-100 px-4 py-1 text-grey-100 hover:bg-white hover:text-primary-dark",onClick:()=>m(),children:"Cancel"})]})]})})]})})},TQ=()=>{const e=Q.useAppSelector(Q.selectCatalog),t=Q.useAppSelector(Q.selectPrivileges),[r,n]=T.useState(t);T.useEffect(()=>{const v=setTimeout(()=>n(t),0);return()=>clearTimeout(v)},[t]);const i=T.useMemo(()=>{if(e===null)return r;const v=Q2(r,Object.values((e==null?void 0:e.dataClasses)??{}));return eq(v,e)},[r,e]),[o,a]=T.useState(null),[u,l]=T.useState(null),d=v=>{a(v),setTimeout(()=>l(v),0)},f=T.useMemo(()=>Object.keys(i),[i]);T.useEffect(()=>{if(o&&i[o.id]||!f.length)return;const v=i[f[0]];a(v),l(v)},[i]),T.useEffect(()=>{f.length<2&&p(!0)},[f.length]);const[h,p]=T.useState(!0);return C.jsxs("div",{className:"flex flex-1 h-full",children:[C.jsxs("div",{className:"flex h-full w-[356px] flex-col bg-grey-800",children:[C.jsxs("div",{className:"flex flex-shrink-0 items-center justify-between bg-grey-800 px-3.5 py-[10px]",children:[C.jsxs("div",{className:"flex items-center space-x-1 text-[#DDE1E6]",children:[C.jsx("span",{children:C.jsx(xe.FdGroup,{className:"h-[14px] w-[14px]"})}),C.jsx("span",{className:"text-[11px] font-semibold",children:"Privileges"})]}),C.jsx(NQ,{onCreate:v=>{a(v),l(v)}})]}),C.jsx(VX,{privileges:i,selectedPrivilege:o,selectPrivilege:d})]}),o&&i[o.id]?C.jsxs("div",{className:"privileges-container relative flex flex-1 flex-col overflow-x-auto border-l-[0.5px] border-grey-900 bg-grey-800",children:[C.jsxs("div",{className:"mb-1 flex h-full w-full flex-col items-stretch",children:[(u??o).privilege!=="guest"?C.jsx(q9,{privileges:i,selectedPrivilege:u??o,onSelect:v=>a(t[v]),setShowIncluded:p,showIncluded:h}):null,C.jsx(PQ,{privileges:i,rawPrivileges:t,selectedPrivilege:u??o,onSelect:v=>a(t[v]),showIncluded:h})]}),C.jsx(AQ,{privileges:i,selectedPrivilege:u??o,setSelectedPrivilege:a})]}):C.jsx(LD,{tab:"Privilege"})]})},AQ=({privileges:e,selectedPrivilege:t,setSelectedPrivilege:r})=>{const[n,i]=T.useState(!1);return C.jsx(Te.Panel,{path:Te.ROLES_TAB_PATH,isOpen:n,onOpen:()=>i(!0),onClose:()=>i(!1),children:C.jsx("div",{className:"h-full w-full px-3 pb-3",children:C.jsx("div",{className:"h-full w-full rounded bg-grey-900",children:C.jsx(M9,{dict:e,data:Q.getGraphData(t.id,e),onSelect:o=>r(e[o])})})})})};var Ib={},da={},Nu={},rD;function dL(){if(rD)return Nu;rD=1,Object.defineProperty(Nu,"__esModule",{value:!0}),Nu.default=r;let e;const t=new Uint8Array(16);function r(){if(!e&&(e=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!e))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return e(t)}return Nu}var io={},ha={},pa={},nD;function MQ(){if(nD)return pa;nD=1,Object.defineProperty(pa,"__esModule",{value:!0}),pa.default=void 0;var e=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;return pa.default=e,pa}var iD;function hc(){if(iD)return ha;iD=1,Object.defineProperty(ha,"__esModule",{value:!0}),ha.default=void 0;var e=t(MQ());function t(i){return i&&i.__esModule?i:{default:i}}function r(i){return typeof i=="string"&&e.default.test(i)}var n=r;return ha.default=n,ha}var oD;function pc(){if(oD)return io;oD=1,Object.defineProperty(io,"__esModule",{value:!0}),io.default=void 0,io.unsafeStringify=n;var e=t(hc());function t(a){return a&&a.__esModule?a:{default:a}}const r=[];for(let a=0;a<256;++a)r.push((a+256).toString(16).slice(1));function n(a,u=0){return r[a[u+0]]+r[a[u+1]]+r[a[u+2]]+r[a[u+3]]+"-"+r[a[u+4]]+r[a[u+5]]+"-"+r[a[u+6]]+r[a[u+7]]+"-"+r[a[u+8]]+r[a[u+9]]+"-"+r[a[u+10]]+r[a[u+11]]+r[a[u+12]]+r[a[u+13]]+r[a[u+14]]+r[a[u+15]]}function i(a,u=0){const l=n(a,u);if(!(0,e.default)(l))throw TypeError("Stringified UUID is invalid");return l}var o=i;return io.default=o,io}var aD;function DQ(){if(aD)return da;aD=1,Object.defineProperty(da,"__esModule",{value:!0}),da.default=void 0;var e=r(dL()),t=pc();function r(d){return d&&d.__esModule?d:{default:d}}let n,i,o=0,a=0;function u(d,f,h){let p=f&&h||0;const v=f||new Array(16);d=d||{};let m=d.node||n,y=d.clockseq!==void 0?d.clockseq:i;if(m==null||y==null){const S=d.random||(d.rng||e.default)();m==null&&(m=n=[S[0]|1,S[1],S[2],S[3],S[4],S[5]]),y==null&&(y=i=(S[6]<<8|S[7])&16383)}let x=d.msecs!==void 0?d.msecs:Date.now(),b=d.nsecs!==void 0?d.nsecs:a+1;const w=x-o+(b-a)/1e4;if(w<0&&d.clockseq===void 0&&(y=y+1&16383),(w<0||x>o)&&d.nsecs===void 0&&(b=0),b>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");o=x,a=b,i=y,x+=122192928e5;const E=((x&268435455)*1e4+b)%4294967296;v[p++]=E>>>24&255,v[p++]=E>>>16&255,v[p++]=E>>>8&255,v[p++]=E&255;const _=x/4294967296*1e4&268435455;v[p++]=_>>>8&255,v[p++]=_&255,v[p++]=_>>>24&15|16,v[p++]=_>>>16&255,v[p++]=y>>>8|128,v[p++]=y&255;for(let S=0;S<6;++S)v[p+S]=m[S];return f||(0,t.unsafeStringify)(v)}var l=u;return da.default=l,da}var va={},Ln={},ga={},sD;function hL(){if(sD)return ga;sD=1,Object.defineProperty(ga,"__esModule",{value:!0}),ga.default=void 0;var e=t(hc());function t(i){return i&&i.__esModule?i:{default:i}}function r(i){if(!(0,e.default)(i))throw TypeError("Invalid UUID");let o;const a=new Uint8Array(16);return a[0]=(o=parseInt(i.slice(0,8),16))>>>24,a[1]=o>>>16&255,a[2]=o>>>8&255,a[3]=o&255,a[4]=(o=parseInt(i.slice(9,13),16))>>>8,a[5]=o&255,a[6]=(o=parseInt(i.slice(14,18),16))>>>8,a[7]=o&255,a[8]=(o=parseInt(i.slice(19,23),16))>>>8,a[9]=o&255,a[10]=(o=parseInt(i.slice(24,36),16))/1099511627776&255,a[11]=o/4294967296&255,a[12]=o>>>24&255,a[13]=o>>>16&255,a[14]=o>>>8&255,a[15]=o&255,a}var n=r;return ga.default=n,ga}var uD;function pL(){if(uD)return Ln;uD=1,Object.defineProperty(Ln,"__esModule",{value:!0}),Ln.URL=Ln.DNS=void 0,Ln.default=a;var e=pc(),t=r(hL());function r(u){return u&&u.__esModule?u:{default:u}}function n(u){u=unescape(encodeURIComponent(u));const l=[];for(let d=0;d<u.length;++d)l.push(u.charCodeAt(d));return l}const i="6ba7b810-9dad-11d1-80b4-00c04fd430c8";Ln.DNS=i;const o="6ba7b811-9dad-11d1-80b4-00c04fd430c8";Ln.URL=o;function a(u,l,d){function f(h,p,v,m){var y;if(typeof h=="string"&&(h=n(h)),typeof p=="string"&&(p=(0,t.default)(p)),((y=p)===null||y===void 0?void 0:y.length)!==16)throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");let x=new Uint8Array(16+h.length);if(x.set(p),x.set(h,p.length),x=d(x),x[6]=x[6]&15|l,x[8]=x[8]&63|128,v){m=m||0;for(let b=0;b<16;++b)v[m+b]=x[b];return v}return(0,e.unsafeStringify)(x)}try{f.name=u}catch{}return f.DNS=i,f.URL=o,f}return Ln}var ma={},lD;function jQ(){if(lD)return ma;lD=1,Object.defineProperty(ma,"__esModule",{value:!0}),ma.default=void 0;function e(v){if(typeof v=="string"){const m=unescape(encodeURIComponent(v));v=new Uint8Array(m.length);for(let y=0;y<m.length;++y)v[y]=m.charCodeAt(y)}return t(n(i(v),v.length*8))}function t(v){const m=[],y=v.length*32,x="0123456789abcdef";for(let b=0;b<y;b+=8){const w=v[b>>5]>>>b%32&255,E=parseInt(x.charAt(w>>>4&15)+x.charAt(w&15),16);m.push(E)}return m}function r(v){return(v+64>>>9<<4)+14+1}function n(v,m){v[m>>5]|=128<<m%32,v[r(m)-1]=m;let y=1732584193,x=-271733879,b=-1732584194,w=271733878;for(let E=0;E<v.length;E+=16){const _=y,S=x,R=b,I=w;y=l(y,x,b,w,v[E],7,-680876936),w=l(w,y,x,b,v[E+1],12,-389564586),b=l(b,w,y,x,v[E+2],17,606105819),x=l(x,b,w,y,v[E+3],22,-1044525330),y=l(y,x,b,w,v[E+4],7,-176418897),w=l(w,y,x,b,v[E+5],12,1200080426),b=l(b,w,y,x,v[E+6],17,-1473231341),x=l(x,b,w,y,v[E+7],22,-45705983),y=l(y,x,b,w,v[E+8],7,1770035416),w=l(w,y,x,b,v[E+9],12,-1958414417),b=l(b,w,y,x,v[E+10],17,-42063),x=l(x,b,w,y,v[E+11],22,-1990404162),y=l(y,x,b,w,v[E+12],7,1804603682),w=l(w,y,x,b,v[E+13],12,-40341101),b=l(b,w,y,x,v[E+14],17,-1502002290),x=l(x,b,w,y,v[E+15],22,1236535329),y=d(y,x,b,w,v[E+1],5,-165796510),w=d(w,y,x,b,v[E+6],9,-1069501632),b=d(b,w,y,x,v[E+11],14,643717713),x=d(x,b,w,y,v[E],20,-373897302),y=d(y,x,b,w,v[E+5],5,-701558691),w=d(w,y,x,b,v[E+10],9,38016083),b=d(b,w,y,x,v[E+15],14,-660478335),x=d(x,b,w,y,v[E+4],20,-405537848),y=d(y,x,b,w,v[E+9],5,568446438),w=d(w,y,x,b,v[E+14],9,-1019803690),b=d(b,w,y,x,v[E+3],14,-187363961),x=d(x,b,w,y,v[E+8],20,1163531501),y=d(y,x,b,w,v[E+13],5,-1444681467),w=d(w,y,x,b,v[E+2],9,-51403784),b=d(b,w,y,x,v[E+7],14,1735328473),x=d(x,b,w,y,v[E+12],20,-1926607734),y=f(y,x,b,w,v[E+5],4,-378558),w=f(w,y,x,b,v[E+8],11,-2022574463),b=f(b,w,y,x,v[E+11],16,1839030562),x=f(x,b,w,y,v[E+14],23,-35309556),y=f(y,x,b,w,v[E+1],4,-1530992060),w=f(w,y,x,b,v[E+4],11,1272893353),b=f(b,w,y,x,v[E+7],16,-155497632),x=f(x,b,w,y,v[E+10],23,-1094730640),y=f(y,x,b,w,v[E+13],4,681279174),w=f(w,y,x,b,v[E],11,-358537222),b=f(b,w,y,x,v[E+3],16,-722521979),x=f(x,b,w,y,v[E+6],23,76029189),y=f(y,x,b,w,v[E+9],4,-640364487),w=f(w,y,x,b,v[E+12],11,-421815835),b=f(b,w,y,x,v[E+15],16,530742520),x=f(x,b,w,y,v[E+2],23,-995338651),y=h(y,x,b,w,v[E],6,-198630844),w=h(w,y,x,b,v[E+7],10,1126891415),b=h(b,w,y,x,v[E+14],15,-1416354905),x=h(x,b,w,y,v[E+5],21,-57434055),y=h(y,x,b,w,v[E+12],6,1700485571),w=h(w,y,x,b,v[E+3],10,-1894986606),b=h(b,w,y,x,v[E+10],15,-1051523),x=h(x,b,w,y,v[E+1],21,-2054922799),y=h(y,x,b,w,v[E+8],6,1873313359),w=h(w,y,x,b,v[E+15],10,-30611744),b=h(b,w,y,x,v[E+6],15,-1560198380),x=h(x,b,w,y,v[E+13],21,1309151649),y=h(y,x,b,w,v[E+4],6,-145523070),w=h(w,y,x,b,v[E+11],10,-1120210379),b=h(b,w,y,x,v[E+2],15,718787259),x=h(x,b,w,y,v[E+9],21,-343485551),y=o(y,_),x=o(x,S),b=o(b,R),w=o(w,I)}return[y,x,b,w]}function i(v){if(v.length===0)return[];const m=v.length*8,y=new Uint32Array(r(m));for(let x=0;x<m;x+=8)y[x>>5]|=(v[x/8]&255)<<x%32;return y}function o(v,m){const y=(v&65535)+(m&65535);return(v>>16)+(m>>16)+(y>>16)<<16|y&65535}function a(v,m){return v<<m|v>>>32-m}function u(v,m,y,x,b,w){return o(a(o(o(m,v),o(x,w)),b),y)}function l(v,m,y,x,b,w,E){return u(m&y|~m&x,v,m,b,w,E)}function d(v,m,y,x,b,w,E){return u(m&x|y&~x,v,m,b,w,E)}function f(v,m,y,x,b,w,E){return u(m^y^x,v,m,b,w,E)}function h(v,m,y,x,b,w,E){return u(y^(m|~x),v,m,b,w,E)}var p=e;return ma.default=p,ma}var cD;function qQ(){if(cD)return va;cD=1,Object.defineProperty(va,"__esModule",{value:!0}),va.default=void 0;var e=r(pL()),t=r(jQ());function r(o){return o&&o.__esModule?o:{default:o}}var i=(0,e.default)("v3",48,t.default);return va.default=i,va}var ya={},ba={},fD;function kQ(){if(fD)return ba;fD=1,Object.defineProperty(ba,"__esModule",{value:!0}),ba.default=void 0;var t={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};return ba.default=t,ba}var dD;function LQ(){if(dD)return ya;dD=1,Object.defineProperty(ya,"__esModule",{value:!0}),ya.default=void 0;var e=n(kQ()),t=n(dL()),r=pc();function n(a){return a&&a.__esModule?a:{default:a}}function i(a,u,l){if(e.default.randomUUID&&!u&&!a)return e.default.randomUUID();a=a||{};const d=a.random||(a.rng||t.default)();if(d[6]=d[6]&15|64,d[8]=d[8]&63|128,u){l=l||0;for(let f=0;f<16;++f)u[l+f]=d[f];return u}return(0,r.unsafeStringify)(d)}var o=i;return ya.default=o,ya}var xa={},wa={},hD;function BQ(){if(hD)return wa;hD=1,Object.defineProperty(wa,"__esModule",{value:!0}),wa.default=void 0;function e(i,o,a,u){switch(i){case 0:return o&a^~o&u;case 1:return o^a^u;case 2:return o&a^o&u^a&u;case 3:return o^a^u}}function t(i,o){return i<<o|i>>>32-o}function r(i){const o=[1518500249,1859775393,2400959708,3395469782],a=[1732584193,4023233417,2562383102,271733878,3285377520];if(typeof i=="string"){const f=unescape(encodeURIComponent(i));i=[];for(let h=0;h<f.length;++h)i.push(f.charCodeAt(h))}else Array.isArray(i)||(i=Array.prototype.slice.call(i));i.push(128);const u=i.length/4+2,l=Math.ceil(u/16),d=new Array(l);for(let f=0;f<l;++f){const h=new Uint32Array(16);for(let p=0;p<16;++p)h[p]=i[f*64+p*4]<<24|i[f*64+p*4+1]<<16|i[f*64+p*4+2]<<8|i[f*64+p*4+3];d[f]=h}d[l-1][14]=(i.length-1)*8/Math.pow(2,32),d[l-1][14]=Math.floor(d[l-1][14]),d[l-1][15]=(i.length-1)*8&4294967295;for(let f=0;f<l;++f){const h=new Uint32Array(80);for(let b=0;b<16;++b)h[b]=d[f][b];for(let b=16;b<80;++b)h[b]=t(h[b-3]^h[b-8]^h[b-14]^h[b-16],1);let p=a[0],v=a[1],m=a[2],y=a[3],x=a[4];for(let b=0;b<80;++b){const w=Math.floor(b/20),E=t(p,5)+e(w,v,m,y)+x+o[w]+h[b]>>>0;x=y,y=m,m=t(v,30)>>>0,v=p,p=E}a[0]=a[0]+p>>>0,a[1]=a[1]+v>>>0,a[2]=a[2]+m>>>0,a[3]=a[3]+y>>>0,a[4]=a[4]+x>>>0}return[a[0]>>24&255,a[0]>>16&255,a[0]>>8&255,a[0]&255,a[1]>>24&255,a[1]>>16&255,a[1]>>8&255,a[1]&255,a[2]>>24&255,a[2]>>16&255,a[2]>>8&255,a[2]&255,a[3]>>24&255,a[3]>>16&255,a[3]>>8&255,a[3]&255,a[4]>>24&255,a[4]>>16&255,a[4]>>8&255,a[4]&255]}var n=r;return wa.default=n,wa}var pD;function FQ(){if(pD)return xa;pD=1,Object.defineProperty(xa,"__esModule",{value:!0}),xa.default=void 0;var e=r(pL()),t=r(BQ());function r(o){return o&&o.__esModule?o:{default:o}}var i=(0,e.default)("v5",80,t.default);return xa.default=i,xa}var _a={},vD;function $Q(){if(vD)return _a;vD=1,Object.defineProperty(_a,"__esModule",{value:!0}),_a.default=void 0;var e="00000000-0000-0000-0000-000000000000";return _a.default=e,_a}var Ea={},gD;function zQ(){if(gD)return Ea;gD=1,Object.defineProperty(Ea,"__esModule",{value:!0}),Ea.default=void 0;var e=t(hc());function t(i){return i&&i.__esModule?i:{default:i}}function r(i){if(!(0,e.default)(i))throw TypeError("Invalid UUID");return parseInt(i.slice(14,15),16)}var n=r;return Ea.default=n,Ea}var mD;function HQ(){return mD||(mD=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"NIL",{enumerable:!0,get:function(){return o.default}}),Object.defineProperty(e,"parse",{enumerable:!0,get:function(){return d.default}}),Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return l.default}}),Object.defineProperty(e,"v1",{enumerable:!0,get:function(){return t.default}}),Object.defineProperty(e,"v3",{enumerable:!0,get:function(){return r.default}}),Object.defineProperty(e,"v4",{enumerable:!0,get:function(){return n.default}}),Object.defineProperty(e,"v5",{enumerable:!0,get:function(){return i.default}}),Object.defineProperty(e,"validate",{enumerable:!0,get:function(){return u.default}}),Object.defineProperty(e,"version",{enumerable:!0,get:function(){return a.default}});var t=f(DQ()),r=f(qQ()),n=f(LQ()),i=f(FQ()),o=f($Q()),a=f(zQ()),u=f(hc()),l=f(pc()),d=f(hL());function f(h){return h&&h.__esModule?h:{default:h}}})(Ib)),Ib}var Pb,yD;function VQ(){if(yD)return Pb;yD=1;function e(t,r){if(!t||!r||!t.length||!r.length)throw new Error("Bad alphabet");this.srcAlphabet=t,this.dstAlphabet=r}return e.prototype.convert=function(t){var r,n,i,o={},a=this.srcAlphabet.length,u=this.dstAlphabet.length,l=t.length,d=typeof t=="string"?"":[];if(!this.isValid(t))throw new Error('Number "'+t+'" contains of non-alphabetic digits ('+this.srcAlphabet+")");if(this.srcAlphabet===this.dstAlphabet)return t;for(r=0;r<l;r++)o[r]=this.srcAlphabet.indexOf(t[r]);do{for(n=0,i=0,r=0;r<l;r++)n=n*a+o[r],n>=u?(o[i++]=parseInt(n/u,10),n=n%u):i>0&&(o[i++]=0);l=i,d=this.dstAlphabet.slice(n,n+1).concat(d)}while(i!==0);return d},e.prototype.isValid=function(t){for(var r=0;r<t.length;++r)if(this.srcAlphabet.indexOf(t[r])===-1)return!1;return!0},Pb=e,Pb}var Nb,bD;function UQ(){if(bD)return Nb;bD=1;var e=VQ();function t(r,n){var i=new e(r,n);return function(o){return i.convert(o)}}return t.BIN="01",t.OCT="01234567",t.DEC="0123456789",t.HEX="0123456789abcdef",Nb=t,Nb}var Tb,xD;function WQ(){if(xD)return Tb;xD=1;const{v4:e,validate:t}=HQ(),r=UQ(),n={cookieBase90:"0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!#$%&'()*+-./:<=>?@[]^_`{|}~",flickrBase58:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ",uuid25Base36:"0123456789abcdefghijklmnopqrstuvwxyz"},i={consistentLength:!0};let o;const a=(d,f,h)=>{const p=f(d.toLowerCase().replace(/-/g,""));return!h||!h.consistentLength?p:p.padStart(h.shortIdLength,h.paddingChar)},u=(d,f)=>{const p=f(d).padStart(32,"0").match(/(\w{8})(\w{4})(\w{4})(\w{4})(\w{12})/);return[p[1],p[2],p[3],p[4],p[5]].join("-")},l=d=>Math.ceil(Math.log(2**128)/Math.log(d));return Tb=(()=>{const d=(f,h)=>{const p=f||n.flickrBase58,v={...i,...h};if([...new Set(Array.from(p))].length!==p.length)throw new Error("The provided Alphabet has duplicate characters resulting in unreliable results");const m=l(p.length),y={shortIdLength:m,consistentLength:v.consistentLength,paddingChar:p[0]},x=r(r.HEX,p),b=r(p,r.HEX),w=()=>a(e(),x,y),_={alphabet:p,fromUUID:S=>a(S,x,y),maxLength:m,generate:w,new:w,toUUID:S=>u(S,b),uuid:e,validate:(S,R=!1)=>{if(!S||typeof S!="string")return!1;const I=v.consistentLength?S.length===m:S.length<=m,P=S.split("").every(A=>p.includes(A));return R===!1?I&&P:I&&P&&t(u(S,b))}};return Object.freeze(_),_};return d.constants=n,d.uuid=e,d.generate=()=>(o||(o=d(n.flickrBase58).generate),o()),d})(),Tb}var GQ=WQ();const KQ=T.memo(function({role:t,privileges:r}){var I;const[n,i]=T.useState(t),[o,a]=T.useState(t.role),[u,l]=T.useState(null),d=((I=n.privileges)==null?void 0:I.filter(P=>r[P]&&r[P].privilege!=="guest").length)||0,f=Q.useAppSelector(Q.selectRoles),h=Q.useAppDispatch(),{selectedRole:p,selectRole:v}=ox(),[m,y]=T.useState(!1),x=Te.useOutsideClick(()=>{m&&w()});Te.useDidMountEffect(()=>{o!==t.role&&a(t.role)},[t.role]),T.useEffect(()=>{t.role||y(!0)},[]),T.useEffect(()=>{i(t)},[t]);const b=()=>{l(null),y(!0)},w=()=>{l(null),t.role&&t.role===o&&y(!1);try{const P=Q.saveRole({...n,role:o},f);h(Q.updateRoles(P)),y(!1)}catch(P){l(P.message)}},E=Q.useAppDispatch(),_=async P=>{P.stopPropagation();const{confirmed:A}=await E(Q.openModal({title:"Delete Role",type:Te.ModalType.CONFIRM,color:Te.ModalColor.DANGER,message:"Are you sure you want to remove this Role?",icon:"FdWarningDanger"})).unwrap();A&&S()},S=()=>{const P=Q.removeRole(n.id,f),A=Object.keys(P);if(p!==n.id){h(Q.updateRoles(P));return}if(A.length===0)v(null);else{const k=Object.keys(f),L=k.indexOf(n.id),$=Math.max(0,L-1),j=k[$];L===0?v(A[0]):P[j]?v(j):v(A[0])}h(Q.updateRoles(P))},R=(P=null)=>{if(P&&P.stopPropagation(),!t.role){S();return}y(!1),a(t.role)};return C.jsx(C.Fragment,{children:C.jsxs("div",{className:We("rounded border bg-grey-300 p-2",{"border-grey-100":p!==n.id,"border-primary-dark":p===n.id}),role:"button","data-cy":"privilegeCard",onClick:()=>{v(n.id)},ref:x,children:[C.jsx("div",{className:"flex items-center justify-between",children:C.jsxs("div",{className:"flex flex-1 items-center text-white",children:[C.jsx("span",{className:"mr-4",children:C.jsx(xe.FdGroup,{className:"h-6 w-6"})}),m?C.jsxs("div",{className:"relative h-6 flex-1 mr-2",children:[C.jsx("input",{type:"text",value:o,onChange:({target:{value:P}})=>{a(P)},onKeyDown:P=>{P.key==="Enter"&&w(),P.key==="Escape"&&R()},className:We("absolute inset-0 h-6 min-w-0 rounded border border-grey-200 bg-grey-300 p-1 text-xs focus:outline-none",{"border-b border-red-400 rounded-b-none":u,"focus:border-primary-dark":!u}),placeholder:"role",autoComplete:"off",autoFocus:!0}),u&&C.jsx("p",{className:"absolute top-5 mt-1 w-full rounded rounded-t-none bg-red-400 p-1 text-xs text-white shadow-md",children:u})]}):C.jsx("span",{className:"inline-block grow overflow-hidden truncate whitespace-nowrap text-xs font-bold",title:o,children:n.role}),C.jsx("div",{className:We("justify-betwee ml-auto flex w-fit items-center gap-x-2"),children:m?C.jsxs(C.Fragment,{children:[C.jsx("button",{onClick:w,className:"rounded p-1 hover:bg-primary-hover hover:text-white",children:C.jsx(xe.FdSave,{className:"h-4 w-4 text-grey-50"})}),C.jsx("button",{onClick:R,className:"rounded p-1 hover:bg-primary-hover hover:text-white",children:C.jsx(xe.FdClose,{className:"h-4 w-4 text-grey-50"})})]}):C.jsxs(C.Fragment,{children:[C.jsx("button",{onClick:b,className:"rounded p-1 hover:bg-primary-hover hover:text-white",children:C.jsx(xe.FdPen,{className:"h-4 w-4 text-grey-50"})}),C.jsx("button",{onClick:P=>_(P),className:"rounded p-1 hover:bg-primary-hover hover:text-white",children:C.jsx(xe.FdTrash,{className:"h-4 w-4 text-grey-50"})})]})})]})}),C.jsxs("span",{className:We("ml-[43px] py-1 text-xs text-white"),children:[d," Privilege",d>1?"s":""]})]})})}),vL=(e,t)=>e?t[e]:null,wD=(e,t,r)=>{const n=vL(e,r);return n?Object.values(r).reduce((i,o)=>o.id===e?n.privileges.includes(t)?{...i,[n.id]:{...n,privileges:n.privileges.filter(a=>a!==t)}}:{...i,[n.id]:{...n,privileges:[...n.privileges,t]}}:{...i,[o.id]:o},{}):r},YQ=()=>{const e=Q.useAppSelector(Q.selectPrivileges),t=Q.useAppSelector(Q.selectRoles),r=Q.useAppDispatch(),{selectedRole:n}=ox(),i=vL(n,t),o=(l,d)=>d&&d.privileges.includes(l.id),a=T.useMemo(()=>Object.values(e).filter(l=>o(l,i)&&l.privilege!=="guest"),[e,i]),u=T.useMemo(()=>Object.values(e).filter(l=>!o(l,i)&&l.privilege!=="guest"),[e,i]);return C.jsxs("div",{className:"w-full border-b border-grey-900 p-4 ",children:[C.jsx("div",{className:"mb-4 flex items-center gap-x-5 text-white",children:C.jsx("h4",{className:"text-[13px] font-semibold ",children:"Privileges"})}),C.jsxs("div",{className:"flex flex-wrap items-center gap-1",children:[C.jsx("div",{"data-cy":"item=>Permisions",className:We("inline-flex items-center gap-1 space-x-1 rounded bg-primary-darker px-2 py-0.5 text-xs font-semibold italic text-white"),children:"guest"}),a.map((l,d)=>C.jsxs("div",{"data-cy":"item=>Permisions",className:We("inline-flex cursor-pointer items-center gap-1 space-x-1 rounded px-2 py-0.5",{"bg-primary-dark text-white":o(l,i),"bg-grey-300 text-grey-100":!o(l,i)}),onClick:()=>{const f=wD(i.id,l.id,t);r(Q.updateRoles(f))},children:[C.jsx("span",{className:"text-xs",children:l.privilege}),C.jsx("button",{className:"focus:outline-none",children:o(l,i)?C.jsx(xe.FdMinus,{className:"h-[14px] w-[14px]"}):C.jsx(xe.FdPlus,{className:"h-[14px] w-[14px]"})})]},d)),u.map((l,d)=>C.jsxs("div",{"data-cy":"item=>Permisions",className:We("inline-flex cursor-pointer items-center gap-1 space-x-1 rounded px-2 py-0.5",{"bg-primary-dark text-white":o(l,i),"bg-grey-300 text-grey-100":!o(l,i)}),onClick:()=>{const f=wD(i.id,l.id,t);r(Q.updateRoles(f))},children:[C.jsx("span",{className:"text-xs",children:l.privilege}),C.jsx("button",{className:"text-white focus:outline-none",children:o(l,i)?C.jsx(xe.FdMinus,{className:"h-[14px] w-[14px]"}):C.jsx(xe.FdPlus,{className:"h-[14px] w-[14px]"})})]},d))]})]})},yl=(e,t,r,n=!1)=>{const i=e.applyTo,o=e.type===Q.EPermissionType.DATACLASS?"ds":i.split(".")[0],a={...t,...r},u=()=>({value:!n,inherited:!1,from:[],explicitly:!1}),l={read:u(),create:u(),update:u(),drop:u(),execute:u(),promote:u()},d=h=>{h.forEach(p=>{a[p]&&(a[p].resources.forEach(v=>{if(v.resource===i||v.resource===o){const m=yl(e,t,{[p]:a[p]},n);Object.values(v.permissions).forEach(y=>{l[y.name].explicitly||(!l[y.name].from.includes(a[p].privilege)&&y.checked&&l[y.name].from.push(a[p].privilege),l[y.name].inherited=l[y.name].inherited||m[y.name].value||m[y.name].inherited)})}}),a[p].includes.length>0&&d(a[p].includes))})};if(Object.values(r).forEach(h=>{h.resources.forEach(p=>{p.resource===i&&Object.values(p.permissions).forEach(v=>{v.checked&&(l[v.name].explicitly=!0,n&&(l[v.name].value=!0))})}),(h.includes.length>0||h.privilege==="guest")&&d(h.includes)}),Object.values(t).forEach(h=>{h.resources.forEach(p=>{p.resource===i&&(h.privilege==="guest"?Object.values(p.permissions).forEach(v=>{v.checked&&(l[v.name].explicitly=!0,n&&(l[v.name].value=!0))}):Object.values(p.permissions).forEach(v=>{!l[v.name].explicitly&&v.checked&&(n?l[v.name].value=!0:l[v.name].value=!1)}))})}),(n?Object.entries(l).some(([h,p])=>h!=="promote"&&!p.value&&!p.explicitly):Object.entries(l).some(([h,p])=>h!=="promote"&&p.value&&!p.explicitly))&&![Q.EPermissionType.DATASTORE,Q.EPermissionType.SINGLETON].includes(e.type)){const h={applyTo:o,type:e.type===Q.EPermissionType.DATACLASS?Q.EPermissionType.DATASTORE:e.type===Q.EPermissionType.SINGLETON_METHOD?Q.EPermissionType.SINGLETON:Q.EPermissionType.DATACLASS},p=yl(h,t,r,n),v=m=>{let y=l[m].value;return n?!l[m].value&&!l[m].explicitly&&(y=p[m].value):l[m].value&&!l[m].explicitly&&(y=p[m].value),{value:y,inherited:l[m].inherited||p[m].inherited,from:l[m].from.length>0?l[m].from:p[m].from,explicitly:l[m].explicitly}};return{read:v("read"),create:v("create"),update:v("update"),drop:v("drop"),execute:v("execute"),promote:v("promote")}}return{read:l.read,create:l.create,update:l.update,drop:l.drop,execute:l.execute,promote:l.promote}},XQ=({children:e})=>C.jsx("div",{className:"h-full w-full",children:C.jsx("div",{className:"flex h-full w-full flex-1 items-center justify-center bg-grey-800",children:C.jsxs("div",{className:"flex flex-col items-center justify-center space-y-4 py-4 text-grey-200",children:[C.jsx(xe.FdInfoBold,{className:"absolute -right-full h-10 w-10 translate-x-1"}),C.jsx("div",{className:"text-center text-sm",children:e})]})})}),ZQ=e=>{switch(e){case"dataclass":return C.jsx(xe.FdTableHeader,{className:"h-6 w-6"});case"singleton":return C.jsx(xe.FdSingleton,{className:"h-6 w-6"});case"datastore":return C.jsx(xe.FdModel3,{className:"h-6 w-6"});case"attribute":return C.jsx(xe.FdTableColumn,{className:"h-6 w-6"});case"method":return C.jsx(xe.FdCode,{className:"h-6 w-6"});case"singletonMethod":return C.jsx(xe.FdFunctionSingleton,{className:"h-6 w-6"});case"entityselMethod":return C.jsx(xe.FdFunctionSelection,{className:"h-6 w-6"});case"entityMethod":return C.jsx(xe.FdFunctionEntity,{className:"h-6 w-6"});case"dsMethod":return C.jsx(xe.FdFunctionDatastore,{className:"h-6 w-6"});case"dataclassMethod":return C.jsx(xe.FdFunctionDataclass,{className:"h-6 w-6"});default:return C.jsx(xe.FdTableHeader,{className:"h-6 w-6"})}},Sa=Qx,Oa=ew,_D=({privileges:e,permission:t,hasChild:r,depth:n,isChild:i=!1,className:o,inSearch:a,toggleCollapse:u,collapsed:l,isRestrictedByDefault:d,toastMessageCallback:f,computedInherited:h})=>{const[p,v]=t.applyTo.split("."),m=T.useMemo(()=>h||yl(t,e.otherPrivs,e.rolePrivs,d),[h,e,t,d]);return C.jsxs("tr",{className:We("group even:bg-grey-600 hover:bg-grey-300",o),children:[C.jsxs("td",{className:We("flex h-full w-full items-stretch p-0 text-xs group-hover:rounded-l",{"px-1":a}),children:[Array(n).fill("").map((y,x)=>C.jsx("div",{className:We("ml-1.5 mr-1 w-[2px] bg-grey-100",{"mr-0.5":i})},x)),C.jsxs("div",{className:"flex items-center gap-3 py-2",children:[r&&C.jsx("button",{onClick:u,className:"w-3",children:l?C.jsx(xe.FdRight,{className:"inline h-4 w-4"}):C.jsx(xe.FdDown,{className:"inline h-4 w-4"})}),ZQ(t.type),a?t.applyTo:v||p]})]}),C.jsx("td",{className:"py-2 text-center",children:[Q.EPermissionType.ATTRIBUTE,Q.EPermissionType.DATASTORE,Q.EPermissionType.DATACLASS].includes(t.type)&&C.jsxs("div",{className:"relative mx-auto flex w-fit items-center justify-center gap-x-1",children:[C.jsx("div",{className:We("h-4 w-4 rounded border-[2px] p-2",{"grid place-content-center border-grey-200 bg-grey-200":m.read.value||m.read.inherited}),onClick:f,children:(m.read.value||m.read.inherited)&&C.jsx(xe.FdCheckNaked,{className:"text-grey-50"})}),C.jsx("div",{className:"absolute left-full top-1/2 flex -translate-y-1/2 translate-x-1/2 cursor-pointer items-center",children:!m.read.value&&m.read.inherited?C.jsxs(Sa,{openDelay:0,closeDelay:0,children:[C.jsx(Oa,{children:C.jsx(xe.FdInfoBold,{className:"h-4 w-4 text-white"})}),C.jsx(Lr,{container:Bt(),children:C.jsx(Br,{style:{zIndex:50},avoidCollisions:!0,side:"top",className:"max-w-xs rounded bg-primary-light py-2 text-sm font-semibold text-primary",children:C.jsx("div",{className:"space-y-1 px-2",children:m.read.from.length?C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(xe.FdBulb,{className:"mr-2 mt-0.5 h-4 w-4 flex-shrink-0"}),C.jsxs("p",{children:[C.jsx("span",{className:"mr-1",children:"Permission inherited from:"}),C.jsx("ul",{children:m.read.from.map((y,x)=>C.jsx("li",{className:"cursor-pointer list-disc font-bold",children:y},x))})]})]}):null})})})]}):""})]})}),C.jsx("td",{className:"py-2 text-center",children:[Q.EPermissionType.ATTRIBUTE,Q.EPermissionType.DATASTORE,Q.EPermissionType.DATACLASS].includes(t.type)&&C.jsxs("div",{className:"relative mx-auto flex w-fit items-center justify-center gap-x-1",children:[C.jsx("div",{className:We("h-4 w-4 rounded border-[2px] p-2",{"grid place-content-center border-grey-200 bg-grey-200":m.create.value||m.create.inherited}),onClick:f,children:(m.create.value||m.create.inherited)&&C.jsx(xe.FdCheckNaked,{className:"text-grey-50"})}),C.jsx("div",{className:"absolute left-full top-1/2 flex -translate-y-1/2 translate-x-1/2 cursor-pointer items-center",children:!m.create.value&&m.create.inherited?C.jsxs(Sa,{openDelay:0,closeDelay:0,children:[C.jsx(Oa,{children:C.jsx(xe.FdInfoBold,{className:"h-4 w-4 text-white"})}),C.jsx(Lr,{container:Bt(),children:C.jsx(Br,{style:{zIndex:50},avoidCollisions:!0,side:"top",className:"max-w-xs rounded bg-primary-light py-2 text-sm font-semibold text-primary",children:C.jsx("div",{className:"space-y-1 px-2",children:m.create.from.length?C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(xe.FdBulb,{className:"mr-2 mt-0.5 h-4 w-4 flex-shrink-0"}),C.jsxs("p",{children:[C.jsx("span",{className:"mr-1",children:"Permission inherited from:"}),C.jsx("ul",{children:m.create.from.map((y,x)=>C.jsx("li",{className:"cursor-pointer list-disc font-bold",children:y},x))})]})]}):null})})})]}):""})]})}),C.jsx("td",{className:"py-2 text-center",children:[Q.EPermissionType.ATTRIBUTE,Q.EPermissionType.DATASTORE,Q.EPermissionType.DATACLASS].includes(t.type)&&C.jsxs("div",{className:"relative mx-auto flex w-fit items-center justify-center gap-x-1",children:[C.jsx("div",{className:We("h-4 w-4 rounded border-[2px] p-2",{"grid place-content-center border-grey-200 bg-grey-200":m.update.value||m.update.inherited}),onClick:f,children:(m.update.value||m.update.inherited)&&C.jsx(xe.FdCheckNaked,{className:"text-grey-50"})}),C.jsx("div",{className:"absolute left-full top-1/2 flex -translate-y-1/2 translate-x-1/2 cursor-pointer items-center",children:!m.update.value&&m.update.inherited?C.jsxs(Sa,{openDelay:0,closeDelay:0,children:[C.jsx(Oa,{children:C.jsx(xe.FdInfoBold,{className:"h-4 w-4 text-white"})}),C.jsx(Lr,{container:Bt(),children:C.jsx(Br,{style:{zIndex:50},avoidCollisions:!0,side:"top",className:"max-w-xs rounded bg-primary-light py-2 text-sm font-semibold text-primary",children:C.jsx("div",{className:"space-y-1 px-2",children:m.update.from.length?C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(xe.FdBulb,{className:"mr-2 mt-0.5 h-4 w-4 flex-shrink-0"}),C.jsxs("p",{children:[C.jsx("span",{className:"mr-1",children:"Permission inherited from:"}),C.jsx("ul",{children:m.update.from.map((y,x)=>C.jsx("li",{className:"cursor-pointer list-disc font-bold",children:y},x))})]})]}):null})})})]}):""})]})}),C.jsx("td",{className:"py-2 text-center",children:[Q.EPermissionType.ATTRIBUTE,Q.EPermissionType.DATASTORE,Q.EPermissionType.DATACLASS].includes(t.type)&&C.jsxs("div",{className:"relative mx-auto flex w-fit items-center justify-center gap-x-1",children:[C.jsx("div",{className:We("h-4 w-4 rounded border-[2px] p-2",{"grid place-content-center border-grey-200 bg-grey-200":m.drop.value||m.drop.inherited}),onClick:f,children:(m.drop.value||m.drop.inherited)&&C.jsx(xe.FdCheckNaked,{className:"text-grey-50"})}),C.jsx("div",{className:"absolute left-full top-1/2 flex -translate-y-1/2 translate-x-1/2 cursor-pointer items-center",children:!m.drop.value&&m.drop.inherited?C.jsxs(Sa,{openDelay:0,closeDelay:0,children:[C.jsx(Oa,{children:C.jsx(xe.FdInfoBold,{className:"h-4 w-4 text-white"})}),C.jsx(Lr,{container:Bt(),children:C.jsx(Br,{style:{zIndex:50},avoidCollisions:!0,side:"top",className:"max-w-xs rounded bg-primary-light py-2 text-sm font-semibold text-primary",children:C.jsx("div",{className:"space-y-1 px-2",children:m.drop.from.length?C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(xe.FdBulb,{className:"mr-2 mt-0.5 h-4 w-4 flex-shrink-0"}),C.jsxs("p",{children:[C.jsx("span",{className:"mr-1",children:"Permission inherited from:"}),C.jsx("ul",{children:m.drop.from.map((y,x)=>C.jsx("li",{className:"cursor-pointer list-disc font-bold",children:y},x))})]})]}):null})})})]}):""})]})}),C.jsx("td",{className:"py-2 text-center",children:t.type!=="attribute"&&C.jsxs("div",{className:"relative mx-auto flex w-fit items-center justify-center gap-x-1",children:[C.jsx("div",{className:We("h-4 w-4 rounded border-[2px] p-2",{"grid place-content-center border-grey-200 bg-grey-200":m.execute.value||m.execute.inherited}),onClick:f,children:(m.execute.value||m.execute.inherited)&&C.jsx(xe.FdCheckNaked,{className:"text-grey-50"})}),C.jsx("div",{className:"absolute left-full top-1/2 flex -translate-y-1/2 translate-x-1/2 cursor-pointer items-center",children:!m.execute.value&&m.execute.inherited?C.jsxs(Sa,{openDelay:0,closeDelay:0,children:[C.jsx(Oa,{children:C.jsx(xe.FdInfoBold,{className:"h-4 w-4 text-white"})}),C.jsx(Lr,{container:Bt(),children:C.jsx(Br,{style:{zIndex:50},avoidCollisions:!0,side:"top",className:"max-w-xs rounded bg-primary-light py-2 text-sm font-semibold text-primary",children:C.jsx("div",{className:"space-y-1 px-2",children:m.execute.from.length?C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(xe.FdBulb,{className:"mr-2 mt-0.5 h-4 w-4 flex-shrink-0"}),C.jsxs("p",{children:[C.jsx("span",{className:"mr-1",children:"Permission inherited from:"}),C.jsx("ul",{children:m.execute.from.map((y,x)=>C.jsx("li",{className:"cursor-pointer list-disc font-bold",children:y},x))})]})]}):null})})})]}):""})]})})]})};function ED(e,t,r){const n=[],i=(a,u,l)=>n.push({id:a,permission:u,depth:l,hasChild:!1,isChild:!1}),o=(a,u,l,d,f,h)=>{n.push({id:a,permission:u,depth:l,hasChild:!0,isChild:d,toggleId:a,isCollapsed:f}),f||h()};for(const a of Object.values(e)){o("ds-group",{applyTo:a.applyTo,type:a.type},0,!1,t,()=>{for(const u of a.methods)i(`dsm-${u.applyTo}`,u,1);for(const u of a.dataClasses){const l=`dc-${u.applyTo}`;o(l,{applyTo:u.applyTo,type:u.type},1,!0,r[l]??!1,()=>{for(const d of u.attributes)i(`dca-${d.applyTo}`,d,2);for(const d of u.methods)i(`dcm-${d.applyTo}`,d,2)})}});for(const u of a.singletons){const l=`sing-${u.applyTo}`;o(l,{applyTo:u.applyTo,type:u.type},0,!0,r[l]??!1,()=>{for(const d of u.attributes)i(`singa-${d.applyTo}`,d,1);for(const d of u.methods)i(`singm-${d.applyTo}`,d,1)})}}return n}const SD=["datastore","singleton","dataclass","attribute","dsMethod","dataclassMethod","entityMethod","entityselMethod","singletonMethod"],ci={datastore:["datastore"],dataclass:["dataclass"],singleton:["singleton"],functions:["method","singletonMethod","dsMethod","dataclassMethod","entityMethod","entityselMethod"],attribute:["attribute"]},OD=Object.values(ci).flat();function oo(e,t){return t.length>0&&t.every(r=>e.includes(r))}function JQ(e,t){return Array.from(new Set([...e,...t]))}function QQ(e,t){return e.filter(r=>!t.includes(r))}const eee=({selectedRole:e})=>{const[t,r]=T.useState(null),[n,i]=T.useState(null),{styles:o,attributes:a}=xl(t,n,{modifiers:[{name:"offset",options:{offset:[0,10]}}]}),u=Q.useAppSelector(Q.selectRestrictedByDefault),l=Q.useAppSelector(Q.selectPrivileges),[d,f]=T.useState([]),[h,p]=T.useState([]),[v,m]=T.useState(""),[y,x]=T.useState("");T.useEffect(()=>{const V=setTimeout(()=>p(d),0);return()=>clearTimeout(V)},[d]);const b=Q.useAppSelector(Q.selectCatalogMethods),w=Q.useAppSelector(Q.selectDataclasses),E=Q.useAppSelector(Q.selectSingletons),_=T.useMemo(()=>j9(b,Object.values(w),Object.values(E)),[b,w,E]),S=T.useMemo(()=>!h.length&&!y?[]:[...zx(y,b,Object.values(w),Object.values(E))].filter(V=>h.length?h.includes(V.type):!0).sort((V,ee)=>{const we=SD.indexOf(V.type),be=SD.indexOf(ee.type);return we!==be?we-be:V.applyTo.toLowerCase()>ee.applyTo.toLowerCase()?1:-1}),[y,h,b,w,E]),R=V=>f([...V]),I=V=>{f(ee=>oo(ee,V)?QQ(ee,V):JQ(ee,V))},P=V=>I(ci[V]),A=OD.every(V=>d.includes(V)),k=d.length>0&&!A,L=oo(d,ci.functions),$=()=>R(OD),j=()=>R([]),D=Q.useAppSelector(Q.selectRoles),[G,B]=T.useState(D);T.useEffect(()=>{const V=setTimeout(()=>B(D),0);return()=>clearTimeout(V)},[D]);const Y=T.useRef(null);T.useEffect(()=>{var V,ee;(ee=(V=Y.current)==null?void 0:V.getScrollElement())==null||ee.scrollTo({top:0})},[e]);const Z=Wa({count:S.length,getScrollElement:()=>{var V;return((V=Y.current)==null?void 0:V.getScrollElement())??null},estimateSize:()=>36,overscan:5}),te=T.useMemo(()=>{const V=Object.values(l).find(ue=>ue.privilege==="guest"),ee=G[e],we=ee?Object.fromEntries(ee.privileges.map(ue=>[ue,l[ue]]).filter(([,ue])=>!!ue)):{};if(u)return{rolePrivs:we,otherPrivs:V?{[V.id]:V}:{}};const be=V?{[V.id]:{...V,active:!0}}:{},de=Object.fromEntries(Object.entries(l).filter(([ue])=>ue!==(V==null?void 0:V.id)&&!(ee!=null&&ee.privileges.includes(ue))).map(([ue,Ee])=>[ue,{...Ee,active:!1}]));return{rolePrivs:we,otherPrivs:{...be,...de}}},[l,G,e,u]),[U,re]=T.useState(!1),[ae,le]=T.useState({}),F=T.useMemo(()=>{const V=[];for(const ee of Object.values(_)){for(const we of ee.dataClasses)V.push(`dc-${we.applyTo}`);for(const we of ee.singletons)V.push(`sing-${we.applyTo}`)}return V},[_]),W=F.length>0&&F.every(V=>ae[V]===!0),J=T.useCallback(()=>{const V={};for(const ee of F)V[ee]=!0;le(V)},[F]),H=T.useCallback(V=>{V==="ds-group"?re(ee=>!ee):le(ee=>({...ee,[V]:!ee[V]}))},[]),K=T.useMemo(()=>{const V=new Map;for(const{permission:ee}of ED(_,!1,{}))V.set(`${ee.applyTo}|${ee.type}`,yl(ee,te.otherPrivs,te.rolePrivs,u));return V},[te,u,_]),se=T.useMemo(()=>ED(_,U,ae),[_,U,ae]),oe=Wa({count:se.length,getScrollElement:()=>{var V;return((V=Y.current)==null?void 0:V.getScrollElement())??null},estimateSize:()=>36,overscan:8}),fe=T.useCallback(()=>{Te.toastSubject.next({kind:"info",markdown:!0,message:"**Info:** You can add or modify permissions only in the Privilege section.",customIcon:xe.FdInfoCircle})},[]);return C.jsxs(dc,{ref:Y,className:"z-20 h-full flex-1 overflow-auto bg-grey-800 p-[15px] pt-0",style:{maxHeight:"calc(100vh - 5.5rem - 85px - 20px)"},children:[C.jsxs("table",{className:"relative h-full w-full border-collapse",children:[C.jsx("thead",{className:"sticky top-0 z-20 bg-grey-800",children:C.jsxs("tr",{className:"border-b border-grey-100",children:[C.jsx("td",{className:"py-2",children:C.jsxs("div",{className:"flex items-center space-x-2",children:[C.jsx(Te.Tooltip,{label:"Collapse All",placement:"top",container:Bt(),children:C.jsx("button",{onClick:()=>{W?(J(),re(!0)):J()},className:We("cursor-pointer rounded-md p-1 hover:bg-primary-hover focus:outline-none",{"pointer-events-none text-grey-200":U&&W,"text-white":!(U&&W)}),children:C.jsx(xe.FdCollapseAll,{className:"h-4 w-4"})})}),C.jsxs("div",{className:"relative w-56 text-white",children:[C.jsx("div",{className:"absolute inset-y-0 left-0 flex items-center px-1",children:C.jsx(xe.FdSearch,{className:"h-4 w-4 text-gray-400"})}),C.jsx("div",{className:"absolute inset-y-0 right-0 flex items-center px-2",children:C.jsx(_r.Popover,{className:"flex items-center",children:({open:V})=>C.jsxs(C.Fragment,{children:[C.jsx(_r.Popover.Button,{ref:r,children:C.jsx(xe.FdAdjust,{className:"h-4 w-4"})}),V&&C.jsx(Ql,{children:C.jsxs(_r.Popover.Panel,{ref:i,style:o.popper,...a.popper,className:"z-50 rounded-md border border-grey-50 bg-grey-900 px-4 py-2.5 text-xs text-grey-50",static:!0,children:[C.jsxs("label",{className:"mb-2 flex cursor-pointer items-center",children:[C.jsx(Te.Checkbox,{isChecked:A,isIndeterminate:k,onChange:()=>A?j():$()}),C.jsx("h5",{className:"text-sm font-semibold",children:"Filter"})]}),C.jsxs("div",{className:"space-y-2 text-s",children:[C.jsx("div",{className:"flex items-center",children:C.jsx(Te.Checkbox,{isChecked:oo(d,ci.datastore),onChange:()=>P("datastore"),label:"Datastore"})}),C.jsx("div",{className:"flex items-center",children:C.jsx(Te.Checkbox,{isChecked:oo(d,ci.dataclass),onChange:()=>P("dataclass"),label:"Dataclass"})}),C.jsx("div",{className:"flex items-center",children:C.jsx(Te.Checkbox,{isChecked:oo(d,ci.singleton),onChange:()=>P("singleton"),label:"Singleton"})}),C.jsx("div",{className:"flex items-center",children:C.jsx(Te.Checkbox,{isChecked:L,onChange:()=>P("functions"),label:"Functions"})}),C.jsx("div",{className:"flex items-center",children:C.jsx(Te.Checkbox,{isChecked:oo(d,ci.attribute),onChange:()=>P("attribute"),label:"Attribute"})})]})]})})]})})}),C.jsx("input",{type:"text",className:"block h-6 w-full rounded bg-grey-300 px-1 py-1.5 pl-6 text-xs focus:outline-none",placeholder:"Search",value:v,onChange:V=>{const ee=V.target.value;m(ee),setTimeout(()=>x(ee),0)}})]})]})}),C.jsx("td",{className:"bg-grey-800 px-4 py-2 text-center text-[12px] text-white",children:"read"}),C.jsx("td",{className:"bg-grey-800 px-4 py-2 text-center text-[12px] text-white",children:"Create"}),C.jsx("td",{className:"bg-grey-800 px-4 py-2 text-center text-[12px] text-white",children:"Update"}),C.jsx("td",{className:"bg-grey-800 px-4 py-2 text-center text-[12px] text-white",children:"Delete"}),C.jsx("td",{className:"bg-grey-800 px-4 py-2 text-center text-[12px] text-white",children:"Execute"})]})}),C.jsx("tbody",{className:"relative bg-grey-800 text-white",children:h.length||y?C.jsxs(C.Fragment,{children:[Z.getVirtualItems().length>0?C.jsx("tr",{style:{height:`${Z.getVirtualItems()[0].start}px`},children:C.jsx("td",{colSpan:6})}):null,Z.getVirtualItems().map(V=>{const ee=S[V.index];return C.jsx(_D,{privileges:te,permission:ee,depth:0,inSearch:!0,isRestrictedByDefault:u,allPrivileges:l,toastMessageCallback:fe,computedInherited:K.get(`${ee.applyTo}|${ee.type}`)},`${ee.type}-${V.index}`)}),(()=>{const V=Z.getVirtualItems();if(!V.length)return null;const ee=Z.getTotalSize()-V[V.length-1].end;return ee>0?C.jsx("tr",{style:{height:`${ee}px`},children:C.jsx("td",{colSpan:6})}):null})()]}):C.jsxs(C.Fragment,{children:[oe.getVirtualItems().length>0?C.jsx("tr",{style:{height:`${oe.getVirtualItems()[0].start}px`},children:C.jsx("td",{colSpan:6})}):null,oe.getVirtualItems().map(V=>{const ee=se[V.index];return C.jsx(_D,{privileges:te,permission:ee.permission,depth:ee.depth,hasChild:ee.hasChild,isChild:ee.isChild,collapsed:ee.isCollapsed,toggleCollapse:ee.toggleId?()=>H(ee.toggleId):void 0,isRestrictedByDefault:u,allPrivileges:l,toastMessageCallback:fe,computedInherited:K.get(`${ee.permission.applyTo}|${ee.permission.type}`)},ee.id)}),(()=>{const V=oe.getVirtualItems();if(!V.length)return null;const ee=oe.getTotalSize()-V[V.length-1].end;return ee>0?C.jsx("tr",{style:{height:`${ee}px`},children:C.jsx("td",{colSpan:6})}):null})()]})})]}),(y||h.length)&&!S.length?C.jsx(XQ,{children:"The Permission you're looking for can't be found "}):null]})},tee=()=>C.jsx("div",{className:"flex flex-1 items-center justify-center",children:C.jsx("div",{className:"h-6 w-6 animate-spin rounded-full border-2 border-grey-200 border-t-primary-dark"})}),ree=()=>{const e=Q.useAppSelector(Q.selectRoles),t=Q.useAppDispatch(),[r,n]=T.useState(null),[i,o]=T.useState(null),[a,u]=T.useState(""),[l,d]=T.useState(null),{styles:f,attributes:h}=xl(r,i,{modifiers:[{name:"offset",options:{offset:[-10,10]}}],placement:"right-start"});T.useEffect(()=>{u(""),d(null)},[i]);const p=()=>{if(!a)throw new Error("Please enter a valid name");if(Object.values(e).find(x=>x.role.toLowerCase()===a.toLowerCase()))throw new Error(`A role with the name ${a} already exists`);const m=GQ.generate(),y=Q.createRole(m,a,e);t(Q.updateRoles(y))};return C.jsx(_r.Popover,{children:({open:v,close:m})=>{const y=()=>{d(null);try{Te.validateName(a),p(),m()}catch(x){d(x.message)}};return C.jsxs(C.Fragment,{children:[C.jsx(_r.Popover.Button,{className:"rounded p-1 hover:bg-primary-hover","data-cy":"New-priv-btn",ref:n,children:C.jsx("span",{children:C.jsx(xe.FdPlus,{className:"h-4 w-4 text-white"})})}),v&&C.jsx(Ql,{children:C.jsxs(_r.Popover.Panel,{ref:o,style:f.popper,...h.popper,"data-cy":"New-priv-pop-up",className:"z-50 min-w-[256px] rounded border border-grey-50 bg-grey-900 px-4 py-2 text-xs text-grey-50 shadow-md",static:!0,children:[C.jsx("h5",{className:"mb-2 text-xs font-semibold",children:"Create New Role"}),C.jsxs("div",{className:"mt-2",children:[C.jsxs("label",{className:"flex items-center space-x-4",children:[C.jsx("span",{className:"text-grey-100",children:"Name"}),C.jsx("input",{autoFocus:!0,value:a,onChange:x=>u(x.target.value),onKeyDown:x=>{x.key==="Enter"&&y()},type:"text",className:We("w-full rounded border bg-grey-300 p-1 focus:outline-none",{"border-grey-100":!l,"border-red-400":l})})]}),l&&C.jsx("p",{className:"mt-1 text-xs text-red-400",children:l})]}),C.jsxs("div",{className:"mt-4 flex items-center justify-center space-x-2",children:[C.jsx("button",{className:"rounded border border-primary-dark bg-primary-dark px-4 py-1 hover:border-primary-hover hover:bg-primary-hover",onClick:()=>{y()},children:"Create"}),C.jsx("button",{className:"rounded border border-grey-100 px-4 py-1 text-grey-100 hover:bg-white hover:text-primary-dark",onClick:()=>m(),children:"Cancel"})]})]})})]})}})},nee=()=>{const e=Q.useAppSelector(Q.selectRoles),t=Q.useAppSelector(Q.selectPrivileges),{selectedRole:r,deferredSelectedRole:n}=ox(),i=T.useMemo(()=>Object.values(e).sort((o,a)=>Te.localeCompare(o.role,a.role)),[e]);return C.jsxs("div",{className:"flex flex-1 h-full",children:[C.jsxs("div",{className:"flex h-full w-[356px] flex-col bg-grey-800",children:[C.jsxs("div",{className:"flex flex-shrink-0 items-center justify-between bg-grey-800 px-3.5 py-[10px]",children:[C.jsxs("div",{className:"flex items-center space-x-1 text-[#DDE1E6]",children:[C.jsx("span",{children:C.jsx(xe.FdGroup,{className:"h-[14px] w-[14px]"})}),C.jsx("span",{className:"text-[11px] font-semibold",children:"Roles"})]}),C.jsx(ree,{})]}),C.jsx("div",{className:"flex-1 overflow-auto p-4 pb-10 pt-1",children:i.length>0?C.jsx("div",{className:"flex flex-col gap-4",children:i.map(o=>C.jsx(KQ,{role:o,privileges:t},o.id))}):C.jsx("div",{className:"flex h-full items-center justify-center",children:C.jsx("div",{className:"flex flex-1 items-center justify-center bg-grey-800",children:C.jsxs("div",{className:"flex flex-col items-center justify-center space-y-4 text-grey-200",children:[C.jsx(xe.FdInfoBold,{className:"h-10 w-10"}),C.jsx("div",{className:"font-semibold",children:"There are no roles"}),C.jsxs("div",{className:"flex items-center text-sm",children:["Create a new role by clicking on the"," ",C.jsx(xe.FdPlus,{className:"ml-2 inline h-4 w-4 text-white"})]})]})})})})]}),C.jsx("div",{className:We("relative flex h-full w-full flex-1 flex-col items-stretch overflow-x-auto bg-grey-800",{"border-l-[0.5px] border-grey-900":r}),children:C.jsx("div",{className:"flex h-full w-full select-none flex-col bg-grey-800",children:r?C.jsxs(C.Fragment,{children:[C.jsx(YQ,{}),n?C.jsx(eee,{selectedRole:n}):C.jsx(tee,{})]}):C.jsx(LD,{tab:"Role"})})})]})},gL=()=>{const e=Q.useAppSelector(Q.selectQodly),t=Q.useAppSelector(Q.selectSelectedTab),r=Q.useAppSelector(Q.selectForceLogin),n=Q.useAppSelector(Q.selectRestrictedByDefault),i=T.useRef(),o=Q.useAppDispatch();return C.jsx("div",{className:"absolute inset-0 flex flex-1 overflow-hidden",children:C.jsx("div",{className:"relative flex flex-1 overflow-x-auto bg-grey-900","data-cy":"Roles&Privileges-editor-cy",ref:a=>i.current=a,children:C.jsxs("div",{className:"flex w-full flex-col",children:[C.jsx(gH,{activeTab:t,forceLogin:r,restrictedByDefault:n,onTabChange:a=>{o(Q.toggleTab(a))},onForceLoginChange:a=>{o(Q.toggleForceLogin(a))},onRestrictedByDefaultChange:a=>{o(Q.toggleRestrictedByDefault(a))},qodly:e}),C.jsx("div",{className:t==="roles"?"flex flex-1 overflow-hidden":"hidden",children:C.jsx(mH,{children:C.jsx(nee,{})})}),C.jsx("div",{className:t==="privileges"?"flex flex-1 overflow-hidden":"hidden",children:C.jsx(TQ,{})})]})})})},iee=()=>{const e=Q.useAppSelector(Q.selectModals),t=Q.useAppDispatch();return C.jsx(C.Fragment,{children:e.map((r,n)=>C.jsx(Te.Modal,{hasOverlay:n===0,...r,onClose:i=>t(Q.closeModal(i)),onEdit:i=>t(Q.editModal(i)),container:Bt()},r.id))})},oee=({initialValue:e,onChange:t,...r})=>{const n=Q.useAppSelector(Q.selectRolesFlags),i=Q.useAppSelector(Q.selectRolesAndPrivileges,(a,u)=>hl.isEqual(a,u)),o=Q.useAppDispatch();return T.useEffect(()=>{if(e)try{const a=JSON.parse(e);if(hl.isEqual(a,i))return;o(Q.setRolesContent({content:a,flags:{touched:!1}}))}catch(a){console.error("[Roles Editor Standalone] Error while parsing the initial value:",a)}},[e]),Te.useDidMountEffect(()=>{if(n.touched&&t)try{const a=JSON.stringify(i,null,2);t(a)}catch(a){console.error("[Roles Editor Standalone] Error on value stringify:",a)}},[i]),C.jsxs(C.Fragment,{children:[C.jsx("div",{className:"relative z-10 overflow-hidden",style:{height:"100vh"},children:C.jsx(gL,{...r})}),C.jsx(iee,{})]})},aee=e=>C.jsx(Q.ReduxProvider,{store:Q.getStore(),children:C.jsx(Te.TipsProvider,{children:C.jsx(oee,{...e})})});exports.ROLES_EDITOR_SCOPE_CLASS=CD.ROLES_EDITOR_SCOPE_CLASS;exports.Roles=gL;exports.Standalone=aee;
74
+ `),T.useEffect(function(){return f=i.ref||f,h.current&&(d=new pl(h.current,Pu(Pu(Pu(Pu({},wQ(y)),v),f&&{scrollableNode:f.current}),p.current&&{contentNode:p.current})),typeof t=="function"?t(d):t&&(t.current=d)),function(){d.unMount(),d=null,typeof t=="function"&&t(null)}},[]),T.createElement(l,vl({ref:h,"data-simplebar":!0},m),T.createElement("div",{className:"simplebar-wrapper"},T.createElement("div",{className:"simplebar-height-auto-observer-wrapper"},T.createElement("div",{className:"simplebar-height-auto-observer"})),T.createElement("div",{className:"simplebar-mask"},T.createElement("div",{className:"simplebar-offset"},typeof r=="function"?r({scrollableNodeRef:f,contentNodeRef:p}):T.createElement("div",vl({},i,{className:"simplebar-content-wrapper".concat(i.className?" ".concat(i.className):"")}),T.createElement("div",{className:"simplebar-content"},r)))),T.createElement("div",{className:"simplebar-placeholder"})),T.createElement("div",{className:"simplebar-track simplebar-horizontal"},T.createElement("div",{className:"simplebar-scrollbar"})),T.createElement("div",{className:"simplebar-track simplebar-vertical"},T.createElement("div",{className:"simplebar-scrollbar"})))});dc.displayName="SimpleBar";dc.propTypes={children:he.oneOfType([he.node,he.func]),scrollableNodeProps:he.object,tag:he.string};const gl=Qx,ml=ew,fL=e=>{switch(e){case Q.EPermissionType.DATACLASS:return C.jsx(xe.FdTableHeader,{className:"h-6 w-6"});case Q.EPermissionType.SINGLETON:return C.jsx(xe.FdSingleton,{className:"h-6 w-6"});case Q.EPermissionType.DATASTORE:return C.jsx(xe.FdModel3,{className:"h-6 w-6"});case Q.EPermissionType.ATTRIBUTE:return C.jsx(xe.FdTableColumn,{className:"h-6 w-6"});case Q.EPermissionType.METHOD:return C.jsx(xe.FdCode,{className:"h-6 w-6"});case Q.EPermissionType.SINGLETON_METHOD:return C.jsx(xe.FdFunctionSingleton,{className:"h-6 w-6"});case Q.ESubPermissionType.ENTITY_SEL_METHOD:return C.jsx(xe.FdFunctionSelection,{className:"h-6 w-6"});case Q.ESubPermissionType.ENTITY_METHOD:return C.jsx(xe.FdFunctionEntity,{className:"h-6 w-6"});case Q.ESubPermissionType.DS_METHOD:return C.jsx(xe.FdFunctionDatastore,{className:"h-6 w-6"});case Q.ESubPermissionType.DATACLASS_METHOD:return C.jsx(xe.FdFunctionDataclass,{className:"h-6 w-6"});default:return C.jsx(xe.FdTableHeader,{className:"h-6 w-6"})}},eD=({children:e})=>C.jsx("div",{className:"h-full w-full",children:C.jsx("div",{className:"flex h-full w-full flex-1 items-center justify-center bg-grey-800",children:C.jsxs("div",{className:"flex flex-col items-center justify-center space-y-4 py-4 text-grey-200",children:[C.jsx(xe.FdInfoBold,{className:"h-10 w-10"}),C.jsx("div",{className:"text-center text-sm",children:e})]})})});function _Q(e){const{isIndeterminate:t,isChecked:r,...n}=e,i=t?"M22.5 12C22.5 17.799 17.799 22.5 12 22.5C6.20101 22.5 1.5 17.799 1.5 12C1.5 6.20101 6.20101 1.5 12 1.5C17.799 1.5 22.5 6.20101 22.5 12Z":"M0,12a1.5,1.5,0,0,0,1.5,1.5h8.75a.25.25,0,0,1,.25.25V22.5a1.5,1.5,0,0,0,3,0V13.75a.25.25,0,0,1,.25-.25H22.5a1.5,1.5,0,0,0,0-3H13.75a.25.25,0,0,1-.25-.25V1.5a1.5,1.5,0,0,0-3,0v8.75a.25.25,0,0,1-.25.25H1.5A1.5,1.5,0,0,0,0,12Z";return C.jsx(Te.BaseCheckboxIcon,{viewBox:"0 0 24 24",...n,children:C.jsx("path",{fill:t?"transparent":"currentColor",d:i,stroke:t?"currentColor":void 0,strokeWidth:t?3:void 0})})}function EQ(e){return C.jsx(Te.Checkbox,{icon:C.jsx(_Q,{}),...e})}const no=({permissions:e,label:t,onToggle:r,onSelect:n,promoted:i,showIncluded:o,privileges:a,exists:u,optimisticChecked:l})=>{const d=e.find(h=>h.name===t);if(!d)return null;const f=l!==void 0?l:d.checked;return C.jsxs("div",{className:"relative mx-auto flex w-fit items-center",children:[f||d.from.length===0||t==="promote"?C.jsx(Te.Checkbox,{isChecked:f,onChange:()=>r&&r(d),isInvalid:u===!1}):C.jsx(EQ,{isIndeterminate:o&&d.from.length>0,onChange:()=>r&&r(d),isInvalid:u===!1}),C.jsxs("div",{className:"absolute left-5 top-0 flex cursor-pointer items-center space-x-1",children:[t!=="promote"&&(d.checked&&(d.info||d.from.length>0)||!d.checked&&d.from.length>0)&&C.jsx(C.Fragment,{children:C.jsxs(gl,{openDelay:0,closeDelay:0,children:[C.jsx(ml,{children:C.jsx(xe.FdInfoBold,{className:"h-4 w-4 text-white"})}),C.jsx(Lr,{container:Bt(),children:C.jsx(Br,{style:{zIndex:50},avoidCollisions:!0,side:"top",className:"max-w-xs rounded bg-primary-light py-2 text-sm font-semibold text-primary",children:C.jsxs("div",{className:"space-y-1 px-2",children:[d.from.length?C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(xe.FdBulb,{className:"mr-2 mt-0.5 h-4 w-4 flex-shrink-0"}),C.jsxs("p",{children:[C.jsx("span",{className:"mr-1",children:"Permission inherited from:"}),C.jsx("ul",{children:d.from.map(h=>C.jsx("li",{className:"cursor-pointer list-disc font-bold hover:underline",onClick:()=>n(a[h].id),children:a[h].privilege},h))})]})]}):null,d.info&&C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(xe.FdInfoCircle,{className:"mr-2 mt-0.5 h-4 w-4 flex-shrink-0"})," ",d.info]})]})})})]})}),(d.checked||d.from.length>0)&&["execute"].includes(t)&&!!(i!=null&&i.length)&&C.jsxs(gl,{openDelay:0,closeDelay:0,children:[C.jsx(ml,{children:C.jsx(xe.FdCrown,{className:"h-3 w-3 text-white"})}),C.jsx(Lr,{container:Bt(),children:C.jsx(Br,{style:{zIndex:50},avoidCollisions:!0,side:"top",className:"max-w-xs rounded bg-primary-light py-2 text-sm font-semibold text-primary",children:C.jsx("div",{className:"space-y-1 px-2",children:C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(xe.FdInfoCircle,{className:"mr-2 mt-0.5 h-4 w-4 flex-shrink-0"}),C.jsxs("p",{children:[C.jsxs("span",{className:"mr-1",children:["Function is promoted with:"," "]}),i==null?void 0:i.map(h=>C.jsx("li",{className:"cursor-pointer list-disc font-bold hover:underline",onClick:()=>n(a[h].id),children:a[h].privilege},h))]})]})})})})]})]})]})},SQ=({privilegeId:e,privileges:t})=>{const r=Q.useAppSelector(Q.selectCatalogMethods),n=Q.useAppSelector(Q.selectDataclasses),i=Q.useAppSelector(Q.selectSingletons),o=Q.useAppDispatch(),[a,u]=T.useState([]),[l,d]=T.useState("");T.useEffect(()=>{d("")},[e]);const{isOpen:f,getMenuProps:h,getInputProps:p,getComboboxProps:v,highlightedIndex:m,getItemProps:y,selectedItem:x,openMenu:b}=lo({onInputValueChange(){u([])},items:[],itemToString(R){return R?R.applyTo:""},defaultHighlightedIndex:0,stateReducer:(R,I)=>{const{changes:P,type:A}=I;switch(A){case lo.stateChangeTypes.InputKeyDownArrowDown:return{...P,isOpen:!0,highlightedIndex:R.highlightedIndex<=a.length?R.highlightedIndex+1:0};case lo.stateChangeTypes.InputKeyDownArrowUp:return{...P,isOpen:!0,highlightedIndex:R.highlightedIndex>=0?R.highlightedIndex-1:a.length};case lo.stateChangeTypes.InputKeyDownEnter:{const k=a[R.highlightedIndex];if(!k)return P;const L=Q.addPermission(e,k,t);return o(Q.updatePrivileges(L)),{...P,isOpen:!0,highlightedIndex:0}}}return P}});T.useEffect(()=>{const R=Q.getInheritedResources(e,t).map(({resource:P,type:A,subType:k})=>({applyTo:P,type:A,subType:k})),I=zx(l.toLowerCase(),r,Object.values(n),Object.values(i));u(I.filter(({applyTo:P,type:A,subType:k})=>!hl.find(R,{applyTo:P,type:A,subType:k})))},[l,e,t,r,n,i]);const w=h({},{suppressRefError:!0}),E=T.useRef(null),_=T.useRef(null),S=Wa({count:a.length,getScrollElement:()=>_.current,estimateSize:()=>32,overscan:5});return T.useEffect(()=>{m!==-1&&S.scrollToIndex(m)},[m,S]),T.useEffect(()=>{f&&E.current&&E.current.focus()},[f]),C.jsxs("div",{className:"relative w-56 text-white group",...v(),children:[C.jsx("div",{...v(),children:C.jsx("input",{...p({},{suppressRefError:!0}),ref:E,type:"text",className:"block h-6 w-full rounded bg-grey-300 px-1 py-1.5 pl-2 pr-5 text-xs border-grey-500 focus:outline-none focus:ring-1 focus:ring-white focus:rounded-b-none focus:ring-inset",placeholder:"Create a permission",value:l,onChange:({target:{value:R}})=>d(R),onFocus:()=>{b()}})}),C.jsx("div",{className:"absolute inset-y-0 right-0 flex items-center px-1",children:C.jsx(xe.FdDown,{className:"h-4 w-4 cursor-pointer",onMouseDown:R=>R.preventDefault(),onClick:()=>b()})}),f&&C.jsx("ul",{...w,ref:_,tabIndex:0,className:"absolute max-h-80 inset-x-0 top-full overflow-auto rounded-md border border-grey-50 bg-grey-900 p-0 text-grey-50 shadow-md group-focus-within:rounded-t-none group-focus-within:border-t-0",children:C.jsx("li",{style:{height:`${S.getTotalSize()}px`,width:"100%",position:"relative"},children:S.getVirtualItems().map(R=>{const I=a[R.index];return C.jsxs("div",{style:{position:"absolute",top:0,left:0,width:"100%",height:`${R.size}px`,transform:`translateY(${R.start}px)`},className:We(x===I&&"font-bold","flex min-w-fit cursor-pointer items-center space-x-2 px-3 py-2 text-xs shadow-sm",{"bg-primary-hover":m===R.index,"font-bold":x===I}),...y({item:I,index:R.index}),onClick:()=>{const P=Q.addPermission(e,I,t);o(Q.updatePrivileges(P))},children:[fL(I.type),C.jsx("span",{children:I.applyTo})]},R.key)})})})]})};function OQ(e){const t=["datastore","singleton","dataclass","attribute","dsMethod","dataclassMethod","entityMethod","entityselMethod","singletonMethod"],r=e.reduce((n,i)=>{const[o]=i.resource.split("."),a=n.find(u=>u.prefix===o.toLowerCase());return a?(a.resources.push(i),n):[...n,{prefix:o.toLowerCase(),type:i.type,resources:[i]}]},[]);return r.sort((n,i)=>n.prefix==="ds"?-1:i.prefix==="ds"||n.prefix>i.prefix?1:-1),r.map(n=>({...n,resources:n.resources.sort((i,o)=>{const a=t.indexOf(i.type),u=t.indexOf(o.type);return a!==u?a-u:i.resource.toLowerCase()>o.resource.toLowerCase()?1:-1})})).reduce((n,i)=>[...n,...i.resources],[])}const Bn={datastore:["datastore"],dataclass:["dataclass"],singleton:["singleton"],functions:["method","singletonMethod","dsMethod","dataclassMethod","entityMethod","entityselMethod"],attribute:["attribute"]},tD=Object.values(Bn).flat();function li(e,t){return t.length>0&&t.every(r=>e.includes(r))}function CQ(e,t){return t.some(r=>e.includes(r))}function RQ(e,t){return Array.from(new Set([...e,...t]))}function IQ(e,t){return e.filter(r=>!t.includes(r))}const PQ=({selectedPrivilege:e,onSelect:t,showIncluded:r,privileges:n,rawPrivileges:i})=>{var oe,fe;const[o,a]=T.useState(null),[u,l]=T.useState(null),{styles:d,attributes:f}=xl(o,u,{modifiers:[{name:"offset",options:{offset:[0,10]}}]}),[h,p]=T.useState([]),[v,m]=T.useState([]),[y,x]=T.useState(""),[b,w]=T.useState(""),[E,_]=T.useState({}),S=Q.useAppDispatch(),R=i??n;T.useEffect(()=>{const V=setTimeout(()=>m(h),0);return()=>clearTimeout(V)},[h]),T.useEffect(()=>{_({})},[R]);const{id:I}=e,P=T.useMemo(()=>Q.getInheritedResources(I,R),[I,(oe=R[I])==null?void 0:oe.includes,(fe=R[I])==null?void 0:fe.resources]),A=T.useMemo(()=>Q.getPromotions(I,R),[R[I]]),k=V=>{p([...V])},L=V=>{p(ee=>li(ee,V)?IQ(ee,V):RQ(ee,V))},$=V=>{L(Bn[V])},j=li(h,tD),D=h.length>0&&!j,G=li(h,Bn.functions),B=!G&&CQ(h,Bn.functions),Y=()=>k(tD),Z=()=>k([]),te=T.useCallback(async V=>{const{confirmed:ee}=await S(Q.openModal({title:"Delete Permission",type:Te.ModalType.CONFIRM,color:Te.ModalColor.DANGER,message:"Are you sure you want to remove this Permission?",icon:"FdWarningDanger"})).unwrap();if(ee){const we=Q.removePermission(e.id,V,R);S(Q.updatePrivileges(we))}},[S,e.id,R]),U=T.useCallback(async()=>{const{confirmed:V}=await S(Q.openModal({title:"Reset Permissions",type:Te.ModalType.CONFIRM,color:Te.ModalColor.DANGER,message:"Are you sure you want to reset permissions for this Privilege?",icon:"FdWarningDanger"})).unwrap();if(V){const ee=Q.resetResources(e.id,R);S(Q.updatePrivileges(ee))}},[S,e.id,R]),re=T.useMemo(()=>v.length>0?P.filter(V=>v.includes(V.type)):P,[P,v]),ae=T.useMemo(()=>re.filter(({resource:V})=>b?new RegExp(hl.escapeRegExp(b),"i").test(V):!0),[re,b]),le=T.useMemo(()=>OQ(ae),[ae]),F=T.useMemo(()=>le.filter(V=>{const ee=V.permissions.every(we=>!we.checked)&&V.permissions.some(we=>we.from.length>0);return r||!ee}),[le,r]),W=T.useCallback((V,ee)=>{const we=`${V.resource}|${V.type}|${ee.name}`;_(de=>({...de,[we]:!ee.checked}));const be=R;setTimeout(()=>{const de=Q.togglePermission(e.id,V,ee,be);S(Q.updatePrivileges(de))},0)},[S,e.id,R]),J=T.useMemo(()=>F.some(V=>V.exists===!1),[F]),H=T.useCallback(async()=>{const{confirmed:V}=await S(Q.openModal({title:"Delete Privilege",type:Te.ModalType.CONFIRM,color:Te.ModalColor.DANGER,message:"Are you sure you want to remove these permissions?",views:{tips:[{type:"warning",message:"This action will remove all permissions that don't exist in the catalog for all privileges"}]},icon:"FdWarningDanger"})).unwrap(),ee=Object.entries(R).map(([we,be])=>{const de=be.resources.filter(ue=>!ue.exists);return{[we]:de.map(ue=>({applyTo:ue.resource,type:ue.type}))}}).reduce((we,be)=>({...we,...be}),{});if(V){const we=Q.removeMultiplePermissions(ee,R);S(Q.updatePrivileges(we))}},[S,R]),K=T.useRef(null),se=Wa({count:F.length,getScrollElement:()=>{var V;return((V=K.current)==null?void 0:V.getScrollElement())??null},estimateSize:()=>36,overscan:5});return T.useEffect(()=>{var V,ee;(ee=(V=K.current)==null?void 0:V.getScrollElement())==null||ee.scrollTo({top:0})},[I]),C.jsxs(dc,{ref:K,className:"z-20 h-full flex-1 overflow-auto bg-grey-800 p-[15px] pt-0",style:{maxHeight:"calc(100vh - 5.5rem - 85px - 20px)"},children:[C.jsxs("table",{className:"relative h-full w-full border-collapse",children:[C.jsx("thead",{className:"sticky top-0 z-20 bg-grey-800",children:C.jsxs("tr",{className:"border-b border-grey-100",children:[C.jsx("td",{className:"py-2",children:C.jsxs("div",{className:"flex items-center space-x-2",children:[C.jsxs("div",{className:"relative w-56 text-white",children:[C.jsx("div",{className:"absolute inset-y-0 left-0 flex items-center px-1",children:C.jsx(xe.FdSearch,{className:"h-4 w-4 text-gray-400"})}),C.jsx("div",{className:"absolute inset-y-0 right-0 flex items-center px-2",children:C.jsx(_r.Popover,{className:"flex items-center",children:({open:V})=>C.jsxs(C.Fragment,{children:[C.jsx(_r.Popover.Button,{ref:a,children:C.jsx(xe.FdAdjust,{className:"h-4 w-4"})}),V&&C.jsx(Ql,{children:C.jsxs(_r.Popover.Panel,{ref:l,style:d.popper,...f.popper,className:"z-50 rounded-md border border-grey-50 bg-grey-900 px-4 py-2.5 text-xs text-grey-50",static:!0,children:[C.jsxs("label",{className:"mb-2 flex cursor-pointer items-center",children:[C.jsx(Te.Checkbox,{isChecked:j,isIndeterminate:D,onChange:()=>j?Z():Y()}),C.jsx("h5",{className:"text-sm font-semibold",children:"Filter"})]}),C.jsxs("div",{className:"space-y-2 text-s",children:[C.jsx("div",{className:"flex items-center",children:C.jsx(Te.Checkbox,{isChecked:li(h,Bn.datastore),onChange:()=>$("datastore"),label:"Datastore"})}),C.jsx("div",{className:"flex items-center",children:C.jsx(Te.Checkbox,{isChecked:li(h,Bn.dataclass),onChange:()=>$("dataclass"),label:"Dataclass"})}),C.jsx("div",{className:"flex items-center",children:C.jsx(Te.Checkbox,{isChecked:li(h,Bn.singleton),onChange:()=>$("singleton"),label:"Singleton"})}),C.jsx("div",{className:"flex items-center",children:C.jsx(Te.Checkbox,{isChecked:G,isIndeterminate:B,onChange:()=>$("functions"),label:"Functions"})}),C.jsx("div",{className:"flex items-center",children:C.jsx(Te.Checkbox,{isChecked:li(h,Bn.attribute),onChange:()=>$("attribute"),label:"Attribute"})})]})]})})]})})}),C.jsx("input",{type:"text",className:"block h-6 w-full rounded bg-grey-300 px-1 py-1.5 pl-6 text-xs focus:outline-none",placeholder:"Search available permissions",value:y,onChange:V=>{const ee=V.target.value;x(ee),setTimeout(()=>w(ee),0)}})]}),C.jsx(SQ,{privilegeId:I,privileges:R}),C.jsx("div",{children:C.jsxs(gl,{openDelay:0,closeDelay:0,children:[C.jsx(ml,{children:C.jsx("button",{className:"flex h-6 items-center space-x-1 rounded-md px-2 text-sm text-grey-50 hover:bg-primary-hover",onClick:U,children:C.jsx(xe.FdReload,{})})}),C.jsx(Lr,{container:Bt(),children:C.jsxs(Br,{style:{zIndex:50},avoidCollisions:!0,side:"top",className:"mb-1 flex max-w-xs items-center gap-x-1 rounded bg-primary-light px-2 py-2 text-s font-semibold text-primary-darker",children:[C.jsx(xe.FdBulb,{className:"m-0.5 h-4 w-4 flex-shrink-0"}),C.jsx("p",{children:"Resetting the privilege will remove all configured ressources"})]})})]})}),C.jsxs(gl,{openDelay:0,closeDelay:0,children:[C.jsx(ml,{children:C.jsx("button",{className:We("flex h-6 items-center space-x-1 rounded-md px-2 text-sm text-grey-50 hover:bg-primary-hover disabled:opacity-50 disabled:hover:bg-primary-dark"),onClick:H,disabled:!J,children:C.jsx(xe.FdClean,{className:"h-4 w-4"})})}),C.jsx(Lr,{container:Bt(),children:C.jsxs(Br,{style:{zIndex:50},avoidCollisions:!0,side:"top",className:"mb-1 flex max-w-xs items-center gap-x-1 rounded bg-primary-light px-2 py-2 text-s font-semibold text-primary-darker",children:[C.jsx(xe.FdBulb,{className:"m-0.5 h-4 w-4 flex-shrink-0"}),C.jsx("p",{children:"Delete all the non existing resources from privileges"})]})})]})]})}),C.jsx("td",{className:"bg-grey-800 px-4 py-2 text-center text-[12px] text-white",children:"Read"}),C.jsx("td",{className:"bg-grey-800 px-4 py-2 text-center text-[12px] text-white",children:"Create"}),C.jsx("td",{className:"bg-grey-800 px-4 py-2 text-center text-[12px] text-white",children:"Update"}),C.jsx("td",{className:"bg-grey-800 px-4 py-2 text-center text-[12px] text-white",children:"Delete"}),C.jsx("td",{className:"bg-grey-800 px-4 py-2 text-center text-[12px] text-white",children:"Execute"}),C.jsx("td",{className:"bg-grey-800 px-4 py-2 text-center text-[12px] text-white",children:"Promote"})]})}),F.length?C.jsxs("tbody",{children:[se.getVirtualItems().length>0?C.jsx("tr",{style:{height:`${se.getVirtualItems()[0].start}px`},children:C.jsx("td",{colSpan:7})}):null,se.getVirtualItems().map(V=>{const ee=F[V.index],we=ee.permissions.some(be=>be.from.length>0);return C.jsxs("tr",{className:We("group hover:bg-grey-300",{"bg-grey-600":V.index%2!==0,"opacity-60":ee.exists===!1}),children:[C.jsxs("td",{className:We("group flex items-center gap-3 py-2 text-xs",ee.exists===!1?"text-negative-400":"text-white",{"border-b-[0.5px] border-grey-300":!1}),children:[fL(ee.type),ee.resource,C.jsx(Te.Tooltip,{placement:"top",label:"Remove Permission",isDisabled:we,container:Bt(),children:C.jsx("button",{onClick:()=>{we?Te.toastSubject.next({kind:"info",markdown:!0,message:"**Info:** Inherited permissions can't be removed",customIcon:xe.FdInfoBold}):te({applyTo:ee.resource,type:ee.type})},className:We("flex flex-shrink-0 items-center justify-center rounded p-1 opacity-0 group-hover:opacity-100",we?"hover:bg-grey-300 group-hover:opacity-70":"hover:bg-primary-hover"),children:C.jsx(xe.FdPlus,{className:"h-4 w-4 rotate-45 transform text-white"})})})]}),C.jsx("td",{className:"py-2 text-center",children:C.jsx(no,{permissions:ee.permissions,showIncluded:r,label:"read",onToggle:be=>W(ee,be),onSelect:t,privileges:n,exists:ee.exists,optimisticChecked:E[`${ee.resource}|${ee.type}|read`]})}),C.jsx("td",{className:"py-2 text-center",children:C.jsx(no,{permissions:ee.permissions,showIncluded:r,label:"create",onToggle:be=>W(ee,be),onSelect:t,privileges:n,exists:ee.exists,optimisticChecked:E[`${ee.resource}|${ee.type}|create`]})}),C.jsx("td",{className:"py-2 text-center",children:C.jsx(no,{permissions:ee.permissions,showIncluded:r,label:"update",onToggle:be=>W(ee,be),onSelect:t,privileges:n,exists:ee.exists,optimisticChecked:E[`${ee.resource}|${ee.type}|update`]})}),C.jsx("td",{className:"py-2 text-center",children:C.jsx(no,{permissions:ee.permissions,showIncluded:r,label:"drop",onToggle:be=>W(ee,be),onSelect:t,privileges:n,exists:ee.exists,optimisticChecked:E[`${ee.resource}|${ee.type}|drop`]})}),C.jsx("td",{className:"py-2 text-center group-hover:bg-grey-300",children:C.jsx(no,{promoted:A[ee.resource],permissions:ee.permissions,showIncluded:r,label:"execute",onToggle:be=>W(ee,be),onSelect:t,privileges:n,exists:ee.exists,optimisticChecked:E[`${ee.resource}|${ee.type}|execute`]})}),C.jsx("td",{className:"py-2 text-center",children:C.jsx(no,{permissions:ee.permissions,showIncluded:r,label:"promote",onToggle:be=>W(ee,be),onSelect:t,privileges:n,exists:ee.exists,optimisticChecked:E[`${ee.resource}|${ee.type}|promote`]})})]},`${ee.resource}-${V.index}`)}),(()=>{const V=se.getVirtualItems();if(!V.length)return null;const ee=se.getTotalSize()-V[V.length-1].end;return ee>0?C.jsx("tr",{style:{height:`${ee}px`},children:C.jsx("td",{colSpan:7})}):null})()]}):null]}),!le.length&&b?C.jsx(eD,{children:"The Permission you're looking for can't be found "}):null,!le.length&&!b?C.jsxs(eD,{children:["This Privilege has no Permissions configured yet ",C.jsx("br",{}),'Add a new permission by using the "Create a permission" input above']}):null]})},NQ=({onCreate:e})=>{const t=Q.useAppSelector(Q.selectPrivileges),r=Q.useAppDispatch(),[n,i]=T.useState(null),[o,a]=T.useState(null),[u,l]=T.useState(""),[d,f]=T.useState(null),{styles:h,attributes:p}=xl(n,o,{modifiers:[{name:"offset",options:{offset:[-10,10]}}],placement:"right-start"});return T.useEffect(()=>{l(""),f(null)},[o]),C.jsx(_r.Popover,{children:({open:v,close:m})=>C.jsxs(C.Fragment,{children:[C.jsx(_r.Popover.Button,{className:"rounded p-1 hover:bg-primary-hover","data-cy":"New-priv-btn",ref:i,children:C.jsx("span",{children:C.jsx(xe.FdPlus,{className:"h-4 w-4 text-white"})})}),v&&C.jsx(Ql,{children:C.jsxs(_r.Popover.Panel,{ref:a,style:h.popper,...p.popper,"data-cy":"New-priv-pop-up",className:"z-50 min-w-[256px] rounded border border-grey-50 bg-grey-900 px-4 py-2 text-xs text-grey-50 shadow-md",static:!0,children:[C.jsx("h5",{className:"mb-2 text-xs font-semibold",children:"Create New Privilege"}),C.jsxs("div",{className:"mt-2",children:[C.jsxs("label",{className:"flex items-center space-x-4",children:[C.jsx("span",{className:"text-grey-100",children:"Name"}),C.jsx("input",{autoFocus:!0,value:u,onChange:y=>l(y.target.value),onKeyDown:y=>{if(y.key==="Enter"){f(null);try{const x=Q.create(u,t),b=r(Q.updatePrivileges(x)),w=Object.values(b.payload).find(E=>E.privilege===u);w&&(e(w),m())}catch(x){f(x.message)}}},type:"text",className:We("w-full rounded border bg-grey-300 p-1 focus:outline-none",{"border-grey-100":!d,"border-red-400":d})})]}),d&&C.jsx("p",{className:"mt-1 text-xs text-red-400",children:d})]}),C.jsxs("div",{className:"mt-4 flex items-center justify-center space-x-2",children:[C.jsx("button",{className:"rounded border border-primary-dark bg-primary-dark px-4 py-1 hover:border-primary-hover hover:bg-primary-hover",onClick:()=>{f(null);try{const y=Q.create(u,t),x=r(Q.updatePrivileges(y)),b=Object.values(x.payload).find(w=>w.privilege===u);b&&e(b),m()}catch(y){f(y.message)}},children:"Create"}),C.jsx("button",{className:"rounded border border-grey-100 px-4 py-1 text-grey-100 hover:bg-white hover:text-primary-dark",onClick:()=>m(),children:"Cancel"})]})]})})]})})},TQ=()=>{const e=Q.useAppSelector(Q.selectCatalog),t=Q.useAppSelector(Q.selectPrivileges),[r,n]=T.useState(t);T.useEffect(()=>{const v=setTimeout(()=>n(t),0);return()=>clearTimeout(v)},[t]);const i=T.useMemo(()=>{if(e===null)return r;const v=Q2(r,Object.values((e==null?void 0:e.dataClasses)??{}));return eq(v,e)},[r,e]),[o,a]=T.useState(null),[u,l]=T.useState(null),d=v=>{a(v),setTimeout(()=>l(v),0)},f=T.useMemo(()=>Object.keys(i),[i]);T.useEffect(()=>{if(o&&i[o.id]||!f.length)return;const v=i[f[0]];a(v),l(v)},[i]),T.useEffect(()=>{f.length<2&&p(!0)},[f.length]);const[h,p]=T.useState(!0);return C.jsxs("div",{className:"flex flex-1 h-full",children:[C.jsxs("div",{className:"flex h-full w-[356px] flex-col bg-grey-800",children:[C.jsxs("div",{className:"flex flex-shrink-0 items-center justify-between bg-grey-800 px-3.5 py-[10px]",children:[C.jsxs("div",{className:"flex items-center space-x-1 text-[#DDE1E6]",children:[C.jsx("span",{children:C.jsx(xe.FdGroup,{className:"h-[14px] w-[14px]"})}),C.jsx("span",{className:"text-[11px] font-semibold",children:"Privileges"})]}),C.jsx(NQ,{onCreate:v=>{a(v),l(v)}})]}),C.jsx(VX,{privileges:i,selectedPrivilege:o,selectPrivilege:d})]}),o&&i[o.id]?C.jsxs("div",{className:"privileges-container relative flex flex-1 flex-col overflow-x-auto border-l-[0.5px] border-grey-900 bg-grey-800",children:[C.jsxs("div",{className:"mb-1 flex h-full w-full flex-col items-stretch",children:[(u??o).privilege!=="guest"?C.jsx(q9,{privileges:i,selectedPrivilege:u??o,onSelect:v=>a(t[v]),setShowIncluded:p,showIncluded:h}):null,C.jsx(PQ,{privileges:i,rawPrivileges:t,selectedPrivilege:u??o,onSelect:v=>a(t[v]),showIncluded:h})]}),C.jsx(AQ,{privileges:i,selectedPrivilege:u??o,setSelectedPrivilege:a})]}):C.jsx(LD,{tab:"Privilege"})]})},AQ=({privileges:e,selectedPrivilege:t,setSelectedPrivilege:r})=>{const[n,i]=T.useState(!1);return C.jsx(Te.Panel,{path:Te.ROLES_TAB_PATH,isOpen:n,onOpen:()=>i(!0),onClose:()=>i(!1),children:C.jsx("div",{className:"h-full w-full px-3 pb-3",children:C.jsx("div",{className:"h-full w-full rounded bg-grey-900",children:C.jsx(M9,{dict:e,data:Q.getGraphData(t.id,e),onSelect:o=>r(e[o])})})})})};var Ib={},da={},Nu={},rD;function dL(){if(rD)return Nu;rD=1,Object.defineProperty(Nu,"__esModule",{value:!0}),Nu.default=r;let e;const t=new Uint8Array(16);function r(){if(!e&&(e=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!e))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return e(t)}return Nu}var io={},ha={},pa={},nD;function MQ(){if(nD)return pa;nD=1,Object.defineProperty(pa,"__esModule",{value:!0}),pa.default=void 0;var e=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;return pa.default=e,pa}var iD;function hc(){if(iD)return ha;iD=1,Object.defineProperty(ha,"__esModule",{value:!0}),ha.default=void 0;var e=t(MQ());function t(i){return i&&i.__esModule?i:{default:i}}function r(i){return typeof i=="string"&&e.default.test(i)}var n=r;return ha.default=n,ha}var oD;function pc(){if(oD)return io;oD=1,Object.defineProperty(io,"__esModule",{value:!0}),io.default=void 0,io.unsafeStringify=n;var e=t(hc());function t(a){return a&&a.__esModule?a:{default:a}}const r=[];for(let a=0;a<256;++a)r.push((a+256).toString(16).slice(1));function n(a,u=0){return r[a[u+0]]+r[a[u+1]]+r[a[u+2]]+r[a[u+3]]+"-"+r[a[u+4]]+r[a[u+5]]+"-"+r[a[u+6]]+r[a[u+7]]+"-"+r[a[u+8]]+r[a[u+9]]+"-"+r[a[u+10]]+r[a[u+11]]+r[a[u+12]]+r[a[u+13]]+r[a[u+14]]+r[a[u+15]]}function i(a,u=0){const l=n(a,u);if(!(0,e.default)(l))throw TypeError("Stringified UUID is invalid");return l}var o=i;return io.default=o,io}var aD;function DQ(){if(aD)return da;aD=1,Object.defineProperty(da,"__esModule",{value:!0}),da.default=void 0;var e=r(dL()),t=pc();function r(d){return d&&d.__esModule?d:{default:d}}let n,i,o=0,a=0;function u(d,f,h){let p=f&&h||0;const v=f||new Array(16);d=d||{};let m=d.node||n,y=d.clockseq!==void 0?d.clockseq:i;if(m==null||y==null){const S=d.random||(d.rng||e.default)();m==null&&(m=n=[S[0]|1,S[1],S[2],S[3],S[4],S[5]]),y==null&&(y=i=(S[6]<<8|S[7])&16383)}let x=d.msecs!==void 0?d.msecs:Date.now(),b=d.nsecs!==void 0?d.nsecs:a+1;const w=x-o+(b-a)/1e4;if(w<0&&d.clockseq===void 0&&(y=y+1&16383),(w<0||x>o)&&d.nsecs===void 0&&(b=0),b>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");o=x,a=b,i=y,x+=122192928e5;const E=((x&268435455)*1e4+b)%4294967296;v[p++]=E>>>24&255,v[p++]=E>>>16&255,v[p++]=E>>>8&255,v[p++]=E&255;const _=x/4294967296*1e4&268435455;v[p++]=_>>>8&255,v[p++]=_&255,v[p++]=_>>>24&15|16,v[p++]=_>>>16&255,v[p++]=y>>>8|128,v[p++]=y&255;for(let S=0;S<6;++S)v[p+S]=m[S];return f||(0,t.unsafeStringify)(v)}var l=u;return da.default=l,da}var va={},Ln={},ga={},sD;function hL(){if(sD)return ga;sD=1,Object.defineProperty(ga,"__esModule",{value:!0}),ga.default=void 0;var e=t(hc());function t(i){return i&&i.__esModule?i:{default:i}}function r(i){if(!(0,e.default)(i))throw TypeError("Invalid UUID");let o;const a=new Uint8Array(16);return a[0]=(o=parseInt(i.slice(0,8),16))>>>24,a[1]=o>>>16&255,a[2]=o>>>8&255,a[3]=o&255,a[4]=(o=parseInt(i.slice(9,13),16))>>>8,a[5]=o&255,a[6]=(o=parseInt(i.slice(14,18),16))>>>8,a[7]=o&255,a[8]=(o=parseInt(i.slice(19,23),16))>>>8,a[9]=o&255,a[10]=(o=parseInt(i.slice(24,36),16))/1099511627776&255,a[11]=o/4294967296&255,a[12]=o>>>24&255,a[13]=o>>>16&255,a[14]=o>>>8&255,a[15]=o&255,a}var n=r;return ga.default=n,ga}var uD;function pL(){if(uD)return Ln;uD=1,Object.defineProperty(Ln,"__esModule",{value:!0}),Ln.URL=Ln.DNS=void 0,Ln.default=a;var e=pc(),t=r(hL());function r(u){return u&&u.__esModule?u:{default:u}}function n(u){u=unescape(encodeURIComponent(u));const l=[];for(let d=0;d<u.length;++d)l.push(u.charCodeAt(d));return l}const i="6ba7b810-9dad-11d1-80b4-00c04fd430c8";Ln.DNS=i;const o="6ba7b811-9dad-11d1-80b4-00c04fd430c8";Ln.URL=o;function a(u,l,d){function f(h,p,v,m){var y;if(typeof h=="string"&&(h=n(h)),typeof p=="string"&&(p=(0,t.default)(p)),((y=p)===null||y===void 0?void 0:y.length)!==16)throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");let x=new Uint8Array(16+h.length);if(x.set(p),x.set(h,p.length),x=d(x),x[6]=x[6]&15|l,x[8]=x[8]&63|128,v){m=m||0;for(let b=0;b<16;++b)v[m+b]=x[b];return v}return(0,e.unsafeStringify)(x)}try{f.name=u}catch{}return f.DNS=i,f.URL=o,f}return Ln}var ma={},lD;function jQ(){if(lD)return ma;lD=1,Object.defineProperty(ma,"__esModule",{value:!0}),ma.default=void 0;function e(v){if(typeof v=="string"){const m=unescape(encodeURIComponent(v));v=new Uint8Array(m.length);for(let y=0;y<m.length;++y)v[y]=m.charCodeAt(y)}return t(n(i(v),v.length*8))}function t(v){const m=[],y=v.length*32,x="0123456789abcdef";for(let b=0;b<y;b+=8){const w=v[b>>5]>>>b%32&255,E=parseInt(x.charAt(w>>>4&15)+x.charAt(w&15),16);m.push(E)}return m}function r(v){return(v+64>>>9<<4)+14+1}function n(v,m){v[m>>5]|=128<<m%32,v[r(m)-1]=m;let y=1732584193,x=-271733879,b=-1732584194,w=271733878;for(let E=0;E<v.length;E+=16){const _=y,S=x,R=b,I=w;y=l(y,x,b,w,v[E],7,-680876936),w=l(w,y,x,b,v[E+1],12,-389564586),b=l(b,w,y,x,v[E+2],17,606105819),x=l(x,b,w,y,v[E+3],22,-1044525330),y=l(y,x,b,w,v[E+4],7,-176418897),w=l(w,y,x,b,v[E+5],12,1200080426),b=l(b,w,y,x,v[E+6],17,-1473231341),x=l(x,b,w,y,v[E+7],22,-45705983),y=l(y,x,b,w,v[E+8],7,1770035416),w=l(w,y,x,b,v[E+9],12,-1958414417),b=l(b,w,y,x,v[E+10],17,-42063),x=l(x,b,w,y,v[E+11],22,-1990404162),y=l(y,x,b,w,v[E+12],7,1804603682),w=l(w,y,x,b,v[E+13],12,-40341101),b=l(b,w,y,x,v[E+14],17,-1502002290),x=l(x,b,w,y,v[E+15],22,1236535329),y=d(y,x,b,w,v[E+1],5,-165796510),w=d(w,y,x,b,v[E+6],9,-1069501632),b=d(b,w,y,x,v[E+11],14,643717713),x=d(x,b,w,y,v[E],20,-373897302),y=d(y,x,b,w,v[E+5],5,-701558691),w=d(w,y,x,b,v[E+10],9,38016083),b=d(b,w,y,x,v[E+15],14,-660478335),x=d(x,b,w,y,v[E+4],20,-405537848),y=d(y,x,b,w,v[E+9],5,568446438),w=d(w,y,x,b,v[E+14],9,-1019803690),b=d(b,w,y,x,v[E+3],14,-187363961),x=d(x,b,w,y,v[E+8],20,1163531501),y=d(y,x,b,w,v[E+13],5,-1444681467),w=d(w,y,x,b,v[E+2],9,-51403784),b=d(b,w,y,x,v[E+7],14,1735328473),x=d(x,b,w,y,v[E+12],20,-1926607734),y=f(y,x,b,w,v[E+5],4,-378558),w=f(w,y,x,b,v[E+8],11,-2022574463),b=f(b,w,y,x,v[E+11],16,1839030562),x=f(x,b,w,y,v[E+14],23,-35309556),y=f(y,x,b,w,v[E+1],4,-1530992060),w=f(w,y,x,b,v[E+4],11,1272893353),b=f(b,w,y,x,v[E+7],16,-155497632),x=f(x,b,w,y,v[E+10],23,-1094730640),y=f(y,x,b,w,v[E+13],4,681279174),w=f(w,y,x,b,v[E],11,-358537222),b=f(b,w,y,x,v[E+3],16,-722521979),x=f(x,b,w,y,v[E+6],23,76029189),y=f(y,x,b,w,v[E+9],4,-640364487),w=f(w,y,x,b,v[E+12],11,-421815835),b=f(b,w,y,x,v[E+15],16,530742520),x=f(x,b,w,y,v[E+2],23,-995338651),y=h(y,x,b,w,v[E],6,-198630844),w=h(w,y,x,b,v[E+7],10,1126891415),b=h(b,w,y,x,v[E+14],15,-1416354905),x=h(x,b,w,y,v[E+5],21,-57434055),y=h(y,x,b,w,v[E+12],6,1700485571),w=h(w,y,x,b,v[E+3],10,-1894986606),b=h(b,w,y,x,v[E+10],15,-1051523),x=h(x,b,w,y,v[E+1],21,-2054922799),y=h(y,x,b,w,v[E+8],6,1873313359),w=h(w,y,x,b,v[E+15],10,-30611744),b=h(b,w,y,x,v[E+6],15,-1560198380),x=h(x,b,w,y,v[E+13],21,1309151649),y=h(y,x,b,w,v[E+4],6,-145523070),w=h(w,y,x,b,v[E+11],10,-1120210379),b=h(b,w,y,x,v[E+2],15,718787259),x=h(x,b,w,y,v[E+9],21,-343485551),y=o(y,_),x=o(x,S),b=o(b,R),w=o(w,I)}return[y,x,b,w]}function i(v){if(v.length===0)return[];const m=v.length*8,y=new Uint32Array(r(m));for(let x=0;x<m;x+=8)y[x>>5]|=(v[x/8]&255)<<x%32;return y}function o(v,m){const y=(v&65535)+(m&65535);return(v>>16)+(m>>16)+(y>>16)<<16|y&65535}function a(v,m){return v<<m|v>>>32-m}function u(v,m,y,x,b,w){return o(a(o(o(m,v),o(x,w)),b),y)}function l(v,m,y,x,b,w,E){return u(m&y|~m&x,v,m,b,w,E)}function d(v,m,y,x,b,w,E){return u(m&x|y&~x,v,m,b,w,E)}function f(v,m,y,x,b,w,E){return u(m^y^x,v,m,b,w,E)}function h(v,m,y,x,b,w,E){return u(y^(m|~x),v,m,b,w,E)}var p=e;return ma.default=p,ma}var cD;function qQ(){if(cD)return va;cD=1,Object.defineProperty(va,"__esModule",{value:!0}),va.default=void 0;var e=r(pL()),t=r(jQ());function r(o){return o&&o.__esModule?o:{default:o}}var i=(0,e.default)("v3",48,t.default);return va.default=i,va}var ya={},ba={},fD;function kQ(){if(fD)return ba;fD=1,Object.defineProperty(ba,"__esModule",{value:!0}),ba.default=void 0;var t={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};return ba.default=t,ba}var dD;function LQ(){if(dD)return ya;dD=1,Object.defineProperty(ya,"__esModule",{value:!0}),ya.default=void 0;var e=n(kQ()),t=n(dL()),r=pc();function n(a){return a&&a.__esModule?a:{default:a}}function i(a,u,l){if(e.default.randomUUID&&!u&&!a)return e.default.randomUUID();a=a||{};const d=a.random||(a.rng||t.default)();if(d[6]=d[6]&15|64,d[8]=d[8]&63|128,u){l=l||0;for(let f=0;f<16;++f)u[l+f]=d[f];return u}return(0,r.unsafeStringify)(d)}var o=i;return ya.default=o,ya}var xa={},wa={},hD;function BQ(){if(hD)return wa;hD=1,Object.defineProperty(wa,"__esModule",{value:!0}),wa.default=void 0;function e(i,o,a,u){switch(i){case 0:return o&a^~o&u;case 1:return o^a^u;case 2:return o&a^o&u^a&u;case 3:return o^a^u}}function t(i,o){return i<<o|i>>>32-o}function r(i){const o=[1518500249,1859775393,2400959708,3395469782],a=[1732584193,4023233417,2562383102,271733878,3285377520];if(typeof i=="string"){const f=unescape(encodeURIComponent(i));i=[];for(let h=0;h<f.length;++h)i.push(f.charCodeAt(h))}else Array.isArray(i)||(i=Array.prototype.slice.call(i));i.push(128);const u=i.length/4+2,l=Math.ceil(u/16),d=new Array(l);for(let f=0;f<l;++f){const h=new Uint32Array(16);for(let p=0;p<16;++p)h[p]=i[f*64+p*4]<<24|i[f*64+p*4+1]<<16|i[f*64+p*4+2]<<8|i[f*64+p*4+3];d[f]=h}d[l-1][14]=(i.length-1)*8/Math.pow(2,32),d[l-1][14]=Math.floor(d[l-1][14]),d[l-1][15]=(i.length-1)*8&4294967295;for(let f=0;f<l;++f){const h=new Uint32Array(80);for(let b=0;b<16;++b)h[b]=d[f][b];for(let b=16;b<80;++b)h[b]=t(h[b-3]^h[b-8]^h[b-14]^h[b-16],1);let p=a[0],v=a[1],m=a[2],y=a[3],x=a[4];for(let b=0;b<80;++b){const w=Math.floor(b/20),E=t(p,5)+e(w,v,m,y)+x+o[w]+h[b]>>>0;x=y,y=m,m=t(v,30)>>>0,v=p,p=E}a[0]=a[0]+p>>>0,a[1]=a[1]+v>>>0,a[2]=a[2]+m>>>0,a[3]=a[3]+y>>>0,a[4]=a[4]+x>>>0}return[a[0]>>24&255,a[0]>>16&255,a[0]>>8&255,a[0]&255,a[1]>>24&255,a[1]>>16&255,a[1]>>8&255,a[1]&255,a[2]>>24&255,a[2]>>16&255,a[2]>>8&255,a[2]&255,a[3]>>24&255,a[3]>>16&255,a[3]>>8&255,a[3]&255,a[4]>>24&255,a[4]>>16&255,a[4]>>8&255,a[4]&255]}var n=r;return wa.default=n,wa}var pD;function FQ(){if(pD)return xa;pD=1,Object.defineProperty(xa,"__esModule",{value:!0}),xa.default=void 0;var e=r(pL()),t=r(BQ());function r(o){return o&&o.__esModule?o:{default:o}}var i=(0,e.default)("v5",80,t.default);return xa.default=i,xa}var _a={},vD;function $Q(){if(vD)return _a;vD=1,Object.defineProperty(_a,"__esModule",{value:!0}),_a.default=void 0;var e="00000000-0000-0000-0000-000000000000";return _a.default=e,_a}var Ea={},gD;function zQ(){if(gD)return Ea;gD=1,Object.defineProperty(Ea,"__esModule",{value:!0}),Ea.default=void 0;var e=t(hc());function t(i){return i&&i.__esModule?i:{default:i}}function r(i){if(!(0,e.default)(i))throw TypeError("Invalid UUID");return parseInt(i.slice(14,15),16)}var n=r;return Ea.default=n,Ea}var mD;function HQ(){return mD||(mD=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"NIL",{enumerable:!0,get:function(){return o.default}}),Object.defineProperty(e,"parse",{enumerable:!0,get:function(){return d.default}}),Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return l.default}}),Object.defineProperty(e,"v1",{enumerable:!0,get:function(){return t.default}}),Object.defineProperty(e,"v3",{enumerable:!0,get:function(){return r.default}}),Object.defineProperty(e,"v4",{enumerable:!0,get:function(){return n.default}}),Object.defineProperty(e,"v5",{enumerable:!0,get:function(){return i.default}}),Object.defineProperty(e,"validate",{enumerable:!0,get:function(){return u.default}}),Object.defineProperty(e,"version",{enumerable:!0,get:function(){return a.default}});var t=f(DQ()),r=f(qQ()),n=f(LQ()),i=f(FQ()),o=f($Q()),a=f(zQ()),u=f(hc()),l=f(pc()),d=f(hL());function f(h){return h&&h.__esModule?h:{default:h}}})(Ib)),Ib}var Pb,yD;function VQ(){if(yD)return Pb;yD=1;function e(t,r){if(!t||!r||!t.length||!r.length)throw new Error("Bad alphabet");this.srcAlphabet=t,this.dstAlphabet=r}return e.prototype.convert=function(t){var r,n,i,o={},a=this.srcAlphabet.length,u=this.dstAlphabet.length,l=t.length,d=typeof t=="string"?"":[];if(!this.isValid(t))throw new Error('Number "'+t+'" contains of non-alphabetic digits ('+this.srcAlphabet+")");if(this.srcAlphabet===this.dstAlphabet)return t;for(r=0;r<l;r++)o[r]=this.srcAlphabet.indexOf(t[r]);do{for(n=0,i=0,r=0;r<l;r++)n=n*a+o[r],n>=u?(o[i++]=parseInt(n/u,10),n=n%u):i>0&&(o[i++]=0);l=i,d=this.dstAlphabet.slice(n,n+1).concat(d)}while(i!==0);return d},e.prototype.isValid=function(t){for(var r=0;r<t.length;++r)if(this.srcAlphabet.indexOf(t[r])===-1)return!1;return!0},Pb=e,Pb}var Nb,bD;function UQ(){if(bD)return Nb;bD=1;var e=VQ();function t(r,n){var i=new e(r,n);return function(o){return i.convert(o)}}return t.BIN="01",t.OCT="01234567",t.DEC="0123456789",t.HEX="0123456789abcdef",Nb=t,Nb}var Tb,xD;function WQ(){if(xD)return Tb;xD=1;const{v4:e,validate:t}=HQ(),r=UQ(),n={cookieBase90:"0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!#$%&'()*+-./:<=>?@[]^_`{|}~",flickrBase58:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ",uuid25Base36:"0123456789abcdefghijklmnopqrstuvwxyz"},i={consistentLength:!0};let o;const a=(d,f,h)=>{const p=f(d.toLowerCase().replace(/-/g,""));return!h||!h.consistentLength?p:p.padStart(h.shortIdLength,h.paddingChar)},u=(d,f)=>{const p=f(d).padStart(32,"0").match(/(\w{8})(\w{4})(\w{4})(\w{4})(\w{12})/);return[p[1],p[2],p[3],p[4],p[5]].join("-")},l=d=>Math.ceil(Math.log(2**128)/Math.log(d));return Tb=(()=>{const d=(f,h)=>{const p=f||n.flickrBase58,v={...i,...h};if([...new Set(Array.from(p))].length!==p.length)throw new Error("The provided Alphabet has duplicate characters resulting in unreliable results");const m=l(p.length),y={shortIdLength:m,consistentLength:v.consistentLength,paddingChar:p[0]},x=r(r.HEX,p),b=r(p,r.HEX),w=()=>a(e(),x,y),_={alphabet:p,fromUUID:S=>a(S,x,y),maxLength:m,generate:w,new:w,toUUID:S=>u(S,b),uuid:e,validate:(S,R=!1)=>{if(!S||typeof S!="string")return!1;const I=v.consistentLength?S.length===m:S.length<=m,P=S.split("").every(A=>p.includes(A));return R===!1?I&&P:I&&P&&t(u(S,b))}};return Object.freeze(_),_};return d.constants=n,d.uuid=e,d.generate=()=>(o||(o=d(n.flickrBase58).generate),o()),d})(),Tb}var GQ=WQ();const KQ=T.memo(function({role:t,privileges:r}){var I;const[n,i]=T.useState(t),[o,a]=T.useState(t.role),[u,l]=T.useState(null),d=((I=n.privileges)==null?void 0:I.filter(P=>r[P]&&r[P].privilege!=="guest").length)||0,f=Q.useAppSelector(Q.selectRoles),h=Q.useAppDispatch(),{selectedRole:p,selectRole:v}=ox(),[m,y]=T.useState(!1),x=Te.useOutsideClick(()=>{m&&w()});Te.useDidMountEffect(()=>{o!==t.role&&a(t.role)},[t.role]),T.useEffect(()=>{t.role||y(!0)},[]),T.useEffect(()=>{i(t)},[t]);const b=()=>{l(null),y(!0)},w=()=>{l(null),t.role&&t.role===o&&y(!1);try{const P=Q.saveRole({...n,role:o},f);h(Q.updateRoles(P)),y(!1)}catch(P){l(P.message)}},E=Q.useAppDispatch(),_=async P=>{P.stopPropagation();const{confirmed:A}=await E(Q.openModal({title:"Delete Role",type:Te.ModalType.CONFIRM,color:Te.ModalColor.DANGER,message:"Are you sure you want to remove this Role?",icon:"FdWarningDanger"})).unwrap();A&&S()},S=()=>{const P=Q.removeRole(n.id,f),A=Object.keys(P);if(p!==n.id){h(Q.updateRoles(P));return}if(A.length===0)v(null);else{const k=Object.keys(f),L=k.indexOf(n.id),$=Math.max(0,L-1),j=k[$];L===0?v(A[0]):P[j]?v(j):v(A[0])}h(Q.updateRoles(P))},R=(P=null)=>{if(P&&P.stopPropagation(),!t.role){S();return}y(!1),a(t.role)};return C.jsx(C.Fragment,{children:C.jsxs("div",{className:We("rounded border bg-grey-300 p-2",{"border-grey-100":p!==n.id,"border-primary-dark":p===n.id}),role:"button","data-cy":"privilegeCard",onClick:()=>{v(n.id)},ref:x,children:[C.jsx("div",{className:"flex items-center justify-between",children:C.jsxs("div",{className:"flex flex-1 items-center text-white",children:[C.jsx("span",{className:"mr-4",children:C.jsx(xe.FdGroup,{className:"h-6 w-6"})}),m?C.jsxs("div",{className:"relative h-6 flex-1 mr-2",children:[C.jsx("input",{type:"text",value:o,onChange:({target:{value:P}})=>{a(P)},onKeyDown:P=>{P.key==="Enter"&&w(),P.key==="Escape"&&R()},className:We("absolute inset-0 h-6 min-w-0 rounded border border-grey-200 bg-grey-300 p-1 text-xs focus:outline-none",{"border-b border-red-400 rounded-b-none":u,"focus:border-primary-dark":!u}),placeholder:"role",autoComplete:"off",autoFocus:!0}),u&&C.jsx("p",{className:"absolute top-5 mt-1 w-full rounded rounded-t-none bg-red-400 p-1 text-xs text-white shadow-md",children:u})]}):C.jsx("span",{className:"inline-block grow overflow-hidden truncate whitespace-nowrap text-xs font-bold",title:o,children:n.role}),C.jsx("div",{className:We("justify-betwee ml-auto flex w-fit items-center gap-x-2"),children:m?C.jsxs(C.Fragment,{children:[C.jsx("button",{onClick:w,className:"rounded p-1 hover:bg-primary-hover hover:text-white",children:C.jsx(xe.FdSave,{className:"h-4 w-4 text-grey-50"})}),C.jsx("button",{onClick:R,className:"rounded p-1 hover:bg-primary-hover hover:text-white",children:C.jsx(xe.FdClose,{className:"h-4 w-4 text-grey-50"})})]}):C.jsxs(C.Fragment,{children:[C.jsx("button",{onClick:b,className:"rounded p-1 hover:bg-primary-hover hover:text-white",children:C.jsx(xe.FdPen,{className:"h-4 w-4 text-grey-50"})}),C.jsx("button",{onClick:P=>_(P),className:"rounded p-1 hover:bg-primary-hover hover:text-white",children:C.jsx(xe.FdTrash,{className:"h-4 w-4 text-grey-50"})})]})})]})}),C.jsxs("span",{className:We("ml-[43px] py-1 text-xs text-white"),children:[d," Privilege",d>1?"s":""]})]})})}),vL=(e,t)=>e?t[e]:null,wD=(e,t,r)=>{const n=vL(e,r);return n?Object.values(r).reduce((i,o)=>o.id===e?n.privileges.includes(t)?{...i,[n.id]:{...n,privileges:n.privileges.filter(a=>a!==t)}}:{...i,[n.id]:{...n,privileges:[...n.privileges,t]}}:{...i,[o.id]:o},{}):r},YQ=()=>{const e=Q.useAppSelector(Q.selectPrivileges),t=Q.useAppSelector(Q.selectRoles),r=Q.useAppDispatch(),{selectedRole:n}=ox(),i=vL(n,t),o=(l,d)=>d&&d.privileges.includes(l.id),a=T.useMemo(()=>Object.values(e).filter(l=>o(l,i)&&l.privilege!=="guest"),[e,i]),u=T.useMemo(()=>Object.values(e).filter(l=>!o(l,i)&&l.privilege!=="guest"),[e,i]);return C.jsxs("div",{className:"w-full border-b border-grey-900 p-4 ",children:[C.jsx("div",{className:"mb-4 flex items-center gap-x-5 text-white",children:C.jsx("h4",{className:"text-[13px] font-semibold ",children:"Privileges"})}),C.jsxs("div",{className:"flex flex-wrap items-center gap-1",children:[C.jsx("div",{"data-cy":"item=>Permisions",className:We("inline-flex items-center gap-1 space-x-1 rounded bg-primary-darker px-2 py-0.5 text-xs font-semibold italic text-white"),children:"guest"}),a.map((l,d)=>C.jsxs("div",{"data-cy":"item=>Permisions",className:We("inline-flex cursor-pointer items-center gap-1 space-x-1 rounded px-2 py-0.5",{"bg-primary-dark text-white":o(l,i),"bg-grey-300 text-grey-100":!o(l,i)}),onClick:()=>{const f=wD(i.id,l.id,t);r(Q.updateRoles(f))},children:[C.jsx("span",{className:"text-xs",children:l.privilege}),C.jsx("button",{className:"focus:outline-none",children:o(l,i)?C.jsx(xe.FdMinus,{className:"h-[14px] w-[14px]"}):C.jsx(xe.FdPlus,{className:"h-[14px] w-[14px]"})})]},d)),u.map((l,d)=>C.jsxs("div",{"data-cy":"item=>Permisions",className:We("inline-flex cursor-pointer items-center gap-1 space-x-1 rounded px-2 py-0.5",{"bg-primary-dark text-white":o(l,i),"bg-grey-300 text-grey-100":!o(l,i)}),onClick:()=>{const f=wD(i.id,l.id,t);r(Q.updateRoles(f))},children:[C.jsx("span",{className:"text-xs",children:l.privilege}),C.jsx("button",{className:"text-white focus:outline-none",children:o(l,i)?C.jsx(xe.FdMinus,{className:"h-[14px] w-[14px]"}):C.jsx(xe.FdPlus,{className:"h-[14px] w-[14px]"})})]},d))]})]})},yl=(e,t,r,n=!1)=>{const i=e.applyTo,o=e.type===Q.EPermissionType.DATACLASS?"ds":i.split(".")[0],a={...t,...r},u=()=>({value:!n,inherited:!1,from:[],explicitly:!1}),l={read:u(),create:u(),update:u(),drop:u(),execute:u(),promote:u()},d=h=>{h.forEach(p=>{a[p]&&(a[p].resources.forEach(v=>{if(v.resource===i||v.resource===o){const m=yl(e,t,{[p]:a[p]},n);Object.values(v.permissions).forEach(y=>{l[y.name].explicitly||(!l[y.name].from.includes(a[p].privilege)&&y.checked&&l[y.name].from.push(a[p].privilege),l[y.name].inherited=l[y.name].inherited||m[y.name].value||m[y.name].inherited)})}}),a[p].includes.length>0&&d(a[p].includes))})};if(Object.values(r).forEach(h=>{h.resources.forEach(p=>{p.resource===i&&Object.values(p.permissions).forEach(v=>{v.checked&&(l[v.name].explicitly=!0,n&&(l[v.name].value=!0))})}),(h.includes.length>0||h.privilege==="guest")&&d(h.includes)}),Object.values(t).forEach(h=>{h.resources.forEach(p=>{p.resource===i&&(h.privilege==="guest"?Object.values(p.permissions).forEach(v=>{v.checked&&(l[v.name].explicitly=!0,n&&(l[v.name].value=!0))}):Object.values(p.permissions).forEach(v=>{!l[v.name].explicitly&&v.checked&&(n?l[v.name].value=!0:l[v.name].value=!1)}))})}),(n?Object.entries(l).some(([h,p])=>h!=="promote"&&!p.value&&!p.explicitly):Object.entries(l).some(([h,p])=>h!=="promote"&&p.value&&!p.explicitly))&&![Q.EPermissionType.DATASTORE,Q.EPermissionType.SINGLETON].includes(e.type)){const h={applyTo:o,type:e.type===Q.EPermissionType.DATACLASS?Q.EPermissionType.DATASTORE:e.type===Q.EPermissionType.SINGLETON_METHOD?Q.EPermissionType.SINGLETON:Q.EPermissionType.DATACLASS},p=yl(h,t,r,n),v=m=>{let y=l[m].value;return n?!l[m].value&&!l[m].explicitly&&(y=p[m].value):l[m].value&&!l[m].explicitly&&(y=p[m].value),{value:y,inherited:l[m].inherited||p[m].inherited,from:l[m].from.length>0?l[m].from:p[m].from,explicitly:l[m].explicitly}};return{read:v("read"),create:v("create"),update:v("update"),drop:v("drop"),execute:v("execute"),promote:v("promote")}}return{read:l.read,create:l.create,update:l.update,drop:l.drop,execute:l.execute,promote:l.promote}},XQ=({children:e})=>C.jsx("div",{className:"h-full w-full",children:C.jsx("div",{className:"flex h-full w-full flex-1 items-center justify-center bg-grey-800",children:C.jsxs("div",{className:"flex flex-col items-center justify-center space-y-4 py-4 text-grey-200",children:[C.jsx(xe.FdInfoBold,{className:"absolute -right-full h-10 w-10 translate-x-1"}),C.jsx("div",{className:"text-center text-sm",children:e})]})})}),ZQ=e=>{switch(e){case"dataclass":return C.jsx(xe.FdTableHeader,{className:"h-6 w-6"});case"singleton":return C.jsx(xe.FdSingleton,{className:"h-6 w-6"});case"datastore":return C.jsx(xe.FdModel3,{className:"h-6 w-6"});case"attribute":return C.jsx(xe.FdTableColumn,{className:"h-6 w-6"});case"method":return C.jsx(xe.FdCode,{className:"h-6 w-6"});case"singletonMethod":return C.jsx(xe.FdFunctionSingleton,{className:"h-6 w-6"});case"entityselMethod":return C.jsx(xe.FdFunctionSelection,{className:"h-6 w-6"});case"entityMethod":return C.jsx(xe.FdFunctionEntity,{className:"h-6 w-6"});case"dsMethod":return C.jsx(xe.FdFunctionDatastore,{className:"h-6 w-6"});case"dataclassMethod":return C.jsx(xe.FdFunctionDataclass,{className:"h-6 w-6"});default:return C.jsx(xe.FdTableHeader,{className:"h-6 w-6"})}},Sa=Qx,Oa=ew,_D=({privileges:e,permission:t,hasChild:r,depth:n,isChild:i=!1,className:o,inSearch:a,toggleCollapse:u,collapsed:l,isRestrictedByDefault:d,toastMessageCallback:f,computedInherited:h})=>{const[p,v]=t.applyTo.split("."),m=T.useMemo(()=>h||yl(t,e.otherPrivs,e.rolePrivs,d),[h,e,t,d]);return C.jsxs("tr",{className:We("group even:bg-grey-600 hover:bg-grey-300",o),children:[C.jsxs("td",{className:We("flex h-full w-full items-stretch p-0 text-xs group-hover:rounded-l",{"px-1":a}),children:[Array(n).fill("").map((y,x)=>C.jsx("div",{className:We("ml-1.5 mr-1 w-[2px] bg-grey-100",{"mr-0.5":i})},x)),C.jsxs("div",{className:"flex items-center gap-3 py-2",children:[r&&C.jsx("button",{onClick:u,className:"w-3",children:l?C.jsx(xe.FdRight,{className:"inline h-4 w-4"}):C.jsx(xe.FdDown,{className:"inline h-4 w-4"})}),ZQ(t.type),a?t.applyTo:v||p]})]}),C.jsx("td",{className:"py-2 text-center",children:[Q.EPermissionType.ATTRIBUTE,Q.EPermissionType.DATASTORE,Q.EPermissionType.DATACLASS].includes(t.type)&&C.jsxs("div",{className:"relative mx-auto flex w-fit items-center justify-center gap-x-1",children:[C.jsx("div",{className:We("h-4 w-4 rounded border-[2px] p-2",{"grid place-content-center border-grey-200 bg-grey-200":m.read.value||m.read.inherited}),onClick:f,children:(m.read.value||m.read.inherited)&&C.jsx(xe.FdCheckNaked,{className:"text-grey-50"})}),C.jsx("div",{className:"absolute left-full top-1/2 flex -translate-y-1/2 translate-x-1/2 cursor-pointer items-center",children:!m.read.value&&m.read.inherited?C.jsxs(Sa,{openDelay:0,closeDelay:0,children:[C.jsx(Oa,{children:C.jsx(xe.FdInfoBold,{className:"h-4 w-4 text-white"})}),C.jsx(Lr,{container:Bt(),children:C.jsx(Br,{style:{zIndex:50},avoidCollisions:!0,side:"top",className:"max-w-xs rounded bg-primary-light py-2 text-sm font-semibold text-primary",children:C.jsx("div",{className:"space-y-1 px-2",children:m.read.from.length?C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(xe.FdBulb,{className:"mr-2 mt-0.5 h-4 w-4 flex-shrink-0"}),C.jsxs("p",{children:[C.jsx("span",{className:"mr-1",children:"Permission inherited from:"}),C.jsx("ul",{children:m.read.from.map((y,x)=>C.jsx("li",{className:"cursor-pointer list-disc font-bold",children:y},x))})]})]}):null})})})]}):""})]})}),C.jsx("td",{className:"py-2 text-center",children:[Q.EPermissionType.ATTRIBUTE,Q.EPermissionType.DATASTORE,Q.EPermissionType.DATACLASS].includes(t.type)&&C.jsxs("div",{className:"relative mx-auto flex w-fit items-center justify-center gap-x-1",children:[C.jsx("div",{className:We("h-4 w-4 rounded border-[2px] p-2",{"grid place-content-center border-grey-200 bg-grey-200":m.create.value||m.create.inherited}),onClick:f,children:(m.create.value||m.create.inherited)&&C.jsx(xe.FdCheckNaked,{className:"text-grey-50"})}),C.jsx("div",{className:"absolute left-full top-1/2 flex -translate-y-1/2 translate-x-1/2 cursor-pointer items-center",children:!m.create.value&&m.create.inherited?C.jsxs(Sa,{openDelay:0,closeDelay:0,children:[C.jsx(Oa,{children:C.jsx(xe.FdInfoBold,{className:"h-4 w-4 text-white"})}),C.jsx(Lr,{container:Bt(),children:C.jsx(Br,{style:{zIndex:50},avoidCollisions:!0,side:"top",className:"max-w-xs rounded bg-primary-light py-2 text-sm font-semibold text-primary",children:C.jsx("div",{className:"space-y-1 px-2",children:m.create.from.length?C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(xe.FdBulb,{className:"mr-2 mt-0.5 h-4 w-4 flex-shrink-0"}),C.jsxs("p",{children:[C.jsx("span",{className:"mr-1",children:"Permission inherited from:"}),C.jsx("ul",{children:m.create.from.map((y,x)=>C.jsx("li",{className:"cursor-pointer list-disc font-bold",children:y},x))})]})]}):null})})})]}):""})]})}),C.jsx("td",{className:"py-2 text-center",children:[Q.EPermissionType.ATTRIBUTE,Q.EPermissionType.DATASTORE,Q.EPermissionType.DATACLASS].includes(t.type)&&C.jsxs("div",{className:"relative mx-auto flex w-fit items-center justify-center gap-x-1",children:[C.jsx("div",{className:We("h-4 w-4 rounded border-[2px] p-2",{"grid place-content-center border-grey-200 bg-grey-200":m.update.value||m.update.inherited}),onClick:f,children:(m.update.value||m.update.inherited)&&C.jsx(xe.FdCheckNaked,{className:"text-grey-50"})}),C.jsx("div",{className:"absolute left-full top-1/2 flex -translate-y-1/2 translate-x-1/2 cursor-pointer items-center",children:!m.update.value&&m.update.inherited?C.jsxs(Sa,{openDelay:0,closeDelay:0,children:[C.jsx(Oa,{children:C.jsx(xe.FdInfoBold,{className:"h-4 w-4 text-white"})}),C.jsx(Lr,{container:Bt(),children:C.jsx(Br,{style:{zIndex:50},avoidCollisions:!0,side:"top",className:"max-w-xs rounded bg-primary-light py-2 text-sm font-semibold text-primary",children:C.jsx("div",{className:"space-y-1 px-2",children:m.update.from.length?C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(xe.FdBulb,{className:"mr-2 mt-0.5 h-4 w-4 flex-shrink-0"}),C.jsxs("p",{children:[C.jsx("span",{className:"mr-1",children:"Permission inherited from:"}),C.jsx("ul",{children:m.update.from.map((y,x)=>C.jsx("li",{className:"cursor-pointer list-disc font-bold",children:y},x))})]})]}):null})})})]}):""})]})}),C.jsx("td",{className:"py-2 text-center",children:[Q.EPermissionType.ATTRIBUTE,Q.EPermissionType.DATASTORE,Q.EPermissionType.DATACLASS].includes(t.type)&&C.jsxs("div",{className:"relative mx-auto flex w-fit items-center justify-center gap-x-1",children:[C.jsx("div",{className:We("h-4 w-4 rounded border-[2px] p-2",{"grid place-content-center border-grey-200 bg-grey-200":m.drop.value||m.drop.inherited}),onClick:f,children:(m.drop.value||m.drop.inherited)&&C.jsx(xe.FdCheckNaked,{className:"text-grey-50"})}),C.jsx("div",{className:"absolute left-full top-1/2 flex -translate-y-1/2 translate-x-1/2 cursor-pointer items-center",children:!m.drop.value&&m.drop.inherited?C.jsxs(Sa,{openDelay:0,closeDelay:0,children:[C.jsx(Oa,{children:C.jsx(xe.FdInfoBold,{className:"h-4 w-4 text-white"})}),C.jsx(Lr,{container:Bt(),children:C.jsx(Br,{style:{zIndex:50},avoidCollisions:!0,side:"top",className:"max-w-xs rounded bg-primary-light py-2 text-sm font-semibold text-primary",children:C.jsx("div",{className:"space-y-1 px-2",children:m.drop.from.length?C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(xe.FdBulb,{className:"mr-2 mt-0.5 h-4 w-4 flex-shrink-0"}),C.jsxs("p",{children:[C.jsx("span",{className:"mr-1",children:"Permission inherited from:"}),C.jsx("ul",{children:m.drop.from.map((y,x)=>C.jsx("li",{className:"cursor-pointer list-disc font-bold",children:y},x))})]})]}):null})})})]}):""})]})}),C.jsx("td",{className:"py-2 text-center",children:t.type!=="attribute"&&C.jsxs("div",{className:"relative mx-auto flex w-fit items-center justify-center gap-x-1",children:[C.jsx("div",{className:We("h-4 w-4 rounded border-[2px] p-2",{"grid place-content-center border-grey-200 bg-grey-200":m.execute.value||m.execute.inherited}),onClick:f,children:(m.execute.value||m.execute.inherited)&&C.jsx(xe.FdCheckNaked,{className:"text-grey-50"})}),C.jsx("div",{className:"absolute left-full top-1/2 flex -translate-y-1/2 translate-x-1/2 cursor-pointer items-center",children:!m.execute.value&&m.execute.inherited?C.jsxs(Sa,{openDelay:0,closeDelay:0,children:[C.jsx(Oa,{children:C.jsx(xe.FdInfoBold,{className:"h-4 w-4 text-white"})}),C.jsx(Lr,{container:Bt(),children:C.jsx(Br,{style:{zIndex:50},avoidCollisions:!0,side:"top",className:"max-w-xs rounded bg-primary-light py-2 text-sm font-semibold text-primary",children:C.jsx("div",{className:"space-y-1 px-2",children:m.execute.from.length?C.jsxs("div",{className:"flex items-start text-s",children:[C.jsx(xe.FdBulb,{className:"mr-2 mt-0.5 h-4 w-4 flex-shrink-0"}),C.jsxs("p",{children:[C.jsx("span",{className:"mr-1",children:"Permission inherited from:"}),C.jsx("ul",{children:m.execute.from.map((y,x)=>C.jsx("li",{className:"cursor-pointer list-disc font-bold",children:y},x))})]})]}):null})})})]}):""})]})})]})};function ED(e,t,r){const n=[],i=(a,u,l)=>n.push({id:a,permission:u,depth:l,hasChild:!1,isChild:!1}),o=(a,u,l,d,f,h)=>{n.push({id:a,permission:u,depth:l,hasChild:!0,isChild:d,toggleId:a,isCollapsed:f}),f||h()};for(const a of Object.values(e)){o("ds-group",{applyTo:a.applyTo,type:a.type},0,!1,t,()=>{for(const u of a.methods)i(`dsm-${u.applyTo}`,u,1);for(const u of a.dataClasses){const l=`dc-${u.applyTo}`;o(l,{applyTo:u.applyTo,type:u.type},1,!0,r[l]??!1,()=>{for(const d of u.attributes)i(`dca-${d.applyTo}`,d,2);for(const d of u.methods)i(`dcm-${d.applyTo}`,d,2)})}});for(const u of a.singletons){const l=`sing-${u.applyTo}`;o(l,{applyTo:u.applyTo,type:u.type},0,!0,r[l]??!1,()=>{for(const d of u.attributes)i(`singa-${d.applyTo}`,d,1);for(const d of u.methods)i(`singm-${d.applyTo}`,d,1)})}}return n}const SD=["datastore","singleton","dataclass","attribute","dsMethod","dataclassMethod","entityMethod","entityselMethod","singletonMethod"],fi={datastore:["datastore"],dataclass:["dataclass"],singleton:["singleton"],functions:["method","singletonMethod","dsMethod","dataclassMethod","entityMethod","entityselMethod"],attribute:["attribute"]},OD=Object.values(fi).flat();function oo(e,t){return t.length>0&&t.every(r=>e.includes(r))}function JQ(e,t){return Array.from(new Set([...e,...t]))}function QQ(e,t){return e.filter(r=>!t.includes(r))}const eee=({selectedRole:e})=>{const[t,r]=T.useState(null),[n,i]=T.useState(null),{styles:o,attributes:a}=xl(t,n,{modifiers:[{name:"offset",options:{offset:[0,10]}}]}),u=Q.useAppSelector(Q.selectRestrictedByDefault),l=Q.useAppSelector(Q.selectPrivileges),[d,f]=T.useState([]),[h,p]=T.useState([]),[v,m]=T.useState(""),[y,x]=T.useState("");T.useEffect(()=>{const V=setTimeout(()=>p(d),0);return()=>clearTimeout(V)},[d]);const b=Q.useAppSelector(Q.selectCatalogMethods),w=Q.useAppSelector(Q.selectDataclasses),E=Q.useAppSelector(Q.selectSingletons),_=T.useMemo(()=>j9(b,Object.values(w),Object.values(E)),[b,w,E]),S=T.useMemo(()=>!h.length&&!y?[]:[...zx(y,b,Object.values(w),Object.values(E))].filter(V=>h.length?h.includes(V.type):!0).sort((V,ee)=>{const we=SD.indexOf(V.type),be=SD.indexOf(ee.type);return we!==be?we-be:V.applyTo.toLowerCase()>ee.applyTo.toLowerCase()?1:-1}),[y,h,b,w,E]),R=V=>f([...V]),I=V=>{f(ee=>oo(ee,V)?QQ(ee,V):JQ(ee,V))},P=V=>I(fi[V]),A=OD.every(V=>d.includes(V)),k=d.length>0&&!A,L=oo(d,fi.functions),$=()=>R(OD),j=()=>R([]),D=Q.useAppSelector(Q.selectRoles),[G,B]=T.useState(D);T.useEffect(()=>{const V=setTimeout(()=>B(D),0);return()=>clearTimeout(V)},[D]);const Y=T.useRef(null);T.useEffect(()=>{var V,ee;(ee=(V=Y.current)==null?void 0:V.getScrollElement())==null||ee.scrollTo({top:0})},[e]);const Z=Wa({count:S.length,getScrollElement:()=>{var V;return((V=Y.current)==null?void 0:V.getScrollElement())??null},estimateSize:()=>36,overscan:5}),te=T.useMemo(()=>{const V=Object.values(l).find(ue=>ue.privilege==="guest"),ee=G[e],we=ee?Object.fromEntries(ee.privileges.map(ue=>[ue,l[ue]]).filter(([,ue])=>!!ue)):{};if(u)return{rolePrivs:we,otherPrivs:V?{[V.id]:V}:{}};const be=V?{[V.id]:{...V,active:!0}}:{},de=Object.fromEntries(Object.entries(l).filter(([ue])=>ue!==(V==null?void 0:V.id)&&!(ee!=null&&ee.privileges.includes(ue))).map(([ue,Ee])=>[ue,{...Ee,active:!1}]));return{rolePrivs:we,otherPrivs:{...be,...de}}},[l,G,e,u]),[U,re]=T.useState(!1),[ae,le]=T.useState({}),F=T.useMemo(()=>{const V=[];for(const ee of Object.values(_)){for(const we of ee.dataClasses)V.push(`dc-${we.applyTo}`);for(const we of ee.singletons)V.push(`sing-${we.applyTo}`)}return V},[_]),W=F.length>0&&F.every(V=>ae[V]===!0),J=T.useCallback(()=>{const V={};for(const ee of F)V[ee]=!0;le(V)},[F]),H=T.useCallback(V=>{V==="ds-group"?re(ee=>!ee):le(ee=>({...ee,[V]:!ee[V]}))},[]),K=T.useMemo(()=>{const V=new Map;for(const{permission:ee}of ED(_,!1,{}))V.set(`${ee.applyTo}|${ee.type}`,yl(ee,te.otherPrivs,te.rolePrivs,u));return V},[te,u,_]),se=T.useMemo(()=>ED(_,U,ae),[_,U,ae]),oe=Wa({count:se.length,getScrollElement:()=>{var V;return((V=Y.current)==null?void 0:V.getScrollElement())??null},estimateSize:()=>36,overscan:8}),fe=T.useCallback(()=>{Te.toastSubject.next({kind:"info",markdown:!0,message:"**Info:** You can add or modify permissions only in the Privilege section.",customIcon:xe.FdInfoCircle})},[]);return C.jsxs(dc,{ref:Y,className:"z-20 h-full flex-1 overflow-auto bg-grey-800 p-[15px] pt-0",style:{maxHeight:"calc(100vh - 5.5rem - 85px - 20px)"},children:[C.jsxs("table",{className:"relative h-full w-full border-collapse",children:[C.jsx("thead",{className:"sticky top-0 z-20 bg-grey-800",children:C.jsxs("tr",{className:"border-b border-grey-100",children:[C.jsx("td",{className:"py-2",children:C.jsxs("div",{className:"flex items-center space-x-2",children:[C.jsx(Te.Tooltip,{label:"Collapse All",placement:"top",container:Bt(),children:C.jsx("button",{onClick:()=>{W?(J(),re(!0)):J()},className:We("cursor-pointer rounded-md p-1 hover:bg-primary-hover focus:outline-none",{"pointer-events-none text-grey-200":U&&W,"text-white":!(U&&W)}),children:C.jsx(xe.FdCollapseAll,{className:"h-4 w-4"})})}),C.jsxs("div",{className:"relative w-56 text-white",children:[C.jsx("div",{className:"absolute inset-y-0 left-0 flex items-center px-1",children:C.jsx(xe.FdSearch,{className:"h-4 w-4 text-gray-400"})}),C.jsx("div",{className:"absolute inset-y-0 right-0 flex items-center px-2",children:C.jsx(_r.Popover,{className:"flex items-center",children:({open:V})=>C.jsxs(C.Fragment,{children:[C.jsx(_r.Popover.Button,{ref:r,children:C.jsx(xe.FdAdjust,{className:"h-4 w-4"})}),V&&C.jsx(Ql,{children:C.jsxs(_r.Popover.Panel,{ref:i,style:o.popper,...a.popper,className:"z-50 rounded-md border border-grey-50 bg-grey-900 px-4 py-2.5 text-xs text-grey-50",static:!0,children:[C.jsxs("label",{className:"mb-2 flex cursor-pointer items-center",children:[C.jsx(Te.Checkbox,{isChecked:A,isIndeterminate:k,onChange:()=>A?j():$()}),C.jsx("h5",{className:"text-sm font-semibold",children:"Filter"})]}),C.jsxs("div",{className:"space-y-2 text-s",children:[C.jsx("div",{className:"flex items-center",children:C.jsx(Te.Checkbox,{isChecked:oo(d,fi.datastore),onChange:()=>P("datastore"),label:"Datastore"})}),C.jsx("div",{className:"flex items-center",children:C.jsx(Te.Checkbox,{isChecked:oo(d,fi.dataclass),onChange:()=>P("dataclass"),label:"Dataclass"})}),C.jsx("div",{className:"flex items-center",children:C.jsx(Te.Checkbox,{isChecked:oo(d,fi.singleton),onChange:()=>P("singleton"),label:"Singleton"})}),C.jsx("div",{className:"flex items-center",children:C.jsx(Te.Checkbox,{isChecked:L,onChange:()=>P("functions"),label:"Functions"})}),C.jsx("div",{className:"flex items-center",children:C.jsx(Te.Checkbox,{isChecked:oo(d,fi.attribute),onChange:()=>P("attribute"),label:"Attribute"})})]})]})})]})})}),C.jsx("input",{type:"text",className:"block h-6 w-full rounded bg-grey-300 px-1 py-1.5 pl-6 text-xs focus:outline-none",placeholder:"Search",value:v,onChange:V=>{const ee=V.target.value;m(ee),setTimeout(()=>x(ee),0)}})]})]})}),C.jsx("td",{className:"bg-grey-800 px-4 py-2 text-center text-[12px] text-white",children:"read"}),C.jsx("td",{className:"bg-grey-800 px-4 py-2 text-center text-[12px] text-white",children:"Create"}),C.jsx("td",{className:"bg-grey-800 px-4 py-2 text-center text-[12px] text-white",children:"Update"}),C.jsx("td",{className:"bg-grey-800 px-4 py-2 text-center text-[12px] text-white",children:"Delete"}),C.jsx("td",{className:"bg-grey-800 px-4 py-2 text-center text-[12px] text-white",children:"Execute"})]})}),C.jsx("tbody",{className:"relative bg-grey-800 text-white",children:h.length||y?C.jsxs(C.Fragment,{children:[Z.getVirtualItems().length>0?C.jsx("tr",{style:{height:`${Z.getVirtualItems()[0].start}px`},children:C.jsx("td",{colSpan:6})}):null,Z.getVirtualItems().map(V=>{const ee=S[V.index];return C.jsx(_D,{privileges:te,permission:ee,depth:0,inSearch:!0,isRestrictedByDefault:u,allPrivileges:l,toastMessageCallback:fe,computedInherited:K.get(`${ee.applyTo}|${ee.type}`)},`${ee.type}-${V.index}`)}),(()=>{const V=Z.getVirtualItems();if(!V.length)return null;const ee=Z.getTotalSize()-V[V.length-1].end;return ee>0?C.jsx("tr",{style:{height:`${ee}px`},children:C.jsx("td",{colSpan:6})}):null})()]}):C.jsxs(C.Fragment,{children:[oe.getVirtualItems().length>0?C.jsx("tr",{style:{height:`${oe.getVirtualItems()[0].start}px`},children:C.jsx("td",{colSpan:6})}):null,oe.getVirtualItems().map(V=>{const ee=se[V.index];return C.jsx(_D,{privileges:te,permission:ee.permission,depth:ee.depth,hasChild:ee.hasChild,isChild:ee.isChild,collapsed:ee.isCollapsed,toggleCollapse:ee.toggleId?()=>H(ee.toggleId):void 0,isRestrictedByDefault:u,allPrivileges:l,toastMessageCallback:fe,computedInherited:K.get(`${ee.permission.applyTo}|${ee.permission.type}`)},ee.id)}),(()=>{const V=oe.getVirtualItems();if(!V.length)return null;const ee=oe.getTotalSize()-V[V.length-1].end;return ee>0?C.jsx("tr",{style:{height:`${ee}px`},children:C.jsx("td",{colSpan:6})}):null})()]})})]}),(y||h.length)&&!S.length?C.jsx(XQ,{children:"The Permission you're looking for can't be found "}):null]})},tee=()=>C.jsx("div",{className:"flex flex-1 items-center justify-center",children:C.jsx("div",{className:"h-6 w-6 animate-spin rounded-full border-2 border-grey-200 border-t-primary-dark"})}),ree=()=>{const e=Q.useAppSelector(Q.selectRoles),t=Q.useAppDispatch(),[r,n]=T.useState(null),[i,o]=T.useState(null),[a,u]=T.useState(""),[l,d]=T.useState(null),{styles:f,attributes:h}=xl(r,i,{modifiers:[{name:"offset",options:{offset:[-10,10]}}],placement:"right-start"});T.useEffect(()=>{u(""),d(null)},[i]);const p=()=>{if(!a)throw new Error("Please enter a valid name");if(Object.values(e).find(x=>x.role.toLowerCase()===a.toLowerCase()))throw new Error(`A role with the name ${a} already exists`);const m=GQ.generate(),y=Q.createRole(m,a,e);t(Q.updateRoles(y))};return C.jsx(_r.Popover,{children:({open:v,close:m})=>{const y=()=>{d(null);try{Te.validateName(a),p(),m()}catch(x){d(x.message)}};return C.jsxs(C.Fragment,{children:[C.jsx(_r.Popover.Button,{className:"rounded p-1 hover:bg-primary-hover","data-cy":"New-priv-btn",ref:n,children:C.jsx("span",{children:C.jsx(xe.FdPlus,{className:"h-4 w-4 text-white"})})}),v&&C.jsx(Ql,{children:C.jsxs(_r.Popover.Panel,{ref:o,style:f.popper,...h.popper,"data-cy":"New-priv-pop-up",className:"z-50 min-w-[256px] rounded border border-grey-50 bg-grey-900 px-4 py-2 text-xs text-grey-50 shadow-md",static:!0,children:[C.jsx("h5",{className:"mb-2 text-xs font-semibold",children:"Create New Role"}),C.jsxs("div",{className:"mt-2",children:[C.jsxs("label",{className:"flex items-center space-x-4",children:[C.jsx("span",{className:"text-grey-100",children:"Name"}),C.jsx("input",{autoFocus:!0,value:a,onChange:x=>u(x.target.value),onKeyDown:x=>{x.key==="Enter"&&y()},type:"text",className:We("w-full rounded border bg-grey-300 p-1 focus:outline-none",{"border-grey-100":!l,"border-red-400":l})})]}),l&&C.jsx("p",{className:"mt-1 text-xs text-red-400",children:l})]}),C.jsxs("div",{className:"mt-4 flex items-center justify-center space-x-2",children:[C.jsx("button",{className:"rounded border border-primary-dark bg-primary-dark px-4 py-1 hover:border-primary-hover hover:bg-primary-hover",onClick:()=>{y()},children:"Create"}),C.jsx("button",{className:"rounded border border-grey-100 px-4 py-1 text-grey-100 hover:bg-white hover:text-primary-dark",onClick:()=>m(),children:"Cancel"})]})]})})]})}})},nee=()=>{const e=Q.useAppSelector(Q.selectRoles),t=Q.useAppSelector(Q.selectPrivileges),{selectedRole:r,deferredSelectedRole:n}=ox(),i=T.useMemo(()=>Object.values(e).sort((o,a)=>Te.localeCompare(o.role,a.role)),[e]);return C.jsxs("div",{className:"flex flex-1 h-full",children:[C.jsxs("div",{className:"flex h-full w-[356px] flex-col bg-grey-800",children:[C.jsxs("div",{className:"flex flex-shrink-0 items-center justify-between bg-grey-800 px-3.5 py-[10px]",children:[C.jsxs("div",{className:"flex items-center space-x-1 text-[#DDE1E6]",children:[C.jsx("span",{children:C.jsx(xe.FdGroup,{className:"h-[14px] w-[14px]"})}),C.jsx("span",{className:"text-[11px] font-semibold",children:"Roles"})]}),C.jsx(ree,{})]}),C.jsx("div",{className:"flex-1 overflow-auto p-4 pb-10 pt-1",children:i.length>0?C.jsx("div",{className:"flex flex-col gap-4",children:i.map(o=>C.jsx(KQ,{role:o,privileges:t},o.id))}):C.jsx("div",{className:"flex h-full items-center justify-center",children:C.jsx("div",{className:"flex flex-1 items-center justify-center bg-grey-800",children:C.jsxs("div",{className:"flex flex-col items-center justify-center space-y-4 text-grey-200",children:[C.jsx(xe.FdInfoBold,{className:"h-10 w-10"}),C.jsx("div",{className:"font-semibold",children:"There are no roles"}),C.jsxs("div",{className:"flex items-center text-sm",children:["Create a new role by clicking on the"," ",C.jsx(xe.FdPlus,{className:"ml-2 inline h-4 w-4 text-white"})]})]})})})})]}),C.jsx("div",{className:We("relative flex h-full w-full flex-1 flex-col items-stretch overflow-x-auto bg-grey-800",{"border-l-[0.5px] border-grey-900":r}),children:C.jsx("div",{className:"flex h-full w-full select-none flex-col bg-grey-800",children:r?C.jsxs(C.Fragment,{children:[C.jsx(YQ,{}),n?C.jsx(eee,{selectedRole:n}):C.jsx(tee,{})]}):C.jsx(LD,{tab:"Role"})})})]})},gL=()=>{const e=Q.useAppSelector(Q.selectQodly),t=Q.useAppSelector(Q.selectSelectedTab),r=Q.useAppSelector(Q.selectForceLogin),n=Q.useAppSelector(Q.selectRestrictedByDefault),i=T.useRef(),o=Q.useAppDispatch();return C.jsx("div",{className:"absolute inset-0 flex flex-1 overflow-hidden",children:C.jsx("div",{className:"relative flex flex-1 overflow-x-auto bg-grey-900","data-cy":"Roles&Privileges-editor-cy",ref:a=>i.current=a,children:C.jsxs("div",{className:"flex w-full flex-col",children:[C.jsx(gH,{activeTab:t,forceLogin:r,restrictedByDefault:n,onTabChange:a=>{o(Q.toggleTab(a))},onForceLoginChange:a=>{o(Q.toggleForceLogin(a))},onRestrictedByDefaultChange:a=>{o(Q.toggleRestrictedByDefault(a))},qodly:e}),C.jsx("div",{className:t==="roles"?"flex flex-1 overflow-hidden":"hidden",children:C.jsx(mH,{children:C.jsx(nee,{})})}),C.jsx("div",{className:t==="privileges"?"flex flex-1 overflow-hidden":"hidden",children:C.jsx(TQ,{})})]})})})},iee=()=>{const e=Q.useAppSelector(Q.selectModals),t=Q.useAppDispatch();return C.jsx(C.Fragment,{children:e.map((r,n)=>C.jsx(Te.Modal,{hasOverlay:n===0,...r,onClose:i=>t(Q.closeModal(i)),onEdit:i=>t(Q.editModal(i)),container:Bt()},r.id))})},oee=({initialValue:e,onChange:t,...r})=>{const n=Q.useAppSelector(Q.selectRolesFlags),i=Q.useAppSelector(Q.selectRolesAndPrivileges,(a,u)=>hl.isEqual(a,u)),o=Q.useAppDispatch();return T.useEffect(()=>{if(e)try{const a=JSON.parse(e);if(hl.isEqual(a,i))return;o(Q.setRolesContent({content:a,flags:{touched:!1}}))}catch(a){console.error("[Roles Editor Standalone] Error while parsing the initial value:",a)}},[e]),Te.useDidMountEffect(()=>{if(n.touched&&t)try{const a=JSON.stringify(i,null,2);t(a)}catch(a){console.error("[Roles Editor Standalone] Error on value stringify:",a)}},[i]),C.jsxs(C.Fragment,{children:[C.jsx("div",{className:"relative z-10 overflow-hidden",style:{height:"100vh"},children:C.jsx(gL,{...r})}),C.jsx(iee,{})]})},aee=e=>C.jsx(Q.ReduxProvider,{store:Q.getStore(),children:C.jsx(Te.TipsProvider,{children:C.jsx(oee,{...e})})});exports.ROLES_EDITOR_SCOPE_CLASS=CD.ROLES_EDITOR_SCOPE_CLASS;exports.Roles=gL;exports.Standalone=aee;
75
75
  //# sourceMappingURL=index.cjs.js.map